|
|
|
1 | 2024-11-05T23:26:58.684Z | job assigned to worker 01JBZACKHJK4F1HDCFGDEPBDH3 (queued for 1 m 1 s) |
|
2 | 2024-11-05T23:27:07.410Z | starting task 0: "setup" |
3 | 2024-11-05T23:27:07.419Z | ++ uname -s |
4 | 2024-11-05T23:27:07.422Z | + kern=SunOS |
5 | 2024-11-05T23:27:07.422Z | + case "$kern" in |
6 | 2024-11-05T23:27:07.422Z | + [[ 0 == 12345 ]] |
7 | 2024-11-05T23:27:07.422Z | + groupadd -g 12345 build |
8 | 2024-11-05T23:27:07.424Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-05T23:27:09.436Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-05T23:27:09.558Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-05T23:27:09.561Z | + home_fs=zfs |
12 | 2024-11-05T23:27:09.561Z | + [[ zfs == autofs ]] |
13 | 2024-11-05T23:27:09.561Z | + mkdir -p /home/build |
14 | 2024-11-05T23:27:09.563Z | + chown build:build /home/build /work |
15 | 2024-11-05T23:27:10.565Z | + chmod 0700 /home/build /work |
16 | 2024-11-05T23:27:10.567Z | process exited: duration 3156 ms, exit code 0 |
|
17 | 2024-11-05T23:27:10.573Z | starting task 1: "rust-toolchain" |
18 | 2024-11-05T23:27:10.578Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-05T23:27:10.578Z | ' 1.82.0 |
20 | 2024-11-05T23:27:10.581Z | * toolchain channel = "1.82.0" |
21 | 2024-11-05T23:27:10.581Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-05T23:27:10.581Z | ' default |
23 | 2024-11-05T23:27:10.581Z | * toolchain profile = "default" |
24 | 2024-11-05T23:27:10.581Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-05T23:27:10.581Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-05T23:27:10.684Z | info: downloading installer |
27 | 2024-11-05T23:27:12.193Z | info: profile set to 'default' |
28 | 2024-11-05T23:27:12.193Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-05T23:27:12.195Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-05T23:27:12.346Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-05T23:27:12.346Z | info: downloading component 'cargo' |
32 | 2024-11-05T23:27:13.198Z | info: downloading component 'clippy' |
33 | 2024-11-05T23:27:13.521Z | info: downloading component 'rust-docs' |
34 | 2024-11-05T23:27:14.709Z | info: downloading component 'rust-std' |
35 | 2024-11-05T23:27:16.600Z | info: downloading component 'rustc' |
36 | 2024-11-05T23:27:23.204Z | info: downloading component 'rustfmt' |
37 | 2024-11-05T23:27:23.445Z | info: installing component 'cargo' |
38 | 2024-11-05T23:27:24.333Z | info: installing component 'clippy' |
39 | 2024-11-05T23:27:24.764Z | info: installing component 'rust-docs' |
40 | 2024-11-05T23:27:26.452Z | info: installing component 'rust-std' |
41 | 2024-11-05T23:27:28.461Z | info: installing component 'rustc' |
42 | 2024-11-05T23:27:35.037Z | info: installing component 'rustfmt' |
43 | 2024-11-05T23:27:35.388Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-05T23:27:35.388Z | |
45 | 2024-11-05T23:27:35.765Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-05T23:27:35.765Z | |
47 | 2024-11-05T23:27:35.767Z | |
48 | 2024-11-05T23:27:35.768Z | Rust is installed now. Great! |
49 | 2024-11-05T23:27:35.768Z | |
50 | 2024-11-05T23:27:35.768Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-05T23:27:35.768Z | environment variable. This has not been done automatically. |
52 | 2024-11-05T23:27:35.768Z | |
53 | 2024-11-05T23:27:35.768Z | To configure your current shell, you need to source |
54 | 2024-11-05T23:27:35.768Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-05T23:27:35.768Z | |
56 | 2024-11-05T23:27:35.768Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-05T23:27:35.768Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-05T23:27:35.768Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-05T23:27:35.837Z | + rustc --version |
60 | 2024-11-05T23:27:35.902Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-05T23:27:35.906Z | process exited: duration 25327 ms, exit code 0 |
|
62 | 2024-11-05T23:27:35.911Z | starting task 2: "authentication" |
63 | 2024-11-05T23:27:35.932Z | process exited: duration 20 ms, exit code 0 |
|
64 | 2024-11-05T23:27:35.938Z | starting task 3: "clone repository" |
65 | 2024-11-05T23:27:35.943Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-05T23:27:35.946Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-05T23:27:36.250Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-05T23:27:43.398Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-05T23:27:43.401Z | + git fetch origin aa9cd9852e552b804f557cf84c969d1719bf20db |
70 | 2024-11-05T23:27:43.973Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-05T23:27:43.973Z | * branch aa9cd9852e552b804f557cf84c969d1719bf20db -> FETCH_HEAD |
72 | 2024-11-05T23:27:43.980Z | + [[ -n '' ]] |
73 | 2024-11-05T23:27:43.980Z | + git reset --hard aa9cd9852e552b804f557cf84c969d1719bf20db |
74 | 2024-11-05T23:27:44.143Z | HEAD is now at aa9cd9852 address comments |
75 | 2024-11-05T23:27:44.146Z | process exited: duration 8206 ms, exit code 0 |
|
76 | 2024-11-05T23:27:44.153Z | starting task 4: "build" |
77 | 2024-11-05T23:27:44.156Z | + source .github/buildomat/ci-env.sh |
78 | 2024-11-05T23:27:44.156Z | ++ export CARGO_TERM_COLOR=always |
79 | 2024-11-05T23:27:44.157Z | ++ CARGO_TERM_COLOR=always |
80 | 2024-11-05T23:27:44.161Z | + cargo --version |
81 | 2024-11-05T23:27:44.214Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
82 | 2024-11-05T23:27:44.216Z | + rustc --version |
83 | 2024-11-05T23:27:44.275Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
84 | 2024-11-05T23:27:44.278Z | + WORK=/work |
85 | 2024-11-05T23:27:44.278Z | + pfexec mkdir -p /work |
86 | 2024-11-05T23:27:44.281Z | + pfexec chown build /work |
87 | 2024-11-05T23:27:44.284Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
88 | 2024-11-05T23:28:01.116Z | Startup: Refreshing catalog 'helios-dev' ... Done |
89 | 2024-11-05T23:28:04.711Z | Startup: Caching catalogs ... Done |
90 | 2024-11-05T23:28:12.639Z | Planning: Solver setup ... Done (7.213s) |
91 | 2024-11-05T23:28:12.756Z | Planning: Running solver ... Done (0.100s) |
92 | 2024-11-05T23:28:12.865Z | Planning: Finding local manifests ... Done (0.041s) |
93 | 2024-11-05T23:28:12.910Z | Planning: Fetching manifests: 0/5 0% complete |
94 | 2024-11-05T23:28:13.138Z | Planning: Fetching manifests: 5/5 100% complete |
95 | 2024-11-05T23:28:13.364Z | Planning: Package planning ... Done (0.226s) |
96 | 2024-11-05T23:28:13.421Z | Planning: Merging actions ... Done (0.057s) |
97 | 2024-11-05T23:28:14.096Z | Planning: Checking for conflicting actions ... Done (0.675s) |
98 | 2024-11-05T23:28:22.612Z | Planning: Consolidating action changes ... Done (8.515s) |
99 | 2024-11-05T23:28:23.067Z | Planning: Evaluating mediators ... Done (0.455s) |
100 | 2024-11-05T23:28:23.217Z | Planning: Planning completed in 18.42 seconds |
101 | 2024-11-05T23:28:23.876Z | Packages to install: 4 |
102 | 2024-11-05T23:28:23.876Z | Packages to update: 1 |
103 | 2024-11-05T23:28:23.876Z | Mediators to change: 2 |
104 | 2024-11-05T23:28:23.879Z | Services to change: 1 |
105 | 2024-11-05T23:28:23.879Z | Estimated space available: 155.61 GB |
106 | 2024-11-05T23:28:23.879Z | Estimated space to be consumed: 1.59 GB |
107 | 2024-11-05T23:28:23.879Z | Create boot environment: No |
108 | 2024-11-05T23:28:23.879Z | Create backup boot environment: Yes |
109 | 2024-11-05T23:28:23.879Z | Rebuild boot archive: No |
110 | 2024-11-05T23:28:23.879Z | |
111 | 2024-11-05T23:28:23.879Z | Changed mediators: |
112 | 2024-11-05T23:28:23.879Z | mediator clang: |
113 | 2024-11-05T23:28:23.879Z | version: None -> 15 (system default) |
114 | 2024-11-05T23:28:23.879Z | |
115 | 2024-11-05T23:28:23.879Z | mediator llvm: |
116 | 2024-11-05T23:28:23.879Z | version: 14 (system default) -> 15 (system default) |
117 | 2024-11-05T23:28:23.879Z | |
118 | 2024-11-05T23:28:23.879Z | Changed packages: |
119 | 2024-11-05T23:28:23.879Z | helios-dev |
120 | 2024-11-05T23:28:23.879Z | developer/build-essential |
121 | 2024-11-05T23:28:23.879Z | None -> 11-2.0 |
122 | 2024-11-05T23:28:23.879Z | library/libxmlsec1 |
123 | 2024-11-05T23:28:23.880Z | None -> 1.2.35-2.0 |
124 | 2024-11-05T23:28:23.880Z | ooce/developer/clang-15 |
125 | 2024-11-05T23:28:23.880Z | None -> 15.0.7-2.0 |
126 | 2024-11-05T23:28:23.880Z | ooce/developer/llvm-15 |
127 | 2024-11-05T23:28:23.880Z | None -> 15.0.7-2.0 |
128 | 2024-11-05T23:28:23.880Z | package/pkg |
129 | 2024-11-05T23:28:23.880Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
130 | 2024-11-05T23:28:23.880Z | |
131 | 2024-11-05T23:28:23.880Z | Services: |
132 | 2024-11-05T23:28:23.880Z | restart_fmri: |
133 | 2024-11-05T23:28:23.880Z | svc:/system/update-man-index:default |
134 | 2024-11-05T23:28:23.880Z | |
135 | 2024-11-05T23:28:23.880Z | Editable files to change: |
136 | 2024-11-05T23:28:23.880Z | Update: |
137 | 2024-11-05T23:28:23.880Z | usr/share/lib/pkg/web/config.shtml |
138 | 2024-11-05T23:28:24.129Z | |
139 | 2024-11-05T23:28:24.130Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
140 | 2024-11-05T23:28:29.131Z | Download: 758/4281 items 18.5/220.6MB 8% complete (3.8M/s) |
141 | 2024-11-05T23:28:34.132Z | Download: 1228/4281 items 97.0/220.6MB 43% complete (9.7M/s) |
142 | 2024-11-05T23:28:39.192Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (10.2M/s) |
143 | 2024-11-05T23:28:44.194Z | Download: 3219/4281 items 180.6/220.6MB 81% complete (8.1M/s) |
144 | 2024-11-05T23:28:49.195Z | Download: 4273/4281 items 220.6/220.6MB 99% complete (10.1M/s) |
145 | 2024-11-05T23:28:49.254Z | Download: Completed 220.60 MB in 25.12 seconds (8.8M/s) |
146 | 2024-11-05T23:28:52.997Z | Actions: 1/5063 actions (Removing old actions) |
147 | 2024-11-05T23:28:53.050Z | Actions: 194/5063 actions (Installing new actions) |
148 | 2024-11-05T23:28:58.340Z | Actions: 4117/5063 actions (Installing new actions) |
149 | 2024-11-05T23:28:59.832Z | Actions: 4226/5063 actions (Updating modified actions) |
150 | 2024-11-05T23:29:00.387Z | Actions: Completed 5063 actions in 7.41 seconds. |
151 | 2024-11-05T23:29:00.764Z | Done (0.369s) |
152 | 2024-11-05T23:29:00.766Z | Done (0.000s) |
153 | 2024-11-05T23:29:01.309Z | Done (0.543s) |
154 | 2024-11-05T23:29:08.507Z | Done (6.986s) |
155 | 2024-11-05T23:29:08.946Z | Done (0.368s) |
156 | 2024-11-05T23:29:08.950Z | Done (0.000s) |
157 | 2024-11-05T23:29:09.149Z | Done (0.000s) |
158 | 2024-11-05T23:29:09.805Z | Planning: Evaluating mediator changes ... Done |
159 | 2024-11-05T23:29:09.963Z | Planning: Checking for conflicting actions ... Done |
160 | 2024-11-05T23:29:09.968Z | Planning: Consolidating action changes ... Done |
161 | 2024-11-05T23:29:10.232Z | Planning: Evaluating mediators ... Done |
162 | 2024-11-05T23:29:10.235Z | Planning: Planning completed in 0.43 seconds |
163 | 2024-11-05T23:29:10.272Z | Mediators to change: 2 |
164 | 2024-11-05T23:29:10.272Z | Create boot environment: No |
165 | 2024-11-05T23:29:10.274Z | Create backup boot environment: No |
166 | 2024-11-05T23:29:10.368Z | Done |
167 | 2024-11-05T23:29:10.368Z | Done |
168 | 2024-11-05T23:29:10.698Z | Done |
169 | 2024-11-05T23:29:14.186Z | Done |
170 | 2024-11-05T23:29:14.272Z | Done |
171 | 2024-11-05T23:29:14.275Z | Done |
172 | 2024-11-05T23:29:14.445Z | Done |
173 | 2024-11-05T23:29:15.058Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-11-05T23:29:15.060Z | Planning: Merging actions ... Done |
175 | 2024-11-05T23:29:15.246Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-11-05T23:29:15.249Z | Planning: Consolidating action changes ... Done |
177 | 2024-11-05T23:29:15.514Z | Planning: Evaluating mediators ... Done |
178 | 2024-11-05T23:29:15.568Z | Planning: Planning completed in 0.75 seconds |
179 | 2024-11-05T23:29:15.608Z | Packages to change: 1 |
180 | 2024-11-05T23:29:15.608Z | Mediators to change: 1 |
181 | 2024-11-05T23:29:15.611Z | Services to change: 1 |
182 | 2024-11-05T23:29:15.611Z | Create boot environment: No |
183 | 2024-11-05T23:29:15.611Z | Create backup boot environment: Yes |
184 | 2024-11-05T23:29:17.757Z | Actions: 1/6 actions (Updating modified actions) |
185 | 2024-11-05T23:29:17.808Z | Actions: Completed 6 actions in 0.05 seconds. |
186 | 2024-11-05T23:29:17.811Z | Done |
187 | 2024-11-05T23:29:17.811Z | Done |
188 | 2024-11-05T23:29:17.913Z | Done |
189 | 2024-11-05T23:29:21.509Z | Done |
190 | 2024-11-05T23:29:21.594Z | Done |
191 | 2024-11-05T23:29:21.597Z | Done |
192 | 2024-11-05T23:29:21.769Z | Done |
193 | 2024-11-05T23:29:22.201Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
194 | 2024-11-05T23:29:22.201Z | clang system 15 system |
195 | 2024-11-05T23:29:22.201Z | csh system system illumos |
196 | 2024-11-05T23:29:22.201Z | ctags system system illumos |
197 | 2024-11-05T23:29:22.201Z | gcc vendor 12 vendor |
198 | 2024-11-05T23:29:22.201Z | gcc system 10 system |
199 | 2024-11-05T23:29:22.201Z | gcc system 7 system |
200 | 2024-11-05T23:29:22.202Z | go system 1.20 system |
201 | 2024-11-05T23:29:22.202Z | go system 1.19 system |
202 | 2024-11-05T23:29:22.202Z | llvm system 15 system |
203 | 2024-11-05T23:29:22.202Z | llvm system 14 system |
204 | 2024-11-05T23:29:22.202Z | mariadb system 10.6 system |
205 | 2024-11-05T23:29:22.202Z | mta vendor vendor dma |
206 | 2024-11-05T23:29:22.202Z | openjdk system 17 system |
207 | 2024-11-05T23:29:22.202Z | openjdk system 11 system |
208 | 2024-11-05T23:29:22.202Z | openjdk system 1.8 system |
209 | 2024-11-05T23:29:22.202Z | openssl vendor 3 vendor |
210 | 2024-11-05T23:29:22.202Z | perl system 5.36 system |
211 | 2024-11-05T23:29:22.202Z | postgresql system 15 system |
212 | 2024-11-05T23:29:22.202Z | postgresql system 13 system |
213 | 2024-11-05T23:29:22.202Z | python vendor 3 vendor |
214 | 2024-11-05T23:29:22.202Z | python system 2 system |
215 | 2024-11-05T23:29:22.202Z | python3 system 3.11 system |
216 | 2024-11-05T23:29:22.202Z | ruby system 3.0 system |
217 | 2024-11-05T23:29:22.202Z | words vendor vendor american-english |
218 | 2024-11-05T23:29:22.202Z | words system system australian-english |
219 | 2024-11-05T23:29:22.202Z | words system system british-english |
220 | 2024-11-05T23:29:22.202Z | words system system canadian-english |
221 | 2024-11-05T23:29:22.202Z | words system system french |
222 | 2024-11-05T23:29:22.202Z | words system system italian |
223 | 2024-11-05T23:29:22.202Z | words system system ngerman |
224 | 2024-11-05T23:29:22.202Z | words system system ogerman |
225 | 2024-11-05T23:29:22.202Z | words system system spanish |
226 | 2024-11-05T23:29:22.536Z | PUBLISHER TYPE STATUS P LOCATION |
227 | 2024-11-05T23:29:22.536Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
228 | 2024-11-05T23:29:24.997Z | FMRI IFO |
229 | 2024-11-05T23:29:24.997Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
230 | 2024-11-05T23:29:24.997Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
231 | 2024-11-05T23:29:24.997Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
232 | 2024-11-05T23:29:24.997Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
233 | 2024-11-05T23:29:24.997Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
234 | 2024-11-05T23:29:24.998Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
235 | 2024-11-05T23:29:24.998Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
236 | 2024-11-05T23:29:24.998Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
237 | 2024-11-05T23:29:24.998Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
238 | 2024-11-05T23:29:24.998Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
239 | 2024-11-05T23:29:24.998Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
240 | 2024-11-05T23:29:24.998Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
241 | 2024-11-05T23:29:24.998Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
242 | 2024-11-05T23:29:24.998Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
243 | 2024-11-05T23:29:24.998Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
244 | 2024-11-05T23:29:25.676Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
245 | 2024-11-05T23:29:25.931Z | Updating crates.io index |
246 | 2024-11-05T23:29:25.933Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
247 | 2024-11-05T23:29:26.846Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
248 | 2024-11-05T23:29:27.110Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
249 | 2024-11-05T23:29:27.367Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
250 | 2024-11-05T23:29:27.666Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
251 | 2024-11-05T23:29:28.568Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
252 | 2024-11-05T23:29:30.992Z | Updating git repository `https://github.com/oxidecomputer/opte` |
253 | 2024-11-05T23:29:31.928Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
254 | 2024-11-05T23:29:32.588Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
255 | 2024-11-05T23:29:32.861Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
256 | 2024-11-05T23:29:33.179Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
257 | 2024-11-05T23:29:33.732Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
258 | 2024-11-05T23:29:34.023Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
259 | 2024-11-05T23:29:34.370Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
260 | 2024-11-05T23:29:34.628Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
261 | 2024-11-05T23:29:34.922Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
262 | 2024-11-05T23:29:35.172Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
263 | 2024-11-05T23:29:35.460Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
264 | 2024-11-05T23:29:35.777Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
265 | 2024-11-05T23:29:36.083Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
266 | 2024-11-05T23:29:36.393Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
267 | 2024-11-05T23:29:36.911Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
268 | 2024-11-05T23:29:37.261Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
269 | 2024-11-05T23:29:37.653Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
270 | 2024-11-05T23:29:38.100Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
271 | 2024-11-05T23:29:38.389Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
272 | 2024-11-05T23:29:38.680Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
273 | 2024-11-05T23:29:40.151Z | Downloading crates ... |
274 | 2024-11-05T23:29:40.244Z | Downloaded anstyle v1.0.8 |
275 | 2024-11-05T23:29:40.248Z | Downloaded block-buffer v0.10.4 |
276 | 2024-11-05T23:29:40.251Z | Downloaded anstream v0.6.15 |
277 | 2024-11-05T23:29:40.251Z | Downloaded digest v0.10.7 |
278 | 2024-11-05T23:29:40.251Z | Downloaded anyhow v1.0.89 |
279 | 2024-11-05T23:29:40.256Z | Downloaded equivalent v1.0.1 |
280 | 2024-11-05T23:29:40.259Z | Downloaded scroll_derive v0.12.0 |
281 | 2024-11-05T23:29:40.264Z | Downloaded proc-macro-error-attr v1.0.4 |
282 | 2024-11-05T23:29:40.267Z | Downloaded usdt-macro v0.5.0 |
283 | 2024-11-05T23:29:40.267Z | Downloaded serde_spanned v0.6.8 |
284 | 2024-11-05T23:29:40.270Z | Downloaded fs-err v2.11.0 |
285 | 2024-11-05T23:29:40.270Z | Downloaded fnv v1.0.7 |
286 | 2024-11-05T23:29:40.273Z | Downloaded usdt v0.5.0 |
287 | 2024-11-05T23:29:40.276Z | Downloaded memmap v0.7.0 |
288 | 2024-11-05T23:29:40.276Z | Downloaded bitflags v2.6.0 |
289 | 2024-11-05T23:29:40.279Z | Downloaded usdt-attr-macro v0.5.0 |
290 | 2024-11-05T23:29:40.282Z | Downloaded toml_datetime v0.6.8 |
291 | 2024-11-05T23:29:40.282Z | Downloaded colorchoice v1.0.2 |
292 | 2024-11-05T23:29:40.284Z | Downloaded tabled_derive v0.7.0 |
293 | 2024-11-05T23:29:40.288Z | Downloaded camino v1.1.9 |
294 | 2024-11-05T23:29:40.291Z | Downloaded pest_derive v2.7.14 |
295 | 2024-11-05T23:29:40.293Z | Downloaded anstyle-query v1.1.1 |
296 | 2024-11-05T23:29:40.296Z | Downloaded unicode-ident v1.0.13 |
297 | 2024-11-05T23:29:40.298Z | Downloaded smawk v0.3.2 |
298 | 2024-11-05T23:29:40.301Z | Downloaded anstyle-parse v0.2.5 |
299 | 2024-11-05T23:29:40.301Z | Downloaded bytecount v0.6.8 |
300 | 2024-11-05T23:29:40.304Z | Downloaded zerocopy-derive v0.7.35 |
301 | 2024-11-05T23:29:40.307Z | Downloaded cargo_toml v0.20.5 |
302 | 2024-11-05T23:29:40.310Z | Downloaded byteorder v1.5.0 |
303 | 2024-11-05T23:29:40.313Z | Downloaded serde_derive v1.0.210 |
304 | 2024-11-05T23:29:40.315Z | Downloaded autocfg v1.4.0 |
305 | 2024-11-05T23:29:40.323Z | Downloaded textwrap v0.16.1 |
306 | 2024-11-05T23:29:40.327Z | Downloaded indexmap v2.6.0 |
307 | 2024-11-05T23:29:40.330Z | Downloaded toml_edit v0.22.22 |
308 | 2024-11-05T23:29:40.353Z | Downloaded dtrace-parser v0.2.0 |
309 | 2024-11-05T23:29:40.360Z | Downloaded swrite v0.1.0 |
310 | 2024-11-05T23:29:40.367Z | Downloaded cpufeatures v0.2.14 |
311 | 2024-11-05T23:29:40.370Z | Downloaded cargo-platform v0.1.8 |
312 | 2024-11-05T23:29:40.376Z | Downloaded pretty-hex v0.4.1 |
313 | 2024-11-05T23:29:40.380Z | Downloaded cfg-if v1.0.0 |
314 | 2024-11-05T23:29:40.384Z | Downloaded plain v0.2.3 |
315 | 2024-11-05T23:29:40.384Z | Downloaded is_terminal_polyfill v1.70.1 |
316 | 2024-11-05T23:29:40.387Z | Downloaded heck v0.5.0 |
317 | 2024-11-05T23:29:40.387Z | Downloaded generic-array v0.14.7 |
318 | 2024-11-05T23:29:40.387Z | Downloaded errno v0.3.9 |
319 | 2024-11-05T23:29:40.389Z | Downloaded crypto-common v0.1.6 |
320 | 2024-11-05T23:29:40.389Z | Downloaded pest_generator v2.7.14 |
321 | 2024-11-05T23:29:40.392Z | Downloaded pest v2.7.14 |
322 | 2024-11-05T23:29:40.395Z | Downloaded heck v0.4.1 |
323 | 2024-11-05T23:29:40.397Z | Downloaded itoa v1.0.11 |
324 | 2024-11-05T23:29:40.397Z | Downloaded hashbrown v0.15.0 |
325 | 2024-11-05T23:29:40.404Z | Downloaded fastrand v2.1.1 |
326 | 2024-11-05T23:29:40.406Z | Downloaded terminal_size v0.4.0 |
327 | 2024-11-05T23:29:40.406Z | Downloaded strsim v0.11.1 |
328 | 2024-11-05T23:29:40.406Z | Downloaded cargo_metadata v0.18.1 |
329 | 2024-11-05T23:29:40.410Z | Downloaded clap_lex v0.7.2 |
330 | 2024-11-05T23:29:40.414Z | Downloaded macaddr v1.0.1 |
331 | 2024-11-05T23:29:40.414Z | Downloaded version_check v0.9.5 |
332 | 2024-11-05T23:29:40.414Z | Downloaded camino-tempfile v1.1.1 |
333 | 2024-11-05T23:29:40.416Z | Downloaded utf8parse v0.2.2 |
334 | 2024-11-05T23:29:40.417Z | Downloaded unicode-linebreak v0.1.5 |
335 | 2024-11-05T23:29:40.417Z | Downloaded thread-id v4.2.2 |
336 | 2024-11-05T23:29:40.417Z | Downloaded thiserror-impl v1.0.64 |
337 | 2024-11-05T23:29:40.419Z | Downloaded thiserror v1.0.64 |
338 | 2024-11-05T23:29:40.422Z | Downloaded dof v0.3.0 |
339 | 2024-11-05T23:29:40.427Z | Downloaded once_cell v1.20.2 |
340 | 2024-11-05T23:29:40.431Z | Downloaded semver v1.0.23 |
341 | 2024-11-05T23:29:40.431Z | Downloaded quote v1.0.37 |
342 | 2024-11-05T23:29:40.434Z | Downloaded clap_derive v4.5.18 |
343 | 2024-11-05T23:29:40.435Z | Downloaded scroll v0.12.0 |
344 | 2024-11-05T23:29:40.438Z | Downloaded usdt-impl v0.5.0 |
345 | 2024-11-05T23:29:40.441Z | Downloaded pest_meta v2.7.14 |
346 | 2024-11-05T23:29:40.444Z | Downloaded log v0.4.22 |
347 | 2024-11-05T23:29:40.445Z | Downloaded clap v4.5.20 |
348 | 2024-11-05T23:29:40.452Z | Downloaded winnow v0.6.20 |
349 | 2024-11-05T23:29:40.460Z | Downloaded ucd-trie v0.1.7 |
350 | 2024-11-05T23:29:40.463Z | Downloaded clap_builder v4.5.20 |
351 | 2024-11-05T23:29:40.470Z | Downloaded papergrid v0.11.0 |
352 | 2024-11-05T23:29:40.473Z | Downloaded serde v1.0.210 |
353 | 2024-11-05T23:29:40.476Z | Downloaded ryu v1.0.18 |
354 | 2024-11-05T23:29:40.478Z | Downloaded memchr v2.7.4 |
355 | 2024-11-05T23:29:40.483Z | Downloaded proc-macro2 v1.0.87 |
356 | 2024-11-05T23:29:40.486Z | Downloaded typenum v1.17.0 |
357 | 2024-11-05T23:29:40.488Z | Downloaded toml v0.8.19 |
358 | 2024-11-05T23:29:40.492Z | Downloaded tempfile v3.13.0 |
359 | 2024-11-05T23:29:40.494Z | Downloaded sha2 v0.10.8 |
360 | 2024-11-05T23:29:40.498Z | Downloaded syn v1.0.109 |
361 | 2024-11-05T23:29:40.506Z | Downloaded serde_tokenstream v0.2.2 |
362 | 2024-11-05T23:29:40.509Z | Downloaded serde_json v1.0.128 |
363 | 2024-11-05T23:29:40.514Z | Downloaded zerocopy v0.7.35 |
364 | 2024-11-05T23:29:40.530Z | Downloaded proc-macro-error v1.0.4 |
365 | 2024-11-05T23:29:40.533Z | Downloaded goblin v0.8.2 |
366 | 2024-11-05T23:29:40.539Z | Downloaded tabled v0.15.0 |
367 | 2024-11-05T23:29:40.554Z | Downloaded unicode-width v0.1.14 |
368 | 2024-11-05T23:29:40.560Z | Downloaded syn v2.0.79 |
369 | 2024-11-05T23:29:40.570Z | Downloaded rustix v0.38.37 |
370 | 2024-11-05T23:29:40.613Z | Downloaded libc v0.2.161 |
371 | 2024-11-05T23:29:40.924Z | Compiling proc-macro2 v1.0.87 |
372 | 2024-11-05T23:29:40.925Z | Compiling unicode-ident v1.0.13 |
373 | 2024-11-05T23:29:40.927Z | Compiling version_check v0.9.5 |
374 | 2024-11-05T23:29:40.927Z | Compiling serde v1.0.210 |
375 | 2024-11-05T23:29:40.927Z | Compiling thiserror v1.0.64 |
376 | 2024-11-05T23:29:40.927Z | Compiling memchr v2.7.4 |
377 | 2024-11-05T23:29:40.927Z | Compiling libc v0.2.161 |
378 | 2024-11-05T23:29:40.927Z | Compiling itoa v1.0.11 |
379 | 2024-11-05T23:29:41.227Z | Compiling ryu v1.0.18 |
380 | 2024-11-05T23:29:41.539Z | Compiling ucd-trie v0.1.7 |
381 | 2024-11-05T23:29:41.671Z | Compiling once_cell v1.20.2 |
382 | 2024-11-05T23:29:42.030Z | Compiling byteorder v1.5.0 |
383 | 2024-11-05T23:29:42.283Z | Compiling serde_json v1.0.128 |
384 | 2024-11-05T23:29:42.353Z | Compiling rustix v0.38.37 |
385 | 2024-11-05T23:29:43.217Z | Compiling bitflags v2.6.0 |
386 | 2024-11-05T23:29:43.258Z | Compiling usdt-impl v0.5.0 |
387 | 2024-11-05T23:29:43.260Z | Compiling proc-macro-error-attr v1.0.4 |
388 | 2024-11-05T23:29:43.327Z | Compiling syn v1.0.109 |
389 | 2024-11-05T23:29:43.584Z | Compiling proc-macro-error v1.0.4 |
390 | 2024-11-05T23:29:43.631Z | Compiling log v0.4.22 |
391 | 2024-11-05T23:29:43.633Z | Compiling equivalent v1.0.1 |
392 | 2024-11-05T23:29:43.746Z | Compiling plain v0.2.3 |
393 | 2024-11-05T23:29:43.771Z | Compiling utf8parse v0.2.2 |
394 | 2024-11-05T23:29:43.870Z | Compiling hashbrown v0.15.0 |
395 | 2024-11-05T23:29:43.904Z | Compiling camino v1.1.9 |
396 | 2024-11-05T23:29:43.931Z | Compiling anstyle-parse v0.2.5 |
397 | 2024-11-05T23:29:44.133Z | Compiling pretty-hex v0.4.1 |
398 | 2024-11-05T23:29:44.271Z | Compiling quote v1.0.37 |
399 | 2024-11-05T23:29:44.332Z | Compiling unicode-width v0.1.14 |
400 | 2024-11-05T23:29:44.356Z | Compiling autocfg v1.4.0 |
401 | 2024-11-05T23:29:44.539Z | Compiling errno v0.3.9 |
402 | 2024-11-05T23:29:44.563Z | Compiling thread-id v4.2.2 |
403 | 2024-11-05T23:29:44.652Z | Compiling syn v2.0.79 |
404 | 2024-11-05T23:29:44.931Z | Compiling semver v1.0.23 |
405 | 2024-11-05T23:29:44.955Z | Compiling anstyle-query v1.1.1 |
406 | 2024-11-05T23:29:45.101Z | Compiling indexmap v2.6.0 |
407 | 2024-11-05T23:29:45.121Z | Compiling anstyle v1.0.8 |
408 | 2024-11-05T23:29:45.414Z | Compiling colorchoice v1.0.2 |
409 | 2024-11-05T23:29:45.440Z | Compiling winnow v0.6.20 |
410 | 2024-11-05T23:29:45.542Z | Compiling is_terminal_polyfill v1.70.1 |
411 | 2024-11-05T23:29:45.649Z | Compiling anstream v0.6.15 |
412 | 2024-11-05T23:29:45.676Z | Compiling fs-err v2.11.0 |
413 | 2024-11-05T23:29:46.165Z | Compiling cfg-if v1.0.0 |
414 | 2024-11-05T23:29:46.272Z | Compiling anyhow v1.0.89 |
415 | 2024-11-05T23:29:46.300Z | Compiling fastrand v2.1.1 |
416 | 2024-11-05T23:29:46.486Z | Compiling clap_lex v0.7.2 |
417 | 2024-11-05T23:29:46.660Z | Compiling fnv v1.0.7 |
418 | 2024-11-05T23:29:46.832Z | Compiling terminal_size v0.4.0 |
419 | 2024-11-05T23:29:46.858Z | Compiling heck v0.5.0 |
420 | 2024-11-05T23:29:46.904Z | Compiling bytecount v0.6.8 |
421 | 2024-11-05T23:29:47.038Z | Compiling strsim v0.11.1 |
422 | 2024-11-05T23:29:47.062Z | Compiling heck v0.4.1 |
423 | 2024-11-05T23:29:47.114Z | Compiling papergrid v0.11.0 |
424 | 2024-11-05T23:29:47.378Z | Compiling clap_builder v4.5.20 |
425 | 2024-11-05T23:29:47.899Z | Compiling tempfile v3.13.0 |
426 | 2024-11-05T23:29:48.103Z | Compiling memmap v0.7.0 |
427 | 2024-11-05T23:29:48.193Z | Compiling smawk v0.3.2 |
428 | 2024-11-05T23:29:48.404Z | Compiling unicode-linebreak v0.1.5 |
429 | 2024-11-05T23:29:48.893Z | Compiling textwrap v0.16.1 |
430 | 2024-11-05T23:29:49.048Z | Compiling swrite v0.1.0 |
431 | 2024-11-05T23:29:50.078Z | Compiling tabled_derive v0.7.0 |
432 | 2024-11-05T23:29:51.567Z | Compiling tabled v0.15.0 |
433 | 2024-11-05T23:29:52.475Z | Compiling serde_derive v1.0.210 |
434 | 2024-11-05T23:29:52.477Z | Compiling thiserror-impl v1.0.64 |
435 | 2024-11-05T23:29:52.477Z | Compiling zerocopy-derive v0.7.35 |
436 | 2024-11-05T23:29:52.497Z | Compiling scroll_derive v0.12.0 |
437 | 2024-11-05T23:29:52.630Z | Compiling clap_derive v4.5.18 |
438 | 2024-11-05T23:29:54.311Z | Compiling zerocopy v0.7.35 |
439 | 2024-11-05T23:29:54.917Z | Compiling pest v2.7.14 |
440 | 2024-11-05T23:29:55.793Z | Compiling clap v4.5.20 |
441 | 2024-11-05T23:29:56.944Z | Compiling pest_meta v2.7.14 |
442 | 2024-11-05T23:29:57.333Z | Compiling scroll v0.12.0 |
443 | 2024-11-05T23:29:57.657Z | Compiling goblin v0.8.2 |
444 | 2024-11-05T23:29:57.744Z | Compiling pest_generator v2.7.14 |
445 | 2024-11-05T23:29:59.310Z | Compiling pest_derive v2.7.14 |
446 | 2024-11-05T23:29:59.867Z | Compiling dtrace-parser v0.2.0 |
447 | 2024-11-05T23:30:01.553Z | Compiling serde_tokenstream v0.2.2 |
448 | 2024-11-05T23:30:01.594Z | Compiling toml_datetime v0.6.8 |
449 | 2024-11-05T23:30:01.597Z | Compiling serde_spanned v0.6.8 |
450 | 2024-11-05T23:30:01.925Z | Compiling toml_edit v0.22.22 |
451 | 2024-11-05T23:30:01.951Z | Compiling cargo-platform v0.1.8 |
452 | 2024-11-05T23:30:02.173Z | Compiling macaddr v1.0.1 |
453 | 2024-11-05T23:30:02.521Z | Compiling camino-tempfile v1.1.1 |
454 | 2024-11-05T23:30:03.175Z | Compiling dof v0.3.0 |
455 | 2024-11-05T23:30:03.175Z | Compiling cargo_metadata v0.18.1 |
456 | 2024-11-05T23:30:05.040Z | Compiling toml v0.8.19 |
457 | 2024-11-05T23:30:05.247Z | Compiling usdt-macro v0.5.0 |
458 | 2024-11-05T23:30:05.250Z | Compiling usdt-attr-macro v0.5.0 |
459 | 2024-11-05T23:30:05.849Z | Compiling cargo_toml v0.20.5 |
460 | 2024-11-05T23:30:06.617Z | Compiling usdt v0.5.0 |
461 | 2024-11-05T23:30:09.309Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
462 | 2024-11-05T23:30:13.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.68s |
463 | 2024-11-05T23:30:13.418Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
464 | 2024-11-05T23:30:13.924Z | Downloading crates ... |
465 | 2024-11-05T23:30:14.058Z | Downloaded aead v0.5.2 |
466 | 2024-11-05T23:30:14.060Z | Downloaded arc-swap v1.7.1 |
467 | 2024-11-05T23:30:14.063Z | Downloaded base16ct v0.2.0 |
468 | 2024-11-05T23:30:14.067Z | Downloaded atty v0.2.14 |
469 | 2024-11-05T23:30:14.078Z | Downloaded ascii-canvas v3.0.0 |
470 | 2024-11-05T23:30:14.080Z | Downloaded darling_macro v0.20.10 |
471 | 2024-11-05T23:30:14.087Z | Downloaded chrono-tz-build v0.4.0 |
472 | 2024-11-05T23:30:14.090Z | Downloaded async-recursion v1.1.1 |
473 | 2024-11-05T23:30:14.092Z | Downloaded ciborium-ll v0.2.2 |
474 | 2024-11-05T23:30:14.095Z | Downloaded humantime v2.1.0 |
475 | 2024-11-05T23:30:14.097Z | Downloaded cfg_aliases v0.1.1 |
476 | 2024-11-05T23:30:14.097Z | Downloaded hyper-staticfile v0.10.1 |
477 | 2024-11-05T23:30:14.099Z | Downloaded crossbeam-deque v0.8.5 |
478 | 2024-11-05T23:30:14.102Z | Downloaded cassowary v0.3.0 |
479 | 2024-11-05T23:30:14.102Z | Downloaded hickory-server v0.24.1 |
480 | 2024-11-05T23:30:14.108Z | Downloaded md5 v0.7.0 |
481 | 2024-11-05T23:30:14.111Z | Downloaded http-range v0.1.5 |
482 | 2024-11-05T23:30:14.111Z | Downloaded buf-list v1.0.3 |
483 | 2024-11-05T23:30:14.113Z | Downloaded matches v0.1.10 |
484 | 2024-11-05T23:30:14.116Z | Downloaded is_ci v1.2.0 |
485 | 2024-11-05T23:30:14.116Z | Downloaded bit-vec v0.6.3 |
486 | 2024-11-05T23:30:14.118Z | Downloaded http-body v0.4.6 |
487 | 2024-11-05T23:30:14.120Z | Downloaded nodrop v0.1.14 |
488 | 2024-11-05T23:30:14.120Z | Downloaded bzip2 v0.4.4 |
489 | 2024-11-05T23:30:14.124Z | Downloaded maplit v1.0.2 |
490 | 2024-11-05T23:30:14.126Z | Downloaded hubpack v0.1.2 |
491 | 2024-11-05T23:30:14.126Z | Downloaded libsw v3.3.1 |
492 | 2024-11-05T23:30:14.126Z | Downloaded hostname v0.4.0 |
493 | 2024-11-05T23:30:14.129Z | Downloaded lalrpop-util v0.19.12 |
494 | 2024-11-05T23:30:14.131Z | Downloaded instability v0.3.2 |
495 | 2024-11-05T23:30:14.131Z | Downloaded bcs v0.1.6 |
496 | 2024-11-05T23:30:14.134Z | Downloaded async-trait v0.1.83 |
497 | 2024-11-05T23:30:14.136Z | Downloaded nanorand v0.7.0 |
498 | 2024-11-05T23:30:14.139Z | Downloaded newtype-uuid v1.1.2 |
499 | 2024-11-05T23:30:14.142Z | Downloaded cookie v0.18.1 |
500 | 2024-11-05T23:30:14.145Z | Downloaded const-oid v0.9.6 |
501 | 2024-11-05T23:30:14.147Z | Downloaded ipnet v2.10.1 |
502 | 2024-11-05T23:30:14.149Z | Downloaded hmac v0.12.1 |
503 | 2024-11-05T23:30:14.152Z | Downloaded libloading v0.8.5 |
504 | 2024-11-05T23:30:14.164Z | Downloaded compact_str v0.8.0 |
505 | 2024-11-05T23:30:14.164Z | Downloaded chacha20poly1305 v0.10.1 |
506 | 2024-11-05T23:30:14.164Z | Downloaded mockall_derive v0.13.0 |
507 | 2024-11-05T23:30:14.164Z | Downloaded ref-cast-impl v1.0.23 |
508 | 2024-11-05T23:30:14.166Z | Downloaded crossbeam-channel v0.5.13 |
509 | 2024-11-05T23:30:14.168Z | Downloaded indexmap v1.9.3 |
510 | 2024-11-05T23:30:14.172Z | Downloaded hubpack_derive v0.1.1 |
511 | 2024-11-05T23:30:14.174Z | Downloaded async-stream-impl v0.3.6 |
512 | 2024-11-05T23:30:14.174Z | Downloaded cc v1.1.30 |
513 | 2024-11-05T23:30:14.177Z | Downloaded http-body v1.0.1 |
514 | 2024-11-05T23:30:14.180Z | Downloaded bcrypt-pbkdf v0.10.0 |
515 | 2024-11-05T23:30:14.182Z | Downloaded array-init v0.0.4 |
516 | 2024-11-05T23:30:14.182Z | Downloaded atomicwrites v0.4.4 |
517 | 2024-11-05T23:30:14.186Z | Downloaded atomic-waker v1.1.2 |
518 | 2024-11-05T23:30:14.186Z | Downloaded async-stream v0.3.6 |
519 | 2024-11-05T23:30:14.188Z | Downloaded sec1 v0.7.3 |
520 | 2024-11-05T23:30:14.190Z | Downloaded crunchy v0.2.2 |
521 | 2024-11-05T23:30:14.190Z | Downloaded miniz_oxide v0.8.0 |
522 | 2024-11-05T23:30:14.193Z | Downloaded cfg_aliases v0.2.1 |
523 | 2024-11-05T23:30:14.193Z | Downloaded base64 v0.22.1 |
524 | 2024-11-05T23:30:14.197Z | Downloaded home v0.5.9 |
525 | 2024-11-05T23:30:14.200Z | Downloaded blowfish v0.9.1 |
526 | 2024-11-05T23:30:14.200Z | Downloaded assert_matches v1.5.0 |
527 | 2024-11-05T23:30:14.203Z | Downloaded adler2 v2.0.0 |
528 | 2024-11-05T23:30:14.206Z | Downloaded crc-any v2.5.0 |
529 | 2024-11-05T23:30:14.206Z | Downloaded kstat-rs v0.2.4 |
530 | 2024-11-05T23:30:14.208Z | Downloaded clang-sys v1.8.1 |
531 | 2024-11-05T23:30:14.211Z | Downloaded slog-dtrace v0.3.0 |
532 | 2024-11-05T23:30:14.214Z | Downloaded crucible-workspace-hack v0.1.0 |
533 | 2024-11-05T23:30:14.214Z | Downloaded httpdate v1.0.3 |
534 | 2024-11-05T23:30:14.216Z | Downloaded cstr-argument v0.1.2 |
535 | 2024-11-05T23:30:14.216Z | Downloaded http-body-util v0.1.2 |
536 | 2024-11-05T23:30:14.218Z | Downloaded hostname v0.3.1 |
537 | 2024-11-05T23:30:14.220Z | Downloaded httparse v1.9.5 |
538 | 2024-11-05T23:30:14.223Z | Downloaded highway v1.2.0 |
539 | 2024-11-05T23:30:14.226Z | Downloaded bit-set v0.5.3 |
540 | 2024-11-05T23:30:14.228Z | Downloaded arrayvec v0.7.6 |
541 | 2024-11-05T23:30:14.231Z | Downloaded take_mut v0.2.2 |
542 | 2024-11-05T23:30:14.231Z | Downloaded instant v0.1.13 |
543 | 2024-11-05T23:30:14.233Z | Downloaded crc-catalog v2.4.0 |
544 | 2024-11-05T23:30:14.233Z | Downloaded cipher v0.4.4 |
545 | 2024-11-05T23:30:14.236Z | Downloaded chacha20 v0.9.1 |
546 | 2024-11-05T23:30:14.238Z | Downloaded bitfield-struct v0.6.2 |
547 | 2024-11-05T23:30:14.238Z | Downloaded cexpr v0.6.0 |
548 | 2024-11-05T23:30:14.241Z | Downloaded newline-converter v0.3.0 |
549 | 2024-11-05T23:30:14.243Z | Downloaded match_cfg v0.1.0 |
550 | 2024-11-05T23:30:14.243Z | Downloaded cbc v0.1.2 |
551 | 2024-11-05T23:30:14.246Z | Downloaded castaway v0.2.3 |
552 | 2024-11-05T23:30:14.246Z | Downloaded ident_case v1.0.1 |
553 | 2024-11-05T23:30:14.248Z | Downloaded ciborium-io v0.2.2 |
554 | 2024-11-05T23:30:14.248Z | Downloaded blake2 v0.10.6 |
555 | 2024-11-05T23:30:14.250Z | Downloaded mime v0.3.17 |
556 | 2024-11-05T23:30:14.253Z | Downloaded strum v0.26.3 |
557 | 2024-11-05T23:30:14.253Z | Downloaded new_debug_unreachable v1.0.6 |
558 | 2024-11-05T23:30:14.256Z | Downloaded indoc v1.0.9 |
559 | 2024-11-05T23:30:14.258Z | Downloaded zone_cfg_derive v0.1.2 |
560 | 2024-11-05T23:30:14.258Z | Downloaded normalize-line-endings v0.3.0 |
561 | 2024-11-05T23:30:14.259Z | Downloaded dhcproto-macros v0.1.0 |
562 | 2024-11-05T23:30:14.261Z | Downloaded addr2line v0.24.2 |
563 | 2024-11-05T23:30:14.263Z | Downloaded strip-ansi-escapes v0.2.0 |
564 | 2024-11-05T23:30:14.263Z | Downloaded base64ct v1.6.0 |
565 | 2024-11-05T23:30:14.266Z | Downloaded backoff v0.4.0 |
566 | 2024-11-05T23:30:14.268Z | Downloaded zone_cfg_derive v0.3.0 |
567 | 2024-11-05T23:30:14.270Z | Downloaded hyper-rustls v0.27.3 |
568 | 2024-11-05T23:30:14.273Z | Downloaded similar v2.6.0 |
569 | 2024-11-05T23:30:14.276Z | Downloaded bitfield v0.14.0 |
570 | 2024-11-05T23:30:14.278Z | Downloaded curve25519-dalek-derive v0.1.1 |
571 | 2024-11-05T23:30:14.280Z | Downloaded cobs v0.2.3 |
572 | 2024-11-05T23:30:14.280Z | Downloaded want v0.3.1 |
573 | 2024-11-05T23:30:14.283Z | Downloaded russh-keys v0.45.0 |
574 | 2024-11-05T23:30:14.285Z | Downloaded newtype_derive v0.1.6 |
575 | 2024-11-05T23:30:14.286Z | Downloaded darling v0.20.10 |
576 | 2024-11-05T23:30:14.289Z | Downloaded display-error-chain v0.2.1 |
577 | 2024-11-05T23:30:14.292Z | Downloaded crc v3.2.1 |
578 | 2024-11-05T23:30:14.294Z | Downloaded hyper-tls v0.6.0 |
579 | 2024-11-05T23:30:14.297Z | Downloaded argon2 v0.5.3 |
580 | 2024-11-05T23:30:14.297Z | Downloaded toolchain_find v0.4.0 |
581 | 2024-11-05T23:30:14.299Z | Downloaded opaque-debug v0.3.1 |
582 | 2024-11-05T23:30:14.299Z | Downloaded which v4.4.2 |
583 | 2024-11-05T23:30:14.302Z | Downloaded md-5 v0.10.6 |
584 | 2024-11-05T23:30:14.304Z | Downloaded lazycell v1.3.0 |
585 | 2024-11-05T23:30:14.305Z | Downloaded keccak v0.1.5 |
586 | 2024-11-05T23:30:14.307Z | Downloaded ipnetwork v0.20.0 |
587 | 2024-11-05T23:30:14.307Z | Downloaded indent_write v2.2.0 |
588 | 2024-11-05T23:30:14.310Z | Downloaded mockall v0.13.0 |
589 | 2024-11-05T23:30:14.312Z | Downloaded managed v0.8.0 |
590 | 2024-11-05T23:30:14.312Z | Downloaded nibble_vec v0.1.0 |
591 | 2024-11-05T23:30:14.317Z | Downloaded lru-cache v0.1.2 |
592 | 2024-11-05T23:30:14.317Z | Downloaded maybe-uninit v2.0.0 |
593 | 2024-11-05T23:30:14.321Z | Downloaded impl-trait-for-tuples v0.2.2 |
594 | 2024-11-05T23:30:14.321Z | Downloaded rustc-hash v1.1.0 |
595 | 2024-11-05T23:30:14.323Z | Downloaded lru v0.12.5 |
596 | 2024-11-05T23:30:14.323Z | Downloaded signal-hook-mio v0.2.4 |
597 | 2024-11-05T23:30:14.323Z | Downloaded memoffset v0.9.1 |
598 | 2024-11-05T23:30:14.326Z | Downloaded linked-hash-map v0.5.6 |
599 | 2024-11-05T23:30:14.326Z | Downloaded serde_plain v1.0.2 |
600 | 2024-11-05T23:30:14.329Z | Downloaded slog-async v2.8.0 |
601 | 2024-11-05T23:30:14.329Z | Downloaded multimap v0.10.0 |
602 | 2024-11-05T23:30:14.333Z | Downloaded serde_path_to_error v0.1.16 |
603 | 2024-11-05T23:30:14.335Z | Downloaded linear-map v1.2.0 |
604 | 2024-11-05T23:30:14.335Z | Downloaded internet-checksum v0.2.1 |
605 | 2024-11-05T23:30:14.335Z | Downloaded lazy_static v1.5.0 |
606 | 2024-11-05T23:30:14.337Z | Downloaded lock_api v0.4.12 |
607 | 2024-11-05T23:30:14.340Z | Downloaded dyn-clone v1.0.17 |
608 | 2024-11-05T23:30:14.343Z | Downloaded iana-time-zone v0.1.61 |
609 | 2024-11-05T23:30:14.343Z | Downloaded is-terminal v0.4.13 |
610 | 2024-11-05T23:30:14.346Z | Downloaded inout v0.1.3 |
611 | 2024-11-05T23:30:14.346Z | Downloaded scheduled-thread-pool v0.2.7 |
612 | 2024-11-05T23:30:14.348Z | Downloaded slog-bunyan v2.5.0 |
613 | 2024-11-05T23:30:14.348Z | Downloaded data-encoding v2.6.0 |
614 | 2024-11-05T23:30:14.350Z | Downloaded termcolor v1.4.1 |
615 | 2024-11-05T23:30:14.353Z | Downloaded utf-8 v0.7.6 |
616 | 2024-11-05T23:30:14.353Z | Downloaded sqlformat v0.2.6 |
617 | 2024-11-05T23:30:14.355Z | Downloaded csv-core v0.1.11 |
618 | 2024-11-05T23:30:14.358Z | Downloaded serde-big-array v0.5.1 |
619 | 2024-11-05T23:30:14.358Z | Downloaded progenitor-client v0.8.0 |
620 | 2024-11-05T23:30:14.360Z | Downloaded flagset v0.4.6 |
621 | 2024-11-05T23:30:14.360Z | Downloaded futures-task v0.3.31 |
622 | 2024-11-05T23:30:14.364Z | Downloaded strum_macros v0.24.3 |
623 | 2024-11-05T23:30:14.366Z | Downloaded fixedbitset v0.4.2 |
624 | 2024-11-05T23:30:14.366Z | Downloaded ed25519 v2.2.3 |
625 | 2024-11-05T23:30:14.368Z | Downloaded num-iter v0.1.45 |
626 | 2024-11-05T23:30:14.368Z | Downloaded radium v0.7.0 |
627 | 2024-11-05T23:30:14.371Z | Downloaded futures-core v0.3.31 |
628 | 2024-11-05T23:30:14.373Z | Downloaded sync_wrapper v0.1.2 |
629 | 2024-11-05T23:30:14.373Z | Downloaded sigpipe v0.1.3 |
630 | 2024-11-05T23:30:14.373Z | Downloaded cookie_store v0.21.0 |
631 | 2024-11-05T23:30:14.376Z | Downloaded jobserver v0.1.32 |
632 | 2024-11-05T23:30:14.380Z | Downloaded crossbeam-utils v0.8.20 |
633 | 2024-11-05T23:30:14.382Z | Downloaded hex v0.4.3 |
634 | 2024-11-05T23:30:14.385Z | Downloaded rand_core v0.6.4 |
635 | 2024-11-05T23:30:14.385Z | Downloaded heck v0.3.3 |
636 | 2024-11-05T23:30:14.387Z | Downloaded ciborium v0.2.2 |
637 | 2024-11-05T23:30:14.389Z | Downloaded serde_derive_internals v0.29.1 |
638 | 2024-11-05T23:30:14.392Z | Downloaded rustc-demangle v0.1.24 |
639 | 2024-11-05T23:30:14.395Z | Downloaded tower-service v0.3.3 |
640 | 2024-11-05T23:30:14.395Z | Downloaded tokio-tungstenite v0.23.1 |
641 | 2024-11-05T23:30:14.398Z | Downloaded snafu-derive v0.8.5 |
642 | 2024-11-05T23:30:14.398Z | Downloaded libefi-sys v0.1.0 |
643 | 2024-11-05T23:30:14.400Z | Downloaded tokio-tungstenite v0.24.0 |
644 | 2024-11-05T23:30:14.402Z | Downloaded packed_struct v0.10.1 |
645 | 2024-11-05T23:30:14.405Z | Downloaded pkg-config v0.3.31 |
646 | 2024-11-05T23:30:14.405Z | Downloaded memmap2 v0.9.5 |
647 | 2024-11-05T23:30:14.408Z | Downloaded mime_guess v2.0.5 |
648 | 2024-11-05T23:30:14.410Z | Downloaded cancel-safe-futures v0.1.5 |
649 | 2024-11-05T23:30:14.413Z | Downloaded multer v3.1.0 |
650 | 2024-11-05T23:30:14.415Z | Downloaded crossbeam-epoch v0.9.18 |
651 | 2024-11-05T23:30:14.418Z | Downloaded term v0.7.0 |
652 | 2024-11-05T23:30:14.421Z | Downloaded tap v1.0.1 |
653 | 2024-11-05T23:30:14.423Z | Downloaded progenitor v0.8.0 |
654 | 2024-11-05T23:30:14.425Z | Downloaded proc-macro-crate v1.3.1 |
655 | 2024-11-05T23:30:14.425Z | Downloaded bytes v1.7.2 |
656 | 2024-11-05T23:30:14.429Z | Downloaded parse-size v1.0.0 |
657 | 2024-11-05T23:30:14.432Z | Downloaded diesel_table_macro_syntax v0.2.0 |
658 | 2024-11-05T23:30:14.432Z | Downloaded rfc6979 v0.4.0 |
659 | 2024-11-05T23:30:14.434Z | Downloaded rustversion v1.0.17 |
660 | 2024-11-05T23:30:14.436Z | Downloaded predicates-core v1.0.8 |
661 | 2024-11-05T23:30:14.436Z | Downloaded pem v3.0.4 |
662 | 2024-11-05T23:30:14.439Z | Downloaded resolv-conf v0.7.0 |
663 | 2024-11-05T23:30:14.441Z | Downloaded phf_shared v0.10.0 |
664 | 2024-11-05T23:30:14.441Z | Downloaded env_filter v0.1.2 |
665 | 2024-11-05T23:30:14.443Z | Downloaded rusty-fork v0.3.0 |
666 | 2024-11-05T23:30:14.445Z | Downloaded hashlink v0.9.1 |
667 | 2024-11-05T23:30:14.448Z | Downloaded env_logger v0.11.5 |
668 | 2024-11-05T23:30:14.451Z | Downloaded thiserror-impl-no-std v2.0.2 |
669 | 2024-11-05T23:30:14.451Z | Downloaded string_cache v0.8.7 |
670 | 2024-11-05T23:30:14.454Z | Downloaded ecdsa v0.16.9 |
671 | 2024-11-05T23:30:14.457Z | Downloaded static_assertions v1.1.0 |
672 | 2024-11-05T23:30:14.457Z | Downloaded uuid v1.10.0 |
673 | 2024-11-05T23:30:14.460Z | Downloaded unicode-properties v0.1.3 |
674 | 2024-11-05T23:30:14.462Z | Downloaded native-tls v0.2.12 |
675 | 2024-11-05T23:30:14.464Z | Downloaded siphasher v0.3.11 |
676 | 2024-11-05T23:30:14.467Z | Downloaded allocator-api2 v0.2.18 |
677 | 2024-11-05T23:30:14.470Z | Downloaded tar v0.4.42 |
678 | 2024-11-05T23:30:14.472Z | Downloaded zeroize v1.8.1 |
679 | 2024-11-05T23:30:14.474Z | Downloaded smf v0.2.3 |
680 | 2024-11-05T23:30:14.476Z | Downloaded pin-project-lite v0.2.14 |
681 | 2024-11-05T23:30:14.488Z | Downloaded unicode-xid v0.2.6 |
682 | 2024-11-05T23:30:14.491Z | Downloaded tinyvec_macros v0.1.1 |
683 | 2024-11-05T23:30:14.493Z | Downloaded diesel-dtrace v0.3.0 |
684 | 2024-11-05T23:30:14.493Z | Downloaded russh-cryptovec v0.7.3 |
685 | 2024-11-05T23:30:14.496Z | Downloaded env_logger v0.10.2 |
686 | 2024-11-05T23:30:14.498Z | Downloaded base64 v0.21.7 |
687 | 2024-11-05T23:30:14.501Z | Downloaded waitgroup v0.1.2 |
688 | 2024-11-05T23:30:14.503Z | Downloaded fallible-streaming-iterator v0.1.9 |
689 | 2024-11-05T23:30:14.503Z | Downloaded fallible-iterator v0.2.0 |
690 | 2024-11-05T23:30:14.506Z | Downloaded backtrace v0.3.74 |
691 | 2024-11-05T23:30:14.510Z | Downloaded defmt-parser v0.3.4 |
692 | 2024-11-05T23:30:14.512Z | Downloaded phf_generator v0.11.2 |
693 | 2024-11-05T23:30:14.515Z | Downloaded unicode-truncate v1.1.0 |
694 | 2024-11-05T23:30:14.515Z | Downloaded parse-display-derive v0.10.0 |
695 | 2024-11-05T23:30:14.517Z | Downloaded num_enum_derive v0.5.11 |
696 | 2024-11-05T23:30:14.517Z | Downloaded ghash v0.5.1 |
697 | 2024-11-05T23:30:14.520Z | Downloaded phf_codegen v0.11.2 |
698 | 2024-11-05T23:30:14.520Z | Downloaded smallvec v1.13.2 |
699 | 2024-11-05T23:30:14.523Z | Downloaded foreign-types v0.3.2 |
700 | 2024-11-05T23:30:14.523Z | Downloaded peg-macros v0.8.4 |
701 | 2024-11-05T23:30:14.525Z | Downloaded itertools v0.13.0 |
702 | 2024-11-05T23:30:14.532Z | Downloaded indicatif v0.17.8 |
703 | 2024-11-05T23:30:14.536Z | Downloaded fxhash v0.2.1 |
704 | 2024-11-05T23:30:14.539Z | Downloaded toml v0.7.8 |
705 | 2024-11-05T23:30:14.542Z | Downloaded value-bag v1.9.0 |
706 | 2024-11-05T23:30:14.545Z | Downloaded hyper-util v0.1.9 |
707 | 2024-11-05T23:30:14.550Z | Downloaded group v0.13.0 |
708 | 2024-11-05T23:30:14.552Z | Downloaded zeroize_derive v1.4.2 |
709 | 2024-11-05T23:30:14.552Z | Downloaded rand_xorshift v0.3.0 |
710 | 2024-11-05T23:30:14.555Z | Downloaded thiserror-no-std v2.0.2 |
711 | 2024-11-05T23:30:14.557Z | Downloaded scopeguard v1.2.0 |
712 | 2024-11-05T23:30:14.558Z | Downloaded tokio-rustls v0.25.0 |
713 | 2024-11-05T23:30:14.560Z | Downloaded pretty-hex v0.2.1 |
714 | 2024-11-05T23:30:14.563Z | Downloaded http v0.2.12 |
715 | 2024-11-05T23:30:14.566Z | Downloaded signal-hook-tokio v0.3.1 |
716 | 2024-11-05T23:30:14.568Z | Downloaded darling_core v0.20.10 |
717 | 2024-11-05T23:30:14.572Z | Downloaded sync_wrapper v1.0.1 |
718 | 2024-11-05T23:30:14.575Z | Downloaded progenitor-macro v0.8.0 |
719 | 2024-11-05T23:30:14.575Z | Downloaded schemars_derive v0.8.21 |
720 | 2024-11-05T23:30:14.577Z | Downloaded slog-stdlog v4.1.1 |
721 | 2024-11-05T23:30:14.577Z | Downloaded slog-scope v4.4.0 |
722 | 2024-11-05T23:30:14.580Z | Downloaded slog-json v2.6.1 |
723 | 2024-11-05T23:30:14.582Z | Downloaded structmeta v0.3.0 |
724 | 2024-11-05T23:30:14.582Z | Downloaded der_derive v0.7.3 |
725 | 2024-11-05T23:30:14.585Z | Downloaded getrandom v0.2.15 |
726 | 2024-11-05T23:30:14.590Z | Downloaded fallible-iterator v0.3.0 |
727 | 2024-11-05T23:30:14.593Z | Downloaded ena v0.14.3 |
728 | 2024-11-05T23:30:14.593Z | Downloaded vsss-rs v3.3.4 |
729 | 2024-11-05T23:30:14.595Z | Downloaded globset v0.4.15 |
730 | 2024-11-05T23:30:14.595Z | Downloaded ron v0.7.1 |
731 | 2024-11-05T23:30:14.600Z | Downloaded untrusted v0.7.1 |
732 | 2024-11-05T23:30:14.603Z | Downloaded password-hash v0.4.2 |
733 | 2024-11-05T23:30:14.603Z | Downloaded gethostname v0.5.0 |
734 | 2024-11-05T23:30:14.606Z | Downloaded dsl_auto_type v0.1.2 |
735 | 2024-11-05T23:30:14.609Z | Downloaded num-integer v0.1.46 |
736 | 2024-11-05T23:30:14.609Z | Downloaded hash32 v0.3.1 |
737 | 2024-11-05T23:30:14.612Z | Downloaded either v1.13.0 |
738 | 2024-11-05T23:30:14.612Z | Downloaded test-strategy v0.3.1 |
739 | 2024-11-05T23:30:14.616Z | Downloaded url v2.5.2 |
740 | 2024-11-05T23:30:14.618Z | Downloaded foreign-types-shared v0.1.1 |
741 | 2024-11-05T23:30:14.620Z | Downloaded foreign-types-macros v0.2.3 |
742 | 2024-11-05T23:30:14.620Z | Downloaded hickory-resolver v0.24.1 |
743 | 2024-11-05T23:30:14.626Z | Downloaded hash32 v0.2.1 |
744 | 2024-11-05T23:30:14.628Z | Downloaded number_prefix v0.4.0 |
745 | 2024-11-05T23:30:14.628Z | Downloaded packed_struct_codegen v0.10.1 |
746 | 2024-11-05T23:30:14.631Z | Downloaded num-derive v0.4.2 |
747 | 2024-11-05T23:30:14.632Z | Downloaded foreign-types-shared v0.3.1 |
748 | 2024-11-05T23:30:14.634Z | Downloaded peg v0.8.4 |
749 | 2024-11-05T23:30:14.637Z | Downloaded oso v0.27.3 |
750 | 2024-11-05T23:30:14.640Z | Downloaded foldhash v0.1.3 |
751 | 2024-11-05T23:30:14.643Z | Downloaded const_format v0.2.33 |
752 | 2024-11-05T23:30:14.646Z | Downloaded path-slash v0.1.5 |
753 | 2024-11-05T23:30:14.649Z | Downloaded oso-derive v0.27.3 |
754 | 2024-11-05T23:30:14.649Z | Downloaded structmeta v0.2.0 |
755 | 2024-11-05T23:30:14.651Z | Downloaded stringprep v0.1.5 |
756 | 2024-11-05T23:30:14.651Z | Downloaded stable_deref_trait v1.2.0 |
757 | 2024-11-05T23:30:14.654Z | Downloaded aes v0.8.4 |
758 | 2024-11-05T23:30:14.656Z | Downloaded tabwriter v1.4.0 |
759 | 2024-11-05T23:30:14.659Z | Downloaded slab v0.4.9 |
760 | 2024-11-05T23:30:14.659Z | Downloaded signature v2.2.0 |
761 | 2024-11-05T23:30:14.662Z | Downloaded same-file v1.0.6 |
762 | 2024-11-05T23:30:14.662Z | Downloaded scrypt v0.11.0 |
763 | 2024-11-05T23:30:14.665Z | Downloaded supports-color v3.0.1 |
764 | 2024-11-05T23:30:14.667Z | Downloaded tracing-attributes v0.1.27 |
765 | 2024-11-05T23:30:14.670Z | Downloaded postgres-protocol v0.6.7 |
766 | 2024-11-05T23:30:14.670Z | Downloaded half v2.4.1 |
767 | 2024-11-05T23:30:14.675Z | Downloaded walkdir v2.5.0 |
768 | 2024-11-05T23:30:14.678Z | Downloaded defmt-macros v0.3.9 |
769 | 2024-11-05T23:30:14.680Z | Downloaded parking_lot v0.11.2 |
770 | 2024-11-05T23:30:14.680Z | Downloaded deranged v0.3.11 |
771 | 2024-11-05T23:30:14.683Z | Downloaded untrusted v0.9.0 |
772 | 2024-11-05T23:30:14.685Z | Downloaded primeorder v0.13.6 |
773 | 2024-11-05T23:30:14.685Z | Downloaded embedded-io v0.6.1 |
774 | 2024-11-05T23:30:14.688Z | Downloaded fatfs v0.3.6 |
775 | 2024-11-05T23:30:14.691Z | Downloaded vergen v8.3.2 |
776 | 2024-11-05T23:30:14.694Z | Downloaded embedded-io v0.4.0 |
777 | 2024-11-05T23:30:14.697Z | Downloaded rsa v0.9.6 |
778 | 2024-11-05T23:30:14.700Z | Downloaded time-core v0.1.2 |
779 | 2024-11-05T23:30:14.703Z | Downloaded subtle v2.6.1 |
780 | 2024-11-05T23:30:14.703Z | Downloaded signal-hook-registry v1.4.2 |
781 | 2024-11-05T23:30:14.705Z | Downloaded progenitor-impl v0.8.0 |
782 | 2024-11-05T23:30:14.708Z | Downloaded postcard v1.0.10 |
783 | 2024-11-05T23:30:14.711Z | Downloaded hex-literal v0.4.1 |
784 | 2024-11-05T23:30:14.711Z | Downloaded form_urlencoded v1.2.1 |
785 | 2024-11-05T23:30:14.714Z | Downloaded pem-rfc7468 v0.7.0 |
786 | 2024-11-05T23:30:14.714Z | Downloaded parse-zoneinfo v0.3.1 |
787 | 2024-11-05T23:30:14.716Z | Downloaded crypto-bigint v0.5.5 |
788 | 2024-11-05T23:30:14.723Z | Downloaded openssl-probe v0.1.5 |
789 | 2024-11-05T23:30:14.726Z | Downloaded headers-core v0.3.0 |
790 | 2024-11-05T23:30:14.726Z | Downloaded pkcs8 v0.10.2 |
791 | 2024-11-05T23:30:14.728Z | Downloaded minimal-lexical v0.2.1 |
792 | 2024-11-05T23:30:14.732Z | Downloaded phf_shared v0.11.2 |
793 | 2024-11-05T23:30:14.734Z | Downloaded tungstenite v0.24.0 |
794 | 2024-11-05T23:30:14.737Z | Downloaded secrecy v0.8.0 |
795 | 2024-11-05T23:30:14.740Z | Downloaded structmeta-derive v0.2.0 |
796 | 2024-11-05T23:30:14.740Z | Downloaded rand_seeder v0.3.0 |
797 | 2024-11-05T23:30:14.742Z | Downloaded sqlparser_derive v0.2.2 |
798 | 2024-11-05T23:30:14.742Z | Downloaded pin-utils v0.1.0 |
799 | 2024-11-05T23:30:14.745Z | Downloaded tokio-stream v0.1.16 |
800 | 2024-11-05T23:30:14.748Z | Downloaded tinyvec v1.8.0 |
801 | 2024-11-05T23:30:14.751Z | Downloaded dhcproto v0.12.0 |
802 | 2024-11-05T23:30:14.756Z | Downloaded rpassword v7.3.1 |
803 | 2024-11-05T23:30:14.760Z | Downloaded smallvec v0.6.14 |
804 | 2024-11-05T23:30:14.760Z | Downloaded shell-words v1.1.0 |
805 | 2024-11-05T23:30:14.760Z | Downloaded tokio-postgres v0.7.12 |
806 | 2024-11-05T23:30:14.764Z | Downloaded http v1.1.0 |
807 | 2024-11-05T23:30:14.768Z | Downloaded toml_edit v0.19.15 |
808 | 2024-11-05T23:30:14.786Z | Downloaded precomputed-hash v0.1.1 |
809 | 2024-11-05T23:30:14.788Z | Downloaded ff v0.13.0 |
810 | 2024-11-05T23:30:14.788Z | Downloaded hickory-client v0.24.1 |
811 | 2024-11-05T23:30:14.791Z | Downloaded fd-lock v4.0.2 |
812 | 2024-11-05T23:30:14.794Z | Downloaded enum-as-inner v0.6.1 |
813 | 2024-11-05T23:30:14.796Z | Downloaded dirs-next v2.0.0 |
814 | 2024-11-05T23:30:14.797Z | Downloaded wyz v0.5.1 |
815 | 2024-11-05T23:30:14.799Z | Downloaded parking_lot v0.12.3 |
816 | 2024-11-05T23:30:14.803Z | Downloaded omicron-zone-package v0.11.1 |
817 | 2024-11-05T23:30:14.806Z | Downloaded mio v1.0.2 |
818 | 2024-11-05T23:30:14.809Z | Downloaded shlex v1.3.0 |
819 | 2024-11-05T23:30:14.811Z | Downloaded serde_repr v0.1.19 |
820 | 2024-11-05T23:30:14.814Z | Downloaded powerfmt v0.2.0 |
821 | 2024-11-05T23:30:14.814Z | Downloaded pkcs5 v0.7.1 |
822 | 2024-11-05T23:30:14.817Z | Downloaded wait-timeout v0.2.0 |
823 | 2024-11-05T23:30:14.820Z | Downloaded tokio-macros v2.4.0 |
824 | 2024-11-05T23:30:14.820Z | Downloaded pin-project-internal v1.1.6 |
825 | 2024-11-05T23:30:14.823Z | Downloaded schemars v0.8.21 |
826 | 2024-11-05T23:30:14.833Z | Downloaded openssl-macros v0.1.1 |
827 | 2024-11-05T23:30:14.836Z | Downloaded structmeta-derive v0.3.0 |
828 | 2024-11-05T23:30:14.837Z | Downloaded ssh-cipher v0.2.0 |
829 | 2024-11-05T23:30:14.839Z | Downloaded tokio-rustls v0.24.1 |
830 | 2024-11-05T23:30:14.842Z | Downloaded tokio-rustls v0.26.0 |
831 | 2024-11-05T23:30:14.845Z | Downloaded ssh-encoding v0.2.0 |
832 | 2024-11-05T23:30:14.845Z | Downloaded sct v0.7.1 |
833 | 2024-11-05T23:30:14.849Z | Downloaded try-lock v0.2.5 |
834 | 2024-11-05T23:30:14.852Z | Downloaded funty v2.0.0 |
835 | 2024-11-05T23:30:14.852Z | Downloaded fragile v2.0.0 |
836 | 2024-11-05T23:30:14.852Z | Downloaded unarray v0.1.4 |
837 | 2024-11-05T23:30:14.855Z | Downloaded typify-macro v0.2.0 |
838 | 2024-11-05T23:30:14.855Z | Downloaded rustls-pki-types v1.9.0 |
839 | 2024-11-05T23:30:14.857Z | Downloaded percent-encoding v2.3.1 |
840 | 2024-11-05T23:30:14.860Z | Downloaded diff v0.1.13 |
841 | 2024-11-05T23:30:14.863Z | Downloaded steno v0.4.1 |
842 | 2024-11-05T23:30:14.868Z | Downloaded endian-type v0.1.2 |
843 | 2024-11-05T23:30:14.871Z | Downloaded nom v7.1.3 |
844 | 2024-11-05T23:30:14.874Z | Downloaded rustc_version v0.1.7 |
845 | 2024-11-05T23:30:14.874Z | Downloaded defmt v0.3.8 |
846 | 2024-11-05T23:30:14.877Z | Downloaded termtree v0.4.1 |
847 | 2024-11-05T23:30:14.879Z | Downloaded difflib v0.4.0 |
848 | 2024-11-05T23:30:14.880Z | Downloaded polyval v0.6.2 |
849 | 2024-11-05T23:30:14.882Z | Downloaded libxml v0.3.3 |
850 | 2024-11-05T23:30:14.891Z | Downloaded tls_codec_derive v0.4.1 |
851 | 2024-11-05T23:30:14.894Z | Downloaded rustfmt-wrapper v0.2.1 |
852 | 2024-11-05T23:30:14.894Z | Downloaded rustc_version v0.4.1 |
853 | 2024-11-05T23:30:14.894Z | Downloaded rustc-hash v2.0.0 |
854 | 2024-11-05T23:30:14.894Z | Downloaded tokio-native-tls v0.3.1 |
855 | 2024-11-05T23:30:14.897Z | Downloaded ppv-lite86 v0.2.20 |
856 | 2024-11-05T23:30:14.897Z | Downloaded prettyplease v0.2.22 |
857 | 2024-11-05T23:30:14.900Z | Downloaded dirs-sys-next v0.1.2 |
858 | 2024-11-05T23:30:14.906Z | Downloaded vte_generate_state_changes v0.1.2 |
859 | 2024-11-05T23:30:14.906Z | Downloaded postgres-types v0.2.8 |
860 | 2024-11-05T23:30:14.909Z | Downloaded tls_codec v0.4.1 |
861 | 2024-11-05T23:30:14.909Z | Downloaded futures-sink v0.3.31 |
862 | 2024-11-05T23:30:14.909Z | Downloaded quick-error v1.2.3 |
863 | 2024-11-05T23:30:14.909Z | Downloaded futures-macro v0.3.31 |
864 | 2024-11-05T23:30:14.912Z | Downloaded parse-display v0.10.0 |
865 | 2024-11-05T23:30:14.912Z | Downloaded samael v0.0.17 |
866 | 2024-11-05T23:30:14.917Z | Downloaded derive_builder v0.20.2 |
867 | 2024-11-05T23:30:14.922Z | Downloaded num-conv v0.1.0 |
868 | 2024-11-05T23:30:14.925Z | Downloaded unsafe-libyaml v0.2.11 |
869 | 2024-11-05T23:30:14.928Z | Downloaded spin v0.5.2 |
870 | 2024-11-05T23:30:14.930Z | Downloaded yasna v0.5.2 |
871 | 2024-11-05T23:30:14.930Z | Downloaded twox-hash v1.6.3 |
872 | 2024-11-05T23:30:14.933Z | Downloaded parking_lot_core v0.8.6 |
873 | 2024-11-05T23:30:14.936Z | Downloaded tungstenite v0.23.0 |
874 | 2024-11-05T23:30:14.939Z | Downloaded derive-where v1.2.7 |
875 | 2024-11-05T23:30:14.942Z | Downloaded itertools v0.12.1 |
876 | 2024-11-05T23:30:14.950Z | Downloaded num v0.4.3 |
877 | 2024-11-05T23:30:14.953Z | Downloaded flume v0.11.0 |
878 | 2024-11-05T23:30:14.955Z | Downloaded qorb v0.2.0 |
879 | 2024-11-05T23:30:14.958Z | Downloaded tui-tree-widget v0.22.0 |
880 | 2024-11-05T23:30:14.962Z | Downloaded xattr v1.3.1 |
881 | 2024-11-05T23:30:14.965Z | Downloaded tungstenite v0.21.0 |
882 | 2024-11-05T23:30:14.968Z | Downloaded expectorate v1.1.0 |
883 | 2024-11-05T23:30:14.971Z | Downloaded time-macros v0.2.18 |
884 | 2024-11-05T23:30:14.971Z | Downloaded quinn-udp v0.5.5 |
885 | 2024-11-05T23:30:14.974Z | Downloaded aes-gcm v0.10.3 |
886 | 2024-11-05T23:30:14.978Z | Downloaded signal-hook v0.3.17 |
887 | 2024-11-05T23:30:14.980Z | Downloaded openssl-sys v0.9.103 |
888 | 2024-11-05T23:30:14.983Z | Downloaded xz2 v0.1.7 |
889 | 2024-11-05T23:30:14.987Z | Downloaded foreign-types v0.5.0 |
890 | 2024-11-05T23:30:14.987Z | Downloaded float-ord v0.3.2 |
891 | 2024-11-05T23:30:14.990Z | Downloaded parking_lot_core v0.9.10 |
892 | 2024-11-05T23:30:14.990Z | Downloaded num-rational v0.4.2 |
893 | 2024-11-05T23:30:14.992Z | Downloaded rcgen v0.12.1 |
894 | 2024-11-05T23:30:14.995Z | Downloaded rayon-core v1.12.1 |
895 | 2024-11-05T23:30:14.998Z | Downloaded zerocopy v0.6.6 |
896 | 2024-11-05T23:30:15.001Z | Downloaded tracing v0.1.40 |
897 | 2024-11-05T23:30:15.005Z | Downloaded downcast v0.11.0 |
898 | 2024-11-05T23:30:15.007Z | Downloaded typify v0.2.0 |
899 | 2024-11-05T23:30:15.010Z | Downloaded futures-io v0.3.31 |
900 | 2024-11-05T23:30:15.010Z | Downloaded futures-executor v0.3.31 |
901 | 2024-11-05T23:30:15.014Z | Downloaded spki v0.7.3 |
902 | 2024-11-05T23:30:15.014Z | Downloaded futures v0.3.31 |
903 | 2024-11-05T23:30:15.017Z | Downloaded dropshot_endpoint v0.12.0 |
904 | 2024-11-05T23:30:15.021Z | Downloaded tough v0.17.1 |
905 | 2024-11-05T23:30:15.029Z | Downloaded zone v0.1.8 |
906 | 2024-11-05T23:30:15.033Z | Downloaded futures-channel v0.3.31 |
907 | 2024-11-05T23:30:15.033Z | Downloaded heapless v0.8.0 |
908 | 2024-11-05T23:30:15.036Z | Downloaded itertools v0.10.5 |
909 | 2024-11-05T23:30:15.041Z | Downloaded phf v0.11.2 |
910 | 2024-11-05T23:30:15.044Z | Downloaded blake3 v1.5.4 |
911 | 2024-11-05T23:30:15.052Z | Downloaded predicates-tree v1.0.11 |
912 | 2024-11-05T23:30:15.055Z | Downloaded predicates v3.1.2 |
913 | 2024-11-05T23:30:15.055Z | Downloaded rustls-pemfile v1.0.4 |
914 | 2024-11-05T23:30:15.058Z | Downloaded termios v0.3.3 |
915 | 2024-11-05T23:30:15.060Z | Downloaded hyper v0.14.30 |
916 | 2024-11-05T23:30:15.067Z | Downloaded float-cmp v0.9.0 |
917 | 2024-11-05T23:30:15.069Z | Downloaded thread_local v1.1.8 |
918 | 2024-11-05T23:30:15.069Z | Downloaded slog-envlogger v2.2.0 |
919 | 2024-11-05T23:30:15.072Z | Downloaded rtoolbox v0.0.2 |
920 | 2024-11-05T23:30:15.072Z | Downloaded olpc-cjson v0.1.4 |
921 | 2024-11-05T23:30:15.074Z | Downloaded quinn v0.11.5 |
922 | 2024-11-05T23:30:15.077Z | Downloaded universal-hash v0.5.1 |
923 | 2024-11-05T23:30:15.080Z | Downloaded topological-sort v0.2.2 |
924 | 2024-11-05T23:30:15.080Z | Downloaded enum-as-inner v0.5.1 |
925 | 2024-11-05T23:30:15.083Z | Downloaded num_enum v0.5.11 |
926 | 2024-11-05T23:30:15.086Z | Downloaded num-complex v0.4.6 |
927 | 2024-11-05T23:30:15.090Z | Downloaded rand_chacha v0.3.1 |
928 | 2024-11-05T23:30:15.090Z | Downloaded r2d2 v0.8.10 |
929 | 2024-11-05T23:30:15.094Z | Downloaded idna v0.2.3 |
930 | 2024-11-05T23:30:15.097Z | Downloaded pbkdf2 v0.12.2 |
931 | 2024-11-05T23:30:15.099Z | Downloaded serde-hex v0.1.0 |
932 | 2024-11-05T23:30:15.099Z | Downloaded uzers v0.12.1 |
933 | 2024-11-05T23:30:15.103Z | Downloaded pbkdf2 v0.11.0 |
934 | 2024-11-05T23:30:15.106Z | Downloaded zone v0.3.0 |
935 | 2024-11-05T23:30:15.106Z | Downloaded sha1 v0.10.6 |
936 | 2024-11-05T23:30:15.109Z | Downloaded serde_with_macros v3.11.0 |
937 | 2024-11-05T23:30:15.109Z | Downloaded hkdf v0.12.4 |
938 | 2024-11-05T23:30:15.113Z | Downloaded headers v0.4.0 |
939 | 2024-11-05T23:30:15.118Z | Downloaded psl-types v2.0.11 |
940 | 2024-11-05T23:30:15.121Z | Downloaded serde_urlencoded v0.7.1 |
941 | 2024-11-05T23:30:15.121Z | Downloaded salsa20 v0.10.2 |
942 | 2024-11-05T23:30:15.121Z | Downloaded paste v1.0.15 |
943 | 2024-11-05T23:30:15.125Z | Downloaded derive_more v0.99.18 |
944 | 2024-11-05T23:30:15.129Z | Downloaded ssh-key v0.6.6 |
945 | 2024-11-05T23:30:15.134Z | Downloaded slog-term v2.9.1 |
946 | 2024-11-05T23:30:15.137Z | Downloaded socket2 v0.5.7 |
947 | 2024-11-05T23:30:15.140Z | Downloaded poly1305 v0.8.0 |
948 | 2024-11-05T23:30:15.142Z | Downloaded idna v0.5.0 |
949 | 2024-11-05T23:30:15.152Z | Downloaded num-traits v0.2.19 |
950 | 2024-11-05T23:30:15.156Z | Downloaded x509-cert v0.2.5 |
951 | 2024-11-05T23:30:15.158Z | Downloaded unicase v2.7.0 |
952 | 2024-11-05T23:30:15.161Z | Downloaded ed25519-dalek v2.1.1 |
953 | 2024-11-05T23:30:15.163Z | Downloaded unicode-segmentation v1.12.0 |
954 | 2024-11-05T23:30:15.167Z | Downloaded snafu v0.8.5 |
955 | 2024-11-05T23:30:15.172Z | Downloaded rustls-pemfile v2.2.0 |
956 | 2024-11-05T23:30:15.175Z | Downloaded hashbrown v0.13.2 |
957 | 2024-11-05T23:30:15.178Z | Downloaded password-hash v0.5.0 |
958 | 2024-11-05T23:30:15.183Z | Downloaded subprocess v0.2.9 |
959 | 2024-11-05T23:30:15.186Z | Downloaded spin v0.9.8 |
960 | 2024-11-05T23:30:15.186Z | Downloaded nix v0.27.1 |
961 | 2024-11-05T23:30:15.199Z | Downloaded tokio-tungstenite v0.21.0 |
962 | 2024-11-05T23:30:15.202Z | Downloaded num-bigint v0.4.6 |
963 | 2024-11-05T23:30:15.204Z | Downloaded strum_macros v0.25.3 |
964 | 2024-11-05T23:30:15.207Z | Downloaded des v0.8.1 |
965 | 2024-11-05T23:30:15.209Z | Downloaded slog v2.7.0 |
966 | 2024-11-05T23:30:15.213Z | Downloaded zip v0.6.6 |
967 | 2024-11-05T23:30:15.216Z | Downloaded p256 v0.13.2 |
968 | 2024-11-05T23:30:15.219Z | Downloaded pkcs1 v0.7.5 |
969 | 2024-11-05T23:30:15.222Z | Downloaded nu-ansi-term v0.50.1 |
970 | 2024-11-05T23:30:15.226Z | Downloaded p521 v0.13.3 |
971 | 2024-11-05T23:30:15.229Z | Downloaded unicode-normalization v0.1.24 |
972 | 2024-11-05T23:30:15.232Z | Downloaded elliptic-curve v0.13.8 |
973 | 2024-11-05T23:30:15.234Z | Downloaded derive_builder_macro v0.20.2 |
974 | 2024-11-05T23:30:15.234Z | Downloaded vte v0.11.1 |
975 | 2024-11-05T23:30:15.237Z | Downloaded typed-path v0.7.1 |
976 | 2024-11-05T23:30:15.243Z | Downloaded heapless v0.7.17 |
977 | 2024-11-05T23:30:15.246Z | Downloaded tracing-core v0.1.32 |
978 | 2024-11-05T23:30:15.249Z | Downloaded rayon v1.10.0 |
979 | 2024-11-05T23:30:15.259Z | Downloaded bindgen v0.69.5 |
980 | 2024-11-05T23:30:15.266Z | Downloaded unicode-bidi v0.3.17 |
981 | 2024-11-05T23:30:15.269Z | Downloaded bitvec v1.0.1 |
982 | 2024-11-05T23:30:15.283Z | Downloaded hashbrown v0.12.3 |
983 | 2024-11-05T23:30:15.288Z | Downloaded serde_yaml v0.9.34+deprecated |
984 | 2024-11-05T23:30:15.292Z | Downloaded russh v0.45.0 |
985 | 2024-11-05T23:30:15.298Z | Downloaded sqlparser v0.45.0 |
986 | 2024-11-05T23:30:15.303Z | Downloaded futures-util v0.3.31 |
987 | 2024-11-05T23:30:15.315Z | Downloaded der v0.7.9 |
988 | 2024-11-05T23:30:15.321Z | Downloaded unicode_categories v0.1.1 |
989 | 2024-11-05T23:30:15.323Z | Downloaded winnow v0.5.40 |
990 | 2024-11-05T23:30:15.333Z | Downloaded hashbrown v0.14.5 |
991 | 2024-11-05T23:30:15.338Z | Downloaded reqwest v0.12.8 |
992 | 2024-11-05T23:30:15.346Z | Downloaded git2 v0.19.0 |
993 | 2024-11-05T23:30:15.355Z | Downloaded time v0.3.36 |
994 | 2024-11-05T23:30:15.361Z | Downloaded vcpkg v0.2.15 |
995 | 2024-11-05T23:30:15.400Z | Downloaded rusqlite v0.32.1 |
996 | 2024-11-05T23:30:15.407Z | Downloaded webpki-roots v0.26.6 |
997 | 2024-11-05T23:30:15.412Z | Downloaded lalrpop v0.19.12 |
998 | 2024-11-05T23:30:15.423Z | Downloaded publicsuffix v2.2.3 |
999 | 2024-11-05T23:30:15.425Z | Downloaded curve25519-dalek v4.1.3 |
1000 | 2024-11-05T23:30:15.435Z | Downloaded serde_with v3.11.0 |
1001 | 2024-11-05T23:30:15.443Z | Downloaded idna v0.4.0 |
1002 | 2024-11-05T23:30:15.449Z | Downloaded salty v0.3.0 |
1003 | 2024-11-05T23:30:15.456Z | Downloaded rustls-webpki v0.101.7 |
1004 | 2024-11-05T23:30:15.470Z | Downloaded radix_trie v0.2.1 |
1005 | 2024-11-05T23:30:15.476Z | Downloaded gimli v0.31.1 |
1006 | 2024-11-05T23:30:15.485Z | Downloaded reedline v0.35.0 |
1007 | 2024-11-05T23:30:15.492Z | Downloaded reqwest v0.11.27 |
1008 | 2024-11-05T23:30:15.500Z | Downloaded idna v0.3.0 |
1009 | 2024-11-05T23:30:15.507Z | Downloaded proptest v1.5.0 |
1010 | 2024-11-05T23:30:15.515Z | Downloaded regex v1.11.0 |
1011 | 2024-11-05T23:30:15.529Z | Downloaded quick-xml v0.33.0 |
1012 | 2024-11-05T23:30:15.536Z | Downloaded rustls v0.21.12 |
1013 | 2024-11-05T23:30:15.547Z | Downloaded regress v0.9.1 |
1014 | 2024-11-05T23:30:15.557Z | Downloaded chrono-tz v0.10.0 |
1015 | 2024-11-05T23:30:15.565Z | Downloaded bstr v1.10.0 |
1016 | 2024-11-05T23:30:15.575Z | Downloaded regex-syntax v0.6.29 |
1017 | 2024-11-05T23:30:15.582Z | Downloaded nix v0.28.0 |
1018 | 2024-11-05T23:30:15.596Z | Downloaded quinn-proto v0.11.8 |
1019 | 2024-11-05T23:30:15.600Z | Downloaded dropshot v0.12.0 |
1020 | 2024-11-05T23:30:15.620Z | Downloaded rustls v0.23.14 |
1021 | 2024-11-05T23:30:15.632Z | Downloaded diesel v2.2.4 |
1022 | 2024-11-05T23:30:15.651Z | Downloaded object v0.30.4 |
1023 | 2024-11-05T23:30:15.663Z | Downloaded hickory-proto v0.24.1 |
1024 | 2024-11-05T23:30:15.677Z | Downloaded regex-syntax v0.8.5 |
1025 | 2024-11-05T23:30:15.686Z | Downloaded smoltcp v0.11.0 |
1026 | 2024-11-05T23:30:15.698Z | Downloaded rustls v0.22.4 |
1027 | 2024-11-05T23:30:15.712Z | Downloaded openssl v0.10.66 |
1028 | 2024-11-05T23:30:15.721Z | Downloaded trust-dns-proto v0.22.0 |
1029 | 2024-11-05T23:30:15.733Z | Downloaded zerocopy-derive v0.6.6 |
1030 | 2024-11-05T23:30:15.744Z | Downloaded openapiv3 v2.0.0 |
1031 | 2024-11-05T23:30:15.755Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1032 | 2024-11-05T23:30:15.767Z | Downloaded nix v0.29.0 |
1033 | 2024-11-05T23:30:15.779Z | Downloaded object v0.36.5 |
1034 | 2024-11-05T23:30:15.791Z | Downloaded polar-core v0.27.3 |
1035 | 2024-11-05T23:30:15.800Z | Downloaded p384 v0.13.0 |
1036 | 2024-11-05T23:30:15.806Z | Downloaded smoltcp v0.9.1 |
1037 | 2024-11-05T23:30:15.817Z | Downloaded regress v0.10.1 |
1038 | 2024-11-05T23:30:15.826Z | Downloaded portable-atomic v1.9.0 |
1039 | 2024-11-05T23:30:15.833Z | Downloaded regex-automata v0.4.8 |
1040 | 2024-11-05T23:30:15.850Z | Downloaded h2 v0.4.6 |
1041 | 2024-11-05T23:30:15.857Z | Downloaded typify-impl v0.2.0 |
1042 | 2024-11-05T23:30:15.872Z | Downloaded sled v0.34.7 |
1043 | 2024-11-05T23:30:15.883Z | Downloaded ratatui v0.28.1 |
1044 | 2024-11-05T23:30:15.902Z | Downloaded chrono v0.4.38 |
1045 | 2024-11-05T23:30:15.909Z | Downloaded num-bigint-dig v0.8.4 |
1046 | 2024-11-05T23:30:15.914Z | Downloaded h2 v0.3.26 |
1047 | 2024-11-05T23:30:15.921Z | Downloaded csv v1.3.0 |
1048 | 2024-11-05T23:30:15.941Z | Downloaded rustls-webpki v0.102.8 |
1049 | 2024-11-05T23:30:15.959Z | Downloaded pin-project v1.1.6 |
1050 | 2024-11-05T23:30:15.970Z | Downloaded aho-corasick v1.1.3 |
1051 | 2024-11-05T23:30:15.975Z | Downloaded strum_macros v0.26.4 |
1052 | 2024-11-05T23:30:15.979Z | Downloaded flate2 v1.0.34 |
1053 | 2024-11-05T23:30:15.983Z | Downloaded lzma-sys v0.1.20 |
1054 | 2024-11-05T23:30:16.012Z | Downloaded diesel_derives v2.2.3 |
1055 | 2024-11-05T23:30:16.017Z | Downloaded tiny-keccak v2.0.2 |
1056 | 2024-11-05T23:30:16.021Z | Downloaded ref-cast v1.0.23 |
1057 | 2024-11-05T23:30:16.024Z | Downloaded owo-colors v4.1.0 |
1058 | 2024-11-05T23:30:16.024Z | Downloaded ron v0.8.1 |
1059 | 2024-11-05T23:30:16.029Z | Downloaded hyper v1.4.1 |
1060 | 2024-11-05T23:30:16.035Z | Downloaded libm v0.2.8 |
1061 | 2024-11-05T23:30:16.042Z | Downloaded rustyline v14.0.0 |
1062 | 2024-11-05T23:30:16.047Z | Downloaded rand v0.8.5 |
1063 | 2024-11-05T23:30:16.052Z | Downloaded tokio-util v0.7.12 |
1064 | 2024-11-05T23:30:16.059Z | Downloaded derive_builder_core v0.20.2 |
1065 | 2024-11-05T23:30:16.061Z | Downloaded libz-sys v1.1.20 |
1066 | 2024-11-05T23:30:16.081Z | Downloaded whoami v1.5.2 |
1067 | 2024-11-05T23:30:16.084Z | Downloaded petgraph v0.6.5 |
1068 | 2024-11-05T23:30:16.101Z | Downloaded tokio v1.40.0 |
1069 | 2024-11-05T23:30:16.140Z | Downloaded semver v0.1.20 |
1070 | 2024-11-05T23:30:16.143Z | Downloaded sha3 v0.10.8 |
1071 | 2024-11-05T23:30:16.146Z | Downloaded glob v0.3.1 |
1072 | 2024-11-05T23:30:16.150Z | Downloaded base64 v0.13.1 |
1073 | 2024-11-05T23:30:16.150Z | Downloaded async-bb8-diesel v0.2.1 |
1074 | 2024-11-05T23:30:16.153Z | Downloaded peg-runtime v0.8.3 |
1075 | 2024-11-05T23:30:16.153Z | Downloaded console v0.15.8 |
1076 | 2024-11-05T23:30:16.156Z | Downloaded const_format_proc_macros v0.2.33 |
1077 | 2024-11-05T23:30:16.160Z | Downloaded crc32fast v1.4.2 |
1078 | 2024-11-05T23:30:16.160Z | Downloaded num_threads v0.1.7 |
1079 | 2024-11-05T23:30:16.163Z | Downloaded filetime v0.2.25 |
1080 | 2024-11-05T23:30:16.163Z | Downloaded crossterm v0.28.1 |
1081 | 2024-11-05T23:30:16.168Z | Downloaded convert_case v0.4.0 |
1082 | 2024-11-05T23:30:16.170Z | Downloaded colored v2.1.0 |
1083 | 2024-11-05T23:30:16.173Z | Downloaded ctr v0.9.2 |
1084 | 2024-11-05T23:30:16.173Z | Downloaded block-padding v0.3.3 |
1085 | 2024-11-05T23:30:16.173Z | Downloaded ahash v0.8.11 |
1086 | 2024-11-05T23:30:16.176Z | Downloaded debug-ignore v1.0.5 |
1087 | 2024-11-05T23:30:16.179Z | Downloaded constant_time_eq v0.3.1 |
1088 | 2024-11-05T23:30:16.179Z | Downloaded bitflags v1.3.2 |
1089 | 2024-11-05T23:30:16.182Z | Downloaded arrayref v0.3.9 |
1090 | 2024-11-05T23:30:16.186Z | Downloaded bb8 v0.8.5 |
1091 | 2024-11-05T23:30:16.259Z | Downloaded encoding_rs v0.8.34 |
1092 | 2024-11-05T23:30:16.334Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1093 | 2024-11-05T23:30:16.662Z | Downloaded libsqlite3-sys v0.30.1 |
1094 | 2024-11-05T23:30:16.753Z | Downloaded ring v0.17.8 |
1095 | 2024-11-05T23:30:16.893Z | Downloaded ring v0.16.20 |
1096 | 2024-11-05T23:30:17.084Z | Compiling serde v1.0.210 |
1097 | 2024-11-05T23:30:17.088Z | Compiling typenum v1.17.0 |
1098 | 2024-11-05T23:30:17.088Z | Compiling generic-array v0.14.7 |
1099 | 2024-11-05T23:30:17.088Z | Compiling lock_api v0.4.12 |
1100 | 2024-11-05T23:30:17.088Z | Compiling scopeguard v1.2.0 |
1101 | 2024-11-05T23:30:17.088Z | Compiling subtle v2.6.1 |
1102 | 2024-11-05T23:30:17.259Z | Compiling syn v2.0.79 |
1103 | 2024-11-05T23:30:17.271Z | Compiling getrandom v0.2.15 |
1104 | 2024-11-05T23:30:17.360Z | Compiling value-bag v1.9.0 |
1105 | 2024-11-05T23:30:17.565Z | Compiling rand_core v0.6.4 |
1106 | 2024-11-05T23:30:17.703Z | Compiling const-oid v0.9.6 |
1107 | 2024-11-05T23:30:17.721Z | Compiling pin-project-lite v0.2.14 |
1108 | 2024-11-05T23:30:17.827Z | Compiling log v0.4.22 |
1109 | 2024-11-05T23:30:17.847Z | Compiling smallvec v1.13.2 |
1110 | 2024-11-05T23:30:18.148Z | Compiling jobserver v0.1.32 |
1111 | 2024-11-05T23:30:18.170Z | Compiling parking_lot_core v0.9.10 |
1112 | 2024-11-05T23:30:18.241Z | Compiling shlex v1.3.0 |
1113 | 2024-11-05T23:30:18.286Z | Compiling futures-core v0.3.31 |
1114 | 2024-11-05T23:30:18.552Z | Compiling cc v1.1.30 |
1115 | 2024-11-05T23:30:18.672Z | Compiling signal-hook-registry v1.4.2 |
1116 | 2024-11-05T23:30:18.738Z | Compiling mio v1.0.2 |
1117 | 2024-11-05T23:30:18.921Z | Compiling cpufeatures v0.2.14 |
1118 | 2024-11-05T23:30:19.028Z | Compiling parking_lot v0.12.3 |
1119 | 2024-11-05T23:30:19.310Z | Compiling futures-sink v0.3.31 |
1120 | 2024-11-05T23:30:19.521Z | Compiling spin v0.9.8 |
1121 | 2024-11-05T23:30:19.616Z | Compiling socket2 v0.5.7 |
1122 | 2024-11-05T23:30:19.845Z | Compiling slab v0.4.9 |
1123 | 2024-11-05T23:30:19.917Z | Compiling serde_json v1.0.128 |
1124 | 2024-11-05T23:30:19.939Z | Compiling futures-channel v0.3.31 |
1125 | 2024-11-05T23:30:19.965Z | Compiling futures-io v0.3.31 |
1126 | 2024-11-05T23:30:20.103Z | Compiling foldhash v0.1.3 |
1127 | 2024-11-05T23:30:20.265Z | Compiling tinyvec_macros v0.1.1 |
1128 | 2024-11-05T23:30:20.307Z | Compiling pin-utils v0.1.0 |
1129 | 2024-11-05T23:30:20.337Z | Compiling allocator-api2 v0.2.18 |
1130 | 2024-11-05T23:30:20.355Z | Compiling futures-task v0.3.31 |
1131 | 2024-11-05T23:30:20.394Z | Compiling tinyvec v1.8.0 |
1132 | 2024-11-05T23:30:20.396Z | Compiling libm v0.2.8 |
1133 | 2024-11-05T23:30:20.528Z | Compiling num-traits v0.2.19 |
1134 | 2024-11-05T23:30:20.576Z | Compiling unicode-bidi v0.3.17 |
1135 | 2024-11-05T23:30:20.646Z | Compiling base64ct v1.6.0 |
1136 | 2024-11-05T23:30:21.043Z | Compiling hashbrown v0.15.0 |
1137 | 2024-11-05T23:30:21.136Z | Compiling pem-rfc7468 v0.7.0 |
1138 | 2024-11-05T23:30:21.226Z | Compiling flagset v0.4.6 |
1139 | 2024-11-05T23:30:21.435Z | Compiling httparse v1.9.5 |
1140 | 2024-11-05T23:30:21.893Z | Compiling unicode-normalization v0.1.24 |
1141 | 2024-11-05T23:30:21.949Z | Compiling tracing-core v0.1.32 |
1142 | 2024-11-05T23:30:22.115Z | Compiling crossbeam-utils v0.8.20 |
1143 | 2024-11-05T23:30:22.339Z | Compiling rustls-pki-types v1.9.0 |
1144 | 2024-11-05T23:30:22.367Z | Compiling percent-encoding v2.3.1 |
1145 | 2024-11-05T23:30:22.656Z | Compiling ring v0.17.8 |
1146 | 2024-11-05T23:30:22.763Z | Compiling pkg-config v0.3.31 |
1147 | 2024-11-05T23:30:22.969Z | Compiling num-conv v0.1.0 |
1148 | 2024-11-05T23:30:23.258Z | Compiling untrusted v0.9.0 |
1149 | 2024-11-05T23:30:23.291Z | Compiling time-core v0.1.2 |
1150 | 2024-11-05T23:30:23.419Z | Compiling vcpkg v0.2.15 |
1151 | 2024-11-05T23:30:23.439Z | Compiling powerfmt v0.2.0 |
1152 | 2024-11-05T23:30:23.475Z | Compiling time-macros v0.2.18 |
1153 | 2024-11-05T23:30:23.825Z | Compiling deranged v0.3.11 |
1154 | 2024-11-05T23:30:23.946Z | Compiling num_threads v0.1.7 |
1155 | 2024-11-05T23:30:24.091Z | Compiling atomic-waker v1.1.2 |
1156 | 2024-11-05T23:30:24.198Z | Compiling form_urlencoded v1.2.1 |
1157 | 2024-11-05T23:30:24.293Z | Compiling try-lock v0.2.5 |
1158 | 2024-11-05T23:30:24.433Z | Compiling rustix v0.38.37 |
1159 | 2024-11-05T23:30:24.527Z | Compiling slog v2.7.0 |
1160 | 2024-11-05T23:30:24.671Z | Compiling want v0.3.1 |
1161 | 2024-11-05T23:30:24.957Z | Compiling httpdate v1.0.3 |
1162 | 2024-11-05T23:30:25.274Z | Compiling idna v0.5.0 |
1163 | 2024-11-05T23:30:25.365Z | Compiling openssl-sys v0.9.103 |
1164 | 2024-11-05T23:30:25.385Z | Compiling rustversion v1.0.17 |
1165 | 2024-11-05T23:30:25.726Z | Compiling tower-service v0.3.3 |
1166 | 2024-11-05T23:30:25.837Z | Compiling iana-time-zone v0.1.61 |
1167 | 2024-11-05T23:30:25.856Z | Compiling base64 v0.22.1 |
1168 | 2024-11-05T23:30:26.028Z | Compiling openssl v0.10.66 |
1169 | 2024-11-05T23:30:26.269Z | Compiling match_cfg v0.1.0 |
1170 | 2024-11-05T23:30:26.362Z | Compiling foreign-types-shared v0.1.1 |
1171 | 2024-11-05T23:30:26.425Z | Compiling hostname v0.3.1 |
1172 | 2024-11-05T23:30:26.440Z | Compiling time v0.3.36 |
1173 | 2024-11-05T23:30:26.458Z | Compiling foreign-types v0.3.2 |
1174 | 2024-11-05T23:30:26.506Z | Compiling url v2.5.2 |
1175 | 2024-11-05T23:30:26.611Z | Compiling dirs-sys-next v0.1.2 |
1176 | 2024-11-05T23:30:26.636Z | Compiling aho-corasick v1.1.3 |
1177 | 2024-11-05T23:30:26.707Z | Compiling native-tls v0.2.12 |
1178 | 2024-11-05T23:30:27.013Z | Compiling regex-syntax v0.8.5 |
1179 | 2024-11-05T23:30:27.182Z | Compiling siphasher v0.3.11 |
1180 | 2024-11-05T23:30:27.557Z | Compiling syn v1.0.109 |
1181 | 2024-11-05T23:30:28.146Z | Compiling rustls v0.23.14 |
1182 | 2024-11-05T23:30:28.173Z | Compiling adler2 v2.0.0 |
1183 | 2024-11-05T23:30:28.356Z | Compiling data-encoding v2.6.0 |
1184 | 2024-11-05T23:30:28.397Z | Compiling rustls v0.22.4 |
1185 | 2024-11-05T23:30:28.593Z | Compiling miniz_oxide v0.8.0 |
1186 | 2024-11-05T23:30:29.890Z | Compiling regex-automata v0.4.8 |
1187 | 2024-11-05T23:30:30.284Z | Compiling serde_derive v1.0.210 |
1188 | 2024-11-05T23:30:30.329Z | Compiling zeroize_derive v1.4.2 |
1189 | 2024-11-05T23:30:30.815Z | Compiling zerocopy-derive v0.7.35 |
1190 | 2024-11-05T23:30:30.860Z | Compiling tokio-macros v2.4.0 |
1191 | 2024-11-05T23:30:31.468Z | Compiling thiserror-impl v1.0.64 |
1192 | 2024-11-05T23:30:31.890Z | Compiling zeroize v1.8.1 |
1193 | 2024-11-05T23:30:32.297Z | Compiling futures-macro v0.3.31 |
1194 | 2024-11-05T23:30:32.329Z | Compiling der_derive v0.7.3 |
1195 | 2024-11-05T23:30:32.948Z | Compiling zerocopy v0.7.35 |
1196 | 2024-11-05T23:30:33.655Z | Compiling crypto-common v0.1.6 |
1197 | 2024-11-05T23:30:33.867Z | Compiling block-buffer v0.10.4 |
1198 | 2024-11-05T23:30:34.076Z | Compiling digest v0.10.7 |
1199 | 2024-11-05T23:30:34.124Z | Compiling futures-util v0.3.31 |
1200 | 2024-11-05T23:30:34.473Z | Compiling thiserror v1.0.64 |
1201 | 2024-11-05T23:30:34.490Z | Compiling hmac v0.12.1 |
1202 | 2024-11-05T23:30:34.516Z | Compiling block-padding v0.3.3 |
1203 | 2024-11-05T23:30:34.594Z | Compiling sha2 v0.10.8 |
1204 | 2024-11-05T23:30:34.613Z | Compiling ppv-lite86 v0.2.20 |
1205 | 2024-11-05T23:30:34.705Z | Compiling der v0.7.9 |
1206 | 2024-11-05T23:30:34.762Z | Compiling inout v0.1.3 |
1207 | 2024-11-05T23:30:35.034Z | Compiling cipher v0.4.4 |
1208 | 2024-11-05T23:30:35.411Z | Compiling rand_chacha v0.3.1 |
1209 | 2024-11-05T23:30:35.580Z | Compiling tracing-attributes v0.1.27 |
1210 | 2024-11-05T23:30:37.599Z | Compiling spki v0.7.3 |
1211 | 2024-11-05T23:30:37.888Z | Compiling rand v0.8.5 |
1212 | 2024-11-05T23:30:37.948Z | Compiling salsa20 v0.10.2 |
1213 | 2024-11-05T23:30:38.049Z | Compiling pbkdf2 v0.12.2 |
1214 | 2024-11-05T23:30:38.153Z | Compiling pest v2.7.14 |
1215 | 2024-11-05T23:30:38.214Z | Compiling scrypt v0.11.0 |
1216 | 2024-11-05T23:30:38.740Z | Compiling aes v0.8.4 |
1217 | 2024-11-05T23:30:39.043Z | Compiling tracing v0.1.40 |
1218 | 2024-11-05T23:30:39.513Z | Compiling cbc v0.1.2 |
1219 | 2024-11-05T23:30:39.739Z | Compiling scroll_derive v0.12.0 |
1220 | 2024-11-05T23:30:40.002Z | Compiling pkcs5 v0.7.1 |
1221 | 2024-11-05T23:30:40.181Z | Compiling openssl-macros v0.1.1 |
1222 | 2024-11-05T23:30:40.928Z | Compiling pest_meta v2.7.14 |
1223 | 2024-11-05T23:30:41.060Z | Compiling pkcs8 v0.10.2 |
1224 | 2024-11-05T23:30:41.155Z | Compiling async-trait v0.1.83 |
1225 | 2024-11-05T23:30:41.214Z | Compiling scroll v0.12.0 |
1226 | 2024-11-05T23:30:41.348Z | Compiling signature v2.2.0 |
1227 | 2024-11-05T23:30:41.459Z | Compiling sha1 v0.10.6 |
1228 | 2024-11-05T23:30:41.647Z | Compiling rustls-webpki v0.102.8 |
1229 | 2024-11-05T23:30:41.738Z | Compiling goblin v0.8.2 |
1230 | 2024-11-05T23:30:41.885Z | Compiling dirs-next v2.0.0 |
1231 | 2024-11-05T23:30:42.080Z | Compiling serde_derive_internals v0.29.1 |
1232 | 2024-11-05T23:30:43.246Z | Compiling pest_generator v2.7.14 |
1233 | 2024-11-05T23:30:43.264Z | Compiling crossbeam-epoch v0.9.18 |
1234 | 2024-11-05T23:30:43.707Z | Compiling lazy_static v1.5.0 |
1235 | 2024-11-05T23:30:43.789Z | Compiling bytes v1.7.2 |
1236 | 2024-11-05T23:30:43.964Z | Compiling indexmap v2.6.0 |
1237 | 2024-11-05T23:30:44.118Z | Compiling bitflags v2.6.0 |
1238 | 2024-11-05T23:30:44.532Z | Compiling semver v1.0.23 |
1239 | 2024-11-05T23:30:45.069Z | Compiling tokio v1.40.0 |
1240 | 2024-11-05T23:30:45.190Z | Compiling http v1.1.0 |
1241 | 2024-11-05T23:30:45.288Z | Compiling rustc_version v0.4.1 |
1242 | 2024-11-05T23:30:45.501Z | Compiling serde_spanned v0.6.8 |
1243 | 2024-11-05T23:30:45.576Z | Compiling pest_derive v2.7.14 |
1244 | 2024-11-05T23:30:45.726Z | Compiling serde_tokenstream v0.2.2 |
1245 | 2024-11-05T23:30:46.003Z | Compiling uuid v1.10.0 |
1246 | 2024-11-05T23:30:46.283Z | Compiling toml_datetime v0.6.8 |
1247 | 2024-11-05T23:30:46.362Z | Compiling dtrace-parser v0.2.0 |
1248 | 2024-11-05T23:30:46.791Z | Compiling http-body v1.0.1 |
1249 | 2024-11-05T23:30:46.934Z | Compiling chrono v0.4.38 |
1250 | 2024-11-05T23:30:47.049Z | Compiling http-body-util v0.1.2 |
1251 | 2024-11-05T23:30:47.596Z | Compiling heapless v0.7.17 |
1252 | 2024-11-05T23:30:47.599Z | Compiling dof v0.3.0 |
1253 | 2024-11-05T23:30:47.903Z | Compiling thread_local v1.1.8 |
1254 | 2024-11-05T23:30:48.422Z | Compiling usdt-impl v0.5.0 |
1255 | 2024-11-05T23:30:48.464Z | Compiling multer v3.1.0 |
1256 | 2024-11-05T23:30:48.760Z | Compiling cookie v0.18.1 |
1257 | 2024-11-05T23:30:49.058Z | Compiling encoding_rs v0.8.34 |
1258 | 2024-11-05T23:30:49.619Z | Compiling gimli v0.31.1 |
1259 | 2024-11-05T23:30:49.894Z | Compiling schemars v0.8.21 |
1260 | 2024-11-05T23:30:50.057Z | Compiling unicode-properties v0.1.3 |
1261 | 2024-11-05T23:30:50.259Z | Compiling paste v1.0.15 |
1262 | 2024-11-05T23:30:50.470Z | Compiling slog-async v2.8.0 |
1263 | 2024-11-05T23:30:50.582Z | Compiling signal-hook v0.3.17 |
1264 | 2024-11-05T23:30:50.780Z | Compiling openssl-probe v0.1.5 |
1265 | 2024-11-05T23:30:50.851Z | Compiling mime v0.3.17 |
1266 | 2024-11-05T23:30:50.962Z | Compiling rayon-core v1.12.1 |
1267 | 2024-11-05T23:30:51.137Z | Compiling ipnet v2.10.1 |
1268 | 2024-11-05T23:30:51.254Z | Compiling either v1.13.0 |
1269 | 2024-11-05T23:30:51.444Z | Compiling toml_edit v0.22.22 |
1270 | 2024-11-05T23:30:51.575Z | Compiling usdt-macro v0.5.0 |
1271 | 2024-11-05T23:30:51.671Z | Compiling usdt-attr-macro v0.5.0 |
1272 | 2024-11-05T23:30:52.561Z | Compiling stringprep v0.1.5 |
1273 | 2024-11-05T23:30:53.119Z | Compiling tokio-util v0.7.12 |
1274 | 2024-11-05T23:30:53.378Z | Compiling curve25519-dalek v4.1.3 |
1275 | 2024-11-05T23:30:53.431Z | Compiling slog-json v2.6.1 |
1276 | 2024-11-05T23:30:53.809Z | Compiling schemars_derive v0.8.21 |
1277 | 2024-11-05T23:30:54.036Z | Compiling h2 v0.4.6 |
1278 | 2024-11-05T23:30:54.267Z | Compiling addr2line v0.24.2 |
1279 | 2024-11-05T23:30:54.419Z | Compiling serde_urlencoded v0.7.1 |
1280 | 2024-11-05T23:30:54.762Z | Compiling crossbeam-deque v0.8.5 |
1281 | 2024-11-05T23:30:55.105Z | Compiling term v0.7.0 |
1282 | 2024-11-05T23:30:56.602Z | Compiling futures-executor v0.3.31 |
1283 | 2024-11-05T23:30:56.951Z | Compiling md-5 v0.10.6 |
1284 | 2024-11-05T23:30:57.142Z | Compiling enum-as-inner v0.6.1 |
1285 | 2024-11-05T23:30:57.230Z | Compiling async-stream-impl v0.3.6 |
1286 | 2024-11-05T23:30:58.196Z | Compiling crossbeam-channel v0.5.13 |
1287 | 2024-11-05T23:30:58.627Z | Compiling num-integer v0.1.46 |
1288 | 2024-11-05T23:30:59.304Z | Compiling rustls-pemfile v2.2.0 |
1289 | 2024-11-05T23:30:59.393Z | Compiling idna v0.4.0 |
1290 | 2024-11-05T23:30:59.416Z | Compiling idna v0.3.0 |
1291 | 2024-11-05T23:30:59.474Z | Compiling ff v0.13.0 |
1292 | 2024-11-05T23:30:59.654Z | Compiling hash32 v0.2.1 |
1293 | 2024-11-05T23:30:59.688Z | Compiling is-terminal v0.4.13 |
1294 | 2024-11-05T23:30:59.814Z | Compiling object v0.36.5 |
1295 | 2024-11-05T23:31:00.012Z | Compiling dropshot v0.12.0 |
1296 | 2024-11-05T23:31:00.313Z | Compiling take_mut v0.2.2 |
1297 | 2024-11-05T23:31:00.476Z | Compiling dyn-clone v1.0.17 |
1298 | 2024-11-05T23:31:00.692Z | Compiling fallible-iterator v0.2.0 |
1299 | 2024-11-05T23:31:00.929Z | Compiling hyper v1.4.1 |
1300 | 2024-11-05T23:31:00.932Z | Compiling utf-8 v0.7.6 |
1301 | 2024-11-05T23:31:01.247Z | Compiling num-bigint-dig v0.8.4 |
1302 | 2024-11-05T23:31:01.396Z | Compiling base16ct v0.2.0 |
1303 | 2024-11-05T23:31:01.554Z | Compiling portable-atomic v1.9.0 |
1304 | 2024-11-05T23:31:01.735Z | Compiling linked-hash-map v0.5.6 |
1305 | 2024-11-05T23:31:02.118Z | Compiling rustc-demangle v0.1.24 |
1306 | 2024-11-05T23:31:02.636Z | Compiling psl-types v2.0.11 |
1307 | 2024-11-05T23:31:02.825Z | Compiling stable_deref_trait v1.2.0 |
1308 | 2024-11-05T23:31:02.928Z | Compiling smoltcp v0.9.1 |
1309 | 2024-11-05T23:31:03.057Z | Compiling anyhow v1.0.89 |
1310 | 2024-11-05T23:31:03.651Z | Compiling hyper-util v0.1.9 |
1311 | 2024-11-05T23:31:03.655Z | Compiling quick-error v1.2.3 |
1312 | 2024-11-05T23:31:03.818Z | Compiling resolv-conf v0.7.0 |
1313 | 2024-11-05T23:31:04.700Z | Compiling publicsuffix v2.2.3 |
1314 | 2024-11-05T23:31:04.791Z | Compiling lru-cache v0.1.2 |
1315 | 2024-11-05T23:31:04.964Z | Compiling sec1 v0.7.3 |
1316 | 2024-11-05T23:31:05.026Z | Compiling postgres-protocol v0.6.7 |
1317 | 2024-11-05T23:31:05.046Z | Compiling tungstenite v0.24.0 |
1318 | 2024-11-05T23:31:05.543Z | Compiling tokio-rustls v0.26.0 |
1319 | 2024-11-05T23:31:06.415Z | Compiling hickory-proto v0.24.1 |
1320 | 2024-11-05T23:31:06.873Z | Compiling usdt v0.5.0 |
1321 | 2024-11-05T23:31:07.202Z | Compiling slog-term v2.9.1 |
1322 | 2024-11-05T23:31:07.271Z | Compiling group v0.13.0 |
1323 | 2024-11-05T23:31:07.366Z | Compiling backtrace v0.3.74 |
1324 | 2024-11-05T23:31:07.603Z | Compiling tokio-rustls v0.25.0 |
1325 | 2024-11-05T23:31:07.984Z | Compiling num-iter v0.1.45 |
1326 | 2024-11-05T23:31:08.030Z | Compiling async-stream v0.3.6 |
1327 | 2024-11-05T23:31:08.053Z | Compiling futures v0.3.31 |
1328 | 2024-11-05T23:31:08.185Z | Compiling toml v0.8.19 |
1329 | 2024-11-05T23:31:08.384Z | Compiling tokio-native-tls v0.3.1 |
1330 | 2024-11-05T23:31:08.447Z | Compiling slog-bunyan v2.5.0 |
1331 | 2024-11-05T23:31:09.423Z | Compiling camino v1.1.9 |
1332 | 2024-11-05T23:31:09.645Z | Compiling hubpack_derive v0.1.1 |
1333 | 2024-11-05T23:31:09.852Z | Compiling terminal_size v0.4.0 |
1334 | 2024-11-05T23:31:09.891Z | Compiling dropshot_endpoint v0.12.0 |
1335 | 2024-11-05T23:31:10.070Z | Compiling openapiv3 v2.0.0 |
1336 | 2024-11-05T23:31:10.400Z | Compiling serde_path_to_error v0.1.16 |
1337 | 2024-11-05T23:31:10.542Z | Compiling hkdf v0.12.4 |
1338 | 2024-11-05T23:31:10.637Z | Compiling crypto-bigint v0.5.5 |
1339 | 2024-11-05T23:31:10.711Z | Compiling curve25519-dalek-derive v0.1.1 |
1340 | 2024-11-05T23:31:10.784Z | Compiling zerocopy-derive v0.6.6 |
1341 | 2024-11-05T23:31:10.830Z | Compiling phf_shared v0.11.2 |
1342 | 2024-11-05T23:31:11.219Z | Compiling waitgroup v0.1.2 |
1343 | 2024-11-05T23:31:11.238Z | Compiling webpki-roots v0.26.6 |
1344 | 2024-11-05T23:31:11.446Z | Compiling hostname v0.4.0 |
1345 | 2024-11-05T23:31:11.462Z | Compiling fs-err v2.11.0 |
1346 | 2024-11-05T23:31:11.725Z | Compiling ahash v0.8.11 |
1347 | 2024-11-05T23:31:11.807Z | Compiling managed v0.8.0 |
1348 | 2024-11-05T23:31:12.088Z | Compiling bitflags v1.3.2 |
1349 | 2024-11-05T23:31:12.194Z | Compiling winnow v0.5.40 |
1350 | 2024-11-05T23:31:12.211Z | Compiling debug-ignore v1.0.5 |
1351 | 2024-11-05T23:31:12.290Z | Compiling clap_builder v4.5.20 |
1352 | 2024-11-05T23:31:12.866Z | Compiling zerocopy v0.6.6 |
1353 | 2024-11-05T23:31:13.777Z | Compiling elliptic-curve v0.13.8 |
1354 | 2024-11-05T23:31:14.460Z | Compiling strum_macros v0.25.3 |
1355 | 2024-11-05T23:31:14.633Z | Compiling console v0.15.8 |
1356 | 2024-11-05T23:31:16.068Z | Compiling toml_edit v0.19.15 |
1357 | 2024-11-05T23:31:16.191Z | Compiling hickory-resolver v0.24.1 |
1358 | 2024-11-05T23:31:16.696Z | Compiling hyper-rustls v0.27.3 |
1359 | 2024-11-05T23:31:16.717Z | Compiling phf v0.11.2 |
1360 | 2024-11-05T23:31:17.033Z | Compiling hubpack v0.1.2 |
1361 | 2024-11-05T23:31:17.335Z | Compiling signal-hook-mio v0.2.4 |
1362 | 2024-11-05T23:31:17.466Z | Compiling cookie_store v0.21.0 |
1363 | 2024-11-05T23:31:17.495Z | Compiling rayon v1.10.0 |
1364 | 2024-11-05T23:31:18.344Z | Compiling hyper-tls v0.6.0 |
1365 | 2024-11-05T23:31:19.910Z | Compiling tokio-tungstenite v0.24.0 |
1366 | 2024-11-05T23:31:20.477Z | Compiling postgres-types v0.2.8 |
1367 | 2024-11-05T23:31:21.898Z | Compiling tokio-stream v0.1.16 |
1368 | 2024-11-05T23:31:22.360Z | Compiling serde-big-array v0.5.1 |
1369 | 2024-11-05T23:31:22.512Z | Compiling ed25519 v2.2.3 |
1370 | 2024-11-05T23:31:22.514Z | Compiling pkcs1 v0.7.5 |
1371 | 2024-11-05T23:31:22.586Z | Compiling bstr v1.10.0 |
1372 | 2024-11-05T23:31:22.604Z | Compiling regex v1.11.0 |
1373 | 2024-11-05T23:31:22.946Z | Compiling rfc6979 v0.4.0 |
1374 | 2024-11-05T23:31:23.143Z | Compiling serde_repr v0.1.19 |
1375 | 2024-11-05T23:31:23.458Z | Compiling derive-where v1.2.7 |
1376 | 2024-11-05T23:31:23.481Z | Compiling clap_derive v4.5.18 |
1377 | 2024-11-05T23:31:23.640Z | Compiling phf_shared v0.10.0 |
1378 | 2024-11-05T23:31:23.678Z | Compiling float-cmp v0.9.0 |
1379 | 2024-11-05T23:31:23.901Z | Compiling sync_wrapper v1.0.1 |
1380 | 2024-11-05T23:31:24.044Z | Compiling crc32fast v1.4.2 |
1381 | 2024-11-05T23:31:24.065Z | Compiling number_prefix v0.4.0 |
1382 | 2024-11-05T23:31:24.290Z | Compiling whoami v1.5.2 |
1383 | 2024-11-05T23:31:24.312Z | Compiling normalize-line-endings v0.3.0 |
1384 | 2024-11-05T23:31:24.312Z | Compiling minimal-lexical v0.2.1 |
1385 | 2024-11-05T23:31:24.351Z | Compiling predicates-core v1.0.8 |
1386 | 2024-11-05T23:31:24.374Z | Compiling unicode-segmentation v1.12.0 |
1387 | 2024-11-05T23:31:24.446Z | Compiling bit-vec v0.6.3 |
1388 | 2024-11-05T23:31:24.702Z | Compiling new_debug_unreachable v1.0.6 |
1389 | 2024-11-05T23:31:24.801Z | Compiling fixedbitset v0.4.2 |
1390 | 2024-11-05T23:31:24.834Z | Compiling difflib v0.4.0 |
1391 | 2024-11-05T23:31:24.892Z | Compiling static_assertions v1.1.0 |
1392 | 2024-11-05T23:31:24.910Z | Compiling precomputed-hash v0.1.1 |
1393 | 2024-11-05T23:31:24.996Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1394 | 2024-11-05T23:31:25.025Z | Compiling string_cache v0.8.7 |
1395 | 2024-11-05T23:31:25.222Z | Compiling petgraph v0.6.5 |
1396 | 2024-11-05T23:31:25.254Z | Compiling predicates v3.1.2 |
1397 | 2024-11-05T23:31:25.460Z | Compiling similar v2.6.0 |
1398 | 2024-11-05T23:31:26.360Z | Compiling bit-set v0.5.3 |
1399 | 2024-11-05T23:31:26.676Z | Compiling nom v7.1.3 |
1400 | 2024-11-05T23:31:26.925Z | Compiling qorb v0.2.0 |
1401 | 2024-11-05T23:31:26.976Z | Compiling tokio-postgres v0.7.12 |
1402 | 2024-11-05T23:31:27.875Z | Compiling flate2 v1.0.34 |
1403 | 2024-11-05T23:31:28.095Z | Compiling clap v4.5.20 |
1404 | 2024-11-05T23:31:28.226Z | Compiling indicatif v0.17.8 |
1405 | 2024-11-05T23:31:28.827Z | Compiling reqwest v0.12.8 |
1406 | 2024-11-05T23:31:29.303Z | Compiling ecdsa v0.16.9 |
1407 | 2024-11-05T23:31:30.153Z | Compiling rsa v0.9.6 |
1408 | 2024-11-05T23:31:30.309Z | Compiling ed25519-dalek v2.1.1 |
1409 | 2024-11-05T23:31:30.367Z | Compiling toml v0.7.8 |
1410 | 2024-11-05T23:31:31.613Z | Compiling crossterm v0.28.1 |
1411 | 2024-11-05T23:31:32.651Z | Compiling itertools v0.12.1 |
1412 | 2024-11-05T23:31:32.673Z | Compiling itertools v0.10.5 |
1413 | 2024-11-05T23:31:32.692Z | Compiling hex v0.4.3 |
1414 | 2024-11-05T23:31:32.744Z | Compiling x509-cert v0.2.5 |
1415 | 2024-11-05T23:31:33.306Z | Compiling unicode-xid v0.2.6 |
1416 | 2024-11-05T23:31:33.309Z | Compiling lalrpop-util v0.19.12 |
1417 | 2024-11-05T23:31:33.480Z | Compiling peg-runtime v0.8.3 |
1418 | 2024-11-05T23:31:33.684Z | Compiling xattr v1.3.1 |
1419 | 2024-11-05T23:31:33.952Z | Compiling strum_macros v0.26.4 |
1420 | 2024-11-05T23:31:34.156Z | Compiling filetime v0.2.25 |
1421 | 2024-11-05T23:31:34.473Z | Compiling tar v0.4.42 |
1422 | 2024-11-05T23:31:37.513Z | Compiling strum v0.26.3 |
1423 | 2024-11-05T23:31:37.890Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1424 | 2024-11-05T23:31:38.135Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1425 | 2024-11-05T23:31:43.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
1426 | 2024-11-05T23:31:43.682Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1427 | 2024-11-05T23:31:43.729Z | Nov 05 23:31:42.171 INFO Starting download, target: Clickhouse |
1428 | 2024-11-05T23:31:43.729Z | Nov 05 23:31:42.171 INFO Starting download, target: DendriteOpenapi |
1429 | 2024-11-05T23:31:43.729Z | Nov 05 23:31:42.171 INFO Starting download, target: Cockroach |
1430 | 2024-11-05T23:31:43.732Z | Nov 05 23:31:42.171 INFO Starting download, target: Console |
1431 | 2024-11-05T23:31:43.732Z | Nov 05 23:31:42.171 INFO Starting download, target: DendriteStub |
1432 | 2024-11-05T23:31:43.732Z | Nov 05 23:31:42.171 INFO Starting download, target: MaghemiteMgd |
1433 | 2024-11-05T23:31:43.732Z | Nov 05 23:31:42.171 INFO Starting download, target: TransceiverControl |
1434 | 2024-11-05T23:31:43.732Z | Nov 05 23:31:42.172 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1435 | 2024-11-05T23:31:43.732Z | Nov 05 23:31:42.172 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1436 | 2024-11-05T23:31:43.732Z | Nov 05 23:31:42.172 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1437 | 2024-11-05T23:31:43.732Z | Nov 05 23:31:42.172 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1438 | 2024-11-05T23:31:43.732Z | Nov 05 23:31:42.172 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1439 | 2024-11-05T23:31:43.732Z | Nov 05 23:31:42.172 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1440 | 2024-11-05T23:31:43.732Z | Nov 05 23:31:42.172 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1441 | 2024-11-05T23:31:43.925Z | Nov 05 23:31:42.360 INFO Download complete, target: DendriteOpenapi |
1442 | 2024-11-05T23:31:44.090Z | Nov 05 23:31:42.515 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1443 | 2024-11-05T23:31:44.314Z | Nov 05 23:31:42.755 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1444 | 2024-11-05T23:31:44.610Z | Nov 05 23:31:43.052 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1445 | 2024-11-05T23:31:44.627Z | Nov 05 23:31:43.069 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1446 | 2024-11-05T23:31:44.660Z | Nov 05 23:31:43.099 INFO Download complete, target: Console |
1447 | 2024-11-05T23:31:44.775Z | Nov 05 23:31:43.216 INFO Download complete, target: TransceiverControl |
1448 | 2024-11-05T23:31:45.285Z | Nov 05 23:31:43.727 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1449 | 2024-11-05T23:31:45.285Z | Nov 05 23:31:43.727 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1450 | 2024-11-05T23:31:45.951Z | Nov 05 23:31:44.392 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1451 | 2024-11-05T23:31:47.319Z | Nov 05 23:31:45.761 INFO Download complete, target: DendriteStub |
1452 | 2024-11-05T23:31:47.510Z | Nov 05 23:31:45.952 INFO Download complete, target: MaghemiteMgd |
1453 | 2024-11-05T23:31:52.563Z | Nov 05 23:31:51.004 INFO Checking that binary works, target: Cockroach |
1454 | 2024-11-05T23:31:52.727Z | Nov 05 23:31:51.167 INFO Download complete, target: Cockroach |
1455 | 2024-11-05T23:31:58.079Z | Nov 05 23:31:56.516 INFO Checking that binary works, target: Clickhouse |
1456 | 2024-11-05T23:31:59.110Z | Nov 05 23:31:57.550 INFO Download complete, target: Clickhouse |
1457 | 2024-11-05T23:31:59.117Z | All prerequisites installed successfully |
1458 | 2024-11-05T23:31:59.120Z | |
1459 | 2024-11-05T23:31:59.120Z | real 4:14.789582049 |
1460 | 2024-11-05T23:31:59.120Z | user 12:04.470815401 |
1461 | 2024-11-05T23:31:59.120Z | sys 2:37.631088648 |
1462 | 2024-11-05T23:31:59.120Z | trap 0.413173499 |
1463 | 2024-11-05T23:31:59.120Z | tflt 8.063500766 |
1464 | 2024-11-05T23:31:59.120Z | dflt 5.975994347 |
1465 | 2024-11-05T23:31:59.120Z | kflt 0.377351601 |
1466 | 2024-11-05T23:31:59.120Z | lock 22:46.354510350 |
1467 | 2024-11-05T23:31:59.120Z | slp 48:57.370875433 |
1468 | 2024-11-05T23:31:59.120Z | lat 41.910964837 |
1469 | 2024-11-05T23:31:59.120Z | stop 1:56.584057135 |
1470 | 2024-11-05T23:31:59.120Z | + ptime -m cargo xtask download softnpu |
1471 | 2024-11-05T23:31:59.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1472 | 2024-11-05T23:31:59.621Z | Running `target/debug/xtask download softnpu` |
1473 | 2024-11-05T23:32:00.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1474 | 2024-11-05T23:32:00.452Z | Running `target/debug/xtask-downloader softnpu` |
1475 | 2024-11-05T23:32:00.489Z | Nov 05 23:31:58.929 INFO Starting download, target: Softnpu |
1476 | 2024-11-05T23:32:00.492Z | Nov 05 23:31:58.929 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1477 | 2024-11-05T23:32:01.410Z | Nov 05 23:31:59.849 INFO Download complete, target: Softnpu |
1478 | 2024-11-05T23:32:01.413Z | |
1479 | 2024-11-05T23:32:01.416Z | real 2.289501916 |
1480 | 2024-11-05T23:32:01.416Z | user 1.214653280 |
1481 | 2024-11-05T23:32:01.416Z | sys 0.502493932 |
1482 | 2024-11-05T23:32:01.416Z | trap 0.000548099 |
1483 | 2024-11-05T23:32:01.416Z | tflt 0.000010347 |
1484 | 2024-11-05T23:32:01.416Z | dflt 0.000029025 |
1485 | 2024-11-05T23:32:01.416Z | kflt 0.000000000 |
1486 | 2024-11-05T23:32:01.416Z | lock 9.790954289 |
1487 | 2024-11-05T23:32:01.416Z | slp 0.738486839 |
1488 | 2024-11-05T23:32:01.416Z | lat 0.067005975 |
1489 | 2024-11-05T23:32:01.416Z | stop 0.000167458 |
1490 | 2024-11-05T23:32:01.416Z | + export CARGO_INCREMENTAL=0 |
1491 | 2024-11-05T23:32:01.416Z | + CARGO_INCREMENTAL=0 |
1492 | 2024-11-05T23:32:01.416Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1493 | 2024-11-05T23:32:02.317Z | Compiling proc-macro2 v1.0.87 |
1494 | 2024-11-05T23:32:02.317Z | Compiling unicode-ident v1.0.13 |
1495 | 2024-11-05T23:32:02.317Z | Compiling libc v0.2.161 |
1496 | 2024-11-05T23:32:02.317Z | Compiling serde v1.0.210 |
1497 | 2024-11-05T23:32:02.320Z | Compiling version_check v0.9.5 |
1498 | 2024-11-05T23:32:02.320Z | Compiling autocfg v1.4.0 |
1499 | 2024-11-05T23:32:02.320Z | Compiling cfg-if v1.0.0 |
1500 | 2024-11-05T23:32:02.540Z | Compiling typenum v1.17.0 |
1501 | 2024-11-05T23:32:02.566Z | Compiling memchr v2.7.4 |
1502 | 2024-11-05T23:32:03.043Z | Compiling shlex v1.3.0 |
1503 | 2024-11-05T23:32:03.058Z | Compiling generic-array v0.14.7 |
1504 | 2024-11-05T23:32:03.346Z | Compiling lock_api v0.4.12 |
1505 | 2024-11-05T23:32:03.381Z | Compiling parking_lot_core v0.9.10 |
1506 | 2024-11-05T23:32:03.430Z | Compiling serde_json v1.0.128 |
1507 | 2024-11-05T23:32:03.641Z | Compiling once_cell v1.20.2 |
1508 | 2024-11-05T23:32:03.745Z | Compiling libm v0.2.8 |
1509 | 2024-11-05T23:32:03.761Z | Compiling thiserror v1.0.64 |
1510 | 2024-11-05T23:32:03.969Z | Compiling num-traits v0.2.19 |
1511 | 2024-11-05T23:32:04.000Z | Compiling value-bag v1.9.0 |
1512 | 2024-11-05T23:32:04.091Z | Compiling itoa v1.0.11 |
1513 | 2024-11-05T23:32:04.238Z | Compiling quote v1.0.37 |
1514 | 2024-11-05T23:32:04.318Z | Compiling slab v0.4.9 |
1515 | 2024-11-05T23:32:04.393Z | Compiling getrandom v0.2.15 |
1516 | 2024-11-05T23:32:04.608Z | Compiling syn v2.0.79 |
1517 | 2024-11-05T23:32:04.626Z | Compiling jobserver v0.1.32 |
1518 | 2024-11-05T23:32:04.674Z | Compiling log v0.4.22 |
1519 | 2024-11-05T23:32:04.724Z | Compiling scopeguard v1.2.0 |
1520 | 2024-11-05T23:32:04.938Z | Compiling rand_core v0.6.4 |
1521 | 2024-11-05T23:32:05.061Z | Compiling cc v1.1.30 |
1522 | 2024-11-05T23:32:05.276Z | Compiling byteorder v1.5.0 |
1523 | 2024-11-05T23:32:05.752Z | Compiling allocator-api2 v0.2.18 |
1524 | 2024-11-05T23:32:05.811Z | Compiling subtle v2.6.1 |
1525 | 2024-11-05T23:32:06.367Z | Compiling semver v1.0.23 |
1526 | 2024-11-05T23:32:06.598Z | Compiling pin-project-lite v0.2.14 |
1527 | 2024-11-05T23:32:06.724Z | Compiling ryu v1.0.18 |
1528 | 2024-11-05T23:32:06.814Z | Compiling const-oid v0.9.6 |
1529 | 2024-11-05T23:32:06.871Z | Compiling foldhash v0.1.3 |
1530 | 2024-11-05T23:32:06.954Z | Compiling smallvec v1.13.2 |
1531 | 2024-11-05T23:32:06.978Z | Compiling equivalent v1.0.1 |
1532 | 2024-11-05T23:32:07.064Z | Compiling hashbrown v0.15.0 |
1533 | 2024-11-05T23:32:07.086Z | Compiling httparse v1.9.5 |
1534 | 2024-11-05T23:32:07.462Z | Compiling schemars v0.8.21 |
1535 | 2024-11-05T23:32:07.796Z | Compiling signal-hook-registry v1.4.2 |
1536 | 2024-11-05T23:32:07.910Z | Compiling heck v0.5.0 |
1537 | 2024-11-05T23:32:07.967Z | Compiling mio v1.0.2 |
1538 | 2024-11-05T23:32:08.233Z | Compiling ring v0.17.8 |
1539 | 2024-11-05T23:32:08.326Z | Compiling parking_lot v0.12.3 |
1540 | 2024-11-05T23:32:09.058Z | Compiling crossbeam-utils v0.8.20 |
1541 | 2024-11-05T23:32:09.168Z | Compiling socket2 v0.5.7 |
1542 | 2024-11-05T23:32:09.285Z | Compiling time-core v0.1.2 |
1543 | 2024-11-05T23:32:09.466Z | Compiling num-conv v0.1.0 |
1544 | 2024-11-05T23:32:09.504Z | Compiling fnv v1.0.7 |
1545 | 2024-11-05T23:32:09.561Z | Compiling futures-core v0.3.31 |
1546 | 2024-11-05T23:32:09.796Z | Compiling vcpkg v0.2.15 |
1547 | 2024-11-05T23:32:09.903Z | Compiling pkg-config v0.3.31 |
1548 | 2024-11-05T23:32:10.395Z | Compiling time-macros v0.2.18 |
1549 | 2024-11-05T23:32:11.348Z | Compiling openssl-sys v0.9.103 |
1550 | 2024-11-05T23:32:11.684Z | Compiling spin v0.9.8 |
1551 | 2024-11-05T23:32:12.125Z | Compiling serde_derive_internals v0.29.1 |
1552 | 2024-11-05T23:32:12.227Z | Compiling cpufeatures v0.2.14 |
1553 | 2024-11-05T23:32:12.272Z | Compiling futures-sink v0.3.31 |
1554 | 2024-11-05T23:32:12.743Z | Compiling ahash v0.8.11 |
1555 | 2024-11-05T23:32:12.982Z | Compiling syn v1.0.109 |
1556 | 2024-11-05T23:32:13.003Z | Compiling slog v2.7.0 |
1557 | 2024-11-05T23:32:13.198Z | Compiling rustix v0.38.37 |
1558 | 2024-11-05T23:32:13.432Z | Compiling futures-channel v0.3.31 |
1559 | 2024-11-05T23:32:13.495Z | Compiling ucd-trie v0.1.7 |
1560 | 2024-11-05T23:32:13.711Z | Compiling pin-utils v0.1.0 |
1561 | 2024-11-05T23:32:13.802Z | Compiling tinyvec_macros v0.1.1 |
1562 | 2024-11-05T23:32:13.820Z | Compiling futures-io v0.3.31 |
1563 | 2024-11-05T23:32:13.945Z | Compiling openssl v0.10.66 |
1564 | 2024-11-05T23:32:13.962Z | Compiling futures-task v0.3.31 |
1565 | 2024-11-05T23:32:14.003Z | Compiling iana-time-zone v0.1.61 |
1566 | 2024-11-05T23:32:14.086Z | Compiling tinyvec v1.8.0 |
1567 | 2024-11-05T23:32:14.689Z | Compiling native-tls v0.2.12 |
1568 | 2024-11-05T23:32:14.729Z | Compiling rustls v0.23.14 |
1569 | 2024-11-05T23:32:14.951Z | Compiling unicode-bidi v0.3.17 |
1570 | 2024-11-05T23:32:15.042Z | Compiling base64ct v1.6.0 |
1571 | 2024-11-05T23:32:15.581Z | Compiling unicode-normalization v0.1.24 |
1572 | 2024-11-05T23:32:15.623Z | Compiling pem-rfc7468 v0.7.0 |
1573 | 2024-11-05T23:32:16.353Z | Compiling tracing-core v0.1.32 |
1574 | 2024-11-05T23:32:16.640Z | Compiling usdt-impl v0.5.0 |
1575 | 2024-11-05T23:32:16.682Z | Compiling serde_derive v1.0.210 |
1576 | 2024-11-05T23:32:16.982Z | Compiling zeroize_derive v1.4.2 |
1577 | 2024-11-05T23:32:17.513Z | Compiling zerocopy-derive v0.7.35 |
1578 | 2024-11-05T23:32:17.798Z | Compiling thiserror-impl v1.0.64 |
1579 | 2024-11-05T23:32:18.282Z | Compiling zeroize v1.8.1 |
1580 | 2024-11-05T23:32:18.491Z | Compiling tokio-macros v2.4.0 |
1581 | 2024-11-05T23:32:19.271Z | Compiling futures-macro v0.3.31 |
1582 | 2024-11-05T23:32:19.786Z | Compiling zerocopy v0.7.35 |
1583 | 2024-11-05T23:32:20.396Z | Compiling crypto-common v0.1.6 |
1584 | 2024-11-05T23:32:20.761Z | Compiling tracing-attributes v0.1.27 |
1585 | 2024-11-05T23:32:20.888Z | Compiling block-buffer v0.10.4 |
1586 | 2024-11-05T23:32:21.079Z | Compiling digest v0.10.7 |
1587 | 2024-11-05T23:32:21.335Z | Compiling schemars_derive v0.8.21 |
1588 | 2024-11-05T23:32:21.509Z | Compiling der_derive v0.7.3 |
1589 | 2024-11-05T23:32:22.824Z | Compiling hmac v0.12.1 |
1590 | 2024-11-05T23:32:23.003Z | Compiling scroll_derive v0.12.0 |
1591 | 2024-11-05T23:32:23.040Z | Compiling futures-util v0.3.31 |
1592 | 2024-11-05T23:32:23.579Z | Compiling pest v2.7.14 |
1593 | 2024-11-05T23:32:23.940Z | Compiling block-padding v0.3.3 |
1594 | 2024-11-05T23:32:24.128Z | Compiling inout v0.1.3 |
1595 | 2024-11-05T23:32:24.367Z | Compiling openssl-macros v0.1.1 |
1596 | 2024-11-05T23:32:24.787Z | Compiling cipher v0.4.4 |
1597 | 2024-11-05T23:32:25.029Z | Compiling sha2 v0.10.8 |
1598 | 2024-11-05T23:32:25.252Z | Compiling ppv-lite86 v0.2.20 |
1599 | 2024-11-05T23:32:25.847Z | Compiling cookie v0.18.1 |
1600 | 2024-11-05T23:32:26.122Z | Compiling pest_meta v2.7.14 |
1601 | 2024-11-05T23:32:26.159Z | Compiling anyhow v1.0.89 |
1602 | 2024-11-05T23:32:26.431Z | Compiling flagset v0.4.6 |
1603 | 2024-11-05T23:32:26.650Z | Compiling dyn-clone v1.0.17 |
1604 | 2024-11-05T23:32:26.839Z | Compiling der v0.7.9 |
1605 | 2024-11-05T23:32:26.901Z | Compiling rand_chacha v0.3.1 |
1606 | 2024-11-05T23:32:27.847Z | Compiling pest_generator v2.7.14 |
1607 | 2024-11-05T23:32:28.596Z | Compiling scroll v0.12.0 |
1608 | 2024-11-05T23:32:28.724Z | Compiling tracing v0.1.40 |
1609 | 2024-11-05T23:32:29.036Z | Compiling bytes v1.7.2 |
1610 | 2024-11-05T23:32:29.116Z | Compiling indexmap v2.6.0 |
1611 | 2024-11-05T23:32:29.747Z | Compiling serde_tokenstream v0.2.2 |
1612 | 2024-11-05T23:32:30.189Z | Compiling tokio v1.40.0 |
1613 | 2024-11-05T23:32:30.287Z | Compiling http v1.1.0 |
1614 | 2024-11-05T23:32:30.359Z | Compiling rustc_version v0.4.1 |
1615 | 2024-11-05T23:32:30.995Z | Compiling uuid v1.10.0 |
1616 | 2024-11-05T23:32:31.089Z | Compiling bitflags v2.6.0 |
1617 | 2024-11-05T23:32:31.351Z | Compiling chrono v0.4.38 |
1618 | 2024-11-05T23:32:32.354Z | Compiling serde_spanned v0.6.8 |
1619 | 2024-11-05T23:32:32.399Z | Compiling toml_datetime v0.6.8 |
1620 | 2024-11-05T23:32:32.853Z | Compiling pest_derive v2.7.14 |
1621 | 2024-11-05T23:32:35.749Z | Compiling async-trait v0.1.83 |
1622 | 2024-11-05T23:32:37.253Z | Compiling aho-corasick v1.1.3 |
1623 | 2024-11-05T23:32:37.780Z | Compiling camino v1.1.9 |
1624 | 2024-11-05T23:32:37.964Z | Compiling regex-syntax v0.8.5 |
1625 | 2024-11-05T23:32:38.116Z | Compiling rayon-core v1.12.1 |
1626 | 2024-11-05T23:32:38.323Z | Compiling plain v0.2.3 |
1627 | 2024-11-05T23:32:38.421Z | Compiling rustls-pki-types v1.9.0 |
1628 | 2024-11-05T23:32:38.485Z | Compiling percent-encoding v2.3.1 |
1629 | 2024-11-05T23:32:38.815Z | Compiling goblin v0.8.2 |
1630 | 2024-11-05T23:32:39.399Z | Compiling tokio-util v0.7.12 |
1631 | 2024-11-05T23:32:40.762Z | Compiling spki v0.7.3 |
1632 | 2024-11-05T23:32:40.876Z | Compiling rand v0.8.5 |
1633 | 2024-11-05T23:32:41.126Z | Compiling salsa20 v0.10.2 |
1634 | 2024-11-05T23:32:41.318Z | Compiling pbkdf2 v0.12.2 |
1635 | 2024-11-05T23:32:41.763Z | Compiling regex-automata v0.4.8 |
1636 | 2024-11-05T23:32:42.326Z | Compiling untrusted v0.9.0 |
1637 | 2024-11-05T23:32:42.369Z | Compiling winnow v0.5.40 |
1638 | 2024-11-05T23:32:42.416Z | Compiling pretty-hex v0.4.1 |
1639 | 2024-11-05T23:32:42.626Z | Compiling rustls v0.22.4 |
1640 | 2024-11-05T23:32:42.921Z | Compiling powerfmt v0.2.0 |
1641 | 2024-11-05T23:32:43.299Z | Compiling deranged v0.3.11 |
1642 | 2024-11-05T23:32:44.891Z | Compiling dof v0.3.0 |
1643 | 2024-11-05T23:32:46.277Z | Compiling toml_edit v0.19.15 |
1644 | 2024-11-05T23:32:46.593Z | Compiling scrypt v0.11.0 |
1645 | 2024-11-05T23:32:47.079Z | Compiling dtrace-parser v0.2.0 |
1646 | 2024-11-05T23:32:47.097Z | Compiling aes v0.8.4 |
1647 | 2024-11-05T23:32:47.221Z | Compiling cbc v0.1.2 |
1648 | 2024-11-05T23:32:47.584Z | Compiling thread-id v4.2.2 |
1649 | 2024-11-05T23:32:47.602Z | Compiling num_threads v0.1.7 |
1650 | 2024-11-05T23:32:47.698Z | Compiling rustversion v1.0.17 |
1651 | 2024-11-05T23:32:48.278Z | Compiling atomic-waker v1.1.2 |
1652 | 2024-11-05T23:32:48.458Z | Compiling pkcs5 v0.7.1 |
1653 | 2024-11-05T23:32:48.695Z | Compiling time v0.3.36 |
1654 | 2024-11-05T23:32:50.090Z | Compiling rustls-webpki v0.102.8 |
1655 | 2024-11-05T23:32:50.801Z | Compiling form_urlencoded v1.2.1 |
1656 | 2024-11-05T23:32:51.093Z | Compiling http-body v1.0.1 |
1657 | 2024-11-05T23:32:51.321Z | Compiling heapless v0.7.17 |
1658 | 2024-11-05T23:32:51.964Z | Compiling multer v3.1.0 |
1659 | 2024-11-05T23:32:52.122Z | Compiling try-lock v0.2.5 |
1660 | 2024-11-05T23:32:52.243Z | Compiling slog-async v2.8.0 |
1661 | 2024-11-05T23:32:52.280Z | Compiling signal-hook v0.3.17 |
1662 | 2024-11-05T23:32:52.887Z | Compiling want v0.3.1 |
1663 | 2024-11-05T23:32:53.156Z | Compiling pkcs8 v0.10.2 |
1664 | 2024-11-05T23:32:53.795Z | Compiling h2 v0.4.6 |
1665 | 2024-11-05T23:32:54.323Z | Compiling regex v1.11.0 |
1666 | 2024-11-05T23:32:55.259Z | Compiling paste v1.0.15 |
1667 | 2024-11-05T23:32:55.542Z | Compiling httpdate v1.0.3 |
1668 | 2024-11-05T23:32:55.623Z | Compiling strsim v0.11.1 |
1669 | 2024-11-05T23:32:57.064Z | Compiling usdt-attr-macro v0.5.0 |
1670 | 2024-11-05T23:32:57.443Z | Compiling usdt-macro v0.5.0 |
1671 | 2024-11-05T23:32:57.879Z | Compiling openapiv3 v2.0.0 |
1672 | 2024-11-05T23:32:58.540Z | Compiling curve25519-dalek v4.1.3 |
1673 | 2024-11-05T23:32:58.765Z | Compiling enum-as-inner v0.6.1 |
1674 | 2024-11-05T23:32:58.942Z | Compiling async-stream-impl v0.3.6 |
1675 | 2024-11-05T23:32:59.763Z | Compiling idna v0.5.0 |
1676 | 2024-11-05T23:33:00.299Z | Compiling errno v0.3.9 |
1677 | 2024-11-05T23:33:00.561Z | Compiling dropshot v0.12.0 |
1678 | 2024-11-05T23:33:00.782Z | Compiling hyper v1.4.1 |
1679 | 2024-11-05T23:33:00.880Z | Compiling adler2 v2.0.0 |
1680 | 2024-11-05T23:33:01.148Z | Compiling num-bigint-dig v0.8.4 |
1681 | 2024-11-05T23:33:01.174Z | Compiling smoltcp v0.9.1 |
1682 | 2024-11-05T23:33:01.780Z | Compiling foreign-types-shared v0.1.1 |
1683 | 2024-11-05T23:33:01.891Z | Compiling portable-atomic v1.9.0 |
1684 | 2024-11-05T23:33:02.069Z | Compiling tower-service v0.3.3 |
1685 | 2024-11-05T23:33:02.204Z | Compiling base64 v0.22.1 |
1686 | 2024-11-05T23:33:02.222Z | Compiling match_cfg v0.1.0 |
1687 | 2024-11-05T23:33:02.321Z | Compiling hostname v0.3.1 |
1688 | 2024-11-05T23:33:02.547Z | Compiling foreign-types v0.3.2 |
1689 | 2024-11-05T23:33:02.643Z | Compiling miniz_oxide v0.8.0 |
1690 | 2024-11-05T23:33:02.754Z | Compiling url v2.5.2 |
1691 | 2024-11-05T23:33:03.251Z | Compiling hyper-util v0.1.9 |
1692 | 2024-11-05T23:33:06.197Z | Compiling dirs-sys-next v0.1.2 |
1693 | 2024-11-05T23:33:06.285Z | Compiling siphasher v0.3.11 |
1694 | 2024-11-05T23:33:06.384Z | Compiling heck v0.4.1 |
1695 | 2024-11-05T23:33:06.698Z | Compiling gimli v0.31.1 |
1696 | 2024-11-05T23:33:06.786Z | Compiling data-encoding v2.6.0 |
1697 | 2024-11-05T23:33:09.758Z | Compiling dirs-next v2.0.0 |
1698 | 2024-11-05T23:33:12.079Z | Compiling addr2line v0.24.2 |
1699 | 2024-11-05T23:33:13.912Z | Compiling http-body-util v0.1.2 |
1700 | 2024-11-05T23:33:14.413Z | Compiling crossbeam-epoch v0.9.18 |
1701 | 2024-11-05T23:33:14.460Z | Compiling dropshot_endpoint v0.12.0 |
1702 | 2024-11-05T23:33:15.002Z | Compiling hubpack_derive v0.1.1 |
1703 | 2024-11-05T23:33:15.093Z | Compiling sha1 v0.10.6 |
1704 | 2024-11-05T23:33:15.237Z | Compiling signature v2.2.0 |
1705 | 2024-11-05T23:33:15.510Z | Compiling curve25519-dalek-derive v0.1.1 |
1706 | 2024-11-05T23:33:15.534Z | Compiling zerocopy-derive v0.6.6 |
1707 | 2024-11-05T23:33:15.885Z | Compiling lazy_static v1.5.0 |
1708 | 2024-11-05T23:33:16.026Z | Compiling thread_local v1.1.8 |
1709 | 2024-11-05T23:33:16.471Z | Compiling object v0.36.5 |
1710 | 2024-11-05T23:33:16.489Z | Compiling fs-err v2.11.0 |
1711 | 2024-11-05T23:33:16.800Z | Compiling encoding_rs v0.8.34 |
1712 | 2024-11-05T23:33:16.818Z | Compiling stable_deref_trait v1.2.0 |
1713 | 2024-11-05T23:33:16.855Z | Compiling mime v0.3.17 |
1714 | 2024-11-05T23:33:16.931Z | Compiling ipnet v2.10.1 |
1715 | 2024-11-05T23:33:17.319Z | Compiling rustc-demangle v0.1.24 |
1716 | 2024-11-05T23:33:17.338Z | Compiling openssl-probe v0.1.5 |
1717 | 2024-11-05T23:33:17.643Z | Compiling either v1.13.0 |
1718 | 2024-11-05T23:33:18.054Z | Compiling unicode-properties v0.1.3 |
1719 | 2024-11-05T23:33:18.353Z | Compiling anstyle v1.0.8 |
1720 | 2024-11-05T23:33:18.463Z | Compiling winnow v0.6.20 |
1721 | 2024-11-05T23:33:18.828Z | Compiling utf8parse v0.2.2 |
1722 | 2024-11-05T23:33:19.457Z | Compiling anstyle-parse v0.2.5 |
1723 | 2024-11-05T23:33:19.795Z | Compiling stringprep v0.1.5 |
1724 | 2024-11-05T23:33:22.145Z | Compiling toml_edit v0.22.22 |
1725 | 2024-11-05T23:33:24.701Z | Compiling backtrace v0.3.74 |
1726 | 2024-11-05T23:33:29.063Z | Compiling crossbeam-deque v0.8.5 |
1727 | 2024-11-05T23:33:30.049Z | Compiling term v0.7.0 |
1728 | 2024-11-05T23:33:31.280Z | Compiling slog-json v2.6.1 |
1729 | 2024-11-05T23:33:32.257Z | Compiling serde_urlencoded v0.7.1 |
1730 | 2024-11-05T23:33:32.298Z | Compiling crossbeam-channel v0.5.13 |
1731 | 2024-11-05T23:33:32.763Z | Compiling rustls-pemfile v2.2.0 |
1732 | 2024-11-05T23:33:33.198Z | Compiling hashbrown v0.14.5 |
1733 | 2024-11-05T23:33:33.341Z | Compiling futures-executor v0.3.31 |
1734 | 2024-11-05T23:33:34.241Z | Compiling md-5 v0.10.6 |
1735 | 2024-11-05T23:33:34.481Z | Compiling idna v0.3.0 |
1736 | 2024-11-05T23:33:34.557Z | Compiling idna v0.4.0 |
1737 | 2024-11-05T23:33:35.335Z | Compiling num-integer v0.1.46 |
1738 | 2024-11-05T23:33:35.644Z | Compiling ff v0.13.0 |
1739 | 2024-11-05T23:33:35.859Z | Compiling hash32 v0.2.1 |
1740 | 2024-11-05T23:33:35.877Z | Compiling is-terminal v0.4.13 |
1741 | 2024-11-05T23:33:35.976Z | Compiling memmap v0.7.0 |
1742 | 2024-11-05T23:33:36.293Z | Compiling linked-hash-map v0.5.6 |
1743 | 2024-11-05T23:33:36.331Z | Compiling fallible-iterator v0.2.0 |
1744 | 2024-11-05T23:33:36.677Z | Compiling take_mut v0.2.2 |
1745 | 2024-11-05T23:33:36.843Z | Compiling quick-error v1.2.3 |
1746 | 2024-11-05T23:33:36.984Z | Compiling psl-types v2.0.11 |
1747 | 2024-11-05T23:33:37.083Z | Compiling utf-8 v0.7.6 |
1748 | 2024-11-05T23:33:37.178Z | Compiling base16ct v0.2.0 |
1749 | 2024-11-05T23:33:38.270Z | Compiling colorchoice v1.0.2 |
1750 | 2024-11-05T23:33:38.429Z | Compiling is_terminal_polyfill v1.70.1 |
1751 | 2024-11-05T23:33:38.560Z | Compiling anstyle-query v1.1.1 |
1752 | 2024-11-05T23:33:38.713Z | Compiling anstream v0.6.15 |
1753 | 2024-11-05T23:33:39.361Z | Compiling sec1 v0.7.3 |
1754 | 2024-11-05T23:33:39.925Z | Compiling tungstenite v0.24.0 |
1755 | 2024-11-05T23:33:40.337Z | Compiling publicsuffix v2.2.3 |
1756 | 2024-11-05T23:33:40.376Z | Compiling postgres-protocol v0.6.7 |
1757 | 2024-11-05T23:33:40.632Z | Compiling resolv-conf v0.7.0 |
1758 | 2024-11-05T23:33:41.485Z | Compiling lru-cache v0.1.2 |
1759 | 2024-11-05T23:33:41.703Z | Compiling usdt v0.5.0 |
1760 | 2024-11-05T23:33:41.865Z | Compiling slog-term v2.9.1 |
1761 | 2024-11-05T23:33:42.158Z | Compiling num-iter v0.1.45 |
1762 | 2024-11-05T23:33:42.207Z | Compiling group v0.13.0 |
1763 | 2024-11-05T23:33:42.498Z | Compiling hickory-proto v0.24.1 |
1764 | 2024-11-05T23:33:42.763Z | Compiling regress v0.10.1 |
1765 | 2024-11-05T23:33:43.772Z | Compiling tokio-rustls v0.25.0 |
1766 | 2024-11-05T23:33:44.186Z | Compiling futures v0.3.31 |
1767 | 2024-11-05T23:33:47.192Z | Compiling slog-bunyan v2.5.0 |
1768 | 2024-11-05T23:33:47.384Z | Compiling tokio-rustls v0.26.0 |
1769 | 2024-11-05T23:33:47.422Z | Compiling toml v0.8.19 |
1770 | 2024-11-05T23:33:47.855Z | Compiling tokio-native-tls v0.3.1 |
1771 | 2024-11-05T23:33:47.930Z | Compiling terminal_size v0.4.0 |
1772 | 2024-11-05T23:33:48.141Z | Compiling strum_macros v0.25.3 |
1773 | 2024-11-05T23:33:48.158Z | Compiling phf_shared v0.11.2 |
1774 | 2024-11-05T23:33:48.754Z | Compiling async-stream v0.3.6 |
1775 | 2024-11-05T23:33:49.038Z | Compiling waitgroup v0.1.2 |
1776 | 2024-11-05T23:33:49.639Z | Compiling webpki-roots v0.26.6 |
1777 | 2024-11-05T23:33:49.882Z | Compiling serde_path_to_error v0.1.16 |
1778 | 2024-11-05T23:33:50.463Z | Compiling hkdf v0.12.4 |
1779 | 2024-11-05T23:33:50.505Z | Compiling crypto-bigint v0.5.5 |
1780 | 2024-11-05T23:33:50.733Z | Compiling derive-where v1.2.7 |
1781 | 2024-11-05T23:33:51.186Z | Compiling serde_repr v0.1.19 |
1782 | 2024-11-05T23:33:51.552Z | Compiling clap_derive v4.5.18 |
1783 | 2024-11-05T23:33:52.364Z | Compiling hostname v0.4.0 |
1784 | 2024-11-05T23:33:52.594Z | Compiling managed v0.8.0 |
1785 | 2024-11-05T23:33:53.124Z | Compiling debug-ignore v1.0.5 |
1786 | 2024-11-05T23:33:53.281Z | Compiling bitflags v1.3.2 |
1787 | 2024-11-05T23:33:53.393Z | Compiling clap_lex v0.7.2 |
1788 | 2024-11-05T23:33:53.966Z | Compiling unicode-width v0.1.14 |
1789 | 2024-11-05T23:33:54.475Z | Compiling console v0.15.8 |
1790 | 2024-11-05T23:33:54.492Z | Compiling clap_builder v4.5.20 |
1791 | 2024-11-05T23:33:54.585Z | Compiling elliptic-curve v0.13.8 |
1792 | 2024-11-05T23:33:56.246Z | Compiling hyper-rustls v0.27.3 |
1793 | 2024-11-05T23:33:59.215Z | Compiling phf v0.11.2 |
1794 | 2024-11-05T23:33:59.527Z | Compiling hyper-tls v0.6.0 |
1795 | 2024-11-05T23:33:59.816Z | Compiling hickory-resolver v0.24.1 |
1796 | 2024-11-05T23:33:59.909Z | Compiling signal-hook-mio v0.2.4 |
1797 | 2024-11-05T23:34:00.094Z | Compiling rayon v1.10.0 |
1798 | 2024-11-05T23:34:00.098Z | Compiling typify-impl v0.2.0 |
1799 | 2024-11-05T23:34:01.314Z | Compiling cookie_store v0.21.0 |
1800 | 2024-11-05T23:34:02.627Z | Compiling postgres-types v0.2.8 |
1801 | 2024-11-05T23:34:03.265Z | Compiling tokio-tungstenite v0.24.0 |
1802 | 2024-11-05T23:34:03.945Z | Compiling zerocopy v0.6.6 |
1803 | 2024-11-05T23:34:04.312Z | Compiling hubpack v0.1.2 |
1804 | 2024-11-05T23:34:04.332Z | Compiling ed25519 v2.2.3 |
1805 | 2024-11-05T23:34:04.734Z | Compiling phf_shared v0.10.0 |
1806 | 2024-11-05T23:34:04.814Z | Compiling pkcs1 v0.7.5 |
1807 | 2024-11-05T23:34:04.902Z | Compiling bstr v1.10.0 |
1808 | 2024-11-05T23:34:05.123Z | Compiling tokio-stream v0.1.16 |
1809 | 2024-11-05T23:34:05.248Z | Compiling serde-big-array v0.5.1 |
1810 | 2024-11-05T23:34:05.702Z | Compiling rfc6979 v0.4.0 |
1811 | 2024-11-05T23:34:05.874Z | Compiling float-cmp v0.9.0 |
1812 | 2024-11-05T23:34:05.894Z | Compiling sync_wrapper v1.0.1 |
1813 | 2024-11-05T23:34:06.050Z | Compiling crc32fast v1.4.2 |
1814 | 2024-11-05T23:34:06.094Z | Compiling new_debug_unreachable v1.0.6 |
1815 | 2024-11-05T23:34:06.137Z | Compiling minimal-lexical v0.2.1 |
1816 | 2024-11-05T23:34:06.167Z | Compiling precomputed-hash v0.1.1 |
1817 | 2024-11-05T23:34:06.289Z | Compiling bit-vec v0.6.3 |
1818 | 2024-11-05T23:34:06.335Z | Compiling difflib v0.4.0 |
1819 | 2024-11-05T23:34:06.439Z | Compiling predicates-core v1.0.8 |
1820 | 2024-11-05T23:34:06.462Z | Compiling whoami v1.5.2 |
1821 | 2024-11-05T23:34:06.736Z | Compiling number_prefix v0.4.0 |
1822 | 2024-11-05T23:34:07.006Z | Compiling fixedbitset v0.4.2 |
1823 | 2024-11-05T23:34:07.385Z | Compiling static_assertions v1.1.0 |
1824 | 2024-11-05T23:34:07.490Z | Compiling normalize-line-endings v0.3.0 |
1825 | 2024-11-05T23:34:07.511Z | Compiling unicode-segmentation v1.12.0 |
1826 | 2024-11-05T23:34:07.540Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1827 | 2024-11-05T23:34:07.615Z | Compiling predicates v3.1.2 |
1828 | 2024-11-05T23:34:07.894Z | Compiling petgraph v0.6.5 |
1829 | 2024-11-05T23:34:08.361Z | Compiling similar v2.6.0 |
1830 | 2024-11-05T23:34:10.341Z | Compiling indicatif v0.17.8 |
1831 | 2024-11-05T23:34:10.361Z | Compiling tokio-postgres v0.7.12 |
1832 | 2024-11-05T23:34:10.810Z | Compiling bit-set v0.5.3 |
1833 | 2024-11-05T23:34:11.019Z | Compiling typify-macro v0.2.0 |
1834 | 2024-11-05T23:34:11.113Z | Compiling nom v7.1.3 |
1835 | 2024-11-05T23:34:12.163Z | Compiling string_cache v0.8.7 |
1836 | 2024-11-05T23:34:12.563Z | Compiling flate2 v1.0.34 |
1837 | 2024-11-05T23:34:12.946Z | Compiling qorb v0.2.0 |
1838 | 2024-11-05T23:34:13.450Z | Compiling reqwest v0.12.8 |
1839 | 2024-11-05T23:34:14.111Z | Compiling ecdsa v0.16.9 |
1840 | 2024-11-05T23:34:14.739Z | Compiling rsa v0.9.6 |
1841 | 2024-11-05T23:34:15.440Z | Compiling ed25519-dalek v2.1.1 |
1842 | 2024-11-05T23:34:16.346Z | Compiling crossterm v0.28.1 |
1843 | 2024-11-05T23:34:16.414Z | Compiling clap v4.5.20 |
1844 | 2024-11-05T23:34:18.274Z | Compiling itertools v0.12.1 |
1845 | 2024-11-05T23:34:18.301Z | Compiling itertools v0.10.5 |
1846 | 2024-11-05T23:34:19.290Z | Compiling toml v0.7.8 |
1847 | 2024-11-05T23:34:19.522Z | Compiling x509-cert v0.2.5 |
1848 | 2024-11-05T23:34:20.765Z | Compiling hex v0.4.3 |
1849 | 2024-11-05T23:34:21.891Z | Compiling peg-runtime v0.8.3 |
1850 | 2024-11-05T23:34:22.091Z | Compiling unicode-xid v0.2.6 |
1851 | 2024-11-05T23:34:22.275Z | Compiling lalrpop-util v0.19.12 |
1852 | 2024-11-05T23:34:23.651Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1853 | 2024-11-05T23:34:26.164Z | Compiling proc-macro-crate v1.3.1 |
1854 | 2024-11-05T23:34:26.296Z | Compiling ipnetwork v0.20.0 |
1855 | 2024-11-05T23:34:31.236Z | Compiling heapless v0.8.0 |
1856 | 2024-11-05T23:34:31.318Z | Compiling num_enum_derive v0.5.11 |
1857 | 2024-11-05T23:34:36.440Z | Compiling hash32 v0.3.1 |
1858 | 2024-11-05T23:34:37.324Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1859 | 2024-11-05T23:34:37.683Z | Compiling ident_case v1.0.1 |
1860 | 2024-11-05T23:34:37.877Z | Compiling smoltcp v0.11.0 |
1861 | 2024-11-05T23:34:41.736Z | Compiling darling_core v0.20.10 |
1862 | 2024-11-05T23:34:53.030Z | Compiling num_enum v0.5.11 |
1863 | 2024-11-05T23:34:53.222Z | Compiling typify v0.2.0 |
1864 | 2024-11-05T23:34:55.133Z | Compiling proc-macro-error-attr v1.0.4 |
1865 | 2024-11-05T23:34:55.831Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1866 | 2024-11-05T23:34:56.877Z | Compiling cobs v0.2.3 |
1867 | 2024-11-05T23:34:57.350Z | Compiling unsafe-libyaml v0.2.11 |
1868 | 2024-11-05T23:34:58.950Z | Compiling serde_yaml v0.9.34+deprecated |
1869 | 2024-11-05T23:34:59.953Z | Compiling postcard v1.0.10 |
1870 | 2024-11-05T23:35:09.564Z | Compiling progenitor-impl v0.8.0 |
1871 | 2024-11-05T23:35:11.075Z | Compiling darling_macro v0.20.10 |
1872 | 2024-11-05T23:35:23.343Z | Compiling strum_macros v0.26.4 |
1873 | 2024-11-05T23:35:24.795Z | Compiling foreign-types-macros v0.2.3 |
1874 | 2024-11-05T23:35:25.059Z | Compiling structmeta-derive v0.3.0 |
1875 | 2024-11-05T23:35:25.305Z | Compiling proc-macro-error v1.0.4 |
1876 | 2024-11-05T23:35:25.653Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1877 | 2024-11-05T23:35:26.633Z | Compiling foreign-types-shared v0.3.1 |
1878 | 2024-11-05T23:35:26.962Z | Compiling newtype-uuid v1.1.2 |
1879 | 2024-11-05T23:35:27.258Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1880 | 2024-11-05T23:35:27.539Z | Compiling structmeta v0.3.0 |
1881 | 2024-11-05T23:35:27.559Z | Compiling strum v0.26.3 |
1882 | 2024-11-05T23:35:27.931Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1883 | 2024-11-05T23:35:28.499Z | Compiling foreign-types v0.5.0 |
1884 | 2024-11-05T23:35:35.197Z | Compiling progenitor-macro v0.8.0 |
1885 | 2024-11-05T23:35:37.581Z | Compiling darling v0.20.10 |
1886 | 2024-11-05T23:35:38.934Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1887 | 2024-11-05T23:35:39.978Z | Compiling progenitor-client v0.8.0 |
1888 | 2024-11-05T23:35:42.600Z | Compiling tabwriter v1.4.0 |
1889 | 2024-11-05T23:35:44.701Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1890 | 2024-11-05T23:35:45.158Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1891 | 2024-11-05T23:35:45.508Z | Compiling cstr-argument v0.1.2 |
1892 | 2024-11-05T23:35:46.000Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1893 | 2024-11-05T23:35:46.195Z | Compiling fastrand v2.1.1 |
1894 | 2024-11-05T23:35:46.315Z | Compiling crucible-workspace-hack v0.1.0 |
1895 | 2024-11-05T23:35:46.713Z | Compiling pretty-hex v0.2.1 |
1896 | 2024-11-05T23:35:46.895Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1897 | 2024-11-05T23:35:46.935Z | Compiling tempfile v3.13.0 |
1898 | 2024-11-05T23:35:47.147Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1899 | 2024-11-05T23:35:47.258Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1900 | 2024-11-05T23:35:47.451Z | Compiling serde_with_macros v3.11.0 |
1901 | 2024-11-05T23:35:48.036Z | Compiling parse-display-derive v0.10.0 |
1902 | 2024-11-05T23:35:48.481Z | Compiling colored v2.1.0 |
1903 | 2024-11-05T23:35:48.579Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1904 | 2024-11-05T23:35:48.652Z | Compiling progenitor v0.8.0 |
1905 | 2024-11-05T23:35:48.892Z | Compiling instant v0.1.13 |
1906 | 2024-11-05T23:35:49.068Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1907 | 2024-11-05T23:35:49.281Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1908 | 2024-11-05T23:35:49.463Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1909 | 2024-11-05T23:35:49.500Z | Compiling backoff v0.4.0 |
1910 | 2024-11-05T23:35:49.554Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1911 | 2024-11-05T23:35:49.848Z | Compiling serde_with v3.11.0 |
1912 | 2024-11-05T23:35:51.677Z | Compiling parse-display v0.10.0 |
1913 | 2024-11-05T23:35:52.514Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1914 | 2024-11-05T23:35:53.094Z | Compiling zone_cfg_derive v0.3.0 |
1915 | 2024-11-05T23:35:53.596Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1916 | 2024-11-05T23:35:54.281Z | Compiling camino-tempfile v1.1.1 |
1917 | 2024-11-05T23:35:54.408Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1918 | 2024-11-05T23:35:54.422Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1919 | 2024-11-05T23:35:54.448Z | Compiling regress v0.9.1 |
1920 | 2024-11-05T23:35:54.612Z | Compiling macaddr v1.0.1 |
1921 | 2024-11-05T23:35:54.893Z | Compiling num-derive v0.4.2 |
1922 | 2024-11-05T23:35:55.031Z | Compiling sigpipe v0.1.3 |
1923 | 2024-11-05T23:35:55.170Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1924 | 2024-11-05T23:35:55.199Z | Compiling libefi-sys v0.1.0 |
1925 | 2024-11-05T23:35:55.531Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1926 | 2024-11-05T23:35:55.598Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1927 | 2024-11-05T23:35:56.164Z | Compiling zone v0.3.0 |
1928 | 2024-11-05T23:35:57.137Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1929 | 2024-11-05T23:35:58.697Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1930 | 2024-11-05T23:35:58.716Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1931 | 2024-11-05T23:35:59.433Z | Compiling smf v0.2.3 |
1932 | 2024-11-05T23:35:59.436Z | Compiling bitfield-struct v0.6.2 |
1933 | 2024-11-05T23:36:00.827Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1934 | 2024-11-05T23:36:01.253Z | Compiling blake3 v1.5.4 |
1935 | 2024-11-05T23:36:01.867Z | Compiling ring v0.16.20 |
1936 | 2024-11-05T23:36:02.753Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1937 | 2024-11-05T23:36:02.828Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1938 | 2024-11-05T23:36:03.247Z | Compiling xattr v1.3.1 |
1939 | 2024-11-05T23:36:03.553Z | Compiling filetime v0.2.25 |
1940 | 2024-11-05T23:36:03.570Z | Compiling memmap2 v0.9.5 |
1941 | 2024-11-05T23:36:03.916Z | Compiling arrayvec v0.7.6 |
1942 | 2024-11-05T23:36:03.962Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1943 | 2024-11-05T23:36:04.104Z | Compiling constant_time_eq v0.3.1 |
1944 | 2024-11-05T23:36:04.121Z | Compiling spin v0.5.2 |
1945 | 2024-11-05T23:36:04.274Z | Compiling arrayref v0.3.9 |
1946 | 2024-11-05T23:36:04.386Z | Compiling untrusted v0.7.1 |
1947 | 2024-11-05T23:36:04.389Z | Compiling same-file v1.0.6 |
1948 | 2024-11-05T23:36:04.586Z | Compiling walkdir v2.5.0 |
1949 | 2024-11-05T23:36:04.666Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1950 | 2024-11-05T23:36:05.430Z | Compiling tar v0.4.42 |
1951 | 2024-11-05T23:36:06.202Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1952 | 2024-11-05T23:36:06.617Z | Compiling gethostname v0.5.0 |
1953 | 2024-11-05T23:36:06.820Z | Compiling cargo-platform v0.1.8 |
1954 | 2024-11-05T23:36:07.005Z | Compiling topological-sort v0.2.2 |
1955 | 2024-11-05T23:36:07.184Z | Compiling cargo_metadata v0.18.1 |
1956 | 2024-11-05T23:36:10.490Z | Compiling omicron-zone-package v0.11.1 |
1957 | 2024-11-05T23:36:14.615Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1958 | 2024-11-05T23:36:15.465Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1959 | 2024-11-05T23:36:21.282Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1960 | 2024-11-05T23:36:36.641Z | Finished `release` profile [optimized] target(s) in 4m 35s |
1961 | 2024-11-05T23:36:36.792Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1962 | 2024-11-05T23:36:36.836Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1963 | 2024-11-05T23:36:36.839Z | Created new build target 'test' and set it as active |
1964 | 2024-11-05T23:36:36.839Z | |
1965 | 2024-11-05T23:36:36.839Z | real 4:35.376081652 |
1966 | 2024-11-05T23:36:36.839Z | user 31:19.386496100 |
1967 | 2024-11-05T23:36:36.839Z | sys 3:45.951037691 |
1968 | 2024-11-05T23:36:36.839Z | trap 0.883760886 |
1969 | 2024-11-05T23:36:36.839Z | tflt 2.722283006 |
1970 | 2024-11-05T23:36:36.839Z | dflt 1.181680100 |
1971 | 2024-11-05T23:36:36.839Z | kflt 0.000025104 |
1972 | 2024-11-05T23:36:36.839Z | lock 1:08:40.632383259 |
1973 | 2024-11-05T23:36:36.839Z | slp 1:59:23.213414298 |
1974 | 2024-11-05T23:36:36.839Z | lat 2:07.335042976 |
1975 | 2024-11-05T23:36:36.839Z | stop 3:51.086626677 |
1976 | 2024-11-05T23:36:36.839Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1977 | 2024-11-05T23:36:37.737Z | Finished `release` profile [optimized] target(s) in 0.84s |
1978 | 2024-11-05T23:36:37.790Z | Running `target/release/omicron-package -t test package` |
1979 | 2024-11-05T23:36:37.831Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1980 | 2024-11-05T23:36:38.894Z | Compiling convert_case v0.4.0 |
1981 | 2024-11-05T23:36:38.894Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1982 | 2024-11-05T23:36:38.897Z | Compiling itertools v0.13.0 |
1983 | 2024-11-05T23:36:38.897Z | Compiling password-hash v0.5.0 |
1984 | 2024-11-05T23:36:38.897Z | Compiling blake2 v0.10.6 |
1985 | 2024-11-05T23:36:38.897Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1986 | 2024-11-05T23:36:38.897Z | Compiling newline-converter v0.3.0 |
1987 | 2024-11-05T23:36:39.038Z | Compiling cancel-safe-futures v0.1.5 |
1988 | 2024-11-05T23:36:39.219Z | Compiling owo-colors v4.1.0 |
1989 | 2024-11-05T23:36:39.281Z | Compiling expectorate v1.1.0 |
1990 | 2024-11-05T23:36:39.430Z | Compiling base64 v0.21.7 |
1991 | 2024-11-05T23:36:39.655Z | Compiling derive_more v0.99.18 |
1992 | 2024-11-05T23:36:40.206Z | Compiling argon2 v0.5.3 |
1993 | 2024-11-05T23:36:40.257Z | Compiling libsw v3.3.1 |
1994 | 2024-11-05T23:36:40.478Z | Compiling swrite v0.1.0 |
1995 | 2024-11-05T23:36:40.592Z | Compiling linear-map v1.2.0 |
1996 | 2024-11-05T23:36:40.612Z | Compiling indent_write v2.2.0 |
1997 | 2024-11-05T23:36:40.629Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
1998 | 2024-11-05T23:36:40.852Z | Compiling progenitor-client v0.8.0 |
1999 | 2024-11-05T23:36:40.993Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2000 | 2024-11-05T23:36:41.145Z | Compiling atomicwrites v0.4.4 |
2001 | 2024-11-05T23:36:41.253Z | Compiling progenitor v0.8.0 |
2002 | 2024-11-05T23:36:41.475Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2003 | 2024-11-05T23:36:41.545Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2004 | 2024-11-05T23:36:41.643Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2005 | 2024-11-05T23:36:42.195Z | Compiling num-rational v0.4.2 |
2006 | 2024-11-05T23:36:42.621Z | Compiling num-complex v0.4.6 |
2007 | 2024-11-05T23:36:42.746Z | Compiling float-ord v0.3.2 |
2008 | 2024-11-05T23:36:42.935Z | Compiling prettyplease v0.2.22 |
2009 | 2024-11-05T23:36:43.252Z | Compiling semver v0.1.20 |
2010 | 2024-11-05T23:36:43.821Z | Compiling num v0.4.3 |
2011 | 2024-11-05T23:36:43.954Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2012 | 2024-11-05T23:36:43.971Z | Compiling rustc_version v0.1.7 |
2013 | 2024-11-05T23:36:44.380Z | Compiling newtype_derive v0.1.6 |
2014 | 2024-11-05T23:36:44.736Z | Compiling humantime v2.1.0 |
2015 | 2024-11-05T23:36:44.780Z | Compiling highway v1.2.0 |
2016 | 2024-11-05T23:36:45.736Z | Compiling home v0.5.9 |
2017 | 2024-11-05T23:36:45.763Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2018 | 2024-11-05T23:36:45.966Z | Compiling steno v0.4.1 |
2019 | 2024-11-05T23:36:48.868Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2020 | 2024-11-05T23:36:49.413Z | Compiling newtype-uuid v1.1.2 |
2021 | 2024-11-05T23:36:49.615Z | Compiling tungstenite v0.21.0 |
2022 | 2024-11-05T23:36:49.766Z | Compiling ipnetwork v0.20.0 |
2023 | 2024-11-05T23:36:49.939Z | Compiling instant v0.1.13 |
2024 | 2024-11-05T23:36:50.123Z | Compiling slog-dtrace v0.3.0 |
2025 | 2024-11-05T23:36:50.533Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2026 | 2024-11-05T23:36:50.600Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2027 | 2024-11-05T23:36:51.207Z | Compiling tokio-tungstenite v0.21.0 |
2028 | 2024-11-05T23:36:51.850Z | Compiling backoff v0.4.0 |
2029 | 2024-11-05T23:36:52.230Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2030 | 2024-11-05T23:36:52.589Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2031 | 2024-11-05T23:36:54.623Z | Compiling parse-display v0.10.0 |
2032 | 2024-11-05T23:36:55.174Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2033 | 2024-11-05T23:36:55.377Z | Compiling serde_with v3.11.0 |
2034 | 2024-11-05T23:36:55.387Z | Compiling strum v0.26.3 |
2035 | 2024-11-05T23:36:55.571Z | Compiling regress v0.9.1 |
2036 | 2024-11-05T23:36:59.178Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2037 | 2024-11-05T23:37:00.053Z | Compiling macaddr v1.0.1 |
2038 | 2024-11-05T23:37:00.381Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2039 | 2024-11-05T23:37:00.879Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2040 | 2024-11-05T23:37:02.026Z | Compiling display-error-chain v0.2.1 |
2041 | 2024-11-05T23:37:02.224Z | Compiling arc-swap v1.7.1 |
2042 | 2024-11-05T23:37:02.926Z | Compiling slog-scope v4.4.0 |
2043 | 2024-11-05T23:37:03.507Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2044 | 2024-11-05T23:37:03.774Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2045 | 2024-11-05T23:37:04.804Z | Compiling half v2.4.1 |
2046 | 2024-11-05T23:37:05.524Z | Compiling ciborium-io v0.2.2 |
2047 | 2024-11-05T23:37:05.677Z | Compiling ciborium-ll v0.2.2 |
2048 | 2024-11-05T23:37:06.211Z | Compiling slog-stdlog v4.1.1 |
2049 | 2024-11-05T23:37:07.019Z | Compiling slog-envlogger v2.2.0 |
2050 | 2024-11-05T23:37:07.564Z | Compiling ciborium v0.2.2 |
2051 | 2024-11-05T23:37:08.312Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2052 | 2024-11-05T23:37:09.660Z | Compiling fastrand v2.1.1 |
2053 | 2024-11-05T23:37:09.814Z | Compiling same-file v1.0.6 |
2054 | 2024-11-05T23:37:10.064Z | Compiling tempfile v3.13.0 |
2055 | 2024-11-05T23:37:10.176Z | Compiling walkdir v2.5.0 |
2056 | 2024-11-05T23:37:10.837Z | Compiling ring v0.16.20 |
2057 | 2024-11-05T23:37:10.884Z | Compiling blake3 v1.5.4 |
2058 | 2024-11-05T23:37:11.500Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2059 | 2024-11-05T23:37:14.355Z | Compiling xattr v1.3.1 |
2060 | 2024-11-05T23:37:14.636Z | Compiling memmap2 v0.9.5 |
2061 | 2024-11-05T23:37:15.061Z | Compiling filetime v0.2.25 |
2062 | 2024-11-05T23:37:15.359Z | Compiling keccak v0.1.5 |
2063 | 2024-11-05T23:37:16.465Z | Compiling untrusted v0.7.1 |
2064 | 2024-11-05T23:37:16.672Z | Compiling arrayref v0.3.9 |
2065 | 2024-11-05T23:37:16.787Z | Compiling constant_time_eq v0.3.1 |
2066 | 2024-11-05T23:37:16.940Z | Compiling spin v0.5.2 |
2067 | 2024-11-05T23:37:17.196Z | Compiling arrayvec v0.7.6 |
2068 | 2024-11-05T23:37:18.112Z | Compiling sha3 v0.10.8 |
2069 | 2024-11-05T23:37:18.658Z | Compiling tar v0.4.42 |
2070 | 2024-11-05T23:37:19.009Z | Compiling camino-tempfile v1.1.1 |
2071 | 2024-11-05T23:37:19.447Z | Compiling toolchain_find v0.4.0 |
2072 | 2024-11-05T23:37:19.998Z | Compiling nibble_vec v0.1.0 |
2073 | 2024-11-05T23:37:20.241Z | Compiling maplit v1.0.2 |
2074 | 2024-11-05T23:37:20.379Z | Compiling endian-type v0.1.2 |
2075 | 2024-11-05T23:37:20.538Z | Compiling radium v0.7.0 |
2076 | 2024-11-05T23:37:20.605Z | Compiling topological-sort v0.2.2 |
2077 | 2024-11-05T23:37:20.634Z | Compiling crunchy v0.2.2 |
2078 | 2024-11-05T23:37:20.842Z | Compiling glob v0.3.1 |
2079 | 2024-11-05T23:37:21.004Z | Compiling omicron-zone-package v0.11.1 |
2080 | 2024-11-05T23:37:21.068Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2081 | 2024-11-05T23:37:21.114Z | Compiling radix_trie v0.2.1 |
2082 | 2024-11-05T23:37:21.133Z | Compiling rustfmt-wrapper v0.2.1 |
2083 | 2024-11-05T23:37:21.588Z | Compiling clang-sys v1.8.1 |
2084 | 2024-11-05T23:37:21.708Z | Compiling pem v3.0.4 |
2085 | 2024-11-05T23:37:22.047Z | Compiling maybe-uninit v2.0.0 |
2086 | 2024-11-05T23:37:22.256Z | Compiling tiny-keccak v2.0.2 |
2087 | 2024-11-05T23:37:22.481Z | Compiling tap v1.0.1 |
2088 | 2024-11-05T23:37:22.654Z | Compiling wyz v0.5.1 |
2089 | 2024-11-05T23:37:22.956Z | Compiling dsl_auto_type v0.1.2 |
2090 | 2024-11-05T23:37:23.120Z | Compiling scheduled-thread-pool v0.2.7 |
2091 | 2024-11-05T23:37:23.122Z | Compiling secrecy v0.8.0 |
2092 | 2024-11-05T23:37:23.321Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2093 | 2024-11-05T23:37:23.413Z | Compiling diesel_table_macro_syntax v0.2.0 |
2094 | 2024-11-05T23:37:23.799Z | Compiling packed_struct v0.10.1 |
2095 | 2024-11-05T23:37:23.824Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2096 | 2024-11-05T23:37:24.145Z | Compiling crc-catalog v2.4.0 |
2097 | 2024-11-05T23:37:24.217Z | Compiling funty v2.0.0 |
2098 | 2024-11-05T23:37:24.269Z | Compiling diesel_derives v2.2.3 |
2099 | 2024-11-05T23:37:24.291Z | Compiling crc v3.2.1 |
2100 | 2024-11-05T23:37:25.297Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2101 | 2024-11-05T23:37:25.770Z | Compiling bitvec v1.0.1 |
2102 | 2024-11-05T23:37:26.018Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2103 | 2024-11-05T23:37:26.333Z | Compiling r2d2 v0.8.10 |
2104 | 2024-11-05T23:37:26.891Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2105 | 2024-11-05T23:37:27.062Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2106 | 2024-11-05T23:37:30.184Z | Compiling ascii-canvas v3.0.0 |
2107 | 2024-11-05T23:37:30.668Z | Compiling universal-hash v0.5.1 |
2108 | 2024-11-05T23:37:30.887Z | Compiling packed_struct_codegen v0.10.1 |
2109 | 2024-11-05T23:37:30.924Z | Compiling thiserror-impl-no-std v2.0.2 |
2110 | 2024-11-05T23:37:33.326Z | Compiling lzma-sys v0.1.20 |
2111 | 2024-11-05T23:37:33.388Z | Compiling ena v0.14.3 |
2112 | 2024-11-05T23:37:33.813Z | Compiling indexmap v1.9.3 |
2113 | 2024-11-05T23:37:34.025Z | Compiling libloading v0.8.5 |
2114 | 2024-11-05T23:37:34.177Z | Compiling regex-syntax v0.6.29 |
2115 | 2024-11-05T23:37:34.405Z | Compiling diff v0.1.13 |
2116 | 2024-11-05T23:37:34.950Z | Compiling opaque-debug v0.3.1 |
2117 | 2024-11-05T23:37:34.965Z | Compiling bindgen v0.69.5 |
2118 | 2024-11-05T23:37:35.062Z | Compiling nodrop v0.1.14 |
2119 | 2024-11-05T23:37:35.196Z | Compiling array-init v0.0.4 |
2120 | 2024-11-05T23:37:35.470Z | Compiling poly1305 v0.8.0 |
2121 | 2024-11-05T23:37:36.488Z | Compiling diesel v2.2.4 |
2122 | 2024-11-05T23:37:39.311Z | Compiling lalrpop v0.19.12 |
2123 | 2024-11-05T23:37:43.766Z | Compiling thiserror-no-std v2.0.2 |
2124 | 2024-11-05T23:37:46.993Z | Compiling smallvec v0.6.14 |
2125 | 2024-11-05T23:37:48.108Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2126 | 2024-11-05T23:37:48.232Z | Compiling which v4.4.2 |
2127 | 2024-11-05T23:37:48.733Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2128 | 2024-11-05T23:37:49.047Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2129 | 2024-11-05T23:37:49.171Z | Compiling chacha20 v0.9.1 |
2130 | 2024-11-05T23:37:49.288Z | Compiling heck v0.3.3 |
2131 | 2024-11-05T23:37:49.644Z | Compiling cexpr v0.6.0 |
2132 | 2024-11-05T23:37:49.675Z | Compiling aead v0.5.2 |
2133 | 2024-11-05T23:37:50.032Z | Compiling lazycell v1.3.0 |
2134 | 2024-11-05T23:37:50.221Z | Compiling bitfield v0.14.0 |
2135 | 2024-11-05T23:37:50.557Z | Compiling ref-cast v1.0.23 |
2136 | 2024-11-05T23:37:51.031Z | Compiling termcolor v1.4.1 |
2137 | 2024-11-05T23:37:51.170Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2138 | 2024-11-05T23:37:51.482Z | Compiling hashbrown v0.12.3 |
2139 | 2024-11-05T23:37:52.060Z | Compiling rustc-hash v1.1.0 |
2140 | 2024-11-05T23:37:53.912Z | Compiling env_logger v0.10.2 |
2141 | 2024-11-05T23:37:54.075Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2142 | 2024-11-05T23:37:57.025Z | Compiling chacha20poly1305 v0.10.1 |
2143 | 2024-11-05T23:37:57.266Z | Compiling zone_cfg_derive v0.1.2 |
2144 | 2024-11-05T23:37:58.675Z | Compiling serde-hex v0.1.0 |
2145 | 2024-11-05T23:38:02.948Z | Compiling polar-core v0.27.3 |
2146 | 2024-11-05T23:38:03.893Z | Compiling bzip2 v0.4.4 |
2147 | 2024-11-05T23:38:04.192Z | Compiling vsss-rs v3.3.4 |
2148 | 2024-11-05T23:38:04.540Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2149 | 2024-11-05T23:38:04.870Z | Compiling ron v0.8.1 |
2150 | 2024-11-05T23:38:04.888Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2151 | 2024-11-05T23:38:05.202Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2152 | 2024-11-05T23:38:05.827Z | Compiling derive_builder_core v0.20.2 |
2153 | 2024-11-05T23:38:07.834Z | Compiling hashbrown v0.13.2 |
2154 | 2024-11-05T23:38:08.620Z | Compiling headers-core v0.3.0 |
2155 | 2024-11-05T23:38:08.796Z | Compiling fxhash v0.2.1 |
2156 | 2024-11-05T23:38:09.030Z | Compiling libxml v0.3.3 |
2157 | 2024-11-05T23:38:09.239Z | Compiling ref-cast-impl v1.0.23 |
2158 | 2024-11-05T23:38:09.402Z | Compiling crc-any v2.5.0 |
2159 | 2024-11-05T23:38:10.351Z | Compiling base64 v0.13.1 |
2160 | 2024-11-05T23:38:10.536Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2161 | 2024-11-05T23:38:10.773Z | Compiling object v0.30.4 |
2162 | 2024-11-05T23:38:10.804Z | Compiling headers v0.4.0 |
2163 | 2024-11-05T23:38:11.095Z | Compiling ron v0.7.1 |
2164 | 2024-11-05T23:38:15.194Z | Compiling derive_builder_macro v0.20.2 |
2165 | 2024-11-05T23:38:16.049Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2166 | 2024-11-05T23:38:16.418Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2167 | 2024-11-05T23:38:17.064Z | Compiling samael v0.0.17 |
2168 | 2024-11-05T23:38:17.576Z | Compiling xz2 v0.1.7 |
2169 | 2024-11-05T23:38:18.205Z | Compiling zip v0.6.6 |
2170 | 2024-11-05T23:38:20.824Z | Compiling zone v0.1.8 |
2171 | 2024-11-05T23:38:23.340Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2172 | 2024-11-05T23:38:24.223Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2173 | 2024-11-05T23:38:25.168Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2174 | 2024-11-05T23:38:25.496Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2175 | 2024-11-05T23:38:26.051Z | Compiling yasna v0.5.2 |
2176 | 2024-11-05T23:38:26.394Z | Compiling phf_generator v0.11.2 |
2177 | 2024-11-05T23:38:26.453Z | Compiling strum_macros v0.24.3 |
2178 | 2024-11-05T23:38:26.584Z | Compiling kstat-rs v0.2.4 |
2179 | 2024-11-05T23:38:27.418Z | Compiling async-recursion v1.1.1 |
2180 | 2024-11-05T23:38:28.795Z | Compiling unicase v2.7.0 |
2181 | 2024-11-05T23:38:29.124Z | Compiling indoc v1.0.9 |
2182 | 2024-11-05T23:38:29.352Z | Compiling path-slash v0.1.5 |
2183 | 2024-11-05T23:38:29.505Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2184 | 2024-11-05T23:38:29.587Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2185 | 2024-11-05T23:38:29.630Z | Compiling rcgen v0.12.1 |
2186 | 2024-11-05T23:38:29.908Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2187 | 2024-11-05T23:38:30.222Z | Compiling phf_codegen v0.11.2 |
2188 | 2024-11-05T23:38:37.182Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2189 | 2024-11-05T23:38:39.735Z | Compiling derive_builder v0.20.2 |
2190 | 2024-11-05T23:38:42.226Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2191 | 2024-11-05T23:38:44.870Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2192 | 2024-11-05T23:38:44.888Z | Compiling http v0.2.12 |
2193 | 2024-11-05T23:38:45.194Z | Compiling impl-trait-for-tuples v0.2.2 |
2194 | 2024-11-05T23:38:49.325Z | Compiling oso-derive v0.27.3 |
2195 | 2024-11-05T23:38:49.630Z | Compiling parse-zoneinfo v0.3.1 |
2196 | 2024-11-05T23:38:49.966Z | Compiling libz-sys v1.1.20 |
2197 | 2024-11-05T23:38:50.262Z | Compiling quick-xml v0.33.0 |
2198 | 2024-11-05T23:38:50.606Z | Compiling subprocess v0.2.9 |
2199 | 2024-11-05T23:38:51.088Z | Compiling diesel-dtrace v0.3.0 |
2200 | 2024-11-05T23:38:51.419Z | Compiling cfg_aliases v0.1.1 |
2201 | 2024-11-05T23:38:51.423Z | Compiling parking_lot_core v0.8.6 |
2202 | 2024-11-05T23:38:51.551Z | Compiling nix v0.28.0 |
2203 | 2024-11-05T23:38:51.897Z | Compiling oso v0.27.3 |
2204 | 2024-11-05T23:38:52.400Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2205 | 2024-11-05T23:38:55.367Z | Compiling chrono-tz-build v0.4.0 |
2206 | 2024-11-05T23:38:56.517Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2207 | 2024-11-05T23:38:58.075Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2208 | 2024-11-05T23:39:00.040Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2209 | 2024-11-05T23:39:03.059Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2210 | 2024-11-05T23:39:03.388Z | Compiling bb8 v0.8.5 |
2211 | 2024-11-05T23:39:03.497Z | Compiling const_format_proc_macros v0.2.33 |
2212 | 2024-11-05T23:39:04.039Z | Compiling vte_generate_state_changes v0.1.2 |
2213 | 2024-11-05T23:39:04.661Z | Compiling buf-list v1.0.3 |
2214 | 2024-11-05T23:39:05.373Z | Compiling const_format v0.2.33 |
2215 | 2024-11-05T23:39:05.376Z | Compiling vte v0.11.1 |
2216 | 2024-11-05T23:39:06.570Z | Compiling async-bb8-diesel v0.2.1 |
2217 | 2024-11-05T23:39:06.910Z | Compiling chrono-tz v0.10.0 |
2218 | 2024-11-05T23:39:07.906Z | Compiling h2 v0.3.26 |
2219 | 2024-11-05T23:39:08.394Z | Compiling http-body v0.4.6 |
2220 | 2024-11-05T23:39:08.963Z | Compiling fd-lock v4.0.2 |
2221 | 2024-11-05T23:39:09.153Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2222 | 2024-11-05T23:39:09.205Z | Compiling pin-project-internal v1.1.6 |
2223 | 2024-11-05T23:39:09.925Z | Compiling atty v0.2.14 |
2224 | 2024-11-05T23:39:10.084Z | Compiling salty v0.3.0 |
2225 | 2024-11-05T23:39:10.522Z | Compiling bytecount v0.6.8 |
2226 | 2024-11-05T23:39:10.854Z | Compiling papergrid v0.11.0 |
2227 | 2024-11-05T23:39:11.846Z | Compiling pin-project v1.1.6 |
2228 | 2024-11-05T23:39:23.609Z | Compiling hyper v0.14.30 |
2229 | 2024-11-05T23:39:27.232Z | Compiling parking_lot v0.11.2 |
2230 | 2024-11-05T23:39:35.763Z | Compiling strip-ansi-escapes v0.2.0 |
2231 | 2024-11-05T23:39:37.483Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2232 | 2024-11-05T23:39:37.740Z | Compiling tabled_derive v0.7.0 |
2233 | 2024-11-05T23:39:37.911Z | Compiling peg-macros v0.8.4 |
2234 | 2024-11-05T23:39:39.736Z | Compiling snafu-derive v0.8.5 |
2235 | 2024-11-05T23:39:40.981Z | Compiling sqlparser_derive v0.2.2 |
2236 | 2024-11-05T23:39:41.606Z | Compiling nu-ansi-term v0.50.1 |
2237 | 2024-11-05T23:39:41.973Z | Compiling sync_wrapper v0.1.2 |
2238 | 2024-11-05T23:39:42.097Z | Compiling unicode_categories v0.1.1 |
2239 | 2024-11-05T23:39:42.402Z | Compiling sqlformat v0.2.6 |
2240 | 2024-11-05T23:39:42.468Z | Compiling rustyline v14.0.0 |
2241 | 2024-11-05T23:39:42.798Z | Compiling reqwest v0.11.27 |
2242 | 2024-11-05T23:39:43.821Z | Compiling reedline v0.35.0 |
2243 | 2024-11-05T23:39:44.116Z | Compiling snafu v0.8.5 |
2244 | 2024-11-05T23:39:44.711Z | Compiling sqlparser v0.45.0 |
2245 | 2024-11-05T23:39:45.284Z | Compiling peg v0.8.4 |
2246 | 2024-11-05T23:39:45.407Z | Compiling tabled v0.15.0 |
2247 | 2024-11-05T23:40:05.590Z | Compiling sled v0.34.7 |
2248 | 2024-11-05T23:40:06.840Z | Compiling mime_guess v2.0.5 |
2249 | 2024-11-05T23:40:08.154Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2250 | 2024-11-05T23:40:09.417Z | Compiling hickory-client v0.24.1 |
2251 | 2024-11-05T23:40:10.264Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2252 | 2024-11-05T23:40:14.727Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2253 | 2024-11-05T23:40:16.476Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2254 | 2024-11-05T23:40:20.890Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2255 | 2024-11-05T23:40:21.046Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2256 | 2024-11-05T23:40:21.907Z | Compiling globset v0.4.15 |
2257 | 2024-11-05T23:40:22.530Z | Compiling hickory-server v0.24.1 |
2258 | 2024-11-05T23:40:29.359Z | Compiling primeorder v0.13.6 |
2259 | 2024-11-05T23:40:29.683Z | Compiling olpc-cjson v0.1.4 |
2260 | 2024-11-05T23:40:29.940Z | Compiling vergen v8.3.2 |
2261 | 2024-11-05T23:40:30.039Z | Compiling bcs v0.1.6 |
2262 | 2024-11-05T23:40:30.276Z | Compiling env_filter v0.1.2 |
2263 | 2024-11-05T23:40:30.938Z | Compiling cargo-platform v0.1.8 |
2264 | 2024-11-05T23:40:31.575Z | Compiling serde_plain v1.0.2 |
2265 | 2024-11-05T23:40:31.831Z | Compiling nanorand v0.7.0 |
2266 | 2024-11-05T23:40:31.991Z | Compiling memoffset v0.9.1 |
2267 | 2024-11-05T23:40:32.341Z | Compiling typed-path v0.7.1 |
2268 | 2024-11-05T23:40:32.712Z | Compiling flume v0.11.0 |
2269 | 2024-11-05T23:40:33.460Z | Compiling cargo_metadata v0.18.1 |
2270 | 2024-11-05T23:40:34.462Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2271 | 2024-11-05T23:40:36.771Z | Compiling tough v0.17.1 |
2272 | 2024-11-05T23:40:36.889Z | Compiling env_logger v0.11.5 |
2273 | 2024-11-05T23:40:37.894Z | Compiling p384 v0.13.0 |
2274 | 2024-11-05T23:40:38.328Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2275 | 2024-11-05T23:40:38.915Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2276 | 2024-11-05T23:40:39.707Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2277 | 2024-11-05T23:40:45.342Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2278 | 2024-11-05T23:40:46.684Z | Compiling git2 v0.19.0 |
2279 | 2024-11-05T23:40:48.654Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2280 | 2024-11-05T23:40:50.879Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2281 | 2024-11-05T23:40:54.565Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2282 | 2024-11-05T23:40:55.845Z | Compiling rand_seeder v0.3.0 |
2283 | 2024-11-05T23:40:56.258Z | Compiling libsqlite3-sys v0.30.1 |
2284 | 2024-11-05T23:40:56.793Z | Compiling cfg_aliases v0.2.1 |
2285 | 2024-11-05T23:40:56.918Z | Compiling parse-size v1.0.0 |
2286 | 2024-11-05T23:40:57.234Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2287 | 2024-11-05T23:40:57.447Z | Compiling rustls v0.21.12 |
2288 | 2024-11-05T23:40:57.607Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2289 | 2024-11-05T23:40:57.634Z | Compiling nix v0.29.0 |
2290 | 2024-11-05T23:40:57.846Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2291 | 2024-11-05T23:40:58.473Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2292 | 2024-11-05T23:41:00.182Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2293 | 2024-11-05T23:41:01.458Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2294 | 2024-11-05T23:41:01.867Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2295 | 2024-11-05T23:41:02.173Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2296 | 2024-11-05T23:41:02.176Z | Compiling rustls-webpki v0.101.7 |
2297 | 2024-11-05T23:41:04.786Z | Compiling sct v0.7.1 |
2298 | 2024-11-05T23:41:05.265Z | Compiling castaway v0.2.3 |
2299 | 2024-11-05T23:41:05.468Z | Compiling csv-core v0.1.11 |
2300 | 2024-11-05T23:41:06.024Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2301 | 2024-11-05T23:41:06.324Z | Compiling http-range v0.1.5 |
2302 | 2024-11-05T23:41:06.434Z | Compiling csv v1.3.0 |
2303 | 2024-11-05T23:41:06.915Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2304 | 2024-11-05T23:41:08.337Z | Compiling hyper-staticfile v0.10.1 |
2305 | 2024-11-05T23:41:08.515Z | Compiling compact_str v0.8.0 |
2306 | 2024-11-05T23:41:11.273Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2307 | 2024-11-05T23:41:11.810Z | Compiling nix v0.27.1 |
2308 | 2024-11-05T23:41:13.609Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2309 | 2024-11-05T23:41:14.635Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2310 | 2024-11-05T23:41:16.726Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2311 | 2024-11-05T23:41:20.779Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2312 | 2024-11-05T23:41:26.465Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2313 | 2024-11-05T23:41:26.503Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2314 | 2024-11-05T23:41:26.796Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2315 | 2024-11-05T23:41:27.141Z | Compiling unicode-truncate v1.1.0 |
2316 | 2024-11-05T23:41:27.428Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2317 | 2024-11-05T23:41:27.756Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2318 | 2024-11-05T23:41:28.076Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2319 | 2024-11-05T23:41:33.979Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2320 | 2024-11-05T23:41:34.558Z | Compiling hashlink v0.9.1 |
2321 | 2024-11-05T23:41:35.394Z | Compiling tungstenite v0.23.0 |
2322 | 2024-11-05T23:41:35.453Z | Compiling lru v0.12.5 |
2323 | 2024-11-05T23:41:35.830Z | Compiling instability v0.3.2 |
2324 | 2024-11-05T23:41:36.430Z | Compiling cassowary v0.3.0 |
2325 | 2024-11-05T23:41:36.829Z | Compiling fallible-streaming-iterator v0.1.9 |
2326 | 2024-11-05T23:41:36.857Z | Compiling fallible-iterator v0.3.0 |
2327 | 2024-11-05T23:41:37.116Z | Compiling ratatui v0.28.1 |
2328 | 2024-11-05T23:41:37.688Z | Compiling rusqlite v0.32.1 |
2329 | 2024-11-05T23:41:40.035Z | Compiling tokio-tungstenite v0.23.1 |
2330 | 2024-11-05T23:41:40.709Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2331 | 2024-11-05T23:41:43.760Z | Compiling tokio-rustls v0.24.1 |
2332 | 2024-11-05T23:41:44.230Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2333 | 2024-11-05T23:41:56.132Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2334 | 2024-11-05T23:41:57.806Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2335 | 2024-11-05T23:42:01.977Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2336 | 2024-11-05T23:42:02.572Z | Compiling rustls-pemfile v1.0.4 |
2337 | 2024-11-05T23:42:03.382Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2338 | 2024-11-05T23:42:03.480Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2339 | 2024-11-05T23:42:03.691Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2340 | 2024-11-05T23:42:03.867Z | Compiling signal-hook-tokio v0.3.1 |
2341 | 2024-11-05T23:42:04.093Z | Compiling twox-hash v1.6.3 |
2342 | 2024-11-05T23:42:04.859Z | Compiling is_ci v1.2.0 |
2343 | 2024-11-05T23:42:05.104Z | Compiling unicode-linebreak v0.1.5 |
2344 | 2024-11-05T23:42:05.161Z | Compiling smawk v0.3.2 |
2345 | 2024-11-05T23:42:05.467Z | Compiling supports-color v3.0.1 |
2346 | 2024-11-05T23:42:05.715Z | Compiling textwrap v0.16.1 |
2347 | 2024-11-05T23:42:09.265Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2348 | 2024-11-05T23:42:15.233Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2349 | 2024-11-05T23:42:17.857Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2350 | 2024-11-05T23:42:17.876Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2351 | 2024-11-05T23:42:22.648Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2352 | 2024-11-05T23:42:26.443Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2353 | 2024-11-05T23:42:35.938Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2354 | 2024-11-05T23:42:36.543Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2355 | 2024-11-05T23:42:43.593Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2356 | 2024-11-05T23:42:43.650Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2357 | 2024-11-05T23:42:43.910Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2358 | 2024-11-05T23:42:45.354Z | Compiling fatfs v0.3.6 |
2359 | 2024-11-05T23:42:48.296Z | Compiling rtoolbox v0.0.2 |
2360 | 2024-11-05T23:42:48.716Z | Compiling assert_matches v1.5.0 |
2361 | 2024-11-05T23:42:50.178Z | Compiling rpassword v7.3.1 |
2362 | 2024-11-05T23:42:50.630Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2363 | 2024-11-05T23:42:53.191Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2364 | 2024-11-05T23:43:02.751Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2365 | 2024-11-05T23:43:09.905Z | Compiling tui-tree-widget v0.22.0 |
2366 | 2024-11-05T23:43:10.338Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2367 | 2024-11-05T23:43:13.252Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2368 | 2024-11-05T23:43:19.536Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2369 | 2024-11-05T23:43:19.856Z | Compiling uzers v0.12.1 |
2370 | 2024-11-05T23:43:22.958Z | Compiling shell-words v1.1.0 |
2371 | 2024-11-05T23:43:23.477Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2372 | 2024-11-05T23:43:26.751Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2373 | 2024-11-05T23:43:28.725Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2374 | 2024-11-05T23:43:53.837Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2375 | 2024-11-05T23:43:58.967Z | Compiling multimap v0.10.0 |
2376 | 2024-11-05T23:46:03.852Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2377 | 2024-11-05T23:46:16.447Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2378 | 2024-11-05T23:54:39.862Z | Finished `release` profile [optimized] target(s) in 18m 01s |
2379 | 2024-11-05T23:55:37.720Z | |
2380 | 2024-11-05T23:55:37.724Z | real 19:00.687453698 |
2381 | 2024-11-05T23:55:37.724Z | user 2:04:20.475468629 |
2382 | 2024-11-05T23:55:37.724Z | sys 5:43.956086517 |
2383 | 2024-11-05T23:55:37.724Z | trap 2.859525350 |
2384 | 2024-11-05T23:55:37.724Z | tflt 2.933057367 |
2385 | 2024-11-05T23:55:37.724Z | dflt 5.948822993 |
2386 | 2024-11-05T23:55:37.724Z | kflt 0.012674572 |
2387 | 2024-11-05T23:55:37.724Z | lock 7:25:30.792318050 |
2388 | 2024-11-05T23:55:37.724Z | slp 6:13:10.688939671 |
2389 | 2024-11-05T23:55:37.724Z | lat 2:50.557775767 |
2390 | 2024-11-05T23:55:37.724Z | stop 2:34.329775726 |
2391 | 2024-11-05T23:55:37.724Z | + mapfile -t packages |
2392 | 2024-11-05T23:55:37.724Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2393 | 2024-11-05T23:55:38.650Z | Finished `release` profile [optimized] target(s) in 0.88s |
2394 | 2024-11-05T23:55:38.703Z | Running `target/release/omicron-package -t test list-outputs` |
2395 | 2024-11-05T23:55:38.740Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2396 | 2024-11-05T23:55:38.743Z | + ptime -m cargo build --locked --release -p xtask |
2397 | 2024-11-05T23:55:39.259Z | Compiling serde v1.0.210 |
2398 | 2024-11-05T23:55:39.263Z | Compiling libc v0.2.161 |
2399 | 2024-11-05T23:55:39.263Z | Compiling rustix v0.38.37 |
2400 | 2024-11-05T23:55:39.263Z | Compiling serde_json v1.0.128 |
2401 | 2024-11-05T23:55:39.263Z | Compiling syn v2.0.79 |
2402 | 2024-11-05T23:55:39.354Z | Compiling bitflags v2.6.0 |
2403 | 2024-11-05T23:55:39.673Z | Compiling usdt-impl v0.5.0 |
2404 | 2024-11-05T23:55:39.710Z | Compiling syn v1.0.109 |
2405 | 2024-11-05T23:55:39.816Z | Compiling hashbrown v0.15.0 |
2406 | 2024-11-05T23:55:39.846Z | Compiling log v0.4.22 |
2407 | 2024-11-05T23:55:39.859Z | Compiling fs-err v2.11.0 |
2408 | 2024-11-05T23:55:40.166Z | Compiling anyhow v1.0.89 |
2409 | 2024-11-05T23:55:40.301Z | Compiling once_cell v1.20.2 |
2410 | 2024-11-05T23:55:40.708Z | Compiling thread-id v4.2.2 |
2411 | 2024-11-05T23:55:41.126Z | Compiling indexmap v2.6.0 |
2412 | 2024-11-05T23:55:42.398Z | Compiling terminal_size v0.4.0 |
2413 | 2024-11-05T23:55:42.398Z | Compiling tempfile v3.13.0 |
2414 | 2024-11-05T23:55:42.619Z | Compiling clap_builder v4.5.20 |
2415 | 2024-11-05T23:55:42.787Z | Compiling proc-macro-error v1.0.4 |
2416 | 2024-11-05T23:55:44.194Z | Compiling tabled_derive v0.7.0 |
2417 | 2024-11-05T23:55:45.330Z | Compiling tabled v0.15.0 |
2418 | 2024-11-05T23:55:46.448Z | Compiling serde_derive v1.0.210 |
2419 | 2024-11-05T23:55:46.448Z | Compiling thiserror-impl v1.0.64 |
2420 | 2024-11-05T23:55:46.448Z | Compiling zerocopy-derive v0.7.35 |
2421 | 2024-11-05T23:55:46.451Z | Compiling scroll_derive v0.12.0 |
2422 | 2024-11-05T23:55:47.821Z | Compiling scroll v0.12.0 |
2423 | 2024-11-05T23:55:48.359Z | Compiling zerocopy v0.7.35 |
2424 | 2024-11-05T23:55:48.481Z | Compiling goblin v0.8.2 |
2425 | 2024-11-05T23:55:49.085Z | Compiling thiserror v1.0.64 |
2426 | 2024-11-05T23:55:49.246Z | Compiling pest v2.7.14 |
2427 | 2024-11-05T23:55:52.274Z | Compiling pest_meta v2.7.14 |
2428 | 2024-11-05T23:55:54.038Z | Compiling pest_generator v2.7.14 |
2429 | 2024-11-05T23:55:56.125Z | Compiling pest_derive v2.7.14 |
2430 | 2024-11-05T23:55:56.895Z | Compiling dtrace-parser v0.2.0 |
2431 | 2024-11-05T23:56:00.337Z | Compiling serde_spanned v0.6.8 |
2432 | 2024-11-05T23:56:00.616Z | Compiling toml_datetime v0.6.8 |
2433 | 2024-11-05T23:56:01.370Z | Compiling toml_edit v0.22.22 |
2434 | 2024-11-05T23:56:04.719Z | Compiling dof v0.3.0 |
2435 | 2024-11-05T23:56:05.679Z | Compiling serde_tokenstream v0.2.2 |
2436 | 2024-11-05T23:56:06.280Z | Compiling camino v1.1.9 |
2437 | 2024-11-05T23:56:06.984Z | Compiling usdt-macro v0.5.0 |
2438 | 2024-11-05T23:56:07.627Z | Compiling usdt-attr-macro v0.5.0 |
2439 | 2024-11-05T23:56:08.975Z | Compiling toml v0.8.19 |
2440 | 2024-11-05T23:56:09.293Z | Compiling semver v1.0.23 |
2441 | 2024-11-05T23:56:10.745Z | Compiling cargo-platform v0.1.8 |
2442 | 2024-11-05T23:56:11.710Z | Compiling clap_derive v4.5.18 |
2443 | 2024-11-05T23:56:11.832Z | Compiling cargo_metadata v0.18.1 |
2444 | 2024-11-05T23:56:11.990Z | Compiling cargo_toml v0.20.5 |
2445 | 2024-11-05T23:56:12.253Z | Compiling usdt v0.5.0 |
2446 | 2024-11-05T23:56:13.680Z | Compiling camino-tempfile v1.1.1 |
2447 | 2024-11-05T23:56:14.459Z | Compiling macaddr v1.0.1 |
2448 | 2024-11-05T23:56:15.985Z | Compiling clap v4.5.20 |
2449 | 2024-11-05T23:56:23.081Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2450 | 2024-11-05T23:56:34.133Z | Finished `release` profile [optimized] target(s) in 55.33s |
2451 | 2024-11-05T23:56:34.248Z | |
2452 | 2024-11-05T23:56:34.248Z | real 55.478273324 |
2453 | 2024-11-05T23:56:34.248Z | user 5:36.414684159 |
2454 | 2024-11-05T23:56:34.248Z | sys 28.674227180 |
2455 | 2024-11-05T23:56:34.248Z | trap 0.150430837 |
2456 | 2024-11-05T23:56:34.248Z | tflt 0.261064041 |
2457 | 2024-11-05T23:56:34.251Z | dflt 0.538221004 |
2458 | 2024-11-05T23:56:34.251Z | kflt 0.000002249 |
2459 | 2024-11-05T23:56:34.251Z | lock 10:38.612995691 |
2460 | 2024-11-05T23:56:34.251Z | slp 16:09.985226053 |
2461 | 2024-11-05T23:56:34.251Z | lat 10.488681367 |
2462 | 2024-11-05T23:56:34.251Z | stop 12.121610278 |
2463 | 2024-11-05T23:56:34.251Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2464 | 2024-11-05T23:56:34.251Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2465 | 2024-11-05T23:56:34.251Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2466 | 2024-11-05T23:56:34.251Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2467 | 2024-11-05T23:56:34.251Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2468 | 2024-11-05T23:56:35.059Z | Compiling hashbrown v0.14.5 |
2469 | 2024-11-05T23:56:35.178Z | Compiling unsafe-libyaml v0.2.11 |
2470 | 2024-11-05T23:56:35.190Z | Compiling progenitor-client v0.8.0 |
2471 | 2024-11-05T23:56:35.193Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2472 | 2024-11-05T23:56:35.193Z | Compiling ident_case v1.0.1 |
2473 | 2024-11-05T23:56:35.193Z | Compiling ipnetwork v0.20.0 |
2474 | 2024-11-05T23:56:35.193Z | Compiling instant v0.1.13 |
2475 | 2024-11-05T23:56:35.201Z | Compiling structmeta-derive v0.3.0 |
2476 | 2024-11-05T23:56:35.306Z | Compiling newtype-uuid v1.1.2 |
2477 | 2024-11-05T23:56:35.357Z | Compiling darling_core v0.20.10 |
2478 | 2024-11-05T23:56:35.630Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2479 | 2024-11-05T23:56:35.671Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2480 | 2024-11-05T23:56:35.960Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2481 | 2024-11-05T23:56:36.189Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2482 | 2024-11-05T23:56:36.301Z | Compiling backoff v0.4.0 |
2483 | 2024-11-05T23:56:36.422Z | Compiling regress v0.10.1 |
2484 | 2024-11-05T23:56:36.438Z | Compiling serde_yaml v0.9.34+deprecated |
2485 | 2024-11-05T23:56:36.469Z | Compiling regress v0.9.1 |
2486 | 2024-11-05T23:56:36.675Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2487 | 2024-11-05T23:56:36.860Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2488 | 2024-11-05T23:56:36.938Z | Compiling macaddr v1.0.1 |
2489 | 2024-11-05T23:56:37.005Z | Compiling tempfile v3.13.0 |
2490 | 2024-11-05T23:56:37.029Z | Compiling proc-macro-crate v1.3.1 |
2491 | 2024-11-05T23:56:37.397Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2492 | 2024-11-05T23:56:37.791Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2493 | 2024-11-05T23:56:37.838Z | Compiling foreign-types-macros v0.2.3 |
2494 | 2024-11-05T23:56:38.008Z | Compiling structmeta v0.3.0 |
2495 | 2024-11-05T23:56:38.052Z | Compiling num_enum_derive v0.5.11 |
2496 | 2024-11-05T23:56:38.097Z | Compiling heapless v0.8.0 |
2497 | 2024-11-05T23:56:38.407Z | Compiling parse-display-derive v0.10.0 |
2498 | 2024-11-05T23:56:38.645Z | Compiling foreign-types-shared v0.3.1 |
2499 | 2024-11-05T23:56:39.087Z | Compiling foreign-types v0.5.0 |
2500 | 2024-11-05T23:56:39.207Z | Compiling proc-macro-error v1.0.4 |
2501 | 2024-11-05T23:56:39.414Z | Compiling camino-tempfile v1.1.1 |
2502 | 2024-11-05T23:56:39.862Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2503 | 2024-11-05T23:56:39.890Z | Compiling hash32 v0.3.1 |
2504 | 2024-11-05T23:56:40.129Z | Compiling typify-impl v0.2.0 |
2505 | 2024-11-05T23:56:40.293Z | Compiling cstr-argument v0.1.2 |
2506 | 2024-11-05T23:56:40.515Z | Compiling num_enum v0.5.11 |
2507 | 2024-11-05T23:56:40.575Z | Compiling smoltcp v0.11.0 |
2508 | 2024-11-05T23:56:40.730Z | Compiling pretty-hex v0.2.1 |
2509 | 2024-11-05T23:56:40.733Z | Compiling crucible-workspace-hack v0.1.0 |
2510 | 2024-11-05T23:56:40.928Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2511 | 2024-11-05T23:56:41.051Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2512 | 2024-11-05T23:56:41.227Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2513 | 2024-11-05T23:56:41.302Z | Compiling tabwriter v1.4.0 |
2514 | 2024-11-05T23:56:41.379Z | Compiling colored v2.1.0 |
2515 | 2024-11-05T23:56:41.441Z | Compiling cobs v0.2.3 |
2516 | 2024-11-05T23:56:41.747Z | Compiling postcard v1.0.10 |
2517 | 2024-11-05T23:56:41.813Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2518 | 2024-11-05T23:56:41.887Z | Compiling darling_macro v0.20.10 |
2519 | 2024-11-05T23:56:41.902Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2520 | 2024-11-05T23:56:42.065Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2521 | 2024-11-05T23:56:42.114Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2522 | 2024-11-05T23:56:42.160Z | Compiling smf v0.2.3 |
2523 | 2024-11-05T23:56:42.402Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2524 | 2024-11-05T23:56:42.712Z | Compiling zone_cfg_derive v0.3.0 |
2525 | 2024-11-05T23:56:42.744Z | Compiling parse-display v0.10.0 |
2526 | 2024-11-05T23:56:42.816Z | Compiling darling v0.20.10 |
2527 | 2024-11-05T23:56:42.909Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2528 | 2024-11-05T23:56:42.942Z | Compiling serde_with_macros v3.11.0 |
2529 | 2024-11-05T23:56:43.396Z | Compiling num-derive v0.4.2 |
2530 | 2024-11-05T23:56:43.416Z | Compiling sigpipe v0.1.3 |
2531 | 2024-11-05T23:56:43.418Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2532 | 2024-11-05T23:56:43.558Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2533 | 2024-11-05T23:56:43.747Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2534 | 2024-11-05T23:56:44.158Z | Compiling zone v0.3.0 |
2535 | 2024-11-05T23:56:44.215Z | Compiling universal-hash v0.5.1 |
2536 | 2024-11-05T23:56:44.422Z | Compiling opaque-debug v0.3.1 |
2537 | 2024-11-05T23:56:44.526Z | Compiling num-rational v0.4.2 |
2538 | 2024-11-05T23:56:44.563Z | Compiling password-hash v0.5.0 |
2539 | 2024-11-05T23:56:45.571Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2540 | 2024-11-05T23:56:45.716Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2541 | 2024-11-05T23:56:45.777Z | Compiling blake2 v0.10.6 |
2542 | 2024-11-05T23:56:45.779Z | Compiling serde_with v3.11.0 |
2543 | 2024-11-05T23:56:46.281Z | Compiling num-complex v0.4.6 |
2544 | 2024-11-05T23:56:46.469Z | Compiling aead v0.5.2 |
2545 | 2024-11-05T23:56:46.641Z | Compiling convert_case v0.4.0 |
2546 | 2024-11-05T23:56:46.873Z | Compiling keccak v0.1.5 |
2547 | 2024-11-05T23:56:47.164Z | Compiling sha3 v0.10.8 |
2548 | 2024-11-05T23:56:47.286Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2549 | 2024-11-05T23:56:47.370Z | Compiling num v0.4.3 |
2550 | 2024-11-05T23:56:47.489Z | Compiling argon2 v0.5.3 |
2551 | 2024-11-05T23:56:47.588Z | Compiling derive_more v0.99.18 |
2552 | 2024-11-05T23:56:47.649Z | Compiling poly1305 v0.8.0 |
2553 | 2024-11-05T23:56:47.941Z | Compiling tungstenite v0.21.0 |
2554 | 2024-11-05T23:56:48.223Z | Compiling chacha20 v0.9.1 |
2555 | 2024-11-05T23:56:48.720Z | Compiling base64 v0.21.7 |
2556 | 2024-11-05T23:56:49.371Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2557 | 2024-11-05T23:56:49.452Z | Compiling float-ord v0.3.2 |
2558 | 2024-11-05T23:56:49.511Z | Compiling tokio-tungstenite v0.21.0 |
2559 | 2024-11-05T23:56:49.621Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2560 | 2024-11-05T23:56:49.743Z | Compiling same-file v1.0.6 |
2561 | 2024-11-05T23:56:50.040Z | Compiling semver v0.1.20 |
2562 | 2024-11-05T23:56:50.057Z | Compiling walkdir v2.5.0 |
2563 | 2024-11-05T23:56:50.074Z | Compiling newline-converter v0.3.0 |
2564 | 2024-11-05T23:56:50.076Z | Compiling primeorder v0.13.6 |
2565 | 2024-11-05T23:56:50.247Z | Compiling secrecy v0.8.0 |
2566 | 2024-11-05T23:56:50.274Z | Compiling prettyplease v0.2.22 |
2567 | 2024-11-05T23:56:50.542Z | Compiling rustc_version v0.1.7 |
2568 | 2024-11-05T23:56:50.579Z | Compiling owo-colors v4.1.0 |
2569 | 2024-11-05T23:56:50.645Z | Compiling cancel-safe-futures v0.1.5 |
2570 | 2024-11-05T23:56:50.675Z | Compiling home v0.5.9 |
2571 | 2024-11-05T23:56:50.711Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2572 | 2024-11-05T23:56:50.845Z | Compiling expectorate v1.1.0 |
2573 | 2024-11-05T23:56:50.936Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2574 | 2024-11-05T23:56:50.964Z | Compiling thiserror-impl-no-std v2.0.2 |
2575 | 2024-11-05T23:56:51.035Z | Compiling blake3 v1.5.4 |
2576 | 2024-11-05T23:56:51.037Z | Compiling newtype_derive v0.1.6 |
2577 | 2024-11-05T23:56:51.065Z | Compiling ring v0.16.20 |
2578 | 2024-11-05T23:56:51.261Z | Compiling unicase v2.7.0 |
2579 | 2024-11-05T23:56:51.354Z | Compiling half v2.4.1 |
2580 | 2024-11-05T23:56:51.550Z | Compiling arc-swap v1.7.1 |
2581 | 2024-11-05T23:56:51.568Z | Compiling ciborium-io v0.2.2 |
2582 | 2024-11-05T23:56:51.918Z | Compiling ciborium-ll v0.2.2 |
2583 | 2024-11-05T23:56:52.006Z | Compiling slog-scope v4.4.0 |
2584 | 2024-11-05T23:56:52.172Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2585 | 2024-11-05T23:56:52.499Z | Compiling polyval v0.6.2 |
2586 | 2024-11-05T23:56:52.929Z | Compiling atomicwrites v0.4.4 |
2587 | 2024-11-05T23:56:52.946Z | Compiling libsw v3.3.1 |
2588 | 2024-11-05T23:56:53.278Z | Compiling memmap2 v0.9.5 |
2589 | 2024-11-05T23:56:53.291Z | Compiling untrusted v0.7.1 |
2590 | 2024-11-05T23:56:53.497Z | Compiling linear-map v1.2.0 |
2591 | 2024-11-05T23:56:53.756Z | Compiling libefi-sys v0.1.0 |
2592 | 2024-11-05T23:56:53.869Z | Compiling constant_time_eq v0.3.1 |
2593 | 2024-11-05T23:56:53.917Z | Compiling thiserror-no-std v2.0.2 |
2594 | 2024-11-05T23:56:54.038Z | Compiling salty v0.3.0 |
2595 | 2024-11-05T23:56:54.054Z | Compiling indent_write v2.2.0 |
2596 | 2024-11-05T23:56:54.056Z | Compiling arrayvec v0.7.6 |
2597 | 2024-11-05T23:56:54.270Z | Compiling parking_lot_core v0.8.6 |
2598 | 2024-11-05T23:56:54.454Z | Compiling arrayref v0.3.9 |
2599 | 2024-11-05T23:56:54.507Z | Compiling spin v0.5.2 |
2600 | 2024-11-05T23:56:54.625Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2601 | 2024-11-05T23:56:54.730Z | Compiling vsss-rs v3.3.4 |
2602 | 2024-11-05T23:56:54.747Z | Compiling ghash v0.5.1 |
2603 | 2024-11-05T23:56:54.814Z | Compiling slog-stdlog v4.1.1 |
2604 | 2024-11-05T23:56:54.964Z | Compiling ciborium v0.2.2 |
2605 | 2024-11-05T23:56:55.665Z | Compiling toolchain_find v0.4.0 |
2606 | 2024-11-05T23:56:55.757Z | Compiling p384 v0.13.0 |
2607 | 2024-11-05T23:56:55.800Z | Compiling chacha20poly1305 v0.10.1 |
2608 | 2024-11-05T23:56:56.053Z | Compiling itertools v0.13.0 |
2609 | 2024-11-05T23:56:56.244Z | Compiling typify-macro v0.2.0 |
2610 | 2024-11-05T23:56:56.355Z | Compiling lzma-sys v0.1.20 |
2611 | 2024-11-05T23:56:56.428Z | Compiling ctr v0.9.2 |
2612 | 2024-11-05T23:56:56.806Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2613 | 2024-11-05T23:56:57.106Z | Compiling bitfield-struct v0.6.2 |
2614 | 2024-11-05T23:56:57.189Z | Compiling slog-dtrace v0.3.0 |
2615 | 2024-11-05T23:56:57.296Z | Compiling highway v1.2.0 |
2616 | 2024-11-05T23:56:57.495Z | Compiling topological-sort v0.2.2 |
2617 | 2024-11-05T23:56:57.739Z | Compiling omicron-zone-package v0.11.1 |
2618 | 2024-11-05T23:56:58.397Z | Compiling aes-gcm v0.10.3 |
2619 | 2024-11-05T23:56:58.420Z | Compiling rustfmt-wrapper v0.2.1 |
2620 | 2024-11-05T23:56:58.532Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2621 | 2024-11-05T23:56:58.534Z | Compiling mime_guess v2.0.5 |
2622 | 2024-11-05T23:56:58.699Z | Compiling steno v0.4.1 |
2623 | 2024-11-05T23:56:58.996Z | Compiling slog-envlogger v2.2.0 |
2624 | 2024-11-05T23:56:59.673Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2625 | 2024-11-05T23:56:59.779Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2626 | 2024-11-05T23:56:59.829Z | Compiling heck v0.3.3 |
2627 | 2024-11-05T23:56:59.853Z | Compiling ssh-encoding v0.2.0 |
2628 | 2024-11-05T23:57:00.270Z | Compiling blowfish v0.9.1 |
2629 | 2024-11-05T23:57:00.285Z | Compiling nibble_vec v0.1.0 |
2630 | 2024-11-05T23:57:00.329Z | Compiling env_filter v0.1.2 |
2631 | 2024-11-05T23:57:00.388Z | Compiling humantime v2.1.0 |
2632 | 2024-11-05T23:57:00.432Z | Compiling typify v0.2.0 |
2633 | 2024-11-05T23:57:00.491Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2634 | 2024-11-05T23:57:00.571Z | Compiling progenitor-impl v0.8.0 |
2635 | 2024-11-05T23:57:00.757Z | Compiling endian-type v0.1.2 |
2636 | 2024-11-05T23:57:00.842Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2637 | 2024-11-05T23:57:00.883Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2638 | 2024-11-05T23:57:00.940Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2639 | 2024-11-05T23:57:00.970Z | Compiling radix_trie v0.2.1 |
2640 | 2024-11-05T23:57:01.003Z | Compiling env_logger v0.11.5 |
2641 | 2024-11-05T23:57:01.070Z | Compiling bcrypt-pbkdf v0.10.0 |
2642 | 2024-11-05T23:57:01.204Z | Compiling zone_cfg_derive v0.1.2 |
2643 | 2024-11-05T23:57:01.665Z | Compiling ssh-cipher v0.2.0 |
2644 | 2024-11-05T23:57:01.725Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2645 | 2024-11-05T23:57:01.909Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2646 | 2024-11-05T23:57:02.191Z | Compiling parking_lot v0.11.2 |
2647 | 2024-11-05T23:57:02.651Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2648 | 2024-11-05T23:57:02.668Z | Compiling gethostname v0.5.0 |
2649 | 2024-11-05T23:57:02.865Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2650 | 2024-11-05T23:57:03.065Z | Compiling password-hash v0.4.2 |
2651 | 2024-11-05T23:57:03.084Z | Compiling fxhash v0.2.1 |
2652 | 2024-11-05T23:57:03.108Z | Compiling matches v0.1.10 |
2653 | 2024-11-05T23:57:03.210Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2654 | 2024-11-05T23:57:03.228Z | Compiling base64 v0.13.1 |
2655 | 2024-11-05T23:57:03.288Z | Compiling sled v0.34.7 |
2656 | 2024-11-05T23:57:03.463Z | Compiling idna v0.2.3 |
2657 | 2024-11-05T23:57:03.545Z | Compiling pbkdf2 v0.11.0 |
2658 | 2024-11-05T23:57:03.594Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2659 | 2024-11-05T23:57:03.828Z | Compiling ron v0.7.1 |
2660 | 2024-11-05T23:57:03.913Z | Compiling zone v0.1.8 |
2661 | 2024-11-05T23:57:03.955Z | Compiling xz2 v0.1.7 |
2662 | 2024-11-05T23:57:04.278Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2663 | 2024-11-05T23:57:04.436Z | Compiling ssh-key v0.6.6 |
2664 | 2024-11-05T23:57:05.358Z | Compiling hickory-client v0.24.1 |
2665 | 2024-11-05T23:57:06.151Z | Compiling p256 v0.13.2 |
2666 | 2024-11-05T23:57:06.180Z | Compiling p521 v0.13.3 |
2667 | 2024-11-05T23:57:06.287Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2668 | 2024-11-05T23:57:06.837Z | Compiling hickory-server v0.24.1 |
2669 | 2024-11-05T23:57:07.020Z | Compiling enum-as-inner v0.5.1 |
2670 | 2024-11-05T23:57:07.389Z | Compiling pem v3.0.4 |
2671 | 2024-11-05T23:57:08.047Z | Compiling yasna v0.5.2 |
2672 | 2024-11-05T23:57:08.104Z | Compiling progenitor-macro v0.8.0 |
2673 | 2024-11-05T23:57:08.174Z | Compiling headers-core v0.3.0 |
2674 | 2024-11-05T23:57:08.348Z | Compiling kstat-rs v0.2.4 |
2675 | 2024-11-05T23:57:08.505Z | Compiling nanorand v0.7.0 |
2676 | 2024-11-05T23:57:08.992Z | Compiling atty v0.2.14 |
2677 | 2024-11-05T23:57:08.995Z | Compiling russh-cryptovec v0.7.3 |
2678 | 2024-11-05T23:57:09.080Z | Compiling http-range v0.1.5 |
2679 | 2024-11-05T23:57:09.141Z | Compiling md5 v0.7.0 |
2680 | 2024-11-05T23:57:09.333Z | Compiling glob v0.3.1 |
2681 | 2024-11-05T23:57:09.422Z | Compiling russh-keys v0.45.0 |
2682 | 2024-11-05T23:57:09.443Z | Compiling hyper-staticfile v0.10.1 |
2683 | 2024-11-05T23:57:09.637Z | Compiling rcgen v0.12.1 |
2684 | 2024-11-05T23:57:09.676Z | Compiling flume v0.11.0 |
2685 | 2024-11-05T23:57:10.252Z | Compiling headers v0.4.0 |
2686 | 2024-11-05T23:57:10.388Z | Compiling trust-dns-proto v0.22.0 |
2687 | 2024-11-05T23:57:10.597Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2688 | 2024-11-05T23:57:12.029Z | Compiling num-bigint v0.4.6 |
2689 | 2024-11-05T23:57:12.218Z | Compiling des v0.8.1 |
2690 | 2024-11-05T23:57:12.549Z | Compiling subprocess v0.2.9 |
2691 | 2024-11-05T23:57:13.616Z | Compiling dhcproto-macros v0.1.0 |
2692 | 2024-11-05T23:57:13.636Z | Compiling hex-literal v0.4.1 |
2693 | 2024-11-05T23:57:13.802Z | Compiling display-error-chain v0.2.1 |
2694 | 2024-11-05T23:57:13.979Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2695 | 2024-11-05T23:57:14.000Z | Compiling internet-checksum v0.2.1 |
2696 | 2024-11-05T23:57:14.840Z | Compiling dhcproto v0.12.0 |
2697 | 2024-11-05T23:57:14.895Z | Compiling russh v0.45.0 |
2698 | 2024-11-05T23:57:19.276Z | Compiling progenitor v0.8.0 |
2699 | 2024-11-05T23:57:19.384Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2700 | 2024-11-05T23:57:19.386Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2701 | 2024-11-05T23:57:19.386Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2702 | 2024-11-05T23:57:19.386Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2703 | 2024-11-05T23:57:19.386Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2704 | 2024-11-05T23:57:19.455Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2705 | 2024-11-05T23:57:19.586Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2706 | 2024-11-05T23:57:20.851Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2707 | 2024-11-05T23:57:21.271Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2708 | 2024-11-05T23:57:22.056Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2709 | 2024-11-05T23:57:25.111Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2710 | 2024-11-05T23:57:25.699Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2711 | 2024-11-05T23:57:34.111Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2712 | 2024-11-05T23:57:34.114Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2713 | 2024-11-05T23:57:34.114Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2714 | 2024-11-05T23:57:34.114Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2715 | 2024-11-05T23:57:37.164Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2716 | 2024-11-05T23:57:37.415Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2717 | 2024-11-05T23:57:38.407Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2718 | 2024-11-05T23:57:38.563Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2719 | 2024-11-05T23:57:40.790Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2720 | 2024-11-05T23:57:41.411Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2721 | 2024-11-05T23:57:42.246Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2722 | 2024-11-05T23:57:42.500Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2723 | 2024-11-05T23:57:42.960Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2724 | 2024-11-05T23:57:45.053Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2725 | 2024-11-05T23:57:46.025Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2726 | 2024-11-05T23:57:46.561Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2727 | 2024-11-05T23:57:47.034Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2728 | 2024-11-05T23:57:47.411Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2729 | 2024-11-05T23:57:47.692Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2730 | 2024-11-05T23:57:47.936Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2731 | 2024-11-05T23:57:48.146Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2732 | 2024-11-05T23:57:50.873Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2733 | 2024-11-05T23:57:51.954Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2734 | 2024-11-05T23:57:52.662Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2735 | 2024-11-05T23:57:52.880Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2736 | 2024-11-05T23:57:54.594Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2737 | 2024-11-05T23:57:55.275Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2738 | 2024-11-05T23:57:56.168Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2739 | 2024-11-05T23:58:00.424Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2740 | 2024-11-05T23:58:08.654Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2741 | 2024-11-05T23:58:10.343Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2742 | 2024-11-05T23:59:03.755Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2743 | 2024-11-05T23:59:34.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 00s |
2744 | 2024-11-05T23:59:34.770Z | |
2745 | 2024-11-05T23:59:34.770Z | real 3:00.457221275 |
2746 | 2024-11-05T23:59:34.770Z | user 11:38.352430168 |
2747 | 2024-11-05T23:59:34.770Z | sys 2:17.587241103 |
2748 | 2024-11-05T23:59:34.770Z | trap 0.288664000 |
2749 | 2024-11-05T23:59:34.770Z | tflt 0.704679111 |
2750 | 2024-11-05T23:59:34.771Z | dflt 1.933001759 |
2751 | 2024-11-05T23:59:34.773Z | kflt 0.000018456 |
2752 | 2024-11-05T23:59:34.773Z | lock 24:40.052169318 |
2753 | 2024-11-05T23:59:34.773Z | slp 41:11.924308288 |
2754 | 2024-11-05T23:59:34.773Z | lat 32.838047136 |
2755 | 2024-11-05T23:59:34.773Z | stop 1:12.967808096 |
2756 | 2024-11-05T23:59:34.773Z | + mkdir tests |
2757 | 2024-11-05T23:59:34.775Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2758 | 2024-11-05T23:59:34.775Z | + xargs -I '{}' -t cp '{}' tests/ |
2759 | 2024-11-05T23:59:36.145Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4f3e49caa5557ed7 tests/ |
2760 | 2024-11-05T23:59:36.165Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8eac4c813f9decd1 tests/ |
2761 | 2024-11-05T23:59:36.185Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-700d6975fde48ed8 tests/ |
2762 | 2024-11-05T23:59:36.205Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f2dbdfd99801f926 tests/ |
2763 | 2024-11-05T23:59:36.357Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2764 | 2024-11-05T23:59:36.360Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-8eac4c813f9decd1 tests/commtest-700d6975fde48ed8 tests/dhcp_server-4f3e49caa5557ed7 tests/end_to_end_tests-f2dbdfd99801f926 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 |
2765 | 2024-11-06T00:00:41.645Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2766 | 2024-11-06T00:00:41.645Z | a .github/buildomat/ci-env.sh 1K |
2767 | 2024-11-06T00:00:41.645Z | a out/target/test 1K |
2768 | 2024-11-06T00:00:41.645Z | a out/npuzone/npuzone 23144K |
2769 | 2024-11-06T00:00:41.645Z | a package-manifest.toml 32K |
2770 | 2024-11-06T00:00:41.645Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2771 | 2024-11-06T00:00:41.645Z | a target/release/omicron-package 32515K |
2772 | 2024-11-06T00:00:41.645Z | a target/release/xtask 11749K |
2773 | 2024-11-06T00:00:41.645Z | a target/debug/bootstrap 195749K |
2774 | 2024-11-06T00:00:41.645Z | a tests/bootstrap-8eac4c813f9decd1 23991K |
2775 | 2024-11-06T00:00:41.645Z | a tests/commtest-700d6975fde48ed8 24191K |
2776 | 2024-11-06T00:00:41.645Z | a tests/dhcp_server-4f3e49caa5557ed7 23991K |
2777 | 2024-11-06T00:00:41.645Z | a tests/end_to_end_tests-f2dbdfd99801f926 207954K |
2778 | 2024-11-06T00:00:41.645Z | a out/clickhouse.tar.gz 244401K |
2779 | 2024-11-06T00:00:41.645Z | a out/clickhouse_keeper.tar.gz 244393K |
2780 | 2024-11-06T00:00:41.645Z | a out/clickhouse_server.tar.gz 244393K |
2781 | 2024-11-06T00:00:41.645Z | a out/cockroachdb.tar.gz 130011K |
2782 | 2024-11-06T00:00:41.645Z | a out/crucible-dtrace.tar 83K |
2783 | 2024-11-06T00:00:41.645Z | a out/crucible-pantry-zone.tar.gz 26848K |
2784 | 2024-11-06T00:00:41.645Z | a out/crucible-zone.tar.gz 35054K |
2785 | 2024-11-06T00:00:41.645Z | a out/external-dns.tar.gz 30732K |
2786 | 2024-11-06T00:00:41.645Z | a out/internal-dns.tar.gz 30732K |
2787 | 2024-11-06T00:00:41.645Z | a out/mg-ddm-gz.tar 62661K |
2788 | 2024-11-06T00:00:41.645Z | a out/nexus.tar.gz 96134K |
2789 | 2024-11-06T00:00:41.645Z | a out/ntp.tar.gz 9030K |
2790 | 2024-11-06T00:00:41.645Z | a out/omicron-gateway-softnpu.tar.gz 21701K |
2791 | 2024-11-06T00:00:41.645Z | a out/omicron-sled-agent.tar 104114K |
2792 | 2024-11-06T00:00:41.645Z | a out/overlay.tar.gz 3K |
2793 | 2024-11-06T00:00:41.645Z | a out/oximeter.tar.gz 46034K |
2794 | 2024-11-06T00:00:41.645Z | a out/oxlog.tar 3071K |
2795 | 2024-11-06T00:00:41.645Z | a out/probe.tar.gz 2764K |
2796 | 2024-11-06T00:00:41.645Z | a out/propolis-server.tar.gz 66584K |
2797 | 2024-11-06T00:00:41.645Z | a out/pumpkind-gz.tar 26665K |
2798 | 2024-11-06T00:00:41.645Z | a out/switch-softnpu.tar.gz 224236K |
2799 | 2024-11-06T00:00:41.648Z | |
2800 | 2024-11-06T00:00:41.648Z | real 1:05.275322538 |
2801 | 2024-11-06T00:00:41.648Z | user 1:02.265294884 |
2802 | 2024-11-06T00:00:41.648Z | sys 4.171940472 |
2803 | 2024-11-06T00:00:41.649Z | trap 0.016902112 |
2804 | 2024-11-06T00:00:41.649Z | tflt 0.000000000 |
2805 | 2024-11-06T00:00:41.649Z | dflt 0.000000000 |
2806 | 2024-11-06T00:00:41.649Z | kflt 0.000000000 |
2807 | 2024-11-06T00:00:41.649Z | lock 0.000000000 |
2808 | 2024-11-06T00:00:41.649Z | slp 1:02.207297493 |
2809 | 2024-11-06T00:00:41.649Z | lat 1.884356926 |
2810 | 2024-11-06T00:00:41.649Z | stop 0.000245975 |
2811 | 2024-11-06T00:00:41.649Z | process exited: duration 1977179 ms, exit code 0 |
|
2812 | 2024-11-06T00:00:41.663Z | found 1 output files |
2813 | 2024-11-06T00:00:41.663Z | uploading: /work/package.tar.gz (1692721627 bytes) |
2814 | 2024-11-06T00:01:17.477Z | uploaded: /work/package.tar.gz |