|
|
|
1 | 2024-11-27T19:31:38.856Z | job assigned to worker 01JDQHNH1SVFXJYWDHHC0VXW5K [factory aws, i-0e68c18c39cdaa07b] (queued for 56 s) |
|
2 | 2024-11-27T19:31:47.089Z | starting task 0: "setup" |
3 | 2024-11-27T19:31:47.100Z | ++ uname -s |
4 | 2024-11-27T19:31:47.103Z | + kern=SunOS |
5 | 2024-11-27T19:31:47.103Z | + case "$kern" in |
6 | 2024-11-27T19:31:47.103Z | + groupadd -g 12345 build |
7 | 2024-11-27T19:31:47.107Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-27T19:31:49.112Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-27T19:31:49.298Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-27T19:31:49.301Z | + home_fs=zfs |
11 | 2024-11-27T19:31:49.301Z | + [[ zfs == autofs ]] |
12 | 2024-11-27T19:31:49.301Z | + mkdir -p /home/build |
13 | 2024-11-27T19:31:49.304Z | + chown build:build /home/build /work |
14 | 2024-11-27T19:31:50.304Z | + chmod 0700 /home/build /work |
15 | 2024-11-27T19:31:50.307Z | process exited: duration 3217 ms, exit code 0 |
|
16 | 2024-11-27T19:31:50.313Z | starting task 1: "rust-toolchain" |
17 | 2024-11-27T19:31:50.319Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-27T19:31:50.319Z | ' 1.81.0 |
19 | 2024-11-27T19:31:50.319Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-27T19:31:50.319Z | ' default |
21 | 2024-11-27T19:31:50.319Z | * toolchain channel = "1.81.0" |
22 | 2024-11-27T19:31:50.319Z | * toolchain profile = "default" |
23 | 2024-11-27T19:31:50.322Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-27T19:31:50.322Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-27T19:31:50.445Z | info: downloading installer |
26 | 2024-11-27T19:31:51.747Z | info: profile set to 'default' |
27 | 2024-11-27T19:31:51.747Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-27T19:31:51.750Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-27T19:31:51.892Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-27T19:31:51.892Z | info: downloading component 'cargo' |
31 | 2024-11-27T19:31:52.621Z | info: downloading component 'clippy' |
32 | 2024-11-27T19:31:52.893Z | info: downloading component 'rust-docs' |
33 | 2024-11-27T19:31:53.908Z | info: downloading component 'rust-std' |
34 | 2024-11-27T19:31:55.489Z | info: downloading component 'rustc' |
35 | 2024-11-27T19:32:01.148Z | info: downloading component 'rustfmt' |
36 | 2024-11-27T19:32:01.368Z | info: installing component 'cargo' |
37 | 2024-11-27T19:32:02.201Z | info: installing component 'clippy' |
38 | 2024-11-27T19:32:02.555Z | info: installing component 'rust-docs' |
39 | 2024-11-27T19:32:04.201Z | info: installing component 'rust-std' |
40 | 2024-11-27T19:32:05.910Z | info: installing component 'rustc' |
41 | 2024-11-27T19:32:11.803Z | info: installing component 'rustfmt' |
42 | 2024-11-27T19:32:12.138Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-27T19:32:12.138Z | |
44 | 2024-11-27T19:32:12.507Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-27T19:32:12.508Z | |
46 | 2024-11-27T19:32:12.511Z | |
47 | 2024-11-27T19:32:12.511Z | Rust is installed now. Great! |
48 | 2024-11-27T19:32:12.511Z | |
49 | 2024-11-27T19:32:12.511Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-27T19:32:12.511Z | environment variable. This has not been done automatically. |
51 | 2024-11-27T19:32:12.511Z | |
52 | 2024-11-27T19:32:12.511Z | To configure your current shell, you need to source |
53 | 2024-11-27T19:32:12.512Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-27T19:32:12.512Z | |
55 | 2024-11-27T19:32:12.512Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-27T19:32:12.512Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-27T19:32:12.512Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-27T19:32:12.589Z | + rustc --version |
59 | 2024-11-27T19:32:12.659Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-27T19:32:12.663Z | process exited: duration 22346 ms, exit code 0 |
|
61 | 2024-11-27T19:32:12.669Z | starting task 2: "authentication" |
62 | 2024-11-27T19:32:12.691Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-27T19:32:12.696Z | starting task 3: "clone repository" |
64 | 2024-11-27T19:32:12.700Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-27T19:32:12.704Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-27T19:32:12.979Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-27T19:32:20.277Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-27T19:32:20.277Z | + git fetch origin f50e824ea658dbbd65949c8358582afcba5bd74f |
69 | 2024-11-27T19:32:20.576Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-27T19:32:20.579Z | * branch f50e824ea658dbbd65949c8358582afcba5bd74f -> FETCH_HEAD |
71 | 2024-11-27T19:32:20.588Z | + [[ -n renovate/qorb-0.x ]] |
72 | 2024-11-27T19:32:20.590Z | ++ git branch --show-current |
73 | 2024-11-27T19:32:20.593Z | + current=main |
74 | 2024-11-27T19:32:20.593Z | + [[ main != renovate/qorb-0.x ]] |
75 | 2024-11-27T19:32:20.593Z | + git branch -f renovate/qorb-0.x f50e824ea658dbbd65949c8358582afcba5bd74f |
76 | 2024-11-27T19:32:20.596Z | + git checkout -f renovate/qorb-0.x |
77 | 2024-11-27T19:32:20.727Z | Switched to branch 'renovate/qorb-0.x' |
78 | 2024-11-27T19:32:20.732Z | + git reset --hard f50e824ea658dbbd65949c8358582afcba5bd74f |
79 | 2024-11-27T19:32:20.859Z | HEAD is now at f50e824ea Update Rust crate qorb to 0.2.1 |
80 | 2024-11-27T19:32:20.861Z | process exited: duration 8164 ms, exit code 0 |
|
81 | 2024-11-27T19:32:20.867Z | starting task 4: "build" |
82 | 2024-11-27T19:32:20.873Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-27T19:32:20.876Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-27T19:32:20.876Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-27T19:32:20.876Z | + cargo --version |
86 | 2024-11-27T19:32:20.934Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-27T19:32:20.937Z | + rustc --version |
88 | 2024-11-27T19:32:21.002Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-27T19:32:21.005Z | + WORK=/work |
90 | 2024-11-27T19:32:21.005Z | + pfexec mkdir -p /work |
91 | 2024-11-27T19:32:21.008Z | + pfexec chown build /work |
92 | 2024-11-27T19:32:21.010Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-27T19:32:35.971Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-27T19:32:39.971Z | Startup: Caching catalogs ... Done |
95 | 2024-11-27T19:32:49.694Z | Planning: Solver setup ... Done (8.828s) |
96 | 2024-11-27T19:32:49.816Z | Planning: Running solver ... Done (0.122s) |
97 | 2024-11-27T19:32:50.062Z | Planning: Finding local manifests ... Done (0.148s) |
98 | 2024-11-27T19:32:50.500Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-27T19:32:51.150Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-27T19:32:51.626Z | Planning: Package planning ... Done (0.476s) |
101 | 2024-11-27T19:32:51.684Z | Planning: Merging actions ... Done (0.056s) |
102 | 2024-11-27T19:32:52.503Z | Planning: Checking for conflicting actions ... Done (0.819s) |
103 | 2024-11-27T19:32:59.020Z | Planning: Consolidating action changes ... Done (6.516s) |
104 | 2024-11-27T19:32:59.472Z | Planning: Evaluating mediators ... Done (0.451s) |
105 | 2024-11-27T19:32:59.647Z | Planning: Planning completed in 19.58 seconds |
106 | 2024-11-27T19:32:59.965Z | Packages to install: 4 |
107 | 2024-11-27T19:32:59.965Z | Packages to update: 1 |
108 | 2024-11-27T19:32:59.965Z | Mediators to change: 2 |
109 | 2024-11-27T19:32:59.968Z | Services to change: 1 |
110 | 2024-11-27T19:32:59.968Z | Estimated space available: 155.64 GB |
111 | 2024-11-27T19:32:59.968Z | Estimated space to be consumed: 1.60 GB |
112 | 2024-11-27T19:32:59.968Z | Create boot environment: No |
113 | 2024-11-27T19:32:59.968Z | Create backup boot environment: Yes |
114 | 2024-11-27T19:32:59.968Z | Rebuild boot archive: No |
115 | 2024-11-27T19:32:59.968Z | |
116 | 2024-11-27T19:32:59.968Z | Changed mediators: |
117 | 2024-11-27T19:32:59.968Z | mediator clang: |
118 | 2024-11-27T19:32:59.968Z | version: None -> 15 (system default) |
119 | 2024-11-27T19:32:59.968Z | |
120 | 2024-11-27T19:32:59.968Z | mediator llvm: |
121 | 2024-11-27T19:32:59.968Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-27T19:32:59.968Z | |
123 | 2024-11-27T19:32:59.969Z | Changed packages: |
124 | 2024-11-27T19:32:59.969Z | helios-dev |
125 | 2024-11-27T19:32:59.969Z | developer/build-essential |
126 | 2024-11-27T19:32:59.969Z | None -> 11-2.0 |
127 | 2024-11-27T19:32:59.969Z | library/libxmlsec1 |
128 | 2024-11-27T19:32:59.969Z | None -> 1.2.35-2.0 |
129 | 2024-11-27T19:32:59.969Z | ooce/developer/clang-15 |
130 | 2024-11-27T19:32:59.969Z | None -> 15.0.7-2.0 |
131 | 2024-11-27T19:32:59.969Z | ooce/developer/llvm-15 |
132 | 2024-11-27T19:32:59.969Z | None -> 15.0.7-2.0 |
133 | 2024-11-27T19:32:59.969Z | package/pkg |
134 | 2024-11-27T19:32:59.969Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-27T19:32:59.969Z | |
136 | 2024-11-27T19:32:59.969Z | Services: |
137 | 2024-11-27T19:32:59.969Z | restart_fmri: |
138 | 2024-11-27T19:32:59.969Z | svc:/system/update-man-index:default |
139 | 2024-11-27T19:32:59.969Z | |
140 | 2024-11-27T19:32:59.969Z | Editable files to change: |
141 | 2024-11-27T19:32:59.969Z | Update: |
142 | 2024-11-27T19:32:59.969Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-27T19:33:00.327Z | |
144 | 2024-11-27T19:33:00.327Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-27T19:33:06.448Z | Download: 210/4281 items 1.3/220.6MB 0% complete (1.9M/s) |
146 | 2024-11-27T19:33:11.447Z | Download: 1193/4281 items 81.1/220.6MB 36% complete (8.1M/s) |
147 | 2024-11-27T19:33:16.462Z | Download: 2000/4281 items 118.7/220.6MB 53% complete (11.8M/s) |
148 | 2024-11-27T19:33:21.451Z | Download: 3164/4281 items 174.4/220.6MB 79% complete (9.3M/s) |
149 | 2024-11-27T19:33:26.722Z | Download: 4207/4281 items 220.6/220.6MB 99% complete (10.2M/s) |
150 | 2024-11-27T19:33:26.825Z | Download: Completed 220.60 MB in 26.49 seconds (8.3M/s) |
151 | 2024-11-27T19:33:28.975Z | Actions: 1/5063 actions (Removing old actions) |
152 | 2024-11-27T19:33:28.993Z | Actions: 194/5063 actions (Installing new actions) |
153 | 2024-11-27T19:33:34.052Z | Actions: 4078/5063 actions (Installing new actions) |
154 | 2024-11-27T19:33:35.207Z | Actions: 4226/5063 actions (Updating modified actions) |
155 | 2024-11-27T19:33:35.624Z | Actions: Completed 5063 actions in 6.65 seconds. |
156 | 2024-11-27T19:33:36.026Z | Done (0.394s) |
157 | 2024-11-27T19:33:36.029Z | Done (0.000s) |
158 | 2024-11-27T19:33:36.563Z | Done (0.535s) |
159 | 2024-11-27T19:33:43.010Z | Done (6.223s) |
160 | 2024-11-27T19:33:43.385Z | Done (0.306s) |
161 | 2024-11-27T19:33:43.388Z | Done (0.000s) |
162 | 2024-11-27T19:33:43.543Z | Done (0.000s) |
163 | 2024-11-27T19:33:44.278Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-11-27T19:33:44.448Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-11-27T19:33:44.451Z | Planning: Consolidating action changes ... Done |
166 | 2024-11-27T19:33:44.733Z | Planning: Evaluating mediators ... Done |
167 | 2024-11-27T19:33:44.736Z | Planning: Planning completed in 0.46 seconds |
168 | 2024-11-27T19:33:44.773Z | Mediators to change: 2 |
169 | 2024-11-27T19:33:44.773Z | Create boot environment: No |
170 | 2024-11-27T19:33:44.774Z | Create backup boot environment: No |
171 | 2024-11-27T19:33:44.852Z | Done |
172 | 2024-11-27T19:33:44.852Z | Done |
173 | 2024-11-27T19:33:45.224Z | Done |
174 | 2024-11-27T19:33:49.213Z | Done |
175 | 2024-11-27T19:33:49.312Z | Done |
176 | 2024-11-27T19:33:49.316Z | Done |
177 | 2024-11-27T19:33:49.438Z | Done |
178 | 2024-11-27T19:33:50.088Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-11-27T19:33:50.091Z | Planning: Merging actions ... Done |
180 | 2024-11-27T19:33:50.290Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-11-27T19:33:50.292Z | Planning: Consolidating action changes ... Done |
182 | 2024-11-27T19:33:50.565Z | Planning: Evaluating mediators ... Done |
183 | 2024-11-27T19:33:50.626Z | Planning: Planning completed in 0.80 seconds |
184 | 2024-11-27T19:33:50.669Z | Packages to change: 1 |
185 | 2024-11-27T19:33:50.669Z | Mediators to change: 1 |
186 | 2024-11-27T19:33:50.672Z | Services to change: 1 |
187 | 2024-11-27T19:33:50.672Z | Create boot environment: No |
188 | 2024-11-27T19:33:50.672Z | Create backup boot environment: Yes |
189 | 2024-11-27T19:33:52.802Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2024-11-27T19:33:52.902Z | Actions: Completed 6 actions in 0.10 seconds. |
191 | 2024-11-27T19:33:52.905Z | Done |
192 | 2024-11-27T19:33:52.905Z | Done |
193 | 2024-11-27T19:33:53.017Z | Done |
194 | 2024-11-27T19:33:57.028Z | Done |
195 | 2024-11-27T19:33:57.136Z | Done |
196 | 2024-11-27T19:33:57.139Z | Done |
197 | 2024-11-27T19:33:57.297Z | Done |
198 | 2024-11-27T19:33:57.768Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2024-11-27T19:33:57.768Z | clang system 15 system |
200 | 2024-11-27T19:33:57.768Z | csh system system illumos |
201 | 2024-11-27T19:33:57.768Z | ctags system system illumos |
202 | 2024-11-27T19:33:57.768Z | gcc vendor 12 vendor |
203 | 2024-11-27T19:33:57.769Z | gcc system 10 system |
204 | 2024-11-27T19:33:57.769Z | gcc system 7 system |
205 | 2024-11-27T19:33:57.769Z | go system 1.20 system |
206 | 2024-11-27T19:33:57.769Z | go system 1.19 system |
207 | 2024-11-27T19:33:57.769Z | llvm system 15 system |
208 | 2024-11-27T19:33:57.769Z | llvm system 14 system |
209 | 2024-11-27T19:33:57.769Z | mariadb system 10.6 system |
210 | 2024-11-27T19:33:57.769Z | mta vendor vendor dma |
211 | 2024-11-27T19:33:57.769Z | openjdk system 17 system |
212 | 2024-11-27T19:33:57.770Z | openjdk system 11 system |
213 | 2024-11-27T19:33:57.770Z | openjdk system 1.8 system |
214 | 2024-11-27T19:33:57.770Z | openssl vendor 3 vendor |
215 | 2024-11-27T19:33:57.770Z | perl system 5.36 system |
216 | 2024-11-27T19:33:57.770Z | postgresql system 15 system |
217 | 2024-11-27T19:33:57.770Z | postgresql system 13 system |
218 | 2024-11-27T19:33:57.770Z | python vendor 3 vendor |
219 | 2024-11-27T19:33:57.770Z | python system 2 system |
220 | 2024-11-27T19:33:57.770Z | python3 system 3.11 system |
221 | 2024-11-27T19:33:57.770Z | ruby system 3.0 system |
222 | 2024-11-27T19:33:57.770Z | words vendor vendor american-english |
223 | 2024-11-27T19:33:57.770Z | words system system australian-english |
224 | 2024-11-27T19:33:57.770Z | words system system british-english |
225 | 2024-11-27T19:33:57.770Z | words system system canadian-english |
226 | 2024-11-27T19:33:57.770Z | words system system french |
227 | 2024-11-27T19:33:57.770Z | words system system italian |
228 | 2024-11-27T19:33:57.770Z | words system system ngerman |
229 | 2024-11-27T19:33:57.770Z | words system system ogerman |
230 | 2024-11-27T19:33:57.770Z | words system system spanish |
231 | 2024-11-27T19:33:58.125Z | PUBLISHER TYPE STATUS P LOCATION |
232 | 2024-11-27T19:33:58.125Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
233 | 2024-11-27T19:34:00.814Z | FMRI IFO |
234 | 2024-11-27T19:34:00.814Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2024-11-27T19:34:00.814Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2024-11-27T19:34:00.814Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2024-11-27T19:34:00.814Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
238 | 2024-11-27T19:34:00.814Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
239 | 2024-11-27T19:34:00.814Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2024-11-27T19:34:00.814Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
241 | 2024-11-27T19:34:00.814Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
242 | 2024-11-27T19:34:00.815Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
243 | 2024-11-27T19:34:00.816Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
244 | 2024-11-27T19:34:00.816Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
245 | 2024-11-27T19:34:00.816Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
246 | 2024-11-27T19:34:00.816Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
247 | 2024-11-27T19:34:00.816Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
248 | 2024-11-27T19:34:00.816Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
249 | 2024-11-27T19:34:01.596Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
250 | 2024-11-27T19:34:01.900Z | Updating crates.io index |
251 | 2024-11-27T19:34:01.952Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
252 | 2024-11-27T19:34:02.495Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
253 | 2024-11-27T19:34:02.756Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
254 | 2024-11-27T19:34:03.055Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
255 | 2024-11-27T19:34:03.346Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
256 | 2024-11-27T19:34:04.244Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
257 | 2024-11-27T19:34:06.534Z | Updating git repository `https://github.com/oxidecomputer/opte` |
258 | 2024-11-27T19:34:07.618Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
259 | 2024-11-27T19:34:08.322Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
260 | 2024-11-27T19:34:08.613Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
261 | 2024-11-27T19:34:08.982Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
262 | 2024-11-27T19:34:09.595Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
263 | 2024-11-27T19:34:09.868Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
264 | 2024-11-27T19:34:10.199Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
265 | 2024-11-27T19:34:10.472Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
266 | 2024-11-27T19:34:10.754Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
267 | 2024-11-27T19:34:11.019Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
268 | 2024-11-27T19:34:11.275Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
269 | 2024-11-27T19:34:11.555Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
270 | 2024-11-27T19:34:11.909Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
271 | 2024-11-27T19:34:12.206Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
272 | 2024-11-27T19:34:12.649Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
273 | 2024-11-27T19:34:13.159Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
274 | 2024-11-27T19:34:13.822Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
275 | 2024-11-27T19:34:14.228Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
276 | 2024-11-27T19:34:14.573Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
277 | 2024-11-27T19:34:14.900Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
278 | 2024-11-27T19:34:15.177Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
279 | 2024-11-27T19:34:15.451Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
280 | 2024-11-27T19:34:16.761Z | Downloading crates ... |
281 | 2024-11-27T19:34:16.817Z | Downloaded block-buffer v0.10.4 |
282 | 2024-11-27T19:34:16.835Z | Downloaded cfg-if v1.0.0 |
283 | 2024-11-27T19:34:16.837Z | Downloaded usdt-impl v0.5.0 |
284 | 2024-11-27T19:34:16.841Z | Downloaded hashbrown v0.15.0 |
285 | 2024-11-27T19:34:16.844Z | Downloaded anstream v0.6.15 |
286 | 2024-11-27T19:34:16.847Z | Downloaded autocfg v1.4.0 |
287 | 2024-11-27T19:34:16.847Z | Downloaded anstyle-query v1.1.1 |
288 | 2024-11-27T19:34:16.850Z | Downloaded byteorder v1.5.0 |
289 | 2024-11-27T19:34:16.853Z | Downloaded anstyle-parse v0.2.5 |
290 | 2024-11-27T19:34:16.855Z | Downloaded anstyle v1.0.10 |
291 | 2024-11-27T19:34:16.858Z | Downloaded camino v1.1.9 |
292 | 2024-11-27T19:34:16.862Z | Downloaded anyhow v1.0.93 |
293 | 2024-11-27T19:34:16.865Z | Downloaded camino-tempfile v1.1.1 |
294 | 2024-11-27T19:34:16.867Z | Downloaded bitflags v2.6.0 |
295 | 2024-11-27T19:34:16.870Z | Downloaded bytecount v0.6.8 |
296 | 2024-11-27T19:34:16.877Z | Downloaded cargo-platform v0.1.8 |
297 | 2024-11-27T19:34:16.879Z | Downloaded clap_derive v4.5.18 |
298 | 2024-11-27T19:34:16.879Z | Downloaded colorchoice v1.0.2 |
299 | 2024-11-27T19:34:16.886Z | Downloaded cargo_toml v0.20.5 |
300 | 2024-11-27T19:34:16.888Z | Downloaded heck v0.4.1 |
301 | 2024-11-27T19:34:16.891Z | Downloaded cargo_metadata v0.18.1 |
302 | 2024-11-27T19:34:16.899Z | Downloaded heck v0.5.0 |
303 | 2024-11-27T19:34:16.903Z | Downloaded errno v0.3.9 |
304 | 2024-11-27T19:34:16.903Z | Downloaded clap_lex v0.7.2 |
305 | 2024-11-27T19:34:16.903Z | Downloaded clap_builder v4.5.21 |
306 | 2024-11-27T19:34:16.907Z | Downloaded fnv v1.0.7 |
307 | 2024-11-27T19:34:16.910Z | Downloaded cpufeatures v0.2.14 |
308 | 2024-11-27T19:34:16.910Z | Downloaded equivalent v1.0.1 |
309 | 2024-11-27T19:34:16.913Z | Downloaded digest v0.10.7 |
310 | 2024-11-27T19:34:16.913Z | Downloaded clap v4.5.21 |
311 | 2024-11-27T19:34:16.929Z | Downloaded scroll_derive v0.12.0 |
312 | 2024-11-27T19:34:16.940Z | Downloaded is_terminal_polyfill v1.70.1 |
313 | 2024-11-27T19:34:16.942Z | Downloaded generic-array v0.14.7 |
314 | 2024-11-27T19:34:16.945Z | Downloaded dtrace-parser v0.2.0 |
315 | 2024-11-27T19:34:16.945Z | Downloaded crypto-common v0.1.6 |
316 | 2024-11-27T19:34:16.949Z | Downloaded proc-macro-error-attr v1.0.4 |
317 | 2024-11-27T19:34:16.951Z | Downloaded memmap v0.7.0 |
318 | 2024-11-27T19:34:16.954Z | Downloaded itoa v1.0.11 |
319 | 2024-11-27T19:34:16.954Z | Downloaded dof v0.3.0 |
320 | 2024-11-27T19:34:16.954Z | Downloaded pest_generator v2.7.14 |
321 | 2024-11-27T19:34:16.960Z | Downloaded swrite v0.1.0 |
322 | 2024-11-27T19:34:16.969Z | Downloaded pretty-hex v0.4.1 |
323 | 2024-11-27T19:34:16.972Z | Downloaded usdt-macro v0.5.0 |
324 | 2024-11-27T19:34:16.972Z | Downloaded fs-err v2.11.0 |
325 | 2024-11-27T19:34:16.975Z | Downloaded usdt-attr-macro v0.5.0 |
326 | 2024-11-27T19:34:17.982Z | Downloaded macaddr v1.0.1 |
327 | 2024-11-27T19:34:17.986Z | Downloaded thiserror-impl v1.0.69 |
328 | 2024-11-27T19:34:17.986Z | Downloaded fastrand v2.1.1 |
329 | 2024-11-27T19:34:17.986Z | Downloaded once_cell v1.20.2 |
330 | 2024-11-27T19:34:17.986Z | Downloaded thread-id v4.2.2 |
331 | 2024-11-27T19:34:17.986Z | Downloaded pest_derive v2.7.14 |
332 | 2024-11-27T19:34:17.986Z | Downloaded smawk v0.3.2 |
333 | 2024-11-27T19:34:17.986Z | Downloaded scroll v0.12.0 |
334 | 2024-11-27T19:34:17.986Z | Downloaded plain v0.2.3 |
335 | 2024-11-27T19:34:17.986Z | Downloaded thiserror v1.0.69 |
336 | 2024-11-27T19:34:17.986Z | Downloaded toml_datetime v0.6.8 |
337 | 2024-11-27T19:34:17.987Z | Downloaded tabled_derive v0.7.0 |
338 | 2024-11-27T19:34:17.987Z | Downloaded strsim v0.11.1 |
339 | 2024-11-27T19:34:17.987Z | Downloaded version_check v0.9.5 |
340 | 2024-11-27T19:34:17.987Z | Downloaded serde_tokenstream v0.2.2 |
341 | 2024-11-27T19:34:17.987Z | Downloaded quote v1.0.37 |
342 | 2024-11-27T19:34:17.987Z | Downloaded utf8parse v0.2.2 |
343 | 2024-11-27T19:34:17.987Z | Downloaded usdt v0.5.0 |
344 | 2024-11-27T19:34:17.987Z | Downloaded proc-macro-error v1.0.4 |
345 | 2024-11-27T19:34:17.987Z | Downloaded serde_spanned v0.6.8 |
346 | 2024-11-27T19:34:17.987Z | Downloaded sha2 v0.10.8 |
347 | 2024-11-27T19:34:17.987Z | Downloaded semver v1.0.23 |
348 | 2024-11-27T19:34:17.987Z | Downloaded log v0.4.22 |
349 | 2024-11-27T19:34:17.987Z | Downloaded terminal_size v0.4.0 |
350 | 2024-11-27T19:34:17.987Z | Downloaded unicode-linebreak v0.1.5 |
351 | 2024-11-27T19:34:17.987Z | Downloaded tempfile v3.13.0 |
352 | 2024-11-27T19:34:17.987Z | Downloaded indexmap v2.6.0 |
353 | 2024-11-27T19:34:17.987Z | Downloaded zerocopy-derive v0.7.35 |
354 | 2024-11-27T19:34:17.987Z | Downloaded typenum v1.17.0 |
355 | 2024-11-27T19:34:17.987Z | Downloaded pest_meta v2.7.14 |
356 | 2024-11-27T19:34:17.987Z | Downloaded toml v0.8.19 |
357 | 2024-11-27T19:34:17.987Z | Downloaded unicode-ident v1.0.13 |
358 | 2024-11-27T19:34:17.987Z | Downloaded ucd-trie v0.1.7 |
359 | 2024-11-27T19:34:17.987Z | Downloaded papergrid v0.11.0 |
360 | 2024-11-27T19:34:17.987Z | Downloaded textwrap v0.16.1 |
361 | 2024-11-27T19:34:17.987Z | Downloaded serde_derive v1.0.215 |
362 | 2024-11-27T19:34:17.987Z | Downloaded serde v1.0.215 |
363 | 2024-11-27T19:34:17.987Z | Downloaded ryu v1.0.18 |
364 | 2024-11-27T19:34:17.987Z | Downloaded proc-macro2 v1.0.89 |
365 | 2024-11-27T19:34:17.987Z | Downloaded memchr v2.7.4 |
366 | 2024-11-27T19:34:17.987Z | Downloaded goblin v0.8.2 |
367 | 2024-11-27T19:34:17.987Z | Downloaded toml_edit v0.22.22 |
368 | 2024-11-27T19:34:17.987Z | Downloaded pest v2.7.14 |
369 | 2024-11-27T19:34:17.987Z | Downloaded serde_json v1.0.132 |
370 | 2024-11-27T19:34:17.987Z | Downloaded zerocopy v0.7.35 |
371 | 2024-11-27T19:34:17.987Z | Downloaded winnow v0.6.20 |
372 | 2024-11-27T19:34:17.987Z | Downloaded tabled v0.15.0 |
373 | 2024-11-27T19:34:17.987Z | Downloaded syn v1.0.109 |
374 | 2024-11-27T19:34:17.987Z | Downloaded syn v2.0.87 |
375 | 2024-11-27T19:34:17.988Z | Downloaded unicode-width v0.1.14 |
376 | 2024-11-27T19:34:17.988Z | Downloaded rustix v0.38.37 |
377 | 2024-11-27T19:34:17.988Z | Downloaded libc v0.2.162 |
378 | 2024-11-27T19:34:17.988Z | Compiling proc-macro2 v1.0.89 |
379 | 2024-11-27T19:34:17.988Z | Compiling unicode-ident v1.0.13 |
380 | 2024-11-27T19:34:17.988Z | Compiling version_check v0.9.5 |
381 | 2024-11-27T19:34:17.988Z | Compiling serde v1.0.215 |
382 | 2024-11-27T19:34:17.988Z | Compiling memchr v2.7.4 |
383 | 2024-11-27T19:34:17.988Z | Compiling thiserror v1.0.69 |
384 | 2024-11-27T19:34:17.988Z | Compiling libc v0.2.162 |
385 | 2024-11-27T19:34:17.988Z | Compiling ryu v1.0.18 |
386 | 2024-11-27T19:34:17.988Z | Compiling itoa v1.0.11 |
387 | 2024-11-27T19:34:18.127Z | Compiling ucd-trie v0.1.7 |
388 | 2024-11-27T19:34:18.496Z | Compiling once_cell v1.20.2 |
389 | 2024-11-27T19:34:18.652Z | Compiling byteorder v1.5.0 |
390 | 2024-11-27T19:34:18.811Z | Compiling rustix v0.38.37 |
391 | 2024-11-27T19:34:19.160Z | Compiling serde_json v1.0.132 |
392 | 2024-11-27T19:34:19.187Z | Compiling bitflags v2.6.0 |
393 | 2024-11-27T19:34:19.419Z | Compiling proc-macro-error-attr v1.0.4 |
394 | 2024-11-27T19:34:19.503Z | Compiling usdt-impl v0.5.0 |
395 | 2024-11-27T19:34:19.589Z | Compiling syn v1.0.109 |
396 | 2024-11-27T19:34:19.616Z | Compiling proc-macro-error v1.0.4 |
397 | 2024-11-27T19:34:19.655Z | Compiling log v0.4.22 |
398 | 2024-11-27T19:34:19.754Z | Compiling hashbrown v0.15.0 |
399 | 2024-11-27T19:34:19.898Z | Compiling plain v0.2.3 |
400 | 2024-11-27T19:34:19.977Z | Compiling equivalent v1.0.1 |
401 | 2024-11-27T19:34:20.046Z | Compiling camino v1.1.9 |
402 | 2024-11-27T19:34:20.075Z | Compiling utf8parse v0.2.2 |
403 | 2024-11-27T19:34:20.239Z | Compiling anstyle-parse v0.2.5 |
404 | 2024-11-27T19:34:20.266Z | Compiling quote v1.0.37 |
405 | 2024-11-27T19:34:20.594Z | Compiling errno v0.3.9 |
406 | 2024-11-27T19:34:20.619Z | Compiling thread-id v4.2.2 |
407 | 2024-11-27T19:34:20.642Z | Compiling anstyle v1.0.10 |
408 | 2024-11-27T19:34:20.716Z | Compiling syn v2.0.87 |
409 | 2024-11-27T19:34:20.843Z | Compiling colorchoice v1.0.2 |
410 | 2024-11-27T19:34:20.990Z | Compiling indexmap v2.6.0 |
411 | 2024-11-27T19:34:21.015Z | Compiling semver v1.0.23 |
412 | 2024-11-27T19:34:21.015Z | Compiling is_terminal_polyfill v1.70.1 |
413 | 2024-11-27T19:34:21.094Z | Compiling pretty-hex v0.4.1 |
414 | 2024-11-27T19:34:21.176Z | Compiling unicode-width v0.1.14 |
415 | 2024-11-27T19:34:21.306Z | Compiling anstyle-query v1.1.1 |
416 | 2024-11-27T19:34:21.455Z | Compiling winnow v0.6.20 |
417 | 2024-11-27T19:34:21.540Z | Compiling autocfg v1.4.0 |
418 | 2024-11-27T19:34:21.768Z | Compiling anstream v0.6.15 |
419 | 2024-11-27T19:34:22.507Z | Compiling heck v0.5.0 |
420 | 2024-11-27T19:34:22.532Z | Compiling heck v0.4.1 |
421 | 2024-11-27T19:34:22.559Z | Compiling cfg-if v1.0.0 |
422 | 2024-11-27T19:34:22.667Z | Compiling anyhow v1.0.93 |
423 | 2024-11-27T19:34:22.851Z | Compiling fs-err v2.11.0 |
424 | 2024-11-27T19:34:23.061Z | Compiling terminal_size v0.4.0 |
425 | 2024-11-27T19:34:23.089Z | Compiling bytecount v0.6.8 |
426 | 2024-11-27T19:34:23.153Z | Compiling strsim v0.11.1 |
427 | 2024-11-27T19:34:23.267Z | Compiling fnv v1.0.7 |
428 | 2024-11-27T19:34:23.360Z | Compiling fastrand v2.1.1 |
429 | 2024-11-27T19:34:23.411Z | Compiling clap_lex v0.7.2 |
430 | 2024-11-27T19:34:23.767Z | Compiling tempfile v3.13.0 |
431 | 2024-11-27T19:34:23.939Z | Compiling clap_builder v4.5.21 |
432 | 2024-11-27T19:34:23.966Z | Compiling papergrid v0.11.0 |
433 | 2024-11-27T19:34:24.614Z | Compiling memmap v0.7.0 |
434 | 2024-11-27T19:34:24.644Z | Compiling smawk v0.3.2 |
435 | 2024-11-27T19:34:24.672Z | Compiling unicode-linebreak v0.1.5 |
436 | 2024-11-27T19:34:25.186Z | Compiling textwrap v0.16.1 |
437 | 2024-11-27T19:34:25.448Z | Compiling swrite v0.1.0 |
438 | 2024-11-27T19:34:26.688Z | Compiling tabled_derive v0.7.0 |
439 | 2024-11-27T19:34:28.204Z | Compiling tabled v0.15.0 |
440 | 2024-11-27T19:34:30.103Z | Compiling serde_derive v1.0.215 |
441 | 2024-11-27T19:34:30.106Z | Compiling thiserror-impl v1.0.69 |
442 | 2024-11-27T19:34:30.106Z | Compiling zerocopy-derive v0.7.35 |
443 | 2024-11-27T19:34:30.106Z | Compiling scroll_derive v0.12.0 |
444 | 2024-11-27T19:34:30.106Z | Compiling clap_derive v4.5.18 |
445 | 2024-11-27T19:34:31.524Z | Compiling scroll v0.12.0 |
446 | 2024-11-27T19:34:31.994Z | Compiling zerocopy v0.7.35 |
447 | 2024-11-27T19:34:32.084Z | Compiling goblin v0.8.2 |
448 | 2024-11-27T19:34:32.730Z | Compiling pest v2.7.14 |
449 | 2024-11-27T19:34:34.418Z | Compiling clap v4.5.21 |
450 | 2024-11-27T19:34:34.998Z | Compiling pest_meta v2.7.14 |
451 | 2024-11-27T19:34:35.855Z | Compiling pest_generator v2.7.14 |
452 | 2024-11-27T19:34:37.615Z | Compiling pest_derive v2.7.14 |
453 | 2024-11-27T19:34:38.341Z | Compiling dtrace-parser v0.2.0 |
454 | 2024-11-27T19:34:40.515Z | Compiling serde_tokenstream v0.2.2 |
455 | 2024-11-27T19:34:40.555Z | Compiling serde_spanned v0.6.8 |
456 | 2024-11-27T19:34:40.558Z | Compiling toml_datetime v0.6.8 |
457 | 2024-11-27T19:34:40.905Z | Compiling cargo-platform v0.1.8 |
458 | 2024-11-27T19:34:40.969Z | Compiling toml_edit v0.22.22 |
459 | 2024-11-27T19:34:41.145Z | Compiling macaddr v1.0.1 |
460 | 2024-11-27T19:34:41.193Z | Compiling camino-tempfile v1.1.1 |
461 | 2024-11-27T19:34:42.099Z | Compiling dof v0.3.0 |
462 | 2024-11-27T19:34:42.121Z | Compiling cargo_metadata v0.18.1 |
463 | 2024-11-27T19:34:43.909Z | Compiling toml v0.8.19 |
464 | 2024-11-27T19:34:43.998Z | Compiling usdt-attr-macro v0.5.0 |
465 | 2024-11-27T19:34:44.001Z | Compiling usdt-macro v0.5.0 |
466 | 2024-11-27T19:34:44.791Z | Compiling cargo_toml v0.20.5 |
467 | 2024-11-27T19:34:45.416Z | Compiling usdt v0.5.0 |
468 | 2024-11-27T19:34:48.561Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
469 | 2024-11-27T19:34:52.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.55s |
470 | 2024-11-27T19:34:53.193Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
471 | 2024-11-27T19:34:53.790Z | Downloading crates ... |
472 | 2024-11-27T19:34:53.996Z | Downloaded darling v0.20.10 |
473 | 2024-11-27T19:34:54.006Z | Downloaded headers-core v0.3.0 |
474 | 2024-11-27T19:34:54.022Z | Downloaded heapless v0.7.17 |
475 | 2024-11-27T19:34:54.028Z | Downloaded hickory-client v0.24.1 |
476 | 2024-11-27T19:34:54.031Z | Downloaded hex-literal v0.4.1 |
477 | 2024-11-27T19:34:54.033Z | Downloaded hex v0.4.3 |
478 | 2024-11-27T19:34:54.039Z | Downloaded hmac v0.12.1 |
479 | 2024-11-27T19:34:54.042Z | Downloaded hkdf v0.12.4 |
480 | 2024-11-27T19:34:54.045Z | Downloaded hostname v0.3.1 |
481 | 2024-11-27T19:34:54.047Z | Downloaded heck v0.3.3 |
482 | 2024-11-27T19:34:54.055Z | Downloaded http-body v1.0.1 |
483 | 2024-11-27T19:34:54.059Z | Downloaded home v0.5.9 |
484 | 2024-11-27T19:34:54.061Z | Downloaded hickory-resolver v0.24.1 |
485 | 2024-11-27T19:34:54.066Z | Downloaded http v1.1.0 |
486 | 2024-11-27T19:34:54.071Z | Downloaded hostname v0.4.0 |
487 | 2024-11-27T19:34:54.074Z | Downloaded hickory-server v0.24.1 |
488 | 2024-11-27T19:34:54.081Z | Downloaded heapless v0.8.0 |
489 | 2024-11-27T19:34:54.087Z | Downloaded highway v1.2.0 |
490 | 2024-11-27T19:34:54.090Z | Downloaded atty v0.2.14 |
491 | 2024-11-27T19:34:54.093Z | Downloaded cobs v0.2.3 |
492 | 2024-11-27T19:34:54.095Z | Downloaded ident_case v1.0.1 |
493 | 2024-11-27T19:34:54.098Z | Downloaded icu_provider_macros v1.5.0 |
494 | 2024-11-27T19:34:54.098Z | Downloaded hubpack_derive v0.1.1 |
495 | 2024-11-27T19:34:54.101Z | Downloaded http-range v0.1.5 |
496 | 2024-11-27T19:34:54.101Z | Downloaded ciborium-io v0.2.2 |
497 | 2024-11-27T19:34:54.105Z | Downloaded cfg_aliases v0.2.1 |
498 | 2024-11-27T19:34:54.105Z | Downloaded instant v0.1.13 |
499 | 2024-11-27T19:34:54.108Z | Downloaded cfg_aliases v0.1.1 |
500 | 2024-11-27T19:34:54.108Z | Downloaded async-stream-impl v0.3.6 |
501 | 2024-11-27T19:34:54.108Z | Downloaded adler2 v2.0.0 |
502 | 2024-11-27T19:34:54.111Z | Downloaded chrono-tz-build v0.4.0 |
503 | 2024-11-27T19:34:54.114Z | Downloaded chacha20 v0.9.1 |
504 | 2024-11-27T19:34:54.117Z | Downloaded curve25519-dalek-derive v0.1.1 |
505 | 2024-11-27T19:34:54.117Z | Downloaded cassowary v0.3.0 |
506 | 2024-11-27T19:34:54.120Z | Downloaded hubpack v0.1.2 |
507 | 2024-11-27T19:34:54.123Z | Downloaded hyper-tls v0.6.0 |
508 | 2024-11-27T19:34:54.126Z | Downloaded atomicwrites v0.4.4 |
509 | 2024-11-27T19:34:54.126Z | Downloaded httpdate v1.0.3 |
510 | 2024-11-27T19:34:54.129Z | Downloaded buf-list v1.0.3 |
511 | 2024-11-27T19:34:54.131Z | Downloaded indent_write v2.2.0 |
512 | 2024-11-27T19:34:54.134Z | Downloaded ciborium-ll v0.2.2 |
513 | 2024-11-27T19:34:54.134Z | Downloaded md5 v0.7.0 |
514 | 2024-11-27T19:34:54.136Z | Downloaded bit-set v0.5.3 |
515 | 2024-11-27T19:34:54.139Z | Downloaded convert_case v0.4.0 |
516 | 2024-11-27T19:34:54.140Z | Downloaded cexpr v0.6.0 |
517 | 2024-11-27T19:34:54.143Z | Downloaded crucible-workspace-hack v0.1.0 |
518 | 2024-11-27T19:34:54.143Z | Downloaded bitfield-struct v0.6.2 |
519 | 2024-11-27T19:34:54.146Z | Downloaded base16ct v0.2.0 |
520 | 2024-11-27T19:34:54.146Z | Downloaded crossbeam-deque v0.8.5 |
521 | 2024-11-27T19:34:54.149Z | Downloaded ascii-canvas v3.0.0 |
522 | 2024-11-27T19:34:54.151Z | Downloaded matches v0.1.10 |
523 | 2024-11-27T19:34:54.151Z | Downloaded maybe-uninit v2.0.0 |
524 | 2024-11-27T19:34:54.154Z | Downloaded idna_adapter v1.2.0 |
525 | 2024-11-27T19:34:54.154Z | Downloaded crunchy v0.2.2 |
526 | 2024-11-27T19:34:54.157Z | Downloaded match_cfg v0.1.0 |
527 | 2024-11-27T19:34:54.157Z | Downloaded lockfree-object-pool v0.1.6 |
528 | 2024-11-27T19:34:54.160Z | Downloaded internet-checksum v0.2.1 |
529 | 2024-11-27T19:34:54.163Z | Downloaded http-body-util v0.1.2 |
530 | 2024-11-27T19:34:54.166Z | Downloaded is_ci v1.2.0 |
531 | 2024-11-27T19:34:54.166Z | Downloaded cstr-argument v0.1.2 |
532 | 2024-11-27T19:34:54.169Z | Downloaded castaway v0.2.3 |
533 | 2024-11-27T19:34:54.169Z | Downloaded lazy_static v1.5.0 |
534 | 2024-11-27T19:34:54.173Z | Downloaded ctr v0.9.2 |
535 | 2024-11-27T19:34:54.186Z | Downloaded kstat-rs v0.2.4 |
536 | 2024-11-27T19:34:54.186Z | Downloaded async-bb8-diesel v0.2.1 |
537 | 2024-11-27T19:34:54.186Z | Downloaded httparse v1.9.5 |
538 | 2024-11-27T19:34:54.186Z | Downloaded keccak v0.1.5 |
539 | 2024-11-27T19:34:54.186Z | Downloaded bit-vec v0.6.3 |
540 | 2024-11-27T19:34:54.191Z | Downloaded rpassword v7.3.1 |
541 | 2024-11-27T19:34:54.191Z | Downloaded ciborium v0.2.2 |
542 | 2024-11-27T19:34:54.193Z | Downloaded serde-big-array v0.5.1 |
543 | 2024-11-27T19:34:54.196Z | Downloaded lru v0.12.5 |
544 | 2024-11-27T19:34:54.199Z | Downloaded linked-hash-map v0.5.6 |
545 | 2024-11-27T19:34:54.199Z | Downloaded lalrpop-util v0.19.12 |
546 | 2024-11-27T19:34:54.202Z | Downloaded rfc6979 v0.4.0 |
547 | 2024-11-27T19:34:54.202Z | Downloaded md-5 v0.10.6 |
548 | 2024-11-27T19:34:54.204Z | Downloaded lru-cache v0.1.2 |
549 | 2024-11-27T19:34:54.207Z | Downloaded linear-map v1.2.0 |
550 | 2024-11-27T19:34:54.210Z | Downloaded constant_time_eq v0.3.1 |
551 | 2024-11-27T19:34:54.210Z | Downloaded colored v2.1.0 |
552 | 2024-11-27T19:34:54.213Z | Downloaded tower-service v0.3.3 |
553 | 2024-11-27T19:34:54.216Z | Downloaded strum v0.26.3 |
554 | 2024-11-27T19:34:54.216Z | Downloaded sync_wrapper v1.0.1 |
555 | 2024-11-27T19:34:54.219Z | Downloaded memoffset v0.9.1 |
556 | 2024-11-27T19:34:54.219Z | Downloaded litemap v0.7.3 |
557 | 2024-11-27T19:34:54.223Z | Downloaded toolchain_find v0.4.0 |
558 | 2024-11-27T19:34:54.226Z | Downloaded icu_locid_transform v1.5.0 |
559 | 2024-11-27T19:34:54.229Z | Downloaded crc-catalog v2.4.0 |
560 | 2024-11-27T19:34:54.232Z | Downloaded jobserver v0.1.32 |
561 | 2024-11-27T19:34:54.234Z | Downloaded lazycell v1.3.0 |
562 | 2024-11-27T19:34:54.234Z | Downloaded rustversion v1.0.17 |
563 | 2024-11-27T19:34:54.238Z | Downloaded hyper-rustls v0.27.3 |
564 | 2024-11-27T19:34:54.241Z | Downloaded r2d2 v0.8.10 |
565 | 2024-11-27T19:34:54.244Z | Downloaded ipnet v2.10.1 |
566 | 2024-11-27T19:34:54.246Z | Downloaded bb8 v0.8.5 |
567 | 2024-11-27T19:34:54.249Z | Downloaded yoke-derive v0.7.4 |
568 | 2024-11-27T19:34:54.251Z | Downloaded derive_builder_macro v0.20.2 |
569 | 2024-11-27T19:34:54.251Z | Downloaded utf8_iter v1.0.4 |
570 | 2024-11-27T19:34:54.254Z | Downloaded rusty-fork v0.3.0 |
571 | 2024-11-27T19:34:54.254Z | Downloaded async-recursion v1.1.1 |
572 | 2024-11-27T19:34:54.258Z | Downloaded mime_guess v2.0.5 |
573 | 2024-11-27T19:34:54.260Z | Downloaded addr2line v0.24.2 |
574 | 2024-11-27T19:34:54.276Z | Downloaded slog-stdlog v4.1.1 |
575 | 2024-11-27T19:34:54.279Z | Downloaded structmeta-derive v0.3.0 |
576 | 2024-11-27T19:34:54.281Z | Downloaded termcolor v1.4.1 |
577 | 2024-11-27T19:34:54.281Z | Downloaded static_assertions v1.1.0 |
578 | 2024-11-27T19:34:54.284Z | Downloaded smallvec v0.6.14 |
579 | 2024-11-27T19:34:54.287Z | Downloaded tls_codec v0.4.1 |
580 | 2024-11-27T19:34:54.289Z | Downloaded opaque-debug v0.3.1 |
581 | 2024-11-27T19:34:54.289Z | Downloaded float-ord v0.3.2 |
582 | 2024-11-27T19:34:54.292Z | Downloaded topological-sort v0.2.2 |
583 | 2024-11-27T19:34:54.292Z | Downloaded thread_local v1.1.8 |
584 | 2024-11-27T19:34:54.295Z | Downloaded indexmap v1.9.3 |
585 | 2024-11-27T19:34:54.299Z | Downloaded crc32fast v1.4.2 |
586 | 2024-11-27T19:34:54.301Z | Downloaded async-trait v0.1.83 |
587 | 2024-11-27T19:34:54.305Z | Downloaded hyper-util v0.1.10 |
588 | 2024-11-27T19:34:54.310Z | Downloaded icu_provider v1.5.0 |
589 | 2024-11-27T19:34:54.314Z | Downloaded universal-hash v0.5.1 |
590 | 2024-11-27T19:34:54.317Z | Downloaded rustls-pemfile v1.0.4 |
591 | 2024-11-27T19:34:54.319Z | Downloaded icu_locid_transform_data v1.5.0 |
592 | 2024-11-27T19:34:54.323Z | Downloaded display-error-chain v0.2.2 |
593 | 2024-11-27T19:34:54.323Z | Downloaded const-oid v0.9.6 |
594 | 2024-11-27T19:34:54.326Z | Downloaded dirs-sys-next v0.1.2 |
595 | 2024-11-27T19:34:54.326Z | Downloaded blake2 v0.10.6 |
596 | 2024-11-27T19:34:54.329Z | Downloaded progenitor-client v0.8.0 |
597 | 2024-11-27T19:34:54.332Z | Downloaded base64ct v1.6.0 |
598 | 2024-11-27T19:34:54.335Z | Downloaded enum-as-inner v0.6.1 |
599 | 2024-11-27T19:34:54.337Z | Downloaded embedded-io v0.6.1 |
600 | 2024-11-27T19:34:54.340Z | Downloaded futures-macro v0.3.31 |
601 | 2024-11-27T19:34:54.343Z | Downloaded num-iter v0.1.45 |
602 | 2024-11-27T19:34:54.343Z | Downloaded slog-term v2.9.1 |
603 | 2024-11-27T19:34:54.346Z | Downloaded console v0.15.8 |
604 | 2024-11-27T19:34:54.349Z | Downloaded tls_codec_derive v0.4.1 |
605 | 2024-11-27T19:34:54.352Z | Downloaded backoff v0.4.0 |
606 | 2024-11-27T19:34:54.355Z | Downloaded indicatif v0.17.9 |
607 | 2024-11-27T19:34:54.360Z | Downloaded pbkdf2 v0.12.2 |
608 | 2024-11-27T19:34:54.363Z | Downloaded packed_struct_codegen v0.10.1 |
609 | 2024-11-27T19:34:54.366Z | Downloaded tinyvec_macros v0.1.1 |
610 | 2024-11-27T19:34:54.368Z | Downloaded russh-keys v0.45.0 |
611 | 2024-11-27T19:34:54.371Z | Downloaded allocator-api2 v0.2.18 |
612 | 2024-11-27T19:34:54.374Z | Downloaded phf_codegen v0.11.2 |
613 | 2024-11-27T19:34:54.377Z | Downloaded uzers v0.12.1 |
614 | 2024-11-27T19:34:54.380Z | Downloaded phf v0.11.2 |
615 | 2024-11-27T19:34:54.382Z | Downloaded peg v0.8.4 |
616 | 2024-11-27T19:34:54.385Z | Downloaded ref-cast v1.0.23 |
617 | 2024-11-27T19:34:54.388Z | Downloaded derive_builder_core v0.20.2 |
618 | 2024-11-27T19:34:54.391Z | Downloaded base64 v0.21.7 |
619 | 2024-11-27T19:34:54.396Z | Downloaded endian-type v0.1.2 |
620 | 2024-11-27T19:34:54.399Z | Downloaded progenitor v0.8.0 |
621 | 2024-11-27T19:34:54.399Z | Downloaded zone_cfg_derive v0.1.2 |
622 | 2024-11-27T19:34:54.402Z | Downloaded num-conv v0.1.0 |
623 | 2024-11-27T19:34:54.402Z | Downloaded new_debug_unreachable v1.0.6 |
624 | 2024-11-27T19:34:54.404Z | Downloaded bumpalo v3.16.0 |
625 | 2024-11-27T19:34:54.406Z | Downloaded fxhash v0.2.1 |
626 | 2024-11-27T19:34:54.409Z | Downloaded darling_macro v0.20.10 |
627 | 2024-11-27T19:34:54.412Z | Downloaded smf v0.2.3 |
628 | 2024-11-27T19:34:54.412Z | Downloaded arc-swap v1.7.1 |
629 | 2024-11-27T19:34:54.415Z | Downloaded serde_urlencoded v0.7.1 |
630 | 2024-11-27T19:34:54.418Z | Downloaded peg-runtime v0.8.3 |
631 | 2024-11-27T19:34:54.421Z | Downloaded oso-derive v0.27.3 |
632 | 2024-11-27T19:34:54.421Z | Downloaded hashlink v0.9.1 |
633 | 2024-11-27T19:34:54.423Z | Downloaded stringprep v0.1.5 |
634 | 2024-11-27T19:34:54.426Z | Downloaded spin v0.5.2 |
635 | 2024-11-27T19:34:54.429Z | Downloaded twox-hash v1.6.3 |
636 | 2024-11-27T19:34:54.432Z | Downloaded password-hash v0.4.2 |
637 | 2024-11-27T19:34:54.432Z | Downloaded toml v0.7.8 |
638 | 2024-11-27T19:34:54.436Z | Downloaded untrusted v0.7.1 |
639 | 2024-11-27T19:34:54.438Z | Downloaded russh-cryptovec v0.7.3 |
640 | 2024-11-27T19:34:54.440Z | Downloaded backtrace v0.3.74 |
641 | 2024-11-27T19:34:54.445Z | Downloaded poly1305 v0.8.0 |
642 | 2024-11-27T19:34:54.448Z | Downloaded untrusted v0.9.0 |
643 | 2024-11-27T19:34:54.451Z | Downloaded unicode-truncate v1.1.0 |
644 | 2024-11-27T19:34:54.453Z | Downloaded zopfli v0.8.1 |
645 | 2024-11-27T19:34:54.456Z | Downloaded zerovec-derive v0.10.3 |
646 | 2024-11-27T19:34:54.459Z | Downloaded zeroize v1.8.1 |
647 | 2024-11-27T19:34:54.461Z | Downloaded zerocopy v0.6.6 |
648 | 2024-11-27T19:34:54.464Z | Downloaded time-core v0.1.2 |
649 | 2024-11-27T19:34:54.468Z | Downloaded serde_plain v1.0.2 |
650 | 2024-11-27T19:34:54.468Z | Downloaded form_urlencoded v1.2.1 |
651 | 2024-11-27T19:34:54.472Z | Downloaded zone v0.3.0 |
652 | 2024-11-27T19:34:54.472Z | Downloaded zone v0.1.8 |
653 | 2024-11-27T19:34:54.472Z | Downloaded termtree v0.4.1 |
654 | 2024-11-27T19:34:54.474Z | Downloaded env_filter v0.1.2 |
655 | 2024-11-27T19:34:54.474Z | Downloaded olpc-cjson v0.1.4 |
656 | 2024-11-27T19:34:54.477Z | Downloaded multimap v0.10.0 |
657 | 2024-11-27T19:34:54.477Z | Downloaded gethostname v0.5.0 |
658 | 2024-11-27T19:34:54.479Z | Downloaded enum-as-inner v0.5.1 |
659 | 2024-11-27T19:34:54.482Z | Downloaded base64 v0.22.1 |
660 | 2024-11-27T19:34:54.485Z | Downloaded downcast v0.11.0 |
661 | 2024-11-27T19:34:54.488Z | Downloaded waitgroup v0.1.2 |
662 | 2024-11-27T19:34:54.488Z | Downloaded ghash v0.5.1 |
663 | 2024-11-27T19:34:54.492Z | Downloaded zerofrom v0.1.4 |
664 | 2024-11-27T19:34:54.492Z | Downloaded supports-color v3.0.1 |
665 | 2024-11-27T19:34:54.494Z | Downloaded predicates v3.1.2 |
666 | 2024-11-27T19:34:54.497Z | Downloaded strum_macros v0.24.3 |
667 | 2024-11-27T19:34:54.500Z | Downloaded pem v3.0.4 |
668 | 2024-11-27T19:34:54.503Z | Downloaded crossbeam-channel v0.5.13 |
669 | 2024-11-27T19:34:54.505Z | Downloaded polyval v0.6.2 |
670 | 2024-11-27T19:34:54.508Z | Downloaded mirai-annotations v1.12.0 |
671 | 2024-11-27T19:34:54.511Z | Downloaded rand_chacha v0.3.1 |
672 | 2024-11-27T19:34:54.511Z | Downloaded uuid v1.11.0 |
673 | 2024-11-27T19:34:54.514Z | Downloaded serde_path_to_error v0.1.16 |
674 | 2024-11-27T19:34:54.517Z | Downloaded foreign-types v0.3.2 |
675 | 2024-11-27T19:34:54.519Z | Downloaded parse-size v1.1.0 |
676 | 2024-11-27T19:34:54.519Z | Downloaded rtoolbox v0.0.2 |
677 | 2024-11-27T19:34:54.522Z | Downloaded minimal-lexical v0.2.1 |
678 | 2024-11-27T19:34:54.526Z | Downloaded semver v0.1.20 |
679 | 2024-11-27T19:34:54.528Z | Downloaded tap v1.0.1 |
680 | 2024-11-27T19:34:54.531Z | Downloaded serde_with_macros v3.11.0 |
681 | 2024-11-27T19:34:54.531Z | Downloaded sct v0.7.1 |
682 | 2024-11-27T19:34:54.536Z | Downloaded tiny-keccak v2.0.2 |
683 | 2024-11-27T19:34:54.541Z | Downloaded time-macros v0.2.18 |
684 | 2024-11-27T19:34:54.543Z | Downloaded spin v0.9.8 |
685 | 2024-11-27T19:34:54.546Z | Downloaded multer v3.1.0 |
686 | 2024-11-27T19:34:54.549Z | Downloaded getrandom v0.2.15 |
687 | 2024-11-27T19:34:54.552Z | Downloaded sigpipe v0.1.3 |
688 | 2024-11-27T19:34:54.554Z | Downloaded data-encoding v2.6.0 |
689 | 2024-11-27T19:34:54.558Z | Downloaded zerofrom-derive v0.1.4 |
690 | 2024-11-27T19:34:54.558Z | Downloaded pem-rfc7468 v0.7.0 |
691 | 2024-11-27T19:34:54.560Z | Downloaded password-hash v0.5.0 |
692 | 2024-11-27T19:34:54.563Z | Downloaded take_mut v0.2.2 |
693 | 2024-11-27T19:34:54.563Z | Downloaded tinyvec v1.8.0 |
694 | 2024-11-27T19:34:54.566Z | Downloaded wyz v0.5.1 |
695 | 2024-11-27T19:34:54.569Z | Downloaded unicase v2.7.0 |
696 | 2024-11-27T19:34:54.571Z | Downloaded difflib v0.4.0 |
697 | 2024-11-27T19:34:54.571Z | Downloaded ed25519 v2.2.3 |
698 | 2024-11-27T19:34:54.574Z | Downloaded crypto-bigint v0.5.5 |
699 | 2024-11-27T19:34:54.581Z | Downloaded mockall v0.13.0 |
700 | 2024-11-27T19:34:54.584Z | Downloaded foldhash v0.1.3 |
701 | 2024-11-27T19:34:54.584Z | Downloaded serde_derive_internals v0.29.1 |
702 | 2024-11-27T19:34:54.586Z | Downloaded nodrop v0.1.14 |
703 | 2024-11-27T19:34:54.589Z | Downloaded unarray v0.1.4 |
704 | 2024-11-27T19:34:54.591Z | Downloaded typify-macro v0.2.0 |
705 | 2024-11-27T19:34:54.591Z | Downloaded socket2 v0.5.7 |
706 | 2024-11-27T19:34:54.594Z | Downloaded headers v0.4.0 |
707 | 2024-11-27T19:34:54.599Z | Downloaded quick-error v1.2.3 |
708 | 2024-11-27T19:34:54.603Z | Downloaded psl-types v2.0.11 |
709 | 2024-11-27T19:34:54.603Z | Downloaded powerfmt v0.2.0 |
710 | 2024-11-27T19:34:54.606Z | Downloaded serde_yaml v0.9.34+deprecated |
711 | 2024-11-27T19:34:54.608Z | Downloaded rcgen v0.12.1 |
712 | 2024-11-27T19:34:54.612Z | Downloaded rayon-core v1.12.1 |
713 | 2024-11-27T19:34:54.617Z | Downloaded spki v0.7.3 |
714 | 2024-11-27T19:34:54.620Z | Downloaded scopeguard v1.2.0 |
715 | 2024-11-27T19:34:54.623Z | Downloaded schemars_derive v0.8.21 |
716 | 2024-11-27T19:34:54.625Z | Downloaded walkdir v2.5.0 |
717 | 2024-11-27T19:34:54.628Z | Downloaded signature v2.2.0 |
718 | 2024-11-27T19:34:54.628Z | Downloaded progenitor-macro v0.8.0 |
719 | 2024-11-27T19:34:54.631Z | Downloaded thiserror-impl-no-std v2.0.2 |
720 | 2024-11-27T19:34:54.631Z | Downloaded slog-json v2.6.1 |
721 | 2024-11-27T19:34:54.633Z | Downloaded ecdsa v0.16.9 |
722 | 2024-11-27T19:34:54.636Z | Downloaded yoke v0.7.4 |
723 | 2024-11-27T19:34:54.638Z | Downloaded pkcs8 v0.10.2 |
724 | 2024-11-27T19:34:54.641Z | Downloaded want v0.3.1 |
725 | 2024-11-27T19:34:54.644Z | Downloaded vte_generate_state_changes v0.1.2 |
726 | 2024-11-27T19:34:54.644Z | Downloaded value-bag v1.9.0 |
727 | 2024-11-27T19:34:54.647Z | Downloaded flume v0.11.1 |
728 | 2024-11-27T19:34:54.652Z | Downloaded dirs-next v2.0.0 |
729 | 2024-11-27T19:34:54.655Z | Downloaded diesel_table_macro_syntax v0.2.0 |
730 | 2024-11-27T19:34:54.655Z | Downloaded diesel-dtrace v0.3.0 |
731 | 2024-11-27T19:34:54.657Z | Downloaded libxml v0.3.3 |
732 | 2024-11-27T19:34:54.664Z | Downloaded fragile v2.0.0 |
733 | 2024-11-27T19:34:54.667Z | Downloaded glob v0.3.1 |
734 | 2024-11-27T19:34:54.671Z | Downloaded defmt-macros v0.3.9 |
735 | 2024-11-27T19:34:54.673Z | Downloaded defmt v0.3.8 |
736 | 2024-11-27T19:34:54.678Z | Downloaded parse-display-derive v0.10.0 |
737 | 2024-11-27T19:34:54.681Z | Downloaded parking_lot_core v0.9.10 |
738 | 2024-11-27T19:34:54.683Z | Downloaded ron v0.7.1 |
739 | 2024-11-27T19:34:54.689Z | Downloaded newtype_derive v0.1.6 |
740 | 2024-11-27T19:34:54.691Z | Downloaded newline-converter v0.3.0 |
741 | 2024-11-27T19:34:54.694Z | Downloaded scrypt v0.11.0 |
742 | 2024-11-27T19:34:54.696Z | Downloaded strum_macros v0.25.3 |
743 | 2024-11-27T19:34:54.699Z | Downloaded phf_shared v0.10.0 |
744 | 2024-11-27T19:34:54.699Z | Downloaded structmeta-derive v0.2.0 |
745 | 2024-11-27T19:34:54.702Z | Downloaded snafu-derive v0.8.5 |
746 | 2024-11-27T19:34:54.705Z | Downloaded secrecy v0.8.0 |
747 | 2024-11-27T19:34:54.705Z | Downloaded owo-colors v4.1.0 |
748 | 2024-11-27T19:34:54.708Z | Downloaded sec1 v0.7.3 |
749 | 2024-11-27T19:34:54.711Z | Downloaded tokio-tungstenite v0.24.0 |
750 | 2024-11-27T19:34:54.714Z | Downloaded tokio-tungstenite v0.23.1 |
751 | 2024-11-27T19:34:54.716Z | Downloaded unsafe-libyaml v0.2.11 |
752 | 2024-11-27T19:34:54.722Z | Downloaded mockall_derive v0.13.0 |
753 | 2024-11-27T19:34:54.725Z | Downloaded tokio-postgres v0.7.12 |
754 | 2024-11-27T19:34:54.731Z | Downloaded slog-envlogger v2.2.0 |
755 | 2024-11-27T19:34:54.733Z | Downloaded p256 v0.13.2 |
756 | 2024-11-27T19:34:54.737Z | Downloaded parking_lot_core v0.8.6 |
757 | 2024-11-27T19:34:54.740Z | Downloaded zip v0.6.6 |
758 | 2024-11-27T19:34:54.746Z | Downloaded openssl-macros v0.1.1 |
759 | 2024-11-27T19:34:54.748Z | Downloaded hash32 v0.3.1 |
760 | 2024-11-27T19:34:54.752Z | Downloaded hash32 v0.2.1 |
761 | 2024-11-27T19:34:54.755Z | Downloaded ena v0.14.3 |
762 | 2024-11-27T19:34:54.755Z | Downloaded ron v0.8.1 |
763 | 2024-11-27T19:34:54.761Z | Downloaded pretty-hex v0.2.1 |
764 | 2024-11-27T19:34:54.764Z | Downloaded radium v0.7.0 |
765 | 2024-11-27T19:34:54.767Z | Downloaded sqlparser_derive v0.2.2 |
766 | 2024-11-27T19:34:54.767Z | Downloaded hyper v1.5.0 |
767 | 2024-11-27T19:34:54.775Z | Downloaded string_cache v0.8.7 |
768 | 2024-11-27T19:34:54.778Z | Downloaded shell-words v1.1.0 |
769 | 2024-11-27T19:34:54.781Z | Downloaded rustc-hash v1.1.0 |
770 | 2024-11-27T19:34:54.781Z | Downloaded phf_generator v0.11.2 |
771 | 2024-11-27T19:34:54.783Z | Downloaded path-slash v0.1.5 |
772 | 2024-11-27T19:34:54.786Z | Downloaded which v4.4.2 |
773 | 2024-11-27T19:34:54.786Z | Downloaded strum_macros v0.26.4 |
774 | 2024-11-27T19:34:54.788Z | Downloaded foreign-types-shared v0.3.1 |
775 | 2024-11-27T19:34:54.791Z | Downloaded sqlformat v0.2.6 |
776 | 2024-11-27T19:34:54.794Z | Downloaded tinystr v0.7.6 |
777 | 2024-11-27T19:34:54.797Z | Downloaded displaydoc v0.2.5 |
778 | 2024-11-27T19:34:54.800Z | Downloaded diff v0.1.13 |
779 | 2024-11-27T19:34:54.803Z | Downloaded tokio-stream v0.1.16 |
780 | 2024-11-27T19:34:54.808Z | Downloaded rsa v0.9.6 |
781 | 2024-11-27T19:34:54.814Z | Downloaded try-lock v0.2.5 |
782 | 2024-11-27T19:34:54.816Z | Downloaded openssl-probe v0.1.5 |
783 | 2024-11-27T19:34:54.820Z | Downloaded num_threads v0.1.7 |
784 | 2024-11-27T19:34:54.820Z | Downloaded fd-lock v4.0.2 |
785 | 2024-11-27T19:34:54.823Z | Downloaded pbkdf2 v0.11.0 |
786 | 2024-11-27T19:34:54.826Z | Downloaded ff v0.13.0 |
787 | 2024-11-27T19:34:54.828Z | Downloaded filetime v0.2.25 |
788 | 2024-11-27T19:34:54.831Z | Downloaded env_logger v0.11.5 |
789 | 2024-11-27T19:34:54.834Z | Downloaded wait-timeout v0.2.0 |
790 | 2024-11-27T19:34:54.834Z | Downloaded idna v1.0.3 |
791 | 2024-11-27T19:34:54.839Z | Downloaded tough v0.19.0 |
792 | 2024-11-27T19:34:54.849Z | Downloaded futures-task v0.3.31 |
793 | 2024-11-27T19:34:54.852Z | Downloaded strip-ansi-escapes v0.2.0 |
794 | 2024-11-27T19:34:54.856Z | Downloaded structmeta v0.3.0 |
795 | 2024-11-27T19:34:54.856Z | Downloaded ssh-encoding v0.2.0 |
796 | 2024-11-27T19:34:54.859Z | Downloaded sync-ptr v0.1.1 |
797 | 2024-11-27T19:34:54.859Z | Downloaded rand v0.8.5 |
798 | 2024-11-27T19:34:54.862Z | Downloaded futures-sink v0.3.31 |
799 | 2024-11-27T19:34:54.864Z | Downloaded funty v2.0.0 |
800 | 2024-11-27T19:34:54.864Z | Downloaded term v0.7.0 |
801 | 2024-11-27T19:34:54.867Z | Downloaded vte v0.11.1 |
802 | 2024-11-27T19:34:54.871Z | Downloaded bitvec v1.0.1 |
803 | 2024-11-27T19:34:54.886Z | Downloaded num_enum_derive v0.5.11 |
804 | 2024-11-27T19:34:54.889Z | Downloaded aho-corasick v1.1.3 |
805 | 2024-11-27T19:34:54.894Z | Downloaded debug-ignore v1.0.5 |
806 | 2024-11-27T19:34:54.896Z | Downloaded quinn v0.11.5 |
807 | 2024-11-27T19:34:54.900Z | Downloaded dhcproto-macros v0.1.0 |
808 | 2024-11-27T19:34:54.903Z | Downloaded half v2.4.1 |
809 | 2024-11-27T19:34:54.906Z | Downloaded scheduled-thread-pool v0.2.7 |
810 | 2024-11-27T19:34:54.906Z | Downloaded same-file v1.0.6 |
811 | 2024-11-27T19:34:54.909Z | Downloaded tui-tree-widget v0.22.0 |
812 | 2024-11-27T19:34:54.909Z | Downloaded fixedbitset v0.4.2 |
813 | 2024-11-27T19:34:54.911Z | Downloaded tungstenite v0.24.0 |
814 | 2024-11-27T19:34:54.914Z | Downloaded group v0.13.0 |
815 | 2024-11-27T19:34:54.917Z | Downloaded rustls-pemfile v2.2.0 |
816 | 2024-11-27T19:34:54.920Z | Downloaded pin-project-lite v0.2.14 |
817 | 2024-11-27T19:34:54.924Z | Downloaded foreign-types-shared v0.1.1 |
818 | 2024-11-27T19:34:54.927Z | Downloaded number_prefix v0.4.0 |
819 | 2024-11-27T19:34:54.927Z | Downloaded rustfmt-wrapper v0.2.1 |
820 | 2024-11-27T19:34:54.930Z | Downloaded pin-utils v0.1.0 |
821 | 2024-11-27T19:34:54.930Z | Downloaded structmeta v0.2.0 |
822 | 2024-11-27T19:34:54.930Z | Downloaded slog-dtrace v0.3.0 |
823 | 2024-11-27T19:34:54.933Z | Downloaded yasna v0.5.2 |
824 | 2024-11-27T19:34:54.936Z | Downloaded utf-8 v0.7.6 |
825 | 2024-11-27T19:34:54.936Z | Downloaded time v0.3.36 |
826 | 2024-11-27T19:34:54.943Z | Downloaded deranged v0.3.11 |
827 | 2024-11-27T19:34:54.946Z | Downloaded xz2 v0.1.7 |
828 | 2024-11-27T19:34:54.948Z | Downloaded xattr v1.3.1 |
829 | 2024-11-27T19:34:54.948Z | Downloaded fs_extra v1.3.0 |
830 | 2024-11-27T19:34:54.952Z | Downloaded peg-macros v0.8.4 |
831 | 2024-11-27T19:34:54.955Z | Downloaded diesel_derives v2.2.3 |
832 | 2024-11-27T19:34:54.959Z | Downloaded write16 v1.0.0 |
833 | 2024-11-27T19:34:54.965Z | Downloaded precomputed-hash v0.1.1 |
834 | 2024-11-27T19:34:54.965Z | Downloaded tabwriter v1.4.0 |
835 | 2024-11-27T19:34:54.965Z | Downloaded subtle v2.6.1 |
836 | 2024-11-27T19:34:54.965Z | Downloaded rustc-hash v2.0.0 |
837 | 2024-11-27T19:34:54.965Z | Downloaded phf_shared v0.11.2 |
838 | 2024-11-27T19:34:54.969Z | Downloaded parse-zoneinfo v0.3.1 |
839 | 2024-11-27T19:34:54.972Z | Downloaded tracing-attributes v0.1.27 |
840 | 2024-11-27T19:34:54.972Z | Downloaded hashbrown v0.13.2 |
841 | 2024-11-27T19:34:54.978Z | Downloaded normalize-line-endings v0.3.0 |
842 | 2024-11-27T19:34:54.981Z | Downloaded foreign-types-macros v0.2.3 |
843 | 2024-11-27T19:34:54.981Z | Downloaded foreign-types v0.5.0 |
844 | 2024-11-27T19:34:54.981Z | Downloaded salsa20 v0.10.2 |
845 | 2024-11-27T19:34:54.987Z | Downloaded rustc_version v0.1.7 |
846 | 2024-11-27T19:34:54.987Z | Downloaded pin-project-internal v1.1.6 |
847 | 2024-11-27T19:34:54.987Z | Downloaded fatfs v0.3.6 |
848 | 2024-11-27T19:34:54.990Z | Downloaded globset v0.4.15 |
849 | 2024-11-27T19:34:54.992Z | Downloaded rand_seeder v0.3.0 |
850 | 2024-11-27T19:34:54.995Z | Downloaded reedline v0.35.0 |
851 | 2024-11-27T19:34:55.002Z | Downloaded slog-bunyan v2.5.0 |
852 | 2024-11-27T19:34:55.005Z | Downloaded slab v0.4.9 |
853 | 2024-11-27T19:34:55.007Z | Downloaded aws-lc-rs v1.10.0 |
854 | 2024-11-27T19:34:55.016Z | Downloaded utf16_iter v1.0.5 |
855 | 2024-11-27T19:34:55.018Z | Downloaded dsl_auto_type v0.1.2 |
856 | 2024-11-27T19:34:55.018Z | Downloaded percent-encoding v2.3.1 |
857 | 2024-11-27T19:34:55.021Z | Downloaded typify v0.2.0 |
858 | 2024-11-27T19:34:55.023Z | Downloaded signal-hook-tokio v0.3.1 |
859 | 2024-11-27T19:34:55.026Z | Downloaded num-complex v0.4.6 |
860 | 2024-11-27T19:34:55.026Z | Downloaded oso v0.27.3 |
861 | 2024-11-27T19:34:55.029Z | Downloaded rand_core v0.6.4 |
862 | 2024-11-27T19:34:55.032Z | Downloaded writeable v0.5.5 |
863 | 2024-11-27T19:34:55.034Z | Downloaded rand_xorshift v0.3.0 |
864 | 2024-11-27T19:34:55.034Z | Downloaded siphasher v0.3.11 |
865 | 2024-11-27T19:34:55.037Z | Downloaded num_enum v0.5.11 |
866 | 2024-11-27T19:34:55.040Z | Downloaded nibble_vec v0.1.0 |
867 | 2024-11-27T19:34:55.043Z | Downloaded pkcs1 v0.7.5 |
868 | 2024-11-27T19:34:55.045Z | Downloaded dropshot_endpoint v0.12.0 |
869 | 2024-11-27T19:34:55.047Z | Downloaded ssh-key v0.6.6 |
870 | 2024-11-27T19:34:55.054Z | Downloaded ppv-lite86 v0.2.20 |
871 | 2024-11-27T19:34:55.056Z | Downloaded derive_builder v0.20.2 |
872 | 2024-11-27T19:34:55.060Z | Downloaded russh v0.45.0 |
873 | 2024-11-27T19:34:55.067Z | Downloaded pin-project v1.1.6 |
874 | 2024-11-27T19:34:55.078Z | Downloaded whoami v1.5.2 |
875 | 2024-11-27T19:34:55.080Z | Downloaded icu_properties_data v1.5.0 |
876 | 2024-11-27T19:34:55.090Z | Downloaded dunce v1.0.5 |
877 | 2024-11-27T19:34:55.093Z | Downloaded nu-ansi-term v0.50.1 |
878 | 2024-11-27T19:34:55.095Z | Downloaded hashbrown v0.12.3 |
879 | 2024-11-27T19:34:55.098Z | Downloaded mio v1.0.2 |
880 | 2024-11-27T19:34:55.104Z | Downloaded postcard v1.0.10 |
881 | 2024-11-27T19:34:55.107Z | Downloaded chrono v0.4.38 |
882 | 2024-11-27T19:34:55.115Z | Downloaded num-traits v0.2.19 |
883 | 2024-11-27T19:34:55.118Z | Downloaded rusqlite v0.32.1 |
884 | 2024-11-27T19:34:55.125Z | Downloaded similar v2.6.0 |
885 | 2024-11-27T19:34:55.130Z | Downloaded subprocess v0.2.9 |
886 | 2024-11-27T19:34:55.133Z | Downloaded lalrpop v0.19.12 |
887 | 2024-11-27T19:34:55.144Z | Downloaded postgres-types v0.2.8 |
888 | 2024-11-27T19:34:55.147Z | Downloaded slog v2.7.0 |
889 | 2024-11-27T19:34:55.149Z | Downloaded tokio-util v0.7.12 |
890 | 2024-11-27T19:34:55.156Z | Downloaded tar v0.4.42 |
891 | 2024-11-27T19:34:55.159Z | Downloaded derive-where v1.2.7 |
892 | 2024-11-27T19:34:55.163Z | Downloaded hashbrown v0.14.5 |
893 | 2024-11-27T19:34:55.169Z | Downloaded expectorate v1.1.0 |
894 | 2024-11-27T19:34:55.171Z | Downloaded tungstenite v0.23.0 |
895 | 2024-11-27T19:34:55.175Z | Downloaded rayon v1.10.0 |
896 | 2024-11-27T19:34:55.184Z | Downloaded unicode-normalization v0.1.24 |
897 | 2024-11-27T19:34:55.188Z | Downloaded rustls-pki-types v1.9.0 |
898 | 2024-11-27T19:34:55.192Z | Downloaded tracing v0.1.40 |
899 | 2024-11-27T19:34:55.198Z | Downloaded tracing-core v0.1.32 |
900 | 2024-11-27T19:34:55.200Z | Downloaded schemars v0.8.21 |
901 | 2024-11-27T19:34:55.211Z | Downloaded rustls-webpki v0.101.7 |
902 | 2024-11-27T19:34:55.225Z | Downloaded x509-cert v0.2.5 |
903 | 2024-11-27T19:34:55.232Z | Downloaded h2 v0.4.6 |
904 | 2024-11-27T19:34:55.239Z | Downloaded idna v0.3.0 |
905 | 2024-11-27T19:34:55.246Z | Downloaded p521 v0.13.3 |
906 | 2024-11-27T19:34:55.250Z | Downloaded portable-atomic v1.9.0 |
907 | 2024-11-27T19:34:55.257Z | Downloaded vcpkg v0.2.15 |
908 | 2024-11-27T19:34:55.295Z | Downloaded proptest v1.5.0 |
909 | 2024-11-27T19:34:55.305Z | Downloaded futures-util v0.3.31 |
910 | 2024-11-27T19:34:55.318Z | Downloaded sqlparser v0.45.0 |
911 | 2024-11-27T19:34:55.324Z | Downloaded regex v1.11.1 |
912 | 2024-11-27T19:34:55.337Z | Downloaded idna v0.2.3 |
913 | 2024-11-27T19:34:55.345Z | Downloaded num-bigint-dig v0.8.4 |
914 | 2024-11-27T19:34:55.351Z | Downloaded nom v7.1.3 |
915 | 2024-11-27T19:34:55.356Z | Downloaded salty v0.3.0 |
916 | 2024-11-27T19:34:55.363Z | Downloaded idna v0.4.0 |
917 | 2024-11-27T19:34:55.370Z | Downloaded zerocopy v0.8.10 |
918 | 2024-11-27T19:34:55.394Z | Downloaded git2 v0.19.0 |
919 | 2024-11-27T19:34:55.402Z | Downloaded unicode-width v0.2.0 |
920 | 2024-11-27T19:34:55.409Z | Downloaded regex-syntax v0.6.29 |
921 | 2024-11-27T19:34:55.417Z | Downloaded winnow v0.5.40 |
922 | 2024-11-27T19:34:55.425Z | Downloaded reqwest v0.12.9 |
923 | 2024-11-27T19:34:55.434Z | Downloaded polar-core v0.27.3 |
924 | 2024-11-27T19:34:55.442Z | Downloaded smoltcp v0.9.1 |
925 | 2024-11-27T19:34:55.453Z | Downloaded nix v0.29.0 |
926 | 2024-11-27T19:34:55.465Z | Downloaded radix_trie v0.2.1 |
927 | 2024-11-27T19:34:55.471Z | Downloaded webpki-roots v0.26.6 |
928 | 2024-11-27T19:34:55.475Z | Downloaded p384 v0.13.0 |
929 | 2024-11-27T19:34:55.481Z | Downloaded nix v0.28.0 |
930 | 2024-11-27T19:34:55.494Z | Downloaded petname v2.0.2 |
931 | 2024-11-27T19:34:55.498Z | Downloaded object v0.30.4 |
932 | 2024-11-27T19:34:55.508Z | Downloaded nix v0.27.1 |
933 | 2024-11-27T19:34:55.520Z | Downloaded smoltcp v0.11.0 |
934 | 2024-11-27T19:34:55.532Z | Downloaded rustls v0.21.12 |
935 | 2024-11-27T19:34:55.543Z | Downloaded dropshot v0.12.0 |
936 | 2024-11-27T19:34:55.562Z | Downloaded rustls v0.22.4 |
937 | 2024-11-27T19:34:55.575Z | Downloaded rustls v0.23.14 |
938 | 2024-11-27T19:34:55.587Z | Downloaded regress v0.10.1 |
939 | 2024-11-27T19:34:55.596Z | Downloaded trust-dns-proto v0.22.0 |
940 | 2024-11-27T19:34:55.608Z | Downloaded diesel v2.2.4 |
941 | 2024-11-27T19:34:55.626Z | Downloaded object v0.36.5 |
942 | 2024-11-27T19:34:55.638Z | Downloaded dropshot v0.13.0 |
943 | 2024-11-27T19:34:55.658Z | Downloaded typify-impl v0.2.0 |
944 | 2024-11-27T19:34:55.674Z | Downloaded ratatui v0.28.1 |
945 | 2024-11-27T19:34:55.695Z | Downloaded openapiv3 v2.0.0 |
946 | 2024-11-27T19:34:55.707Z | Downloaded zerocopy-derive v0.6.6 |
947 | 2024-11-27T19:34:55.716Z | Downloaded regress v0.9.1 |
948 | 2024-11-27T19:34:55.725Z | Downloaded sled v0.34.7 |
949 | 2024-11-27T19:34:55.735Z | Downloaded regex-automata v0.4.8 |
950 | 2024-11-27T19:34:55.752Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
951 | 2024-11-27T19:34:55.764Z | Downloaded gimli v0.31.1 |
952 | 2024-11-27T19:34:55.772Z | Downloaded regex-syntax v0.8.5 |
953 | 2024-11-27T19:34:55.781Z | Downloaded chrono-tz v0.10.0 |
954 | 2024-11-27T19:34:55.788Z | Downloaded openssl v0.10.66 |
955 | 2024-11-27T19:34:55.798Z | Downloaded bstr v1.10.0 |
956 | 2024-11-27T19:34:55.808Z | Downloaded lzma-sys v0.1.20 |
957 | 2024-11-27T19:34:55.837Z | Downloaded curve25519-dalek v4.1.3 |
958 | 2024-11-27T19:34:55.846Z | Downloaded libz-sys v1.1.20 |
959 | 2024-11-27T19:34:55.867Z | Downloaded idna v0.5.0 |
960 | 2024-11-27T19:34:55.874Z | Downloaded quick-xml v0.33.0 |
961 | 2024-11-27T19:34:55.881Z | Downloaded tokio v1.40.0 |
962 | 2024-11-27T19:34:55.920Z | Downloaded num-bigint v0.4.6 |
963 | 2024-11-27T19:34:55.924Z | Downloaded samael v0.0.17 |
964 | 2024-11-27T19:34:55.930Z | Downloaded elliptic-curve v0.13.8 |
965 | 2024-11-27T19:34:55.934Z | Downloaded vsss-rs v3.3.4 |
966 | 2024-11-27T19:34:55.936Z | Downloaded dropshot_endpoint v0.13.0 |
967 | 2024-11-27T19:34:55.939Z | Downloaded petgraph v0.6.5 |
968 | 2024-11-27T19:34:55.957Z | Downloaded dhcproto v0.12.0 |
969 | 2024-11-27T19:34:55.960Z | Downloaded csv v1.3.0 |
970 | 2024-11-27T19:34:55.981Z | Downloaded pkcs5 v0.7.1 |
971 | 2024-11-27T19:34:55.984Z | Downloaded tungstenite v0.21.0 |
972 | 2024-11-27T19:34:55.988Z | Downloaded der v0.7.9 |
973 | 2024-11-27T19:34:55.992Z | Downloaded flate2 v1.0.34 |
974 | 2024-11-27T19:34:55.998Z | Downloaded sha3 v0.10.8 |
975 | 2024-11-27T19:34:56.003Z | Downloaded serde_with v3.11.0 |
976 | 2024-11-27T19:34:56.011Z | Downloaded rustls-webpki v0.102.8 |
977 | 2024-11-27T19:34:56.029Z | Downloaded url v2.5.3 |
978 | 2024-11-27T19:34:56.032Z | Downloaded des v0.8.1 |
979 | 2024-11-27T19:34:56.035Z | Downloaded signal-hook v0.3.17 |
980 | 2024-11-27T19:34:56.039Z | Downloaded bindgen v0.69.5 |
981 | 2024-11-27T19:34:56.045Z | Downloaded snafu v0.8.5 |
982 | 2024-11-27T19:34:56.051Z | Downloaded steno v0.4.1 |
983 | 2024-11-27T19:34:56.055Z | Downloaded parking_lot v0.12.3 |
984 | 2024-11-27T19:34:56.057Z | Downloaded omicron-zone-package v0.11.1 |
985 | 2024-11-27T19:34:56.060Z | Downloaded blake3 v1.5.4 |
986 | 2024-11-27T19:34:56.068Z | Downloaded der_derive v0.7.3 |
987 | 2024-11-27T19:34:56.072Z | Downloaded tokio-tungstenite v0.21.0 |
988 | 2024-11-27T19:34:56.075Z | Downloaded tokio-rustls v0.26.0 |
989 | 2024-11-27T19:34:56.075Z | Downloaded tokio-rustls v0.25.0 |
990 | 2024-11-27T19:34:56.077Z | Downloaded zerovec v0.10.4 |
991 | 2024-11-27T19:34:56.082Z | Downloaded publicsuffix v2.2.3 |
992 | 2024-11-27T19:34:56.085Z | Downloaded ssh-cipher v0.2.0 |
993 | 2024-11-27T19:34:56.088Z | Downloaded rustc-demangle v0.1.24 |
994 | 2024-11-27T19:34:56.088Z | Downloaded postgres-protocol v0.6.7 |
995 | 2024-11-27T19:34:56.090Z | Downloaded unicode-bidi v0.3.17 |
996 | 2024-11-27T19:34:56.093Z | Downloaded ed25519-dalek v2.1.1 |
997 | 2024-11-27T19:34:56.096Z | Downloaded zerocopy-derive v0.8.10 |
998 | 2024-11-27T19:34:56.101Z | Downloaded typed-path v0.9.3 |
999 | 2024-11-27T19:34:56.107Z | Downloaded itertools v0.13.0 |
1000 | 2024-11-27T19:34:56.114Z | Downloaded openssl-sys v0.9.103 |
1001 | 2024-11-27T19:34:56.119Z | Downloaded zip v2.1.3 |
1002 | 2024-11-27T19:34:56.123Z | Downloaded fallible-streaming-iterator v0.1.9 |
1003 | 2024-11-27T19:34:56.127Z | Downloaded encoding_rs v0.8.34 |
1004 | 2024-11-27T19:34:56.146Z | Downloaded miniz_oxide v0.8.0 |
1005 | 2024-11-27T19:34:56.149Z | Downloaded rustyline v14.0.0 |
1006 | 2024-11-27T19:34:56.155Z | Downloaded termios v0.3.3 |
1007 | 2024-11-27T19:34:56.162Z | Downloaded shlex v1.3.0 |
1008 | 2024-11-27T19:34:56.162Z | Downloaded unicode-properties v0.1.3 |
1009 | 2024-11-27T19:34:56.162Z | Downloaded aes v0.8.4 |
1010 | 2024-11-27T19:34:56.165Z | Downloaded unicode_categories v0.1.1 |
1011 | 2024-11-27T19:34:56.175Z | Downloaded unicode-segmentation v1.12.0 |
1012 | 2024-11-27T19:34:56.175Z | Downloaded hickory-proto v0.24.1 |
1013 | 2024-11-27T19:34:56.184Z | Downloaded crossterm v0.28.1 |
1014 | 2024-11-27T19:34:56.191Z | Downloaded simd-adler32 v0.3.7 |
1015 | 2024-11-27T19:34:56.211Z | Downloaded newtype-uuid v1.1.3 |
1016 | 2024-11-27T19:34:56.211Z | Downloaded aes-gcm v0.10.3 |
1017 | 2024-11-27T19:34:56.211Z | Downloaded embedded-io v0.4.0 |
1018 | 2024-11-27T19:34:56.214Z | Downloaded either v1.13.0 |
1019 | 2024-11-27T19:34:56.214Z | Downloaded itertools v0.12.1 |
1020 | 2024-11-27T19:34:56.214Z | Downloaded predicates-tree v1.0.11 |
1021 | 2024-11-27T19:34:56.214Z | Downloaded predicates-core v1.0.8 |
1022 | 2024-11-27T19:34:56.214Z | Downloaded tokio-rustls v0.24.1 |
1023 | 2024-11-27T19:34:56.214Z | Downloaded resolv-conf v0.7.0 |
1024 | 2024-11-27T19:34:56.217Z | Downloaded packed_struct v0.10.1 |
1025 | 2024-11-27T19:34:56.217Z | Downloaded test-strategy v0.3.1 |
1026 | 2024-11-27T19:34:56.220Z | Downloaded toml_edit v0.19.15 |
1027 | 2024-11-27T19:34:56.235Z | Downloaded quinn-proto v0.11.8 |
1028 | 2024-11-27T19:34:56.242Z | Downloaded darling_core v0.20.10 |
1029 | 2024-11-27T19:34:56.247Z | Downloaded flagset v0.4.6 |
1030 | 2024-11-27T19:34:56.250Z | Downloaded libm v0.2.8 |
1031 | 2024-11-27T19:34:56.256Z | Downloaded itertools v0.10.5 |
1032 | 2024-11-27T19:34:56.262Z | Downloaded paste v1.0.15 |
1033 | 2024-11-27T19:34:56.266Z | Downloaded parse-display v0.10.0 |
1034 | 2024-11-27T19:34:56.268Z | Downloaded futures v0.3.31 |
1035 | 2024-11-27T19:34:56.271Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1036 | 2024-11-27T19:34:56.331Z | Downloaded qorb v0.2.1 |
1037 | 2024-11-27T19:34:56.335Z | Downloaded synstructure v0.13.1 |
1038 | 2024-11-27T19:34:56.338Z | Downloaded stable_deref_trait v1.2.0 |
1039 | 2024-11-27T19:34:56.339Z | Downloaded num-rational v0.4.2 |
1040 | 2024-11-27T19:34:56.341Z | Downloaded env_logger v0.10.2 |
1041 | 2024-11-27T19:34:56.344Z | Downloaded zeroize_derive v1.4.2 |
1042 | 2024-11-27T19:34:56.344Z | Downloaded cc v1.1.30 |
1043 | 2024-11-27T19:34:56.346Z | Downloaded derive_more v0.99.18 |
1044 | 2024-11-27T19:34:56.351Z | Downloaded vergen v8.3.2 |
1045 | 2024-11-27T19:34:56.354Z | Downloaded unicode-xid v0.2.6 |
1046 | 2024-11-27T19:34:56.356Z | Downloaded tokio-native-tls v0.3.1 |
1047 | 2024-11-27T19:34:56.358Z | Downloaded tokio-macros v2.4.0 |
1048 | 2024-11-27T19:34:56.358Z | Downloaded pkg-config v0.3.31 |
1049 | 2024-11-27T19:34:56.361Z | Downloaded parking_lot v0.11.2 |
1050 | 2024-11-27T19:34:56.363Z | Downloaded icu_properties v1.5.1 |
1051 | 2024-11-27T19:34:56.367Z | Downloaded icu_locid v1.5.0 |
1052 | 2024-11-27T19:34:56.369Z | Downloaded serde_repr v0.1.19 |
1053 | 2024-11-27T19:34:56.372Z | Downloaded native-tls v0.2.12 |
1054 | 2024-11-27T19:34:56.374Z | Downloaded prettyplease v0.2.25 |
1055 | 2024-11-27T19:34:56.376Z | Downloaded bytes v1.8.0 |
1056 | 2024-11-27T19:34:56.380Z | Downloaded zone_cfg_derive v0.3.0 |
1057 | 2024-11-27T19:34:56.383Z | Downloaded futures-executor v0.3.31 |
1058 | 2024-11-27T19:34:56.383Z | Downloaded futures-channel v0.3.31 |
1059 | 2024-11-27T19:34:56.386Z | Downloaded proc-macro-crate v1.3.1 |
1060 | 2024-11-27T19:34:56.386Z | Downloaded primeorder v0.13.6 |
1061 | 2024-11-27T19:34:56.389Z | Downloaded const_format v0.2.33 |
1062 | 2024-11-27T19:34:56.392Z | Downloaded chacha20poly1305 v0.10.1 |
1063 | 2024-11-27T19:34:56.394Z | Downloaded base64 v0.13.1 |
1064 | 2024-11-27T19:34:56.396Z | Downloaded crc-any v2.5.0 |
1065 | 2024-11-27T19:34:56.400Z | Downloaded icu_collections v1.5.0 |
1066 | 2024-11-27T19:34:56.403Z | Downloaded cookie_store v0.21.0 |
1067 | 2024-11-27T19:34:56.406Z | Downloaded num-integer v0.1.46 |
1068 | 2024-11-27T19:34:56.409Z | Downloaded num-derive v0.4.2 |
1069 | 2024-11-27T19:34:56.411Z | Downloaded progenitor-impl v0.8.0 |
1070 | 2024-11-27T19:34:56.411Z | Downloaded cookie v0.18.1 |
1071 | 2024-11-27T19:34:56.413Z | Downloaded compact_str v0.8.0 |
1072 | 2024-11-27T19:34:56.417Z | Downloaded num v0.4.3 |
1073 | 2024-11-27T19:34:56.419Z | Downloaded nanorand v0.7.0 |
1074 | 2024-11-27T19:34:56.423Z | Downloaded futures-io v0.3.31 |
1075 | 2024-11-27T19:34:56.427Z | Downloaded smallvec v1.13.2 |
1076 | 2024-11-27T19:34:56.427Z | Downloaded futures-core v0.3.31 |
1077 | 2024-11-27T19:34:56.427Z | Downloaded float-cmp v0.9.0 |
1078 | 2024-11-27T19:34:56.429Z | Downloaded fallible-iterator v0.3.0 |
1079 | 2024-11-27T19:34:56.429Z | Downloaded fallible-iterator v0.2.0 |
1080 | 2024-11-27T19:34:56.432Z | Downloaded dyn-clone v1.0.17 |
1081 | 2024-11-27T19:34:56.432Z | Downloaded defmt-parser v0.3.4 |
1082 | 2024-11-27T19:34:56.435Z | Downloaded thiserror-no-std v2.0.2 |
1083 | 2024-11-27T19:34:56.438Z | Downloaded icu_normalizer_data v1.5.0 |
1084 | 2024-11-27T19:34:56.440Z | Downloaded icu_normalizer v1.5.0 |
1085 | 2024-11-27T19:34:56.443Z | Downloaded slog-async v2.8.0 |
1086 | 2024-11-27T19:34:56.443Z | Downloaded argon2 v0.5.3 |
1087 | 2024-11-27T19:34:56.447Z | Downloaded slog-scope v4.4.0 |
1088 | 2024-11-27T19:34:56.447Z | Downloaded signal-hook-registry v1.4.2 |
1089 | 2024-11-27T19:34:56.451Z | Downloaded signal-hook-mio v0.2.4 |
1090 | 2024-11-27T19:34:56.451Z | Downloaded sha1 v0.10.6 |
1091 | 2024-11-27T19:34:56.451Z | Downloaded serde-hex v0.1.0 |
1092 | 2024-11-27T19:34:56.454Z | Downloaded managed v0.8.0 |
1093 | 2024-11-27T19:34:56.454Z | Downloaded crossbeam-utils v0.8.20 |
1094 | 2024-11-27T19:34:56.456Z | Downloaded crossbeam-epoch v0.9.18 |
1095 | 2024-11-27T19:34:56.460Z | Downloaded bzip2 v0.4.4 |
1096 | 2024-11-27T19:34:56.460Z | Downloaded ahash v0.8.11 |
1097 | 2024-11-27T19:34:56.464Z | Downloaded mime v0.3.17 |
1098 | 2024-11-27T19:34:56.467Z | Downloaded memmap2 v0.9.5 |
1099 | 2024-11-27T19:34:56.467Z | Downloaded maplit v1.0.2 |
1100 | 2024-11-27T19:34:56.467Z | Downloaded lock_api v0.4.12 |
1101 | 2024-11-27T19:34:56.469Z | Downloaded libloading v0.8.5 |
1102 | 2024-11-27T19:34:56.472Z | Downloaded iana-time-zone v0.1.61 |
1103 | 2024-11-27T19:34:56.472Z | Downloaded rustc_version v0.4.1 |
1104 | 2024-11-27T19:34:56.477Z | Downloaded ref-cast-impl v1.0.23 |
1105 | 2024-11-27T19:34:56.477Z | Downloaded quinn-udp v0.5.5 |
1106 | 2024-11-27T19:34:56.480Z | Downloaded hyper-staticfile v0.10.1 |
1107 | 2024-11-27T19:34:56.480Z | Downloaded humantime v2.1.0 |
1108 | 2024-11-27T19:34:56.480Z | Downloaded clang-sys v1.8.1 |
1109 | 2024-11-27T19:34:56.482Z | Downloaded libsw v3.3.1 |
1110 | 2024-11-27T19:34:56.485Z | Downloaded libefi-sys v0.1.0 |
1111 | 2024-11-27T19:34:56.485Z | Downloaded crc v3.2.1 |
1112 | 2024-11-27T19:34:56.489Z | Downloaded const_format_proc_macros v0.2.33 |
1113 | 2024-11-27T19:34:56.493Z | Downloaded cancel-safe-futures v0.1.5 |
1114 | 2024-11-27T19:34:56.497Z | Downloaded bcrypt-pbkdf v0.10.0 |
1115 | 2024-11-27T19:34:56.499Z | Downloaded cmake v0.1.51 |
1116 | 2024-11-27T19:34:56.499Z | Downloaded arrayvec v0.7.6 |
1117 | 2024-11-27T19:34:56.502Z | Downloaded bcs v0.1.6 |
1118 | 2024-11-27T19:34:56.506Z | Downloaded aead v0.5.2 |
1119 | 2024-11-27T19:34:56.506Z | Downloaded csv-core v0.1.11 |
1120 | 2024-11-27T19:34:56.509Z | Downloaded cbc v0.1.2 |
1121 | 2024-11-27T19:34:56.509Z | Downloaded ipnetwork v0.20.0 |
1122 | 2024-11-27T19:34:56.509Z | Downloaded cipher v0.4.4 |
1123 | 2024-11-27T19:34:56.512Z | Downloaded is-terminal v0.4.13 |
1124 | 2024-11-27T19:34:56.512Z | Downloaded instability v0.3.2 |
1125 | 2024-11-27T19:34:56.515Z | Downloaded inout v0.1.3 |
1126 | 2024-11-27T19:34:56.515Z | Downloaded indoc v1.0.9 |
1127 | 2024-11-27T19:34:56.519Z | Downloaded impl-trait-for-tuples v0.2.2 |
1128 | 2024-11-27T19:34:56.522Z | Downloaded atomic-waker v1.1.2 |
1129 | 2024-11-27T19:34:56.522Z | Downloaded arrayref v0.3.9 |
1130 | 2024-11-27T19:34:56.522Z | Downloaded block-padding v0.3.3 |
1131 | 2024-11-27T19:34:56.525Z | Downloaded async-stream v0.3.6 |
1132 | 2024-11-27T19:34:56.526Z | Downloaded assert_matches v1.5.0 |
1133 | 2024-11-27T19:34:56.528Z | Downloaded bitflags v1.3.2 |
1134 | 2024-11-27T19:34:56.528Z | Downloaded array-init v0.0.4 |
1135 | 2024-11-27T19:34:56.532Z | Downloaded blowfish v0.9.1 |
1136 | 2024-11-27T19:34:56.532Z | Downloaded bitfield v0.14.0 |
1137 | 2024-11-27T19:34:56.683Z | Downloaded ring v0.17.8 |
1138 | 2024-11-27T19:34:56.859Z | Downloaded libsqlite3-sys v0.30.1 |
1139 | 2024-11-27T19:34:56.939Z | Downloaded ring v0.16.20 |
1140 | 2024-11-27T19:34:57.148Z | Downloaded aws-lc-sys v0.22.0 |
1141 | 2024-11-27T19:34:57.496Z | Compiling serde v1.0.215 |
1142 | 2024-11-27T19:34:57.499Z | Compiling lock_api v0.4.12 |
1143 | 2024-11-27T19:34:57.499Z | Compiling scopeguard v1.2.0 |
1144 | 2024-11-27T19:34:57.499Z | Compiling value-bag v1.9.0 |
1145 | 2024-11-27T19:34:57.499Z | Compiling typenum v1.17.0 |
1146 | 2024-11-27T19:34:57.660Z | Compiling generic-array v0.14.7 |
1147 | 2024-11-27T19:34:57.726Z | Compiling syn v2.0.87 |
1148 | 2024-11-27T19:34:57.742Z | Compiling getrandom v0.2.15 |
1149 | 2024-11-27T19:34:57.923Z | Compiling shlex v1.3.0 |
1150 | 2024-11-27T19:34:58.031Z | Compiling rand_core v0.6.4 |
1151 | 2024-11-27T19:34:58.162Z | Compiling log v0.4.22 |
1152 | 2024-11-27T19:34:58.324Z | Compiling subtle v2.6.1 |
1153 | 2024-11-27T19:34:58.343Z | Compiling jobserver v0.1.32 |
1154 | 2024-11-27T19:34:58.346Z | Compiling smallvec v1.13.2 |
1155 | 2024-11-27T19:34:58.603Z | Compiling const-oid v0.9.6 |
1156 | 2024-11-27T19:34:58.625Z | Compiling spin v0.9.8 |
1157 | 2024-11-27T19:34:58.677Z | Compiling pin-project-lite v0.2.14 |
1158 | 2024-11-27T19:34:58.811Z | Compiling cc v1.1.30 |
1159 | 2024-11-27T19:34:58.834Z | Compiling rustix v0.38.37 |
1160 | 2024-11-27T19:34:59.063Z | Compiling parking_lot_core v0.9.10 |
1161 | 2024-11-27T19:34:59.115Z | Compiling futures-core v0.3.31 |
1162 | 2024-11-27T19:34:59.364Z | Compiling signal-hook-registry v1.4.2 |
1163 | 2024-11-27T19:34:59.394Z | Compiling mio v1.0.2 |
1164 | 2024-11-27T19:34:59.806Z | Compiling aho-corasick v1.1.3 |
1165 | 2024-11-27T19:35:00.288Z | Compiling parking_lot v0.12.3 |
1166 | 2024-11-27T19:35:00.310Z | Compiling cpufeatures v0.2.14 |
1167 | 2024-11-27T19:35:00.423Z | Compiling regex-syntax v0.8.5 |
1168 | 2024-11-27T19:35:00.615Z | Compiling either v1.13.0 |
1169 | 2024-11-27T19:35:00.647Z | Compiling lazy_static v1.5.0 |
1170 | 2024-11-27T19:35:00.670Z | Compiling stable_deref_trait v1.2.0 |
1171 | 2024-11-27T19:35:00.796Z | Compiling glob v0.3.1 |
1172 | 2024-11-27T19:35:00.816Z | Compiling futures-sink v0.3.31 |
1173 | 2024-11-27T19:35:00.986Z | Compiling socket2 v0.5.7 |
1174 | 2024-11-27T19:35:01.060Z | Compiling slab v0.4.9 |
1175 | 2024-11-27T19:35:01.279Z | Compiling prettyplease v0.2.25 |
1176 | 2024-11-27T19:35:01.539Z | Compiling minimal-lexical v0.2.1 |
1177 | 2024-11-27T19:35:01.868Z | Compiling clang-sys v1.8.1 |
1178 | 2024-11-27T19:35:01.955Z | Compiling nom v7.1.3 |
1179 | 2024-11-27T19:35:02.021Z | Compiling libloading v0.8.5 |
1180 | 2024-11-27T19:35:02.055Z | Compiling bindgen v0.69.5 |
1181 | 2024-11-27T19:35:02.490Z | Compiling home v0.5.9 |
1182 | 2024-11-27T19:35:02.655Z | Compiling serde_json v1.0.132 |
1183 | 2024-11-27T19:35:02.922Z | Compiling itertools v0.12.1 |
1184 | 2024-11-27T19:35:03.021Z | Compiling futures-channel v0.3.31 |
1185 | 2024-11-27T19:35:03.472Z | Compiling rustc-hash v1.1.0 |
1186 | 2024-11-27T19:35:03.490Z | Compiling futures-io v0.3.31 |
1187 | 2024-11-27T19:35:03.629Z | Compiling lazycell v1.3.0 |
1188 | 2024-11-27T19:35:03.809Z | Compiling futures-task v0.3.31 |
1189 | 2024-11-27T19:35:03.857Z | Compiling pin-utils v0.1.0 |
1190 | 2024-11-27T19:35:03.962Z | Compiling allocator-api2 v0.2.18 |
1191 | 2024-11-27T19:35:04.122Z | Compiling foldhash v0.1.3 |
1192 | 2024-11-27T19:35:04.454Z | Compiling regex-automata v0.4.8 |
1193 | 2024-11-27T19:35:04.841Z | Compiling hashbrown v0.15.0 |
1194 | 2024-11-27T19:35:05.805Z | Compiling synstructure v0.13.1 |
1195 | 2024-11-27T19:35:06.152Z | Compiling cexpr v0.6.0 |
1196 | 2024-11-27T19:35:06.231Z | Compiling cmake v0.1.51 |
1197 | 2024-11-27T19:35:07.344Z | Compiling dunce v1.0.5 |
1198 | 2024-11-27T19:35:07.486Z | Compiling libm v0.2.8 |
1199 | 2024-11-27T19:35:07.586Z | Compiling pkg-config v0.3.31 |
1200 | 2024-11-27T19:35:07.687Z | Compiling tinyvec_macros v0.1.1 |
1201 | 2024-11-27T19:35:07.789Z | Compiling fs_extra v1.3.0 |
1202 | 2024-11-27T19:35:07.862Z | Compiling tinyvec v1.8.0 |
1203 | 2024-11-27T19:35:08.013Z | Compiling num-traits v0.2.19 |
1204 | 2024-11-27T19:35:08.542Z | Compiling ring v0.17.8 |
1205 | 2024-11-27T19:35:09.150Z | Compiling writeable v0.5.5 |
1206 | 2024-11-27T19:35:09.190Z | Compiling litemap v0.7.3 |
1207 | 2024-11-27T19:35:09.440Z | Compiling unicode-normalization v0.1.24 |
1208 | 2024-11-27T19:35:09.575Z | Compiling paste v1.0.15 |
1209 | 2024-11-27T19:35:09.676Z | Compiling base64ct v1.6.0 |
1210 | 2024-11-27T19:35:09.714Z | Compiling unicode-bidi v0.3.17 |
1211 | 2024-11-27T19:35:10.152Z | Compiling pem-rfc7468 v0.7.0 |
1212 | 2024-11-27T19:35:10.230Z | Compiling regex v1.11.1 |
1213 | 2024-11-27T19:35:10.854Z | Compiling flagset v0.4.6 |
1214 | 2024-11-27T19:35:11.054Z | Compiling aws-lc-rs v1.10.0 |
1215 | 2024-11-27T19:35:11.077Z | Compiling httparse v1.9.5 |
1216 | 2024-11-27T19:35:11.499Z | Compiling tracing-core v0.1.32 |
1217 | 2024-11-27T19:35:11.890Z | Compiling crossbeam-utils v0.8.20 |
1218 | 2024-11-27T19:35:12.470Z | Compiling icu_locid_transform_data v1.5.0 |
1219 | 2024-11-27T19:35:12.505Z | Compiling percent-encoding v2.3.1 |
1220 | 2024-11-27T19:35:12.576Z | Compiling rustls-pki-types v1.9.0 |
1221 | 2024-11-27T19:35:12.828Z | Compiling serde_derive v1.0.215 |
1222 | 2024-11-27T19:35:12.847Z | Compiling zeroize_derive v1.4.2 |
1223 | 2024-11-27T19:35:12.889Z | Compiling zerocopy-derive v0.7.35 |
1224 | 2024-11-27T19:35:13.304Z | Compiling tokio-macros v2.4.0 |
1225 | 2024-11-27T19:35:13.691Z | Compiling zerofrom-derive v0.1.4 |
1226 | 2024-11-27T19:35:14.440Z | Compiling zeroize v1.8.1 |
1227 | 2024-11-27T19:35:14.925Z | Compiling thiserror-impl v1.0.69 |
1228 | 2024-11-27T19:35:15.214Z | Compiling zerocopy v0.7.35 |
1229 | 2024-11-27T19:35:15.217Z | Compiling yoke-derive v0.7.4 |
1230 | 2024-11-27T19:35:16.225Z | Compiling crypto-common v0.1.6 |
1231 | 2024-11-27T19:35:16.483Z | Compiling block-buffer v0.10.4 |
1232 | 2024-11-27T19:35:16.757Z | Compiling digest v0.10.7 |
1233 | 2024-11-27T19:35:16.781Z | Compiling futures-macro v0.3.31 |
1234 | 2024-11-27T19:35:17.311Z | Compiling hmac v0.12.1 |
1235 | 2024-11-27T19:35:17.576Z | Compiling zerovec-derive v0.10.3 |
1236 | 2024-11-27T19:35:17.696Z | Compiling block-padding v0.3.3 |
1237 | 2024-11-27T19:35:17.969Z | Compiling displaydoc v0.2.5 |
1238 | 2024-11-27T19:35:17.988Z | Compiling zerofrom v0.1.4 |
1239 | 2024-11-27T19:35:18.226Z | Compiling inout v0.1.3 |
1240 | 2024-11-27T19:35:18.413Z | Compiling yoke v0.7.4 |
1241 | 2024-11-27T19:35:18.510Z | Compiling cipher v0.4.4 |
1242 | 2024-11-27T19:35:18.531Z | Compiling thiserror v1.0.69 |
1243 | 2024-11-27T19:35:18.655Z | Compiling sha2 v0.10.8 |
1244 | 2024-11-27T19:35:18.799Z | Compiling ppv-lite86 v0.2.20 |
1245 | 2024-11-27T19:35:18.857Z | Compiling futures-util v0.3.31 |
1246 | 2024-11-27T19:35:19.044Z | Compiling icu_provider_macros v1.5.0 |
1247 | 2024-11-27T19:35:19.647Z | Compiling der_derive v0.7.3 |
1248 | 2024-11-27T19:35:19.694Z | Compiling rand_chacha v0.3.1 |
1249 | 2024-11-27T19:35:19.716Z | Compiling tracing-attributes v0.1.27 |
1250 | 2024-11-27T19:35:20.256Z | Compiling rand v0.8.5 |
1251 | 2024-11-27T19:35:20.284Z | Compiling zerovec v0.10.4 |
1252 | 2024-11-27T19:35:22.223Z | Compiling tinystr v0.7.6 |
1253 | 2024-11-27T19:35:22.284Z | Compiling der v0.7.9 |
1254 | 2024-11-27T19:35:22.425Z | Compiling icu_collections v1.5.0 |
1255 | 2024-11-27T19:35:22.640Z | Compiling icu_locid v1.5.0 |
1256 | 2024-11-27T19:35:22.700Z | Compiling salsa20 v0.10.2 |
1257 | 2024-11-27T19:35:22.720Z | Compiling pest v2.7.14 |
1258 | 2024-11-27T19:35:22.954Z | Compiling pbkdf2 v0.12.2 |
1259 | 2024-11-27T19:35:23.152Z | Compiling untrusted v0.9.0 |
1260 | 2024-11-27T19:35:23.358Z | Compiling time-core v0.1.2 |
1261 | 2024-11-27T19:35:23.565Z | Compiling num-conv v0.1.0 |
1262 | 2024-11-27T19:35:23.836Z | Compiling icu_properties_data v1.5.0 |
1263 | 2024-11-27T19:35:23.859Z | Compiling tracing v0.1.40 |
1264 | 2024-11-27T19:35:23.985Z | Compiling icu_provider v1.5.0 |
1265 | 2024-11-27T19:35:24.097Z | Compiling mirai-annotations v1.12.0 |
1266 | 2024-11-27T19:35:24.305Z | Compiling powerfmt v0.2.0 |
1267 | 2024-11-27T19:35:24.386Z | Compiling vcpkg v0.2.15 |
1268 | 2024-11-27T19:35:24.729Z | Compiling spki v0.7.3 |
1269 | 2024-11-27T19:35:25.141Z | Compiling icu_locid_transform v1.5.0 |
1270 | 2024-11-27T19:35:25.161Z | Compiling untrusted v0.7.1 |
1271 | 2024-11-27T19:35:25.217Z | Compiling deranged v0.3.11 |
1272 | 2024-11-27T19:35:25.248Z | Compiling time-macros v0.2.18 |
1273 | 2024-11-27T19:35:25.820Z | Compiling pest_meta v2.7.14 |
1274 | 2024-11-27T19:35:25.965Z | Compiling scrypt v0.11.0 |
1275 | 2024-11-27T19:35:26.598Z | Compiling icu_properties v1.5.1 |
1276 | 2024-11-27T19:35:26.733Z | Compiling openssl-sys v0.9.103 |
1277 | 2024-11-27T19:35:27.224Z | Compiling aes v0.8.4 |
1278 | 2024-11-27T19:35:27.735Z | Compiling bitflags v2.6.0 |
1279 | 2024-11-27T19:35:27.938Z | Compiling bytes v1.8.0 |
1280 | 2024-11-27T19:35:28.738Z | Compiling indexmap v2.6.0 |
1281 | 2024-11-27T19:35:29.352Z | Compiling tokio v1.40.0 |
1282 | 2024-11-27T19:35:29.375Z | Compiling http v1.1.0 |
1283 | 2024-11-27T19:35:30.120Z | Compiling semver v1.0.23 |
1284 | 2024-11-27T19:35:30.376Z | Compiling cbc v0.1.2 |
1285 | 2024-11-27T19:35:30.571Z | Compiling rustc_version v0.4.1 |
1286 | 2024-11-27T19:35:30.914Z | Compiling scroll_derive v0.12.0 |
1287 | 2024-11-27T19:35:31.383Z | Compiling num_threads v0.1.7 |
1288 | 2024-11-27T19:35:31.405Z | Compiling atomic-waker v1.1.2 |
1289 | 2024-11-27T19:35:31.516Z | Compiling utf16_iter v1.0.5 |
1290 | 2024-11-27T19:35:31.595Z | Compiling write16 v1.0.0 |
1291 | 2024-11-27T19:35:31.680Z | Compiling utf8_iter v1.0.4 |
1292 | 2024-11-27T19:35:31.733Z | Compiling icu_normalizer_data v1.5.0 |
1293 | 2024-11-27T19:35:31.754Z | Compiling time v0.3.36 |
1294 | 2024-11-27T19:35:31.848Z | Compiling http-body v1.0.1 |
1295 | 2024-11-27T19:35:31.936Z | Compiling icu_normalizer v1.5.0 |
1296 | 2024-11-27T19:35:31.983Z | Compiling pkcs5 v0.7.1 |
1297 | 2024-11-27T19:35:32.300Z | Compiling which v4.4.2 |
1298 | 2024-11-27T19:35:32.517Z | Compiling scroll v0.12.0 |
1299 | 2024-11-27T19:35:32.978Z | Compiling pest_generator v2.7.14 |
1300 | 2024-11-27T19:35:33.135Z | Compiling form_urlencoded v1.2.1 |
1301 | 2024-11-27T19:35:33.344Z | Compiling slog v2.7.0 |
1302 | 2024-11-27T19:35:33.495Z | Compiling try-lock v0.2.5 |
1303 | 2024-11-27T19:35:33.629Z | Compiling goblin v0.8.2 |
1304 | 2024-11-27T19:35:33.655Z | Compiling want v0.3.1 |
1305 | 2024-11-27T19:35:33.958Z | Compiling idna_adapter v1.2.0 |
1306 | 2024-11-27T19:35:33.978Z | Compiling pkcs8 v0.10.2 |
1307 | 2024-11-27T19:35:34.047Z | Compiling httpdate v1.0.3 |
1308 | 2024-11-27T19:35:34.193Z | Compiling idna v1.0.3 |
1309 | 2024-11-27T19:35:34.724Z | Compiling serde_tokenstream v0.2.2 |
1310 | 2024-11-27T19:35:35.173Z | Compiling pest_derive v2.7.14 |
1311 | 2024-11-27T19:35:35.393Z | Compiling uuid v1.11.0 |
1312 | 2024-11-27T19:35:35.494Z | Compiling serde_spanned v0.6.8 |
1313 | 2024-11-27T19:35:35.705Z | Compiling toml_datetime v0.6.8 |
1314 | 2024-11-27T19:35:35.981Z | Compiling dtrace-parser v0.2.0 |
1315 | 2024-11-27T19:35:36.233Z | Compiling openssl v0.10.66 |
1316 | 2024-11-27T19:35:36.278Z | Compiling rustversion v1.0.17 |
1317 | 2024-11-27T19:35:36.688Z | Compiling base64 v0.22.1 |
1318 | 2024-11-27T19:35:36.872Z | Compiling adler2 v2.0.0 |
1319 | 2024-11-27T19:35:37.005Z | Compiling foreign-types-shared v0.1.1 |
1320 | 2024-11-27T19:35:37.055Z | Compiling tower-service v0.3.3 |
1321 | 2024-11-27T19:35:37.127Z | Compiling match_cfg v0.1.0 |
1322 | 2024-11-27T19:35:37.219Z | Compiling iana-time-zone v0.1.61 |
1323 | 2024-11-27T19:35:37.281Z | Compiling hostname v0.3.1 |
1324 | 2024-11-27T19:35:37.310Z | Compiling foreign-types v0.3.2 |
1325 | 2024-11-27T19:35:37.414Z | Compiling chrono v0.4.38 |
1326 | 2024-11-27T19:35:37.436Z | Compiling miniz_oxide v0.8.0 |
1327 | 2024-11-27T19:35:37.631Z | Compiling url v2.5.3 |
1328 | 2024-11-27T19:35:38.314Z | Compiling tokio-util v0.7.12 |
1329 | 2024-11-27T19:35:39.062Z | Compiling async-trait v0.1.83 |
1330 | 2024-11-27T19:35:39.165Z | Compiling openssl-macros v0.1.1 |
1331 | 2024-11-27T19:35:39.719Z | Compiling h2 v0.4.6 |
1332 | 2024-11-27T19:35:39.816Z | Compiling dof v0.3.0 |
1333 | 2024-11-27T19:35:39.965Z | Compiling dirs-sys-next v0.1.2 |
1334 | 2024-11-27T19:35:40.671Z | Compiling usdt-impl v0.5.0 |
1335 | 2024-11-27T19:35:41.394Z | Compiling syn v1.0.109 |
1336 | 2024-11-27T19:35:41.925Z | Compiling native-tls v0.2.12 |
1337 | 2024-11-27T19:35:42.047Z | Compiling rustls v0.22.4 |
1338 | 2024-11-27T19:35:42.088Z | Compiling siphasher v0.3.11 |
1339 | 2024-11-27T19:35:42.283Z | Compiling data-encoding v2.6.0 |
1340 | 2024-11-27T19:35:42.306Z | Compiling rustls v0.23.14 |
1341 | 2024-11-27T19:35:42.477Z | Compiling dirs-next v2.0.0 |
1342 | 2024-11-27T19:35:42.672Z | Compiling crossbeam-epoch v0.9.18 |
1343 | 2024-11-27T19:35:43.511Z | Compiling http-body-util v0.1.2 |
1344 | 2024-11-27T19:35:44.061Z | Compiling heapless v0.7.17 |
1345 | 2024-11-27T19:35:44.082Z | Compiling sha1 v0.10.6 |
1346 | 2024-11-27T19:35:44.485Z | Compiling signature v2.2.0 |
1347 | 2024-11-27T19:35:44.509Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1348 | 2024-11-27T19:35:44.546Z | Compiling serde_derive_internals v0.29.1 |
1349 | 2024-11-27T19:35:44.711Z | Compiling thread_local v1.1.8 |
1350 | 2024-11-27T19:35:44.798Z | Compiling encoding_rs v0.8.34 |
1351 | 2024-11-27T19:35:45.015Z | Compiling cookie v0.18.1 |
1352 | 2024-11-27T19:35:45.288Z | Compiling multer v3.1.0 |
1353 | 2024-11-27T19:35:45.318Z | Compiling slog-async v2.8.0 |
1354 | 2024-11-27T19:35:45.569Z | Compiling rayon-core v1.12.1 |
1355 | 2024-11-27T19:35:45.828Z | Compiling openssl-probe v0.1.5 |
1356 | 2024-11-27T19:35:45.852Z | Compiling gimli v0.31.1 |
1357 | 2024-11-27T19:35:45.875Z | Compiling unicode-properties v0.1.3 |
1358 | 2024-11-27T19:35:46.194Z | Compiling mime v0.3.17 |
1359 | 2024-11-27T19:35:46.293Z | Compiling ipnet v2.10.1 |
1360 | 2024-11-27T19:35:46.836Z | Compiling schemars v0.8.21 |
1361 | 2024-11-27T19:35:47.203Z | Compiling hyper v1.5.0 |
1362 | 2024-11-27T19:35:47.488Z | Compiling signal-hook v0.3.17 |
1363 | 2024-11-27T19:35:47.635Z | Compiling schemars_derive v0.8.21 |
1364 | 2024-11-27T19:35:47.824Z | Compiling stringprep v0.1.5 |
1365 | 2024-11-27T19:35:49.415Z | Compiling toml_edit v0.22.22 |
1366 | 2024-11-27T19:35:49.786Z | Compiling hyper-util v0.1.10 |
1367 | 2024-11-27T19:35:50.824Z | Compiling addr2line v0.24.2 |
1368 | 2024-11-27T19:35:51.445Z | Compiling usdt-macro v0.5.0 |
1369 | 2024-11-27T19:35:51.520Z | Compiling usdt-attr-macro v0.5.0 |
1370 | 2024-11-27T19:35:51.549Z | Compiling crossbeam-deque v0.8.5 |
1371 | 2024-11-27T19:35:51.612Z | Compiling term v0.7.0 |
1372 | 2024-11-27T19:35:52.868Z | Compiling slog-json v2.6.1 |
1373 | 2024-11-27T19:35:52.916Z | Compiling serde_urlencoded v0.7.1 |
1374 | 2024-11-27T19:35:53.076Z | Compiling crossbeam-channel v0.5.13 |
1375 | 2024-11-27T19:35:53.108Z | Compiling curve25519-dalek v4.1.3 |
1376 | 2024-11-27T19:35:53.294Z | Compiling enum-as-inner v0.6.1 |
1377 | 2024-11-27T19:35:53.387Z | Compiling futures-executor v0.3.31 |
1378 | 2024-11-27T19:35:53.481Z | Compiling md-5 v0.10.6 |
1379 | 2024-11-27T19:35:53.716Z | Compiling rustls-pemfile v2.2.0 |
1380 | 2024-11-27T19:35:53.753Z | Compiling async-stream-impl v0.3.6 |
1381 | 2024-11-27T19:35:53.883Z | Compiling num-integer v0.1.46 |
1382 | 2024-11-27T19:35:54.047Z | Compiling idna v0.4.0 |
1383 | 2024-11-27T19:35:54.239Z | Compiling idna v0.3.0 |
1384 | 2024-11-27T19:35:54.392Z | Compiling hash32 v0.2.1 |
1385 | 2024-11-27T19:35:54.705Z | Compiling ff v0.13.0 |
1386 | 2024-11-27T19:35:54.774Z | Compiling is-terminal v0.4.13 |
1387 | 2024-11-27T19:35:54.915Z | Compiling dropshot v0.12.0 |
1388 | 2024-11-27T19:35:54.944Z | Compiling object v0.36.5 |
1389 | 2024-11-27T19:35:55.120Z | Compiling anyhow v1.0.93 |
1390 | 2024-11-27T19:35:55.223Z | Compiling rustc-demangle v0.1.24 |
1391 | 2024-11-27T19:35:55.794Z | Compiling fallible-iterator v0.2.0 |
1392 | 2024-11-27T19:35:55.864Z | Compiling portable-atomic v1.9.0 |
1393 | 2024-11-27T19:35:55.957Z | Compiling num-bigint-dig v0.8.4 |
1394 | 2024-11-27T19:35:56.260Z | Compiling linked-hash-map v0.5.6 |
1395 | 2024-11-27T19:35:56.281Z | Compiling psl-types v2.0.11 |
1396 | 2024-11-27T19:35:56.491Z | Compiling take_mut v0.2.2 |
1397 | 2024-11-27T19:35:56.522Z | Compiling dyn-clone v1.0.17 |
1398 | 2024-11-27T19:35:56.635Z | Compiling quick-error v1.2.3 |
1399 | 2024-11-27T19:35:56.657Z | Compiling base16ct v0.2.0 |
1400 | 2024-11-27T19:35:56.752Z | Compiling utf-8 v0.7.6 |
1401 | 2024-11-27T19:35:56.786Z | Compiling smoltcp v0.9.1 |
1402 | 2024-11-27T19:35:56.980Z | Compiling tungstenite v0.24.0 |
1403 | 2024-11-27T19:35:57.076Z | Compiling sec1 v0.7.3 |
1404 | 2024-11-27T19:35:57.104Z | Compiling resolv-conf v0.7.0 |
1405 | 2024-11-27T19:35:57.950Z | Compiling lru-cache v0.1.2 |
1406 | 2024-11-27T19:35:58.161Z | Compiling postgres-protocol v0.6.7 |
1407 | 2024-11-27T19:35:58.195Z | Compiling publicsuffix v2.2.3 |
1408 | 2024-11-27T19:35:58.956Z | Compiling async-stream v0.3.6 |
1409 | 2024-11-27T19:35:59.032Z | Compiling hickory-proto v0.24.1 |
1410 | 2024-11-27T19:35:59.270Z | Compiling group v0.13.0 |
1411 | 2024-11-27T19:35:59.477Z | Compiling slog-term v2.9.1 |
1412 | 2024-11-27T19:35:59.561Z | Compiling usdt v0.5.0 |
1413 | 2024-11-27T19:36:00.097Z | Compiling num-iter v0.1.45 |
1414 | 2024-11-27T19:36:00.428Z | Compiling futures v0.3.31 |
1415 | 2024-11-27T19:36:00.558Z | Compiling slog-bunyan v2.5.0 |
1416 | 2024-11-27T19:36:00.815Z | Compiling toml v0.8.19 |
1417 | 2024-11-27T19:36:02.100Z | Compiling tokio-native-tls v0.3.1 |
1418 | 2024-11-27T19:36:02.588Z | Compiling backtrace v0.3.74 |
1419 | 2024-11-27T19:36:02.767Z | Compiling camino v1.1.9 |
1420 | 2024-11-27T19:36:02.789Z | Compiling phf_shared v0.11.2 |
1421 | 2024-11-27T19:36:03.198Z | Compiling dropshot_endpoint v0.12.0 |
1422 | 2024-11-27T19:36:03.368Z | Compiling terminal_size v0.4.0 |
1423 | 2024-11-27T19:36:03.437Z | Compiling waitgroup v0.1.2 |
1424 | 2024-11-27T19:36:03.589Z | Compiling openapiv3 v2.0.0 |
1425 | 2024-11-27T19:36:03.661Z | Compiling serde_path_to_error v0.1.16 |
1426 | 2024-11-27T19:36:03.731Z | Compiling hkdf v0.12.4 |
1427 | 2024-11-27T19:36:04.003Z | Compiling crypto-bigint v0.5.5 |
1428 | 2024-11-27T19:36:04.537Z | Compiling webpki-roots v0.26.6 |
1429 | 2024-11-27T19:36:04.777Z | Compiling zerocopy-derive v0.6.6 |
1430 | 2024-11-27T19:36:06.465Z | Compiling curve25519-dalek-derive v0.1.1 |
1431 | 2024-11-27T19:36:06.886Z | Compiling hubpack_derive v0.1.1 |
1432 | 2024-11-27T19:36:07.132Z | Compiling idna v0.5.0 |
1433 | 2024-11-27T19:36:07.847Z | Compiling hostname v0.4.0 |
1434 | 2024-11-27T19:36:08.012Z | Compiling crc32fast v1.4.2 |
1435 | 2024-11-27T19:36:08.117Z | Compiling ahash v0.8.11 |
1436 | 2024-11-27T19:36:08.139Z | Compiling fs-err v2.11.0 |
1437 | 2024-11-27T19:36:08.370Z | Compiling winnow v0.5.40 |
1438 | 2024-11-27T19:36:08.391Z | Compiling bitflags v1.3.2 |
1439 | 2024-11-27T19:36:08.425Z | Compiling debug-ignore v1.0.5 |
1440 | 2024-11-27T19:36:08.458Z | Compiling managed v0.8.0 |
1441 | 2024-11-27T19:36:08.509Z | Compiling console v0.15.8 |
1442 | 2024-11-27T19:36:08.580Z | Compiling clap_builder v4.5.21 |
1443 | 2024-11-27T19:36:09.008Z | Compiling strum_macros v0.25.3 |
1444 | 2024-11-27T19:36:10.222Z | Compiling flate2 v1.0.34 |
1445 | 2024-11-27T19:36:10.348Z | Compiling cookie_store v0.21.0 |
1446 | 2024-11-27T19:36:11.179Z | Compiling hubpack v0.1.2 |
1447 | 2024-11-27T19:36:11.199Z | Compiling elliptic-curve v0.13.8 |
1448 | 2024-11-27T19:36:11.663Z | Compiling zerocopy v0.6.6 |
1449 | 2024-11-27T19:36:11.981Z | Compiling toml_edit v0.19.15 |
1450 | 2024-11-27T19:36:12.080Z | Compiling hickory-resolver v0.24.1 |
1451 | 2024-11-27T19:36:12.549Z | Compiling phf v0.11.2 |
1452 | 2024-11-27T19:36:12.864Z | Compiling signal-hook-mio v0.2.4 |
1453 | 2024-11-27T19:36:13.043Z | Compiling hyper-tls v0.6.0 |
1454 | 2024-11-27T19:36:13.371Z | Compiling rayon v1.10.0 |
1455 | 2024-11-27T19:36:13.486Z | Compiling bzip2 v0.4.4 |
1456 | 2024-11-27T19:36:13.890Z | Compiling postgres-types v0.2.8 |
1457 | 2024-11-27T19:36:15.530Z | Compiling tokio-tungstenite v0.24.0 |
1458 | 2024-11-27T19:36:17.547Z | Compiling ed25519 v2.2.3 |
1459 | 2024-11-27T19:36:18.387Z | Compiling phf_shared v0.10.0 |
1460 | 2024-11-27T19:36:18.452Z | Compiling tokio-stream v0.1.16 |
1461 | 2024-11-27T19:36:18.783Z | Compiling pkcs1 v0.7.5 |
1462 | 2024-11-27T19:36:18.806Z | Compiling serde-big-array v0.5.1 |
1463 | 2024-11-27T19:36:19.045Z | Compiling clap_derive v4.5.18 |
1464 | 2024-11-27T19:36:19.242Z | Compiling rfc6979 v0.4.0 |
1465 | 2024-11-27T19:36:19.435Z | Compiling serde_repr v0.1.19 |
1466 | 2024-11-27T19:36:19.507Z | Compiling derive-where v1.2.7 |
1467 | 2024-11-27T19:36:19.561Z | Compiling float-cmp v0.9.0 |
1468 | 2024-11-27T19:36:19.797Z | Compiling bstr v1.10.0 |
1469 | 2024-11-27T19:36:19.825Z | Compiling sync_wrapper v1.0.1 |
1470 | 2024-11-27T19:36:19.995Z | Compiling bit-vec v0.6.3 |
1471 | 2024-11-27T19:36:20.457Z | Compiling number_prefix v0.4.0 |
1472 | 2024-11-27T19:36:20.486Z | Compiling difflib v0.4.0 |
1473 | 2024-11-27T19:36:20.670Z | Compiling fixedbitset v0.4.2 |
1474 | 2024-11-27T19:36:20.692Z | Compiling whoami v1.5.2 |
1475 | 2024-11-27T19:36:21.162Z | Compiling predicates-core v1.0.8 |
1476 | 2024-11-27T19:36:21.368Z | Compiling new_debug_unreachable v1.0.6 |
1477 | 2024-11-27T19:36:21.473Z | Compiling normalize-line-endings v0.3.0 |
1478 | 2024-11-27T19:36:21.548Z | Compiling unicode-segmentation v1.12.0 |
1479 | 2024-11-27T19:36:21.607Z | Compiling precomputed-hash v0.1.1 |
1480 | 2024-11-27T19:36:21.674Z | Compiling static_assertions v1.1.0 |
1481 | 2024-11-27T19:36:21.732Z | Compiling unicode-width v0.2.0 |
1482 | 2024-11-27T19:36:21.785Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1483 | 2024-11-27T19:36:22.151Z | Compiling string_cache v0.8.7 |
1484 | 2024-11-27T19:36:22.318Z | Compiling similar v2.6.0 |
1485 | 2024-11-27T19:36:22.494Z | Compiling indicatif v0.17.9 |
1486 | 2024-11-27T19:36:22.696Z | Compiling predicates v3.1.2 |
1487 | 2024-11-27T19:36:23.323Z | Compiling tokio-postgres v0.7.12 |
1488 | 2024-11-27T19:36:24.341Z | Compiling clap v4.5.21 |
1489 | 2024-11-27T19:36:24.476Z | Compiling petgraph v0.6.5 |
1490 | 2024-11-27T19:36:24.597Z | Compiling bit-set v0.5.3 |
1491 | 2024-11-27T19:36:24.787Z | Compiling ecdsa v0.16.9 |
1492 | 2024-11-27T19:36:24.887Z | Compiling rsa v0.9.6 |
1493 | 2024-11-27T19:36:24.916Z | Compiling ed25519-dalek v2.1.1 |
1494 | 2024-11-27T19:36:25.695Z | Compiling toml v0.7.8 |
1495 | 2024-11-27T19:36:26.313Z | Compiling zip v0.6.6 |
1496 | 2024-11-27T19:36:27.563Z | Compiling crossterm v0.28.1 |
1497 | 2024-11-27T19:36:28.792Z | Compiling hex v0.4.3 |
1498 | 2024-11-27T19:36:28.896Z | Compiling x509-cert v0.2.5 |
1499 | 2024-11-27T19:36:29.251Z | Compiling itertools v0.10.5 |
1500 | 2024-11-27T19:36:29.358Z | Compiling unicode-xid v0.2.6 |
1501 | 2024-11-27T19:36:29.422Z | Compiling lalrpop-util v0.19.12 |
1502 | 2024-11-27T19:36:29.444Z | Compiling peg-runtime v0.8.3 |
1503 | 2024-11-27T19:36:29.527Z | Compiling strum_macros v0.26.4 |
1504 | 2024-11-27T19:36:29.787Z | Compiling xattr v1.3.1 |
1505 | 2024-11-27T19:36:30.060Z | Compiling filetime v0.2.25 |
1506 | 2024-11-27T19:36:30.422Z | Compiling tar v0.4.42 |
1507 | 2024-11-27T19:36:34.710Z | Compiling strum v0.26.3 |
1508 | 2024-11-27T19:36:38.144Z | Compiling aws-lc-sys v0.22.0 |
1509 | 2024-11-27T19:37:11.118Z | Compiling rustls-webpki v0.102.8 |
1510 | 2024-11-27T19:37:14.671Z | Compiling tokio-rustls v0.25.0 |
1511 | 2024-11-27T19:37:16.302Z | Compiling tokio-rustls v0.26.0 |
1512 | 2024-11-27T19:37:16.672Z | Compiling hyper-rustls v0.27.3 |
1513 | 2024-11-27T19:37:17.138Z | Compiling reqwest v0.12.9 |
1514 | 2024-11-27T19:37:18.581Z | Compiling qorb v0.2.1 |
1515 | 2024-11-27T19:37:23.199Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1516 | 2024-11-27T19:37:23.443Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1517 | 2024-11-27T19:37:29.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
1518 | 2024-11-27T19:37:29.835Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1519 | 2024-11-27T19:37:29.890Z | Nov 27 19:37:28.716 INFO Starting download, target: Console |
1520 | 2024-11-27T19:37:29.891Z | Nov 27 19:37:28.716 INFO Starting download, target: DendriteOpenapi |
1521 | 2024-11-27T19:37:29.891Z | Nov 27 19:37:28.716 INFO Starting download, target: Clickhouse |
1522 | 2024-11-27T19:37:29.891Z | Nov 27 19:37:28.716 INFO Starting download, target: DendriteStub |
1523 | 2024-11-27T19:37:29.894Z | Nov 27 19:37:28.716 INFO Starting download, target: Cockroach |
1524 | 2024-11-27T19:37:29.894Z | Nov 27 19:37:28.716 INFO Starting download, target: MaghemiteMgd |
1525 | 2024-11-27T19:37:29.894Z | Nov 27 19:37:28.716 INFO Starting download, target: TransceiverControl |
1526 | 2024-11-27T19:37:29.894Z | Nov 27 19:37:28.717 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1527 | 2024-11-27T19:37:29.894Z | Nov 27 19:37:28.717 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1528 | 2024-11-27T19:37:29.894Z | Nov 27 19:37:28.717 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1529 | 2024-11-27T19:37:29.894Z | Nov 27 19:37:28.717 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1530 | 2024-11-27T19:37:29.894Z | Nov 27 19:37:28.717 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1531 | 2024-11-27T19:37:29.894Z | Nov 27 19:37:28.717 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1532 | 2024-11-27T19:37:29.894Z | Nov 27 19:37:28.717 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1533 | 2024-11-27T19:37:30.115Z | Nov 27 19:37:28.911 INFO Download complete, target: DendriteOpenapi |
1534 | 2024-11-27T19:37:30.198Z | Nov 27 19:37:29.008 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1535 | 2024-11-27T19:37:30.407Z | Nov 27 19:37:29.227 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1536 | 2024-11-27T19:37:30.728Z | Nov 27 19:37:29.545 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1537 | 2024-11-27T19:37:30.756Z | Nov 27 19:37:29.581 INFO Download complete, target: Console |
1538 | 2024-11-27T19:37:30.815Z | Nov 27 19:37:29.640 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1539 | 2024-11-27T19:37:30.863Z | Nov 27 19:37:29.684 INFO Download complete, target: TransceiverControl |
1540 | 2024-11-27T19:37:31.330Z | Nov 27 19:37:30.155 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1541 | 2024-11-27T19:37:31.330Z | Nov 27 19:37:30.155 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1542 | 2024-11-27T19:37:31.859Z | Nov 27 19:37:30.685 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1543 | 2024-11-27T19:37:33.532Z | Nov 27 19:37:32.357 INFO Download complete, target: DendriteStub |
1544 | 2024-11-27T19:37:33.664Z | Nov 27 19:37:32.489 INFO Download complete, target: MaghemiteMgd |
1545 | 2024-11-27T19:37:38.603Z | Nov 27 19:37:37.427 INFO Checking that binary works, target: Cockroach |
1546 | 2024-11-27T19:37:38.779Z | Nov 27 19:37:37.604 INFO Download complete, target: Cockroach |
1547 | 2024-11-27T19:37:43.909Z | Nov 27 19:37:42.731 INFO Checking that binary works, target: Clickhouse |
1548 | 2024-11-27T19:37:44.393Z | Nov 27 19:37:43.217 INFO Download complete, target: Clickhouse |
1549 | 2024-11-27T19:37:44.401Z | All prerequisites installed successfully |
1550 | 2024-11-27T19:37:44.404Z | |
1551 | 2024-11-27T19:37:44.404Z | real 5:23.340165060 |
1552 | 2024-11-27T19:37:44.404Z | user 17:08.274236202 |
1553 | 2024-11-27T19:37:44.404Z | sys 3:20.244060392 |
1554 | 2024-11-27T19:37:44.404Z | trap 0.603024285 |
1555 | 2024-11-27T19:37:44.404Z | tflt 5.150302742 |
1556 | 2024-11-27T19:37:44.404Z | dflt 4.961851280 |
1557 | 2024-11-27T19:37:44.404Z | kflt 0.291891255 |
1558 | 2024-11-27T19:37:44.404Z | lock 30:49.354481011 |
1559 | 2024-11-27T19:37:44.404Z | slp 1:05:08.238109573 |
1560 | 2024-11-27T19:37:44.404Z | lat 55.119948936 |
1561 | 2024-11-27T19:37:44.404Z | stop 2:20.046380006 |
1562 | 2024-11-27T19:37:44.404Z | + ptime -m cargo xtask download softnpu |
1563 | 2024-11-27T19:37:44.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1564 | 2024-11-27T19:37:45.006Z | Running `target/debug/xtask download softnpu` |
1565 | 2024-11-27T19:37:45.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
1566 | 2024-11-27T19:37:45.942Z | Running `target/debug/xtask-downloader softnpu` |
1567 | 2024-11-27T19:37:45.981Z | Nov 27 19:37:44.804 INFO Starting download, target: Softnpu |
1568 | 2024-11-27T19:37:45.983Z | Nov 27 19:37:44.804 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1569 | 2024-11-27T19:37:46.642Z | Nov 27 19:37:45.465 INFO Download complete, target: Softnpu |
1570 | 2024-11-27T19:37:46.645Z | |
1571 | 2024-11-27T19:37:46.648Z | real 2.236532513 |
1572 | 2024-11-27T19:37:46.648Z | user 1.340025935 |
1573 | 2024-11-27T19:37:46.648Z | sys 0.575243262 |
1574 | 2024-11-27T19:37:46.648Z | trap 0.000837842 |
1575 | 2024-11-27T19:37:46.648Z | tflt 0.000004779 |
1576 | 2024-11-27T19:37:46.648Z | dflt 0.000001290 |
1577 | 2024-11-27T19:37:46.648Z | kflt 0.000000000 |
1578 | 2024-11-27T19:37:46.648Z | lock 6.691257250 |
1579 | 2024-11-27T19:37:46.648Z | slp 0.540436231 |
1580 | 2024-11-27T19:37:46.648Z | lat 0.068052709 |
1581 | 2024-11-27T19:37:46.648Z | stop 0.000165395 |
1582 | 2024-11-27T19:37:46.648Z | + export CARGO_INCREMENTAL=0 |
1583 | 2024-11-27T19:37:46.648Z | + CARGO_INCREMENTAL=0 |
1584 | 2024-11-27T19:37:46.648Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1585 | 2024-11-27T19:37:47.649Z | Compiling proc-macro2 v1.0.89 |
1586 | 2024-11-27T19:37:47.649Z | Compiling unicode-ident v1.0.13 |
1587 | 2024-11-27T19:37:47.652Z | Compiling libc v0.2.162 |
1588 | 2024-11-27T19:37:47.652Z | Compiling serde v1.0.215 |
1589 | 2024-11-27T19:37:47.652Z | Compiling autocfg v1.4.0 |
1590 | 2024-11-27T19:37:47.652Z | Compiling version_check v0.9.5 |
1591 | 2024-11-27T19:37:47.794Z | Compiling cfg-if v1.0.0 |
1592 | 2024-11-27T19:37:47.934Z | Compiling memchr v2.7.4 |
1593 | 2024-11-27T19:37:47.955Z | Compiling shlex v1.3.0 |
1594 | 2024-11-27T19:37:47.958Z | Compiling typenum v1.17.0 |
1595 | 2024-11-27T19:37:48.455Z | Compiling value-bag v1.9.0 |
1596 | 2024-11-27T19:37:48.586Z | Compiling generic-array v0.14.7 |
1597 | 2024-11-27T19:37:48.796Z | Compiling lock_api v0.4.12 |
1598 | 2024-11-27T19:37:48.874Z | Compiling log v0.4.22 |
1599 | 2024-11-27T19:37:48.909Z | Compiling scopeguard v1.2.0 |
1600 | 2024-11-27T19:37:49.067Z | Compiling parking_lot_core v0.9.10 |
1601 | 2024-11-27T19:37:49.382Z | Compiling once_cell v1.20.2 |
1602 | 2024-11-27T19:37:49.461Z | Compiling quote v1.0.37 |
1603 | 2024-11-27T19:37:49.733Z | Compiling serde_json v1.0.132 |
1604 | 2024-11-27T19:37:49.733Z | Compiling rustix v0.38.37 |
1605 | 2024-11-27T19:37:49.774Z | Compiling jobserver v0.1.32 |
1606 | 2024-11-27T19:37:50.004Z | Compiling syn v2.0.87 |
1607 | 2024-11-27T19:37:50.047Z | Compiling getrandom v0.2.15 |
1608 | 2024-11-27T19:37:50.164Z | Compiling cc v1.1.30 |
1609 | 2024-11-27T19:37:50.337Z | Compiling libm v0.2.8 |
1610 | 2024-11-27T19:37:50.409Z | Compiling thiserror v1.0.69 |
1611 | 2024-11-27T19:37:50.427Z | Compiling aho-corasick v1.1.3 |
1612 | 2024-11-27T19:37:50.430Z | Compiling regex-syntax v0.8.5 |
1613 | 2024-11-27T19:37:50.534Z | Compiling num-traits v0.2.19 |
1614 | 2024-11-27T19:37:50.670Z | Compiling either v1.13.0 |
1615 | 2024-11-27T19:37:50.846Z | Compiling itoa v1.0.11 |
1616 | 2024-11-27T19:37:50.945Z | Compiling spin v0.9.8 |
1617 | 2024-11-27T19:37:51.108Z | Compiling slab v0.4.9 |
1618 | 2024-11-27T19:37:51.428Z | Compiling byteorder v1.5.0 |
1619 | 2024-11-27T19:37:51.706Z | Compiling errno v0.3.9 |
1620 | 2024-11-27T19:37:51.905Z | Compiling rand_core v0.6.4 |
1621 | 2024-11-27T19:37:51.910Z | Compiling lazy_static v1.5.0 |
1622 | 2024-11-27T19:37:52.048Z | Compiling glob v0.3.1 |
1623 | 2024-11-27T19:37:52.625Z | Compiling prettyplease v0.2.25 |
1624 | 2024-11-27T19:37:52.898Z | Compiling clang-sys v1.8.1 |
1625 | 2024-11-27T19:37:53.243Z | Compiling minimal-lexical v0.2.1 |
1626 | 2024-11-27T19:37:53.434Z | Compiling libloading v0.8.5 |
1627 | 2024-11-27T19:37:53.576Z | Compiling bindgen v0.69.5 |
1628 | 2024-11-27T19:37:53.721Z | Compiling nom v7.1.3 |
1629 | 2024-11-27T19:37:53.740Z | Compiling home v0.5.9 |
1630 | 2024-11-27T19:37:53.826Z | Compiling allocator-api2 v0.2.18 |
1631 | 2024-11-27T19:37:53.965Z | Compiling subtle v2.6.1 |
1632 | 2024-11-27T19:37:54.290Z | Compiling regex-automata v0.4.8 |
1633 | 2024-11-27T19:37:54.466Z | Compiling itertools v0.12.1 |
1634 | 2024-11-27T19:37:54.605Z | Compiling lazycell v1.3.0 |
1635 | 2024-11-27T19:37:54.777Z | Compiling semver v1.0.23 |
1636 | 2024-11-27T19:37:54.878Z | Compiling rustc-hash v1.1.0 |
1637 | 2024-11-27T19:37:55.039Z | Compiling smallvec v1.13.2 |
1638 | 2024-11-27T19:37:55.267Z | Compiling cmake v0.1.51 |
1639 | 2024-11-27T19:37:55.731Z | Compiling fs_extra v1.3.0 |
1640 | 2024-11-27T19:37:56.201Z | Compiling dunce v1.0.5 |
1641 | 2024-11-27T19:37:56.927Z | Compiling pkg-config v0.3.31 |
1642 | 2024-11-27T19:37:56.948Z | Compiling ring v0.17.8 |
1643 | 2024-11-27T19:37:57.493Z | Compiling cexpr v0.6.0 |
1644 | 2024-11-27T19:37:57.713Z | Compiling pin-project-lite v0.2.14 |
1645 | 2024-11-27T19:37:57.804Z | Compiling ryu v1.0.18 |
1646 | 2024-11-27T19:37:57.852Z | Compiling fnv v1.0.7 |
1647 | 2024-11-27T19:37:57.988Z | Compiling synstructure v0.13.1 |
1648 | 2024-11-27T19:37:58.096Z | Compiling const-oid v0.9.6 |
1649 | 2024-11-27T19:37:58.184Z | Compiling paste v1.0.15 |
1650 | 2024-11-27T19:37:59.196Z | Compiling aws-lc-rs v1.10.0 |
1651 | 2024-11-27T19:37:59.222Z | Compiling foldhash v0.1.3 |
1652 | 2024-11-27T19:37:59.482Z | Compiling equivalent v1.0.1 |
1653 | 2024-11-27T19:37:59.529Z | Compiling httparse v1.9.5 |
1654 | 2024-11-27T19:37:59.603Z | Compiling hashbrown v0.15.0 |
1655 | 2024-11-27T19:38:00.021Z | Compiling regex v1.11.1 |
1656 | 2024-11-27T19:38:00.696Z | Compiling heck v0.5.0 |
1657 | 2024-11-27T19:38:00.770Z | Compiling schemars v0.8.21 |
1658 | 2024-11-27T19:38:00.993Z | Compiling serde_derive_internals v0.29.1 |
1659 | 2024-11-27T19:38:01.079Z | Compiling signal-hook-registry v1.4.2 |
1660 | 2024-11-27T19:38:01.112Z | Compiling mio v1.0.2 |
1661 | 2024-11-27T19:38:01.607Z | Compiling parking_lot v0.12.3 |
1662 | 2024-11-27T19:38:03.098Z | Compiling stable_deref_trait v1.2.0 |
1663 | 2024-11-27T19:38:03.226Z | Compiling crossbeam-utils v0.8.20 |
1664 | 2024-11-27T19:38:03.396Z | Compiling socket2 v0.5.7 |
1665 | 2024-11-27T19:38:03.469Z | Compiling futures-core v0.3.31 |
1666 | 2024-11-27T19:38:03.649Z | Compiling serde_derive v1.0.215 |
1667 | 2024-11-27T19:38:03.725Z | Compiling zeroize_derive v1.4.2 |
1668 | 2024-11-27T19:38:03.765Z | Compiling zerocopy-derive v0.7.35 |
1669 | 2024-11-27T19:38:03.784Z | Compiling thiserror-impl v1.0.69 |
1670 | 2024-11-27T19:38:04.818Z | Compiling tokio-macros v2.4.0 |
1671 | 2024-11-27T19:38:05.019Z | Compiling zerofrom-derive v0.1.4 |
1672 | 2024-11-27T19:38:05.236Z | Compiling zeroize v1.8.1 |
1673 | 2024-11-27T19:38:05.532Z | Compiling yoke-derive v0.7.4 |
1674 | 2024-11-27T19:38:05.703Z | Compiling futures-macro v0.3.31 |
1675 | 2024-11-27T19:38:05.848Z | Compiling zerovec-derive v0.10.3 |
1676 | 2024-11-27T19:38:06.322Z | Compiling zerocopy v0.7.35 |
1677 | 2024-11-27T19:38:06.741Z | Compiling displaydoc v0.2.5 |
1678 | 2024-11-27T19:38:07.570Z | Compiling crypto-common v0.1.6 |
1679 | 2024-11-27T19:38:07.941Z | Compiling tracing-attributes v0.1.27 |
1680 | 2024-11-27T19:38:08.018Z | Compiling icu_provider_macros v1.5.0 |
1681 | 2024-11-27T19:38:08.254Z | Compiling block-buffer v0.10.4 |
1682 | 2024-11-27T19:38:08.291Z | Compiling schemars_derive v0.8.21 |
1683 | 2024-11-27T19:38:08.506Z | Compiling digest v0.10.7 |
1684 | 2024-11-27T19:38:08.887Z | Compiling der_derive v0.7.3 |
1685 | 2024-11-27T19:38:08.960Z | Compiling num-conv v0.1.0 |
1686 | 2024-11-27T19:38:09.043Z | Compiling time-core v0.1.2 |
1687 | 2024-11-27T19:38:09.255Z | Compiling time-macros v0.2.18 |
1688 | 2024-11-27T19:38:10.164Z | Compiling vcpkg v0.2.15 |
1689 | 2024-11-27T19:38:11.850Z | Compiling openssl-sys v0.9.103 |
1690 | 2024-11-27T19:38:12.251Z | Compiling cpufeatures v0.2.14 |
1691 | 2024-11-27T19:38:12.363Z | Compiling futures-sink v0.3.31 |
1692 | 2024-11-27T19:38:12.647Z | Compiling slog v2.7.0 |
1693 | 2024-11-27T19:38:12.808Z | Compiling ahash v0.8.11 |
1694 | 2024-11-27T19:38:12.873Z | Compiling syn v1.0.109 |
1695 | 2024-11-27T19:38:13.186Z | Compiling zerofrom v0.1.4 |
1696 | 2024-11-27T19:38:13.436Z | Compiling scroll_derive v0.12.0 |
1697 | 2024-11-27T19:38:13.656Z | Compiling ucd-trie v0.1.7 |
1698 | 2024-11-27T19:38:13.719Z | Compiling iana-time-zone v0.1.61 |
1699 | 2024-11-27T19:38:14.061Z | Compiling pest v2.7.14 |
1700 | 2024-11-27T19:38:14.173Z | Compiling yoke v0.7.4 |
1701 | 2024-11-27T19:38:14.471Z | Compiling futures-channel v0.3.31 |
1702 | 2024-11-27T19:38:14.871Z | Compiling hmac v0.12.1 |
1703 | 2024-11-27T19:38:14.976Z | Compiling pin-utils v0.1.0 |
1704 | 2024-11-27T19:38:15.080Z | Compiling futures-task v0.3.31 |
1705 | 2024-11-27T19:38:15.099Z | Compiling openssl v0.10.66 |
1706 | 2024-11-27T19:38:15.166Z | Compiling futures-io v0.3.31 |
1707 | 2024-11-27T19:38:15.615Z | Compiling futures-util v0.3.31 |
1708 | 2024-11-27T19:38:15.797Z | Compiling zerovec v0.10.4 |
1709 | 2024-11-27T19:38:15.951Z | Compiling block-padding v0.3.3 |
1710 | 2024-11-27T19:38:16.537Z | Compiling tinyvec_macros v0.1.1 |
1711 | 2024-11-27T19:38:16.631Z | Compiling pest_meta v2.7.14 |
1712 | 2024-11-27T19:38:17.214Z | Compiling tinyvec v1.8.0 |
1713 | 2024-11-27T19:38:17.592Z | Compiling bitflags v2.6.0 |
1714 | 2024-11-27T19:38:18.061Z | Compiling bytes v1.8.0 |
1715 | 2024-11-27T19:38:19.510Z | Compiling indexmap v2.6.0 |
1716 | 2024-11-27T19:38:20.949Z | Compiling tokio v1.40.0 |
1717 | 2024-11-27T19:38:21.623Z | Compiling serde_tokenstream v0.2.2 |
1718 | 2024-11-27T19:38:22.217Z | Compiling which v4.4.2 |
1719 | 2024-11-27T19:38:22.330Z | Compiling http v1.1.0 |
1720 | 2024-11-27T19:38:22.966Z | Compiling uuid v1.11.0 |
1721 | 2024-11-27T19:38:23.414Z | Compiling rustc_version v0.4.1 |
1722 | 2024-11-27T19:38:24.081Z | Compiling chrono v0.4.38 |
1723 | 2024-11-27T19:38:26.215Z | Compiling pest_generator v2.7.14 |
1724 | 2024-11-27T19:38:27.261Z | Compiling toml_datetime v0.6.8 |
1725 | 2024-11-27T19:38:27.760Z | Compiling serde_spanned v0.6.8 |
1726 | 2024-11-27T19:38:28.004Z | Compiling inout v0.1.3 |
1727 | 2024-11-27T19:38:28.285Z | Compiling openssl-macros v0.1.1 |
1728 | 2024-11-27T19:38:29.119Z | Compiling native-tls v0.2.12 |
1729 | 2024-11-27T19:38:29.386Z | Compiling rustls v0.23.14 |
1730 | 2024-11-27T19:38:29.675Z | Compiling strsim v0.11.1 |
1731 | 2024-11-27T19:38:30.443Z | Compiling cipher v0.4.4 |
1732 | 2024-11-27T19:38:30.630Z | Compiling pest_derive v2.7.14 |
1733 | 2024-11-27T19:38:30.981Z | Compiling unicode-normalization v0.1.24 |
1734 | 2024-11-27T19:38:31.263Z | Compiling tinystr v0.7.6 |
1735 | 2024-11-27T19:38:31.427Z | Compiling sha2 v0.10.8 |
1736 | 2024-11-27T19:38:31.768Z | Compiling tracing-core v0.1.32 |
1737 | 2024-11-27T19:38:32.096Z | Compiling usdt-impl v0.5.0 |
1738 | 2024-11-27T19:38:32.219Z | Compiling base64ct v1.6.0 |
1739 | 2024-11-27T19:38:32.269Z | Compiling dyn-clone v1.0.17 |
1740 | 2024-11-27T19:38:32.427Z | Compiling writeable v0.5.5 |
1741 | 2024-11-27T19:38:32.495Z | Compiling litemap v0.7.3 |
1742 | 2024-11-27T19:38:32.761Z | Compiling unicode-bidi v0.3.17 |
1743 | 2024-11-27T19:38:32.823Z | Compiling pem-rfc7468 v0.7.0 |
1744 | 2024-11-27T19:38:32.919Z | Compiling icu_locid v1.5.0 |
1745 | 2024-11-27T19:38:32.990Z | Compiling tracing v0.1.40 |
1746 | 2024-11-27T19:38:34.150Z | Compiling scroll v0.12.0 |
1747 | 2024-11-27T19:38:34.654Z | Compiling ppv-lite86 v0.2.20 |
1748 | 2024-11-27T19:38:34.736Z | Compiling async-trait v0.1.83 |
1749 | 2024-11-27T19:38:35.447Z | Compiling cookie v0.18.1 |
1750 | 2024-11-27T19:38:35.559Z | Compiling camino v1.1.9 |
1751 | 2024-11-27T19:38:35.912Z | Compiling anyhow v1.0.93 |
1752 | 2024-11-27T19:38:36.567Z | Compiling plain v0.2.3 |
1753 | 2024-11-27T19:38:36.724Z | Compiling flagset v0.4.6 |
1754 | 2024-11-27T19:38:36.973Z | Compiling aws-lc-sys v0.22.0 |
1755 | 2024-11-27T19:38:37.081Z | Compiling der v0.7.9 |
1756 | 2024-11-27T19:38:40.080Z | Compiling goblin v0.8.2 |
1757 | 2024-11-27T19:38:43.805Z | Compiling rand_chacha v0.3.1 |
1758 | 2024-11-27T19:38:44.788Z | Compiling icu_provider v1.5.0 |
1759 | 2024-11-27T19:38:45.139Z | Compiling rayon-core v1.12.1 |
1760 | 2024-11-27T19:38:45.399Z | Compiling untrusted v0.7.1 |
1761 | 2024-11-27T19:38:45.603Z | Compiling pretty-hex v0.4.1 |
1762 | 2024-11-27T19:38:45.776Z | Compiling rustls-pki-types v1.9.0 |
1763 | 2024-11-27T19:38:45.806Z | Compiling percent-encoding v2.3.1 |
1764 | 2024-11-27T19:38:46.592Z | Compiling rustls v0.22.4 |
1765 | 2024-11-27T19:38:46.855Z | Compiling icu_locid_transform_data v1.5.0 |
1766 | 2024-11-27T19:38:46.965Z | Compiling icu_locid_transform v1.5.0 |
1767 | 2024-11-27T19:38:47.190Z | Compiling dof v0.3.0 |
1768 | 2024-11-27T19:38:48.137Z | Compiling rand v0.8.5 |
1769 | 2024-11-27T19:38:48.564Z | Compiling spki v0.7.3 |
1770 | 2024-11-27T19:38:48.968Z | Compiling dtrace-parser v0.2.0 |
1771 | 2024-11-27T19:38:49.107Z | Compiling salsa20 v0.10.2 |
1772 | 2024-11-27T19:38:49.324Z | Compiling tokio-util v0.7.12 |
1773 | 2024-11-27T19:38:49.376Z | Compiling icu_collections v1.5.0 |
1774 | 2024-11-27T19:38:49.773Z | Compiling pbkdf2 v0.12.2 |
1775 | 2024-11-27T19:38:50.696Z | Compiling thread-id v4.2.2 |
1776 | 2024-11-27T19:38:50.723Z | Compiling powerfmt v0.2.0 |
1777 | 2024-11-27T19:38:50.823Z | Compiling mirai-annotations v1.12.0 |
1778 | 2024-11-27T19:38:50.947Z | Compiling untrusted v0.9.0 |
1779 | 2024-11-27T19:38:50.967Z | Compiling icu_properties_data v1.5.0 |
1780 | 2024-11-27T19:38:51.215Z | Compiling winnow v0.5.40 |
1781 | 2024-11-27T19:38:51.273Z | Compiling icu_properties v1.5.1 |
1782 | 2024-11-27T19:38:51.442Z | Compiling deranged v0.3.11 |
1783 | 2024-11-27T19:38:55.079Z | Compiling toml_edit v0.19.15 |
1784 | 2024-11-27T19:38:57.039Z | Compiling scrypt v0.11.0 |
1785 | 2024-11-27T19:38:57.255Z | Compiling cbc v0.1.2 |
1786 | 2024-11-27T19:38:57.453Z | Compiling aes v0.8.4 |
1787 | 2024-11-27T19:38:57.492Z | Compiling multer v3.1.0 |
1788 | 2024-11-27T19:38:57.569Z | Compiling num_threads v0.1.7 |
1789 | 2024-11-27T19:38:57.712Z | Compiling utf8_iter v1.0.4 |
1790 | 2024-11-27T19:38:57.805Z | Compiling write16 v1.0.0 |
1791 | 2024-11-27T19:38:57.948Z | Compiling atomic-waker v1.1.2 |
1792 | 2024-11-27T19:38:58.333Z | Compiling slog-async v2.8.0 |
1793 | 2024-11-27T19:38:58.376Z | Compiling rustversion v1.0.17 |
1794 | 2024-11-27T19:38:58.779Z | Compiling utf16_iter v1.0.5 |
1795 | 2024-11-27T19:38:58.961Z | Compiling icu_normalizer_data v1.5.0 |
1796 | 2024-11-27T19:38:59.074Z | Compiling icu_normalizer v1.5.0 |
1797 | 2024-11-27T19:38:59.092Z | Compiling pkcs5 v0.7.1 |
1798 | 2024-11-27T19:38:59.194Z | Compiling time v0.3.36 |
1799 | 2024-11-27T19:39:00.818Z | Compiling form_urlencoded v1.2.1 |
1800 | 2024-11-27T19:39:01.645Z | Compiling http-body v1.0.1 |
1801 | 2024-11-27T19:39:01.919Z | Compiling heapless v0.7.17 |
1802 | 2024-11-27T19:39:02.611Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1803 | 2024-11-27T19:39:03.218Z | Compiling signal-hook v0.3.17 |
1804 | 2024-11-27T19:39:03.659Z | Compiling try-lock v0.2.5 |
1805 | 2024-11-27T19:39:05.389Z | Compiling want v0.3.1 |
1806 | 2024-11-27T19:39:05.891Z | Compiling idna_adapter v1.2.0 |
1807 | 2024-11-27T19:39:06.131Z | Compiling pkcs8 v0.10.2 |
1808 | 2024-11-27T19:39:06.829Z | Compiling h2 v0.4.6 |
1809 | 2024-11-27T19:39:07.751Z | Compiling usdt-macro v0.5.0 |
1810 | 2024-11-27T19:39:09.092Z | Compiling usdt-attr-macro v0.5.0 |
1811 | 2024-11-27T19:39:09.328Z | Compiling async-stream-impl v0.3.6 |
1812 | 2024-11-27T19:39:09.850Z | Compiling httpdate v1.0.3 |
1813 | 2024-11-27T19:39:10.607Z | Compiling adler2 v2.0.0 |
1814 | 2024-11-27T19:39:10.878Z | Compiling miniz_oxide v0.8.0 |
1815 | 2024-11-27T19:39:11.816Z | Compiling idna v1.0.3 |
1816 | 2024-11-27T19:39:13.328Z | Compiling curve25519-dalek v4.1.3 |
1817 | 2024-11-27T19:39:13.737Z | Compiling openapiv3 v2.0.0 |
1818 | 2024-11-27T19:39:14.234Z | Compiling hyper v1.5.0 |
1819 | 2024-11-27T19:39:14.958Z | Compiling enum-as-inner v0.6.1 |
1820 | 2024-11-27T19:39:17.104Z | Compiling dropshot v0.12.0 |
1821 | 2024-11-27T19:39:17.415Z | Compiling num-bigint-dig v0.8.4 |
1822 | 2024-11-27T19:39:17.717Z | Compiling smoltcp v0.9.1 |
1823 | 2024-11-27T19:39:18.143Z | Compiling tower-service v0.3.3 |
1824 | 2024-11-27T19:39:18.217Z | Compiling base64 v0.22.1 |
1825 | 2024-11-27T19:39:18.279Z | Compiling foreign-types-shared v0.1.1 |
1826 | 2024-11-27T19:39:18.345Z | Compiling match_cfg v0.1.0 |
1827 | 2024-11-27T19:39:18.394Z | Compiling portable-atomic v1.9.0 |
1828 | 2024-11-27T19:39:18.511Z | Compiling hostname v0.3.1 |
1829 | 2024-11-27T19:39:18.735Z | Compiling foreign-types v0.3.2 |
1830 | 2024-11-27T19:39:18.922Z | Compiling hyper-util v0.1.10 |
1831 | 2024-11-27T19:39:21.988Z | Compiling url v2.5.3 |
1832 | 2024-11-27T19:39:27.223Z | Compiling dirs-sys-next v0.1.2 |
1833 | 2024-11-27T19:39:27.320Z | Compiling data-encoding v2.6.0 |
1834 | 2024-11-27T19:39:27.745Z | Compiling siphasher v0.3.11 |
1835 | 2024-11-27T19:39:28.122Z | Compiling gimli v0.31.1 |
1836 | 2024-11-27T19:39:28.145Z | Compiling heck v0.4.1 |
1837 | 2024-11-27T19:39:28.315Z | Compiling ident_case v1.0.1 |
1838 | 2024-11-27T19:39:28.510Z | Compiling darling_core v0.20.10 |
1839 | 2024-11-27T19:39:28.661Z | Compiling dirs-next v2.0.0 |
1840 | 2024-11-27T19:39:31.406Z | Compiling http-body-util v0.1.2 |
1841 | 2024-11-27T19:39:34.882Z | Compiling addr2line v0.24.2 |
1842 | 2024-11-27T19:39:35.246Z | Compiling crossbeam-epoch v0.9.18 |
1843 | 2024-11-27T19:39:35.431Z | Compiling hubpack_derive v0.1.1 |
1844 | 2024-11-27T19:39:35.517Z | Compiling dropshot_endpoint v0.12.0 |
1845 | 2024-11-27T19:39:35.858Z | Compiling sha1 v0.10.6 |
1846 | 2024-11-27T19:39:35.954Z | Compiling signature v2.2.0 |
1847 | 2024-11-27T19:39:36.194Z | Compiling zerocopy-derive v0.6.6 |
1848 | 2024-11-27T19:39:36.256Z | Compiling curve25519-dalek-derive v0.1.1 |
1849 | 2024-11-27T19:39:37.649Z | Compiling object v0.36.5 |
1850 | 2024-11-27T19:39:37.683Z | Compiling thread_local v1.1.8 |
1851 | 2024-11-27T19:39:38.163Z | Compiling fs-err v2.11.0 |
1852 | 2024-11-27T19:39:38.202Z | Compiling encoding_rs v0.8.34 |
1853 | 2024-11-27T19:39:39.666Z | Compiling winnow v0.6.20 |
1854 | 2024-11-27T19:39:41.778Z | Compiling ipnet v2.10.1 |
1855 | 2024-11-27T19:39:42.872Z | Compiling unicode-properties v0.1.3 |
1856 | 2024-11-27T19:39:43.295Z | Compiling mime v0.3.17 |
1857 | 2024-11-27T19:39:43.710Z | Compiling rustc-demangle v0.1.24 |
1858 | 2024-11-27T19:39:47.245Z | Compiling utf8parse v0.2.2 |
1859 | 2024-11-27T19:39:47.421Z | Compiling anstyle v1.0.10 |
1860 | 2024-11-27T19:39:47.895Z | Compiling openssl-probe v0.1.5 |
1861 | 2024-11-27T19:39:49.993Z | Compiling anstyle-parse v0.2.5 |
1862 | 2024-11-27T19:39:50.338Z | Compiling backtrace v0.3.74 |
1863 | 2024-11-27T19:39:51.412Z | Compiling toml_edit v0.22.22 |
1864 | 2024-11-27T19:39:51.640Z | Compiling stringprep v0.1.5 |
1865 | 2024-11-27T19:39:52.679Z | Compiling rustls-webpki v0.102.8 |
1866 | 2024-11-27T19:39:59.826Z | Compiling crossbeam-deque v0.8.5 |
1867 | 2024-11-27T19:40:01.118Z | Compiling darling_macro v0.20.10 |
1868 | 2024-11-27T19:40:02.038Z | Compiling term v0.7.0 |
1869 | 2024-11-27T19:40:03.438Z | Compiling slog-json v2.6.1 |
1870 | 2024-11-27T19:40:03.748Z | Compiling serde_urlencoded v0.7.1 |
1871 | 2024-11-27T19:40:04.366Z | Compiling crossbeam-channel v0.5.13 |
1872 | 2024-11-27T19:40:04.427Z | Compiling rustls-pemfile v2.2.0 |
1873 | 2024-11-27T19:40:04.833Z | Compiling hashbrown v0.14.5 |
1874 | 2024-11-27T19:40:05.540Z | Compiling idna v0.3.0 |
1875 | 2024-11-27T19:40:05.592Z | Compiling idna v0.4.0 |
1876 | 2024-11-27T19:40:06.261Z | Compiling futures-executor v0.3.31 |
1877 | 2024-11-27T19:40:07.072Z | Compiling num-integer v0.1.46 |
1878 | 2024-11-27T19:40:07.324Z | Compiling md-5 v0.10.6 |
1879 | 2024-11-27T19:40:07.490Z | Compiling ff v0.13.0 |
1880 | 2024-11-27T19:40:07.581Z | Compiling hash32 v0.2.1 |
1881 | 2024-11-27T19:40:07.742Z | Compiling is-terminal v0.4.13 |
1882 | 2024-11-27T19:40:07.846Z | Compiling memmap v0.7.0 |
1883 | 2024-11-27T19:40:07.984Z | Compiling fallible-iterator v0.2.0 |
1884 | 2024-11-27T19:40:08.162Z | Compiling colorchoice v1.0.2 |
1885 | 2024-11-27T19:40:08.325Z | Compiling take_mut v0.2.2 |
1886 | 2024-11-27T19:40:08.496Z | Compiling quick-error v1.2.3 |
1887 | 2024-11-27T19:40:08.646Z | Compiling anstyle-query v1.1.1 |
1888 | 2024-11-27T19:40:08.664Z | Compiling utf-8 v0.7.6 |
1889 | 2024-11-27T19:40:08.770Z | Compiling base16ct v0.2.0 |
1890 | 2024-11-27T19:40:08.966Z | Compiling linked-hash-map v0.5.6 |
1891 | 2024-11-27T19:40:09.058Z | Compiling psl-types v2.0.11 |
1892 | 2024-11-27T19:40:09.722Z | Compiling is_terminal_polyfill v1.70.1 |
1893 | 2024-11-27T19:40:09.860Z | Compiling anstream v0.6.15 |
1894 | 2024-11-27T19:40:10.591Z | Compiling lru-cache v0.1.2 |
1895 | 2024-11-27T19:40:10.824Z | Compiling publicsuffix v2.2.3 |
1896 | 2024-11-27T19:40:10.914Z | Compiling sec1 v0.7.3 |
1897 | 2024-11-27T19:40:11.178Z | Compiling tungstenite v0.24.0 |
1898 | 2024-11-27T19:40:11.557Z | Compiling postgres-protocol v0.6.7 |
1899 | 2024-11-27T19:40:12.400Z | Compiling resolv-conf v0.7.0 |
1900 | 2024-11-27T19:40:13.122Z | Compiling usdt v0.5.0 |
1901 | 2024-11-27T19:40:13.630Z | Compiling slog-term v2.9.1 |
1902 | 2024-11-27T19:40:13.815Z | Compiling group v0.13.0 |
1903 | 2024-11-27T19:40:14.129Z | Compiling num-iter v0.1.45 |
1904 | 2024-11-27T19:40:14.323Z | Compiling futures v0.3.31 |
1905 | 2024-11-27T19:40:14.448Z | Compiling hickory-proto v0.24.1 |
1906 | 2024-11-27T19:40:14.505Z | Compiling regress v0.10.1 |
1907 | 2024-11-27T19:40:18.869Z | Compiling slog-bunyan v2.5.0 |
1908 | 2024-11-27T19:40:19.089Z | Compiling darling v0.20.10 |
1909 | 2024-11-27T19:40:19.219Z | Compiling tokio-rustls v0.26.0 |
1910 | 2024-11-27T19:40:19.308Z | Compiling tokio-rustls v0.25.0 |
1911 | 2024-11-27T19:40:19.328Z | Compiling toml v0.8.19 |
1912 | 2024-11-27T19:40:19.690Z | Compiling tokio-native-tls v0.3.1 |
1913 | 2024-11-27T19:40:19.752Z | Compiling strum_macros v0.25.3 |
1914 | 2024-11-27T19:40:19.820Z | Compiling phf_shared v0.11.2 |
1915 | 2024-11-27T19:40:20.216Z | Compiling async-stream v0.3.6 |
1916 | 2024-11-27T19:40:20.314Z | Compiling waitgroup v0.1.2 |
1917 | 2024-11-27T19:40:20.515Z | Compiling webpki-roots v0.26.6 |
1918 | 2024-11-27T19:40:20.986Z | Compiling idna v0.5.0 |
1919 | 2024-11-27T19:40:21.094Z | Compiling terminal_size v0.4.0 |
1920 | 2024-11-27T19:40:21.322Z | Compiling serde_path_to_error v0.1.16 |
1921 | 2024-11-27T19:40:21.766Z | Compiling hkdf v0.12.4 |
1922 | 2024-11-27T19:40:22.339Z | Compiling crypto-bigint v0.5.5 |
1923 | 2024-11-27T19:40:22.437Z | Compiling clap_derive v4.5.18 |
1924 | 2024-11-27T19:40:22.671Z | Compiling derive-where v1.2.7 |
1925 | 2024-11-27T19:40:23.451Z | Compiling serde_repr v0.1.19 |
1926 | 2024-11-27T19:40:23.795Z | Compiling hostname v0.4.0 |
1927 | 2024-11-27T19:40:24.029Z | Compiling crc32fast v1.4.2 |
1928 | 2024-11-27T19:40:24.362Z | Compiling managed v0.8.0 |
1929 | 2024-11-27T19:40:24.559Z | Compiling unicode-width v0.1.14 |
1930 | 2024-11-27T19:40:24.865Z | Compiling debug-ignore v1.0.5 |
1931 | 2024-11-27T19:40:25.023Z | Compiling clap_lex v0.7.2 |
1932 | 2024-11-27T19:40:25.080Z | Compiling bitflags v1.3.2 |
1933 | 2024-11-27T19:40:27.003Z | Compiling elliptic-curve v0.13.8 |
1934 | 2024-11-27T19:40:27.172Z | Compiling clap_builder v4.5.21 |
1935 | 2024-11-27T19:40:27.911Z | Compiling console v0.15.8 |
1936 | 2024-11-27T19:40:29.242Z | Compiling flate2 v1.0.34 |
1937 | 2024-11-27T19:40:29.269Z | Compiling cookie_store v0.21.0 |
1938 | 2024-11-27T19:40:33.386Z | Compiling hyper-rustls v0.27.3 |
1939 | 2024-11-27T19:40:33.992Z | Compiling hickory-resolver v0.24.1 |
1940 | 2024-11-27T19:40:34.013Z | Compiling phf v0.11.2 |
1941 | 2024-11-27T19:40:34.870Z | Compiling hyper-tls v0.6.0 |
1942 | 2024-11-27T19:40:35.307Z | Compiling signal-hook-mio v0.2.4 |
1943 | 2024-11-27T19:40:35.498Z | Compiling rayon v1.10.0 |
1944 | 2024-11-27T19:40:36.145Z | Compiling typify-impl v0.2.0 |
1945 | 2024-11-27T19:40:36.444Z | Compiling bzip2 v0.4.4 |
1946 | 2024-11-27T19:40:36.795Z | Compiling postgres-types v0.2.8 |
1947 | 2024-11-27T19:40:36.848Z | Compiling tokio-tungstenite v0.24.0 |
1948 | 2024-11-27T19:40:37.708Z | Compiling zerocopy v0.6.6 |
1949 | 2024-11-27T19:40:37.800Z | Compiling hubpack v0.1.2 |
1950 | 2024-11-27T19:40:38.247Z | Compiling ed25519 v2.2.3 |
1951 | 2024-11-27T19:40:38.269Z | Compiling phf_shared v0.10.0 |
1952 | 2024-11-27T19:40:38.658Z | Compiling pkcs1 v0.7.5 |
1953 | 2024-11-27T19:40:38.701Z | Compiling tokio-stream v0.1.16 |
1954 | 2024-11-27T19:40:39.753Z | Compiling serde-big-array v0.5.1 |
1955 | 2024-11-27T19:40:39.859Z | Compiling rfc6979 v0.4.0 |
1956 | 2024-11-27T19:40:40.073Z | Compiling float-cmp v0.9.0 |
1957 | 2024-11-27T19:40:40.305Z | Compiling sync_wrapper v1.0.1 |
1958 | 2024-11-27T19:40:40.479Z | Compiling bstr v1.10.0 |
1959 | 2024-11-27T19:40:40.844Z | Compiling difflib v0.4.0 |
1960 | 2024-11-27T19:40:41.605Z | Compiling precomputed-hash v0.1.1 |
1961 | 2024-11-27T19:40:41.739Z | Compiling fixedbitset v0.4.2 |
1962 | 2024-11-27T19:40:42.155Z | Compiling new_debug_unreachable v1.0.6 |
1963 | 2024-11-27T19:40:42.184Z | Compiling bit-vec v0.6.3 |
1964 | 2024-11-27T19:40:42.203Z | Compiling whoami v1.5.2 |
1965 | 2024-11-27T19:40:42.269Z | Compiling unicode-segmentation v1.12.0 |
1966 | 2024-11-27T19:40:42.652Z | Compiling unicode-width v0.2.0 |
1967 | 2024-11-27T19:40:42.822Z | Compiling normalize-line-endings v0.3.0 |
1968 | 2024-11-27T19:40:42.968Z | Compiling number_prefix v0.4.0 |
1969 | 2024-11-27T19:40:43.174Z | Compiling predicates-core v1.0.8 |
1970 | 2024-11-27T19:40:43.223Z | Compiling static_assertions v1.1.0 |
1971 | 2024-11-27T19:40:43.336Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1972 | 2024-11-27T19:40:43.505Z | Compiling predicates v3.1.2 |
1973 | 2024-11-27T19:40:43.737Z | Compiling indicatif v0.17.9 |
1974 | 2024-11-27T19:40:43.830Z | Compiling similar v2.6.0 |
1975 | 2024-11-27T19:40:45.081Z | Compiling tokio-postgres v0.7.12 |
1976 | 2024-11-27T19:40:45.710Z | Compiling bit-set v0.5.3 |
1977 | 2024-11-27T19:40:45.861Z | Compiling string_cache v0.8.7 |
1978 | 2024-11-27T19:40:46.024Z | Compiling petgraph v0.6.5 |
1979 | 2024-11-27T19:40:48.541Z | Compiling typify-macro v0.2.0 |
1980 | 2024-11-27T19:40:50.277Z | Compiling reqwest v0.12.9 |
1981 | 2024-11-27T19:40:50.613Z | Compiling ecdsa v0.16.9 |
1982 | 2024-11-27T19:40:50.669Z | Compiling qorb v0.2.1 |
1983 | 2024-11-27T19:40:51.253Z | Compiling rsa v0.9.6 |
1984 | 2024-11-27T19:40:51.676Z | Compiling ed25519-dalek v2.1.1 |
1985 | 2024-11-27T19:40:52.381Z | Compiling zip v0.6.6 |
1986 | 2024-11-27T19:40:52.454Z | Compiling crossterm v0.28.1 |
1987 | 2024-11-27T19:40:52.711Z | Compiling clap v4.5.21 |
1988 | 2024-11-27T19:40:53.777Z | Compiling toml v0.7.8 |
1989 | 2024-11-27T19:40:54.739Z | Compiling x509-cert v0.2.5 |
1990 | 2024-11-27T19:40:55.992Z | Compiling hex v0.4.3 |
1991 | 2024-11-27T19:40:56.664Z | Compiling itertools v0.10.5 |
1992 | 2024-11-27T19:40:56.848Z | Compiling unicode-xid v0.2.6 |
1993 | 2024-11-27T19:40:56.924Z | Compiling peg-runtime v0.8.3 |
1994 | 2024-11-27T19:40:57.243Z | Compiling lalrpop-util v0.19.12 |
1995 | 2024-11-27T19:40:57.593Z | Compiling zerocopy v0.8.10 |
1996 | 2024-11-27T19:41:01.012Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1997 | 2024-11-27T19:41:04.268Z | Compiling proc-macro-crate v1.3.1 |
1998 | 2024-11-27T19:41:04.807Z | Compiling ipnetwork v0.20.0 |
1999 | 2024-11-27T19:41:04.906Z | Compiling macaddr v1.0.1 |
2000 | 2024-11-27T19:41:05.484Z | Compiling zerocopy-derive v0.8.10 |
2001 | 2024-11-27T19:41:05.564Z | Compiling itertools v0.13.0 |
2002 | 2024-11-27T19:41:08.274Z | Compiling heapless v0.8.0 |
2003 | 2024-11-27T19:41:09.032Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2004 | 2024-11-27T19:41:14.133Z | Compiling num_enum_derive v0.5.11 |
2005 | 2024-11-27T19:41:22.121Z | Compiling hash32 v0.3.1 |
2006 | 2024-11-27T19:41:23.710Z | Compiling smoltcp v0.11.0 |
2007 | 2024-11-27T19:41:24.023Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2008 | 2024-11-27T19:41:29.150Z | Compiling num_enum v0.5.11 |
2009 | 2024-11-27T19:41:29.344Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2010 | 2024-11-27T19:41:30.294Z | Compiling typify v0.2.0 |
2011 | 2024-11-27T19:41:30.872Z | Compiling proc-macro-error-attr v1.0.4 |
2012 | 2024-11-27T19:41:30.916Z | Compiling cobs v0.2.3 |
2013 | 2024-11-27T19:41:31.360Z | Compiling unsafe-libyaml v0.2.11 |
2014 | 2024-11-27T19:41:31.940Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2015 | 2024-11-27T19:41:33.183Z | Compiling serde_yaml v0.9.34+deprecated |
2016 | 2024-11-27T19:41:33.451Z | Compiling postcard v1.0.10 |
2017 | 2024-11-27T19:41:50.164Z | Compiling progenitor-impl v0.8.0 |
2018 | 2024-11-27T19:41:54.207Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2019 | 2024-11-27T19:42:02.858Z | Compiling strum_macros v0.26.4 |
2020 | 2024-11-27T19:42:03.782Z | Compiling foreign-types-macros v0.2.3 |
2021 | 2024-11-27T19:42:04.005Z | Compiling structmeta-derive v0.3.0 |
2022 | 2024-11-27T19:42:04.038Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2023 | 2024-11-27T19:42:04.358Z | Compiling proc-macro-error v1.0.4 |
2024 | 2024-11-27T19:42:06.175Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2025 | 2024-11-27T19:42:06.342Z | Compiling foreign-types-shared v0.3.1 |
2026 | 2024-11-27T19:42:06.361Z | Compiling newtype-uuid v1.1.3 |
2027 | 2024-11-27T19:42:06.696Z | Compiling structmeta v0.3.0 |
2028 | 2024-11-27T19:42:07.303Z | Compiling foreign-types v0.5.0 |
2029 | 2024-11-27T19:42:07.410Z | Compiling strum v0.26.3 |
2030 | 2024-11-27T19:42:07.430Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2031 | 2024-11-27T19:42:16.060Z | Compiling progenitor-macro v0.8.0 |
2032 | 2024-11-27T19:42:20.830Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2033 | 2024-11-27T19:42:21.260Z | Compiling progenitor-client v0.8.0 |
2034 | 2024-11-27T19:42:22.261Z | Compiling tabwriter v1.4.0 |
2035 | 2024-11-27T19:42:24.616Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2036 | 2024-11-27T19:42:25.452Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2037 | 2024-11-27T19:42:25.815Z | Compiling cstr-argument v0.1.2 |
2038 | 2024-11-27T19:42:26.102Z | Compiling dropshot v0.13.0 |
2039 | 2024-11-27T19:42:26.356Z | Compiling crucible-workspace-hack v0.1.0 |
2040 | 2024-11-27T19:42:26.420Z | Compiling pretty-hex v0.2.1 |
2041 | 2024-11-27T19:42:26.639Z | Compiling fastrand v2.1.1 |
2042 | 2024-11-27T19:42:26.837Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2043 | 2024-11-27T19:42:27.169Z | Compiling tempfile v3.13.0 |
2044 | 2024-11-27T19:42:27.516Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2045 | 2024-11-27T19:42:28.301Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2046 | 2024-11-27T19:42:28.399Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2047 | 2024-11-27T19:42:28.987Z | Compiling parse-display-derive v0.10.0 |
2048 | 2024-11-27T19:42:29.233Z | Compiling progenitor v0.8.0 |
2049 | 2024-11-27T19:42:29.413Z | Compiling colored v2.1.0 |
2050 | 2024-11-27T19:42:29.524Z | Compiling serde_with_macros v3.11.0 |
2051 | 2024-11-27T19:42:29.529Z | Compiling dropshot_endpoint v0.13.0 |
2052 | 2024-11-27T19:42:30.698Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2053 | 2024-11-27T19:42:31.473Z | Compiling instant v0.1.13 |
2054 | 2024-11-27T19:42:31.661Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2055 | 2024-11-27T19:42:32.090Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2056 | 2024-11-27T19:42:32.221Z | Compiling serde_with v3.11.0 |
2057 | 2024-11-27T19:42:33.015Z | Compiling parse-display v0.10.0 |
2058 | 2024-11-27T19:42:33.023Z | Compiling backoff v0.4.0 |
2059 | 2024-11-27T19:42:33.442Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2060 | 2024-11-27T19:42:34.368Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2061 | 2024-11-27T19:42:35.020Z | Compiling zone_cfg_derive v0.3.0 |
2062 | 2024-11-27T19:42:35.238Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2063 | 2024-11-27T19:42:35.870Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2064 | 2024-11-27T19:42:36.434Z | Compiling camino-tempfile v1.1.1 |
2065 | 2024-11-27T19:42:36.767Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2066 | 2024-11-27T19:42:36.792Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2067 | 2024-11-27T19:42:37.002Z | Compiling regress v0.9.1 |
2068 | 2024-11-27T19:42:37.243Z | Compiling num-derive v0.4.2 |
2069 | 2024-11-27T19:42:37.284Z | Compiling sigpipe v0.1.3 |
2070 | 2024-11-27T19:42:37.428Z | Compiling libefi-sys v0.1.0 |
2071 | 2024-11-27T19:42:37.725Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2072 | 2024-11-27T19:42:38.102Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2073 | 2024-11-27T19:42:39.578Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2074 | 2024-11-27T19:42:41.163Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2075 | 2024-11-27T19:42:41.466Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2076 | 2024-11-27T19:42:42.055Z | Compiling zone v0.3.0 |
2077 | 2024-11-27T19:42:43.653Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2078 | 2024-11-27T19:42:45.592Z | Compiling smf v0.2.3 |
2079 | 2024-11-27T19:42:45.972Z | Compiling bitfield-struct v0.6.2 |
2080 | 2024-11-27T19:42:46.775Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2081 | 2024-11-27T19:42:47.203Z | Compiling blake3 v1.5.4 |
2082 | 2024-11-27T19:42:47.396Z | Compiling ring v0.16.20 |
2083 | 2024-11-27T19:42:48.135Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2084 | 2024-11-27T19:42:48.528Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2085 | 2024-11-27T19:42:48.825Z | Compiling xattr v1.3.1 |
2086 | 2024-11-27T19:42:48.987Z | Compiling filetime v0.2.25 |
2087 | 2024-11-27T19:42:49.150Z | Compiling memmap2 v0.9.5 |
2088 | 2024-11-27T19:42:49.348Z | Compiling arrayvec v0.7.6 |
2089 | 2024-11-27T19:42:49.643Z | Compiling spin v0.5.2 |
2090 | 2024-11-27T19:42:49.737Z | Compiling same-file v1.0.6 |
2091 | 2024-11-27T19:42:49.856Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2092 | 2024-11-27T19:42:49.910Z | Compiling arrayref v0.3.9 |
2093 | 2024-11-27T19:42:50.002Z | Compiling constant_time_eq v0.3.1 |
2094 | 2024-11-27T19:42:50.039Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2095 | 2024-11-27T19:42:50.042Z | Compiling walkdir v2.5.0 |
2096 | 2024-11-27T19:42:51.655Z | Compiling tar v0.4.42 |
2097 | 2024-11-27T19:42:52.985Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2098 | 2024-11-27T19:42:52.987Z | Compiling gethostname v0.5.0 |
2099 | 2024-11-27T19:42:53.222Z | Compiling cargo-platform v0.1.8 |
2100 | 2024-11-27T19:42:53.423Z | Compiling topological-sort v0.2.2 |
2101 | 2024-11-27T19:42:53.722Z | Compiling cargo_metadata v0.18.1 |
2102 | 2024-11-27T19:42:57.318Z | Compiling omicron-zone-package v0.11.1 |
2103 | 2024-11-27T19:43:01.154Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2104 | 2024-11-27T19:43:03.576Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2105 | 2024-11-27T19:43:07.764Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2106 | 2024-11-27T19:43:24.599Z | Finished `release` profile [optimized] target(s) in 5m 37s |
2107 | 2024-11-27T19:43:24.775Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2108 | 2024-11-27T19:43:24.829Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2109 | 2024-11-27T19:43:24.832Z | Created new build target 'test' and set it as active |
2110 | 2024-11-27T19:43:24.832Z | |
2111 | 2024-11-27T19:43:24.834Z | real 5:38.131268383 |
2112 | 2024-11-27T19:43:24.834Z | user 38:04.530920988 |
2113 | 2024-11-27T19:43:24.834Z | sys 5:02.477986308 |
2114 | 2024-11-27T19:43:24.834Z | trap 1.229738505 |
2115 | 2024-11-27T19:43:24.834Z | tflt 3.110141350 |
2116 | 2024-11-27T19:43:24.835Z | dflt 0.946926915 |
2117 | 2024-11-27T19:43:24.835Z | kflt 0.017825633 |
2118 | 2024-11-27T19:43:24.835Z | lock 1:20:11.829402639 |
2119 | 2024-11-27T19:43:24.835Z | slp 2:38:57.084963657 |
2120 | 2024-11-27T19:43:24.835Z | lat 2:32.632525708 |
2121 | 2024-11-27T19:43:24.835Z | stop 4:36.282135129 |
2122 | 2024-11-27T19:43:24.835Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2123 | 2024-11-27T19:43:25.870Z | Finished `release` profile [optimized] target(s) in 0.98s |
2124 | 2024-11-27T19:43:25.940Z | Running `target/release/omicron-package -t test package` |
2125 | 2024-11-27T19:43:25.986Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2126 | 2024-11-27T19:43:27.265Z | Compiling convert_case v0.4.0 |
2127 | 2024-11-27T19:43:27.268Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2128 | 2024-11-27T19:43:27.268Z | Compiling itertools v0.13.0 |
2129 | 2024-11-27T19:43:27.268Z | Compiling newline-converter v0.3.0 |
2130 | 2024-11-27T19:43:27.268Z | Compiling password-hash v0.5.0 |
2131 | 2024-11-27T19:43:27.269Z | Compiling progenitor-client v0.8.0 |
2132 | 2024-11-27T19:43:27.404Z | Compiling blake2 v0.10.6 |
2133 | 2024-11-27T19:43:27.464Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2134 | 2024-11-27T19:43:27.640Z | Compiling expectorate v1.1.0 |
2135 | 2024-11-27T19:43:27.660Z | Compiling owo-colors v4.1.0 |
2136 | 2024-11-27T19:43:27.864Z | Compiling progenitor v0.8.0 |
2137 | 2024-11-27T19:43:27.957Z | Compiling cancel-safe-futures v0.1.5 |
2138 | 2024-11-27T19:43:28.010Z | Compiling num-rational v0.4.2 |
2139 | 2024-11-27T19:43:28.137Z | Compiling derive_more v0.99.18 |
2140 | 2024-11-27T19:43:28.158Z | Compiling argon2 v0.5.3 |
2141 | 2024-11-27T19:43:28.324Z | Compiling num-complex v0.4.6 |
2142 | 2024-11-27T19:43:29.249Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2143 | 2024-11-27T19:43:29.685Z | Compiling num v0.4.3 |
2144 | 2024-11-27T19:43:29.758Z | Compiling atomicwrites v0.4.4 |
2145 | 2024-11-27T19:43:29.825Z | Compiling libsw v3.3.1 |
2146 | 2024-11-27T19:43:29.856Z | Compiling linear-map v1.2.0 |
2147 | 2024-11-27T19:43:30.192Z | Compiling indent_write v2.2.0 |
2148 | 2024-11-27T19:43:30.302Z | Compiling float-ord v0.3.2 |
2149 | 2024-11-27T19:43:30.322Z | Compiling swrite v0.1.0 |
2150 | 2024-11-27T19:43:30.428Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2151 | 2024-11-27T19:43:30.460Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2152 | 2024-11-27T19:43:30.488Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2153 | 2024-11-27T19:43:30.558Z | Compiling base64 v0.21.7 |
2154 | 2024-11-27T19:43:30.627Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2155 | 2024-11-27T19:43:31.283Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2156 | 2024-11-27T19:43:31.501Z | Compiling highway v1.2.0 |
2157 | 2024-11-27T19:43:31.688Z | Compiling semver v0.1.20 |
2158 | 2024-11-27T19:43:32.293Z | Compiling rustc_version v0.1.7 |
2159 | 2024-11-27T19:43:32.734Z | Compiling newtype_derive v0.1.6 |
2160 | 2024-11-27T19:43:33.010Z | Compiling newtype-uuid v1.1.3 |
2161 | 2024-11-27T19:43:33.160Z | Compiling dropshot v0.13.0 |
2162 | 2024-11-27T19:43:33.246Z | Compiling ipnetwork v0.20.0 |
2163 | 2024-11-27T19:43:33.394Z | Compiling instant v0.1.13 |
2164 | 2024-11-27T19:43:33.570Z | Compiling humantime v2.1.0 |
2165 | 2024-11-27T19:43:34.059Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2166 | 2024-11-27T19:43:34.434Z | Compiling backoff v0.4.0 |
2167 | 2024-11-27T19:43:34.746Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2168 | 2024-11-27T19:43:35.057Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2169 | 2024-11-27T19:43:35.142Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2170 | 2024-11-27T19:43:38.606Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2171 | 2024-11-27T19:43:39.610Z | Compiling parse-display v0.10.0 |
2172 | 2024-11-27T19:43:40.137Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2173 | 2024-11-27T19:43:40.201Z | Compiling strum v0.26.3 |
2174 | 2024-11-27T19:43:40.334Z | Compiling serde_with v3.11.0 |
2175 | 2024-11-27T19:43:40.399Z | Compiling regress v0.9.1 |
2176 | 2024-11-27T19:43:43.454Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2177 | 2024-11-27T19:43:45.007Z | Compiling macaddr v1.0.1 |
2178 | 2024-11-27T19:43:45.346Z | Compiling steno v0.4.1 |
2179 | 2024-11-27T19:43:45.469Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2180 | 2024-11-27T19:43:45.773Z | Compiling prettyplease v0.2.25 |
2181 | 2024-11-27T19:43:45.807Z | Compiling slog-dtrace v0.3.0 |
2182 | 2024-11-27T19:43:46.230Z | Compiling tungstenite v0.21.0 |
2183 | 2024-11-27T19:43:46.695Z | Compiling display-error-chain v0.2.2 |
2184 | 2024-11-27T19:43:48.502Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2185 | 2024-11-27T19:43:50.827Z | Compiling tokio-tungstenite v0.21.0 |
2186 | 2024-11-27T19:43:51.290Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2187 | 2024-11-27T19:43:51.512Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2188 | 2024-11-27T19:43:51.660Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2189 | 2024-11-27T19:43:52.587Z | Compiling arc-swap v1.7.1 |
2190 | 2024-11-27T19:43:53.314Z | Compiling slog-scope v4.4.0 |
2191 | 2024-11-27T19:43:54.173Z | Compiling half v2.4.1 |
2192 | 2024-11-27T19:43:54.937Z | Compiling ciborium-io v0.2.2 |
2193 | 2024-11-27T19:43:55.099Z | Compiling ciborium-ll v0.2.2 |
2194 | 2024-11-27T19:43:55.670Z | Compiling slog-stdlog v4.1.1 |
2195 | 2024-11-27T19:43:56.408Z | Compiling slog-envlogger v2.2.0 |
2196 | 2024-11-27T19:43:56.538Z | Compiling ciborium v0.2.2 |
2197 | 2024-11-27T19:43:59.252Z | Compiling nibble_vec v0.1.0 |
2198 | 2024-11-27T19:43:59.421Z | Compiling endian-type v0.1.2 |
2199 | 2024-11-27T19:43:59.699Z | Compiling radix_trie v0.2.1 |
2200 | 2024-11-27T19:44:00.676Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2201 | 2024-11-27T19:44:06.600Z | Compiling fastrand v2.1.1 |
2202 | 2024-11-27T19:44:06.602Z | Compiling same-file v1.0.6 |
2203 | 2024-11-27T19:44:06.875Z | Compiling walkdir v2.5.0 |
2204 | 2024-11-27T19:44:07.058Z | Compiling tempfile v3.13.0 |
2205 | 2024-11-27T19:44:07.086Z | Compiling blake3 v1.5.4 |
2206 | 2024-11-27T19:44:07.575Z | Compiling ring v0.16.20 |
2207 | 2024-11-27T19:44:07.750Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2208 | 2024-11-27T19:44:07.857Z | Compiling xattr v1.3.1 |
2209 | 2024-11-27T19:44:08.150Z | Compiling filetime v0.2.25 |
2210 | 2024-11-27T19:44:08.210Z | Compiling memmap2 v0.9.5 |
2211 | 2024-11-27T19:44:08.469Z | Compiling spin v0.5.2 |
2212 | 2024-11-27T19:44:08.647Z | Compiling arrayvec v0.7.6 |
2213 | 2024-11-27T19:44:08.715Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2214 | 2024-11-27T19:44:08.735Z | Compiling constant_time_eq v0.3.1 |
2215 | 2024-11-27T19:44:08.895Z | Compiling arrayref v0.3.9 |
2216 | 2024-11-27T19:44:09.018Z | Compiling keccak v0.1.5 |
2217 | 2024-11-27T19:44:10.001Z | Compiling sha3 v0.10.8 |
2218 | 2024-11-27T19:44:10.200Z | Compiling tar v0.4.42 |
2219 | 2024-11-27T19:44:10.315Z | Compiling camino-tempfile v1.1.1 |
2220 | 2024-11-27T19:44:10.365Z | Compiling toolchain_find v0.4.0 |
2221 | 2024-11-27T19:44:10.770Z | Compiling const_format_proc_macros v0.2.33 |
2222 | 2024-11-27T19:44:10.904Z | Compiling topological-sort v0.2.2 |
2223 | 2024-11-27T19:44:10.924Z | Compiling crunchy v0.2.2 |
2224 | 2024-11-27T19:44:11.125Z | Compiling radium v0.7.0 |
2225 | 2024-11-27T19:44:11.400Z | Compiling maplit v1.0.2 |
2226 | 2024-11-27T19:44:11.592Z | Compiling rustfmt-wrapper v0.2.1 |
2227 | 2024-11-27T19:44:11.614Z | Compiling pem v3.0.4 |
2228 | 2024-11-27T19:44:12.188Z | Compiling maybe-uninit v2.0.0 |
2229 | 2024-11-27T19:44:12.274Z | Compiling tap v1.0.1 |
2230 | 2024-11-27T19:44:12.490Z | Compiling omicron-zone-package v0.11.1 |
2231 | 2024-11-27T19:44:12.660Z | Compiling tiny-keccak v2.0.2 |
2232 | 2024-11-27T19:44:12.713Z | Compiling const_format v0.2.33 |
2233 | 2024-11-27T19:44:13.130Z | Compiling wyz v0.5.1 |
2234 | 2024-11-27T19:44:13.558Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2235 | 2024-11-27T19:44:13.647Z | Compiling dsl_auto_type v0.1.2 |
2236 | 2024-11-27T19:44:13.737Z | Compiling phf_generator v0.11.2 |
2237 | 2024-11-27T19:44:13.758Z | Compiling scheduled-thread-pool v0.2.7 |
2238 | 2024-11-27T19:44:14.002Z | Compiling secrecy v0.8.0 |
2239 | 2024-11-27T19:44:14.104Z | Compiling diesel_table_macro_syntax v0.2.0 |
2240 | 2024-11-27T19:44:14.127Z | Compiling async-recursion v1.1.1 |
2241 | 2024-11-27T19:44:14.234Z | Compiling funty v2.0.0 |
2242 | 2024-11-27T19:44:14.544Z | Compiling crc-catalog v2.4.0 |
2243 | 2024-11-27T19:44:14.721Z | Compiling packed_struct v0.10.1 |
2244 | 2024-11-27T19:44:15.011Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2245 | 2024-11-27T19:44:15.067Z | Compiling diesel_derives v2.2.3 |
2246 | 2024-11-27T19:44:15.195Z | Compiling crc v3.2.1 |
2247 | 2024-11-27T19:44:15.363Z | Compiling bitvec v1.0.1 |
2248 | 2024-11-27T19:44:15.614Z | Compiling r2d2 v0.8.10 |
2249 | 2024-11-27T19:44:16.117Z | Compiling phf_codegen v0.11.2 |
2250 | 2024-11-27T19:44:16.823Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2251 | 2024-11-27T19:44:16.844Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2252 | 2024-11-27T19:44:17.257Z | Compiling ascii-canvas v3.0.0 |
2253 | 2024-11-27T19:44:17.773Z | Compiling universal-hash v0.5.1 |
2254 | 2024-11-27T19:44:18.040Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2255 | 2024-11-27T19:44:18.060Z | Compiling thiserror-impl-no-std v2.0.2 |
2256 | 2024-11-27T19:44:20.223Z | Compiling packed_struct_codegen v0.10.1 |
2257 | 2024-11-27T19:44:20.973Z | Compiling parse-zoneinfo v0.3.1 |
2258 | 2024-11-27T19:44:22.647Z | Compiling lzma-sys v0.1.20 |
2259 | 2024-11-27T19:44:22.816Z | Compiling ena v0.14.3 |
2260 | 2024-11-27T19:44:23.278Z | Compiling indexmap v1.9.3 |
2261 | 2024-11-27T19:44:23.374Z | Compiling cfg_aliases v0.1.1 |
2262 | 2024-11-27T19:44:23.493Z | Compiling opaque-debug v0.3.1 |
2263 | 2024-11-27T19:44:23.607Z | Compiling diff v0.1.13 |
2264 | 2024-11-27T19:44:23.627Z | Compiling regex-syntax v0.6.29 |
2265 | 2024-11-27T19:44:24.168Z | Compiling nodrop v0.1.14 |
2266 | 2024-11-27T19:44:24.330Z | Compiling array-init v0.0.4 |
2267 | 2024-11-27T19:44:25.693Z | Compiling poly1305 v0.8.0 |
2268 | 2024-11-27T19:44:27.267Z | Compiling diesel v2.2.4 |
2269 | 2024-11-27T19:44:27.305Z | Compiling lalrpop v0.19.12 |
2270 | 2024-11-27T19:44:29.197Z | Compiling nix v0.28.0 |
2271 | 2024-11-27T19:44:34.507Z | Compiling chrono-tz-build v0.4.0 |
2272 | 2024-11-27T19:44:34.794Z | Compiling thiserror-no-std v2.0.2 |
2273 | 2024-11-27T19:44:34.935Z | Compiling smallvec v0.6.14 |
2274 | 2024-11-27T19:44:35.663Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2275 | 2024-11-27T19:44:36.003Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2276 | 2024-11-27T19:44:36.340Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2277 | 2024-11-27T19:44:36.608Z | Compiling chacha20 v0.9.1 |
2278 | 2024-11-27T19:44:36.850Z | Compiling heck v0.3.3 |
2279 | 2024-11-27T19:44:37.105Z | Compiling aead v0.5.2 |
2280 | 2024-11-27T19:44:37.231Z | Compiling vte_generate_state_changes v0.1.2 |
2281 | 2024-11-27T19:44:37.477Z | Compiling ref-cast v1.0.23 |
2282 | 2024-11-27T19:44:37.846Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2283 | 2024-11-27T19:44:38.052Z | Compiling bitfield v0.14.0 |
2284 | 2024-11-27T19:44:38.177Z | Compiling termcolor v1.4.1 |
2285 | 2024-11-27T19:44:38.386Z | Compiling hashbrown v0.12.3 |
2286 | 2024-11-27T19:44:39.278Z | Compiling env_logger v0.10.2 |
2287 | 2024-11-27T19:44:40.955Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2288 | 2024-11-27T19:44:42.667Z | Compiling vte v0.11.1 |
2289 | 2024-11-27T19:44:44.172Z | Compiling chacha20poly1305 v0.10.1 |
2290 | 2024-11-27T19:44:44.434Z | Compiling zone_cfg_derive v0.1.2 |
2291 | 2024-11-27T19:44:45.913Z | Compiling chrono-tz v0.10.0 |
2292 | 2024-11-27T19:44:46.585Z | Compiling serde-hex v0.1.0 |
2293 | 2024-11-27T19:44:52.000Z | Compiling vsss-rs v3.3.4 |
2294 | 2024-11-27T19:44:53.000Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2295 | 2024-11-27T19:44:53.361Z | Compiling ron v0.8.1 |
2296 | 2024-11-27T19:44:54.070Z | Compiling polar-core v0.27.3 |
2297 | 2024-11-27T19:44:55.379Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2298 | 2024-11-27T19:44:55.682Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2299 | 2024-11-27T19:44:56.269Z | Compiling derive_builder_core v0.20.2 |
2300 | 2024-11-27T19:44:56.578Z | Compiling hashbrown v0.13.2 |
2301 | 2024-11-27T19:44:58.073Z | Compiling fd-lock v4.0.2 |
2302 | 2024-11-27T19:44:58.346Z | Compiling headers-core v0.3.0 |
2303 | 2024-11-27T19:44:58.530Z | Compiling fxhash v0.2.1 |
2304 | 2024-11-27T19:44:58.604Z | Compiling libxml v0.3.3 |
2305 | 2024-11-27T19:44:58.767Z | Compiling ref-cast-impl v1.0.23 |
2306 | 2024-11-27T19:44:58.961Z | Compiling bytecount v0.6.8 |
2307 | 2024-11-27T19:44:59.304Z | Compiling zip v2.1.3 |
2308 | 2024-11-27T19:44:59.377Z | Compiling simd-adler32 v0.3.7 |
2309 | 2024-11-27T19:44:59.648Z | Compiling base64 v0.13.1 |
2310 | 2024-11-27T19:44:59.905Z | Compiling crc-any v2.5.0 |
2311 | 2024-11-27T19:45:00.387Z | Compiling lockfree-object-pool v0.1.6 |
2312 | 2024-11-27T19:45:00.535Z | Compiling bumpalo v3.16.0 |
2313 | 2024-11-27T19:45:00.717Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2314 | 2024-11-27T19:45:00.857Z | Compiling ron v0.7.1 |
2315 | 2024-11-27T19:45:01.166Z | Compiling zopfli v0.8.1 |
2316 | 2024-11-27T19:45:05.888Z | Compiling papergrid v0.11.0 |
2317 | 2024-11-27T19:45:06.350Z | Compiling derive_builder_macro v0.20.2 |
2318 | 2024-11-27T19:45:06.879Z | Compiling headers v0.4.0 |
2319 | 2024-11-27T19:45:07.271Z | Compiling object v0.30.4 |
2320 | 2024-11-27T19:45:15.175Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2321 | 2024-11-27T19:45:16.465Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2322 | 2024-11-27T19:45:18.163Z | Compiling xz2 v0.1.7 |
2323 | 2024-11-27T19:45:19.833Z | Compiling zone v0.1.8 |
2324 | 2024-11-27T19:45:20.094Z | Compiling strip-ansi-escapes v0.2.0 |
2325 | 2024-11-27T19:45:21.154Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2326 | 2024-11-27T19:45:22.164Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2327 | 2024-11-27T19:45:23.156Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2328 | 2024-11-27T19:45:23.377Z | Compiling tabled_derive v0.7.0 |
2329 | 2024-11-27T19:45:23.475Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2330 | 2024-11-27T19:45:24.435Z | Compiling yasna v0.5.2 |
2331 | 2024-11-27T19:45:25.604Z | Compiling peg-macros v0.8.4 |
2332 | 2024-11-27T19:45:27.236Z | Compiling strum_macros v0.24.3 |
2333 | 2024-11-27T19:45:27.445Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2334 | 2024-11-27T19:45:27.468Z | Compiling kstat-rs v0.2.4 |
2335 | 2024-11-27T19:45:27.880Z | Compiling samael v0.0.17 |
2336 | 2024-11-27T19:45:28.361Z | Compiling sqlparser_derive v0.2.2 |
2337 | 2024-11-27T19:45:28.508Z | Compiling unicase v2.7.0 |
2338 | 2024-11-27T19:45:28.550Z | Compiling home v0.5.9 |
2339 | 2024-11-27T19:45:28.819Z | Compiling indoc v1.0.9 |
2340 | 2024-11-27T19:45:28.873Z | Compiling unicode_categories v0.1.1 |
2341 | 2024-11-27T19:45:29.114Z | Compiling path-slash v0.1.5 |
2342 | 2024-11-27T19:45:29.261Z | Compiling nu-ansi-term v0.50.1 |
2343 | 2024-11-27T19:45:29.359Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2344 | 2024-11-27T19:45:29.458Z | Compiling sqlparser v0.45.0 |
2345 | 2024-11-27T19:45:29.677Z | Compiling sqlformat v0.2.6 |
2346 | 2024-11-27T19:45:30.477Z | Compiling reedline v0.35.0 |
2347 | 2024-11-27T19:45:31.110Z | Compiling peg v0.8.4 |
2348 | 2024-11-27T19:45:31.243Z | Compiling rustyline v14.0.0 |
2349 | 2024-11-27T19:45:33.638Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2350 | 2024-11-27T19:45:41.498Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2351 | 2024-11-27T19:45:41.576Z | Compiling tabled v0.15.0 |
2352 | 2024-11-27T19:45:44.321Z | Compiling rcgen v0.12.1 |
2353 | 2024-11-27T19:45:54.943Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2354 | 2024-11-27T19:45:55.378Z | Compiling derive_builder v0.20.2 |
2355 | 2024-11-27T19:46:02.334Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2356 | 2024-11-27T19:46:03.263Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2357 | 2024-11-27T19:46:04.972Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2358 | 2024-11-27T19:46:05.296Z | Compiling bcs v0.1.6 |
2359 | 2024-11-27T19:46:06.235Z | Compiling oso-derive v0.27.3 |
2360 | 2024-11-27T19:46:07.289Z | Compiling impl-trait-for-tuples v0.2.2 |
2361 | 2024-11-27T19:46:07.836Z | Compiling libz-sys v1.1.20 |
2362 | 2024-11-27T19:46:08.553Z | Compiling quick-xml v0.33.0 |
2363 | 2024-11-27T19:46:14.288Z | Compiling subprocess v0.2.9 |
2364 | 2024-11-27T19:46:14.687Z | Compiling diesel-dtrace v0.3.0 |
2365 | 2024-11-27T19:46:15.021Z | Compiling parking_lot_core v0.8.6 |
2366 | 2024-11-27T19:46:15.566Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2367 | 2024-11-27T19:46:19.276Z | Compiling oso v0.27.3 |
2368 | 2024-11-27T19:46:37.378Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2369 | 2024-11-27T19:46:39.008Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2370 | 2024-11-27T19:46:44.779Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2371 | 2024-11-27T19:46:48.121Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2372 | 2024-11-27T19:46:48.437Z | Compiling bb8 v0.8.5 |
2373 | 2024-11-27T19:46:49.130Z | Compiling buf-list v1.0.3 |
2374 | 2024-11-27T19:46:49.825Z | Compiling async-bb8-diesel v0.2.1 |
2375 | 2024-11-27T19:46:52.346Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2376 | 2024-11-27T19:46:52.441Z | Compiling pin-project-internal v1.1.6 |
2377 | 2024-11-27T19:46:53.153Z | Compiling atty v0.2.14 |
2378 | 2024-11-27T19:46:53.339Z | Compiling salty v0.3.0 |
2379 | 2024-11-27T19:46:55.410Z | Compiling pin-project v1.1.6 |
2380 | 2024-11-27T19:46:55.975Z | Compiling parking_lot v0.11.2 |
2381 | 2024-11-27T19:46:59.092Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2382 | 2024-11-27T19:47:00.093Z | Compiling snafu-derive v0.8.5 |
2383 | 2024-11-27T19:47:00.542Z | Compiling sled v0.34.7 |
2384 | 2024-11-27T19:47:04.003Z | Compiling mime_guess v2.0.5 |
2385 | 2024-11-27T19:47:04.924Z | Compiling snafu v0.8.5 |
2386 | 2024-11-27T19:47:06.114Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2387 | 2024-11-27T19:47:06.227Z | Compiling hickory-client v0.24.1 |
2388 | 2024-11-27T19:47:07.160Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2389 | 2024-11-27T19:47:07.418Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2390 | 2024-11-27T19:47:08.385Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2391 | 2024-11-27T19:47:11.642Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2392 | 2024-11-27T19:47:13.287Z | Compiling hickory-server v0.24.1 |
2393 | 2024-11-27T19:47:13.311Z | Compiling globset v0.4.15 |
2394 | 2024-11-27T19:47:17.125Z | Compiling primeorder v0.13.6 |
2395 | 2024-11-27T19:47:17.758Z | Compiling olpc-cjson v0.1.4 |
2396 | 2024-11-27T19:47:18.135Z | Compiling vergen v8.3.2 |
2397 | 2024-11-27T19:47:18.452Z | Compiling env_filter v0.1.2 |
2398 | 2024-11-27T19:47:19.993Z | Compiling cargo-platform v0.1.8 |
2399 | 2024-11-27T19:47:20.551Z | Compiling serde_plain v1.0.2 |
2400 | 2024-11-27T19:47:20.875Z | Compiling nanorand v0.7.0 |
2401 | 2024-11-27T19:47:21.097Z | Compiling memoffset v0.9.1 |
2402 | 2024-11-27T19:47:21.439Z | Compiling typed-path v0.9.3 |
2403 | 2024-11-27T19:47:25.623Z | Compiling tough v0.19.0 |
2404 | 2024-11-27T19:47:29.069Z | Compiling flume v0.11.1 |
2405 | 2024-11-27T19:47:29.893Z | Compiling cargo_metadata v0.18.1 |
2406 | 2024-11-27T19:47:33.282Z | Compiling env_logger v0.11.5 |
2407 | 2024-11-27T19:47:34.713Z | Compiling p384 v0.13.0 |
2408 | 2024-11-27T19:47:35.889Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2409 | 2024-11-27T19:47:40.561Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2410 | 2024-11-27T19:47:44.957Z | Compiling git2 v0.19.0 |
2411 | 2024-11-27T19:47:50.886Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2412 | 2024-11-27T19:47:53.389Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2413 | 2024-11-27T19:47:54.658Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2414 | 2024-11-27T19:47:54.844Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2415 | 2024-11-27T19:48:00.164Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2416 | 2024-11-27T19:48:01.082Z | Compiling rand_seeder v0.3.0 |
2417 | 2024-11-27T19:48:01.524Z | Compiling libsqlite3-sys v0.30.1 |
2418 | 2024-11-27T19:48:01.847Z | Compiling http-range v0.1.5 |
2419 | 2024-11-27T19:48:01.905Z | Compiling cfg_aliases v0.2.1 |
2420 | 2024-11-27T19:48:02.035Z | Compiling parse-size v1.1.0 |
2421 | 2024-11-27T19:48:02.094Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2422 | 2024-11-27T19:48:02.174Z | Compiling rustls v0.21.12 |
2423 | 2024-11-27T19:48:02.366Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2424 | 2024-11-27T19:48:02.463Z | Compiling nix v0.29.0 |
2425 | 2024-11-27T19:48:02.503Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2426 | 2024-11-27T19:48:02.749Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2427 | 2024-11-27T19:48:03.094Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2428 | 2024-11-27T19:48:03.334Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2429 | 2024-11-27T19:48:04.166Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2430 | 2024-11-27T19:48:04.377Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2431 | 2024-11-27T19:48:04.500Z | Compiling sct v0.7.1 |
2432 | 2024-11-27T19:48:04.612Z | Compiling rustls-webpki v0.101.7 |
2433 | 2024-11-27T19:48:05.005Z | Compiling castaway v0.2.3 |
2434 | 2024-11-27T19:48:05.220Z | Compiling csv-core v0.1.11 |
2435 | 2024-11-27T19:48:06.119Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2436 | 2024-11-27T19:48:06.452Z | Compiling glob v0.3.1 |
2437 | 2024-11-27T19:48:08.549Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2438 | 2024-11-27T19:48:08.717Z | Compiling csv v1.3.0 |
2439 | 2024-11-27T19:48:08.810Z | Compiling compact_str v0.8.0 |
2440 | 2024-11-27T19:48:10.962Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2441 | 2024-11-27T19:48:11.007Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2442 | 2024-11-27T19:48:11.481Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2443 | 2024-11-27T19:48:12.942Z | Compiling hyper-staticfile v0.10.1 |
2444 | 2024-11-27T19:48:16.057Z | Compiling nix v0.27.1 |
2445 | 2024-11-27T19:48:17.961Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2446 | 2024-11-27T19:48:19.824Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2447 | 2024-11-27T19:48:20.402Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2448 | 2024-11-27T19:48:21.098Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2449 | 2024-11-27T19:48:26.942Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2450 | 2024-11-27T19:48:27.605Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2451 | 2024-11-27T19:48:27.970Z | Compiling unicode-truncate v1.1.0 |
2452 | 2024-11-27T19:48:28.280Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2453 | 2024-11-27T19:48:28.594Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2454 | 2024-11-27T19:48:28.912Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2455 | 2024-11-27T19:48:29.003Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2456 | 2024-11-27T19:48:32.024Z | Compiling hashlink v0.9.1 |
2457 | 2024-11-27T19:48:32.913Z | Compiling tungstenite v0.23.0 |
2458 | 2024-11-27T19:48:35.734Z | Compiling lru v0.12.5 |
2459 | 2024-11-27T19:48:35.755Z | Compiling instability v0.3.2 |
2460 | 2024-11-27T19:48:36.134Z | Compiling fallible-iterator v0.3.0 |
2461 | 2024-11-27T19:48:36.474Z | Compiling cassowary v0.3.0 |
2462 | 2024-11-27T19:48:36.701Z | Compiling fallible-streaming-iterator v0.1.9 |
2463 | 2024-11-27T19:48:36.785Z | Compiling tokio-tungstenite v0.23.1 |
2464 | 2024-11-27T19:48:36.991Z | Compiling rusqlite v0.32.1 |
2465 | 2024-11-27T19:48:37.012Z | Compiling ratatui v0.28.1 |
2466 | 2024-11-27T19:48:37.459Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2467 | 2024-11-27T19:48:42.395Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2468 | 2024-11-27T19:48:44.192Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2469 | 2024-11-27T19:48:46.372Z | Compiling tokio-rustls v0.24.1 |
2470 | 2024-11-27T19:48:47.809Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2471 | 2024-11-27T19:48:48.656Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2472 | 2024-11-27T19:48:56.864Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2473 | 2024-11-27T19:48:57.768Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2474 | 2024-11-27T19:49:01.009Z | Compiling rustls-pemfile v1.0.4 |
2475 | 2024-11-27T19:49:01.813Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2476 | 2024-11-27T19:49:01.915Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2477 | 2024-11-27T19:49:02.100Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2478 | 2024-11-27T19:49:02.284Z | Compiling signal-hook-tokio v0.3.1 |
2479 | 2024-11-27T19:49:02.532Z | Compiling twox-hash v1.6.3 |
2480 | 2024-11-27T19:49:03.715Z | Compiling unicode-linebreak v0.1.5 |
2481 | 2024-11-27T19:49:04.300Z | Compiling smawk v0.3.2 |
2482 | 2024-11-27T19:49:04.596Z | Compiling is_ci v1.2.0 |
2483 | 2024-11-27T19:49:04.912Z | Compiling supports-color v3.0.1 |
2484 | 2024-11-27T19:49:05.366Z | Compiling textwrap v0.16.1 |
2485 | 2024-11-27T19:49:07.429Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2486 | 2024-11-27T19:49:09.092Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2487 | 2024-11-27T19:49:17.586Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2488 | 2024-11-27T19:49:20.420Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2489 | 2024-11-27T19:49:24.601Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2490 | 2024-11-27T19:49:29.010Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2491 | 2024-11-27T19:49:29.615Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2492 | 2024-11-27T19:49:43.074Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2493 | 2024-11-27T19:49:43.743Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2494 | 2024-11-27T19:49:44.074Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2495 | 2024-11-27T19:49:49.877Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2496 | 2024-11-27T19:49:51.115Z | Compiling fatfs v0.3.6 |
2497 | 2024-11-27T19:49:54.098Z | Compiling rtoolbox v0.0.2 |
2498 | 2024-11-27T19:49:54.545Z | Compiling assert_matches v1.5.0 |
2499 | 2024-11-27T19:49:54.834Z | Compiling rpassword v7.3.1 |
2500 | 2024-11-27T19:49:55.283Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2501 | 2024-11-27T19:49:59.393Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2502 | 2024-11-27T19:50:04.505Z | Compiling tui-tree-widget v0.22.0 |
2503 | 2024-11-27T19:50:05.034Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2504 | 2024-11-27T19:50:06.920Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2505 | 2024-11-27T19:50:10.593Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2506 | 2024-11-27T19:50:10.923Z | Compiling uzers v0.12.1 |
2507 | 2024-11-27T19:50:14.176Z | Compiling shell-words v1.1.0 |
2508 | 2024-11-27T19:50:14.663Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2509 | 2024-11-27T19:50:21.023Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2510 | 2024-11-27T19:50:23.232Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2511 | 2024-11-27T19:50:55.656Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2512 | 2024-11-27T19:50:55.892Z | Compiling multimap v0.10.0 |
2513 | 2024-11-27T19:53:22.124Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2514 | 2024-11-27T19:53:24.679Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2515 | 2024-11-27T20:00:25.852Z | Finished `release` profile [optimized] target(s) in 16m 59s |
2516 | 2024-11-27T20:01:31.442Z | |
2517 | 2024-11-27T20:01:31.442Z | real 18:06.433755507 |
2518 | 2024-11-27T20:01:31.442Z | user 2:03:34.401388604 |
2519 | 2024-11-27T20:01:31.443Z | sys 6:09.241260147 |
2520 | 2024-11-27T20:01:31.443Z | trap 3.334983891 |
2521 | 2024-11-27T20:01:31.446Z | tflt 3.033017131 |
2522 | 2024-11-27T20:01:31.446Z | dflt 5.245134848 |
2523 | 2024-11-27T20:01:31.446Z | kflt 0.043377847 |
2524 | 2024-11-27T20:01:31.446Z | lock 7:36:23.880217492 |
2525 | 2024-11-27T20:01:31.446Z | slp 6:34:40.741345079 |
2526 | 2024-11-27T20:01:31.446Z | lat 2:56.807943191 |
2527 | 2024-11-27T20:01:31.446Z | stop 2:36.824264989 |
2528 | 2024-11-27T20:01:31.446Z | + mapfile -t packages |
2529 | 2024-11-27T20:01:31.446Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2530 | 2024-11-27T20:01:32.541Z | Finished `release` profile [optimized] target(s) in 1.04s |
2531 | 2024-11-27T20:01:32.595Z | Running `target/release/omicron-package -t test list-outputs` |
2532 | 2024-11-27T20:01:32.645Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2533 | 2024-11-27T20:01:32.647Z | + ptime -m cargo build --locked --release -p xtask |
2534 | 2024-11-27T20:01:33.269Z | Compiling serde v1.0.215 |
2535 | 2024-11-27T20:01:33.272Z | Compiling rustix v0.38.37 |
2536 | 2024-11-27T20:01:33.272Z | Compiling libc v0.2.162 |
2537 | 2024-11-27T20:01:33.272Z | Compiling serde_json v1.0.132 |
2538 | 2024-11-27T20:01:33.272Z | Compiling syn v2.0.87 |
2539 | 2024-11-27T20:01:33.363Z | Compiling bitflags v2.6.0 |
2540 | 2024-11-27T20:01:33.744Z | Compiling usdt-impl v0.5.0 |
2541 | 2024-11-27T20:01:33.794Z | Compiling syn v1.0.109 |
2542 | 2024-11-27T20:01:33.883Z | Compiling hashbrown v0.15.0 |
2543 | 2024-11-27T20:01:33.913Z | Compiling log v0.4.22 |
2544 | 2024-11-27T20:01:33.932Z | Compiling fs-err v2.11.0 |
2545 | 2024-11-27T20:01:34.261Z | Compiling anyhow v1.0.93 |
2546 | 2024-11-27T20:01:34.417Z | Compiling once_cell v1.20.2 |
2547 | 2024-11-27T20:01:34.875Z | Compiling thread-id v4.2.2 |
2548 | 2024-11-27T20:01:35.235Z | Compiling indexmap v2.6.0 |
2549 | 2024-11-27T20:01:36.680Z | Compiling terminal_size v0.4.0 |
2550 | 2024-11-27T20:01:36.680Z | Compiling tempfile v3.13.0 |
2551 | 2024-11-27T20:01:36.927Z | Compiling clap_builder v4.5.21 |
2552 | 2024-11-27T20:01:37.458Z | Compiling proc-macro-error v1.0.4 |
2553 | 2024-11-27T20:01:38.821Z | Compiling tabled_derive v0.7.0 |
2554 | 2024-11-27T20:01:40.213Z | Compiling tabled v0.15.0 |
2555 | 2024-11-27T20:01:41.607Z | Compiling serde_derive v1.0.215 |
2556 | 2024-11-27T20:01:42.674Z | Compiling thiserror-impl v1.0.69 |
2557 | 2024-11-27T20:01:43.779Z | Compiling zerocopy-derive v0.7.35 |
2558 | 2024-11-27T20:01:44.663Z | Compiling scroll_derive v0.12.0 |
2559 | 2024-11-27T20:01:45.749Z | Compiling thiserror v1.0.69 |
2560 | 2024-11-27T20:01:45.925Z | Compiling pest v2.7.14 |
2561 | 2024-11-27T20:01:46.098Z | Compiling zerocopy v0.7.35 |
2562 | 2024-11-27T20:01:46.121Z | Compiling scroll v0.12.0 |
2563 | 2024-11-27T20:01:46.855Z | Compiling goblin v0.8.2 |
2564 | 2024-11-27T20:01:49.065Z | Compiling pest_meta v2.7.14 |
2565 | 2024-11-27T20:01:51.947Z | Compiling pest_generator v2.7.14 |
2566 | 2024-11-27T20:01:53.821Z | Compiling pest_derive v2.7.14 |
2567 | 2024-11-27T20:01:54.638Z | Compiling dtrace-parser v0.2.0 |
2568 | 2024-11-27T20:01:56.231Z | Compiling clap_derive v4.5.18 |
2569 | 2024-11-27T20:01:56.894Z | Compiling toml_datetime v0.6.8 |
2570 | 2024-11-27T20:01:57.661Z | Compiling serde_spanned v0.6.8 |
2571 | 2024-11-27T20:01:57.983Z | Compiling toml_edit v0.22.22 |
2572 | 2024-11-27T20:02:01.078Z | Compiling dof v0.3.0 |
2573 | 2024-11-27T20:02:01.606Z | Compiling serde_tokenstream v0.2.2 |
2574 | 2024-11-27T20:02:02.248Z | Compiling camino v1.1.9 |
2575 | 2024-11-27T20:02:03.563Z | Compiling usdt-attr-macro v0.5.0 |
2576 | 2024-11-27T20:02:03.680Z | Compiling usdt-macro v0.5.0 |
2577 | 2024-11-27T20:02:04.979Z | Compiling toml v0.8.19 |
2578 | 2024-11-27T20:02:05.064Z | Compiling cargo-platform v0.1.8 |
2579 | 2024-11-27T20:02:06.174Z | Compiling semver v1.0.23 |
2580 | 2024-11-27T20:02:07.736Z | Compiling cargo_metadata v0.18.1 |
2581 | 2024-11-27T20:02:07.860Z | Compiling cargo_toml v0.20.5 |
2582 | 2024-11-27T20:02:09.668Z | Compiling usdt v0.5.0 |
2583 | 2024-11-27T20:02:11.205Z | Compiling camino-tempfile v1.1.1 |
2584 | 2024-11-27T20:02:11.457Z | Compiling clap v4.5.21 |
2585 | 2024-11-27T20:02:11.607Z | Compiling macaddr v1.0.1 |
2586 | 2024-11-27T20:02:19.927Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2587 | 2024-11-27T20:02:31.747Z | Finished `release` profile [optimized] target(s) in 59.03s |
2588 | 2024-11-27T20:02:31.882Z | |
2589 | 2024-11-27T20:02:31.882Z | real 59.196859568 |
2590 | 2024-11-27T20:02:31.882Z | user 5:59.357985540 |
2591 | 2024-11-27T20:02:31.882Z | sys 32.842038751 |
2592 | 2024-11-27T20:02:31.882Z | trap 0.174871119 |
2593 | 2024-11-27T20:02:31.882Z | tflt 0.392865419 |
2594 | 2024-11-27T20:02:31.885Z | dflt 0.429317796 |
2595 | 2024-11-27T20:02:31.885Z | kflt 0.000141965 |
2596 | 2024-11-27T20:02:31.885Z | lock 10:23.296949519 |
2597 | 2024-11-27T20:02:31.885Z | slp 16:40.485447909 |
2598 | 2024-11-27T20:02:31.885Z | lat 13.958092908 |
2599 | 2024-11-27T20:02:31.885Z | stop 17.222158163 |
2600 | 2024-11-27T20:02:31.885Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2601 | 2024-11-27T20:02:31.885Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2602 | 2024-11-27T20:02:31.885Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2603 | 2024-11-27T20:02:31.886Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2604 | 2024-11-27T20:02:31.886Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2605 | 2024-11-27T20:02:32.857Z | Compiling hashbrown v0.14.5 |
2606 | 2024-11-27T20:02:32.990Z | Compiling ident_case v1.0.1 |
2607 | 2024-11-27T20:02:32.995Z | Compiling unsafe-libyaml v0.2.11 |
2608 | 2024-11-27T20:02:33.019Z | Compiling progenitor-client v0.8.0 |
2609 | 2024-11-27T20:02:33.022Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2610 | 2024-11-27T20:02:33.022Z | Compiling ipnetwork v0.20.0 |
2611 | 2024-11-27T20:02:33.022Z | Compiling macaddr v1.0.1 |
2612 | 2024-11-27T20:02:33.038Z | Compiling instant v0.1.13 |
2613 | 2024-11-27T20:02:33.156Z | Compiling darling_core v0.20.10 |
2614 | 2024-11-27T20:02:33.307Z | Compiling structmeta-derive v0.3.0 |
2615 | 2024-11-27T20:02:33.548Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2616 | 2024-11-27T20:02:33.571Z | Compiling dropshot v0.13.0 |
2617 | 2024-11-27T20:02:33.575Z | Compiling newtype-uuid v1.1.3 |
2618 | 2024-11-27T20:02:33.929Z | Compiling dropshot_endpoint v0.13.0 |
2619 | 2024-11-27T20:02:34.043Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2620 | 2024-11-27T20:02:34.310Z | Compiling regress v0.10.1 |
2621 | 2024-11-27T20:02:34.330Z | Compiling serde_yaml v0.9.34+deprecated |
2622 | 2024-11-27T20:02:34.421Z | Compiling regress v0.9.1 |
2623 | 2024-11-27T20:02:34.853Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2624 | 2024-11-27T20:02:34.979Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2625 | 2024-11-27T20:02:35.059Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2626 | 2024-11-27T20:02:35.349Z | Compiling backoff v0.4.0 |
2627 | 2024-11-27T20:02:35.740Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2628 | 2024-11-27T20:02:35.893Z | Compiling tempfile v3.13.0 |
2629 | 2024-11-27T20:02:35.920Z | Compiling proc-macro-crate v1.3.1 |
2630 | 2024-11-27T20:02:36.506Z | Compiling structmeta v0.3.0 |
2631 | 2024-11-27T20:02:36.837Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2632 | 2024-11-27T20:02:36.982Z | Compiling parse-display-derive v0.10.0 |
2633 | 2024-11-27T20:02:37.057Z | Compiling num_enum_derive v0.5.11 |
2634 | 2024-11-27T20:02:37.259Z | Compiling itertools v0.13.0 |
2635 | 2024-11-27T20:02:38.744Z | Compiling typify-impl v0.2.0 |
2636 | 2024-11-27T20:02:39.609Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2637 | 2024-11-27T20:02:39.844Z | Compiling zerocopy v0.8.10 |
2638 | 2024-11-27T20:02:39.874Z | Compiling num_enum v0.5.11 |
2639 | 2024-11-27T20:02:39.944Z | Compiling foreign-types-macros v0.2.3 |
2640 | 2024-11-27T20:02:40.062Z | Compiling zerocopy-derive v0.8.10 |
2641 | 2024-11-27T20:02:40.571Z | Compiling darling_macro v0.20.10 |
2642 | 2024-11-27T20:02:40.864Z | Compiling heapless v0.8.0 |
2643 | 2024-11-27T20:02:40.886Z | Compiling foreign-types-shared v0.3.1 |
2644 | 2024-11-27T20:02:41.015Z | Compiling proc-macro-error v1.0.4 |
2645 | 2024-11-27T20:02:41.337Z | Compiling foreign-types v0.5.0 |
2646 | 2024-11-27T20:02:41.601Z | Compiling darling v0.20.10 |
2647 | 2024-11-27T20:02:41.743Z | Compiling serde_with_macros v3.11.0 |
2648 | 2024-11-27T20:02:41.775Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2649 | 2024-11-27T20:02:41.778Z | Compiling camino-tempfile v1.1.1 |
2650 | 2024-11-27T20:02:41.860Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2651 | 2024-11-27T20:02:41.893Z | Compiling parse-display v0.10.0 |
2652 | 2024-11-27T20:02:42.286Z | Compiling hash32 v0.3.1 |
2653 | 2024-11-27T20:02:42.553Z | Compiling cstr-argument v0.1.2 |
2654 | 2024-11-27T20:02:42.635Z | Compiling smoltcp v0.11.0 |
2655 | 2024-11-27T20:02:42.748Z | Compiling pretty-hex v0.2.1 |
2656 | 2024-11-27T20:02:42.836Z | Compiling crucible-workspace-hack v0.1.0 |
2657 | 2024-11-27T20:02:42.974Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2658 | 2024-11-27T20:02:43.230Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2659 | 2024-11-27T20:02:43.398Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2660 | 2024-11-27T20:02:43.511Z | Compiling tabwriter v1.4.0 |
2661 | 2024-11-27T20:02:44.075Z | Compiling colored v2.1.0 |
2662 | 2024-11-27T20:02:44.096Z | Compiling cobs v0.2.3 |
2663 | 2024-11-27T20:02:44.434Z | Compiling postcard v1.0.10 |
2664 | 2024-11-27T20:02:44.785Z | Compiling serde_with v3.11.0 |
2665 | 2024-11-27T20:02:45.037Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2666 | 2024-11-27T20:02:45.137Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2667 | 2024-11-27T20:02:45.345Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2668 | 2024-11-27T20:02:45.448Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2669 | 2024-11-27T20:02:45.780Z | Compiling smf v0.2.3 |
2670 | 2024-11-27T20:02:46.305Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2671 | 2024-11-27T20:02:47.012Z | Compiling zone_cfg_derive v0.3.0 |
2672 | 2024-11-27T20:02:47.182Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2673 | 2024-11-27T20:02:47.675Z | Compiling num-derive v0.4.2 |
2674 | 2024-11-27T20:02:48.618Z | Compiling sigpipe v0.1.3 |
2675 | 2024-11-27T20:02:48.771Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2676 | 2024-11-27T20:02:48.849Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2677 | 2024-11-27T20:02:48.892Z | Compiling zone v0.3.0 |
2678 | 2024-11-27T20:02:49.088Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2679 | 2024-11-27T20:02:49.400Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2680 | 2024-11-27T20:02:49.594Z | Compiling universal-hash v0.5.1 |
2681 | 2024-11-27T20:02:49.813Z | Compiling opaque-debug v0.3.1 |
2682 | 2024-11-27T20:02:49.816Z | Compiling num-rational v0.4.2 |
2683 | 2024-11-27T20:02:49.935Z | Compiling password-hash v0.5.0 |
2684 | 2024-11-27T20:02:50.029Z | Compiling num-complex v0.4.6 |
2685 | 2024-11-27T20:02:50.237Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2686 | 2024-11-27T20:02:50.325Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2687 | 2024-11-27T20:02:50.521Z | Compiling blake2 v0.10.6 |
2688 | 2024-11-27T20:02:50.990Z | Compiling aead v0.5.2 |
2689 | 2024-11-27T20:02:51.102Z | Compiling convert_case v0.4.0 |
2690 | 2024-11-27T20:02:51.182Z | Compiling keccak v0.1.5 |
2691 | 2024-11-27T20:02:51.326Z | Compiling argon2 v0.5.3 |
2692 | 2024-11-27T20:02:51.383Z | Compiling num v0.4.3 |
2693 | 2024-11-27T20:02:51.508Z | Compiling sha3 v0.10.8 |
2694 | 2024-11-27T20:02:51.711Z | Compiling poly1305 v0.8.0 |
2695 | 2024-11-27T20:02:51.935Z | Compiling tungstenite v0.21.0 |
2696 | 2024-11-27T20:02:52.183Z | Compiling chacha20 v0.9.1 |
2697 | 2024-11-27T20:02:52.222Z | Compiling derive_more v0.99.18 |
2698 | 2024-11-27T20:02:52.587Z | Compiling float-ord v0.3.2 |
2699 | 2024-11-27T20:02:52.683Z | Compiling base64 v0.21.7 |
2700 | 2024-11-27T20:02:52.776Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2701 | 2024-11-27T20:02:53.163Z | Compiling tokio-tungstenite v0.21.0 |
2702 | 2024-11-27T20:02:53.498Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2703 | 2024-11-27T20:02:53.522Z | Compiling semver v0.1.20 |
2704 | 2024-11-27T20:02:53.821Z | Compiling same-file v1.0.6 |
2705 | 2024-11-27T20:02:53.981Z | Compiling rustc_version v0.1.7 |
2706 | 2024-11-27T20:02:54.127Z | Compiling walkdir v2.5.0 |
2707 | 2024-11-27T20:02:54.287Z | Compiling newline-converter v0.3.0 |
2708 | 2024-11-27T20:02:54.368Z | Compiling primeorder v0.13.6 |
2709 | 2024-11-27T20:02:54.474Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2710 | 2024-11-27T20:02:54.523Z | Compiling secrecy v0.8.0 |
2711 | 2024-11-27T20:02:54.547Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2712 | 2024-11-27T20:02:54.830Z | Compiling cancel-safe-futures v0.1.5 |
2713 | 2024-11-27T20:02:54.946Z | Compiling owo-colors v4.1.0 |
2714 | 2024-11-27T20:02:54.967Z | Compiling newtype_derive v0.1.6 |
2715 | 2024-11-27T20:02:54.970Z | Compiling expectorate v1.1.0 |
2716 | 2024-11-27T20:02:55.223Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2717 | 2024-11-27T20:02:55.267Z | Compiling thiserror-impl-no-std v2.0.2 |
2718 | 2024-11-27T20:02:55.270Z | Compiling ring v0.16.20 |
2719 | 2024-11-27T20:02:55.305Z | Compiling blake3 v1.5.4 |
2720 | 2024-11-27T20:02:55.515Z | Compiling half v2.4.1 |
2721 | 2024-11-27T20:02:55.555Z | Compiling unicase v2.7.0 |
2722 | 2024-11-27T20:02:55.873Z | Compiling arc-swap v1.7.1 |
2723 | 2024-11-27T20:02:56.011Z | Compiling ciborium-io v0.2.2 |
2724 | 2024-11-27T20:02:56.134Z | Compiling ciborium-ll v0.2.2 |
2725 | 2024-11-27T20:02:56.576Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2726 | 2024-11-27T20:02:56.578Z | Compiling slog-scope v4.4.0 |
2727 | 2024-11-27T20:02:56.854Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2728 | 2024-11-27T20:02:57.204Z | Compiling polyval v0.6.2 |
2729 | 2024-11-27T20:02:57.701Z | Compiling atomicwrites v0.4.4 |
2730 | 2024-11-27T20:02:57.795Z | Compiling libsw v3.3.1 |
2731 | 2024-11-27T20:02:58.101Z | Compiling memmap2 v0.9.5 |
2732 | 2024-11-27T20:02:58.145Z | Compiling libefi-sys v0.1.0 |
2733 | 2024-11-27T20:02:58.181Z | Compiling arrayref v0.3.9 |
2734 | 2024-11-27T20:02:58.297Z | Compiling indent_write v2.2.0 |
2735 | 2024-11-27T20:02:58.340Z | Compiling typify-macro v0.2.0 |
2736 | 2024-11-27T20:02:58.452Z | Compiling constant_time_eq v0.3.1 |
2737 | 2024-11-27T20:02:58.546Z | Compiling arrayvec v0.7.6 |
2738 | 2024-11-27T20:02:58.576Z | Compiling spin v0.5.2 |
2739 | 2024-11-27T20:02:58.654Z | Compiling linear-map v1.2.0 |
2740 | 2024-11-27T20:02:58.656Z | Compiling thiserror-no-std v2.0.2 |
2741 | 2024-11-27T20:02:58.807Z | Compiling parking_lot_core v0.8.6 |
2742 | 2024-11-27T20:02:58.834Z | Compiling salty v0.3.0 |
2743 | 2024-11-27T20:02:59.048Z | Compiling vsss-rs v3.3.4 |
2744 | 2024-11-27T20:02:59.323Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2745 | 2024-11-27T20:02:59.380Z | Compiling ghash v0.5.1 |
2746 | 2024-11-27T20:02:59.629Z | Compiling slog-stdlog v4.1.1 |
2747 | 2024-11-27T20:03:00.046Z | Compiling ciborium v0.2.2 |
2748 | 2024-11-27T20:03:00.248Z | Compiling p384 v0.13.0 |
2749 | 2024-11-27T20:03:00.273Z | Compiling toolchain_find v0.4.0 |
2750 | 2024-11-27T20:03:00.408Z | Compiling chacha20poly1305 v0.10.1 |
2751 | 2024-11-27T20:03:00.681Z | Compiling lzma-sys v0.1.20 |
2752 | 2024-11-27T20:03:01.062Z | Compiling ctr v0.9.2 |
2753 | 2024-11-27T20:03:01.484Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2754 | 2024-11-27T20:03:01.569Z | Compiling bitfield-struct v0.6.2 |
2755 | 2024-11-27T20:03:01.704Z | Compiling slog-dtrace v0.3.0 |
2756 | 2024-11-27T20:03:01.927Z | Compiling topological-sort v0.2.2 |
2757 | 2024-11-27T20:03:01.930Z | Compiling highway v1.2.0 |
2758 | 2024-11-27T20:03:02.186Z | Compiling omicron-zone-package v0.11.1 |
2759 | 2024-11-27T20:03:02.289Z | Compiling aes-gcm v0.10.3 |
2760 | 2024-11-27T20:03:02.624Z | Compiling rustfmt-wrapper v0.2.1 |
2761 | 2024-11-27T20:03:02.757Z | Compiling mime_guess v2.0.5 |
2762 | 2024-11-27T20:03:02.818Z | Compiling typify v0.2.0 |
2763 | 2024-11-27T20:03:03.006Z | Compiling progenitor-impl v0.8.0 |
2764 | 2024-11-27T20:03:03.039Z | Compiling slog-envlogger v2.2.0 |
2765 | 2024-11-27T20:03:03.167Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2766 | 2024-11-27T20:03:03.319Z | Compiling steno v0.4.1 |
2767 | 2024-11-27T20:03:03.973Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2768 | 2024-11-27T20:03:03.995Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2769 | 2024-11-27T20:03:04.223Z | Compiling heck v0.3.3 |
2770 | 2024-11-27T20:03:04.489Z | Compiling ssh-encoding v0.2.0 |
2771 | 2024-11-27T20:03:04.708Z | Compiling blowfish v0.9.1 |
2772 | 2024-11-27T20:03:04.711Z | Compiling nibble_vec v0.1.0 |
2773 | 2024-11-27T20:03:04.945Z | Compiling env_filter v0.1.2 |
2774 | 2024-11-27T20:03:04.968Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2775 | 2024-11-27T20:03:05.062Z | Compiling endian-type v0.1.2 |
2776 | 2024-11-27T20:03:05.115Z | Compiling humantime v2.1.0 |
2777 | 2024-11-27T20:03:05.195Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2778 | 2024-11-27T20:03:05.244Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2779 | 2024-11-27T20:03:05.326Z | Compiling radix_trie v0.2.1 |
2780 | 2024-11-27T20:03:05.573Z | Compiling env_logger v0.11.5 |
2781 | 2024-11-27T20:03:05.601Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2782 | 2024-11-27T20:03:05.665Z | Compiling bcrypt-pbkdf v0.10.0 |
2783 | 2024-11-27T20:03:05.735Z | Compiling ssh-cipher v0.2.0 |
2784 | 2024-11-27T20:03:06.079Z | Compiling zone_cfg_derive v0.1.2 |
2785 | 2024-11-27T20:03:06.334Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2786 | 2024-11-27T20:03:06.697Z | Compiling parking_lot v0.11.2 |
2787 | 2024-11-27T20:03:06.918Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2788 | 2024-11-27T20:03:07.517Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2789 | 2024-11-27T20:03:07.551Z | Compiling password-hash v0.4.2 |
2790 | 2024-11-27T20:03:07.676Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2791 | 2024-11-27T20:03:07.697Z | Compiling gethostname v0.5.0 |
2792 | 2024-11-27T20:03:07.976Z | Compiling fxhash v0.2.1 |
2793 | 2024-11-27T20:03:07.979Z | Compiling simd-adler32 v0.3.7 |
2794 | 2024-11-27T20:03:08.089Z | Compiling base64 v0.13.1 |
2795 | 2024-11-27T20:03:08.257Z | Compiling bumpalo v3.16.0 |
2796 | 2024-11-27T20:03:08.390Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2797 | 2024-11-27T20:03:08.540Z | Compiling http-range v0.1.5 |
2798 | 2024-11-27T20:03:08.628Z | Compiling lockfree-object-pool v0.1.6 |
2799 | 2024-11-27T20:03:08.706Z | Compiling zip v2.1.3 |
2800 | 2024-11-27T20:03:08.777Z | Compiling matches v0.1.10 |
2801 | 2024-11-27T20:03:08.834Z | Compiling ron v0.7.1 |
2802 | 2024-11-27T20:03:08.899Z | Compiling zopfli v0.8.1 |
2803 | 2024-11-27T20:03:08.925Z | Compiling idna v0.2.3 |
2804 | 2024-11-27T20:03:08.928Z | Compiling sled v0.34.7 |
2805 | 2024-11-27T20:03:09.026Z | Compiling pbkdf2 v0.11.0 |
2806 | 2024-11-27T20:03:09.077Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2807 | 2024-11-27T20:03:09.464Z | Compiling zone v0.1.8 |
2808 | 2024-11-27T20:03:09.845Z | Compiling xz2 v0.1.7 |
2809 | 2024-11-27T20:03:10.408Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2810 | 2024-11-27T20:03:10.821Z | Compiling ssh-key v0.6.6 |
2811 | 2024-11-27T20:03:11.179Z | Compiling hickory-client v0.24.1 |
2812 | 2024-11-27T20:03:11.679Z | Compiling p521 v0.13.3 |
2813 | 2024-11-27T20:03:11.817Z | Compiling progenitor-macro v0.8.0 |
2814 | 2024-11-27T20:03:11.901Z | Compiling p256 v0.13.2 |
2815 | 2024-11-27T20:03:11.923Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2816 | 2024-11-27T20:03:12.802Z | Compiling hickory-server v0.24.1 |
2817 | 2024-11-27T20:03:12.805Z | Compiling enum-as-inner v0.5.1 |
2818 | 2024-11-27T20:03:13.159Z | Compiling pem v3.0.4 |
2819 | 2024-11-27T20:03:13.975Z | Compiling yasna v0.5.2 |
2820 | 2024-11-27T20:03:14.073Z | Compiling headers-core v0.3.0 |
2821 | 2024-11-27T20:03:14.243Z | Compiling kstat-rs v0.2.4 |
2822 | 2024-11-27T20:03:14.271Z | Compiling nanorand v0.7.0 |
2823 | 2024-11-27T20:03:14.911Z | Compiling atty v0.2.14 |
2824 | 2024-11-27T20:03:14.982Z | Compiling russh-cryptovec v0.7.3 |
2825 | 2024-11-27T20:03:15.085Z | Compiling md5 v0.7.0 |
2826 | 2024-11-27T20:03:15.339Z | Compiling rcgen v0.12.1 |
2827 | 2024-11-27T20:03:15.647Z | Compiling russh-keys v0.45.0 |
2828 | 2024-11-27T20:03:15.785Z | Compiling flume v0.11.1 |
2829 | 2024-11-27T20:03:15.983Z | Compiling headers v0.4.0 |
2830 | 2024-11-27T20:03:16.105Z | Compiling trust-dns-proto v0.22.0 |
2831 | 2024-11-27T20:03:16.577Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2832 | 2024-11-27T20:03:18.022Z | Compiling hyper-staticfile v0.10.1 |
2833 | 2024-11-27T20:03:19.282Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2834 | 2024-11-27T20:03:19.947Z | Compiling num-bigint v0.4.6 |
2835 | 2024-11-27T20:03:20.211Z | Compiling des v0.8.1 |
2836 | 2024-11-27T20:03:20.353Z | Compiling subprocess v0.2.9 |
2837 | 2024-11-27T20:03:20.480Z | Compiling dhcproto-macros v0.1.0 |
2838 | 2024-11-27T20:03:20.578Z | Compiling hex-literal v0.4.1 |
2839 | 2024-11-27T20:03:20.766Z | Compiling display-error-chain v0.2.2 |
2840 | 2024-11-27T20:03:21.003Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2841 | 2024-11-27T20:03:21.447Z | Compiling internet-checksum v0.2.1 |
2842 | 2024-11-27T20:03:21.469Z | Compiling dhcproto v0.12.0 |
2843 | 2024-11-27T20:03:23.146Z | Compiling russh v0.45.0 |
2844 | 2024-11-27T20:03:25.297Z | Compiling progenitor v0.8.0 |
2845 | 2024-11-27T20:03:25.437Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2846 | 2024-11-27T20:03:25.440Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2847 | 2024-11-27T20:03:25.440Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2848 | 2024-11-27T20:03:25.440Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2849 | 2024-11-27T20:03:25.440Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2850 | 2024-11-27T20:03:25.440Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2851 | 2024-11-27T20:03:25.547Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2852 | 2024-11-27T20:03:26.939Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2853 | 2024-11-27T20:03:28.950Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2854 | 2024-11-27T20:03:29.911Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2855 | 2024-11-27T20:03:31.625Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2856 | 2024-11-27T20:03:32.572Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2857 | 2024-11-27T20:03:42.195Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2858 | 2024-11-27T20:03:42.198Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2859 | 2024-11-27T20:03:42.198Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2860 | 2024-11-27T20:03:42.198Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2861 | 2024-11-27T20:03:45.543Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2862 | 2024-11-27T20:03:45.835Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2863 | 2024-11-27T20:03:46.657Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2864 | 2024-11-27T20:03:47.017Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2865 | 2024-11-27T20:03:49.900Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2866 | 2024-11-27T20:03:50.867Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2867 | 2024-11-27T20:03:50.990Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2868 | 2024-11-27T20:03:51.884Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2869 | 2024-11-27T20:03:52.782Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2870 | 2024-11-27T20:03:53.482Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2871 | 2024-11-27T20:03:55.107Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2872 | 2024-11-27T20:03:55.152Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2873 | 2024-11-27T20:03:56.133Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2874 | 2024-11-27T20:03:56.930Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2875 | 2024-11-27T20:03:57.156Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2876 | 2024-11-27T20:03:58.986Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2877 | 2024-11-27T20:03:59.223Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2878 | 2024-11-27T20:03:59.560Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2879 | 2024-11-27T20:04:00.610Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2880 | 2024-11-27T20:04:02.741Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2881 | 2024-11-27T20:04:05.354Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2882 | 2024-11-27T20:04:05.873Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2883 | 2024-11-27T20:04:07.206Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2884 | 2024-11-27T20:04:08.090Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2885 | 2024-11-27T20:04:13.615Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2886 | 2024-11-27T20:04:22.732Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2887 | 2024-11-27T20:04:24.222Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2888 | 2024-11-27T20:04:45.279Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2889 | 2024-11-27T20:05:22.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 50s |
2890 | 2024-11-27T20:05:22.445Z | |
2891 | 2024-11-27T20:05:22.448Z | real 2:50.490107564 |
2892 | 2024-11-27T20:05:22.448Z | user 13:01.408947445 |
2893 | 2024-11-27T20:05:22.448Z | sys 2:50.169885243 |
2894 | 2024-11-27T20:05:22.448Z | trap 0.374335923 |
2895 | 2024-11-27T20:05:22.448Z | tflt 0.969408086 |
2896 | 2024-11-27T20:05:22.448Z | dflt 1.940401031 |
2897 | 2024-11-27T20:05:22.448Z | kflt 0.000031785 |
2898 | 2024-11-27T20:05:22.448Z | lock 27:07.116526970 |
2899 | 2024-11-27T20:05:22.448Z | slp 46:45.328264356 |
2900 | 2024-11-27T20:05:22.448Z | lat 35.504138557 |
2901 | 2024-11-27T20:05:22.448Z | stop 1:33.154029676 |
2902 | 2024-11-27T20:05:22.448Z | + mkdir tests |
2903 | 2024-11-27T20:05:22.448Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2904 | 2024-11-27T20:05:22.449Z | + xargs -I '{}' -t cp '{}' tests/ |
2905 | 2024-11-27T20:05:23.645Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ed208ae0ef59eb63 tests/ |
2906 | 2024-11-27T20:05:23.665Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5002e784dfba5eab tests/ |
2907 | 2024-11-27T20:05:23.686Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-5b1736ce55d9df39 tests/ |
2908 | 2024-11-27T20:05:23.707Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6c4d893d602a511f tests/ |
2909 | 2024-11-27T20:05:23.882Z | + 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/*) |
2910 | 2024-11-27T20:05:23.887Z | + 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-5002e784dfba5eab tests/commtest-5b1736ce55d9df39 tests/dhcp_server-ed208ae0ef59eb63 tests/end_to_end_tests-6c4d893d602a511f 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 |
2911 | 2024-11-27T20:06:35.273Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2912 | 2024-11-27T20:06:35.273Z | a .github/buildomat/ci-env.sh 1K |
2913 | 2024-11-27T20:06:35.273Z | a out/target/test 1K |
2914 | 2024-11-27T20:06:35.273Z | a out/npuzone/npuzone 23144K |
2915 | 2024-11-27T20:06:35.274Z | a package-manifest.toml 32K |
2916 | 2024-11-27T20:06:35.274Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2917 | 2024-11-27T20:06:35.274Z | a target/release/omicron-package 36349K |
2918 | 2024-11-27T20:06:35.274Z | a target/release/xtask 11750K |
2919 | 2024-11-27T20:06:35.274Z | a target/debug/bootstrap 210027K |
2920 | 2024-11-27T20:06:35.274Z | a tests/bootstrap-5002e784dfba5eab 24246K |
2921 | 2024-11-27T20:06:35.274Z | a tests/commtest-5b1736ce55d9df39 25022K |
2922 | 2024-11-27T20:06:35.274Z | a tests/dhcp_server-ed208ae0ef59eb63 24246K |
2923 | 2024-11-27T20:06:35.274Z | a tests/end_to_end_tests-6c4d893d602a511f 228127K |
2924 | 2024-11-27T20:06:35.274Z | a out/clickhouse.tar.gz 285860K |
2925 | 2024-11-27T20:06:35.274Z | a out/clickhouse_keeper.tar.gz 285844K |
2926 | 2024-11-27T20:06:35.274Z | a out/clickhouse_server.tar.gz 285847K |
2927 | 2024-11-27T20:06:35.274Z | a out/cockroachdb.tar.gz 134562K |
2928 | 2024-11-27T20:06:35.274Z | a out/crucible-dtrace.tar 85K |
2929 | 2024-11-27T20:06:35.274Z | a out/crucible-pantry-zone.tar.gz 28185K |
2930 | 2024-11-27T20:06:35.275Z | a out/crucible-zone.tar.gz 36395K |
2931 | 2024-11-27T20:06:35.275Z | a out/external-dns.tar.gz 35281K |
2932 | 2024-11-27T20:06:35.275Z | a out/internal-dns.tar.gz 35281K |
2933 | 2024-11-27T20:06:35.275Z | a out/mg-ddm-gz.tar 63075K |
2934 | 2024-11-27T20:06:35.275Z | a out/nexus.tar.gz 100475K |
2935 | 2024-11-27T20:06:35.275Z | a out/ntp.tar.gz 10355K |
2936 | 2024-11-27T20:06:35.275Z | a out/omicron-gateway-softnpu.tar.gz 23928K |
2937 | 2024-11-27T20:06:35.275Z | a out/omicron-sled-agent.tar 113613K |
2938 | 2024-11-27T20:06:35.275Z | a out/overlay.tar.gz 3K |
2939 | 2024-11-27T20:06:35.275Z | a out/oximeter.tar.gz 51238K |
2940 | 2024-11-27T20:06:35.275Z | a out/oxlog.tar 3088K |
2941 | 2024-11-27T20:06:35.275Z | a out/probe.tar.gz 2764K |
2942 | 2024-11-27T20:06:35.275Z | a out/propolis-server.tar.gz 66596K |
2943 | 2024-11-27T20:06:35.275Z | a out/pumpkind-gz.tar 26665K |
2944 | 2024-11-27T20:06:35.275Z | a out/switch-softnpu.tar.gz 237350K |
2945 | 2024-11-27T20:06:35.278Z | |
2946 | 2024-11-27T20:06:35.278Z | real 1:11.379445010 |
2947 | 2024-11-27T20:06:35.278Z | user 1:08.109396875 |
2948 | 2024-11-27T20:06:35.278Z | sys 4.686997727 |
2949 | 2024-11-27T20:06:35.278Z | trap 0.018479509 |
2950 | 2024-11-27T20:06:35.278Z | tflt 0.000000000 |
2951 | 2024-11-27T20:06:35.278Z | dflt 0.000000000 |
2952 | 2024-11-27T20:06:35.278Z | kflt 0.000000000 |
2953 | 2024-11-27T20:06:35.279Z | lock 0.000000000 |
2954 | 2024-11-27T20:06:35.279Z | slp 1:08.080888336 |
2955 | 2024-11-27T20:06:35.279Z | lat 1.858112391 |
2956 | 2024-11-27T20:06:35.279Z | stop 0.000198609 |
2957 | 2024-11-27T20:06:35.279Z | process exited: duration 2054101 ms, exit code 0 |
|
2958 | 2024-11-27T20:06:35.293Z | found 1 output files |
2959 | 2024-11-27T20:06:35.293Z | uploading: /work/package.tar.gz (1878257933 bytes) |
2960 | 2024-11-27T20:07:13.485Z | uploaded: /work/package.tar.gz |