|
|
|
1 | 2024-11-01T21:34:38.849Z | job assigned to worker 01JBMTBX8S0KF31M5JFPHPB3A9 (queued for 1 m 0 s) |
|
2 | 2024-11-01T21:34:46.588Z | starting task 0: "setup" |
3 | 2024-11-01T21:34:46.597Z | ++ uname -s |
4 | 2024-11-01T21:34:46.599Z | + kern=SunOS |
5 | 2024-11-01T21:34:46.599Z | + case "$kern" in |
6 | 2024-11-01T21:34:46.599Z | + [[ 0 == 12345 ]] |
7 | 2024-11-01T21:34:46.599Z | + groupadd -g 12345 build |
8 | 2024-11-01T21:34:46.601Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-01T21:34:48.613Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-01T21:34:48.720Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-01T21:34:48.723Z | + home_fs=zfs |
12 | 2024-11-01T21:34:48.723Z | + [[ zfs == autofs ]] |
13 | 2024-11-01T21:34:48.723Z | + mkdir -p /home/build |
14 | 2024-11-01T21:34:48.726Z | + chown build:build /home/build /work |
15 | 2024-11-01T21:34:49.726Z | + chmod 0700 /home/build /work |
16 | 2024-11-01T21:34:49.729Z | process exited: duration 3142 ms, exit code 0 |
|
17 | 2024-11-01T21:34:49.734Z | starting task 1: "rust-toolchain" |
18 | 2024-11-01T21:34:49.740Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-01T21:34:49.740Z | ' 1.82.0 |
20 | 2024-11-01T21:34:49.740Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-01T21:34:49.740Z | ' default |
22 | 2024-11-01T21:34:49.740Z | * toolchain channel = "1.82.0" |
23 | 2024-11-01T21:34:49.740Z | * toolchain profile = "default" |
24 | 2024-11-01T21:34:49.742Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-01T21:34:49.742Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-01T21:34:49.832Z | info: downloading installer |
27 | 2024-11-01T21:34:50.973Z | info: profile set to 'default' |
28 | 2024-11-01T21:34:50.973Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-01T21:34:50.976Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-01T21:34:51.127Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-01T21:34:51.127Z | info: downloading component 'cargo' |
32 | 2024-11-01T21:34:51.944Z | info: downloading component 'clippy' |
33 | 2024-11-01T21:34:52.256Z | info: downloading component 'rust-docs' |
34 | 2024-11-01T21:34:53.403Z | info: downloading component 'rust-std' |
35 | 2024-11-01T21:34:55.286Z | info: downloading component 'rustc' |
36 | 2024-11-01T21:35:01.746Z | info: downloading component 'rustfmt' |
37 | 2024-11-01T21:35:01.980Z | info: installing component 'cargo' |
38 | 2024-11-01T21:35:02.852Z | info: installing component 'clippy' |
39 | 2024-11-01T21:35:03.253Z | info: installing component 'rust-docs' |
40 | 2024-11-01T21:35:04.972Z | info: installing component 'rust-std' |
41 | 2024-11-01T21:35:06.996Z | info: installing component 'rustc' |
42 | 2024-11-01T21:35:13.124Z | info: installing component 'rustfmt' |
43 | 2024-11-01T21:35:13.495Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-01T21:35:13.495Z | |
45 | 2024-11-01T21:35:13.970Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-01T21:35:13.970Z | |
47 | 2024-11-01T21:35:13.977Z | |
48 | 2024-11-01T21:35:13.977Z | Rust is installed now. Great! |
49 | 2024-11-01T21:35:13.977Z | |
50 | 2024-11-01T21:35:13.977Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-01T21:35:13.977Z | environment variable. This has not been done automatically. |
52 | 2024-11-01T21:35:13.977Z | |
53 | 2024-11-01T21:35:13.977Z | To configure your current shell, you need to source |
54 | 2024-11-01T21:35:13.977Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-01T21:35:13.977Z | |
56 | 2024-11-01T21:35:13.977Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-01T21:35:13.977Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-01T21:35:13.977Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-01T21:35:13.977Z | + rustc --version |
60 | 2024-11-01T21:35:14.014Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-01T21:35:14.017Z | process exited: duration 24281 ms, exit code 0 |
|
62 | 2024-11-01T21:35:14.025Z | starting task 2: "authentication" |
63 | 2024-11-01T21:35:14.043Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-11-01T21:35:14.048Z | starting task 3: "clone repository" |
65 | 2024-11-01T21:35:14.053Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-01T21:35:14.056Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-01T21:35:14.093Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-01T21:35:20.841Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-01T21:35:20.842Z | + git fetch origin 87a80ce1149cb7ec6af036f61e47a13a165d1299 |
70 | 2024-11-01T21:35:21.132Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-01T21:35:21.132Z | * branch 87a80ce1149cb7ec6af036f61e47a13a165d1299 -> FETCH_HEAD |
72 | 2024-11-01T21:35:21.141Z | + [[ -n upgrade-zip ]] |
73 | 2024-11-01T21:35:21.145Z | ++ git branch --show-current |
74 | 2024-11-01T21:35:21.148Z | + current=main |
75 | 2024-11-01T21:35:21.148Z | + [[ main != upgrade-zip ]] |
76 | 2024-11-01T21:35:21.148Z | + git branch -f upgrade-zip 87a80ce1149cb7ec6af036f61e47a13a165d1299 |
77 | 2024-11-01T21:35:21.152Z | + git checkout -f upgrade-zip |
78 | 2024-11-01T21:35:21.300Z | Switched to branch 'upgrade-zip' |
79 | 2024-11-01T21:35:21.303Z | + git reset --hard 87a80ce1149cb7ec6af036f61e47a13a165d1299 |
80 | 2024-11-01T21:35:21.442Z | HEAD is now at 87a80ce11 Merge branch 'main' into upgrade-zip |
81 | 2024-11-01T21:35:21.444Z | process exited: duration 7394 ms, exit code 0 |
|
82 | 2024-11-01T21:35:21.449Z | starting task 4: "build" |
83 | 2024-11-01T21:35:21.455Z | + source .github/buildomat/ci-env.sh |
84 | 2024-11-01T21:35:21.455Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-11-01T21:35:21.455Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-11-01T21:35:21.455Z | + cargo --version |
87 | 2024-11-01T21:35:21.511Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-11-01T21:35:21.513Z | + rustc --version |
89 | 2024-11-01T21:35:21.574Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-11-01T21:35:21.578Z | + WORK=/work |
91 | 2024-11-01T21:35:21.578Z | + pfexec mkdir -p /work |
92 | 2024-11-01T21:35:21.580Z | + pfexec chown build /work |
93 | 2024-11-01T21:35:21.583Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-11-01T21:35:30.641Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-11-01T21:35:34.060Z | Startup: Caching catalogs ... Done |
96 | 2024-11-01T21:35:41.010Z | Planning: Solver setup ... Done (6.292s) |
97 | 2024-11-01T21:35:41.104Z | Planning: Running solver ... Done (0.094s) |
98 | 2024-11-01T21:35:41.185Z | Planning: Finding local manifests ... Done (0.003s) |
99 | 2024-11-01T21:35:41.205Z | Planning: Fetching manifests: 0/5 0% complete |
100 | 2024-11-01T21:35:41.429Z | Planning: Fetching manifests: 5/5 100% complete |
101 | 2024-11-01T21:35:41.675Z | Planning: Package planning ... Done (0.246s) |
102 | 2024-11-01T21:35:41.733Z | Planning: Merging actions ... Done (0.058s) |
103 | 2024-11-01T21:35:41.927Z | Planning: Checking for conflicting actions ... Done (0.194s) |
104 | 2024-11-01T21:35:43.943Z | Planning: Consolidating action changes ... Done (2.015s) |
105 | 2024-11-01T21:35:44.366Z | Planning: Evaluating mediators ... Done (0.423s) |
106 | 2024-11-01T21:35:44.446Z | Planning: Planning completed in 10.35 seconds |
107 | 2024-11-01T21:35:44.461Z | Packages to install: 4 |
108 | 2024-11-01T21:35:44.462Z | Packages to update: 1 |
109 | 2024-11-01T21:35:44.465Z | Mediators to change: 2 |
110 | 2024-11-01T21:35:44.465Z | Services to change: 1 |
111 | 2024-11-01T21:35:44.466Z | Estimated space available: 155.61 GB |
112 | 2024-11-01T21:35:44.466Z | Estimated space to be consumed: 1.59 GB |
113 | 2024-11-01T21:35:44.466Z | Create boot environment: No |
114 | 2024-11-01T21:35:44.466Z | Create backup boot environment: Yes |
115 | 2024-11-01T21:35:44.466Z | Rebuild boot archive: No |
116 | 2024-11-01T21:35:44.466Z | |
117 | 2024-11-01T21:35:44.466Z | Changed mediators: |
118 | 2024-11-01T21:35:44.466Z | mediator clang: |
119 | 2024-11-01T21:35:44.466Z | version: None -> 15 (system default) |
120 | 2024-11-01T21:35:44.466Z | |
121 | 2024-11-01T21:35:44.466Z | mediator llvm: |
122 | 2024-11-01T21:35:44.466Z | version: 14 (system default) -> 15 (system default) |
123 | 2024-11-01T21:35:44.466Z | |
124 | 2024-11-01T21:35:44.466Z | Changed packages: |
125 | 2024-11-01T21:35:44.466Z | helios-dev |
126 | 2024-11-01T21:35:44.466Z | developer/build-essential |
127 | 2024-11-01T21:35:44.466Z | None -> 11-2.0 |
128 | 2024-11-01T21:35:44.466Z | library/libxmlsec1 |
129 | 2024-11-01T21:35:44.466Z | None -> 1.2.35-2.0 |
130 | 2024-11-01T21:35:44.466Z | ooce/developer/clang-15 |
131 | 2024-11-01T21:35:44.466Z | None -> 15.0.7-2.0 |
132 | 2024-11-01T21:35:44.466Z | ooce/developer/llvm-15 |
133 | 2024-11-01T21:35:44.466Z | None -> 15.0.7-2.0 |
134 | 2024-11-01T21:35:44.466Z | package/pkg |
135 | 2024-11-01T21:35:44.466Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
136 | 2024-11-01T21:35:44.467Z | |
137 | 2024-11-01T21:35:44.467Z | Services: |
138 | 2024-11-01T21:35:44.467Z | restart_fmri: |
139 | 2024-11-01T21:35:44.467Z | svc:/system/update-man-index:default |
140 | 2024-11-01T21:35:44.467Z | |
141 | 2024-11-01T21:35:44.467Z | Editable files to change: |
142 | 2024-11-01T21:35:44.467Z | Update: |
143 | 2024-11-01T21:35:44.467Z | usr/share/lib/pkg/web/config.shtml |
144 | 2024-11-01T21:35:44.542Z | |
145 | 2024-11-01T21:35:44.542Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
146 | 2024-11-01T21:35:49.549Z | Download: 677/4281 items 18.0/220.6MB 8% complete (3.7M/s) |
147 | 2024-11-01T21:35:54.554Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (8.4M/s) |
148 | 2024-11-01T21:35:59.557Z | Download: 1605/4281 items 116.9/220.6MB 52% complete (9.9M/s) |
149 | 2024-11-01T21:36:04.940Z | Download: 2215/4281 items 118.4/220.6MB 53% complete (4.2M/s) |
150 | 2024-11-01T21:36:09.935Z | Download: 2503/4281 items 120.0/220.6MB 54% complete (314k/s) |
151 | 2024-11-01T21:36:14.937Z | Download: 3024/4281 items 121.1/220.6MB 54% complete (272k/s) |
152 | 2024-11-01T21:36:20.649Z | Download: 3245/4281 items 199.0/220.6MB 90% complete (7.8M/s) |
153 | 2024-11-01T21:36:25.854Z | Download: 3247/4281 items 199.0/220.6MB 90% complete (7.8M/s) |
154 | 2024-11-01T21:36:30.854Z | Download: 3263/4281 items 207.1/220.6MB 93% complete (832k/s) |
155 | 2024-11-01T21:36:35.972Z | Download: 3282/4281 items 211.3/220.6MB 95% complete (1.4M/s) |
156 | 2024-11-01T21:36:42.371Z | Download: 3286/4281 items 212.4/220.6MB 96% complete (1.6M/s) |
157 | 2024-11-01T21:36:47.373Z | Download: 4024/4281 items 218.4/220.6MB 99% complete (1.2M/s) |
158 | 2024-11-01T21:36:56.217Z | Download: 4207/4281 items 220.6/220.6MB 99% complete (1.4M/s) |
159 | 2024-11-01T21:37:09.020Z | Download: 4208/4281 items 220.6/220.6MB 99% complete |
160 | 2024-11-01T21:37:09.124Z | Download: Completed 220.60 MB in 84.58 seconds (2.6M/s) |
161 | 2024-11-01T21:37:11.092Z | Actions: 1/5063 actions (Removing old actions) |
162 | 2024-11-01T21:37:11.111Z | Actions: 194/5063 actions (Installing new actions) |
163 | 2024-11-01T21:37:15.813Z | Actions: 4226/5063 actions (Updating modified actions) |
164 | 2024-11-01T21:37:16.129Z | Actions: Completed 5063 actions in 5.04 seconds. |
165 | 2024-11-01T21:37:16.500Z | Done (0.364s) |
166 | 2024-11-01T21:37:16.502Z | Done (0.000s) |
167 | 2024-11-01T21:37:17.009Z | Done (0.507s) |
168 | 2024-11-01T21:37:21.275Z | Done (4.066s) |
169 | 2024-11-01T21:37:21.359Z | Done (0.018s) |
170 | 2024-11-01T21:37:21.362Z | Done (0.000s) |
171 | 2024-11-01T21:37:21.538Z | Done (0.000s) |
172 | 2024-11-01T21:37:22.191Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-11-01T21:37:22.354Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-11-01T21:37:22.356Z | Planning: Consolidating action changes ... Done |
175 | 2024-11-01T21:37:22.633Z | Planning: Evaluating mediators ... Done |
176 | 2024-11-01T21:37:22.636Z | Planning: Planning completed in 0.44 seconds |
177 | 2024-11-01T21:37:22.674Z | Mediators to change: 2 |
178 | 2024-11-01T21:37:22.674Z | Create boot environment: No |
179 | 2024-11-01T21:37:22.679Z | Create backup boot environment: No |
180 | 2024-11-01T21:37:22.756Z | Done |
181 | 2024-11-01T21:37:22.756Z | Done |
182 | 2024-11-01T21:37:23.076Z | Done |
183 | 2024-11-01T21:37:26.553Z | Done |
184 | 2024-11-01T21:37:26.641Z | Done |
185 | 2024-11-01T21:37:26.643Z | Done |
186 | 2024-11-01T21:37:26.750Z | Done |
187 | 2024-11-01T21:37:27.361Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-11-01T21:37:27.363Z | Planning: Merging actions ... Done |
189 | 2024-11-01T21:37:27.549Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-11-01T21:37:27.552Z | Planning: Consolidating action changes ... Done |
191 | 2024-11-01T21:37:27.817Z | Planning: Evaluating mediators ... Done |
192 | 2024-11-01T21:37:27.872Z | Planning: Planning completed in 0.75 seconds |
193 | 2024-11-01T21:37:27.912Z | Packages to change: 1 |
194 | 2024-11-01T21:37:27.912Z | Mediators to change: 1 |
195 | 2024-11-01T21:37:27.914Z | Services to change: 1 |
196 | 2024-11-01T21:37:27.914Z | Create boot environment: No |
197 | 2024-11-01T21:37:27.914Z | Create backup boot environment: Yes |
198 | 2024-11-01T21:37:30.072Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2024-11-01T21:37:30.075Z | Actions: Completed 6 actions in 0.00 seconds. |
200 | 2024-11-01T21:37:30.075Z | Done |
201 | 2024-11-01T21:37:30.075Z | Done |
202 | 2024-11-01T21:37:30.177Z | Done |
203 | 2024-11-01T21:37:33.661Z | Done |
204 | 2024-11-01T21:37:33.750Z | Done |
205 | 2024-11-01T21:37:33.752Z | Done |
206 | 2024-11-01T21:37:33.861Z | Done |
207 | 2024-11-01T21:37:34.297Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2024-11-01T21:37:34.297Z | clang system 15 system |
209 | 2024-11-01T21:37:34.297Z | csh system system illumos |
210 | 2024-11-01T21:37:34.297Z | ctags system system illumos |
211 | 2024-11-01T21:37:34.297Z | gcc vendor 12 vendor |
212 | 2024-11-01T21:37:34.297Z | gcc system 10 system |
213 | 2024-11-01T21:37:34.298Z | gcc system 7 system |
214 | 2024-11-01T21:37:34.298Z | go system 1.20 system |
215 | 2024-11-01T21:37:34.298Z | go system 1.19 system |
216 | 2024-11-01T21:37:34.298Z | llvm system 15 system |
217 | 2024-11-01T21:37:34.298Z | llvm system 14 system |
218 | 2024-11-01T21:37:34.298Z | mariadb system 10.6 system |
219 | 2024-11-01T21:37:34.298Z | mta vendor vendor dma |
220 | 2024-11-01T21:37:34.298Z | openjdk system 17 system |
221 | 2024-11-01T21:37:34.298Z | openjdk system 11 system |
222 | 2024-11-01T21:37:34.298Z | openjdk system 1.8 system |
223 | 2024-11-01T21:37:34.298Z | openssl vendor 3 vendor |
224 | 2024-11-01T21:37:34.298Z | perl system 5.36 system |
225 | 2024-11-01T21:37:34.298Z | postgresql system 15 system |
226 | 2024-11-01T21:37:34.298Z | postgresql system 13 system |
227 | 2024-11-01T21:37:34.298Z | python vendor 3 vendor |
228 | 2024-11-01T21:37:34.298Z | python system 2 system |
229 | 2024-11-01T21:37:34.298Z | python3 system 3.11 system |
230 | 2024-11-01T21:37:34.298Z | ruby system 3.0 system |
231 | 2024-11-01T21:37:34.298Z | words vendor vendor american-english |
232 | 2024-11-01T21:37:34.298Z | words system system australian-english |
233 | 2024-11-01T21:37:34.298Z | words system system british-english |
234 | 2024-11-01T21:37:34.298Z | words system system canadian-english |
235 | 2024-11-01T21:37:34.298Z | words system system french |
236 | 2024-11-01T21:37:34.298Z | words system system italian |
237 | 2024-11-01T21:37:34.298Z | words system system ngerman |
238 | 2024-11-01T21:37:34.298Z | words system system ogerman |
239 | 2024-11-01T21:37:34.298Z | words system system spanish |
240 | 2024-11-01T21:37:34.627Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2024-11-01T21:37:34.627Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2024-11-01T21:37:37.014Z | FMRI IFO |
243 | 2024-11-01T21:37:37.014Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2024-11-01T21:37:37.014Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2024-11-01T21:37:37.014Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2024-11-01T21:37:37.014Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2024-11-01T21:37:37.014Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2024-11-01T21:37:37.014Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2024-11-01T21:37:37.014Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
250 | 2024-11-01T21:37:37.014Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
251 | 2024-11-01T21:37:37.014Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
252 | 2024-11-01T21:37:37.014Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
253 | 2024-11-01T21:37:37.014Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
254 | 2024-11-01T21:37:37.014Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
255 | 2024-11-01T21:37:37.014Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
256 | 2024-11-01T21:37:37.014Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
257 | 2024-11-01T21:37:37.014Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
258 | 2024-11-01T21:37:37.686Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
259 | 2024-11-01T21:37:37.937Z | Updating crates.io index |
260 | 2024-11-01T21:37:37.939Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
261 | 2024-11-01T21:37:38.724Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
262 | 2024-11-01T21:37:38.995Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
263 | 2024-11-01T21:37:39.230Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
264 | 2024-11-01T21:37:39.529Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
265 | 2024-11-01T21:37:40.403Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
266 | 2024-11-01T21:37:42.763Z | Updating git repository `https://github.com/oxidecomputer/opte` |
267 | 2024-11-01T21:37:43.718Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
268 | 2024-11-01T21:37:44.509Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
269 | 2024-11-01T21:37:44.770Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
270 | 2024-11-01T21:37:45.021Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
271 | 2024-11-01T21:37:45.606Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
272 | 2024-11-01T21:37:45.981Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
273 | 2024-11-01T21:37:46.295Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
274 | 2024-11-01T21:37:46.541Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
275 | 2024-11-01T21:37:46.803Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
276 | 2024-11-01T21:37:47.056Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
277 | 2024-11-01T21:37:47.368Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
278 | 2024-11-01T21:37:47.715Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
279 | 2024-11-01T21:37:48.074Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
280 | 2024-11-01T21:37:48.411Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
281 | 2024-11-01T21:37:48.874Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
282 | 2024-11-01T21:37:49.206Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
283 | 2024-11-01T21:37:49.609Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
284 | 2024-11-01T21:37:50.041Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
285 | 2024-11-01T21:37:50.403Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
286 | 2024-11-01T21:37:50.659Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
287 | 2024-11-01T21:37:51.943Z | Downloading crates ... |
288 | 2024-11-01T21:37:52.052Z | Downloaded pretty-hex v0.4.1 |
289 | 2024-11-01T21:37:52.060Z | Downloaded equivalent v1.0.1 |
290 | 2024-11-01T21:37:52.062Z | Downloaded cargo-platform v0.1.8 |
291 | 2024-11-01T21:37:52.062Z | Downloaded anstyle-query v1.1.1 |
292 | 2024-11-01T21:37:52.064Z | Downloaded byteorder v1.5.0 |
293 | 2024-11-01T21:37:52.067Z | Downloaded anstyle v1.0.8 |
294 | 2024-11-01T21:37:52.070Z | Downloaded usdt-macro v0.5.0 |
295 | 2024-11-01T21:37:52.070Z | Downloaded usdt v0.5.0 |
296 | 2024-11-01T21:37:52.070Z | Downloaded smawk v0.3.2 |
297 | 2024-11-01T21:37:52.072Z | Downloaded fnv v1.0.7 |
298 | 2024-11-01T21:37:52.072Z | Downloaded usdt-attr-macro v0.5.0 |
299 | 2024-11-01T21:37:52.072Z | Downloaded colorchoice v1.0.2 |
300 | 2024-11-01T21:37:52.074Z | Downloaded memmap v0.7.0 |
301 | 2024-11-01T21:37:52.077Z | Downloaded itoa v1.0.11 |
302 | 2024-11-01T21:37:52.079Z | Downloaded heck v0.5.0 |
303 | 2024-11-01T21:37:52.081Z | Downloaded pest_generator v2.7.14 |
304 | 2024-11-01T21:37:52.081Z | Downloaded digest v0.10.7 |
305 | 2024-11-01T21:37:52.083Z | Downloaded unicode-linebreak v0.1.5 |
306 | 2024-11-01T21:37:52.083Z | Downloaded anstyle-parse v0.2.5 |
307 | 2024-11-01T21:37:52.085Z | Downloaded block-buffer v0.10.4 |
308 | 2024-11-01T21:37:52.088Z | Downloaded clap_derive v4.5.18 |
309 | 2024-11-01T21:37:52.090Z | Downloaded cfg-if v1.0.0 |
310 | 2024-11-01T21:37:52.093Z | Downloaded tempfile v3.13.0 |
311 | 2024-11-01T21:37:52.096Z | Downloaded typenum v1.17.0 |
312 | 2024-11-01T21:37:52.098Z | Downloaded log v0.4.22 |
313 | 2024-11-01T21:37:52.108Z | Downloaded serde_spanned v0.6.8 |
314 | 2024-11-01T21:37:52.108Z | Downloaded scroll v0.12.0 |
315 | 2024-11-01T21:37:52.108Z | Downloaded bitflags v2.6.0 |
316 | 2024-11-01T21:37:52.108Z | Downloaded toml v0.8.19 |
317 | 2024-11-01T21:37:52.111Z | Downloaded papergrid v0.11.0 |
318 | 2024-11-01T21:37:52.114Z | Downloaded proc-macro2 v1.0.87 |
319 | 2024-11-01T21:37:52.116Z | Downloaded serde v1.0.210 |
320 | 2024-11-01T21:37:52.120Z | Downloaded autocfg v1.4.0 |
321 | 2024-11-01T21:37:52.122Z | Downloaded cargo_toml v0.20.5 |
322 | 2024-11-01T21:37:52.125Z | Downloaded anstream v0.6.15 |
323 | 2024-11-01T21:37:52.127Z | Downloaded anyhow v1.0.92 |
324 | 2024-11-01T21:37:52.130Z | Downloaded camino v1.1.9 |
325 | 2024-11-01T21:37:52.132Z | Downloaded bytecount v0.6.8 |
326 | 2024-11-01T21:37:52.135Z | Downloaded cargo_metadata v0.18.1 |
327 | 2024-11-01T21:37:52.135Z | Downloaded camino-tempfile v1.1.1 |
328 | 2024-11-01T21:37:52.141Z | Downloaded scroll_derive v0.12.0 |
329 | 2024-11-01T21:37:52.143Z | Downloaded dtrace-parser v0.2.0 |
330 | 2024-11-01T21:37:52.152Z | Downloaded swrite v0.1.0 |
331 | 2024-11-01T21:37:52.156Z | Downloaded winnow v0.6.20 |
332 | 2024-11-01T21:37:52.164Z | Downloaded terminal_size v0.4.0 |
333 | 2024-11-01T21:37:52.166Z | Downloaded macaddr v1.0.1 |
334 | 2024-11-01T21:37:52.166Z | Downloaded heck v0.4.1 |
335 | 2024-11-01T21:37:52.169Z | Downloaded dof v0.3.0 |
336 | 2024-11-01T21:37:52.169Z | Downloaded crypto-common v0.1.6 |
337 | 2024-11-01T21:37:52.171Z | Downloaded cpufeatures v0.2.14 |
338 | 2024-11-01T21:37:52.171Z | Downloaded generic-array v0.14.7 |
339 | 2024-11-01T21:37:52.174Z | Downloaded version_check v0.9.5 |
340 | 2024-11-01T21:37:52.174Z | Downloaded proc-macro-error-attr v1.0.4 |
341 | 2024-11-01T21:37:52.176Z | Downloaded plain v0.2.3 |
342 | 2024-11-01T21:37:52.176Z | Downloaded errno v0.3.9 |
343 | 2024-11-01T21:37:52.178Z | Downloaded clap_lex v0.7.2 |
344 | 2024-11-01T21:37:52.178Z | Downloaded thread-id v4.2.2 |
345 | 2024-11-01T21:37:52.181Z | Downloaded goblin v0.8.2 |
346 | 2024-11-01T21:37:52.184Z | Downloaded toml_datetime v0.6.8 |
347 | 2024-11-01T21:37:52.186Z | Downloaded thiserror v1.0.64 |
348 | 2024-11-01T21:37:52.190Z | Downloaded utf8parse v0.2.2 |
349 | 2024-11-01T21:37:52.192Z | Downloaded thiserror-impl v1.0.64 |
350 | 2024-11-01T21:37:52.192Z | Downloaded usdt-impl v0.5.0 |
351 | 2024-11-01T21:37:52.194Z | Downloaded tabled_derive v0.7.0 |
352 | 2024-11-01T21:37:52.194Z | Downloaded sha2 v0.10.8 |
353 | 2024-11-01T21:37:52.197Z | Downloaded strsim v0.11.1 |
354 | 2024-11-01T21:37:52.199Z | Downloaded semver v1.0.23 |
355 | 2024-11-01T21:37:52.201Z | Downloaded proc-macro-error v1.0.4 |
356 | 2024-11-01T21:37:52.203Z | Downloaded quote v1.0.37 |
357 | 2024-11-01T21:37:52.205Z | Downloaded serde_tokenstream v0.2.2 |
358 | 2024-11-01T21:37:52.208Z | Downloaded is_terminal_polyfill v1.70.1 |
359 | 2024-11-01T21:37:52.208Z | Downloaded once_cell v1.20.2 |
360 | 2024-11-01T21:37:52.210Z | Downloaded pest_derive v2.7.14 |
361 | 2024-11-01T21:37:52.212Z | Downloaded fs-err v2.11.0 |
362 | 2024-11-01T21:37:52.215Z | Downloaded zerocopy-derive v0.7.35 |
363 | 2024-11-01T21:37:52.217Z | Downloaded ryu v1.0.18 |
364 | 2024-11-01T21:37:52.220Z | Downloaded fastrand v2.1.1 |
365 | 2024-11-01T21:37:52.222Z | Downloaded unicode-ident v1.0.13 |
366 | 2024-11-01T21:37:52.225Z | Downloaded ucd-trie v0.1.7 |
367 | 2024-11-01T21:37:52.227Z | Downloaded textwrap v0.16.1 |
368 | 2024-11-01T21:37:52.230Z | Downloaded serde_derive v1.0.210 |
369 | 2024-11-01T21:37:52.232Z | Downloaded pest_meta v2.7.14 |
370 | 2024-11-01T21:37:52.242Z | Downloaded clap v4.5.20 |
371 | 2024-11-01T21:37:52.251Z | Downloaded indexmap v2.6.0 |
372 | 2024-11-01T21:37:52.255Z | Downloaded memchr v2.7.4 |
373 | 2024-11-01T21:37:52.260Z | Downloaded toml_edit v0.22.22 |
374 | 2024-11-01T21:37:52.280Z | Downloaded syn v1.0.109 |
375 | 2024-11-01T21:37:52.298Z | Downloaded pest v2.7.14 |
376 | 2024-11-01T21:37:52.305Z | Downloaded hashbrown v0.15.0 |
377 | 2024-11-01T21:37:52.309Z | Downloaded clap_builder v4.5.20 |
378 | 2024-11-01T21:37:52.316Z | Downloaded zerocopy v0.7.35 |
379 | 2024-11-01T21:37:52.331Z | Downloaded serde_json v1.0.128 |
380 | 2024-11-01T21:37:52.345Z | Downloaded tabled v0.15.0 |
381 | 2024-11-01T21:37:52.360Z | Downloaded syn v2.0.79 |
382 | 2024-11-01T21:37:52.371Z | Downloaded unicode-width v0.1.14 |
383 | 2024-11-01T21:37:52.383Z | Downloaded rustix v0.38.37 |
384 | 2024-11-01T21:37:52.421Z | Downloaded libc v0.2.161 |
385 | 2024-11-01T21:37:52.725Z | Compiling proc-macro2 v1.0.87 |
386 | 2024-11-01T21:37:52.725Z | Compiling unicode-ident v1.0.13 |
387 | 2024-11-01T21:37:52.728Z | Compiling serde v1.0.210 |
388 | 2024-11-01T21:37:52.728Z | Compiling version_check v0.9.5 |
389 | 2024-11-01T21:37:52.728Z | Compiling thiserror v1.0.64 |
390 | 2024-11-01T21:37:52.728Z | Compiling memchr v2.7.4 |
391 | 2024-11-01T21:37:52.758Z | Compiling libc v0.2.161 |
392 | 2024-11-01T21:37:52.761Z | Compiling itoa v1.0.11 |
393 | 2024-11-01T21:37:52.980Z | Compiling ryu v1.0.18 |
394 | 2024-11-01T21:37:53.038Z | Compiling ucd-trie v0.1.7 |
395 | 2024-11-01T21:37:53.326Z | Compiling once_cell v1.20.2 |
396 | 2024-11-01T21:37:53.619Z | Compiling byteorder v1.5.0 |
397 | 2024-11-01T21:37:53.622Z | Compiling rustix v0.38.37 |
398 | 2024-11-01T21:37:53.743Z | Compiling serde_json v1.0.128 |
399 | 2024-11-01T21:37:54.087Z | Compiling bitflags v2.6.0 |
400 | 2024-11-01T21:37:54.165Z | Compiling usdt-impl v0.5.0 |
401 | 2024-11-01T21:37:54.492Z | Compiling proc-macro-error-attr v1.0.4 |
402 | 2024-11-01T21:37:54.535Z | Compiling syn v1.0.109 |
403 | 2024-11-01T21:37:54.577Z | Compiling proc-macro-error v1.0.4 |
404 | 2024-11-01T21:37:54.625Z | Compiling log v0.4.22 |
405 | 2024-11-01T21:37:54.670Z | Compiling quote v1.0.37 |
406 | 2024-11-01T21:37:54.867Z | Compiling errno v0.3.9 |
407 | 2024-11-01T21:37:54.893Z | Compiling hashbrown v0.15.0 |
408 | 2024-11-01T21:37:55.018Z | Compiling utf8parse v0.2.2 |
409 | 2024-11-01T21:37:55.114Z | Compiling syn v2.0.79 |
410 | 2024-11-01T21:37:55.190Z | Compiling equivalent v1.0.1 |
411 | 2024-11-01T21:37:55.240Z | Compiling plain v0.2.3 |
412 | 2024-11-01T21:37:55.308Z | Compiling camino v1.1.9 |
413 | 2024-11-01T21:37:55.365Z | Compiling thread-id v4.2.2 |
414 | 2024-11-01T21:37:55.442Z | Compiling anstyle-parse v0.2.5 |
415 | 2024-11-01T21:37:55.774Z | Compiling is_terminal_polyfill v1.70.1 |
416 | 2024-11-01T21:37:55.910Z | Compiling anstyle-query v1.1.1 |
417 | 2024-11-01T21:37:55.977Z | Compiling unicode-width v0.1.14 |
418 | 2024-11-01T21:37:56.014Z | Compiling indexmap v2.6.0 |
419 | 2024-11-01T21:37:56.078Z | Compiling autocfg v1.4.0 |
420 | 2024-11-01T21:37:56.103Z | Compiling pretty-hex v0.4.1 |
421 | 2024-11-01T21:37:56.318Z | Compiling anstyle v1.0.8 |
422 | 2024-11-01T21:37:56.342Z | Compiling semver v1.0.23 |
423 | 2024-11-01T21:37:56.498Z | Compiling winnow v0.6.20 |
424 | 2024-11-01T21:37:56.785Z | Compiling colorchoice v1.0.2 |
425 | 2024-11-01T21:37:56.943Z | Compiling anstream v0.6.15 |
426 | 2024-11-01T21:37:57.149Z | Compiling fs-err v2.11.0 |
427 | 2024-11-01T21:37:57.251Z | Compiling fastrand v2.1.1 |
428 | 2024-11-01T21:37:57.424Z | Compiling terminal_size v0.4.0 |
429 | 2024-11-01T21:37:57.457Z | Compiling fnv v1.0.7 |
430 | 2024-11-01T21:37:57.610Z | Compiling cfg-if v1.0.0 |
431 | 2024-11-01T21:37:57.646Z | Compiling clap_lex v0.7.2 |
432 | 2024-11-01T21:37:57.708Z | Compiling heck v0.5.0 |
433 | 2024-11-01T21:37:57.750Z | Compiling anyhow v1.0.92 |
434 | 2024-11-01T21:37:57.759Z | Compiling strsim v0.11.1 |
435 | 2024-11-01T21:37:58.208Z | Compiling heck v0.4.1 |
436 | 2024-11-01T21:37:58.375Z | Compiling bytecount v0.6.8 |
437 | 2024-11-01T21:37:58.514Z | Compiling tempfile v3.13.0 |
438 | 2024-11-01T21:37:58.600Z | Compiling papergrid v0.11.0 |
439 | 2024-11-01T21:37:58.674Z | Compiling clap_builder v4.5.20 |
440 | 2024-11-01T21:37:59.003Z | Compiling memmap v0.7.0 |
441 | 2024-11-01T21:37:59.050Z | Compiling smawk v0.3.2 |
442 | 2024-11-01T21:37:59.288Z | Compiling unicode-linebreak v0.1.5 |
443 | 2024-11-01T21:37:59.794Z | Compiling textwrap v0.16.1 |
444 | 2024-11-01T21:37:59.979Z | Compiling swrite v0.1.0 |
445 | 2024-11-01T21:38:00.819Z | Compiling tabled_derive v0.7.0 |
446 | 2024-11-01T21:38:02.340Z | Compiling tabled v0.15.0 |
447 | 2024-11-01T21:38:03.294Z | Compiling serde_derive v1.0.210 |
448 | 2024-11-01T21:38:03.297Z | Compiling thiserror-impl v1.0.64 |
449 | 2024-11-01T21:38:03.297Z | Compiling zerocopy-derive v0.7.35 |
450 | 2024-11-01T21:38:03.360Z | Compiling scroll_derive v0.12.0 |
451 | 2024-11-01T21:38:03.858Z | Compiling clap_derive v4.5.18 |
452 | 2024-11-01T21:38:04.828Z | Compiling scroll v0.12.0 |
453 | 2024-11-01T21:38:05.292Z | Compiling goblin v0.8.2 |
454 | 2024-11-01T21:38:05.365Z | Compiling zerocopy v0.7.35 |
455 | 2024-11-01T21:38:06.032Z | Compiling pest v2.7.14 |
456 | 2024-11-01T21:38:07.495Z | Compiling clap v4.5.20 |
457 | 2024-11-01T21:38:08.284Z | Compiling pest_meta v2.7.14 |
458 | 2024-11-01T21:38:09.193Z | Compiling pest_generator v2.7.14 |
459 | 2024-11-01T21:38:10.840Z | Compiling pest_derive v2.7.14 |
460 | 2024-11-01T21:38:11.584Z | Compiling dtrace-parser v0.2.0 |
461 | 2024-11-01T21:38:13.343Z | Compiling serde_tokenstream v0.2.2 |
462 | 2024-11-01T21:38:13.362Z | Compiling serde_spanned v0.6.8 |
463 | 2024-11-01T21:38:13.362Z | Compiling toml_datetime v0.6.8 |
464 | 2024-11-01T21:38:13.715Z | Compiling cargo-platform v0.1.8 |
465 | 2024-11-01T21:38:13.742Z | Compiling toml_edit v0.22.22 |
466 | 2024-11-01T21:38:13.939Z | Compiling macaddr v1.0.1 |
467 | 2024-11-01T21:38:13.972Z | Compiling camino-tempfile v1.1.1 |
468 | 2024-11-01T21:38:14.857Z | Compiling dof v0.3.0 |
469 | 2024-11-01T21:38:14.877Z | Compiling cargo_metadata v0.18.1 |
470 | 2024-11-01T21:38:16.521Z | Compiling toml v0.8.19 |
471 | 2024-11-01T21:38:16.602Z | Compiling usdt-attr-macro v0.5.0 |
472 | 2024-11-01T21:38:16.605Z | Compiling usdt-macro v0.5.0 |
473 | 2024-11-01T21:38:17.390Z | Compiling cargo_toml v0.20.5 |
474 | 2024-11-01T21:38:17.968Z | Compiling usdt v0.5.0 |
475 | 2024-11-01T21:38:20.849Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
476 | 2024-11-01T21:38:24.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.19s |
477 | 2024-11-01T21:38:24.943Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
478 | 2024-11-01T21:38:25.448Z | Downloading crates ... |
479 | 2024-11-01T21:38:25.566Z | Downloaded aead v0.5.2 |
480 | 2024-11-01T21:38:25.569Z | Downloaded assert_matches v1.5.0 |
481 | 2024-11-01T21:38:25.571Z | Downloaded arrayref v0.3.9 |
482 | 2024-11-01T21:38:25.575Z | Downloaded addr2line v0.24.2 |
483 | 2024-11-01T21:38:25.578Z | Downloaded arc-swap v1.7.1 |
484 | 2024-11-01T21:38:25.583Z | Downloaded atty v0.2.14 |
485 | 2024-11-01T21:38:25.587Z | Downloaded data-encoding v2.6.0 |
486 | 2024-11-01T21:38:25.589Z | Downloaded darling_macro v0.20.10 |
487 | 2024-11-01T21:38:25.589Z | Downloaded cfg_aliases v0.1.1 |
488 | 2024-11-01T21:38:25.589Z | Downloaded async-stream-impl v0.3.6 |
489 | 2024-11-01T21:38:25.593Z | Downloaded hmac v0.12.1 |
490 | 2024-11-01T21:38:25.595Z | Downloaded libloading v0.8.5 |
491 | 2024-11-01T21:38:25.598Z | Downloaded convert_case v0.4.0 |
492 | 2024-11-01T21:38:25.601Z | Downloaded chacha20 v0.9.1 |
493 | 2024-11-01T21:38:25.606Z | Downloaded cstr-argument v0.1.2 |
494 | 2024-11-01T21:38:25.606Z | Downloaded async-recursion v1.1.1 |
495 | 2024-11-01T21:38:25.609Z | Downloaded cipher v0.4.4 |
496 | 2024-11-01T21:38:25.609Z | Downloaded hyper-tls v0.6.0 |
497 | 2024-11-01T21:38:25.612Z | Downloaded hubpack v0.1.2 |
498 | 2024-11-01T21:38:25.615Z | Downloaded http-range v0.1.5 |
499 | 2024-11-01T21:38:25.615Z | Downloaded newline-converter v0.3.0 |
500 | 2024-11-01T21:38:25.617Z | Downloaded ipnetwork v0.20.0 |
501 | 2024-11-01T21:38:25.620Z | Downloaded libefi-sys v0.1.0 |
502 | 2024-11-01T21:38:25.620Z | Downloaded curve25519-dalek-derive v0.1.1 |
503 | 2024-11-01T21:38:25.623Z | Downloaded linear-map v1.2.0 |
504 | 2024-11-01T21:38:25.625Z | Downloaded nanorand v0.7.0 |
505 | 2024-11-01T21:38:25.628Z | Downloaded maybe-uninit v2.0.0 |
506 | 2024-11-01T21:38:25.628Z | Downloaded lalrpop-util v0.19.12 |
507 | 2024-11-01T21:38:25.630Z | Downloaded nibble_vec v0.1.0 |
508 | 2024-11-01T21:38:25.632Z | Downloaded maplit v1.0.2 |
509 | 2024-11-01T21:38:25.632Z | Downloaded cbc v0.1.2 |
510 | 2024-11-01T21:38:25.635Z | Downloaded ahash v0.8.11 |
511 | 2024-11-01T21:38:25.637Z | Downloaded mime_guess v2.0.5 |
512 | 2024-11-01T21:38:25.639Z | Downloaded inout v0.1.3 |
513 | 2024-11-01T21:38:25.642Z | Downloaded async-stream v0.3.6 |
514 | 2024-11-01T21:38:25.644Z | Downloaded indexmap v1.9.3 |
515 | 2024-11-01T21:38:25.647Z | Downloaded mockall_derive v0.13.0 |
516 | 2024-11-01T21:38:25.650Z | Downloaded memmap2 v0.9.5 |
517 | 2024-11-01T21:38:25.652Z | Downloaded rand_seeder v0.3.0 |
518 | 2024-11-01T21:38:25.655Z | Downloaded hubpack_derive v0.1.1 |
519 | 2024-11-01T21:38:25.658Z | Downloaded adler2 v2.0.0 |
520 | 2024-11-01T21:38:25.661Z | Downloaded miniz_oxide v0.8.0 |
521 | 2024-11-01T21:38:25.663Z | Downloaded hickory-server v0.24.1 |
522 | 2024-11-01T21:38:25.668Z | Downloaded instant v0.1.13 |
523 | 2024-11-01T21:38:25.671Z | Downloaded compact_str v0.8.0 |
524 | 2024-11-01T21:38:25.675Z | Downloaded is_ci v1.2.0 |
525 | 2024-11-01T21:38:25.678Z | Downloaded ident_case v1.0.1 |
526 | 2024-11-01T21:38:25.678Z | Downloaded array-init v0.0.4 |
527 | 2024-11-01T21:38:25.681Z | Downloaded indent_write v2.2.0 |
528 | 2024-11-01T21:38:25.683Z | Downloaded httpdate v1.0.3 |
529 | 2024-11-01T21:38:25.683Z | Downloaded home v0.5.9 |
530 | 2024-11-01T21:38:25.686Z | Downloaded crucible-workspace-hack v0.1.0 |
531 | 2024-11-01T21:38:25.686Z | Downloaded async-bb8-diesel v0.2.1 |
532 | 2024-11-01T21:38:25.688Z | Downloaded bytes v1.7.2 |
533 | 2024-11-01T21:38:25.693Z | Downloaded md5 v0.7.0 |
534 | 2024-11-01T21:38:25.696Z | Downloaded indoc v1.0.9 |
535 | 2024-11-01T21:38:25.698Z | Downloaded try-lock v0.2.5 |
536 | 2024-11-01T21:38:25.701Z | Downloaded new_debug_unreachable v1.0.6 |
537 | 2024-11-01T21:38:25.701Z | Downloaded match_cfg v0.1.0 |
538 | 2024-11-01T21:38:25.703Z | Downloaded newtype_derive v0.1.6 |
539 | 2024-11-01T21:38:25.706Z | Downloaded sync_wrapper v1.0.1 |
540 | 2024-11-01T21:38:25.706Z | Downloaded rustls-pemfile v1.0.4 |
541 | 2024-11-01T21:38:25.708Z | Downloaded rustc_version v0.4.1 |
542 | 2024-11-01T21:38:25.710Z | Downloaded instability v0.3.2 |
543 | 2024-11-01T21:38:25.713Z | Downloaded lazycell v1.3.0 |
544 | 2024-11-01T21:38:25.715Z | Downloaded const_format v0.2.33 |
545 | 2024-11-01T21:38:25.719Z | Downloaded itertools v0.10.5 |
546 | 2024-11-01T21:38:25.727Z | Downloaded which v4.4.2 |
547 | 2024-11-01T21:38:25.729Z | Downloaded argon2 v0.5.3 |
548 | 2024-11-01T21:38:25.731Z | Downloaded kstat-rs v0.2.4 |
549 | 2024-11-01T21:38:25.734Z | Downloaded sqlformat v0.2.6 |
550 | 2024-11-01T21:38:25.736Z | Downloaded spin v0.5.2 |
551 | 2024-11-01T21:38:25.739Z | Downloaded bitflags v1.3.2 |
552 | 2024-11-01T21:38:25.741Z | Downloaded derive_builder_macro v0.20.2 |
553 | 2024-11-01T21:38:25.744Z | Downloaded mockall v0.13.0 |
554 | 2024-11-01T21:38:25.744Z | Downloaded md-5 v0.10.6 |
555 | 2024-11-01T21:38:25.746Z | Downloaded multimap v0.10.0 |
556 | 2024-11-01T21:38:25.748Z | Downloaded newtype-uuid v1.1.2 |
557 | 2024-11-01T21:38:25.750Z | Downloaded managed v0.8.0 |
558 | 2024-11-01T21:38:25.753Z | Downloaded chrono-tz-build v0.4.0 |
559 | 2024-11-01T21:38:25.753Z | Downloaded cexpr v0.6.0 |
560 | 2024-11-01T21:38:25.755Z | Downloaded bcrypt-pbkdf v0.10.0 |
561 | 2024-11-01T21:38:25.758Z | Downloaded const_format_proc_macros v0.2.33 |
562 | 2024-11-01T21:38:25.761Z | Downloaded ipnet v2.10.1 |
563 | 2024-11-01T21:38:25.763Z | Downloaded crc-catalog v2.4.0 |
564 | 2024-11-01T21:38:25.763Z | Downloaded spki v0.7.3 |
565 | 2024-11-01T21:38:25.765Z | Downloaded ciborium-ll v0.2.2 |
566 | 2024-11-01T21:38:25.767Z | Downloaded jobserver v0.1.32 |
567 | 2024-11-01T21:38:25.770Z | Downloaded hyper-staticfile v0.10.1 |
568 | 2024-11-01T21:38:25.772Z | Downloaded termios v0.3.3 |
569 | 2024-11-01T21:38:25.775Z | Downloaded cobs v0.2.3 |
570 | 2024-11-01T21:38:25.777Z | Downloaded slog-async v2.8.0 |
571 | 2024-11-01T21:38:25.779Z | Downloaded cfg_aliases v0.2.1 |
572 | 2024-11-01T21:38:25.779Z | Downloaded bitfield v0.14.0 |
573 | 2024-11-01T21:38:25.782Z | Downloaded zeroize_derive v1.4.2 |
574 | 2024-11-01T21:38:25.784Z | Downloaded highway v1.2.0 |
575 | 2024-11-01T21:38:25.786Z | Downloaded zeroize v1.8.1 |
576 | 2024-11-01T21:38:25.789Z | Downloaded utf-8 v0.7.6 |
577 | 2024-11-01T21:38:25.789Z | Downloaded serde_plain v1.0.2 |
578 | 2024-11-01T21:38:25.791Z | Downloaded phf_shared v0.10.0 |
579 | 2024-11-01T21:38:25.794Z | Downloaded serde_path_to_error v0.1.16 |
580 | 2024-11-01T21:38:25.794Z | Downloaded scheduled-thread-pool v0.2.7 |
581 | 2024-11-01T21:38:25.796Z | Downloaded same-file v1.0.6 |
582 | 2024-11-01T21:38:25.799Z | Downloaded display-error-chain v0.2.2 |
583 | 2024-11-01T21:38:25.801Z | Downloaded tokio-rustls v0.26.0 |
584 | 2024-11-01T21:38:25.804Z | Downloaded crc32fast v1.4.2 |
585 | 2024-11-01T21:38:25.804Z | Downloaded tracing-attributes v0.1.27 |
586 | 2024-11-01T21:38:25.808Z | Downloaded cancel-safe-futures v0.1.5 |
587 | 2024-11-01T21:38:25.812Z | Downloaded async-trait v0.1.83 |
588 | 2024-11-01T21:38:25.816Z | Downloaded ciborium v0.2.2 |
589 | 2024-11-01T21:38:25.820Z | Downloaded futures-macro v0.3.31 |
590 | 2024-11-01T21:38:25.822Z | Downloaded futures-io v0.3.31 |
591 | 2024-11-01T21:38:25.822Z | Downloaded spin v0.9.8 |
592 | 2024-11-01T21:38:25.825Z | Downloaded constant_time_eq v0.3.1 |
593 | 2024-11-01T21:38:25.829Z | Downloaded rpassword v7.3.1 |
594 | 2024-11-01T21:38:25.835Z | Downloaded serde-big-array v0.5.1 |
595 | 2024-11-01T21:38:25.835Z | Downloaded either v1.13.0 |
596 | 2024-11-01T21:38:25.835Z | Downloaded dsl_auto_type v0.1.2 |
597 | 2024-11-01T21:38:25.841Z | Downloaded hash32 v0.3.1 |
598 | 2024-11-01T21:38:25.841Z | Downloaded der_derive v0.7.3 |
599 | 2024-11-01T21:38:25.841Z | Downloaded hash32 v0.2.1 |
600 | 2024-11-01T21:38:25.843Z | Downloaded tui-tree-widget v0.22.0 |
601 | 2024-11-01T21:38:25.843Z | Downloaded sigpipe v0.1.3 |
602 | 2024-11-01T21:38:25.843Z | Downloaded slog v2.7.0 |
603 | 2024-11-01T21:38:25.846Z | Downloaded parse-display v0.10.0 |
604 | 2024-11-01T21:38:25.850Z | Downloaded phf_generator v0.11.2 |
605 | 2024-11-01T21:38:25.853Z | Downloaded quick-error v1.2.3 |
606 | 2024-11-01T21:38:25.853Z | Downloaded ff v0.13.0 |
607 | 2024-11-01T21:38:25.856Z | Downloaded toolchain_find v0.4.0 |
608 | 2024-11-01T21:38:25.856Z | Downloaded psl-types v2.0.11 |
609 | 2024-11-01T21:38:25.856Z | Downloaded des v0.8.1 |
610 | 2024-11-01T21:38:25.859Z | Downloaded tokio-stream v0.1.16 |
611 | 2024-11-01T21:38:25.864Z | Downloaded vte_generate_state_changes v0.1.2 |
612 | 2024-11-01T21:38:25.867Z | Downloaded num-integer v0.1.46 |
613 | 2024-11-01T21:38:25.869Z | Downloaded fixedbitset v0.4.2 |
614 | 2024-11-01T21:38:25.869Z | Downloaded env_logger v0.11.5 |
615 | 2024-11-01T21:38:25.873Z | Downloaded progenitor v0.8.0 |
616 | 2024-11-01T21:38:25.876Z | Downloaded crossbeam-utils v0.8.20 |
617 | 2024-11-01T21:38:25.880Z | Downloaded const-oid v0.9.6 |
618 | 2024-11-01T21:38:25.882Z | Downloaded crc-any v2.5.0 |
619 | 2024-11-01T21:38:25.885Z | Downloaded clang-sys v1.8.1 |
620 | 2024-11-01T21:38:25.887Z | Downloaded foreign-types v0.3.2 |
621 | 2024-11-01T21:38:25.890Z | Downloaded semver v0.1.20 |
622 | 2024-11-01T21:38:25.890Z | Downloaded salsa20 v0.10.2 |
623 | 2024-11-01T21:38:25.892Z | Downloaded uuid v1.10.0 |
624 | 2024-11-01T21:38:25.895Z | Downloaded number_prefix v0.4.0 |
625 | 2024-11-01T21:38:25.897Z | Downloaded ron v0.8.1 |
626 | 2024-11-01T21:38:25.903Z | Downloaded num-conv v0.1.0 |
627 | 2024-11-01T21:38:25.905Z | Downloaded rfc6979 v0.4.0 |
628 | 2024-11-01T21:38:25.908Z | Downloaded pkcs8 v0.10.2 |
629 | 2024-11-01T21:38:25.910Z | Downloaded parse-size v1.1.0 |
630 | 2024-11-01T21:38:25.913Z | Downloaded secrecy v0.8.0 |
631 | 2024-11-01T21:38:25.916Z | Downloaded russh-keys v0.45.0 |
632 | 2024-11-01T21:38:25.918Z | Downloaded predicates-core v1.0.8 |
633 | 2024-11-01T21:38:25.918Z | Downloaded rusty-fork v0.3.0 |
634 | 2024-11-01T21:38:25.920Z | Downloaded russh-cryptovec v0.7.3 |
635 | 2024-11-01T21:38:25.923Z | Downloaded debug-ignore v1.0.5 |
636 | 2024-11-01T21:38:25.923Z | Downloaded tap v1.0.1 |
637 | 2024-11-01T21:38:25.925Z | Downloaded signature v2.2.0 |
638 | 2024-11-01T21:38:25.928Z | Downloaded schemars v0.8.21 |
639 | 2024-11-01T21:38:25.940Z | Downloaded sqlparser_derive v0.2.2 |
640 | 2024-11-01T21:38:25.945Z | Downloaded shell-words v1.1.0 |
641 | 2024-11-01T21:38:25.945Z | Downloaded hex-literal v0.4.1 |
642 | 2024-11-01T21:38:25.948Z | Downloaded foldhash v0.1.3 |
643 | 2024-11-01T21:38:25.948Z | Downloaded ed25519 v2.2.3 |
644 | 2024-11-01T21:38:25.948Z | Downloaded unicase v2.7.0 |
645 | 2024-11-01T21:38:25.950Z | Downloaded chacha20poly1305 v0.10.1 |
646 | 2024-11-01T21:38:25.953Z | Downloaded take_mut v0.2.2 |
647 | 2024-11-01T21:38:25.953Z | Downloaded blake2 v0.10.6 |
648 | 2024-11-01T21:38:25.955Z | Downloaded dhcproto-macros v0.1.0 |
649 | 2024-11-01T21:38:25.958Z | Downloaded darling_core v0.20.10 |
650 | 2024-11-01T21:38:25.963Z | Downloaded float-cmp v0.9.0 |
651 | 2024-11-01T21:38:25.965Z | Downloaded flagset v0.4.6 |
652 | 2024-11-01T21:38:25.967Z | Downloaded crossterm v0.28.1 |
653 | 2024-11-01T21:38:25.975Z | Downloaded precomputed-hash v0.1.1 |
654 | 2024-11-01T21:38:25.977Z | Downloaded phf_shared v0.11.2 |
655 | 2024-11-01T21:38:25.980Z | Downloaded rustfmt-wrapper v0.2.1 |
656 | 2024-11-01T21:38:25.980Z | Downloaded predicates-tree v1.0.11 |
657 | 2024-11-01T21:38:25.983Z | Downloaded parse-display-derive v0.10.0 |
658 | 2024-11-01T21:38:25.983Z | Downloaded packed_struct_codegen v0.10.1 |
659 | 2024-11-01T21:38:25.985Z | Downloaded openssl-macros v0.1.1 |
660 | 2024-11-01T21:38:25.985Z | Downloaded oso-derive v0.27.3 |
661 | 2024-11-01T21:38:25.988Z | Downloaded openssl-probe v0.1.5 |
662 | 2024-11-01T21:38:25.988Z | Downloaded pretty-hex v0.2.1 |
663 | 2024-11-01T21:38:25.990Z | Downloaded shlex v1.3.0 |
664 | 2024-11-01T21:38:25.990Z | Downloaded rand_chacha v0.3.1 |
665 | 2024-11-01T21:38:25.992Z | Downloaded tokio-macros v2.4.0 |
666 | 2024-11-01T21:38:25.995Z | Downloaded structmeta-derive v0.3.0 |
667 | 2024-11-01T21:38:25.995Z | Downloaded string_cache v0.8.7 |
668 | 2024-11-01T21:38:25.997Z | Downloaded half v2.4.1 |
669 | 2024-11-01T21:38:26.001Z | Downloaded parking_lot v0.12.3 |
670 | 2024-11-01T21:38:26.015Z | Downloaded diesel-dtrace v0.3.0 |
671 | 2024-11-01T21:38:26.017Z | Downloaded structmeta-derive v0.2.0 |
672 | 2024-11-01T21:38:26.020Z | Downloaded snafu v0.8.5 |
673 | 2024-11-01T21:38:26.025Z | Downloaded fragile v2.0.0 |
674 | 2024-11-01T21:38:26.028Z | Downloaded aes v0.8.4 |
675 | 2024-11-01T21:38:26.032Z | Downloaded zone_cfg_derive v0.3.0 |
676 | 2024-11-01T21:38:26.034Z | Downloaded unarray v0.1.4 |
677 | 2024-11-01T21:38:26.036Z | Downloaded typify-macro v0.2.0 |
678 | 2024-11-01T21:38:26.036Z | Downloaded zone v0.1.8 |
679 | 2024-11-01T21:38:26.039Z | Downloaded zone_cfg_derive v0.1.2 |
680 | 2024-11-01T21:38:26.039Z | Downloaded path-slash v0.1.5 |
681 | 2024-11-01T21:38:26.041Z | Downloaded hex v0.4.3 |
682 | 2024-11-01T21:38:26.043Z | Downloaded heck v0.3.3 |
683 | 2024-11-01T21:38:26.043Z | Downloaded form_urlencoded v1.2.1 |
684 | 2024-11-01T21:38:26.046Z | Downloaded diff v0.1.13 |
685 | 2024-11-01T21:38:26.048Z | Downloaded ppv-lite86 v0.2.20 |
686 | 2024-11-01T21:38:26.051Z | Downloaded gethostname v0.5.0 |
687 | 2024-11-01T21:38:26.053Z | Downloaded polyval v0.6.2 |
688 | 2024-11-01T21:38:26.055Z | Downloaded dhcproto v0.12.0 |
689 | 2024-11-01T21:38:26.058Z | Downloaded similar v2.6.0 |
690 | 2024-11-01T21:38:26.064Z | Downloaded subtle v2.6.1 |
691 | 2024-11-01T21:38:26.066Z | Downloaded serde_urlencoded v0.7.1 |
692 | 2024-11-01T21:38:26.069Z | Downloaded downcast v0.11.0 |
693 | 2024-11-01T21:38:26.071Z | Downloaded tower-service v0.3.3 |
694 | 2024-11-01T21:38:26.071Z | Downloaded pin-utils v0.1.0 |
695 | 2024-11-01T21:38:26.073Z | Downloaded zip v0.6.6 |
696 | 2024-11-01T21:38:26.078Z | Downloaded twox-hash v1.6.3 |
697 | 2024-11-01T21:38:26.081Z | Downloaded deranged v0.3.11 |
698 | 2024-11-01T21:38:26.083Z | Downloaded defmt v0.3.8 |
699 | 2024-11-01T21:38:26.086Z | Downloaded libm v0.2.8 |
700 | 2024-11-01T21:38:26.097Z | Downloaded peg v0.8.4 |
701 | 2024-11-01T21:38:26.101Z | Downloaded pbkdf2 v0.11.0 |
702 | 2024-11-01T21:38:26.104Z | Downloaded pbkdf2 v0.12.2 |
703 | 2024-11-01T21:38:26.106Z | Downloaded postgres-types v0.2.8 |
704 | 2024-11-01T21:38:26.109Z | Downloaded poly1305 v0.8.0 |
705 | 2024-11-01T21:38:26.113Z | Downloaded xattr v1.3.1 |
706 | 2024-11-01T21:38:26.116Z | Downloaded wyz v0.5.1 |
707 | 2024-11-01T21:38:26.121Z | Downloaded tar v0.4.42 |
708 | 2024-11-01T21:38:26.123Z | Downloaded difflib v0.4.0 |
709 | 2024-11-01T21:38:26.123Z | Downloaded time-macros v0.2.18 |
710 | 2024-11-01T21:38:26.124Z | Downloaded derive_builder_core v0.20.2 |
711 | 2024-11-01T21:38:26.126Z | Downloaded ssh-encoding v0.2.0 |
712 | 2024-11-01T21:38:26.129Z | Downloaded embedded-io v0.4.0 |
713 | 2024-11-01T21:38:26.131Z | Downloaded pin-project-lite v0.2.14 |
714 | 2024-11-01T21:38:26.137Z | Downloaded rtoolbox v0.0.2 |
715 | 2024-11-01T21:38:26.140Z | Downloaded ref-cast v1.0.23 |
716 | 2024-11-01T21:38:26.142Z | Downloaded foreign-types-shared v0.3.1 |
717 | 2024-11-01T21:38:26.145Z | Downloaded foreign-types-shared v0.1.1 |
718 | 2024-11-01T21:38:26.145Z | Downloaded foreign-types-macros v0.2.3 |
719 | 2024-11-01T21:38:26.147Z | Downloaded opaque-debug v0.3.1 |
720 | 2024-11-01T21:38:26.148Z | Downloaded slog-scope v4.4.0 |
721 | 2024-11-01T21:38:26.150Z | Downloaded oso v0.27.3 |
722 | 2024-11-01T21:38:26.153Z | Downloaded phf_codegen v0.11.2 |
723 | 2024-11-01T21:38:26.155Z | Downloaded smallvec v1.13.2 |
724 | 2024-11-01T21:38:26.157Z | Downloaded tinyvec_macros v0.1.1 |
725 | 2024-11-01T21:38:26.160Z | Downloaded time-core v0.1.2 |
726 | 2024-11-01T21:38:26.160Z | Downloaded strum v0.26.3 |
727 | 2024-11-01T21:38:26.163Z | Downloaded primeorder v0.13.6 |
728 | 2024-11-01T21:38:26.163Z | Downloaded tokio-rustls v0.24.1 |
729 | 2024-11-01T21:38:26.165Z | Downloaded libxml v0.3.3 |
730 | 2024-11-01T21:38:26.173Z | Downloaded diesel_table_macro_syntax v0.2.0 |
731 | 2024-11-01T21:38:26.175Z | Downloaded ref-cast-impl v1.0.23 |
732 | 2024-11-01T21:38:26.175Z | Downloaded tungstenite v0.23.0 |
733 | 2024-11-01T21:38:26.179Z | Downloaded glob v0.3.1 |
734 | 2024-11-01T21:38:26.182Z | Downloaded ghash v0.5.1 |
735 | 2024-11-01T21:38:26.184Z | Downloaded getrandom v0.2.15 |
736 | 2024-11-01T21:38:26.187Z | Downloaded universal-hash v0.5.1 |
737 | 2024-11-01T21:38:26.189Z | Downloaded yasna v0.5.2 |
738 | 2024-11-01T21:38:26.191Z | Downloaded typify v0.2.0 |
739 | 2024-11-01T21:38:26.194Z | Downloaded itertools v0.13.0 |
740 | 2024-11-01T21:38:26.202Z | Downloaded sync_wrapper v0.1.2 |
741 | 2024-11-01T21:38:26.204Z | Downloaded aes-gcm v0.10.3 |
742 | 2024-11-01T21:38:26.208Z | Downloaded headers-core v0.3.0 |
743 | 2024-11-01T21:38:26.210Z | Downloaded structmeta v0.3.0 |
744 | 2024-11-01T21:38:26.210Z | Downloaded serde_with_macros v3.11.0 |
745 | 2024-11-01T21:38:26.213Z | Downloaded sec1 v0.7.3 |
746 | 2024-11-01T21:38:26.215Z | Downloaded peg-runtime v0.8.3 |
747 | 2024-11-01T21:38:26.218Z | Downloaded ssh-cipher v0.2.0 |
748 | 2024-11-01T21:38:26.218Z | Downloaded resolv-conf v0.7.0 |
749 | 2024-11-01T21:38:26.220Z | Downloaded password-hash v0.5.0 |
750 | 2024-11-01T21:38:26.222Z | Downloaded zerocopy v0.6.6 |
751 | 2024-11-01T21:38:26.224Z | Downloaded fxhash v0.2.1 |
752 | 2024-11-01T21:38:26.227Z | Downloaded enum-as-inner v0.5.1 |
753 | 2024-11-01T21:38:26.227Z | Downloaded olpc-cjson v0.1.4 |
754 | 2024-11-01T21:38:26.230Z | Downloaded reedline v0.35.0 |
755 | 2024-11-01T21:38:26.237Z | Downloaded unicode-xid v0.2.6 |
756 | 2024-11-01T21:38:26.239Z | Downloaded enum-as-inner v0.6.1 |
757 | 2024-11-01T21:38:26.241Z | Downloaded embedded-io v0.6.1 |
758 | 2024-11-01T21:38:26.244Z | Downloaded dirs-sys-next v0.1.2 |
759 | 2024-11-01T21:38:26.244Z | Downloaded scopeguard v1.2.0 |
760 | 2024-11-01T21:38:26.247Z | Downloaded rustversion v1.0.17 |
761 | 2024-11-01T21:38:26.250Z | Downloaded dirs-next v2.0.0 |
762 | 2024-11-01T21:38:26.250Z | Downloaded tabwriter v1.4.0 |
763 | 2024-11-01T21:38:26.252Z | Downloaded scrypt v0.11.0 |
764 | 2024-11-01T21:38:26.254Z | Downloaded quinn-udp v0.5.5 |
765 | 2024-11-01T21:38:26.254Z | Downloaded hkdf v0.12.4 |
766 | 2024-11-01T21:38:26.257Z | Downloaded toml_edit v0.19.15 |
767 | 2024-11-01T21:38:26.276Z | Downloaded normalize-line-endings v0.3.0 |
768 | 2024-11-01T21:38:26.278Z | Downloaded futures-task v0.3.31 |
769 | 2024-11-01T21:38:26.278Z | Downloaded supports-color v3.0.1 |
770 | 2024-11-01T21:38:26.281Z | Downloaded structmeta v0.2.0 |
771 | 2024-11-01T21:38:26.281Z | Downloaded strip-ansi-escapes v0.2.0 |
772 | 2024-11-01T21:38:26.283Z | Downloaded tokio-tungstenite v0.23.1 |
773 | 2024-11-01T21:38:26.285Z | Downloaded foreign-types v0.5.0 |
774 | 2024-11-01T21:38:26.285Z | Downloaded tokio-tungstenite v0.21.0 |
775 | 2024-11-01T21:38:26.288Z | Downloaded value-bag v1.9.0 |
776 | 2024-11-01T21:38:26.291Z | Downloaded unicode-truncate v1.1.0 |
777 | 2024-11-01T21:38:26.293Z | Downloaded aho-corasick v1.1.3 |
778 | 2024-11-01T21:38:26.299Z | Downloaded stringprep v0.1.5 |
779 | 2024-11-01T21:38:26.302Z | Downloaded vergen v8.3.2 |
780 | 2024-11-01T21:38:26.304Z | Downloaded topological-sort v0.2.2 |
781 | 2024-11-01T21:38:26.306Z | Downloaded waitgroup v0.1.2 |
782 | 2024-11-01T21:38:26.308Z | Downloaded serde-hex v0.1.0 |
783 | 2024-11-01T21:38:26.309Z | Downloaded slog-term v2.9.1 |
784 | 2024-11-01T21:38:26.311Z | Downloaded ena v0.14.3 |
785 | 2024-11-01T21:38:26.313Z | Downloaded untrusted v0.9.0 |
786 | 2024-11-01T21:38:26.316Z | Downloaded untrusted v0.7.1 |
787 | 2024-11-01T21:38:26.318Z | Downloaded r2d2 v0.8.10 |
788 | 2024-11-01T21:38:26.318Z | Downloaded displaydoc v0.2.5 |
789 | 2024-11-01T21:38:26.321Z | Downloaded futures v0.3.31 |
790 | 2024-11-01T21:38:26.326Z | Downloaded vsss-rs v3.3.4 |
791 | 2024-11-01T21:38:26.330Z | Downloaded fallible-iterator v0.3.0 |
792 | 2024-11-01T21:38:26.332Z | Downloaded progenitor-macro v0.8.0 |
793 | 2024-11-01T21:38:26.332Z | Downloaded futures-sink v0.3.31 |
794 | 2024-11-01T21:38:26.335Z | Downloaded strum_macros v0.26.4 |
795 | 2024-11-01T21:38:26.343Z | Downloaded num v0.4.3 |
796 | 2024-11-01T21:38:26.343Z | Downloaded reqwest v0.11.27 |
797 | 2024-11-01T21:38:26.346Z | Downloaded proc-macro-crate v1.3.1 |
798 | 2024-11-01T21:38:26.349Z | Downloaded pin-project-internal v1.1.6 |
799 | 2024-11-01T21:38:26.351Z | Downloaded funty v2.0.0 |
800 | 2024-11-01T21:38:26.351Z | Downloaded phf v0.11.2 |
801 | 2024-11-01T21:38:26.354Z | Downloaded slog-envlogger v2.2.0 |
802 | 2024-11-01T21:38:26.354Z | Downloaded nu-ansi-term v0.50.1 |
803 | 2024-11-01T21:38:26.357Z | Downloaded flate2 v1.0.34 |
804 | 2024-11-01T21:38:26.363Z | Downloaded fallible-streaming-iterator v0.1.9 |
805 | 2024-11-01T21:38:26.365Z | Downloaded percent-encoding v2.3.1 |
806 | 2024-11-01T21:38:26.368Z | Downloaded env_filter v0.1.2 |
807 | 2024-11-01T21:38:26.368Z | Downloaded radium v0.7.0 |
808 | 2024-11-01T21:38:26.370Z | Downloaded rand_xorshift v0.3.0 |
809 | 2024-11-01T21:38:26.370Z | Downloaded fallible-iterator v0.2.0 |
810 | 2024-11-01T21:38:26.370Z | Downloaded schemars_derive v0.8.21 |
811 | 2024-11-01T21:38:26.372Z | Downloaded static_assertions v1.1.0 |
812 | 2024-11-01T21:38:26.375Z | Downloaded stable_deref_trait v1.2.0 |
813 | 2024-11-01T21:38:26.375Z | Downloaded tokio-tungstenite v0.24.0 |
814 | 2024-11-01T21:38:26.377Z | Downloaded omicron-zone-package v0.11.1 |
815 | 2024-11-01T21:38:26.381Z | Downloaded owo-colors v4.1.0 |
816 | 2024-11-01T21:38:26.383Z | Downloaded typed-path v0.7.1 |
817 | 2024-11-01T21:38:26.391Z | Downloaded tls_codec v0.4.1 |
818 | 2024-11-01T21:38:26.393Z | Downloaded num-complex v0.4.6 |
819 | 2024-11-01T21:38:26.396Z | Downloaded pin-project v1.1.6 |
820 | 2024-11-01T21:38:26.408Z | Downloaded slog-dtrace v0.3.0 |
821 | 2024-11-01T21:38:26.410Z | Downloaded hyper v0.14.30 |
822 | 2024-11-01T21:38:26.418Z | Downloaded walkdir v2.5.0 |
823 | 2024-11-01T21:38:26.421Z | Downloaded progenitor-impl v0.8.0 |
824 | 2024-11-01T21:38:26.423Z | Downloaded rsa v0.9.6 |
825 | 2024-11-01T21:38:26.428Z | Downloaded pem-rfc7468 v0.7.0 |
826 | 2024-11-01T21:38:26.431Z | Downloaded ed25519-dalek v2.1.1 |
827 | 2024-11-01T21:38:26.435Z | Downloaded hashbrown v0.12.3 |
828 | 2024-11-01T21:38:26.439Z | Downloaded nom v7.1.3 |
829 | 2024-11-01T21:38:26.446Z | Downloaded bitvec v1.0.1 |
830 | 2024-11-01T21:38:26.462Z | Downloaded env_logger v0.10.2 |
831 | 2024-11-01T21:38:26.465Z | Downloaded blake3 v1.5.4 |
832 | 2024-11-01T21:38:26.473Z | Downloaded headers v0.4.0 |
833 | 2024-11-01T21:38:26.479Z | Downloaded prettyplease v0.2.22 |
834 | 2024-11-01T21:38:26.483Z | Downloaded signal-hook v0.3.17 |
835 | 2024-11-01T21:38:26.486Z | Downloaded parse-zoneinfo v0.3.1 |
836 | 2024-11-01T21:38:26.489Z | Downloaded samael v0.0.17 |
837 | 2024-11-01T21:38:26.495Z | Downloaded lalrpop v0.19.12 |
838 | 2024-11-01T21:38:26.509Z | Downloaded serde_yaml v0.9.34+deprecated |
839 | 2024-11-01T21:38:26.512Z | Downloaded rand v0.8.5 |
840 | 2024-11-01T21:38:26.516Z | Downloaded x509-cert v0.2.5 |
841 | 2024-11-01T21:38:26.523Z | Downloaded h2 v0.4.6 |
842 | 2024-11-01T21:38:26.531Z | Downloaded serde_with v3.11.0 |
843 | 2024-11-01T21:38:26.540Z | Downloaded h2 v0.3.26 |
844 | 2024-11-01T21:38:26.547Z | Downloaded heapless v0.7.17 |
845 | 2024-11-01T21:38:26.552Z | Downloaded unicode-segmentation v1.12.0 |
846 | 2024-11-01T21:38:26.556Z | Downloaded russh v0.45.0 |
847 | 2024-11-01T21:38:26.561Z | Downloaded idna v0.4.0 |
848 | 2024-11-01T21:38:26.569Z | Downloaded rusqlite v0.32.1 |
849 | 2024-11-01T21:38:26.577Z | Downloaded quinn v0.11.5 |
850 | 2024-11-01T21:38:26.581Z | Downloaded unicode-normalization v0.1.24 |
851 | 2024-11-01T21:38:26.586Z | Downloaded steno v0.4.1 |
852 | 2024-11-01T21:38:26.590Z | Downloaded expectorate v1.1.0 |
853 | 2024-11-01T21:38:26.592Z | Downloaded num-bigint-dig v0.8.4 |
854 | 2024-11-01T21:38:26.598Z | Downloaded ssh-key v0.6.6 |
855 | 2024-11-01T21:38:26.605Z | Downloaded idna v0.2.3 |
856 | 2024-11-01T21:38:26.613Z | Downloaded nix v0.27.1 |
857 | 2024-11-01T21:38:26.627Z | Downloaded bindgen v0.69.5 |
858 | 2024-11-01T21:38:26.634Z | Downloaded tough v0.17.1 |
859 | 2024-11-01T21:38:26.643Z | Downloaded chrono v0.4.38 |
860 | 2024-11-01T21:38:26.651Z | Downloaded rustls-webpki v0.101.7 |
861 | 2024-11-01T21:38:26.667Z | Downloaded p521 v0.13.3 |
862 | 2024-11-01T21:38:26.671Z | Downloaded reqwest v0.12.8 |
863 | 2024-11-01T21:38:26.681Z | Downloaded webpki-roots v0.26.6 |
864 | 2024-11-01T21:38:26.685Z | Downloaded salty v0.3.0 |
865 | 2024-11-01T21:38:26.692Z | Downloaded radix_trie v0.2.1 |
866 | 2024-11-01T21:38:26.698Z | Downloaded nix v0.28.0 |
867 | 2024-11-01T21:38:26.713Z | Downloaded quick-xml v0.33.0 |
868 | 2024-11-01T21:38:26.718Z | Downloaded trust-dns-proto v0.22.0 |
869 | 2024-11-01T21:38:26.744Z | Downloaded rayon v1.10.0 |
870 | 2024-11-01T21:38:26.753Z | Downloaded futures-util v0.3.31 |
871 | 2024-11-01T21:38:26.756Z | Downloaded winnow v0.5.40 |
872 | 2024-11-01T21:38:26.765Z | Downloaded proptest v1.5.0 |
873 | 2024-11-01T21:38:26.777Z | Downloaded quinn-proto v0.11.8 |
874 | 2024-11-01T21:38:26.783Z | Downloaded regex-syntax v0.8.5 |
875 | 2024-11-01T21:38:26.793Z | Downloaded object v0.30.4 |
876 | 2024-11-01T21:38:26.804Z | Downloaded openssl v0.10.66 |
877 | 2024-11-01T21:38:26.815Z | Downloaded p384 v0.13.0 |
878 | 2024-11-01T21:38:26.822Z | Downloaded diesel v2.2.4 |
879 | 2024-11-01T21:38:26.843Z | Downloaded rustls v0.22.4 |
880 | 2024-11-01T21:38:26.856Z | Downloaded regress v0.10.1 |
881 | 2024-11-01T21:38:26.865Z | Downloaded rustls v0.23.14 |
882 | 2024-11-01T21:38:26.880Z | Downloaded gimli v0.31.1 |
883 | 2024-11-01T21:38:26.889Z | Downloaded object v0.36.5 |
884 | 2024-11-01T21:38:26.902Z | Downloaded sled v0.34.7 |
885 | 2024-11-01T21:38:26.913Z | Downloaded smoltcp v0.11.0 |
886 | 2024-11-01T21:38:26.927Z | Downloaded smoltcp v0.9.1 |
887 | 2024-11-01T21:38:26.938Z | Downloaded rustls v0.21.12 |
888 | 2024-11-01T21:38:26.951Z | Downloaded openapiv3 v2.0.0 |
889 | 2024-11-01T21:38:26.963Z | Downloaded dropshot v0.12.0 |
890 | 2024-11-01T21:38:26.984Z | Downloaded regress v0.9.1 |
891 | 2024-11-01T21:38:26.993Z | Downloaded typify-impl v0.2.0 |
892 | 2024-11-01T21:38:27.009Z | Downloaded zerocopy-derive v0.6.6 |
893 | 2024-11-01T21:38:27.019Z | Downloaded regex-automata v0.4.8 |
894 | 2024-11-01T21:38:27.037Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
895 | 2024-11-01T21:38:27.049Z | Downloaded ratatui v0.28.1 |
896 | 2024-11-01T21:38:27.070Z | Downloaded bstr v1.10.0 |
897 | 2024-11-01T21:38:27.080Z | Downloaded git2 v0.19.0 |
898 | 2024-11-01T21:38:27.089Z | Downloaded chrono-tz v0.10.0 |
899 | 2024-11-01T21:38:27.096Z | Downloaded lzma-sys v0.1.20 |
900 | 2024-11-01T21:38:27.127Z | Downloaded polar-core v0.27.3 |
901 | 2024-11-01T21:38:27.135Z | Downloaded curve25519-dalek v4.1.3 |
902 | 2024-11-01T21:38:27.146Z | Downloaded vcpkg v0.2.15 |
903 | 2024-11-01T21:38:27.183Z | Downloaded regex v1.11.0 |
904 | 2024-11-01T21:38:27.196Z | Downloaded tokio v1.40.0 |
905 | 2024-11-01T21:38:27.234Z | Downloaded petgraph v0.6.5 |
906 | 2024-11-01T21:38:27.251Z | Downloaded libz-sys v1.1.20 |
907 | 2024-11-01T21:38:27.272Z | Downloaded rustls-webpki v0.102.8 |
908 | 2024-11-01T21:38:27.290Z | Downloaded regex-syntax v0.6.29 |
909 | 2024-11-01T21:38:27.297Z | Downloaded hickory-proto v0.24.1 |
910 | 2024-11-01T21:38:27.313Z | Downloaded sqlparser v0.45.0 |
911 | 2024-11-01T21:38:27.319Z | Downloaded tokio-util v0.7.12 |
912 | 2024-11-01T21:38:27.326Z | Downloaded sha3 v0.10.8 |
913 | 2024-11-01T21:38:27.331Z | Downloaded csv v1.3.0 |
914 | 2024-11-01T21:38:27.351Z | Downloaded nix v0.29.0 |
915 | 2024-11-01T21:38:27.362Z | Downloaded idna v0.5.0 |
916 | 2024-11-01T21:38:27.369Z | Downloaded portable-atomic v1.9.0 |
917 | 2024-11-01T21:38:27.375Z | Downloaded unicode_categories v0.1.1 |
918 | 2024-11-01T21:38:27.377Z | Downloaded idna v0.3.0 |
919 | 2024-11-01T21:38:27.384Z | Downloaded heapless v0.8.0 |
920 | 2024-11-01T21:38:27.389Z | Downloaded num-bigint v0.4.6 |
921 | 2024-11-01T21:38:27.393Z | Downloaded tls_codec_derive v0.4.1 |
922 | 2024-11-01T21:38:27.396Z | Downloaded futures-core v0.3.31 |
923 | 2024-11-01T21:38:27.398Z | Downloaded unsafe-libyaml v0.2.11 |
924 | 2024-11-01T21:38:27.400Z | Downloaded hashbrown v0.13.2 |
925 | 2024-11-01T21:38:27.404Z | Downloaded futures-channel v0.3.31 |
926 | 2024-11-01T21:38:27.407Z | Downloaded time v0.3.36 |
927 | 2024-11-01T21:38:27.414Z | Downloaded hashbrown v0.14.5 |
928 | 2024-11-01T21:38:27.420Z | Downloaded rayon-core v1.12.1 |
929 | 2024-11-01T21:38:27.423Z | Downloaded zip v2.1.3 |
930 | 2024-11-01T21:38:27.427Z | Downloaded uzers v0.12.1 |
931 | 2024-11-01T21:38:27.429Z | Downloaded serde_derive_internals v0.29.1 |
932 | 2024-11-01T21:38:27.432Z | Downloaded subprocess v0.2.9 |
933 | 2024-11-01T21:38:27.434Z | Downloaded tungstenite v0.24.0 |
934 | 2024-11-01T21:38:27.437Z | Downloaded tungstenite v0.21.0 |
935 | 2024-11-01T21:38:27.440Z | Downloaded tokio-postgres v0.7.12 |
936 | 2024-11-01T21:38:27.444Z | Downloaded tinyvec v1.8.0 |
937 | 2024-11-01T21:38:27.448Z | Downloaded packed_struct v0.10.1 |
938 | 2024-11-01T21:38:27.450Z | Downloaded der v0.7.9 |
939 | 2024-11-01T21:38:27.455Z | Downloaded sct v0.7.1 |
940 | 2024-11-01T21:38:27.458Z | Downloaded openssl-sys v0.9.103 |
941 | 2024-11-01T21:38:27.464Z | Downloaded tiny-keccak v2.0.2 |
942 | 2024-11-01T21:38:27.466Z | Downloaded progenitor-client v0.8.0 |
943 | 2024-11-01T21:38:27.468Z | Downloaded hashlink v0.9.1 |
944 | 2024-11-01T21:38:27.470Z | Downloaded globset v0.4.15 |
945 | 2024-11-01T21:38:27.472Z | Downloaded defmt-macros v0.3.9 |
946 | 2024-11-01T21:38:27.474Z | Downloaded rustls-pki-types v1.9.0 |
947 | 2024-11-01T21:38:27.477Z | Downloaded encoding_rs v0.8.34 |
948 | 2024-11-01T21:38:27.499Z | Downloaded rustyline v14.0.0 |
949 | 2024-11-01T21:38:27.504Z | Downloaded diesel_derives v2.2.3 |
950 | 2024-11-01T21:38:27.508Z | Downloaded derive-where v1.2.7 |
951 | 2024-11-01T21:38:27.511Z | Downloaded smallvec v0.6.14 |
952 | 2024-11-01T21:38:27.513Z | Downloaded peg-macros v0.8.4 |
953 | 2024-11-01T21:38:27.515Z | Downloaded password-hash v0.4.2 |
954 | 2024-11-01T21:38:27.517Z | Downloaded slog-json v2.6.1 |
955 | 2024-11-01T21:38:27.519Z | Downloaded endian-type v0.1.2 |
956 | 2024-11-01T21:38:27.520Z | Downloaded slog-stdlog v4.1.1 |
957 | 2024-11-01T21:38:27.522Z | Downloaded group v0.13.0 |
958 | 2024-11-01T21:38:27.522Z | Downloaded crossbeam-channel v0.5.13 |
959 | 2024-11-01T21:38:27.525Z | Downloaded unicode-bidi v0.3.17 |
960 | 2024-11-01T21:38:27.528Z | Downloaded qorb v0.2.0 |
961 | 2024-11-01T21:38:27.532Z | Downloaded tracing v0.1.40 |
962 | 2024-11-01T21:38:27.536Z | Downloaded xz2 v0.1.7 |
963 | 2024-11-01T21:38:27.539Z | Downloaded pkcs5 v0.7.1 |
964 | 2024-11-01T21:38:27.542Z | Downloaded pkcs1 v0.7.5 |
965 | 2024-11-01T21:38:27.544Z | Downloaded paste v1.0.15 |
966 | 2024-11-01T21:38:27.547Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
967 | 2024-11-01T21:38:27.606Z | Downloaded defmt-parser v0.3.4 |
968 | 2024-11-01T21:38:27.608Z | Downloaded smf v0.2.3 |
969 | 2024-11-01T21:38:27.608Z | Downloaded powerfmt v0.2.0 |
970 | 2024-11-01T21:38:27.612Z | Downloaded pkg-config v0.3.31 |
971 | 2024-11-01T21:38:27.612Z | Downloaded derive_builder v0.20.2 |
972 | 2024-11-01T21:38:27.615Z | Downloaded flume v0.11.0 |
973 | 2024-11-01T21:38:27.618Z | Downloaded dropshot_endpoint v0.12.0 |
974 | 2024-11-01T21:38:27.621Z | Downloaded rcgen v0.12.1 |
975 | 2024-11-01T21:38:27.624Z | Downloaded postcard v1.0.10 |
976 | 2024-11-01T21:38:27.626Z | Downloaded publicsuffix v2.2.3 |
977 | 2024-11-01T21:38:27.628Z | Downloaded minimal-lexical v0.2.1 |
978 | 2024-11-01T21:38:27.633Z | Downloaded base64 v0.22.1 |
979 | 2024-11-01T21:38:27.637Z | Downloaded serde_repr v0.1.19 |
980 | 2024-11-01T21:38:27.640Z | Downloaded whoami v1.5.2 |
981 | 2024-11-01T21:38:27.642Z | Downloaded crypto-bigint v0.5.5 |
982 | 2024-11-01T21:38:27.648Z | Downloaded vte v0.11.1 |
983 | 2024-11-01T21:38:27.650Z | Downloaded unicode-properties v0.1.3 |
984 | 2024-11-01T21:38:27.653Z | Downloaded rustc-demangle v0.1.24 |
985 | 2024-11-01T21:38:27.655Z | Downloaded rand_core v0.6.4 |
986 | 2024-11-01T21:38:27.657Z | Downloaded toml v0.7.8 |
987 | 2024-11-01T21:38:27.659Z | Downloaded tokio-native-tls v0.3.1 |
988 | 2024-11-01T21:38:27.661Z | Downloaded predicates v3.1.2 |
989 | 2024-11-01T21:38:27.663Z | Downloaded zopfli v0.8.1 |
990 | 2024-11-01T21:38:27.665Z | Downloaded p256 v0.13.2 |
991 | 2024-11-01T21:38:27.669Z | Downloaded derive_more v0.99.18 |
992 | 2024-11-01T21:38:27.674Z | Downloaded mio v1.0.2 |
993 | 2024-11-01T21:38:27.679Z | Downloaded cc v1.1.30 |
994 | 2024-11-01T21:38:27.683Z | Downloaded bumpalo v3.16.0 |
995 | 2024-11-01T21:38:27.685Z | Downloaded base64 v0.21.7 |
996 | 2024-11-01T21:38:27.689Z | Downloaded crossbeam-epoch v0.9.18 |
997 | 2024-11-01T21:38:27.691Z | Downloaded sha1 v0.10.6 |
998 | 2024-11-01T21:38:27.694Z | Downloaded rustc_version v0.1.7 |
999 | 2024-11-01T21:38:27.696Z | Downloaded rustc-hash v2.0.0 |
1000 | 2024-11-01T21:38:27.696Z | Downloaded rustc-hash v1.1.0 |
1001 | 2024-11-01T21:38:27.696Z | Downloaded ecdsa v0.16.9 |
1002 | 2024-11-01T21:38:27.698Z | Downloaded http v0.2.12 |
1003 | 2024-11-01T21:38:27.701Z | Downloaded socket2 v0.5.7 |
1004 | 2024-11-01T21:38:27.703Z | Downloaded num-derive v0.4.2 |
1005 | 2024-11-01T21:38:27.706Z | Downloaded rustls-pemfile v2.2.0 |
1006 | 2024-11-01T21:38:27.708Z | Downloaded fatfs v0.3.6 |
1007 | 2024-11-01T21:38:27.711Z | Downloaded url v2.5.2 |
1008 | 2024-11-01T21:38:27.713Z | Downloaded dyn-clone v1.0.17 |
1009 | 2024-11-01T21:38:27.716Z | Downloaded elliptic-curve v0.13.8 |
1010 | 2024-11-01T21:38:27.719Z | Downloaded zone v0.3.0 |
1011 | 2024-11-01T21:38:27.722Z | Downloaded want v0.3.1 |
1012 | 2024-11-01T21:38:27.722Z | Downloaded pem v3.0.4 |
1013 | 2024-11-01T21:38:27.724Z | Downloaded num_enum_derive v0.5.11 |
1014 | 2024-11-01T21:38:27.724Z | Downloaded strum_macros v0.25.3 |
1015 | 2024-11-01T21:38:27.726Z | Downloaded slog-bunyan v2.5.0 |
1016 | 2024-11-01T21:38:27.728Z | Downloaded num-traits v0.2.19 |
1017 | 2024-11-01T21:38:27.730Z | Downloaded postgres-protocol v0.6.7 |
1018 | 2024-11-01T21:38:27.733Z | Downloaded parking_lot v0.11.2 |
1019 | 2024-11-01T21:38:27.735Z | Downloaded tracing-core v0.1.32 |
1020 | 2024-11-01T21:38:27.738Z | Downloaded test-strategy v0.3.1 |
1021 | 2024-11-01T21:38:27.741Z | Downloaded snafu-derive v0.8.5 |
1022 | 2024-11-01T21:38:27.744Z | Downloaded itertools v0.12.1 |
1023 | 2024-11-01T21:38:27.749Z | Downloaded hyper v1.4.1 |
1024 | 2024-11-01T21:38:27.756Z | Downloaded hickory-resolver v0.24.1 |
1025 | 2024-11-01T21:38:27.762Z | Downloaded signal-hook-tokio v0.3.1 |
1026 | 2024-11-01T21:38:27.764Z | Downloaded fd-lock v4.0.2 |
1027 | 2024-11-01T21:38:27.766Z | Downloaded parking_lot_core v0.9.10 |
1028 | 2024-11-01T21:38:27.769Z | Downloaded num-rational v0.4.2 |
1029 | 2024-11-01T21:38:27.769Z | Downloaded futures-executor v0.3.31 |
1030 | 2024-11-01T21:38:27.771Z | Downloaded ron v0.7.1 |
1031 | 2024-11-01T21:38:27.774Z | Downloaded float-ord v0.3.2 |
1032 | 2024-11-01T21:38:27.777Z | Downloaded wait-timeout v0.2.0 |
1033 | 2024-11-01T21:38:27.777Z | Downloaded thread_local v1.1.8 |
1034 | 2024-11-01T21:38:27.779Z | Downloaded thiserror-no-std v2.0.2 |
1035 | 2024-11-01T21:38:27.782Z | Downloaded thiserror-impl-no-std v2.0.2 |
1036 | 2024-11-01T21:38:27.784Z | Downloaded strum_macros v0.24.3 |
1037 | 2024-11-01T21:38:27.787Z | Downloaded siphasher v0.3.11 |
1038 | 2024-11-01T21:38:27.787Z | Downloaded simd-adler32 v0.3.7 |
1039 | 2024-11-01T21:38:27.789Z | Downloaded parking_lot_core v0.8.6 |
1040 | 2024-11-01T21:38:27.791Z | Downloaded num_threads v0.1.7 |
1041 | 2024-11-01T21:38:27.792Z | Downloaded nodrop v0.1.14 |
1042 | 2024-11-01T21:38:27.792Z | Downloaded slab v0.4.9 |
1043 | 2024-11-01T21:38:27.794Z | Downloaded cookie v0.18.1 |
1044 | 2024-11-01T21:38:27.797Z | Downloaded indicatif v0.17.8 |
1045 | 2024-11-01T21:38:27.799Z | Downloaded hyper-util v0.1.9 |
1046 | 2024-11-01T21:38:27.803Z | Downloaded mime v0.3.17 |
1047 | 2024-11-01T21:38:27.806Z | Downloaded term v0.7.0 |
1048 | 2024-11-01T21:38:27.808Z | Downloaded signal-hook-registry v1.4.2 |
1049 | 2024-11-01T21:38:27.811Z | Downloaded num_enum v0.5.11 |
1050 | 2024-11-01T21:38:27.814Z | Downloaded num-iter v0.1.45 |
1051 | 2024-11-01T21:38:27.816Z | Downloaded filetime v0.2.25 |
1052 | 2024-11-01T21:38:27.818Z | Downloaded allocator-api2 v0.2.18 |
1053 | 2024-11-01T21:38:27.821Z | Downloaded console v0.15.8 |
1054 | 2024-11-01T21:38:27.823Z | Downloaded darling v0.20.10 |
1055 | 2024-11-01T21:38:27.826Z | Downloaded csv-core v0.1.11 |
1056 | 2024-11-01T21:38:27.829Z | Downloaded cookie_store v0.21.0 |
1057 | 2024-11-01T21:38:27.832Z | Downloaded tokio-rustls v0.25.0 |
1058 | 2024-11-01T21:38:27.834Z | Downloaded buf-list v1.0.3 |
1059 | 2024-11-01T21:38:27.837Z | Downloaded bzip2 v0.4.4 |
1060 | 2024-11-01T21:38:27.839Z | Downloaded bb8 v0.8.5 |
1061 | 2024-11-01T21:38:27.839Z | Downloaded backoff v0.4.0 |
1062 | 2024-11-01T21:38:27.842Z | Downloaded termcolor v1.4.1 |
1063 | 2024-11-01T21:38:27.844Z | Downloaded signal-hook-mio v0.2.4 |
1064 | 2024-11-01T21:38:27.844Z | Downloaded native-tls v0.2.12 |
1065 | 2024-11-01T21:38:27.848Z | Downloaded multer v3.1.0 |
1066 | 2024-11-01T21:38:27.850Z | Downloaded hickory-client v0.24.1 |
1067 | 2024-11-01T21:38:27.853Z | Downloaded lru v0.12.5 |
1068 | 2024-11-01T21:38:27.853Z | Downloaded colored v2.1.0 |
1069 | 2024-11-01T21:38:27.856Z | Downloaded backtrace v0.3.74 |
1070 | 2024-11-01T21:38:27.859Z | Downloaded linked-hash-map v0.5.6 |
1071 | 2024-11-01T21:38:27.861Z | Downloaded castaway v0.2.3 |
1072 | 2024-11-01T21:38:27.865Z | Downloaded atomic-waker v1.1.2 |
1073 | 2024-11-01T21:38:27.865Z | Downloaded memoffset v0.9.1 |
1074 | 2024-11-01T21:38:27.868Z | Downloaded lockfree-object-pool v0.1.6 |
1075 | 2024-11-01T21:38:27.868Z | Downloaded iana-time-zone v0.1.61 |
1076 | 2024-11-01T21:38:27.870Z | Downloaded hyper-rustls v0.27.3 |
1077 | 2024-11-01T21:38:27.873Z | Downloaded bit-set v0.5.3 |
1078 | 2024-11-01T21:38:27.873Z | Downloaded base16ct v0.2.0 |
1079 | 2024-11-01T21:38:27.876Z | Downloaded blowfish v0.9.1 |
1080 | 2024-11-01T21:38:27.876Z | Downloaded termtree v0.4.1 |
1081 | 2024-11-01T21:38:27.879Z | Downloaded httparse v1.9.5 |
1082 | 2024-11-01T21:38:27.879Z | Downloaded http v1.1.0 |
1083 | 2024-11-01T21:38:27.882Z | Downloaded lazy_static v1.5.0 |
1084 | 2024-11-01T21:38:27.885Z | Downloaded is-terminal v0.4.13 |
1085 | 2024-11-01T21:38:27.887Z | Downloaded internet-checksum v0.2.1 |
1086 | 2024-11-01T21:38:27.887Z | Downloaded arrayvec v0.7.6 |
1087 | 2024-11-01T21:38:27.890Z | Downloaded matches v0.1.10 |
1088 | 2024-11-01T21:38:27.890Z | Downloaded crunchy v0.2.2 |
1089 | 2024-11-01T21:38:27.890Z | Downloaded ciborium-io v0.2.2 |
1090 | 2024-11-01T21:38:27.892Z | Downloaded http-body v1.0.1 |
1091 | 2024-11-01T21:38:27.893Z | Downloaded http-body v0.4.6 |
1092 | 2024-11-01T21:38:27.895Z | Downloaded hostname v0.3.1 |
1093 | 2024-11-01T21:38:27.895Z | Downloaded atomicwrites v0.4.4 |
1094 | 2024-11-01T21:38:27.898Z | Downloaded base64 v0.13.1 |
1095 | 2024-11-01T21:38:27.901Z | Downloaded ascii-canvas v3.0.0 |
1096 | 2024-11-01T21:38:27.901Z | Downloaded lock_api v0.4.12 |
1097 | 2024-11-01T21:38:27.903Z | Downloaded lru-cache v0.1.2 |
1098 | 2024-11-01T21:38:27.903Z | Downloaded http-body-util v0.1.2 |
1099 | 2024-11-01T21:38:27.906Z | Downloaded hostname v0.4.0 |
1100 | 2024-11-01T21:38:27.906Z | Downloaded bcs v0.1.6 |
1101 | 2024-11-01T21:38:27.909Z | Downloaded libsw v3.3.1 |
1102 | 2024-11-01T21:38:27.913Z | Downloaded keccak v0.1.5 |
1103 | 2024-11-01T21:38:27.913Z | Downloaded ctr v0.9.2 |
1104 | 2024-11-01T21:38:27.918Z | Downloaded crossbeam-deque v0.8.5 |
1105 | 2024-11-01T21:38:27.918Z | Downloaded crc v3.2.1 |
1106 | 2024-11-01T21:38:27.921Z | Downloaded base64ct v1.6.0 |
1107 | 2024-11-01T21:38:27.921Z | Downloaded impl-trait-for-tuples v0.2.2 |
1108 | 2024-11-01T21:38:27.923Z | Downloaded humantime v2.1.0 |
1109 | 2024-11-01T21:38:27.925Z | Downloaded cassowary v0.3.0 |
1110 | 2024-11-01T21:38:27.925Z | Downloaded bitfield-struct v0.6.2 |
1111 | 2024-11-01T21:38:27.928Z | Downloaded bit-vec v0.6.3 |
1112 | 2024-11-01T21:38:27.930Z | Downloaded block-padding v0.3.3 |
1113 | 2024-11-01T21:38:27.959Z | Downloaded ring v0.17.8 |
1114 | 2024-11-01T21:38:28.067Z | Downloaded libsqlite3-sys v0.30.1 |
1115 | 2024-11-01T21:38:28.146Z | Downloaded ring v0.16.20 |
1116 | 2024-11-01T21:38:28.324Z | Compiling serde v1.0.210 |
1117 | 2024-11-01T21:38:28.326Z | Compiling typenum v1.17.0 |
1118 | 2024-11-01T21:38:28.326Z | Compiling lock_api v0.4.12 |
1119 | 2024-11-01T21:38:28.326Z | Compiling generic-array v0.14.7 |
1120 | 2024-11-01T21:38:28.326Z | Compiling scopeguard v1.2.0 |
1121 | 2024-11-01T21:38:28.327Z | Compiling subtle v2.6.1 |
1122 | 2024-11-01T21:38:28.489Z | Compiling syn v2.0.79 |
1123 | 2024-11-01T21:38:28.502Z | Compiling getrandom v0.2.15 |
1124 | 2024-11-01T21:38:28.598Z | Compiling value-bag v1.9.0 |
1125 | 2024-11-01T21:38:28.830Z | Compiling rand_core v0.6.4 |
1126 | 2024-11-01T21:38:28.976Z | Compiling const-oid v0.9.6 |
1127 | 2024-11-01T21:38:29.055Z | Compiling jobserver v0.1.32 |
1128 | 2024-11-01T21:38:29.163Z | Compiling log v0.4.22 |
1129 | 2024-11-01T21:38:29.304Z | Compiling shlex v1.3.0 |
1130 | 2024-11-01T21:38:29.521Z | Compiling pin-project-lite v0.2.14 |
1131 | 2024-11-01T21:38:29.585Z | Compiling cc v1.1.30 |
1132 | 2024-11-01T21:38:29.650Z | Compiling smallvec v1.13.2 |
1133 | 2024-11-01T21:38:29.723Z | Compiling parking_lot_core v0.9.10 |
1134 | 2024-11-01T21:38:30.012Z | Compiling futures-core v0.3.31 |
1135 | 2024-11-01T21:38:30.074Z | Compiling signal-hook-registry v1.4.2 |
1136 | 2024-11-01T21:38:30.111Z | Compiling mio v1.0.2 |
1137 | 2024-11-01T21:38:30.274Z | Compiling cpufeatures v0.2.14 |
1138 | 2024-11-01T21:38:30.380Z | Compiling futures-sink v0.3.31 |
1139 | 2024-11-01T21:38:30.542Z | Compiling spin v0.9.8 |
1140 | 2024-11-01T21:38:30.898Z | Compiling parking_lot v0.12.3 |
1141 | 2024-11-01T21:38:30.924Z | Compiling socket2 v0.5.7 |
1142 | 2024-11-01T21:38:30.966Z | Compiling slab v0.4.9 |
1143 | 2024-11-01T21:38:31.032Z | Compiling serde_json v1.0.128 |
1144 | 2024-11-01T21:38:31.337Z | Compiling futures-channel v0.3.31 |
1145 | 2024-11-01T21:38:31.373Z | Compiling pin-utils v0.1.0 |
1146 | 2024-11-01T21:38:31.421Z | Compiling foldhash v0.1.3 |
1147 | 2024-11-01T21:38:31.473Z | Compiling allocator-api2 v0.2.18 |
1148 | 2024-11-01T21:38:31.751Z | Compiling futures-io v0.3.31 |
1149 | 2024-11-01T21:38:31.768Z | Compiling futures-task v0.3.31 |
1150 | 2024-11-01T21:38:31.787Z | Compiling tinyvec_macros v0.1.1 |
1151 | 2024-11-01T21:38:31.836Z | Compiling pkg-config v0.3.31 |
1152 | 2024-11-01T21:38:31.886Z | Compiling tinyvec v1.8.0 |
1153 | 2024-11-01T21:38:31.905Z | Compiling libm v0.2.8 |
1154 | 2024-11-01T21:38:32.085Z | Compiling num-traits v0.2.19 |
1155 | 2024-11-01T21:38:32.104Z | Compiling unicode-bidi v0.3.17 |
1156 | 2024-11-01T21:38:32.256Z | Compiling hashbrown v0.15.0 |
1157 | 2024-11-01T21:38:32.625Z | Compiling base64ct v1.6.0 |
1158 | 2024-11-01T21:38:33.219Z | Compiling pem-rfc7468 v0.7.0 |
1159 | 2024-11-01T21:38:33.426Z | Compiling unicode-normalization v0.1.24 |
1160 | 2024-11-01T21:38:33.474Z | Compiling flagset v0.4.6 |
1161 | 2024-11-01T21:38:33.669Z | Compiling httparse v1.9.5 |
1162 | 2024-11-01T21:38:33.691Z | Compiling tracing-core v0.1.32 |
1163 | 2024-11-01T21:38:33.691Z | Compiling percent-encoding v2.3.1 |
1164 | 2024-11-01T21:38:33.729Z | Compiling ring v0.17.8 |
1165 | 2024-11-01T21:38:33.914Z | Compiling rustls-pki-types v1.9.0 |
1166 | 2024-11-01T21:38:34.102Z | Compiling crossbeam-utils v0.8.20 |
1167 | 2024-11-01T21:38:34.530Z | Compiling powerfmt v0.2.0 |
1168 | 2024-11-01T21:38:34.726Z | Compiling num-conv v0.1.0 |
1169 | 2024-11-01T21:38:34.893Z | Compiling time-core v0.1.2 |
1170 | 2024-11-01T21:38:34.996Z | Compiling vcpkg v0.2.15 |
1171 | 2024-11-01T21:38:35.015Z | Compiling untrusted v0.9.0 |
1172 | 2024-11-01T21:38:35.061Z | Compiling time-macros v0.2.18 |
1173 | 2024-11-01T21:38:35.081Z | Compiling deranged v0.3.11 |
1174 | 2024-11-01T21:38:35.197Z | Compiling atomic-waker v1.1.2 |
1175 | 2024-11-01T21:38:35.317Z | Compiling num_threads v0.1.7 |
1176 | 2024-11-01T21:38:35.376Z | Compiling form_urlencoded v1.2.1 |
1177 | 2024-11-01T21:38:35.444Z | Compiling rustix v0.38.37 |
1178 | 2024-11-01T21:38:35.668Z | Compiling try-lock v0.2.5 |
1179 | 2024-11-01T21:38:35.817Z | Compiling slog v2.7.0 |
1180 | 2024-11-01T21:38:36.313Z | Compiling want v0.3.1 |
1181 | 2024-11-01T21:38:36.387Z | Compiling httpdate v1.0.3 |
1182 | 2024-11-01T21:38:36.597Z | Compiling idna v0.5.0 |
1183 | 2024-11-01T21:38:36.839Z | Compiling iana-time-zone v0.1.61 |
1184 | 2024-11-01T21:38:36.916Z | Compiling tower-service v0.3.3 |
1185 | 2024-11-01T21:38:36.938Z | Compiling openssl-sys v0.9.103 |
1186 | 2024-11-01T21:38:37.036Z | Compiling openssl v0.10.66 |
1187 | 2024-11-01T21:38:37.245Z | Compiling foreign-types-shared v0.1.1 |
1188 | 2024-11-01T21:38:37.266Z | Compiling base64 v0.22.1 |
1189 | 2024-11-01T21:38:37.363Z | Compiling match_cfg v0.1.0 |
1190 | 2024-11-01T21:38:37.443Z | Compiling adler2 v2.0.0 |
1191 | 2024-11-01T21:38:37.464Z | Compiling rustversion v1.0.17 |
1192 | 2024-11-01T21:38:37.653Z | Compiling miniz_oxide v0.8.0 |
1193 | 2024-11-01T21:38:38.003Z | Compiling hostname v0.3.1 |
1194 | 2024-11-01T21:38:38.089Z | Compiling url v2.5.2 |
1195 | 2024-11-01T21:38:38.108Z | Compiling time v0.3.36 |
1196 | 2024-11-01T21:38:38.245Z | Compiling foreign-types v0.3.2 |
1197 | 2024-11-01T21:38:38.265Z | Compiling dirs-sys-next v0.1.2 |
1198 | 2024-11-01T21:38:38.343Z | Compiling aho-corasick v1.1.3 |
1199 | 2024-11-01T21:38:38.867Z | Compiling native-tls v0.2.12 |
1200 | 2024-11-01T21:38:39.131Z | Compiling rustls v0.22.4 |
1201 | 2024-11-01T21:38:39.201Z | Compiling rustls v0.23.14 |
1202 | 2024-11-01T21:38:39.402Z | Compiling siphasher v0.3.11 |
1203 | 2024-11-01T21:38:39.465Z | Compiling data-encoding v2.6.0 |
1204 | 2024-11-01T21:38:39.491Z | Compiling regex-syntax v0.8.5 |
1205 | 2024-11-01T21:38:39.768Z | Compiling syn v1.0.109 |
1206 | 2024-11-01T21:38:39.895Z | Compiling dirs-next v2.0.0 |
1207 | 2024-11-01T21:38:40.445Z | Compiling serde_derive_internals v0.29.1 |
1208 | 2024-11-01T21:38:41.459Z | Compiling crossbeam-epoch v0.9.18 |
1209 | 2024-11-01T21:38:41.620Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1210 | 2024-11-01T21:38:42.097Z | Compiling lazy_static v1.5.0 |
1211 | 2024-11-01T21:38:42.226Z | Compiling thread_local v1.1.8 |
1212 | 2024-11-01T21:38:42.257Z | Compiling cookie v0.18.1 |
1213 | 2024-11-01T21:38:42.282Z | Compiling serde_derive v1.0.210 |
1214 | 2024-11-01T21:38:42.536Z | Compiling zeroize_derive v1.4.2 |
1215 | 2024-11-01T21:38:42.769Z | Compiling zerocopy-derive v0.7.35 |
1216 | 2024-11-01T21:38:43.047Z | Compiling tokio-macros v2.4.0 |
1217 | 2024-11-01T21:38:43.216Z | Compiling thiserror-impl v1.0.64 |
1218 | 2024-11-01T21:38:43.369Z | Compiling futures-macro v0.3.31 |
1219 | 2024-11-01T21:38:44.104Z | Compiling zeroize v1.8.1 |
1220 | 2024-11-01T21:38:44.279Z | Compiling der_derive v0.7.3 |
1221 | 2024-11-01T21:38:44.636Z | Compiling tracing-attributes v0.1.27 |
1222 | 2024-11-01T21:38:44.987Z | Compiling zerocopy v0.7.35 |
1223 | 2024-11-01T21:38:45.298Z | Compiling futures-util v0.3.31 |
1224 | 2024-11-01T21:38:45.799Z | Compiling scroll_derive v0.12.0 |
1225 | 2024-11-01T21:38:46.010Z | Compiling crypto-common v0.1.6 |
1226 | 2024-11-01T21:38:46.262Z | Compiling block-buffer v0.10.4 |
1227 | 2024-11-01T21:38:46.465Z | Compiling thiserror v1.0.64 |
1228 | 2024-11-01T21:38:46.535Z | Compiling digest v0.10.7 |
1229 | 2024-11-01T21:38:46.613Z | Compiling block-padding v0.3.3 |
1230 | 2024-11-01T21:38:46.637Z | Compiling ppv-lite86 v0.2.20 |
1231 | 2024-11-01T21:38:46.694Z | Compiling der v0.7.9 |
1232 | 2024-11-01T21:38:46.867Z | Compiling inout v0.1.3 |
1233 | 2024-11-01T21:38:47.043Z | Compiling hmac v0.12.1 |
1234 | 2024-11-01T21:38:47.147Z | Compiling cipher v0.4.4 |
1235 | 2024-11-01T21:38:47.237Z | Compiling sha2 v0.10.8 |
1236 | 2024-11-01T21:38:47.288Z | Compiling pbkdf2 v0.12.2 |
1237 | 2024-11-01T21:38:47.471Z | Compiling rand_chacha v0.3.1 |
1238 | 2024-11-01T21:38:47.512Z | Compiling pest v2.7.14 |
1239 | 2024-11-01T21:38:47.653Z | Compiling salsa20 v0.10.2 |
1240 | 2024-11-01T21:38:47.878Z | Compiling scrypt v0.11.0 |
1241 | 2024-11-01T21:38:48.183Z | Compiling tracing v0.1.40 |
1242 | 2024-11-01T21:38:48.432Z | Compiling rand v0.8.5 |
1243 | 2024-11-01T21:38:48.719Z | Compiling aes v0.8.4 |
1244 | 2024-11-01T21:38:49.766Z | Compiling spki v0.7.3 |
1245 | 2024-11-01T21:38:50.127Z | Compiling cbc v0.1.2 |
1246 | 2024-11-01T21:38:50.174Z | Compiling pest_meta v2.7.14 |
1247 | 2024-11-01T21:38:50.355Z | Compiling pkcs5 v0.7.1 |
1248 | 2024-11-01T21:38:50.618Z | Compiling scroll v0.12.0 |
1249 | 2024-11-01T21:38:50.635Z | Compiling rustls-webpki v0.102.8 |
1250 | 2024-11-01T21:38:50.863Z | Compiling async-trait v0.1.83 |
1251 | 2024-11-01T21:38:51.169Z | Compiling goblin v0.8.2 |
1252 | 2024-11-01T21:38:51.522Z | Compiling pest_generator v2.7.14 |
1253 | 2024-11-01T21:38:51.582Z | Compiling pkcs8 v0.10.2 |
1254 | 2024-11-01T21:38:51.755Z | Compiling openssl-macros v0.1.1 |
1255 | 2024-11-01T21:38:52.290Z | Compiling sha1 v0.10.6 |
1256 | 2024-11-01T21:38:52.520Z | Compiling signature v2.2.0 |
1257 | 2024-11-01T21:38:52.575Z | Compiling regex-automata v0.4.8 |
1258 | 2024-11-01T21:38:52.731Z | Compiling encoding_rs v0.8.34 |
1259 | 2024-11-01T21:38:52.836Z | Compiling multer v3.1.0 |
1260 | 2024-11-01T21:38:53.149Z | Compiling openssl-probe v0.1.5 |
1261 | 2024-11-01T21:38:53.414Z | Compiling gimli v0.31.1 |
1262 | 2024-11-01T21:38:53.462Z | Compiling mime v0.3.17 |
1263 | 2024-11-01T21:38:53.517Z | Compiling schemars v0.8.21 |
1264 | 2024-11-01T21:38:53.905Z | Compiling paste v1.0.15 |
1265 | 2024-11-01T21:38:54.110Z | Compiling either v1.13.0 |
1266 | 2024-11-01T21:38:54.469Z | Compiling signal-hook v0.3.17 |
1267 | 2024-11-01T21:38:54.562Z | Compiling slog-async v2.8.0 |
1268 | 2024-11-01T21:38:54.752Z | Compiling rayon-core v1.12.1 |
1269 | 2024-11-01T21:38:54.934Z | Compiling pest_derive v2.7.14 |
1270 | 2024-11-01T21:38:55.036Z | Compiling unicode-properties v0.1.3 |
1271 | 2024-11-01T21:38:55.092Z | Compiling ipnet v2.10.1 |
1272 | 2024-11-01T21:38:55.429Z | Compiling stringprep v0.1.5 |
1273 | 2024-11-01T21:38:55.732Z | Compiling dtrace-parser v0.2.0 |
1274 | 2024-11-01T21:38:56.313Z | Compiling bytes v1.7.2 |
1275 | 2024-11-01T21:38:56.606Z | Compiling indexmap v2.6.0 |
1276 | 2024-11-01T21:38:57.119Z | Compiling bitflags v2.6.0 |
1277 | 2024-11-01T21:38:57.538Z | Compiling tokio v1.40.0 |
1278 | 2024-11-01T21:38:57.592Z | Compiling http v1.1.0 |
1279 | 2024-11-01T21:38:57.733Z | Compiling semver v1.0.23 |
1280 | 2024-11-01T21:38:58.488Z | Compiling rustc_version v0.4.1 |
1281 | 2024-11-01T21:38:58.644Z | Compiling dof v0.3.0 |
1282 | 2024-11-01T21:38:59.278Z | Compiling http-body v1.0.1 |
1283 | 2024-11-01T21:38:59.526Z | Compiling toml_datetime v0.6.8 |
1284 | 2024-11-01T21:38:59.695Z | Compiling serde_tokenstream v0.2.2 |
1285 | 2024-11-01T21:39:00.052Z | Compiling uuid v1.10.0 |
1286 | 2024-11-01T21:39:00.167Z | Compiling serde_spanned v0.6.8 |
1287 | 2024-11-01T21:39:00.343Z | Compiling usdt-impl v0.5.0 |
1288 | 2024-11-01T21:39:00.412Z | Compiling chrono v0.4.38 |
1289 | 2024-11-01T21:39:00.698Z | Compiling http-body-util v0.1.2 |
1290 | 2024-11-01T21:39:01.070Z | Compiling heapless v0.7.17 |
1291 | 2024-11-01T21:39:01.574Z | Compiling toml_edit v0.22.22 |
1292 | 2024-11-01T21:39:01.576Z | Compiling curve25519-dalek v4.1.3 |
1293 | 2024-11-01T21:39:01.863Z | Compiling usdt-macro v0.5.0 |
1294 | 2024-11-01T21:39:02.276Z | Compiling usdt-attr-macro v0.5.0 |
1295 | 2024-11-01T21:39:03.394Z | Compiling slog-json v2.6.1 |
1296 | 2024-11-01T21:39:03.534Z | Compiling addr2line v0.24.2 |
1297 | 2024-11-01T21:39:03.793Z | Compiling serde_urlencoded v0.7.1 |
1298 | 2024-11-01T21:39:04.275Z | Compiling futures-executor v0.3.31 |
1299 | 2024-11-01T21:39:04.390Z | Compiling md-5 v0.10.6 |
1300 | 2024-11-01T21:39:04.583Z | Compiling schemars_derive v0.8.21 |
1301 | 2024-11-01T21:39:04.717Z | Compiling async-stream-impl v0.3.6 |
1302 | 2024-11-01T21:39:04.804Z | Compiling enum-as-inner v0.6.1 |
1303 | 2024-11-01T21:39:05.944Z | Compiling tokio-util v0.7.12 |
1304 | 2024-11-01T21:39:07.318Z | Compiling h2 v0.4.6 |
1305 | 2024-11-01T21:39:07.738Z | Compiling crossbeam-deque v0.8.5 |
1306 | 2024-11-01T21:39:08.288Z | Compiling term v0.7.0 |
1307 | 2024-11-01T21:39:09.503Z | Compiling crossbeam-channel v0.5.13 |
1308 | 2024-11-01T21:39:09.778Z | Compiling num-integer v0.1.46 |
1309 | 2024-11-01T21:39:10.139Z | Compiling rustls-pemfile v2.2.0 |
1310 | 2024-11-01T21:39:10.340Z | Compiling idna v0.3.0 |
1311 | 2024-11-01T21:39:10.583Z | Compiling idna v0.4.0 |
1312 | 2024-11-01T21:39:10.621Z | Compiling hash32 v0.2.1 |
1313 | 2024-11-01T21:39:11.032Z | Compiling ff v0.13.0 |
1314 | 2024-11-01T21:39:11.270Z | Compiling is-terminal v0.4.13 |
1315 | 2024-11-01T21:39:11.408Z | Compiling dropshot v0.12.0 |
1316 | 2024-11-01T21:39:11.721Z | Compiling object v0.36.5 |
1317 | 2024-11-01T21:39:11.937Z | Compiling psl-types v2.0.11 |
1318 | 2024-11-01T21:39:12.142Z | Compiling stable_deref_trait v1.2.0 |
1319 | 2024-11-01T21:39:12.164Z | Compiling quick-error v1.2.3 |
1320 | 2024-11-01T21:39:12.167Z | Compiling portable-atomic v1.9.0 |
1321 | 2024-11-01T21:39:12.240Z | Compiling smoltcp v0.9.1 |
1322 | 2024-11-01T21:39:12.308Z | Compiling num-bigint-dig v0.8.4 |
1323 | 2024-11-01T21:39:12.618Z | Compiling dyn-clone v1.0.17 |
1324 | 2024-11-01T21:39:12.838Z | Compiling utf-8 v0.7.6 |
1325 | 2024-11-01T21:39:12.914Z | Compiling linked-hash-map v0.5.6 |
1326 | 2024-11-01T21:39:13.157Z | Compiling rustc-demangle v0.1.24 |
1327 | 2024-11-01T21:39:13.249Z | Compiling base16ct v0.2.0 |
1328 | 2024-11-01T21:39:13.300Z | Compiling take_mut v0.2.2 |
1329 | 2024-11-01T21:39:13.452Z | Compiling fallible-iterator v0.2.0 |
1330 | 2024-11-01T21:39:13.573Z | Compiling anyhow v1.0.92 |
1331 | 2024-11-01T21:39:13.915Z | Compiling sec1 v0.7.3 |
1332 | 2024-11-01T21:39:14.205Z | Compiling postgres-protocol v0.6.7 |
1333 | 2024-11-01T21:39:14.494Z | Compiling hyper v1.4.1 |
1334 | 2024-11-01T21:39:14.612Z | Compiling lru-cache v0.1.2 |
1335 | 2024-11-01T21:39:14.883Z | Compiling tungstenite v0.24.0 |
1336 | 2024-11-01T21:39:15.574Z | Compiling resolv-conf v0.7.0 |
1337 | 2024-11-01T21:39:17.156Z | Compiling hyper-util v0.1.9 |
1338 | 2024-11-01T21:39:17.485Z | Compiling publicsuffix v2.2.3 |
1339 | 2024-11-01T21:39:17.641Z | Compiling hickory-proto v0.24.1 |
1340 | 2024-11-01T21:39:17.683Z | Compiling usdt v0.5.0 |
1341 | 2024-11-01T21:39:17.752Z | Compiling slog-term v2.9.1 |
1342 | 2024-11-01T21:39:18.180Z | Compiling group v0.13.0 |
1343 | 2024-11-01T21:39:18.511Z | Compiling tokio-rustls v0.26.0 |
1344 | 2024-11-01T21:39:18.531Z | Compiling num-iter v0.1.45 |
1345 | 2024-11-01T21:39:18.719Z | Compiling tokio-rustls v0.25.0 |
1346 | 2024-11-01T21:39:18.984Z | Compiling tokio-native-tls v0.3.1 |
1347 | 2024-11-01T21:39:19.170Z | Compiling async-stream v0.3.6 |
1348 | 2024-11-01T21:39:19.196Z | Compiling backtrace v0.3.74 |
1349 | 2024-11-01T21:39:19.262Z | Compiling toml v0.8.19 |
1350 | 2024-11-01T21:39:19.936Z | Compiling futures v0.3.31 |
1351 | 2024-11-01T21:39:20.683Z | Compiling camino v1.1.9 |
1352 | 2024-11-01T21:39:20.972Z | Compiling slog-bunyan v2.5.0 |
1353 | 2024-11-01T21:39:21.191Z | Compiling terminal_size v0.4.0 |
1354 | 2024-11-01T21:39:21.216Z | Compiling dropshot_endpoint v0.12.0 |
1355 | 2024-11-01T21:39:21.414Z | Compiling openapiv3 v2.0.0 |
1356 | 2024-11-01T21:39:21.551Z | Compiling serde_path_to_error v0.1.16 |
1357 | 2024-11-01T21:39:21.577Z | Compiling hkdf v0.12.4 |
1358 | 2024-11-01T21:39:21.612Z | Compiling hubpack_derive v0.1.1 |
1359 | 2024-11-01T21:39:21.651Z | Compiling crypto-bigint v0.5.5 |
1360 | 2024-11-01T21:39:21.843Z | Compiling curve25519-dalek-derive v0.1.1 |
1361 | 2024-11-01T21:39:22.423Z | Compiling zerocopy-derive v0.6.6 |
1362 | 2024-11-01T21:39:22.492Z | Compiling phf_shared v0.11.2 |
1363 | 2024-11-01T21:39:22.519Z | Compiling waitgroup v0.1.2 |
1364 | 2024-11-01T21:39:22.749Z | Compiling webpki-roots v0.26.6 |
1365 | 2024-11-01T21:39:22.887Z | Compiling hostname v0.4.0 |
1366 | 2024-11-01T21:39:22.969Z | Compiling crc32fast v1.4.2 |
1367 | 2024-11-01T21:39:23.159Z | Compiling fs-err v2.11.0 |
1368 | 2024-11-01T21:39:23.272Z | Compiling ahash v0.8.11 |
1369 | 2024-11-01T21:39:23.292Z | Compiling debug-ignore v1.0.5 |
1370 | 2024-11-01T21:39:23.446Z | Compiling bitflags v1.3.2 |
1371 | 2024-11-01T21:39:23.465Z | Compiling managed v0.8.0 |
1372 | 2024-11-01T21:39:23.561Z | Compiling winnow v0.5.40 |
1373 | 2024-11-01T21:39:23.634Z | Compiling strum_macros v0.25.3 |
1374 | 2024-11-01T21:39:24.582Z | Compiling zerocopy v0.6.6 |
1375 | 2024-11-01T21:39:25.484Z | Compiling elliptic-curve v0.13.8 |
1376 | 2024-11-01T21:39:25.636Z | Compiling console v0.15.8 |
1377 | 2024-11-01T21:39:26.033Z | Compiling clap_builder v4.5.20 |
1378 | 2024-11-01T21:39:27.184Z | Compiling hickory-resolver v0.24.1 |
1379 | 2024-11-01T21:39:27.554Z | Compiling toml_edit v0.19.15 |
1380 | 2024-11-01T21:39:27.628Z | Compiling flate2 v1.0.34 |
1381 | 2024-11-01T21:39:27.693Z | Compiling hyper-rustls v0.27.3 |
1382 | 2024-11-01T21:39:27.801Z | Compiling phf v0.11.2 |
1383 | 2024-11-01T21:39:28.111Z | Compiling hubpack v0.1.2 |
1384 | 2024-11-01T21:39:28.326Z | Compiling signal-hook-mio v0.2.4 |
1385 | 2024-11-01T21:39:28.497Z | Compiling cookie_store v0.21.0 |
1386 | 2024-11-01T21:39:28.599Z | Compiling rayon v1.10.0 |
1387 | 2024-11-01T21:39:29.504Z | Compiling hyper-tls v0.6.0 |
1388 | 2024-11-01T21:39:29.933Z | Compiling bzip2 v0.4.4 |
1389 | 2024-11-01T21:39:30.344Z | Compiling tokio-tungstenite v0.24.0 |
1390 | 2024-11-01T21:39:30.913Z | Compiling postgres-types v0.2.8 |
1391 | 2024-11-01T21:39:33.628Z | Compiling tokio-stream v0.1.16 |
1392 | 2024-11-01T21:39:33.683Z | Compiling bstr v1.10.0 |
1393 | 2024-11-01T21:39:33.769Z | Compiling regex v1.11.0 |
1394 | 2024-11-01T21:39:34.719Z | Compiling serde-big-array v0.5.1 |
1395 | 2024-11-01T21:39:34.745Z | Compiling ed25519 v2.2.3 |
1396 | 2024-11-01T21:39:34.882Z | Compiling pkcs1 v0.7.5 |
1397 | 2024-11-01T21:39:34.910Z | Compiling rfc6979 v0.4.0 |
1398 | 2024-11-01T21:39:34.941Z | Compiling derive-where v1.2.7 |
1399 | 2024-11-01T21:39:34.958Z | Compiling clap_derive v4.5.18 |
1400 | 2024-11-01T21:39:35.105Z | Compiling serde_repr v0.1.19 |
1401 | 2024-11-01T21:39:35.236Z | Compiling phf_shared v0.10.0 |
1402 | 2024-11-01T21:39:35.492Z | Compiling float-cmp v0.9.0 |
1403 | 2024-11-01T21:39:35.657Z | Compiling sync_wrapper v1.0.1 |
1404 | 2024-11-01T21:39:35.723Z | Compiling unicode-segmentation v1.12.0 |
1405 | 2024-11-01T21:39:35.817Z | Compiling minimal-lexical v0.2.1 |
1406 | 2024-11-01T21:39:35.853Z | Compiling precomputed-hash v0.1.1 |
1407 | 2024-11-01T21:39:35.979Z | Compiling number_prefix v0.4.0 |
1408 | 2024-11-01T21:39:36.216Z | Compiling predicates-core v1.0.8 |
1409 | 2024-11-01T21:39:36.272Z | Compiling bit-vec v0.6.3 |
1410 | 2024-11-01T21:39:36.349Z | Compiling difflib v0.4.0 |
1411 | 2024-11-01T21:39:36.544Z | Compiling static_assertions v1.1.0 |
1412 | 2024-11-01T21:39:36.583Z | Compiling new_debug_unreachable v1.0.6 |
1413 | 2024-11-01T21:39:36.605Z | Compiling normalize-line-endings v0.3.0 |
1414 | 2024-11-01T21:39:36.650Z | Compiling whoami v1.5.2 |
1415 | 2024-11-01T21:39:36.685Z | Compiling fixedbitset v0.4.2 |
1416 | 2024-11-01T21:39:36.734Z | Compiling string_cache v0.8.7 |
1417 | 2024-11-01T21:39:36.753Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1418 | 2024-11-01T21:39:37.138Z | Compiling tokio-postgres v0.7.12 |
1419 | 2024-11-01T21:39:37.172Z | Compiling petgraph v0.6.5 |
1420 | 2024-11-01T21:39:37.295Z | Compiling predicates v3.1.2 |
1421 | 2024-11-01T21:39:37.923Z | Compiling bit-set v0.5.3 |
1422 | 2024-11-01T21:39:38.213Z | Compiling similar v2.6.0 |
1423 | 2024-11-01T21:39:38.277Z | Compiling qorb v0.2.0 |
1424 | 2024-11-01T21:39:39.013Z | Compiling nom v7.1.3 |
1425 | 2024-11-01T21:39:39.682Z | Compiling clap v4.5.20 |
1426 | 2024-11-01T21:39:39.816Z | Compiling indicatif v0.17.8 |
1427 | 2024-11-01T21:39:40.618Z | Compiling reqwest v0.12.8 |
1428 | 2024-11-01T21:39:41.299Z | Compiling rsa v0.9.6 |
1429 | 2024-11-01T21:39:41.879Z | Compiling ecdsa v0.16.9 |
1430 | 2024-11-01T21:39:42.725Z | Compiling ed25519-dalek v2.1.1 |
1431 | 2024-11-01T21:39:42.789Z | Compiling toml v0.7.8 |
1432 | 2024-11-01T21:39:42.916Z | Compiling zip v0.6.6 |
1433 | 2024-11-01T21:39:43.590Z | Compiling crossterm v0.28.1 |
1434 | 2024-11-01T21:39:44.341Z | Compiling hex v0.4.3 |
1435 | 2024-11-01T21:39:44.407Z | Compiling itertools v0.10.5 |
1436 | 2024-11-01T21:39:44.823Z | Compiling itertools v0.12.1 |
1437 | 2024-11-01T21:39:44.853Z | Compiling x509-cert v0.2.5 |
1438 | 2024-11-01T21:39:44.900Z | Compiling lalrpop-util v0.19.12 |
1439 | 2024-11-01T21:39:44.992Z | Compiling peg-runtime v0.8.3 |
1440 | 2024-11-01T21:39:45.250Z | Compiling unicode-xid v0.2.6 |
1441 | 2024-11-01T21:39:45.431Z | Compiling xattr v1.3.1 |
1442 | 2024-11-01T21:39:45.656Z | Compiling strum_macros v0.26.4 |
1443 | 2024-11-01T21:39:45.713Z | Compiling filetime v0.2.25 |
1444 | 2024-11-01T21:39:46.034Z | Compiling tar v0.4.42 |
1445 | 2024-11-01T21:39:49.368Z | Compiling strum v0.26.3 |
1446 | 2024-11-01T21:39:49.722Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1447 | 2024-11-01T21:39:49.968Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1448 | 2024-11-01T21:39:55.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
1449 | 2024-11-01T21:39:55.599Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1450 | 2024-11-01T21:39:55.647Z | Nov 01 21:39:53.966 INFO Starting download, target: Cockroach |
1451 | 2024-11-01T21:39:55.647Z | Nov 01 21:39:53.966 INFO Starting download, target: Console |
1452 | 2024-11-01T21:39:55.650Z | Nov 01 21:39:53.966 INFO Starting download, target: Clickhouse |
1453 | 2024-11-01T21:39:55.650Z | Nov 01 21:39:53.966 INFO Starting download, target: DendriteOpenapi |
1454 | 2024-11-01T21:39:55.650Z | Nov 01 21:39:53.966 INFO Starting download, target: DendriteStub |
1455 | 2024-11-01T21:39:55.650Z | Nov 01 21:39:53.966 INFO Starting download, target: MaghemiteMgd |
1456 | 2024-11-01T21:39:55.650Z | Nov 01 21:39:53.966 INFO Starting download, target: TransceiverControl |
1457 | 2024-11-01T21:39:55.650Z | Nov 01 21:39:53.967 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1458 | 2024-11-01T21:39:55.650Z | Nov 01 21:39:53.967 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1459 | 2024-11-01T21:39:55.651Z | Nov 01 21:39:53.967 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1460 | 2024-11-01T21:39:55.651Z | Nov 01 21:39:53.967 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi |
1461 | 2024-11-01T21:39:55.651Z | Nov 01 21:39:53.967 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1462 | 2024-11-01T21:39:55.651Z | Nov 01 21:39:53.967 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1463 | 2024-11-01T21:39:55.651Z | Nov 01 21:39:53.967 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1464 | 2024-11-01T21:39:55.821Z | Nov 01 21:39:54.125 INFO Download complete, target: DendriteOpenapi |
1465 | 2024-11-01T21:39:56.099Z | Nov 01 21:39:54.376 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1466 | 2024-11-01T21:39:56.162Z | Nov 01 21:39:54.474 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1467 | 2024-11-01T21:39:56.499Z | Nov 01 21:39:54.815 INFO Download complete, target: Console |
1468 | 2024-11-01T21:39:56.588Z | Nov 01 21:39:54.906 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1469 | 2024-11-01T21:39:56.619Z | Nov 01 21:39:54.938 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1470 | 2024-11-01T21:39:56.765Z | Nov 01 21:39:55.083 INFO Download complete, target: TransceiverControl |
1471 | 2024-11-01T21:39:57.397Z | Nov 01 21:39:55.454 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1472 | 2024-11-01T21:39:57.397Z | Nov 01 21:39:55.454 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1473 | 2024-11-01T21:39:57.689Z | Nov 01 21:39:56.007 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1474 | 2024-11-01T21:39:59.384Z | Nov 01 21:39:57.702 INFO Download complete, target: DendriteStub |
1475 | 2024-11-01T21:39:59.424Z | Nov 01 21:39:57.742 INFO Download complete, target: MaghemiteMgd |
1476 | 2024-11-01T21:40:04.525Z | Nov 01 21:40:02.844 INFO Checking that binary works, target: Cockroach |
1477 | 2024-11-01T21:40:04.683Z | Nov 01 21:40:03.002 INFO Download complete, target: Cockroach |
1478 | 2024-11-01T21:40:09.871Z | Nov 01 21:40:08.187 INFO Checking that binary works, target: Clickhouse |
1479 | 2024-11-01T21:40:10.041Z | Nov 01 21:40:08.359 INFO Download complete, target: Clickhouse |
1480 | 2024-11-01T21:40:10.048Z | All prerequisites installed successfully |
1481 | 2024-11-01T21:40:10.050Z | |
1482 | 2024-11-01T21:40:10.050Z | real 4:48.453561571 |
1483 | 2024-11-01T21:40:10.050Z | user 12:18.633944058 |
1484 | 2024-11-01T21:40:10.050Z | sys 2:43.848708196 |
1485 | 2024-11-01T21:40:10.051Z | trap 0.461780202 |
1486 | 2024-11-01T21:40:10.051Z | tflt 1.241706923 |
1487 | 2024-11-01T21:40:10.051Z | dflt 1.436343172 |
1488 | 2024-11-01T21:40:10.051Z | kflt 0.031681575 |
1489 | 2024-11-01T21:40:10.051Z | lock 22:42.648533740 |
1490 | 2024-11-01T21:40:10.051Z | slp 49:35.604941739 |
1491 | 2024-11-01T21:40:10.051Z | lat 48.570112700 |
1492 | 2024-11-01T21:40:10.052Z | stop 2:07.371496023 |
1493 | 2024-11-01T21:40:10.052Z | + ptime -m cargo xtask download softnpu |
1494 | 2024-11-01T21:40:10.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1495 | 2024-11-01T21:40:10.563Z | Running `target/debug/xtask download softnpu` |
1496 | 2024-11-01T21:40:11.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1497 | 2024-11-01T21:40:11.383Z | Running `target/debug/xtask-downloader softnpu` |
1498 | 2024-11-01T21:40:11.417Z | Nov 01 21:40:09.735 INFO Starting download, target: Softnpu |
1499 | 2024-11-01T21:40:11.419Z | Nov 01 21:40:09.736 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1500 | 2024-11-01T21:40:12.221Z | Nov 01 21:40:10.538 INFO Download complete, target: Softnpu |
1501 | 2024-11-01T21:40:12.224Z | |
1502 | 2024-11-01T21:40:12.228Z | real 2.169135382 |
1503 | 2024-11-01T21:40:12.228Z | user 1.184020296 |
1504 | 2024-11-01T21:40:12.228Z | sys 0.513904901 |
1505 | 2024-11-01T21:40:12.228Z | trap 0.000309381 |
1506 | 2024-11-01T21:40:12.228Z | tflt 0.000019608 |
1507 | 2024-11-01T21:40:12.228Z | dflt 0.000000000 |
1508 | 2024-11-01T21:40:12.228Z | kflt 0.000000000 |
1509 | 2024-11-01T21:40:12.228Z | lock 8.333337978 |
1510 | 2024-11-01T21:40:12.228Z | slp 0.671821814 |
1511 | 2024-11-01T21:40:12.228Z | lat 0.066736005 |
1512 | 2024-11-01T21:40:12.228Z | stop 0.000162721 |
1513 | 2024-11-01T21:40:12.228Z | + export CARGO_INCREMENTAL=0 |
1514 | 2024-11-01T21:40:12.228Z | + CARGO_INCREMENTAL=0 |
1515 | 2024-11-01T21:40:12.228Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1516 | 2024-11-01T21:40:13.160Z | Compiling proc-macro2 v1.0.87 |
1517 | 2024-11-01T21:40:13.162Z | Compiling unicode-ident v1.0.13 |
1518 | 2024-11-01T21:40:13.163Z | Compiling libc v0.2.161 |
1519 | 2024-11-01T21:40:13.163Z | Compiling serde v1.0.210 |
1520 | 2024-11-01T21:40:13.163Z | Compiling version_check v0.9.5 |
1521 | 2024-11-01T21:40:13.163Z | Compiling autocfg v1.4.0 |
1522 | 2024-11-01T21:40:13.163Z | Compiling cfg-if v1.0.0 |
1523 | 2024-11-01T21:40:13.409Z | Compiling typenum v1.17.0 |
1524 | 2024-11-01T21:40:13.412Z | Compiling shlex v1.3.0 |
1525 | 2024-11-01T21:40:13.444Z | Compiling memchr v2.7.4 |
1526 | 2024-11-01T21:40:13.805Z | Compiling parking_lot_core v0.9.10 |
1527 | 2024-11-01T21:40:13.888Z | Compiling generic-array v0.14.7 |
1528 | 2024-11-01T21:40:14.186Z | Compiling lock_api v0.4.12 |
1529 | 2024-11-01T21:40:14.202Z | Compiling once_cell v1.20.2 |
1530 | 2024-11-01T21:40:14.269Z | Compiling serde_json v1.0.128 |
1531 | 2024-11-01T21:40:14.479Z | Compiling thiserror v1.0.64 |
1532 | 2024-11-01T21:40:14.586Z | Compiling libm v0.2.8 |
1533 | 2024-11-01T21:40:14.599Z | Compiling num-traits v0.2.19 |
1534 | 2024-11-01T21:40:14.818Z | Compiling value-bag v1.9.0 |
1535 | 2024-11-01T21:40:14.883Z | Compiling itoa v1.0.11 |
1536 | 2024-11-01T21:40:14.984Z | Compiling quote v1.0.37 |
1537 | 2024-11-01T21:40:15.043Z | Compiling slab v0.4.9 |
1538 | 2024-11-01T21:40:15.341Z | Compiling jobserver v0.1.32 |
1539 | 2024-11-01T21:40:15.359Z | Compiling syn v2.0.79 |
1540 | 2024-11-01T21:40:15.375Z | Compiling getrandom v0.2.15 |
1541 | 2024-11-01T21:40:15.391Z | Compiling log v0.4.22 |
1542 | 2024-11-01T21:40:15.582Z | Compiling scopeguard v1.2.0 |
1543 | 2024-11-01T21:40:15.650Z | Compiling byteorder v1.5.0 |
1544 | 2024-11-01T21:40:15.764Z | Compiling cc v1.1.30 |
1545 | 2024-11-01T21:40:16.068Z | Compiling rand_core v0.6.4 |
1546 | 2024-11-01T21:40:16.559Z | Compiling allocator-api2 v0.2.18 |
1547 | 2024-11-01T21:40:16.924Z | Compiling subtle v2.6.1 |
1548 | 2024-11-01T21:40:17.214Z | Compiling semver v1.0.23 |
1549 | 2024-11-01T21:40:17.366Z | Compiling pkg-config v0.3.31 |
1550 | 2024-11-01T21:40:17.649Z | Compiling pin-project-lite v0.2.14 |
1551 | 2024-11-01T21:40:17.787Z | Compiling ryu v1.0.18 |
1552 | 2024-11-01T21:40:17.805Z | Compiling const-oid v0.9.6 |
1553 | 2024-11-01T21:40:17.832Z | Compiling foldhash v0.1.3 |
1554 | 2024-11-01T21:40:17.901Z | Compiling equivalent v1.0.1 |
1555 | 2024-11-01T21:40:18.017Z | Compiling smallvec v1.13.2 |
1556 | 2024-11-01T21:40:18.085Z | Compiling hashbrown v0.15.0 |
1557 | 2024-11-01T21:40:18.169Z | Compiling httparse v1.9.5 |
1558 | 2024-11-01T21:40:18.560Z | Compiling schemars v0.8.21 |
1559 | 2024-11-01T21:40:18.862Z | Compiling signal-hook-registry v1.4.2 |
1560 | 2024-11-01T21:40:18.913Z | Compiling heck v0.5.0 |
1561 | 2024-11-01T21:40:18.980Z | Compiling ring v0.17.8 |
1562 | 2024-11-01T21:40:19.281Z | Compiling parking_lot v0.12.3 |
1563 | 2024-11-01T21:40:19.328Z | Compiling mio v1.0.2 |
1564 | 2024-11-01T21:40:19.972Z | Compiling crossbeam-utils v0.8.20 |
1565 | 2024-11-01T21:40:20.156Z | Compiling socket2 v0.5.7 |
1566 | 2024-11-01T21:40:20.327Z | Compiling futures-core v0.3.31 |
1567 | 2024-11-01T21:40:20.499Z | Compiling vcpkg v0.2.15 |
1568 | 2024-11-01T21:40:20.909Z | Compiling time-core v0.1.2 |
1569 | 2024-11-01T21:40:21.122Z | Compiling num-conv v0.1.0 |
1570 | 2024-11-01T21:40:21.328Z | Compiling fnv v1.0.7 |
1571 | 2024-11-01T21:40:21.423Z | Compiling time-macros v0.2.18 |
1572 | 2024-11-01T21:40:22.050Z | Compiling openssl-sys v0.9.103 |
1573 | 2024-11-01T21:40:22.451Z | Compiling spin v0.9.8 |
1574 | 2024-11-01T21:40:22.890Z | Compiling serde_derive_internals v0.29.1 |
1575 | 2024-11-01T21:40:22.978Z | Compiling cpufeatures v0.2.14 |
1576 | 2024-11-01T21:40:23.130Z | Compiling futures-sink v0.3.31 |
1577 | 2024-11-01T21:40:23.526Z | Compiling ahash v0.8.11 |
1578 | 2024-11-01T21:40:23.670Z | Compiling slog v2.7.0 |
1579 | 2024-11-01T21:40:23.955Z | Compiling syn v1.0.109 |
1580 | 2024-11-01T21:40:24.097Z | Compiling rustix v0.38.37 |
1581 | 2024-11-01T21:40:24.218Z | Compiling futures-channel v0.3.31 |
1582 | 2024-11-01T21:40:24.482Z | Compiling pin-utils v0.1.0 |
1583 | 2024-11-01T21:40:24.605Z | Compiling tinyvec_macros v0.1.1 |
1584 | 2024-11-01T21:40:24.696Z | Compiling futures-task v0.3.31 |
1585 | 2024-11-01T21:40:24.713Z | Compiling iana-time-zone v0.1.61 |
1586 | 2024-11-01T21:40:24.782Z | Compiling futures-io v0.3.31 |
1587 | 2024-11-01T21:40:24.929Z | Compiling openssl v0.10.66 |
1588 | 2024-11-01T21:40:24.978Z | Compiling ucd-trie v0.1.7 |
1589 | 2024-11-01T21:40:25.018Z | Compiling tinyvec v1.8.0 |
1590 | 2024-11-01T21:40:25.728Z | Compiling native-tls v0.2.12 |
1591 | 2024-11-01T21:40:25.765Z | Compiling unicode-bidi v0.3.17 |
1592 | 2024-11-01T21:40:25.878Z | Compiling rustls v0.23.14 |
1593 | 2024-11-01T21:40:26.047Z | Compiling base64ct v1.6.0 |
1594 | 2024-11-01T21:40:26.529Z | Compiling unicode-normalization v0.1.24 |
1595 | 2024-11-01T21:40:26.545Z | Compiling pem-rfc7468 v0.7.0 |
1596 | 2024-11-01T21:40:27.256Z | Compiling tracing-core v0.1.32 |
1597 | 2024-11-01T21:40:27.513Z | Compiling serde_derive v1.0.210 |
1598 | 2024-11-01T21:40:27.564Z | Compiling zeroize_derive v1.4.2 |
1599 | 2024-11-01T21:40:28.388Z | Compiling zerocopy-derive v0.7.35 |
1600 | 2024-11-01T21:40:28.836Z | Compiling thiserror-impl v1.0.64 |
1601 | 2024-11-01T21:40:28.897Z | Compiling zeroize v1.8.1 |
1602 | 2024-11-01T21:40:29.259Z | Compiling tokio-macros v2.4.0 |
1603 | 2024-11-01T21:40:30.156Z | Compiling futures-macro v0.3.31 |
1604 | 2024-11-01T21:40:30.565Z | Compiling zerocopy v0.7.35 |
1605 | 2024-11-01T21:40:31.175Z | Compiling crypto-common v0.1.6 |
1606 | 2024-11-01T21:40:31.501Z | Compiling tracing-attributes v0.1.27 |
1607 | 2024-11-01T21:40:31.743Z | Compiling block-buffer v0.10.4 |
1608 | 2024-11-01T21:40:31.965Z | Compiling digest v0.10.7 |
1609 | 2024-11-01T21:40:32.411Z | Compiling schemars_derive v0.8.21 |
1610 | 2024-11-01T21:40:32.456Z | Compiling der_derive v0.7.3 |
1611 | 2024-11-01T21:40:33.725Z | Compiling hmac v0.12.1 |
1612 | 2024-11-01T21:40:33.773Z | Compiling scroll_derive v0.12.0 |
1613 | 2024-11-01T21:40:33.953Z | Compiling futures-util v0.3.31 |
1614 | 2024-11-01T21:40:34.554Z | Compiling pest v2.7.14 |
1615 | 2024-11-01T21:40:34.953Z | Compiling block-padding v0.3.3 |
1616 | 2024-11-01T21:40:35.176Z | Compiling inout v0.1.3 |
1617 | 2024-11-01T21:40:35.430Z | Compiling openssl-macros v0.1.1 |
1618 | 2024-11-01T21:40:35.954Z | Compiling cipher v0.4.4 |
1619 | 2024-11-01T21:40:36.103Z | Compiling sha2 v0.10.8 |
1620 | 2024-11-01T21:40:36.388Z | Compiling ppv-lite86 v0.2.20 |
1621 | 2024-11-01T21:40:36.902Z | Compiling cookie v0.18.1 |
1622 | 2024-11-01T21:40:37.193Z | Compiling pest_meta v2.7.14 |
1623 | 2024-11-01T21:40:37.312Z | Compiling usdt-impl v0.5.0 |
1624 | 2024-11-01T21:40:37.478Z | Compiling flagset v0.4.6 |
1625 | 2024-11-01T21:40:37.654Z | Compiling dyn-clone v1.0.17 |
1626 | 2024-11-01T21:40:37.697Z | Compiling anyhow v1.0.92 |
1627 | 2024-11-01T21:40:38.076Z | Compiling der v0.7.9 |
1628 | 2024-11-01T21:40:38.266Z | Compiling rand_chacha v0.3.1 |
1629 | 2024-11-01T21:40:39.168Z | Compiling pest_generator v2.7.14 |
1630 | 2024-11-01T21:40:39.639Z | Compiling bytes v1.7.2 |
1631 | 2024-11-01T21:40:39.727Z | Compiling indexmap v2.6.0 |
1632 | 2024-11-01T21:40:40.852Z | Compiling tokio v1.40.0 |
1633 | 2024-11-01T21:40:40.957Z | Compiling http v1.1.0 |
1634 | 2024-11-01T21:40:41.206Z | Compiling serde_tokenstream v0.2.2 |
1635 | 2024-11-01T21:40:41.428Z | Compiling rustc_version v0.4.1 |
1636 | 2024-11-01T21:40:41.790Z | Compiling uuid v1.10.0 |
1637 | 2024-11-01T21:40:42.055Z | Compiling chrono v0.4.38 |
1638 | 2024-11-01T21:40:42.579Z | Compiling bitflags v2.6.0 |
1639 | 2024-11-01T21:40:43.112Z | Compiling serde_spanned v0.6.8 |
1640 | 2024-11-01T21:40:43.348Z | Compiling toml_datetime v0.6.8 |
1641 | 2024-11-01T21:40:43.816Z | Compiling pest_derive v2.7.14 |
1642 | 2024-11-01T21:40:44.959Z | Compiling scroll v0.12.0 |
1643 | 2024-11-01T21:40:46.542Z | Compiling tracing v0.1.40 |
1644 | 2024-11-01T21:40:47.649Z | Compiling async-trait v0.1.83 |
1645 | 2024-11-01T21:40:48.285Z | Compiling aho-corasick v1.1.3 |
1646 | 2024-11-01T21:40:48.765Z | Compiling percent-encoding v2.3.1 |
1647 | 2024-11-01T21:40:49.099Z | Compiling regex-syntax v0.8.5 |
1648 | 2024-11-01T21:40:49.368Z | Compiling camino v1.1.9 |
1649 | 2024-11-01T21:40:49.905Z | Compiling rustls-pki-types v1.9.0 |
1650 | 2024-11-01T21:40:49.923Z | Compiling rayon-core v1.12.1 |
1651 | 2024-11-01T21:40:50.207Z | Compiling plain v0.2.3 |
1652 | 2024-11-01T21:40:50.382Z | Compiling goblin v0.8.2 |
1653 | 2024-11-01T21:40:50.447Z | Compiling tokio-util v0.7.12 |
1654 | 2024-11-01T21:40:51.779Z | Compiling spki v0.7.3 |
1655 | 2024-11-01T21:40:52.045Z | Compiling rand v0.8.5 |
1656 | 2024-11-01T21:40:52.155Z | Compiling salsa20 v0.10.2 |
1657 | 2024-11-01T21:40:52.355Z | Compiling pbkdf2 v0.12.2 |
1658 | 2024-11-01T21:40:52.805Z | Compiling regex-automata v0.4.8 |
1659 | 2024-11-01T21:40:53.394Z | Compiling untrusted v0.9.0 |
1660 | 2024-11-01T21:40:53.412Z | Compiling powerfmt v0.2.0 |
1661 | 2024-11-01T21:40:53.792Z | Compiling pretty-hex v0.4.1 |
1662 | 2024-11-01T21:40:54.012Z | Compiling rustls v0.22.4 |
1663 | 2024-11-01T21:40:54.054Z | Compiling winnow v0.5.40 |
1664 | 2024-11-01T21:40:54.308Z | Compiling deranged v0.3.11 |
1665 | 2024-11-01T21:40:56.231Z | Compiling dof v0.3.0 |
1666 | 2024-11-01T21:40:56.921Z | Compiling scrypt v0.11.0 |
1667 | 2024-11-01T21:40:57.856Z | Compiling toml_edit v0.19.15 |
1668 | 2024-11-01T21:40:57.942Z | Compiling dtrace-parser v0.2.0 |
1669 | 2024-11-01T21:40:58.226Z | Compiling aes v0.8.4 |
1670 | 2024-11-01T21:40:58.283Z | Compiling cbc v0.1.2 |
1671 | 2024-11-01T21:40:58.503Z | Compiling thread-id v4.2.2 |
1672 | 2024-11-01T21:40:58.620Z | Compiling atomic-waker v1.1.2 |
1673 | 2024-11-01T21:40:58.807Z | Compiling num_threads v0.1.7 |
1674 | 2024-11-01T21:40:58.950Z | Compiling rustversion v1.0.17 |
1675 | 2024-11-01T21:40:59.540Z | Compiling pkcs5 v0.7.1 |
1676 | 2024-11-01T21:40:59.657Z | Compiling time v0.3.36 |
1677 | 2024-11-01T21:41:00.646Z | Compiling rustls-webpki v0.102.8 |
1678 | 2024-11-01T21:41:01.719Z | Compiling form_urlencoded v1.2.1 |
1679 | 2024-11-01T21:41:02.018Z | Compiling http-body v1.0.1 |
1680 | 2024-11-01T21:41:02.262Z | Compiling heapless v0.7.17 |
1681 | 2024-11-01T21:41:02.823Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1682 | 2024-11-01T21:41:03.070Z | Compiling multer v3.1.0 |
1683 | 2024-11-01T21:41:03.365Z | Compiling try-lock v0.2.5 |
1684 | 2024-11-01T21:41:03.517Z | Compiling slog-async v2.8.0 |
1685 | 2024-11-01T21:41:03.786Z | Compiling signal-hook v0.3.17 |
1686 | 2024-11-01T21:41:04.089Z | Compiling want v0.3.1 |
1687 | 2024-11-01T21:41:04.368Z | Compiling pkcs8 v0.10.2 |
1688 | 2024-11-01T21:41:05.013Z | Compiling h2 v0.4.6 |
1689 | 2024-11-01T21:41:05.581Z | Compiling regex v1.11.0 |
1690 | 2024-11-01T21:41:06.496Z | Compiling adler2 v2.0.0 |
1691 | 2024-11-01T21:41:06.565Z | Compiling paste v1.0.15 |
1692 | 2024-11-01T21:41:06.629Z | Compiling strsim v0.11.1 |
1693 | 2024-11-01T21:41:06.934Z | Compiling httpdate v1.0.3 |
1694 | 2024-11-01T21:41:07.100Z | Compiling miniz_oxide v0.8.0 |
1695 | 2024-11-01T21:41:08.915Z | Compiling usdt-macro v0.5.0 |
1696 | 2024-11-01T21:41:09.096Z | Compiling usdt-attr-macro v0.5.0 |
1697 | 2024-11-01T21:41:10.238Z | Compiling curve25519-dalek v4.1.3 |
1698 | 2024-11-01T21:41:10.435Z | Compiling openapiv3 v2.0.0 |
1699 | 2024-11-01T21:41:10.524Z | Compiling enum-as-inner v0.6.1 |
1700 | 2024-11-01T21:41:10.659Z | Compiling async-stream-impl v0.3.6 |
1701 | 2024-11-01T21:41:11.550Z | Compiling idna v0.5.0 |
1702 | 2024-11-01T21:41:12.008Z | Compiling hyper v1.4.1 |
1703 | 2024-11-01T21:41:12.160Z | Compiling errno v0.3.9 |
1704 | 2024-11-01T21:41:12.433Z | Compiling dropshot v0.12.0 |
1705 | 2024-11-01T21:41:12.758Z | Compiling num-bigint-dig v0.8.4 |
1706 | 2024-11-01T21:41:12.914Z | Compiling tower-service v0.3.3 |
1707 | 2024-11-01T21:41:13.051Z | Compiling foreign-types-shared v0.1.1 |
1708 | 2024-11-01T21:41:13.170Z | Compiling smoltcp v0.9.1 |
1709 | 2024-11-01T21:41:13.774Z | Compiling match_cfg v0.1.0 |
1710 | 2024-11-01T21:41:13.863Z | Compiling base64 v0.22.1 |
1711 | 2024-11-01T21:41:13.880Z | Compiling portable-atomic v1.9.0 |
1712 | 2024-11-01T21:41:14.578Z | Compiling hyper-util v0.1.9 |
1713 | 2024-11-01T21:41:14.595Z | Compiling hostname v0.3.1 |
1714 | 2024-11-01T21:41:14.739Z | Compiling foreign-types v0.3.2 |
1715 | 2024-11-01T21:41:14.758Z | Compiling url v2.5.2 |
1716 | 2024-11-01T21:41:17.117Z | Compiling dirs-sys-next v0.1.2 |
1717 | 2024-11-01T21:41:17.613Z | Compiling gimli v0.31.1 |
1718 | 2024-11-01T21:41:17.637Z | Compiling heck v0.4.1 |
1719 | 2024-11-01T21:41:17.681Z | Compiling data-encoding v2.6.0 |
1720 | 2024-11-01T21:41:18.028Z | Compiling siphasher v0.3.11 |
1721 | 2024-11-01T21:41:19.329Z | Compiling dirs-next v2.0.0 |
1722 | 2024-11-01T21:41:22.888Z | Compiling addr2line v0.24.2 |
1723 | 2024-11-01T21:41:24.837Z | Compiling http-body-util v0.1.2 |
1724 | 2024-11-01T21:41:25.612Z | Compiling crossbeam-epoch v0.9.18 |
1725 | 2024-11-01T21:41:25.824Z | Compiling dropshot_endpoint v0.12.0 |
1726 | 2024-11-01T21:41:26.196Z | Compiling hubpack_derive v0.1.1 |
1727 | 2024-11-01T21:41:26.338Z | Compiling signature v2.2.0 |
1728 | 2024-11-01T21:41:26.555Z | Compiling sha1 v0.10.6 |
1729 | 2024-11-01T21:41:26.744Z | Compiling zerocopy-derive v0.6.6 |
1730 | 2024-11-01T21:41:26.942Z | Compiling curve25519-dalek-derive v0.1.1 |
1731 | 2024-11-01T21:41:27.089Z | Compiling lazy_static v1.5.0 |
1732 | 2024-11-01T21:41:27.221Z | Compiling object v0.36.5 |
1733 | 2024-11-01T21:41:28.285Z | Compiling thread_local v1.1.8 |
1734 | 2024-11-01T21:41:28.505Z | Compiling fs-err v2.11.0 |
1735 | 2024-11-01T21:41:28.618Z | Compiling encoding_rs v0.8.34 |
1736 | 2024-11-01T21:41:28.763Z | Compiling winnow v0.6.20 |
1737 | 2024-11-01T21:41:28.963Z | Compiling utf8parse v0.2.2 |
1738 | 2024-11-01T21:41:29.633Z | Compiling anstyle v1.0.8 |
1739 | 2024-11-01T21:41:30.093Z | Compiling openssl-probe v0.1.5 |
1740 | 2024-11-01T21:41:30.409Z | Compiling rustc-demangle v0.1.24 |
1741 | 2024-11-01T21:41:31.981Z | Compiling stable_deref_trait v1.2.0 |
1742 | 2024-11-01T21:41:32.092Z | Compiling mime v0.3.17 |
1743 | 2024-11-01T21:41:32.557Z | Compiling either v1.13.0 |
1744 | 2024-11-01T21:41:32.591Z | Compiling ipnet v2.10.1 |
1745 | 2024-11-01T21:41:32.616Z | Compiling unicode-properties v0.1.3 |
1746 | 2024-11-01T21:41:33.019Z | Compiling stringprep v0.1.5 |
1747 | 2024-11-01T21:41:33.857Z | Compiling toml_edit v0.22.22 |
1748 | 2024-11-01T21:41:34.272Z | Compiling anstyle-parse v0.2.5 |
1749 | 2024-11-01T21:41:35.199Z | Compiling backtrace v0.3.74 |
1750 | 2024-11-01T21:41:36.198Z | Compiling crossbeam-deque v0.8.5 |
1751 | 2024-11-01T21:41:44.073Z | Compiling term v0.7.0 |
1752 | 2024-11-01T21:41:45.312Z | Compiling slog-json v2.6.1 |
1753 | 2024-11-01T21:41:46.020Z | Compiling serde_urlencoded v0.7.1 |
1754 | 2024-11-01T21:41:46.056Z | Compiling crossbeam-channel v0.5.13 |
1755 | 2024-11-01T21:41:46.148Z | Compiling rustls-pemfile v2.2.0 |
1756 | 2024-11-01T21:41:46.526Z | Compiling hashbrown v0.14.5 |
1757 | 2024-11-01T21:41:46.596Z | Compiling futures-executor v0.3.31 |
1758 | 2024-11-01T21:41:47.140Z | Compiling md-5 v0.10.6 |
1759 | 2024-11-01T21:41:47.364Z | Compiling idna v0.3.0 |
1760 | 2024-11-01T21:41:47.382Z | Compiling idna v0.4.0 |
1761 | 2024-11-01T21:41:47.399Z | Compiling num-integer v0.1.46 |
1762 | 2024-11-01T21:41:47.815Z | Compiling ff v0.13.0 |
1763 | 2024-11-01T21:41:48.071Z | Compiling hash32 v0.2.1 |
1764 | 2024-11-01T21:41:48.119Z | Compiling memmap v0.7.0 |
1765 | 2024-11-01T21:41:48.437Z | Compiling is-terminal v0.4.13 |
1766 | 2024-11-01T21:41:48.745Z | Compiling fallible-iterator v0.2.0 |
1767 | 2024-11-01T21:41:48.747Z | Compiling take_mut v0.2.2 |
1768 | 2024-11-01T21:41:49.160Z | Compiling is_terminal_polyfill v1.70.1 |
1769 | 2024-11-01T21:41:49.296Z | Compiling base16ct v0.2.0 |
1770 | 2024-11-01T21:41:49.581Z | Compiling colorchoice v1.0.2 |
1771 | 2024-11-01T21:41:49.711Z | Compiling psl-types v2.0.11 |
1772 | 2024-11-01T21:41:49.849Z | Compiling utf-8 v0.7.6 |
1773 | 2024-11-01T21:41:50.156Z | Compiling anstyle-query v1.1.1 |
1774 | 2024-11-01T21:41:50.318Z | Compiling quick-error v1.2.3 |
1775 | 2024-11-01T21:41:50.477Z | Compiling linked-hash-map v0.5.6 |
1776 | 2024-11-01T21:41:50.857Z | Compiling lru-cache v0.1.2 |
1777 | 2024-11-01T21:41:51.062Z | Compiling resolv-conf v0.7.0 |
1778 | 2024-11-01T21:41:51.714Z | Compiling anstream v0.6.15 |
1779 | 2024-11-01T21:41:51.863Z | Compiling tungstenite v0.24.0 |
1780 | 2024-11-01T21:41:52.082Z | Compiling publicsuffix v2.2.3 |
1781 | 2024-11-01T21:41:52.387Z | Compiling sec1 v0.7.3 |
1782 | 2024-11-01T21:41:52.909Z | Compiling postgres-protocol v0.6.7 |
1783 | 2024-11-01T21:41:53.608Z | Compiling slog-term v2.9.1 |
1784 | 2024-11-01T21:41:53.809Z | Compiling usdt v0.5.0 |
1785 | 2024-11-01T21:41:53.976Z | Compiling hickory-proto v0.24.1 |
1786 | 2024-11-01T21:41:54.095Z | Compiling group v0.13.0 |
1787 | 2024-11-01T21:41:54.258Z | Compiling num-iter v0.1.45 |
1788 | 2024-11-01T21:41:54.458Z | Compiling regress v0.10.1 |
1789 | 2024-11-01T21:41:56.210Z | Compiling futures v0.3.31 |
1790 | 2024-11-01T21:41:59.272Z | Compiling slog-bunyan v2.5.0 |
1791 | 2024-11-01T21:41:59.404Z | Compiling tokio-rustls v0.25.0 |
1792 | 2024-11-01T21:41:59.746Z | Compiling tokio-rustls v0.26.0 |
1793 | 2024-11-01T21:41:59.832Z | Compiling toml v0.8.19 |
1794 | 2024-11-01T21:41:59.888Z | Compiling tokio-native-tls v0.3.1 |
1795 | 2024-11-01T21:42:00.180Z | Compiling terminal_size v0.4.0 |
1796 | 2024-11-01T21:42:00.199Z | Compiling phf_shared v0.11.2 |
1797 | 2024-11-01T21:42:00.406Z | Compiling strum_macros v0.25.3 |
1798 | 2024-11-01T21:42:00.777Z | Compiling async-stream v0.3.6 |
1799 | 2024-11-01T21:42:01.334Z | Compiling waitgroup v0.1.2 |
1800 | 2024-11-01T21:42:01.732Z | Compiling webpki-roots v0.26.6 |
1801 | 2024-11-01T21:42:02.008Z | Compiling serde_path_to_error v0.1.16 |
1802 | 2024-11-01T21:42:02.578Z | Compiling hkdf v0.12.4 |
1803 | 2024-11-01T21:42:02.640Z | Compiling crypto-bigint v0.5.5 |
1804 | 2024-11-01T21:42:02.797Z | Compiling derive-where v1.2.7 |
1805 | 2024-11-01T21:42:02.818Z | Compiling serde_repr v0.1.19 |
1806 | 2024-11-01T21:42:03.818Z | Compiling clap_derive v4.5.18 |
1807 | 2024-11-01T21:42:03.971Z | Compiling hostname v0.4.0 |
1808 | 2024-11-01T21:42:04.215Z | Compiling crc32fast v1.4.2 |
1809 | 2024-11-01T21:42:04.543Z | Compiling bitflags v1.3.2 |
1810 | 2024-11-01T21:42:04.656Z | Compiling managed v0.8.0 |
1811 | 2024-11-01T21:42:05.772Z | Compiling clap_lex v0.7.2 |
1812 | 2024-11-01T21:42:06.122Z | Compiling debug-ignore v1.0.5 |
1813 | 2024-11-01T21:42:06.212Z | Compiling unicode-width v0.1.14 |
1814 | 2024-11-01T21:42:06.527Z | Compiling clap_builder v4.5.20 |
1815 | 2024-11-01T21:42:06.731Z | Compiling console v0.15.8 |
1816 | 2024-11-01T21:42:07.968Z | Compiling elliptic-curve v0.13.8 |
1817 | 2024-11-01T21:42:08.001Z | Compiling flate2 v1.0.34 |
1818 | 2024-11-01T21:42:09.060Z | Compiling hyper-rustls v0.27.3 |
1819 | 2024-11-01T21:42:12.197Z | Compiling phf v0.11.2 |
1820 | 2024-11-01T21:42:12.520Z | Compiling hyper-tls v0.6.0 |
1821 | 2024-11-01T21:42:12.610Z | Compiling hickory-resolver v0.24.1 |
1822 | 2024-11-01T21:42:12.763Z | Compiling signal-hook-mio v0.2.4 |
1823 | 2024-11-01T21:42:12.919Z | Compiling rayon v1.10.0 |
1824 | 2024-11-01T21:42:12.948Z | Compiling typify-impl v0.2.0 |
1825 | 2024-11-01T21:42:13.567Z | Compiling cookie_store v0.21.0 |
1826 | 2024-11-01T21:42:13.940Z | Compiling bzip2 v0.4.4 |
1827 | 2024-11-01T21:42:14.302Z | Compiling postgres-types v0.2.8 |
1828 | 2024-11-01T21:42:14.472Z | Compiling tokio-tungstenite v0.24.0 |
1829 | 2024-11-01T21:42:15.180Z | Compiling zerocopy v0.6.6 |
1830 | 2024-11-01T21:42:15.199Z | Compiling hubpack v0.1.2 |
1831 | 2024-11-01T21:42:15.631Z | Compiling ed25519 v2.2.3 |
1832 | 2024-11-01T21:42:15.668Z | Compiling phf_shared v0.10.0 |
1833 | 2024-11-01T21:42:16.065Z | Compiling pkcs1 v0.7.5 |
1834 | 2024-11-01T21:42:16.068Z | Compiling bstr v1.10.0 |
1835 | 2024-11-01T21:42:17.146Z | Compiling tokio-stream v0.1.16 |
1836 | 2024-11-01T21:42:17.258Z | Compiling serde-big-array v0.5.1 |
1837 | 2024-11-01T21:42:17.610Z | Compiling rfc6979 v0.4.0 |
1838 | 2024-11-01T21:42:17.629Z | Compiling float-cmp v0.9.0 |
1839 | 2024-11-01T21:42:17.710Z | Compiling sync_wrapper v1.0.1 |
1840 | 2024-11-01T21:42:17.858Z | Compiling static_assertions v1.1.0 |
1841 | 2024-11-01T21:42:17.980Z | Compiling minimal-lexical v0.2.1 |
1842 | 2024-11-01T21:42:18.059Z | Compiling fixedbitset v0.4.2 |
1843 | 2024-11-01T21:42:18.170Z | Compiling bit-vec v0.6.3 |
1844 | 2024-11-01T21:42:18.212Z | Compiling precomputed-hash v0.1.1 |
1845 | 2024-11-01T21:42:18.337Z | Compiling new_debug_unreachable v1.0.6 |
1846 | 2024-11-01T21:42:18.434Z | Compiling number_prefix v0.4.0 |
1847 | 2024-11-01T21:42:18.452Z | Compiling unicode-segmentation v1.12.0 |
1848 | 2024-11-01T21:42:18.582Z | Compiling whoami v1.5.2 |
1849 | 2024-11-01T21:42:18.648Z | Compiling difflib v0.4.0 |
1850 | 2024-11-01T21:42:19.247Z | Compiling normalize-line-endings v0.3.0 |
1851 | 2024-11-01T21:42:19.254Z | Compiling predicates-core v1.0.8 |
1852 | 2024-11-01T21:42:19.698Z | Compiling predicates v3.1.2 |
1853 | 2024-11-01T21:42:19.858Z | Compiling similar v2.6.0 |
1854 | 2024-11-01T21:42:20.388Z | Compiling tokio-postgres v0.7.12 |
1855 | 2024-11-01T21:42:20.579Z | Compiling indicatif v0.17.8 |
1856 | 2024-11-01T21:42:21.179Z | Compiling bit-set v0.5.3 |
1857 | 2024-11-01T21:42:21.475Z | Compiling string_cache v0.8.7 |
1858 | 2024-11-01T21:42:21.768Z | Compiling petgraph v0.6.5 |
1859 | 2024-11-01T21:42:21.906Z | Compiling nom v7.1.3 |
1860 | 2024-11-01T21:42:22.312Z | Compiling qorb v0.2.0 |
1861 | 2024-11-01T21:42:23.284Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1862 | 2024-11-01T21:42:23.977Z | Compiling typify-macro v0.2.0 |
1863 | 2024-11-01T21:42:25.592Z | Compiling reqwest v0.12.8 |
1864 | 2024-11-01T21:42:25.610Z | Compiling ecdsa v0.16.9 |
1865 | 2024-11-01T21:42:27.516Z | Compiling rsa v0.9.6 |
1866 | 2024-11-01T21:42:27.566Z | Compiling ed25519-dalek v2.1.1 |
1867 | 2024-11-01T21:42:28.106Z | Compiling zip v0.6.6 |
1868 | 2024-11-01T21:42:28.173Z | Compiling crossterm v0.28.1 |
1869 | 2024-11-01T21:42:28.488Z | Compiling clap v4.5.20 |
1870 | 2024-11-01T21:42:29.938Z | Compiling itertools v0.10.5 |
1871 | 2024-11-01T21:42:30.921Z | Compiling itertools v0.12.1 |
1872 | 2024-11-01T21:42:31.399Z | Compiling toml v0.7.8 |
1873 | 2024-11-01T21:42:31.908Z | Compiling x509-cert v0.2.5 |
1874 | 2024-11-01T21:42:32.807Z | Compiling hex v0.4.3 |
1875 | 2024-11-01T21:42:33.440Z | Compiling unicode-xid v0.2.6 |
1876 | 2024-11-01T21:42:33.616Z | Compiling lalrpop-util v0.19.12 |
1877 | 2024-11-01T21:42:33.949Z | Compiling peg-runtime v0.8.3 |
1878 | 2024-11-01T21:42:36.224Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1879 | 2024-11-01T21:42:38.140Z | Compiling proc-macro-crate v1.3.1 |
1880 | 2024-11-01T21:42:38.442Z | Compiling ipnetwork v0.20.0 |
1881 | 2024-11-01T21:42:40.338Z | Compiling heapless v0.8.0 |
1882 | 2024-11-01T21:42:41.199Z | Compiling num_enum_derive v0.5.11 |
1883 | 2024-11-01T21:42:48.934Z | Compiling hash32 v0.3.1 |
1884 | 2024-11-01T21:42:50.488Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1885 | 2024-11-01T21:42:51.063Z | Compiling smoltcp v0.11.0 |
1886 | 2024-11-01T21:42:51.934Z | Compiling ident_case v1.0.1 |
1887 | 2024-11-01T21:42:52.109Z | Compiling darling_core v0.20.10 |
1888 | 2024-11-01T21:43:05.594Z | Compiling num_enum v0.5.11 |
1889 | 2024-11-01T21:43:06.322Z | Compiling typify v0.2.0 |
1890 | 2024-11-01T21:43:08.663Z | Compiling proc-macro-error-attr v1.0.4 |
1891 | 2024-11-01T21:43:08.998Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1892 | 2024-11-01T21:43:09.300Z | Compiling unsafe-libyaml v0.2.11 |
1893 | 2024-11-01T21:43:09.891Z | Compiling cobs v0.2.3 |
1894 | 2024-11-01T21:43:11.012Z | Compiling serde_yaml v0.9.34+deprecated |
1895 | 2024-11-01T21:43:13.102Z | Compiling postcard v1.0.10 |
1896 | 2024-11-01T21:43:21.692Z | Compiling progenitor-impl v0.8.0 |
1897 | 2024-11-01T21:43:28.041Z | Compiling darling_macro v0.20.10 |
1898 | 2024-11-01T21:43:36.407Z | Compiling strum_macros v0.26.4 |
1899 | 2024-11-01T21:43:37.044Z | Compiling foreign-types-macros v0.2.3 |
1900 | 2024-11-01T21:43:37.295Z | Compiling structmeta-derive v0.3.0 |
1901 | 2024-11-01T21:43:37.829Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1902 | 2024-11-01T21:43:38.048Z | Compiling proc-macro-error v1.0.4 |
1903 | 2024-11-01T21:43:38.357Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1904 | 2024-11-01T21:43:38.392Z | Compiling newtype-uuid v1.1.2 |
1905 | 2024-11-01T21:43:39.123Z | Compiling foreign-types-shared v0.3.1 |
1906 | 2024-11-01T21:43:39.713Z | Compiling structmeta v0.3.0 |
1907 | 2024-11-01T21:43:40.482Z | Compiling strum v0.26.3 |
1908 | 2024-11-01T21:43:40.679Z | Compiling foreign-types v0.5.0 |
1909 | 2024-11-01T21:43:46.539Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1910 | 2024-11-01T21:43:49.473Z | Compiling darling v0.20.10 |
1911 | 2024-11-01T21:43:49.503Z | Compiling progenitor-macro v0.8.0 |
1912 | 2024-11-01T21:43:54.368Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1913 | 2024-11-01T21:43:54.394Z | Compiling progenitor-client v0.8.0 |
1914 | 2024-11-01T21:43:55.275Z | Compiling tabwriter v1.4.0 |
1915 | 2024-11-01T21:43:57.166Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1916 | 2024-11-01T21:43:57.983Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1917 | 2024-11-01T21:43:58.035Z | Compiling cstr-argument v0.1.2 |
1918 | 2024-11-01T21:43:58.310Z | Compiling crucible-workspace-hack v0.1.0 |
1919 | 2024-11-01T21:43:58.594Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1920 | 2024-11-01T21:43:58.896Z | Compiling pretty-hex v0.2.1 |
1921 | 2024-11-01T21:43:59.125Z | Compiling fastrand v2.1.1 |
1922 | 2024-11-01T21:43:59.343Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1923 | 2024-11-01T21:43:59.468Z | Compiling tempfile v3.13.0 |
1924 | 2024-11-01T21:43:59.762Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1925 | 2024-11-01T21:43:59.783Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1926 | 2024-11-01T21:44:00.062Z | Compiling serde_with_macros v3.11.0 |
1927 | 2024-11-01T21:44:00.602Z | Compiling parse-display-derive v0.10.0 |
1928 | 2024-11-01T21:44:00.920Z | Compiling colored v2.1.0 |
1929 | 2024-11-01T21:44:01.156Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1930 | 2024-11-01T21:44:01.888Z | Compiling instant v0.1.13 |
1931 | 2024-11-01T21:44:02.064Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1932 | 2024-11-01T21:44:02.088Z | Compiling backoff v0.4.0 |
1933 | 2024-11-01T21:44:02.471Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1934 | 2024-11-01T21:44:02.474Z | Compiling serde_with v3.11.0 |
1935 | 2024-11-01T21:44:02.501Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1936 | 2024-11-01T21:44:03.189Z | Compiling progenitor v0.8.0 |
1937 | 2024-11-01T21:44:03.431Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1938 | 2024-11-01T21:44:04.301Z | Compiling parse-display v0.10.0 |
1939 | 2024-11-01T21:44:05.461Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1940 | 2024-11-01T21:44:06.049Z | Compiling zone_cfg_derive v0.3.0 |
1941 | 2024-11-01T21:44:06.221Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1942 | 2024-11-01T21:44:06.922Z | Compiling camino-tempfile v1.1.1 |
1943 | 2024-11-01T21:44:07.033Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1944 | 2024-11-01T21:44:07.088Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1945 | 2024-11-01T21:44:07.283Z | Compiling regress v0.9.1 |
1946 | 2024-11-01T21:44:07.364Z | Compiling macaddr v1.0.1 |
1947 | 2024-11-01T21:44:07.539Z | Compiling num-derive v0.4.2 |
1948 | 2024-11-01T21:44:07.673Z | Compiling sigpipe v0.1.3 |
1949 | 2024-11-01T21:44:07.813Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1950 | 2024-11-01T21:44:07.995Z | Compiling libefi-sys v0.1.0 |
1951 | 2024-11-01T21:44:08.180Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1952 | 2024-11-01T21:44:08.363Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1953 | 2024-11-01T21:44:08.915Z | Compiling zone v0.3.0 |
1954 | 2024-11-01T21:44:09.663Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1955 | 2024-11-01T21:44:11.250Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1956 | 2024-11-01T21:44:11.339Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1957 | 2024-11-01T21:44:12.100Z | Compiling smf v0.2.3 |
1958 | 2024-11-01T21:44:12.166Z | Compiling bitfield-struct v0.6.2 |
1959 | 2024-11-01T21:44:13.487Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1960 | 2024-11-01T21:44:13.905Z | Compiling blake3 v1.5.4 |
1961 | 2024-11-01T21:44:14.540Z | Compiling ring v0.16.20 |
1962 | 2024-11-01T21:44:15.322Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1963 | 2024-11-01T21:44:15.680Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1964 | 2024-11-01T21:44:15.863Z | Compiling xattr v1.3.1 |
1965 | 2024-11-01T21:44:16.068Z | Compiling filetime v0.2.25 |
1966 | 2024-11-01T21:44:16.170Z | Compiling memmap2 v0.9.5 |
1967 | 2024-11-01T21:44:16.426Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1968 | 2024-11-01T21:44:16.560Z | Compiling untrusted v0.7.1 |
1969 | 2024-11-01T21:44:16.751Z | Compiling spin v0.5.2 |
1970 | 2024-11-01T21:44:16.769Z | Compiling arrayref v0.3.9 |
1971 | 2024-11-01T21:44:16.822Z | Compiling same-file v1.0.6 |
1972 | 2024-11-01T21:44:16.882Z | Compiling arrayvec v0.7.6 |
1973 | 2024-11-01T21:44:16.999Z | Compiling constant_time_eq v0.3.1 |
1974 | 2024-11-01T21:44:17.106Z | Compiling walkdir v2.5.0 |
1975 | 2024-11-01T21:44:17.185Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1976 | 2024-11-01T21:44:18.636Z | Compiling tar v0.4.42 |
1977 | 2024-11-01T21:44:18.735Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1978 | 2024-11-01T21:44:19.155Z | Compiling gethostname v0.5.0 |
1979 | 2024-11-01T21:44:19.362Z | Compiling cargo-platform v0.1.8 |
1980 | 2024-11-01T21:44:19.845Z | Compiling topological-sort v0.2.2 |
1981 | 2024-11-01T21:44:20.090Z | Compiling cargo_metadata v0.18.1 |
1982 | 2024-11-01T21:44:23.360Z | Compiling omicron-zone-package v0.11.1 |
1983 | 2024-11-01T21:44:27.439Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1984 | 2024-11-01T21:44:28.375Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1985 | 2024-11-01T21:44:32.920Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1986 | 2024-11-01T21:44:48.963Z | Finished `release` profile [optimized] target(s) in 4m 36s |
1987 | 2024-11-01T21:44:49.119Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1988 | 2024-11-01T21:44:49.164Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1989 | 2024-11-01T21:44:49.167Z | Created new build target 'test' and set it as active |
1990 | 2024-11-01T21:44:49.167Z | |
1991 | 2024-11-01T21:44:49.167Z | real 4:36.927979714 |
1992 | 2024-11-01T21:44:49.167Z | user 31:31.327420710 |
1993 | 2024-11-01T21:44:49.168Z | sys 3:50.008503323 |
1994 | 2024-11-01T21:44:49.168Z | trap 0.897223447 |
1995 | 2024-11-01T21:44:49.168Z | tflt 3.214389744 |
1996 | 2024-11-01T21:44:49.168Z | dflt 0.863247647 |
1997 | 2024-11-01T21:44:49.168Z | kflt 0.010248555 |
1998 | 2024-11-01T21:44:49.168Z | lock 1:08:52.490858719 |
1999 | 2024-11-01T21:44:49.168Z | slp 2:00:26.252307530 |
2000 | 2024-11-01T21:44:49.168Z | lat 2:07.033610747 |
2001 | 2024-11-01T21:44:49.168Z | stop 3:52.754876973 |
2002 | 2024-11-01T21:44:49.168Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2003 | 2024-11-01T21:44:50.094Z | Finished `release` profile [optimized] target(s) in 0.87s |
2004 | 2024-11-01T21:44:50.152Z | Running `target/release/omicron-package -t test package` |
2005 | 2024-11-01T21:44:50.201Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2006 | 2024-11-01T21:44:51.270Z | Compiling convert_case v0.4.0 |
2007 | 2024-11-01T21:44:51.270Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2008 | 2024-11-01T21:44:51.274Z | Compiling itertools v0.13.0 |
2009 | 2024-11-01T21:44:51.274Z | Compiling password-hash v0.5.0 |
2010 | 2024-11-01T21:44:51.274Z | Compiling blake2 v0.10.6 |
2011 | 2024-11-01T21:44:51.274Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2012 | 2024-11-01T21:44:51.274Z | Compiling newline-converter v0.3.0 |
2013 | 2024-11-01T21:44:51.419Z | Compiling cancel-safe-futures v0.1.5 |
2014 | 2024-11-01T21:44:51.584Z | Compiling owo-colors v4.1.0 |
2015 | 2024-11-01T21:44:51.654Z | Compiling expectorate v1.1.0 |
2016 | 2024-11-01T21:44:51.849Z | Compiling base64 v0.21.7 |
2017 | 2024-11-01T21:44:52.049Z | Compiling derive_more v0.99.18 |
2018 | 2024-11-01T21:44:52.184Z | Compiling argon2 v0.5.3 |
2019 | 2024-11-01T21:44:52.598Z | Compiling libsw v3.3.1 |
2020 | 2024-11-01T21:44:52.617Z | Compiling swrite v0.1.0 |
2021 | 2024-11-01T21:44:52.753Z | Compiling linear-map v1.2.0 |
2022 | 2024-11-01T21:44:52.966Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2023 | 2024-11-01T21:44:53.025Z | Compiling indent_write v2.2.0 |
2024 | 2024-11-01T21:44:53.226Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2025 | 2024-11-01T21:44:53.283Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2026 | 2024-11-01T21:44:53.550Z | Compiling progenitor-client v0.8.0 |
2027 | 2024-11-01T21:44:53.697Z | Compiling atomicwrites v0.4.4 |
2028 | 2024-11-01T21:44:53.995Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2029 | 2024-11-01T21:44:54.220Z | Compiling progenitor v0.8.0 |
2030 | 2024-11-01T21:44:54.457Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2031 | 2024-11-01T21:44:54.575Z | Compiling num-rational v0.4.2 |
2032 | 2024-11-01T21:44:54.662Z | Compiling num-complex v0.4.6 |
2033 | 2024-11-01T21:44:55.180Z | Compiling prettyplease v0.2.22 |
2034 | 2024-11-01T21:44:55.504Z | Compiling float-ord v0.3.2 |
2035 | 2024-11-01T21:44:55.689Z | Compiling semver v0.1.20 |
2036 | 2024-11-01T21:44:55.966Z | Compiling num v0.4.3 |
2037 | 2024-11-01T21:44:56.094Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2038 | 2024-11-01T21:44:56.266Z | Compiling rustc_version v0.1.7 |
2039 | 2024-11-01T21:44:56.675Z | Compiling newtype_derive v0.1.6 |
2040 | 2024-11-01T21:44:57.111Z | Compiling humantime v2.1.0 |
2041 | 2024-11-01T21:44:57.150Z | Compiling highway v1.2.0 |
2042 | 2024-11-01T21:44:58.085Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2043 | 2024-11-01T21:44:58.104Z | Compiling home v0.5.9 |
2044 | 2024-11-01T21:44:58.346Z | Compiling steno v0.4.1 |
2045 | 2024-11-01T21:45:00.826Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2046 | 2024-11-01T21:45:01.440Z | Compiling newtype-uuid v1.1.2 |
2047 | 2024-11-01T21:45:01.791Z | Compiling tungstenite v0.21.0 |
2048 | 2024-11-01T21:45:02.011Z | Compiling ipnetwork v0.20.0 |
2049 | 2024-11-01T21:45:02.434Z | Compiling slog-dtrace v0.3.0 |
2050 | 2024-11-01T21:45:02.779Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2051 | 2024-11-01T21:45:02.798Z | Compiling instant v0.1.13 |
2052 | 2024-11-01T21:45:02.987Z | Compiling tokio-tungstenite v0.21.0 |
2053 | 2024-11-01T21:45:03.637Z | Compiling backoff v0.4.0 |
2054 | 2024-11-01T21:45:04.081Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2055 | 2024-11-01T21:45:04.760Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2056 | 2024-11-01T21:45:05.118Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2057 | 2024-11-01T21:45:07.064Z | Compiling parse-display v0.10.0 |
2058 | 2024-11-01T21:45:07.391Z | Compiling strum v0.26.3 |
2059 | 2024-11-01T21:45:07.592Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2060 | 2024-11-01T21:45:07.786Z | Compiling serde_with v3.11.0 |
2061 | 2024-11-01T21:45:08.569Z | Compiling regress v0.9.1 |
2062 | 2024-11-01T21:45:09.046Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2063 | 2024-11-01T21:45:11.726Z | Compiling macaddr v1.0.1 |
2064 | 2024-11-01T21:45:12.346Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2065 | 2024-11-01T21:45:13.337Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2066 | 2024-11-01T21:45:13.598Z | Compiling display-error-chain v0.2.2 |
2067 | 2024-11-01T21:45:13.829Z | Compiling arc-swap v1.7.1 |
2068 | 2024-11-01T21:45:14.542Z | Compiling slog-scope v4.4.0 |
2069 | 2024-11-01T21:45:15.403Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2070 | 2024-11-01T21:45:15.615Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2071 | 2024-11-01T21:45:16.685Z | Compiling half v2.4.1 |
2072 | 2024-11-01T21:45:17.423Z | Compiling ciborium-io v0.2.2 |
2073 | 2024-11-01T21:45:17.573Z | Compiling ciborium-ll v0.2.2 |
2074 | 2024-11-01T21:45:18.113Z | Compiling slog-stdlog v4.1.1 |
2075 | 2024-11-01T21:45:18.937Z | Compiling slog-envlogger v2.2.0 |
2076 | 2024-11-01T21:45:20.022Z | Compiling ciborium v0.2.2 |
2077 | 2024-11-01T21:45:20.353Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2078 | 2024-11-01T21:45:21.726Z | Compiling fastrand v2.1.1 |
2079 | 2024-11-01T21:45:22.128Z | Compiling same-file v1.0.6 |
2080 | 2024-11-01T21:45:22.235Z | Compiling tempfile v3.13.0 |
2081 | 2024-11-01T21:45:22.373Z | Compiling walkdir v2.5.0 |
2082 | 2024-11-01T21:45:23.008Z | Compiling ring v0.16.20 |
2083 | 2024-11-01T21:45:23.035Z | Compiling blake3 v1.5.4 |
2084 | 2024-11-01T21:45:23.675Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2085 | 2024-11-01T21:45:26.489Z | Compiling xattr v1.3.1 |
2086 | 2024-11-01T21:45:26.773Z | Compiling memmap2 v0.9.5 |
2087 | 2024-11-01T21:45:27.223Z | Compiling filetime v0.2.25 |
2088 | 2024-11-01T21:45:27.540Z | Compiling spin v0.5.2 |
2089 | 2024-11-01T21:45:27.797Z | Compiling constant_time_eq v0.3.1 |
2090 | 2024-11-01T21:45:27.972Z | Compiling arrayref v0.3.9 |
2091 | 2024-11-01T21:45:28.093Z | Compiling arrayvec v0.7.6 |
2092 | 2024-11-01T21:45:28.528Z | Compiling keccak v0.1.5 |
2093 | 2024-11-01T21:45:29.651Z | Compiling untrusted v0.7.1 |
2094 | 2024-11-01T21:45:29.670Z | Compiling sha3 v0.10.8 |
2095 | 2024-11-01T21:45:30.677Z | Compiling tar v0.4.42 |
2096 | 2024-11-01T21:45:31.598Z | Compiling toolchain_find v0.4.0 |
2097 | 2024-11-01T21:45:32.166Z | Compiling camino-tempfile v1.1.1 |
2098 | 2024-11-01T21:45:32.597Z | Compiling nibble_vec v0.1.0 |
2099 | 2024-11-01T21:45:32.617Z | Compiling maplit v1.0.2 |
2100 | 2024-11-01T21:45:32.648Z | Compiling crunchy v0.2.2 |
2101 | 2024-11-01T21:45:32.746Z | Compiling topological-sort v0.2.2 |
2102 | 2024-11-01T21:45:32.825Z | Compiling glob v0.3.1 |
2103 | 2024-11-01T21:45:32.983Z | Compiling endian-type v0.1.2 |
2104 | 2024-11-01T21:45:33.130Z | Compiling radium v0.7.0 |
2105 | 2024-11-01T21:45:33.236Z | Compiling radix_trie v0.2.1 |
2106 | 2024-11-01T21:45:33.238Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2107 | 2024-11-01T21:45:33.453Z | Compiling omicron-zone-package v0.11.1 |
2108 | 2024-11-01T21:45:33.595Z | Compiling rustfmt-wrapper v0.2.1 |
2109 | 2024-11-01T21:45:33.612Z | Compiling clang-sys v1.8.1 |
2110 | 2024-11-01T21:45:34.132Z | Compiling pem v3.0.4 |
2111 | 2024-11-01T21:45:34.157Z | Compiling tiny-keccak v2.0.2 |
2112 | 2024-11-01T21:45:34.282Z | Compiling tap v1.0.1 |
2113 | 2024-11-01T21:45:34.451Z | Compiling maybe-uninit v2.0.0 |
2114 | 2024-11-01T21:45:34.499Z | Compiling wyz v0.5.1 |
2115 | 2024-11-01T21:45:35.030Z | Compiling dsl_auto_type v0.1.2 |
2116 | 2024-11-01T21:45:35.125Z | Compiling scheduled-thread-pool v0.2.7 |
2117 | 2024-11-01T21:45:35.143Z | Compiling secrecy v0.8.0 |
2118 | 2024-11-01T21:45:35.406Z | Compiling diesel_table_macro_syntax v0.2.0 |
2119 | 2024-11-01T21:45:35.581Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2120 | 2024-11-01T21:45:35.795Z | Compiling crc-catalog v2.4.0 |
2121 | 2024-11-01T21:45:35.914Z | Compiling funty v2.0.0 |
2122 | 2024-11-01T21:45:35.963Z | Compiling packed_struct v0.10.1 |
2123 | 2024-11-01T21:45:36.310Z | Compiling crc v3.2.1 |
2124 | 2024-11-01T21:45:36.377Z | Compiling diesel_derives v2.2.3 |
2125 | 2024-11-01T21:45:36.457Z | Compiling r2d2 v0.8.10 |
2126 | 2024-11-01T21:45:37.367Z | Compiling bitvec v1.0.1 |
2127 | 2024-11-01T21:45:37.487Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2128 | 2024-11-01T21:45:38.068Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2129 | 2024-11-01T21:45:38.335Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2130 | 2024-11-01T21:45:38.336Z | Compiling ascii-canvas v3.0.0 |
2131 | 2024-11-01T21:45:38.510Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2132 | 2024-11-01T21:45:38.798Z | Compiling universal-hash v0.5.1 |
2133 | 2024-11-01T21:45:39.047Z | Compiling thiserror-impl-no-std v2.0.2 |
2134 | 2024-11-01T21:45:41.574Z | Compiling packed_struct_codegen v0.10.1 |
2135 | 2024-11-01T21:45:41.867Z | Compiling ena v0.14.3 |
2136 | 2024-11-01T21:45:42.291Z | Compiling lzma-sys v0.1.20 |
2137 | 2024-11-01T21:45:43.008Z | Compiling indexmap v1.9.3 |
2138 | 2024-11-01T21:45:43.346Z | Compiling libloading v0.8.5 |
2139 | 2024-11-01T21:45:43.747Z | Compiling diff v0.1.13 |
2140 | 2024-11-01T21:45:43.985Z | Compiling bindgen v0.69.5 |
2141 | 2024-11-01T21:45:44.279Z | Compiling opaque-debug v0.3.1 |
2142 | 2024-11-01T21:45:44.398Z | Compiling regex-syntax v0.6.29 |
2143 | 2024-11-01T21:45:44.444Z | Compiling nodrop v0.1.14 |
2144 | 2024-11-01T21:45:44.592Z | Compiling array-init v0.0.4 |
2145 | 2024-11-01T21:45:45.945Z | Compiling poly1305 v0.8.0 |
2146 | 2024-11-01T21:45:47.052Z | Compiling diesel v2.2.4 |
2147 | 2024-11-01T21:45:49.654Z | Compiling lalrpop v0.19.12 |
2148 | 2024-11-01T21:45:55.170Z | Compiling thiserror-no-std v2.0.2 |
2149 | 2024-11-01T21:45:55.302Z | Compiling smallvec v0.6.14 |
2150 | 2024-11-01T21:45:56.393Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2151 | 2024-11-01T21:45:57.435Z | Compiling which v4.4.2 |
2152 | 2024-11-01T21:45:57.976Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2153 | 2024-11-01T21:45:58.294Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2154 | 2024-11-01T21:45:58.525Z | Compiling chacha20 v0.9.1 |
2155 | 2024-11-01T21:45:59.026Z | Compiling heck v0.3.3 |
2156 | 2024-11-01T21:45:59.400Z | Compiling cexpr v0.6.0 |
2157 | 2024-11-01T21:46:00.970Z | Compiling aead v0.5.2 |
2158 | 2024-11-01T21:46:01.331Z | Compiling rustc-hash v1.1.0 |
2159 | 2024-11-01T21:46:01.507Z | Compiling lazycell v1.3.0 |
2160 | 2024-11-01T21:46:01.574Z | Compiling termcolor v1.4.1 |
2161 | 2024-11-01T21:46:01.698Z | Compiling ref-cast v1.0.23 |
2162 | 2024-11-01T21:46:02.177Z | Compiling hashbrown v0.12.3 |
2163 | 2024-11-01T21:46:02.695Z | Compiling bitfield v0.14.0 |
2164 | 2024-11-01T21:46:03.037Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2165 | 2024-11-01T21:46:03.386Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2166 | 2024-11-01T21:46:04.767Z | Compiling env_logger v0.10.2 |
2167 | 2024-11-01T21:46:07.954Z | Compiling chacha20poly1305 v0.10.1 |
2168 | 2024-11-01T21:46:08.246Z | Compiling zone_cfg_derive v0.1.2 |
2169 | 2024-11-01T21:46:09.631Z | Compiling serde-hex v0.1.0 |
2170 | 2024-11-01T21:46:13.406Z | Compiling polar-core v0.27.3 |
2171 | 2024-11-01T21:46:14.629Z | Compiling vsss-rs v3.3.4 |
2172 | 2024-11-01T21:46:15.177Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2173 | 2024-11-01T21:46:15.495Z | Compiling ron v0.8.1 |
2174 | 2024-11-01T21:46:19.063Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2175 | 2024-11-01T21:46:19.282Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2176 | 2024-11-01T21:46:19.385Z | Compiling derive_builder_core v0.20.2 |
2177 | 2024-11-01T21:46:19.901Z | Compiling hashbrown v0.13.2 |
2178 | 2024-11-01T21:46:21.335Z | Compiling headers-core v0.3.0 |
2179 | 2024-11-01T21:46:21.357Z | Compiling fxhash v0.2.1 |
2180 | 2024-11-01T21:46:21.447Z | Compiling libxml v0.3.3 |
2181 | 2024-11-01T21:46:21.525Z | Compiling ref-cast-impl v1.0.23 |
2182 | 2024-11-01T21:46:21.690Z | Compiling crc-any v2.5.0 |
2183 | 2024-11-01T21:46:21.850Z | Compiling base64 v0.13.1 |
2184 | 2024-11-01T21:46:22.514Z | Compiling ron v0.7.1 |
2185 | 2024-11-01T21:46:22.652Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2186 | 2024-11-01T21:46:22.846Z | Compiling headers v0.4.0 |
2187 | 2024-11-01T21:46:23.430Z | Compiling derive_builder_macro v0.20.2 |
2188 | 2024-11-01T21:46:24.275Z | Compiling object v0.30.4 |
2189 | 2024-11-01T21:46:26.503Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2190 | 2024-11-01T21:46:27.190Z | Compiling samael v0.0.17 |
2191 | 2024-11-01T21:46:28.240Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2192 | 2024-11-01T21:46:28.845Z | Compiling xz2 v0.1.7 |
2193 | 2024-11-01T21:46:29.790Z | Compiling zone v0.1.8 |
2194 | 2024-11-01T21:46:35.452Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2195 | 2024-11-01T21:46:35.577Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2196 | 2024-11-01T21:46:36.832Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2197 | 2024-11-01T21:46:37.105Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2198 | 2024-11-01T21:46:37.160Z | Compiling yasna v0.5.2 |
2199 | 2024-11-01T21:46:38.452Z | Compiling phf_generator v0.11.2 |
2200 | 2024-11-01T21:46:38.569Z | Compiling strum_macros v0.24.3 |
2201 | 2024-11-01T21:46:38.667Z | Compiling kstat-rs v0.2.4 |
2202 | 2024-11-01T21:46:39.578Z | Compiling async-recursion v1.1.1 |
2203 | 2024-11-01T21:46:40.450Z | Compiling unicase v2.7.0 |
2204 | 2024-11-01T21:46:40.786Z | Compiling indoc v1.0.9 |
2205 | 2024-11-01T21:46:40.920Z | Compiling path-slash v0.1.5 |
2206 | 2024-11-01T21:46:40.980Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2207 | 2024-11-01T21:46:41.176Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2208 | 2024-11-01T21:46:41.603Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2209 | 2024-11-01T21:46:41.873Z | Compiling phf_codegen v0.11.2 |
2210 | 2024-11-01T21:46:42.471Z | Compiling rcgen v0.12.1 |
2211 | 2024-11-01T21:46:43.107Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2212 | 2024-11-01T21:46:53.792Z | Compiling derive_builder v0.20.2 |
2213 | 2024-11-01T21:46:56.534Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2214 | 2024-11-01T21:46:56.616Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2215 | 2024-11-01T21:46:56.914Z | Compiling http v0.2.12 |
2216 | 2024-11-01T21:46:58.886Z | Compiling oso-derive v0.27.3 |
2217 | 2024-11-01T21:46:59.830Z | Compiling impl-trait-for-tuples v0.2.2 |
2218 | 2024-11-01T21:47:01.169Z | Compiling parse-zoneinfo v0.3.1 |
2219 | 2024-11-01T21:47:01.466Z | Compiling libz-sys v1.1.20 |
2220 | 2024-11-01T21:47:01.640Z | Compiling quick-xml v0.33.0 |
2221 | 2024-11-01T21:47:02.117Z | Compiling subprocess v0.2.9 |
2222 | 2024-11-01T21:47:02.811Z | Compiling diesel-dtrace v0.3.0 |
2223 | 2024-11-01T21:47:03.049Z | Compiling cfg_aliases v0.1.1 |
2224 | 2024-11-01T21:47:03.173Z | Compiling parking_lot_core v0.8.6 |
2225 | 2024-11-01T21:47:03.666Z | Compiling nix v0.28.0 |
2226 | 2024-11-01T21:47:04.511Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2227 | 2024-11-01T21:47:06.172Z | Compiling oso v0.27.3 |
2228 | 2024-11-01T21:47:06.928Z | Compiling chrono-tz-build v0.4.0 |
2229 | 2024-11-01T21:47:08.099Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2230 | 2024-11-01T21:47:09.600Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2231 | 2024-11-01T21:47:12.165Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2232 | 2024-11-01T21:47:14.879Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2233 | 2024-11-01T21:47:15.257Z | Compiling bb8 v0.8.5 |
2234 | 2024-11-01T21:47:15.287Z | Compiling const_format_proc_macros v0.2.33 |
2235 | 2024-11-01T21:47:15.904Z | Compiling vte_generate_state_changes v0.1.2 |
2236 | 2024-11-01T21:47:16.515Z | Compiling buf-list v1.0.3 |
2237 | 2024-11-01T21:47:17.172Z | Compiling const_format v0.2.33 |
2238 | 2024-11-01T21:47:17.191Z | Compiling vte v0.11.1 |
2239 | 2024-11-01T21:47:18.425Z | Compiling async-bb8-diesel v0.2.1 |
2240 | 2024-11-01T21:47:18.675Z | Compiling chrono-tz v0.10.0 |
2241 | 2024-11-01T21:47:19.757Z | Compiling h2 v0.3.26 |
2242 | 2024-11-01T21:47:20.166Z | Compiling http-body v0.4.6 |
2243 | 2024-11-01T21:47:20.911Z | Compiling fd-lock v4.0.2 |
2244 | 2024-11-01T21:47:21.156Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2245 | 2024-11-01T21:47:21.950Z | Compiling pin-project-internal v1.1.6 |
2246 | 2024-11-01T21:47:23.290Z | Compiling atty v0.2.14 |
2247 | 2024-11-01T21:47:23.467Z | Compiling bytecount v0.6.8 |
2248 | 2024-11-01T21:47:23.797Z | Compiling salty v0.3.0 |
2249 | 2024-11-01T21:47:24.250Z | Compiling papergrid v0.11.0 |
2250 | 2024-11-01T21:47:24.584Z | Compiling pin-project v1.1.6 |
2251 | 2024-11-01T21:47:37.250Z | Compiling hyper v0.14.30 |
2252 | 2024-11-01T21:47:39.601Z | Compiling parking_lot v0.11.2 |
2253 | 2024-11-01T21:47:47.262Z | Compiling strip-ansi-escapes v0.2.0 |
2254 | 2024-11-01T21:47:48.166Z | Compiling tabled_derive v0.7.0 |
2255 | 2024-11-01T21:47:48.336Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2256 | 2024-11-01T21:47:50.203Z | Compiling peg-macros v0.8.4 |
2257 | 2024-11-01T21:47:51.541Z | Compiling snafu-derive v0.8.5 |
2258 | 2024-11-01T21:47:53.146Z | Compiling sqlparser_derive v0.2.2 |
2259 | 2024-11-01T21:47:53.260Z | Compiling simd-adler32 v0.3.7 |
2260 | 2024-11-01T21:47:54.115Z | Compiling lockfree-object-pool v0.1.6 |
2261 | 2024-11-01T21:47:54.444Z | Compiling sync_wrapper v0.1.2 |
2262 | 2024-11-01T21:47:54.557Z | Compiling bumpalo v3.16.0 |
2263 | 2024-11-01T21:47:54.603Z | Compiling unicode_categories v0.1.1 |
2264 | 2024-11-01T21:47:54.949Z | Compiling zip v2.1.3 |
2265 | 2024-11-01T21:47:55.303Z | Compiling nu-ansi-term v0.50.1 |
2266 | 2024-11-01T21:47:55.456Z | Compiling rustyline v14.0.0 |
2267 | 2024-11-01T21:47:55.741Z | Compiling reedline v0.35.0 |
2268 | 2024-11-01T21:47:55.855Z | Compiling zopfli v0.8.1 |
2269 | 2024-11-01T21:47:56.024Z | Compiling snafu v0.8.5 |
2270 | 2024-11-01T21:47:56.026Z | Compiling sqlformat v0.2.6 |
2271 | 2024-11-01T21:47:56.451Z | Compiling reqwest v0.11.27 |
2272 | 2024-11-01T21:47:57.316Z | Compiling sqlparser v0.45.0 |
2273 | 2024-11-01T21:47:59.868Z | Compiling peg v0.8.4 |
2274 | 2024-11-01T21:47:59.963Z | Compiling tabled v0.15.0 |
2275 | 2024-11-01T21:48:07.483Z | Compiling sled v0.34.7 |
2276 | 2024-11-01T21:48:19.074Z | Compiling mime_guess v2.0.5 |
2277 | 2024-11-01T21:48:19.939Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2278 | 2024-11-01T21:48:20.180Z | Compiling hickory-client v0.24.1 |
2279 | 2024-11-01T21:48:22.076Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2280 | 2024-11-01T21:48:25.574Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2281 | 2024-11-01T21:48:30.053Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2282 | 2024-11-01T21:48:31.693Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2283 | 2024-11-01T21:48:33.037Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2284 | 2024-11-01T21:48:34.664Z | Compiling globset v0.4.15 |
2285 | 2024-11-01T21:48:40.434Z | Compiling hickory-server v0.24.1 |
2286 | 2024-11-01T21:48:41.396Z | Compiling primeorder v0.13.6 |
2287 | 2024-11-01T21:48:42.017Z | Compiling olpc-cjson v0.1.4 |
2288 | 2024-11-01T21:48:42.123Z | Compiling vergen v8.3.2 |
2289 | 2024-11-01T21:48:42.346Z | Compiling bcs v0.1.6 |
2290 | 2024-11-01T21:48:42.463Z | Compiling env_filter v0.1.2 |
2291 | 2024-11-01T21:48:43.268Z | Compiling serde_plain v1.0.2 |
2292 | 2024-11-01T21:48:43.593Z | Compiling cargo-platform v0.1.8 |
2293 | 2024-11-01T21:48:43.800Z | Compiling displaydoc v0.2.5 |
2294 | 2024-11-01T21:48:44.063Z | Compiling nanorand v0.7.0 |
2295 | 2024-11-01T21:48:44.106Z | Compiling memoffset v0.9.1 |
2296 | 2024-11-01T21:48:44.463Z | Compiling typed-path v0.7.1 |
2297 | 2024-11-01T21:48:44.907Z | Compiling flume v0.11.0 |
2298 | 2024-11-01T21:48:45.678Z | Compiling cargo_metadata v0.18.1 |
2299 | 2024-11-01T21:48:48.917Z | Compiling tough v0.17.1 |
2300 | 2024-11-01T21:48:49.276Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2301 | 2024-11-01T21:48:50.718Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2302 | 2024-11-01T21:48:51.102Z | Compiling env_logger v0.11.5 |
2303 | 2024-11-01T21:48:52.402Z | Compiling p384 v0.13.0 |
2304 | 2024-11-01T21:48:52.575Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2305 | 2024-11-01T21:48:58.991Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2306 | 2024-11-01T21:48:59.285Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2307 | 2024-11-01T21:49:01.191Z | Compiling git2 v0.19.0 |
2308 | 2024-11-01T21:49:02.448Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2309 | 2024-11-01T21:49:08.294Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2310 | 2024-11-01T21:49:10.462Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2311 | 2024-11-01T21:49:10.483Z | Compiling rand_seeder v0.3.0 |
2312 | 2024-11-01T21:49:10.895Z | Compiling libsqlite3-sys v0.30.1 |
2313 | 2024-11-01T21:49:11.427Z | Compiling cfg_aliases v0.2.1 |
2314 | 2024-11-01T21:49:11.551Z | Compiling parse-size v1.1.0 |
2315 | 2024-11-01T21:49:11.881Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2316 | 2024-11-01T21:49:12.236Z | Compiling rustls v0.21.12 |
2317 | 2024-11-01T21:49:12.514Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2318 | 2024-11-01T21:49:12.561Z | Compiling nix v0.29.0 |
2319 | 2024-11-01T21:49:12.806Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2320 | 2024-11-01T21:49:13.430Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2321 | 2024-11-01T21:49:14.739Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2322 | 2024-11-01T21:49:15.081Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2323 | 2024-11-01T21:49:15.107Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2324 | 2024-11-01T21:49:15.436Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2325 | 2024-11-01T21:49:15.824Z | Compiling sct v0.7.1 |
2326 | 2024-11-01T21:49:16.309Z | Compiling rustls-webpki v0.101.7 |
2327 | 2024-11-01T21:49:19.714Z | Compiling castaway v0.2.3 |
2328 | 2024-11-01T21:49:19.855Z | Compiling csv-core v0.1.11 |
2329 | 2024-11-01T21:49:19.915Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2330 | 2024-11-01T21:49:20.219Z | Compiling http-range v0.1.5 |
2331 | 2024-11-01T21:49:20.673Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2332 | 2024-11-01T21:49:20.825Z | Compiling hyper-staticfile v0.10.1 |
2333 | 2024-11-01T21:49:22.369Z | Compiling csv v1.3.0 |
2334 | 2024-11-01T21:49:23.844Z | Compiling compact_str v0.8.0 |
2335 | 2024-11-01T21:49:24.587Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2336 | 2024-11-01T21:49:26.598Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2337 | 2024-11-01T21:49:27.369Z | Compiling nix v0.27.1 |
2338 | 2024-11-01T21:49:30.271Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2339 | 2024-11-01T21:49:31.472Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2340 | 2024-11-01T21:49:33.866Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2341 | 2024-11-01T21:49:39.680Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2342 | 2024-11-01T21:49:42.437Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2343 | 2024-11-01T21:49:45.699Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2344 | 2024-11-01T21:49:46.039Z | Compiling unicode-truncate v1.1.0 |
2345 | 2024-11-01T21:49:46.323Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2346 | 2024-11-01T21:49:46.650Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2347 | 2024-11-01T21:49:46.982Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2348 | 2024-11-01T21:49:49.607Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2349 | 2024-11-01T21:49:49.626Z | Compiling hashlink v0.9.1 |
2350 | 2024-11-01T21:49:49.707Z | Compiling tungstenite v0.23.0 |
2351 | 2024-11-01T21:49:50.443Z | Compiling lru v0.12.5 |
2352 | 2024-11-01T21:49:50.833Z | Compiling instability v0.3.2 |
2353 | 2024-11-01T21:49:51.843Z | Compiling fallible-iterator v0.3.0 |
2354 | 2024-11-01T21:49:52.375Z | Compiling fallible-streaming-iterator v0.1.9 |
2355 | 2024-11-01T21:49:52.674Z | Compiling cassowary v0.3.0 |
2356 | 2024-11-01T21:49:52.700Z | Compiling rusqlite v0.32.1 |
2357 | 2024-11-01T21:49:54.476Z | Compiling ratatui v0.28.1 |
2358 | 2024-11-01T21:49:55.255Z | Compiling tokio-tungstenite v0.23.1 |
2359 | 2024-11-01T21:49:55.903Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2360 | 2024-11-01T21:49:57.913Z | Compiling tokio-rustls v0.24.1 |
2361 | 2024-11-01T21:49:58.363Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2362 | 2024-11-01T21:50:14.055Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2363 | 2024-11-01T21:50:15.723Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2364 | 2024-11-01T21:50:15.763Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2365 | 2024-11-01T21:50:17.746Z | Compiling rustls-pemfile v1.0.4 |
2366 | 2024-11-01T21:50:18.656Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2367 | 2024-11-01T21:50:19.005Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2368 | 2024-11-01T21:50:19.902Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2369 | 2024-11-01T21:50:20.088Z | Compiling signal-hook-tokio v0.3.1 |
2370 | 2024-11-01T21:50:20.158Z | Compiling twox-hash v1.6.3 |
2371 | 2024-11-01T21:50:20.328Z | Compiling smawk v0.3.2 |
2372 | 2024-11-01T21:50:20.615Z | Compiling is_ci v1.2.0 |
2373 | 2024-11-01T21:50:20.934Z | Compiling unicode-linebreak v0.1.5 |
2374 | 2024-11-01T21:50:21.153Z | Compiling supports-color v3.0.1 |
2375 | 2024-11-01T21:50:21.529Z | Compiling textwrap v0.16.1 |
2376 | 2024-11-01T21:50:23.762Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2377 | 2024-11-01T21:50:28.984Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2378 | 2024-11-01T21:50:33.024Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2379 | 2024-11-01T21:50:33.769Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2380 | 2024-11-01T21:50:38.751Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2381 | 2024-11-01T21:50:43.262Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2382 | 2024-11-01T21:50:52.232Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2383 | 2024-11-01T21:50:52.858Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2384 | 2024-11-01T21:50:59.740Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2385 | 2024-11-01T21:51:00.062Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2386 | 2024-11-01T21:51:02.121Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2387 | 2024-11-01T21:51:05.271Z | Compiling fatfs v0.3.6 |
2388 | 2024-11-01T21:51:06.596Z | Compiling rtoolbox v0.0.2 |
2389 | 2024-11-01T21:51:07.001Z | Compiling assert_matches v1.5.0 |
2390 | 2024-11-01T21:51:08.147Z | Compiling rpassword v7.3.1 |
2391 | 2024-11-01T21:51:08.615Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2392 | 2024-11-01T21:51:11.464Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2393 | 2024-11-01T21:51:18.288Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2394 | 2024-11-01T21:51:25.310Z | Compiling tui-tree-widget v0.22.0 |
2395 | 2024-11-01T21:51:25.770Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2396 | 2024-11-01T21:51:26.660Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2397 | 2024-11-01T21:51:35.874Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2398 | 2024-11-01T21:51:36.207Z | Compiling uzers v0.12.1 |
2399 | 2024-11-01T21:51:39.362Z | Compiling shell-words v1.1.0 |
2400 | 2024-11-01T21:51:39.875Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2401 | 2024-11-01T21:51:40.231Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2402 | 2024-11-01T21:51:42.204Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2403 | 2024-11-01T21:52:08.745Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2404 | 2024-11-01T21:52:14.656Z | Compiling multimap v0.10.0 |
2405 | 2024-11-01T21:54:18.935Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2406 | 2024-11-01T21:54:24.047Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2407 | 2024-11-01T22:03:06.119Z | Finished `release` profile [optimized] target(s) in 18m 15s |
2408 | 2024-11-01T22:04:04.694Z | |
2409 | 2024-11-01T22:04:04.696Z | real 19:15.478188036 |
2410 | 2024-11-01T22:04:04.696Z | user 2:05:36.151805927 |
2411 | 2024-11-01T22:04:04.696Z | sys 5:58.494163982 |
2412 | 2024-11-01T22:04:04.696Z | trap 2.956741201 |
2413 | 2024-11-01T22:04:04.696Z | tflt 3.172905303 |
2414 | 2024-11-01T22:04:04.696Z | dflt 5.264399440 |
2415 | 2024-11-01T22:04:04.697Z | kflt 0.024919800 |
2416 | 2024-11-01T22:04:04.697Z | lock 7:30:06.882031562 |
2417 | 2024-11-01T22:04:04.697Z | slp 6:17:06.683264461 |
2418 | 2024-11-01T22:04:04.697Z | lat 2:55.849244962 |
2419 | 2024-11-01T22:04:04.697Z | stop 2:38.615278686 |
2420 | 2024-11-01T22:04:04.697Z | + mapfile -t packages |
2421 | 2024-11-01T22:04:04.697Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2422 | 2024-11-01T22:04:05.638Z | Finished `release` profile [optimized] target(s) in 0.89s |
2423 | 2024-11-01T22:04:05.695Z | Running `target/release/omicron-package -t test list-outputs` |
2424 | 2024-11-01T22:04:05.734Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2425 | 2024-11-01T22:04:05.737Z | + ptime -m cargo build --locked --release -p xtask |
2426 | 2024-11-01T22:04:06.272Z | Compiling serde v1.0.210 |
2427 | 2024-11-01T22:04:06.275Z | Compiling libc v0.2.161 |
2428 | 2024-11-01T22:04:06.275Z | Compiling serde_json v1.0.128 |
2429 | 2024-11-01T22:04:06.275Z | Compiling rustix v0.38.37 |
2430 | 2024-11-01T22:04:06.275Z | Compiling syn v2.0.79 |
2431 | 2024-11-01T22:04:06.360Z | Compiling bitflags v2.6.0 |
2432 | 2024-11-01T22:04:06.701Z | Compiling usdt-impl v0.5.0 |
2433 | 2024-11-01T22:04:06.748Z | Compiling syn v1.0.109 |
2434 | 2024-11-01T22:04:06.835Z | Compiling log v0.4.22 |
2435 | 2024-11-01T22:04:06.852Z | Compiling hashbrown v0.15.0 |
2436 | 2024-11-01T22:04:06.884Z | Compiling fs-err v2.11.0 |
2437 | 2024-11-01T22:04:07.202Z | Compiling once_cell v1.20.2 |
2438 | 2024-11-01T22:04:07.292Z | Compiling anyhow v1.0.92 |
2439 | 2024-11-01T22:04:07.837Z | Compiling thread-id v4.2.2 |
2440 | 2024-11-01T22:04:08.183Z | Compiling indexmap v2.6.0 |
2441 | 2024-11-01T22:04:09.441Z | Compiling terminal_size v0.4.0 |
2442 | 2024-11-01T22:04:09.441Z | Compiling tempfile v3.13.0 |
2443 | 2024-11-01T22:04:09.673Z | Compiling clap_builder v4.5.20 |
2444 | 2024-11-01T22:04:09.944Z | Compiling proc-macro-error v1.0.4 |
2445 | 2024-11-01T22:04:11.310Z | Compiling tabled_derive v0.7.0 |
2446 | 2024-11-01T22:04:12.596Z | Compiling tabled v0.15.0 |
2447 | 2024-11-01T22:04:13.435Z | Compiling serde_derive v1.0.210 |
2448 | 2024-11-01T22:04:13.435Z | Compiling thiserror-impl v1.0.64 |
2449 | 2024-11-01T22:04:13.438Z | Compiling zerocopy-derive v0.7.35 |
2450 | 2024-11-01T22:04:13.438Z | Compiling scroll_derive v0.12.0 |
2451 | 2024-11-01T22:04:15.316Z | Compiling scroll v0.12.0 |
2452 | 2024-11-01T22:04:15.350Z | Compiling zerocopy v0.7.35 |
2453 | 2024-11-01T22:04:15.968Z | Compiling goblin v0.8.2 |
2454 | 2024-11-01T22:04:18.596Z | Compiling clap_derive v4.5.18 |
2455 | 2024-11-01T22:04:19.824Z | Compiling thiserror v1.0.64 |
2456 | 2024-11-01T22:04:20.007Z | Compiling pest v2.7.14 |
2457 | 2024-11-01T22:04:22.766Z | Compiling pest_meta v2.7.14 |
2458 | 2024-11-01T22:04:26.588Z | Compiling pest_generator v2.7.14 |
2459 | 2024-11-01T22:04:28.283Z | Compiling pest_derive v2.7.14 |
2460 | 2024-11-01T22:04:29.316Z | Compiling dtrace-parser v0.2.0 |
2461 | 2024-11-01T22:04:31.017Z | Compiling dof v0.3.0 |
2462 | 2024-11-01T22:04:31.915Z | Compiling serde_tokenstream v0.2.2 |
2463 | 2024-11-01T22:04:32.512Z | Compiling toml_datetime v0.6.8 |
2464 | 2024-11-01T22:04:32.651Z | Compiling serde_spanned v0.6.8 |
2465 | 2024-11-01T22:04:32.923Z | Compiling toml_edit v0.22.22 |
2466 | 2024-11-01T22:04:33.259Z | Compiling camino v1.1.9 |
2467 | 2024-11-01T22:04:33.370Z | Compiling usdt-macro v0.5.0 |
2468 | 2024-11-01T22:04:34.559Z | Compiling usdt-attr-macro v0.5.0 |
2469 | 2024-11-01T22:04:34.670Z | Compiling semver v1.0.23 |
2470 | 2024-11-01T22:04:36.059Z | Compiling cargo-platform v0.1.8 |
2471 | 2024-11-01T22:04:36.133Z | Compiling camino-tempfile v1.1.1 |
2472 | 2024-11-01T22:04:36.257Z | Compiling macaddr v1.0.1 |
2473 | 2024-11-01T22:04:36.379Z | Compiling toml v0.8.19 |
2474 | 2024-11-01T22:04:36.901Z | Compiling cargo_metadata v0.18.1 |
2475 | 2024-11-01T22:04:37.126Z | Compiling clap v4.5.20 |
2476 | 2024-11-01T22:04:38.116Z | Compiling usdt v0.5.0 |
2477 | 2024-11-01T22:04:38.611Z | Compiling cargo_toml v0.20.5 |
2478 | 2024-11-01T22:04:50.337Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2479 | 2024-11-01T22:05:01.468Z | Finished `release` profile [optimized] target(s) in 55.68s |
2480 | 2024-11-01T22:05:01.570Z | |
2481 | 2024-11-01T22:05:01.574Z | real 55.807722734 |
2482 | 2024-11-01T22:05:01.574Z | user 5:36.390219263 |
2483 | 2024-11-01T22:05:01.574Z | sys 29.097893462 |
2484 | 2024-11-01T22:05:01.574Z | trap 0.142847165 |
2485 | 2024-11-01T22:05:01.574Z | tflt 0.307728794 |
2486 | 2024-11-01T22:05:01.574Z | dflt 0.633074648 |
2487 | 2024-11-01T22:05:01.574Z | kflt 0.000127408 |
2488 | 2024-11-01T22:05:01.574Z | lock 10:26.160225623 |
2489 | 2024-11-01T22:05:01.574Z | slp 15:44.601273718 |
2490 | 2024-11-01T22:05:01.574Z | lat 11.307413623 |
2491 | 2024-11-01T22:05:01.574Z | stop 15.064949818 |
2492 | 2024-11-01T22:05:01.574Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2493 | 2024-11-01T22:05:01.575Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2494 | 2024-11-01T22:05:01.575Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2495 | 2024-11-01T22:05:01.575Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2496 | 2024-11-01T22:05:01.575Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2497 | 2024-11-01T22:05:02.408Z | Compiling hashbrown v0.14.5 |
2498 | 2024-11-01T22:05:02.530Z | Compiling unsafe-libyaml v0.2.11 |
2499 | 2024-11-01T22:05:02.541Z | Compiling progenitor-client v0.8.0 |
2500 | 2024-11-01T22:05:02.544Z | Compiling ident_case v1.0.1 |
2501 | 2024-11-01T22:05:02.544Z | Compiling ipnetwork v0.20.0 |
2502 | 2024-11-01T22:05:02.544Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2503 | 2024-11-01T22:05:02.544Z | Compiling instant v0.1.13 |
2504 | 2024-11-01T22:05:02.544Z | Compiling structmeta-derive v0.3.0 |
2505 | 2024-11-01T22:05:02.680Z | Compiling newtype-uuid v1.1.2 |
2506 | 2024-11-01T22:05:02.754Z | Compiling darling_core v0.20.10 |
2507 | 2024-11-01T22:05:02.986Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2508 | 2024-11-01T22:05:03.033Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2509 | 2024-11-01T22:05:03.371Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2510 | 2024-11-01T22:05:03.497Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2511 | 2024-11-01T22:05:03.718Z | Compiling backoff v0.4.0 |
2512 | 2024-11-01T22:05:03.741Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2513 | 2024-11-01T22:05:03.821Z | Compiling regress v0.10.1 |
2514 | 2024-11-01T22:05:03.863Z | Compiling serde_yaml v0.9.34+deprecated |
2515 | 2024-11-01T22:05:03.898Z | Compiling regress v0.9.1 |
2516 | 2024-11-01T22:05:04.073Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2517 | 2024-11-01T22:05:04.262Z | Compiling macaddr v1.0.1 |
2518 | 2024-11-01T22:05:04.280Z | Compiling tempfile v3.13.0 |
2519 | 2024-11-01T22:05:04.387Z | Compiling proc-macro-crate v1.3.1 |
2520 | 2024-11-01T22:05:04.719Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2521 | 2024-11-01T22:05:05.134Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2522 | 2024-11-01T22:05:05.151Z | Compiling foreign-types-macros v0.2.3 |
2523 | 2024-11-01T22:05:05.348Z | Compiling structmeta v0.3.0 |
2524 | 2024-11-01T22:05:05.407Z | Compiling num_enum_derive v0.5.11 |
2525 | 2024-11-01T22:05:05.453Z | Compiling heapless v0.8.0 |
2526 | 2024-11-01T22:05:05.779Z | Compiling parse-display-derive v0.10.0 |
2527 | 2024-11-01T22:05:06.029Z | Compiling foreign-types-shared v0.3.1 |
2528 | 2024-11-01T22:05:06.430Z | Compiling foreign-types v0.5.0 |
2529 | 2024-11-01T22:05:06.552Z | Compiling proc-macro-error v1.0.4 |
2530 | 2024-11-01T22:05:06.849Z | Compiling camino-tempfile v1.1.1 |
2531 | 2024-11-01T22:05:07.263Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2532 | 2024-11-01T22:05:07.320Z | Compiling hash32 v0.3.1 |
2533 | 2024-11-01T22:05:07.583Z | Compiling typify-impl v0.2.0 |
2534 | 2024-11-01T22:05:07.777Z | Compiling cstr-argument v0.1.2 |
2535 | 2024-11-01T22:05:07.801Z | Compiling num_enum v0.5.11 |
2536 | 2024-11-01T22:05:08.032Z | Compiling pretty-hex v0.2.1 |
2537 | 2024-11-01T22:05:08.115Z | Compiling smoltcp v0.11.0 |
2538 | 2024-11-01T22:05:08.135Z | Compiling crucible-workspace-hack v0.1.0 |
2539 | 2024-11-01T22:05:08.362Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2540 | 2024-11-01T22:05:08.465Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2541 | 2024-11-01T22:05:08.609Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2542 | 2024-11-01T22:05:08.744Z | Compiling tabwriter v1.4.0 |
2543 | 2024-11-01T22:05:08.891Z | Compiling colored v2.1.0 |
2544 | 2024-11-01T22:05:08.936Z | Compiling cobs v0.2.3 |
2545 | 2024-11-01T22:05:09.216Z | Compiling postcard v1.0.10 |
2546 | 2024-11-01T22:05:09.218Z | Compiling darling_macro v0.20.10 |
2547 | 2024-11-01T22:05:09.290Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2548 | 2024-11-01T22:05:09.357Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2549 | 2024-11-01T22:05:09.540Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2550 | 2024-11-01T22:05:09.607Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2551 | 2024-11-01T22:05:09.763Z | Compiling smf v0.2.3 |
2552 | 2024-11-01T22:05:09.866Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2553 | 2024-11-01T22:05:10.081Z | Compiling parse-display v0.10.0 |
2554 | 2024-11-01T22:05:10.196Z | Compiling darling v0.20.10 |
2555 | 2024-11-01T22:05:10.230Z | Compiling zone_cfg_derive v0.3.0 |
2556 | 2024-11-01T22:05:10.327Z | Compiling serde_with_macros v3.11.0 |
2557 | 2024-11-01T22:05:10.405Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2558 | 2024-11-01T22:05:10.772Z | Compiling num-derive v0.4.2 |
2559 | 2024-11-01T22:05:10.907Z | Compiling sigpipe v0.1.3 |
2560 | 2024-11-01T22:05:11.042Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2561 | 2024-11-01T22:05:11.103Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2562 | 2024-11-01T22:05:11.368Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2563 | 2024-11-01T22:05:11.682Z | Compiling zone v0.3.0 |
2564 | 2024-11-01T22:05:11.791Z | Compiling universal-hash v0.5.1 |
2565 | 2024-11-01T22:05:12.001Z | Compiling opaque-debug v0.3.1 |
2566 | 2024-11-01T22:05:12.111Z | Compiling num-rational v0.4.2 |
2567 | 2024-11-01T22:05:12.153Z | Compiling password-hash v0.5.0 |
2568 | 2024-11-01T22:05:13.162Z | Compiling serde_with v3.11.0 |
2569 | 2024-11-01T22:05:13.181Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2570 | 2024-11-01T22:05:13.197Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2571 | 2024-11-01T22:05:13.257Z | Compiling num-complex v0.4.6 |
2572 | 2024-11-01T22:05:13.816Z | Compiling blake2 v0.10.6 |
2573 | 2024-11-01T22:05:13.976Z | Compiling aead v0.5.2 |
2574 | 2024-11-01T22:05:14.116Z | Compiling convert_case v0.4.0 |
2575 | 2024-11-01T22:05:14.361Z | Compiling keccak v0.1.5 |
2576 | 2024-11-01T22:05:14.379Z | Compiling argon2 v0.5.3 |
2577 | 2024-11-01T22:05:14.868Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2578 | 2024-11-01T22:05:15.075Z | Compiling derive_more v0.99.18 |
2579 | 2024-11-01T22:05:15.158Z | Compiling sha3 v0.10.8 |
2580 | 2024-11-01T22:05:15.186Z | Compiling num v0.4.3 |
2581 | 2024-11-01T22:05:15.299Z | Compiling poly1305 v0.8.0 |
2582 | 2024-11-01T22:05:15.510Z | Compiling tungstenite v0.21.0 |
2583 | 2024-11-01T22:05:16.253Z | Compiling chacha20 v0.9.1 |
2584 | 2024-11-01T22:05:16.742Z | Compiling float-ord v0.3.2 |
2585 | 2024-11-01T22:05:16.934Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2586 | 2024-11-01T22:05:17.036Z | Compiling base64 v0.21.7 |
2587 | 2024-11-01T22:05:17.092Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2588 | 2024-11-01T22:05:17.179Z | Compiling tokio-tungstenite v0.21.0 |
2589 | 2024-11-01T22:05:17.223Z | Compiling semver v0.1.20 |
2590 | 2024-11-01T22:05:17.535Z | Compiling same-file v1.0.6 |
2591 | 2024-11-01T22:05:17.648Z | Compiling rustc_version v0.1.7 |
2592 | 2024-11-01T22:05:17.775Z | Compiling walkdir v2.5.0 |
2593 | 2024-11-01T22:05:17.794Z | Compiling newline-converter v0.3.0 |
2594 | 2024-11-01T22:05:17.838Z | Compiling primeorder v0.13.6 |
2595 | 2024-11-01T22:05:17.864Z | Compiling secrecy v0.8.0 |
2596 | 2024-11-01T22:05:17.986Z | Compiling prettyplease v0.2.22 |
2597 | 2024-11-01T22:05:18.162Z | Compiling home v0.5.9 |
2598 | 2024-11-01T22:05:18.180Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2599 | 2024-11-01T22:05:18.256Z | Compiling owo-colors v4.1.0 |
2600 | 2024-11-01T22:05:18.300Z | Compiling cancel-safe-futures v0.1.5 |
2601 | 2024-11-01T22:05:18.387Z | Compiling newtype_derive v0.1.6 |
2602 | 2024-11-01T22:05:18.446Z | Compiling expectorate v1.1.0 |
2603 | 2024-11-01T22:05:18.545Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2604 | 2024-11-01T22:05:18.588Z | Compiling thiserror-impl-no-std v2.0.2 |
2605 | 2024-11-01T22:05:18.627Z | Compiling blake3 v1.5.4 |
2606 | 2024-11-01T22:05:18.689Z | Compiling ring v0.16.20 |
2607 | 2024-11-01T22:05:18.708Z | Compiling half v2.4.1 |
2608 | 2024-11-01T22:05:18.896Z | Compiling unicase v2.7.0 |
2609 | 2024-11-01T22:05:19.066Z | Compiling arc-swap v1.7.1 |
2610 | 2024-11-01T22:05:19.227Z | Compiling ciborium-io v0.2.2 |
2611 | 2024-11-01T22:05:19.373Z | Compiling ciborium-ll v0.2.2 |
2612 | 2024-11-01T22:05:19.465Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2613 | 2024-11-01T22:05:19.692Z | Compiling slog-scope v4.4.0 |
2614 | 2024-11-01T22:05:20.184Z | Compiling polyval v0.6.2 |
2615 | 2024-11-01T22:05:20.394Z | Compiling atomicwrites v0.4.4 |
2616 | 2024-11-01T22:05:20.631Z | Compiling libsw v3.3.1 |
2617 | 2024-11-01T22:05:20.774Z | Compiling memmap2 v0.9.5 |
2618 | 2024-11-01T22:05:20.970Z | Compiling arrayvec v0.7.6 |
2619 | 2024-11-01T22:05:21.244Z | Compiling constant_time_eq v0.3.1 |
2620 | 2024-11-01T22:05:21.416Z | Compiling spin v0.5.2 |
2621 | 2024-11-01T22:05:21.437Z | Compiling untrusted v0.7.1 |
2622 | 2024-11-01T22:05:21.620Z | Compiling indent_write v2.2.0 |
2623 | 2024-11-01T22:05:21.659Z | Compiling thiserror-no-std v2.0.2 |
2624 | 2024-11-01T22:05:21.676Z | Compiling parking_lot_core v0.8.6 |
2625 | 2024-11-01T22:05:21.781Z | Compiling salty v0.3.0 |
2626 | 2024-11-01T22:05:21.832Z | Compiling libefi-sys v0.1.0 |
2627 | 2024-11-01T22:05:22.140Z | Compiling linear-map v1.2.0 |
2628 | 2024-11-01T22:05:22.159Z | Compiling arrayref v0.3.9 |
2629 | 2024-11-01T22:05:22.265Z | Compiling vsss-rs v3.3.4 |
2630 | 2024-11-01T22:05:22.295Z | Compiling ghash v0.5.1 |
2631 | 2024-11-01T22:05:22.314Z | Compiling slog-stdlog v4.1.1 |
2632 | 2024-11-01T22:05:22.498Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2633 | 2024-11-01T22:05:22.664Z | Compiling ciborium v0.2.2 |
2634 | 2024-11-01T22:05:23.117Z | Compiling toolchain_find v0.4.0 |
2635 | 2024-11-01T22:05:23.204Z | Compiling p384 v0.13.0 |
2636 | 2024-11-01T22:05:23.449Z | Compiling chacha20poly1305 v0.10.1 |
2637 | 2024-11-01T22:05:23.700Z | Compiling itertools v0.13.0 |
2638 | 2024-11-01T22:05:23.807Z | Compiling lzma-sys v0.1.20 |
2639 | 2024-11-01T22:05:23.845Z | Compiling typify-macro v0.2.0 |
2640 | 2024-11-01T22:05:24.220Z | Compiling ctr v0.9.2 |
2641 | 2024-11-01T22:05:24.587Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2642 | 2024-11-01T22:05:24.592Z | Compiling bitfield-struct v0.6.2 |
2643 | 2024-11-01T22:05:24.782Z | Compiling slog-dtrace v0.3.0 |
2644 | 2024-11-01T22:05:25.019Z | Compiling topological-sort v0.2.2 |
2645 | 2024-11-01T22:05:25.111Z | Compiling highway v1.2.0 |
2646 | 2024-11-01T22:05:25.259Z | Compiling omicron-zone-package v0.11.1 |
2647 | 2024-11-01T22:05:26.086Z | Compiling aes-gcm v0.10.3 |
2648 | 2024-11-01T22:05:26.105Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2649 | 2024-11-01T22:05:26.219Z | Compiling rustfmt-wrapper v0.2.1 |
2650 | 2024-11-01T22:05:26.373Z | Compiling mime_guess v2.0.5 |
2651 | 2024-11-01T22:05:26.543Z | Compiling steno v0.4.1 |
2652 | 2024-11-01T22:05:26.800Z | Compiling slog-envlogger v2.2.0 |
2653 | 2024-11-01T22:05:27.284Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2654 | 2024-11-01T22:05:27.588Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2655 | 2024-11-01T22:05:27.616Z | Compiling heck v0.3.3 |
2656 | 2024-11-01T22:05:27.652Z | Compiling ssh-encoding v0.2.0 |
2657 | 2024-11-01T22:05:27.893Z | Compiling blowfish v0.9.1 |
2658 | 2024-11-01T22:05:27.990Z | Compiling nibble_vec v0.1.0 |
2659 | 2024-11-01T22:05:28.050Z | Compiling typify v0.2.0 |
2660 | 2024-11-01T22:05:28.106Z | Compiling env_filter v0.1.2 |
2661 | 2024-11-01T22:05:28.206Z | Compiling progenitor-impl v0.8.0 |
2662 | 2024-11-01T22:05:28.226Z | Compiling humantime v2.1.0 |
2663 | 2024-11-01T22:05:28.242Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2664 | 2024-11-01T22:05:28.404Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2665 | 2024-11-01T22:05:28.556Z | Compiling endian-type v0.1.2 |
2666 | 2024-11-01T22:05:28.700Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2667 | 2024-11-01T22:05:28.759Z | Compiling radix_trie v0.2.1 |
2668 | 2024-11-01T22:05:28.775Z | Compiling env_logger v0.11.5 |
2669 | 2024-11-01T22:05:28.794Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2670 | 2024-11-01T22:05:28.796Z | Compiling bcrypt-pbkdf v0.10.0 |
2671 | 2024-11-01T22:05:28.831Z | Compiling zone_cfg_derive v0.1.2 |
2672 | 2024-11-01T22:05:29.428Z | Compiling ssh-cipher v0.2.0 |
2673 | 2024-11-01T22:05:29.556Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2674 | 2024-11-01T22:05:29.772Z | Compiling parking_lot v0.11.2 |
2675 | 2024-11-01T22:05:30.042Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2676 | 2024-11-01T22:05:30.479Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2677 | 2024-11-01T22:05:30.496Z | Compiling gethostname v0.5.0 |
2678 | 2024-11-01T22:05:30.633Z | Compiling password-hash v0.4.2 |
2679 | 2024-11-01T22:05:30.687Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2680 | 2024-11-01T22:05:30.882Z | Compiling fxhash v0.2.1 |
2681 | 2024-11-01T22:05:31.021Z | Compiling base64 v0.13.1 |
2682 | 2024-11-01T22:05:31.069Z | Compiling matches v0.1.10 |
2683 | 2024-11-01T22:05:31.086Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2684 | 2024-11-01T22:05:31.135Z | Compiling pbkdf2 v0.11.0 |
2685 | 2024-11-01T22:05:31.173Z | Compiling idna v0.2.3 |
2686 | 2024-11-01T22:05:31.329Z | Compiling sled v0.34.7 |
2687 | 2024-11-01T22:05:31.427Z | Compiling ron v0.7.1 |
2688 | 2024-11-01T22:05:31.494Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2689 | 2024-11-01T22:05:31.519Z | Compiling xz2 v0.1.7 |
2690 | 2024-11-01T22:05:31.600Z | Compiling zone v0.1.8 |
2691 | 2024-11-01T22:05:32.025Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2692 | 2024-11-01T22:05:32.209Z | Compiling ssh-key v0.6.6 |
2693 | 2024-11-01T22:05:33.167Z | Compiling hickory-client v0.24.1 |
2694 | 2024-11-01T22:05:33.729Z | Compiling p521 v0.13.3 |
2695 | 2024-11-01T22:05:33.772Z | Compiling p256 v0.13.2 |
2696 | 2024-11-01T22:05:33.908Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2697 | 2024-11-01T22:05:34.584Z | Compiling hickory-server v0.24.1 |
2698 | 2024-11-01T22:05:34.630Z | Compiling enum-as-inner v0.5.1 |
2699 | 2024-11-01T22:05:35.039Z | Compiling pem v3.0.4 |
2700 | 2024-11-01T22:05:35.653Z | Compiling yasna v0.5.2 |
2701 | 2024-11-01T22:05:35.822Z | Compiling headers-core v0.3.0 |
2702 | 2024-11-01T22:05:35.936Z | Compiling progenitor-macro v0.8.0 |
2703 | 2024-11-01T22:05:35.999Z | Compiling kstat-rs v0.2.4 |
2704 | 2024-11-01T22:05:36.091Z | Compiling nanorand v0.7.0 |
2705 | 2024-11-01T22:05:36.639Z | Compiling russh-cryptovec v0.7.3 |
2706 | 2024-11-01T22:05:36.704Z | Compiling atty v0.2.14 |
2707 | 2024-11-01T22:05:36.830Z | Compiling glob v0.3.1 |
2708 | 2024-11-01T22:05:36.865Z | Compiling http-range v0.1.5 |
2709 | 2024-11-01T22:05:36.971Z | Compiling md5 v0.7.0 |
2710 | 2024-11-01T22:05:37.245Z | Compiling russh-keys v0.45.0 |
2711 | 2024-11-01T22:05:37.313Z | Compiling hyper-staticfile v0.10.1 |
2712 | 2024-11-01T22:05:37.484Z | Compiling rcgen v0.12.1 |
2713 | 2024-11-01T22:05:37.690Z | Compiling flume v0.11.0 |
2714 | 2024-11-01T22:05:37.805Z | Compiling headers v0.4.0 |
2715 | 2024-11-01T22:05:38.446Z | Compiling trust-dns-proto v0.22.0 |
2716 | 2024-11-01T22:05:38.547Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2717 | 2024-11-01T22:05:39.841Z | Compiling num-bigint v0.4.6 |
2718 | 2024-11-01T22:05:39.884Z | Compiling des v0.8.1 |
2719 | 2024-11-01T22:05:40.239Z | Compiling subprocess v0.2.9 |
2720 | 2024-11-01T22:05:41.439Z | Compiling hex-literal v0.4.1 |
2721 | 2024-11-01T22:05:41.559Z | Compiling dhcproto-macros v0.1.0 |
2722 | 2024-11-01T22:05:41.600Z | Compiling display-error-chain v0.2.2 |
2723 | 2024-11-01T22:05:41.820Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2724 | 2024-11-01T22:05:42.113Z | Compiling internet-checksum v0.2.1 |
2725 | 2024-11-01T22:05:42.765Z | Compiling dhcproto v0.12.0 |
2726 | 2024-11-01T22:05:42.843Z | Compiling russh v0.45.0 |
2727 | 2024-11-01T22:05:47.266Z | Compiling progenitor v0.8.0 |
2728 | 2024-11-01T22:05:47.376Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2729 | 2024-11-01T22:05:47.376Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2730 | 2024-11-01T22:05:47.378Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2731 | 2024-11-01T22:05:47.378Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2732 | 2024-11-01T22:05:47.378Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2733 | 2024-11-01T22:05:47.452Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2734 | 2024-11-01T22:05:47.550Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2735 | 2024-11-01T22:05:48.321Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2736 | 2024-11-01T22:05:48.827Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2737 | 2024-11-01T22:05:50.099Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2738 | 2024-11-01T22:05:52.676Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2739 | 2024-11-01T22:05:53.863Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2740 | 2024-11-01T22:06:02.282Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2741 | 2024-11-01T22:06:02.285Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2742 | 2024-11-01T22:06:02.285Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2743 | 2024-11-01T22:06:02.285Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2744 | 2024-11-01T22:06:03.078Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2745 | 2024-11-01T22:06:05.316Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2746 | 2024-11-01T22:06:06.292Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2747 | 2024-11-01T22:06:06.321Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2748 | 2024-11-01T22:06:06.359Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2749 | 2024-11-01T22:06:07.293Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2750 | 2024-11-01T22:06:09.747Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2751 | 2024-11-01T22:06:10.216Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2752 | 2024-11-01T22:06:10.236Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2753 | 2024-11-01T22:06:10.701Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2754 | 2024-11-01T22:06:11.511Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2755 | 2024-11-01T22:06:11.815Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2756 | 2024-11-01T22:06:12.279Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2757 | 2024-11-01T22:06:13.877Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2758 | 2024-11-01T22:06:15.941Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2759 | 2024-11-01T22:06:16.363Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2760 | 2024-11-01T22:06:16.462Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2761 | 2024-11-01T22:06:16.805Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2762 | 2024-11-01T22:06:17.263Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2763 | 2024-11-01T22:06:19.187Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2764 | 2024-11-01T22:06:22.753Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2765 | 2024-11-01T22:06:23.182Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2766 | 2024-11-01T22:06:23.343Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2767 | 2024-11-01T22:06:24.743Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2768 | 2024-11-01T22:06:29.062Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2769 | 2024-11-01T22:06:36.433Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2770 | 2024-11-01T22:06:38.254Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2771 | 2024-11-01T22:07:33.879Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2772 | 2024-11-01T22:08:04.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 02s |
2773 | 2024-11-01T22:08:04.386Z | |
2774 | 2024-11-01T22:08:04.389Z | real 3:02.772745296 |
2775 | 2024-11-01T22:08:04.389Z | user 11:49.676250823 |
2776 | 2024-11-01T22:08:04.389Z | sys 2:19.828456959 |
2777 | 2024-11-01T22:08:04.389Z | trap 0.306390714 |
2778 | 2024-11-01T22:08:04.389Z | tflt 0.731254653 |
2779 | 2024-11-01T22:08:04.389Z | dflt 1.658001045 |
2780 | 2024-11-01T22:08:04.389Z | kflt 0.000033278 |
2781 | 2024-11-01T22:08:04.389Z | lock 24:53.402539441 |
2782 | 2024-11-01T22:08:04.389Z | slp 41:54.599709110 |
2783 | 2024-11-01T22:08:04.389Z | lat 32.357861565 |
2784 | 2024-11-01T22:08:04.389Z | stop 1:16.361377701 |
2785 | 2024-11-01T22:08:04.389Z | + mkdir tests |
2786 | 2024-11-01T22:08:04.391Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2787 | 2024-11-01T22:08:04.391Z | + xargs -I '{}' -t cp '{}' tests/ |
2788 | 2024-11-01T22:08:04.430Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-66adfe2d07f2bcad tests/ |
2789 | 2024-11-01T22:08:04.457Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-68ca88e587a7b5c5 tests/ |
2790 | 2024-11-01T22:08:04.484Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-ec6bfd4845fc8f27 tests/ |
2791 | 2024-11-01T22:08:04.509Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4334d32fd8c55416 tests/ |
2792 | 2024-11-01T22:08:04.721Z | + 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/*) |
2793 | 2024-11-01T22:08:04.723Z | + 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-68ca88e587a7b5c5 tests/commtest-ec6bfd4845fc8f27 tests/dhcp_server-66adfe2d07f2bcad tests/end_to_end_tests-4334d32fd8c55416 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 |
2794 | 2024-11-01T22:09:10.147Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2795 | 2024-11-01T22:09:10.147Z | a .github/buildomat/ci-env.sh 1K |
2796 | 2024-11-01T22:09:10.147Z | a out/target/test 1K |
2797 | 2024-11-01T22:09:10.147Z | a out/npuzone/npuzone 23144K |
2798 | 2024-11-01T22:09:10.147Z | a package-manifest.toml 32K |
2799 | 2024-11-01T22:09:10.147Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2800 | 2024-11-01T22:09:10.147Z | a target/release/omicron-package 32538K |
2801 | 2024-11-01T22:09:10.147Z | a target/release/xtask 11749K |
2802 | 2024-11-01T22:09:10.148Z | a target/debug/bootstrap 196071K |
2803 | 2024-11-01T22:09:10.148Z | a tests/bootstrap-68ca88e587a7b5c5 23991K |
2804 | 2024-11-01T22:09:10.148Z | a tests/commtest-ec6bfd4845fc8f27 24191K |
2805 | 2024-11-01T22:09:10.148Z | a tests/dhcp_server-66adfe2d07f2bcad 23991K |
2806 | 2024-11-01T22:09:10.148Z | a tests/end_to_end_tests-4334d32fd8c55416 208281K |
2807 | 2024-11-01T22:09:10.151Z | a out/clickhouse.tar.gz 244336K |
2808 | 2024-11-01T22:09:10.151Z | a out/clickhouse_keeper.tar.gz 244312K |
2809 | 2024-11-01T22:09:10.151Z | a out/clickhouse_server.tar.gz 244311K |
2810 | 2024-11-01T22:09:10.151Z | a out/cockroachdb.tar.gz 130034K |
2811 | 2024-11-01T22:09:10.151Z | a out/crucible-dtrace.tar 83K |
2812 | 2024-11-01T22:09:10.151Z | a out/crucible-pantry-zone.tar.gz 26854K |
2813 | 2024-11-01T22:09:10.151Z | a out/crucible-zone.tar.gz 35060K |
2814 | 2024-11-01T22:09:10.151Z | a out/external-dns.tar.gz 30753K |
2815 | 2024-11-01T22:09:10.151Z | a out/internal-dns.tar.gz 30753K |
2816 | 2024-11-01T22:09:10.151Z | a out/mg-ddm-gz.tar 62661K |
2817 | 2024-11-01T22:09:10.151Z | a out/nexus.tar.gz 96377K |
2818 | 2024-11-01T22:09:10.151Z | a out/ntp.tar.gz 9033K |
2819 | 2024-11-01T22:09:10.151Z | a out/omicron-gateway-softnpu.tar.gz 21670K |
2820 | 2024-11-01T22:09:10.151Z | a out/omicron-sled-agent.tar 104246K |
2821 | 2024-11-01T22:09:10.152Z | a out/overlay.tar.gz 3K |
2822 | 2024-11-01T22:09:10.152Z | a out/oximeter.tar.gz 46033K |
2823 | 2024-11-01T22:09:10.152Z | a out/oxlog.tar 3071K |
2824 | 2024-11-01T22:09:10.152Z | a out/probe.tar.gz 2764K |
2825 | 2024-11-01T22:09:10.152Z | a out/propolis-server.tar.gz 66584K |
2826 | 2024-11-01T22:09:10.152Z | a out/pumpkind-gz.tar 26665K |
2827 | 2024-11-01T22:09:10.152Z | a out/switch-softnpu.tar.gz 224500K |
2828 | 2024-11-01T22:09:10.176Z | |
2829 | 2024-11-01T22:09:10.176Z | real 1:05.421511906 |
2830 | 2024-11-01T22:09:10.176Z | user 1:02.435395701 |
2831 | 2024-11-01T22:09:10.176Z | sys 4.187246772 |
2832 | 2024-11-01T22:09:10.176Z | trap 0.016866927 |
2833 | 2024-11-01T22:09:10.176Z | tflt 0.000000000 |
2834 | 2024-11-01T22:09:10.176Z | dflt 0.000000000 |
2835 | 2024-11-01T22:09:10.176Z | kflt 0.000000000 |
2836 | 2024-11-01T22:09:10.176Z | lock 0.000000000 |
2837 | 2024-11-01T22:09:10.176Z | slp 1:02.333796116 |
2838 | 2024-11-01T22:09:10.176Z | lat 1.865437758 |
2839 | 2024-11-01T22:09:10.176Z | stop 0.000195858 |
2840 | 2024-11-01T22:09:10.176Z | process exited: duration 2028630 ms, exit code 0 |
|
2841 | 2024-11-01T22:09:10.189Z | found 1 output files |
2842 | 2024-11-01T22:09:10.189Z | uploading: /work/package.tar.gz (1693240544 bytes) |
2843 | 2024-11-01T22:09:46.696Z | uploaded: /work/package.tar.gz |