|
|
|
1 | 2024-11-22T23:12:36.917Z | job assigned to worker 01JDB2A1ND8SXY9S51PTFJH7QD [factory aws, i-036264d75c6639647] (queued for 1 m 18 s) |
|
2 | 2024-11-22T23:12:45.655Z | starting task 0: "setup" |
3 | 2024-11-22T23:12:45.665Z | ++ uname -s |
4 | 2024-11-22T23:12:45.667Z | + kern=SunOS |
5 | 2024-11-22T23:12:45.667Z | + case "$kern" in |
6 | 2024-11-22T23:12:45.667Z | + groupadd -g 12345 build |
7 | 2024-11-22T23:12:45.670Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-22T23:12:47.675Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-22T23:12:47.777Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-22T23:12:47.780Z | + home_fs=zfs |
11 | 2024-11-22T23:12:47.780Z | + [[ zfs == autofs ]] |
12 | 2024-11-22T23:12:47.780Z | + mkdir -p /home/build |
13 | 2024-11-22T23:12:47.782Z | + chown build:build /home/build /work |
14 | 2024-11-22T23:12:49.783Z | + chmod 0700 /home/build /work |
15 | 2024-11-22T23:12:49.786Z | process exited: duration 4131 ms, exit code 0 |
|
16 | 2024-11-22T23:12:49.791Z | starting task 1: "rust-toolchain" |
17 | 2024-11-22T23:12:49.796Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-22T23:12:49.796Z | ' 1.81.0 |
19 | 2024-11-22T23:12:49.796Z | * toolchain channel = "1.81.0" |
20 | 2024-11-22T23:12:49.796Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-22T23:12:49.796Z | ' default |
22 | 2024-11-22T23:12:49.796Z | * toolchain profile = "default" |
23 | 2024-11-22T23:12:49.798Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-22T23:12:49.798Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-22T23:12:49.917Z | info: downloading installer |
26 | 2024-11-22T23:12:51.382Z | info: profile set to 'default' |
27 | 2024-11-22T23:12:51.382Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-22T23:12:51.385Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-22T23:12:51.522Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-22T23:12:51.522Z | info: downloading component 'cargo' |
31 | 2024-11-22T23:12:52.243Z | info: downloading component 'clippy' |
32 | 2024-11-22T23:12:52.514Z | info: downloading component 'rust-docs' |
33 | 2024-11-22T23:12:53.514Z | info: downloading component 'rust-std' |
34 | 2024-11-22T23:12:55.058Z | info: downloading component 'rustc' |
35 | 2024-11-22T23:13:00.613Z | info: downloading component 'rustfmt' |
36 | 2024-11-22T23:13:00.823Z | info: installing component 'cargo' |
37 | 2024-11-22T23:13:01.613Z | info: installing component 'clippy' |
38 | 2024-11-22T23:13:01.960Z | info: installing component 'rust-docs' |
39 | 2024-11-22T23:13:03.571Z | info: installing component 'rust-std' |
40 | 2024-11-22T23:13:05.225Z | info: installing component 'rustc' |
41 | 2024-11-22T23:13:10.652Z | info: installing component 'rustfmt' |
42 | 2024-11-22T23:13:11.025Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-22T23:13:11.025Z | |
44 | 2024-11-22T23:13:11.395Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-22T23:13:11.395Z | |
46 | 2024-11-22T23:13:11.399Z | |
47 | 2024-11-22T23:13:11.399Z | Rust is installed now. Great! |
48 | 2024-11-22T23:13:11.399Z | |
49 | 2024-11-22T23:13:11.399Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-22T23:13:11.399Z | environment variable. This has not been done automatically. |
51 | 2024-11-22T23:13:11.399Z | |
52 | 2024-11-22T23:13:11.399Z | To configure your current shell, you need to source |
53 | 2024-11-22T23:13:11.399Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-22T23:13:11.399Z | |
55 | 2024-11-22T23:13:11.399Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-22T23:13:11.399Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-22T23:13:11.399Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-22T23:13:11.467Z | + rustc --version |
59 | 2024-11-22T23:13:11.528Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-22T23:13:11.532Z | process exited: duration 21737 ms, exit code 0 |
|
61 | 2024-11-22T23:13:11.537Z | starting task 2: "authentication" |
62 | 2024-11-22T23:13:11.557Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-22T23:13:11.561Z | starting task 3: "clone repository" |
64 | 2024-11-22T23:13:11.568Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-22T23:13:11.572Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-22T23:13:13.080Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-22T23:13:20.025Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-22T23:13:20.028Z | + git fetch origin 20b4c6c48f7b1cb7935133979f44b23829b79f30 |
69 | 2024-11-22T23:13:20.331Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-22T23:13:20.331Z | * branch 20b4c6c48f7b1cb7935133979f44b23829b79f30 -> FETCH_HEAD |
71 | 2024-11-22T23:13:20.342Z | + [[ -n oxql-query-planner ]] |
72 | 2024-11-22T23:13:20.347Z | ++ git branch --show-current |
73 | 2024-11-22T23:13:20.347Z | + current=main |
74 | 2024-11-22T23:13:20.347Z | + [[ main != oxql-query-planner ]] |
75 | 2024-11-22T23:13:20.347Z | + git branch -f oxql-query-planner 20b4c6c48f7b1cb7935133979f44b23829b79f30 |
76 | 2024-11-22T23:13:20.351Z | + git checkout -f oxql-query-planner |
77 | 2024-11-22T23:13:20.525Z | Switched to branch 'oxql-query-planner' |
78 | 2024-11-22T23:13:20.528Z | + git reset --hard 20b4c6c48f7b1cb7935133979f44b23829b79f30 |
79 | 2024-11-22T23:13:20.696Z | HEAD is now at 20b4c6c48 Add a query planner for OxQL |
80 | 2024-11-22T23:13:20.699Z | process exited: duration 9134 ms, exit code 0 |
|
81 | 2024-11-22T23:13:20.704Z | starting task 4: "build" |
82 | 2024-11-22T23:13:20.710Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-22T23:13:20.710Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-22T23:13:20.713Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-22T23:13:20.714Z | + cargo --version |
86 | 2024-11-22T23:13:20.769Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-22T23:13:20.773Z | + rustc --version |
88 | 2024-11-22T23:13:20.829Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-22T23:13:20.831Z | + WORK=/work |
90 | 2024-11-22T23:13:20.831Z | + pfexec mkdir -p /work |
91 | 2024-11-22T23:13:20.835Z | + pfexec chown build /work |
92 | 2024-11-22T23:13:20.837Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-22T23:13:36.218Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-22T23:13:39.981Z | Startup: Caching catalogs ... Done |
95 | 2024-11-22T23:13:48.865Z | Planning: Solver setup ... Done (8.125s) |
96 | 2024-11-22T23:13:48.975Z | Planning: Running solver ... Done (0.111s) |
97 | 2024-11-22T23:13:49.547Z | Planning: Finding local manifests ... Done (0.078s) |
98 | 2024-11-22T23:13:49.550Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-22T23:13:49.550Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-22T23:13:49.578Z | Planning: Package planning ... Done (0.201s) |
101 | 2024-11-22T23:13:49.633Z | Planning: Merging actions ... Done (0.055s) |
102 | 2024-11-22T23:13:50.179Z | Planning: Checking for conflicting actions ... Done (0.546s) |
103 | 2024-11-22T23:13:54.654Z | Planning: Consolidating action changes ... Done (4.474s) |
104 | 2024-11-22T23:13:55.041Z | Planning: Evaluating mediators ... Done (0.387s) |
105 | 2024-11-22T23:13:55.174Z | Planning: Planning completed in 15.10 seconds |
106 | 2024-11-22T23:13:55.186Z | Packages to install: 4 |
107 | 2024-11-22T23:13:55.189Z | Packages to update: 1 |
108 | 2024-11-22T23:13:55.189Z | Mediators to change: 2 |
109 | 2024-11-22T23:13:55.189Z | Services to change: 1 |
110 | 2024-11-22T23:13:55.189Z | Estimated space available: 155.64 GB |
111 | 2024-11-22T23:13:55.189Z | Estimated space to be consumed: 1.60 GB |
112 | 2024-11-22T23:13:55.189Z | Create boot environment: No |
113 | 2024-11-22T23:13:55.189Z | Create backup boot environment: Yes |
114 | 2024-11-22T23:13:55.189Z | Rebuild boot archive: No |
115 | 2024-11-22T23:13:55.189Z | |
116 | 2024-11-22T23:13:55.189Z | Changed mediators: |
117 | 2024-11-22T23:13:55.189Z | mediator clang: |
118 | 2024-11-22T23:13:55.189Z | version: None -> 15 (system default) |
119 | 2024-11-22T23:13:55.189Z | |
120 | 2024-11-22T23:13:55.189Z | mediator llvm: |
121 | 2024-11-22T23:13:55.189Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-22T23:13:55.189Z | |
123 | 2024-11-22T23:13:55.189Z | Changed packages: |
124 | 2024-11-22T23:13:55.189Z | helios-dev |
125 | 2024-11-22T23:13:55.189Z | developer/build-essential |
126 | 2024-11-22T23:13:55.189Z | None -> 11-2.0 |
127 | 2024-11-22T23:13:55.189Z | library/libxmlsec1 |
128 | 2024-11-22T23:13:55.189Z | None -> 1.2.35-2.0 |
129 | 2024-11-22T23:13:55.189Z | ooce/developer/clang-15 |
130 | 2024-11-22T23:13:55.190Z | None -> 15.0.7-2.0 |
131 | 2024-11-22T23:13:55.190Z | ooce/developer/llvm-15 |
132 | 2024-11-22T23:13:55.190Z | None -> 15.0.7-2.0 |
133 | 2024-11-22T23:13:55.190Z | package/pkg |
134 | 2024-11-22T23:13:55.190Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-22T23:13:55.190Z | |
136 | 2024-11-22T23:13:55.190Z | Services: |
137 | 2024-11-22T23:13:55.190Z | restart_fmri: |
138 | 2024-11-22T23:13:55.190Z | svc:/system/update-man-index:default |
139 | 2024-11-22T23:13:55.190Z | |
140 | 2024-11-22T23:13:55.190Z | Editable files to change: |
141 | 2024-11-22T23:13:55.190Z | Update: |
142 | 2024-11-22T23:13:55.190Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-22T23:13:55.388Z | |
144 | 2024-11-22T23:13:55.388Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-22T23:14:00.391Z | Download: 1384/4281 items 105.9/220.6MB 47% complete (21.4M/s) |
146 | 2024-11-22T23:14:05.404Z | Download: 3199/4281 items 160.1/220.6MB 72% complete (16.0M/s) |
147 | 2024-11-22T23:14:10.399Z | Download: Completed 220.60 MB in 15.01 seconds (14.7M/s) |
148 | 2024-11-22T23:14:12.808Z | Actions: 1/5063 actions (Removing old actions) |
149 | 2024-11-22T23:14:12.825Z | Actions: 194/5063 actions (Installing new actions) |
150 | 2024-11-22T23:14:17.876Z | Actions: 4127/5063 actions (Installing new actions) |
151 | 2024-11-22T23:14:17.924Z | Actions: 4226/5063 actions (Updating modified actions) |
152 | 2024-11-22T23:14:18.260Z | Actions: Completed 5063 actions in 5.45 seconds. |
153 | 2024-11-22T23:14:18.635Z | Done (0.368s) |
154 | 2024-11-22T23:14:18.638Z | Done (0.000s) |
155 | 2024-11-22T23:14:19.161Z | Done (0.523s) |
156 | 2024-11-22T23:14:24.674Z | Done (5.297s) |
157 | 2024-11-22T23:14:24.942Z | Done (0.201s) |
158 | 2024-11-22T23:14:24.944Z | Done (0.000s) |
159 | 2024-11-22T23:14:25.149Z | Done (0.000s) |
160 | 2024-11-22T23:14:25.804Z | Planning: Evaluating mediator changes ... Done |
161 | 2024-11-22T23:14:25.967Z | Planning: Checking for conflicting actions ... Done |
162 | 2024-11-22T23:14:25.969Z | Planning: Consolidating action changes ... Done |
163 | 2024-11-22T23:14:26.229Z | Planning: Evaluating mediators ... Done |
164 | 2024-11-22T23:14:26.231Z | Planning: Planning completed in 0.43 seconds |
165 | 2024-11-22T23:14:26.268Z | Mediators to change: 2 |
166 | 2024-11-22T23:14:26.270Z | Create boot environment: No |
167 | 2024-11-22T23:14:26.271Z | Create backup boot environment: No |
168 | 2024-11-22T23:14:26.347Z | Done |
169 | 2024-11-22T23:14:26.347Z | Done |
170 | 2024-11-22T23:14:26.722Z | Done |
171 | 2024-11-22T23:14:30.251Z | Done |
172 | 2024-11-22T23:14:30.342Z | Done |
173 | 2024-11-22T23:14:30.346Z | Done |
174 | 2024-11-22T23:14:30.462Z | Done |
175 | 2024-11-22T23:14:31.058Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-11-22T23:14:31.061Z | Planning: Merging actions ... Done |
177 | 2024-11-22T23:14:31.249Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-11-22T23:14:31.251Z | Planning: Consolidating action changes ... Done |
179 | 2024-11-22T23:14:31.509Z | Planning: Evaluating mediators ... Done |
180 | 2024-11-22T23:14:31.562Z | Planning: Planning completed in 0.74 seconds |
181 | 2024-11-22T23:14:31.601Z | Packages to change: 1 |
182 | 2024-11-22T23:14:31.604Z | Mediators to change: 1 |
183 | 2024-11-22T23:14:31.604Z | Services to change: 1 |
184 | 2024-11-22T23:14:31.604Z | Create boot environment: No |
185 | 2024-11-22T23:14:31.604Z | Create backup boot environment: Yes |
186 | 2024-11-22T23:14:33.797Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2024-11-22T23:14:33.834Z | Actions: Completed 6 actions in 0.04 seconds. |
188 | 2024-11-22T23:14:33.837Z | Done |
189 | 2024-11-22T23:14:33.837Z | Done |
190 | 2024-11-22T23:14:33.944Z | Done |
191 | 2024-11-22T23:14:37.505Z | Done |
192 | 2024-11-22T23:14:37.599Z | Done |
193 | 2024-11-22T23:14:37.601Z | Done |
194 | 2024-11-22T23:14:37.729Z | Done |
195 | 2024-11-22T23:14:38.158Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2024-11-22T23:14:38.158Z | clang system 15 system |
197 | 2024-11-22T23:14:38.158Z | csh system system illumos |
198 | 2024-11-22T23:14:38.158Z | ctags system system illumos |
199 | 2024-11-22T23:14:38.158Z | gcc vendor 12 vendor |
200 | 2024-11-22T23:14:38.158Z | gcc system 10 system |
201 | 2024-11-22T23:14:38.158Z | gcc system 7 system |
202 | 2024-11-22T23:14:38.158Z | go system 1.20 system |
203 | 2024-11-22T23:14:38.158Z | go system 1.19 system |
204 | 2024-11-22T23:14:38.158Z | llvm system 15 system |
205 | 2024-11-22T23:14:38.158Z | llvm system 14 system |
206 | 2024-11-22T23:14:38.158Z | mariadb system 10.6 system |
207 | 2024-11-22T23:14:38.158Z | mta vendor vendor dma |
208 | 2024-11-22T23:14:38.158Z | openjdk system 17 system |
209 | 2024-11-22T23:14:38.158Z | openjdk system 11 system |
210 | 2024-11-22T23:14:38.158Z | openjdk system 1.8 system |
211 | 2024-11-22T23:14:38.158Z | openssl vendor 3 vendor |
212 | 2024-11-22T23:14:38.159Z | perl system 5.36 system |
213 | 2024-11-22T23:14:38.159Z | postgresql system 15 system |
214 | 2024-11-22T23:14:38.159Z | postgresql system 13 system |
215 | 2024-11-22T23:14:38.159Z | python vendor 3 vendor |
216 | 2024-11-22T23:14:38.159Z | python system 2 system |
217 | 2024-11-22T23:14:38.159Z | python3 system 3.11 system |
218 | 2024-11-22T23:14:38.159Z | ruby system 3.0 system |
219 | 2024-11-22T23:14:38.159Z | words vendor vendor american-english |
220 | 2024-11-22T23:14:38.159Z | words system system australian-english |
221 | 2024-11-22T23:14:38.159Z | words system system british-english |
222 | 2024-11-22T23:14:38.159Z | words system system canadian-english |
223 | 2024-11-22T23:14:38.159Z | words system system french |
224 | 2024-11-22T23:14:38.159Z | words system system italian |
225 | 2024-11-22T23:14:38.159Z | words system system ngerman |
226 | 2024-11-22T23:14:38.159Z | words system system ogerman |
227 | 2024-11-22T23:14:38.159Z | words system system spanish |
228 | 2024-11-22T23:14:38.488Z | PUBLISHER TYPE STATUS P LOCATION |
229 | 2024-11-22T23:14:38.488Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
230 | 2024-11-22T23:14:41.053Z | FMRI IFO |
231 | 2024-11-22T23:14:41.053Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-11-22T23:14:41.053Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-11-22T23:14:41.053Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-11-22T23:14:41.053Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-11-22T23:14:41.053Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
236 | 2024-11-22T23:14:41.053Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2024-11-22T23:14:41.053Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
238 | 2024-11-22T23:14:41.053Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
239 | 2024-11-22T23:14:41.053Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
240 | 2024-11-22T23:14:41.053Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
241 | 2024-11-22T23:14:41.055Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
242 | 2024-11-22T23:14:41.055Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
243 | 2024-11-22T23:14:41.055Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
244 | 2024-11-22T23:14:41.055Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
245 | 2024-11-22T23:14:41.055Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
246 | 2024-11-22T23:14:41.784Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
247 | 2024-11-22T23:14:42.125Z | Updating crates.io index |
248 | 2024-11-22T23:14:42.128Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
249 | 2024-11-22T23:14:42.981Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
250 | 2024-11-22T23:14:43.222Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
251 | 2024-11-22T23:14:43.564Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
252 | 2024-11-22T23:14:43.830Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
253 | 2024-11-22T23:14:44.685Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
254 | 2024-11-22T23:14:47.184Z | Updating git repository `https://github.com/oxidecomputer/opte` |
255 | 2024-11-22T23:14:48.256Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
256 | 2024-11-22T23:14:49.045Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
257 | 2024-11-22T23:14:49.307Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
258 | 2024-11-22T23:14:49.628Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
259 | 2024-11-22T23:14:50.187Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
260 | 2024-11-22T23:14:50.484Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
261 | 2024-11-22T23:14:50.862Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
262 | 2024-11-22T23:14:51.132Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
263 | 2024-11-22T23:14:51.405Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
264 | 2024-11-22T23:14:51.672Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
265 | 2024-11-22T23:14:51.957Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
266 | 2024-11-22T23:14:52.239Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
267 | 2024-11-22T23:14:52.567Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
268 | 2024-11-22T23:14:52.855Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
269 | 2024-11-22T23:14:53.403Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
270 | 2024-11-22T23:14:53.713Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
271 | 2024-11-22T23:14:54.381Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
272 | 2024-11-22T23:14:54.759Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
273 | 2024-11-22T23:14:55.172Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
274 | 2024-11-22T23:14:55.493Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
275 | 2024-11-22T23:14:55.785Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
276 | 2024-11-22T23:14:56.053Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
277 | 2024-11-22T23:14:57.400Z | Downloading crates ... |
278 | 2024-11-22T23:14:57.450Z | Downloaded anstyle-query v1.1.1 |
279 | 2024-11-22T23:14:57.456Z | Downloaded colorchoice v1.0.2 |
280 | 2024-11-22T23:14:57.458Z | Downloaded cfg-if v1.0.0 |
281 | 2024-11-22T23:14:57.461Z | Downloaded byteorder v1.5.0 |
282 | 2024-11-22T23:14:57.470Z | Downloaded swrite v0.1.0 |
283 | 2024-11-22T23:14:57.474Z | Downloaded usdt-macro v0.5.0 |
284 | 2024-11-22T23:14:57.476Z | Downloaded dtrace-parser v0.2.0 |
285 | 2024-11-22T23:14:57.479Z | Downloaded cargo-platform v0.1.8 |
286 | 2024-11-22T23:14:57.479Z | Downloaded serde_spanned v0.6.8 |
287 | 2024-11-22T23:14:57.479Z | Downloaded scroll v0.12.0 |
288 | 2024-11-22T23:14:57.482Z | Downloaded fnv v1.0.7 |
289 | 2024-11-22T23:14:57.482Z | Downloaded unicode-linebreak v0.1.5 |
290 | 2024-11-22T23:14:57.485Z | Downloaded thiserror-impl v1.0.69 |
291 | 2024-11-22T23:14:57.485Z | Downloaded usdt v0.5.0 |
292 | 2024-11-22T23:14:57.485Z | Downloaded itoa v1.0.11 |
293 | 2024-11-22T23:14:57.487Z | Downloaded quote v1.0.37 |
294 | 2024-11-22T23:14:57.492Z | Downloaded ucd-trie v0.1.7 |
295 | 2024-11-22T23:14:57.495Z | Downloaded pest_derive v2.7.14 |
296 | 2024-11-22T23:14:57.497Z | Downloaded papergrid v0.11.0 |
297 | 2024-11-22T23:14:57.505Z | Downloaded indexmap v2.6.0 |
298 | 2024-11-22T23:14:57.507Z | Downloaded autocfg v1.4.0 |
299 | 2024-11-22T23:14:57.507Z | Downloaded anyhow v1.0.93 |
300 | 2024-11-22T23:14:57.510Z | Downloaded anstyle v1.0.10 |
301 | 2024-11-22T23:14:57.513Z | Downloaded anstream v0.6.15 |
302 | 2024-11-22T23:14:57.515Z | Downloaded cpufeatures v0.2.14 |
303 | 2024-11-22T23:14:57.517Z | Downloaded cargo_metadata v0.18.1 |
304 | 2024-11-22T23:14:57.517Z | Downloaded camino v1.1.9 |
305 | 2024-11-22T23:14:57.519Z | Downloaded digest v0.10.7 |
306 | 2024-11-22T23:14:57.522Z | Downloaded clap_derive v4.5.18 |
307 | 2024-11-22T23:14:57.525Z | Downloaded cargo_toml v0.20.5 |
308 | 2024-11-22T23:14:57.525Z | Downloaded bitflags v2.6.0 |
309 | 2024-11-22T23:14:57.528Z | Downloaded clap v4.5.21 |
310 | 2024-11-22T23:14:57.536Z | Downloaded proc-macro-error-attr v1.0.4 |
311 | 2024-11-22T23:14:57.539Z | Downloaded is_terminal_polyfill v1.70.1 |
312 | 2024-11-22T23:14:57.539Z | Downloaded log v0.4.22 |
313 | 2024-11-22T23:14:57.541Z | Downloaded equivalent v1.0.1 |
314 | 2024-11-22T23:14:57.544Z | Downloaded camino-tempfile v1.1.1 |
315 | 2024-11-22T23:14:57.544Z | Downloaded bytecount v0.6.8 |
316 | 2024-11-22T23:14:57.546Z | Downloaded crypto-common v0.1.6 |
317 | 2024-11-22T23:14:57.546Z | Downloaded generic-array v0.14.7 |
318 | 2024-11-22T23:14:57.549Z | Downloaded fastrand v2.1.1 |
319 | 2024-11-22T23:14:57.549Z | Downloaded clap_lex v0.7.2 |
320 | 2024-11-22T23:14:57.551Z | Downloaded block-buffer v0.10.4 |
321 | 2024-11-22T23:14:57.551Z | Downloaded anstyle-parse v0.2.5 |
322 | 2024-11-22T23:14:57.553Z | Downloaded clap_builder v4.5.21 |
323 | 2024-11-22T23:14:57.559Z | Downloaded toml_datetime v0.6.8 |
324 | 2024-11-22T23:14:57.562Z | Downloaded serde_tokenstream v0.2.2 |
325 | 2024-11-22T23:14:57.562Z | Downloaded heck v0.4.1 |
326 | 2024-11-22T23:14:57.565Z | Downloaded macaddr v1.0.1 |
327 | 2024-11-22T23:14:57.567Z | Downloaded scroll_derive v0.12.0 |
328 | 2024-11-22T23:14:57.567Z | Downloaded pretty-hex v0.4.1 |
329 | 2024-11-22T23:14:57.567Z | Downloaded heck v0.5.0 |
330 | 2024-11-22T23:14:57.571Z | Downloaded dof v0.3.0 |
331 | 2024-11-22T23:14:57.574Z | Downloaded usdt-attr-macro v0.5.0 |
332 | 2024-11-22T23:14:57.578Z | Downloaded sha2 v0.10.8 |
333 | 2024-11-22T23:14:57.581Z | Downloaded errno v0.3.9 |
334 | 2024-11-22T23:14:57.583Z | Downloaded plain v0.2.3 |
335 | 2024-11-22T23:14:57.583Z | Downloaded memmap v0.7.0 |
336 | 2024-11-22T23:14:57.586Z | Downloaded semver v1.0.23 |
337 | 2024-11-22T23:14:57.590Z | Downloaded smawk v0.3.2 |
338 | 2024-11-22T23:14:57.592Z | Downloaded pest_generator v2.7.14 |
339 | 2024-11-22T23:14:57.594Z | Downloaded proc-macro-error v1.0.4 |
340 | 2024-11-22T23:14:57.598Z | Downloaded thread-id v4.2.2 |
341 | 2024-11-22T23:14:57.601Z | Downloaded tabled_derive v0.7.0 |
342 | 2024-11-22T23:14:57.603Z | Downloaded terminal_size v0.4.0 |
343 | 2024-11-22T23:14:57.606Z | Downloaded strsim v0.11.1 |
344 | 2024-11-22T23:14:57.613Z | Downloaded once_cell v1.20.2 |
345 | 2024-11-22T23:14:57.616Z | Downloaded version_check v0.9.5 |
346 | 2024-11-22T23:14:57.622Z | Downloaded usdt-impl v0.5.0 |
347 | 2024-11-22T23:14:57.624Z | Downloaded tempfile v3.13.0 |
348 | 2024-11-22T23:14:57.626Z | Downloaded thiserror v1.0.69 |
349 | 2024-11-22T23:14:57.630Z | Downloaded utf8parse v0.2.2 |
350 | 2024-11-22T23:14:57.633Z | Downloaded fs-err v2.11.0 |
351 | 2024-11-22T23:14:57.639Z | Downloaded typenum v1.17.0 |
352 | 2024-11-22T23:14:57.643Z | Downloaded zerocopy-derive v0.7.35 |
353 | 2024-11-22T23:14:57.648Z | Downloaded pest_meta v2.7.14 |
354 | 2024-11-22T23:14:57.650Z | Downloaded proc-macro2 v1.0.89 |
355 | 2024-11-22T23:14:57.653Z | Downloaded unicode-ident v1.0.13 |
356 | 2024-11-22T23:14:57.656Z | Downloaded toml v0.8.19 |
357 | 2024-11-22T23:14:57.660Z | Downloaded serde v1.0.215 |
358 | 2024-11-22T23:14:57.663Z | Downloaded ryu v1.0.18 |
359 | 2024-11-22T23:14:57.668Z | Downloaded serde_derive v1.0.215 |
360 | 2024-11-22T23:14:57.673Z | Downloaded textwrap v0.16.1 |
361 | 2024-11-22T23:14:57.677Z | Downloaded memchr v2.7.4 |
362 | 2024-11-22T23:14:57.703Z | Downloaded toml_edit v0.22.22 |
363 | 2024-11-22T23:14:57.744Z | Downloaded pest v2.7.14 |
364 | 2024-11-22T23:14:57.752Z | Downloaded zerocopy v0.7.35 |
365 | 2024-11-22T23:14:57.767Z | Downloaded serde_json v1.0.132 |
366 | 2024-11-22T23:14:57.774Z | Downloaded winnow v0.6.20 |
367 | 2024-11-22T23:14:57.783Z | Downloaded tabled v0.15.0 |
368 | 2024-11-22T23:14:57.798Z | Downloaded goblin v0.8.2 |
369 | 2024-11-22T23:14:57.804Z | Downloaded hashbrown v0.15.0 |
370 | 2024-11-22T23:14:57.818Z | Downloaded syn v1.0.109 |
371 | 2024-11-22T23:14:57.828Z | Downloaded unicode-width v0.1.14 |
372 | 2024-11-22T23:14:57.833Z | Downloaded rustix v0.38.37 |
373 | 2024-11-22T23:14:57.855Z | Downloaded syn v2.0.87 |
374 | 2024-11-22T23:14:57.884Z | Downloaded libc v0.2.162 |
375 | 2024-11-22T23:14:58.195Z | Compiling proc-macro2 v1.0.89 |
376 | 2024-11-22T23:14:58.196Z | Compiling unicode-ident v1.0.13 |
377 | 2024-11-22T23:14:58.198Z | Compiling serde v1.0.215 |
378 | 2024-11-22T23:14:58.198Z | Compiling version_check v0.9.5 |
379 | 2024-11-22T23:14:58.198Z | Compiling memchr v2.7.4 |
380 | 2024-11-22T23:14:58.198Z | Compiling thiserror v1.0.69 |
381 | 2024-11-22T23:14:58.231Z | Compiling libc v0.2.162 |
382 | 2024-11-22T23:14:58.233Z | Compiling ucd-trie v0.1.7 |
383 | 2024-11-22T23:14:58.470Z | Compiling itoa v1.0.11 |
384 | 2024-11-22T23:14:58.696Z | Compiling ryu v1.0.18 |
385 | 2024-11-22T23:14:59.000Z | Compiling once_cell v1.20.2 |
386 | 2024-11-22T23:14:59.018Z | Compiling byteorder v1.5.0 |
387 | 2024-11-22T23:14:59.322Z | Compiling serde_json v1.0.132 |
388 | 2024-11-22T23:14:59.348Z | Compiling rustix v0.38.37 |
389 | 2024-11-22T23:14:59.689Z | Compiling bitflags v2.6.0 |
390 | 2024-11-22T23:14:59.752Z | Compiling usdt-impl v0.5.0 |
391 | 2024-11-22T23:14:59.806Z | Compiling proc-macro-error-attr v1.0.4 |
392 | 2024-11-22T23:15:00.069Z | Compiling syn v1.0.109 |
393 | 2024-11-22T23:15:00.140Z | Compiling proc-macro-error v1.0.4 |
394 | 2024-11-22T23:15:00.165Z | Compiling hashbrown v0.15.0 |
395 | 2024-11-22T23:15:00.188Z | Compiling plain v0.2.3 |
396 | 2024-11-22T23:15:00.237Z | Compiling utf8parse v0.2.2 |
397 | 2024-11-22T23:15:00.358Z | Compiling log v0.4.22 |
398 | 2024-11-22T23:15:00.409Z | Compiling equivalent v1.0.1 |
399 | 2024-11-22T23:15:00.409Z | Compiling camino v1.1.9 |
400 | 2024-11-22T23:15:00.639Z | Compiling quote v1.0.37 |
401 | 2024-11-22T23:15:00.736Z | Compiling anstyle-parse v0.2.5 |
402 | 2024-11-22T23:15:01.084Z | Compiling syn v2.0.87 |
403 | 2024-11-22T23:15:01.109Z | Compiling errno v0.3.9 |
404 | 2024-11-22T23:15:01.112Z | Compiling thread-id v4.2.2 |
405 | 2024-11-22T23:15:01.247Z | Compiling autocfg v1.4.0 |
406 | 2024-11-22T23:15:01.332Z | Compiling indexmap v2.6.0 |
407 | 2024-11-22T23:15:01.336Z | Compiling colorchoice v1.0.2 |
408 | 2024-11-22T23:15:01.360Z | Compiling winnow v0.6.20 |
409 | 2024-11-22T23:15:01.516Z | Compiling anstyle v1.0.10 |
410 | 2024-11-22T23:15:01.964Z | Compiling semver v1.0.23 |
411 | 2024-11-22T23:15:02.439Z | Compiling unicode-width v0.1.14 |
412 | 2024-11-22T23:15:02.498Z | Compiling pretty-hex v0.4.1 |
413 | 2024-11-22T23:15:02.586Z | Compiling anstyle-query v1.1.1 |
414 | 2024-11-22T23:15:02.723Z | Compiling is_terminal_polyfill v1.70.1 |
415 | 2024-11-22T23:15:02.793Z | Compiling fs-err v2.11.0 |
416 | 2024-11-22T23:15:02.871Z | Compiling anstream v0.6.15 |
417 | 2024-11-22T23:15:03.028Z | Compiling strsim v0.11.1 |
418 | 2024-11-22T23:15:03.074Z | Compiling anyhow v1.0.93 |
419 | 2024-11-22T23:15:03.125Z | Compiling clap_lex v0.7.2 |
420 | 2024-11-22T23:15:03.663Z | Compiling terminal_size v0.4.0 |
421 | 2024-11-22T23:15:03.687Z | Compiling cfg-if v1.0.0 |
422 | 2024-11-22T23:15:03.754Z | Compiling fastrand v2.1.1 |
423 | 2024-11-22T23:15:03.863Z | Compiling heck v0.5.0 |
424 | 2024-11-22T23:15:04.194Z | Compiling fnv v1.0.7 |
425 | 2024-11-22T23:15:04.220Z | Compiling bytecount v0.6.8 |
426 | 2024-11-22T23:15:04.306Z | Compiling heck v0.4.1 |
427 | 2024-11-22T23:15:04.337Z | Compiling tempfile v3.13.0 |
428 | 2024-11-22T23:15:04.390Z | Compiling papergrid v0.11.0 |
429 | 2024-11-22T23:15:04.426Z | Compiling clap_builder v4.5.21 |
430 | 2024-11-22T23:15:04.935Z | Compiling memmap v0.7.0 |
431 | 2024-11-22T23:15:05.039Z | Compiling unicode-linebreak v0.1.5 |
432 | 2024-11-22T23:15:05.217Z | Compiling smawk v0.3.2 |
433 | 2024-11-22T23:15:05.427Z | Compiling swrite v0.1.0 |
434 | 2024-11-22T23:15:05.536Z | Compiling textwrap v0.16.1 |
435 | 2024-11-22T23:15:06.714Z | Compiling tabled_derive v0.7.0 |
436 | 2024-11-22T23:15:08.239Z | Compiling tabled v0.15.0 |
437 | 2024-11-22T23:15:09.904Z | Compiling serde_derive v1.0.215 |
438 | 2024-11-22T23:15:09.908Z | Compiling thiserror-impl v1.0.69 |
439 | 2024-11-22T23:15:09.908Z | Compiling zerocopy-derive v0.7.35 |
440 | 2024-11-22T23:15:09.908Z | Compiling scroll_derive v0.12.0 |
441 | 2024-11-22T23:15:09.954Z | Compiling clap_derive v4.5.18 |
442 | 2024-11-22T23:15:11.231Z | Compiling scroll v0.12.0 |
443 | 2024-11-22T23:15:11.709Z | Compiling goblin v0.8.2 |
444 | 2024-11-22T23:15:11.876Z | Compiling zerocopy v0.7.35 |
445 | 2024-11-22T23:15:13.799Z | Compiling clap v4.5.21 |
446 | 2024-11-22T23:15:15.008Z | Compiling pest v2.7.14 |
447 | 2024-11-22T23:15:16.626Z | Compiling pest_meta v2.7.14 |
448 | 2024-11-22T23:15:17.812Z | Compiling pest_generator v2.7.14 |
449 | 2024-11-22T23:15:19.329Z | Compiling pest_derive v2.7.14 |
450 | 2024-11-22T23:15:19.477Z | Compiling serde_spanned v0.6.8 |
451 | 2024-11-22T23:15:19.477Z | Compiling toml_datetime v0.6.8 |
452 | 2024-11-22T23:15:19.866Z | Compiling serde_tokenstream v0.2.2 |
453 | 2024-11-22T23:15:19.990Z | Compiling dtrace-parser v0.2.0 |
454 | 2024-11-22T23:15:20.041Z | Compiling toml_edit v0.22.22 |
455 | 2024-11-22T23:15:20.179Z | Compiling cargo-platform v0.1.8 |
456 | 2024-11-22T23:15:20.211Z | Compiling macaddr v1.0.1 |
457 | 2024-11-22T23:15:20.468Z | Compiling camino-tempfile v1.1.1 |
458 | 2024-11-22T23:15:21.271Z | Compiling dof v0.3.0 |
459 | 2024-11-22T23:15:21.271Z | Compiling cargo_metadata v0.18.1 |
460 | 2024-11-22T23:15:23.035Z | Compiling toml v0.8.19 |
461 | 2024-11-22T23:15:23.158Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-11-22T23:15:23.158Z | Compiling usdt-macro v0.5.0 |
463 | 2024-11-22T23:15:23.909Z | Compiling cargo_toml v0.20.5 |
464 | 2024-11-22T23:15:24.535Z | Compiling usdt v0.5.0 |
465 | 2024-11-22T23:15:27.377Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
466 | 2024-11-22T23:15:31.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.95s |
467 | 2024-11-22T23:15:31.774Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
468 | 2024-11-22T23:15:32.304Z | Downloading crates ... |
469 | 2024-11-22T23:15:32.453Z | Downloaded async-recursion v1.1.1 |
470 | 2024-11-22T23:15:32.457Z | Downloaded cassowary v0.3.0 |
471 | 2024-11-22T23:15:32.460Z | Downloaded bitfield v0.14.0 |
472 | 2024-11-22T23:15:32.463Z | Downloaded aead v0.5.2 |
473 | 2024-11-22T23:15:32.463Z | Downloaded adler2 v2.0.0 |
474 | 2024-11-22T23:15:32.465Z | Downloaded assert_matches v1.5.0 |
475 | 2024-11-22T23:15:32.468Z | Downloaded arrayvec v0.7.6 |
476 | 2024-11-22T23:15:32.470Z | Downloaded array-init v0.0.4 |
477 | 2024-11-22T23:15:32.473Z | Downloaded ahash v0.8.11 |
478 | 2024-11-22T23:15:32.476Z | Downloaded icu_properties v1.5.1 |
479 | 2024-11-22T23:15:32.480Z | Downloaded managed v0.8.0 |
480 | 2024-11-22T23:15:32.483Z | Downloaded allocator-api2 v0.2.18 |
481 | 2024-11-22T23:15:32.488Z | Downloaded aes-gcm v0.10.3 |
482 | 2024-11-22T23:15:32.491Z | Downloaded lock_api v0.4.12 |
483 | 2024-11-22T23:15:32.491Z | Downloaded ascii-canvas v3.0.0 |
484 | 2024-11-22T23:15:32.493Z | Downloaded async-bb8-diesel v0.2.1 |
485 | 2024-11-22T23:15:32.495Z | Downloaded argon2 v0.5.3 |
486 | 2024-11-22T23:15:32.497Z | Downloaded arc-swap v1.7.1 |
487 | 2024-11-22T23:15:32.500Z | Downloaded addr2line v0.24.2 |
488 | 2024-11-22T23:15:32.504Z | Downloaded aes v0.8.4 |
489 | 2024-11-22T23:15:32.508Z | Downloaded blake3 v1.5.4 |
490 | 2024-11-22T23:15:32.515Z | Downloaded aho-corasick v1.1.3 |
491 | 2024-11-22T23:15:32.521Z | Downloaded base64 v0.13.1 |
492 | 2024-11-22T23:15:32.524Z | Downloaded async-trait v0.1.83 |
493 | 2024-11-22T23:15:32.528Z | Downloaded base64 v0.22.1 |
494 | 2024-11-22T23:15:32.533Z | Downloaded async-stream-impl v0.3.6 |
495 | 2024-11-22T23:15:32.535Z | Downloaded base64ct v1.6.0 |
496 | 2024-11-22T23:15:32.538Z | Downloaded atty v0.2.14 |
497 | 2024-11-22T23:15:32.538Z | Downloaded base16ct v0.2.0 |
498 | 2024-11-22T23:15:32.540Z | Downloaded atomicwrites v0.4.4 |
499 | 2024-11-22T23:15:32.540Z | Downloaded bcrypt-pbkdf v0.10.0 |
500 | 2024-11-22T23:15:32.543Z | Downloaded bitflags v1.3.2 |
501 | 2024-11-22T23:15:32.545Z | Downloaded bit-set v0.5.3 |
502 | 2024-11-22T23:15:32.548Z | Downloaded atomic-waker v1.1.2 |
503 | 2024-11-22T23:15:32.548Z | Downloaded bcs v0.1.6 |
504 | 2024-11-22T23:15:32.550Z | Downloaded heck v0.3.3 |
505 | 2024-11-22T23:15:32.554Z | Downloaded http-body-util v0.1.2 |
506 | 2024-11-22T23:15:32.556Z | Downloaded bitfield-struct v0.6.2 |
507 | 2024-11-22T23:15:32.556Z | Downloaded cfg_aliases v0.1.1 |
508 | 2024-11-22T23:15:32.556Z | Downloaded cfg_aliases v0.2.1 |
509 | 2024-11-22T23:15:32.559Z | Downloaded inout v0.1.3 |
510 | 2024-11-22T23:15:32.559Z | Downloaded blowfish v0.9.1 |
511 | 2024-11-22T23:15:32.561Z | Downloaded async-stream v0.3.6 |
512 | 2024-11-22T23:15:32.563Z | Downloaded buf-list v1.0.3 |
513 | 2024-11-22T23:15:32.566Z | Downloaded cbc v0.1.2 |
514 | 2024-11-22T23:15:32.568Z | Downloaded block-padding v0.3.3 |
515 | 2024-11-22T23:15:32.570Z | Downloaded cexpr v0.6.0 |
516 | 2024-11-22T23:15:32.574Z | Downloaded bzip2 v0.4.4 |
517 | 2024-11-22T23:15:32.574Z | Downloaded bb8 v0.8.5 |
518 | 2024-11-22T23:15:32.576Z | Downloaded bit-vec v0.6.3 |
519 | 2024-11-22T23:15:32.578Z | Downloaded indexmap v1.9.3 |
520 | 2024-11-22T23:15:32.581Z | Downloaded httparse v1.9.5 |
521 | 2024-11-22T23:15:32.584Z | Downloaded cstr-argument v0.1.2 |
522 | 2024-11-22T23:15:32.587Z | Downloaded crunchy v0.2.2 |
523 | 2024-11-22T23:15:32.587Z | Downloaded ident_case v1.0.1 |
524 | 2024-11-22T23:15:32.589Z | Downloaded crucible-workspace-hack v0.1.0 |
525 | 2024-11-22T23:15:32.589Z | Downloaded icu_locid_transform_data v1.5.0 |
526 | 2024-11-22T23:15:32.591Z | Downloaded convert_case v0.4.0 |
527 | 2024-11-22T23:15:32.593Z | Downloaded ciborium-io v0.2.2 |
528 | 2024-11-22T23:15:32.593Z | Downloaded backoff v0.4.0 |
529 | 2024-11-22T23:15:32.596Z | Downloaded internet-checksum v0.2.1 |
530 | 2024-11-22T23:15:32.599Z | Downloaded humantime v2.1.0 |
531 | 2024-11-22T23:15:32.602Z | Downloaded curve25519-dalek-derive v0.1.1 |
532 | 2024-11-22T23:15:32.602Z | Downloaded chrono-tz-build v0.4.0 |
533 | 2024-11-22T23:15:32.605Z | Downloaded indent_write v2.2.0 |
534 | 2024-11-22T23:15:32.605Z | Downloaded hubpack v0.1.2 |
535 | 2024-11-22T23:15:32.605Z | Downloaded progenitor-client v0.8.0 |
536 | 2024-11-22T23:15:32.607Z | Downloaded cipher v0.4.4 |
537 | 2024-11-22T23:15:32.610Z | Downloaded crossbeam-deque v0.8.5 |
538 | 2024-11-22T23:15:32.612Z | Downloaded castaway v0.2.3 |
539 | 2024-11-22T23:15:32.612Z | Downloaded chacha20 v0.9.1 |
540 | 2024-11-22T23:15:32.615Z | Downloaded highway v1.2.0 |
541 | 2024-11-22T23:15:32.617Z | Downloaded crc-catalog v2.4.0 |
542 | 2024-11-22T23:15:32.620Z | Downloaded constant_time_eq v0.3.1 |
543 | 2024-11-22T23:15:32.622Z | Downloaded const_format_proc_macros v0.2.33 |
544 | 2024-11-22T23:15:32.624Z | Downloaded ref-cast v1.0.23 |
545 | 2024-11-22T23:15:32.627Z | Downloaded headers-core v0.3.0 |
546 | 2024-11-22T23:15:32.630Z | Downloaded hubpack_derive v0.1.1 |
547 | 2024-11-22T23:15:32.630Z | Downloaded ctr v0.9.2 |
548 | 2024-11-22T23:15:32.633Z | Downloaded hostname v0.4.0 |
549 | 2024-11-22T23:15:32.636Z | Downloaded darling v0.20.10 |
550 | 2024-11-22T23:15:32.642Z | Downloaded matches v0.1.10 |
551 | 2024-11-22T23:15:32.644Z | Downloaded serde-big-array v0.5.1 |
552 | 2024-11-22T23:15:32.646Z | Downloaded sqlparser_derive v0.2.2 |
553 | 2024-11-22T23:15:32.649Z | Downloaded signal-hook-tokio v0.3.1 |
554 | 2024-11-22T23:15:32.651Z | Downloaded tinyvec_macros v0.1.1 |
555 | 2024-11-22T23:15:32.654Z | Downloaded idna_adapter v1.2.0 |
556 | 2024-11-22T23:15:32.656Z | Downloaded cancel-safe-futures v0.1.5 |
557 | 2024-11-22T23:15:32.661Z | Downloaded is_ci v1.2.0 |
558 | 2024-11-22T23:15:32.665Z | Downloaded crc32fast v1.4.2 |
559 | 2024-11-22T23:15:32.667Z | Downloaded rpassword v7.3.1 |
560 | 2024-11-22T23:15:32.667Z | Downloaded try-lock v0.2.5 |
561 | 2024-11-22T23:15:32.670Z | Downloaded md5 v0.7.0 |
562 | 2024-11-22T23:15:32.672Z | Downloaded take_mut v0.2.2 |
563 | 2024-11-22T23:15:32.672Z | Downloaded ref-cast-impl v1.0.23 |
564 | 2024-11-22T23:15:32.672Z | Downloaded csv-core v0.1.11 |
565 | 2024-11-22T23:15:32.674Z | Downloaded waitgroup v0.1.2 |
566 | 2024-11-22T23:15:32.677Z | Downloaded hyper-tls v0.6.0 |
567 | 2024-11-22T23:15:32.679Z | Downloaded lazy_static v1.5.0 |
568 | 2024-11-22T23:15:32.682Z | Downloaded hex-literal v0.4.1 |
569 | 2024-11-22T23:15:32.682Z | Downloaded semver v0.1.20 |
570 | 2024-11-22T23:15:32.685Z | Downloaded secrecy v0.8.0 |
571 | 2024-11-22T23:15:32.685Z | Downloaded sec1 v0.7.3 |
572 | 2024-11-22T23:15:32.688Z | Downloaded icu_normalizer_data v1.5.0 |
573 | 2024-11-22T23:15:32.690Z | Downloaded same-file v1.0.6 |
574 | 2024-11-22T23:15:32.693Z | Downloaded backtrace v0.3.74 |
575 | 2024-11-22T23:15:32.697Z | Downloaded tower-service v0.3.3 |
576 | 2024-11-22T23:15:32.699Z | Downloaded md-5 v0.10.6 |
577 | 2024-11-22T23:15:32.702Z | Downloaded rusty-fork v0.3.0 |
578 | 2024-11-22T23:15:32.704Z | Downloaded lalrpop-util v0.19.12 |
579 | 2024-11-22T23:15:32.704Z | Downloaded slog-stdlog v4.1.1 |
580 | 2024-11-22T23:15:32.706Z | Downloaded tap v1.0.1 |
581 | 2024-11-22T23:15:32.709Z | Downloaded supports-color v3.0.1 |
582 | 2024-11-22T23:15:32.709Z | Downloaded ssh-encoding v0.2.0 |
583 | 2024-11-22T23:15:32.712Z | Downloaded indoc v1.0.9 |
584 | 2024-11-22T23:15:32.714Z | Downloaded cookie_store v0.21.0 |
585 | 2024-11-22T23:15:32.716Z | Downloaded kstat-rs v0.2.4 |
586 | 2024-11-22T23:15:32.719Z | Downloaded icu_locid_transform v1.5.0 |
587 | 2024-11-22T23:15:32.721Z | Downloaded const-oid v0.9.6 |
588 | 2024-11-22T23:15:32.724Z | Downloaded lru-cache v0.1.2 |
589 | 2024-11-22T23:15:32.724Z | Downloaded opaque-debug v0.3.1 |
590 | 2024-11-22T23:15:32.727Z | Downloaded match_cfg v0.1.0 |
591 | 2024-11-22T23:15:32.727Z | Downloaded ssh-cipher v0.2.0 |
592 | 2024-11-22T23:15:32.729Z | Downloaded wait-timeout v0.2.0 |
593 | 2024-11-22T23:15:32.729Z | Downloaded utf16_iter v1.0.5 |
594 | 2024-11-22T23:15:32.731Z | Downloaded maplit v1.0.2 |
595 | 2024-11-22T23:15:32.732Z | Downloaded libefi-sys v0.1.0 |
596 | 2024-11-22T23:15:32.735Z | Downloaded normalize-line-endings v0.3.0 |
597 | 2024-11-22T23:15:32.735Z | Downloaded crossbeam-utils v0.8.20 |
598 | 2024-11-22T23:15:32.737Z | Downloaded heapless v0.7.17 |
599 | 2024-11-22T23:15:32.742Z | Downloaded mime v0.3.17 |
600 | 2024-11-22T23:15:32.745Z | Downloaded memoffset v0.9.1 |
601 | 2024-11-22T23:15:32.745Z | Downloaded maybe-uninit v2.0.0 |
602 | 2024-11-22T23:15:32.747Z | Downloaded lockfree-object-pool v0.1.6 |
603 | 2024-11-22T23:15:32.750Z | Downloaded predicates-core v1.0.8 |
604 | 2024-11-22T23:15:32.752Z | Downloaded icu_locid v1.5.0 |
605 | 2024-11-22T23:15:32.756Z | Downloaded gethostname v0.5.0 |
606 | 2024-11-22T23:15:32.758Z | Downloaded slog-term v2.9.1 |
607 | 2024-11-22T23:15:32.760Z | Downloaded rtoolbox v0.0.2 |
608 | 2024-11-22T23:15:32.763Z | Downloaded hash32 v0.3.1 |
609 | 2024-11-22T23:15:32.763Z | Downloaded heapless v0.8.0 |
610 | 2024-11-22T23:15:32.767Z | Downloaded tokio-stream v0.1.16 |
611 | 2024-11-22T23:15:32.771Z | Downloaded difflib v0.4.0 |
612 | 2024-11-22T23:15:32.773Z | Downloaded zerovec-derive v0.10.3 |
613 | 2024-11-22T23:15:32.776Z | Downloaded yasna v0.5.2 |
614 | 2024-11-22T23:15:32.778Z | Downloaded linked-hash-map v0.5.6 |
615 | 2024-11-22T23:15:32.778Z | Downloaded ipnet v2.10.1 |
616 | 2024-11-22T23:15:32.780Z | Downloaded xz2 v0.1.7 |
617 | 2024-11-22T23:15:32.783Z | Downloaded ed25519 v2.2.3 |
618 | 2024-11-22T23:15:32.786Z | Downloaded percent-encoding v2.3.1 |
619 | 2024-11-22T23:15:32.789Z | Downloaded derive_builder v0.20.2 |
620 | 2024-11-22T23:15:32.792Z | Downloaded libloading v0.8.5 |
621 | 2024-11-22T23:15:32.795Z | Downloaded linear-map v1.2.0 |
622 | 2024-11-22T23:15:32.797Z | Downloaded keccak v0.1.5 |
623 | 2024-11-22T23:15:32.799Z | Downloaded bumpalo v3.16.0 |
624 | 2024-11-22T23:15:32.802Z | Downloaded quinn-udp v0.5.5 |
625 | 2024-11-22T23:15:32.804Z | Downloaded mime_guess v2.0.5 |
626 | 2024-11-22T23:15:32.807Z | Downloaded num_enum v0.5.11 |
627 | 2024-11-22T23:15:32.811Z | Downloaded zerofrom v0.1.4 |
628 | 2024-11-22T23:15:32.813Z | Downloaded socket2 v0.5.7 |
629 | 2024-11-22T23:15:32.816Z | Downloaded getrandom v0.2.15 |
630 | 2024-11-22T23:15:32.818Z | Downloaded rustls-pemfile v1.0.4 |
631 | 2024-11-22T23:15:32.820Z | Downloaded peg v0.8.4 |
632 | 2024-11-22T23:15:32.825Z | Downloaded derive_builder_macro v0.20.2 |
633 | 2024-11-22T23:15:32.828Z | Downloaded zone_cfg_derive v0.3.0 |
634 | 2024-11-22T23:15:32.828Z | Downloaded polyval v0.6.2 |
635 | 2024-11-22T23:15:32.830Z | Downloaded foreign-types-shared v0.3.1 |
636 | 2024-11-22T23:15:32.833Z | Downloaded fragile v2.0.0 |
637 | 2024-11-22T23:15:32.833Z | Downloaded defmt v0.3.8 |
638 | 2024-11-22T23:15:32.848Z | Downloaded oso-derive v0.27.3 |
639 | 2024-11-22T23:15:32.851Z | Downloaded structmeta-derive v0.2.0 |
640 | 2024-11-22T23:15:32.851Z | Downloaded structmeta v0.3.0 |
641 | 2024-11-22T23:15:32.851Z | Downloaded structmeta v0.2.0 |
642 | 2024-11-22T23:15:32.854Z | Downloaded strip-ansi-escapes v0.2.0 |
643 | 2024-11-22T23:15:32.854Z | Downloaded stringprep v0.1.5 |
644 | 2024-11-22T23:15:32.857Z | Downloaded tinystr v0.7.6 |
645 | 2024-11-22T23:15:32.859Z | Downloaded tui-tree-widget v0.22.0 |
646 | 2024-11-22T23:15:32.861Z | Downloaded smallvec v0.6.14 |
647 | 2024-11-22T23:15:32.861Z | Downloaded serde_urlencoded v0.7.1 |
648 | 2024-11-22T23:15:32.863Z | Downloaded futures-channel v0.3.31 |
649 | 2024-11-22T23:15:32.866Z | Downloaded unicode-xid v0.2.6 |
650 | 2024-11-22T23:15:32.869Z | Downloaded nodrop v0.1.14 |
651 | 2024-11-22T23:15:32.869Z | Downloaded parking_lot_core v0.9.10 |
652 | 2024-11-22T23:15:32.871Z | Downloaded universal-hash v0.5.1 |
653 | 2024-11-22T23:15:32.874Z | Downloaded nu-ansi-term v0.50.1 |
654 | 2024-11-22T23:15:32.876Z | Downloaded tokio-native-tls v0.3.1 |
655 | 2024-11-22T23:15:32.879Z | Downloaded dsl_auto_type v0.1.2 |
656 | 2024-11-22T23:15:32.881Z | Downloaded topological-sort v0.2.2 |
657 | 2024-11-22T23:15:32.881Z | Downloaded hickory-proto v0.24.1 |
658 | 2024-11-22T23:15:32.898Z | Downloaded time-core v0.1.2 |
659 | 2024-11-22T23:15:32.901Z | Downloaded russh-cryptovec v0.7.3 |
660 | 2024-11-22T23:15:32.902Z | Downloaded mockall v0.13.0 |
661 | 2024-11-22T23:15:32.904Z | Downloaded funty v2.0.0 |
662 | 2024-11-22T23:15:32.904Z | Downloaded dirs-next v2.0.0 |
663 | 2024-11-22T23:15:32.904Z | Downloaded serde_repr v0.1.19 |
664 | 2024-11-22T23:15:32.907Z | Downloaded parking_lot_core v0.8.6 |
665 | 2024-11-22T23:15:32.909Z | Downloaded snafu-derive v0.8.5 |
666 | 2024-11-22T23:15:32.911Z | Downloaded serde_with_macros v3.11.0 |
667 | 2024-11-22T23:15:32.914Z | Downloaded toml v0.7.8 |
668 | 2024-11-22T23:15:32.916Z | Downloaded progenitor v0.8.0 |
669 | 2024-11-22T23:15:32.919Z | Downloaded proc-macro-crate v1.3.1 |
670 | 2024-11-22T23:15:32.922Z | Downloaded packed_struct v0.10.1 |
671 | 2024-11-22T23:15:32.922Z | Downloaded cc v1.1.30 |
672 | 2024-11-22T23:15:32.925Z | Downloaded rand v0.8.5 |
673 | 2024-11-22T23:15:32.929Z | Downloaded filetime v0.2.25 |
674 | 2024-11-22T23:15:32.931Z | Downloaded dhcproto-macros v0.1.0 |
675 | 2024-11-22T23:15:32.944Z | Downloaded futures-executor v0.3.31 |
676 | 2024-11-22T23:15:32.944Z | Downloaded indicatif v0.17.9 |
677 | 2024-11-22T23:15:32.946Z | Downloaded nibble_vec v0.1.0 |
678 | 2024-11-22T23:15:32.946Z | Downloaded hashlink v0.9.1 |
679 | 2024-11-22T23:15:32.946Z | Downloaded unicode-truncate v1.1.0 |
680 | 2024-11-22T23:15:32.946Z | Downloaded serde_plain v1.0.2 |
681 | 2024-11-22T23:15:32.946Z | Downloaded r2d2 v0.8.10 |
682 | 2024-11-22T23:15:32.946Z | Downloaded packed_struct_codegen v0.10.1 |
683 | 2024-11-22T23:15:32.949Z | Downloaded rand_xorshift v0.3.0 |
684 | 2024-11-22T23:15:32.949Z | Downloaded progenitor-macro v0.8.0 |
685 | 2024-11-22T23:15:32.952Z | Downloaded thiserror-impl-no-std v2.0.2 |
686 | 2024-11-22T23:15:32.952Z | Downloaded crossbeam-channel v0.5.13 |
687 | 2024-11-22T23:15:32.956Z | Downloaded path-slash v0.1.5 |
688 | 2024-11-22T23:15:32.958Z | Downloaded float-ord v0.3.2 |
689 | 2024-11-22T23:15:32.960Z | Downloaded thread_local v1.1.8 |
690 | 2024-11-22T23:15:32.963Z | Downloaded fs_extra v1.3.0 |
691 | 2024-11-22T23:15:32.965Z | Downloaded peg-runtime v0.8.3 |
692 | 2024-11-22T23:15:32.965Z | Downloaded static_assertions v1.1.0 |
693 | 2024-11-22T23:15:32.967Z | Downloaded parse-size v1.1.0 |
694 | 2024-11-22T23:15:32.969Z | Downloaded scopeguard v1.2.0 |
695 | 2024-11-22T23:15:32.969Z | Downloaded schemars_derive v0.8.21 |
696 | 2024-11-22T23:15:32.972Z | Downloaded scheduled-thread-pool v0.2.7 |
697 | 2024-11-22T23:15:32.974Z | Downloaded tiny-keccak v2.0.2 |
698 | 2024-11-22T23:15:32.976Z | Downloaded hickory-server v0.24.1 |
699 | 2024-11-22T23:15:32.982Z | Downloaded zeroize v1.8.1 |
700 | 2024-11-22T23:15:32.985Z | Downloaded env_logger v0.11.5 |
701 | 2024-11-22T23:15:32.987Z | Downloaded zerofrom-derive v0.1.4 |
702 | 2024-11-22T23:15:32.987Z | Downloaded utf-8 v0.7.6 |
703 | 2024-11-22T23:15:32.992Z | Downloaded owo-colors v4.1.0 |
704 | 2024-11-22T23:15:32.995Z | Downloaded tracing-attributes v0.1.27 |
705 | 2024-11-22T23:15:32.995Z | Downloaded diesel-dtrace v0.3.0 |
706 | 2024-11-22T23:15:33.003Z | Downloaded nanorand v0.7.0 |
707 | 2024-11-22T23:15:33.006Z | Downloaded ff v0.13.0 |
708 | 2024-11-22T23:15:33.006Z | Downloaded xattr v1.3.1 |
709 | 2024-11-22T23:15:33.006Z | Downloaded native-tls v0.2.12 |
710 | 2024-11-22T23:15:33.006Z | Downloaded num v0.4.3 |
711 | 2024-11-22T23:15:33.006Z | Downloaded dropshot_endpoint v0.13.0 |
712 | 2024-11-22T23:15:33.009Z | Downloaded termtree v0.4.1 |
713 | 2024-11-22T23:15:33.012Z | Downloaded rsa v0.9.6 |
714 | 2024-11-22T23:15:33.017Z | Downloaded dropshot_endpoint v0.12.0 |
715 | 2024-11-22T23:15:33.020Z | Downloaded paste v1.0.15 |
716 | 2024-11-22T23:15:33.023Z | Downloaded parse-display v0.10.0 |
717 | 2024-11-22T23:15:33.025Z | Downloaded dyn-clone v1.0.17 |
718 | 2024-11-22T23:15:33.029Z | Downloaded pbkdf2 v0.11.0 |
719 | 2024-11-22T23:15:33.032Z | Downloaded hickory-resolver v0.24.1 |
720 | 2024-11-22T23:15:33.035Z | Downloaded signal-hook-registry v1.4.2 |
721 | 2024-11-22T23:15:33.037Z | Downloaded float-cmp v0.9.0 |
722 | 2024-11-22T23:15:33.040Z | Downloaded signal-hook-mio v0.2.4 |
723 | 2024-11-22T23:15:33.040Z | Downloaded sha1 v0.10.6 |
724 | 2024-11-22T23:15:33.043Z | Downloaded synstructure v0.13.1 |
725 | 2024-11-22T23:15:33.043Z | Downloaded oso v0.27.3 |
726 | 2024-11-22T23:15:33.046Z | Downloaded pem v3.0.4 |
727 | 2024-11-22T23:15:33.049Z | Downloaded debug-ignore v1.0.5 |
728 | 2024-11-22T23:15:33.053Z | Downloaded strum_macros v0.26.4 |
729 | 2024-11-22T23:15:33.056Z | Downloaded schemars v0.8.21 |
730 | 2024-11-22T23:15:33.066Z | Downloaded sigpipe v0.1.3 |
731 | 2024-11-22T23:15:33.070Z | Downloaded openssl-probe v0.1.5 |
732 | 2024-11-22T23:15:33.070Z | Downloaded unicase v2.7.0 |
733 | 2024-11-22T23:15:33.072Z | Downloaded slog-scope v4.4.0 |
734 | 2024-11-22T23:15:33.072Z | Downloaded value-bag v1.9.0 |
735 | 2024-11-22T23:15:33.075Z | Downloaded foreign-types v0.3.2 |
736 | 2024-11-22T23:15:33.079Z | Downloaded futures v0.3.31 |
737 | 2024-11-22T23:15:33.082Z | Downloaded foldhash v0.1.3 |
738 | 2024-11-22T23:15:33.084Z | Downloaded fallible-iterator v0.3.0 |
739 | 2024-11-22T23:15:33.087Z | Downloaded strum v0.26.3 |
740 | 2024-11-22T23:15:33.087Z | Downloaded env_filter v0.1.2 |
741 | 2024-11-22T23:15:33.091Z | Downloaded typed-path v0.9.3 |
742 | 2024-11-22T23:15:33.094Z | Downloaded downcast v0.11.0 |
743 | 2024-11-22T23:15:33.096Z | Downloaded mirai-annotations v1.12.0 |
744 | 2024-11-22T23:15:33.098Z | Downloaded hash32 v0.2.1 |
745 | 2024-11-22T23:15:33.100Z | Downloaded rustls-pemfile v2.2.0 |
746 | 2024-11-22T23:15:33.100Z | Downloaded peg-macros v0.8.4 |
747 | 2024-11-22T23:15:33.103Z | Downloaded num_threads v0.1.7 |
748 | 2024-11-22T23:15:33.105Z | Downloaded p256 v0.13.2 |
749 | 2024-11-22T23:15:33.107Z | Downloaded tokio-rustls v0.25.0 |
750 | 2024-11-22T23:15:33.110Z | Downloaded password-hash v0.4.2 |
751 | 2024-11-22T23:15:33.113Z | Downloaded rustc-hash v2.0.0 |
752 | 2024-11-22T23:15:33.115Z | Downloaded predicates-tree v1.0.11 |
753 | 2024-11-22T23:15:33.115Z | Downloaded displaydoc v0.2.5 |
754 | 2024-11-22T23:15:33.119Z | Downloaded num-complex v0.4.6 |
755 | 2024-11-22T23:15:33.121Z | Downloaded rustc_version v0.1.7 |
756 | 2024-11-22T23:15:33.123Z | Downloaded rustc-hash v1.1.0 |
757 | 2024-11-22T23:15:33.123Z | Downloaded ssh-key v0.6.6 |
758 | 2024-11-22T23:15:33.130Z | Downloaded zerocopy-derive v0.8.10 |
759 | 2024-11-22T23:15:33.137Z | Downloaded quick-error v1.2.3 |
760 | 2024-11-22T23:15:33.140Z | Downloaded pin-utils v0.1.0 |
761 | 2024-11-22T23:15:33.140Z | Downloaded hyper v1.5.0 |
762 | 2024-11-22T23:15:33.147Z | Downloaded subtle v2.6.1 |
763 | 2024-11-22T23:15:33.150Z | Downloaded structmeta-derive v0.3.0 |
764 | 2024-11-22T23:15:33.152Z | Downloaded fxhash v0.2.1 |
765 | 2024-11-22T23:15:33.152Z | Downloaded glob v0.3.1 |
766 | 2024-11-22T23:15:33.154Z | Downloaded tokio-tungstenite v0.21.0 |
767 | 2024-11-22T23:15:33.156Z | Downloaded tokio-rustls v0.26.0 |
768 | 2024-11-22T23:15:33.159Z | Downloaded password-hash v0.5.0 |
769 | 2024-11-22T23:15:33.161Z | Downloaded uuid v1.11.0 |
770 | 2024-11-22T23:15:33.164Z | Downloaded endian-type v0.1.2 |
771 | 2024-11-22T23:15:33.164Z | Downloaded publicsuffix v2.2.3 |
772 | 2024-11-22T23:15:33.166Z | Downloaded number_prefix v0.4.0 |
773 | 2024-11-22T23:15:33.169Z | Downloaded num-conv v0.1.0 |
774 | 2024-11-22T23:15:33.169Z | Downloaded newtype_derive v0.1.6 |
775 | 2024-11-22T23:15:33.171Z | Downloaded newline-converter v0.3.0 |
776 | 2024-11-22T23:15:33.174Z | Downloaded toolchain_find v0.4.0 |
777 | 2024-11-22T23:15:33.174Z | Downloaded ena v0.14.3 |
778 | 2024-11-22T23:15:33.177Z | Downloaded num_enum_derive v0.5.11 |
779 | 2024-11-22T23:15:33.177Z | Downloaded embedded-io v0.4.0 |
780 | 2024-11-22T23:15:33.179Z | Downloaded rand_chacha v0.3.1 |
781 | 2024-11-22T23:15:33.181Z | Downloaded tokio-rustls v0.24.1 |
782 | 2024-11-22T23:15:33.183Z | Downloaded rustc-demangle v0.1.24 |
783 | 2024-11-22T23:15:33.185Z | Downloaded samael v0.0.17 |
784 | 2024-11-22T23:15:33.190Z | Downloaded itertools v0.10.5 |
785 | 2024-11-22T23:15:33.196Z | Downloaded openssl-macros v0.1.1 |
786 | 2024-11-22T23:15:33.199Z | Downloaded tokio-macros v2.4.0 |
787 | 2024-11-22T23:15:33.199Z | Downloaded shlex v1.3.0 |
788 | 2024-11-22T23:15:33.201Z | Downloaded pem-rfc7468 v0.7.0 |
789 | 2024-11-22T23:15:33.204Z | Downloaded simd-adler32 v0.3.7 |
790 | 2024-11-22T23:15:33.206Z | Downloaded signature v2.2.0 |
791 | 2024-11-22T23:15:33.206Z | Downloaded tracing-core v0.1.32 |
792 | 2024-11-22T23:15:33.209Z | Downloaded foreign-types-shared v0.1.1 |
793 | 2024-11-22T23:15:33.212Z | Downloaded libxml v0.3.3 |
794 | 2024-11-22T23:15:33.217Z | Downloaded foreign-types v0.5.0 |
795 | 2024-11-22T23:15:33.219Z | Downloaded enum-as-inner v0.6.1 |
796 | 2024-11-22T23:15:33.221Z | Downloaded tokio-postgres v0.7.12 |
797 | 2024-11-22T23:15:33.224Z | Downloaded new_debug_unreachable v1.0.6 |
798 | 2024-11-22T23:15:33.227Z | Downloaded diesel_table_macro_syntax v0.2.0 |
799 | 2024-11-22T23:15:33.229Z | Downloaded defmt-parser v0.3.4 |
800 | 2024-11-22T23:15:33.229Z | Downloaded phf_shared v0.10.0 |
801 | 2024-11-22T23:15:33.229Z | Downloaded data-encoding v2.6.0 |
802 | 2024-11-22T23:15:33.232Z | Downloaded spin v0.5.2 |
803 | 2024-11-22T23:15:33.236Z | Downloaded pin-project-internal v1.1.6 |
804 | 2024-11-22T23:15:33.236Z | Downloaded whoami v1.5.2 |
805 | 2024-11-22T23:15:33.239Z | Downloaded dirs-sys-next v0.1.2 |
806 | 2024-11-22T23:15:33.239Z | Downloaded num-iter v0.1.45 |
807 | 2024-11-22T23:15:33.239Z | Downloaded unicode-bidi v0.3.17 |
808 | 2024-11-22T23:15:33.242Z | Downloaded num-integer v0.1.46 |
809 | 2024-11-22T23:15:33.245Z | Downloaded num-derive v0.4.2 |
810 | 2024-11-22T23:15:33.245Z | Downloaded vergen v8.3.2 |
811 | 2024-11-22T23:15:33.248Z | Downloaded typify v0.2.0 |
812 | 2024-11-22T23:15:33.251Z | Downloaded flume v0.11.1 |
813 | 2024-11-22T23:15:33.255Z | Downloaded phf_generator v0.11.2 |
814 | 2024-11-22T23:15:33.257Z | Downloaded primeorder v0.13.6 |
815 | 2024-11-22T23:15:33.261Z | Downloaded pkcs1 v0.7.5 |
816 | 2024-11-22T23:15:33.261Z | Downloaded phf_codegen v0.11.2 |
817 | 2024-11-22T23:15:33.265Z | Downloaded scrypt v0.11.0 |
818 | 2024-11-22T23:15:33.265Z | Downloaded rustc_version v0.4.1 |
819 | 2024-11-22T23:15:33.268Z | Downloaded termios v0.3.3 |
820 | 2024-11-22T23:15:33.268Z | Downloaded rustversion v1.0.17 |
821 | 2024-11-22T23:15:33.270Z | Downloaded slab v0.4.9 |
822 | 2024-11-22T23:15:33.273Z | Downloaded shell-words v1.1.0 |
823 | 2024-11-22T23:15:33.273Z | Downloaded tokio-tungstenite v0.24.0 |
824 | 2024-11-22T23:15:33.275Z | Downloaded enum-as-inner v0.5.1 |
825 | 2024-11-22T23:15:33.278Z | Downloaded foreign-types-macros v0.2.3 |
826 | 2024-11-22T23:15:33.278Z | Downloaded bitvec v1.0.1 |
827 | 2024-11-22T23:15:33.294Z | Downloaded darling_macro v0.20.10 |
828 | 2024-11-22T23:15:33.298Z | Downloaded futures-sink v0.3.31 |
829 | 2024-11-22T23:15:33.298Z | Downloaded zone_cfg_derive v0.1.2 |
830 | 2024-11-22T23:15:33.298Z | Downloaded want v0.3.1 |
831 | 2024-11-22T23:15:33.298Z | Downloaded pretty-hex v0.2.1 |
832 | 2024-11-22T23:15:33.301Z | Downloaded precomputed-hash v0.1.1 |
833 | 2024-11-22T23:15:33.301Z | Downloaded radium v0.7.0 |
834 | 2024-11-22T23:15:33.301Z | Downloaded rand_core v0.6.4 |
835 | 2024-11-22T23:15:33.301Z | Downloaded spin v0.9.8 |
836 | 2024-11-22T23:15:33.304Z | Downloaded spki v0.7.3 |
837 | 2024-11-22T23:15:33.307Z | Downloaded rayon v1.10.0 |
838 | 2024-11-22T23:15:33.315Z | Downloaded tls_codec_derive v0.4.1 |
839 | 2024-11-22T23:15:33.317Z | Downloaded sync_wrapper v1.0.1 |
840 | 2024-11-22T23:15:33.319Z | Downloaded sync-ptr v0.1.1 |
841 | 2024-11-22T23:15:33.319Z | Downloaded ghash v0.5.1 |
842 | 2024-11-22T23:15:33.321Z | Downloaded multer v3.1.0 |
843 | 2024-11-22T23:15:33.324Z | Downloaded yoke-derive v0.7.4 |
844 | 2024-11-22T23:15:33.324Z | Downloaded salsa20 v0.10.2 |
845 | 2024-11-22T23:15:33.329Z | Downloaded futures-task v0.3.31 |
846 | 2024-11-22T23:15:33.329Z | Downloaded tokio-tungstenite v0.23.1 |
847 | 2024-11-22T23:15:33.331Z | Downloaded tls_codec v0.4.1 |
848 | 2024-11-22T23:15:33.331Z | Downloaded tabwriter v1.4.0 |
849 | 2024-11-22T23:15:33.334Z | Downloaded vsss-rs v3.3.4 |
850 | 2024-11-22T23:15:33.336Z | Downloaded mockall_derive v0.13.0 |
851 | 2024-11-22T23:15:33.338Z | Downloaded idna v1.0.3 |
852 | 2024-11-22T23:15:33.341Z | Downloaded powerfmt v0.2.0 |
853 | 2024-11-22T23:15:33.344Z | Downloaded walkdir v2.5.0 |
854 | 2024-11-22T23:15:33.346Z | Downloaded unarray v0.1.4 |
855 | 2024-11-22T23:15:33.346Z | Downloaded typify-macro v0.2.0 |
856 | 2024-11-22T23:15:33.349Z | Downloaded similar v2.6.0 |
857 | 2024-11-22T23:15:33.351Z | Downloaded itertools v0.12.1 |
858 | 2024-11-22T23:15:33.359Z | Downloaded stable_deref_trait v1.2.0 |
859 | 2024-11-22T23:15:33.361Z | Downloaded zone v0.1.8 |
860 | 2024-11-22T23:15:33.361Z | Downloaded thiserror-no-std v2.0.2 |
861 | 2024-11-22T23:15:33.365Z | Downloaded test-strategy v0.3.1 |
862 | 2024-11-22T23:15:33.368Z | Downloaded psl-types v2.0.11 |
863 | 2024-11-22T23:15:33.371Z | Downloaded signal-hook v0.3.17 |
864 | 2024-11-22T23:15:33.373Z | Downloaded which v4.4.2 |
865 | 2024-11-22T23:15:33.375Z | Downloaded termcolor v1.4.1 |
866 | 2024-11-22T23:15:33.378Z | Downloaded sqlformat v0.2.6 |
867 | 2024-11-22T23:15:33.378Z | Downloaded diff v0.1.13 |
868 | 2024-11-22T23:15:33.380Z | Downloaded serde-hex v0.1.0 |
869 | 2024-11-22T23:15:33.383Z | Downloaded bindgen v0.69.5 |
870 | 2024-11-22T23:15:33.390Z | Downloaded pkg-config v0.3.31 |
871 | 2024-11-22T23:15:33.392Z | Downloaded slog v2.7.0 |
872 | 2024-11-22T23:15:33.394Z | Downloaded qorb v0.2.0 |
873 | 2024-11-22T23:15:33.398Z | Downloaded rustls-pki-types v1.9.0 |
874 | 2024-11-22T23:15:33.402Z | Downloaded rfc6979 v0.4.0 |
875 | 2024-11-22T23:15:33.404Z | Downloaded postgres-types v0.2.8 |
876 | 2024-11-22T23:15:33.406Z | Downloaded serde_path_to_error v0.1.16 |
877 | 2024-11-22T23:15:33.408Z | Downloaded tungstenite v0.23.0 |
878 | 2024-11-22T23:15:33.411Z | Downloaded quinn v0.11.5 |
879 | 2024-11-22T23:15:33.414Z | Downloaded serde_with v3.11.0 |
880 | 2024-11-22T23:15:33.423Z | Downloaded resolv-conf v0.7.0 |
881 | 2024-11-22T23:15:33.426Z | Downloaded zone v0.3.0 |
882 | 2024-11-22T23:15:33.428Z | Downloaded chrono v0.4.38 |
883 | 2024-11-22T23:15:33.434Z | Downloaded futures-macro v0.3.31 |
884 | 2024-11-22T23:15:33.436Z | Downloaded futures-io v0.3.31 |
885 | 2024-11-22T23:15:33.438Z | Downloaded rustyline v14.0.0 |
886 | 2024-11-22T23:15:33.442Z | Downloaded num-traits v0.2.19 |
887 | 2024-11-22T23:15:33.444Z | Downloaded derive_more v0.99.18 |
888 | 2024-11-22T23:15:33.449Z | Downloaded des v0.8.1 |
889 | 2024-11-22T23:15:33.452Z | Downloaded rand_seeder v0.3.0 |
890 | 2024-11-22T23:15:33.455Z | Downloaded pkcs5 v0.7.1 |
891 | 2024-11-22T23:15:33.457Z | Downloaded flate2 v1.0.34 |
892 | 2024-11-22T23:15:33.462Z | Downloaded term v0.7.0 |
893 | 2024-11-22T23:15:33.466Z | Downloaded mio v1.0.2 |
894 | 2024-11-22T23:15:33.471Z | Downloaded p521 v0.13.3 |
895 | 2024-11-22T23:15:33.476Z | Downloaded sct v0.7.1 |
896 | 2024-11-22T23:15:33.479Z | Downloaded zerocopy v0.6.6 |
897 | 2024-11-22T23:15:33.482Z | Downloaded pkcs8 v0.10.2 |
898 | 2024-11-22T23:15:33.485Z | Downloaded globset v0.4.15 |
899 | 2024-11-22T23:15:33.487Z | Downloaded unicode-normalization v0.1.24 |
900 | 2024-11-22T23:15:33.490Z | Downloaded tar v0.4.42 |
901 | 2024-11-22T23:15:33.493Z | Downloaded num-bigint-dig v0.8.4 |
902 | 2024-11-22T23:15:33.498Z | Downloaded diesel_derives v2.2.3 |
903 | 2024-11-22T23:15:33.502Z | Downloaded half v2.4.1 |
904 | 2024-11-22T23:15:33.505Z | Downloaded dhcproto v0.12.0 |
905 | 2024-11-22T23:15:33.508Z | Downloaded rcgen v0.12.1 |
906 | 2024-11-22T23:15:33.512Z | Downloaded der v0.7.9 |
907 | 2024-11-22T23:15:33.517Z | Downloaded salty v0.3.0 |
908 | 2024-11-22T23:15:33.524Z | Downloaded serde_derive_internals v0.29.1 |
909 | 2024-11-22T23:15:33.526Z | Downloaded ppv-lite86 v0.2.20 |
910 | 2024-11-22T23:15:33.529Z | Downloaded tokio-util v0.7.12 |
911 | 2024-11-22T23:15:33.534Z | Downloaded darling_core v0.20.10 |
912 | 2024-11-22T23:15:33.539Z | Downloaded quinn-proto v0.11.8 |
913 | 2024-11-22T23:15:33.546Z | Downloaded tough v0.19.0 |
914 | 2024-11-22T23:15:33.554Z | Downloaded steno v0.4.1 |
915 | 2024-11-22T23:15:33.559Z | Downloaded itertools v0.13.0 |
916 | 2024-11-22T23:15:33.566Z | Downloaded unicode-segmentation v1.12.0 |
917 | 2024-11-22T23:15:33.570Z | Downloaded sqlparser v0.45.0 |
918 | 2024-11-22T23:15:33.577Z | Downloaded zip v2.1.3 |
919 | 2024-11-22T23:15:33.580Z | Downloaded curve25519-dalek v4.1.3 |
920 | 2024-11-22T23:15:33.589Z | Downloaded group v0.13.0 |
921 | 2024-11-22T23:15:33.592Z | Downloaded icu_properties_data v1.5.0 |
922 | 2024-11-22T23:15:33.602Z | Downloaded toml_edit v0.19.15 |
923 | 2024-11-22T23:15:33.619Z | Downloaded x509-cert v0.2.5 |
924 | 2024-11-22T23:15:33.625Z | Downloaded winnow v0.5.40 |
925 | 2024-11-22T23:15:33.635Z | Downloaded p384 v0.13.0 |
926 | 2024-11-22T23:15:33.641Z | Downloaded lalrpop v0.19.12 |
927 | 2024-11-22T23:15:33.652Z | Downloaded idna v0.3.0 |
928 | 2024-11-22T23:15:33.659Z | Downloaded der_derive v0.7.3 |
929 | 2024-11-22T23:15:33.662Z | Downloaded pin-project-lite v0.2.14 |
930 | 2024-11-22T23:15:33.666Z | Downloaded rusqlite v0.32.1 |
931 | 2024-11-22T23:15:33.673Z | Downloaded unicode-width v0.2.0 |
932 | 2024-11-22T23:15:33.679Z | Downloaded futures-util v0.3.31 |
933 | 2024-11-22T23:15:33.692Z | Downloaded portable-atomic v1.9.0 |
934 | 2024-11-22T23:15:33.699Z | Downloaded trust-dns-proto v0.22.0 |
935 | 2024-11-22T23:15:33.712Z | Downloaded reedline v0.35.0 |
936 | 2024-11-22T23:15:33.719Z | Downloaded idna v0.5.0 |
937 | 2024-11-22T23:15:33.726Z | Downloaded rustls-webpki v0.101.7 |
938 | 2024-11-22T23:15:33.740Z | Downloaded h2 v0.4.6 |
939 | 2024-11-22T23:15:33.747Z | Downloaded petname v2.0.2 |
940 | 2024-11-22T23:15:33.752Z | Downloaded chrono-tz v0.10.0 |
941 | 2024-11-22T23:15:33.760Z | Downloaded reqwest v0.12.9 |
942 | 2024-11-22T23:15:33.768Z | Downloaded rustls v0.23.14 |
943 | 2024-11-22T23:15:33.781Z | Downloaded git2 v0.19.0 |
944 | 2024-11-22T23:15:33.790Z | Downloaded object v0.30.4 |
945 | 2024-11-22T23:15:33.799Z | Downloaded openssl v0.10.66 |
946 | 2024-11-22T23:15:33.809Z | Downloaded diesel v2.2.4 |
947 | 2024-11-22T23:15:33.829Z | Downloaded gimli v0.31.1 |
948 | 2024-11-22T23:15:33.837Z | Downloaded rustls-webpki v0.102.8 |
949 | 2024-11-22T23:15:33.855Z | Downloaded proptest v1.5.0 |
950 | 2024-11-22T23:15:33.864Z | Downloaded smoltcp v0.11.0 |
951 | 2024-11-22T23:15:33.878Z | Downloaded dropshot v0.12.0 |
952 | 2024-11-22T23:15:33.897Z | Downloaded smoltcp v0.9.1 |
953 | 2024-11-22T23:15:33.908Z | Downloaded webpki-roots v0.26.6 |
954 | 2024-11-22T23:15:33.912Z | Downloaded nix v0.29.0 |
955 | 2024-11-22T23:15:33.924Z | Downloaded regex-syntax v0.8.5 |
956 | 2024-11-22T23:15:33.933Z | Downloaded rustls v0.22.4 |
957 | 2024-11-22T23:15:33.946Z | Downloaded sled v0.34.7 |
958 | 2024-11-22T23:15:33.956Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
959 | 2024-11-22T23:15:33.969Z | Downloaded polar-core v0.27.3 |
960 | 2024-11-22T23:15:33.977Z | Downloaded regress v0.10.1 |
961 | 2024-11-22T23:15:33.986Z | Downloaded object v0.36.5 |
962 | 2024-11-22T23:15:33.997Z | Downloaded regex-automata v0.4.8 |
963 | 2024-11-22T23:15:34.015Z | Downloaded zerocopy v0.8.10 |
964 | 2024-11-22T23:15:34.038Z | Downloaded regress v0.9.1 |
965 | 2024-11-22T23:15:34.047Z | Downloaded nix v0.28.0 |
966 | 2024-11-22T23:15:34.058Z | Downloaded nix v0.27.1 |
967 | 2024-11-22T23:15:34.069Z | Downloaded openapiv3 v2.0.0 |
968 | 2024-11-22T23:15:34.081Z | Downloaded rustls v0.21.12 |
969 | 2024-11-22T23:15:34.093Z | Downloaded radix_trie v0.2.1 |
970 | 2024-11-22T23:15:34.098Z | Downloaded typify-impl v0.2.0 |
971 | 2024-11-22T23:15:34.113Z | Downloaded vcpkg v0.2.15 |
972 | 2024-11-22T23:15:34.152Z | Downloaded ratatui v0.28.1 |
973 | 2024-11-22T23:15:34.170Z | Downloaded regex v1.11.1 |
974 | 2024-11-22T23:15:34.183Z | Downloaded zerocopy-derive v0.6.6 |
975 | 2024-11-22T23:15:34.193Z | Downloaded quick-xml v0.33.0 |
976 | 2024-11-22T23:15:34.200Z | Downloaded dropshot v0.13.0 |
977 | 2024-11-22T23:15:34.220Z | Downloaded csv v1.3.0 |
978 | 2024-11-22T23:15:34.241Z | Downloaded petgraph v0.6.5 |
979 | 2024-11-22T23:15:34.257Z | Downloaded bstr v1.10.0 |
980 | 2024-11-22T23:15:34.268Z | Downloaded regex-syntax v0.6.29 |
981 | 2024-11-22T23:15:34.274Z | Downloaded idna v0.2.3 |
982 | 2024-11-22T23:15:34.281Z | Downloaded idna v0.4.0 |
983 | 2024-11-22T23:15:34.288Z | Downloaded sha3 v0.10.8 |
984 | 2024-11-22T23:15:34.292Z | Downloaded lzma-sys v0.1.20 |
985 | 2024-11-22T23:15:34.321Z | Downloaded hkdf v0.12.4 |
986 | 2024-11-22T23:15:34.324Z | Downloaded libz-sys v1.1.20 |
987 | 2024-11-22T23:15:34.344Z | Downloaded multimap v0.10.0 |
988 | 2024-11-22T23:15:34.347Z | Downloaded url v2.5.3 |
989 | 2024-11-22T23:15:34.354Z | Downloaded tungstenite v0.24.0 |
990 | 2024-11-22T23:15:34.354Z | Downloaded russh-keys v0.45.0 |
991 | 2024-11-22T23:15:34.357Z | Downloaded parse-zoneinfo v0.3.1 |
992 | 2024-11-22T23:15:34.357Z | Downloaded num-bigint v0.4.6 |
993 | 2024-11-22T23:15:34.361Z | Downloaded pin-project v1.1.6 |
994 | 2024-11-22T23:15:34.372Z | Downloaded vte v0.11.1 |
995 | 2024-11-22T23:15:34.374Z | Downloaded tokio v1.40.0 |
996 | 2024-11-22T23:15:34.411Z | Downloaded libm v0.2.8 |
997 | 2024-11-22T23:15:34.418Z | Downloaded headers v0.4.0 |
998 | 2024-11-22T23:15:34.424Z | Downloaded miniz_oxide v0.8.0 |
999 | 2024-11-22T23:15:34.427Z | Downloaded expectorate v1.1.0 |
1000 | 2024-11-22T23:15:34.429Z | Downloaded snafu v0.8.5 |
1001 | 2024-11-22T23:15:34.433Z | Downloaded tracing v0.1.40 |
1002 | 2024-11-22T23:15:34.437Z | Downloaded russh v0.45.0 |
1003 | 2024-11-22T23:15:34.442Z | Downloaded ecdsa v0.16.9 |
1004 | 2024-11-22T23:15:34.445Z | Downloaded derive_builder_core v0.20.2 |
1005 | 2024-11-22T23:15:34.447Z | Downloaded hashbrown v0.14.5 |
1006 | 2024-11-22T23:15:34.452Z | Downloaded zeroize_derive v1.4.2 |
1007 | 2024-11-22T23:15:34.454Z | Downloaded openssl-sys v0.9.103 |
1008 | 2024-11-22T23:15:34.458Z | Downloaded num-rational v0.4.2 |
1009 | 2024-11-22T23:15:34.460Z | Downloaded nom v7.1.3 |
1010 | 2024-11-22T23:15:34.464Z | Downloaded ron v0.8.1 |
1011 | 2024-11-22T23:15:34.470Z | Downloaded newtype-uuid v1.1.3 |
1012 | 2024-11-22T23:15:34.472Z | Downloaded phf_shared v0.11.2 |
1013 | 2024-11-22T23:15:34.472Z | Downloaded embedded-io v0.6.1 |
1014 | 2024-11-22T23:15:34.475Z | Downloaded wyz v0.5.1 |
1015 | 2024-11-22T23:15:34.475Z | Downloaded unsafe-libyaml v0.2.11 |
1016 | 2024-11-22T23:15:34.477Z | Downloaded writeable v0.5.5 |
1017 | 2024-11-22T23:15:34.480Z | Downloaded string_cache v0.8.7 |
1018 | 2024-11-22T23:15:34.482Z | Downloaded slog-async v2.8.0 |
1019 | 2024-11-22T23:15:34.482Z | Downloaded zerovec v0.10.4 |
1020 | 2024-11-22T23:15:34.488Z | Downloaded aws-lc-rs v1.10.0 |
1021 | 2024-11-22T23:15:34.496Z | Downloaded time v0.3.36 |
1022 | 2024-11-22T23:15:34.503Z | Downloaded http v1.1.0 |
1023 | 2024-11-22T23:15:34.507Z | Downloaded hashbrown v0.13.2 |
1024 | 2024-11-22T23:15:34.511Z | Downloaded hashbrown v0.12.3 |
1025 | 2024-11-22T23:15:34.515Z | Downloaded ed25519-dalek v2.1.1 |
1026 | 2024-11-22T23:15:34.518Z | Downloaded subprocess v0.2.9 |
1027 | 2024-11-22T23:15:34.520Z | Downloaded zopfli v0.8.1 |
1028 | 2024-11-22T23:15:34.523Z | Downloaded display-error-chain v0.2.2 |
1029 | 2024-11-22T23:15:34.525Z | Downloaded fatfs v0.3.6 |
1030 | 2024-11-22T23:15:34.528Z | Downloaded tungstenite v0.21.0 |
1031 | 2024-11-22T23:15:34.530Z | Downloaded write16 v1.0.0 |
1032 | 2024-11-22T23:15:34.532Z | Downloaded untrusted v0.9.0 |
1033 | 2024-11-22T23:15:34.532Z | Downloaded termtree v0.5.1 |
1034 | 2024-11-22T23:15:34.534Z | Downloaded minimal-lexical v0.2.1 |
1035 | 2024-11-22T23:15:34.537Z | Downloaded smallvec v1.13.2 |
1036 | 2024-11-22T23:15:34.540Z | Downloaded crossterm v0.28.1 |
1037 | 2024-11-22T23:15:34.546Z | Downloaded encoding_rs v0.8.34 |
1038 | 2024-11-22T23:15:34.567Z | Downloaded uzers v0.12.1 |
1039 | 2024-11-22T23:15:34.569Z | Downloaded env_logger v0.10.2 |
1040 | 2024-11-22T23:15:34.571Z | Downloaded slog-json v2.6.1 |
1041 | 2024-11-22T23:15:34.574Z | Downloaded slog-envlogger v2.2.0 |
1042 | 2024-11-22T23:15:34.577Z | Downloaded slog-dtrace v0.3.0 |
1043 | 2024-11-22T23:15:34.577Z | Downloaded ron v0.7.1 |
1044 | 2024-11-22T23:15:34.580Z | Downloaded serde_yaml v0.9.34+deprecated |
1045 | 2024-11-22T23:15:34.584Z | Downloaded unicode_categories v0.1.1 |
1046 | 2024-11-22T23:15:34.586Z | Downloaded pbkdf2 v0.12.2 |
1047 | 2024-11-22T23:15:34.588Z | Downloaded dunce v1.0.5 |
1048 | 2024-11-22T23:15:34.588Z | Downloaded parse-display-derive v0.10.0 |
1049 | 2024-11-22T23:15:34.591Z | Downloaded postgres-protocol v0.6.7 |
1050 | 2024-11-22T23:15:34.591Z | Downloaded postcard v1.0.10 |
1051 | 2024-11-22T23:15:34.593Z | Downloaded parking_lot v0.11.2 |
1052 | 2024-11-22T23:15:34.595Z | Downloaded defmt-macros v0.3.9 |
1053 | 2024-11-22T23:15:34.597Z | Downloaded fd-lock v4.0.2 |
1054 | 2024-11-22T23:15:34.600Z | Downloaded time-macros v0.2.18 |
1055 | 2024-11-22T23:15:34.602Z | Downloaded fallible-iterator v0.2.0 |
1056 | 2024-11-22T23:15:34.604Z | Downloaded rayon-core v1.12.1 |
1057 | 2024-11-22T23:15:34.607Z | Downloaded elliptic-curve v0.13.8 |
1058 | 2024-11-22T23:15:34.610Z | Downloaded zip v0.6.6 |
1059 | 2024-11-22T23:15:34.614Z | Downloaded yoke v0.7.4 |
1060 | 2024-11-22T23:15:34.616Z | Downloaded strum_macros v0.25.3 |
1061 | 2024-11-22T23:15:34.619Z | Downloaded strum_macros v0.24.3 |
1062 | 2024-11-22T23:15:34.621Z | Downloaded smf v0.2.3 |
1063 | 2024-11-22T23:15:34.621Z | Downloaded omicron-zone-package v0.11.1 |
1064 | 2024-11-22T23:15:34.623Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1065 | 2024-11-22T23:15:34.681Z | Downloaded untrusted v0.7.1 |
1066 | 2024-11-22T23:15:34.684Z | Downloaded parking_lot v0.12.3 |
1067 | 2024-11-22T23:15:34.687Z | Downloaded predicates v3.1.2 |
1068 | 2024-11-22T23:15:34.689Z | Downloaded poly1305 v0.8.0 |
1069 | 2024-11-22T23:15:34.691Z | Downloaded derive-where v1.2.7 |
1070 | 2024-11-22T23:15:34.693Z | Downloaded crypto-bigint v0.5.5 |
1071 | 2024-11-22T23:15:34.700Z | Downloaded unicode-properties v0.1.3 |
1072 | 2024-11-22T23:15:34.702Z | Downloaded icu_normalizer v1.5.0 |
1073 | 2024-11-22T23:15:34.705Z | Downloaded phf v0.11.2 |
1074 | 2024-11-22T23:15:34.707Z | Downloaded tinyvec v1.8.0 |
1075 | 2024-11-22T23:15:34.710Z | Downloaded prettyplease v0.2.25 |
1076 | 2024-11-22T23:15:34.712Z | Downloaded const_format v0.2.33 |
1077 | 2024-11-22T23:15:34.716Z | Downloaded chacha20poly1305 v0.10.1 |
1078 | 2024-11-22T23:15:34.719Z | Downloaded memmap2 v0.9.5 |
1079 | 2024-11-22T23:15:34.721Z | Downloaded hyper-util v0.1.10 |
1080 | 2024-11-22T23:15:34.725Z | Downloaded rustfmt-wrapper v0.2.1 |
1081 | 2024-11-22T23:15:34.727Z | Downloaded icu_collections v1.5.0 |
1082 | 2024-11-22T23:15:34.732Z | Downloaded lazycell v1.3.0 |
1083 | 2024-11-22T23:15:34.734Z | Downloaded compact_str v0.8.0 |
1084 | 2024-11-22T23:15:34.737Z | Downloaded jobserver v0.1.32 |
1085 | 2024-11-22T23:15:34.739Z | Downloaded icu_provider v1.5.0 |
1086 | 2024-11-22T23:15:34.742Z | Downloaded olpc-cjson v0.1.4 |
1087 | 2024-11-22T23:15:34.744Z | Downloaded fallible-streaming-iterator v0.1.9 |
1088 | 2024-11-22T23:15:34.744Z | Downloaded either v1.13.0 |
1089 | 2024-11-22T23:15:34.747Z | Downloaded bytes v1.8.0 |
1090 | 2024-11-22T23:15:34.751Z | Downloaded crc-any v2.5.0 |
1091 | 2024-11-22T23:15:34.754Z | Downloaded progenitor-impl v0.8.0 |
1092 | 2024-11-22T23:15:34.754Z | Downloaded litemap v0.7.3 |
1093 | 2024-11-22T23:15:34.756Z | Downloaded hickory-client v0.24.1 |
1094 | 2024-11-22T23:15:34.759Z | Downloaded hyper-staticfile v0.10.1 |
1095 | 2024-11-22T23:15:34.762Z | Downloaded futures-core v0.3.31 |
1096 | 2024-11-22T23:15:34.762Z | Downloaded form_urlencoded v1.2.1 |
1097 | 2024-11-22T23:15:34.762Z | Downloaded flagset v0.4.6 |
1098 | 2024-11-22T23:15:34.764Z | Downloaded fixedbitset v0.4.2 |
1099 | 2024-11-22T23:15:34.764Z | Downloaded siphasher v0.3.11 |
1100 | 2024-11-22T23:15:34.767Z | Downloaded iana-time-zone v0.1.61 |
1101 | 2024-11-22T23:15:34.770Z | Downloaded hyper-rustls v0.27.3 |
1102 | 2024-11-22T23:15:34.772Z | Downloaded base64 v0.21.7 |
1103 | 2024-11-22T23:15:34.774Z | Downloaded impl-trait-for-tuples v0.2.2 |
1104 | 2024-11-22T23:15:34.777Z | Downloaded deranged v0.3.11 |
1105 | 2024-11-22T23:15:34.777Z | Downloaded lru v0.12.5 |
1106 | 2024-11-22T23:15:34.780Z | Downloaded crossbeam-epoch v0.9.18 |
1107 | 2024-11-22T23:15:34.784Z | Downloaded cookie v0.18.1 |
1108 | 2024-11-22T23:15:34.787Z | Downloaded clang-sys v1.8.1 |
1109 | 2024-11-22T23:15:34.787Z | Downloaded is-terminal v0.4.13 |
1110 | 2024-11-22T23:15:34.787Z | Downloaded ipnetwork v0.20.0 |
1111 | 2024-11-22T23:15:34.789Z | Downloaded twox-hash v1.6.3 |
1112 | 2024-11-22T23:15:34.791Z | Downloaded libsw v3.3.1 |
1113 | 2024-11-22T23:15:34.793Z | Downloaded httpdate v1.0.3 |
1114 | 2024-11-22T23:15:34.793Z | Downloaded slog-bunyan v2.5.0 |
1115 | 2024-11-22T23:15:34.796Z | Downloaded blake2 v0.10.6 |
1116 | 2024-11-22T23:15:34.798Z | Downloaded vte_generate_state_changes v0.1.2 |
1117 | 2024-11-22T23:15:34.798Z | Downloaded utf8_iter v1.0.4 |
1118 | 2024-11-22T23:15:34.798Z | Downloaded instability v0.3.2 |
1119 | 2024-11-22T23:15:34.800Z | Downloaded home v0.5.9 |
1120 | 2024-11-22T23:15:34.800Z | Downloaded console v0.15.8 |
1121 | 2024-11-22T23:15:34.803Z | Downloaded cmake v0.1.51 |
1122 | 2024-11-22T23:15:34.806Z | Downloaded icu_provider_macros v1.5.0 |
1123 | 2024-11-22T23:15:34.806Z | Downloaded instant v0.1.13 |
1124 | 2024-11-22T23:15:34.808Z | Downloaded http-body v1.0.1 |
1125 | 2024-11-22T23:15:34.808Z | Downloaded ciborium v0.2.2 |
1126 | 2024-11-22T23:15:34.811Z | Downloaded hmac v0.12.1 |
1127 | 2024-11-22T23:15:34.814Z | Downloaded hex v0.4.3 |
1128 | 2024-11-22T23:15:34.814Z | Downloaded crc v3.2.1 |
1129 | 2024-11-22T23:15:34.817Z | Downloaded cobs v0.2.3 |
1130 | 2024-11-22T23:15:34.819Z | Downloaded ciborium-ll v0.2.2 |
1131 | 2024-11-22T23:15:34.819Z | Downloaded http-range v0.1.5 |
1132 | 2024-11-22T23:15:34.819Z | Downloaded colored v2.1.0 |
1133 | 2024-11-22T23:15:34.822Z | Downloaded hostname v0.3.1 |
1134 | 2024-11-22T23:15:34.824Z | Downloaded arrayref v0.3.9 |
1135 | 2024-11-22T23:15:34.975Z | Downloaded libsqlite3-sys v0.30.1 |
1136 | 2024-11-22T23:15:35.137Z | Downloaded ring v0.17.8 |
1137 | 2024-11-22T23:15:35.296Z | Downloaded ring v0.16.20 |
1138 | 2024-11-22T23:15:35.526Z | Downloaded aws-lc-sys v0.22.0 |
1139 | 2024-11-22T23:15:35.829Z | Compiling serde v1.0.215 |
1140 | 2024-11-22T23:15:35.833Z | Compiling lock_api v0.4.12 |
1141 | 2024-11-22T23:15:35.833Z | Compiling scopeguard v1.2.0 |
1142 | 2024-11-22T23:15:35.833Z | Compiling value-bag v1.9.0 |
1143 | 2024-11-22T23:15:35.833Z | Compiling typenum v1.17.0 |
1144 | 2024-11-22T23:15:35.990Z | Compiling generic-array v0.14.7 |
1145 | 2024-11-22T23:15:36.028Z | Compiling syn v2.0.87 |
1146 | 2024-11-22T23:15:36.031Z | Compiling getrandom v0.2.15 |
1147 | 2024-11-22T23:15:36.119Z | Compiling shlex v1.3.0 |
1148 | 2024-11-22T23:15:36.333Z | Compiling rand_core v0.6.4 |
1149 | 2024-11-22T23:15:36.427Z | Compiling log v0.4.22 |
1150 | 2024-11-22T23:15:36.531Z | Compiling subtle v2.6.1 |
1151 | 2024-11-22T23:15:36.555Z | Compiling jobserver v0.1.32 |
1152 | 2024-11-22T23:15:36.577Z | Compiling smallvec v1.13.2 |
1153 | 2024-11-22T23:15:36.851Z | Compiling const-oid v0.9.6 |
1154 | 2024-11-22T23:15:36.872Z | Compiling spin v0.9.8 |
1155 | 2024-11-22T23:15:36.890Z | Compiling cc v1.1.30 |
1156 | 2024-11-22T23:15:37.094Z | Compiling pin-project-lite v0.2.14 |
1157 | 2024-11-22T23:15:37.100Z | Compiling rustix v0.38.37 |
1158 | 2024-11-22T23:15:37.267Z | Compiling parking_lot_core v0.9.10 |
1159 | 2024-11-22T23:15:37.305Z | Compiling futures-core v0.3.31 |
1160 | 2024-11-22T23:15:37.484Z | Compiling signal-hook-registry v1.4.2 |
1161 | 2024-11-22T23:15:37.546Z | Compiling mio v1.0.2 |
1162 | 2024-11-22T23:15:38.074Z | Compiling aho-corasick v1.1.3 |
1163 | 2024-11-22T23:15:38.473Z | Compiling parking_lot v0.12.3 |
1164 | 2024-11-22T23:15:38.561Z | Compiling cpufeatures v0.2.14 |
1165 | 2024-11-22T23:15:38.670Z | Compiling regex-syntax v0.8.5 |
1166 | 2024-11-22T23:15:38.815Z | Compiling either v1.13.0 |
1167 | 2024-11-22T23:15:38.957Z | Compiling lazy_static v1.5.0 |
1168 | 2024-11-22T23:15:38.978Z | Compiling glob v0.3.1 |
1169 | 2024-11-22T23:15:39.081Z | Compiling futures-sink v0.3.31 |
1170 | 2024-11-22T23:15:39.245Z | Compiling stable_deref_trait v1.2.0 |
1171 | 2024-11-22T23:15:39.266Z | Compiling socket2 v0.5.7 |
1172 | 2024-11-22T23:15:39.351Z | Compiling slab v0.4.9 |
1173 | 2024-11-22T23:15:39.458Z | Compiling prettyplease v0.2.25 |
1174 | 2024-11-22T23:15:39.794Z | Compiling minimal-lexical v0.2.1 |
1175 | 2024-11-22T23:15:40.003Z | Compiling clang-sys v1.8.1 |
1176 | 2024-11-22T23:15:40.125Z | Compiling libloading v0.8.5 |
1177 | 2024-11-22T23:15:40.286Z | Compiling nom v7.1.3 |
1178 | 2024-11-22T23:15:40.337Z | Compiling serde_json v1.0.132 |
1179 | 2024-11-22T23:15:40.552Z | Compiling home v0.5.9 |
1180 | 2024-11-22T23:15:40.649Z | Compiling bindgen v0.69.5 |
1181 | 2024-11-22T23:15:40.851Z | Compiling futures-channel v0.3.31 |
1182 | 2024-11-22T23:15:41.272Z | Compiling itertools v0.12.1 |
1183 | 2024-11-22T23:15:41.381Z | Compiling futures-task v0.3.31 |
1184 | 2024-11-22T23:15:41.438Z | Compiling lazycell v1.3.0 |
1185 | 2024-11-22T23:15:41.610Z | Compiling pin-utils v0.1.0 |
1186 | 2024-11-22T23:15:41.689Z | Compiling allocator-api2 v0.2.18 |
1187 | 2024-11-22T23:15:41.709Z | Compiling foldhash v0.1.3 |
1188 | 2024-11-22T23:15:42.034Z | Compiling rustc-hash v1.1.0 |
1189 | 2024-11-22T23:15:42.188Z | Compiling futures-io v0.3.31 |
1190 | 2024-11-22T23:15:42.503Z | Compiling regex-automata v0.4.8 |
1191 | 2024-11-22T23:15:42.522Z | Compiling hashbrown v0.15.0 |
1192 | 2024-11-22T23:15:43.799Z | Compiling synstructure v0.13.1 |
1193 | 2024-11-22T23:15:43.953Z | Compiling cexpr v0.6.0 |
1194 | 2024-11-22T23:15:44.434Z | Compiling cmake v0.1.51 |
1195 | 2024-11-22T23:15:45.462Z | Compiling tinyvec_macros v0.1.1 |
1196 | 2024-11-22T23:15:45.484Z | Compiling libm v0.2.8 |
1197 | 2024-11-22T23:15:45.516Z | Compiling fs_extra v1.3.0 |
1198 | 2024-11-22T23:15:45.562Z | Compiling dunce v1.0.5 |
1199 | 2024-11-22T23:15:45.692Z | Compiling pkg-config v0.3.31 |
1200 | 2024-11-22T23:15:45.717Z | Compiling tinyvec v1.8.0 |
1201 | 2024-11-22T23:15:45.845Z | Compiling num-traits v0.2.19 |
1202 | 2024-11-22T23:15:46.357Z | Compiling ring v0.17.8 |
1203 | 2024-11-22T23:15:47.025Z | Compiling litemap v0.7.3 |
1204 | 2024-11-22T23:15:47.183Z | Compiling unicode-normalization v0.1.24 |
1205 | 2024-11-22T23:15:47.203Z | Compiling base64ct v1.6.0 |
1206 | 2024-11-22T23:15:47.410Z | Compiling writeable v0.5.5 |
1207 | 2024-11-22T23:15:47.501Z | Compiling paste v1.0.15 |
1208 | 2024-11-22T23:15:47.518Z | Compiling unicode-bidi v0.3.17 |
1209 | 2024-11-22T23:15:47.821Z | Compiling pem-rfc7468 v0.7.0 |
1210 | 2024-11-22T23:15:47.991Z | Compiling regex v1.11.1 |
1211 | 2024-11-22T23:15:48.542Z | Compiling flagset v0.4.6 |
1212 | 2024-11-22T23:15:48.716Z | Compiling aws-lc-rs v1.10.0 |
1213 | 2024-11-22T23:15:48.950Z | Compiling httparse v1.9.5 |
1214 | 2024-11-22T23:15:49.130Z | Compiling tracing-core v0.1.32 |
1215 | 2024-11-22T23:15:49.720Z | Compiling icu_locid_transform_data v1.5.0 |
1216 | 2024-11-22T23:15:49.800Z | Compiling rustls-pki-types v1.9.0 |
1217 | 2024-11-22T23:15:50.142Z | Compiling crossbeam-utils v0.8.20 |
1218 | 2024-11-22T23:15:50.220Z | Compiling percent-encoding v2.3.1 |
1219 | 2024-11-22T23:15:50.557Z | Compiling num-conv v0.1.0 |
1220 | 2024-11-22T23:15:50.665Z | Compiling serde_derive v1.0.215 |
1221 | 2024-11-22T23:15:50.708Z | Compiling zeroize_derive v1.4.2 |
1222 | 2024-11-22T23:15:50.804Z | Compiling zerocopy-derive v0.7.35 |
1223 | 2024-11-22T23:15:50.826Z | Compiling tokio-macros v2.4.0 |
1224 | 2024-11-22T23:15:51.116Z | Compiling zerofrom-derive v0.1.4 |
1225 | 2024-11-22T23:15:52.210Z | Compiling zeroize v1.8.1 |
1226 | 2024-11-22T23:15:52.417Z | Compiling thiserror-impl v1.0.69 |
1227 | 2024-11-22T23:15:52.599Z | Compiling yoke-derive v0.7.4 |
1228 | 2024-11-22T23:15:53.097Z | Compiling zerocopy v0.7.35 |
1229 | 2024-11-22T23:15:54.072Z | Compiling crypto-common v0.1.6 |
1230 | 2024-11-22T23:15:54.306Z | Compiling block-buffer v0.10.4 |
1231 | 2024-11-22T23:15:54.573Z | Compiling digest v0.10.7 |
1232 | 2024-11-22T23:15:54.667Z | Compiling zerovec-derive v0.10.3 |
1233 | 2024-11-22T23:15:55.043Z | Compiling hmac v0.12.1 |
1234 | 2024-11-22T23:15:55.079Z | Compiling zerofrom v0.1.4 |
1235 | 2024-11-22T23:15:55.113Z | Compiling futures-macro v0.3.31 |
1236 | 2024-11-22T23:15:55.276Z | Compiling block-padding v0.3.3 |
1237 | 2024-11-22T23:15:55.371Z | Compiling displaydoc v0.2.5 |
1238 | 2024-11-22T23:15:55.497Z | Compiling inout v0.1.3 |
1239 | 2024-11-22T23:15:55.625Z | Compiling yoke v0.7.4 |
1240 | 2024-11-22T23:15:55.755Z | Compiling cipher v0.4.4 |
1241 | 2024-11-22T23:15:55.798Z | Compiling thiserror v1.0.69 |
1242 | 2024-11-22T23:15:55.936Z | Compiling sha2 v0.10.8 |
1243 | 2024-11-22T23:15:55.984Z | Compiling ppv-lite86 v0.2.20 |
1244 | 2024-11-22T23:15:56.278Z | Compiling der_derive v0.7.3 |
1245 | 2024-11-22T23:15:56.762Z | Compiling icu_provider_macros v1.5.0 |
1246 | 2024-11-22T23:15:56.971Z | Compiling rand_chacha v0.3.1 |
1247 | 2024-11-22T23:15:57.014Z | Compiling futures-util v0.3.31 |
1248 | 2024-11-22T23:15:57.339Z | Compiling zerovec v0.10.4 |
1249 | 2024-11-22T23:15:57.924Z | Compiling tracing-attributes v0.1.27 |
1250 | 2024-11-22T23:15:58.145Z | Compiling rand v0.8.5 |
1251 | 2024-11-22T23:15:58.673Z | Compiling der v0.7.9 |
1252 | 2024-11-22T23:15:59.276Z | Compiling tinystr v0.7.6 |
1253 | 2024-11-22T23:15:59.421Z | Compiling icu_collections v1.5.0 |
1254 | 2024-11-22T23:15:59.555Z | Compiling salsa20 v0.10.2 |
1255 | 2024-11-22T23:15:59.717Z | Compiling icu_locid v1.5.0 |
1256 | 2024-11-22T23:15:59.777Z | Compiling pest v2.7.14 |
1257 | 2024-11-22T23:16:00.273Z | Compiling pbkdf2 v0.12.2 |
1258 | 2024-11-22T23:16:00.472Z | Compiling vcpkg v0.2.15 |
1259 | 2024-11-22T23:16:00.910Z | Compiling icu_provider v1.5.0 |
1260 | 2024-11-22T23:16:01.765Z | Compiling tracing v0.1.40 |
1261 | 2024-11-22T23:16:01.921Z | Compiling icu_locid_transform v1.5.0 |
1262 | 2024-11-22T23:16:02.035Z | Compiling spki v0.7.3 |
1263 | 2024-11-22T23:16:02.093Z | Compiling time-core v0.1.2 |
1264 | 2024-11-22T23:16:02.274Z | Compiling icu_properties_data v1.5.0 |
1265 | 2024-11-22T23:16:02.277Z | Compiling untrusted v0.7.1 |
1266 | 2024-11-22T23:16:02.400Z | Compiling untrusted v0.9.0 |
1267 | 2024-11-22T23:16:02.457Z | Compiling powerfmt v0.2.0 |
1268 | 2024-11-22T23:16:02.545Z | Compiling mirai-annotations v1.12.0 |
1269 | 2024-11-22T23:16:02.725Z | Compiling openssl-sys v0.9.103 |
1270 | 2024-11-22T23:16:02.768Z | Compiling deranged v0.3.11 |
1271 | 2024-11-22T23:16:02.812Z | Compiling pest_meta v2.7.14 |
1272 | 2024-11-22T23:16:02.884Z | Compiling time-macros v0.2.18 |
1273 | 2024-11-22T23:16:03.334Z | Compiling icu_properties v1.5.1 |
1274 | 2024-11-22T23:16:04.657Z | Compiling bitflags v2.6.0 |
1275 | 2024-11-22T23:16:04.737Z | Compiling bytes v1.8.0 |
1276 | 2024-11-22T23:16:05.116Z | Compiling indexmap v2.6.0 |
1277 | 2024-11-22T23:16:06.067Z | Compiling tokio v1.40.0 |
1278 | 2024-11-22T23:16:06.178Z | Compiling http v1.1.0 |
1279 | 2024-11-22T23:16:06.336Z | Compiling semver v1.0.23 |
1280 | 2024-11-22T23:16:06.561Z | Compiling scrypt v0.11.0 |
1281 | 2024-11-22T23:16:07.110Z | Compiling rustc_version v0.4.1 |
1282 | 2024-11-22T23:16:07.161Z | Compiling aes v0.8.4 |
1283 | 2024-11-22T23:16:07.904Z | Compiling cbc v0.1.2 |
1284 | 2024-11-22T23:16:07.925Z | Compiling scroll_derive v0.12.0 |
1285 | 2024-11-22T23:16:08.008Z | Compiling icu_normalizer_data v1.5.0 |
1286 | 2024-11-22T23:16:08.115Z | Compiling utf8_iter v1.0.4 |
1287 | 2024-11-22T23:16:08.149Z | Compiling atomic-waker v1.1.2 |
1288 | 2024-11-22T23:16:08.238Z | Compiling utf16_iter v1.0.5 |
1289 | 2024-11-22T23:16:08.329Z | Compiling num_threads v0.1.7 |
1290 | 2024-11-22T23:16:08.356Z | Compiling write16 v1.0.0 |
1291 | 2024-11-22T23:16:08.423Z | Compiling time v0.3.36 |
1292 | 2024-11-22T23:16:08.454Z | Compiling pkcs5 v0.7.1 |
1293 | 2024-11-22T23:16:08.483Z | Compiling icu_normalizer v1.5.0 |
1294 | 2024-11-22T23:16:08.676Z | Compiling http-body v1.0.1 |
1295 | 2024-11-22T23:16:08.916Z | Compiling pest_generator v2.7.14 |
1296 | 2024-11-22T23:16:09.427Z | Compiling which v4.4.2 |
1297 | 2024-11-22T23:16:09.675Z | Compiling scroll v0.12.0 |
1298 | 2024-11-22T23:16:10.243Z | Compiling form_urlencoded v1.2.1 |
1299 | 2024-11-22T23:16:10.264Z | Compiling try-lock v0.2.5 |
1300 | 2024-11-22T23:16:10.416Z | Compiling slog v2.7.0 |
1301 | 2024-11-22T23:16:10.464Z | Compiling want v0.3.1 |
1302 | 2024-11-22T23:16:10.487Z | Compiling goblin v0.8.2 |
1303 | 2024-11-22T23:16:10.542Z | Compiling idna_adapter v1.2.0 |
1304 | 2024-11-22T23:16:10.744Z | Compiling pkcs8 v0.10.2 |
1305 | 2024-11-22T23:16:10.767Z | Compiling httpdate v1.0.3 |
1306 | 2024-11-22T23:16:10.898Z | Compiling pest_derive v2.7.14 |
1307 | 2024-11-22T23:16:11.210Z | Compiling idna v1.0.3 |
1308 | 2024-11-22T23:16:11.439Z | Compiling toml_datetime v0.6.8 |
1309 | 2024-11-22T23:16:11.688Z | Compiling dtrace-parser v0.2.0 |
1310 | 2024-11-22T23:16:11.851Z | Compiling serde_spanned v0.6.8 |
1311 | 2024-11-22T23:16:11.969Z | Compiling serde_tokenstream v0.2.2 |
1312 | 2024-11-22T23:16:12.096Z | Compiling uuid v1.11.0 |
1313 | 2024-11-22T23:16:12.595Z | Compiling iana-time-zone v0.1.61 |
1314 | 2024-11-22T23:16:13.024Z | Compiling foreign-types-shared v0.1.1 |
1315 | 2024-11-22T23:16:13.096Z | Compiling adler2 v2.0.0 |
1316 | 2024-11-22T23:16:13.139Z | Compiling tower-service v0.3.3 |
1317 | 2024-11-22T23:16:13.267Z | Compiling match_cfg v0.1.0 |
1318 | 2024-11-22T23:16:13.306Z | Compiling openssl v0.10.66 |
1319 | 2024-11-22T23:16:13.367Z | Compiling rustversion v1.0.17 |
1320 | 2024-11-22T23:16:13.569Z | Compiling base64 v0.22.1 |
1321 | 2024-11-22T23:16:13.703Z | Compiling hostname v0.3.1 |
1322 | 2024-11-22T23:16:13.752Z | Compiling miniz_oxide v0.8.0 |
1323 | 2024-11-22T23:16:13.879Z | Compiling foreign-types v0.3.2 |
1324 | 2024-11-22T23:16:13.948Z | Compiling chrono v0.4.38 |
1325 | 2024-11-22T23:16:13.977Z | Compiling url v2.5.3 |
1326 | 2024-11-22T23:16:14.305Z | Compiling openssl-macros v0.1.1 |
1327 | 2024-11-22T23:16:15.072Z | Compiling tokio-util v0.7.12 |
1328 | 2024-11-22T23:16:15.291Z | Compiling async-trait v0.1.83 |
1329 | 2024-11-22T23:16:15.500Z | Compiling dirs-sys-next v0.1.2 |
1330 | 2024-11-22T23:16:15.998Z | Compiling siphasher v0.3.11 |
1331 | 2024-11-22T23:16:16.168Z | Compiling h2 v0.4.6 |
1332 | 2024-11-22T23:16:16.356Z | Compiling dof v0.3.0 |
1333 | 2024-11-22T23:16:16.489Z | Compiling data-encoding v2.6.0 |
1334 | 2024-11-22T23:16:17.725Z | Compiling usdt-impl v0.5.0 |
1335 | 2024-11-22T23:16:18.094Z | Compiling syn v1.0.109 |
1336 | 2024-11-22T23:16:18.613Z | Compiling rustls v0.22.4 |
1337 | 2024-11-22T23:16:18.730Z | Compiling native-tls v0.2.12 |
1338 | 2024-11-22T23:16:18.862Z | Compiling rustls v0.23.14 |
1339 | 2024-11-22T23:16:18.980Z | Compiling dirs-next v2.0.0 |
1340 | 2024-11-22T23:16:19.176Z | Compiling http-body-util v0.1.2 |
1341 | 2024-11-22T23:16:19.316Z | Compiling heapless v0.7.17 |
1342 | 2024-11-22T23:16:19.727Z | Compiling crossbeam-epoch v0.9.18 |
1343 | 2024-11-22T23:16:19.754Z | Compiling signature v2.2.0 |
1344 | 2024-11-22T23:16:20.054Z | Compiling sha1 v0.10.6 |
1345 | 2024-11-22T23:16:20.486Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1346 | 2024-11-22T23:16:20.515Z | Compiling serde_derive_internals v0.29.1 |
1347 | 2024-11-22T23:16:20.538Z | Compiling thread_local v1.1.8 |
1348 | 2024-11-22T23:16:20.898Z | Compiling multer v3.1.0 |
1349 | 2024-11-22T23:16:20.984Z | Compiling cookie v0.18.1 |
1350 | 2024-11-22T23:16:21.098Z | Compiling encoding_rs v0.8.34 |
1351 | 2024-11-22T23:16:21.177Z | Compiling mime v0.3.17 |
1352 | 2024-11-22T23:16:21.262Z | Compiling openssl-probe v0.1.5 |
1353 | 2024-11-22T23:16:21.590Z | Compiling gimli v0.31.1 |
1354 | 2024-11-22T23:16:21.641Z | Compiling unicode-properties v0.1.3 |
1355 | 2024-11-22T23:16:21.787Z | Compiling slog-async v2.8.0 |
1356 | 2024-11-22T23:16:22.046Z | Compiling signal-hook v0.3.17 |
1357 | 2024-11-22T23:16:22.301Z | Compiling rayon-core v1.12.1 |
1358 | 2024-11-22T23:16:22.344Z | Compiling ipnet v2.10.1 |
1359 | 2024-11-22T23:16:22.559Z | Compiling schemars v0.8.21 |
1360 | 2024-11-22T23:16:23.076Z | Compiling hyper v1.5.0 |
1361 | 2024-11-22T23:16:23.342Z | Compiling schemars_derive v0.8.21 |
1362 | 2024-11-22T23:16:23.685Z | Compiling stringprep v0.1.5 |
1363 | 2024-11-22T23:16:24.968Z | Compiling toml_edit v0.22.22 |
1364 | 2024-11-22T23:16:25.492Z | Compiling hyper-util v0.1.10 |
1365 | 2024-11-22T23:16:26.698Z | Compiling addr2line v0.24.2 |
1366 | 2024-11-22T23:16:27.261Z | Compiling usdt-macro v0.5.0 |
1367 | 2024-11-22T23:16:27.384Z | Compiling usdt-attr-macro v0.5.0 |
1368 | 2024-11-22T23:16:27.387Z | Compiling crossbeam-deque v0.8.5 |
1369 | 2024-11-22T23:16:27.736Z | Compiling term v0.7.0 |
1370 | 2024-11-22T23:16:28.603Z | Compiling slog-json v2.6.1 |
1371 | 2024-11-22T23:16:28.638Z | Compiling serde_urlencoded v0.7.1 |
1372 | 2024-11-22T23:16:28.723Z | Compiling curve25519-dalek v4.1.3 |
1373 | 2024-11-22T23:16:28.968Z | Compiling crossbeam-channel v0.5.13 |
1374 | 2024-11-22T23:16:29.038Z | Compiling futures-executor v0.3.31 |
1375 | 2024-11-22T23:16:29.183Z | Compiling enum-as-inner v0.6.1 |
1376 | 2024-11-22T23:16:29.229Z | Compiling md-5 v0.10.6 |
1377 | 2024-11-22T23:16:29.347Z | Compiling async-stream-impl v0.3.6 |
1378 | 2024-11-22T23:16:29.491Z | Compiling rustls-pemfile v2.2.0 |
1379 | 2024-11-22T23:16:29.605Z | Compiling num-integer v0.1.46 |
1380 | 2024-11-22T23:16:29.826Z | Compiling idna v0.3.0 |
1381 | 2024-11-22T23:16:30.083Z | Compiling idna v0.4.0 |
1382 | 2024-11-22T23:16:30.314Z | Compiling hash32 v0.2.1 |
1383 | 2024-11-22T23:16:30.399Z | Compiling ff v0.13.0 |
1384 | 2024-11-22T23:16:30.635Z | Compiling is-terminal v0.4.13 |
1385 | 2024-11-22T23:16:30.672Z | Compiling dropshot v0.12.0 |
1386 | 2024-11-22T23:16:31.694Z | Compiling object v0.36.5 |
1387 | 2024-11-22T23:16:31.694Z | Compiling psl-types v2.0.11 |
1388 | 2024-11-22T23:16:31.695Z | Compiling utf-8 v0.7.6 |
1389 | 2024-11-22T23:16:31.695Z | Compiling linked-hash-map v0.5.6 |
1390 | 2024-11-22T23:16:31.695Z | Compiling fallible-iterator v0.2.0 |
1391 | 2024-11-22T23:16:31.695Z | Compiling quick-error v1.2.3 |
1392 | 2024-11-22T23:16:31.695Z | Compiling rustc-demangle v0.1.24 |
1393 | 2024-11-22T23:16:31.695Z | Compiling anyhow v1.0.93 |
1394 | 2024-11-22T23:16:31.780Z | Compiling portable-atomic v1.9.0 |
1395 | 2024-11-22T23:16:31.976Z | Compiling base16ct v0.2.0 |
1396 | 2024-11-22T23:16:32.115Z | Compiling num-bigint-dig v0.8.4 |
1397 | 2024-11-22T23:16:32.303Z | Compiling dyn-clone v1.0.17 |
1398 | 2024-11-22T23:16:32.403Z | Compiling take_mut v0.2.2 |
1399 | 2024-11-22T23:16:32.469Z | Compiling smoltcp v0.9.1 |
1400 | 2024-11-22T23:16:32.996Z | Compiling sec1 v0.7.3 |
1401 | 2024-11-22T23:16:33.255Z | Compiling postgres-protocol v0.6.7 |
1402 | 2024-11-22T23:16:33.572Z | Compiling resolv-conf v0.7.0 |
1403 | 2024-11-22T23:16:33.610Z | Compiling lru-cache v0.1.2 |
1404 | 2024-11-22T23:16:33.726Z | Compiling tungstenite v0.24.0 |
1405 | 2024-11-22T23:16:33.889Z | Compiling hickory-proto v0.24.1 |
1406 | 2024-11-22T23:16:34.352Z | Compiling publicsuffix v2.2.3 |
1407 | 2024-11-22T23:16:34.591Z | Compiling slog-term v2.9.1 |
1408 | 2024-11-22T23:16:34.614Z | Compiling async-stream v0.3.6 |
1409 | 2024-11-22T23:16:34.939Z | Compiling usdt v0.5.0 |
1410 | 2024-11-22T23:16:35.472Z | Compiling group v0.13.0 |
1411 | 2024-11-22T23:16:35.879Z | Compiling num-iter v0.1.45 |
1412 | 2024-11-22T23:16:36.102Z | Compiling futures v0.3.31 |
1413 | 2024-11-22T23:16:36.190Z | Compiling slog-bunyan v2.5.0 |
1414 | 2024-11-22T23:16:36.365Z | Compiling toml v0.8.19 |
1415 | 2024-11-22T23:16:36.433Z | Compiling tokio-native-tls v0.3.1 |
1416 | 2024-11-22T23:16:38.079Z | Compiling backtrace v0.3.74 |
1417 | 2024-11-22T23:16:38.168Z | Compiling camino v1.1.9 |
1418 | 2024-11-22T23:16:38.232Z | Compiling phf_shared v0.11.2 |
1419 | 2024-11-22T23:16:38.630Z | Compiling dropshot_endpoint v0.12.0 |
1420 | 2024-11-22T23:16:38.782Z | Compiling terminal_size v0.4.0 |
1421 | 2024-11-22T23:16:38.852Z | Compiling waitgroup v0.1.2 |
1422 | 2024-11-22T23:16:38.993Z | Compiling openapiv3 v2.0.0 |
1423 | 2024-11-22T23:16:39.071Z | Compiling serde_path_to_error v0.1.16 |
1424 | 2024-11-22T23:16:39.135Z | Compiling hkdf v0.12.4 |
1425 | 2024-11-22T23:16:39.403Z | Compiling crypto-bigint v0.5.5 |
1426 | 2024-11-22T23:16:39.930Z | Compiling curve25519-dalek-derive v0.1.1 |
1427 | 2024-11-22T23:16:41.566Z | Compiling zerocopy-derive v0.6.6 |
1428 | 2024-11-22T23:16:41.828Z | Compiling webpki-roots v0.26.6 |
1429 | 2024-11-22T23:16:41.846Z | Compiling hubpack_derive v0.1.1 |
1430 | 2024-11-22T23:16:42.038Z | Compiling idna v0.5.0 |
1431 | 2024-11-22T23:16:42.721Z | Compiling hostname v0.4.0 |
1432 | 2024-11-22T23:16:42.981Z | Compiling ahash v0.8.11 |
1433 | 2024-11-22T23:16:43.295Z | Compiling crc32fast v1.4.2 |
1434 | 2024-11-22T23:16:43.320Z | Compiling fs-err v2.11.0 |
1435 | 2024-11-22T23:16:43.422Z | Compiling bitflags v1.3.2 |
1436 | 2024-11-22T23:16:43.531Z | Compiling managed v0.8.0 |
1437 | 2024-11-22T23:16:43.591Z | Compiling debug-ignore v1.0.5 |
1438 | 2024-11-22T23:16:43.626Z | Compiling winnow v0.5.40 |
1439 | 2024-11-22T23:16:43.698Z | Compiling strum_macros v0.25.3 |
1440 | 2024-11-22T23:16:43.793Z | Compiling zerocopy v0.6.6 |
1441 | 2024-11-22T23:16:43.893Z | Compiling clap_builder v4.5.21 |
1442 | 2024-11-22T23:16:44.366Z | Compiling console v0.15.8 |
1443 | 2024-11-22T23:16:44.584Z | Compiling flate2 v1.0.34 |
1444 | 2024-11-22T23:16:45.607Z | Compiling cookie_store v0.21.0 |
1445 | 2024-11-22T23:16:45.647Z | Compiling hubpack v0.1.2 |
1446 | 2024-11-22T23:16:46.010Z | Compiling elliptic-curve v0.13.8 |
1447 | 2024-11-22T23:16:46.099Z | Compiling hickory-resolver v0.24.1 |
1448 | 2024-11-22T23:16:47.234Z | Compiling toml_edit v0.19.15 |
1449 | 2024-11-22T23:16:47.497Z | Compiling phf v0.11.2 |
1450 | 2024-11-22T23:16:47.758Z | Compiling signal-hook-mio v0.2.4 |
1451 | 2024-11-22T23:16:47.820Z | Compiling rayon v1.10.0 |
1452 | 2024-11-22T23:16:47.928Z | Compiling hyper-tls v0.6.0 |
1453 | 2024-11-22T23:16:47.955Z | Compiling bzip2 v0.4.4 |
1454 | 2024-11-22T23:16:48.362Z | Compiling tokio-tungstenite v0.24.0 |
1455 | 2024-11-22T23:16:48.924Z | Compiling postgres-types v0.2.8 |
1456 | 2024-11-22T23:16:51.863Z | Compiling ed25519 v2.2.3 |
1457 | 2024-11-22T23:16:52.666Z | Compiling phf_shared v0.10.0 |
1458 | 2024-11-22T23:16:52.865Z | Compiling tokio-stream v0.1.16 |
1459 | 2024-11-22T23:16:53.097Z | Compiling pkcs1 v0.7.5 |
1460 | 2024-11-22T23:16:53.450Z | Compiling serde-big-array v0.5.1 |
1461 | 2024-11-22T23:16:53.693Z | Compiling clap_derive v4.5.18 |
1462 | 2024-11-22T23:16:53.776Z | Compiling rfc6979 v0.4.0 |
1463 | 2024-11-22T23:16:53.974Z | Compiling derive-where v1.2.7 |
1464 | 2024-11-22T23:16:53.977Z | Compiling serde_repr v0.1.19 |
1465 | 2024-11-22T23:16:54.115Z | Compiling float-cmp v0.9.0 |
1466 | 2024-11-22T23:16:54.223Z | Compiling bstr v1.10.0 |
1467 | 2024-11-22T23:16:54.343Z | Compiling sync_wrapper v1.0.1 |
1468 | 2024-11-22T23:16:54.503Z | Compiling new_debug_unreachable v1.0.6 |
1469 | 2024-11-22T23:16:54.607Z | Compiling precomputed-hash v0.1.1 |
1470 | 2024-11-22T23:16:54.740Z | Compiling static_assertions v1.1.0 |
1471 | 2024-11-22T23:16:54.851Z | Compiling predicates-core v1.0.8 |
1472 | 2024-11-22T23:16:55.174Z | Compiling normalize-line-endings v0.3.0 |
1473 | 2024-11-22T23:16:55.231Z | Compiling fixedbitset v0.4.2 |
1474 | 2024-11-22T23:16:55.290Z | Compiling number_prefix v0.4.0 |
1475 | 2024-11-22T23:16:55.311Z | Compiling unicode-segmentation v1.12.0 |
1476 | 2024-11-22T23:16:55.530Z | Compiling bit-vec v0.6.3 |
1477 | 2024-11-22T23:16:55.693Z | Compiling difflib v0.4.0 |
1478 | 2024-11-22T23:16:55.965Z | Compiling whoami v1.5.2 |
1479 | 2024-11-22T23:16:56.015Z | Compiling unicode-width v0.2.0 |
1480 | 2024-11-22T23:16:56.197Z | Compiling predicates v3.1.2 |
1481 | 2024-11-22T23:16:56.555Z | Compiling indicatif v0.17.9 |
1482 | 2024-11-22T23:16:56.597Z | Compiling tokio-postgres v0.7.12 |
1483 | 2024-11-22T23:16:57.351Z | Compiling similar v2.6.0 |
1484 | 2024-11-22T23:16:57.588Z | Compiling bit-set v0.5.3 |
1485 | 2024-11-22T23:16:57.919Z | Compiling petgraph v0.6.5 |
1486 | 2024-11-22T23:16:58.008Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1487 | 2024-11-22T23:16:58.806Z | Compiling clap v4.5.21 |
1488 | 2024-11-22T23:16:58.854Z | Compiling string_cache v0.8.7 |
1489 | 2024-11-22T23:16:58.940Z | Compiling ecdsa v0.16.9 |
1490 | 2024-11-22T23:16:59.347Z | Compiling rsa v0.9.6 |
1491 | 2024-11-22T23:16:59.783Z | Compiling ed25519-dalek v2.1.1 |
1492 | 2024-11-22T23:16:59.862Z | Compiling toml v0.7.8 |
1493 | 2024-11-22T23:17:01.118Z | Compiling zip v0.6.6 |
1494 | 2024-11-22T23:17:01.637Z | Compiling crossterm v0.28.1 |
1495 | 2024-11-22T23:17:02.562Z | Compiling hex v0.4.3 |
1496 | 2024-11-22T23:17:02.783Z | Compiling x509-cert v0.2.5 |
1497 | 2024-11-22T23:17:02.804Z | Compiling itertools v0.10.5 |
1498 | 2024-11-22T23:17:03.174Z | Compiling peg-runtime v0.8.3 |
1499 | 2024-11-22T23:17:03.219Z | Compiling lalrpop-util v0.19.12 |
1500 | 2024-11-22T23:17:03.572Z | Compiling unicode-xid v0.2.6 |
1501 | 2024-11-22T23:17:03.766Z | Compiling strum_macros v0.26.4 |
1502 | 2024-11-22T23:17:03.850Z | Compiling xattr v1.3.1 |
1503 | 2024-11-22T23:17:04.131Z | Compiling filetime v0.2.25 |
1504 | 2024-11-22T23:17:04.464Z | Compiling tar v0.4.42 |
1505 | 2024-11-22T23:17:08.446Z | Compiling strum v0.26.3 |
1506 | 2024-11-22T23:17:11.573Z | Compiling aws-lc-sys v0.22.0 |
1507 | 2024-11-22T23:17:43.074Z | Compiling rustls-webpki v0.102.8 |
1508 | 2024-11-22T23:17:46.373Z | Compiling tokio-rustls v0.25.0 |
1509 | 2024-11-22T23:17:48.193Z | Compiling tokio-rustls v0.26.0 |
1510 | 2024-11-22T23:17:48.494Z | Compiling hyper-rustls v0.27.3 |
1511 | 2024-11-22T23:17:48.783Z | Compiling reqwest v0.12.9 |
1512 | 2024-11-22T23:17:49.886Z | Compiling qorb v0.2.0 |
1513 | 2024-11-22T23:17:54.723Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1514 | 2024-11-22T23:17:54.954Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1515 | 2024-11-22T23:18:00.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
1516 | 2024-11-22T23:18:00.874Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1517 | 2024-11-22T23:18:00.926Z | Nov 22 23:18:00.091 INFO Starting download, target: Cockroach |
1518 | 2024-11-22T23:18:00.926Z | Nov 22 23:18:00.092 INFO Starting download, target: DendriteOpenapi |
1519 | 2024-11-22T23:18:00.926Z | Nov 22 23:18:00.092 INFO Starting download, target: Console |
1520 | 2024-11-22T23:18:00.928Z | Nov 22 23:18:00.092 INFO Starting download, target: Clickhouse |
1521 | 2024-11-22T23:18:00.928Z | Nov 22 23:18:00.092 INFO Starting download, target: DendriteStub |
1522 | 2024-11-22T23:18:00.928Z | Nov 22 23:18:00.092 INFO Starting download, target: MaghemiteMgd |
1523 | 2024-11-22T23:18:00.928Z | Nov 22 23:18:00.092 INFO Starting download, target: TransceiverControl |
1524 | 2024-11-22T23:18:00.928Z | Nov 22 23:18:00.092 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi |
1525 | 2024-11-22T23:18:00.928Z | Nov 22 23:18:00.092 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1526 | 2024-11-22T23:18:00.929Z | Nov 22 23:18:00.092 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1527 | 2024-11-22T23:18:00.929Z | Nov 22 23:18:00.092 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1528 | 2024-11-22T23:18:00.929Z | Nov 22 23:18:00.092 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1529 | 2024-11-22T23:18:00.929Z | Nov 22 23:18:00.093 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1530 | 2024-11-22T23:18:00.929Z | Nov 22 23:18:00.093 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1531 | 2024-11-22T23:18:01.066Z | Nov 22 23:18:00.232 INFO Download complete, target: DendriteOpenapi |
1532 | 2024-11-22T23:18:01.275Z | Nov 22 23:18:00.439 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1533 | 2024-11-22T23:18:01.713Z | Nov 22 23:18:00.877 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1534 | 2024-11-22T23:18:01.895Z | Nov 22 23:18:01.059 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1535 | 2024-11-22T23:18:01.939Z | Nov 22 23:18:01.101 INFO Download complete, target: TransceiverControl |
1536 | 2024-11-22T23:18:02.035Z | Nov 22 23:18:01.197 INFO Download complete, target: Console |
1537 | 2024-11-22T23:18:02.507Z | Nov 22 23:18:01.673 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1538 | 2024-11-22T23:18:02.631Z | Nov 22 23:18:01.797 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1539 | 2024-11-22T23:18:02.631Z | Nov 22 23:18:01.797 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1540 | 2024-11-22T23:18:02.852Z | Nov 22 23:18:02.017 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1541 | 2024-11-22T23:18:04.709Z | Nov 22 23:18:03.874 INFO Download complete, target: DendriteStub |
1542 | 2024-11-22T23:18:05.313Z | Nov 22 23:18:04.478 INFO Download complete, target: MaghemiteMgd |
1543 | 2024-11-22T23:18:09.856Z | Nov 22 23:18:09.021 INFO Checking that binary works, target: Cockroach |
1544 | 2024-11-22T23:18:10.088Z | Nov 22 23:18:09.252 INFO Download complete, target: Cockroach |
1545 | 2024-11-22T23:18:14.818Z | Nov 22 23:18:13.981 INFO Checking that binary works, target: Clickhouse |
1546 | 2024-11-22T23:18:15.228Z | Nov 22 23:18:14.392 INFO Download complete, target: Clickhouse |
1547 | 2024-11-22T23:18:15.235Z | All prerequisites installed successfully |
1548 | 2024-11-22T23:18:15.237Z | |
1549 | 2024-11-22T23:18:15.237Z | real 4:54.355925301 |
1550 | 2024-11-22T23:18:15.237Z | user 16:17.730505939 |
1551 | 2024-11-22T23:18:15.237Z | sys 3:12.932471490 |
1552 | 2024-11-22T23:18:15.237Z | trap 0.547750056 |
1553 | 2024-11-22T23:18:15.237Z | tflt 5.137398819 |
1554 | 2024-11-22T23:18:15.237Z | dflt 4.896000419 |
1555 | 2024-11-22T23:18:15.237Z | kflt 0.169759461 |
1556 | 2024-11-22T23:18:15.237Z | lock 29:39.454081856 |
1557 | 2024-11-22T23:18:15.237Z | slp 1:01:41.083270228 |
1558 | 2024-11-22T23:18:15.237Z | lat 54.822557405 |
1559 | 2024-11-22T23:18:15.237Z | stop 2:15.941009049 |
1560 | 2024-11-22T23:18:15.237Z | + ptime -m cargo xtask download softnpu |
1561 | 2024-11-22T23:18:15.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1562 | 2024-11-22T23:18:15.787Z | Running `target/debug/xtask download softnpu` |
1563 | 2024-11-22T23:18:16.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1564 | 2024-11-22T23:18:16.661Z | Running `target/debug/xtask-downloader softnpu` |
1565 | 2024-11-22T23:18:16.700Z | Nov 22 23:18:15.863 INFO Starting download, target: Softnpu |
1566 | 2024-11-22T23:18:16.702Z | Nov 22 23:18:15.864 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1567 | 2024-11-22T23:18:17.599Z | Nov 22 23:18:16.762 INFO Download complete, target: Softnpu |
1568 | 2024-11-22T23:18:17.602Z | |
1569 | 2024-11-22T23:18:17.607Z | real 2.360690177 |
1570 | 2024-11-22T23:18:17.607Z | user 1.256774667 |
1571 | 2024-11-22T23:18:17.607Z | sys 0.532481731 |
1572 | 2024-11-22T23:18:17.607Z | trap 0.000563818 |
1573 | 2024-11-22T23:18:17.607Z | tflt 0.000009998 |
1574 | 2024-11-22T23:18:17.607Z | dflt 0.000013027 |
1575 | 2024-11-22T23:18:17.607Z | kflt 0.000000000 |
1576 | 2024-11-22T23:18:17.607Z | lock 9.445660637 |
1577 | 2024-11-22T23:18:17.607Z | slp 0.757408757 |
1578 | 2024-11-22T23:18:17.607Z | lat 0.065467035 |
1579 | 2024-11-22T23:18:17.607Z | stop 0.000153752 |
1580 | 2024-11-22T23:18:17.607Z | + export CARGO_INCREMENTAL=0 |
1581 | 2024-11-22T23:18:17.607Z | + CARGO_INCREMENTAL=0 |
1582 | 2024-11-22T23:18:17.607Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1583 | 2024-11-22T23:18:18.554Z | Compiling proc-macro2 v1.0.89 |
1584 | 2024-11-22T23:18:18.554Z | Compiling unicode-ident v1.0.13 |
1585 | 2024-11-22T23:18:18.557Z | Compiling libc v0.2.162 |
1586 | 2024-11-22T23:18:18.557Z | Compiling serde v1.0.215 |
1587 | 2024-11-22T23:18:18.557Z | Compiling autocfg v1.4.0 |
1588 | 2024-11-22T23:18:18.557Z | Compiling version_check v0.9.5 |
1589 | 2024-11-22T23:18:18.557Z | Compiling cfg-if v1.0.0 |
1590 | 2024-11-22T23:18:18.825Z | Compiling memchr v2.7.4 |
1591 | 2024-11-22T23:18:18.827Z | Compiling shlex v1.3.0 |
1592 | 2024-11-22T23:18:18.869Z | Compiling typenum v1.17.0 |
1593 | 2024-11-22T23:18:19.173Z | Compiling value-bag v1.9.0 |
1594 | 2024-11-22T23:18:19.315Z | Compiling generic-array v0.14.7 |
1595 | 2024-11-22T23:18:19.332Z | Compiling scopeguard v1.2.0 |
1596 | 2024-11-22T23:18:19.663Z | Compiling lock_api v0.4.12 |
1597 | 2024-11-22T23:18:19.740Z | Compiling log v0.4.22 |
1598 | 2024-11-22T23:18:19.758Z | Compiling parking_lot_core v0.9.10 |
1599 | 2024-11-22T23:18:20.185Z | Compiling once_cell v1.20.2 |
1600 | 2024-11-22T23:18:20.297Z | Compiling serde_json v1.0.132 |
1601 | 2024-11-22T23:18:20.568Z | Compiling quote v1.0.37 |
1602 | 2024-11-22T23:18:20.597Z | Compiling rustix v0.38.37 |
1603 | 2024-11-22T23:18:20.614Z | Compiling libm v0.2.8 |
1604 | 2024-11-22T23:18:20.614Z | Compiling thiserror v1.0.69 |
1605 | 2024-11-22T23:18:20.897Z | Compiling jobserver v0.1.32 |
1606 | 2024-11-22T23:18:20.928Z | Compiling syn v2.0.87 |
1607 | 2024-11-22T23:18:21.065Z | Compiling getrandom v0.2.15 |
1608 | 2024-11-22T23:18:21.176Z | Compiling aho-corasick v1.1.3 |
1609 | 2024-11-22T23:18:21.199Z | Compiling regex-syntax v0.8.5 |
1610 | 2024-11-22T23:18:21.377Z | Compiling cc v1.1.30 |
1611 | 2024-11-22T23:18:21.408Z | Compiling num-traits v0.2.19 |
1612 | 2024-11-22T23:18:21.423Z | Compiling either v1.13.0 |
1613 | 2024-11-22T23:18:21.675Z | Compiling itoa v1.0.11 |
1614 | 2024-11-22T23:18:21.694Z | Compiling spin v0.9.8 |
1615 | 2024-11-22T23:18:21.897Z | Compiling slab v0.4.9 |
1616 | 2024-11-22T23:18:22.197Z | Compiling byteorder v1.5.0 |
1617 | 2024-11-22T23:18:22.328Z | Compiling errno v0.3.9 |
1618 | 2024-11-22T23:18:22.547Z | Compiling rand_core v0.6.4 |
1619 | 2024-11-22T23:18:22.649Z | Compiling lazy_static v1.5.0 |
1620 | 2024-11-22T23:18:22.906Z | Compiling glob v0.3.1 |
1621 | 2024-11-22T23:18:23.330Z | Compiling prettyplease v0.2.25 |
1622 | 2024-11-22T23:18:23.693Z | Compiling clang-sys v1.8.1 |
1623 | 2024-11-22T23:18:23.798Z | Compiling minimal-lexical v0.2.1 |
1624 | 2024-11-22T23:18:23.817Z | Compiling libloading v0.8.5 |
1625 | 2024-11-22T23:18:24.197Z | Compiling nom v7.1.3 |
1626 | 2024-11-22T23:18:24.267Z | Compiling home v0.5.9 |
1627 | 2024-11-22T23:18:24.362Z | Compiling bindgen v0.69.5 |
1628 | 2024-11-22T23:18:24.478Z | Compiling subtle v2.6.1 |
1629 | 2024-11-22T23:18:24.755Z | Compiling regex-automata v0.4.8 |
1630 | 2024-11-22T23:18:24.781Z | Compiling allocator-api2 v0.2.18 |
1631 | 2024-11-22T23:18:25.149Z | Compiling itertools v0.12.1 |
1632 | 2024-11-22T23:18:25.470Z | Compiling smallvec v1.13.2 |
1633 | 2024-11-22T23:18:25.554Z | Compiling semver v1.0.23 |
1634 | 2024-11-22T23:18:25.980Z | Compiling lazycell v1.3.0 |
1635 | 2024-11-22T23:18:26.001Z | Compiling rustc-hash v1.1.0 |
1636 | 2024-11-22T23:18:26.150Z | Compiling cmake v0.1.51 |
1637 | 2024-11-22T23:18:26.352Z | Compiling fs_extra v1.3.0 |
1638 | 2024-11-22T23:18:26.917Z | Compiling dunce v1.0.5 |
1639 | 2024-11-22T23:18:27.419Z | Compiling pkg-config v0.3.31 |
1640 | 2024-11-22T23:18:27.532Z | Compiling cexpr v0.6.0 |
1641 | 2024-11-22T23:18:27.817Z | Compiling ring v0.17.8 |
1642 | 2024-11-22T23:18:28.270Z | Compiling ryu v1.0.18 |
1643 | 2024-11-22T23:18:28.394Z | Compiling pin-project-lite v0.2.14 |
1644 | 2024-11-22T23:18:28.529Z | Compiling synstructure v0.13.1 |
1645 | 2024-11-22T23:18:28.807Z | Compiling fnv v1.0.7 |
1646 | 2024-11-22T23:18:28.945Z | Compiling paste v1.0.15 |
1647 | 2024-11-22T23:18:28.972Z | Compiling const-oid v0.9.6 |
1648 | 2024-11-22T23:18:29.171Z | Compiling foldhash v0.1.3 |
1649 | 2024-11-22T23:18:29.426Z | Compiling aws-lc-rs v1.10.0 |
1650 | 2024-11-22T23:18:29.444Z | Compiling httparse v1.9.5 |
1651 | 2024-11-22T23:18:29.857Z | Compiling equivalent v1.0.1 |
1652 | 2024-11-22T23:18:29.980Z | Compiling hashbrown v0.15.0 |
1653 | 2024-11-22T23:18:30.716Z | Compiling regex v1.11.1 |
1654 | 2024-11-22T23:18:30.889Z | Compiling heck v0.5.0 |
1655 | 2024-11-22T23:18:30.918Z | Compiling schemars v0.8.21 |
1656 | 2024-11-22T23:18:31.271Z | Compiling serde_derive_internals v0.29.1 |
1657 | 2024-11-22T23:18:31.342Z | Compiling signal-hook-registry v1.4.2 |
1658 | 2024-11-22T23:18:31.413Z | Compiling mio v1.0.2 |
1659 | 2024-11-22T23:18:31.695Z | Compiling parking_lot v0.12.3 |
1660 | 2024-11-22T23:18:33.241Z | Compiling stable_deref_trait v1.2.0 |
1661 | 2024-11-22T23:18:33.355Z | Compiling crossbeam-utils v0.8.20 |
1662 | 2024-11-22T23:18:33.557Z | Compiling socket2 v0.5.7 |
1663 | 2024-11-22T23:18:33.680Z | Compiling futures-core v0.3.31 |
1664 | 2024-11-22T23:18:33.870Z | Compiling time-core v0.1.2 |
1665 | 2024-11-22T23:18:34.048Z | Compiling num-conv v0.1.0 |
1666 | 2024-11-22T23:18:34.106Z | Compiling serde_derive v1.0.215 |
1667 | 2024-11-22T23:18:34.294Z | Compiling zeroize_derive v1.4.2 |
1668 | 2024-11-22T23:18:34.351Z | Compiling zerocopy-derive v0.7.35 |
1669 | 2024-11-22T23:18:35.180Z | Compiling thiserror-impl v1.0.69 |
1670 | 2024-11-22T23:18:35.265Z | Compiling tokio-macros v2.4.0 |
1671 | 2024-11-22T23:18:35.549Z | Compiling zerofrom-derive v0.1.4 |
1672 | 2024-11-22T23:18:35.699Z | Compiling yoke-derive v0.7.4 |
1673 | 2024-11-22T23:18:35.743Z | Compiling zeroize v1.8.1 |
1674 | 2024-11-22T23:18:36.359Z | Compiling futures-macro v0.3.31 |
1675 | 2024-11-22T23:18:36.551Z | Compiling zerovec-derive v0.10.3 |
1676 | 2024-11-22T23:18:36.691Z | Compiling zerocopy v0.7.35 |
1677 | 2024-11-22T23:18:37.710Z | Compiling displaydoc v0.2.5 |
1678 | 2024-11-22T23:18:38.285Z | Compiling crypto-common v0.1.6 |
1679 | 2024-11-22T23:18:38.305Z | Compiling tracing-attributes v0.1.27 |
1680 | 2024-11-22T23:18:38.321Z | Compiling icu_provider_macros v1.5.0 |
1681 | 2024-11-22T23:18:38.490Z | Compiling block-buffer v0.10.4 |
1682 | 2024-11-22T23:18:38.739Z | Compiling digest v0.10.7 |
1683 | 2024-11-22T23:18:38.931Z | Compiling schemars_derive v0.8.21 |
1684 | 2024-11-22T23:18:39.140Z | Compiling der_derive v0.7.3 |
1685 | 2024-11-22T23:18:39.164Z | Compiling time-macros v0.2.18 |
1686 | 2024-11-22T23:18:39.694Z | Compiling vcpkg v0.2.15 |
1687 | 2024-11-22T23:18:41.343Z | Compiling openssl-sys v0.9.103 |
1688 | 2024-11-22T23:18:42.272Z | Compiling cpufeatures v0.2.14 |
1689 | 2024-11-22T23:18:42.389Z | Compiling futures-sink v0.3.31 |
1690 | 2024-11-22T23:18:42.549Z | Compiling slog v2.7.0 |
1691 | 2024-11-22T23:18:42.569Z | Compiling ahash v0.8.11 |
1692 | 2024-11-22T23:18:42.646Z | Compiling syn v1.0.109 |
1693 | 2024-11-22T23:18:43.022Z | Compiling zerofrom v0.1.4 |
1694 | 2024-11-22T23:18:43.244Z | Compiling scroll_derive v0.12.0 |
1695 | 2024-11-22T23:18:43.470Z | Compiling iana-time-zone v0.1.61 |
1696 | 2024-11-22T23:18:43.503Z | Compiling ucd-trie v0.1.7 |
1697 | 2024-11-22T23:18:43.784Z | Compiling pest v2.7.14 |
1698 | 2024-11-22T23:18:43.990Z | Compiling yoke v0.7.4 |
1699 | 2024-11-22T23:18:44.192Z | Compiling futures-channel v0.3.31 |
1700 | 2024-11-22T23:18:44.552Z | Compiling hmac v0.12.1 |
1701 | 2024-11-22T23:18:44.760Z | Compiling futures-task v0.3.31 |
1702 | 2024-11-22T23:18:44.779Z | Compiling openssl v0.10.66 |
1703 | 2024-11-22T23:18:44.934Z | Compiling futures-io v0.3.31 |
1704 | 2024-11-22T23:18:45.182Z | Compiling pin-utils v0.1.0 |
1705 | 2024-11-22T23:18:45.295Z | Compiling futures-util v0.3.31 |
1706 | 2024-11-22T23:18:45.386Z | Compiling zerovec v0.10.4 |
1707 | 2024-11-22T23:18:45.774Z | Compiling block-padding v0.3.3 |
1708 | 2024-11-22T23:18:46.356Z | Compiling pest_meta v2.7.14 |
1709 | 2024-11-22T23:18:46.719Z | Compiling tinyvec_macros v0.1.1 |
1710 | 2024-11-22T23:18:46.956Z | Compiling tinyvec v1.8.0 |
1711 | 2024-11-22T23:18:47.468Z | Compiling bitflags v2.6.0 |
1712 | 2024-11-22T23:18:47.632Z | Compiling bytes v1.8.0 |
1713 | 2024-11-22T23:18:49.286Z | Compiling indexmap v2.6.0 |
1714 | 2024-11-22T23:18:50.366Z | Compiling tokio v1.40.0 |
1715 | 2024-11-22T23:18:51.330Z | Compiling serde_tokenstream v0.2.2 |
1716 | 2024-11-22T23:18:51.892Z | Compiling which v4.4.2 |
1717 | 2024-11-22T23:18:52.003Z | Compiling http v1.1.0 |
1718 | 2024-11-22T23:18:52.432Z | Compiling uuid v1.11.0 |
1719 | 2024-11-22T23:18:52.943Z | Compiling rustc_version v0.4.1 |
1720 | 2024-11-22T23:18:53.579Z | Compiling chrono v0.4.38 |
1721 | 2024-11-22T23:18:55.618Z | Compiling pest_generator v2.7.14 |
1722 | 2024-11-22T23:18:56.067Z | Compiling toml_datetime v0.6.8 |
1723 | 2024-11-22T23:18:56.241Z | Compiling serde_spanned v0.6.8 |
1724 | 2024-11-22T23:18:56.528Z | Compiling inout v0.1.3 |
1725 | 2024-11-22T23:18:57.336Z | Compiling openssl-macros v0.1.1 |
1726 | 2024-11-22T23:18:58.045Z | Compiling native-tls v0.2.12 |
1727 | 2024-11-22T23:18:58.485Z | Compiling rustls v0.23.14 |
1728 | 2024-11-22T23:18:58.757Z | Compiling strsim v0.11.1 |
1729 | 2024-11-22T23:18:59.665Z | Compiling pest_derive v2.7.14 |
1730 | 2024-11-22T23:18:59.777Z | Compiling cipher v0.4.4 |
1731 | 2024-11-22T23:18:59.904Z | Compiling unicode-normalization v0.1.24 |
1732 | 2024-11-22T23:19:00.292Z | Compiling tinystr v0.7.6 |
1733 | 2024-11-22T23:19:00.457Z | Compiling sha2 v0.10.8 |
1734 | 2024-11-22T23:19:00.770Z | Compiling tracing-core v0.1.32 |
1735 | 2024-11-22T23:19:00.943Z | Compiling usdt-impl v0.5.0 |
1736 | 2024-11-22T23:19:01.223Z | Compiling base64ct v1.6.0 |
1737 | 2024-11-22T23:19:01.259Z | Compiling unicode-bidi v0.3.17 |
1738 | 2024-11-22T23:19:01.277Z | Compiling dyn-clone v1.0.17 |
1739 | 2024-11-22T23:19:01.506Z | Compiling litemap v0.7.3 |
1740 | 2024-11-22T23:19:01.790Z | Compiling writeable v0.5.5 |
1741 | 2024-11-22T23:19:01.841Z | Compiling pem-rfc7468 v0.7.0 |
1742 | 2024-11-22T23:19:01.897Z | Compiling tracing v0.1.40 |
1743 | 2024-11-22T23:19:02.310Z | Compiling icu_locid v1.5.0 |
1744 | 2024-11-22T23:19:03.023Z | Compiling scroll v0.12.0 |
1745 | 2024-11-22T23:19:03.282Z | Compiling ppv-lite86 v0.2.20 |
1746 | 2024-11-22T23:19:03.592Z | Compiling async-trait v0.1.83 |
1747 | 2024-11-22T23:19:04.169Z | Compiling cookie v0.18.1 |
1748 | 2024-11-22T23:19:04.412Z | Compiling camino v1.1.9 |
1749 | 2024-11-22T23:19:05.672Z | Compiling aws-lc-sys v0.22.0 |
1750 | 2024-11-22T23:19:05.853Z | Compiling anyhow v1.0.93 |
1751 | 2024-11-22T23:19:06.002Z | Compiling flagset v0.4.6 |
1752 | 2024-11-22T23:19:06.226Z | Compiling plain v0.2.3 |
1753 | 2024-11-22T23:19:06.387Z | Compiling goblin v0.8.2 |
1754 | 2024-11-22T23:19:06.410Z | Compiling der v0.7.9 |
1755 | 2024-11-22T23:19:12.369Z | Compiling rand_chacha v0.3.1 |
1756 | 2024-11-22T23:19:12.530Z | Compiling icu_provider v1.5.0 |
1757 | 2024-11-22T23:19:13.891Z | Compiling icu_locid_transform_data v1.5.0 |
1758 | 2024-11-22T23:19:13.997Z | Compiling rustls-pki-types v1.9.0 |
1759 | 2024-11-22T23:19:14.781Z | Compiling pretty-hex v0.4.1 |
1760 | 2024-11-22T23:19:14.997Z | Compiling percent-encoding v2.3.1 |
1761 | 2024-11-22T23:19:15.045Z | Compiling rayon-core v1.12.1 |
1762 | 2024-11-22T23:19:15.078Z | Compiling rustls v0.22.4 |
1763 | 2024-11-22T23:19:15.340Z | Compiling untrusted v0.7.1 |
1764 | 2024-11-22T23:19:15.447Z | Compiling dof v0.3.0 |
1765 | 2024-11-22T23:19:15.664Z | Compiling icu_locid_transform v1.5.0 |
1766 | 2024-11-22T23:19:16.251Z | Compiling rand v0.8.5 |
1767 | 2024-11-22T23:19:16.557Z | Compiling spki v0.7.3 |
1768 | 2024-11-22T23:19:17.015Z | Compiling dtrace-parser v0.2.0 |
1769 | 2024-11-22T23:19:17.045Z | Compiling salsa20 v0.10.2 |
1770 | 2024-11-22T23:19:17.084Z | Compiling tokio-util v0.7.12 |
1771 | 2024-11-22T23:19:17.858Z | Compiling icu_collections v1.5.0 |
1772 | 2024-11-22T23:19:17.875Z | Compiling pbkdf2 v0.12.2 |
1773 | 2024-11-22T23:19:18.549Z | Compiling thread-id v4.2.2 |
1774 | 2024-11-22T23:19:18.594Z | Compiling mirai-annotations v1.12.0 |
1775 | 2024-11-22T23:19:18.663Z | Compiling untrusted v0.9.0 |
1776 | 2024-11-22T23:19:18.790Z | Compiling powerfmt v0.2.0 |
1777 | 2024-11-22T23:19:18.958Z | Compiling icu_properties_data v1.5.0 |
1778 | 2024-11-22T23:19:19.125Z | Compiling winnow v0.5.40 |
1779 | 2024-11-22T23:19:19.224Z | Compiling icu_properties v1.5.1 |
1780 | 2024-11-22T23:19:19.265Z | Compiling deranged v0.3.11 |
1781 | 2024-11-22T23:19:23.044Z | Compiling toml_edit v0.19.15 |
1782 | 2024-11-22T23:19:24.718Z | Compiling scrypt v0.11.0 |
1783 | 2024-11-22T23:19:24.946Z | Compiling cbc v0.1.2 |
1784 | 2024-11-22T23:19:24.948Z | Compiling aes v0.8.4 |
1785 | 2024-11-22T23:19:25.181Z | Compiling multer v3.1.0 |
1786 | 2024-11-22T23:19:25.478Z | Compiling slog-async v2.8.0 |
1787 | 2024-11-22T23:19:25.495Z | Compiling icu_normalizer_data v1.5.0 |
1788 | 2024-11-22T23:19:25.602Z | Compiling num_threads v0.1.7 |
1789 | 2024-11-22T23:19:25.735Z | Compiling atomic-waker v1.1.2 |
1790 | 2024-11-22T23:19:25.939Z | Compiling utf16_iter v1.0.5 |
1791 | 2024-11-22T23:19:26.136Z | Compiling rustversion v1.0.17 |
1792 | 2024-11-22T23:19:26.265Z | Compiling utf8_iter v1.0.4 |
1793 | 2024-11-22T23:19:26.412Z | Compiling write16 v1.0.0 |
1794 | 2024-11-22T23:19:26.553Z | Compiling icu_normalizer v1.5.0 |
1795 | 2024-11-22T23:19:26.712Z | Compiling time v0.3.36 |
1796 | 2024-11-22T23:19:27.657Z | Compiling pkcs5 v0.7.1 |
1797 | 2024-11-22T23:19:28.754Z | Compiling form_urlencoded v1.2.1 |
1798 | 2024-11-22T23:19:29.573Z | Compiling http-body v1.0.1 |
1799 | 2024-11-22T23:19:29.880Z | Compiling heapless v0.7.17 |
1800 | 2024-11-22T23:19:30.422Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1801 | 2024-11-22T23:19:31.079Z | Compiling signal-hook v0.3.17 |
1802 | 2024-11-22T23:19:31.510Z | Compiling try-lock v0.2.5 |
1803 | 2024-11-22T23:19:31.796Z | Compiling want v0.3.1 |
1804 | 2024-11-22T23:19:33.240Z | Compiling pkcs8 v0.10.2 |
1805 | 2024-11-22T23:19:33.598Z | Compiling idna_adapter v1.2.0 |
1806 | 2024-11-22T23:19:33.891Z | Compiling h2 v0.4.6 |
1807 | 2024-11-22T23:19:35.039Z | Compiling usdt-attr-macro v0.5.0 |
1808 | 2024-11-22T23:19:36.479Z | Compiling usdt-macro v0.5.0 |
1809 | 2024-11-22T23:19:36.937Z | Compiling async-stream-impl v0.3.6 |
1810 | 2024-11-22T23:19:36.960Z | Compiling httpdate v1.0.3 |
1811 | 2024-11-22T23:19:37.822Z | Compiling adler2 v2.0.0 |
1812 | 2024-11-22T23:19:38.140Z | Compiling miniz_oxide v0.8.0 |
1813 | 2024-11-22T23:19:38.914Z | Compiling idna v1.0.3 |
1814 | 2024-11-22T23:19:40.614Z | Compiling hyper v1.5.0 |
1815 | 2024-11-22T23:19:41.272Z | Compiling curve25519-dalek v4.1.3 |
1816 | 2024-11-22T23:19:41.538Z | Compiling openapiv3 v2.0.0 |
1817 | 2024-11-22T23:19:41.729Z | Compiling enum-as-inner v0.6.1 |
1818 | 2024-11-22T23:19:43.870Z | Compiling dropshot v0.12.0 |
1819 | 2024-11-22T23:19:44.172Z | Compiling num-bigint-dig v0.8.4 |
1820 | 2024-11-22T23:19:44.346Z | Compiling tower-service v0.3.3 |
1821 | 2024-11-22T23:19:44.444Z | Compiling base64 v0.22.1 |
1822 | 2024-11-22T23:19:44.482Z | Compiling portable-atomic v1.9.0 |
1823 | 2024-11-22T23:19:45.370Z | Compiling foreign-types-shared v0.1.1 |
1824 | 2024-11-22T23:19:45.481Z | Compiling smoltcp v0.9.1 |
1825 | 2024-11-22T23:19:45.676Z | Compiling match_cfg v0.1.0 |
1826 | 2024-11-22T23:19:45.797Z | Compiling hostname v0.3.1 |
1827 | 2024-11-22T23:19:45.917Z | Compiling hyper-util v0.1.10 |
1828 | 2024-11-22T23:19:46.077Z | Compiling foreign-types v0.3.2 |
1829 | 2024-11-22T23:19:51.866Z | Compiling url v2.5.3 |
1830 | 2024-11-22T23:19:54.075Z | Compiling dirs-sys-next v0.1.2 |
1831 | 2024-11-22T23:19:54.094Z | Compiling heck v0.4.1 |
1832 | 2024-11-22T23:19:54.142Z | Compiling data-encoding v2.6.0 |
1833 | 2024-11-22T23:19:54.349Z | Compiling gimli v0.31.1 |
1834 | 2024-11-22T23:19:54.493Z | Compiling siphasher v0.3.11 |
1835 | 2024-11-22T23:19:54.535Z | Compiling ident_case v1.0.1 |
1836 | 2024-11-22T23:19:54.722Z | Compiling darling_core v0.20.10 |
1837 | 2024-11-22T23:19:54.854Z | Compiling dirs-next v2.0.0 |
1838 | 2024-11-22T23:19:57.373Z | Compiling http-body-util v0.1.2 |
1839 | 2024-11-22T23:20:00.898Z | Compiling addr2line v0.24.2 |
1840 | 2024-11-22T23:20:01.192Z | Compiling crossbeam-epoch v0.9.18 |
1841 | 2024-11-22T23:20:01.241Z | Compiling hubpack_derive v0.1.1 |
1842 | 2024-11-22T23:20:01.373Z | Compiling dropshot_endpoint v0.12.0 |
1843 | 2024-11-22T23:20:01.832Z | Compiling sha1 v0.10.6 |
1844 | 2024-11-22T23:20:01.897Z | Compiling signature v2.2.0 |
1845 | 2024-11-22T23:20:02.078Z | Compiling curve25519-dalek-derive v0.1.1 |
1846 | 2024-11-22T23:20:02.125Z | Compiling zerocopy-derive v0.6.6 |
1847 | 2024-11-22T23:20:02.935Z | Compiling object v0.36.5 |
1848 | 2024-11-22T23:20:03.423Z | Compiling thread_local v1.1.8 |
1849 | 2024-11-22T23:20:03.908Z | Compiling fs-err v2.11.0 |
1850 | 2024-11-22T23:20:04.020Z | Compiling encoding_rs v0.8.34 |
1851 | 2024-11-22T23:20:05.313Z | Compiling unicode-properties v0.1.3 |
1852 | 2024-11-22T23:20:05.698Z | Compiling rustc-demangle v0.1.24 |
1853 | 2024-11-22T23:20:07.632Z | Compiling mime v0.3.17 |
1854 | 2024-11-22T23:20:07.986Z | Compiling ipnet v2.10.1 |
1855 | 2024-11-22T23:20:08.749Z | Compiling winnow v0.6.20 |
1856 | 2024-11-22T23:20:09.018Z | Compiling openssl-probe v0.1.5 |
1857 | 2024-11-22T23:20:09.324Z | Compiling utf8parse v0.2.2 |
1858 | 2024-11-22T23:20:12.465Z | Compiling anstyle v1.0.10 |
1859 | 2024-11-22T23:20:13.443Z | Compiling toml_edit v0.22.22 |
1860 | 2024-11-22T23:20:14.723Z | Compiling backtrace v0.3.74 |
1861 | 2024-11-22T23:20:15.215Z | Compiling anstyle-parse v0.2.5 |
1862 | 2024-11-22T23:20:16.285Z | Compiling stringprep v0.1.5 |
1863 | 2024-11-22T23:20:19.447Z | Compiling rustls-webpki v0.102.8 |
1864 | 2024-11-22T23:20:21.341Z | Compiling crossbeam-deque v0.8.5 |
1865 | 2024-11-22T23:20:24.855Z | Compiling darling_macro v0.20.10 |
1866 | 2024-11-22T23:20:25.706Z | Compiling term v0.7.0 |
1867 | 2024-11-22T23:20:27.005Z | Compiling slog-json v2.6.1 |
1868 | 2024-11-22T23:20:28.565Z | Compiling serde_urlencoded v0.7.1 |
1869 | 2024-11-22T23:20:29.202Z | Compiling crossbeam-channel v0.5.13 |
1870 | 2024-11-22T23:20:29.245Z | Compiling rustls-pemfile v2.2.0 |
1871 | 2024-11-22T23:20:29.604Z | Compiling hashbrown v0.14.5 |
1872 | 2024-11-22T23:20:30.401Z | Compiling idna v0.4.0 |
1873 | 2024-11-22T23:20:30.440Z | Compiling idna v0.3.0 |
1874 | 2024-11-22T23:20:30.936Z | Compiling futures-executor v0.3.31 |
1875 | 2024-11-22T23:20:31.829Z | Compiling num-integer v0.1.46 |
1876 | 2024-11-22T23:20:31.884Z | Compiling md-5 v0.10.6 |
1877 | 2024-11-22T23:20:32.124Z | Compiling ff v0.13.0 |
1878 | 2024-11-22T23:20:32.347Z | Compiling hash32 v0.2.1 |
1879 | 2024-11-22T23:20:32.365Z | Compiling memmap v0.7.0 |
1880 | 2024-11-22T23:20:32.522Z | Compiling is-terminal v0.4.13 |
1881 | 2024-11-22T23:20:32.691Z | Compiling take_mut v0.2.2 |
1882 | 2024-11-22T23:20:32.715Z | Compiling base16ct v0.2.0 |
1883 | 2024-11-22T23:20:32.859Z | Compiling anstyle-query v1.1.1 |
1884 | 2024-11-22T23:20:33.010Z | Compiling fallible-iterator v0.2.0 |
1885 | 2024-11-22T23:20:33.734Z | Compiling psl-types v2.0.11 |
1886 | 2024-11-22T23:20:33.944Z | Compiling utf-8 v0.7.6 |
1887 | 2024-11-22T23:20:34.231Z | Compiling colorchoice v1.0.2 |
1888 | 2024-11-22T23:20:34.401Z | Compiling linked-hash-map v0.5.6 |
1889 | 2024-11-22T23:20:34.459Z | Compiling is_terminal_polyfill v1.70.1 |
1890 | 2024-11-22T23:20:34.776Z | Compiling quick-error v1.2.3 |
1891 | 2024-11-22T23:20:34.956Z | Compiling resolv-conf v0.7.0 |
1892 | 2024-11-22T23:20:35.466Z | Compiling lru-cache v0.1.2 |
1893 | 2024-11-22T23:20:35.615Z | Compiling anstream v0.6.15 |
1894 | 2024-11-22T23:20:36.104Z | Compiling tungstenite v0.24.0 |
1895 | 2024-11-22T23:20:36.289Z | Compiling publicsuffix v2.2.3 |
1896 | 2024-11-22T23:20:36.548Z | Compiling postgres-protocol v0.6.7 |
1897 | 2024-11-22T23:20:36.742Z | Compiling sec1 v0.7.3 |
1898 | 2024-11-22T23:20:37.765Z | Compiling slog-term v2.9.1 |
1899 | 2024-11-22T23:20:38.388Z | Compiling usdt v0.5.0 |
1900 | 2024-11-22T23:20:38.859Z | Compiling num-iter v0.1.45 |
1901 | 2024-11-22T23:20:38.884Z | Compiling group v0.13.0 |
1902 | 2024-11-22T23:20:39.063Z | Compiling hickory-proto v0.24.1 |
1903 | 2024-11-22T23:20:39.175Z | Compiling futures v0.3.31 |
1904 | 2024-11-22T23:20:39.231Z | Compiling regress v0.10.1 |
1905 | 2024-11-22T23:20:43.295Z | Compiling tokio-rustls v0.26.0 |
1906 | 2024-11-22T23:20:43.484Z | Compiling slog-bunyan v2.5.0 |
1907 | 2024-11-22T23:20:43.608Z | Compiling darling v0.20.10 |
1908 | 2024-11-22T23:20:43.691Z | Compiling tokio-rustls v0.25.0 |
1909 | 2024-11-22T23:20:43.746Z | Compiling toml v0.8.19 |
1910 | 2024-11-22T23:20:43.819Z | Compiling tokio-native-tls v0.3.1 |
1911 | 2024-11-22T23:20:43.838Z | Compiling phf_shared v0.11.2 |
1912 | 2024-11-22T23:20:44.096Z | Compiling strum_macros v0.25.3 |
1913 | 2024-11-22T23:20:44.290Z | Compiling async-stream v0.3.6 |
1914 | 2024-11-22T23:20:44.356Z | Compiling waitgroup v0.1.2 |
1915 | 2024-11-22T23:20:44.560Z | Compiling webpki-roots v0.26.6 |
1916 | 2024-11-22T23:20:45.099Z | Compiling idna v0.5.0 |
1917 | 2024-11-22T23:20:45.234Z | Compiling terminal_size v0.4.0 |
1918 | 2024-11-22T23:20:45.453Z | Compiling serde_path_to_error v0.1.16 |
1919 | 2024-11-22T23:20:46.115Z | Compiling hkdf v0.12.4 |
1920 | 2024-11-22T23:20:46.493Z | Compiling crypto-bigint v0.5.5 |
1921 | 2024-11-22T23:20:46.518Z | Compiling derive-where v1.2.7 |
1922 | 2024-11-22T23:20:46.965Z | Compiling serde_repr v0.1.19 |
1923 | 2024-11-22T23:20:47.704Z | Compiling clap_derive v4.5.18 |
1924 | 2024-11-22T23:20:48.045Z | Compiling hostname v0.4.0 |
1925 | 2024-11-22T23:20:48.171Z | Compiling crc32fast v1.4.2 |
1926 | 2024-11-22T23:20:48.247Z | Compiling bitflags v1.3.2 |
1927 | 2024-11-22T23:20:48.466Z | Compiling managed v0.8.0 |
1928 | 2024-11-22T23:20:48.485Z | Compiling unicode-width v0.1.14 |
1929 | 2024-11-22T23:20:48.744Z | Compiling clap_lex v0.7.2 |
1930 | 2024-11-22T23:20:49.182Z | Compiling debug-ignore v1.0.5 |
1931 | 2024-11-22T23:20:50.449Z | Compiling elliptic-curve v0.13.8 |
1932 | 2024-11-22T23:20:52.186Z | Compiling clap_builder v4.5.21 |
1933 | 2024-11-22T23:20:53.215Z | Compiling console v0.15.8 |
1934 | 2024-11-22T23:20:53.543Z | Compiling flate2 v1.0.34 |
1935 | 2024-11-22T23:20:53.623Z | Compiling cookie_store v0.21.0 |
1936 | 2024-11-22T23:20:55.878Z | Compiling hyper-rustls v0.27.3 |
1937 | 2024-11-22T23:20:56.451Z | Compiling hickory-resolver v0.24.1 |
1938 | 2024-11-22T23:20:59.281Z | Compiling phf v0.11.2 |
1939 | 2024-11-22T23:20:59.605Z | Compiling hyper-tls v0.6.0 |
1940 | 2024-11-22T23:21:00.016Z | Compiling signal-hook-mio v0.2.4 |
1941 | 2024-11-22T23:21:00.176Z | Compiling bzip2 v0.4.4 |
1942 | 2024-11-22T23:21:00.194Z | Compiling typify-impl v0.2.0 |
1943 | 2024-11-22T23:21:00.217Z | Compiling rayon v1.10.0 |
1944 | 2024-11-22T23:21:00.550Z | Compiling postgres-types v0.2.8 |
1945 | 2024-11-22T23:21:01.212Z | Compiling tokio-tungstenite v0.24.0 |
1946 | 2024-11-22T23:21:01.885Z | Compiling zerocopy v0.6.6 |
1947 | 2024-11-22T23:21:01.904Z | Compiling hubpack v0.1.2 |
1948 | 2024-11-22T23:21:01.921Z | Compiling ed25519 v2.2.3 |
1949 | 2024-11-22T23:21:02.013Z | Compiling phf_shared v0.10.0 |
1950 | 2024-11-22T23:21:02.355Z | Compiling pkcs1 v0.7.5 |
1951 | 2024-11-22T23:21:02.408Z | Compiling tokio-stream v0.1.16 |
1952 | 2024-11-22T23:21:03.400Z | Compiling serde-big-array v0.5.1 |
1953 | 2024-11-22T23:21:03.441Z | Compiling rfc6979 v0.4.0 |
1954 | 2024-11-22T23:21:03.632Z | Compiling float-cmp v0.9.0 |
1955 | 2024-11-22T23:21:03.633Z | Compiling sync_wrapper v1.0.1 |
1956 | 2024-11-22T23:21:03.836Z | Compiling bstr v1.10.0 |
1957 | 2024-11-22T23:21:05.121Z | Compiling precomputed-hash v0.1.1 |
1958 | 2024-11-22T23:21:05.448Z | Compiling unicode-segmentation v1.12.0 |
1959 | 2024-11-22T23:21:05.483Z | Compiling bit-vec v0.6.3 |
1960 | 2024-11-22T23:21:05.827Z | Compiling number_prefix v0.4.0 |
1961 | 2024-11-22T23:21:05.928Z | Compiling static_assertions v1.1.0 |
1962 | 2024-11-22T23:21:06.038Z | Compiling whoami v1.5.2 |
1963 | 2024-11-22T23:21:06.069Z | Compiling difflib v0.4.0 |
1964 | 2024-11-22T23:21:06.291Z | Compiling fixedbitset v0.4.2 |
1965 | 2024-11-22T23:21:06.621Z | Compiling normalize-line-endings v0.3.0 |
1966 | 2024-11-22T23:21:06.716Z | Compiling new_debug_unreachable v1.0.6 |
1967 | 2024-11-22T23:21:06.803Z | Compiling unicode-width v0.2.0 |
1968 | 2024-11-22T23:21:06.824Z | Compiling predicates-core v1.0.8 |
1969 | 2024-11-22T23:21:07.131Z | Compiling predicates v3.1.2 |
1970 | 2024-11-22T23:21:07.316Z | Compiling indicatif v0.17.9 |
1971 | 2024-11-22T23:21:07.335Z | Compiling string_cache v0.8.7 |
1972 | 2024-11-22T23:21:07.758Z | Compiling petgraph v0.6.5 |
1973 | 2024-11-22T23:21:08.651Z | Compiling tokio-postgres v0.7.12 |
1974 | 2024-11-22T23:21:09.227Z | Compiling similar v2.6.0 |
1975 | 2024-11-22T23:21:09.255Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1976 | 2024-11-22T23:21:11.264Z | Compiling bit-set v0.5.3 |
1977 | 2024-11-22T23:21:12.093Z | Compiling reqwest v0.12.9 |
1978 | 2024-11-22T23:21:12.136Z | Compiling typify-macro v0.2.0 |
1979 | 2024-11-22T23:21:13.042Z | Compiling ecdsa v0.16.9 |
1980 | 2024-11-22T23:21:13.763Z | Compiling qorb v0.2.0 |
1981 | 2024-11-22T23:21:13.998Z | Compiling rsa v0.9.6 |
1982 | 2024-11-22T23:21:14.281Z | Compiling ed25519-dalek v2.1.1 |
1983 | 2024-11-22T23:21:15.581Z | Compiling zip v0.6.6 |
1984 | 2024-11-22T23:21:15.859Z | Compiling crossterm v0.28.1 |
1985 | 2024-11-22T23:21:15.965Z | Compiling clap v4.5.21 |
1986 | 2024-11-22T23:21:17.014Z | Compiling toml v0.7.8 |
1987 | 2024-11-22T23:21:18.459Z | Compiling x509-cert v0.2.5 |
1988 | 2024-11-22T23:21:18.950Z | Compiling hex v0.4.3 |
1989 | 2024-11-22T23:21:19.583Z | Compiling itertools v0.10.5 |
1990 | 2024-11-22T23:21:20.027Z | Compiling peg-runtime v0.8.3 |
1991 | 2024-11-22T23:21:20.620Z | Compiling lalrpop-util v0.19.12 |
1992 | 2024-11-22T23:21:20.963Z | Compiling unicode-xid v0.2.6 |
1993 | 2024-11-22T23:21:21.032Z | Compiling zerocopy v0.8.10 |
1994 | 2024-11-22T23:21:22.879Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1995 | 2024-11-22T23:21:26.579Z | Compiling proc-macro-crate v1.3.1 |
1996 | 2024-11-22T23:21:26.890Z | Compiling ipnetwork v0.20.0 |
1997 | 2024-11-22T23:21:27.405Z | Compiling macaddr v1.0.1 |
1998 | 2024-11-22T23:21:27.996Z | Compiling zerocopy-derive v0.8.10 |
1999 | 2024-11-22T23:21:28.052Z | Compiling itertools v0.13.0 |
2000 | 2024-11-22T23:21:30.673Z | Compiling heapless v0.8.0 |
2001 | 2024-11-22T23:21:31.399Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2002 | 2024-11-22T23:21:36.134Z | Compiling num_enum_derive v0.5.11 |
2003 | 2024-11-22T23:21:44.281Z | Compiling hash32 v0.3.1 |
2004 | 2024-11-22T23:21:45.063Z | Compiling smoltcp v0.11.0 |
2005 | 2024-11-22T23:21:45.808Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2006 | 2024-11-22T23:21:50.778Z | Compiling num_enum v0.5.11 |
2007 | 2024-11-22T23:21:50.981Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2008 | 2024-11-22T23:21:51.655Z | Compiling typify v0.2.0 |
2009 | 2024-11-22T23:21:52.379Z | Compiling proc-macro-error-attr v1.0.4 |
2010 | 2024-11-22T23:21:52.683Z | Compiling cobs v0.2.3 |
2011 | 2024-11-22T23:21:52.859Z | Compiling unsafe-libyaml v0.2.11 |
2012 | 2024-11-22T23:21:53.863Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2013 | 2024-11-22T23:21:54.188Z | Compiling serde_yaml v0.9.34+deprecated |
2014 | 2024-11-22T23:21:54.720Z | Compiling postcard v1.0.10 |
2015 | 2024-11-22T23:22:13.051Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2016 | 2024-11-22T23:22:13.853Z | Compiling progenitor-impl v0.8.0 |
2017 | 2024-11-22T23:22:23.581Z | Compiling strum_macros v0.26.4 |
2018 | 2024-11-22T23:22:24.123Z | Compiling structmeta-derive v0.3.0 |
2019 | 2024-11-22T23:22:24.155Z | Compiling foreign-types-macros v0.2.3 |
2020 | 2024-11-22T23:22:24.565Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2021 | 2024-11-22T23:22:24.662Z | Compiling proc-macro-error v1.0.4 |
2022 | 2024-11-22T23:22:25.015Z | Compiling foreign-types-shared v0.3.1 |
2023 | 2024-11-22T23:22:25.103Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2024 | 2024-11-22T23:22:25.812Z | Compiling newtype-uuid v1.1.3 |
2025 | 2024-11-22T23:22:26.655Z | Compiling structmeta v0.3.0 |
2026 | 2024-11-22T23:22:28.084Z | Compiling strum v0.26.3 |
2027 | 2024-11-22T23:22:31.504Z | Compiling foreign-types v0.5.0 |
2028 | 2024-11-22T23:22:31.641Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2029 | 2024-11-22T23:22:35.047Z | Compiling progenitor-macro v0.8.0 |
2030 | 2024-11-22T23:22:39.200Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2031 | 2024-11-22T23:22:40.240Z | Compiling progenitor-client v0.8.0 |
2032 | 2024-11-22T23:22:42.577Z | Compiling tabwriter v1.4.0 |
2033 | 2024-11-22T23:22:43.334Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2034 | 2024-11-22T23:22:44.112Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2035 | 2024-11-22T23:22:44.947Z | Compiling cstr-argument v0.1.2 |
2036 | 2024-11-22T23:22:45.063Z | Compiling dropshot v0.13.0 |
2037 | 2024-11-22T23:22:45.165Z | Compiling crucible-workspace-hack v0.1.0 |
2038 | 2024-11-22T23:22:45.373Z | Compiling fastrand v2.1.1 |
2039 | 2024-11-22T23:22:45.455Z | Compiling pretty-hex v0.2.1 |
2040 | 2024-11-22T23:22:45.681Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2041 | 2024-11-22T23:22:46.084Z | Compiling tempfile v3.13.0 |
2042 | 2024-11-22T23:22:46.455Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2043 | 2024-11-22T23:22:46.606Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2044 | 2024-11-22T23:22:47.100Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2045 | 2024-11-22T23:22:47.643Z | Compiling progenitor v0.8.0 |
2046 | 2024-11-22T23:22:47.708Z | Compiling parse-display-derive v0.10.0 |
2047 | 2024-11-22T23:22:47.830Z | Compiling colored v2.1.0 |
2048 | 2024-11-22T23:22:47.924Z | Compiling serde_with_macros v3.11.0 |
2049 | 2024-11-22T23:22:48.005Z | Compiling dropshot_endpoint v0.13.0 |
2050 | 2024-11-22T23:22:49.068Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2051 | 2024-11-22T23:22:49.817Z | Compiling instant v0.1.13 |
2052 | 2024-11-22T23:22:50.022Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2053 | 2024-11-22T23:22:50.433Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2054 | 2024-11-22T23:22:50.496Z | Compiling serde_with v3.11.0 |
2055 | 2024-11-22T23:22:50.936Z | Compiling backoff v0.4.0 |
2056 | 2024-11-22T23:22:51.320Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2057 | 2024-11-22T23:22:51.517Z | Compiling parse-display v0.10.0 |
2058 | 2024-11-22T23:22:53.416Z | Compiling zone_cfg_derive v0.3.0 |
2059 | 2024-11-22T23:22:53.449Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2060 | 2024-11-22T23:22:53.874Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2061 | 2024-11-22T23:22:54.444Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2062 | 2024-11-22T23:22:54.799Z | Compiling camino-tempfile v1.1.1 |
2063 | 2024-11-22T23:22:54.901Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2064 | 2024-11-22T23:22:55.193Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2065 | 2024-11-22T23:22:55.392Z | Compiling regress v0.9.1 |
2066 | 2024-11-22T23:22:55.411Z | Compiling num-derive v0.4.2 |
2067 | 2024-11-22T23:22:55.580Z | Compiling sigpipe v0.1.3 |
2068 | 2024-11-22T23:22:55.716Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2069 | 2024-11-22T23:22:55.999Z | Compiling libefi-sys v0.1.0 |
2070 | 2024-11-22T23:22:56.357Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2071 | 2024-11-22T23:22:57.559Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2072 | 2024-11-22T23:22:59.125Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2073 | 2024-11-22T23:22:59.589Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2074 | 2024-11-22T23:22:59.667Z | Compiling zone v0.3.0 |
2075 | 2024-11-22T23:23:01.192Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2076 | 2024-11-22T23:23:02.959Z | Compiling smf v0.2.3 |
2077 | 2024-11-22T23:23:03.860Z | Compiling bitfield-struct v0.6.2 |
2078 | 2024-11-22T23:23:05.159Z | Compiling ring v0.16.20 |
2079 | 2024-11-22T23:23:05.264Z | Compiling blake3 v1.5.4 |
2080 | 2024-11-22T23:23:05.448Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2081 | 2024-11-22T23:23:05.629Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2082 | 2024-11-22T23:23:06.347Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2083 | 2024-11-22T23:23:06.429Z | Compiling xattr v1.3.1 |
2084 | 2024-11-22T23:23:06.552Z | Compiling memmap2 v0.9.5 |
2085 | 2024-11-22T23:23:06.743Z | Compiling filetime v0.2.25 |
2086 | 2024-11-22T23:23:07.081Z | Compiling spin v0.5.2 |
2087 | 2024-11-22T23:23:07.117Z | Compiling same-file v1.0.6 |
2088 | 2024-11-22T23:23:07.352Z | Compiling arrayref v0.3.9 |
2089 | 2024-11-22T23:23:07.411Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2090 | 2024-11-22T23:23:07.468Z | Compiling constant_time_eq v0.3.1 |
2091 | 2024-11-22T23:23:07.486Z | Compiling arrayvec v0.7.6 |
2092 | 2024-11-22T23:23:07.537Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2093 | 2024-11-22T23:23:07.654Z | Compiling walkdir v2.5.0 |
2094 | 2024-11-22T23:23:09.093Z | Compiling tar v0.4.42 |
2095 | 2024-11-22T23:23:10.429Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2096 | 2024-11-22T23:23:10.632Z | Compiling gethostname v0.5.0 |
2097 | 2024-11-22T23:23:10.834Z | Compiling cargo-platform v0.1.8 |
2098 | 2024-11-22T23:23:10.852Z | Compiling topological-sort v0.2.2 |
2099 | 2024-11-22T23:23:11.678Z | Compiling cargo_metadata v0.18.1 |
2100 | 2024-11-22T23:23:15.447Z | Compiling omicron-zone-package v0.11.1 |
2101 | 2024-11-22T23:23:17.215Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2102 | 2024-11-22T23:23:18.072Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2103 | 2024-11-22T23:23:25.574Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2104 | 2024-11-22T23:23:40.856Z | Finished `release` profile [optimized] target(s) in 5m 23s |
2105 | 2024-11-22T23:23:41.023Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2106 | 2024-11-22T23:23:41.070Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2107 | 2024-11-22T23:23:41.072Z | Created new build target 'test' and set it as active |
2108 | 2024-11-22T23:23:41.072Z | |
2109 | 2024-11-22T23:23:41.072Z | real 5:23.422752337 |
2110 | 2024-11-22T23:23:41.072Z | user 36:26.955052377 |
2111 | 2024-11-22T23:23:41.073Z | sys 4:50.881267710 |
2112 | 2024-11-22T23:23:41.073Z | trap 1.053577231 |
2113 | 2024-11-22T23:23:41.073Z | tflt 2.662574599 |
2114 | 2024-11-22T23:23:41.073Z | dflt 0.972770061 |
2115 | 2024-11-22T23:23:41.073Z | kflt 0.000133874 |
2116 | 2024-11-22T23:23:41.074Z | lock 1:16:41.825467862 |
2117 | 2024-11-22T23:23:41.074Z | slp 2:32:26.940488748 |
2118 | 2024-11-22T23:23:41.074Z | lat 2:32.227550554 |
2119 | 2024-11-22T23:23:41.074Z | stop 4:31.988253507 |
2120 | 2024-11-22T23:23:41.074Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2121 | 2024-11-22T23:23:42.034Z | Finished `release` profile [optimized] target(s) in 0.91s |
2122 | 2024-11-22T23:23:42.092Z | Running `target/release/omicron-package -t test package` |
2123 | 2024-11-22T23:23:42.137Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2124 | 2024-11-22T23:23:43.295Z | Compiling convert_case v0.4.0 |
2125 | 2024-11-22T23:23:43.298Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2126 | 2024-11-22T23:23:43.298Z | Compiling itertools v0.13.0 |
2127 | 2024-11-22T23:23:43.298Z | Compiling newline-converter v0.3.0 |
2128 | 2024-11-22T23:23:43.298Z | Compiling password-hash v0.5.0 |
2129 | 2024-11-22T23:23:43.431Z | Compiling progenitor-client v0.8.0 |
2130 | 2024-11-22T23:23:43.434Z | Compiling blake2 v0.10.6 |
2131 | 2024-11-22T23:23:43.434Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2132 | 2024-11-22T23:23:43.650Z | Compiling expectorate v1.1.0 |
2133 | 2024-11-22T23:23:43.687Z | Compiling owo-colors v4.1.0 |
2134 | 2024-11-22T23:23:43.847Z | Compiling cancel-safe-futures v0.1.5 |
2135 | 2024-11-22T23:23:43.977Z | Compiling progenitor v0.8.0 |
2136 | 2024-11-22T23:23:43.997Z | Compiling argon2 v0.5.3 |
2137 | 2024-11-22T23:23:44.136Z | Compiling derive_more v0.99.18 |
2138 | 2024-11-22T23:23:44.225Z | Compiling num-rational v0.4.2 |
2139 | 2024-11-22T23:23:44.249Z | Compiling num-complex v0.4.6 |
2140 | 2024-11-22T23:23:44.785Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2141 | 2024-11-22T23:23:45.367Z | Compiling num v0.4.3 |
2142 | 2024-11-22T23:23:45.520Z | Compiling atomicwrites v0.4.4 |
2143 | 2024-11-22T23:23:45.639Z | Compiling libsw v3.3.1 |
2144 | 2024-11-22T23:23:45.985Z | Compiling float-ord v0.3.2 |
2145 | 2024-11-22T23:23:46.045Z | Compiling swrite v0.1.0 |
2146 | 2024-11-22T23:23:46.149Z | Compiling linear-map v1.2.0 |
2147 | 2024-11-22T23:23:46.174Z | Compiling indent_write v2.2.0 |
2148 | 2024-11-22T23:23:46.177Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2149 | 2024-11-22T23:23:46.397Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2150 | 2024-11-22T23:23:46.416Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2151 | 2024-11-22T23:23:46.563Z | Compiling base64 v0.21.7 |
2152 | 2024-11-22T23:23:46.657Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2153 | 2024-11-22T23:23:47.143Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2154 | 2024-11-22T23:23:47.422Z | Compiling highway v1.2.0 |
2155 | 2024-11-22T23:23:47.665Z | Compiling semver v0.1.20 |
2156 | 2024-11-22T23:23:48.224Z | Compiling rustc_version v0.1.7 |
2157 | 2024-11-22T23:23:48.644Z | Compiling newtype_derive v0.1.6 |
2158 | 2024-11-22T23:23:48.812Z | Compiling newtype-uuid v1.1.3 |
2159 | 2024-11-22T23:23:49.024Z | Compiling dropshot v0.13.0 |
2160 | 2024-11-22T23:23:49.099Z | Compiling ipnetwork v0.20.0 |
2161 | 2024-11-22T23:23:49.168Z | Compiling instant v0.1.13 |
2162 | 2024-11-22T23:23:49.334Z | Compiling humantime v2.1.0 |
2163 | 2024-11-22T23:23:49.912Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2164 | 2024-11-22T23:23:50.191Z | Compiling backoff v0.4.0 |
2165 | 2024-11-22T23:23:50.541Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2166 | 2024-11-22T23:23:50.543Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2167 | 2024-11-22T23:23:54.113Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2168 | 2024-11-22T23:23:54.606Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2169 | 2024-11-22T23:23:54.963Z | Compiling parse-display v0.10.0 |
2170 | 2024-11-22T23:23:55.537Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2171 | 2024-11-22T23:23:55.731Z | Compiling strum v0.26.3 |
2172 | 2024-11-22T23:23:55.752Z | Compiling serde_with v3.11.0 |
2173 | 2024-11-22T23:23:55.923Z | Compiling regress v0.9.1 |
2174 | 2024-11-22T23:23:58.791Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2175 | 2024-11-22T23:24:00.181Z | Compiling macaddr v1.0.1 |
2176 | 2024-11-22T23:24:00.562Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2177 | 2024-11-22T23:24:00.613Z | Compiling steno v0.4.1 |
2178 | 2024-11-22T23:24:01.052Z | Compiling prettyplease v0.2.25 |
2179 | 2024-11-22T23:24:01.084Z | Compiling slog-dtrace v0.3.0 |
2180 | 2024-11-22T23:24:01.475Z | Compiling tungstenite v0.21.0 |
2181 | 2024-11-22T23:24:02.435Z | Compiling display-error-chain v0.2.2 |
2182 | 2024-11-22T23:24:02.671Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2183 | 2024-11-22T23:24:04.205Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2184 | 2024-11-22T23:24:05.564Z | Compiling tokio-tungstenite v0.21.0 |
2185 | 2024-11-22T23:24:06.631Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2186 | 2024-11-22T23:24:07.685Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2187 | 2024-11-22T23:24:07.818Z | Compiling arc-swap v1.7.1 |
2188 | 2024-11-22T23:24:08.500Z | Compiling slog-scope v4.4.0 |
2189 | 2024-11-22T23:24:09.329Z | Compiling half v2.4.1 |
2190 | 2024-11-22T23:24:10.043Z | Compiling ciborium-io v0.2.2 |
2191 | 2024-11-22T23:24:10.197Z | Compiling ciborium-ll v0.2.2 |
2192 | 2024-11-22T23:24:10.723Z | Compiling slog-stdlog v4.1.1 |
2193 | 2024-11-22T23:24:10.907Z | Compiling slog-envlogger v2.2.0 |
2194 | 2024-11-22T23:24:11.534Z | Compiling ciborium v0.2.2 |
2195 | 2024-11-22T23:24:13.659Z | Compiling nibble_vec v0.1.0 |
2196 | 2024-11-22T23:24:13.905Z | Compiling endian-type v0.1.2 |
2197 | 2024-11-22T23:24:14.162Z | Compiling radix_trie v0.2.1 |
2198 | 2024-11-22T23:24:15.122Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2199 | 2024-11-22T23:24:17.552Z | Compiling fastrand v2.1.1 |
2200 | 2024-11-22T23:24:19.123Z | Compiling same-file v1.0.6 |
2201 | 2024-11-22T23:24:19.373Z | Compiling walkdir v2.5.0 |
2202 | 2024-11-22T23:24:20.079Z | Compiling tempfile v3.13.0 |
2203 | 2024-11-22T23:24:20.968Z | Compiling ring v0.16.20 |
2204 | 2024-11-22T23:24:20.971Z | Compiling blake3 v1.5.4 |
2205 | 2024-11-22T23:24:21.122Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2206 | 2024-11-22T23:24:21.558Z | Compiling xattr v1.3.1 |
2207 | 2024-11-22T23:24:21.673Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2208 | 2024-11-22T23:24:21.838Z | Compiling memmap2 v0.9.5 |
2209 | 2024-11-22T23:24:22.109Z | Compiling filetime v0.2.25 |
2210 | 2024-11-22T23:24:22.280Z | Compiling arrayref v0.3.9 |
2211 | 2024-11-22T23:24:22.395Z | Compiling arrayvec v0.7.6 |
2212 | 2024-11-22T23:24:22.398Z | Compiling constant_time_eq v0.3.1 |
2213 | 2024-11-22T23:24:22.570Z | Compiling keccak v0.1.5 |
2214 | 2024-11-22T23:24:22.820Z | Compiling spin v0.5.2 |
2215 | 2024-11-22T23:24:23.076Z | Compiling sha3 v0.10.8 |
2216 | 2024-11-22T23:24:23.896Z | Compiling tar v0.4.42 |
2217 | 2024-11-22T23:24:24.018Z | Compiling camino-tempfile v1.1.1 |
2218 | 2024-11-22T23:24:24.477Z | Compiling toolchain_find v0.4.0 |
2219 | 2024-11-22T23:24:24.683Z | Compiling const_format_proc_macros v0.2.33 |
2220 | 2024-11-22T23:24:25.067Z | Compiling topological-sort v0.2.2 |
2221 | 2024-11-22T23:24:25.307Z | Compiling radium v0.7.0 |
2222 | 2024-11-22T23:24:25.394Z | Compiling crunchy v0.2.2 |
2223 | 2024-11-22T23:24:25.716Z | Compiling maplit v1.0.2 |
2224 | 2024-11-22T23:24:25.890Z | Compiling omicron-zone-package v0.11.1 |
2225 | 2024-11-22T23:24:25.911Z | Compiling rustfmt-wrapper v0.2.1 |
2226 | 2024-11-22T23:24:25.914Z | Compiling pem v3.0.4 |
2227 | 2024-11-22T23:24:26.471Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2228 | 2024-11-22T23:24:26.491Z | Compiling tap v1.0.1 |
2229 | 2024-11-22T23:24:26.546Z | Compiling const_format v0.2.33 |
2230 | 2024-11-22T23:24:26.567Z | Compiling maybe-uninit v2.0.0 |
2231 | 2024-11-22T23:24:26.690Z | Compiling tiny-keccak v2.0.2 |
2232 | 2024-11-22T23:24:26.952Z | Compiling wyz v0.5.1 |
2233 | 2024-11-22T23:24:27.126Z | Compiling dsl_auto_type v0.1.2 |
2234 | 2024-11-22T23:24:27.295Z | Compiling phf_generator v0.11.2 |
2235 | 2024-11-22T23:24:27.434Z | Compiling scheduled-thread-pool v0.2.7 |
2236 | 2024-11-22T23:24:27.480Z | Compiling secrecy v0.8.0 |
2237 | 2024-11-22T23:24:27.625Z | Compiling async-recursion v1.1.1 |
2238 | 2024-11-22T23:24:27.762Z | Compiling diesel_table_macro_syntax v0.2.0 |
2239 | 2024-11-22T23:24:27.782Z | Compiling crc-catalog v2.4.0 |
2240 | 2024-11-22T23:24:27.953Z | Compiling funty v2.0.0 |
2241 | 2024-11-22T23:24:28.169Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2242 | 2024-11-22T23:24:28.483Z | Compiling packed_struct v0.10.1 |
2243 | 2024-11-22T23:24:28.522Z | Compiling diesel_derives v2.2.3 |
2244 | 2024-11-22T23:24:28.638Z | Compiling crc v3.2.1 |
2245 | 2024-11-22T23:24:28.941Z | Compiling r2d2 v0.8.10 |
2246 | 2024-11-22T23:24:29.082Z | Compiling bitvec v1.0.1 |
2247 | 2024-11-22T23:24:30.424Z | Compiling phf_codegen v0.11.2 |
2248 | 2024-11-22T23:24:30.426Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2249 | 2024-11-22T23:24:30.426Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2250 | 2024-11-22T23:24:30.638Z | Compiling ascii-canvas v3.0.0 |
2251 | 2024-11-22T23:24:30.974Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2252 | 2024-11-22T23:24:31.115Z | Compiling universal-hash v0.5.1 |
2253 | 2024-11-22T23:24:31.346Z | Compiling packed_struct_codegen v0.10.1 |
2254 | 2024-11-22T23:24:33.783Z | Compiling thiserror-impl-no-std v2.0.2 |
2255 | 2024-11-22T23:24:33.849Z | Compiling parse-zoneinfo v0.3.1 |
2256 | 2024-11-22T23:24:35.459Z | Compiling lzma-sys v0.1.20 |
2257 | 2024-11-22T23:24:36.151Z | Compiling ena v0.14.3 |
2258 | 2024-11-22T23:24:36.431Z | Compiling indexmap v1.9.3 |
2259 | 2024-11-22T23:24:36.577Z | Compiling nodrop v0.1.14 |
2260 | 2024-11-22T23:24:36.726Z | Compiling regex-syntax v0.6.29 |
2261 | 2024-11-22T23:24:36.749Z | Compiling opaque-debug v0.3.1 |
2262 | 2024-11-22T23:24:36.863Z | Compiling diff v0.1.13 |
2263 | 2024-11-22T23:24:37.371Z | Compiling cfg_aliases v0.1.1 |
2264 | 2024-11-22T23:24:37.490Z | Compiling nix v0.28.0 |
2265 | 2024-11-22T23:24:38.193Z | Compiling poly1305 v0.8.0 |
2266 | 2024-11-22T23:24:39.758Z | Compiling array-init v0.0.4 |
2267 | 2024-11-22T23:24:39.840Z | Compiling diesel v2.2.4 |
2268 | 2024-11-22T23:24:41.033Z | Compiling lalrpop v0.19.12 |
2269 | 2024-11-22T23:24:41.952Z | Compiling thiserror-no-std v2.0.2 |
2270 | 2024-11-22T23:24:42.143Z | Compiling chrono-tz-build v0.4.0 |
2271 | 2024-11-22T23:24:47.246Z | Compiling smallvec v0.6.14 |
2272 | 2024-11-22T23:24:47.773Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2273 | 2024-11-22T23:24:47.876Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2274 | 2024-11-22T23:24:48.177Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2275 | 2024-11-22T23:24:48.408Z | Compiling chacha20 v0.9.1 |
2276 | 2024-11-22T23:24:48.857Z | Compiling heck v0.3.3 |
2277 | 2024-11-22T23:24:48.876Z | Compiling aead v0.5.2 |
2278 | 2024-11-22T23:24:49.250Z | Compiling vte_generate_state_changes v0.1.2 |
2279 | 2024-11-22T23:24:49.282Z | Compiling ref-cast v1.0.23 |
2280 | 2024-11-22T23:24:49.779Z | Compiling hashbrown v0.12.3 |
2281 | 2024-11-22T23:24:49.870Z | Compiling termcolor v1.4.1 |
2282 | 2024-11-22T23:24:50.972Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2283 | 2024-11-22T23:24:51.198Z | Compiling bitfield v0.14.0 |
2284 | 2024-11-22T23:24:51.527Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2285 | 2024-11-22T23:24:52.385Z | Compiling env_logger v0.10.2 |
2286 | 2024-11-22T23:24:55.495Z | Compiling vte v0.11.1 |
2287 | 2024-11-22T23:24:57.037Z | Compiling zone_cfg_derive v0.1.2 |
2288 | 2024-11-22T23:24:58.432Z | Compiling chacha20poly1305 v0.10.1 |
2289 | 2024-11-22T23:24:58.716Z | Compiling serde-hex v0.1.0 |
2290 | 2024-11-22T23:25:03.639Z | Compiling chrono-tz v0.10.0 |
2291 | 2024-11-22T23:25:03.974Z | Compiling vsss-rs v3.3.4 |
2292 | 2024-11-22T23:25:04.308Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2293 | 2024-11-22T23:25:04.651Z | Compiling ron v0.8.1 |
2294 | 2024-11-22T23:25:07.032Z | Compiling polar-core v0.27.3 |
2295 | 2024-11-22T23:25:08.256Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2296 | 2024-11-22T23:25:08.351Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2297 | 2024-11-22T23:25:08.555Z | Compiling derive_builder_core v0.20.2 |
2298 | 2024-11-22T23:25:08.927Z | Compiling hashbrown v0.13.2 |
2299 | 2024-11-22T23:25:10.344Z | Compiling fd-lock v4.0.2 |
2300 | 2024-11-22T23:25:10.434Z | Compiling headers-core v0.3.0 |
2301 | 2024-11-22T23:25:10.587Z | Compiling fxhash v0.2.1 |
2302 | 2024-11-22T23:25:10.623Z | Compiling libxml v0.3.3 |
2303 | 2024-11-22T23:25:10.745Z | Compiling ref-cast-impl v1.0.23 |
2304 | 2024-11-22T23:25:10.817Z | Compiling bytecount v0.6.8 |
2305 | 2024-11-22T23:25:10.967Z | Compiling base64 v0.13.1 |
2306 | 2024-11-22T23:25:11.114Z | Compiling crc-any v2.5.0 |
2307 | 2024-11-22T23:25:11.701Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2308 | 2024-11-22T23:25:12.043Z | Compiling ron v0.7.1 |
2309 | 2024-11-22T23:25:12.119Z | Compiling papergrid v0.11.0 |
2310 | 2024-11-22T23:25:17.105Z | Compiling derive_builder_macro v0.20.2 |
2311 | 2024-11-22T23:25:17.296Z | Compiling headers v0.4.0 |
2312 | 2024-11-22T23:25:17.919Z | Compiling object v0.30.4 |
2313 | 2024-11-22T23:25:20.971Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2314 | 2024-11-22T23:25:25.159Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2315 | 2024-11-22T23:25:26.764Z | Compiling xz2 v0.1.7 |
2316 | 2024-11-22T23:25:27.389Z | Compiling zone v0.1.8 |
2317 | 2024-11-22T23:25:27.522Z | Compiling strip-ansi-escapes v0.2.0 |
2318 | 2024-11-22T23:25:30.648Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2319 | 2024-11-22T23:25:30.674Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2320 | 2024-11-22T23:25:31.515Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2321 | 2024-11-22T23:25:31.806Z | Compiling tabled_derive v0.7.0 |
2322 | 2024-11-22T23:25:32.068Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2323 | 2024-11-22T23:25:33.166Z | Compiling yasna v0.5.2 |
2324 | 2024-11-22T23:25:33.525Z | Compiling peg-macros v0.8.4 |
2325 | 2024-11-22T23:25:33.882Z | Compiling strum_macros v0.24.3 |
2326 | 2024-11-22T23:25:33.962Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2327 | 2024-11-22T23:25:34.983Z | Compiling kstat-rs v0.2.4 |
2328 | 2024-11-22T23:25:35.959Z | Compiling samael v0.0.17 |
2329 | 2024-11-22T23:25:36.522Z | Compiling sqlparser_derive v0.2.2 |
2330 | 2024-11-22T23:25:36.830Z | Compiling unicase v2.7.0 |
2331 | 2024-11-22T23:25:36.890Z | Compiling home v0.5.9 |
2332 | 2024-11-22T23:25:37.121Z | Compiling nu-ansi-term v0.50.1 |
2333 | 2024-11-22T23:25:37.164Z | Compiling path-slash v0.1.5 |
2334 | 2024-11-22T23:25:37.213Z | Compiling unicode_categories v0.1.1 |
2335 | 2024-11-22T23:25:37.398Z | Compiling indoc v1.0.9 |
2336 | 2024-11-22T23:25:37.496Z | Compiling sqlparser v0.45.0 |
2337 | 2024-11-22T23:25:37.585Z | Compiling reedline v0.35.0 |
2338 | 2024-11-22T23:25:37.760Z | Compiling sqlformat v0.2.6 |
2339 | 2024-11-22T23:25:38.334Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2340 | 2024-11-22T23:25:40.461Z | Compiling rustyline v14.0.0 |
2341 | 2024-11-22T23:25:41.385Z | Compiling peg v0.8.4 |
2342 | 2024-11-22T23:25:41.515Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2343 | 2024-11-22T23:25:48.760Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2344 | 2024-11-22T23:25:48.938Z | Compiling rcgen v0.12.1 |
2345 | 2024-11-22T23:25:53.094Z | Compiling tabled v0.15.0 |
2346 | 2024-11-22T23:25:59.069Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2347 | 2024-11-22T23:26:02.115Z | Compiling derive_builder v0.20.2 |
2348 | 2024-11-22T23:26:07.359Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2349 | 2024-11-22T23:26:08.497Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2350 | 2024-11-22T23:26:12.955Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2351 | 2024-11-22T23:26:13.266Z | Compiling bcs v0.1.6 |
2352 | 2024-11-22T23:26:13.392Z | Compiling impl-trait-for-tuples v0.2.2 |
2353 | 2024-11-22T23:26:14.143Z | Compiling oso-derive v0.27.3 |
2354 | 2024-11-22T23:26:15.118Z | Compiling libz-sys v1.1.20 |
2355 | 2024-11-22T23:26:15.777Z | Compiling quick-xml v0.33.0 |
2356 | 2024-11-22T23:26:19.323Z | Compiling subprocess v0.2.9 |
2357 | 2024-11-22T23:26:20.353Z | Compiling diesel-dtrace v0.3.0 |
2358 | 2024-11-22T23:26:20.672Z | Compiling parking_lot_core v0.8.6 |
2359 | 2024-11-22T23:26:21.106Z | Compiling termtree v0.5.1 |
2360 | 2024-11-22T23:26:24.104Z | Compiling oso v0.27.3 |
2361 | 2024-11-22T23:26:41.163Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2362 | 2024-11-22T23:26:49.003Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2363 | 2024-11-22T23:26:50.616Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2364 | 2024-11-22T23:26:55.574Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2365 | 2024-11-22T23:26:56.028Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2366 | 2024-11-22T23:26:56.341Z | Compiling bb8 v0.8.5 |
2367 | 2024-11-22T23:26:56.976Z | Compiling buf-list v1.0.3 |
2368 | 2024-11-22T23:26:57.632Z | Compiling async-bb8-diesel v0.2.1 |
2369 | 2024-11-22T23:26:59.072Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2370 | 2024-11-22T23:26:59.620Z | Compiling pin-project-internal v1.1.6 |
2371 | 2024-11-22T23:26:59.857Z | Compiling atty v0.2.14 |
2372 | 2024-11-22T23:27:00.048Z | Compiling salty v0.3.0 |
2373 | 2024-11-22T23:27:00.523Z | Compiling parking_lot v0.11.2 |
2374 | 2024-11-22T23:27:02.388Z | Compiling pin-project v1.1.6 |
2375 | 2024-11-22T23:27:03.016Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2376 | 2024-11-22T23:27:03.312Z | Compiling snafu-derive v0.8.5 |
2377 | 2024-11-22T23:27:03.417Z | Compiling lockfree-object-pool v0.1.6 |
2378 | 2024-11-22T23:27:03.729Z | Compiling bumpalo v3.16.0 |
2379 | 2024-11-22T23:27:04.250Z | Compiling simd-adler32 v0.3.7 |
2380 | 2024-11-22T23:27:05.454Z | Compiling zip v2.1.3 |
2381 | 2024-11-22T23:27:05.808Z | Compiling zopfli v0.8.1 |
2382 | 2024-11-22T23:27:07.720Z | Compiling mime_guess v2.0.5 |
2383 | 2024-11-22T23:27:07.951Z | Compiling snafu v0.8.5 |
2384 | 2024-11-22T23:27:07.953Z | Compiling sled v0.34.7 |
2385 | 2024-11-22T23:27:09.441Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2386 | 2024-11-22T23:27:09.949Z | Compiling hickory-client v0.24.1 |
2387 | 2024-11-22T23:27:10.754Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2388 | 2024-11-22T23:27:11.669Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2389 | 2024-11-22T23:27:11.932Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2390 | 2024-11-22T23:27:14.995Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2391 | 2024-11-22T23:27:16.486Z | Compiling globset v0.4.15 |
2392 | 2024-11-22T23:27:16.649Z | Compiling hickory-server v0.24.1 |
2393 | 2024-11-22T23:27:20.153Z | Compiling primeorder v0.13.6 |
2394 | 2024-11-22T23:27:20.755Z | Compiling olpc-cjson v0.1.4 |
2395 | 2024-11-22T23:27:21.083Z | Compiling vergen v8.3.2 |
2396 | 2024-11-22T23:27:21.397Z | Compiling env_filter v0.1.2 |
2397 | 2024-11-22T23:27:24.585Z | Compiling cargo-platform v0.1.8 |
2398 | 2024-11-22T23:27:25.095Z | Compiling serde_plain v1.0.2 |
2399 | 2024-11-22T23:27:25.645Z | Compiling nanorand v0.7.0 |
2400 | 2024-11-22T23:27:26.352Z | Compiling memoffset v0.9.1 |
2401 | 2024-11-22T23:27:26.690Z | Compiling typed-path v0.9.3 |
2402 | 2024-11-22T23:27:31.710Z | Compiling tough v0.19.0 |
2403 | 2024-11-22T23:27:33.827Z | Compiling flume v0.11.1 |
2404 | 2024-11-22T23:27:34.600Z | Compiling cargo_metadata v0.18.1 |
2405 | 2024-11-22T23:27:37.801Z | Compiling env_logger v0.11.5 |
2406 | 2024-11-22T23:27:39.213Z | Compiling p384 v0.13.0 |
2407 | 2024-11-22T23:27:41.721Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2408 | 2024-11-22T23:27:44.950Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2409 | 2024-11-22T23:27:50.354Z | Compiling git2 v0.19.0 |
2410 | 2024-11-22T23:27:51.205Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2411 | 2024-11-22T23:27:55.418Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2412 | 2024-11-22T23:27:59.610Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2413 | 2024-11-22T23:28:00.524Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2414 | 2024-11-22T23:28:01.354Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2415 | 2024-11-22T23:28:02.604Z | Compiling rand_seeder v0.3.0 |
2416 | 2024-11-22T23:28:03.023Z | Compiling libsqlite3-sys v0.30.1 |
2417 | 2024-11-22T23:28:03.545Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2418 | 2024-11-22T23:28:03.864Z | Compiling rustls v0.21.12 |
2419 | 2024-11-22T23:28:04.061Z | Compiling cfg_aliases v0.2.1 |
2420 | 2024-11-22T23:28:04.166Z | Compiling parse-size v1.1.0 |
2421 | 2024-11-22T23:28:04.186Z | Compiling nix v0.29.0 |
2422 | 2024-11-22T23:28:04.517Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2423 | 2024-11-22T23:28:05.098Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2424 | 2024-11-22T23:28:05.342Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2425 | 2024-11-22T23:28:06.080Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2426 | 2024-11-22T23:28:06.891Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2427 | 2024-11-22T23:28:07.410Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2428 | 2024-11-22T23:28:07.463Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2429 | 2024-11-22T23:28:07.671Z | Compiling sct v0.7.1 |
2430 | 2024-11-22T23:28:07.714Z | Compiling rustls-webpki v0.101.7 |
2431 | 2024-11-22T23:28:08.146Z | Compiling castaway v0.2.3 |
2432 | 2024-11-22T23:28:08.350Z | Compiling csv-core v0.1.11 |
2433 | 2024-11-22T23:28:09.016Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2434 | 2024-11-22T23:28:09.208Z | Compiling glob v0.3.1 |
2435 | 2024-11-22T23:28:09.326Z | Compiling http-range v0.1.5 |
2436 | 2024-11-22T23:28:09.907Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2437 | 2024-11-22T23:28:11.134Z | Compiling hyper-staticfile v0.10.1 |
2438 | 2024-11-22T23:28:11.335Z | Compiling csv v1.3.0 |
2439 | 2024-11-22T23:28:11.761Z | Compiling compact_str v0.8.0 |
2440 | 2024-11-22T23:28:13.433Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2441 | 2024-11-22T23:28:14.177Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2442 | 2024-11-22T23:28:14.380Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2443 | 2024-11-22T23:28:15.439Z | Compiling nix v0.27.1 |
2444 | 2024-11-22T23:28:18.437Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2445 | 2024-11-22T23:28:21.591Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2446 | 2024-11-22T23:28:22.895Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2447 | 2024-11-22T23:28:28.013Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2448 | 2024-11-22T23:28:28.854Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2449 | 2024-11-22T23:28:29.195Z | Compiling unicode-truncate v1.1.0 |
2450 | 2024-11-22T23:28:29.500Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2451 | 2024-11-22T23:28:29.803Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2452 | 2024-11-22T23:28:30.130Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2453 | 2024-11-22T23:28:35.344Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2454 | 2024-11-22T23:28:35.496Z | Compiling hashlink v0.9.1 |
2455 | 2024-11-22T23:28:36.343Z | Compiling tungstenite v0.23.0 |
2456 | 2024-11-22T23:28:36.976Z | Compiling lru v0.12.5 |
2457 | 2024-11-22T23:28:37.328Z | Compiling instability v0.3.2 |
2458 | 2024-11-22T23:28:37.358Z | Compiling fallible-streaming-iterator v0.1.9 |
2459 | 2024-11-22T23:28:37.383Z | Compiling cassowary v0.3.0 |
2460 | 2024-11-22T23:28:37.643Z | Compiling fallible-iterator v0.3.0 |
2461 | 2024-11-22T23:28:38.184Z | Compiling tokio-tungstenite v0.23.1 |
2462 | 2024-11-22T23:28:38.340Z | Compiling ratatui v0.28.1 |
2463 | 2024-11-22T23:28:38.476Z | Compiling rusqlite v0.32.1 |
2464 | 2024-11-22T23:28:38.881Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2465 | 2024-11-22T23:28:42.007Z | Compiling tokio-rustls v0.24.1 |
2466 | 2024-11-22T23:28:43.678Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2467 | 2024-11-22T23:28:47.853Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2468 | 2024-11-22T23:28:48.113Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2469 | 2024-11-22T23:28:49.621Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2470 | 2024-11-22T23:28:57.317Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2471 | 2024-11-22T23:28:58.305Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2472 | 2024-11-22T23:28:59.973Z | Compiling rustls-pemfile v1.0.4 |
2473 | 2024-11-22T23:29:00.383Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2474 | 2024-11-22T23:29:00.698Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2475 | 2024-11-22T23:29:00.803Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2476 | 2024-11-22T23:29:00.991Z | Compiling signal-hook-tokio v0.3.1 |
2477 | 2024-11-22T23:29:01.222Z | Compiling twox-hash v1.6.3 |
2478 | 2024-11-22T23:29:02.236Z | Compiling smawk v0.3.2 |
2479 | 2024-11-22T23:29:02.516Z | Compiling is_ci v1.2.0 |
2480 | 2024-11-22T23:29:02.831Z | Compiling unicode-linebreak v0.1.5 |
2481 | 2024-11-22T23:29:03.076Z | Compiling supports-color v3.0.1 |
2482 | 2024-11-22T23:29:03.374Z | Compiling textwrap v0.16.1 |
2483 | 2024-11-22T23:29:05.748Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2484 | 2024-11-22T23:29:06.961Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2485 | 2024-11-22T23:29:11.311Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2486 | 2024-11-22T23:29:17.430Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2487 | 2024-11-22T23:29:22.542Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2488 | 2024-11-22T23:29:27.018Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2489 | 2024-11-22T23:29:27.313Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2490 | 2024-11-22T23:29:27.959Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2491 | 2024-11-22T23:29:40.192Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2492 | 2024-11-22T23:29:40.496Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2493 | 2024-11-22T23:29:43.449Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2494 | 2024-11-22T23:29:47.094Z | Compiling fatfs v0.3.6 |
2495 | 2024-11-22T23:29:47.129Z | Compiling rtoolbox v0.0.2 |
2496 | 2024-11-22T23:29:47.551Z | Compiling assert_matches v1.5.0 |
2497 | 2024-11-22T23:29:47.673Z | Compiling rpassword v7.3.1 |
2498 | 2024-11-22T23:29:48.135Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2499 | 2024-11-22T23:29:52.577Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2500 | 2024-11-22T23:29:58.475Z | Compiling tui-tree-widget v0.22.0 |
2501 | 2024-11-22T23:29:58.962Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2502 | 2024-11-22T23:29:59.528Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2503 | 2024-11-22T23:30:05.853Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2504 | 2024-11-22T23:30:06.165Z | Compiling uzers v0.12.1 |
2505 | 2024-11-22T23:30:09.269Z | Compiling shell-words v1.1.0 |
2506 | 2024-11-22T23:30:09.719Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2507 | 2024-11-22T23:30:12.835Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2508 | 2024-11-22T23:30:14.990Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2509 | 2024-11-22T23:30:47.774Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2510 | 2024-11-22T23:30:48.811Z | Compiling multimap v0.10.0 |
2511 | 2024-11-22T23:33:09.041Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2512 | 2024-11-22T23:33:09.630Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2513 | 2024-11-22T23:39:49.423Z | Finished `release` profile [optimized] target(s) in 16m 07s |
2514 | 2024-11-22T23:40:54.295Z | |
2515 | 2024-11-22T23:40:54.295Z | real 17:13.073824321 |
2516 | 2024-11-22T23:40:54.295Z | user 1:55:58.943532738 |
2517 | 2024-11-22T23:40:54.295Z | sys 5:52.872344434 |
2518 | 2024-11-22T23:40:54.295Z | trap 2.738326411 |
2519 | 2024-11-22T23:40:54.300Z | tflt 2.978978470 |
2520 | 2024-11-22T23:40:54.300Z | dflt 5.590142211 |
2521 | 2024-11-22T23:40:54.300Z | kflt 0.003322074 |
2522 | 2024-11-22T23:40:54.300Z | lock 7:16:11.227998543 |
2523 | 2024-11-22T23:40:54.300Z | slp 6:09:06.012743983 |
2524 | 2024-11-22T23:40:54.300Z | lat 2:54.266135922 |
2525 | 2024-11-22T23:40:54.300Z | stop 2:35.396826815 |
2526 | 2024-11-22T23:40:54.300Z | + mapfile -t packages |
2527 | 2024-11-22T23:40:54.300Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2528 | 2024-11-22T23:40:55.335Z | Finished `release` profile [optimized] target(s) in 0.99s |
2529 | 2024-11-22T23:40:55.404Z | Running `target/release/omicron-package -t test list-outputs` |
2530 | 2024-11-22T23:40:55.454Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2531 | 2024-11-22T23:40:55.457Z | + ptime -m cargo build --locked --release -p xtask |
2532 | 2024-11-22T23:40:56.030Z | Compiling serde v1.0.215 |
2533 | 2024-11-22T23:40:56.033Z | Compiling rustix v0.38.37 |
2534 | 2024-11-22T23:40:56.033Z | Compiling serde_json v1.0.132 |
2535 | 2024-11-22T23:40:56.033Z | Compiling libc v0.2.162 |
2536 | 2024-11-22T23:40:56.132Z | Compiling syn v2.0.87 |
2537 | 2024-11-22T23:40:56.142Z | Compiling bitflags v2.6.0 |
2538 | 2024-11-22T23:40:56.502Z | Compiling usdt-impl v0.5.0 |
2539 | 2024-11-22T23:40:56.541Z | Compiling syn v1.0.109 |
2540 | 2024-11-22T23:40:56.617Z | Compiling log v0.4.22 |
2541 | 2024-11-22T23:40:56.633Z | Compiling hashbrown v0.15.0 |
2542 | 2024-11-22T23:40:56.680Z | Compiling fs-err v2.11.0 |
2543 | 2024-11-22T23:40:56.986Z | Compiling once_cell v1.20.2 |
2544 | 2024-11-22T23:40:57.071Z | Compiling anyhow v1.0.93 |
2545 | 2024-11-22T23:40:57.589Z | Compiling thread-id v4.2.2 |
2546 | 2024-11-22T23:40:57.899Z | Compiling indexmap v2.6.0 |
2547 | 2024-11-22T23:40:59.076Z | Compiling terminal_size v0.4.0 |
2548 | 2024-11-22T23:40:59.076Z | Compiling tempfile v3.13.0 |
2549 | 2024-11-22T23:40:59.321Z | Compiling clap_builder v4.5.21 |
2550 | 2024-11-22T23:40:59.876Z | Compiling proc-macro-error v1.0.4 |
2551 | 2024-11-22T23:41:01.299Z | Compiling tabled_derive v0.7.0 |
2552 | 2024-11-22T23:41:02.550Z | Compiling tabled v0.15.0 |
2553 | 2024-11-22T23:41:04.584Z | Compiling serde_derive v1.0.215 |
2554 | 2024-11-22T23:41:04.665Z | Compiling thiserror-impl v1.0.69 |
2555 | 2024-11-22T23:41:05.220Z | Compiling zerocopy-derive v0.7.35 |
2556 | 2024-11-22T23:41:05.779Z | Compiling scroll_derive v0.12.0 |
2557 | 2024-11-22T23:41:07.201Z | Compiling scroll v0.12.0 |
2558 | 2024-11-22T23:41:07.233Z | Compiling zerocopy v0.7.35 |
2559 | 2024-11-22T23:41:07.591Z | Compiling thiserror v1.0.69 |
2560 | 2024-11-22T23:41:07.750Z | Compiling pest v2.7.14 |
2561 | 2024-11-22T23:41:08.751Z | Compiling goblin v0.8.2 |
2562 | 2024-11-22T23:41:10.803Z | Compiling pest_meta v2.7.14 |
2563 | 2024-11-22T23:41:12.741Z | Compiling pest_generator v2.7.14 |
2564 | 2024-11-22T23:41:14.616Z | Compiling clap_derive v4.5.18 |
2565 | 2024-11-22T23:41:15.038Z | Compiling pest_derive v2.7.14 |
2566 | 2024-11-22T23:41:15.794Z | Compiling dtrace-parser v0.2.0 |
2567 | 2024-11-22T23:41:19.215Z | Compiling toml_datetime v0.6.8 |
2568 | 2024-11-22T23:41:20.114Z | Compiling serde_tokenstream v0.2.2 |
2569 | 2024-11-22T23:41:20.700Z | Compiling serde_spanned v0.6.8 |
2570 | 2024-11-22T23:41:20.975Z | Compiling toml_edit v0.22.22 |
2571 | 2024-11-22T23:41:22.554Z | Compiling dof v0.3.0 |
2572 | 2024-11-22T23:41:24.942Z | Compiling camino v1.1.9 |
2573 | 2024-11-22T23:41:25.270Z | Compiling usdt-macro v0.5.0 |
2574 | 2024-11-22T23:41:26.289Z | Compiling usdt-attr-macro v0.5.0 |
2575 | 2024-11-22T23:41:27.357Z | Compiling toml v0.8.19 |
2576 | 2024-11-22T23:41:27.619Z | Compiling cargo-platform v0.1.8 |
2577 | 2024-11-22T23:41:28.206Z | Compiling semver v1.0.23 |
2578 | 2024-11-22T23:41:28.311Z | Compiling cargo_toml v0.20.5 |
2579 | 2024-11-22T23:41:28.692Z | Compiling cargo_metadata v0.18.1 |
2580 | 2024-11-22T23:41:29.691Z | Compiling usdt v0.5.0 |
2581 | 2024-11-22T23:41:31.153Z | Compiling camino-tempfile v1.1.1 |
2582 | 2024-11-22T23:41:31.463Z | Compiling clap v4.5.21 |
2583 | 2024-11-22T23:41:31.600Z | Compiling macaddr v1.0.1 |
2584 | 2024-11-22T23:41:40.489Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2585 | 2024-11-22T23:41:51.538Z | Finished `release` profile [optimized] target(s) in 56.02s |
2586 | 2024-11-22T23:41:51.649Z | |
2587 | 2024-11-22T23:41:51.652Z | real 56.158583778 |
2588 | 2024-11-22T23:41:51.652Z | user 5:42.444444751 |
2589 | 2024-11-22T23:41:51.652Z | sys 30.876780594 |
2590 | 2024-11-22T23:41:51.652Z | trap 0.145480789 |
2591 | 2024-11-22T23:41:51.652Z | tflt 0.301419580 |
2592 | 2024-11-22T23:41:51.652Z | dflt 0.537784168 |
2593 | 2024-11-22T23:41:51.652Z | kflt 0.010076109 |
2594 | 2024-11-22T23:41:51.652Z | lock 10:18.062840439 |
2595 | 2024-11-22T23:41:51.652Z | slp 15:13.899729374 |
2596 | 2024-11-22T23:41:51.652Z | lat 13.929674796 |
2597 | 2024-11-22T23:41:51.652Z | stop 16.760143455 |
2598 | 2024-11-22T23:41:51.652Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2599 | 2024-11-22T23:41:51.652Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2600 | 2024-11-22T23:41:51.652Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2601 | 2024-11-22T23:41:51.652Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2602 | 2024-11-22T23:41:51.652Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2603 | 2024-11-22T23:41:52.529Z | Compiling hashbrown v0.14.5 |
2604 | 2024-11-22T23:41:52.659Z | Compiling ident_case v1.0.1 |
2605 | 2024-11-22T23:41:52.670Z | Compiling unsafe-libyaml v0.2.11 |
2606 | 2024-11-22T23:41:52.679Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2607 | 2024-11-22T23:41:52.679Z | Compiling progenitor-client v0.8.0 |
2608 | 2024-11-22T23:41:52.682Z | Compiling ipnetwork v0.20.0 |
2609 | 2024-11-22T23:41:52.682Z | Compiling macaddr v1.0.1 |
2610 | 2024-11-22T23:41:52.682Z | Compiling instant v0.1.13 |
2611 | 2024-11-22T23:41:52.802Z | Compiling darling_core v0.20.10 |
2612 | 2024-11-22T23:41:52.854Z | Compiling structmeta-derive v0.3.0 |
2613 | 2024-11-22T23:41:53.106Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2614 | 2024-11-22T23:41:53.177Z | Compiling newtype-uuid v1.1.3 |
2615 | 2024-11-22T23:41:53.197Z | Compiling dropshot v0.13.0 |
2616 | 2024-11-22T23:41:53.565Z | Compiling dropshot_endpoint v0.13.0 |
2617 | 2024-11-22T23:41:53.676Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2618 | 2024-11-22T23:41:53.832Z | Compiling regress v0.10.1 |
2619 | 2024-11-22T23:41:53.855Z | Compiling regress v0.9.1 |
2620 | 2024-11-22T23:41:53.930Z | Compiling serde_yaml v0.9.34+deprecated |
2621 | 2024-11-22T23:41:54.473Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2622 | 2024-11-22T23:41:54.560Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2623 | 2024-11-22T23:41:54.653Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2624 | 2024-11-22T23:41:54.943Z | Compiling backoff v0.4.0 |
2625 | 2024-11-22T23:41:55.344Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2626 | 2024-11-22T23:41:55.418Z | Compiling tempfile v3.13.0 |
2627 | 2024-11-22T23:41:55.512Z | Compiling proc-macro-crate v1.3.1 |
2628 | 2024-11-22T23:41:55.882Z | Compiling structmeta v0.3.0 |
2629 | 2024-11-22T23:41:56.335Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2630 | 2024-11-22T23:41:56.356Z | Compiling parse-display-derive v0.10.0 |
2631 | 2024-11-22T23:41:56.620Z | Compiling num_enum_derive v0.5.11 |
2632 | 2024-11-22T23:41:56.710Z | Compiling itertools v0.13.0 |
2633 | 2024-11-22T23:41:58.112Z | Compiling typify-impl v0.2.0 |
2634 | 2024-11-22T23:41:58.930Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2635 | 2024-11-22T23:41:59.004Z | Compiling zerocopy v0.8.10 |
2636 | 2024-11-22T23:41:59.298Z | Compiling num_enum v0.5.11 |
2637 | 2024-11-22T23:41:59.338Z | Compiling foreign-types-macros v0.2.3 |
2638 | 2024-11-22T23:41:59.478Z | Compiling zerocopy-derive v0.8.10 |
2639 | 2024-11-22T23:41:59.875Z | Compiling darling_macro v0.20.10 |
2640 | 2024-11-22T23:42:00.034Z | Compiling foreign-types-shared v0.3.1 |
2641 | 2024-11-22T23:42:00.054Z | Compiling heapless v0.8.0 |
2642 | 2024-11-22T23:42:00.170Z | Compiling proc-macro-error v1.0.4 |
2643 | 2024-11-22T23:42:00.644Z | Compiling foreign-types v0.5.0 |
2644 | 2024-11-22T23:42:00.802Z | Compiling darling v0.20.10 |
2645 | 2024-11-22T23:42:00.896Z | Compiling camino-tempfile v1.1.1 |
2646 | 2024-11-22T23:42:00.926Z | Compiling serde_with_macros v3.11.0 |
2647 | 2024-11-22T23:42:00.948Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2648 | 2024-11-22T23:42:01.018Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2649 | 2024-11-22T23:42:01.039Z | Compiling parse-display v0.10.0 |
2650 | 2024-11-22T23:42:01.355Z | Compiling hash32 v0.3.1 |
2651 | 2024-11-22T23:42:01.613Z | Compiling cstr-argument v0.1.2 |
2652 | 2024-11-22T23:42:01.747Z | Compiling pretty-hex v0.2.1 |
2653 | 2024-11-22T23:42:01.864Z | Compiling smoltcp v0.11.0 |
2654 | 2024-11-22T23:42:01.887Z | Compiling crucible-workspace-hack v0.1.0 |
2655 | 2024-11-22T23:42:01.952Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2656 | 2024-11-22T23:42:02.188Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2657 | 2024-11-22T23:42:02.325Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2658 | 2024-11-22T23:42:02.628Z | Compiling tabwriter v1.4.0 |
2659 | 2024-11-22T23:42:02.937Z | Compiling colored v2.1.0 |
2660 | 2024-11-22T23:42:03.149Z | Compiling cobs v0.2.3 |
2661 | 2024-11-22T23:42:03.467Z | Compiling postcard v1.0.10 |
2662 | 2024-11-22T23:42:03.764Z | Compiling serde_with v3.11.0 |
2663 | 2024-11-22T23:42:03.848Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2664 | 2024-11-22T23:42:04.185Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2665 | 2024-11-22T23:42:04.300Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2666 | 2024-11-22T23:42:04.375Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2667 | 2024-11-22T23:42:04.696Z | Compiling smf v0.2.3 |
2668 | 2024-11-22T23:42:05.239Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2669 | 2024-11-22T23:42:06.166Z | Compiling zone_cfg_derive v0.3.0 |
2670 | 2024-11-22T23:42:06.215Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2671 | 2024-11-22T23:42:06.690Z | Compiling num-derive v0.4.2 |
2672 | 2024-11-22T23:42:07.699Z | Compiling sigpipe v0.1.3 |
2673 | 2024-11-22T23:42:07.819Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2674 | 2024-11-22T23:42:07.839Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2675 | 2024-11-22T23:42:07.937Z | Compiling zone v0.3.0 |
2676 | 2024-11-22T23:42:08.146Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2677 | 2024-11-22T23:42:08.325Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2678 | 2024-11-22T23:42:08.618Z | Compiling universal-hash v0.5.1 |
2679 | 2024-11-22T23:42:08.620Z | Compiling opaque-debug v0.3.1 |
2680 | 2024-11-22T23:42:08.739Z | Compiling num-rational v0.4.2 |
2681 | 2024-11-22T23:42:08.819Z | Compiling password-hash v0.5.0 |
2682 | 2024-11-22T23:42:08.984Z | Compiling blake2 v0.10.6 |
2683 | 2024-11-22T23:42:09.047Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2684 | 2024-11-22T23:42:09.190Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2685 | 2024-11-22T23:42:09.569Z | Compiling num-complex v0.4.6 |
2686 | 2024-11-22T23:42:09.852Z | Compiling aead v0.5.2 |
2687 | 2024-11-22T23:42:09.920Z | Compiling convert_case v0.4.0 |
2688 | 2024-11-22T23:42:10.027Z | Compiling keccak v0.1.5 |
2689 | 2024-11-22T23:42:10.255Z | Compiling argon2 v0.5.3 |
2690 | 2024-11-22T23:42:10.400Z | Compiling sha3 v0.10.8 |
2691 | 2024-11-22T23:42:10.591Z | Compiling num v0.4.3 |
2692 | 2024-11-22T23:42:10.611Z | Compiling poly1305 v0.8.0 |
2693 | 2024-11-22T23:42:10.712Z | Compiling tungstenite v0.21.0 |
2694 | 2024-11-22T23:42:10.963Z | Compiling derive_more v0.99.18 |
2695 | 2024-11-22T23:42:11.038Z | Compiling chacha20 v0.9.1 |
2696 | 2024-11-22T23:42:11.441Z | Compiling base64 v0.21.7 |
2697 | 2024-11-22T23:42:11.524Z | Compiling float-ord v0.3.2 |
2698 | 2024-11-22T23:42:11.706Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2699 | 2024-11-22T23:42:11.972Z | Compiling tokio-tungstenite v0.21.0 |
2700 | 2024-11-22T23:42:12.232Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2701 | 2024-11-22T23:42:12.325Z | Compiling same-file v1.0.6 |
2702 | 2024-11-22T23:42:12.596Z | Compiling semver v0.1.20 |
2703 | 2024-11-22T23:42:12.635Z | Compiling walkdir v2.5.0 |
2704 | 2024-11-22T23:42:12.651Z | Compiling newline-converter v0.3.0 |
2705 | 2024-11-22T23:42:12.833Z | Compiling primeorder v0.13.6 |
2706 | 2024-11-22T23:42:12.953Z | Compiling rustc_version v0.1.7 |
2707 | 2024-11-22T23:42:13.303Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2708 | 2024-11-22T23:42:13.324Z | Compiling secrecy v0.8.0 |
2709 | 2024-11-22T23:42:13.348Z | Compiling cancel-safe-futures v0.1.5 |
2710 | 2024-11-22T23:42:13.440Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2711 | 2024-11-22T23:42:13.461Z | Compiling owo-colors v4.1.0 |
2712 | 2024-11-22T23:42:13.602Z | Compiling newtype_derive v0.1.6 |
2713 | 2024-11-22T23:42:13.728Z | Compiling expectorate v1.1.0 |
2714 | 2024-11-22T23:42:13.747Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2715 | 2024-11-22T23:42:13.797Z | Compiling thiserror-impl-no-std v2.0.2 |
2716 | 2024-11-22T23:42:13.898Z | Compiling blake3 v1.5.4 |
2717 | 2024-11-22T23:42:13.919Z | Compiling ring v0.16.20 |
2718 | 2024-11-22T23:42:14.060Z | Compiling half v2.4.1 |
2719 | 2024-11-22T23:42:14.301Z | Compiling unicase v2.7.0 |
2720 | 2024-11-22T23:42:14.612Z | Compiling arc-swap v1.7.1 |
2721 | 2024-11-22T23:42:14.633Z | Compiling ciborium-io v0.2.2 |
2722 | 2024-11-22T23:42:14.774Z | Compiling ciborium-ll v0.2.2 |
2723 | 2024-11-22T23:42:15.181Z | Compiling slog-scope v4.4.0 |
2724 | 2024-11-22T23:42:15.253Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2725 | 2024-11-22T23:42:15.534Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2726 | 2024-11-22T23:42:15.826Z | Compiling polyval v0.6.2 |
2727 | 2024-11-22T23:42:16.282Z | Compiling atomicwrites v0.4.4 |
2728 | 2024-11-22T23:42:16.350Z | Compiling libsw v3.3.1 |
2729 | 2024-11-22T23:42:16.642Z | Compiling memmap2 v0.9.5 |
2730 | 2024-11-22T23:42:16.662Z | Compiling typify-macro v0.2.0 |
2731 | 2024-11-22T23:42:16.681Z | Compiling spin v0.5.2 |
2732 | 2024-11-22T23:42:16.704Z | Compiling libefi-sys v0.1.0 |
2733 | 2024-11-22T23:42:16.920Z | Compiling salty v0.3.0 |
2734 | 2024-11-22T23:42:16.985Z | Compiling constant_time_eq v0.3.1 |
2735 | 2024-11-22T23:42:17.063Z | Compiling thiserror-no-std v2.0.2 |
2736 | 2024-11-22T23:42:17.113Z | Compiling arrayvec v0.7.6 |
2737 | 2024-11-22T23:42:17.181Z | Compiling indent_write v2.2.0 |
2738 | 2024-11-22T23:42:17.201Z | Compiling parking_lot_core v0.8.6 |
2739 | 2024-11-22T23:42:17.348Z | Compiling linear-map v1.2.0 |
2740 | 2024-11-22T23:42:17.391Z | Compiling arrayref v0.3.9 |
2741 | 2024-11-22T23:42:17.557Z | Compiling vsss-rs v3.3.4 |
2742 | 2024-11-22T23:42:17.709Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2743 | 2024-11-22T23:42:17.772Z | Compiling ghash v0.5.1 |
2744 | 2024-11-22T23:42:18.093Z | Compiling slog-stdlog v4.1.1 |
2745 | 2024-11-22T23:42:18.362Z | Compiling ciborium v0.2.2 |
2746 | 2024-11-22T23:42:18.692Z | Compiling p384 v0.13.0 |
2747 | 2024-11-22T23:42:18.792Z | Compiling toolchain_find v0.4.0 |
2748 | 2024-11-22T23:42:18.823Z | Compiling chacha20poly1305 v0.10.1 |
2749 | 2024-11-22T23:42:19.063Z | Compiling lzma-sys v0.1.20 |
2750 | 2024-11-22T23:42:19.660Z | Compiling ctr v0.9.2 |
2751 | 2024-11-22T23:42:19.901Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2752 | 2024-11-22T23:42:19.919Z | Compiling bitfield-struct v0.6.2 |
2753 | 2024-11-22T23:42:19.978Z | Compiling slog-dtrace v0.3.0 |
2754 | 2024-11-22T23:42:20.271Z | Compiling topological-sort v0.2.2 |
2755 | 2024-11-22T23:42:20.276Z | Compiling highway v1.2.0 |
2756 | 2024-11-22T23:42:20.497Z | Compiling omicron-zone-package v0.11.1 |
2757 | 2024-11-22T23:42:20.563Z | Compiling aes-gcm v0.10.3 |
2758 | 2024-11-22T23:42:20.877Z | Compiling rustfmt-wrapper v0.2.1 |
2759 | 2024-11-22T23:42:20.913Z | Compiling typify v0.2.0 |
2760 | 2024-11-22T23:42:21.065Z | Compiling progenitor-impl v0.8.0 |
2761 | 2024-11-22T23:42:21.103Z | Compiling mime_guess v2.0.5 |
2762 | 2024-11-22T23:42:21.326Z | Compiling slog-envlogger v2.2.0 |
2763 | 2024-11-22T23:42:21.387Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2764 | 2024-11-22T23:42:21.465Z | Compiling steno v0.4.1 |
2765 | 2024-11-22T23:42:22.159Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2766 | 2024-11-22T23:42:22.180Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2767 | 2024-11-22T23:42:22.393Z | Compiling heck v0.3.3 |
2768 | 2024-11-22T23:42:22.697Z | Compiling ssh-encoding v0.2.0 |
2769 | 2024-11-22T23:42:22.836Z | Compiling blowfish v0.9.1 |
2770 | 2024-11-22T23:42:22.870Z | Compiling nibble_vec v0.1.0 |
2771 | 2024-11-22T23:42:23.074Z | Compiling env_filter v0.1.2 |
2772 | 2024-11-22T23:42:23.120Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2773 | 2024-11-22T23:42:23.240Z | Compiling endian-type v0.1.2 |
2774 | 2024-11-22T23:42:23.290Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2775 | 2024-11-22T23:42:23.307Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2776 | 2024-11-22T23:42:23.411Z | Compiling humantime v2.1.0 |
2777 | 2024-11-22T23:42:23.431Z | Compiling radix_trie v0.2.1 |
2778 | 2024-11-22T23:42:23.509Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2779 | 2024-11-22T23:42:23.635Z | Compiling env_logger v0.11.5 |
2780 | 2024-11-22T23:42:23.795Z | Compiling bcrypt-pbkdf v0.10.0 |
2781 | 2024-11-22T23:42:23.931Z | Compiling ssh-cipher v0.2.0 |
2782 | 2024-11-22T23:42:24.169Z | Compiling zone_cfg_derive v0.1.2 |
2783 | 2024-11-22T23:42:24.416Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2784 | 2024-11-22T23:42:24.563Z | Compiling parking_lot v0.11.2 |
2785 | 2024-11-22T23:42:25.062Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2786 | 2024-11-22T23:42:25.505Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2787 | 2024-11-22T23:42:25.578Z | Compiling password-hash v0.4.2 |
2788 | 2024-11-22T23:42:25.683Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2789 | 2024-11-22T23:42:25.704Z | Compiling gethostname v0.5.0 |
2790 | 2024-11-22T23:42:25.941Z | Compiling fxhash v0.2.1 |
2791 | 2024-11-22T23:42:25.961Z | Compiling base64 v0.13.1 |
2792 | 2024-11-22T23:42:26.106Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2793 | 2024-11-22T23:42:26.164Z | Compiling matches v0.1.10 |
2794 | 2024-11-22T23:42:26.282Z | Compiling idna v0.2.3 |
2795 | 2024-11-22T23:42:26.328Z | Compiling sled v0.34.7 |
2796 | 2024-11-22T23:42:26.440Z | Compiling ron v0.7.1 |
2797 | 2024-11-22T23:42:26.486Z | Compiling pbkdf2 v0.11.0 |
2798 | 2024-11-22T23:42:26.602Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2799 | 2024-11-22T23:42:26.850Z | Compiling zone v0.1.8 |
2800 | 2024-11-22T23:42:26.870Z | Compiling xz2 v0.1.7 |
2801 | 2024-11-22T23:42:27.300Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2802 | 2024-11-22T23:42:27.979Z | Compiling ssh-key v0.6.6 |
2803 | 2024-11-22T23:42:28.395Z | Compiling hickory-client v0.24.1 |
2804 | 2024-11-22T23:42:28.820Z | Compiling p521 v0.13.3 |
2805 | 2024-11-22T23:42:28.903Z | Compiling p256 v0.13.2 |
2806 | 2024-11-22T23:42:29.063Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2807 | 2024-11-22T23:42:29.363Z | Compiling progenitor-macro v0.8.0 |
2808 | 2024-11-22T23:42:29.801Z | Compiling hickory-server v0.24.1 |
2809 | 2024-11-22T23:42:29.936Z | Compiling enum-as-inner v0.5.1 |
2810 | 2024-11-22T23:42:30.291Z | Compiling pem v3.0.4 |
2811 | 2024-11-22T23:42:31.001Z | Compiling yasna v0.5.2 |
2812 | 2024-11-22T23:42:31.145Z | Compiling headers-core v0.3.0 |
2813 | 2024-11-22T23:42:31.242Z | Compiling kstat-rs v0.2.4 |
2814 | 2024-11-22T23:42:31.321Z | Compiling nanorand v0.7.0 |
2815 | 2024-11-22T23:42:31.904Z | Compiling atty v0.2.14 |
2816 | 2024-11-22T23:42:31.927Z | Compiling russh-cryptovec v0.7.3 |
2817 | 2024-11-22T23:42:32.060Z | Compiling http-range v0.1.5 |
2818 | 2024-11-22T23:42:32.247Z | Compiling md5 v0.7.0 |
2819 | 2024-11-22T23:42:32.428Z | Compiling hyper-staticfile v0.10.1 |
2820 | 2024-11-22T23:42:32.682Z | Compiling russh-keys v0.45.0 |
2821 | 2024-11-22T23:42:32.727Z | Compiling rcgen v0.12.1 |
2822 | 2024-11-22T23:42:32.767Z | Compiling flume v0.11.1 |
2823 | 2024-11-22T23:42:32.804Z | Compiling headers v0.4.0 |
2824 | 2024-11-22T23:42:33.528Z | Compiling trust-dns-proto v0.22.0 |
2825 | 2024-11-22T23:42:33.589Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2826 | 2024-11-22T23:42:34.825Z | Compiling num-bigint v0.4.6 |
2827 | 2024-11-22T23:42:35.268Z | Compiling des v0.8.1 |
2828 | 2024-11-22T23:42:35.637Z | Compiling subprocess v0.2.9 |
2829 | 2024-11-22T23:42:36.983Z | Compiling hex-literal v0.4.1 |
2830 | 2024-11-22T23:42:37.042Z | Compiling dhcproto-macros v0.1.0 |
2831 | 2024-11-22T23:42:37.147Z | Compiling display-error-chain v0.2.2 |
2832 | 2024-11-22T23:42:37.358Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2833 | 2024-11-22T23:42:37.622Z | Compiling internet-checksum v0.2.1 |
2834 | 2024-11-22T23:42:37.899Z | Compiling russh v0.45.0 |
2835 | 2024-11-22T23:42:38.132Z | Compiling dhcproto v0.12.0 |
2836 | 2024-11-22T23:42:41.852Z | Compiling progenitor v0.8.0 |
2837 | 2024-11-22T23:42:41.985Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2838 | 2024-11-22T23:42:41.987Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2839 | 2024-11-22T23:42:41.987Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2840 | 2024-11-22T23:42:41.987Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2841 | 2024-11-22T23:42:41.987Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2842 | 2024-11-22T23:42:41.987Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2843 | 2024-11-22T23:42:42.076Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2844 | 2024-11-22T23:42:43.476Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2845 | 2024-11-22T23:42:43.750Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2846 | 2024-11-22T23:42:44.326Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2847 | 2024-11-22T23:42:48.466Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2848 | 2024-11-22T23:42:48.535Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2849 | 2024-11-22T23:42:58.272Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2850 | 2024-11-22T23:42:58.272Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2851 | 2024-11-22T23:42:58.274Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2852 | 2024-11-22T23:42:58.274Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2853 | 2024-11-22T23:42:59.214Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2854 | 2024-11-22T23:43:01.482Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2855 | 2024-11-22T23:43:02.678Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2856 | 2024-11-22T23:43:03.043Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2857 | 2024-11-22T23:43:03.111Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2858 | 2024-11-22T23:43:03.793Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2859 | 2024-11-22T23:43:06.417Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2860 | 2024-11-22T23:43:07.176Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2861 | 2024-11-22T23:43:07.212Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2862 | 2024-11-22T23:43:07.782Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2863 | 2024-11-22T23:43:08.242Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2864 | 2024-11-22T23:43:08.930Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2865 | 2024-11-22T23:43:09.464Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2866 | 2024-11-22T23:43:09.914Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2867 | 2024-11-22T23:43:11.083Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2868 | 2024-11-22T23:43:13.901Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2869 | 2024-11-22T23:43:13.922Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2870 | 2024-11-22T23:43:13.939Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2871 | 2024-11-22T23:43:14.362Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2872 | 2024-11-22T23:43:16.833Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2873 | 2024-11-22T23:43:19.616Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2874 | 2024-11-22T23:43:21.270Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2875 | 2024-11-22T23:43:21.291Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2876 | 2024-11-22T23:43:21.741Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2877 | 2024-11-22T23:43:25.930Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2878 | 2024-11-22T23:43:34.959Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2879 | 2024-11-22T23:43:36.260Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2880 | 2024-11-22T23:43:54.035Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2881 | 2024-11-22T23:44:25.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
2882 | 2024-11-22T23:44:25.953Z | |
2883 | 2024-11-22T23:44:25.957Z | real 2:34.240940864 |
2884 | 2024-11-22T23:44:25.957Z | user 12:10.961567339 |
2885 | 2024-11-22T23:44:25.957Z | sys 2:35.111915934 |
2886 | 2024-11-22T23:44:25.957Z | trap 0.318315767 |
2887 | 2024-11-22T23:44:25.957Z | tflt 0.747568338 |
2888 | 2024-11-22T23:44:25.957Z | dflt 1.886445275 |
2889 | 2024-11-22T23:44:25.958Z | kflt 0.000267451 |
2890 | 2024-11-22T23:44:25.958Z | lock 25:01.411408772 |
2891 | 2024-11-22T23:44:25.958Z | slp 43:38.779088600 |
2892 | 2024-11-22T23:44:25.958Z | lat 35.735261223 |
2893 | 2024-11-22T23:44:25.958Z | stop 1:26.319373289 |
2894 | 2024-11-22T23:44:25.958Z | + mkdir tests |
2895 | 2024-11-22T23:44:25.961Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2896 | 2024-11-22T23:44:25.961Z | + xargs -I '{}' -t cp '{}' tests/ |
2897 | 2024-11-22T23:44:26.980Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-901a0af671086ead tests/ |
2898 | 2024-11-22T23:44:27.006Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-84053b7b03f68646 tests/ |
2899 | 2024-11-22T23:44:27.031Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-34664e4175f1cac6 tests/ |
2900 | 2024-11-22T23:44:27.056Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8b9cd7607b17e8ff tests/ |
2901 | 2024-11-22T23:44:27.280Z | + 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/*) |
2902 | 2024-11-22T23:44:27.283Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-84053b7b03f68646 tests/commtest-34664e4175f1cac6 tests/dhcp_server-901a0af671086ead tests/end_to_end_tests-8b9cd7607b17e8ff out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2903 | 2024-11-22T23:45:38.404Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2904 | 2024-11-22T23:45:38.404Z | a .github/buildomat/ci-env.sh 1K |
2905 | 2024-11-22T23:45:38.404Z | a out/target/test 1K |
2906 | 2024-11-22T23:45:38.404Z | a out/npuzone/npuzone 23144K |
2907 | 2024-11-22T23:45:38.404Z | a package-manifest.toml 32K |
2908 | 2024-11-22T23:45:38.404Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2909 | 2024-11-22T23:45:38.404Z | a target/release/omicron-package 36350K |
2910 | 2024-11-22T23:45:38.404Z | a target/release/xtask 11750K |
2911 | 2024-11-22T23:45:38.404Z | a target/debug/bootstrap 210015K |
2912 | 2024-11-22T23:45:38.404Z | a tests/bootstrap-84053b7b03f68646 24246K |
2913 | 2024-11-22T23:45:38.404Z | a tests/commtest-34664e4175f1cac6 25022K |
2914 | 2024-11-22T23:45:38.404Z | a tests/dhcp_server-901a0af671086ead 24246K |
2915 | 2024-11-22T23:45:38.404Z | a tests/end_to_end_tests-8b9cd7607b17e8ff 228115K |
2916 | 2024-11-22T23:45:38.404Z | a out/clickhouse.tar.gz 285983K |
2917 | 2024-11-22T23:45:38.405Z | a out/clickhouse_keeper.tar.gz 285961K |
2918 | 2024-11-22T23:45:38.405Z | a out/clickhouse_server.tar.gz 285964K |
2919 | 2024-11-22T23:45:38.405Z | a out/cockroachdb.tar.gz 134563K |
2920 | 2024-11-22T23:45:38.405Z | a out/crucible-dtrace.tar 85K |
2921 | 2024-11-22T23:45:38.405Z | a out/crucible-pantry-zone.tar.gz 28185K |
2922 | 2024-11-22T23:45:38.405Z | a out/crucible-zone.tar.gz 36397K |
2923 | 2024-11-22T23:45:38.405Z | a out/external-dns.tar.gz 35283K |
2924 | 2024-11-22T23:45:38.405Z | a out/internal-dns.tar.gz 35282K |
2925 | 2024-11-22T23:45:38.405Z | a out/mg-ddm-gz.tar 63075K |
2926 | 2024-11-22T23:45:38.405Z | a out/nexus.tar.gz 100491K |
2927 | 2024-11-22T23:45:38.405Z | a out/ntp.tar.gz 10358K |
2928 | 2024-11-22T23:45:38.405Z | a out/omicron-gateway-softnpu.tar.gz 23878K |
2929 | 2024-11-22T23:45:38.405Z | a out/omicron-sled-agent.tar 112918K |
2930 | 2024-11-22T23:45:38.405Z | a out/overlay.tar.gz 3K |
2931 | 2024-11-22T23:45:38.405Z | a out/oximeter.tar.gz 51404K |
2932 | 2024-11-22T23:45:38.405Z | a out/oxlog.tar 3088K |
2933 | 2024-11-22T23:45:38.405Z | a out/probe.tar.gz 2764K |
2934 | 2024-11-22T23:45:38.405Z | a out/propolis-server.tar.gz 66596K |
2935 | 2024-11-22T23:45:38.405Z | a out/pumpkind-gz.tar 26665K |
2936 | 2024-11-22T23:45:38.405Z | a out/switch-softnpu.tar.gz 237445K |
2937 | 2024-11-22T23:45:38.408Z | |
2938 | 2024-11-22T23:45:38.408Z | real 1:11.112797174 |
2939 | 2024-11-22T23:45:38.408Z | user 1:08.124414737 |
2940 | 2024-11-22T23:45:38.408Z | sys 4.191534933 |
2941 | 2024-11-22T23:45:38.408Z | trap 0.016140692 |
2942 | 2024-11-22T23:45:38.408Z | tflt 0.000000000 |
2943 | 2024-11-22T23:45:38.408Z | dflt 0.000000000 |
2944 | 2024-11-22T23:45:38.408Z | kflt 0.000000000 |
2945 | 2024-11-22T23:45:38.409Z | lock 0.000000000 |
2946 | 2024-11-22T23:45:38.409Z | slp 1:08.113841360 |
2947 | 2024-11-22T23:45:38.409Z | lat 1.773882192 |
2948 | 2024-11-22T23:45:38.409Z | stop 0.000209107 |
2949 | 2024-11-22T23:45:38.409Z | process exited: duration 1937445 ms, exit code 0 |
|
2950 | 2024-11-22T23:45:38.427Z | found 1 output files |
2951 | 2024-11-22T23:45:38.427Z | uploading: /work/package.tar.gz (1878672157 bytes) |
2952 | 2024-11-22T23:46:36.059Z | uploaded: /work/package.tar.gz |