|
|
|
1 | 2024-11-01T07:35:50.298Z | job assigned to worker 01JBKABWRF92S322P2E2Z1FJXE (queued for 1 m 8 s) |
|
2 | 2024-11-01T07:35:58.296Z | starting task 0: "setup" |
3 | 2024-11-01T07:35:58.304Z | ++ uname -s |
4 | 2024-11-01T07:35:58.307Z | + kern=SunOS |
5 | 2024-11-01T07:35:58.307Z | + case "$kern" in |
6 | 2024-11-01T07:35:58.307Z | + [[ 0 == 12345 ]] |
7 | 2024-11-01T07:35:58.307Z | + groupadd -g 12345 build |
8 | 2024-11-01T07:35:58.309Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-01T07:36:00.323Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-01T07:36:00.454Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-01T07:36:00.457Z | + home_fs=zfs |
12 | 2024-11-01T07:36:00.457Z | + [[ zfs == autofs ]] |
13 | 2024-11-01T07:36:00.457Z | + mkdir -p /home/build |
14 | 2024-11-01T07:36:00.459Z | + chown build:build /home/build /work |
15 | 2024-11-01T07:36:02.461Z | + chmod 0700 /home/build /work |
16 | 2024-11-01T07:36:02.464Z | process exited: duration 4168 ms, exit code 0 |
|
17 | 2024-11-01T07:36:02.469Z | starting task 1: "rust-toolchain" |
18 | 2024-11-01T07:36:02.474Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-01T07:36:02.475Z | ' 1.82.0 |
20 | 2024-11-01T07:36:02.475Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-01T07:36:02.475Z | ' default |
22 | 2024-11-01T07:36:02.475Z | * toolchain channel = "1.82.0" |
23 | 2024-11-01T07:36:02.475Z | * toolchain profile = "default" |
24 | 2024-11-01T07:36:02.477Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-01T07:36:02.477Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-01T07:36:02.591Z | info: downloading installer |
27 | 2024-11-01T07:36:03.813Z | info: profile set to 'default' |
28 | 2024-11-01T07:36:03.813Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-01T07:36:03.816Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-01T07:36:03.949Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-01T07:36:03.949Z | info: downloading component 'cargo' |
32 | 2024-11-01T07:36:04.605Z | info: downloading component 'clippy' |
33 | 2024-11-01T07:36:04.860Z | info: downloading component 'rust-docs' |
34 | 2024-11-01T07:36:05.798Z | info: downloading component 'rust-std' |
35 | 2024-11-01T07:36:07.283Z | info: downloading component 'rustc' |
36 | 2024-11-01T07:36:12.568Z | info: downloading component 'rustfmt' |
37 | 2024-11-01T07:36:12.757Z | info: installing component 'cargo' |
38 | 2024-11-01T07:36:13.588Z | info: installing component 'clippy' |
39 | 2024-11-01T07:36:14.001Z | info: installing component 'rust-docs' |
40 | 2024-11-01T07:36:15.740Z | info: installing component 'rust-std' |
41 | 2024-11-01T07:36:17.651Z | info: installing component 'rustc' |
42 | 2024-11-01T07:36:23.927Z | info: installing component 'rustfmt' |
43 | 2024-11-01T07:36:24.272Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-01T07:36:24.272Z | |
45 | 2024-11-01T07:36:24.675Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-01T07:36:24.675Z | |
47 | 2024-11-01T07:36:24.678Z | |
48 | 2024-11-01T07:36:24.678Z | Rust is installed now. Great! |
49 | 2024-11-01T07:36:24.678Z | |
50 | 2024-11-01T07:36:24.678Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-01T07:36:24.678Z | environment variable. This has not been done automatically. |
52 | 2024-11-01T07:36:24.678Z | |
53 | 2024-11-01T07:36:24.678Z | To configure your current shell, you need to source |
54 | 2024-11-01T07:36:24.678Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-01T07:36:24.678Z | |
56 | 2024-11-01T07:36:24.678Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-01T07:36:24.678Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-01T07:36:24.678Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-01T07:36:24.755Z | + rustc --version |
60 | 2024-11-01T07:36:24.823Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-01T07:36:24.826Z | process exited: duration 22353 ms, exit code 0 |
|
62 | 2024-11-01T07:36:24.832Z | starting task 2: "authentication" |
63 | 2024-11-01T07:36:24.853Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-11-01T07:36:24.858Z | starting task 3: "clone repository" |
65 | 2024-11-01T07:36:24.864Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-01T07:36:24.866Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-01T07:36:26.450Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-01T07:36:36.252Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-01T07:36:36.252Z | + git fetch origin 681a93f8cb78970e57c585b8c94fd37569e80eb2 |
70 | 2024-11-01T07:36:36.572Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-01T07:36:36.575Z | * branch 681a93f8cb78970e57c585b8c94fd37569e80eb2 -> FETCH_HEAD |
72 | 2024-11-01T07:36:36.583Z | + [[ -n renovate/flume-0.x ]] |
73 | 2024-11-01T07:36:36.585Z | ++ git branch --show-current |
74 | 2024-11-01T07:36:36.588Z | + current=main |
75 | 2024-11-01T07:36:36.588Z | + [[ main != renovate/flume-0.x ]] |
76 | 2024-11-01T07:36:36.588Z | + git branch -f renovate/flume-0.x 681a93f8cb78970e57c585b8c94fd37569e80eb2 |
77 | 2024-11-01T07:36:36.590Z | + git checkout -f renovate/flume-0.x |
78 | 2024-11-01T07:36:36.755Z | Switched to branch 'renovate/flume-0.x' |
79 | 2024-11-01T07:36:36.758Z | + git reset --hard 681a93f8cb78970e57c585b8c94fd37569e80eb2 |
80 | 2024-11-01T07:36:36.770Z | HEAD is now at 681a93f8c Update Rust crate flume to 0.11.1 |
81 | 2024-11-01T07:36:36.773Z | process exited: duration 11910 ms, exit code 0 |
|
82 | 2024-11-01T07:36:36.778Z | starting task 4: "build" |
83 | 2024-11-01T07:36:36.783Z | + source .github/buildomat/ci-env.sh |
84 | 2024-11-01T07:36:36.783Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-11-01T07:36:36.783Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-11-01T07:36:36.783Z | + cargo --version |
87 | 2024-11-01T07:36:36.842Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-11-01T07:36:36.845Z | + rustc --version |
89 | 2024-11-01T07:36:36.904Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-11-01T07:36:36.907Z | + WORK=/work |
91 | 2024-11-01T07:36:36.907Z | + pfexec mkdir -p /work |
92 | 2024-11-01T07:36:36.911Z | + pfexec chown build /work |
93 | 2024-11-01T07:36:36.914Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-11-01T07:36:50.322Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-11-01T07:36:53.692Z | Startup: Caching catalogs ... Done |
96 | 2024-11-01T07:37:00.827Z | Planning: Solver setup ... Done (6.262s) |
97 | 2024-11-01T07:37:00.918Z | Planning: Running solver ... Done (0.093s) |
98 | 2024-11-01T07:37:01.056Z | Planning: Finding local manifests ... Done (0.060s) |
99 | 2024-11-01T07:37:01.202Z | Planning: Fetching manifests: 0/5 0% complete |
100 | 2024-11-01T07:37:02.032Z | Planning: Fetching manifests: 5/5 100% complete |
101 | 2024-11-01T07:37:02.277Z | Planning: Package planning ... Done (0.245s) |
102 | 2024-11-01T07:37:02.333Z | Planning: Merging actions ... Done (0.055s) |
103 | 2024-11-01T07:37:03.049Z | Planning: Checking for conflicting actions ... Done (0.716s) |
104 | 2024-11-01T07:37:09.015Z | Planning: Consolidating action changes ... Done (5.965s) |
105 | 2024-11-01T07:37:09.425Z | Planning: Evaluating mediators ... Done (0.410s) |
106 | 2024-11-01T07:37:09.558Z | Planning: Planning completed in 15.77 seconds |
107 | 2024-11-01T07:37:09.573Z | Packages to install: 4 |
108 | 2024-11-01T07:37:09.573Z | Packages to update: 1 |
109 | 2024-11-01T07:37:09.583Z | Mediators to change: 2 |
110 | 2024-11-01T07:37:09.583Z | Services to change: 1 |
111 | 2024-11-01T07:37:09.583Z | Estimated space available: 155.61 GB |
112 | 2024-11-01T07:37:09.583Z | Estimated space to be consumed: 1.58 GB |
113 | 2024-11-01T07:37:09.583Z | Create boot environment: No |
114 | 2024-11-01T07:37:09.583Z | Create backup boot environment: Yes |
115 | 2024-11-01T07:37:09.583Z | Rebuild boot archive: No |
116 | 2024-11-01T07:37:09.583Z | |
117 | 2024-11-01T07:37:09.583Z | Changed mediators: |
118 | 2024-11-01T07:37:09.583Z | mediator clang: |
119 | 2024-11-01T07:37:09.583Z | version: None -> 15 (system default) |
120 | 2024-11-01T07:37:09.583Z | |
121 | 2024-11-01T07:37:09.583Z | mediator llvm: |
122 | 2024-11-01T07:37:09.583Z | version: 14 (system default) -> 15 (system default) |
123 | 2024-11-01T07:37:09.583Z | |
124 | 2024-11-01T07:37:09.583Z | Changed packages: |
125 | 2024-11-01T07:37:09.583Z | helios-dev |
126 | 2024-11-01T07:37:09.583Z | developer/build-essential |
127 | 2024-11-01T07:37:09.583Z | None -> 11-2.0 |
128 | 2024-11-01T07:37:09.583Z | library/libxmlsec1 |
129 | 2024-11-01T07:37:09.583Z | None -> 1.2.35-2.0 |
130 | 2024-11-01T07:37:09.583Z | ooce/developer/clang-15 |
131 | 2024-11-01T07:37:09.583Z | None -> 15.0.7-2.0 |
132 | 2024-11-01T07:37:09.583Z | ooce/developer/llvm-15 |
133 | 2024-11-01T07:37:09.583Z | None -> 15.0.7-2.0 |
134 | 2024-11-01T07:37:09.583Z | package/pkg |
135 | 2024-11-01T07:37:09.583Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
136 | 2024-11-01T07:37:09.583Z | |
137 | 2024-11-01T07:37:09.583Z | Services: |
138 | 2024-11-01T07:37:09.583Z | restart_fmri: |
139 | 2024-11-01T07:37:09.583Z | svc:/system/update-man-index:default |
140 | 2024-11-01T07:37:09.583Z | |
141 | 2024-11-01T07:37:09.583Z | Editable files to change: |
142 | 2024-11-01T07:37:09.583Z | Update: |
143 | 2024-11-01T07:37:09.583Z | usr/share/lib/pkg/web/config.shtml |
144 | 2024-11-01T07:37:09.787Z | |
145 | 2024-11-01T07:37:09.787Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
146 | 2024-11-01T07:37:15.862Z | Download: 213/4281 items 1.3/220.6MB 0% complete (740k/s) |
147 | 2024-11-01T07:37:20.912Z | Download: 865/4281 items 18.8/220.6MB 8% complete (1.8M/s) |
148 | 2024-11-01T07:37:25.937Z | Download: 1195/4281 items 71.3/220.6MB 32% complete (7.0M/s) |
149 | 2024-11-01T07:37:30.944Z | Download: 1406/4281 items 116.4/220.6MB 52% complete (9.8M/s) |
150 | 2024-11-01T07:37:35.969Z | Download: 2027/4281 items 118.7/220.6MB 53% complete (5.0M/s) |
151 | 2024-11-01T07:38:02.554Z | Download: 2224/4281 items 119.2/220.6MB 54% complete |
152 | 2024-11-01T07:38:07.557Z | Download: 3084/4281 items 121.4/220.6MB 55% complete (449k/s) |
153 | 2024-11-01T07:38:15.001Z | Download: 3246/4281 items 203.0/220.6MB 92% complete (11.1M/s) |
154 | 2024-11-01T07:38:28.081Z | Download: 3248/4281 items 203.1/220.6MB 92% complete |
155 | 2024-11-01T07:38:34.412Z | Download: 3285/4281 items 211.1/220.6MB 95% complete (2.5M/s) |
156 | 2024-11-01T07:38:39.522Z | Download: 3562/4281 items 215.6/220.6MB 97% complete (800k/s) |
157 | 2024-11-01T07:38:44.530Z | Download: 4072/4281 items 219.5/220.6MB 99% complete (777k/s) |
158 | 2024-11-01T07:38:49.585Z | Download: 4200/4281 items 220.5/220.6MB 99% complete (736k/s) |
159 | 2024-11-01T07:38:59.782Z | Download: 4203/4281 items 220.5/220.6MB 99% complete |
160 | 2024-11-01T07:39:07.180Z | Download: 4206/4281 items 220.6/220.6MB 99% complete |
161 | 2024-11-01T07:39:07.722Z | Download: Completed 220.60 MB in 117.92 seconds (1.9M/s) |
162 | 2024-11-01T07:39:09.711Z | Actions: 1/5063 actions (Removing old actions) |
163 | 2024-11-01T07:39:09.728Z | Actions: 194/5063 actions (Installing new actions) |
164 | 2024-11-01T07:39:14.798Z | Actions: 4086/5063 actions (Installing new actions) |
165 | 2024-11-01T07:39:15.397Z | Actions: 4226/5063 actions (Updating modified actions) |
166 | 2024-11-01T07:39:15.748Z | Actions: Completed 5063 actions in 6.04 seconds. |
167 | 2024-11-01T07:39:16.106Z | Done (0.349s) |
168 | 2024-11-01T07:39:16.108Z | Done (0.000s) |
169 | 2024-11-01T07:39:16.613Z | Done (0.506s) |
170 | 2024-11-01T07:39:23.202Z | Done (6.375s) |
171 | 2024-11-01T07:39:23.570Z | Done (0.300s) |
172 | 2024-11-01T07:39:23.574Z | Done (0.000s) |
173 | 2024-11-01T07:39:23.729Z | Done (0.000s) |
174 | 2024-11-01T07:39:24.393Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-11-01T07:39:24.558Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-11-01T07:39:24.561Z | Planning: Consolidating action changes ... Done |
177 | 2024-11-01T07:39:24.830Z | Planning: Evaluating mediators ... Done |
178 | 2024-11-01T07:39:24.833Z | Planning: Planning completed in 0.44 seconds |
179 | 2024-11-01T07:39:24.869Z | Mediators to change: 2 |
180 | 2024-11-01T07:39:24.869Z | Create boot environment: No |
181 | 2024-11-01T07:39:24.871Z | Create backup boot environment: No |
182 | 2024-11-01T07:39:24.944Z | Done |
183 | 2024-11-01T07:39:24.944Z | Done |
184 | 2024-11-01T07:39:25.265Z | Done |
185 | 2024-11-01T07:39:28.792Z | Done |
186 | 2024-11-01T07:39:28.883Z | Done |
187 | 2024-11-01T07:39:28.886Z | Done |
188 | 2024-11-01T07:39:29.003Z | Done |
189 | 2024-11-01T07:39:29.624Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-11-01T07:39:29.627Z | Planning: Merging actions ... Done |
191 | 2024-11-01T07:39:29.820Z | Planning: Checking for conflicting actions ... Done |
192 | 2024-11-01T07:39:29.823Z | Planning: Consolidating action changes ... Done |
193 | 2024-11-01T07:39:30.093Z | Planning: Evaluating mediators ... Done |
194 | 2024-11-01T07:39:30.153Z | Planning: Planning completed in 0.78 seconds |
195 | 2024-11-01T07:39:30.193Z | Packages to change: 1 |
196 | 2024-11-01T07:39:30.193Z | Mediators to change: 1 |
197 | 2024-11-01T07:39:30.195Z | Services to change: 1 |
198 | 2024-11-01T07:39:30.195Z | Create boot environment: No |
199 | 2024-11-01T07:39:30.195Z | Create backup boot environment: Yes |
200 | 2024-11-01T07:39:32.251Z | Actions: 1/6 actions (Updating modified actions) |
201 | 2024-11-01T07:39:32.356Z | Actions: Completed 6 actions in 0.11 seconds. |
202 | 2024-11-01T07:39:32.359Z | Done |
203 | 2024-11-01T07:39:32.359Z | Done |
204 | 2024-11-01T07:39:32.458Z | Done |
205 | 2024-11-01T07:39:35.965Z | Done |
206 | 2024-11-01T07:39:36.052Z | Done |
207 | 2024-11-01T07:39:36.055Z | Done |
208 | 2024-11-01T07:39:36.181Z | Done |
209 | 2024-11-01T07:39:36.624Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
210 | 2024-11-01T07:39:36.624Z | clang system 15 system |
211 | 2024-11-01T07:39:36.624Z | csh system system illumos |
212 | 2024-11-01T07:39:36.624Z | ctags system system illumos |
213 | 2024-11-01T07:39:36.624Z | gcc vendor 12 vendor |
214 | 2024-11-01T07:39:36.624Z | gcc system 10 system |
215 | 2024-11-01T07:39:36.624Z | gcc system 7 system |
216 | 2024-11-01T07:39:36.624Z | go system 1.20 system |
217 | 2024-11-01T07:39:36.624Z | go system 1.19 system |
218 | 2024-11-01T07:39:36.624Z | llvm system 15 system |
219 | 2024-11-01T07:39:36.624Z | llvm system 14 system |
220 | 2024-11-01T07:39:36.624Z | mariadb system 10.6 system |
221 | 2024-11-01T07:39:36.624Z | mta vendor vendor dma |
222 | 2024-11-01T07:39:36.624Z | openjdk system 17 system |
223 | 2024-11-01T07:39:36.624Z | openjdk system 11 system |
224 | 2024-11-01T07:39:36.625Z | openjdk system 1.8 system |
225 | 2024-11-01T07:39:36.625Z | openssl vendor 3 vendor |
226 | 2024-11-01T07:39:36.625Z | perl system 5.36 system |
227 | 2024-11-01T07:39:36.625Z | postgresql system 15 system |
228 | 2024-11-01T07:39:36.625Z | postgresql system 13 system |
229 | 2024-11-01T07:39:36.625Z | python vendor 3 vendor |
230 | 2024-11-01T07:39:36.625Z | python system 2 system |
231 | 2024-11-01T07:39:36.625Z | python3 system 3.11 system |
232 | 2024-11-01T07:39:36.625Z | ruby system 3.0 system |
233 | 2024-11-01T07:39:36.625Z | words vendor vendor american-english |
234 | 2024-11-01T07:39:36.625Z | words system system australian-english |
235 | 2024-11-01T07:39:36.625Z | words system system british-english |
236 | 2024-11-01T07:39:36.625Z | words system system canadian-english |
237 | 2024-11-01T07:39:36.625Z | words system system french |
238 | 2024-11-01T07:39:36.625Z | words system system italian |
239 | 2024-11-01T07:39:36.625Z | words system system ngerman |
240 | 2024-11-01T07:39:36.625Z | words system system ogerman |
241 | 2024-11-01T07:39:36.625Z | words system system spanish |
242 | 2024-11-01T07:39:36.962Z | PUBLISHER TYPE STATUS P LOCATION |
243 | 2024-11-01T07:39:36.962Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
244 | 2024-11-01T07:39:39.348Z | FMRI IFO |
245 | 2024-11-01T07:39:39.348Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
246 | 2024-11-01T07:39:39.348Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
247 | 2024-11-01T07:39:39.348Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
248 | 2024-11-01T07:39:39.348Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
249 | 2024-11-01T07:39:39.348Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
250 | 2024-11-01T07:39:39.348Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2024-11-01T07:39:39.348Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
252 | 2024-11-01T07:39:39.348Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
253 | 2024-11-01T07:39:39.348Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2024-11-01T07:39:39.348Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
255 | 2024-11-01T07:39:39.348Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
256 | 2024-11-01T07:39:39.348Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
257 | 2024-11-01T07:39:39.348Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
258 | 2024-11-01T07:39:39.348Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
259 | 2024-11-01T07:39:39.348Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
260 | 2024-11-01T07:39:40.022Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
261 | 2024-11-01T07:39:40.280Z | Updating crates.io index |
262 | 2024-11-01T07:39:40.324Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
263 | 2024-11-01T07:39:41.115Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
264 | 2024-11-01T07:39:41.388Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
265 | 2024-11-01T07:39:41.646Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
266 | 2024-11-01T07:39:41.905Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
267 | 2024-11-01T07:39:42.798Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
268 | 2024-11-01T07:39:45.231Z | Updating git repository `https://github.com/oxidecomputer/opte` |
269 | 2024-11-01T07:39:46.341Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
270 | 2024-11-01T07:39:47.031Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
271 | 2024-11-01T07:39:47.346Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
272 | 2024-11-01T07:39:47.575Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
273 | 2024-11-01T07:39:48.132Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
274 | 2024-11-01T07:39:48.483Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
275 | 2024-11-01T07:39:48.808Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
276 | 2024-11-01T07:39:49.080Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2024-11-01T07:39:49.347Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2024-11-01T07:39:49.596Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2024-11-01T07:39:49.898Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2024-11-01T07:39:50.225Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2024-11-01T07:39:50.665Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2024-11-01T07:39:50.905Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2024-11-01T07:39:51.345Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2024-11-01T07:39:51.652Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
285 | 2024-11-01T07:39:52.039Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
286 | 2024-11-01T07:39:52.402Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
287 | 2024-11-01T07:39:52.707Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
288 | 2024-11-01T07:39:52.963Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
289 | 2024-11-01T07:39:54.246Z | Downloading crates ... |
290 | 2024-11-01T07:39:54.300Z | Downloaded autocfg v1.4.0 |
291 | 2024-11-01T07:39:54.304Z | Downloaded anstyle v1.0.8 |
292 | 2024-11-01T07:39:54.319Z | Downloaded dtrace-parser v0.2.0 |
293 | 2024-11-01T07:39:54.329Z | Downloaded pretty-hex v0.4.1 |
294 | 2024-11-01T07:39:54.336Z | Downloaded usdt-macro v0.5.0 |
295 | 2024-11-01T07:39:54.339Z | Downloaded colorchoice v1.0.2 |
296 | 2024-11-01T07:39:54.339Z | Downloaded digest v0.10.7 |
297 | 2024-11-01T07:39:54.343Z | Downloaded camino-tempfile v1.1.1 |
298 | 2024-11-01T07:39:54.346Z | Downloaded pest_generator v2.7.14 |
299 | 2024-11-01T07:39:54.350Z | Downloaded is_terminal_polyfill v1.70.1 |
300 | 2024-11-01T07:39:54.350Z | Downloaded generic-array v0.14.7 |
301 | 2024-11-01T07:39:54.350Z | Downloaded strsim v0.11.1 |
302 | 2024-11-01T07:39:54.354Z | Downloaded serde_tokenstream v0.2.2 |
303 | 2024-11-01T07:39:54.354Z | Downloaded fastrand v2.1.1 |
304 | 2024-11-01T07:39:54.357Z | Downloaded bytecount v0.6.8 |
305 | 2024-11-01T07:39:54.357Z | Downloaded anstyle-query v1.1.1 |
306 | 2024-11-01T07:39:54.360Z | Downloaded thread-id v4.2.2 |
307 | 2024-11-01T07:39:54.360Z | Downloaded memmap v0.7.0 |
308 | 2024-11-01T07:39:54.363Z | Downloaded heck v0.4.1 |
309 | 2024-11-01T07:39:54.363Z | Downloaded tabled_derive v0.7.0 |
310 | 2024-11-01T07:39:54.367Z | Downloaded cargo_toml v0.20.5 |
311 | 2024-11-01T07:39:54.375Z | Downloaded semver v1.0.23 |
312 | 2024-11-01T07:39:54.380Z | Downloaded ucd-trie v0.1.7 |
313 | 2024-11-01T07:39:54.387Z | Downloaded ryu v1.0.18 |
314 | 2024-11-01T07:39:54.390Z | Downloaded clap_builder v4.5.20 |
315 | 2024-11-01T07:39:54.394Z | Downloaded log v0.4.22 |
316 | 2024-11-01T07:39:54.401Z | Downloaded anstream v0.6.15 |
317 | 2024-11-01T07:39:54.405Z | Downloaded textwrap v0.16.1 |
318 | 2024-11-01T07:39:54.405Z | Downloaded papergrid v0.11.0 |
319 | 2024-11-01T07:39:54.410Z | Downloaded proc-macro2 v1.0.87 |
320 | 2024-11-01T07:39:54.414Z | Downloaded equivalent v1.0.1 |
321 | 2024-11-01T07:39:54.433Z | Downloaded anstyle-parse v0.2.5 |
322 | 2024-11-01T07:39:54.437Z | Downloaded crypto-common v0.1.6 |
323 | 2024-11-01T07:39:54.438Z | Downloaded cfg-if v1.0.0 |
324 | 2024-11-01T07:39:54.438Z | Downloaded byteorder v1.5.0 |
325 | 2024-11-01T07:39:54.442Z | Downloaded block-buffer v0.10.4 |
326 | 2024-11-01T07:39:54.446Z | Downloaded swrite v0.1.0 |
327 | 2024-11-01T07:39:54.446Z | Downloaded usdt-attr-macro v0.5.0 |
328 | 2024-11-01T07:39:54.446Z | Downloaded terminal_size v0.4.0 |
329 | 2024-11-01T07:39:54.450Z | Downloaded clap_derive v4.5.18 |
330 | 2024-11-01T07:39:54.454Z | Downloaded dof v0.3.0 |
331 | 2024-11-01T07:39:54.454Z | Downloaded clap_lex v0.7.2 |
332 | 2024-11-01T07:39:54.459Z | Downloaded cargo-platform v0.1.8 |
333 | 2024-11-01T07:39:54.459Z | Downloaded macaddr v1.0.1 |
334 | 2024-11-01T07:39:54.459Z | Downloaded fs-err v2.11.0 |
335 | 2024-11-01T07:39:54.463Z | Downloaded thiserror-impl v1.0.64 |
336 | 2024-11-01T07:39:54.467Z | Downloaded proc-macro-error-attr v1.0.4 |
337 | 2024-11-01T07:39:54.467Z | Downloaded scroll_derive v0.12.0 |
338 | 2024-11-01T07:39:54.467Z | Downloaded scroll v0.12.0 |
339 | 2024-11-01T07:39:54.472Z | Downloaded heck v0.5.0 |
340 | 2024-11-01T07:39:54.476Z | Downloaded toml_datetime v0.6.8 |
341 | 2024-11-01T07:39:54.480Z | Downloaded plain v0.2.3 |
342 | 2024-11-01T07:39:54.484Z | Downloaded cpufeatures v0.2.14 |
343 | 2024-11-01T07:39:54.491Z | Downloaded smawk v0.3.2 |
344 | 2024-11-01T07:39:54.499Z | Downloaded usdt v0.5.0 |
345 | 2024-11-01T07:39:54.499Z | Downloaded cargo_metadata v0.18.1 |
346 | 2024-11-01T07:39:54.499Z | Downloaded thiserror v1.0.64 |
347 | 2024-11-01T07:39:54.503Z | Downloaded utf8parse v0.2.2 |
348 | 2024-11-01T07:39:54.503Z | Downloaded usdt-impl v0.5.0 |
349 | 2024-11-01T07:39:54.503Z | Downloaded serde_spanned v0.6.8 |
350 | 2024-11-01T07:39:54.503Z | Downloaded version_check v0.9.5 |
351 | 2024-11-01T07:39:54.503Z | Downloaded once_cell v1.20.2 |
352 | 2024-11-01T07:39:54.507Z | Downloaded fnv v1.0.7 |
353 | 2024-11-01T07:39:54.507Z | Downloaded errno v0.3.9 |
354 | 2024-11-01T07:39:54.509Z | Downloaded itoa v1.0.11 |
355 | 2024-11-01T07:39:54.509Z | Downloaded toml_edit v0.22.22 |
356 | 2024-11-01T07:39:54.530Z | Downloaded zerocopy-derive v0.7.35 |
357 | 2024-11-01T07:39:54.535Z | Downloaded clap v4.5.20 |
358 | 2024-11-01T07:39:54.542Z | Downloaded serde_derive v1.0.210 |
359 | 2024-11-01T07:39:54.544Z | Downloaded bitflags v2.6.0 |
360 | 2024-11-01T07:39:54.547Z | Downloaded quote v1.0.37 |
361 | 2024-11-01T07:39:54.551Z | Downloaded unicode-ident v1.0.13 |
362 | 2024-11-01T07:39:54.554Z | Downloaded typenum v1.17.0 |
363 | 2024-11-01T07:39:54.556Z | Downloaded toml v0.8.19 |
364 | 2024-11-01T07:39:54.559Z | Downloaded pest_meta v2.7.14 |
365 | 2024-11-01T07:39:54.563Z | Downloaded camino v1.1.9 |
366 | 2024-11-01T07:39:54.563Z | Downloaded anyhow v1.0.92 |
367 | 2024-11-01T07:39:54.566Z | Downloaded unicode-linebreak v0.1.5 |
368 | 2024-11-01T07:39:54.568Z | Downloaded tempfile v3.13.0 |
369 | 2024-11-01T07:39:54.571Z | Downloaded sha2 v0.10.8 |
370 | 2024-11-01T07:39:54.574Z | Downloaded proc-macro-error v1.0.4 |
371 | 2024-11-01T07:39:54.576Z | Downloaded pest_derive v2.7.14 |
372 | 2024-11-01T07:39:54.580Z | Downloaded indexmap v2.6.0 |
373 | 2024-11-01T07:39:54.583Z | Downloaded serde v1.0.210 |
374 | 2024-11-01T07:39:54.589Z | Downloaded serde_json v1.0.128 |
375 | 2024-11-01T07:39:54.594Z | Downloaded memchr v2.7.4 |
376 | 2024-11-01T07:39:54.609Z | Downloaded winnow v0.6.20 |
377 | 2024-11-01T07:39:54.618Z | Downloaded pest v2.7.14 |
378 | 2024-11-01T07:39:54.625Z | Downloaded hashbrown v0.15.0 |
379 | 2024-11-01T07:39:54.637Z | Downloaded zerocopy v0.7.35 |
380 | 2024-11-01T07:39:54.653Z | Downloaded syn v1.0.109 |
381 | 2024-11-01T07:39:54.662Z | Downloaded goblin v0.8.2 |
382 | 2024-11-01T07:39:54.669Z | Downloaded unicode-width v0.1.14 |
383 | 2024-11-01T07:39:54.674Z | Downloaded tabled v0.15.0 |
384 | 2024-11-01T07:39:54.689Z | Downloaded syn v2.0.79 |
385 | 2024-11-01T07:39:54.699Z | Downloaded rustix v0.38.37 |
386 | 2024-11-01T07:39:54.740Z | Downloaded libc v0.2.161 |
387 | 2024-11-01T07:39:55.041Z | Compiling proc-macro2 v1.0.87 |
388 | 2024-11-01T07:39:55.041Z | Compiling unicode-ident v1.0.13 |
389 | 2024-11-01T07:39:55.044Z | Compiling version_check v0.9.5 |
390 | 2024-11-01T07:39:55.044Z | Compiling serde v1.0.210 |
391 | 2024-11-01T07:39:55.044Z | Compiling memchr v2.7.4 |
392 | 2024-11-01T07:39:55.044Z | Compiling thiserror v1.0.64 |
393 | 2024-11-01T07:39:55.044Z | Compiling libc v0.2.161 |
394 | 2024-11-01T07:39:55.074Z | Compiling ryu v1.0.18 |
395 | 2024-11-01T07:39:55.315Z | Compiling itoa v1.0.11 |
396 | 2024-11-01T07:39:55.430Z | Compiling ucd-trie v0.1.7 |
397 | 2024-11-01T07:39:55.541Z | Compiling once_cell v1.20.2 |
398 | 2024-11-01T07:39:55.891Z | Compiling byteorder v1.5.0 |
399 | 2024-11-01T07:39:55.910Z | Compiling serde_json v1.0.128 |
400 | 2024-11-01T07:39:56.399Z | Compiling rustix v0.38.37 |
401 | 2024-11-01T07:39:56.963Z | Compiling bitflags v2.6.0 |
402 | 2024-11-01T07:39:57.012Z | Compiling usdt-impl v0.5.0 |
403 | 2024-11-01T07:39:57.121Z | Compiling proc-macro-error-attr v1.0.4 |
404 | 2024-11-01T07:39:57.188Z | Compiling syn v1.0.109 |
405 | 2024-11-01T07:39:57.301Z | Compiling proc-macro-error v1.0.4 |
406 | 2024-11-01T07:39:57.326Z | Compiling log v0.4.22 |
407 | 2024-11-01T07:39:57.480Z | Compiling camino v1.1.9 |
408 | 2024-11-01T07:39:57.506Z | Compiling utf8parse v0.2.2 |
409 | 2024-11-01T07:39:57.590Z | Compiling equivalent v1.0.1 |
410 | 2024-11-01T07:39:57.668Z | Compiling hashbrown v0.15.0 |
411 | 2024-11-01T07:39:57.745Z | Compiling thread-id v4.2.2 |
412 | 2024-11-01T07:39:57.773Z | Compiling plain v0.2.3 |
413 | 2024-11-01T07:39:57.813Z | Compiling anstyle-parse v0.2.5 |
414 | 2024-11-01T07:39:57.944Z | Compiling quote v1.0.37 |
415 | 2024-11-01T07:39:58.017Z | Compiling pretty-hex v0.4.1 |
416 | 2024-11-01T07:39:58.133Z | Compiling winnow v0.6.20 |
417 | 2024-11-01T07:39:58.181Z | Compiling is_terminal_polyfill v1.70.1 |
418 | 2024-11-01T07:39:58.217Z | Compiling anstyle-query v1.1.1 |
419 | 2024-11-01T07:39:58.241Z | Compiling autocfg v1.4.0 |
420 | 2024-11-01T07:39:58.317Z | Compiling syn v2.0.79 |
421 | 2024-11-01T07:39:58.371Z | Compiling errno v0.3.9 |
422 | 2024-11-01T07:39:58.609Z | Compiling anstyle v1.0.8 |
423 | 2024-11-01T07:39:58.971Z | Compiling indexmap v2.6.0 |
424 | 2024-11-01T07:39:59.115Z | Compiling colorchoice v1.0.2 |
425 | 2024-11-01T07:39:59.273Z | Compiling unicode-width v0.1.14 |
426 | 2024-11-01T07:39:59.295Z | Compiling semver v1.0.23 |
427 | 2024-11-01T07:39:59.828Z | Compiling fs-err v2.11.0 |
428 | 2024-11-01T07:39:59.926Z | Compiling anstream v0.6.15 |
429 | 2024-11-01T07:40:00.137Z | Compiling heck v0.5.0 |
430 | 2024-11-01T07:40:00.348Z | Compiling cfg-if v1.0.0 |
431 | 2024-11-01T07:40:00.454Z | Compiling fastrand v2.1.1 |
432 | 2024-11-01T07:40:00.642Z | Compiling clap_lex v0.7.2 |
433 | 2024-11-01T07:40:00.670Z | Compiling anyhow v1.0.92 |
434 | 2024-11-01T07:40:00.672Z | Compiling fnv v1.0.7 |
435 | 2024-11-01T07:40:00.962Z | Compiling terminal_size v0.4.0 |
436 | 2024-11-01T07:40:01.147Z | Compiling heck v0.4.1 |
437 | 2024-11-01T07:40:01.199Z | Compiling bytecount v0.6.8 |
438 | 2024-11-01T07:40:01.331Z | Compiling strsim v0.11.1 |
439 | 2024-11-01T07:40:01.421Z | Compiling papergrid v0.11.0 |
440 | 2024-11-01T07:40:01.609Z | Compiling tempfile v3.13.0 |
441 | 2024-11-01T07:40:01.805Z | Compiling clap_builder v4.5.20 |
442 | 2024-11-01T07:40:01.981Z | Compiling memmap v0.7.0 |
443 | 2024-11-01T07:40:02.087Z | Compiling unicode-linebreak v0.1.5 |
444 | 2024-11-01T07:40:02.208Z | Compiling smawk v0.3.2 |
445 | 2024-11-01T07:40:02.471Z | Compiling swrite v0.1.0 |
446 | 2024-11-01T07:40:02.581Z | Compiling textwrap v0.16.1 |
447 | 2024-11-01T07:40:03.667Z | Compiling tabled_derive v0.7.0 |
448 | 2024-11-01T07:40:05.190Z | Compiling tabled v0.15.0 |
449 | 2024-11-01T07:40:06.137Z | Compiling serde_derive v1.0.210 |
450 | 2024-11-01T07:40:06.137Z | Compiling thiserror-impl v1.0.64 |
451 | 2024-11-01T07:40:06.140Z | Compiling zerocopy-derive v0.7.35 |
452 | 2024-11-01T07:40:06.162Z | Compiling scroll_derive v0.12.0 |
453 | 2024-11-01T07:40:06.245Z | Compiling clap_derive v4.5.18 |
454 | 2024-11-01T07:40:07.680Z | Compiling scroll v0.12.0 |
455 | 2024-11-01T07:40:08.233Z | Compiling goblin v0.8.2 |
456 | 2024-11-01T07:40:08.258Z | Compiling zerocopy v0.7.35 |
457 | 2024-11-01T07:40:09.822Z | Compiling clap v4.5.20 |
458 | 2024-11-01T07:40:11.587Z | Compiling pest v2.7.14 |
459 | 2024-11-01T07:40:13.224Z | Compiling pest_meta v2.7.14 |
460 | 2024-11-01T07:40:14.301Z | Compiling pest_generator v2.7.14 |
461 | 2024-11-01T07:40:15.712Z | Compiling pest_derive v2.7.14 |
462 | 2024-11-01T07:40:15.812Z | Compiling serde_tokenstream v0.2.2 |
463 | 2024-11-01T07:40:16.029Z | Compiling serde_spanned v0.6.8 |
464 | 2024-11-01T07:40:16.029Z | Compiling toml_datetime v0.6.8 |
465 | 2024-11-01T07:40:16.359Z | Compiling cargo-platform v0.1.8 |
466 | 2024-11-01T07:40:16.411Z | Compiling toml_edit v0.22.22 |
467 | 2024-11-01T07:40:16.437Z | Compiling dtrace-parser v0.2.0 |
468 | 2024-11-01T07:40:16.589Z | Compiling macaddr v1.0.1 |
469 | 2024-11-01T07:40:16.922Z | Compiling camino-tempfile v1.1.1 |
470 | 2024-11-01T07:40:17.351Z | Compiling dof v0.3.0 |
471 | 2024-11-01T07:40:17.712Z | Compiling cargo_metadata v0.18.1 |
472 | 2024-11-01T07:40:19.154Z | Compiling usdt-macro v0.5.0 |
473 | 2024-11-01T07:40:19.154Z | Compiling usdt-attr-macro v0.5.0 |
474 | 2024-11-01T07:40:19.425Z | Compiling toml v0.8.19 |
475 | 2024-11-01T07:40:20.301Z | Compiling cargo_toml v0.20.5 |
476 | 2024-11-01T07:40:20.407Z | Compiling usdt v0.5.0 |
477 | 2024-11-01T07:40:23.771Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
478 | 2024-11-01T07:40:27.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.79s |
479 | 2024-11-01T07:40:27.881Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
480 | 2024-11-01T07:40:28.386Z | Downloading crates ... |
481 | 2024-11-01T07:40:28.521Z | Downloaded aead v0.5.2 |
482 | 2024-11-01T07:40:28.524Z | Downloaded async-trait v0.1.83 |
483 | 2024-11-01T07:40:28.527Z | Downloaded arc-swap v1.7.1 |
484 | 2024-11-01T07:40:28.532Z | Downloaded crunchy v0.2.2 |
485 | 2024-11-01T07:40:28.540Z | Downloaded cfg_aliases v0.1.1 |
486 | 2024-11-01T07:40:28.545Z | Downloaded assert_matches v1.5.0 |
487 | 2024-11-01T07:40:28.547Z | Downloaded async-stream v0.3.6 |
488 | 2024-11-01T07:40:28.550Z | Downloaded arrayref v0.3.9 |
489 | 2024-11-01T07:40:28.554Z | Downloaded crossbeam-deque v0.8.5 |
490 | 2024-11-01T07:40:28.556Z | Downloaded http-range v0.1.5 |
491 | 2024-11-01T07:40:28.560Z | Downloaded bit-vec v0.6.3 |
492 | 2024-11-01T07:40:28.560Z | Downloaded adler2 v2.0.0 |
493 | 2024-11-01T07:40:28.562Z | Downloaded cipher v0.4.4 |
494 | 2024-11-01T07:40:28.565Z | Downloaded bitfield-struct v0.6.2 |
495 | 2024-11-01T07:40:28.565Z | Downloaded convert_case v0.4.0 |
496 | 2024-11-01T07:40:28.567Z | Downloaded chacha20 v0.9.1 |
497 | 2024-11-01T07:40:28.570Z | Downloaded ahash v0.8.11 |
498 | 2024-11-01T07:40:28.573Z | Downloaded new_debug_unreachable v1.0.6 |
499 | 2024-11-01T07:40:28.579Z | Downloaded crc v3.2.1 |
500 | 2024-11-01T07:40:28.582Z | Downloaded inout v0.1.3 |
501 | 2024-11-01T07:40:28.585Z | Downloaded highway v1.2.0 |
502 | 2024-11-01T07:40:28.587Z | Downloaded keccak v0.1.5 |
503 | 2024-11-01T07:40:28.590Z | Downloaded internet-checksum v0.2.1 |
504 | 2024-11-01T07:40:28.590Z | Downloaded atomic-waker v1.1.2 |
505 | 2024-11-01T07:40:28.593Z | Downloaded maplit v1.0.2 |
506 | 2024-11-01T07:40:28.593Z | Downloaded maybe-uninit v2.0.0 |
507 | 2024-11-01T07:40:28.595Z | Downloaded blowfish v0.9.1 |
508 | 2024-11-01T07:40:28.598Z | Downloaded hubpack v0.1.2 |
509 | 2024-11-01T07:40:28.598Z | Downloaded atty v0.2.14 |
510 | 2024-11-01T07:40:28.600Z | Downloaded nanorand v0.7.0 |
511 | 2024-11-01T07:40:28.603Z | Downloaded lazycell v1.3.0 |
512 | 2024-11-01T07:40:28.605Z | Downloaded debug-ignore v1.0.5 |
513 | 2024-11-01T07:40:28.608Z | Downloaded bcs v0.1.6 |
514 | 2024-11-01T07:40:28.610Z | Downloaded crc32fast v1.4.2 |
515 | 2024-11-01T07:40:28.610Z | Downloaded const_format_proc_macros v0.2.33 |
516 | 2024-11-01T07:40:28.613Z | Downloaded nodrop v0.1.14 |
517 | 2024-11-01T07:40:28.615Z | Downloaded hyper-staticfile v0.10.1 |
518 | 2024-11-01T07:40:28.618Z | Downloaded ciborium-io v0.2.2 |
519 | 2024-11-01T07:40:28.618Z | Downloaded addr2line v0.24.2 |
520 | 2024-11-01T07:40:28.621Z | Downloaded colored v2.1.0 |
521 | 2024-11-01T07:40:28.624Z | Downloaded lock_api v0.4.12 |
522 | 2024-11-01T07:40:28.626Z | Downloaded cfg_aliases v0.2.1 |
523 | 2024-11-01T07:40:28.628Z | Downloaded darling_macro v0.20.10 |
524 | 2024-11-01T07:40:28.629Z | Downloaded cstr-argument v0.1.2 |
525 | 2024-11-01T07:40:28.631Z | Downloaded crucible-workspace-hack v0.1.0 |
526 | 2024-11-01T07:40:28.631Z | Downloaded atomicwrites v0.4.4 |
527 | 2024-11-01T07:40:28.634Z | Downloaded memmap2 v0.9.5 |
528 | 2024-11-01T07:40:28.637Z | Downloaded iana-time-zone v0.1.61 |
529 | 2024-11-01T07:40:28.639Z | Downloaded newtype-uuid v1.1.2 |
530 | 2024-11-01T07:40:28.639Z | Downloaded cancel-safe-futures v0.1.5 |
531 | 2024-11-01T07:40:28.643Z | Downloaded mime_guess v2.0.5 |
532 | 2024-11-01T07:40:28.649Z | Downloaded mockall_derive v0.13.0 |
533 | 2024-11-01T07:40:28.651Z | Downloaded block-padding v0.3.3 |
534 | 2024-11-01T07:40:28.651Z | Downloaded bcrypt-pbkdf v0.10.0 |
535 | 2024-11-01T07:40:28.653Z | Downloaded ident_case v1.0.1 |
536 | 2024-11-01T07:40:28.653Z | Downloaded crossbeam-utils v0.8.20 |
537 | 2024-11-01T07:40:28.657Z | Downloaded rand_core v0.6.4 |
538 | 2024-11-01T07:40:28.659Z | Downloaded hubpack_derive v0.1.1 |
539 | 2024-11-01T07:40:28.659Z | Downloaded http-body v1.0.1 |
540 | 2024-11-01T07:40:28.661Z | Downloaded array-init v0.0.4 |
541 | 2024-11-01T07:40:28.664Z | Downloaded instant v0.1.13 |
542 | 2024-11-01T07:40:28.664Z | Downloaded ciborium v0.2.2 |
543 | 2024-11-01T07:40:28.667Z | Downloaded is_ci v1.2.0 |
544 | 2024-11-01T07:40:28.669Z | Downloaded castaway v0.2.3 |
545 | 2024-11-01T07:40:28.672Z | Downloaded bitfield v0.14.0 |
546 | 2024-11-01T07:40:28.672Z | Downloaded indexmap v1.9.3 |
547 | 2024-11-01T07:40:28.676Z | Downloaded console v0.15.8 |
548 | 2024-11-01T07:40:28.680Z | Downloaded bit-set v0.5.3 |
549 | 2024-11-01T07:40:28.683Z | Downloaded bb8 v0.8.5 |
550 | 2024-11-01T07:40:28.686Z | Downloaded ciborium-ll v0.2.2 |
551 | 2024-11-01T07:40:28.686Z | Downloaded matches v0.1.10 |
552 | 2024-11-01T07:40:28.688Z | Downloaded match_cfg v0.1.0 |
553 | 2024-11-01T07:40:28.688Z | Downloaded constant_time_eq v0.3.1 |
554 | 2024-11-01T07:40:28.691Z | Downloaded cexpr v0.6.0 |
555 | 2024-11-01T07:40:28.693Z | Downloaded normalize-line-endings v0.3.0 |
556 | 2024-11-01T07:40:28.693Z | Downloaded bytes v1.7.2 |
557 | 2024-11-01T07:40:28.697Z | Downloaded md5 v0.7.0 |
558 | 2024-11-01T07:40:28.700Z | Downloaded linked-hash-map v0.5.6 |
559 | 2024-11-01T07:40:28.702Z | Downloaded data-encoding v2.6.0 |
560 | 2024-11-01T07:40:28.702Z | Downloaded crc-catalog v2.4.0 |
561 | 2024-11-01T07:40:28.705Z | Downloaded curve25519-dalek-derive v0.1.1 |
562 | 2024-11-01T07:40:28.707Z | Downloaded buf-list v1.0.3 |
563 | 2024-11-01T07:40:28.709Z | Downloaded base64 v0.13.1 |
564 | 2024-11-01T07:40:28.712Z | Downloaded hyper-tls v0.6.0 |
565 | 2024-11-01T07:40:28.714Z | Downloaded http-body-util v0.1.2 |
566 | 2024-11-01T07:40:28.717Z | Downloaded indoc v1.0.9 |
567 | 2024-11-01T07:40:28.719Z | Downloaded humantime v2.1.0 |
568 | 2024-11-01T07:40:28.721Z | Downloaded waitgroup v0.1.2 |
569 | 2024-11-01T07:40:28.724Z | Downloaded rustls-pemfile v1.0.4 |
570 | 2024-11-01T07:40:28.726Z | Downloaded serde_urlencoded v0.7.1 |
571 | 2024-11-01T07:40:28.729Z | Downloaded hickory-resolver v0.24.1 |
572 | 2024-11-01T07:40:28.734Z | Downloaded diesel_table_macro_syntax v0.2.0 |
573 | 2024-11-01T07:40:28.736Z | Downloaded kstat-rs v0.2.4 |
574 | 2024-11-01T07:40:28.736Z | Downloaded zone_cfg_derive v0.1.2 |
575 | 2024-11-01T07:40:28.739Z | Downloaded is-terminal v0.4.13 |
576 | 2024-11-01T07:40:28.739Z | Downloaded cookie_store v0.21.0 |
577 | 2024-11-01T07:40:28.742Z | Downloaded derive_builder_macro v0.20.2 |
578 | 2024-11-01T07:40:28.744Z | Downloaded shlex v1.3.0 |
579 | 2024-11-01T07:40:28.744Z | Downloaded spin v0.5.2 |
580 | 2024-11-01T07:40:28.747Z | Downloaded string_cache v0.8.7 |
581 | 2024-11-01T07:40:28.749Z | Downloaded libefi-sys v0.1.0 |
582 | 2024-11-01T07:40:28.749Z | Downloaded lazy_static v1.5.0 |
583 | 2024-11-01T07:40:28.752Z | Downloaded memoffset v0.9.1 |
584 | 2024-11-01T07:40:28.755Z | Downloaded csv-core v0.1.11 |
585 | 2024-11-01T07:40:28.757Z | Downloaded strip-ansi-escapes v0.2.0 |
586 | 2024-11-01T07:40:28.757Z | Downloaded multimap v0.10.0 |
587 | 2024-11-01T07:40:28.757Z | Downloaded mime v0.3.17 |
588 | 2024-11-01T07:40:28.760Z | Downloaded foreign-types v0.3.2 |
589 | 2024-11-01T07:40:28.762Z | Downloaded nibble_vec v0.1.0 |
590 | 2024-11-01T07:40:28.764Z | Downloaded float-ord v0.3.2 |
591 | 2024-11-01T07:40:28.764Z | Downloaded libloading v0.8.5 |
592 | 2024-11-01T07:40:28.767Z | Downloaded slog-json v2.6.1 |
593 | 2024-11-01T07:40:28.771Z | Downloaded slog-scope v4.4.0 |
594 | 2024-11-01T07:40:28.775Z | Downloaded headers-core v0.3.0 |
595 | 2024-11-01T07:40:28.775Z | Downloaded time-core v0.1.2 |
596 | 2024-11-01T07:40:28.775Z | Downloaded darling_core v0.20.10 |
597 | 2024-11-01T07:40:28.778Z | Downloaded clang-sys v1.8.1 |
598 | 2024-11-01T07:40:28.782Z | Downloaded peg-runtime v0.8.3 |
599 | 2024-11-01T07:40:28.787Z | Downloaded twox-hash v1.6.3 |
600 | 2024-11-01T07:40:28.790Z | Downloaded httparse v1.9.5 |
601 | 2024-11-01T07:40:28.790Z | Downloaded rustc-demangle v0.1.24 |
602 | 2024-11-01T07:40:28.792Z | Downloaded termcolor v1.4.1 |
603 | 2024-11-01T07:40:28.794Z | Downloaded salsa20 v0.10.2 |
604 | 2024-11-01T07:40:28.794Z | Downloaded jobserver v0.1.32 |
605 | 2024-11-01T07:40:28.797Z | Downloaded ipnetwork v0.20.0 |
606 | 2024-11-01T07:40:28.799Z | Downloaded xattr v1.3.1 |
607 | 2024-11-01T07:40:28.801Z | Downloaded progenitor-client v0.8.0 |
608 | 2024-11-01T07:40:28.804Z | Downloaded spin v0.9.8 |
609 | 2024-11-01T07:40:28.807Z | Downloaded xz2 v0.1.7 |
610 | 2024-11-01T07:40:28.812Z | Downloaded serde-big-array v0.5.1 |
611 | 2024-11-01T07:40:28.814Z | Downloaded dyn-clone v1.0.17 |
612 | 2024-11-01T07:40:28.814Z | Downloaded dsl_auto_type v0.1.2 |
613 | 2024-11-01T07:40:28.814Z | Downloaded zone v0.3.0 |
614 | 2024-11-01T07:40:28.817Z | Downloaded universal-hash v0.5.1 |
615 | 2024-11-01T07:40:28.817Z | Downloaded unicode-xid v0.2.6 |
616 | 2024-11-01T07:40:28.822Z | Downloaded const-oid v0.9.6 |
617 | 2024-11-01T07:40:28.824Z | Downloaded lru v0.12.5 |
618 | 2024-11-01T07:40:28.824Z | Downloaded darling v0.20.10 |
619 | 2024-11-01T07:40:28.827Z | Downloaded filetime v0.2.25 |
620 | 2024-11-01T07:40:28.830Z | Downloaded stringprep v0.1.5 |
621 | 2024-11-01T07:40:28.833Z | Downloaded slog-stdlog v4.1.1 |
622 | 2024-11-01T07:40:28.835Z | Downloaded native-tls v0.2.12 |
623 | 2024-11-01T07:40:28.838Z | Downloaded multer v3.1.0 |
624 | 2024-11-01T07:40:28.840Z | Downloaded gethostname v0.5.0 |
625 | 2024-11-01T07:40:28.845Z | Downloaded allocator-api2 v0.2.18 |
626 | 2024-11-01T07:40:28.848Z | Downloaded tower-service v0.3.3 |
627 | 2024-11-01T07:40:28.848Z | Downloaded term v0.7.0 |
628 | 2024-11-01T07:40:28.850Z | Downloaded toolchain_find v0.4.0 |
629 | 2024-11-01T07:40:28.853Z | Downloaded termtree v0.4.1 |
630 | 2024-11-01T07:40:28.853Z | Downloaded foreign-types v0.5.0 |
631 | 2024-11-01T07:40:28.856Z | Downloaded time-macros v0.2.18 |
632 | 2024-11-01T07:40:28.858Z | Downloaded olpc-cjson v0.1.4 |
633 | 2024-11-01T07:40:28.858Z | Downloaded pem v3.0.4 |
634 | 2024-11-01T07:40:28.861Z | Downloaded hmac v0.12.1 |
635 | 2024-11-01T07:40:28.864Z | Downloaded packed_struct v0.10.1 |
636 | 2024-11-01T07:40:28.868Z | Downloaded dhcproto-macros v0.1.0 |
637 | 2024-11-01T07:40:28.868Z | Downloaded tokio-tungstenite v0.21.0 |
638 | 2024-11-01T07:40:28.873Z | Downloaded russh-keys v0.45.0 |
639 | 2024-11-01T07:40:28.876Z | Downloaded endian-type v0.1.2 |
640 | 2024-11-01T07:40:28.876Z | Downloaded packed_struct_codegen v0.10.1 |
641 | 2024-11-01T07:40:28.876Z | Downloaded progenitor-macro v0.8.0 |
642 | 2024-11-01T07:40:28.876Z | Downloaded http v1.1.0 |
643 | 2024-11-01T07:40:28.881Z | Downloaded rustc_version v0.1.7 |
644 | 2024-11-01T07:40:28.886Z | Downloaded rustc-hash v2.0.0 |
645 | 2024-11-01T07:40:28.886Z | Downloaded rustc-hash v1.1.0 |
646 | 2024-11-01T07:40:28.888Z | Downloaded ecdsa v0.16.9 |
647 | 2024-11-01T07:40:28.888Z | Downloaded rfc6979 v0.4.0 |
648 | 2024-11-01T07:40:28.888Z | Downloaded progenitor v0.8.0 |
649 | 2024-11-01T07:40:28.891Z | Downloaded walkdir v2.5.0 |
650 | 2024-11-01T07:40:28.894Z | Downloaded predicates-tree v1.0.11 |
651 | 2024-11-01T07:40:28.898Z | Downloaded shell-words v1.1.0 |
652 | 2024-11-01T07:40:28.898Z | Downloaded sha1 v0.10.6 |
653 | 2024-11-01T07:40:28.900Z | Downloaded rustfmt-wrapper v0.2.1 |
654 | 2024-11-01T07:40:28.900Z | Downloaded smallvec v0.6.14 |
655 | 2024-11-01T07:40:28.903Z | Downloaded env_logger v0.11.5 |
656 | 2024-11-01T07:40:28.907Z | Downloaded compact_str v0.8.0 |
657 | 2024-11-01T07:40:28.909Z | Downloaded slog v2.7.0 |
658 | 2024-11-01T07:40:28.912Z | Downloaded strum_macros v0.26.4 |
659 | 2024-11-01T07:40:28.915Z | Downloaded termios v0.3.3 |
660 | 2024-11-01T07:40:28.918Z | Downloaded topological-sort v0.2.2 |
661 | 2024-11-01T07:40:28.922Z | Downloaded strum_macros v0.25.3 |
662 | 2024-11-01T07:40:28.926Z | Downloaded chacha20poly1305 v0.10.1 |
663 | 2024-11-01T07:40:28.926Z | Downloaded tokio-tungstenite v0.24.0 |
664 | 2024-11-01T07:40:28.929Z | Downloaded mio v1.0.2 |
665 | 2024-11-01T07:40:28.933Z | Downloaded indicatif v0.17.8 |
666 | 2024-11-01T07:40:28.939Z | Downloaded hyper-util v0.1.9 |
667 | 2024-11-01T07:40:28.953Z | Downloaded display-error-chain v0.2.1 |
668 | 2024-11-01T07:40:28.956Z | Downloaded num-integer v0.1.46 |
669 | 2024-11-01T07:40:28.959Z | Downloaded hex-literal v0.4.1 |
670 | 2024-11-01T07:40:28.959Z | Downloaded futures-core v0.3.31 |
671 | 2024-11-01T07:40:28.962Z | Downloaded pkcs8 v0.10.2 |
672 | 2024-11-01T07:40:28.964Z | Downloaded num-iter v0.1.45 |
673 | 2024-11-01T07:40:28.967Z | Downloaded diff v0.1.13 |
674 | 2024-11-01T07:40:28.970Z | Downloaded backtrace v0.3.74 |
675 | 2024-11-01T07:40:28.976Z | Downloaded phf_codegen v0.11.2 |
676 | 2024-11-01T07:40:28.980Z | Downloaded getrandom v0.2.15 |
677 | 2024-11-01T07:40:28.982Z | Downloaded parse-display-derive v0.10.0 |
678 | 2024-11-01T07:40:28.983Z | Downloaded parse-display v0.10.0 |
679 | 2024-11-01T07:40:28.983Z | Downloaded futures-executor v0.3.31 |
680 | 2024-11-01T07:40:28.987Z | Downloaded half v2.4.1 |
681 | 2024-11-01T07:40:28.989Z | Downloaded hashlink v0.9.1 |
682 | 2024-11-01T07:40:28.989Z | Downloaded foldhash v0.1.3 |
683 | 2024-11-01T07:40:28.992Z | Downloaded tungstenite v0.24.0 |
684 | 2024-11-01T07:40:28.996Z | Downloaded parse-size v1.1.0 |
685 | 2024-11-01T07:40:28.998Z | Downloaded rusty-fork v0.3.0 |
686 | 2024-11-01T07:40:28.998Z | Downloaded hash32 v0.3.1 |
687 | 2024-11-01T07:40:29.001Z | Downloaded quick-error v1.2.3 |
688 | 2024-11-01T07:40:29.001Z | Downloaded path-slash v0.1.5 |
689 | 2024-11-01T07:40:29.004Z | Downloaded polyval v0.6.2 |
690 | 2024-11-01T07:40:29.007Z | Downloaded signal-hook-tokio v0.3.1 |
691 | 2024-11-01T07:40:29.007Z | Downloaded signal-hook-registry v1.4.2 |
692 | 2024-11-01T07:40:29.011Z | Downloaded serde_plain v1.0.2 |
693 | 2024-11-01T07:40:29.011Z | Downloaded scrypt v0.11.0 |
694 | 2024-11-01T07:40:29.014Z | Downloaded rustversion v1.0.17 |
695 | 2024-11-01T07:40:29.016Z | Downloaded opaque-debug v0.3.1 |
696 | 2024-11-01T07:40:29.016Z | Downloaded value-bag v1.9.0 |
697 | 2024-11-01T07:40:29.019Z | Downloaded rand_xorshift v0.3.0 |
698 | 2024-11-01T07:40:29.026Z | Downloaded rand_seeder v0.3.0 |
699 | 2024-11-01T07:40:29.026Z | Downloaded rand_chacha v0.3.1 |
700 | 2024-11-01T07:40:29.026Z | Downloaded untrusted v0.7.1 |
701 | 2024-11-01T07:40:29.029Z | Downloaded stable_deref_trait v1.2.0 |
702 | 2024-11-01T07:40:29.029Z | Downloaded sqlformat v0.2.6 |
703 | 2024-11-01T07:40:29.029Z | Downloaded whoami v1.5.2 |
704 | 2024-11-01T07:40:29.033Z | Downloaded progenitor-impl v0.8.0 |
705 | 2024-11-01T07:40:29.035Z | Downloaded num-rational v0.4.2 |
706 | 2024-11-01T07:40:29.038Z | Downloaded futures-channel v0.3.31 |
707 | 2024-11-01T07:40:29.038Z | Downloaded des v0.8.1 |
708 | 2024-11-01T07:40:29.041Z | Downloaded pkcs5 v0.7.1 |
709 | 2024-11-01T07:40:29.045Z | Downloaded tap v1.0.1 |
710 | 2024-11-01T07:40:29.047Z | Downloaded aes v0.8.4 |
711 | 2024-11-01T07:40:29.050Z | Downloaded structmeta v0.2.0 |
712 | 2024-11-01T07:40:29.053Z | Downloaded strum v0.26.3 |
713 | 2024-11-01T07:40:29.055Z | Downloaded defmt v0.3.8 |
714 | 2024-11-01T07:40:29.060Z | Downloaded fixedbitset v0.4.2 |
715 | 2024-11-01T07:40:29.063Z | Downloaded deranged v0.3.11 |
716 | 2024-11-01T07:40:29.063Z | Downloaded untrusted v0.9.0 |
717 | 2024-11-01T07:40:29.067Z | Downloaded hash32 v0.2.1 |
718 | 2024-11-01T07:40:29.067Z | Downloaded smallvec v1.13.2 |
719 | 2024-11-01T07:40:29.071Z | Downloaded futures-task v0.3.31 |
720 | 2024-11-01T07:40:29.071Z | Downloaded fragile v2.0.0 |
721 | 2024-11-01T07:40:29.074Z | Downloaded fxhash v0.2.1 |
722 | 2024-11-01T07:40:29.075Z | Downloaded smf v0.2.3 |
723 | 2024-11-01T07:40:29.079Z | Downloaded num-traits v0.2.19 |
724 | 2024-11-01T07:40:29.082Z | Downloaded downcast v0.11.0 |
725 | 2024-11-01T07:40:29.083Z | Downloaded rsa v0.9.6 |
726 | 2024-11-01T07:40:29.087Z | Downloaded vte_generate_state_changes v0.1.2 |
727 | 2024-11-01T07:40:29.092Z | Downloaded proc-macro-crate v1.3.1 |
728 | 2024-11-01T07:40:29.092Z | Downloaded num_enum v0.5.11 |
729 | 2024-11-01T07:40:29.097Z | Downloaded p256 v0.13.2 |
730 | 2024-11-01T07:40:29.104Z | Downloaded num v0.4.3 |
731 | 2024-11-01T07:40:29.104Z | Downloaded postcard v1.0.10 |
732 | 2024-11-01T07:40:29.109Z | Downloaded wait-timeout v0.2.0 |
733 | 2024-11-01T07:40:29.109Z | Downloaded num-conv v0.1.0 |
734 | 2024-11-01T07:40:29.109Z | Downloaded pin-project v1.1.6 |
735 | 2024-11-01T07:40:29.118Z | Downloaded rpassword v7.3.1 |
736 | 2024-11-01T07:40:29.124Z | Downloaded sqlparser_derive v0.2.2 |
737 | 2024-11-01T07:40:29.129Z | Downloaded thread_local v1.1.8 |
738 | 2024-11-01T07:40:29.129Z | Downloaded russh-cryptovec v0.7.3 |
739 | 2024-11-01T07:40:29.129Z | Downloaded scheduled-thread-pool v0.2.7 |
740 | 2024-11-01T07:40:29.129Z | Downloaded same-file v1.0.6 |
741 | 2024-11-01T07:40:29.134Z | Downloaded tokio-rustls v0.24.1 |
742 | 2024-11-01T07:40:29.134Z | Downloaded ff v0.13.0 |
743 | 2024-11-01T07:40:29.134Z | Downloaded structmeta-derive v0.2.0 |
744 | 2024-11-01T07:40:29.138Z | Downloaded tokio-macros v2.4.0 |
745 | 2024-11-01T07:40:29.138Z | Downloaded ssh-cipher v0.2.0 |
746 | 2024-11-01T07:40:29.138Z | Downloaded rcgen v0.12.1 |
747 | 2024-11-01T07:40:29.145Z | Downloaded funty v2.0.0 |
748 | 2024-11-01T07:40:29.148Z | Downloaded tokio-stream v0.1.16 |
749 | 2024-11-01T07:40:29.148Z | Downloaded rayon-core v1.12.1 |
750 | 2024-11-01T07:40:29.155Z | Downloaded password-hash v0.4.2 |
751 | 2024-11-01T07:40:29.159Z | Downloaded test-strategy v0.3.1 |
752 | 2024-11-01T07:40:29.159Z | Downloaded heapless v0.7.17 |
753 | 2024-11-01T07:40:29.163Z | Downloaded phf_generator v0.11.2 |
754 | 2024-11-01T07:40:29.167Z | Downloaded minimal-lexical v0.2.1 |
755 | 2024-11-01T07:40:29.171Z | Downloaded rtoolbox v0.0.2 |
756 | 2024-11-01T07:40:29.177Z | Downloaded ref-cast v1.0.23 |
757 | 2024-11-01T07:40:29.177Z | Downloaded steno v0.4.1 |
758 | 2024-11-01T07:40:29.183Z | Downloaded sync_wrapper v1.0.1 |
759 | 2024-11-01T07:40:29.183Z | Downloaded sync_wrapper v0.1.2 |
760 | 2024-11-01T07:40:29.187Z | Downloaded http v0.2.12 |
761 | 2024-11-01T07:40:29.187Z | Downloaded ssh-encoding v0.2.0 |
762 | 2024-11-01T07:40:29.191Z | Downloaded slog-dtrace v0.3.0 |
763 | 2024-11-01T07:40:29.191Z | Downloaded aes-gcm v0.10.3 |
764 | 2024-11-01T07:40:29.195Z | Downloaded strum_macros v0.24.3 |
765 | 2024-11-01T07:40:29.197Z | Downloaded subtle v2.6.1 |
766 | 2024-11-01T07:40:29.201Z | Downloaded structmeta-derive v0.3.0 |
767 | 2024-11-01T07:40:29.201Z | Downloaded structmeta v0.3.0 |
768 | 2024-11-01T07:40:29.206Z | Downloaded ppv-lite86 v0.2.20 |
769 | 2024-11-01T07:40:29.206Z | Downloaded num-derive v0.4.2 |
770 | 2024-11-01T07:40:29.214Z | Downloaded oso-derive v0.27.3 |
771 | 2024-11-01T07:40:29.214Z | Downloaded diesel-dtrace v0.3.0 |
772 | 2024-11-01T07:40:29.214Z | Downloaded semver v0.1.20 |
773 | 2024-11-01T07:40:29.218Z | Downloaded ed25519 v2.2.3 |
774 | 2024-11-01T07:40:29.218Z | Downloaded phf_shared v0.10.0 |
775 | 2024-11-01T07:40:29.218Z | Downloaded supports-color v3.0.1 |
776 | 2024-11-01T07:40:29.218Z | Downloaded glob v0.3.1 |
777 | 2024-11-01T07:40:29.218Z | Downloaded uzers v0.12.1 |
778 | 2024-11-01T07:40:29.222Z | Downloaded headers v0.4.0 |
779 | 2024-11-01T07:40:29.226Z | Downloaded derive-where v1.2.7 |
780 | 2024-11-01T07:40:29.232Z | Downloaded embedded-io v0.6.1 |
781 | 2024-11-01T07:40:29.238Z | Downloaded unicode_categories v0.1.1 |
782 | 2024-11-01T07:40:29.238Z | Downloaded vte v0.11.1 |
783 | 2024-11-01T07:40:29.241Z | Downloaded ref-cast-impl v1.0.23 |
784 | 2024-11-01T07:40:29.241Z | Downloaded postgres-types v0.2.8 |
785 | 2024-11-01T07:40:29.241Z | Downloaded postgres-protocol v0.6.7 |
786 | 2024-11-01T07:40:29.248Z | Downloaded nu-ansi-term v0.50.1 |
787 | 2024-11-01T07:40:29.252Z | Downloaded vsss-rs v3.3.4 |
788 | 2024-11-01T07:40:29.252Z | Downloaded snafu-derive v0.8.5 |
789 | 2024-11-01T07:40:29.252Z | Downloaded password-hash v0.5.0 |
790 | 2024-11-01T07:40:29.256Z | Downloaded openssl-macros v0.1.1 |
791 | 2024-11-01T07:40:29.256Z | Downloaded r2d2 v0.8.10 |
792 | 2024-11-01T07:40:29.259Z | Downloaded num-complex v0.4.6 |
793 | 2024-11-01T07:40:29.259Z | Downloaded zip v0.6.6 |
794 | 2024-11-01T07:40:29.264Z | Downloaded openssl-probe v0.1.5 |
795 | 2024-11-01T07:40:29.269Z | Downloaded typify-macro v0.2.0 |
796 | 2024-11-01T07:40:29.269Z | Downloaded thiserror-no-std v2.0.2 |
797 | 2024-11-01T07:40:29.275Z | Downloaded sigpipe v0.1.3 |
798 | 2024-11-01T07:40:29.275Z | Downloaded scopeguard v1.2.0 |
799 | 2024-11-01T07:40:29.283Z | Downloaded ena v0.14.3 |
800 | 2024-11-01T07:40:29.283Z | Downloaded group v0.13.0 |
801 | 2024-11-01T07:40:29.283Z | Downloaded hkdf v0.12.4 |
802 | 2024-11-01T07:40:29.290Z | Downloaded tabwriter v1.4.0 |
803 | 2024-11-01T07:40:29.290Z | Downloaded pretty-hex v0.2.1 |
804 | 2024-11-01T07:40:29.290Z | Downloaded peg v0.8.4 |
805 | 2024-11-01T07:40:29.292Z | Downloaded serde-hex v0.1.0 |
806 | 2024-11-01T07:40:29.292Z | Downloaded either v1.13.0 |
807 | 2024-11-01T07:40:29.292Z | Downloaded samael v0.0.17 |
808 | 2024-11-01T07:40:29.298Z | Downloaded phf_shared v0.11.2 |
809 | 2024-11-01T07:40:29.303Z | Downloaded hex v0.4.3 |
810 | 2024-11-01T07:40:29.303Z | Downloaded libxml v0.3.3 |
811 | 2024-11-01T07:40:29.311Z | Downloaded pem-rfc7468 v0.7.0 |
812 | 2024-11-01T07:40:29.318Z | Downloaded tokio-postgres v0.7.12 |
813 | 2024-11-01T07:40:29.322Z | Downloaded flagset v0.4.6 |
814 | 2024-11-01T07:40:29.322Z | Downloaded embedded-io v0.4.0 |
815 | 2024-11-01T07:40:29.322Z | Downloaded fd-lock v4.0.2 |
816 | 2024-11-01T07:40:29.326Z | Downloaded tls_codec_derive v0.4.1 |
817 | 2024-11-01T07:40:29.326Z | Downloaded tls_codec v0.4.1 |
818 | 2024-11-01T07:40:29.332Z | Downloaded serde_path_to_error v0.1.16 |
819 | 2024-11-01T07:40:29.332Z | Downloaded fallible-streaming-iterator v0.1.9 |
820 | 2024-11-01T07:40:29.332Z | Downloaded fallible-iterator v0.3.0 |
821 | 2024-11-01T07:40:29.336Z | Downloaded zone_cfg_derive v0.3.0 |
822 | 2024-11-01T07:40:29.336Z | Downloaded schemars_derive v0.8.21 |
823 | 2024-11-01T07:40:29.336Z | Downloaded ed25519-dalek v2.1.1 |
824 | 2024-11-01T07:40:29.340Z | Downloaded psl-types v2.0.11 |
825 | 2024-11-01T07:40:29.340Z | Downloaded unsafe-libyaml v0.2.11 |
826 | 2024-11-01T07:40:29.344Z | Downloaded tinyvec_macros v0.1.1 |
827 | 2024-11-01T07:40:29.344Z | Downloaded number_prefix v0.4.0 |
828 | 2024-11-01T07:40:29.348Z | Downloaded want v0.3.1 |
829 | 2024-11-01T07:40:29.348Z | Downloaded unicase v2.7.0 |
830 | 2024-11-01T07:40:29.348Z | Downloaded subprocess v0.2.9 |
831 | 2024-11-01T07:40:29.352Z | Downloaded derive_builder v0.20.2 |
832 | 2024-11-01T07:40:29.356Z | Downloaded unarray v0.1.4 |
833 | 2024-11-01T07:40:29.360Z | Downloaded rand v0.8.5 |
834 | 2024-11-01T07:40:29.364Z | Downloaded primeorder v0.13.6 |
835 | 2024-11-01T07:40:29.364Z | Downloaded dropshot_endpoint v0.12.0 |
836 | 2024-11-01T07:40:29.369Z | Downloaded pin-utils v0.1.0 |
837 | 2024-11-01T07:40:29.369Z | Downloaded which v4.4.2 |
838 | 2024-11-01T07:40:29.377Z | Downloaded signal-hook-mio v0.2.4 |
839 | 2024-11-01T07:40:29.377Z | Downloaded der_derive v0.7.3 |
840 | 2024-11-01T07:40:29.377Z | Downloaded secrecy v0.8.0 |
841 | 2024-11-01T07:40:29.383Z | Downloaded toml_edit v0.19.15 |
842 | 2024-11-01T07:40:29.393Z | Downloaded foreign-types-shared v0.1.1 |
843 | 2024-11-01T07:40:29.397Z | Downloaded try-lock v0.2.5 |
844 | 2024-11-01T07:40:29.397Z | Downloaded futures-sink v0.3.31 |
845 | 2024-11-01T07:40:29.397Z | Downloaded zeroize_derive v1.4.2 |
846 | 2024-11-01T07:40:29.398Z | Downloaded typify v0.2.0 |
847 | 2024-11-01T07:40:29.401Z | Downloaded pin-project-internal v1.1.6 |
848 | 2024-11-01T07:40:29.401Z | Downloaded peg-macros v0.8.4 |
849 | 2024-11-01T07:40:29.407Z | Downloaded slog-async v2.8.0 |
850 | 2024-11-01T07:40:29.410Z | Downloaded serde_derive_internals v0.29.1 |
851 | 2024-11-01T07:40:29.410Z | Downloaded tungstenite v0.23.0 |
852 | 2024-11-01T07:40:29.410Z | Downloaded nom v7.1.3 |
853 | 2024-11-01T07:40:29.417Z | Downloaded slog-bunyan v2.5.0 |
854 | 2024-11-01T07:40:29.421Z | Downloaded hyper v1.4.1 |
855 | 2024-11-01T07:40:29.427Z | Downloaded tracing-attributes v0.1.27 |
856 | 2024-11-01T07:40:29.432Z | Downloaded itertools v0.13.0 |
857 | 2024-11-01T07:40:29.436Z | Downloaded foreign-types-shared v0.3.1 |
858 | 2024-11-01T07:40:29.440Z | Downloaded foreign-types-macros v0.2.3 |
859 | 2024-11-01T07:40:29.440Z | Downloaded form_urlencoded v1.2.1 |
860 | 2024-11-01T07:40:29.440Z | Downloaded defmt-macros v0.3.9 |
861 | 2024-11-01T07:40:29.444Z | Downloaded zerocopy v0.6.6 |
862 | 2024-11-01T07:40:29.448Z | Downloaded tinyvec v1.8.0 |
863 | 2024-11-01T07:40:29.448Z | Downloaded parse-zoneinfo v0.3.1 |
864 | 2024-11-01T07:40:29.452Z | Downloaded itertools v0.12.1 |
865 | 2024-11-01T07:40:29.461Z | Downloaded num_enum_derive v0.5.11 |
866 | 2024-11-01T07:40:29.465Z | Downloaded pbkdf2 v0.12.2 |
867 | 2024-11-01T07:40:29.465Z | Downloaded p521 v0.13.3 |
868 | 2024-11-01T07:40:29.474Z | Downloaded num_threads v0.1.7 |
869 | 2024-11-01T07:40:29.474Z | Downloaded crossterm v0.28.1 |
870 | 2024-11-01T07:40:29.479Z | Downloaded defmt-parser v0.3.4 |
871 | 2024-11-01T07:40:29.479Z | Downloaded wyz v0.5.1 |
872 | 2024-11-01T07:40:29.479Z | Downloaded futures-macro v0.3.31 |
873 | 2024-11-01T07:40:29.479Z | Downloaded yasna v0.5.2 |
874 | 2024-11-01T07:40:29.483Z | Downloaded serde_repr v0.1.19 |
875 | 2024-11-01T07:40:29.487Z | Downloaded resolv-conf v0.7.0 |
876 | 2024-11-01T07:40:29.487Z | Downloaded tui-tree-widget v0.22.0 |
877 | 2024-11-01T07:40:29.487Z | Downloaded pkcs1 v0.7.5 |
878 | 2024-11-01T07:40:29.490Z | Downloaded fatfs v0.3.6 |
879 | 2024-11-01T07:40:29.492Z | Downloaded futures-io v0.3.31 |
880 | 2024-11-01T07:40:29.496Z | Downloaded utf-8 v0.7.6 |
881 | 2024-11-01T07:40:29.496Z | Downloaded slog-envlogger v2.2.0 |
882 | 2024-11-01T07:40:29.503Z | Downloaded predicates v3.1.2 |
883 | 2024-11-01T07:40:29.506Z | Downloaded quinn-udp v0.5.5 |
884 | 2024-11-01T07:40:29.506Z | Downloaded blake3 v1.5.4 |
885 | 2024-11-01T07:40:29.510Z | Downloaded parking_lot v0.11.2 |
886 | 2024-11-01T07:40:29.521Z | Downloaded ghash v0.5.1 |
887 | 2024-11-01T07:40:29.521Z | Downloaded owo-colors v4.1.0 |
888 | 2024-11-01T07:40:29.521Z | Downloaded omicron-zone-package v0.11.1 |
889 | 2024-11-01T07:40:29.525Z | Downloaded predicates-core v1.0.8 |
890 | 2024-11-01T07:40:29.525Z | Downloaded lalrpop v0.19.12 |
891 | 2024-11-01T07:40:29.535Z | Downloaded toml v0.7.8 |
892 | 2024-11-01T07:40:29.539Z | Downloaded prettyplease v0.2.22 |
893 | 2024-11-01T07:40:29.542Z | Downloaded ssh-key v0.6.6 |
894 | 2024-11-01T07:40:29.550Z | Downloaded rayon v1.10.0 |
895 | 2024-11-01T07:40:29.560Z | Downloaded slog-term v2.9.1 |
896 | 2024-11-01T07:40:29.563Z | Downloaded unicode-normalization v0.1.24 |
897 | 2024-11-01T07:40:29.567Z | Downloaded uuid v1.10.0 |
898 | 2024-11-01T07:40:29.571Z | Downloaded parking_lot v0.12.3 |
899 | 2024-11-01T07:40:29.575Z | Downloaded rustls-pki-types v1.9.0 |
900 | 2024-11-01T07:40:29.580Z | Downloaded tracing-core v0.1.32 |
901 | 2024-11-01T07:40:29.584Z | Downloaded ron v0.7.1 |
902 | 2024-11-01T07:40:29.593Z | Downloaded diesel_derives v2.2.3 |
903 | 2024-11-01T07:40:29.600Z | Downloaded salty v0.3.0 |
904 | 2024-11-01T07:40:29.600Z | Downloaded num-bigint v0.4.6 |
905 | 2024-11-01T07:40:29.606Z | Downloaded tough v0.17.1 |
906 | 2024-11-01T07:40:29.611Z | Downloaded similar v2.6.0 |
907 | 2024-11-01T07:40:29.615Z | Downloaded unicode-bidi v0.3.17 |
908 | 2024-11-01T07:40:29.621Z | Downloaded openssl-sys v0.9.103 |
909 | 2024-11-01T07:40:29.629Z | Downloaded hashbrown v0.12.3 |
910 | 2024-11-01T07:40:29.634Z | Downloaded der v0.7.9 |
911 | 2024-11-01T07:40:29.638Z | Downloaded tracing v0.1.40 |
912 | 2024-11-01T07:40:29.643Z | Downloaded winnow v0.5.40 |
913 | 2024-11-01T07:40:29.649Z | Downloaded chrono v0.4.38 |
914 | 2024-11-01T07:40:29.658Z | Downloaded socket2 v0.5.7 |
915 | 2024-11-01T07:40:29.662Z | Downloaded snafu v0.8.5 |
916 | 2024-11-01T07:40:29.668Z | Downloaded reedline v0.35.0 |
917 | 2024-11-01T07:40:29.675Z | Downloaded bindgen v0.69.5 |
918 | 2024-11-01T07:40:29.685Z | Downloaded tungstenite v0.21.0 |
919 | 2024-11-01T07:40:29.691Z | Downloaded heapless v0.8.0 |
920 | 2024-11-01T07:40:29.697Z | Downloaded qorb v0.2.0 |
921 | 2024-11-01T07:40:29.703Z | Downloaded portable-atomic v1.9.0 |
922 | 2024-11-01T07:40:29.706Z | Downloaded quinn v0.11.5 |
923 | 2024-11-01T07:40:29.713Z | Downloaded publicsuffix v2.2.3 |
924 | 2024-11-01T07:40:29.716Z | Downloaded idna v0.3.0 |
925 | 2024-11-01T07:40:29.721Z | Downloaded hashbrown v0.14.5 |
926 | 2024-11-01T07:40:29.726Z | Downloaded time v0.3.36 |
927 | 2024-11-01T07:40:29.734Z | Downloaded rusqlite v0.32.1 |
928 | 2024-11-01T07:40:29.741Z | Downloaded expectorate v1.1.0 |
929 | 2024-11-01T07:40:29.744Z | Downloaded x509-cert v0.2.5 |
930 | 2024-11-01T07:40:29.751Z | Downloaded bitvec v1.0.1 |
931 | 2024-11-01T07:40:29.768Z | Downloaded sqlparser v0.45.0 |
932 | 2024-11-01T07:40:29.775Z | Downloaded nix v0.27.1 |
933 | 2024-11-01T07:40:29.786Z | Downloaded flate2 v1.0.34 |
934 | 2024-11-01T07:40:29.793Z | Downloaded futures-util v0.3.31 |
935 | 2024-11-01T07:40:29.805Z | Downloaded p384 v0.13.0 |
936 | 2024-11-01T07:40:29.812Z | Downloaded tokio-util v0.7.12 |
937 | 2024-11-01T07:40:29.819Z | Downloaded object v0.30.4 |
938 | 2024-11-01T07:40:29.832Z | Downloaded serde_with v3.11.0 |
939 | 2024-11-01T07:40:29.840Z | Downloaded quinn-proto v0.11.8 |
940 | 2024-11-01T07:40:29.847Z | Downloaded radix_trie v0.2.1 |
941 | 2024-11-01T07:40:29.852Z | Downloaded vcpkg v0.2.15 |
942 | 2024-11-01T07:40:29.893Z | Downloaded rustls-webpki v0.101.7 |
943 | 2024-11-01T07:40:29.910Z | Downloaded reqwest v0.12.8 |
944 | 2024-11-01T07:40:29.919Z | Downloaded proptest v1.5.0 |
945 | 2024-11-01T07:40:29.928Z | Downloaded regress v0.9.1 |
946 | 2024-11-01T07:40:29.936Z | Downloaded git2 v0.19.0 |
947 | 2024-11-01T07:40:29.946Z | Downloaded rustls-webpki v0.102.8 |
948 | 2024-11-01T07:40:29.966Z | Downloaded quick-xml v0.33.0 |
949 | 2024-11-01T07:40:29.972Z | Downloaded idna v0.4.0 |
950 | 2024-11-01T07:40:29.980Z | Downloaded nix v0.29.0 |
951 | 2024-11-01T07:40:29.993Z | Downloaded object v0.36.5 |
952 | 2024-11-01T07:40:30.004Z | Downloaded nix v0.28.0 |
953 | 2024-11-01T07:40:30.017Z | Downloaded bstr v1.10.0 |
954 | 2024-11-01T07:40:30.028Z | Downloaded chrono-tz v0.10.0 |
955 | 2024-11-01T07:40:30.036Z | Downloaded rustls v0.21.12 |
956 | 2024-11-01T07:40:30.048Z | Downloaded regex-syntax v0.6.29 |
957 | 2024-11-01T07:40:30.057Z | Downloaded openssl v0.10.66 |
958 | 2024-11-01T07:40:30.067Z | Downloaded polar-core v0.27.3 |
959 | 2024-11-01T07:40:30.077Z | Downloaded gimli v0.31.1 |
960 | 2024-11-01T07:40:30.087Z | Downloaded hickory-proto v0.24.1 |
961 | 2024-11-01T07:40:30.104Z | Downloaded rustls v0.22.4 |
962 | 2024-11-01T07:40:30.117Z | Downloaded regex-syntax v0.8.5 |
963 | 2024-11-01T07:40:30.126Z | Downloaded openapiv3 v2.0.0 |
964 | 2024-11-01T07:40:30.139Z | Downloaded regress v0.10.1 |
965 | 2024-11-01T07:40:30.148Z | Downloaded webpki-roots v0.26.6 |
966 | 2024-11-01T07:40:30.152Z | Downloaded rustls v0.23.14 |
967 | 2024-11-01T07:40:30.165Z | Downloaded typify-impl v0.2.0 |
968 | 2024-11-01T07:40:30.182Z | Downloaded diesel v2.2.4 |
969 | 2024-11-01T07:40:30.202Z | Downloaded dropshot v0.12.0 |
970 | 2024-11-01T07:40:30.223Z | Downloaded ratatui v0.28.1 |
971 | 2024-11-01T07:40:30.242Z | Downloaded smoltcp v0.11.0 |
972 | 2024-11-01T07:40:30.255Z | Downloaded smoltcp v0.9.1 |
973 | 2024-11-01T07:40:30.266Z | Downloaded trust-dns-proto v0.22.0 |
974 | 2024-11-01T07:40:30.279Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
975 | 2024-11-01T07:40:30.294Z | Downloaded sled v0.34.7 |
976 | 2024-11-01T07:40:30.304Z | Downloaded regex-automata v0.4.8 |
977 | 2024-11-01T07:40:30.321Z | Downloaded zerocopy-derive v0.6.6 |
978 | 2024-11-01T07:40:30.332Z | Downloaded h2 v0.3.26 |
979 | 2024-11-01T07:40:30.338Z | Downloaded idna v0.5.0 |
980 | 2024-11-01T07:40:30.346Z | Downloaded idna v0.2.3 |
981 | 2024-11-01T07:40:30.353Z | Downloaded h2 v0.4.6 |
982 | 2024-11-01T07:40:30.361Z | Downloaded regex v1.11.0 |
983 | 2024-11-01T07:40:30.375Z | Downloaded reqwest v0.11.27 |
984 | 2024-11-01T07:40:30.383Z | Downloaded lzma-sys v0.1.20 |
985 | 2024-11-01T07:40:30.412Z | Downloaded csv v1.3.0 |
986 | 2024-11-01T07:40:30.433Z | Downloaded curve25519-dalek v4.1.3 |
987 | 2024-11-01T07:40:30.442Z | Downloaded petgraph v0.6.5 |
988 | 2024-11-01T07:40:30.461Z | Downloaded libz-sys v1.1.20 |
989 | 2024-11-01T07:40:30.481Z | Downloaded russh v0.45.0 |
990 | 2024-11-01T07:40:30.486Z | Downloaded rustyline v14.0.0 |
991 | 2024-11-01T07:40:30.492Z | Downloaded num-bigint-dig v0.8.4 |
992 | 2024-11-01T07:40:30.496Z | Downloaded aho-corasick v1.1.3 |
993 | 2024-11-01T07:40:30.506Z | Downloaded futures v0.3.31 |
994 | 2024-11-01T07:40:30.508Z | Downloaded tokio v1.40.0 |
995 | 2024-11-01T07:40:30.546Z | Downloaded schemars v0.8.21 |
996 | 2024-11-01T07:40:30.559Z | Downloaded ron v0.8.1 |
997 | 2024-11-01T07:40:30.562Z | Downloaded typed-path v0.7.1 |
998 | 2024-11-01T07:40:30.569Z | Downloaded sha3 v0.10.8 |
999 | 2024-11-01T07:40:31.575Z | Downloaded float-cmp v0.9.0 |
1000 | 2024-11-01T07:40:31.579Z | Downloaded hickory-client v0.24.1 |
1001 | 2024-11-01T07:40:31.579Z | Downloaded hyper v0.14.30 |
1002 | 2024-11-01T07:40:31.579Z | Downloaded pkg-config v0.3.31 |
1003 | 2024-11-01T07:40:31.579Z | Downloaded hashbrown v0.13.2 |
1004 | 2024-11-01T07:40:31.579Z | Downloaded serde_with_macros v3.11.0 |
1005 | 2024-11-01T07:40:31.579Z | Downloaded url v2.5.2 |
1006 | 2024-11-01T07:40:31.579Z | Downloaded unicode-segmentation v1.12.0 |
1007 | 2024-11-01T07:40:31.579Z | Downloaded libm v0.2.8 |
1008 | 2024-11-01T07:40:31.579Z | Downloaded heck v0.3.3 |
1009 | 2024-11-01T07:40:31.579Z | Downloaded vergen v8.3.2 |
1010 | 2024-11-01T07:40:31.579Z | Downloaded zeroize v1.8.1 |
1011 | 2024-11-01T07:40:31.579Z | Downloaded tiny-keccak v2.0.2 |
1012 | 2024-11-01T07:40:31.579Z | Downloaded spki v0.7.3 |
1013 | 2024-11-01T07:40:31.579Z | Downloaded phf v0.11.2 |
1014 | 2024-11-01T07:40:31.579Z | Downloaded percent-encoding v2.3.1 |
1015 | 2024-11-01T07:40:31.579Z | Downloaded unicode-properties v0.1.3 |
1016 | 2024-11-01T07:40:31.579Z | Downloaded elliptic-curve v0.13.8 |
1017 | 2024-11-01T07:40:31.579Z | Downloaded tokio-rustls v0.26.0 |
1018 | 2024-11-01T07:40:31.579Z | Downloaded dirs-next v2.0.0 |
1019 | 2024-11-01T07:40:31.579Z | Downloaded thiserror-impl-no-std v2.0.2 |
1020 | 2024-11-01T07:40:31.579Z | Downloaded oso v0.27.3 |
1021 | 2024-11-01T07:40:31.579Z | Downloaded tar v0.4.42 |
1022 | 2024-11-01T07:40:31.579Z | Downloaded serde_yaml v0.9.34+deprecated |
1023 | 2024-11-01T07:40:31.579Z | Downloaded precomputed-hash v0.1.1 |
1024 | 2024-11-01T07:40:31.579Z | Downloaded dhcproto v0.12.0 |
1025 | 2024-11-01T07:40:31.579Z | Downloaded derive_more v0.99.18 |
1026 | 2024-11-01T07:40:31.579Z | Downloaded crossbeam-channel v0.5.13 |
1027 | 2024-11-01T07:40:31.579Z | Downloaded slab v0.4.9 |
1028 | 2024-11-01T07:40:31.579Z | Downloaded siphasher v0.3.11 |
1029 | 2024-11-01T07:40:31.579Z | Downloaded fallible-iterator v0.2.0 |
1030 | 2024-11-01T07:40:31.579Z | Downloaded dirs-sys-next v0.1.2 |
1031 | 2024-11-01T07:40:31.579Z | Downloaded difflib v0.4.0 |
1032 | 2024-11-01T07:40:31.579Z | Downloaded pbkdf2 v0.11.0 |
1033 | 2024-11-01T07:40:31.579Z | Downloaded paste v1.0.15 |
1034 | 2024-11-01T07:40:31.579Z | Downloaded poly1305 v0.8.0 |
1035 | 2024-11-01T07:40:31.580Z | Downloaded pin-project-lite v0.2.14 |
1036 | 2024-11-01T07:40:31.580Z | Downloaded parking_lot_core v0.9.10 |
1037 | 2024-11-01T07:40:31.580Z | Downloaded encoding_rs v0.8.34 |
1038 | 2024-11-01T07:40:31.580Z | Downloaded globset v0.4.15 |
1039 | 2024-11-01T07:40:31.580Z | Downloaded env_logger v0.10.2 |
1040 | 2024-11-01T07:40:31.580Z | Downloaded parking_lot_core v0.8.6 |
1041 | 2024-11-01T07:40:31.580Z | Downloaded flume v0.11.1 |
1042 | 2024-11-01T07:40:31.580Z | Downloaded enum-as-inner v0.5.1 |
1043 | 2024-11-01T07:40:31.580Z | Downloaded cc v1.1.30 |
1044 | 2024-11-01T07:40:31.580Z | Downloaded base64 v0.22.1 |
1045 | 2024-11-01T07:40:31.580Z | Downloaded radium v0.7.0 |
1046 | 2024-11-01T07:40:31.580Z | Downloaded tokio-rustls v0.25.0 |
1047 | 2024-11-01T07:40:31.580Z | Downloaded crypto-bigint v0.5.5 |
1048 | 2024-11-01T07:40:31.580Z | Downloaded const_format v0.2.33 |
1049 | 2024-11-01T07:40:31.580Z | Downloaded base64 v0.21.7 |
1050 | 2024-11-01T07:40:31.580Z | Downloaded signal-hook v0.3.17 |
1051 | 2024-11-01T07:40:31.580Z | Downloaded itertools v0.10.5 |
1052 | 2024-11-01T07:40:31.580Z | Downloaded take_mut v0.2.2 |
1053 | 2024-11-01T07:40:31.580Z | Downloaded signature v2.2.0 |
1054 | 2024-11-01T07:40:31.580Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1055 | 2024-11-01T07:40:31.580Z | Downloaded env_filter v0.1.2 |
1056 | 2024-11-01T07:40:31.580Z | Downloaded enum-as-inner v0.6.1 |
1057 | 2024-11-01T07:40:31.580Z | Downloaded zone v0.1.8 |
1058 | 2024-11-01T07:40:31.580Z | Downloaded derive_builder_core v0.20.2 |
1059 | 2024-11-01T07:40:31.580Z | Downloaded miniz_oxide v0.8.0 |
1060 | 2024-11-01T07:40:31.580Z | Downloaded rustc_version v0.4.1 |
1061 | 2024-11-01T07:40:31.580Z | Downloaded powerfmt v0.2.0 |
1062 | 2024-11-01T07:40:31.580Z | Downloaded tokio-tungstenite v0.23.1 |
1063 | 2024-11-01T07:40:31.580Z | Downloaded static_assertions v1.1.0 |
1064 | 2024-11-01T07:40:31.580Z | Downloaded crc-any v2.5.0 |
1065 | 2024-11-01T07:40:31.580Z | Downloaded cookie v0.18.1 |
1066 | 2024-11-01T07:40:31.580Z | Downloaded mockall v0.13.0 |
1067 | 2024-11-01T07:40:31.580Z | Downloaded lalrpop-util v0.19.12 |
1068 | 2024-11-01T07:40:31.580Z | Downloaded crossbeam-epoch v0.9.18 |
1069 | 2024-11-01T07:40:31.580Z | Downloaded unicode-truncate v1.1.0 |
1070 | 2024-11-01T07:40:31.580Z | Downloaded sct v0.7.1 |
1071 | 2024-11-01T07:40:31.580Z | Downloaded rustls-pemfile v2.2.0 |
1072 | 2024-11-01T07:40:31.581Z | Downloaded ipnet v2.10.1 |
1073 | 2024-11-01T07:40:31.581Z | Downloaded hyper-rustls v0.27.3 |
1074 | 2024-11-01T07:40:31.581Z | Downloaded tokio-native-tls v0.3.1 |
1075 | 2024-11-01T07:40:31.581Z | Downloaded hickory-server v0.24.1 |
1076 | 2024-11-01T07:40:31.581Z | Downloaded cassowary v0.3.0 |
1077 | 2024-11-01T07:40:31.581Z | Downloaded md-5 v0.10.6 |
1078 | 2024-11-01T07:40:31.581Z | Downloaded managed v0.8.0 |
1079 | 2024-11-01T07:40:31.581Z | Downloaded lru-cache v0.1.2 |
1080 | 2024-11-01T07:40:31.581Z | Downloaded linear-map v1.2.0 |
1081 | 2024-11-01T07:40:31.581Z | Downloaded libsw v3.3.1 |
1082 | 2024-11-01T07:40:31.581Z | Downloaded bzip2 v0.4.4 |
1083 | 2024-11-01T07:40:31.581Z | Downloaded sec1 v0.7.3 |
1084 | 2024-11-01T07:40:31.581Z | Downloaded instability v0.3.2 |
1085 | 2024-11-01T07:40:31.581Z | Downloaded indent_write v2.2.0 |
1086 | 2024-11-01T07:40:31.581Z | Downloaded httpdate v1.0.3 |
1087 | 2024-11-01T07:40:31.581Z | Downloaded http-body v0.4.6 |
1088 | 2024-11-01T07:40:31.581Z | Downloaded hostname v0.4.0 |
1089 | 2024-11-01T07:40:31.581Z | Downloaded home v0.5.9 |
1090 | 2024-11-01T07:40:31.581Z | Downloaded ctr v0.9.2 |
1091 | 2024-11-01T07:40:31.581Z | Downloaded newtype_derive v0.1.6 |
1092 | 2024-11-01T07:40:31.581Z | Downloaded newline-converter v0.3.0 |
1093 | 2024-11-01T07:40:31.581Z | Downloaded cobs v0.2.3 |
1094 | 2024-11-01T07:40:31.581Z | Downloaded chrono-tz-build v0.4.0 |
1095 | 2024-11-01T07:40:31.581Z | Downloaded bitflags v1.3.2 |
1096 | 2024-11-01T07:40:31.581Z | Downloaded base16ct v0.2.0 |
1097 | 2024-11-01T07:40:31.581Z | Downloaded async-bb8-diesel v0.2.1 |
1098 | 2024-11-01T07:40:31.581Z | Downloaded argon2 v0.5.3 |
1099 | 2024-11-01T07:40:31.581Z | Downloaded blake2 v0.10.6 |
1100 | 2024-11-01T07:40:31.584Z | Downloaded async-recursion v1.1.1 |
1101 | 2024-11-01T07:40:31.584Z | Downloaded arrayvec v0.7.6 |
1102 | 2024-11-01T07:40:31.584Z | Downloaded backoff v0.4.0 |
1103 | 2024-11-01T07:40:31.584Z | Downloaded ascii-canvas v3.0.0 |
1104 | 2024-11-01T07:40:31.584Z | Downloaded impl-trait-for-tuples v0.2.2 |
1105 | 2024-11-01T07:40:31.584Z | Downloaded hostname v0.3.1 |
1106 | 2024-11-01T07:40:31.584Z | Downloaded base64ct v1.6.0 |
1107 | 2024-11-01T07:40:31.584Z | Downloaded cbc v0.1.2 |
1108 | 2024-11-01T07:40:31.584Z | Downloaded async-stream-impl v0.3.6 |
1109 | 2024-11-01T07:40:31.584Z | Downloaded libsqlite3-sys v0.30.1 |
1110 | 2024-11-01T07:40:31.584Z | Downloaded ring v0.17.8 |
1111 | 2024-11-01T07:40:31.584Z | Downloaded ring v0.16.20 |
1112 | 2024-11-01T07:40:31.584Z | Compiling serde v1.0.210 |
1113 | 2024-11-01T07:40:31.584Z | Compiling typenum v1.17.0 |
1114 | 2024-11-01T07:40:31.584Z | Compiling generic-array v0.14.7 |
1115 | 2024-11-01T07:40:31.584Z | Compiling lock_api v0.4.12 |
1116 | 2024-11-01T07:40:31.584Z | Compiling scopeguard v1.2.0 |
1117 | 2024-11-01T07:40:31.585Z | Compiling subtle v2.6.1 |
1118 | 2024-11-01T07:40:31.742Z | Compiling syn v2.0.79 |
1119 | 2024-11-01T07:40:31.754Z | Compiling getrandom v0.2.15 |
1120 | 2024-11-01T07:40:31.896Z | Compiling value-bag v1.9.0 |
1121 | 2024-11-01T07:40:32.050Z | Compiling rand_core v0.6.4 |
1122 | 2024-11-01T07:40:32.210Z | Compiling const-oid v0.9.6 |
1123 | 2024-11-01T07:40:32.229Z | Compiling pin-project-lite v0.2.14 |
1124 | 2024-11-01T07:40:32.313Z | Compiling smallvec v1.13.2 |
1125 | 2024-11-01T07:40:32.382Z | Compiling log v0.4.22 |
1126 | 2024-11-01T07:40:32.545Z | Compiling jobserver v0.1.32 |
1127 | 2024-11-01T07:40:32.631Z | Compiling shlex v1.3.0 |
1128 | 2024-11-01T07:40:32.754Z | Compiling parking_lot_core v0.9.10 |
1129 | 2024-11-01T07:40:32.790Z | Compiling futures-core v0.3.31 |
1130 | 2024-11-01T07:40:33.043Z | Compiling cc v1.1.30 |
1131 | 2024-11-01T07:40:33.061Z | Compiling signal-hook-registry v1.4.2 |
1132 | 2024-11-01T07:40:33.330Z | Compiling mio v1.0.2 |
1133 | 2024-11-01T07:40:33.489Z | Compiling cpufeatures v0.2.14 |
1134 | 2024-11-01T07:40:33.597Z | Compiling futures-sink v0.3.31 |
1135 | 2024-11-01T07:40:33.759Z | Compiling parking_lot v0.12.3 |
1136 | 2024-11-01T07:40:33.877Z | Compiling spin v0.9.8 |
1137 | 2024-11-01T07:40:33.879Z | Compiling socket2 v0.5.7 |
1138 | 2024-11-01T07:40:34.295Z | Compiling slab v0.4.9 |
1139 | 2024-11-01T07:40:34.315Z | Compiling serde_json v1.0.128 |
1140 | 2024-11-01T07:40:34.500Z | Compiling futures-channel v0.3.31 |
1141 | 2024-11-01T07:40:34.537Z | Compiling pin-utils v0.1.0 |
1142 | 2024-11-01T07:40:34.627Z | Compiling foldhash v0.1.3 |
1143 | 2024-11-01T07:40:34.645Z | Compiling futures-io v0.3.31 |
1144 | 2024-11-01T07:40:34.692Z | Compiling tinyvec_macros v0.1.1 |
1145 | 2024-11-01T07:40:34.783Z | Compiling futures-task v0.3.31 |
1146 | 2024-11-01T07:40:34.825Z | Compiling allocator-api2 v0.2.18 |
1147 | 2024-11-01T07:40:34.909Z | Compiling tinyvec v1.8.0 |
1148 | 2024-11-01T07:40:34.930Z | Compiling libm v0.2.8 |
1149 | 2024-11-01T07:40:34.949Z | Compiling num-traits v0.2.19 |
1150 | 2024-11-01T07:40:35.023Z | Compiling unicode-bidi v0.3.17 |
1151 | 2024-11-01T07:40:35.072Z | Compiling base64ct v1.6.0 |
1152 | 2024-11-01T07:40:35.505Z | Compiling hashbrown v0.15.0 |
1153 | 2024-11-01T07:40:35.603Z | Compiling pem-rfc7468 v0.7.0 |
1154 | 2024-11-01T07:40:35.659Z | Compiling httparse v1.9.5 |
1155 | 2024-11-01T07:40:36.430Z | Compiling unicode-normalization v0.1.24 |
1156 | 2024-11-01T07:40:36.488Z | Compiling flagset v0.4.6 |
1157 | 2024-11-01T07:40:36.571Z | Compiling tracing-core v0.1.32 |
1158 | 2024-11-01T07:40:36.690Z | Compiling crossbeam-utils v0.8.20 |
1159 | 2024-11-01T07:40:36.708Z | Compiling percent-encoding v2.3.1 |
1160 | 2024-11-01T07:40:36.973Z | Compiling rustls-pki-types v1.9.0 |
1161 | 2024-11-01T07:40:37.186Z | Compiling ring v0.17.8 |
1162 | 2024-11-01T07:40:37.412Z | Compiling pkg-config v0.3.31 |
1163 | 2024-11-01T07:40:37.625Z | Compiling vcpkg v0.2.15 |
1164 | 2024-11-01T07:40:37.887Z | Compiling time-core v0.1.2 |
1165 | 2024-11-01T07:40:38.013Z | Compiling powerfmt v0.2.0 |
1166 | 2024-11-01T07:40:38.055Z | Compiling num-conv v0.1.0 |
1167 | 2024-11-01T07:40:38.138Z | Compiling untrusted v0.9.0 |
1168 | 2024-11-01T07:40:38.312Z | Compiling deranged v0.3.11 |
1169 | 2024-11-01T07:40:38.349Z | Compiling time-macros v0.2.18 |
1170 | 2024-11-01T07:40:38.466Z | Compiling atomic-waker v1.1.2 |
1171 | 2024-11-01T07:40:38.639Z | Compiling num_threads v0.1.7 |
1172 | 2024-11-01T07:40:38.768Z | Compiling form_urlencoded v1.2.1 |
1173 | 2024-11-01T07:40:38.801Z | Compiling rustix v0.38.37 |
1174 | 2024-11-01T07:40:39.101Z | Compiling slog v2.7.0 |
1175 | 2024-11-01T07:40:39.498Z | Compiling openssl-sys v0.9.103 |
1176 | 2024-11-01T07:40:39.515Z | Compiling try-lock v0.2.5 |
1177 | 2024-11-01T07:40:39.658Z | Compiling want v0.3.1 |
1178 | 2024-11-01T07:40:39.673Z | Compiling httpdate v1.0.3 |
1179 | 2024-11-01T07:40:39.922Z | Compiling idna v0.5.0 |
1180 | 2024-11-01T07:40:40.070Z | Compiling tower-service v0.3.3 |
1181 | 2024-11-01T07:40:40.112Z | Compiling foreign-types-shared v0.1.1 |
1182 | 2024-11-01T07:40:40.195Z | Compiling match_cfg v0.1.0 |
1183 | 2024-11-01T07:40:40.212Z | Compiling rustversion v1.0.17 |
1184 | 2024-11-01T07:40:40.289Z | Compiling iana-time-zone v0.1.61 |
1185 | 2024-11-01T07:40:40.503Z | Compiling base64 v0.22.1 |
1186 | 2024-11-01T07:40:40.718Z | Compiling openssl v0.10.66 |
1187 | 2024-11-01T07:40:40.924Z | Compiling url v2.5.2 |
1188 | 2024-11-01T07:40:41.121Z | Compiling hostname v0.3.1 |
1189 | 2024-11-01T07:40:41.184Z | Compiling foreign-types v0.3.2 |
1190 | 2024-11-01T07:40:41.219Z | Compiling time v0.3.36 |
1191 | 2024-11-01T07:40:41.274Z | Compiling dirs-sys-next v0.1.2 |
1192 | 2024-11-01T07:40:41.330Z | Compiling aho-corasick v1.1.3 |
1193 | 2024-11-01T07:40:41.349Z | Compiling native-tls v0.2.12 |
1194 | 2024-11-01T07:40:41.669Z | Compiling regex-syntax v0.8.5 |
1195 | 2024-11-01T07:40:41.808Z | Compiling adler2 v2.0.0 |
1196 | 2024-11-01T07:40:41.969Z | Compiling rustls v0.23.14 |
1197 | 2024-11-01T07:40:42.188Z | Compiling data-encoding v2.6.0 |
1198 | 2024-11-01T07:40:42.636Z | Compiling rustls v0.22.4 |
1199 | 2024-11-01T07:40:42.917Z | Compiling siphasher v0.3.11 |
1200 | 2024-11-01T07:40:43.298Z | Compiling syn v1.0.109 |
1201 | 2024-11-01T07:40:43.717Z | Compiling miniz_oxide v0.8.0 |
1202 | 2024-11-01T07:40:43.962Z | Compiling dirs-next v2.0.0 |
1203 | 2024-11-01T07:40:44.265Z | Compiling serde_derive_internals v0.29.1 |
1204 | 2024-11-01T07:40:45.080Z | Compiling serde_derive v1.0.210 |
1205 | 2024-11-01T07:40:45.142Z | Compiling zeroize_derive v1.4.2 |
1206 | 2024-11-01T07:40:45.446Z | Compiling zerocopy-derive v0.7.35 |
1207 | 2024-11-01T07:40:45.883Z | Compiling tokio-macros v2.4.0 |
1208 | 2024-11-01T07:40:45.957Z | Compiling thiserror-impl v1.0.64 |
1209 | 2024-11-01T07:40:46.555Z | Compiling zeroize v1.8.1 |
1210 | 2024-11-01T07:40:46.734Z | Compiling futures-macro v0.3.31 |
1211 | 2024-11-01T07:40:47.442Z | Compiling der_derive v0.7.3 |
1212 | 2024-11-01T07:40:47.477Z | Compiling tracing-attributes v0.1.27 |
1213 | 2024-11-01T07:40:47.619Z | Compiling zerocopy v0.7.35 |
1214 | 2024-11-01T07:40:48.397Z | Compiling crypto-common v0.1.6 |
1215 | 2024-11-01T07:40:48.602Z | Compiling block-buffer v0.10.4 |
1216 | 2024-11-01T07:40:48.639Z | Compiling futures-util v0.3.31 |
1217 | 2024-11-01T07:40:48.853Z | Compiling digest v0.10.7 |
1218 | 2024-11-01T07:40:49.000Z | Compiling thiserror v1.0.64 |
1219 | 2024-11-01T07:40:49.125Z | Compiling block-padding v0.3.3 |
1220 | 2024-11-01T07:40:49.145Z | Compiling ppv-lite86 v0.2.20 |
1221 | 2024-11-01T07:40:49.299Z | Compiling hmac v0.12.1 |
1222 | 2024-11-01T07:40:49.367Z | Compiling inout v0.1.3 |
1223 | 2024-11-01T07:40:49.552Z | Compiling sha2 v0.10.8 |
1224 | 2024-11-01T07:40:49.641Z | Compiling cipher v0.4.4 |
1225 | 2024-11-01T07:40:49.767Z | Compiling der v0.7.9 |
1226 | 2024-11-01T07:40:50.021Z | Compiling rand_chacha v0.3.1 |
1227 | 2024-11-01T07:40:50.138Z | Compiling salsa20 v0.10.2 |
1228 | 2024-11-01T07:40:50.378Z | Compiling pbkdf2 v0.12.2 |
1229 | 2024-11-01T07:40:50.564Z | Compiling rand v0.8.5 |
1230 | 2024-11-01T07:40:50.974Z | Compiling pest v2.7.14 |
1231 | 2024-11-01T07:40:50.996Z | Compiling tracing v0.1.40 |
1232 | 2024-11-01T07:40:52.339Z | Compiling spki v0.7.3 |
1233 | 2024-11-01T07:40:52.731Z | Compiling scrypt v0.11.0 |
1234 | 2024-11-01T07:40:52.840Z | Compiling cbc v0.1.2 |
1235 | 2024-11-01T07:40:53.025Z | Compiling aes v0.8.4 |
1236 | 2024-11-01T07:40:53.074Z | Compiling scroll_derive v0.12.0 |
1237 | 2024-11-01T07:40:53.109Z | Compiling openssl-macros v0.1.1 |
1238 | 2024-11-01T07:40:53.285Z | Compiling async-trait v0.1.83 |
1239 | 2024-11-01T07:40:53.862Z | Compiling pest_meta v2.7.14 |
1240 | 2024-11-01T07:40:54.121Z | Compiling pkcs5 v0.7.1 |
1241 | 2024-11-01T07:40:54.500Z | Compiling scroll v0.12.0 |
1242 | 2024-11-01T07:40:55.061Z | Compiling rustls-webpki v0.102.8 |
1243 | 2024-11-01T07:40:55.080Z | Compiling goblin v0.8.2 |
1244 | 2024-11-01T07:40:55.273Z | Compiling pest_generator v2.7.14 |
1245 | 2024-11-01T07:40:55.316Z | Compiling pkcs8 v0.10.2 |
1246 | 2024-11-01T07:40:55.900Z | Compiling sha1 v0.10.6 |
1247 | 2024-11-01T07:40:55.922Z | Compiling signature v2.2.0 |
1248 | 2024-11-01T07:40:55.943Z | Compiling regex-automata v0.4.8 |
1249 | 2024-11-01T07:40:56.249Z | Compiling crossbeam-epoch v0.9.18 |
1250 | 2024-11-01T07:40:56.369Z | Compiling lazy_static v1.5.0 |
1251 | 2024-11-01T07:40:56.503Z | Compiling thread_local v1.1.8 |
1252 | 2024-11-01T07:40:57.034Z | Compiling encoding_rs v0.8.34 |
1253 | 2024-11-01T07:40:57.052Z | Compiling cookie v0.18.1 |
1254 | 2024-11-01T07:40:57.096Z | Compiling multer v3.1.0 |
1255 | 2024-11-01T07:40:57.167Z | Compiling rayon-core v1.12.1 |
1256 | 2024-11-01T07:40:57.328Z | Compiling slog-async v2.8.0 |
1257 | 2024-11-01T07:40:57.375Z | Compiling paste v1.0.15 |
1258 | 2024-11-01T07:40:57.468Z | Compiling either v1.13.0 |
1259 | 2024-11-01T07:40:57.813Z | Compiling gimli v0.31.1 |
1260 | 2024-11-01T07:40:57.921Z | Compiling mime v0.3.17 |
1261 | 2024-11-01T07:40:57.939Z | Compiling schemars v0.8.21 |
1262 | 2024-11-01T07:40:58.293Z | Compiling ipnet v2.10.1 |
1263 | 2024-11-01T07:40:58.511Z | Compiling bytes v1.7.2 |
1264 | 2024-11-01T07:40:58.838Z | Compiling indexmap v2.6.0 |
1265 | 2024-11-01T07:40:59.553Z | Compiling tokio v1.40.0 |
1266 | 2024-11-01T07:40:59.800Z | Compiling http v1.1.0 |
1267 | 2024-11-01T07:41:00.400Z | Compiling bitflags v2.6.0 |
1268 | 2024-11-01T07:41:00.816Z | Compiling semver v1.0.23 |
1269 | 2024-11-01T07:41:01.215Z | Compiling pest_derive v2.7.14 |
1270 | 2024-11-01T07:41:01.566Z | Compiling rustc_version v0.4.1 |
1271 | 2024-11-01T07:41:01.652Z | Compiling http-body v1.0.1 |
1272 | 2024-11-01T07:41:01.899Z | Compiling dof v0.3.0 |
1273 | 2024-11-01T07:41:02.032Z | Compiling dtrace-parser v0.2.0 |
1274 | 2024-11-01T07:41:02.351Z | Compiling toml_datetime v0.6.8 |
1275 | 2024-11-01T07:41:02.885Z | Compiling serde_tokenstream v0.2.2 |
1276 | 2024-11-01T07:41:02.992Z | Compiling uuid v1.10.0 |
1277 | 2024-11-01T07:41:03.520Z | Compiling serde_spanned v0.6.8 |
1278 | 2024-11-01T07:41:03.761Z | Compiling usdt-impl v0.5.0 |
1279 | 2024-11-01T07:41:03.998Z | Compiling chrono v0.4.38 |
1280 | 2024-11-01T07:41:04.056Z | Compiling heapless v0.7.17 |
1281 | 2024-11-01T07:41:04.462Z | Compiling http-body-util v0.1.2 |
1282 | 2024-11-01T07:41:05.003Z | Compiling unicode-properties v0.1.3 |
1283 | 2024-11-01T07:41:05.082Z | Compiling openssl-probe v0.1.5 |
1284 | 2024-11-01T07:41:05.291Z | Compiling signal-hook v0.3.17 |
1285 | 2024-11-01T07:41:05.387Z | Compiling stringprep v0.1.5 |
1286 | 2024-11-01T07:41:05.438Z | Compiling usdt-attr-macro v0.5.0 |
1287 | 2024-11-01T07:41:05.612Z | Compiling usdt-macro v0.5.0 |
1288 | 2024-11-01T07:41:06.599Z | Compiling toml_edit v0.22.22 |
1289 | 2024-11-01T07:41:07.088Z | Compiling curve25519-dalek v4.1.3 |
1290 | 2024-11-01T07:41:07.106Z | Compiling addr2line v0.24.2 |
1291 | 2024-11-01T07:41:07.699Z | Compiling slog-json v2.6.1 |
1292 | 2024-11-01T07:41:07.753Z | Compiling serde_urlencoded v0.7.1 |
1293 | 2024-11-01T07:41:07.918Z | Compiling tokio-util v0.7.12 |
1294 | 2024-11-01T07:41:08.005Z | Compiling crossbeam-deque v0.8.5 |
1295 | 2024-11-01T07:41:08.251Z | Compiling futures-executor v0.3.31 |
1296 | 2024-11-01T07:41:08.348Z | Compiling md-5 v0.10.6 |
1297 | 2024-11-01T07:41:08.619Z | Compiling schemars_derive v0.8.21 |
1298 | 2024-11-01T07:41:08.797Z | Compiling enum-as-inner v0.6.1 |
1299 | 2024-11-01T07:41:09.322Z | Compiling h2 v0.4.6 |
1300 | 2024-11-01T07:41:09.872Z | Compiling async-stream-impl v0.3.6 |
1301 | 2024-11-01T07:41:11.865Z | Compiling term v0.7.0 |
1302 | 2024-11-01T07:41:13.114Z | Compiling crossbeam-channel v0.5.13 |
1303 | 2024-11-01T07:41:13.340Z | Compiling num-integer v0.1.46 |
1304 | 2024-11-01T07:41:14.104Z | Compiling rustls-pemfile v2.2.0 |
1305 | 2024-11-01T07:41:14.220Z | Compiling idna v0.4.0 |
1306 | 2024-11-01T07:41:14.242Z | Compiling idna v0.3.0 |
1307 | 2024-11-01T07:41:14.433Z | Compiling ff v0.13.0 |
1308 | 2024-11-01T07:41:14.454Z | Compiling hash32 v0.2.1 |
1309 | 2024-11-01T07:41:14.661Z | Compiling is-terminal v0.4.13 |
1310 | 2024-11-01T07:41:14.799Z | Compiling dropshot v0.12.0 |
1311 | 2024-11-01T07:41:14.827Z | Compiling object v0.36.5 |
1312 | 2024-11-01T07:41:15.102Z | Compiling dyn-clone v1.0.17 |
1313 | 2024-11-01T07:41:15.333Z | Compiling portable-atomic v1.9.0 |
1314 | 2024-11-01T07:41:15.783Z | Compiling base16ct v0.2.0 |
1315 | 2024-11-01T07:41:15.852Z | Compiling fallible-iterator v0.2.0 |
1316 | 2024-11-01T07:41:16.130Z | Compiling take_mut v0.2.2 |
1317 | 2024-11-01T07:41:16.315Z | Compiling hyper v1.4.1 |
1318 | 2024-11-01T07:41:16.434Z | Compiling psl-types v2.0.11 |
1319 | 2024-11-01T07:41:16.602Z | Compiling anyhow v1.0.92 |
1320 | 2024-11-01T07:41:16.643Z | Compiling rustc-demangle v0.1.24 |
1321 | 2024-11-01T07:41:17.244Z | Compiling quick-error v1.2.3 |
1322 | 2024-11-01T07:41:17.400Z | Compiling smoltcp v0.9.1 |
1323 | 2024-11-01T07:41:17.564Z | Compiling num-bigint-dig v0.8.4 |
1324 | 2024-11-01T07:41:17.877Z | Compiling linked-hash-map v0.5.6 |
1325 | 2024-11-01T07:41:17.943Z | Compiling stable_deref_trait v1.2.0 |
1326 | 2024-11-01T07:41:18.058Z | Compiling utf-8 v0.7.6 |
1327 | 2024-11-01T07:41:18.245Z | Compiling lru-cache v0.1.2 |
1328 | 2024-11-01T07:41:18.395Z | Compiling tungstenite v0.24.0 |
1329 | 2024-11-01T07:41:18.484Z | Compiling resolv-conf v0.7.0 |
1330 | 2024-11-01T07:41:19.257Z | Compiling hyper-util v0.1.9 |
1331 | 2024-11-01T07:41:19.597Z | Compiling publicsuffix v2.2.3 |
1332 | 2024-11-01T07:41:19.724Z | Compiling postgres-protocol v0.6.7 |
1333 | 2024-11-01T07:41:20.353Z | Compiling sec1 v0.7.3 |
1334 | 2024-11-01T07:41:20.987Z | Compiling hickory-proto v0.24.1 |
1335 | 2024-11-01T07:41:21.082Z | Compiling usdt v0.5.0 |
1336 | 2024-11-01T07:41:21.101Z | Compiling slog-term v2.9.1 |
1337 | 2024-11-01T07:41:21.487Z | Compiling group v0.13.0 |
1338 | 2024-11-01T07:41:21.583Z | Compiling tokio-rustls v0.26.0 |
1339 | 2024-11-01T07:41:21.811Z | Compiling num-iter v0.1.45 |
1340 | 2024-11-01T07:41:21.993Z | Compiling tokio-rustls v0.25.0 |
1341 | 2024-11-01T07:41:22.057Z | Compiling tokio-native-tls v0.3.1 |
1342 | 2024-11-01T07:41:22.317Z | Compiling backtrace v0.3.74 |
1343 | 2024-11-01T07:41:22.342Z | Compiling async-stream v0.3.6 |
1344 | 2024-11-01T07:41:22.429Z | Compiling toml v0.8.19 |
1345 | 2024-11-01T07:41:22.476Z | Compiling futures v0.3.31 |
1346 | 2024-11-01T07:41:22.903Z | Compiling slog-bunyan v2.5.0 |
1347 | 2024-11-01T07:41:23.725Z | Compiling camino v1.1.9 |
1348 | 2024-11-01T07:41:24.263Z | Compiling terminal_size v0.4.0 |
1349 | 2024-11-01T07:41:24.325Z | Compiling dropshot_endpoint v0.12.0 |
1350 | 2024-11-01T07:41:24.491Z | Compiling openapiv3 v2.0.0 |
1351 | 2024-11-01T07:41:24.739Z | Compiling serde_path_to_error v0.1.16 |
1352 | 2024-11-01T07:41:25.230Z | Compiling hkdf v0.12.4 |
1353 | 2024-11-01T07:41:25.254Z | Compiling crypto-bigint v0.5.5 |
1354 | 2024-11-01T07:41:25.356Z | Compiling hubpack_derive v0.1.1 |
1355 | 2024-11-01T07:41:25.491Z | Compiling curve25519-dalek-derive v0.1.1 |
1356 | 2024-11-01T07:41:25.592Z | Compiling zerocopy-derive v0.6.6 |
1357 | 2024-11-01T07:41:25.610Z | Compiling phf_shared v0.11.2 |
1358 | 2024-11-01T07:41:26.019Z | Compiling waitgroup v0.1.2 |
1359 | 2024-11-01T07:41:26.236Z | Compiling webpki-roots v0.26.6 |
1360 | 2024-11-01T07:41:26.256Z | Compiling hostname v0.4.0 |
1361 | 2024-11-01T07:41:26.464Z | Compiling ahash v0.8.11 |
1362 | 2024-11-01T07:41:26.520Z | Compiling fs-err v2.11.0 |
1363 | 2024-11-01T07:41:26.831Z | Compiling bitflags v1.3.2 |
1364 | 2024-11-01T07:41:26.834Z | Compiling debug-ignore v1.0.5 |
1365 | 2024-11-01T07:41:26.949Z | Compiling winnow v0.5.40 |
1366 | 2024-11-01T07:41:26.969Z | Compiling managed v0.8.0 |
1367 | 2024-11-01T07:41:27.691Z | Compiling zerocopy v0.6.6 |
1368 | 2024-11-01T07:41:28.510Z | Compiling elliptic-curve v0.13.8 |
1369 | 2024-11-01T07:41:29.006Z | Compiling strum_macros v0.25.3 |
1370 | 2024-11-01T07:41:29.401Z | Compiling clap_builder v4.5.20 |
1371 | 2024-11-01T07:41:29.510Z | Compiling console v0.15.8 |
1372 | 2024-11-01T07:41:30.816Z | Compiling toml_edit v0.19.15 |
1373 | 2024-11-01T07:41:31.230Z | Compiling hickory-resolver v0.24.1 |
1374 | 2024-11-01T07:41:31.250Z | Compiling hyper-rustls v0.27.3 |
1375 | 2024-11-01T07:41:31.422Z | Compiling hubpack v0.1.2 |
1376 | 2024-11-01T07:41:31.874Z | Compiling phf v0.11.2 |
1377 | 2024-11-01T07:41:31.895Z | Compiling signal-hook-mio v0.2.4 |
1378 | 2024-11-01T07:41:32.057Z | Compiling rayon v1.10.0 |
1379 | 2024-11-01T07:41:32.169Z | Compiling cookie_store v0.21.0 |
1380 | 2024-11-01T07:41:33.661Z | Compiling hyper-tls v0.6.0 |
1381 | 2024-11-01T07:41:34.073Z | Compiling postgres-types v0.2.8 |
1382 | 2024-11-01T07:41:35.612Z | Compiling tokio-tungstenite v0.24.0 |
1383 | 2024-11-01T07:41:36.183Z | Compiling tokio-stream v0.1.16 |
1384 | 2024-11-01T07:41:36.671Z | Compiling regex v1.11.0 |
1385 | 2024-11-01T07:41:37.066Z | Compiling bstr v1.10.0 |
1386 | 2024-11-01T07:41:37.293Z | Compiling serde-big-array v0.5.1 |
1387 | 2024-11-01T07:41:37.531Z | Compiling ed25519 v2.2.3 |
1388 | 2024-11-01T07:41:37.635Z | Compiling pkcs1 v0.7.5 |
1389 | 2024-11-01T07:41:37.762Z | Compiling rfc6979 v0.4.0 |
1390 | 2024-11-01T07:41:37.969Z | Compiling derive-where v1.2.7 |
1391 | 2024-11-01T07:41:38.031Z | Compiling serde_repr v0.1.19 |
1392 | 2024-11-01T07:41:38.422Z | Compiling clap_derive v4.5.18 |
1393 | 2024-11-01T07:41:38.456Z | Compiling phf_shared v0.10.0 |
1394 | 2024-11-01T07:41:38.594Z | Compiling float-cmp v0.9.0 |
1395 | 2024-11-01T07:41:38.830Z | Compiling sync_wrapper v1.0.1 |
1396 | 2024-11-01T07:41:38.850Z | Compiling crc32fast v1.4.2 |
1397 | 2024-11-01T07:41:38.875Z | Compiling static_assertions v1.1.0 |
1398 | 2024-11-01T07:41:38.980Z | Compiling bit-vec v0.6.3 |
1399 | 2024-11-01T07:41:38.999Z | Compiling predicates-core v1.0.8 |
1400 | 2024-11-01T07:41:39.171Z | Compiling precomputed-hash v0.1.1 |
1401 | 2024-11-01T07:41:39.188Z | Compiling unicode-segmentation v1.12.0 |
1402 | 2024-11-01T07:41:39.286Z | Compiling new_debug_unreachable v1.0.6 |
1403 | 2024-11-01T07:41:39.355Z | Compiling normalize-line-endings v0.3.0 |
1404 | 2024-11-01T07:41:39.375Z | Compiling number_prefix v0.4.0 |
1405 | 2024-11-01T07:41:39.393Z | Compiling minimal-lexical v0.2.1 |
1406 | 2024-11-01T07:41:39.461Z | Compiling whoami v1.5.2 |
1407 | 2024-11-01T07:41:39.481Z | Compiling fixedbitset v0.4.2 |
1408 | 2024-11-01T07:41:39.591Z | Compiling difflib v0.4.0 |
1409 | 2024-11-01T07:41:39.892Z | Compiling similar v2.6.0 |
1410 | 2024-11-01T07:41:39.960Z | Compiling tokio-postgres v0.7.12 |
1411 | 2024-11-01T07:41:40.054Z | Compiling predicates v3.1.2 |
1412 | 2024-11-01T07:41:40.103Z | Compiling nom v7.1.3 |
1413 | 2024-11-01T07:41:41.210Z | Compiling petgraph v0.6.5 |
1414 | 2024-11-01T07:41:41.321Z | Compiling qorb v0.2.0 |
1415 | 2024-11-01T07:41:41.777Z | Compiling indicatif v0.17.8 |
1416 | 2024-11-01T07:41:42.314Z | Compiling string_cache v0.8.7 |
1417 | 2024-11-01T07:41:42.768Z | Compiling bit-set v0.5.3 |
1418 | 2024-11-01T07:41:43.081Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1419 | 2024-11-01T07:41:43.100Z | Compiling clap v4.5.20 |
1420 | 2024-11-01T07:41:43.220Z | Compiling flate2 v1.0.34 |
1421 | 2024-11-01T07:41:43.807Z | Compiling reqwest v0.12.8 |
1422 | 2024-11-01T07:41:44.048Z | Compiling rsa v0.9.6 |
1423 | 2024-11-01T07:41:44.187Z | Compiling ecdsa v0.16.9 |
1424 | 2024-11-01T07:41:45.063Z | Compiling ed25519-dalek v2.1.1 |
1425 | 2024-11-01T07:41:45.259Z | Compiling toml v0.7.8 |
1426 | 2024-11-01T07:41:45.776Z | Compiling crossterm v0.28.1 |
1427 | 2024-11-01T07:41:47.294Z | Compiling hex v0.4.3 |
1428 | 2024-11-01T07:41:47.658Z | Compiling itertools v0.10.5 |
1429 | 2024-11-01T07:41:47.857Z | Compiling itertools v0.12.1 |
1430 | 2024-11-01T07:41:47.875Z | Compiling x509-cert v0.2.5 |
1431 | 2024-11-01T07:41:47.940Z | Compiling peg-runtime v0.8.3 |
1432 | 2024-11-01T07:41:48.636Z | Compiling unicode-xid v0.2.6 |
1433 | 2024-11-01T07:41:48.820Z | Compiling lalrpop-util v0.19.12 |
1434 | 2024-11-01T07:41:49.182Z | Compiling xattr v1.3.1 |
1435 | 2024-11-01T07:41:49.457Z | Compiling strum_macros v0.26.4 |
1436 | 2024-11-01T07:41:49.544Z | Compiling filetime v0.2.25 |
1437 | 2024-11-01T07:41:49.870Z | Compiling tar v0.4.42 |
1438 | 2024-11-01T07:41:52.676Z | Compiling strum v0.26.3 |
1439 | 2024-11-01T07:41:52.927Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1440 | 2024-11-01T07:41:53.170Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1441 | 2024-11-01T07:41:58.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
1442 | 2024-11-01T07:41:58.511Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1443 | 2024-11-01T07:41:58.558Z | Nov 01 07:41:57.873 INFO Starting download, target: Cockroach |
1444 | 2024-11-01T07:41:58.558Z | Nov 01 07:41:57.873 INFO Starting download, target: Console |
1445 | 2024-11-01T07:41:58.560Z | Nov 01 07:41:57.873 INFO Starting download, target: Clickhouse |
1446 | 2024-11-01T07:41:58.560Z | Nov 01 07:41:57.873 INFO Starting download, target: DendriteOpenapi |
1447 | 2024-11-01T07:41:58.560Z | Nov 01 07:41:57.873 INFO Starting download, target: DendriteStub |
1448 | 2024-11-01T07:41:58.560Z | Nov 01 07:41:57.873 INFO Starting download, target: MaghemiteMgd |
1449 | 2024-11-01T07:41:58.560Z | Nov 01 07:41:57.873 INFO Starting download, target: TransceiverControl |
1450 | 2024-11-01T07:41:58.560Z | Nov 01 07:41:57.873 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1451 | 2024-11-01T07:41:58.560Z | Nov 01 07:41:57.874 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1452 | 2024-11-01T07:41:58.560Z | Nov 01 07:41:57.874 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1453 | 2024-11-01T07:41:58.560Z | Nov 01 07:41:57.874 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1454 | 2024-11-01T07:41:58.560Z | Nov 01 07:41:57.874 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1455 | 2024-11-01T07:41:58.560Z | Nov 01 07:41:57.874 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1456 | 2024-11-01T07:41:58.561Z | Nov 01 07:41:57.874 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1457 | 2024-11-01T07:41:58.765Z | Nov 01 07:41:58.075 INFO Download complete, target: DendriteOpenapi |
1458 | 2024-11-01T07:41:58.871Z | Nov 01 07:41:58.163 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1459 | 2024-11-01T07:41:59.194Z | Nov 01 07:41:58.507 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1460 | 2024-11-01T07:41:59.417Z | Nov 01 07:41:58.732 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1461 | 2024-11-01T07:41:59.472Z | Nov 01 07:41:58.786 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1462 | 2024-11-01T07:41:59.544Z | Nov 01 07:41:58.857 INFO Download complete, target: Console |
1463 | 2024-11-01T07:41:59.571Z | Nov 01 07:41:58.886 INFO Download complete, target: TransceiverControl |
1464 | 2024-11-01T07:42:00.299Z | Nov 01 07:41:59.576 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1465 | 2024-11-01T07:42:00.299Z | Nov 01 07:41:59.576 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1466 | 2024-11-01T07:42:00.550Z | Nov 01 07:41:59.852 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1467 | 2024-11-01T07:42:02.210Z | Nov 01 07:42:01.524 INFO Download complete, target: DendriteStub |
1468 | 2024-11-01T07:42:02.346Z | Nov 01 07:42:01.661 INFO Download complete, target: MaghemiteMgd |
1469 | 2024-11-01T07:42:07.702Z | Nov 01 07:42:07.015 INFO Checking that binary works, target: Cockroach |
1470 | 2024-11-01T07:42:07.863Z | Nov 01 07:42:07.176 INFO Download complete, target: Cockroach |
1471 | 2024-11-01T07:42:12.939Z | Nov 01 07:42:12.252 INFO Checking that binary works, target: Clickhouse |
1472 | 2024-11-01T07:42:13.757Z | Nov 01 07:42:13.070 INFO Download complete, target: Clickhouse |
1473 | 2024-11-01T07:42:13.764Z | All prerequisites installed successfully |
1474 | 2024-11-01T07:42:13.767Z | |
1475 | 2024-11-01T07:42:13.767Z | real 5:36.795013186 |
1476 | 2024-11-01T07:42:13.767Z | user 12:11.745658067 |
1477 | 2024-11-01T07:42:13.767Z | sys 2:42.678816568 |
1478 | 2024-11-01T07:42:13.767Z | trap 0.412002074 |
1479 | 2024-11-01T07:42:13.767Z | tflt 6.323295697 |
1480 | 2024-11-01T07:42:13.767Z | dflt 4.972967423 |
1481 | 2024-11-01T07:42:13.767Z | kflt 0.212072240 |
1482 | 2024-11-01T07:42:13.767Z | lock 23:03.336925824 |
1483 | 2024-11-01T07:42:13.767Z | slp 51:40.203950635 |
1484 | 2024-11-01T07:42:13.767Z | lat 42.312256445 |
1485 | 2024-11-01T07:42:13.767Z | stop 2:01.506522043 |
1486 | 2024-11-01T07:42:13.767Z | + ptime -m cargo xtask download softnpu |
1487 | 2024-11-01T07:42:14.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1488 | 2024-11-01T07:42:14.277Z | Running `target/debug/xtask download softnpu` |
1489 | 2024-11-01T07:42:15.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1490 | 2024-11-01T07:42:15.145Z | Running `target/debug/xtask-downloader softnpu` |
1491 | 2024-11-01T07:42:15.183Z | Nov 01 07:42:14.496 INFO Starting download, target: Softnpu |
1492 | 2024-11-01T07:42:15.186Z | Nov 01 07:42:14.497 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1493 | 2024-11-01T07:42:15.875Z | Nov 01 07:42:15.187 INFO Download complete, target: Softnpu |
1494 | 2024-11-01T07:42:15.879Z | |
1495 | 2024-11-01T07:42:15.882Z | real 2.106789818 |
1496 | 2024-11-01T07:42:15.882Z | user 1.229218350 |
1497 | 2024-11-01T07:42:15.882Z | sys 0.526596358 |
1498 | 2024-11-01T07:42:15.882Z | trap 0.000878276 |
1499 | 2024-11-01T07:42:15.882Z | tflt 0.000007129 |
1500 | 2024-11-01T07:42:15.882Z | dflt 0.000000000 |
1501 | 2024-11-01T07:42:15.882Z | kflt 0.000000000 |
1502 | 2024-11-01T07:42:15.882Z | lock 7.185918968 |
1503 | 2024-11-01T07:42:15.882Z | slp 0.532499886 |
1504 | 2024-11-01T07:42:15.882Z | lat 0.069558204 |
1505 | 2024-11-01T07:42:15.882Z | stop 0.000173397 |
1506 | 2024-11-01T07:42:15.882Z | + export CARGO_INCREMENTAL=0 |
1507 | 2024-11-01T07:42:15.882Z | + CARGO_INCREMENTAL=0 |
1508 | 2024-11-01T07:42:15.882Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1509 | 2024-11-01T07:42:16.781Z | Compiling proc-macro2 v1.0.87 |
1510 | 2024-11-01T07:42:16.781Z | Compiling unicode-ident v1.0.13 |
1511 | 2024-11-01T07:42:16.781Z | Compiling libc v0.2.161 |
1512 | 2024-11-01T07:42:16.784Z | Compiling serde v1.0.210 |
1513 | 2024-11-01T07:42:16.784Z | Compiling autocfg v1.4.0 |
1514 | 2024-11-01T07:42:16.784Z | Compiling version_check v0.9.5 |
1515 | 2024-11-01T07:42:16.784Z | Compiling cfg-if v1.0.0 |
1516 | 2024-11-01T07:42:17.029Z | Compiling typenum v1.17.0 |
1517 | 2024-11-01T07:42:17.061Z | Compiling memchr v2.7.4 |
1518 | 2024-11-01T07:42:17.478Z | Compiling shlex v1.3.0 |
1519 | 2024-11-01T07:42:17.663Z | Compiling lock_api v0.4.12 |
1520 | 2024-11-01T07:42:17.808Z | Compiling generic-array v0.14.7 |
1521 | 2024-11-01T07:42:17.925Z | Compiling parking_lot_core v0.9.10 |
1522 | 2024-11-01T07:42:17.971Z | Compiling once_cell v1.20.2 |
1523 | 2024-11-01T07:42:18.108Z | Compiling serde_json v1.0.128 |
1524 | 2024-11-01T07:42:18.338Z | Compiling libm v0.2.8 |
1525 | 2024-11-01T07:42:18.362Z | Compiling thiserror v1.0.64 |
1526 | 2024-11-01T07:42:18.377Z | Compiling num-traits v0.2.19 |
1527 | 2024-11-01T07:42:18.441Z | Compiling value-bag v1.9.0 |
1528 | 2024-11-01T07:42:18.672Z | Compiling quote v1.0.37 |
1529 | 2024-11-01T07:42:18.692Z | Compiling itoa v1.0.11 |
1530 | 2024-11-01T07:42:18.833Z | Compiling getrandom v0.2.15 |
1531 | 2024-11-01T07:42:19.035Z | Compiling jobserver v0.1.32 |
1532 | 2024-11-01T07:42:19.064Z | Compiling syn v2.0.79 |
1533 | 2024-11-01T07:42:19.127Z | Compiling log v0.4.22 |
1534 | 2024-11-01T07:42:19.273Z | Compiling slab v0.4.9 |
1535 | 2024-11-01T07:42:19.290Z | Compiling scopeguard v1.2.0 |
1536 | 2024-11-01T07:42:19.413Z | Compiling cc v1.1.30 |
1537 | 2024-11-01T07:42:19.564Z | Compiling rand_core v0.6.4 |
1538 | 2024-11-01T07:42:19.728Z | Compiling byteorder v1.5.0 |
1539 | 2024-11-01T07:42:20.221Z | Compiling subtle v2.6.1 |
1540 | 2024-11-01T07:42:20.425Z | Compiling allocator-api2 v0.2.18 |
1541 | 2024-11-01T07:42:20.762Z | Compiling semver v1.0.23 |
1542 | 2024-11-01T07:42:21.207Z | Compiling ryu v1.0.18 |
1543 | 2024-11-01T07:42:21.235Z | Compiling const-oid v0.9.6 |
1544 | 2024-11-01T07:42:21.349Z | Compiling pin-project-lite v0.2.14 |
1545 | 2024-11-01T07:42:21.469Z | Compiling smallvec v1.13.2 |
1546 | 2024-11-01T07:42:21.486Z | Compiling equivalent v1.0.1 |
1547 | 2024-11-01T07:42:21.503Z | Compiling foldhash v0.1.3 |
1548 | 2024-11-01T07:42:21.573Z | Compiling httparse v1.9.5 |
1549 | 2024-11-01T07:42:21.692Z | Compiling hashbrown v0.15.0 |
1550 | 2024-11-01T07:42:21.946Z | Compiling schemars v0.8.21 |
1551 | 2024-11-01T07:42:22.314Z | Compiling signal-hook-registry v1.4.2 |
1552 | 2024-11-01T07:42:22.382Z | Compiling heck v0.5.0 |
1553 | 2024-11-01T07:42:22.495Z | Compiling mio v1.0.2 |
1554 | 2024-11-01T07:42:22.685Z | Compiling ring v0.17.8 |
1555 | 2024-11-01T07:42:22.802Z | Compiling parking_lot v0.12.3 |
1556 | 2024-11-01T07:42:23.676Z | Compiling crossbeam-utils v0.8.20 |
1557 | 2024-11-01T07:42:23.694Z | Compiling socket2 v0.5.7 |
1558 | 2024-11-01T07:42:23.811Z | Compiling pkg-config v0.3.31 |
1559 | 2024-11-01T07:42:24.043Z | Compiling vcpkg v0.2.15 |
1560 | 2024-11-01T07:42:24.805Z | Compiling futures-core v0.3.31 |
1561 | 2024-11-01T07:42:25.028Z | Compiling time-core v0.1.2 |
1562 | 2024-11-01T07:42:25.241Z | Compiling num-conv v0.1.0 |
1563 | 2024-11-01T07:42:25.273Z | Compiling fnv v1.0.7 |
1564 | 2024-11-01T07:42:25.515Z | Compiling time-macros v0.2.18 |
1565 | 2024-11-01T07:42:25.650Z | Compiling openssl-sys v0.9.103 |
1566 | 2024-11-01T07:42:26.016Z | Compiling spin v0.9.8 |
1567 | 2024-11-01T07:42:26.493Z | Compiling serde_derive_internals v0.29.1 |
1568 | 2024-11-01T07:42:26.582Z | Compiling cpufeatures v0.2.14 |
1569 | 2024-11-01T07:42:26.645Z | Compiling futures-sink v0.3.31 |
1570 | 2024-11-01T07:42:27.083Z | Compiling ahash v0.8.11 |
1571 | 2024-11-01T07:42:27.418Z | Compiling slog v2.7.0 |
1572 | 2024-11-01T07:42:27.434Z | Compiling syn v1.0.109 |
1573 | 2024-11-01T07:42:27.667Z | Compiling rustix v0.38.37 |
1574 | 2024-11-01T07:42:28.125Z | Compiling futures-channel v0.3.31 |
1575 | 2024-11-01T07:42:28.199Z | Compiling tinyvec_macros v0.1.1 |
1576 | 2024-11-01T07:42:28.300Z | Compiling openssl v0.10.66 |
1577 | 2024-11-01T07:42:28.319Z | Compiling ucd-trie v0.1.7 |
1578 | 2024-11-01T07:42:28.433Z | Compiling futures-io v0.3.31 |
1579 | 2024-11-01T07:42:28.451Z | Compiling futures-task v0.3.31 |
1580 | 2024-11-01T07:42:28.510Z | Compiling pin-utils v0.1.0 |
1581 | 2024-11-01T07:42:28.605Z | Compiling iana-time-zone v0.1.61 |
1582 | 2024-11-01T07:42:28.723Z | Compiling tinyvec v1.8.0 |
1583 | 2024-11-01T07:42:29.300Z | Compiling native-tls v0.2.12 |
1584 | 2024-11-01T07:42:29.419Z | Compiling rustls v0.23.14 |
1585 | 2024-11-01T07:42:29.604Z | Compiling unicode-bidi v0.3.17 |
1586 | 2024-11-01T07:42:29.718Z | Compiling base64ct v1.6.0 |
1587 | 2024-11-01T07:42:30.240Z | Compiling unicode-normalization v0.1.24 |
1588 | 2024-11-01T07:42:30.281Z | Compiling pem-rfc7468 v0.7.0 |
1589 | 2024-11-01T07:42:30.943Z | Compiling tracing-core v0.1.32 |
1590 | 2024-11-01T07:42:31.255Z | Compiling usdt-impl v0.5.0 |
1591 | 2024-11-01T07:42:31.274Z | Compiling serde_derive v1.0.210 |
1592 | 2024-11-01T07:42:31.591Z | Compiling zeroize_derive v1.4.2 |
1593 | 2024-11-01T07:42:32.143Z | Compiling zerocopy-derive v0.7.35 |
1594 | 2024-11-01T07:42:32.252Z | Compiling thiserror-impl v1.0.64 |
1595 | 2024-11-01T07:42:32.883Z | Compiling zeroize v1.8.1 |
1596 | 2024-11-01T07:42:33.088Z | Compiling tokio-macros v2.4.0 |
1597 | 2024-11-01T07:42:33.947Z | Compiling futures-macro v0.3.31 |
1598 | 2024-11-01T07:42:34.396Z | Compiling zerocopy v0.7.35 |
1599 | 2024-11-01T07:42:34.925Z | Compiling crypto-common v0.1.6 |
1600 | 2024-11-01T07:42:35.237Z | Compiling tracing-attributes v0.1.27 |
1601 | 2024-11-01T07:42:35.572Z | Compiling block-buffer v0.10.4 |
1602 | 2024-11-01T07:42:35.787Z | Compiling digest v0.10.7 |
1603 | 2024-11-01T07:42:36.006Z | Compiling schemars_derive v0.8.21 |
1604 | 2024-11-01T07:42:36.177Z | Compiling der_derive v0.7.3 |
1605 | 2024-11-01T07:42:37.295Z | Compiling hmac v0.12.1 |
1606 | 2024-11-01T07:42:37.520Z | Compiling scroll_derive v0.12.0 |
1607 | 2024-11-01T07:42:37.636Z | Compiling futures-util v0.3.31 |
1608 | 2024-11-01T07:42:38.221Z | Compiling pest v2.7.14 |
1609 | 2024-11-01T07:42:38.595Z | Compiling block-padding v0.3.3 |
1610 | 2024-11-01T07:42:38.820Z | Compiling inout v0.1.3 |
1611 | 2024-11-01T07:42:39.096Z | Compiling openssl-macros v0.1.1 |
1612 | 2024-11-01T07:42:39.460Z | Compiling cipher v0.4.4 |
1613 | 2024-11-01T07:42:39.818Z | Compiling sha2 v0.10.8 |
1614 | 2024-11-01T07:42:39.907Z | Compiling ppv-lite86 v0.2.20 |
1615 | 2024-11-01T07:42:40.637Z | Compiling cookie v0.18.1 |
1616 | 2024-11-01T07:42:40.787Z | Compiling pest_meta v2.7.14 |
1617 | 2024-11-01T07:42:40.944Z | Compiling flagset v0.4.6 |
1618 | 2024-11-01T07:42:41.136Z | Compiling anyhow v1.0.92 |
1619 | 2024-11-01T07:42:41.164Z | Compiling dyn-clone v1.0.17 |
1620 | 2024-11-01T07:42:41.554Z | Compiling der v0.7.9 |
1621 | 2024-11-01T07:42:41.713Z | Compiling rand_chacha v0.3.1 |
1622 | 2024-11-01T07:42:42.545Z | Compiling pest_generator v2.7.14 |
1623 | 2024-11-01T07:42:43.539Z | Compiling bytes v1.7.2 |
1624 | 2024-11-01T07:42:43.763Z | Compiling indexmap v2.6.0 |
1625 | 2024-11-01T07:42:44.531Z | Compiling tokio v1.40.0 |
1626 | 2024-11-01T07:42:44.699Z | Compiling http v1.1.0 |
1627 | 2024-11-01T07:42:45.051Z | Compiling serde_tokenstream v0.2.2 |
1628 | 2024-11-01T07:42:45.509Z | Compiling rustc_version v0.4.1 |
1629 | 2024-11-01T07:42:45.618Z | Compiling uuid v1.10.0 |
1630 | 2024-11-01T07:42:45.986Z | Compiling bitflags v2.6.0 |
1631 | 2024-11-01T07:42:46.101Z | Compiling chrono v0.4.38 |
1632 | 2024-11-01T07:42:46.910Z | Compiling serde_spanned v0.6.8 |
1633 | 2024-11-01T07:42:47.141Z | Compiling toml_datetime v0.6.8 |
1634 | 2024-11-01T07:42:47.600Z | Compiling pest_derive v2.7.14 |
1635 | 2024-11-01T07:42:48.363Z | Compiling scroll v0.12.0 |
1636 | 2024-11-01T07:42:48.962Z | Compiling tracing v0.1.40 |
1637 | 2024-11-01T07:42:51.134Z | Compiling async-trait v0.1.83 |
1638 | 2024-11-01T07:42:51.747Z | Compiling aho-corasick v1.1.3 |
1639 | 2024-11-01T07:42:52.511Z | Compiling rayon-core v1.12.1 |
1640 | 2024-11-01T07:42:52.817Z | Compiling regex-syntax v0.8.5 |
1641 | 2024-11-01T07:42:52.989Z | Compiling camino v1.1.9 |
1642 | 2024-11-01T07:42:53.393Z | Compiling percent-encoding v2.3.1 |
1643 | 2024-11-01T07:42:53.560Z | Compiling plain v0.2.3 |
1644 | 2024-11-01T07:42:53.709Z | Compiling rustls-pki-types v1.9.0 |
1645 | 2024-11-01T07:42:53.727Z | Compiling goblin v0.8.2 |
1646 | 2024-11-01T07:42:54.544Z | Compiling tokio-util v0.7.12 |
1647 | 2024-11-01T07:42:55.855Z | Compiling spki v0.7.3 |
1648 | 2024-11-01T07:42:55.885Z | Compiling rand v0.8.5 |
1649 | 2024-11-01T07:42:55.984Z | Compiling salsa20 v0.10.2 |
1650 | 2024-11-01T07:42:56.231Z | Compiling pbkdf2 v0.12.2 |
1651 | 2024-11-01T07:42:56.673Z | Compiling regex-automata v0.4.8 |
1652 | 2024-11-01T07:42:56.982Z | Compiling rustls v0.22.4 |
1653 | 2024-11-01T07:42:57.287Z | Compiling winnow v0.5.40 |
1654 | 2024-11-01T07:42:57.907Z | Compiling pretty-hex v0.4.1 |
1655 | 2024-11-01T07:42:58.129Z | Compiling untrusted v0.9.0 |
1656 | 2024-11-01T07:42:58.322Z | Compiling powerfmt v0.2.0 |
1657 | 2024-11-01T07:42:58.624Z | Compiling deranged v0.3.11 |
1658 | 2024-11-01T07:43:00.399Z | Compiling dof v0.3.0 |
1659 | 2024-11-01T07:43:01.034Z | Compiling toml_edit v0.19.15 |
1660 | 2024-11-01T07:43:01.157Z | Compiling scrypt v0.11.0 |
1661 | 2024-11-01T07:43:01.738Z | Compiling dtrace-parser v0.2.0 |
1662 | 2024-11-01T07:43:02.024Z | Compiling aes v0.8.4 |
1663 | 2024-11-01T07:43:02.053Z | Compiling cbc v0.1.2 |
1664 | 2024-11-01T07:43:02.456Z | Compiling thread-id v4.2.2 |
1665 | 2024-11-01T07:43:02.557Z | Compiling atomic-waker v1.1.2 |
1666 | 2024-11-01T07:43:02.750Z | Compiling num_threads v0.1.7 |
1667 | 2024-11-01T07:43:02.780Z | Compiling rustversion v1.0.17 |
1668 | 2024-11-01T07:43:03.451Z | Compiling pkcs5 v0.7.1 |
1669 | 2024-11-01T07:43:03.568Z | Compiling time v0.3.36 |
1670 | 2024-11-01T07:43:05.032Z | Compiling rustls-webpki v0.102.8 |
1671 | 2024-11-01T07:43:05.670Z | Compiling form_urlencoded v1.2.1 |
1672 | 2024-11-01T07:43:05.974Z | Compiling http-body v1.0.1 |
1673 | 2024-11-01T07:43:06.224Z | Compiling heapless v0.7.17 |
1674 | 2024-11-01T07:43:06.898Z | Compiling multer v3.1.0 |
1675 | 2024-11-01T07:43:07.212Z | Compiling signal-hook v0.3.17 |
1676 | 2024-11-01T07:43:07.277Z | Compiling slog-async v2.8.0 |
1677 | 2024-11-01T07:43:07.541Z | Compiling try-lock v0.2.5 |
1678 | 2024-11-01T07:43:07.692Z | Compiling want v0.3.1 |
1679 | 2024-11-01T07:43:07.953Z | Compiling pkcs8 v0.10.2 |
1680 | 2024-11-01T07:43:08.563Z | Compiling h2 v0.4.6 |
1681 | 2024-11-01T07:43:09.388Z | Compiling regex v1.11.0 |
1682 | 2024-11-01T07:43:10.385Z | Compiling paste v1.0.15 |
1683 | 2024-11-01T07:43:10.748Z | Compiling strsim v0.11.1 |
1684 | 2024-11-01T07:43:10.769Z | Compiling httpdate v1.0.3 |
1685 | 2024-11-01T07:43:12.205Z | Compiling usdt-macro v0.5.0 |
1686 | 2024-11-01T07:43:12.213Z | Compiling usdt-attr-macro v0.5.0 |
1687 | 2024-11-01T07:43:12.842Z | Compiling curve25519-dalek v4.1.3 |
1688 | 2024-11-01T07:43:13.265Z | Compiling openapiv3 v2.0.0 |
1689 | 2024-11-01T07:43:13.514Z | Compiling async-stream-impl v0.3.6 |
1690 | 2024-11-01T07:43:13.659Z | Compiling enum-as-inner v0.6.1 |
1691 | 2024-11-01T07:43:14.731Z | Compiling idna v0.5.0 |
1692 | 2024-11-01T07:43:14.887Z | Compiling errno v0.3.9 |
1693 | 2024-11-01T07:43:15.271Z | Compiling dropshot v0.12.0 |
1694 | 2024-11-01T07:43:15.468Z | Compiling num-bigint-dig v0.8.4 |
1695 | 2024-11-01T07:43:15.746Z | Compiling hyper v1.4.1 |
1696 | 2024-11-01T07:43:15.780Z | Compiling tower-service v0.3.3 |
1697 | 2024-11-01T07:43:15.913Z | Compiling match_cfg v0.1.0 |
1698 | 2024-11-01T07:43:16.015Z | Compiling portable-atomic v1.9.0 |
1699 | 2024-11-01T07:43:16.133Z | Compiling adler2 v2.0.0 |
1700 | 2024-11-01T07:43:16.893Z | Compiling smoltcp v0.9.1 |
1701 | 2024-11-01T07:43:17.151Z | Compiling base64 v0.22.1 |
1702 | 2024-11-01T07:43:17.507Z | Compiling foreign-types-shared v0.1.1 |
1703 | 2024-11-01T07:43:17.625Z | Compiling foreign-types v0.3.2 |
1704 | 2024-11-01T07:43:17.646Z | Compiling miniz_oxide v0.8.0 |
1705 | 2024-11-01T07:43:17.729Z | Compiling hostname v0.3.1 |
1706 | 2024-11-01T07:43:17.789Z | Compiling url v2.5.2 |
1707 | 2024-11-01T07:43:18.228Z | Compiling hyper-util v0.1.9 |
1708 | 2024-11-01T07:43:21.069Z | Compiling dirs-sys-next v0.1.2 |
1709 | 2024-11-01T07:43:21.250Z | Compiling data-encoding v2.6.0 |
1710 | 2024-11-01T07:43:21.321Z | Compiling gimli v0.31.1 |
1711 | 2024-11-01T07:43:21.742Z | Compiling siphasher v0.3.11 |
1712 | 2024-11-01T07:43:22.112Z | Compiling heck v0.4.1 |
1713 | 2024-11-01T07:43:22.782Z | Compiling dirs-next v2.0.0 |
1714 | 2024-11-01T07:43:26.771Z | Compiling addr2line v0.24.2 |
1715 | 2024-11-01T07:43:28.255Z | Compiling http-body-util v0.1.2 |
1716 | 2024-11-01T07:43:29.066Z | Compiling crossbeam-epoch v0.9.18 |
1717 | 2024-11-01T07:43:29.525Z | Compiling dropshot_endpoint v0.12.0 |
1718 | 2024-11-01T07:43:29.797Z | Compiling hubpack_derive v0.1.1 |
1719 | 2024-11-01T07:43:30.059Z | Compiling sha1 v0.10.6 |
1720 | 2024-11-01T07:43:30.455Z | Compiling signature v2.2.0 |
1721 | 2024-11-01T07:43:30.502Z | Compiling curve25519-dalek-derive v0.1.1 |
1722 | 2024-11-01T07:43:30.622Z | Compiling zerocopy-derive v0.6.6 |
1723 | 2024-11-01T07:43:30.763Z | Compiling lazy_static v1.5.0 |
1724 | 2024-11-01T07:43:30.904Z | Compiling thread_local v1.1.8 |
1725 | 2024-11-01T07:43:31.371Z | Compiling object v0.36.5 |
1726 | 2024-11-01T07:43:31.718Z | Compiling fs-err v2.11.0 |
1727 | 2024-11-01T07:43:31.793Z | Compiling encoding_rs v0.8.34 |
1728 | 2024-11-01T07:43:32.029Z | Compiling anstyle v1.0.8 |
1729 | 2024-11-01T07:43:32.391Z | Compiling rustc-demangle v0.1.24 |
1730 | 2024-11-01T07:43:32.489Z | Compiling mime v0.3.17 |
1731 | 2024-11-01T07:43:33.410Z | Compiling stable_deref_trait v1.2.0 |
1732 | 2024-11-01T07:43:33.532Z | Compiling unicode-properties v0.1.3 |
1733 | 2024-11-01T07:43:33.948Z | Compiling ipnet v2.10.1 |
1734 | 2024-11-01T07:43:34.264Z | Compiling either v1.13.0 |
1735 | 2024-11-01T07:43:34.617Z | Compiling openssl-probe v0.1.5 |
1736 | 2024-11-01T07:43:34.933Z | Compiling winnow v0.6.20 |
1737 | 2024-11-01T07:43:34.969Z | Compiling utf8parse v0.2.2 |
1738 | 2024-11-01T07:43:35.129Z | Compiling anstyle-parse v0.2.5 |
1739 | 2024-11-01T07:43:35.469Z | Compiling stringprep v0.1.5 |
1740 | 2024-11-01T07:43:36.445Z | Compiling crossbeam-deque v0.8.5 |
1741 | 2024-11-01T07:43:38.682Z | Compiling toml_edit v0.22.22 |
1742 | 2024-11-01T07:43:39.818Z | Compiling backtrace v0.3.74 |
1743 | 2024-11-01T07:43:45.700Z | Compiling term v0.7.0 |
1744 | 2024-11-01T07:43:46.915Z | Compiling slog-json v2.6.1 |
1745 | 2024-11-01T07:43:47.887Z | Compiling serde_urlencoded v0.7.1 |
1746 | 2024-11-01T07:43:47.906Z | Compiling crossbeam-channel v0.5.13 |
1747 | 2024-11-01T07:43:47.924Z | Compiling rustls-pemfile v2.2.0 |
1748 | 2024-11-01T07:43:48.340Z | Compiling hashbrown v0.14.5 |
1749 | 2024-11-01T07:43:48.453Z | Compiling futures-executor v0.3.31 |
1750 | 2024-11-01T07:43:49.083Z | Compiling md-5 v0.10.6 |
1751 | 2024-11-01T07:43:49.296Z | Compiling idna v0.4.0 |
1752 | 2024-11-01T07:43:49.317Z | Compiling idna v0.3.0 |
1753 | 2024-11-01T07:43:49.677Z | Compiling num-integer v0.1.46 |
1754 | 2024-11-01T07:43:49.836Z | Compiling ff v0.13.0 |
1755 | 2024-11-01T07:43:50.057Z | Compiling hash32 v0.2.1 |
1756 | 2024-11-01T07:43:50.407Z | Compiling memmap v0.7.0 |
1757 | 2024-11-01T07:43:50.441Z | Compiling is-terminal v0.4.13 |
1758 | 2024-11-01T07:43:50.691Z | Compiling is_terminal_polyfill v1.70.1 |
1759 | 2024-11-01T07:43:50.712Z | Compiling linked-hash-map v0.5.6 |
1760 | 2024-11-01T07:43:50.739Z | Compiling base16ct v0.2.0 |
1761 | 2024-11-01T07:43:51.022Z | Compiling anstyle-query v1.1.1 |
1762 | 2024-11-01T07:43:51.080Z | Compiling quick-error v1.2.3 |
1763 | 2024-11-01T07:43:51.177Z | Compiling take_mut v0.2.2 |
1764 | 2024-11-01T07:43:52.199Z | Compiling colorchoice v1.0.2 |
1765 | 2024-11-01T07:43:52.368Z | Compiling psl-types v2.0.11 |
1766 | 2024-11-01T07:43:52.575Z | Compiling fallible-iterator v0.2.0 |
1767 | 2024-11-01T07:43:52.880Z | Compiling utf-8 v0.7.6 |
1768 | 2024-11-01T07:43:53.184Z | Compiling tungstenite v0.24.0 |
1769 | 2024-11-01T07:43:53.330Z | Compiling postgres-protocol v0.6.7 |
1770 | 2024-11-01T07:43:53.841Z | Compiling publicsuffix v2.2.3 |
1771 | 2024-11-01T07:43:55.187Z | Compiling anstream v0.6.15 |
1772 | 2024-11-01T07:43:55.828Z | Compiling resolv-conf v0.7.0 |
1773 | 2024-11-01T07:43:55.852Z | Compiling lru-cache v0.1.2 |
1774 | 2024-11-01T07:43:56.062Z | Compiling sec1 v0.7.3 |
1775 | 2024-11-01T07:43:56.187Z | Compiling usdt v0.5.0 |
1776 | 2024-11-01T07:43:56.463Z | Compiling slog-term v2.9.1 |
1777 | 2024-11-01T07:43:56.637Z | Compiling num-iter v0.1.45 |
1778 | 2024-11-01T07:43:56.657Z | Compiling hickory-proto v0.24.1 |
1779 | 2024-11-01T07:43:56.827Z | Compiling group v0.13.0 |
1780 | 2024-11-01T07:43:57.530Z | Compiling regress v0.10.1 |
1781 | 2024-11-01T07:44:00.857Z | Compiling futures v0.3.31 |
1782 | 2024-11-01T07:44:02.225Z | Compiling slog-bunyan v2.5.0 |
1783 | 2024-11-01T07:44:02.482Z | Compiling tokio-rustls v0.26.0 |
1784 | 2024-11-01T07:44:02.618Z | Compiling toml v0.8.19 |
1785 | 2024-11-01T07:44:02.735Z | Compiling tokio-rustls v0.25.0 |
1786 | 2024-11-01T07:44:02.942Z | Compiling tokio-native-tls v0.3.1 |
1787 | 2024-11-01T07:44:03.133Z | Compiling terminal_size v0.4.0 |
1788 | 2024-11-01T07:44:03.234Z | Compiling strum_macros v0.25.3 |
1789 | 2024-11-01T07:44:03.351Z | Compiling phf_shared v0.11.2 |
1790 | 2024-11-01T07:44:03.945Z | Compiling async-stream v0.3.6 |
1791 | 2024-11-01T07:44:04.244Z | Compiling waitgroup v0.1.2 |
1792 | 2024-11-01T07:44:04.783Z | Compiling webpki-roots v0.26.6 |
1793 | 2024-11-01T07:44:05.009Z | Compiling serde_path_to_error v0.1.16 |
1794 | 2024-11-01T07:44:05.473Z | Compiling hkdf v0.12.4 |
1795 | 2024-11-01T07:44:05.497Z | Compiling crypto-bigint v0.5.5 |
1796 | 2024-11-01T07:44:05.713Z | Compiling derive-where v1.2.7 |
1797 | 2024-11-01T07:44:05.835Z | Compiling serde_repr v0.1.19 |
1798 | 2024-11-01T07:44:06.615Z | Compiling clap_derive v4.5.18 |
1799 | 2024-11-01T07:44:07.019Z | Compiling hostname v0.4.0 |
1800 | 2024-11-01T07:44:07.239Z | Compiling managed v0.8.0 |
1801 | 2024-11-01T07:44:07.772Z | Compiling clap_lex v0.7.2 |
1802 | 2024-11-01T07:44:08.205Z | Compiling unicode-width v0.1.14 |
1803 | 2024-11-01T07:44:08.813Z | Compiling bitflags v1.3.2 |
1804 | 2024-11-01T07:44:09.039Z | Compiling debug-ignore v1.0.5 |
1805 | 2024-11-01T07:44:09.421Z | Compiling console v0.15.8 |
1806 | 2024-11-01T07:44:09.518Z | Compiling elliptic-curve v0.13.8 |
1807 | 2024-11-01T07:44:10.268Z | Compiling clap_builder v4.5.20 |
1808 | 2024-11-01T07:44:11.390Z | Compiling hyper-rustls v0.27.3 |
1809 | 2024-11-01T07:44:14.096Z | Compiling phf v0.11.2 |
1810 | 2024-11-01T07:44:14.408Z | Compiling hyper-tls v0.6.0 |
1811 | 2024-11-01T07:44:14.810Z | Compiling signal-hook-mio v0.2.4 |
1812 | 2024-11-01T07:44:14.984Z | Compiling hickory-resolver v0.24.1 |
1813 | 2024-11-01T07:44:15.019Z | Compiling rayon v1.10.0 |
1814 | 2024-11-01T07:44:15.117Z | Compiling typify-impl v0.2.0 |
1815 | 2024-11-01T07:44:17.328Z | Compiling cookie_store v0.21.0 |
1816 | 2024-11-01T07:44:17.736Z | Compiling tokio-tungstenite v0.24.0 |
1817 | 2024-11-01T07:44:18.329Z | Compiling postgres-types v0.2.8 |
1818 | 2024-11-01T07:44:18.650Z | Compiling zerocopy v0.6.6 |
1819 | 2024-11-01T07:44:19.661Z | Compiling ed25519 v2.2.3 |
1820 | 2024-11-01T07:44:19.730Z | Compiling hubpack v0.1.2 |
1821 | 2024-11-01T07:44:19.917Z | Compiling phf_shared v0.10.0 |
1822 | 2024-11-01T07:44:20.130Z | Compiling pkcs1 v0.7.5 |
1823 | 2024-11-01T07:44:20.170Z | Compiling bstr v1.10.0 |
1824 | 2024-11-01T07:44:20.581Z | Compiling tokio-stream v0.1.16 |
1825 | 2024-11-01T07:44:21.133Z | Compiling serde-big-array v0.5.1 |
1826 | 2024-11-01T07:44:21.366Z | Compiling rfc6979 v0.4.0 |
1827 | 2024-11-01T07:44:21.569Z | Compiling float-cmp v0.9.0 |
1828 | 2024-11-01T07:44:21.682Z | Compiling sync_wrapper v1.0.1 |
1829 | 2024-11-01T07:44:21.778Z | Compiling crc32fast v1.4.2 |
1830 | 2024-11-01T07:44:21.799Z | Compiling difflib v0.4.0 |
1831 | 2024-11-01T07:44:21.831Z | Compiling new_debug_unreachable v1.0.6 |
1832 | 2024-11-01T07:44:21.850Z | Compiling unicode-segmentation v1.12.0 |
1833 | 2024-11-01T07:44:21.938Z | Compiling whoami v1.5.2 |
1834 | 2024-11-01T07:44:22.099Z | Compiling static_assertions v1.1.0 |
1835 | 2024-11-01T07:44:22.213Z | Compiling normalize-line-endings v0.3.0 |
1836 | 2024-11-01T07:44:22.463Z | Compiling precomputed-hash v0.1.1 |
1837 | 2024-11-01T07:44:22.496Z | Compiling number_prefix v0.4.0 |
1838 | 2024-11-01T07:44:22.723Z | Compiling fixedbitset v0.4.2 |
1839 | 2024-11-01T07:44:22.742Z | Compiling predicates-core v1.0.8 |
1840 | 2024-11-01T07:44:22.906Z | Compiling bit-vec v0.6.3 |
1841 | 2024-11-01T07:44:23.114Z | Compiling minimal-lexical v0.2.1 |
1842 | 2024-11-01T07:44:23.583Z | Compiling nom v7.1.3 |
1843 | 2024-11-01T07:44:24.166Z | Compiling bit-set v0.5.3 |
1844 | 2024-11-01T07:44:25.454Z | Compiling petgraph v0.6.5 |
1845 | 2024-11-01T07:44:25.457Z | Compiling predicates v3.1.2 |
1846 | 2024-11-01T07:44:25.942Z | Compiling indicatif v0.17.8 |
1847 | 2024-11-01T07:44:26.106Z | Compiling typify-macro v0.2.0 |
1848 | 2024-11-01T07:44:27.231Z | Compiling similar v2.6.0 |
1849 | 2024-11-01T07:44:27.311Z | Compiling string_cache v0.8.7 |
1850 | 2024-11-01T07:44:27.593Z | Compiling tokio-postgres v0.7.12 |
1851 | 2024-11-01T07:44:27.674Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1852 | 2024-11-01T07:44:27.713Z | Compiling flate2 v1.0.34 |
1853 | 2024-11-01T07:44:28.436Z | Compiling reqwest v0.12.8 |
1854 | 2024-11-01T07:44:28.606Z | Compiling qorb v0.2.0 |
1855 | 2024-11-01T07:44:29.131Z | Compiling ecdsa v0.16.9 |
1856 | 2024-11-01T07:44:30.040Z | Compiling rsa v0.9.6 |
1857 | 2024-11-01T07:44:31.662Z | Compiling ed25519-dalek v2.1.1 |
1858 | 2024-11-01T07:44:32.820Z | Compiling crossterm v0.28.1 |
1859 | 2024-11-01T07:44:33.039Z | Compiling clap v4.5.20 |
1860 | 2024-11-01T07:44:34.358Z | Compiling itertools v0.10.5 |
1861 | 2024-11-01T07:44:35.617Z | Compiling itertools v0.12.1 |
1862 | 2024-11-01T07:44:35.987Z | Compiling toml v0.7.8 |
1863 | 2024-11-01T07:44:36.125Z | Compiling x509-cert v0.2.5 |
1864 | 2024-11-01T07:44:37.298Z | Compiling hex v0.4.3 |
1865 | 2024-11-01T07:44:37.897Z | Compiling unicode-xid v0.2.6 |
1866 | 2024-11-01T07:44:38.570Z | Compiling peg-runtime v0.8.3 |
1867 | 2024-11-01T07:44:38.662Z | Compiling lalrpop-util v0.19.12 |
1868 | 2024-11-01T07:44:40.307Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1869 | 2024-11-01T07:44:42.576Z | Compiling proc-macro-crate v1.3.1 |
1870 | 2024-11-01T07:44:43.200Z | Compiling ipnetwork v0.20.0 |
1871 | 2024-11-01T07:44:44.841Z | Compiling heapless v0.8.0 |
1872 | 2024-11-01T07:44:45.810Z | Compiling num_enum_derive v0.5.11 |
1873 | 2024-11-01T07:44:51.542Z | Compiling hash32 v0.3.1 |
1874 | 2024-11-01T07:44:52.375Z | Compiling ident_case v1.0.1 |
1875 | 2024-11-01T07:44:52.570Z | Compiling smoltcp v0.11.0 |
1876 | 2024-11-01T07:44:54.375Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1877 | 2024-11-01T07:44:58.999Z | Compiling darling_core v0.20.10 |
1878 | 2024-11-01T07:45:08.960Z | Compiling num_enum v0.5.11 |
1879 | 2024-11-01T07:45:09.708Z | Compiling typify v0.2.0 |
1880 | 2024-11-01T07:45:12.029Z | Compiling proc-macro-error-attr v1.0.4 |
1881 | 2024-11-01T07:45:12.521Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1882 | 2024-11-01T07:45:12.662Z | Compiling unsafe-libyaml v0.2.11 |
1883 | 2024-11-01T07:45:14.410Z | Compiling cobs v0.2.3 |
1884 | 2024-11-01T07:45:15.413Z | Compiling postcard v1.0.10 |
1885 | 2024-11-01T07:45:15.636Z | Compiling serde_yaml v0.9.34+deprecated |
1886 | 2024-11-01T07:45:25.957Z | Compiling progenitor-impl v0.8.0 |
1887 | 2024-11-01T07:45:27.686Z | Compiling darling_macro v0.20.10 |
1888 | 2024-11-01T07:45:39.785Z | Compiling strum_macros v0.26.4 |
1889 | 2024-11-01T07:45:40.624Z | Compiling structmeta-derive v0.3.0 |
1890 | 2024-11-01T07:45:40.856Z | Compiling foreign-types-macros v0.2.3 |
1891 | 2024-11-01T07:45:41.501Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1892 | 2024-11-01T07:45:41.658Z | Compiling proc-macro-error v1.0.4 |
1893 | 2024-11-01T07:45:41.969Z | Compiling newtype-uuid v1.1.2 |
1894 | 2024-11-01T07:45:42.314Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1895 | 2024-11-01T07:45:42.486Z | Compiling foreign-types-shared v0.3.1 |
1896 | 2024-11-01T07:45:43.803Z | Compiling structmeta v0.3.0 |
1897 | 2024-11-01T07:45:43.994Z | Compiling strum v0.26.3 |
1898 | 2024-11-01T07:45:44.180Z | Compiling foreign-types v0.5.0 |
1899 | 2024-11-01T07:45:44.305Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1900 | 2024-11-01T07:45:51.435Z | Compiling progenitor-macro v0.8.0 |
1901 | 2024-11-01T07:45:54.894Z | Compiling darling v0.20.10 |
1902 | 2024-11-01T07:45:57.033Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1903 | 2024-11-01T07:45:57.148Z | Compiling progenitor-client v0.8.0 |
1904 | 2024-11-01T07:45:58.014Z | Compiling tabwriter v1.4.0 |
1905 | 2024-11-01T07:46:00.790Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1906 | 2024-11-01T07:46:01.449Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1907 | 2024-11-01T07:46:01.468Z | Compiling cstr-argument v0.1.2 |
1908 | 2024-11-01T07:46:01.731Z | Compiling fastrand v2.1.1 |
1909 | 2024-11-01T07:46:02.006Z | Compiling crucible-workspace-hack v0.1.0 |
1910 | 2024-11-01T07:46:02.319Z | Compiling pretty-hex v0.2.1 |
1911 | 2024-11-01T07:46:02.423Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1912 | 2024-11-01T07:46:02.670Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1913 | 2024-11-01T07:46:03.038Z | Compiling tempfile v3.13.0 |
1914 | 2024-11-01T07:46:03.079Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1915 | 2024-11-01T07:46:03.526Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1916 | 2024-11-01T07:46:03.743Z | Compiling serde_with_macros v3.11.0 |
1917 | 2024-11-01T07:46:04.268Z | Compiling parse-display-derive v0.10.0 |
1918 | 2024-11-01T07:46:04.304Z | Compiling colored v2.1.0 |
1919 | 2024-11-01T07:46:04.777Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1920 | 2024-11-01T07:46:04.994Z | Compiling progenitor v0.8.0 |
1921 | 2024-11-01T07:46:05.225Z | Compiling instant v0.1.13 |
1922 | 2024-11-01T07:46:05.403Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1923 | 2024-11-01T07:46:05.513Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1924 | 2024-11-01T07:46:05.533Z | Compiling backoff v0.4.0 |
1925 | 2024-11-01T07:46:05.733Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1926 | 2024-11-01T07:46:05.809Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1927 | 2024-11-01T07:46:06.233Z | Compiling serde_with v3.11.0 |
1928 | 2024-11-01T07:46:07.975Z | Compiling parse-display v0.10.0 |
1929 | 2024-11-01T07:46:08.756Z | Compiling zone_cfg_derive v0.3.0 |
1930 | 2024-11-01T07:46:09.906Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1931 | 2024-11-01T07:46:09.940Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1932 | 2024-11-01T07:46:10.115Z | Compiling camino-tempfile v1.1.1 |
1933 | 2024-11-01T07:46:10.598Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1934 | 2024-11-01T07:46:10.644Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1935 | 2024-11-01T07:46:10.820Z | Compiling regress v0.9.1 |
1936 | 2024-11-01T07:46:10.840Z | Compiling macaddr v1.0.1 |
1937 | 2024-11-01T07:46:10.905Z | Compiling num-derive v0.4.2 |
1938 | 2024-11-01T07:46:11.095Z | Compiling sigpipe v0.1.3 |
1939 | 2024-11-01T07:46:11.230Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1940 | 2024-11-01T07:46:11.444Z | Compiling libefi-sys v0.1.0 |
1941 | 2024-11-01T07:46:11.604Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1942 | 2024-11-01T07:46:11.781Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1943 | 2024-11-01T07:46:12.347Z | Compiling zone v0.3.0 |
1944 | 2024-11-01T07:46:13.086Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1945 | 2024-11-01T07:46:14.683Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1946 | 2024-11-01T07:46:14.775Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1947 | 2024-11-01T07:46:15.409Z | Compiling smf v0.2.3 |
1948 | 2024-11-01T07:46:15.564Z | Compiling bitfield-struct v0.6.2 |
1949 | 2024-11-01T07:46:16.920Z | Compiling ring v0.16.20 |
1950 | 2024-11-01T07:46:17.910Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1951 | 2024-11-01T07:46:17.928Z | Compiling blake3 v1.5.4 |
1952 | 2024-11-01T07:46:18.774Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1953 | 2024-11-01T07:46:19.297Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1954 | 2024-11-01T07:46:19.576Z | Compiling xattr v1.3.1 |
1955 | 2024-11-01T07:46:19.588Z | Compiling memmap2 v0.9.5 |
1956 | 2024-11-01T07:46:19.926Z | Compiling filetime v0.2.25 |
1957 | 2024-11-01T07:46:20.176Z | Compiling untrusted v0.7.1 |
1958 | 2024-11-01T07:46:20.299Z | Compiling arrayvec v0.7.6 |
1959 | 2024-11-01T07:46:20.385Z | Compiling spin v0.5.2 |
1960 | 2024-11-01T07:46:20.452Z | Compiling arrayref v0.3.9 |
1961 | 2024-11-01T07:46:20.563Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1962 | 2024-11-01T07:46:20.643Z | Compiling same-file v1.0.6 |
1963 | 2024-11-01T07:46:20.699Z | Compiling constant_time_eq v0.3.1 |
1964 | 2024-11-01T07:46:20.795Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1965 | 2024-11-01T07:46:20.878Z | Compiling walkdir v2.5.0 |
1966 | 2024-11-01T07:46:21.342Z | Compiling tar v0.4.42 |
1967 | 2024-11-01T07:46:22.456Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1968 | 2024-11-01T07:46:22.875Z | Compiling gethostname v0.5.0 |
1969 | 2024-11-01T07:46:23.084Z | Compiling cargo-platform v0.1.8 |
1970 | 2024-11-01T07:46:23.412Z | Compiling topological-sort v0.2.2 |
1971 | 2024-11-01T07:46:23.584Z | Compiling cargo_metadata v0.18.1 |
1972 | 2024-11-01T07:46:26.362Z | Compiling omicron-zone-package v0.11.1 |
1973 | 2024-11-01T07:46:30.558Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1974 | 2024-11-01T07:46:31.455Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1975 | 2024-11-01T07:46:36.171Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1976 | 2024-11-01T07:46:53.025Z | Finished `release` profile [optimized] target(s) in 4m 37s |
1977 | 2024-11-01T07:46:53.183Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1978 | 2024-11-01T07:46:53.226Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1979 | 2024-11-01T07:46:53.229Z | Created new build target 'test' and set it as active |
1980 | 2024-11-01T07:46:53.229Z | |
1981 | 2024-11-01T07:46:53.229Z | real 4:37.303384600 |
1982 | 2024-11-01T07:46:53.229Z | user 31:28.996574362 |
1983 | 2024-11-01T07:46:53.229Z | sys 3:51.351476704 |
1984 | 2024-11-01T07:46:53.229Z | trap 0.908727536 |
1985 | 2024-11-01T07:46:53.229Z | tflt 2.978201115 |
1986 | 2024-11-01T07:46:53.229Z | dflt 0.890985519 |
1987 | 2024-11-01T07:46:53.229Z | kflt 0.009810568 |
1988 | 2024-11-01T07:46:53.229Z | lock 1:09:09.257637668 |
1989 | 2024-11-01T07:46:53.229Z | slp 2:00:21.310540077 |
1990 | 2024-11-01T07:46:53.229Z | lat 2:06.349957794 |
1991 | 2024-11-01T07:46:53.229Z | stop 3:54.658252754 |
1992 | 2024-11-01T07:46:53.230Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1993 | 2024-11-01T07:46:54.153Z | Finished `release` profile [optimized] target(s) in 0.87s |
1994 | 2024-11-01T07:46:54.208Z | Running `target/release/omicron-package -t test package` |
1995 | 2024-11-01T07:46:54.253Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1996 | 2024-11-01T07:46:55.345Z | Compiling convert_case v0.4.0 |
1997 | 2024-11-01T07:46:55.346Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1998 | 2024-11-01T07:46:55.348Z | Compiling itertools v0.13.0 |
1999 | 2024-11-01T07:46:55.348Z | Compiling password-hash v0.5.0 |
2000 | 2024-11-01T07:46:55.348Z | Compiling blake2 v0.10.6 |
2001 | 2024-11-01T07:46:55.348Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2002 | 2024-11-01T07:46:55.348Z | Compiling newline-converter v0.3.0 |
2003 | 2024-11-01T07:46:55.509Z | Compiling cancel-safe-futures v0.1.5 |
2004 | 2024-11-01T07:46:55.703Z | Compiling owo-colors v4.1.0 |
2005 | 2024-11-01T07:46:55.725Z | Compiling expectorate v1.1.0 |
2006 | 2024-11-01T07:46:55.935Z | Compiling base64 v0.21.7 |
2007 | 2024-11-01T07:46:56.026Z | Compiling argon2 v0.5.3 |
2008 | 2024-11-01T07:46:56.159Z | Compiling derive_more v0.99.18 |
2009 | 2024-11-01T07:46:56.751Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2010 | 2024-11-01T07:46:57.048Z | Compiling libsw v3.3.1 |
2011 | 2024-11-01T07:46:57.341Z | Compiling indent_write v2.2.0 |
2012 | 2024-11-01T07:46:57.389Z | Compiling linear-map v1.2.0 |
2013 | 2024-11-01T07:46:57.409Z | Compiling swrite v0.1.0 |
2014 | 2024-11-01T07:46:57.545Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2015 | 2024-11-01T07:46:57.573Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2016 | 2024-11-01T07:46:57.601Z | Compiling progenitor-client v0.8.0 |
2017 | 2024-11-01T07:46:57.809Z | Compiling atomicwrites v0.4.4 |
2018 | 2024-11-01T07:46:58.021Z | Compiling progenitor v0.8.0 |
2019 | 2024-11-01T07:46:58.250Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2020 | 2024-11-01T07:46:58.333Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2021 | 2024-11-01T07:46:58.410Z | Compiling num-rational v0.4.2 |
2022 | 2024-11-01T07:46:58.711Z | Compiling num-complex v0.4.6 |
2023 | 2024-11-01T07:46:59.029Z | Compiling float-ord v0.3.2 |
2024 | 2024-11-01T07:46:59.208Z | Compiling prettyplease v0.2.22 |
2025 | 2024-11-01T07:46:59.523Z | Compiling semver v0.1.20 |
2026 | 2024-11-01T07:47:00.029Z | Compiling num v0.4.3 |
2027 | 2024-11-01T07:47:00.150Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2028 | 2024-11-01T07:47:00.150Z | Compiling rustc_version v0.1.7 |
2029 | 2024-11-01T07:47:00.577Z | Compiling newtype_derive v0.1.6 |
2030 | 2024-11-01T07:47:00.887Z | Compiling humantime v2.1.0 |
2031 | 2024-11-01T07:47:00.979Z | Compiling highway v1.2.0 |
2032 | 2024-11-01T07:47:01.856Z | Compiling home v0.5.9 |
2033 | 2024-11-01T07:47:02.146Z | Compiling steno v0.4.1 |
2034 | 2024-11-01T07:47:02.226Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2035 | 2024-11-01T07:47:05.093Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2036 | 2024-11-01T07:47:05.715Z | Compiling newtype-uuid v1.1.2 |
2037 | 2024-11-01T07:47:06.086Z | Compiling tungstenite v0.21.0 |
2038 | 2024-11-01T07:47:06.421Z | Compiling ipnetwork v0.20.0 |
2039 | 2024-11-01T07:47:06.826Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2040 | 2024-11-01T07:47:07.229Z | Compiling instant v0.1.13 |
2041 | 2024-11-01T07:47:07.392Z | Compiling slog-dtrace v0.3.0 |
2042 | 2024-11-01T07:47:07.794Z | Compiling backoff v0.4.0 |
2043 | 2024-11-01T07:47:08.188Z | Compiling tokio-tungstenite v0.21.0 |
2044 | 2024-11-01T07:47:08.822Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2045 | 2024-11-01T07:47:09.480Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2046 | 2024-11-01T07:47:09.866Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2047 | 2024-11-01T07:47:11.085Z | Compiling parse-display v0.10.0 |
2048 | 2024-11-01T07:47:11.659Z | Compiling strum v0.26.3 |
2049 | 2024-11-01T07:47:11.863Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2050 | 2024-11-01T07:47:12.060Z | Compiling serde_with v3.11.0 |
2051 | 2024-11-01T07:47:12.307Z | Compiling regress v0.9.1 |
2052 | 2024-11-01T07:47:13.352Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2053 | 2024-11-01T07:47:15.958Z | Compiling macaddr v1.0.1 |
2054 | 2024-11-01T07:47:16.383Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2055 | 2024-11-01T07:47:17.342Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2056 | 2024-11-01T07:47:17.687Z | Compiling arc-swap v1.7.1 |
2057 | 2024-11-01T07:47:18.398Z | Compiling display-error-chain v0.2.1 |
2058 | 2024-11-01T07:47:18.594Z | Compiling slog-scope v4.4.0 |
2059 | 2024-11-01T07:47:19.407Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2060 | 2024-11-01T07:47:20.003Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2061 | 2024-11-01T07:47:21.037Z | Compiling half v2.4.1 |
2062 | 2024-11-01T07:47:21.770Z | Compiling ciborium-io v0.2.2 |
2063 | 2024-11-01T07:47:21.919Z | Compiling ciborium-ll v0.2.2 |
2064 | 2024-11-01T07:47:22.457Z | Compiling slog-stdlog v4.1.1 |
2065 | 2024-11-01T07:47:23.226Z | Compiling slog-envlogger v2.2.0 |
2066 | 2024-11-01T07:47:23.683Z | Compiling ciborium v0.2.2 |
2067 | 2024-11-01T07:47:24.714Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2068 | 2024-11-01T07:47:25.807Z | Compiling fastrand v2.1.1 |
2069 | 2024-11-01T07:47:25.973Z | Compiling same-file v1.0.6 |
2070 | 2024-11-01T07:47:26.239Z | Compiling walkdir v2.5.0 |
2071 | 2024-11-01T07:47:26.316Z | Compiling tempfile v3.13.0 |
2072 | 2024-11-01T07:47:26.876Z | Compiling blake3 v1.5.4 |
2073 | 2024-11-01T07:47:27.083Z | Compiling ring v0.16.20 |
2074 | 2024-11-01T07:47:27.524Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2075 | 2024-11-01T07:47:31.057Z | Compiling xattr v1.3.1 |
2076 | 2024-11-01T07:47:31.332Z | Compiling filetime v0.2.25 |
2077 | 2024-11-01T07:47:31.656Z | Compiling memmap2 v0.9.5 |
2078 | 2024-11-01T07:47:32.081Z | Compiling spin v0.5.2 |
2079 | 2024-11-01T07:47:32.329Z | Compiling arrayvec v0.7.6 |
2080 | 2024-11-01T07:47:32.788Z | Compiling arrayref v0.3.9 |
2081 | 2024-11-01T07:47:32.906Z | Compiling keccak v0.1.5 |
2082 | 2024-11-01T07:47:33.561Z | Compiling untrusted v0.7.1 |
2083 | 2024-11-01T07:47:33.703Z | Compiling constant_time_eq v0.3.1 |
2084 | 2024-11-01T07:47:34.696Z | Compiling sha3 v0.10.8 |
2085 | 2024-11-01T07:47:35.079Z | Compiling tar v0.4.42 |
2086 | 2024-11-01T07:47:35.601Z | Compiling camino-tempfile v1.1.1 |
2087 | 2024-11-01T07:47:36.053Z | Compiling toolchain_find v0.4.0 |
2088 | 2024-11-01T07:47:36.607Z | Compiling nibble_vec v0.1.0 |
2089 | 2024-11-01T07:47:36.772Z | Compiling glob v0.3.1 |
2090 | 2024-11-01T07:47:36.844Z | Compiling topological-sort v0.2.2 |
2091 | 2024-11-01T07:47:36.945Z | Compiling crunchy v0.2.2 |
2092 | 2024-11-01T07:47:36.964Z | Compiling endian-type v0.1.2 |
2093 | 2024-11-01T07:47:37.071Z | Compiling maplit v1.0.2 |
2094 | 2024-11-01T07:47:37.174Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2095 | 2024-11-01T07:47:37.203Z | Compiling radium v0.7.0 |
2096 | 2024-11-01T07:47:37.206Z | Compiling radix_trie v0.2.1 |
2097 | 2024-11-01T07:47:37.430Z | Compiling omicron-zone-package v0.11.1 |
2098 | 2024-11-01T07:47:37.501Z | Compiling clang-sys v1.8.1 |
2099 | 2024-11-01T07:47:37.685Z | Compiling rustfmt-wrapper v0.2.1 |
2100 | 2024-11-01T07:47:38.134Z | Compiling pem v3.0.4 |
2101 | 2024-11-01T07:47:38.153Z | Compiling tap v1.0.1 |
2102 | 2024-11-01T07:47:38.281Z | Compiling tiny-keccak v2.0.2 |
2103 | 2024-11-01T07:47:38.360Z | Compiling maybe-uninit v2.0.0 |
2104 | 2024-11-01T07:47:38.621Z | Compiling wyz v0.5.1 |
2105 | 2024-11-01T07:47:39.233Z | Compiling dsl_auto_type v0.1.2 |
2106 | 2024-11-01T07:47:39.404Z | Compiling scheduled-thread-pool v0.2.7 |
2107 | 2024-11-01T07:47:39.472Z | Compiling secrecy v0.8.0 |
2108 | 2024-11-01T07:47:39.535Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2109 | 2024-11-01T07:47:39.767Z | Compiling diesel_table_macro_syntax v0.2.0 |
2110 | 2024-11-01T07:47:40.044Z | Compiling funty v2.0.0 |
2111 | 2024-11-01T07:47:40.159Z | Compiling crc-catalog v2.4.0 |
2112 | 2024-11-01T07:47:40.330Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2113 | 2024-11-01T07:47:40.493Z | Compiling packed_struct v0.10.1 |
2114 | 2024-11-01T07:47:40.625Z | Compiling diesel_derives v2.2.3 |
2115 | 2024-11-01T07:47:40.698Z | Compiling crc v3.2.1 |
2116 | 2024-11-01T07:47:41.454Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2117 | 2024-11-01T07:47:41.888Z | Compiling bitvec v1.0.1 |
2118 | 2024-11-01T07:47:42.437Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2119 | 2024-11-01T07:47:42.505Z | Compiling r2d2 v0.8.10 |
2120 | 2024-11-01T07:47:43.033Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2121 | 2024-11-01T07:47:43.072Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2122 | 2024-11-01T07:47:46.325Z | Compiling ascii-canvas v3.0.0 |
2123 | 2024-11-01T07:47:46.804Z | Compiling universal-hash v0.5.1 |
2124 | 2024-11-01T07:47:47.044Z | Compiling packed_struct_codegen v0.10.1 |
2125 | 2024-11-01T07:47:47.499Z | Compiling thiserror-impl-no-std v2.0.2 |
2126 | 2024-11-01T07:47:49.442Z | Compiling lzma-sys v0.1.20 |
2127 | 2024-11-01T07:47:50.051Z | Compiling ena v0.14.3 |
2128 | 2024-11-01T07:47:50.174Z | Compiling libloading v0.8.5 |
2129 | 2024-11-01T07:47:50.493Z | Compiling indexmap v1.9.3 |
2130 | 2024-11-01T07:47:50.600Z | Compiling diff v0.1.13 |
2131 | 2024-11-01T07:47:50.840Z | Compiling regex-syntax v0.6.29 |
2132 | 2024-11-01T07:47:51.147Z | Compiling opaque-debug v0.3.1 |
2133 | 2024-11-01T07:47:51.269Z | Compiling nodrop v0.1.14 |
2134 | 2024-11-01T07:47:51.299Z | Compiling bindgen v0.69.5 |
2135 | 2024-11-01T07:47:51.418Z | Compiling array-init v0.0.4 |
2136 | 2024-11-01T07:47:51.780Z | Compiling diesel v2.2.4 |
2137 | 2024-11-01T07:47:52.720Z | Compiling poly1305 v0.8.0 |
2138 | 2024-11-01T07:47:54.184Z | Compiling lalrpop v0.19.12 |
2139 | 2024-11-01T07:47:59.404Z | Compiling thiserror-no-std v2.0.2 |
2140 | 2024-11-01T07:48:04.133Z | Compiling smallvec v0.6.14 |
2141 | 2024-11-01T07:48:05.246Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2142 | 2024-11-01T07:48:05.850Z | Compiling which v4.4.2 |
2143 | 2024-11-01T07:48:06.264Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2144 | 2024-11-01T07:48:06.388Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2145 | 2024-11-01T07:48:06.591Z | Compiling chacha20 v0.9.1 |
2146 | 2024-11-01T07:48:06.620Z | Compiling heck v0.3.3 |
2147 | 2024-11-01T07:48:06.987Z | Compiling cexpr v0.6.0 |
2148 | 2024-11-01T07:48:07.082Z | Compiling aead v0.5.2 |
2149 | 2024-11-01T07:48:07.451Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2150 | 2024-11-01T07:48:07.777Z | Compiling termcolor v1.4.1 |
2151 | 2024-11-01T07:48:08.523Z | Compiling lazycell v1.3.0 |
2152 | 2024-11-01T07:48:08.718Z | Compiling bitfield v0.14.0 |
2153 | 2024-11-01T07:48:08.877Z | Compiling hashbrown v0.12.3 |
2154 | 2024-11-01T07:48:09.045Z | Compiling rustc-hash v1.1.0 |
2155 | 2024-11-01T07:48:09.226Z | Compiling ref-cast v1.0.23 |
2156 | 2024-11-01T07:48:09.822Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2157 | 2024-11-01T07:48:11.400Z | Compiling env_logger v0.10.2 |
2158 | 2024-11-01T07:48:14.570Z | Compiling chacha20poly1305 v0.10.1 |
2159 | 2024-11-01T07:48:14.840Z | Compiling zone_cfg_derive v0.1.2 |
2160 | 2024-11-01T07:48:16.186Z | Compiling serde-hex v0.1.0 |
2161 | 2024-11-01T07:48:17.955Z | Compiling polar-core v0.27.3 |
2162 | 2024-11-01T07:48:19.241Z | Compiling bzip2 v0.4.4 |
2163 | 2024-11-01T07:48:19.704Z | Compiling vsss-rs v3.3.4 |
2164 | 2024-11-01T07:48:21.746Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2165 | 2024-11-01T07:48:22.081Z | Compiling ron v0.8.1 |
2166 | 2024-11-01T07:48:22.751Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2167 | 2024-11-01T07:48:23.073Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2168 | 2024-11-01T07:48:23.671Z | Compiling derive_builder_core v0.20.2 |
2169 | 2024-11-01T07:48:24.121Z | Compiling hashbrown v0.13.2 |
2170 | 2024-11-01T07:48:25.510Z | Compiling headers-core v0.3.0 |
2171 | 2024-11-01T07:48:25.705Z | Compiling fxhash v0.2.1 |
2172 | 2024-11-01T07:48:25.747Z | Compiling libxml v0.3.3 |
2173 | 2024-11-01T07:48:25.934Z | Compiling ref-cast-impl v1.0.23 |
2174 | 2024-11-01T07:48:26.159Z | Compiling base64 v0.13.1 |
2175 | 2024-11-01T07:48:26.743Z | Compiling crc-any v2.5.0 |
2176 | 2024-11-01T07:48:26.878Z | Compiling ron v0.7.1 |
2177 | 2024-11-01T07:48:27.201Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2178 | 2024-11-01T07:48:27.756Z | Compiling derive_builder_macro v0.20.2 |
2179 | 2024-11-01T07:48:27.892Z | Compiling headers v0.4.0 |
2180 | 2024-11-01T07:48:28.592Z | Compiling object v0.30.4 |
2181 | 2024-11-01T07:48:31.546Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2182 | 2024-11-01T07:48:32.039Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2183 | 2024-11-01T07:48:32.721Z | Compiling samael v0.0.17 |
2184 | 2024-11-01T07:48:33.158Z | Compiling xz2 v0.1.7 |
2185 | 2024-11-01T07:48:33.757Z | Compiling zip v0.6.6 |
2186 | 2024-11-01T07:48:36.353Z | Compiling zone v0.1.8 |
2187 | 2024-11-01T07:48:39.796Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2188 | 2024-11-01T07:48:41.353Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2189 | 2024-11-01T07:48:41.711Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2190 | 2024-11-01T07:48:41.711Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2191 | 2024-11-01T07:48:42.009Z | Compiling yasna v0.5.2 |
2192 | 2024-11-01T07:48:42.703Z | Compiling phf_generator v0.11.2 |
2193 | 2024-11-01T07:48:42.916Z | Compiling strum_macros v0.24.3 |
2194 | 2024-11-01T07:48:43.279Z | Compiling kstat-rs v0.2.4 |
2195 | 2024-11-01T07:48:44.178Z | Compiling async-recursion v1.1.1 |
2196 | 2024-11-01T07:48:45.416Z | Compiling unicase v2.7.0 |
2197 | 2024-11-01T07:48:45.606Z | Compiling indoc v1.0.9 |
2198 | 2024-11-01T07:48:45.738Z | Compiling path-slash v0.1.5 |
2199 | 2024-11-01T07:48:45.936Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2200 | 2024-11-01T07:48:45.973Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2201 | 2024-11-01T07:48:46.021Z | Compiling rcgen v0.12.1 |
2202 | 2024-11-01T07:48:46.514Z | Compiling phf_codegen v0.11.2 |
2203 | 2024-11-01T07:48:46.739Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2204 | 2024-11-01T07:48:53.827Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2205 | 2024-11-01T07:48:56.084Z | Compiling derive_builder v0.20.2 |
2206 | 2024-11-01T07:48:59.297Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2207 | 2024-11-01T07:49:01.142Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2208 | 2024-11-01T07:49:01.210Z | Compiling http v0.2.12 |
2209 | 2024-11-01T07:49:01.468Z | Compiling oso-derive v0.27.3 |
2210 | 2024-11-01T07:49:02.452Z | Compiling impl-trait-for-tuples v0.2.2 |
2211 | 2024-11-01T07:49:05.349Z | Compiling parse-zoneinfo v0.3.1 |
2212 | 2024-11-01T07:49:05.842Z | Compiling libz-sys v1.1.20 |
2213 | 2024-11-01T07:49:06.519Z | Compiling quick-xml v0.33.0 |
2214 | 2024-11-01T07:49:06.865Z | Compiling subprocess v0.2.9 |
2215 | 2024-11-01T07:49:07.281Z | Compiling diesel-dtrace v0.3.0 |
2216 | 2024-11-01T07:49:07.621Z | Compiling cfg_aliases v0.1.1 |
2217 | 2024-11-01T07:49:07.745Z | Compiling parking_lot_core v0.8.6 |
2218 | 2024-11-01T07:49:08.236Z | Compiling nix v0.28.0 |
2219 | 2024-11-01T07:49:08.775Z | Compiling oso v0.27.3 |
2220 | 2024-11-01T07:49:09.054Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2221 | 2024-11-01T07:49:11.639Z | Compiling chrono-tz-build v0.4.0 |
2222 | 2024-11-01T07:49:12.772Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2223 | 2024-11-01T07:49:14.295Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2224 | 2024-11-01T07:49:16.738Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2225 | 2024-11-01T07:49:19.520Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2226 | 2024-11-01T07:49:19.855Z | Compiling bb8 v0.8.5 |
2227 | 2024-11-01T07:49:19.907Z | Compiling const_format_proc_macros v0.2.33 |
2228 | 2024-11-01T07:49:20.480Z | Compiling vte_generate_state_changes v0.1.2 |
2229 | 2024-11-01T07:49:21.118Z | Compiling buf-list v1.0.3 |
2230 | 2024-11-01T07:49:21.748Z | Compiling const_format v0.2.33 |
2231 | 2024-11-01T07:49:21.824Z | Compiling vte v0.11.1 |
2232 | 2024-11-01T07:49:23.054Z | Compiling async-bb8-diesel v0.2.1 |
2233 | 2024-11-01T07:49:23.273Z | Compiling chrono-tz v0.10.0 |
2234 | 2024-11-01T07:49:24.401Z | Compiling h2 v0.3.26 |
2235 | 2024-11-01T07:49:24.820Z | Compiling http-body v0.4.6 |
2236 | 2024-11-01T07:49:25.606Z | Compiling fd-lock v4.0.2 |
2237 | 2024-11-01T07:49:25.865Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2238 | 2024-11-01T07:49:25.936Z | Compiling pin-project-internal v1.1.6 |
2239 | 2024-11-01T07:49:26.633Z | Compiling atty v0.2.14 |
2240 | 2024-11-01T07:49:26.817Z | Compiling salty v0.3.0 |
2241 | 2024-11-01T07:49:27.245Z | Compiling bytecount v0.6.8 |
2242 | 2024-11-01T07:49:27.571Z | Compiling papergrid v0.11.0 |
2243 | 2024-11-01T07:49:28.582Z | Compiling pin-project v1.1.6 |
2244 | 2024-11-01T07:49:40.135Z | Compiling hyper v0.14.30 |
2245 | 2024-11-01T07:49:44.084Z | Compiling parking_lot v0.11.2 |
2246 | 2024-11-01T07:49:52.849Z | Compiling strip-ansi-escapes v0.2.0 |
2247 | 2024-11-01T07:49:54.477Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2248 | 2024-11-01T07:49:54.613Z | Compiling tabled_derive v0.7.0 |
2249 | 2024-11-01T07:49:54.913Z | Compiling peg-macros v0.8.4 |
2250 | 2024-11-01T07:49:56.700Z | Compiling snafu-derive v0.8.5 |
2251 | 2024-11-01T07:49:57.992Z | Compiling sqlparser_derive v0.2.2 |
2252 | 2024-11-01T07:49:58.843Z | Compiling sync_wrapper v0.1.2 |
2253 | 2024-11-01T07:49:59.027Z | Compiling nu-ansi-term v0.50.1 |
2254 | 2024-11-01T07:49:59.064Z | Compiling unicode_categories v0.1.1 |
2255 | 2024-11-01T07:49:59.279Z | Compiling rustyline v14.0.0 |
2256 | 2024-11-01T07:49:59.424Z | Compiling sqlformat v0.2.6 |
2257 | 2024-11-01T07:50:00.302Z | Compiling reedline v0.35.0 |
2258 | 2024-11-01T07:50:00.946Z | Compiling sqlparser v0.45.0 |
2259 | 2024-11-01T07:50:01.076Z | Compiling snafu v0.8.5 |
2260 | 2024-11-01T07:50:01.249Z | Compiling reqwest v0.11.27 |
2261 | 2024-11-01T07:50:02.366Z | Compiling peg v0.8.4 |
2262 | 2024-11-01T07:50:02.494Z | Compiling tabled v0.15.0 |
2263 | 2024-11-01T07:50:11.502Z | Compiling sled v0.34.7 |
2264 | 2024-11-01T07:50:22.556Z | Compiling mime_guess v2.0.5 |
2265 | 2024-11-01T07:50:23.270Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2266 | 2024-11-01T07:50:23.608Z | Compiling hickory-client v0.24.1 |
2267 | 2024-11-01T07:50:25.105Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2268 | 2024-11-01T07:50:25.419Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2269 | 2024-11-01T07:50:31.516Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2270 | 2024-11-01T07:50:34.495Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2271 | 2024-11-01T07:50:35.916Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2272 | 2024-11-01T07:50:37.525Z | Compiling globset v0.4.15 |
2273 | 2024-11-01T07:50:43.315Z | Compiling hickory-server v0.24.1 |
2274 | 2024-11-01T07:50:44.865Z | Compiling primeorder v0.13.6 |
2275 | 2024-11-01T07:50:45.371Z | Compiling olpc-cjson v0.1.4 |
2276 | 2024-11-01T07:50:45.470Z | Compiling vergen v8.3.2 |
2277 | 2024-11-01T07:50:45.739Z | Compiling bcs v0.1.6 |
2278 | 2024-11-01T07:50:45.806Z | Compiling env_filter v0.1.2 |
2279 | 2024-11-01T07:50:46.651Z | Compiling serde_plain v1.0.2 |
2280 | 2024-11-01T07:50:47.200Z | Compiling cargo-platform v0.1.8 |
2281 | 2024-11-01T07:50:47.353Z | Compiling nanorand v0.7.0 |
2282 | 2024-11-01T07:50:47.705Z | Compiling memoffset v0.9.1 |
2283 | 2024-11-01T07:50:48.060Z | Compiling typed-path v0.7.1 |
2284 | 2024-11-01T07:50:48.239Z | Compiling flume v0.11.1 |
2285 | 2024-11-01T07:50:48.978Z | Compiling cargo_metadata v0.18.1 |
2286 | 2024-11-01T07:50:49.037Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2287 | 2024-11-01T07:50:51.812Z | Compiling tough v0.17.1 |
2288 | 2024-11-01T07:50:52.288Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2289 | 2024-11-01T07:50:54.605Z | Compiling env_logger v0.11.5 |
2290 | 2024-11-01T07:50:55.335Z | Compiling p384 v0.13.0 |
2291 | 2024-11-01T07:50:56.091Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2292 | 2024-11-01T07:51:02.094Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2293 | 2024-11-01T07:51:02.161Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2294 | 2024-11-01T07:51:04.013Z | Compiling git2 v0.19.0 |
2295 | 2024-11-01T07:51:05.795Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2296 | 2024-11-01T07:51:11.424Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2297 | 2024-11-01T07:51:12.559Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2298 | 2024-11-01T07:51:13.331Z | Compiling rand_seeder v0.3.0 |
2299 | 2024-11-01T07:51:13.600Z | Compiling libsqlite3-sys v0.30.1 |
2300 | 2024-11-01T07:51:13.726Z | Compiling rustls v0.21.12 |
2301 | 2024-11-01T07:51:14.049Z | Compiling parse-size v1.1.0 |
2302 | 2024-11-01T07:51:14.125Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2303 | 2024-11-01T07:51:14.376Z | Compiling cfg_aliases v0.2.1 |
2304 | 2024-11-01T07:51:14.488Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2305 | 2024-11-01T07:51:14.507Z | Compiling nix v0.29.0 |
2306 | 2024-11-01T07:51:15.449Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2307 | 2024-11-01T07:51:16.713Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2308 | 2024-11-01T07:51:17.154Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2309 | 2024-11-01T07:51:17.541Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2310 | 2024-11-01T07:51:18.106Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2311 | 2024-11-01T07:51:18.287Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2312 | 2024-11-01T07:51:18.426Z | Compiling rustls-webpki v0.101.7 |
2313 | 2024-11-01T07:51:22.321Z | Compiling sct v0.7.1 |
2314 | 2024-11-01T07:51:22.457Z | Compiling castaway v0.2.3 |
2315 | 2024-11-01T07:51:22.667Z | Compiling csv-core v0.1.11 |
2316 | 2024-11-01T07:51:22.801Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2317 | 2024-11-01T07:51:23.138Z | Compiling http-range v0.1.5 |
2318 | 2024-11-01T07:51:23.534Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2319 | 2024-11-01T07:51:23.715Z | Compiling hyper-staticfile v0.10.1 |
2320 | 2024-11-01T07:51:25.126Z | Compiling csv v1.3.0 |
2321 | 2024-11-01T07:51:26.752Z | Compiling compact_str v0.8.0 |
2322 | 2024-11-01T07:51:27.284Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2323 | 2024-11-01T07:51:29.476Z | Compiling nix v0.27.1 |
2324 | 2024-11-01T07:51:32.251Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2325 | 2024-11-01T07:51:33.368Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2326 | 2024-11-01T07:51:33.670Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2327 | 2024-11-01T07:51:40.552Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2328 | 2024-11-01T07:51:41.246Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2329 | 2024-11-01T07:51:42.286Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2330 | 2024-11-01T07:51:43.599Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2331 | 2024-11-01T07:51:43.939Z | Compiling unicode-truncate v1.1.0 |
2332 | 2024-11-01T07:51:44.234Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2333 | 2024-11-01T07:51:44.561Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2334 | 2024-11-01T07:51:44.922Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2335 | 2024-11-01T07:51:48.563Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2336 | 2024-11-01T07:51:51.389Z | Compiling hashlink v0.9.1 |
2337 | 2024-11-01T07:51:51.665Z | Compiling tungstenite v0.23.0 |
2338 | 2024-11-01T07:51:52.168Z | Compiling lru v0.12.5 |
2339 | 2024-11-01T07:51:52.230Z | Compiling instability v0.3.2 |
2340 | 2024-11-01T07:51:52.294Z | Compiling fallible-iterator v0.3.0 |
2341 | 2024-11-01T07:51:52.531Z | Compiling fallible-streaming-iterator v0.1.9 |
2342 | 2024-11-01T07:51:52.828Z | Compiling cassowary v0.3.0 |
2343 | 2024-11-01T07:51:53.135Z | Compiling rusqlite v0.32.1 |
2344 | 2024-11-01T07:51:53.219Z | Compiling tokio-tungstenite v0.23.1 |
2345 | 2024-11-01T07:51:53.891Z | Compiling ratatui v0.28.1 |
2346 | 2024-11-01T07:51:56.403Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2347 | 2024-11-01T07:51:59.514Z | Compiling tokio-rustls v0.24.1 |
2348 | 2024-11-01T07:52:00.005Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2349 | 2024-11-01T07:52:12.985Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2350 | 2024-11-01T07:52:15.117Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2351 | 2024-11-01T07:52:17.552Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2352 | 2024-11-01T07:52:19.251Z | Compiling rustls-pemfile v1.0.4 |
2353 | 2024-11-01T07:52:20.107Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2354 | 2024-11-01T07:52:20.452Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2355 | 2024-11-01T07:52:23.820Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2356 | 2024-11-01T07:52:24.003Z | Compiling signal-hook-tokio v0.3.1 |
2357 | 2024-11-01T07:52:24.240Z | Compiling twox-hash v1.6.3 |
2358 | 2024-11-01T07:52:25.087Z | Compiling smawk v0.3.2 |
2359 | 2024-11-01T07:52:25.282Z | Compiling unicode-linebreak v0.1.5 |
2360 | 2024-11-01T07:52:25.302Z | Compiling is_ci v1.2.0 |
2361 | 2024-11-01T07:52:25.608Z | Compiling supports-color v3.0.1 |
2362 | 2024-11-01T07:52:25.827Z | Compiling textwrap v0.16.1 |
2363 | 2024-11-01T07:52:26.011Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2364 | 2024-11-01T07:52:26.472Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2365 | 2024-11-01T07:52:35.694Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2366 | 2024-11-01T07:52:36.198Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2367 | 2024-11-01T07:52:41.230Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2368 | 2024-11-01T07:52:43.885Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2369 | 2024-11-01T07:52:44.483Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2370 | 2024-11-01T07:52:54.255Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2371 | 2024-11-01T07:53:01.113Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2372 | 2024-11-01T07:53:01.457Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2373 | 2024-11-01T07:53:03.400Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2374 | 2024-11-01T07:53:08.070Z | Compiling fatfs v0.3.6 |
2375 | 2024-11-01T07:53:09.322Z | Compiling rtoolbox v0.0.2 |
2376 | 2024-11-01T07:53:09.778Z | Compiling assert_matches v1.5.0 |
2377 | 2024-11-01T07:53:10.913Z | Compiling rpassword v7.3.1 |
2378 | 2024-11-01T07:53:11.385Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2379 | 2024-11-01T07:53:12.797Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2380 | 2024-11-01T07:53:20.311Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2381 | 2024-11-01T07:53:23.866Z | Compiling tui-tree-widget v0.22.0 |
2382 | 2024-11-01T07:53:24.322Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2383 | 2024-11-01T07:53:27.488Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2384 | 2024-11-01T07:53:37.628Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2385 | 2024-11-01T07:53:38.057Z | Compiling uzers v0.12.1 |
2386 | 2024-11-01T07:53:41.123Z | Compiling shell-words v1.1.0 |
2387 | 2024-11-01T07:53:41.171Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2388 | 2024-11-01T07:53:41.626Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2389 | 2024-11-01T07:53:43.167Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2390 | 2024-11-01T07:54:09.427Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2391 | 2024-11-01T07:54:12.905Z | Compiling multimap v0.10.0 |
2392 | 2024-11-01T07:56:18.372Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2393 | 2024-11-01T07:56:29.172Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2394 | 2024-11-01T08:05:07.663Z | Finished `release` profile [optimized] target(s) in 18m 13s |
2395 | 2024-11-01T08:06:05.990Z | |
2396 | 2024-11-01T08:06:05.993Z | real 19:12.570205345 |
2397 | 2024-11-01T08:06:05.993Z | user 2:05:10.203548753 |
2398 | 2024-11-01T08:06:05.993Z | sys 5:51.932236491 |
2399 | 2024-11-01T08:06:05.993Z | trap 2.845619137 |
2400 | 2024-11-01T08:06:05.993Z | tflt 2.989807897 |
2401 | 2024-11-01T08:06:05.993Z | dflt 5.506202764 |
2402 | 2024-11-01T08:06:05.993Z | kflt 0.004245656 |
2403 | 2024-11-01T08:06:05.993Z | lock 7:31:32.117837495 |
2404 | 2024-11-01T08:06:05.993Z | slp 6:14:03.942529628 |
2405 | 2024-11-01T08:06:05.993Z | lat 2:54.493626566 |
2406 | 2024-11-01T08:06:05.993Z | stop 2:40.561343630 |
2407 | 2024-11-01T08:06:05.993Z | + mapfile -t packages |
2408 | 2024-11-01T08:06:05.993Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2409 | 2024-11-01T08:06:06.975Z | Finished `release` profile [optimized] target(s) in 0.93s |
2410 | 2024-11-01T08:06:07.030Z | Running `target/release/omicron-package -t test list-outputs` |
2411 | 2024-11-01T08:06:07.072Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2412 | 2024-11-01T08:06:07.076Z | + ptime -m cargo build --locked --release -p xtask |
2413 | 2024-11-01T08:06:07.620Z | Compiling serde v1.0.210 |
2414 | 2024-11-01T08:06:07.622Z | Compiling serde_json v1.0.128 |
2415 | 2024-11-01T08:06:07.622Z | Compiling libc v0.2.161 |
2416 | 2024-11-01T08:06:07.622Z | Compiling rustix v0.38.37 |
2417 | 2024-11-01T08:06:07.622Z | Compiling syn v2.0.79 |
2418 | 2024-11-01T08:06:07.707Z | Compiling bitflags v2.6.0 |
2419 | 2024-11-01T08:06:08.056Z | Compiling usdt-impl v0.5.0 |
2420 | 2024-11-01T08:06:08.115Z | Compiling syn v1.0.109 |
2421 | 2024-11-01T08:06:08.146Z | Compiling hashbrown v0.15.0 |
2422 | 2024-11-01T08:06:08.229Z | Compiling log v0.4.22 |
2423 | 2024-11-01T08:06:08.244Z | Compiling fs-err v2.11.0 |
2424 | 2024-11-01T08:06:08.561Z | Compiling anyhow v1.0.92 |
2425 | 2024-11-01T08:06:08.707Z | Compiling once_cell v1.20.2 |
2426 | 2024-11-01T08:06:09.127Z | Compiling thread-id v4.2.2 |
2427 | 2024-11-01T08:06:09.485Z | Compiling indexmap v2.6.0 |
2428 | 2024-11-01T08:06:10.735Z | Compiling terminal_size v0.4.0 |
2429 | 2024-11-01T08:06:10.735Z | Compiling tempfile v3.13.0 |
2430 | 2024-11-01T08:06:10.973Z | Compiling clap_builder v4.5.20 |
2431 | 2024-11-01T08:06:11.465Z | Compiling proc-macro-error v1.0.4 |
2432 | 2024-11-01T08:06:12.550Z | Compiling tabled_derive v0.7.0 |
2433 | 2024-11-01T08:06:13.818Z | Compiling tabled v0.15.0 |
2434 | 2024-11-01T08:06:14.703Z | Compiling serde_derive v1.0.210 |
2435 | 2024-11-01T08:06:14.703Z | Compiling thiserror-impl v1.0.64 |
2436 | 2024-11-01T08:06:14.706Z | Compiling zerocopy-derive v0.7.35 |
2437 | 2024-11-01T08:06:14.706Z | Compiling scroll_derive v0.12.0 |
2438 | 2024-11-01T08:06:14.706Z | Compiling clap_derive v4.5.18 |
2439 | 2024-11-01T08:06:16.084Z | Compiling scroll v0.12.0 |
2440 | 2024-11-01T08:06:16.595Z | Compiling zerocopy v0.7.35 |
2441 | 2024-11-01T08:06:16.774Z | Compiling goblin v0.8.2 |
2442 | 2024-11-01T08:06:17.396Z | Compiling thiserror v1.0.64 |
2443 | 2024-11-01T08:06:17.555Z | Compiling pest v2.7.14 |
2444 | 2024-11-01T08:06:20.564Z | Compiling pest_meta v2.7.14 |
2445 | 2024-11-01T08:06:20.859Z | Compiling clap v4.5.20 |
2446 | 2024-11-01T08:06:22.229Z | Compiling pest_generator v2.7.14 |
2447 | 2024-11-01T08:06:24.454Z | Compiling pest_derive v2.7.14 |
2448 | 2024-11-01T08:06:25.309Z | Compiling dtrace-parser v0.2.0 |
2449 | 2024-11-01T08:06:28.807Z | Compiling toml_datetime v0.6.8 |
2450 | 2024-11-01T08:06:29.570Z | Compiling serde_spanned v0.6.8 |
2451 | 2024-11-01T08:06:29.879Z | Compiling toml_edit v0.22.22 |
2452 | 2024-11-01T08:06:32.599Z | Compiling dof v0.3.0 |
2453 | 2024-11-01T08:06:32.746Z | Compiling serde_tokenstream v0.2.2 |
2454 | 2024-11-01T08:06:33.480Z | Compiling camino v1.1.9 |
2455 | 2024-11-01T08:06:34.687Z | Compiling usdt-macro v0.5.0 |
2456 | 2024-11-01T08:06:34.700Z | Compiling usdt-attr-macro v0.5.0 |
2457 | 2024-11-01T08:06:35.931Z | Compiling toml v0.8.19 |
2458 | 2024-11-01T08:06:36.073Z | Compiling cargo-platform v0.1.8 |
2459 | 2024-11-01T08:06:37.159Z | Compiling semver v1.0.23 |
2460 | 2024-11-01T08:06:38.656Z | Compiling cargo_metadata v0.18.1 |
2461 | 2024-11-01T08:06:38.850Z | Compiling cargo_toml v0.20.5 |
2462 | 2024-11-01T08:06:40.296Z | Compiling usdt v0.5.0 |
2463 | 2024-11-01T08:06:41.769Z | Compiling camino-tempfile v1.1.1 |
2464 | 2024-11-01T08:06:42.551Z | Compiling macaddr v1.0.1 |
2465 | 2024-11-01T08:06:51.429Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2466 | 2024-11-01T08:07:02.582Z | Finished `release` profile [optimized] target(s) in 55.44s |
2467 | 2024-11-01T08:07:02.685Z | |
2468 | 2024-11-01T08:07:02.685Z | real 55.577523179 |
2469 | 2024-11-01T08:07:02.685Z | user 5:37.928874682 |
2470 | 2024-11-01T08:07:02.685Z | sys 28.907478961 |
2471 | 2024-11-01T08:07:02.685Z | trap 0.143268026 |
2472 | 2024-11-01T08:07:02.685Z | tflt 0.283642580 |
2473 | 2024-11-01T08:07:02.688Z | dflt 0.488968575 |
2474 | 2024-11-01T08:07:02.688Z | kflt 0.000003389 |
2475 | 2024-11-01T08:07:02.688Z | lock 11:02.995494568 |
2476 | 2024-11-01T08:07:02.688Z | slp 16:30.771211294 |
2477 | 2024-11-01T08:07:02.688Z | lat 13.073795791 |
2478 | 2024-11-01T08:07:02.688Z | stop 13.475173020 |
2479 | 2024-11-01T08:07:02.688Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2480 | 2024-11-01T08:07:02.688Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2481 | 2024-11-01T08:07:02.688Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2482 | 2024-11-01T08:07:02.688Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2483 | 2024-11-01T08:07:02.688Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2484 | 2024-11-01T08:07:03.517Z | Compiling hashbrown v0.14.5 |
2485 | 2024-11-01T08:07:03.637Z | Compiling unsafe-libyaml v0.2.11 |
2486 | 2024-11-01T08:07:03.649Z | Compiling progenitor-client v0.8.0 |
2487 | 2024-11-01T08:07:03.654Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2488 | 2024-11-01T08:07:03.654Z | Compiling ident_case v1.0.1 |
2489 | 2024-11-01T08:07:03.654Z | Compiling ipnetwork v0.20.0 |
2490 | 2024-11-01T08:07:03.654Z | Compiling instant v0.1.13 |
2491 | 2024-11-01T08:07:03.654Z | Compiling structmeta-derive v0.3.0 |
2492 | 2024-11-01T08:07:03.788Z | Compiling newtype-uuid v1.1.2 |
2493 | 2024-11-01T08:07:03.850Z | Compiling darling_core v0.20.10 |
2494 | 2024-11-01T08:07:04.052Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2495 | 2024-11-01T08:07:04.118Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2496 | 2024-11-01T08:07:04.429Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2497 | 2024-11-01T08:07:04.539Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2498 | 2024-11-01T08:07:04.782Z | Compiling backoff v0.4.0 |
2499 | 2024-11-01T08:07:04.785Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2500 | 2024-11-01T08:07:04.934Z | Compiling regress v0.10.1 |
2501 | 2024-11-01T08:07:04.952Z | Compiling serde_yaml v0.9.34+deprecated |
2502 | 2024-11-01T08:07:04.967Z | Compiling regress v0.9.1 |
2503 | 2024-11-01T08:07:05.153Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2504 | 2024-11-01T08:07:05.332Z | Compiling macaddr v1.0.1 |
2505 | 2024-11-01T08:07:05.349Z | Compiling tempfile v3.13.0 |
2506 | 2024-11-01T08:07:05.528Z | Compiling proc-macro-crate v1.3.1 |
2507 | 2024-11-01T08:07:05.763Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2508 | 2024-11-01T08:07:06.169Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2509 | 2024-11-01T08:07:06.187Z | Compiling foreign-types-macros v0.2.3 |
2510 | 2024-11-01T08:07:06.467Z | Compiling structmeta v0.3.0 |
2511 | 2024-11-01T08:07:06.497Z | Compiling heapless v0.8.0 |
2512 | 2024-11-01T08:07:06.620Z | Compiling num_enum_derive v0.5.11 |
2513 | 2024-11-01T08:07:06.966Z | Compiling parse-display-derive v0.10.0 |
2514 | 2024-11-01T08:07:07.102Z | Compiling foreign-types-shared v0.3.1 |
2515 | 2024-11-01T08:07:07.433Z | Compiling foreign-types v0.5.0 |
2516 | 2024-11-01T08:07:07.561Z | Compiling proc-macro-error v1.0.4 |
2517 | 2024-11-01T08:07:07.917Z | Compiling camino-tempfile v1.1.1 |
2518 | 2024-11-01T08:07:08.257Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2519 | 2024-11-01T08:07:08.392Z | Compiling hash32 v0.3.1 |
2520 | 2024-11-01T08:07:08.635Z | Compiling cstr-argument v0.1.2 |
2521 | 2024-11-01T08:07:08.908Z | Compiling typify-impl v0.2.0 |
2522 | 2024-11-01T08:07:09.056Z | Compiling crucible-workspace-hack v0.1.0 |
2523 | 2024-11-01T08:07:09.124Z | Compiling num_enum v0.5.11 |
2524 | 2024-11-01T08:07:09.141Z | Compiling pretty-hex v0.2.1 |
2525 | 2024-11-01T08:07:09.296Z | Compiling smoltcp v0.11.0 |
2526 | 2024-11-01T08:07:09.331Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2527 | 2024-11-01T08:07:09.373Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2528 | 2024-11-01T08:07:09.553Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2529 | 2024-11-01T08:07:09.922Z | Compiling tabwriter v1.4.0 |
2530 | 2024-11-01T08:07:09.941Z | Compiling colored v2.1.0 |
2531 | 2024-11-01T08:07:10.095Z | Compiling cobs v0.2.3 |
2532 | 2024-11-01T08:07:10.318Z | Compiling postcard v1.0.10 |
2533 | 2024-11-01T08:07:10.385Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2534 | 2024-11-01T08:07:10.459Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2535 | 2024-11-01T08:07:10.462Z | Compiling darling_macro v0.20.10 |
2536 | 2024-11-01T08:07:10.652Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2537 | 2024-11-01T08:07:10.705Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2538 | 2024-11-01T08:07:10.823Z | Compiling smf v0.2.3 |
2539 | 2024-11-01T08:07:10.994Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2540 | 2024-11-01T08:07:11.325Z | Compiling parse-display v0.10.0 |
2541 | 2024-11-01T08:07:11.344Z | Compiling zone_cfg_derive v0.3.0 |
2542 | 2024-11-01T08:07:11.407Z | Compiling darling v0.20.10 |
2543 | 2024-11-01T08:07:11.500Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2544 | 2024-11-01T08:07:11.523Z | Compiling serde_with_macros v3.11.0 |
2545 | 2024-11-01T08:07:11.990Z | Compiling num-derive v0.4.2 |
2546 | 2024-11-01T08:07:11.993Z | Compiling sigpipe v0.1.3 |
2547 | 2024-11-01T08:07:12.128Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2548 | 2024-11-01T08:07:12.131Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2549 | 2024-11-01T08:07:12.465Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2550 | 2024-11-01T08:07:12.841Z | Compiling zone v0.3.0 |
2551 | 2024-11-01T08:07:12.924Z | Compiling universal-hash v0.5.1 |
2552 | 2024-11-01T08:07:13.139Z | Compiling opaque-debug v0.3.1 |
2553 | 2024-11-01T08:07:13.216Z | Compiling num-rational v0.4.2 |
2554 | 2024-11-01T08:07:13.247Z | Compiling password-hash v0.5.0 |
2555 | 2024-11-01T08:07:14.237Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2556 | 2024-11-01T08:07:14.300Z | Compiling serde_with v3.11.0 |
2557 | 2024-11-01T08:07:14.351Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2558 | 2024-11-01T08:07:14.366Z | Compiling blake2 v0.10.6 |
2559 | 2024-11-01T08:07:14.980Z | Compiling num-complex v0.4.6 |
2560 | 2024-11-01T08:07:15.073Z | Compiling aead v0.5.2 |
2561 | 2024-11-01T08:07:15.331Z | Compiling keccak v0.1.5 |
2562 | 2024-11-01T08:07:15.460Z | Compiling convert_case v0.4.0 |
2563 | 2024-11-01T08:07:15.830Z | Compiling sha3 v0.10.8 |
2564 | 2024-11-01T08:07:15.947Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2565 | 2024-11-01T08:07:16.092Z | Compiling num v0.4.3 |
2566 | 2024-11-01T08:07:16.216Z | Compiling argon2 v0.5.3 |
2567 | 2024-11-01T08:07:16.327Z | Compiling poly1305 v0.8.0 |
2568 | 2024-11-01T08:07:16.393Z | Compiling derive_more v0.99.18 |
2569 | 2024-11-01T08:07:16.460Z | Compiling tungstenite v0.21.0 |
2570 | 2024-11-01T08:07:16.949Z | Compiling chacha20 v0.9.1 |
2571 | 2024-11-01T08:07:17.489Z | Compiling float-ord v0.3.2 |
2572 | 2024-11-01T08:07:17.692Z | Compiling base64 v0.21.7 |
2573 | 2024-11-01T08:07:18.081Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2574 | 2024-11-01T08:07:18.192Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2575 | 2024-11-01T08:07:18.326Z | Compiling tokio-tungstenite v0.21.0 |
2576 | 2024-11-01T08:07:18.439Z | Compiling semver v0.1.20 |
2577 | 2024-11-01T08:07:18.628Z | Compiling same-file v1.0.6 |
2578 | 2024-11-01T08:07:18.631Z | Compiling newline-converter v0.3.0 |
2579 | 2024-11-01T08:07:18.827Z | Compiling rustc_version v0.1.7 |
2580 | 2024-11-01T08:07:18.905Z | Compiling walkdir v2.5.0 |
2581 | 2024-11-01T08:07:18.936Z | Compiling primeorder v0.13.6 |
2582 | 2024-11-01T08:07:19.021Z | Compiling secrecy v0.8.0 |
2583 | 2024-11-01T08:07:19.147Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2584 | 2024-11-01T08:07:19.312Z | Compiling owo-colors v4.1.0 |
2585 | 2024-11-01T08:07:19.336Z | Compiling prettyplease v0.2.22 |
2586 | 2024-11-01T08:07:19.377Z | Compiling home v0.5.9 |
2587 | 2024-11-01T08:07:19.473Z | Compiling cancel-safe-futures v0.1.5 |
2588 | 2024-11-01T08:07:19.641Z | Compiling newtype_derive v0.1.6 |
2589 | 2024-11-01T08:07:19.673Z | Compiling expectorate v1.1.0 |
2590 | 2024-11-01T08:07:19.676Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2591 | 2024-11-01T08:07:19.704Z | Compiling thiserror-impl-no-std v2.0.2 |
2592 | 2024-11-01T08:07:19.869Z | Compiling blake3 v1.5.4 |
2593 | 2024-11-01T08:07:19.886Z | Compiling ring v0.16.20 |
2594 | 2024-11-01T08:07:19.987Z | Compiling half v2.4.1 |
2595 | 2024-11-01T08:07:20.005Z | Compiling unicase v2.7.0 |
2596 | 2024-11-01T08:07:20.025Z | Compiling arc-swap v1.7.1 |
2597 | 2024-11-01T08:07:20.337Z | Compiling ciborium-io v0.2.2 |
2598 | 2024-11-01T08:07:20.484Z | Compiling slog-scope v4.4.0 |
2599 | 2024-11-01T08:07:20.591Z | Compiling ciborium-ll v0.2.2 |
2600 | 2024-11-01T08:07:20.870Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2601 | 2024-11-01T08:07:21.205Z | Compiling polyval v0.6.2 |
2602 | 2024-11-01T08:07:21.607Z | Compiling atomicwrites v0.4.4 |
2603 | 2024-11-01T08:07:21.656Z | Compiling libsw v3.3.1 |
2604 | 2024-11-01T08:07:21.979Z | Compiling memmap2 v0.9.5 |
2605 | 2024-11-01T08:07:21.997Z | Compiling linear-map v1.2.0 |
2606 | 2024-11-01T08:07:22.379Z | Compiling arrayvec v0.7.6 |
2607 | 2024-11-01T08:07:22.488Z | Compiling untrusted v0.7.1 |
2608 | 2024-11-01T08:07:22.698Z | Compiling salty v0.3.0 |
2609 | 2024-11-01T08:07:22.770Z | Compiling thiserror-no-std v2.0.2 |
2610 | 2024-11-01T08:07:22.803Z | Compiling constant_time_eq v0.3.1 |
2611 | 2024-11-01T08:07:22.901Z | Compiling indent_write v2.2.0 |
2612 | 2024-11-01T08:07:22.992Z | Compiling libefi-sys v0.1.0 |
2613 | 2024-11-01T08:07:23.120Z | Compiling arrayref v0.3.9 |
2614 | 2024-11-01T08:07:23.123Z | Compiling spin v0.5.2 |
2615 | 2024-11-01T08:07:23.230Z | Compiling parking_lot_core v0.8.6 |
2616 | 2024-11-01T08:07:23.367Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2617 | 2024-11-01T08:07:23.509Z | Compiling vsss-rs v3.3.4 |
2618 | 2024-11-01T08:07:23.572Z | Compiling ghash v0.5.1 |
2619 | 2024-11-01T08:07:23.793Z | Compiling ciborium v0.2.2 |
2620 | 2024-11-01T08:07:24.002Z | Compiling slog-stdlog v4.1.1 |
2621 | 2024-11-01T08:07:24.412Z | Compiling toolchain_find v0.4.0 |
2622 | 2024-11-01T08:07:24.551Z | Compiling p384 v0.13.0 |
2623 | 2024-11-01T08:07:24.643Z | Compiling chacha20poly1305 v0.10.1 |
2624 | 2024-11-01T08:07:24.927Z | Compiling itertools v0.13.0 |
2625 | 2024-11-01T08:07:25.132Z | Compiling lzma-sys v0.1.20 |
2626 | 2024-11-01T08:07:25.197Z | Compiling typify-macro v0.2.0 |
2627 | 2024-11-01T08:07:25.284Z | Compiling ctr v0.9.2 |
2628 | 2024-11-01T08:07:25.647Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2629 | 2024-11-01T08:07:25.926Z | Compiling bitfield-struct v0.6.2 |
2630 | 2024-11-01T08:07:26.066Z | Compiling slog-dtrace v0.3.0 |
2631 | 2024-11-01T08:07:26.124Z | Compiling topological-sort v0.2.2 |
2632 | 2024-11-01T08:07:26.370Z | Compiling highway v1.2.0 |
2633 | 2024-11-01T08:07:26.460Z | Compiling omicron-zone-package v0.11.1 |
2634 | 2024-11-01T08:07:27.292Z | Compiling aes-gcm v0.10.3 |
2635 | 2024-11-01T08:07:27.333Z | Compiling rustfmt-wrapper v0.2.1 |
2636 | 2024-11-01T08:07:27.351Z | Compiling mime_guess v2.0.5 |
2637 | 2024-11-01T08:07:27.372Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2638 | 2024-11-01T08:07:27.576Z | Compiling slog-envlogger v2.2.0 |
2639 | 2024-11-01T08:07:27.915Z | Compiling steno v0.4.1 |
2640 | 2024-11-01T08:07:28.303Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2641 | 2024-11-01T08:07:28.645Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2642 | 2024-11-01T08:07:28.671Z | Compiling heck v0.3.3 |
2643 | 2024-11-01T08:07:28.756Z | Compiling ssh-encoding v0.2.0 |
2644 | 2024-11-01T08:07:28.975Z | Compiling blowfish v0.9.1 |
2645 | 2024-11-01T08:07:29.080Z | Compiling nibble_vec v0.1.0 |
2646 | 2024-11-01T08:07:29.187Z | Compiling env_filter v0.1.2 |
2647 | 2024-11-01T08:07:29.295Z | Compiling endian-type v0.1.2 |
2648 | 2024-11-01T08:07:29.313Z | Compiling humantime v2.1.0 |
2649 | 2024-11-01T08:07:29.466Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2650 | 2024-11-01T08:07:29.485Z | Compiling typify v0.2.0 |
2651 | 2024-11-01T08:07:29.554Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2652 | 2024-11-01T08:07:29.605Z | Compiling progenitor-impl v0.8.0 |
2653 | 2024-11-01T08:07:29.627Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2654 | 2024-11-01T08:07:29.734Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2655 | 2024-11-01T08:07:29.861Z | Compiling radix_trie v0.2.1 |
2656 | 2024-11-01T08:07:29.898Z | Compiling env_logger v0.11.5 |
2657 | 2024-11-01T08:07:29.938Z | Compiling bcrypt-pbkdf v0.10.0 |
2658 | 2024-11-01T08:07:30.007Z | Compiling ssh-cipher v0.2.0 |
2659 | 2024-11-01T08:07:30.575Z | Compiling zone_cfg_derive v0.1.2 |
2660 | 2024-11-01T08:07:30.593Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2661 | 2024-11-01T08:07:30.678Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2662 | 2024-11-01T08:07:31.075Z | Compiling parking_lot v0.11.2 |
2663 | 2024-11-01T08:07:31.559Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2664 | 2024-11-01T08:07:31.594Z | Compiling gethostname v0.5.0 |
2665 | 2024-11-01T08:07:31.794Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2666 | 2024-11-01T08:07:31.969Z | Compiling password-hash v0.4.2 |
2667 | 2024-11-01T08:07:31.990Z | Compiling fxhash v0.2.1 |
2668 | 2024-11-01T08:07:32.064Z | Compiling matches v0.1.10 |
2669 | 2024-11-01T08:07:32.094Z | Compiling base64 v0.13.1 |
2670 | 2024-11-01T08:07:32.174Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2671 | 2024-11-01T08:07:32.202Z | Compiling sled v0.34.7 |
2672 | 2024-11-01T08:07:32.368Z | Compiling idna v0.2.3 |
2673 | 2024-11-01T08:07:32.402Z | Compiling zone v0.1.8 |
2674 | 2024-11-01T08:07:32.522Z | Compiling ron v0.7.1 |
2675 | 2024-11-01T08:07:32.701Z | Compiling pbkdf2 v0.11.0 |
2676 | 2024-11-01T08:07:32.829Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2677 | 2024-11-01T08:07:33.079Z | Compiling xz2 v0.1.7 |
2678 | 2024-11-01T08:07:33.574Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2679 | 2024-11-01T08:07:33.968Z | Compiling ssh-key v0.6.6 |
2680 | 2024-11-01T08:07:34.006Z | Compiling hickory-client v0.24.1 |
2681 | 2024-11-01T08:07:34.855Z | Compiling p256 v0.13.2 |
2682 | 2024-11-01T08:07:35.117Z | Compiling p521 v0.13.3 |
2683 | 2024-11-01T08:07:35.217Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2684 | 2024-11-01T08:07:35.486Z | Compiling hickory-server v0.24.1 |
2685 | 2024-11-01T08:07:35.723Z | Compiling enum-as-inner v0.5.1 |
2686 | 2024-11-01T08:07:36.306Z | Compiling pem v3.0.4 |
2687 | 2024-11-01T08:07:36.761Z | Compiling yasna v0.5.2 |
2688 | 2024-11-01T08:07:37.134Z | Compiling headers-core v0.3.0 |
2689 | 2024-11-01T08:07:37.315Z | Compiling kstat-rs v0.2.4 |
2690 | 2024-11-01T08:07:37.450Z | Compiling progenitor-macro v0.8.0 |
2691 | 2024-11-01T08:07:37.480Z | Compiling nanorand v0.7.0 |
2692 | 2024-11-01T08:07:37.969Z | Compiling atty v0.2.14 |
2693 | 2024-11-01T08:07:38.064Z | Compiling russh-cryptovec v0.7.3 |
2694 | 2024-11-01T08:07:38.120Z | Compiling http-range v0.1.5 |
2695 | 2024-11-01T08:07:38.396Z | Compiling glob v0.3.1 |
2696 | 2024-11-01T08:07:38.413Z | Compiling md5 v0.7.0 |
2697 | 2024-11-01T08:07:38.497Z | Compiling hyper-staticfile v0.10.1 |
2698 | 2024-11-01T08:07:38.549Z | Compiling flume v0.11.1 |
2699 | 2024-11-01T08:07:38.824Z | Compiling russh-keys v0.45.0 |
2700 | 2024-11-01T08:07:38.921Z | Compiling rcgen v0.12.1 |
2701 | 2024-11-01T08:07:39.284Z | Compiling headers v0.4.0 |
2702 | 2024-11-01T08:07:39.386Z | Compiling trust-dns-proto v0.22.0 |
2703 | 2024-11-01T08:07:39.669Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2704 | 2024-11-01T08:07:41.363Z | Compiling num-bigint v0.4.6 |
2705 | 2024-11-01T08:07:41.381Z | Compiling des v0.8.1 |
2706 | 2024-11-01T08:07:41.762Z | Compiling subprocess v0.2.9 |
2707 | 2024-11-01T08:07:42.354Z | Compiling dhcproto-macros v0.1.0 |
2708 | 2024-11-01T08:07:42.933Z | Compiling display-error-chain v0.2.1 |
2709 | 2024-11-01T08:07:42.988Z | Compiling hex-literal v0.4.1 |
2710 | 2024-11-01T08:07:43.109Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2711 | 2024-11-01T08:07:43.146Z | Compiling internet-checksum v0.2.1 |
2712 | 2024-11-01T08:07:43.782Z | Compiling dhcproto v0.12.0 |
2713 | 2024-11-01T08:07:44.362Z | Compiling russh v0.45.0 |
2714 | 2024-11-01T08:07:48.783Z | Compiling progenitor v0.8.0 |
2715 | 2024-11-01T08:07:48.900Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2716 | 2024-11-01T08:07:48.900Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2717 | 2024-11-01T08:07:48.902Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2718 | 2024-11-01T08:07:48.902Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2719 | 2024-11-01T08:07:48.957Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2720 | 2024-11-01T08:07:48.959Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2721 | 2024-11-01T08:07:48.989Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2722 | 2024-11-01T08:07:50.461Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2723 | 2024-11-01T08:07:50.672Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2724 | 2024-11-01T08:07:51.401Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2725 | 2024-11-01T08:07:54.211Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2726 | 2024-11-01T08:07:55.464Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2727 | 2024-11-01T08:08:04.213Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2728 | 2024-11-01T08:08:04.217Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2729 | 2024-11-01T08:08:04.217Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2730 | 2024-11-01T08:08:04.217Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2731 | 2024-11-01T08:08:05.139Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2732 | 2024-11-01T08:08:07.278Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2733 | 2024-11-01T08:08:08.284Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2734 | 2024-11-01T08:08:08.342Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2735 | 2024-11-01T08:08:08.772Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2736 | 2024-11-01T08:08:09.229Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2737 | 2024-11-01T08:08:11.664Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2738 | 2024-11-01T08:08:12.208Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2739 | 2024-11-01T08:08:12.251Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2740 | 2024-11-01T08:08:13.118Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2741 | 2024-11-01T08:08:13.166Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2742 | 2024-11-01T08:08:13.307Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2743 | 2024-11-01T08:08:14.643Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2744 | 2024-11-01T08:08:15.844Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2745 | 2024-11-01T08:08:16.709Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2746 | 2024-11-01T08:08:17.891Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2747 | 2024-11-01T08:08:18.340Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2748 | 2024-11-01T08:08:19.473Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2749 | 2024-11-01T08:08:21.485Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2750 | 2024-11-01T08:08:22.274Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2751 | 2024-11-01T08:08:24.942Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2752 | 2024-11-01T08:08:24.961Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2753 | 2024-11-01T08:08:25.418Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2754 | 2024-11-01T08:08:26.792Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2755 | 2024-11-01T08:08:30.627Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2756 | 2024-11-01T08:08:38.799Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2757 | 2024-11-01T08:08:40.685Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2758 | 2024-11-01T08:09:34.205Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2759 | 2024-11-01T08:10:04.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 01s |
2760 | 2024-11-01T08:10:04.271Z | |
2761 | 2024-11-01T08:10:04.271Z | real 3:01.521450351 |
2762 | 2024-11-01T08:10:04.271Z | user 11:45.343936619 |
2763 | 2024-11-01T08:10:04.271Z | sys 2:21.145263120 |
2764 | 2024-11-01T08:10:04.274Z | trap 0.293560476 |
2765 | 2024-11-01T08:10:04.274Z | tflt 0.705441537 |
2766 | 2024-11-01T08:10:04.274Z | dflt 1.956228212 |
2767 | 2024-11-01T08:10:04.274Z | kflt 0.000043001 |
2768 | 2024-11-01T08:10:04.274Z | lock 24:39.024823306 |
2769 | 2024-11-01T08:10:04.274Z | slp 41:26.642640882 |
2770 | 2024-11-01T08:10:04.274Z | lat 33.235568590 |
2771 | 2024-11-01T08:10:04.274Z | stop 1:14.157439940 |
2772 | 2024-11-01T08:10:04.274Z | + mkdir tests |
2773 | 2024-11-01T08:10:04.277Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2774 | 2024-11-01T08:10:04.277Z | + xargs -I '{}' -t cp '{}' tests/ |
2775 | 2024-11-01T08:10:05.468Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-760695b225b7d84e tests/ |
2776 | 2024-11-01T08:10:05.488Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c59ace78cab67c23 tests/ |
2777 | 2024-11-01T08:10:05.508Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-5e70352f71489b38 tests/ |
2778 | 2024-11-01T08:10:05.530Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d13fe3d13c1abd41 tests/ |
2779 | 2024-11-01T08:10:05.684Z | + 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/*) |
2780 | 2024-11-01T08:10:05.687Z | + 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-760695b225b7d84e tests/commtest-5e70352f71489b38 tests/dhcp_server-c59ace78cab67c23 tests/end_to_end_tests-d13fe3d13c1abd41 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 |
2781 | 2024-11-01T08:11:11.080Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2782 | 2024-11-01T08:11:11.080Z | a .github/buildomat/ci-env.sh 1K |
2783 | 2024-11-01T08:11:11.080Z | a out/target/test 1K |
2784 | 2024-11-01T08:11:11.080Z | a out/npuzone/npuzone 23144K |
2785 | 2024-11-01T08:11:11.080Z | a package-manifest.toml 32K |
2786 | 2024-11-01T08:11:11.080Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2787 | 2024-11-01T08:11:11.080Z | a target/release/omicron-package 32515K |
2788 | 2024-11-01T08:11:11.080Z | a target/release/xtask 11749K |
2789 | 2024-11-01T08:11:11.080Z | a target/debug/bootstrap 195749K |
2790 | 2024-11-01T08:11:11.080Z | a tests/bootstrap-760695b225b7d84e 23991K |
2791 | 2024-11-01T08:11:11.080Z | a tests/commtest-5e70352f71489b38 24191K |
2792 | 2024-11-01T08:11:11.080Z | a tests/dhcp_server-c59ace78cab67c23 23991K |
2793 | 2024-11-01T08:11:11.080Z | a tests/end_to_end_tests-d13fe3d13c1abd41 207955K |
2794 | 2024-11-01T08:11:11.080Z | a out/clickhouse.tar.gz 244306K |
2795 | 2024-11-01T08:11:11.080Z | a out/clickhouse_keeper.tar.gz 244287K |
2796 | 2024-11-01T08:11:11.080Z | a out/clickhouse_server.tar.gz 244287K |
2797 | 2024-11-01T08:11:11.080Z | a out/cockroachdb.tar.gz 130010K |
2798 | 2024-11-01T08:11:11.081Z | a out/crucible-dtrace.tar 83K |
2799 | 2024-11-01T08:11:11.081Z | a out/crucible-pantry-zone.tar.gz 26848K |
2800 | 2024-11-01T08:11:11.081Z | a out/crucible-zone.tar.gz 35056K |
2801 | 2024-11-01T08:11:11.081Z | a out/external-dns.tar.gz 30728K |
2802 | 2024-11-01T08:11:11.081Z | a out/internal-dns.tar.gz 30727K |
2803 | 2024-11-01T08:11:11.081Z | a out/mg-ddm-gz.tar 62661K |
2804 | 2024-11-01T08:11:11.081Z | a out/nexus.tar.gz 96056K |
2805 | 2024-11-01T08:11:11.081Z | a out/ntp.tar.gz 9029K |
2806 | 2024-11-01T08:11:11.081Z | a out/omicron-gateway-softnpu.tar.gz 21667K |
2807 | 2024-11-01T08:11:11.081Z | a out/omicron-sled-agent.tar 104042K |
2808 | 2024-11-01T08:11:11.081Z | a out/overlay.tar.gz 3K |
2809 | 2024-11-01T08:11:11.081Z | a out/oximeter.tar.gz 46010K |
2810 | 2024-11-01T08:11:11.081Z | a out/oxlog.tar 3071K |
2811 | 2024-11-01T08:11:11.081Z | a out/probe.tar.gz 2764K |
2812 | 2024-11-01T08:11:11.081Z | a out/propolis-server.tar.gz 66584K |
2813 | 2024-11-01T08:11:11.081Z | a out/pumpkind-gz.tar 26665K |
2814 | 2024-11-01T08:11:11.081Z | a out/switch-softnpu.tar.gz 224136K |
2815 | 2024-11-01T08:11:11.084Z | |
2816 | 2024-11-01T08:11:11.084Z | real 1:05.384133295 |
2817 | 2024-11-01T08:11:11.084Z | user 1:02.344896381 |
2818 | 2024-11-01T08:11:11.084Z | sys 4.247209888 |
2819 | 2024-11-01T08:11:11.084Z | trap 0.015796897 |
2820 | 2024-11-01T08:11:11.084Z | tflt 0.000000000 |
2821 | 2024-11-01T08:11:11.084Z | dflt 0.000000000 |
2822 | 2024-11-01T08:11:11.084Z | kflt 0.000000000 |
2823 | 2024-11-01T08:11:11.084Z | lock 0.000000000 |
2824 | 2024-11-01T08:11:11.084Z | slp 1:02.268698947 |
2825 | 2024-11-01T08:11:11.084Z | lat 1.887132205 |
2826 | 2024-11-01T08:11:11.085Z | stop 0.000219179 |
2827 | 2024-11-01T08:11:11.085Z | process exited: duration 2073982 ms, exit code 0 |
|
2828 | 2024-11-01T08:11:11.099Z | found 1 output files |
2829 | 2024-11-01T08:11:11.099Z | uploading: /work/package.tar.gz (1692142531 bytes) |
2830 | 2024-11-01T08:11:50.120Z | uploaded: /work/package.tar.gz |