|
|
|
1 | 2024-10-03T19:43:47.571Z | job assigned to worker 01J99YGCCW90FQWTX9XTG2FFC8 (queued for 58 s) |
|
2 | 2024-10-03T19:43:55.320Z | starting task 0: "setup" |
3 | 2024-10-03T19:43:55.327Z | ++ uname -s |
4 | 2024-10-03T19:43:55.330Z | + kern=SunOS |
5 | 2024-10-03T19:43:55.330Z | + case "$kern" in |
6 | 2024-10-03T19:43:55.330Z | + groupadd -g 12345 build |
7 | 2024-10-03T19:43:55.332Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-03T19:43:57.342Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-03T19:43:57.403Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-03T19:43:57.406Z | + home_fs=zfs |
11 | 2024-10-03T19:43:57.406Z | + [[ zfs == autofs ]] |
12 | 2024-10-03T19:43:57.406Z | + mkdir -p /home/build |
13 | 2024-10-03T19:43:57.408Z | + chown build:build /home/build /work |
14 | 2024-10-03T19:43:59.410Z | + chmod 0700 /home/build /work |
15 | 2024-10-03T19:43:59.413Z | process exited: duration 4095 ms, exit code 0 |
|
16 | 2024-10-03T19:43:59.418Z | starting task 1: "rust-toolchain" |
17 | 2024-10-03T19:43:59.424Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-03T19:43:59.424Z | ' 1.80.1 |
19 | 2024-10-03T19:43:59.424Z | + printf ' * toolchain profile = "%s" |
20 | 2024-10-03T19:43:59.424Z | ' default |
21 | 2024-10-03T19:43:59.424Z | * toolchain channel = "1.80.1" |
22 | 2024-10-03T19:43:59.424Z | * toolchain profile = "default" |
23 | 2024-10-03T19:43:59.427Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-03T19:43:59.427Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-03T19:43:59.544Z | info: downloading installer |
26 | 2024-10-03T19:44:00.672Z | info: profile set to 'default' |
27 | 2024-10-03T19:44:00.672Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-03T19:44:00.675Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-03T19:44:00.831Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-03T19:44:00.831Z | info: downloading component 'cargo' |
31 | 2024-10-03T19:44:01.766Z | info: downloading component 'clippy' |
32 | 2024-10-03T19:44:02.105Z | info: downloading component 'rust-docs' |
33 | 2024-10-03T19:44:03.407Z | info: downloading component 'rust-std' |
34 | 2024-10-03T19:44:05.238Z | info: downloading component 'rustc' |
35 | 2024-10-03T19:44:10.386Z | info: downloading component 'rustfmt' |
36 | 2024-10-03T19:44:10.658Z | info: installing component 'cargo' |
37 | 2024-10-03T19:44:11.523Z | info: installing component 'clippy' |
38 | 2024-10-03T19:44:11.894Z | info: installing component 'rust-docs' |
39 | 2024-10-03T19:44:13.542Z | info: installing component 'rust-std' |
40 | 2024-10-03T19:44:15.198Z | info: installing component 'rustc' |
41 | 2024-10-03T19:44:19.355Z | info: installing component 'rustfmt' |
42 | 2024-10-03T19:44:19.685Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-03T19:44:19.685Z | |
44 | 2024-10-03T19:44:19.934Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-03T19:44:19.934Z | |
46 | 2024-10-03T19:44:19.937Z | |
47 | 2024-10-03T19:44:19.937Z | Rust is installed now. Great! |
48 | 2024-10-03T19:44:19.937Z | |
49 | 2024-10-03T19:44:19.937Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-03T19:44:19.937Z | environment variable. This has not been done automatically. |
51 | 2024-10-03T19:44:19.937Z | |
52 | 2024-10-03T19:44:19.937Z | To configure your current shell, you need to source |
53 | 2024-10-03T19:44:19.937Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-03T19:44:19.937Z | |
55 | 2024-10-03T19:44:19.937Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-03T19:44:19.937Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-03T19:44:19.937Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-03T19:44:19.986Z | + rustc --version |
59 | 2024-10-03T19:44:20.049Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-03T19:44:20.052Z | process exited: duration 20629 ms, exit code 0 |
|
61 | 2024-10-03T19:44:20.059Z | starting task 2: "authentication" |
62 | 2024-10-03T19:44:20.077Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-03T19:44:20.083Z | starting task 3: "clone repository" |
64 | 2024-10-03T19:44:20.088Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-03T19:44:20.090Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-03T19:44:20.231Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-03T19:44:27.516Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-03T19:44:27.516Z | + git fetch origin 09053cabe90ebf5d2b47af17e254329b62f40313 |
69 | 2024-10-03T19:44:27.820Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-03T19:44:27.820Z | * branch 09053cabe90ebf5d2b47af17e254329b62f40313 -> FETCH_HEAD |
71 | 2024-10-03T19:44:27.829Z | + [[ -n sunshowers/spr/reconfigurator-impl-eq-for-trimap ]] |
72 | 2024-10-03T19:44:27.831Z | ++ git branch --show-current |
73 | 2024-10-03T19:44:27.834Z | + current=main |
74 | 2024-10-03T19:44:27.834Z | + [[ main != sunshowers/spr/reconfigurator-impl-eq-for-trimap ]] |
75 | 2024-10-03T19:44:27.834Z | + git branch -f sunshowers/spr/reconfigurator-impl-eq-for-trimap 09053cabe90ebf5d2b47af17e254329b62f40313 |
76 | 2024-10-03T19:44:27.837Z | + git checkout -f sunshowers/spr/reconfigurator-impl-eq-for-trimap |
77 | 2024-10-03T19:44:27.998Z | Switched to branch 'sunshowers/spr/reconfigurator-impl-eq-for-trimap' |
78 | 2024-10-03T19:44:28.000Z | + git reset --hard 09053cabe90ebf5d2b47af17e254329b62f40313 |
79 | 2024-10-03T19:44:28.011Z | HEAD is now at 09053cabe [spr] initial version |
80 | 2024-10-03T19:44:28.014Z | process exited: duration 7927 ms, exit code 0 |
|
81 | 2024-10-03T19:44:28.022Z | starting task 4: "build" |
82 | 2024-10-03T19:44:28.025Z | + cargo --version |
83 | 2024-10-03T19:44:28.079Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-10-03T19:44:28.081Z | + rustc --version |
85 | 2024-10-03T19:44:28.137Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-10-03T19:44:28.140Z | + WORK=/work |
87 | 2024-10-03T19:44:28.140Z | + pfexec mkdir -p /work |
88 | 2024-10-03T19:44:28.144Z | + pfexec chown build /work |
89 | 2024-10-03T19:44:28.147Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-10-03T19:44:35.430Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-10-03T19:44:38.207Z | Startup: Caching catalogs ... Done |
92 | 2024-10-03T19:44:42.396Z | Planning: Solver setup ... Done (3.561s) |
93 | 2024-10-03T19:44:42.453Z | Planning: Running solver ... Done (0.058s) |
94 | 2024-10-03T19:44:42.514Z | Planning: Finding local manifests ... Done (0.004s) |
95 | 2024-10-03T19:44:42.547Z | Planning: Fetching manifests: 0/5 0% complete |
96 | 2024-10-03T19:44:42.778Z | Planning: Fetching manifests: 5/5 100% complete |
97 | 2024-10-03T19:44:42.873Z | Planning: Package planning ... Done (0.097s) |
98 | 2024-10-03T19:44:42.932Z | Planning: Merging actions ... Done (0.058s) |
99 | 2024-10-03T19:44:43.270Z | Planning: Checking for conflicting actions ... Done (0.339s) |
100 | 2024-10-03T19:44:45.004Z | Planning: Consolidating action changes ... Done (1.733s) |
101 | 2024-10-03T19:44:45.408Z | Planning: Evaluating mediators ... Done (0.403s) |
102 | 2024-10-03T19:44:45.610Z | Planning: Planning completed in 7.32 seconds |
103 | 2024-10-03T19:44:45.627Z | Packages to install: 4 |
104 | 2024-10-03T19:44:45.627Z | Packages to update: 1 |
105 | 2024-10-03T19:44:45.630Z | Mediators to change: 2 |
106 | 2024-10-03T19:44:45.630Z | Services to change: 1 |
107 | 2024-10-03T19:44:45.630Z | Estimated space available: 155.71 GB |
108 | 2024-10-03T19:44:45.630Z | Estimated space to be consumed: 1.56 GB |
109 | 2024-10-03T19:44:45.630Z | Create boot environment: No |
110 | 2024-10-03T19:44:45.630Z | Create backup boot environment: Yes |
111 | 2024-10-03T19:44:45.630Z | Rebuild boot archive: No |
112 | 2024-10-03T19:44:45.630Z | |
113 | 2024-10-03T19:44:45.630Z | Changed mediators: |
114 | 2024-10-03T19:44:45.630Z | mediator clang: |
115 | 2024-10-03T19:44:45.630Z | version: None -> 15 (system default) |
116 | 2024-10-03T19:44:45.630Z | |
117 | 2024-10-03T19:44:45.630Z | mediator llvm: |
118 | 2024-10-03T19:44:45.630Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-10-03T19:44:45.630Z | |
120 | 2024-10-03T19:44:45.630Z | Changed packages: |
121 | 2024-10-03T19:44:45.630Z | helios-dev |
122 | 2024-10-03T19:44:45.630Z | developer/build-essential |
123 | 2024-10-03T19:44:45.630Z | None -> 11-2.0 |
124 | 2024-10-03T19:44:45.630Z | library/libxmlsec1 |
125 | 2024-10-03T19:44:45.631Z | None -> 1.2.35-2.0 |
126 | 2024-10-03T19:44:45.631Z | ooce/developer/clang-15 |
127 | 2024-10-03T19:44:45.631Z | None -> 15.0.7-2.0 |
128 | 2024-10-03T19:44:45.631Z | ooce/developer/llvm-15 |
129 | 2024-10-03T19:44:45.631Z | None -> 15.0.7-2.0 |
130 | 2024-10-03T19:44:45.631Z | package/pkg |
131 | 2024-10-03T19:44:45.631Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
132 | 2024-10-03T19:44:45.631Z | |
133 | 2024-10-03T19:44:45.631Z | Services: |
134 | 2024-10-03T19:44:45.631Z | restart_fmri: |
135 | 2024-10-03T19:44:45.631Z | svc:/system/update-man-index:default |
136 | 2024-10-03T19:44:45.631Z | |
137 | 2024-10-03T19:44:45.631Z | Editable files to change: |
138 | 2024-10-03T19:44:45.631Z | Update: |
139 | 2024-10-03T19:44:45.631Z | usr/share/lib/pkg/web/config.shtml |
140 | 2024-10-03T19:44:45.702Z | |
141 | 2024-10-03T19:44:45.702Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
142 | 2024-10-03T19:44:50.715Z | Download: 869/4281 items 18.9/220.6MB 8% complete (4.0M/s) |
143 | 2024-10-03T19:45:00.548Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (10.5M/s) |
144 | 2024-10-03T19:45:05.571Z | Download: 2220/4281 items 119.2/220.6MB 54% complete (3.8M/s) |
145 | 2024-10-03T19:45:10.577Z | Download: 3033/4281 items 121.3/220.6MB 54% complete (3.8M/s) |
146 | 2024-10-03T19:45:19.258Z | Download: 3244/4281 items 203.0/220.6MB 92% complete (9.2M/s) |
147 | 2024-10-03T19:45:22.846Z | Download: Completed 220.60 MB in 37.14 seconds (5.9M/s) |
148 | 2024-10-03T19:45:25.020Z | Actions: 1/5063 actions (Removing old actions) |
149 | 2024-10-03T19:45:25.040Z | Actions: 194/5063 actions (Installing new actions) |
150 | 2024-10-03T19:45:30.158Z | Actions: 4091/5063 actions (Installing new actions) |
151 | 2024-10-03T19:45:30.332Z | Actions: 4226/5063 actions (Updating modified actions) |
152 | 2024-10-03T19:45:30.698Z | Actions: Completed 5063 actions in 5.67 seconds. |
153 | 2024-10-03T19:45:31.013Z | Done (0.313s) |
154 | 2024-10-03T19:45:31.016Z | Done (0.000s) |
155 | 2024-10-03T19:45:31.455Z | Done (0.440s) |
156 | 2024-10-03T19:45:35.537Z | Done (3.894s) |
157 | 2024-10-03T19:45:35.631Z | Done (0.019s) |
158 | 2024-10-03T19:45:35.633Z | Done (0.000s) |
159 | 2024-10-03T19:45:35.802Z | Done (0.000s) |
160 | 2024-10-03T19:45:36.416Z | Planning: Evaluating mediator changes ... Done |
161 | 2024-10-03T19:45:36.575Z | Planning: Checking for conflicting actions ... Done |
162 | 2024-10-03T19:45:36.577Z | Planning: Consolidating action changes ... Done |
163 | 2024-10-03T19:45:36.836Z | Planning: Evaluating mediators ... Done |
164 | 2024-10-03T19:45:36.838Z | Planning: Planning completed in 0.42 seconds |
165 | 2024-10-03T19:45:36.878Z | Mediators to change: 2 |
166 | 2024-10-03T19:45:36.878Z | Create boot environment: No |
167 | 2024-10-03T19:45:36.880Z | Create backup boot environment: No |
168 | 2024-10-03T19:45:36.978Z | Done |
169 | 2024-10-03T19:45:36.979Z | Done |
170 | 2024-10-03T19:45:37.248Z | Done |
171 | 2024-10-03T19:45:40.735Z | Done |
172 | 2024-10-03T19:45:40.822Z | Done |
173 | 2024-10-03T19:45:40.824Z | Done |
174 | 2024-10-03T19:45:40.938Z | Done |
175 | 2024-10-03T19:45:41.536Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-10-03T19:45:41.538Z | Planning: Merging actions ... Done |
177 | 2024-10-03T19:45:41.722Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-10-03T19:45:41.724Z | Planning: Consolidating action changes ... Done |
179 | 2024-10-03T19:45:41.982Z | Planning: Evaluating mediators ... Done |
180 | 2024-10-03T19:45:42.036Z | Planning: Planning completed in 0.74 seconds |
181 | 2024-10-03T19:45:42.077Z | Packages to change: 1 |
182 | 2024-10-03T19:45:42.077Z | Mediators to change: 1 |
183 | 2024-10-03T19:45:42.079Z | Services to change: 1 |
184 | 2024-10-03T19:45:42.079Z | Create boot environment: No |
185 | 2024-10-03T19:45:42.080Z | Create backup boot environment: Yes |
186 | 2024-10-03T19:45:43.929Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2024-10-03T19:45:44.093Z | Actions: Completed 6 actions in 0.16 seconds. |
188 | 2024-10-03T19:45:44.095Z | Done |
189 | 2024-10-03T19:45:44.095Z | Done |
190 | 2024-10-03T19:45:44.184Z | Done |
191 | 2024-10-03T19:45:47.730Z | Done |
192 | 2024-10-03T19:45:47.818Z | Done |
193 | 2024-10-03T19:45:47.821Z | Done |
194 | 2024-10-03T19:45:47.927Z | Done |
195 | 2024-10-03T19:45:48.351Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2024-10-03T19:45:48.351Z | clang system 15 system |
197 | 2024-10-03T19:45:48.351Z | csh system system illumos |
198 | 2024-10-03T19:45:48.351Z | ctags system system illumos |
199 | 2024-10-03T19:45:48.351Z | gcc vendor 12 vendor |
200 | 2024-10-03T19:45:48.351Z | gcc system 10 system |
201 | 2024-10-03T19:45:48.351Z | gcc system 7 system |
202 | 2024-10-03T19:45:48.351Z | go system 1.20 system |
203 | 2024-10-03T19:45:48.351Z | go system 1.19 system |
204 | 2024-10-03T19:45:48.351Z | llvm system 15 system |
205 | 2024-10-03T19:45:48.351Z | llvm system 14 system |
206 | 2024-10-03T19:45:48.351Z | mariadb system 10.6 system |
207 | 2024-10-03T19:45:48.351Z | mta vendor vendor dma |
208 | 2024-10-03T19:45:48.351Z | openjdk system 17 system |
209 | 2024-10-03T19:45:48.351Z | openjdk system 11 system |
210 | 2024-10-03T19:45:48.351Z | openjdk system 1.8 system |
211 | 2024-10-03T19:45:48.351Z | openssl vendor 3 vendor |
212 | 2024-10-03T19:45:48.351Z | perl system 5.36 system |
213 | 2024-10-03T19:45:48.351Z | postgresql system 15 system |
214 | 2024-10-03T19:45:48.351Z | postgresql system 13 system |
215 | 2024-10-03T19:45:48.352Z | python vendor 3 vendor |
216 | 2024-10-03T19:45:48.352Z | python system 2 system |
217 | 2024-10-03T19:45:48.352Z | python3 system 3.11 system |
218 | 2024-10-03T19:45:48.352Z | ruby system 3.0 system |
219 | 2024-10-03T19:45:48.352Z | words vendor vendor american-english |
220 | 2024-10-03T19:45:48.352Z | words system system australian-english |
221 | 2024-10-03T19:45:48.352Z | words system system british-english |
222 | 2024-10-03T19:45:48.352Z | words system system canadian-english |
223 | 2024-10-03T19:45:48.352Z | words system system french |
224 | 2024-10-03T19:45:48.352Z | words system system italian |
225 | 2024-10-03T19:45:48.352Z | words system system ngerman |
226 | 2024-10-03T19:45:48.352Z | words system system ogerman |
227 | 2024-10-03T19:45:48.352Z | words system system spanish |
228 | 2024-10-03T19:45:48.679Z | PUBLISHER TYPE STATUS P LOCATION |
229 | 2024-10-03T19:45:48.679Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
230 | 2024-10-03T19:45:50.691Z | FMRI IFO |
231 | 2024-10-03T19:45:50.691Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-10-03T19:45:50.691Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-10-03T19:45:50.691Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-10-03T19:45:50.691Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-10-03T19:45:50.691Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
236 | 2024-10-03T19:45:50.691Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2024-10-03T19:45:50.691Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
238 | 2024-10-03T19:45:50.691Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
239 | 2024-10-03T19:45:50.691Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
240 | 2024-10-03T19:45:50.691Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
241 | 2024-10-03T19:45:50.691Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
242 | 2024-10-03T19:45:50.692Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
243 | 2024-10-03T19:45:50.692Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
244 | 2024-10-03T19:45:51.331Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
245 | 2024-10-03T19:45:51.619Z | Updating crates.io index |
246 | 2024-10-03T19:45:51.689Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
247 | 2024-10-03T19:45:52.440Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
248 | 2024-10-03T19:45:52.748Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
249 | 2024-10-03T19:45:53.000Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
250 | 2024-10-03T19:45:53.284Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
251 | 2024-10-03T19:45:54.058Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
252 | 2024-10-03T19:45:56.368Z | Updating git repository `https://github.com/oxidecomputer/opte` |
253 | 2024-10-03T19:45:57.394Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
254 | 2024-10-03T19:45:58.046Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
255 | 2024-10-03T19:45:58.341Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
256 | 2024-10-03T19:45:58.596Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
257 | 2024-10-03T19:45:59.161Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
258 | 2024-10-03T19:45:59.532Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
259 | 2024-10-03T19:45:59.785Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
260 | 2024-10-03T19:46:00.059Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
261 | 2024-10-03T19:46:00.351Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
262 | 2024-10-03T19:46:00.643Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
263 | 2024-10-03T19:46:00.896Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
264 | 2024-10-03T19:46:01.150Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
265 | 2024-10-03T19:46:01.417Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
266 | 2024-10-03T19:46:01.826Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
267 | 2024-10-03T19:46:02.158Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
268 | 2024-10-03T19:46:02.439Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
269 | 2024-10-03T19:46:03.118Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
270 | 2024-10-03T19:46:03.526Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
271 | 2024-10-03T19:46:03.837Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
272 | 2024-10-03T19:46:04.226Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
273 | 2024-10-03T19:46:04.562Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
274 | 2024-10-03T19:46:04.807Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
275 | 2024-10-03T19:46:05.045Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
276 | 2024-10-03T19:46:06.222Z | Downloading crates ... |
277 | 2024-10-03T19:46:06.332Z | Downloaded equivalent v1.0.1 |
278 | 2024-10-03T19:46:06.336Z | Downloaded usdt-macro v0.5.0 |
279 | 2024-10-03T19:46:06.338Z | Downloaded cargo-platform v0.1.8 |
280 | 2024-10-03T19:46:06.338Z | Downloaded cpufeatures v0.2.12 |
281 | 2024-10-03T19:46:06.340Z | Downloaded cfg-if v1.0.0 |
282 | 2024-10-03T19:46:06.343Z | Downloaded bytecount v0.6.8 |
283 | 2024-10-03T19:46:06.343Z | Downloaded clap_lex v0.7.0 |
284 | 2024-10-03T19:46:06.345Z | Downloaded autocfg v1.3.0 |
285 | 2024-10-03T19:46:06.345Z | Downloaded anstyle-query v1.0.3 |
286 | 2024-10-03T19:46:06.347Z | Downloaded byteorder v1.5.0 |
287 | 2024-10-03T19:46:06.350Z | Downloaded block-buffer v0.10.4 |
288 | 2024-10-03T19:46:06.350Z | Downloaded anstyle-parse v0.2.4 |
289 | 2024-10-03T19:46:06.352Z | Downloaded usdt-attr-macro v0.5.0 |
290 | 2024-10-03T19:46:06.353Z | Downloaded is_terminal_polyfill v1.70.0 |
291 | 2024-10-03T19:46:06.355Z | Downloaded dtrace-parser v0.2.0 |
292 | 2024-10-03T19:46:06.355Z | Downloaded unicode-linebreak v0.1.5 |
293 | 2024-10-03T19:46:06.355Z | Downloaded thread-id v4.2.1 |
294 | 2024-10-03T19:46:06.357Z | Downloaded dof v0.3.0 |
295 | 2024-10-03T19:46:06.357Z | Downloaded serde_spanned v0.6.7 |
296 | 2024-10-03T19:46:06.359Z | Downloaded toml_datetime v0.6.8 |
297 | 2024-10-03T19:46:06.359Z | Downloaded strsim v0.11.1 |
298 | 2024-10-03T19:46:06.362Z | Downloaded itoa v1.0.11 |
299 | 2024-10-03T19:46:06.362Z | Downloaded terminal_size v0.3.0 |
300 | 2024-10-03T19:46:06.365Z | Downloaded plain v0.2.3 |
301 | 2024-10-03T19:46:06.365Z | Downloaded pest_generator v2.7.10 |
302 | 2024-10-03T19:46:06.367Z | Downloaded heck v0.4.1 |
303 | 2024-10-03T19:46:06.367Z | Downloaded anstyle v1.0.8 |
304 | 2024-10-03T19:46:06.371Z | Downloaded camino-tempfile v1.1.1 |
305 | 2024-10-03T19:46:06.373Z | Downloaded fastrand v2.1.0 |
306 | 2024-10-03T19:46:06.376Z | Downloaded colorchoice v1.0.1 |
307 | 2024-10-03T19:46:06.378Z | Downloaded anstream v0.6.14 |
308 | 2024-10-03T19:46:06.381Z | Downloaded fs-err v2.11.0 |
309 | 2024-10-03T19:46:06.383Z | Downloaded crypto-common v0.1.6 |
310 | 2024-10-03T19:46:06.386Z | Downloaded version_check v0.9.5 |
311 | 2024-10-03T19:46:06.386Z | Downloaded digest v0.10.7 |
312 | 2024-10-03T19:46:06.388Z | Downloaded swrite v0.1.0 |
313 | 2024-10-03T19:46:06.389Z | Downloaded scroll_derive v0.12.0 |
314 | 2024-10-03T19:46:06.389Z | Downloaded pretty-hex v0.4.1 |
315 | 2024-10-03T19:46:06.391Z | Downloaded generic-array v0.14.7 |
316 | 2024-10-03T19:46:06.391Z | Downloaded fnv v1.0.7 |
317 | 2024-10-03T19:46:06.395Z | Downloaded errno v0.3.9 |
318 | 2024-10-03T19:46:06.395Z | Downloaded heck v0.5.0 |
319 | 2024-10-03T19:46:06.400Z | Downloaded scroll v0.12.0 |
320 | 2024-10-03T19:46:06.403Z | Downloaded thiserror v1.0.64 |
321 | 2024-10-03T19:46:06.408Z | Downloaded tabled_derive v0.7.0 |
322 | 2024-10-03T19:46:06.411Z | Downloaded sha2 v0.10.8 |
323 | 2024-10-03T19:46:06.411Z | Downloaded semver v1.0.23 |
324 | 2024-10-03T19:46:06.414Z | Downloaded proc-macro-error v1.0.4 |
325 | 2024-10-03T19:46:06.417Z | Downloaded macaddr v1.0.1 |
326 | 2024-10-03T19:46:06.421Z | Downloaded clap_derive v4.5.18 |
327 | 2024-10-03T19:46:06.421Z | Downloaded bitflags v2.6.0 |
328 | 2024-10-03T19:46:06.424Z | Downloaded once_cell v1.19.0 |
329 | 2024-10-03T19:46:06.426Z | Downloaded cargo_toml v0.20.5 |
330 | 2024-10-03T19:46:06.426Z | Downloaded cargo_metadata v0.18.1 |
331 | 2024-10-03T19:46:06.433Z | Downloaded utf8parse v0.2.1 |
332 | 2024-10-03T19:46:06.436Z | Downloaded usdt v0.5.0 |
333 | 2024-10-03T19:46:06.436Z | Downloaded ucd-trie v0.1.6 |
334 | 2024-10-03T19:46:06.442Z | Downloaded serde_tokenstream v0.2.2 |
335 | 2024-10-03T19:46:06.445Z | Downloaded smawk v0.3.2 |
336 | 2024-10-03T19:46:06.448Z | Downloaded proc-macro2 v1.0.86 |
337 | 2024-10-03T19:46:06.451Z | Downloaded serde_derive v1.0.210 |
338 | 2024-10-03T19:46:06.454Z | Downloaded anyhow v1.0.89 |
339 | 2024-10-03T19:46:06.456Z | Downloaded proc-macro-error-attr v1.0.4 |
340 | 2024-10-03T19:46:06.456Z | Downloaded camino v1.1.9 |
341 | 2024-10-03T19:46:06.462Z | Downloaded tempfile v3.10.1 |
342 | 2024-10-03T19:46:06.466Z | Downloaded quote v1.0.37 |
343 | 2024-10-03T19:46:06.468Z | Downloaded pest_derive v2.7.10 |
344 | 2024-10-03T19:46:06.472Z | Downloaded memmap v0.7.0 |
345 | 2024-10-03T19:46:06.474Z | Downloaded zerocopy-derive v0.7.34 |
346 | 2024-10-03T19:46:06.478Z | Downloaded usdt-impl v0.5.0 |
347 | 2024-10-03T19:46:06.480Z | Downloaded log v0.4.22 |
348 | 2024-10-03T19:46:06.483Z | Downloaded clap v4.5.18 |
349 | 2024-10-03T19:46:06.490Z | Downloaded unicode-ident v1.0.13 |
350 | 2024-10-03T19:46:06.493Z | Downloaded typenum v1.17.0 |
351 | 2024-10-03T19:46:06.495Z | Downloaded thiserror-impl v1.0.64 |
352 | 2024-10-03T19:46:06.497Z | Downloaded indexmap v2.5.0 |
353 | 2024-10-03T19:46:06.500Z | Downloaded textwrap v0.16.1 |
354 | 2024-10-03T19:46:06.502Z | Downloaded ryu v1.0.18 |
355 | 2024-10-03T19:46:06.505Z | Downloaded pest_meta v2.7.10 |
356 | 2024-10-03T19:46:06.508Z | Downloaded papergrid v0.11.0 |
357 | 2024-10-03T19:46:06.512Z | Downloaded toml v0.8.19 |
358 | 2024-10-03T19:46:06.515Z | Downloaded memchr v2.7.2 |
359 | 2024-10-03T19:46:06.530Z | Downloaded serde v1.0.210 |
360 | 2024-10-03T19:46:06.544Z | Downloaded pest v2.7.10 |
361 | 2024-10-03T19:46:06.549Z | Downloaded toml_edit v0.22.22 |
362 | 2024-10-03T19:46:06.571Z | Downloaded clap_builder v4.5.18 |
363 | 2024-10-03T19:46:06.576Z | Downloaded zerocopy v0.7.34 |
364 | 2024-10-03T19:46:06.592Z | Downloaded hashbrown v0.14.5 |
365 | 2024-10-03T19:46:06.596Z | Downloaded winnow v0.6.18 |
366 | 2024-10-03T19:46:06.604Z | Downloaded serde_json v1.0.128 |
367 | 2024-10-03T19:46:06.611Z | Downloaded tabled v0.15.0 |
368 | 2024-10-03T19:46:06.626Z | Downloaded goblin v0.8.2 |
369 | 2024-10-03T19:46:06.632Z | Downloaded syn v1.0.109 |
370 | 2024-10-03T19:46:06.642Z | Downloaded syn v2.0.79 |
371 | 2024-10-03T19:46:06.655Z | Downloaded rustix v0.38.34 |
372 | 2024-10-03T19:46:06.677Z | Downloaded unicode-width v0.1.13 |
373 | 2024-10-03T19:46:06.694Z | Downloaded libc v0.2.159 |
374 | 2024-10-03T19:46:07.003Z | Compiling proc-macro2 v1.0.86 |
375 | 2024-10-03T19:46:07.003Z | Compiling unicode-ident v1.0.13 |
376 | 2024-10-03T19:46:07.006Z | Compiling serde v1.0.210 |
377 | 2024-10-03T19:46:07.006Z | Compiling version_check v0.9.5 |
378 | 2024-10-03T19:46:07.006Z | Compiling memchr v2.7.2 |
379 | 2024-10-03T19:46:07.006Z | Compiling thiserror v1.0.64 |
380 | 2024-10-03T19:46:07.006Z | Compiling libc v0.2.159 |
381 | 2024-10-03T19:46:07.006Z | Compiling ryu v1.0.18 |
382 | 2024-10-03T19:46:07.257Z | Compiling ucd-trie v0.1.6 |
383 | 2024-10-03T19:46:07.399Z | Compiling itoa v1.0.11 |
384 | 2024-10-03T19:46:07.605Z | Compiling once_cell v1.19.0 |
385 | 2024-10-03T19:46:07.826Z | Compiling byteorder v1.5.0 |
386 | 2024-10-03T19:46:07.950Z | Compiling serde_json v1.0.128 |
387 | 2024-10-03T19:46:08.021Z | Compiling rustix v0.38.34 |
388 | 2024-10-03T19:46:08.358Z | Compiling bitflags v2.6.0 |
389 | 2024-10-03T19:46:08.454Z | Compiling usdt-impl v0.5.0 |
390 | 2024-10-03T19:46:08.750Z | Compiling quote v1.0.37 |
391 | 2024-10-03T19:46:08.803Z | Compiling proc-macro-error-attr v1.0.4 |
392 | 2024-10-03T19:46:08.852Z | Compiling syn v1.0.109 |
393 | 2024-10-03T19:46:09.027Z | Compiling proc-macro-error v1.0.4 |
394 | 2024-10-03T19:46:09.063Z | Compiling utf8parse v0.2.1 |
395 | 2024-10-03T19:46:09.107Z | Compiling syn v2.0.79 |
396 | 2024-10-03T19:46:09.227Z | Compiling errno v0.3.9 |
397 | 2024-10-03T19:46:09.453Z | Compiling camino v1.1.9 |
398 | 2024-10-03T19:46:09.478Z | Compiling plain v0.2.3 |
399 | 2024-10-03T19:46:09.537Z | Compiling thread-id v4.2.1 |
400 | 2024-10-03T19:46:09.567Z | Compiling log v0.4.22 |
401 | 2024-10-03T19:46:09.592Z | Compiling hashbrown v0.14.5 |
402 | 2024-10-03T19:46:09.626Z | Compiling equivalent v1.0.1 |
403 | 2024-10-03T19:46:09.888Z | Compiling anstyle-parse v0.2.4 |
404 | 2024-10-03T19:46:10.172Z | Compiling unicode-width v0.1.13 |
405 | 2024-10-03T19:46:10.233Z | Compiling anstyle v1.0.8 |
406 | 2024-10-03T19:46:10.284Z | Compiling colorchoice v1.0.1 |
407 | 2024-10-03T19:46:10.408Z | Compiling autocfg v1.3.0 |
408 | 2024-10-03T19:46:10.435Z | Compiling anstyle-query v1.0.3 |
409 | 2024-10-03T19:46:10.467Z | Compiling pretty-hex v0.4.1 |
410 | 2024-10-03T19:46:10.584Z | Compiling is_terminal_polyfill v1.70.0 |
411 | 2024-10-03T19:46:10.679Z | Compiling winnow v0.6.18 |
412 | 2024-10-03T19:46:10.703Z | Compiling semver v1.0.23 |
413 | 2024-10-03T19:46:10.728Z | Compiling anstream v0.6.14 |
414 | 2024-10-03T19:46:10.881Z | Compiling indexmap v2.5.0 |
415 | 2024-10-03T19:46:11.366Z | Compiling fs-err v2.11.0 |
416 | 2024-10-03T19:46:11.495Z | Compiling terminal_size v0.3.0 |
417 | 2024-10-03T19:46:11.643Z | Compiling anyhow v1.0.89 |
418 | 2024-10-03T19:46:11.671Z | Compiling cfg-if v1.0.0 |
419 | 2024-10-03T19:46:11.696Z | Compiling bytecount v0.6.8 |
420 | 2024-10-03T19:46:11.774Z | Compiling clap_lex v0.7.0 |
421 | 2024-10-03T19:46:11.922Z | Compiling fastrand v2.1.0 |
422 | 2024-10-03T19:46:12.235Z | Compiling fnv v1.0.7 |
423 | 2024-10-03T19:46:12.261Z | Compiling strsim v0.11.1 |
424 | 2024-10-03T19:46:12.284Z | Compiling heck v0.4.1 |
425 | 2024-10-03T19:46:12.308Z | Compiling heck v0.5.0 |
426 | 2024-10-03T19:46:12.364Z | Compiling papergrid v0.11.0 |
427 | 2024-10-03T19:46:12.774Z | Compiling clap_builder v4.5.18 |
428 | 2024-10-03T19:46:13.022Z | Compiling tempfile v3.10.1 |
429 | 2024-10-03T19:46:13.243Z | Compiling memmap v0.7.0 |
430 | 2024-10-03T19:46:13.370Z | Compiling unicode-linebreak v0.1.5 |
431 | 2024-10-03T19:46:13.589Z | Compiling smawk v0.3.2 |
432 | 2024-10-03T19:46:13.808Z | Compiling textwrap v0.16.1 |
433 | 2024-10-03T19:46:14.441Z | Compiling swrite v0.1.0 |
434 | 2024-10-03T19:46:15.551Z | Compiling tabled_derive v0.7.0 |
435 | 2024-10-03T19:46:17.052Z | Compiling tabled v0.15.0 |
436 | 2024-10-03T19:46:17.793Z | Compiling serde_derive v1.0.210 |
437 | 2024-10-03T19:46:17.793Z | Compiling thiserror-impl v1.0.64 |
438 | 2024-10-03T19:46:17.796Z | Compiling zerocopy-derive v0.7.34 |
439 | 2024-10-03T19:46:17.796Z | Compiling scroll_derive v0.12.0 |
440 | 2024-10-03T19:46:17.915Z | Compiling clap_derive v4.5.18 |
441 | 2024-10-03T19:46:19.339Z | Compiling scroll v0.12.0 |
442 | 2024-10-03T19:46:19.790Z | Compiling zerocopy v0.7.34 |
443 | 2024-10-03T19:46:19.830Z | Compiling goblin v0.8.2 |
444 | 2024-10-03T19:46:20.525Z | Compiling pest v2.7.10 |
445 | 2024-10-03T19:46:21.604Z | Compiling clap v4.5.18 |
446 | 2024-10-03T19:46:22.762Z | Compiling pest_meta v2.7.10 |
447 | 2024-10-03T19:46:23.611Z | Compiling pest_generator v2.7.10 |
448 | 2024-10-03T19:46:25.421Z | Compiling pest_derive v2.7.10 |
449 | 2024-10-03T19:46:26.129Z | Compiling dtrace-parser v0.2.0 |
450 | 2024-10-03T19:46:28.050Z | Compiling serde_tokenstream v0.2.2 |
451 | 2024-10-03T19:46:28.087Z | Compiling serde_spanned v0.6.7 |
452 | 2024-10-03T19:46:28.087Z | Compiling toml_datetime v0.6.8 |
453 | 2024-10-03T19:46:28.369Z | Compiling cargo-platform v0.1.8 |
454 | 2024-10-03T19:46:28.459Z | Compiling toml_edit v0.22.22 |
455 | 2024-10-03T19:46:28.644Z | Compiling macaddr v1.0.1 |
456 | 2024-10-03T19:46:28.819Z | Compiling camino-tempfile v1.1.1 |
457 | 2024-10-03T19:46:29.460Z | Compiling dof v0.3.0 |
458 | 2024-10-03T19:46:29.540Z | Compiling cargo_metadata v0.18.1 |
459 | 2024-10-03T19:46:31.205Z | Compiling usdt-attr-macro v0.5.0 |
460 | 2024-10-03T19:46:31.205Z | Compiling usdt-macro v0.5.0 |
461 | 2024-10-03T19:46:31.275Z | Compiling toml v0.8.19 |
462 | 2024-10-03T19:46:32.171Z | Compiling cargo_toml v0.20.5 |
463 | 2024-10-03T19:46:32.673Z | Compiling usdt v0.5.0 |
464 | 2024-10-03T19:46:36.007Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
465 | 2024-10-03T19:46:40.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.09s |
466 | 2024-10-03T19:46:40.461Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
467 | 2024-10-03T19:46:41.031Z | Downloading crates ... |
468 | 2024-10-03T19:46:41.160Z | Downloaded atty v0.2.14 |
469 | 2024-10-03T19:46:41.163Z | Downloaded bit-vec v0.6.3 |
470 | 2024-10-03T19:46:41.165Z | Downloaded bb8 v0.8.5 |
471 | 2024-10-03T19:46:41.169Z | Downloaded adler2 v2.0.0 |
472 | 2024-10-03T19:46:41.172Z | Downloaded debug-ignore v1.0.5 |
473 | 2024-10-03T19:46:41.175Z | Downloaded base64 v0.13.1 |
474 | 2024-10-03T19:46:41.178Z | Downloaded async-stream-impl v0.3.5 |
475 | 2024-10-03T19:46:41.180Z | Downloaded assert_matches v1.5.0 |
476 | 2024-10-03T19:46:41.180Z | Downloaded argon2 v0.5.3 |
477 | 2024-10-03T19:46:41.184Z | Downloaded http-body v0.4.6 |
478 | 2024-10-03T19:46:41.186Z | Downloaded home v0.5.9 |
479 | 2024-10-03T19:46:41.190Z | Downloaded ciborium-io v0.2.2 |
480 | 2024-10-03T19:46:41.192Z | Downloaded crunchy v0.2.2 |
481 | 2024-10-03T19:46:41.195Z | Downloaded cfg_aliases v0.2.1 |
482 | 2024-10-03T19:46:41.195Z | Downloaded http-body v1.0.0 |
483 | 2024-10-03T19:46:41.195Z | Downloaded hubpack_derive v0.1.1 |
484 | 2024-10-03T19:46:41.197Z | Downloaded http-range v0.1.5 |
485 | 2024-10-03T19:46:41.199Z | Downloaded instant v0.1.12 |
486 | 2024-10-03T19:46:41.202Z | Downloaded atomic-waker v1.1.2 |
487 | 2024-10-03T19:46:41.210Z | Downloaded is_ci v1.2.0 |
488 | 2024-10-03T19:46:41.213Z | Downloaded bitfield-struct v0.6.1 |
489 | 2024-10-03T19:46:41.215Z | Downloaded ciborium-ll v0.2.2 |
490 | 2024-10-03T19:46:41.215Z | Downloaded is-terminal v0.4.12 |
491 | 2024-10-03T19:46:41.217Z | Downloaded adler v1.0.2 |
492 | 2024-10-03T19:46:41.217Z | Downloaded bcrypt-pbkdf v0.10.0 |
493 | 2024-10-03T19:46:41.220Z | Downloaded async-recursion v1.1.1 |
494 | 2024-10-03T19:46:41.223Z | Downloaded match_cfg v0.1.0 |
495 | 2024-10-03T19:46:41.226Z | Downloaded cexpr v0.6.0 |
496 | 2024-10-03T19:46:41.226Z | Downloaded ident_case v1.0.1 |
497 | 2024-10-03T19:46:41.229Z | Downloaded convert_case v0.4.0 |
498 | 2024-10-03T19:46:41.229Z | Downloaded newtype_derive v0.1.6 |
499 | 2024-10-03T19:46:41.229Z | Downloaded newline-converter v0.3.0 |
500 | 2024-10-03T19:46:41.231Z | Downloaded blowfish v0.9.1 |
501 | 2024-10-03T19:46:41.231Z | Downloaded httpdate v1.0.3 |
502 | 2024-10-03T19:46:41.234Z | Downloaded const_format_proc_macros v0.2.33 |
503 | 2024-10-03T19:46:41.236Z | Downloaded cbc v0.1.2 |
504 | 2024-10-03T19:46:41.238Z | Downloaded nodrop v0.1.14 |
505 | 2024-10-03T19:46:41.241Z | Downloaded hyper-tls v0.6.0 |
506 | 2024-10-03T19:46:41.241Z | Downloaded atomicwrites v0.4.4 |
507 | 2024-10-03T19:46:41.243Z | Downloaded hubpack v0.1.2 |
508 | 2024-10-03T19:46:41.243Z | Downloaded data-encoding v2.6.0 |
509 | 2024-10-03T19:46:41.247Z | Downloaded cassowary v0.3.0 |
510 | 2024-10-03T19:46:41.249Z | Downloaded crossbeam-deque v0.8.5 |
511 | 2024-10-03T19:46:41.249Z | Downloaded hostname v0.4.0 |
512 | 2024-10-03T19:46:41.249Z | Downloaded curve25519-dalek-derive v0.1.1 |
513 | 2024-10-03T19:46:41.251Z | Downloaded hostname v0.3.1 |
514 | 2024-10-03T19:46:41.254Z | Downloaded md-5 v0.10.6 |
515 | 2024-10-03T19:46:41.256Z | Downloaded arrayref v0.3.7 |
516 | 2024-10-03T19:46:41.256Z | Downloaded maplit v1.0.2 |
517 | 2024-10-03T19:46:41.258Z | Downloaded lazy_static v1.5.0 |
518 | 2024-10-03T19:46:41.260Z | Downloaded kstat-rs v0.2.4 |
519 | 2024-10-03T19:46:41.260Z | Downloaded ipnetwork v0.20.0 |
520 | 2024-10-03T19:46:41.264Z | Downloaded crucible-workspace-hack v0.1.0 |
521 | 2024-10-03T19:46:41.264Z | Downloaded cstr-argument v0.1.2 |
522 | 2024-10-03T19:46:41.268Z | Downloaded nanorand v0.7.0 |
523 | 2024-10-03T19:46:41.268Z | Downloaded mockall v0.13.0 |
524 | 2024-10-03T19:46:41.271Z | Downloaded linked-hash-map v0.5.6 |
525 | 2024-10-03T19:46:41.271Z | Downloaded multimap v0.10.0 |
526 | 2024-10-03T19:46:41.271Z | Downloaded lru-cache v0.1.2 |
527 | 2024-10-03T19:46:41.273Z | Downloaded impl-trait-for-tuples v0.2.2 |
528 | 2024-10-03T19:46:41.276Z | Downloaded memoffset v0.9.1 |
529 | 2024-10-03T19:46:41.276Z | Downloaded libefi-sys v0.1.0 |
530 | 2024-10-03T19:46:41.278Z | Downloaded linear-map v1.2.0 |
531 | 2024-10-03T19:46:41.282Z | Downloaded bitfield v0.14.0 |
532 | 2024-10-03T19:46:41.284Z | Downloaded md5 v0.7.0 |
533 | 2024-10-03T19:46:41.284Z | Downloaded lru v0.12.3 |
534 | 2024-10-03T19:46:41.284Z | Downloaded indoc v1.0.9 |
535 | 2024-10-03T19:46:41.286Z | Downloaded nibble_vec v0.1.0 |
536 | 2024-10-03T19:46:41.289Z | Downloaded inout v0.1.3 |
537 | 2024-10-03T19:46:41.289Z | Downloaded newtype-uuid v1.1.0 |
538 | 2024-10-03T19:46:41.291Z | Downloaded mime v0.3.17 |
539 | 2024-10-03T19:46:41.293Z | Downloaded managed v0.8.0 |
540 | 2024-10-03T19:46:41.294Z | Downloaded csv-core v0.1.11 |
541 | 2024-10-03T19:46:41.296Z | Downloaded crc32fast v1.4.0 |
542 | 2024-10-03T19:46:41.299Z | Downloaded instability v0.3.2 |
543 | 2024-10-03T19:46:41.299Z | Downloaded crc-catalog v2.4.0 |
544 | 2024-10-03T19:46:41.301Z | Downloaded http-body-util v0.1.2 |
545 | 2024-10-03T19:46:41.305Z | Downloaded maybe-uninit v2.0.0 |
546 | 2024-10-03T19:46:41.305Z | Downloaded rustfmt-wrapper v0.2.1 |
547 | 2024-10-03T19:46:41.308Z | Downloaded humantime v2.1.0 |
548 | 2024-10-03T19:46:41.308Z | Downloaded hyper-staticfile v0.10.1 |
549 | 2024-10-03T19:46:41.312Z | Downloaded hyper-rustls v0.27.3 |
550 | 2024-10-03T19:46:41.316Z | Downloaded libloading v0.8.3 |
551 | 2024-10-03T19:46:41.316Z | Downloaded cookie_store v0.21.0 |
552 | 2024-10-03T19:46:41.318Z | Downloaded mime_guess v2.0.4 |
553 | 2024-10-03T19:46:41.318Z | Downloaded async-trait v0.1.83 |
554 | 2024-10-03T19:46:41.321Z | Downloaded aead v0.5.2 |
555 | 2024-10-03T19:46:41.323Z | Downloaded resolv-conf v0.7.0 |
556 | 2024-10-03T19:46:41.325Z | Downloaded colored v2.1.0 |
557 | 2024-10-03T19:46:41.328Z | Downloaded lock_api v0.4.12 |
558 | 2024-10-03T19:46:41.330Z | Downloaded crc v3.2.1 |
559 | 2024-10-03T19:46:41.332Z | Downloaded bitflags v1.3.2 |
560 | 2024-10-03T19:46:41.335Z | Downloaded cipher v0.4.4 |
561 | 2024-10-03T19:46:41.337Z | Downloaded chacha20 v0.9.1 |
562 | 2024-10-03T19:46:41.340Z | Downloaded take_mut v0.2.2 |
563 | 2024-10-03T19:46:41.340Z | Downloaded multer v3.1.0 |
564 | 2024-10-03T19:46:41.343Z | Downloaded native-tls v0.2.11 |
565 | 2024-10-03T19:46:41.345Z | Downloaded buf-list v1.0.3 |
566 | 2024-10-03T19:46:41.348Z | Downloaded vte_generate_state_changes v0.1.1 |
567 | 2024-10-03T19:46:41.349Z | Downloaded constant_time_eq v0.3.0 |
568 | 2024-10-03T19:46:41.351Z | Downloaded castaway v0.2.3 |
569 | 2024-10-03T19:46:41.351Z | Downloaded ctr v0.9.2 |
570 | 2024-10-03T19:46:41.353Z | Downloaded libsw v3.3.1 |
571 | 2024-10-03T19:46:41.356Z | Downloaded num-conv v0.1.0 |
572 | 2024-10-03T19:46:41.356Z | Downloaded cobs v0.2.3 |
573 | 2024-10-03T19:46:41.358Z | Downloaded const-oid v0.9.6 |
574 | 2024-10-03T19:46:41.360Z | Downloaded tap v1.0.1 |
575 | 2024-10-03T19:46:41.362Z | Downloaded structmeta-derive v0.3.0 |
576 | 2024-10-03T19:46:41.363Z | Downloaded signal-hook-tokio v0.3.1 |
577 | 2024-10-03T19:46:41.365Z | Downloaded signal-hook-registry v1.4.2 |
578 | 2024-10-03T19:46:41.365Z | Downloaded backoff v0.4.0 |
579 | 2024-10-03T19:46:41.368Z | Downloaded crossbeam-utils v0.8.19 |
580 | 2024-10-03T19:46:41.370Z | Downloaded clang-sys v1.7.0 |
581 | 2024-10-03T19:46:41.373Z | Downloaded foreign-types-shared v0.3.1 |
582 | 2024-10-03T19:46:41.376Z | Downloaded dhcproto-macros v0.1.0 |
583 | 2024-10-03T19:46:41.376Z | Downloaded miniz_oxide v0.7.2 |
584 | 2024-10-03T19:46:41.378Z | Downloaded ipnet v2.10.0 |
585 | 2024-10-03T19:46:41.381Z | Downloaded zone_cfg_derive v0.1.2 |
586 | 2024-10-03T19:46:41.381Z | Downloaded serde_path_to_error v0.1.16 |
587 | 2024-10-03T19:46:41.383Z | Downloaded salsa20 v0.10.2 |
588 | 2024-10-03T19:46:41.383Z | Downloaded miniz_oxide v0.8.0 |
589 | 2024-10-03T19:46:41.386Z | Downloaded darling v0.20.9 |
590 | 2024-10-03T19:46:41.389Z | Downloaded hmac v0.12.1 |
591 | 2024-10-03T19:46:41.392Z | Downloaded psl-types v2.0.11 |
592 | 2024-10-03T19:46:41.394Z | Downloaded ref-cast v1.0.23 |
593 | 2024-10-03T19:46:41.396Z | Downloaded indicatif v0.17.8 |
594 | 2024-10-03T19:46:41.400Z | Downloaded console v0.15.8 |
595 | 2024-10-03T19:46:41.402Z | Downloaded spki v0.7.3 |
596 | 2024-10-03T19:46:41.405Z | Downloaded unicase v2.7.0 |
597 | 2024-10-03T19:46:41.407Z | Downloaded spin v0.5.2 |
598 | 2024-10-03T19:46:41.410Z | Downloaded rustc-demangle v0.1.24 |
599 | 2024-10-03T19:46:41.410Z | Downloaded allocator-api2 v0.2.18 |
600 | 2024-10-03T19:46:41.413Z | Downloaded dirs-next v2.0.0 |
601 | 2024-10-03T19:46:41.415Z | Downloaded ahash v0.8.11 |
602 | 2024-10-03T19:46:41.417Z | Downloaded futures-task v0.3.30 |
603 | 2024-10-03T19:46:41.420Z | Downloaded bzip2 v0.4.4 |
604 | 2024-10-03T19:46:41.422Z | Downloaded futures-macro v0.3.30 |
605 | 2024-10-03T19:46:41.422Z | Downloaded flagset v0.4.5 |
606 | 2024-10-03T19:46:41.424Z | Downloaded termtree v0.4.1 |
607 | 2024-10-03T19:46:41.424Z | Downloaded either v1.13.0 |
608 | 2024-10-03T19:46:41.427Z | Downloaded ed25519 v2.2.3 |
609 | 2024-10-03T19:46:41.429Z | Downloaded compact_str v0.8.0 |
610 | 2024-10-03T19:46:41.432Z | Downloaded bytes v1.7.2 |
611 | 2024-10-03T19:46:41.436Z | Downloaded percent-encoding v2.3.1 |
612 | 2024-10-03T19:46:41.439Z | Downloaded strum v0.26.3 |
613 | 2024-10-03T19:46:41.439Z | Downloaded tinyvec_macros v0.1.1 |
614 | 2024-10-03T19:46:41.442Z | Downloaded sqlparser_derive v0.2.2 |
615 | 2024-10-03T19:46:41.442Z | Downloaded tokio-tungstenite v0.23.1 |
616 | 2024-10-03T19:46:41.444Z | Downloaded crc-any v2.5.0 |
617 | 2024-10-03T19:46:41.446Z | Downloaded toolchain_find v0.4.0 |
618 | 2024-10-03T19:46:41.446Z | Downloaded zone v0.3.0 |
619 | 2024-10-03T19:46:41.449Z | Downloaded form_urlencoded v1.2.1 |
620 | 2024-10-03T19:46:41.449Z | Downloaded fixedbitset v0.4.2 |
621 | 2024-10-03T19:46:41.451Z | Downloaded packed_struct_codegen v0.10.1 |
622 | 2024-10-03T19:46:41.451Z | Downloaded packed_struct v0.10.1 |
623 | 2024-10-03T19:46:41.453Z | Downloaded indexmap v1.9.3 |
624 | 2024-10-03T19:46:41.456Z | Downloaded slog-term v2.9.1 |
625 | 2024-10-03T19:46:41.460Z | Downloaded mockall_derive v0.13.0 |
626 | 2024-10-03T19:46:41.462Z | Downloaded addr2line v0.21.0 |
627 | 2024-10-03T19:46:41.465Z | Downloaded darling_core v0.20.9 |
628 | 2024-10-03T19:46:41.469Z | Downloaded polyval v0.6.2 |
629 | 2024-10-03T19:46:41.471Z | Downloaded serde_derive_internals v0.29.1 |
630 | 2024-10-03T19:46:41.474Z | Downloaded progenitor-macro v0.8.0 |
631 | 2024-10-03T19:46:41.474Z | Downloaded rfc6979 v0.4.0 |
632 | 2024-10-03T19:46:41.476Z | Downloaded rustls-pemfile v2.1.3 |
633 | 2024-10-03T19:46:41.478Z | Downloaded hyper-util v0.1.9 |
634 | 2024-10-03T19:46:41.482Z | Downloaded vte v0.11.1 |
635 | 2024-10-03T19:46:41.484Z | Downloaded time-macros v0.2.18 |
636 | 2024-10-03T19:46:41.486Z | Downloaded ecdsa v0.16.9 |
637 | 2024-10-03T19:46:41.488Z | Downloaded serde-hex v0.1.0 |
638 | 2024-10-03T19:46:41.491Z | Downloaded slog-scope v4.4.0 |
639 | 2024-10-03T19:46:41.493Z | Downloaded futures-sink v0.3.30 |
640 | 2024-10-03T19:46:41.493Z | Downloaded cookie v0.18.1 |
641 | 2024-10-03T19:46:41.496Z | Downloaded cancel-safe-futures v0.1.5 |
642 | 2024-10-03T19:46:41.499Z | Downloaded serde_repr v0.1.19 |
643 | 2024-10-03T19:46:41.501Z | Downloaded slog-stdlog v4.1.1 |
644 | 2024-10-03T19:46:41.504Z | Downloaded untrusted v0.7.1 |
645 | 2024-10-03T19:46:41.506Z | Downloaded slog-json v2.6.1 |
646 | 2024-10-03T19:46:41.508Z | Downloaded num-complex v0.4.6 |
647 | 2024-10-03T19:46:41.508Z | Downloaded precomputed-hash v0.1.1 |
648 | 2024-10-03T19:46:41.510Z | Downloaded pem-rfc7468 v0.7.0 |
649 | 2024-10-03T19:46:41.513Z | Downloaded hashlink v0.9.1 |
650 | 2024-10-03T19:46:41.513Z | Downloaded rpassword v7.3.1 |
651 | 2024-10-03T19:46:41.515Z | Downloaded structmeta v0.3.0 |
652 | 2024-10-03T19:46:41.517Z | Downloaded tls_codec v0.4.1 |
653 | 2024-10-03T19:46:41.520Z | Downloaded serde_plain v1.0.2 |
654 | 2024-10-03T19:46:41.520Z | Downloaded ssh-cipher v0.2.0 |
655 | 2024-10-03T19:46:41.530Z | Downloaded ron v0.8.1 |
656 | 2024-10-03T19:46:41.535Z | Downloaded which v4.4.2 |
657 | 2024-10-03T19:46:41.538Z | Downloaded russh-cryptovec v0.7.2 |
658 | 2024-10-03T19:46:41.538Z | Downloaded crossbeam-epoch v0.9.18 |
659 | 2024-10-03T19:46:41.541Z | Downloaded blake2 v0.10.6 |
660 | 2024-10-03T19:46:41.544Z | Downloaded parking_lot v0.11.2 |
661 | 2024-10-03T19:46:41.547Z | Downloaded zeroize v1.8.1 |
662 | 2024-10-03T19:46:41.554Z | Downloaded vergen v8.3.2 |
663 | 2024-10-03T19:46:41.554Z | Downloaded spin v0.9.8 |
664 | 2024-10-03T19:46:41.554Z | Downloaded sync_wrapper v1.0.1 |
665 | 2024-10-03T19:46:41.554Z | Downloaded filetime v0.2.25 |
666 | 2024-10-03T19:46:41.558Z | Downloaded dropshot_endpoint v0.10.1 |
667 | 2024-10-03T19:46:41.558Z | Downloaded defmt-macros v0.3.9 |
668 | 2024-10-03T19:46:41.561Z | Downloaded dsl_auto_type v0.1.2 |
669 | 2024-10-03T19:46:41.563Z | Downloaded base64 v0.21.7 |
670 | 2024-10-03T19:46:41.566Z | Downloaded num_enum v0.5.11 |
671 | 2024-10-03T19:46:41.571Z | Downloaded downcast v0.11.0 |
672 | 2024-10-03T19:46:41.573Z | Downloaded tower-service v0.3.2 |
673 | 2024-10-03T19:46:41.576Z | Downloaded funty v2.0.0 |
674 | 2024-10-03T19:46:41.576Z | Downloaded fragile v2.0.0 |
675 | 2024-10-03T19:46:41.578Z | Downloaded hickory-server v0.24.1 |
676 | 2024-10-03T19:46:41.583Z | Downloaded parse-display v0.10.0 |
677 | 2024-10-03T19:46:41.585Z | Downloaded foreign-types-shared v0.1.1 |
678 | 2024-10-03T19:46:41.585Z | Downloaded display-error-chain v0.2.1 |
679 | 2024-10-03T19:46:41.587Z | Downloaded utf-8 v0.7.6 |
680 | 2024-10-03T19:46:41.587Z | Downloaded olpc-cjson v0.1.3 |
681 | 2024-10-03T19:46:41.590Z | Downloaded tar v0.4.42 |
682 | 2024-10-03T19:46:41.592Z | Downloaded openssl-probe v0.1.5 |
683 | 2024-10-03T19:46:41.594Z | Downloaded ppv-lite86 v0.2.17 |
684 | 2024-10-03T19:46:41.594Z | Downloaded strum_macros v0.24.3 |
685 | 2024-10-03T19:46:41.597Z | Downloaded openssl-macros v0.1.1 |
686 | 2024-10-03T19:46:41.599Z | Downloaded derive-where v1.2.7 |
687 | 2024-10-03T19:46:41.601Z | Downloaded hash32 v0.2.1 |
688 | 2024-10-03T19:46:41.604Z | Downloaded shlex v1.3.0 |
689 | 2024-10-03T19:46:41.606Z | Downloaded postcard v1.0.8 |
690 | 2024-10-03T19:46:41.609Z | Downloaded rand_chacha v0.3.1 |
691 | 2024-10-03T19:46:41.611Z | Downloaded num_threads v0.1.7 |
692 | 2024-10-03T19:46:41.611Z | Downloaded rustc-hash v1.1.0 |
693 | 2024-10-03T19:46:41.613Z | Downloaded ron v0.7.1 |
694 | 2024-10-03T19:46:41.617Z | Downloaded http v1.1.0 |
695 | 2024-10-03T19:46:41.621Z | Downloaded slab v0.4.9 |
696 | 2024-10-03T19:46:41.623Z | Downloaded progenitor-client v0.8.0 |
697 | 2024-10-03T19:46:41.626Z | Downloaded static_assertions v1.1.0 |
698 | 2024-10-03T19:46:41.626Z | Downloaded rtoolbox v0.0.2 |
699 | 2024-10-03T19:46:41.628Z | Downloaded progenitor-impl v0.8.0 |
700 | 2024-10-03T19:46:41.631Z | Downloaded derive_builder v0.20.0 |
701 | 2024-10-03T19:46:41.634Z | Downloaded supports-color v3.0.1 |
702 | 2024-10-03T19:46:41.636Z | Downloaded subtle v2.5.0 |
703 | 2024-10-03T19:46:41.638Z | Downloaded parking_lot_core v0.9.10 |
704 | 2024-10-03T19:46:41.640Z | Downloaded cc v1.0.97 |
705 | 2024-10-03T19:46:41.643Z | Downloaded float-ord v0.3.2 |
706 | 2024-10-03T19:46:41.645Z | Downloaded fallible-streaming-iterator v0.1.9 |
707 | 2024-10-03T19:46:41.645Z | Downloaded futures-channel v0.3.30 |
708 | 2024-10-03T19:46:41.647Z | Downloaded headers v0.4.0 |
709 | 2024-10-03T19:46:41.652Z | Downloaded test-strategy v0.3.1 |
710 | 2024-10-03T19:46:41.656Z | Downloaded wyz v0.5.1 |
711 | 2024-10-03T19:46:41.658Z | Downloaded defmt-parser v0.3.4 |
712 | 2024-10-03T19:46:41.660Z | Downloaded minimal-lexical v0.2.1 |
713 | 2024-10-03T19:46:41.663Z | Downloaded parking_lot_core v0.8.6 |
714 | 2024-10-03T19:46:41.665Z | Downloaded try-lock v0.2.5 |
715 | 2024-10-03T19:46:41.668Z | Downloaded env_filter v0.1.2 |
716 | 2024-10-03T19:46:41.670Z | Downloaded pkcs1 v0.7.5 |
717 | 2024-10-03T19:46:41.672Z | Downloaded mio v1.0.2 |
718 | 2024-10-03T19:46:41.677Z | Downloaded paste v1.0.15 |
719 | 2024-10-03T19:46:41.683Z | Downloaded toml v0.7.8 |
720 | 2024-10-03T19:46:41.683Z | Downloaded hex-literal v0.4.1 |
721 | 2024-10-03T19:46:41.691Z | Downloaded hex v0.4.3 |
722 | 2024-10-03T19:46:41.691Z | Downloaded heck v0.3.3 |
723 | 2024-10-03T19:46:41.691Z | Downloaded crossbeam-channel v0.5.12 |
724 | 2024-10-03T19:46:41.699Z | Downloaded predicates v3.1.2 |
725 | 2024-10-03T19:46:41.699Z | Downloaded rand_seeder v0.3.0 |
726 | 2024-10-03T19:46:41.699Z | Downloaded schemars_derive v0.8.21 |
727 | 2024-10-03T19:46:41.699Z | Downloaded rand_core v0.6.4 |
728 | 2024-10-03T19:46:41.705Z | Downloaded omicron-zone-package v0.11.1 |
729 | 2024-10-03T19:46:41.705Z | Downloaded half v2.4.1 |
730 | 2024-10-03T19:46:41.708Z | Downloaded tracing-attributes v0.1.27 |
731 | 2024-10-03T19:46:41.710Z | Downloaded peg-runtime v0.8.3 |
732 | 2024-10-03T19:46:41.710Z | Downloaded ena v0.14.3 |
733 | 2024-10-03T19:46:41.712Z | Downloaded uzers v0.11.3 |
734 | 2024-10-03T19:46:41.715Z | Downloaded embedded-io v0.4.0 |
735 | 2024-10-03T19:46:41.718Z | Downloaded shell-words v1.1.0 |
736 | 2024-10-03T19:46:41.720Z | Downloaded semver v0.1.20 |
737 | 2024-10-03T19:46:41.720Z | Downloaded aes v0.8.4 |
738 | 2024-10-03T19:46:41.723Z | Downloaded sha1 v0.10.6 |
739 | 2024-10-03T19:46:41.725Z | Downloaded futures v0.3.30 |
740 | 2024-10-03T19:46:41.731Z | Downloaded libm v0.2.8 |
741 | 2024-10-03T19:46:41.740Z | Downloaded serde-big-array v0.5.1 |
742 | 2024-10-03T19:46:41.742Z | Downloaded fallible-iterator v0.3.0 |
743 | 2024-10-03T19:46:41.744Z | Downloaded derive_builder_macro v0.20.0 |
744 | 2024-10-03T19:46:41.747Z | Downloaded float-cmp v0.9.0 |
745 | 2024-10-03T19:46:41.747Z | Downloaded unicode-segmentation v1.11.0 |
746 | 2024-10-03T19:46:41.751Z | Downloaded pin-project-lite v0.2.14 |
747 | 2024-10-03T19:46:41.756Z | Downloaded num v0.4.3 |
748 | 2024-10-03T19:46:41.759Z | Downloaded futures-executor v0.3.30 |
749 | 2024-10-03T19:46:41.761Z | Downloaded opaque-debug v0.3.1 |
750 | 2024-10-03T19:46:41.761Z | Downloaded pem v3.0.4 |
751 | 2024-10-03T19:46:41.763Z | Downloaded ed25519-dalek v2.1.1 |
752 | 2024-10-03T19:46:41.766Z | Downloaded number_prefix v0.4.0 |
753 | 2024-10-03T19:46:41.769Z | Downloaded futures-core v0.3.30 |
754 | 2024-10-03T19:46:41.771Z | Downloaded smf v0.2.3 |
755 | 2024-10-03T19:46:41.771Z | Downloaded xattr v1.3.1 |
756 | 2024-10-03T19:46:41.773Z | Downloaded pin-project-internal v1.1.5 |
757 | 2024-10-03T19:46:41.775Z | Downloaded diff v0.1.13 |
758 | 2024-10-03T19:46:41.779Z | Downloaded strip-ansi-escapes v0.2.0 |
759 | 2024-10-03T19:46:41.781Z | Downloaded socket2 v0.5.7 |
760 | 2024-10-03T19:46:41.785Z | Downloaded hashbrown v0.13.2 |
761 | 2024-10-03T19:46:41.788Z | Downloaded nom v7.1.3 |
762 | 2024-10-03T19:46:41.794Z | Downloaded peg v0.8.4 |
763 | 2024-10-03T19:46:41.799Z | Downloaded rustc_version v0.4.0 |
764 | 2024-10-03T19:46:41.801Z | Downloaded smallvec v1.13.2 |
765 | 2024-10-03T19:46:41.804Z | Downloaded libxml v0.3.3 |
766 | 2024-10-03T19:46:41.810Z | Downloaded time-core v0.1.2 |
767 | 2024-10-03T19:46:41.812Z | Downloaded diesel_table_macro_syntax v0.2.0 |
768 | 2024-10-03T19:46:41.815Z | Downloaded enum-as-inner v0.6.0 |
769 | 2024-10-03T19:46:41.817Z | Downloaded parse-size v1.0.0 |
770 | 2024-10-03T19:46:41.817Z | Downloaded normalize-line-endings v0.3.0 |
771 | 2024-10-03T19:46:41.819Z | Downloaded des v0.8.1 |
772 | 2024-10-03T19:46:41.819Z | Downloaded pkcs5 v0.7.1 |
773 | 2024-10-03T19:46:41.824Z | Downloaded hyper v1.4.1 |
774 | 2024-10-03T19:46:41.831Z | Downloaded predicates-tree v1.0.9 |
775 | 2024-10-03T19:46:41.834Z | Downloaded pkg-config v0.3.30 |
776 | 2024-10-03T19:46:41.836Z | Downloaded num-derive v0.4.2 |
777 | 2024-10-03T19:46:41.839Z | Downloaded phf_shared v0.10.0 |
778 | 2024-10-03T19:46:41.839Z | Downloaded ff v0.13.0 |
779 | 2024-10-03T19:46:41.841Z | Downloaded signal-hook v0.3.17 |
780 | 2024-10-03T19:46:41.844Z | Downloaded tiny-keccak v2.0.2 |
781 | 2024-10-03T19:46:41.847Z | Downloaded typed-path v0.7.1 |
782 | 2024-10-03T19:46:41.854Z | Downloaded strum_macros v0.26.4 |
783 | 2024-10-03T19:46:41.857Z | Downloaded zone_cfg_derive v0.3.0 |
784 | 2024-10-03T19:46:41.859Z | Downloaded itertools v0.13.0 |
785 | 2024-10-03T19:46:41.866Z | Downloaded tokio-util v0.7.12 |
786 | 2024-10-03T19:46:41.874Z | Downloaded siphasher v0.3.11 |
787 | 2024-10-03T19:46:41.877Z | Downloaded ssh-encoding v0.2.0 |
788 | 2024-10-03T19:46:41.879Z | Downloaded deranged v0.3.11 |
789 | 2024-10-03T19:46:41.881Z | Downloaded num-integer v0.1.46 |
790 | 2024-10-03T19:46:41.883Z | Downloaded termios v0.3.3 |
791 | 2024-10-03T19:46:41.885Z | Downloaded hash32 v0.3.1 |
792 | 2024-10-03T19:46:41.885Z | Downloaded thiserror-impl-no-std v2.0.2 |
793 | 2024-10-03T19:46:41.887Z | Downloaded termcolor v1.4.1 |
794 | 2024-10-03T19:46:41.890Z | Downloaded ref-cast-impl v1.0.23 |
795 | 2024-10-03T19:46:41.892Z | Downloaded difflib v0.4.0 |
796 | 2024-10-03T19:46:41.892Z | Downloaded predicates-core v1.0.6 |
797 | 2024-10-03T19:46:41.894Z | Downloaded tokio-rustls v0.25.0 |
798 | 2024-10-03T19:46:41.896Z | Downloaded rand v0.8.5 |
799 | 2024-10-03T19:46:41.900Z | Downloaded toml_edit v0.19.15 |
800 | 2024-10-03T19:46:41.918Z | Downloaded foreign-types v0.3.2 |
801 | 2024-10-03T19:46:41.920Z | Downloaded endian-type v0.1.2 |
802 | 2024-10-03T19:46:41.920Z | Downloaded pretty-hex v0.2.1 |
803 | 2024-10-03T19:46:41.922Z | Downloaded smallvec v0.6.14 |
804 | 2024-10-03T19:46:41.922Z | Downloaded scheduled-thread-pool v0.2.7 |
805 | 2024-10-03T19:46:41.924Z | Downloaded same-file v1.0.6 |
806 | 2024-10-03T19:46:41.924Z | Downloaded globset v0.4.14 |
807 | 2024-10-03T19:46:41.926Z | Downloaded socket2 v0.4.10 |
808 | 2024-10-03T19:46:41.928Z | Downloaded pkcs8 v0.10.2 |
809 | 2024-10-03T19:46:41.931Z | Downloaded num_enum_derive v0.5.11 |
810 | 2024-10-03T19:46:41.933Z | Downloaded zeroize_derive v1.4.2 |
811 | 2024-10-03T19:46:41.935Z | Downloaded tokio-native-tls v0.3.1 |
812 | 2024-10-03T19:46:41.938Z | Downloaded tls_codec_derive v0.4.1 |
813 | 2024-10-03T19:46:41.940Z | Downloaded progenitor v0.8.0 |
814 | 2024-10-03T19:46:41.940Z | Downloaded proc-macro-crate v1.3.1 |
815 | 2024-10-03T19:46:41.942Z | Downloaded hickory-resolver v0.24.1 |
816 | 2024-10-03T19:46:41.946Z | Downloaded rand_xorshift v0.3.0 |
817 | 2024-10-03T19:46:41.948Z | Downloaded num-bigint v0.4.5 |
818 | 2024-10-03T19:46:41.953Z | Downloaded dyn-clone v1.0.17 |
819 | 2024-10-03T19:46:41.955Z | Downloaded tabwriter v1.4.0 |
820 | 2024-10-03T19:46:41.957Z | Downloaded der v0.7.9 |
821 | 2024-10-03T19:46:41.962Z | Downloaded headers-core v0.3.0 |
822 | 2024-10-03T19:46:41.964Z | Downloaded primeorder v0.13.6 |
823 | 2024-10-03T19:46:41.964Z | Downloaded foreign-types-macros v0.2.3 |
824 | 2024-10-03T19:46:41.967Z | Downloaded fallible-iterator v0.2.0 |
825 | 2024-10-03T19:46:41.969Z | Downloaded foreign-types v0.5.0 |
826 | 2024-10-03T19:46:41.969Z | Downloaded defmt v0.3.8 |
827 | 2024-10-03T19:46:41.972Z | Downloaded tokio-stream v0.1.16 |
828 | 2024-10-03T19:46:41.977Z | Downloaded serde_with_macros v3.9.0 |
829 | 2024-10-03T19:46:41.980Z | Downloaded futures-io v0.3.30 |
830 | 2024-10-03T19:46:41.982Z | Downloaded powerfmt v0.2.0 |
831 | 2024-10-03T19:46:41.982Z | Downloaded rustyline v14.0.0 |
832 | 2024-10-03T19:46:41.988Z | Downloaded crossterm v0.27.0 |
833 | 2024-10-03T19:46:41.995Z | Downloaded phf_shared v0.11.2 |
834 | 2024-10-03T19:46:41.997Z | Downloaded signal-hook-mio v0.2.4 |
835 | 2024-10-03T19:46:41.999Z | Downloaded yasna v0.5.2 |
836 | 2024-10-03T19:46:42.002Z | Downloaded enum-as-inner v0.5.1 |
837 | 2024-10-03T19:46:42.002Z | Downloaded quick-error v1.2.3 |
838 | 2024-10-03T19:46:42.004Z | Downloaded slog-bunyan v2.5.0 |
839 | 2024-10-03T19:46:42.004Z | Downloaded slog-async v2.8.0 |
840 | 2024-10-03T19:46:42.006Z | Downloaded parse-display-derive v0.10.0 |
841 | 2024-10-03T19:46:42.008Z | Downloaded slog v2.7.0 |
842 | 2024-10-03T19:46:42.010Z | Downloaded fxhash v0.2.1 |
843 | 2024-10-03T19:46:42.012Z | Downloaded xz2 v0.1.7 |
844 | 2024-10-03T19:46:42.015Z | Downloaded tokio-rustls v0.24.1 |
845 | 2024-10-03T19:46:42.020Z | Downloaded tokio-postgres v0.7.12 |
846 | 2024-10-03T19:46:42.024Z | Downloaded want v0.3.1 |
847 | 2024-10-03T19:46:42.024Z | Downloaded sigpipe v0.1.3 |
848 | 2024-10-03T19:46:42.024Z | Downloaded rustls-pemfile v1.0.4 |
849 | 2024-10-03T19:46:42.026Z | Downloaded term v0.7.0 |
850 | 2024-10-03T19:46:42.029Z | Downloaded path-slash v0.1.5 |
851 | 2024-10-03T19:46:42.031Z | Downloaded num-iter v0.1.45 |
852 | 2024-10-03T19:46:42.033Z | Downloaded fatfs v0.3.6 |
853 | 2024-10-03T19:46:42.035Z | Downloaded tokio-tungstenite v0.21.0 |
854 | 2024-10-03T19:46:42.037Z | Downloaded oso-derive v0.27.3 |
855 | 2024-10-03T19:46:42.040Z | Downloaded env_logger v0.11.5 |
856 | 2024-10-03T19:46:42.042Z | Downloaded p521 v0.13.3 |
857 | 2024-10-03T19:46:42.046Z | Downloaded hickory-client v0.24.1 |
858 | 2024-10-03T19:46:42.049Z | Downloaded postgres-types v0.2.8 |
859 | 2024-10-03T19:46:42.052Z | Downloaded wait-timeout v0.2.0 |
860 | 2024-10-03T19:46:42.054Z | Downloaded tui-tree-widget v0.22.0 |
861 | 2024-10-03T19:46:42.056Z | Downloaded glob v0.3.1 |
862 | 2024-10-03T19:46:42.058Z | Downloaded env_logger v0.10.2 |
863 | 2024-10-03T19:46:42.060Z | Downloaded portable-atomic v1.6.0 |
864 | 2024-10-03T19:46:42.067Z | Downloaded russh v0.45.0 |
865 | 2024-10-03T19:46:42.073Z | Downloaded gethostname v0.5.0 |
866 | 2024-10-03T19:46:42.075Z | Downloaded scopeguard v1.2.0 |
867 | 2024-10-03T19:46:42.077Z | Downloaded aes-gcm v0.10.3 |
868 | 2024-10-03T19:46:42.080Z | Downloaded x509-cert v0.2.5 |
869 | 2024-10-03T19:46:42.086Z | Downloaded phf v0.11.2 |
870 | 2024-10-03T19:46:42.088Z | Downloaded scrypt v0.11.0 |
871 | 2024-10-03T19:46:42.091Z | Downloaded pbkdf2 v0.11.0 |
872 | 2024-10-03T19:46:42.093Z | Downloaded num-rational v0.4.2 |
873 | 2024-10-03T19:46:42.095Z | Downloaded prettyplease v0.2.22 |
874 | 2024-10-03T19:46:42.098Z | Downloaded openssl-sys v0.9.103 |
875 | 2024-10-03T19:46:42.102Z | Downloaded rustls-pki-types v1.7.0 |
876 | 2024-10-03T19:46:42.105Z | Downloaded oso v0.27.3 |
877 | 2024-10-03T19:46:42.108Z | Downloaded topological-sort v0.2.2 |
878 | 2024-10-03T19:46:42.110Z | Downloaded postgres-protocol v0.6.7 |
879 | 2024-10-03T19:46:42.113Z | Downloaded dhcproto v0.12.0 |
880 | 2024-10-03T19:46:42.115Z | Downloaded zip v0.6.6 |
881 | 2024-10-03T19:46:42.119Z | Downloaded hyper v0.14.30 |
882 | 2024-10-03T19:46:42.128Z | Downloaded similar v2.6.0 |
883 | 2024-10-03T19:46:42.134Z | Downloaded aho-corasick v1.1.3 |
884 | 2024-10-03T19:46:42.140Z | Downloaded password-hash v0.4.2 |
885 | 2024-10-03T19:46:42.143Z | Downloaded owo-colors v4.1.0 |
886 | 2024-10-03T19:46:42.145Z | Downloaded walkdir v2.5.0 |
887 | 2024-10-03T19:46:42.147Z | Downloaded sct v0.7.1 |
888 | 2024-10-03T19:46:42.151Z | Downloaded steno v0.4.1 |
889 | 2024-10-03T19:46:42.156Z | Downloaded tinyvec v1.6.0 |
890 | 2024-10-03T19:46:42.159Z | Downloaded tungstenite v0.21.0 |
891 | 2024-10-03T19:46:42.163Z | Downloaded flume v0.11.0 |
892 | 2024-10-03T19:46:42.167Z | Downloaded time v0.3.36 |
893 | 2024-10-03T19:46:42.175Z | Downloaded bindgen v0.69.4 |
894 | 2024-10-03T19:46:42.183Z | Downloaded heapless v0.8.0 |
895 | 2024-10-03T19:46:42.188Z | Downloaded value-bag v1.9.0 |
896 | 2024-10-03T19:46:42.191Z | Downloaded rcgen v0.12.1 |
897 | 2024-10-03T19:46:42.194Z | Downloaded chrono v0.4.38 |
898 | 2024-10-03T19:46:42.202Z | Downloaded schemars v0.8.21 |
899 | 2024-10-03T19:46:42.215Z | Downloaded bitvec v1.0.1 |
900 | 2024-10-03T19:46:42.231Z | Downloaded num-traits v0.2.19 |
901 | 2024-10-03T19:46:42.234Z | Downloaded diesel_derives v2.2.2 |
902 | 2024-10-03T19:46:42.238Z | Downloaded reqwest v0.11.27 |
903 | 2024-10-03T19:46:42.247Z | Downloaded snafu v0.8.2 |
904 | 2024-10-03T19:46:42.254Z | Downloaded expectorate v1.1.0 |
905 | 2024-10-03T19:46:42.256Z | Downloaded rustls-webpki v0.101.7 |
906 | 2024-10-03T19:46:42.271Z | Downloaded quinn v0.11.5 |
907 | 2024-10-03T19:46:42.275Z | Downloaded winnow v0.5.40 |
908 | 2024-10-03T19:46:42.285Z | Downloaded url v2.5.2 |
909 | 2024-10-03T19:46:42.288Z | Downloaded hashbrown v0.12.3 |
910 | 2024-10-03T19:46:42.293Z | Downloaded quick-xml v0.33.0 |
911 | 2024-10-03T19:46:42.300Z | Downloaded idna v0.5.0 |
912 | 2024-10-03T19:46:42.310Z | Downloaded idna v0.3.0 |
913 | 2024-10-03T19:46:42.315Z | Downloaded proptest v1.5.0 |
914 | 2024-10-03T19:46:42.325Z | Downloaded flate2 v1.0.34 |
915 | 2024-10-03T19:46:42.331Z | Downloaded h2 v0.4.6 |
916 | 2024-10-03T19:46:42.337Z | Downloaded reqwest v0.12.7 |
917 | 2024-10-03T19:46:42.347Z | Downloaded p384 v0.13.0 |
918 | 2024-10-03T19:46:42.353Z | Downloaded webpki-roots v0.26.3 |
919 | 2024-10-03T19:46:42.357Z | Downloaded idna v0.4.0 |
920 | 2024-10-03T19:46:42.365Z | Downloaded idna v0.2.3 |
921 | 2024-10-03T19:46:42.372Z | Downloaded h2 v0.3.26 |
922 | 2024-10-03T19:46:42.380Z | Downloaded tough v0.17.1 |
923 | 2024-10-03T19:46:42.389Z | Downloaded reedline v0.33.0 |
924 | 2024-10-03T19:46:42.396Z | Downloaded quinn-proto v0.11.8 |
925 | 2024-10-03T19:46:42.404Z | Downloaded trust-dns-proto v0.22.0 |
926 | 2024-10-03T19:46:42.418Z | Downloaded nix v0.29.0 |
927 | 2024-10-03T19:46:42.431Z | Downloaded rustls-webpki v0.102.4 |
928 | 2024-10-03T19:46:42.448Z | Downloaded rayon v1.10.0 |
929 | 2024-10-03T19:46:42.458Z | Downloaded sqlparser v0.45.0 |
930 | 2024-10-03T19:46:42.465Z | Downloaded dropshot v0.10.1 |
931 | 2024-10-03T19:46:42.476Z | Downloaded object v0.30.4 |
932 | 2024-10-03T19:46:42.486Z | Downloaded radix_trie v0.2.1 |
933 | 2024-10-03T19:46:42.492Z | Downloaded smoltcp v0.9.1 |
934 | 2024-10-03T19:46:42.503Z | Downloaded gimli v0.28.1 |
935 | 2024-10-03T19:46:42.513Z | Downloaded rustls v0.21.12 |
936 | 2024-10-03T19:46:42.524Z | Downloaded rustls v0.22.4 |
937 | 2024-10-03T19:46:42.539Z | Downloaded polar-core v0.27.3 |
938 | 2024-10-03T19:46:42.548Z | Downloaded object v0.32.2 |
939 | 2024-10-03T19:46:42.559Z | Downloaded openapiv3 v2.0.0 |
940 | 2024-10-03T19:46:42.572Z | Downloaded hickory-proto v0.24.1 |
941 | 2024-10-03T19:46:42.590Z | Downloaded regex-syntax v0.6.29 |
942 | 2024-10-03T19:46:42.597Z | Downloaded bstr v1.9.1 |
943 | 2024-10-03T19:46:42.609Z | Downloaded regex-syntax v0.8.4 |
944 | 2024-10-03T19:46:42.619Z | Downloaded regress v0.9.1 |
945 | 2024-10-03T19:46:42.628Z | Downloaded regress v0.10.1 |
946 | 2024-10-03T19:46:42.638Z | Downloaded typify-impl v0.2.0 |
947 | 2024-10-03T19:46:42.656Z | Downloaded rustls v0.23.10 |
948 | 2024-10-03T19:46:42.671Z | Downloaded diesel v2.2.4 |
949 | 2024-10-03T19:46:42.691Z | Downloaded sled v0.34.7 |
950 | 2024-10-03T19:46:42.701Z | Downloaded ratatui v0.28.0 |
951 | 2024-10-03T19:46:42.724Z | Downloaded openssl v0.10.66 |
952 | 2024-10-03T19:46:42.732Z | Downloaded lzma-sys v0.1.20 |
953 | 2024-10-03T19:46:42.764Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
954 | 2024-10-03T19:46:42.775Z | Downloaded zerocopy-derive v0.6.6 |
955 | 2024-10-03T19:46:42.785Z | Downloaded regex-automata v0.4.6 |
956 | 2024-10-03T19:46:42.805Z | Downloaded petgraph v0.6.5 |
957 | 2024-10-03T19:46:42.823Z | Downloaded finl_unicode v1.2.0 |
958 | 2024-10-03T19:46:42.836Z | Downloaded tokio v1.39.3 |
959 | 2024-10-03T19:46:42.890Z | Downloaded sha3 v0.10.8 |
960 | 2024-10-03T19:46:42.896Z | Downloaded csv v1.3.0 |
961 | 2024-10-03T19:46:42.918Z | Downloaded dropshot v0.12.0 |
962 | 2024-10-03T19:46:42.942Z | Downloaded smoltcp v0.11.0 |
963 | 2024-10-03T19:46:42.955Z | Downloaded nix v0.28.0 |
964 | 2024-10-03T19:46:42.967Z | Downloaded git2 v0.19.0 |
965 | 2024-10-03T19:46:42.976Z | Downloaded regex v1.10.6 |
966 | 2024-10-03T19:46:42.989Z | Downloaded vcpkg v0.2.15 |
967 | 2024-10-03T19:46:43.029Z | Downloaded nix v0.27.1 |
968 | 2024-10-03T19:46:43.039Z | Downloaded curve25519-dalek v4.1.3 |
969 | 2024-10-03T19:46:43.048Z | Downloaded ssh-key v0.6.6 |
970 | 2024-10-03T19:46:43.055Z | Downloaded encoding_rs v0.8.34 |
971 | 2024-10-03T19:46:43.077Z | Downloaded serde_with v3.9.0 |
972 | 2024-10-03T19:46:43.085Z | Downloaded salty v0.3.0 |
973 | 2024-10-03T19:46:43.093Z | Downloaded lalrpop v0.19.12 |
974 | 2024-10-03T19:46:43.105Z | Downloaded subprocess v0.2.9 |
975 | 2024-10-03T19:46:43.107Z | Downloaded heapless v0.7.17 |
976 | 2024-10-03T19:46:43.110Z | Downloaded getrandom v0.2.14 |
977 | 2024-10-03T19:46:43.113Z | Downloaded serde_yaml v0.9.34+deprecated |
978 | 2024-10-03T19:46:43.117Z | Downloaded unsafe-libyaml v0.2.11 |
979 | 2024-10-03T19:46:43.120Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
980 | 2024-10-03T19:46:43.180Z | Downloaded tungstenite v0.23.0 |
981 | 2024-10-03T19:46:43.183Z | Downloaded rusqlite v0.32.1 |
982 | 2024-10-03T19:46:43.190Z | Downloaded futures-util v0.3.30 |
983 | 2024-10-03T19:46:43.203Z | Downloaded slog-envlogger v2.2.0 |
984 | 2024-10-03T19:46:43.205Z | Downloaded sqlformat v0.2.6 |
985 | 2024-10-03T19:46:43.206Z | Downloaded snafu-derive v0.8.2 |
986 | 2024-10-03T19:46:43.209Z | Downloaded unicode_categories v0.1.1 |
987 | 2024-10-03T19:46:43.211Z | Downloaded tracing v0.1.40 |
988 | 2024-10-03T19:46:43.214Z | Downloaded num-bigint-dig v0.8.4 |
989 | 2024-10-03T19:46:43.220Z | Downloaded blake3 v1.5.1 |
990 | 2024-10-03T19:46:43.225Z | Downloaded derive_more v0.99.18 |
991 | 2024-10-03T19:46:43.230Z | Downloaded tracing-core v0.1.32 |
992 | 2024-10-03T19:46:43.233Z | Downloaded crossterm v0.28.1 |
993 | 2024-10-03T19:46:43.239Z | Downloaded signature v2.2.0 |
994 | 2024-10-03T19:46:43.242Z | Downloaded untrusted v0.9.0 |
995 | 2024-10-03T19:46:43.245Z | Downloaded zone v0.1.8 |
996 | 2024-10-03T19:46:43.245Z | Downloaded publicsuffix v2.2.3 |
997 | 2024-10-03T19:46:43.247Z | Downloaded dirs-sys-next v0.1.2 |
998 | 2024-10-03T19:46:43.247Z | Downloaded pin-project v1.1.5 |
999 | 2024-10-03T19:46:43.259Z | Downloaded unicode-normalization v0.1.23 |
1000 | 2024-10-03T19:46:43.262Z | Downloaded twox-hash v1.6.3 |
1001 | 2024-10-03T19:46:43.265Z | Downloaded tokio-rustls v0.26.0 |
1002 | 2024-10-03T19:46:43.268Z | Downloaded peg-macros v0.8.4 |
1003 | 2024-10-03T19:46:43.270Z | Downloaded hkdf v0.12.4 |
1004 | 2024-10-03T19:46:43.270Z | Downloaded rustc-hash v2.0.0 |
1005 | 2024-10-03T19:46:43.273Z | Downloaded quinn-udp v0.5.5 |
1006 | 2024-10-03T19:46:43.276Z | Downloaded rsa v0.9.6 |
1007 | 2024-10-03T19:46:43.279Z | Downloaded nu-ansi-term v0.50.0 |
1008 | 2024-10-03T19:46:43.283Z | Downloaded sec1 v0.7.3 |
1009 | 2024-10-03T19:46:43.285Z | Downloaded rustc_version v0.1.7 |
1010 | 2024-10-03T19:46:43.285Z | Downloaded group v0.13.0 |
1011 | 2024-10-03T19:46:43.288Z | Downloaded fd-lock v4.0.2 |
1012 | 2024-10-03T19:46:43.291Z | Downloaded stringprep v0.1.4 |
1013 | 2024-10-03T19:46:43.291Z | Downloaded secrecy v0.8.0 |
1014 | 2024-10-03T19:46:43.293Z | Downloaded waitgroup v0.1.2 |
1015 | 2024-10-03T19:46:43.293Z | Downloaded universal-hash v0.5.1 |
1016 | 2024-10-03T19:46:43.294Z | Downloaded unicode-truncate v1.0.0 |
1017 | 2024-10-03T19:46:43.294Z | Downloaded unarray v0.1.4 |
1018 | 2024-10-03T19:46:43.297Z | Downloaded typify-macro v0.2.0 |
1019 | 2024-10-03T19:46:43.297Z | Downloaded thiserror-no-std v2.0.2 |
1020 | 2024-10-03T19:46:43.300Z | Downloaded password-hash v0.5.0 |
1021 | 2024-10-03T19:46:43.302Z | Downloaded russh-keys v0.45.0 |
1022 | 2024-10-03T19:46:43.305Z | Downloaded p256 v0.13.2 |
1023 | 2024-10-03T19:46:43.307Z | Downloaded uuid v1.10.0 |
1024 | 2024-10-03T19:46:43.311Z | Downloaded radium v0.7.0 |
1025 | 2024-10-03T19:46:43.315Z | Downloaded r2d2 v0.8.10 |
1026 | 2024-10-03T19:46:43.315Z | Downloaded pbkdf2 v0.12.2 |
1027 | 2024-10-03T19:46:43.318Z | Downloaded itertools v0.12.1 |
1028 | 2024-10-03T19:46:43.323Z | Downloaded whoami v1.5.2 |
1029 | 2024-10-03T19:46:43.326Z | Downloaded unicode-xid v0.2.4 |
1030 | 2024-10-03T19:46:43.326Z | Downloaded thread_local v1.1.8 |
1031 | 2024-10-03T19:46:43.329Z | Downloaded strum_macros v0.25.3 |
1032 | 2024-10-03T19:46:43.329Z | Downloaded structmeta v0.2.0 |
1033 | 2024-10-03T19:46:43.332Z | Downloaded ghash v0.5.1 |
1034 | 2024-10-03T19:46:43.332Z | Downloaded der_derive v0.7.2 |
1035 | 2024-10-03T19:46:43.334Z | Downloaded parking_lot v0.12.2 |
1036 | 2024-10-03T19:46:43.339Z | Downloaded itertools v0.10.5 |
1037 | 2024-10-03T19:46:43.345Z | Downloaded dropshot_endpoint v0.12.0 |
1038 | 2024-10-03T19:46:43.347Z | Downloaded derive_builder_core v0.20.0 |
1039 | 2024-10-03T19:46:43.350Z | Downloaded rayon-core v1.12.1 |
1040 | 2024-10-03T19:46:43.354Z | Downloaded pin-utils v0.1.0 |
1041 | 2024-10-03T19:46:43.356Z | Downloaded crypto-bigint v0.5.5 |
1042 | 2024-10-03T19:46:43.362Z | Downloaded stable_deref_trait v1.2.0 |
1043 | 2024-10-03T19:46:43.366Z | Downloaded elliptic-curve v0.13.8 |
1044 | 2024-10-03T19:46:43.370Z | Downloaded unicode-bidi v0.3.15 |
1045 | 2024-10-03T19:46:43.370Z | Downloaded samael v0.0.17 |
1046 | 2024-10-03T19:46:43.374Z | Downloaded const_format v0.2.33 |
1047 | 2024-10-03T19:46:43.379Z | Downloaded typify v0.2.0 |
1048 | 2024-10-03T19:46:43.382Z | Downloaded mio v0.8.11 |
1049 | 2024-10-03T19:46:43.389Z | Downloaded zerocopy v0.6.6 |
1050 | 2024-10-03T19:46:43.392Z | Downloaded sync_wrapper v0.1.2 |
1051 | 2024-10-03T19:46:43.392Z | Downloaded poly1305 v0.8.0 |
1052 | 2024-10-03T19:46:43.395Z | Downloaded arc-swap v1.7.1 |
1053 | 2024-10-03T19:46:43.399Z | Downloaded serde_urlencoded v0.7.1 |
1054 | 2024-10-03T19:46:43.402Z | Downloaded rusty-fork v0.3.0 |
1055 | 2024-10-03T19:46:43.402Z | Downloaded rustversion v1.0.17 |
1056 | 2024-10-03T19:46:43.404Z | Downloaded slog-dtrace v0.3.0 |
1057 | 2024-10-03T19:46:43.407Z | Downloaded backtrace v0.3.71 |
1058 | 2024-10-03T19:46:43.410Z | Downloaded vsss-rs v3.3.4 |
1059 | 2024-10-03T19:46:43.413Z | Downloaded base64 v0.22.1 |
1060 | 2024-10-03T19:46:43.417Z | Downloaded chacha20poly1305 v0.10.1 |
1061 | 2024-10-03T19:46:43.419Z | Downloaded tokio-macros v2.4.0 |
1062 | 2024-10-03T19:46:43.422Z | Downloaded structmeta-derive v0.2.0 |
1063 | 2024-10-03T19:46:43.422Z | Downloaded string_cache v0.8.7 |
1064 | 2024-10-03T19:46:43.424Z | Downloaded ciborium v0.2.2 |
1065 | 2024-10-03T19:46:43.427Z | Downloaded bcs v0.1.6 |
1066 | 2024-10-03T19:46:43.430Z | Downloaded base64ct v1.6.0 |
1067 | 2024-10-03T19:46:43.432Z | Downloaded async-bb8-diesel v0.2.1 |
1068 | 2024-10-03T19:46:43.434Z | Downloaded block-padding v0.3.3 |
1069 | 2024-10-03T19:46:43.434Z | Downloaded memmap2 v0.9.4 |
1070 | 2024-10-03T19:46:43.437Z | Downloaded iana-time-zone v0.1.60 |
1071 | 2024-10-03T19:46:43.439Z | Downloaded jobserver v0.1.32 |
1072 | 2024-10-03T19:46:43.442Z | Downloaded base16ct v0.2.0 |
1073 | 2024-10-03T19:46:43.444Z | Downloaded async-stream v0.3.5 |
1074 | 2024-10-03T19:46:43.444Z | Downloaded httparse v1.8.0 |
1075 | 2024-10-03T19:46:43.447Z | Downloaded libz-sys v1.1.16 |
1076 | 2024-10-03T19:46:43.514Z | Downloaded http v0.2.12 |
1077 | 2024-10-03T19:46:43.520Z | Downloaded bit-set v0.5.3 |
1078 | 2024-10-03T19:46:43.523Z | Downloaded ascii-canvas v3.0.0 |
1079 | 2024-10-03T19:46:43.523Z | Downloaded arrayvec v0.7.4 |
1080 | 2024-10-03T19:46:43.525Z | Downloaded array-init v0.0.4 |
1081 | 2024-10-03T19:46:43.528Z | Downloaded lazycell v1.3.0 |
1082 | 2024-10-03T19:46:43.528Z | Downloaded lalrpop-util v0.19.12 |
1083 | 2024-10-03T19:46:43.528Z | Downloaded darling_macro v0.20.9 |
1084 | 2024-10-03T19:46:43.530Z | Downloaded indent_write v2.2.0 |
1085 | 2024-10-03T19:46:43.530Z | Downloaded cfg_aliases v0.1.1 |
1086 | 2024-10-03T19:46:43.530Z | Downloaded keccak v0.1.5 |
1087 | 2024-10-03T19:46:43.534Z | Downloaded internet-checksum v0.2.1 |
1088 | 2024-10-03T19:46:43.534Z | Downloaded new_debug_unreachable v1.0.6 |
1089 | 2024-10-03T19:46:43.537Z | Downloaded matches v0.1.10 |
1090 | 2024-10-03T19:46:43.537Z | Downloaded highway v1.2.0 |
1091 | 2024-10-03T19:46:43.562Z | Downloaded ring v0.17.8 |
1092 | 2024-10-03T19:46:43.634Z | Downloaded libsqlite3-sys v0.30.1 |
1093 | 2024-10-03T19:46:43.732Z | Downloaded ring v0.16.20 |
1094 | 2024-10-03T19:46:43.925Z | Compiling serde v1.0.210 |
1095 | 2024-10-03T19:46:43.928Z | Compiling typenum v1.17.0 |
1096 | 2024-10-03T19:46:43.928Z | Compiling generic-array v0.14.7 |
1097 | 2024-10-03T19:46:43.928Z | Compiling lock_api v0.4.12 |
1098 | 2024-10-03T19:46:43.928Z | Compiling scopeguard v1.2.0 |
1099 | 2024-10-03T19:46:44.085Z | Compiling value-bag v1.9.0 |
1100 | 2024-10-03T19:46:44.099Z | Compiling syn v2.0.79 |
1101 | 2024-10-03T19:46:44.102Z | Compiling getrandom v0.2.14 |
1102 | 2024-10-03T19:46:44.231Z | Compiling subtle v2.5.0 |
1103 | 2024-10-03T19:46:44.510Z | Compiling rand_core v0.6.4 |
1104 | 2024-10-03T19:46:44.641Z | Compiling log v0.4.22 |
1105 | 2024-10-03T19:46:44.711Z | Compiling const-oid v0.9.6 |
1106 | 2024-10-03T19:46:44.747Z | Compiling jobserver v0.1.32 |
1107 | 2024-10-03T19:46:44.775Z | Compiling pin-project-lite v0.2.14 |
1108 | 2024-10-03T19:46:44.899Z | Compiling smallvec v1.13.2 |
1109 | 2024-10-03T19:46:45.101Z | Compiling cc v1.0.97 |
1110 | 2024-10-03T19:46:45.198Z | Compiling parking_lot_core v0.9.10 |
1111 | 2024-10-03T19:46:45.282Z | Compiling signal-hook-registry v1.4.2 |
1112 | 2024-10-03T19:46:45.500Z | Compiling futures-core v0.3.30 |
1113 | 2024-10-03T19:46:45.670Z | Compiling mio v1.0.2 |
1114 | 2024-10-03T19:46:45.727Z | Compiling ahash v0.8.11 |
1115 | 2024-10-03T19:46:46.040Z | Compiling parking_lot v0.12.2 |
1116 | 2024-10-03T19:46:46.077Z | Compiling cpufeatures v0.2.12 |
1117 | 2024-10-03T19:46:46.185Z | Compiling futures-sink v0.3.30 |
1118 | 2024-10-03T19:46:46.344Z | Compiling socket2 v0.5.7 |
1119 | 2024-10-03T19:46:46.374Z | Compiling slab v0.4.9 |
1120 | 2024-10-03T19:46:46.636Z | Compiling allocator-api2 v0.2.18 |
1121 | 2024-10-03T19:46:46.747Z | Compiling spin v0.9.8 |
1122 | 2024-10-03T19:46:46.886Z | Compiling tinyvec_macros v0.1.1 |
1123 | 2024-10-03T19:46:46.964Z | Compiling tinyvec v1.6.0 |
1124 | 2024-10-03T19:46:46.984Z | Compiling futures-channel v0.3.30 |
1125 | 2024-10-03T19:46:47.073Z | Compiling pin-utils v0.1.0 |
1126 | 2024-10-03T19:46:47.131Z | Compiling base64ct v1.6.0 |
1127 | 2024-10-03T19:46:47.168Z | Compiling libm v0.2.8 |
1128 | 2024-10-03T19:46:47.332Z | Compiling futures-io v0.3.30 |
1129 | 2024-10-03T19:46:47.386Z | Compiling futures-task v0.3.30 |
1130 | 2024-10-03T19:46:47.425Z | Compiling serde_json v1.0.128 |
1131 | 2024-10-03T19:46:47.551Z | Compiling num-traits v0.2.19 |
1132 | 2024-10-03T19:46:47.641Z | Compiling pem-rfc7468 v0.7.0 |
1133 | 2024-10-03T19:46:47.679Z | Compiling unicode-bidi v0.3.15 |
1134 | 2024-10-03T19:46:47.704Z | Compiling flagset v0.4.5 |
1135 | 2024-10-03T19:46:47.979Z | Compiling tracing-core v0.1.32 |
1136 | 2024-10-03T19:46:48.176Z | Compiling vcpkg v0.2.15 |
1137 | 2024-10-03T19:46:48.467Z | Compiling unicode-normalization v0.1.23 |
1138 | 2024-10-03T19:46:48.495Z | Compiling pkg-config v0.3.30 |
1139 | 2024-10-03T19:46:49.255Z | Compiling crossbeam-utils v0.8.19 |
1140 | 2024-10-03T19:46:49.387Z | Compiling ring v0.17.8 |
1141 | 2024-10-03T19:46:49.459Z | Compiling percent-encoding v2.3.1 |
1142 | 2024-10-03T19:46:49.618Z | Compiling httparse v1.8.0 |
1143 | 2024-10-03T19:46:49.838Z | Compiling ppv-lite86 v0.2.17 |
1144 | 2024-10-03T19:46:50.032Z | Compiling rustix v0.38.34 |
1145 | 2024-10-03T19:46:50.078Z | Compiling rustls-pki-types v1.7.0 |
1146 | 2024-10-03T19:46:50.399Z | Compiling openssl-sys v0.9.103 |
1147 | 2024-10-03T19:46:50.627Z | Compiling rand_chacha v0.3.1 |
1148 | 2024-10-03T19:46:50.823Z | Compiling try-lock v0.2.5 |
1149 | 2024-10-03T19:46:50.966Z | Compiling want v0.3.1 |
1150 | 2024-10-03T19:46:51.038Z | Compiling rand v0.8.5 |
1151 | 2024-10-03T19:46:51.183Z | Compiling atomic-waker v1.1.2 |
1152 | 2024-10-03T19:46:51.244Z | Compiling time-core v0.1.2 |
1153 | 2024-10-03T19:46:51.354Z | Compiling httpdate v1.0.3 |
1154 | 2024-10-03T19:46:51.394Z | Compiling untrusted v0.9.0 |
1155 | 2024-10-03T19:46:51.533Z | Compiling openssl v0.10.66 |
1156 | 2024-10-03T19:46:51.576Z | Compiling num-conv v0.1.0 |
1157 | 2024-10-03T19:46:51.757Z | Compiling foreign-types-shared v0.1.1 |
1158 | 2024-10-03T19:46:51.786Z | Compiling powerfmt v0.2.0 |
1159 | 2024-10-03T19:46:51.845Z | Compiling rustversion v1.0.17 |
1160 | 2024-10-03T19:46:51.864Z | Compiling foreign-types v0.3.2 |
1161 | 2024-10-03T19:46:51.952Z | Compiling time-macros v0.2.18 |
1162 | 2024-10-03T19:46:52.161Z | Compiling deranged v0.3.11 |
1163 | 2024-10-03T19:46:52.649Z | Compiling form_urlencoded v1.2.1 |
1164 | 2024-10-03T19:46:52.838Z | Compiling aho-corasick v1.1.3 |
1165 | 2024-10-03T19:46:52.895Z | Compiling native-tls v0.2.11 |
1166 | 2024-10-03T19:46:52.937Z | Compiling rustls v0.23.10 |
1167 | 2024-10-03T19:46:53.212Z | Compiling num_threads v0.1.7 |
1168 | 2024-10-03T19:46:53.232Z | Compiling regex-syntax v0.8.4 |
1169 | 2024-10-03T19:46:53.332Z | Compiling tower-service v0.3.2 |
1170 | 2024-10-03T19:46:53.354Z | Compiling base64 v0.22.1 |
1171 | 2024-10-03T19:46:53.457Z | Compiling syn v1.0.109 |
1172 | 2024-10-03T19:46:53.942Z | Compiling siphasher v0.3.11 |
1173 | 2024-10-03T19:46:54.146Z | Compiling crossbeam-epoch v0.9.18 |
1174 | 2024-10-03T19:46:54.308Z | Compiling idna v0.5.0 |
1175 | 2024-10-03T19:46:54.886Z | Compiling lazy_static v1.5.0 |
1176 | 2024-10-03T19:46:55.002Z | Compiling cookie v0.18.1 |
1177 | 2024-10-03T19:46:55.196Z | Compiling time v0.3.36 |
1178 | 2024-10-03T19:46:55.312Z | Compiling either v1.13.0 |
1179 | 2024-10-03T19:46:55.387Z | Compiling openssl-probe v0.1.5 |
1180 | 2024-10-03T19:46:55.705Z | Compiling rayon-core v1.12.1 |
1181 | 2024-10-03T19:46:55.737Z | Compiling finl_unicode v1.2.0 |
1182 | 2024-10-03T19:46:55.793Z | Compiling slog v2.7.0 |
1183 | 2024-10-03T19:46:55.991Z | Compiling iana-time-zone v0.1.60 |
1184 | 2024-10-03T19:46:56.329Z | Compiling stringprep v0.1.4 |
1185 | 2024-10-03T19:46:56.436Z | Compiling url v2.5.2 |
1186 | 2024-10-03T19:46:56.456Z | Compiling crossbeam-deque v0.8.5 |
1187 | 2024-10-03T19:46:56.791Z | Compiling regex-automata v0.4.6 |
1188 | 2024-10-03T19:46:57.996Z | Compiling num-integer v0.1.46 |
1189 | 2024-10-03T19:46:58.158Z | Compiling serde_derive v1.0.210 |
1190 | 2024-10-03T19:46:58.230Z | Compiling zeroize_derive v1.4.2 |
1191 | 2024-10-03T19:46:58.795Z | Compiling zerocopy-derive v0.7.34 |
1192 | 2024-10-03T19:46:59.654Z | Compiling tokio-macros v2.4.0 |
1193 | 2024-10-03T19:46:59.859Z | Compiling zeroize v1.8.1 |
1194 | 2024-10-03T19:47:00.370Z | Compiling futures-macro v0.3.30 |
1195 | 2024-10-03T19:47:01.087Z | Compiling zerocopy v0.7.34 |
1196 | 2024-10-03T19:47:01.210Z | Compiling der_derive v0.7.2 |
1197 | 2024-10-03T19:47:01.291Z | Compiling thiserror-impl v1.0.64 |
1198 | 2024-10-03T19:47:01.629Z | Compiling crypto-common v0.1.6 |
1199 | 2024-10-03T19:47:01.863Z | Compiling block-buffer v0.10.4 |
1200 | 2024-10-03T19:47:02.124Z | Compiling digest v0.10.7 |
1201 | 2024-10-03T19:47:02.421Z | Compiling block-padding v0.3.3 |
1202 | 2024-10-03T19:47:02.590Z | Compiling hmac v0.12.1 |
1203 | 2024-10-03T19:47:02.663Z | Compiling inout v0.1.3 |
1204 | 2024-10-03T19:47:02.841Z | Compiling sha2 v0.10.8 |
1205 | 2024-10-03T19:47:02.978Z | Compiling cipher v0.4.4 |
1206 | 2024-10-03T19:47:03.298Z | Compiling hashbrown v0.14.5 |
1207 | 2024-10-03T19:47:03.510Z | Compiling futures-util v0.3.30 |
1208 | 2024-10-03T19:47:03.719Z | Compiling der v0.7.9 |
1209 | 2024-10-03T19:47:04.696Z | Compiling thiserror v1.0.64 |
1210 | 2024-10-03T19:47:04.698Z | Compiling salsa20 v0.10.2 |
1211 | 2024-10-03T19:47:04.849Z | Compiling pbkdf2 v0.12.2 |
1212 | 2024-10-03T19:47:04.914Z | Compiling tracing-attributes v0.1.27 |
1213 | 2024-10-03T19:47:05.009Z | Compiling scrypt v0.11.0 |
1214 | 2024-10-03T19:47:05.577Z | Compiling aes v0.8.4 |
1215 | 2024-10-03T19:47:06.472Z | Compiling spki v0.7.3 |
1216 | 2024-10-03T19:47:06.855Z | Compiling cbc v0.1.2 |
1217 | 2024-10-03T19:47:06.996Z | Compiling pest v2.7.10 |
1218 | 2024-10-03T19:47:07.092Z | Compiling pkcs5 v0.7.1 |
1219 | 2024-10-03T19:47:08.314Z | Compiling pkcs8 v0.10.2 |
1220 | 2024-10-03T19:47:08.370Z | Compiling scroll_derive v0.12.0 |
1221 | 2024-10-03T19:47:08.793Z | Compiling tracing v0.1.40 |
1222 | 2024-10-03T19:47:09.041Z | Compiling openssl-macros v0.1.1 |
1223 | 2024-10-03T19:47:09.326Z | Compiling signature v2.2.0 |
1224 | 2024-10-03T19:47:09.568Z | Compiling pest_meta v2.7.10 |
1225 | 2024-10-03T19:47:09.594Z | Compiling rustls-webpki v0.102.4 |
1226 | 2024-10-03T19:47:09.627Z | Compiling md-5 v0.10.6 |
1227 | 2024-10-03T19:47:09.801Z | Compiling idna v0.3.0 |
1228 | 2024-10-03T19:47:09.846Z | Compiling scroll v0.12.0 |
1229 | 2024-10-03T19:47:09.874Z | Compiling backtrace v0.3.71 |
1230 | 2024-10-03T19:47:09.996Z | Compiling ff v0.13.0 |
1231 | 2024-10-03T19:47:10.212Z | Compiling hash32 v0.2.1 |
1232 | 2024-10-03T19:47:10.337Z | Compiling goblin v0.8.2 |
1233 | 2024-10-03T19:47:10.580Z | Compiling psl-types v2.0.11 |
1234 | 2024-10-03T19:47:10.773Z | Compiling stable_deref_trait v1.2.0 |
1235 | 2024-10-03T19:47:10.885Z | Compiling pest_generator v2.7.10 |
1236 | 2024-10-03T19:47:11.393Z | Compiling signal-hook v0.3.17 |
1237 | 2024-10-03T19:47:11.611Z | Compiling smoltcp v0.9.1 |
1238 | 2024-10-03T19:47:11.667Z | Compiling base16ct v0.2.0 |
1239 | 2024-10-03T19:47:11.687Z | Compiling num-bigint-dig v0.8.4 |
1240 | 2024-10-03T19:47:11.969Z | Compiling adler v1.0.2 |
1241 | 2024-10-03T19:47:11.987Z | Compiling gimli v0.28.1 |
1242 | 2024-10-03T19:47:12.191Z | Compiling bytes v1.7.2 |
1243 | 2024-10-03T19:47:12.371Z | Compiling indexmap v2.5.0 |
1244 | 2024-10-03T19:47:12.502Z | Compiling bitflags v2.6.0 |
1245 | 2024-10-03T19:47:12.989Z | Compiling semver v1.0.23 |
1246 | 2024-10-03T19:47:13.576Z | Compiling tokio v1.39.3 |
1247 | 2024-10-03T19:47:13.766Z | Compiling rustc_version v0.4.0 |
1248 | 2024-10-03T19:47:13.895Z | Compiling http v1.1.0 |
1249 | 2024-10-03T19:47:14.638Z | Compiling pest_derive v2.7.10 |
1250 | 2024-10-03T19:47:15.417Z | Compiling http-body v1.0.0 |
1251 | 2024-10-03T19:47:15.653Z | Compiling dtrace-parser v0.2.0 |
1252 | 2024-10-03T19:47:16.088Z | Compiling dof v0.3.0 |
1253 | 2024-10-03T19:47:16.340Z | Compiling heapless v0.7.17 |
1254 | 2024-10-03T19:47:17.001Z | Compiling uuid v1.10.0 |
1255 | 2024-10-03T19:47:17.816Z | Compiling usdt-impl v0.5.0 |
1256 | 2024-10-03T19:47:18.423Z | Compiling curve25519-dalek v4.1.3 |
1257 | 2024-10-03T19:47:18.473Z | Compiling http v0.2.12 |
1258 | 2024-10-03T19:47:19.046Z | Compiling chrono v0.4.38 |
1259 | 2024-10-03T19:47:19.420Z | Compiling serde_spanned v0.6.7 |
1260 | 2024-10-03T19:47:19.656Z | Compiling toml_datetime v0.6.8 |
1261 | 2024-10-03T19:47:19.863Z | Compiling serde_tokenstream v0.2.2 |
1262 | 2024-10-03T19:47:20.187Z | Compiling crc32fast v1.4.0 |
1263 | 2024-10-03T19:47:20.486Z | Compiling fallible-iterator v0.2.0 |
1264 | 2024-10-03T19:47:20.658Z | Compiling portable-atomic v1.6.0 |
1265 | 2024-10-03T19:47:20.962Z | Compiling terminal_size v0.3.0 |
1266 | 2024-10-03T19:47:21.156Z | Compiling postgres-protocol v0.6.7 |
1267 | 2024-10-03T19:47:21.176Z | Compiling addr2line v0.21.0 |
1268 | 2024-10-03T19:47:21.672Z | Compiling tokio-util v0.7.12 |
1269 | 2024-10-03T19:47:21.919Z | Compiling tokio-rustls v0.26.0 |
1270 | 2024-10-03T19:47:22.023Z | Compiling http-body-util v0.1.2 |
1271 | 2024-10-03T19:47:22.405Z | Compiling miniz_oxide v0.7.2 |
1272 | 2024-10-03T19:47:22.472Z | Compiling sec1 v0.7.3 |
1273 | 2024-10-03T19:47:22.565Z | Compiling hubpack_derive v0.1.1 |
1274 | 2024-10-03T19:47:22.716Z | Compiling h2 v0.4.6 |
1275 | 2024-10-03T19:47:23.083Z | Compiling publicsuffix v2.2.3 |
1276 | 2024-10-03T19:47:23.231Z | Compiling group v0.13.0 |
1277 | 2024-10-03T19:47:23.325Z | Compiling hkdf v0.12.4 |
1278 | 2024-10-03T19:47:23.498Z | Compiling tokio-native-tls v0.3.1 |
1279 | 2024-10-03T19:47:23.561Z | Compiling crypto-bigint v0.5.5 |
1280 | 2024-10-03T19:47:23.564Z | Compiling num-iter v0.1.45 |
1281 | 2024-10-03T19:47:23.688Z | Compiling curve25519-dalek-derive v0.1.1 |
1282 | 2024-10-03T19:47:23.747Z | Compiling async-trait v0.1.83 |
1283 | 2024-10-03T19:47:23.765Z | Compiling zerocopy-derive v0.6.6 |
1284 | 2024-10-03T19:47:25.503Z | Compiling phf_shared v0.11.2 |
1285 | 2024-10-03T19:47:25.877Z | Compiling serde_derive_internals v0.29.1 |
1286 | 2024-10-03T19:47:25.955Z | Compiling webpki-roots v0.26.3 |
1287 | 2024-10-03T19:47:26.036Z | Compiling object v0.32.2 |
1288 | 2024-10-03T19:47:26.150Z | Compiling fs-err v2.11.0 |
1289 | 2024-10-03T19:47:26.460Z | Compiling bitflags v1.3.2 |
1290 | 2024-10-03T19:47:26.549Z | Compiling anyhow v1.0.89 |
1291 | 2024-10-03T19:47:26.570Z | Compiling managed v0.8.0 |
1292 | 2024-10-03T19:47:26.949Z | Compiling adler2 v2.0.0 |
1293 | 2024-10-03T19:47:27.011Z | Compiling winnow v0.5.40 |
1294 | 2024-10-03T19:47:27.155Z | Compiling rustc-demangle v0.1.24 |
1295 | 2024-10-03T19:47:27.182Z | Compiling schemars v0.8.21 |
1296 | 2024-10-03T19:47:27.549Z | Compiling ipnet v2.10.0 |
1297 | 2024-10-03T19:47:28.410Z | Compiling miniz_oxide v0.8.0 |
1298 | 2024-10-03T19:47:28.548Z | Compiling clap_builder v4.5.18 |
1299 | 2024-10-03T19:47:28.630Z | Compiling schemars_derive v0.8.21 |
1300 | 2024-10-03T19:47:29.692Z | Compiling hyper v1.4.1 |
1301 | 2024-10-03T19:47:29.965Z | Compiling console v0.15.8 |
1302 | 2024-10-03T19:47:30.865Z | Compiling toml_edit v0.19.15 |
1303 | 2024-10-03T19:47:30.895Z | Compiling elliptic-curve v0.13.8 |
1304 | 2024-10-03T19:47:31.610Z | Compiling rayon v1.10.0 |
1305 | 2024-10-03T19:47:31.748Z | Compiling zerocopy v0.6.6 |
1306 | 2024-10-03T19:47:31.973Z | Compiling phf v0.11.2 |
1307 | 2024-10-03T19:47:32.281Z | Compiling hyper-util v0.1.9 |
1308 | 2024-10-03T19:47:33.354Z | Compiling cookie_store v0.21.0 |
1309 | 2024-10-03T19:47:34.928Z | Compiling hyper-tls v0.6.0 |
1310 | 2024-10-03T19:47:35.360Z | Compiling hyper-rustls v0.27.3 |
1311 | 2024-10-03T19:47:35.385Z | Compiling hubpack v0.1.2 |
1312 | 2024-10-03T19:47:35.830Z | Compiling h2 v0.3.26 |
1313 | 2024-10-03T19:47:36.719Z | Compiling postgres-types v0.2.8 |
1314 | 2024-10-03T19:47:37.302Z | Compiling usdt-attr-macro v0.5.0 |
1315 | 2024-10-03T19:47:37.791Z | Compiling usdt-macro v0.5.0 |
1316 | 2024-10-03T19:47:37.798Z | Compiling http-body v0.4.6 |
1317 | 2024-10-03T19:47:38.174Z | Compiling serde_urlencoded v0.7.1 |
1318 | 2024-10-03T19:47:38.270Z | Compiling serde-big-array v0.5.1 |
1319 | 2024-10-03T19:47:38.509Z | Compiling ed25519 v2.2.3 |
1320 | 2024-10-03T19:47:38.689Z | Compiling futures-executor v0.3.30 |
1321 | 2024-10-03T19:47:38.709Z | Compiling pkcs1 v0.7.5 |
1322 | 2024-10-03T19:47:38.992Z | Compiling rfc6979 v0.4.0 |
1323 | 2024-10-03T19:47:39.159Z | Compiling regex v1.10.6 |
1324 | 2024-10-03T19:47:39.184Z | Compiling bstr v1.9.1 |
1325 | 2024-10-03T19:47:39.252Z | Compiling strum_macros v0.25.3 |
1326 | 2024-10-03T19:47:39.683Z | Compiling serde_repr v0.1.19 |
1327 | 2024-10-03T19:47:40.226Z | Compiling enum-as-inner v0.6.0 |
1328 | 2024-10-03T19:47:40.543Z | Compiling clap_derive v4.5.18 |
1329 | 2024-10-03T19:47:40.733Z | Compiling phf_shared v0.10.0 |
1330 | 2024-10-03T19:47:41.019Z | Compiling rustls-pemfile v2.1.3 |
1331 | 2024-10-03T19:47:41.021Z | Compiling float-cmp v0.9.0 |
1332 | 2024-10-03T19:47:41.095Z | Compiling idna v0.4.0 |
1333 | 2024-10-03T19:47:41.210Z | Compiling sync_wrapper v1.0.1 |
1334 | 2024-10-03T19:47:41.299Z | Compiling mio v0.8.11 |
1335 | 2024-10-03T19:47:41.357Z | Compiling socket2 v0.4.10 |
1336 | 2024-10-03T19:47:41.378Z | Compiling encoding_rs v0.8.34 |
1337 | 2024-10-03T19:47:42.219Z | Compiling dyn-clone v1.0.17 |
1338 | 2024-10-03T19:47:42.447Z | Compiling unicode-segmentation v1.11.0 |
1339 | 2024-10-03T19:47:42.524Z | Compiling new_debug_unreachable v1.0.6 |
1340 | 2024-10-03T19:47:42.621Z | Compiling predicates-core v1.0.6 |
1341 | 2024-10-03T19:47:42.675Z | Compiling normalize-line-endings v0.3.0 |
1342 | 2024-10-03T19:47:42.802Z | Compiling bit-vec v0.6.3 |
1343 | 2024-10-03T19:47:43.007Z | Compiling precomputed-hash v0.1.1 |
1344 | 2024-10-03T19:47:43.132Z | Compiling minimal-lexical v0.2.1 |
1345 | 2024-10-03T19:47:43.284Z | Compiling static_assertions v1.1.0 |
1346 | 2024-10-03T19:47:43.316Z | Compiling data-encoding v2.6.0 |
1347 | 2024-10-03T19:47:43.340Z | Compiling mime v0.3.17 |
1348 | 2024-10-03T19:47:43.396Z | Compiling number_prefix v0.4.0 |
1349 | 2024-10-03T19:47:43.626Z | Compiling whoami v1.5.2 |
1350 | 2024-10-03T19:47:43.675Z | Compiling fixedbitset v0.4.2 |
1351 | 2024-10-03T19:47:43.937Z | Compiling difflib v0.4.0 |
1352 | 2024-10-03T19:47:44.141Z | Compiling hickory-proto v0.24.1 |
1353 | 2024-10-03T19:47:44.276Z | Compiling petgraph v0.6.5 |
1354 | 2024-10-03T19:47:45.481Z | Compiling clap v4.5.18 |
1355 | 2024-10-03T19:47:45.502Z | Compiling predicates v3.1.2 |
1356 | 2024-10-03T19:47:45.605Z | Compiling tokio-postgres v0.7.12 |
1357 | 2024-10-03T19:47:45.672Z | Compiling toml_edit v0.22.22 |
1358 | 2024-10-03T19:47:45.826Z | Compiling reqwest v0.12.7 |
1359 | 2024-10-03T19:47:46.321Z | Compiling indicatif v0.17.8 |
1360 | 2024-10-03T19:47:47.268Z | Compiling nom v7.1.3 |
1361 | 2024-10-03T19:47:48.292Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1362 | 2024-10-03T19:47:48.411Z | Compiling similar v2.6.0 |
1363 | 2024-10-03T19:47:48.585Z | Compiling bit-set v0.5.3 |
1364 | 2024-10-03T19:47:48.879Z | Compiling string_cache v0.8.7 |
1365 | 2024-10-03T19:47:49.344Z | Compiling hyper v0.14.30 |
1366 | 2024-10-03T19:47:50.905Z | Compiling signal-hook-mio v0.2.4 |
1367 | 2024-10-03T19:47:51.091Z | Compiling usdt v0.5.0 |
1368 | 2024-10-03T19:47:51.350Z | Compiling ecdsa v0.16.9 |
1369 | 2024-10-03T19:47:51.600Z | Compiling rsa v0.9.6 |
1370 | 2024-10-03T19:47:52.194Z | Compiling futures v0.3.30 |
1371 | 2024-10-03T19:47:52.317Z | Compiling ed25519-dalek v2.1.1 |
1372 | 2024-10-03T19:47:53.656Z | Compiling flate2 v1.0.34 |
1373 | 2024-10-03T19:47:54.345Z | Compiling toml v0.7.8 |
1374 | 2024-10-03T19:47:54.618Z | Compiling tokio-stream v0.1.16 |
1375 | 2024-10-03T19:47:54.780Z | Compiling openapiv3 v2.0.0 |
1376 | 2024-10-03T19:47:55.136Z | Compiling hex v0.4.3 |
1377 | 2024-10-03T19:47:55.401Z | Compiling x509-cert v0.2.5 |
1378 | 2024-10-03T19:47:55.618Z | Compiling sha1 v0.10.6 |
1379 | 2024-10-03T19:47:55.709Z | Compiling itertools v0.12.1 |
1380 | 2024-10-03T19:47:56.039Z | Compiling itertools v0.10.5 |
1381 | 2024-10-03T19:47:56.110Z | Compiling dirs-sys-next v0.1.2 |
1382 | 2024-10-03T19:47:56.799Z | Compiling unicode-xid v0.2.4 |
1383 | 2024-10-03T19:47:56.972Z | Compiling peg-runtime v0.8.3 |
1384 | 2024-10-03T19:47:57.658Z | Compiling lalrpop-util v0.19.12 |
1385 | 2024-10-03T19:47:58.039Z | Compiling dirs-next v2.0.0 |
1386 | 2024-10-03T19:47:58.241Z | Compiling thread_local v1.1.8 |
1387 | 2024-10-03T19:47:58.258Z | Compiling slog-async v2.8.0 |
1388 | 2024-10-03T19:47:58.777Z | Compiling term v0.7.0 |
1389 | 2024-10-03T19:47:58.825Z | Compiling xattr v1.3.1 |
1390 | 2024-10-03T19:47:58.844Z | Compiling strum_macros v0.26.4 |
1391 | 2024-10-03T19:47:58.865Z | Compiling crossbeam-channel v0.5.12 |
1392 | 2024-10-03T19:47:59.080Z | Compiling is-terminal v0.4.12 |
1393 | 2024-10-03T19:47:59.100Z | Compiling filetime v0.2.25 |
1394 | 2024-10-03T19:47:59.210Z | Compiling take_mut v0.2.2 |
1395 | 2024-10-03T19:47:59.284Z | Compiling slog-term v2.9.1 |
1396 | 2024-10-03T19:47:59.375Z | Compiling tar v0.4.42 |
1397 | 2024-10-03T19:47:59.415Z | Compiling camino v1.1.9 |
1398 | 2024-10-03T19:48:00.113Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1399 | 2024-10-03T19:48:01.674Z | Compiling strum v0.26.3 |
1400 | 2024-10-03T19:48:01.752Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1401 | 2024-10-03T19:48:06.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
1402 | 2024-10-03T19:48:06.942Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1403 | 2024-10-03T19:48:06.991Z | Oct 03 19:48:05.091 INFO Starting download, target: Clickhouse |
1404 | 2024-10-03T19:48:06.991Z | Oct 03 19:48:05.092 INFO Starting download, target: Console |
1405 | 2024-10-03T19:48:06.991Z | Oct 03 19:48:05.092 INFO Starting download, target: Cockroach |
1406 | 2024-10-03T19:48:06.991Z | Oct 03 19:48:05.092 INFO Starting download, target: DendriteOpenapi |
1407 | 2024-10-03T19:48:06.991Z | Oct 03 19:48:05.092 INFO Starting download, target: DendriteStub |
1408 | 2024-10-03T19:48:06.991Z | Oct 03 19:48:05.092 INFO Starting download, target: MaghemiteMgd |
1409 | 2024-10-03T19:48:06.991Z | Oct 03 19:48:05.092 INFO Starting download, target: TransceiverControl |
1410 | 2024-10-03T19:48:06.994Z | Oct 03 19:48:05.092 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1411 | 2024-10-03T19:48:06.994Z | Oct 03 19:48:05.092 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1412 | 2024-10-03T19:48:06.994Z | Oct 03 19:48:05.092 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1413 | 2024-10-03T19:48:06.994Z | Oct 03 19:48:05.092 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1414 | 2024-10-03T19:48:06.994Z | Oct 03 19:48:05.093 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1415 | 2024-10-03T19:48:06.994Z | Oct 03 19:48:05.093 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1416 | 2024-10-03T19:48:06.994Z | Oct 03 19:48:05.093 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1417 | 2024-10-03T19:48:07.115Z | Oct 03 19:48:05.212 INFO Download complete, target: DendriteOpenapi |
1418 | 2024-10-03T19:48:07.305Z | Oct 03 19:48:05.401 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1419 | 2024-10-03T19:48:07.571Z | Oct 03 19:48:05.671 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1420 | 2024-10-03T19:48:07.586Z | Oct 03 19:48:05.686 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1421 | 2024-10-03T19:48:07.653Z | Oct 03 19:48:05.753 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1422 | 2024-10-03T19:48:07.955Z | Oct 03 19:48:06.055 INFO Download complete, target: Console |
1423 | 2024-10-03T19:48:08.075Z | Oct 03 19:48:06.175 INFO Download complete, target: TransceiverControl |
1424 | 2024-10-03T19:48:08.227Z | Oct 03 19:48:06.327 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1425 | 2024-10-03T19:48:08.227Z | Oct 03 19:48:06.327 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1426 | 2024-10-03T19:48:08.949Z | Oct 03 19:48:07.049 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1427 | 2024-10-03T19:48:10.765Z | Oct 03 19:48:08.861 INFO Download complete, target: DendriteStub |
1428 | 2024-10-03T19:48:11.023Z | Oct 03 19:48:09.122 INFO Download complete, target: MaghemiteMgd |
1429 | 2024-10-03T19:48:16.521Z | Oct 03 19:48:14.620 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1430 | 2024-10-03T19:48:16.790Z | Oct 03 19:48:14.888 INFO Checking that binary works, target: Cockroach |
1431 | 2024-10-03T19:48:16.945Z | Oct 03 19:48:15.044 INFO Download complete, target: Cockroach |
1432 | 2024-10-03T19:48:22.772Z | Oct 03 19:48:20.869 INFO Checking that binary works, target: Clickhouse |
1433 | 2024-10-03T19:48:23.439Z | Oct 03 19:48:21.536 INFO Download complete, target: Clickhouse |
1434 | 2024-10-03T19:48:23.446Z | All prerequisites installed successfully |
1435 | 2024-10-03T19:48:23.449Z | |
1436 | 2024-10-03T19:48:23.449Z | real 3:55.254449292 |
1437 | 2024-10-03T19:48:23.449Z | user 12:09.153737770 |
1438 | 2024-10-03T19:48:23.449Z | sys 2:34.195354987 |
1439 | 2024-10-03T19:48:23.449Z | trap 0.429158064 |
1440 | 2024-10-03T19:48:23.449Z | tflt 1.754300982 |
1441 | 2024-10-03T19:48:23.449Z | dflt 1.768444536 |
1442 | 2024-10-03T19:48:23.449Z | kflt 0.024642311 |
1443 | 2024-10-03T19:48:23.449Z | lock 23:30.909988887 |
1444 | 2024-10-03T19:48:23.449Z | slp 47:00.367614598 |
1445 | 2024-10-03T19:48:23.449Z | lat 46.196261210 |
1446 | 2024-10-03T19:48:23.449Z | stop 1:59.206647405 |
1447 | 2024-10-03T19:48:23.449Z | + ptime -m cargo xtask download softnpu |
1448 | 2024-10-03T19:48:24.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1449 | 2024-10-03T19:48:24.032Z | Running `target/debug/xtask download softnpu` |
1450 | 2024-10-03T19:48:24.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1451 | 2024-10-03T19:48:24.956Z | Running `target/debug/xtask-downloader softnpu` |
1452 | 2024-10-03T19:48:24.963Z | Oct 03 19:48:23.060 INFO Starting download, target: Softnpu |
1453 | 2024-10-03T19:48:24.965Z | Oct 03 19:48:23.060 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1454 | 2024-10-03T19:48:25.891Z | Oct 03 19:48:23.988 INFO Download complete, target: Softnpu |
1455 | 2024-10-03T19:48:25.895Z | |
1456 | 2024-10-03T19:48:25.897Z | real 2.440739610 |
1457 | 2024-10-03T19:48:25.897Z | user 1.263412358 |
1458 | 2024-10-03T19:48:25.897Z | sys 0.558893112 |
1459 | 2024-10-03T19:48:25.898Z | trap 0.001353841 |
1460 | 2024-10-03T19:48:25.898Z | tflt 0.000024284 |
1461 | 2024-10-03T19:48:25.898Z | dflt 0.000001429 |
1462 | 2024-10-03T19:48:25.898Z | kflt 0.000000000 |
1463 | 2024-10-03T19:48:25.898Z | lock 9.606525965 |
1464 | 2024-10-03T19:48:25.898Z | slp 0.912279918 |
1465 | 2024-10-03T19:48:25.898Z | lat 0.086729350 |
1466 | 2024-10-03T19:48:25.898Z | stop 0.000349679 |
1467 | 2024-10-03T19:48:25.898Z | + export CARGO_INCREMENTAL=0 |
1468 | 2024-10-03T19:48:25.898Z | + CARGO_INCREMENTAL=0 |
1469 | 2024-10-03T19:48:25.898Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1470 | 2024-10-03T19:48:26.854Z | Compiling proc-macro2 v1.0.86 |
1471 | 2024-10-03T19:48:26.854Z | Compiling unicode-ident v1.0.13 |
1472 | 2024-10-03T19:48:26.854Z | Compiling libc v0.2.159 |
1473 | 2024-10-03T19:48:26.857Z | Compiling serde v1.0.210 |
1474 | 2024-10-03T19:48:26.857Z | Compiling version_check v0.9.5 |
1475 | 2024-10-03T19:48:26.857Z | Compiling autocfg v1.3.0 |
1476 | 2024-10-03T19:48:26.857Z | Compiling cfg-if v1.0.0 |
1477 | 2024-10-03T19:48:26.857Z | Compiling once_cell v1.19.0 |
1478 | 2024-10-03T19:48:27.132Z | Compiling typenum v1.17.0 |
1479 | 2024-10-03T19:48:27.203Z | Compiling memchr v2.7.2 |
1480 | 2024-10-03T19:48:27.591Z | Compiling generic-array v0.14.7 |
1481 | 2024-10-03T19:48:27.763Z | Compiling lock_api v0.4.12 |
1482 | 2024-10-03T19:48:27.875Z | Compiling ahash v0.8.11 |
1483 | 2024-10-03T19:48:28.011Z | Compiling byteorder v1.5.0 |
1484 | 2024-10-03T19:48:28.074Z | Compiling parking_lot_core v0.9.10 |
1485 | 2024-10-03T19:48:28.235Z | Compiling serde_json v1.0.128 |
1486 | 2024-10-03T19:48:28.491Z | Compiling quote v1.0.37 |
1487 | 2024-10-03T19:48:28.507Z | Compiling libm v0.2.8 |
1488 | 2024-10-03T19:48:28.560Z | Compiling num-traits v0.2.19 |
1489 | 2024-10-03T19:48:28.826Z | Compiling getrandom v0.2.14 |
1490 | 2024-10-03T19:48:28.844Z | Compiling syn v2.0.79 |
1491 | 2024-10-03T19:48:29.098Z | Compiling jobserver v0.1.32 |
1492 | 2024-10-03T19:48:29.117Z | Compiling thiserror v1.0.64 |
1493 | 2024-10-03T19:48:29.148Z | Compiling itoa v1.0.11 |
1494 | 2024-10-03T19:48:29.329Z | Compiling value-bag v1.9.0 |
1495 | 2024-10-03T19:48:29.464Z | Compiling cc v1.0.97 |
1496 | 2024-10-03T19:48:29.516Z | Compiling scopeguard v1.2.0 |
1497 | 2024-10-03T19:48:29.624Z | Compiling slab v0.4.9 |
1498 | 2024-10-03T19:48:29.812Z | Compiling log v0.4.22 |
1499 | 2024-10-03T19:48:29.901Z | Compiling rand_core v0.6.4 |
1500 | 2024-10-03T19:48:30.164Z | Compiling allocator-api2 v0.2.18 |
1501 | 2024-10-03T19:48:30.359Z | Compiling semver v1.0.23 |
1502 | 2024-10-03T19:48:30.625Z | Compiling subtle v2.5.0 |
1503 | 2024-10-03T19:48:31.068Z | Compiling pin-project-lite v0.2.14 |
1504 | 2024-10-03T19:48:31.267Z | Compiling equivalent v1.0.1 |
1505 | 2024-10-03T19:48:31.290Z | Compiling smallvec v1.13.2 |
1506 | 2024-10-03T19:48:31.318Z | Compiling const-oid v0.9.6 |
1507 | 2024-10-03T19:48:31.537Z | Compiling ryu v1.0.18 |
1508 | 2024-10-03T19:48:31.665Z | Compiling signal-hook-registry v1.4.2 |
1509 | 2024-10-03T19:48:31.828Z | Compiling mio v1.0.2 |
1510 | 2024-10-03T19:48:32.152Z | Compiling parking_lot v0.12.2 |
1511 | 2024-10-03T19:48:32.591Z | Compiling pkg-config v0.3.30 |
1512 | 2024-10-03T19:48:32.613Z | Compiling vcpkg v0.2.15 |
1513 | 2024-10-03T19:48:32.702Z | Compiling ring v0.17.8 |
1514 | 2024-10-03T19:48:33.093Z | Compiling schemars v0.8.21 |
1515 | 2024-10-03T19:48:33.435Z | Compiling socket2 v0.5.7 |
1516 | 2024-10-03T19:48:33.756Z | Compiling httparse v1.8.0 |
1517 | 2024-10-03T19:48:33.839Z | Compiling fnv v1.0.7 |
1518 | 2024-10-03T19:48:33.994Z | Compiling futures-core v0.3.30 |
1519 | 2024-10-03T19:48:34.231Z | Compiling openssl-sys v0.9.103 |
1520 | 2024-10-03T19:48:34.977Z | Compiling spin v0.9.8 |
1521 | 2024-10-03T19:48:35.236Z | Compiling crossbeam-utils v0.8.19 |
1522 | 2024-10-03T19:48:35.253Z | Compiling syn v1.0.109 |
1523 | 2024-10-03T19:48:35.900Z | Compiling futures-sink v0.3.30 |
1524 | 2024-10-03T19:48:35.940Z | Compiling heck v0.5.0 |
1525 | 2024-10-03T19:48:36.361Z | Compiling serde_derive_internals v0.29.1 |
1526 | 2024-10-03T19:48:36.643Z | Compiling num-conv v0.1.0 |
1527 | 2024-10-03T19:48:36.683Z | Compiling cpufeatures v0.2.12 |
1528 | 2024-10-03T19:48:36.784Z | Compiling time-core v0.1.2 |
1529 | 2024-10-03T19:48:36.945Z | Compiling time-macros v0.2.18 |
1530 | 2024-10-03T19:48:36.970Z | Compiling rustix v0.38.34 |
1531 | 2024-10-03T19:48:37.183Z | Compiling openssl v0.10.66 |
1532 | 2024-10-03T19:48:37.771Z | Compiling futures-channel v0.3.30 |
1533 | 2024-10-03T19:48:37.937Z | Compiling rustls v0.23.10 |
1534 | 2024-10-03T19:48:38.152Z | Compiling futures-io v0.3.30 |
1535 | 2024-10-03T19:48:38.235Z | Compiling iana-time-zone v0.1.60 |
1536 | 2024-10-03T19:48:38.237Z | Compiling tinyvec_macros v0.1.1 |
1537 | 2024-10-03T19:48:38.303Z | Compiling futures-task v0.3.30 |
1538 | 2024-10-03T19:48:38.346Z | Compiling native-tls v0.2.11 |
1539 | 2024-10-03T19:48:38.480Z | Compiling pin-utils v0.1.0 |
1540 | 2024-10-03T19:48:38.579Z | Compiling tinyvec v1.6.0 |
1541 | 2024-10-03T19:48:38.614Z | Compiling ucd-trie v0.1.6 |
1542 | 2024-10-03T19:48:38.685Z | Compiling base64ct v1.6.0 |
1543 | 2024-10-03T19:48:39.268Z | Compiling pem-rfc7468 v0.7.0 |
1544 | 2024-10-03T19:48:39.350Z | Compiling backtrace v0.3.71 |
1545 | 2024-10-03T19:48:39.465Z | Compiling tracing-core v0.1.32 |
1546 | 2024-10-03T19:48:39.817Z | Compiling cookie v0.18.1 |
1547 | 2024-10-03T19:48:39.834Z | Compiling slog v2.7.0 |
1548 | 2024-10-03T19:48:39.914Z | Compiling flagset v0.4.5 |
1549 | 2024-10-03T19:48:40.064Z | Compiling unicode-normalization v0.1.23 |
1550 | 2024-10-03T19:48:40.115Z | Compiling unicode-bidi v0.3.15 |
1551 | 2024-10-03T19:48:40.314Z | Compiling aho-corasick v1.1.3 |
1552 | 2024-10-03T19:48:41.381Z | Compiling regex-syntax v0.8.4 |
1553 | 2024-10-03T19:48:41.776Z | Compiling serde_derive v1.0.210 |
1554 | 2024-10-03T19:48:41.795Z | Compiling zeroize_derive v1.4.2 |
1555 | 2024-10-03T19:48:42.237Z | Compiling zerocopy-derive v0.7.34 |
1556 | 2024-10-03T19:48:43.165Z | Compiling zeroize v1.8.1 |
1557 | 2024-10-03T19:48:43.615Z | Compiling tokio-macros v2.4.0 |
1558 | 2024-10-03T19:48:44.161Z | Compiling zerocopy v0.7.34 |
1559 | 2024-10-03T19:48:44.315Z | Compiling thiserror-impl v1.0.64 |
1560 | 2024-10-03T19:48:45.031Z | Compiling futures-macro v0.3.30 |
1561 | 2024-10-03T19:48:46.294Z | Compiling hashbrown v0.14.5 |
1562 | 2024-10-03T19:48:46.829Z | Compiling crypto-common v0.1.6 |
1563 | 2024-10-03T19:48:47.008Z | Compiling tracing-attributes v0.1.27 |
1564 | 2024-10-03T19:48:47.145Z | Compiling der_derive v0.7.2 |
1565 | 2024-10-03T19:48:47.395Z | Compiling block-buffer v0.10.4 |
1566 | 2024-10-03T19:48:47.623Z | Compiling digest v0.10.7 |
1567 | 2024-10-03T19:48:47.642Z | Compiling schemars_derive v0.8.21 |
1568 | 2024-10-03T19:48:48.606Z | Compiling hmac v0.12.1 |
1569 | 2024-10-03T19:48:48.775Z | Compiling block-padding v0.3.3 |
1570 | 2024-10-03T19:48:48.830Z | Compiling openssl-macros v0.1.1 |
1571 | 2024-10-03T19:48:49.335Z | Compiling inout v0.1.3 |
1572 | 2024-10-03T19:48:49.553Z | Compiling cipher v0.4.4 |
1573 | 2024-10-03T19:48:49.572Z | Compiling sha2 v0.10.8 |
1574 | 2024-10-03T19:48:49.979Z | Compiling futures-util v0.3.30 |
1575 | 2024-10-03T19:48:50.029Z | Compiling scroll_derive v0.12.0 |
1576 | 2024-10-03T19:48:50.314Z | Compiling pest v2.7.10 |
1577 | 2024-10-03T19:48:50.736Z | Compiling tracing v0.1.40 |
1578 | 2024-10-03T19:48:51.397Z | Compiling der v0.7.9 |
1579 | 2024-10-03T19:48:51.729Z | Compiling salsa20 v0.10.2 |
1580 | 2024-10-03T19:48:51.958Z | Compiling pbkdf2 v0.12.2 |
1581 | 2024-10-03T19:48:52.328Z | Compiling regex-automata v0.4.6 |
1582 | 2024-10-03T19:48:52.857Z | Compiling pest_meta v2.7.10 |
1583 | 2024-10-03T19:48:54.312Z | Compiling pest_generator v2.7.10 |
1584 | 2024-10-03T19:48:54.434Z | Compiling spki v0.7.3 |
1585 | 2024-10-03T19:48:54.794Z | Compiling bytes v1.7.2 |
1586 | 2024-10-03T19:48:55.306Z | Compiling indexmap v2.5.0 |
1587 | 2024-10-03T19:48:56.646Z | Compiling tokio v1.39.3 |
1588 | 2024-10-03T19:48:56.712Z | Compiling rustc_version v0.4.0 |
1589 | 2024-10-03T19:48:56.868Z | Compiling bitflags v2.6.0 |
1590 | 2024-10-03T19:48:57.303Z | Compiling uuid v1.10.0 |
1591 | 2024-10-03T19:48:57.451Z | Compiling serde_tokenstream v0.2.2 |
1592 | 2024-10-03T19:48:58.026Z | Compiling chrono v0.4.38 |
1593 | 2024-10-03T19:48:58.620Z | Compiling http v1.1.0 |
1594 | 2024-10-03T19:48:59.393Z | Compiling serde_spanned v0.6.7 |
1595 | 2024-10-03T19:48:59.619Z | Compiling toml_datetime v0.6.8 |
1596 | 2024-10-03T19:49:01.413Z | Compiling dyn-clone v1.0.17 |
1597 | 2024-10-03T19:49:01.644Z | Compiling rayon-core v1.12.1 |
1598 | 2024-10-03T19:49:02.145Z | Compiling winnow v0.5.40 |
1599 | 2024-10-03T19:49:02.589Z | Compiling anyhow v1.0.89 |
1600 | 2024-10-03T19:49:03.116Z | Compiling pest_derive v2.7.10 |
1601 | 2024-10-03T19:49:04.701Z | Compiling scrypt v0.11.0 |
1602 | 2024-10-03T19:49:04.736Z | Compiling aes v0.8.4 |
1603 | 2024-10-03T19:49:05.200Z | Compiling tokio-util v0.7.12 |
1604 | 2024-10-03T19:49:06.056Z | Compiling toml_edit v0.19.15 |
1605 | 2024-10-03T19:49:06.122Z | Compiling cbc v0.1.2 |
1606 | 2024-10-03T19:49:06.346Z | Compiling usdt-impl v0.5.0 |
1607 | 2024-10-03T19:49:06.434Z | Compiling rustversion v1.0.17 |
1608 | 2024-10-03T19:49:06.705Z | Compiling rustls-pki-types v1.7.0 |
1609 | 2024-10-03T19:49:07.152Z | Compiling pkcs5 v0.7.1 |
1610 | 2024-10-03T19:49:07.316Z | Compiling heapless v0.7.17 |
1611 | 2024-10-03T19:49:07.766Z | Compiling scroll v0.12.0 |
1612 | 2024-10-03T19:49:08.192Z | Compiling percent-encoding v2.3.1 |
1613 | 2024-10-03T19:49:08.332Z | Compiling powerfmt v0.2.0 |
1614 | 2024-10-03T19:49:08.665Z | Compiling ppv-lite86 v0.2.17 |
1615 | 2024-10-03T19:49:08.825Z | Compiling untrusted v0.9.0 |
1616 | 2024-10-03T19:49:08.934Z | Compiling plain v0.2.3 |
1617 | 2024-10-03T19:49:09.096Z | Compiling heck v0.4.1 |
1618 | 2024-10-03T19:49:09.537Z | Compiling goblin v0.8.2 |
1619 | 2024-10-03T19:49:09.543Z | Compiling rand_chacha v0.3.1 |
1620 | 2024-10-03T19:49:10.380Z | Compiling deranged v0.3.11 |
1621 | 2024-10-03T19:49:11.097Z | Compiling pkcs8 v0.10.2 |
1622 | 2024-10-03T19:49:12.148Z | Compiling regex v1.10.6 |
1623 | 2024-10-03T19:49:12.847Z | Compiling atomic-waker v1.1.2 |
1624 | 2024-10-03T19:49:12.992Z | Compiling num_threads v0.1.7 |
1625 | 2024-10-03T19:49:13.106Z | Compiling try-lock v0.2.5 |
1626 | 2024-10-03T19:49:13.123Z | Compiling pretty-hex v0.4.1 |
1627 | 2024-10-03T19:49:13.270Z | Compiling strsim v0.11.1 |
1628 | 2024-10-03T19:49:13.794Z | Compiling crc32fast v1.4.0 |
1629 | 2024-10-03T19:49:13.831Z | Compiling time v0.3.36 |
1630 | 2024-10-03T19:49:13.910Z | Compiling want v0.3.1 |
1631 | 2024-10-03T19:49:14.477Z | Compiling rustls-webpki v0.102.4 |
1632 | 2024-10-03T19:49:14.802Z | Compiling rand v0.8.5 |
1633 | 2024-10-03T19:49:16.274Z | Compiling dof v0.3.0 |
1634 | 2024-10-03T19:49:17.035Z | Compiling dtrace-parser v0.2.0 |
1635 | 2024-10-03T19:49:17.943Z | Compiling http-body v1.0.0 |
1636 | 2024-10-03T19:49:18.225Z | Compiling curve25519-dalek v4.1.3 |
1637 | 2024-10-03T19:49:18.438Z | Compiling async-trait v0.1.83 |
1638 | 2024-10-03T19:49:18.511Z | Compiling thread-id v4.2.1 |
1639 | 2024-10-03T19:49:18.631Z | Compiling foreign-types-shared v0.1.1 |
1640 | 2024-10-03T19:49:18.649Z | Compiling num-bigint-dig v0.8.4 |
1641 | 2024-10-03T19:49:18.732Z | Compiling smoltcp v0.9.1 |
1642 | 2024-10-03T19:49:18.892Z | Compiling portable-atomic v1.6.0 |
1643 | 2024-10-03T19:49:18.914Z | Compiling signal-hook v0.3.17 |
1644 | 2024-10-03T19:49:19.113Z | Compiling httpdate v1.0.3 |
1645 | 2024-10-03T19:49:19.369Z | Compiling h2 v0.4.6 |
1646 | 2024-10-03T19:49:19.996Z | Compiling foreign-types v0.3.2 |
1647 | 2024-10-03T19:49:21.924Z | Compiling form_urlencoded v1.2.1 |
1648 | 2024-10-03T19:49:23.093Z | Compiling errno v0.3.9 |
1649 | 2024-10-03T19:49:23.138Z | Compiling siphasher v0.3.11 |
1650 | 2024-10-03T19:49:23.156Z | Compiling tower-service v0.3.2 |
1651 | 2024-10-03T19:49:23.346Z | Compiling base64 v0.22.1 |
1652 | 2024-10-03T19:49:25.276Z | Compiling crossbeam-epoch v0.9.18 |
1653 | 2024-10-03T19:49:26.421Z | Compiling hyper v1.4.1 |
1654 | 2024-10-03T19:49:27.890Z | Compiling openapiv3 v2.0.0 |
1655 | 2024-10-03T19:49:28.007Z | Compiling hubpack_derive v0.1.1 |
1656 | 2024-10-03T19:49:28.627Z | Compiling signature v2.2.0 |
1657 | 2024-10-03T19:49:28.838Z | Compiling curve25519-dalek-derive v0.1.1 |
1658 | 2024-10-03T19:49:28.856Z | Compiling zerocopy-derive v0.6.6 |
1659 | 2024-10-03T19:49:29.106Z | Compiling idna v0.5.0 |
1660 | 2024-10-03T19:49:30.305Z | Compiling lazy_static v1.5.0 |
1661 | 2024-10-03T19:49:30.695Z | Compiling fs-err v2.11.0 |
1662 | 2024-10-03T19:49:30.742Z | Compiling stable_deref_trait v1.2.0 |
1663 | 2024-10-03T19:49:30.859Z | Compiling either v1.13.0 |
1664 | 2024-10-03T19:49:31.026Z | Compiling adler v1.0.2 |
1665 | 2024-10-03T19:49:32.132Z | Compiling finl_unicode v1.2.0 |
1666 | 2024-10-03T19:49:32.203Z | Compiling utf8parse v0.2.1 |
1667 | 2024-10-03T19:49:32.228Z | Compiling gimli v0.28.1 |
1668 | 2024-10-03T19:49:32.294Z | Compiling openssl-probe v0.1.5 |
1669 | 2024-10-03T19:49:32.365Z | Compiling anstyle v1.0.8 |
1670 | 2024-10-03T19:49:32.746Z | Compiling stringprep v0.1.4 |
1671 | 2024-10-03T19:49:33.343Z | Compiling hyper-util v0.1.9 |
1672 | 2024-10-03T19:49:33.707Z | Compiling anstyle-parse v0.2.4 |
1673 | 2024-10-03T19:49:37.349Z | Compiling addr2line v0.21.0 |
1674 | 2024-10-03T19:49:38.246Z | Compiling miniz_oxide v0.7.2 |
1675 | 2024-10-03T19:49:39.642Z | Compiling url v2.5.2 |
1676 | 2024-10-03T19:49:43.809Z | Compiling crossbeam-deque v0.8.5 |
1677 | 2024-10-03T19:49:43.841Z | Compiling usdt-macro v0.5.0 |
1678 | 2024-10-03T19:49:44.159Z | Compiling usdt-attr-macro v0.5.0 |
1679 | 2024-10-03T19:49:44.580Z | Compiling http v0.2.12 |
1680 | 2024-10-03T19:49:45.246Z | Compiling md-5 v0.10.6 |
1681 | 2024-10-03T19:49:45.683Z | Compiling idna v0.3.0 |
1682 | 2024-10-03T19:49:46.936Z | Compiling num-integer v0.1.46 |
1683 | 2024-10-03T19:49:47.120Z | Compiling ff v0.13.0 |
1684 | 2024-10-03T19:49:47.423Z | Compiling hash32 v0.2.1 |
1685 | 2024-10-03T19:49:47.442Z | Compiling object v0.32.2 |
1686 | 2024-10-03T19:49:47.620Z | Compiling colorchoice v1.0.1 |
1687 | 2024-10-03T19:49:47.763Z | Compiling psl-types v2.0.11 |
1688 | 2024-10-03T19:49:47.996Z | Compiling base16ct v0.2.0 |
1689 | 2024-10-03T19:49:48.067Z | Compiling is_terminal_polyfill v1.70.0 |
1690 | 2024-10-03T19:49:48.711Z | Compiling fallible-iterator v0.2.0 |
1691 | 2024-10-03T19:49:48.784Z | Compiling anstyle-query v1.0.3 |
1692 | 2024-10-03T19:49:48.926Z | Compiling rustc-demangle v0.1.24 |
1693 | 2024-10-03T19:49:49.423Z | Compiling postgres-protocol v0.6.7 |
1694 | 2024-10-03T19:49:50.629Z | Compiling tokio-rustls v0.26.0 |
1695 | 2024-10-03T19:49:51.118Z | Compiling anstream v0.6.14 |
1696 | 2024-10-03T19:49:51.800Z | Compiling sec1 v0.7.3 |
1697 | 2024-10-03T19:49:53.024Z | Compiling publicsuffix v2.2.3 |
1698 | 2024-10-03T19:49:53.534Z | Compiling num-iter v0.1.45 |
1699 | 2024-10-03T19:49:53.731Z | Compiling group v0.13.0 |
1700 | 2024-10-03T19:49:55.765Z | Compiling terminal_size v0.3.0 |
1701 | 2024-10-03T19:49:57.088Z | Compiling tokio-native-tls v0.3.1 |
1702 | 2024-10-03T19:49:57.366Z | Compiling phf_shared v0.11.2 |
1703 | 2024-10-03T19:49:58.041Z | Compiling http-body-util v0.1.2 |
1704 | 2024-10-03T19:49:58.567Z | Compiling webpki-roots v0.26.3 |
1705 | 2024-10-03T19:49:58.638Z | Compiling strum_macros v0.25.3 |
1706 | 2024-10-03T19:49:58.803Z | Compiling enum-as-inner v0.6.0 |
1707 | 2024-10-03T19:49:59.339Z | Compiling hkdf v0.12.4 |
1708 | 2024-10-03T19:49:59.470Z | Compiling regress v0.10.1 |
1709 | 2024-10-03T19:49:59.500Z | Compiling crypto-bigint v0.5.5 |
1710 | 2024-10-03T19:50:02.300Z | Compiling serde_repr v0.1.19 |
1711 | 2024-10-03T19:50:03.039Z | Compiling clap_derive v4.5.18 |
1712 | 2024-10-03T19:50:03.367Z | Compiling encoding_rs v0.8.34 |
1713 | 2024-10-03T19:50:04.221Z | Compiling managed v0.8.0 |
1714 | 2024-10-03T19:50:04.706Z | Compiling mime v0.3.17 |
1715 | 2024-10-03T19:50:04.744Z | Compiling clap_lex v0.7.0 |
1716 | 2024-10-03T19:50:05.666Z | Compiling adler2 v2.0.0 |
1717 | 2024-10-03T19:50:05.881Z | Compiling bitflags v1.3.2 |
1718 | 2024-10-03T19:50:05.991Z | Compiling unicode-width v0.1.13 |
1719 | 2024-10-03T19:50:06.677Z | Compiling ipnet v2.10.0 |
1720 | 2024-10-03T19:50:07.031Z | Compiling console v0.15.8 |
1721 | 2024-10-03T19:50:07.926Z | Compiling miniz_oxide v0.8.0 |
1722 | 2024-10-03T19:50:08.309Z | Compiling clap_builder v4.5.18 |
1723 | 2024-10-03T19:50:09.252Z | Compiling typify-impl v0.2.0 |
1724 | 2024-10-03T19:50:12.224Z | Compiling elliptic-curve v0.13.8 |
1725 | 2024-10-03T19:50:13.484Z | Compiling hyper-rustls v0.27.3 |
1726 | 2024-10-03T19:50:14.044Z | Compiling hyper-tls v0.6.0 |
1727 | 2024-10-03T19:50:15.466Z | Compiling phf v0.11.2 |
1728 | 2024-10-03T19:50:15.795Z | Compiling rayon v1.10.0 |
1729 | 2024-10-03T19:50:16.756Z | Compiling cookie_store v0.21.0 |
1730 | 2024-10-03T19:50:17.185Z | Compiling postgres-types v0.2.8 |
1731 | 2024-10-03T19:50:17.506Z | Compiling h2 v0.3.26 |
1732 | 2024-10-03T19:50:18.143Z | Compiling http-body v0.4.6 |
1733 | 2024-10-03T19:50:18.365Z | Compiling zerocopy v0.6.6 |
1734 | 2024-10-03T19:50:18.535Z | Compiling hubpack v0.1.2 |
1735 | 2024-10-03T19:50:18.609Z | Compiling ed25519 v2.2.3 |
1736 | 2024-10-03T19:50:18.986Z | Compiling rustls-pemfile v2.1.3 |
1737 | 2024-10-03T19:50:19.252Z | Compiling phf_shared v0.10.0 |
1738 | 2024-10-03T19:50:19.405Z | Compiling serde_urlencoded v0.7.1 |
1739 | 2024-10-03T19:50:19.988Z | Compiling pkcs1 v0.7.5 |
1740 | 2024-10-03T19:50:20.556Z | Compiling bstr v1.9.1 |
1741 | 2024-10-03T19:50:20.637Z | Compiling futures-executor v0.3.30 |
1742 | 2024-10-03T19:50:21.115Z | Compiling serde-big-array v0.5.1 |
1743 | 2024-10-03T19:50:21.160Z | Compiling rfc6979 v0.4.0 |
1744 | 2024-10-03T19:50:21.245Z | Compiling idna v0.4.0 |
1745 | 2024-10-03T19:50:21.348Z | Compiling float-cmp v0.9.0 |
1746 | 2024-10-03T19:50:21.435Z | Compiling sync_wrapper v1.0.1 |
1747 | 2024-10-03T19:50:21.557Z | Compiling mio v0.8.11 |
1748 | 2024-10-03T19:50:21.560Z | Compiling memmap v0.7.0 |
1749 | 2024-10-03T19:50:21.591Z | Compiling socket2 v0.4.10 |
1750 | 2024-10-03T19:50:22.110Z | Compiling new_debug_unreachable v1.0.6 |
1751 | 2024-10-03T19:50:22.210Z | Compiling static_assertions v1.1.0 |
1752 | 2024-10-03T19:50:22.312Z | Compiling fixedbitset v0.4.2 |
1753 | 2024-10-03T19:50:22.330Z | Compiling winnow v0.6.18 |
1754 | 2024-10-03T19:50:22.600Z | Compiling whoami v1.5.2 |
1755 | 2024-10-03T19:50:22.706Z | Compiling bit-vec v0.6.3 |
1756 | 2024-10-03T19:50:23.126Z | Compiling difflib v0.4.0 |
1757 | 2024-10-03T19:50:23.128Z | Compiling unicode-segmentation v1.11.0 |
1758 | 2024-10-03T19:50:23.912Z | Compiling number_prefix v0.4.0 |
1759 | 2024-10-03T19:50:24.145Z | Compiling precomputed-hash v0.1.1 |
1760 | 2024-10-03T19:50:24.276Z | Compiling predicates-core v1.0.6 |
1761 | 2024-10-03T19:50:24.314Z | Compiling data-encoding v2.6.0 |
1762 | 2024-10-03T19:50:24.594Z | Compiling normalize-line-endings v0.3.0 |
1763 | 2024-10-03T19:50:24.727Z | Compiling minimal-lexical v0.2.1 |
1764 | 2024-10-03T19:50:25.234Z | Compiling nom v7.1.3 |
1765 | 2024-10-03T19:50:25.276Z | Compiling hickory-proto v0.24.1 |
1766 | 2024-10-03T19:50:25.989Z | Compiling toml_edit v0.22.22 |
1767 | 2024-10-03T19:50:26.024Z | Compiling predicates v3.1.2 |
1768 | 2024-10-03T19:50:26.102Z | Compiling string_cache v0.8.7 |
1769 | 2024-10-03T19:50:26.523Z | Compiling hyper v0.14.30 |
1770 | 2024-10-03T19:50:27.002Z | Compiling reqwest v0.12.7 |
1771 | 2024-10-03T19:50:27.486Z | Compiling indicatif v0.17.8 |
1772 | 2024-10-03T19:50:28.855Z | Compiling similar v2.6.0 |
1773 | 2024-10-03T19:50:29.269Z | Compiling bit-set v0.5.3 |
1774 | 2024-10-03T19:50:29.567Z | Compiling tokio-postgres v0.7.12 |
1775 | 2024-10-03T19:50:30.854Z | Compiling petgraph v0.6.5 |
1776 | 2024-10-03T19:50:33.154Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1777 | 2024-10-03T19:50:34.257Z | Compiling signal-hook-mio v0.2.4 |
1778 | 2024-10-03T19:50:34.450Z | Compiling usdt v0.5.0 |
1779 | 2024-10-03T19:50:34.878Z | Compiling ecdsa v0.16.9 |
1780 | 2024-10-03T19:50:34.891Z | Compiling typify-macro v0.2.0 |
1781 | 2024-10-03T19:50:35.314Z | Compiling futures v0.3.30 |
1782 | 2024-10-03T19:50:35.577Z | Compiling rsa v0.9.6 |
1783 | 2024-10-03T19:50:36.285Z | Compiling ed25519-dalek v2.1.1 |
1784 | 2024-10-03T19:50:37.019Z | Compiling flate2 v1.0.34 |
1785 | 2024-10-03T19:50:37.036Z | Compiling clap v4.5.18 |
1786 | 2024-10-03T19:50:37.167Z | Compiling itertools v0.10.5 |
1787 | 2024-10-03T19:50:37.260Z | Compiling itertools v0.12.1 |
1788 | 2024-10-03T19:50:37.346Z | Compiling toml v0.7.8 |
1789 | 2024-10-03T19:50:37.920Z | Compiling tokio-stream v0.1.16 |
1790 | 2024-10-03T19:50:38.699Z | Compiling x509-cert v0.2.5 |
1791 | 2024-10-03T19:50:38.728Z | Compiling hex v0.4.3 |
1792 | 2024-10-03T19:50:39.330Z | Compiling sha1 v0.10.6 |
1793 | 2024-10-03T19:50:39.724Z | Compiling peg-runtime v0.8.3 |
1794 | 2024-10-03T19:50:39.741Z | Compiling unicode-xid v0.2.4 |
1795 | 2024-10-03T19:50:39.833Z | Compiling camino v1.1.9 |
1796 | 2024-10-03T19:50:39.943Z | Compiling lalrpop-util v0.19.12 |
1797 | 2024-10-03T19:50:40.476Z | Compiling proc-macro-crate v1.3.1 |
1798 | 2024-10-03T19:50:41.903Z | Compiling heapless v0.8.0 |
1799 | 2024-10-03T19:50:43.002Z | Compiling num_enum_derive v0.5.11 |
1800 | 2024-10-03T19:50:43.005Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1801 | 2024-10-03T19:50:45.600Z | Compiling ipnetwork v0.20.0 |
1802 | 2024-10-03T19:50:49.694Z | Compiling hash32 v0.3.1 |
1803 | 2024-10-03T19:50:50.428Z | Compiling ident_case v1.0.1 |
1804 | 2024-10-03T19:50:52.025Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1805 | 2024-10-03T19:50:52.085Z | Compiling smoltcp v0.11.0 |
1806 | 2024-10-03T19:50:55.469Z | Compiling darling_core v0.20.9 |
1807 | 2024-10-03T19:51:01.414Z | Compiling num_enum v0.5.11 |
1808 | 2024-10-03T19:51:01.662Z | Compiling typify v0.2.0 |
1809 | 2024-10-03T19:51:02.885Z | Compiling dirs-sys-next v0.1.2 |
1810 | 2024-10-03T19:51:03.958Z | Compiling proc-macro-error-attr v1.0.4 |
1811 | 2024-10-03T19:51:04.279Z | Compiling rustls v0.22.4 |
1812 | 2024-10-03T19:51:04.366Z | Compiling paste v1.0.15 |
1813 | 2024-10-03T19:51:04.580Z | Compiling embedded-io v0.4.0 |
1814 | 2024-10-03T19:51:04.818Z | Compiling cobs v0.2.3 |
1815 | 2024-10-03T19:51:04.863Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1816 | 2024-10-03T19:51:05.229Z | Compiling unsafe-libyaml v0.2.11 |
1817 | 2024-10-03T19:51:07.023Z | Compiling serde_yaml v0.9.34+deprecated |
1818 | 2024-10-03T19:51:08.006Z | Compiling postcard v1.0.8 |
1819 | 2024-10-03T19:51:08.961Z | Compiling dirs-next v2.0.0 |
1820 | 2024-10-03T19:51:16.187Z | Compiling progenitor-impl v0.8.0 |
1821 | 2024-10-03T19:51:16.350Z | Compiling darling_macro v0.20.9 |
1822 | 2024-10-03T19:51:27.121Z | Compiling strum_macros v0.26.4 |
1823 | 2024-10-03T19:51:27.944Z | Compiling foreign-types-macros v0.2.3 |
1824 | 2024-10-03T19:51:28.182Z | Compiling structmeta-derive v0.3.0 |
1825 | 2024-10-03T19:51:29.148Z | Compiling thread_local v1.1.8 |
1826 | 2024-10-03T19:51:29.846Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1827 | 2024-10-03T19:51:30.177Z | Compiling multer v3.1.0 |
1828 | 2024-10-03T19:51:30.502Z | Compiling proc-macro-error v1.0.4 |
1829 | 2024-10-03T19:51:30.888Z | Compiling foreign-types-shared v0.3.1 |
1830 | 2024-10-03T19:51:31.018Z | Compiling match_cfg v0.1.0 |
1831 | 2024-10-03T19:51:31.228Z | Compiling slog-async v2.8.0 |
1832 | 2024-10-03T19:51:31.719Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1833 | 2024-10-03T19:51:31.871Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1834 | 2024-10-03T19:51:36.763Z | Compiling strum v0.26.3 |
1835 | 2024-10-03T19:51:39.549Z | Compiling hostname v0.3.1 |
1836 | 2024-10-03T19:51:41.738Z | Compiling foreign-types v0.5.0 |
1837 | 2024-10-03T19:51:42.021Z | Compiling structmeta v0.3.0 |
1838 | 2024-10-03T19:51:44.302Z | Compiling progenitor-macro v0.8.0 |
1839 | 2024-10-03T19:51:45.886Z | Compiling darling v0.20.9 |
1840 | 2024-10-03T19:51:46.199Z | Compiling term v0.7.0 |
1841 | 2024-10-03T19:51:50.804Z | Compiling progenitor-client v0.8.0 |
1842 | 2024-10-03T19:51:50.897Z | Compiling tabwriter v1.4.0 |
1843 | 2024-10-03T19:51:51.695Z | Compiling slog-json v2.6.1 |
1844 | 2024-10-03T19:51:52.136Z | Compiling crossbeam-channel v0.5.12 |
1845 | 2024-10-03T19:51:56.735Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1846 | 2024-10-03T19:51:57.551Z | Compiling async-stream-impl v0.3.5 |
1847 | 2024-10-03T19:51:57.575Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1848 | 2024-10-03T19:51:58.408Z | Compiling is-terminal v0.4.12 |
1849 | 2024-10-03T19:51:58.557Z | Compiling cstr-argument v0.1.2 |
1850 | 2024-10-03T19:51:58.771Z | Compiling dropshot v0.12.0 |
1851 | 2024-10-03T19:51:58.830Z | Compiling take_mut v0.2.2 |
1852 | 2024-10-03T19:51:59.002Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1853 | 2024-10-03T19:51:59.106Z | Compiling crucible-workspace-hack v0.1.0 |
1854 | 2024-10-03T19:51:59.307Z | Compiling pretty-hex v0.2.1 |
1855 | 2024-10-03T19:51:59.407Z | Compiling fastrand v2.1.0 |
1856 | 2024-10-03T19:51:59.526Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1857 | 2024-10-03T19:51:59.855Z | Compiling tempfile v3.10.1 |
1858 | 2024-10-03T19:52:00.101Z | Compiling progenitor v0.8.0 |
1859 | 2024-10-03T19:52:00.333Z | Compiling async-stream v0.3.5 |
1860 | 2024-10-03T19:52:00.533Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1861 | 2024-10-03T19:52:00.665Z | Compiling slog-term v2.9.1 |
1862 | 2024-10-03T19:52:01.491Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1863 | 2024-10-03T19:52:01.509Z | Compiling tokio-rustls v0.25.0 |
1864 | 2024-10-03T19:52:01.546Z | Compiling slog-bunyan v2.5.0 |
1865 | 2024-10-03T19:52:01.825Z | Compiling serde_with_macros v3.9.0 |
1866 | 2024-10-03T19:52:02.393Z | Compiling parse-display-derive v0.10.0 |
1867 | 2024-10-03T19:52:03.226Z | Compiling toml v0.8.19 |
1868 | 2024-10-03T19:52:03.317Z | Compiling colored v2.1.0 |
1869 | 2024-10-03T19:52:04.381Z | Compiling waitgroup v0.1.2 |
1870 | 2024-10-03T19:52:04.628Z | Compiling newtype-uuid v1.1.0 |
1871 | 2024-10-03T19:52:04.631Z | Compiling dropshot_endpoint v0.12.0 |
1872 | 2024-10-03T19:52:04.631Z | Compiling serde_path_to_error v0.1.16 |
1873 | 2024-10-03T19:52:04.997Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1874 | 2024-10-03T19:52:05.169Z | Compiling hostname v0.4.0 |
1875 | 2024-10-03T19:52:05.440Z | Compiling instant v0.1.12 |
1876 | 2024-10-03T19:52:05.623Z | Compiling debug-ignore v1.0.5 |
1877 | 2024-10-03T19:52:05.659Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1878 | 2024-10-03T19:52:05.756Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1879 | 2024-10-03T19:52:05.778Z | Compiling backoff v0.4.0 |
1880 | 2024-10-03T19:52:05.969Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1881 | 2024-10-03T19:52:06.045Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1882 | 2024-10-03T19:52:06.154Z | Compiling serde_with v3.9.0 |
1883 | 2024-10-03T19:52:06.320Z | Compiling parse-display v0.10.0 |
1884 | 2024-10-03T19:52:08.322Z | Compiling zone_cfg_derive v0.3.0 |
1885 | 2024-10-03T19:52:08.861Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1886 | 2024-10-03T19:52:09.601Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1887 | 2024-10-03T19:52:09.695Z | Compiling camino-tempfile v1.1.1 |
1888 | 2024-10-03T19:52:10.003Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1889 | 2024-10-03T19:52:10.478Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1890 | 2024-10-03T19:52:10.480Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1891 | 2024-10-03T19:52:10.513Z | Compiling macaddr v1.0.1 |
1892 | 2024-10-03T19:52:10.691Z | Compiling regress v0.9.1 |
1893 | 2024-10-03T19:52:11.156Z | Compiling num-derive v0.4.2 |
1894 | 2024-10-03T19:52:13.413Z | Compiling sigpipe v0.1.3 |
1895 | 2024-10-03T19:52:13.555Z | Compiling libefi-sys v0.1.0 |
1896 | 2024-10-03T19:52:13.869Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1897 | 2024-10-03T19:52:14.247Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1898 | 2024-10-03T19:52:14.347Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1899 | 2024-10-03T19:52:15.169Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1900 | 2024-10-03T19:52:15.896Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1901 | 2024-10-03T19:52:16.466Z | Compiling zone v0.3.0 |
1902 | 2024-10-03T19:52:17.557Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1903 | 2024-10-03T19:52:18.922Z | Compiling smf v0.2.3 |
1904 | 2024-10-03T19:52:19.460Z | Compiling bitfield-struct v0.6.1 |
1905 | 2024-10-03T19:52:19.812Z | Compiling blake3 v1.5.1 |
1906 | 2024-10-03T19:52:20.432Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1907 | 2024-10-03T19:52:20.866Z | Compiling ring v0.16.20 |
1908 | 2024-10-03T19:52:21.021Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1909 | 2024-10-03T19:52:21.786Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1910 | 2024-10-03T19:52:21.925Z | Compiling xattr v1.3.1 |
1911 | 2024-10-03T19:52:22.059Z | Compiling memmap2 v0.9.4 |
1912 | 2024-10-03T19:52:22.247Z | Compiling filetime v0.2.25 |
1913 | 2024-10-03T19:52:22.598Z | Compiling constant_time_eq v0.3.0 |
1914 | 2024-10-03T19:52:22.645Z | Compiling spin v0.5.2 |
1915 | 2024-10-03T19:52:22.771Z | Compiling arrayvec v0.7.4 |
1916 | 2024-10-03T19:52:22.895Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1917 | 2024-10-03T19:52:22.915Z | Compiling arrayref v0.3.7 |
1918 | 2024-10-03T19:52:23.028Z | Compiling same-file v1.0.6 |
1919 | 2024-10-03T19:52:23.031Z | Compiling untrusted v0.7.1 |
1920 | 2024-10-03T19:52:23.255Z | Compiling walkdir v2.5.0 |
1921 | 2024-10-03T19:52:23.306Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1922 | 2024-10-03T19:52:24.647Z | Compiling tar v0.4.42 |
1923 | 2024-10-03T19:52:24.911Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1924 | 2024-10-03T19:52:25.343Z | Compiling gethostname v0.5.0 |
1925 | 2024-10-03T19:52:25.576Z | Compiling cargo-platform v0.1.8 |
1926 | 2024-10-03T19:52:25.822Z | Compiling topological-sort v0.2.2 |
1927 | 2024-10-03T19:52:25.955Z | Compiling cargo_metadata v0.18.1 |
1928 | 2024-10-03T19:52:29.865Z | Compiling omicron-zone-package v0.11.1 |
1929 | 2024-10-03T19:52:32.605Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1930 | 2024-10-03T19:52:33.777Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1931 | 2024-10-03T19:52:38.046Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1932 | 2024-10-03T19:52:55.498Z | Finished `release` profile [optimized] target(s) in 4m 29s |
1933 | 2024-10-03T19:52:55.653Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1934 | 2024-10-03T19:52:55.698Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1935 | 2024-10-03T19:52:55.700Z | Created new build target 'test' and set it as active |
1936 | 2024-10-03T19:52:55.700Z | |
1937 | 2024-10-03T19:52:55.700Z | real 4:29.753134699 |
1938 | 2024-10-03T19:52:55.700Z | user 30:35.679777527 |
1939 | 2024-10-03T19:52:55.700Z | sys 3:48.284501411 |
1940 | 2024-10-03T19:52:55.700Z | trap 0.863836722 |
1941 | 2024-10-03T19:52:55.700Z | tflt 3.313755685 |
1942 | 2024-10-03T19:52:55.700Z | dflt 0.517238088 |
1943 | 2024-10-03T19:52:55.700Z | kflt 0.000216775 |
1944 | 2024-10-03T19:52:55.700Z | lock 1:07:52.317314948 |
1945 | 2024-10-03T19:52:55.700Z | slp 1:58:05.021291080 |
1946 | 2024-10-03T19:52:55.700Z | lat 2:05.454012061 |
1947 | 2024-10-03T19:52:55.700Z | stop 3:48.514802608 |
1948 | 2024-10-03T19:52:55.703Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1949 | 2024-10-03T19:52:56.695Z | Finished `release` profile [optimized] target(s) in 0.94s |
1950 | 2024-10-03T19:52:56.748Z | Running `target/release/omicron-package -t test package` |
1951 | 2024-10-03T19:52:56.789Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1952 | 2024-10-03T19:52:57.941Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1953 | 2024-10-03T19:52:57.943Z | Compiling convert_case v0.4.0 |
1954 | 2024-10-03T19:52:57.943Z | Compiling camino v1.1.9 |
1955 | 2024-10-03T19:52:57.943Z | Compiling newline-converter v0.3.0 |
1956 | 2024-10-03T19:52:57.943Z | Compiling itertools v0.13.0 |
1957 | 2024-10-03T19:52:57.943Z | Compiling password-hash v0.5.0 |
1958 | 2024-10-03T19:52:57.943Z | Compiling blake2 v0.10.6 |
1959 | 2024-10-03T19:52:57.943Z | Compiling cancel-safe-futures v0.1.5 |
1960 | 2024-10-03T19:52:58.282Z | Compiling expectorate v1.1.0 |
1961 | 2024-10-03T19:52:58.301Z | Compiling owo-colors v4.1.0 |
1962 | 2024-10-03T19:52:58.363Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1963 | 2024-10-03T19:52:58.496Z | Compiling derive-where v1.2.7 |
1964 | 2024-10-03T19:52:58.624Z | Compiling argon2 v0.5.3 |
1965 | 2024-10-03T19:52:58.914Z | Compiling derive_more v0.99.18 |
1966 | 2024-10-03T19:52:59.243Z | Compiling libsw v3.3.1 |
1967 | 2024-10-03T19:52:59.584Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1968 | 2024-10-03T19:52:59.773Z | Compiling linear-map v1.2.0 |
1969 | 2024-10-03T19:53:00.160Z | Compiling swrite v0.1.0 |
1970 | 2024-10-03T19:53:00.199Z | Compiling base64 v0.21.7 |
1971 | 2024-10-03T19:53:00.219Z | Compiling indent_write v2.2.0 |
1972 | 2024-10-03T19:53:00.302Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1973 | 2024-10-03T19:53:00.425Z | Compiling toml v0.8.19 |
1974 | 2024-10-03T19:53:01.023Z | Compiling progenitor-client v0.8.0 |
1975 | 2024-10-03T19:53:01.471Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1976 | 2024-10-03T19:53:01.479Z | Compiling progenitor v0.8.0 |
1977 | 2024-10-03T19:53:01.602Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1978 | 2024-10-03T19:53:01.675Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1979 | 2024-10-03T19:53:01.753Z | Compiling num-rational v0.4.2 |
1980 | 2024-10-03T19:53:01.832Z | Compiling num-complex v0.4.6 |
1981 | 2024-10-03T19:53:01.992Z | Compiling dirs-sys-next v0.1.2 |
1982 | 2024-10-03T19:53:02.513Z | Compiling dirs-next v2.0.0 |
1983 | 2024-10-03T19:53:02.708Z | Compiling float-ord v0.3.2 |
1984 | 2024-10-03T19:53:02.871Z | Compiling num v0.4.3 |
1985 | 2024-10-03T19:53:02.998Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1986 | 2024-10-03T19:53:03.068Z | Compiling term v0.7.0 |
1987 | 2024-10-03T19:53:04.191Z | Compiling atomicwrites v0.4.4 |
1988 | 2024-10-03T19:53:04.361Z | Compiling prettyplease v0.2.22 |
1989 | 2024-10-03T19:53:04.689Z | Compiling semver v0.1.20 |
1990 | 2024-10-03T19:53:04.710Z | Compiling is-terminal v0.4.12 |
1991 | 2024-10-03T19:53:04.838Z | Compiling utf-8 v0.7.6 |
1992 | 2024-10-03T19:53:05.197Z | Compiling rustc_version v0.1.7 |
1993 | 2024-10-03T19:53:05.246Z | Compiling humantime v2.1.0 |
1994 | 2024-10-03T19:53:05.455Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
1995 | 2024-10-03T19:53:05.598Z | Compiling newtype_derive v0.1.6 |
1996 | 2024-10-03T19:53:06.022Z | Compiling highway v1.2.0 |
1997 | 2024-10-03T19:53:06.246Z | Compiling linked-hash-map v0.5.6 |
1998 | 2024-10-03T19:53:06.666Z | Compiling lru-cache v0.1.2 |
1999 | 2024-10-03T19:53:06.891Z | Compiling steno v0.4.1 |
2000 | 2024-10-03T19:53:07.418Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2001 | 2024-10-03T19:53:07.457Z | Compiling home v0.5.9 |
2002 | 2024-10-03T19:53:07.719Z | Compiling quick-error v1.2.3 |
2003 | 2024-10-03T19:53:07.960Z | Compiling resolv-conf v0.7.0 |
2004 | 2024-10-03T19:53:09.715Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2005 | 2024-10-03T19:53:09.745Z | Compiling rustls v0.22.4 |
2006 | 2024-10-03T19:53:09.822Z | Compiling thread_local v1.1.8 |
2007 | 2024-10-03T19:53:10.334Z | Compiling match_cfg v0.1.0 |
2008 | 2024-10-03T19:53:10.446Z | Compiling hostname v0.3.1 |
2009 | 2024-10-03T19:53:10.708Z | Compiling hickory-resolver v0.24.1 |
2010 | 2024-10-03T19:53:15.507Z | Compiling multer v3.1.0 |
2011 | 2024-10-03T19:53:15.587Z | Compiling slog-async v2.8.0 |
2012 | 2024-10-03T19:53:15.665Z | Compiling slog-json v2.6.1 |
2013 | 2024-10-03T19:53:16.044Z | Compiling crossbeam-channel v0.5.12 |
2014 | 2024-10-03T19:53:16.135Z | Compiling take_mut v0.2.2 |
2015 | 2024-10-03T19:53:16.308Z | Compiling slog-bunyan v2.5.0 |
2016 | 2024-10-03T19:53:17.436Z | Compiling tokio-rustls v0.25.0 |
2017 | 2024-10-03T19:53:17.889Z | Compiling slog-term v2.9.1 |
2018 | 2024-10-03T19:53:18.216Z | Compiling dropshot v0.12.0 |
2019 | 2024-10-03T19:53:18.291Z | Compiling async-stream v0.3.5 |
2020 | 2024-10-03T19:53:18.580Z | Compiling waitgroup v0.1.2 |
2021 | 2024-10-03T19:53:18.794Z | Compiling newtype-uuid v1.1.0 |
2022 | 2024-10-03T19:53:19.006Z | Compiling ipnetwork v0.20.0 |
2023 | 2024-10-03T19:53:19.109Z | Compiling serde_path_to_error v0.1.16 |
2024 | 2024-10-03T19:53:19.502Z | Compiling hostname v0.4.0 |
2025 | 2024-10-03T19:53:19.738Z | Compiling instant v0.1.12 |
2026 | 2024-10-03T19:53:19.792Z | Compiling debug-ignore v1.0.5 |
2027 | 2024-10-03T19:53:19.898Z | Compiling backoff v0.4.0 |
2028 | 2024-10-03T19:53:19.916Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2029 | 2024-10-03T19:53:20.250Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2030 | 2024-10-03T19:53:20.586Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2031 | 2024-10-03T19:53:20.602Z | Compiling parse-display v0.10.0 |
2032 | 2024-10-03T19:53:21.158Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2033 | 2024-10-03T19:53:21.343Z | Compiling strum v0.26.3 |
2034 | 2024-10-03T19:53:21.539Z | Compiling serde_with v3.9.0 |
2035 | 2024-10-03T19:53:22.646Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2036 | 2024-10-03T19:53:25.380Z | Compiling regress v0.9.1 |
2037 | 2024-10-03T19:53:25.508Z | Compiling macaddr v1.0.1 |
2038 | 2024-10-03T19:53:25.977Z | Compiling slog-dtrace v0.3.0 |
2039 | 2024-10-03T19:53:27.842Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2040 | 2024-10-03T19:53:28.062Z | Compiling display-error-chain v0.2.1 |
2041 | 2024-10-03T19:53:28.210Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2042 | 2024-10-03T19:53:28.262Z | Compiling half v2.4.1 |
2043 | 2024-10-03T19:53:28.659Z | Compiling ciborium-io v0.2.2 |
2044 | 2024-10-03T19:53:28.809Z | Compiling ciborium-ll v0.2.2 |
2045 | 2024-10-03T19:53:28.950Z | Compiling tungstenite v0.21.0 |
2046 | 2024-10-03T19:53:29.264Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2047 | 2024-10-03T19:53:29.314Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2048 | 2024-10-03T19:53:30.132Z | Compiling tokio-tungstenite v0.21.0 |
2049 | 2024-10-03T19:53:30.759Z | Compiling ciborium v0.2.2 |
2050 | 2024-10-03T19:53:32.852Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2051 | 2024-10-03T19:53:32.963Z | Compiling same-file v1.0.6 |
2052 | 2024-10-03T19:53:33.219Z | Compiling fastrand v2.1.0 |
2053 | 2024-10-03T19:53:33.743Z | Compiling tempfile v3.10.1 |
2054 | 2024-10-03T19:53:34.102Z | Compiling walkdir v2.5.0 |
2055 | 2024-10-03T19:53:34.516Z | Compiling blake3 v1.5.1 |
2056 | 2024-10-03T19:53:34.756Z | Compiling ring v0.16.20 |
2057 | 2024-10-03T19:53:35.151Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2058 | 2024-10-03T19:53:37.410Z | Compiling xattr v1.3.1 |
2059 | 2024-10-03T19:53:37.683Z | Compiling filetime v0.2.25 |
2060 | 2024-10-03T19:53:37.986Z | Compiling memmap2 v0.9.4 |
2061 | 2024-10-03T19:53:38.424Z | Compiling spin v0.5.2 |
2062 | 2024-10-03T19:53:38.665Z | Compiling arrayref v0.3.7 |
2063 | 2024-10-03T19:53:38.785Z | Compiling keccak v0.1.5 |
2064 | 2024-10-03T19:53:39.177Z | Compiling constant_time_eq v0.3.0 |
2065 | 2024-10-03T19:53:39.344Z | Compiling arrayvec v0.7.4 |
2066 | 2024-10-03T19:53:39.774Z | Compiling untrusted v0.7.1 |
2067 | 2024-10-03T19:53:43.252Z | Compiling sha3 v0.10.8 |
2068 | 2024-10-03T19:53:43.637Z | Compiling tar v0.4.42 |
2069 | 2024-10-03T19:53:44.098Z | Compiling toolchain_find v0.4.0 |
2070 | 2024-10-03T19:53:45.580Z | Compiling camino-tempfile v1.1.1 |
2071 | 2024-10-03T19:53:46.031Z | Compiling nibble_vec v0.1.0 |
2072 | 2024-10-03T19:53:46.282Z | Compiling radium v0.7.0 |
2073 | 2024-10-03T19:53:46.745Z | Compiling glob v0.3.1 |
2074 | 2024-10-03T19:53:46.933Z | Compiling endian-type v0.1.2 |
2075 | 2024-10-03T19:53:47.186Z | Compiling crunchy v0.2.2 |
2076 | 2024-10-03T19:53:47.604Z | Compiling maplit v1.0.2 |
2077 | 2024-10-03T19:53:47.723Z | Compiling topological-sort v0.2.2 |
2078 | 2024-10-03T19:53:47.756Z | Compiling clang-sys v1.7.0 |
2079 | 2024-10-03T19:53:47.778Z | Compiling radix_trie v0.2.1 |
2080 | 2024-10-03T19:53:47.937Z | Compiling omicron-zone-package v0.11.1 |
2081 | 2024-10-03T19:53:48.245Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2082 | 2024-10-03T19:53:48.466Z | Compiling rustfmt-wrapper v0.2.1 |
2083 | 2024-10-03T19:53:48.648Z | Compiling tap v1.0.1 |
2084 | 2024-10-03T19:53:48.845Z | Compiling maybe-uninit v2.0.0 |
2085 | 2024-10-03T19:53:48.963Z | Compiling tiny-keccak v2.0.2 |
2086 | 2024-10-03T19:53:49.031Z | Compiling wyz v0.5.1 |
2087 | 2024-10-03T19:53:49.491Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2088 | 2024-10-03T19:53:49.571Z | Compiling dsl_auto_type v0.1.2 |
2089 | 2024-10-03T19:53:49.840Z | Compiling scheduled-thread-pool v0.2.7 |
2090 | 2024-10-03T19:53:50.256Z | Compiling secrecy v0.8.0 |
2091 | 2024-10-03T19:53:50.530Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2092 | 2024-10-03T19:53:50.963Z | Compiling diesel_table_macro_syntax v0.2.0 |
2093 | 2024-10-03T19:53:51.072Z | Compiling arc-swap v1.7.1 |
2094 | 2024-10-03T19:53:51.177Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2095 | 2024-10-03T19:53:51.350Z | Compiling funty v2.0.0 |
2096 | 2024-10-03T19:53:51.515Z | Compiling packed_struct v0.10.1 |
2097 | 2024-10-03T19:53:51.757Z | Compiling crc-catalog v2.4.0 |
2098 | 2024-10-03T19:53:51.922Z | Compiling crc v3.2.1 |
2099 | 2024-10-03T19:53:51.993Z | Compiling slog-scope v4.4.0 |
2100 | 2024-10-03T19:53:52.594Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2101 | 2024-10-03T19:53:52.799Z | Compiling bitvec v1.0.1 |
2102 | 2024-10-03T19:53:53.045Z | Compiling diesel_derives v2.2.2 |
2103 | 2024-10-03T19:53:53.184Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2104 | 2024-10-03T19:53:53.828Z | Compiling r2d2 v0.8.10 |
2105 | 2024-10-03T19:53:54.793Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2106 | 2024-10-03T19:53:57.286Z | Compiling ascii-canvas v3.0.0 |
2107 | 2024-10-03T19:53:57.795Z | Compiling universal-hash v0.5.1 |
2108 | 2024-10-03T19:53:58.021Z | Compiling thiserror-impl-no-std v2.0.2 |
2109 | 2024-10-03T19:54:00.251Z | Compiling packed_struct_codegen v0.10.1 |
2110 | 2024-10-03T19:54:00.638Z | Compiling ena v0.14.3 |
2111 | 2024-10-03T19:54:01.069Z | Compiling libloading v0.8.3 |
2112 | 2024-10-03T19:54:01.443Z | Compiling indexmap v1.9.3 |
2113 | 2024-10-03T19:54:01.748Z | Compiling nodrop v0.1.14 |
2114 | 2024-10-03T19:54:01.893Z | Compiling bindgen v0.69.4 |
2115 | 2024-10-03T19:54:02.356Z | Compiling diff v0.1.13 |
2116 | 2024-10-03T19:54:02.666Z | Compiling opaque-debug v0.3.1 |
2117 | 2024-10-03T19:54:02.782Z | Compiling regex-syntax v0.6.29 |
2118 | 2024-10-03T19:54:02.886Z | Compiling poly1305 v0.8.0 |
2119 | 2024-10-03T19:54:04.133Z | Compiling diesel v2.2.4 |
2120 | 2024-10-03T19:54:08.034Z | Compiling lalrpop v0.19.12 |
2121 | 2024-10-03T19:54:08.484Z | Compiling array-init v0.0.4 |
2122 | 2024-10-03T19:54:13.932Z | Compiling thiserror-no-std v2.0.2 |
2123 | 2024-10-03T19:54:14.250Z | Compiling smallvec v0.6.14 |
2124 | 2024-10-03T19:54:15.357Z | Compiling slog-stdlog v4.1.1 |
2125 | 2024-10-03T19:54:16.014Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2126 | 2024-10-03T19:54:16.199Z | Compiling which v4.4.2 |
2127 | 2024-10-03T19:54:16.754Z | Compiling tungstenite v0.23.0 |
2128 | 2024-10-03T19:54:17.128Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2129 | 2024-10-03T19:54:17.449Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2130 | 2024-10-03T19:54:17.731Z | Compiling chacha20 v0.9.1 |
2131 | 2024-10-03T19:54:18.192Z | Compiling cexpr v0.6.0 |
2132 | 2024-10-03T19:54:19.795Z | Compiling aead v0.5.2 |
2133 | 2024-10-03T19:54:20.046Z | Compiling ref-cast v1.0.23 |
2134 | 2024-10-03T19:54:20.131Z | Compiling termcolor v1.4.1 |
2135 | 2024-10-03T19:54:20.541Z | Compiling rustc-hash v1.1.0 |
2136 | 2024-10-03T19:54:20.718Z | Compiling lazycell v1.3.0 |
2137 | 2024-10-03T19:54:20.910Z | Compiling shlex v1.3.0 |
2138 | 2024-10-03T19:54:21.267Z | Compiling hashbrown v0.12.3 |
2139 | 2024-10-03T19:54:21.306Z | Compiling bitfield v0.14.0 |
2140 | 2024-10-03T19:54:21.619Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2141 | 2024-10-03T19:54:23.380Z | Compiling env_logger v0.10.2 |
2142 | 2024-10-03T19:54:23.699Z | Compiling chacha20poly1305 v0.10.1 |
2143 | 2024-10-03T19:54:23.935Z | Compiling tokio-tungstenite v0.23.1 |
2144 | 2024-10-03T19:54:24.564Z | Compiling slog-envlogger v2.2.0 |
2145 | 2024-10-03T19:54:26.282Z | Compiling serde-hex v0.1.0 |
2146 | 2024-10-03T19:54:27.105Z | Compiling bzip2 v0.4.4 |
2147 | 2024-10-03T19:54:27.579Z | Compiling vsss-rs v3.3.4 |
2148 | 2024-10-03T19:54:31.356Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2149 | 2024-10-03T19:54:31.681Z | Compiling ron v0.8.1 |
2150 | 2024-10-03T19:54:32.161Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2151 | 2024-10-03T19:54:32.482Z | Compiling derive_builder_core v0.20.0 |
2152 | 2024-10-03T19:54:33.757Z | Compiling polar-core v0.27.3 |
2153 | 2024-10-03T19:54:34.592Z | Compiling headers-core v0.3.0 |
2154 | 2024-10-03T19:54:34.776Z | Compiling hashbrown v0.13.2 |
2155 | 2024-10-03T19:54:35.031Z | Compiling fxhash v0.2.1 |
2156 | 2024-10-03T19:54:35.278Z | Compiling libxml v0.3.3 |
2157 | 2024-10-03T19:54:35.698Z | Compiling ref-cast-impl v1.0.23 |
2158 | 2024-10-03T19:54:35.986Z | Compiling crc-any v2.5.0 |
2159 | 2024-10-03T19:54:36.053Z | Compiling samael v0.0.17 |
2160 | 2024-10-03T19:54:36.893Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2161 | 2024-10-03T19:54:37.008Z | Compiling object v0.30.4 |
2162 | 2024-10-03T19:54:37.680Z | Compiling headers v0.4.0 |
2163 | 2024-10-03T19:54:41.296Z | Compiling derive_builder_macro v0.20.0 |
2164 | 2024-10-03T19:54:41.502Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2165 | 2024-10-03T19:54:43.150Z | Compiling zip v0.6.6 |
2166 | 2024-10-03T19:54:44.918Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2167 | 2024-10-03T19:54:45.791Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2168 | 2024-10-03T19:54:46.107Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2169 | 2024-10-03T19:54:47.934Z | Compiling strum_macros v0.24.3 |
2170 | 2024-10-03T19:54:49.476Z | Compiling kstat-rs v0.2.4 |
2171 | 2024-10-03T19:54:49.580Z | Compiling async-recursion v1.1.1 |
2172 | 2024-10-03T19:54:50.452Z | Compiling unicase v2.7.0 |
2173 | 2024-10-03T19:54:50.792Z | Compiling dropshot v0.10.1 |
2174 | 2024-10-03T19:54:51.036Z | Compiling indoc v1.0.9 |
2175 | 2024-10-03T19:54:51.104Z | Compiling path-slash v0.1.5 |
2176 | 2024-10-03T19:54:51.187Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2177 | 2024-10-03T19:54:51.261Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2178 | 2024-10-03T19:54:53.825Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2179 | 2024-10-03T19:54:53.985Z | Compiling derive_builder v0.20.0 |
2180 | 2024-10-03T19:54:58.165Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2181 | 2024-10-03T19:55:01.968Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2182 | 2024-10-03T19:55:02.270Z | Compiling crossterm v0.28.1 |
2183 | 2024-10-03T19:55:03.626Z | Compiling pem v3.0.4 |
2184 | 2024-10-03T19:55:05.122Z | Compiling dropshot_endpoint v0.10.1 |
2185 | 2024-10-03T19:55:06.566Z | Compiling oso-derive v0.27.3 |
2186 | 2024-10-03T19:55:07.089Z | Compiling impl-trait-for-tuples v0.2.2 |
2187 | 2024-10-03T19:55:07.538Z | Compiling libz-sys v1.1.16 |
2188 | 2024-10-03T19:55:08.210Z | Compiling quick-xml v0.33.0 |
2189 | 2024-10-03T19:55:08.667Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2190 | 2024-10-03T19:55:08.998Z | Compiling cfg_aliases v0.1.1 |
2191 | 2024-10-03T19:55:09.117Z | Compiling parking_lot_core v0.8.6 |
2192 | 2024-10-03T19:55:09.580Z | Compiling nix v0.28.0 |
2193 | 2024-10-03T19:55:10.447Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2194 | 2024-10-03T19:55:12.040Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2195 | 2024-10-03T19:55:14.101Z | Compiling oso v0.27.3 |
2196 | 2024-10-03T19:55:17.479Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2197 | 2024-10-03T19:55:17.803Z | Compiling bb8 v0.8.5 |
2198 | 2024-10-03T19:55:18.413Z | Compiling const_format_proc_macros v0.2.33 |
2199 | 2024-10-03T19:55:20.377Z | Compiling vte_generate_state_changes v0.1.1 |
2200 | 2024-10-03T19:55:21.058Z | Compiling buf-list v1.0.3 |
2201 | 2024-10-03T19:55:21.715Z | Compiling vte v0.11.1 |
2202 | 2024-10-03T19:55:23.170Z | Compiling const_format v0.2.33 |
2203 | 2024-10-03T19:55:24.414Z | Compiling async-bb8-diesel v0.2.1 |
2204 | 2024-10-03T19:55:25.286Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2205 | 2024-10-03T19:55:32.867Z | Compiling fd-lock v4.0.2 |
2206 | 2024-10-03T19:55:33.114Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2207 | 2024-10-03T19:55:33.895Z | Compiling pin-project-internal v1.1.5 |
2208 | 2024-10-03T19:55:36.617Z | Compiling atty v0.2.14 |
2209 | 2024-10-03T19:55:36.784Z | Compiling bytecount v0.6.8 |
2210 | 2024-10-03T19:55:37.111Z | Compiling salty v0.3.0 |
2211 | 2024-10-03T19:55:37.570Z | Compiling papergrid v0.11.0 |
2212 | 2024-10-03T19:55:39.739Z | Compiling pin-project v1.1.5 |
2213 | 2024-10-03T19:55:49.319Z | Compiling parking_lot v0.11.2 |
2214 | 2024-10-03T19:55:55.263Z | Compiling strip-ansi-escapes v0.2.0 |
2215 | 2024-10-03T19:55:57.056Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2216 | 2024-10-03T19:55:57.148Z | Compiling tabled_derive v0.7.0 |
2217 | 2024-10-03T19:55:58.375Z | Compiling crossterm v0.27.0 |
2218 | 2024-10-03T19:55:59.276Z | Compiling peg-macros v0.8.4 |
2219 | 2024-10-03T19:55:59.309Z | Compiling snafu-derive v0.8.2 |
2220 | 2024-10-03T19:56:01.749Z | Compiling sqlparser_derive v0.2.2 |
2221 | 2024-10-03T19:56:02.506Z | Compiling unicode_categories v0.1.1 |
2222 | 2024-10-03T19:56:02.746Z | Compiling nu-ansi-term v0.50.0 |
2223 | 2024-10-03T19:56:02.831Z | Compiling sync_wrapper v0.1.2 |
2224 | 2024-10-03T19:56:02.978Z | Compiling reqwest v0.11.27 |
2225 | 2024-10-03T19:56:03.177Z | Compiling reedline v0.33.0 |
2226 | 2024-10-03T19:56:03.811Z | Compiling snafu v0.8.2 |
2227 | 2024-10-03T19:56:03.894Z | Compiling rustyline v14.0.0 |
2228 | 2024-10-03T19:56:04.730Z | Compiling sqlformat v0.2.6 |
2229 | 2024-10-03T19:56:05.097Z | Compiling sqlparser v0.45.0 |
2230 | 2024-10-03T19:56:06.823Z | Compiling peg v0.8.4 |
2231 | 2024-10-03T19:56:06.946Z | Compiling tabled v0.15.0 |
2232 | 2024-10-03T19:56:15.280Z | Compiling sled v0.34.7 |
2233 | 2024-10-03T19:56:26.695Z | Compiling mime_guess v2.0.4 |
2234 | 2024-10-03T19:56:30.058Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2235 | 2024-10-03T19:56:30.172Z | Compiling hickory-client v0.24.1 |
2236 | 2024-10-03T19:56:32.461Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2237 | 2024-10-03T19:56:35.570Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2238 | 2024-10-03T19:56:37.364Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2239 | 2024-10-03T19:56:38.983Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2240 | 2024-10-03T19:56:40.514Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2241 | 2024-10-03T19:56:43.883Z | Compiling globset v0.4.14 |
2242 | 2024-10-03T19:56:46.162Z | Compiling hickory-server v0.24.1 |
2243 | 2024-10-03T19:56:47.644Z | Compiling primeorder v0.13.6 |
2244 | 2024-10-03T19:56:48.058Z | Compiling olpc-cjson v0.1.3 |
2245 | 2024-10-03T19:56:48.243Z | Compiling vergen v8.3.2 |
2246 | 2024-10-03T19:56:48.396Z | Compiling bcs v0.1.6 |
2247 | 2024-10-03T19:56:48.560Z | Compiling env_filter v0.1.2 |
2248 | 2024-10-03T19:56:49.280Z | Compiling serde_plain v1.0.2 |
2249 | 2024-10-03T19:56:49.803Z | Compiling cargo-platform v0.1.8 |
2250 | 2024-10-03T19:56:49.866Z | Compiling nanorand v0.7.0 |
2251 | 2024-10-03T19:56:50.334Z | Compiling memoffset v0.9.1 |
2252 | 2024-10-03T19:56:50.556Z | Compiling typed-path v0.7.1 |
2253 | 2024-10-03T19:56:50.840Z | Compiling flume v0.11.0 |
2254 | 2024-10-03T19:56:51.366Z | Compiling cargo_metadata v0.18.1 |
2255 | 2024-10-03T19:56:51.603Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2256 | 2024-10-03T19:56:54.749Z | Compiling tough v0.17.1 |
2257 | 2024-10-03T19:56:56.257Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2258 | 2024-10-03T19:56:56.464Z | Compiling env_logger v0.11.5 |
2259 | 2024-10-03T19:56:57.112Z | Compiling p384 v0.13.0 |
2260 | 2024-10-03T19:56:57.915Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2261 | 2024-10-03T19:56:58.276Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2262 | 2024-10-03T19:57:03.817Z | Compiling git2 v0.19.0 |
2263 | 2024-10-03T19:57:07.982Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2264 | 2024-10-03T19:57:09.264Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2265 | 2024-10-03T19:57:09.703Z | Compiling libsqlite3-sys v0.30.1 |
2266 | 2024-10-03T19:57:10.253Z | Compiling lzma-sys v0.1.20 |
2267 | 2024-10-03T19:57:10.976Z | Compiling rustls v0.21.12 |
2268 | 2024-10-03T19:57:11.230Z | Compiling cfg_aliases v0.2.1 |
2269 | 2024-10-03T19:57:11.302Z | Compiling parse-size v1.0.0 |
2270 | 2024-10-03T19:57:11.356Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2271 | 2024-10-03T19:57:11.602Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2272 | 2024-10-03T19:57:11.718Z | Compiling nix v0.29.0 |
2273 | 2024-10-03T19:57:14.400Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2274 | 2024-10-03T19:57:14.774Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2275 | 2024-10-03T19:57:14.844Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2276 | 2024-10-03T19:57:15.584Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2277 | 2024-10-03T19:57:15.931Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2278 | 2024-10-03T19:57:20.113Z | Compiling sct v0.7.1 |
2279 | 2024-10-03T19:57:20.283Z | Compiling rustls-webpki v0.101.7 |
2280 | 2024-10-03T19:57:20.314Z | Compiling heck v0.3.3 |
2281 | 2024-10-03T19:57:20.422Z | Compiling castaway v0.2.3 |
2282 | 2024-10-03T19:57:20.624Z | Compiling rand_seeder v0.3.0 |
2283 | 2024-10-03T19:57:20.731Z | Compiling csv-core v0.1.11 |
2284 | 2024-10-03T19:57:21.063Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2285 | 2024-10-03T19:57:21.605Z | Compiling http-range v0.1.5 |
2286 | 2024-10-03T19:57:22.183Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2287 | 2024-10-03T19:57:22.548Z | Compiling hyper-staticfile v0.10.1 |
2288 | 2024-10-03T19:57:23.249Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2289 | 2024-10-03T19:57:24.402Z | Compiling csv v1.3.0 |
2290 | 2024-10-03T19:57:26.602Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2291 | 2024-10-03T19:57:26.832Z | Compiling zone_cfg_derive v0.1.2 |
2292 | 2024-10-03T19:57:28.275Z | Compiling compact_str v0.8.0 |
2293 | 2024-10-03T19:57:29.960Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2294 | 2024-10-03T19:57:30.137Z | Compiling nix v0.27.1 |
2295 | 2024-10-03T19:57:30.901Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2296 | 2024-10-03T19:57:31.995Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2297 | 2024-10-03T19:57:33.881Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2298 | 2024-10-03T19:57:38.551Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2299 | 2024-10-03T19:57:41.260Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2300 | 2024-10-03T19:57:42.196Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2301 | 2024-10-03T19:57:42.534Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2302 | 2024-10-03T19:57:42.854Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2303 | 2024-10-03T19:57:43.177Z | Compiling unicode-truncate v1.0.0 |
2304 | 2024-10-03T19:57:43.464Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2305 | 2024-10-03T19:57:44.072Z | Compiling lru v0.12.3 |
2306 | 2024-10-03T19:57:44.448Z | Compiling hashlink v0.9.1 |
2307 | 2024-10-03T19:57:45.189Z | Compiling instability v0.3.2 |
2308 | 2024-10-03T19:57:45.282Z | Compiling fallible-iterator v0.3.0 |
2309 | 2024-10-03T19:57:45.869Z | Compiling base64 v0.13.1 |
2310 | 2024-10-03T19:57:46.095Z | Compiling fallible-streaming-iterator v0.1.9 |
2311 | 2024-10-03T19:57:46.207Z | Compiling cassowary v0.3.0 |
2312 | 2024-10-03T19:57:46.387Z | Compiling rusqlite v0.32.1 |
2313 | 2024-10-03T19:57:46.605Z | Compiling ron v0.7.1 |
2314 | 2024-10-03T19:57:49.848Z | Compiling ratatui v0.28.0 |
2315 | 2024-10-03T19:57:51.555Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2316 | 2024-10-03T19:57:51.868Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2317 | 2024-10-03T19:57:53.182Z | Compiling xz2 v0.1.7 |
2318 | 2024-10-03T19:58:00.293Z | Compiling tokio-rustls v0.24.1 |
2319 | 2024-10-03T19:58:00.756Z | Compiling zone v0.1.8 |
2320 | 2024-10-03T19:58:02.583Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2321 | 2024-10-03T19:58:07.144Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2322 | 2024-10-03T19:58:09.628Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2323 | 2024-10-03T19:58:11.076Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2324 | 2024-10-03T19:58:11.403Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2325 | 2024-10-03T19:58:13.992Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2326 | 2024-10-03T19:58:14.139Z | Compiling rustls-pemfile v1.0.4 |
2327 | 2024-10-03T19:58:14.937Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2328 | 2024-10-03T19:58:15.288Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2329 | 2024-10-03T19:58:17.337Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2330 | 2024-10-03T19:58:17.514Z | Compiling signal-hook-tokio v0.3.1 |
2331 | 2024-10-03T19:58:17.743Z | Compiling twox-hash v1.6.3 |
2332 | 2024-10-03T19:58:18.752Z | Compiling yasna v0.5.2 |
2333 | 2024-10-03T19:58:20.223Z | Compiling smawk v0.3.2 |
2334 | 2024-10-03T19:58:20.495Z | Compiling unicode-linebreak v0.1.5 |
2335 | 2024-10-03T19:58:21.068Z | Compiling is_ci v1.2.0 |
2336 | 2024-10-03T19:58:21.369Z | Compiling supports-color v3.0.1 |
2337 | 2024-10-03T19:58:21.782Z | Compiling textwrap v0.16.1 |
2338 | 2024-10-03T19:58:22.217Z | Compiling rcgen v0.12.1 |
2339 | 2024-10-03T19:58:22.235Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2340 | 2024-10-03T19:58:24.184Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2341 | 2024-10-03T19:58:25.433Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2342 | 2024-10-03T19:58:32.824Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2343 | 2024-10-03T19:58:34.579Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2344 | 2024-10-03T19:58:39.633Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2345 | 2024-10-03T19:58:41.297Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2346 | 2024-10-03T19:58:41.892Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2347 | 2024-10-03T19:58:43.274Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2348 | 2024-10-03T19:58:43.590Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2349 | 2024-10-03T19:58:50.205Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2350 | 2024-10-03T19:58:52.950Z | Compiling fatfs v0.3.6 |
2351 | 2024-10-03T19:58:55.771Z | Compiling rtoolbox v0.0.2 |
2352 | 2024-10-03T19:58:56.204Z | Compiling subprocess v0.2.9 |
2353 | 2024-10-03T19:58:59.374Z | Compiling assert_matches v1.5.0 |
2354 | 2024-10-03T19:59:00.174Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2355 | 2024-10-03T19:59:01.002Z | Compiling rpassword v7.3.1 |
2356 | 2024-10-03T19:59:01.471Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2357 | 2024-10-03T19:59:06.443Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2358 | 2024-10-03T19:59:07.805Z | Compiling tui-tree-widget v0.22.0 |
2359 | 2024-10-03T19:59:08.266Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2360 | 2024-10-03T19:59:13.425Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2361 | 2024-10-03T19:59:17.484Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2362 | 2024-10-03T19:59:25.119Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2363 | 2024-10-03T19:59:25.443Z | Compiling uzers v0.11.3 |
2364 | 2024-10-03T19:59:26.522Z | Compiling shell-words v1.1.0 |
2365 | 2024-10-03T19:59:26.963Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2366 | 2024-10-03T19:59:28.029Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2367 | 2024-10-03T19:59:29.250Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2368 | 2024-10-03T19:59:29.976Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2369 | 2024-10-03T20:00:07.091Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2370 | 2024-10-03T20:00:18.213Z | Compiling multimap v0.10.0 |
2371 | 2024-10-03T20:02:10.155Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2372 | 2024-10-03T20:02:25.312Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2373 | 2024-10-03T20:08:51.234Z | Finished `release` profile [optimized] target(s) in 15m 54s |
2374 | 2024-10-03T20:09:48.145Z | |
2375 | 2024-10-03T20:09:48.147Z | real 16:52.253042171 |
2376 | 2024-10-03T20:09:48.147Z | user 1:54:02.683430373 |
2377 | 2024-10-03T20:09:48.147Z | sys 5:45.150620073 |
2378 | 2024-10-03T20:09:48.147Z | trap 2.683247239 |
2379 | 2024-10-03T20:09:48.147Z | tflt 3.013904074 |
2380 | 2024-10-03T20:09:48.147Z | dflt 4.678361758 |
2381 | 2024-10-03T20:09:48.147Z | kflt 0.043501067 |
2382 | 2024-10-03T20:09:48.147Z | lock 7:05:00.329840949 |
2383 | 2024-10-03T20:09:48.148Z | slp 6:02:28.682434389 |
2384 | 2024-10-03T20:09:48.148Z | lat 2:54.066445406 |
2385 | 2024-10-03T20:09:48.148Z | stop 2:42.437519740 |
2386 | 2024-10-03T20:09:48.148Z | + mapfile -t packages |
2387 | 2024-10-03T20:09:48.148Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2388 | 2024-10-03T20:09:49.163Z | Finished `release` profile [optimized] target(s) in 0.97s |
2389 | 2024-10-03T20:09:49.216Z | Running `target/release/omicron-package -t test list-outputs` |
2390 | 2024-10-03T20:09:49.260Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2391 | 2024-10-03T20:09:49.262Z | + ptime -m cargo build --locked --release -p xtask |
2392 | 2024-10-03T20:09:49.867Z | Compiling serde v1.0.210 |
2393 | 2024-10-03T20:09:49.870Z | Compiling serde_json v1.0.128 |
2394 | 2024-10-03T20:09:49.870Z | Compiling rustix v0.38.34 |
2395 | 2024-10-03T20:09:49.870Z | Compiling libc v0.2.159 |
2396 | 2024-10-03T20:09:49.955Z | Compiling syn v2.0.79 |
2397 | 2024-10-03T20:09:49.981Z | Compiling bitflags v2.6.0 |
2398 | 2024-10-03T20:09:50.309Z | Compiling usdt-impl v0.5.0 |
2399 | 2024-10-03T20:09:50.358Z | Compiling syn v1.0.109 |
2400 | 2024-10-03T20:09:50.484Z | Compiling log v0.4.22 |
2401 | 2024-10-03T20:09:50.491Z | Compiling hashbrown v0.14.5 |
2402 | 2024-10-03T20:09:50.542Z | Compiling fs-err v2.11.0 |
2403 | 2024-10-03T20:09:50.855Z | Compiling anyhow v1.0.89 |
2404 | 2024-10-03T20:09:51.403Z | Compiling thread-id v4.2.1 |
2405 | 2024-10-03T20:09:51.944Z | Compiling indexmap v2.5.0 |
2406 | 2024-10-03T20:09:52.809Z | Compiling terminal_size v0.3.0 |
2407 | 2024-10-03T20:09:52.809Z | Compiling tempfile v3.10.1 |
2408 | 2024-10-03T20:09:53.037Z | Compiling clap_builder v4.5.18 |
2409 | 2024-10-03T20:09:53.605Z | Compiling proc-macro-error v1.0.4 |
2410 | 2024-10-03T20:09:55.101Z | Compiling tabled_derive v0.7.0 |
2411 | 2024-10-03T20:09:56.415Z | Compiling tabled v0.15.0 |
2412 | 2024-10-03T20:09:57.682Z | Compiling serde_derive v1.0.210 |
2413 | 2024-10-03T20:09:58.627Z | Compiling thiserror-impl v1.0.64 |
2414 | 2024-10-03T20:10:00.292Z | Compiling zerocopy-derive v0.7.34 |
2415 | 2024-10-03T20:10:01.479Z | Compiling thiserror v1.0.64 |
2416 | 2024-10-03T20:10:01.640Z | Compiling pest v2.7.10 |
2417 | 2024-10-03T20:10:02.498Z | Compiling zerocopy v0.7.34 |
2418 | 2024-10-03T20:10:04.134Z | Compiling scroll_derive v0.12.0 |
2419 | 2024-10-03T20:10:04.649Z | Compiling pest_meta v2.7.10 |
2420 | 2024-10-03T20:10:05.606Z | Compiling scroll v0.12.0 |
2421 | 2024-10-03T20:10:06.342Z | Compiling pest_generator v2.7.10 |
2422 | 2024-10-03T20:10:08.188Z | Compiling goblin v0.8.2 |
2423 | 2024-10-03T20:10:08.725Z | Compiling pest_derive v2.7.10 |
2424 | 2024-10-03T20:10:09.525Z | Compiling dtrace-parser v0.2.0 |
2425 | 2024-10-03T20:10:14.131Z | Compiling dof v0.3.0 |
2426 | 2024-10-03T20:10:15.243Z | Compiling serde_spanned v0.6.7 |
2427 | 2024-10-03T20:10:15.504Z | Compiling toml_datetime v0.6.8 |
2428 | 2024-10-03T20:10:15.566Z | Compiling serde_tokenstream v0.2.2 |
2429 | 2024-10-03T20:10:16.153Z | Compiling toml_edit v0.22.22 |
2430 | 2024-10-03T20:10:16.196Z | Compiling camino v1.1.9 |
2431 | 2024-10-03T20:10:16.528Z | Compiling usdt-macro v0.5.0 |
2432 | 2024-10-03T20:10:16.761Z | Compiling usdt-attr-macro v0.5.0 |
2433 | 2024-10-03T20:10:17.524Z | Compiling semver v1.0.23 |
2434 | 2024-10-03T20:10:17.766Z | Compiling cargo-platform v0.1.8 |
2435 | 2024-10-03T20:10:18.881Z | Compiling clap_derive v4.5.18 |
2436 | 2024-10-03T20:10:19.025Z | Compiling usdt v0.5.0 |
2437 | 2024-10-03T20:10:20.550Z | Compiling toml v0.8.19 |
2438 | 2024-10-03T20:10:20.686Z | Compiling cargo_metadata v0.18.1 |
2439 | 2024-10-03T20:10:23.013Z | Compiling cargo_toml v0.20.5 |
2440 | 2024-10-03T20:10:23.603Z | Compiling clap v4.5.18 |
2441 | 2024-10-03T20:10:23.740Z | Compiling camino-tempfile v1.1.1 |
2442 | 2024-10-03T20:10:24.529Z | Compiling macaddr v1.0.1 |
2443 | 2024-10-03T20:10:34.407Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2444 | 2024-10-03T20:10:45.813Z | Finished `release` profile [optimized] target(s) in 56.49s |
2445 | 2024-10-03T20:10:45.915Z | |
2446 | 2024-10-03T20:10:45.915Z | real 56.617782777 |
2447 | 2024-10-03T20:10:45.915Z | user 5:41.488982646 |
2448 | 2024-10-03T20:10:45.915Z | sys 32.519937178 |
2449 | 2024-10-03T20:10:45.915Z | trap 0.145128666 |
2450 | 2024-10-03T20:10:45.915Z | tflt 0.328463091 |
2451 | 2024-10-03T20:10:45.915Z | dflt 0.694608301 |
2452 | 2024-10-03T20:10:45.915Z | kflt 0.000092634 |
2453 | 2024-10-03T20:10:45.918Z | lock 9:55.471163374 |
2454 | 2024-10-03T20:10:45.918Z | slp 14:39.088298594 |
2455 | 2024-10-03T20:10:45.918Z | lat 11.118581774 |
2456 | 2024-10-03T20:10:45.918Z | stop 15.333892766 |
2457 | 2024-10-03T20:10:45.918Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2458 | 2024-10-03T20:10:45.918Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2459 | 2024-10-03T20:10:45.918Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2460 | 2024-10-03T20:10:45.918Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2461 | 2024-10-03T20:10:45.918Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2462 | 2024-10-03T20:10:46.799Z | Compiling regress v0.10.1 |
2463 | 2024-10-03T20:10:46.916Z | Compiling unsafe-libyaml v0.2.11 |
2464 | 2024-10-03T20:10:46.919Z | Compiling progenitor-client v0.8.0 |
2465 | 2024-10-03T20:10:46.919Z | Compiling ident_case v1.0.1 |
2466 | 2024-10-03T20:10:46.927Z | Compiling toml v0.8.19 |
2467 | 2024-10-03T20:10:46.936Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2468 | 2024-10-03T20:10:46.973Z | Compiling match_cfg v0.1.0 |
2469 | 2024-10-03T20:10:46.990Z | Compiling ipnetwork v0.20.0 |
2470 | 2024-10-03T20:10:47.068Z | Compiling darling_core v0.20.9 |
2471 | 2024-10-03T20:10:47.091Z | Compiling hostname v0.3.1 |
2472 | 2024-10-03T20:10:47.340Z | Compiling paste v1.0.15 |
2473 | 2024-10-03T20:10:47.340Z | Compiling rustls v0.22.4 |
2474 | 2024-10-03T20:10:47.425Z | Compiling multer v3.1.0 |
2475 | 2024-10-03T20:10:47.813Z | Compiling slog-json v2.6.1 |
2476 | 2024-10-03T20:10:47.832Z | Compiling async-stream-impl v0.3.5 |
2477 | 2024-10-03T20:10:48.206Z | Compiling serde_yaml v0.9.34+deprecated |
2478 | 2024-10-03T20:10:48.662Z | Compiling dropshot v0.12.0 |
2479 | 2024-10-03T20:10:48.783Z | Compiling instant v0.1.12 |
2480 | 2024-10-03T20:10:48.934Z | Compiling debug-ignore v1.0.5 |
2481 | 2024-10-03T20:10:49.065Z | Compiling slog-bunyan v2.5.0 |
2482 | 2024-10-03T20:10:49.205Z | Compiling dropshot_endpoint v0.12.0 |
2483 | 2024-10-03T20:10:49.248Z | Compiling async-stream v0.3.5 |
2484 | 2024-10-03T20:10:49.272Z | Compiling waitgroup v0.1.2 |
2485 | 2024-10-03T20:10:49.503Z | Compiling serde_path_to_error v0.1.16 |
2486 | 2024-10-03T20:10:49.557Z | Compiling hostname v0.4.0 |
2487 | 2024-10-03T20:10:49.846Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2488 | 2024-10-03T20:10:50.229Z | Compiling structmeta-derive v0.3.0 |
2489 | 2024-10-03T20:10:50.427Z | Compiling regress v0.9.1 |
2490 | 2024-10-03T20:10:50.633Z | Compiling typify-impl v0.2.0 |
2491 | 2024-10-03T20:10:51.889Z | Compiling newtype-uuid v1.1.0 |
2492 | 2024-10-03T20:10:52.205Z | Compiling tokio-rustls v0.25.0 |
2493 | 2024-10-03T20:10:52.423Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2494 | 2024-10-03T20:10:52.630Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2495 | 2024-10-03T20:10:52.986Z | Compiling backoff v0.4.0 |
2496 | 2024-10-03T20:10:53.213Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2497 | 2024-10-03T20:10:53.260Z | Compiling structmeta v0.3.0 |
2498 | 2024-10-03T20:10:53.374Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2499 | 2024-10-03T20:10:53.411Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2500 | 2024-10-03T20:10:53.590Z | Compiling macaddr v1.0.1 |
2501 | 2024-10-03T20:10:53.729Z | Compiling parse-display-derive v0.10.0 |
2502 | 2024-10-03T20:10:54.048Z | Compiling tempfile v3.10.1 |
2503 | 2024-10-03T20:10:54.160Z | Compiling proc-macro-crate v1.3.1 |
2504 | 2024-10-03T20:10:54.163Z | Compiling darling_macro v0.20.9 |
2505 | 2024-10-03T20:10:54.938Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2506 | 2024-10-03T20:10:55.202Z | Compiling darling v0.20.9 |
2507 | 2024-10-03T20:10:55.320Z | Compiling num_enum_derive v0.5.11 |
2508 | 2024-10-03T20:10:55.339Z | Compiling serde_with_macros v3.9.0 |
2509 | 2024-10-03T20:10:55.378Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2510 | 2024-10-03T20:10:55.581Z | Compiling foreign-types-macros v0.2.3 |
2511 | 2024-10-03T20:10:55.698Z | Compiling heapless v0.8.0 |
2512 | 2024-10-03T20:10:56.329Z | Compiling foreign-types-shared v0.3.1 |
2513 | 2024-10-03T20:10:56.929Z | Compiling foreign-types v0.5.0 |
2514 | 2024-10-03T20:10:56.952Z | Compiling proc-macro-error v1.0.4 |
2515 | 2024-10-03T20:10:57.246Z | Compiling camino-tempfile v1.1.1 |
2516 | 2024-10-03T20:10:57.641Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2517 | 2024-10-03T20:10:57.702Z | Compiling cstr-argument v0.1.2 |
2518 | 2024-10-03T20:10:57.898Z | Compiling hash32 v0.3.1 |
2519 | 2024-10-03T20:10:57.958Z | Compiling crucible-workspace-hack v0.1.0 |
2520 | 2024-10-03T20:10:57.990Z | Compiling num_enum v0.5.11 |
2521 | 2024-10-03T20:10:58.147Z | Compiling smoltcp v0.11.0 |
2522 | 2024-10-03T20:10:58.167Z | Compiling pretty-hex v0.2.1 |
2523 | 2024-10-03T20:10:58.337Z | Compiling serde_with v3.9.0 |
2524 | 2024-10-03T20:10:58.355Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2525 | 2024-10-03T20:10:58.407Z | Compiling parse-display v0.10.0 |
2526 | 2024-10-03T20:10:58.485Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2527 | 2024-10-03T20:10:58.671Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2528 | 2024-10-03T20:10:58.709Z | Compiling tabwriter v1.4.0 |
2529 | 2024-10-03T20:10:58.963Z | Compiling colored v2.1.0 |
2530 | 2024-10-03T20:10:59.117Z | Compiling embedded-io v0.4.0 |
2531 | 2024-10-03T20:10:59.235Z | Compiling cobs v0.2.3 |
2532 | 2024-10-03T20:10:59.337Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2533 | 2024-10-03T20:10:59.427Z | Compiling postcard v1.0.8 |
2534 | 2024-10-03T20:10:59.533Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2535 | 2024-10-03T20:10:59.719Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2536 | 2024-10-03T20:10:59.769Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2537 | 2024-10-03T20:10:59.848Z | Compiling smf v0.2.3 |
2538 | 2024-10-03T20:11:00.135Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2539 | 2024-10-03T20:11:00.497Z | Compiling zone_cfg_derive v0.3.0 |
2540 | 2024-10-03T20:11:00.651Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2541 | 2024-10-03T20:11:01.147Z | Compiling num-derive v0.4.2 |
2542 | 2024-10-03T20:11:01.279Z | Compiling sigpipe v0.1.3 |
2543 | 2024-10-03T20:11:01.418Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2544 | 2024-10-03T20:11:01.769Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2545 | 2024-10-03T20:11:02.052Z | Compiling zone v0.3.0 |
2546 | 2024-10-03T20:11:02.276Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2547 | 2024-10-03T20:11:02.740Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2548 | 2024-10-03T20:11:02.891Z | Compiling universal-hash v0.5.1 |
2549 | 2024-10-03T20:11:03.105Z | Compiling opaque-debug v0.3.1 |
2550 | 2024-10-03T20:11:03.215Z | Compiling num-rational v0.4.2 |
2551 | 2024-10-03T20:11:03.233Z | Compiling num-complex v0.4.6 |
2552 | 2024-10-03T20:11:03.468Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2553 | 2024-10-03T20:11:03.633Z | Compiling password-hash v0.5.0 |
2554 | 2024-10-03T20:11:04.220Z | Compiling num v0.4.3 |
2555 | 2024-10-03T20:11:04.313Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2556 | 2024-10-03T20:11:04.336Z | Compiling blake2 v0.10.6 |
2557 | 2024-10-03T20:11:04.353Z | Compiling aead v0.5.2 |
2558 | 2024-10-03T20:11:04.410Z | Compiling utf-8 v0.7.6 |
2559 | 2024-10-03T20:11:04.665Z | Compiling keccak v0.1.5 |
2560 | 2024-10-03T20:11:04.707Z | Compiling float-ord v0.3.2 |
2561 | 2024-10-03T20:11:04.786Z | Compiling convert_case v0.4.0 |
2562 | 2024-10-03T20:11:04.804Z | Compiling tungstenite v0.21.0 |
2563 | 2024-10-03T20:11:04.913Z | Compiling argon2 v0.5.3 |
2564 | 2024-10-03T20:11:05.038Z | Compiling sha3 v0.10.8 |
2565 | 2024-10-03T20:11:05.743Z | Compiling poly1305 v0.8.0 |
2566 | 2024-10-03T20:11:05.845Z | Compiling derive_more v0.99.18 |
2567 | 2024-10-03T20:11:05.918Z | Compiling newline-converter v0.3.0 |
2568 | 2024-10-03T20:11:06.091Z | Compiling chacha20 v0.9.1 |
2569 | 2024-10-03T20:11:06.094Z | Compiling semver v0.1.20 |
2570 | 2024-10-03T20:11:06.554Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2571 | 2024-10-03T20:11:06.572Z | Compiling base64 v0.21.7 |
2572 | 2024-10-03T20:11:06.788Z | Compiling rustc_version v0.1.7 |
2573 | 2024-10-03T20:11:07.023Z | Compiling expectorate v1.1.0 |
2574 | 2024-10-03T20:11:07.213Z | Compiling tokio-tungstenite v0.21.0 |
2575 | 2024-10-03T20:11:07.310Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2576 | 2024-10-03T20:11:07.346Z | Compiling cancel-safe-futures v0.1.5 |
2577 | 2024-10-03T20:11:07.476Z | Compiling same-file v1.0.6 |
2578 | 2024-10-03T20:11:07.729Z | Compiling owo-colors v4.1.0 |
2579 | 2024-10-03T20:11:07.768Z | Compiling walkdir v2.5.0 |
2580 | 2024-10-03T20:11:07.786Z | Compiling newtype_derive v0.1.6 |
2581 | 2024-10-03T20:11:07.803Z | Compiling primeorder v0.13.6 |
2582 | 2024-10-03T20:11:07.803Z | Compiling secrecy v0.8.0 |
2583 | 2024-10-03T20:11:07.880Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2584 | 2024-10-03T20:11:08.058Z | Compiling prettyplease v0.2.22 |
2585 | 2024-10-03T20:11:08.076Z | Compiling home v0.5.9 |
2586 | 2024-10-03T20:11:08.352Z | Compiling atomicwrites v0.4.4 |
2587 | 2024-10-03T20:11:08.397Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2588 | 2024-10-03T20:11:08.513Z | Compiling thiserror-impl-no-std v2.0.2 |
2589 | 2024-10-03T20:11:08.707Z | Compiling libsw v3.3.1 |
2590 | 2024-10-03T20:11:08.741Z | Compiling blake3 v1.5.1 |
2591 | 2024-10-03T20:11:08.764Z | Compiling ring v0.16.20 |
2592 | 2024-10-03T20:11:08.882Z | Compiling derive-where v1.2.7 |
2593 | 2024-10-03T20:11:09.027Z | Compiling unicase v2.7.0 |
2594 | 2024-10-03T20:11:09.145Z | Compiling typify-macro v0.2.0 |
2595 | 2024-10-03T20:11:09.360Z | Compiling half v2.4.1 |
2596 | 2024-10-03T20:11:09.405Z | Compiling quick-error v1.2.3 |
2597 | 2024-10-03T20:11:09.569Z | Compiling ciborium-io v0.2.2 |
2598 | 2024-10-03T20:11:09.716Z | Compiling linear-map v1.2.0 |
2599 | 2024-10-03T20:11:09.900Z | Compiling linked-hash-map v0.5.6 |
2600 | 2024-10-03T20:11:09.955Z | Compiling arc-swap v1.7.1 |
2601 | 2024-10-03T20:11:10.106Z | Compiling indent_write v2.2.0 |
2602 | 2024-10-03T20:11:10.297Z | Compiling lru-cache v0.1.2 |
2603 | 2024-10-03T20:11:10.395Z | Compiling ciborium-ll v0.2.2 |
2604 | 2024-10-03T20:11:10.505Z | Compiling slog-scope v4.4.0 |
2605 | 2024-10-03T20:11:10.632Z | Compiling resolv-conf v0.7.0 |
2606 | 2024-10-03T20:11:11.267Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2607 | 2024-10-03T20:11:11.582Z | Compiling polyval v0.6.2 |
2608 | 2024-10-03T20:11:11.599Z | Compiling itertools v0.13.0 |
2609 | 2024-10-03T20:11:11.762Z | Compiling thiserror-no-std v2.0.2 |
2610 | 2024-10-03T20:11:11.898Z | Compiling memmap2 v0.9.4 |
2611 | 2024-10-03T20:11:12.018Z | Compiling libefi-sys v0.1.0 |
2612 | 2024-10-03T20:11:12.316Z | Compiling spin v0.5.2 |
2613 | 2024-10-03T20:11:12.366Z | Compiling constant_time_eq v0.3.0 |
2614 | 2024-10-03T20:11:12.433Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2615 | 2024-10-03T20:11:12.553Z | Compiling salty v0.3.0 |
2616 | 2024-10-03T20:11:12.556Z | Compiling parking_lot_core v0.8.6 |
2617 | 2024-10-03T20:11:12.928Z | Compiling untrusted v0.7.1 |
2618 | 2024-10-03T20:11:13.008Z | Compiling highway v1.2.0 |
2619 | 2024-10-03T20:11:13.069Z | Compiling arrayvec v0.7.4 |
2620 | 2024-10-03T20:11:13.096Z | Compiling arrayref v0.3.7 |
2621 | 2024-10-03T20:11:13.672Z | Compiling typify v0.2.0 |
2622 | 2024-10-03T20:11:13.696Z | Compiling vsss-rs v3.3.4 |
2623 | 2024-10-03T20:11:13.789Z | Compiling progenitor-impl v0.8.0 |
2624 | 2024-10-03T20:11:13.829Z | Compiling ghash v0.5.1 |
2625 | 2024-10-03T20:11:14.069Z | Compiling steno v0.4.1 |
2626 | 2024-10-03T20:11:14.750Z | Compiling hickory-resolver v0.24.1 |
2627 | 2024-10-03T20:11:14.811Z | Compiling slog-stdlog v4.1.1 |
2628 | 2024-10-03T20:11:14.928Z | Compiling ciborium v0.2.2 |
2629 | 2024-10-03T20:11:15.569Z | Compiling p384 v0.13.0 |
2630 | 2024-10-03T20:11:16.393Z | Compiling toolchain_find v0.4.0 |
2631 | 2024-10-03T20:11:16.497Z | Compiling chacha20poly1305 v0.10.1 |
2632 | 2024-10-03T20:11:16.727Z | Compiling lzma-sys v0.1.20 |
2633 | 2024-10-03T20:11:16.976Z | Compiling ctr v0.9.2 |
2634 | 2024-10-03T20:11:17.063Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2635 | 2024-10-03T20:11:17.082Z | Compiling bitfield-struct v0.6.1 |
2636 | 2024-10-03T20:11:17.328Z | Compiling slog-dtrace v0.3.0 |
2637 | 2024-10-03T20:11:17.486Z | Compiling topological-sort v0.2.2 |
2638 | 2024-10-03T20:11:17.486Z | Compiling humantime v2.1.0 |
2639 | 2024-10-03T20:11:17.722Z | Compiling omicron-zone-package v0.11.1 |
2640 | 2024-10-03T20:11:17.903Z | Compiling aes-gcm v0.10.3 |
2641 | 2024-10-03T20:11:18.048Z | Compiling rustfmt-wrapper v0.2.1 |
2642 | 2024-10-03T20:11:18.214Z | Compiling slog-envlogger v2.2.0 |
2643 | 2024-10-03T20:11:18.339Z | Compiling mime_guess v2.0.4 |
2644 | 2024-10-03T20:11:18.543Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2645 | 2024-10-03T20:11:19.312Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2646 | 2024-10-03T20:11:19.736Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2647 | 2024-10-03T20:11:19.824Z | Compiling heck v0.3.3 |
2648 | 2024-10-03T20:11:20.058Z | Compiling ssh-encoding v0.2.0 |
2649 | 2024-10-03T20:11:20.077Z | Compiling blowfish v0.9.1 |
2650 | 2024-10-03T20:11:20.296Z | Compiling nibble_vec v0.1.0 |
2651 | 2024-10-03T20:11:20.525Z | Compiling env_filter v0.1.2 |
2652 | 2024-10-03T20:11:20.544Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2653 | 2024-10-03T20:11:20.591Z | Compiling endian-type v0.1.2 |
2654 | 2024-10-03T20:11:20.825Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2655 | 2024-10-03T20:11:20.856Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2656 | 2024-10-03T20:11:20.939Z | Compiling env_logger v0.11.5 |
2657 | 2024-10-03T20:11:20.993Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2658 | 2024-10-03T20:11:21.172Z | Compiling radix_trie v0.2.1 |
2659 | 2024-10-03T20:11:21.254Z | Compiling ssh-cipher v0.2.0 |
2660 | 2024-10-03T20:11:21.408Z | Compiling bcrypt-pbkdf v0.10.0 |
2661 | 2024-10-03T20:11:21.684Z | Compiling zone_cfg_derive v0.1.2 |
2662 | 2024-10-03T20:11:21.891Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2663 | 2024-10-03T20:11:21.966Z | Compiling parking_lot v0.11.2 |
2664 | 2024-10-03T20:11:21.969Z | Compiling progenitor-macro v0.8.0 |
2665 | 2024-10-03T20:11:22.020Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2666 | 2024-10-03T20:11:22.514Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2667 | 2024-10-03T20:11:22.873Z | Compiling gethostname v0.5.0 |
2668 | 2024-10-03T20:11:22.921Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2669 | 2024-10-03T20:11:22.944Z | Compiling password-hash v0.4.2 |
2670 | 2024-10-03T20:11:22.990Z | Compiling fxhash v0.2.1 |
2671 | 2024-10-03T20:11:23.005Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2672 | 2024-10-03T20:11:23.114Z | Compiling base64 v0.13.1 |
2673 | 2024-10-03T20:11:23.193Z | Compiling matches v0.1.10 |
2674 | 2024-10-03T20:11:23.215Z | Compiling zone v0.1.8 |
2675 | 2024-10-03T20:11:23.294Z | Compiling idna v0.2.3 |
2676 | 2024-10-03T20:11:23.313Z | Compiling sled v0.34.7 |
2677 | 2024-10-03T20:11:23.358Z | Compiling pbkdf2 v0.11.0 |
2678 | 2024-10-03T20:11:23.736Z | Compiling ron v0.7.1 |
2679 | 2024-10-03T20:11:23.754Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2680 | 2024-10-03T20:11:23.816Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2681 | 2024-10-03T20:11:24.043Z | Compiling xz2 v0.1.7 |
2682 | 2024-10-03T20:11:24.554Z | Compiling ssh-key v0.6.6 |
2683 | 2024-10-03T20:11:24.877Z | Compiling hickory-client v0.24.1 |
2684 | 2024-10-03T20:11:25.341Z | Compiling p521 v0.13.3 |
2685 | 2024-10-03T20:11:25.513Z | Compiling p256 v0.13.2 |
2686 | 2024-10-03T20:11:26.210Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2687 | 2024-10-03T20:11:26.330Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2688 | 2024-10-03T20:11:26.383Z | Compiling hickory-server v0.24.1 |
2689 | 2024-10-03T20:11:27.239Z | Compiling enum-as-inner v0.5.1 |
2690 | 2024-10-03T20:11:27.755Z | Compiling pem v3.0.4 |
2691 | 2024-10-03T20:11:28.282Z | Compiling yasna v0.5.2 |
2692 | 2024-10-03T20:11:28.330Z | Compiling headers-core v0.3.0 |
2693 | 2024-10-03T20:11:28.509Z | Compiling kstat-rs v0.2.4 |
2694 | 2024-10-03T20:11:28.584Z | Compiling nanorand v0.7.0 |
2695 | 2024-10-03T20:11:29.166Z | Compiling atty v0.2.14 |
2696 | 2024-10-03T20:11:29.168Z | Compiling russh-cryptovec v0.7.2 |
2697 | 2024-10-03T20:11:29.220Z | Compiling http-range v0.1.5 |
2698 | 2024-10-03T20:11:29.335Z | Compiling glob v0.3.1 |
2699 | 2024-10-03T20:11:29.369Z | Compiling md5 v0.7.0 |
2700 | 2024-10-03T20:11:29.492Z | Compiling hyper-staticfile v0.10.1 |
2701 | 2024-10-03T20:11:29.607Z | Compiling rcgen v0.12.1 |
2702 | 2024-10-03T20:11:29.911Z | Compiling russh-keys v0.45.0 |
2703 | 2024-10-03T20:11:29.955Z | Compiling flume v0.11.0 |
2704 | 2024-10-03T20:11:30.372Z | Compiling headers v0.4.0 |
2705 | 2024-10-03T20:11:30.683Z | Compiling trust-dns-proto v0.22.0 |
2706 | 2024-10-03T20:11:30.703Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2707 | 2024-10-03T20:11:32.111Z | Compiling num-bigint v0.4.5 |
2708 | 2024-10-03T20:11:32.334Z | Compiling des v0.8.1 |
2709 | 2024-10-03T20:11:32.700Z | Compiling subprocess v0.2.9 |
2710 | 2024-10-03T20:11:33.459Z | Compiling hex-literal v0.4.1 |
2711 | 2024-10-03T20:11:33.626Z | Compiling display-error-chain v0.2.1 |
2712 | 2024-10-03T20:11:33.823Z | Compiling dhcproto-macros v0.1.0 |
2713 | 2024-10-03T20:11:34.144Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2714 | 2024-10-03T20:11:34.660Z | Compiling internet-checksum v0.2.1 |
2715 | 2024-10-03T20:11:34.978Z | Compiling dhcproto v0.12.0 |
2716 | 2024-10-03T20:11:35.252Z | Compiling russh v0.45.0 |
2717 | 2024-10-03T20:11:38.179Z | Compiling progenitor v0.8.0 |
2718 | 2024-10-03T20:11:38.295Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2719 | 2024-10-03T20:11:38.297Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2720 | 2024-10-03T20:11:38.297Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2721 | 2024-10-03T20:11:38.297Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2722 | 2024-10-03T20:11:38.297Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2723 | 2024-10-03T20:11:38.297Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2724 | 2024-10-03T20:11:38.381Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2725 | 2024-10-03T20:11:39.716Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2726 | 2024-10-03T20:11:40.270Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2727 | 2024-10-03T20:11:43.248Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2728 | 2024-10-03T20:11:44.791Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2729 | 2024-10-03T20:11:45.357Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2730 | 2024-10-03T20:11:45.506Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2731 | 2024-10-03T20:11:53.625Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2732 | 2024-10-03T20:11:53.625Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2733 | 2024-10-03T20:11:53.628Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2734 | 2024-10-03T20:11:53.628Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2735 | 2024-10-03T20:11:56.829Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2736 | 2024-10-03T20:11:56.981Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2737 | 2024-10-03T20:11:57.744Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2738 | 2024-10-03T20:11:57.787Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2739 | 2024-10-03T20:11:57.803Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2740 | 2024-10-03T20:12:00.145Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2741 | 2024-10-03T20:12:01.715Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2742 | 2024-10-03T20:12:01.946Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2743 | 2024-10-03T20:12:02.388Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2744 | 2024-10-03T20:12:04.020Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2745 | 2024-10-03T20:12:05.105Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2746 | 2024-10-03T20:12:05.546Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2747 | 2024-10-03T20:12:08.914Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2748 | 2024-10-03T20:12:08.938Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2749 | 2024-10-03T20:12:09.224Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2750 | 2024-10-03T20:12:09.379Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2751 | 2024-10-03T20:12:11.255Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2752 | 2024-10-03T20:12:14.143Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2753 | 2024-10-03T20:12:17.902Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2754 | 2024-10-03T20:12:26.415Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2755 | 2024-10-03T20:12:26.574Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2756 | 2024-10-03T20:12:30.347Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2757 | 2024-10-03T20:12:45.510Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2758 | 2024-10-03T20:13:17.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
2759 | 2024-10-03T20:13:17.711Z | |
2760 | 2024-10-03T20:13:17.711Z | real 2:31.731875382 |
2761 | 2024-10-03T20:13:17.711Z | user 12:00.463514364 |
2762 | 2024-10-03T20:13:17.711Z | sys 2:35.869814750 |
2763 | 2024-10-03T20:13:17.711Z | trap 0.316052038 |
2764 | 2024-10-03T20:13:17.711Z | tflt 1.342480538 |
2765 | 2024-10-03T20:13:17.711Z | dflt 2.232769581 |
2766 | 2024-10-03T20:13:17.715Z | kflt 0.000082026 |
2767 | 2024-10-03T20:13:17.715Z | lock 24:50.610486356 |
2768 | 2024-10-03T20:13:17.715Z | slp 43:30.890617512 |
2769 | 2024-10-03T20:13:17.715Z | lat 36.621238634 |
2770 | 2024-10-03T20:13:17.715Z | stop 1:27.280784589 |
2771 | 2024-10-03T20:13:17.715Z | + mkdir tests |
2772 | 2024-10-03T20:13:17.718Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2773 | 2024-10-03T20:13:17.718Z | + xargs -I '{}' -t cp '{}' tests/ |
2774 | 2024-10-03T20:13:17.755Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a33e1c62b9efac3e tests/ |
2775 | 2024-10-03T20:13:17.780Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ed9ec115c9a0b0d5 tests/ |
2776 | 2024-10-03T20:13:17.806Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-3e99aed6362922f5 tests/ |
2777 | 2024-10-03T20:13:17.832Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-46e57f5259837a5f tests/ |
2778 | 2024-10-03T20:13:18.050Z | + files=(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/*) |
2779 | 2024-10-03T20:13:18.054Z | + ptime -m tar cvzf /work/package.tar.gz 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-ed9ec115c9a0b0d5 tests/commtest-3e99aed6362922f5 tests/dhcp_server-a33e1c62b9efac3e tests/end_to_end_tests-46e57f5259837a5f 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 |
2780 | 2024-10-03T20:14:22.176Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2781 | 2024-10-03T20:14:22.176Z | a out/target/test 1K |
2782 | 2024-10-03T20:14:22.176Z | a out/npuzone/npuzone 23144K |
2783 | 2024-10-03T20:14:22.176Z | a package-manifest.toml 32K |
2784 | 2024-10-03T20:14:22.176Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2785 | 2024-10-03T20:14:22.177Z | a target/release/omicron-package 32718K |
2786 | 2024-10-03T20:14:22.177Z | a target/release/xtask 12056K |
2787 | 2024-10-03T20:14:22.177Z | a target/debug/bootstrap 197373K |
2788 | 2024-10-03T20:14:22.177Z | a tests/bootstrap-ed9ec115c9a0b0d5 23780K |
2789 | 2024-10-03T20:14:22.177Z | a tests/commtest-3e99aed6362922f5 24007K |
2790 | 2024-10-03T20:14:22.177Z | a tests/dhcp_server-a33e1c62b9efac3e 23780K |
2791 | 2024-10-03T20:14:22.177Z | a tests/end_to_end_tests-46e57f5259837a5f 214856K |
2792 | 2024-10-03T20:14:22.177Z | a out/clickhouse.tar.gz 233706K |
2793 | 2024-10-03T20:14:22.177Z | a out/clickhouse_keeper.tar.gz 233679K |
2794 | 2024-10-03T20:14:22.177Z | a out/clickhouse_server.tar.gz 233679K |
2795 | 2024-10-03T20:14:22.177Z | a out/cockroachdb.tar.gz 132113K |
2796 | 2024-10-03T20:14:22.177Z | a out/crucible-dtrace.tar 82K |
2797 | 2024-10-03T20:14:22.177Z | a out/crucible-pantry-zone.tar.gz 26927K |
2798 | 2024-10-03T20:14:22.177Z | a out/crucible-zone.tar.gz 35111K |
2799 | 2024-10-03T20:14:22.177Z | a out/external-dns.tar.gz 25173K |
2800 | 2024-10-03T20:14:22.177Z | a out/internal-dns.tar.gz 25173K |
2801 | 2024-10-03T20:14:22.177Z | a out/mg-ddm-gz.tar 62160K |
2802 | 2024-10-03T20:14:22.177Z | a out/nexus.tar.gz 95060K |
2803 | 2024-10-03T20:14:22.177Z | a out/ntp.tar.gz 9066K |
2804 | 2024-10-03T20:14:22.177Z | a out/omicron-gateway-softnpu.tar.gz 21010K |
2805 | 2024-10-03T20:14:22.177Z | a out/omicron-sled-agent.tar 102082K |
2806 | 2024-10-03T20:14:22.177Z | a out/overlay.tar.gz 3K |
2807 | 2024-10-03T20:14:22.177Z | a out/oximeter.tar.gz 43633K |
2808 | 2024-10-03T20:14:22.177Z | a out/oxlog.tar 3037K |
2809 | 2024-10-03T20:14:22.177Z | a out/probe.tar.gz 2764K |
2810 | 2024-10-03T20:14:22.177Z | a out/propolis-server.tar.gz 66490K |
2811 | 2024-10-03T20:14:22.177Z | a out/pumpkind-gz.tar 26665K |
2812 | 2024-10-03T20:14:22.177Z | a out/switch-softnpu.tar.gz 220840K |
2813 | 2024-10-03T20:14:22.180Z | |
2814 | 2024-10-03T20:14:22.180Z | real 1:04.115433723 |
2815 | 2024-10-03T20:14:22.180Z | user 1:01.222877730 |
2816 | 2024-10-03T20:14:22.180Z | sys 4.066919422 |
2817 | 2024-10-03T20:14:22.180Z | trap 0.015898165 |
2818 | 2024-10-03T20:14:22.180Z | tflt 0.000000000 |
2819 | 2024-10-03T20:14:22.180Z | dflt 0.000000000 |
2820 | 2024-10-03T20:14:22.180Z | kflt 0.000000000 |
2821 | 2024-10-03T20:14:22.180Z | lock 0.000000000 |
2822 | 2024-10-03T20:14:22.180Z | slp 1:01.099531752 |
2823 | 2024-10-03T20:14:22.180Z | lat 1.819991575 |
2824 | 2024-10-03T20:14:22.180Z | stop 0.000539904 |
2825 | 2024-10-03T20:14:22.180Z | process exited: duration 1793838 ms, exit code 0 |
|
2826 | 2024-10-03T20:14:22.196Z | found 1 output files |
2827 | 2024-10-03T20:14:22.196Z | uploading: /work/package.tar.gz (1643972503 bytes) |
2828 | 2024-10-03T20:14:52.729Z | uploaded: /work/package.tar.gz |