|
|
|
1 | 2024-11-25T18:43:03.921Z | job assigned to worker 01JDJA2YYD8BQM3911EGK54TNR [factory aws, i-01708af5ebd29c936] (queued for 1 m 5 s) |
|
2 | 2024-11-25T18:43:12.384Z | starting task 0: "setup" |
3 | 2024-11-25T18:43:12.395Z | ++ uname -s |
4 | 2024-11-25T18:43:12.397Z | + kern=SunOS |
5 | 2024-11-25T18:43:12.397Z | + case "$kern" in |
6 | 2024-11-25T18:43:12.397Z | + groupadd -g 12345 build |
7 | 2024-11-25T18:43:12.400Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-25T18:43:14.406Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-25T18:43:14.517Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-25T18:43:14.520Z | + home_fs=zfs |
11 | 2024-11-25T18:43:14.520Z | + [[ zfs == autofs ]] |
12 | 2024-11-25T18:43:14.520Z | + mkdir -p /home/build |
13 | 2024-11-25T18:43:14.522Z | + chown build:build /home/build /work |
14 | 2024-11-25T18:43:15.523Z | + chmod 0700 /home/build /work |
15 | 2024-11-25T18:43:15.526Z | process exited: duration 3141 ms, exit code 0 |
|
16 | 2024-11-25T18:43:15.530Z | starting task 1: "rust-toolchain" |
17 | 2024-11-25T18:43:15.536Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-25T18:43:15.536Z | ' 1.81.0 |
19 | 2024-11-25T18:43:15.536Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-25T18:43:15.536Z | * toolchain channel = "1.81.0" |
21 | 2024-11-25T18:43:15.536Z | ' default |
22 | 2024-11-25T18:43:15.536Z | * toolchain profile = "default" |
23 | 2024-11-25T18:43:15.539Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-25T18:43:15.539Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-25T18:43:15.662Z | info: downloading installer |
26 | 2024-11-25T18:43:17.162Z | info: profile set to 'default' |
27 | 2024-11-25T18:43:17.162Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-25T18:43:17.165Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-25T18:43:17.306Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-25T18:43:17.306Z | info: downloading component 'cargo' |
31 | 2024-11-25T18:43:18.024Z | info: downloading component 'clippy' |
32 | 2024-11-25T18:43:18.294Z | info: downloading component 'rust-docs' |
33 | 2024-11-25T18:43:19.289Z | info: downloading component 'rust-std' |
34 | 2024-11-25T18:43:20.842Z | info: downloading component 'rustc' |
35 | 2024-11-25T18:43:26.398Z | info: downloading component 'rustfmt' |
36 | 2024-11-25T18:43:26.610Z | info: installing component 'cargo' |
37 | 2024-11-25T18:43:27.401Z | info: installing component 'clippy' |
38 | 2024-11-25T18:43:27.762Z | info: installing component 'rust-docs' |
39 | 2024-11-25T18:43:29.380Z | info: installing component 'rust-std' |
40 | 2024-11-25T18:43:31.088Z | info: installing component 'rustc' |
41 | 2024-11-25T18:43:36.823Z | info: installing component 'rustfmt' |
42 | 2024-11-25T18:43:37.143Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-25T18:43:37.143Z | |
44 | 2024-11-25T18:43:37.506Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-25T18:43:37.506Z | |
46 | 2024-11-25T18:43:37.512Z | |
47 | 2024-11-25T18:43:37.512Z | Rust is installed now. Great! |
48 | 2024-11-25T18:43:37.512Z | |
49 | 2024-11-25T18:43:37.512Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-25T18:43:37.512Z | environment variable. This has not been done automatically. |
51 | 2024-11-25T18:43:37.512Z | |
52 | 2024-11-25T18:43:37.512Z | To configure your current shell, you need to source |
53 | 2024-11-25T18:43:37.512Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-25T18:43:37.512Z | |
55 | 2024-11-25T18:43:37.512Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-25T18:43:37.512Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-25T18:43:37.512Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-25T18:43:37.580Z | + rustc --version |
59 | 2024-11-25T18:43:37.648Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-25T18:43:37.651Z | process exited: duration 22117 ms, exit code 0 |
|
61 | 2024-11-25T18:43:37.656Z | starting task 2: "authentication" |
62 | 2024-11-25T18:43:37.677Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-25T18:43:37.681Z | starting task 3: "clone repository" |
64 | 2024-11-25T18:43:37.686Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-25T18:43:37.688Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-25T18:43:39.263Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-25T18:43:46.330Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-25T18:43:46.330Z | + git fetch origin 3d3ba51ad13da7286ab8c6637564a31cf9abd8c2 |
69 | 2024-11-25T18:43:46.673Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-25T18:43:46.673Z | * branch 3d3ba51ad13da7286ab8c6637564a31cf9abd8c2 -> FETCH_HEAD |
71 | 2024-11-25T18:43:46.683Z | + [[ -n re-apply-7006 ]] |
72 | 2024-11-25T18:43:46.686Z | ++ git branch --show-current |
73 | 2024-11-25T18:43:46.689Z | + current=main |
74 | 2024-11-25T18:43:46.689Z | + [[ main != re-apply-7006 ]] |
75 | 2024-11-25T18:43:46.689Z | + git branch -f re-apply-7006 3d3ba51ad13da7286ab8c6637564a31cf9abd8c2 |
76 | 2024-11-25T18:43:46.691Z | + git checkout -f re-apply-7006 |
77 | 2024-11-25T18:43:46.866Z | Switched to branch 're-apply-7006' |
78 | 2024-11-25T18:43:46.869Z | + git reset --hard 3d3ba51ad13da7286ab8c6637564a31cf9abd8c2 |
79 | 2024-11-25T18:43:46.883Z | HEAD is now at 3d3ba51ad [sled-agent] PUT zones doesn't create datasets (#7006) |
80 | 2024-11-25T18:43:46.886Z | process exited: duration 9201 ms, exit code 0 |
|
81 | 2024-11-25T18:43:46.891Z | starting task 4: "build" |
82 | 2024-11-25T18:43:46.896Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-25T18:43:46.899Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-25T18:43:46.899Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-25T18:43:46.899Z | + cargo --version |
86 | 2024-11-25T18:43:46.955Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-25T18:43:46.958Z | + rustc --version |
88 | 2024-11-25T18:43:47.020Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-25T18:43:47.022Z | + WORK=/work |
90 | 2024-11-25T18:43:47.022Z | + pfexec mkdir -p /work |
91 | 2024-11-25T18:43:47.027Z | + pfexec chown build /work |
92 | 2024-11-25T18:43:47.030Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-25T18:44:07.276Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-25T18:44:11.372Z | Startup: Caching catalogs ... Done |
95 | 2024-11-25T18:44:20.626Z | Planning: Solver setup ... Done (8.474s) |
96 | 2024-11-25T18:44:20.739Z | Planning: Running solver ... Done (0.113s) |
97 | 2024-11-25T18:44:20.969Z | Planning: Finding local manifests ... Done (0.141s) |
98 | 2024-11-25T18:44:21.030Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-25T18:44:21.671Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-25T18:44:22.029Z | Planning: Package planning ... Done (0.358s) |
101 | 2024-11-25T18:44:22.085Z | Planning: Merging actions ... Done (0.056s) |
102 | 2024-11-25T18:44:22.960Z | Planning: Checking for conflicting actions ... Done (0.874s) |
103 | 2024-11-25T18:44:30.278Z | Planning: Consolidating action changes ... Done (7.316s) |
104 | 2024-11-25T18:44:30.700Z | Planning: Evaluating mediators ... Done (0.422s) |
105 | 2024-11-25T18:44:30.831Z | Planning: Planning completed in 19.36 seconds |
106 | 2024-11-25T18:44:31.122Z | Packages to install: 4 |
107 | 2024-11-25T18:44:31.122Z | Packages to update: 1 |
108 | 2024-11-25T18:44:31.123Z | Mediators to change: 2 |
109 | 2024-11-25T18:44:31.125Z | Services to change: 1 |
110 | 2024-11-25T18:44:31.125Z | Estimated space available: 155.64 GB |
111 | 2024-11-25T18:44:31.125Z | Estimated space to be consumed: 1.60 GB |
112 | 2024-11-25T18:44:31.125Z | Create boot environment: No |
113 | 2024-11-25T18:44:31.125Z | Create backup boot environment: Yes |
114 | 2024-11-25T18:44:31.126Z | Rebuild boot archive: No |
115 | 2024-11-25T18:44:31.126Z | |
116 | 2024-11-25T18:44:31.126Z | Changed mediators: |
117 | 2024-11-25T18:44:31.126Z | mediator clang: |
118 | 2024-11-25T18:44:31.126Z | version: None -> 15 (system default) |
119 | 2024-11-25T18:44:31.126Z | |
120 | 2024-11-25T18:44:31.126Z | mediator llvm: |
121 | 2024-11-25T18:44:31.126Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-25T18:44:31.126Z | |
123 | 2024-11-25T18:44:31.126Z | Changed packages: |
124 | 2024-11-25T18:44:31.126Z | helios-dev |
125 | 2024-11-25T18:44:31.126Z | developer/build-essential |
126 | 2024-11-25T18:44:31.126Z | None -> 11-2.0 |
127 | 2024-11-25T18:44:31.126Z | library/libxmlsec1 |
128 | 2024-11-25T18:44:31.126Z | None -> 1.2.35-2.0 |
129 | 2024-11-25T18:44:31.126Z | ooce/developer/clang-15 |
130 | 2024-11-25T18:44:31.126Z | None -> 15.0.7-2.0 |
131 | 2024-11-25T18:44:31.126Z | ooce/developer/llvm-15 |
132 | 2024-11-25T18:44:31.126Z | None -> 15.0.7-2.0 |
133 | 2024-11-25T18:44:31.126Z | package/pkg |
134 | 2024-11-25T18:44:31.126Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-25T18:44:31.126Z | |
136 | 2024-11-25T18:44:31.126Z | Services: |
137 | 2024-11-25T18:44:31.126Z | restart_fmri: |
138 | 2024-11-25T18:44:31.126Z | svc:/system/update-man-index:default |
139 | 2024-11-25T18:44:31.126Z | |
140 | 2024-11-25T18:44:31.126Z | Editable files to change: |
141 | 2024-11-25T18:44:31.126Z | Update: |
142 | 2024-11-25T18:44:31.126Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-25T18:44:31.576Z | |
144 | 2024-11-25T18:44:31.576Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-25T18:44:36.577Z | Download: 1235/4281 items 87.8/220.6MB 39% complete (17.6M/s) |
146 | 2024-11-25T18:44:41.580Z | Download: 2640/4281 items 120.5/220.6MB 54% complete (12.1M/s) |
147 | 2024-11-25T18:44:46.595Z | Download: 3288/4281 items 212.5/220.6MB 96% complete (13.2M/s) |
148 | 2024-11-25T18:44:49.122Z | Download: Completed 220.60 MB in 17.54 seconds (12.6M/s) |
149 | 2024-11-25T18:44:52.557Z | Actions: 1/5063 actions (Removing old actions) |
150 | 2024-11-25T18:44:52.574Z | Actions: 194/5063 actions (Installing new actions) |
151 | 2024-11-25T18:44:57.663Z | Actions: 4084/5063 actions (Installing new actions) |
152 | 2024-11-25T18:44:58.017Z | Actions: 4226/5063 actions (Updating modified actions) |
153 | 2024-11-25T18:44:58.403Z | Actions: Completed 5063 actions in 5.84 seconds. |
154 | 2024-11-25T18:44:58.792Z | Done (0.381s) |
155 | 2024-11-25T18:44:58.794Z | Done (0.000s) |
156 | 2024-11-25T18:44:59.323Z | Done (0.530s) |
157 | 2024-11-25T18:45:06.074Z | Done (6.527s) |
158 | 2024-11-25T18:45:06.408Z | Done (0.263s) |
159 | 2024-11-25T18:45:06.410Z | Done (0.000s) |
160 | 2024-11-25T18:45:06.568Z | Done (0.000s) |
161 | 2024-11-25T18:45:07.258Z | Planning: Evaluating mediator changes ... Done |
162 | 2024-11-25T18:45:07.422Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-11-25T18:45:07.425Z | Planning: Consolidating action changes ... Done |
164 | 2024-11-25T18:45:07.691Z | Planning: Evaluating mediators ... Done |
165 | 2024-11-25T18:45:07.694Z | Planning: Planning completed in 0.43 seconds |
166 | 2024-11-25T18:45:07.730Z | Mediators to change: 2 |
167 | 2024-11-25T18:45:07.730Z | Create boot environment: No |
168 | 2024-11-25T18:45:07.732Z | Create backup boot environment: No |
169 | 2024-11-25T18:45:07.800Z | Done |
170 | 2024-11-25T18:45:07.800Z | Done |
171 | 2024-11-25T18:45:08.160Z | Done |
172 | 2024-11-25T18:45:11.891Z | Done |
173 | 2024-11-25T18:45:11.985Z | Done |
174 | 2024-11-25T18:45:11.987Z | Done |
175 | 2024-11-25T18:45:12.112Z | Done |
176 | 2024-11-25T18:45:12.726Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-11-25T18:45:12.728Z | Planning: Merging actions ... Done |
178 | 2024-11-25T18:45:12.918Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-11-25T18:45:12.920Z | Planning: Consolidating action changes ... Done |
180 | 2024-11-25T18:45:13.188Z | Planning: Evaluating mediators ... Done |
181 | 2024-11-25T18:45:13.244Z | Planning: Planning completed in 0.76 seconds |
182 | 2024-11-25T18:45:13.283Z | Packages to change: 1 |
183 | 2024-11-25T18:45:13.283Z | Mediators to change: 1 |
184 | 2024-11-25T18:45:13.285Z | Services to change: 1 |
185 | 2024-11-25T18:45:13.285Z | Create boot environment: No |
186 | 2024-11-25T18:45:13.285Z | Create backup boot environment: Yes |
187 | 2024-11-25T18:45:15.464Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2024-11-25T18:45:15.575Z | Actions: Completed 6 actions in 0.11 seconds. |
189 | 2024-11-25T18:45:15.577Z | Done |
190 | 2024-11-25T18:45:15.577Z | Done |
191 | 2024-11-25T18:45:15.688Z | Done |
192 | 2024-11-25T18:45:19.464Z | Done |
193 | 2024-11-25T18:45:19.563Z | Done |
194 | 2024-11-25T18:45:19.565Z | Done |
195 | 2024-11-25T18:45:19.702Z | Done |
196 | 2024-11-25T18:45:20.141Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2024-11-25T18:45:20.141Z | clang system 15 system |
198 | 2024-11-25T18:45:20.141Z | csh system system illumos |
199 | 2024-11-25T18:45:20.141Z | ctags system system illumos |
200 | 2024-11-25T18:45:20.141Z | gcc vendor 12 vendor |
201 | 2024-11-25T18:45:20.141Z | gcc system 10 system |
202 | 2024-11-25T18:45:20.141Z | gcc system 7 system |
203 | 2024-11-25T18:45:20.141Z | go system 1.20 system |
204 | 2024-11-25T18:45:20.141Z | go system 1.19 system |
205 | 2024-11-25T18:45:20.141Z | llvm system 15 system |
206 | 2024-11-25T18:45:20.141Z | llvm system 14 system |
207 | 2024-11-25T18:45:20.141Z | mariadb system 10.6 system |
208 | 2024-11-25T18:45:20.141Z | mta vendor vendor dma |
209 | 2024-11-25T18:45:20.144Z | openjdk system 17 system |
210 | 2024-11-25T18:45:20.144Z | openjdk system 11 system |
211 | 2024-11-25T18:45:20.144Z | openjdk system 1.8 system |
212 | 2024-11-25T18:45:20.144Z | openssl vendor 3 vendor |
213 | 2024-11-25T18:45:20.144Z | perl system 5.36 system |
214 | 2024-11-25T18:45:20.144Z | postgresql system 15 system |
215 | 2024-11-25T18:45:20.144Z | postgresql system 13 system |
216 | 2024-11-25T18:45:20.144Z | python vendor 3 vendor |
217 | 2024-11-25T18:45:20.144Z | python system 2 system |
218 | 2024-11-25T18:45:20.144Z | python3 system 3.11 system |
219 | 2024-11-25T18:45:20.144Z | ruby system 3.0 system |
220 | 2024-11-25T18:45:20.144Z | words vendor vendor american-english |
221 | 2024-11-25T18:45:20.144Z | words system system australian-english |
222 | 2024-11-25T18:45:20.144Z | words system system british-english |
223 | 2024-11-25T18:45:20.144Z | words system system canadian-english |
224 | 2024-11-25T18:45:20.144Z | words system system french |
225 | 2024-11-25T18:45:20.144Z | words system system italian |
226 | 2024-11-25T18:45:20.144Z | words system system ngerman |
227 | 2024-11-25T18:45:20.144Z | words system system ogerman |
228 | 2024-11-25T18:45:20.144Z | words system system spanish |
229 | 2024-11-25T18:45:20.477Z | PUBLISHER TYPE STATUS P LOCATION |
230 | 2024-11-25T18:45:20.477Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
231 | 2024-11-25T18:45:23.077Z | FMRI IFO |
232 | 2024-11-25T18:45:23.077Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-11-25T18:45:23.077Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-11-25T18:45:23.077Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-11-25T18:45:23.077Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-11-25T18:45:23.077Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
237 | 2024-11-25T18:45:23.077Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-11-25T18:45:23.077Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
239 | 2024-11-25T18:45:23.077Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
240 | 2024-11-25T18:45:23.077Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
241 | 2024-11-25T18:45:23.078Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
242 | 2024-11-25T18:45:23.078Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
243 | 2024-11-25T18:45:23.078Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
244 | 2024-11-25T18:45:23.078Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
245 | 2024-11-25T18:45:23.078Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
246 | 2024-11-25T18:45:23.078Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
247 | 2024-11-25T18:45:23.843Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
248 | 2024-11-25T18:45:24.091Z | Updating crates.io index |
249 | 2024-11-25T18:45:24.100Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
250 | 2024-11-25T18:45:24.990Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
251 | 2024-11-25T18:45:25.251Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
252 | 2024-11-25T18:45:25.532Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
253 | 2024-11-25T18:45:25.757Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
254 | 2024-11-25T18:45:26.707Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
255 | 2024-11-25T18:45:29.211Z | Updating git repository `https://github.com/oxidecomputer/opte` |
256 | 2024-11-25T18:45:30.387Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
257 | 2024-11-25T18:45:31.198Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
258 | 2024-11-25T18:45:31.483Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
259 | 2024-11-25T18:45:31.759Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
260 | 2024-11-25T18:45:32.470Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
261 | 2024-11-25T18:45:32.879Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
262 | 2024-11-25T18:45:33.204Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
263 | 2024-11-25T18:45:33.464Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
264 | 2024-11-25T18:45:33.693Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
265 | 2024-11-25T18:45:33.939Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
266 | 2024-11-25T18:45:34.255Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
267 | 2024-11-25T18:45:34.520Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
268 | 2024-11-25T18:45:34.916Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
269 | 2024-11-25T18:45:35.176Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
270 | 2024-11-25T18:45:35.688Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
271 | 2024-11-25T18:45:36.046Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
272 | 2024-11-25T18:45:36.801Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
273 | 2024-11-25T18:45:37.161Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
274 | 2024-11-25T18:45:37.553Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
275 | 2024-11-25T18:45:37.896Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
276 | 2024-11-25T18:45:38.197Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
277 | 2024-11-25T18:45:38.469Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
278 | 2024-11-25T18:45:39.752Z | Downloading crates ... |
279 | 2024-11-25T18:45:39.850Z | Downloaded anstream v0.6.15 |
280 | 2024-11-25T18:45:39.941Z | Downloaded anstyle v1.0.10 |
281 | 2024-11-25T18:45:39.941Z | Downloaded block-buffer v0.10.4 |
282 | 2024-11-25T18:45:39.941Z | Downloaded cargo-platform v0.1.8 |
283 | 2024-11-25T18:45:39.942Z | Downloaded bytecount v0.6.8 |
284 | 2024-11-25T18:45:39.942Z | Downloaded anstyle-parse v0.2.5 |
285 | 2024-11-25T18:45:39.942Z | Downloaded bitflags v2.6.0 |
286 | 2024-11-25T18:45:39.942Z | Downloaded camino v1.1.9 |
287 | 2024-11-25T18:45:39.942Z | Downloaded byteorder v1.5.0 |
288 | 2024-11-25T18:45:39.942Z | Downloaded camino-tempfile v1.1.1 |
289 | 2024-11-25T18:45:39.942Z | Downloaded anstyle-query v1.1.1 |
290 | 2024-11-25T18:45:39.942Z | Downloaded cargo_metadata v0.18.1 |
291 | 2024-11-25T18:45:39.942Z | Downloaded itoa v1.0.11 |
292 | 2024-11-25T18:45:39.943Z | Downloaded cpufeatures v0.2.14 |
293 | 2024-11-25T18:45:39.943Z | Downloaded clap_lex v0.7.2 |
294 | 2024-11-25T18:45:39.943Z | Downloaded autocfg v1.4.0 |
295 | 2024-11-25T18:45:39.943Z | Downloaded anyhow v1.0.93 |
296 | 2024-11-25T18:45:40.054Z | Downloaded equivalent v1.0.1 |
297 | 2024-11-25T18:45:40.054Z | Downloaded is_terminal_polyfill v1.70.1 |
298 | 2024-11-25T18:45:40.055Z | Downloaded dtrace-parser v0.2.0 |
299 | 2024-11-25T18:45:40.055Z | Downloaded pretty-hex v0.4.1 |
300 | 2024-11-25T18:45:40.055Z | Downloaded scroll_derive v0.12.0 |
301 | 2024-11-25T18:45:40.055Z | Downloaded usdt-macro v0.5.0 |
302 | 2024-11-25T18:45:40.055Z | Downloaded heck v0.4.1 |
303 | 2024-11-25T18:45:40.055Z | Downloaded dof v0.3.0 |
304 | 2024-11-25T18:45:40.056Z | Downloaded crypto-common v0.1.6 |
305 | 2024-11-25T18:45:40.056Z | Downloaded fastrand v2.1.1 |
306 | 2024-11-25T18:45:40.056Z | Downloaded errno v0.3.9 |
307 | 2024-11-25T18:45:40.056Z | Downloaded digest v0.10.7 |
308 | 2024-11-25T18:45:40.056Z | Downloaded memmap v0.7.0 |
309 | 2024-11-25T18:45:40.056Z | Downloaded usdt-attr-macro v0.5.0 |
310 | 2024-11-25T18:45:40.056Z | Downloaded unicode-linebreak v0.1.5 |
311 | 2024-11-25T18:45:40.057Z | Downloaded usdt v0.5.0 |
312 | 2024-11-25T18:45:40.180Z | Downloaded fnv v1.0.7 |
313 | 2024-11-25T18:45:40.180Z | Downloaded proc-macro-error-attr v1.0.4 |
314 | 2024-11-25T18:45:40.180Z | Downloaded scroll v0.12.0 |
315 | 2024-11-25T18:45:40.180Z | Downloaded serde_tokenstream v0.2.2 |
316 | 2024-11-25T18:45:40.180Z | Downloaded utf8parse v0.2.2 |
317 | 2024-11-25T18:45:40.180Z | Downloaded strsim v0.11.1 |
318 | 2024-11-25T18:45:40.181Z | Downloaded macaddr v1.0.1 |
319 | 2024-11-25T18:45:40.181Z | Downloaded toml_datetime v0.6.8 |
320 | 2024-11-25T18:45:40.181Z | Downloaded thiserror-impl v1.0.69 |
321 | 2024-11-25T18:45:40.181Z | Downloaded heck v0.5.0 |
322 | 2024-11-25T18:45:40.181Z | Downloaded serde_spanned v0.6.8 |
323 | 2024-11-25T18:45:40.181Z | Downloaded tabled_derive v0.7.0 |
324 | 2024-11-25T18:45:40.181Z | Downloaded swrite v0.1.0 |
325 | 2024-11-25T18:45:40.181Z | Downloaded thiserror v1.0.69 |
326 | 2024-11-25T18:45:40.181Z | Downloaded plain v0.2.3 |
327 | 2024-11-25T18:45:40.181Z | Downloaded fs-err v2.11.0 |
328 | 2024-11-25T18:45:40.182Z | Downloaded pest_generator v2.7.14 |
329 | 2024-11-25T18:45:40.182Z | Downloaded terminal_size v0.4.0 |
330 | 2024-11-25T18:45:40.182Z | Downloaded generic-array v0.14.7 |
331 | 2024-11-25T18:45:40.182Z | Downloaded quote v1.0.37 |
332 | 2024-11-25T18:45:40.182Z | Downloaded cfg-if v1.0.0 |
333 | 2024-11-25T18:45:40.182Z | Downloaded colorchoice v1.0.2 |
334 | 2024-11-25T18:45:40.182Z | Downloaded smawk v0.3.2 |
335 | 2024-11-25T18:45:40.182Z | Downloaded thread-id v4.2.2 |
336 | 2024-11-25T18:45:40.182Z | Downloaded version_check v0.9.5 |
337 | 2024-11-25T18:45:40.182Z | Downloaded once_cell v1.20.2 |
338 | 2024-11-25T18:45:40.182Z | Downloaded clap_derive v4.5.18 |
339 | 2024-11-25T18:45:40.183Z | Downloaded zerocopy-derive v0.7.35 |
340 | 2024-11-25T18:45:40.183Z | Downloaded sha2 v0.10.8 |
341 | 2024-11-25T18:45:40.183Z | Downloaded semver v1.0.23 |
342 | 2024-11-25T18:45:40.183Z | Downloaded proc-macro-error v1.0.4 |
343 | 2024-11-25T18:45:40.183Z | Downloaded pest_derive v2.7.14 |
344 | 2024-11-25T18:45:40.183Z | Downloaded cargo_toml v0.20.5 |
345 | 2024-11-25T18:45:40.183Z | Downloaded clap v4.5.21 |
346 | 2024-11-25T18:45:40.183Z | Downloaded unicode-ident v1.0.13 |
347 | 2024-11-25T18:45:40.183Z | Downloaded usdt-impl v0.5.0 |
348 | 2024-11-25T18:45:40.183Z | Downloaded papergrid v0.11.0 |
349 | 2024-11-25T18:45:40.183Z | Downloaded ryu v1.0.18 |
350 | 2024-11-25T18:45:40.183Z | Downloaded pest_meta v2.7.14 |
351 | 2024-11-25T18:45:40.183Z | Downloaded log v0.4.22 |
352 | 2024-11-25T18:45:40.183Z | Downloaded typenum v1.17.0 |
353 | 2024-11-25T18:45:40.183Z | Downloaded textwrap v0.16.1 |
354 | 2024-11-25T18:45:40.184Z | Downloaded toml v0.8.19 |
355 | 2024-11-25T18:45:40.184Z | Downloaded tempfile v3.13.0 |
356 | 2024-11-25T18:45:40.184Z | Downloaded proc-macro2 v1.0.89 |
357 | 2024-11-25T18:45:40.184Z | Downloaded ucd-trie v0.1.7 |
358 | 2024-11-25T18:45:40.184Z | Downloaded serde_derive v1.0.215 |
359 | 2024-11-25T18:45:40.288Z | Downloaded serde v1.0.215 |
360 | 2024-11-25T18:45:40.288Z | Downloaded indexmap v2.6.0 |
361 | 2024-11-25T18:45:40.289Z | Downloaded toml_edit v0.22.22 |
362 | 2024-11-25T18:45:40.289Z | Downloaded memchr v2.7.4 |
363 | 2024-11-25T18:45:40.289Z | Downloaded pest v2.7.14 |
364 | 2024-11-25T18:45:40.289Z | Downloaded hashbrown v0.15.0 |
365 | 2024-11-25T18:45:40.417Z | Downloaded winnow v0.6.20 |
366 | 2024-11-25T18:45:40.417Z | Downloaded serde_json v1.0.132 |
367 | 2024-11-25T18:45:40.417Z | Downloaded clap_builder v4.5.21 |
368 | 2024-11-25T18:45:40.417Z | Downloaded zerocopy v0.7.35 |
369 | 2024-11-25T18:45:40.417Z | Downloaded tabled v0.15.0 |
370 | 2024-11-25T18:45:40.417Z | Downloaded goblin v0.8.2 |
371 | 2024-11-25T18:45:40.418Z | Downloaded syn v1.0.109 |
372 | 2024-11-25T18:45:40.418Z | Downloaded syn v2.0.87 |
373 | 2024-11-25T18:45:40.418Z | Downloaded unicode-width v0.1.14 |
374 | 2024-11-25T18:45:40.418Z | Downloaded rustix v0.38.37 |
375 | 2024-11-25T18:45:40.418Z | Downloaded libc v0.2.162 |
376 | 2024-11-25T18:45:40.649Z | Compiling proc-macro2 v1.0.89 |
377 | 2024-11-25T18:45:40.649Z | Compiling unicode-ident v1.0.13 |
378 | 2024-11-25T18:45:40.649Z | Compiling serde v1.0.215 |
379 | 2024-11-25T18:45:40.680Z | Compiling version_check v0.9.5 |
380 | 2024-11-25T18:45:40.680Z | Compiling memchr v2.7.4 |
381 | 2024-11-25T18:45:40.680Z | Compiling thiserror v1.0.69 |
382 | 2024-11-25T18:45:40.680Z | Compiling libc v0.2.162 |
383 | 2024-11-25T18:45:40.680Z | Compiling ucd-trie v0.1.7 |
384 | 2024-11-25T18:45:40.974Z | Compiling itoa v1.0.11 |
385 | 2024-11-25T18:45:41.209Z | Compiling ryu v1.0.18 |
386 | 2024-11-25T18:45:41.388Z | Compiling once_cell v1.20.2 |
387 | 2024-11-25T18:45:41.488Z | Compiling byteorder v1.5.0 |
388 | 2024-11-25T18:45:41.840Z | Compiling rustix v0.38.37 |
389 | 2024-11-25T18:45:42.009Z | Compiling serde_json v1.0.132 |
390 | 2024-11-25T18:45:42.902Z | Compiling bitflags v2.6.0 |
391 | 2024-11-25T18:45:42.950Z | Compiling usdt-impl v0.5.0 |
392 | 2024-11-25T18:45:43.017Z | Compiling proc-macro-error-attr v1.0.4 |
393 | 2024-11-25T18:45:43.069Z | Compiling syn v1.0.109 |
394 | 2024-11-25T18:45:43.283Z | Compiling proc-macro-error v1.0.4 |
395 | 2024-11-25T18:45:43.287Z | Compiling camino v1.1.9 |
396 | 2024-11-25T18:45:43.387Z | Compiling log v0.4.22 |
397 | 2024-11-25T18:45:43.410Z | Compiling equivalent v1.0.1 |
398 | 2024-11-25T18:45:43.527Z | Compiling hashbrown v0.15.0 |
399 | 2024-11-25T18:45:43.565Z | Compiling utf8parse v0.2.2 |
400 | 2024-11-25T18:45:43.743Z | Compiling thread-id v4.2.2 |
401 | 2024-11-25T18:45:43.743Z | Compiling plain v0.2.3 |
402 | 2024-11-25T18:45:43.794Z | Compiling quote v1.0.37 |
403 | 2024-11-25T18:45:43.794Z | Compiling anstyle-parse v0.2.5 |
404 | 2024-11-25T18:45:44.001Z | Compiling unicode-width v0.1.14 |
405 | 2024-11-25T18:45:44.032Z | Compiling is_terminal_polyfill v1.70.1 |
406 | 2024-11-25T18:45:44.162Z | Compiling syn v2.0.87 |
407 | 2024-11-25T18:45:44.187Z | Compiling errno v0.3.9 |
408 | 2024-11-25T18:45:44.484Z | Compiling semver v1.0.23 |
409 | 2024-11-25T18:45:45.513Z | Compiling autocfg v1.4.0 |
410 | 2024-11-25T18:45:45.518Z | Compiling winnow v0.6.20 |
411 | 2024-11-25T18:45:45.518Z | Compiling indexmap v2.6.0 |
412 | 2024-11-25T18:45:45.518Z | Compiling colorchoice v1.0.2 |
413 | 2024-11-25T18:45:45.518Z | Compiling anstyle v1.0.10 |
414 | 2024-11-25T18:45:45.729Z | Compiling pretty-hex v0.4.1 |
415 | 2024-11-25T18:45:45.791Z | Compiling anstyle-query v1.1.1 |
416 | 2024-11-25T18:45:45.947Z | Compiling anstream v0.6.15 |
417 | 2024-11-25T18:45:45.975Z | Compiling fs-err v2.11.0 |
418 | 2024-11-25T18:45:46.291Z | Compiling anyhow v1.0.93 |
419 | 2024-11-25T18:45:46.389Z | Compiling bytecount v0.6.8 |
420 | 2024-11-25T18:45:46.608Z | Compiling terminal_size v0.4.0 |
421 | 2024-11-25T18:45:46.761Z | Compiling fnv v1.0.7 |
422 | 2024-11-25T18:45:46.806Z | Compiling clap_lex v0.7.2 |
423 | 2024-11-25T18:45:46.835Z | Compiling strsim v0.11.1 |
424 | 2024-11-25T18:45:46.904Z | Compiling heck v0.4.1 |
425 | 2024-11-25T18:45:46.907Z | Compiling heck v0.5.0 |
426 | 2024-11-25T18:45:47.396Z | Compiling cfg-if v1.0.0 |
427 | 2024-11-25T18:45:47.423Z | Compiling fastrand v2.1.1 |
428 | 2024-11-25T18:45:47.477Z | Compiling clap_builder v4.5.21 |
429 | 2024-11-25T18:45:47.788Z | Compiling tempfile v3.13.0 |
430 | 2024-11-25T18:45:47.847Z | Compiling papergrid v0.11.0 |
431 | 2024-11-25T18:45:48.060Z | Compiling memmap v0.7.0 |
432 | 2024-11-25T18:45:48.145Z | Compiling unicode-linebreak v0.1.5 |
433 | 2024-11-25T18:45:48.360Z | Compiling smawk v0.3.2 |
434 | 2024-11-25T18:45:48.576Z | Compiling textwrap v0.16.1 |
435 | 2024-11-25T18:45:48.698Z | Compiling swrite v0.1.0 |
436 | 2024-11-25T18:45:50.022Z | Compiling tabled_derive v0.7.0 |
437 | 2024-11-25T18:45:51.637Z | Compiling tabled v0.15.0 |
438 | 2024-11-25T18:45:53.432Z | Compiling serde_derive v1.0.215 |
439 | 2024-11-25T18:45:53.432Z | Compiling thiserror-impl v1.0.69 |
440 | 2024-11-25T18:45:53.437Z | Compiling zerocopy-derive v0.7.35 |
441 | 2024-11-25T18:45:53.437Z | Compiling scroll_derive v0.12.0 |
442 | 2024-11-25T18:45:53.437Z | Compiling clap_derive v4.5.18 |
443 | 2024-11-25T18:45:54.773Z | Compiling scroll v0.12.0 |
444 | 2024-11-25T18:45:55.074Z | Compiling zerocopy v0.7.35 |
445 | 2024-11-25T18:45:55.293Z | Compiling goblin v0.8.2 |
446 | 2024-11-25T18:45:56.366Z | Compiling pest v2.7.14 |
447 | 2024-11-25T18:45:57.428Z | Compiling clap v4.5.21 |
448 | 2024-11-25T18:45:58.385Z | Compiling pest_meta v2.7.14 |
449 | 2024-11-25T18:45:59.239Z | Compiling pest_generator v2.7.14 |
450 | 2024-11-25T18:46:01.024Z | Compiling pest_derive v2.7.14 |
451 | 2024-11-25T18:46:01.602Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-11-25T18:46:03.711Z | Compiling toml_datetime v0.6.8 |
453 | 2024-11-25T18:46:03.711Z | Compiling serde_spanned v0.6.8 |
454 | 2024-11-25T18:46:03.713Z | Compiling cargo-platform v0.1.8 |
455 | 2024-11-25T18:46:04.080Z | Compiling serde_tokenstream v0.2.2 |
456 | 2024-11-25T18:46:04.245Z | Compiling toml_edit v0.22.22 |
457 | 2024-11-25T18:46:04.299Z | Compiling macaddr v1.0.1 |
458 | 2024-11-25T18:46:04.498Z | Compiling camino-tempfile v1.1.1 |
459 | 2024-11-25T18:46:05.289Z | Compiling dof v0.3.0 |
460 | 2024-11-25T18:46:05.289Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-11-25T18:46:06.984Z | Compiling toml v0.8.19 |
462 | 2024-11-25T18:46:07.412Z | Compiling usdt-macro v0.5.0 |
463 | 2024-11-25T18:46:07.553Z | Compiling usdt-attr-macro v0.5.0 |
464 | 2024-11-25T18:46:07.835Z | Compiling cargo_toml v0.20.5 |
465 | 2024-11-25T18:46:08.762Z | Compiling usdt v0.5.0 |
466 | 2024-11-25T18:46:11.554Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-11-25T18:46:15.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.28s |
468 | 2024-11-25T18:46:16.160Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-11-25T18:46:16.705Z | Downloading crates ... |
470 | 2024-11-25T18:46:16.837Z | Downloaded bcrypt-pbkdf v0.10.0 |
471 | 2024-11-25T18:46:16.841Z | Downloaded console v0.15.8 |
472 | 2024-11-25T18:46:16.847Z | Downloaded bitvec v1.0.1 |
473 | 2024-11-25T18:46:16.863Z | Downloaded addr2line v0.24.2 |
474 | 2024-11-25T18:46:16.874Z | Downloaded aead v0.5.2 |
475 | 2024-11-25T18:46:16.877Z | Downloaded ahash v0.8.11 |
476 | 2024-11-25T18:46:16.885Z | Downloaded aes v0.8.4 |
477 | 2024-11-25T18:46:16.889Z | Downloaded allocator-api2 v0.2.18 |
478 | 2024-11-25T18:46:16.892Z | Downloaded darling v0.20.10 |
479 | 2024-11-25T18:46:16.904Z | Downloaded heapless v0.7.17 |
480 | 2024-11-25T18:46:16.907Z | Downloaded headers-core v0.3.0 |
481 | 2024-11-25T18:46:16.907Z | Downloaded aes-gcm v0.10.3 |
482 | 2024-11-25T18:46:16.911Z | Downloaded adler2 v2.0.0 |
483 | 2024-11-25T18:46:16.914Z | Downloaded aho-corasick v1.1.3 |
484 | 2024-11-25T18:46:16.920Z | Downloaded httpdate v1.0.3 |
485 | 2024-11-25T18:46:16.923Z | Downloaded async-stream-impl v0.3.6 |
486 | 2024-11-25T18:46:16.923Z | Downloaded home v0.5.9 |
487 | 2024-11-25T18:46:16.926Z | Downloaded base64ct v1.6.0 |
488 | 2024-11-25T18:46:16.929Z | Downloaded hickory-resolver v0.24.1 |
489 | 2024-11-25T18:46:16.932Z | Downloaded http-range v0.1.5 |
490 | 2024-11-25T18:46:16.936Z | Downloaded hostname v0.3.1 |
491 | 2024-11-25T18:46:16.936Z | Downloaded http-body-util v0.1.2 |
492 | 2024-11-25T18:46:16.938Z | Downloaded base64 v0.13.1 |
493 | 2024-11-25T18:46:16.942Z | Downloaded arrayvec v0.7.6 |
494 | 2024-11-25T18:46:16.944Z | Downloaded atomicwrites v0.4.4 |
495 | 2024-11-25T18:46:16.945Z | Downloaded hmac v0.12.1 |
496 | 2024-11-25T18:46:16.948Z | Downloaded hickory-server v0.24.1 |
497 | 2024-11-25T18:46:16.954Z | Downloaded highway v1.2.0 |
498 | 2024-11-25T18:46:16.956Z | Downloaded hex-literal v0.4.1 |
499 | 2024-11-25T18:46:16.959Z | Downloaded atty v0.2.14 |
500 | 2024-11-25T18:46:16.959Z | Downloaded heck v0.3.3 |
501 | 2024-11-25T18:46:16.962Z | Downloaded base64 v0.21.7 |
502 | 2024-11-25T18:46:16.967Z | Downloaded ciborium-io v0.2.2 |
503 | 2024-11-25T18:46:16.970Z | Downloaded cfg_aliases v0.2.1 |
504 | 2024-11-25T18:46:16.970Z | Downloaded atomic-waker v1.1.2 |
505 | 2024-11-25T18:46:16.972Z | Downloaded async-trait v0.1.83 |
506 | 2024-11-25T18:46:16.975Z | Downloaded humantime v2.1.0 |
507 | 2024-11-25T18:46:16.977Z | Downloaded crunchy v0.2.2 |
508 | 2024-11-25T18:46:16.977Z | Downloaded hubpack_derive v0.1.1 |
509 | 2024-11-25T18:46:16.980Z | Downloaded cfg_aliases v0.1.1 |
510 | 2024-11-25T18:46:16.980Z | Downloaded assert_matches v1.5.0 |
511 | 2024-11-25T18:46:16.983Z | Downloaded ident_case v1.0.1 |
512 | 2024-11-25T18:46:16.983Z | Downloaded async-recursion v1.1.1 |
513 | 2024-11-25T18:46:16.986Z | Downloaded progenitor-client v0.8.0 |
514 | 2024-11-25T18:46:16.989Z | Downloaded cstr-argument v0.1.2 |
515 | 2024-11-25T18:46:16.989Z | Downloaded crucible-workspace-hack v0.1.0 |
516 | 2024-11-25T18:46:16.992Z | Downloaded icu_provider_macros v1.5.0 |
517 | 2024-11-25T18:46:16.992Z | Downloaded ascii-canvas v3.0.0 |
518 | 2024-11-25T18:46:16.994Z | Downloaded arc-swap v1.7.1 |
519 | 2024-11-25T18:46:16.997Z | Downloaded bit-set v0.5.3 |
520 | 2024-11-25T18:46:16.999Z | Downloaded bb8 v0.8.5 |
521 | 2024-11-25T18:46:17.000Z | Downloaded is_ci v1.2.0 |
522 | 2024-11-25T18:46:17.002Z | Downloaded instant v0.1.13 |
523 | 2024-11-25T18:46:17.002Z | Downloaded bitfield-struct v0.6.2 |
524 | 2024-11-25T18:46:17.005Z | Downloaded hyper-rustls v0.27.3 |
525 | 2024-11-25T18:46:17.007Z | Downloaded hyper-tls v0.6.0 |
526 | 2024-11-25T18:46:17.010Z | Downloaded array-init v0.0.4 |
527 | 2024-11-25T18:46:17.010Z | Downloaded hubpack v0.1.2 |
528 | 2024-11-25T18:46:17.013Z | Downloaded block-padding v0.3.3 |
529 | 2024-11-25T18:46:17.013Z | Downloaded bitflags v1.3.2 |
530 | 2024-11-25T18:46:17.015Z | Downloaded hickory-client v0.24.1 |
531 | 2024-11-25T18:46:17.019Z | Downloaded matches v0.1.10 |
532 | 2024-11-25T18:46:17.022Z | Downloaded md5 v0.7.0 |
533 | 2024-11-25T18:46:17.022Z | Downloaded arrayref v0.3.9 |
534 | 2024-11-25T18:46:17.024Z | Downloaded match_cfg v0.1.0 |
535 | 2024-11-25T18:46:17.024Z | Downloaded linked-hash-map v0.5.6 |
536 | 2024-11-25T18:46:17.027Z | Downloaded managed v0.8.0 |
537 | 2024-11-25T18:46:17.030Z | Downloaded hyper-staticfile v0.10.1 |
538 | 2024-11-25T18:46:17.032Z | Downloaded crc v3.2.1 |
539 | 2024-11-25T18:46:17.035Z | Downloaded cipher v0.4.4 |
540 | 2024-11-25T18:46:17.035Z | Downloaded cexpr v0.6.0 |
541 | 2024-11-25T18:46:17.038Z | Downloaded idna_adapter v1.2.0 |
542 | 2024-11-25T18:46:17.041Z | Downloaded crc-catalog v2.4.0 |
543 | 2024-11-25T18:46:17.041Z | Downloaded chrono-tz-build v0.4.0 |
544 | 2024-11-25T18:46:17.044Z | Downloaded buf-list v1.0.3 |
545 | 2024-11-25T18:46:17.044Z | Downloaded libsw v3.3.1 |
546 | 2024-11-25T18:46:17.047Z | Downloaded is-terminal v0.4.13 |
547 | 2024-11-25T18:46:17.049Z | Downloaded indent_write v2.2.0 |
548 | 2024-11-25T18:46:17.049Z | Downloaded convert_case v0.4.0 |
549 | 2024-11-25T18:46:17.052Z | Downloaded colored v2.1.0 |
550 | 2024-11-25T18:46:17.055Z | Downloaded lazycell v1.3.0 |
551 | 2024-11-25T18:46:17.055Z | Downloaded russh-cryptovec v0.7.3 |
552 | 2024-11-25T18:46:17.055Z | Downloaded sqlparser_derive v0.2.2 |
553 | 2024-11-25T18:46:17.057Z | Downloaded cobs v0.2.3 |
554 | 2024-11-25T18:46:17.057Z | Downloaded cmake v0.1.51 |
555 | 2024-11-25T18:46:17.061Z | Downloaded ciborium-ll v0.2.2 |
556 | 2024-11-25T18:46:17.061Z | Downloaded linear-map v1.2.0 |
557 | 2024-11-25T18:46:17.063Z | Downloaded lru v0.12.5 |
558 | 2024-11-25T18:46:17.065Z | Downloaded ctr v0.9.2 |
559 | 2024-11-25T18:46:17.068Z | Downloaded libefi-sys v0.1.0 |
560 | 2024-11-25T18:46:17.068Z | Downloaded kstat-rs v0.2.4 |
561 | 2024-11-25T18:46:17.070Z | Downloaded iana-time-zone v0.1.61 |
562 | 2024-11-25T18:46:17.073Z | Downloaded tinyvec_macros v0.1.1 |
563 | 2024-11-25T18:46:17.076Z | Downloaded cassowary v0.3.0 |
564 | 2024-11-25T18:46:17.076Z | Downloaded cbc v0.1.2 |
565 | 2024-11-25T18:46:17.078Z | Downloaded blowfish v0.9.1 |
566 | 2024-11-25T18:46:17.079Z | Downloaded instability v0.3.2 |
567 | 2024-11-25T18:46:17.081Z | Downloaded rustc_version v0.4.1 |
568 | 2024-11-25T18:46:17.084Z | Downloaded write16 v1.0.0 |
569 | 2024-11-25T18:46:17.084Z | Downloaded lru-cache v0.1.2 |
570 | 2024-11-25T18:46:17.086Z | Downloaded rustc_version v0.1.7 |
571 | 2024-11-25T18:46:17.086Z | Downloaded rand_chacha v0.3.1 |
572 | 2024-11-25T18:46:17.088Z | Downloaded mime v0.3.17 |
573 | 2024-11-25T18:46:17.091Z | Downloaded unicode-xid v0.2.6 |
574 | 2024-11-25T18:46:17.091Z | Downloaded shell-words v1.1.0 |
575 | 2024-11-25T18:46:17.094Z | Downloaded crossbeam-deque v0.8.5 |
576 | 2024-11-25T18:46:17.094Z | Downloaded keccak v0.1.5 |
577 | 2024-11-25T18:46:17.099Z | Downloaded waitgroup v0.1.2 |
578 | 2024-11-25T18:46:17.099Z | Downloaded icu_locid_transform v1.5.0 |
579 | 2024-11-25T18:46:17.102Z | Downloaded impl-trait-for-tuples v0.2.2 |
580 | 2024-11-25T18:46:17.104Z | Downloaded argon2 v0.5.3 |
581 | 2024-11-25T18:46:17.106Z | Downloaded curve25519-dalek-derive v0.1.1 |
582 | 2024-11-25T18:46:17.109Z | Downloaded chacha20 v0.9.1 |
583 | 2024-11-25T18:46:17.112Z | Downloaded jobserver v0.1.32 |
584 | 2024-11-25T18:46:17.112Z | Downloaded csv-core v0.1.11 |
585 | 2024-11-25T18:46:17.115Z | Downloaded ipnetwork v0.20.0 |
586 | 2024-11-25T18:46:17.118Z | Downloaded zone_cfg_derive v0.1.2 |
587 | 2024-11-25T18:46:17.118Z | Downloaded derive_builder_macro v0.20.2 |
588 | 2024-11-25T18:46:17.118Z | Downloaded slog-bunyan v2.5.0 |
589 | 2024-11-25T18:46:17.121Z | Downloaded sha1 v0.10.6 |
590 | 2024-11-25T18:46:17.121Z | Downloaded rustversion v1.0.17 |
591 | 2024-11-25T18:46:17.125Z | Downloaded slog-async v2.8.0 |
592 | 2024-11-25T18:46:17.128Z | Downloaded foreign-types-shared v0.1.1 |
593 | 2024-11-25T18:46:17.129Z | Downloaded hickory-proto v0.24.1 |
594 | 2024-11-25T18:46:17.145Z | Downloaded peg-runtime v0.8.3 |
595 | 2024-11-25T18:46:17.148Z | Downloaded newtype_derive v0.1.6 |
596 | 2024-11-25T18:46:17.148Z | Downloaded fxhash v0.2.1 |
597 | 2024-11-25T18:46:17.148Z | Downloaded foreign-types-shared v0.3.1 |
598 | 2024-11-25T18:46:17.151Z | Downloaded foreign-types-macros v0.2.3 |
599 | 2024-11-25T18:46:17.151Z | Downloaded termios v0.3.3 |
600 | 2024-11-25T18:46:17.154Z | Downloaded tabwriter v1.4.0 |
601 | 2024-11-25T18:46:17.155Z | Downloaded ssh-encoding v0.2.0 |
602 | 2024-11-25T18:46:17.157Z | Downloaded writeable v0.5.5 |
603 | 2024-11-25T18:46:17.157Z | Downloaded unicode-truncate v1.1.0 |
604 | 2024-11-25T18:46:17.160Z | Downloaded twox-hash v1.6.3 |
605 | 2024-11-25T18:46:17.162Z | Downloaded mime_guess v2.0.5 |
606 | 2024-11-25T18:46:17.165Z | Downloaded zerofrom-derive v0.1.4 |
607 | 2024-11-25T18:46:17.168Z | Downloaded crossbeam-utils v0.8.20 |
608 | 2024-11-25T18:46:17.170Z | Downloaded indexmap v1.9.3 |
609 | 2024-11-25T18:46:17.173Z | Downloaded zone v0.3.0 |
610 | 2024-11-25T18:46:17.175Z | Downloaded zone v0.1.8 |
611 | 2024-11-25T18:46:17.175Z | Downloaded icu_normalizer v1.5.0 |
612 | 2024-11-25T18:46:17.178Z | Downloaded icu_normalizer_data v1.5.0 |
613 | 2024-11-25T18:46:17.181Z | Downloaded embedded-io v0.6.1 |
614 | 2024-11-25T18:46:17.184Z | Downloaded sqlformat v0.2.6 |
615 | 2024-11-25T18:46:17.186Z | Downloaded icu_locid v1.5.0 |
616 | 2024-11-25T18:46:17.190Z | Downloaded sigpipe v0.1.3 |
617 | 2024-11-25T18:46:17.193Z | Downloaded tinyvec v1.8.0 |
618 | 2024-11-25T18:46:17.196Z | Downloaded icu_locid_transform_data v1.5.0 |
619 | 2024-11-25T18:46:17.198Z | Downloaded crc-any v2.5.0 |
620 | 2024-11-25T18:46:17.200Z | Downloaded sync_wrapper v1.0.1 |
621 | 2024-11-25T18:46:17.203Z | Downloaded float-cmp v0.9.0 |
622 | 2024-11-25T18:46:17.203Z | Downloaded sync-ptr v0.1.1 |
623 | 2024-11-25T18:46:17.205Z | Downloaded structmeta v0.2.0 |
624 | 2024-11-25T18:46:17.205Z | Downloaded nibble_vec v0.1.0 |
625 | 2024-11-25T18:46:17.207Z | Downloaded newtype-uuid v1.1.3 |
626 | 2024-11-25T18:46:17.207Z | Downloaded num_enum v0.5.11 |
627 | 2024-11-25T18:46:17.212Z | Downloaded tokio-stream v0.1.16 |
628 | 2024-11-25T18:46:17.218Z | Downloaded pem v3.0.4 |
629 | 2024-11-25T18:46:17.220Z | Downloaded paste v1.0.15 |
630 | 2024-11-25T18:46:17.223Z | Downloaded uzers v0.12.1 |
631 | 2024-11-25T18:46:17.238Z | Downloaded radium v0.7.0 |
632 | 2024-11-25T18:46:17.240Z | Downloaded r2d2 v0.8.10 |
633 | 2024-11-25T18:46:17.242Z | Downloaded indicatif v0.17.9 |
634 | 2024-11-25T18:46:17.245Z | Downloaded progenitor-macro v0.8.0 |
635 | 2024-11-25T18:46:17.247Z | Downloaded dyn-clone v1.0.17 |
636 | 2024-11-25T18:46:17.249Z | Downloaded endian-type v0.1.2 |
637 | 2024-11-25T18:46:17.249Z | Downloaded resolv-conf v0.7.0 |
638 | 2024-11-25T18:46:17.252Z | Downloaded embedded-io v0.4.0 |
639 | 2024-11-25T18:46:17.255Z | Downloaded derive_builder_core v0.20.2 |
640 | 2024-11-25T18:46:17.255Z | Downloaded derive_builder v0.20.2 |
641 | 2024-11-25T18:46:17.260Z | Downloaded signature v2.2.0 |
642 | 2024-11-25T18:46:17.263Z | Downloaded hyper-util v0.1.10 |
643 | 2024-11-25T18:46:17.267Z | Downloaded path-slash v0.1.5 |
644 | 2024-11-25T18:46:17.271Z | Downloaded siphasher v0.3.11 |
645 | 2024-11-25T18:46:17.275Z | Downloaded num-rational v0.4.2 |
646 | 2024-11-25T18:46:17.275Z | Downloaded simd-adler32 v0.3.7 |
647 | 2024-11-25T18:46:17.277Z | Downloaded untrusted v0.9.0 |
648 | 2024-11-25T18:46:17.278Z | Downloaded utf16_iter v1.0.5 |
649 | 2024-11-25T18:46:17.281Z | Downloaded unicase v2.7.0 |
650 | 2024-11-25T18:46:17.281Z | Downloaded unarray v0.1.4 |
651 | 2024-11-25T18:46:17.284Z | Downloaded tokio-native-tls v0.3.1 |
652 | 2024-11-25T18:46:17.284Z | Downloaded pretty-hex v0.2.1 |
653 | 2024-11-25T18:46:17.287Z | Downloaded parse-size v1.1.0 |
654 | 2024-11-25T18:46:17.287Z | Downloaded supports-color v3.0.1 |
655 | 2024-11-25T18:46:17.291Z | Downloaded subtle v2.6.1 |
656 | 2024-11-25T18:46:17.291Z | Downloaded hashlink v0.9.1 |
657 | 2024-11-25T18:46:17.294Z | Downloaded debug-ignore v1.0.5 |
658 | 2024-11-25T18:46:17.294Z | Downloaded postgres-protocol v0.6.7 |
659 | 2024-11-25T18:46:17.296Z | Downloaded pem-rfc7468 v0.7.0 |
660 | 2024-11-25T18:46:17.299Z | Downloaded cc v1.1.30 |
661 | 2024-11-25T18:46:17.302Z | Downloaded dirs-sys-next v0.1.2 |
662 | 2024-11-25T18:46:17.304Z | Downloaded dirs-next v2.0.0 |
663 | 2024-11-25T18:46:17.304Z | Downloaded derive-where v1.2.7 |
664 | 2024-11-25T18:46:17.309Z | Downloaded base64 v0.22.1 |
665 | 2024-11-25T18:46:17.313Z | Downloaded backtrace v0.3.74 |
666 | 2024-11-25T18:46:17.319Z | Downloaded take_mut v0.2.2 |
667 | 2024-11-25T18:46:17.322Z | Downloaded ghash v0.5.1 |
668 | 2024-11-25T18:46:17.322Z | Downloaded fragile v2.0.0 |
669 | 2024-11-25T18:46:17.325Z | Downloaded form_urlencoded v1.2.1 |
670 | 2024-11-25T18:46:17.325Z | Downloaded enum-as-inner v0.6.1 |
671 | 2024-11-25T18:46:17.327Z | Downloaded enum-as-inner v0.5.1 |
672 | 2024-11-25T18:46:17.330Z | Downloaded zerofrom v0.1.4 |
673 | 2024-11-25T18:46:17.330Z | Downloaded tower-service v0.3.3 |
674 | 2024-11-25T18:46:17.333Z | Downloaded glob v0.3.1 |
675 | 2024-11-25T18:46:17.333Z | Downloaded ena v0.14.3 |
676 | 2024-11-25T18:46:17.335Z | Downloaded display-error-chain v0.2.2 |
677 | 2024-11-25T18:46:17.335Z | Downloaded group v0.13.0 |
678 | 2024-11-25T18:46:17.338Z | Downloaded yoke-derive v0.7.4 |
679 | 2024-11-25T18:46:17.341Z | Downloaded parse-display-derive v0.10.0 |
680 | 2024-11-25T18:46:17.341Z | Downloaded hash32 v0.3.1 |
681 | 2024-11-25T18:46:17.343Z | Downloaded utf-8 v0.7.6 |
682 | 2024-11-25T18:46:17.343Z | Downloaded serde_with_macros v3.11.0 |
683 | 2024-11-25T18:46:17.346Z | Downloaded schemars_derive v0.8.21 |
684 | 2024-11-25T18:46:17.348Z | Downloaded salsa20 v0.10.2 |
685 | 2024-11-25T18:46:17.351Z | Downloaded psl-types v2.0.11 |
686 | 2024-11-25T18:46:17.351Z | Downloaded progenitor v0.8.0 |
687 | 2024-11-25T18:46:17.353Z | Downloaded proc-macro-crate v1.3.1 |
688 | 2024-11-25T18:46:17.356Z | Downloaded yoke v0.7.4 |
689 | 2024-11-25T18:46:17.358Z | Downloaded yasna v0.5.2 |
690 | 2024-11-25T18:46:17.358Z | Downloaded schemars v0.8.21 |
691 | 2024-11-25T18:46:17.372Z | Downloaded openssl-probe v0.1.5 |
692 | 2024-11-25T18:46:17.374Z | Downloaded chacha20poly1305 v0.10.1 |
693 | 2024-11-25T18:46:17.377Z | Downloaded openssl-macros v0.1.1 |
694 | 2024-11-25T18:46:17.377Z | Downloaded opaque-debug v0.3.1 |
695 | 2024-11-25T18:46:17.377Z | Downloaded nodrop v0.1.14 |
696 | 2024-11-25T18:46:17.379Z | Downloaded newline-converter v0.3.0 |
697 | 2024-11-25T18:46:17.379Z | Downloaded synstructure v0.13.1 |
698 | 2024-11-25T18:46:17.382Z | Downloaded typify-macro v0.2.0 |
699 | 2024-11-25T18:46:17.385Z | Downloaded tap v1.0.1 |
700 | 2024-11-25T18:46:17.385Z | Downloaded globset v0.4.15 |
701 | 2024-11-25T18:46:17.388Z | Downloaded p256 v0.13.2 |
702 | 2024-11-25T18:46:17.391Z | Downloaded num-traits v0.2.19 |
703 | 2024-11-25T18:46:17.394Z | Downloaded termtree v0.4.1 |
704 | 2024-11-25T18:46:17.394Z | Downloaded fs_extra v1.3.0 |
705 | 2024-11-25T18:46:17.397Z | Downloaded rsa v0.9.6 |
706 | 2024-11-25T18:46:17.402Z | Downloaded dunce v1.0.5 |
707 | 2024-11-25T18:46:17.404Z | Downloaded dsl_auto_type v0.1.2 |
708 | 2024-11-25T18:46:17.404Z | Downloaded termcolor v1.4.1 |
709 | 2024-11-25T18:46:17.407Z | Downloaded des v0.8.1 |
710 | 2024-11-25T18:46:17.412Z | Downloaded parking_lot_core v0.9.10 |
711 | 2024-11-25T18:46:17.416Z | Downloaded zeroize v1.8.1 |
712 | 2024-11-25T18:46:17.416Z | Downloaded wait-timeout v0.2.0 |
713 | 2024-11-25T18:46:17.416Z | Downloaded crossbeam-channel v0.5.13 |
714 | 2024-11-25T18:46:17.419Z | Downloaded downcast v0.11.0 |
715 | 2024-11-25T18:46:17.422Z | Downloaded smallvec v0.6.14 |
716 | 2024-11-25T18:46:17.425Z | Downloaded miniz_oxide v0.8.0 |
717 | 2024-11-25T18:46:17.428Z | Downloaded headers v0.4.0 |
718 | 2024-11-25T18:46:17.432Z | Downloaded smallvec v1.13.2 |
719 | 2024-11-25T18:46:17.434Z | Downloaded minimal-lexical v0.2.1 |
720 | 2024-11-25T18:46:17.438Z | Downloaded mockall v0.13.0 |
721 | 2024-11-25T18:46:17.441Z | Downloaded either v1.13.0 |
722 | 2024-11-25T18:46:17.443Z | Downloaded polyval v0.6.2 |
723 | 2024-11-25T18:46:17.445Z | Downloaded ed25519 v2.2.3 |
724 | 2024-11-25T18:46:17.447Z | Downloaded tracing-core v0.1.32 |
725 | 2024-11-25T18:46:17.450Z | Downloaded samael v0.0.17 |
726 | 2024-11-25T18:46:17.456Z | Downloaded num_threads v0.1.7 |
727 | 2024-11-25T18:46:17.458Z | Downloaded thiserror-impl-no-std v2.0.2 |
728 | 2024-11-25T18:46:17.458Z | Downloaded spin v0.5.2 |
729 | 2024-11-25T18:46:17.461Z | Downloaded rustls-pemfile v2.2.0 |
730 | 2024-11-25T18:46:17.464Z | Downloaded password-hash v0.5.0 |
731 | 2024-11-25T18:46:17.466Z | Downloaded password-hash v0.4.2 |
732 | 2024-11-25T18:46:17.469Z | Downloaded dhcproto v0.12.0 |
733 | 2024-11-25T18:46:17.471Z | Downloaded utf8_iter v1.0.4 |
734 | 2024-11-25T18:46:17.474Z | Downloaded rustc-hash v1.1.0 |
735 | 2024-11-25T18:46:17.474Z | Downloaded ppv-lite86 v0.2.20 |
736 | 2024-11-25T18:46:17.476Z | Downloaded term v0.7.0 |
737 | 2024-11-25T18:46:17.478Z | Downloaded subprocess v0.2.9 |
738 | 2024-11-25T18:46:17.483Z | Downloaded similar v2.6.0 |
739 | 2024-11-25T18:46:17.487Z | Downloaded rpassword v7.3.1 |
740 | 2024-11-25T18:46:17.489Z | Downloaded normalize-line-endings v0.3.0 |
741 | 2024-11-25T18:46:17.491Z | Downloaded want v0.3.1 |
742 | 2024-11-25T18:46:17.491Z | Downloaded vte_generate_state_changes v0.1.2 |
743 | 2024-11-25T18:46:17.495Z | Downloaded signal-hook-registry v1.4.2 |
744 | 2024-11-25T18:46:17.495Z | Downloaded shlex v1.3.0 |
745 | 2024-11-25T18:46:17.499Z | Downloaded rustls-pemfile v1.0.4 |
746 | 2024-11-25T18:46:17.499Z | Downloaded fallible-streaming-iterator v0.1.9 |
747 | 2024-11-25T18:46:17.501Z | Downloaded fallible-iterator v0.3.0 |
748 | 2024-11-25T18:46:17.501Z | Downloaded fallible-iterator v0.2.0 |
749 | 2024-11-25T18:46:17.501Z | Downloaded num-integer v0.1.46 |
750 | 2024-11-25T18:46:17.504Z | Downloaded progenitor-impl v0.8.0 |
751 | 2024-11-25T18:46:17.506Z | Downloaded ecdsa v0.16.9 |
752 | 2024-11-25T18:46:17.509Z | Downloaded flagset v0.4.6 |
753 | 2024-11-25T18:46:17.511Z | Downloaded fixedbitset v0.4.2 |
754 | 2024-11-25T18:46:17.514Z | Downloaded filetime v0.2.25 |
755 | 2024-11-25T18:46:17.514Z | Downloaded postcard v1.0.10 |
756 | 2024-11-25T18:46:17.517Z | Downloaded peg v0.8.4 |
757 | 2024-11-25T18:46:17.522Z | Downloaded rustc-demangle v0.1.24 |
758 | 2024-11-25T18:46:17.526Z | Downloaded pin-utils v0.1.0 |
759 | 2024-11-25T18:46:17.526Z | Downloaded itertools v0.10.5 |
760 | 2024-11-25T18:46:17.532Z | Downloaded strum v0.26.3 |
761 | 2024-11-25T18:46:17.534Z | Downloaded num_enum_derive v0.5.11 |
762 | 2024-11-25T18:46:17.537Z | Downloaded crossterm v0.28.1 |
763 | 2024-11-25T18:46:17.543Z | Downloaded time-core v0.1.2 |
764 | 2024-11-25T18:46:17.545Z | Downloaded rusty-fork v0.3.0 |
765 | 2024-11-25T18:46:17.547Z | Downloaded vsss-rs v3.3.4 |
766 | 2024-11-25T18:46:17.549Z | Downloaded value-bag v1.9.0 |
767 | 2024-11-25T18:46:17.552Z | Downloaded dhcproto-macros v0.1.0 |
768 | 2024-11-25T18:46:17.555Z | Downloaded rtoolbox v0.0.2 |
769 | 2024-11-25T18:46:17.555Z | Downloaded ssh-key v0.6.6 |
770 | 2024-11-25T18:46:17.562Z | Downloaded xattr v1.3.1 |
771 | 2024-11-25T18:46:17.565Z | Downloaded foreign-types v0.3.2 |
772 | 2024-11-25T18:46:17.565Z | Downloaded wyz v0.5.1 |
773 | 2024-11-25T18:46:17.567Z | Downloaded which v4.4.2 |
774 | 2024-11-25T18:46:17.570Z | Downloaded new_debug_unreachable v1.0.6 |
775 | 2024-11-25T18:46:17.570Z | Downloaded futures-sink v0.3.31 |
776 | 2024-11-25T18:46:17.573Z | Downloaded unicode-bidi v0.3.17 |
777 | 2024-11-25T18:46:17.576Z | Downloaded untrusted v0.7.1 |
778 | 2024-11-25T18:46:17.576Z | Downloaded universal-hash v0.5.1 |
779 | 2024-11-25T18:46:17.578Z | Downloaded powerfmt v0.2.0 |
780 | 2024-11-25T18:46:17.578Z | Downloaded russh-keys v0.45.0 |
781 | 2024-11-25T18:46:17.581Z | Downloaded oso-derive v0.27.3 |
782 | 2024-11-25T18:46:17.583Z | Downloaded pin-project-internal v1.1.6 |
783 | 2024-11-25T18:46:17.586Z | Downloaded strum_macros v0.24.3 |
784 | 2024-11-25T18:46:17.588Z | Downloaded phf v0.11.2 |
785 | 2024-11-25T18:46:17.589Z | Downloaded percent-encoding v2.3.1 |
786 | 2024-11-25T18:46:17.591Z | Downloaded pin-project-lite v0.2.14 |
787 | 2024-11-25T18:46:17.595Z | Downloaded ref-cast v1.0.23 |
788 | 2024-11-25T18:46:17.599Z | Downloaded test-strategy v0.3.1 |
789 | 2024-11-25T18:46:17.603Z | Downloaded thread_local v1.1.8 |
790 | 2024-11-25T18:46:17.606Z | Downloaded vergen v8.3.2 |
791 | 2024-11-25T18:46:17.609Z | Downloaded libxml v0.3.3 |
792 | 2024-11-25T18:46:17.615Z | Downloaded pin-project v1.1.6 |
793 | 2024-11-25T18:46:17.627Z | Downloaded num-conv v0.1.0 |
794 | 2024-11-25T18:46:17.629Z | Downloaded half v2.4.1 |
795 | 2024-11-25T18:46:17.632Z | Downloaded phf_shared v0.10.0 |
796 | 2024-11-25T18:46:17.635Z | Downloaded number_prefix v0.4.0 |
797 | 2024-11-25T18:46:17.635Z | Downloaded hyper v1.5.0 |
798 | 2024-11-25T18:46:17.641Z | Downloaded funty v2.0.0 |
799 | 2024-11-25T18:46:17.644Z | Downloaded nu-ansi-term v0.50.1 |
800 | 2024-11-25T18:46:17.646Z | Downloaded native-tls v0.2.12 |
801 | 2024-11-25T18:46:17.649Z | Downloaded zone_cfg_derive v0.3.0 |
802 | 2024-11-25T18:46:17.649Z | Downloaded rustls-pki-types v1.9.0 |
803 | 2024-11-25T18:46:17.652Z | Downloaded toml v0.7.8 |
804 | 2024-11-25T18:46:17.656Z | Downloaded olpc-cjson v0.1.4 |
805 | 2024-11-25T18:46:17.659Z | Downloaded tokio-postgres v0.7.12 |
806 | 2024-11-25T18:46:17.663Z | Downloaded mirai-annotations v1.12.0 |
807 | 2024-11-25T18:46:17.666Z | Downloaded ff v0.13.0 |
808 | 2024-11-25T18:46:17.666Z | Downloaded spki v0.7.3 |
809 | 2024-11-25T18:46:17.669Z | Downloaded rand_xorshift v0.3.0 |
810 | 2024-11-25T18:46:17.671Z | Downloaded rand_seeder v0.3.0 |
811 | 2024-11-25T18:46:17.671Z | Downloaded publicsuffix v2.2.3 |
812 | 2024-11-25T18:46:17.674Z | Downloaded tokio-tungstenite v0.21.0 |
813 | 2024-11-25T18:46:17.677Z | Downloaded pkcs1 v0.7.5 |
814 | 2024-11-25T18:46:17.680Z | Downloaded elliptic-curve v0.13.8 |
815 | 2024-11-25T18:46:17.685Z | Downloaded structmeta-derive v0.2.0 |
816 | 2024-11-25T18:46:17.688Z | Downloaded pkcs5 v0.7.1 |
817 | 2024-11-25T18:46:17.690Z | Downloaded openssl-sys v0.9.103 |
818 | 2024-11-25T18:46:17.696Z | Downloaded darling_macro v0.20.10 |
819 | 2024-11-25T18:46:17.698Z | Downloaded tls_codec_derive v0.4.1 |
820 | 2024-11-25T18:46:17.700Z | Downloaded tinystr v0.7.6 |
821 | 2024-11-25T18:46:17.702Z | Downloaded structmeta-derive v0.3.0 |
822 | 2024-11-25T18:46:17.703Z | Downloaded time-macros v0.2.18 |
823 | 2024-11-25T18:46:17.705Z | Downloaded float-ord v0.3.2 |
824 | 2024-11-25T18:46:17.708Z | Downloaded sec1 v0.7.3 |
825 | 2024-11-25T18:46:17.708Z | Downloaded slab v0.4.9 |
826 | 2024-11-25T18:46:17.710Z | Downloaded serde_urlencoded v0.7.1 |
827 | 2024-11-25T18:46:17.712Z | Downloaded phf_generator v0.11.2 |
828 | 2024-11-25T18:46:17.715Z | Downloaded zerocopy-derive v0.8.10 |
829 | 2024-11-25T18:46:17.719Z | Downloaded serde_repr v0.1.19 |
830 | 2024-11-25T18:46:17.722Z | Downloaded packed_struct_codegen v0.10.1 |
831 | 2024-11-25T18:46:17.727Z | Downloaded parse-zoneinfo v0.3.1 |
832 | 2024-11-25T18:46:17.730Z | Downloaded futures-core v0.3.31 |
833 | 2024-11-25T18:46:17.730Z | Downloaded winnow v0.5.40 |
834 | 2024-11-25T18:46:17.737Z | Downloaded serde-big-array v0.5.1 |
835 | 2024-11-25T18:46:17.740Z | Downloaded string_cache v0.8.7 |
836 | 2024-11-25T18:46:17.742Z | Downloaded packed_struct v0.10.1 |
837 | 2024-11-25T18:46:17.745Z | Downloaded ed25519-dalek v2.1.1 |
838 | 2024-11-25T18:46:17.748Z | Downloaded time v0.3.36 |
839 | 2024-11-25T18:46:17.754Z | Downloaded ron v0.8.1 |
840 | 2024-11-25T18:46:17.760Z | Downloaded stringprep v0.1.5 |
841 | 2024-11-25T18:46:17.763Z | Downloaded num v0.4.3 |
842 | 2024-11-25T18:46:17.765Z | Downloaded futures-io v0.3.31 |
843 | 2024-11-25T18:46:17.765Z | Downloaded unsafe-libyaml v0.2.11 |
844 | 2024-11-25T18:46:17.768Z | Downloaded diesel_table_macro_syntax v0.2.0 |
845 | 2024-11-25T18:46:17.770Z | Downloaded precomputed-hash v0.1.1 |
846 | 2024-11-25T18:46:17.770Z | Downloaded data-encoding v2.6.0 |
847 | 2024-11-25T18:46:17.772Z | Downloaded nanorand v0.7.0 |
848 | 2024-11-25T18:46:17.775Z | Downloaded rand_core v0.6.4 |
849 | 2024-11-25T18:46:17.777Z | Downloaded env_filter v0.1.2 |
850 | 2024-11-25T18:46:17.777Z | Downloaded futures v0.3.31 |
851 | 2024-11-25T18:46:17.782Z | Downloaded hashbrown v0.12.3 |
852 | 2024-11-25T18:46:17.787Z | Downloaded num-derive v0.4.2 |
853 | 2024-11-25T18:46:17.789Z | Downloaded multer v3.1.0 |
854 | 2024-11-25T18:46:17.792Z | Downloaded env_logger v0.10.2 |
855 | 2024-11-25T18:46:17.795Z | Downloaded toolchain_find v0.4.0 |
856 | 2024-11-25T18:46:17.798Z | Downloaded zeroize_derive v1.4.2 |
857 | 2024-11-25T18:46:17.798Z | Downloaded try-lock v0.2.5 |
858 | 2024-11-25T18:46:17.801Z | Downloaded zopfli v0.8.1 |
859 | 2024-11-25T18:46:17.801Z | Downloaded futures-channel v0.3.31 |
860 | 2024-11-25T18:46:17.804Z | Downloaded defmt v0.3.8 |
861 | 2024-11-25T18:46:17.807Z | Downloaded omicron-zone-package v0.11.1 |
862 | 2024-11-25T18:46:17.811Z | Downloaded quick-error v1.2.3 |
863 | 2024-11-25T18:46:17.815Z | Downloaded predicates-core v1.0.8 |
864 | 2024-11-25T18:46:17.815Z | Downloaded rayon-core v1.12.1 |
865 | 2024-11-25T18:46:17.818Z | Downloaded semver v0.1.20 |
866 | 2024-11-25T18:46:17.820Z | Downloaded phf_codegen v0.11.2 |
867 | 2024-11-25T18:46:17.820Z | Downloaded blake3 v1.5.4 |
868 | 2024-11-25T18:46:17.828Z | Downloaded stable_deref_trait v1.2.0 |
869 | 2024-11-25T18:46:17.830Z | Downloaded snafu v0.8.5 |
870 | 2024-11-25T18:46:17.835Z | Downloaded slog-scope v4.4.0 |
871 | 2024-11-25T18:46:17.838Z | Downloaded futures-macro v0.3.31 |
872 | 2024-11-25T18:46:17.840Z | Downloaded der_derive v0.7.3 |
873 | 2024-11-25T18:46:17.840Z | Downloaded foldhash v0.1.3 |
874 | 2024-11-25T18:46:17.842Z | Downloaded darling_core v0.20.10 |
875 | 2024-11-25T18:46:17.846Z | Downloaded defmt-parser v0.3.4 |
876 | 2024-11-25T18:46:17.848Z | Downloaded defmt-macros v0.3.9 |
877 | 2024-11-25T18:46:17.851Z | Downloaded serde_derive_internals v0.29.1 |
878 | 2024-11-25T18:46:17.853Z | Downloaded secrecy v0.8.0 |
879 | 2024-11-25T18:46:17.853Z | Downloaded mockall_derive v0.13.0 |
880 | 2024-11-25T18:46:17.856Z | Downloaded scrypt v0.11.0 |
881 | 2024-11-25T18:46:17.859Z | Downloaded futures-task v0.3.31 |
882 | 2024-11-25T18:46:17.861Z | Downloaded diesel-dtrace v0.3.0 |
883 | 2024-11-25T18:46:17.861Z | Downloaded parking_lot v0.12.3 |
884 | 2024-11-25T18:46:17.864Z | Downloaded tui-tree-widget v0.22.0 |
885 | 2024-11-25T18:46:17.866Z | Downloaded parking_lot v0.11.2 |
886 | 2024-11-25T18:46:17.868Z | Downloaded topological-sort v0.2.2 |
887 | 2024-11-25T18:46:17.871Z | Downloaded parking_lot_core v0.8.6 |
888 | 2024-11-25T18:46:17.871Z | Downloaded pkg-config v0.3.31 |
889 | 2024-11-25T18:46:17.874Z | Downloaded multimap v0.10.0 |
890 | 2024-11-25T18:46:17.877Z | Downloaded rcgen v0.12.1 |
891 | 2024-11-25T18:46:17.877Z | Downloaded pbkdf2 v0.11.0 |
892 | 2024-11-25T18:46:17.879Z | Downloaded typify v0.2.0 |
893 | 2024-11-25T18:46:17.882Z | Downloaded zerovec v0.10.4 |
894 | 2024-11-25T18:46:17.889Z | Downloaded sct v0.7.1 |
895 | 2024-11-25T18:46:17.892Z | Downloaded num-complex v0.4.6 |
896 | 2024-11-25T18:46:17.896Z | Downloaded slog-term v2.9.1 |
897 | 2024-11-25T18:46:17.899Z | Downloaded unicode_categories v0.1.1 |
898 | 2024-11-25T18:46:17.899Z | Downloaded x509-cert v0.2.5 |
899 | 2024-11-25T18:46:17.905Z | Downloaded poly1305 v0.8.0 |
900 | 2024-11-25T18:46:17.908Z | Downloaded expectorate v1.1.0 |
901 | 2024-11-25T18:46:17.910Z | Downloaded toml_edit v0.19.15 |
902 | 2024-11-25T18:46:17.928Z | Downloaded getrandom v0.2.15 |
903 | 2024-11-25T18:46:17.932Z | Downloaded chrono v0.4.38 |
904 | 2024-11-25T18:46:17.938Z | Downloaded hashbrown v0.14.5 |
905 | 2024-11-25T18:46:17.943Z | Downloaded rustyline v14.0.0 |
906 | 2024-11-25T18:46:17.950Z | Downloaded quick-xml v0.33.0 |
907 | 2024-11-25T18:46:17.956Z | Downloaded slog-stdlog v4.1.1 |
908 | 2024-11-25T18:46:17.958Z | Downloaded zip v0.6.6 |
909 | 2024-11-25T18:46:17.961Z | Downloaded oso v0.27.3 |
910 | 2024-11-25T18:46:17.965Z | Downloaded slog v2.7.0 |
911 | 2024-11-25T18:46:17.968Z | Downloaded lalrpop v0.19.12 |
912 | 2024-11-25T18:46:17.979Z | Downloaded tungstenite v0.21.0 |
913 | 2024-11-25T18:46:17.984Z | Downloaded flume v0.11.1 |
914 | 2024-11-25T18:46:17.987Z | Downloaded unicode-normalization v0.1.24 |
915 | 2024-11-25T18:46:17.991Z | Downloaded h2 v0.4.6 |
916 | 2024-11-25T18:46:17.998Z | Downloaded quinn-proto v0.11.8 |
917 | 2024-11-25T18:46:18.005Z | Downloaded russh v0.45.0 |
918 | 2024-11-25T18:46:18.011Z | Downloaded der v0.7.9 |
919 | 2024-11-25T18:46:18.016Z | Downloaded nom v7.1.3 |
920 | 2024-11-25T18:46:18.022Z | Downloaded icu_properties_data v1.5.0 |
921 | 2024-11-25T18:46:18.033Z | Downloaded tokio-util v0.7.12 |
922 | 2024-11-25T18:46:18.040Z | Downloaded steno v0.4.1 |
923 | 2024-11-25T18:46:18.045Z | Downloaded tungstenite v0.23.0 |
924 | 2024-11-25T18:46:18.048Z | Downloaded num-bigint-dig v0.8.4 |
925 | 2024-11-25T18:46:18.053Z | Downloaded zip v2.1.3 |
926 | 2024-11-25T18:46:18.058Z | Downloaded typed-path v0.9.3 |
927 | 2024-11-25T18:46:18.065Z | Downloaded portable-atomic v1.9.0 |
928 | 2024-11-25T18:46:18.072Z | Downloaded idna v0.5.0 |
929 | 2024-11-25T18:46:18.080Z | Downloaded p384 v0.13.0 |
930 | 2024-11-25T18:46:18.087Z | Downloaded flate2 v1.0.34 |
931 | 2024-11-25T18:46:18.092Z | Downloaded idna v0.3.0 |
932 | 2024-11-25T18:46:18.100Z | Downloaded idna v0.4.0 |
933 | 2024-11-25T18:46:18.107Z | Downloaded mio v1.0.2 |
934 | 2024-11-25T18:46:18.113Z | Downloaded rand v0.8.5 |
935 | 2024-11-25T18:46:18.117Z | Downloaded num-bigint v0.4.6 |
936 | 2024-11-25T18:46:18.122Z | Downloaded p521 v0.13.3 |
937 | 2024-11-25T18:46:18.127Z | Downloaded tough v0.19.0 |
938 | 2024-11-25T18:46:18.135Z | Downloaded reedline v0.35.0 |
939 | 2024-11-25T18:46:18.143Z | Downloaded rustls-webpki v0.101.7 |
940 | 2024-11-25T18:46:18.158Z | Downloaded rayon v1.10.0 |
941 | 2024-11-25T18:46:18.168Z | Downloaded serde_with v3.11.0 |
942 | 2024-11-25T18:46:18.176Z | Downloaded futures-util v0.3.31 |
943 | 2024-11-25T18:46:18.189Z | Downloaded zerocopy v0.8.10 |
944 | 2024-11-25T18:46:18.213Z | Downloaded petname v2.0.2 |
945 | 2024-11-25T18:46:18.219Z | Downloaded nix v0.27.1 |
946 | 2024-11-25T18:46:18.231Z | Downloaded vcpkg v0.2.15 |
947 | 2024-11-25T18:46:18.270Z | Downloaded regex v1.11.1 |
948 | 2024-11-25T18:46:18.283Z | Downloaded webpki-roots v0.26.6 |
949 | 2024-11-25T18:46:18.286Z | Downloaded smoltcp v0.9.1 |
950 | 2024-11-25T18:46:18.298Z | Downloaded polar-core v0.27.3 |
951 | 2024-11-25T18:46:18.307Z | Downloaded nix v0.28.0 |
952 | 2024-11-25T18:46:18.319Z | Downloaded gimli v0.31.1 |
953 | 2024-11-25T18:46:18.328Z | Downloaded nix v0.29.0 |
954 | 2024-11-25T18:46:18.340Z | Downloaded rustls v0.21.12 |
955 | 2024-11-25T18:46:18.352Z | Downloaded chrono-tz v0.10.0 |
956 | 2024-11-25T18:46:18.359Z | Downloaded bstr v1.10.0 |
957 | 2024-11-25T18:46:18.371Z | Downloaded smoltcp v0.11.0 |
958 | 2024-11-25T18:46:18.384Z | Downloaded openssl v0.10.66 |
959 | 2024-11-25T18:46:18.394Z | Downloaded rustls v0.22.4 |
960 | 2024-11-25T18:46:18.408Z | Downloaded rustls v0.23.14 |
961 | 2024-11-25T18:46:18.421Z | Downloaded radix_trie v0.2.1 |
962 | 2024-11-25T18:46:18.426Z | Downloaded object v0.30.4 |
963 | 2024-11-25T18:46:18.436Z | Downloaded regex-syntax v0.8.5 |
964 | 2024-11-25T18:46:18.444Z | Downloaded reqwest v0.12.9 |
965 | 2024-11-25T18:46:18.453Z | Downloaded regress v0.10.1 |
966 | 2024-11-25T18:46:18.462Z | Downloaded dropshot v0.12.0 |
967 | 2024-11-25T18:46:18.483Z | Downloaded regex-syntax v0.6.29 |
968 | 2024-11-25T18:46:18.491Z | Downloaded sled v0.34.7 |
969 | 2024-11-25T18:46:18.500Z | Downloaded zerocopy-derive v0.6.6 |
970 | 2024-11-25T18:46:18.513Z | Downloaded trust-dns-proto v0.22.0 |
971 | 2024-11-25T18:46:18.523Z | Downloaded dropshot v0.13.0 |
972 | 2024-11-25T18:46:18.544Z | Downloaded regress v0.9.1 |
973 | 2024-11-25T18:46:18.552Z | Downloaded object v0.36.5 |
974 | 2024-11-25T18:46:18.563Z | Downloaded openapiv3 v2.0.0 |
975 | 2024-11-25T18:46:18.576Z | Downloaded diesel v2.2.4 |
976 | 2024-11-25T18:46:18.594Z | Downloaded regex-automata v0.4.8 |
977 | 2024-11-25T18:46:18.611Z | Downloaded ratatui v0.28.1 |
978 | 2024-11-25T18:46:18.631Z | Downloaded lzma-sys v0.1.20 |
979 | 2024-11-25T18:46:18.661Z | Downloaded curve25519-dalek v4.1.3 |
980 | 2024-11-25T18:46:18.669Z | Downloaded rustls-webpki v0.102.8 |
981 | 2024-11-25T18:46:18.688Z | Downloaded petgraph v0.6.5 |
982 | 2024-11-25T18:46:18.704Z | Downloaded libz-sys v1.1.20 |
983 | 2024-11-25T18:46:18.725Z | Downloaded typify-impl v0.2.0 |
984 | 2024-11-25T18:46:18.741Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
985 | 2024-11-25T18:46:18.752Z | Downloaded git2 v0.19.0 |
986 | 2024-11-25T18:46:18.760Z | Downloaded unicode-width v0.2.0 |
987 | 2024-11-25T18:46:18.766Z | Downloaded idna v0.2.3 |
988 | 2024-11-25T18:46:18.773Z | Downloaded proptest v1.5.0 |
989 | 2024-11-25T18:46:18.783Z | Downloaded futures-executor v0.3.31 |
990 | 2024-11-25T18:46:18.786Z | Downloaded tokio-tungstenite v0.24.0 |
991 | 2024-11-25T18:46:18.788Z | Downloaded tokio-tungstenite v0.23.1 |
992 | 2024-11-25T18:46:18.791Z | Downloaded bindgen v0.69.5 |
993 | 2024-11-25T18:46:18.795Z | Downloaded unicode-segmentation v1.12.0 |
994 | 2024-11-25T18:46:18.799Z | Downloaded rusqlite v0.32.1 |
995 | 2024-11-25T18:46:18.805Z | Downloaded salty v0.3.0 |
996 | 2024-11-25T18:46:18.812Z | Downloaded diff v0.1.13 |
997 | 2024-11-25T18:46:18.817Z | Downloaded hashbrown v0.13.2 |
998 | 2024-11-25T18:46:18.820Z | Downloaded sqlparser v0.45.0 |
999 | 2024-11-25T18:46:18.826Z | Downloaded xz2 v0.1.7 |
1000 | 2024-11-25T18:46:18.828Z | Downloaded slog-json v2.6.1 |
1001 | 2024-11-25T18:46:18.831Z | Downloaded serde_plain v1.0.2 |
1002 | 2024-11-25T18:46:18.834Z | Downloaded serde_path_to_error v0.1.16 |
1003 | 2024-11-25T18:46:18.835Z | Downloaded pkcs8 v0.10.2 |
1004 | 2024-11-25T18:46:18.838Z | Downloaded tls_codec v0.4.1 |
1005 | 2024-11-25T18:46:18.838Z | Downloaded displaydoc v0.2.5 |
1006 | 2024-11-25T18:46:18.841Z | Downloaded spin v0.9.8 |
1007 | 2024-11-25T18:46:18.844Z | Downloaded diesel_derives v2.2.3 |
1008 | 2024-11-25T18:46:18.847Z | Downloaded csv v1.3.0 |
1009 | 2024-11-25T18:46:18.867Z | Downloaded hkdf v0.12.4 |
1010 | 2024-11-25T18:46:18.869Z | Downloaded sha3 v0.10.8 |
1011 | 2024-11-25T18:46:18.873Z | Downloaded tokio v1.40.0 |
1012 | 2024-11-25T18:46:18.910Z | Downloaded aws-lc-rs v1.10.0 |
1013 | 2024-11-25T18:46:18.918Z | Downloaded itertools v0.13.0 |
1014 | 2024-11-25T18:46:18.925Z | Downloaded structmeta v0.3.0 |
1015 | 2024-11-25T18:46:18.928Z | Downloaded strip-ansi-escapes v0.2.0 |
1016 | 2024-11-25T18:46:18.931Z | Downloaded tokio-macros v2.4.0 |
1017 | 2024-11-25T18:46:18.931Z | Downloaded ron v0.7.1 |
1018 | 2024-11-25T18:46:18.933Z | Downloaded fatfs v0.3.6 |
1019 | 2024-11-25T18:46:18.936Z | Downloaded unicode-properties v0.1.3 |
1020 | 2024-11-25T18:46:18.939Z | Downloaded difflib v0.4.0 |
1021 | 2024-11-25T18:46:18.941Z | Downloaded tiny-keccak v2.0.2 |
1022 | 2024-11-25T18:46:18.944Z | Downloaded tar v0.4.42 |
1023 | 2024-11-25T18:46:18.946Z | Downloaded itertools v0.12.1 |
1024 | 2024-11-25T18:46:18.952Z | Downloaded idna v1.0.3 |
1025 | 2024-11-25T18:46:18.955Z | Downloaded thiserror-no-std v2.0.2 |
1026 | 2024-11-25T18:46:18.959Z | Downloaded slog-envlogger v2.2.0 |
1027 | 2024-11-25T18:46:18.961Z | Downloaded vte v0.11.1 |
1028 | 2024-11-25T18:46:18.965Z | Downloaded uuid v1.11.0 |
1029 | 2024-11-25T18:46:18.968Z | Downloaded encoding_rs v0.8.34 |
1030 | 2024-11-25T18:46:18.986Z | Downloaded signal-hook v0.3.17 |
1031 | 2024-11-25T18:46:18.989Z | Downloaded socket2 v0.5.7 |
1032 | 2024-11-25T18:46:18.992Z | Downloaded libm v0.2.8 |
1033 | 2024-11-25T18:46:18.999Z | Downloaded phf_shared v0.11.2 |
1034 | 2024-11-25T18:46:19.002Z | Downloaded pbkdf2 v0.12.2 |
1035 | 2024-11-25T18:46:19.002Z | Downloaded postgres-types v0.2.8 |
1036 | 2024-11-25T18:46:19.004Z | Downloaded dropshot_endpoint v0.13.0 |
1037 | 2024-11-25T18:46:19.007Z | Downloaded dropshot_endpoint v0.12.0 |
1038 | 2024-11-25T18:46:19.009Z | Downloaded zerocopy v0.6.6 |
1039 | 2024-11-25T18:46:19.012Z | Downloaded quinn v0.11.5 |
1040 | 2024-11-25T18:46:19.015Z | Downloaded url v2.5.3 |
1041 | 2024-11-25T18:46:19.018Z | Downloaded tracing v0.1.40 |
1042 | 2024-11-25T18:46:19.022Z | Downloaded walkdir v2.5.0 |
1043 | 2024-11-25T18:46:19.024Z | Downloaded http v1.1.0 |
1044 | 2024-11-25T18:46:19.028Z | Downloaded strum_macros v0.25.3 |
1045 | 2024-11-25T18:46:19.032Z | Downloaded smf v0.2.3 |
1046 | 2024-11-25T18:46:19.034Z | Downloaded signal-hook-mio v0.2.4 |
1047 | 2024-11-25T18:46:19.034Z | Downloaded scopeguard v1.2.0 |
1048 | 2024-11-25T18:46:19.034Z | Downloaded zerovec-derive v0.10.3 |
1049 | 2024-11-25T18:46:19.037Z | Downloaded derive_more v0.99.18 |
1050 | 2024-11-25T18:46:19.040Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1051 | 2024-11-25T18:46:19.096Z | Downloaded primeorder v0.13.6 |
1052 | 2024-11-25T18:46:19.099Z | Downloaded predicates-tree v1.0.11 |
1053 | 2024-11-25T18:46:19.099Z | Downloaded parse-display v0.10.0 |
1054 | 2024-11-25T18:46:19.101Z | Downloaded tokio-rustls v0.24.1 |
1055 | 2024-11-25T18:46:19.103Z | Downloaded strum_macros v0.26.4 |
1056 | 2024-11-25T18:46:19.103Z | Downloaded tungstenite v0.24.0 |
1057 | 2024-11-25T18:46:19.107Z | Downloaded bumpalo v3.16.0 |
1058 | 2024-11-25T18:46:19.110Z | Downloaded owo-colors v4.1.0 |
1059 | 2024-11-25T18:46:19.113Z | Downloaded static_assertions v1.1.0 |
1060 | 2024-11-25T18:46:19.116Z | Downloaded qorb v0.2.0 |
1061 | 2024-11-25T18:46:19.120Z | Downloaded prettyplease v0.2.25 |
1062 | 2024-11-25T18:46:19.123Z | Downloaded crypto-bigint v0.5.5 |
1063 | 2024-11-25T18:46:19.127Z | Downloaded const_format v0.2.33 |
1064 | 2024-11-25T18:46:19.131Z | Downloaded serde_yaml v0.9.34+deprecated |
1065 | 2024-11-25T18:46:19.135Z | Downloaded whoami v1.5.2 |
1066 | 2024-11-25T18:46:19.137Z | Downloaded predicates v3.1.2 |
1067 | 2024-11-25T18:46:19.140Z | Downloaded peg-macros v0.8.4 |
1068 | 2024-11-25T18:46:19.140Z | Downloaded env_logger v0.11.5 |
1069 | 2024-11-25T18:46:19.142Z | Downloaded tracing-attributes v0.1.27 |
1070 | 2024-11-25T18:46:19.145Z | Downloaded heapless v0.8.0 |
1071 | 2024-11-25T18:46:19.148Z | Downloaded signal-hook-tokio v0.3.1 |
1072 | 2024-11-25T18:46:19.151Z | Downloaded serde-hex v0.1.0 |
1073 | 2024-11-25T18:46:19.151Z | Downloaded rustfmt-wrapper v0.2.1 |
1074 | 2024-11-25T18:46:19.154Z | Downloaded rustc-hash v2.0.0 |
1075 | 2024-11-25T18:46:19.154Z | Downloaded icu_collections v1.5.0 |
1076 | 2024-11-25T18:46:19.159Z | Downloaded deranged v0.3.11 |
1077 | 2024-11-25T18:46:19.162Z | Downloaded icu_provider v1.5.0 |
1078 | 2024-11-25T18:46:19.164Z | Downloaded icu_properties v1.5.1 |
1079 | 2024-11-25T18:46:19.168Z | Downloaded compact_str v0.8.0 |
1080 | 2024-11-25T18:46:19.170Z | Downloaded tokio-rustls v0.26.0 |
1081 | 2024-11-25T18:46:19.173Z | Downloaded tokio-rustls v0.25.0 |
1082 | 2024-11-25T18:46:19.173Z | Downloaded lock_api v0.4.12 |
1083 | 2024-11-25T18:46:19.177Z | Downloaded bytes v1.8.0 |
1084 | 2024-11-25T18:46:19.181Z | Downloaded snafu-derive v0.8.5 |
1085 | 2024-11-25T18:46:19.181Z | Downloaded num-iter v0.1.45 |
1086 | 2024-11-25T18:46:19.184Z | Downloaded hash32 v0.2.1 |
1087 | 2024-11-25T18:46:19.184Z | Downloaded gethostname v0.5.0 |
1088 | 2024-11-25T18:46:19.184Z | Downloaded foreign-types v0.5.0 |
1089 | 2024-11-25T18:46:19.184Z | Downloaded fd-lock v4.0.2 |
1090 | 2024-11-25T18:46:19.188Z | Downloaded crossbeam-epoch v0.9.18 |
1091 | 2024-11-25T18:46:19.191Z | Downloaded cookie v0.18.1 |
1092 | 2024-11-25T18:46:19.191Z | Downloaded const-oid v0.9.6 |
1093 | 2024-11-25T18:46:19.193Z | Downloaded cancel-safe-futures v0.1.5 |
1094 | 2024-11-25T18:46:19.196Z | Downloaded bzip2 v0.4.4 |
1095 | 2024-11-25T18:46:19.198Z | Downloaded memmap2 v0.9.5 |
1096 | 2024-11-25T18:46:19.198Z | Downloaded litemap v0.7.3 |
1097 | 2024-11-25T18:46:19.201Z | Downloaded ipnet v2.10.1 |
1098 | 2024-11-25T18:46:19.204Z | Downloaded clang-sys v1.8.1 |
1099 | 2024-11-25T18:46:19.207Z | Downloaded ssh-cipher v0.2.0 |
1100 | 2024-11-25T18:46:19.207Z | Downloaded slog-dtrace v0.3.0 |
1101 | 2024-11-25T18:46:19.209Z | Downloaded same-file v1.0.6 |
1102 | 2024-11-25T18:46:19.209Z | Downloaded ref-cast-impl v1.0.23 |
1103 | 2024-11-25T18:46:19.212Z | Downloaded blake2 v0.10.6 |
1104 | 2024-11-25T18:46:19.214Z | Downloaded scheduled-thread-pool v0.2.7 |
1105 | 2024-11-25T18:46:19.216Z | Downloaded rfc6979 v0.4.0 |
1106 | 2024-11-25T18:46:19.216Z | Downloaded libloading v0.8.5 |
1107 | 2024-11-25T18:46:19.219Z | Downloaded inout v0.1.3 |
1108 | 2024-11-25T18:46:19.219Z | Downloaded crc32fast v1.4.2 |
1109 | 2024-11-25T18:46:19.221Z | Downloaded cookie_store v0.21.0 |
1110 | 2024-11-25T18:46:19.224Z | Downloaded const_format_proc_macros v0.2.33 |
1111 | 2024-11-25T18:46:19.226Z | Downloaded ciborium v0.2.2 |
1112 | 2024-11-25T18:46:19.229Z | Downloaded memoffset v0.9.1 |
1113 | 2024-11-25T18:46:19.229Z | Downloaded md-5 v0.10.6 |
1114 | 2024-11-25T18:46:19.231Z | Downloaded maybe-uninit v2.0.0 |
1115 | 2024-11-25T18:46:19.231Z | Downloaded maplit v1.0.2 |
1116 | 2024-11-25T18:46:19.231Z | Downloaded lalrpop-util v0.19.12 |
1117 | 2024-11-25T18:46:19.233Z | Downloaded quinn-udp v0.5.5 |
1118 | 2024-11-25T18:46:19.234Z | Downloaded lazy_static v1.5.0 |
1119 | 2024-11-25T18:46:19.236Z | Downloaded internet-checksum v0.2.1 |
1120 | 2024-11-25T18:46:19.236Z | Downloaded bitfield v0.14.0 |
1121 | 2024-11-25T18:46:19.238Z | Downloaded bcs v0.1.6 |
1122 | 2024-11-25T18:46:19.241Z | Downloaded indoc v1.0.9 |
1123 | 2024-11-25T18:46:19.243Z | Downloaded async-bb8-diesel v0.2.1 |
1124 | 2024-11-25T18:46:19.245Z | Downloaded lockfree-object-pool v0.1.6 |
1125 | 2024-11-25T18:46:19.248Z | Downloaded constant_time_eq v0.3.1 |
1126 | 2024-11-25T18:46:19.248Z | Downloaded castaway v0.2.3 |
1127 | 2024-11-25T18:46:19.250Z | Downloaded backoff v0.4.0 |
1128 | 2024-11-25T18:46:19.250Z | Downloaded bit-vec v0.6.3 |
1129 | 2024-11-25T18:46:19.253Z | Downloaded async-stream v0.3.6 |
1130 | 2024-11-25T18:46:19.255Z | Downloaded base16ct v0.2.0 |
1131 | 2024-11-25T18:46:19.255Z | Downloaded httparse v1.9.5 |
1132 | 2024-11-25T18:46:19.257Z | Downloaded http-body v1.0.1 |
1133 | 2024-11-25T18:46:19.260Z | Downloaded hostname v0.4.0 |
1134 | 2024-11-25T18:46:19.260Z | Downloaded hex v0.4.3 |
1135 | 2024-11-25T18:46:19.398Z | Downloaded libsqlite3-sys v0.30.1 |
1136 | 2024-11-25T18:46:19.772Z | Downloaded ring v0.17.8 |
1137 | 2024-11-25T18:46:19.946Z | Downloaded ring v0.16.20 |
1138 | 2024-11-25T18:46:20.192Z | Downloaded aws-lc-sys v0.22.0 |
1139 | 2024-11-25T18:46:20.504Z | Compiling serde v1.0.215 |
1140 | 2024-11-25T18:46:20.506Z | Compiling lock_api v0.4.12 |
1141 | 2024-11-25T18:46:20.506Z | Compiling scopeguard v1.2.0 |
1142 | 2024-11-25T18:46:20.506Z | Compiling value-bag v1.9.0 |
1143 | 2024-11-25T18:46:20.665Z | Compiling typenum v1.17.0 |
1144 | 2024-11-25T18:46:20.668Z | Compiling generic-array v0.14.7 |
1145 | 2024-11-25T18:46:20.709Z | Compiling syn v2.0.87 |
1146 | 2024-11-25T18:46:20.724Z | Compiling getrandom v0.2.15 |
1147 | 2024-11-25T18:46:20.814Z | Compiling subtle v2.6.1 |
1148 | 2024-11-25T18:46:21.002Z | Compiling rand_core v0.6.4 |
1149 | 2024-11-25T18:46:21.182Z | Compiling log v0.4.22 |
1150 | 2024-11-25T18:46:21.273Z | Compiling shlex v1.3.0 |
1151 | 2024-11-25T18:46:21.295Z | Compiling jobserver v0.1.32 |
1152 | 2024-11-25T18:46:21.322Z | Compiling smallvec v1.13.2 |
1153 | 2024-11-25T18:46:21.554Z | Compiling const-oid v0.9.6 |
1154 | 2024-11-25T18:46:21.598Z | Compiling spin v0.9.8 |
1155 | 2024-11-25T18:46:21.731Z | Compiling cc v1.1.30 |
1156 | 2024-11-25T18:46:21.789Z | Compiling pin-project-lite v0.2.14 |
1157 | 2024-11-25T18:46:21.917Z | Compiling rustix v0.38.37 |
1158 | 2024-11-25T18:46:22.007Z | Compiling parking_lot_core v0.9.10 |
1159 | 2024-11-25T18:46:22.153Z | Compiling futures-core v0.3.31 |
1160 | 2024-11-25T18:46:22.332Z | Compiling signal-hook-registry v1.4.2 |
1161 | 2024-11-25T18:46:22.420Z | Compiling mio v1.0.2 |
1162 | 2024-11-25T18:46:22.878Z | Compiling aho-corasick v1.1.3 |
1163 | 2024-11-25T18:46:23.188Z | Compiling parking_lot v0.12.3 |
1164 | 2024-11-25T18:46:23.253Z | Compiling cpufeatures v0.2.14 |
1165 | 2024-11-25T18:46:23.362Z | Compiling either v1.13.0 |
1166 | 2024-11-25T18:46:23.544Z | Compiling regex-syntax v0.8.5 |
1167 | 2024-11-25T18:46:23.616Z | Compiling lazy_static v1.5.0 |
1168 | 2024-11-25T18:46:23.697Z | Compiling stable_deref_trait v1.2.0 |
1169 | 2024-11-25T18:46:23.735Z | Compiling glob v0.3.1 |
1170 | 2024-11-25T18:46:23.788Z | Compiling futures-sink v0.3.31 |
1171 | 2024-11-25T18:46:23.808Z | Compiling socket2 v0.5.7 |
1172 | 2024-11-25T18:46:23.949Z | Compiling slab v0.4.9 |
1173 | 2024-11-25T18:46:24.150Z | Compiling prettyplease v0.2.25 |
1174 | 2024-11-25T18:46:24.409Z | Compiling minimal-lexical v0.2.1 |
1175 | 2024-11-25T18:46:24.769Z | Compiling clang-sys v1.8.1 |
1176 | 2024-11-25T18:46:24.816Z | Compiling libloading v0.8.5 |
1177 | 2024-11-25T18:46:24.860Z | Compiling nom v7.1.3 |
1178 | 2024-11-25T18:46:24.976Z | Compiling home v0.5.9 |
1179 | 2024-11-25T18:46:25.253Z | Compiling serde_json v1.0.132 |
1180 | 2024-11-25T18:46:25.271Z | Compiling bindgen v0.69.5 |
1181 | 2024-11-25T18:46:25.607Z | Compiling futures-channel v0.3.31 |
1182 | 2024-11-25T18:46:26.052Z | Compiling itertools v0.12.1 |
1183 | 2024-11-25T18:46:26.133Z | Compiling allocator-api2 v0.2.18 |
1184 | 2024-11-25T18:46:26.177Z | Compiling rustc-hash v1.1.0 |
1185 | 2024-11-25T18:46:26.339Z | Compiling futures-task v0.3.31 |
1186 | 2024-11-25T18:46:26.649Z | Compiling lazycell v1.3.0 |
1187 | 2024-11-25T18:46:26.817Z | Compiling futures-io v0.3.31 |
1188 | 2024-11-25T18:46:26.916Z | Compiling pin-utils v0.1.0 |
1189 | 2024-11-25T18:46:27.020Z | Compiling foldhash v0.1.3 |
1190 | 2024-11-25T18:46:27.158Z | Compiling cmake v0.1.51 |
1191 | 2024-11-25T18:46:27.324Z | Compiling regex-automata v0.4.8 |
1192 | 2024-11-25T18:46:28.170Z | Compiling hashbrown v0.15.0 |
1193 | 2024-11-25T18:46:28.587Z | Compiling synstructure v0.13.1 |
1194 | 2024-11-25T18:46:29.265Z | Compiling cexpr v0.6.0 |
1195 | 2024-11-25T18:46:29.555Z | Compiling pkg-config v0.3.31 |
1196 | 2024-11-25T18:46:30.352Z | Compiling tinyvec_macros v0.1.1 |
1197 | 2024-11-25T18:46:30.448Z | Compiling dunce v1.0.5 |
1198 | 2024-11-25T18:46:30.474Z | Compiling fs_extra v1.3.0 |
1199 | 2024-11-25T18:46:30.576Z | Compiling libm v0.2.8 |
1200 | 2024-11-25T18:46:30.940Z | Compiling tinyvec v1.8.0 |
1201 | 2024-11-25T18:46:31.087Z | Compiling num-traits v0.2.19 |
1202 | 2024-11-25T18:46:31.157Z | Compiling ring v0.17.8 |
1203 | 2024-11-25T18:46:31.596Z | Compiling paste v1.0.15 |
1204 | 2024-11-25T18:46:31.914Z | Compiling litemap v0.7.3 |
1205 | 2024-11-25T18:46:32.096Z | Compiling base64ct v1.6.0 |
1206 | 2024-11-25T18:46:32.283Z | Compiling unicode-bidi v0.3.17 |
1207 | 2024-11-25T18:46:32.312Z | Compiling writeable v0.5.5 |
1208 | 2024-11-25T18:46:32.489Z | Compiling unicode-normalization v0.1.24 |
1209 | 2024-11-25T18:46:32.705Z | Compiling pem-rfc7468 v0.7.0 |
1210 | 2024-11-25T18:46:32.883Z | Compiling regex v1.11.1 |
1211 | 2024-11-25T18:46:33.622Z | Compiling httparse v1.9.5 |
1212 | 2024-11-25T18:46:33.668Z | Compiling aws-lc-rs v1.10.0 |
1213 | 2024-11-25T18:46:33.967Z | Compiling flagset v0.4.6 |
1214 | 2024-11-25T18:46:34.176Z | Compiling tracing-core v0.1.32 |
1215 | 2024-11-25T18:46:34.432Z | Compiling rustls-pki-types v1.9.0 |
1216 | 2024-11-25T18:46:35.285Z | Compiling icu_locid_transform_data v1.5.0 |
1217 | 2024-11-25T18:46:35.392Z | Compiling crossbeam-utils v0.8.20 |
1218 | 2024-11-25T18:46:35.416Z | Compiling percent-encoding v2.3.1 |
1219 | 2024-11-25T18:46:35.536Z | Compiling time-core v0.1.2 |
1220 | 2024-11-25T18:46:35.554Z | Compiling serde_derive v1.0.215 |
1221 | 2024-11-25T18:46:35.684Z | Compiling zeroize_derive v1.4.2 |
1222 | 2024-11-25T18:46:35.744Z | Compiling zerocopy-derive v0.7.35 |
1223 | 2024-11-25T18:46:35.993Z | Compiling tokio-macros v2.4.0 |
1224 | 2024-11-25T18:46:36.189Z | Compiling zerofrom-derive v0.1.4 |
1225 | 2024-11-25T18:46:37.157Z | Compiling zeroize v1.8.1 |
1226 | 2024-11-25T18:46:37.645Z | Compiling yoke-derive v0.7.4 |
1227 | 2024-11-25T18:46:37.698Z | Compiling thiserror-impl v1.0.69 |
1228 | 2024-11-25T18:46:37.955Z | Compiling zerocopy v0.7.35 |
1229 | 2024-11-25T18:46:38.830Z | Compiling crypto-common v0.1.6 |
1230 | 2024-11-25T18:46:39.075Z | Compiling block-buffer v0.10.4 |
1231 | 2024-11-25T18:46:39.308Z | Compiling digest v0.10.7 |
1232 | 2024-11-25T18:46:39.501Z | Compiling futures-macro v0.3.31 |
1233 | 2024-11-25T18:46:39.831Z | Compiling hmac v0.12.1 |
1234 | 2024-11-25T18:46:40.070Z | Compiling zerovec-derive v0.10.3 |
1235 | 2024-11-25T18:46:40.089Z | Compiling block-padding v0.3.3 |
1236 | 2024-11-25T18:46:40.324Z | Compiling displaydoc v0.2.5 |
1237 | 2024-11-25T18:46:40.341Z | Compiling zerofrom v0.1.4 |
1238 | 2024-11-25T18:46:40.585Z | Compiling inout v0.1.3 |
1239 | 2024-11-25T18:46:40.740Z | Compiling yoke v0.7.4 |
1240 | 2024-11-25T18:46:40.834Z | Compiling cipher v0.4.4 |
1241 | 2024-11-25T18:46:41.128Z | Compiling sha2 v0.10.8 |
1242 | 2024-11-25T18:46:41.149Z | Compiling thiserror v1.0.69 |
1243 | 2024-11-25T18:46:41.289Z | Compiling ppv-lite86 v0.2.20 |
1244 | 2024-11-25T18:46:41.330Z | Compiling futures-util v0.3.31 |
1245 | 2024-11-25T18:46:41.375Z | Compiling der_derive v0.7.3 |
1246 | 2024-11-25T18:46:42.047Z | Compiling icu_provider_macros v1.5.0 |
1247 | 2024-11-25T18:46:42.128Z | Compiling rand_chacha v0.3.1 |
1248 | 2024-11-25T18:46:42.804Z | Compiling zerovec v0.10.4 |
1249 | 2024-11-25T18:46:43.140Z | Compiling tracing-attributes v0.1.27 |
1250 | 2024-11-25T18:46:43.711Z | Compiling der v0.7.9 |
1251 | 2024-11-25T18:46:44.143Z | Compiling rand v0.8.5 |
1252 | 2024-11-25T18:46:44.319Z | Compiling salsa20 v0.10.2 |
1253 | 2024-11-25T18:46:44.497Z | Compiling pest v2.7.14 |
1254 | 2024-11-25T18:46:45.084Z | Compiling tinystr v0.7.6 |
1255 | 2024-11-25T18:46:45.519Z | Compiling icu_locid v1.5.0 |
1256 | 2024-11-25T18:46:46.390Z | Compiling spki v0.7.3 |
1257 | 2024-11-25T18:46:46.771Z | Compiling icu_provider v1.5.0 |
1258 | 2024-11-25T18:46:46.969Z | Compiling tracing v0.1.40 |
1259 | 2024-11-25T18:46:47.096Z | Compiling icu_collections v1.5.0 |
1260 | 2024-11-25T18:46:47.468Z | Compiling icu_locid_transform v1.5.0 |
1261 | 2024-11-25T18:46:47.485Z | Compiling pbkdf2 v0.12.2 |
1262 | 2024-11-25T18:46:47.584Z | Compiling mirai-annotations v1.12.0 |
1263 | 2024-11-25T18:46:47.657Z | Compiling untrusted v0.7.1 |
1264 | 2024-11-25T18:46:47.784Z | Compiling icu_properties_data v1.5.0 |
1265 | 2024-11-25T18:46:47.825Z | Compiling untrusted v0.9.0 |
1266 | 2024-11-25T18:46:47.827Z | Compiling powerfmt v0.2.0 |
1267 | 2024-11-25T18:46:47.874Z | Compiling vcpkg v0.2.15 |
1268 | 2024-11-25T18:46:48.000Z | Compiling num-conv v0.1.0 |
1269 | 2024-11-25T18:46:48.030Z | Compiling scrypt v0.11.0 |
1270 | 2024-11-25T18:46:48.236Z | Compiling deranged v0.3.11 |
1271 | 2024-11-25T18:46:48.295Z | Compiling time-macros v0.2.18 |
1272 | 2024-11-25T18:46:48.594Z | Compiling pest_meta v2.7.14 |
1273 | 2024-11-25T18:46:49.804Z | Compiling bitflags v2.6.0 |
1274 | 2024-11-25T18:46:49.885Z | Compiling bytes v1.8.0 |
1275 | 2024-11-25T18:46:50.274Z | Compiling indexmap v2.6.0 |
1276 | 2024-11-25T18:46:50.294Z | Compiling semver v1.0.23 |
1277 | 2024-11-25T18:46:51.055Z | Compiling tokio v1.40.0 |
1278 | 2024-11-25T18:46:51.237Z | Compiling http v1.1.0 |
1279 | 2024-11-25T18:46:51.680Z | Compiling rustc_version v0.4.1 |
1280 | 2024-11-25T18:46:51.752Z | Compiling openssl-sys v0.9.103 |
1281 | 2024-11-25T18:46:52.488Z | Compiling icu_properties v1.5.1 |
1282 | 2024-11-25T18:46:52.509Z | Compiling cbc v0.1.2 |
1283 | 2024-11-25T18:46:52.738Z | Compiling aes v0.8.4 |
1284 | 2024-11-25T18:46:52.887Z | Compiling scroll_derive v0.12.0 |
1285 | 2024-11-25T18:46:53.430Z | Compiling write16 v1.0.0 |
1286 | 2024-11-25T18:46:53.569Z | Compiling utf8_iter v1.0.4 |
1287 | 2024-11-25T18:46:53.829Z | Compiling utf16_iter v1.0.5 |
1288 | 2024-11-25T18:46:53.849Z | Compiling icu_normalizer_data v1.5.0 |
1289 | 2024-11-25T18:46:53.927Z | Compiling atomic-waker v1.1.2 |
1290 | 2024-11-25T18:46:53.956Z | Compiling num_threads v0.1.7 |
1291 | 2024-11-25T18:46:54.036Z | Compiling pkcs5 v0.7.1 |
1292 | 2024-11-25T18:46:54.094Z | Compiling time v0.3.36 |
1293 | 2024-11-25T18:46:54.375Z | Compiling which v4.4.2 |
1294 | 2024-11-25T18:46:54.421Z | Compiling scroll v0.12.0 |
1295 | 2024-11-25T18:46:55.041Z | Compiling http-body v1.0.1 |
1296 | 2024-11-25T18:46:55.278Z | Compiling pest_generator v2.7.14 |
1297 | 2024-11-25T18:46:55.299Z | Compiling form_urlencoded v1.2.1 |
1298 | 2024-11-25T18:46:55.635Z | Compiling try-lock v0.2.5 |
1299 | 2024-11-25T18:46:55.657Z | Compiling slog v2.7.0 |
1300 | 2024-11-25T18:46:55.712Z | Compiling goblin v0.8.2 |
1301 | 2024-11-25T18:46:55.779Z | Compiling want v0.3.1 |
1302 | 2024-11-25T18:46:56.070Z | Compiling pkcs8 v0.10.2 |
1303 | 2024-11-25T18:46:56.227Z | Compiling httpdate v1.0.3 |
1304 | 2024-11-25T18:46:56.708Z | Compiling icu_normalizer v1.5.0 |
1305 | 2024-11-25T18:46:57.328Z | Compiling pest_derive v2.7.14 |
1306 | 2024-11-25T18:46:57.613Z | Compiling serde_tokenstream v0.2.2 |
1307 | 2024-11-25T18:46:57.670Z | Compiling idna_adapter v1.2.0 |
1308 | 2024-11-25T18:46:57.882Z | Compiling idna v1.0.3 |
1309 | 2024-11-25T18:46:58.108Z | Compiling dtrace-parser v0.2.0 |
1310 | 2024-11-25T18:46:58.250Z | Compiling serde_spanned v0.6.8 |
1311 | 2024-11-25T18:46:58.487Z | Compiling uuid v1.11.0 |
1312 | 2024-11-25T18:46:58.851Z | Compiling toml_datetime v0.6.8 |
1313 | 2024-11-25T18:46:59.366Z | Compiling tower-service v0.3.3 |
1314 | 2024-11-25T18:46:59.434Z | Compiling base64 v0.22.1 |
1315 | 2024-11-25T18:46:59.498Z | Compiling match_cfg v0.1.0 |
1316 | 2024-11-25T18:46:59.600Z | Compiling adler2 v2.0.0 |
1317 | 2024-11-25T18:46:59.795Z | Compiling tokio-util v0.7.12 |
1318 | 2024-11-25T18:46:59.836Z | Compiling foreign-types-shared v0.1.1 |
1319 | 2024-11-25T18:46:59.953Z | Compiling iana-time-zone v0.1.61 |
1320 | 2024-11-25T18:46:59.956Z | Compiling rustversion v1.0.17 |
1321 | 2024-11-25T18:47:00.233Z | Compiling openssl v0.10.66 |
1322 | 2024-11-25T18:47:00.355Z | Compiling chrono v0.4.38 |
1323 | 2024-11-25T18:47:00.448Z | Compiling foreign-types v0.3.2 |
1324 | 2024-11-25T18:47:00.545Z | Compiling miniz_oxide v0.8.0 |
1325 | 2024-11-25T18:47:00.684Z | Compiling hostname v0.3.1 |
1326 | 2024-11-25T18:47:00.730Z | Compiling url v2.5.3 |
1327 | 2024-11-25T18:47:00.946Z | Compiling h2 v0.4.6 |
1328 | 2024-11-25T18:47:02.075Z | Compiling dof v0.3.0 |
1329 | 2024-11-25T18:47:02.690Z | Compiling openssl-macros v0.1.1 |
1330 | 2024-11-25T18:47:02.795Z | Compiling async-trait v0.1.83 |
1331 | 2024-11-25T18:47:03.464Z | Compiling usdt-impl v0.5.0 |
1332 | 2024-11-25T18:47:04.280Z | Compiling dirs-sys-next v0.1.2 |
1333 | 2024-11-25T18:47:04.314Z | Compiling siphasher v0.3.11 |
1334 | 2024-11-25T18:47:04.747Z | Compiling syn v1.0.109 |
1335 | 2024-11-25T18:47:04.997Z | Compiling rustls v0.22.4 |
1336 | 2024-11-25T18:47:05.102Z | Compiling native-tls v0.2.12 |
1337 | 2024-11-25T18:47:05.262Z | Compiling rustls v0.23.14 |
1338 | 2024-11-25T18:47:05.392Z | Compiling data-encoding v2.6.0 |
1339 | 2024-11-25T18:47:05.551Z | Compiling dirs-next v2.0.0 |
1340 | 2024-11-25T18:47:05.750Z | Compiling http-body-util v0.1.2 |
1341 | 2024-11-25T18:47:06.326Z | Compiling heapless v0.7.17 |
1342 | 2024-11-25T18:47:06.351Z | Compiling crossbeam-epoch v0.9.18 |
1343 | 2024-11-25T18:47:06.751Z | Compiling sha1 v0.10.6 |
1344 | 2024-11-25T18:47:07.067Z | Compiling signature v2.2.0 |
1345 | 2024-11-25T18:47:07.101Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1346 | 2024-11-25T18:47:07.120Z | Compiling serde_derive_internals v0.29.1 |
1347 | 2024-11-25T18:47:07.183Z | Compiling thread_local v1.1.8 |
1348 | 2024-11-25T18:47:07.376Z | Compiling multer v3.1.0 |
1349 | 2024-11-25T18:47:07.607Z | Compiling cookie v0.18.1 |
1350 | 2024-11-25T18:47:07.669Z | Compiling encoding_rs v0.8.34 |
1351 | 2024-11-25T18:47:07.724Z | Compiling rayon-core v1.12.1 |
1352 | 2024-11-25T18:47:07.864Z | Compiling schemars v0.8.21 |
1353 | 2024-11-25T18:47:07.883Z | Compiling signal-hook v0.3.17 |
1354 | 2024-11-25T18:47:07.993Z | Compiling unicode-properties v0.1.3 |
1355 | 2024-11-25T18:47:08.149Z | Compiling hyper v1.5.0 |
1356 | 2024-11-25T18:47:08.201Z | Compiling gimli v0.31.1 |
1357 | 2024-11-25T18:47:08.389Z | Compiling mime v0.3.17 |
1358 | 2024-11-25T18:47:09.044Z | Compiling ipnet v2.10.1 |
1359 | 2024-11-25T18:47:10.004Z | Compiling openssl-probe v0.1.5 |
1360 | 2024-11-25T18:47:10.395Z | Compiling slog-async v2.8.0 |
1361 | 2024-11-25T18:47:10.434Z | Compiling toml_edit v0.22.22 |
1362 | 2024-11-25T18:47:10.918Z | Compiling hyper-util v0.1.10 |
1363 | 2024-11-25T18:47:12.335Z | Compiling schemars_derive v0.8.21 |
1364 | 2024-11-25T18:47:12.465Z | Compiling stringprep v0.1.5 |
1365 | 2024-11-25T18:47:12.849Z | Compiling addr2line v0.24.2 |
1366 | 2024-11-25T18:47:13.633Z | Compiling crossbeam-deque v0.8.5 |
1367 | 2024-11-25T18:47:13.859Z | Compiling usdt-macro v0.5.0 |
1368 | 2024-11-25T18:47:13.969Z | Compiling usdt-attr-macro v0.5.0 |
1369 | 2024-11-25T18:47:14.122Z | Compiling term v0.7.0 |
1370 | 2024-11-25T18:47:15.206Z | Compiling slog-json v2.6.1 |
1371 | 2024-11-25T18:47:15.283Z | Compiling serde_urlencoded v0.7.1 |
1372 | 2024-11-25T18:47:15.583Z | Compiling curve25519-dalek v4.1.3 |
1373 | 2024-11-25T18:47:15.619Z | Compiling crossbeam-channel v0.5.13 |
1374 | 2024-11-25T18:47:15.619Z | Compiling enum-as-inner v0.6.1 |
1375 | 2024-11-25T18:47:15.683Z | Compiling futures-executor v0.3.31 |
1376 | 2024-11-25T18:47:15.796Z | Compiling md-5 v0.10.6 |
1377 | 2024-11-25T18:47:16.077Z | Compiling async-stream-impl v0.3.6 |
1378 | 2024-11-25T18:47:16.198Z | Compiling num-integer v0.1.46 |
1379 | 2024-11-25T18:47:16.229Z | Compiling rustls-pemfile v2.2.0 |
1380 | 2024-11-25T18:47:16.567Z | Compiling idna v0.4.0 |
1381 | 2024-11-25T18:47:16.731Z | Compiling idna v0.3.0 |
1382 | 2024-11-25T18:47:16.752Z | Compiling hash32 v0.2.1 |
1383 | 2024-11-25T18:47:16.982Z | Compiling ff v0.13.0 |
1384 | 2024-11-25T18:47:17.141Z | Compiling is-terminal v0.4.13 |
1385 | 2024-11-25T18:47:17.204Z | Compiling object v0.36.5 |
1386 | 2024-11-25T18:47:17.280Z | Compiling dropshot v0.12.0 |
1387 | 2024-11-25T18:47:17.478Z | Compiling take_mut v0.2.2 |
1388 | 2024-11-25T18:47:17.564Z | Compiling num-bigint-dig v0.8.4 |
1389 | 2024-11-25T18:47:17.651Z | Compiling quick-error v1.2.3 |
1390 | 2024-11-25T18:47:17.806Z | Compiling base16ct v0.2.0 |
1391 | 2024-11-25T18:47:17.865Z | Compiling smoltcp v0.9.1 |
1392 | 2024-11-25T18:47:18.135Z | Compiling linked-hash-map v0.5.6 |
1393 | 2024-11-25T18:47:18.235Z | Compiling psl-types v2.0.11 |
1394 | 2024-11-25T18:47:18.445Z | Compiling rustc-demangle v0.1.24 |
1395 | 2024-11-25T18:47:18.475Z | Compiling utf-8 v0.7.6 |
1396 | 2024-11-25T18:47:18.522Z | Compiling portable-atomic v1.9.0 |
1397 | 2024-11-25T18:47:18.614Z | Compiling dyn-clone v1.0.17 |
1398 | 2024-11-25T18:47:18.830Z | Compiling fallible-iterator v0.2.0 |
1399 | 2024-11-25T18:47:18.850Z | Compiling anyhow v1.0.93 |
1400 | 2024-11-25T18:47:19.441Z | Compiling tungstenite v0.24.0 |
1401 | 2024-11-25T18:47:19.569Z | Compiling postgres-protocol v0.6.7 |
1402 | 2024-11-25T18:47:19.793Z | Compiling lru-cache v0.1.2 |
1403 | 2024-11-25T18:47:19.925Z | Compiling publicsuffix v2.2.3 |
1404 | 2024-11-25T18:47:20.012Z | Compiling sec1 v0.7.3 |
1405 | 2024-11-25T18:47:20.259Z | Compiling resolv-conf v0.7.0 |
1406 | 2024-11-25T18:47:21.023Z | Compiling async-stream v0.3.6 |
1407 | 2024-11-25T18:47:21.081Z | Compiling hickory-proto v0.24.1 |
1408 | 2024-11-25T18:47:21.344Z | Compiling slog-term v2.9.1 |
1409 | 2024-11-25T18:47:21.868Z | Compiling usdt v0.5.0 |
1410 | 2024-11-25T18:47:21.898Z | Compiling group v0.13.0 |
1411 | 2024-11-25T18:47:22.394Z | Compiling num-iter v0.1.45 |
1412 | 2024-11-25T18:47:22.614Z | Compiling futures v0.3.31 |
1413 | 2024-11-25T18:47:22.702Z | Compiling slog-bunyan v2.5.0 |
1414 | 2024-11-25T18:47:22.932Z | Compiling toml v0.8.19 |
1415 | 2024-11-25T18:47:23.489Z | Compiling camino v1.1.9 |
1416 | 2024-11-25T18:47:24.695Z | Compiling tokio-native-tls v0.3.1 |
1417 | 2024-11-25T18:47:24.742Z | Compiling phf_shared v0.11.2 |
1418 | 2024-11-25T18:47:24.999Z | Compiling backtrace v0.3.74 |
1419 | 2024-11-25T18:47:25.147Z | Compiling dropshot_endpoint v0.12.0 |
1420 | 2024-11-25T18:47:25.316Z | Compiling terminal_size v0.4.0 |
1421 | 2024-11-25T18:47:25.545Z | Compiling waitgroup v0.1.2 |
1422 | 2024-11-25T18:47:25.568Z | Compiling openapiv3 v2.0.0 |
1423 | 2024-11-25T18:47:25.592Z | Compiling serde_path_to_error v0.1.16 |
1424 | 2024-11-25T18:47:25.770Z | Compiling hkdf v0.12.4 |
1425 | 2024-11-25T18:47:26.049Z | Compiling crypto-bigint v0.5.5 |
1426 | 2024-11-25T18:47:26.439Z | Compiling curve25519-dalek-derive v0.1.1 |
1427 | 2024-11-25T18:47:28.084Z | Compiling zerocopy-derive v0.6.6 |
1428 | 2024-11-25T18:47:28.796Z | Compiling webpki-roots v0.26.6 |
1429 | 2024-11-25T18:47:28.995Z | Compiling idna v0.5.0 |
1430 | 2024-11-25T18:47:29.017Z | Compiling hubpack_derive v0.1.1 |
1431 | 2024-11-25T18:47:29.941Z | Compiling hostname v0.4.0 |
1432 | 2024-11-25T18:47:29.970Z | Compiling crc32fast v1.4.2 |
1433 | 2024-11-25T18:47:30.186Z | Compiling ahash v0.8.11 |
1434 | 2024-11-25T18:47:30.260Z | Compiling fs-err v2.11.0 |
1435 | 2024-11-25T18:47:30.349Z | Compiling debug-ignore v1.0.5 |
1436 | 2024-11-25T18:47:30.430Z | Compiling bitflags v1.3.2 |
1437 | 2024-11-25T18:47:30.486Z | Compiling winnow v0.5.40 |
1438 | 2024-11-25T18:47:30.530Z | Compiling managed v0.8.0 |
1439 | 2024-11-25T18:47:30.551Z | Compiling console v0.15.8 |
1440 | 2024-11-25T18:47:30.670Z | Compiling strum_macros v0.25.3 |
1441 | 2024-11-25T18:47:30.694Z | Compiling clap_builder v4.5.21 |
1442 | 2024-11-25T18:47:31.995Z | Compiling zerocopy v0.6.6 |
1443 | 2024-11-25T18:47:32.172Z | Compiling flate2 v1.0.34 |
1444 | 2024-11-25T18:47:32.436Z | Compiling hubpack v0.1.2 |
1445 | 2024-11-25T18:47:32.903Z | Compiling cookie_store v0.21.0 |
1446 | 2024-11-25T18:47:32.925Z | Compiling elliptic-curve v0.13.8 |
1447 | 2024-11-25T18:47:33.201Z | Compiling hickory-resolver v0.24.1 |
1448 | 2024-11-25T18:47:34.384Z | Compiling toml_edit v0.19.15 |
1449 | 2024-11-25T18:47:34.569Z | Compiling phf v0.11.2 |
1450 | 2024-11-25T18:47:34.719Z | Compiling hyper-tls v0.6.0 |
1451 | 2024-11-25T18:47:34.917Z | Compiling signal-hook-mio v0.2.4 |
1452 | 2024-11-25T18:47:35.078Z | Compiling rayon v1.10.0 |
1453 | 2024-11-25T18:47:35.098Z | Compiling bzip2 v0.4.4 |
1454 | 2024-11-25T18:47:35.504Z | Compiling tokio-tungstenite v0.24.0 |
1455 | 2024-11-25T18:47:36.092Z | Compiling postgres-types v0.2.8 |
1456 | 2024-11-25T18:47:39.114Z | Compiling ed25519 v2.2.3 |
1457 | 2024-11-25T18:47:40.024Z | Compiling phf_shared v0.10.0 |
1458 | 2024-11-25T18:47:40.279Z | Compiling tokio-stream v0.1.16 |
1459 | 2024-11-25T18:47:40.375Z | Compiling pkcs1 v0.7.5 |
1460 | 2024-11-25T18:47:40.445Z | Compiling serde-big-array v0.5.1 |
1461 | 2024-11-25T18:47:40.690Z | Compiling clap_derive v4.5.18 |
1462 | 2024-11-25T18:47:41.069Z | Compiling rfc6979 v0.4.0 |
1463 | 2024-11-25T18:47:41.269Z | Compiling serde_repr v0.1.19 |
1464 | 2024-11-25T18:47:41.382Z | Compiling derive-where v1.2.7 |
1465 | 2024-11-25T18:47:41.408Z | Compiling float-cmp v0.9.0 |
1466 | 2024-11-25T18:47:41.497Z | Compiling bstr v1.10.0 |
1467 | 2024-11-25T18:47:41.644Z | Compiling sync_wrapper v1.0.1 |
1468 | 2024-11-25T18:47:41.807Z | Compiling number_prefix v0.4.0 |
1469 | 2024-11-25T18:47:42.054Z | Compiling precomputed-hash v0.1.1 |
1470 | 2024-11-25T18:47:42.182Z | Compiling bit-vec v0.6.3 |
1471 | 2024-11-25T18:47:42.505Z | Compiling normalize-line-endings v0.3.0 |
1472 | 2024-11-25T18:47:42.641Z | Compiling fixedbitset v0.4.2 |
1473 | 2024-11-25T18:47:42.645Z | Compiling predicates-core v1.0.8 |
1474 | 2024-11-25T18:47:42.684Z | Compiling unicode-width v0.2.0 |
1475 | 2024-11-25T18:47:42.997Z | Compiling whoami v1.5.2 |
1476 | 2024-11-25T18:47:43.101Z | Compiling new_debug_unreachable v1.0.6 |
1477 | 2024-11-25T18:47:43.206Z | Compiling difflib v0.4.0 |
1478 | 2024-11-25T18:47:43.227Z | Compiling static_assertions v1.1.0 |
1479 | 2024-11-25T18:47:43.333Z | Compiling unicode-segmentation v1.12.0 |
1480 | 2024-11-25T18:47:43.350Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1481 | 2024-11-25T18:47:43.642Z | Compiling predicates v3.1.2 |
1482 | 2024-11-25T18:47:44.245Z | Compiling similar v2.6.0 |
1483 | 2024-11-25T18:47:44.920Z | Compiling tokio-postgres v0.7.12 |
1484 | 2024-11-25T18:47:45.119Z | Compiling string_cache v0.8.7 |
1485 | 2024-11-25T18:47:45.434Z | Compiling indicatif v0.17.9 |
1486 | 2024-11-25T18:47:45.616Z | Compiling petgraph v0.6.5 |
1487 | 2024-11-25T18:47:45.975Z | Compiling clap v4.5.21 |
1488 | 2024-11-25T18:47:46.107Z | Compiling bit-set v0.5.3 |
1489 | 2024-11-25T18:47:46.409Z | Compiling ecdsa v0.16.9 |
1490 | 2024-11-25T18:47:46.770Z | Compiling rsa v0.9.6 |
1491 | 2024-11-25T18:47:47.318Z | Compiling ed25519-dalek v2.1.1 |
1492 | 2024-11-25T18:47:47.788Z | Compiling toml v0.7.8 |
1493 | 2024-11-25T18:47:48.624Z | Compiling zip v0.6.6 |
1494 | 2024-11-25T18:47:49.542Z | Compiling crossterm v0.28.1 |
1495 | 2024-11-25T18:47:50.105Z | Compiling hex v0.4.3 |
1496 | 2024-11-25T18:47:50.277Z | Compiling x509-cert v0.2.5 |
1497 | 2024-11-25T18:47:50.578Z | Compiling itertools v0.10.5 |
1498 | 2024-11-25T18:47:50.742Z | Compiling unicode-xid v0.2.6 |
1499 | 2024-11-25T18:47:50.855Z | Compiling peg-runtime v0.8.3 |
1500 | 2024-11-25T18:47:50.917Z | Compiling lalrpop-util v0.19.12 |
1501 | 2024-11-25T18:47:50.939Z | Compiling strum_macros v0.26.4 |
1502 | 2024-11-25T18:47:51.289Z | Compiling xattr v1.3.1 |
1503 | 2024-11-25T18:47:51.551Z | Compiling filetime v0.2.25 |
1504 | 2024-11-25T18:47:51.888Z | Compiling tar v0.4.42 |
1505 | 2024-11-25T18:47:56.068Z | Compiling strum v0.26.3 |
1506 | 2024-11-25T18:47:59.291Z | Compiling aws-lc-sys v0.22.0 |
1507 | 2024-11-25T18:48:34.978Z | Compiling rustls-webpki v0.102.8 |
1508 | 2024-11-25T18:48:38.470Z | Compiling tokio-rustls v0.25.0 |
1509 | 2024-11-25T18:48:40.147Z | Compiling tokio-rustls v0.26.0 |
1510 | 2024-11-25T18:48:40.517Z | Compiling hyper-rustls v0.27.3 |
1511 | 2024-11-25T18:48:40.885Z | Compiling reqwest v0.12.9 |
1512 | 2024-11-25T18:48:41.967Z | Compiling qorb v0.2.0 |
1513 | 2024-11-25T18:48:46.969Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1514 | 2024-11-25T18:48:47.205Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1515 | 2024-11-25T18:48:53.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
1516 | 2024-11-25T18:48:53.376Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1517 | 2024-11-25T18:48:53.431Z | Nov 25 18:48:51.952 INFO Starting download, target: Console |
1518 | 2024-11-25T18:48:53.431Z | Nov 25 18:48:51.953 INFO Starting download, target: Cockroach |
1519 | 2024-11-25T18:48:53.432Z | Nov 25 18:48:51.953 INFO Starting download, target: DendriteOpenapi |
1520 | 2024-11-25T18:48:53.434Z | Nov 25 18:48:51.953 INFO Starting download, target: Clickhouse |
1521 | 2024-11-25T18:48:53.434Z | Nov 25 18:48:51.953 INFO Starting download, target: DendriteStub |
1522 | 2024-11-25T18:48:53.434Z | Nov 25 18:48:51.953 INFO Starting download, target: MaghemiteMgd |
1523 | 2024-11-25T18:48:53.434Z | Nov 25 18:48:51.953 INFO Starting download, target: TransceiverControl |
1524 | 2024-11-25T18:48:53.434Z | Nov 25 18:48:51.953 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1525 | 2024-11-25T18:48:53.434Z | Nov 25 18:48:51.953 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi |
1526 | 2024-11-25T18:48:53.434Z | Nov 25 18:48:51.953 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1527 | 2024-11-25T18:48:53.434Z | Nov 25 18:48:51.953 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1528 | 2024-11-25T18:48:53.434Z | Nov 25 18:48:51.954 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1529 | 2024-11-25T18:48:53.434Z | Nov 25 18:48:51.954 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1530 | 2024-11-25T18:48:53.434Z | Nov 25 18:48:51.954 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1531 | 2024-11-25T18:48:53.656Z | Nov 25 18:48:52.177 INFO Download complete, target: DendriteOpenapi |
1532 | 2024-11-25T18:48:54.037Z | Nov 25 18:48:52.556 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1533 | 2024-11-25T18:48:54.218Z | Nov 25 18:48:52.735 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1534 | 2024-11-25T18:48:54.362Z | Nov 25 18:48:52.881 INFO Download complete, target: Console |
1535 | 2024-11-25T18:48:54.463Z | Nov 25 18:48:52.982 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1536 | 2024-11-25T18:48:54.855Z | Nov 25 18:48:53.376 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1537 | 2024-11-25T18:48:54.872Z | Nov 25 18:48:53.393 INFO Download complete, target: TransceiverControl |
1538 | 2024-11-25T18:48:54.990Z | Nov 25 18:48:53.511 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1539 | 2024-11-25T18:48:54.990Z | Nov 25 18:48:53.511 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1540 | 2024-11-25T18:48:55.821Z | Nov 25 18:48:54.342 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1541 | 2024-11-25T18:48:57.409Z | Nov 25 18:48:55.929 INFO Download complete, target: MaghemiteMgd |
1542 | 2024-11-25T18:48:57.644Z | Nov 25 18:48:56.164 INFO Download complete, target: DendriteStub |
1543 | 2024-11-25T18:49:02.264Z | Nov 25 18:49:00.784 INFO Checking that binary works, target: Cockroach |
1544 | 2024-11-25T18:49:02.428Z | Nov 25 18:49:00.948 INFO Download complete, target: Cockroach |
1545 | 2024-11-25T18:49:07.756Z | Nov 25 18:49:06.275 INFO Checking that binary works, target: Clickhouse |
1546 | 2024-11-25T18:49:08.565Z | Nov 25 18:49:07.084 INFO Download complete, target: Clickhouse |
1547 | 2024-11-25T18:49:08.575Z | All prerequisites installed successfully |
1548 | 2024-11-25T18:49:08.580Z | |
1549 | 2024-11-25T18:49:08.580Z | real 5:21.499609158 |
1550 | 2024-11-25T18:49:08.580Z | user 16:40.708858216 |
1551 | 2024-11-25T18:49:08.580Z | sys 3:16.460065571 |
1552 | 2024-11-25T18:49:08.580Z | trap 0.547144057 |
1553 | 2024-11-25T18:49:08.580Z | tflt 8.895975727 |
1554 | 2024-11-25T18:49:08.580Z | dflt 8.589516940 |
1555 | 2024-11-25T18:49:08.580Z | kflt 0.405899434 |
1556 | 2024-11-25T18:49:08.580Z | lock 30:04.074966525 |
1557 | 2024-11-25T18:49:08.580Z | slp 1:04:44.743554870 |
1558 | 2024-11-25T18:49:08.580Z | lat 52.210459897 |
1559 | 2024-11-25T18:49:08.580Z | stop 2:20.646253479 |
1560 | 2024-11-25T18:49:08.580Z | + ptime -m cargo xtask download softnpu |
1561 | 2024-11-25T18:49:09.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1562 | 2024-11-25T18:49:09.171Z | Running `target/debug/xtask download softnpu` |
1563 | 2024-11-25T18:49:10.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
1564 | 2024-11-25T18:49:10.110Z | Running `target/debug/xtask-downloader softnpu` |
1565 | 2024-11-25T18:49:10.149Z | Nov 25 18:49:08.668 INFO Starting download, target: Softnpu |
1566 | 2024-11-25T18:49:10.152Z | Nov 25 18:49:08.668 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1567 | 2024-11-25T18:49:10.931Z | Nov 25 18:49:09.449 INFO Download complete, target: Softnpu |
1568 | 2024-11-25T18:49:10.934Z | |
1569 | 2024-11-25T18:49:10.941Z | real 2.352006675 |
1570 | 2024-11-25T18:49:10.941Z | user 1.340318063 |
1571 | 2024-11-25T18:49:10.941Z | sys 0.566634577 |
1572 | 2024-11-25T18:49:10.941Z | trap 0.000706222 |
1573 | 2024-11-25T18:49:10.941Z | tflt 0.000005918 |
1574 | 2024-11-25T18:49:10.941Z | dflt 0.000001150 |
1575 | 2024-11-25T18:49:10.941Z | kflt 0.000000000 |
1576 | 2024-11-25T18:49:10.941Z | lock 8.049792811 |
1577 | 2024-11-25T18:49:10.941Z | slp 0.599520923 |
1578 | 2024-11-25T18:49:10.941Z | lat 0.062221247 |
1579 | 2024-11-25T18:49:10.941Z | stop 0.000379138 |
1580 | 2024-11-25T18:49:10.941Z | + export CARGO_INCREMENTAL=0 |
1581 | 2024-11-25T18:49:10.941Z | + CARGO_INCREMENTAL=0 |
1582 | 2024-11-25T18:49:10.941Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1583 | 2024-11-25T18:49:11.921Z | Compiling proc-macro2 v1.0.89 |
1584 | 2024-11-25T18:49:11.921Z | Compiling unicode-ident v1.0.13 |
1585 | 2024-11-25T18:49:11.921Z | Compiling libc v0.2.162 |
1586 | 2024-11-25T18:49:11.924Z | Compiling serde v1.0.215 |
1587 | 2024-11-25T18:49:11.924Z | Compiling autocfg v1.4.0 |
1588 | 2024-11-25T18:49:11.924Z | Compiling version_check v0.9.5 |
1589 | 2024-11-25T18:49:11.924Z | Compiling cfg-if v1.0.0 |
1590 | 2024-11-25T18:49:12.168Z | Compiling memchr v2.7.4 |
1591 | 2024-11-25T18:49:12.204Z | Compiling shlex v1.3.0 |
1592 | 2024-11-25T18:49:12.230Z | Compiling typenum v1.17.0 |
1593 | 2024-11-25T18:49:12.631Z | Compiling value-bag v1.9.0 |
1594 | 2024-11-25T18:49:12.660Z | Compiling scopeguard v1.2.0 |
1595 | 2024-11-25T18:49:12.816Z | Compiling generic-array v0.14.7 |
1596 | 2024-11-25T18:49:12.942Z | Compiling lock_api v0.4.12 |
1597 | 2024-11-25T18:49:13.086Z | Compiling log v0.4.22 |
1598 | 2024-11-25T18:49:13.175Z | Compiling parking_lot_core v0.9.10 |
1599 | 2024-11-25T18:49:13.541Z | Compiling once_cell v1.20.2 |
1600 | 2024-11-25T18:49:13.580Z | Compiling serde_json v1.0.132 |
1601 | 2024-11-25T18:49:13.881Z | Compiling quote v1.0.37 |
1602 | 2024-11-25T18:49:13.900Z | Compiling rustix v0.38.37 |
1603 | 2024-11-25T18:49:13.965Z | Compiling thiserror v1.0.69 |
1604 | 2024-11-25T18:49:13.983Z | Compiling libm v0.2.8 |
1605 | 2024-11-25T18:49:14.299Z | Compiling syn v2.0.87 |
1606 | 2024-11-25T18:49:14.318Z | Compiling jobserver v0.1.32 |
1607 | 2024-11-25T18:49:14.440Z | Compiling getrandom v0.2.15 |
1608 | 2024-11-25T18:49:14.524Z | Compiling aho-corasick v1.1.3 |
1609 | 2024-11-25T18:49:14.543Z | Compiling regex-syntax v0.8.5 |
1610 | 2024-11-25T18:49:14.702Z | Compiling cc v1.1.30 |
1611 | 2024-11-25T18:49:14.736Z | Compiling num-traits v0.2.19 |
1612 | 2024-11-25T18:49:14.792Z | Compiling either v1.13.0 |
1613 | 2024-11-25T18:49:15.022Z | Compiling itoa v1.0.11 |
1614 | 2024-11-25T18:49:15.061Z | Compiling spin v0.9.8 |
1615 | 2024-11-25T18:49:15.235Z | Compiling slab v0.4.9 |
1616 | 2024-11-25T18:49:15.545Z | Compiling byteorder v1.5.0 |
1617 | 2024-11-25T18:49:15.861Z | Compiling errno v0.3.9 |
1618 | 2024-11-25T18:49:16.028Z | Compiling rand_core v0.6.4 |
1619 | 2024-11-25T18:49:16.061Z | Compiling lazy_static v1.5.0 |
1620 | 2024-11-25T18:49:16.185Z | Compiling glob v0.3.1 |
1621 | 2024-11-25T18:49:16.828Z | Compiling prettyplease v0.2.25 |
1622 | 2024-11-25T18:49:17.006Z | Compiling clang-sys v1.8.1 |
1623 | 2024-11-25T18:49:17.360Z | Compiling minimal-lexical v0.2.1 |
1624 | 2024-11-25T18:49:17.499Z | Compiling libloading v0.8.5 |
1625 | 2024-11-25T18:49:17.700Z | Compiling subtle v2.6.1 |
1626 | 2024-11-25T18:49:17.833Z | Compiling nom v7.1.3 |
1627 | 2024-11-25T18:49:17.877Z | Compiling home v0.5.9 |
1628 | 2024-11-25T18:49:18.019Z | Compiling bindgen v0.69.5 |
1629 | 2024-11-25T18:49:18.104Z | Compiling regex-automata v0.4.8 |
1630 | 2024-11-25T18:49:18.172Z | Compiling allocator-api2 v0.2.18 |
1631 | 2024-11-25T18:49:18.759Z | Compiling itertools v0.12.1 |
1632 | 2024-11-25T18:49:18.948Z | Compiling semver v1.0.23 |
1633 | 2024-11-25T18:49:19.010Z | Compiling smallvec v1.13.2 |
1634 | 2024-11-25T18:49:19.437Z | Compiling rustc-hash v1.1.0 |
1635 | 2024-11-25T18:49:19.506Z | Compiling lazycell v1.3.0 |
1636 | 2024-11-25T18:49:19.610Z | Compiling cmake v0.1.51 |
1637 | 2024-11-25T18:49:19.881Z | Compiling fs_extra v1.3.0 |
1638 | 2024-11-25T18:49:20.454Z | Compiling dunce v1.0.5 |
1639 | 2024-11-25T18:49:20.900Z | Compiling pkg-config v0.3.31 |
1640 | 2024-11-25T18:49:21.066Z | Compiling ring v0.17.8 |
1641 | 2024-11-25T18:49:21.521Z | Compiling cexpr v0.6.0 |
1642 | 2024-11-25T18:49:22.033Z | Compiling synstructure v0.13.1 |
1643 | 2024-11-25T18:49:22.084Z | Compiling ryu v1.0.18 |
1644 | 2024-11-25T18:49:22.119Z | Compiling pin-project-lite v0.2.14 |
1645 | 2024-11-25T18:49:22.374Z | Compiling paste v1.0.15 |
1646 | 2024-11-25T18:49:22.675Z | Compiling const-oid v0.9.6 |
1647 | 2024-11-25T18:49:22.831Z | Compiling fnv v1.0.7 |
1648 | 2024-11-25T18:49:23.105Z | Compiling foldhash v0.1.3 |
1649 | 2024-11-25T18:49:23.124Z | Compiling equivalent v1.0.1 |
1650 | 2024-11-25T18:49:23.241Z | Compiling httparse v1.9.5 |
1651 | 2024-11-25T18:49:23.399Z | Compiling aws-lc-rs v1.10.0 |
1652 | 2024-11-25T18:49:23.418Z | Compiling hashbrown v0.15.0 |
1653 | 2024-11-25T18:49:23.865Z | Compiling regex v1.11.1 |
1654 | 2024-11-25T18:49:24.764Z | Compiling heck v0.5.0 |
1655 | 2024-11-25T18:49:24.852Z | Compiling schemars v0.8.21 |
1656 | 2024-11-25T18:49:24.955Z | Compiling serde_derive_internals v0.29.1 |
1657 | 2024-11-25T18:49:25.166Z | Compiling signal-hook-registry v1.4.2 |
1658 | 2024-11-25T18:49:25.185Z | Compiling mio v1.0.2 |
1659 | 2024-11-25T18:49:25.397Z | Compiling parking_lot v0.12.3 |
1660 | 2024-11-25T18:49:27.104Z | Compiling crossbeam-utils v0.8.20 |
1661 | 2024-11-25T18:49:27.255Z | Compiling stable_deref_trait v1.2.0 |
1662 | 2024-11-25T18:49:27.375Z | Compiling socket2 v0.5.7 |
1663 | 2024-11-25T18:49:27.463Z | Compiling futures-core v0.3.31 |
1664 | 2024-11-25T18:49:27.613Z | Compiling serde_derive v1.0.215 |
1665 | 2024-11-25T18:49:27.633Z | Compiling zeroize_derive v1.4.2 |
1666 | 2024-11-25T18:49:27.718Z | Compiling zerocopy-derive v0.7.35 |
1667 | 2024-11-25T18:49:27.957Z | Compiling thiserror-impl v1.0.69 |
1668 | 2024-11-25T18:49:29.021Z | Compiling tokio-macros v2.4.0 |
1669 | 2024-11-25T18:49:29.059Z | Compiling zerofrom-derive v0.1.4 |
1670 | 2024-11-25T18:49:29.099Z | Compiling zeroize v1.8.1 |
1671 | 2024-11-25T18:49:29.446Z | Compiling yoke-derive v0.7.4 |
1672 | 2024-11-25T18:49:29.601Z | Compiling futures-macro v0.3.31 |
1673 | 2024-11-25T18:49:29.753Z | Compiling zerovec-derive v0.10.3 |
1674 | 2024-11-25T18:49:30.484Z | Compiling zerocopy v0.7.35 |
1675 | 2024-11-25T18:49:30.867Z | Compiling displaydoc v0.2.5 |
1676 | 2024-11-25T18:49:31.415Z | Compiling crypto-common v0.1.6 |
1677 | 2024-11-25T18:49:31.745Z | Compiling tracing-attributes v0.1.27 |
1678 | 2024-11-25T18:49:32.014Z | Compiling icu_provider_macros v1.5.0 |
1679 | 2024-11-25T18:49:32.169Z | Compiling block-buffer v0.10.4 |
1680 | 2024-11-25T18:49:32.251Z | Compiling schemars_derive v0.8.21 |
1681 | 2024-11-25T18:49:32.397Z | Compiling digest v0.10.7 |
1682 | 2024-11-25T18:49:32.723Z | Compiling der_derive v0.7.3 |
1683 | 2024-11-25T18:49:32.820Z | Compiling time-core v0.1.2 |
1684 | 2024-11-25T18:49:33.015Z | Compiling num-conv v0.1.0 |
1685 | 2024-11-25T18:49:33.292Z | Compiling time-macros v0.2.18 |
1686 | 2024-11-25T18:49:33.749Z | Compiling vcpkg v0.2.15 |
1687 | 2024-11-25T18:49:35.381Z | Compiling openssl-sys v0.9.103 |
1688 | 2024-11-25T18:49:36.250Z | Compiling cpufeatures v0.2.14 |
1689 | 2024-11-25T18:49:36.310Z | Compiling futures-sink v0.3.31 |
1690 | 2024-11-25T18:49:36.356Z | Compiling slog v2.7.0 |
1691 | 2024-11-25T18:49:36.465Z | Compiling ahash v0.8.11 |
1692 | 2024-11-25T18:49:36.529Z | Compiling syn v1.0.109 |
1693 | 2024-11-25T18:49:37.090Z | Compiling zerofrom v0.1.4 |
1694 | 2024-11-25T18:49:37.248Z | Compiling scroll_derive v0.12.0 |
1695 | 2024-11-25T18:49:37.323Z | Compiling ucd-trie v0.1.7 |
1696 | 2024-11-25T18:49:37.525Z | Compiling iana-time-zone v0.1.61 |
1697 | 2024-11-25T18:49:37.806Z | Compiling pest v2.7.14 |
1698 | 2024-11-25T18:49:38.102Z | Compiling yoke v0.7.4 |
1699 | 2024-11-25T18:49:38.200Z | Compiling futures-channel v0.3.31 |
1700 | 2024-11-25T18:49:38.642Z | Compiling hmac v0.12.1 |
1701 | 2024-11-25T18:49:38.881Z | Compiling openssl v0.10.66 |
1702 | 2024-11-25T18:49:38.910Z | Compiling futures-io v0.3.31 |
1703 | 2024-11-25T18:49:38.949Z | Compiling pin-utils v0.1.0 |
1704 | 2024-11-25T18:49:39.049Z | Compiling futures-task v0.3.31 |
1705 | 2024-11-25T18:49:39.455Z | Compiling futures-util v0.3.31 |
1706 | 2024-11-25T18:49:39.523Z | Compiling zerovec v0.10.4 |
1707 | 2024-11-25T18:49:39.775Z | Compiling block-padding v0.3.3 |
1708 | 2024-11-25T18:49:40.147Z | Compiling tinyvec_macros v0.1.1 |
1709 | 2024-11-25T18:49:40.589Z | Compiling pest_meta v2.7.14 |
1710 | 2024-11-25T18:49:40.799Z | Compiling tinyvec v1.8.0 |
1711 | 2024-11-25T18:49:41.379Z | Compiling bitflags v2.6.0 |
1712 | 2024-11-25T18:49:41.641Z | Compiling bytes v1.8.0 |
1713 | 2024-11-25T18:49:43.602Z | Compiling indexmap v2.6.0 |
1714 | 2024-11-25T18:49:44.740Z | Compiling tokio v1.40.0 |
1715 | 2024-11-25T18:49:45.382Z | Compiling serde_tokenstream v0.2.2 |
1716 | 2024-11-25T18:49:45.786Z | Compiling which v4.4.2 |
1717 | 2024-11-25T18:49:45.947Z | Compiling http v1.1.0 |
1718 | 2024-11-25T18:49:46.460Z | Compiling uuid v1.11.0 |
1719 | 2024-11-25T18:49:46.836Z | Compiling rustc_version v0.4.1 |
1720 | 2024-11-25T18:49:47.500Z | Compiling chrono v0.4.38 |
1721 | 2024-11-25T18:49:49.756Z | Compiling pest_generator v2.7.14 |
1722 | 2024-11-25T18:49:50.888Z | Compiling serde_spanned v0.6.8 |
1723 | 2024-11-25T18:49:51.128Z | Compiling toml_datetime v0.6.8 |
1724 | 2024-11-25T18:49:51.555Z | Compiling inout v0.1.3 |
1725 | 2024-11-25T18:49:51.829Z | Compiling openssl-macros v0.1.1 |
1726 | 2024-11-25T18:49:52.561Z | Compiling rustls v0.23.14 |
1727 | 2024-11-25T18:49:52.888Z | Compiling strsim v0.11.1 |
1728 | 2024-11-25T18:49:53.742Z | Compiling native-tls v0.2.12 |
1729 | 2024-11-25T18:49:53.962Z | Compiling cipher v0.4.4 |
1730 | 2024-11-25T18:49:54.067Z | Compiling pest_derive v2.7.14 |
1731 | 2024-11-25T18:49:54.437Z | Compiling unicode-normalization v0.1.24 |
1732 | 2024-11-25T18:49:54.681Z | Compiling tinystr v0.7.6 |
1733 | 2024-11-25T18:49:54.824Z | Compiling sha2 v0.10.8 |
1734 | 2024-11-25T18:49:55.173Z | Compiling tracing-core v0.1.32 |
1735 | 2024-11-25T18:49:55.548Z | Compiling usdt-impl v0.5.0 |
1736 | 2024-11-25T18:49:55.577Z | Compiling unicode-bidi v0.3.17 |
1737 | 2024-11-25T18:49:55.654Z | Compiling litemap v0.7.3 |
1738 | 2024-11-25T18:49:55.901Z | Compiling base64ct v1.6.0 |
1739 | 2024-11-25T18:49:56.003Z | Compiling writeable v0.5.5 |
1740 | 2024-11-25T18:49:56.055Z | Compiling dyn-clone v1.0.17 |
1741 | 2024-11-25T18:49:56.481Z | Compiling pem-rfc7468 v0.7.0 |
1742 | 2024-11-25T18:49:56.513Z | Compiling icu_locid v1.5.0 |
1743 | 2024-11-25T18:49:56.834Z | Compiling tracing v0.1.40 |
1744 | 2024-11-25T18:49:57.676Z | Compiling scroll v0.12.0 |
1745 | 2024-11-25T18:49:58.059Z | Compiling ppv-lite86 v0.2.20 |
1746 | 2024-11-25T18:49:58.277Z | Compiling async-trait v0.1.83 |
1747 | 2024-11-25T18:49:58.731Z | Compiling cookie v0.18.1 |
1748 | 2024-11-25T18:50:00.104Z | Compiling flagset v0.4.6 |
1749 | 2024-11-25T18:50:00.241Z | Compiling aws-lc-sys v0.22.0 |
1750 | 2024-11-25T18:50:00.324Z | Compiling camino v1.1.9 |
1751 | 2024-11-25T18:50:00.872Z | Compiling plain v0.2.3 |
1752 | 2024-11-25T18:50:01.043Z | Compiling anyhow v1.0.93 |
1753 | 2024-11-25T18:50:01.595Z | Compiling goblin v0.8.2 |
1754 | 2024-11-25T18:50:04.959Z | Compiling der v0.7.9 |
1755 | 2024-11-25T18:50:06.520Z | Compiling rand_chacha v0.3.1 |
1756 | 2024-11-25T18:50:08.006Z | Compiling icu_provider v1.5.0 |
1757 | 2024-11-25T18:50:08.404Z | Compiling icu_locid_transform_data v1.5.0 |
1758 | 2024-11-25T18:50:08.510Z | Compiling pretty-hex v0.4.1 |
1759 | 2024-11-25T18:50:08.751Z | Compiling rayon-core v1.12.1 |
1760 | 2024-11-25T18:50:08.953Z | Compiling rustls v0.22.4 |
1761 | 2024-11-25T18:50:09.023Z | Compiling rustls-pki-types v1.9.0 |
1762 | 2024-11-25T18:50:09.202Z | Compiling percent-encoding v2.3.1 |
1763 | 2024-11-25T18:50:09.539Z | Compiling untrusted v0.7.1 |
1764 | 2024-11-25T18:50:10.193Z | Compiling dof v0.3.0 |
1765 | 2024-11-25T18:50:10.476Z | Compiling icu_locid_transform v1.5.0 |
1766 | 2024-11-25T18:50:11.203Z | Compiling spki v0.7.3 |
1767 | 2024-11-25T18:50:11.265Z | Compiling rand v0.8.5 |
1768 | 2024-11-25T18:50:11.800Z | Compiling dtrace-parser v0.2.0 |
1769 | 2024-11-25T18:50:11.836Z | Compiling salsa20 v0.10.2 |
1770 | 2024-11-25T18:50:11.912Z | Compiling tokio-util v0.7.12 |
1771 | 2024-11-25T18:50:12.869Z | Compiling icu_collections v1.5.0 |
1772 | 2024-11-25T18:50:12.925Z | Compiling pbkdf2 v0.12.2 |
1773 | 2024-11-25T18:50:13.561Z | Compiling thread-id v4.2.2 |
1774 | 2024-11-25T18:50:13.598Z | Compiling untrusted v0.9.0 |
1775 | 2024-11-25T18:50:13.704Z | Compiling powerfmt v0.2.0 |
1776 | 2024-11-25T18:50:13.845Z | Compiling mirai-annotations v1.12.0 |
1777 | 2024-11-25T18:50:14.053Z | Compiling icu_properties_data v1.5.0 |
1778 | 2024-11-25T18:50:14.090Z | Compiling winnow v0.5.40 |
1779 | 2024-11-25T18:50:14.196Z | Compiling deranged v0.3.11 |
1780 | 2024-11-25T18:50:14.303Z | Compiling icu_properties v1.5.1 |
1781 | 2024-11-25T18:50:18.076Z | Compiling toml_edit v0.19.15 |
1782 | 2024-11-25T18:50:18.634Z | Compiling scrypt v0.11.0 |
1783 | 2024-11-25T18:50:18.825Z | Compiling aes v0.8.4 |
1784 | 2024-11-25T18:50:19.054Z | Compiling cbc v0.1.2 |
1785 | 2024-11-25T18:50:19.303Z | Compiling multer v3.1.0 |
1786 | 2024-11-25T18:50:19.608Z | Compiling num_threads v0.1.7 |
1787 | 2024-11-25T18:50:19.747Z | Compiling rustversion v1.0.17 |
1788 | 2024-11-25T18:50:20.098Z | Compiling atomic-waker v1.1.2 |
1789 | 2024-11-25T18:50:20.273Z | Compiling utf8_iter v1.0.4 |
1790 | 2024-11-25T18:50:20.352Z | Compiling utf16_iter v1.0.5 |
1791 | 2024-11-25T18:50:20.591Z | Compiling slog-async v2.8.0 |
1792 | 2024-11-25T18:50:20.736Z | Compiling icu_normalizer_data v1.5.0 |
1793 | 2024-11-25T18:50:21.320Z | Compiling write16 v1.0.0 |
1794 | 2024-11-25T18:50:21.454Z | Compiling icu_normalizer v1.5.0 |
1795 | 2024-11-25T18:50:21.457Z | Compiling time v0.3.36 |
1796 | 2024-11-25T18:50:21.944Z | Compiling pkcs5 v0.7.1 |
1797 | 2024-11-25T18:50:24.152Z | Compiling form_urlencoded v1.2.1 |
1798 | 2024-11-25T18:50:24.984Z | Compiling http-body v1.0.1 |
1799 | 2024-11-25T18:50:25.243Z | Compiling heapless v0.7.17 |
1800 | 2024-11-25T18:50:25.715Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1801 | 2024-11-25T18:50:26.118Z | Compiling signal-hook v0.3.17 |
1802 | 2024-11-25T18:50:26.618Z | Compiling try-lock v0.2.5 |
1803 | 2024-11-25T18:50:27.259Z | Compiling want v0.3.1 |
1804 | 2024-11-25T18:50:28.650Z | Compiling pkcs8 v0.10.2 |
1805 | 2024-11-25T18:50:29.171Z | Compiling idna_adapter v1.2.0 |
1806 | 2024-11-25T18:50:29.402Z | Compiling h2 v0.4.6 |
1807 | 2024-11-25T18:50:30.612Z | Compiling usdt-attr-macro v0.5.0 |
1808 | 2024-11-25T18:50:32.140Z | Compiling usdt-macro v0.5.0 |
1809 | 2024-11-25T18:50:32.536Z | Compiling async-stream-impl v0.3.6 |
1810 | 2024-11-25T18:50:33.045Z | Compiling adler2 v2.0.0 |
1811 | 2024-11-25T18:50:33.323Z | Compiling httpdate v1.0.3 |
1812 | 2024-11-25T18:50:33.807Z | Compiling miniz_oxide v0.8.0 |
1813 | 2024-11-25T18:50:34.220Z | Compiling idna v1.0.3 |
1814 | 2024-11-25T18:50:35.931Z | Compiling curve25519-dalek v4.1.3 |
1815 | 2024-11-25T18:50:36.331Z | Compiling openapiv3 v2.0.0 |
1816 | 2024-11-25T18:50:37.012Z | Compiling hyper v1.5.0 |
1817 | 2024-11-25T18:50:39.475Z | Compiling enum-as-inner v0.6.1 |
1818 | 2024-11-25T18:50:40.689Z | Compiling dropshot v0.12.0 |
1819 | 2024-11-25T18:50:40.851Z | Compiling foreign-types-shared v0.1.1 |
1820 | 2024-11-25T18:50:40.903Z | Compiling tower-service v0.3.3 |
1821 | 2024-11-25T18:50:40.965Z | Compiling smoltcp v0.9.1 |
1822 | 2024-11-25T18:50:41.171Z | Compiling base64 v0.22.1 |
1823 | 2024-11-25T18:50:41.190Z | Compiling match_cfg v0.1.0 |
1824 | 2024-11-25T18:50:41.366Z | Compiling portable-atomic v1.9.0 |
1825 | 2024-11-25T18:50:41.565Z | Compiling num-bigint-dig v0.8.4 |
1826 | 2024-11-25T18:50:41.842Z | Compiling hostname v0.3.1 |
1827 | 2024-11-25T18:50:41.861Z | Compiling hyper-util v0.1.10 |
1828 | 2024-11-25T18:50:42.416Z | Compiling foreign-types v0.3.2 |
1829 | 2024-11-25T18:50:47.988Z | Compiling url v2.5.3 |
1830 | 2024-11-25T18:50:49.824Z | Compiling dirs-sys-next v0.1.2 |
1831 | 2024-11-25T18:50:49.980Z | Compiling ident_case v1.0.1 |
1832 | 2024-11-25T18:50:50.022Z | Compiling heck v0.4.1 |
1833 | 2024-11-25T18:50:50.160Z | Compiling siphasher v0.3.11 |
1834 | 2024-11-25T18:50:50.361Z | Compiling data-encoding v2.6.0 |
1835 | 2024-11-25T18:50:50.461Z | Compiling gimli v0.31.1 |
1836 | 2024-11-25T18:50:50.544Z | Compiling darling_core v0.20.10 |
1837 | 2024-11-25T18:50:50.815Z | Compiling dirs-next v2.0.0 |
1838 | 2024-11-25T18:50:53.603Z | Compiling http-body-util v0.1.2 |
1839 | 2024-11-25T18:50:56.842Z | Compiling addr2line v0.24.2 |
1840 | 2024-11-25T18:50:57.451Z | Compiling crossbeam-epoch v0.9.18 |
1841 | 2024-11-25T18:50:57.554Z | Compiling hubpack_derive v0.1.1 |
1842 | 2024-11-25T18:50:57.579Z | Compiling dropshot_endpoint v0.12.0 |
1843 | 2024-11-25T18:50:57.836Z | Compiling sha1 v0.10.6 |
1844 | 2024-11-25T18:50:58.139Z | Compiling signature v2.2.0 |
1845 | 2024-11-25T18:50:58.236Z | Compiling zerocopy-derive v0.6.6 |
1846 | 2024-11-25T18:50:58.372Z | Compiling curve25519-dalek-derive v0.1.1 |
1847 | 2024-11-25T18:50:59.734Z | Compiling object v0.36.5 |
1848 | 2024-11-25T18:50:59.800Z | Compiling thread_local v1.1.8 |
1849 | 2024-11-25T18:51:00.179Z | Compiling fs-err v2.11.0 |
1850 | 2024-11-25T18:51:00.290Z | Compiling encoding_rs v0.8.34 |
1851 | 2024-11-25T18:51:01.742Z | Compiling anstyle v1.0.10 |
1852 | 2024-11-25T18:51:02.212Z | Compiling unicode-properties v0.1.3 |
1853 | 2024-11-25T18:51:03.705Z | Compiling rustc-demangle v0.1.24 |
1854 | 2024-11-25T18:51:06.042Z | Compiling ipnet v2.10.1 |
1855 | 2024-11-25T18:51:07.123Z | Compiling utf8parse v0.2.2 |
1856 | 2024-11-25T18:51:09.212Z | Compiling mime v0.3.17 |
1857 | 2024-11-25T18:51:10.858Z | Compiling openssl-probe v0.1.5 |
1858 | 2024-11-25T18:51:11.182Z | Compiling winnow v0.6.20 |
1859 | 2024-11-25T18:51:12.553Z | Compiling backtrace v0.3.74 |
1860 | 2024-11-25T18:51:12.665Z | Compiling anstyle-parse v0.2.5 |
1861 | 2024-11-25T18:51:13.008Z | Compiling stringprep v0.1.5 |
1862 | 2024-11-25T18:51:15.143Z | Compiling toml_edit v0.22.22 |
1863 | 2024-11-25T18:51:15.549Z | Compiling rustls-webpki v0.102.8 |
1864 | 2024-11-25T18:51:19.839Z | Compiling crossbeam-deque v0.8.5 |
1865 | 2024-11-25T18:51:20.908Z | Compiling darling_macro v0.20.10 |
1866 | 2024-11-25T18:51:23.611Z | Compiling term v0.7.0 |
1867 | 2024-11-25T18:51:24.933Z | Compiling slog-json v2.6.1 |
1868 | 2024-11-25T18:51:25.353Z | Compiling serde_urlencoded v0.7.1 |
1869 | 2024-11-25T18:51:26.511Z | Compiling crossbeam-channel v0.5.13 |
1870 | 2024-11-25T18:51:26.560Z | Compiling rustls-pemfile v2.2.0 |
1871 | 2024-11-25T18:51:26.940Z | Compiling hashbrown v0.14.5 |
1872 | 2024-11-25T18:51:27.557Z | Compiling idna v0.4.0 |
1873 | 2024-11-25T18:51:27.601Z | Compiling idna v0.3.0 |
1874 | 2024-11-25T18:51:28.280Z | Compiling futures-executor v0.3.31 |
1875 | 2024-11-25T18:51:29.037Z | Compiling num-integer v0.1.46 |
1876 | 2024-11-25T18:51:29.094Z | Compiling md-5 v0.10.6 |
1877 | 2024-11-25T18:51:29.342Z | Compiling ff v0.13.0 |
1878 | 2024-11-25T18:51:29.588Z | Compiling hash32 v0.2.1 |
1879 | 2024-11-25T18:51:29.741Z | Compiling memmap v0.7.0 |
1880 | 2024-11-25T18:51:29.780Z | Compiling is-terminal v0.4.13 |
1881 | 2024-11-25T18:51:29.981Z | Compiling fallible-iterator v0.2.0 |
1882 | 2024-11-25T18:51:30.307Z | Compiling colorchoice v1.0.2 |
1883 | 2024-11-25T18:51:30.573Z | Compiling utf-8 v0.7.6 |
1884 | 2024-11-25T18:51:30.705Z | Compiling base16ct v0.2.0 |
1885 | 2024-11-25T18:51:30.882Z | Compiling is_terminal_polyfill v1.70.1 |
1886 | 2024-11-25T18:51:31.021Z | Compiling linked-hash-map v0.5.6 |
1887 | 2024-11-25T18:51:31.372Z | Compiling anstyle-query v1.1.1 |
1888 | 2024-11-25T18:51:31.397Z | Compiling psl-types v2.0.11 |
1889 | 2024-11-25T18:51:31.533Z | Compiling take_mut v0.2.2 |
1890 | 2024-11-25T18:51:31.612Z | Compiling quick-error v1.2.3 |
1891 | 2024-11-25T18:51:31.764Z | Compiling resolv-conf v0.7.0 |
1892 | 2024-11-25T18:51:32.462Z | Compiling publicsuffix v2.2.3 |
1893 | 2024-11-25T18:51:32.723Z | Compiling anstream v0.6.15 |
1894 | 2024-11-25T18:51:32.765Z | Compiling lru-cache v0.1.2 |
1895 | 2024-11-25T18:51:32.975Z | Compiling sec1 v0.7.3 |
1896 | 2024-11-25T18:51:33.417Z | Compiling tungstenite v0.24.0 |
1897 | 2024-11-25T18:51:33.577Z | Compiling postgres-protocol v0.6.7 |
1898 | 2024-11-25T18:51:34.834Z | Compiling usdt v0.5.0 |
1899 | 2024-11-25T18:51:35.320Z | Compiling slog-term v2.9.1 |
1900 | 2024-11-25T18:51:35.581Z | Compiling num-iter v0.1.45 |
1901 | 2024-11-25T18:51:35.790Z | Compiling group v0.13.0 |
1902 | 2024-11-25T18:51:36.133Z | Compiling futures v0.3.31 |
1903 | 2024-11-25T18:51:36.255Z | Compiling hickory-proto v0.24.1 |
1904 | 2024-11-25T18:51:36.371Z | Compiling regress v0.10.1 |
1905 | 2024-11-25T18:51:40.452Z | Compiling slog-bunyan v2.5.0 |
1906 | 2024-11-25T18:51:40.709Z | Compiling tokio-rustls v0.26.0 |
1907 | 2024-11-25T18:51:41.147Z | Compiling tokio-rustls v0.25.0 |
1908 | 2024-11-25T18:51:41.166Z | Compiling darling v0.20.10 |
1909 | 2024-11-25T18:51:41.185Z | Compiling toml v0.8.19 |
1910 | 2024-11-25T18:51:41.285Z | Compiling tokio-native-tls v0.3.1 |
1911 | 2024-11-25T18:51:41.532Z | Compiling phf_shared v0.11.2 |
1912 | 2024-11-25T18:51:41.568Z | Compiling strum_macros v0.25.3 |
1913 | 2024-11-25T18:51:42.140Z | Compiling async-stream v0.3.6 |
1914 | 2024-11-25T18:51:42.419Z | Compiling waitgroup v0.1.2 |
1915 | 2024-11-25T18:51:42.603Z | Compiling webpki-roots v0.26.6 |
1916 | 2024-11-25T18:51:43.076Z | Compiling idna v0.5.0 |
1917 | 2024-11-25T18:51:43.349Z | Compiling terminal_size v0.4.0 |
1918 | 2024-11-25T18:51:43.569Z | Compiling serde_path_to_error v0.1.16 |
1919 | 2024-11-25T18:51:44.397Z | Compiling hkdf v0.12.4 |
1920 | 2024-11-25T18:51:44.763Z | Compiling crypto-bigint v0.5.5 |
1921 | 2024-11-25T18:51:44.965Z | Compiling derive-where v1.2.7 |
1922 | 2024-11-25T18:51:45.003Z | Compiling serde_repr v0.1.19 |
1923 | 2024-11-25T18:51:45.005Z | Compiling clap_derive v4.5.18 |
1924 | 2024-11-25T18:51:45.434Z | Compiling hostname v0.4.0 |
1925 | 2024-11-25T18:51:45.656Z | Compiling crc32fast v1.4.2 |
1926 | 2024-11-25T18:51:45.986Z | Compiling debug-ignore v1.0.5 |
1927 | 2024-11-25T18:51:46.553Z | Compiling bitflags v1.3.2 |
1928 | 2024-11-25T18:51:46.762Z | Compiling clap_lex v0.7.2 |
1929 | 2024-11-25T18:51:47.226Z | Compiling unicode-width v0.1.14 |
1930 | 2024-11-25T18:51:47.378Z | Compiling managed v0.8.0 |
1931 | 2024-11-25T18:51:47.902Z | Compiling elliptic-curve v0.13.8 |
1932 | 2024-11-25T18:51:48.216Z | Compiling console v0.15.8 |
1933 | 2024-11-25T18:51:48.463Z | Compiling clap_builder v4.5.21 |
1934 | 2024-11-25T18:51:50.272Z | Compiling flate2 v1.0.34 |
1935 | 2024-11-25T18:51:51.248Z | Compiling cookie_store v0.21.0 |
1936 | 2024-11-25T18:51:55.771Z | Compiling hyper-rustls v0.27.3 |
1937 | 2024-11-25T18:51:56.351Z | Compiling hickory-resolver v0.24.1 |
1938 | 2024-11-25T18:51:56.587Z | Compiling phf v0.11.2 |
1939 | 2024-11-25T18:51:56.910Z | Compiling hyper-tls v0.6.0 |
1940 | 2024-11-25T18:51:57.034Z | Compiling signal-hook-mio v0.2.4 |
1941 | 2024-11-25T18:51:57.201Z | Compiling bzip2 v0.4.4 |
1942 | 2024-11-25T18:51:57.289Z | Compiling typify-impl v0.2.0 |
1943 | 2024-11-25T18:51:57.578Z | Compiling rayon v1.10.0 |
1944 | 2024-11-25T18:51:58.368Z | Compiling tokio-tungstenite v0.24.0 |
1945 | 2024-11-25T18:51:58.946Z | Compiling postgres-types v0.2.8 |
1946 | 2024-11-25T18:51:59.120Z | Compiling zerocopy v0.6.6 |
1947 | 2024-11-25T18:51:59.497Z | Compiling hubpack v0.1.2 |
1948 | 2024-11-25T18:51:59.952Z | Compiling ed25519 v2.2.3 |
1949 | 2024-11-25T18:52:00.049Z | Compiling phf_shared v0.10.0 |
1950 | 2024-11-25T18:52:00.349Z | Compiling pkcs1 v0.7.5 |
1951 | 2024-11-25T18:52:00.448Z | Compiling tokio-stream v0.1.16 |
1952 | 2024-11-25T18:52:01.820Z | Compiling serde-big-array v0.5.1 |
1953 | 2024-11-25T18:52:01.847Z | Compiling rfc6979 v0.4.0 |
1954 | 2024-11-25T18:52:02.040Z | Compiling float-cmp v0.9.0 |
1955 | 2024-11-25T18:52:02.043Z | Compiling sync_wrapper v1.0.1 |
1956 | 2024-11-25T18:52:02.191Z | Compiling bstr v1.10.0 |
1957 | 2024-11-25T18:52:02.628Z | Compiling fixedbitset v0.4.2 |
1958 | 2024-11-25T18:52:03.067Z | Compiling unicode-width v0.2.0 |
1959 | 2024-11-25T18:52:03.303Z | Compiling static_assertions v1.1.0 |
1960 | 2024-11-25T18:52:03.411Z | Compiling new_debug_unreachable v1.0.6 |
1961 | 2024-11-25T18:52:03.619Z | Compiling whoami v1.5.2 |
1962 | 2024-11-25T18:52:03.759Z | Compiling number_prefix v0.4.0 |
1963 | 2024-11-25T18:52:03.891Z | Compiling predicates-core v1.0.8 |
1964 | 2024-11-25T18:52:04.005Z | Compiling difflib v0.4.0 |
1965 | 2024-11-25T18:52:04.204Z | Compiling precomputed-hash v0.1.1 |
1966 | 2024-11-25T18:52:04.336Z | Compiling unicode-segmentation v1.12.0 |
1967 | 2024-11-25T18:52:04.816Z | Compiling bit-vec v0.6.3 |
1968 | 2024-11-25T18:52:05.205Z | Compiling normalize-line-endings v0.3.0 |
1969 | 2024-11-25T18:52:05.256Z | Compiling bit-set v0.5.3 |
1970 | 2024-11-25T18:52:05.280Z | Compiling similar v2.6.0 |
1971 | 2024-11-25T18:52:05.341Z | Compiling predicates v3.1.2 |
1972 | 2024-11-25T18:52:05.538Z | Compiling string_cache v0.8.7 |
1973 | 2024-11-25T18:52:05.557Z | Compiling tokio-postgres v0.7.12 |
1974 | 2024-11-25T18:52:05.956Z | Compiling indicatif v0.17.9 |
1975 | 2024-11-25T18:52:07.325Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1976 | 2024-11-25T18:52:07.911Z | Compiling petgraph v0.6.5 |
1977 | 2024-11-25T18:52:09.517Z | Compiling typify-macro v0.2.0 |
1978 | 2024-11-25T18:52:11.133Z | Compiling reqwest v0.12.9 |
1979 | 2024-11-25T18:52:12.097Z | Compiling ecdsa v0.16.9 |
1980 | 2024-11-25T18:52:13.026Z | Compiling qorb v0.2.0 |
1981 | 2024-11-25T18:52:13.344Z | Compiling rsa v0.9.6 |
1982 | 2024-11-25T18:52:13.417Z | Compiling ed25519-dalek v2.1.1 |
1983 | 2024-11-25T18:52:13.995Z | Compiling zip v0.6.6 |
1984 | 2024-11-25T18:52:14.174Z | Compiling crossterm v0.28.1 |
1985 | 2024-11-25T18:52:14.372Z | Compiling clap v4.5.21 |
1986 | 2024-11-25T18:52:15.274Z | Compiling toml v0.7.8 |
1987 | 2024-11-25T18:52:16.150Z | Compiling x509-cert v0.2.5 |
1988 | 2024-11-25T18:52:17.620Z | Compiling hex v0.4.3 |
1989 | 2024-11-25T18:52:18.240Z | Compiling itertools v0.10.5 |
1990 | 2024-11-25T18:52:18.887Z | Compiling peg-runtime v0.8.3 |
1991 | 2024-11-25T18:52:19.413Z | Compiling zerocopy v0.8.10 |
1992 | 2024-11-25T18:52:19.765Z | Compiling lalrpop-util v0.19.12 |
1993 | 2024-11-25T18:52:20.108Z | Compiling unicode-xid v0.2.6 |
1994 | 2024-11-25T18:52:21.643Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1995 | 2024-11-25T18:52:25.620Z | Compiling proc-macro-crate v1.3.1 |
1996 | 2024-11-25T18:52:26.077Z | Compiling ipnetwork v0.20.0 |
1997 | 2024-11-25T18:52:26.125Z | Compiling macaddr v1.0.1 |
1998 | 2024-11-25T18:52:26.767Z | Compiling zerocopy-derive v0.8.10 |
1999 | 2024-11-25T18:52:26.786Z | Compiling itertools v0.13.0 |
2000 | 2024-11-25T18:52:29.760Z | Compiling heapless v0.8.0 |
2001 | 2024-11-25T18:52:30.586Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2002 | 2024-11-25T18:52:34.743Z | Compiling num_enum_derive v0.5.11 |
2003 | 2024-11-25T18:52:42.620Z | Compiling hash32 v0.3.1 |
2004 | 2024-11-25T18:52:43.894Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2005 | 2024-11-25T18:52:44.457Z | Compiling smoltcp v0.11.0 |
2006 | 2024-11-25T18:52:49.174Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2007 | 2024-11-25T18:52:50.167Z | Compiling num_enum v0.5.11 |
2008 | 2024-11-25T18:52:50.384Z | Compiling typify v0.2.0 |
2009 | 2024-11-25T18:52:51.461Z | Compiling proc-macro-error-attr v1.0.4 |
2010 | 2024-11-25T18:52:51.834Z | Compiling unsafe-libyaml v0.2.11 |
2011 | 2024-11-25T18:52:52.533Z | Compiling cobs v0.2.3 |
2012 | 2024-11-25T18:52:52.987Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2013 | 2024-11-25T18:52:53.323Z | Compiling serde_yaml v0.9.34+deprecated |
2014 | 2024-11-25T18:52:53.689Z | Compiling postcard v1.0.10 |
2015 | 2024-11-25T18:53:10.536Z | Compiling progenitor-impl v0.8.0 |
2016 | 2024-11-25T18:53:11.109Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2017 | 2024-11-25T18:53:23.086Z | Compiling strum_macros v0.26.4 |
2018 | 2024-11-25T18:53:23.832Z | Compiling foreign-types-macros v0.2.3 |
2019 | 2024-11-25T18:53:23.851Z | Compiling structmeta-derive v0.3.0 |
2020 | 2024-11-25T18:53:23.974Z | Compiling proc-macro-error v1.0.4 |
2021 | 2024-11-25T18:53:24.185Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2022 | 2024-11-25T18:53:24.507Z | Compiling newtype-uuid v1.1.3 |
2023 | 2024-11-25T18:53:24.535Z | Compiling foreign-types-shared v0.3.1 |
2024 | 2024-11-25T18:53:25.069Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2025 | 2024-11-25T18:53:26.499Z | Compiling structmeta v0.3.0 |
2026 | 2024-11-25T18:53:27.591Z | Compiling strum v0.26.3 |
2027 | 2024-11-25T18:53:27.802Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2028 | 2024-11-25T18:53:31.634Z | Compiling foreign-types v0.5.0 |
2029 | 2024-11-25T18:53:35.405Z | Compiling progenitor-macro v0.8.0 |
2030 | 2024-11-25T18:53:39.638Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2031 | 2024-11-25T18:53:39.765Z | Compiling progenitor-client v0.8.0 |
2032 | 2024-11-25T18:53:43.356Z | Compiling tabwriter v1.4.0 |
2033 | 2024-11-25T18:53:44.593Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2034 | 2024-11-25T18:53:44.755Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2035 | 2024-11-25T18:53:45.421Z | Compiling cstr-argument v0.1.2 |
2036 | 2024-11-25T18:53:45.597Z | Compiling dropshot v0.13.0 |
2037 | 2024-11-25T18:53:45.694Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2038 | 2024-11-25T18:53:46.400Z | Compiling pretty-hex v0.2.1 |
2039 | 2024-11-25T18:53:46.437Z | Compiling crucible-workspace-hack v0.1.0 |
2040 | 2024-11-25T18:53:46.633Z | Compiling fastrand v2.1.1 |
2041 | 2024-11-25T18:53:46.760Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2042 | 2024-11-25T18:53:47.146Z | Compiling tempfile v3.13.0 |
2043 | 2024-11-25T18:53:47.290Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2044 | 2024-11-25T18:53:47.648Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2045 | 2024-11-25T18:53:48.419Z | Compiling progenitor v0.8.0 |
2046 | 2024-11-25T18:53:48.522Z | Compiling parse-display-derive v0.10.0 |
2047 | 2024-11-25T18:53:48.592Z | Compiling colored v2.1.0 |
2048 | 2024-11-25T18:53:48.716Z | Compiling serde_with_macros v3.11.0 |
2049 | 2024-11-25T18:53:48.813Z | Compiling dropshot_endpoint v0.13.0 |
2050 | 2024-11-25T18:53:49.866Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2051 | 2024-11-25T18:53:50.617Z | Compiling instant v0.1.13 |
2052 | 2024-11-25T18:53:50.799Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2053 | 2024-11-25T18:53:51.198Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2054 | 2024-11-25T18:53:51.355Z | Compiling serde_with v3.11.0 |
2055 | 2024-11-25T18:53:51.706Z | Compiling backoff v0.4.0 |
2056 | 2024-11-25T18:53:52.104Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2057 | 2024-11-25T18:53:52.478Z | Compiling parse-display v0.10.0 |
2058 | 2024-11-25T18:53:54.296Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2059 | 2024-11-25T18:53:54.542Z | Compiling zone_cfg_derive v0.3.0 |
2060 | 2024-11-25T18:53:55.487Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2061 | 2024-11-25T18:53:55.691Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2062 | 2024-11-25T18:53:55.904Z | Compiling camino-tempfile v1.1.1 |
2063 | 2024-11-25T18:53:56.167Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2064 | 2024-11-25T18:53:56.419Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2065 | 2024-11-25T18:53:56.628Z | Compiling regress v0.9.1 |
2066 | 2024-11-25T18:53:56.656Z | Compiling num-derive v0.4.2 |
2067 | 2024-11-25T18:53:56.690Z | Compiling sigpipe v0.1.3 |
2068 | 2024-11-25T18:53:56.837Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2069 | 2024-11-25T18:53:57.123Z | Compiling libefi-sys v0.1.0 |
2070 | 2024-11-25T18:53:57.500Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2071 | 2024-11-25T18:53:59.018Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2072 | 2024-11-25T18:54:00.580Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2073 | 2024-11-25T18:54:00.870Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2074 | 2024-11-25T18:54:01.142Z | Compiling zone v0.3.0 |
2075 | 2024-11-25T18:54:02.181Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2076 | 2024-11-25T18:54:04.571Z | Compiling smf v0.2.3 |
2077 | 2024-11-25T18:54:04.773Z | Compiling bitfield-struct v0.6.2 |
2078 | 2024-11-25T18:54:05.517Z | Compiling ring v0.16.20 |
2079 | 2024-11-25T18:54:06.245Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2080 | 2024-11-25T18:54:06.477Z | Compiling blake3 v1.5.4 |
2081 | 2024-11-25T18:54:06.781Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2082 | 2024-11-25T18:54:07.615Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2083 | 2024-11-25T18:54:07.655Z | Compiling xattr v1.3.1 |
2084 | 2024-11-25T18:54:07.705Z | Compiling memmap2 v0.9.5 |
2085 | 2024-11-25T18:54:07.979Z | Compiling filetime v0.2.25 |
2086 | 2024-11-25T18:54:08.299Z | Compiling same-file v1.0.6 |
2087 | 2024-11-25T18:54:08.354Z | Compiling arrayvec v0.7.6 |
2088 | 2024-11-25T18:54:08.589Z | Compiling constant_time_eq v0.3.1 |
2089 | 2024-11-25T18:54:08.799Z | Compiling spin v0.5.2 |
2090 | 2024-11-25T18:54:08.802Z | Compiling arrayref v0.3.9 |
2091 | 2024-11-25T18:54:08.874Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2092 | 2024-11-25T18:54:09.013Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2093 | 2024-11-25T18:54:09.078Z | Compiling walkdir v2.5.0 |
2094 | 2024-11-25T18:54:10.553Z | Compiling tar v0.4.42 |
2095 | 2024-11-25T18:54:11.607Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2096 | 2024-11-25T18:54:11.913Z | Compiling gethostname v0.5.0 |
2097 | 2024-11-25T18:54:12.040Z | Compiling cargo-platform v0.1.8 |
2098 | 2024-11-25T18:54:12.123Z | Compiling topological-sort v0.2.2 |
2099 | 2024-11-25T18:54:12.404Z | Compiling cargo_metadata v0.18.1 |
2100 | 2024-11-25T18:54:16.067Z | Compiling omicron-zone-package v0.11.1 |
2101 | 2024-11-25T18:54:19.785Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2102 | 2024-11-25T18:54:20.630Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2103 | 2024-11-25T18:54:22.889Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2104 | 2024-11-25T18:54:42.489Z | Finished `release` profile [optimized] target(s) in 5m 31s |
2105 | 2024-11-25T18:54:42.597Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2106 | 2024-11-25T18:54:42.649Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2107 | 2024-11-25T18:54:42.653Z | Created new build target 'test' and set it as active |
2108 | 2024-11-25T18:54:42.653Z | |
2109 | 2024-11-25T18:54:42.653Z | real 5:31.668259448 |
2110 | 2024-11-25T18:54:42.653Z | user 37:22.975859610 |
2111 | 2024-11-25T18:54:42.653Z | sys 4:57.531912436 |
2112 | 2024-11-25T18:54:42.653Z | trap 1.127934591 |
2113 | 2024-11-25T18:54:42.653Z | tflt 3.070091622 |
2114 | 2024-11-25T18:54:42.653Z | dflt 0.747292323 |
2115 | 2024-11-25T18:54:42.653Z | kflt 0.001351667 |
2116 | 2024-11-25T18:54:42.653Z | lock 1:19:05.752848511 |
2117 | 2024-11-25T18:54:42.653Z | slp 2:36:59.884925865 |
2118 | 2024-11-25T18:54:42.653Z | lat 2:31.497447459 |
2119 | 2024-11-25T18:54:42.653Z | stop 4:32.884077828 |
2120 | 2024-11-25T18:54:42.653Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2121 | 2024-11-25T18:54:43.676Z | Finished `release` profile [optimized] target(s) in 0.97s |
2122 | 2024-11-25T18:54:43.739Z | Running `target/release/omicron-package -t test package` |
2123 | 2024-11-25T18:54:43.786Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2124 | 2024-11-25T18:54:45.008Z | Compiling convert_case v0.4.0 |
2125 | 2024-11-25T18:54:45.011Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2126 | 2024-11-25T18:54:45.011Z | Compiling itertools v0.13.0 |
2127 | 2024-11-25T18:54:45.011Z | Compiling newline-converter v0.3.0 |
2128 | 2024-11-25T18:54:45.011Z | Compiling password-hash v0.5.0 |
2129 | 2024-11-25T18:54:45.011Z | Compiling progenitor-client v0.8.0 |
2130 | 2024-11-25T18:54:45.147Z | Compiling blake2 v0.10.6 |
2131 | 2024-11-25T18:54:45.186Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2132 | 2024-11-25T18:54:45.379Z | Compiling expectorate v1.1.0 |
2133 | 2024-11-25T18:54:45.402Z | Compiling owo-colors v4.1.0 |
2134 | 2024-11-25T18:54:45.587Z | Compiling cancel-safe-futures v0.1.5 |
2135 | 2024-11-25T18:54:45.692Z | Compiling argon2 v0.5.3 |
2136 | 2024-11-25T18:54:45.715Z | Compiling progenitor v0.8.0 |
2137 | 2024-11-25T18:54:45.844Z | Compiling derive_more v0.99.18 |
2138 | 2024-11-25T18:54:45.981Z | Compiling num-rational v0.4.2 |
2139 | 2024-11-25T18:54:46.000Z | Compiling num-complex v0.4.6 |
2140 | 2024-11-25T18:54:46.340Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2141 | 2024-11-25T18:54:47.259Z | Compiling num v0.4.3 |
2142 | 2024-11-25T18:54:47.279Z | Compiling atomicwrites v0.4.4 |
2143 | 2024-11-25T18:54:47.375Z | Compiling libsw v3.3.1 |
2144 | 2024-11-25T18:54:47.587Z | Compiling indent_write v2.2.0 |
2145 | 2024-11-25T18:54:47.755Z | Compiling linear-map v1.2.0 |
2146 | 2024-11-25T18:54:47.804Z | Compiling float-ord v0.3.2 |
2147 | 2024-11-25T18:54:47.831Z | Compiling swrite v0.1.0 |
2148 | 2024-11-25T18:54:47.974Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2149 | 2024-11-25T18:54:47.993Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2150 | 2024-11-25T18:54:48.102Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2151 | 2024-11-25T18:54:48.197Z | Compiling base64 v0.21.7 |
2152 | 2024-11-25T18:54:48.450Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2153 | 2024-11-25T18:54:48.856Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2154 | 2024-11-25T18:54:49.384Z | Compiling highway v1.2.0 |
2155 | 2024-11-25T18:54:49.554Z | Compiling semver v0.1.20 |
2156 | 2024-11-25T18:54:50.166Z | Compiling rustc_version v0.1.7 |
2157 | 2024-11-25T18:54:50.593Z | Compiling newtype_derive v0.1.6 |
2158 | 2024-11-25T18:54:50.836Z | Compiling newtype-uuid v1.1.3 |
2159 | 2024-11-25T18:54:50.976Z | Compiling dropshot v0.13.0 |
2160 | 2024-11-25T18:54:51.055Z | Compiling ipnetwork v0.20.0 |
2161 | 2024-11-25T18:54:51.192Z | Compiling instant v0.1.13 |
2162 | 2024-11-25T18:54:51.358Z | Compiling humantime v2.1.0 |
2163 | 2024-11-25T18:54:51.879Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2164 | 2024-11-25T18:54:52.203Z | Compiling backoff v0.4.0 |
2165 | 2024-11-25T18:54:52.494Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2166 | 2024-11-25T18:54:52.558Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2167 | 2024-11-25T18:54:52.638Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2168 | 2024-11-25T18:54:55.962Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2169 | 2024-11-25T18:54:56.943Z | Compiling parse-display v0.10.0 |
2170 | 2024-11-25T18:54:57.540Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2171 | 2024-11-25T18:54:57.591Z | Compiling strum v0.26.3 |
2172 | 2024-11-25T18:54:57.729Z | Compiling serde_with v3.11.0 |
2173 | 2024-11-25T18:54:57.785Z | Compiling regress v0.9.1 |
2174 | 2024-11-25T18:55:01.784Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2175 | 2024-11-25T18:55:02.510Z | Compiling macaddr v1.0.1 |
2176 | 2024-11-25T18:55:02.731Z | Compiling steno v0.4.1 |
2177 | 2024-11-25T18:55:02.934Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2178 | 2024-11-25T18:55:03.548Z | Compiling prettyplease v0.2.25 |
2179 | 2024-11-25T18:55:03.580Z | Compiling slog-dtrace v0.3.0 |
2180 | 2024-11-25T18:55:03.974Z | Compiling tungstenite v0.21.0 |
2181 | 2024-11-25T18:55:03.993Z | Compiling display-error-chain v0.2.2 |
2182 | 2024-11-25T18:55:05.742Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2183 | 2024-11-25T18:55:06.648Z | Compiling tokio-tungstenite v0.21.0 |
2184 | 2024-11-25T18:55:07.336Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2185 | 2024-11-25T18:55:07.960Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2186 | 2024-11-25T18:55:09.071Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2187 | 2024-11-25T18:55:09.190Z | Compiling arc-swap v1.7.1 |
2188 | 2024-11-25T18:55:09.905Z | Compiling slog-scope v4.4.0 |
2189 | 2024-11-25T18:55:10.736Z | Compiling half v2.4.1 |
2190 | 2024-11-25T18:55:11.456Z | Compiling ciborium-io v0.2.2 |
2191 | 2024-11-25T18:55:11.612Z | Compiling ciborium-ll v0.2.2 |
2192 | 2024-11-25T18:55:12.165Z | Compiling slog-stdlog v4.1.1 |
2193 | 2024-11-25T18:55:13.015Z | Compiling slog-envlogger v2.2.0 |
2194 | 2024-11-25T18:55:13.081Z | Compiling ciborium v0.2.2 |
2195 | 2024-11-25T18:55:15.404Z | Compiling nibble_vec v0.1.0 |
2196 | 2024-11-25T18:55:15.655Z | Compiling endian-type v0.1.2 |
2197 | 2024-11-25T18:55:15.772Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2198 | 2024-11-25T18:55:22.363Z | Compiling radix_trie v0.2.1 |
2199 | 2024-11-25T18:55:22.391Z | Compiling fastrand v2.1.1 |
2200 | 2024-11-25T18:55:22.904Z | Compiling same-file v1.0.6 |
2201 | 2024-11-25T18:55:23.161Z | Compiling walkdir v2.5.0 |
2202 | 2024-11-25T18:55:23.296Z | Compiling tempfile v3.13.0 |
2203 | 2024-11-25T18:55:23.391Z | Compiling ring v0.16.20 |
2204 | 2024-11-25T18:55:23.867Z | Compiling blake3 v1.5.4 |
2205 | 2024-11-25T18:55:24.122Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2206 | 2024-11-25T18:55:24.530Z | Compiling xattr v1.3.1 |
2207 | 2024-11-25T18:55:24.627Z | Compiling filetime v0.2.25 |
2208 | 2024-11-25T18:55:24.824Z | Compiling memmap2 v0.9.5 |
2209 | 2024-11-25T18:55:24.955Z | Compiling spin v0.5.2 |
2210 | 2024-11-25T18:55:25.213Z | Compiling arrayvec v0.7.6 |
2211 | 2024-11-25T18:55:25.254Z | Compiling arrayref v0.3.9 |
2212 | 2024-11-25T18:55:25.372Z | Compiling constant_time_eq v0.3.1 |
2213 | 2024-11-25T18:55:25.536Z | Compiling keccak v0.1.5 |
2214 | 2024-11-25T18:55:25.594Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2215 | 2024-11-25T18:55:26.470Z | Compiling sha3 v0.10.8 |
2216 | 2024-11-25T18:55:26.729Z | Compiling tar v0.4.42 |
2217 | 2024-11-25T18:55:27.217Z | Compiling camino-tempfile v1.1.1 |
2218 | 2024-11-25T18:55:27.300Z | Compiling toolchain_find v0.4.0 |
2219 | 2024-11-25T18:55:27.345Z | Compiling const_format_proc_macros v0.2.33 |
2220 | 2024-11-25T18:55:27.673Z | Compiling radium v0.7.0 |
2221 | 2024-11-25T18:55:27.870Z | Compiling topological-sort v0.2.2 |
2222 | 2024-11-25T18:55:28.097Z | Compiling maplit v1.0.2 |
2223 | 2024-11-25T18:55:28.117Z | Compiling crunchy v0.2.2 |
2224 | 2024-11-25T18:55:28.272Z | Compiling omicron-zone-package v0.11.1 |
2225 | 2024-11-25T18:55:28.591Z | Compiling rustfmt-wrapper v0.2.1 |
2226 | 2024-11-25T18:55:28.744Z | Compiling pem v3.0.4 |
2227 | 2024-11-25T18:55:29.200Z | Compiling tap v1.0.1 |
2228 | 2024-11-25T18:55:29.246Z | Compiling const_format v0.2.33 |
2229 | 2024-11-25T18:55:29.390Z | Compiling tiny-keccak v2.0.2 |
2230 | 2024-11-25T18:55:29.412Z | Compiling maybe-uninit v2.0.0 |
2231 | 2024-11-25T18:55:29.732Z | Compiling wyz v0.5.1 |
2232 | 2024-11-25T18:55:30.195Z | Compiling dsl_auto_type v0.1.2 |
2233 | 2024-11-25T18:55:30.295Z | Compiling phf_generator v0.11.2 |
2234 | 2024-11-25T18:55:30.492Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2235 | 2024-11-25T18:55:30.495Z | Compiling scheduled-thread-pool v0.2.7 |
2236 | 2024-11-25T18:55:30.531Z | Compiling secrecy v0.8.0 |
2237 | 2024-11-25T18:55:30.616Z | Compiling async-recursion v1.1.1 |
2238 | 2024-11-25T18:55:30.790Z | Compiling diesel_table_macro_syntax v0.2.0 |
2239 | 2024-11-25T18:55:31.003Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2240 | 2024-11-25T18:55:31.192Z | Compiling funty v2.0.0 |
2241 | 2024-11-25T18:55:31.314Z | Compiling packed_struct v0.10.1 |
2242 | 2024-11-25T18:55:31.595Z | Compiling crc-catalog v2.4.0 |
2243 | 2024-11-25T18:55:31.735Z | Compiling crc v3.2.1 |
2244 | 2024-11-25T18:55:31.757Z | Compiling diesel_derives v2.2.3 |
2245 | 2024-11-25T18:55:31.835Z | Compiling r2d2 v0.8.10 |
2246 | 2024-11-25T18:55:32.021Z | Compiling phf_codegen v0.11.2 |
2247 | 2024-11-25T18:55:32.266Z | Compiling bitvec v1.0.1 |
2248 | 2024-11-25T18:55:32.876Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2249 | 2024-11-25T18:55:33.586Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2250 | 2024-11-25T18:55:33.611Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2251 | 2024-11-25T18:55:33.765Z | Compiling ascii-canvas v3.0.0 |
2252 | 2024-11-25T18:55:34.298Z | Compiling universal-hash v0.5.1 |
2253 | 2024-11-25T18:55:34.546Z | Compiling thiserror-impl-no-std v2.0.2 |
2254 | 2024-11-25T18:55:37.071Z | Compiling packed_struct_codegen v0.10.1 |
2255 | 2024-11-25T18:55:37.291Z | Compiling parse-zoneinfo v0.3.1 |
2256 | 2024-11-25T18:55:38.947Z | Compiling lzma-sys v0.1.20 |
2257 | 2024-11-25T18:55:39.672Z | Compiling ena v0.14.3 |
2258 | 2024-11-25T18:55:39.674Z | Compiling indexmap v1.9.3 |
2259 | 2024-11-25T18:55:40.002Z | Compiling diff v0.1.13 |
2260 | 2024-11-25T18:55:40.142Z | Compiling nodrop v0.1.14 |
2261 | 2024-11-25T18:55:40.289Z | Compiling regex-syntax v0.6.29 |
2262 | 2024-11-25T18:55:40.566Z | Compiling cfg_aliases v0.1.1 |
2263 | 2024-11-25T18:55:40.693Z | Compiling opaque-debug v0.3.1 |
2264 | 2024-11-25T18:55:40.806Z | Compiling poly1305 v0.8.0 |
2265 | 2024-11-25T18:55:42.374Z | Compiling nix v0.28.0 |
2266 | 2024-11-25T18:55:43.141Z | Compiling array-init v0.0.4 |
2267 | 2024-11-25T18:55:43.662Z | Compiling diesel v2.2.4 |
2268 | 2024-11-25T18:55:44.410Z | Compiling lalrpop v0.19.12 |
2269 | 2024-11-25T18:55:50.366Z | Compiling chrono-tz-build v0.4.0 |
2270 | 2024-11-25T18:55:50.753Z | Compiling thiserror-no-std v2.0.2 |
2271 | 2024-11-25T18:55:50.897Z | Compiling smallvec v0.6.14 |
2272 | 2024-11-25T18:55:51.542Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2273 | 2024-11-25T18:55:51.972Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2274 | 2024-11-25T18:55:52.256Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2275 | 2024-11-25T18:55:52.498Z | Compiling chacha20 v0.9.1 |
2276 | 2024-11-25T18:55:52.636Z | Compiling heck v0.3.3 |
2277 | 2024-11-25T18:55:52.988Z | Compiling aead v0.5.2 |
2278 | 2024-11-25T18:55:53.026Z | Compiling vte_generate_state_changes v0.1.2 |
2279 | 2024-11-25T18:55:53.364Z | Compiling termcolor v1.4.1 |
2280 | 2024-11-25T18:55:53.744Z | Compiling ref-cast v1.0.23 |
2281 | 2024-11-25T18:55:54.248Z | Compiling bitfield v0.14.0 |
2282 | 2024-11-25T18:55:54.433Z | Compiling hashbrown v0.12.3 |
2283 | 2024-11-25T18:55:54.578Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2284 | 2024-11-25T18:55:54.909Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2285 | 2024-11-25T18:55:57.155Z | Compiling env_logger v0.10.2 |
2286 | 2024-11-25T18:56:00.395Z | Compiling vte v0.11.1 |
2287 | 2024-11-25T18:56:01.913Z | Compiling chacha20poly1305 v0.10.1 |
2288 | 2024-11-25T18:56:02.158Z | Compiling zone_cfg_derive v0.1.2 |
2289 | 2024-11-25T18:56:03.640Z | Compiling chrono-tz v0.10.0 |
2290 | 2024-11-25T18:56:04.296Z | Compiling serde-hex v0.1.0 |
2291 | 2024-11-25T18:56:07.127Z | Compiling vsss-rs v3.3.4 |
2292 | 2024-11-25T18:56:09.830Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2293 | 2024-11-25T18:56:10.262Z | Compiling ron v0.8.1 |
2294 | 2024-11-25T18:56:10.856Z | Compiling polar-core v0.27.3 |
2295 | 2024-11-25T18:56:11.470Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2296 | 2024-11-25T18:56:11.782Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2297 | 2024-11-25T18:56:12.086Z | Compiling derive_builder_core v0.20.2 |
2298 | 2024-11-25T18:56:12.391Z | Compiling hashbrown v0.13.2 |
2299 | 2024-11-25T18:56:13.851Z | Compiling fd-lock v4.0.2 |
2300 | 2024-11-25T18:56:14.112Z | Compiling headers-core v0.3.0 |
2301 | 2024-11-25T18:56:14.298Z | Compiling fxhash v0.2.1 |
2302 | 2024-11-25T18:56:14.400Z | Compiling libxml v0.3.3 |
2303 | 2024-11-25T18:56:14.548Z | Compiling ref-cast-impl v1.0.23 |
2304 | 2024-11-25T18:56:14.765Z | Compiling bytecount v0.6.8 |
2305 | 2024-11-25T18:56:15.096Z | Compiling crc-any v2.5.0 |
2306 | 2024-11-25T18:56:15.655Z | Compiling base64 v0.13.1 |
2307 | 2024-11-25T18:56:16.128Z | Compiling ron v0.7.1 |
2308 | 2024-11-25T18:56:16.233Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2309 | 2024-11-25T18:56:16.409Z | Compiling papergrid v0.11.0 |
2310 | 2024-11-25T18:56:21.581Z | Compiling derive_builder_macro v0.20.2 |
2311 | 2024-11-25T18:56:21.708Z | Compiling headers v0.4.0 |
2312 | 2024-11-25T18:56:22.442Z | Compiling object v0.30.4 |
2313 | 2024-11-25T18:56:29.396Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2314 | 2024-11-25T18:56:29.891Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2315 | 2024-11-25T18:56:31.453Z | Compiling xz2 v0.1.7 |
2316 | 2024-11-25T18:56:32.072Z | Compiling zone v0.1.8 |
2317 | 2024-11-25T18:56:32.507Z | Compiling strip-ansi-escapes v0.2.0 |
2318 | 2024-11-25T18:56:35.426Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2319 | 2024-11-25T18:56:35.457Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2320 | 2024-11-25T18:56:36.339Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2321 | 2024-11-25T18:56:36.640Z | Compiling tabled_derive v0.7.0 |
2322 | 2024-11-25T18:56:36.852Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2323 | 2024-11-25T18:56:37.263Z | Compiling yasna v0.5.2 |
2324 | 2024-11-25T18:56:38.724Z | Compiling peg-macros v0.8.4 |
2325 | 2024-11-25T18:56:38.884Z | Compiling strum_macros v0.24.3 |
2326 | 2024-11-25T18:56:40.366Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2327 | 2024-11-25T18:56:40.721Z | Compiling kstat-rs v0.2.4 |
2328 | 2024-11-25T18:56:41.399Z | Compiling samael v0.0.17 |
2329 | 2024-11-25T18:56:41.631Z | Compiling sqlparser_derive v0.2.2 |
2330 | 2024-11-25T18:56:41.705Z | Compiling unicase v2.7.0 |
2331 | 2024-11-25T18:56:42.020Z | Compiling indoc v1.0.9 |
2332 | 2024-11-25T18:56:42.193Z | Compiling path-slash v0.1.5 |
2333 | 2024-11-25T18:56:42.237Z | Compiling home v0.5.9 |
2334 | 2024-11-25T18:56:42.445Z | Compiling nu-ansi-term v0.50.1 |
2335 | 2024-11-25T18:56:42.535Z | Compiling unicode_categories v0.1.1 |
2336 | 2024-11-25T18:56:42.661Z | Compiling sqlparser v0.45.0 |
2337 | 2024-11-25T18:56:42.892Z | Compiling reedline v0.35.0 |
2338 | 2024-11-25T18:56:43.028Z | Compiling sqlformat v0.2.6 |
2339 | 2024-11-25T18:56:43.661Z | Compiling rustyline v14.0.0 |
2340 | 2024-11-25T18:56:45.914Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2341 | 2024-11-25T18:56:46.907Z | Compiling peg v0.8.4 |
2342 | 2024-11-25T18:56:47.063Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2343 | 2024-11-25T18:56:53.989Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2344 | 2024-11-25T18:56:54.475Z | Compiling tabled v0.15.0 |
2345 | 2024-11-25T18:57:01.507Z | Compiling rcgen v0.12.1 |
2346 | 2024-11-25T18:57:07.093Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2347 | 2024-11-25T18:57:11.833Z | Compiling derive_builder v0.20.2 |
2348 | 2024-11-25T18:57:14.510Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2349 | 2024-11-25T18:57:14.865Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2350 | 2024-11-25T18:57:17.072Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2351 | 2024-11-25T18:57:17.379Z | Compiling bcs v0.1.6 |
2352 | 2024-11-25T18:57:18.291Z | Compiling impl-trait-for-tuples v0.2.2 |
2353 | 2024-11-25T18:57:20.276Z | Compiling oso-derive v0.27.3 |
2354 | 2024-11-25T18:57:21.272Z | Compiling libz-sys v1.1.20 |
2355 | 2024-11-25T18:57:21.918Z | Compiling quick-xml v0.33.0 |
2356 | 2024-11-25T18:57:25.291Z | Compiling subprocess v0.2.9 |
2357 | 2024-11-25T18:57:25.908Z | Compiling diesel-dtrace v0.3.0 |
2358 | 2024-11-25T18:57:26.225Z | Compiling parking_lot_core v0.8.6 |
2359 | 2024-11-25T18:57:26.787Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2360 | 2024-11-25T18:57:30.042Z | Compiling oso v0.27.3 |
2361 | 2024-11-25T18:57:47.723Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2362 | 2024-11-25T18:57:49.328Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2363 | 2024-11-25T18:57:54.842Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2364 | 2024-11-25T18:57:58.246Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2365 | 2024-11-25T18:57:58.557Z | Compiling bb8 v0.8.5 |
2366 | 2024-11-25T18:57:59.210Z | Compiling buf-list v1.0.3 |
2367 | 2024-11-25T18:57:59.907Z | Compiling async-bb8-diesel v0.2.1 |
2368 | 2024-11-25T18:58:01.766Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2369 | 2024-11-25T18:58:02.143Z | Compiling pin-project-internal v1.1.6 |
2370 | 2024-11-25T18:58:02.552Z | Compiling atty v0.2.14 |
2371 | 2024-11-25T18:58:02.725Z | Compiling salty v0.3.0 |
2372 | 2024-11-25T18:58:04.963Z | Compiling pin-project v1.1.6 |
2373 | 2024-11-25T18:58:05.473Z | Compiling parking_lot v0.11.2 |
2374 | 2024-11-25T18:58:08.482Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2375 | 2024-11-25T18:58:09.777Z | Compiling snafu-derive v0.8.5 |
2376 | 2024-11-25T18:58:10.225Z | Compiling bumpalo v3.16.0 |
2377 | 2024-11-25T18:58:10.788Z | Compiling zip v2.1.3 |
2378 | 2024-11-25T18:58:11.129Z | Compiling simd-adler32 v0.3.7 |
2379 | 2024-11-25T18:58:12.343Z | Compiling lockfree-object-pool v0.1.6 |
2380 | 2024-11-25T18:58:12.672Z | Compiling zopfli v0.8.1 |
2381 | 2024-11-25T18:58:13.336Z | Compiling sled v0.34.7 |
2382 | 2024-11-25T18:58:14.493Z | Compiling snafu v0.8.5 |
2383 | 2024-11-25T18:58:15.745Z | Compiling mime_guess v2.0.5 |
2384 | 2024-11-25T18:58:16.909Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2385 | 2024-11-25T18:58:17.054Z | Compiling hickory-client v0.24.1 |
2386 | 2024-11-25T18:58:18.688Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2387 | 2024-11-25T18:58:18.891Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2388 | 2024-11-25T18:58:19.209Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2389 | 2024-11-25T18:58:22.205Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2390 | 2024-11-25T18:58:23.763Z | Compiling globset v0.4.15 |
2391 | 2024-11-25T18:58:24.564Z | Compiling hickory-server v0.24.1 |
2392 | 2024-11-25T18:58:27.658Z | Compiling primeorder v0.13.6 |
2393 | 2024-11-25T18:58:28.284Z | Compiling olpc-cjson v0.1.4 |
2394 | 2024-11-25T18:58:28.644Z | Compiling vergen v8.3.2 |
2395 | 2024-11-25T18:58:28.963Z | Compiling env_filter v0.1.2 |
2396 | 2024-11-25T18:58:31.087Z | Compiling serde_plain v1.0.2 |
2397 | 2024-11-25T18:58:32.160Z | Compiling cargo-platform v0.1.8 |
2398 | 2024-11-25T18:58:32.646Z | Compiling nanorand v0.7.0 |
2399 | 2024-11-25T18:58:33.402Z | Compiling memoffset v0.9.1 |
2400 | 2024-11-25T18:58:33.768Z | Compiling typed-path v0.9.3 |
2401 | 2024-11-25T18:58:39.261Z | Compiling tough v0.19.0 |
2402 | 2024-11-25T18:58:41.048Z | Compiling flume v0.11.1 |
2403 | 2024-11-25T18:58:41.829Z | Compiling cargo_metadata v0.18.1 |
2404 | 2024-11-25T18:58:45.187Z | Compiling env_logger v0.11.5 |
2405 | 2024-11-25T18:58:46.577Z | Compiling p384 v0.13.0 |
2406 | 2024-11-25T18:58:47.813Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2407 | 2024-11-25T18:58:52.535Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2408 | 2024-11-25T18:58:54.340Z | Compiling git2 v0.19.0 |
2409 | 2024-11-25T18:58:59.695Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2410 | 2024-11-25T18:59:02.760Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2411 | 2024-11-25T18:59:04.518Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2412 | 2024-11-25T18:59:07.951Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2413 | 2024-11-25T18:59:09.213Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2414 | 2024-11-25T18:59:11.299Z | Compiling rand_seeder v0.3.0 |
2415 | 2024-11-25T18:59:11.557Z | Compiling libsqlite3-sys v0.30.1 |
2416 | 2024-11-25T18:59:11.735Z | Compiling parse-size v1.1.0 |
2417 | 2024-11-25T18:59:11.777Z | Compiling rustls v0.21.12 |
2418 | 2024-11-25T18:59:11.907Z | Compiling cfg_aliases v0.2.1 |
2419 | 2024-11-25T18:59:12.035Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2420 | 2024-11-25T18:59:12.055Z | Compiling nix v0.29.0 |
2421 | 2024-11-25T18:59:12.127Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2422 | 2024-11-25T18:59:12.148Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2423 | 2024-11-25T18:59:12.390Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2424 | 2024-11-25T18:59:14.205Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2425 | 2024-11-25T18:59:14.257Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2426 | 2024-11-25T18:59:14.401Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2427 | 2024-11-25T18:59:14.596Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2428 | 2024-11-25T18:59:14.708Z | Compiling rustls-webpki v0.101.7 |
2429 | 2024-11-25T18:59:15.051Z | Compiling sct v0.7.1 |
2430 | 2024-11-25T18:59:15.535Z | Compiling castaway v0.2.3 |
2431 | 2024-11-25T18:59:15.753Z | Compiling csv-core v0.1.11 |
2432 | 2024-11-25T18:59:16.652Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2433 | 2024-11-25T18:59:16.971Z | Compiling glob v0.3.1 |
2434 | 2024-11-25T18:59:17.939Z | Compiling http-range v0.1.5 |
2435 | 2024-11-25T18:59:18.230Z | Compiling hyper-staticfile v0.10.1 |
2436 | 2024-11-25T18:59:18.537Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2437 | 2024-11-25T18:59:18.755Z | Compiling csv v1.3.0 |
2438 | 2024-11-25T18:59:18.810Z | Compiling compact_str v0.8.0 |
2439 | 2024-11-25T18:59:20.927Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2440 | 2024-11-25T18:59:21.323Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2441 | 2024-11-25T18:59:21.503Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2442 | 2024-11-25T18:59:22.589Z | Compiling nix v0.27.1 |
2443 | 2024-11-25T18:59:25.821Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2444 | 2024-11-25T18:59:28.746Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2445 | 2024-11-25T18:59:31.427Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2446 | 2024-11-25T18:59:36.531Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2447 | 2024-11-25T18:59:36.975Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2448 | 2024-11-25T18:59:37.316Z | Compiling unicode-truncate v1.1.0 |
2449 | 2024-11-25T18:59:37.619Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2450 | 2024-11-25T18:59:37.935Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2451 | 2024-11-25T18:59:38.239Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2452 | 2024-11-25T18:59:38.934Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2453 | 2024-11-25T18:59:41.830Z | Compiling hashlink v0.9.1 |
2454 | 2024-11-25T18:59:42.699Z | Compiling tungstenite v0.23.0 |
2455 | 2024-11-25T18:59:43.130Z | Compiling lru v0.12.5 |
2456 | 2024-11-25T18:59:43.525Z | Compiling instability v0.3.2 |
2457 | 2024-11-25T18:59:44.584Z | Compiling fallible-streaming-iterator v0.1.9 |
2458 | 2024-11-25T18:59:44.899Z | Compiling cassowary v0.3.0 |
2459 | 2024-11-25T18:59:45.289Z | Compiling fallible-iterator v0.3.0 |
2460 | 2024-11-25T18:59:45.681Z | Compiling ratatui v0.28.1 |
2461 | 2024-11-25T18:59:45.702Z | Compiling tokio-tungstenite v0.23.1 |
2462 | 2024-11-25T18:59:46.191Z | Compiling rusqlite v0.32.1 |
2463 | 2024-11-25T18:59:46.326Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2464 | 2024-11-25T18:59:51.576Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2465 | 2024-11-25T18:59:53.358Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2466 | 2024-11-25T18:59:54.539Z | Compiling tokio-rustls v0.24.1 |
2467 | 2024-11-25T18:59:55.538Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2468 | 2024-11-25T18:59:57.641Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2469 | 2024-11-25T19:00:04.928Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2470 | 2024-11-25T19:00:07.084Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2471 | 2024-11-25T19:00:07.929Z | Compiling rustls-pemfile v1.0.4 |
2472 | 2024-11-25T19:00:08.805Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2473 | 2024-11-25T19:00:09.126Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2474 | 2024-11-25T19:00:11.096Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2475 | 2024-11-25T19:00:11.277Z | Compiling signal-hook-tokio v0.3.1 |
2476 | 2024-11-25T19:00:11.518Z | Compiling twox-hash v1.6.3 |
2477 | 2024-11-25T19:00:12.574Z | Compiling is_ci v1.2.0 |
2478 | 2024-11-25T19:00:12.897Z | Compiling unicode-linebreak v0.1.5 |
2479 | 2024-11-25T19:00:13.578Z | Compiling smawk v0.3.2 |
2480 | 2024-11-25T19:00:13.864Z | Compiling textwrap v0.16.1 |
2481 | 2024-11-25T19:00:14.253Z | Compiling supports-color v3.0.1 |
2482 | 2024-11-25T19:00:14.693Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2483 | 2024-11-25T19:00:14.772Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2484 | 2024-11-25T19:00:24.820Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2485 | 2024-11-25T19:00:26.126Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2486 | 2024-11-25T19:00:30.756Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2487 | 2024-11-25T19:00:35.447Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2488 | 2024-11-25T19:00:35.719Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2489 | 2024-11-25T19:00:36.372Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2490 | 2024-11-25T19:00:48.952Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2491 | 2024-11-25T19:00:49.254Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2492 | 2024-11-25T19:00:55.785Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2493 | 2024-11-25T19:00:56.168Z | Compiling fatfs v0.3.6 |
2494 | 2024-11-25T19:00:57.514Z | Compiling rtoolbox v0.0.2 |
2495 | 2024-11-25T19:00:57.968Z | Compiling assert_matches v1.5.0 |
2496 | 2024-11-25T19:00:59.103Z | Compiling rpassword v7.3.1 |
2497 | 2024-11-25T19:00:59.584Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2498 | 2024-11-25T19:01:05.039Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2499 | 2024-11-25T19:01:09.002Z | Compiling tui-tree-widget v0.22.0 |
2500 | 2024-11-25T19:01:09.503Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2501 | 2024-11-25T19:01:12.167Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2502 | 2024-11-25T19:01:15.091Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2503 | 2024-11-25T19:01:15.416Z | Compiling uzers v0.12.1 |
2504 | 2024-11-25T19:01:18.561Z | Compiling shell-words v1.1.0 |
2505 | 2024-11-25T19:01:18.998Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2506 | 2024-11-25T19:01:25.752Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2507 | 2024-11-25T19:01:27.897Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2508 | 2024-11-25T19:01:59.186Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2509 | 2024-11-25T19:01:59.431Z | Compiling multimap v0.10.0 |
2510 | 2024-11-25T19:04:23.654Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2511 | 2024-11-25T19:04:27.645Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2512 | 2024-11-25T19:11:03.775Z | Finished `release` profile [optimized] target(s) in 16m 19s |
2513 | 2024-11-25T19:12:09.075Z | |
2514 | 2024-11-25T19:12:09.075Z | real 17:26.269217754 |
2515 | 2024-11-25T19:12:09.075Z | user 1:59:42.040343674 |
2516 | 2024-11-25T19:12:09.075Z | sys 6:03.356153431 |
2517 | 2024-11-25T19:12:09.075Z | trap 2.973358801 |
2518 | 2024-11-25T19:12:09.075Z | tflt 3.035498103 |
2519 | 2024-11-25T19:12:09.078Z | dflt 4.896148279 |
2520 | 2024-11-25T19:12:09.078Z | kflt 0.001429751 |
2521 | 2024-11-25T19:12:09.078Z | lock 7:21:13.657035146 |
2522 | 2024-11-25T19:12:09.078Z | slp 6:24:10.823564486 |
2523 | 2024-11-25T19:12:09.078Z | lat 2:55.684466242 |
2524 | 2024-11-25T19:12:09.078Z | stop 2:34.651102182 |
2525 | 2024-11-25T19:12:09.078Z | + mapfile -t packages |
2526 | 2024-11-25T19:12:09.078Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2527 | 2024-11-25T19:12:10.218Z | Finished `release` profile [optimized] target(s) in 1.08s |
2528 | 2024-11-25T19:12:10.276Z | Running `target/release/omicron-package -t test list-outputs` |
2529 | 2024-11-25T19:12:10.332Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2530 | 2024-11-25T19:12:10.335Z | + ptime -m cargo build --locked --release -p xtask |
2531 | 2024-11-25T19:12:10.928Z | Compiling serde v1.0.215 |
2532 | 2024-11-25T19:12:10.931Z | Compiling libc v0.2.162 |
2533 | 2024-11-25T19:12:10.931Z | Compiling rustix v0.38.37 |
2534 | 2024-11-25T19:12:10.931Z | Compiling serde_json v1.0.132 |
2535 | 2024-11-25T19:12:11.022Z | Compiling syn v2.0.87 |
2536 | 2024-11-25T19:12:11.066Z | Compiling bitflags v2.6.0 |
2537 | 2024-11-25T19:12:11.415Z | Compiling usdt-impl v0.5.0 |
2538 | 2024-11-25T19:12:11.487Z | Compiling syn v1.0.109 |
2539 | 2024-11-25T19:12:11.535Z | Compiling log v0.4.22 |
2540 | 2024-11-25T19:12:11.573Z | Compiling hashbrown v0.15.0 |
2541 | 2024-11-25T19:12:11.612Z | Compiling fs-err v2.11.0 |
2542 | 2024-11-25T19:12:11.928Z | Compiling once_cell v1.20.2 |
2543 | 2024-11-25T19:12:12.012Z | Compiling anyhow v1.0.93 |
2544 | 2024-11-25T19:12:12.569Z | Compiling thread-id v4.2.2 |
2545 | 2024-11-25T19:12:12.983Z | Compiling indexmap v2.6.0 |
2546 | 2024-11-25T19:12:14.034Z | Compiling terminal_size v0.4.0 |
2547 | 2024-11-25T19:12:14.037Z | Compiling tempfile v3.13.0 |
2548 | 2024-11-25T19:12:14.280Z | Compiling clap_builder v4.5.21 |
2549 | 2024-11-25T19:12:15.214Z | Compiling proc-macro-error v1.0.4 |
2550 | 2024-11-25T19:12:16.443Z | Compiling tabled_derive v0.7.0 |
2551 | 2024-11-25T19:12:17.873Z | Compiling tabled v0.15.0 |
2552 | 2024-11-25T19:12:19.243Z | Compiling serde_derive v1.0.215 |
2553 | 2024-11-25T19:12:20.300Z | Compiling thiserror-impl v1.0.69 |
2554 | 2024-11-25T19:12:20.328Z | Compiling zerocopy-derive v0.7.35 |
2555 | 2024-11-25T19:12:20.456Z | Compiling scroll_derive v0.12.0 |
2556 | 2024-11-25T19:12:21.940Z | Compiling scroll v0.12.0 |
2557 | 2024-11-25T19:12:22.449Z | Compiling zerocopy v0.7.35 |
2558 | 2024-11-25T19:12:22.638Z | Compiling goblin v0.8.2 |
2559 | 2024-11-25T19:12:23.338Z | Compiling thiserror v1.0.69 |
2560 | 2024-11-25T19:12:23.513Z | Compiling pest v2.7.14 |
2561 | 2024-11-25T19:12:26.663Z | Compiling pest_meta v2.7.14 |
2562 | 2024-11-25T19:12:28.206Z | Compiling pest_generator v2.7.14 |
2563 | 2024-11-25T19:12:30.081Z | Compiling clap_derive v4.5.18 |
2564 | 2024-11-25T19:12:31.039Z | Compiling pest_derive v2.7.14 |
2565 | 2024-11-25T19:12:31.856Z | Compiling dtrace-parser v0.2.0 |
2566 | 2024-11-25T19:12:34.977Z | Compiling serde_tokenstream v0.2.2 |
2567 | 2024-11-25T19:12:35.609Z | Compiling toml_datetime v0.6.8 |
2568 | 2024-11-25T19:12:36.358Z | Compiling dof v0.3.0 |
2569 | 2024-11-25T19:12:37.337Z | Compiling serde_spanned v0.6.8 |
2570 | 2024-11-25T19:12:37.641Z | Compiling toml_edit v0.22.22 |
2571 | 2024-11-25T19:12:38.629Z | Compiling camino v1.1.9 |
2572 | 2024-11-25T19:12:40.068Z | Compiling usdt-attr-macro v0.5.0 |
2573 | 2024-11-25T19:12:40.932Z | Compiling usdt-macro v0.5.0 |
2574 | 2024-11-25T19:12:41.493Z | Compiling toml v0.8.19 |
2575 | 2024-11-25T19:12:42.174Z | Compiling cargo-platform v0.1.8 |
2576 | 2024-11-25T19:12:43.318Z | Compiling semver v1.0.23 |
2577 | 2024-11-25T19:12:44.564Z | Compiling cargo_metadata v0.18.1 |
2578 | 2024-11-25T19:12:44.842Z | Compiling cargo_toml v0.20.5 |
2579 | 2024-11-25T19:12:47.450Z | Compiling usdt v0.5.0 |
2580 | 2024-11-25T19:12:47.587Z | Compiling camino-tempfile v1.1.1 |
2581 | 2024-11-25T19:12:48.407Z | Compiling clap v4.5.21 |
2582 | 2024-11-25T19:12:48.547Z | Compiling macaddr v1.0.1 |
2583 | 2024-11-25T19:12:56.973Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2584 | 2024-11-25T19:13:08.437Z | Finished `release` profile [optimized] target(s) in 58.04s |
2585 | 2024-11-25T19:13:08.576Z | |
2586 | 2024-11-25T19:13:08.576Z | real 58.203225830 |
2587 | 2024-11-25T19:13:08.576Z | user 5:53.371136269 |
2588 | 2024-11-25T19:13:08.576Z | sys 32.808270605 |
2589 | 2024-11-25T19:13:08.576Z | trap 0.159986596 |
2590 | 2024-11-25T19:13:08.576Z | tflt 0.299645819 |
2591 | 2024-11-25T19:13:08.576Z | dflt 0.629252461 |
2592 | 2024-11-25T19:13:08.576Z | kflt 0.000000000 |
2593 | 2024-11-25T19:13:08.576Z | lock 10:54.561651084 |
2594 | 2024-11-25T19:13:08.579Z | slp 16:38.590845378 |
2595 | 2024-11-25T19:13:08.579Z | lat 13.553091660 |
2596 | 2024-11-25T19:13:08.579Z | stop 17.615341700 |
2597 | 2024-11-25T19:13:08.579Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2598 | 2024-11-25T19:13:08.579Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2599 | 2024-11-25T19:13:08.579Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2600 | 2024-11-25T19:13:08.579Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2601 | 2024-11-25T19:13:08.579Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2602 | 2024-11-25T19:13:09.491Z | Compiling hashbrown v0.14.5 |
2603 | 2024-11-25T19:13:09.622Z | Compiling ident_case v1.0.1 |
2604 | 2024-11-25T19:13:09.636Z | Compiling unsafe-libyaml v0.2.11 |
2605 | 2024-11-25T19:13:09.649Z | Compiling progenitor-client v0.8.0 |
2606 | 2024-11-25T19:13:09.649Z | Compiling ipnetwork v0.20.0 |
2607 | 2024-11-25T19:13:09.652Z | Compiling macaddr v1.0.1 |
2608 | 2024-11-25T19:13:09.652Z | Compiling instant v0.1.13 |
2609 | 2024-11-25T19:13:09.652Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2610 | 2024-11-25T19:13:09.791Z | Compiling darling_core v0.20.10 |
2611 | 2024-11-25T19:13:09.840Z | Compiling structmeta-derive v0.3.0 |
2612 | 2024-11-25T19:13:10.073Z | Compiling newtype-uuid v1.1.3 |
2613 | 2024-11-25T19:13:10.133Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2614 | 2024-11-25T19:13:10.270Z | Compiling dropshot v0.13.0 |
2615 | 2024-11-25T19:13:10.660Z | Compiling dropshot_endpoint v0.13.0 |
2616 | 2024-11-25T19:13:10.681Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2617 | 2024-11-25T19:13:10.732Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2618 | 2024-11-25T19:13:10.901Z | Compiling regress v0.10.1 |
2619 | 2024-11-25T19:13:10.932Z | Compiling serde_yaml v0.9.34+deprecated |
2620 | 2024-11-25T19:13:11.092Z | Compiling regress v0.9.1 |
2621 | 2024-11-25T19:13:11.474Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2622 | 2024-11-25T19:13:11.547Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2623 | 2024-11-25T19:13:11.664Z | Compiling backoff v0.4.0 |
2624 | 2024-11-25T19:13:12.033Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2625 | 2024-11-25T19:13:12.226Z | Compiling tempfile v3.13.0 |
2626 | 2024-11-25T19:13:12.354Z | Compiling proc-macro-crate v1.3.1 |
2627 | 2024-11-25T19:13:13.002Z | Compiling structmeta v0.3.0 |
2628 | 2024-11-25T19:13:13.125Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2629 | 2024-11-25T19:13:13.517Z | Compiling parse-display-derive v0.10.0 |
2630 | 2024-11-25T19:13:13.556Z | Compiling num_enum_derive v0.5.11 |
2631 | 2024-11-25T19:13:13.589Z | Compiling itertools v0.13.0 |
2632 | 2024-11-25T19:13:15.119Z | Compiling typify-impl v0.2.0 |
2633 | 2024-11-25T19:13:16.120Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2634 | 2024-11-25T19:13:16.241Z | Compiling num_enum v0.5.11 |
2635 | 2024-11-25T19:13:16.365Z | Compiling zerocopy v0.8.10 |
2636 | 2024-11-25T19:13:16.434Z | Compiling foreign-types-macros v0.2.3 |
2637 | 2024-11-25T19:13:16.464Z | Compiling zerocopy-derive v0.8.10 |
2638 | 2024-11-25T19:13:16.988Z | Compiling heapless v0.8.0 |
2639 | 2024-11-25T19:13:17.216Z | Compiling darling_macro v0.20.10 |
2640 | 2024-11-25T19:13:17.384Z | Compiling foreign-types-shared v0.3.1 |
2641 | 2024-11-25T19:13:17.714Z | Compiling proc-macro-error v1.0.4 |
2642 | 2024-11-25T19:13:17.741Z | Compiling foreign-types v0.5.0 |
2643 | 2024-11-25T19:13:17.919Z | Compiling camino-tempfile v1.1.1 |
2644 | 2024-11-25T19:13:18.060Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2645 | 2024-11-25T19:13:18.175Z | Compiling darling v0.20.10 |
2646 | 2024-11-25T19:13:18.257Z | Compiling parse-display v0.10.0 |
2647 | 2024-11-25T19:13:18.345Z | Compiling serde_with_macros v3.11.0 |
2648 | 2024-11-25T19:13:18.482Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2649 | 2024-11-25T19:13:18.548Z | Compiling hash32 v0.3.1 |
2650 | 2024-11-25T19:13:18.804Z | Compiling cstr-argument v0.1.2 |
2651 | 2024-11-25T19:13:18.995Z | Compiling smoltcp v0.11.0 |
2652 | 2024-11-25T19:13:18.998Z | Compiling crucible-workspace-hack v0.1.0 |
2653 | 2024-11-25T19:13:19.098Z | Compiling pretty-hex v0.2.1 |
2654 | 2024-11-25T19:13:19.301Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2655 | 2024-11-25T19:13:19.321Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2656 | 2024-11-25T19:13:19.520Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2657 | 2024-11-25T19:13:19.761Z | Compiling tabwriter v1.4.0 |
2658 | 2024-11-25T19:13:20.139Z | Compiling colored v2.1.0 |
2659 | 2024-11-25T19:13:20.310Z | Compiling cobs v0.2.3 |
2660 | 2024-11-25T19:13:20.642Z | Compiling postcard v1.0.10 |
2661 | 2024-11-25T19:13:21.032Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2662 | 2024-11-25T19:13:21.299Z | Compiling serde_with v3.11.0 |
2663 | 2024-11-25T19:13:21.336Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2664 | 2024-11-25T19:13:21.441Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2665 | 2024-11-25T19:13:21.531Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2666 | 2024-11-25T19:13:21.860Z | Compiling smf v0.2.3 |
2667 | 2024-11-25T19:13:22.389Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2668 | 2024-11-25T19:13:23.339Z | Compiling zone_cfg_derive v0.3.0 |
2669 | 2024-11-25T19:13:23.371Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2670 | 2024-11-25T19:13:23.895Z | Compiling num-derive v0.4.2 |
2671 | 2024-11-25T19:13:24.912Z | Compiling sigpipe v0.1.3 |
2672 | 2024-11-25T19:13:25.057Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2673 | 2024-11-25T19:13:25.379Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2674 | 2024-11-25T19:13:25.408Z | Compiling zone v0.3.0 |
2675 | 2024-11-25T19:13:25.517Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2676 | 2024-11-25T19:13:25.953Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2677 | 2024-11-25T19:13:26.008Z | Compiling universal-hash v0.5.1 |
2678 | 2024-11-25T19:13:26.106Z | Compiling opaque-debug v0.3.1 |
2679 | 2024-11-25T19:13:26.216Z | Compiling num-rational v0.4.2 |
2680 | 2024-11-25T19:13:26.284Z | Compiling password-hash v0.5.0 |
2681 | 2024-11-25T19:13:26.353Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2682 | 2024-11-25T19:13:26.475Z | Compiling num-complex v0.4.6 |
2683 | 2024-11-25T19:13:26.842Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2684 | 2024-11-25T19:13:27.113Z | Compiling blake2 v0.10.6 |
2685 | 2024-11-25T19:13:27.115Z | Compiling aead v0.5.2 |
2686 | 2024-11-25T19:13:27.294Z | Compiling keccak v0.1.5 |
2687 | 2024-11-25T19:13:27.315Z | Compiling convert_case v0.4.0 |
2688 | 2024-11-25T19:13:27.516Z | Compiling num v0.4.3 |
2689 | 2024-11-25T19:13:27.613Z | Compiling argon2 v0.5.3 |
2690 | 2024-11-25T19:13:27.641Z | Compiling sha3 v0.10.8 |
2691 | 2024-11-25T19:13:28.039Z | Compiling poly1305 v0.8.0 |
2692 | 2024-11-25T19:13:28.361Z | Compiling derive_more v0.99.18 |
2693 | 2024-11-25T19:13:28.363Z | Compiling tungstenite v0.21.0 |
2694 | 2024-11-25T19:13:28.514Z | Compiling chacha20 v0.9.1 |
2695 | 2024-11-25T19:13:28.764Z | Compiling base64 v0.21.7 |
2696 | 2024-11-25T19:13:29.041Z | Compiling float-ord v0.3.2 |
2697 | 2024-11-25T19:13:29.250Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2698 | 2024-11-25T19:13:29.577Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2699 | 2024-11-25T19:13:29.721Z | Compiling tokio-tungstenite v0.21.0 |
2700 | 2024-11-25T19:13:29.751Z | Compiling same-file v1.0.6 |
2701 | 2024-11-25T19:13:29.864Z | Compiling semver v0.1.20 |
2702 | 2024-11-25T19:13:30.080Z | Compiling walkdir v2.5.0 |
2703 | 2024-11-25T19:13:30.361Z | Compiling rustc_version v0.1.7 |
2704 | 2024-11-25T19:13:30.560Z | Compiling newline-converter v0.3.0 |
2705 | 2024-11-25T19:13:30.581Z | Compiling primeorder v0.13.6 |
2706 | 2024-11-25T19:13:30.641Z | Compiling secrecy v0.8.0 |
2707 | 2024-11-25T19:13:30.747Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2708 | 2024-11-25T19:13:30.882Z | Compiling owo-colors v4.1.0 |
2709 | 2024-11-25T19:13:30.885Z | Compiling cancel-safe-futures v0.1.5 |
2710 | 2024-11-25T19:13:31.146Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2711 | 2024-11-25T19:13:31.188Z | Compiling newtype_derive v0.1.6 |
2712 | 2024-11-25T19:13:31.216Z | Compiling expectorate v1.1.0 |
2713 | 2024-11-25T19:13:31.272Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2714 | 2024-11-25T19:13:31.411Z | Compiling thiserror-impl-no-std v2.0.2 |
2715 | 2024-11-25T19:13:31.482Z | Compiling ring v0.16.20 |
2716 | 2024-11-25T19:13:31.614Z | Compiling blake3 v1.5.4 |
2717 | 2024-11-25T19:13:31.637Z | Compiling half v2.4.1 |
2718 | 2024-11-25T19:13:31.670Z | Compiling unicase v2.7.0 |
2719 | 2024-11-25T19:13:31.998Z | Compiling ciborium-io v0.2.2 |
2720 | 2024-11-25T19:13:32.142Z | Compiling arc-swap v1.7.1 |
2721 | 2024-11-25T19:13:32.258Z | Compiling ciborium-ll v0.2.2 |
2722 | 2024-11-25T19:13:32.718Z | Compiling slog-scope v4.4.0 |
2723 | 2024-11-25T19:13:32.955Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2724 | 2024-11-25T19:13:33.090Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2725 | 2024-11-25T19:13:33.445Z | Compiling polyval v0.6.2 |
2726 | 2024-11-25T19:13:33.936Z | Compiling atomicwrites v0.4.4 |
2727 | 2024-11-25T19:13:33.958Z | Compiling libsw v3.3.1 |
2728 | 2024-11-25T19:13:34.080Z | Compiling typify-macro v0.2.0 |
2729 | 2024-11-25T19:13:34.298Z | Compiling memmap2 v0.9.5 |
2730 | 2024-11-25T19:13:34.300Z | Compiling spin v0.5.2 |
2731 | 2024-11-25T19:13:34.579Z | Compiling parking_lot_core v0.8.6 |
2732 | 2024-11-25T19:13:34.635Z | Compiling arrayvec v0.7.6 |
2733 | 2024-11-25T19:13:34.724Z | Compiling thiserror-no-std v2.0.2 |
2734 | 2024-11-25T19:13:34.788Z | Compiling salty v0.3.0 |
2735 | 2024-11-25T19:13:34.858Z | Compiling libefi-sys v0.1.0 |
2736 | 2024-11-25T19:13:35.057Z | Compiling linear-map v1.2.0 |
2737 | 2024-11-25T19:13:35.077Z | Compiling constant_time_eq v0.3.1 |
2738 | 2024-11-25T19:13:35.132Z | Compiling arrayref v0.3.9 |
2739 | 2024-11-25T19:13:35.220Z | Compiling indent_write v2.2.0 |
2740 | 2024-11-25T19:13:35.402Z | Compiling vsss-rs v3.3.4 |
2741 | 2024-11-25T19:13:35.445Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2742 | 2024-11-25T19:13:35.467Z | Compiling ghash v0.5.1 |
2743 | 2024-11-25T19:13:35.843Z | Compiling slog-stdlog v4.1.1 |
2744 | 2024-11-25T19:13:36.168Z | Compiling ciborium v0.2.2 |
2745 | 2024-11-25T19:13:36.297Z | Compiling p384 v0.13.0 |
2746 | 2024-11-25T19:13:36.540Z | Compiling toolchain_find v0.4.0 |
2747 | 2024-11-25T19:13:36.610Z | Compiling chacha20poly1305 v0.10.1 |
2748 | 2024-11-25T19:13:36.868Z | Compiling lzma-sys v0.1.20 |
2749 | 2024-11-25T19:13:37.271Z | Compiling ctr v0.9.2 |
2750 | 2024-11-25T19:13:37.642Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2751 | 2024-11-25T19:13:37.718Z | Compiling bitfield-struct v0.6.2 |
2752 | 2024-11-25T19:13:37.802Z | Compiling slog-dtrace v0.3.0 |
2753 | 2024-11-25T19:13:37.898Z | Compiling highway v1.2.0 |
2754 | 2024-11-25T19:13:38.051Z | Compiling topological-sort v0.2.2 |
2755 | 2024-11-25T19:13:38.339Z | Compiling omicron-zone-package v0.11.1 |
2756 | 2024-11-25T19:13:38.427Z | Compiling typify v0.2.0 |
2757 | 2024-11-25T19:13:38.448Z | Compiling aes-gcm v0.10.3 |
2758 | 2024-11-25T19:13:38.592Z | Compiling progenitor-impl v0.8.0 |
2759 | 2024-11-25T19:13:38.755Z | Compiling rustfmt-wrapper v0.2.1 |
2760 | 2024-11-25T19:13:38.776Z | Compiling mime_guess v2.0.5 |
2761 | 2024-11-25T19:13:38.984Z | Compiling slog-envlogger v2.2.0 |
2762 | 2024-11-25T19:13:39.213Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2763 | 2024-11-25T19:13:39.357Z | Compiling steno v0.4.1 |
2764 | 2024-11-25T19:13:40.039Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2765 | 2024-11-25T19:13:40.086Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2766 | 2024-11-25T19:13:40.117Z | Compiling heck v0.3.3 |
2767 | 2024-11-25T19:13:40.281Z | Compiling ssh-encoding v0.2.0 |
2768 | 2024-11-25T19:13:40.572Z | Compiling blowfish v0.9.1 |
2769 | 2024-11-25T19:13:40.770Z | Compiling nibble_vec v0.1.0 |
2770 | 2024-11-25T19:13:40.823Z | Compiling env_filter v0.1.2 |
2771 | 2024-11-25T19:13:41.012Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2772 | 2024-11-25T19:13:41.012Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2773 | 2024-11-25T19:13:41.053Z | Compiling endian-type v0.1.2 |
2774 | 2024-11-25T19:13:41.284Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2775 | 2024-11-25T19:13:41.319Z | Compiling humantime v2.1.0 |
2776 | 2024-11-25T19:13:41.391Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2777 | 2024-11-25T19:13:41.412Z | Compiling radix_trie v0.2.1 |
2778 | 2024-11-25T19:13:41.432Z | Compiling env_logger v0.11.5 |
2779 | 2024-11-25T19:13:41.553Z | Compiling bcrypt-pbkdf v0.10.0 |
2780 | 2024-11-25T19:13:41.874Z | Compiling ssh-cipher v0.2.0 |
2781 | 2024-11-25T19:13:42.152Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2782 | 2024-11-25T19:13:42.199Z | Compiling zone_cfg_derive v0.1.2 |
2783 | 2024-11-25T19:13:42.404Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2784 | 2024-11-25T19:13:42.800Z | Compiling parking_lot v0.11.2 |
2785 | 2024-11-25T19:13:43.157Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2786 | 2024-11-25T19:13:43.624Z | Compiling password-hash v0.4.2 |
2787 | 2024-11-25T19:13:43.654Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2788 | 2024-11-25T19:13:43.718Z | Compiling gethostname v0.5.0 |
2789 | 2024-11-25T19:13:43.767Z | Compiling fxhash v0.2.1 |
2790 | 2024-11-25T19:13:43.801Z | Compiling matches v0.1.10 |
2791 | 2024-11-25T19:13:43.928Z | Compiling base64 v0.13.1 |
2792 | 2024-11-25T19:13:43.958Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2793 | 2024-11-25T19:13:44.011Z | Compiling sled v0.34.7 |
2794 | 2024-11-25T19:13:44.312Z | Compiling pbkdf2 v0.11.0 |
2795 | 2024-11-25T19:13:44.335Z | Compiling idna v0.2.3 |
2796 | 2024-11-25T19:13:44.561Z | Compiling ron v0.7.1 |
2797 | 2024-11-25T19:13:44.563Z | Compiling zone v0.1.8 |
2798 | 2024-11-25T19:13:44.691Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2799 | 2024-11-25T19:13:44.774Z | Compiling xz2 v0.1.7 |
2800 | 2024-11-25T19:13:45.283Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2801 | 2024-11-25T19:13:46.038Z | Compiling ssh-key v0.6.6 |
2802 | 2024-11-25T19:13:46.246Z | Compiling hickory-client v0.24.1 |
2803 | 2024-11-25T19:13:46.933Z | Compiling p256 v0.13.2 |
2804 | 2024-11-25T19:13:47.010Z | Compiling progenitor-macro v0.8.0 |
2805 | 2024-11-25T19:13:47.037Z | Compiling p521 v0.13.3 |
2806 | 2024-11-25T19:13:47.212Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2807 | 2024-11-25T19:13:47.811Z | Compiling hickory-server v0.24.1 |
2808 | 2024-11-25T19:13:47.831Z | Compiling enum-as-inner v0.5.1 |
2809 | 2024-11-25T19:13:48.480Z | Compiling pem v3.0.4 |
2810 | 2024-11-25T19:13:48.948Z | Compiling yasna v0.5.2 |
2811 | 2024-11-25T19:13:49.330Z | Compiling headers-core v0.3.0 |
2812 | 2024-11-25T19:13:49.521Z | Compiling kstat-rs v0.2.4 |
2813 | 2024-11-25T19:13:49.524Z | Compiling nanorand v0.7.0 |
2814 | 2024-11-25T19:13:50.132Z | Compiling atty v0.2.14 |
2815 | 2024-11-25T19:13:50.230Z | Compiling russh-cryptovec v0.7.3 |
2816 | 2024-11-25T19:13:50.289Z | Compiling md5 v0.7.0 |
2817 | 2024-11-25T19:13:50.568Z | Compiling http-range v0.1.5 |
2818 | 2024-11-25T19:13:50.710Z | Compiling russh-keys v0.45.0 |
2819 | 2024-11-25T19:13:50.796Z | Compiling hyper-staticfile v0.10.1 |
2820 | 2024-11-25T19:13:50.823Z | Compiling rcgen v0.12.1 |
2821 | 2024-11-25T19:13:50.961Z | Compiling flume v0.11.1 |
2822 | 2024-11-25T19:13:51.065Z | Compiling headers v0.4.0 |
2823 | 2024-11-25T19:13:51.703Z | Compiling trust-dns-proto v0.22.0 |
2824 | 2024-11-25T19:13:51.972Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2825 | 2024-11-25T19:13:53.144Z | Compiling num-bigint v0.4.6 |
2826 | 2024-11-25T19:13:53.440Z | Compiling des v0.8.1 |
2827 | 2024-11-25T19:13:53.827Z | Compiling subprocess v0.2.9 |
2828 | 2024-11-25T19:13:55.169Z | Compiling dhcproto-macros v0.1.0 |
2829 | 2024-11-25T19:13:55.248Z | Compiling display-error-chain v0.2.2 |
2830 | 2024-11-25T19:13:55.473Z | Compiling hex-literal v0.4.1 |
2831 | 2024-11-25T19:13:55.659Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2832 | 2024-11-25T19:13:55.850Z | Compiling internet-checksum v0.2.1 |
2833 | 2024-11-25T19:13:56.207Z | Compiling dhcproto v0.12.0 |
2834 | 2024-11-25T19:13:56.426Z | Compiling russh v0.45.0 |
2835 | 2024-11-25T19:14:00.160Z | Compiling progenitor v0.8.0 |
2836 | 2024-11-25T19:14:00.300Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2837 | 2024-11-25T19:14:00.303Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2838 | 2024-11-25T19:14:00.303Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2839 | 2024-11-25T19:14:00.303Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2840 | 2024-11-25T19:14:00.303Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2841 | 2024-11-25T19:14:00.303Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2842 | 2024-11-25T19:14:00.403Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2843 | 2024-11-25T19:14:01.916Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2844 | 2024-11-25T19:14:02.854Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2845 | 2024-11-25T19:14:04.471Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2846 | 2024-11-25T19:14:07.147Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2847 | 2024-11-25T19:14:07.179Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2848 | 2024-11-25T19:14:16.773Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2849 | 2024-11-25T19:14:16.773Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2850 | 2024-11-25T19:14:16.776Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2851 | 2024-11-25T19:14:16.776Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2852 | 2024-11-25T19:14:20.237Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2853 | 2024-11-25T19:14:20.269Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2854 | 2024-11-25T19:14:21.353Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2855 | 2024-11-25T19:14:21.935Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2856 | 2024-11-25T19:14:21.983Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2857 | 2024-11-25T19:14:22.533Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2858 | 2024-11-25T19:14:25.245Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2859 | 2024-11-25T19:14:26.102Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2860 | 2024-11-25T19:14:26.203Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2861 | 2024-11-25T19:14:26.778Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2862 | 2024-11-25T19:14:27.547Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2863 | 2024-11-25T19:14:27.717Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2864 | 2024-11-25T19:14:27.927Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2865 | 2024-11-25T19:14:29.145Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2866 | 2024-11-25T19:14:30.305Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2867 | 2024-11-25T19:14:31.910Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2868 | 2024-11-25T19:14:32.964Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2869 | 2024-11-25T19:14:33.541Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2870 | 2024-11-25T19:14:33.619Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2871 | 2024-11-25T19:14:36.555Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2872 | 2024-11-25T19:14:37.802Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2873 | 2024-11-25T19:14:38.741Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2874 | 2024-11-25T19:14:40.578Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2875 | 2024-11-25T19:14:40.839Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2876 | 2024-11-25T19:14:45.685Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2877 | 2024-11-25T19:14:55.009Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2878 | 2024-11-25T19:14:56.439Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2879 | 2024-11-25T19:15:15.160Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2880 | 2024-11-25T19:15:49.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s |
2881 | 2024-11-25T19:15:49.639Z | |
2882 | 2024-11-25T19:15:49.642Z | real 2:40.994613366 |
2883 | 2024-11-25T19:15:49.642Z | user 12:29.679013716 |
2884 | 2024-11-25T19:15:49.642Z | sys 2:41.711500066 |
2885 | 2024-11-25T19:15:49.642Z | trap 0.335016879 |
2886 | 2024-11-25T19:15:49.642Z | tflt 0.814245436 |
2887 | 2024-11-25T19:15:49.642Z | dflt 1.924048424 |
2888 | 2024-11-25T19:15:49.642Z | kflt 0.000005959 |
2889 | 2024-11-25T19:15:49.642Z | lock 25:51.620958518 |
2890 | 2024-11-25T19:15:49.643Z | slp 44:50.109819105 |
2891 | 2024-11-25T19:15:49.643Z | lat 35.138415845 |
2892 | 2024-11-25T19:15:49.643Z | stop 1:30.875928279 |
2893 | 2024-11-25T19:15:49.643Z | + mkdir tests |
2894 | 2024-11-25T19:15:49.646Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2895 | 2024-11-25T19:15:49.646Z | + xargs -I '{}' -t cp '{}' tests/ |
2896 | 2024-11-25T19:15:50.796Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-84053b7b03f68646 tests/ |
2897 | 2024-11-25T19:15:50.823Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-901a0af671086ead tests/ |
2898 | 2024-11-25T19:15:50.850Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-34664e4175f1cac6 tests/ |
2899 | 2024-11-25T19:15:50.877Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8b9cd7607b17e8ff tests/ |
2900 | 2024-11-25T19:15:51.108Z | + 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/*) |
2901 | 2024-11-25T19:15:51.111Z | + 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-84053b7b03f68646 tests/commtest-34664e4175f1cac6 tests/dhcp_server-901a0af671086ead tests/end_to_end_tests-8b9cd7607b17e8ff 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 |
2902 | 2024-11-25T19:17:02.277Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2903 | 2024-11-25T19:17:02.277Z | a .github/buildomat/ci-env.sh 1K |
2904 | 2024-11-25T19:17:02.277Z | a out/target/test 1K |
2905 | 2024-11-25T19:17:02.277Z | a out/npuzone/npuzone 23144K |
2906 | 2024-11-25T19:17:02.277Z | a package-manifest.toml 32K |
2907 | 2024-11-25T19:17:02.277Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2908 | 2024-11-25T19:17:02.277Z | a target/release/omicron-package 36350K |
2909 | 2024-11-25T19:17:02.277Z | a target/release/xtask 11750K |
2910 | 2024-11-25T19:17:02.277Z | a target/debug/bootstrap 210015K |
2911 | 2024-11-25T19:17:02.277Z | a tests/bootstrap-84053b7b03f68646 24246K |
2912 | 2024-11-25T19:17:02.277Z | a tests/commtest-34664e4175f1cac6 25022K |
2913 | 2024-11-25T19:17:02.277Z | a tests/dhcp_server-901a0af671086ead 24246K |
2914 | 2024-11-25T19:17:02.277Z | a tests/end_to_end_tests-8b9cd7607b17e8ff 228115K |
2915 | 2024-11-25T19:17:02.277Z | a out/clickhouse.tar.gz 285656K |
2916 | 2024-11-25T19:17:02.277Z | a out/clickhouse_keeper.tar.gz 285640K |
2917 | 2024-11-25T19:17:02.277Z | a out/clickhouse_server.tar.gz 285638K |
2918 | 2024-11-25T19:17:02.277Z | a out/cockroachdb.tar.gz 134564K |
2919 | 2024-11-25T19:17:02.277Z | a out/crucible-dtrace.tar 85K |
2920 | 2024-11-25T19:17:02.277Z | a out/crucible-pantry-zone.tar.gz 28186K |
2921 | 2024-11-25T19:17:02.277Z | a out/crucible-zone.tar.gz 36396K |
2922 | 2024-11-25T19:17:02.277Z | a out/external-dns.tar.gz 35282K |
2923 | 2024-11-25T19:17:02.277Z | a out/internal-dns.tar.gz 35282K |
2924 | 2024-11-25T19:17:02.277Z | a out/mg-ddm-gz.tar 63075K |
2925 | 2024-11-25T19:17:02.277Z | a out/nexus.tar.gz 100395K |
2926 | 2024-11-25T19:17:02.277Z | a out/ntp.tar.gz 10357K |
2927 | 2024-11-25T19:17:02.278Z | a out/omicron-gateway-softnpu.tar.gz 23900K |
2928 | 2024-11-25T19:17:02.278Z | a out/omicron-sled-agent.tar 112937K |
2929 | 2024-11-25T19:17:02.278Z | a out/overlay.tar.gz 3K |
2930 | 2024-11-25T19:17:02.278Z | a out/oximeter.tar.gz 51210K |
2931 | 2024-11-25T19:17:02.278Z | a out/oxlog.tar 3088K |
2932 | 2024-11-25T19:17:02.278Z | a out/probe.tar.gz 2764K |
2933 | 2024-11-25T19:17:02.278Z | a out/propolis-server.tar.gz 66596K |
2934 | 2024-11-25T19:17:02.278Z | a out/pumpkind-gz.tar 26665K |
2935 | 2024-11-25T19:17:02.278Z | a out/switch-softnpu.tar.gz 237363K |
2936 | 2024-11-25T19:17:02.281Z | |
2937 | 2024-11-25T19:17:02.281Z | real 1:11.157931777 |
2938 | 2024-11-25T19:17:02.281Z | user 1:08.135325227 |
2939 | 2024-11-25T19:17:02.281Z | sys 4.296293337 |
2940 | 2024-11-25T19:17:02.281Z | trap 0.016480759 |
2941 | 2024-11-25T19:17:02.281Z | tflt 0.000000000 |
2942 | 2024-11-25T19:17:02.281Z | dflt 0.000000000 |
2943 | 2024-11-25T19:17:02.281Z | kflt 0.000000000 |
2944 | 2024-11-25T19:17:02.281Z | lock 0.000000000 |
2945 | 2024-11-25T19:17:02.281Z | slp 1:08.022277736 |
2946 | 2024-11-25T19:17:02.281Z | lat 1.840986342 |
2947 | 2024-11-25T19:17:02.281Z | stop 0.000214426 |
2948 | 2024-11-25T19:17:02.284Z | process exited: duration 1995120 ms, exit code 0 |
|
2949 | 2024-11-25T19:17:02.297Z | found 1 output files |
2950 | 2024-11-25T19:17:02.297Z | uploading: /work/package.tar.gz (1877309244 bytes) |
2951 | 2024-11-25T19:17:42.263Z | uploaded: /work/package.tar.gz |