|
|
|
1 | 2024-11-27T17:43:12.136Z | job assigned to worker 01JDQBETQBD53VPK2QGYEJ7ACX [factory aws, i-0339269af029bf18c] (queued for 1 m 4 s) |
|
2 | 2024-11-27T17:43:19.638Z | starting task 0: "setup" |
3 | 2024-11-27T17:43:19.644Z | ++ uname -s |
4 | 2024-11-27T17:43:19.646Z | + kern=SunOS |
5 | 2024-11-27T17:43:19.646Z | + case "$kern" in |
6 | 2024-11-27T17:43:19.646Z | + groupadd -g 12345 build |
7 | 2024-11-27T17:43:19.649Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-27T17:43:21.655Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-27T17:43:21.748Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-27T17:43:21.751Z | + home_fs=zfs |
11 | 2024-11-27T17:43:21.751Z | + [[ zfs == autofs ]] |
12 | 2024-11-27T17:43:21.751Z | + mkdir -p /home/build |
13 | 2024-11-27T17:43:21.754Z | + chown build:build /home/build /work |
14 | 2024-11-27T17:43:23.754Z | + chmod 0700 /home/build /work |
15 | 2024-11-27T17:43:23.759Z | process exited: duration 4120 ms, exit code 0 |
|
16 | 2024-11-27T17:43:23.764Z | starting task 1: "rust-toolchain" |
17 | 2024-11-27T17:43:23.770Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-27T17:43:23.770Z | ' 1.81.0 |
19 | 2024-11-27T17:43:23.770Z | * toolchain channel = "1.81.0" |
20 | 2024-11-27T17:43:23.770Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-27T17:43:23.770Z | ' default |
22 | 2024-11-27T17:43:23.770Z | * toolchain profile = "default" |
23 | 2024-11-27T17:43:23.772Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-27T17:43:23.772Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-27T17:43:23.890Z | info: downloading installer |
26 | 2024-11-27T17:43:25.581Z | info: profile set to 'default' |
27 | 2024-11-27T17:43:25.581Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-27T17:43:25.586Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-27T17:43:25.755Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-27T17:43:25.755Z | info: downloading component 'cargo' |
31 | 2024-11-27T17:43:26.759Z | info: downloading component 'clippy' |
32 | 2024-11-27T17:43:27.130Z | info: downloading component 'rust-docs' |
33 | 2024-11-27T17:43:28.531Z | info: downloading component 'rust-std' |
34 | 2024-11-27T17:43:30.743Z | info: downloading component 'rustc' |
35 | 2024-11-27T17:43:38.845Z | info: downloading component 'rustfmt' |
36 | 2024-11-27T17:43:38.912Z | info: installing component 'cargo' |
37 | 2024-11-27T17:43:39.642Z | info: installing component 'clippy' |
38 | 2024-11-27T17:43:39.998Z | info: installing component 'rust-docs' |
39 | 2024-11-27T17:43:41.623Z | info: installing component 'rust-std' |
40 | 2024-11-27T17:43:43.312Z | info: installing component 'rustc' |
41 | 2024-11-27T17:43:48.859Z | info: installing component 'rustfmt' |
42 | 2024-11-27T17:43:49.177Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-27T17:43:49.177Z | |
44 | 2024-11-27T17:43:49.538Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-27T17:43:49.538Z | |
46 | 2024-11-27T17:43:49.540Z | |
47 | 2024-11-27T17:43:49.540Z | Rust is installed now. Great! |
48 | 2024-11-27T17:43:49.540Z | |
49 | 2024-11-27T17:43:49.540Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-27T17:43:49.540Z | environment variable. This has not been done automatically. |
51 | 2024-11-27T17:43:49.540Z | |
52 | 2024-11-27T17:43:49.540Z | To configure your current shell, you need to source |
53 | 2024-11-27T17:43:49.540Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-27T17:43:49.541Z | |
55 | 2024-11-27T17:43:49.541Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-27T17:43:49.541Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-27T17:43:49.541Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-27T17:43:49.607Z | + rustc --version |
59 | 2024-11-27T17:43:49.673Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-27T17:43:49.676Z | process exited: duration 25907 ms, exit code 0 |
|
61 | 2024-11-27T17:43:49.680Z | starting task 2: "authentication" |
62 | 2024-11-27T17:43:49.701Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-27T17:43:49.706Z | starting task 3: "clone repository" |
64 | 2024-11-27T17:43:49.711Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-27T17:43:49.714Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-27T17:43:51.223Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-27T17:43:58.565Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-27T17:43:58.565Z | + git fetch origin efa5390f99bda256f70843e105473e1cbecbf39d |
69 | 2024-11-27T17:43:58.869Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-27T17:43:58.869Z | * branch efa5390f99bda256f70843e105473e1cbecbf39d -> FETCH_HEAD |
71 | 2024-11-27T17:43:58.881Z | + [[ -n alan/update-time-for-c-and-p ]] |
72 | 2024-11-27T17:43:58.888Z | ++ git branch --show-current |
73 | 2024-11-27T17:43:58.888Z | + current=main |
74 | 2024-11-27T17:43:58.888Z | + [[ main != alan/update-time-for-c-and-p ]] |
75 | 2024-11-27T17:43:58.888Z | + git branch -f alan/update-time-for-c-and-p efa5390f99bda256f70843e105473e1cbecbf39d |
76 | 2024-11-27T17:43:58.888Z | + git checkout -f alan/update-time-for-c-and-p |
77 | 2024-11-27T17:43:58.977Z | Switched to branch 'alan/update-time-for-c-and-p' |
78 | 2024-11-27T17:43:58.980Z | + git reset --hard efa5390f99bda256f70843e105473e1cbecbf39d |
79 | 2024-11-27T17:43:59.071Z | HEAD is now at efa5390f9 Update Crucible and Propolis |
80 | 2024-11-27T17:43:59.074Z | process exited: duration 9364 ms, exit code 0 |
|
81 | 2024-11-27T17:43:59.079Z | starting task 4: "build" |
82 | 2024-11-27T17:43:59.084Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-27T17:43:59.087Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-27T17:43:59.087Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-27T17:43:59.087Z | + cargo --version |
86 | 2024-11-27T17:43:59.140Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-27T17:43:59.142Z | + rustc --version |
88 | 2024-11-27T17:43:59.202Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-27T17:43:59.204Z | + WORK=/work |
90 | 2024-11-27T17:43:59.204Z | + pfexec mkdir -p /work |
91 | 2024-11-27T17:43:59.208Z | + pfexec chown build /work |
92 | 2024-11-27T17:43:59.211Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-27T17:44:09.424Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-27T17:44:13.149Z | Startup: Caching catalogs ... Done |
95 | 2024-11-27T17:44:22.323Z | Planning: Solver setup ... Done (8.333s) |
96 | 2024-11-27T17:44:22.441Z | Planning: Running solver ... Done (0.118s) |
97 | 2024-11-27T17:44:22.614Z | Planning: Finding local manifests ... Done (0.084s) |
98 | 2024-11-27T17:44:22.626Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-27T17:44:22.867Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-27T17:44:23.200Z | Planning: Package planning ... Done (0.334s) |
101 | 2024-11-27T17:44:23.258Z | Planning: Merging actions ... Done (0.057s) |
102 | 2024-11-27T17:44:23.835Z | Planning: Checking for conflicting actions ... Done (0.578s) |
103 | 2024-11-27T17:44:28.966Z | Planning: Consolidating action changes ... Done (5.128s) |
104 | 2024-11-27T17:44:29.374Z | Planning: Evaluating mediators ... Done (0.409s) |
105 | 2024-11-27T17:44:29.573Z | Planning: Planning completed in 16.33 seconds |
106 | 2024-11-27T17:44:30.028Z | Packages to install: 4 |
107 | 2024-11-27T17:44:30.028Z | Packages to update: 1 |
108 | 2024-11-27T17:44:30.031Z | Mediators to change: 2 |
109 | 2024-11-27T17:44:30.031Z | Services to change: 1 |
110 | 2024-11-27T17:44:30.032Z | Estimated space available: 155.64 GB |
111 | 2024-11-27T17:44:30.032Z | Estimated space to be consumed: 1.60 GB |
112 | 2024-11-27T17:44:30.032Z | Create boot environment: No |
113 | 2024-11-27T17:44:30.032Z | Create backup boot environment: Yes |
114 | 2024-11-27T17:44:30.032Z | Rebuild boot archive: No |
115 | 2024-11-27T17:44:30.032Z | |
116 | 2024-11-27T17:44:30.032Z | Changed mediators: |
117 | 2024-11-27T17:44:30.032Z | mediator clang: |
118 | 2024-11-27T17:44:30.032Z | version: None -> 15 (system default) |
119 | 2024-11-27T17:44:30.032Z | |
120 | 2024-11-27T17:44:30.032Z | mediator llvm: |
121 | 2024-11-27T17:44:30.032Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-27T17:44:30.033Z | |
123 | 2024-11-27T17:44:30.033Z | Changed packages: |
124 | 2024-11-27T17:44:30.033Z | helios-dev |
125 | 2024-11-27T17:44:30.033Z | developer/build-essential |
126 | 2024-11-27T17:44:30.034Z | None -> 11-2.0 |
127 | 2024-11-27T17:44:30.034Z | library/libxmlsec1 |
128 | 2024-11-27T17:44:30.034Z | None -> 1.2.35-2.0 |
129 | 2024-11-27T17:44:30.034Z | ooce/developer/clang-15 |
130 | 2024-11-27T17:44:30.034Z | None -> 15.0.7-2.0 |
131 | 2024-11-27T17:44:30.034Z | ooce/developer/llvm-15 |
132 | 2024-11-27T17:44:30.034Z | None -> 15.0.7-2.0 |
133 | 2024-11-27T17:44:30.034Z | package/pkg |
134 | 2024-11-27T17:44:30.034Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-27T17:44:30.034Z | |
136 | 2024-11-27T17:44:30.034Z | Services: |
137 | 2024-11-27T17:44:30.035Z | restart_fmri: |
138 | 2024-11-27T17:44:30.035Z | svc:/system/update-man-index:default |
139 | 2024-11-27T17:44:30.035Z | |
140 | 2024-11-27T17:44:30.035Z | Editable files to change: |
141 | 2024-11-27T17:44:30.035Z | Update: |
142 | 2024-11-27T17:44:30.035Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-27T17:44:30.395Z | |
144 | 2024-11-27T17:44:30.395Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-27T17:44:35.397Z | Download: 446/4281 items 16.9/220.6MB 7% complete (3.5M/s) |
146 | 2024-11-27T17:44:40.412Z | Download: 1191/4281 items 80.7/220.6MB 36% complete (8.3M/s) |
147 | 2024-11-27T17:44:45.414Z | Download: 2104/4281 items 118.9/220.6MB 53% complete (10.2M/s) |
148 | 2024-11-27T17:44:50.434Z | Download: 2694/4281 items 120.7/220.6MB 54% complete (4.4M/s) |
149 | 2024-11-27T17:44:56.071Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.5M/s) |
150 | 2024-11-27T17:45:01.073Z | Download: 3667/4281 items 216.4/220.6MB 98% complete (9.6M/s) |
151 | 2024-11-27T17:45:05.083Z | Download: Completed 220.60 MB in 34.69 seconds (6.4M/s) |
152 | 2024-11-27T17:45:07.130Z | Actions: 1/5063 actions (Removing old actions) |
153 | 2024-11-27T17:45:07.143Z | Actions: 194/5063 actions (Installing new actions) |
154 | 2024-11-27T17:45:12.154Z | Actions: 4091/5063 actions (Installing new actions) |
155 | 2024-11-27T17:45:13.381Z | Actions: 4226/5063 actions (Updating modified actions) |
156 | 2024-11-27T17:45:13.814Z | Actions: Completed 5063 actions in 6.69 seconds. |
157 | 2024-11-27T17:45:14.204Z | Done (0.383s) |
158 | 2024-11-27T17:45:14.207Z | Done (0.000s) |
159 | 2024-11-27T17:45:14.745Z | Done (0.538s) |
160 | 2024-11-27T17:45:22.078Z | Done (7.118s) |
161 | 2024-11-27T17:45:22.592Z | Done (0.447s) |
162 | 2024-11-27T17:45:22.595Z | Done (0.000s) |
163 | 2024-11-27T17:45:22.757Z | Done (0.000s) |
164 | 2024-11-27T17:45:23.425Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-11-27T17:45:23.585Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-11-27T17:45:23.588Z | Planning: Consolidating action changes ... Done |
167 | 2024-11-27T17:45:23.855Z | Planning: Evaluating mediators ... Done |
168 | 2024-11-27T17:45:23.858Z | Planning: Planning completed in 0.43 seconds |
169 | 2024-11-27T17:45:23.894Z | Mediators to change: 2 |
170 | 2024-11-27T17:45:23.896Z | Create boot environment: No |
171 | 2024-11-27T17:45:23.896Z | Create backup boot environment: No |
172 | 2024-11-27T17:45:23.963Z | Done |
173 | 2024-11-27T17:45:23.964Z | Done |
174 | 2024-11-27T17:45:24.310Z | Done |
175 | 2024-11-27T17:45:27.873Z | Done |
176 | 2024-11-27T17:45:27.961Z | Done |
177 | 2024-11-27T17:45:27.963Z | Done |
178 | 2024-11-27T17:45:28.083Z | Done |
179 | 2024-11-27T17:45:28.691Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-11-27T17:45:28.693Z | Planning: Merging actions ... Done |
181 | 2024-11-27T17:45:28.882Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-11-27T17:45:28.885Z | Planning: Consolidating action changes ... Done |
183 | 2024-11-27T17:45:29.148Z | Planning: Evaluating mediators ... Done |
184 | 2024-11-27T17:45:29.202Z | Planning: Planning completed in 0.76 seconds |
185 | 2024-11-27T17:45:29.243Z | Packages to change: 1 |
186 | 2024-11-27T17:45:29.244Z | Mediators to change: 1 |
187 | 2024-11-27T17:45:29.244Z | Services to change: 1 |
188 | 2024-11-27T17:45:29.249Z | Create boot environment: No |
189 | 2024-11-27T17:45:29.249Z | Create backup boot environment: Yes |
190 | 2024-11-27T17:45:31.337Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-11-27T17:45:31.458Z | Actions: Completed 6 actions in 0.12 seconds. |
192 | 2024-11-27T17:45:31.460Z | Done |
193 | 2024-11-27T17:45:31.460Z | Done |
194 | 2024-11-27T17:45:31.568Z | Done |
195 | 2024-11-27T17:45:35.157Z | Done |
196 | 2024-11-27T17:45:35.250Z | Done |
197 | 2024-11-27T17:45:35.253Z | Done |
198 | 2024-11-27T17:45:35.364Z | Done |
199 | 2024-11-27T17:45:35.794Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-11-27T17:45:35.794Z | clang system 15 system |
201 | 2024-11-27T17:45:35.794Z | csh system system illumos |
202 | 2024-11-27T17:45:35.794Z | ctags system system illumos |
203 | 2024-11-27T17:45:35.794Z | gcc vendor 12 vendor |
204 | 2024-11-27T17:45:35.794Z | gcc system 10 system |
205 | 2024-11-27T17:45:35.794Z | gcc system 7 system |
206 | 2024-11-27T17:45:35.794Z | go system 1.20 system |
207 | 2024-11-27T17:45:35.794Z | go system 1.19 system |
208 | 2024-11-27T17:45:35.794Z | llvm system 15 system |
209 | 2024-11-27T17:45:35.794Z | llvm system 14 system |
210 | 2024-11-27T17:45:35.794Z | mariadb system 10.6 system |
211 | 2024-11-27T17:45:35.794Z | mta vendor vendor dma |
212 | 2024-11-27T17:45:35.794Z | openjdk system 17 system |
213 | 2024-11-27T17:45:35.794Z | openjdk system 11 system |
214 | 2024-11-27T17:45:35.794Z | openjdk system 1.8 system |
215 | 2024-11-27T17:45:35.795Z | openssl vendor 3 vendor |
216 | 2024-11-27T17:45:35.795Z | perl system 5.36 system |
217 | 2024-11-27T17:45:35.795Z | postgresql system 15 system |
218 | 2024-11-27T17:45:35.795Z | postgresql system 13 system |
219 | 2024-11-27T17:45:35.795Z | python vendor 3 vendor |
220 | 2024-11-27T17:45:35.795Z | python system 2 system |
221 | 2024-11-27T17:45:35.795Z | python3 system 3.11 system |
222 | 2024-11-27T17:45:35.795Z | ruby system 3.0 system |
223 | 2024-11-27T17:45:35.795Z | words vendor vendor american-english |
224 | 2024-11-27T17:45:35.795Z | words system system australian-english |
225 | 2024-11-27T17:45:35.795Z | words system system british-english |
226 | 2024-11-27T17:45:35.795Z | words system system canadian-english |
227 | 2024-11-27T17:45:35.795Z | words system system french |
228 | 2024-11-27T17:45:35.795Z | words system system italian |
229 | 2024-11-27T17:45:35.795Z | words system system ngerman |
230 | 2024-11-27T17:45:35.795Z | words system system ogerman |
231 | 2024-11-27T17:45:35.795Z | words system system spanish |
232 | 2024-11-27T17:45:36.119Z | PUBLISHER TYPE STATUS P LOCATION |
233 | 2024-11-27T17:45:36.119Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
234 | 2024-11-27T17:45:38.702Z | FMRI IFO |
235 | 2024-11-27T17:45:38.702Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-11-27T17:45:38.702Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-11-27T17:45:38.702Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-11-27T17:45:38.702Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-11-27T17:45:38.702Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
240 | 2024-11-27T17:45:38.702Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-11-27T17:45:38.702Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
242 | 2024-11-27T17:45:38.702Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
243 | 2024-11-27T17:45:38.702Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
244 | 2024-11-27T17:45:38.702Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
245 | 2024-11-27T17:45:38.702Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-11-27T17:45:38.702Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-11-27T17:45:38.702Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
248 | 2024-11-27T17:45:38.702Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-11-27T17:45:38.702Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-11-27T17:45:39.428Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
251 | 2024-11-27T17:45:39.735Z | Updating crates.io index |
252 | 2024-11-27T17:45:39.826Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
253 | 2024-11-27T17:45:40.382Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
254 | 2024-11-27T17:45:40.623Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
255 | 2024-11-27T17:45:40.882Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
256 | 2024-11-27T17:45:41.121Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
257 | 2024-11-27T17:45:42.139Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
258 | 2024-11-27T17:45:44.677Z | Updating git repository `https://github.com/oxidecomputer/opte` |
259 | 2024-11-27T17:45:45.827Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
260 | 2024-11-27T17:45:46.647Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
261 | 2024-11-27T17:45:46.929Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
262 | 2024-11-27T17:45:47.293Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
263 | 2024-11-27T17:45:47.860Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
264 | 2024-11-27T17:45:48.321Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
265 | 2024-11-27T17:45:48.589Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
266 | 2024-11-27T17:45:48.871Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
267 | 2024-11-27T17:45:49.232Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
268 | 2024-11-27T17:45:49.477Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
269 | 2024-11-27T17:45:49.781Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
270 | 2024-11-27T17:45:50.162Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
271 | 2024-11-27T17:45:50.472Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
272 | 2024-11-27T17:45:50.801Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
273 | 2024-11-27T17:45:51.276Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
274 | 2024-11-27T17:45:51.623Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
275 | 2024-11-27T17:45:52.124Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
276 | 2024-11-27T17:45:52.576Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
277 | 2024-11-27T17:45:52.864Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
278 | 2024-11-27T17:45:53.174Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
279 | 2024-11-27T17:45:53.461Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
280 | 2024-11-27T17:45:54.862Z | Downloading crates ... |
281 | 2024-11-27T17:45:54.958Z | Downloaded anstream v0.6.15 |
282 | 2024-11-27T17:45:54.963Z | Downloaded autocfg v1.4.0 |
283 | 2024-11-27T17:45:54.968Z | Downloaded anstyle-parse v0.2.5 |
284 | 2024-11-27T17:45:54.970Z | Downloaded bitflags v2.6.0 |
285 | 2024-11-27T17:45:54.974Z | Downloaded bytecount v0.6.8 |
286 | 2024-11-27T17:45:54.976Z | Downloaded camino v1.1.9 |
287 | 2024-11-27T17:45:54.981Z | Downloaded anstyle v1.0.10 |
288 | 2024-11-27T17:45:54.981Z | Downloaded byteorder v1.5.0 |
289 | 2024-11-27T17:45:54.983Z | Downloaded anyhow v1.0.93 |
290 | 2024-11-27T17:45:54.987Z | Downloaded block-buffer v0.10.4 |
291 | 2024-11-27T17:45:54.987Z | Downloaded anstyle-query v1.1.1 |
292 | 2024-11-27T17:45:55.002Z | Downloaded clap v4.5.21 |
293 | 2024-11-27T17:45:55.014Z | Downloaded clap_builder v4.5.21 |
294 | 2024-11-27T17:45:55.021Z | Downloaded digest v0.10.7 |
295 | 2024-11-27T17:45:55.024Z | Downloaded errno v0.3.9 |
296 | 2024-11-27T17:45:55.024Z | Downloaded cpufeatures v0.2.14 |
297 | 2024-11-27T17:45:55.028Z | Downloaded cargo_metadata v0.18.1 |
298 | 2024-11-27T17:45:55.028Z | Downloaded colorchoice v1.0.2 |
299 | 2024-11-27T17:45:55.028Z | Downloaded cargo_toml v0.20.5 |
300 | 2024-11-27T17:45:55.030Z | Downloaded cargo-platform v0.1.8 |
301 | 2024-11-27T17:45:55.030Z | Downloaded equivalent v1.0.1 |
302 | 2024-11-27T17:45:55.035Z | Downloaded goblin v0.8.2 |
303 | 2024-11-27T17:45:55.040Z | Downloaded fnv v1.0.7 |
304 | 2024-11-27T17:45:55.043Z | Downloaded fastrand v2.1.1 |
305 | 2024-11-27T17:45:55.043Z | Downloaded indexmap v2.6.0 |
306 | 2024-11-27T17:45:55.049Z | Downloaded pest_generator v2.7.14 |
307 | 2024-11-27T17:45:55.051Z | Downloaded crypto-common v0.1.6 |
308 | 2024-11-27T17:45:55.051Z | Downloaded clap_derive v4.5.18 |
309 | 2024-11-27T17:45:55.051Z | Downloaded once_cell v1.20.2 |
310 | 2024-11-27T17:45:55.054Z | Downloaded dtrace-parser v0.2.0 |
311 | 2024-11-27T17:45:55.054Z | Downloaded clap_lex v0.7.2 |
312 | 2024-11-27T17:45:55.056Z | Downloaded cfg-if v1.0.0 |
313 | 2024-11-27T17:45:55.059Z | Downloaded memchr v2.7.4 |
314 | 2024-11-27T17:45:55.067Z | Downloaded scroll_derive v0.12.0 |
315 | 2024-11-27T17:45:55.072Z | Downloaded pretty-hex v0.4.1 |
316 | 2024-11-27T17:45:55.077Z | Downloaded dof v0.3.0 |
317 | 2024-11-27T17:45:55.080Z | Downloaded swrite v0.1.0 |
318 | 2024-11-27T17:45:55.086Z | Downloaded usdt-macro v0.5.0 |
319 | 2024-11-27T17:45:55.088Z | Downloaded usdt-attr-macro v0.5.0 |
320 | 2024-11-27T17:45:55.094Z | Downloaded smawk v0.3.2 |
321 | 2024-11-27T17:45:55.096Z | Downloaded toml_datetime v0.6.8 |
322 | 2024-11-27T17:45:55.096Z | Downloaded scroll v0.12.0 |
323 | 2024-11-27T17:45:55.098Z | Downloaded proc-macro-error-attr v1.0.4 |
324 | 2024-11-27T17:45:55.098Z | Downloaded generic-array v0.14.7 |
325 | 2024-11-27T17:45:55.101Z | Downloaded thiserror v1.0.69 |
326 | 2024-11-27T17:45:55.105Z | Downloaded unicode-linebreak v0.1.5 |
327 | 2024-11-27T17:45:55.108Z | Downloaded heck v0.4.1 |
328 | 2024-11-27T17:45:55.108Z | Downloaded macaddr v1.0.1 |
329 | 2024-11-27T17:45:55.108Z | Downloaded heck v0.5.0 |
330 | 2024-11-27T17:45:55.108Z | Downloaded serde_spanned v0.6.8 |
331 | 2024-11-27T17:45:55.111Z | Downloaded serde_tokenstream v0.2.2 |
332 | 2024-11-27T17:45:55.111Z | Downloaded usdt v0.5.0 |
333 | 2024-11-27T17:45:55.111Z | Downloaded thiserror-impl v1.0.69 |
334 | 2024-11-27T17:45:55.114Z | Downloaded tabled_derive v0.7.0 |
335 | 2024-11-27T17:45:55.114Z | Downloaded memmap v0.7.0 |
336 | 2024-11-27T17:45:55.116Z | Downloaded is_terminal_polyfill v1.70.1 |
337 | 2024-11-27T17:45:55.116Z | Downloaded fs-err v2.11.0 |
338 | 2024-11-27T17:45:55.118Z | Downloaded version_check v0.9.5 |
339 | 2024-11-27T17:45:55.118Z | Downloaded strsim v0.11.1 |
340 | 2024-11-27T17:45:55.122Z | Downloaded itoa v1.0.11 |
341 | 2024-11-27T17:45:55.124Z | Downloaded plain v0.2.3 |
342 | 2024-11-27T17:45:55.127Z | Downloaded utf8parse v0.2.2 |
343 | 2024-11-27T17:45:55.127Z | Downloaded camino-tempfile v1.1.1 |
344 | 2024-11-27T17:45:55.130Z | Downloaded thread-id v4.2.2 |
345 | 2024-11-27T17:45:55.130Z | Downloaded terminal_size v0.4.0 |
346 | 2024-11-27T17:45:55.132Z | Downloaded proc-macro-error v1.0.4 |
347 | 2024-11-27T17:45:55.134Z | Downloaded semver v1.0.23 |
348 | 2024-11-27T17:45:55.144Z | Downloaded sha2 v0.10.8 |
349 | 2024-11-27T17:45:55.148Z | Downloaded usdt-impl v0.5.0 |
350 | 2024-11-27T17:45:55.150Z | Downloaded quote v1.0.37 |
351 | 2024-11-27T17:45:55.152Z | Downloaded pest_derive v2.7.14 |
352 | 2024-11-27T17:45:55.154Z | Downloaded papergrid v0.11.0 |
353 | 2024-11-27T17:45:55.158Z | Downloaded zerocopy-derive v0.7.35 |
354 | 2024-11-27T17:45:55.162Z | Downloaded ucd-trie v0.1.7 |
355 | 2024-11-27T17:45:55.165Z | Downloaded serde_derive v1.0.215 |
356 | 2024-11-27T17:45:55.167Z | Downloaded proc-macro2 v1.0.89 |
357 | 2024-11-27T17:45:55.169Z | Downloaded unicode-ident v1.0.13 |
358 | 2024-11-27T17:45:55.171Z | Downloaded toml v0.8.19 |
359 | 2024-11-27T17:45:55.174Z | Downloaded tempfile v3.13.0 |
360 | 2024-11-27T17:45:55.176Z | Downloaded pest_meta v2.7.14 |
361 | 2024-11-27T17:45:55.178Z | Downloaded ryu v1.0.18 |
362 | 2024-11-27T17:45:55.181Z | Downloaded typenum v1.17.0 |
363 | 2024-11-27T17:45:55.184Z | Downloaded log v0.4.22 |
364 | 2024-11-27T17:45:55.186Z | Downloaded serde v1.0.215 |
365 | 2024-11-27T17:45:55.196Z | Downloaded textwrap v0.16.1 |
366 | 2024-11-27T17:45:55.204Z | Downloaded toml_edit v0.22.22 |
367 | 2024-11-27T17:45:55.224Z | Downloaded pest v2.7.14 |
368 | 2024-11-27T17:45:55.228Z | Downloaded hashbrown v0.15.0 |
369 | 2024-11-27T17:45:55.238Z | Downloaded serde_json v1.0.132 |
370 | 2024-11-27T17:45:55.246Z | Downloaded winnow v0.6.20 |
371 | 2024-11-27T17:45:55.254Z | Downloaded zerocopy v0.7.35 |
372 | 2024-11-27T17:45:55.268Z | Downloaded tabled v0.15.0 |
373 | 2024-11-27T17:45:56.302Z | Downloaded unicode-width v0.1.14 |
374 | 2024-11-27T17:45:56.308Z | Downloaded syn v1.0.109 |
375 | 2024-11-27T17:45:56.308Z | Downloaded syn v2.0.87 |
376 | 2024-11-27T17:45:56.308Z | Downloaded rustix v0.38.37 |
377 | 2024-11-27T17:45:56.308Z | Downloaded libc v0.2.162 |
378 | 2024-11-27T17:45:56.308Z | Compiling proc-macro2 v1.0.89 |
379 | 2024-11-27T17:45:56.308Z | Compiling unicode-ident v1.0.13 |
380 | 2024-11-27T17:45:56.308Z | Compiling version_check v0.9.5 |
381 | 2024-11-27T17:45:56.308Z | Compiling serde v1.0.215 |
382 | 2024-11-27T17:45:56.308Z | Compiling memchr v2.7.4 |
383 | 2024-11-27T17:45:56.308Z | Compiling thiserror v1.0.69 |
384 | 2024-11-27T17:45:56.308Z | Compiling libc v0.2.162 |
385 | 2024-11-27T17:45:56.308Z | Compiling ryu v1.0.18 |
386 | 2024-11-27T17:45:56.308Z | Compiling ucd-trie v0.1.7 |
387 | 2024-11-27T17:45:56.308Z | Compiling itoa v1.0.11 |
388 | 2024-11-27T17:45:56.471Z | Compiling once_cell v1.20.2 |
389 | 2024-11-27T17:45:56.495Z | Compiling byteorder v1.5.0 |
390 | 2024-11-27T17:45:56.777Z | Compiling serde_json v1.0.132 |
391 | 2024-11-27T17:45:56.821Z | Compiling rustix v0.38.37 |
392 | 2024-11-27T17:45:57.880Z | Compiling bitflags v2.6.0 |
393 | 2024-11-27T17:45:57.921Z | Compiling proc-macro-error-attr v1.0.4 |
394 | 2024-11-27T17:45:57.986Z | Compiling usdt-impl v0.5.0 |
395 | 2024-11-27T17:45:58.012Z | Compiling syn v1.0.109 |
396 | 2024-11-27T17:45:58.181Z | Compiling proc-macro-error v1.0.4 |
397 | 2024-11-27T17:45:58.273Z | Compiling equivalent v1.0.1 |
398 | 2024-11-27T17:45:58.321Z | Compiling log v0.4.22 |
399 | 2024-11-27T17:45:58.381Z | Compiling utf8parse v0.2.2 |
400 | 2024-11-27T17:45:58.434Z | Compiling plain v0.2.3 |
401 | 2024-11-27T17:45:58.457Z | Compiling camino v1.1.9 |
402 | 2024-11-27T17:45:58.544Z | Compiling hashbrown v0.15.0 |
403 | 2024-11-27T17:45:58.576Z | Compiling anstyle-parse v0.2.5 |
404 | 2024-11-27T17:45:58.673Z | Compiling thread-id v4.2.2 |
405 | 2024-11-27T17:45:58.800Z | Compiling winnow v0.6.20 |
406 | 2024-11-27T17:45:58.834Z | Compiling quote v1.0.37 |
407 | 2024-11-27T17:45:58.892Z | Compiling unicode-width v0.1.14 |
408 | 2024-11-27T17:45:59.016Z | Compiling pretty-hex v0.4.1 |
409 | 2024-11-27T17:45:59.169Z | Compiling errno v0.3.9 |
410 | 2024-11-27T17:45:59.230Z | Compiling syn v2.0.87 |
411 | 2024-11-27T17:45:59.451Z | Compiling anstyle v1.0.10 |
412 | 2024-11-27T17:45:59.527Z | Compiling anstyle-query v1.1.1 |
413 | 2024-11-27T17:45:59.678Z | Compiling semver v1.0.23 |
414 | 2024-11-27T17:45:59.794Z | Compiling indexmap v2.6.0 |
415 | 2024-11-27T17:45:59.904Z | Compiling is_terminal_polyfill v1.70.1 |
416 | 2024-11-27T17:46:00.031Z | Compiling autocfg v1.4.0 |
417 | 2024-11-27T17:46:00.216Z | Compiling colorchoice v1.0.2 |
418 | 2024-11-27T17:46:00.428Z | Compiling anstream v0.6.15 |
419 | 2024-11-27T17:46:01.203Z | Compiling heck v0.5.0 |
420 | 2024-11-27T17:46:01.236Z | Compiling fs-err v2.11.0 |
421 | 2024-11-27T17:46:01.261Z | Compiling fastrand v2.1.1 |
422 | 2024-11-27T17:46:01.501Z | Compiling terminal_size v0.4.0 |
423 | 2024-11-27T17:46:01.706Z | Compiling heck v0.4.1 |
424 | 2024-11-27T17:46:01.729Z | Compiling fnv v1.0.7 |
425 | 2024-11-27T17:46:01.732Z | Compiling anyhow v1.0.93 |
426 | 2024-11-27T17:46:01.793Z | Compiling bytecount v0.6.8 |
427 | 2024-11-27T17:46:01.849Z | Compiling strsim v0.11.1 |
428 | 2024-11-27T17:46:01.996Z | Compiling clap_lex v0.7.2 |
429 | 2024-11-27T17:46:02.180Z | Compiling cfg-if v1.0.0 |
430 | 2024-11-27T17:46:02.273Z | Compiling tempfile v3.13.0 |
431 | 2024-11-27T17:46:02.500Z | Compiling clap_builder v4.5.21 |
432 | 2024-11-27T17:46:02.600Z | Compiling papergrid v0.11.0 |
433 | 2024-11-27T17:46:02.771Z | Compiling memmap v0.7.0 |
434 | 2024-11-27T17:46:02.885Z | Compiling unicode-linebreak v0.1.5 |
435 | 2024-11-27T17:46:02.946Z | Compiling smawk v0.3.2 |
436 | 2024-11-27T17:46:03.162Z | Compiling swrite v0.1.0 |
437 | 2024-11-27T17:46:03.282Z | Compiling textwrap v0.16.1 |
438 | 2024-11-27T17:46:04.691Z | Compiling tabled_derive v0.7.0 |
439 | 2024-11-27T17:46:06.207Z | Compiling tabled v0.15.0 |
440 | 2024-11-27T17:46:08.251Z | Compiling serde_derive v1.0.215 |
441 | 2024-11-27T17:46:08.251Z | Compiling thiserror-impl v1.0.69 |
442 | 2024-11-27T17:46:08.253Z | Compiling zerocopy-derive v0.7.35 |
443 | 2024-11-27T17:46:08.253Z | Compiling scroll_derive v0.12.0 |
444 | 2024-11-27T17:46:08.253Z | Compiling clap_derive v4.5.18 |
445 | 2024-11-27T17:46:09.466Z | Compiling scroll v0.12.0 |
446 | 2024-11-27T17:46:10.036Z | Compiling zerocopy v0.7.35 |
447 | 2024-11-27T17:46:10.060Z | Compiling goblin v0.8.2 |
448 | 2024-11-27T17:46:10.880Z | Compiling pest v2.7.14 |
449 | 2024-11-27T17:46:11.976Z | Compiling clap v4.5.21 |
450 | 2024-11-27T17:46:13.070Z | Compiling pest_meta v2.7.14 |
451 | 2024-11-27T17:46:13.907Z | Compiling pest_generator v2.7.14 |
452 | 2024-11-27T17:46:15.570Z | Compiling pest_derive v2.7.14 |
453 | 2024-11-27T17:46:16.209Z | Compiling dtrace-parser v0.2.0 |
454 | 2024-11-27T17:46:18.229Z | Compiling serde_tokenstream v0.2.2 |
455 | 2024-11-27T17:46:18.276Z | Compiling serde_spanned v0.6.8 |
456 | 2024-11-27T17:46:18.276Z | Compiling toml_datetime v0.6.8 |
457 | 2024-11-27T17:46:18.529Z | Compiling cargo-platform v0.1.8 |
458 | 2024-11-27T17:46:18.603Z | Compiling toml_edit v0.22.22 |
459 | 2024-11-27T17:46:18.805Z | Compiling macaddr v1.0.1 |
460 | 2024-11-27T17:46:18.989Z | Compiling camino-tempfile v1.1.1 |
461 | 2024-11-27T17:46:19.760Z | Compiling dof v0.3.0 |
462 | 2024-11-27T17:46:19.832Z | Compiling cargo_metadata v0.18.1 |
463 | 2024-11-27T17:46:21.408Z | Compiling toml v0.8.19 |
464 | 2024-11-27T17:46:21.574Z | Compiling usdt-macro v0.5.0 |
465 | 2024-11-27T17:46:21.574Z | Compiling usdt-attr-macro v0.5.0 |
466 | 2024-11-27T17:46:22.363Z | Compiling cargo_toml v0.20.5 |
467 | 2024-11-27T17:46:22.927Z | Compiling usdt v0.5.0 |
468 | 2024-11-27T17:46:25.802Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
469 | 2024-11-27T17:46:29.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.68s |
470 | 2024-11-27T17:46:30.143Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
471 | 2024-11-27T17:46:30.686Z | Downloading crates ... |
472 | 2024-11-27T17:46:30.846Z | Downloaded addr2line v0.24.2 |
473 | 2024-11-27T17:46:30.855Z | Downloaded http v1.1.0 |
474 | 2024-11-27T17:46:30.871Z | Downloaded hyper v1.5.0 |
475 | 2024-11-27T17:46:30.878Z | Downloaded allocator-api2 v0.2.18 |
476 | 2024-11-27T17:46:30.881Z | Downloaded heapless v0.7.17 |
477 | 2024-11-27T17:46:30.885Z | Downloaded headers-core v0.3.0 |
478 | 2024-11-27T17:46:30.887Z | Downloaded arrayref v0.3.9 |
479 | 2024-11-27T17:46:30.887Z | Downloaded ahash v0.8.11 |
480 | 2024-11-27T17:46:30.890Z | Downloaded async-stream-impl v0.3.6 |
481 | 2024-11-27T17:46:30.892Z | Downloaded darling v0.20.10 |
482 | 2024-11-27T17:46:30.895Z | Downloaded atty v0.2.14 |
483 | 2024-11-27T17:46:30.898Z | Downloaded async-recursion v1.1.1 |
484 | 2024-11-27T17:46:30.901Z | Downloaded assert_matches v1.5.0 |
485 | 2024-11-27T17:46:30.901Z | Downloaded ascii-canvas v3.0.0 |
486 | 2024-11-27T17:46:30.904Z | Downloaded base16ct v0.2.0 |
487 | 2024-11-27T17:46:30.906Z | Downloaded rayon-core v1.12.1 |
488 | 2024-11-27T17:46:30.908Z | Downloaded heck v0.3.3 |
489 | 2024-11-27T17:46:30.911Z | Downloaded async-trait v0.1.83 |
490 | 2024-11-27T17:46:30.913Z | Downloaded httpdate v1.0.3 |
491 | 2024-11-27T17:46:30.915Z | Downloaded hickory-resolver v0.24.1 |
492 | 2024-11-27T17:46:30.920Z | Downloaded http-body v1.0.1 |
493 | 2024-11-27T17:46:30.923Z | Downloaded hex v0.4.3 |
494 | 2024-11-27T17:46:30.926Z | Downloaded adler2 v2.0.0 |
495 | 2024-11-27T17:46:30.926Z | Downloaded argon2 v0.5.3 |
496 | 2024-11-27T17:46:30.929Z | Downloaded hmac v0.12.1 |
497 | 2024-11-27T17:46:30.929Z | Downloaded highway v1.2.0 |
498 | 2024-11-27T17:46:30.931Z | Downloaded hex-literal v0.4.1 |
499 | 2024-11-27T17:46:30.934Z | Downloaded arc-swap v1.7.1 |
500 | 2024-11-27T17:46:30.937Z | Downloaded hickory-client v0.24.1 |
501 | 2024-11-27T17:46:30.939Z | Downloaded async-bb8-diesel v0.2.1 |
502 | 2024-11-27T17:46:30.942Z | Downloaded arrayvec v0.7.6 |
503 | 2024-11-27T17:46:30.944Z | Downloaded hickory-server v0.24.1 |
504 | 2024-11-27T17:46:30.951Z | Downloaded http-range v0.1.5 |
505 | 2024-11-27T17:46:30.954Z | Downloaded hkdf v0.12.4 |
506 | 2024-11-27T17:46:30.957Z | Downloaded hostname v0.3.1 |
507 | 2024-11-27T17:46:30.957Z | Downloaded atomic-waker v1.1.2 |
508 | 2024-11-27T17:46:30.959Z | Downloaded http-body-util v0.1.2 |
509 | 2024-11-27T17:46:30.961Z | Downloaded hostname v0.4.0 |
510 | 2024-11-27T17:46:30.963Z | Downloaded async-stream v0.3.6 |
511 | 2024-11-27T17:46:30.966Z | Downloaded cfg_aliases v0.2.1 |
512 | 2024-11-27T17:46:30.966Z | Downloaded cfg_aliases v0.1.1 |
513 | 2024-11-27T17:46:30.966Z | Downloaded array-init v0.0.4 |
514 | 2024-11-27T17:46:30.969Z | Downloaded atomicwrites v0.4.4 |
515 | 2024-11-27T17:46:30.969Z | Downloaded aead v0.5.2 |
516 | 2024-11-27T17:46:30.972Z | Downloaded httparse v1.9.5 |
517 | 2024-11-27T17:46:30.974Z | Downloaded home v0.5.9 |
518 | 2024-11-27T17:46:30.980Z | Downloaded heapless v0.8.0 |
519 | 2024-11-27T17:46:30.984Z | Downloaded crunchy v0.2.2 |
520 | 2024-11-27T17:46:30.987Z | Downloaded aes v0.8.4 |
521 | 2024-11-27T17:46:30.989Z | Downloaded bitflags v1.3.2 |
522 | 2024-11-27T17:46:30.993Z | Downloaded is_ci v1.2.0 |
523 | 2024-11-27T17:46:30.996Z | Downloaded ident_case v1.0.1 |
524 | 2024-11-27T17:46:30.996Z | Downloaded bitfield v0.14.0 |
525 | 2024-11-27T17:46:30.999Z | Downloaded bit-vec v0.6.3 |
526 | 2024-11-27T17:46:30.999Z | Downloaded bcrypt-pbkdf v0.10.0 |
527 | 2024-11-27T17:46:31.002Z | Downloaded hubpack_derive v0.1.1 |
528 | 2024-11-27T17:46:31.002Z | Downloaded convert_case v0.4.0 |
529 | 2024-11-27T17:46:31.004Z | Downloaded cobs v0.2.3 |
530 | 2024-11-27T17:46:31.004Z | Downloaded cstr-argument v0.1.2 |
531 | 2024-11-27T17:46:31.007Z | Downloaded crucible-workspace-hack v0.1.0 |
532 | 2024-11-27T17:46:31.007Z | Downloaded ciborium-io v0.2.2 |
533 | 2024-11-27T17:46:31.007Z | Downloaded icu_provider_macros v1.5.0 |
534 | 2024-11-27T17:46:31.009Z | Downloaded backtrace v0.3.74 |
535 | 2024-11-27T17:46:31.013Z | Downloaded humantime v2.1.0 |
536 | 2024-11-27T17:46:31.016Z | Downloaded chrono-tz-build v0.4.0 |
537 | 2024-11-27T17:46:31.019Z | Downloaded cexpr v0.6.0 |
538 | 2024-11-27T17:46:31.019Z | Downloaded block-padding v0.3.3 |
539 | 2024-11-27T17:46:31.019Z | Downloaded bitfield-struct v0.6.2 |
540 | 2024-11-27T17:46:31.021Z | Downloaded bb8 v0.8.5 |
541 | 2024-11-27T17:46:31.024Z | Downloaded buf-list v1.0.3 |
542 | 2024-11-27T17:46:31.027Z | Downloaded castaway v0.2.3 |
543 | 2024-11-27T17:46:31.029Z | Downloaded instant v0.1.13 |
544 | 2024-11-27T17:46:31.032Z | Downloaded constant_time_eq v0.3.1 |
545 | 2024-11-27T17:46:31.034Z | Downloaded crossbeam-deque v0.8.5 |
546 | 2024-11-27T17:46:31.038Z | Downloaded hubpack v0.1.2 |
547 | 2024-11-27T17:46:31.038Z | Downloaded cmake v0.1.51 |
548 | 2024-11-27T17:46:31.041Z | Downloaded cipher v0.4.4 |
549 | 2024-11-27T17:46:31.041Z | Downloaded colored v2.1.0 |
550 | 2024-11-27T17:46:31.043Z | Downloaded chacha20 v0.9.1 |
551 | 2024-11-27T17:46:31.047Z | Downloaded crc v3.2.1 |
552 | 2024-11-27T17:46:31.049Z | Downloaded ciborium-ll v0.2.2 |
553 | 2024-11-27T17:46:31.050Z | Downloaded linear-map v1.2.0 |
554 | 2024-11-27T17:46:31.052Z | Downloaded crc-catalog v2.4.0 |
555 | 2024-11-27T17:46:31.055Z | Downloaded indent_write v2.2.0 |
556 | 2024-11-27T17:46:31.055Z | Downloaded md5 v0.7.0 |
557 | 2024-11-27T17:46:31.058Z | Downloaded matches v0.1.10 |
558 | 2024-11-27T17:46:31.058Z | Downloaded match_cfg v0.1.0 |
559 | 2024-11-27T17:46:31.062Z | Downloaded internet-checksum v0.2.1 |
560 | 2024-11-27T17:46:31.064Z | Downloaded bcs v0.1.6 |
561 | 2024-11-27T17:46:31.068Z | Downloaded ipnetwork v0.20.0 |
562 | 2024-11-27T17:46:31.068Z | Downloaded kstat-rs v0.2.4 |
563 | 2024-11-27T17:46:31.070Z | Downloaded inout v0.1.3 |
564 | 2024-11-27T17:46:31.070Z | Downloaded impl-trait-for-tuples v0.2.2 |
565 | 2024-11-27T17:46:31.073Z | Downloaded idna_adapter v1.2.0 |
566 | 2024-11-27T17:46:31.073Z | Downloaded hyper-tls v0.6.0 |
567 | 2024-11-27T17:46:31.076Z | Downloaded hyper-staticfile v0.10.1 |
568 | 2024-11-27T17:46:31.078Z | Downloaded russh-cryptovec v0.7.3 |
569 | 2024-11-27T17:46:31.081Z | Downloaded curve25519-dalek-derive v0.1.1 |
570 | 2024-11-27T17:46:31.081Z | Downloaded hyper-rustls v0.27.3 |
571 | 2024-11-27T17:46:31.084Z | Downloaded cbc v0.1.2 |
572 | 2024-11-27T17:46:31.084Z | Downloaded ctr v0.9.2 |
573 | 2024-11-27T17:46:31.087Z | Downloaded rand_xorshift v0.3.0 |
574 | 2024-11-27T17:46:31.089Z | Downloaded keccak v0.1.5 |
575 | 2024-11-27T17:46:31.089Z | Downloaded quinn-udp v0.5.5 |
576 | 2024-11-27T17:46:31.091Z | Downloaded want v0.3.1 |
577 | 2024-11-27T17:46:31.091Z | Downloaded lazy_static v1.5.0 |
578 | 2024-11-27T17:46:31.094Z | Downloaded write16 v1.0.0 |
579 | 2024-11-27T17:46:31.096Z | Downloaded base64ct v1.6.0 |
580 | 2024-11-27T17:46:31.099Z | Downloaded lazycell v1.3.0 |
581 | 2024-11-27T17:46:31.099Z | Downloaded is-terminal v0.4.13 |
582 | 2024-11-27T17:46:31.102Z | Downloaded ciborium v0.2.2 |
583 | 2024-11-27T17:46:31.104Z | Downloaded cassowary v0.3.0 |
584 | 2024-11-27T17:46:31.104Z | Downloaded blowfish v0.9.1 |
585 | 2024-11-27T17:46:31.107Z | Downloaded bit-set v0.5.3 |
586 | 2024-11-27T17:46:31.110Z | Downloaded try-lock v0.2.5 |
587 | 2024-11-27T17:46:31.110Z | Downloaded mime v0.3.17 |
588 | 2024-11-27T17:46:31.110Z | Downloaded lockfree-object-pool v0.1.6 |
589 | 2024-11-27T17:46:31.112Z | Downloaded linked-hash-map v0.5.6 |
590 | 2024-11-27T17:46:31.116Z | Downloaded const_format_proc_macros v0.2.33 |
591 | 2024-11-27T17:46:31.116Z | Downloaded managed v0.8.0 |
592 | 2024-11-27T17:46:31.119Z | Downloaded maplit v1.0.2 |
593 | 2024-11-27T17:46:31.119Z | Downloaded libsw v3.3.1 |
594 | 2024-11-27T17:46:31.121Z | Downloaded cookie_store v0.21.0 |
595 | 2024-11-27T17:46:31.124Z | Downloaded md-5 v0.10.6 |
596 | 2024-11-27T17:46:31.127Z | Downloaded lru-cache v0.1.2 |
597 | 2024-11-27T17:46:31.127Z | Downloaded instability v0.3.2 |
598 | 2024-11-27T17:46:31.130Z | Downloaded semver v0.1.20 |
599 | 2024-11-27T17:46:31.130Z | Downloaded darling_macro v0.20.10 |
600 | 2024-11-27T17:46:31.130Z | Downloaded derive_builder_macro v0.20.2 |
601 | 2024-11-27T17:46:31.133Z | Downloaded slab v0.4.9 |
602 | 2024-11-27T17:46:31.133Z | Downloaded signal-hook v0.3.17 |
603 | 2024-11-27T17:46:31.135Z | Downloaded smf v0.2.3 |
604 | 2024-11-27T17:46:31.138Z | Downloaded ssh-encoding v0.2.0 |
605 | 2024-11-27T17:46:31.141Z | Downloaded maybe-uninit v2.0.0 |
606 | 2024-11-27T17:46:31.141Z | Downloaded memoffset v0.9.1 |
607 | 2024-11-27T17:46:31.143Z | Downloaded lru v0.12.5 |
608 | 2024-11-27T17:46:31.143Z | Downloaded vte_generate_state_changes v0.1.2 |
609 | 2024-11-27T17:46:31.143Z | Downloaded libloading v0.8.5 |
610 | 2024-11-27T17:46:31.146Z | Downloaded blake2 v0.10.6 |
611 | 2024-11-27T17:46:31.149Z | Downloaded libefi-sys v0.1.0 |
612 | 2024-11-27T17:46:31.151Z | Downloaded structmeta-derive v0.2.0 |
613 | 2024-11-27T17:46:31.153Z | Downloaded tiny-keccak v2.0.2 |
614 | 2024-11-27T17:46:31.156Z | Downloaded cookie v0.18.1 |
615 | 2024-11-27T17:46:31.159Z | Downloaded tabwriter v1.4.0 |
616 | 2024-11-27T17:46:31.159Z | Downloaded synstructure v0.13.1 |
617 | 2024-11-27T17:46:31.162Z | Downloaded structmeta v0.3.0 |
618 | 2024-11-27T17:46:31.162Z | Downloaded ipnet v2.10.1 |
619 | 2024-11-27T17:46:31.164Z | Downloaded iana-time-zone v0.1.61 |
620 | 2024-11-27T17:46:31.166Z | Downloaded secrecy v0.8.0 |
621 | 2024-11-27T17:46:31.169Z | Downloaded bzip2 v0.4.4 |
622 | 2024-11-27T17:46:31.169Z | Downloaded fxhash v0.2.1 |
623 | 2024-11-27T17:46:31.171Z | Downloaded lalrpop-util v0.19.12 |
624 | 2024-11-27T17:46:31.171Z | Downloaded indoc v1.0.9 |
625 | 2024-11-27T17:46:31.174Z | Downloaded tui-tree-widget v0.22.0 |
626 | 2024-11-27T17:46:31.176Z | Downloaded openssl-probe v0.1.5 |
627 | 2024-11-27T17:46:31.179Z | Downloaded litemap v0.7.3 |
628 | 2024-11-27T17:46:31.179Z | Downloaded unicase v2.7.0 |
629 | 2024-11-27T17:46:31.181Z | Downloaded which v4.4.2 |
630 | 2024-11-27T17:46:31.184Z | Downloaded phf_shared v0.10.0 |
631 | 2024-11-27T17:46:31.184Z | Downloaded mime_guess v2.0.5 |
632 | 2024-11-27T17:46:31.186Z | Downloaded whoami v1.5.2 |
633 | 2024-11-27T17:46:31.188Z | Downloaded utf-8 v0.7.6 |
634 | 2024-11-27T17:46:31.190Z | Downloaded topological-sort v0.2.2 |
635 | 2024-11-27T17:46:31.190Z | Downloaded icu_locid_transform_data v1.5.0 |
636 | 2024-11-27T17:46:31.193Z | Downloaded cancel-safe-futures v0.1.5 |
637 | 2024-11-27T17:46:31.196Z | Downloaded icu_normalizer_data v1.5.0 |
638 | 2024-11-27T17:46:31.198Z | Downloaded icu_locid v1.5.0 |
639 | 2024-11-27T17:46:31.212Z | Downloaded ena v0.14.3 |
640 | 2024-11-27T17:46:31.215Z | Downloaded indicatif v0.17.9 |
641 | 2024-11-27T17:46:31.219Z | Downloaded shlex v1.3.0 |
642 | 2024-11-27T17:46:31.221Z | Downloaded tokio-macros v2.4.0 |
643 | 2024-11-27T17:46:31.221Z | Downloaded aho-corasick v1.1.3 |
644 | 2024-11-27T17:46:31.227Z | Downloaded take_mut v0.2.2 |
645 | 2024-11-27T17:46:31.230Z | Downloaded sync_wrapper v1.0.1 |
646 | 2024-11-27T17:46:31.230Z | Downloaded sync-ptr v0.1.1 |
647 | 2024-11-27T17:46:31.230Z | Downloaded sigpipe v0.1.3 |
648 | 2024-11-27T17:46:31.233Z | Downloaded dsl_auto_type v0.1.2 |
649 | 2024-11-27T17:46:31.233Z | Downloaded tinyvec_macros v0.1.1 |
650 | 2024-11-27T17:46:31.236Z | Downloaded diesel-dtrace v0.3.0 |
651 | 2024-11-27T17:46:31.238Z | Downloaded glob v0.3.1 |
652 | 2024-11-27T17:46:31.238Z | Downloaded csv-core v0.1.11 |
653 | 2024-11-27T17:46:31.240Z | Downloaded crossbeam-utils v0.8.20 |
654 | 2024-11-27T17:46:31.243Z | Downloaded clang-sys v1.8.1 |
655 | 2024-11-27T17:46:31.246Z | Downloaded futures-io v0.3.31 |
656 | 2024-11-27T17:46:31.249Z | Downloaded structmeta-derive v0.3.0 |
657 | 2024-11-27T17:46:31.249Z | Downloaded ff v0.13.0 |
658 | 2024-11-27T17:46:31.252Z | Downloaded fd-lock v4.0.2 |
659 | 2024-11-27T17:46:31.253Z | Downloaded fallible-streaming-iterator v0.1.9 |
660 | 2024-11-27T17:46:31.255Z | Downloaded untrusted v0.7.1 |
661 | 2024-11-27T17:46:31.255Z | Downloaded icu_locid_transform v1.5.0 |
662 | 2024-11-27T17:46:31.259Z | Downloaded phf_generator v0.11.2 |
663 | 2024-11-27T17:46:31.261Z | Downloaded packed_struct_codegen v0.10.1 |
664 | 2024-11-27T17:46:31.261Z | Downloaded olpc-cjson v0.1.4 |
665 | 2024-11-27T17:46:31.264Z | Downloaded backoff v0.4.0 |
666 | 2024-11-27T17:46:31.266Z | Downloaded nanorand v0.7.0 |
667 | 2024-11-27T17:46:31.269Z | Downloaded num-iter v0.1.45 |
668 | 2024-11-27T17:46:31.269Z | Downloaded waitgroup v0.1.2 |
669 | 2024-11-27T17:46:31.269Z | Downloaded hyper-util v0.1.10 |
670 | 2024-11-27T17:46:31.274Z | Downloaded multimap v0.10.0 |
671 | 2024-11-27T17:46:31.276Z | Downloaded chacha20poly1305 v0.10.1 |
672 | 2024-11-27T17:46:31.278Z | Downloaded hash32 v0.2.1 |
673 | 2024-11-27T17:46:31.281Z | Downloaded polyval v0.6.2 |
674 | 2024-11-27T17:46:31.281Z | Downloaded pkg-config v0.3.31 |
675 | 2024-11-27T17:46:31.284Z | Downloaded indexmap v1.9.3 |
676 | 2024-11-27T17:46:31.286Z | Downloaded icu_collections v1.5.0 |
677 | 2024-11-27T17:46:31.292Z | Downloaded foreign-types-macros v0.2.3 |
678 | 2024-11-27T17:46:31.295Z | Downloaded foreign-types v0.3.2 |
679 | 2024-11-27T17:46:31.295Z | Downloaded zone v0.3.0 |
680 | 2024-11-27T17:46:31.298Z | Downloaded percent-encoding v2.3.1 |
681 | 2024-11-27T17:46:31.298Z | Downloaded tokio-stream v0.1.16 |
682 | 2024-11-27T17:46:31.301Z | Downloaded rustc-hash v1.1.0 |
683 | 2024-11-27T17:46:31.304Z | Downloaded siphasher v0.3.11 |
684 | 2024-11-27T17:46:31.304Z | Downloaded simd-adler32 v0.3.7 |
685 | 2024-11-27T17:46:31.306Z | Downloaded num_threads v0.1.7 |
686 | 2024-11-27T17:46:31.309Z | Downloaded normalize-line-endings v0.3.0 |
687 | 2024-11-27T17:46:31.309Z | Downloaded scheduled-thread-pool v0.2.7 |
688 | 2024-11-27T17:46:31.311Z | Downloaded rpassword v7.3.1 |
689 | 2024-11-27T17:46:31.322Z | Downloaded tap v1.0.1 |
690 | 2024-11-27T17:46:31.322Z | Downloaded slog-bunyan v2.5.0 |
691 | 2024-11-27T17:46:31.322Z | Downloaded env_logger v0.10.2 |
692 | 2024-11-27T17:46:31.322Z | Downloaded prettyplease v0.2.25 |
693 | 2024-11-27T17:46:31.322Z | Downloaded ron v0.8.1 |
694 | 2024-11-27T17:46:31.327Z | Downloaded structmeta v0.2.0 |
695 | 2024-11-27T17:46:31.330Z | Downloaded serde_with_macros v3.11.0 |
696 | 2024-11-27T17:46:31.332Z | Downloaded openssl-macros v0.1.1 |
697 | 2024-11-27T17:46:31.335Z | Downloaded precomputed-hash v0.1.1 |
698 | 2024-11-27T17:46:31.335Z | Downloaded opaque-debug v0.3.1 |
699 | 2024-11-27T17:46:31.335Z | Downloaded peg-macros v0.8.4 |
700 | 2024-11-27T17:46:31.338Z | Downloaded num-rational v0.4.2 |
701 | 2024-11-27T17:46:31.341Z | Downloaded owo-colors v4.1.0 |
702 | 2024-11-27T17:46:31.341Z | Downloaded parking_lot v0.11.2 |
703 | 2024-11-27T17:46:31.344Z | Downloaded zone v0.1.8 |
704 | 2024-11-27T17:46:31.346Z | Downloaded cc v1.1.30 |
705 | 2024-11-27T17:46:31.349Z | Downloaded native-tls v0.2.12 |
706 | 2024-11-27T17:46:31.352Z | Downloaded hash32 v0.3.1 |
707 | 2024-11-27T17:46:31.352Z | Downloaded icu_properties v1.5.1 |
708 | 2024-11-27T17:46:31.355Z | Downloaded poly1305 v0.8.0 |
709 | 2024-11-27T17:46:31.358Z | Downloaded compact_str v0.8.0 |
710 | 2024-11-27T17:46:31.362Z | Downloaded psl-types v2.0.11 |
711 | 2024-11-27T17:46:31.365Z | Downloaded serde-big-array v0.5.1 |
712 | 2024-11-27T17:46:31.367Z | Downloaded foreign-types v0.5.0 |
713 | 2024-11-27T17:46:31.368Z | Downloaded pkcs8 v0.10.2 |
714 | 2024-11-27T17:46:31.370Z | Downloaded slog v2.7.0 |
715 | 2024-11-27T17:46:31.373Z | Downloaded filetime v0.2.25 |
716 | 2024-11-27T17:46:31.375Z | Downloaded slog-async v2.8.0 |
717 | 2024-11-27T17:46:31.379Z | Downloaded tower-service v0.3.3 |
718 | 2024-11-27T17:46:31.379Z | Downloaded rustc-demangle v0.1.24 |
719 | 2024-11-27T17:46:31.382Z | Downloaded same-file v1.0.6 |
720 | 2024-11-27T17:46:31.382Z | Downloaded fallible-iterator v0.3.0 |
721 | 2024-11-27T17:46:31.384Z | Downloaded ed25519 v2.2.3 |
722 | 2024-11-27T17:46:31.388Z | Downloaded progenitor-impl v0.8.0 |
723 | 2024-11-27T17:46:31.388Z | Downloaded num-derive v0.4.2 |
724 | 2024-11-27T17:46:31.391Z | Downloaded dropshot_endpoint v0.13.0 |
725 | 2024-11-27T17:46:31.393Z | Downloaded mockall v0.13.0 |
726 | 2024-11-27T17:46:31.396Z | Downloaded tls_codec v0.4.1 |
727 | 2024-11-27T17:46:31.399Z | Downloaded fatfs v0.3.6 |
728 | 2024-11-27T17:46:31.401Z | Downloaded tokio-tungstenite v0.24.0 |
729 | 2024-11-27T17:46:31.404Z | Downloaded futures v0.3.31 |
730 | 2024-11-27T17:46:31.408Z | Downloaded dhcproto-macros v0.1.0 |
731 | 2024-11-27T17:46:31.411Z | Downloaded bumpalo v3.16.0 |
732 | 2024-11-27T17:46:31.413Z | Downloaded derive_builder_core v0.20.2 |
733 | 2024-11-27T17:46:31.415Z | Downloaded unicode-bidi v0.3.17 |
734 | 2024-11-27T17:46:31.418Z | Downloaded predicates v3.1.2 |
735 | 2024-11-27T17:46:31.421Z | Downloaded darling_core v0.20.10 |
736 | 2024-11-27T17:46:31.425Z | Downloaded crypto-bigint v0.5.5 |
737 | 2024-11-27T17:46:31.433Z | Downloaded parse-size v1.1.0 |
738 | 2024-11-27T17:46:31.436Z | Downloaded des v0.8.1 |
739 | 2024-11-27T17:46:31.439Z | Downloaded radium v0.7.0 |
740 | 2024-11-27T17:46:31.439Z | Downloaded serde_repr v0.1.19 |
741 | 2024-11-27T17:46:31.441Z | Downloaded num-conv v0.1.0 |
742 | 2024-11-27T17:46:31.441Z | Downloaded rand_seeder v0.3.0 |
743 | 2024-11-27T17:46:31.444Z | Downloaded qorb v0.2.0 |
744 | 2024-11-27T17:46:31.447Z | Downloaded enum-as-inner v0.5.1 |
745 | 2024-11-27T17:46:31.450Z | Downloaded smallvec v0.6.14 |
746 | 2024-11-27T17:46:31.452Z | Downloaded spki v0.7.3 |
747 | 2024-11-27T17:46:31.454Z | Downloaded spin v0.5.2 |
748 | 2024-11-27T17:46:31.454Z | Downloaded signature v2.2.0 |
749 | 2024-11-27T17:46:31.457Z | Downloaded serde_urlencoded v0.7.1 |
750 | 2024-11-27T17:46:31.459Z | Downloaded rustls-pki-types v1.9.0 |
751 | 2024-11-27T17:46:31.462Z | Downloaded utf16_iter v1.0.5 |
752 | 2024-11-27T17:46:31.464Z | Downloaded sqlformat v0.2.6 |
753 | 2024-11-27T17:46:31.467Z | Downloaded utf8_iter v1.0.4 |
754 | 2024-11-27T17:46:31.467Z | Downloaded walkdir v2.5.0 |
755 | 2024-11-27T17:46:31.470Z | Downloaded debug-ignore v1.0.5 |
756 | 2024-11-27T17:46:31.472Z | Downloaded multer v3.1.0 |
757 | 2024-11-27T17:46:31.474Z | Downloaded pin-project-internal v1.1.6 |
758 | 2024-11-27T17:46:31.477Z | Downloaded pem-rfc7468 v0.7.0 |
759 | 2024-11-27T17:46:31.479Z | Downloaded quick-error v1.2.3 |
760 | 2024-11-27T17:46:31.479Z | Downloaded base64 v0.22.1 |
761 | 2024-11-27T17:46:31.483Z | Downloaded vte v0.11.1 |
762 | 2024-11-27T17:46:31.487Z | Downloaded zerofrom v0.1.4 |
763 | 2024-11-27T17:46:31.489Z | Downloaded url v2.5.3 |
764 | 2024-11-27T17:46:31.491Z | Downloaded pbkdf2 v0.11.0 |
765 | 2024-11-27T17:46:31.494Z | Downloaded float-ord v0.3.2 |
766 | 2024-11-27T17:46:31.496Z | Downloaded embedded-io v0.6.1 |
767 | 2024-11-27T17:46:31.496Z | Downloaded embedded-io v0.4.0 |
768 | 2024-11-27T17:46:31.499Z | Downloaded rand_chacha v0.3.1 |
769 | 2024-11-27T17:46:31.499Z | Downloaded pin-project-lite v0.2.14 |
770 | 2024-11-27T17:46:31.505Z | Downloaded strum v0.26.3 |
771 | 2024-11-27T17:46:31.507Z | Downloaded fragile v2.0.0 |
772 | 2024-11-27T17:46:31.509Z | Downloaded minimal-lexical v0.2.1 |
773 | 2024-11-27T17:46:31.512Z | Downloaded rand_core v0.6.4 |
774 | 2024-11-27T17:46:31.515Z | Downloaded downcast v0.11.0 |
775 | 2024-11-27T17:46:31.518Z | Downloaded primeorder v0.13.6 |
776 | 2024-11-27T17:46:31.518Z | Downloaded r2d2 v0.8.10 |
777 | 2024-11-27T17:46:31.521Z | Downloaded vergen v8.3.2 |
778 | 2024-11-27T17:46:31.524Z | Downloaded defmt-parser v0.3.4 |
779 | 2024-11-27T17:46:31.524Z | Downloaded wait-timeout v0.2.0 |
780 | 2024-11-27T17:46:31.526Z | Downloaded num-integer v0.1.46 |
781 | 2024-11-27T17:46:31.528Z | Downloaded slog-term v2.9.1 |
782 | 2024-11-27T17:46:31.531Z | Downloaded snafu-derive v0.8.5 |
783 | 2024-11-27T17:46:31.533Z | Downloaded smallvec v1.13.2 |
784 | 2024-11-27T17:46:31.538Z | Downloaded tokio-tungstenite v0.21.0 |
785 | 2024-11-27T17:46:31.542Z | Downloaded proc-macro-crate v1.3.1 |
786 | 2024-11-27T17:46:31.542Z | Downloaded password-hash v0.4.2 |
787 | 2024-11-27T17:46:31.545Z | Downloaded tracing-attributes v0.1.27 |
788 | 2024-11-27T17:46:31.545Z | Downloaded mockall_derive v0.13.0 |
789 | 2024-11-27T17:46:31.548Z | Downloaded serde_plain v1.0.2 |
790 | 2024-11-27T17:46:31.550Z | Downloaded schemars_derive v0.8.21 |
791 | 2024-11-27T17:46:31.552Z | Downloaded serde_path_to_error v0.1.16 |
792 | 2024-11-27T17:46:31.552Z | Downloaded diesel_derives v2.2.3 |
793 | 2024-11-27T17:46:31.557Z | Downloaded progenitor-client v0.8.0 |
794 | 2024-11-27T17:46:31.559Z | Downloaded aws-lc-rs v1.10.0 |
795 | 2024-11-27T17:46:31.568Z | Downloaded tinystr v0.7.6 |
796 | 2024-11-27T17:46:31.571Z | Downloaded static_assertions v1.1.0 |
797 | 2024-11-27T17:46:31.574Z | Downloaded sha1 v0.10.6 |
798 | 2024-11-27T17:46:31.576Z | Downloaded form_urlencoded v1.2.1 |
799 | 2024-11-27T17:46:31.576Z | Downloaded uzers v0.12.1 |
800 | 2024-11-27T17:46:31.579Z | Downloaded predicates-core v1.0.8 |
801 | 2024-11-27T17:46:31.582Z | Downloaded getrandom v0.2.15 |
802 | 2024-11-27T17:46:31.585Z | Downloaded crossbeam-channel v0.5.13 |
803 | 2024-11-27T17:46:31.588Z | Downloaded zone_cfg_derive v0.1.2 |
804 | 2024-11-27T17:46:31.590Z | Downloaded itertools v0.10.5 |
805 | 2024-11-27T17:46:31.596Z | Downloaded float-cmp v0.9.0 |
806 | 2024-11-27T17:46:31.598Z | Downloaded pkcs1 v0.7.5 |
807 | 2024-11-27T17:46:31.600Z | Downloaded display-error-chain v0.2.2 |
808 | 2024-11-27T17:46:31.603Z | Downloaded dirs-sys-next v0.1.2 |
809 | 2024-11-27T17:46:31.603Z | Downloaded strum_macros v0.25.3 |
810 | 2024-11-27T17:46:31.605Z | Downloaded strum_macros v0.24.3 |
811 | 2024-11-27T17:46:31.608Z | Downloaded unsafe-libyaml v0.2.11 |
812 | 2024-11-27T17:46:31.612Z | Downloaded newline-converter v0.3.0 |
813 | 2024-11-27T17:46:31.614Z | Downloaded oso-derive v0.27.3 |
814 | 2024-11-27T17:46:31.614Z | Downloaded difflib v0.4.0 |
815 | 2024-11-27T17:46:31.617Z | Downloaded diesel_table_macro_syntax v0.2.0 |
816 | 2024-11-27T17:46:31.618Z | Downloaded pbkdf2 v0.12.2 |
817 | 2024-11-27T17:46:31.620Z | Downloaded uuid v1.11.0 |
818 | 2024-11-27T17:46:31.622Z | Downloaded rustfmt-wrapper v0.2.1 |
819 | 2024-11-27T17:46:31.625Z | Downloaded ppv-lite86 v0.2.20 |
820 | 2024-11-27T17:46:31.627Z | Downloaded rusty-fork v0.3.0 |
821 | 2024-11-27T17:46:31.627Z | Downloaded phf v0.11.2 |
822 | 2024-11-27T17:46:31.630Z | Downloaded tungstenite v0.23.0 |
823 | 2024-11-27T17:46:31.634Z | Downloaded pretty-hex v0.2.1 |
824 | 2024-11-27T17:46:31.636Z | Downloaded num_enum v0.5.11 |
825 | 2024-11-27T17:46:31.640Z | Downloaded progenitor-macro v0.8.0 |
826 | 2024-11-27T17:46:31.643Z | Downloaded value-bag v1.9.0 |
827 | 2024-11-27T17:46:31.646Z | Downloaded stable_deref_trait v1.2.0 |
828 | 2024-11-27T17:46:31.648Z | Downloaded signal-hook-tokio v0.3.1 |
829 | 2024-11-27T17:46:31.648Z | Downloaded thiserror-impl-no-std v2.0.2 |
830 | 2024-11-27T17:46:31.651Z | Downloaded ssh-cipher v0.2.0 |
831 | 2024-11-27T17:46:31.651Z | Downloaded thiserror-no-std v2.0.2 |
832 | 2024-11-27T17:46:31.655Z | Downloaded thread_local v1.1.8 |
833 | 2024-11-27T17:46:31.658Z | Downloaded zip v2.1.3 |
834 | 2024-11-27T17:46:31.664Z | Downloaded defmt-macros v0.3.9 |
835 | 2024-11-27T17:46:31.672Z | Downloaded writeable v0.5.5 |
836 | 2024-11-27T17:46:31.672Z | Downloaded universal-hash v0.5.1 |
837 | 2024-11-27T17:46:31.672Z | Downloaded twox-hash v1.6.3 |
838 | 2024-11-27T17:46:31.672Z | Downloaded rand v0.8.5 |
839 | 2024-11-27T17:46:31.675Z | Downloaded hashlink v0.9.1 |
840 | 2024-11-27T17:46:31.684Z | Downloaded pkcs5 v0.7.1 |
841 | 2024-11-27T17:46:31.684Z | Downloaded rustyline v14.0.0 |
842 | 2024-11-27T17:46:31.692Z | Downloaded globset v0.4.15 |
843 | 2024-11-27T17:46:31.692Z | Downloaded funty v2.0.0 |
844 | 2024-11-27T17:46:31.692Z | Downloaded packed_struct v0.10.1 |
845 | 2024-11-27T17:46:31.696Z | Downloaded newtype-uuid v1.1.3 |
846 | 2024-11-27T17:46:31.696Z | Downloaded foreign-types-shared v0.3.1 |
847 | 2024-11-27T17:46:31.698Z | Downloaded zone_cfg_derive v0.3.0 |
848 | 2024-11-27T17:46:31.698Z | Downloaded itertools v0.12.1 |
849 | 2024-11-27T17:46:31.705Z | Downloaded mirai-annotations v1.12.0 |
850 | 2024-11-27T17:46:31.708Z | Downloaded snafu v0.8.5 |
851 | 2024-11-27T17:46:31.713Z | Downloaded openssl-sys v0.9.103 |
852 | 2024-11-27T17:46:31.719Z | Downloaded phf_shared v0.11.2 |
853 | 2024-11-27T17:46:31.721Z | Downloaded ref-cast v1.0.23 |
854 | 2024-11-27T17:46:31.723Z | Downloaded powerfmt v0.2.0 |
855 | 2024-11-27T17:46:31.725Z | Downloaded tinyvec v1.8.0 |
856 | 2024-11-27T17:46:31.728Z | Downloaded itertools v0.13.0 |
857 | 2024-11-27T17:46:31.736Z | Downloaded crossterm v0.28.1 |
858 | 2024-11-27T17:46:31.743Z | Downloaded strip-ansi-escapes v0.2.0 |
859 | 2024-11-27T17:46:31.745Z | Downloaded half v2.4.1 |
860 | 2024-11-27T17:46:31.748Z | Downloaded num_enum_derive v0.5.11 |
861 | 2024-11-27T17:46:31.751Z | Downloaded number_prefix v0.4.0 |
862 | 2024-11-27T17:46:31.753Z | Downloaded foreign-types-shared v0.1.1 |
863 | 2024-11-27T17:46:31.753Z | Downloaded der_derive v0.7.3 |
864 | 2024-11-27T17:46:31.755Z | Downloaded quinn v0.11.5 |
865 | 2024-11-27T17:46:31.758Z | Downloaded publicsuffix v2.2.3 |
866 | 2024-11-27T17:46:31.761Z | Downloaded unarray v0.1.4 |
867 | 2024-11-27T17:46:31.764Z | Downloaded fs_extra v1.3.0 |
868 | 2024-11-27T17:46:31.766Z | Downloaded nodrop v0.1.14 |
869 | 2024-11-27T17:46:31.766Z | Downloaded deranged v0.3.11 |
870 | 2024-11-27T17:46:31.769Z | Downloaded tracing-core v0.1.32 |
871 | 2024-11-27T17:46:31.772Z | Downloaded new_debug_unreachable v1.0.6 |
872 | 2024-11-27T17:46:31.774Z | Downloaded gethostname v0.5.0 |
873 | 2024-11-27T17:46:31.776Z | Downloaded xz2 v0.1.7 |
874 | 2024-11-27T17:46:31.776Z | Downloaded russh v0.45.0 |
875 | 2024-11-27T17:46:31.783Z | Downloaded rustc_version v0.4.1 |
876 | 2024-11-27T17:46:31.785Z | Downloaded serde_yaml v0.9.34+deprecated |
877 | 2024-11-27T17:46:31.789Z | Downloaded pin-utils v0.1.0 |
878 | 2024-11-27T17:46:31.791Z | Downloaded strum_macros v0.26.4 |
879 | 2024-11-27T17:46:31.794Z | Downloaded hashbrown v0.12.3 |
880 | 2024-11-27T17:46:31.797Z | Downloaded hickory-proto v0.24.1 |
881 | 2024-11-27T17:46:31.814Z | Downloaded time-core v0.1.2 |
882 | 2024-11-27T17:46:31.816Z | Downloaded tar v0.4.42 |
883 | 2024-11-27T17:46:31.818Z | Downloaded unicode-xid v0.2.6 |
884 | 2024-11-27T17:46:31.820Z | Downloaded serde_derive_internals v0.29.1 |
885 | 2024-11-27T17:46:31.823Z | Downloaded rustc_version v0.1.7 |
886 | 2024-11-27T17:46:31.823Z | Downloaded serde-hex v0.1.0 |
887 | 2024-11-27T17:46:31.825Z | Downloaded postgres-types v0.2.8 |
888 | 2024-11-27T17:46:31.829Z | Downloaded peg-runtime v0.8.3 |
889 | 2024-11-27T17:46:31.829Z | Downloaded parse-display v0.10.0 |
890 | 2024-11-27T17:46:31.832Z | Downloaded zeroize_derive v1.4.2 |
891 | 2024-11-27T17:46:31.832Z | Downloaded tokio-rustls v0.24.1 |
892 | 2024-11-27T17:46:31.834Z | Downloaded time-macros v0.2.18 |
893 | 2024-11-27T17:46:31.837Z | Downloaded toolchain_find v0.4.0 |
894 | 2024-11-27T17:46:31.837Z | Downloaded foldhash v0.1.3 |
895 | 2024-11-27T17:46:31.839Z | Downloaded blake3 v1.5.4 |
896 | 2024-11-27T17:46:31.847Z | Downloaded sqlparser_derive v0.2.2 |
897 | 2024-11-27T17:46:31.849Z | Downloaded newtype_derive v0.1.6 |
898 | 2024-11-27T17:46:31.849Z | Downloaded endian-type v0.1.2 |
899 | 2024-11-27T17:46:31.852Z | Downloaded num-traits v0.2.19 |
900 | 2024-11-27T17:46:31.854Z | Downloaded tough v0.19.0 |
901 | 2024-11-27T17:46:31.861Z | Downloaded zerofrom-derive v0.1.4 |
902 | 2024-11-27T17:46:31.864Z | Downloaded termcolor v1.4.1 |
903 | 2024-11-27T17:46:31.864Z | Downloaded supports-color v3.0.1 |
904 | 2024-11-27T17:46:31.866Z | Downloaded subtle v2.6.1 |
905 | 2024-11-27T17:46:31.869Z | Downloaded parking_lot_core v0.9.10 |
906 | 2024-11-27T17:46:31.872Z | Downloaded fixedbitset v0.4.2 |
907 | 2024-11-27T17:46:31.872Z | Downloaded fallible-iterator v0.2.0 |
908 | 2024-11-27T17:46:31.875Z | Downloaded dirs-next v2.0.0 |
909 | 2024-11-27T17:46:31.875Z | Downloaded rustls-pemfile v2.2.0 |
910 | 2024-11-27T17:46:31.877Z | Downloaded parking_lot_core v0.8.6 |
911 | 2024-11-27T17:46:31.879Z | Downloaded yoke-derive v0.7.4 |
912 | 2024-11-27T17:46:31.881Z | Downloaded path-slash v0.1.5 |
913 | 2024-11-27T17:46:31.882Z | Downloaded flagset v0.4.6 |
914 | 2024-11-27T17:46:31.884Z | Downloaded zerocopy-derive v0.8.10 |
915 | 2024-11-27T17:46:31.890Z | Downloaded xattr v1.3.1 |
916 | 2024-11-27T17:46:31.892Z | Downloaded tokio-native-tls v0.3.1 |
917 | 2024-11-27T17:46:31.894Z | Downloaded term v0.7.0 |
918 | 2024-11-27T17:46:31.897Z | Downloaded futures-executor v0.3.31 |
919 | 2024-11-27T17:46:31.900Z | Downloaded slog-dtrace v0.3.0 |
920 | 2024-11-27T17:46:31.903Z | Downloaded tls_codec_derive v0.4.1 |
921 | 2024-11-27T17:46:31.903Z | Downloaded slog-envlogger v2.2.0 |
922 | 2024-11-27T17:46:31.905Z | Downloaded ref-cast-impl v1.0.23 |
923 | 2024-11-27T17:46:31.905Z | Downloaded env_filter v0.1.2 |
924 | 2024-11-27T17:46:31.908Z | Downloaded ghash v0.5.1 |
925 | 2024-11-27T17:46:31.908Z | Downloaded subprocess v0.2.9 |
926 | 2024-11-27T17:46:31.911Z | Downloaded hashbrown v0.13.2 |
927 | 2024-11-27T17:46:31.915Z | Downloaded futures-macro v0.3.31 |
928 | 2024-11-27T17:46:31.917Z | Downloaded oso v0.27.3 |
929 | 2024-11-27T17:46:31.920Z | Downloaded dunce v1.0.5 |
930 | 2024-11-27T17:46:31.922Z | Downloaded rfc6979 v0.4.0 |
931 | 2024-11-27T17:46:31.924Z | Downloaded resolv-conf v0.7.0 |
932 | 2024-11-27T17:46:31.927Z | Downloaded ecdsa v0.16.9 |
933 | 2024-11-27T17:46:31.927Z | Downloaded futures-core v0.3.31 |
934 | 2024-11-27T17:46:31.930Z | Downloaded group v0.13.0 |
935 | 2024-11-27T17:46:31.932Z | Downloaded stringprep v0.1.5 |
936 | 2024-11-27T17:46:31.932Z | Downloaded nu-ansi-term v0.50.1 |
937 | 2024-11-27T17:46:31.936Z | Downloaded zopfli v0.8.1 |
938 | 2024-11-27T17:46:31.939Z | Downloaded parse-zoneinfo v0.3.1 |
939 | 2024-11-27T17:46:31.942Z | Downloaded enum-as-inner v0.6.1 |
940 | 2024-11-27T17:46:31.942Z | Downloaded miniz_oxide v0.8.0 |
941 | 2024-11-27T17:46:31.945Z | Downloaded string_cache v0.8.7 |
942 | 2024-11-27T17:46:31.947Z | Downloaded aes-gcm v0.10.3 |
943 | 2024-11-27T17:46:31.950Z | Downloaded shell-words v1.1.0 |
944 | 2024-11-27T17:46:31.952Z | Downloaded scrypt v0.11.0 |
945 | 2024-11-27T17:46:31.954Z | Downloaded peg v0.8.4 |
946 | 2024-11-27T17:46:31.957Z | Downloaded wyz v0.5.1 |
947 | 2024-11-27T17:46:31.959Z | Downloaded pin-project v1.1.6 |
948 | 2024-11-27T17:46:31.969Z | Downloaded termtree v0.4.1 |
949 | 2024-11-27T17:46:31.972Z | Downloaded env_logger v0.11.5 |
950 | 2024-11-27T17:46:31.975Z | Downloaded signal-hook-mio v0.2.4 |
951 | 2024-11-27T17:46:31.975Z | Downloaded rcgen v0.12.1 |
952 | 2024-11-27T17:46:31.978Z | Downloaded termios v0.3.3 |
953 | 2024-11-27T17:46:31.980Z | Downloaded phf_codegen v0.11.2 |
954 | 2024-11-27T17:46:31.983Z | Downloaded rustversion v1.0.17 |
955 | 2024-11-27T17:46:31.985Z | Downloaded tracing v0.1.40 |
956 | 2024-11-27T17:46:31.989Z | Downloaded tokio-rustls v0.25.0 |
957 | 2024-11-27T17:46:31.992Z | Downloaded pem v3.0.4 |
958 | 2024-11-27T17:46:31.994Z | Downloaded dyn-clone v1.0.17 |
959 | 2024-11-27T17:46:31.998Z | Downloaded slog-stdlog v4.1.1 |
960 | 2024-11-27T17:46:31.998Z | Downloaded nibble_vec v0.1.0 |
961 | 2024-11-27T17:46:32.001Z | Downloaded postcard v1.0.10 |
962 | 2024-11-27T17:46:32.001Z | Downloaded winnow v0.5.40 |
963 | 2024-11-27T17:46:32.009Z | Downloaded rustc-hash v2.0.0 |
964 | 2024-11-27T17:46:32.012Z | Downloaded serde_with v3.11.0 |
965 | 2024-11-27T17:46:32.020Z | Downloaded elliptic-curve v0.13.8 |
966 | 2024-11-27T17:46:32.025Z | Downloaded slog-json v2.6.1 |
967 | 2024-11-27T17:46:32.028Z | Downloaded rtoolbox v0.0.2 |
968 | 2024-11-27T17:46:32.028Z | Downloaded either v1.13.0 |
969 | 2024-11-27T17:46:32.031Z | Downloaded scopeguard v1.2.0 |
970 | 2024-11-27T17:46:32.032Z | Downloaded yasna v0.5.2 |
971 | 2024-11-27T17:46:32.034Z | Downloaded paste v1.0.15 |
972 | 2024-11-27T17:46:32.037Z | Downloaded unicode-truncate v1.1.0 |
973 | 2024-11-27T17:46:32.040Z | Downloaded tokio-tungstenite v0.23.1 |
974 | 2024-11-27T17:46:32.043Z | Downloaded data-encoding v2.6.0 |
975 | 2024-11-27T17:46:32.043Z | Downloaded parse-display-derive v0.10.0 |
976 | 2024-11-27T17:46:32.046Z | Downloaded yoke v0.7.4 |
977 | 2024-11-27T17:46:32.046Z | Downloaded omicron-zone-package v0.11.1 |
978 | 2024-11-27T17:46:32.049Z | Downloaded headers v0.4.0 |
979 | 2024-11-27T17:46:32.054Z | Downloaded zerovec-derive v0.10.3 |
980 | 2024-11-27T17:46:32.057Z | Downloaded zeroize v1.8.1 |
981 | 2024-11-27T17:46:32.060Z | Downloaded flume v0.11.1 |
982 | 2024-11-27T17:46:32.062Z | Downloaded diff v0.1.13 |
983 | 2024-11-27T17:46:32.065Z | Downloaded ed25519-dalek v2.1.1 |
984 | 2024-11-27T17:46:32.068Z | Downloaded rayon v1.10.0 |
985 | 2024-11-27T17:46:32.078Z | Downloaded typify-macro v0.2.0 |
986 | 2024-11-27T17:46:32.080Z | Downloaded unicode-segmentation v1.12.0 |
987 | 2024-11-27T17:46:32.082Z | Downloaded num-bigint-dig v0.8.4 |
988 | 2024-11-27T17:46:32.088Z | Downloaded futures-channel v0.3.31 |
989 | 2024-11-27T17:46:32.091Z | Downloaded unicode-properties v0.1.3 |
990 | 2024-11-27T17:46:32.093Z | Downloaded dropshot_endpoint v0.12.0 |
991 | 2024-11-27T17:46:32.096Z | Downloaded bindgen v0.69.5 |
992 | 2024-11-27T17:46:32.103Z | Downloaded slog-scope v4.4.0 |
993 | 2024-11-27T17:46:32.106Z | Downloaded portable-atomic v1.9.0 |
994 | 2024-11-27T17:46:32.112Z | Downloaded chrono v0.4.38 |
995 | 2024-11-27T17:46:32.121Z | Downloaded tokio-postgres v0.7.12 |
996 | 2024-11-27T17:46:32.126Z | Downloaded rsa v0.9.6 |
997 | 2024-11-27T17:46:32.131Z | Downloaded ron v0.7.1 |
998 | 2024-11-27T17:46:32.137Z | Downloaded toml v0.7.8 |
999 | 2024-11-27T17:46:32.140Z | Downloaded tokio-util v0.7.12 |
1000 | 2024-11-27T17:46:32.148Z | Downloaded quinn-proto v0.11.8 |
1001 | 2024-11-27T17:46:32.155Z | Downloaded tungstenite v0.24.0 |
1002 | 2024-11-27T17:46:32.158Z | Downloaded zip v0.6.6 |
1003 | 2024-11-27T17:46:32.163Z | Downloaded lalrpop v0.19.12 |
1004 | 2024-11-27T17:46:32.175Z | Downloaded postgres-protocol v0.6.7 |
1005 | 2024-11-27T17:46:32.178Z | Downloaded time v0.3.36 |
1006 | 2024-11-27T17:46:32.185Z | Downloaded zerocopy v0.6.6 |
1007 | 2024-11-27T17:46:32.188Z | Downloaded expectorate v1.1.0 |
1008 | 2024-11-27T17:46:32.190Z | Downloaded quick-xml v0.33.0 |
1009 | 2024-11-27T17:46:32.197Z | Downloaded russh-keys v0.45.0 |
1010 | 2024-11-27T17:46:32.199Z | Downloaded toml_edit v0.19.15 |
1011 | 2024-11-27T17:46:32.218Z | Downloaded der v0.7.9 |
1012 | 2024-11-27T17:46:32.224Z | Downloaded idna v0.2.3 |
1013 | 2024-11-27T17:46:32.230Z | Downloaded schemars v0.8.21 |
1014 | 2024-11-27T17:46:32.245Z | Downloaded p256 v0.13.2 |
1015 | 2024-11-27T17:46:32.248Z | Downloaded steno v0.4.1 |
1016 | 2024-11-27T17:46:32.251Z | Downloaded typed-path v0.9.3 |
1017 | 2024-11-27T17:46:32.257Z | Downloaded unicode-normalization v0.1.24 |
1018 | 2024-11-27T17:46:32.262Z | Downloaded bitvec v1.0.1 |
1019 | 2024-11-27T17:46:32.277Z | Downloaded unicode_categories v0.1.1 |
1020 | 2024-11-27T17:46:32.280Z | Downloaded proptest v1.5.0 |
1021 | 2024-11-27T17:46:32.290Z | Downloaded hashbrown v0.14.5 |
1022 | 2024-11-27T17:46:32.295Z | Downloaded nom v7.1.3 |
1023 | 2024-11-27T17:46:32.301Z | Downloaded h2 v0.4.6 |
1024 | 2024-11-27T17:46:32.309Z | Downloaded futures-util v0.3.31 |
1025 | 2024-11-27T17:46:32.322Z | Downloaded regex v1.11.1 |
1026 | 2024-11-27T17:46:32.335Z | Downloaded webpki-roots v0.26.6 |
1027 | 2024-11-27T17:46:32.339Z | Downloaded rustls v0.21.12 |
1028 | 2024-11-27T17:46:32.351Z | Downloaded idna v0.4.0 |
1029 | 2024-11-27T17:46:32.358Z | Downloaded radix_trie v0.2.1 |
1030 | 2024-11-27T17:46:32.365Z | Downloaded idna v0.3.0 |
1031 | 2024-11-27T17:46:32.372Z | Downloaded zerovec v0.10.4 |
1032 | 2024-11-27T17:46:32.378Z | Downloaded idna v0.5.0 |
1033 | 2024-11-27T17:46:32.385Z | Downloaded zerocopy v0.8.10 |
1034 | 2024-11-27T17:46:32.410Z | Downloaded rustls-webpki v0.101.7 |
1035 | 2024-11-27T17:46:32.424Z | Downloaded dropshot v0.12.0 |
1036 | 2024-11-27T17:46:32.445Z | Downloaded sqlparser v0.45.0 |
1037 | 2024-11-27T17:46:32.450Z | Downloaded rustls v0.22.4 |
1038 | 2024-11-27T17:46:32.463Z | Downloaded rusqlite v0.32.1 |
1039 | 2024-11-27T17:46:32.469Z | Downloaded diesel v2.2.4 |
1040 | 2024-11-27T17:46:32.489Z | Downloaded p521 v0.13.3 |
1041 | 2024-11-27T17:46:32.493Z | Downloaded openssl v0.10.66 |
1042 | 2024-11-27T17:46:32.502Z | Downloaded reqwest v0.12.9 |
1043 | 2024-11-27T17:46:32.511Z | Downloaded chrono-tz v0.10.0 |
1044 | 2024-11-27T17:46:32.518Z | Downloaded bstr v1.10.0 |
1045 | 2024-11-27T17:46:32.529Z | Downloaded p384 v0.13.0 |
1046 | 2024-11-27T17:46:32.536Z | Downloaded rustls-webpki v0.102.8 |
1047 | 2024-11-27T17:46:32.555Z | Downloaded nix v0.27.1 |
1048 | 2024-11-27T17:46:32.565Z | Downloaded nix v0.28.0 |
1049 | 2024-11-27T17:46:32.577Z | Downloaded unicode-width v0.2.0 |
1050 | 2024-11-27T17:46:32.583Z | Downloaded gimli v0.31.1 |
1051 | 2024-11-27T17:46:32.592Z | Downloaded vcpkg v0.2.15 |
1052 | 2024-11-27T17:46:32.630Z | Downloaded sled v0.34.7 |
1053 | 2024-11-27T17:46:32.640Z | Downloaded regress v0.9.1 |
1054 | 2024-11-27T17:46:32.649Z | Downloaded nix v0.29.0 |
1055 | 2024-11-27T17:46:32.661Z | Downloaded git2 v0.19.0 |
1056 | 2024-11-27T17:46:32.670Z | Downloaded ratatui v0.28.1 |
1057 | 2024-11-27T17:46:32.690Z | Downloaded dropshot v0.13.0 |
1058 | 2024-11-27T17:46:32.710Z | Downloaded openapiv3 v2.0.0 |
1059 | 2024-11-27T17:46:32.725Z | Downloaded regex-syntax v0.6.29 |
1060 | 2024-11-27T17:46:32.729Z | Downloaded object v0.30.4 |
1061 | 2024-11-27T17:46:32.739Z | Downloaded rustls v0.23.14 |
1062 | 2024-11-27T17:46:32.751Z | Downloaded zerocopy-derive v0.6.6 |
1063 | 2024-11-27T17:46:32.762Z | Downloaded object v0.36.5 |
1064 | 2024-11-27T17:46:32.773Z | Downloaded regress v0.10.1 |
1065 | 2024-11-27T17:46:32.782Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1066 | 2024-11-27T17:46:32.794Z | Downloaded regex-syntax v0.8.5 |
1067 | 2024-11-27T17:46:32.803Z | Downloaded smoltcp v0.11.0 |
1068 | 2024-11-27T17:46:32.815Z | Downloaded polar-core v0.27.3 |
1069 | 2024-11-27T17:46:32.824Z | Downloaded trust-dns-proto v0.22.0 |
1070 | 2024-11-27T17:46:32.836Z | Downloaded curve25519-dalek v4.1.3 |
1071 | 2024-11-27T17:46:32.846Z | Downloaded typify-impl v0.2.0 |
1072 | 2024-11-27T17:46:32.862Z | Downloaded petname v2.0.2 |
1073 | 2024-11-27T17:46:32.867Z | Downloaded x509-cert v0.2.5 |
1074 | 2024-11-27T17:46:32.873Z | Downloaded flate2 v1.0.34 |
1075 | 2024-11-27T17:46:32.878Z | Downloaded reedline v0.35.0 |
1076 | 2024-11-27T17:46:32.887Z | Downloaded salty v0.3.0 |
1077 | 2024-11-27T17:46:32.893Z | Downloaded smoltcp v0.9.1 |
1078 | 2024-11-27T17:46:32.904Z | Downloaded icu_properties_data v1.5.0 |
1079 | 2024-11-27T17:46:32.915Z | Downloaded displaydoc v0.2.5 |
1080 | 2024-11-27T17:46:32.918Z | Downloaded csv v1.3.0 |
1081 | 2024-11-27T17:46:32.938Z | Downloaded defmt v0.3.8 |
1082 | 2024-11-27T17:46:32.942Z | Downloaded regex-automata v0.4.8 |
1083 | 2024-11-27T17:46:32.959Z | Downloaded num-bigint v0.4.6 |
1084 | 2024-11-27T17:46:32.962Z | Downloaded mio v1.0.2 |
1085 | 2024-11-27T17:46:32.968Z | Downloaded signal-hook-registry v1.4.2 |
1086 | 2024-11-27T17:46:32.971Z | Downloaded libm v0.2.8 |
1087 | 2024-11-27T17:46:32.979Z | Downloaded predicates-tree v1.0.11 |
1088 | 2024-11-27T17:46:32.983Z | Downloaded dhcproto v0.12.0 |
1089 | 2024-11-27T17:46:32.983Z | Downloaded derive_more v0.99.18 |
1090 | 2024-11-27T17:46:32.986Z | Downloaded typify v0.2.0 |
1091 | 2024-11-27T17:46:32.990Z | Downloaded derive_builder v0.20.2 |
1092 | 2024-11-27T17:46:32.993Z | Downloaded derive-where v1.2.7 |
1093 | 2024-11-27T17:46:32.997Z | Downloaded lzma-sys v0.1.20 |
1094 | 2024-11-27T17:46:33.026Z | Downloaded ssh-key v0.6.6 |
1095 | 2024-11-27T17:46:33.034Z | Downloaded petgraph v0.6.5 |
1096 | 2024-11-27T17:46:33.050Z | Downloaded libxml v0.3.3 |
1097 | 2024-11-27T17:46:33.057Z | Downloaded futures-task v0.3.31 |
1098 | 2024-11-27T17:46:33.060Z | Downloaded password-hash v0.5.0 |
1099 | 2024-11-27T17:46:33.060Z | Downloaded idna v1.0.3 |
1100 | 2024-11-27T17:46:33.063Z | Downloaded untrusted v0.9.0 |
1101 | 2024-11-27T17:46:33.065Z | Downloaded num v0.4.3 |
1102 | 2024-11-27T17:46:33.065Z | Downloaded num-complex v0.4.6 |
1103 | 2024-11-27T17:46:33.068Z | Downloaded socket2 v0.5.7 |
1104 | 2024-11-27T17:46:33.070Z | Downloaded libz-sys v1.1.20 |
1105 | 2024-11-27T17:46:33.091Z | Downloaded tungstenite v0.21.0 |
1106 | 2024-11-27T17:46:33.094Z | Downloaded similar v2.6.0 |
1107 | 2024-11-27T17:46:33.098Z | Downloaded rustls-pemfile v1.0.4 |
1108 | 2024-11-27T17:46:33.101Z | Downloaded progenitor v0.8.0 |
1109 | 2024-11-27T17:46:33.105Z | Downloaded samael v0.0.17 |
1110 | 2024-11-27T17:46:33.107Z | Downloaded spin v0.9.8 |
1111 | 2024-11-27T17:46:33.110Z | Downloaded parking_lot v0.12.3 |
1112 | 2024-11-27T17:46:33.113Z | Downloaded vsss-rs v3.3.4 |
1113 | 2024-11-27T17:46:33.115Z | Downloaded futures-sink v0.3.31 |
1114 | 2024-11-27T17:46:33.115Z | Downloaded base64 v0.21.7 |
1115 | 2024-11-27T17:46:33.118Z | Downloaded tokio v1.40.0 |
1116 | 2024-11-27T17:46:33.156Z | Downloaded const_format v0.2.33 |
1117 | 2024-11-27T17:46:33.160Z | Downloaded test-strategy v0.3.1 |
1118 | 2024-11-27T17:46:33.164Z | Downloaded sha3 v0.10.8 |
1119 | 2024-11-27T17:46:33.168Z | Downloaded encoding_rs v0.8.34 |
1120 | 2024-11-27T17:46:33.190Z | Downloaded tokio-rustls v0.26.0 |
1121 | 2024-11-27T17:46:33.192Z | Downloaded const-oid v0.9.6 |
1122 | 2024-11-27T17:46:33.195Z | Downloaded bytes v1.8.0 |
1123 | 2024-11-27T17:46:33.198Z | Downloaded sec1 v0.7.3 |
1124 | 2024-11-27T17:46:33.200Z | Downloaded sct v0.7.1 |
1125 | 2024-11-27T17:46:33.203Z | Downloaded salsa20 v0.10.2 |
1126 | 2024-11-27T17:46:33.203Z | Downloaded memmap2 v0.9.5 |
1127 | 2024-11-27T17:46:33.205Z | Downloaded icu_provider v1.5.0 |
1128 | 2024-11-27T17:46:33.208Z | Downloaded crossbeam-epoch v0.9.18 |
1129 | 2024-11-27T17:46:33.212Z | Downloaded crc32fast v1.4.2 |
1130 | 2024-11-27T17:46:33.212Z | Downloaded crc-any v2.5.0 |
1131 | 2024-11-27T17:46:33.214Z | Downloaded console v0.15.8 |
1132 | 2024-11-27T17:46:33.217Z | Downloaded base64 v0.13.1 |
1133 | 2024-11-27T17:46:33.220Z | Downloaded lock_api v0.4.12 |
1134 | 2024-11-27T17:46:33.223Z | Downloaded icu_normalizer v1.5.0 |
1135 | 2024-11-27T17:46:33.225Z | Downloaded jobserver v0.1.32 |
1136 | 2024-11-27T17:46:33.465Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1137 | 2024-11-27T17:46:33.758Z | Downloaded aws-lc-sys v0.22.0 |
1138 | 2024-11-27T17:46:34.330Z | Downloaded ring v0.17.8 |
1139 | 2024-11-27T17:46:34.507Z | Downloaded libsqlite3-sys v0.30.1 |
1140 | 2024-11-27T17:46:34.586Z | Downloaded ring v0.16.20 |
1141 | 2024-11-27T17:46:34.764Z | Compiling serde v1.0.215 |
1142 | 2024-11-27T17:46:34.767Z | Compiling lock_api v0.4.12 |
1143 | 2024-11-27T17:46:34.767Z | Compiling scopeguard v1.2.0 |
1144 | 2024-11-27T17:46:34.767Z | Compiling value-bag v1.9.0 |
1145 | 2024-11-27T17:46:34.767Z | Compiling typenum v1.17.0 |
1146 | 2024-11-27T17:46:34.767Z | Compiling generic-array v0.14.7 |
1147 | 2024-11-27T17:46:34.941Z | Compiling syn v2.0.87 |
1148 | 2024-11-27T17:46:34.944Z | Compiling getrandom v0.2.15 |
1149 | 2024-11-27T17:46:35.108Z | Compiling subtle v2.6.1 |
1150 | 2024-11-27T17:46:35.293Z | Compiling rand_core v0.6.4 |
1151 | 2024-11-27T17:46:35.428Z | Compiling log v0.4.22 |
1152 | 2024-11-27T17:46:35.607Z | Compiling shlex v1.3.0 |
1153 | 2024-11-27T17:46:35.648Z | Compiling jobserver v0.1.32 |
1154 | 2024-11-27T17:46:35.685Z | Compiling const-oid v0.9.6 |
1155 | 2024-11-27T17:46:35.896Z | Compiling smallvec v1.13.2 |
1156 | 2024-11-27T17:46:35.954Z | Compiling spin v0.9.8 |
1157 | 2024-11-27T17:46:36.041Z | Compiling cc v1.1.30 |
1158 | 2024-11-27T17:46:36.316Z | Compiling pin-project-lite v0.2.14 |
1159 | 2024-11-27T17:46:36.347Z | Compiling rustix v0.38.37 |
1160 | 2024-11-27T17:46:36.442Z | Compiling parking_lot_core v0.9.10 |
1161 | 2024-11-27T17:46:36.461Z | Compiling futures-core v0.3.31 |
1162 | 2024-11-27T17:46:36.586Z | Compiling signal-hook-registry v1.4.2 |
1163 | 2024-11-27T17:46:36.708Z | Compiling mio v1.0.2 |
1164 | 2024-11-27T17:46:37.263Z | Compiling aho-corasick v1.1.3 |
1165 | 2024-11-27T17:46:37.459Z | Compiling parking_lot v0.12.3 |
1166 | 2024-11-27T17:46:37.625Z | Compiling cpufeatures v0.2.14 |
1167 | 2024-11-27T17:46:37.732Z | Compiling either v1.13.0 |
1168 | 2024-11-27T17:46:37.788Z | Compiling regex-syntax v0.8.5 |
1169 | 2024-11-27T17:46:37.814Z | Compiling lazy_static v1.5.0 |
1170 | 2024-11-27T17:46:37.932Z | Compiling futures-sink v0.3.31 |
1171 | 2024-11-27T17:46:37.973Z | Compiling glob v0.3.1 |
1172 | 2024-11-27T17:46:38.095Z | Compiling stable_deref_trait v1.2.0 |
1173 | 2024-11-27T17:46:38.167Z | Compiling socket2 v0.5.7 |
1174 | 2024-11-27T17:46:38.202Z | Compiling slab v0.4.9 |
1175 | 2024-11-27T17:46:38.430Z | Compiling prettyplease v0.2.25 |
1176 | 2024-11-27T17:46:38.638Z | Compiling minimal-lexical v0.2.1 |
1177 | 2024-11-27T17:46:39.001Z | Compiling clang-sys v1.8.1 |
1178 | 2024-11-27T17:46:39.081Z | Compiling nom v7.1.3 |
1179 | 2024-11-27T17:46:39.180Z | Compiling libloading v0.8.5 |
1180 | 2024-11-27T17:46:39.217Z | Compiling serde_json v1.0.132 |
1181 | 2024-11-27T17:46:39.525Z | Compiling home v0.5.9 |
1182 | 2024-11-27T17:46:39.586Z | Compiling bindgen v0.69.5 |
1183 | 2024-11-27T17:46:39.808Z | Compiling itertools v0.12.1 |
1184 | 2024-11-27T17:46:40.413Z | Compiling futures-channel v0.3.31 |
1185 | 2024-11-27T17:46:40.461Z | Compiling allocator-api2 v0.2.18 |
1186 | 2024-11-27T17:46:40.860Z | Compiling foldhash v0.1.3 |
1187 | 2024-11-27T17:46:41.163Z | Compiling rustc-hash v1.1.0 |
1188 | 2024-11-27T17:46:41.318Z | Compiling lazycell v1.3.0 |
1189 | 2024-11-27T17:46:41.318Z | Compiling futures-io v0.3.31 |
1190 | 2024-11-27T17:46:41.499Z | Compiling regex-automata v0.4.8 |
1191 | 2024-11-27T17:46:41.635Z | Compiling futures-task v0.3.31 |
1192 | 2024-11-27T17:46:41.952Z | Compiling pin-utils v0.1.0 |
1193 | 2024-11-27T17:46:42.053Z | Compiling hashbrown v0.15.0 |
1194 | 2024-11-27T17:46:42.860Z | Compiling synstructure v0.13.1 |
1195 | 2024-11-27T17:46:42.969Z | Compiling cexpr v0.6.0 |
1196 | 2024-11-27T17:46:43.385Z | Compiling cmake v0.1.51 |
1197 | 2024-11-27T17:46:44.393Z | Compiling fs_extra v1.3.0 |
1198 | 2024-11-27T17:46:44.558Z | Compiling tinyvec_macros v0.1.1 |
1199 | 2024-11-27T17:46:44.649Z | Compiling libm v0.2.8 |
1200 | 2024-11-27T17:46:44.689Z | Compiling dunce v1.0.5 |
1201 | 2024-11-27T17:46:44.741Z | Compiling pkg-config v0.3.31 |
1202 | 2024-11-27T17:46:44.812Z | Compiling tinyvec v1.8.0 |
1203 | 2024-11-27T17:46:44.993Z | Compiling num-traits v0.2.19 |
1204 | 2024-11-27T17:46:45.521Z | Compiling ring v0.17.8 |
1205 | 2024-11-27T17:46:46.168Z | Compiling writeable v0.5.5 |
1206 | 2024-11-27T17:46:46.281Z | Compiling base64ct v1.6.0 |
1207 | 2024-11-27T17:46:46.363Z | Compiling unicode-normalization v0.1.24 |
1208 | 2024-11-27T17:46:46.420Z | Compiling litemap v0.7.3 |
1209 | 2024-11-27T17:46:46.632Z | Compiling unicode-bidi v0.3.17 |
1210 | 2024-11-27T17:46:46.758Z | Compiling paste v1.0.15 |
1211 | 2024-11-27T17:46:46.812Z | Compiling pem-rfc7468 v0.7.0 |
1212 | 2024-11-27T17:46:47.248Z | Compiling regex v1.11.1 |
1213 | 2024-11-27T17:46:47.532Z | Compiling httparse v1.9.5 |
1214 | 2024-11-27T17:46:47.972Z | Compiling aws-lc-rs v1.10.0 |
1215 | 2024-11-27T17:46:48.257Z | Compiling flagset v0.4.6 |
1216 | 2024-11-27T17:46:48.375Z | Compiling tracing-core v0.1.32 |
1217 | 2024-11-27T17:46:48.464Z | Compiling crossbeam-utils v0.8.20 |
1218 | 2024-11-27T17:46:49.000Z | Compiling rustls-pki-types v1.9.0 |
1219 | 2024-11-27T17:46:49.374Z | Compiling percent-encoding v2.3.1 |
1220 | 2024-11-27T17:46:49.455Z | Compiling icu_locid_transform_data v1.5.0 |
1221 | 2024-11-27T17:46:49.673Z | Compiling serde_derive v1.0.215 |
1222 | 2024-11-27T17:46:49.693Z | Compiling zeroize_derive v1.4.2 |
1223 | 2024-11-27T17:46:49.711Z | Compiling zerocopy-derive v0.7.35 |
1224 | 2024-11-27T17:46:50.057Z | Compiling tokio-macros v2.4.0 |
1225 | 2024-11-27T17:46:50.263Z | Compiling zerofrom-derive v0.1.4 |
1226 | 2024-11-27T17:46:51.182Z | Compiling zeroize v1.8.1 |
1227 | 2024-11-27T17:46:51.630Z | Compiling yoke-derive v0.7.4 |
1228 | 2024-11-27T17:46:51.734Z | Compiling thiserror-impl v1.0.69 |
1229 | 2024-11-27T17:46:51.984Z | Compiling zerocopy v0.7.35 |
1230 | 2024-11-27T17:46:52.826Z | Compiling crypto-common v0.1.6 |
1231 | 2024-11-27T17:46:53.037Z | Compiling block-buffer v0.10.4 |
1232 | 2024-11-27T17:46:53.303Z | Compiling digest v0.10.7 |
1233 | 2024-11-27T17:46:53.523Z | Compiling futures-macro v0.3.31 |
1234 | 2024-11-27T17:46:53.746Z | Compiling hmac v0.12.1 |
1235 | 2024-11-27T17:46:53.974Z | Compiling zerovec-derive v0.10.3 |
1236 | 2024-11-27T17:46:54.268Z | Compiling block-padding v0.3.3 |
1237 | 2024-11-27T17:46:54.394Z | Compiling zerofrom v0.1.4 |
1238 | 2024-11-27T17:46:54.500Z | Compiling displaydoc v0.2.5 |
1239 | 2024-11-27T17:46:54.611Z | Compiling inout v0.1.3 |
1240 | 2024-11-27T17:46:54.719Z | Compiling yoke v0.7.4 |
1241 | 2024-11-27T17:46:54.883Z | Compiling cipher v0.4.4 |
1242 | 2024-11-27T17:46:55.025Z | Compiling sha2 v0.10.8 |
1243 | 2024-11-27T17:46:55.084Z | Compiling thiserror v1.0.69 |
1244 | 2024-11-27T17:46:55.222Z | Compiling ppv-lite86 v0.2.20 |
1245 | 2024-11-27T17:46:55.367Z | Compiling futures-util v0.3.31 |
1246 | 2024-11-27T17:46:55.402Z | Compiling icu_provider_macros v1.5.0 |
1247 | 2024-11-27T17:46:56.088Z | Compiling der_derive v0.7.3 |
1248 | 2024-11-27T17:46:56.166Z | Compiling rand_chacha v0.3.1 |
1249 | 2024-11-27T17:46:56.530Z | Compiling tracing-attributes v0.1.27 |
1250 | 2024-11-27T17:46:56.586Z | Compiling zerovec v0.10.4 |
1251 | 2024-11-27T17:46:58.346Z | Compiling tinystr v0.7.6 |
1252 | 2024-11-27T17:46:58.463Z | Compiling der v0.7.9 |
1253 | 2024-11-27T17:46:58.757Z | Compiling icu_collections v1.5.0 |
1254 | 2024-11-27T17:46:58.759Z | Compiling icu_locid v1.5.0 |
1255 | 2024-11-27T17:46:58.773Z | Compiling rand v0.8.5 |
1256 | 2024-11-27T17:46:59.760Z | Compiling salsa20 v0.10.2 |
1257 | 2024-11-27T17:46:59.998Z | Compiling icu_provider v1.5.0 |
1258 | 2024-11-27T17:47:00.108Z | Compiling pest v2.7.14 |
1259 | 2024-11-27T17:47:00.232Z | Compiling tracing v0.1.40 |
1260 | 2024-11-27T17:47:00.789Z | Compiling icu_locid_transform v1.5.0 |
1261 | 2024-11-27T17:47:00.953Z | Compiling spki v0.7.3 |
1262 | 2024-11-27T17:47:01.159Z | Compiling pbkdf2 v0.12.2 |
1263 | 2024-11-27T17:47:01.191Z | Compiling mirai-annotations v1.12.0 |
1264 | 2024-11-27T17:47:01.332Z | Compiling vcpkg v0.2.15 |
1265 | 2024-11-27T17:47:01.352Z | Compiling time-core v0.1.2 |
1266 | 2024-11-27T17:47:01.374Z | Compiling untrusted v0.9.0 |
1267 | 2024-11-27T17:47:01.396Z | Compiling icu_properties_data v1.5.0 |
1268 | 2024-11-27T17:47:01.534Z | Compiling powerfmt v0.2.0 |
1269 | 2024-11-27T17:47:01.554Z | Compiling num-conv v0.1.0 |
1270 | 2024-11-27T17:47:01.662Z | Compiling untrusted v0.7.1 |
1271 | 2024-11-27T17:47:01.838Z | Compiling time-macros v0.2.18 |
1272 | 2024-11-27T17:47:01.858Z | Compiling deranged v0.3.11 |
1273 | 2024-11-27T17:47:01.924Z | Compiling scrypt v0.11.0 |
1274 | 2024-11-27T17:47:02.492Z | Compiling icu_properties v1.5.1 |
1275 | 2024-11-27T17:47:03.176Z | Compiling pest_meta v2.7.14 |
1276 | 2024-11-27T17:47:03.491Z | Compiling bitflags v2.6.0 |
1277 | 2024-11-27T17:47:03.525Z | Compiling bytes v1.8.0 |
1278 | 2024-11-27T17:47:03.739Z | Compiling indexmap v2.6.0 |
1279 | 2024-11-27T17:47:04.832Z | Compiling tokio v1.40.0 |
1280 | 2024-11-27T17:47:05.196Z | Compiling http v1.1.0 |
1281 | 2024-11-27T17:47:05.271Z | Compiling semver v1.0.23 |
1282 | 2024-11-27T17:47:05.634Z | Compiling openssl-sys v0.9.103 |
1283 | 2024-11-27T17:47:06.104Z | Compiling rustc_version v0.4.1 |
1284 | 2024-11-27T17:47:06.764Z | Compiling aes v0.8.4 |
1285 | 2024-11-27T17:47:06.908Z | Compiling cbc v0.1.2 |
1286 | 2024-11-27T17:47:07.001Z | Compiling scroll_derive v0.12.0 |
1287 | 2024-11-27T17:47:07.457Z | Compiling utf8_iter v1.0.4 |
1288 | 2024-11-27T17:47:07.705Z | Compiling atomic-waker v1.1.2 |
1289 | 2024-11-27T17:47:07.739Z | Compiling utf16_iter v1.0.5 |
1290 | 2024-11-27T17:47:07.890Z | Compiling which v4.4.2 |
1291 | 2024-11-27T17:47:07.942Z | Compiling icu_normalizer_data v1.5.0 |
1292 | 2024-11-27T17:47:08.043Z | Compiling num_threads v0.1.7 |
1293 | 2024-11-27T17:47:08.176Z | Compiling write16 v1.0.0 |
1294 | 2024-11-27T17:47:08.315Z | Compiling icu_normalizer v1.5.0 |
1295 | 2024-11-27T17:47:08.421Z | Compiling time v0.3.36 |
1296 | 2024-11-27T17:47:08.455Z | Compiling scroll v0.12.0 |
1297 | 2024-11-27T17:47:08.498Z | Compiling pkcs5 v0.7.1 |
1298 | 2024-11-27T17:47:09.235Z | Compiling http-body v1.0.1 |
1299 | 2024-11-27T17:47:09.263Z | Compiling pest_generator v2.7.14 |
1300 | 2024-11-27T17:47:09.477Z | Compiling form_urlencoded v1.2.1 |
1301 | 2024-11-27T17:47:09.654Z | Compiling try-lock v0.2.5 |
1302 | 2024-11-27T17:47:09.733Z | Compiling slog v2.7.0 |
1303 | 2024-11-27T17:47:09.802Z | Compiling want v0.3.1 |
1304 | 2024-11-27T17:47:09.819Z | Compiling goblin v0.8.2 |
1305 | 2024-11-27T17:47:10.071Z | Compiling idna_adapter v1.2.0 |
1306 | 2024-11-27T17:47:10.297Z | Compiling pkcs8 v0.10.2 |
1307 | 2024-11-27T17:47:10.330Z | Compiling httpdate v1.0.3 |
1308 | 2024-11-27T17:47:10.857Z | Compiling idna v1.0.3 |
1309 | 2024-11-27T17:47:11.076Z | Compiling toml_datetime v0.6.8 |
1310 | 2024-11-27T17:47:11.257Z | Compiling uuid v1.11.0 |
1311 | 2024-11-27T17:47:11.299Z | Compiling pest_derive v2.7.14 |
1312 | 2024-11-27T17:47:11.619Z | Compiling serde_spanned v0.6.8 |
1313 | 2024-11-27T17:47:11.855Z | Compiling serde_tokenstream v0.2.2 |
1314 | 2024-11-27T17:47:12.100Z | Compiling dtrace-parser v0.2.0 |
1315 | 2024-11-27T17:47:12.485Z | Compiling tower-service v0.3.3 |
1316 | 2024-11-27T17:47:12.613Z | Compiling rustversion v1.0.17 |
1317 | 2024-11-27T17:47:12.659Z | Compiling adler2 v2.0.0 |
1318 | 2024-11-27T17:47:12.739Z | Compiling openssl v0.10.66 |
1319 | 2024-11-27T17:47:12.870Z | Compiling foreign-types-shared v0.1.1 |
1320 | 2024-11-27T17:47:12.975Z | Compiling iana-time-zone v0.1.61 |
1321 | 2024-11-27T17:47:13.152Z | Compiling base64 v0.22.1 |
1322 | 2024-11-27T17:47:13.332Z | Compiling match_cfg v0.1.0 |
1323 | 2024-11-27T17:47:13.429Z | Compiling tokio-util v0.7.12 |
1324 | 2024-11-27T17:47:13.457Z | Compiling hostname v0.3.1 |
1325 | 2024-11-27T17:47:13.740Z | Compiling chrono v0.4.38 |
1326 | 2024-11-27T17:47:13.761Z | Compiling foreign-types v0.3.2 |
1327 | 2024-11-27T17:47:13.858Z | Compiling miniz_oxide v0.8.0 |
1328 | 2024-11-27T17:47:13.934Z | Compiling url v2.5.3 |
1329 | 2024-11-27T17:47:14.833Z | Compiling h2 v0.4.6 |
1330 | 2024-11-27T17:47:15.416Z | Compiling openssl-macros v0.1.1 |
1331 | 2024-11-27T17:47:15.779Z | Compiling dof v0.3.0 |
1332 | 2024-11-27T17:47:15.991Z | Compiling async-trait v0.1.83 |
1333 | 2024-11-27T17:47:16.189Z | Compiling dirs-sys-next v0.1.2 |
1334 | 2024-11-27T17:47:16.867Z | Compiling usdt-impl v0.5.0 |
1335 | 2024-11-27T17:47:17.532Z | Compiling data-encoding v2.6.0 |
1336 | 2024-11-27T17:47:18.012Z | Compiling siphasher v0.3.11 |
1337 | 2024-11-27T17:47:18.408Z | Compiling syn v1.0.109 |
1338 | 2024-11-27T17:47:18.481Z | Compiling rustls v0.22.4 |
1339 | 2024-11-27T17:47:18.725Z | Compiling native-tls v0.2.12 |
1340 | 2024-11-27T17:47:18.784Z | Compiling rustls v0.23.14 |
1341 | 2024-11-27T17:47:19.087Z | Compiling dirs-next v2.0.0 |
1342 | 2024-11-27T17:47:19.278Z | Compiling http-body-util v0.1.2 |
1343 | 2024-11-27T17:47:19.806Z | Compiling crossbeam-epoch v0.9.18 |
1344 | 2024-11-27T17:47:19.983Z | Compiling heapless v0.7.17 |
1345 | 2024-11-27T17:47:20.231Z | Compiling signature v2.2.0 |
1346 | 2024-11-27T17:47:20.415Z | Compiling sha1 v0.10.6 |
1347 | 2024-11-27T17:47:20.528Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1348 | 2024-11-27T17:47:20.583Z | Compiling serde_derive_internals v0.29.1 |
1349 | 2024-11-27T17:47:20.600Z | Compiling thread_local v1.1.8 |
1350 | 2024-11-27T17:47:20.774Z | Compiling cookie v0.18.1 |
1351 | 2024-11-27T17:47:20.823Z | Compiling encoding_rs v0.8.34 |
1352 | 2024-11-27T17:47:20.989Z | Compiling multer v3.1.0 |
1353 | 2024-11-27T17:47:21.046Z | Compiling ipnet v2.10.1 |
1354 | 2024-11-27T17:47:21.139Z | Compiling unicode-properties v0.1.3 |
1355 | 2024-11-27T17:47:21.263Z | Compiling schemars v0.8.21 |
1356 | 2024-11-27T17:47:21.541Z | Compiling rayon-core v1.12.1 |
1357 | 2024-11-27T17:47:21.603Z | Compiling slog-async v2.8.0 |
1358 | 2024-11-27T17:47:21.805Z | Compiling mime v0.3.17 |
1359 | 2024-11-27T17:47:22.123Z | Compiling hyper v1.5.0 |
1360 | 2024-11-27T17:47:22.337Z | Compiling openssl-probe v0.1.5 |
1361 | 2024-11-27T17:47:22.396Z | Compiling signal-hook v0.3.17 |
1362 | 2024-11-27T17:47:22.658Z | Compiling gimli v0.31.1 |
1363 | 2024-11-27T17:47:22.843Z | Compiling stringprep v0.1.5 |
1364 | 2024-11-27T17:47:23.358Z | Compiling schemars_derive v0.8.21 |
1365 | 2024-11-27T17:47:24.190Z | Compiling toml_edit v0.22.22 |
1366 | 2024-11-27T17:47:25.188Z | Compiling hyper-util v0.1.10 |
1367 | 2024-11-27T17:47:26.366Z | Compiling crossbeam-deque v0.8.5 |
1368 | 2024-11-27T17:47:26.725Z | Compiling usdt-macro v0.5.0 |
1369 | 2024-11-27T17:47:26.825Z | Compiling usdt-attr-macro v0.5.0 |
1370 | 2024-11-27T17:47:27.736Z | Compiling addr2line v0.24.2 |
1371 | 2024-11-27T17:47:27.789Z | Compiling term v0.7.0 |
1372 | 2024-11-27T17:47:28.192Z | Compiling slog-json v2.6.1 |
1373 | 2024-11-27T17:47:28.301Z | Compiling serde_urlencoded v0.7.1 |
1374 | 2024-11-27T17:47:28.403Z | Compiling crossbeam-channel v0.5.13 |
1375 | 2024-11-27T17:47:28.435Z | Compiling curve25519-dalek v4.1.3 |
1376 | 2024-11-27T17:47:28.558Z | Compiling enum-as-inner v0.6.1 |
1377 | 2024-11-27T17:47:28.832Z | Compiling futures-executor v0.3.31 |
1378 | 2024-11-27T17:47:29.069Z | Compiling md-5 v0.10.6 |
1379 | 2024-11-27T17:47:29.315Z | Compiling async-stream-impl v0.3.6 |
1380 | 2024-11-27T17:47:29.335Z | Compiling rustls-pemfile v2.2.0 |
1381 | 2024-11-27T17:47:29.387Z | Compiling num-integer v0.1.46 |
1382 | 2024-11-27T17:47:29.514Z | Compiling idna v0.4.0 |
1383 | 2024-11-27T17:47:29.675Z | Compiling idna v0.3.0 |
1384 | 2024-11-27T17:47:29.696Z | Compiling hash32 v0.2.1 |
1385 | 2024-11-27T17:47:30.118Z | Compiling ff v0.13.0 |
1386 | 2024-11-27T17:47:30.178Z | Compiling is-terminal v0.4.13 |
1387 | 2024-11-27T17:47:30.313Z | Compiling object v0.36.5 |
1388 | 2024-11-27T17:47:30.355Z | Compiling dropshot v0.12.0 |
1389 | 2024-11-27T17:47:30.634Z | Compiling take_mut v0.2.2 |
1390 | 2024-11-27T17:47:30.713Z | Compiling quick-error v1.2.3 |
1391 | 2024-11-27T17:47:30.781Z | Compiling fallible-iterator v0.2.0 |
1392 | 2024-11-27T17:47:30.866Z | Compiling psl-types v2.0.11 |
1393 | 2024-11-27T17:47:31.076Z | Compiling utf-8 v0.7.6 |
1394 | 2024-11-27T17:47:31.270Z | Compiling base16ct v0.2.0 |
1395 | 2024-11-27T17:47:31.409Z | Compiling linked-hash-map v0.5.6 |
1396 | 2024-11-27T17:47:31.428Z | Compiling portable-atomic v1.9.0 |
1397 | 2024-11-27T17:47:31.509Z | Compiling anyhow v1.0.93 |
1398 | 2024-11-27T17:47:31.593Z | Compiling num-bigint-dig v0.8.4 |
1399 | 2024-11-27T17:47:31.755Z | Compiling rustc-demangle v0.1.24 |
1400 | 2024-11-27T17:47:31.863Z | Compiling dyn-clone v1.0.17 |
1401 | 2024-11-27T17:47:32.086Z | Compiling smoltcp v0.9.1 |
1402 | 2024-11-27T17:47:32.613Z | Compiling lru-cache v0.1.2 |
1403 | 2024-11-27T17:47:32.651Z | Compiling sec1 v0.7.3 |
1404 | 2024-11-27T17:47:32.724Z | Compiling postgres-protocol v0.6.7 |
1405 | 2024-11-27T17:47:32.807Z | Compiling tungstenite v0.24.0 |
1406 | 2024-11-27T17:47:32.827Z | Compiling publicsuffix v2.2.3 |
1407 | 2024-11-27T17:47:33.089Z | Compiling resolv-conf v0.7.0 |
1408 | 2024-11-27T17:47:33.911Z | Compiling async-stream v0.3.6 |
1409 | 2024-11-27T17:47:34.113Z | Compiling hickory-proto v0.24.1 |
1410 | 2024-11-27T17:47:34.213Z | Compiling group v0.13.0 |
1411 | 2024-11-27T17:47:34.499Z | Compiling usdt v0.5.0 |
1412 | 2024-11-27T17:47:34.537Z | Compiling slog-term v2.9.1 |
1413 | 2024-11-27T17:47:35.160Z | Compiling num-iter v0.1.45 |
1414 | 2024-11-27T17:47:35.494Z | Compiling futures v0.3.31 |
1415 | 2024-11-27T17:47:35.619Z | Compiling slog-bunyan v2.5.0 |
1416 | 2024-11-27T17:47:35.846Z | Compiling toml v0.8.19 |
1417 | 2024-11-27T17:47:36.356Z | Compiling camino v1.1.9 |
1418 | 2024-11-27T17:47:37.298Z | Compiling tokio-native-tls v0.3.1 |
1419 | 2024-11-27T17:47:37.596Z | Compiling backtrace v0.3.74 |
1420 | 2024-11-27T17:47:37.744Z | Compiling phf_shared v0.11.2 |
1421 | 2024-11-27T17:47:38.134Z | Compiling dropshot_endpoint v0.12.0 |
1422 | 2024-11-27T17:47:38.387Z | Compiling terminal_size v0.4.0 |
1423 | 2024-11-27T17:47:38.529Z | Compiling waitgroup v0.1.2 |
1424 | 2024-11-27T17:47:38.549Z | Compiling openapiv3 v2.0.0 |
1425 | 2024-11-27T17:47:38.610Z | Compiling serde_path_to_error v0.1.16 |
1426 | 2024-11-27T17:47:38.757Z | Compiling hkdf v0.12.4 |
1427 | 2024-11-27T17:47:39.013Z | Compiling crypto-bigint v0.5.5 |
1428 | 2024-11-27T17:47:39.446Z | Compiling zerocopy-derive v0.6.6 |
1429 | 2024-11-27T17:47:41.372Z | Compiling curve25519-dalek-derive v0.1.1 |
1430 | 2024-11-27T17:47:41.791Z | Compiling webpki-roots v0.26.6 |
1431 | 2024-11-27T17:47:42.007Z | Compiling idna v0.5.0 |
1432 | 2024-11-27T17:47:42.532Z | Compiling hubpack_derive v0.1.1 |
1433 | 2024-11-27T17:47:42.839Z | Compiling hostname v0.4.0 |
1434 | 2024-11-27T17:47:43.108Z | Compiling crc32fast v1.4.2 |
1435 | 2024-11-27T17:47:43.112Z | Compiling ahash v0.8.11 |
1436 | 2024-11-27T17:47:43.129Z | Compiling fs-err v2.11.0 |
1437 | 2024-11-27T17:47:43.261Z | Compiling managed v0.8.0 |
1438 | 2024-11-27T17:47:43.339Z | Compiling winnow v0.5.40 |
1439 | 2024-11-27T17:47:43.384Z | Compiling debug-ignore v1.0.5 |
1440 | 2024-11-27T17:47:43.404Z | Compiling bitflags v1.3.2 |
1441 | 2024-11-27T17:47:43.529Z | Compiling strum_macros v0.25.3 |
1442 | 2024-11-27T17:47:43.619Z | Compiling console v0.15.8 |
1443 | 2024-11-27T17:47:43.687Z | Compiling hubpack v0.1.2 |
1444 | 2024-11-27T17:47:44.139Z | Compiling clap_builder v4.5.21 |
1445 | 2024-11-27T17:47:44.564Z | Compiling flate2 v1.0.34 |
1446 | 2024-11-27T17:47:45.233Z | Compiling cookie_store v0.21.0 |
1447 | 2024-11-27T17:47:45.580Z | Compiling elliptic-curve v0.13.8 |
1448 | 2024-11-27T17:47:45.815Z | Compiling zerocopy v0.6.6 |
1449 | 2024-11-27T17:47:46.447Z | Compiling hickory-resolver v0.24.1 |
1450 | 2024-11-27T17:47:46.904Z | Compiling toml_edit v0.19.15 |
1451 | 2024-11-27T17:47:47.282Z | Compiling phf v0.11.2 |
1452 | 2024-11-27T17:47:47.551Z | Compiling signal-hook-mio v0.2.4 |
1453 | 2024-11-27T17:47:47.587Z | Compiling hyper-tls v0.6.0 |
1454 | 2024-11-27T17:47:47.719Z | Compiling rayon v1.10.0 |
1455 | 2024-11-27T17:47:47.739Z | Compiling bzip2 v0.4.4 |
1456 | 2024-11-27T17:47:48.130Z | Compiling tokio-tungstenite v0.24.0 |
1457 | 2024-11-27T17:47:48.669Z | Compiling postgres-types v0.2.8 |
1458 | 2024-11-27T17:47:51.608Z | Compiling ed25519 v2.2.3 |
1459 | 2024-11-27T17:47:52.632Z | Compiling phf_shared v0.10.0 |
1460 | 2024-11-27T17:47:53.050Z | Compiling tokio-stream v0.1.16 |
1461 | 2024-11-27T17:47:53.348Z | Compiling pkcs1 v0.7.5 |
1462 | 2024-11-27T17:47:53.449Z | Compiling serde-big-array v0.5.1 |
1463 | 2024-11-27T17:47:53.505Z | Compiling clap_derive v4.5.18 |
1464 | 2024-11-27T17:47:53.664Z | Compiling rfc6979 v0.4.0 |
1465 | 2024-11-27T17:47:53.684Z | Compiling derive-where v1.2.7 |
1466 | 2024-11-27T17:47:53.850Z | Compiling serde_repr v0.1.19 |
1467 | 2024-11-27T17:47:54.155Z | Compiling float-cmp v0.9.0 |
1468 | 2024-11-27T17:47:54.335Z | Compiling bstr v1.10.0 |
1469 | 2024-11-27T17:47:54.372Z | Compiling sync_wrapper v1.0.1 |
1470 | 2024-11-27T17:47:54.525Z | Compiling difflib v0.4.0 |
1471 | 2024-11-27T17:47:54.930Z | Compiling normalize-line-endings v0.3.0 |
1472 | 2024-11-27T17:47:55.038Z | Compiling unicode-width v0.2.0 |
1473 | 2024-11-27T17:47:55.063Z | Compiling bit-vec v0.6.3 |
1474 | 2024-11-27T17:47:55.551Z | Compiling precomputed-hash v0.1.1 |
1475 | 2024-11-27T17:47:55.576Z | Compiling whoami v1.5.2 |
1476 | 2024-11-27T17:47:55.666Z | Compiling number_prefix v0.4.0 |
1477 | 2024-11-27T17:47:55.894Z | Compiling static_assertions v1.1.0 |
1478 | 2024-11-27T17:47:56.002Z | Compiling predicates-core v1.0.8 |
1479 | 2024-11-27T17:47:56.131Z | Compiling unicode-segmentation v1.12.0 |
1480 | 2024-11-27T17:47:56.216Z | Compiling new_debug_unreachable v1.0.6 |
1481 | 2024-11-27T17:47:56.219Z | Compiling fixedbitset v0.4.2 |
1482 | 2024-11-27T17:47:56.314Z | Compiling string_cache v0.8.7 |
1483 | 2024-11-27T17:47:56.351Z | Compiling predicates v3.1.2 |
1484 | 2024-11-27T17:47:56.692Z | Compiling petgraph v0.6.5 |
1485 | 2024-11-27T17:47:56.791Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1486 | 2024-11-27T17:47:57.023Z | Compiling similar v2.6.0 |
1487 | 2024-11-27T17:47:57.290Z | Compiling tokio-postgres v0.7.12 |
1488 | 2024-11-27T17:47:58.187Z | Compiling indicatif v0.17.9 |
1489 | 2024-11-27T17:47:58.632Z | Compiling clap v4.5.21 |
1490 | 2024-11-27T17:47:58.759Z | Compiling bit-set v0.5.3 |
1491 | 2024-11-27T17:47:59.045Z | Compiling ecdsa v0.16.9 |
1492 | 2024-11-27T17:47:59.522Z | Compiling rsa v0.9.6 |
1493 | 2024-11-27T17:47:59.934Z | Compiling ed25519-dalek v2.1.1 |
1494 | 2024-11-27T17:48:00.559Z | Compiling toml v0.7.8 |
1495 | 2024-11-27T17:48:00.887Z | Compiling zip v0.6.6 |
1496 | 2024-11-27T17:48:01.251Z | Compiling crossterm v0.28.1 |
1497 | 2024-11-27T17:48:02.600Z | Compiling hex v0.4.3 |
1498 | 2024-11-27T17:48:02.967Z | Compiling x509-cert v0.2.5 |
1499 | 2024-11-27T17:48:02.987Z | Compiling itertools v0.10.5 |
1500 | 2024-11-27T17:48:03.172Z | Compiling unicode-xid v0.2.6 |
1501 | 2024-11-27T17:48:03.204Z | Compiling lalrpop-util v0.19.12 |
1502 | 2024-11-27T17:48:03.352Z | Compiling peg-runtime v0.8.3 |
1503 | 2024-11-27T17:48:03.572Z | Compiling strum_macros v0.26.4 |
1504 | 2024-11-27T17:48:03.846Z | Compiling xattr v1.3.1 |
1505 | 2024-11-27T17:48:04.034Z | Compiling filetime v0.2.25 |
1506 | 2024-11-27T17:48:04.350Z | Compiling tar v0.4.42 |
1507 | 2024-11-27T17:48:08.691Z | Compiling strum v0.26.3 |
1508 | 2024-11-27T17:48:11.347Z | Compiling aws-lc-sys v0.22.0 |
1509 | 2024-11-27T17:48:47.925Z | Compiling rustls-webpki v0.102.8 |
1510 | 2024-11-27T17:48:51.382Z | Compiling tokio-rustls v0.25.0 |
1511 | 2024-11-27T17:48:52.830Z | Compiling tokio-rustls v0.26.0 |
1512 | 2024-11-27T17:48:53.306Z | Compiling hyper-rustls v0.27.3 |
1513 | 2024-11-27T17:48:53.672Z | Compiling reqwest v0.12.9 |
1514 | 2024-11-27T17:48:54.930Z | Compiling qorb v0.2.0 |
1515 | 2024-11-27T17:48:59.555Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1516 | 2024-11-27T17:48:59.782Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1517 | 2024-11-27T17:49:05.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
1518 | 2024-11-27T17:49:05.714Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1519 | 2024-11-27T17:49:05.765Z | Nov 27 17:49:05.259 INFO Starting download, target: Cockroach |
1520 | 2024-11-27T17:49:05.766Z | Nov 27 17:49:05.260 INFO Starting download, target: Clickhouse |
1521 | 2024-11-27T17:49:05.766Z | Nov 27 17:49:05.260 INFO Starting download, target: DendriteOpenapi |
1522 | 2024-11-27T17:49:05.766Z | Nov 27 17:49:05.260 INFO Starting download, target: Console |
1523 | 2024-11-27T17:49:05.768Z | Nov 27 17:49:05.260 INFO Starting download, target: DendriteStub |
1524 | 2024-11-27T17:49:05.768Z | Nov 27 17:49:05.260 INFO Starting download, target: MaghemiteMgd |
1525 | 2024-11-27T17:49:05.768Z | Nov 27 17:49:05.260 INFO Starting download, target: TransceiverControl |
1526 | 2024-11-27T17:49:05.768Z | Nov 27 17:49:05.260 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1527 | 2024-11-27T17:49:05.768Z | Nov 27 17:49:05.260 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1528 | 2024-11-27T17:49:05.768Z | Nov 27 17:49:05.260 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1529 | 2024-11-27T17:49:05.768Z | Nov 27 17:49:05.261 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1530 | 2024-11-27T17:49:05.768Z | Nov 27 17:49:05.261 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1531 | 2024-11-27T17:49:05.768Z | Nov 27 17:49:05.261 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1532 | 2024-11-27T17:49:05.768Z | Nov 27 17:49:05.261 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1533 | 2024-11-27T17:49:06.027Z | Nov 27 17:49:05.503 INFO Download complete, target: DendriteOpenapi |
1534 | 2024-11-27T17:49:06.126Z | Nov 27 17:49:05.603 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1535 | 2024-11-27T17:49:06.466Z | Nov 27 17:49:05.939 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1536 | 2024-11-27T17:49:06.718Z | Nov 27 17:49:06.196 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1537 | 2024-11-27T17:49:06.765Z | Nov 27 17:49:06.259 INFO Download complete, target: Console |
1538 | 2024-11-27T17:49:06.770Z | Nov 27 17:49:06.260 INFO Download complete, target: TransceiverControl |
1539 | 2024-11-27T17:49:06.773Z | Nov 27 17:49:06.264 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1540 | 2024-11-27T17:49:07.576Z | Nov 27 17:49:06.912 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1541 | 2024-11-27T17:49:07.576Z | Nov 27 17:49:06.912 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1542 | 2024-11-27T17:49:08.531Z | Nov 27 17:49:07.988 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1543 | 2024-11-27T17:49:09.508Z | Nov 27 17:49:09.001 INFO Download complete, target: DendriteStub |
1544 | 2024-11-27T17:49:09.606Z | Nov 27 17:49:09.100 INFO Download complete, target: MaghemiteMgd |
1545 | 2024-11-27T17:49:14.473Z | Nov 27 17:49:13.966 INFO Checking that binary works, target: Cockroach |
1546 | 2024-11-27T17:49:14.803Z | Nov 27 17:49:14.296 INFO Download complete, target: Cockroach |
1547 | 2024-11-27T17:49:20.377Z | Nov 27 17:49:19.869 INFO Checking that binary works, target: Clickhouse |
1548 | 2024-11-27T17:49:21.400Z | Nov 27 17:49:20.893 INFO Download complete, target: Clickhouse |
1549 | 2024-11-27T17:49:21.407Z | All prerequisites installed successfully |
1550 | 2024-11-27T17:49:21.410Z | |
1551 | 2024-11-27T17:49:21.410Z | real 5:22.149375603 |
1552 | 2024-11-27T17:49:21.410Z | user 16:24.522121827 |
1553 | 2024-11-27T17:49:21.410Z | sys 3:12.123836914 |
1554 | 2024-11-27T17:49:21.410Z | trap 0.552936516 |
1555 | 2024-11-27T17:49:21.410Z | tflt 7.764652779 |
1556 | 2024-11-27T17:49:21.410Z | dflt 7.312930264 |
1557 | 2024-11-27T17:49:21.410Z | kflt 0.342569178 |
1558 | 2024-11-27T17:49:21.410Z | lock 30:11.055198700 |
1559 | 2024-11-27T17:49:21.410Z | slp 1:03:45.690529931 |
1560 | 2024-11-27T17:49:21.410Z | lat 54.543951142 |
1561 | 2024-11-27T17:49:21.410Z | stop 2:14.271331714 |
1562 | 2024-11-27T17:49:21.410Z | + ptime -m cargo xtask download softnpu |
1563 | 2024-11-27T17:49:21.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1564 | 2024-11-27T17:49:21.929Z | Running `target/debug/xtask download softnpu` |
1565 | 2024-11-27T17:49:22.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1566 | 2024-11-27T17:49:22.791Z | Running `target/debug/xtask-downloader softnpu` |
1567 | 2024-11-27T17:49:22.826Z | Nov 27 17:49:22.318 INFO Starting download, target: Softnpu |
1568 | 2024-11-27T17:49:22.828Z | Nov 27 17:49:22.318 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1569 | 2024-11-27T17:49:23.742Z | Nov 27 17:49:23.233 INFO Download complete, target: Softnpu |
1570 | 2024-11-27T17:49:23.745Z | |
1571 | 2024-11-27T17:49:23.748Z | real 2.331133526 |
1572 | 2024-11-27T17:49:23.748Z | user 1.241819968 |
1573 | 2024-11-27T17:49:23.748Z | sys 0.511842547 |
1574 | 2024-11-27T17:49:23.748Z | trap 0.000227182 |
1575 | 2024-11-27T17:49:23.748Z | tflt 0.000012888 |
1576 | 2024-11-27T17:49:23.748Z | dflt 0.000032495 |
1577 | 2024-11-27T17:49:23.748Z | kflt 0.000000000 |
1578 | 2024-11-27T17:49:23.748Z | lock 9.707410927 |
1579 | 2024-11-27T17:49:23.748Z | slp 0.726215484 |
1580 | 2024-11-27T17:49:23.748Z | lat 0.059652035 |
1581 | 2024-11-27T17:49:23.748Z | stop 0.000164830 |
1582 | 2024-11-27T17:49:23.748Z | + export CARGO_INCREMENTAL=0 |
1583 | 2024-11-27T17:49:23.748Z | + CARGO_INCREMENTAL=0 |
1584 | 2024-11-27T17:49:23.748Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1585 | 2024-11-27T17:49:24.678Z | Compiling proc-macro2 v1.0.89 |
1586 | 2024-11-27T17:49:24.679Z | Compiling unicode-ident v1.0.13 |
1587 | 2024-11-27T17:49:24.679Z | Compiling libc v0.2.162 |
1588 | 2024-11-27T17:49:24.679Z | Compiling serde v1.0.215 |
1589 | 2024-11-27T17:49:24.682Z | Compiling autocfg v1.4.0 |
1590 | 2024-11-27T17:49:24.682Z | Compiling version_check v0.9.5 |
1591 | 2024-11-27T17:49:24.682Z | Compiling cfg-if v1.0.0 |
1592 | 2024-11-27T17:49:24.939Z | Compiling memchr v2.7.4 |
1593 | 2024-11-27T17:49:24.969Z | Compiling typenum v1.17.0 |
1594 | 2024-11-27T17:49:25.003Z | Compiling shlex v1.3.0 |
1595 | 2024-11-27T17:49:25.399Z | Compiling value-bag v1.9.0 |
1596 | 2024-11-27T17:49:25.441Z | Compiling scopeguard v1.2.0 |
1597 | 2024-11-27T17:49:25.587Z | Compiling generic-array v0.14.7 |
1598 | 2024-11-27T17:49:25.703Z | Compiling lock_api v0.4.12 |
1599 | 2024-11-27T17:49:25.852Z | Compiling log v0.4.22 |
1600 | 2024-11-27T17:49:25.927Z | Compiling parking_lot_core v0.9.10 |
1601 | 2024-11-27T17:49:26.308Z | Compiling serde_json v1.0.132 |
1602 | 2024-11-27T17:49:26.311Z | Compiling once_cell v1.20.2 |
1603 | 2024-11-27T17:49:26.605Z | Compiling quote v1.0.37 |
1604 | 2024-11-27T17:49:26.624Z | Compiling rustix v0.38.37 |
1605 | 2024-11-27T17:49:26.677Z | Compiling libm v0.2.8 |
1606 | 2024-11-27T17:49:26.694Z | Compiling thiserror v1.0.69 |
1607 | 2024-11-27T17:49:26.975Z | Compiling syn v2.0.87 |
1608 | 2024-11-27T17:49:26.992Z | Compiling jobserver v0.1.32 |
1609 | 2024-11-27T17:49:27.121Z | Compiling getrandom v0.2.15 |
1610 | 2024-11-27T17:49:27.234Z | Compiling aho-corasick v1.1.3 |
1611 | 2024-11-27T17:49:27.248Z | Compiling regex-syntax v0.8.5 |
1612 | 2024-11-27T17:49:27.363Z | Compiling cc v1.1.30 |
1613 | 2024-11-27T17:49:27.477Z | Compiling num-traits v0.2.19 |
1614 | 2024-11-27T17:49:27.505Z | Compiling either v1.13.0 |
1615 | 2024-11-27T17:49:27.753Z | Compiling itoa v1.0.11 |
1616 | 2024-11-27T17:49:27.755Z | Compiling spin v0.9.8 |
1617 | 2024-11-27T17:49:27.963Z | Compiling slab v0.4.9 |
1618 | 2024-11-27T17:49:28.288Z | Compiling byteorder v1.5.0 |
1619 | 2024-11-27T17:49:28.423Z | Compiling errno v0.3.9 |
1620 | 2024-11-27T17:49:28.649Z | Compiling rand_core v0.6.4 |
1621 | 2024-11-27T17:49:28.753Z | Compiling lazy_static v1.5.0 |
1622 | 2024-11-27T17:49:28.870Z | Compiling glob v0.3.1 |
1623 | 2024-11-27T17:49:29.474Z | Compiling prettyplease v0.2.25 |
1624 | 2024-11-27T17:49:29.663Z | Compiling clang-sys v1.8.1 |
1625 | 2024-11-27T17:49:29.909Z | Compiling minimal-lexical v0.2.1 |
1626 | 2024-11-27T17:49:30.256Z | Compiling libloading v0.8.5 |
1627 | 2024-11-27T17:49:30.363Z | Compiling nom v7.1.3 |
1628 | 2024-11-27T17:49:30.392Z | Compiling subtle v2.6.1 |
1629 | 2024-11-27T17:49:30.689Z | Compiling bindgen v0.69.5 |
1630 | 2024-11-27T17:49:30.804Z | Compiling regex-automata v0.4.8 |
1631 | 2024-11-27T17:49:30.958Z | Compiling allocator-api2 v0.2.18 |
1632 | 2024-11-27T17:49:31.091Z | Compiling home v0.5.9 |
1633 | 2024-11-27T17:49:31.319Z | Compiling itertools v0.12.1 |
1634 | 2024-11-27T17:49:31.681Z | Compiling semver v1.0.23 |
1635 | 2024-11-27T17:49:31.744Z | Compiling smallvec v1.13.2 |
1636 | 2024-11-27T17:49:32.169Z | Compiling rustc-hash v1.1.0 |
1637 | 2024-11-27T17:49:32.230Z | Compiling lazycell v1.3.0 |
1638 | 2024-11-27T17:49:32.327Z | Compiling cmake v0.1.51 |
1639 | 2024-11-27T17:49:32.594Z | Compiling fs_extra v1.3.0 |
1640 | 2024-11-27T17:49:33.144Z | Compiling dunce v1.0.5 |
1641 | 2024-11-27T17:49:33.577Z | Compiling pkg-config v0.3.31 |
1642 | 2024-11-27T17:49:33.722Z | Compiling cexpr v0.6.0 |
1643 | 2024-11-27T17:49:33.942Z | Compiling ring v0.17.8 |
1644 | 2024-11-27T17:49:34.447Z | Compiling pin-project-lite v0.2.14 |
1645 | 2024-11-27T17:49:34.564Z | Compiling synstructure v0.13.1 |
1646 | 2024-11-27T17:49:34.818Z | Compiling ryu v1.0.18 |
1647 | 2024-11-27T17:49:34.945Z | Compiling fnv v1.0.7 |
1648 | 2024-11-27T17:49:35.089Z | Compiling paste v1.0.15 |
1649 | 2024-11-27T17:49:35.276Z | Compiling const-oid v0.9.6 |
1650 | 2024-11-27T17:49:35.613Z | Compiling foldhash v0.1.3 |
1651 | 2024-11-27T17:49:35.629Z | Compiling httparse v1.9.5 |
1652 | 2024-11-27T17:49:35.890Z | Compiling equivalent v1.0.1 |
1653 | 2024-11-27T17:49:35.990Z | Compiling aws-lc-rs v1.10.0 |
1654 | 2024-11-27T17:49:36.008Z | Compiling hashbrown v0.15.0 |
1655 | 2024-11-27T17:49:36.250Z | Compiling regex v1.11.1 |
1656 | 2024-11-27T17:49:37.203Z | Compiling heck v0.5.0 |
1657 | 2024-11-27T17:49:37.279Z | Compiling schemars v0.8.21 |
1658 | 2024-11-27T17:49:37.394Z | Compiling serde_derive_internals v0.29.1 |
1659 | 2024-11-27T17:49:37.589Z | Compiling signal-hook-registry v1.4.2 |
1660 | 2024-11-27T17:49:37.656Z | Compiling mio v1.0.2 |
1661 | 2024-11-27T17:49:37.806Z | Compiling parking_lot v0.12.3 |
1662 | 2024-11-27T17:49:39.517Z | Compiling crossbeam-utils v0.8.20 |
1663 | 2024-11-27T17:49:39.576Z | Compiling stable_deref_trait v1.2.0 |
1664 | 2024-11-27T17:49:39.701Z | Compiling socket2 v0.5.7 |
1665 | 2024-11-27T17:49:39.852Z | Compiling num-conv v0.1.0 |
1666 | 2024-11-27T17:49:40.043Z | Compiling futures-core v0.3.31 |
1667 | 2024-11-27T17:49:40.133Z | Compiling serde_derive v1.0.215 |
1668 | 2024-11-27T17:49:40.136Z | Compiling zeroize_derive v1.4.2 |
1669 | 2024-11-27T17:49:40.300Z | Compiling zerocopy-derive v0.7.35 |
1670 | 2024-11-27T17:49:40.448Z | Compiling thiserror-impl v1.0.69 |
1671 | 2024-11-27T17:49:41.380Z | Compiling tokio-macros v2.4.0 |
1672 | 2024-11-27T17:49:41.423Z | Compiling zerofrom-derive v0.1.4 |
1673 | 2024-11-27T17:49:41.499Z | Compiling yoke-derive v0.7.4 |
1674 | 2024-11-27T17:49:41.523Z | Compiling zeroize v1.8.1 |
1675 | 2024-11-27T17:49:41.968Z | Compiling futures-macro v0.3.31 |
1676 | 2024-11-27T17:49:42.305Z | Compiling zerovec-derive v0.10.3 |
1677 | 2024-11-27T17:49:42.796Z | Compiling zerocopy v0.7.35 |
1678 | 2024-11-27T17:49:43.299Z | Compiling displaydoc v0.2.5 |
1679 | 2024-11-27T17:49:43.776Z | Compiling crypto-common v0.1.6 |
1680 | 2024-11-27T17:49:44.014Z | Compiling tracing-attributes v0.1.27 |
1681 | 2024-11-27T17:49:44.126Z | Compiling icu_provider_macros v1.5.0 |
1682 | 2024-11-27T17:49:44.379Z | Compiling block-buffer v0.10.4 |
1683 | 2024-11-27T17:49:44.615Z | Compiling digest v0.10.7 |
1684 | 2024-11-27T17:49:44.714Z | Compiling schemars_derive v0.8.21 |
1685 | 2024-11-27T17:49:45.074Z | Compiling der_derive v0.7.3 |
1686 | 2024-11-27T17:49:45.163Z | Compiling time-core v0.1.2 |
1687 | 2024-11-27T17:49:45.344Z | Compiling time-macros v0.2.18 |
1688 | 2024-11-27T17:49:46.147Z | Compiling vcpkg v0.2.15 |
1689 | 2024-11-27T17:49:47.752Z | Compiling openssl-sys v0.9.103 |
1690 | 2024-11-27T17:49:48.245Z | Compiling cpufeatures v0.2.14 |
1691 | 2024-11-27T17:49:48.338Z | Compiling futures-sink v0.3.31 |
1692 | 2024-11-27T17:49:48.581Z | Compiling slog v2.7.0 |
1693 | 2024-11-27T17:49:48.681Z | Compiling ahash v0.8.11 |
1694 | 2024-11-27T17:49:48.717Z | Compiling syn v1.0.109 |
1695 | 2024-11-27T17:49:49.162Z | Compiling zerofrom v0.1.4 |
1696 | 2024-11-27T17:49:49.395Z | Compiling scroll_derive v0.12.0 |
1697 | 2024-11-27T17:49:49.442Z | Compiling ucd-trie v0.1.7 |
1698 | 2024-11-27T17:49:49.581Z | Compiling iana-time-zone v0.1.61 |
1699 | 2024-11-27T17:49:50.046Z | Compiling pest v2.7.14 |
1700 | 2024-11-27T17:49:50.200Z | Compiling yoke v0.7.4 |
1701 | 2024-11-27T17:49:50.378Z | Compiling futures-channel v0.3.31 |
1702 | 2024-11-27T17:49:50.763Z | Compiling hmac v0.12.1 |
1703 | 2024-11-27T17:49:50.952Z | Compiling pin-utils v0.1.0 |
1704 | 2024-11-27T17:49:50.986Z | Compiling futures-io v0.3.31 |
1705 | 2024-11-27T17:49:51.172Z | Compiling openssl v0.10.66 |
1706 | 2024-11-27T17:49:51.239Z | Compiling futures-task v0.3.31 |
1707 | 2024-11-27T17:49:51.545Z | Compiling futures-util v0.3.31 |
1708 | 2024-11-27T17:49:51.608Z | Compiling zerovec v0.10.4 |
1709 | 2024-11-27T17:49:51.969Z | Compiling block-padding v0.3.3 |
1710 | 2024-11-27T17:49:52.540Z | Compiling pest_meta v2.7.14 |
1711 | 2024-11-27T17:49:52.942Z | Compiling tinyvec_macros v0.1.1 |
1712 | 2024-11-27T17:49:53.171Z | Compiling tinyvec v1.8.0 |
1713 | 2024-11-27T17:49:53.651Z | Compiling bitflags v2.6.0 |
1714 | 2024-11-27T17:49:53.716Z | Compiling bytes v1.8.0 |
1715 | 2024-11-27T17:49:55.444Z | Compiling indexmap v2.6.0 |
1716 | 2024-11-27T17:49:56.628Z | Compiling tokio v1.40.0 |
1717 | 2024-11-27T17:49:57.453Z | Compiling serde_tokenstream v0.2.2 |
1718 | 2024-11-27T17:49:57.816Z | Compiling http v1.1.0 |
1719 | 2024-11-27T17:49:58.018Z | Compiling uuid v1.11.0 |
1720 | 2024-11-27T17:49:58.594Z | Compiling which v4.4.2 |
1721 | 2024-11-27T17:49:59.212Z | Compiling rustc_version v0.4.1 |
1722 | 2024-11-27T17:49:59.282Z | Compiling chrono v0.4.38 |
1723 | 2024-11-27T17:50:01.704Z | Compiling pest_generator v2.7.14 |
1724 | 2024-11-27T17:50:02.837Z | Compiling toml_datetime v0.6.8 |
1725 | 2024-11-27T17:50:03.277Z | Compiling serde_spanned v0.6.8 |
1726 | 2024-11-27T17:50:03.480Z | Compiling inout v0.1.3 |
1727 | 2024-11-27T17:50:03.748Z | Compiling openssl-macros v0.1.1 |
1728 | 2024-11-27T17:50:04.458Z | Compiling strsim v0.11.1 |
1729 | 2024-11-27T17:50:05.212Z | Compiling native-tls v0.2.12 |
1730 | 2024-11-27T17:50:05.536Z | Compiling rustls v0.23.14 |
1731 | 2024-11-27T17:50:05.574Z | Compiling cipher v0.4.4 |
1732 | 2024-11-27T17:50:05.809Z | Compiling pest_derive v2.7.14 |
1733 | 2024-11-27T17:50:06.038Z | Compiling unicode-normalization v0.1.24 |
1734 | 2024-11-27T17:50:06.532Z | Compiling tinystr v0.7.6 |
1735 | 2024-11-27T17:50:06.562Z | Compiling sha2 v0.10.8 |
1736 | 2024-11-27T17:50:06.998Z | Compiling tracing-core v0.1.32 |
1737 | 2024-11-27T17:50:07.121Z | Compiling usdt-impl v0.5.0 |
1738 | 2024-11-27T17:50:07.371Z | Compiling unicode-bidi v0.3.17 |
1739 | 2024-11-27T17:50:07.389Z | Compiling writeable v0.5.5 |
1740 | 2024-11-27T17:50:07.465Z | Compiling litemap v0.7.3 |
1741 | 2024-11-27T17:50:07.691Z | Compiling dyn-clone v1.0.17 |
1742 | 2024-11-27T17:50:07.880Z | Compiling base64ct v1.6.0 |
1743 | 2024-11-27T17:50:07.908Z | Compiling icu_locid v1.5.0 |
1744 | 2024-11-27T17:50:08.446Z | Compiling pem-rfc7468 v0.7.0 |
1745 | 2024-11-27T17:50:08.584Z | Compiling tracing v0.1.40 |
1746 | 2024-11-27T17:50:09.442Z | Compiling scroll v0.12.0 |
1747 | 2024-11-27T17:50:09.906Z | Compiling ppv-lite86 v0.2.20 |
1748 | 2024-11-27T17:50:10.052Z | Compiling async-trait v0.1.83 |
1749 | 2024-11-27T17:50:10.508Z | Compiling cookie v0.18.1 |
1750 | 2024-11-27T17:50:10.745Z | Compiling camino v1.1.9 |
1751 | 2024-11-27T17:50:11.265Z | Compiling anyhow v1.0.93 |
1752 | 2024-11-27T17:50:11.792Z | Compiling flagset v0.4.6 |
1753 | 2024-11-27T17:50:12.236Z | Compiling plain v0.2.3 |
1754 | 2024-11-27T17:50:12.455Z | Compiling goblin v0.8.2 |
1755 | 2024-11-27T17:50:12.711Z | Compiling aws-lc-sys v0.22.0 |
1756 | 2024-11-27T17:50:15.699Z | Compiling der v0.7.9 |
1757 | 2024-11-27T17:50:17.936Z | Compiling rand_chacha v0.3.1 |
1758 | 2024-11-27T17:50:18.882Z | Compiling icu_provider v1.5.0 |
1759 | 2024-11-27T17:50:19.901Z | Compiling rustls-pki-types v1.9.0 |
1760 | 2024-11-27T17:50:20.898Z | Compiling percent-encoding v2.3.1 |
1761 | 2024-11-27T17:50:21.215Z | Compiling untrusted v0.7.1 |
1762 | 2024-11-27T17:50:21.414Z | Compiling icu_locid_transform_data v1.5.0 |
1763 | 2024-11-27T17:50:21.441Z | Compiling rayon-core v1.12.1 |
1764 | 2024-11-27T17:50:21.479Z | Compiling pretty-hex v0.4.1 |
1765 | 2024-11-27T17:50:21.522Z | Compiling rustls v0.22.4 |
1766 | 2024-11-27T17:50:21.674Z | Compiling dof v0.3.0 |
1767 | 2024-11-27T17:50:21.744Z | Compiling icu_locid_transform v1.5.0 |
1768 | 2024-11-27T17:50:22.844Z | Compiling rand v0.8.5 |
1769 | 2024-11-27T17:50:22.856Z | Compiling spki v0.7.3 |
1770 | 2024-11-27T17:50:23.315Z | Compiling dtrace-parser v0.2.0 |
1771 | 2024-11-27T17:50:23.415Z | Compiling salsa20 v0.10.2 |
1772 | 2024-11-27T17:50:23.453Z | Compiling tokio-util v0.7.12 |
1773 | 2024-11-27T17:50:24.031Z | Compiling icu_collections v1.5.0 |
1774 | 2024-11-27T17:50:24.442Z | Compiling pbkdf2 v0.12.2 |
1775 | 2024-11-27T17:50:25.000Z | Compiling thread-id v4.2.2 |
1776 | 2024-11-27T17:50:25.123Z | Compiling powerfmt v0.2.0 |
1777 | 2024-11-27T17:50:25.191Z | Compiling untrusted v0.9.0 |
1778 | 2024-11-27T17:50:25.334Z | Compiling icu_properties_data v1.5.0 |
1779 | 2024-11-27T17:50:25.485Z | Compiling winnow v0.5.40 |
1780 | 2024-11-27T17:50:25.520Z | Compiling mirai-annotations v1.12.0 |
1781 | 2024-11-27T17:50:25.592Z | Compiling icu_properties v1.5.1 |
1782 | 2024-11-27T17:50:25.735Z | Compiling deranged v0.3.11 |
1783 | 2024-11-27T17:50:29.351Z | Compiling toml_edit v0.19.15 |
1784 | 2024-11-27T17:50:30.488Z | Compiling scrypt v0.11.0 |
1785 | 2024-11-27T17:50:30.537Z | Compiling aes v0.8.4 |
1786 | 2024-11-27T17:50:30.868Z | Compiling cbc v0.1.2 |
1787 | 2024-11-27T17:50:31.072Z | Compiling multer v3.1.0 |
1788 | 2024-11-27T17:50:31.367Z | Compiling write16 v1.0.0 |
1789 | 2024-11-27T17:50:31.510Z | Compiling num_threads v0.1.7 |
1790 | 2024-11-27T17:50:31.665Z | Compiling atomic-waker v1.1.2 |
1791 | 2024-11-27T17:50:32.083Z | Compiling utf16_iter v1.0.5 |
1792 | 2024-11-27T17:50:32.308Z | Compiling icu_normalizer_data v1.5.0 |
1793 | 2024-11-27T17:50:32.385Z | Compiling utf8_iter v1.0.4 |
1794 | 2024-11-27T17:50:32.411Z | Compiling slog-async v2.8.0 |
1795 | 2024-11-27T17:50:32.630Z | Compiling rustversion v1.0.17 |
1796 | 2024-11-27T17:50:33.030Z | Compiling icu_normalizer v1.5.0 |
1797 | 2024-11-27T17:50:33.296Z | Compiling time v0.3.36 |
1798 | 2024-11-27T17:50:33.580Z | Compiling pkcs5 v0.7.1 |
1799 | 2024-11-27T17:50:35.219Z | Compiling form_urlencoded v1.2.1 |
1800 | 2024-11-27T17:50:36.041Z | Compiling http-body v1.0.1 |
1801 | 2024-11-27T17:50:36.190Z | Compiling heapless v0.7.17 |
1802 | 2024-11-27T17:50:36.685Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1803 | 2024-11-27T17:50:37.384Z | Compiling try-lock v0.2.5 |
1804 | 2024-11-27T17:50:38.027Z | Compiling signal-hook v0.3.17 |
1805 | 2024-11-27T17:50:38.287Z | Compiling want v0.3.1 |
1806 | 2024-11-27T17:50:39.670Z | Compiling pkcs8 v0.10.2 |
1807 | 2024-11-27T17:50:40.027Z | Compiling idna_adapter v1.2.0 |
1808 | 2024-11-27T17:50:40.398Z | Compiling h2 v0.4.6 |
1809 | 2024-11-27T17:50:41.450Z | Compiling usdt-attr-macro v0.5.0 |
1810 | 2024-11-27T17:50:42.920Z | Compiling usdt-macro v0.5.0 |
1811 | 2024-11-27T17:50:43.055Z | Compiling async-stream-impl v0.3.6 |
1812 | 2024-11-27T17:50:43.105Z | Compiling httpdate v1.0.3 |
1813 | 2024-11-27T17:50:43.872Z | Compiling adler2 v2.0.0 |
1814 | 2024-11-27T17:50:44.281Z | Compiling miniz_oxide v0.8.0 |
1815 | 2024-11-27T17:50:45.270Z | Compiling idna v1.0.3 |
1816 | 2024-11-27T17:50:46.732Z | Compiling curve25519-dalek v4.1.3 |
1817 | 2024-11-27T17:50:47.116Z | Compiling openapiv3 v2.0.0 |
1818 | 2024-11-27T17:50:47.580Z | Compiling enum-as-inner v0.6.1 |
1819 | 2024-11-27T17:50:48.432Z | Compiling hyper v1.5.0 |
1820 | 2024-11-27T17:50:51.297Z | Compiling dropshot v0.12.0 |
1821 | 2024-11-27T17:50:51.383Z | Compiling tower-service v0.3.3 |
1822 | 2024-11-27T17:50:51.514Z | Compiling match_cfg v0.1.0 |
1823 | 2024-11-27T17:50:51.583Z | Compiling foreign-types-shared v0.1.1 |
1824 | 2024-11-27T17:50:51.616Z | Compiling portable-atomic v1.9.0 |
1825 | 2024-11-27T17:50:51.695Z | Compiling smoltcp v0.9.1 |
1826 | 2024-11-27T17:50:51.965Z | Compiling base64 v0.22.1 |
1827 | 2024-11-27T17:50:52.265Z | Compiling num-bigint-dig v0.8.4 |
1828 | 2024-11-27T17:50:52.549Z | Compiling hyper-util v0.1.10 |
1829 | 2024-11-27T17:50:52.848Z | Compiling foreign-types v0.3.2 |
1830 | 2024-11-27T17:50:52.943Z | Compiling hostname v0.3.1 |
1831 | 2024-11-27T17:50:58.595Z | Compiling url v2.5.3 |
1832 | 2024-11-27T17:51:00.473Z | Compiling dirs-sys-next v0.1.2 |
1833 | 2024-11-27T17:51:00.547Z | Compiling ident_case v1.0.1 |
1834 | 2024-11-27T17:51:00.620Z | Compiling heck v0.4.1 |
1835 | 2024-11-27T17:51:00.724Z | Compiling gimli v0.31.1 |
1836 | 2024-11-27T17:51:00.963Z | Compiling siphasher v0.3.11 |
1837 | 2024-11-27T17:51:01.039Z | Compiling data-encoding v2.6.0 |
1838 | 2024-11-27T17:51:01.271Z | Compiling darling_core v0.20.10 |
1839 | 2024-11-27T17:51:01.322Z | Compiling dirs-next v2.0.0 |
1840 | 2024-11-27T17:51:04.222Z | Compiling http-body-util v0.1.2 |
1841 | 2024-11-27T17:51:07.391Z | Compiling addr2line v0.24.2 |
1842 | 2024-11-27T17:51:07.722Z | Compiling crossbeam-epoch v0.9.18 |
1843 | 2024-11-27T17:51:08.058Z | Compiling hubpack_derive v0.1.1 |
1844 | 2024-11-27T17:51:08.076Z | Compiling dropshot_endpoint v0.12.0 |
1845 | 2024-11-27T17:51:08.344Z | Compiling sha1 v0.10.6 |
1846 | 2024-11-27T17:51:08.426Z | Compiling signature v2.2.0 |
1847 | 2024-11-27T17:51:08.657Z | Compiling curve25519-dalek-derive v0.1.1 |
1848 | 2024-11-27T17:51:08.739Z | Compiling zerocopy-derive v0.6.6 |
1849 | 2024-11-27T17:51:09.990Z | Compiling object v0.36.5 |
1850 | 2024-11-27T17:51:10.037Z | Compiling thread_local v1.1.8 |
1851 | 2024-11-27T17:51:10.504Z | Compiling fs-err v2.11.0 |
1852 | 2024-11-27T17:51:10.633Z | Compiling encoding_rs v0.8.34 |
1853 | 2024-11-27T17:51:12.120Z | Compiling utf8parse v0.2.2 |
1854 | 2024-11-27T17:51:12.290Z | Compiling unicode-properties v0.1.3 |
1855 | 2024-11-27T17:51:14.046Z | Compiling mime v0.3.17 |
1856 | 2024-11-27T17:51:14.555Z | Compiling rustc-demangle v0.1.24 |
1857 | 2024-11-27T17:51:16.866Z | Compiling openssl-probe v0.1.5 |
1858 | 2024-11-27T17:51:17.247Z | Compiling anstyle v1.0.10 |
1859 | 2024-11-27T17:51:18.858Z | Compiling winnow v0.6.20 |
1860 | 2024-11-27T17:51:19.197Z | Compiling ipnet v2.10.1 |
1861 | 2024-11-27T17:51:20.245Z | Compiling backtrace v0.3.74 |
1862 | 2024-11-27T17:51:22.666Z | Compiling toml_edit v0.22.22 |
1863 | 2024-11-27T17:51:24.445Z | Compiling stringprep v0.1.5 |
1864 | 2024-11-27T17:51:25.500Z | Compiling anstyle-parse v0.2.5 |
1865 | 2024-11-27T17:51:25.829Z | Compiling rustls-webpki v0.102.8 |
1866 | 2024-11-27T17:51:31.383Z | Compiling crossbeam-deque v0.8.5 |
1867 | 2024-11-27T17:51:31.736Z | Compiling darling_macro v0.20.10 |
1868 | 2024-11-27T17:51:34.493Z | Compiling term v0.7.0 |
1869 | 2024-11-27T17:51:34.997Z | Compiling slog-json v2.6.1 |
1870 | 2024-11-27T17:51:35.782Z | Compiling serde_urlencoded v0.7.1 |
1871 | 2024-11-27T17:51:36.355Z | Compiling crossbeam-channel v0.5.13 |
1872 | 2024-11-27T17:51:36.401Z | Compiling rustls-pemfile v2.2.0 |
1873 | 2024-11-27T17:51:36.926Z | Compiling hashbrown v0.14.5 |
1874 | 2024-11-27T17:51:37.556Z | Compiling idna v0.3.0 |
1875 | 2024-11-27T17:51:37.584Z | Compiling idna v0.4.0 |
1876 | 2024-11-27T17:51:38.238Z | Compiling futures-executor v0.3.31 |
1877 | 2024-11-27T17:51:39.140Z | Compiling num-integer v0.1.46 |
1878 | 2024-11-27T17:51:39.147Z | Compiling md-5 v0.10.6 |
1879 | 2024-11-27T17:51:39.248Z | Compiling ff v0.13.0 |
1880 | 2024-11-27T17:51:39.481Z | Compiling hash32 v0.2.1 |
1881 | 2024-11-27T17:51:39.636Z | Compiling memmap v0.7.0 |
1882 | 2024-11-27T17:51:39.662Z | Compiling is-terminal v0.4.13 |
1883 | 2024-11-27T17:51:39.885Z | Compiling quick-error v1.2.3 |
1884 | 2024-11-27T17:51:40.029Z | Compiling colorchoice v1.0.2 |
1885 | 2024-11-27T17:51:40.692Z | Compiling take_mut v0.2.2 |
1886 | 2024-11-27T17:51:41.057Z | Compiling anstyle-query v1.1.1 |
1887 | 2024-11-27T17:51:41.214Z | Compiling fallible-iterator v0.2.0 |
1888 | 2024-11-27T17:51:41.735Z | Compiling base16ct v0.2.0 |
1889 | 2024-11-27T17:51:41.945Z | Compiling linked-hash-map v0.5.6 |
1890 | 2024-11-27T17:51:42.041Z | Compiling utf-8 v0.7.6 |
1891 | 2024-11-27T17:51:42.335Z | Compiling is_terminal_polyfill v1.70.1 |
1892 | 2024-11-27T17:51:42.352Z | Compiling psl-types v2.0.11 |
1893 | 2024-11-27T17:51:42.471Z | Compiling anstream v0.6.15 |
1894 | 2024-11-27T17:51:42.533Z | Compiling publicsuffix v2.2.3 |
1895 | 2024-11-27T17:51:42.795Z | Compiling lru-cache v0.1.2 |
1896 | 2024-11-27T17:51:43.004Z | Compiling tungstenite v0.24.0 |
1897 | 2024-11-27T17:51:43.028Z | Compiling sec1 v0.7.3 |
1898 | 2024-11-27T17:51:43.145Z | Compiling postgres-protocol v0.6.7 |
1899 | 2024-11-27T17:51:44.597Z | Compiling resolv-conf v0.7.0 |
1900 | 2024-11-27T17:51:45.040Z | Compiling usdt v0.5.0 |
1901 | 2024-11-27T17:51:45.409Z | Compiling slog-term v2.9.1 |
1902 | 2024-11-27T17:51:45.491Z | Compiling num-iter v0.1.45 |
1903 | 2024-11-27T17:51:45.670Z | Compiling group v0.13.0 |
1904 | 2024-11-27T17:51:45.965Z | Compiling futures v0.3.31 |
1905 | 2024-11-27T17:51:46.092Z | Compiling hickory-proto v0.24.1 |
1906 | 2024-11-27T17:51:46.455Z | Compiling regress v0.10.1 |
1907 | 2024-11-27T17:51:50.501Z | Compiling slog-bunyan v2.5.0 |
1908 | 2024-11-27T17:51:50.622Z | Compiling tokio-rustls v0.26.0 |
1909 | 2024-11-27T17:51:50.673Z | Compiling darling v0.20.10 |
1910 | 2024-11-27T17:51:50.795Z | Compiling tokio-rustls v0.25.0 |
1911 | 2024-11-27T17:51:50.932Z | Compiling toml v0.8.19 |
1912 | 2024-11-27T17:51:51.076Z | Compiling tokio-native-tls v0.3.1 |
1913 | 2024-11-27T17:51:51.179Z | Compiling phf_shared v0.11.2 |
1914 | 2024-11-27T17:51:51.203Z | Compiling strum_macros v0.25.3 |
1915 | 2024-11-27T17:51:51.580Z | Compiling async-stream v0.3.6 |
1916 | 2024-11-27T17:51:51.659Z | Compiling waitgroup v0.1.2 |
1917 | 2024-11-27T17:51:51.869Z | Compiling webpki-roots v0.26.6 |
1918 | 2024-11-27T17:51:52.492Z | Compiling idna v0.5.0 |
1919 | 2024-11-27T17:51:52.526Z | Compiling terminal_size v0.4.0 |
1920 | 2024-11-27T17:51:52.753Z | Compiling serde_path_to_error v0.1.16 |
1921 | 2024-11-27T17:51:53.164Z | Compiling hkdf v0.12.4 |
1922 | 2024-11-27T17:51:53.710Z | Compiling crypto-bigint v0.5.5 |
1923 | 2024-11-27T17:51:53.896Z | Compiling derive-where v1.2.7 |
1924 | 2024-11-27T17:51:54.041Z | Compiling serde_repr v0.1.19 |
1925 | 2024-11-27T17:51:54.808Z | Compiling clap_derive v4.5.18 |
1926 | 2024-11-27T17:51:55.128Z | Compiling hostname v0.4.0 |
1927 | 2024-11-27T17:51:55.184Z | Compiling crc32fast v1.4.2 |
1928 | 2024-11-27T17:51:55.492Z | Compiling clap_lex v0.7.2 |
1929 | 2024-11-27T17:51:55.753Z | Compiling unicode-width v0.1.14 |
1930 | 2024-11-27T17:51:55.919Z | Compiling managed v0.8.0 |
1931 | 2024-11-27T17:51:56.520Z | Compiling debug-ignore v1.0.5 |
1932 | 2024-11-27T17:51:56.779Z | Compiling bitflags v1.3.2 |
1933 | 2024-11-27T17:51:57.208Z | Compiling elliptic-curve v0.13.8 |
1934 | 2024-11-27T17:51:58.254Z | Compiling console v0.15.8 |
1935 | 2024-11-27T17:51:58.973Z | Compiling clap_builder v4.5.21 |
1936 | 2024-11-27T17:51:59.563Z | Compiling flate2 v1.0.34 |
1937 | 2024-11-27T17:52:00.576Z | Compiling cookie_store v0.21.0 |
1938 | 2024-11-27T17:52:03.307Z | Compiling hyper-rustls v0.27.3 |
1939 | 2024-11-27T17:52:03.959Z | Compiling hickory-resolver v0.24.1 |
1940 | 2024-11-27T17:52:05.425Z | Compiling phf v0.11.2 |
1941 | 2024-11-27T17:52:05.744Z | Compiling hyper-tls v0.6.0 |
1942 | 2024-11-27T17:52:06.140Z | Compiling signal-hook-mio v0.2.4 |
1943 | 2024-11-27T17:52:06.159Z | Compiling typify-impl v0.2.0 |
1944 | 2024-11-27T17:52:06.311Z | Compiling rayon v1.10.0 |
1945 | 2024-11-27T17:52:06.537Z | Compiling bzip2 v0.4.4 |
1946 | 2024-11-27T17:52:07.215Z | Compiling tokio-tungstenite v0.24.0 |
1947 | 2024-11-27T17:52:07.791Z | Compiling postgres-types v0.2.8 |
1948 | 2024-11-27T17:52:07.950Z | Compiling zerocopy v0.6.6 |
1949 | 2024-11-27T17:52:08.844Z | Compiling hubpack v0.1.2 |
1950 | 2024-11-27T17:52:08.862Z | Compiling ed25519 v2.2.3 |
1951 | 2024-11-27T17:52:09.177Z | Compiling phf_shared v0.10.0 |
1952 | 2024-11-27T17:52:09.302Z | Compiling pkcs1 v0.7.5 |
1953 | 2024-11-27T17:52:09.370Z | Compiling tokio-stream v0.1.16 |
1954 | 2024-11-27T17:52:10.402Z | Compiling serde-big-array v0.5.1 |
1955 | 2024-11-27T17:52:10.436Z | Compiling rfc6979 v0.4.0 |
1956 | 2024-11-27T17:52:10.636Z | Compiling float-cmp v0.9.0 |
1957 | 2024-11-27T17:52:10.652Z | Compiling sync_wrapper v1.0.1 |
1958 | 2024-11-27T17:52:10.804Z | Compiling bstr v1.10.0 |
1959 | 2024-11-27T17:52:11.322Z | Compiling unicode-width v0.2.0 |
1960 | 2024-11-27T17:52:11.840Z | Compiling precomputed-hash v0.1.1 |
1961 | 2024-11-27T17:52:11.858Z | Compiling number_prefix v0.4.0 |
1962 | 2024-11-27T17:52:11.967Z | Compiling unicode-segmentation v1.12.0 |
1963 | 2024-11-27T17:52:12.099Z | Compiling new_debug_unreachable v1.0.6 |
1964 | 2024-11-27T17:52:12.202Z | Compiling predicates-core v1.0.8 |
1965 | 2024-11-27T17:52:12.764Z | Compiling normalize-line-endings v0.3.0 |
1966 | 2024-11-27T17:52:12.810Z | Compiling difflib v0.4.0 |
1967 | 2024-11-27T17:52:12.896Z | Compiling static_assertions v1.1.0 |
1968 | 2024-11-27T17:52:12.967Z | Compiling fixedbitset v0.4.2 |
1969 | 2024-11-27T17:52:13.004Z | Compiling whoami v1.5.2 |
1970 | 2024-11-27T17:52:13.374Z | Compiling bit-vec v0.6.3 |
1971 | 2024-11-27T17:52:13.705Z | Compiling tokio-postgres v0.7.12 |
1972 | 2024-11-27T17:52:13.817Z | Compiling bit-set v0.5.3 |
1973 | 2024-11-27T17:52:14.070Z | Compiling petgraph v0.6.5 |
1974 | 2024-11-27T17:52:14.112Z | Compiling predicates v3.1.2 |
1975 | 2024-11-27T17:52:14.130Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1976 | 2024-11-27T17:52:17.038Z | Compiling similar v2.6.0 |
1977 | 2024-11-27T17:52:18.073Z | Compiling string_cache v0.8.7 |
1978 | 2024-11-27T17:52:18.107Z | Compiling typify-macro v0.2.0 |
1979 | 2024-11-27T17:52:18.488Z | Compiling indicatif v0.17.9 |
1980 | 2024-11-27T17:52:19.120Z | Compiling reqwest v0.12.9 |
1981 | 2024-11-27T17:52:20.414Z | Compiling ecdsa v0.16.9 |
1982 | 2024-11-27T17:52:20.875Z | Compiling qorb v0.2.0 |
1983 | 2024-11-27T17:52:21.342Z | Compiling rsa v0.9.6 |
1984 | 2024-11-27T17:52:21.674Z | Compiling ed25519-dalek v2.1.1 |
1985 | 2024-11-27T17:52:22.368Z | Compiling zip v0.6.6 |
1986 | 2024-11-27T17:52:22.606Z | Compiling crossterm v0.28.1 |
1987 | 2024-11-27T17:52:22.664Z | Compiling clap v4.5.21 |
1988 | 2024-11-27T17:52:23.596Z | Compiling toml v0.7.8 |
1989 | 2024-11-27T17:52:24.603Z | Compiling x509-cert v0.2.5 |
1990 | 2024-11-27T17:52:25.973Z | Compiling hex v0.4.3 |
1991 | 2024-11-27T17:52:26.469Z | Compiling itertools v0.10.5 |
1992 | 2024-11-27T17:52:27.166Z | Compiling unicode-xid v0.2.6 |
1993 | 2024-11-27T17:52:27.347Z | Compiling lalrpop-util v0.19.12 |
1994 | 2024-11-27T17:52:27.443Z | Compiling peg-runtime v0.8.3 |
1995 | 2024-11-27T17:52:27.690Z | Compiling zerocopy v0.8.10 |
1996 | 2024-11-27T17:52:29.395Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1997 | 2024-11-27T17:52:33.656Z | Compiling proc-macro-crate v1.3.1 |
1998 | 2024-11-27T17:52:34.042Z | Compiling ipnetwork v0.20.0 |
1999 | 2024-11-27T17:52:34.514Z | Compiling macaddr v1.0.1 |
2000 | 2024-11-27T17:52:34.825Z | Compiling zerocopy-derive v0.8.10 |
2001 | 2024-11-27T17:52:35.163Z | Compiling itertools v0.13.0 |
2002 | 2024-11-27T17:52:37.482Z | Compiling heapless v0.8.0 |
2003 | 2024-11-27T17:52:38.503Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2004 | 2024-11-27T17:52:43.130Z | Compiling num_enum_derive v0.5.11 |
2005 | 2024-11-27T17:52:51.668Z | Compiling hash32 v0.3.1 |
2006 | 2024-11-27T17:52:51.939Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2007 | 2024-11-27T17:52:52.730Z | Compiling smoltcp v0.11.0 |
2008 | 2024-11-27T17:52:57.999Z | Compiling num_enum v0.5.11 |
2009 | 2024-11-27T17:52:58.186Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2010 | 2024-11-27T17:52:58.872Z | Compiling typify v0.2.0 |
2011 | 2024-11-27T17:52:59.569Z | Compiling proc-macro-error-attr v1.0.4 |
2012 | 2024-11-27T17:52:59.890Z | Compiling cobs v0.2.3 |
2013 | 2024-11-27T17:53:00.113Z | Compiling unsafe-libyaml v0.2.11 |
2014 | 2024-11-27T17:53:01.080Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2015 | 2024-11-27T17:53:01.497Z | Compiling serde_yaml v0.9.34+deprecated |
2016 | 2024-11-27T17:53:01.895Z | Compiling postcard v1.0.10 |
2017 | 2024-11-27T17:53:15.129Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2018 | 2024-11-27T17:53:18.626Z | Compiling progenitor-impl v0.8.0 |
2019 | 2024-11-27T17:53:29.869Z | Compiling strum_macros v0.26.4 |
2020 | 2024-11-27T17:53:30.672Z | Compiling foreign-types-macros v0.2.3 |
2021 | 2024-11-27T17:53:30.878Z | Compiling structmeta-derive v0.3.0 |
2022 | 2024-11-27T17:53:31.091Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2023 | 2024-11-27T17:53:31.176Z | Compiling proc-macro-error v1.0.4 |
2024 | 2024-11-27T17:53:31.952Z | Compiling foreign-types-shared v0.3.1 |
2025 | 2024-11-27T17:53:32.044Z | Compiling newtype-uuid v1.1.3 |
2026 | 2024-11-27T17:53:32.319Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2027 | 2024-11-27T17:53:33.435Z | Compiling structmeta v0.3.0 |
2028 | 2024-11-27T17:53:34.349Z | Compiling strum v0.26.3 |
2029 | 2024-11-27T17:53:34.550Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2030 | 2024-11-27T17:53:37.461Z | Compiling foreign-types v0.5.0 |
2031 | 2024-11-27T17:53:42.337Z | Compiling progenitor-macro v0.8.0 |
2032 | 2024-11-27T17:53:47.757Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2033 | 2024-11-27T17:53:47.935Z | Compiling progenitor-client v0.8.0 |
2034 | 2024-11-27T17:53:48.956Z | Compiling tabwriter v1.4.0 |
2035 | 2024-11-27T17:53:51.444Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2036 | 2024-11-27T17:53:52.241Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2037 | 2024-11-27T17:53:52.757Z | Compiling cstr-argument v0.1.2 |
2038 | 2024-11-27T17:53:53.030Z | Compiling dropshot v0.13.0 |
2039 | 2024-11-27T17:53:53.324Z | Compiling crucible-workspace-hack v0.1.0 |
2040 | 2024-11-27T17:53:53.601Z | Compiling fastrand v2.1.1 |
2041 | 2024-11-27T17:53:54.277Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2042 | 2024-11-27T17:53:54.566Z | Compiling pretty-hex v0.2.1 |
2043 | 2024-11-27T17:53:54.652Z | Compiling tempfile v3.13.0 |
2044 | 2024-11-27T17:53:54.765Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2045 | 2024-11-27T17:53:55.180Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2046 | 2024-11-27T17:53:55.254Z | Compiling progenitor v0.8.0 |
2047 | 2024-11-27T17:53:55.276Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2048 | 2024-11-27T17:53:55.981Z | Compiling parse-display-derive v0.10.0 |
2049 | 2024-11-27T17:53:56.078Z | Compiling colored v2.1.0 |
2050 | 2024-11-27T17:53:56.116Z | Compiling serde_with_macros v3.11.0 |
2051 | 2024-11-27T17:53:56.350Z | Compiling dropshot_endpoint v0.13.0 |
2052 | 2024-11-27T17:53:57.347Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2053 | 2024-11-27T17:53:58.068Z | Compiling instant v0.1.13 |
2054 | 2024-11-27T17:53:58.247Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2055 | 2024-11-27T17:53:58.424Z | Compiling backoff v0.4.0 |
2056 | 2024-11-27T17:53:58.622Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2057 | 2024-11-27T17:53:58.669Z | Compiling serde_with v3.11.0 |
2058 | 2024-11-27T17:53:58.787Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2059 | 2024-11-27T17:53:59.843Z | Compiling parse-display v0.10.0 |
2060 | 2024-11-27T17:54:00.899Z | Compiling zone_cfg_derive v0.3.0 |
2061 | 2024-11-27T17:54:01.678Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2062 | 2024-11-27T17:54:01.811Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2063 | 2024-11-27T17:54:02.266Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2064 | 2024-11-27T17:54:02.269Z | Compiling camino-tempfile v1.1.1 |
2065 | 2024-11-27T17:54:02.633Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2066 | 2024-11-27T17:54:03.042Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2067 | 2024-11-27T17:54:03.077Z | Compiling regress v0.9.1 |
2068 | 2024-11-27T17:54:03.126Z | Compiling num-derive v0.4.2 |
2069 | 2024-11-27T17:54:03.229Z | Compiling sigpipe v0.1.3 |
2070 | 2024-11-27T17:54:03.363Z | Compiling libefi-sys v0.1.0 |
2071 | 2024-11-27T17:54:03.653Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2072 | 2024-11-27T17:54:03.991Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2073 | 2024-11-27T17:54:05.306Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2074 | 2024-11-27T17:54:06.866Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2075 | 2024-11-27T17:54:07.338Z | Compiling zone v0.3.0 |
2076 | 2024-11-27T17:54:07.430Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2077 | 2024-11-27T17:54:08.723Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2078 | 2024-11-27T17:54:10.696Z | Compiling smf v0.2.3 |
2079 | 2024-11-27T17:54:10.699Z | Compiling bitfield-struct v0.6.2 |
2080 | 2024-11-27T17:54:11.732Z | Compiling ring v0.16.20 |
2081 | 2024-11-27T17:54:11.771Z | Compiling blake3 v1.5.4 |
2082 | 2024-11-27T17:54:12.055Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2083 | 2024-11-27T17:54:12.568Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2084 | 2024-11-27T17:54:13.323Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2085 | 2024-11-27T17:54:13.371Z | Compiling xattr v1.3.1 |
2086 | 2024-11-27T17:54:13.388Z | Compiling memmap2 v0.9.5 |
2087 | 2024-11-27T17:54:13.694Z | Compiling filetime v0.2.25 |
2088 | 2024-11-27T17:54:13.950Z | Compiling constant_time_eq v0.3.1 |
2089 | 2024-11-27T17:54:14.039Z | Compiling spin v0.5.2 |
2090 | 2024-11-27T17:54:14.130Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2091 | 2024-11-27T17:54:14.259Z | Compiling same-file v1.0.6 |
2092 | 2024-11-27T17:54:14.307Z | Compiling arrayvec v0.7.6 |
2093 | 2024-11-27T17:54:14.461Z | Compiling arrayref v0.3.9 |
2094 | 2024-11-27T17:54:14.531Z | Compiling walkdir v2.5.0 |
2095 | 2024-11-27T17:54:14.564Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2096 | 2024-11-27T17:54:16.122Z | Compiling tar v0.4.42 |
2097 | 2024-11-27T17:54:17.355Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2098 | 2024-11-27T17:54:17.482Z | Compiling gethostname v0.5.0 |
2099 | 2024-11-27T17:54:17.693Z | Compiling cargo-platform v0.1.8 |
2100 | 2024-11-27T17:54:17.782Z | Compiling topological-sort v0.2.2 |
2101 | 2024-11-27T17:54:18.054Z | Compiling cargo_metadata v0.18.1 |
2102 | 2024-11-27T17:54:21.716Z | Compiling omicron-zone-package v0.11.1 |
2103 | 2024-11-27T17:54:26.352Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2104 | 2024-11-27T17:54:28.554Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2105 | 2024-11-27T17:54:30.652Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2106 | 2024-11-27T17:54:48.561Z | Finished `release` profile [optimized] target(s) in 5m 24s |
2107 | 2024-11-27T17:54:48.718Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2108 | 2024-11-27T17:54:48.762Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2109 | 2024-11-27T17:54:48.765Z | Created new build target 'test' and set it as active |
2110 | 2024-11-27T17:54:48.765Z | |
2111 | 2024-11-27T17:54:48.765Z | real 5:24.969143321 |
2112 | 2024-11-27T17:54:48.765Z | user 36:43.468758659 |
2113 | 2024-11-27T17:54:48.765Z | sys 4:49.970018384 |
2114 | 2024-11-27T17:54:48.765Z | trap 1.105798104 |
2115 | 2024-11-27T17:54:48.765Z | tflt 3.005879649 |
2116 | 2024-11-27T17:54:48.765Z | dflt 0.643369470 |
2117 | 2024-11-27T17:54:48.765Z | kflt 0.035346664 |
2118 | 2024-11-27T17:54:48.765Z | lock 1:17:01.190218411 |
2119 | 2024-11-27T17:54:48.765Z | slp 2:33:15.487276880 |
2120 | 2024-11-27T17:54:48.765Z | lat 2:34.528830945 |
2121 | 2024-11-27T17:54:48.765Z | stop 4:22.501795552 |
2122 | 2024-11-27T17:54:48.765Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2123 | 2024-11-27T17:54:49.712Z | Finished `release` profile [optimized] target(s) in 0.89s |
2124 | 2024-11-27T17:54:49.772Z | Running `target/release/omicron-package -t test package` |
2125 | 2024-11-27T17:54:49.813Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2126 | 2024-11-27T17:54:50.947Z | Compiling convert_case v0.4.0 |
2127 | 2024-11-27T17:54:50.950Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2128 | 2024-11-27T17:54:50.950Z | Compiling itertools v0.13.0 |
2129 | 2024-11-27T17:54:50.950Z | Compiling newline-converter v0.3.0 |
2130 | 2024-11-27T17:54:50.950Z | Compiling password-hash v0.5.0 |
2131 | 2024-11-27T17:54:51.082Z | Compiling progenitor-client v0.8.0 |
2132 | 2024-11-27T17:54:51.084Z | Compiling blake2 v0.10.6 |
2133 | 2024-11-27T17:54:51.096Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2134 | 2024-11-27T17:54:51.295Z | Compiling cancel-safe-futures v0.1.5 |
2135 | 2024-11-27T17:54:51.367Z | Compiling expectorate v1.1.0 |
2136 | 2024-11-27T17:54:51.565Z | Compiling progenitor v0.8.0 |
2137 | 2024-11-27T17:54:51.618Z | Compiling owo-colors v4.1.0 |
2138 | 2024-11-27T17:54:51.665Z | Compiling num-rational v0.4.2 |
2139 | 2024-11-27T17:54:51.792Z | Compiling derive_more v0.99.18 |
2140 | 2024-11-27T17:54:51.823Z | Compiling argon2 v0.5.3 |
2141 | 2024-11-27T17:54:51.918Z | Compiling num-complex v0.4.6 |
2142 | 2024-11-27T17:54:53.082Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2143 | 2024-11-27T17:54:53.235Z | Compiling num v0.4.3 |
2144 | 2024-11-27T17:54:53.268Z | Compiling atomicwrites v0.4.4 |
2145 | 2024-11-27T17:54:53.347Z | Compiling libsw v3.3.1 |
2146 | 2024-11-27T17:54:53.656Z | Compiling float-ord v0.3.2 |
2147 | 2024-11-27T17:54:53.694Z | Compiling indent_write v2.2.0 |
2148 | 2024-11-27T17:54:53.798Z | Compiling swrite v0.1.0 |
2149 | 2024-11-27T17:54:53.834Z | Compiling linear-map v1.2.0 |
2150 | 2024-11-27T17:54:53.928Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2151 | 2024-11-27T17:54:53.946Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2152 | 2024-11-27T17:54:54.027Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2153 | 2024-11-27T17:54:54.210Z | Compiling base64 v0.21.7 |
2154 | 2024-11-27T17:54:54.250Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2155 | 2024-11-27T17:54:54.667Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2156 | 2024-11-27T17:54:55.131Z | Compiling highway v1.2.0 |
2157 | 2024-11-27T17:54:55.357Z | Compiling semver v0.1.20 |
2158 | 2024-11-27T17:54:55.926Z | Compiling rustc_version v0.1.7 |
2159 | 2024-11-27T17:54:56.340Z | Compiling newtype_derive v0.1.6 |
2160 | 2024-11-27T17:54:56.538Z | Compiling newtype-uuid v1.1.3 |
2161 | 2024-11-27T17:54:56.710Z | Compiling dropshot v0.13.0 |
2162 | 2024-11-27T17:54:56.785Z | Compiling ipnetwork v0.20.0 |
2163 | 2024-11-27T17:54:56.894Z | Compiling instant v0.1.13 |
2164 | 2024-11-27T17:54:57.053Z | Compiling humantime v2.1.0 |
2165 | 2024-11-27T17:54:57.584Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2166 | 2024-11-27T17:54:57.889Z | Compiling backoff v0.4.0 |
2167 | 2024-11-27T17:54:58.249Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2168 | 2024-11-27T17:54:58.269Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2169 | 2024-11-27T17:54:58.300Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2170 | 2024-11-27T17:55:01.968Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2171 | 2024-11-27T17:55:02.650Z | Compiling parse-display v0.10.0 |
2172 | 2024-11-27T17:55:03.214Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2173 | 2024-11-27T17:55:03.402Z | Compiling strum v0.26.3 |
2174 | 2024-11-27T17:55:03.473Z | Compiling serde_with v3.11.0 |
2175 | 2024-11-27T17:55:03.591Z | Compiling regress v0.9.1 |
2176 | 2024-11-27T17:55:07.166Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2177 | 2024-11-27T17:55:08.044Z | Compiling macaddr v1.0.1 |
2178 | 2024-11-27T17:55:08.408Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2179 | 2024-11-27T17:55:08.486Z | Compiling steno v0.4.1 |
2180 | 2024-11-27T17:55:09.070Z | Compiling prettyplease v0.2.25 |
2181 | 2024-11-27T17:55:09.100Z | Compiling slog-dtrace v0.3.0 |
2182 | 2024-11-27T17:55:09.495Z | Compiling tungstenite v0.21.0 |
2183 | 2024-11-27T17:55:09.912Z | Compiling display-error-chain v0.2.2 |
2184 | 2024-11-27T17:55:11.652Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2185 | 2024-11-27T17:55:13.308Z | Compiling tokio-tungstenite v0.21.0 |
2186 | 2024-11-27T17:55:13.952Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2187 | 2024-11-27T17:55:14.008Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2188 | 2024-11-27T17:55:14.751Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2189 | 2024-11-27T17:55:15.057Z | Compiling arc-swap v1.7.1 |
2190 | 2024-11-27T17:55:15.740Z | Compiling slog-scope v4.4.0 |
2191 | 2024-11-27T17:55:16.577Z | Compiling half v2.4.1 |
2192 | 2024-11-27T17:55:17.280Z | Compiling ciborium-io v0.2.2 |
2193 | 2024-11-27T17:55:17.436Z | Compiling ciborium-ll v0.2.2 |
2194 | 2024-11-27T17:55:17.968Z | Compiling slog-stdlog v4.1.1 |
2195 | 2024-11-27T17:55:18.411Z | Compiling slog-envlogger v2.2.0 |
2196 | 2024-11-27T17:55:18.763Z | Compiling ciborium v0.2.2 |
2197 | 2024-11-27T17:55:21.147Z | Compiling nibble_vec v0.1.0 |
2198 | 2024-11-27T17:55:21.399Z | Compiling endian-type v0.1.2 |
2199 | 2024-11-27T17:55:21.659Z | Compiling radix_trie v0.2.1 |
2200 | 2024-11-27T17:55:22.594Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2201 | 2024-11-27T17:55:28.293Z | Compiling same-file v1.0.6 |
2202 | 2024-11-27T17:55:28.536Z | Compiling fastrand v2.1.1 |
2203 | 2024-11-27T17:55:28.711Z | Compiling walkdir v2.5.0 |
2204 | 2024-11-27T17:55:28.744Z | Compiling ring v0.16.20 |
2205 | 2024-11-27T17:55:29.036Z | Compiling tempfile v3.13.0 |
2206 | 2024-11-27T17:55:29.354Z | Compiling blake3 v1.5.4 |
2207 | 2024-11-27T17:55:29.823Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2208 | 2024-11-27T17:55:30.045Z | Compiling xattr v1.3.1 |
2209 | 2024-11-27T17:55:30.295Z | Compiling memmap2 v0.9.5 |
2210 | 2024-11-27T17:55:30.306Z | Compiling filetime v0.2.25 |
2211 | 2024-11-27T17:55:30.600Z | Compiling keccak v0.1.5 |
2212 | 2024-11-27T17:55:30.685Z | Compiling spin v0.5.2 |
2213 | 2024-11-27T17:55:30.859Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2214 | 2024-11-27T17:55:30.930Z | Compiling constant_time_eq v0.3.1 |
2215 | 2024-11-27T17:55:31.085Z | Compiling arrayvec v0.7.6 |
2216 | 2024-11-27T17:55:31.385Z | Compiling arrayref v0.3.9 |
2217 | 2024-11-27T17:55:31.575Z | Compiling sha3 v0.10.8 |
2218 | 2024-11-27T17:55:32.335Z | Compiling tar v0.4.42 |
2219 | 2024-11-27T17:55:32.413Z | Compiling camino-tempfile v1.1.1 |
2220 | 2024-11-27T17:55:32.511Z | Compiling toolchain_find v0.4.0 |
2221 | 2024-11-27T17:55:32.690Z | Compiling const_format_proc_macros v0.2.33 |
2222 | 2024-11-27T17:55:32.883Z | Compiling crunchy v0.2.2 |
2223 | 2024-11-27T17:55:33.071Z | Compiling topological-sort v0.2.2 |
2224 | 2024-11-27T17:55:33.307Z | Compiling maplit v1.0.2 |
2225 | 2024-11-27T17:55:33.325Z | Compiling radium v0.7.0 |
2226 | 2024-11-27T17:55:33.441Z | Compiling omicron-zone-package v0.11.1 |
2227 | 2024-11-27T17:55:33.808Z | Compiling rustfmt-wrapper v0.2.1 |
2228 | 2024-11-27T17:55:34.238Z | Compiling pem v3.0.4 |
2229 | 2024-11-27T17:55:34.388Z | Compiling tiny-keccak v2.0.2 |
2230 | 2024-11-27T17:55:34.525Z | Compiling const_format v0.2.33 |
2231 | 2024-11-27T17:55:34.668Z | Compiling maybe-uninit v2.0.0 |
2232 | 2024-11-27T17:55:34.688Z | Compiling tap v1.0.1 |
2233 | 2024-11-27T17:55:34.917Z | Compiling wyz v0.5.1 |
2234 | 2024-11-27T17:55:35.427Z | Compiling dsl_auto_type v0.1.2 |
2235 | 2024-11-27T17:55:35.561Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2236 | 2024-11-27T17:55:35.771Z | Compiling phf_generator v0.11.2 |
2237 | 2024-11-27T17:55:35.828Z | Compiling scheduled-thread-pool v0.2.7 |
2238 | 2024-11-27T17:55:35.909Z | Compiling secrecy v0.8.0 |
2239 | 2024-11-27T17:55:35.955Z | Compiling diesel_table_macro_syntax v0.2.0 |
2240 | 2024-11-27T17:55:36.035Z | Compiling async-recursion v1.1.1 |
2241 | 2024-11-27T17:55:36.182Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2242 | 2024-11-27T17:55:36.359Z | Compiling packed_struct v0.10.1 |
2243 | 2024-11-27T17:55:36.487Z | Compiling funty v2.0.0 |
2244 | 2024-11-27T17:55:36.735Z | Compiling crc-catalog v2.4.0 |
2245 | 2024-11-27T17:55:36.813Z | Compiling diesel_derives v2.2.3 |
2246 | 2024-11-27T17:55:36.903Z | Compiling crc v3.2.1 |
2247 | 2024-11-27T17:55:37.046Z | Compiling r2d2 v0.8.10 |
2248 | 2024-11-27T17:55:37.492Z | Compiling phf_codegen v0.11.2 |
2249 | 2024-11-27T17:55:37.719Z | Compiling bitvec v1.0.1 |
2250 | 2024-11-27T17:55:38.070Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2251 | 2024-11-27T17:55:38.710Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2252 | 2024-11-27T17:55:38.779Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2253 | 2024-11-27T17:55:38.933Z | Compiling ascii-canvas v3.0.0 |
2254 | 2024-11-27T17:55:39.399Z | Compiling universal-hash v0.5.1 |
2255 | 2024-11-27T17:55:39.637Z | Compiling thiserror-impl-no-std v2.0.2 |
2256 | 2024-11-27T17:55:42.426Z | Compiling packed_struct_codegen v0.10.1 |
2257 | 2024-11-27T17:55:42.490Z | Compiling parse-zoneinfo v0.3.1 |
2258 | 2024-11-27T17:55:44.092Z | Compiling lzma-sys v0.1.20 |
2259 | 2024-11-27T17:55:44.793Z | Compiling ena v0.14.3 |
2260 | 2024-11-27T17:55:44.923Z | Compiling indexmap v1.9.3 |
2261 | 2024-11-27T17:55:45.231Z | Compiling cfg_aliases v0.1.1 |
2262 | 2024-11-27T17:55:45.247Z | Compiling diff v0.1.13 |
2263 | 2024-11-27T17:55:45.338Z | Compiling nodrop v0.1.14 |
2264 | 2024-11-27T17:55:45.484Z | Compiling regex-syntax v0.6.29 |
2265 | 2024-11-27T17:55:45.778Z | Compiling opaque-debug v0.3.1 |
2266 | 2024-11-27T17:55:45.895Z | Compiling poly1305 v0.8.0 |
2267 | 2024-11-27T17:55:47.370Z | Compiling array-init v0.0.4 |
2268 | 2024-11-27T17:55:48.119Z | Compiling diesel v2.2.4 |
2269 | 2024-11-27T17:55:48.622Z | Compiling nix v0.28.0 |
2270 | 2024-11-27T17:55:49.339Z | Compiling lalrpop v0.19.12 |
2271 | 2024-11-27T17:55:55.094Z | Compiling chrono-tz-build v0.4.0 |
2272 | 2024-11-27T17:55:55.924Z | Compiling thiserror-no-std v2.0.2 |
2273 | 2024-11-27T17:55:56.059Z | Compiling smallvec v0.6.14 |
2274 | 2024-11-27T17:55:56.585Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2275 | 2024-11-27T17:55:56.828Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2276 | 2024-11-27T17:55:57.114Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2277 | 2024-11-27T17:55:57.360Z | Compiling chacha20 v0.9.1 |
2278 | 2024-11-27T17:55:57.679Z | Compiling heck v0.3.3 |
2279 | 2024-11-27T17:55:57.836Z | Compiling aead v0.5.2 |
2280 | 2024-11-27T17:55:58.059Z | Compiling vte_generate_state_changes v0.1.2 |
2281 | 2024-11-27T17:55:58.189Z | Compiling termcolor v1.4.1 |
2282 | 2024-11-27T17:55:58.672Z | Compiling hashbrown v0.12.3 |
2283 | 2024-11-27T17:55:59.346Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2284 | 2024-11-27T17:55:59.643Z | Compiling bitfield v0.14.0 |
2285 | 2024-11-27T17:55:59.974Z | Compiling ref-cast v1.0.23 |
2286 | 2024-11-27T17:56:00.023Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2287 | 2024-11-27T17:56:01.663Z | Compiling env_logger v0.10.2 |
2288 | 2024-11-27T17:56:04.831Z | Compiling vte v0.11.1 |
2289 | 2024-11-27T17:56:06.310Z | Compiling chacha20poly1305 v0.10.1 |
2290 | 2024-11-27T17:56:06.547Z | Compiling zone_cfg_derive v0.1.2 |
2291 | 2024-11-27T17:56:07.970Z | Compiling serde-hex v0.1.0 |
2292 | 2024-11-27T17:56:12.540Z | Compiling chrono-tz v0.10.0 |
2293 | 2024-11-27T17:56:13.127Z | Compiling vsss-rs v3.3.4 |
2294 | 2024-11-27T17:56:13.412Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2295 | 2024-11-27T17:56:13.732Z | Compiling ron v0.8.1 |
2296 | 2024-11-27T17:56:15.261Z | Compiling polar-core v0.27.3 |
2297 | 2024-11-27T17:56:16.500Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2298 | 2024-11-27T17:56:16.788Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2299 | 2024-11-27T17:56:17.374Z | Compiling derive_builder_core v0.20.2 |
2300 | 2024-11-27T17:56:17.482Z | Compiling hashbrown v0.13.2 |
2301 | 2024-11-27T17:56:18.803Z | Compiling fd-lock v4.0.2 |
2302 | 2024-11-27T17:56:19.047Z | Compiling headers-core v0.3.0 |
2303 | 2024-11-27T17:56:19.234Z | Compiling fxhash v0.2.1 |
2304 | 2024-11-27T17:56:19.474Z | Compiling libxml v0.3.3 |
2305 | 2024-11-27T17:56:19.516Z | Compiling ref-cast-impl v1.0.23 |
2306 | 2024-11-27T17:56:19.673Z | Compiling zip v2.1.3 |
2307 | 2024-11-27T17:56:19.837Z | Compiling crc-any v2.5.0 |
2308 | 2024-11-27T17:56:20.006Z | Compiling bumpalo v3.16.0 |
2309 | 2024-11-27T17:56:20.631Z | Compiling bytecount v0.6.8 |
2310 | 2024-11-27T17:56:20.649Z | Compiling lockfree-object-pool v0.1.6 |
2311 | 2024-11-27T17:56:20.792Z | Compiling base64 v0.13.1 |
2312 | 2024-11-27T17:56:20.952Z | Compiling simd-adler32 v0.3.7 |
2313 | 2024-11-27T17:56:20.955Z | Compiling papergrid v0.11.0 |
2314 | 2024-11-27T17:56:21.537Z | Compiling zopfli v0.8.1 |
2315 | 2024-11-27T17:56:22.097Z | Compiling ron v0.7.1 |
2316 | 2024-11-27T17:56:25.292Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2317 | 2024-11-27T17:56:25.863Z | Compiling derive_builder_macro v0.20.2 |
2318 | 2024-11-27T17:56:26.664Z | Compiling headers v0.4.0 |
2319 | 2024-11-27T17:56:27.404Z | Compiling object v0.30.4 |
2320 | 2024-11-27T17:56:30.436Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2321 | 2024-11-27T17:56:34.134Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2322 | 2024-11-27T17:56:35.728Z | Compiling xz2 v0.1.7 |
2323 | 2024-11-27T17:56:37.330Z | Compiling zone v0.1.8 |
2324 | 2024-11-27T17:56:40.063Z | Compiling strip-ansi-escapes v0.2.0 |
2325 | 2024-11-27T17:56:40.628Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2326 | 2024-11-27T17:56:40.699Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2327 | 2024-11-27T17:56:40.785Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2328 | 2024-11-27T17:56:40.987Z | Compiling tabled_derive v0.7.0 |
2329 | 2024-11-27T17:56:41.075Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2330 | 2024-11-27T17:56:43.103Z | Compiling yasna v0.5.2 |
2331 | 2024-11-27T17:56:43.795Z | Compiling peg-macros v0.8.4 |
2332 | 2024-11-27T17:56:45.154Z | Compiling strum_macros v0.24.3 |
2333 | 2024-11-27T17:56:45.339Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2334 | 2024-11-27T17:56:45.712Z | Compiling kstat-rs v0.2.4 |
2335 | 2024-11-27T17:56:46.359Z | Compiling samael v0.0.17 |
2336 | 2024-11-27T17:56:46.421Z | Compiling sqlparser_derive v0.2.2 |
2337 | 2024-11-27T17:56:46.670Z | Compiling unicase v2.7.0 |
2338 | 2024-11-27T17:56:46.722Z | Compiling unicode_categories v0.1.1 |
2339 | 2024-11-27T17:56:47.073Z | Compiling nu-ansi-term v0.50.1 |
2340 | 2024-11-27T17:56:47.105Z | Compiling indoc v1.0.9 |
2341 | 2024-11-27T17:56:47.105Z | Compiling home v0.5.9 |
2342 | 2024-11-27T17:56:47.422Z | Compiling path-slash v0.1.5 |
2343 | 2024-11-27T17:56:47.484Z | Compiling sqlparser v0.45.0 |
2344 | 2024-11-27T17:56:47.674Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2345 | 2024-11-27T17:56:47.905Z | Compiling reedline v0.35.0 |
2346 | 2024-11-27T17:56:48.148Z | Compiling rustyline v14.0.0 |
2347 | 2024-11-27T17:56:49.784Z | Compiling peg v0.8.4 |
2348 | 2024-11-27T17:56:49.906Z | Compiling sqlformat v0.2.6 |
2349 | 2024-11-27T17:56:51.898Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2350 | 2024-11-27T17:56:58.730Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2351 | 2024-11-27T17:57:01.044Z | Compiling rcgen v0.12.1 |
2352 | 2024-11-27T17:57:03.278Z | Compiling tabled v0.15.0 |
2353 | 2024-11-27T17:57:11.671Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2354 | 2024-11-27T17:57:11.774Z | Compiling derive_builder v0.20.2 |
2355 | 2024-11-27T17:57:19.318Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2356 | 2024-11-27T17:57:20.612Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2357 | 2024-11-27T17:57:23.393Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2358 | 2024-11-27T17:57:23.709Z | Compiling bcs v0.1.6 |
2359 | 2024-11-27T17:57:23.821Z | Compiling oso-derive v0.27.3 |
2360 | 2024-11-27T17:57:24.638Z | Compiling impl-trait-for-tuples v0.2.2 |
2361 | 2024-11-27T17:57:24.791Z | Compiling libz-sys v1.1.20 |
2362 | 2024-11-27T17:57:25.463Z | Compiling quick-xml v0.33.0 |
2363 | 2024-11-27T17:57:31.477Z | Compiling subprocess v0.2.9 |
2364 | 2024-11-27T17:57:31.621Z | Compiling diesel-dtrace v0.3.0 |
2365 | 2024-11-27T17:57:31.925Z | Compiling parking_lot_core v0.8.6 |
2366 | 2024-11-27T17:57:32.370Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2367 | 2024-11-27T17:57:36.314Z | Compiling oso v0.27.3 |
2368 | 2024-11-27T17:57:53.475Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2369 | 2024-11-27T17:57:55.021Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2370 | 2024-11-27T17:58:00.442Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2371 | 2024-11-27T17:58:03.639Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2372 | 2024-11-27T17:58:03.941Z | Compiling bb8 v0.8.5 |
2373 | 2024-11-27T17:58:04.573Z | Compiling buf-list v1.0.3 |
2374 | 2024-11-27T17:58:05.232Z | Compiling async-bb8-diesel v0.2.1 |
2375 | 2024-11-27T17:58:06.567Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2376 | 2024-11-27T17:58:06.874Z | Compiling pin-project-internal v1.1.6 |
2377 | 2024-11-27T17:58:07.343Z | Compiling atty v0.2.14 |
2378 | 2024-11-27T17:58:07.528Z | Compiling salty v0.3.0 |
2379 | 2024-11-27T17:58:09.632Z | Compiling pin-project v1.1.6 |
2380 | 2024-11-27T17:58:10.174Z | Compiling parking_lot v0.11.2 |
2381 | 2024-11-27T17:58:13.187Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2382 | 2024-11-27T17:58:13.429Z | Compiling snafu-derive v0.8.5 |
2383 | 2024-11-27T17:58:13.520Z | Compiling sled v0.34.7 |
2384 | 2024-11-27T17:58:17.730Z | Compiling mime_guess v2.0.5 |
2385 | 2024-11-27T17:58:18.076Z | Compiling snafu v0.8.5 |
2386 | 2024-11-27T17:58:19.536Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2387 | 2024-11-27T17:58:20.489Z | Compiling hickory-client v0.24.1 |
2388 | 2024-11-27T17:58:20.827Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2389 | 2024-11-27T17:58:21.567Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2390 | 2024-11-27T17:58:21.708Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2391 | 2024-11-27T17:58:25.647Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2392 | 2024-11-27T17:58:26.521Z | Compiling globset v0.4.15 |
2393 | 2024-11-27T17:58:27.125Z | Compiling hickory-server v0.24.1 |
2394 | 2024-11-27T17:58:30.105Z | Compiling primeorder v0.13.6 |
2395 | 2024-11-27T17:58:30.669Z | Compiling olpc-cjson v0.1.4 |
2396 | 2024-11-27T17:58:30.995Z | Compiling vergen v8.3.2 |
2397 | 2024-11-27T17:58:31.299Z | Compiling env_filter v0.1.2 |
2398 | 2024-11-27T17:58:34.490Z | Compiling serde_plain v1.0.2 |
2399 | 2024-11-27T17:58:35.031Z | Compiling cargo-platform v0.1.8 |
2400 | 2024-11-27T17:58:35.569Z | Compiling nanorand v0.7.0 |
2401 | 2024-11-27T17:58:36.269Z | Compiling memoffset v0.9.1 |
2402 | 2024-11-27T17:58:36.596Z | Compiling typed-path v0.9.3 |
2403 | 2024-11-27T17:58:42.195Z | Compiling tough v0.19.0 |
2404 | 2024-11-27T17:58:43.859Z | Compiling flume v0.11.1 |
2405 | 2024-11-27T17:58:44.645Z | Compiling cargo_metadata v0.18.1 |
2406 | 2024-11-27T17:58:47.145Z | Compiling env_logger v0.11.5 |
2407 | 2024-11-27T17:58:47.888Z | Compiling p384 v0.13.0 |
2408 | 2024-11-27T17:58:48.503Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2409 | 2024-11-27T17:58:53.571Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2410 | 2024-11-27T17:58:58.189Z | Compiling git2 v0.19.0 |
2411 | 2024-11-27T17:59:01.645Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2412 | 2024-11-27T17:59:04.285Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2413 | 2024-11-27T17:59:05.519Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2414 | 2024-11-27T17:59:07.532Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2415 | 2024-11-27T17:59:11.856Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2416 | 2024-11-27T17:59:12.367Z | Compiling rand_seeder v0.3.0 |
2417 | 2024-11-27T17:59:12.778Z | Compiling libsqlite3-sys v0.30.1 |
2418 | 2024-11-27T17:59:12.996Z | Compiling parse-size v1.1.0 |
2419 | 2024-11-27T17:59:13.077Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2420 | 2024-11-27T17:59:13.302Z | Compiling cfg_aliases v0.2.1 |
2421 | 2024-11-27T17:59:13.305Z | Compiling http-range v0.1.5 |
2422 | 2024-11-27T17:59:13.392Z | Compiling rustls v0.21.12 |
2423 | 2024-11-27T17:59:13.426Z | Compiling nix v0.29.0 |
2424 | 2024-11-27T17:59:13.809Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2425 | 2024-11-27T17:59:13.909Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2426 | 2024-11-27T17:59:14.246Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2427 | 2024-11-27T17:59:14.653Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2428 | 2024-11-27T17:59:15.931Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2429 | 2024-11-27T17:59:16.109Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2430 | 2024-11-27T17:59:16.402Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2431 | 2024-11-27T17:59:16.522Z | Compiling rustls-webpki v0.101.7 |
2432 | 2024-11-27T17:59:16.747Z | Compiling sct v0.7.1 |
2433 | 2024-11-27T17:59:17.222Z | Compiling castaway v0.2.3 |
2434 | 2024-11-27T17:59:17.429Z | Compiling csv-core v0.1.11 |
2435 | 2024-11-27T17:59:18.303Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2436 | 2024-11-27T17:59:18.630Z | Compiling glob v0.3.1 |
2437 | 2024-11-27T17:59:19.313Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2438 | 2024-11-27T17:59:20.115Z | Compiling csv v1.3.0 |
2439 | 2024-11-27T17:59:20.472Z | Compiling compact_str v0.8.0 |
2440 | 2024-11-27T17:59:20.700Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2441 | 2024-11-27T17:59:22.296Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2442 | 2024-11-27T17:59:23.036Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2443 | 2024-11-27T17:59:23.537Z | Compiling hyper-staticfile v0.10.1 |
2444 | 2024-11-27T17:59:26.467Z | Compiling nix v0.27.1 |
2445 | 2024-11-27T17:59:29.566Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2446 | 2024-11-27T17:59:30.299Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2447 | 2024-11-27T17:59:31.605Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2448 | 2024-11-27T17:59:31.644Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2449 | 2024-11-27T17:59:36.365Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2450 | 2024-11-27T17:59:37.660Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2451 | 2024-11-27T17:59:38.004Z | Compiling unicode-truncate v1.1.0 |
2452 | 2024-11-27T17:59:38.286Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2453 | 2024-11-27T17:59:38.588Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2454 | 2024-11-27T17:59:38.894Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2455 | 2024-11-27T17:59:43.853Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2456 | 2024-11-27T17:59:46.220Z | Compiling hashlink v0.9.1 |
2457 | 2024-11-27T17:59:46.412Z | Compiling tungstenite v0.23.0 |
2458 | 2024-11-27T17:59:46.556Z | Compiling lru v0.12.5 |
2459 | 2024-11-27T17:59:46.613Z | Compiling instability v0.3.2 |
2460 | 2024-11-27T17:59:46.745Z | Compiling fallible-iterator v0.3.0 |
2461 | 2024-11-27T17:59:46.926Z | Compiling cassowary v0.3.0 |
2462 | 2024-11-27T17:59:47.054Z | Compiling fallible-streaming-iterator v0.1.9 |
2463 | 2024-11-27T17:59:47.348Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2464 | 2024-11-27T17:59:47.556Z | Compiling rusqlite v0.32.1 |
2465 | 2024-11-27T17:59:47.614Z | Compiling ratatui v0.28.1 |
2466 | 2024-11-27T17:59:50.537Z | Compiling tokio-tungstenite v0.23.1 |
2467 | 2024-11-27T17:59:52.069Z | Compiling tokio-rustls v0.24.1 |
2468 | 2024-11-27T17:59:52.559Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2469 | 2024-11-27T17:59:52.788Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2470 | 2024-11-27T17:59:56.917Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2471 | 2024-11-27T17:59:58.060Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2472 | 2024-11-27T18:00:06.805Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2473 | 2024-11-27T18:00:09.085Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2474 | 2024-11-27T18:00:10.949Z | Compiling rustls-pemfile v1.0.4 |
2475 | 2024-11-27T18:00:11.519Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2476 | 2024-11-27T18:00:11.727Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2477 | 2024-11-27T18:00:11.830Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2478 | 2024-11-27T18:00:12.014Z | Compiling signal-hook-tokio v0.3.1 |
2479 | 2024-11-27T18:00:12.266Z | Compiling twox-hash v1.6.3 |
2480 | 2024-11-27T18:00:13.257Z | Compiling smawk v0.3.2 |
2481 | 2024-11-27T18:00:13.286Z | Compiling is_ci v1.2.0 |
2482 | 2024-11-27T18:00:13.540Z | Compiling unicode-linebreak v0.1.5 |
2483 | 2024-11-27T18:00:13.582Z | Compiling supports-color v3.0.1 |
2484 | 2024-11-27T18:00:13.985Z | Compiling textwrap v0.16.1 |
2485 | 2024-11-27T18:00:17.657Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2486 | 2024-11-27T18:00:18.450Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2487 | 2024-11-27T18:00:22.803Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2488 | 2024-11-27T18:00:26.334Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2489 | 2024-11-27T18:00:31.718Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2490 | 2024-11-27T18:00:36.607Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2491 | 2024-11-27T18:00:37.021Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2492 | 2024-11-27T18:00:49.908Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2493 | 2024-11-27T18:00:50.532Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2494 | 2024-11-27T18:00:50.845Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2495 | 2024-11-27T18:00:56.368Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2496 | 2024-11-27T18:00:57.642Z | Compiling fatfs v0.3.6 |
2497 | 2024-11-27T18:00:58.630Z | Compiling rtoolbox v0.0.2 |
2498 | 2024-11-27T18:00:59.064Z | Compiling assert_matches v1.5.0 |
2499 | 2024-11-27T18:01:00.438Z | Compiling rpassword v7.3.1 |
2500 | 2024-11-27T18:01:00.893Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2501 | 2024-11-27T18:01:05.522Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2502 | 2024-11-27T18:01:08.335Z | Compiling tui-tree-widget v0.22.0 |
2503 | 2024-11-27T18:01:08.843Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2504 | 2024-11-27T18:01:12.650Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2505 | 2024-11-27T18:01:17.374Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2506 | 2024-11-27T18:01:17.686Z | Compiling uzers v0.12.1 |
2507 | 2024-11-27T18:01:20.759Z | Compiling shell-words v1.1.0 |
2508 | 2024-11-27T18:01:21.183Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2509 | 2024-11-27T18:01:26.370Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2510 | 2024-11-27T18:01:28.415Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2511 | 2024-11-27T18:01:57.652Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2512 | 2024-11-27T18:02:02.671Z | Compiling multimap v0.10.0 |
2513 | 2024-11-27T18:04:19.842Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2514 | 2024-11-27T18:04:22.958Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2515 | 2024-11-27T18:11:07.848Z | Finished `release` profile [optimized] target(s) in 16m 17s |
2516 | 2024-11-27T18:12:12.513Z | |
2517 | 2024-11-27T18:12:12.515Z | real 17:23.591637260 |
2518 | 2024-11-27T18:12:12.516Z | user 1:57:43.390520590 |
2519 | 2024-11-27T18:12:12.516Z | sys 5:55.580873326 |
2520 | 2024-11-27T18:12:12.516Z | trap 2.911785958 |
2521 | 2024-11-27T18:12:12.516Z | tflt 3.083541476 |
2522 | 2024-11-27T18:12:12.516Z | dflt 5.266900138 |
2523 | 2024-11-27T18:12:12.516Z | kflt 0.027685245 |
2524 | 2024-11-27T18:12:12.516Z | lock 7:18:23.785771385 |
2525 | 2024-11-27T18:12:12.516Z | slp 6:15:44.400008558 |
2526 | 2024-11-27T18:12:12.516Z | lat 2:54.412258326 |
2527 | 2024-11-27T18:12:12.516Z | stop 2:33.520380564 |
2528 | 2024-11-27T18:12:12.516Z | + mapfile -t packages |
2529 | 2024-11-27T18:12:12.516Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2530 | 2024-11-27T18:12:13.486Z | Finished `release` profile [optimized] target(s) in 0.92s |
2531 | 2024-11-27T18:12:13.542Z | Running `target/release/omicron-package -t test list-outputs` |
2532 | 2024-11-27T18:12:13.582Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2533 | 2024-11-27T18:12:13.585Z | + ptime -m cargo build --locked --release -p xtask |
2534 | 2024-11-27T18:12:14.128Z | Compiling serde v1.0.215 |
2535 | 2024-11-27T18:12:14.130Z | Compiling rustix v0.38.37 |
2536 | 2024-11-27T18:12:14.130Z | Compiling serde_json v1.0.132 |
2537 | 2024-11-27T18:12:14.130Z | Compiling libc v0.2.162 |
2538 | 2024-11-27T18:12:14.218Z | Compiling syn v2.0.87 |
2539 | 2024-11-27T18:12:14.233Z | Compiling bitflags v2.6.0 |
2540 | 2024-11-27T18:12:14.538Z | Compiling usdt-impl v0.5.0 |
2541 | 2024-11-27T18:12:14.577Z | Compiling syn v1.0.109 |
2542 | 2024-11-27T18:12:14.711Z | Compiling log v0.4.22 |
2543 | 2024-11-27T18:12:14.726Z | Compiling hashbrown v0.15.0 |
2544 | 2024-11-27T18:12:14.806Z | Compiling fs-err v2.11.0 |
2545 | 2024-11-27T18:12:15.133Z | Compiling once_cell v1.20.2 |
2546 | 2024-11-27T18:12:15.174Z | Compiling anyhow v1.0.93 |
2547 | 2024-11-27T18:12:15.741Z | Compiling thread-id v4.2.2 |
2548 | 2024-11-27T18:12:16.065Z | Compiling indexmap v2.6.0 |
2549 | 2024-11-27T18:12:17.286Z | Compiling terminal_size v0.4.0 |
2550 | 2024-11-27T18:12:17.287Z | Compiling tempfile v3.13.0 |
2551 | 2024-11-27T18:12:17.537Z | Compiling clap_builder v4.5.21 |
2552 | 2024-11-27T18:12:18.022Z | Compiling proc-macro-error v1.0.4 |
2553 | 2024-11-27T18:12:19.390Z | Compiling tabled_derive v0.7.0 |
2554 | 2024-11-27T18:12:20.690Z | Compiling tabled v0.15.0 |
2555 | 2024-11-27T18:12:22.376Z | Compiling serde_derive v1.0.215 |
2556 | 2024-11-27T18:12:23.544Z | Compiling thiserror-impl v1.0.69 |
2557 | 2024-11-27T18:12:23.911Z | Compiling zerocopy-derive v0.7.35 |
2558 | 2024-11-27T18:12:25.922Z | Compiling zerocopy v0.7.35 |
2559 | 2024-11-27T18:12:26.456Z | Compiling thiserror v1.0.69 |
2560 | 2024-11-27T18:12:26.626Z | Compiling pest v2.7.14 |
2561 | 2024-11-27T18:12:27.761Z | Compiling scroll_derive v0.12.0 |
2562 | 2024-11-27T18:12:29.206Z | Compiling scroll v0.12.0 |
2563 | 2024-11-27T18:12:29.691Z | Compiling pest_meta v2.7.14 |
2564 | 2024-11-27T18:12:29.822Z | Compiling goblin v0.8.2 |
2565 | 2024-11-27T18:12:33.696Z | Compiling pest_generator v2.7.14 |
2566 | 2024-11-27T18:12:35.565Z | Compiling pest_derive v2.7.14 |
2567 | 2024-11-27T18:12:36.324Z | Compiling dtrace-parser v0.2.0 |
2568 | 2024-11-27T18:12:38.125Z | Compiling toml_datetime v0.6.8 |
2569 | 2024-11-27T18:12:38.842Z | Compiling serde_spanned v0.6.8 |
2570 | 2024-11-27T18:12:40.273Z | Compiling serde_tokenstream v0.2.2 |
2571 | 2024-11-27T18:12:40.435Z | Compiling toml_edit v0.22.22 |
2572 | 2024-11-27T18:12:40.467Z | Compiling camino v1.1.9 |
2573 | 2024-11-27T18:12:40.866Z | Compiling dof v0.3.0 |
2574 | 2024-11-27T18:12:42.903Z | Compiling cargo-platform v0.1.8 |
2575 | 2024-11-27T18:12:44.027Z | Compiling toml v0.8.19 |
2576 | 2024-11-27T18:12:44.875Z | Compiling usdt-macro v0.5.0 |
2577 | 2024-11-27T18:12:46.093Z | Compiling usdt-attr-macro v0.5.0 |
2578 | 2024-11-27T18:12:46.864Z | Compiling semver v1.0.23 |
2579 | 2024-11-27T18:12:46.956Z | Compiling clap_derive v4.5.18 |
2580 | 2024-11-27T18:12:47.280Z | Compiling cargo_toml v0.20.5 |
2581 | 2024-11-27T18:12:47.478Z | Compiling usdt v0.5.0 |
2582 | 2024-11-27T18:12:48.396Z | Compiling cargo_metadata v0.18.1 |
2583 | 2024-11-27T18:12:48.964Z | Compiling camino-tempfile v1.1.1 |
2584 | 2024-11-27T18:12:49.407Z | Compiling macaddr v1.0.1 |
2585 | 2024-11-27T18:12:51.281Z | Compiling clap v4.5.21 |
2586 | 2024-11-27T18:12:58.845Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2587 | 2024-11-27T18:13:10.268Z | Finished `release` profile [optimized] target(s) in 56.62s |
2588 | 2024-11-27T18:13:10.371Z | |
2589 | 2024-11-27T18:13:10.373Z | real 56.754789094 |
2590 | 2024-11-27T18:13:10.373Z | user 5:45.057552753 |
2591 | 2024-11-27T18:13:10.373Z | sys 31.722800892 |
2592 | 2024-11-27T18:13:10.373Z | trap 0.153244418 |
2593 | 2024-11-27T18:13:10.373Z | tflt 0.266810832 |
2594 | 2024-11-27T18:13:10.373Z | dflt 0.554265801 |
2595 | 2024-11-27T18:13:10.373Z | kflt 0.000000000 |
2596 | 2024-11-27T18:13:10.373Z | lock 9:45.266195221 |
2597 | 2024-11-27T18:13:10.373Z | slp 14:46.660415231 |
2598 | 2024-11-27T18:13:10.373Z | lat 12.545152188 |
2599 | 2024-11-27T18:13:10.373Z | stop 16.408734312 |
2600 | 2024-11-27T18:13:10.373Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2601 | 2024-11-27T18:13:10.373Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2602 | 2024-11-27T18:13:10.373Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2603 | 2024-11-27T18:13:10.373Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2604 | 2024-11-27T18:13:10.373Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2605 | 2024-11-27T18:13:11.243Z | Compiling hashbrown v0.14.5 |
2606 | 2024-11-27T18:13:11.372Z | Compiling ident_case v1.0.1 |
2607 | 2024-11-27T18:13:11.375Z | Compiling unsafe-libyaml v0.2.11 |
2608 | 2024-11-27T18:13:11.386Z | Compiling progenitor-client v0.8.0 |
2609 | 2024-11-27T18:13:11.400Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2610 | 2024-11-27T18:13:11.414Z | Compiling ipnetwork v0.20.0 |
2611 | 2024-11-27T18:13:11.421Z | Compiling macaddr v1.0.1 |
2612 | 2024-11-27T18:13:11.422Z | Compiling instant v0.1.13 |
2613 | 2024-11-27T18:13:11.531Z | Compiling darling_core v0.20.10 |
2614 | 2024-11-27T18:13:11.567Z | Compiling structmeta-derive v0.3.0 |
2615 | 2024-11-27T18:13:11.891Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2616 | 2024-11-27T18:13:11.911Z | Compiling dropshot v0.13.0 |
2617 | 2024-11-27T18:13:11.914Z | Compiling newtype-uuid v1.1.3 |
2618 | 2024-11-27T18:13:12.293Z | Compiling dropshot_endpoint v0.13.0 |
2619 | 2024-11-27T18:13:12.348Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2620 | 2024-11-27T18:13:12.653Z | Compiling regress v0.10.1 |
2621 | 2024-11-27T18:13:12.672Z | Compiling serde_yaml v0.9.34+deprecated |
2622 | 2024-11-27T18:13:12.691Z | Compiling regress v0.9.1 |
2623 | 2024-11-27T18:13:13.130Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2624 | 2024-11-27T18:13:13.238Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2625 | 2024-11-27T18:13:13.326Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2626 | 2024-11-27T18:13:13.638Z | Compiling backoff v0.4.0 |
2627 | 2024-11-27T18:13:14.011Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2628 | 2024-11-27T18:13:14.095Z | Compiling tempfile v3.13.0 |
2629 | 2024-11-27T18:13:14.180Z | Compiling proc-macro-crate v1.3.1 |
2630 | 2024-11-27T18:13:14.548Z | Compiling structmeta v0.3.0 |
2631 | 2024-11-27T18:13:14.981Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2632 | 2024-11-27T18:13:15.062Z | Compiling parse-display-derive v0.10.0 |
2633 | 2024-11-27T18:13:15.301Z | Compiling num_enum_derive v0.5.11 |
2634 | 2024-11-27T18:13:15.372Z | Compiling itertools v0.13.0 |
2635 | 2024-11-27T18:13:16.990Z | Compiling typify-impl v0.2.0 |
2636 | 2024-11-27T18:13:17.758Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2637 | 2024-11-27T18:13:17.953Z | Compiling num_enum v0.5.11 |
2638 | 2024-11-27T18:13:17.974Z | Compiling zerocopy v0.8.10 |
2639 | 2024-11-27T18:13:18.088Z | Compiling zerocopy-derive v0.8.10 |
2640 | 2024-11-27T18:13:18.132Z | Compiling foreign-types-macros v0.2.3 |
2641 | 2024-11-27T18:13:18.641Z | Compiling darling_macro v0.20.10 |
2642 | 2024-11-27T18:13:18.824Z | Compiling foreign-types-shared v0.3.1 |
2643 | 2024-11-27T18:13:18.964Z | Compiling heapless v0.8.0 |
2644 | 2024-11-27T18:13:18.985Z | Compiling proc-macro-error v1.0.4 |
2645 | 2024-11-27T18:13:19.430Z | Compiling foreign-types v0.5.0 |
2646 | 2024-11-27T18:13:19.606Z | Compiling darling v0.20.10 |
2647 | 2024-11-27T18:13:19.655Z | Compiling parse-display v0.10.0 |
2648 | 2024-11-27T18:13:19.754Z | Compiling serde_with_macros v3.11.0 |
2649 | 2024-11-27T18:13:19.756Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2650 | 2024-11-27T18:13:19.849Z | Compiling camino-tempfile v1.1.1 |
2651 | 2024-11-27T18:13:19.959Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2652 | 2024-11-27T18:13:20.380Z | Compiling hash32 v0.3.1 |
2653 | 2024-11-27T18:13:20.418Z | Compiling cstr-argument v0.1.2 |
2654 | 2024-11-27T18:13:20.626Z | Compiling crucible-workspace-hack v0.1.0 |
2655 | 2024-11-27T18:13:20.708Z | Compiling pretty-hex v0.2.1 |
2656 | 2024-11-27T18:13:20.815Z | Compiling smoltcp v0.11.0 |
2657 | 2024-11-27T18:13:20.910Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2658 | 2024-11-27T18:13:20.960Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2659 | 2024-11-27T18:13:21.151Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2660 | 2024-11-27T18:13:21.602Z | Compiling tabwriter v1.4.0 |
2661 | 2024-11-27T18:13:21.762Z | Compiling colored v2.1.0 |
2662 | 2024-11-27T18:13:22.112Z | Compiling cobs v0.2.3 |
2663 | 2024-11-27T18:13:22.373Z | Compiling postcard v1.0.10 |
2664 | 2024-11-27T18:13:22.683Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2665 | 2024-11-27T18:13:22.703Z | Compiling serde_with v3.11.0 |
2666 | 2024-11-27T18:13:22.973Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2667 | 2024-11-27T18:13:23.157Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2668 | 2024-11-27T18:13:23.175Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2669 | 2024-11-27T18:13:23.486Z | Compiling smf v0.2.3 |
2670 | 2024-11-27T18:13:24.057Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2671 | 2024-11-27T18:13:24.757Z | Compiling zone_cfg_derive v0.3.0 |
2672 | 2024-11-27T18:13:24.934Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2673 | 2024-11-27T18:13:25.431Z | Compiling num-derive v0.4.2 |
2674 | 2024-11-27T18:13:26.323Z | Compiling sigpipe v0.1.3 |
2675 | 2024-11-27T18:13:26.461Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2676 | 2024-11-27T18:13:26.722Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2677 | 2024-11-27T18:13:26.782Z | Compiling zone v0.3.0 |
2678 | 2024-11-27T18:13:26.806Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2679 | 2024-11-27T18:13:27.244Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2680 | 2024-11-27T18:13:27.266Z | Compiling universal-hash v0.5.1 |
2681 | 2024-11-27T18:13:27.446Z | Compiling opaque-debug v0.3.1 |
2682 | 2024-11-27T18:13:27.486Z | Compiling num-rational v0.4.2 |
2683 | 2024-11-27T18:13:27.564Z | Compiling password-hash v0.5.0 |
2684 | 2024-11-27T18:13:27.885Z | Compiling num-complex v0.4.6 |
2685 | 2024-11-27T18:13:27.888Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2686 | 2024-11-27T18:13:28.092Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2687 | 2024-11-27T18:13:28.419Z | Compiling blake2 v0.10.6 |
2688 | 2024-11-27T18:13:28.606Z | Compiling aead v0.5.2 |
2689 | 2024-11-27T18:13:28.797Z | Compiling keccak v0.1.5 |
2690 | 2024-11-27T18:13:28.829Z | Compiling convert_case v0.4.0 |
2691 | 2024-11-27T18:13:28.975Z | Compiling argon2 v0.5.3 |
2692 | 2024-11-27T18:13:28.996Z | Compiling num v0.4.3 |
2693 | 2024-11-27T18:13:29.124Z | Compiling sha3 v0.10.8 |
2694 | 2024-11-27T18:13:29.334Z | Compiling poly1305 v0.8.0 |
2695 | 2024-11-27T18:13:29.848Z | Compiling tungstenite v0.21.0 |
2696 | 2024-11-27T18:13:29.851Z | Compiling chacha20 v0.9.1 |
2697 | 2024-11-27T18:13:29.881Z | Compiling derive_more v0.99.18 |
2698 | 2024-11-27T18:13:30.222Z | Compiling base64 v0.21.7 |
2699 | 2024-11-27T18:13:30.820Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2700 | 2024-11-27T18:13:30.916Z | Compiling float-ord v0.3.2 |
2701 | 2024-11-27T18:13:31.051Z | Compiling tokio-tungstenite v0.21.0 |
2702 | 2024-11-27T18:13:31.098Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2703 | 2024-11-27T18:13:31.458Z | Compiling same-file v1.0.6 |
2704 | 2024-11-27T18:13:31.648Z | Compiling semver v0.1.20 |
2705 | 2024-11-27T18:13:31.756Z | Compiling walkdir v2.5.0 |
2706 | 2024-11-27T18:13:31.774Z | Compiling newline-converter v0.3.0 |
2707 | 2024-11-27T18:13:31.941Z | Compiling primeorder v0.13.6 |
2708 | 2024-11-27T18:13:32.017Z | Compiling rustc_version v0.1.7 |
2709 | 2024-11-27T18:13:32.064Z | Compiling secrecy v0.8.0 |
2710 | 2024-11-27T18:13:32.349Z | Compiling owo-colors v4.1.0 |
2711 | 2024-11-27T18:13:32.471Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2712 | 2024-11-27T18:13:32.495Z | Compiling cancel-safe-futures v0.1.5 |
2713 | 2024-11-27T18:13:32.556Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2714 | 2024-11-27T18:13:32.559Z | Compiling newtype_derive v0.1.6 |
2715 | 2024-11-27T18:13:32.669Z | Compiling expectorate v1.1.0 |
2716 | 2024-11-27T18:13:32.818Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2717 | 2024-11-27T18:13:32.855Z | Compiling thiserror-impl-no-std v2.0.2 |
2718 | 2024-11-27T18:13:32.874Z | Compiling ring v0.16.20 |
2719 | 2024-11-27T18:13:32.893Z | Compiling blake3 v1.5.4 |
2720 | 2024-11-27T18:13:33.150Z | Compiling unicase v2.7.0 |
2721 | 2024-11-27T18:13:33.365Z | Compiling half v2.4.1 |
2722 | 2024-11-27T18:13:33.465Z | Compiling arc-swap v1.7.1 |
2723 | 2024-11-27T18:13:33.557Z | Compiling ciborium-io v0.2.2 |
2724 | 2024-11-27T18:13:33.942Z | Compiling slog-scope v4.4.0 |
2725 | 2024-11-27T18:13:34.119Z | Compiling ciborium-ll v0.2.2 |
2726 | 2024-11-27T18:13:34.473Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2727 | 2024-11-27T18:13:34.542Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2728 | 2024-11-27T18:13:34.865Z | Compiling polyval v0.6.2 |
2729 | 2024-11-27T18:13:35.196Z | Compiling atomicwrites v0.4.4 |
2730 | 2024-11-27T18:13:35.351Z | Compiling libsw v3.3.1 |
2731 | 2024-11-27T18:13:35.604Z | Compiling memmap2 v0.9.5 |
2732 | 2024-11-27T18:13:35.704Z | Compiling libefi-sys v0.1.0 |
2733 | 2024-11-27T18:13:35.820Z | Compiling typify-macro v0.2.0 |
2734 | 2024-11-27T18:13:35.999Z | Compiling arrayvec v0.7.6 |
2735 | 2024-11-27T18:13:36.041Z | Compiling constant_time_eq v0.3.1 |
2736 | 2024-11-27T18:13:36.061Z | Compiling salty v0.3.0 |
2737 | 2024-11-27T18:13:36.107Z | Compiling thiserror-no-std v2.0.2 |
2738 | 2024-11-27T18:13:36.238Z | Compiling spin v0.5.2 |
2739 | 2024-11-27T18:13:36.258Z | Compiling indent_write v2.2.0 |
2740 | 2024-11-27T18:13:36.436Z | Compiling arrayref v0.3.9 |
2741 | 2024-11-27T18:13:36.476Z | Compiling parking_lot_core v0.8.6 |
2742 | 2024-11-27T18:13:36.497Z | Compiling linear-map v1.2.0 |
2743 | 2024-11-27T18:13:36.571Z | Compiling vsss-rs v3.3.4 |
2744 | 2024-11-27T18:13:36.885Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2745 | 2024-11-27T18:13:37.022Z | Compiling ghash v0.5.1 |
2746 | 2024-11-27T18:13:37.285Z | Compiling ciborium v0.2.2 |
2747 | 2024-11-27T18:13:37.641Z | Compiling slog-stdlog v4.1.1 |
2748 | 2024-11-27T18:13:37.764Z | Compiling p384 v0.13.0 |
2749 | 2024-11-27T18:13:37.992Z | Compiling chacha20poly1305 v0.10.1 |
2750 | 2024-11-27T18:13:38.059Z | Compiling toolchain_find v0.4.0 |
2751 | 2024-11-27T18:13:38.241Z | Compiling lzma-sys v0.1.20 |
2752 | 2024-11-27T18:13:38.782Z | Compiling ctr v0.9.2 |
2753 | 2024-11-27T18:13:38.800Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2754 | 2024-11-27T18:13:40.045Z | Compiling bitfield-struct v0.6.2 |
2755 | 2024-11-27T18:13:40.048Z | Compiling slog-dtrace v0.3.0 |
2756 | 2024-11-27T18:13:40.048Z | Compiling highway v1.2.0 |
2757 | 2024-11-27T18:13:40.048Z | Compiling topological-sort v0.2.2 |
2758 | 2024-11-27T18:13:40.048Z | Compiling omicron-zone-package v0.11.1 |
2759 | 2024-11-27T18:13:40.048Z | Compiling aes-gcm v0.10.3 |
2760 | 2024-11-27T18:13:40.048Z | Compiling rustfmt-wrapper v0.2.1 |
2761 | 2024-11-27T18:13:40.067Z | Compiling slog-envlogger v2.2.0 |
2762 | 2024-11-27T18:13:40.144Z | Compiling typify v0.2.0 |
2763 | 2024-11-27T18:13:40.283Z | Compiling progenitor-impl v0.8.0 |
2764 | 2024-11-27T18:13:40.305Z | Compiling mime_guess v2.0.5 |
2765 | 2024-11-27T18:13:40.554Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2766 | 2024-11-27T18:13:40.661Z | Compiling steno v0.4.1 |
2767 | 2024-11-27T18:13:41.320Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2768 | 2024-11-27T18:13:41.360Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2769 | 2024-11-27T18:13:41.641Z | Compiling heck v0.3.3 |
2770 | 2024-11-27T18:13:41.643Z | Compiling ssh-encoding v0.2.0 |
2771 | 2024-11-27T18:13:42.049Z | Compiling blowfish v0.9.1 |
2772 | 2024-11-27T18:13:42.093Z | Compiling nibble_vec v0.1.0 |
2773 | 2024-11-27T18:13:42.201Z | Compiling env_filter v0.1.2 |
2774 | 2024-11-27T18:13:42.222Z | Compiling humantime v2.1.0 |
2775 | 2024-11-27T18:13:42.307Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2776 | 2024-11-27T18:13:42.533Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2777 | 2024-11-27T18:13:42.550Z | Compiling endian-type v0.1.2 |
2778 | 2024-11-27T18:13:42.603Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2779 | 2024-11-27T18:13:42.660Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2780 | 2024-11-27T18:13:42.761Z | Compiling radix_trie v0.2.1 |
2781 | 2024-11-27T18:13:42.813Z | Compiling env_logger v0.11.5 |
2782 | 2024-11-27T18:13:42.949Z | Compiling bcrypt-pbkdf v0.10.0 |
2783 | 2024-11-27T18:13:42.977Z | Compiling zone_cfg_derive v0.1.2 |
2784 | 2024-11-27T18:13:43.478Z | Compiling ssh-cipher v0.2.0 |
2785 | 2024-11-27T18:13:43.558Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2786 | 2024-11-27T18:13:43.686Z | Compiling parking_lot v0.11.2 |
2787 | 2024-11-27T18:13:44.111Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2788 | 2024-11-27T18:13:44.573Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2789 | 2024-11-27T18:13:44.622Z | Compiling password-hash v0.4.2 |
2790 | 2024-11-27T18:13:44.689Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2791 | 2024-11-27T18:13:45.026Z | Compiling gethostname v0.5.0 |
2792 | 2024-11-27T18:13:45.173Z | Compiling fxhash v0.2.1 |
2793 | 2024-11-27T18:13:45.245Z | Compiling bumpalo v3.16.0 |
2794 | 2024-11-27T18:13:45.266Z | Compiling http-range v0.1.5 |
2795 | 2024-11-27T18:13:45.369Z | Compiling zip v2.1.3 |
2796 | 2024-11-27T18:13:45.401Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2797 | 2024-11-27T18:13:45.616Z | Compiling simd-adler32 v0.3.7 |
2798 | 2024-11-27T18:13:45.646Z | Compiling lockfree-object-pool v0.1.6 |
2799 | 2024-11-27T18:13:45.689Z | Compiling base64 v0.13.1 |
2800 | 2024-11-27T18:13:45.710Z | Compiling matches v0.1.10 |
2801 | 2024-11-27T18:13:45.800Z | Compiling idna v0.2.3 |
2802 | 2024-11-27T18:13:45.863Z | Compiling sled v0.34.7 |
2803 | 2024-11-27T18:13:45.938Z | Compiling pbkdf2 v0.11.0 |
2804 | 2024-11-27T18:13:45.959Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2805 | 2024-11-27T18:13:46.202Z | Compiling ron v0.7.1 |
2806 | 2024-11-27T18:13:46.310Z | Compiling zopfli v0.8.1 |
2807 | 2024-11-27T18:13:46.314Z | Compiling xz2 v0.1.7 |
2808 | 2024-11-27T18:13:46.671Z | Compiling zone v0.1.8 |
2809 | 2024-11-27T18:13:46.817Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2810 | 2024-11-27T18:13:47.489Z | Compiling ssh-key v0.6.6 |
2811 | 2024-11-27T18:13:48.196Z | Compiling hickory-client v0.24.1 |
2812 | 2024-11-27T18:13:48.610Z | Compiling progenitor-macro v0.8.0 |
2813 | 2024-11-27T18:13:48.692Z | Compiling p521 v0.13.3 |
2814 | 2024-11-27T18:13:48.746Z | Compiling p256 v0.13.2 |
2815 | 2024-11-27T18:13:49.033Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2816 | 2024-11-27T18:13:49.636Z | Compiling hickory-server v0.24.1 |
2817 | 2024-11-27T18:13:49.691Z | Compiling enum-as-inner v0.5.1 |
2818 | 2024-11-27T18:13:50.230Z | Compiling pem v3.0.4 |
2819 | 2024-11-27T18:13:50.785Z | Compiling yasna v0.5.2 |
2820 | 2024-11-27T18:13:51.103Z | Compiling headers-core v0.3.0 |
2821 | 2024-11-27T18:13:51.105Z | Compiling kstat-rs v0.2.4 |
2822 | 2024-11-27T18:13:51.288Z | Compiling nanorand v0.7.0 |
2823 | 2024-11-27T18:13:51.798Z | Compiling russh-cryptovec v0.7.3 |
2824 | 2024-11-27T18:13:51.897Z | Compiling atty v0.2.14 |
2825 | 2024-11-27T18:13:52.065Z | Compiling md5 v0.7.0 |
2826 | 2024-11-27T18:13:52.148Z | Compiling rcgen v0.12.1 |
2827 | 2024-11-27T18:13:52.495Z | Compiling russh-keys v0.45.0 |
2828 | 2024-11-27T18:13:52.530Z | Compiling flume v0.11.1 |
2829 | 2024-11-27T18:13:52.594Z | Compiling headers v0.4.0 |
2830 | 2024-11-27T18:13:52.753Z | Compiling trust-dns-proto v0.22.0 |
2831 | 2024-11-27T18:13:53.254Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2832 | 2024-11-27T18:13:54.448Z | Compiling hyper-staticfile v0.10.1 |
2833 | 2024-11-27T18:13:55.650Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2834 | 2024-11-27T18:13:56.290Z | Compiling num-bigint v0.4.6 |
2835 | 2024-11-27T18:13:56.794Z | Compiling des v0.8.1 |
2836 | 2024-11-27T18:13:56.824Z | Compiling subprocess v0.2.9 |
2837 | 2024-11-27T18:13:57.171Z | Compiling display-error-chain v0.2.2 |
2838 | 2024-11-27T18:13:57.174Z | Compiling dhcproto-macros v0.1.0 |
2839 | 2024-11-27T18:13:57.413Z | Compiling hex-literal v0.4.1 |
2840 | 2024-11-27T18:13:57.591Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2841 | 2024-11-27T18:13:57.594Z | Compiling internet-checksum v0.2.1 |
2842 | 2024-11-27T18:13:58.102Z | Compiling dhcproto v0.12.0 |
2843 | 2024-11-27T18:13:59.272Z | Compiling russh v0.45.0 |
2844 | 2024-11-27T18:14:01.573Z | Compiling progenitor v0.8.0 |
2845 | 2024-11-27T18:14:01.706Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2846 | 2024-11-27T18:14:01.710Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2847 | 2024-11-27T18:14:01.710Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2848 | 2024-11-27T18:14:01.710Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2849 | 2024-11-27T18:14:01.710Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2850 | 2024-11-27T18:14:01.710Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2851 | 2024-11-27T18:14:01.805Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2852 | 2024-11-27T18:14:03.147Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2853 | 2024-11-27T18:14:04.048Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2854 | 2024-11-27T18:14:05.895Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2855 | 2024-11-27T18:14:07.029Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2856 | 2024-11-27T18:14:08.417Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2857 | 2024-11-27T18:14:17.826Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2858 | 2024-11-27T18:14:17.826Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2859 | 2024-11-27T18:14:17.829Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2860 | 2024-11-27T18:14:17.829Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2861 | 2024-11-27T18:14:18.762Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2862 | 2024-11-27T18:14:21.019Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2863 | 2024-11-27T18:14:22.108Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2864 | 2024-11-27T18:14:22.697Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2865 | 2024-11-27T18:14:23.241Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2866 | 2024-11-27T18:14:25.909Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2867 | 2024-11-27T18:14:25.996Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2868 | 2024-11-27T18:14:26.783Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2869 | 2024-11-27T18:14:26.862Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2870 | 2024-11-27T18:14:28.535Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2871 | 2024-11-27T18:14:28.556Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2872 | 2024-11-27T18:14:30.087Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2873 | 2024-11-27T18:14:30.730Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2874 | 2024-11-27T18:14:31.156Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2875 | 2024-11-27T18:14:31.329Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2876 | 2024-11-27T18:14:33.556Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2877 | 2024-11-27T18:14:34.055Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2878 | 2024-11-27T18:14:34.662Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2879 | 2024-11-27T18:14:36.424Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2880 | 2024-11-27T18:14:36.953Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2881 | 2024-11-27T18:14:37.057Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2882 | 2024-11-27T18:14:39.975Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2883 | 2024-11-27T18:14:41.127Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2884 | 2024-11-27T18:14:42.090Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2885 | 2024-11-27T18:14:48.460Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2886 | 2024-11-27T18:14:56.554Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2887 | 2024-11-27T18:14:57.860Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2888 | 2024-11-27T18:15:17.538Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2889 | 2024-11-27T18:15:54.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s |
2890 | 2024-11-27T18:15:54.257Z | |
2891 | 2024-11-27T18:15:54.259Z | real 2:43.822557608 |
2892 | 2024-11-27T18:15:54.260Z | user 12:19.936758568 |
2893 | 2024-11-27T18:15:54.260Z | sys 2:44.046804627 |
2894 | 2024-11-27T18:15:54.260Z | trap 0.322834974 |
2895 | 2024-11-27T18:15:54.260Z | tflt 0.950461956 |
2896 | 2024-11-27T18:15:54.260Z | dflt 1.874360690 |
2897 | 2024-11-27T18:15:54.260Z | kflt 0.000035913 |
2898 | 2024-11-27T18:15:54.260Z | lock 25:55.421553319 |
2899 | 2024-11-27T18:15:54.260Z | slp 44:27.709304999 |
2900 | 2024-11-27T18:15:54.260Z | lat 35.385476008 |
2901 | 2024-11-27T18:15:54.260Z | stop 1:29.284755930 |
2902 | 2024-11-27T18:15:54.260Z | + mkdir tests |
2903 | 2024-11-27T18:15:54.262Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2904 | 2024-11-27T18:15:54.263Z | + xargs -I '{}' -t cp '{}' tests/ |
2905 | 2024-11-27T18:15:55.588Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-57efef1619a36231 tests/ |
2906 | 2024-11-27T18:15:55.608Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6dceb9240091c990 tests/ |
2907 | 2024-11-27T18:15:55.627Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-61f1f6fd8149a56c tests/ |
2908 | 2024-11-27T18:15:55.647Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b459b795db4e26ad tests/ |
2909 | 2024-11-27T18:15:55.823Z | + 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/*) |
2910 | 2024-11-27T18:15:55.825Z | + 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-6dceb9240091c990 tests/commtest-61f1f6fd8149a56c tests/dhcp_server-57efef1619a36231 tests/end_to_end_tests-b459b795db4e26ad 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 |
2911 | 2024-11-27T18:17:07.054Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2912 | 2024-11-27T18:17:07.054Z | a .github/buildomat/ci-env.sh 1K |
2913 | 2024-11-27T18:17:07.054Z | a out/target/test 1K |
2914 | 2024-11-27T18:17:07.054Z | a out/npuzone/npuzone 23144K |
2915 | 2024-11-27T18:17:07.054Z | a package-manifest.toml 32K |
2916 | 2024-11-27T18:17:07.054Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2917 | 2024-11-27T18:17:07.054Z | a target/release/omicron-package 36349K |
2918 | 2024-11-27T18:17:07.054Z | a target/release/xtask 11750K |
2919 | 2024-11-27T18:17:07.054Z | a target/debug/bootstrap 210023K |
2920 | 2024-11-27T18:17:07.054Z | a tests/bootstrap-6dceb9240091c990 24246K |
2921 | 2024-11-27T18:17:07.054Z | a tests/commtest-61f1f6fd8149a56c 25022K |
2922 | 2024-11-27T18:17:07.054Z | a tests/dhcp_server-57efef1619a36231 24246K |
2923 | 2024-11-27T18:17:07.054Z | a tests/end_to_end_tests-b459b795db4e26ad 228127K |
2924 | 2024-11-27T18:17:07.054Z | a out/clickhouse.tar.gz 285841K |
2925 | 2024-11-27T18:17:07.054Z | a out/clickhouse_keeper.tar.gz 285830K |
2926 | 2024-11-27T18:17:07.054Z | a out/clickhouse_server.tar.gz 285830K |
2927 | 2024-11-27T18:17:07.054Z | a out/cockroachdb.tar.gz 134564K |
2928 | 2024-11-27T18:17:07.054Z | a out/crucible-dtrace.tar 85K |
2929 | 2024-11-27T18:17:07.054Z | a out/crucible-pantry-zone.tar.gz 28183K |
2930 | 2024-11-27T18:17:07.054Z | a out/crucible-zone.tar.gz 36399K |
2931 | 2024-11-27T18:17:07.054Z | a out/external-dns.tar.gz 35284K |
2932 | 2024-11-27T18:17:07.054Z | a out/internal-dns.tar.gz 35284K |
2933 | 2024-11-27T18:17:07.054Z | a out/mg-ddm-gz.tar 63075K |
2934 | 2024-11-27T18:17:07.054Z | a out/nexus.tar.gz 100434K |
2935 | 2024-11-27T18:17:07.054Z | a out/ntp.tar.gz 10359K |
2936 | 2024-11-27T18:17:07.054Z | a out/omicron-gateway-softnpu.tar.gz 23929K |
2937 | 2024-11-27T18:17:07.054Z | a out/omicron-sled-agent.tar 113613K |
2938 | 2024-11-27T18:17:07.054Z | a out/overlay.tar.gz 3K |
2939 | 2024-11-27T18:17:07.054Z | a out/oximeter.tar.gz 51237K |
2940 | 2024-11-27T18:17:07.054Z | a out/oxlog.tar 3088K |
2941 | 2024-11-27T18:17:07.054Z | a out/probe.tar.gz 2764K |
2942 | 2024-11-27T18:17:07.054Z | a out/propolis-server.tar.gz 66600K |
2943 | 2024-11-27T18:17:07.055Z | a out/pumpkind-gz.tar 26665K |
2944 | 2024-11-27T18:17:07.055Z | a out/switch-softnpu.tar.gz 237358K |
2945 | 2024-11-27T18:17:07.057Z | |
2946 | 2024-11-27T18:17:07.057Z | real 1:11.219351874 |
2947 | 2024-11-27T18:17:07.057Z | user 1:08.119390592 |
2948 | 2024-11-27T18:17:07.058Z | sys 4.327222572 |
2949 | 2024-11-27T18:17:07.058Z | trap 0.017443867 |
2950 | 2024-11-27T18:17:07.058Z | tflt 0.000000000 |
2951 | 2024-11-27T18:17:07.058Z | dflt 0.000000000 |
2952 | 2024-11-27T18:17:07.058Z | kflt 0.000000000 |
2953 | 2024-11-27T18:17:07.058Z | lock 0.000000000 |
2954 | 2024-11-27T18:17:07.058Z | slp 1:08.145564213 |
2955 | 2024-11-27T18:17:07.058Z | lat 1.824605420 |
2956 | 2024-11-27T18:17:07.058Z | stop 0.000230122 |
2957 | 2024-11-27T18:17:07.058Z | process exited: duration 1987700 ms, exit code 0 |
|
2958 | 2024-11-27T18:17:07.071Z | found 1 output files |
2959 | 2024-11-27T18:17:07.071Z | uploading: /work/package.tar.gz (1878208472 bytes) |
2960 | 2024-11-27T18:17:45.789Z | uploaded: /work/package.tar.gz |