|
|
|
1 | 2024-12-06T01:58:28.970Z | job assigned to worker 01JECTZVDRZ5DTS2FPMKQVPAWA [factory aws, i-049fd2013484c85f2] (queued for 46 s) |
|
2 | 2024-12-06T01:58:36.507Z | starting task 0: "setup" |
3 | 2024-12-06T01:58:36.517Z | ++ uname -s |
4 | 2024-12-06T01:58:36.520Z | + kern=SunOS |
5 | 2024-12-06T01:58:36.520Z | + case "$kern" in |
6 | 2024-12-06T01:58:36.520Z | + groupadd -g 12345 build |
7 | 2024-12-06T01:58:36.523Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-06T01:58:38.530Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-06T01:58:38.700Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-06T01:58:38.703Z | + home_fs=zfs |
11 | 2024-12-06T01:58:38.703Z | + [[ zfs == autofs ]] |
12 | 2024-12-06T01:58:38.703Z | + mkdir -p /home/build |
13 | 2024-12-06T01:58:38.706Z | + chown build:build /home/build /work |
14 | 2024-12-06T01:58:40.707Z | + chmod 0700 /home/build /work |
15 | 2024-12-06T01:58:40.710Z | process exited: duration 4201 ms, exit code 0 |
|
16 | 2024-12-06T01:58:40.715Z | starting task 1: "rust-toolchain" |
17 | 2024-12-06T01:58:40.721Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-06T01:58:40.721Z | * toolchain channel = "1.81.0" |
19 | 2024-12-06T01:58:40.721Z | ' 1.81.0 |
20 | 2024-12-06T01:58:40.721Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-06T01:58:40.721Z | * toolchain profile = "default" |
22 | 2024-12-06T01:58:40.721Z | ' default |
23 | 2024-12-06T01:58:40.723Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-06T01:58:40.723Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-06T01:58:40.848Z | info: downloading installer |
26 | 2024-12-06T01:58:42.459Z | info: profile set to 'default' |
27 | 2024-12-06T01:58:42.459Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-06T01:58:42.462Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-06T01:58:42.599Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-06T01:58:42.599Z | info: downloading component 'cargo' |
31 | 2024-12-06T01:58:43.313Z | info: downloading component 'clippy' |
32 | 2024-12-06T01:58:43.579Z | info: downloading component 'rust-docs' |
33 | 2024-12-06T01:58:44.567Z | info: downloading component 'rust-std' |
34 | 2024-12-06T01:58:46.120Z | info: downloading component 'rustc' |
35 | 2024-12-06T01:58:51.645Z | info: downloading component 'rustfmt' |
36 | 2024-12-06T01:58:51.872Z | info: installing component 'cargo' |
37 | 2024-12-06T01:58:52.662Z | info: installing component 'clippy' |
38 | 2024-12-06T01:58:53.021Z | info: installing component 'rust-docs' |
39 | 2024-12-06T01:58:54.614Z | info: installing component 'rust-std' |
40 | 2024-12-06T01:58:56.303Z | info: installing component 'rustc' |
41 | 2024-12-06T01:59:01.986Z | info: installing component 'rustfmt' |
42 | 2024-12-06T01:59:02.398Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-06T01:59:02.398Z | |
44 | 2024-12-06T01:59:02.720Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-06T01:59:02.720Z | |
46 | 2024-12-06T01:59:02.723Z | |
47 | 2024-12-06T01:59:02.723Z | Rust is installed now. Great! |
48 | 2024-12-06T01:59:02.723Z | |
49 | 2024-12-06T01:59:02.723Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-06T01:59:02.723Z | environment variable. This has not been done automatically. |
51 | 2024-12-06T01:59:02.723Z | |
52 | 2024-12-06T01:59:02.723Z | To configure your current shell, you need to source |
53 | 2024-12-06T01:59:02.723Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-06T01:59:02.723Z | |
55 | 2024-12-06T01:59:02.723Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-06T01:59:02.723Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-06T01:59:02.723Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-06T01:59:02.796Z | + rustc --version |
59 | 2024-12-06T01:59:02.865Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-06T01:59:02.868Z | process exited: duration 22149 ms, exit code 0 |
|
61 | 2024-12-06T01:59:02.874Z | starting task 2: "authentication" |
62 | 2024-12-06T01:59:02.894Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-06T01:59:02.899Z | starting task 3: "clone repository" |
64 | 2024-12-06T01:59:02.904Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-06T01:59:02.906Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-06T01:59:03.021Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-06T01:59:09.121Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-06T01:59:09.122Z | + git fetch origin 9deaac49d6aa9ff24353a5be5f33031551cea117 |
69 | 2024-12-06T01:59:09.438Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-06T01:59:09.438Z | * branch 9deaac49d6aa9ff24353a5be5f33031551cea117 -> FETCH_HEAD |
71 | 2024-12-06T01:59:09.448Z | + [[ -n retry_wrapper ]] |
72 | 2024-12-06T01:59:09.451Z | ++ git branch --show-current |
73 | 2024-12-06T01:59:09.454Z | + current=main |
74 | 2024-12-06T01:59:09.454Z | + [[ main != retry_wrapper ]] |
75 | 2024-12-06T01:59:09.454Z | + git branch -f retry_wrapper 9deaac49d6aa9ff24353a5be5f33031551cea117 |
76 | 2024-12-06T01:59:09.457Z | + git checkout -f retry_wrapper |
77 | 2024-12-06T01:59:09.629Z | Switched to branch 'retry_wrapper' |
78 | 2024-12-06T01:59:09.631Z | + git reset --hard 9deaac49d6aa9ff24353a5be5f33031551cea117 |
79 | 2024-12-06T01:59:09.654Z | HEAD is now at 9deaac49d Use retryable transactions |
80 | 2024-12-06T01:59:09.657Z | process exited: duration 6755 ms, exit code 0 |
|
81 | 2024-12-06T01:59:09.662Z | starting task 4: "build" |
82 | 2024-12-06T01:59:09.667Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-06T01:59:09.669Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-06T01:59:09.669Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-06T01:59:09.669Z | + cargo --version |
86 | 2024-12-06T01:59:09.724Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-06T01:59:09.727Z | + rustc --version |
88 | 2024-12-06T01:59:09.787Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-06T01:59:09.789Z | + WORK=/work |
90 | 2024-12-06T01:59:09.789Z | + pfexec mkdir -p /work |
91 | 2024-12-06T01:59:09.793Z | + pfexec chown build /work |
92 | 2024-12-06T01:59:09.796Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-06T01:59:16.337Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-06T01:59:20.182Z | Startup: Caching catalogs ... Done |
95 | 2024-12-06T01:59:30.233Z | Planning: Solver setup ... Done (9.172s) |
96 | 2024-12-06T01:59:30.359Z | Planning: Running solver ... Done (0.126s) |
97 | 2024-12-06T01:59:30.535Z | Planning: Finding local manifests ... Done (0.080s) |
98 | 2024-12-06T01:59:30.565Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-06T01:59:31.200Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-06T01:59:31.430Z | Planning: Package planning ... Done (0.229s) |
101 | 2024-12-06T01:59:31.487Z | Planning: Merging actions ... Done (0.058s) |
102 | 2024-12-06T01:59:32.047Z | Planning: Checking for conflicting actions ... Done (0.560s) |
103 | 2024-12-06T01:59:37.832Z | Planning: Consolidating action changes ... Done (5.783s) |
104 | 2024-12-06T01:59:38.206Z | Planning: Evaluating mediators ... Done (0.374s) |
105 | 2024-12-06T01:59:38.287Z | Planning: Planning completed in 18.01 seconds |
106 | 2024-12-06T01:59:38.303Z | Packages to install: 4 |
107 | 2024-12-06T01:59:38.303Z | Packages to update: 1 |
108 | 2024-12-06T01:59:38.307Z | Mediators to change: 2 |
109 | 2024-12-06T01:59:38.307Z | Services to change: 1 |
110 | 2024-12-06T01:59:38.307Z | Estimated space available: 155.64 GB |
111 | 2024-12-06T01:59:38.307Z | Estimated space to be consumed: 1.61 GB |
112 | 2024-12-06T01:59:38.307Z | Create boot environment: No |
113 | 2024-12-06T01:59:38.307Z | Create backup boot environment: Yes |
114 | 2024-12-06T01:59:38.307Z | Rebuild boot archive: No |
115 | 2024-12-06T01:59:38.307Z | |
116 | 2024-12-06T01:59:38.307Z | Changed mediators: |
117 | 2024-12-06T01:59:38.308Z | mediator clang: |
118 | 2024-12-06T01:59:38.308Z | version: None -> 15 (system default) |
119 | 2024-12-06T01:59:38.308Z | |
120 | 2024-12-06T01:59:38.308Z | mediator llvm: |
121 | 2024-12-06T01:59:38.308Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-06T01:59:38.308Z | |
123 | 2024-12-06T01:59:38.308Z | Changed packages: |
124 | 2024-12-06T01:59:38.308Z | helios-dev |
125 | 2024-12-06T01:59:38.308Z | developer/build-essential |
126 | 2024-12-06T01:59:38.308Z | None -> 11-2.0 |
127 | 2024-12-06T01:59:38.308Z | library/libxmlsec1 |
128 | 2024-12-06T01:59:38.308Z | None -> 1.2.35-2.0 |
129 | 2024-12-06T01:59:38.308Z | ooce/developer/clang-15 |
130 | 2024-12-06T01:59:38.308Z | None -> 15.0.7-2.0 |
131 | 2024-12-06T01:59:38.308Z | ooce/developer/llvm-15 |
132 | 2024-12-06T01:59:38.308Z | None -> 15.0.7-2.0 |
133 | 2024-12-06T01:59:38.308Z | package/pkg |
134 | 2024-12-06T01:59:38.308Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-06T01:59:38.308Z | |
136 | 2024-12-06T01:59:38.308Z | Services: |
137 | 2024-12-06T01:59:38.308Z | restart_fmri: |
138 | 2024-12-06T01:59:38.308Z | svc:/system/update-man-index:default |
139 | 2024-12-06T01:59:38.308Z | |
140 | 2024-12-06T01:59:38.308Z | Editable files to change: |
141 | 2024-12-06T01:59:38.308Z | Update: |
142 | 2024-12-06T01:59:38.308Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-06T01:59:38.480Z | |
144 | 2024-12-06T01:59:38.481Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-06T01:59:44.578Z | Download: 213/4281 items 1.3/220.6MB 0% complete (582k/s) |
146 | 2024-12-06T01:59:49.588Z | Download: 1007/4281 items 19.5/220.6MB 8% complete (1.9M/s) |
147 | 2024-12-06T01:59:54.591Z | Download: 1729/4281 items 118.1/220.6MB 53% complete (11.8M/s) |
148 | 2024-12-06T01:59:59.595Z | Download: 2784/4281 items 120.7/220.6MB 54% complete (10.1M/s) |
149 | 2024-12-06T02:00:04.596Z | Download: 3403/4281 items 213.2/220.6MB 96% complete (9.5M/s) |
150 | 2024-12-06T02:00:07.304Z | Download: Completed 220.60 MB in 28.82 seconds (7.7M/s) |
151 | 2024-12-06T02:00:09.709Z | Actions: 1/5063 actions (Removing old actions) |
152 | 2024-12-06T02:00:09.721Z | Actions: 194/5063 actions (Installing new actions) |
153 | 2024-12-06T02:00:14.372Z | Actions: 4226/5063 actions (Updating modified actions) |
154 | 2024-12-06T02:00:14.671Z | Actions: Completed 5063 actions in 4.96 seconds. |
155 | 2024-12-06T02:00:14.892Z | Done (0.213s) |
156 | 2024-12-06T02:00:14.895Z | Done (0.000s) |
157 | 2024-12-06T02:00:15.448Z | Done (0.555s) |
158 | 2024-12-06T02:00:21.503Z | Done (5.834s) |
159 | 2024-12-06T02:00:21.916Z | Done (0.339s) |
160 | 2024-12-06T02:00:21.919Z | Done (0.000s) |
161 | 2024-12-06T02:00:22.078Z | Done (0.000s) |
162 | 2024-12-06T02:00:22.787Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-12-06T02:00:22.949Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-12-06T02:00:22.951Z | Planning: Consolidating action changes ... Done |
165 | 2024-12-06T02:00:23.219Z | Planning: Evaluating mediators ... Done |
166 | 2024-12-06T02:00:23.222Z | Planning: Planning completed in 0.43 seconds |
167 | 2024-12-06T02:00:23.257Z | Mediators to change: 2 |
168 | 2024-12-06T02:00:23.257Z | Create boot environment: No |
169 | 2024-12-06T02:00:23.261Z | Create backup boot environment: No |
170 | 2024-12-06T02:00:23.343Z | Done |
171 | 2024-12-06T02:00:23.343Z | Done |
172 | 2024-12-06T02:00:23.730Z | Done |
173 | 2024-12-06T02:00:27.382Z | Done |
174 | 2024-12-06T02:00:27.476Z | Done |
175 | 2024-12-06T02:00:27.479Z | Done |
176 | 2024-12-06T02:00:27.595Z | Done |
177 | 2024-12-06T02:00:28.217Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-12-06T02:00:28.219Z | Planning: Merging actions ... Done |
179 | 2024-12-06T02:00:28.411Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-12-06T02:00:28.413Z | Planning: Consolidating action changes ... Done |
181 | 2024-12-06T02:00:28.683Z | Planning: Evaluating mediators ... Done |
182 | 2024-12-06T02:00:28.745Z | Planning: Planning completed in 0.77 seconds |
183 | 2024-12-06T02:00:28.781Z | Packages to change: 1 |
184 | 2024-12-06T02:00:28.781Z | Mediators to change: 1 |
185 | 2024-12-06T02:00:28.787Z | Services to change: 1 |
186 | 2024-12-06T02:00:28.787Z | Create boot environment: No |
187 | 2024-12-06T02:00:28.787Z | Create backup boot environment: Yes |
188 | 2024-12-06T02:00:31.008Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-12-06T02:00:31.010Z | Actions: Completed 6 actions in 0.00 seconds. |
190 | 2024-12-06T02:00:31.010Z | Done |
191 | 2024-12-06T02:00:31.010Z | Done |
192 | 2024-12-06T02:00:31.122Z | Done |
193 | 2024-12-06T02:00:34.872Z | Done |
194 | 2024-12-06T02:00:34.962Z | Done |
195 | 2024-12-06T02:00:34.965Z | Done |
196 | 2024-12-06T02:00:35.098Z | Done |
197 | 2024-12-06T02:00:35.538Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-12-06T02:00:35.538Z | clang system 15 system |
199 | 2024-12-06T02:00:35.538Z | csh system system illumos |
200 | 2024-12-06T02:00:35.538Z | ctags system system illumos |
201 | 2024-12-06T02:00:35.538Z | gcc vendor 12 vendor |
202 | 2024-12-06T02:00:35.538Z | gcc system 10 system |
203 | 2024-12-06T02:00:35.538Z | gcc system 7 system |
204 | 2024-12-06T02:00:35.538Z | go system 1.20 system |
205 | 2024-12-06T02:00:35.538Z | go system 1.19 system |
206 | 2024-12-06T02:00:35.538Z | llvm system 15 system |
207 | 2024-12-06T02:00:35.538Z | llvm system 14 system |
208 | 2024-12-06T02:00:35.539Z | mariadb system 10.6 system |
209 | 2024-12-06T02:00:35.539Z | mta vendor vendor dma |
210 | 2024-12-06T02:00:35.539Z | openjdk system 17 system |
211 | 2024-12-06T02:00:35.539Z | openjdk system 11 system |
212 | 2024-12-06T02:00:35.539Z | openjdk system 1.8 system |
213 | 2024-12-06T02:00:35.539Z | openssl vendor 3 vendor |
214 | 2024-12-06T02:00:35.539Z | perl system 5.36 system |
215 | 2024-12-06T02:00:35.539Z | postgresql system 15 system |
216 | 2024-12-06T02:00:35.539Z | postgresql system 13 system |
217 | 2024-12-06T02:00:35.539Z | python vendor 3 vendor |
218 | 2024-12-06T02:00:35.539Z | python system 2 system |
219 | 2024-12-06T02:00:35.539Z | python3 system 3.11 system |
220 | 2024-12-06T02:00:35.539Z | ruby system 3.0 system |
221 | 2024-12-06T02:00:35.539Z | words vendor vendor american-english |
222 | 2024-12-06T02:00:35.539Z | words system system australian-english |
223 | 2024-12-06T02:00:35.539Z | words system system british-english |
224 | 2024-12-06T02:00:35.539Z | words system system canadian-english |
225 | 2024-12-06T02:00:35.539Z | words system system french |
226 | 2024-12-06T02:00:35.539Z | words system system italian |
227 | 2024-12-06T02:00:35.539Z | words system system ngerman |
228 | 2024-12-06T02:00:35.539Z | words system system ogerman |
229 | 2024-12-06T02:00:35.539Z | words system system spanish |
230 | 2024-12-06T02:00:35.871Z | PUBLISHER TYPE STATUS P LOCATION |
231 | 2024-12-06T02:00:35.871Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
232 | 2024-12-06T02:00:38.618Z | FMRI IFO |
233 | 2024-12-06T02:00:38.618Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2024-12-06T02:00:38.618Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2024-12-06T02:00:38.618Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2024-12-06T02:00:38.618Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
237 | 2024-12-06T02:00:38.618Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
238 | 2024-12-06T02:00:38.618Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2024-12-06T02:00:38.618Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
240 | 2024-12-06T02:00:38.618Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
241 | 2024-12-06T02:00:38.618Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
242 | 2024-12-06T02:00:38.618Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
243 | 2024-12-06T02:00:38.618Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
244 | 2024-12-06T02:00:38.619Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
245 | 2024-12-06T02:00:38.619Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
246 | 2024-12-06T02:00:38.619Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
247 | 2024-12-06T02:00:38.619Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
248 | 2024-12-06T02:00:39.367Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
249 | 2024-12-06T02:00:39.623Z | Updating crates.io index |
250 | 2024-12-06T02:00:39.626Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
251 | 2024-12-06T02:00:40.198Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
252 | 2024-12-06T02:00:40.416Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
253 | 2024-12-06T02:00:40.631Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
254 | 2024-12-06T02:00:40.869Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
255 | 2024-12-06T02:00:41.761Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
256 | 2024-12-06T02:00:44.328Z | Updating git repository `https://github.com/oxidecomputer/opte` |
257 | 2024-12-06T02:00:45.325Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
258 | 2024-12-06T02:00:46.078Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
259 | 2024-12-06T02:00:46.295Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
260 | 2024-12-06T02:00:46.618Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
261 | 2024-12-06T02:00:47.129Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
262 | 2024-12-06T02:00:47.420Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
263 | 2024-12-06T02:00:47.722Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
264 | 2024-12-06T02:00:48.047Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
265 | 2024-12-06T02:00:48.237Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
266 | 2024-12-06T02:00:48.430Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
267 | 2024-12-06T02:00:48.690Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
268 | 2024-12-06T02:00:48.952Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
269 | 2024-12-06T02:00:49.196Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
270 | 2024-12-06T02:00:49.539Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
271 | 2024-12-06T02:00:50.001Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
272 | 2024-12-06T02:00:50.259Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
273 | 2024-12-06T02:00:50.583Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
274 | 2024-12-06T02:00:50.942Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
275 | 2024-12-06T02:00:51.326Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
276 | 2024-12-06T02:00:51.529Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
277 | 2024-12-06T02:00:51.780Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
278 | 2024-12-06T02:00:53.182Z | Downloading crates ... |
279 | 2024-12-06T02:00:53.264Z | Downloaded block-buffer v0.10.4 |
280 | 2024-12-06T02:00:53.273Z | Downloaded anyhow v1.0.93 |
281 | 2024-12-06T02:00:53.284Z | Downloaded serde_tokenstream v0.2.2 |
282 | 2024-12-06T02:00:53.286Z | Downloaded toml_edit v0.22.22 |
283 | 2024-12-06T02:00:53.306Z | Downloaded tempfile v3.13.0 |
284 | 2024-12-06T02:00:53.309Z | Downloaded serde_derive v1.0.215 |
285 | 2024-12-06T02:00:53.311Z | Downloaded ryu v1.0.18 |
286 | 2024-12-06T02:00:53.313Z | Downloaded heck v0.5.0 |
287 | 2024-12-06T02:00:53.316Z | Downloaded clap_lex v0.7.2 |
288 | 2024-12-06T02:00:53.346Z | Downloaded anstyle-query v1.1.1 |
289 | 2024-12-06T02:00:53.351Z | Downloaded autocfg v1.4.0 |
290 | 2024-12-06T02:00:53.354Z | Downloaded camino-tempfile v1.1.1 |
291 | 2024-12-06T02:00:53.357Z | Downloaded anstyle v1.0.10 |
292 | 2024-12-06T02:00:53.357Z | Downloaded cargo-platform v0.1.8 |
293 | 2024-12-06T02:00:53.359Z | Downloaded bytecount v0.6.8 |
294 | 2024-12-06T02:00:53.362Z | Downloaded cfg-if v1.0.0 |
295 | 2024-12-06T02:00:53.364Z | Downloaded bitflags v2.6.0 |
296 | 2024-12-06T02:00:53.368Z | Downloaded anstream v0.6.15 |
297 | 2024-12-06T02:00:53.371Z | Downloaded camino v1.1.9 |
298 | 2024-12-06T02:00:53.373Z | Downloaded clap_derive v4.5.18 |
299 | 2024-12-06T02:00:53.375Z | Downloaded clap v4.5.21 |
300 | 2024-12-06T02:00:53.382Z | Downloaded cargo_toml v0.20.5 |
301 | 2024-12-06T02:00:53.385Z | Downloaded byteorder v1.5.0 |
302 | 2024-12-06T02:00:53.388Z | Downloaded anstyle-parse v0.2.5 |
303 | 2024-12-06T02:00:53.388Z | Downloaded cargo_metadata v0.18.1 |
304 | 2024-12-06T02:00:53.392Z | Downloaded clap_builder v4.5.21 |
305 | 2024-12-06T02:00:53.398Z | Downloaded cpufeatures v0.2.14 |
306 | 2024-12-06T02:00:53.401Z | Downloaded is_terminal_polyfill v1.70.1 |
307 | 2024-12-06T02:00:53.404Z | Downloaded fs-err v2.11.0 |
308 | 2024-12-06T02:00:53.404Z | Downloaded generic-array v0.14.7 |
309 | 2024-12-06T02:00:53.407Z | Downloaded fnv v1.0.7 |
310 | 2024-12-06T02:00:53.407Z | Downloaded digest v0.10.7 |
311 | 2024-12-06T02:00:53.407Z | Downloaded colorchoice v1.0.2 |
312 | 2024-12-06T02:00:53.409Z | Downloaded fastrand v2.1.1 |
313 | 2024-12-06T02:00:53.409Z | Downloaded dtrace-parser v0.2.0 |
314 | 2024-12-06T02:00:53.414Z | Downloaded once_cell v1.20.2 |
315 | 2024-12-06T02:00:53.414Z | Downloaded equivalent v1.0.1 |
316 | 2024-12-06T02:00:53.414Z | Downloaded dof v0.3.0 |
317 | 2024-12-06T02:00:53.414Z | Downloaded crypto-common v0.1.6 |
318 | 2024-12-06T02:00:53.422Z | Downloaded log v0.4.22 |
319 | 2024-12-06T02:00:53.424Z | Downloaded proc-macro-error-attr v1.0.4 |
320 | 2024-12-06T02:00:53.427Z | Downloaded proc-macro-error v1.0.4 |
321 | 2024-12-06T02:00:53.429Z | Downloaded errno v0.3.9 |
322 | 2024-12-06T02:00:53.431Z | Downloaded indexmap v2.6.0 |
323 | 2024-12-06T02:00:53.433Z | Downloaded quote v1.0.37 |
324 | 2024-12-06T02:00:53.436Z | Downloaded serde v1.0.215 |
325 | 2024-12-06T02:00:53.438Z | Downloaded heck v0.4.1 |
326 | 2024-12-06T02:00:53.441Z | Downloaded semver v1.0.23 |
327 | 2024-12-06T02:00:53.444Z | Downloaded serde_spanned v0.6.8 |
328 | 2024-12-06T02:00:53.446Z | Downloaded itoa v1.0.11 |
329 | 2024-12-06T02:00:53.452Z | Downloaded usdt-attr-macro v0.5.0 |
330 | 2024-12-06T02:00:53.457Z | Downloaded strsim v0.11.1 |
331 | 2024-12-06T02:00:53.461Z | Downloaded pest_derive v2.7.14 |
332 | 2024-12-06T02:00:53.468Z | Downloaded thread-id v4.2.2 |
333 | 2024-12-06T02:00:53.470Z | Downloaded swrite v0.1.0 |
334 | 2024-12-06T02:00:53.473Z | Downloaded usdt-macro v0.5.0 |
335 | 2024-12-06T02:00:53.481Z | Downloaded toml_datetime v0.6.8 |
336 | 2024-12-06T02:00:53.483Z | Downloaded usdt v0.5.0 |
337 | 2024-12-06T02:00:53.483Z | Downloaded pretty-hex v0.4.1 |
338 | 2024-12-06T02:00:53.486Z | Downloaded unicode-linebreak v0.1.5 |
339 | 2024-12-06T02:00:53.486Z | Downloaded smawk v0.3.2 |
340 | 2024-12-06T02:00:53.491Z | Downloaded version_check v0.9.5 |
341 | 2024-12-06T02:00:53.494Z | Downloaded utf8parse v0.2.2 |
342 | 2024-12-06T02:00:53.494Z | Downloaded sha2 v0.10.8 |
343 | 2024-12-06T02:00:53.497Z | Downloaded thiserror-impl v1.0.69 |
344 | 2024-12-06T02:00:53.501Z | Downloaded pest_generator v2.7.14 |
345 | 2024-12-06T02:00:53.504Z | Downloaded usdt-impl v0.5.0 |
346 | 2024-12-06T02:00:53.504Z | Downloaded tabled_derive v0.7.0 |
347 | 2024-12-06T02:00:53.506Z | Downloaded terminal_size v0.4.0 |
348 | 2024-12-06T02:00:53.506Z | Downloaded scroll_derive v0.12.0 |
349 | 2024-12-06T02:00:53.512Z | Downloaded thiserror v1.0.69 |
350 | 2024-12-06T02:00:53.516Z | Downloaded plain v0.2.3 |
351 | 2024-12-06T02:00:53.519Z | Downloaded macaddr v1.0.1 |
352 | 2024-12-06T02:00:53.519Z | Downloaded memmap v0.7.0 |
353 | 2024-12-06T02:00:53.522Z | Downloaded zerocopy-derive v0.7.35 |
354 | 2024-12-06T02:00:53.525Z | Downloaded proc-macro2 v1.0.89 |
355 | 2024-12-06T02:00:53.532Z | Downloaded scroll v0.12.0 |
356 | 2024-12-06T02:00:53.535Z | Downloaded toml v0.8.19 |
357 | 2024-12-06T02:00:53.538Z | Downloaded unicode-ident v1.0.13 |
358 | 2024-12-06T02:00:53.542Z | Downloaded typenum v1.17.0 |
359 | 2024-12-06T02:00:53.551Z | Downloaded papergrid v0.11.0 |
360 | 2024-12-06T02:00:53.559Z | Downloaded textwrap v0.16.1 |
361 | 2024-12-06T02:00:53.562Z | Downloaded pest_meta v2.7.14 |
362 | 2024-12-06T02:00:53.572Z | Downloaded ucd-trie v0.1.7 |
363 | 2024-12-06T02:00:53.581Z | Downloaded memchr v2.7.4 |
364 | 2024-12-06T02:00:53.641Z | Downloaded hashbrown v0.15.0 |
365 | 2024-12-06T02:00:53.646Z | Downloaded zerocopy v0.7.35 |
366 | 2024-12-06T02:00:53.661Z | Downloaded winnow v0.6.20 |
367 | 2024-12-06T02:00:53.668Z | Downloaded pest v2.7.14 |
368 | 2024-12-06T02:00:53.673Z | Downloaded tabled v0.15.0 |
369 | 2024-12-06T02:00:53.688Z | Downloaded goblin v0.8.2 |
370 | 2024-12-06T02:00:53.693Z | Downloaded serde_json v1.0.132 |
371 | 2024-12-06T02:00:53.700Z | Downloaded syn v1.0.109 |
372 | 2024-12-06T02:00:53.709Z | Downloaded syn v2.0.87 |
373 | 2024-12-06T02:00:53.719Z | Downloaded unicode-width v0.1.14 |
374 | 2024-12-06T02:00:53.724Z | Downloaded rustix v0.38.37 |
375 | 2024-12-06T02:00:53.756Z | Downloaded libc v0.2.162 |
376 | 2024-12-06T02:00:54.065Z | Compiling proc-macro2 v1.0.89 |
377 | 2024-12-06T02:00:54.065Z | Compiling unicode-ident v1.0.13 |
378 | 2024-12-06T02:00:54.065Z | Compiling version_check v0.9.5 |
379 | 2024-12-06T02:00:54.067Z | Compiling serde v1.0.215 |
380 | 2024-12-06T02:00:54.068Z | Compiling memchr v2.7.4 |
381 | 2024-12-06T02:00:54.068Z | Compiling thiserror v1.0.69 |
382 | 2024-12-06T02:00:54.068Z | Compiling libc v0.2.162 |
383 | 2024-12-06T02:00:54.068Z | Compiling ucd-trie v0.1.7 |
384 | 2024-12-06T02:00:54.313Z | Compiling ryu v1.0.18 |
385 | 2024-12-06T02:00:54.652Z | Compiling itoa v1.0.11 |
386 | 2024-12-06T02:00:54.739Z | Compiling once_cell v1.20.2 |
387 | 2024-12-06T02:00:54.912Z | Compiling byteorder v1.5.0 |
388 | 2024-12-06T02:00:55.071Z | Compiling serde_json v1.0.132 |
389 | 2024-12-06T02:00:55.166Z | Compiling rustix v0.38.37 |
390 | 2024-12-06T02:00:55.442Z | Compiling bitflags v2.6.0 |
391 | 2024-12-06T02:00:55.493Z | Compiling proc-macro-error-attr v1.0.4 |
392 | 2024-12-06T02:00:55.783Z | Compiling usdt-impl v0.5.0 |
393 | 2024-12-06T02:00:55.843Z | Compiling syn v1.0.109 |
394 | 2024-12-06T02:00:55.963Z | Compiling proc-macro-error v1.0.4 |
395 | 2024-12-06T02:00:55.987Z | Compiling hashbrown v0.15.0 |
396 | 2024-12-06T02:00:56.064Z | Compiling plain v0.2.3 |
397 | 2024-12-06T02:00:56.190Z | Compiling quote v1.0.37 |
398 | 2024-12-06T02:00:56.243Z | Compiling log v0.4.22 |
399 | 2024-12-06T02:00:56.245Z | Compiling equivalent v1.0.1 |
400 | 2024-12-06T02:00:56.385Z | Compiling errno v0.3.9 |
401 | 2024-12-06T02:00:56.517Z | Compiling camino v1.1.9 |
402 | 2024-12-06T02:00:56.621Z | Compiling syn v2.0.87 |
403 | 2024-12-06T02:00:56.677Z | Compiling utf8parse v0.2.2 |
404 | 2024-12-06T02:00:56.843Z | Compiling anstyle-parse v0.2.5 |
405 | 2024-12-06T02:00:56.906Z | Compiling thread-id v4.2.2 |
406 | 2024-12-06T02:00:57.199Z | Compiling indexmap v2.6.0 |
407 | 2024-12-06T02:00:57.222Z | Compiling winnow v0.6.20 |
408 | 2024-12-06T02:00:57.281Z | Compiling semver v1.0.23 |
409 | 2024-12-06T02:00:57.496Z | Compiling anstyle-query v1.1.1 |
410 | 2024-12-06T02:00:57.656Z | Compiling is_terminal_polyfill v1.70.1 |
411 | 2024-12-06T02:00:57.799Z | Compiling autocfg v1.4.0 |
412 | 2024-12-06T02:00:57.823Z | Compiling unicode-width v0.1.14 |
413 | 2024-12-06T02:00:57.965Z | Compiling anstyle v1.0.10 |
414 | 2024-12-06T02:00:58.384Z | Compiling colorchoice v1.0.2 |
415 | 2024-12-06T02:00:58.461Z | Compiling pretty-hex v0.4.1 |
416 | 2024-12-06T02:00:58.541Z | Compiling anstream v0.6.15 |
417 | 2024-12-06T02:00:58.817Z | Compiling terminal_size v0.4.0 |
418 | 2024-12-06T02:00:59.003Z | Compiling fs-err v2.11.0 |
419 | 2024-12-06T02:00:59.030Z | Compiling cfg-if v1.0.0 |
420 | 2024-12-06T02:00:59.139Z | Compiling fnv v1.0.7 |
421 | 2024-12-06T02:00:59.284Z | Compiling anyhow v1.0.93 |
422 | 2024-12-06T02:00:59.284Z | Compiling heck v0.4.1 |
423 | 2024-12-06T02:00:59.335Z | Compiling bytecount v0.6.8 |
424 | 2024-12-06T02:00:59.335Z | Compiling clap_lex v0.7.2 |
425 | 2024-12-06T02:00:59.493Z | Compiling strsim v0.11.1 |
426 | 2024-12-06T02:00:59.554Z | Compiling fastrand v2.1.1 |
427 | 2024-12-06T02:00:59.864Z | Compiling heck v0.5.0 |
428 | 2024-12-06T02:01:00.143Z | Compiling tempfile v3.13.0 |
429 | 2024-12-06T02:01:00.323Z | Compiling clap_builder v4.5.21 |
430 | 2024-12-06T02:01:00.453Z | Compiling papergrid v0.11.0 |
431 | 2024-12-06T02:01:00.558Z | Compiling memmap v0.7.0 |
432 | 2024-12-06T02:01:00.628Z | Compiling smawk v0.3.2 |
433 | 2024-12-06T02:01:00.871Z | Compiling unicode-linebreak v0.1.5 |
434 | 2024-12-06T02:01:01.032Z | Compiling swrite v0.1.0 |
435 | 2024-12-06T02:01:01.249Z | Compiling textwrap v0.16.1 |
436 | 2024-12-06T02:01:02.477Z | Compiling tabled_derive v0.7.0 |
437 | 2024-12-06T02:01:04.086Z | Compiling tabled v0.15.0 |
438 | 2024-12-06T02:01:05.680Z | Compiling serde_derive v1.0.215 |
439 | 2024-12-06T02:01:05.680Z | Compiling thiserror-impl v1.0.69 |
440 | 2024-12-06T02:01:05.683Z | Compiling zerocopy-derive v0.7.35 |
441 | 2024-12-06T02:01:05.756Z | Compiling scroll_derive v0.12.0 |
442 | 2024-12-06T02:01:05.830Z | Compiling clap_derive v4.5.18 |
443 | 2024-12-06T02:01:07.106Z | Compiling scroll v0.12.0 |
444 | 2024-12-06T02:01:07.488Z | Compiling zerocopy v0.7.35 |
445 | 2024-12-06T02:01:07.692Z | Compiling goblin v0.8.2 |
446 | 2024-12-06T02:01:08.461Z | Compiling pest v2.7.14 |
447 | 2024-12-06T02:01:09.651Z | Compiling clap v4.5.21 |
448 | 2024-12-06T02:01:10.769Z | Compiling pest_meta v2.7.14 |
449 | 2024-12-06T02:01:11.602Z | Compiling pest_generator v2.7.14 |
450 | 2024-12-06T02:01:13.534Z | Compiling pest_derive v2.7.14 |
451 | 2024-12-06T02:01:14.218Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-12-06T02:01:15.872Z | Compiling serde_spanned v0.6.8 |
453 | 2024-12-06T02:01:15.872Z | Compiling toml_datetime v0.6.8 |
454 | 2024-12-06T02:01:15.875Z | Compiling cargo-platform v0.1.8 |
455 | 2024-12-06T02:01:16.266Z | Compiling serde_tokenstream v0.2.2 |
456 | 2024-12-06T02:01:16.479Z | Compiling toml_edit v0.22.22 |
457 | 2024-12-06T02:01:16.518Z | Compiling camino-tempfile v1.1.1 |
458 | 2024-12-06T02:01:16.542Z | Compiling macaddr v1.0.1 |
459 | 2024-12-06T02:01:17.343Z | Compiling dof v0.3.0 |
460 | 2024-12-06T02:01:17.343Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-12-06T02:01:19.271Z | Compiling toml v0.8.19 |
462 | 2024-12-06T02:01:19.383Z | Compiling usdt-macro v0.5.0 |
463 | 2024-12-06T02:01:19.383Z | Compiling usdt-attr-macro v0.5.0 |
464 | 2024-12-06T02:01:20.081Z | Compiling cargo_toml v0.20.5 |
465 | 2024-12-06T02:01:20.738Z | Compiling usdt v0.5.0 |
466 | 2024-12-06T02:01:23.652Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-12-06T02:01:27.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.61s |
468 | 2024-12-06T02:01:28.024Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-12-06T02:01:28.544Z | Downloading crates ... |
470 | 2024-12-06T02:01:28.708Z | Downloaded ident_case v1.0.1 |
471 | 2024-12-06T02:01:28.713Z | Downloaded highway v1.2.0 |
472 | 2024-12-06T02:01:28.718Z | Downloaded http-body-util v0.1.2 |
473 | 2024-12-06T02:01:28.723Z | Downloaded libsw v3.3.1 |
474 | 2024-12-06T02:01:28.723Z | Downloaded hostname v0.4.0 |
475 | 2024-12-06T02:01:28.727Z | Downloaded humantime v2.1.0 |
476 | 2024-12-06T02:01:28.727Z | Downloaded keccak v0.1.5 |
477 | 2024-12-06T02:01:28.727Z | Downloaded indoc v1.0.9 |
478 | 2024-12-06T02:01:28.731Z | Downloaded lock_api v0.4.12 |
479 | 2024-12-06T02:01:28.733Z | Downloaded icu_normalizer v1.5.0 |
480 | 2024-12-06T02:01:28.761Z | Downloaded md5 v0.7.0 |
481 | 2024-12-06T02:01:28.761Z | Downloaded icu_locid_transform v1.5.0 |
482 | 2024-12-06T02:01:28.761Z | Downloaded matches v0.1.10 |
483 | 2024-12-06T02:01:28.761Z | Downloaded lru-cache v0.1.2 |
484 | 2024-12-06T02:01:28.761Z | Downloaded maplit v1.0.2 |
485 | 2024-12-06T02:01:28.761Z | Downloaded httpdate v1.0.3 |
486 | 2024-12-06T02:01:28.761Z | Downloaded linear-map v1.2.0 |
487 | 2024-12-06T02:01:28.761Z | Downloaded libloading v0.8.5 |
488 | 2024-12-06T02:01:28.761Z | Downloaded mime v0.3.17 |
489 | 2024-12-06T02:01:28.761Z | Downloaded hyper-staticfile v0.10.1 |
490 | 2024-12-06T02:01:28.761Z | Downloaded idna_adapter v1.2.0 |
491 | 2024-12-06T02:01:28.763Z | Downloaded icu_properties_data v1.5.0 |
492 | 2024-12-06T02:01:28.771Z | Downloaded prettyplease v0.2.25 |
493 | 2024-12-06T02:01:28.774Z | Downloaded qorb v0.2.1 |
494 | 2024-12-06T02:01:28.778Z | Downloaded headers-core v0.3.0 |
495 | 2024-12-06T02:01:28.782Z | Downloaded iana-time-zone v0.1.61 |
496 | 2024-12-06T02:01:28.782Z | Downloaded quinn-udp v0.5.5 |
497 | 2024-12-06T02:01:28.786Z | Downloaded ref-cast v1.0.23 |
498 | 2024-12-06T02:01:28.786Z | Downloaded hickory-client v0.24.1 |
499 | 2024-12-06T02:01:28.791Z | Downloaded hex v0.4.3 |
500 | 2024-12-06T02:01:28.791Z | Downloaded darling v0.20.10 |
501 | 2024-12-06T02:01:28.797Z | Downloaded heck v0.3.3 |
502 | 2024-12-06T02:01:28.800Z | Downloaded hickory-server v0.24.1 |
503 | 2024-12-06T02:01:28.819Z | Downloaded signal-hook-registry v1.4.2 |
504 | 2024-12-06T02:01:28.824Z | Downloaded serde_path_to_error v0.1.16 |
505 | 2024-12-06T02:01:28.824Z | Downloaded heapless v0.8.0 |
506 | 2024-12-06T02:01:28.828Z | Downloaded adler2 v2.0.0 |
507 | 2024-12-06T02:01:28.828Z | Downloaded schemars_derive v0.8.21 |
508 | 2024-12-06T02:01:28.832Z | Downloaded rustls-pemfile v2.2.0 |
509 | 2024-12-06T02:01:28.832Z | Downloaded heapless v0.7.17 |
510 | 2024-12-06T02:01:28.836Z | Downloaded http-range v0.1.5 |
511 | 2024-12-06T02:01:28.840Z | Downloaded instant v0.1.13 |
512 | 2024-12-06T02:01:28.840Z | Downloaded hex-literal v0.4.1 |
513 | 2024-12-06T02:01:28.840Z | Downloaded icu_provider_macros v1.5.0 |
514 | 2024-12-06T02:01:28.845Z | Downloaded hubpack_derive v0.1.1 |
515 | 2024-12-06T02:01:28.851Z | Downloaded ascii-canvas v3.0.0 |
516 | 2024-12-06T02:01:28.855Z | Downloaded aes v0.8.4 |
517 | 2024-12-06T02:01:28.861Z | Downloaded hubpack v0.1.2 |
518 | 2024-12-06T02:01:28.861Z | Downloaded hostname v0.3.1 |
519 | 2024-12-06T02:01:28.861Z | Downloaded allocator-api2 v0.2.18 |
520 | 2024-12-06T02:01:28.864Z | Downloaded home v0.5.9 |
521 | 2024-12-06T02:01:28.868Z | Downloaded internet-checksum v0.2.1 |
522 | 2024-12-06T02:01:28.868Z | Downloaded impl-trait-for-tuples v0.2.2 |
523 | 2024-12-06T02:01:28.868Z | Downloaded argon2 v0.5.3 |
524 | 2024-12-06T02:01:28.874Z | Downloaded addr2line v0.24.2 |
525 | 2024-12-06T02:01:28.878Z | Downloaded arc-swap v1.7.1 |
526 | 2024-12-06T02:01:28.878Z | Downloaded is_ci v1.2.0 |
527 | 2024-12-06T02:01:28.878Z | Downloaded arrayvec v0.7.6 |
528 | 2024-12-06T02:01:28.883Z | Downloaded aead v0.5.2 |
529 | 2024-12-06T02:01:28.883Z | Downloaded async-stream-impl v0.3.6 |
530 | 2024-12-06T02:01:28.887Z | Downloaded match_cfg v0.1.0 |
531 | 2024-12-06T02:01:28.887Z | Downloaded atty v0.2.14 |
532 | 2024-12-06T02:01:28.887Z | Downloaded http-body v1.0.1 |
533 | 2024-12-06T02:01:28.887Z | Downloaded arrayref v0.3.9 |
534 | 2024-12-06T02:01:28.890Z | Downloaded array-init v0.0.4 |
535 | 2024-12-06T02:01:28.890Z | Downloaded bit-set v0.5.3 |
536 | 2024-12-06T02:01:28.890Z | Downloaded base16ct v0.2.0 |
537 | 2024-12-06T02:01:28.894Z | Downloaded bb8 v0.8.5 |
538 | 2024-12-06T02:01:28.894Z | Downloaded slog-json v2.6.1 |
539 | 2024-12-06T02:01:28.900Z | Downloaded lalrpop-util v0.19.12 |
540 | 2024-12-06T02:01:28.900Z | Downloaded inout v0.1.3 |
541 | 2024-12-06T02:01:28.900Z | Downloaded bit-vec v0.6.3 |
542 | 2024-12-06T02:01:28.903Z | Downloaded spin v0.5.2 |
543 | 2024-12-06T02:01:28.903Z | Downloaded crc v3.2.1 |
544 | 2024-12-06T02:01:28.911Z | Downloaded lazy_static v1.5.0 |
545 | 2024-12-06T02:01:28.911Z | Downloaded assert_matches v1.5.0 |
546 | 2024-12-06T02:01:28.911Z | Downloaded rpassword v7.3.1 |
547 | 2024-12-06T02:01:28.911Z | Downloaded backoff v0.4.0 |
548 | 2024-12-06T02:01:28.911Z | Downloaded httparse v1.9.5 |
549 | 2024-12-06T02:01:28.914Z | Downloaded hyper-rustls v0.27.3 |
550 | 2024-12-06T02:01:28.917Z | Downloaded blake2 v0.10.6 |
551 | 2024-12-06T02:01:28.922Z | Downloaded async-trait v0.1.83 |
552 | 2024-12-06T02:01:28.928Z | Downloaded base64ct v1.6.0 |
553 | 2024-12-06T02:01:28.928Z | Downloaded convert_case v0.4.0 |
554 | 2024-12-06T02:01:28.928Z | Downloaded time-core v0.1.2 |
555 | 2024-12-06T02:01:28.928Z | Downloaded bitfield-struct v0.6.2 |
556 | 2024-12-06T02:01:28.933Z | Downloaded atomic-waker v1.1.2 |
557 | 2024-12-06T02:01:28.933Z | Downloaded async-bb8-diesel v0.2.1 |
558 | 2024-12-06T02:01:28.933Z | Downloaded libefi-sys v0.1.0 |
559 | 2024-12-06T02:01:28.939Z | Downloaded cstr-argument v0.1.2 |
560 | 2024-12-06T02:01:28.939Z | Downloaded crunchy v0.2.2 |
561 | 2024-12-06T02:01:28.939Z | Downloaded linked-hash-map v0.5.6 |
562 | 2024-12-06T02:01:28.939Z | Downloaded ciborium-io v0.2.2 |
563 | 2024-12-06T02:01:28.942Z | Downloaded memoffset v0.9.1 |
564 | 2024-12-06T02:01:28.942Z | Downloaded managed v0.8.0 |
565 | 2024-12-06T02:01:28.942Z | Downloaded lru v0.12.5 |
566 | 2024-12-06T02:01:28.942Z | Downloaded crucible-workspace-hack v0.1.0 |
567 | 2024-12-06T02:01:28.942Z | Downloaded lockfree-object-pool v0.1.6 |
568 | 2024-12-06T02:01:28.946Z | Downloaded cfg_aliases v0.1.1 |
569 | 2024-12-06T02:01:28.946Z | Downloaded is-terminal v0.4.13 |
570 | 2024-12-06T02:01:28.949Z | Downloaded toolchain_find v0.4.0 |
571 | 2024-12-06T02:01:28.949Z | Downloaded instability v0.3.2 |
572 | 2024-12-06T02:01:28.949Z | Downloaded indent_write v2.2.0 |
573 | 2024-12-06T02:01:28.951Z | Downloaded atomicwrites v0.4.4 |
574 | 2024-12-06T02:01:28.951Z | Downloaded bcrypt-pbkdf v0.10.0 |
575 | 2024-12-06T02:01:28.954Z | Downloaded md-5 v0.10.6 |
576 | 2024-12-06T02:01:28.964Z | Downloaded termcolor v1.4.1 |
577 | 2024-12-06T02:01:28.964Z | Downloaded jobserver v0.1.32 |
578 | 2024-12-06T02:01:28.964Z | Downloaded ipnet v2.10.1 |
579 | 2024-12-06T02:01:28.964Z | Downloaded maybe-uninit v2.0.0 |
580 | 2024-12-06T02:01:28.964Z | Downloaded kstat-rs v0.2.4 |
581 | 2024-12-06T02:01:28.964Z | Downloaded constant_time_eq v0.3.1 |
582 | 2024-12-06T02:01:28.969Z | Downloaded litemap v0.7.3 |
583 | 2024-12-06T02:01:28.970Z | Downloaded block-padding v0.3.3 |
584 | 2024-12-06T02:01:28.975Z | Downloaded crossbeam-deque v0.8.5 |
585 | 2024-12-06T02:01:28.975Z | Downloaded want v0.3.1 |
586 | 2024-12-06T02:01:28.975Z | Downloaded rustc-hash v2.0.0 |
587 | 2024-12-06T02:01:28.975Z | Downloaded icu_locid v1.5.0 |
588 | 2024-12-06T02:01:28.981Z | Downloaded hmac v0.12.1 |
589 | 2024-12-06T02:01:28.981Z | Downloaded rustls-pemfile v1.0.4 |
590 | 2024-12-06T02:01:28.986Z | Downloaded yoke-derive v0.7.4 |
591 | 2024-12-06T02:01:28.986Z | Downloaded slog-envlogger v2.2.0 |
592 | 2024-12-06T02:01:28.989Z | Downloaded curve25519-dalek-derive v0.1.1 |
593 | 2024-12-06T02:01:28.989Z | Downloaded crc-catalog v2.4.0 |
594 | 2024-12-06T02:01:28.989Z | Downloaded colored v2.1.0 |
595 | 2024-12-06T02:01:28.993Z | Downloaded subtle v2.6.1 |
596 | 2024-12-06T02:01:28.993Z | Downloaded endian-type v0.1.2 |
597 | 2024-12-06T02:01:28.996Z | Downloaded icu_locid_transform_data v1.5.0 |
598 | 2024-12-06T02:01:28.996Z | Downloaded blowfish v0.9.1 |
599 | 2024-12-06T02:01:28.996Z | Downloaded string_cache v0.8.7 |
600 | 2024-12-06T02:01:28.998Z | Downloaded async-stream v0.3.6 |
601 | 2024-12-06T02:01:29.001Z | Downloaded ipnetwork v0.20.0 |
602 | 2024-12-06T02:01:29.011Z | Downloaded cexpr v0.6.0 |
603 | 2024-12-06T02:01:29.011Z | Downloaded castaway v0.2.3 |
604 | 2024-12-06T02:01:29.016Z | Downloaded cbc v0.1.2 |
605 | 2024-12-06T02:01:29.016Z | Downloaded cookie_store v0.21.0 |
606 | 2024-12-06T02:01:29.016Z | Downloaded chacha20 v0.9.1 |
607 | 2024-12-06T02:01:29.016Z | Downloaded bcs v0.1.6 |
608 | 2024-12-06T02:01:29.016Z | Downloaded zone_cfg_derive v0.3.0 |
609 | 2024-12-06T02:01:29.016Z | Downloaded zone_cfg_derive v0.1.2 |
610 | 2024-12-06T02:01:29.017Z | Downloaded derive_builder_macro v0.20.2 |
611 | 2024-12-06T02:01:29.020Z | Downloaded waitgroup v0.1.2 |
612 | 2024-12-06T02:01:29.020Z | Downloaded serde_plain v1.0.2 |
613 | 2024-12-06T02:01:29.020Z | Downloaded parse-size v1.1.0 |
614 | 2024-12-06T02:01:29.020Z | Downloaded topological-sort v0.2.2 |
615 | 2024-12-06T02:01:29.027Z | Downloaded memmap2 v0.9.5 |
616 | 2024-12-06T02:01:29.027Z | Downloaded hickory-resolver v0.24.1 |
617 | 2024-12-06T02:01:29.033Z | Downloaded num_threads v0.1.7 |
618 | 2024-12-06T02:01:29.034Z | Downloaded untrusted v0.9.0 |
619 | 2024-12-06T02:01:29.034Z | Downloaded peg-runtime v0.8.3 |
620 | 2024-12-06T02:01:29.034Z | Downloaded number_prefix v0.4.0 |
621 | 2024-12-06T02:01:29.034Z | Downloaded unicase v2.7.0 |
622 | 2024-12-06T02:01:29.040Z | Downloaded cfg_aliases v0.2.1 |
623 | 2024-12-06T02:01:29.040Z | Downloaded tui-tree-widget v0.22.0 |
624 | 2024-12-06T02:01:29.040Z | Downloaded ciborium-ll v0.2.2 |
625 | 2024-12-06T02:01:29.040Z | Downloaded buf-list v1.0.3 |
626 | 2024-12-06T02:01:29.044Z | Downloaded const_format_proc_macros v0.2.33 |
627 | 2024-12-06T02:01:29.044Z | Downloaded cmake v0.1.51 |
628 | 2024-12-06T02:01:29.046Z | Downloaded cassowary v0.3.0 |
629 | 2024-12-06T02:01:29.046Z | Downloaded zerofrom-derive v0.1.4 |
630 | 2024-12-06T02:01:29.050Z | Downloaded serde_derive_internals v0.29.1 |
631 | 2024-12-06T02:01:29.050Z | Downloaded console v0.15.8 |
632 | 2024-12-06T02:01:29.053Z | Downloaded cipher v0.4.4 |
633 | 2024-12-06T02:01:29.055Z | Downloaded thread_local v1.1.8 |
634 | 2024-12-06T02:01:29.055Z | Downloaded chrono-tz-build v0.4.0 |
635 | 2024-12-06T02:01:29.059Z | Downloaded static_assertions v1.1.0 |
636 | 2024-12-06T02:01:29.059Z | Downloaded csv-core v0.1.11 |
637 | 2024-12-06T02:01:29.059Z | Downloaded cancel-safe-futures v0.1.5 |
638 | 2024-12-06T02:01:29.064Z | Downloaded icu_normalizer_data v1.5.0 |
639 | 2024-12-06T02:01:29.070Z | Downloaded mime_guess v2.0.5 |
640 | 2024-12-06T02:01:29.070Z | Downloaded ciborium v0.2.2 |
641 | 2024-12-06T02:01:29.214Z | Downloaded subprocess v0.2.9 |
642 | 2024-12-06T02:01:29.214Z | Downloaded crc32fast v1.4.2 |
643 | 2024-12-06T02:01:29.214Z | Downloaded indexmap v1.9.3 |
644 | 2024-12-06T02:01:29.214Z | Downloaded crc-any v2.5.0 |
645 | 2024-12-06T02:01:29.214Z | Downloaded take_mut v0.2.2 |
646 | 2024-12-06T02:01:29.215Z | Downloaded nodrop v0.1.14 |
647 | 2024-12-06T02:01:29.215Z | Downloaded futures-macro v0.3.31 |
648 | 2024-12-06T02:01:29.215Z | Downloaded futures-io v0.3.31 |
649 | 2024-12-06T02:01:29.215Z | Downloaded either v1.13.0 |
650 | 2024-12-06T02:01:29.215Z | Downloaded futures-executor v0.3.31 |
651 | 2024-12-06T02:01:29.215Z | Downloaded darling_macro v0.20.10 |
652 | 2024-12-06T02:01:29.215Z | Downloaded tap v1.0.1 |
653 | 2024-12-06T02:01:29.215Z | Downloaded multimap v0.10.0 |
654 | 2024-12-06T02:01:29.215Z | Downloaded form_urlencoded v1.2.1 |
655 | 2024-12-06T02:01:29.215Z | Downloaded parse-display-derive v0.10.0 |
656 | 2024-12-06T02:01:29.215Z | Downloaded num_enum v0.5.11 |
657 | 2024-12-06T02:01:29.215Z | Downloaded rand_chacha v0.3.1 |
658 | 2024-12-06T02:01:29.215Z | Downloaded pkg-config v0.3.31 |
659 | 2024-12-06T02:01:29.215Z | Downloaded pem v3.0.4 |
660 | 2024-12-06T02:01:29.215Z | Downloaded tinyvec_macros v0.1.1 |
661 | 2024-12-06T02:01:29.217Z | Downloaded walkdir v2.5.0 |
662 | 2024-12-06T02:01:29.217Z | Downloaded untrusted v0.7.1 |
663 | 2024-12-06T02:01:29.217Z | Downloaded socket2 v0.5.7 |
664 | 2024-12-06T02:01:29.217Z | Downloaded clang-sys v1.8.1 |
665 | 2024-12-06T02:01:29.217Z | Downloaded crossbeam-epoch v0.9.18 |
666 | 2024-12-06T02:01:29.217Z | Downloaded foreign-types v0.3.2 |
667 | 2024-12-06T02:01:29.217Z | Downloaded new_debug_unreachable v1.0.6 |
668 | 2024-12-06T02:01:29.217Z | Downloaded ctr v0.9.2 |
669 | 2024-12-06T02:01:29.217Z | Downloaded shell-words v1.1.0 |
670 | 2024-12-06T02:01:29.217Z | Downloaded serde_urlencoded v0.7.1 |
671 | 2024-12-06T02:01:29.217Z | Downloaded psl-types v2.0.11 |
672 | 2024-12-06T02:01:29.217Z | Downloaded backtrace v0.3.74 |
673 | 2024-12-06T02:01:29.217Z | Downloaded icu_collections v1.5.0 |
674 | 2024-12-06T02:01:29.237Z | Downloaded base64 v0.21.7 |
675 | 2024-12-06T02:01:29.237Z | Downloaded structmeta v0.2.0 |
676 | 2024-12-06T02:01:29.237Z | Downloaded strip-ansi-escapes v0.2.0 |
677 | 2024-12-06T02:01:29.237Z | Downloaded futures-channel v0.3.31 |
678 | 2024-12-06T02:01:29.237Z | Downloaded thiserror-impl-no-std v2.0.2 |
679 | 2024-12-06T02:01:29.237Z | Downloaded num_enum_derive v0.5.11 |
680 | 2024-12-06T02:01:29.237Z | Downloaded multer v3.1.0 |
681 | 2024-12-06T02:01:29.237Z | Downloaded pretty-hex v0.2.1 |
682 | 2024-12-06T02:01:29.237Z | Downloaded derive_builder_core v0.20.2 |
683 | 2024-12-06T02:01:29.237Z | Downloaded uzers v0.12.1 |
684 | 2024-12-06T02:01:29.237Z | Downloaded universal-hash v0.5.1 |
685 | 2024-12-06T02:01:29.237Z | Downloaded tokio-tungstenite v0.21.0 |
686 | 2024-12-06T02:01:29.237Z | Downloaded dyn-clone v1.0.17 |
687 | 2024-12-06T02:01:29.237Z | Downloaded hyper-util v0.1.10 |
688 | 2024-12-06T02:01:29.237Z | Downloaded postgres-protocol v0.6.7 |
689 | 2024-12-06T02:01:29.237Z | Downloaded peg-macros v0.8.4 |
690 | 2024-12-06T02:01:29.237Z | Downloaded ron v0.8.1 |
691 | 2024-12-06T02:01:29.237Z | Downloaded serde-big-array v0.5.1 |
692 | 2024-12-06T02:01:29.237Z | Downloaded termtree v0.4.1 |
693 | 2024-12-06T02:01:29.238Z | Downloaded ssh-cipher v0.2.0 |
694 | 2024-12-06T02:01:29.238Z | Downloaded tls_codec v0.4.1 |
695 | 2024-12-06T02:01:29.238Z | Downloaded gethostname v0.5.0 |
696 | 2024-12-06T02:01:29.238Z | Downloaded uuid v1.11.0 |
697 | 2024-12-06T02:01:29.238Z | Downloaded twox-hash v1.6.3 |
698 | 2024-12-06T02:01:29.238Z | Downloaded newline-converter v0.3.0 |
699 | 2024-12-06T02:01:29.238Z | Downloaded dirs-next v2.0.0 |
700 | 2024-12-06T02:01:29.238Z | Downloaded difflib v0.4.0 |
701 | 2024-12-06T02:01:29.238Z | Downloaded defmt v0.3.8 |
702 | 2024-12-06T02:01:29.238Z | Downloaded ghash v0.5.1 |
703 | 2024-12-06T02:01:29.238Z | Downloaded debug-ignore v1.0.5 |
704 | 2024-12-06T02:01:29.238Z | Downloaded utf-8 v0.7.6 |
705 | 2024-12-06T02:01:29.238Z | Downloaded packed_struct_codegen v0.10.1 |
706 | 2024-12-06T02:01:29.238Z | Downloaded foldhash v0.1.3 |
707 | 2024-12-06T02:01:29.238Z | Downloaded derive_more v0.99.18 |
708 | 2024-12-06T02:01:29.238Z | Downloaded pbkdf2 v0.11.0 |
709 | 2024-12-06T02:01:29.238Z | Downloaded des v0.8.1 |
710 | 2024-12-06T02:01:29.238Z | Downloaded embedded-io v0.6.1 |
711 | 2024-12-06T02:01:29.238Z | Downloaded resolv-conf v0.7.0 |
712 | 2024-12-06T02:01:29.238Z | Downloaded proc-macro-crate v1.3.1 |
713 | 2024-12-06T02:01:29.238Z | Downloaded rustfmt-wrapper v0.2.1 |
714 | 2024-12-06T02:01:29.242Z | Downloaded rustc_version v0.4.1 |
715 | 2024-12-06T02:01:29.242Z | Downloaded primeorder v0.13.6 |
716 | 2024-12-06T02:01:29.242Z | Downloaded yoke v0.7.4 |
717 | 2024-12-06T02:01:29.242Z | Downloaded sct v0.7.1 |
718 | 2024-12-06T02:01:29.242Z | Downloaded shlex v1.3.0 |
719 | 2024-12-06T02:01:29.242Z | Downloaded const-oid v0.9.6 |
720 | 2024-12-06T02:01:29.242Z | Downloaded chacha20poly1305 v0.10.1 |
721 | 2024-12-06T02:01:29.247Z | Downloaded unicode-bidi v0.3.17 |
722 | 2024-12-06T02:01:29.247Z | Downloaded normalize-line-endings v0.3.0 |
723 | 2024-12-06T02:01:29.247Z | Downloaded bytes v1.8.0 |
724 | 2024-12-06T02:01:29.256Z | Downloaded siphasher v0.3.11 |
725 | 2024-12-06T02:01:29.256Z | Downloaded bumpalo v3.16.0 |
726 | 2024-12-06T02:01:29.261Z | Downloaded schemars v0.8.21 |
727 | 2024-12-06T02:01:29.269Z | Downloaded oso-derive v0.27.3 |
728 | 2024-12-06T02:01:29.275Z | Downloaded aho-corasick v1.1.3 |
729 | 2024-12-06T02:01:29.280Z | Downloaded tls_codec_derive v0.4.1 |
730 | 2024-12-06T02:01:29.280Z | Downloaded parking_lot v0.11.2 |
731 | 2024-12-06T02:01:29.280Z | Downloaded rfc6979 v0.4.0 |
732 | 2024-12-06T02:01:29.284Z | Downloaded russh-cryptovec v0.7.3 |
733 | 2024-12-06T02:01:29.284Z | Downloaded sha1 v0.10.6 |
734 | 2024-12-06T02:01:29.284Z | Downloaded native-tls v0.2.12 |
735 | 2024-12-06T02:01:29.285Z | Downloaded foreign-types-shared v0.3.1 |
736 | 2024-12-06T02:01:29.294Z | Downloaded foreign-types v0.5.0 |
737 | 2024-12-06T02:01:29.294Z | Downloaded fallible-streaming-iterator v0.1.9 |
738 | 2024-12-06T02:01:29.294Z | Downloaded minimal-lexical v0.2.1 |
739 | 2024-12-06T02:01:29.306Z | Downloaded num-rational v0.4.2 |
740 | 2024-12-06T02:01:29.306Z | Downloaded dunce v1.0.5 |
741 | 2024-12-06T02:01:29.306Z | Downloaded zeroize_derive v1.4.2 |
742 | 2024-12-06T02:01:29.306Z | Downloaded p256 v0.13.2 |
743 | 2024-12-06T02:01:29.306Z | Downloaded crypto-bigint v0.5.5 |
744 | 2024-12-06T02:01:29.311Z | Downloaded zerovec-derive v0.10.3 |
745 | 2024-12-06T02:01:29.311Z | Downloaded getrandom v0.2.15 |
746 | 2024-12-06T02:01:29.313Z | Downloaded nibble_vec v0.1.0 |
747 | 2024-12-06T02:01:29.313Z | Downloaded signal-hook v0.3.17 |
748 | 2024-12-06T02:01:29.322Z | Downloaded smallvec v1.13.2 |
749 | 2024-12-06T02:01:29.322Z | Downloaded fatfs v0.3.6 |
750 | 2024-12-06T02:01:29.327Z | Downloaded tinyvec v1.8.0 |
751 | 2024-12-06T02:01:29.327Z | Downloaded zerofrom v0.1.4 |
752 | 2024-12-06T02:01:29.327Z | Downloaded structmeta v0.3.0 |
753 | 2024-12-06T02:01:29.327Z | Downloaded der v0.7.9 |
754 | 2024-12-06T02:01:29.332Z | Downloaded parse-display v0.10.0 |
755 | 2024-12-06T02:01:29.352Z | Downloaded env_filter v0.1.2 |
756 | 2024-12-06T02:01:29.352Z | Downloaded num-conv v0.1.0 |
757 | 2024-12-06T02:01:29.352Z | Downloaded display-error-chain v0.2.2 |
758 | 2024-12-06T02:01:29.352Z | Downloaded precomputed-hash v0.1.1 |
759 | 2024-12-06T02:01:29.352Z | Downloaded mirai-annotations v1.12.0 |
760 | 2024-12-06T02:01:29.355Z | Downloaded tokio-rustls v0.24.1 |
761 | 2024-12-06T02:01:29.355Z | Downloaded quick-error v1.2.3 |
762 | 2024-12-06T02:01:29.355Z | Downloaded powerfmt v0.2.0 |
763 | 2024-12-06T02:01:29.355Z | Downloaded foreign-types-macros v0.2.3 |
764 | 2024-12-06T02:01:29.355Z | Downloaded tokio-native-tls v0.3.1 |
765 | 2024-12-06T02:01:29.355Z | Downloaded secrecy v0.8.0 |
766 | 2024-12-06T02:01:29.355Z | Downloaded sec1 v0.7.3 |
767 | 2024-12-06T02:01:29.355Z | Downloaded fxhash v0.2.1 |
768 | 2024-12-06T02:01:29.355Z | Downloaded smf v0.2.3 |
769 | 2024-12-06T02:01:29.355Z | Downloaded tokio-postgres v0.7.12 |
770 | 2024-12-06T02:01:29.359Z | Downloaded slog-async v2.8.0 |
771 | 2024-12-06T02:01:29.363Z | Downloaded spin v0.9.8 |
772 | 2024-12-06T02:01:29.368Z | Downloaded snafu-derive v0.8.5 |
773 | 2024-12-06T02:01:29.368Z | Downloaded rusty-fork v0.3.0 |
774 | 2024-12-06T02:01:29.368Z | Downloaded hashlink v0.9.1 |
775 | 2024-12-06T02:01:29.377Z | Downloaded structmeta-derive v0.2.0 |
776 | 2024-12-06T02:01:29.377Z | Downloaded stable_deref_trait v1.2.0 |
777 | 2024-12-06T02:01:29.377Z | Downloaded slog-stdlog v4.1.1 |
778 | 2024-12-06T02:01:29.377Z | Downloaded pkcs8 v0.10.2 |
779 | 2024-12-06T02:01:29.381Z | Downloaded headers v0.4.0 |
780 | 2024-12-06T02:01:29.381Z | Downloaded sigpipe v0.1.3 |
781 | 2024-12-06T02:01:29.384Z | Downloaded tokio-rustls v0.26.0 |
782 | 2024-12-06T02:01:29.384Z | Downloaded tokio-rustls v0.25.0 |
783 | 2024-12-06T02:01:29.388Z | Downloaded fd-lock v4.0.2 |
784 | 2024-12-06T02:01:29.392Z | Downloaded ena v0.14.3 |
785 | 2024-12-06T02:01:29.392Z | Downloaded pin-project-lite v0.2.14 |
786 | 2024-12-06T02:01:29.395Z | Downloaded mockall v0.13.0 |
787 | 2024-12-06T02:01:29.398Z | Downloaded percent-encoding v2.3.1 |
788 | 2024-12-06T02:01:29.398Z | Downloaded zone v0.3.0 |
789 | 2024-12-06T02:01:29.401Z | Downloaded xattr v1.3.1 |
790 | 2024-12-06T02:01:29.401Z | Downloaded predicates-core v1.0.8 |
791 | 2024-12-06T02:01:29.406Z | Downloaded ppv-lite86 v0.2.20 |
792 | 2024-12-06T02:01:29.406Z | Downloaded diesel-dtrace v0.3.0 |
793 | 2024-12-06T02:01:29.406Z | Downloaded unsafe-libyaml v0.2.11 |
794 | 2024-12-06T02:01:29.415Z | Downloaded defmt-macros v0.3.9 |
795 | 2024-12-06T02:01:29.422Z | Downloaded unicode_categories v0.1.1 |
796 | 2024-12-06T02:01:29.422Z | Downloaded tungstenite v0.24.0 |
797 | 2024-12-06T02:01:29.423Z | Downloaded parking_lot_core v0.8.6 |
798 | 2024-12-06T02:01:29.427Z | Downloaded ecdsa v0.16.9 |
799 | 2024-12-06T02:01:29.427Z | Downloaded r2d2 v0.8.10 |
800 | 2024-12-06T02:01:29.428Z | Downloaded paste v1.0.15 |
801 | 2024-12-06T02:01:29.433Z | Downloaded time-macros v0.2.18 |
802 | 2024-12-06T02:01:29.433Z | Downloaded libm v0.2.8 |
803 | 2024-12-06T02:01:29.437Z | Downloaded rustversion v1.0.17 |
804 | 2024-12-06T02:01:29.441Z | Downloaded sync_wrapper v1.0.1 |
805 | 2024-12-06T02:01:29.444Z | Downloaded sqlformat v0.2.6 |
806 | 2024-12-06T02:01:29.444Z | Downloaded miniz_oxide v0.8.0 |
807 | 2024-12-06T02:01:29.450Z | Downloaded write16 v1.0.0 |
808 | 2024-12-06T02:01:29.450Z | Downloaded strum v0.26.3 |
809 | 2024-12-06T02:01:29.450Z | Downloaded simd-adler32 v0.3.7 |
810 | 2024-12-06T02:01:29.450Z | Downloaded typed-path v0.9.3 |
811 | 2024-12-06T02:01:29.456Z | Downloaded utf8_iter v1.0.4 |
812 | 2024-12-06T02:01:29.459Z | Downloaded itertools v0.10.5 |
813 | 2024-12-06T02:01:29.465Z | Downloaded num-complex v0.4.6 |
814 | 2024-12-06T02:01:29.468Z | Downloaded sync-ptr v0.1.1 |
815 | 2024-12-06T02:01:29.468Z | Downloaded xz2 v0.1.7 |
816 | 2024-12-06T02:01:29.472Z | Downloaded hkdf v0.12.4 |
817 | 2024-12-06T02:01:29.475Z | Downloaded dhcproto-macros v0.1.0 |
818 | 2024-12-06T02:01:29.475Z | Downloaded embedded-io v0.4.0 |
819 | 2024-12-06T02:01:29.475Z | Downloaded dsl_auto_type v0.1.2 |
820 | 2024-12-06T02:01:29.479Z | Downloaded ed25519 v2.2.3 |
821 | 2024-12-06T02:01:29.479Z | Downloaded zone v0.1.8 |
822 | 2024-12-06T02:01:29.483Z | Downloaded idna v1.0.3 |
823 | 2024-12-06T02:01:29.483Z | Downloaded russh-keys v0.45.0 |
824 | 2024-12-06T02:01:29.486Z | Downloaded num-integer v0.1.46 |
825 | 2024-12-06T02:01:29.488Z | Downloaded num-derive v0.4.2 |
826 | 2024-12-06T02:01:29.495Z | Downloaded serde_yaml v0.9.34+deprecated |
827 | 2024-12-06T02:01:29.495Z | Downloaded crossterm v0.28.1 |
828 | 2024-12-06T02:01:29.501Z | Downloaded progenitor v0.8.0 |
829 | 2024-12-06T02:01:29.505Z | Downloaded vergen v8.3.2 |
830 | 2024-12-06T02:01:29.505Z | Downloaded fs_extra v1.3.0 |
831 | 2024-12-06T02:01:29.510Z | Downloaded openssl-probe v0.1.5 |
832 | 2024-12-06T02:01:29.510Z | Downloaded newtype_derive v0.1.6 |
833 | 2024-12-06T02:01:29.510Z | Downloaded toml_edit v0.19.15 |
834 | 2024-12-06T02:01:29.525Z | Downloaded tabwriter v1.4.0 |
835 | 2024-12-06T02:01:29.528Z | Downloaded hyper v1.5.0 |
836 | 2024-12-06T02:01:29.534Z | Downloaded hickory-proto v0.24.1 |
837 | 2024-12-06T02:01:29.549Z | Downloaded dirs-sys-next v0.1.2 |
838 | 2024-12-06T02:01:29.555Z | Downloaded diesel_table_macro_syntax v0.2.0 |
839 | 2024-12-06T02:01:29.555Z | Downloaded yasna v0.5.2 |
840 | 2024-12-06T02:01:29.555Z | Downloaded nanorand v0.7.0 |
841 | 2024-12-06T02:01:29.560Z | Downloaded value-bag v1.9.0 |
842 | 2024-12-06T02:01:29.563Z | Downloaded radium v0.7.0 |
843 | 2024-12-06T02:01:29.563Z | Downloaded predicates-tree v1.0.11 |
844 | 2024-12-06T02:01:29.563Z | Downloaded mockall_derive v0.13.0 |
845 | 2024-12-06T02:01:29.563Z | Downloaded pem-rfc7468 v0.7.0 |
846 | 2024-12-06T02:01:29.568Z | Downloaded peg v0.8.4 |
847 | 2024-12-06T02:01:29.571Z | Downloaded pbkdf2 v0.12.2 |
848 | 2024-12-06T02:01:29.571Z | Downloaded newtype-uuid v1.1.3 |
849 | 2024-12-06T02:01:29.575Z | Downloaded zopfli v0.8.1 |
850 | 2024-12-06T02:01:29.575Z | Downloaded zip v0.6.6 |
851 | 2024-12-06T02:01:29.579Z | Downloaded writeable v0.5.5 |
852 | 2024-12-06T02:01:29.582Z | Downloaded termios v0.3.3 |
853 | 2024-12-06T02:01:29.588Z | Downloaded password-hash v0.4.2 |
854 | 2024-12-06T02:01:29.588Z | Downloaded rustls-pki-types v1.9.0 |
855 | 2024-12-06T02:01:29.595Z | Downloaded deranged v0.3.11 |
856 | 2024-12-06T02:01:29.595Z | Downloaded time v0.3.36 |
857 | 2024-12-06T02:01:29.601Z | Downloaded sqlparser_derive v0.2.2 |
858 | 2024-12-06T02:01:29.602Z | Downloaded tower-service v0.3.3 |
859 | 2024-12-06T02:01:29.602Z | Downloaded futures-sink v0.3.31 |
860 | 2024-12-06T02:01:29.606Z | Downloaded synstructure v0.13.1 |
861 | 2024-12-06T02:01:29.606Z | Downloaded path-slash v0.1.5 |
862 | 2024-12-06T02:01:29.606Z | Downloaded utf16_iter v1.0.5 |
863 | 2024-12-06T02:01:29.606Z | Downloaded phf v0.11.2 |
864 | 2024-12-06T02:01:29.611Z | Downloaded strum_macros v0.26.4 |
865 | 2024-12-06T02:01:29.611Z | Downloaded itertools v0.13.0 |
866 | 2024-12-06T02:01:29.615Z | Downloaded unicode-properties v0.1.3 |
867 | 2024-12-06T02:01:29.617Z | Downloaded aws-lc-rs v1.10.0 |
868 | 2024-12-06T02:01:29.627Z | Downloaded half v2.4.1 |
869 | 2024-12-06T02:01:29.635Z | Downloaded phf_shared v0.10.0 |
870 | 2024-12-06T02:01:29.635Z | Downloaded enum-as-inner v0.5.1 |
871 | 2024-12-06T02:01:29.635Z | Downloaded hash32 v0.3.1 |
872 | 2024-12-06T02:01:29.642Z | Downloaded enum-as-inner v0.6.1 |
873 | 2024-12-06T02:01:29.642Z | Downloaded rand v0.8.5 |
874 | 2024-12-06T02:01:29.642Z | Downloaded dropshot_endpoint v0.13.0 |
875 | 2024-12-06T02:01:29.647Z | Downloaded vte_generate_state_changes v0.1.2 |
876 | 2024-12-06T02:01:29.647Z | Downloaded num v0.4.3 |
877 | 2024-12-06T02:01:29.647Z | Downloaded group v0.13.0 |
878 | 2024-12-06T02:01:29.647Z | Downloaded fragile v2.0.0 |
879 | 2024-12-06T02:01:29.647Z | Downloaded try-lock v0.2.5 |
880 | 2024-12-06T02:01:29.653Z | Downloaded hash32 v0.2.1 |
881 | 2024-12-06T02:01:29.653Z | Downloaded signature v2.2.0 |
882 | 2024-12-06T02:01:29.653Z | Downloaded signal-hook-tokio v0.3.1 |
883 | 2024-12-06T02:01:29.653Z | Downloaded signal-hook-mio v0.2.4 |
884 | 2024-12-06T02:01:29.656Z | Downloaded flagset v0.4.6 |
885 | 2024-12-06T02:01:29.656Z | Downloaded olpc-cjson v0.1.4 |
886 | 2024-12-06T02:01:29.656Z | Downloaded der_derive v0.7.3 |
887 | 2024-12-06T02:01:29.662Z | Downloaded derive_builder v0.20.2 |
888 | 2024-12-06T02:01:29.666Z | Downloaded oso v0.27.3 |
889 | 2024-12-06T02:01:29.673Z | Downloaded owo-colors v4.1.0 |
890 | 2024-12-06T02:01:29.673Z | Downloaded progenitor-client v0.8.0 |
891 | 2024-12-06T02:01:29.673Z | Downloaded rtoolbox v0.0.2 |
892 | 2024-12-06T02:01:29.673Z | Downloaded progenitor-macro v0.8.0 |
893 | 2024-12-06T02:01:29.678Z | Downloaded pin-utils v0.1.0 |
894 | 2024-12-06T02:01:29.678Z | Downloaded fallible-iterator v0.2.0 |
895 | 2024-12-06T02:01:29.678Z | Downloaded fallible-iterator v0.3.0 |
896 | 2024-12-06T02:01:29.678Z | Downloaded unicode-truncate v1.1.0 |
897 | 2024-12-06T02:01:29.678Z | Downloaded salsa20 v0.10.2 |
898 | 2024-12-06T02:01:29.678Z | Downloaded typify v0.2.0 |
899 | 2024-12-06T02:01:29.683Z | Downloaded password-hash v0.5.0 |
900 | 2024-12-06T02:01:29.684Z | Downloaded dhcproto v0.12.0 |
901 | 2024-12-06T02:01:29.688Z | Downloaded zip v2.1.3 |
902 | 2024-12-06T02:01:29.693Z | Downloaded nu-ansi-term v0.50.1 |
903 | 2024-12-06T02:01:29.693Z | Downloaded opaque-debug v0.3.1 |
904 | 2024-12-06T02:01:29.696Z | Downloaded funty v2.0.0 |
905 | 2024-12-06T02:01:29.697Z | Downloaded ssh-encoding v0.2.0 |
906 | 2024-12-06T02:01:29.699Z | Downloaded elliptic-curve v0.13.8 |
907 | 2024-12-06T02:01:29.702Z | Downloaded rcgen v0.12.1 |
908 | 2024-12-06T02:01:29.705Z | Downloaded float-ord v0.3.2 |
909 | 2024-12-06T02:01:29.705Z | Downloaded displaydoc v0.2.5 |
910 | 2024-12-06T02:01:29.709Z | Downloaded serde-hex v0.1.0 |
911 | 2024-12-06T02:01:29.709Z | Downloaded term v0.7.0 |
912 | 2024-12-06T02:01:29.715Z | Downloaded float-cmp v0.9.0 |
913 | 2024-12-06T02:01:29.724Z | Downloaded serde_with_macros v3.11.0 |
914 | 2024-12-06T02:01:29.724Z | Downloaded downcast v0.11.0 |
915 | 2024-12-06T02:01:29.724Z | Downloaded defmt-parser v0.3.4 |
916 | 2024-12-06T02:01:29.724Z | Downloaded wyz v0.5.1 |
917 | 2024-12-06T02:01:29.724Z | Downloaded unarray v0.1.4 |
918 | 2024-12-06T02:01:29.729Z | Downloaded typify-macro v0.2.0 |
919 | 2024-12-06T02:01:29.730Z | Downloaded derive-where v1.2.7 |
920 | 2024-12-06T02:01:29.730Z | Downloaded wait-timeout v0.2.0 |
921 | 2024-12-06T02:01:29.730Z | Downloaded serde_repr v0.1.19 |
922 | 2024-12-06T02:01:29.730Z | Downloaded rsa v0.9.6 |
923 | 2024-12-06T02:01:29.734Z | Downloaded globset v0.4.15 |
924 | 2024-12-06T02:01:29.734Z | Downloaded parse-zoneinfo v0.3.1 |
925 | 2024-12-06T02:01:29.737Z | Downloaded glob v0.3.1 |
926 | 2024-12-06T02:01:29.737Z | Downloaded polyval v0.6.2 |
927 | 2024-12-06T02:01:29.743Z | Downloaded phf_shared v0.11.2 |
928 | 2024-12-06T02:01:29.743Z | Downloaded tracing-attributes v0.1.27 |
929 | 2024-12-06T02:01:29.747Z | Downloaded parking_lot v0.12.3 |
930 | 2024-12-06T02:01:29.747Z | Downloaded postgres-types v0.2.8 |
931 | 2024-12-06T02:01:29.752Z | Downloaded postcard v1.0.10 |
932 | 2024-12-06T02:01:29.752Z | Downloaded slog v2.7.0 |
933 | 2024-12-06T02:01:29.758Z | Downloaded similar v2.6.0 |
934 | 2024-12-06T02:01:29.761Z | Downloaded same-file v1.0.6 |
935 | 2024-12-06T02:01:29.761Z | Downloaded phf_generator v0.11.2 |
936 | 2024-12-06T02:01:29.761Z | Downloaded futures-task v0.3.31 |
937 | 2024-12-06T02:01:29.761Z | Downloaded diff v0.1.13 |
938 | 2024-12-06T02:01:29.779Z | Downloaded ed25519-dalek v2.1.1 |
939 | 2024-12-06T02:01:29.779Z | Downloaded tracing-core v0.1.32 |
940 | 2024-12-06T02:01:29.779Z | Downloaded rayon-core v1.12.1 |
941 | 2024-12-06T02:01:29.779Z | Downloaded ssh-key v0.6.6 |
942 | 2024-12-06T02:01:29.784Z | Downloaded semver v0.1.20 |
943 | 2024-12-06T02:01:29.785Z | Downloaded thiserror-no-std v2.0.2 |
944 | 2024-12-06T02:01:29.791Z | Downloaded env_logger v0.11.5 |
945 | 2024-12-06T02:01:29.795Z | Downloaded quinn v0.11.5 |
946 | 2024-12-06T02:01:29.795Z | Downloaded thiserror-impl v2.0.3 |
947 | 2024-12-06T02:01:29.795Z | Downloaded futures v0.3.31 |
948 | 2024-12-06T02:01:29.799Z | Downloaded thiserror v2.0.3 |
949 | 2024-12-06T02:01:29.803Z | Downloaded vte v0.11.1 |
950 | 2024-12-06T02:01:29.805Z | Downloaded tar v0.4.42 |
951 | 2024-12-06T02:01:29.809Z | Downloaded x509-cert v0.2.5 |
952 | 2024-12-06T02:01:29.816Z | Downloaded test-strategy v0.3.1 |
953 | 2024-12-06T02:01:29.822Z | Downloaded zerovec v0.10.4 |
954 | 2024-12-06T02:01:29.828Z | Downloaded poly1305 v0.8.0 |
955 | 2024-12-06T02:01:29.828Z | Downloaded openssl-sys v0.9.103 |
956 | 2024-12-06T02:01:29.834Z | Downloaded dropshot_endpoint v0.12.0 |
957 | 2024-12-06T02:01:29.834Z | Downloaded blake3 v1.5.4 |
958 | 2024-12-06T02:01:29.840Z | Downloaded salty v0.3.0 |
959 | 2024-12-06T02:01:29.848Z | Downloaded ron v0.7.1 |
960 | 2024-12-06T02:01:29.851Z | Downloaded quinn-proto v0.11.8 |
961 | 2024-12-06T02:01:29.857Z | Downloaded samael v0.0.17 |
962 | 2024-12-06T02:01:29.874Z | Downloaded num-bigint-dig v0.8.4 |
963 | 2024-12-06T02:01:29.882Z | Downloaded omicron-zone-package v0.11.1 |
964 | 2024-12-06T02:01:29.882Z | Downloaded tungstenite v0.21.0 |
965 | 2024-12-06T02:01:29.882Z | Downloaded zerocopy-derive v0.8.10 |
966 | 2024-12-06T02:01:29.882Z | Downloaded nom v7.1.3 |
967 | 2024-12-06T02:01:29.888Z | Downloaded unicode-normalization v0.1.24 |
968 | 2024-12-06T02:01:29.894Z | Downloaded lalrpop v0.19.12 |
969 | 2024-12-06T02:01:29.900Z | Downloaded mio v1.0.2 |
970 | 2024-12-06T02:01:29.905Z | Downloaded p521 v0.13.3 |
971 | 2024-12-06T02:01:29.909Z | Downloaded reqwest v0.12.9 |
972 | 2024-12-06T02:01:29.921Z | Downloaded proptest v1.5.0 |
973 | 2024-12-06T02:01:29.926Z | Downloaded expectorate v1.1.0 |
974 | 2024-12-06T02:01:29.934Z | Downloaded num-bigint v0.4.6 |
975 | 2024-12-06T02:01:29.941Z | Downloaded rustls-webpki v0.101.7 |
976 | 2024-12-06T02:01:29.948Z | Downloaded tracing v0.1.40 |
977 | 2024-12-06T02:01:29.953Z | Downloaded publicsuffix v2.2.3 |
978 | 2024-12-06T02:01:29.955Z | Downloaded h2 v0.4.6 |
979 | 2024-12-06T02:01:29.965Z | Downloaded chrono v0.4.38 |
980 | 2024-12-06T02:01:29.969Z | Downloaded flate2 v1.0.34 |
981 | 2024-12-06T02:01:29.974Z | Downloaded hashbrown v0.14.5 |
982 | 2024-12-06T02:01:29.978Z | Downloaded zerocopy v0.8.10 |
983 | 2024-12-06T02:01:30.016Z | Downloaded unicode-segmentation v1.12.0 |
984 | 2024-12-06T02:01:30.019Z | Downloaded winnow v0.5.40 |
985 | 2024-12-06T02:01:30.037Z | Downloaded p384 v0.13.0 |
986 | 2024-12-06T02:01:30.050Z | Downloaded tough v0.19.0 |
987 | 2024-12-06T02:01:30.050Z | Downloaded idna v0.5.0 |
988 | 2024-12-06T02:01:30.058Z | Downloaded sqlparser v0.45.0 |
989 | 2024-12-06T02:01:30.062Z | Downloaded tokio-util v0.7.12 |
990 | 2024-12-06T02:01:30.070Z | Downloaded serde_with v3.11.0 |
991 | 2024-12-06T02:01:30.082Z | Downloaded idna v0.4.0 |
992 | 2024-12-06T02:01:30.091Z | Downloaded rusqlite v0.32.1 |
993 | 2024-12-06T02:01:30.095Z | Downloaded idna v0.3.0 |
994 | 2024-12-06T02:01:30.101Z | Downloaded rustls-webpki v0.102.8 |
995 | 2024-12-06T02:01:30.122Z | Downloaded curve25519-dalek v4.1.3 |
996 | 2024-12-06T02:01:30.133Z | Downloaded nix v0.27.1 |
997 | 2024-12-06T02:01:30.139Z | Downloaded quick-xml v0.33.0 |
998 | 2024-12-06T02:01:30.146Z | Downloaded webpki-roots v0.26.6 |
999 | 2024-12-06T02:01:30.149Z | Downloaded petname v2.0.2 |
1000 | 2024-12-06T02:01:30.155Z | Downloaded portable-atomic v1.9.0 |
1001 | 2024-12-06T02:01:30.162Z | Downloaded smoltcp v0.9.1 |
1002 | 2024-12-06T02:01:30.175Z | Downloaded object v0.30.4 |
1003 | 2024-12-06T02:01:30.184Z | Downloaded radix_trie v0.2.1 |
1004 | 2024-12-06T02:01:30.190Z | Downloaded chrono-tz v0.10.0 |
1005 | 2024-12-06T02:01:30.197Z | Downloaded unicode-width v0.2.0 |
1006 | 2024-12-06T02:01:30.204Z | Downloaded rustls v0.21.12 |
1007 | 2024-12-06T02:01:30.216Z | Downloaded git2 v0.19.0 |
1008 | 2024-12-06T02:01:30.224Z | Downloaded regress v0.9.1 |
1009 | 2024-12-06T02:01:30.232Z | Downloaded vcpkg v0.2.15 |
1010 | 2024-12-06T02:01:30.272Z | Downloaded regress v0.10.1 |
1011 | 2024-12-06T02:01:30.280Z | Downloaded nix v0.29.0 |
1012 | 2024-12-06T02:01:30.293Z | Downloaded rustls v0.22.4 |
1013 | 2024-12-06T02:01:30.312Z | Downloaded gimli v0.31.1 |
1014 | 2024-12-06T02:01:30.316Z | Downloaded trust-dns-proto v0.22.0 |
1015 | 2024-12-06T02:01:30.328Z | Downloaded regex-syntax v0.8.5 |
1016 | 2024-12-06T02:01:30.335Z | Downloaded polar-core v0.27.3 |
1017 | 2024-12-06T02:01:30.344Z | Downloaded object v0.36.5 |
1018 | 2024-12-06T02:01:30.356Z | Downloaded diesel v2.2.4 |
1019 | 2024-12-06T02:01:30.377Z | Downloaded sled v0.34.7 |
1020 | 2024-12-06T02:01:30.385Z | Downloaded regex-syntax v0.6.29 |
1021 | 2024-12-06T02:01:30.397Z | Downloaded smoltcp v0.11.0 |
1022 | 2024-12-06T02:01:30.406Z | Downloaded openapiv3 v2.0.0 |
1023 | 2024-12-06T02:01:30.416Z | Downloaded bstr v1.10.0 |
1024 | 2024-12-06T02:01:30.425Z | Downloaded rustls v0.23.14 |
1025 | 2024-12-06T02:01:30.439Z | Downloaded openssl v0.10.66 |
1026 | 2024-12-06T02:01:30.446Z | Downloaded nix v0.28.0 |
1027 | 2024-12-06T02:01:30.459Z | Downloaded ratatui v0.28.1 |
1028 | 2024-12-06T02:01:30.478Z | Downloaded typify-impl v0.2.0 |
1029 | 2024-12-06T02:01:30.493Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1030 | 2024-12-06T02:01:30.505Z | Downloaded zerocopy-derive v0.6.6 |
1031 | 2024-12-06T02:01:30.514Z | Downloaded dropshot v0.13.0 |
1032 | 2024-12-06T02:01:30.535Z | Downloaded dropshot v0.12.0 |
1033 | 2024-12-06T02:01:30.554Z | Downloaded reedline v0.35.0 |
1034 | 2024-12-06T02:01:30.561Z | Downloaded idna v0.2.3 |
1035 | 2024-12-06T02:01:30.577Z | Downloaded regex v1.11.1 |
1036 | 2024-12-06T02:01:30.584Z | Downloaded regex-automata v0.4.8 |
1037 | 2024-12-06T02:01:30.597Z | Downloaded petgraph v0.6.5 |
1038 | 2024-12-06T02:01:30.613Z | Downloaded rustyline v14.0.0 |
1039 | 2024-12-06T02:01:30.620Z | Downloaded futures-util v0.3.31 |
1040 | 2024-12-06T02:01:30.632Z | Downloaded bitvec v1.0.1 |
1041 | 2024-12-06T02:01:30.646Z | Downloaded lzma-sys v0.1.20 |
1042 | 2024-12-06T02:01:30.675Z | Downloaded tokio v1.40.0 |
1043 | 2024-12-06T02:01:30.710Z | Downloaded bindgen v0.69.5 |
1044 | 2024-12-06T02:01:30.721Z | Downloaded csv v1.3.0 |
1045 | 2024-12-06T02:01:30.741Z | Downloaded russh v0.45.0 |
1046 | 2024-12-06T02:01:30.745Z | Downloaded diesel_derives v2.2.3 |
1047 | 2024-12-06T02:01:30.753Z | Downloaded libz-sys v1.1.20 |
1048 | 2024-12-06T02:01:30.772Z | Downloaded rayon v1.10.0 |
1049 | 2024-12-06T02:01:30.781Z | Downloaded darling_core v0.20.10 |
1050 | 2024-12-06T02:01:30.785Z | Downloaded structmeta-derive v0.3.0 |
1051 | 2024-12-06T02:01:30.790Z | Downloaded rustc-demangle v0.1.24 |
1052 | 2024-12-06T02:01:30.790Z | Downloaded openssl-macros v0.1.1 |
1053 | 2024-12-06T02:01:30.791Z | Downloaded strum_macros v0.25.3 |
1054 | 2024-12-06T02:01:30.795Z | Downloaded strum_macros v0.24.3 |
1055 | 2024-12-06T02:01:30.795Z | Downloaded sha3 v0.10.8 |
1056 | 2024-12-06T02:01:30.799Z | Downloaded rustc_version v0.1.7 |
1057 | 2024-12-06T02:01:30.799Z | Downloaded rustc-hash v1.1.0 |
1058 | 2024-12-06T02:01:30.805Z | Downloaded packed_struct v0.10.1 |
1059 | 2024-12-06T02:01:30.806Z | Downloaded spki v0.7.3 |
1060 | 2024-12-06T02:01:30.806Z | Downloaded smallvec v0.6.14 |
1061 | 2024-12-06T02:01:30.806Z | Downloaded slog-term v2.9.1 |
1062 | 2024-12-06T02:01:30.813Z | Downloaded url v2.5.3 |
1063 | 2024-12-06T02:01:30.824Z | Downloaded pin-project v1.1.6 |
1064 | 2024-12-06T02:01:30.832Z | Downloaded slab v0.4.9 |
1065 | 2024-12-06T02:01:30.832Z | Downloaded snafu v0.8.5 |
1066 | 2024-12-06T02:01:30.834Z | Downloaded flume v0.11.1 |
1067 | 2024-12-06T02:01:30.834Z | Downloaded hashbrown v0.13.2 |
1068 | 2024-12-06T02:01:30.838Z | Downloaded hashbrown v0.12.3 |
1069 | 2024-12-06T02:01:30.842Z | Downloaded vsss-rs v3.3.4 |
1070 | 2024-12-06T02:01:30.845Z | Downloaded unicode-xid v0.2.6 |
1071 | 2024-12-06T02:01:30.856Z | Downloaded tokio-tungstenite v0.24.0 |
1072 | 2024-12-06T02:01:30.856Z | Downloaded tokio-tungstenite v0.23.1 |
1073 | 2024-12-06T02:01:30.856Z | Downloaded tokio-stream v0.1.16 |
1074 | 2024-12-06T02:01:30.864Z | Downloaded stringprep v0.1.5 |
1075 | 2024-12-06T02:01:30.864Z | Downloaded libxml v0.3.3 |
1076 | 2024-12-06T02:01:30.871Z | Downloaded parking_lot_core v0.9.10 |
1077 | 2024-12-06T02:01:30.871Z | Downloaded pkcs5 v0.7.1 |
1078 | 2024-12-06T02:01:30.871Z | Downloaded num-traits v0.2.19 |
1079 | 2024-12-06T02:01:30.877Z | Downloaded zerocopy v0.6.6 |
1080 | 2024-12-06T02:01:30.877Z | Downloaded tungstenite v0.23.0 |
1081 | 2024-12-06T02:01:30.880Z | Downloaded scrypt v0.11.0 |
1082 | 2024-12-06T02:01:30.880Z | Downloaded encoding_rs v0.8.34 |
1083 | 2024-12-06T02:01:30.904Z | Downloaded scheduled-thread-pool v0.2.7 |
1084 | 2024-12-06T02:01:30.910Z | Downloaded env_logger v0.10.2 |
1085 | 2024-12-06T02:01:30.910Z | Downloaded toml v0.7.8 |
1086 | 2024-12-06T02:01:30.915Z | Downloaded steno v0.4.1 |
1087 | 2024-12-06T02:01:30.920Z | Downloaded scopeguard v1.2.0 |
1088 | 2024-12-06T02:01:30.921Z | Downloaded rand_seeder v0.3.0 |
1089 | 2024-12-06T02:01:30.921Z | Downloaded pkcs1 v0.7.5 |
1090 | 2024-12-06T02:01:30.923Z | Downloaded aes-gcm v0.10.3 |
1091 | 2024-12-06T02:01:30.923Z | Downloaded crossbeam-channel v0.5.13 |
1092 | 2024-12-06T02:01:30.929Z | Downloaded whoami v1.5.2 |
1093 | 2024-12-06T02:01:30.932Z | Downloaded which v4.4.2 |
1094 | 2024-12-06T02:01:30.932Z | Downloaded foreign-types-shared v0.1.1 |
1095 | 2024-12-06T02:01:30.932Z | Downloaded tokio-macros v2.4.0 |
1096 | 2024-12-06T02:01:30.939Z | Downloaded tinystr v0.7.6 |
1097 | 2024-12-06T02:01:30.939Z | Downloaded tiny-keccak v2.0.2 |
1098 | 2024-12-06T02:01:30.947Z | Downloaded rand_xorshift v0.3.0 |
1099 | 2024-12-06T02:01:30.947Z | Downloaded num-iter v0.1.45 |
1100 | 2024-12-06T02:01:30.947Z | Downloaded supports-color v3.0.1 |
1101 | 2024-12-06T02:01:30.947Z | Downloaded itertools v0.12.1 |
1102 | 2024-12-06T02:01:30.955Z | Downloaded const_format v0.2.33 |
1103 | 2024-12-06T02:01:30.955Z | Downloaded cc v1.1.30 |
1104 | 2024-12-06T02:01:30.961Z | Downloaded base64 v0.22.1 |
1105 | 2024-12-06T02:01:30.968Z | Downloaded phf_codegen v0.11.2 |
1106 | 2024-12-06T02:01:30.968Z | Downloaded slog-scope v4.4.0 |
1107 | 2024-12-06T02:01:30.969Z | Downloaded slog-bunyan v2.5.0 |
1108 | 2024-12-06T02:01:30.969Z | Downloaded pin-project-internal v1.1.6 |
1109 | 2024-12-06T02:01:30.969Z | Downloaded http v1.1.0 |
1110 | 2024-12-06T02:01:30.974Z | Downloaded compact_str v0.8.0 |
1111 | 2024-12-06T02:01:30.979Z | Downloaded crossbeam-utils v0.8.20 |
1112 | 2024-12-06T02:01:30.979Z | Downloaded bzip2 v0.4.4 |
1113 | 2024-12-06T02:01:30.979Z | Downloaded data-encoding v2.6.0 |
1114 | 2024-12-06T02:01:30.984Z | Downloaded rand_core v0.6.4 |
1115 | 2024-12-06T02:01:30.984Z | Downloaded predicates v3.1.2 |
1116 | 2024-12-06T02:01:30.999Z | Downloaded zeroize v1.8.1 |
1117 | 2024-12-06T02:01:30.999Z | Downloaded icu_properties v1.5.1 |
1118 | 2024-12-06T02:01:30.999Z | Downloaded cookie v0.18.1 |
1119 | 2024-12-06T02:01:31.002Z | Downloaded fixedbitset v0.4.2 |
1120 | 2024-12-06T02:01:31.002Z | Downloaded filetime v0.2.25 |
1121 | 2024-12-06T02:01:31.002Z | Downloaded ff v0.13.0 |
1122 | 2024-12-06T02:01:31.002Z | Downloaded progenitor-impl v0.8.0 |
1123 | 2024-12-06T02:01:31.002Z | Downloaded indicatif v0.17.9 |
1124 | 2024-12-06T02:01:31.002Z | Downloaded futures-core v0.3.31 |
1125 | 2024-12-06T02:01:31.002Z | Downloaded base64 v0.13.1 |
1126 | 2024-12-06T02:01:31.009Z | Downloaded icu_provider v1.5.0 |
1127 | 2024-12-06T02:01:31.009Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1128 | 2024-12-06T02:01:31.070Z | Downloaded ref-cast-impl v1.0.23 |
1129 | 2024-12-06T02:01:31.077Z | Downloaded bitflags v1.3.2 |
1130 | 2024-12-06T02:01:31.077Z | Downloaded cobs v0.2.3 |
1131 | 2024-12-06T02:01:31.077Z | Downloaded bitfield v0.14.0 |
1132 | 2024-12-06T02:01:31.084Z | Downloaded slog-dtrace v0.3.0 |
1133 | 2024-12-06T02:01:31.084Z | Downloaded lazycell v1.3.0 |
1134 | 2024-12-06T02:01:31.084Z | Downloaded hyper-tls v0.6.0 |
1135 | 2024-12-06T02:01:31.084Z | Downloaded ahash v0.8.11 |
1136 | 2024-12-06T02:01:31.086Z | Downloaded async-recursion v1.1.1 |
1137 | 2024-12-06T02:01:31.432Z | Downloaded ring v0.17.8 |
1138 | 2024-12-06T02:01:31.551Z | Downloaded libsqlite3-sys v0.30.1 |
1139 | 2024-12-06T02:01:31.629Z | Downloaded ring v0.16.20 |
1140 | 2024-12-06T02:01:31.901Z | Downloaded aws-lc-sys v0.22.0 |
1141 | 2024-12-06T02:01:32.206Z | Compiling serde v1.0.215 |
1142 | 2024-12-06T02:01:32.209Z | Compiling lock_api v0.4.12 |
1143 | 2024-12-06T02:01:32.209Z | Compiling scopeguard v1.2.0 |
1144 | 2024-12-06T02:01:32.210Z | Compiling value-bag v1.9.0 |
1145 | 2024-12-06T02:01:32.366Z | Compiling typenum v1.17.0 |
1146 | 2024-12-06T02:01:32.372Z | Compiling generic-array v0.14.7 |
1147 | 2024-12-06T02:01:32.408Z | Compiling syn v2.0.87 |
1148 | 2024-12-06T02:01:32.423Z | Compiling getrandom v0.2.15 |
1149 | 2024-12-06T02:01:32.494Z | Compiling subtle v2.6.1 |
1150 | 2024-12-06T02:01:32.720Z | Compiling rand_core v0.6.4 |
1151 | 2024-12-06T02:01:32.845Z | Compiling log v0.4.22 |
1152 | 2024-12-06T02:01:32.890Z | Compiling shlex v1.3.0 |
1153 | 2024-12-06T02:01:32.931Z | Compiling jobserver v0.1.32 |
1154 | 2024-12-06T02:01:32.967Z | Compiling const-oid v0.9.6 |
1155 | 2024-12-06T02:01:33.235Z | Compiling smallvec v1.13.2 |
1156 | 2024-12-06T02:01:33.270Z | Compiling cc v1.1.30 |
1157 | 2024-12-06T02:01:33.314Z | Compiling spin v0.9.8 |
1158 | 2024-12-06T02:01:33.639Z | Compiling pin-project-lite v0.2.14 |
1159 | 2024-12-06T02:01:33.712Z | Compiling rustix v0.38.37 |
1160 | 2024-12-06T02:01:33.739Z | Compiling parking_lot_core v0.9.10 |
1161 | 2024-12-06T02:01:33.767Z | Compiling futures-core v0.3.31 |
1162 | 2024-12-06T02:01:33.817Z | Compiling signal-hook-registry v1.4.2 |
1163 | 2024-12-06T02:01:34.000Z | Compiling mio v1.0.2 |
1164 | 2024-12-06T02:01:34.576Z | Compiling parking_lot v0.12.3 |
1165 | 2024-12-06T02:01:34.672Z | Compiling aho-corasick v1.1.3 |
1166 | 2024-12-06T02:01:34.853Z | Compiling either v1.13.0 |
1167 | 2024-12-06T02:01:34.906Z | Compiling regex-syntax v0.8.5 |
1168 | 2024-12-06T02:01:35.144Z | Compiling cpufeatures v0.2.14 |
1169 | 2024-12-06T02:01:35.259Z | Compiling lazy_static v1.5.0 |
1170 | 2024-12-06T02:01:35.320Z | Compiling glob v0.3.1 |
1171 | 2024-12-06T02:01:35.341Z | Compiling stable_deref_trait v1.2.0 |
1172 | 2024-12-06T02:01:35.374Z | Compiling futures-sink v0.3.31 |
1173 | 2024-12-06T02:01:35.450Z | Compiling socket2 v0.5.7 |
1174 | 2024-12-06T02:01:35.531Z | Compiling slab v0.4.9 |
1175 | 2024-12-06T02:01:35.681Z | Compiling prettyplease v0.2.25 |
1176 | 2024-12-06T02:01:36.089Z | Compiling minimal-lexical v0.2.1 |
1177 | 2024-12-06T02:01:36.349Z | Compiling libloading v0.8.5 |
1178 | 2024-12-06T02:01:36.370Z | Compiling clang-sys v1.8.1 |
1179 | 2024-12-06T02:01:36.498Z | Compiling nom v7.1.3 |
1180 | 2024-12-06T02:01:36.544Z | Compiling home v0.5.9 |
1181 | 2024-12-06T02:01:36.799Z | Compiling bindgen v0.69.5 |
1182 | 2024-12-06T02:01:36.819Z | Compiling serde_json v1.0.132 |
1183 | 2024-12-06T02:01:37.206Z | Compiling futures-channel v0.3.31 |
1184 | 2024-12-06T02:01:38.059Z | Compiling itertools v0.12.1 |
1185 | 2024-12-06T02:01:38.284Z | Compiling pin-utils v0.1.0 |
1186 | 2024-12-06T02:01:38.284Z | Compiling foldhash v0.1.3 |
1187 | 2024-12-06T02:01:38.284Z | Compiling lazycell v1.3.0 |
1188 | 2024-12-06T02:01:38.284Z | Compiling futures-task v0.3.31 |
1189 | 2024-12-06T02:01:38.284Z | Compiling allocator-api2 v0.2.18 |
1190 | 2024-12-06T02:01:38.333Z | Compiling futures-io v0.3.31 |
1191 | 2024-12-06T02:01:38.644Z | Compiling rustc-hash v1.1.0 |
1192 | 2024-12-06T02:01:38.823Z | Compiling regex-automata v0.4.8 |
1193 | 2024-12-06T02:01:38.903Z | Compiling hashbrown v0.15.0 |
1194 | 2024-12-06T02:01:40.263Z | Compiling synstructure v0.13.1 |
1195 | 2024-12-06T02:01:40.513Z | Compiling cexpr v0.6.0 |
1196 | 2024-12-06T02:01:40.959Z | Compiling cmake v0.1.51 |
1197 | 2024-12-06T02:01:44.582Z | Compiling pkg-config v0.3.31 |
1198 | 2024-12-06T02:01:44.582Z | Compiling tinyvec_macros v0.1.1 |
1199 | 2024-12-06T02:01:44.582Z | Compiling libm v0.2.8 |
1200 | 2024-12-06T02:01:44.582Z | Compiling dunce v1.0.5 |
1201 | 2024-12-06T02:01:44.582Z | Compiling fs_extra v1.3.0 |
1202 | 2024-12-06T02:01:44.582Z | Compiling tinyvec v1.8.0 |
1203 | 2024-12-06T02:01:44.582Z | Compiling num-traits v0.2.19 |
1204 | 2024-12-06T02:01:44.582Z | Compiling ring v0.17.8 |
1205 | 2024-12-06T02:01:44.582Z | Compiling litemap v0.7.3 |
1206 | 2024-12-06T02:01:44.583Z | Compiling writeable v0.5.5 |
1207 | 2024-12-06T02:01:44.583Z | Compiling unicode-normalization v0.1.24 |
1208 | 2024-12-06T02:01:44.583Z | Compiling base64ct v1.6.0 |
1209 | 2024-12-06T02:01:44.583Z | Compiling paste v1.0.15 |
1210 | 2024-12-06T02:01:44.583Z | Compiling unicode-bidi v0.3.17 |
1211 | 2024-12-06T02:01:44.583Z | Compiling regex v1.11.1 |
1212 | 2024-12-06T02:01:44.605Z | Compiling pem-rfc7468 v0.7.0 |
1213 | 2024-12-06T02:01:45.310Z | Compiling flagset v0.4.6 |
1214 | 2024-12-06T02:01:45.438Z | Compiling httparse v1.9.5 |
1215 | 2024-12-06T02:01:45.513Z | Compiling aws-lc-rs v1.10.0 |
1216 | 2024-12-06T02:01:45.957Z | Compiling tracing-core v0.1.32 |
1217 | 2024-12-06T02:01:46.259Z | Compiling crossbeam-utils v0.8.20 |
1218 | 2024-12-06T02:01:46.758Z | Compiling rustls-pki-types v1.9.0 |
1219 | 2024-12-06T02:01:46.827Z | Compiling percent-encoding v2.3.1 |
1220 | 2024-12-06T02:01:46.847Z | Compiling icu_locid_transform_data v1.5.0 |
1221 | 2024-12-06T02:01:47.008Z | Compiling serde_derive v1.0.215 |
1222 | 2024-12-06T02:01:47.188Z | Compiling zeroize_derive v1.4.2 |
1223 | 2024-12-06T02:01:47.354Z | Compiling zerocopy-derive v0.7.35 |
1224 | 2024-12-06T02:01:47.631Z | Compiling tokio-macros v2.4.0 |
1225 | 2024-12-06T02:01:47.755Z | Compiling zerofrom-derive v0.1.4 |
1226 | 2024-12-06T02:01:48.738Z | Compiling zeroize v1.8.1 |
1227 | 2024-12-06T02:01:49.163Z | Compiling thiserror-impl v1.0.69 |
1228 | 2024-12-06T02:01:49.206Z | Compiling yoke-derive v0.7.4 |
1229 | 2024-12-06T02:01:49.466Z | Compiling zerocopy v0.7.35 |
1230 | 2024-12-06T02:01:50.580Z | Compiling crypto-common v0.1.6 |
1231 | 2024-12-06T02:01:50.801Z | Compiling block-buffer v0.10.4 |
1232 | 2024-12-06T02:01:51.041Z | Compiling digest v0.10.7 |
1233 | 2024-12-06T02:01:51.166Z | Compiling zerovec-derive v0.10.3 |
1234 | 2024-12-06T02:01:51.371Z | Compiling futures-macro v0.3.31 |
1235 | 2024-12-06T02:01:51.509Z | Compiling hmac v0.12.1 |
1236 | 2024-12-06T02:01:51.747Z | Compiling block-padding v0.3.3 |
1237 | 2024-12-06T02:01:51.886Z | Compiling zerofrom v0.1.4 |
1238 | 2024-12-06T02:01:51.992Z | Compiling displaydoc v0.2.5 |
1239 | 2024-12-06T02:01:52.109Z | Compiling inout v0.1.3 |
1240 | 2024-12-06T02:01:52.373Z | Compiling yoke v0.7.4 |
1241 | 2024-12-06T02:01:52.393Z | Compiling cipher v0.4.4 |
1242 | 2024-12-06T02:01:52.609Z | Compiling thiserror v1.0.69 |
1243 | 2024-12-06T02:01:52.755Z | Compiling sha2 v0.10.8 |
1244 | 2024-12-06T02:01:52.772Z | Compiling ppv-lite86 v0.2.20 |
1245 | 2024-12-06T02:01:52.905Z | Compiling icu_provider_macros v1.5.0 |
1246 | 2024-12-06T02:01:53.304Z | Compiling futures-util v0.3.31 |
1247 | 2024-12-06T02:01:53.572Z | Compiling der_derive v0.7.3 |
1248 | 2024-12-06T02:01:53.654Z | Compiling rand_chacha v0.3.1 |
1249 | 2024-12-06T02:01:53.785Z | Compiling zerovec v0.10.4 |
1250 | 2024-12-06T02:01:54.016Z | Compiling tracing-attributes v0.1.27 |
1251 | 2024-12-06T02:01:54.592Z | Compiling rand v0.8.5 |
1252 | 2024-12-06T02:01:55.947Z | Compiling tinystr v0.7.6 |
1253 | 2024-12-06T02:01:56.039Z | Compiling icu_collections v1.5.0 |
1254 | 2024-12-06T02:01:56.100Z | Compiling der v0.7.9 |
1255 | 2024-12-06T02:01:56.267Z | Compiling salsa20 v0.10.2 |
1256 | 2024-12-06T02:01:56.376Z | Compiling icu_locid v1.5.0 |
1257 | 2024-12-06T02:01:56.498Z | Compiling pest v2.7.14 |
1258 | 2024-12-06T02:01:56.889Z | Compiling pbkdf2 v0.12.2 |
1259 | 2024-12-06T02:01:57.067Z | Compiling num-conv v0.1.0 |
1260 | 2024-12-06T02:01:57.369Z | Compiling icu_properties_data v1.5.0 |
1261 | 2024-12-06T02:01:57.536Z | Compiling time-core v0.1.2 |
1262 | 2024-12-06T02:01:57.633Z | Compiling icu_provider v1.5.0 |
1263 | 2024-12-06T02:01:57.716Z | Compiling mirai-annotations v1.12.0 |
1264 | 2024-12-06T02:01:57.906Z | Compiling tracing v0.1.40 |
1265 | 2024-12-06T02:01:57.926Z | Compiling vcpkg v0.2.15 |
1266 | 2024-12-06T02:01:58.416Z | Compiling icu_locid_transform v1.5.0 |
1267 | 2024-12-06T02:01:58.770Z | Compiling spki v0.7.3 |
1268 | 2024-12-06T02:01:58.891Z | Compiling untrusted v0.9.0 |
1269 | 2024-12-06T02:01:58.996Z | Compiling powerfmt v0.2.0 |
1270 | 2024-12-06T02:01:59.155Z | Compiling untrusted v0.7.1 |
1271 | 2024-12-06T02:01:59.359Z | Compiling deranged v0.3.11 |
1272 | 2024-12-06T02:01:59.415Z | Compiling pest_meta v2.7.14 |
1273 | 2024-12-06T02:01:59.496Z | Compiling time-macros v0.2.18 |
1274 | 2024-12-06T02:01:59.605Z | Compiling icu_properties v1.5.1 |
1275 | 2024-12-06T02:02:00.126Z | Compiling openssl-sys v0.9.103 |
1276 | 2024-12-06T02:02:01.134Z | Compiling bitflags v2.6.0 |
1277 | 2024-12-06T02:02:01.263Z | Compiling bytes v1.8.0 |
1278 | 2024-12-06T02:02:01.350Z | Compiling indexmap v2.6.0 |
1279 | 2024-12-06T02:02:02.594Z | Compiling tokio v1.40.0 |
1280 | 2024-12-06T02:02:02.860Z | Compiling http v1.1.0 |
1281 | 2024-12-06T02:02:02.900Z | Compiling semver v1.0.23 |
1282 | 2024-12-06T02:02:03.385Z | Compiling rustc_version v0.4.1 |
1283 | 2024-12-06T02:02:03.649Z | Compiling scrypt v0.11.0 |
1284 | 2024-12-06T02:02:04.183Z | Compiling cbc v0.1.2 |
1285 | 2024-12-06T02:02:04.215Z | Compiling aes v0.8.4 |
1286 | 2024-12-06T02:02:04.434Z | Compiling scroll_derive v0.12.0 |
1287 | 2024-12-06T02:02:04.586Z | Compiling utf16_iter v1.0.5 |
1288 | 2024-12-06T02:02:04.589Z | Compiling atomic-waker v1.1.2 |
1289 | 2024-12-06T02:02:04.790Z | Compiling write16 v1.0.0 |
1290 | 2024-12-06T02:02:04.810Z | Compiling icu_normalizer_data v1.5.0 |
1291 | 2024-12-06T02:02:04.917Z | Compiling utf8_iter v1.0.4 |
1292 | 2024-12-06T02:02:04.938Z | Compiling num_threads v0.1.7 |
1293 | 2024-12-06T02:02:05.103Z | Compiling time v0.3.36 |
1294 | 2024-12-06T02:02:05.210Z | Compiling pkcs5 v0.7.1 |
1295 | 2024-12-06T02:02:05.396Z | Compiling icu_normalizer v1.5.0 |
1296 | 2024-12-06T02:02:05.829Z | Compiling which v4.4.2 |
1297 | 2024-12-06T02:02:05.967Z | Compiling scroll v0.12.0 |
1298 | 2024-12-06T02:02:06.491Z | Compiling http-body v1.0.1 |
1299 | 2024-12-06T02:02:06.633Z | Compiling pest_generator v2.7.14 |
1300 | 2024-12-06T02:02:06.723Z | Compiling form_urlencoded v1.2.1 |
1301 | 2024-12-06T02:02:07.036Z | Compiling slog v2.7.0 |
1302 | 2024-12-06T02:02:07.058Z | Compiling try-lock v0.2.5 |
1303 | 2024-12-06T02:02:07.125Z | Compiling goblin v0.8.2 |
1304 | 2024-12-06T02:02:07.210Z | Compiling want v0.3.1 |
1305 | 2024-12-06T02:02:07.470Z | Compiling idna_adapter v1.2.0 |
1306 | 2024-12-06T02:02:07.493Z | Compiling pkcs8 v0.10.2 |
1307 | 2024-12-06T02:02:07.621Z | Compiling httpdate v1.0.3 |
1308 | 2024-12-06T02:02:07.684Z | Compiling idna v1.0.3 |
1309 | 2024-12-06T02:02:08.195Z | Compiling uuid v1.11.0 |
1310 | 2024-12-06T02:02:08.687Z | Compiling pest_derive v2.7.14 |
1311 | 2024-12-06T02:02:08.966Z | Compiling serde_spanned v0.6.8 |
1312 | 2024-12-06T02:02:09.219Z | Compiling serde_tokenstream v0.2.2 |
1313 | 2024-12-06T02:02:09.508Z | Compiling dtrace-parser v0.2.0 |
1314 | 2024-12-06T02:02:09.545Z | Compiling toml_datetime v0.6.8 |
1315 | 2024-12-06T02:02:09.637Z | Compiling foreign-types-shared v0.1.1 |
1316 | 2024-12-06T02:02:09.758Z | Compiling iana-time-zone v0.1.61 |
1317 | 2024-12-06T02:02:09.851Z | Compiling tower-service v0.3.3 |
1318 | 2024-12-06T02:02:09.989Z | Compiling openssl v0.10.66 |
1319 | 2024-12-06T02:02:10.074Z | Compiling adler2 v2.0.0 |
1320 | 2024-12-06T02:02:10.240Z | Compiling rustversion v1.0.17 |
1321 | 2024-12-06T02:02:10.295Z | Compiling match_cfg v0.1.0 |
1322 | 2024-12-06T02:02:10.397Z | Compiling base64 v0.22.1 |
1323 | 2024-12-06T02:02:10.448Z | Compiling hostname v0.3.1 |
1324 | 2024-12-06T02:02:10.473Z | Compiling miniz_oxide v0.8.0 |
1325 | 2024-12-06T02:02:10.744Z | Compiling tokio-util v0.7.12 |
1326 | 2024-12-06T02:02:11.016Z | Compiling chrono v0.4.38 |
1327 | 2024-12-06T02:02:11.152Z | Compiling foreign-types v0.3.2 |
1328 | 2024-12-06T02:02:11.253Z | Compiling url v2.5.3 |
1329 | 2024-12-06T02:02:11.754Z | Compiling h2 v0.4.6 |
1330 | 2024-12-06T02:02:12.127Z | Compiling async-trait v0.1.83 |
1331 | 2024-12-06T02:02:13.272Z | Compiling dof v0.3.0 |
1332 | 2024-12-06T02:02:13.374Z | Compiling openssl-macros v0.1.1 |
1333 | 2024-12-06T02:02:14.147Z | Compiling usdt-impl v0.5.0 |
1334 | 2024-12-06T02:02:14.808Z | Compiling dirs-sys-next v0.1.2 |
1335 | 2024-12-06T02:02:14.914Z | Compiling data-encoding v2.6.0 |
1336 | 2024-12-06T02:02:15.521Z | Compiling rustls v0.23.14 |
1337 | 2024-12-06T02:02:15.541Z | Compiling syn v1.0.109 |
1338 | 2024-12-06T02:02:15.765Z | Compiling siphasher v0.3.11 |
1339 | 2024-12-06T02:02:15.792Z | Compiling native-tls v0.2.12 |
1340 | 2024-12-06T02:02:16.124Z | Compiling rustls v0.22.4 |
1341 | 2024-12-06T02:02:16.191Z | Compiling dirs-next v2.0.0 |
1342 | 2024-12-06T02:02:16.435Z | Compiling http-body-util v0.1.2 |
1343 | 2024-12-06T02:02:16.983Z | Compiling crossbeam-epoch v0.9.18 |
1344 | 2024-12-06T02:02:17.470Z | Compiling heapless v0.7.17 |
1345 | 2024-12-06T02:02:17.490Z | Compiling signature v2.2.0 |
1346 | 2024-12-06T02:02:17.777Z | Compiling sha1 v0.10.6 |
1347 | 2024-12-06T02:02:17.779Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1348 | 2024-12-06T02:02:17.821Z | Compiling serde_derive_internals v0.29.1 |
1349 | 2024-12-06T02:02:17.895Z | Compiling thread_local v1.1.8 |
1350 | 2024-12-06T02:02:18.140Z | Compiling encoding_rs v0.8.34 |
1351 | 2024-12-06T02:02:18.231Z | Compiling multer v3.1.0 |
1352 | 2024-12-06T02:02:18.255Z | Compiling cookie v0.18.1 |
1353 | 2024-12-06T02:02:18.437Z | Compiling gimli v0.31.1 |
1354 | 2024-12-06T02:02:18.519Z | Compiling hyper v1.5.0 |
1355 | 2024-12-06T02:02:18.540Z | Compiling schemars v0.8.21 |
1356 | 2024-12-06T02:02:18.909Z | Compiling slog-async v2.8.0 |
1357 | 2024-12-06T02:02:19.450Z | Compiling unicode-properties v0.1.3 |
1358 | 2024-12-06T02:02:19.862Z | Compiling signal-hook v0.3.17 |
1359 | 2024-12-06T02:02:20.180Z | Compiling mime v0.3.17 |
1360 | 2024-12-06T02:02:20.553Z | Compiling ipnet v2.10.1 |
1361 | 2024-12-06T02:02:20.796Z | Compiling openssl-probe v0.1.5 |
1362 | 2024-12-06T02:02:21.163Z | Compiling hyper-util v0.1.10 |
1363 | 2024-12-06T02:02:21.812Z | Compiling rayon-core v1.12.1 |
1364 | 2024-12-06T02:02:22.116Z | Compiling schemars_derive v0.8.21 |
1365 | 2024-12-06T02:02:22.255Z | Compiling toml_edit v0.22.22 |
1366 | 2024-12-06T02:02:22.780Z | Compiling stringprep v0.1.5 |
1367 | 2024-12-06T02:02:23.236Z | Compiling addr2line v0.24.2 |
1368 | 2024-12-06T02:02:24.040Z | Compiling crossbeam-deque v0.8.5 |
1369 | 2024-12-06T02:02:24.129Z | Compiling usdt-macro v0.5.0 |
1370 | 2024-12-06T02:02:24.367Z | Compiling usdt-attr-macro v0.5.0 |
1371 | 2024-12-06T02:02:24.389Z | Compiling term v0.7.0 |
1372 | 2024-12-06T02:02:25.448Z | Compiling slog-json v2.6.1 |
1373 | 2024-12-06T02:02:25.518Z | Compiling serde_urlencoded v0.7.1 |
1374 | 2024-12-06T02:02:25.642Z | Compiling crossbeam-channel v0.5.13 |
1375 | 2024-12-06T02:02:25.810Z | Compiling curve25519-dalek v4.1.3 |
1376 | 2024-12-06T02:02:25.943Z | Compiling enum-as-inner v0.6.1 |
1377 | 2024-12-06T02:02:26.016Z | Compiling futures-executor v0.3.31 |
1378 | 2024-12-06T02:02:26.037Z | Compiling md-5 v0.10.6 |
1379 | 2024-12-06T02:02:26.310Z | Compiling rustls-pemfile v2.2.0 |
1380 | 2024-12-06T02:02:26.428Z | Compiling async-stream-impl v0.3.6 |
1381 | 2024-12-06T02:02:26.594Z | Compiling num-integer v0.1.46 |
1382 | 2024-12-06T02:02:26.663Z | Compiling idna v0.4.0 |
1383 | 2024-12-06T02:02:26.761Z | Compiling idna v0.3.0 |
1384 | 2024-12-06T02:02:27.002Z | Compiling hash32 v0.2.1 |
1385 | 2024-12-06T02:02:27.373Z | Compiling ff v0.13.0 |
1386 | 2024-12-06T02:02:27.401Z | Compiling is-terminal v0.4.13 |
1387 | 2024-12-06T02:02:27.541Z | Compiling object v0.36.5 |
1388 | 2024-12-06T02:02:27.612Z | Compiling dropshot v0.12.0 |
1389 | 2024-12-06T02:02:27.786Z | Compiling smoltcp v0.9.1 |
1390 | 2024-12-06T02:02:27.904Z | Compiling rustc-demangle v0.1.24 |
1391 | 2024-12-06T02:02:28.333Z | Compiling psl-types v2.0.11 |
1392 | 2024-12-06T02:02:28.421Z | Compiling take_mut v0.2.2 |
1393 | 2024-12-06T02:02:28.492Z | Compiling utf-8 v0.7.6 |
1394 | 2024-12-06T02:02:28.549Z | Compiling anyhow v1.0.93 |
1395 | 2024-12-06T02:02:28.581Z | Compiling linked-hash-map v0.5.6 |
1396 | 2024-12-06T02:02:28.814Z | Compiling fallible-iterator v0.2.0 |
1397 | 2024-12-06T02:02:28.902Z | Compiling num-bigint-dig v0.8.4 |
1398 | 2024-12-06T02:02:28.955Z | Compiling quick-error v1.2.3 |
1399 | 2024-12-06T02:02:29.107Z | Compiling dyn-clone v1.0.17 |
1400 | 2024-12-06T02:02:29.189Z | Compiling portable-atomic v1.9.0 |
1401 | 2024-12-06T02:02:29.210Z | Compiling base16ct v0.2.0 |
1402 | 2024-12-06T02:02:29.533Z | Compiling postgres-protocol v0.6.7 |
1403 | 2024-12-06T02:02:29.535Z | Compiling sec1 v0.7.3 |
1404 | 2024-12-06T02:02:30.410Z | Compiling resolv-conf v0.7.0 |
1405 | 2024-12-06T02:02:30.565Z | Compiling lru-cache v0.1.2 |
1406 | 2024-12-06T02:02:30.709Z | Compiling tungstenite v0.24.0 |
1407 | 2024-12-06T02:02:30.955Z | Compiling publicsuffix v2.2.3 |
1408 | 2024-12-06T02:02:31.272Z | Compiling async-stream v0.3.6 |
1409 | 2024-12-06T02:02:31.320Z | Compiling group v0.13.0 |
1410 | 2024-12-06T02:02:31.584Z | Compiling hickory-proto v0.24.1 |
1411 | 2024-12-06T02:02:31.648Z | Compiling slog-term v2.9.1 |
1412 | 2024-12-06T02:02:31.973Z | Compiling usdt v0.5.0 |
1413 | 2024-12-06T02:02:32.931Z | Compiling num-iter v0.1.45 |
1414 | 2024-12-06T02:02:33.132Z | Compiling futures v0.3.31 |
1415 | 2024-12-06T02:02:33.170Z | Compiling slog-bunyan v2.5.0 |
1416 | 2024-12-06T02:02:33.265Z | Compiling toml v0.8.19 |
1417 | 2024-12-06T02:02:34.507Z | Compiling tokio-native-tls v0.3.1 |
1418 | 2024-12-06T02:02:34.823Z | Compiling camino v1.1.9 |
1419 | 2024-12-06T02:02:35.080Z | Compiling backtrace v0.3.74 |
1420 | 2024-12-06T02:02:35.133Z | Compiling phf_shared v0.11.2 |
1421 | 2024-12-06T02:02:35.555Z | Compiling dropshot_endpoint v0.12.0 |
1422 | 2024-12-06T02:02:35.742Z | Compiling terminal_size v0.4.0 |
1423 | 2024-12-06T02:02:35.820Z | Compiling waitgroup v0.1.2 |
1424 | 2024-12-06T02:02:35.842Z | Compiling openapiv3 v2.0.0 |
1425 | 2024-12-06T02:02:35.971Z | Compiling serde_path_to_error v0.1.16 |
1426 | 2024-12-06T02:02:36.057Z | Compiling hkdf v0.12.4 |
1427 | 2024-12-06T02:02:36.331Z | Compiling crypto-bigint v0.5.5 |
1428 | 2024-12-06T02:02:36.856Z | Compiling webpki-roots v0.26.6 |
1429 | 2024-12-06T02:02:37.086Z | Compiling zerocopy-derive v0.6.6 |
1430 | 2024-12-06T02:02:38.873Z | Compiling curve25519-dalek-derive v0.1.1 |
1431 | 2024-12-06T02:02:39.389Z | Compiling idna v0.5.0 |
1432 | 2024-12-06T02:02:39.596Z | Compiling hubpack_derive v0.1.1 |
1433 | 2024-12-06T02:02:40.310Z | Compiling hostname v0.4.0 |
1434 | 2024-12-06T02:02:40.331Z | Compiling fs-err v2.11.0 |
1435 | 2024-12-06T02:02:40.440Z | Compiling crc32fast v1.4.2 |
1436 | 2024-12-06T02:02:40.485Z | Compiling ahash v0.8.11 |
1437 | 2024-12-06T02:02:40.583Z | Compiling bitflags v1.3.2 |
1438 | 2024-12-06T02:02:40.622Z | Compiling debug-ignore v1.0.5 |
1439 | 2024-12-06T02:02:40.693Z | Compiling winnow v0.5.40 |
1440 | 2024-12-06T02:02:40.771Z | Compiling managed v0.8.0 |
1441 | 2024-12-06T02:02:40.793Z | Compiling strum_macros v0.25.3 |
1442 | 2024-12-06T02:02:40.907Z | Compiling flate2 v1.0.34 |
1443 | 2024-12-06T02:02:41.065Z | Compiling clap_builder v4.5.21 |
1444 | 2024-12-06T02:02:41.936Z | Compiling console v0.15.8 |
1445 | 2024-12-06T02:02:42.494Z | Compiling hubpack v0.1.2 |
1446 | 2024-12-06T02:02:42.964Z | Compiling cookie_store v0.21.0 |
1447 | 2024-12-06T02:02:43.393Z | Compiling elliptic-curve v0.13.8 |
1448 | 2024-12-06T02:02:43.567Z | Compiling zerocopy v0.6.6 |
1449 | 2024-12-06T02:02:44.243Z | Compiling toml_edit v0.19.15 |
1450 | 2024-12-06T02:02:44.471Z | Compiling hickory-resolver v0.24.1 |
1451 | 2024-12-06T02:02:44.609Z | Compiling phf v0.11.2 |
1452 | 2024-12-06T02:02:44.910Z | Compiling signal-hook-mio v0.2.4 |
1453 | 2024-12-06T02:02:44.912Z | Compiling hyper-tls v0.6.0 |
1454 | 2024-12-06T02:02:45.092Z | Compiling rayon v1.10.0 |
1455 | 2024-12-06T02:02:45.380Z | Compiling bzip2 v0.4.4 |
1456 | 2024-12-06T02:02:45.793Z | Compiling tokio-tungstenite v0.24.0 |
1457 | 2024-12-06T02:02:47.756Z | Compiling postgres-types v0.2.8 |
1458 | 2024-12-06T02:02:49.291Z | Compiling ed25519 v2.2.3 |
1459 | 2024-12-06T02:02:49.961Z | Compiling phf_shared v0.10.0 |
1460 | 2024-12-06T02:02:50.404Z | Compiling tokio-stream v0.1.16 |
1461 | 2024-12-06T02:02:50.678Z | Compiling pkcs1 v0.7.5 |
1462 | 2024-12-06T02:02:50.832Z | Compiling serde-big-array v0.5.1 |
1463 | 2024-12-06T02:02:51.074Z | Compiling clap_derive v4.5.18 |
1464 | 2024-12-06T02:02:51.226Z | Compiling rfc6979 v0.4.0 |
1465 | 2024-12-06T02:02:51.403Z | Compiling serde_repr v0.1.19 |
1466 | 2024-12-06T02:02:51.423Z | Compiling derive-where v1.2.7 |
1467 | 2024-12-06T02:02:51.489Z | Compiling float-cmp v0.9.0 |
1468 | 2024-12-06T02:02:51.692Z | Compiling bstr v1.10.0 |
1469 | 2024-12-06T02:02:51.721Z | Compiling sync_wrapper v1.0.1 |
1470 | 2024-12-06T02:02:51.886Z | Compiling bit-vec v0.6.3 |
1471 | 2024-12-06T02:02:52.379Z | Compiling whoami v1.5.2 |
1472 | 2024-12-06T02:02:52.534Z | Compiling difflib v0.4.0 |
1473 | 2024-12-06T02:02:52.608Z | Compiling new_debug_unreachable v1.0.6 |
1474 | 2024-12-06T02:02:52.713Z | Compiling static_assertions v1.1.0 |
1475 | 2024-12-06T02:02:52.824Z | Compiling number_prefix v0.4.0 |
1476 | 2024-12-06T02:02:53.029Z | Compiling fixedbitset v0.4.2 |
1477 | 2024-12-06T02:02:53.060Z | Compiling unicode-segmentation v1.12.0 |
1478 | 2024-12-06T02:02:53.517Z | Compiling unicode-width v0.2.0 |
1479 | 2024-12-06T02:02:53.542Z | Compiling normalize-line-endings v0.3.0 |
1480 | 2024-12-06T02:02:53.667Z | Compiling predicates-core v1.0.8 |
1481 | 2024-12-06T02:02:53.983Z | Compiling precomputed-hash v0.1.1 |
1482 | 2024-12-06T02:02:54.053Z | Compiling indicatif v0.17.9 |
1483 | 2024-12-06T02:02:54.074Z | Compiling predicates v3.1.2 |
1484 | 2024-12-06T02:02:54.106Z | Compiling string_cache v0.8.7 |
1485 | 2024-12-06T02:02:54.223Z | Compiling similar v2.6.0 |
1486 | 2024-12-06T02:02:54.577Z | Compiling petgraph v0.6.5 |
1487 | 2024-12-06T02:02:55.102Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1488 | 2024-12-06T02:02:55.959Z | Compiling tokio-postgres v0.7.12 |
1489 | 2024-12-06T02:02:56.170Z | Compiling clap v4.5.21 |
1490 | 2024-12-06T02:02:56.296Z | Compiling bit-set v0.5.3 |
1491 | 2024-12-06T02:02:56.351Z | Compiling ecdsa v0.16.9 |
1492 | 2024-12-06T02:02:56.596Z | Compiling rsa v0.9.6 |
1493 | 2024-12-06T02:02:56.721Z | Compiling ed25519-dalek v2.1.1 |
1494 | 2024-12-06T02:02:57.235Z | Compiling toml v0.7.8 |
1495 | 2024-12-06T02:02:58.048Z | Compiling zip v0.6.6 |
1496 | 2024-12-06T02:02:58.831Z | Compiling crossterm v0.28.1 |
1497 | 2024-12-06T02:02:59.880Z | Compiling hex v0.4.3 |
1498 | 2024-12-06T02:03:00.202Z | Compiling x509-cert v0.2.5 |
1499 | 2024-12-06T02:03:00.260Z | Compiling itertools v0.10.5 |
1500 | 2024-12-06T02:03:00.505Z | Compiling unicode-xid v0.2.6 |
1501 | 2024-12-06T02:03:00.697Z | Compiling lalrpop-util v0.19.12 |
1502 | 2024-12-06T02:03:01.077Z | Compiling peg-runtime v0.8.3 |
1503 | 2024-12-06T02:03:01.747Z | Compiling strum_macros v0.26.4 |
1504 | 2024-12-06T02:03:01.767Z | Compiling xattr v1.3.1 |
1505 | 2024-12-06T02:03:02.068Z | Compiling filetime v0.2.25 |
1506 | 2024-12-06T02:03:02.290Z | Compiling tar v0.4.42 |
1507 | 2024-12-06T02:03:06.737Z | Compiling strum v0.26.3 |
1508 | 2024-12-06T02:03:09.112Z | Compiling aws-lc-sys v0.22.0 |
1509 | 2024-12-06T02:03:36.897Z | Compiling rustls-webpki v0.102.8 |
1510 | 2024-12-06T02:03:40.375Z | Compiling tokio-rustls v0.25.0 |
1511 | 2024-12-06T02:03:42.028Z | Compiling tokio-rustls v0.26.0 |
1512 | 2024-12-06T02:03:42.389Z | Compiling hyper-rustls v0.27.3 |
1513 | 2024-12-06T02:03:42.755Z | Compiling reqwest v0.12.9 |
1514 | 2024-12-06T02:03:43.955Z | Compiling qorb v0.2.1 |
1515 | 2024-12-06T02:03:48.760Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1516 | 2024-12-06T02:03:48.991Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1517 | 2024-12-06T02:03:54.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1518 | 2024-12-06T02:03:54.968Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1519 | 2024-12-06T02:03:55.019Z | Dec 06 02:03:54.757 INFO Starting download, target: Cockroach |
1520 | 2024-12-06T02:03:55.019Z | Dec 06 02:03:54.757 INFO Starting download, target: Clickhouse |
1521 | 2024-12-06T02:03:55.019Z | Dec 06 02:03:54.757 INFO Starting download, target: Console |
1522 | 2024-12-06T02:03:55.033Z | Dec 06 02:03:54.757 INFO Starting download, target: DendriteOpenapi |
1523 | 2024-12-06T02:03:55.033Z | Dec 06 02:03:54.757 INFO Starting download, target: DendriteStub |
1524 | 2024-12-06T02:03:55.033Z | Dec 06 02:03:54.757 INFO Starting download, target: MaghemiteMgd |
1525 | 2024-12-06T02:03:55.033Z | Dec 06 02:03:54.757 INFO Starting download, target: TransceiverControl |
1526 | 2024-12-06T02:03:55.034Z | Dec 06 02:03:54.758 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1527 | 2024-12-06T02:03:55.034Z | Dec 06 02:03:54.758 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1528 | 2024-12-06T02:03:55.034Z | Dec 06 02:03:54.758 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1529 | 2024-12-06T02:03:55.034Z | Dec 06 02:03:54.758 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1530 | 2024-12-06T02:03:55.034Z | Dec 06 02:03:54.758 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1531 | 2024-12-06T02:03:55.034Z | Dec 06 02:03:54.758 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1532 | 2024-12-06T02:03:55.034Z | Dec 06 02:03:54.758 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1533 | 2024-12-06T02:03:55.362Z | Dec 06 02:03:55.037 INFO Download complete, target: DendriteOpenapi |
1534 | 2024-12-06T02:03:55.480Z | Dec 06 02:03:55.212 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1535 | 2024-12-06T02:03:55.505Z | Dec 06 02:03:55.227 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1536 | 2024-12-06T02:03:55.846Z | Dec 06 02:03:55.553 INFO Download complete, target: Console |
1537 | 2024-12-06T02:03:56.110Z | Dec 06 02:03:55.841 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1538 | 2024-12-06T02:03:56.156Z | Dec 06 02:03:55.891 INFO Download complete, target: TransceiverControl |
1539 | 2024-12-06T02:03:56.492Z | Dec 06 02:03:56.229 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1540 | 2024-12-06T02:03:56.492Z | Dec 06 02:03:56.229 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1541 | 2024-12-06T02:03:56.578Z | Dec 06 02:03:56.316 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1542 | 2024-12-06T02:03:57.017Z | Dec 06 02:03:56.755 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1543 | 2024-12-06T02:03:58.711Z | Dec 06 02:03:58.450 INFO Download complete, target: MaghemiteMgd |
1544 | 2024-12-06T02:03:59.197Z | Dec 06 02:03:58.933 INFO Download complete, target: DendriteStub |
1545 | 2024-12-06T02:04:03.526Z | Dec 06 02:04:03.263 INFO Checking that binary works, target: Cockroach |
1546 | 2024-12-06T02:04:03.873Z | Dec 06 02:04:03.610 INFO Download complete, target: Cockroach |
1547 | 2024-12-06T02:04:08.748Z | Dec 06 02:04:08.482 INFO Checking that binary works, target: Clickhouse |
1548 | 2024-12-06T02:04:08.859Z | Dec 06 02:04:08.596 INFO Download complete, target: Clickhouse |
1549 | 2024-12-06T02:04:08.866Z | All prerequisites installed successfully |
1550 | 2024-12-06T02:04:08.869Z | |
1551 | 2024-12-06T02:04:08.869Z | real 4:59.025684857 |
1552 | 2024-12-06T02:04:08.869Z | user 16:30.764378399 |
1553 | 2024-12-06T02:04:08.869Z | sys 3:16.532050745 |
1554 | 2024-12-06T02:04:08.869Z | trap 0.548225639 |
1555 | 2024-12-06T02:04:08.869Z | tflt 4.333317400 |
1556 | 2024-12-06T02:04:08.869Z | dflt 3.186551848 |
1557 | 2024-12-06T02:04:08.869Z | kflt 0.022784785 |
1558 | 2024-12-06T02:04:08.869Z | lock 29:44.715110995 |
1559 | 2024-12-06T02:04:08.869Z | slp 1:02:04.253628051 |
1560 | 2024-12-06T02:04:08.869Z | lat 56.128213909 |
1561 | 2024-12-06T02:04:08.869Z | stop 2:18.354842893 |
1562 | 2024-12-06T02:04:08.870Z | + ptime -m cargo xtask download softnpu |
1563 | 2024-12-06T02:04:09.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1564 | 2024-12-06T02:04:09.460Z | Running `target/debug/xtask download softnpu` |
1565 | 2024-12-06T02:04:10.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1566 | 2024-12-06T02:04:10.351Z | Running `target/debug/xtask-downloader softnpu` |
1567 | 2024-12-06T02:04:10.389Z | Dec 06 02:04:10.125 INFO Starting download, target: Softnpu |
1568 | 2024-12-06T02:04:10.391Z | Dec 06 02:04:10.126 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1569 | 2024-12-06T02:04:11.061Z | Dec 06 02:04:10.797 INFO Download complete, target: Softnpu |
1570 | 2024-12-06T02:04:11.065Z | |
1571 | 2024-12-06T02:04:11.069Z | real 2.191333794 |
1572 | 2024-12-06T02:04:11.069Z | user 1.307048270 |
1573 | 2024-12-06T02:04:11.069Z | sys 0.546618765 |
1574 | 2024-12-06T02:04:11.069Z | trap 0.000852247 |
1575 | 2024-12-06T02:04:11.069Z | tflt 0.000003209 |
1576 | 2024-12-06T02:04:11.069Z | dflt 0.000000000 |
1577 | 2024-12-06T02:04:11.069Z | kflt 0.000000000 |
1578 | 2024-12-06T02:04:11.069Z | lock 6.908125148 |
1579 | 2024-12-06T02:04:11.069Z | slp 0.500566537 |
1580 | 2024-12-06T02:04:11.069Z | lat 0.065375378 |
1581 | 2024-12-06T02:04:11.069Z | stop 0.000159991 |
1582 | 2024-12-06T02:04:11.069Z | + export CARGO_INCREMENTAL=0 |
1583 | 2024-12-06T02:04:11.069Z | + CARGO_INCREMENTAL=0 |
1584 | 2024-12-06T02:04:11.069Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1585 | 2024-12-06T02:04:12.016Z | Compiling proc-macro2 v1.0.89 |
1586 | 2024-12-06T02:04:12.016Z | Compiling unicode-ident v1.0.13 |
1587 | 2024-12-06T02:04:12.019Z | Compiling libc v0.2.162 |
1588 | 2024-12-06T02:04:12.019Z | Compiling serde v1.0.215 |
1589 | 2024-12-06T02:04:12.019Z | Compiling autocfg v1.4.0 |
1590 | 2024-12-06T02:04:12.019Z | Compiling version_check v0.9.5 |
1591 | 2024-12-06T02:04:12.019Z | Compiling cfg-if v1.0.0 |
1592 | 2024-12-06T02:04:12.292Z | Compiling memchr v2.7.4 |
1593 | 2024-12-06T02:04:12.313Z | Compiling typenum v1.17.0 |
1594 | 2024-12-06T02:04:12.328Z | Compiling shlex v1.3.0 |
1595 | 2024-12-06T02:04:12.677Z | Compiling value-bag v1.9.0 |
1596 | 2024-12-06T02:04:12.788Z | Compiling generic-array v0.14.7 |
1597 | 2024-12-06T02:04:12.830Z | Compiling scopeguard v1.2.0 |
1598 | 2024-12-06T02:04:13.078Z | Compiling log v0.4.22 |
1599 | 2024-12-06T02:04:13.116Z | Compiling lock_api v0.4.12 |
1600 | 2024-12-06T02:04:13.194Z | Compiling parking_lot_core v0.9.10 |
1601 | 2024-12-06T02:04:13.572Z | Compiling serde_json v1.0.132 |
1602 | 2024-12-06T02:04:13.745Z | Compiling once_cell v1.20.2 |
1603 | 2024-12-06T02:04:13.871Z | Compiling quote v1.0.37 |
1604 | 2024-12-06T02:04:13.890Z | Compiling rustix v0.38.37 |
1605 | 2024-12-06T02:04:14.049Z | Compiling thiserror v1.0.69 |
1606 | 2024-12-06T02:04:14.175Z | Compiling jobserver v0.1.32 |
1607 | 2024-12-06T02:04:14.410Z | Compiling syn v2.0.87 |
1608 | 2024-12-06T02:04:14.524Z | Compiling cc v1.1.30 |
1609 | 2024-12-06T02:04:14.524Z | Compiling getrandom v0.2.15 |
1610 | 2024-12-06T02:04:14.591Z | Compiling libm v0.2.8 |
1611 | 2024-12-06T02:04:14.845Z | Compiling aho-corasick v1.1.3 |
1612 | 2024-12-06T02:04:14.906Z | Compiling regex-syntax v0.8.5 |
1613 | 2024-12-06T02:04:14.908Z | Compiling num-traits v0.2.19 |
1614 | 2024-12-06T02:04:14.941Z | Compiling either v1.13.0 |
1615 | 2024-12-06T02:04:14.980Z | Compiling itoa v1.0.11 |
1616 | 2024-12-06T02:04:15.195Z | Compiling spin v0.9.8 |
1617 | 2024-12-06T02:04:15.490Z | Compiling slab v0.4.9 |
1618 | 2024-12-06T02:04:15.856Z | Compiling byteorder v1.5.0 |
1619 | 2024-12-06T02:04:16.030Z | Compiling errno v0.3.9 |
1620 | 2024-12-06T02:04:16.290Z | Compiling rand_core v0.6.4 |
1621 | 2024-12-06T02:04:16.330Z | Compiling lazy_static v1.5.0 |
1622 | 2024-12-06T02:04:16.675Z | Compiling glob v0.3.1 |
1623 | 2024-12-06T02:04:17.128Z | Compiling prettyplease v0.2.25 |
1624 | 2024-12-06T02:04:17.469Z | Compiling clang-sys v1.8.1 |
1625 | 2024-12-06T02:04:17.904Z | Compiling minimal-lexical v0.2.1 |
1626 | 2024-12-06T02:04:17.953Z | Compiling libloading v0.8.5 |
1627 | 2024-12-06T02:04:18.100Z | Compiling allocator-api2 v0.2.18 |
1628 | 2024-12-06T02:04:18.273Z | Compiling regex-automata v0.4.8 |
1629 | 2024-12-06T02:04:18.382Z | Compiling nom v7.1.3 |
1630 | 2024-12-06T02:04:18.790Z | Compiling subtle v2.6.1 |
1631 | 2024-12-06T02:04:18.837Z | Compiling home v0.5.9 |
1632 | 2024-12-06T02:04:19.081Z | Compiling bindgen v0.69.5 |
1633 | 2024-12-06T02:04:19.404Z | Compiling itertools v0.12.1 |
1634 | 2024-12-06T02:04:19.494Z | Compiling lazycell v1.3.0 |
1635 | 2024-12-06T02:04:19.671Z | Compiling rustc-hash v1.1.0 |
1636 | 2024-12-06T02:04:19.826Z | Compiling semver v1.0.23 |
1637 | 2024-12-06T02:04:20.315Z | Compiling smallvec v1.13.2 |
1638 | 2024-12-06T02:04:20.386Z | Compiling cmake v0.1.51 |
1639 | 2024-12-06T02:04:20.664Z | Compiling fs_extra v1.3.0 |
1640 | 2024-12-06T02:04:20.810Z | Compiling dunce v1.0.5 |
1641 | 2024-12-06T02:04:21.621Z | Compiling pkg-config v0.3.31 |
1642 | 2024-12-06T02:04:21.700Z | Compiling cexpr v0.6.0 |
1643 | 2024-12-06T02:04:21.934Z | Compiling synstructure v0.13.1 |
1644 | 2024-12-06T02:04:22.362Z | Compiling ring v0.17.8 |
1645 | 2024-12-06T02:04:22.843Z | Compiling ryu v1.0.18 |
1646 | 2024-12-06T02:04:23.149Z | Compiling pin-project-lite v0.2.14 |
1647 | 2024-12-06T02:04:23.300Z | Compiling fnv v1.0.7 |
1648 | 2024-12-06T02:04:23.350Z | Compiling paste v1.0.15 |
1649 | 2024-12-06T02:04:23.395Z | Compiling const-oid v0.9.6 |
1650 | 2024-12-06T02:04:23.515Z | Compiling regex v1.11.1 |
1651 | 2024-12-06T02:04:23.703Z | Compiling aws-lc-rs v1.10.0 |
1652 | 2024-12-06T02:04:23.899Z | Compiling foldhash v0.1.3 |
1653 | 2024-12-06T02:04:24.129Z | Compiling httparse v1.9.5 |
1654 | 2024-12-06T02:04:24.228Z | Compiling equivalent v1.0.1 |
1655 | 2024-12-06T02:04:24.347Z | Compiling hashbrown v0.15.0 |
1656 | 2024-12-06T02:04:24.976Z | Compiling schemars v0.8.21 |
1657 | 2024-12-06T02:04:25.310Z | Compiling heck v0.5.0 |
1658 | 2024-12-06T02:04:25.388Z | Compiling serde_derive_internals v0.29.1 |
1659 | 2024-12-06T02:04:25.536Z | Compiling signal-hook-registry v1.4.2 |
1660 | 2024-12-06T02:04:25.760Z | Compiling parking_lot v0.12.3 |
1661 | 2024-12-06T02:04:25.784Z | Compiling mio v1.0.2 |
1662 | 2024-12-06T02:04:27.428Z | Compiling serde_derive v1.0.215 |
1663 | 2024-12-06T02:04:27.475Z | Compiling zeroize_derive v1.4.2 |
1664 | 2024-12-06T02:04:27.667Z | Compiling zerocopy-derive v0.7.35 |
1665 | 2024-12-06T02:04:27.805Z | Compiling thiserror-impl v1.0.69 |
1666 | 2024-12-06T02:04:28.439Z | Compiling tokio-macros v2.4.0 |
1667 | 2024-12-06T02:04:28.884Z | Compiling zeroize v1.8.1 |
1668 | 2024-12-06T02:04:29.061Z | Compiling zerofrom-derive v0.1.4 |
1669 | 2024-12-06T02:04:29.279Z | Compiling yoke-derive v0.7.4 |
1670 | 2024-12-06T02:04:29.377Z | Compiling futures-macro v0.3.31 |
1671 | 2024-12-06T02:04:29.875Z | Compiling zerovec-derive v0.10.3 |
1672 | 2024-12-06T02:04:29.942Z | Compiling zerocopy v0.7.35 |
1673 | 2024-12-06T02:04:30.713Z | Compiling displaydoc v0.2.5 |
1674 | 2024-12-06T02:04:31.195Z | Compiling crypto-common v0.1.6 |
1675 | 2024-12-06T02:04:31.544Z | Compiling tracing-attributes v0.1.27 |
1676 | 2024-12-06T02:04:31.593Z | Compiling icu_provider_macros v1.5.0 |
1677 | 2024-12-06T02:04:31.934Z | Compiling block-buffer v0.10.4 |
1678 | 2024-12-06T02:04:32.170Z | Compiling digest v0.10.7 |
1679 | 2024-12-06T02:04:32.215Z | Compiling schemars_derive v0.8.21 |
1680 | 2024-12-06T02:04:32.624Z | Compiling crossbeam-utils v0.8.20 |
1681 | 2024-12-06T02:04:32.672Z | Compiling stable_deref_trait v1.2.0 |
1682 | 2024-12-06T02:04:32.690Z | Compiling der_derive v0.7.3 |
1683 | 2024-12-06T02:04:32.793Z | Compiling socket2 v0.5.7 |
1684 | 2024-12-06T02:04:33.152Z | Compiling num-conv v0.1.0 |
1685 | 2024-12-06T02:04:33.457Z | Compiling futures-core v0.3.31 |
1686 | 2024-12-06T02:04:33.726Z | Compiling time-core v0.1.2 |
1687 | 2024-12-06T02:04:33.912Z | Compiling time-macros v0.2.18 |
1688 | 2024-12-06T02:04:34.484Z | Compiling vcpkg v0.2.15 |
1689 | 2024-12-06T02:04:36.120Z | Compiling openssl-sys v0.9.103 |
1690 | 2024-12-06T02:04:36.537Z | Compiling cpufeatures v0.2.14 |
1691 | 2024-12-06T02:04:36.668Z | Compiling futures-sink v0.3.31 |
1692 | 2024-12-06T02:04:36.756Z | Compiling slog v2.7.0 |
1693 | 2024-12-06T02:04:36.886Z | Compiling ahash v0.8.11 |
1694 | 2024-12-06T02:04:37.115Z | Compiling syn v1.0.109 |
1695 | 2024-12-06T02:04:37.247Z | Compiling zerofrom v0.1.4 |
1696 | 2024-12-06T02:04:37.481Z | Compiling scroll_derive v0.12.0 |
1697 | 2024-12-06T02:04:37.693Z | Compiling ucd-trie v0.1.7 |
1698 | 2024-12-06T02:04:37.781Z | Compiling iana-time-zone v0.1.61 |
1699 | 2024-12-06T02:04:38.111Z | Compiling pest v2.7.14 |
1700 | 2024-12-06T02:04:38.209Z | Compiling yoke v0.7.4 |
1701 | 2024-12-06T02:04:38.497Z | Compiling futures-channel v0.3.31 |
1702 | 2024-12-06T02:04:38.785Z | Compiling hmac v0.12.1 |
1703 | 2024-12-06T02:04:39.051Z | Compiling futures-task v0.3.31 |
1704 | 2024-12-06T02:04:39.081Z | Compiling openssl v0.10.66 |
1705 | 2024-12-06T02:04:39.152Z | Compiling futures-io v0.3.31 |
1706 | 2024-12-06T02:04:39.489Z | Compiling pin-utils v0.1.0 |
1707 | 2024-12-06T02:04:39.694Z | Compiling futures-util v0.3.31 |
1708 | 2024-12-06T02:04:39.762Z | Compiling zerovec v0.10.4 |
1709 | 2024-12-06T02:04:40.127Z | Compiling block-padding v0.3.3 |
1710 | 2024-12-06T02:04:40.695Z | Compiling bitflags v2.6.0 |
1711 | 2024-12-06T02:04:41.099Z | Compiling bytes v1.8.0 |
1712 | 2024-12-06T02:04:42.311Z | Compiling indexmap v2.6.0 |
1713 | 2024-12-06T02:04:42.999Z | Compiling tokio v1.40.0 |
1714 | 2024-12-06T02:04:44.450Z | Compiling serde_tokenstream v0.2.2 |
1715 | 2024-12-06T02:04:45.017Z | Compiling which v4.4.2 |
1716 | 2024-12-06T02:04:45.886Z | Compiling http v1.1.0 |
1717 | 2024-12-06T02:04:46.056Z | Compiling uuid v1.11.0 |
1718 | 2024-12-06T02:04:46.516Z | Compiling rustc_version v0.4.1 |
1719 | 2024-12-06T02:04:47.176Z | Compiling chrono v0.4.38 |
1720 | 2024-12-06T02:04:49.063Z | Compiling pest_meta v2.7.14 |
1721 | 2024-12-06T02:04:49.348Z | Compiling tinyvec_macros v0.1.1 |
1722 | 2024-12-06T02:04:49.443Z | Compiling tinyvec v1.8.0 |
1723 | 2024-12-06T02:04:50.685Z | Compiling pest_generator v2.7.14 |
1724 | 2024-12-06T02:04:52.464Z | Compiling serde_spanned v0.6.8 |
1725 | 2024-12-06T02:04:52.698Z | Compiling toml_datetime v0.6.8 |
1726 | 2024-12-06T02:04:53.151Z | Compiling inout v0.1.3 |
1727 | 2024-12-06T02:04:53.418Z | Compiling openssl-macros v0.1.1 |
1728 | 2024-12-06T02:04:54.005Z | Compiling rustls v0.23.14 |
1729 | 2024-12-06T02:04:54.189Z | Compiling native-tls v0.2.12 |
1730 | 2024-12-06T02:04:54.305Z | Compiling strsim v0.11.1 |
1731 | 2024-12-06T02:04:54.518Z | Compiling cipher v0.4.4 |
1732 | 2024-12-06T02:04:55.029Z | Compiling pest_derive v2.7.14 |
1733 | 2024-12-06T02:04:55.051Z | Compiling unicode-normalization v0.1.24 |
1734 | 2024-12-06T02:04:55.586Z | Compiling tinystr v0.7.6 |
1735 | 2024-12-06T02:04:55.795Z | Compiling sha2 v0.10.8 |
1736 | 2024-12-06T02:04:56.042Z | Compiling tracing-core v0.1.32 |
1737 | 2024-12-06T02:04:56.124Z | Compiling usdt-impl v0.5.0 |
1738 | 2024-12-06T02:04:56.218Z | Compiling litemap v0.7.3 |
1739 | 2024-12-06T02:04:56.289Z | Compiling writeable v0.5.5 |
1740 | 2024-12-06T02:04:56.447Z | Compiling dyn-clone v1.0.17 |
1741 | 2024-12-06T02:04:56.630Z | Compiling base64ct v1.6.0 |
1742 | 2024-12-06T02:04:56.634Z | Compiling unicode-bidi v0.3.17 |
1743 | 2024-12-06T02:04:56.679Z | Compiling icu_locid v1.5.0 |
1744 | 2024-12-06T02:04:57.218Z | Compiling pem-rfc7468 v0.7.0 |
1745 | 2024-12-06T02:04:57.273Z | Compiling tracing v0.1.40 |
1746 | 2024-12-06T02:04:58.110Z | Compiling scroll v0.12.0 |
1747 | 2024-12-06T02:04:58.330Z | Compiling ppv-lite86 v0.2.20 |
1748 | 2024-12-06T02:04:58.371Z | Compiling async-trait v0.1.83 |
1749 | 2024-12-06T02:04:59.246Z | Compiling cookie v0.18.1 |
1750 | 2024-12-06T02:04:59.346Z | Compiling aws-lc-sys v0.22.0 |
1751 | 2024-12-06T02:04:59.446Z | Compiling camino v1.1.9 |
1752 | 2024-12-06T02:04:59.981Z | Compiling anyhow v1.0.93 |
1753 | 2024-12-06T02:05:00.945Z | Compiling plain v0.2.3 |
1754 | 2024-12-06T02:05:01.111Z | Compiling flagset v0.4.6 |
1755 | 2024-12-06T02:05:01.314Z | Compiling der v0.7.9 |
1756 | 2024-12-06T02:05:01.743Z | Compiling goblin v0.8.2 |
1757 | 2024-12-06T02:05:06.916Z | Compiling rand_chacha v0.3.1 |
1758 | 2024-12-06T02:05:07.896Z | Compiling icu_provider v1.5.0 |
1759 | 2024-12-06T02:05:08.695Z | Compiling percent-encoding v2.3.1 |
1760 | 2024-12-06T02:05:08.879Z | Compiling untrusted v0.7.1 |
1761 | 2024-12-06T02:05:09.098Z | Compiling rustls v0.22.4 |
1762 | 2024-12-06T02:05:09.187Z | Compiling icu_locid_transform_data v1.5.0 |
1763 | 2024-12-06T02:05:09.296Z | Compiling rustls-pki-types v1.9.0 |
1764 | 2024-12-06T02:05:09.715Z | Compiling rayon-core v1.12.1 |
1765 | 2024-12-06T02:05:09.996Z | Compiling pretty-hex v0.4.1 |
1766 | 2024-12-06T02:05:10.195Z | Compiling dof v0.3.0 |
1767 | 2024-12-06T02:05:10.656Z | Compiling icu_locid_transform v1.5.0 |
1768 | 2024-12-06T02:05:11.435Z | Compiling rand v0.8.5 |
1769 | 2024-12-06T02:05:11.855Z | Compiling spki v0.7.3 |
1770 | 2024-12-06T02:05:12.028Z | Compiling dtrace-parser v0.2.0 |
1771 | 2024-12-06T02:05:12.047Z | Compiling salsa20 v0.10.2 |
1772 | 2024-12-06T02:05:12.233Z | Compiling tokio-util v0.7.12 |
1773 | 2024-12-06T02:05:12.942Z | Compiling icu_collections v1.5.0 |
1774 | 2024-12-06T02:05:13.018Z | Compiling pbkdf2 v0.12.2 |
1775 | 2024-12-06T02:05:13.802Z | Compiling thread-id v4.2.2 |
1776 | 2024-12-06T02:05:13.895Z | Compiling powerfmt v0.2.0 |
1777 | 2024-12-06T02:05:13.927Z | Compiling mirai-annotations v1.12.0 |
1778 | 2024-12-06T02:05:14.188Z | Compiling untrusted v0.9.0 |
1779 | 2024-12-06T02:05:14.214Z | Compiling icu_properties_data v1.5.0 |
1780 | 2024-12-06T02:05:14.391Z | Compiling winnow v0.5.40 |
1781 | 2024-12-06T02:05:14.417Z | Compiling deranged v0.3.11 |
1782 | 2024-12-06T02:05:14.461Z | Compiling icu_properties v1.5.1 |
1783 | 2024-12-06T02:05:18.171Z | Compiling toml_edit v0.19.15 |
1784 | 2024-12-06T02:05:19.133Z | Compiling scrypt v0.11.0 |
1785 | 2024-12-06T02:05:19.580Z | Compiling cbc v0.1.2 |
1786 | 2024-12-06T02:05:19.820Z | Compiling aes v0.8.4 |
1787 | 2024-12-06T02:05:20.058Z | Compiling multer v3.1.0 |
1788 | 2024-12-06T02:05:20.555Z | Compiling atomic-waker v1.1.2 |
1789 | 2024-12-06T02:05:20.742Z | Compiling slog-async v2.8.0 |
1790 | 2024-12-06T02:05:21.330Z | Compiling num_threads v0.1.7 |
1791 | 2024-12-06T02:05:21.464Z | Compiling utf8_iter v1.0.4 |
1792 | 2024-12-06T02:05:21.718Z | Compiling rustversion v1.0.17 |
1793 | 2024-12-06T02:05:21.813Z | Compiling icu_normalizer_data v1.5.0 |
1794 | 2024-12-06T02:05:21.867Z | Compiling write16 v1.0.0 |
1795 | 2024-12-06T02:05:21.908Z | Compiling utf16_iter v1.0.5 |
1796 | 2024-12-06T02:05:21.926Z | Compiling time v0.3.36 |
1797 | 2024-12-06T02:05:22.101Z | Compiling icu_normalizer v1.5.0 |
1798 | 2024-12-06T02:05:22.388Z | Compiling pkcs5 v0.7.1 |
1799 | 2024-12-06T02:05:24.052Z | Compiling form_urlencoded v1.2.1 |
1800 | 2024-12-06T02:05:24.882Z | Compiling http-body v1.0.1 |
1801 | 2024-12-06T02:05:25.171Z | Compiling heapless v0.7.17 |
1802 | 2024-12-06T02:05:25.699Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1803 | 2024-12-06T02:05:26.370Z | Compiling try-lock v0.2.5 |
1804 | 2024-12-06T02:05:26.558Z | Compiling signal-hook v0.3.17 |
1805 | 2024-12-06T02:05:26.830Z | Compiling want v0.3.1 |
1806 | 2024-12-06T02:05:28.468Z | Compiling pkcs8 v0.10.2 |
1807 | 2024-12-06T02:05:28.927Z | Compiling idna_adapter v1.2.0 |
1808 | 2024-12-06T02:05:29.171Z | Compiling h2 v0.4.6 |
1809 | 2024-12-06T02:05:30.392Z | Compiling usdt-attr-macro v0.5.0 |
1810 | 2024-12-06T02:05:31.893Z | Compiling usdt-macro v0.5.0 |
1811 | 2024-12-06T02:05:32.071Z | Compiling async-stream-impl v0.3.6 |
1812 | 2024-12-06T02:05:32.355Z | Compiling httpdate v1.0.3 |
1813 | 2024-12-06T02:05:33.218Z | Compiling adler2 v2.0.0 |
1814 | 2024-12-06T02:05:33.493Z | Compiling miniz_oxide v0.8.0 |
1815 | 2024-12-06T02:05:34.561Z | Compiling idna v1.0.3 |
1816 | 2024-12-06T02:05:36.265Z | Compiling curve25519-dalek v4.1.3 |
1817 | 2024-12-06T02:05:36.666Z | Compiling openapiv3 v2.0.0 |
1818 | 2024-12-06T02:05:36.754Z | Compiling enum-as-inner v0.6.1 |
1819 | 2024-12-06T02:05:36.987Z | Compiling hyper v1.5.0 |
1820 | 2024-12-06T02:05:40.115Z | Compiling dropshot v0.12.0 |
1821 | 2024-12-06T02:05:40.409Z | Compiling tower-service v0.3.3 |
1822 | 2024-12-06T02:05:40.673Z | Compiling base64 v0.22.1 |
1823 | 2024-12-06T02:05:40.750Z | Compiling portable-atomic v1.9.0 |
1824 | 2024-12-06T02:05:41.052Z | Compiling smoltcp v0.9.1 |
1825 | 2024-12-06T02:05:41.568Z | Compiling match_cfg v0.1.0 |
1826 | 2024-12-06T02:05:41.652Z | Compiling foreign-types-shared v0.1.1 |
1827 | 2024-12-06T02:05:41.683Z | Compiling num-bigint-dig v0.8.4 |
1828 | 2024-12-06T02:05:41.773Z | Compiling foreign-types v0.3.2 |
1829 | 2024-12-06T02:05:41.792Z | Compiling hostname v0.3.1 |
1830 | 2024-12-06T02:05:41.872Z | Compiling hyper-util v0.1.10 |
1831 | 2024-12-06T02:05:45.371Z | Compiling url v2.5.3 |
1832 | 2024-12-06T02:05:48.624Z | Compiling dirs-sys-next v0.1.2 |
1833 | 2024-12-06T02:05:49.021Z | Compiling data-encoding v2.6.0 |
1834 | 2024-12-06T02:05:49.163Z | Compiling gimli v0.31.1 |
1835 | 2024-12-06T02:05:49.322Z | Compiling heck v0.4.1 |
1836 | 2024-12-06T02:05:49.881Z | Compiling ident_case v1.0.1 |
1837 | 2024-12-06T02:05:50.068Z | Compiling siphasher v0.3.11 |
1838 | 2024-12-06T02:05:50.210Z | Compiling darling_core v0.20.10 |
1839 | 2024-12-06T02:05:50.718Z | Compiling dirs-next v2.0.0 |
1840 | 2024-12-06T02:05:53.130Z | Compiling http-body-util v0.1.2 |
1841 | 2024-12-06T02:05:54.265Z | Compiling addr2line v0.24.2 |
1842 | 2024-12-06T02:05:56.487Z | Compiling crossbeam-epoch v0.9.18 |
1843 | 2024-12-06T02:05:56.535Z | Compiling hubpack_derive v0.1.1 |
1844 | 2024-12-06T02:05:56.719Z | Compiling dropshot_endpoint v0.12.0 |
1845 | 2024-12-06T02:05:57.276Z | Compiling sha1 v0.10.6 |
1846 | 2024-12-06T02:05:57.405Z | Compiling signature v2.2.0 |
1847 | 2024-12-06T02:05:57.644Z | Compiling zerocopy-derive v0.6.6 |
1848 | 2024-12-06T02:05:57.700Z | Compiling curve25519-dalek-derive v0.1.1 |
1849 | 2024-12-06T02:05:59.015Z | Compiling object v0.36.5 |
1850 | 2024-12-06T02:05:59.106Z | Compiling thread_local v1.1.8 |
1851 | 2024-12-06T02:05:59.609Z | Compiling fs-err v2.11.0 |
1852 | 2024-12-06T02:05:59.629Z | Compiling encoding_rs v0.8.34 |
1853 | 2024-12-06T02:06:00.863Z | Compiling utf8parse v0.2.2 |
1854 | 2024-12-06T02:06:01.038Z | Compiling winnow v0.6.20 |
1855 | 2024-12-06T02:06:03.191Z | Compiling unicode-properties v0.1.3 |
1856 | 2024-12-06T02:06:03.607Z | Compiling rustc-demangle v0.1.24 |
1857 | 2024-12-06T02:06:05.947Z | Compiling mime v0.3.17 |
1858 | 2024-12-06T02:06:09.516Z | Compiling ipnet v2.10.1 |
1859 | 2024-12-06T02:06:10.080Z | Compiling anstyle v1.0.10 |
1860 | 2024-12-06T02:06:10.537Z | Compiling openssl-probe v0.1.5 |
1861 | 2024-12-06T02:06:11.270Z | Compiling backtrace v0.3.74 |
1862 | 2024-12-06T02:06:11.671Z | Compiling toml_edit v0.22.22 |
1863 | 2024-12-06T02:06:12.057Z | Compiling stringprep v0.1.5 |
1864 | 2024-12-06T02:06:13.093Z | Compiling rustls-webpki v0.102.8 |
1865 | 2024-12-06T02:06:19.054Z | Compiling anstyle-parse v0.2.5 |
1866 | 2024-12-06T02:06:21.617Z | Compiling crossbeam-deque v0.8.5 |
1867 | 2024-12-06T02:06:21.983Z | Compiling darling_macro v0.20.10 |
1868 | 2024-12-06T02:06:23.008Z | Compiling term v0.7.0 |
1869 | 2024-12-06T02:06:23.556Z | Compiling slog-json v2.6.1 |
1870 | 2024-12-06T02:06:24.372Z | Compiling serde_urlencoded v0.7.1 |
1871 | 2024-12-06T02:06:25.599Z | Compiling crossbeam-channel v0.5.13 |
1872 | 2024-12-06T02:06:25.635Z | Compiling rustls-pemfile v2.2.0 |
1873 | 2024-12-06T02:06:26.025Z | Compiling hashbrown v0.14.5 |
1874 | 2024-12-06T02:06:26.639Z | Compiling idna v0.4.0 |
1875 | 2024-12-06T02:06:26.658Z | Compiling idna v0.3.0 |
1876 | 2024-12-06T02:06:27.419Z | Compiling futures-executor v0.3.31 |
1877 | 2024-12-06T02:06:28.111Z | Compiling num-integer v0.1.46 |
1878 | 2024-12-06T02:06:28.353Z | Compiling md-5 v0.10.6 |
1879 | 2024-12-06T02:06:28.609Z | Compiling ff v0.13.0 |
1880 | 2024-12-06T02:06:28.634Z | Compiling hash32 v0.2.1 |
1881 | 2024-12-06T02:06:28.706Z | Compiling is-terminal v0.4.13 |
1882 | 2024-12-06T02:06:28.835Z | Compiling memmap v0.7.0 |
1883 | 2024-12-06T02:06:28.864Z | Compiling quick-error v1.2.3 |
1884 | 2024-12-06T02:06:29.020Z | Compiling base16ct v0.2.0 |
1885 | 2024-12-06T02:06:29.166Z | Compiling colorchoice v1.0.2 |
1886 | 2024-12-06T02:06:29.326Z | Compiling utf-8 v0.7.6 |
1887 | 2024-12-06T02:06:29.553Z | Compiling linked-hash-map v0.5.6 |
1888 | 2024-12-06T02:06:29.952Z | Compiling take_mut v0.2.2 |
1889 | 2024-12-06T02:06:30.129Z | Compiling fallible-iterator v0.2.0 |
1890 | 2024-12-06T02:06:30.516Z | Compiling anstyle-query v1.1.1 |
1891 | 2024-12-06T02:06:30.685Z | Compiling psl-types v2.0.11 |
1892 | 2024-12-06T02:06:30.897Z | Compiling is_terminal_polyfill v1.70.1 |
1893 | 2024-12-06T02:06:30.914Z | Compiling publicsuffix v2.2.3 |
1894 | 2024-12-06T02:06:31.025Z | Compiling anstream v0.6.15 |
1895 | 2024-12-06T02:06:31.163Z | Compiling postgres-protocol v0.6.7 |
1896 | 2024-12-06T02:06:32.351Z | Compiling lru-cache v0.1.2 |
1897 | 2024-12-06T02:06:32.583Z | Compiling tungstenite v0.24.0 |
1898 | 2024-12-06T02:06:32.736Z | Compiling sec1 v0.7.3 |
1899 | 2024-12-06T02:06:33.293Z | Compiling usdt v0.5.0 |
1900 | 2024-12-06T02:06:33.575Z | Compiling resolv-conf v0.7.0 |
1901 | 2024-12-06T02:06:34.278Z | Compiling slog-term v2.9.1 |
1902 | 2024-12-06T02:06:34.657Z | Compiling group v0.13.0 |
1903 | 2024-12-06T02:06:34.969Z | Compiling num-iter v0.1.45 |
1904 | 2024-12-06T02:06:35.005Z | Compiling futures v0.3.31 |
1905 | 2024-12-06T02:06:35.130Z | Compiling hickory-proto v0.24.1 |
1906 | 2024-12-06T02:06:35.166Z | Compiling regress v0.10.1 |
1907 | 2024-12-06T02:06:39.945Z | Compiling slog-bunyan v2.5.0 |
1908 | 2024-12-06T02:06:40.158Z | Compiling darling v0.20.10 |
1909 | 2024-12-06T02:06:40.291Z | Compiling tokio-rustls v0.26.0 |
1910 | 2024-12-06T02:06:40.406Z | Compiling tokio-rustls v0.25.0 |
1911 | 2024-12-06T02:06:40.732Z | Compiling toml v0.8.19 |
1912 | 2024-12-06T02:06:40.773Z | Compiling tokio-native-tls v0.3.1 |
1913 | 2024-12-06T02:06:40.850Z | Compiling phf_shared v0.11.2 |
1914 | 2024-12-06T02:06:41.071Z | Compiling strum_macros v0.25.3 |
1915 | 2024-12-06T02:06:41.582Z | Compiling async-stream v0.3.6 |
1916 | 2024-12-06T02:06:41.882Z | Compiling waitgroup v0.1.2 |
1917 | 2024-12-06T02:06:42.102Z | Compiling webpki-roots v0.26.6 |
1918 | 2024-12-06T02:06:42.556Z | Compiling idna v0.5.0 |
1919 | 2024-12-06T02:06:42.612Z | Compiling terminal_size v0.4.0 |
1920 | 2024-12-06T02:06:42.671Z | Compiling serde_path_to_error v0.1.16 |
1921 | 2024-12-06T02:06:42.834Z | Compiling hkdf v0.12.4 |
1922 | 2024-12-06T02:06:43.637Z | Compiling crypto-bigint v0.5.5 |
1923 | 2024-12-06T02:06:43.731Z | Compiling derive-where v1.2.7 |
1924 | 2024-12-06T02:06:44.038Z | Compiling clap_derive v4.5.18 |
1925 | 2024-12-06T02:06:44.549Z | Compiling serde_repr v0.1.19 |
1926 | 2024-12-06T02:06:44.737Z | Compiling hostname v0.4.0 |
1927 | 2024-12-06T02:06:44.965Z | Compiling crc32fast v1.4.2 |
1928 | 2024-12-06T02:06:45.529Z | Compiling managed v0.8.0 |
1929 | 2024-12-06T02:06:46.294Z | Compiling bitflags v1.3.2 |
1930 | 2024-12-06T02:06:46.411Z | Compiling clap_lex v0.7.2 |
1931 | 2024-12-06T02:06:46.429Z | Compiling debug-ignore v1.0.5 |
1932 | 2024-12-06T02:06:46.951Z | Compiling unicode-width v0.1.14 |
1933 | 2024-12-06T02:06:47.236Z | Compiling clap_builder v4.5.21 |
1934 | 2024-12-06T02:06:47.277Z | Compiling elliptic-curve v0.13.8 |
1935 | 2024-12-06T02:06:47.470Z | Compiling console v0.15.8 |
1936 | 2024-12-06T02:06:49.295Z | Compiling flate2 v1.0.34 |
1937 | 2024-12-06T02:06:50.259Z | Compiling cookie_store v0.21.0 |
1938 | 2024-12-06T02:06:54.045Z | Compiling hyper-rustls v0.27.3 |
1939 | 2024-12-06T02:06:55.407Z | Compiling phf v0.11.2 |
1940 | 2024-12-06T02:06:55.564Z | Compiling hyper-tls v0.6.0 |
1941 | 2024-12-06T02:06:55.715Z | Compiling hickory-resolver v0.24.1 |
1942 | 2024-12-06T02:06:55.942Z | Compiling signal-hook-mio v0.2.4 |
1943 | 2024-12-06T02:06:56.028Z | Compiling bzip2 v0.4.4 |
1944 | 2024-12-06T02:06:56.114Z | Compiling rayon v1.10.0 |
1945 | 2024-12-06T02:06:56.305Z | Compiling typify-impl v0.2.0 |
1946 | 2024-12-06T02:06:56.401Z | Compiling tokio-tungstenite v0.24.0 |
1947 | 2024-12-06T02:06:57.310Z | Compiling postgres-types v0.2.8 |
1948 | 2024-12-06T02:06:57.491Z | Compiling zerocopy v0.6.6 |
1949 | 2024-12-06T02:06:58.421Z | Compiling ed25519 v2.2.3 |
1950 | 2024-12-06T02:06:58.542Z | Compiling hubpack v0.1.2 |
1951 | 2024-12-06T02:06:58.690Z | Compiling phf_shared v0.10.0 |
1952 | 2024-12-06T02:06:58.973Z | Compiling pkcs1 v0.7.5 |
1953 | 2024-12-06T02:06:59.117Z | Compiling tokio-stream v0.1.16 |
1954 | 2024-12-06T02:07:00.469Z | Compiling serde-big-array v0.5.1 |
1955 | 2024-12-06T02:07:00.716Z | Compiling rfc6979 v0.4.0 |
1956 | 2024-12-06T02:07:00.920Z | Compiling float-cmp v0.9.0 |
1957 | 2024-12-06T02:07:01.019Z | Compiling sync_wrapper v1.0.1 |
1958 | 2024-12-06T02:07:01.142Z | Compiling bstr v1.10.0 |
1959 | 2024-12-06T02:07:01.177Z | Compiling precomputed-hash v0.1.1 |
1960 | 2024-12-06T02:07:01.302Z | Compiling static_assertions v1.1.0 |
1961 | 2024-12-06T02:07:01.417Z | Compiling fixedbitset v0.4.2 |
1962 | 2024-12-06T02:07:01.860Z | Compiling new_debug_unreachable v1.0.6 |
1963 | 2024-12-06T02:07:01.965Z | Compiling normalize-line-endings v0.3.0 |
1964 | 2024-12-06T02:07:02.106Z | Compiling unicode-width v0.2.0 |
1965 | 2024-12-06T02:07:02.177Z | Compiling bit-vec v0.6.3 |
1966 | 2024-12-06T02:07:02.618Z | Compiling predicates-core v1.0.8 |
1967 | 2024-12-06T02:07:02.850Z | Compiling number_prefix v0.4.0 |
1968 | 2024-12-06T02:07:02.951Z | Compiling difflib v0.4.0 |
1969 | 2024-12-06T02:07:03.097Z | Compiling whoami v1.5.2 |
1970 | 2024-12-06T02:07:03.489Z | Compiling unicode-segmentation v1.12.0 |
1971 | 2024-12-06T02:07:03.689Z | Compiling tokio-postgres v0.7.12 |
1972 | 2024-12-06T02:07:04.271Z | Compiling similar v2.6.0 |
1973 | 2024-12-06T02:07:04.358Z | Compiling predicates v3.1.2 |
1974 | 2024-12-06T02:07:05.840Z | Compiling indicatif v0.17.9 |
1975 | 2024-12-06T02:07:06.303Z | Compiling bit-set v0.5.3 |
1976 | 2024-12-06T02:07:06.357Z | Compiling string_cache v0.8.7 |
1977 | 2024-12-06T02:07:06.600Z | Compiling petgraph v0.6.5 |
1978 | 2024-12-06T02:07:06.788Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1979 | 2024-12-06T02:07:08.028Z | Compiling reqwest v0.12.9 |
1980 | 2024-12-06T02:07:08.480Z | Compiling typify-macro v0.2.0 |
1981 | 2024-12-06T02:07:10.206Z | Compiling ecdsa v0.16.9 |
1982 | 2024-12-06T02:07:11.092Z | Compiling qorb v0.2.1 |
1983 | 2024-12-06T02:07:12.078Z | Compiling rsa v0.9.6 |
1984 | 2024-12-06T02:07:12.636Z | Compiling ed25519-dalek v2.1.1 |
1985 | 2024-12-06T02:07:13.482Z | Compiling zip v0.6.6 |
1986 | 2024-12-06T02:07:13.677Z | Compiling crossterm v0.28.1 |
1987 | 2024-12-06T02:07:13.730Z | Compiling clap v4.5.21 |
1988 | 2024-12-06T02:07:14.711Z | Compiling toml v0.7.8 |
1989 | 2024-12-06T02:07:15.568Z | Compiling x509-cert v0.2.5 |
1990 | 2024-12-06T02:07:16.668Z | Compiling hex v0.4.3 |
1991 | 2024-12-06T02:07:17.295Z | Compiling itertools v0.10.5 |
1992 | 2024-12-06T02:07:17.512Z | Compiling unicode-xid v0.2.6 |
1993 | 2024-12-06T02:07:17.630Z | Compiling lalrpop-util v0.19.12 |
1994 | 2024-12-06T02:07:17.972Z | Compiling zerocopy v0.8.10 |
1995 | 2024-12-06T02:07:18.341Z | Compiling peg-runtime v0.8.3 |
1996 | 2024-12-06T02:07:20.234Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1997 | 2024-12-06T02:07:24.308Z | Compiling proc-macro-crate v1.3.1 |
1998 | 2024-12-06T02:07:24.852Z | Compiling ipnetwork v0.20.0 |
1999 | 2024-12-06T02:07:25.195Z | Compiling macaddr v1.0.1 |
2000 | 2024-12-06T02:07:25.708Z | Compiling zerocopy-derive v0.8.10 |
2001 | 2024-12-06T02:07:25.808Z | Compiling itertools v0.13.0 |
2002 | 2024-12-06T02:07:28.993Z | Compiling heapless v0.8.0 |
2003 | 2024-12-06T02:07:29.151Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2004 | 2024-12-06T02:07:33.912Z | Compiling num_enum_derive v0.5.11 |
2005 | 2024-12-06T02:07:41.430Z | Compiling hash32 v0.3.1 |
2006 | 2024-12-06T02:07:42.758Z | Compiling smoltcp v0.11.0 |
2007 | 2024-12-06T02:07:43.119Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2008 | 2024-12-06T02:07:48.227Z | Compiling num_enum v0.5.11 |
2009 | 2024-12-06T02:07:48.420Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2010 | 2024-12-06T02:07:49.138Z | Compiling typify v0.2.0 |
2011 | 2024-12-06T02:07:49.766Z | Compiling proc-macro-error-attr v1.0.4 |
2012 | 2024-12-06T02:07:49.933Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2013 | 2024-12-06T02:07:50.228Z | Compiling cobs v0.2.3 |
2014 | 2024-12-06T02:07:50.674Z | Compiling unsafe-libyaml v0.2.11 |
2015 | 2024-12-06T02:07:51.921Z | Compiling postcard v1.0.10 |
2016 | 2024-12-06T02:07:52.452Z | Compiling serde_yaml v0.9.34+deprecated |
2017 | 2024-12-06T02:08:06.511Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2018 | 2024-12-06T02:08:09.001Z | Compiling progenitor-impl v0.8.0 |
2019 | 2024-12-06T02:08:20.288Z | Compiling strum_macros v0.26.4 |
2020 | 2024-12-06T02:08:21.445Z | Compiling structmeta-derive v0.3.0 |
2021 | 2024-12-06T02:08:21.470Z | Compiling foreign-types-macros v0.2.3 |
2022 | 2024-12-06T02:08:21.889Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2023 | 2024-12-06T02:08:21.916Z | Compiling proc-macro-error v1.0.4 |
2024 | 2024-12-06T02:08:22.189Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2025 | 2024-12-06T02:08:22.733Z | Compiling foreign-types-shared v0.3.1 |
2026 | 2024-12-06T02:08:23.390Z | Compiling newtype-uuid v1.1.3 |
2027 | 2024-12-06T02:08:24.056Z | Compiling structmeta v0.3.0 |
2028 | 2024-12-06T02:08:24.856Z | Compiling strum v0.26.3 |
2029 | 2024-12-06T02:08:29.235Z | Compiling foreign-types v0.5.0 |
2030 | 2024-12-06T02:08:29.906Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2031 | 2024-12-06T02:08:33.937Z | Compiling progenitor-macro v0.8.0 |
2032 | 2024-12-06T02:08:38.111Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2033 | 2024-12-06T02:08:38.212Z | Compiling progenitor-client v0.8.0 |
2034 | 2024-12-06T02:08:39.232Z | Compiling tabwriter v1.4.0 |
2035 | 2024-12-06T02:08:41.775Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2036 | 2024-12-06T02:08:42.510Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2037 | 2024-12-06T02:08:42.582Z | Compiling cstr-argument v0.1.2 |
2038 | 2024-12-06T02:08:42.852Z | Compiling dropshot v0.13.0 |
2039 | 2024-12-06T02:08:42.939Z | Compiling thiserror v2.0.3 |
2040 | 2024-12-06T02:08:43.147Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2041 | 2024-12-06T02:08:43.344Z | Compiling pretty-hex v0.2.1 |
2042 | 2024-12-06T02:08:43.508Z | Compiling crucible-workspace-hack v0.1.0 |
2043 | 2024-12-06T02:08:43.579Z | Compiling fastrand v2.1.1 |
2044 | 2024-12-06T02:08:43.912Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2045 | 2024-12-06T02:08:44.338Z | Compiling tempfile v3.13.0 |
2046 | 2024-12-06T02:08:45.120Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2047 | 2024-12-06T02:08:45.139Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2048 | 2024-12-06T02:08:46.058Z | Compiling parse-display-derive v0.10.0 |
2049 | 2024-12-06T02:08:46.079Z | Compiling colored v2.1.0 |
2050 | 2024-12-06T02:08:46.373Z | Compiling serde_with_macros v3.11.0 |
2051 | 2024-12-06T02:08:46.976Z | Compiling progenitor v0.8.0 |
2052 | 2024-12-06T02:08:47.268Z | Compiling dropshot_endpoint v0.13.0 |
2053 | 2024-12-06T02:08:47.324Z | Compiling thiserror-impl v2.0.3 |
2054 | 2024-12-06T02:08:48.991Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2055 | 2024-12-06T02:08:49.759Z | Compiling instant v0.1.13 |
2056 | 2024-12-06T02:08:49.918Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2057 | 2024-12-06T02:08:49.936Z | Compiling parse-display v0.10.0 |
2058 | 2024-12-06T02:08:50.315Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2059 | 2024-12-06T02:08:50.568Z | Compiling backoff v0.4.0 |
2060 | 2024-12-06T02:08:50.959Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2061 | 2024-12-06T02:08:50.995Z | Compiling serde_with v3.11.0 |
2062 | 2024-12-06T02:08:51.109Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2063 | 2024-12-06T02:08:51.792Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2064 | 2024-12-06T02:08:52.404Z | Compiling zone_cfg_derive v0.3.0 |
2065 | 2024-12-06T02:08:53.303Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2066 | 2024-12-06T02:08:53.800Z | Compiling camino-tempfile v1.1.1 |
2067 | 2024-12-06T02:08:54.185Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2068 | 2024-12-06T02:08:54.602Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2069 | 2024-12-06T02:08:54.679Z | Compiling regress v0.9.1 |
2070 | 2024-12-06T02:08:54.791Z | Compiling num-derive v0.4.2 |
2071 | 2024-12-06T02:08:55.408Z | Compiling sigpipe v0.1.3 |
2072 | 2024-12-06T02:08:55.560Z | Compiling libefi-sys v0.1.0 |
2073 | 2024-12-06T02:08:55.862Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2074 | 2024-12-06T02:08:56.226Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2075 | 2024-12-06T02:08:57.065Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2076 | 2024-12-06T02:08:58.644Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2077 | 2024-12-06T02:08:59.516Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2078 | 2024-12-06T02:09:00.094Z | Compiling zone v0.3.0 |
2079 | 2024-12-06T02:09:00.782Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2080 | 2024-12-06T02:09:03.318Z | Compiling smf v0.2.3 |
2081 | 2024-12-06T02:09:03.365Z | Compiling bitfield-struct v0.6.2 |
2082 | 2024-12-06T02:09:03.467Z | Compiling ring v0.16.20 |
2083 | 2024-12-06T02:09:04.459Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2084 | 2024-12-06T02:09:04.736Z | Compiling blake3 v1.5.4 |
2085 | 2024-12-06T02:09:04.968Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2086 | 2024-12-06T02:09:05.892Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2087 | 2024-12-06T02:09:06.033Z | Compiling xattr v1.3.1 |
2088 | 2024-12-06T02:09:06.225Z | Compiling memmap2 v0.9.5 |
2089 | 2024-12-06T02:09:06.370Z | Compiling filetime v0.2.25 |
2090 | 2024-12-06T02:09:06.751Z | Compiling spin v0.5.2 |
2091 | 2024-12-06T02:09:06.817Z | Compiling constant_time_eq v0.3.1 |
2092 | 2024-12-06T02:09:07.011Z | Compiling same-file v1.0.6 |
2093 | 2024-12-06T02:09:07.030Z | Compiling arrayvec v0.7.6 |
2094 | 2024-12-06T02:09:07.033Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2095 | 2024-12-06T02:09:07.165Z | Compiling arrayref v0.3.9 |
2096 | 2024-12-06T02:09:07.286Z | Compiling walkdir v2.5.0 |
2097 | 2024-12-06T02:09:07.288Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2098 | 2024-12-06T02:09:08.907Z | Compiling tar v0.4.42 |
2099 | 2024-12-06T02:09:09.700Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2100 | 2024-12-06T02:09:10.121Z | Compiling gethostname v0.5.0 |
2101 | 2024-12-06T02:09:10.124Z | Compiling cargo-platform v0.1.8 |
2102 | 2024-12-06T02:09:10.226Z | Compiling topological-sort v0.2.2 |
2103 | 2024-12-06T02:09:10.491Z | Compiling cargo_metadata v0.18.1 |
2104 | 2024-12-06T02:09:14.204Z | Compiling omicron-zone-package v0.11.1 |
2105 | 2024-12-06T02:09:17.062Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2106 | 2024-12-06T02:09:18.743Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2107 | 2024-12-06T02:09:25.635Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2108 | 2024-12-06T02:09:40.412Z | Finished `release` profile [optimized] target(s) in 5m 29s |
2109 | 2024-12-06T02:09:40.575Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2110 | 2024-12-06T02:09:40.620Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2111 | 2024-12-06T02:09:40.622Z | Created new build target 'test' and set it as active |
2112 | 2024-12-06T02:09:40.622Z | |
2113 | 2024-12-06T02:09:40.622Z | real 5:29.506452132 |
2114 | 2024-12-06T02:09:40.622Z | user 36:59.844959831 |
2115 | 2024-12-06T02:09:40.622Z | sys 4:58.251258144 |
2116 | 2024-12-06T02:09:40.622Z | trap 1.086868839 |
2117 | 2024-12-06T02:09:40.622Z | tflt 3.349562374 |
2118 | 2024-12-06T02:09:40.622Z | dflt 1.046068376 |
2119 | 2024-12-06T02:09:40.623Z | kflt 0.018294670 |
2120 | 2024-12-06T02:09:40.623Z | lock 1:18:00.395142670 |
2121 | 2024-12-06T02:09:40.623Z | slp 2:35:17.942269909 |
2122 | 2024-12-06T02:09:40.623Z | lat 2:30.654538502 |
2123 | 2024-12-06T02:09:40.623Z | stop 4:25.630861474 |
2124 | 2024-12-06T02:09:40.625Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2125 | 2024-12-06T02:09:41.588Z | Finished `release` profile [optimized] target(s) in 0.91s |
2126 | 2024-12-06T02:09:41.649Z | Running `target/release/omicron-package -t test package` |
2127 | 2024-12-06T02:09:41.691Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2128 | 2024-12-06T02:09:42.851Z | Compiling convert_case v0.4.0 |
2129 | 2024-12-06T02:09:42.851Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2130 | 2024-12-06T02:09:42.851Z | Compiling itertools v0.13.0 |
2131 | 2024-12-06T02:09:42.854Z | Compiling newline-converter v0.3.0 |
2132 | 2024-12-06T02:09:42.854Z | Compiling password-hash v0.5.0 |
2133 | 2024-12-06T02:09:42.854Z | Compiling progenitor-client v0.8.0 |
2134 | 2024-12-06T02:09:42.854Z | Compiling blake2 v0.10.6 |
2135 | 2024-12-06T02:09:42.854Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2136 | 2024-12-06T02:09:43.218Z | Compiling expectorate v1.1.0 |
2137 | 2024-12-06T02:09:43.240Z | Compiling owo-colors v4.1.0 |
2138 | 2024-12-06T02:09:43.419Z | Compiling progenitor v0.8.0 |
2139 | 2024-12-06T02:09:43.511Z | Compiling argon2 v0.5.3 |
2140 | 2024-12-06T02:09:43.515Z | Compiling cancel-safe-futures v0.1.5 |
2141 | 2024-12-06T02:09:43.678Z | Compiling num-rational v0.4.2 |
2142 | 2024-12-06T02:09:43.699Z | Compiling num-complex v0.4.6 |
2143 | 2024-12-06T02:09:43.811Z | Compiling derive_more v0.99.18 |
2144 | 2024-12-06T02:09:44.624Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2145 | 2024-12-06T02:09:44.966Z | Compiling num v0.4.3 |
2146 | 2024-12-06T02:09:45.089Z | Compiling atomicwrites v0.4.4 |
2147 | 2024-12-06T02:09:45.206Z | Compiling libsw v3.3.1 |
2148 | 2024-12-06T02:09:45.226Z | Compiling linear-map v1.2.0 |
2149 | 2024-12-06T02:09:45.550Z | Compiling float-ord v0.3.2 |
2150 | 2024-12-06T02:09:45.616Z | Compiling swrite v0.1.0 |
2151 | 2024-12-06T02:09:45.652Z | Compiling indent_write v2.2.0 |
2152 | 2024-12-06T02:09:45.739Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2153 | 2024-12-06T02:09:45.758Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2154 | 2024-12-06T02:09:45.890Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2155 | 2024-12-06T02:09:45.969Z | Compiling base64 v0.21.7 |
2156 | 2024-12-06T02:09:46.114Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2157 | 2024-12-06T02:09:46.727Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2158 | 2024-12-06T02:09:47.080Z | Compiling highway v1.2.0 |
2159 | 2024-12-06T02:09:47.112Z | Compiling semver v0.1.20 |
2160 | 2024-12-06T02:09:47.692Z | Compiling rustc_version v0.1.7 |
2161 | 2024-12-06T02:09:48.130Z | Compiling newtype_derive v0.1.6 |
2162 | 2024-12-06T02:09:48.443Z | Compiling newtype-uuid v1.1.3 |
2163 | 2024-12-06T02:09:48.582Z | Compiling dropshot v0.13.0 |
2164 | 2024-12-06T02:09:48.661Z | Compiling ipnetwork v0.20.0 |
2165 | 2024-12-06T02:09:48.800Z | Compiling instant v0.1.13 |
2166 | 2024-12-06T02:09:48.968Z | Compiling humantime v2.1.0 |
2167 | 2024-12-06T02:09:49.465Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2168 | 2024-12-06T02:09:49.844Z | Compiling backoff v0.4.0 |
2169 | 2024-12-06T02:09:50.125Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2170 | 2024-12-06T02:09:50.211Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2171 | 2024-12-06T02:09:50.529Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2172 | 2024-12-06T02:09:53.689Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2173 | 2024-12-06T02:09:54.723Z | Compiling parse-display v0.10.0 |
2174 | 2024-12-06T02:09:55.207Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2175 | 2024-12-06T02:09:55.302Z | Compiling serde_with v3.11.0 |
2176 | 2024-12-06T02:09:55.399Z | Compiling strum v0.26.3 |
2177 | 2024-12-06T02:09:55.600Z | Compiling regress v0.9.1 |
2178 | 2024-12-06T02:09:59.051Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2179 | 2024-12-06T02:09:59.971Z | Compiling macaddr v1.0.1 |
2180 | 2024-12-06T02:10:00.427Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2181 | 2024-12-06T02:10:00.538Z | Compiling steno v0.4.1 |
2182 | 2024-12-06T02:10:00.899Z | Compiling prettyplease v0.2.25 |
2183 | 2024-12-06T02:10:00.931Z | Compiling slog-dtrace v0.3.0 |
2184 | 2024-12-06T02:10:01.336Z | Compiling tungstenite v0.21.0 |
2185 | 2024-12-06T02:10:01.574Z | Compiling display-error-chain v0.2.2 |
2186 | 2024-12-06T02:10:03.294Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2187 | 2024-12-06T02:10:05.044Z | Compiling tokio-tungstenite v0.21.0 |
2188 | 2024-12-06T02:10:05.719Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2189 | 2024-12-06T02:10:06.257Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2190 | 2024-12-06T02:10:06.497Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2191 | 2024-12-06T02:10:07.311Z | Compiling arc-swap v1.7.1 |
2192 | 2024-12-06T02:10:07.995Z | Compiling slog-scope v4.4.0 |
2193 | 2024-12-06T02:10:08.849Z | Compiling half v2.4.1 |
2194 | 2024-12-06T02:10:09.582Z | Compiling ciborium-io v0.2.2 |
2195 | 2024-12-06T02:10:09.737Z | Compiling ciborium-ll v0.2.2 |
2196 | 2024-12-06T02:10:10.260Z | Compiling slog-stdlog v4.1.1 |
2197 | 2024-12-06T02:10:10.435Z | Compiling ciborium v0.2.2 |
2198 | 2024-12-06T02:10:11.107Z | Compiling slog-envlogger v2.2.0 |
2199 | 2024-12-06T02:10:12.600Z | Compiling nibble_vec v0.1.0 |
2200 | 2024-12-06T02:10:12.853Z | Compiling endian-type v0.1.2 |
2201 | 2024-12-06T02:10:13.865Z | Compiling radix_trie v0.2.1 |
2202 | 2024-12-06T02:10:14.815Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2203 | 2024-12-06T02:10:20.534Z | Compiling same-file v1.0.6 |
2204 | 2024-12-06T02:10:20.552Z | Compiling fastrand v2.1.1 |
2205 | 2024-12-06T02:10:20.771Z | Compiling walkdir v2.5.0 |
2206 | 2024-12-06T02:10:20.987Z | Compiling tempfile v3.13.0 |
2207 | 2024-12-06T02:10:21.064Z | Compiling blake3 v1.5.4 |
2208 | 2024-12-06T02:10:21.401Z | Compiling ring v0.16.20 |
2209 | 2024-12-06T02:10:21.705Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2210 | 2024-12-06T02:10:21.802Z | Compiling xattr v1.3.1 |
2211 | 2024-12-06T02:10:22.061Z | Compiling filetime v0.2.25 |
2212 | 2024-12-06T02:10:22.350Z | Compiling memmap2 v0.9.5 |
2213 | 2024-12-06T02:10:22.370Z | Compiling arrayvec v0.7.6 |
2214 | 2024-12-06T02:10:22.777Z | Compiling arrayref v0.3.9 |
2215 | 2024-12-06T02:10:22.798Z | Compiling keccak v0.1.5 |
2216 | 2024-12-06T02:10:22.886Z | Compiling spin v0.5.2 |
2217 | 2024-12-06T02:10:22.906Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2218 | 2024-12-06T02:10:23.130Z | Compiling constant_time_eq v0.3.1 |
2219 | 2024-12-06T02:10:23.747Z | Compiling sha3 v0.10.8 |
2220 | 2024-12-06T02:10:24.254Z | Compiling tar v0.4.42 |
2221 | 2024-12-06T02:10:24.396Z | Compiling camino-tempfile v1.1.1 |
2222 | 2024-12-06T02:10:24.581Z | Compiling toolchain_find v0.4.0 |
2223 | 2024-12-06T02:10:24.622Z | Compiling const_format_proc_macros v0.2.33 |
2224 | 2024-12-06T02:10:24.833Z | Compiling radium v0.7.0 |
2225 | 2024-12-06T02:10:25.176Z | Compiling crunchy v0.2.2 |
2226 | 2024-12-06T02:10:25.277Z | Compiling maplit v1.0.2 |
2227 | 2024-12-06T02:10:25.415Z | Compiling topological-sort v0.2.2 |
2228 | 2024-12-06T02:10:25.686Z | Compiling rustfmt-wrapper v0.2.1 |
2229 | 2024-12-06T02:10:25.705Z | Compiling pem v3.0.4 |
2230 | 2024-12-06T02:10:26.168Z | Compiling omicron-zone-package v0.11.1 |
2231 | 2024-12-06T02:10:26.253Z | Compiling tiny-keccak v2.0.2 |
2232 | 2024-12-06T02:10:26.418Z | Compiling const_format v0.2.33 |
2233 | 2024-12-06T02:10:26.598Z | Compiling maybe-uninit v2.0.0 |
2234 | 2024-12-06T02:10:27.099Z | Compiling tap v1.0.1 |
2235 | 2024-12-06T02:10:27.261Z | Compiling wyz v0.5.1 |
2236 | 2024-12-06T02:10:27.403Z | Compiling dsl_auto_type v0.1.2 |
2237 | 2024-12-06T02:10:27.764Z | Compiling phf_generator v0.11.2 |
2238 | 2024-12-06T02:10:27.793Z | Compiling scheduled-thread-pool v0.2.7 |
2239 | 2024-12-06T02:10:27.860Z | Compiling secrecy v0.8.0 |
2240 | 2024-12-06T02:10:27.948Z | Compiling diesel_table_macro_syntax v0.2.0 |
2241 | 2024-12-06T02:10:27.971Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2242 | 2024-12-06T02:10:28.150Z | Compiling async-recursion v1.1.1 |
2243 | 2024-12-06T02:10:28.364Z | Compiling crc-catalog v2.4.0 |
2244 | 2024-12-06T02:10:28.484Z | Compiling packed_struct v0.10.1 |
2245 | 2024-12-06T02:10:28.545Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2246 | 2024-12-06T02:10:28.787Z | Compiling funty v2.0.0 |
2247 | 2024-12-06T02:10:28.898Z | Compiling diesel_derives v2.2.3 |
2248 | 2024-12-06T02:10:28.958Z | Compiling crc v3.2.1 |
2249 | 2024-12-06T02:10:28.979Z | Compiling r2d2 v0.8.10 |
2250 | 2024-12-06T02:10:29.525Z | Compiling phf_codegen v0.11.2 |
2251 | 2024-12-06T02:10:29.882Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2252 | 2024-12-06T02:10:30.152Z | Compiling bitvec v1.0.1 |
2253 | 2024-12-06T02:10:30.968Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2254 | 2024-12-06T02:10:31.285Z | Compiling ascii-canvas v3.0.0 |
2255 | 2024-12-06T02:10:31.427Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2256 | 2024-12-06T02:10:31.799Z | Compiling universal-hash v0.5.1 |
2257 | 2024-12-06T02:10:32.058Z | Compiling packed_struct_codegen v0.10.1 |
2258 | 2024-12-06T02:10:34.628Z | Compiling thiserror-impl-no-std v2.0.2 |
2259 | 2024-12-06T02:10:34.862Z | Compiling parse-zoneinfo v0.3.1 |
2260 | 2024-12-06T02:10:36.477Z | Compiling lzma-sys v0.1.20 |
2261 | 2024-12-06T02:10:37.197Z | Compiling ena v0.14.3 |
2262 | 2024-12-06T02:10:37.271Z | Compiling indexmap v1.9.3 |
2263 | 2024-12-06T02:10:37.591Z | Compiling regex-syntax v0.6.29 |
2264 | 2024-12-06T02:10:37.594Z | Compiling opaque-debug v0.3.1 |
2265 | 2024-12-06T02:10:37.731Z | Compiling diff v0.1.13 |
2266 | 2024-12-06T02:10:38.284Z | Compiling cfg_aliases v0.1.1 |
2267 | 2024-12-06T02:10:38.414Z | Compiling nodrop v0.1.14 |
2268 | 2024-12-06T02:10:38.560Z | Compiling array-init v0.0.4 |
2269 | 2024-12-06T02:10:39.802Z | Compiling nix v0.28.0 |
2270 | 2024-12-06T02:10:40.415Z | Compiling diesel v2.2.4 |
2271 | 2024-12-06T02:10:40.550Z | Compiling poly1305 v0.8.0 |
2272 | 2024-12-06T02:10:42.052Z | Compiling lalrpop v0.19.12 |
2273 | 2024-12-06T02:10:42.999Z | Compiling thiserror-no-std v2.0.2 |
2274 | 2024-12-06T02:10:43.196Z | Compiling chrono-tz-build v0.4.0 |
2275 | 2024-12-06T02:10:47.766Z | Compiling smallvec v0.6.14 |
2276 | 2024-12-06T02:10:48.575Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2277 | 2024-12-06T02:10:48.982Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2278 | 2024-12-06T02:10:49.180Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2279 | 2024-12-06T02:10:49.431Z | Compiling chacha20 v0.9.1 |
2280 | 2024-12-06T02:10:49.701Z | Compiling heck v0.3.3 |
2281 | 2024-12-06T02:10:49.897Z | Compiling aead v0.5.2 |
2282 | 2024-12-06T02:10:50.081Z | Compiling vte_generate_state_changes v0.1.2 |
2283 | 2024-12-06T02:10:50.263Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2284 | 2024-12-06T02:10:50.566Z | Compiling ref-cast v1.0.23 |
2285 | 2024-12-06T02:10:50.714Z | Compiling termcolor v1.4.1 |
2286 | 2024-12-06T02:10:51.054Z | Compiling bitfield v0.14.0 |
2287 | 2024-12-06T02:10:51.379Z | Compiling hashbrown v0.12.3 |
2288 | 2024-12-06T02:10:51.781Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2289 | 2024-12-06T02:10:53.913Z | Compiling env_logger v0.10.2 |
2290 | 2024-12-06T02:10:57.200Z | Compiling vte v0.11.1 |
2291 | 2024-12-06T02:10:58.746Z | Compiling chacha20poly1305 v0.10.1 |
2292 | 2024-12-06T02:10:58.990Z | Compiling zone_cfg_derive v0.1.2 |
2293 | 2024-12-06T02:11:00.441Z | Compiling serde-hex v0.1.0 |
2294 | 2024-12-06T02:11:05.043Z | Compiling chrono-tz v0.10.0 |
2295 | 2024-12-06T02:11:05.808Z | Compiling vsss-rs v3.3.4 |
2296 | 2024-12-06T02:11:05.960Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2297 | 2024-12-06T02:11:06.305Z | Compiling ron v0.8.1 |
2298 | 2024-12-06T02:11:08.199Z | Compiling polar-core v0.27.3 |
2299 | 2024-12-06T02:11:09.431Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2300 | 2024-12-06T02:11:09.748Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2301 | 2024-12-06T02:11:10.206Z | Compiling derive_builder_core v0.20.2 |
2302 | 2024-12-06T02:11:10.368Z | Compiling hashbrown v0.13.2 |
2303 | 2024-12-06T02:11:11.754Z | Compiling fd-lock v4.0.2 |
2304 | 2024-12-06T02:11:12.001Z | Compiling headers-core v0.3.0 |
2305 | 2024-12-06T02:11:12.085Z | Compiling fxhash v0.2.1 |
2306 | 2024-12-06T02:11:12.179Z | Compiling libxml v0.3.3 |
2307 | 2024-12-06T02:11:12.323Z | Compiling ref-cast-impl v1.0.23 |
2308 | 2024-12-06T02:11:12.509Z | Compiling bumpalo v3.16.0 |
2309 | 2024-12-06T02:11:12.546Z | Compiling simd-adler32 v0.3.7 |
2310 | 2024-12-06T02:11:13.095Z | Compiling lockfree-object-pool v0.1.6 |
2311 | 2024-12-06T02:11:13.404Z | Compiling zip v2.1.3 |
2312 | 2024-12-06T02:11:13.455Z | Compiling base64 v0.13.1 |
2313 | 2024-12-06T02:11:13.750Z | Compiling crc-any v2.5.0 |
2314 | 2024-12-06T02:11:13.775Z | Compiling bytecount v0.6.8 |
2315 | 2024-12-06T02:11:14.112Z | Compiling papergrid v0.11.0 |
2316 | 2024-12-06T02:11:14.233Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2317 | 2024-12-06T02:11:14.722Z | Compiling ron v0.7.1 |
2318 | 2024-12-06T02:11:18.378Z | Compiling zopfli v0.8.1 |
2319 | 2024-12-06T02:11:20.050Z | Compiling derive_builder_macro v0.20.2 |
2320 | 2024-12-06T02:11:20.896Z | Compiling headers v0.4.0 |
2321 | 2024-12-06T02:11:22.763Z | Compiling object v0.30.4 |
2322 | 2024-12-06T02:11:24.737Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2323 | 2024-12-06T02:11:26.225Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2324 | 2024-12-06T02:11:27.814Z | Compiling xz2 v0.1.7 |
2325 | 2024-12-06T02:11:29.398Z | Compiling zone v0.1.8 |
2326 | 2024-12-06T02:11:32.813Z | Compiling strip-ansi-escapes v0.2.0 |
2327 | 2024-12-06T02:11:33.135Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2328 | 2024-12-06T02:11:33.292Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2329 | 2024-12-06T02:11:33.616Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2330 | 2024-12-06T02:11:33.920Z | Compiling tabled_derive v0.7.0 |
2331 | 2024-12-06T02:11:35.865Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2332 | 2024-12-06T02:11:36.145Z | Compiling yasna v0.5.2 |
2333 | 2024-12-06T02:11:36.284Z | Compiling peg-macros v0.8.4 |
2334 | 2024-12-06T02:11:36.928Z | Compiling strum_macros v0.24.3 |
2335 | 2024-12-06T02:11:37.776Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2336 | 2024-12-06T02:11:38.853Z | Compiling kstat-rs v0.2.4 |
2337 | 2024-12-06T02:11:39.140Z | Compiling samael v0.0.17 |
2338 | 2024-12-06T02:11:39.598Z | Compiling sqlparser_derive v0.2.2 |
2339 | 2024-12-06T02:11:39.704Z | Compiling unicase v2.7.0 |
2340 | 2024-12-06T02:11:39.865Z | Compiling unicode_categories v0.1.1 |
2341 | 2024-12-06T02:11:40.036Z | Compiling path-slash v0.1.5 |
2342 | 2024-12-06T02:11:40.263Z | Compiling indoc v1.0.9 |
2343 | 2024-12-06T02:11:40.305Z | Compiling nu-ansi-term v0.50.1 |
2344 | 2024-12-06T02:11:40.325Z | Compiling home v0.5.9 |
2345 | 2024-12-06T02:11:40.624Z | Compiling sqlparser v0.45.0 |
2346 | 2024-12-06T02:11:40.646Z | Compiling rustyline v14.0.0 |
2347 | 2024-12-06T02:11:40.657Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2348 | 2024-12-06T02:11:41.059Z | Compiling reedline v0.35.0 |
2349 | 2024-12-06T02:11:41.481Z | Compiling sqlformat v0.2.6 |
2350 | 2024-12-06T02:11:44.723Z | Compiling peg v0.8.4 |
2351 | 2024-12-06T02:11:44.940Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2352 | 2024-12-06T02:11:51.775Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2353 | 2024-12-06T02:11:52.940Z | Compiling rcgen v0.12.1 |
2354 | 2024-12-06T02:11:56.474Z | Compiling tabled v0.15.0 |
2355 | 2024-12-06T02:12:05.078Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2356 | 2024-12-06T02:12:05.161Z | Compiling derive_builder v0.20.2 |
2357 | 2024-12-06T02:12:12.877Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2358 | 2024-12-06T02:12:14.283Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2359 | 2024-12-06T02:12:16.081Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2360 | 2024-12-06T02:12:16.393Z | Compiling bcs v0.1.6 |
2361 | 2024-12-06T02:12:16.941Z | Compiling impl-trait-for-tuples v0.2.2 |
2362 | 2024-12-06T02:12:17.328Z | Compiling oso-derive v0.27.3 |
2363 | 2024-12-06T02:12:18.327Z | Compiling libz-sys v1.1.20 |
2364 | 2024-12-06T02:12:19.023Z | Compiling quick-xml v0.33.0 |
2365 | 2024-12-06T02:12:23.943Z | Compiling subprocess v0.2.9 |
2366 | 2024-12-06T02:12:25.274Z | Compiling diesel-dtrace v0.3.0 |
2367 | 2024-12-06T02:12:25.506Z | Compiling parking_lot_core v0.8.6 |
2368 | 2024-12-06T02:12:25.963Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2369 | 2024-12-06T02:12:28.807Z | Compiling oso v0.27.3 |
2370 | 2024-12-06T02:12:46.226Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2371 | 2024-12-06T02:12:47.861Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2372 | 2024-12-06T02:12:53.431Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2373 | 2024-12-06T02:12:56.763Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2374 | 2024-12-06T02:12:57.081Z | Compiling bb8 v0.8.5 |
2375 | 2024-12-06T02:12:57.745Z | Compiling buf-list v1.0.3 |
2376 | 2024-12-06T02:12:58.420Z | Compiling async-bb8-diesel v0.2.1 |
2377 | 2024-12-06T02:13:00.149Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2378 | 2024-12-06T02:13:00.296Z | Compiling pin-project-internal v1.1.6 |
2379 | 2024-12-06T02:13:00.948Z | Compiling atty v0.2.14 |
2380 | 2024-12-06T02:13:01.114Z | Compiling salty v0.3.0 |
2381 | 2024-12-06T02:13:03.082Z | Compiling pin-project v1.1.6 |
2382 | 2024-12-06T02:13:03.643Z | Compiling parking_lot v0.11.2 |
2383 | 2024-12-06T02:13:06.796Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2384 | 2024-12-06T02:13:07.550Z | Compiling snafu-derive v0.8.5 |
2385 | 2024-12-06T02:13:08.242Z | Compiling sled v0.34.7 |
2386 | 2024-12-06T02:13:11.697Z | Compiling mime_guess v2.0.5 |
2387 | 2024-12-06T02:13:12.164Z | Compiling snafu v0.8.5 |
2388 | 2024-12-06T02:13:13.663Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2389 | 2024-12-06T02:13:14.465Z | Compiling hickory-client v0.24.1 |
2390 | 2024-12-06T02:13:14.861Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2391 | 2024-12-06T02:13:15.865Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2392 | 2024-12-06T02:13:16.134Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2393 | 2024-12-06T02:13:21.354Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2394 | 2024-12-06T02:13:22.884Z | Compiling globset v0.4.15 |
2395 | 2024-12-06T02:13:24.856Z | Compiling hickory-server v0.24.1 |
2396 | 2024-12-06T02:13:36.448Z | Compiling primeorder v0.13.6 |
2397 | 2024-12-06T02:13:36.621Z | Compiling olpc-cjson v0.1.4 |
2398 | 2024-12-06T02:13:36.982Z | Compiling vergen v8.3.2 |
2399 | 2024-12-06T02:13:37.058Z | Compiling env_filter v0.1.2 |
2400 | 2024-12-06T02:13:37.267Z | Compiling cargo-platform v0.1.8 |
2401 | 2024-12-06T02:13:37.829Z | Compiling serde_plain v1.0.2 |
2402 | 2024-12-06T02:13:38.386Z | Compiling nanorand v0.7.0 |
2403 | 2024-12-06T02:13:38.635Z | Compiling memoffset v0.9.1 |
2404 | 2024-12-06T02:13:38.978Z | Compiling typed-path v0.9.3 |
2405 | 2024-12-06T02:13:39.252Z | Compiling flume v0.11.1 |
2406 | 2024-12-06T02:13:40.040Z | Compiling cargo_metadata v0.18.1 |
2407 | 2024-12-06T02:13:42.091Z | Compiling tough v0.19.0 |
2408 | 2024-12-06T02:13:43.396Z | Compiling env_logger v0.11.5 |
2409 | 2024-12-06T02:13:44.853Z | Compiling p384 v0.13.0 |
2410 | 2024-12-06T02:13:46.316Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2411 | 2024-12-06T02:13:48.440Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2412 | 2024-12-06T02:13:50.401Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2413 | 2024-12-06T02:13:52.458Z | Compiling git2 v0.19.0 |
2414 | 2024-12-06T02:13:58.974Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2415 | 2024-12-06T02:14:00.274Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2416 | 2024-12-06T02:14:01.873Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2417 | 2024-12-06T02:14:01.894Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2418 | 2024-12-06T02:14:04.627Z | Compiling rand_seeder v0.3.0 |
2419 | 2024-12-06T02:14:05.050Z | Compiling libsqlite3-sys v0.30.1 |
2420 | 2024-12-06T02:14:05.583Z | Compiling rustls v0.21.12 |
2421 | 2024-12-06T02:14:05.722Z | Compiling cfg_aliases v0.2.1 |
2422 | 2024-12-06T02:14:05.852Z | Compiling http-range v0.1.5 |
2423 | 2024-12-06T02:14:05.894Z | Compiling parse-size v1.1.0 |
2424 | 2024-12-06T02:14:06.222Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2425 | 2024-12-06T02:14:06.449Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2426 | 2024-12-06T02:14:06.611Z | Compiling nix v0.29.0 |
2427 | 2024-12-06T02:14:07.244Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2428 | 2024-12-06T02:14:07.466Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2429 | 2024-12-06T02:14:08.988Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2430 | 2024-12-06T02:14:09.169Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2431 | 2024-12-06T02:14:09.312Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2432 | 2024-12-06T02:14:09.640Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2433 | 2024-12-06T02:14:09.930Z | Compiling sct v0.7.1 |
2434 | 2024-12-06T02:14:09.968Z | Compiling rustls-webpki v0.101.7 |
2435 | 2024-12-06T02:14:10.395Z | Compiling castaway v0.2.3 |
2436 | 2024-12-06T02:14:10.612Z | Compiling csv-core v0.1.11 |
2437 | 2024-12-06T02:14:11.485Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2438 | 2024-12-06T02:14:11.807Z | Compiling glob v0.3.1 |
2439 | 2024-12-06T02:14:13.356Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2440 | 2024-12-06T02:14:13.878Z | Compiling csv v1.3.0 |
2441 | 2024-12-06T02:14:13.938Z | Compiling compact_str v0.8.0 |
2442 | 2024-12-06T02:14:16.047Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2443 | 2024-12-06T02:14:16.527Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2444 | 2024-12-06T02:14:16.549Z | Compiling nix v0.27.1 |
2445 | 2024-12-06T02:14:17.803Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2446 | 2024-12-06T02:14:19.577Z | Compiling hyper-staticfile v0.10.1 |
2447 | 2024-12-06T02:14:22.624Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2448 | 2024-12-06T02:14:25.138Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2449 | 2024-12-06T02:14:26.167Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2450 | 2024-12-06T02:14:26.410Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2451 | 2024-12-06T02:14:31.873Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2452 | 2024-12-06T02:14:31.894Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2453 | 2024-12-06T02:14:32.242Z | Compiling unicode-truncate v1.1.0 |
2454 | 2024-12-06T02:14:32.536Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2455 | 2024-12-06T02:14:32.844Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2456 | 2024-12-06T02:14:33.160Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2457 | 2024-12-06T02:14:34.129Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2458 | 2024-12-06T02:14:37.042Z | Compiling hashlink v0.9.1 |
2459 | 2024-12-06T02:14:37.919Z | Compiling tungstenite v0.23.0 |
2460 | 2024-12-06T02:14:39.651Z | Compiling lru v0.12.5 |
2461 | 2024-12-06T02:14:39.704Z | Compiling instability v0.3.2 |
2462 | 2024-12-06T02:14:40.035Z | Compiling fallible-iterator v0.3.0 |
2463 | 2024-12-06T02:14:40.085Z | Compiling fallible-streaming-iterator v0.1.9 |
2464 | 2024-12-06T02:14:40.380Z | Compiling cassowary v0.3.0 |
2465 | 2024-12-06T02:14:40.494Z | Compiling tokio-tungstenite v0.23.1 |
2466 | 2024-12-06T02:14:40.738Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2467 | 2024-12-06T02:14:40.887Z | Compiling ratatui v0.28.1 |
2468 | 2024-12-06T02:14:41.126Z | Compiling rusqlite v0.32.1 |
2469 | 2024-12-06T02:14:45.003Z | Compiling tokio-rustls v0.24.1 |
2470 | 2024-12-06T02:14:46.444Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2471 | 2024-12-06T02:14:48.222Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2472 | 2024-12-06T02:14:52.485Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2473 | 2024-12-06T02:14:57.374Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2474 | 2024-12-06T02:14:59.559Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2475 | 2024-12-06T02:15:01.871Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2476 | 2024-12-06T02:15:03.488Z | Compiling rustls-pemfile v1.0.4 |
2477 | 2024-12-06T02:15:04.382Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2478 | 2024-12-06T02:15:04.646Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2479 | 2024-12-06T02:15:04.699Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2480 | 2024-12-06T02:15:04.882Z | Compiling signal-hook-tokio v0.3.1 |
2481 | 2024-12-06T02:15:05.133Z | Compiling twox-hash v1.6.3 |
2482 | 2024-12-06T02:15:06.239Z | Compiling unicode-linebreak v0.1.5 |
2483 | 2024-12-06T02:15:06.817Z | Compiling is_ci v1.2.0 |
2484 | 2024-12-06T02:15:07.131Z | Compiling smawk v0.3.2 |
2485 | 2024-12-06T02:15:07.457Z | Compiling textwrap v0.16.1 |
2486 | 2024-12-06T02:15:09.672Z | Compiling supports-color v3.0.1 |
2487 | 2024-12-06T02:15:11.082Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2488 | 2024-12-06T02:15:11.085Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2489 | 2024-12-06T02:15:15.405Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2490 | 2024-12-06T02:15:22.737Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2491 | 2024-12-06T02:15:27.143Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2492 | 2024-12-06T02:15:31.949Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2493 | 2024-12-06T02:15:32.485Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2494 | 2024-12-06T02:15:45.159Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2495 | 2024-12-06T02:15:45.798Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2496 | 2024-12-06T02:15:46.097Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2497 | 2024-12-06T02:15:51.088Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2498 | 2024-12-06T02:15:51.750Z | Compiling fatfs v0.3.6 |
2499 | 2024-12-06T02:15:52.693Z | Compiling rtoolbox v0.0.2 |
2500 | 2024-12-06T02:15:53.144Z | Compiling assert_matches v1.5.0 |
2501 | 2024-12-06T02:15:54.595Z | Compiling rpassword v7.3.1 |
2502 | 2024-12-06T02:15:55.078Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2503 | 2024-12-06T02:16:01.189Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2504 | 2024-12-06T02:16:05.399Z | Compiling tui-tree-widget v0.22.0 |
2505 | 2024-12-06T02:16:05.878Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2506 | 2024-12-06T02:16:08.298Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2507 | 2024-12-06T02:16:10.235Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2508 | 2024-12-06T02:16:10.549Z | Compiling uzers v0.12.1 |
2509 | 2024-12-06T02:16:13.711Z | Compiling shell-words v1.1.0 |
2510 | 2024-12-06T02:16:14.198Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2511 | 2024-12-06T02:16:21.770Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2512 | 2024-12-06T02:16:23.964Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2513 | 2024-12-06T02:16:55.002Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2514 | 2024-12-06T02:16:55.360Z | Compiling multimap v0.10.0 |
2515 | 2024-12-06T02:19:15.732Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2516 | 2024-12-06T02:19:20.545Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2517 | 2024-12-06T02:26:06.703Z | Finished `release` profile [optimized] target(s) in 16m 24s |
2518 | 2024-12-06T02:27:11.229Z | |
2519 | 2024-12-06T02:27:11.232Z | real 17:30.445494970 |
2520 | 2024-12-06T02:27:11.232Z | user 1:59:25.667095716 |
2521 | 2024-12-06T02:27:11.232Z | sys 5:52.985440320 |
2522 | 2024-12-06T02:27:11.232Z | trap 2.980743297 |
2523 | 2024-12-06T02:27:11.232Z | tflt 3.393688441 |
2524 | 2024-12-06T02:27:11.232Z | dflt 3.884279412 |
2525 | 2024-12-06T02:27:11.232Z | kflt 0.009087798 |
2526 | 2024-12-06T02:27:11.232Z | lock 7:25:20.459766050 |
2527 | 2024-12-06T02:27:11.232Z | slp 6:22:53.431962891 |
2528 | 2024-12-06T02:27:11.232Z | lat 2:55.860084673 |
2529 | 2024-12-06T02:27:11.232Z | stop 2:37.260145554 |
2530 | 2024-12-06T02:27:11.232Z | + mapfile -t packages |
2531 | 2024-12-06T02:27:11.232Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2532 | 2024-12-06T02:27:12.231Z | Finished `release` profile [optimized] target(s) in 0.95s |
2533 | 2024-12-06T02:27:12.292Z | Running `target/release/omicron-package -t test list-outputs` |
2534 | 2024-12-06T02:27:12.338Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2535 | 2024-12-06T02:27:12.341Z | + ptime -m cargo build --locked --release -p xtask |
2536 | 2024-12-06T02:27:12.895Z | Compiling serde v1.0.215 |
2537 | 2024-12-06T02:27:12.898Z | Compiling rustix v0.38.37 |
2538 | 2024-12-06T02:27:12.898Z | Compiling serde_json v1.0.132 |
2539 | 2024-12-06T02:27:12.898Z | Compiling libc v0.2.162 |
2540 | 2024-12-06T02:27:12.898Z | Compiling syn v2.0.87 |
2541 | 2024-12-06T02:27:12.986Z | Compiling bitflags v2.6.0 |
2542 | 2024-12-06T02:27:13.393Z | Compiling usdt-impl v0.5.0 |
2543 | 2024-12-06T02:27:13.411Z | Compiling syn v1.0.109 |
2544 | 2024-12-06T02:27:13.493Z | Compiling log v0.4.22 |
2545 | 2024-12-06T02:27:13.509Z | Compiling hashbrown v0.15.0 |
2546 | 2024-12-06T02:27:13.555Z | Compiling fs-err v2.11.0 |
2547 | 2024-12-06T02:27:13.902Z | Compiling once_cell v1.20.2 |
2548 | 2024-12-06T02:27:13.989Z | Compiling anyhow v1.0.93 |
2549 | 2024-12-06T02:27:14.399Z | Compiling thread-id v4.2.2 |
2550 | 2024-12-06T02:27:14.879Z | Compiling indexmap v2.6.0 |
2551 | 2024-12-06T02:27:15.934Z | Compiling terminal_size v0.4.0 |
2552 | 2024-12-06T02:27:15.934Z | Compiling tempfile v3.13.0 |
2553 | 2024-12-06T02:27:16.154Z | Compiling clap_builder v4.5.21 |
2554 | 2024-12-06T02:27:17.043Z | Compiling proc-macro-error v1.0.4 |
2555 | 2024-12-06T02:27:18.222Z | Compiling tabled_derive v0.7.0 |
2556 | 2024-12-06T02:27:19.538Z | Compiling tabled v0.15.0 |
2557 | 2024-12-06T02:27:21.004Z | Compiling serde_derive v1.0.215 |
2558 | 2024-12-06T02:27:21.836Z | Compiling thiserror-impl v1.0.69 |
2559 | 2024-12-06T02:27:23.232Z | Compiling zerocopy-derive v0.7.35 |
2560 | 2024-12-06T02:27:24.618Z | Compiling scroll_derive v0.12.0 |
2561 | 2024-12-06T02:27:24.817Z | Compiling thiserror v1.0.69 |
2562 | 2024-12-06T02:27:24.976Z | Compiling pest v2.7.14 |
2563 | 2024-12-06T02:27:25.536Z | Compiling zerocopy v0.7.35 |
2564 | 2024-12-06T02:27:25.982Z | Compiling scroll v0.12.0 |
2565 | 2024-12-06T02:27:26.650Z | Compiling goblin v0.8.2 |
2566 | 2024-12-06T02:27:28.107Z | Compiling pest_meta v2.7.14 |
2567 | 2024-12-06T02:27:31.103Z | Compiling pest_generator v2.7.14 |
2568 | 2024-12-06T02:27:32.923Z | Compiling pest_derive v2.7.14 |
2569 | 2024-12-06T02:27:33.779Z | Compiling dtrace-parser v0.2.0 |
2570 | 2024-12-06T02:27:35.325Z | Compiling clap_derive v4.5.18 |
2571 | 2024-12-06T02:27:35.620Z | Compiling toml_datetime v0.6.8 |
2572 | 2024-12-06T02:27:35.872Z | Compiling serde_spanned v0.6.8 |
2573 | 2024-12-06T02:27:36.160Z | Compiling toml_edit v0.22.22 |
2574 | 2024-12-06T02:27:36.356Z | Compiling camino v1.1.9 |
2575 | 2024-12-06T02:27:37.703Z | Compiling serde_tokenstream v0.2.2 |
2576 | 2024-12-06T02:27:38.330Z | Compiling dof v0.3.0 |
2577 | 2024-12-06T02:27:40.058Z | Compiling toml v0.8.19 |
2578 | 2024-12-06T02:27:41.580Z | Compiling cargo-platform v0.1.8 |
2579 | 2024-12-06T02:27:42.320Z | Compiling usdt-attr-macro v0.5.0 |
2580 | 2024-12-06T02:27:42.676Z | Compiling usdt-macro v0.5.0 |
2581 | 2024-12-06T02:27:43.710Z | Compiling semver v1.0.23 |
2582 | 2024-12-06T02:27:43.932Z | Compiling usdt v0.5.0 |
2583 | 2024-12-06T02:27:44.336Z | Compiling cargo_metadata v0.18.1 |
2584 | 2024-12-06T02:27:45.211Z | Compiling cargo_toml v0.20.5 |
2585 | 2024-12-06T02:27:45.426Z | Compiling clap v4.5.21 |
2586 | 2024-12-06T02:27:45.574Z | Compiling camino-tempfile v1.1.1 |
2587 | 2024-12-06T02:27:46.375Z | Compiling macaddr v1.0.1 |
2588 | 2024-12-06T02:27:58.047Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2589 | 2024-12-06T02:28:09.393Z | Finished `release` profile [optimized] target(s) in 56.99s |
2590 | 2024-12-06T02:28:09.496Z | |
2591 | 2024-12-06T02:28:09.496Z | real 57.122963941 |
2592 | 2024-12-06T02:28:09.496Z | user 5:46.018974105 |
2593 | 2024-12-06T02:28:09.496Z | sys 32.238279673 |
2594 | 2024-12-06T02:28:09.496Z | trap 0.156780329 |
2595 | 2024-12-06T02:28:09.504Z | tflt 0.316512119 |
2596 | 2024-12-06T02:28:09.504Z | dflt 0.516309296 |
2597 | 2024-12-06T02:28:09.504Z | kflt 0.000000000 |
2598 | 2024-12-06T02:28:09.504Z | lock 10:49.521376886 |
2599 | 2024-12-06T02:28:09.504Z | slp 16:28.309163823 |
2600 | 2024-12-06T02:28:09.504Z | lat 13.155483521 |
2601 | 2024-12-06T02:28:09.504Z | stop 17.078314126 |
2602 | 2024-12-06T02:28:09.504Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2603 | 2024-12-06T02:28:09.504Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2604 | 2024-12-06T02:28:09.504Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2605 | 2024-12-06T02:28:09.504Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2606 | 2024-12-06T02:28:09.504Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2607 | 2024-12-06T02:28:10.408Z | Compiling hashbrown v0.14.5 |
2608 | 2024-12-06T02:28:10.538Z | Compiling ident_case v1.0.1 |
2609 | 2024-12-06T02:28:10.553Z | Compiling unsafe-libyaml v0.2.11 |
2610 | 2024-12-06T02:28:10.555Z | Compiling progenitor-client v0.8.0 |
2611 | 2024-12-06T02:28:10.555Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2612 | 2024-12-06T02:28:10.555Z | Compiling ipnetwork v0.20.0 |
2613 | 2024-12-06T02:28:10.555Z | Compiling macaddr v1.0.1 |
2614 | 2024-12-06T02:28:10.567Z | Compiling instant v0.1.13 |
2615 | 2024-12-06T02:28:10.696Z | Compiling darling_core v0.20.10 |
2616 | 2024-12-06T02:28:10.806Z | Compiling structmeta-derive v0.3.0 |
2617 | 2024-12-06T02:28:11.014Z | Compiling dropshot v0.13.0 |
2618 | 2024-12-06T02:28:11.062Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2619 | 2024-12-06T02:28:11.109Z | Compiling newtype-uuid v1.1.3 |
2620 | 2024-12-06T02:28:11.402Z | Compiling dropshot_endpoint v0.13.0 |
2621 | 2024-12-06T02:28:11.652Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2622 | 2024-12-06T02:28:11.786Z | Compiling regress v0.10.1 |
2623 | 2024-12-06T02:28:11.806Z | Compiling regress v0.9.1 |
2624 | 2024-12-06T02:28:11.865Z | Compiling serde_yaml v0.9.34+deprecated |
2625 | 2024-12-06T02:28:12.434Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2626 | 2024-12-06T02:28:12.488Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2627 | 2024-12-06T02:28:12.624Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2628 | 2024-12-06T02:28:12.876Z | Compiling backoff v0.4.0 |
2629 | 2024-12-06T02:28:13.248Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2630 | 2024-12-06T02:28:13.421Z | Compiling tempfile v3.13.0 |
2631 | 2024-12-06T02:28:13.441Z | Compiling proc-macro-crate v1.3.1 |
2632 | 2024-12-06T02:28:13.882Z | Compiling structmeta v0.3.0 |
2633 | 2024-12-06T02:28:14.390Z | Compiling parse-display-derive v0.10.0 |
2634 | 2024-12-06T02:28:14.410Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2635 | 2024-12-06T02:28:14.630Z | Compiling num_enum_derive v0.5.11 |
2636 | 2024-12-06T02:28:14.804Z | Compiling itertools v0.13.0 |
2637 | 2024-12-06T02:28:16.015Z | Compiling typify-impl v0.2.0 |
2638 | 2024-12-06T02:28:16.900Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2639 | 2024-12-06T02:28:17.060Z | Compiling zerocopy v0.8.10 |
2640 | 2024-12-06T02:28:17.240Z | Compiling foreign-types-macros v0.2.3 |
2641 | 2024-12-06T02:28:17.306Z | Compiling num_enum v0.5.11 |
2642 | 2024-12-06T02:28:17.441Z | Compiling zerocopy-derive v0.8.10 |
2643 | 2024-12-06T02:28:17.847Z | Compiling darling_macro v0.20.10 |
2644 | 2024-12-06T02:28:18.050Z | Compiling heapless v0.8.0 |
2645 | 2024-12-06T02:28:18.159Z | Compiling foreign-types-shared v0.3.1 |
2646 | 2024-12-06T02:28:18.303Z | Compiling proc-macro-error v1.0.4 |
2647 | 2024-12-06T02:28:18.649Z | Compiling foreign-types v0.5.0 |
2648 | 2024-12-06T02:28:18.848Z | Compiling darling v0.20.10 |
2649 | 2024-12-06T02:28:18.989Z | Compiling serde_with_macros v3.11.0 |
2650 | 2024-12-06T02:28:18.989Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2651 | 2024-12-06T02:28:19.094Z | Compiling parse-display v0.10.0 |
2652 | 2024-12-06T02:28:19.097Z | Compiling camino-tempfile v1.1.1 |
2653 | 2024-12-06T02:28:19.222Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2654 | 2024-12-06T02:28:19.629Z | Compiling hash32 v0.3.1 |
2655 | 2024-12-06T02:28:19.813Z | Compiling cstr-argument v0.1.2 |
2656 | 2024-12-06T02:28:19.881Z | Compiling pretty-hex v0.2.1 |
2657 | 2024-12-06T02:28:20.086Z | Compiling crucible-workspace-hack v0.1.0 |
2658 | 2024-12-06T02:28:20.089Z | Compiling smoltcp v0.11.0 |
2659 | 2024-12-06T02:28:20.122Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2660 | 2024-12-06T02:28:20.308Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2661 | 2024-12-06T02:28:20.382Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2662 | 2024-12-06T02:28:20.892Z | Compiling tabwriter v1.4.0 |
2663 | 2024-12-06T02:28:21.012Z | Compiling colored v2.1.0 |
2664 | 2024-12-06T02:28:21.410Z | Compiling cobs v0.2.3 |
2665 | 2024-12-06T02:28:21.782Z | Compiling postcard v1.0.10 |
2666 | 2024-12-06T02:28:21.910Z | Compiling serde_with v3.11.0 |
2667 | 2024-12-06T02:28:21.950Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2668 | 2024-12-06T02:28:22.278Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2669 | 2024-12-06T02:28:22.491Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2670 | 2024-12-06T02:28:22.598Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2671 | 2024-12-06T02:28:22.885Z | Compiling thiserror v2.0.3 |
2672 | 2024-12-06T02:28:23.488Z | Compiling smf v0.2.3 |
2673 | 2024-12-06T02:28:24.010Z | Compiling thiserror-impl v2.0.3 |
2674 | 2024-12-06T02:28:24.096Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2675 | 2024-12-06T02:28:25.038Z | Compiling zone_cfg_derive v0.3.0 |
2676 | 2024-12-06T02:28:25.907Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2677 | 2024-12-06T02:28:26.071Z | Compiling num-derive v0.4.2 |
2678 | 2024-12-06T02:28:26.408Z | Compiling sigpipe v0.1.3 |
2679 | 2024-12-06T02:28:26.466Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2680 | 2024-12-06T02:28:26.549Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2681 | 2024-12-06T02:28:26.571Z | Compiling zone v0.3.0 |
2682 | 2024-12-06T02:28:26.868Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2683 | 2024-12-06T02:28:26.902Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2684 | 2024-12-06T02:28:27.311Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2685 | 2024-12-06T02:28:27.396Z | Compiling universal-hash v0.5.1 |
2686 | 2024-12-06T02:28:27.626Z | Compiling opaque-debug v0.3.1 |
2687 | 2024-12-06T02:28:27.750Z | Compiling num-rational v0.4.2 |
2688 | 2024-12-06T02:28:27.955Z | Compiling password-hash v0.5.0 |
2689 | 2024-12-06T02:28:27.986Z | Compiling num-complex v0.4.6 |
2690 | 2024-12-06T02:28:28.171Z | Compiling blake2 v0.10.6 |
2691 | 2024-12-06T02:28:28.455Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2692 | 2024-12-06T02:28:28.765Z | Compiling aead v0.5.2 |
2693 | 2024-12-06T02:28:29.058Z | Compiling keccak v0.1.5 |
2694 | 2024-12-06T02:28:29.137Z | Compiling convert_case v0.4.0 |
2695 | 2024-12-06T02:28:29.180Z | Compiling num v0.4.3 |
2696 | 2024-12-06T02:28:29.315Z | Compiling argon2 v0.5.3 |
2697 | 2024-12-06T02:28:29.467Z | Compiling sha3 v0.10.8 |
2698 | 2024-12-06T02:28:29.616Z | Compiling poly1305 v0.8.0 |
2699 | 2024-12-06T02:28:29.619Z | Compiling tungstenite v0.21.0 |
2700 | 2024-12-06T02:28:30.129Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2701 | 2024-12-06T02:28:30.153Z | Compiling chacha20 v0.9.1 |
2702 | 2024-12-06T02:28:30.186Z | Compiling derive_more v0.99.18 |
2703 | 2024-12-06T02:28:30.557Z | Compiling float-ord v0.3.2 |
2704 | 2024-12-06T02:28:30.659Z | Compiling base64 v0.21.7 |
2705 | 2024-12-06T02:28:30.750Z | Compiling tokio-tungstenite v0.21.0 |
2706 | 2024-12-06T02:28:31.365Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2707 | 2024-12-06T02:28:31.385Z | Compiling semver v0.1.20 |
2708 | 2024-12-06T02:28:31.734Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2709 | 2024-12-06T02:28:31.814Z | Compiling same-file v1.0.6 |
2710 | 2024-12-06T02:28:31.899Z | Compiling rustc_version v0.1.7 |
2711 | 2024-12-06T02:28:32.121Z | Compiling walkdir v2.5.0 |
2712 | 2024-12-06T02:28:32.139Z | Compiling newline-converter v0.3.0 |
2713 | 2024-12-06T02:28:32.160Z | Compiling primeorder v0.13.6 |
2714 | 2024-12-06T02:28:32.178Z | Compiling secrecy v0.8.0 |
2715 | 2024-12-06T02:28:32.309Z | Compiling cancel-safe-futures v0.1.5 |
2716 | 2024-12-06T02:28:32.459Z | Compiling owo-colors v4.1.0 |
2717 | 2024-12-06T02:28:32.487Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2718 | 2024-12-06T02:28:32.665Z | Compiling newtype_derive v0.1.6 |
2719 | 2024-12-06T02:28:32.720Z | Compiling expectorate v1.1.0 |
2720 | 2024-12-06T02:28:32.770Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2721 | 2024-12-06T02:28:32.918Z | Compiling thiserror-impl-no-std v2.0.2 |
2722 | 2024-12-06T02:28:32.921Z | Compiling ring v0.16.20 |
2723 | 2024-12-06T02:28:32.959Z | Compiling blake3 v1.5.4 |
2724 | 2024-12-06T02:28:33.107Z | Compiling unicase v2.7.0 |
2725 | 2024-12-06T02:28:33.388Z | Compiling half v2.4.1 |
2726 | 2024-12-06T02:28:33.432Z | Compiling arc-swap v1.7.1 |
2727 | 2024-12-06T02:28:33.647Z | Compiling ciborium-io v0.2.2 |
2728 | 2024-12-06T02:28:33.806Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2729 | 2024-12-06T02:28:34.046Z | Compiling ciborium-ll v0.2.2 |
2730 | 2024-12-06T02:28:34.079Z | Compiling slog-scope v4.4.0 |
2731 | 2024-12-06T02:28:34.635Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2732 | 2024-12-06T02:28:34.851Z | Compiling typify-macro v0.2.0 |
2733 | 2024-12-06T02:28:34.930Z | Compiling polyval v0.6.2 |
2734 | 2024-12-06T02:28:35.298Z | Compiling atomicwrites v0.4.4 |
2735 | 2024-12-06T02:28:35.385Z | Compiling libsw v3.3.1 |
2736 | 2024-12-06T02:28:35.434Z | Compiling memmap2 v0.9.5 |
2737 | 2024-12-06T02:28:35.662Z | Compiling spin v0.5.2 |
2738 | 2024-12-06T02:28:35.730Z | Compiling indent_write v2.2.0 |
2739 | 2024-12-06T02:28:35.912Z | Compiling linear-map v1.2.0 |
2740 | 2024-12-06T02:28:35.938Z | Compiling arrayref v0.3.9 |
2741 | 2024-12-06T02:28:35.981Z | Compiling constant_time_eq v0.3.1 |
2742 | 2024-12-06T02:28:36.065Z | Compiling arrayvec v0.7.6 |
2743 | 2024-12-06T02:28:36.160Z | Compiling thiserror-no-std v2.0.2 |
2744 | 2024-12-06T02:28:36.187Z | Compiling libefi-sys v0.1.0 |
2745 | 2024-12-06T02:28:36.291Z | Compiling salty v0.3.0 |
2746 | 2024-12-06T02:28:36.291Z | Compiling parking_lot_core v0.8.6 |
2747 | 2024-12-06T02:28:36.536Z | Compiling vsss-rs v3.3.4 |
2748 | 2024-12-06T02:28:36.808Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2749 | 2024-12-06T02:28:36.829Z | Compiling ghash v0.5.1 |
2750 | 2024-12-06T02:28:37.221Z | Compiling ciborium v0.2.2 |
2751 | 2024-12-06T02:28:37.582Z | Compiling slog-stdlog v4.1.1 |
2752 | 2024-12-06T02:28:37.984Z | Compiling p384 v0.13.0 |
2753 | 2024-12-06T02:28:38.027Z | Compiling toolchain_find v0.4.0 |
2754 | 2024-12-06T02:28:38.100Z | Compiling chacha20poly1305 v0.10.1 |
2755 | 2024-12-06T02:28:38.334Z | Compiling ctr v0.9.2 |
2756 | 2024-12-06T02:28:38.767Z | Compiling lzma-sys v0.1.20 |
2757 | 2024-12-06T02:28:38.769Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2758 | 2024-12-06T02:28:38.805Z | Compiling bitfield-struct v0.6.2 |
2759 | 2024-12-06T02:28:39.226Z | Compiling slog-dtrace v0.3.0 |
2760 | 2024-12-06T02:28:39.319Z | Compiling typify v0.2.0 |
2761 | 2024-12-06T02:28:39.537Z | Compiling progenitor-impl v0.8.0 |
2762 | 2024-12-06T02:28:39.540Z | Compiling topological-sort v0.2.2 |
2763 | 2024-12-06T02:28:39.566Z | Compiling highway v1.2.0 |
2764 | 2024-12-06T02:28:39.791Z | Compiling omicron-zone-package v0.11.1 |
2765 | 2024-12-06T02:28:39.840Z | Compiling aes-gcm v0.10.3 |
2766 | 2024-12-06T02:28:40.169Z | Compiling rustfmt-wrapper v0.2.1 |
2767 | 2024-12-06T02:28:40.294Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2768 | 2024-12-06T02:28:40.362Z | Compiling slog-envlogger v2.2.0 |
2769 | 2024-12-06T02:28:40.386Z | Compiling mime_guess v2.0.5 |
2770 | 2024-12-06T02:28:40.762Z | Compiling steno v0.4.1 |
2771 | 2024-12-06T02:28:41.213Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2772 | 2024-12-06T02:28:41.543Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2773 | 2024-12-06T02:28:41.561Z | Compiling heck v0.3.3 |
2774 | 2024-12-06T02:28:41.781Z | Compiling ssh-encoding v0.2.0 |
2775 | 2024-12-06T02:28:41.961Z | Compiling blowfish v0.9.1 |
2776 | 2024-12-06T02:28:41.988Z | Compiling nibble_vec v0.1.0 |
2777 | 2024-12-06T02:28:42.103Z | Compiling env_filter v0.1.2 |
2778 | 2024-12-06T02:28:42.225Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2779 | 2024-12-06T02:28:42.319Z | Compiling humantime v2.1.0 |
2780 | 2024-12-06T02:28:42.414Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2781 | 2024-12-06T02:28:42.525Z | Compiling endian-type v0.1.2 |
2782 | 2024-12-06T02:28:42.737Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2783 | 2024-12-06T02:28:42.757Z | Compiling radix_trie v0.2.1 |
2784 | 2024-12-06T02:28:42.858Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2785 | 2024-12-06T02:28:42.877Z | Compiling env_logger v0.11.5 |
2786 | 2024-12-06T02:28:42.877Z | Compiling bcrypt-pbkdf v0.10.0 |
2787 | 2024-12-06T02:28:42.916Z | Compiling ssh-cipher v0.2.0 |
2788 | 2024-12-06T02:28:43.489Z | Compiling zone_cfg_derive v0.1.2 |
2789 | 2024-12-06T02:28:43.577Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2790 | 2024-12-06T02:28:43.939Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2791 | 2024-12-06T02:28:44.214Z | Compiling parking_lot v0.11.2 |
2792 | 2024-12-06T02:28:44.733Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2793 | 2024-12-06T02:28:44.828Z | Compiling password-hash v0.4.2 |
2794 | 2024-12-06T02:28:45.044Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2795 | 2024-12-06T02:28:45.141Z | Compiling gethostname v0.5.0 |
2796 | 2024-12-06T02:28:45.167Z | Compiling fxhash v0.2.1 |
2797 | 2024-12-06T02:28:45.187Z | Compiling simd-adler32 v0.3.7 |
2798 | 2024-12-06T02:28:45.374Z | Compiling base64 v0.13.1 |
2799 | 2024-12-06T02:28:45.396Z | Compiling lockfree-object-pool v0.1.6 |
2800 | 2024-12-06T02:28:45.666Z | Compiling http-range v0.1.5 |
2801 | 2024-12-06T02:28:45.686Z | Compiling bumpalo v3.16.0 |
2802 | 2024-12-06T02:28:45.790Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2803 | 2024-12-06T02:28:45.790Z | Compiling matches v0.1.10 |
2804 | 2024-12-06T02:28:45.912Z | Compiling zip v2.1.3 |
2805 | 2024-12-06T02:28:46.006Z | Compiling idna v0.2.3 |
2806 | 2024-12-06T02:28:46.037Z | Compiling ron v0.7.1 |
2807 | 2024-12-06T02:28:46.134Z | Compiling zopfli v0.8.1 |
2808 | 2024-12-06T02:28:46.206Z | Compiling sled v0.34.7 |
2809 | 2024-12-06T02:28:46.257Z | Compiling pbkdf2 v0.11.0 |
2810 | 2024-12-06T02:28:46.418Z | Compiling zone v0.1.8 |
2811 | 2024-12-06T02:28:46.651Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2812 | 2024-12-06T02:28:47.385Z | Compiling xz2 v0.1.7 |
2813 | 2024-12-06T02:28:47.747Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2814 | 2024-12-06T02:28:48.013Z | Compiling ssh-key v0.6.6 |
2815 | 2024-12-06T02:28:48.052Z | Compiling hickory-client v0.24.1 |
2816 | 2024-12-06T02:28:48.073Z | Compiling progenitor-macro v0.8.0 |
2817 | 2024-12-06T02:28:48.928Z | Compiling p256 v0.13.2 |
2818 | 2024-12-06T02:28:48.950Z | Compiling p521 v0.13.3 |
2819 | 2024-12-06T02:28:48.985Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2820 | 2024-12-06T02:28:49.601Z | Compiling hickory-server v0.24.1 |
2821 | 2024-12-06T02:28:49.814Z | Compiling enum-as-inner v0.5.1 |
2822 | 2024-12-06T02:28:50.190Z | Compiling pem v3.0.4 |
2823 | 2024-12-06T02:28:50.873Z | Compiling yasna v0.5.2 |
2824 | 2024-12-06T02:28:51.059Z | Compiling headers-core v0.3.0 |
2825 | 2024-12-06T02:28:51.247Z | Compiling kstat-rs v0.2.4 |
2826 | 2024-12-06T02:28:51.351Z | Compiling nanorand v0.7.0 |
2827 | 2024-12-06T02:28:51.928Z | Compiling atty v0.2.14 |
2828 | 2024-12-06T02:28:51.966Z | Compiling russh-cryptovec v0.7.3 |
2829 | 2024-12-06T02:28:52.093Z | Compiling md5 v0.7.0 |
2830 | 2024-12-06T02:28:52.317Z | Compiling rcgen v0.12.1 |
2831 | 2024-12-06T02:28:52.627Z | Compiling russh-keys v0.45.0 |
2832 | 2024-12-06T02:28:52.648Z | Compiling flume v0.11.1 |
2833 | 2024-12-06T02:28:52.793Z | Compiling headers v0.4.0 |
2834 | 2024-12-06T02:28:53.057Z | Compiling trust-dns-proto v0.22.0 |
2835 | 2024-12-06T02:28:53.384Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2836 | 2024-12-06T02:28:54.852Z | Compiling hyper-staticfile v0.10.1 |
2837 | 2024-12-06T02:28:56.047Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2838 | 2024-12-06T02:28:56.679Z | Compiling num-bigint v0.4.6 |
2839 | 2024-12-06T02:28:56.974Z | Compiling des v0.8.1 |
2840 | 2024-12-06T02:28:56.993Z | Compiling subprocess v0.2.9 |
2841 | 2024-12-06T02:28:57.065Z | Compiling hex-literal v0.4.1 |
2842 | 2024-12-06T02:28:57.243Z | Compiling dhcproto-macros v0.1.0 |
2843 | 2024-12-06T02:28:57.321Z | Compiling display-error-chain v0.2.2 |
2844 | 2024-12-06T02:28:57.550Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2845 | 2024-12-06T02:28:58.045Z | Compiling internet-checksum v0.2.1 |
2846 | 2024-12-06T02:28:58.208Z | Compiling dhcproto v0.12.0 |
2847 | 2024-12-06T02:28:59.757Z | Compiling russh v0.45.0 |
2848 | 2024-12-06T02:29:01.676Z | Compiling progenitor v0.8.0 |
2849 | 2024-12-06T02:29:01.820Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2850 | 2024-12-06T02:29:01.823Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2851 | 2024-12-06T02:29:01.823Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2852 | 2024-12-06T02:29:01.823Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2853 | 2024-12-06T02:29:01.823Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2854 | 2024-12-06T02:29:01.823Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2855 | 2024-12-06T02:29:01.923Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2856 | 2024-12-06T02:29:03.425Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2857 | 2024-12-06T02:29:03.588Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2858 | 2024-12-06T02:29:04.400Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2859 | 2024-12-06T02:29:07.642Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2860 | 2024-12-06T02:29:08.691Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2861 | 2024-12-06T02:29:17.818Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2862 | 2024-12-06T02:29:17.820Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2863 | 2024-12-06T02:29:17.820Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2864 | 2024-12-06T02:29:17.820Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2865 | 2024-12-06T02:29:21.103Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2866 | 2024-12-06T02:29:21.253Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2867 | 2024-12-06T02:29:22.408Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2868 | 2024-12-06T02:29:22.809Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2869 | 2024-12-06T02:29:25.098Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2870 | 2024-12-06T02:29:26.092Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2871 | 2024-12-06T02:29:26.934Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2872 | 2024-12-06T02:29:26.937Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2873 | 2024-12-06T02:29:28.080Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2874 | 2024-12-06T02:29:28.610Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2875 | 2024-12-06T02:29:30.067Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2876 | 2024-12-06T02:29:30.390Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2877 | 2024-12-06T02:29:31.316Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2878 | 2024-12-06T02:29:31.721Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2879 | 2024-12-06T02:29:32.692Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2880 | 2024-12-06T02:29:33.920Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2881 | 2024-12-06T02:29:34.051Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2882 | 2024-12-06T02:29:34.582Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2883 | 2024-12-06T02:29:35.470Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2884 | 2024-12-06T02:29:37.895Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2885 | 2024-12-06T02:29:39.797Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2886 | 2024-12-06T02:29:41.685Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2887 | 2024-12-06T02:29:42.778Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2888 | 2024-12-06T02:29:43.669Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2889 | 2024-12-06T02:29:48.248Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2890 | 2024-12-06T02:29:56.702Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2891 | 2024-12-06T02:29:58.079Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2892 | 2024-12-06T02:30:17.827Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2893 | 2024-12-06T02:30:53.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 44s |
2894 | 2024-12-06T02:30:54.052Z | |
2895 | 2024-12-06T02:30:54.054Z | real 2:44.489279329 |
2896 | 2024-12-06T02:30:54.055Z | user 12:31.302697851 |
2897 | 2024-12-06T02:30:54.055Z | sys 2:48.155942853 |
2898 | 2024-12-06T02:30:54.055Z | trap 0.335264131 |
2899 | 2024-12-06T02:30:54.055Z | tflt 0.660452212 |
2900 | 2024-12-06T02:30:54.055Z | dflt 2.034028694 |
2901 | 2024-12-06T02:30:54.055Z | kflt 0.000030335 |
2902 | 2024-12-06T02:30:54.055Z | lock 26:15.126849574 |
2903 | 2024-12-06T02:30:54.055Z | slp 45:24.228532608 |
2904 | 2024-12-06T02:30:54.055Z | lat 35.961572030 |
2905 | 2024-12-06T02:30:54.055Z | stop 1:33.517371839 |
2906 | 2024-12-06T02:30:54.055Z | + mkdir tests |
2907 | 2024-12-06T02:30:54.058Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2908 | 2024-12-06T02:30:54.058Z | + xargs -I '{}' -t cp '{}' tests/ |
2909 | 2024-12-06T02:30:54.141Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-76d60e8556db4194 tests/ |
2910 | 2024-12-06T02:30:54.145Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-5b072674524012c2 tests/ |
2911 | 2024-12-06T02:30:54.145Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-da0400e0aa3ddcee tests/ |
2912 | 2024-12-06T02:30:54.156Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ae7668f10d840e8c tests/ |
2913 | 2024-12-06T02:30:54.337Z | + 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/*) |
2914 | 2024-12-06T02:30:54.339Z | + 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-da0400e0aa3ddcee tests/commtest-5b072674524012c2 tests/dhcp_server-76d60e8556db4194 tests/end_to_end_tests-ae7668f10d840e8c 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 |
2915 | 2024-12-06T02:32:05.515Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2916 | 2024-12-06T02:32:05.515Z | a .github/buildomat/ci-env.sh 1K |
2917 | 2024-12-06T02:32:05.515Z | a out/target/test 1K |
2918 | 2024-12-06T02:32:05.515Z | a out/npuzone/npuzone 23144K |
2919 | 2024-12-06T02:32:05.515Z | a package-manifest.toml 32K |
2920 | 2024-12-06T02:32:05.515Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2921 | 2024-12-06T02:32:05.515Z | a target/release/omicron-package 36349K |
2922 | 2024-12-06T02:32:05.515Z | a target/release/xtask 11750K |
2923 | 2024-12-06T02:32:05.515Z | a target/debug/bootstrap 210028K |
2924 | 2024-12-06T02:32:05.515Z | a tests/bootstrap-da0400e0aa3ddcee 24246K |
2925 | 2024-12-06T02:32:05.515Z | a tests/commtest-5b072674524012c2 25022K |
2926 | 2024-12-06T02:32:05.515Z | a tests/dhcp_server-76d60e8556db4194 24246K |
2927 | 2024-12-06T02:32:05.515Z | a tests/end_to_end_tests-ae7668f10d840e8c 228129K |
2928 | 2024-12-06T02:32:05.515Z | a out/clickhouse.tar.gz 285853K |
2929 | 2024-12-06T02:32:05.515Z | a out/clickhouse_keeper.tar.gz 285848K |
2930 | 2024-12-06T02:32:05.515Z | a out/clickhouse_server.tar.gz 285851K |
2931 | 2024-12-06T02:32:05.515Z | a out/cockroachdb.tar.gz 134561K |
2932 | 2024-12-06T02:32:05.515Z | a out/crucible-dtrace.tar 85K |
2933 | 2024-12-06T02:32:05.516Z | a out/crucible-pantry-zone.tar.gz 28186K |
2934 | 2024-12-06T02:32:05.516Z | a out/crucible-zone.tar.gz 36396K |
2935 | 2024-12-06T02:32:05.516Z | a out/external-dns.tar.gz 35282K |
2936 | 2024-12-06T02:32:05.516Z | a out/internal-dns.tar.gz 35281K |
2937 | 2024-12-06T02:32:05.516Z | a out/mg-ddm-gz.tar 63075K |
2938 | 2024-12-06T02:32:05.516Z | a out/nexus.tar.gz 100490K |
2939 | 2024-12-06T02:32:05.516Z | a out/ntp.tar.gz 10360K |
2940 | 2024-12-06T02:32:05.516Z | a out/omicron-gateway-softnpu.tar.gz 23931K |
2941 | 2024-12-06T02:32:05.516Z | a out/omicron-sled-agent.tar 113496K |
2942 | 2024-12-06T02:32:05.516Z | a out/overlay.tar.gz 3K |
2943 | 2024-12-06T02:32:05.516Z | a out/oximeter.tar.gz 51278K |
2944 | 2024-12-06T02:32:05.516Z | a out/oxlog.tar 3088K |
2945 | 2024-12-06T02:32:05.516Z | a out/probe.tar.gz 2764K |
2946 | 2024-12-06T02:32:05.516Z | a out/propolis-server.tar.gz 66730K |
2947 | 2024-12-06T02:32:05.516Z | a out/pumpkind-gz.tar 26665K |
2948 | 2024-12-06T02:32:05.516Z | a out/switch-softnpu.tar.gz 237371K |
2949 | 2024-12-06T02:32:05.521Z | |
2950 | 2024-12-06T02:32:05.521Z | real 1:11.168585136 |
2951 | 2024-12-06T02:32:05.521Z | user 1:08.124281897 |
2952 | 2024-12-06T02:32:05.521Z | sys 4.309155259 |
2953 | 2024-12-06T02:32:05.521Z | trap 0.017014932 |
2954 | 2024-12-06T02:32:05.521Z | tflt 0.000000000 |
2955 | 2024-12-06T02:32:05.521Z | dflt 0.000000000 |
2956 | 2024-12-06T02:32:05.521Z | kflt 0.000000000 |
2957 | 2024-12-06T02:32:05.521Z | lock 0.000000000 |
2958 | 2024-12-06T02:32:05.521Z | slp 1:08.047167546 |
2959 | 2024-12-06T02:32:05.521Z | lat 1.835235021 |
2960 | 2024-12-06T02:32:05.522Z | stop 0.000198066 |
2961 | 2024-12-06T02:32:05.525Z | process exited: duration 1975576 ms, exit code 0 |
|
2962 | 2024-12-06T02:32:05.552Z | found 1 output files |
2963 | 2024-12-06T02:32:05.552Z | uploading: /work/package.tar.gz (1878378527 bytes) |
2964 | 2024-12-06T02:32:42.585Z | uploaded: /work/package.tar.gz |