|
|
|
1 | 2024-10-30T22:38:39.682Z | job assigned to worker 01JBFS7PEE1049ZZ2NFDGCBKA8 (queued for 1 m 0 s) |
|
2 | 2024-10-30T22:38:48.825Z | starting task 0: "setup" |
3 | 2024-10-30T22:38:48.835Z | ++ uname -s |
4 | 2024-10-30T22:38:48.837Z | + kern=SunOS |
5 | 2024-10-30T22:38:48.837Z | + case "$kern" in |
6 | 2024-10-30T22:38:48.838Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T22:38:48.838Z | + groupadd -g 12345 build |
8 | 2024-10-30T22:38:48.840Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T22:38:50.856Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T22:38:51.010Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T22:38:51.013Z | + home_fs=zfs |
12 | 2024-10-30T22:38:51.013Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T22:38:51.013Z | + mkdir -p /home/build |
14 | 2024-10-30T22:38:51.015Z | + chown build:build /home/build /work |
15 | 2024-10-30T22:38:53.017Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T22:38:53.020Z | process exited: duration 4195 ms, exit code 0 |
|
17 | 2024-10-30T22:38:53.026Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T22:38:53.031Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T22:38:53.031Z | ' 1.82.0 |
20 | 2024-10-30T22:38:53.031Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-30T22:38:53.031Z | ' default |
22 | 2024-10-30T22:38:53.031Z | * toolchain channel = "1.82.0" |
23 | 2024-10-30T22:38:53.031Z | * toolchain profile = "default" |
24 | 2024-10-30T22:38:53.034Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T22:38:53.034Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-10-30T22:38:53.149Z | info: downloading installer |
27 | 2024-10-30T22:38:54.782Z | info: profile set to 'default' |
28 | 2024-10-30T22:38:54.782Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T22:38:54.784Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-10-30T22:38:54.946Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-30T22:38:54.946Z | info: downloading component 'cargo' |
32 | 2024-10-30T22:38:55.901Z | info: downloading component 'clippy' |
33 | 2024-10-30T22:38:56.267Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T22:38:57.609Z | info: downloading component 'rust-std' |
35 | 2024-10-30T22:38:59.715Z | info: downloading component 'rustc' |
36 | 2024-10-30T22:39:06.369Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T22:39:06.635Z | info: installing component 'cargo' |
38 | 2024-10-30T22:39:07.495Z | info: installing component 'clippy' |
39 | 2024-10-30T22:39:07.893Z | info: installing component 'rust-docs' |
40 | 2024-10-30T22:39:09.687Z | info: installing component 'rust-std' |
41 | 2024-10-30T22:39:11.635Z | info: installing component 'rustc' |
42 | 2024-10-30T22:39:17.910Z | info: installing component 'rustfmt' |
43 | 2024-10-30T22:39:18.249Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-10-30T22:39:18.250Z | |
45 | 2024-10-30T22:39:18.635Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-30T22:39:18.635Z | |
47 | 2024-10-30T22:39:18.638Z | |
48 | 2024-10-30T22:39:18.638Z | Rust is installed now. Great! |
49 | 2024-10-30T22:39:18.638Z | |
50 | 2024-10-30T22:39:18.638Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T22:39:18.638Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T22:39:18.638Z | |
53 | 2024-10-30T22:39:18.638Z | To configure your current shell, you need to source |
54 | 2024-10-30T22:39:18.638Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T22:39:18.638Z | |
56 | 2024-10-30T22:39:18.638Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T22:39:18.638Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T22:39:18.638Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T22:39:18.711Z | + rustc --version |
60 | 2024-10-30T22:39:18.779Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-30T22:39:18.782Z | process exited: duration 25750 ms, exit code 0 |
|
62 | 2024-10-30T22:39:18.787Z | starting task 2: "authentication" |
63 | 2024-10-30T22:39:18.812Z | process exited: duration 24 ms, exit code 0 |
|
64 | 2024-10-30T22:39:18.817Z | starting task 3: "clone repository" |
65 | 2024-10-30T22:39:18.824Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-30T22:39:18.826Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-30T22:39:20.336Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-30T22:39:29.174Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-30T22:39:29.174Z | + git fetch origin 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 |
70 | 2024-10-30T22:39:29.561Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-30T22:39:29.561Z | * branch 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 -> FETCH_HEAD |
72 | 2024-10-30T22:39:29.571Z | + [[ -n gjcolombo/propolis-update ]] |
73 | 2024-10-30T22:39:29.574Z | ++ git branch --show-current |
74 | 2024-10-30T22:39:29.578Z | + current=main |
75 | 2024-10-30T22:39:29.578Z | + [[ main != gjcolombo/propolis-update ]] |
76 | 2024-10-30T22:39:29.578Z | + git branch -f gjcolombo/propolis-update 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 |
77 | 2024-10-30T22:39:29.580Z | + git checkout -f gjcolombo/propolis-update |
78 | 2024-10-30T22:39:29.741Z | Switched to branch 'gjcolombo/propolis-update' |
79 | 2024-10-30T22:39:29.744Z | + git reset --hard 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 |
80 | 2024-10-30T22:39:29.758Z | HEAD is now at 8f8ba2a77 don't depend on Propolis "disk attachment states" anymore |
81 | 2024-10-30T22:39:29.761Z | process exited: duration 10940 ms, exit code 0 |
|
82 | 2024-10-30T22:39:29.766Z | starting task 4: "build" |
83 | 2024-10-30T22:39:29.772Z | + source .github/buildomat/ci-env.sh |
84 | 2024-10-30T22:39:29.774Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-10-30T22:39:29.774Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-10-30T22:39:29.774Z | + cargo --version |
87 | 2024-10-30T22:39:29.828Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-10-30T22:39:29.831Z | + rustc --version |
89 | 2024-10-30T22:39:29.890Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-10-30T22:39:29.892Z | + WORK=/work |
91 | 2024-10-30T22:39:29.892Z | + pfexec mkdir -p /work |
92 | 2024-10-30T22:39:29.897Z | + pfexec chown build /work |
93 | 2024-10-30T22:39:29.899Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-10-30T22:39:52.220Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-10-30T22:39:55.640Z | Startup: Caching catalogs ... Done |
96 | 2024-10-30T22:40:02.701Z | Planning: Solver setup ... Done (6.278s) |
97 | 2024-10-30T22:40:02.790Z | Planning: Running solver ... Done (0.091s) |
98 | 2024-10-30T22:40:02.914Z | Planning: Finding local manifests ... Done (0.049s) |
99 | 2024-10-30T22:40:02.932Z | Planning: Fetching manifests: 0/5 0% complete |
100 | 2024-10-30T22:40:03.556Z | Planning: Fetching manifests: 5/5 100% complete |
101 | 2024-10-30T22:40:03.833Z | Planning: Package planning ... Done (0.277s) |
102 | 2024-10-30T22:40:03.888Z | Planning: Merging actions ... Done (0.054s) |
103 | 2024-10-30T22:40:04.768Z | Planning: Checking for conflicting actions ... Done (0.878s) |
104 | 2024-10-30T22:40:10.952Z | Planning: Consolidating action changes ... Done (6.184s) |
105 | 2024-10-30T22:40:11.346Z | Planning: Evaluating mediators ... Done (0.394s) |
106 | 2024-10-30T22:40:11.425Z | Planning: Planning completed in 15.70 seconds |
107 | 2024-10-30T22:40:11.442Z | Packages to install: 4 |
108 | 2024-10-30T22:40:11.442Z | Packages to update: 1 |
109 | 2024-10-30T22:40:11.450Z | Mediators to change: 2 |
110 | 2024-10-30T22:40:11.450Z | Services to change: 1 |
111 | 2024-10-30T22:40:11.450Z | Estimated space available: 155.61 GB |
112 | 2024-10-30T22:40:11.450Z | Estimated space to be consumed: 1.58 GB |
113 | 2024-10-30T22:40:11.450Z | Create boot environment: No |
114 | 2024-10-30T22:40:11.450Z | Create backup boot environment: Yes |
115 | 2024-10-30T22:40:11.450Z | Rebuild boot archive: No |
116 | 2024-10-30T22:40:11.450Z | |
117 | 2024-10-30T22:40:11.450Z | Changed mediators: |
118 | 2024-10-30T22:40:11.450Z | mediator clang: |
119 | 2024-10-30T22:40:11.450Z | version: None -> 15 (system default) |
120 | 2024-10-30T22:40:11.451Z | |
121 | 2024-10-30T22:40:11.451Z | mediator llvm: |
122 | 2024-10-30T22:40:11.451Z | version: 14 (system default) -> 15 (system default) |
123 | 2024-10-30T22:40:11.451Z | |
124 | 2024-10-30T22:40:11.451Z | Changed packages: |
125 | 2024-10-30T22:40:11.451Z | helios-dev |
126 | 2024-10-30T22:40:11.451Z | developer/build-essential |
127 | 2024-10-30T22:40:11.451Z | None -> 11-2.0 |
128 | 2024-10-30T22:40:11.451Z | library/libxmlsec1 |
129 | 2024-10-30T22:40:11.451Z | None -> 1.2.35-2.0 |
130 | 2024-10-30T22:40:11.451Z | ooce/developer/clang-15 |
131 | 2024-10-30T22:40:11.451Z | None -> 15.0.7-2.0 |
132 | 2024-10-30T22:40:11.451Z | ooce/developer/llvm-15 |
133 | 2024-10-30T22:40:11.451Z | None -> 15.0.7-2.0 |
134 | 2024-10-30T22:40:11.451Z | package/pkg |
135 | 2024-10-30T22:40:11.451Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
136 | 2024-10-30T22:40:11.451Z | |
137 | 2024-10-30T22:40:11.451Z | Services: |
138 | 2024-10-30T22:40:11.451Z | restart_fmri: |
139 | 2024-10-30T22:40:11.451Z | svc:/system/update-man-index:default |
140 | 2024-10-30T22:40:11.451Z | |
141 | 2024-10-30T22:40:11.452Z | Editable files to change: |
142 | 2024-10-30T22:40:11.452Z | Update: |
143 | 2024-10-30T22:40:11.452Z | usr/share/lib/pkg/web/config.shtml |
144 | 2024-10-30T22:40:11.810Z | |
145 | 2024-10-30T22:40:11.810Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
146 | 2024-10-30T22:40:16.812Z | Download: 944/4281 items 19.0/220.6MB 8% complete (3.9M/s) |
147 | 2024-10-30T22:40:21.812Z | Download: 1782/4281 items 117.7/220.6MB 53% complete (11.8M/s) |
148 | 2024-10-30T22:40:26.817Z | Download: 3112/4281 items 131.4/220.6MB 59% complete (11.2M/s) |
149 | 2024-10-30T22:40:31.819Z | Download: 4118/4281 items 220.1/220.6MB 99% complete (10.2M/s) |
150 | 2024-10-30T22:40:33.017Z | Download: Completed 220.60 MB in 21.21 seconds (10.4M/s) |
151 | 2024-10-30T22:40:35.068Z | Actions: 1/5063 actions (Removing old actions) |
152 | 2024-10-30T22:40:35.078Z | Actions: 194/5063 actions (Installing new actions) |
153 | 2024-10-30T22:40:40.079Z | Actions: 4123/5063 actions (Installing new actions) |
154 | 2024-10-30T22:40:40.455Z | Actions: 4226/5063 actions (Updating modified actions) |
155 | 2024-10-30T22:40:40.806Z | Actions: Completed 5063 actions in 5.75 seconds. |
156 | 2024-10-30T22:40:41.184Z | Done (0.370s) |
157 | 2024-10-30T22:40:41.186Z | Done (0.000s) |
158 | 2024-10-30T22:40:41.682Z | Done (0.496s) |
159 | 2024-10-30T22:40:47.471Z | Done (5.582s) |
160 | 2024-10-30T22:40:47.845Z | Done (0.310s) |
161 | 2024-10-30T22:40:47.848Z | Done (0.000s) |
162 | 2024-10-30T22:40:48.063Z | Done (0.000s) |
163 | 2024-10-30T22:40:48.717Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-10-30T22:40:48.874Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-10-30T22:40:48.876Z | Planning: Consolidating action changes ... Done |
166 | 2024-10-30T22:40:49.147Z | Planning: Evaluating mediators ... Done |
167 | 2024-10-30T22:40:49.150Z | Planning: Planning completed in 0.43 seconds |
168 | 2024-10-30T22:40:49.187Z | Mediators to change: 2 |
169 | 2024-10-30T22:40:49.187Z | Create boot environment: No |
170 | 2024-10-30T22:40:49.189Z | Create backup boot environment: No |
171 | 2024-10-30T22:40:49.307Z | Done |
172 | 2024-10-30T22:40:49.308Z | Done |
173 | 2024-10-30T22:40:49.660Z | Done |
174 | 2024-10-30T22:40:53.182Z | Done |
175 | 2024-10-30T22:40:53.271Z | Done |
176 | 2024-10-30T22:40:53.277Z | Done |
177 | 2024-10-30T22:40:53.410Z | Done |
178 | 2024-10-30T22:40:54.026Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-10-30T22:40:54.028Z | Planning: Merging actions ... Done |
180 | 2024-10-30T22:40:54.216Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-10-30T22:40:54.218Z | Planning: Consolidating action changes ... Done |
182 | 2024-10-30T22:40:54.485Z | Planning: Evaluating mediators ... Done |
183 | 2024-10-30T22:40:54.541Z | Planning: Planning completed in 0.76 seconds |
184 | 2024-10-30T22:40:54.580Z | Packages to change: 1 |
185 | 2024-10-30T22:40:54.580Z | Mediators to change: 1 |
186 | 2024-10-30T22:40:54.582Z | Services to change: 1 |
187 | 2024-10-30T22:40:54.582Z | Create boot environment: No |
188 | 2024-10-30T22:40:54.582Z | Create backup boot environment: Yes |
189 | 2024-10-30T22:40:56.598Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2024-10-30T22:40:56.700Z | Actions: Completed 6 actions in 0.10 seconds. |
191 | 2024-10-30T22:40:56.702Z | Done |
192 | 2024-10-30T22:40:56.702Z | Done |
193 | 2024-10-30T22:40:56.801Z | Done |
194 | 2024-10-30T22:41:00.279Z | Done |
195 | 2024-10-30T22:41:00.368Z | Done |
196 | 2024-10-30T22:41:00.371Z | Done |
197 | 2024-10-30T22:41:00.505Z | Done |
198 | 2024-10-30T22:41:00.934Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2024-10-30T22:41:00.934Z | clang system 15 system |
200 | 2024-10-30T22:41:00.935Z | csh system system illumos |
201 | 2024-10-30T22:41:00.935Z | ctags system system illumos |
202 | 2024-10-30T22:41:00.935Z | gcc vendor 12 vendor |
203 | 2024-10-30T22:41:00.935Z | gcc system 10 system |
204 | 2024-10-30T22:41:00.935Z | gcc system 7 system |
205 | 2024-10-30T22:41:00.935Z | go system 1.20 system |
206 | 2024-10-30T22:41:00.935Z | go system 1.19 system |
207 | 2024-10-30T22:41:00.935Z | llvm system 15 system |
208 | 2024-10-30T22:41:00.935Z | llvm system 14 system |
209 | 2024-10-30T22:41:00.935Z | mariadb system 10.6 system |
210 | 2024-10-30T22:41:00.936Z | mta vendor vendor dma |
211 | 2024-10-30T22:41:00.936Z | openjdk system 17 system |
212 | 2024-10-30T22:41:00.936Z | openjdk system 11 system |
213 | 2024-10-30T22:41:00.936Z | openjdk system 1.8 system |
214 | 2024-10-30T22:41:00.936Z | openssl vendor 3 vendor |
215 | 2024-10-30T22:41:00.936Z | perl system 5.36 system |
216 | 2024-10-30T22:41:00.936Z | postgresql system 15 system |
217 | 2024-10-30T22:41:00.936Z | postgresql system 13 system |
218 | 2024-10-30T22:41:00.936Z | python vendor 3 vendor |
219 | 2024-10-30T22:41:00.936Z | python system 2 system |
220 | 2024-10-30T22:41:00.936Z | python3 system 3.11 system |
221 | 2024-10-30T22:41:00.936Z | ruby system 3.0 system |
222 | 2024-10-30T22:41:00.936Z | words vendor vendor american-english |
223 | 2024-10-30T22:41:00.936Z | words system system australian-english |
224 | 2024-10-30T22:41:00.937Z | words system system british-english |
225 | 2024-10-30T22:41:00.937Z | words system system canadian-english |
226 | 2024-10-30T22:41:00.937Z | words system system french |
227 | 2024-10-30T22:41:00.937Z | words system system italian |
228 | 2024-10-30T22:41:00.937Z | words system system ngerman |
229 | 2024-10-30T22:41:00.937Z | words system system ogerman |
230 | 2024-10-30T22:41:00.937Z | words system system spanish |
231 | 2024-10-30T22:41:01.267Z | PUBLISHER TYPE STATUS P LOCATION |
232 | 2024-10-30T22:41:01.267Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
233 | 2024-10-30T22:41:03.637Z | FMRI IFO |
234 | 2024-10-30T22:41:03.637Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2024-10-30T22:41:03.637Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2024-10-30T22:41:03.637Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2024-10-30T22:41:03.637Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
238 | 2024-10-30T22:41:03.637Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
239 | 2024-10-30T22:41:03.637Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2024-10-30T22:41:03.637Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
241 | 2024-10-30T22:41:03.637Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
242 | 2024-10-30T22:41:03.638Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
243 | 2024-10-30T22:41:03.638Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
244 | 2024-10-30T22:41:03.638Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
245 | 2024-10-30T22:41:03.638Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
246 | 2024-10-30T22:41:03.638Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
247 | 2024-10-30T22:41:03.638Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
248 | 2024-10-30T22:41:03.638Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
249 | 2024-10-30T22:41:04.302Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
250 | 2024-10-30T22:41:04.559Z | Updating crates.io index |
251 | 2024-10-30T22:41:04.618Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
252 | 2024-10-30T22:41:05.407Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
253 | 2024-10-30T22:41:05.650Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
254 | 2024-10-30T22:41:05.918Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
255 | 2024-10-30T22:41:06.140Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
256 | 2024-10-30T22:41:07.037Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
257 | 2024-10-30T22:41:09.383Z | Updating git repository `https://github.com/oxidecomputer/opte` |
258 | 2024-10-30T22:41:10.368Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
259 | 2024-10-30T22:41:11.096Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
260 | 2024-10-30T22:41:11.357Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
261 | 2024-10-30T22:41:11.584Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
262 | 2024-10-30T22:41:12.179Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
263 | 2024-10-30T22:41:12.423Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
264 | 2024-10-30T22:41:12.790Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
265 | 2024-10-30T22:41:13.055Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
266 | 2024-10-30T22:41:13.267Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
267 | 2024-10-30T22:41:13.507Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
268 | 2024-10-30T22:41:13.793Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
269 | 2024-10-30T22:41:14.106Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
270 | 2024-10-30T22:41:14.485Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
271 | 2024-10-30T22:41:14.711Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
272 | 2024-10-30T22:41:15.150Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
273 | 2024-10-30T22:41:15.441Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
274 | 2024-10-30T22:41:15.795Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
275 | 2024-10-30T22:41:16.222Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
276 | 2024-10-30T22:41:16.453Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
277 | 2024-10-30T22:41:16.707Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
278 | 2024-10-30T22:41:17.832Z | Downloading crates ... |
279 | 2024-10-30T22:41:17.910Z | Downloaded anstream v0.6.15 |
280 | 2024-10-30T22:41:17.914Z | Downloaded crypto-common v0.1.6 |
281 | 2024-10-30T22:41:17.920Z | Downloaded bitflags v2.6.0 |
282 | 2024-10-30T22:41:17.924Z | Downloaded clap_lex v0.7.2 |
283 | 2024-10-30T22:41:17.930Z | Downloaded pretty-hex v0.4.1 |
284 | 2024-10-30T22:41:17.942Z | Downloaded fnv v1.0.7 |
285 | 2024-10-30T22:41:17.947Z | Downloaded anstyle-query v1.1.1 |
286 | 2024-10-30T22:41:17.947Z | Downloaded dof v0.3.0 |
287 | 2024-10-30T22:41:17.950Z | Downloaded smawk v0.3.2 |
288 | 2024-10-30T22:41:17.950Z | Downloaded pest_generator v2.7.14 |
289 | 2024-10-30T22:41:17.950Z | Downloaded is_terminal_polyfill v1.70.1 |
290 | 2024-10-30T22:41:17.950Z | Downloaded heck v0.4.1 |
291 | 2024-10-30T22:41:17.953Z | Downloaded cargo_metadata v0.18.1 |
292 | 2024-10-30T22:41:17.953Z | Downloaded thread-id v4.2.2 |
293 | 2024-10-30T22:41:17.953Z | Downloaded memmap v0.7.0 |
294 | 2024-10-30T22:41:17.955Z | Downloaded tabled_derive v0.7.0 |
295 | 2024-10-30T22:41:17.955Z | Downloaded clap v4.5.20 |
296 | 2024-10-30T22:41:17.963Z | Downloaded version_check v0.9.5 |
297 | 2024-10-30T22:41:17.966Z | Downloaded usdt-impl v0.5.0 |
298 | 2024-10-30T22:41:17.966Z | Downloaded semver v1.0.23 |
299 | 2024-10-30T22:41:17.968Z | Downloaded camino v1.1.9 |
300 | 2024-10-30T22:41:17.971Z | Downloaded bytecount v0.6.8 |
301 | 2024-10-30T22:41:17.974Z | Downloaded sha2 v0.10.8 |
302 | 2024-10-30T22:41:17.974Z | Downloaded errno v0.3.9 |
303 | 2024-10-30T22:41:17.988Z | Downloaded zerocopy-derive v0.7.35 |
304 | 2024-10-30T22:41:17.988Z | Downloaded log v0.4.22 |
305 | 2024-10-30T22:41:17.988Z | Downloaded proc-macro2 v1.0.87 |
306 | 2024-10-30T22:41:17.990Z | Downloaded unicode-ident v1.0.13 |
307 | 2024-10-30T22:41:17.993Z | Downloaded ryu v1.0.18 |
308 | 2024-10-30T22:41:17.997Z | Downloaded textwrap v0.16.1 |
309 | 2024-10-30T22:41:18.002Z | Downloaded anstyle v1.0.8 |
310 | 2024-10-30T22:41:18.005Z | Downloaded byteorder v1.5.0 |
311 | 2024-10-30T22:41:18.005Z | Downloaded autocfg v1.4.0 |
312 | 2024-10-30T22:41:18.006Z | Downloaded block-buffer v0.10.4 |
313 | 2024-10-30T22:41:18.006Z | Downloaded dtrace-parser v0.2.0 |
314 | 2024-10-30T22:41:18.009Z | Downloaded cfg-if v1.0.0 |
315 | 2024-10-30T22:41:18.009Z | Downloaded equivalent v1.0.1 |
316 | 2024-10-30T22:41:18.016Z | Downloaded anstyle-parse v0.2.5 |
317 | 2024-10-30T22:41:18.027Z | Downloaded swrite v0.1.0 |
318 | 2024-10-30T22:41:18.033Z | Downloaded scroll_derive v0.12.0 |
319 | 2024-10-30T22:41:18.039Z | Downloaded usdt-macro v0.5.0 |
320 | 2024-10-30T22:41:18.043Z | Downloaded usdt-attr-macro v0.5.0 |
321 | 2024-10-30T22:41:18.043Z | Downloaded usdt v0.5.0 |
322 | 2024-10-30T22:41:18.043Z | Downloaded cpufeatures v0.2.14 |
323 | 2024-10-30T22:41:18.043Z | Downloaded colorchoice v1.0.2 |
324 | 2024-10-30T22:41:18.047Z | Downloaded cargo-platform v0.1.8 |
325 | 2024-10-30T22:41:18.047Z | Downloaded generic-array v0.14.7 |
326 | 2024-10-30T22:41:18.047Z | Downloaded toml_datetime v0.6.8 |
327 | 2024-10-30T22:41:18.047Z | Downloaded serde_spanned v0.6.8 |
328 | 2024-10-30T22:41:18.050Z | Downloaded fastrand v2.1.1 |
329 | 2024-10-30T22:41:18.053Z | Downloaded cargo_toml v0.20.5 |
330 | 2024-10-30T22:41:18.056Z | Downloaded anyhow v1.0.89 |
331 | 2024-10-30T22:41:18.059Z | Downloaded macaddr v1.0.1 |
332 | 2024-10-30T22:41:18.061Z | Downloaded itoa v1.0.11 |
333 | 2024-10-30T22:41:18.066Z | Downloaded heck v0.5.0 |
334 | 2024-10-30T22:41:18.066Z | Downloaded fs-err v2.11.0 |
335 | 2024-10-30T22:41:18.068Z | Downloaded utf8parse v0.2.2 |
336 | 2024-10-30T22:41:18.068Z | Downloaded unicode-linebreak v0.1.5 |
337 | 2024-10-30T22:41:18.068Z | Downloaded serde_tokenstream v0.2.2 |
338 | 2024-10-30T22:41:18.068Z | Downloaded plain v0.2.3 |
339 | 2024-10-30T22:41:18.070Z | Downloaded thiserror v1.0.64 |
340 | 2024-10-30T22:41:18.074Z | Downloaded thiserror-impl v1.0.64 |
341 | 2024-10-30T22:41:18.077Z | Downloaded proc-macro-error-attr v1.0.4 |
342 | 2024-10-30T22:41:18.077Z | Downloaded digest v0.10.7 |
343 | 2024-10-30T22:41:18.080Z | Downloaded camino-tempfile v1.1.1 |
344 | 2024-10-30T22:41:18.082Z | Downloaded terminal_size v0.4.0 |
345 | 2024-10-30T22:41:18.082Z | Downloaded clap_derive v4.5.18 |
346 | 2024-10-30T22:41:18.096Z | Downloaded once_cell v1.20.2 |
347 | 2024-10-30T22:41:18.098Z | Downloaded strsim v0.11.1 |
348 | 2024-10-30T22:41:18.102Z | Downloaded proc-macro-error v1.0.4 |
349 | 2024-10-30T22:41:18.105Z | Downloaded scroll v0.12.0 |
350 | 2024-10-30T22:41:18.107Z | Downloaded quote v1.0.37 |
351 | 2024-10-30T22:41:18.110Z | Downloaded typenum v1.17.0 |
352 | 2024-10-30T22:41:18.112Z | Downloaded tempfile v3.13.0 |
353 | 2024-10-30T22:41:18.114Z | Downloaded pest_derive v2.7.14 |
354 | 2024-10-30T22:41:18.121Z | Downloaded ucd-trie v0.1.7 |
355 | 2024-10-30T22:41:18.123Z | Downloaded toml_edit v0.22.22 |
356 | 2024-10-30T22:41:18.144Z | Downloaded serde_json v1.0.128 |
357 | 2024-10-30T22:41:18.150Z | Downloaded pest_meta v2.7.14 |
358 | 2024-10-30T22:41:18.152Z | Downloaded pest v2.7.14 |
359 | 2024-10-30T22:41:18.157Z | Downloaded papergrid v0.11.0 |
360 | 2024-10-30T22:41:18.161Z | Downloaded serde v1.0.210 |
361 | 2024-10-30T22:41:18.164Z | Downloaded indexmap v2.6.0 |
362 | 2024-10-30T22:41:18.168Z | Downloaded toml v0.8.19 |
363 | 2024-10-30T22:41:18.171Z | Downloaded memchr v2.7.4 |
364 | 2024-10-30T22:41:18.176Z | Downloaded serde_derive v1.0.210 |
365 | 2024-10-30T22:41:18.179Z | Downloaded goblin v0.8.2 |
366 | 2024-10-30T22:41:18.205Z | Downloaded hashbrown v0.15.0 |
367 | 2024-10-30T22:41:18.209Z | Downloaded clap_builder v4.5.20 |
368 | 2024-10-30T22:41:18.216Z | Downloaded zerocopy v0.7.35 |
369 | 2024-10-30T22:41:18.230Z | Downloaded syn v1.0.109 |
370 | 2024-10-30T22:41:18.240Z | Downloaded winnow v0.6.20 |
371 | 2024-10-30T22:41:18.464Z | Downloaded unicode-width v0.1.14 |
372 | 2024-10-30T22:41:18.468Z | Downloaded syn v2.0.79 |
373 | 2024-10-30T22:41:18.468Z | Downloaded tabled v0.15.0 |
374 | 2024-10-30T22:41:18.468Z | Downloaded rustix v0.38.37 |
375 | 2024-10-30T22:41:18.468Z | Downloaded libc v0.2.161 |
376 | 2024-10-30T22:41:18.630Z | Compiling proc-macro2 v1.0.87 |
377 | 2024-10-30T22:41:18.630Z | Compiling unicode-ident v1.0.13 |
378 | 2024-10-30T22:41:18.633Z | Compiling serde v1.0.210 |
379 | 2024-10-30T22:41:18.633Z | Compiling version_check v0.9.5 |
380 | 2024-10-30T22:41:18.633Z | Compiling thiserror v1.0.64 |
381 | 2024-10-30T22:41:18.633Z | Compiling memchr v2.7.4 |
382 | 2024-10-30T22:41:18.665Z | Compiling libc v0.2.161 |
383 | 2024-10-30T22:41:18.667Z | Compiling ucd-trie v0.1.7 |
384 | 2024-10-30T22:41:18.987Z | Compiling ryu v1.0.18 |
385 | 2024-10-30T22:41:19.233Z | Compiling itoa v1.0.11 |
386 | 2024-10-30T22:41:19.283Z | Compiling once_cell v1.20.2 |
387 | 2024-10-30T22:41:19.510Z | Compiling byteorder v1.5.0 |
388 | 2024-10-30T22:41:19.597Z | Compiling serde_json v1.0.128 |
389 | 2024-10-30T22:41:20.007Z | Compiling rustix v0.38.37 |
390 | 2024-10-30T22:41:20.215Z | Compiling bitflags v2.6.0 |
391 | 2024-10-30T22:41:20.261Z | Compiling proc-macro-error-attr v1.0.4 |
392 | 2024-10-30T22:41:20.520Z | Compiling usdt-impl v0.5.0 |
393 | 2024-10-30T22:41:20.566Z | Compiling syn v1.0.109 |
394 | 2024-10-30T22:41:20.654Z | Compiling proc-macro-error v1.0.4 |
395 | 2024-10-30T22:41:20.706Z | Compiling utf8parse v0.2.2 |
396 | 2024-10-30T22:41:20.885Z | Compiling hashbrown v0.15.0 |
397 | 2024-10-30T22:41:20.906Z | Compiling camino v1.1.9 |
398 | 2024-10-30T22:41:20.958Z | Compiling log v0.4.22 |
399 | 2024-10-30T22:41:21.013Z | Compiling plain v0.2.3 |
400 | 2024-10-30T22:41:21.181Z | Compiling equivalent v1.0.1 |
401 | 2024-10-30T22:41:21.304Z | Compiling anstyle-parse v0.2.5 |
402 | 2024-10-30T22:41:21.326Z | Compiling quote v1.0.37 |
403 | 2024-10-30T22:41:21.396Z | Compiling thread-id v4.2.2 |
404 | 2024-10-30T22:41:21.524Z | Compiling errno v0.3.9 |
405 | 2024-10-30T22:41:21.621Z | Compiling autocfg v1.4.0 |
406 | 2024-10-30T22:41:21.646Z | Compiling semver v1.0.23 |
407 | 2024-10-30T22:41:21.751Z | Compiling syn v2.0.79 |
408 | 2024-10-30T22:41:21.980Z | Compiling colorchoice v1.0.2 |
409 | 2024-10-30T22:41:22.077Z | Compiling indexmap v2.6.0 |
410 | 2024-10-30T22:41:22.137Z | Compiling is_terminal_polyfill v1.70.1 |
411 | 2024-10-30T22:41:22.164Z | Compiling anstyle v1.0.8 |
412 | 2024-10-30T22:41:22.271Z | Compiling unicode-width v0.1.14 |
413 | 2024-10-30T22:41:22.660Z | Compiling pretty-hex v0.4.1 |
414 | 2024-10-30T22:41:22.685Z | Compiling anstyle-query v1.1.1 |
415 | 2024-10-30T22:41:22.834Z | Compiling winnow v0.6.20 |
416 | 2024-10-30T22:41:22.834Z | Compiling anstream v0.6.15 |
417 | 2024-10-30T22:41:22.886Z | Compiling fs-err v2.11.0 |
418 | 2024-10-30T22:41:23.390Z | Compiling fnv v1.0.7 |
419 | 2024-10-30T22:41:23.415Z | Compiling anyhow v1.0.89 |
420 | 2024-10-30T22:41:23.451Z | Compiling bytecount v0.6.8 |
421 | 2024-10-30T22:41:23.535Z | Compiling cfg-if v1.0.0 |
422 | 2024-10-30T22:41:23.600Z | Compiling heck v0.4.1 |
423 | 2024-10-30T22:41:23.640Z | Compiling fastrand v2.1.1 |
424 | 2024-10-30T22:41:23.666Z | Compiling clap_lex v0.7.2 |
425 | 2024-10-30T22:41:24.029Z | Compiling terminal_size v0.4.0 |
426 | 2024-10-30T22:41:24.071Z | Compiling strsim v0.11.1 |
427 | 2024-10-30T22:41:24.153Z | Compiling heck v0.5.0 |
428 | 2024-10-30T22:41:24.588Z | Compiling tempfile v3.13.0 |
429 | 2024-10-30T22:41:24.669Z | Compiling clap_builder v4.5.20 |
430 | 2024-10-30T22:41:24.697Z | Compiling papergrid v0.11.0 |
431 | 2024-10-30T22:41:25.108Z | Compiling memmap v0.7.0 |
432 | 2024-10-30T22:41:25.237Z | Compiling unicode-linebreak v0.1.5 |
433 | 2024-10-30T22:41:25.469Z | Compiling smawk v0.3.2 |
434 | 2024-10-30T22:41:25.686Z | Compiling textwrap v0.16.1 |
435 | 2024-10-30T22:41:26.117Z | Compiling swrite v0.1.0 |
436 | 2024-10-30T22:41:27.080Z | Compiling tabled_derive v0.7.0 |
437 | 2024-10-30T22:41:28.455Z | Compiling tabled v0.15.0 |
438 | 2024-10-30T22:41:29.804Z | Compiling serde_derive v1.0.210 |
439 | 2024-10-30T22:41:29.804Z | Compiling thiserror-impl v1.0.64 |
440 | 2024-10-30T22:41:29.807Z | Compiling zerocopy-derive v0.7.35 |
441 | 2024-10-30T22:41:29.826Z | Compiling scroll_derive v0.12.0 |
442 | 2024-10-30T22:41:29.831Z | Compiling clap_derive v4.5.18 |
443 | 2024-10-30T22:41:31.136Z | Compiling scroll v0.12.0 |
444 | 2024-10-30T22:41:31.574Z | Compiling goblin v0.8.2 |
445 | 2024-10-30T22:41:31.620Z | Compiling zerocopy v0.7.35 |
446 | 2024-10-30T22:41:32.380Z | Compiling pest v2.7.14 |
447 | 2024-10-30T22:41:33.172Z | Compiling clap v4.5.20 |
448 | 2024-10-30T22:41:34.511Z | Compiling pest_meta v2.7.14 |
449 | 2024-10-30T22:41:35.348Z | Compiling pest_generator v2.7.14 |
450 | 2024-10-30T22:41:37.020Z | Compiling pest_derive v2.7.14 |
451 | 2024-10-30T22:41:37.714Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-10-30T22:41:39.379Z | Compiling serde_tokenstream v0.2.2 |
453 | 2024-10-30T22:41:39.416Z | Compiling toml_datetime v0.6.8 |
454 | 2024-10-30T22:41:39.416Z | Compiling serde_spanned v0.6.8 |
455 | 2024-10-30T22:41:39.709Z | Compiling cargo-platform v0.1.8 |
456 | 2024-10-30T22:41:39.778Z | Compiling toml_edit v0.22.22 |
457 | 2024-10-30T22:41:39.949Z | Compiling macaddr v1.0.1 |
458 | 2024-10-30T22:41:40.071Z | Compiling camino-tempfile v1.1.1 |
459 | 2024-10-30T22:41:40.878Z | Compiling dof v0.3.0 |
460 | 2024-10-30T22:41:40.878Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-10-30T22:41:42.549Z | Compiling toml v0.8.19 |
462 | 2024-10-30T22:41:42.576Z | Compiling usdt-attr-macro v0.5.0 |
463 | 2024-10-30T22:41:42.578Z | Compiling usdt-macro v0.5.0 |
464 | 2024-10-30T22:41:43.362Z | Compiling cargo_toml v0.20.5 |
465 | 2024-10-30T22:41:43.873Z | Compiling usdt v0.5.0 |
466 | 2024-10-30T22:41:46.848Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-10-30T22:41:50.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.54s |
468 | 2024-10-30T22:41:50.909Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-10-30T22:41:51.411Z | Downloading crates ... |
470 | 2024-10-30T22:41:51.521Z | Downloaded aead v0.5.2 |
471 | 2024-10-30T22:41:51.526Z | Downloaded allocator-api2 v0.2.18 |
472 | 2024-10-30T22:41:51.529Z | Downloaded ascii-canvas v3.0.0 |
473 | 2024-10-30T22:41:51.532Z | Downloaded addr2line v0.24.2 |
474 | 2024-10-30T22:41:51.535Z | Downloaded async-stream-impl v0.3.6 |
475 | 2024-10-30T22:41:51.547Z | Downloaded crunchy v0.2.2 |
476 | 2024-10-30T22:41:51.549Z | Downloaded cfg_aliases v0.2.1 |
477 | 2024-10-30T22:41:51.550Z | Downloaded atomicwrites v0.4.4 |
478 | 2024-10-30T22:41:51.552Z | Downloaded debug-ignore v1.0.5 |
479 | 2024-10-30T22:41:51.555Z | Downloaded http-body-util v0.1.2 |
480 | 2024-10-30T22:41:51.558Z | Downloaded crc v3.2.1 |
481 | 2024-10-30T22:41:51.560Z | Downloaded iana-time-zone v0.1.61 |
482 | 2024-10-30T22:41:51.563Z | Downloaded curve25519-dalek-derive v0.1.1 |
483 | 2024-10-30T22:41:51.563Z | Downloaded convert_case v0.4.0 |
484 | 2024-10-30T22:41:51.566Z | Downloaded cexpr v0.6.0 |
485 | 2024-10-30T22:41:51.566Z | Downloaded castaway v0.2.3 |
486 | 2024-10-30T22:41:51.570Z | Downloaded bitflags v1.3.2 |
487 | 2024-10-30T22:41:51.574Z | Downloaded is_ci v1.2.0 |
488 | 2024-10-30T22:41:51.574Z | Downloaded instant v0.1.13 |
489 | 2024-10-30T22:41:51.577Z | Downloaded chrono-tz-build v0.4.0 |
490 | 2024-10-30T22:41:51.577Z | Downloaded csv-core v0.1.11 |
491 | 2024-10-30T22:41:51.577Z | Downloaded new_debug_unreachable v1.0.6 |
492 | 2024-10-30T22:41:51.580Z | Downloaded ciborium-ll v0.2.2 |
493 | 2024-10-30T22:41:51.580Z | Downloaded newtype_derive v0.1.6 |
494 | 2024-10-30T22:41:51.583Z | Downloaded adler2 v2.0.0 |
495 | 2024-10-30T22:41:51.583Z | Downloaded bcrypt-pbkdf v0.10.0 |
496 | 2024-10-30T22:41:51.583Z | Downloaded base64ct v1.6.0 |
497 | 2024-10-30T22:41:51.585Z | Downloaded keccak v0.1.5 |
498 | 2024-10-30T22:41:51.588Z | Downloaded mockall v0.13.0 |
499 | 2024-10-30T22:41:51.590Z | Downloaded lazycell v1.3.0 |
500 | 2024-10-30T22:41:51.590Z | Downloaded maplit v1.0.2 |
501 | 2024-10-30T22:41:51.593Z | Downloaded ipnetwork v0.20.0 |
502 | 2024-10-30T22:41:51.593Z | Downloaded multimap v0.10.0 |
503 | 2024-10-30T22:41:51.595Z | Downloaded lock_api v0.4.12 |
504 | 2024-10-30T22:41:51.599Z | Downloaded libsw v3.3.1 |
505 | 2024-10-30T22:41:51.599Z | Downloaded ahash v0.8.11 |
506 | 2024-10-30T22:41:51.601Z | Downloaded nodrop v0.1.14 |
507 | 2024-10-30T22:41:51.605Z | Downloaded memoffset v0.9.1 |
508 | 2024-10-30T22:41:51.605Z | Downloaded compact_str v0.8.0 |
509 | 2024-10-30T22:41:51.607Z | Downloaded hyper-staticfile v0.10.1 |
510 | 2024-10-30T22:41:51.610Z | Downloaded bytes v1.7.2 |
511 | 2024-10-30T22:41:51.614Z | Downloaded backtrace v0.3.74 |
512 | 2024-10-30T22:41:51.619Z | Downloaded rtoolbox v0.0.2 |
513 | 2024-10-30T22:41:51.621Z | Downloaded maybe-uninit v2.0.0 |
514 | 2024-10-30T22:41:51.624Z | Downloaded const_format v0.2.33 |
515 | 2024-10-30T22:41:51.627Z | Downloaded serde_urlencoded v0.7.1 |
516 | 2024-10-30T22:41:51.629Z | Downloaded hmac v0.12.1 |
517 | 2024-10-30T22:41:51.637Z | Downloaded crypto-bigint v0.5.5 |
518 | 2024-10-30T22:41:51.639Z | Downloaded sync_wrapper v1.0.1 |
519 | 2024-10-30T22:41:51.642Z | Downloaded hostname v0.4.0 |
520 | 2024-10-30T22:41:51.642Z | Downloaded ciborium-io v0.2.2 |
521 | 2024-10-30T22:41:51.645Z | Downloaded atty v0.2.14 |
522 | 2024-10-30T22:41:51.645Z | Downloaded rayon-core v1.12.1 |
523 | 2024-10-30T22:41:51.648Z | Downloaded nu-ansi-term v0.50.1 |
524 | 2024-10-30T22:41:51.651Z | Downloaded rusty-fork v0.3.0 |
525 | 2024-10-30T22:41:51.653Z | Downloaded http v1.1.0 |
526 | 2024-10-30T22:41:51.656Z | Downloaded arc-swap v1.7.1 |
527 | 2024-10-30T22:41:51.660Z | Downloaded darling_macro v0.20.10 |
528 | 2024-10-30T22:41:51.663Z | Downloaded cstr-argument v0.1.2 |
529 | 2024-10-30T22:41:51.663Z | Downloaded crucible-workspace-hack v0.1.0 |
530 | 2024-10-30T22:41:51.663Z | Downloaded crossterm v0.28.1 |
531 | 2024-10-30T22:41:51.670Z | Downloaded minimal-lexical v0.2.1 |
532 | 2024-10-30T22:41:51.675Z | Downloaded async-stream v0.3.6 |
533 | 2024-10-30T22:41:51.677Z | Downloaded async-recursion v1.1.1 |
534 | 2024-10-30T22:41:51.683Z | Downloaded num-bigint-dig v0.8.4 |
535 | 2024-10-30T22:41:51.687Z | Downloaded socket2 v0.5.7 |
536 | 2024-10-30T22:41:51.689Z | Downloaded crossbeam-deque v0.8.5 |
537 | 2024-10-30T22:41:51.692Z | Downloaded snafu-derive v0.8.5 |
538 | 2024-10-30T22:41:51.694Z | Downloaded itertools v0.12.1 |
539 | 2024-10-30T22:41:51.700Z | Downloaded libm v0.2.8 |
540 | 2024-10-30T22:41:51.709Z | Downloaded typify-macro v0.2.0 |
541 | 2024-10-30T22:41:51.712Z | Downloaded zone_cfg_derive v0.3.0 |
542 | 2024-10-30T22:41:51.712Z | Downloaded hubpack_derive v0.1.1 |
543 | 2024-10-30T22:41:51.714Z | Downloaded sync_wrapper v0.1.2 |
544 | 2024-10-30T22:41:51.714Z | Downloaded humantime v2.1.0 |
545 | 2024-10-30T22:41:51.717Z | Downloaded http-body v1.0.1 |
546 | 2024-10-30T22:41:51.717Z | Downloaded foreign-types v0.3.2 |
547 | 2024-10-30T22:41:51.720Z | Downloaded tinyvec v1.8.0 |
548 | 2024-10-30T22:41:51.723Z | Downloaded deranged v0.3.11 |
549 | 2024-10-30T22:41:51.723Z | Downloaded impl-trait-for-tuples v0.2.2 |
550 | 2024-10-30T22:41:51.725Z | Downloaded matches v0.1.10 |
551 | 2024-10-30T22:41:51.727Z | Downloaded cbc v0.1.2 |
552 | 2024-10-30T22:41:51.731Z | Downloaded md5 v0.7.0 |
553 | 2024-10-30T22:41:51.731Z | Downloaded async-trait v0.1.83 |
554 | 2024-10-30T22:41:51.734Z | Downloaded const_format_proc_macros v0.2.33 |
555 | 2024-10-30T22:41:51.736Z | Downloaded instability v0.3.2 |
556 | 2024-10-30T22:41:51.739Z | Downloaded ciborium v0.2.2 |
557 | 2024-10-30T22:41:51.741Z | Downloaded newtype-uuid v1.1.2 |
558 | 2024-10-30T22:41:51.741Z | Downloaded console v0.15.8 |
559 | 2024-10-30T22:41:51.744Z | Downloaded normalize-line-endings v0.3.0 |
560 | 2024-10-30T22:41:51.746Z | Downloaded number_prefix v0.4.0 |
561 | 2024-10-30T22:41:51.746Z | Downloaded newline-converter v0.3.0 |
562 | 2024-10-30T22:41:51.750Z | Downloaded num_threads v0.1.7 |
563 | 2024-10-30T22:41:51.750Z | Downloaded rustversion v1.0.17 |
564 | 2024-10-30T22:41:51.752Z | Downloaded rfc6979 v0.4.0 |
565 | 2024-10-30T22:41:51.752Z | Downloaded cookie_store v0.21.0 |
566 | 2024-10-30T22:41:51.754Z | Downloaded libefi-sys v0.1.0 |
567 | 2024-10-30T22:41:51.757Z | Downloaded chacha20 v0.9.1 |
568 | 2024-10-30T22:41:51.759Z | Downloaded slog-dtrace v0.3.0 |
569 | 2024-10-30T22:41:51.761Z | Downloaded wyz v0.5.1 |
570 | 2024-10-30T22:41:51.761Z | Downloaded unicase v2.7.0 |
571 | 2024-10-30T22:41:51.764Z | Downloaded foldhash v0.1.3 |
572 | 2024-10-30T22:41:51.766Z | Downloaded downcast v0.11.0 |
573 | 2024-10-30T22:41:51.767Z | Downloaded precomputed-hash v0.1.1 |
574 | 2024-10-30T22:41:51.767Z | Downloaded peg-runtime v0.8.3 |
575 | 2024-10-30T22:41:51.769Z | Downloaded vte_generate_state_changes v0.1.2 |
576 | 2024-10-30T22:41:51.769Z | Downloaded lazy_static v1.5.0 |
577 | 2024-10-30T22:41:51.772Z | Downloaded unarray v0.1.4 |
578 | 2024-10-30T22:41:51.772Z | Downloaded is-terminal v0.4.13 |
579 | 2024-10-30T22:41:51.774Z | Downloaded gethostname v0.5.0 |
580 | 2024-10-30T22:41:51.774Z | Downloaded futures-macro v0.3.31 |
581 | 2024-10-30T22:41:51.776Z | Downloaded embedded-io v0.6.1 |
582 | 2024-10-30T22:41:51.776Z | Downloaded supports-color v3.0.1 |
583 | 2024-10-30T22:41:51.780Z | Downloaded lalrpop v0.19.12 |
584 | 2024-10-30T22:41:51.790Z | Downloaded managed v0.8.0 |
585 | 2024-10-30T22:41:51.792Z | Downloaded bcs v0.1.6 |
586 | 2024-10-30T22:41:51.795Z | Downloaded backoff v0.4.0 |
587 | 2024-10-30T22:41:51.799Z | Downloaded nanorand v0.7.0 |
588 | 2024-10-30T22:41:51.802Z | Downloaded signal-hook-tokio v0.3.1 |
589 | 2024-10-30T22:41:51.802Z | Downloaded sha1 v0.10.6 |
590 | 2024-10-30T22:41:51.804Z | Downloaded num v0.4.3 |
591 | 2024-10-30T22:41:51.805Z | Downloaded ghash v0.5.1 |
592 | 2024-10-30T22:41:51.807Z | Downloaded time-core v0.1.2 |
593 | 2024-10-30T22:41:51.807Z | Downloaded crossbeam-epoch v0.9.18 |
594 | 2024-10-30T22:41:51.809Z | Downloaded ipnet v2.10.1 |
595 | 2024-10-30T22:41:51.812Z | Downloaded serde-hex v0.1.0 |
596 | 2024-10-30T22:41:51.812Z | Downloaded embedded-io v0.4.0 |
597 | 2024-10-30T22:41:51.815Z | Downloaded ecdsa v0.16.9 |
598 | 2024-10-30T22:41:51.817Z | Downloaded toolchain_find v0.4.0 |
599 | 2024-10-30T22:41:51.820Z | Downloaded quinn-udp v0.5.5 |
600 | 2024-10-30T22:41:51.823Z | Downloaded radium v0.7.0 |
601 | 2024-10-30T22:41:51.823Z | Downloaded topological-sort v0.2.2 |
602 | 2024-10-30T22:41:51.823Z | Downloaded pem v3.0.4 |
603 | 2024-10-30T22:41:51.826Z | Downloaded unicode-bidi v0.3.17 |
604 | 2024-10-30T22:41:51.828Z | Downloaded try-lock v0.2.5 |
605 | 2024-10-30T22:41:51.828Z | Downloaded aes-gcm v0.10.3 |
606 | 2024-10-30T22:41:51.831Z | Downloaded vte v0.11.1 |
607 | 2024-10-30T22:41:51.834Z | Downloaded diff v0.1.13 |
608 | 2024-10-30T22:41:51.838Z | Downloaded memmap2 v0.9.5 |
609 | 2024-10-30T22:41:51.840Z | Downloaded md-5 v0.10.6 |
610 | 2024-10-30T22:41:51.843Z | Downloaded libloading v0.8.5 |
611 | 2024-10-30T22:41:51.845Z | Downloaded base64 v0.13.1 |
612 | 2024-10-30T22:41:51.848Z | Downloaded parse-display-derive v0.10.0 |
613 | 2024-10-30T22:41:51.851Z | Downloaded zone_cfg_derive v0.1.2 |
614 | 2024-10-30T22:41:51.851Z | Downloaded scheduled-thread-pool v0.2.7 |
615 | 2024-10-30T22:41:51.853Z | Downloaded same-file v1.0.6 |
616 | 2024-10-30T22:41:51.853Z | Downloaded num_enum_derive v0.5.11 |
617 | 2024-10-30T22:41:51.853Z | Downloaded getrandom v0.2.15 |
618 | 2024-10-30T22:41:51.857Z | Downloaded openssl-probe v0.1.5 |
619 | 2024-10-30T22:41:51.859Z | Downloaded predicates-tree v1.0.11 |
620 | 2024-10-30T22:41:51.859Z | Downloaded predicates-core v1.0.8 |
621 | 2024-10-30T22:41:51.862Z | Downloaded pin-utils v0.1.0 |
622 | 2024-10-30T22:41:51.862Z | Downloaded fixedbitset v0.4.2 |
623 | 2024-10-30T22:41:51.864Z | Downloaded slog-stdlog v4.1.1 |
624 | 2024-10-30T22:41:51.866Z | Downloaded tokio-rustls v0.25.0 |
625 | 2024-10-30T22:41:51.869Z | Downloaded hyper v0.14.30 |
626 | 2024-10-30T22:41:51.876Z | Downloaded path-slash v0.1.5 |
627 | 2024-10-30T22:41:51.878Z | Downloaded num-derive v0.4.2 |
628 | 2024-10-30T22:41:51.880Z | Downloaded schemars_derive v0.8.21 |
629 | 2024-10-30T22:41:51.883Z | Downloaded rustc_version v0.4.1 |
630 | 2024-10-30T22:41:51.883Z | Downloaded rustc_version v0.1.7 |
631 | 2024-10-30T22:41:51.886Z | Downloaded darling_core v0.20.10 |
632 | 2024-10-30T22:41:51.889Z | Downloaded cc v1.1.30 |
633 | 2024-10-30T22:41:51.892Z | Downloaded serde-big-array v0.5.1 |
634 | 2024-10-30T22:41:51.894Z | Downloaded slab v0.4.9 |
635 | 2024-10-30T22:41:51.897Z | Downloaded rpassword v7.3.1 |
636 | 2024-10-30T22:41:51.897Z | Downloaded stringprep v0.1.5 |
637 | 2024-10-30T22:41:51.900Z | Downloaded either v1.13.0 |
638 | 2024-10-30T22:41:51.903Z | Downloaded glob v0.3.1 |
639 | 2024-10-30T22:41:51.903Z | Downloaded futures-io v0.3.31 |
640 | 2024-10-30T22:41:51.903Z | Downloaded fragile v2.0.0 |
641 | 2024-10-30T22:41:51.905Z | Downloaded termtree v0.4.1 |
642 | 2024-10-30T22:41:51.908Z | Downloaded sqlparser_derive v0.2.2 |
643 | 2024-10-30T22:41:51.908Z | Downloaded hyper-util v0.1.9 |
644 | 2024-10-30T22:41:51.911Z | Downloaded aho-corasick v1.1.3 |
645 | 2024-10-30T22:41:51.918Z | Downloaded parse-size v1.0.0 |
646 | 2024-10-30T22:41:51.921Z | Downloaded pin-project v1.1.6 |
647 | 2024-10-30T22:41:51.931Z | Downloaded foreign-types-shared v0.3.1 |
648 | 2024-10-30T22:41:51.933Z | Downloaded fallible-iterator v0.2.0 |
649 | 2024-10-30T22:41:51.936Z | Downloaded powerfmt v0.2.0 |
650 | 2024-10-30T22:41:51.936Z | Downloaded unicode-truncate v1.1.0 |
651 | 2024-10-30T22:41:51.939Z | Downloaded tokio-rustls v0.26.0 |
652 | 2024-10-30T22:41:51.939Z | Downloaded display-error-chain v0.2.1 |
653 | 2024-10-30T22:41:51.942Z | Downloaded slog-term v2.9.1 |
654 | 2024-10-30T22:41:51.946Z | Downloaded base64 v0.22.1 |
655 | 2024-10-30T22:41:51.948Z | Downloaded snafu v0.8.5 |
656 | 2024-10-30T22:41:51.954Z | Downloaded ssh-cipher v0.2.0 |
657 | 2024-10-30T22:41:51.956Z | Downloaded thread_local v1.1.8 |
658 | 2024-10-30T22:41:51.959Z | Downloaded enum-as-inner v0.5.1 |
659 | 2024-10-30T22:41:51.959Z | Downloaded globset v0.4.15 |
660 | 2024-10-30T22:41:51.962Z | Downloaded openssl-macros v0.1.1 |
661 | 2024-10-30T22:41:51.964Z | Downloaded xz2 v0.1.7 |
662 | 2024-10-30T22:41:51.964Z | Downloaded untrusted v0.7.1 |
663 | 2024-10-30T22:41:51.966Z | Downloaded thiserror-impl-no-std v2.0.2 |
664 | 2024-10-30T22:41:51.966Z | Downloaded derive-where v1.2.7 |
665 | 2024-10-30T22:41:51.982Z | Downloaded funty v2.0.0 |
666 | 2024-10-30T22:41:51.985Z | Downloaded form_urlencoded v1.2.1 |
667 | 2024-10-30T22:41:51.985Z | Downloaded ff v0.13.0 |
668 | 2024-10-30T22:41:51.985Z | Downloaded dirs-next v2.0.0 |
669 | 2024-10-30T22:41:51.987Z | Downloaded difflib v0.4.0 |
670 | 2024-10-30T22:41:51.987Z | Downloaded tap v1.0.1 |
671 | 2024-10-30T22:41:51.989Z | Downloaded x509-cert v0.2.5 |
672 | 2024-10-30T22:41:51.994Z | Downloaded float-ord v0.3.2 |
673 | 2024-10-30T22:41:51.997Z | Downloaded serde_path_to_error v0.1.16 |
674 | 2024-10-30T22:41:51.999Z | Downloaded headers-core v0.3.0 |
675 | 2024-10-30T22:41:51.999Z | Downloaded serde_repr v0.1.19 |
676 | 2024-10-30T22:41:52.002Z | Downloaded serde_plain v1.0.2 |
677 | 2024-10-30T22:41:52.004Z | Downloaded signal-hook-mio v0.2.4 |
678 | 2024-10-30T22:41:52.004Z | Downloaded hickory-client v0.24.1 |
679 | 2024-10-30T22:41:52.007Z | Downloaded env_logger v0.10.2 |
680 | 2024-10-30T22:41:52.012Z | Downloaded fxhash v0.2.1 |
681 | 2024-10-30T22:41:52.015Z | Downloaded dhcproto-macros v0.1.0 |
682 | 2024-10-30T22:41:52.015Z | Downloaded structmeta v0.3.0 |
683 | 2024-10-30T22:41:52.015Z | Downloaded sqlformat v0.2.6 |
684 | 2024-10-30T22:41:52.020Z | Downloaded tough v0.17.1 |
685 | 2024-10-30T22:41:52.024Z | Downloaded diesel_table_macro_syntax v0.2.0 |
686 | 2024-10-30T22:41:52.027Z | Downloaded structmeta v0.2.0 |
687 | 2024-10-30T22:41:52.027Z | Downloaded ref-cast v1.0.23 |
688 | 2024-10-30T22:41:52.029Z | Downloaded sigpipe v0.1.3 |
689 | 2024-10-30T22:41:52.031Z | Downloaded psl-types v2.0.11 |
690 | 2024-10-30T22:41:52.031Z | Downloaded scrypt v0.11.0 |
691 | 2024-10-30T22:41:52.034Z | Downloaded tracing-core v0.1.32 |
692 | 2024-10-30T22:41:52.036Z | Downloaded hashbrown v0.13.2 |
693 | 2024-10-30T22:41:52.041Z | Downloaded strum_macros v0.26.4 |
694 | 2024-10-30T22:41:52.043Z | Downloaded num-bigint v0.4.6 |
695 | 2024-10-30T22:41:52.048Z | Downloaded zeroize v1.8.1 |
696 | 2024-10-30T22:41:52.050Z | Downloaded unicode-xid v0.2.6 |
697 | 2024-10-30T22:41:52.053Z | Downloaded ron v0.7.1 |
698 | 2024-10-30T22:41:52.056Z | Downloaded futures-task v0.3.31 |
699 | 2024-10-30T22:41:52.059Z | Downloaded futures-sink v0.3.31 |
700 | 2024-10-30T22:41:52.059Z | Downloaded paste v1.0.15 |
701 | 2024-10-30T22:41:52.062Z | Downloaded hash32 v0.2.1 |
702 | 2024-10-30T22:41:52.064Z | Downloaded toml_edit v0.19.15 |
703 | 2024-10-30T22:41:52.081Z | Downloaded shell-words v1.1.0 |
704 | 2024-10-30T22:41:52.084Z | Downloaded float-cmp v0.9.0 |
705 | 2024-10-30T22:41:52.084Z | Downloaded diesel-dtrace v0.3.0 |
706 | 2024-10-30T22:41:52.087Z | Downloaded universal-hash v0.5.1 |
707 | 2024-10-30T22:41:52.087Z | Downloaded structmeta-derive v0.2.0 |
708 | 2024-10-30T22:41:52.089Z | Downloaded peg v0.8.4 |
709 | 2024-10-30T22:41:52.092Z | Downloaded parking_lot_core v0.8.6 |
710 | 2024-10-30T22:41:52.095Z | Downloaded smallvec v1.13.2 |
711 | 2024-10-30T22:41:52.097Z | Downloaded packed_struct v0.10.1 |
712 | 2024-10-30T22:41:52.100Z | Downloaded openssl-sys v0.9.103 |
713 | 2024-10-30T22:41:52.103Z | Downloaded quick-error v1.2.3 |
714 | 2024-10-30T22:41:52.106Z | Downloaded hash32 v0.3.1 |
715 | 2024-10-30T22:41:52.108Z | Downloaded strum v0.26.3 |
716 | 2024-10-30T22:41:52.108Z | Downloaded fallible-streaming-iterator v0.1.9 |
717 | 2024-10-30T22:41:52.108Z | Downloaded wait-timeout v0.2.0 |
718 | 2024-10-30T22:41:52.112Z | Downloaded pkcs8 v0.10.2 |
719 | 2024-10-30T22:41:52.115Z | Downloaded parking_lot v0.12.3 |
720 | 2024-10-30T22:41:52.117Z | Downloaded smallvec v0.6.14 |
721 | 2024-10-30T22:41:52.117Z | Downloaded group v0.13.0 |
722 | 2024-10-30T22:41:52.120Z | Downloaded test-strategy v0.3.1 |
723 | 2024-10-30T22:41:52.122Z | Downloaded sct v0.7.1 |
724 | 2024-10-30T22:41:52.126Z | Downloaded structmeta-derive v0.3.0 |
725 | 2024-10-30T22:41:52.128Z | Downloaded mio v1.0.2 |
726 | 2024-10-30T22:41:52.134Z | Downloaded dsl_auto_type v0.1.2 |
727 | 2024-10-30T22:41:52.137Z | Downloaded defmt-macros v0.3.9 |
728 | 2024-10-30T22:41:52.139Z | Downloaded tracing-attributes v0.1.27 |
729 | 2024-10-30T22:41:52.143Z | Downloaded slog-json v2.6.1 |
730 | 2024-10-30T22:41:52.145Z | Downloaded idna v0.2.3 |
731 | 2024-10-30T22:41:52.149Z | Downloaded opaque-debug v0.3.1 |
732 | 2024-10-30T22:41:52.152Z | Downloaded num_enum v0.5.11 |
733 | 2024-10-30T22:41:52.156Z | Downloaded endian-type v0.1.2 |
734 | 2024-10-30T22:41:52.158Z | Downloaded olpc-cjson v0.1.4 |
735 | 2024-10-30T22:41:52.158Z | Downloaded tls_codec_derive v0.4.1 |
736 | 2024-10-30T22:41:52.161Z | Downloaded tokio-native-tls v0.3.1 |
737 | 2024-10-30T22:41:52.164Z | Downloaded vsss-rs v3.3.4 |
738 | 2024-10-30T22:41:52.167Z | Downloaded want v0.3.1 |
739 | 2024-10-30T22:41:52.167Z | Downloaded rcgen v0.12.1 |
740 | 2024-10-30T22:41:52.170Z | Downloaded nom v7.1.3 |
741 | 2024-10-30T22:41:52.175Z | Downloaded russh-cryptovec v0.7.3 |
742 | 2024-10-30T22:41:52.177Z | Downloaded signature v2.2.0 |
743 | 2024-10-30T22:41:52.177Z | Downloaded signal-hook-registry v1.4.2 |
744 | 2024-10-30T22:41:52.180Z | Downloaded shlex v1.3.0 |
745 | 2024-10-30T22:41:52.182Z | Downloaded tokio-macros v2.4.0 |
746 | 2024-10-30T22:41:52.182Z | Downloaded tower-service v0.3.3 |
747 | 2024-10-30T22:41:52.182Z | Downloaded spin v0.9.8 |
748 | 2024-10-30T22:41:52.185Z | Downloaded semver v0.1.20 |
749 | 2024-10-30T22:41:52.188Z | Downloaded secrecy v0.8.0 |
750 | 2024-10-30T22:41:52.188Z | Downloaded sec1 v0.7.3 |
751 | 2024-10-30T22:41:52.190Z | Downloaded slog-scope v4.4.0 |
752 | 2024-10-30T22:41:52.190Z | Downloaded tungstenite v0.23.0 |
753 | 2024-10-30T22:41:52.194Z | Downloaded rand_chacha v0.3.1 |
754 | 2024-10-30T22:41:52.197Z | Downloaded num-iter v0.1.45 |
755 | 2024-10-30T22:41:52.197Z | Downloaded hashlink v0.9.1 |
756 | 2024-10-30T22:41:52.200Z | Downloaded hickory-server v0.24.1 |
757 | 2024-10-30T22:41:52.204Z | Downloaded rand_core v0.6.4 |
758 | 2024-10-30T22:41:52.207Z | Downloaded termcolor v1.4.1 |
759 | 2024-10-30T22:41:52.209Z | Downloaded rustls-pemfile v2.2.0 |
760 | 2024-10-30T22:41:52.209Z | Downloaded fallible-iterator v0.3.0 |
761 | 2024-10-30T22:41:52.212Z | Downloaded similar v2.6.0 |
762 | 2024-10-30T22:41:52.216Z | Downloaded polyval v0.6.2 |
763 | 2024-10-30T22:41:52.218Z | Downloaded hyper v1.4.1 |
764 | 2024-10-30T22:41:52.224Z | Downloaded percent-encoding v2.3.1 |
765 | 2024-10-30T22:41:52.227Z | Downloaded ena v0.14.3 |
766 | 2024-10-30T22:41:52.227Z | Downloaded rand_seeder v0.3.0 |
767 | 2024-10-30T22:41:52.229Z | Downloaded fatfs v0.3.6 |
768 | 2024-10-30T22:41:52.232Z | Downloaded tracing v0.1.40 |
769 | 2024-10-30T22:41:52.236Z | Downloaded resolv-conf v0.7.0 |
770 | 2024-10-30T22:41:52.238Z | Downloaded hashbrown v0.14.5 |
771 | 2024-10-30T22:41:52.244Z | Downloaded derive_builder_core v0.20.2 |
772 | 2024-10-30T22:41:52.246Z | Downloaded oso-derive v0.27.3 |
773 | 2024-10-30T22:41:52.246Z | Downloaded waitgroup v0.1.2 |
774 | 2024-10-30T22:41:52.249Z | Downloaded flagset v0.4.6 |
775 | 2024-10-30T22:41:52.251Z | Downloaded num-conv v0.1.0 |
776 | 2024-10-30T22:41:52.251Z | Downloaded phf_generator v0.11.2 |
777 | 2024-10-30T22:41:52.253Z | Downloaded hex-literal v0.4.1 |
778 | 2024-10-30T22:41:52.253Z | Downloaded serde_with v3.11.0 |
779 | 2024-10-30T22:41:52.261Z | Downloaded take_mut v0.2.2 |
780 | 2024-10-30T22:41:52.263Z | Downloaded tinyvec_macros v0.1.1 |
781 | 2024-10-30T22:41:52.263Z | Downloaded pkcs5 v0.7.1 |
782 | 2024-10-30T22:41:52.266Z | Downloaded rand_xorshift v0.3.0 |
783 | 2024-10-30T22:41:52.269Z | Downloaded des v0.8.1 |
784 | 2024-10-30T22:41:52.271Z | Downloaded diesel_derives v2.2.3 |
785 | 2024-10-30T22:41:52.273Z | Downloaded progenitor-client v0.8.0 |
786 | 2024-10-30T22:41:52.276Z | Downloaded phf_shared v0.10.0 |
787 | 2024-10-30T22:41:52.276Z | Downloaded dyn-clone v1.0.17 |
788 | 2024-10-30T22:41:52.278Z | Downloaded walkdir v2.5.0 |
789 | 2024-10-30T22:41:52.280Z | Downloaded num-traits v0.2.19 |
790 | 2024-10-30T22:41:52.283Z | Downloaded heapless v0.8.0 |
791 | 2024-10-30T22:41:52.286Z | Downloaded parse-zoneinfo v0.3.1 |
792 | 2024-10-30T22:41:52.288Z | Downloaded nix v0.28.0 |
793 | 2024-10-30T22:41:52.299Z | Downloaded half v2.4.1 |
794 | 2024-10-30T22:41:52.302Z | Downloaded foreign-types-macros v0.2.3 |
795 | 2024-10-30T22:41:52.304Z | Downloaded termios v0.3.3 |
796 | 2024-10-30T22:41:52.307Z | Downloaded packed_struct_codegen v0.10.1 |
797 | 2024-10-30T22:41:52.307Z | Downloaded rand v0.8.5 |
798 | 2024-10-30T22:41:52.310Z | Downloaded rustc-demangle v0.1.24 |
799 | 2024-10-30T22:41:52.313Z | Downloaded rustls-pki-types v1.9.0 |
800 | 2024-10-30T22:41:52.315Z | Downloaded unicode_categories v0.1.1 |
801 | 2024-10-30T22:41:52.318Z | Downloaded samael v0.0.17 |
802 | 2024-10-30T22:41:52.323Z | Downloaded tls_codec v0.4.1 |
803 | 2024-10-30T22:41:52.325Z | Downloaded regex v1.11.0 |
804 | 2024-10-30T22:41:52.337Z | Downloaded ed25519 v2.2.3 |
805 | 2024-10-30T22:41:52.340Z | Downloaded futures-core v0.3.31 |
806 | 2024-10-30T22:41:52.346Z | Downloaded tokio-tungstenite v0.24.0 |
807 | 2024-10-30T22:41:52.346Z | Downloaded tokio-tungstenite v0.23.1 |
808 | 2024-10-30T22:41:52.349Z | Downloaded term v0.7.0 |
809 | 2024-10-30T22:41:52.349Z | Downloaded twox-hash v1.6.3 |
810 | 2024-10-30T22:41:52.353Z | Downloaded owo-colors v4.1.0 |
811 | 2024-10-30T22:41:52.355Z | Downloaded russh-keys v0.45.0 |
812 | 2024-10-30T22:41:52.355Z | Downloaded subprocess v0.2.9 |
813 | 2024-10-30T22:41:52.358Z | Downloaded tiny-keccak v2.0.2 |
814 | 2024-10-30T22:41:52.360Z | Downloaded tokio-tungstenite v0.21.0 |
815 | 2024-10-30T22:41:52.363Z | Downloaded pem-rfc7468 v0.7.0 |
816 | 2024-10-30T22:41:52.365Z | Downloaded num-complex v0.4.6 |
817 | 2024-10-30T22:41:52.367Z | Downloaded dhcproto v0.12.0 |
818 | 2024-10-30T22:41:52.371Z | Downloaded signal-hook v0.3.17 |
819 | 2024-10-30T22:41:52.373Z | Downloaded phf_shared v0.11.2 |
820 | 2024-10-30T22:41:52.373Z | Downloaded qorb v0.1.2 |
821 | 2024-10-30T22:41:52.378Z | Downloaded progenitor v0.8.0 |
822 | 2024-10-30T22:41:52.381Z | Downloaded phf_codegen v0.11.2 |
823 | 2024-10-30T22:41:52.381Z | Downloaded value-bag v1.9.0 |
824 | 2024-10-30T22:41:52.384Z | Downloaded typify v0.2.0 |
825 | 2024-10-30T22:41:52.386Z | Downloaded tar v0.4.42 |
826 | 2024-10-30T22:41:52.388Z | Downloaded tokio-postgres v0.7.12 |
827 | 2024-10-30T22:41:52.393Z | Downloaded zerocopy v0.6.6 |
828 | 2024-10-30T22:41:52.396Z | Downloaded vergen v8.3.2 |
829 | 2024-10-30T22:41:52.399Z | Downloaded progenitor-impl v0.8.0 |
830 | 2024-10-30T22:41:52.402Z | Downloaded unsafe-libyaml v0.2.11 |
831 | 2024-10-30T22:41:52.406Z | Downloaded der v0.7.9 |
832 | 2024-10-30T22:41:52.409Z | Downloaded unicode-properties v0.1.3 |
833 | 2024-10-30T22:41:52.412Z | Downloaded unicode-segmentation v1.12.0 |
834 | 2024-10-30T22:41:52.414Z | Downloaded time v0.3.36 |
835 | 2024-10-30T22:41:52.422Z | Downloaded rustls-webpki v0.102.8 |
836 | 2024-10-30T22:41:52.440Z | Downloaded elliptic-curve v0.13.8 |
837 | 2024-10-30T22:41:52.444Z | Downloaded rustls-webpki v0.101.7 |
838 | 2024-10-30T22:41:52.458Z | Downloaded p521 v0.13.3 |
839 | 2024-10-30T22:41:52.464Z | Downloaded flume v0.11.0 |
840 | 2024-10-30T22:41:52.468Z | Downloaded chrono v0.4.38 |
841 | 2024-10-30T22:41:52.474Z | Downloaded reedline v0.35.0 |
842 | 2024-10-30T22:41:52.481Z | Downloaded ed25519-dalek v2.1.1 |
843 | 2024-10-30T22:41:52.484Z | Downloaded bitvec v1.0.1 |
844 | 2024-10-30T22:41:52.500Z | Downloaded quick-xml v0.33.0 |
845 | 2024-10-30T22:41:52.506Z | Downloaded h2 v0.4.6 |
846 | 2024-10-30T22:41:52.513Z | Downloaded flate2 v1.0.34 |
847 | 2024-10-30T22:41:52.519Z | Downloaded idna v0.3.0 |
848 | 2024-10-30T22:41:52.525Z | Downloaded typed-path v0.7.1 |
849 | 2024-10-30T22:41:52.531Z | Downloaded smoltcp v0.9.1 |
850 | 2024-10-30T22:41:52.542Z | Downloaded reqwest v0.11.27 |
851 | 2024-10-30T22:41:52.550Z | Downloaded h2 v0.3.26 |
852 | 2024-10-30T22:41:52.557Z | Downloaded git2 v0.19.0 |
853 | 2024-10-30T22:41:52.565Z | Downloaded portable-atomic v1.9.0 |
854 | 2024-10-30T22:41:52.572Z | Downloaded tokio-util v0.7.12 |
855 | 2024-10-30T22:41:52.579Z | Downloaded nix v0.27.1 |
856 | 2024-10-30T22:41:52.590Z | Downloaded salty v0.3.0 |
857 | 2024-10-30T22:41:52.597Z | Downloaded hkdf v0.12.4 |
858 | 2024-10-30T22:41:52.600Z | Downloaded curve25519-dalek v4.1.3 |
859 | 2024-10-30T22:41:52.608Z | Downloaded nix v0.29.0 |
860 | 2024-10-30T22:41:52.621Z | Downloaded sqlparser v0.45.0 |
861 | 2024-10-30T22:41:52.627Z | Downloaded object v0.30.4 |
862 | 2024-10-30T22:41:52.638Z | Downloaded rayon v1.10.0 |
863 | 2024-10-30T22:41:52.646Z | Downloaded idna v0.4.0 |
864 | 2024-10-30T22:41:52.652Z | Downloaded proptest v1.5.0 |
865 | 2024-10-30T22:41:52.662Z | Downloaded winnow v0.5.40 |
866 | 2024-10-30T22:41:52.671Z | Downloaded dropshot v0.12.0 |
867 | 2024-10-30T22:41:52.692Z | Downloaded openssl v0.10.66 |
868 | 2024-10-30T22:41:52.701Z | Downloaded regex-syntax v0.6.29 |
869 | 2024-10-30T22:41:52.707Z | Downloaded object v0.36.5 |
870 | 2024-10-30T22:41:52.720Z | Downloaded bstr v1.10.0 |
871 | 2024-10-30T22:41:52.730Z | Downloaded rustls v0.21.12 |
872 | 2024-10-30T22:41:52.742Z | Downloaded vcpkg v0.2.15 |
873 | 2024-10-30T22:41:52.779Z | Downloaded radix_trie v0.2.1 |
874 | 2024-10-30T22:41:52.784Z | Downloaded polar-core v0.27.3 |
875 | 2024-10-30T22:41:52.793Z | Downloaded openapiv3 v2.0.0 |
876 | 2024-10-30T22:41:52.805Z | Downloaded hickory-proto v0.24.1 |
877 | 2024-10-30T22:41:52.820Z | Downloaded rustls v0.23.14 |
878 | 2024-10-30T22:41:52.832Z | Downloaded rustls v0.22.4 |
879 | 2024-10-30T22:41:52.845Z | Downloaded diesel v2.2.4 |
880 | 2024-10-30T22:41:52.863Z | Downloaded chrono-tz v0.10.0 |
881 | 2024-10-30T22:41:52.870Z | Downloaded regress v0.10.1 |
882 | 2024-10-30T22:41:52.879Z | Downloaded regex-syntax v0.8.5 |
883 | 2024-10-30T22:41:52.888Z | Downloaded regress v0.9.1 |
884 | 2024-10-30T22:41:52.897Z | Downloaded reqwest v0.12.8 |
885 | 2024-10-30T22:41:52.905Z | Downloaded gimli v0.31.1 |
886 | 2024-10-30T22:41:52.913Z | Downloaded webpki-roots v0.26.6 |
887 | 2024-10-30T22:41:52.917Z | Downloaded sled v0.34.7 |
888 | 2024-10-30T22:41:52.930Z | Downloaded regex-automata v0.4.8 |
889 | 2024-10-30T22:41:52.944Z | Downloaded libz-sys v1.1.20 |
890 | 2024-10-30T22:41:52.964Z | Downloaded typify-impl v0.2.0 |
891 | 2024-10-30T22:41:52.980Z | Downloaded zerocopy-derive v0.6.6 |
892 | 2024-10-30T22:41:52.989Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
893 | 2024-10-30T22:41:53.002Z | Downloaded ratatui v0.28.1 |
894 | 2024-10-30T22:41:53.021Z | Downloaded p384 v0.13.0 |
895 | 2024-10-30T22:41:53.028Z | Downloaded trust-dns-proto v0.22.0 |
896 | 2024-10-30T22:41:53.039Z | Downloaded lzma-sys v0.1.20 |
897 | 2024-10-30T22:41:53.068Z | Downloaded smoltcp v0.11.0 |
898 | 2024-10-30T22:41:53.081Z | Downloaded russh v0.45.0 |
899 | 2024-10-30T22:41:53.086Z | Downloaded futures-util v0.3.31 |
900 | 2024-10-30T22:41:53.098Z | Downloaded quinn-proto v0.11.8 |
901 | 2024-10-30T22:41:53.104Z | Downloaded publicsuffix v2.2.3 |
902 | 2024-10-30T22:41:53.107Z | Downloaded toml v0.7.8 |
903 | 2024-10-30T22:41:53.110Z | Downloaded petgraph v0.6.5 |
904 | 2024-10-30T22:41:53.127Z | Downloaded ssh-key v0.6.6 |
905 | 2024-10-30T22:41:53.134Z | Downloaded unicode-normalization v0.1.24 |
906 | 2024-10-30T22:41:53.137Z | Downloaded csv v1.3.0 |
907 | 2024-10-30T22:41:53.157Z | Downloaded defmt-parser v0.3.4 |
908 | 2024-10-30T22:41:53.160Z | Downloaded omicron-zone-package v0.11.1 |
909 | 2024-10-30T22:41:53.162Z | Downloaded foreign-types-shared v0.1.1 |
910 | 2024-10-30T22:41:53.162Z | Downloaded foreign-types v0.5.0 |
911 | 2024-10-30T22:41:53.162Z | Downloaded tabwriter v1.4.0 |
912 | 2024-10-30T22:41:53.165Z | Downloaded subtle v2.6.1 |
913 | 2024-10-30T22:41:53.165Z | Downloaded strum_macros v0.25.3 |
914 | 2024-10-30T22:41:53.167Z | Downloaded sha3 v0.10.8 |
915 | 2024-10-30T22:41:53.171Z | Downloaded rustc-hash v1.1.0 |
916 | 2024-10-30T22:41:53.173Z | Downloaded tokio v1.40.0 |
917 | 2024-10-30T22:41:53.209Z | Downloaded progenitor-macro v0.8.0 |
918 | 2024-10-30T22:41:53.212Z | Downloaded num-rational v0.4.2 |
919 | 2024-10-30T22:41:53.212Z | Downloaded rusqlite v0.32.1 |
920 | 2024-10-30T22:41:53.218Z | Downloaded itertools v0.13.0 |
921 | 2024-10-30T22:41:53.224Z | Downloaded pkcs1 v0.7.5 |
922 | 2024-10-30T22:41:53.227Z | Downloaded heapless v0.7.17 |
923 | 2024-10-30T22:41:53.230Z | Downloaded derive_builder v0.20.2 |
924 | 2024-10-30T22:41:53.235Z | Downloaded p256 v0.13.2 |
925 | 2024-10-30T22:41:53.238Z | Downloaded rustyline v14.0.0 |
926 | 2024-10-30T22:41:53.243Z | Downloaded tui-tree-widget v0.22.0 |
927 | 2024-10-30T22:41:53.245Z | Downloaded oso v0.27.3 |
928 | 2024-10-30T22:41:53.248Z | Downloaded dropshot_endpoint v0.12.0 |
929 | 2024-10-30T22:41:53.250Z | Downloaded slog v2.7.0 |
930 | 2024-10-30T22:41:53.253Z | Downloaded poly1305 v0.8.0 |
931 | 2024-10-30T22:41:53.255Z | Downloaded headers v0.4.0 |
932 | 2024-10-30T22:41:53.260Z | Downloaded steno v0.4.1 |
933 | 2024-10-30T22:41:53.264Z | Downloaded num-integer v0.1.46 |
934 | 2024-10-30T22:41:53.266Z | Downloaded tungstenite v0.24.0 |
935 | 2024-10-30T22:41:53.269Z | Downloaded itertools v0.10.5 |
936 | 2024-10-30T22:41:53.275Z | Downloaded libxml v0.3.3 |
937 | 2024-10-30T22:41:53.280Z | Downloaded strum_macros v0.24.3 |
938 | 2024-10-30T22:41:53.283Z | Downloaded rustfmt-wrapper v0.2.1 |
939 | 2024-10-30T22:41:53.285Z | Downloaded futures-executor v0.3.31 |
940 | 2024-10-30T22:41:53.285Z | Downloaded phf v0.11.2 |
941 | 2024-10-30T22:41:53.287Z | Downloaded heck v0.3.3 |
942 | 2024-10-30T22:41:53.287Z | Downloaded zip v0.6.6 |
943 | 2024-10-30T22:41:53.292Z | Downloaded filetime v0.2.25 |
944 | 2024-10-30T22:41:53.294Z | Downloaded ron v0.8.1 |
945 | 2024-10-30T22:41:53.299Z | Downloaded hex v0.4.3 |
946 | 2024-10-30T22:41:53.301Z | Downloaded fd-lock v4.0.2 |
947 | 2024-10-30T22:41:53.303Z | Downloaded slog-async v2.8.0 |
948 | 2024-10-30T22:41:53.305Z | Downloaded encoding_rs v0.8.34 |
949 | 2024-10-30T22:41:53.325Z | Downloaded derive_more v0.99.18 |
950 | 2024-10-30T22:41:53.329Z | Downloaded yasna v0.5.2 |
951 | 2024-10-30T22:41:53.331Z | Downloaded tungstenite v0.21.0 |
952 | 2024-10-30T22:41:53.334Z | Downloaded url v2.5.2 |
953 | 2024-10-30T22:41:53.337Z | Downloaded hashbrown v0.12.3 |
954 | 2024-10-30T22:41:53.341Z | Downloaded prettyplease v0.2.22 |
955 | 2024-10-30T22:41:53.344Z | Downloaded slog-bunyan v2.5.0 |
956 | 2024-10-30T22:41:53.347Z | Downloaded peg-macros v0.8.4 |
957 | 2024-10-30T22:41:53.349Z | Downloaded password-hash v0.5.0 |
958 | 2024-10-30T22:41:53.349Z | Downloaded parking_lot v0.11.2 |
959 | 2024-10-30T22:41:53.351Z | Downloaded expectorate v1.1.0 |
960 | 2024-10-30T22:41:53.354Z | Downloaded idna v0.5.0 |
961 | 2024-10-30T22:41:53.360Z | Downloaded uuid v1.10.0 |
962 | 2024-10-30T22:41:53.363Z | Downloaded password-hash v0.4.2 |
963 | 2024-10-30T22:41:53.366Z | Downloaded slog-envlogger v2.2.0 |
964 | 2024-10-30T22:41:53.368Z | Downloaded siphasher v0.3.11 |
965 | 2024-10-30T22:41:53.368Z | Downloaded zeroize_derive v1.4.2 |
966 | 2024-10-30T22:41:53.370Z | Downloaded strip-ansi-escapes v0.2.0 |
967 | 2024-10-30T22:41:53.370Z | Downloaded futures-channel v0.3.31 |
968 | 2024-10-30T22:41:53.373Z | Downloaded uzers v0.12.1 |
969 | 2024-10-30T22:41:53.375Z | Downloaded quinn v0.11.5 |
970 | 2024-10-30T22:41:53.377Z | Downloaded spki v0.7.3 |
971 | 2024-10-30T22:41:53.379Z | Downloaded schemars v0.8.21 |
972 | 2024-10-30T22:41:53.390Z | Downloaded serde_derive_internals v0.29.1 |
973 | 2024-10-30T22:41:53.392Z | Downloaded hickory-resolver v0.24.1 |
974 | 2024-10-30T22:41:53.395Z | Downloaded bindgen v0.69.5 |
975 | 2024-10-30T22:41:53.402Z | Downloaded postgres-types v0.2.8 |
976 | 2024-10-30T22:41:53.405Z | Downloaded crossbeam-channel v0.5.13 |
977 | 2024-10-30T22:41:53.409Z | Downloaded salsa20 v0.10.2 |
978 | 2024-10-30T22:41:53.411Z | Downloaded proc-macro-crate v1.3.1 |
979 | 2024-10-30T22:41:53.411Z | Downloaded primeorder v0.13.6 |
980 | 2024-10-30T22:41:53.414Z | Downloaded ppv-lite86 v0.2.20 |
981 | 2024-10-30T22:41:53.414Z | Downloaded postgres-protocol v0.6.7 |
982 | 2024-10-30T22:41:53.416Z | Downloaded postcard v1.0.10 |
983 | 2024-10-30T22:41:53.418Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
984 | 2024-10-30T22:41:53.475Z | Downloaded pkg-config v0.3.31 |
985 | 2024-10-30T22:41:53.478Z | Downloaded highway v1.2.0 |
986 | 2024-10-30T22:41:53.481Z | Downloaded tokio-stream v0.1.16 |
987 | 2024-10-30T22:41:53.483Z | Downloaded time-macros v0.2.18 |
988 | 2024-10-30T22:41:53.486Z | Downloaded enum-as-inner v0.6.1 |
989 | 2024-10-30T22:41:53.488Z | Downloaded dirs-sys-next v0.1.2 |
990 | 2024-10-30T22:41:53.488Z | Downloaded indicatif v0.17.8 |
991 | 2024-10-30T22:41:53.491Z | Downloaded rsa v0.9.6 |
992 | 2024-10-30T22:41:53.495Z | Downloaded http v0.2.12 |
993 | 2024-10-30T22:41:53.499Z | Downloaded derive_builder_macro v0.20.2 |
994 | 2024-10-30T22:41:53.501Z | Downloaded pretty-hex v0.2.1 |
995 | 2024-10-30T22:41:53.502Z | Downloaded pbkdf2 v0.12.2 |
996 | 2024-10-30T22:41:53.504Z | Downloaded pbkdf2 v0.11.0 |
997 | 2024-10-30T22:41:53.504Z | Downloaded env_filter v0.1.2 |
998 | 2024-10-30T22:41:53.506Z | Downloaded whoami v1.5.2 |
999 | 2024-10-30T22:41:53.510Z | Downloaded rustc-hash v2.0.0 |
1000 | 2024-10-30T22:41:53.510Z | Downloaded miniz_oxide v0.8.0 |
1001 | 2024-10-30T22:41:53.513Z | Downloaded utf-8 v0.7.6 |
1002 | 2024-10-30T22:41:53.513Z | Downloaded string_cache v0.8.7 |
1003 | 2024-10-30T22:41:53.513Z | Downloaded stable_deref_trait v1.2.0 |
1004 | 2024-10-30T22:41:53.516Z | Downloaded futures v0.3.31 |
1005 | 2024-10-30T22:41:53.519Z | Downloaded serde_yaml v0.9.34+deprecated |
1006 | 2024-10-30T22:41:53.522Z | Downloaded defmt v0.3.8 |
1007 | 2024-10-30T22:41:53.525Z | Downloaded zone v0.3.0 |
1008 | 2024-10-30T22:41:53.527Z | Downloaded zone v0.1.8 |
1009 | 2024-10-30T22:41:53.527Z | Downloaded untrusted v0.9.0 |
1010 | 2024-10-30T22:41:53.528Z | Downloaded ssh-encoding v0.2.0 |
1011 | 2024-10-30T22:41:53.531Z | Downloaded mockall_derive v0.13.0 |
1012 | 2024-10-30T22:41:53.531Z | Downloaded static_assertions v1.1.0 |
1013 | 2024-10-30T22:41:53.534Z | Downloaded scopeguard v1.2.0 |
1014 | 2024-10-30T22:41:53.534Z | Downloaded base64 v0.21.7 |
1015 | 2024-10-30T22:41:53.537Z | Downloaded which v4.4.2 |
1016 | 2024-10-30T22:41:53.539Z | Downloaded r2d2 v0.8.10 |
1017 | 2024-10-30T22:41:53.539Z | Downloaded predicates v3.1.2 |
1018 | 2024-10-30T22:41:53.542Z | Downloaded pin-project-lite v0.2.14 |
1019 | 2024-10-30T22:41:53.546Z | Downloaded pin-project-internal v1.1.6 |
1020 | 2024-10-30T22:41:53.550Z | Downloaded parking_lot_core v0.9.10 |
1021 | 2024-10-30T22:41:53.552Z | Downloaded der_derive v0.7.3 |
1022 | 2024-10-30T22:41:53.552Z | Downloaded thiserror-no-std v2.0.2 |
1023 | 2024-10-30T22:41:53.555Z | Downloaded indexmap v1.9.3 |
1024 | 2024-10-30T22:41:53.558Z | Downloaded rustls-pemfile v1.0.4 |
1025 | 2024-10-30T22:41:53.560Z | Downloaded native-tls v0.2.12 |
1026 | 2024-10-30T22:41:53.562Z | Downloaded mime_guess v2.0.5 |
1027 | 2024-10-30T22:41:53.565Z | Downloaded mime v0.3.17 |
1028 | 2024-10-30T22:41:53.565Z | Downloaded multer v3.1.0 |
1029 | 2024-10-30T22:41:53.568Z | Downloaded cookie v0.18.1 |
1030 | 2024-10-30T22:41:53.570Z | Downloaded clang-sys v1.8.1 |
1031 | 2024-10-30T22:41:53.573Z | Downloaded chacha20poly1305 v0.10.1 |
1032 | 2024-10-30T22:41:53.575Z | Downloaded env_logger v0.11.5 |
1033 | 2024-10-30T22:41:53.575Z | Downloaded xattr v1.3.1 |
1034 | 2024-10-30T22:41:53.577Z | Downloaded crc-any v2.5.0 |
1035 | 2024-10-30T22:41:53.580Z | Downloaded spin v0.5.2 |
1036 | 2024-10-30T22:41:53.580Z | Downloaded parse-display v0.10.0 |
1037 | 2024-10-30T22:41:53.583Z | Downloaded tokio-rustls v0.24.1 |
1038 | 2024-10-30T22:41:53.585Z | Downloaded hyper-rustls v0.27.3 |
1039 | 2024-10-30T22:41:53.589Z | Downloaded smf v0.2.3 |
1040 | 2024-10-30T22:41:53.589Z | Downloaded serde_with_macros v3.11.0 |
1041 | 2024-10-30T22:41:53.592Z | Downloaded lalrpop-util v0.19.12 |
1042 | 2024-10-30T22:41:53.592Z | Downloaded nibble_vec v0.1.0 |
1043 | 2024-10-30T22:41:53.592Z | Downloaded blake3 v1.5.4 |
1044 | 2024-10-30T22:41:53.599Z | Downloaded inout v0.1.3 |
1045 | 2024-10-30T22:41:53.601Z | Downloaded aes v0.8.4 |
1046 | 2024-10-30T22:41:53.603Z | Downloaded lru v0.12.5 |
1047 | 2024-10-30T22:41:53.606Z | Downloaded linked-hash-map v0.5.6 |
1048 | 2024-10-30T22:41:53.606Z | Downloaded linear-map v1.2.0 |
1049 | 2024-10-30T22:41:53.608Z | Downloaded jobserver v0.1.32 |
1050 | 2024-10-30T22:41:53.610Z | Downloaded darling v0.20.10 |
1051 | 2024-10-30T22:41:53.613Z | Downloaded crossbeam-utils v0.8.20 |
1052 | 2024-10-30T22:41:53.615Z | Downloaded const-oid v0.9.6 |
1053 | 2024-10-30T22:41:53.618Z | Downloaded blake2 v0.10.6 |
1054 | 2024-10-30T22:41:53.620Z | Downloaded kstat-rs v0.2.4 |
1055 | 2024-10-30T22:41:53.620Z | Downloaded internet-checksum v0.2.1 |
1056 | 2024-10-30T22:41:53.623Z | Downloaded hyper-tls v0.6.0 |
1057 | 2024-10-30T22:41:53.623Z | Downloaded httparse v1.9.5 |
1058 | 2024-10-30T22:41:53.625Z | Downloaded ref-cast-impl v1.0.23 |
1059 | 2024-10-30T22:41:53.628Z | Downloaded match_cfg v0.1.0 |
1060 | 2024-10-30T22:41:53.628Z | Downloaded colored v2.1.0 |
1061 | 2024-10-30T22:41:53.630Z | Downloaded bzip2 v0.4.4 |
1062 | 2024-10-30T22:41:53.630Z | Downloaded httpdate v1.0.3 |
1063 | 2024-10-30T22:41:53.633Z | Downloaded http-body v0.4.6 |
1064 | 2024-10-30T22:41:53.633Z | Downloaded home v0.5.9 |
1065 | 2024-10-30T22:41:53.635Z | Downloaded ctr v0.9.2 |
1066 | 2024-10-30T22:41:53.635Z | Downloaded block-padding v0.3.3 |
1067 | 2024-10-30T22:41:53.637Z | Downloaded data-encoding v2.6.0 |
1068 | 2024-10-30T22:41:53.637Z | Downloaded ident_case v1.0.1 |
1069 | 2024-10-30T22:41:53.638Z | Downloaded hostname v0.3.1 |
1070 | 2024-10-30T22:41:53.640Z | Downloaded crc-catalog v2.4.0 |
1071 | 2024-10-30T22:41:53.640Z | Downloaded cipher v0.4.4 |
1072 | 2024-10-30T22:41:53.643Z | Downloaded cassowary v0.3.0 |
1073 | 2024-10-30T22:41:53.643Z | Downloaded blowfish v0.9.1 |
1074 | 2024-10-30T22:41:53.645Z | Downloaded bb8 v0.8.5 |
1075 | 2024-10-30T22:41:53.645Z | Downloaded http-range v0.1.5 |
1076 | 2024-10-30T22:41:53.648Z | Downloaded buf-list v1.0.3 |
1077 | 2024-10-30T22:41:53.648Z | Downloaded bitfield-struct v0.6.2 |
1078 | 2024-10-30T22:41:53.650Z | Downloaded constant_time_eq v0.3.1 |
1079 | 2024-10-30T22:41:53.650Z | Downloaded bit-set v0.5.3 |
1080 | 2024-10-30T22:41:53.653Z | Downloaded base16ct v0.2.0 |
1081 | 2024-10-30T22:41:53.653Z | Downloaded bitfield v0.14.0 |
1082 | 2024-10-30T22:41:53.653Z | Downloaded atomic-waker v1.1.2 |
1083 | 2024-10-30T22:41:53.655Z | Downloaded cfg_aliases v0.1.1 |
1084 | 2024-10-30T22:41:53.656Z | Downloaded lru-cache v0.1.2 |
1085 | 2024-10-30T22:41:53.658Z | Downloaded async-bb8-diesel v0.2.1 |
1086 | 2024-10-30T22:41:53.658Z | Downloaded arrayvec v0.7.6 |
1087 | 2024-10-30T22:41:53.662Z | Downloaded crc32fast v1.4.2 |
1088 | 2024-10-30T22:41:53.664Z | Downloaded cancel-safe-futures v0.1.5 |
1089 | 2024-10-30T22:41:53.666Z | Downloaded argon2 v0.5.3 |
1090 | 2024-10-30T22:41:53.666Z | Downloaded indent_write v2.2.0 |
1091 | 2024-10-30T22:41:53.669Z | Downloaded hubpack v0.1.2 |
1092 | 2024-10-30T22:41:53.669Z | Downloaded indoc v1.0.9 |
1093 | 2024-10-30T22:41:53.674Z | Downloaded assert_matches v1.5.0 |
1094 | 2024-10-30T22:41:53.674Z | Downloaded arrayref v0.3.9 |
1095 | 2024-10-30T22:41:53.674Z | Downloaded bit-vec v0.6.3 |
1096 | 2024-10-30T22:41:53.674Z | Downloaded cobs v0.2.3 |
1097 | 2024-10-30T22:41:53.681Z | Downloaded array-init v0.0.4 |
1098 | 2024-10-30T22:41:53.756Z | Downloaded ring v0.16.20 |
1099 | 2024-10-30T22:41:53.866Z | Downloaded ring v0.17.8 |
1100 | 2024-10-30T22:41:53.976Z | Downloaded libsqlite3-sys v0.30.1 |
1101 | 2024-10-30T22:41:54.153Z | Compiling serde v1.0.210 |
1102 | 2024-10-30T22:41:54.156Z | Compiling typenum v1.17.0 |
1103 | 2024-10-30T22:41:54.156Z | Compiling lock_api v0.4.12 |
1104 | 2024-10-30T22:41:54.156Z | Compiling generic-array v0.14.7 |
1105 | 2024-10-30T22:41:54.156Z | Compiling scopeguard v1.2.0 |
1106 | 2024-10-30T22:41:54.156Z | Compiling subtle v2.6.1 |
1107 | 2024-10-30T22:41:54.311Z | Compiling syn v2.0.79 |
1108 | 2024-10-30T22:41:54.321Z | Compiling getrandom v0.2.15 |
1109 | 2024-10-30T22:41:54.423Z | Compiling value-bag v1.9.0 |
1110 | 2024-10-30T22:41:54.588Z | Compiling rand_core v0.6.4 |
1111 | 2024-10-30T22:41:54.719Z | Compiling const-oid v0.9.6 |
1112 | 2024-10-30T22:41:54.738Z | Compiling pin-project-lite v0.2.14 |
1113 | 2024-10-30T22:41:54.861Z | Compiling log v0.4.22 |
1114 | 2024-10-30T22:41:54.881Z | Compiling smallvec v1.13.2 |
1115 | 2024-10-30T22:41:55.013Z | Compiling jobserver v0.1.32 |
1116 | 2024-10-30T22:41:55.098Z | Compiling parking_lot_core v0.9.10 |
1117 | 2024-10-30T22:41:55.244Z | Compiling shlex v1.3.0 |
1118 | 2024-10-30T22:41:55.273Z | Compiling futures-core v0.3.31 |
1119 | 2024-10-30T22:41:55.581Z | Compiling signal-hook-registry v1.4.2 |
1120 | 2024-10-30T22:41:55.648Z | Compiling cc v1.1.30 |
1121 | 2024-10-30T22:41:55.923Z | Compiling mio v1.0.2 |
1122 | 2024-10-30T22:41:56.027Z | Compiling cpufeatures v0.2.14 |
1123 | 2024-10-30T22:41:56.132Z | Compiling parking_lot v0.12.3 |
1124 | 2024-10-30T22:41:56.411Z | Compiling futures-sink v0.3.31 |
1125 | 2024-10-30T22:41:56.437Z | Compiling spin v0.9.8 |
1126 | 2024-10-30T22:41:56.572Z | Compiling socket2 v0.5.7 |
1127 | 2024-10-30T22:41:56.876Z | Compiling slab v0.4.9 |
1128 | 2024-10-30T22:41:56.907Z | Compiling serde_json v1.0.128 |
1129 | 2024-10-30T22:41:57.069Z | Compiling futures-channel v0.3.31 |
1130 | 2024-10-30T22:41:57.189Z | Compiling allocator-api2 v0.2.18 |
1131 | 2024-10-30T22:41:57.191Z | Compiling futures-io v0.3.31 |
1132 | 2024-10-30T22:41:57.275Z | Compiling pin-utils v0.1.0 |
1133 | 2024-10-30T22:41:57.386Z | Compiling futures-task v0.3.31 |
1134 | 2024-10-30T22:41:57.521Z | Compiling tinyvec_macros v0.1.1 |
1135 | 2024-10-30T22:41:57.523Z | Compiling foldhash v0.1.3 |
1136 | 2024-10-30T22:41:57.592Z | Compiling libm v0.2.8 |
1137 | 2024-10-30T22:41:57.615Z | Compiling tinyvec v1.8.0 |
1138 | 2024-10-30T22:41:57.672Z | Compiling num-traits v0.2.19 |
1139 | 2024-10-30T22:41:57.691Z | Compiling unicode-bidi v0.3.17 |
1140 | 2024-10-30T22:41:57.836Z | Compiling base64ct v1.6.0 |
1141 | 2024-10-30T22:41:57.951Z | Compiling hashbrown v0.15.0 |
1142 | 2024-10-30T22:41:58.265Z | Compiling flagset v0.4.6 |
1143 | 2024-10-30T22:41:58.431Z | Compiling pem-rfc7468 v0.7.0 |
1144 | 2024-10-30T22:41:58.477Z | Compiling httparse v1.9.5 |
1145 | 2024-10-30T22:41:59.164Z | Compiling unicode-normalization v0.1.24 |
1146 | 2024-10-30T22:41:59.206Z | Compiling tracing-core v0.1.32 |
1147 | 2024-10-30T22:41:59.341Z | Compiling rustls-pki-types v1.9.0 |
1148 | 2024-10-30T22:41:59.361Z | Compiling percent-encoding v2.3.1 |
1149 | 2024-10-30T22:41:59.508Z | Compiling crossbeam-utils v0.8.20 |
1150 | 2024-10-30T22:41:59.751Z | Compiling ring v0.17.8 |
1151 | 2024-10-30T22:42:00.149Z | Compiling time-core v0.1.2 |
1152 | 2024-10-30T22:42:00.251Z | Compiling vcpkg v0.2.15 |
1153 | 2024-10-30T22:42:00.323Z | Compiling untrusted v0.9.0 |
1154 | 2024-10-30T22:42:00.427Z | Compiling num-conv v0.1.0 |
1155 | 2024-10-30T22:42:00.465Z | Compiling powerfmt v0.2.0 |
1156 | 2024-10-30T22:42:00.536Z | Compiling pkg-config v0.3.31 |
1157 | 2024-10-30T22:42:00.734Z | Compiling time-macros v0.2.18 |
1158 | 2024-10-30T22:42:00.860Z | Compiling deranged v0.3.11 |
1159 | 2024-10-30T22:42:01.312Z | Compiling atomic-waker v1.1.2 |
1160 | 2024-10-30T22:42:01.490Z | Compiling num_threads v0.1.7 |
1161 | 2024-10-30T22:42:01.610Z | Compiling form_urlencoded v1.2.1 |
1162 | 2024-10-30T22:42:01.739Z | Compiling try-lock v0.2.5 |
1163 | 2024-10-30T22:42:01.886Z | Compiling slog v2.7.0 |
1164 | 2024-10-30T22:42:01.888Z | Compiling rustix v0.38.37 |
1165 | 2024-10-30T22:42:01.919Z | Compiling want v0.3.1 |
1166 | 2024-10-30T22:42:02.126Z | Compiling openssl-sys v0.9.103 |
1167 | 2024-10-30T22:42:02.204Z | Compiling httpdate v1.0.3 |
1168 | 2024-10-30T22:42:02.617Z | Compiling idna v0.5.0 |
1169 | 2024-10-30T22:42:02.651Z | Compiling foreign-types-shared v0.1.1 |
1170 | 2024-10-30T22:42:02.707Z | Compiling match_cfg v0.1.0 |
1171 | 2024-10-30T22:42:02.753Z | Compiling rustversion v1.0.17 |
1172 | 2024-10-30T22:42:02.788Z | Compiling iana-time-zone v0.1.61 |
1173 | 2024-10-30T22:42:03.186Z | Compiling base64 v0.22.1 |
1174 | 2024-10-30T22:42:03.204Z | Compiling openssl v0.10.66 |
1175 | 2024-10-30T22:42:03.397Z | Compiling tower-service v0.3.3 |
1176 | 2024-10-30T22:42:03.566Z | Compiling url v2.5.2 |
1177 | 2024-10-30T22:42:03.584Z | Compiling hostname v0.3.1 |
1178 | 2024-10-30T22:42:03.631Z | Compiling time v0.3.36 |
1179 | 2024-10-30T22:42:03.796Z | Compiling foreign-types v0.3.2 |
1180 | 2024-10-30T22:42:03.819Z | Compiling dirs-sys-next v0.1.2 |
1181 | 2024-10-30T22:42:03.884Z | Compiling aho-corasick v1.1.3 |
1182 | 2024-10-30T22:42:04.037Z | Compiling syn v1.0.109 |
1183 | 2024-10-30T22:42:04.364Z | Compiling siphasher v0.3.11 |
1184 | 2024-10-30T22:42:04.610Z | Compiling adler2 v2.0.0 |
1185 | 2024-10-30T22:42:04.746Z | Compiling regex-syntax v0.8.5 |
1186 | 2024-10-30T22:42:04.788Z | Compiling rustls v0.22.4 |
1187 | 2024-10-30T22:42:05.025Z | Compiling data-encoding v2.6.0 |
1188 | 2024-10-30T22:42:05.133Z | Compiling rustls v0.23.14 |
1189 | 2024-10-30T22:42:05.362Z | Compiling native-tls v0.2.12 |
1190 | 2024-10-30T22:42:05.742Z | Compiling miniz_oxide v0.8.0 |
1191 | 2024-10-30T22:42:06.613Z | Compiling dirs-next v2.0.0 |
1192 | 2024-10-30T22:42:07.071Z | Compiling serde_derive_internals v0.29.1 |
1193 | 2024-10-30T22:42:07.173Z | Compiling crossbeam-epoch v0.9.18 |
1194 | 2024-10-30T22:42:07.704Z | Compiling serde_derive v1.0.210 |
1195 | 2024-10-30T22:42:07.855Z | Compiling zeroize_derive v1.4.2 |
1196 | 2024-10-30T22:42:08.016Z | Compiling zerocopy-derive v0.7.35 |
1197 | 2024-10-30T22:42:08.316Z | Compiling tokio-macros v2.4.0 |
1198 | 2024-10-30T22:42:08.529Z | Compiling thiserror-impl v1.0.64 |
1199 | 2024-10-30T22:42:09.321Z | Compiling zeroize v1.8.1 |
1200 | 2024-10-30T22:42:09.359Z | Compiling futures-macro v0.3.31 |
1201 | 2024-10-30T22:42:09.820Z | Compiling der_derive v0.7.3 |
1202 | 2024-10-30T22:42:09.999Z | Compiling zerocopy v0.7.35 |
1203 | 2024-10-30T22:42:10.605Z | Compiling tracing-attributes v0.1.27 |
1204 | 2024-10-30T22:42:11.140Z | Compiling futures-util v0.3.31 |
1205 | 2024-10-30T22:42:11.234Z | Compiling crypto-common v0.1.6 |
1206 | 2024-10-30T22:42:11.478Z | Compiling block-buffer v0.10.4 |
1207 | 2024-10-30T22:42:11.544Z | Compiling block-padding v0.3.3 |
1208 | 2024-10-30T22:42:11.547Z | Compiling thiserror v1.0.64 |
1209 | 2024-10-30T22:42:11.696Z | Compiling digest v0.10.7 |
1210 | 2024-10-30T22:42:11.730Z | Compiling ppv-lite86 v0.2.20 |
1211 | 2024-10-30T22:42:11.785Z | Compiling inout v0.1.3 |
1212 | 2024-10-30T22:42:12.063Z | Compiling cipher v0.4.4 |
1213 | 2024-10-30T22:42:12.081Z | Compiling der v0.7.9 |
1214 | 2024-10-30T22:42:12.188Z | Compiling hmac v0.12.1 |
1215 | 2024-10-30T22:42:12.427Z | Compiling sha2 v0.10.8 |
1216 | 2024-10-30T22:42:12.536Z | Compiling rand_chacha v0.3.1 |
1217 | 2024-10-30T22:42:12.568Z | Compiling salsa20 v0.10.2 |
1218 | 2024-10-30T22:42:12.788Z | Compiling pbkdf2 v0.12.2 |
1219 | 2024-10-30T22:42:12.926Z | Compiling rand v0.8.5 |
1220 | 2024-10-30T22:42:14.008Z | Compiling tracing v0.1.40 |
1221 | 2024-10-30T22:42:14.515Z | Compiling spki v0.7.3 |
1222 | 2024-10-30T22:42:14.714Z | Compiling pest v2.7.14 |
1223 | 2024-10-30T22:42:14.872Z | Compiling scrypt v0.11.0 |
1224 | 2024-10-30T22:42:14.965Z | Compiling aes v0.8.4 |
1225 | 2024-10-30T22:42:15.294Z | Compiling cbc v0.1.2 |
1226 | 2024-10-30T22:42:15.376Z | Compiling scroll_derive v0.12.0 |
1227 | 2024-10-30T22:42:15.554Z | Compiling openssl-macros v0.1.1 |
1228 | 2024-10-30T22:42:16.031Z | Compiling pkcs5 v0.7.1 |
1229 | 2024-10-30T22:42:16.310Z | Compiling async-trait v0.1.83 |
1230 | 2024-10-30T22:42:16.855Z | Compiling scroll v0.12.0 |
1231 | 2024-10-30T22:42:17.309Z | Compiling pest_meta v2.7.14 |
1232 | 2024-10-30T22:42:17.405Z | Compiling goblin v0.8.2 |
1233 | 2024-10-30T22:42:17.407Z | Compiling pkcs8 v0.10.2 |
1234 | 2024-10-30T22:42:17.711Z | Compiling rustls-webpki v0.102.8 |
1235 | 2024-10-30T22:42:17.845Z | Compiling signature v2.2.0 |
1236 | 2024-10-30T22:42:18.083Z | Compiling sha1 v0.10.6 |
1237 | 2024-10-30T22:42:18.138Z | Compiling regex-automata v0.4.8 |
1238 | 2024-10-30T22:42:18.535Z | Compiling lazy_static v1.5.0 |
1239 | 2024-10-30T22:42:18.666Z | Compiling pest_generator v2.7.14 |
1240 | 2024-10-30T22:42:18.798Z | Compiling thread_local v1.1.8 |
1241 | 2024-10-30T22:42:19.353Z | Compiling cookie v0.18.1 |
1242 | 2024-10-30T22:42:19.372Z | Compiling encoding_rs v0.8.34 |
1243 | 2024-10-30T22:42:19.655Z | Compiling multer v3.1.0 |
1244 | 2024-10-30T22:42:19.742Z | Compiling slog-async v2.8.0 |
1245 | 2024-10-30T22:42:19.952Z | Compiling unicode-properties v0.1.3 |
1246 | 2024-10-30T22:42:20.265Z | Compiling either v1.13.0 |
1247 | 2024-10-30T22:42:20.354Z | Compiling ipnet v2.10.1 |
1248 | 2024-10-30T22:42:20.510Z | Compiling rayon-core v1.12.1 |
1249 | 2024-10-30T22:42:20.688Z | Compiling schemars v0.8.21 |
1250 | 2024-10-30T22:42:20.803Z | Compiling gimli v0.31.1 |
1251 | 2024-10-30T22:42:21.043Z | Compiling bytes v1.7.2 |
1252 | 2024-10-30T22:42:21.664Z | Compiling indexmap v2.6.0 |
1253 | 2024-10-30T22:42:22.049Z | Compiling tokio v1.40.0 |
1254 | 2024-10-30T22:42:22.328Z | Compiling http v1.1.0 |
1255 | 2024-10-30T22:42:23.239Z | Compiling bitflags v2.6.0 |
1256 | 2024-10-30T22:42:23.650Z | Compiling semver v1.0.23 |
1257 | 2024-10-30T22:42:23.653Z | Compiling pest_derive v2.7.14 |
1258 | 2024-10-30T22:42:24.242Z | Compiling rustc_version v0.4.1 |
1259 | 2024-10-30T22:42:24.464Z | Compiling http-body v1.0.1 |
1260 | 2024-10-30T22:42:24.480Z | Compiling dtrace-parser v0.2.0 |
1261 | 2024-10-30T22:42:24.725Z | Compiling dof v0.3.0 |
1262 | 2024-10-30T22:42:24.965Z | Compiling serde_spanned v0.6.8 |
1263 | 2024-10-30T22:42:25.207Z | Compiling uuid v1.10.0 |
1264 | 2024-10-30T22:42:25.929Z | Compiling toml_datetime v0.6.8 |
1265 | 2024-10-30T22:42:26.453Z | Compiling serde_tokenstream v0.2.2 |
1266 | 2024-10-30T22:42:26.523Z | Compiling usdt-impl v0.5.0 |
1267 | 2024-10-30T22:42:26.768Z | Compiling chrono v0.4.38 |
1268 | 2024-10-30T22:42:26.812Z | Compiling heapless v0.7.17 |
1269 | 2024-10-30T22:42:27.074Z | Compiling http-body-util v0.1.2 |
1270 | 2024-10-30T22:42:27.273Z | Compiling openssl-probe v0.1.5 |
1271 | 2024-10-30T22:42:27.598Z | Compiling mime v0.3.17 |
1272 | 2024-10-30T22:42:27.624Z | Compiling paste v1.0.15 |
1273 | 2024-10-30T22:42:27.984Z | Compiling signal-hook v0.3.17 |
1274 | 2024-10-30T22:42:28.187Z | Compiling usdt-macro v0.5.0 |
1275 | 2024-10-30T22:42:28.206Z | Compiling usdt-attr-macro v0.5.0 |
1276 | 2024-10-30T22:42:28.290Z | Compiling toml_edit v0.22.22 |
1277 | 2024-10-30T22:42:29.725Z | Compiling addr2line v0.24.2 |
1278 | 2024-10-30T22:42:29.802Z | Compiling curve25519-dalek v4.1.3 |
1279 | 2024-10-30T22:42:29.895Z | Compiling slog-json v2.6.1 |
1280 | 2024-10-30T22:42:30.163Z | Compiling serde_urlencoded v0.7.1 |
1281 | 2024-10-30T22:42:30.309Z | Compiling tokio-util v0.7.12 |
1282 | 2024-10-30T22:42:30.361Z | Compiling stringprep v0.1.5 |
1283 | 2024-10-30T22:42:30.678Z | Compiling futures-executor v0.3.31 |
1284 | 2024-10-30T22:42:31.206Z | Compiling md-5 v0.10.6 |
1285 | 2024-10-30T22:42:31.471Z | Compiling h2 v0.4.6 |
1286 | 2024-10-30T22:42:31.557Z | Compiling schemars_derive v0.8.21 |
1287 | 2024-10-30T22:42:31.754Z | Compiling async-stream-impl v0.3.6 |
1288 | 2024-10-30T22:42:33.116Z | Compiling enum-as-inner v0.6.1 |
1289 | 2024-10-30T22:42:34.589Z | Compiling crossbeam-deque v0.8.5 |
1290 | 2024-10-30T22:42:34.757Z | Compiling term v0.7.0 |
1291 | 2024-10-30T22:42:35.695Z | Compiling crossbeam-channel v0.5.13 |
1292 | 2024-10-30T22:42:36.240Z | Compiling num-integer v0.1.46 |
1293 | 2024-10-30T22:42:36.349Z | Compiling idna v0.4.0 |
1294 | 2024-10-30T22:42:36.620Z | Compiling idna v0.3.0 |
1295 | 2024-10-30T22:42:36.789Z | Compiling rustls-pemfile v2.2.0 |
1296 | 2024-10-30T22:42:36.987Z | Compiling hash32 v0.2.1 |
1297 | 2024-10-30T22:42:37.126Z | Compiling ff v0.13.0 |
1298 | 2024-10-30T22:42:37.342Z | Compiling is-terminal v0.4.13 |
1299 | 2024-10-30T22:42:37.391Z | Compiling object v0.36.5 |
1300 | 2024-10-30T22:42:37.475Z | Compiling dropshot v0.12.0 |
1301 | 2024-10-30T22:42:37.774Z | Compiling base16ct v0.2.0 |
1302 | 2024-10-30T22:42:37.904Z | Compiling anyhow v1.0.89 |
1303 | 2024-10-30T22:42:38.108Z | Compiling quick-error v1.2.3 |
1304 | 2024-10-30T22:42:38.198Z | Compiling portable-atomic v1.9.0 |
1305 | 2024-10-30T22:42:38.255Z | Compiling linked-hash-map v0.5.6 |
1306 | 2024-10-30T22:42:38.501Z | Compiling hyper v1.4.1 |
1307 | 2024-10-30T22:42:38.621Z | Compiling take_mut v0.2.2 |
1308 | 2024-10-30T22:42:38.784Z | Compiling fallible-iterator v0.2.0 |
1309 | 2024-10-30T22:42:39.234Z | Compiling utf-8 v0.7.6 |
1310 | 2024-10-30T22:42:39.506Z | Compiling psl-types v2.0.11 |
1311 | 2024-10-30T22:42:39.564Z | Compiling rustc-demangle v0.1.24 |
1312 | 2024-10-30T22:42:39.693Z | Compiling num-bigint-dig v0.8.4 |
1313 | 2024-10-30T22:42:40.001Z | Compiling smoltcp v0.9.1 |
1314 | 2024-10-30T22:42:40.361Z | Compiling stable_deref_trait v1.2.0 |
1315 | 2024-10-30T22:42:40.483Z | Compiling dyn-clone v1.0.17 |
1316 | 2024-10-30T22:42:40.798Z | Compiling publicsuffix v2.2.3 |
1317 | 2024-10-30T22:42:41.060Z | Compiling hyper-util v0.1.9 |
1318 | 2024-10-30T22:42:41.832Z | Compiling postgres-protocol v0.6.7 |
1319 | 2024-10-30T22:42:41.887Z | Compiling tungstenite v0.24.0 |
1320 | 2024-10-30T22:42:43.126Z | Compiling lru-cache v0.1.2 |
1321 | 2024-10-30T22:42:43.700Z | Compiling resolv-conf v0.7.0 |
1322 | 2024-10-30T22:42:43.768Z | Compiling sec1 v0.7.3 |
1323 | 2024-10-30T22:42:43.909Z | Compiling slog-term v2.9.1 |
1324 | 2024-10-30T22:42:44.041Z | Compiling usdt v0.5.0 |
1325 | 2024-10-30T22:42:44.296Z | Compiling group v0.13.0 |
1326 | 2024-10-30T22:42:44.329Z | Compiling hickory-proto v0.24.1 |
1327 | 2024-10-30T22:42:44.363Z | Compiling tokio-rustls v0.26.0 |
1328 | 2024-10-30T22:42:44.413Z | Compiling num-iter v0.1.45 |
1329 | 2024-10-30T22:42:44.517Z | Compiling tokio-rustls v0.25.0 |
1330 | 2024-10-30T22:42:44.615Z | Compiling tokio-native-tls v0.3.1 |
1331 | 2024-10-30T22:42:44.796Z | Compiling backtrace v0.3.74 |
1332 | 2024-10-30T22:42:44.890Z | Compiling async-stream v0.3.6 |
1333 | 2024-10-30T22:42:44.916Z | Compiling toml v0.8.19 |
1334 | 2024-10-30T22:42:45.077Z | Compiling futures v0.3.31 |
1335 | 2024-10-30T22:42:45.671Z | Compiling slog-bunyan v2.5.0 |
1336 | 2024-10-30T22:42:45.902Z | Compiling camino v1.1.9 |
1337 | 2024-10-30T22:42:46.278Z | Compiling terminal_size v0.4.0 |
1338 | 2024-10-30T22:42:46.485Z | Compiling dropshot_endpoint v0.12.0 |
1339 | 2024-10-30T22:42:46.574Z | Compiling openapiv3 v2.0.0 |
1340 | 2024-10-30T22:42:46.901Z | Compiling serde_path_to_error v0.1.16 |
1341 | 2024-10-30T22:42:47.294Z | Compiling hkdf v0.12.4 |
1342 | 2024-10-30T22:42:47.511Z | Compiling crypto-bigint v0.5.5 |
1343 | 2024-10-30T22:42:47.569Z | Compiling zerocopy-derive v0.6.6 |
1344 | 2024-10-30T22:42:47.722Z | Compiling curve25519-dalek-derive v0.1.1 |
1345 | 2024-10-30T22:42:48.123Z | Compiling phf_shared v0.11.2 |
1346 | 2024-10-30T22:42:48.403Z | Compiling hubpack_derive v0.1.1 |
1347 | 2024-10-30T22:42:48.513Z | Compiling waitgroup v0.1.2 |
1348 | 2024-10-30T22:42:48.748Z | Compiling webpki-roots v0.26.6 |
1349 | 2024-10-30T22:42:48.946Z | Compiling hostname v0.4.0 |
1350 | 2024-10-30T22:42:49.205Z | Compiling ahash v0.8.11 |
1351 | 2024-10-30T22:42:49.222Z | Compiling fs-err v2.11.0 |
1352 | 2024-10-30T22:42:49.278Z | Compiling managed v0.8.0 |
1353 | 2024-10-30T22:42:49.506Z | Compiling debug-ignore v1.0.5 |
1354 | 2024-10-30T22:42:49.542Z | Compiling winnow v0.5.40 |
1355 | 2024-10-30T22:42:49.585Z | Compiling bitflags v1.3.2 |
1356 | 2024-10-30T22:42:49.651Z | Compiling strum_macros v0.25.3 |
1357 | 2024-10-30T22:42:49.711Z | Compiling zerocopy v0.6.6 |
1358 | 2024-10-30T22:42:50.620Z | Compiling elliptic-curve v0.13.8 |
1359 | 2024-10-30T22:42:50.999Z | Compiling hickory-resolver v0.24.1 |
1360 | 2024-10-30T22:42:51.589Z | Compiling clap_builder v4.5.20 |
1361 | 2024-10-30T22:42:51.968Z | Compiling console v0.15.8 |
1362 | 2024-10-30T22:42:53.502Z | Compiling toml_edit v0.19.15 |
1363 | 2024-10-30T22:42:53.522Z | Compiling hubpack v0.1.2 |
1364 | 2024-10-30T22:42:53.614Z | Compiling hyper-rustls v0.27.3 |
1365 | 2024-10-30T22:42:53.973Z | Compiling phf v0.11.2 |
1366 | 2024-10-30T22:42:54.251Z | Compiling signal-hook-mio v0.2.4 |
1367 | 2024-10-30T22:42:54.274Z | Compiling cookie_store v0.21.0 |
1368 | 2024-10-30T22:42:54.413Z | Compiling rayon v1.10.0 |
1369 | 2024-10-30T22:42:55.180Z | Compiling hyper-tls v0.6.0 |
1370 | 2024-10-30T22:42:55.801Z | Compiling tokio-tungstenite v0.24.0 |
1371 | 2024-10-30T22:42:57.375Z | Compiling postgres-types v0.2.8 |
1372 | 2024-10-30T22:42:57.734Z | Compiling tokio-stream v0.1.16 |
1373 | 2024-10-30T22:42:58.795Z | Compiling bstr v1.10.0 |
1374 | 2024-10-30T22:42:58.833Z | Compiling regex v1.11.0 |
1375 | 2024-10-30T22:42:59.357Z | Compiling serde-big-array v0.5.1 |
1376 | 2024-10-30T22:42:59.596Z | Compiling ed25519 v2.2.3 |
1377 | 2024-10-30T22:42:59.969Z | Compiling pkcs1 v0.7.5 |
1378 | 2024-10-30T22:42:59.986Z | Compiling rfc6979 v0.4.0 |
1379 | 2024-10-30T22:43:00.186Z | Compiling clap_derive v4.5.18 |
1380 | 2024-10-30T22:43:00.264Z | Compiling serde_repr v0.1.19 |
1381 | 2024-10-30T22:43:00.493Z | Compiling derive-where v1.2.7 |
1382 | 2024-10-30T22:43:00.931Z | Compiling phf_shared v0.10.0 |
1383 | 2024-10-30T22:43:01.127Z | Compiling float-cmp v0.9.0 |
1384 | 2024-10-30T22:43:01.351Z | Compiling sync_wrapper v1.0.1 |
1385 | 2024-10-30T22:43:01.365Z | Compiling crc32fast v1.4.2 |
1386 | 2024-10-30T22:43:01.414Z | Compiling minimal-lexical v0.2.1 |
1387 | 2024-10-30T22:43:01.443Z | Compiling bit-vec v0.6.3 |
1388 | 2024-10-30T22:43:01.491Z | Compiling predicates-core v1.0.8 |
1389 | 2024-10-30T22:43:01.677Z | Compiling number_prefix v0.4.0 |
1390 | 2024-10-30T22:43:01.699Z | Compiling unicode-segmentation v1.12.0 |
1391 | 2024-10-30T22:43:01.852Z | Compiling difflib v0.4.0 |
1392 | 2024-10-30T22:43:01.907Z | Compiling normalize-line-endings v0.3.0 |
1393 | 2024-10-30T22:43:01.910Z | Compiling static_assertions v1.1.0 |
1394 | 2024-10-30T22:43:01.942Z | Compiling new_debug_unreachable v1.0.6 |
1395 | 2024-10-30T22:43:02.027Z | Compiling whoami v1.5.2 |
1396 | 2024-10-30T22:43:02.046Z | Compiling precomputed-hash v0.1.1 |
1397 | 2024-10-30T22:43:02.049Z | Compiling fixedbitset v0.4.2 |
1398 | 2024-10-30T22:43:02.168Z | Compiling string_cache v0.8.7 |
1399 | 2024-10-30T22:43:02.545Z | Compiling similar v2.6.0 |
1400 | 2024-10-30T22:43:02.549Z | Compiling petgraph v0.6.5 |
1401 | 2024-10-30T22:43:02.612Z | Compiling tokio-postgres v0.7.12 |
1402 | 2024-10-30T22:43:02.629Z | Compiling predicates v3.1.2 |
1403 | 2024-10-30T22:43:03.383Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1404 | 2024-10-30T22:43:03.764Z | Compiling qorb v0.1.2 |
1405 | 2024-10-30T22:43:04.309Z | Compiling indicatif v0.17.8 |
1406 | 2024-10-30T22:43:04.849Z | Compiling clap v4.5.20 |
1407 | 2024-10-30T22:43:04.941Z | Compiling nom v7.1.3 |
1408 | 2024-10-30T22:43:04.981Z | Compiling bit-set v0.5.3 |
1409 | 2024-10-30T22:43:05.283Z | Compiling flate2 v1.0.34 |
1410 | 2024-10-30T22:43:06.259Z | Compiling reqwest v0.12.8 |
1411 | 2024-10-30T22:43:06.388Z | Compiling rsa v0.9.6 |
1412 | 2024-10-30T22:43:06.548Z | Compiling ecdsa v0.16.9 |
1413 | 2024-10-30T22:43:07.407Z | Compiling ed25519-dalek v2.1.1 |
1414 | 2024-10-30T22:43:08.133Z | Compiling toml v0.7.8 |
1415 | 2024-10-30T22:43:08.716Z | Compiling crossterm v0.28.1 |
1416 | 2024-10-30T22:43:09.564Z | Compiling hex v0.4.3 |
1417 | 2024-10-30T22:43:09.752Z | Compiling itertools v0.12.1 |
1418 | 2024-10-30T22:43:10.168Z | Compiling itertools v0.10.5 |
1419 | 2024-10-30T22:43:10.200Z | Compiling x509-cert v0.2.5 |
1420 | 2024-10-30T22:43:10.232Z | Compiling unicode-xid v0.2.6 |
1421 | 2024-10-30T22:43:10.260Z | Compiling lalrpop-util v0.19.12 |
1422 | 2024-10-30T22:43:10.420Z | Compiling peg-runtime v0.8.3 |
1423 | 2024-10-30T22:43:10.649Z | Compiling xattr v1.3.1 |
1424 | 2024-10-30T22:43:10.927Z | Compiling strum_macros v0.26.4 |
1425 | 2024-10-30T22:43:11.072Z | Compiling filetime v0.2.25 |
1426 | 2024-10-30T22:43:11.392Z | Compiling tar v0.4.42 |
1427 | 2024-10-30T22:43:14.360Z | Compiling strum v0.26.3 |
1428 | 2024-10-30T22:43:15.080Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1429 | 2024-10-30T22:43:15.323Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1430 | 2024-10-30T22:43:20.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
1431 | 2024-10-30T22:43:20.877Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1432 | 2024-10-30T22:43:20.924Z | Oct 30 22:43:19.411 INFO Starting download, target: Console |
1433 | 2024-10-30T22:43:20.924Z | Oct 30 22:43:19.411 INFO Starting download, target: Clickhouse |
1434 | 2024-10-30T22:43:20.924Z | Oct 30 22:43:19.411 INFO Starting download, target: Cockroach |
1435 | 2024-10-30T22:43:20.927Z | Oct 30 22:43:19.411 INFO Starting download, target: DendriteOpenapi |
1436 | 2024-10-30T22:43:20.927Z | Oct 30 22:43:19.411 INFO Starting download, target: DendriteStub |
1437 | 2024-10-30T22:43:20.927Z | Oct 30 22:43:19.411 INFO Starting download, target: MaghemiteMgd |
1438 | 2024-10-30T22:43:20.927Z | Oct 30 22:43:19.411 INFO Starting download, target: TransceiverControl |
1439 | 2024-10-30T22:43:20.927Z | Oct 30 22:43:19.412 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1440 | 2024-10-30T22:43:20.927Z | Oct 30 22:43:19.412 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1441 | 2024-10-30T22:43:20.927Z | Oct 30 22:43:19.412 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1442 | 2024-10-30T22:43:20.927Z | Oct 30 22:43:19.412 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1443 | 2024-10-30T22:43:20.927Z | Oct 30 22:43:19.412 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1444 | 2024-10-30T22:43:20.927Z | Oct 30 22:43:19.412 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1445 | 2024-10-30T22:43:20.927Z | Oct 30 22:43:19.412 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1446 | 2024-10-30T22:43:21.128Z | Oct 30 22:43:19.612 INFO Download complete, target: DendriteOpenapi |
1447 | 2024-10-30T22:43:21.357Z | Oct 30 22:43:19.828 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1448 | 2024-10-30T22:43:21.671Z | Oct 30 22:43:20.128 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1449 | 2024-10-30T22:43:21.832Z | Oct 30 22:43:20.290 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1450 | 2024-10-30T22:43:21.973Z | Oct 30 22:43:20.450 INFO Download complete, target: Console |
1451 | 2024-10-30T22:43:22.006Z | Oct 30 22:43:20.472 INFO Download complete, target: TransceiverControl |
1452 | 2024-10-30T22:43:22.044Z | Oct 30 22:43:20.525 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1453 | 2024-10-30T22:43:22.731Z | Oct 30 22:43:21.217 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1454 | 2024-10-30T22:43:22.731Z | Oct 30 22:43:21.217 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1455 | 2024-10-30T22:43:23.151Z | Oct 30 22:43:21.637 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1456 | 2024-10-30T22:43:24.504Z | Oct 30 22:43:22.976 INFO Download complete, target: DendriteStub |
1457 | 2024-10-30T22:43:24.913Z | Oct 30 22:43:23.390 INFO Download complete, target: MaghemiteMgd |
1458 | 2024-10-30T22:43:29.963Z | Oct 30 22:43:28.448 INFO Checking that binary works, target: Cockroach |
1459 | 2024-10-30T22:43:30.128Z | Oct 30 22:43:28.613 INFO Download complete, target: Cockroach |
1460 | 2024-10-30T22:43:35.102Z | Oct 30 22:43:33.586 INFO Checking that binary works, target: Clickhouse |
1461 | 2024-10-30T22:43:36.084Z | Oct 30 22:43:34.568 INFO Download complete, target: Clickhouse |
1462 | 2024-10-30T22:43:36.092Z | All prerequisites installed successfully |
1463 | 2024-10-30T22:43:36.095Z | |
1464 | 2024-10-30T22:43:36.095Z | real 4:06.139088733 |
1465 | 2024-10-30T22:43:36.095Z | user 12:03.644514771 |
1466 | 2024-10-30T22:43:36.095Z | sys 2:39.241477902 |
1467 | 2024-10-30T22:43:36.095Z | trap 0.416048039 |
1468 | 2024-10-30T22:43:36.095Z | tflt 6.072767258 |
1469 | 2024-10-30T22:43:36.095Z | dflt 4.872929846 |
1470 | 2024-10-30T22:43:36.095Z | kflt 0.375019719 |
1471 | 2024-10-30T22:43:36.095Z | lock 22:31.835200698 |
1472 | 2024-10-30T22:43:36.095Z | slp 48:19.316504721 |
1473 | 2024-10-30T22:43:36.095Z | lat 42.879887778 |
1474 | 2024-10-30T22:43:36.095Z | stop 1:52.385593572 |
1475 | 2024-10-30T22:43:36.095Z | + ptime -m cargo xtask download softnpu |
1476 | 2024-10-30T22:43:36.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1477 | 2024-10-30T22:43:36.612Z | Running `target/debug/xtask download softnpu` |
1478 | 2024-10-30T22:43:37.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1479 | 2024-10-30T22:43:37.429Z | Running `target/debug/xtask-downloader softnpu` |
1480 | 2024-10-30T22:43:37.463Z | Oct 30 22:43:35.946 INFO Starting download, target: Softnpu |
1481 | 2024-10-30T22:43:37.465Z | Oct 30 22:43:35.946 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1482 | 2024-10-30T22:43:38.590Z | Oct 30 22:43:37.073 INFO Download complete, target: Softnpu |
1483 | 2024-10-30T22:43:38.597Z | |
1484 | 2024-10-30T22:43:38.597Z | real 2.495048354 |
1485 | 2024-10-30T22:43:38.597Z | user 1.206019203 |
1486 | 2024-10-30T22:43:38.597Z | sys 0.514287114 |
1487 | 2024-10-30T22:43:38.597Z | trap 0.000960333 |
1488 | 2024-10-30T22:43:38.597Z | tflt 0.000011917 |
1489 | 2024-10-30T22:43:38.597Z | dflt 0.000006297 |
1490 | 2024-10-30T22:43:38.600Z | kflt 0.000000000 |
1491 | 2024-10-30T22:43:38.600Z | lock 11.937921215 |
1492 | 2024-10-30T22:43:38.600Z | slp 0.981947136 |
1493 | 2024-10-30T22:43:38.600Z | lat 0.074483811 |
1494 | 2024-10-30T22:43:38.600Z | stop 0.000190034 |
1495 | 2024-10-30T22:43:38.600Z | + export CARGO_INCREMENTAL=0 |
1496 | 2024-10-30T22:43:38.600Z | + CARGO_INCREMENTAL=0 |
1497 | 2024-10-30T22:43:38.600Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1498 | 2024-10-30T22:43:39.491Z | Compiling proc-macro2 v1.0.87 |
1499 | 2024-10-30T22:43:39.491Z | Compiling unicode-ident v1.0.13 |
1500 | 2024-10-30T22:43:39.491Z | Compiling libc v0.2.161 |
1501 | 2024-10-30T22:43:39.494Z | Compiling serde v1.0.210 |
1502 | 2024-10-30T22:43:39.494Z | Compiling autocfg v1.4.0 |
1503 | 2024-10-30T22:43:39.495Z | Compiling version_check v0.9.5 |
1504 | 2024-10-30T22:43:39.495Z | Compiling cfg-if v1.0.0 |
1505 | 2024-10-30T22:43:39.731Z | Compiling typenum v1.17.0 |
1506 | 2024-10-30T22:43:39.752Z | Compiling memchr v2.7.4 |
1507 | 2024-10-30T22:43:40.283Z | Compiling generic-array v0.14.7 |
1508 | 2024-10-30T22:43:40.465Z | Compiling lock_api v0.4.12 |
1509 | 2024-10-30T22:43:40.563Z | Compiling shlex v1.3.0 |
1510 | 2024-10-30T22:43:40.563Z | Compiling parking_lot_core v0.9.10 |
1511 | 2024-10-30T22:43:40.765Z | Compiling serde_json v1.0.128 |
1512 | 2024-10-30T22:43:40.944Z | Compiling once_cell v1.20.2 |
1513 | 2024-10-30T22:43:40.982Z | Compiling libm v0.2.8 |
1514 | 2024-10-30T22:43:41.080Z | Compiling thiserror v1.0.64 |
1515 | 2024-10-30T22:43:41.155Z | Compiling num-traits v0.2.19 |
1516 | 2024-10-30T22:43:41.307Z | Compiling quote v1.0.37 |
1517 | 2024-10-30T22:43:41.324Z | Compiling value-bag v1.9.0 |
1518 | 2024-10-30T22:43:41.454Z | Compiling itoa v1.0.11 |
1519 | 2024-10-30T22:43:41.605Z | Compiling getrandom v0.2.15 |
1520 | 2024-10-30T22:43:41.742Z | Compiling syn v2.0.79 |
1521 | 2024-10-30T22:43:41.850Z | Compiling jobserver v0.1.32 |
1522 | 2024-10-30T22:43:41.892Z | Compiling log v0.4.22 |
1523 | 2024-10-30T22:43:41.942Z | Compiling slab v0.4.9 |
1524 | 2024-10-30T22:43:42.064Z | Compiling scopeguard v1.2.0 |
1525 | 2024-10-30T22:43:42.175Z | Compiling cc v1.1.30 |
1526 | 2024-10-30T22:43:42.232Z | Compiling rand_core v0.6.4 |
1527 | 2024-10-30T22:43:42.321Z | Compiling byteorder v1.5.0 |
1528 | 2024-10-30T22:43:42.805Z | Compiling subtle v2.6.1 |
1529 | 2024-10-30T22:43:43.105Z | Compiling allocator-api2 v0.2.18 |
1530 | 2024-10-30T22:43:43.458Z | Compiling semver v1.0.23 |
1531 | 2024-10-30T22:43:43.901Z | Compiling ryu v1.0.18 |
1532 | 2024-10-30T22:43:43.920Z | Compiling const-oid v0.9.6 |
1533 | 2024-10-30T22:43:44.040Z | Compiling pin-project-lite v0.2.14 |
1534 | 2024-10-30T22:43:44.059Z | Compiling smallvec v1.13.2 |
1535 | 2024-10-30T22:43:44.164Z | Compiling foldhash v0.1.3 |
1536 | 2024-10-30T22:43:44.181Z | Compiling equivalent v1.0.1 |
1537 | 2024-10-30T22:43:44.230Z | Compiling httparse v1.9.5 |
1538 | 2024-10-30T22:43:44.354Z | Compiling hashbrown v0.15.0 |
1539 | 2024-10-30T22:43:44.471Z | Compiling schemars v0.8.21 |
1540 | 2024-10-30T22:43:44.865Z | Compiling signal-hook-registry v1.4.2 |
1541 | 2024-10-30T22:43:45.114Z | Compiling heck v0.5.0 |
1542 | 2024-10-30T22:43:45.177Z | Compiling parking_lot v0.12.3 |
1543 | 2024-10-30T22:43:45.405Z | Compiling ring v0.17.8 |
1544 | 2024-10-30T22:43:45.521Z | Compiling mio v1.0.2 |
1545 | 2024-10-30T22:43:46.301Z | Compiling crossbeam-utils v0.8.20 |
1546 | 2024-10-30T22:43:46.357Z | Compiling socket2 v0.5.7 |
1547 | 2024-10-30T22:43:46.430Z | Compiling pkg-config v0.3.31 |
1548 | 2024-10-30T22:43:47.130Z | Compiling futures-core v0.3.31 |
1549 | 2024-10-30T22:43:47.369Z | Compiling vcpkg v0.2.15 |
1550 | 2024-10-30T22:43:47.426Z | Compiling fnv v1.0.7 |
1551 | 2024-10-30T22:43:47.565Z | Compiling num-conv v0.1.0 |
1552 | 2024-10-30T22:43:47.567Z | Compiling time-core v0.1.2 |
1553 | 2024-10-30T22:43:47.854Z | Compiling time-macros v0.2.18 |
1554 | 2024-10-30T22:43:48.556Z | Compiling spin v0.9.8 |
1555 | 2024-10-30T22:43:48.932Z | Compiling openssl-sys v0.9.103 |
1556 | 2024-10-30T22:43:48.977Z | Compiling cpufeatures v0.2.14 |
1557 | 2024-10-30T22:43:49.192Z | Compiling serde_derive_internals v0.29.1 |
1558 | 2024-10-30T22:43:49.262Z | Compiling futures-sink v0.3.31 |
1559 | 2024-10-30T22:43:49.866Z | Compiling ahash v0.8.11 |
1560 | 2024-10-30T22:43:49.920Z | Compiling slog v2.7.0 |
1561 | 2024-10-30T22:43:49.992Z | Compiling syn v1.0.109 |
1562 | 2024-10-30T22:43:50.384Z | Compiling rustix v0.38.37 |
1563 | 2024-10-30T22:43:50.688Z | Compiling futures-channel v0.3.31 |
1564 | 2024-10-30T22:43:50.818Z | Compiling pin-utils v0.1.0 |
1565 | 2024-10-30T22:43:50.881Z | Compiling openssl v0.10.66 |
1566 | 2024-10-30T22:43:50.919Z | Compiling futures-task v0.3.31 |
1567 | 2024-10-30T22:43:50.983Z | Compiling tinyvec_macros v0.1.1 |
1568 | 2024-10-30T22:43:51.093Z | Compiling futures-io v0.3.31 |
1569 | 2024-10-30T22:43:51.208Z | Compiling iana-time-zone v0.1.61 |
1570 | 2024-10-30T22:43:51.234Z | Compiling ucd-trie v0.1.7 |
1571 | 2024-10-30T22:43:51.285Z | Compiling tinyvec v1.8.0 |
1572 | 2024-10-30T22:43:51.987Z | Compiling unicode-bidi v0.3.17 |
1573 | 2024-10-30T22:43:52.049Z | Compiling native-tls v0.2.12 |
1574 | 2024-10-30T22:43:52.149Z | Compiling rustls v0.23.14 |
1575 | 2024-10-30T22:43:52.530Z | Compiling base64ct v1.6.0 |
1576 | 2024-10-30T22:43:52.766Z | Compiling unicode-normalization v0.1.24 |
1577 | 2024-10-30T22:43:52.998Z | Compiling pem-rfc7468 v0.7.0 |
1578 | 2024-10-30T22:43:53.660Z | Compiling tracing-core v0.1.32 |
1579 | 2024-10-30T22:43:53.770Z | Compiling serde_derive v1.0.210 |
1580 | 2024-10-30T22:43:53.839Z | Compiling zeroize_derive v1.4.2 |
1581 | 2024-10-30T22:43:54.831Z | Compiling zerocopy-derive v0.7.35 |
1582 | 2024-10-30T22:43:55.040Z | Compiling thiserror-impl v1.0.64 |
1583 | 2024-10-30T22:43:55.092Z | Compiling zeroize v1.8.1 |
1584 | 2024-10-30T22:43:55.441Z | Compiling tokio-macros v2.4.0 |
1585 | 2024-10-30T22:43:56.640Z | Compiling futures-macro v0.3.31 |
1586 | 2024-10-30T22:43:56.760Z | Compiling zerocopy v0.7.35 |
1587 | 2024-10-30T22:43:57.399Z | Compiling crypto-common v0.1.6 |
1588 | 2024-10-30T22:43:57.714Z | Compiling tracing-attributes v0.1.27 |
1589 | 2024-10-30T22:43:58.179Z | Compiling block-buffer v0.10.4 |
1590 | 2024-10-30T22:43:58.407Z | Compiling digest v0.10.7 |
1591 | 2024-10-30T22:43:58.752Z | Compiling schemars_derive v0.8.21 |
1592 | 2024-10-30T22:43:58.783Z | Compiling der_derive v0.7.3 |
1593 | 2024-10-30T22:43:59.875Z | Compiling hmac v0.12.1 |
1594 | 2024-10-30T22:44:00.059Z | Compiling scroll_derive v0.12.0 |
1595 | 2024-10-30T22:44:00.095Z | Compiling futures-util v0.3.31 |
1596 | 2024-10-30T22:44:00.795Z | Compiling pest v2.7.14 |
1597 | 2024-10-30T22:44:01.361Z | Compiling block-padding v0.3.3 |
1598 | 2024-10-30T22:44:01.595Z | Compiling inout v0.1.3 |
1599 | 2024-10-30T22:44:01.828Z | Compiling openssl-macros v0.1.1 |
1600 | 2024-10-30T22:44:01.848Z | Compiling cipher v0.4.4 |
1601 | 2024-10-30T22:44:02.316Z | Compiling sha2 v0.10.8 |
1602 | 2024-10-30T22:44:02.519Z | Compiling ppv-lite86 v0.2.20 |
1603 | 2024-10-30T22:44:03.074Z | Compiling cookie v0.18.1 |
1604 | 2024-10-30T22:44:03.397Z | Compiling pest_meta v2.7.14 |
1605 | 2024-10-30T22:44:03.416Z | Compiling usdt-impl v0.5.0 |
1606 | 2024-10-30T22:44:03.696Z | Compiling dyn-clone v1.0.17 |
1607 | 2024-10-30T22:44:03.787Z | Compiling anyhow v1.0.89 |
1608 | 2024-10-30T22:44:03.869Z | Compiling flagset v0.4.6 |
1609 | 2024-10-30T22:44:04.273Z | Compiling der v0.7.9 |
1610 | 2024-10-30T22:44:04.311Z | Compiling rand_chacha v0.3.1 |
1611 | 2024-10-30T22:44:05.243Z | Compiling pest_generator v2.7.14 |
1612 | 2024-10-30T22:44:05.708Z | Compiling scroll v0.12.0 |
1613 | 2024-10-30T22:44:05.946Z | Compiling bytes v1.7.2 |
1614 | 2024-10-30T22:44:06.216Z | Compiling indexmap v2.6.0 |
1615 | 2024-10-30T22:44:07.066Z | Compiling tokio v1.40.0 |
1616 | 2024-10-30T22:44:07.173Z | Compiling http v1.1.0 |
1617 | 2024-10-30T22:44:07.554Z | Compiling serde_tokenstream v0.2.2 |
1618 | 2024-10-30T22:44:07.703Z | Compiling rustc_version v0.4.1 |
1619 | 2024-10-30T22:44:08.126Z | Compiling uuid v1.10.0 |
1620 | 2024-10-30T22:44:08.304Z | Compiling bitflags v2.6.0 |
1621 | 2024-10-30T22:44:08.761Z | Compiling chrono v0.4.38 |
1622 | 2024-10-30T22:44:09.376Z | Compiling serde_spanned v0.6.8 |
1623 | 2024-10-30T22:44:09.598Z | Compiling toml_datetime v0.6.8 |
1624 | 2024-10-30T22:44:10.008Z | Compiling pest_derive v2.7.14 |
1625 | 2024-10-30T22:44:10.765Z | Compiling tracing v0.1.40 |
1626 | 2024-10-30T22:44:12.699Z | Compiling async-trait v0.1.83 |
1627 | 2024-10-30T22:44:14.176Z | Compiling aho-corasick v1.1.3 |
1628 | 2024-10-30T22:44:14.960Z | Compiling percent-encoding v2.3.1 |
1629 | 2024-10-30T22:44:15.053Z | Compiling camino v1.1.9 |
1630 | 2024-10-30T22:44:15.284Z | Compiling regex-syntax v0.8.5 |
1631 | 2024-10-30T22:44:15.475Z | Compiling plain v0.2.3 |
1632 | 2024-10-30T22:44:15.612Z | Compiling rayon-core v1.12.1 |
1633 | 2024-10-30T22:44:15.645Z | Compiling rustls-pki-types v1.9.0 |
1634 | 2024-10-30T22:44:15.904Z | Compiling goblin v0.8.2 |
1635 | 2024-10-30T22:44:16.638Z | Compiling tokio-util v0.7.12 |
1636 | 2024-10-30T22:44:17.934Z | Compiling spki v0.7.3 |
1637 | 2024-10-30T22:44:18.212Z | Compiling rand v0.8.5 |
1638 | 2024-10-30T22:44:18.286Z | Compiling salsa20 v0.10.2 |
1639 | 2024-10-30T22:44:18.321Z | Compiling pbkdf2 v0.12.2 |
1640 | 2024-10-30T22:44:18.872Z | Compiling winnow v0.5.40 |
1641 | 2024-10-30T22:44:19.460Z | Compiling regex-automata v0.4.8 |
1642 | 2024-10-30T22:44:19.614Z | Compiling rustls v0.22.4 |
1643 | 2024-10-30T22:44:19.901Z | Compiling powerfmt v0.2.0 |
1644 | 2024-10-30T22:44:20.286Z | Compiling untrusted v0.9.0 |
1645 | 2024-10-30T22:44:20.959Z | Compiling pretty-hex v0.4.1 |
1646 | 2024-10-30T22:44:21.187Z | Compiling deranged v0.3.11 |
1647 | 2024-10-30T22:44:21.842Z | Compiling dof v0.3.0 |
1648 | 2024-10-30T22:44:22.756Z | Compiling toml_edit v0.19.15 |
1649 | 2024-10-30T22:44:23.772Z | Compiling scrypt v0.11.0 |
1650 | 2024-10-30T22:44:24.278Z | Compiling dtrace-parser v0.2.0 |
1651 | 2024-10-30T22:44:24.472Z | Compiling cbc v0.1.2 |
1652 | 2024-10-30T22:44:24.541Z | Compiling aes v0.8.4 |
1653 | 2024-10-30T22:44:24.609Z | Compiling thread-id v4.2.2 |
1654 | 2024-10-30T22:44:24.696Z | Compiling num_threads v0.1.7 |
1655 | 2024-10-30T22:44:24.732Z | Compiling rustversion v1.0.17 |
1656 | 2024-10-30T22:44:24.834Z | Compiling atomic-waker v1.1.2 |
1657 | 2024-10-30T22:44:25.404Z | Compiling pkcs5 v0.7.1 |
1658 | 2024-10-30T22:44:26.251Z | Compiling time v0.3.36 |
1659 | 2024-10-30T22:44:27.043Z | Compiling rustls-webpki v0.102.8 |
1660 | 2024-10-30T22:44:27.988Z | Compiling form_urlencoded v1.2.1 |
1661 | 2024-10-30T22:44:28.318Z | Compiling http-body v1.0.1 |
1662 | 2024-10-30T22:44:28.566Z | Compiling heapless v0.7.17 |
1663 | 2024-10-30T22:44:29.092Z | Compiling multer v3.1.0 |
1664 | 2024-10-30T22:44:29.187Z | Compiling slog-async v2.8.0 |
1665 | 2024-10-30T22:44:29.375Z | Compiling signal-hook v0.3.17 |
1666 | 2024-10-30T22:44:29.872Z | Compiling try-lock v0.2.5 |
1667 | 2024-10-30T22:44:30.023Z | Compiling want v0.3.1 |
1668 | 2024-10-30T22:44:30.275Z | Compiling pkcs8 v0.10.2 |
1669 | 2024-10-30T22:44:30.914Z | Compiling h2 v0.4.6 |
1670 | 2024-10-30T22:44:31.594Z | Compiling regex v1.11.0 |
1671 | 2024-10-30T22:44:32.549Z | Compiling strsim v0.11.1 |
1672 | 2024-10-30T22:44:32.730Z | Compiling httpdate v1.0.3 |
1673 | 2024-10-30T22:44:32.830Z | Compiling paste v1.0.15 |
1674 | 2024-10-30T22:44:34.350Z | Compiling usdt-macro v0.5.0 |
1675 | 2024-10-30T22:44:34.412Z | Compiling usdt-attr-macro v0.5.0 |
1676 | 2024-10-30T22:44:35.078Z | Compiling curve25519-dalek v4.1.3 |
1677 | 2024-10-30T22:44:35.479Z | Compiling openapiv3 v2.0.0 |
1678 | 2024-10-30T22:44:35.671Z | Compiling async-stream-impl v0.3.6 |
1679 | 2024-10-30T22:44:35.878Z | Compiling enum-as-inner v0.6.1 |
1680 | 2024-10-30T22:44:36.897Z | Compiling idna v0.5.0 |
1681 | 2024-10-30T22:44:37.064Z | Compiling errno v0.3.9 |
1682 | 2024-10-30T22:44:37.336Z | Compiling dropshot v0.12.0 |
1683 | 2024-10-30T22:44:37.649Z | Compiling match_cfg v0.1.0 |
1684 | 2024-10-30T22:44:37.752Z | Compiling smoltcp v0.9.1 |
1685 | 2024-10-30T22:44:38.174Z | Compiling hyper v1.4.1 |
1686 | 2024-10-30T22:44:38.303Z | Compiling foreign-types-shared v0.1.1 |
1687 | 2024-10-30T22:44:38.399Z | Compiling adler2 v2.0.0 |
1688 | 2024-10-30T22:44:38.427Z | Compiling num-bigint-dig v0.8.4 |
1689 | 2024-10-30T22:44:38.665Z | Compiling tower-service v0.3.3 |
1690 | 2024-10-30T22:44:38.793Z | Compiling base64 v0.22.1 |
1691 | 2024-10-30T22:44:39.455Z | Compiling portable-atomic v1.9.0 |
1692 | 2024-10-30T22:44:39.512Z | Compiling miniz_oxide v0.8.0 |
1693 | 2024-10-30T22:44:39.693Z | Compiling foreign-types v0.3.2 |
1694 | 2024-10-30T22:44:39.796Z | Compiling url v2.5.2 |
1695 | 2024-10-30T22:44:40.336Z | Compiling hostname v0.3.1 |
1696 | 2024-10-30T22:44:40.577Z | Compiling hyper-util v0.1.9 |
1697 | 2024-10-30T22:44:43.154Z | Compiling dirs-sys-next v0.1.2 |
1698 | 2024-10-30T22:44:43.514Z | Compiling heck v0.4.1 |
1699 | 2024-10-30T22:44:43.535Z | Compiling gimli v0.31.1 |
1700 | 2024-10-30T22:44:43.619Z | Compiling siphasher v0.3.11 |
1701 | 2024-10-30T22:44:43.906Z | Compiling data-encoding v2.6.0 |
1702 | 2024-10-30T22:44:45.611Z | Compiling dirs-next v2.0.0 |
1703 | 2024-10-30T22:44:49.268Z | Compiling addr2line v0.24.2 |
1704 | 2024-10-30T22:44:50.548Z | Compiling http-body-util v0.1.2 |
1705 | 2024-10-30T22:44:51.317Z | Compiling crossbeam-epoch v0.9.18 |
1706 | 2024-10-30T22:44:51.531Z | Compiling dropshot_endpoint v0.12.0 |
1707 | 2024-10-30T22:44:51.705Z | Compiling hubpack_derive v0.1.1 |
1708 | 2024-10-30T22:44:52.022Z | Compiling signature v2.2.0 |
1709 | 2024-10-30T22:44:52.259Z | Compiling sha1 v0.10.6 |
1710 | 2024-10-30T22:44:52.520Z | Compiling zerocopy-derive v0.6.6 |
1711 | 2024-10-30T22:44:52.663Z | Compiling curve25519-dalek-derive v0.1.1 |
1712 | 2024-10-30T22:44:52.753Z | Compiling lazy_static v1.5.0 |
1713 | 2024-10-30T22:44:52.881Z | Compiling thread_local v1.1.8 |
1714 | 2024-10-30T22:44:53.395Z | Compiling object v0.36.5 |
1715 | 2024-10-30T22:44:53.972Z | Compiling fs-err v2.11.0 |
1716 | 2024-10-30T22:44:54.131Z | Compiling encoding_rs v0.8.34 |
1717 | 2024-10-30T22:44:54.257Z | Compiling ipnet v2.10.1 |
1718 | 2024-10-30T22:44:54.297Z | Compiling openssl-probe v0.1.5 |
1719 | 2024-10-30T22:44:54.601Z | Compiling utf8parse v0.2.2 |
1720 | 2024-10-30T22:44:54.761Z | Compiling anstyle v1.0.8 |
1721 | 2024-10-30T22:44:55.209Z | Compiling rustc-demangle v0.1.24 |
1722 | 2024-10-30T22:44:55.210Z | Compiling winnow v0.6.20 |
1723 | 2024-10-30T22:44:55.341Z | Compiling either v1.13.0 |
1724 | 2024-10-30T22:44:55.896Z | Compiling mime v0.3.17 |
1725 | 2024-10-30T22:44:56.409Z | Compiling unicode-properties v0.1.3 |
1726 | 2024-10-30T22:44:57.507Z | Compiling stable_deref_trait v1.2.0 |
1727 | 2024-10-30T22:44:57.519Z | Compiling stringprep v0.1.5 |
1728 | 2024-10-30T22:44:57.600Z | Compiling anstyle-parse v0.2.5 |
1729 | 2024-10-30T22:44:58.863Z | Compiling toml_edit v0.22.22 |
1730 | 2024-10-30T22:45:02.294Z | Compiling backtrace v0.3.74 |
1731 | 2024-10-30T22:45:03.138Z | Compiling crossbeam-deque v0.8.5 |
1732 | 2024-10-30T22:45:07.071Z | Compiling term v0.7.0 |
1733 | 2024-10-30T22:45:08.296Z | Compiling slog-json v2.6.1 |
1734 | 2024-10-30T22:45:09.547Z | Compiling serde_urlencoded v0.7.1 |
1735 | 2024-10-30T22:45:09.796Z | Compiling crossbeam-channel v0.5.13 |
1736 | 2024-10-30T22:45:10.077Z | Compiling rustls-pemfile v2.2.0 |
1737 | 2024-10-30T22:45:10.495Z | Compiling hashbrown v0.14.5 |
1738 | 2024-10-30T22:45:10.897Z | Compiling futures-executor v0.3.31 |
1739 | 2024-10-30T22:45:11.813Z | Compiling md-5 v0.10.6 |
1740 | 2024-10-30T22:45:11.865Z | Compiling idna v0.4.0 |
1741 | 2024-10-30T22:45:11.894Z | Compiling idna v0.3.0 |
1742 | 2024-10-30T22:45:12.047Z | Compiling num-integer v0.1.46 |
1743 | 2024-10-30T22:45:12.846Z | Compiling ff v0.13.0 |
1744 | 2024-10-30T22:45:12.929Z | Compiling hash32 v0.2.1 |
1745 | 2024-10-30T22:45:13.083Z | Compiling is-terminal v0.4.13 |
1746 | 2024-10-30T22:45:13.222Z | Compiling memmap v0.7.0 |
1747 | 2024-10-30T22:45:13.301Z | Compiling take_mut v0.2.2 |
1748 | 2024-10-30T22:45:13.465Z | Compiling psl-types v2.0.11 |
1749 | 2024-10-30T22:45:14.151Z | Compiling colorchoice v1.0.2 |
1750 | 2024-10-30T22:45:14.307Z | Compiling utf-8 v0.7.6 |
1751 | 2024-10-30T22:45:14.553Z | Compiling fallible-iterator v0.2.0 |
1752 | 2024-10-30T22:45:14.611Z | Compiling is_terminal_polyfill v1.70.1 |
1753 | 2024-10-30T22:45:14.743Z | Compiling quick-error v1.2.3 |
1754 | 2024-10-30T22:45:15.101Z | Compiling anstyle-query v1.1.1 |
1755 | 2024-10-30T22:45:15.258Z | Compiling linked-hash-map v0.5.6 |
1756 | 2024-10-30T22:45:15.636Z | Compiling base16ct v0.2.0 |
1757 | 2024-10-30T22:45:15.915Z | Compiling sec1 v0.7.3 |
1758 | 2024-10-30T22:45:16.003Z | Compiling lru-cache v0.1.2 |
1759 | 2024-10-30T22:45:16.211Z | Compiling anstream v0.6.15 |
1760 | 2024-10-30T22:45:16.461Z | Compiling postgres-protocol v0.6.7 |
1761 | 2024-10-30T22:45:16.487Z | Compiling resolv-conf v0.7.0 |
1762 | 2024-10-30T22:45:16.847Z | Compiling tungstenite v0.24.0 |
1763 | 2024-10-30T22:45:18.349Z | Compiling publicsuffix v2.2.3 |
1764 | 2024-10-30T22:45:18.721Z | Compiling usdt v0.5.0 |
1765 | 2024-10-30T22:45:18.821Z | Compiling slog-term v2.9.1 |
1766 | 2024-10-30T22:45:19.202Z | Compiling group v0.13.0 |
1767 | 2024-10-30T22:45:19.596Z | Compiling hickory-proto v0.24.1 |
1768 | 2024-10-30T22:45:19.859Z | Compiling num-iter v0.1.45 |
1769 | 2024-10-30T22:45:20.997Z | Compiling regress v0.10.1 |
1770 | 2024-10-30T22:45:21.277Z | Compiling futures v0.3.31 |
1771 | 2024-10-30T22:45:24.493Z | Compiling slog-bunyan v2.5.0 |
1772 | 2024-10-30T22:45:24.703Z | Compiling tokio-rustls v0.25.0 |
1773 | 2024-10-30T22:45:24.932Z | Compiling tokio-rustls v0.26.0 |
1774 | 2024-10-30T22:45:25.143Z | Compiling toml v0.8.19 |
1775 | 2024-10-30T22:45:25.403Z | Compiling tokio-native-tls v0.3.1 |
1776 | 2024-10-30T22:45:25.553Z | Compiling terminal_size v0.4.0 |
1777 | 2024-10-30T22:45:25.691Z | Compiling phf_shared v0.11.2 |
1778 | 2024-10-30T22:45:25.764Z | Compiling strum_macros v0.25.3 |
1779 | 2024-10-30T22:45:26.270Z | Compiling async-stream v0.3.6 |
1780 | 2024-10-30T22:45:26.668Z | Compiling waitgroup v0.1.2 |
1781 | 2024-10-30T22:45:27.247Z | Compiling webpki-roots v0.26.6 |
1782 | 2024-10-30T22:45:27.606Z | Compiling serde_path_to_error v0.1.16 |
1783 | 2024-10-30T22:45:28.099Z | Compiling hkdf v0.12.4 |
1784 | 2024-10-30T22:45:28.120Z | Compiling crypto-bigint v0.5.5 |
1785 | 2024-10-30T22:45:28.367Z | Compiling derive-where v1.2.7 |
1786 | 2024-10-30T22:45:28.407Z | Compiling serde_repr v0.1.19 |
1787 | 2024-10-30T22:45:29.141Z | Compiling clap_derive v4.5.18 |
1788 | 2024-10-30T22:45:29.608Z | Compiling hostname v0.4.0 |
1789 | 2024-10-30T22:45:29.841Z | Compiling unicode-width v0.1.14 |
1790 | 2024-10-30T22:45:30.360Z | Compiling managed v0.8.0 |
1791 | 2024-10-30T22:45:30.910Z | Compiling debug-ignore v1.0.5 |
1792 | 2024-10-30T22:45:31.511Z | Compiling clap_lex v0.7.2 |
1793 | 2024-10-30T22:45:31.616Z | Compiling bitflags v1.3.2 |
1794 | 2024-10-30T22:45:31.932Z | Compiling clap_builder v4.5.20 |
1795 | 2024-10-30T22:45:32.172Z | Compiling elliptic-curve v0.13.8 |
1796 | 2024-10-30T22:45:32.936Z | Compiling console v0.15.8 |
1797 | 2024-10-30T22:45:34.173Z | Compiling hyper-rustls v0.27.3 |
1798 | 2024-10-30T22:45:37.031Z | Compiling phf v0.11.2 |
1799 | 2024-10-30T22:45:37.334Z | Compiling hyper-tls v0.6.0 |
1800 | 2024-10-30T22:45:37.724Z | Compiling hickory-resolver v0.24.1 |
1801 | 2024-10-30T22:45:37.726Z | Compiling signal-hook-mio v0.2.4 |
1802 | 2024-10-30T22:45:37.810Z | Compiling typify-impl v0.2.0 |
1803 | 2024-10-30T22:45:37.899Z | Compiling rayon v1.10.0 |
1804 | 2024-10-30T22:45:38.789Z | Compiling cookie_store v0.21.0 |
1805 | 2024-10-30T22:45:40.144Z | Compiling tokio-tungstenite v0.24.0 |
1806 | 2024-10-30T22:45:40.222Z | Compiling postgres-types v0.2.8 |
1807 | 2024-10-30T22:45:40.846Z | Compiling zerocopy v0.6.6 |
1808 | 2024-10-30T22:45:41.521Z | Compiling hubpack v0.1.2 |
1809 | 2024-10-30T22:45:41.754Z | Compiling ed25519 v2.2.3 |
1810 | 2024-10-30T22:45:41.932Z | Compiling phf_shared v0.10.0 |
1811 | 2024-10-30T22:45:42.207Z | Compiling pkcs1 v0.7.5 |
1812 | 2024-10-30T22:45:42.302Z | Compiling bstr v1.10.0 |
1813 | 2024-10-30T22:45:42.923Z | Compiling tokio-stream v0.1.16 |
1814 | 2024-10-30T22:45:43.042Z | Compiling serde-big-array v0.5.1 |
1815 | 2024-10-30T22:45:43.291Z | Compiling rfc6979 v0.4.0 |
1816 | 2024-10-30T22:45:43.309Z | Compiling float-cmp v0.9.0 |
1817 | 2024-10-30T22:45:43.486Z | Compiling sync_wrapper v1.0.1 |
1818 | 2024-10-30T22:45:43.539Z | Compiling crc32fast v1.4.2 |
1819 | 2024-10-30T22:45:43.652Z | Compiling number_prefix v0.4.0 |
1820 | 2024-10-30T22:45:43.739Z | Compiling minimal-lexical v0.2.1 |
1821 | 2024-10-30T22:45:43.835Z | Compiling whoami v1.5.2 |
1822 | 2024-10-30T22:45:43.838Z | Compiling predicates-core v1.0.8 |
1823 | 2024-10-30T22:45:43.888Z | Compiling precomputed-hash v0.1.1 |
1824 | 2024-10-30T22:45:44.013Z | Compiling unicode-segmentation v1.12.0 |
1825 | 2024-10-30T22:45:44.193Z | Compiling bit-vec v0.6.3 |
1826 | 2024-10-30T22:45:44.375Z | Compiling new_debug_unreachable v1.0.6 |
1827 | 2024-10-30T22:45:44.627Z | Compiling fixedbitset v0.4.2 |
1828 | 2024-10-30T22:45:44.837Z | Compiling static_assertions v1.1.0 |
1829 | 2024-10-30T22:45:44.857Z | Compiling difflib v0.4.0 |
1830 | 2024-10-30T22:45:44.947Z | Compiling normalize-line-endings v0.3.0 |
1831 | 2024-10-30T22:45:45.048Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1832 | 2024-10-30T22:45:45.068Z | Compiling petgraph v0.6.5 |
1833 | 2024-10-30T22:45:46.029Z | Compiling predicates v3.1.2 |
1834 | 2024-10-30T22:45:46.700Z | Compiling similar v2.6.0 |
1835 | 2024-10-30T22:45:47.474Z | Compiling bit-set v0.5.3 |
1836 | 2024-10-30T22:45:47.787Z | Compiling string_cache v0.8.7 |
1837 | 2024-10-30T22:45:48.212Z | Compiling tokio-postgres v0.7.12 |
1838 | 2024-10-30T22:45:48.774Z | Compiling nom v7.1.3 |
1839 | 2024-10-30T22:45:48.792Z | Compiling typify-macro v0.2.0 |
1840 | 2024-10-30T22:45:49.011Z | Compiling indicatif v0.17.8 |
1841 | 2024-10-30T22:45:50.711Z | Compiling qorb v0.1.2 |
1842 | 2024-10-30T22:45:51.678Z | Compiling flate2 v1.0.34 |
1843 | 2024-10-30T22:45:52.380Z | Compiling reqwest v0.12.8 |
1844 | 2024-10-30T22:45:52.446Z | Compiling ecdsa v0.16.9 |
1845 | 2024-10-30T22:45:53.287Z | Compiling rsa v0.9.6 |
1846 | 2024-10-30T22:45:53.607Z | Compiling ed25519-dalek v2.1.1 |
1847 | 2024-10-30T22:45:54.149Z | Compiling crossterm v0.28.1 |
1848 | 2024-10-30T22:45:54.413Z | Compiling clap v4.5.20 |
1849 | 2024-10-30T22:45:55.876Z | Compiling itertools v0.10.5 |
1850 | 2024-10-30T22:45:56.556Z | Compiling itertools v0.12.1 |
1851 | 2024-10-30T22:45:57.384Z | Compiling toml v0.7.8 |
1852 | 2024-10-30T22:45:57.444Z | Compiling x509-cert v0.2.5 |
1853 | 2024-10-30T22:45:58.776Z | Compiling hex v0.4.3 |
1854 | 2024-10-30T22:45:59.416Z | Compiling unicode-xid v0.2.6 |
1855 | 2024-10-30T22:46:00.017Z | Compiling peg-runtime v0.8.3 |
1856 | 2024-10-30T22:46:00.307Z | Compiling lalrpop-util v0.19.12 |
1857 | 2024-10-30T22:46:01.786Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1858 | 2024-10-30T22:46:03.596Z | Compiling proc-macro-crate v1.3.1 |
1859 | 2024-10-30T22:46:04.435Z | Compiling ipnetwork v0.20.0 |
1860 | 2024-10-30T22:46:06.427Z | Compiling heapless v0.8.0 |
1861 | 2024-10-30T22:46:07.240Z | Compiling num_enum_derive v0.5.11 |
1862 | 2024-10-30T22:46:12.163Z | Compiling hash32 v0.3.1 |
1863 | 2024-10-30T22:46:13.588Z | Compiling ident_case v1.0.1 |
1864 | 2024-10-30T22:46:14.010Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1865 | 2024-10-30T22:46:16.421Z | Compiling smoltcp v0.11.0 |
1866 | 2024-10-30T22:46:19.987Z | Compiling darling_core v0.20.10 |
1867 | 2024-10-30T22:46:30.526Z | Compiling num_enum v0.5.11 |
1868 | 2024-10-30T22:46:31.237Z | Compiling typify v0.2.0 |
1869 | 2024-10-30T22:46:33.439Z | Compiling proc-macro-error-attr v1.0.4 |
1870 | 2024-10-30T22:46:34.197Z | Compiling cobs v0.2.3 |
1871 | 2024-10-30T22:46:34.648Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1872 | 2024-10-30T22:46:35.677Z | Compiling unsafe-libyaml v0.2.11 |
1873 | 2024-10-30T22:46:37.340Z | Compiling serde_yaml v0.9.34+deprecated |
1874 | 2024-10-30T22:46:38.865Z | Compiling postcard v1.0.10 |
1875 | 2024-10-30T22:46:44.754Z | Compiling progenitor-impl v0.8.0 |
1876 | 2024-10-30T22:46:49.026Z | Compiling darling_macro v0.20.10 |
1877 | 2024-10-30T22:46:59.855Z | Compiling strum_macros v0.26.4 |
1878 | 2024-10-30T22:47:00.994Z | Compiling structmeta-derive v0.3.0 |
1879 | 2024-10-30T22:47:01.482Z | Compiling foreign-types-macros v0.2.3 |
1880 | 2024-10-30T22:47:02.161Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1881 | 2024-10-30T22:47:02.489Z | Compiling proc-macro-error v1.0.4 |
1882 | 2024-10-30T22:47:02.670Z | Compiling foreign-types-shared v0.3.1 |
1883 | 2024-10-30T22:47:03.471Z | Compiling newtype-uuid v1.1.2 |
1884 | 2024-10-30T22:47:04.110Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1885 | 2024-10-30T22:47:04.701Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1886 | 2024-10-30T22:47:04.975Z | Compiling strum v0.26.3 |
1887 | 2024-10-30T22:47:07.553Z | Compiling structmeta v0.3.0 |
1888 | 2024-10-30T22:47:09.792Z | Compiling foreign-types v0.5.0 |
1889 | 2024-10-30T22:47:12.451Z | Compiling progenitor-macro v0.8.0 |
1890 | 2024-10-30T22:47:14.618Z | Compiling darling v0.20.10 |
1891 | 2024-10-30T22:47:18.025Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1892 | 2024-10-30T22:47:18.246Z | Compiling progenitor-client v0.8.0 |
1893 | 2024-10-30T22:47:21.706Z | Compiling tabwriter v1.4.0 |
1894 | 2024-10-30T22:47:22.432Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1895 | 2024-10-30T22:47:22.985Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1896 | 2024-10-30T22:47:23.031Z | Compiling cstr-argument v0.1.2 |
1897 | 2024-10-30T22:47:23.327Z | Compiling pretty-hex v0.2.1 |
1898 | 2024-10-30T22:47:23.537Z | Compiling fastrand v2.1.1 |
1899 | 2024-10-30T22:47:23.669Z | Compiling crucible-workspace-hack v0.1.0 |
1900 | 2024-10-30T22:47:23.818Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1901 | 2024-10-30T22:47:24.006Z | Compiling tempfile v3.13.0 |
1902 | 2024-10-30T22:47:24.183Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1903 | 2024-10-30T22:47:24.407Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1904 | 2024-10-30T22:47:24.468Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1905 | 2024-10-30T22:47:24.653Z | Compiling serde_with_macros v3.11.0 |
1906 | 2024-10-30T22:47:25.266Z | Compiling parse-display-derive v0.10.0 |
1907 | 2024-10-30T22:47:25.604Z | Compiling colored v2.1.0 |
1908 | 2024-10-30T22:47:25.729Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1909 | 2024-10-30T22:47:26.019Z | Compiling progenitor v0.8.0 |
1910 | 2024-10-30T22:47:26.241Z | Compiling instant v0.1.13 |
1911 | 2024-10-30T22:47:26.417Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1912 | 2024-10-30T22:47:26.436Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1913 | 2024-10-30T22:47:26.653Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1914 | 2024-10-30T22:47:26.787Z | Compiling backoff v0.4.0 |
1915 | 2024-10-30T22:47:26.837Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1916 | 2024-10-30T22:47:27.021Z | Compiling serde_with v3.11.0 |
1917 | 2024-10-30T22:47:28.951Z | Compiling parse-display v0.10.0 |
1918 | 2024-10-30T22:47:29.677Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1919 | 2024-10-30T22:47:30.254Z | Compiling zone_cfg_derive v0.3.0 |
1920 | 2024-10-30T22:47:30.866Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1921 | 2024-10-30T22:47:31.450Z | Compiling camino-tempfile v1.1.1 |
1922 | 2024-10-30T22:47:31.601Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1923 | 2024-10-30T22:47:31.696Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1924 | 2024-10-30T22:47:31.891Z | Compiling regress v0.9.1 |
1925 | 2024-10-30T22:47:32.106Z | Compiling macaddr v1.0.1 |
1926 | 2024-10-30T22:47:32.210Z | Compiling num-derive v0.4.2 |
1927 | 2024-10-30T22:47:32.718Z | Compiling sigpipe v0.1.3 |
1928 | 2024-10-30T22:47:32.853Z | Compiling libefi-sys v0.1.0 |
1929 | 2024-10-30T22:47:32.881Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1930 | 2024-10-30T22:47:33.236Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1931 | 2024-10-30T22:47:33.261Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1932 | 2024-10-30T22:47:33.825Z | Compiling zone v0.3.0 |
1933 | 2024-10-30T22:47:34.385Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1934 | 2024-10-30T22:47:35.966Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1935 | 2024-10-30T22:47:36.389Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1936 | 2024-10-30T22:47:36.494Z | Compiling smf v0.2.3 |
1937 | 2024-10-30T22:47:37.002Z | Compiling bitfield-struct v0.6.2 |
1938 | 2024-10-30T22:47:38.313Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1939 | 2024-10-30T22:47:38.726Z | Compiling blake3 v1.5.4 |
1940 | 2024-10-30T22:47:38.982Z | Compiling ring v0.16.20 |
1941 | 2024-10-30T22:47:40.319Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1942 | 2024-10-30T22:47:40.438Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1943 | 2024-10-30T22:47:40.761Z | Compiling xattr v1.3.1 |
1944 | 2024-10-30T22:47:41.099Z | Compiling filetime v0.2.25 |
1945 | 2024-10-30T22:47:41.102Z | Compiling memmap2 v0.9.5 |
1946 | 2024-10-30T22:47:41.491Z | Compiling constant_time_eq v0.3.1 |
1947 | 2024-10-30T22:47:41.583Z | Compiling spin v0.5.2 |
1948 | 2024-10-30T22:47:41.665Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1949 | 2024-10-30T22:47:41.686Z | Compiling arrayref v0.3.9 |
1950 | 2024-10-30T22:47:41.796Z | Compiling arrayvec v0.7.6 |
1951 | 2024-10-30T22:47:41.799Z | Compiling same-file v1.0.6 |
1952 | 2024-10-30T22:47:41.851Z | Compiling untrusted v0.7.1 |
1953 | 2024-10-30T22:47:42.051Z | Compiling walkdir v2.5.0 |
1954 | 2024-10-30T22:47:42.101Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1955 | 2024-10-30T22:47:42.310Z | Compiling tar v0.4.42 |
1956 | 2024-10-30T22:47:43.684Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1957 | 2024-10-30T22:47:44.104Z | Compiling gethostname v0.5.0 |
1958 | 2024-10-30T22:47:44.311Z | Compiling cargo-platform v0.1.8 |
1959 | 2024-10-30T22:47:44.469Z | Compiling topological-sort v0.2.2 |
1960 | 2024-10-30T22:47:44.745Z | Compiling cargo_metadata v0.18.1 |
1961 | 2024-10-30T22:47:47.616Z | Compiling omicron-zone-package v0.11.1 |
1962 | 2024-10-30T22:47:51.769Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1963 | 2024-10-30T22:47:52.723Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1964 | 2024-10-30T22:47:57.162Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1965 | 2024-10-30T22:48:13.807Z | Finished `release` profile [optimized] target(s) in 4m 35s |
1966 | 2024-10-30T22:48:13.960Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1967 | 2024-10-30T22:48:14.004Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1968 | 2024-10-30T22:48:14.007Z | Created new build target 'test' and set it as active |
1969 | 2024-10-30T22:48:14.007Z | |
1970 | 2024-10-30T22:48:14.007Z | real 4:35.351685957 |
1971 | 2024-10-30T22:48:14.007Z | user 31:18.957368977 |
1972 | 2024-10-30T22:48:14.007Z | sys 3:47.546590830 |
1973 | 2024-10-30T22:48:14.007Z | trap 0.891224934 |
1974 | 2024-10-30T22:48:14.007Z | tflt 2.850117488 |
1975 | 2024-10-30T22:48:14.007Z | dflt 0.939949522 |
1976 | 2024-10-30T22:48:14.007Z | kflt 0.009025183 |
1977 | 2024-10-30T22:48:14.007Z | lock 1:08:52.810544074 |
1978 | 2024-10-30T22:48:14.007Z | slp 1:59:35.953203879 |
1979 | 2024-10-30T22:48:14.007Z | lat 2:07.388573031 |
1980 | 2024-10-30T22:48:14.007Z | stop 3:53.892882588 |
1981 | 2024-10-30T22:48:14.007Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1982 | 2024-10-30T22:48:14.921Z | Finished `release` profile [optimized] target(s) in 0.86s |
1983 | 2024-10-30T22:48:14.975Z | Running `target/release/omicron-package -t test package` |
1984 | 2024-10-30T22:48:15.016Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1985 | 2024-10-30T22:48:16.095Z | Compiling convert_case v0.4.0 |
1986 | 2024-10-30T22:48:16.095Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1987 | 2024-10-30T22:48:16.099Z | Compiling itertools v0.13.0 |
1988 | 2024-10-30T22:48:16.099Z | Compiling password-hash v0.5.0 |
1989 | 2024-10-30T22:48:16.099Z | Compiling blake2 v0.10.6 |
1990 | 2024-10-30T22:48:16.099Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1991 | 2024-10-30T22:48:16.099Z | Compiling newline-converter v0.3.0 |
1992 | 2024-10-30T22:48:16.246Z | Compiling cancel-safe-futures v0.1.5 |
1993 | 2024-10-30T22:48:16.422Z | Compiling owo-colors v4.1.0 |
1994 | 2024-10-30T22:48:16.514Z | Compiling expectorate v1.1.0 |
1995 | 2024-10-30T22:48:16.660Z | Compiling base64 v0.21.7 |
1996 | 2024-10-30T22:48:16.857Z | Compiling derive_more v0.99.18 |
1997 | 2024-10-30T22:48:17.353Z | Compiling argon2 v0.5.3 |
1998 | 2024-10-30T22:48:17.526Z | Compiling libsw v3.3.1 |
1999 | 2024-10-30T22:48:17.644Z | Compiling indent_write v2.2.0 |
2000 | 2024-10-30T22:48:17.688Z | Compiling swrite v0.1.0 |
2001 | 2024-10-30T22:48:17.824Z | Compiling linear-map v1.2.0 |
2002 | 2024-10-30T22:48:17.842Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2003 | 2024-10-30T22:48:17.883Z | Compiling progenitor-client v0.8.0 |
2004 | 2024-10-30T22:48:18.271Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2005 | 2024-10-30T22:48:18.301Z | Compiling progenitor v0.8.0 |
2006 | 2024-10-30T22:48:18.508Z | Compiling atomicwrites v0.4.4 |
2007 | 2024-10-30T22:48:18.533Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2008 | 2024-10-30T22:48:18.862Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2009 | 2024-10-30T22:48:19.012Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2010 | 2024-10-30T22:48:19.432Z | Compiling num-rational v0.4.2 |
2011 | 2024-10-30T22:48:19.648Z | Compiling num-complex v0.4.6 |
2012 | 2024-10-30T22:48:19.783Z | Compiling float-ord v0.3.2 |
2013 | 2024-10-30T22:48:19.962Z | Compiling prettyplease v0.2.22 |
2014 | 2024-10-30T22:48:20.274Z | Compiling semver v0.1.20 |
2015 | 2024-10-30T22:48:20.843Z | Compiling num v0.4.3 |
2016 | 2024-10-30T22:48:20.969Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2017 | 2024-10-30T22:48:20.986Z | Compiling rustc_version v0.1.7 |
2018 | 2024-10-30T22:48:21.390Z | Compiling newtype_derive v0.1.6 |
2019 | 2024-10-30T22:48:21.824Z | Compiling highway v1.2.0 |
2020 | 2024-10-30T22:48:21.966Z | Compiling humantime v2.1.0 |
2021 | 2024-10-30T22:48:22.963Z | Compiling home v0.5.9 |
2022 | 2024-10-30T22:48:23.004Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2023 | 2024-10-30T22:48:23.226Z | Compiling steno v0.4.1 |
2024 | 2024-10-30T22:48:25.858Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2025 | 2024-10-30T22:48:26.759Z | Compiling newtype-uuid v1.1.2 |
2026 | 2024-10-30T22:48:26.868Z | Compiling tungstenite v0.21.0 |
2027 | 2024-10-30T22:48:27.129Z | Compiling ipnetwork v0.20.0 |
2028 | 2024-10-30T22:48:27.217Z | Compiling slog-dtrace v0.3.0 |
2029 | 2024-10-30T22:48:27.531Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2030 | 2024-10-30T22:48:27.900Z | Compiling instant v0.1.13 |
2031 | 2024-10-30T22:48:28.062Z | Compiling tokio-tungstenite v0.21.0 |
2032 | 2024-10-30T22:48:28.698Z | Compiling backoff v0.4.0 |
2033 | 2024-10-30T22:48:29.060Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2034 | 2024-10-30T22:48:29.816Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2035 | 2024-10-30T22:48:30.164Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2036 | 2024-10-30T22:48:31.889Z | Compiling parse-display v0.10.0 |
2037 | 2024-10-30T22:48:32.365Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2038 | 2024-10-30T22:48:32.486Z | Compiling serde_with v3.11.0 |
2039 | 2024-10-30T22:48:32.542Z | Compiling strum v0.26.3 |
2040 | 2024-10-30T22:48:32.734Z | Compiling regress v0.9.1 |
2041 | 2024-10-30T22:48:34.196Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2042 | 2024-10-30T22:48:36.410Z | Compiling macaddr v1.0.1 |
2043 | 2024-10-30T22:48:36.866Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2044 | 2024-10-30T22:48:37.653Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2045 | 2024-10-30T22:48:38.631Z | Compiling arc-swap v1.7.1 |
2046 | 2024-10-30T22:48:39.303Z | Compiling display-error-chain v0.2.1 |
2047 | 2024-10-30T22:48:39.499Z | Compiling slog-scope v4.4.0 |
2048 | 2024-10-30T22:48:40.323Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2049 | 2024-10-30T22:48:40.418Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2050 | 2024-10-30T22:48:41.439Z | Compiling half v2.4.1 |
2051 | 2024-10-30T22:48:42.175Z | Compiling ciborium-io v0.2.2 |
2052 | 2024-10-30T22:48:42.324Z | Compiling ciborium-ll v0.2.2 |
2053 | 2024-10-30T22:48:42.861Z | Compiling slog-stdlog v4.1.1 |
2054 | 2024-10-30T22:48:43.681Z | Compiling slog-envlogger v2.2.0 |
2055 | 2024-10-30T22:48:44.948Z | Compiling ciborium v0.2.2 |
2056 | 2024-10-30T22:48:45.087Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2057 | 2024-10-30T22:48:46.451Z | Compiling same-file v1.0.6 |
2058 | 2024-10-30T22:48:46.700Z | Compiling fastrand v2.1.1 |
2059 | 2024-10-30T22:48:47.027Z | Compiling walkdir v2.5.0 |
2060 | 2024-10-30T22:48:47.247Z | Compiling tempfile v3.13.0 |
2061 | 2024-10-30T22:48:47.697Z | Compiling blake3 v1.5.4 |
2062 | 2024-10-30T22:48:48.004Z | Compiling ring v0.16.20 |
2063 | 2024-10-30T22:48:48.344Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2064 | 2024-10-30T22:48:51.279Z | Compiling xattr v1.3.1 |
2065 | 2024-10-30T22:48:51.561Z | Compiling filetime v0.2.25 |
2066 | 2024-10-30T22:48:51.868Z | Compiling memmap2 v0.9.5 |
2067 | 2024-10-30T22:48:52.291Z | Compiling arrayvec v0.7.6 |
2068 | 2024-10-30T22:48:52.739Z | Compiling keccak v0.1.5 |
2069 | 2024-10-30T22:48:53.885Z | Compiling untrusted v0.7.1 |
2070 | 2024-10-30T22:48:54.091Z | Compiling arrayref v0.3.9 |
2071 | 2024-10-30T22:48:54.209Z | Compiling spin v0.5.2 |
2072 | 2024-10-30T22:48:54.399Z | Compiling constant_time_eq v0.3.1 |
2073 | 2024-10-30T22:48:54.681Z | Compiling sha3 v0.10.8 |
2074 | 2024-10-30T22:48:55.561Z | Compiling tar v0.4.42 |
2075 | 2024-10-30T22:48:55.649Z | Compiling camino-tempfile v1.1.1 |
2076 | 2024-10-30T22:48:56.096Z | Compiling toolchain_find v0.4.0 |
2077 | 2024-10-30T22:48:56.633Z | Compiling nibble_vec v0.1.0 |
2078 | 2024-10-30T22:48:56.885Z | Compiling endian-type v0.1.2 |
2079 | 2024-10-30T22:48:57.149Z | Compiling maplit v1.0.2 |
2080 | 2024-10-30T22:48:57.282Z | Compiling glob v0.3.1 |
2081 | 2024-10-30T22:48:57.473Z | Compiling radium v0.7.0 |
2082 | 2024-10-30T22:48:57.630Z | Compiling crunchy v0.2.2 |
2083 | 2024-10-30T22:48:57.634Z | Compiling topological-sort v0.2.2 |
2084 | 2024-10-30T22:48:57.874Z | Compiling omicron-zone-package v0.11.1 |
2085 | 2024-10-30T22:48:57.941Z | Compiling radix_trie v0.2.1 |
2086 | 2024-10-30T22:48:58.057Z | Compiling clang-sys v1.8.1 |
2087 | 2024-10-30T22:48:58.113Z | Compiling rustfmt-wrapper v0.2.1 |
2088 | 2024-10-30T22:48:58.462Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2089 | 2024-10-30T22:48:58.681Z | Compiling pem v3.0.4 |
2090 | 2024-10-30T22:48:58.743Z | Compiling tap v1.0.1 |
2091 | 2024-10-30T22:48:58.898Z | Compiling maybe-uninit v2.0.0 |
2092 | 2024-10-30T22:48:58.957Z | Compiling tiny-keccak v2.0.2 |
2093 | 2024-10-30T22:48:59.302Z | Compiling wyz v0.5.1 |
2094 | 2024-10-30T22:48:59.763Z | Compiling dsl_auto_type v0.1.2 |
2095 | 2024-10-30T22:48:59.824Z | Compiling scheduled-thread-pool v0.2.7 |
2096 | 2024-10-30T22:49:00.111Z | Compiling secrecy v0.8.0 |
2097 | 2024-10-30T22:49:00.160Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2098 | 2024-10-30T22:49:00.408Z | Compiling diesel_table_macro_syntax v0.2.0 |
2099 | 2024-10-30T22:49:00.626Z | Compiling funty v2.0.0 |
2100 | 2024-10-30T22:49:00.781Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2101 | 2024-10-30T22:49:01.013Z | Compiling packed_struct v0.10.1 |
2102 | 2024-10-30T22:49:01.032Z | Compiling crc-catalog v2.4.0 |
2103 | 2024-10-30T22:49:01.135Z | Compiling diesel_derives v2.2.3 |
2104 | 2024-10-30T22:49:01.189Z | Compiling crc v3.2.1 |
2105 | 2024-10-30T22:49:02.735Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2106 | 2024-10-30T22:49:02.918Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2107 | 2024-10-30T22:49:02.998Z | Compiling bitvec v1.0.1 |
2108 | 2024-10-30T22:49:03.158Z | Compiling r2d2 v0.8.10 |
2109 | 2024-10-30T22:49:03.666Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2110 | 2024-10-30T22:49:03.756Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2111 | 2024-10-30T22:49:07.234Z | Compiling ascii-canvas v3.0.0 |
2112 | 2024-10-30T22:49:07.692Z | Compiling universal-hash v0.5.1 |
2113 | 2024-10-30T22:49:07.944Z | Compiling packed_struct_codegen v0.10.1 |
2114 | 2024-10-30T22:49:08.037Z | Compiling thiserror-impl-no-std v2.0.2 |
2115 | 2024-10-30T22:49:10.312Z | Compiling lzma-sys v0.1.20 |
2116 | 2024-10-30T22:49:10.758Z | Compiling ena v0.14.3 |
2117 | 2024-10-30T22:49:11.014Z | Compiling libloading v0.8.5 |
2118 | 2024-10-30T22:49:11.069Z | Compiling indexmap v1.9.3 |
2119 | 2024-10-30T22:49:11.410Z | Compiling opaque-debug v0.3.1 |
2120 | 2024-10-30T22:49:11.413Z | Compiling diff v0.1.13 |
2121 | 2024-10-30T22:49:11.527Z | Compiling regex-syntax v0.6.29 |
2122 | 2024-10-30T22:49:11.625Z | Compiling nodrop v0.1.14 |
2123 | 2024-10-30T22:49:11.761Z | Compiling bindgen v0.69.5 |
2124 | 2024-10-30T22:49:11.920Z | Compiling array-init v0.0.4 |
2125 | 2024-10-30T22:49:12.255Z | Compiling diesel v2.2.4 |
2126 | 2024-10-30T22:49:13.078Z | Compiling poly1305 v0.8.0 |
2127 | 2024-10-30T22:49:16.663Z | Compiling lalrpop v0.19.12 |
2128 | 2024-10-30T22:49:20.221Z | Compiling thiserror-no-std v2.0.2 |
2129 | 2024-10-30T22:49:24.548Z | Compiling smallvec v0.6.14 |
2130 | 2024-10-30T22:49:25.066Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2131 | 2024-10-30T22:49:25.202Z | Compiling which v4.4.2 |
2132 | 2024-10-30T22:49:25.756Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2133 | 2024-10-30T22:49:26.059Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2134 | 2024-10-30T22:49:26.082Z | Compiling chacha20 v0.9.1 |
2135 | 2024-10-30T22:49:26.294Z | Compiling heck v0.3.3 |
2136 | 2024-10-30T22:49:26.578Z | Compiling cexpr v0.6.0 |
2137 | 2024-10-30T22:49:26.654Z | Compiling aead v0.5.2 |
2138 | 2024-10-30T22:49:27.024Z | Compiling lazycell v1.3.0 |
2139 | 2024-10-30T22:49:27.214Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2140 | 2024-10-30T22:49:27.529Z | Compiling hashbrown v0.12.3 |
2141 | 2024-10-30T22:49:28.096Z | Compiling termcolor v1.4.1 |
2142 | 2024-10-30T22:49:28.945Z | Compiling ref-cast v1.0.23 |
2143 | 2024-10-30T22:49:29.232Z | Compiling rustc-hash v1.1.0 |
2144 | 2024-10-30T22:49:29.408Z | Compiling bitfield v0.14.0 |
2145 | 2024-10-30T22:49:29.723Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2146 | 2024-10-30T22:49:30.683Z | Compiling env_logger v0.10.2 |
2147 | 2024-10-30T22:49:33.915Z | Compiling chacha20poly1305 v0.10.1 |
2148 | 2024-10-30T22:49:34.161Z | Compiling zone_cfg_derive v0.1.2 |
2149 | 2024-10-30T22:49:35.520Z | Compiling serde-hex v0.1.0 |
2150 | 2024-10-30T22:49:40.380Z | Compiling polar-core v0.27.3 |
2151 | 2024-10-30T22:49:40.847Z | Compiling bzip2 v0.4.4 |
2152 | 2024-10-30T22:49:41.345Z | Compiling vsss-rs v3.3.4 |
2153 | 2024-10-30T22:49:41.817Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2154 | 2024-10-30T22:49:42.171Z | Compiling ron v0.8.1 |
2155 | 2024-10-30T22:49:42.483Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2156 | 2024-10-30T22:49:42.803Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2157 | 2024-10-30T22:49:43.449Z | Compiling derive_builder_core v0.20.2 |
2158 | 2024-10-30T22:49:45.519Z | Compiling hashbrown v0.13.2 |
2159 | 2024-10-30T22:49:45.693Z | Compiling headers-core v0.3.0 |
2160 | 2024-10-30T22:49:45.882Z | Compiling fxhash v0.2.1 |
2161 | 2024-10-30T22:49:46.120Z | Compiling libxml v0.3.3 |
2162 | 2024-10-30T22:49:46.520Z | Compiling ref-cast-impl v1.0.23 |
2163 | 2024-10-30T22:49:46.952Z | Compiling crc-any v2.5.0 |
2164 | 2024-10-30T22:49:47.133Z | Compiling base64 v0.13.1 |
2165 | 2024-10-30T22:49:47.794Z | Compiling ron v0.7.1 |
2166 | 2024-10-30T22:49:47.818Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2167 | 2024-10-30T22:49:47.923Z | Compiling object v0.30.4 |
2168 | 2024-10-30T22:49:48.041Z | Compiling headers v0.4.0 |
2169 | 2024-10-30T22:49:51.683Z | Compiling derive_builder_macro v0.20.2 |
2170 | 2024-10-30T22:49:52.496Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2171 | 2024-10-30T22:49:53.154Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2172 | 2024-10-30T22:49:53.816Z | Compiling samael v0.0.17 |
2173 | 2024-10-30T22:49:54.061Z | Compiling xz2 v0.1.7 |
2174 | 2024-10-30T22:49:55.384Z | Compiling zip v0.6.6 |
2175 | 2024-10-30T22:49:58.046Z | Compiling zone v0.1.8 |
2176 | 2024-10-30T22:50:00.461Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2177 | 2024-10-30T22:50:01.321Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2178 | 2024-10-30T22:50:01.631Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2179 | 2024-10-30T22:50:01.935Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2180 | 2024-10-30T22:50:02.116Z | Compiling yasna v0.5.2 |
2181 | 2024-10-30T22:50:02.471Z | Compiling phf_generator v0.11.2 |
2182 | 2024-10-30T22:50:02.668Z | Compiling strum_macros v0.24.3 |
2183 | 2024-10-30T22:50:03.474Z | Compiling kstat-rs v0.2.4 |
2184 | 2024-10-30T22:50:04.390Z | Compiling async-recursion v1.1.1 |
2185 | 2024-10-30T22:50:05.355Z | Compiling unicase v2.7.0 |
2186 | 2024-10-30T22:50:05.661Z | Compiling path-slash v0.1.5 |
2187 | 2024-10-30T22:50:05.736Z | Compiling indoc v1.0.9 |
2188 | 2024-10-30T22:50:05.755Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2189 | 2024-10-30T22:50:05.905Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2190 | 2024-10-30T22:50:06.784Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2191 | 2024-10-30T22:50:07.408Z | Compiling rcgen v0.12.1 |
2192 | 2024-10-30T22:50:09.638Z | Compiling phf_codegen v0.11.2 |
2193 | 2024-10-30T22:50:14.751Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2194 | 2024-10-30T22:50:17.441Z | Compiling derive_builder v0.20.2 |
2195 | 2024-10-30T22:50:19.234Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2196 | 2024-10-30T22:50:21.374Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2197 | 2024-10-30T22:50:21.691Z | Compiling http v0.2.12 |
2198 | 2024-10-30T22:50:22.455Z | Compiling impl-trait-for-tuples v0.2.2 |
2199 | 2024-10-30T22:50:25.424Z | Compiling oso-derive v0.27.3 |
2200 | 2024-10-30T22:50:26.376Z | Compiling parse-zoneinfo v0.3.1 |
2201 | 2024-10-30T22:50:26.379Z | Compiling libz-sys v1.1.20 |
2202 | 2024-10-30T22:50:26.773Z | Compiling quick-xml v0.33.0 |
2203 | 2024-10-30T22:50:27.055Z | Compiling subprocess v0.2.9 |
2204 | 2024-10-30T22:50:27.839Z | Compiling diesel-dtrace v0.3.0 |
2205 | 2024-10-30T22:50:28.182Z | Compiling parking_lot_core v0.8.6 |
2206 | 2024-10-30T22:50:28.635Z | Compiling cfg_aliases v0.1.1 |
2207 | 2024-10-30T22:50:28.673Z | Compiling oso v0.27.3 |
2208 | 2024-10-30T22:50:28.755Z | Compiling nix v0.28.0 |
2209 | 2024-10-30T22:50:29.594Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2210 | 2024-10-30T22:50:31.875Z | Compiling chrono-tz-build v0.4.0 |
2211 | 2024-10-30T22:50:32.989Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2212 | 2024-10-30T22:50:34.525Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2213 | 2024-10-30T22:50:37.351Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2214 | 2024-10-30T22:50:39.696Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2215 | 2024-10-30T22:50:40.006Z | Compiling bb8 v0.8.5 |
2216 | 2024-10-30T22:50:40.416Z | Compiling const_format_proc_macros v0.2.33 |
2217 | 2024-10-30T22:50:40.644Z | Compiling vte_generate_state_changes v0.1.2 |
2218 | 2024-10-30T22:50:41.254Z | Compiling buf-list v1.0.3 |
2219 | 2024-10-30T22:50:41.908Z | Compiling vte v0.11.1 |
2220 | 2024-10-30T22:50:42.335Z | Compiling const_format v0.2.33 |
2221 | 2024-10-30T22:50:43.394Z | Compiling async-bb8-diesel v0.2.1 |
2222 | 2024-10-30T22:50:43.633Z | Compiling chrono-tz v0.10.0 |
2223 | 2024-10-30T22:50:44.750Z | Compiling http-body v0.4.6 |
2224 | 2024-10-30T22:50:45.113Z | Compiling h2 v0.3.26 |
2225 | 2024-10-30T22:50:45.514Z | Compiling fd-lock v4.0.2 |
2226 | 2024-10-30T22:50:45.736Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2227 | 2024-10-30T22:50:45.760Z | Compiling pin-project-internal v1.1.6 |
2228 | 2024-10-30T22:50:46.511Z | Compiling atty v0.2.14 |
2229 | 2024-10-30T22:50:46.685Z | Compiling bytecount v0.6.8 |
2230 | 2024-10-30T22:50:47.017Z | Compiling salty v0.3.0 |
2231 | 2024-10-30T22:50:47.489Z | Compiling papergrid v0.11.0 |
2232 | 2024-10-30T22:50:48.317Z | Compiling pin-project v1.1.6 |
2233 | 2024-10-30T22:51:00.379Z | Compiling hyper v0.14.30 |
2234 | 2024-10-30T22:51:10.295Z | Compiling parking_lot v0.11.2 |
2235 | 2024-10-30T22:51:13.274Z | Compiling strip-ansi-escapes v0.2.0 |
2236 | 2024-10-30T22:51:14.745Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2237 | 2024-10-30T22:51:14.775Z | Compiling tabled_derive v0.7.0 |
2238 | 2024-10-30T22:51:15.519Z | Compiling peg-macros v0.8.4 |
2239 | 2024-10-30T22:51:16.822Z | Compiling snafu-derive v0.8.5 |
2240 | 2024-10-30T22:51:18.093Z | Compiling sqlparser_derive v0.2.2 |
2241 | 2024-10-30T22:51:18.914Z | Compiling nu-ansi-term v0.50.1 |
2242 | 2024-10-30T22:51:19.089Z | Compiling unicode_categories v0.1.1 |
2243 | 2024-10-30T22:51:19.423Z | Compiling sync_wrapper v0.1.2 |
2244 | 2024-10-30T22:51:19.476Z | Compiling sqlformat v0.2.6 |
2245 | 2024-10-30T22:51:19.571Z | Compiling reqwest v0.11.27 |
2246 | 2024-10-30T22:51:20.014Z | Compiling reedline v0.35.0 |
2247 | 2024-10-30T22:51:20.551Z | Compiling sqlparser v0.45.0 |
2248 | 2024-10-30T22:51:20.779Z | Compiling rustyline v14.0.0 |
2249 | 2024-10-30T22:51:21.100Z | Compiling snafu v0.8.5 |
2250 | 2024-10-30T22:51:22.308Z | Compiling peg v0.8.4 |
2251 | 2024-10-30T22:51:22.430Z | Compiling tabled v0.15.0 |
2252 | 2024-10-30T22:51:32.811Z | Compiling sled v0.34.7 |
2253 | 2024-10-30T22:51:42.328Z | Compiling mime_guess v2.0.5 |
2254 | 2024-10-30T22:51:43.205Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2255 | 2024-10-30T22:51:43.439Z | Compiling hickory-client v0.24.1 |
2256 | 2024-10-30T22:51:45.326Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2257 | 2024-10-30T22:51:48.813Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2258 | 2024-10-30T22:51:53.267Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2259 | 2024-10-30T22:51:54.943Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2260 | 2024-10-30T22:51:56.200Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2261 | 2024-10-30T22:51:57.789Z | Compiling globset v0.4.15 |
2262 | 2024-10-30T22:52:03.788Z | Compiling hickory-server v0.24.1 |
2263 | 2024-10-30T22:52:05.117Z | Compiling primeorder v0.13.6 |
2264 | 2024-10-30T22:52:05.712Z | Compiling olpc-cjson v0.1.4 |
2265 | 2024-10-30T22:52:06.081Z | Compiling vergen v8.3.2 |
2266 | 2024-10-30T22:52:06.422Z | Compiling bcs v0.1.6 |
2267 | 2024-10-30T22:52:06.598Z | Compiling env_filter v0.1.2 |
2268 | 2024-10-30T22:52:07.233Z | Compiling serde_plain v1.0.2 |
2269 | 2024-10-30T22:52:07.334Z | Compiling cargo-platform v0.1.8 |
2270 | 2024-10-30T22:52:07.744Z | Compiling nanorand v0.7.0 |
2271 | 2024-10-30T22:52:07.865Z | Compiling memoffset v0.9.1 |
2272 | 2024-10-30T22:52:08.138Z | Compiling typed-path v0.7.1 |
2273 | 2024-10-30T22:52:08.403Z | Compiling flume v0.11.0 |
2274 | 2024-10-30T22:52:08.441Z | Compiling cargo_metadata v0.18.1 |
2275 | 2024-10-30T22:52:09.209Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2276 | 2024-10-30T22:52:11.449Z | Compiling tough v0.17.1 |
2277 | 2024-10-30T22:52:13.553Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2278 | 2024-10-30T22:52:14.639Z | Compiling env_logger v0.11.5 |
2279 | 2024-10-30T22:52:15.819Z | Compiling p384 v0.13.0 |
2280 | 2024-10-30T22:52:16.109Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2281 | 2024-10-30T22:52:19.878Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2282 | 2024-10-30T22:52:23.410Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2283 | 2024-10-30T22:52:24.660Z | Compiling git2 v0.19.0 |
2284 | 2024-10-30T22:52:25.764Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2285 | 2024-10-30T22:52:31.118Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2286 | 2024-10-30T22:52:32.607Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2287 | 2024-10-30T22:52:33.774Z | Compiling rand_seeder v0.3.0 |
2288 | 2024-10-30T22:52:34.182Z | Compiling libsqlite3-sys v0.30.1 |
2289 | 2024-10-30T22:52:34.710Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2290 | 2024-10-30T22:52:35.050Z | Compiling rustls v0.21.12 |
2291 | 2024-10-30T22:52:35.371Z | Compiling parse-size v1.0.0 |
2292 | 2024-10-30T22:52:35.506Z | Compiling cfg_aliases v0.2.1 |
2293 | 2024-10-30T22:52:35.557Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2294 | 2024-10-30T22:52:35.633Z | Compiling nix v0.29.0 |
2295 | 2024-10-30T22:52:35.729Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2296 | 2024-10-30T22:52:36.507Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2297 | 2024-10-30T22:52:37.030Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2298 | 2024-10-30T22:52:37.456Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2299 | 2024-10-30T22:52:38.201Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2300 | 2024-10-30T22:52:38.533Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2301 | 2024-10-30T22:52:38.611Z | Compiling rustls-webpki v0.101.7 |
2302 | 2024-10-30T22:52:42.473Z | Compiling sct v0.7.1 |
2303 | 2024-10-30T22:52:42.697Z | Compiling castaway v0.2.3 |
2304 | 2024-10-30T22:52:42.777Z | Compiling csv-core v0.1.11 |
2305 | 2024-10-30T22:52:42.908Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2306 | 2024-10-30T22:52:43.253Z | Compiling http-range v0.1.5 |
2307 | 2024-10-30T22:52:43.681Z | Compiling hyper-staticfile v0.10.1 |
2308 | 2024-10-30T22:52:43.833Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2309 | 2024-10-30T22:52:45.073Z | Compiling csv v1.3.0 |
2310 | 2024-10-30T22:52:46.339Z | Compiling compact_str v0.8.0 |
2311 | 2024-10-30T22:52:47.155Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2312 | 2024-10-30T22:52:49.069Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2313 | 2024-10-30T22:52:50.540Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2314 | 2024-10-30T22:52:51.627Z | Compiling nix v0.27.1 |
2315 | 2024-10-30T22:52:54.553Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2316 | 2024-10-30T22:52:56.247Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2317 | 2024-10-30T22:53:02.349Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2318 | 2024-10-30T22:53:04.441Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2319 | 2024-10-30T22:53:04.626Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2320 | 2024-10-30T22:53:04.967Z | Compiling unicode-truncate v1.1.0 |
2321 | 2024-10-30T22:53:05.261Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2322 | 2024-10-30T22:53:05.584Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2323 | 2024-10-30T22:53:05.917Z | Compiling hashlink v0.9.1 |
2324 | 2024-10-30T22:53:06.736Z | Compiling tungstenite v0.23.0 |
2325 | 2024-10-30T22:53:09.950Z | Compiling lru v0.12.5 |
2326 | 2024-10-30T22:53:10.344Z | Compiling instability v0.3.2 |
2327 | 2024-10-30T22:53:11.344Z | Compiling fallible-iterator v0.3.0 |
2328 | 2024-10-30T22:53:11.815Z | Compiling fallible-streaming-iterator v0.1.9 |
2329 | 2024-10-30T22:53:12.123Z | Compiling cassowary v0.3.0 |
2330 | 2024-10-30T22:53:12.194Z | Compiling rusqlite v0.32.1 |
2331 | 2024-10-30T22:53:12.340Z | Compiling tokio-tungstenite v0.23.1 |
2332 | 2024-10-30T22:53:12.403Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2333 | 2024-10-30T22:53:12.977Z | Compiling ratatui v0.28.1 |
2334 | 2024-10-30T22:53:20.436Z | Compiling tokio-rustls v0.24.1 |
2335 | 2024-10-30T22:53:20.922Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2336 | 2024-10-30T22:53:32.128Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2337 | 2024-10-30T22:53:36.088Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2338 | 2024-10-30T22:53:36.243Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2339 | 2024-10-30T22:53:37.655Z | Compiling rustls-pemfile v1.0.4 |
2340 | 2024-10-30T22:53:38.483Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2341 | 2024-10-30T22:53:38.822Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2342 | 2024-10-30T22:53:39.555Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2343 | 2024-10-30T22:53:39.701Z | Compiling signal-hook-tokio v0.3.1 |
2344 | 2024-10-30T22:53:39.735Z | Compiling twox-hash v1.6.3 |
2345 | 2024-10-30T22:53:39.922Z | Compiling smawk v0.3.2 |
2346 | 2024-10-30T22:53:40.208Z | Compiling is_ci v1.2.0 |
2347 | 2024-10-30T22:53:40.516Z | Compiling unicode-linebreak v0.1.5 |
2348 | 2024-10-30T22:53:40.749Z | Compiling supports-color v3.0.1 |
2349 | 2024-10-30T22:53:41.064Z | Compiling textwrap v0.16.1 |
2350 | 2024-10-30T22:53:44.563Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2351 | 2024-10-30T22:53:49.315Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2352 | 2024-10-30T22:53:53.231Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2353 | 2024-10-30T22:53:55.075Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2354 | 2024-10-30T22:53:59.925Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2355 | 2024-10-30T22:54:00.756Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2356 | 2024-10-30T22:54:01.373Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2357 | 2024-10-30T22:54:13.282Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2358 | 2024-10-30T22:54:20.049Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2359 | 2024-10-30T22:54:20.266Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2360 | 2024-10-30T22:54:20.373Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2361 | 2024-10-30T22:54:24.020Z | Compiling fatfs v0.3.6 |
2362 | 2024-10-30T22:54:26.729Z | Compiling rtoolbox v0.0.2 |
2363 | 2024-10-30T22:54:26.875Z | Compiling assert_matches v1.5.0 |
2364 | 2024-10-30T22:54:27.172Z | Compiling rpassword v7.3.1 |
2365 | 2024-10-30T22:54:27.644Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2366 | 2024-10-30T22:54:29.659Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2367 | 2024-10-30T22:54:38.325Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2368 | 2024-10-30T22:54:45.378Z | Compiling tui-tree-widget v0.22.0 |
2369 | 2024-10-30T22:54:45.820Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2370 | 2024-10-30T22:54:47.563Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2371 | 2024-10-30T22:54:54.390Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2372 | 2024-10-30T22:54:54.692Z | Compiling uzers v0.12.1 |
2373 | 2024-10-30T22:54:57.761Z | Compiling shell-words v1.1.0 |
2374 | 2024-10-30T22:54:58.267Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2375 | 2024-10-30T22:55:01.219Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2376 | 2024-10-30T22:55:03.222Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2377 | 2024-10-30T22:55:29.667Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2378 | 2024-10-30T22:55:34.363Z | Compiling multimap v0.10.0 |
2379 | 2024-10-30T22:57:38.454Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2380 | 2024-10-30T22:57:41.982Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2381 | 2024-10-30T23:06:14.677Z | Finished `release` profile [optimized] target(s) in 17m 59s |
2382 | 2024-10-30T23:07:12.974Z | |
2383 | 2024-10-30T23:07:12.974Z | real 18:58.721615838 |
2384 | 2024-10-30T23:07:12.974Z | user 2:03:45.709312082 |
2385 | 2024-10-30T23:07:12.974Z | sys 5:52.403370288 |
2386 | 2024-10-30T23:07:12.974Z | trap 2.847378089 |
2387 | 2024-10-30T23:07:12.974Z | tflt 2.999794859 |
2388 | 2024-10-30T23:07:12.977Z | dflt 5.520806311 |
2389 | 2024-10-30T23:07:12.977Z | kflt 0.085599447 |
2390 | 2024-10-30T23:07:12.977Z | lock 7:22:30.929680029 |
2391 | 2024-10-30T23:07:12.977Z | slp 6:09:43.776773921 |
2392 | 2024-10-30T23:07:12.977Z | lat 3:01.023762514 |
2393 | 2024-10-30T23:07:12.977Z | stop 2:36.092791547 |
2394 | 2024-10-30T23:07:12.977Z | + mapfile -t packages |
2395 | 2024-10-30T23:07:12.977Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2396 | 2024-10-30T23:07:13.938Z | Finished `release` profile [optimized] target(s) in 0.91s |
2397 | 2024-10-30T23:07:13.992Z | Running `target/release/omicron-package -t test list-outputs` |
2398 | 2024-10-30T23:07:14.039Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2399 | 2024-10-30T23:07:14.042Z | + ptime -m cargo build --locked --release -p xtask |
2400 | 2024-10-30T23:07:14.587Z | Compiling serde v1.0.210 |
2401 | 2024-10-30T23:07:14.589Z | Compiling serde_json v1.0.128 |
2402 | 2024-10-30T23:07:14.589Z | Compiling libc v0.2.161 |
2403 | 2024-10-30T23:07:14.589Z | Compiling rustix v0.38.37 |
2404 | 2024-10-30T23:07:14.589Z | Compiling bitflags v2.6.0 |
2405 | 2024-10-30T23:07:14.675Z | Compiling syn v2.0.79 |
2406 | 2024-10-30T23:07:15.063Z | Compiling usdt-impl v0.5.0 |
2407 | 2024-10-30T23:07:15.104Z | Compiling syn v1.0.109 |
2408 | 2024-10-30T23:07:15.138Z | Compiling hashbrown v0.15.0 |
2409 | 2024-10-30T23:07:15.191Z | Compiling log v0.4.22 |
2410 | 2024-10-30T23:07:15.208Z | Compiling fs-err v2.11.0 |
2411 | 2024-10-30T23:07:15.561Z | Compiling once_cell v1.20.2 |
2412 | 2024-10-30T23:07:15.677Z | Compiling anyhow v1.0.89 |
2413 | 2024-10-30T23:07:16.039Z | Compiling thread-id v4.2.2 |
2414 | 2024-10-30T23:07:16.461Z | Compiling indexmap v2.6.0 |
2415 | 2024-10-30T23:07:17.645Z | Compiling terminal_size v0.4.0 |
2416 | 2024-10-30T23:07:17.645Z | Compiling tempfile v3.13.0 |
2417 | 2024-10-30T23:07:17.875Z | Compiling clap_builder v4.5.20 |
2418 | 2024-10-30T23:07:18.475Z | Compiling proc-macro-error v1.0.4 |
2419 | 2024-10-30T23:07:19.596Z | Compiling tabled_derive v0.7.0 |
2420 | 2024-10-30T23:07:20.868Z | Compiling tabled v0.15.0 |
2421 | 2024-10-30T23:07:21.982Z | Compiling serde_derive v1.0.210 |
2422 | 2024-10-30T23:07:23.999Z | Compiling thiserror-impl v1.0.64 |
2423 | 2024-10-30T23:07:24.145Z | Compiling zerocopy-derive v0.7.35 |
2424 | 2024-10-30T23:07:24.229Z | Compiling scroll_derive v0.12.0 |
2425 | 2024-10-30T23:07:25.569Z | Compiling scroll v0.12.0 |
2426 | 2024-10-30T23:07:26.061Z | Compiling zerocopy v0.7.35 |
2427 | 2024-10-30T23:07:26.199Z | Compiling goblin v0.8.2 |
2428 | 2024-10-30T23:07:26.628Z | Compiling thiserror v1.0.64 |
2429 | 2024-10-30T23:07:26.790Z | Compiling pest v2.7.14 |
2430 | 2024-10-30T23:07:29.810Z | Compiling pest_meta v2.7.14 |
2431 | 2024-10-30T23:07:31.759Z | Compiling pest_generator v2.7.14 |
2432 | 2024-10-30T23:07:33.648Z | Compiling pest_derive v2.7.14 |
2433 | 2024-10-30T23:07:34.448Z | Compiling dtrace-parser v0.2.0 |
2434 | 2024-10-30T23:07:36.128Z | Compiling toml_datetime v0.6.8 |
2435 | 2024-10-30T23:07:36.842Z | Compiling serde_spanned v0.6.8 |
2436 | 2024-10-30T23:07:38.902Z | Compiling dof v0.3.0 |
2437 | 2024-10-30T23:07:41.049Z | Compiling serde_tokenstream v0.2.2 |
2438 | 2024-10-30T23:07:41.273Z | Compiling toml_edit v0.22.22 |
2439 | 2024-10-30T23:07:41.640Z | Compiling camino v1.1.9 |
2440 | 2024-10-30T23:07:42.998Z | Compiling semver v1.0.23 |
2441 | 2024-10-30T23:07:43.775Z | Compiling usdt-attr-macro v0.5.0 |
2442 | 2024-10-30T23:07:44.479Z | Compiling usdt-macro v0.5.0 |
2443 | 2024-10-30T23:07:44.822Z | Compiling toml v0.8.19 |
2444 | 2024-10-30T23:07:45.143Z | Compiling cargo-platform v0.1.8 |
2445 | 2024-10-30T23:07:45.396Z | Compiling clap_derive v4.5.18 |
2446 | 2024-10-30T23:07:45.643Z | Compiling cargo_metadata v0.18.1 |
2447 | 2024-10-30T23:07:45.675Z | Compiling usdt v0.5.0 |
2448 | 2024-10-30T23:07:46.219Z | Compiling cargo_toml v0.20.5 |
2449 | 2024-10-30T23:07:47.089Z | Compiling camino-tempfile v1.1.1 |
2450 | 2024-10-30T23:07:47.637Z | Compiling macaddr v1.0.1 |
2451 | 2024-10-30T23:07:49.677Z | Compiling clap v4.5.20 |
2452 | 2024-10-30T23:07:57.998Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2453 | 2024-10-30T23:08:09.147Z | Finished `release` profile [optimized] target(s) in 55.04s |
2454 | 2024-10-30T23:08:09.246Z | |
2455 | 2024-10-30T23:08:09.249Z | real 55.170098477 |
2456 | 2024-10-30T23:08:09.249Z | user 5:37.481906192 |
2457 | 2024-10-30T23:08:09.249Z | sys 29.715151166 |
2458 | 2024-10-30T23:08:09.249Z | trap 0.147313407 |
2459 | 2024-10-30T23:08:09.249Z | tflt 0.314726606 |
2460 | 2024-10-30T23:08:09.249Z | dflt 0.692113910 |
2461 | 2024-10-30T23:08:09.249Z | kflt 0.000002219 |
2462 | 2024-10-30T23:08:09.249Z | lock 10:00.471169340 |
2463 | 2024-10-30T23:08:09.249Z | slp 15:25.271583614 |
2464 | 2024-10-30T23:08:09.249Z | lat 13.243678044 |
2465 | 2024-10-30T23:08:09.249Z | stop 16.503544606 |
2466 | 2024-10-30T23:08:09.249Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2467 | 2024-10-30T23:08:09.249Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2468 | 2024-10-30T23:08:09.249Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2469 | 2024-10-30T23:08:09.249Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2470 | 2024-10-30T23:08:09.249Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2471 | 2024-10-30T23:08:10.062Z | Compiling hashbrown v0.14.5 |
2472 | 2024-10-30T23:08:10.184Z | Compiling unsafe-libyaml v0.2.11 |
2473 | 2024-10-30T23:08:10.196Z | Compiling progenitor-client v0.8.0 |
2474 | 2024-10-30T23:08:10.198Z | Compiling ident_case v1.0.1 |
2475 | 2024-10-30T23:08:10.198Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2476 | 2024-10-30T23:08:10.198Z | Compiling ipnetwork v0.20.0 |
2477 | 2024-10-30T23:08:10.198Z | Compiling instant v0.1.13 |
2478 | 2024-10-30T23:08:10.209Z | Compiling structmeta-derive v0.3.0 |
2479 | 2024-10-30T23:08:10.367Z | Compiling darling_core v0.20.10 |
2480 | 2024-10-30T23:08:10.386Z | Compiling newtype-uuid v1.1.2 |
2481 | 2024-10-30T23:08:10.618Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2482 | 2024-10-30T23:08:10.708Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2483 | 2024-10-30T23:08:11.043Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2484 | 2024-10-30T23:08:11.132Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2485 | 2024-10-30T23:08:11.375Z | Compiling regress v0.10.1 |
2486 | 2024-10-30T23:08:11.405Z | Compiling serde_yaml v0.9.34+deprecated |
2487 | 2024-10-30T23:08:11.462Z | Compiling regress v0.9.1 |
2488 | 2024-10-30T23:08:11.477Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2489 | 2024-10-30T23:08:11.688Z | Compiling backoff v0.4.0 |
2490 | 2024-10-30T23:08:11.882Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2491 | 2024-10-30T23:08:11.943Z | Compiling macaddr v1.0.1 |
2492 | 2024-10-30T23:08:12.047Z | Compiling tempfile v3.13.0 |
2493 | 2024-10-30T23:08:12.047Z | Compiling proc-macro-crate v1.3.1 |
2494 | 2024-10-30T23:08:12.398Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2495 | 2024-10-30T23:08:12.806Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2496 | 2024-10-30T23:08:12.880Z | Compiling foreign-types-macros v0.2.3 |
2497 | 2024-10-30T23:08:13.052Z | Compiling structmeta v0.3.0 |
2498 | 2024-10-30T23:08:13.115Z | Compiling num_enum_derive v0.5.11 |
2499 | 2024-10-30T23:08:13.140Z | Compiling foreign-types-shared v0.3.1 |
2500 | 2024-10-30T23:08:13.272Z | Compiling heapless v0.8.0 |
2501 | 2024-10-30T23:08:13.461Z | Compiling parse-display-derive v0.10.0 |
2502 | 2024-10-30T23:08:14.195Z | Compiling foreign-types v0.5.0 |
2503 | 2024-10-30T23:08:14.319Z | Compiling proc-macro-error v1.0.4 |
2504 | 2024-10-30T23:08:14.553Z | Compiling camino-tempfile v1.1.1 |
2505 | 2024-10-30T23:08:14.986Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2506 | 2024-10-30T23:08:15.018Z | Compiling typify-impl v0.2.0 |
2507 | 2024-10-30T23:08:15.420Z | Compiling hash32 v0.3.1 |
2508 | 2024-10-30T23:08:15.643Z | Compiling num_enum v0.5.11 |
2509 | 2024-10-30T23:08:15.665Z | Compiling cstr-argument v0.1.2 |
2510 | 2024-10-30T23:08:15.828Z | Compiling smoltcp v0.11.0 |
2511 | 2024-10-30T23:08:15.846Z | Compiling pretty-hex v0.2.1 |
2512 | 2024-10-30T23:08:15.922Z | Compiling crucible-workspace-hack v0.1.0 |
2513 | 2024-10-30T23:08:16.036Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2514 | 2024-10-30T23:08:16.245Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2515 | 2024-10-30T23:08:16.270Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2516 | 2024-10-30T23:08:16.410Z | Compiling tabwriter v1.4.0 |
2517 | 2024-10-30T23:08:16.466Z | Compiling colored v2.1.0 |
2518 | 2024-10-30T23:08:16.601Z | Compiling cobs v0.2.3 |
2519 | 2024-10-30T23:08:16.702Z | Compiling darling_macro v0.20.10 |
2520 | 2024-10-30T23:08:16.853Z | Compiling postcard v1.0.10 |
2521 | 2024-10-30T23:08:16.922Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2522 | 2024-10-30T23:08:17.011Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2523 | 2024-10-30T23:08:17.180Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2524 | 2024-10-30T23:08:17.197Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2525 | 2024-10-30T23:08:17.308Z | Compiling smf v0.2.3 |
2526 | 2024-10-30T23:08:17.506Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2527 | 2024-10-30T23:08:17.629Z | Compiling darling v0.20.10 |
2528 | 2024-10-30T23:08:17.698Z | Compiling parse-display v0.10.0 |
2529 | 2024-10-30T23:08:17.750Z | Compiling serde_with_macros v3.11.0 |
2530 | 2024-10-30T23:08:17.833Z | Compiling zone_cfg_derive v0.3.0 |
2531 | 2024-10-30T23:08:18.029Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2532 | 2024-10-30T23:08:18.375Z | Compiling num-derive v0.4.2 |
2533 | 2024-10-30T23:08:18.561Z | Compiling sigpipe v0.1.3 |
2534 | 2024-10-30T23:08:18.656Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2535 | 2024-10-30T23:08:18.702Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2536 | 2024-10-30T23:08:18.988Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2537 | 2024-10-30T23:08:19.351Z | Compiling zone v0.3.0 |
2538 | 2024-10-30T23:08:19.450Z | Compiling universal-hash v0.5.1 |
2539 | 2024-10-30T23:08:19.661Z | Compiling opaque-debug v0.3.1 |
2540 | 2024-10-30T23:08:19.769Z | Compiling num-rational v0.4.2 |
2541 | 2024-10-30T23:08:19.784Z | Compiling password-hash v0.5.0 |
2542 | 2024-10-30T23:08:20.610Z | Compiling serde_with v3.11.0 |
2543 | 2024-10-30T23:08:20.737Z | Compiling num-complex v0.4.6 |
2544 | 2024-10-30T23:08:20.774Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2545 | 2024-10-30T23:08:20.890Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2546 | 2024-10-30T23:08:21.420Z | Compiling blake2 v0.10.6 |
2547 | 2024-10-30T23:08:21.623Z | Compiling aead v0.5.2 |
2548 | 2024-10-30T23:08:21.689Z | Compiling convert_case v0.4.0 |
2549 | 2024-10-30T23:08:21.825Z | Compiling keccak v0.1.5 |
2550 | 2024-10-30T23:08:22.023Z | Compiling argon2 v0.5.3 |
2551 | 2024-10-30T23:08:22.512Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2552 | 2024-10-30T23:08:22.597Z | Compiling derive_more v0.99.18 |
2553 | 2024-10-30T23:08:22.745Z | Compiling sha3 v0.10.8 |
2554 | 2024-10-30T23:08:22.898Z | Compiling num v0.4.3 |
2555 | 2024-10-30T23:08:22.974Z | Compiling poly1305 v0.8.0 |
2556 | 2024-10-30T23:08:23.036Z | Compiling tungstenite v0.21.0 |
2557 | 2024-10-30T23:08:23.884Z | Compiling chacha20 v0.9.1 |
2558 | 2024-10-30T23:08:24.377Z | Compiling float-ord v0.3.2 |
2559 | 2024-10-30T23:08:24.566Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2560 | 2024-10-30T23:08:24.679Z | Compiling base64 v0.21.7 |
2561 | 2024-10-30T23:08:24.755Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2562 | 2024-10-30T23:08:24.775Z | Compiling tokio-tungstenite v0.21.0 |
2563 | 2024-10-30T23:08:24.817Z | Compiling semver v0.1.20 |
2564 | 2024-10-30T23:08:25.170Z | Compiling same-file v1.0.6 |
2565 | 2024-10-30T23:08:25.193Z | Compiling rustc_version v0.1.7 |
2566 | 2024-10-30T23:08:25.342Z | Compiling walkdir v2.5.0 |
2567 | 2024-10-30T23:08:25.397Z | Compiling newline-converter v0.3.0 |
2568 | 2024-10-30T23:08:25.471Z | Compiling primeorder v0.13.6 |
2569 | 2024-10-30T23:08:25.500Z | Compiling secrecy v0.8.0 |
2570 | 2024-10-30T23:08:25.565Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2571 | 2024-10-30T23:08:25.679Z | Compiling prettyplease v0.2.22 |
2572 | 2024-10-30T23:08:25.771Z | Compiling home v0.5.9 |
2573 | 2024-10-30T23:08:25.863Z | Compiling cancel-safe-futures v0.1.5 |
2574 | 2024-10-30T23:08:25.987Z | Compiling owo-colors v4.1.0 |
2575 | 2024-10-30T23:08:26.037Z | Compiling newtype_derive v0.1.6 |
2576 | 2024-10-30T23:08:26.056Z | Compiling expectorate v1.1.0 |
2577 | 2024-10-30T23:08:26.092Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2578 | 2024-10-30T23:08:26.251Z | Compiling thiserror-impl-no-std v2.0.2 |
2579 | 2024-10-30T23:08:26.279Z | Compiling ring v0.16.20 |
2580 | 2024-10-30T23:08:26.327Z | Compiling blake3 v1.5.4 |
2581 | 2024-10-30T23:08:26.348Z | Compiling half v2.4.1 |
2582 | 2024-10-30T23:08:26.386Z | Compiling unicase v2.7.0 |
2583 | 2024-10-30T23:08:26.411Z | Compiling ciborium-io v0.2.2 |
2584 | 2024-10-30T23:08:26.552Z | Compiling arc-swap v1.7.1 |
2585 | 2024-10-30T23:08:26.938Z | Compiling ciborium-ll v0.2.2 |
2586 | 2024-10-30T23:08:26.956Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2587 | 2024-10-30T23:08:27.160Z | Compiling slog-scope v4.4.0 |
2588 | 2024-10-30T23:08:27.678Z | Compiling polyval v0.6.2 |
2589 | 2024-10-30T23:08:27.970Z | Compiling atomicwrites v0.4.4 |
2590 | 2024-10-30T23:08:28.114Z | Compiling libsw v3.3.1 |
2591 | 2024-10-30T23:08:28.328Z | Compiling memmap2 v0.9.5 |
2592 | 2024-10-30T23:08:28.477Z | Compiling parking_lot_core v0.8.6 |
2593 | 2024-10-30T23:08:28.850Z | Compiling indent_write v2.2.0 |
2594 | 2024-10-30T23:08:28.964Z | Compiling arrayref v0.3.9 |
2595 | 2024-10-30T23:08:29.073Z | Compiling arrayvec v0.7.6 |
2596 | 2024-10-30T23:08:29.093Z | Compiling linear-map v1.2.0 |
2597 | 2024-10-30T23:08:29.260Z | Compiling thiserror-no-std v2.0.2 |
2598 | 2024-10-30T23:08:29.517Z | Compiling constant_time_eq v0.3.1 |
2599 | 2024-10-30T23:08:29.519Z | Compiling libefi-sys v0.1.0 |
2600 | 2024-10-30T23:08:29.519Z | Compiling salty v0.3.0 |
2601 | 2024-10-30T23:08:29.570Z | Compiling spin v0.5.2 |
2602 | 2024-10-30T23:08:29.644Z | Compiling untrusted v0.7.1 |
2603 | 2024-10-30T23:08:29.828Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2604 | 2024-10-30T23:08:29.846Z | Compiling vsss-rs v3.3.4 |
2605 | 2024-10-30T23:08:29.895Z | Compiling ghash v0.5.1 |
2606 | 2024-10-30T23:08:29.952Z | Compiling slog-stdlog v4.1.1 |
2607 | 2024-10-30T23:08:30.257Z | Compiling ciborium v0.2.2 |
2608 | 2024-10-30T23:08:30.764Z | Compiling p384 v0.13.0 |
2609 | 2024-10-30T23:08:30.933Z | Compiling toolchain_find v0.4.0 |
2610 | 2024-10-30T23:08:31.049Z | Compiling typify-macro v0.2.0 |
2611 | 2024-10-30T23:08:31.069Z | Compiling chacha20poly1305 v0.10.1 |
2612 | 2024-10-30T23:08:31.303Z | Compiling itertools v0.13.0 |
2613 | 2024-10-30T23:08:31.627Z | Compiling lzma-sys v0.1.20 |
2614 | 2024-10-30T23:08:31.695Z | Compiling ctr v0.9.2 |
2615 | 2024-10-30T23:08:32.064Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2616 | 2024-10-30T23:08:32.262Z | Compiling bitfield-struct v0.6.2 |
2617 | 2024-10-30T23:08:32.432Z | Compiling slog-dtrace v0.3.0 |
2618 | 2024-10-30T23:08:32.500Z | Compiling topological-sort v0.2.2 |
2619 | 2024-10-30T23:08:32.745Z | Compiling highway v1.2.0 |
2620 | 2024-10-30T23:08:32.843Z | Compiling omicron-zone-package v0.11.1 |
2621 | 2024-10-30T23:08:33.654Z | Compiling aes-gcm v0.10.3 |
2622 | 2024-10-30T23:08:33.675Z | Compiling rustfmt-wrapper v0.2.1 |
2623 | 2024-10-30T23:08:33.751Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2624 | 2024-10-30T23:08:33.769Z | Compiling mime_guess v2.0.5 |
2625 | 2024-10-30T23:08:33.956Z | Compiling steno v0.4.1 |
2626 | 2024-10-30T23:08:34.271Z | Compiling slog-envlogger v2.2.0 |
2627 | 2024-10-30T23:08:35.009Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2628 | 2024-10-30T23:08:35.030Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2629 | 2024-10-30T23:08:35.050Z | Compiling heck v0.3.3 |
2630 | 2024-10-30T23:08:35.185Z | Compiling ssh-encoding v0.2.0 |
2631 | 2024-10-30T23:08:35.299Z | Compiling typify v0.2.0 |
2632 | 2024-10-30T23:08:35.434Z | Compiling progenitor-impl v0.8.0 |
2633 | 2024-10-30T23:08:35.456Z | Compiling blowfish v0.9.1 |
2634 | 2024-10-30T23:08:35.478Z | Compiling nibble_vec v0.1.0 |
2635 | 2024-10-30T23:08:35.656Z | Compiling env_filter v0.1.2 |
2636 | 2024-10-30T23:08:35.694Z | Compiling humantime v2.1.0 |
2637 | 2024-10-30T23:08:35.713Z | Compiling endian-type v0.1.2 |
2638 | 2024-10-30T23:08:35.931Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2639 | 2024-10-30T23:08:35.950Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2640 | 2024-10-30T23:08:36.163Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2641 | 2024-10-30T23:08:36.225Z | Compiling env_logger v0.11.5 |
2642 | 2024-10-30T23:08:36.290Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2643 | 2024-10-30T23:08:36.306Z | Compiling radix_trie v0.2.1 |
2644 | 2024-10-30T23:08:36.309Z | Compiling bcrypt-pbkdf v0.10.0 |
2645 | 2024-10-30T23:08:36.344Z | Compiling ssh-cipher v0.2.0 |
2646 | 2024-10-30T23:08:36.939Z | Compiling zone_cfg_derive v0.1.2 |
2647 | 2024-10-30T23:08:37.048Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2648 | 2024-10-30T23:08:37.236Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2649 | 2024-10-30T23:08:37.423Z | Compiling parking_lot v0.11.2 |
2650 | 2024-10-30T23:08:37.908Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2651 | 2024-10-30T23:08:38.003Z | Compiling gethostname v0.5.0 |
2652 | 2024-10-30T23:08:38.209Z | Compiling password-hash v0.4.2 |
2653 | 2024-10-30T23:08:38.322Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2654 | 2024-10-30T23:08:38.324Z | Compiling fxhash v0.2.1 |
2655 | 2024-10-30T23:08:38.409Z | Compiling matches v0.1.10 |
2656 | 2024-10-30T23:08:38.468Z | Compiling base64 v0.13.1 |
2657 | 2024-10-30T23:08:38.565Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2658 | 2024-10-30T23:08:38.619Z | Compiling sled v0.34.7 |
2659 | 2024-10-30T23:08:38.761Z | Compiling pbkdf2 v0.11.0 |
2660 | 2024-10-30T23:08:38.928Z | Compiling ron v0.7.1 |
2661 | 2024-10-30T23:08:38.963Z | Compiling idna v0.2.3 |
2662 | 2024-10-30T23:08:39.109Z | Compiling zone v0.1.8 |
2663 | 2024-10-30T23:08:39.127Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2664 | 2024-10-30T23:08:39.146Z | Compiling xz2 v0.1.7 |
2665 | 2024-10-30T23:08:39.666Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2666 | 2024-10-30T23:08:40.601Z | Compiling hickory-client v0.24.1 |
2667 | 2024-10-30T23:08:40.625Z | Compiling ssh-key v0.6.6 |
2668 | 2024-10-30T23:08:40.996Z | Compiling p256 v0.13.2 |
2669 | 2024-10-30T23:08:41.244Z | Compiling p521 v0.13.3 |
2670 | 2024-10-30T23:08:41.326Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2671 | 2024-10-30T23:08:41.864Z | Compiling hickory-server v0.24.1 |
2672 | 2024-10-30T23:08:42.067Z | Compiling enum-as-inner v0.5.1 |
2673 | 2024-10-30T23:08:42.454Z | Compiling pem v3.0.4 |
2674 | 2024-10-30T23:08:43.085Z | Compiling progenitor-macro v0.8.0 |
2675 | 2024-10-30T23:08:43.110Z | Compiling yasna v0.5.2 |
2676 | 2024-10-30T23:08:43.235Z | Compiling headers-core v0.3.0 |
2677 | 2024-10-30T23:08:43.422Z | Compiling kstat-rs v0.2.4 |
2678 | 2024-10-30T23:08:43.642Z | Compiling nanorand v0.7.0 |
2679 | 2024-10-30T23:08:44.097Z | Compiling atty v0.2.14 |
2680 | 2024-10-30T23:08:44.250Z | Compiling russh-cryptovec v0.7.3 |
2681 | 2024-10-30T23:08:44.269Z | Compiling glob v0.3.1 |
2682 | 2024-10-30T23:08:44.579Z | Compiling http-range v0.1.5 |
2683 | 2024-10-30T23:08:44.719Z | Compiling md5 v0.7.0 |
2684 | 2024-10-30T23:08:44.798Z | Compiling hyper-staticfile v0.10.1 |
2685 | 2024-10-30T23:08:44.933Z | Compiling rcgen v0.12.1 |
2686 | 2024-10-30T23:08:45.121Z | Compiling russh-keys v0.45.0 |
2687 | 2024-10-30T23:08:45.211Z | Compiling flume v0.11.0 |
2688 | 2024-10-30T23:08:45.229Z | Compiling headers v0.4.0 |
2689 | 2024-10-30T23:08:45.929Z | Compiling trust-dns-proto v0.22.0 |
2690 | 2024-10-30T23:08:45.949Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2691 | 2024-10-30T23:08:47.188Z | Compiling num-bigint v0.4.6 |
2692 | 2024-10-30T23:08:47.250Z | Compiling des v0.8.1 |
2693 | 2024-10-30T23:08:47.610Z | Compiling subprocess v0.2.9 |
2694 | 2024-10-30T23:08:48.712Z | Compiling dhcproto-macros v0.1.0 |
2695 | 2024-10-30T23:08:49.195Z | Compiling hex-literal v0.4.1 |
2696 | 2024-10-30T23:08:49.222Z | Compiling display-error-chain v0.2.1 |
2697 | 2024-10-30T23:08:49.356Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2698 | 2024-10-30T23:08:49.402Z | Compiling internet-checksum v0.2.1 |
2699 | 2024-10-30T23:08:50.083Z | Compiling russh v0.45.0 |
2700 | 2024-10-30T23:08:50.694Z | Compiling dhcproto v0.12.0 |
2701 | 2024-10-30T23:08:54.522Z | Compiling progenitor v0.8.0 |
2702 | 2024-10-30T23:08:54.633Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2703 | 2024-10-30T23:08:54.636Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2704 | 2024-10-30T23:08:54.636Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2705 | 2024-10-30T23:08:54.636Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2706 | 2024-10-30T23:08:54.636Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2707 | 2024-10-30T23:08:54.716Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2708 | 2024-10-30T23:08:54.772Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2709 | 2024-10-30T23:08:56.119Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2710 | 2024-10-30T23:08:56.400Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2711 | 2024-10-30T23:08:59.929Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2712 | 2024-10-30T23:09:01.090Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2713 | 2024-10-30T23:09:09.236Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2714 | 2024-10-30T23:09:09.236Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2715 | 2024-10-30T23:09:09.239Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2716 | 2024-10-30T23:09:09.239Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2717 | 2024-10-30T23:09:12.230Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2718 | 2024-10-30T23:09:12.439Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2719 | 2024-10-30T23:09:13.387Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2720 | 2024-10-30T23:09:13.405Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2721 | 2024-10-30T23:09:15.776Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2722 | 2024-10-30T23:09:16.554Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2723 | 2024-10-30T23:09:17.178Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2724 | 2024-10-30T23:09:17.276Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2725 | 2024-10-30T23:09:18.206Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2726 | 2024-10-30T23:09:18.895Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2727 | 2024-10-30T23:09:20.124Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2728 | 2024-10-30T23:09:20.231Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2729 | 2024-10-30T23:09:21.109Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2730 | 2024-10-30T23:09:21.135Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2731 | 2024-10-30T23:09:23.028Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2732 | 2024-10-30T23:09:23.148Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2733 | 2024-10-30T23:09:23.490Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2734 | 2024-10-30T23:09:24.774Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2735 | 2024-10-30T23:09:25.220Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2736 | 2024-10-30T23:09:26.538Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2737 | 2024-10-30T23:09:28.551Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2738 | 2024-10-30T23:09:29.182Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2739 | 2024-10-30T23:09:29.915Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2740 | 2024-10-30T23:09:36.438Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2741 | 2024-10-30T23:09:45.173Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2742 | 2024-10-30T23:09:46.525Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2743 | 2024-10-30T23:10:33.254Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2744 | 2024-10-30T23:11:01.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 52s |
2745 | 2024-10-30T23:11:01.802Z | |
2746 | 2024-10-30T23:11:01.802Z | real 2:52.482569399 |
2747 | 2024-10-30T23:11:01.802Z | user 11:26.098046408 |
2748 | 2024-10-30T23:11:01.802Z | sys 2:17.562584006 |
2749 | 2024-10-30T23:11:01.802Z | trap 0.281341424 |
2750 | 2024-10-30T23:11:01.802Z | tflt 0.797977675 |
2751 | 2024-10-30T23:11:01.805Z | dflt 1.975008282 |
2752 | 2024-10-30T23:11:01.805Z | kflt 0.000016012 |
2753 | 2024-10-30T23:11:01.805Z | lock 23:43.717535611 |
2754 | 2024-10-30T23:11:01.805Z | slp 40:16.829171229 |
2755 | 2024-10-30T23:11:01.805Z | lat 34.156114931 |
2756 | 2024-10-30T23:11:01.805Z | stop 1:22.477402747 |
2757 | 2024-10-30T23:11:01.805Z | + mkdir tests |
2758 | 2024-10-30T23:11:01.808Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2759 | 2024-10-30T23:11:01.808Z | + xargs -I '{}' -t cp '{}' tests/ |
2760 | 2024-10-30T23:11:03.236Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58ca4ee7ed29164b tests/ |
2761 | 2024-10-30T23:11:03.262Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-34aa1b14517b8d15 tests/ |
2762 | 2024-10-30T23:11:03.288Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-de016a263f027c88 tests/ |
2763 | 2024-10-30T23:11:03.312Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9a764e63aa3a21c1 tests/ |
2764 | 2024-10-30T23:11:03.509Z | + 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/*) |
2765 | 2024-10-30T23:11:03.511Z | + 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-de016a263f027c88 tests/commtest-34aa1b14517b8d15 tests/dhcp_server-58ca4ee7ed29164b tests/end_to_end_tests-9a764e63aa3a21c1 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 |
2766 | 2024-10-30T23:12:08.671Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2767 | 2024-10-30T23:12:08.671Z | a .github/buildomat/ci-env.sh 1K |
2768 | 2024-10-30T23:12:08.671Z | a out/target/test 1K |
2769 | 2024-10-30T23:12:08.671Z | a out/npuzone/npuzone 23144K |
2770 | 2024-10-30T23:12:08.671Z | a package-manifest.toml 32K |
2771 | 2024-10-30T23:12:08.671Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2772 | 2024-10-30T23:12:08.671Z | a target/release/omicron-package 32515K |
2773 | 2024-10-30T23:12:08.671Z | a target/release/xtask 11749K |
2774 | 2024-10-30T23:12:08.672Z | a target/debug/bootstrap 195748K |
2775 | 2024-10-30T23:12:08.672Z | a tests/bootstrap-de016a263f027c88 23991K |
2776 | 2024-10-30T23:12:08.672Z | a tests/commtest-34aa1b14517b8d15 24191K |
2777 | 2024-10-30T23:12:08.672Z | a tests/dhcp_server-58ca4ee7ed29164b 23991K |
2778 | 2024-10-30T23:12:08.672Z | a tests/end_to_end_tests-9a764e63aa3a21c1 207954K |
2779 | 2024-10-30T23:12:08.672Z | a out/clickhouse.tar.gz 244313K |
2780 | 2024-10-30T23:12:08.672Z | a out/clickhouse_keeper.tar.gz 244303K |
2781 | 2024-10-30T23:12:08.672Z | a out/clickhouse_server.tar.gz 244303K |
2782 | 2024-10-30T23:12:08.672Z | a out/cockroachdb.tar.gz 130018K |
2783 | 2024-10-30T23:12:08.672Z | a out/crucible-dtrace.tar 83K |
2784 | 2024-10-30T23:12:08.672Z | a out/crucible-pantry-zone.tar.gz 26850K |
2785 | 2024-10-30T23:12:08.672Z | a out/crucible-zone.tar.gz 35057K |
2786 | 2024-10-30T23:12:08.672Z | a out/external-dns.tar.gz 30730K |
2787 | 2024-10-30T23:12:08.672Z | a out/internal-dns.tar.gz 30731K |
2788 | 2024-10-30T23:12:08.672Z | a out/mg-ddm-gz.tar 62661K |
2789 | 2024-10-30T23:12:08.672Z | a out/nexus.tar.gz 95997K |
2790 | 2024-10-30T23:12:08.672Z | a out/ntp.tar.gz 9031K |
2791 | 2024-10-30T23:12:08.672Z | a out/omicron-gateway-softnpu.tar.gz 21666K |
2792 | 2024-10-30T23:12:08.672Z | a out/omicron-sled-agent.tar 102930K |
2793 | 2024-10-30T23:12:08.672Z | a out/overlay.tar.gz 3K |
2794 | 2024-10-30T23:12:08.672Z | a out/oximeter.tar.gz 45966K |
2795 | 2024-10-30T23:12:08.672Z | a out/oxlog.tar 3071K |
2796 | 2024-10-30T23:12:08.672Z | a out/probe.tar.gz 2764K |
2797 | 2024-10-30T23:12:08.672Z | a out/propolis-server.tar.gz 66584K |
2798 | 2024-10-30T23:12:08.672Z | a out/pumpkind-gz.tar 26665K |
2799 | 2024-10-30T23:12:08.672Z | a out/switch-softnpu.tar.gz 224061K |
2800 | 2024-10-30T23:12:08.675Z | |
2801 | 2024-10-30T23:12:08.675Z | real 1:05.146911699 |
2802 | 2024-10-30T23:12:08.675Z | user 1:02.217966392 |
2803 | 2024-10-30T23:12:08.675Z | sys 4.181817245 |
2804 | 2024-10-30T23:12:08.675Z | trap 0.015957250 |
2805 | 2024-10-30T23:12:08.675Z | tflt 0.000000000 |
2806 | 2024-10-30T23:12:08.675Z | dflt 0.000000000 |
2807 | 2024-10-30T23:12:08.675Z | kflt 0.000000000 |
2808 | 2024-10-30T23:12:08.675Z | lock 0.000000000 |
2809 | 2024-10-30T23:12:08.675Z | slp 1:02.004421213 |
2810 | 2024-10-30T23:12:08.675Z | lat 1.867848468 |
2811 | 2024-10-30T23:12:08.676Z | stop 0.000646318 |
2812 | 2024-10-30T23:12:08.678Z | process exited: duration 1958508 ms, exit code 0 |
|
2813 | 2024-10-30T23:12:08.692Z | found 1 output files |
2814 | 2024-10-30T23:12:08.783Z | uploading: /work/package.tar.gz (1691702069 bytes) |
2815 | 2024-10-30T23:12:45.410Z | uploaded: /work/package.tar.gz |