|
|
|
1 | 2024-12-21T02:24:53.535Z | job assigned to worker 01JFKGER5HMNKHY6VZ5ZQH2TJQ [factory aws, i-0a22c5f1972b53720] (queued for 59 s) |
|
2 | 2024-12-21T02:25:00.874Z | starting task 0: "setup" |
3 | 2024-12-21T02:25:00.883Z | ++ uname -s |
4 | 2024-12-21T02:25:00.886Z | + kern=SunOS |
5 | 2024-12-21T02:25:00.886Z | + case "$kern" in |
6 | 2024-12-21T02:25:00.886Z | + groupadd -g 12345 build |
7 | 2024-12-21T02:25:00.889Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T02:25:02.903Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T02:25:03.039Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T02:25:03.041Z | + home_fs=zfs |
11 | 2024-12-21T02:25:03.041Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T02:25:03.041Z | + mkdir -p /home/build |
13 | 2024-12-21T02:25:03.044Z | + chown build:build /home/build /work |
14 | 2024-12-21T02:25:05.048Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T02:25:05.051Z | process exited: duration 4174 ms, exit code 0 |
|
16 | 2024-12-21T02:25:05.058Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T02:25:05.061Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T02:25:05.061Z | ' 1.81.0 |
19 | 2024-12-21T02:25:05.061Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-21T02:25:05.061Z | ' default |
21 | 2024-12-21T02:25:05.061Z | * toolchain channel = "1.81.0" |
22 | 2024-12-21T02:25:05.061Z | * toolchain profile = "default" |
23 | 2024-12-21T02:25:05.064Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T02:25:05.064Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T02:25:05.180Z | info: downloading installer |
26 | 2024-12-21T02:25:06.349Z | info: profile set to 'default' |
27 | 2024-12-21T02:25:06.349Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T02:25:06.352Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T02:25:06.485Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T02:25:06.485Z | info: downloading component 'cargo' |
31 | 2024-12-21T02:25:07.186Z | info: downloading component 'clippy' |
32 | 2024-12-21T02:25:07.450Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T02:25:08.507Z | info: downloading component 'rust-std' |
34 | 2024-12-21T02:25:10.023Z | info: downloading component 'rustc' |
35 | 2024-12-21T02:25:15.483Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T02:25:15.687Z | info: installing component 'cargo' |
37 | 2024-12-21T02:25:16.476Z | info: installing component 'clippy' |
38 | 2024-12-21T02:25:16.833Z | info: installing component 'rust-docs' |
39 | 2024-12-21T02:25:18.435Z | info: installing component 'rust-std' |
40 | 2024-12-21T02:25:20.155Z | info: installing component 'rustc' |
41 | 2024-12-21T02:25:25.836Z | info: installing component 'rustfmt' |
42 | 2024-12-21T02:25:26.170Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T02:25:26.170Z | |
44 | 2024-12-21T02:25:26.520Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T02:25:26.521Z | |
46 | 2024-12-21T02:25:26.523Z | |
47 | 2024-12-21T02:25:26.523Z | Rust is installed now. Great! |
48 | 2024-12-21T02:25:26.523Z | |
49 | 2024-12-21T02:25:26.523Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T02:25:26.524Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T02:25:26.524Z | |
52 | 2024-12-21T02:25:26.524Z | To configure your current shell, you need to source |
53 | 2024-12-21T02:25:26.524Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T02:25:26.524Z | |
55 | 2024-12-21T02:25:26.524Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T02:25:26.524Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T02:25:26.524Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T02:25:26.596Z | + rustc --version |
59 | 2024-12-21T02:25:26.662Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T02:25:26.665Z | process exited: duration 21582 ms, exit code 0 |
|
61 | 2024-12-21T02:25:26.670Z | starting task 2: "authentication" |
62 | 2024-12-21T02:25:26.694Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-12-21T02:25:26.699Z | starting task 3: "clone repository" |
64 | 2024-12-21T02:25:26.705Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T02:25:26.709Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T02:25:26.750Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T02:25:33.370Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T02:25:33.370Z | + git fetch origin ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 |
69 | 2024-12-21T02:25:33.648Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T02:25:33.648Z | * branch ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 -> FETCH_HEAD |
71 | 2024-12-21T02:25:33.658Z | + [[ -n sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ]] |
72 | 2024-12-21T02:25:33.662Z | ++ git branch --show-current |
73 | 2024-12-21T02:25:33.664Z | + current=main |
74 | 2024-12-21T02:25:33.664Z | + [[ main != sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ]] |
75 | 2024-12-21T02:25:33.664Z | + git branch -f sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 |
76 | 2024-12-21T02:25:33.667Z | + git checkout -f sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets |
77 | 2024-12-21T02:25:33.743Z | Switched to branch 'sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets' |
78 | 2024-12-21T02:25:33.745Z | + git reset --hard ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 |
79 | 2024-12-21T02:25:33.820Z | HEAD is now at ec6f3678b rebase |
80 | 2024-12-21T02:25:33.823Z | process exited: duration 7113 ms, exit code 0 |
|
81 | 2024-12-21T02:25:33.833Z | starting task 4: "build" |
82 | 2024-12-21T02:25:33.838Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-21T02:25:33.838Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-21T02:25:33.838Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-21T02:25:33.838Z | + cargo --version |
86 | 2024-12-21T02:25:33.892Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-21T02:25:33.895Z | + rustc --version |
88 | 2024-12-21T02:25:33.951Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-21T02:25:33.954Z | + WORK=/work |
90 | 2024-12-21T02:25:33.954Z | + pfexec mkdir -p /work |
91 | 2024-12-21T02:25:33.958Z | + pfexec chown build /work |
92 | 2024-12-21T02:25:33.961Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-21T02:25:45.962Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-21T02:25:49.841Z | Startup: Caching catalogs ... Done |
95 | 2024-12-21T02:26:00.607Z | Planning: Solver setup ... Done (9.785s) |
96 | 2024-12-21T02:26:00.740Z | Planning: Running solver ... Done (0.132s) |
97 | 2024-12-21T02:26:00.847Z | Planning: Finding local manifests ... Done (0.004s) |
98 | 2024-12-21T02:26:00.873Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-21T02:26:01.121Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-21T02:26:01.222Z | Planning: Package planning ... Done (0.101s) |
101 | 2024-12-21T02:26:01.279Z | Planning: Merging actions ... Done (0.057s) |
102 | 2024-12-21T02:26:01.640Z | Planning: Checking for conflicting actions ... Done (0.360s) |
103 | 2024-12-21T02:26:03.899Z | Planning: Consolidating action changes ... Done (2.255s) |
104 | 2024-12-21T02:26:04.358Z | Planning: Evaluating mediators ... Done (0.458s) |
105 | 2024-12-21T02:26:04.439Z | Planning: Planning completed in 14.49 seconds |
106 | 2024-12-21T02:26:04.455Z | Packages to install: 4 |
107 | 2024-12-21T02:26:04.455Z | Packages to update: 1 |
108 | 2024-12-21T02:26:04.458Z | Mediators to change: 2 |
109 | 2024-12-21T02:26:04.458Z | Services to change: 1 |
110 | 2024-12-21T02:26:04.458Z | Estimated space available: 155.63 GB |
111 | 2024-12-21T02:26:04.458Z | Estimated space to be consumed: 1.62 GB |
112 | 2024-12-21T02:26:04.458Z | Create boot environment: No |
113 | 2024-12-21T02:26:04.458Z | Create backup boot environment: Yes |
114 | 2024-12-21T02:26:04.458Z | Rebuild boot archive: No |
115 | 2024-12-21T02:26:04.458Z | |
116 | 2024-12-21T02:26:04.458Z | Changed mediators: |
117 | 2024-12-21T02:26:04.458Z | mediator clang: |
118 | 2024-12-21T02:26:04.458Z | version: None -> 15 (system default) |
119 | 2024-12-21T02:26:04.458Z | |
120 | 2024-12-21T02:26:04.459Z | mediator llvm: |
121 | 2024-12-21T02:26:04.459Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-21T02:26:04.459Z | |
123 | 2024-12-21T02:26:04.459Z | Changed packages: |
124 | 2024-12-21T02:26:04.459Z | helios-dev |
125 | 2024-12-21T02:26:04.459Z | developer/build-essential |
126 | 2024-12-21T02:26:04.459Z | None -> 11-2.0 |
127 | 2024-12-21T02:26:04.459Z | library/libxmlsec1 |
128 | 2024-12-21T02:26:04.459Z | None -> 1.2.35-2.0 |
129 | 2024-12-21T02:26:04.459Z | ooce/developer/clang-15 |
130 | 2024-12-21T02:26:04.459Z | None -> 15.0.7-2.0 |
131 | 2024-12-21T02:26:04.459Z | ooce/developer/llvm-15 |
132 | 2024-12-21T02:26:04.459Z | None -> 15.0.7-2.0 |
133 | 2024-12-21T02:26:04.459Z | package/pkg |
134 | 2024-12-21T02:26:04.459Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-21T02:26:04.459Z | |
136 | 2024-12-21T02:26:04.459Z | Services: |
137 | 2024-12-21T02:26:04.459Z | restart_fmri: |
138 | 2024-12-21T02:26:04.459Z | svc:/system/update-man-index:default |
139 | 2024-12-21T02:26:04.459Z | |
140 | 2024-12-21T02:26:04.459Z | Editable files to change: |
141 | 2024-12-21T02:26:04.459Z | Update: |
142 | 2024-12-21T02:26:04.459Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-21T02:26:04.535Z | |
144 | 2024-12-21T02:26:04.536Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-21T02:26:10.654Z | Download: 212/4281 items 1.3/220.6MB 0% complete (1.1M/s) |
146 | 2024-12-21T02:26:15.765Z | Download: 427/4281 items 2.9/220.6MB 1% complete (198k/s) |
147 | 2024-12-21T02:26:20.916Z | Download: 588/4281 items 17.5/220.6MB 7% complete (1.8M/s) |
148 | 2024-12-21T02:26:25.932Z | Download: 1055/4281 items 19.7/220.6MB 8% complete (1.7M/s) |
149 | 2024-12-21T02:26:31.330Z | Download: 1192/4281 items 83.5/220.6MB 37% complete (6.6M/s) |
150 | 2024-12-21T02:26:46.526Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
151 | 2024-12-21T02:26:51.550Z | Download: 1483/4281 items 117.3/220.6MB 53% complete (7.4M/s) |
152 | 2024-12-21T02:26:56.695Z | Download: 1745/4281 items 118.1/220.6MB 53% complete (3.6M/s) |
153 | 2024-12-21T02:27:01.704Z | Download: 1935/4281 items 118.6/220.6MB 53% complete (177k/s) |
154 | 2024-12-21T02:27:06.735Z | Download: 2145/4281 items 118.9/220.6MB 53% complete (87.0k/s) |
155 | 2024-12-21T02:27:14.649Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (74.7k/s) |
156 | 2024-12-21T02:27:20.085Z | Download: 2224/4281 items 119.2/220.6MB 54% complete |
157 | 2024-12-21T02:27:25.106Z | Download: 2659/4281 items 120.7/220.6MB 54% complete (159k/s) |
158 | 2024-12-21T02:27:30.123Z | Download: 3033/4281 items 121.3/220.6MB 55% complete (219k/s) |
159 | 2024-12-21T02:27:35.129Z | Download: 3242/4281 items 194.7/220.6MB 88% complete (7.3M/s) |
160 | 2024-12-21T02:27:45.299Z | Download: 3245/4281 items 203.1/220.6MB 92% complete (8.0M/s) |
161 | 2024-12-21T02:27:58.569Z | Download: 3246/4281 items 203.1/220.6MB 92% complete |
162 | 2024-12-21T02:28:03.713Z | Download: 3607/4281 items 215.8/220.6MB 97% complete (2.7M/s) |
163 | 2024-12-21T02:28:09.072Z | Download: 4206/4281 items 220.5/220.6MB 99% complete (2.1M/s) |
164 | 2024-12-21T02:28:13.521Z | Download: Completed 220.60 MB in 128.84 seconds (1.7M/s) |
165 | 2024-12-21T02:28:15.635Z | Actions: 1/5063 actions (Removing old actions) |
166 | 2024-12-21T02:28:15.658Z | Actions: 194/5063 actions (Installing new actions) |
167 | 2024-12-21T02:28:20.291Z | Actions: 4226/5063 actions (Updating modified actions) |
168 | 2024-12-21T02:28:20.606Z | Actions: Completed 5063 actions in 4.96 seconds. |
169 | 2024-12-21T02:28:21.012Z | Done (0.398s) |
170 | 2024-12-21T02:28:21.015Z | Done (0.000s) |
171 | 2024-12-21T02:28:21.591Z | Done (0.577s) |
172 | 2024-12-21T02:28:25.991Z | Done (4.177s) |
173 | 2024-12-21T02:28:26.084Z | Done (0.018s) |
174 | 2024-12-21T02:28:26.087Z | Done (0.000s) |
175 | 2024-12-21T02:28:26.265Z | Done (0.000s) |
176 | 2024-12-21T02:28:26.953Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-12-21T02:28:27.115Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-12-21T02:28:27.118Z | Planning: Consolidating action changes ... Done |
179 | 2024-12-21T02:28:27.380Z | Planning: Evaluating mediators ... Done |
180 | 2024-12-21T02:28:27.383Z | Planning: Planning completed in 0.43 seconds |
181 | 2024-12-21T02:28:27.421Z | Mediators to change: 2 |
182 | 2024-12-21T02:28:27.421Z | Create boot environment: No |
183 | 2024-12-21T02:28:27.424Z | Create backup boot environment: No |
184 | 2024-12-21T02:28:27.511Z | Done |
185 | 2024-12-21T02:28:27.511Z | Done |
186 | 2024-12-21T02:28:27.869Z | Done |
187 | 2024-12-21T02:28:31.549Z | Done |
188 | 2024-12-21T02:28:31.640Z | Done |
189 | 2024-12-21T02:28:31.642Z | Done |
190 | 2024-12-21T02:28:31.771Z | Done |
191 | 2024-12-21T02:28:32.383Z | Planning: Evaluating mediator changes ... Done |
192 | 2024-12-21T02:28:32.385Z | Planning: Merging actions ... Done |
193 | 2024-12-21T02:28:32.575Z | Planning: Checking for conflicting actions ... Done |
194 | 2024-12-21T02:28:32.578Z | Planning: Consolidating action changes ... Done |
195 | 2024-12-21T02:28:32.846Z | Planning: Evaluating mediators ... Done |
196 | 2024-12-21T02:28:32.893Z | Planning: Planning completed in 0.75 seconds |
197 | 2024-12-21T02:28:32.941Z | Packages to change: 1 |
198 | 2024-12-21T02:28:32.941Z | Mediators to change: 1 |
199 | 2024-12-21T02:28:32.946Z | Services to change: 1 |
200 | 2024-12-21T02:28:32.946Z | Create boot environment: No |
201 | 2024-12-21T02:28:32.946Z | Create backup boot environment: Yes |
202 | 2024-12-21T02:28:35.394Z | Actions: 1/6 actions (Updating modified actions) |
203 | 2024-12-21T02:28:35.396Z | Actions: Completed 6 actions in 0.00 seconds. |
204 | 2024-12-21T02:28:35.396Z | Done |
205 | 2024-12-21T02:28:35.396Z | Done |
206 | 2024-12-21T02:28:35.513Z | Done |
207 | 2024-12-21T02:28:39.182Z | Done |
208 | 2024-12-21T02:28:39.279Z | Done |
209 | 2024-12-21T02:28:39.282Z | Done |
210 | 2024-12-21T02:28:39.413Z | Done |
211 | 2024-12-21T02:28:39.845Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
212 | 2024-12-21T02:28:39.845Z | clang system 15 system |
213 | 2024-12-21T02:28:39.845Z | csh system system illumos |
214 | 2024-12-21T02:28:39.845Z | ctags system system illumos |
215 | 2024-12-21T02:28:39.845Z | gcc vendor 12 vendor |
216 | 2024-12-21T02:28:39.845Z | gcc system 10 system |
217 | 2024-12-21T02:28:39.845Z | gcc system 7 system |
218 | 2024-12-21T02:28:39.845Z | go system 1.20 system |
219 | 2024-12-21T02:28:39.845Z | go system 1.19 system |
220 | 2024-12-21T02:28:39.845Z | llvm system 15 system |
221 | 2024-12-21T02:28:39.845Z | llvm system 14 system |
222 | 2024-12-21T02:28:39.845Z | mariadb system 10.6 system |
223 | 2024-12-21T02:28:39.845Z | mta vendor vendor dma |
224 | 2024-12-21T02:28:39.845Z | openjdk system 17 system |
225 | 2024-12-21T02:28:39.845Z | openjdk system 11 system |
226 | 2024-12-21T02:28:39.845Z | openjdk system 1.8 system |
227 | 2024-12-21T02:28:39.845Z | openssl vendor 3 vendor |
228 | 2024-12-21T02:28:39.845Z | perl system 5.36 system |
229 | 2024-12-21T02:28:39.845Z | postgresql system 15 system |
230 | 2024-12-21T02:28:39.846Z | postgresql system 13 system |
231 | 2024-12-21T02:28:39.846Z | python vendor 3 vendor |
232 | 2024-12-21T02:28:39.846Z | python system 2 system |
233 | 2024-12-21T02:28:39.846Z | python3 system 3.11 system |
234 | 2024-12-21T02:28:39.846Z | ruby system 3.0 system |
235 | 2024-12-21T02:28:39.846Z | words vendor vendor american-english |
236 | 2024-12-21T02:28:39.846Z | words system system australian-english |
237 | 2024-12-21T02:28:39.846Z | words system system british-english |
238 | 2024-12-21T02:28:39.846Z | words system system canadian-english |
239 | 2024-12-21T02:28:39.846Z | words system system french |
240 | 2024-12-21T02:28:39.846Z | words system system italian |
241 | 2024-12-21T02:28:39.846Z | words system system ngerman |
242 | 2024-12-21T02:28:39.846Z | words system system ogerman |
243 | 2024-12-21T02:28:39.846Z | words system system spanish |
244 | 2024-12-21T02:28:40.172Z | PUBLISHER TYPE STATUS P LOCATION |
245 | 2024-12-21T02:28:40.172Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
246 | 2024-12-21T02:28:42.937Z | FMRI IFO |
247 | 2024-12-21T02:28:42.937Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2024-12-21T02:28:42.937Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2024-12-21T02:28:42.937Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2024-12-21T02:28:42.937Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
251 | 2024-12-21T02:28:42.937Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
252 | 2024-12-21T02:28:42.937Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
253 | 2024-12-21T02:28:42.937Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
254 | 2024-12-21T02:28:42.937Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
255 | 2024-12-21T02:28:42.937Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
256 | 2024-12-21T02:28:42.937Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
257 | 2024-12-21T02:28:42.938Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
258 | 2024-12-21T02:28:42.938Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
259 | 2024-12-21T02:28:42.938Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
260 | 2024-12-21T02:28:42.938Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
261 | 2024-12-21T02:28:42.938Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
262 | 2024-12-21T02:28:43.698Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
263 | 2024-12-21T02:28:43.966Z | Updating crates.io index |
264 | 2024-12-21T02:28:44.053Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
265 | 2024-12-21T02:28:44.548Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
266 | 2024-12-21T02:28:44.823Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
267 | 2024-12-21T02:28:45.009Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
268 | 2024-12-21T02:28:45.269Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
269 | 2024-12-21T02:28:46.219Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
270 | 2024-12-21T02:28:47.776Z | Updating git repository `https://github.com/oxidecomputer/opte` |
271 | 2024-12-21T02:28:48.349Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
272 | 2024-12-21T02:28:49.036Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
273 | 2024-12-21T02:28:49.256Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
274 | 2024-12-21T02:28:49.526Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
275 | 2024-12-21T02:28:50.109Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
276 | 2024-12-21T02:28:50.370Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
277 | 2024-12-21T02:28:50.641Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
278 | 2024-12-21T02:28:50.858Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
279 | 2024-12-21T02:28:51.089Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
280 | 2024-12-21T02:28:51.315Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
281 | 2024-12-21T02:28:51.546Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
282 | 2024-12-21T02:28:51.828Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
283 | 2024-12-21T02:28:52.102Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
284 | 2024-12-21T02:28:52.424Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
285 | 2024-12-21T02:28:52.859Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
286 | 2024-12-21T02:28:53.109Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
287 | 2024-12-21T02:28:53.467Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
288 | 2024-12-21T02:28:53.973Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
289 | 2024-12-21T02:28:54.219Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
290 | 2024-12-21T02:28:54.443Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
291 | 2024-12-21T02:28:54.677Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
292 | 2024-12-21T02:28:56.075Z | Downloading crates ... |
293 | 2024-12-21T02:28:56.103Z | Downloaded autocfg v1.4.0 |
294 | 2024-12-21T02:28:56.103Z | Downloaded anstyle-query v1.1.1 |
295 | 2024-12-21T02:28:56.103Z | Downloaded bitflags v2.6.0 |
296 | 2024-12-21T02:28:56.103Z | Downloaded anstream v0.6.15 |
297 | 2024-12-21T02:28:56.103Z | Downloaded dtrace-parser v0.2.0 |
298 | 2024-12-21T02:28:56.103Z | Downloaded swrite v0.1.0 |
299 | 2024-12-21T02:28:56.103Z | Downloaded usdt-attr-macro v0.5.0 |
300 | 2024-12-21T02:28:56.103Z | Downloaded usdt-macro v0.5.0 |
301 | 2024-12-21T02:28:56.103Z | Downloaded equivalent v1.0.1 |
302 | 2024-12-21T02:28:56.103Z | Downloaded pretty-hex v0.4.1 |
303 | 2024-12-21T02:28:56.103Z | Downloaded scroll_derive v0.12.0 |
304 | 2024-12-21T02:28:56.103Z | Downloaded pest_generator v2.7.14 |
305 | 2024-12-21T02:28:56.104Z | Downloaded anstyle v1.0.10 |
306 | 2024-12-21T02:28:56.104Z | Downloaded generic-array v0.14.7 |
307 | 2024-12-21T02:28:56.104Z | Downloaded fastrand v2.1.1 |
308 | 2024-12-21T02:28:56.104Z | Downloaded heck v0.4.1 |
309 | 2024-12-21T02:28:56.104Z | Downloaded macaddr v1.0.1 |
310 | 2024-12-21T02:28:56.104Z | Downloaded is_terminal_polyfill v1.70.1 |
311 | 2024-12-21T02:28:56.104Z | Downloaded fs-err v2.11.0 |
312 | 2024-12-21T02:28:56.104Z | Downloaded cpufeatures v0.2.14 |
313 | 2024-12-21T02:28:56.104Z | Downloaded cfg-if v1.0.0 |
314 | 2024-12-21T02:28:56.104Z | Downloaded proc-macro-error-attr v1.0.4 |
315 | 2024-12-21T02:28:56.104Z | Downloaded anstyle-parse v0.2.5 |
316 | 2024-12-21T02:28:56.104Z | Downloaded bytecount v0.6.8 |
317 | 2024-12-21T02:28:56.104Z | Downloaded toml_datetime v0.6.8 |
318 | 2024-12-21T02:28:56.104Z | Downloaded fnv v1.0.7 |
319 | 2024-12-21T02:28:56.104Z | Downloaded itoa v1.0.11 |
320 | 2024-12-21T02:28:56.104Z | Downloaded smawk v0.3.2 |
321 | 2024-12-21T02:28:56.104Z | Downloaded dof v0.3.0 |
322 | 2024-12-21T02:28:56.104Z | Downloaded crypto-common v0.1.6 |
323 | 2024-12-21T02:28:56.104Z | Downloaded errno v0.3.9 |
324 | 2024-12-21T02:28:56.104Z | Downloaded colorchoice v1.0.2 |
325 | 2024-12-21T02:28:56.104Z | Downloaded tabled_derive v0.7.0 |
326 | 2024-12-21T02:28:56.104Z | Downloaded thiserror-impl v1.0.69 |
327 | 2024-12-21T02:28:56.104Z | Downloaded thiserror v1.0.69 |
328 | 2024-12-21T02:28:56.104Z | Downloaded plain v0.2.3 |
329 | 2024-12-21T02:28:56.107Z | Downloaded block-buffer v0.10.4 |
330 | 2024-12-21T02:28:56.107Z | Downloaded heck v0.5.0 |
331 | 2024-12-21T02:28:56.107Z | Downloaded serde_tokenstream v0.2.2 |
332 | 2024-12-21T02:28:56.107Z | Downloaded memmap v0.7.0 |
333 | 2024-12-21T02:28:56.107Z | Downloaded digest v0.10.7 |
334 | 2024-12-21T02:28:56.107Z | Downloaded utf8parse v0.2.2 |
335 | 2024-12-21T02:28:56.107Z | Downloaded usdt v0.5.0 |
336 | 2024-12-21T02:28:56.107Z | Downloaded serde_spanned v0.6.8 |
337 | 2024-12-21T02:28:56.107Z | Downloaded cargo-platform v0.1.8 |
338 | 2024-12-21T02:28:56.107Z | Downloaded clap_lex v0.7.2 |
339 | 2024-12-21T02:28:56.107Z | Downloaded thread-id v4.2.2 |
340 | 2024-12-21T02:28:56.108Z | Downloaded strsim v0.11.1 |
341 | 2024-12-21T02:28:56.108Z | Downloaded version_check v0.9.5 |
342 | 2024-12-21T02:28:56.108Z | Downloaded once_cell v1.20.2 |
343 | 2024-12-21T02:28:56.108Z | Downloaded terminal_size v0.4.0 |
344 | 2024-12-21T02:28:56.108Z | Downloaded proc-macro-error v1.0.4 |
345 | 2024-12-21T02:28:56.108Z | Downloaded cargo_metadata v0.18.1 |
346 | 2024-12-21T02:28:56.108Z | Downloaded byteorder v1.5.0 |
347 | 2024-12-21T02:28:56.111Z | Downloaded cargo_toml v0.20.5 |
348 | 2024-12-21T02:28:56.116Z | Downloaded quote v1.0.37 |
349 | 2024-12-21T02:28:56.119Z | Downloaded clap_derive v4.5.18 |
350 | 2024-12-21T02:28:56.122Z | Downloaded tempfile v3.13.0 |
351 | 2024-12-21T02:28:56.125Z | Downloaded unicode-linebreak v0.1.5 |
352 | 2024-12-21T02:28:56.128Z | Downloaded scroll v0.12.0 |
353 | 2024-12-21T02:28:56.128Z | Downloaded pest_derive v2.7.14 |
354 | 2024-12-21T02:28:56.132Z | Downloaded zerocopy-derive v0.7.35 |
355 | 2024-12-21T02:28:56.135Z | Downloaded camino v1.1.9 |
356 | 2024-12-21T02:28:56.135Z | Downloaded usdt-impl v0.5.0 |
357 | 2024-12-21T02:28:56.137Z | Downloaded sha2 v0.10.8 |
358 | 2024-12-21T02:28:56.140Z | Downloaded pest_meta v2.7.14 |
359 | 2024-12-21T02:28:56.147Z | Downloaded camino-tempfile v1.1.1 |
360 | 2024-12-21T02:28:56.153Z | Downloaded log v0.4.22 |
361 | 2024-12-21T02:28:56.154Z | Downloaded anyhow v1.0.93 |
362 | 2024-12-21T02:28:56.154Z | Downloaded typenum v1.17.0 |
363 | 2024-12-21T02:28:56.154Z | Downloaded proc-macro2 v1.0.89 |
364 | 2024-12-21T02:28:56.156Z | Downloaded serde_derive v1.0.215 |
365 | 2024-12-21T02:28:56.160Z | Downloaded unicode-ident v1.0.13 |
366 | 2024-12-21T02:28:56.162Z | Downloaded papergrid v0.11.0 |
367 | 2024-12-21T02:28:56.167Z | Downloaded ryu v1.0.18 |
368 | 2024-12-21T02:28:56.170Z | Downloaded semver v1.0.23 |
369 | 2024-12-21T02:28:56.173Z | Downloaded clap v4.5.21 |
370 | 2024-12-21T02:28:56.180Z | Downloaded toml v0.8.19 |
371 | 2024-12-21T02:28:56.189Z | Downloaded indexmap v2.6.0 |
372 | 2024-12-21T02:28:56.199Z | Downloaded ucd-trie v0.1.7 |
373 | 2024-12-21T02:28:56.202Z | Downloaded textwrap v0.16.1 |
374 | 2024-12-21T02:28:56.212Z | Downloaded serde v1.0.215 |
375 | 2024-12-21T02:28:56.221Z | Downloaded memchr v2.7.4 |
376 | 2024-12-21T02:28:56.225Z | Downloaded toml_edit v0.22.22 |
377 | 2024-12-21T02:28:56.256Z | Downloaded pest v2.7.14 |
378 | 2024-12-21T02:28:56.264Z | Downloaded hashbrown v0.15.1 |
379 | 2024-12-21T02:28:56.269Z | Downloaded serde_json v1.0.132 |
380 | 2024-12-21T02:28:56.275Z | Downloaded zerocopy v0.7.35 |
381 | 2024-12-21T02:28:56.290Z | Downloaded clap_builder v4.5.21 |
382 | 2024-12-21T02:28:56.296Z | Downloaded tabled v0.15.0 |
383 | 2024-12-21T02:28:56.311Z | Downloaded goblin v0.8.2 |
384 | 2024-12-21T02:28:56.318Z | Downloaded winnow v0.6.20 |
385 | 2024-12-21T02:28:56.334Z | Downloaded unicode-width v0.1.14 |
386 | 2024-12-21T02:28:56.338Z | Downloaded syn v2.0.87 |
387 | 2024-12-21T02:28:56.348Z | Downloaded syn v1.0.109 |
388 | 2024-12-21T02:28:56.359Z | Downloaded rustix v0.38.37 |
389 | 2024-12-21T02:28:56.406Z | Downloaded libc v0.2.162 |
390 | 2024-12-21T02:28:56.711Z | Compiling proc-macro2 v1.0.89 |
391 | 2024-12-21T02:28:56.711Z | Compiling unicode-ident v1.0.13 |
392 | 2024-12-21T02:28:56.711Z | Compiling version_check v0.9.5 |
393 | 2024-12-21T02:28:56.715Z | Compiling serde v1.0.215 |
394 | 2024-12-21T02:28:56.715Z | Compiling memchr v2.7.4 |
395 | 2024-12-21T02:28:56.715Z | Compiling thiserror v1.0.69 |
396 | 2024-12-21T02:28:56.715Z | Compiling libc v0.2.162 |
397 | 2024-12-21T02:28:56.745Z | Compiling ucd-trie v0.1.7 |
398 | 2024-12-21T02:28:56.963Z | Compiling itoa v1.0.11 |
399 | 2024-12-21T02:28:57.198Z | Compiling ryu v1.0.18 |
400 | 2024-12-21T02:28:57.454Z | Compiling once_cell v1.20.2 |
401 | 2024-12-21T02:28:57.525Z | Compiling byteorder v1.5.0 |
402 | 2024-12-21T02:28:57.589Z | Compiling serde_json v1.0.132 |
403 | 2024-12-21T02:28:57.882Z | Compiling rustix v0.38.37 |
404 | 2024-12-21T02:28:58.014Z | Compiling bitflags v2.6.0 |
405 | 2024-12-21T02:28:58.041Z | Compiling proc-macro-error-attr v1.0.4 |
406 | 2024-12-21T02:28:58.335Z | Compiling usdt-impl v0.5.0 |
407 | 2024-12-21T02:28:58.340Z | Compiling syn v1.0.109 |
408 | 2024-12-21T02:28:58.541Z | Compiling quote v1.0.37 |
409 | 2024-12-21T02:28:58.567Z | Compiling proc-macro-error v1.0.4 |
410 | 2024-12-21T02:28:58.767Z | Compiling hashbrown v0.15.1 |
411 | 2024-12-21T02:28:58.808Z | Compiling errno v0.3.9 |
412 | 2024-12-21T02:28:58.841Z | Compiling utf8parse v0.2.2 |
413 | 2024-12-21T02:28:58.950Z | Compiling syn v2.0.87 |
414 | 2024-12-21T02:28:59.107Z | Compiling log v0.4.22 |
415 | 2024-12-21T02:28:59.133Z | Compiling camino v1.1.9 |
416 | 2024-12-21T02:28:59.272Z | Compiling plain v0.2.3 |
417 | 2024-12-21T02:28:59.474Z | Compiling thread-id v4.2.2 |
418 | 2024-12-21T02:28:59.477Z | Compiling equivalent v1.0.1 |
419 | 2024-12-21T02:28:59.600Z | Compiling anstyle-parse v0.2.5 |
420 | 2024-12-21T02:28:59.916Z | Compiling semver v1.0.23 |
421 | 2024-12-21T02:28:59.944Z | Compiling pretty-hex v0.4.1 |
422 | 2024-12-21T02:29:00.084Z | Compiling indexmap v2.6.0 |
423 | 2024-12-21T02:29:00.124Z | Compiling is_terminal_polyfill v1.70.1 |
424 | 2024-12-21T02:29:00.179Z | Compiling anstyle v1.0.10 |
425 | 2024-12-21T02:29:00.276Z | Compiling anstyle-query v1.1.1 |
426 | 2024-12-21T02:29:00.347Z | Compiling autocfg v1.4.0 |
427 | 2024-12-21T02:29:00.449Z | Compiling unicode-width v0.1.14 |
428 | 2024-12-21T02:29:00.480Z | Compiling colorchoice v1.0.2 |
429 | 2024-12-21T02:29:00.660Z | Compiling winnow v0.6.20 |
430 | 2024-12-21T02:29:00.692Z | Compiling anstream v0.6.15 |
431 | 2024-12-21T02:29:01.254Z | Compiling terminal_size v0.4.0 |
432 | 2024-12-21T02:29:01.500Z | Compiling bytecount v0.6.8 |
433 | 2024-12-21T02:29:01.503Z | Compiling cfg-if v1.0.0 |
434 | 2024-12-21T02:29:01.577Z | Compiling fs-err v2.11.0 |
435 | 2024-12-21T02:29:01.601Z | Compiling heck v0.5.0 |
436 | 2024-12-21T02:29:01.634Z | Compiling clap_lex v0.7.2 |
437 | 2024-12-21T02:29:01.851Z | Compiling anyhow v1.0.93 |
438 | 2024-12-21T02:29:02.032Z | Compiling fnv v1.0.7 |
439 | 2024-12-21T02:29:02.120Z | Compiling fastrand v2.1.1 |
440 | 2024-12-21T02:29:02.145Z | Compiling heck v0.4.1 |
441 | 2024-12-21T02:29:02.172Z | Compiling strsim v0.11.1 |
442 | 2024-12-21T02:29:02.196Z | Compiling papergrid v0.11.0 |
443 | 2024-12-21T02:29:02.638Z | Compiling clap_builder v4.5.21 |
444 | 2024-12-21T02:29:03.024Z | Compiling tempfile v3.13.0 |
445 | 2024-12-21T02:29:03.234Z | Compiling memmap v0.7.0 |
446 | 2024-12-21T02:29:03.259Z | Compiling unicode-linebreak v0.1.5 |
447 | 2024-12-21T02:29:03.607Z | Compiling smawk v0.3.2 |
448 | 2024-12-21T02:29:03.829Z | Compiling textwrap v0.16.1 |
449 | 2024-12-21T02:29:04.393Z | Compiling swrite v0.1.0 |
450 | 2024-12-21T02:29:05.441Z | Compiling tabled_derive v0.7.0 |
451 | 2024-12-21T02:29:06.990Z | Compiling tabled v0.15.0 |
452 | 2024-12-21T02:29:08.011Z | Compiling serde_derive v1.0.215 |
453 | 2024-12-21T02:29:08.014Z | Compiling thiserror-impl v1.0.69 |
454 | 2024-12-21T02:29:08.104Z | Compiling zerocopy-derive v0.7.35 |
455 | 2024-12-21T02:29:08.127Z | Compiling scroll_derive v0.12.0 |
456 | 2024-12-21T02:29:08.383Z | Compiling clap_derive v4.5.18 |
457 | 2024-12-21T02:29:09.440Z | Compiling scroll v0.12.0 |
458 | 2024-12-21T02:29:09.924Z | Compiling zerocopy v0.7.35 |
459 | 2024-12-21T02:29:10.010Z | Compiling goblin v0.8.2 |
460 | 2024-12-21T02:29:12.154Z | Compiling clap v4.5.21 |
461 | 2024-12-21T02:29:13.412Z | Compiling pest v2.7.14 |
462 | 2024-12-21T02:29:15.173Z | Compiling pest_meta v2.7.14 |
463 | 2024-12-21T02:29:16.279Z | Compiling pest_generator v2.7.14 |
464 | 2024-12-21T02:29:17.784Z | Compiling pest_derive v2.7.14 |
465 | 2024-12-21T02:29:17.963Z | Compiling serde_spanned v0.6.8 |
466 | 2024-12-21T02:29:17.964Z | Compiling toml_datetime v0.6.8 |
467 | 2024-12-21T02:29:17.966Z | Compiling cargo-platform v0.1.8 |
468 | 2024-12-21T02:29:18.356Z | Compiling serde_tokenstream v0.2.2 |
469 | 2024-12-21T02:29:18.386Z | Compiling toml_edit v0.22.22 |
470 | 2024-12-21T02:29:18.442Z | Compiling dtrace-parser v0.2.0 |
471 | 2024-12-21T02:29:18.637Z | Compiling macaddr v1.0.1 |
472 | 2024-12-21T02:29:18.999Z | Compiling camino-tempfile v1.1.1 |
473 | 2024-12-21T02:29:19.690Z | Compiling dof v0.3.0 |
474 | 2024-12-21T02:29:19.694Z | Compiling cargo_metadata v0.18.1 |
475 | 2024-12-21T02:29:21.596Z | Compiling toml v0.8.19 |
476 | 2024-12-21T02:29:21.714Z | Compiling usdt-attr-macro v0.5.0 |
477 | 2024-12-21T02:29:21.714Z | Compiling usdt-macro v0.5.0 |
478 | 2024-12-21T02:29:22.471Z | Compiling cargo_toml v0.20.5 |
479 | 2024-12-21T02:29:23.098Z | Compiling usdt v0.5.0 |
480 | 2024-12-21T02:29:26.058Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
481 | 2024-12-21T02:29:30.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.69s |
482 | 2024-12-21T02:29:30.474Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
483 | 2024-12-21T02:29:31.003Z | Downloading crates ... |
484 | 2024-12-21T02:29:31.124Z | Downloaded array-init v0.0.4 |
485 | 2024-12-21T02:29:31.132Z | Downloaded arrayref v0.3.9 |
486 | 2024-12-21T02:29:31.139Z | Downloaded arc-swap v1.7.1 |
487 | 2024-12-21T02:29:31.145Z | Downloaded atomicwrites v0.4.4 |
488 | 2024-12-21T02:29:31.148Z | Downloaded aead v0.5.2 |
489 | 2024-12-21T02:29:31.150Z | Downloaded hex-literal v0.4.1 |
490 | 2024-12-21T02:29:31.155Z | Downloaded darling v0.20.10 |
491 | 2024-12-21T02:29:31.162Z | Downloaded hostname v0.3.1 |
492 | 2024-12-21T02:29:31.166Z | Downloaded atty v0.2.14 |
493 | 2024-12-21T02:29:31.174Z | Downloaded http-body v1.0.1 |
494 | 2024-12-21T02:29:31.177Z | Downloaded hubpack_derive v0.1.1 |
495 | 2024-12-21T02:29:31.177Z | Downloaded cfg_aliases v0.2.1 |
496 | 2024-12-21T02:29:31.177Z | Downloaded http-range v0.1.5 |
497 | 2024-12-21T02:29:31.185Z | Downloaded ident_case v1.0.1 |
498 | 2024-12-21T02:29:31.185Z | Downloaded cstr-argument v0.1.2 |
499 | 2024-12-21T02:29:31.185Z | Downloaded crunchy v0.2.2 |
500 | 2024-12-21T02:29:31.190Z | Downloaded ciborium-io v0.2.2 |
501 | 2024-12-21T02:29:31.190Z | Downloaded cfg_aliases v0.1.1 |
502 | 2024-12-21T02:29:31.190Z | Downloaded matches v0.1.10 |
503 | 2024-12-21T02:29:31.194Z | Downloaded mirai-annotations v1.12.0 |
504 | 2024-12-21T02:29:31.194Z | Downloaded crucible-workspace-hack v0.1.0 |
505 | 2024-12-21T02:29:31.200Z | Downloaded md5 v0.7.0 |
506 | 2024-12-21T02:29:31.203Z | Downloaded match_cfg v0.1.0 |
507 | 2024-12-21T02:29:31.210Z | Downloaded headers-core v0.3.0 |
508 | 2024-12-21T02:29:31.210Z | Downloaded castaway v0.2.3 |
509 | 2024-12-21T02:29:31.213Z | Downloaded crossbeam-deque v0.8.5 |
510 | 2024-12-21T02:29:31.213Z | Downloaded adler2 v2.0.0 |
511 | 2024-12-21T02:29:31.213Z | Downloaded bb8 v0.8.5 |
512 | 2024-12-21T02:29:31.218Z | Downloaded icu_provider_macros v1.5.0 |
513 | 2024-12-21T02:29:31.218Z | Downloaded cbc v0.1.2 |
514 | 2024-12-21T02:29:31.218Z | Downloaded constant_time_eq v0.3.1 |
515 | 2024-12-21T02:29:31.218Z | Downloaded buf-list v1.0.3 |
516 | 2024-12-21T02:29:31.225Z | Downloaded async-stream v0.3.6 |
517 | 2024-12-21T02:29:31.225Z | Downloaded instant v0.1.13 |
518 | 2024-12-21T02:29:31.225Z | Downloaded is_ci v1.2.0 |
519 | 2024-12-21T02:29:31.228Z | Downloaded http-body-util v0.1.2 |
520 | 2024-12-21T02:29:31.228Z | Downloaded crc-catalog v2.4.0 |
521 | 2024-12-21T02:29:31.231Z | Downloaded hostname v0.4.0 |
522 | 2024-12-21T02:29:31.231Z | Downloaded home v0.5.9 |
523 | 2024-12-21T02:29:31.236Z | Downloaded hubpack v0.1.2 |
524 | 2024-12-21T02:29:31.236Z | Downloaded cmake v0.1.51 |
525 | 2024-12-21T02:29:31.236Z | Downloaded httpdate v1.0.3 |
526 | 2024-12-21T02:29:31.241Z | Downloaded crc v3.2.1 |
527 | 2024-12-21T02:29:31.244Z | Downloaded humantime v2.1.0 |
528 | 2024-12-21T02:29:31.244Z | Downloaded cipher v0.4.4 |
529 | 2024-12-21T02:29:31.247Z | Downloaded managed v0.8.0 |
530 | 2024-12-21T02:29:31.247Z | Downloaded lockfree-object-pool v0.1.6 |
531 | 2024-12-21T02:29:31.251Z | Downloaded maybe-uninit v2.0.0 |
532 | 2024-12-21T02:29:31.256Z | Downloaded impl-trait-for-tuples v0.2.2 |
533 | 2024-12-21T02:29:31.256Z | Downloaded cexpr v0.6.0 |
534 | 2024-12-21T02:29:31.276Z | Downloaded cassowary v0.3.0 |
535 | 2024-12-21T02:29:31.276Z | Downloaded bitflags v1.3.2 |
536 | 2024-12-21T02:29:31.281Z | Downloaded linked-hash-map v0.5.6 |
537 | 2024-12-21T02:29:31.281Z | Downloaded mime v0.3.17 |
538 | 2024-12-21T02:29:31.281Z | Downloaded memoffset v0.9.1 |
539 | 2024-12-21T02:29:31.281Z | Downloaded linear-map v1.2.0 |
540 | 2024-12-21T02:29:31.281Z | Downloaded inout v0.1.3 |
541 | 2024-12-21T02:29:31.281Z | Downloaded lru v0.12.5 |
542 | 2024-12-21T02:29:31.282Z | Downloaded base16ct v0.2.0 |
543 | 2024-12-21T02:29:31.282Z | Downloaded indent_write v2.2.0 |
544 | 2024-12-21T02:29:31.282Z | Downloaded is-terminal v0.4.13 |
545 | 2024-12-21T02:29:31.282Z | Downloaded chacha20 v0.9.1 |
546 | 2024-12-21T02:29:31.282Z | Downloaded hyper-tls v0.6.0 |
547 | 2024-12-21T02:29:31.282Z | Downloaded libsw v3.3.1 |
548 | 2024-12-21T02:29:31.285Z | Downloaded lalrpop-util v0.19.12 |
549 | 2024-12-21T02:29:31.285Z | Downloaded ciborium-ll v0.2.2 |
550 | 2024-12-21T02:29:31.285Z | Downloaded lru-cache v0.1.2 |
551 | 2024-12-21T02:29:31.288Z | Downloaded internet-checksum v0.2.1 |
552 | 2024-12-21T02:29:31.288Z | Downloaded ctr v0.9.2 |
553 | 2024-12-21T02:29:31.293Z | Downloaded instability v0.3.2 |
554 | 2024-12-21T02:29:31.297Z | Downloaded libefi-sys v0.1.0 |
555 | 2024-12-21T02:29:31.297Z | Downloaded addr2line v0.24.2 |
556 | 2024-12-21T02:29:31.297Z | Downloaded curve25519-dalek-derive v0.1.1 |
557 | 2024-12-21T02:29:31.300Z | Downloaded cancel-safe-futures v0.1.5 |
558 | 2024-12-21T02:29:31.303Z | Downloaded console v0.15.8 |
559 | 2024-12-21T02:29:31.305Z | Downloaded mockall v0.13.0 |
560 | 2024-12-21T02:29:31.311Z | Downloaded bcs v0.1.6 |
561 | 2024-12-21T02:29:31.311Z | Downloaded bitfield v0.14.0 |
562 | 2024-12-21T02:29:31.314Z | Downloaded maplit v1.0.2 |
563 | 2024-12-21T02:29:31.314Z | Downloaded hickory-client v0.24.1 |
564 | 2024-12-21T02:29:31.318Z | Downloaded keccak v0.1.5 |
565 | 2024-12-21T02:29:31.323Z | Downloaded ciborium v0.2.2 |
566 | 2024-12-21T02:29:31.323Z | Downloaded litemap v0.7.3 |
567 | 2024-12-21T02:29:31.326Z | Downloaded jobserver v0.1.32 |
568 | 2024-12-21T02:29:31.326Z | Downloaded signal-hook-mio v0.2.4 |
569 | 2024-12-21T02:29:31.331Z | Downloaded blowfish v0.9.1 |
570 | 2024-12-21T02:29:31.331Z | Downloaded atomic-waker v1.1.2 |
571 | 2024-12-21T02:29:31.344Z | Downloaded lock_api v0.4.12 |
572 | 2024-12-21T02:29:31.344Z | Downloaded async-recursion v1.1.1 |
573 | 2024-12-21T02:29:31.344Z | Downloaded strum v0.26.3 |
574 | 2024-12-21T02:29:31.344Z | Downloaded const_format_proc_macros v0.2.33 |
575 | 2024-12-21T02:29:31.348Z | Downloaded mime_guess v2.0.5 |
576 | 2024-12-21T02:29:31.348Z | Downloaded csv-core v0.1.11 |
577 | 2024-12-21T02:29:31.348Z | Downloaded async-bb8-diesel v0.2.1 |
578 | 2024-12-21T02:29:31.348Z | Downloaded argon2 v0.5.3 |
579 | 2024-12-21T02:29:31.351Z | Downloaded libloading v0.8.5 |
580 | 2024-12-21T02:29:31.357Z | Downloaded memmap2 v0.9.5 |
581 | 2024-12-21T02:29:31.359Z | Downloaded md-5 v0.10.6 |
582 | 2024-12-21T02:29:31.359Z | Downloaded ipnet v2.10.1 |
583 | 2024-12-21T02:29:31.359Z | Downloaded cookie_store v0.21.0 |
584 | 2024-12-21T02:29:31.362Z | Downloaded sigpipe v0.1.3 |
585 | 2024-12-21T02:29:31.364Z | Downloaded same-file v1.0.6 |
586 | 2024-12-21T02:29:31.367Z | Downloaded universal-hash v0.5.1 |
587 | 2024-12-21T02:29:31.367Z | Downloaded vte_generate_state_changes v0.1.2 |
588 | 2024-12-21T02:29:31.371Z | Downloaded derive_builder_macro v0.20.2 |
589 | 2024-12-21T02:29:31.371Z | Downloaded zone_cfg_derive v0.3.0 |
590 | 2024-12-21T02:29:31.371Z | Downloaded downcast v0.11.0 |
591 | 2024-12-21T02:29:31.374Z | Downloaded endian-type v0.1.2 |
592 | 2024-12-21T02:29:31.374Z | Downloaded zone_cfg_derive v0.1.2 |
593 | 2024-12-21T02:29:31.374Z | Downloaded want v0.3.1 |
594 | 2024-12-21T02:29:31.378Z | Downloaded waitgroup v0.1.2 |
595 | 2024-12-21T02:29:31.378Z | Downloaded rusty-fork v0.3.0 |
596 | 2024-12-21T02:29:31.381Z | Downloaded rtoolbox v0.0.2 |
597 | 2024-12-21T02:29:31.381Z | Downloaded hmac v0.12.1 |
598 | 2024-12-21T02:29:31.384Z | Downloaded crc32fast v1.4.2 |
599 | 2024-12-21T02:29:31.393Z | Downloaded crossbeam-epoch v0.9.18 |
600 | 2024-12-21T02:29:31.394Z | Downloaded cookie v0.18.1 |
601 | 2024-12-21T02:29:31.401Z | Downloaded async-trait v0.1.83 |
602 | 2024-12-21T02:29:31.401Z | Downloaded crossbeam-utils v0.8.20 |
603 | 2024-12-21T02:29:31.406Z | Downloaded clang-sys v1.8.1 |
604 | 2024-12-21T02:29:31.406Z | Downloaded crc-any v2.5.0 |
605 | 2024-12-21T02:29:31.406Z | Downloaded ref-cast-impl v1.0.23 |
606 | 2024-12-21T02:29:31.406Z | Downloaded smallvec v0.6.14 |
607 | 2024-12-21T02:29:31.414Z | Downloaded normalize-line-endings v0.3.0 |
608 | 2024-12-21T02:29:31.414Z | Downloaded new_debug_unreachable v1.0.6 |
609 | 2024-12-21T02:29:31.414Z | Downloaded miniz_oxide v0.8.0 |
610 | 2024-12-21T02:29:31.414Z | Downloaded colored v2.1.0 |
611 | 2024-12-21T02:29:31.414Z | Downloaded string_cache v0.8.7 |
612 | 2024-12-21T02:29:31.414Z | Downloaded subtle v2.6.1 |
613 | 2024-12-21T02:29:31.417Z | Downloaded slog-json v2.6.1 |
614 | 2024-12-21T02:29:31.420Z | Downloaded mockall_derive v0.13.0 |
615 | 2024-12-21T02:29:31.423Z | Downloaded const-oid v0.9.6 |
616 | 2024-12-21T02:29:31.425Z | Downloaded unarray v0.1.4 |
617 | 2024-12-21T02:29:31.425Z | Downloaded typify-macro v0.2.0 |
618 | 2024-12-21T02:29:31.428Z | Downloaded icu_locid v1.5.0 |
619 | 2024-12-21T02:29:31.431Z | Downloaded termcolor v1.4.1 |
620 | 2024-12-21T02:29:31.433Z | Downloaded indexmap v1.9.3 |
621 | 2024-12-21T02:29:31.436Z | Downloaded icu_locid_transform_data v1.5.0 |
622 | 2024-12-21T02:29:31.439Z | Downloaded icu_normalizer_data v1.5.0 |
623 | 2024-12-21T02:29:31.442Z | Downloaded tokio-native-tls v0.3.1 |
624 | 2024-12-21T02:29:31.445Z | Downloaded russh-cryptovec v0.7.3 |
625 | 2024-12-21T02:29:31.445Z | Downloaded tokio-macros v2.4.0 |
626 | 2024-12-21T02:29:31.445Z | Downloaded ahash v0.8.11 |
627 | 2024-12-21T02:29:31.448Z | Downloaded rustls-pemfile v2.2.0 |
628 | 2024-12-21T02:29:31.450Z | Downloaded zeroize_derive v1.4.2 |
629 | 2024-12-21T02:29:31.454Z | Downloaded serde_plain v1.0.2 |
630 | 2024-12-21T02:29:31.457Z | Downloaded fragile v2.0.0 |
631 | 2024-12-21T02:29:31.457Z | Downloaded glob v0.3.1 |
632 | 2024-12-21T02:29:31.460Z | Downloaded icu_provider v1.5.0 |
633 | 2024-12-21T02:29:31.463Z | Downloaded base64 v0.13.1 |
634 | 2024-12-21T02:29:31.467Z | Downloaded futures-io v0.3.31 |
635 | 2024-12-21T02:29:31.467Z | Downloaded ena v0.14.3 |
636 | 2024-12-21T02:29:31.469Z | Downloaded hyper-util v0.1.10 |
637 | 2024-12-21T02:29:31.473Z | Downloaded compact_str v0.8.0 |
638 | 2024-12-21T02:29:31.476Z | Downloaded group v0.13.0 |
639 | 2024-12-21T02:29:31.479Z | Downloaded futures-macro v0.3.31 |
640 | 2024-12-21T02:29:31.482Z | Downloaded sqlformat v0.2.6 |
641 | 2024-12-21T02:29:31.482Z | Downloaded snafu-derive v0.8.5 |
642 | 2024-12-21T02:29:31.487Z | Downloaded tinyvec_macros v0.1.1 |
643 | 2024-12-21T02:29:31.487Z | Downloaded blake2 v0.10.6 |
644 | 2024-12-21T02:29:31.490Z | Downloaded write16 v1.0.0 |
645 | 2024-12-21T02:29:31.490Z | Downloaded backoff v0.4.0 |
646 | 2024-12-21T02:29:31.495Z | Downloaded term v0.7.0 |
647 | 2024-12-21T02:29:31.498Z | Downloaded tinystr v0.7.6 |
648 | 2024-12-21T02:29:31.498Z | Downloaded progenitor v0.8.0 |
649 | 2024-12-21T02:29:31.501Z | Downloaded pkg-config v0.3.31 |
650 | 2024-12-21T02:29:31.501Z | Downloaded pin-utils v0.1.0 |
651 | 2024-12-21T02:29:31.504Z | Downloaded percent-encoding v2.3.1 |
652 | 2024-12-21T02:29:31.504Z | Downloaded chacha20poly1305 v0.10.1 |
653 | 2024-12-21T02:29:31.508Z | Downloaded embedded-io v0.6.1 |
654 | 2024-12-21T02:29:31.508Z | Downloaded toolchain_find v0.4.0 |
655 | 2024-12-21T02:29:31.513Z | Downloaded packed_struct v0.10.1 |
656 | 2024-12-21T02:29:31.513Z | Downloaded foreign-types v0.5.0 |
657 | 2024-12-21T02:29:31.513Z | Downloaded enum-as-inner v0.6.1 |
658 | 2024-12-21T02:29:31.516Z | Downloaded enum-as-inner v0.5.1 |
659 | 2024-12-21T02:29:31.516Z | Downloaded zone v0.1.8 |
660 | 2024-12-21T02:29:31.516Z | Downloaded scheduled-thread-pool v0.2.7 |
661 | 2024-12-21T02:29:31.521Z | Downloaded packed_struct_codegen v0.10.1 |
662 | 2024-12-21T02:29:31.521Z | Downloaded progenitor-impl v0.8.0 |
663 | 2024-12-21T02:29:31.528Z | Downloaded icu_normalizer v1.5.0 |
664 | 2024-12-21T02:29:31.528Z | Downloaded foreign-types-shared v0.1.1 |
665 | 2024-12-21T02:29:31.539Z | Downloaded phf_generator v0.11.2 |
666 | 2024-12-21T02:29:31.539Z | Downloaded radium v0.7.0 |
667 | 2024-12-21T02:29:31.539Z | Downloaded rustc-hash v2.0.0 |
668 | 2024-12-21T02:29:31.539Z | Downloaded rustc-hash v1.1.0 |
669 | 2024-12-21T02:29:31.539Z | Downloaded des v0.8.1 |
670 | 2024-12-21T02:29:31.543Z | Downloaded schemars_derive v0.8.21 |
671 | 2024-12-21T02:29:31.543Z | Downloaded proc-macro-crate v1.3.1 |
672 | 2024-12-21T02:29:31.547Z | Downloaded signal-hook-registry v1.4.2 |
673 | 2024-12-21T02:29:31.550Z | Downloaded slog-stdlog v4.1.1 |
674 | 2024-12-21T02:29:31.553Z | Downloaded signal-hook-tokio v0.3.1 |
675 | 2024-12-21T02:29:31.553Z | Downloaded displaydoc v0.2.5 |
676 | 2024-12-21T02:29:31.556Z | Downloaded globset v0.4.15 |
677 | 2024-12-21T02:29:31.559Z | Downloaded oso-derive v0.27.3 |
678 | 2024-12-21T02:29:31.559Z | Downloaded slog v2.7.0 |
679 | 2024-12-21T02:29:31.562Z | Downloaded nu-ansi-term v0.50.1 |
680 | 2024-12-21T02:29:31.564Z | Downloaded subprocess v0.2.9 |
681 | 2024-12-21T02:29:31.566Z | Downloaded crypto-bigint v0.5.5 |
682 | 2024-12-21T02:29:31.574Z | Downloaded structmeta-derive v0.3.0 |
683 | 2024-12-21T02:29:31.577Z | Downloaded structmeta-derive v0.2.0 |
684 | 2024-12-21T02:29:31.577Z | Downloaded structmeta v0.3.0 |
685 | 2024-12-21T02:29:31.580Z | Downloaded data-encoding v2.6.0 |
686 | 2024-12-21T02:29:31.580Z | Downloaded dirs-sys-next v0.1.2 |
687 | 2024-12-21T02:29:31.582Z | Downloaded strip-ansi-escapes v0.2.0 |
688 | 2024-12-21T02:29:31.582Z | Downloaded stringprep v0.1.5 |
689 | 2024-12-21T02:29:31.585Z | Downloaded which v4.4.2 |
690 | 2024-12-21T02:29:31.588Z | Downloaded pkcs8 v0.10.2 |
691 | 2024-12-21T02:29:31.591Z | Downloaded tokio-rustls v0.25.0 |
692 | 2024-12-21T02:29:31.596Z | Downloaded pkcs1 v0.7.5 |
693 | 2024-12-21T02:29:31.596Z | Downloaded embedded-io v0.4.0 |
694 | 2024-12-21T02:29:31.596Z | Downloaded dirs-next v2.0.0 |
695 | 2024-12-21T02:29:31.599Z | Downloaded difflib v0.4.0 |
696 | 2024-12-21T02:29:31.599Z | Downloaded whoami v1.5.2 |
697 | 2024-12-21T02:29:31.603Z | Downloaded untrusted v0.7.1 |
698 | 2024-12-21T02:29:31.603Z | Downloaded icu_properties v1.5.1 |
699 | 2024-12-21T02:29:31.607Z | Downloaded termtree v0.4.1 |
700 | 2024-12-21T02:29:31.612Z | Downloaded futures-executor v0.3.31 |
701 | 2024-12-21T02:29:31.612Z | Downloaded futures-sink v0.3.31 |
702 | 2024-12-21T02:29:31.612Z | Downloaded serde_derive_internals v0.29.1 |
703 | 2024-12-21T02:29:31.617Z | Downloaded derive_more v0.99.18 |
704 | 2024-12-21T02:29:31.621Z | Downloaded num_enum v0.5.11 |
705 | 2024-12-21T02:29:31.624Z | Downloaded backtrace v0.3.74 |
706 | 2024-12-21T02:29:31.636Z | Downloaded const_format v0.2.33 |
707 | 2024-12-21T02:29:31.644Z | Downloaded heck v0.3.3 |
708 | 2024-12-21T02:29:31.645Z | Downloaded bumpalo v3.16.0 |
709 | 2024-12-21T02:29:31.645Z | Downloaded native-tls v0.2.12 |
710 | 2024-12-21T02:29:31.645Z | Downloaded pbkdf2 v0.11.0 |
711 | 2024-12-21T02:29:31.647Z | Downloaded structmeta v0.2.0 |
712 | 2024-12-21T02:29:31.647Z | Downloaded tokio-rustls v0.24.1 |
713 | 2024-12-21T02:29:31.648Z | Downloaded tar v0.4.42 |
714 | 2024-12-21T02:29:31.651Z | Downloaded pem-rfc7468 v0.7.0 |
715 | 2024-12-21T02:29:31.655Z | Downloaded crossbeam-channel v0.5.13 |
716 | 2024-12-21T02:29:31.658Z | Downloaded typify v0.2.0 |
717 | 2024-12-21T02:29:31.661Z | Downloaded sha1 v0.10.6 |
718 | 2024-12-21T02:29:31.663Z | Downloaded rand_seeder v0.3.0 |
719 | 2024-12-21T02:29:31.667Z | Downloaded ref-cast v1.0.23 |
720 | 2024-12-21T02:29:31.671Z | Downloaded quick-error v1.2.3 |
721 | 2024-12-21T02:29:31.671Z | Downloaded tungstenite v0.23.0 |
722 | 2024-12-21T02:29:31.674Z | Downloaded simd-adler32 v0.3.7 |
723 | 2024-12-21T02:29:31.677Z | Downloaded rustversion v1.0.17 |
724 | 2024-12-21T02:29:31.682Z | Downloaded samael v0.0.17 |
725 | 2024-12-21T02:29:31.699Z | Downloaded openssl-probe v0.1.5 |
726 | 2024-12-21T02:29:31.699Z | Downloaded smf v0.2.3 |
727 | 2024-12-21T02:29:31.699Z | Downloaded stable_deref_trait v1.2.0 |
728 | 2024-12-21T02:29:31.699Z | Downloaded ron v0.7.1 |
729 | 2024-12-21T02:29:31.708Z | Downloaded progenitor-client v0.8.0 |
730 | 2024-12-21T02:29:31.708Z | Downloaded tiny-keccak v2.0.2 |
731 | 2024-12-21T02:29:31.708Z | Downloaded signal-hook v0.3.17 |
732 | 2024-12-21T02:29:31.708Z | Downloaded russh-keys v0.45.0 |
733 | 2024-12-21T02:29:31.710Z | Downloaded http v1.1.0 |
734 | 2024-12-21T02:29:31.710Z | Downloaded time-core v0.1.2 |
735 | 2024-12-21T02:29:31.710Z | Downloaded postgres-protocol v0.6.7 |
736 | 2024-12-21T02:29:31.713Z | Downloaded mio v1.0.2 |
737 | 2024-12-21T02:29:31.717Z | Downloaded postgres-types v0.2.8 |
738 | 2024-12-21T02:29:31.720Z | Downloaded tinyvec v1.8.0 |
739 | 2024-12-21T02:29:31.724Z | Downloaded take_mut v0.2.2 |
740 | 2024-12-21T02:29:31.726Z | Downloaded sqlparser_derive v0.2.2 |
741 | 2024-12-21T02:29:31.726Z | Downloaded rpassword v7.3.1 |
742 | 2024-12-21T02:29:31.730Z | Downloaded dyn-clone v1.0.17 |
743 | 2024-12-21T02:29:31.730Z | Downloaded pin-project-lite v0.2.14 |
744 | 2024-12-21T02:29:31.735Z | Downloaded diesel_table_macro_syntax v0.2.0 |
745 | 2024-12-21T02:29:31.739Z | Downloaded yoke-derive v0.7.4 |
746 | 2024-12-21T02:29:31.739Z | Downloaded deranged v0.3.11 |
747 | 2024-12-21T02:29:31.742Z | Downloaded owo-colors v4.1.0 |
748 | 2024-12-21T02:29:31.742Z | Downloaded derive_builder v0.20.2 |
749 | 2024-12-21T02:29:31.747Z | Downloaded funty v2.0.0 |
750 | 2024-12-21T02:29:31.749Z | Downloaded utf-8 v0.7.6 |
751 | 2024-12-21T02:29:31.751Z | Downloaded derive-where v1.2.7 |
752 | 2024-12-21T02:29:31.754Z | Downloaded num-conv v0.1.0 |
753 | 2024-12-21T02:29:31.756Z | Downloaded password-hash v0.5.0 |
754 | 2024-12-21T02:29:31.756Z | Downloaded float-cmp v0.9.0 |
755 | 2024-12-21T02:29:31.759Z | Downloaded nodrop v0.1.14 |
756 | 2024-12-21T02:29:31.763Z | Downloaded newtype_derive v0.1.6 |
757 | 2024-12-21T02:29:31.763Z | Downloaded ff v0.13.0 |
758 | 2024-12-21T02:29:31.765Z | Downloaded phf_codegen v0.11.2 |
759 | 2024-12-21T02:29:31.765Z | Downloaded resolv-conf v0.7.0 |
760 | 2024-12-21T02:29:31.769Z | Downloaded aes v0.8.4 |
761 | 2024-12-21T02:29:31.772Z | Downloaded polyval v0.6.2 |
762 | 2024-12-21T02:29:31.774Z | Downloaded tracing-attributes v0.1.27 |
763 | 2024-12-21T02:29:31.777Z | Downloaded tokio-tungstenite v0.23.1 |
764 | 2024-12-21T02:29:31.778Z | Downloaded heapless v0.8.0 |
765 | 2024-12-21T02:29:31.781Z | Downloaded hickory-resolver v0.24.1 |
766 | 2024-12-21T02:29:31.790Z | Downloaded libm v0.2.8 |
767 | 2024-12-21T02:29:31.796Z | Downloaded precomputed-hash v0.1.1 |
768 | 2024-12-21T02:29:31.809Z | Downloaded snafu v0.8.5 |
769 | 2024-12-21T02:29:31.809Z | Downloaded spki v0.7.3 |
770 | 2024-12-21T02:29:31.809Z | Downloaded slog-async v2.8.0 |
771 | 2024-12-21T02:29:31.821Z | Downloaded thread_local v1.1.8 |
772 | 2024-12-21T02:29:31.821Z | Downloaded thiserror-no-std v2.0.2 |
773 | 2024-12-21T02:29:31.821Z | Downloaded der_derive v0.7.3 |
774 | 2024-12-21T02:29:31.824Z | Downloaded signature v2.2.0 |
775 | 2024-12-21T02:29:31.824Z | Downloaded utf16_iter v1.0.5 |
776 | 2024-12-21T02:29:31.824Z | Downloaded zip v0.6.6 |
777 | 2024-12-21T02:29:31.824Z | Downloaded defmt v0.3.8 |
778 | 2024-12-21T02:29:31.829Z | Downloaded hashlink v0.9.1 |
779 | 2024-12-21T02:29:31.829Z | Downloaded elliptic-curve v0.13.8 |
780 | 2024-12-21T02:29:31.832Z | Downloaded dhcproto-macros v0.1.0 |
781 | 2024-12-21T02:29:31.835Z | Downloaded try-lock v0.2.5 |
782 | 2024-12-21T02:29:31.835Z | Downloaded paste v1.0.15 |
783 | 2024-12-21T02:29:31.839Z | Downloaded display-error-chain v0.2.2 |
784 | 2024-12-21T02:29:31.839Z | Downloaded unicode_categories v0.1.1 |
785 | 2024-12-21T02:29:31.844Z | Downloaded num-derive v0.4.2 |
786 | 2024-12-21T02:29:31.844Z | Downloaded libxml v0.3.3 |
787 | 2024-12-21T02:29:31.849Z | Downloaded num-iter v0.1.45 |
788 | 2024-12-21T02:29:31.853Z | Downloaded poly1305 v0.8.0 |
789 | 2024-12-21T02:29:31.859Z | Downloaded test-strategy v0.3.1 |
790 | 2024-12-21T02:29:31.859Z | Downloaded quinn v0.11.5 |
791 | 2024-12-21T02:29:31.863Z | Downloaded hash32 v0.2.1 |
792 | 2024-12-21T02:29:31.866Z | Downloaded num-complex v0.4.6 |
793 | 2024-12-21T02:29:31.866Z | Downloaded itertools v0.10.5 |
794 | 2024-12-21T02:29:31.872Z | Downloaded opaque-debug v0.3.1 |
795 | 2024-12-21T02:29:31.875Z | Downloaded number_prefix v0.4.0 |
796 | 2024-12-21T02:29:31.875Z | Downloaded peg-runtime v0.8.3 |
797 | 2024-12-21T02:29:31.886Z | Downloaded headers v0.4.0 |
798 | 2024-12-21T02:29:31.893Z | Downloaded rustc_version v0.1.7 |
799 | 2024-12-21T02:29:31.893Z | Downloaded aes-gcm v0.10.3 |
800 | 2024-12-21T02:29:31.893Z | Downloaded ecdsa v0.16.9 |
801 | 2024-12-21T02:29:31.894Z | Downloaded sync-ptr v0.1.1 |
802 | 2024-12-21T02:29:31.894Z | Downloaded powerfmt v0.2.0 |
803 | 2024-12-21T02:29:31.899Z | Downloaded spin v0.9.8 |
804 | 2024-12-21T02:29:31.899Z | Downloaded defmt-macros v0.3.9 |
805 | 2024-12-21T02:29:31.915Z | Downloaded time-macros v0.2.18 |
806 | 2024-12-21T02:29:31.915Z | Downloaded unsafe-libyaml v0.2.11 |
807 | 2024-12-21T02:29:31.946Z | Downloaded foreign-types v0.3.2 |
808 | 2024-12-21T02:29:31.946Z | Downloaded termios v0.3.3 |
809 | 2024-12-21T02:29:31.947Z | Downloaded yoke v0.7.4 |
810 | 2024-12-21T02:29:31.947Z | Downloaded rustls-pemfile v1.0.4 |
811 | 2024-12-21T02:29:31.947Z | Downloaded tap v1.0.1 |
812 | 2024-12-21T02:29:31.947Z | Downloaded foreign-types-shared v0.3.1 |
813 | 2024-12-21T02:29:31.947Z | Downloaded tabwriter v1.4.0 |
814 | 2024-12-21T02:29:31.947Z | Downloaded slab v0.4.9 |
815 | 2024-12-21T02:29:31.947Z | Downloaded oso v0.27.3 |
816 | 2024-12-21T02:29:31.947Z | Downloaded zeroize v1.8.1 |
817 | 2024-12-21T02:29:31.947Z | Downloaded unicase v2.7.0 |
818 | 2024-12-21T02:29:31.947Z | Downloaded xz2 v0.1.7 |
819 | 2024-12-21T02:29:31.947Z | Downloaded idna v1.0.3 |
820 | 2024-12-21T02:29:31.947Z | Downloaded num-rational v0.4.2 |
821 | 2024-12-21T02:29:31.958Z | Downloaded num-integer v0.1.46 |
822 | 2024-12-21T02:29:31.958Z | Downloaded futures-channel v0.3.31 |
823 | 2024-12-21T02:29:31.958Z | Downloaded tungstenite v0.21.0 |
824 | 2024-12-21T02:29:31.958Z | Downloaded parse-size v1.1.0 |
825 | 2024-12-21T02:29:31.958Z | Downloaded unicode-bidi v0.3.17 |
826 | 2024-12-21T02:29:31.958Z | Downloaded pem v3.0.4 |
827 | 2024-12-21T02:29:31.958Z | Downloaded fixedbitset v0.4.2 |
828 | 2024-12-21T02:29:31.958Z | Downloaded fd-lock v4.0.2 |
829 | 2024-12-21T02:29:31.958Z | Downloaded fallible-streaming-iterator v0.1.9 |
830 | 2024-12-21T02:29:31.958Z | Downloaded fallible-iterator v0.3.0 |
831 | 2024-12-21T02:29:31.963Z | Downloaded peg-macros v0.8.4 |
832 | 2024-12-21T02:29:31.963Z | Downloaded heapless v0.7.17 |
833 | 2024-12-21T02:29:31.963Z | Downloaded olpc-cjson v0.1.4 |
834 | 2024-12-21T02:29:31.963Z | Downloaded fs_extra v1.3.0 |
835 | 2024-12-21T02:29:31.972Z | Downloaded sec1 v0.7.3 |
836 | 2024-12-21T02:29:31.973Z | Downloaded predicates v3.1.2 |
837 | 2024-12-21T02:29:31.981Z | Downloaded ssh-encoding v0.2.0 |
838 | 2024-12-21T02:29:31.981Z | Downloaded toml_edit v0.19.15 |
839 | 2024-12-21T02:29:31.990Z | Downloaded openssl-macros v0.1.1 |
840 | 2024-12-21T02:29:32.012Z | Downloaded fxhash v0.2.1 |
841 | 2024-12-21T02:29:32.012Z | Downloaded form_urlencoded v1.2.1 |
842 | 2024-12-21T02:29:32.012Z | Downloaded utf8_iter v1.0.4 |
843 | 2024-12-21T02:29:32.012Z | Downloaded shlex v1.3.0 |
844 | 2024-12-21T02:29:32.012Z | Downloaded scrypt v0.11.0 |
845 | 2024-12-21T02:29:32.012Z | Downloaded thiserror v2.0.3 |
846 | 2024-12-21T02:29:32.016Z | Downloaded defmt-parser v0.3.4 |
847 | 2024-12-21T02:29:32.016Z | Downloaded itertools v0.13.0 |
848 | 2024-12-21T02:29:32.016Z | Downloaded hyper v1.5.0 |
849 | 2024-12-21T02:29:32.025Z | Downloaded rand_core v0.6.4 |
850 | 2024-12-21T02:29:32.025Z | Downloaded parse-display-derive v0.10.0 |
851 | 2024-12-21T02:29:32.030Z | Downloaded fallible-iterator v0.2.0 |
852 | 2024-12-21T02:29:32.030Z | Downloaded half v2.4.1 |
853 | 2024-12-21T02:29:32.030Z | Downloaded hkdf v0.12.4 |
854 | 2024-12-21T02:29:32.030Z | Downloaded parse-display v0.10.0 |
855 | 2024-12-21T02:29:32.033Z | Downloaded path-slash v0.1.5 |
856 | 2024-12-21T02:29:32.033Z | Downloaded num-bigint v0.4.6 |
857 | 2024-12-21T02:29:32.036Z | Downloaded sct v0.7.1 |
858 | 2024-12-21T02:29:32.042Z | Downloaded sync_wrapper v1.0.1 |
859 | 2024-12-21T02:29:32.050Z | Downloaded newline-converter v0.3.0 |
860 | 2024-12-21T02:29:32.051Z | Downloaded tui-tree-widget v0.22.0 |
861 | 2024-12-21T02:29:32.051Z | Downloaded parse-zoneinfo v0.3.1 |
862 | 2024-12-21T02:29:32.055Z | Downloaded diff v0.1.13 |
863 | 2024-12-21T02:29:32.055Z | Downloaded semver v0.1.20 |
864 | 2024-12-21T02:29:32.055Z | Downloaded uzers v0.12.1 |
865 | 2024-12-21T02:29:32.055Z | Downloaded env_logger v0.11.5 |
866 | 2024-12-21T02:29:32.064Z | Downloaded tls_codec_derive v0.4.1 |
867 | 2024-12-21T02:29:32.081Z | Downloaded futures v0.3.31 |
868 | 2024-12-21T02:29:32.081Z | Downloaded nanorand v0.7.0 |
869 | 2024-12-21T02:29:32.081Z | Downloaded zerofrom v0.1.4 |
870 | 2024-12-21T02:29:32.081Z | Downloaded ron v0.8.1 |
871 | 2024-12-21T02:29:32.081Z | Downloaded darling_macro v0.20.10 |
872 | 2024-12-21T02:29:32.081Z | Downloaded der v0.7.9 |
873 | 2024-12-21T02:29:32.081Z | Downloaded serde_urlencoded v0.7.1 |
874 | 2024-12-21T02:29:32.085Z | Downloaded steno v0.4.1 |
875 | 2024-12-21T02:29:32.091Z | Downloaded ed25519 v2.2.3 |
876 | 2024-12-21T02:29:32.091Z | Downloaded tokio-rustls v0.26.0 |
877 | 2024-12-21T02:29:32.094Z | Downloaded password-hash v0.4.2 |
878 | 2024-12-21T02:29:32.094Z | Downloaded derive_builder_core v0.20.2 |
879 | 2024-12-21T02:29:32.095Z | Downloaded fatfs v0.3.6 |
880 | 2024-12-21T02:29:32.110Z | Downloaded similar v2.6.0 |
881 | 2024-12-21T02:29:32.115Z | Downloaded diesel-dtrace v0.4.2 |
882 | 2024-12-21T02:29:32.115Z | Downloaded synstructure v0.13.1 |
883 | 2024-12-21T02:29:32.115Z | Downloaded tls_codec v0.4.1 |
884 | 2024-12-21T02:29:32.115Z | Downloaded thiserror-impl-no-std v2.0.2 |
885 | 2024-12-21T02:29:32.115Z | Downloaded num_threads v0.1.7 |
886 | 2024-12-21T02:29:32.115Z | Downloaded serde-hex v0.1.0 |
887 | 2024-12-21T02:29:32.115Z | Downloaded pbkdf2 v0.12.2 |
888 | 2024-12-21T02:29:32.115Z | Downloaded strum_macros v0.24.3 |
889 | 2024-12-21T02:29:32.118Z | Downloaded parking_lot_core v0.9.10 |
890 | 2024-12-21T02:29:32.118Z | Downloaded rand v0.8.5 |
891 | 2024-12-21T02:29:32.122Z | Downloaded phf_shared v0.10.0 |
892 | 2024-12-21T02:29:32.125Z | Downloaded rsa v0.9.6 |
893 | 2024-12-21T02:29:32.130Z | Downloaded thiserror-impl v2.0.3 |
894 | 2024-12-21T02:29:32.134Z | Downloaded newtype-uuid v1.1.3 |
895 | 2024-12-21T02:29:32.134Z | Downloaded blake3 v1.5.4 |
896 | 2024-12-21T02:29:32.140Z | Downloaded hash32 v0.3.1 |
897 | 2024-12-21T02:29:32.143Z | Downloaded pin-project-internal v1.1.6 |
898 | 2024-12-21T02:29:32.147Z | Downloaded parking_lot v0.11.2 |
899 | 2024-12-21T02:29:32.147Z | Downloaded zerocopy-derive v0.8.10 |
900 | 2024-12-21T02:29:32.153Z | Downloaded serde-big-array v0.5.1 |
901 | 2024-12-21T02:29:32.158Z | Downloaded futures-core v0.3.31 |
902 | 2024-12-21T02:29:32.158Z | Downloaded either v1.13.0 |
903 | 2024-12-21T02:29:32.162Z | Downloaded zerovec-derive v0.10.3 |
904 | 2024-12-21T02:29:32.163Z | Downloaded debug-ignore v1.0.5 |
905 | 2024-12-21T02:29:32.167Z | Downloaded getrandom v0.2.15 |
906 | 2024-12-21T02:29:32.167Z | Downloaded tokio-util v0.7.12 |
907 | 2024-12-21T02:29:32.173Z | Downloaded tower-service v0.3.3 |
908 | 2024-12-21T02:29:32.180Z | Downloaded tokio-stream v0.1.16 |
909 | 2024-12-21T02:29:32.183Z | Downloaded twox-hash v1.6.3 |
910 | 2024-12-21T02:29:32.183Z | Downloaded topological-sort v0.2.2 |
911 | 2024-12-21T02:29:32.183Z | Downloaded zerocopy v0.6.6 |
912 | 2024-12-21T02:29:32.183Z | Downloaded tokio-tungstenite v0.21.0 |
913 | 2024-12-21T02:29:32.187Z | Downloaded hashbrown v0.13.2 |
914 | 2024-12-21T02:29:32.191Z | Downloaded yasna v0.5.2 |
915 | 2024-12-21T02:29:32.196Z | Downloaded writeable v0.5.5 |
916 | 2024-12-21T02:29:32.196Z | Downloaded phf v0.11.2 |
917 | 2024-12-21T02:29:32.201Z | Downloaded num_enum_derive v0.5.11 |
918 | 2024-12-21T02:29:32.201Z | Downloaded parking_lot_core v0.8.6 |
919 | 2024-12-21T02:29:32.204Z | Downloaded secrecy v0.8.0 |
920 | 2024-12-21T02:29:32.204Z | Downloaded hex v0.4.3 |
921 | 2024-12-21T02:29:32.204Z | Downloaded pretty-hex v0.2.1 |
922 | 2024-12-21T02:29:32.204Z | Downloaded parking_lot v0.12.3 |
923 | 2024-12-21T02:29:32.208Z | Downloaded flate2 v1.0.34 |
924 | 2024-12-21T02:29:32.211Z | Downloaded dhcproto v0.12.0 |
925 | 2024-12-21T02:29:32.215Z | Downloaded slog-envlogger v2.2.0 |
926 | 2024-12-21T02:29:32.217Z | Downloaded flume v0.11.1 |
927 | 2024-12-21T02:29:32.220Z | Downloaded serde_repr v0.1.19 |
928 | 2024-12-21T02:29:32.224Z | Downloaded shell-words v1.1.0 |
929 | 2024-12-21T02:29:32.224Z | Downloaded strum_macros v0.26.4 |
930 | 2024-12-21T02:29:32.226Z | Downloaded supports-color v3.0.1 |
931 | 2024-12-21T02:29:32.226Z | Downloaded url v2.5.3 |
932 | 2024-12-21T02:29:32.230Z | Downloaded ssh-cipher v0.2.0 |
933 | 2024-12-21T02:29:32.232Z | Downloaded ghash v0.5.1 |
934 | 2024-12-21T02:29:32.235Z | Downloaded foldhash v0.1.3 |
935 | 2024-12-21T02:29:32.235Z | Downloaded rand_xorshift v0.3.0 |
936 | 2024-12-21T02:29:32.235Z | Downloaded progenitor-macro v0.8.0 |
937 | 2024-12-21T02:29:32.238Z | Downloaded unicode-segmentation v1.12.0 |
938 | 2024-12-21T02:29:32.241Z | Downloaded nibble_vec v0.1.0 |
939 | 2024-12-21T02:29:32.241Z | Downloaded slog-term v2.9.1 |
940 | 2024-12-21T02:29:32.253Z | Downloaded env_filter v0.1.2 |
941 | 2024-12-21T02:29:32.269Z | Downloaded float-ord v0.3.2 |
942 | 2024-12-21T02:29:32.269Z | Downloaded aho-corasick v1.1.3 |
943 | 2024-12-21T02:29:32.269Z | Downloaded xattr v1.3.1 |
944 | 2024-12-21T02:29:32.269Z | Downloaded scopeguard v1.2.0 |
945 | 2024-12-21T02:29:32.269Z | Downloaded vsss-rs v3.3.4 |
946 | 2024-12-21T02:29:32.274Z | Downloaded tokio-tungstenite v0.24.0 |
947 | 2024-12-21T02:29:32.274Z | Downloaded p521 v0.13.3 |
948 | 2024-12-21T02:29:32.274Z | Downloaded zip v2.1.3 |
949 | 2024-12-21T02:29:32.274Z | Downloaded flagset v0.4.6 |
950 | 2024-12-21T02:29:32.274Z | Downloaded multimap v0.10.0 |
951 | 2024-12-21T02:29:32.274Z | Downloaded slog-scope v4.4.0 |
952 | 2024-12-21T02:29:32.284Z | Downloaded primeorder v0.13.6 |
953 | 2024-12-21T02:29:32.284Z | Downloaded env_logger v0.10.2 |
954 | 2024-12-21T02:29:32.289Z | Downloaded rayon v1.10.0 |
955 | 2024-12-21T02:29:32.294Z | Downloaded slog-bunyan v2.5.0 |
956 | 2024-12-21T02:29:32.294Z | Downloaded aws-lc-rs v1.10.0 |
957 | 2024-12-21T02:29:32.299Z | Downloaded dropshot_endpoint v0.13.0 |
958 | 2024-12-21T02:29:32.303Z | Downloaded smallvec v1.13.2 |
959 | 2024-12-21T02:29:32.308Z | Downloaded multer v3.1.0 |
960 | 2024-12-21T02:29:32.313Z | Downloaded rayon-core v1.12.1 |
961 | 2024-12-21T02:29:32.313Z | Downloaded expectorate v1.1.0 |
962 | 2024-12-21T02:29:32.320Z | Downloaded vergen v8.3.2 |
963 | 2024-12-21T02:29:32.320Z | Downloaded tracing-core v0.1.32 |
964 | 2024-12-21T02:29:32.323Z | Downloaded darling_core v0.20.10 |
965 | 2024-12-21T02:29:32.331Z | Downloaded p256 v0.13.2 |
966 | 2024-12-21T02:29:32.335Z | Downloaded winnow v0.5.40 |
967 | 2024-12-21T02:29:32.346Z | Downloaded pin-project v1.1.6 |
968 | 2024-12-21T02:29:32.354Z | Downloaded postcard v1.0.10 |
969 | 2024-12-21T02:29:32.373Z | Downloaded chrono v0.4.38 |
970 | 2024-12-21T02:29:32.373Z | Downloaded sqlparser v0.45.0 |
971 | 2024-12-21T02:29:32.380Z | Downloaded value-bag v1.9.0 |
972 | 2024-12-21T02:29:32.380Z | Downloaded unicode-normalization v0.1.24 |
973 | 2024-12-21T02:29:32.380Z | Downloaded socket2 v0.5.7 |
974 | 2024-12-21T02:29:32.380Z | Downloaded diesel_derives v2.2.3 |
975 | 2024-12-21T02:29:32.383Z | Downloaded ed25519-dalek v2.1.1 |
976 | 2024-12-21T02:29:32.383Z | Downloaded rcgen v0.12.1 |
977 | 2024-12-21T02:29:32.383Z | Downloaded time v0.3.36 |
978 | 2024-12-21T02:29:32.389Z | Downloaded publicsuffix v2.2.3 |
979 | 2024-12-21T02:29:32.393Z | Downloaded bitvec v1.0.1 |
980 | 2024-12-21T02:29:32.415Z | Downloaded hashbrown v0.12.3 |
981 | 2024-12-21T02:29:32.425Z | Downloaded hashbrown v0.14.5 |
982 | 2024-12-21T02:29:32.425Z | Downloaded num-bigint-dig v0.8.4 |
983 | 2024-12-21T02:29:32.431Z | Downloaded tracing v0.1.40 |
984 | 2024-12-21T02:29:32.431Z | Downloaded tungstenite v0.24.0 |
985 | 2024-12-21T02:29:32.434Z | Downloaded nom v7.1.3 |
986 | 2024-12-21T02:29:32.448Z | Downloaded quinn-proto v0.11.8 |
987 | 2024-12-21T02:29:32.453Z | Downloaded bindgen v0.69.5 |
988 | 2024-12-21T02:29:32.453Z | Downloaded h2 v0.4.6 |
989 | 2024-12-21T02:29:32.457Z | Downloaded idna v0.3.0 |
990 | 2024-12-21T02:29:32.464Z | Downloaded rustyline v14.0.0 |
991 | 2024-12-21T02:29:32.469Z | Downloaded icu_properties_data v1.5.0 |
992 | 2024-12-21T02:29:32.481Z | Downloaded zopfli v0.8.1 |
993 | 2024-12-21T02:29:32.490Z | Downloaded russh v0.45.0 |
994 | 2024-12-21T02:29:32.494Z | Downloaded lalrpop v0.19.12 |
995 | 2024-12-21T02:29:32.502Z | Downloaded typed-path v0.9.3 |
996 | 2024-12-21T02:29:32.508Z | Downloaded ssh-key v0.6.6 |
997 | 2024-12-21T02:29:32.517Z | Downloaded rustls-webpki v0.102.8 |
998 | 2024-12-21T02:29:32.535Z | Downloaded quick-xml v0.33.0 |
999 | 2024-12-21T02:29:32.539Z | Downloaded idna v0.2.3 |
1000 | 2024-12-21T02:29:32.550Z | Downloaded object v0.30.4 |
1001 | 2024-12-21T02:29:32.557Z | Downloaded salty v0.3.0 |
1002 | 2024-12-21T02:29:32.562Z | Downloaded tough v0.19.0 |
1003 | 2024-12-21T02:29:32.574Z | Downloaded x509-cert v0.2.5 |
1004 | 2024-12-21T02:29:32.581Z | Downloaded git2 v0.19.0 |
1005 | 2024-12-21T02:29:32.585Z | Downloaded p384 v0.13.0 |
1006 | 2024-12-21T02:29:32.594Z | Downloaded idna v0.5.0 |
1007 | 2024-12-21T02:29:32.598Z | Downloaded rustls-webpki v0.101.7 |
1008 | 2024-12-21T02:29:32.617Z | Downloaded curve25519-dalek v4.1.3 |
1009 | 2024-12-21T02:29:32.623Z | Downloaded futures-util v0.3.31 |
1010 | 2024-12-21T02:29:32.635Z | Downloaded serde_with v3.11.0 |
1011 | 2024-12-21T02:29:32.645Z | Downloaded regex v1.11.1 |
1012 | 2024-12-21T02:29:32.660Z | Downloaded reqwest v0.12.9 |
1013 | 2024-12-21T02:29:32.665Z | Downloaded hickory-proto v0.24.1 |
1014 | 2024-12-21T02:29:32.682Z | Downloaded dropshot v0.12.0 |
1015 | 2024-12-21T02:29:32.702Z | Downloaded portable-atomic v1.9.0 |
1016 | 2024-12-21T02:29:32.708Z | Downloaded proptest v1.5.0 |
1017 | 2024-12-21T02:29:32.721Z | Downloaded zerocopy v0.8.10 |
1018 | 2024-12-21T02:29:32.754Z | Downloaded petname v2.0.2 |
1019 | 2024-12-21T02:29:32.764Z | Downloaded regress v0.10.1 |
1020 | 2024-12-21T02:29:32.780Z | Downloaded unicode-width v0.2.0 |
1021 | 2024-12-21T02:29:32.780Z | Downloaded regex-syntax v0.6.29 |
1022 | 2024-12-21T02:29:32.786Z | Downloaded smoltcp v0.11.0 |
1023 | 2024-12-21T02:29:32.791Z | Downloaded vcpkg v0.2.15 |
1024 | 2024-12-21T02:29:32.827Z | Downloaded trust-dns-proto v0.22.0 |
1025 | 2024-12-21T02:29:32.839Z | Downloaded nix v0.27.1 |
1026 | 2024-12-21T02:29:32.855Z | Downloaded nix v0.29.0 |
1027 | 2024-12-21T02:29:32.860Z | Downloaded nix v0.28.0 |
1028 | 2024-12-21T02:29:32.872Z | Downloaded rustls v0.21.12 |
1029 | 2024-12-21T02:29:32.880Z | Downloaded diesel v2.2.6 |
1030 | 2024-12-21T02:29:32.898Z | Downloaded typify-impl v0.2.0 |
1031 | 2024-12-21T02:29:32.913Z | Downloaded rustls v0.23.19 |
1032 | 2024-12-21T02:29:32.925Z | Downloaded openssl v0.10.66 |
1033 | 2024-12-21T02:29:32.936Z | Downloaded openapiv3 v2.0.0 |
1034 | 2024-12-21T02:29:32.953Z | Downloaded rustls v0.22.4 |
1035 | 2024-12-21T02:29:32.970Z | Downloaded dropshot v0.13.0 |
1036 | 2024-12-21T02:29:32.984Z | Downloaded regex-syntax v0.8.5 |
1037 | 2024-12-21T02:29:32.994Z | Downloaded bstr v1.10.0 |
1038 | 2024-12-21T02:29:33.003Z | Downloaded object v0.36.5 |
1039 | 2024-12-21T02:29:33.013Z | Downloaded chrono-tz v0.10.0 |
1040 | 2024-12-21T02:29:33.020Z | Downloaded smoltcp v0.9.1 |
1041 | 2024-12-21T02:29:33.031Z | Downloaded regex-automata v0.4.8 |
1042 | 2024-12-21T02:29:33.048Z | Downloaded polar-core v0.27.3 |
1043 | 2024-12-21T02:29:33.064Z | Downloaded zerocopy-derive v0.6.6 |
1044 | 2024-12-21T02:29:33.075Z | Downloaded gimli v0.31.1 |
1045 | 2024-12-21T02:29:33.080Z | Downloaded ratatui v0.28.1 |
1046 | 2024-12-21T02:29:33.094Z | Downloaded petgraph v0.6.5 |
1047 | 2024-12-21T02:29:33.111Z | Downloaded lzma-sys v0.1.20 |
1048 | 2024-12-21T02:29:33.141Z | Downloaded sled v0.34.7 |
1049 | 2024-12-21T02:29:33.152Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1050 | 2024-12-21T02:29:33.167Z | Downloaded regress v0.9.1 |
1051 | 2024-12-21T02:29:33.178Z | Downloaded radix_trie v0.2.1 |
1052 | 2024-12-21T02:29:33.181Z | Downloaded zerovec v0.10.4 |
1053 | 2024-12-21T02:29:33.182Z | Downloaded reedline v0.35.0 |
1054 | 2024-12-21T02:29:33.188Z | Downloaded libz-sys v1.1.20 |
1055 | 2024-12-21T02:29:33.208Z | Downloaded idna v0.4.0 |
1056 | 2024-12-21T02:29:33.217Z | Downloaded webpki-roots v0.26.6 |
1057 | 2024-12-21T02:29:33.224Z | Downloaded tokio v1.40.0 |
1058 | 2024-12-21T02:29:34.259Z | Downloaded rusqlite v0.32.1 |
1059 | 2024-12-21T02:29:34.270Z | Downloaded futures-task v0.3.31 |
1060 | 2024-12-21T02:29:34.270Z | Downloaded untrusted v0.9.0 |
1061 | 2024-12-21T02:29:34.270Z | Downloaded psl-types v2.0.11 |
1062 | 2024-12-21T02:29:34.270Z | Downloaded rustls-pki-types v1.10.0 |
1063 | 2024-12-21T02:29:34.270Z | Downloaded serde_path_to_error v0.1.16 |
1064 | 2024-12-21T02:29:34.270Z | Downloaded rand_chacha v0.3.1 |
1065 | 2024-12-21T02:29:34.270Z | Downloaded gethostname v0.5.0 |
1066 | 2024-12-21T02:29:34.270Z | Downloaded dropshot_endpoint v0.12.0 |
1067 | 2024-12-21T02:29:34.270Z | Downloaded rustfmt-wrapper v0.2.1 |
1068 | 2024-12-21T02:29:34.270Z | Downloaded csv v1.3.0 |
1069 | 2024-12-21T02:29:34.270Z | Downloaded prettyplease v0.2.25 |
1070 | 2024-12-21T02:29:34.270Z | Downloaded predicates-tree v1.0.11 |
1071 | 2024-12-21T02:29:34.270Z | Downloaded sha3 v0.10.8 |
1072 | 2024-12-21T02:29:34.271Z | Downloaded predicates-core v1.0.8 |
1073 | 2024-12-21T02:29:34.271Z | Downloaded ppv-lite86 v0.2.20 |
1074 | 2024-12-21T02:29:34.271Z | Downloaded unicode-truncate v1.1.0 |
1075 | 2024-12-21T02:29:34.271Z | Downloaded zerofrom-derive v0.1.4 |
1076 | 2024-12-21T02:29:34.271Z | Downloaded strum_macros v0.25.3 |
1077 | 2024-12-21T02:29:34.271Z | Downloaded itertools v0.12.1 |
1078 | 2024-12-21T02:29:34.271Z | Downloaded siphasher v0.3.11 |
1079 | 2024-12-21T02:29:34.271Z | Downloaded crossterm v0.28.1 |
1080 | 2024-12-21T02:29:34.271Z | Downloaded num-traits v0.2.19 |
1081 | 2024-12-21T02:29:34.271Z | Downloaded phf_shared v0.11.2 |
1082 | 2024-12-21T02:29:34.271Z | Downloaded unicode-properties v0.1.3 |
1083 | 2024-12-21T02:29:34.271Z | Downloaded toml v0.7.8 |
1084 | 2024-12-21T02:29:34.271Z | Downloaded schemars v0.8.21 |
1085 | 2024-12-21T02:29:34.271Z | Downloaded slog-dtrace v0.3.0 |
1086 | 2024-12-21T02:29:34.271Z | Downloaded tokio-postgres v0.7.12 |
1087 | 2024-12-21T02:29:34.271Z | Downloaded dunce v1.0.5 |
1088 | 2024-12-21T02:29:34.271Z | Downloaded dsl_auto_type v0.1.2 |
1089 | 2024-12-21T02:29:34.271Z | Downloaded salsa20 v0.10.2 |
1090 | 2024-12-21T02:29:34.271Z | Downloaded wyz v0.5.1 |
1091 | 2024-12-21T02:29:34.271Z | Downloaded omicron-zone-package v0.12.0 |
1092 | 2024-12-21T02:29:34.271Z | Downloaded vte v0.11.1 |
1093 | 2024-12-21T02:29:34.271Z | Downloaded unicode-xid v0.2.6 |
1094 | 2024-12-21T02:29:34.271Z | Downloaded openssl-sys v0.9.103 |
1095 | 2024-12-21T02:29:34.271Z | Downloaded minimal-lexical v0.2.1 |
1096 | 2024-12-21T02:29:34.271Z | Downloaded static_assertions v1.1.0 |
1097 | 2024-12-21T02:29:34.271Z | Downloaded pkcs5 v0.7.1 |
1098 | 2024-12-21T02:29:34.271Z | Downloaded qorb v0.2.1 |
1099 | 2024-12-21T02:29:34.271Z | Downloaded cc v1.1.30 |
1100 | 2024-12-21T02:29:34.271Z | Downloaded num v0.4.3 |
1101 | 2024-12-21T02:29:34.271Z | Downloaded foreign-types-macros v0.2.3 |
1102 | 2024-12-21T02:29:34.271Z | Downloaded filetime v0.2.25 |
1103 | 2024-12-21T02:29:34.271Z | Downloaded serde_with_macros v3.11.0 |
1104 | 2024-12-21T02:29:34.271Z | Downloaded serde_yaml v0.9.34+deprecated |
1105 | 2024-12-21T02:29:34.271Z | Downloaded hickory-server v0.24.1 |
1106 | 2024-12-21T02:29:34.271Z | Downloaded uuid v1.11.0 |
1107 | 2024-12-21T02:29:34.271Z | Downloaded encoding_rs v0.8.34 |
1108 | 2024-12-21T02:29:34.271Z | Downloaded base64 v0.21.7 |
1109 | 2024-12-21T02:29:34.271Z | Downloaded indicatif v0.17.9 |
1110 | 2024-12-21T02:29:34.272Z | Downloaded icu_collections v1.5.0 |
1111 | 2024-12-21T02:29:34.272Z | Downloaded base64 v0.22.1 |
1112 | 2024-12-21T02:29:34.272Z | Downloaded walkdir v2.5.0 |
1113 | 2024-12-21T02:29:34.272Z | Downloaded bytes v1.8.0 |
1114 | 2024-12-21T02:29:34.272Z | Downloaded wait-timeout v0.2.0 |
1115 | 2024-12-21T02:29:34.272Z | Downloaded r2d2 v0.8.10 |
1116 | 2024-12-21T02:29:34.272Z | Downloaded peg v0.8.4 |
1117 | 2024-12-21T02:29:34.272Z | Downloaded zone v0.3.0 |
1118 | 2024-12-21T02:29:34.272Z | Downloaded rustc-demangle v0.1.24 |
1119 | 2024-12-21T02:29:34.272Z | Downloaded rustc_version v0.4.1 |
1120 | 2024-12-21T02:29:34.272Z | Downloaded rfc6979 v0.4.0 |
1121 | 2024-12-21T02:29:34.272Z | Downloaded quinn-udp v0.5.5 |
1122 | 2024-12-21T02:29:34.272Z | Downloaded iana-time-zone v0.1.61 |
1123 | 2024-12-21T02:29:34.272Z | Downloaded bzip2 v0.4.4 |
1124 | 2024-12-21T02:29:34.272Z | Downloaded allocator-api2 v0.2.18 |
1125 | 2024-12-21T02:29:34.272Z | Downloaded icu_locid_transform v1.5.0 |
1126 | 2024-12-21T02:29:34.272Z | Downloaded hyper-rustls v0.27.3 |
1127 | 2024-12-21T02:29:34.272Z | Downloaded hyper-staticfile v0.10.1 |
1128 | 2024-12-21T02:29:34.272Z | Downloaded httparse v1.9.5 |
1129 | 2024-12-21T02:29:34.272Z | Downloaded base64ct v1.6.0 |
1130 | 2024-12-21T02:29:34.272Z | Downloaded kstat-rs v0.2.4 |
1131 | 2024-12-21T02:29:34.272Z | Downloaded indoc v1.0.9 |
1132 | 2024-12-21T02:29:34.272Z | Downloaded idna_adapter v1.2.0 |
1133 | 2024-12-21T02:29:34.272Z | Downloaded highway v1.2.0 |
1134 | 2024-12-21T02:29:34.272Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1135 | 2024-12-21T02:29:34.272Z | Downloaded arrayvec v0.7.6 |
1136 | 2024-12-21T02:29:34.272Z | Downloaded ipnetwork v0.20.0 |
1137 | 2024-12-21T02:29:34.272Z | Downloaded async-stream-impl v0.3.6 |
1138 | 2024-12-21T02:29:34.272Z | Downloaded bitfield-struct v0.6.2 |
1139 | 2024-12-21T02:29:34.272Z | Downloaded lazycell v1.3.0 |
1140 | 2024-12-21T02:29:34.272Z | Downloaded lazy_static v1.5.0 |
1141 | 2024-12-21T02:29:34.272Z | Downloaded convert_case v0.4.0 |
1142 | 2024-12-21T02:29:34.272Z | Downloaded cobs v0.2.3 |
1143 | 2024-12-21T02:29:34.272Z | Downloaded block-padding v0.3.3 |
1144 | 2024-12-21T02:29:34.272Z | Downloaded bcrypt-pbkdf v0.10.0 |
1145 | 2024-12-21T02:29:34.272Z | Downloaded ascii-canvas v3.0.0 |
1146 | 2024-12-21T02:29:34.272Z | Downloaded chrono-tz-build v0.4.0 |
1147 | 2024-12-21T02:29:34.272Z | Downloaded bit-set v0.5.3 |
1148 | 2024-12-21T02:29:34.272Z | Downloaded assert_matches v1.5.0 |
1149 | 2024-12-21T02:29:34.272Z | Downloaded bit-vec v0.6.3 |
1150 | 2024-12-21T02:29:34.273Z | Downloaded libsqlite3-sys v0.30.1 |
1151 | 2024-12-21T02:29:34.273Z | Downloaded ring v0.17.8 |
1152 | 2024-12-21T02:29:34.349Z | Downloaded aws-lc-sys v0.22.0 |
1153 | 2024-12-21T02:29:34.687Z | Compiling serde v1.0.215 |
1154 | 2024-12-21T02:29:34.691Z | Compiling lock_api v0.4.12 |
1155 | 2024-12-21T02:29:34.691Z | Compiling scopeguard v1.2.0 |
1156 | 2024-12-21T02:29:34.693Z | Compiling value-bag v1.9.0 |
1157 | 2024-12-21T02:29:34.693Z | Compiling typenum v1.17.0 |
1158 | 2024-12-21T02:29:34.693Z | Compiling generic-array v0.14.7 |
1159 | 2024-12-21T02:29:34.852Z | Compiling syn v2.0.87 |
1160 | 2024-12-21T02:29:34.863Z | Compiling getrandom v0.2.15 |
1161 | 2024-12-21T02:29:35.043Z | Compiling shlex v1.3.0 |
1162 | 2024-12-21T02:29:35.213Z | Compiling rand_core v0.6.4 |
1163 | 2024-12-21T02:29:35.319Z | Compiling log v0.4.22 |
1164 | 2024-12-21T02:29:35.433Z | Compiling subtle v2.6.1 |
1165 | 2024-12-21T02:29:35.479Z | Compiling jobserver v0.1.32 |
1166 | 2024-12-21T02:29:35.498Z | Compiling smallvec v1.13.2 |
1167 | 2024-12-21T02:29:35.783Z | Compiling const-oid v0.9.6 |
1168 | 2024-12-21T02:29:35.797Z | Compiling spin v0.9.8 |
1169 | 2024-12-21T02:29:35.816Z | Compiling pin-project-lite v0.2.14 |
1170 | 2024-12-21T02:29:35.929Z | Compiling cc v1.1.30 |
1171 | 2024-12-21T02:29:35.968Z | Compiling rustix v0.38.37 |
1172 | 2024-12-21T02:29:36.218Z | Compiling parking_lot_core v0.9.10 |
1173 | 2024-12-21T02:29:36.237Z | Compiling futures-core v0.3.31 |
1174 | 2024-12-21T02:29:36.468Z | Compiling signal-hook-registry v1.4.2 |
1175 | 2024-12-21T02:29:36.501Z | Compiling mio v1.0.2 |
1176 | 2024-12-21T02:29:36.979Z | Compiling aho-corasick v1.1.3 |
1177 | 2024-12-21T02:29:37.328Z | Compiling parking_lot v0.12.3 |
1178 | 2024-12-21T02:29:37.381Z | Compiling either v1.13.0 |
1179 | 2024-12-21T02:29:37.611Z | Compiling regex-syntax v0.8.5 |
1180 | 2024-12-21T02:29:37.756Z | Compiling cpufeatures v0.2.14 |
1181 | 2024-12-21T02:29:37.817Z | Compiling lazy_static v1.5.0 |
1182 | 2024-12-21T02:29:37.842Z | Compiling glob v0.3.1 |
1183 | 2024-12-21T02:29:37.861Z | Compiling futures-sink v0.3.31 |
1184 | 2024-12-21T02:29:37.943Z | Compiling stable_deref_trait v1.2.0 |
1185 | 2024-12-21T02:29:38.006Z | Compiling socket2 v0.5.7 |
1186 | 2024-12-21T02:29:38.063Z | Compiling slab v0.4.9 |
1187 | 2024-12-21T02:29:38.268Z | Compiling prettyplease v0.2.25 |
1188 | 2024-12-21T02:29:38.519Z | Compiling minimal-lexical v0.2.1 |
1189 | 2024-12-21T02:29:38.873Z | Compiling clang-sys v1.8.1 |
1190 | 2024-12-21T02:29:38.891Z | Compiling libloading v0.8.5 |
1191 | 2024-12-21T02:29:39.006Z | Compiling nom v7.1.3 |
1192 | 2024-12-21T02:29:39.027Z | Compiling home v0.5.9 |
1193 | 2024-12-21T02:29:39.276Z | Compiling bindgen v0.69.5 |
1194 | 2024-12-21T02:29:39.308Z | Compiling serde_json v1.0.132 |
1195 | 2024-12-21T02:29:39.711Z | Compiling futures-channel v0.3.31 |
1196 | 2024-12-21T02:29:40.128Z | Compiling itertools v0.12.1 |
1197 | 2024-12-21T02:29:40.176Z | Compiling rustc-hash v1.1.0 |
1198 | 2024-12-21T02:29:40.325Z | Compiling allocator-api2 v0.2.18 |
1199 | 2024-12-21T02:29:40.399Z | Compiling futures-io v0.3.31 |
1200 | 2024-12-21T02:29:40.720Z | Compiling lazycell v1.3.0 |
1201 | 2024-12-21T02:29:40.908Z | Compiling foldhash v0.1.3 |
1202 | 2024-12-21T02:29:41.181Z | Compiling pin-utils v0.1.0 |
1203 | 2024-12-21T02:29:41.226Z | Compiling regex-automata v0.4.8 |
1204 | 2024-12-21T02:29:41.273Z | Compiling futures-task v0.3.31 |
1205 | 2024-12-21T02:29:41.583Z | Compiling hashbrown v0.15.1 |
1206 | 2024-12-21T02:29:42.656Z | Compiling synstructure v0.13.1 |
1207 | 2024-12-21T02:29:42.957Z | Compiling cexpr v0.6.0 |
1208 | 2024-12-21T02:29:43.494Z | Compiling cmake v0.1.51 |
1209 | 2024-12-21T02:29:44.363Z | Compiling libm v0.2.8 |
1210 | 2024-12-21T02:29:44.433Z | Compiling tinyvec_macros v0.1.1 |
1211 | 2024-12-21T02:29:44.455Z | Compiling pkg-config v0.3.31 |
1212 | 2024-12-21T02:29:44.538Z | Compiling dunce v1.0.5 |
1213 | 2024-12-21T02:29:44.665Z | Compiling fs_extra v1.3.0 |
1214 | 2024-12-21T02:29:44.744Z | Compiling tinyvec v1.8.0 |
1215 | 2024-12-21T02:29:44.762Z | Compiling num-traits v0.2.19 |
1216 | 2024-12-21T02:29:45.300Z | Compiling ring v0.17.8 |
1217 | 2024-12-21T02:29:45.930Z | Compiling paste v1.0.15 |
1218 | 2024-12-21T02:29:46.039Z | Compiling unicode-bidi v0.3.17 |
1219 | 2024-12-21T02:29:46.266Z | Compiling unicode-normalization v0.1.24 |
1220 | 2024-12-21T02:29:46.444Z | Compiling litemap v0.7.3 |
1221 | 2024-12-21T02:29:46.447Z | Compiling writeable v0.5.5 |
1222 | 2024-12-21T02:29:46.610Z | Compiling base64ct v1.6.0 |
1223 | 2024-12-21T02:29:46.864Z | Compiling regex v1.11.1 |
1224 | 2024-12-21T02:29:47.225Z | Compiling pem-rfc7468 v0.7.0 |
1225 | 2024-12-21T02:29:47.485Z | Compiling aws-lc-rs v1.10.0 |
1226 | 2024-12-21T02:29:47.883Z | Compiling flagset v0.4.6 |
1227 | 2024-12-21T02:29:47.938Z | Compiling httparse v1.9.5 |
1228 | 2024-12-21T02:29:48.086Z | Compiling tracing-core v0.1.32 |
1229 | 2024-12-21T02:29:48.806Z | Compiling crossbeam-utils v0.8.20 |
1230 | 2024-12-21T02:29:49.156Z | Compiling rustls-pki-types v1.10.0 |
1231 | 2024-12-21T02:29:49.310Z | Compiling percent-encoding v2.3.1 |
1232 | 2024-12-21T02:29:49.372Z | Compiling icu_locid_transform_data v1.5.0 |
1233 | 2024-12-21T02:29:49.552Z | Compiling time-core v0.1.2 |
1234 | 2024-12-21T02:29:49.685Z | Compiling serde_derive v1.0.215 |
1235 | 2024-12-21T02:29:49.706Z | Compiling zeroize_derive v1.4.2 |
1236 | 2024-12-21T02:29:49.729Z | Compiling zerocopy-derive v0.7.35 |
1237 | 2024-12-21T02:29:50.259Z | Compiling tokio-macros v2.4.0 |
1238 | 2024-12-21T02:29:50.293Z | Compiling zerofrom-derive v0.1.4 |
1239 | 2024-12-21T02:29:51.235Z | Compiling zeroize v1.8.1 |
1240 | 2024-12-21T02:29:51.842Z | Compiling yoke-derive v0.7.4 |
1241 | 2024-12-21T02:29:51.863Z | Compiling thiserror-impl v1.0.69 |
1242 | 2024-12-21T02:29:51.990Z | Compiling zerocopy v0.7.35 |
1243 | 2024-12-21T02:29:52.745Z | Compiling zerovec-derive v0.10.3 |
1244 | 2024-12-21T02:29:52.925Z | Compiling crypto-common v0.1.6 |
1245 | 2024-12-21T02:29:53.172Z | Compiling block-buffer v0.10.4 |
1246 | 2024-12-21T02:29:53.441Z | Compiling digest v0.10.7 |
1247 | 2024-12-21T02:29:53.645Z | Compiling futures-macro v0.3.31 |
1248 | 2024-12-21T02:29:53.951Z | Compiling hmac v0.12.1 |
1249 | 2024-12-21T02:29:54.207Z | Compiling block-padding v0.3.3 |
1250 | 2024-12-21T02:29:54.229Z | Compiling displaydoc v0.2.5 |
1251 | 2024-12-21T02:29:54.520Z | Compiling inout v0.1.3 |
1252 | 2024-12-21T02:29:54.562Z | Compiling zerofrom v0.1.4 |
1253 | 2024-12-21T02:29:54.817Z | Compiling cipher v0.4.4 |
1254 | 2024-12-21T02:29:54.828Z | Compiling sha2 v0.10.8 |
1255 | 2024-12-21T02:29:55.027Z | Compiling yoke v0.7.4 |
1256 | 2024-12-21T02:29:55.348Z | Compiling ppv-lite86 v0.2.20 |
1257 | 2024-12-21T02:29:55.363Z | Compiling thiserror v1.0.69 |
1258 | 2024-12-21T02:29:55.404Z | Compiling der_derive v0.7.3 |
1259 | 2024-12-21T02:29:55.509Z | Compiling icu_provider_macros v1.5.0 |
1260 | 2024-12-21T02:29:55.547Z | Compiling zerovec v0.10.4 |
1261 | 2024-12-21T02:29:55.655Z | Compiling futures-util v0.3.31 |
1262 | 2024-12-21T02:29:55.974Z | Compiling tracing-attributes v0.1.27 |
1263 | 2024-12-21T02:29:56.231Z | Compiling rand_chacha v0.3.1 |
1264 | 2024-12-21T02:29:56.686Z | Compiling rand v0.8.5 |
1265 | 2024-12-21T02:29:57.873Z | Compiling tinystr v0.7.6 |
1266 | 2024-12-21T02:29:57.899Z | Compiling der v0.7.9 |
1267 | 2024-12-21T02:29:58.319Z | Compiling icu_locid v1.5.0 |
1268 | 2024-12-21T02:29:58.435Z | Compiling icu_collections v1.5.0 |
1269 | 2024-12-21T02:29:58.555Z | Compiling pest v2.7.14 |
1270 | 2024-12-21T02:29:58.814Z | Compiling salsa20 v0.10.2 |
1271 | 2024-12-21T02:29:59.057Z | Compiling pbkdf2 v0.12.2 |
1272 | 2024-12-21T02:29:59.238Z | Compiling mirai-annotations v1.12.0 |
1273 | 2024-12-21T02:29:59.480Z | Compiling powerfmt v0.2.0 |
1274 | 2024-12-21T02:29:59.754Z | Compiling icu_provider v1.5.0 |
1275 | 2024-12-21T02:29:59.888Z | Compiling tracing v0.1.40 |
1276 | 2024-12-21T02:29:59.944Z | Compiling icu_properties_data v1.5.0 |
1277 | 2024-12-21T02:30:00.227Z | Compiling spki v0.7.3 |
1278 | 2024-12-21T02:30:00.455Z | Compiling num-conv v0.1.0 |
1279 | 2024-12-21T02:30:00.647Z | Compiling icu_locid_transform v1.5.0 |
1280 | 2024-12-21T02:30:00.746Z | Compiling vcpkg v0.2.15 |
1281 | 2024-12-21T02:30:00.829Z | Compiling untrusted v0.9.0 |
1282 | 2024-12-21T02:30:00.878Z | Compiling untrusted v0.7.1 |
1283 | 2024-12-21T02:30:01.074Z | Compiling time-macros v0.2.18 |
1284 | 2024-12-21T02:30:01.425Z | Compiling pest_meta v2.7.14 |
1285 | 2024-12-21T02:30:01.693Z | Compiling deranged v0.3.11 |
1286 | 2024-12-21T02:30:02.084Z | Compiling icu_properties v1.5.1 |
1287 | 2024-12-21T02:30:02.986Z | Compiling openssl-sys v0.9.103 |
1288 | 2024-12-21T02:30:03.289Z | Compiling scrypt v0.11.0 |
1289 | 2024-12-21T02:30:03.729Z | Compiling aes v0.8.4 |
1290 | 2024-12-21T02:30:03.870Z | Compiling cbc v0.1.2 |
1291 | 2024-12-21T02:30:04.088Z | Compiling bitflags v2.6.0 |
1292 | 2024-12-21T02:30:04.146Z | Compiling bytes v1.8.0 |
1293 | 2024-12-21T02:30:04.587Z | Compiling indexmap v2.6.0 |
1294 | 2024-12-21T02:30:04.820Z | Compiling semver v1.0.23 |
1295 | 2024-12-21T02:30:05.508Z | Compiling tokio v1.40.0 |
1296 | 2024-12-21T02:30:05.614Z | Compiling http v1.1.0 |
1297 | 2024-12-21T02:30:06.194Z | Compiling rustc_version v0.4.1 |
1298 | 2024-12-21T02:30:06.681Z | Compiling scroll_derive v0.12.0 |
1299 | 2024-12-21T02:30:06.867Z | Compiling atomic-waker v1.1.2 |
1300 | 2024-12-21T02:30:07.036Z | Compiling num_threads v0.1.7 |
1301 | 2024-12-21T02:30:07.160Z | Compiling utf8_iter v1.0.4 |
1302 | 2024-12-21T02:30:07.191Z | Compiling utf16_iter v1.0.5 |
1303 | 2024-12-21T02:30:07.403Z | Compiling icu_normalizer_data v1.5.0 |
1304 | 2024-12-21T02:30:07.433Z | Compiling write16 v1.0.0 |
1305 | 2024-12-21T02:30:07.508Z | Compiling http-body v1.0.1 |
1306 | 2024-12-21T02:30:07.588Z | Compiling icu_normalizer v1.5.0 |
1307 | 2024-12-21T02:30:07.795Z | Compiling time v0.3.36 |
1308 | 2024-12-21T02:30:10.435Z | Compiling pkcs5 v0.7.1 |
1309 | 2024-12-21T02:30:10.435Z | Compiling pest_generator v2.7.14 |
1310 | 2024-12-21T02:30:10.435Z | Compiling scroll v0.12.0 |
1311 | 2024-12-21T02:30:10.435Z | Compiling form_urlencoded v1.2.1 |
1312 | 2024-12-21T02:30:10.435Z | Compiling which v4.4.2 |
1313 | 2024-12-21T02:30:10.435Z | Compiling try-lock v0.2.5 |
1314 | 2024-12-21T02:30:10.436Z | Compiling slog v2.7.0 |
1315 | 2024-12-21T02:30:10.436Z | Compiling goblin v0.8.2 |
1316 | 2024-12-21T02:30:10.436Z | Compiling want v0.3.1 |
1317 | 2024-12-21T02:30:10.438Z | Compiling idna_adapter v1.2.0 |
1318 | 2024-12-21T02:30:10.438Z | Compiling pkcs8 v0.10.2 |
1319 | 2024-12-21T02:30:10.438Z | Compiling httpdate v1.0.3 |
1320 | 2024-12-21T02:30:10.438Z | Compiling idna v1.0.3 |
1321 | 2024-12-21T02:30:10.438Z | Compiling pest_derive v2.7.14 |
1322 | 2024-12-21T02:30:10.493Z | Compiling serde_tokenstream v0.2.2 |
1323 | 2024-12-21T02:30:10.937Z | Compiling dtrace-parser v0.2.0 |
1324 | 2024-12-21T02:30:11.075Z | Compiling uuid v1.11.0 |
1325 | 2024-12-21T02:30:11.103Z | Compiling serde_spanned v0.6.8 |
1326 | 2024-12-21T02:30:11.353Z | Compiling toml_datetime v0.6.8 |
1327 | 2024-12-21T02:30:11.719Z | Compiling openssl v0.10.66 |
1328 | 2024-12-21T02:30:11.867Z | Compiling tower-service v0.3.3 |
1329 | 2024-12-21T02:30:12.002Z | Compiling adler2 v2.0.0 |
1330 | 2024-12-21T02:30:12.137Z | Compiling base64 v0.22.1 |
1331 | 2024-12-21T02:30:12.210Z | Compiling match_cfg v0.1.0 |
1332 | 2024-12-21T02:30:12.310Z | Compiling rustversion v1.0.17 |
1333 | 2024-12-21T02:30:12.468Z | Compiling iana-time-zone v0.1.61 |
1334 | 2024-12-21T02:30:12.911Z | Compiling foreign-types-shared v0.1.1 |
1335 | 2024-12-21T02:30:12.934Z | Compiling chrono v0.4.38 |
1336 | 2024-12-21T02:30:13.024Z | Compiling foreign-types v0.3.2 |
1337 | 2024-12-21T02:30:13.107Z | Compiling hostname v0.3.1 |
1338 | 2024-12-21T02:30:13.126Z | Compiling miniz_oxide v0.8.0 |
1339 | 2024-12-21T02:30:13.175Z | Compiling url v2.5.3 |
1340 | 2024-12-21T02:30:13.373Z | Compiling openssl-macros v0.1.1 |
1341 | 2024-12-21T02:30:14.133Z | Compiling tokio-util v0.7.12 |
1342 | 2024-12-21T02:30:14.616Z | Compiling async-trait v0.1.83 |
1343 | 2024-12-21T02:30:14.726Z | Compiling dirs-sys-next v0.1.2 |
1344 | 2024-12-21T02:30:15.270Z | Compiling h2 v0.4.6 |
1345 | 2024-12-21T02:30:15.399Z | Compiling dof v0.3.0 |
1346 | 2024-12-21T02:30:15.640Z | Compiling data-encoding v2.6.0 |
1347 | 2024-12-21T02:30:16.692Z | Compiling usdt-impl v0.5.0 |
1348 | 2024-12-21T02:30:17.379Z | Compiling native-tls v0.2.12 |
1349 | 2024-12-21T02:30:17.632Z | Compiling siphasher v0.3.11 |
1350 | 2024-12-21T02:30:17.699Z | Compiling rustls v0.23.19 |
1351 | 2024-12-21T02:30:17.963Z | Compiling syn v1.0.109 |
1352 | 2024-12-21T02:30:18.043Z | Compiling rustls v0.22.4 |
1353 | 2024-12-21T02:30:18.072Z | Compiling dirs-next v2.0.0 |
1354 | 2024-12-21T02:30:18.340Z | Compiling http-body-util v0.1.2 |
1355 | 2024-12-21T02:30:18.649Z | Compiling crossbeam-epoch v0.9.18 |
1356 | 2024-12-21T02:30:18.890Z | Compiling heapless v0.7.17 |
1357 | 2024-12-21T02:30:19.334Z | Compiling signature v2.2.0 |
1358 | 2024-12-21T02:30:19.438Z | Compiling sha1 v0.10.6 |
1359 | 2024-12-21T02:30:19.664Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1360 | 2024-12-21T02:30:19.824Z | Compiling serde_derive_internals v0.29.1 |
1361 | 2024-12-21T02:30:19.903Z | Compiling thread_local v1.1.8 |
1362 | 2024-12-21T02:30:20.143Z | Compiling cookie v0.18.1 |
1363 | 2024-12-21T02:30:20.387Z | Compiling multer v3.1.0 |
1364 | 2024-12-21T02:30:20.438Z | Compiling encoding_rs v0.8.34 |
1365 | 2024-12-21T02:30:20.690Z | Compiling ipnet v2.10.1 |
1366 | 2024-12-21T02:30:20.922Z | Compiling signal-hook v0.3.17 |
1367 | 2024-12-21T02:30:21.199Z | Compiling openssl-probe v0.1.5 |
1368 | 2024-12-21T02:30:21.553Z | Compiling rayon-core v1.12.1 |
1369 | 2024-12-21T02:30:21.802Z | Compiling unicode-properties v0.1.3 |
1370 | 2024-12-21T02:30:21.904Z | Compiling hyper v1.5.0 |
1371 | 2024-12-21T02:30:22.210Z | Compiling gimli v0.31.1 |
1372 | 2024-12-21T02:30:22.579Z | Compiling schemars v0.8.21 |
1373 | 2024-12-21T02:30:22.930Z | Compiling mime v0.3.17 |
1374 | 2024-12-21T02:30:23.448Z | Compiling slog-async v2.8.0 |
1375 | 2024-12-21T02:30:24.653Z | Compiling hyper-util v0.1.10 |
1376 | 2024-12-21T02:30:24.716Z | Compiling schemars_derive v0.8.21 |
1377 | 2024-12-21T02:30:25.255Z | Compiling stringprep v0.1.5 |
1378 | 2024-12-21T02:30:26.060Z | Compiling toml_edit v0.22.22 |
1379 | 2024-12-21T02:30:26.425Z | Compiling usdt-attr-macro v0.5.0 |
1380 | 2024-12-21T02:30:26.484Z | Compiling usdt-macro v0.5.0 |
1381 | 2024-12-21T02:30:27.386Z | Compiling addr2line v0.24.2 |
1382 | 2024-12-21T02:30:27.787Z | Compiling crossbeam-deque v0.8.5 |
1383 | 2024-12-21T02:30:27.849Z | Compiling term v0.7.0 |
1384 | 2024-12-21T02:30:27.978Z | Compiling slog-json v2.6.1 |
1385 | 2024-12-21T02:30:28.058Z | Compiling serde_urlencoded v0.7.1 |
1386 | 2024-12-21T02:30:28.140Z | Compiling crossbeam-channel v0.5.13 |
1387 | 2024-12-21T02:30:28.189Z | Compiling curve25519-dalek v4.1.3 |
1388 | 2024-12-21T02:30:28.339Z | Compiling futures-executor v0.3.31 |
1389 | 2024-12-21T02:30:28.601Z | Compiling enum-as-inner v0.6.1 |
1390 | 2024-12-21T02:30:32.916Z | Compiling md-5 v0.10.6 |
1391 | 2024-12-21T02:30:32.991Z | Compiling rustls-pemfile v2.2.0 |
1392 | 2024-12-21T02:30:32.991Z | Compiling async-stream-impl v0.3.6 |
1393 | 2024-12-21T02:30:32.991Z | Compiling num-integer v0.1.46 |
1394 | 2024-12-21T02:30:32.991Z | Compiling idna v0.3.0 |
1395 | 2024-12-21T02:30:32.991Z | Compiling idna v0.4.0 |
1396 | 2024-12-21T02:30:32.991Z | Compiling hash32 v0.2.1 |
1397 | 2024-12-21T02:30:32.991Z | Compiling ff v0.13.0 |
1398 | 2024-12-21T02:30:32.992Z | Compiling is-terminal v0.4.13 |
1399 | 2024-12-21T02:30:32.992Z | Compiling dropshot v0.12.0 |
1400 | 2024-12-21T02:30:32.992Z | Compiling object v0.36.5 |
1401 | 2024-12-21T02:30:32.992Z | Compiling dyn-clone v1.0.17 |
1402 | 2024-12-21T02:30:32.992Z | Compiling num-bigint-dig v0.8.4 |
1403 | 2024-12-21T02:30:32.992Z | Compiling linked-hash-map v0.5.6 |
1404 | 2024-12-21T02:30:32.992Z | Compiling base16ct v0.2.0 |
1405 | 2024-12-21T02:30:32.992Z | Compiling smoltcp v0.9.1 |
1406 | 2024-12-21T02:30:32.992Z | Compiling portable-atomic v1.9.0 |
1407 | 2024-12-21T02:30:32.992Z | Compiling utf-8 v0.7.6 |
1408 | 2024-12-21T02:30:32.992Z | Compiling take_mut v0.2.2 |
1409 | 2024-12-21T02:30:32.992Z | Compiling anyhow v1.0.93 |
1410 | 2024-12-21T02:30:32.992Z | Compiling quick-error v1.2.3 |
1411 | 2024-12-21T02:30:32.993Z | Compiling rustc-demangle v0.1.24 |
1412 | 2024-12-21T02:30:32.993Z | Compiling psl-types v2.0.11 |
1413 | 2024-12-21T02:30:32.993Z | Compiling fallible-iterator v0.2.0 |
1414 | 2024-12-21T02:30:32.993Z | Compiling publicsuffix v2.2.3 |
1415 | 2024-12-21T02:30:32.993Z | Compiling resolv-conf v0.7.0 |
1416 | 2024-12-21T02:30:32.993Z | Compiling tungstenite v0.24.0 |
1417 | 2024-12-21T02:30:32.993Z | Compiling postgres-protocol v0.6.7 |
1418 | 2024-12-21T02:30:33.175Z | Compiling sec1 v0.7.3 |
1419 | 2024-12-21T02:30:33.759Z | Compiling lru-cache v0.1.2 |
1420 | 2024-12-21T02:30:34.015Z | Compiling async-stream v0.3.6 |
1421 | 2024-12-21T02:30:34.036Z | Compiling hickory-proto v0.24.1 |
1422 | 2024-12-21T02:30:34.339Z | Compiling usdt v0.5.0 |
1423 | 2024-12-21T02:30:34.385Z | Compiling group v0.13.0 |
1424 | 2024-12-21T02:30:34.769Z | Compiling slog-term v2.9.1 |
1425 | 2024-12-21T02:30:34.950Z | Compiling num-iter v0.1.45 |
1426 | 2024-12-21T02:30:35.139Z | Compiling toml v0.8.19 |
1427 | 2024-12-21T02:30:36.132Z | Compiling futures v0.3.31 |
1428 | 2024-12-21T02:30:36.214Z | Compiling slog-bunyan v2.5.0 |
1429 | 2024-12-21T02:30:37.700Z | Compiling backtrace v0.3.74 |
1430 | 2024-12-21T02:30:38.057Z | Compiling camino v1.1.9 |
1431 | 2024-12-21T02:30:38.082Z | Compiling tokio-native-tls v0.3.1 |
1432 | 2024-12-21T02:30:38.371Z | Compiling phf_shared v0.11.2 |
1433 | 2024-12-21T02:30:38.443Z | Compiling dropshot_endpoint v0.12.0 |
1434 | 2024-12-21T02:30:38.771Z | Compiling terminal_size v0.4.0 |
1435 | 2024-12-21T02:30:38.774Z | Compiling waitgroup v0.1.2 |
1436 | 2024-12-21T02:30:39.005Z | Compiling openapiv3 v2.0.0 |
1437 | 2024-12-21T02:30:39.026Z | Compiling serde_path_to_error v0.1.16 |
1438 | 2024-12-21T02:30:39.030Z | Compiling hkdf v0.12.4 |
1439 | 2024-12-21T02:30:39.281Z | Compiling crypto-bigint v0.5.5 |
1440 | 2024-12-21T02:30:39.919Z | Compiling webpki-roots v0.26.6 |
1441 | 2024-12-21T02:30:40.152Z | Compiling curve25519-dalek-derive v0.1.1 |
1442 | 2024-12-21T02:30:41.516Z | Compiling zerocopy-derive v0.6.6 |
1443 | 2024-12-21T02:30:41.713Z | Compiling idna v0.5.0 |
1444 | 2024-12-21T02:30:42.206Z | Compiling hubpack_derive v0.1.1 |
1445 | 2024-12-21T02:30:43.114Z | Compiling hostname v0.4.0 |
1446 | 2024-12-21T02:30:43.193Z | Compiling ahash v0.8.11 |
1447 | 2024-12-21T02:30:43.372Z | Compiling fs-err v2.11.0 |
1448 | 2024-12-21T02:30:43.392Z | Compiling crc32fast v1.4.2 |
1449 | 2024-12-21T02:30:43.518Z | Compiling winnow v0.5.40 |
1450 | 2024-12-21T02:30:43.572Z | Compiling bitflags v1.3.2 |
1451 | 2024-12-21T02:30:43.661Z | Compiling managed v0.8.0 |
1452 | 2024-12-21T02:30:43.686Z | Compiling debug-ignore v1.0.5 |
1453 | 2024-12-21T02:30:43.762Z | Compiling zerocopy v0.6.6 |
1454 | 2024-12-21T02:30:43.841Z | Compiling flate2 v1.0.34 |
1455 | 2024-12-21T02:30:43.862Z | Compiling clap_builder v4.5.21 |
1456 | 2024-12-21T02:30:44.590Z | Compiling strum_macros v0.25.3 |
1457 | 2024-12-21T02:30:44.646Z | Compiling console v0.15.8 |
1458 | 2024-12-21T02:30:44.927Z | Compiling hubpack v0.1.2 |
1459 | 2024-12-21T02:30:45.393Z | Compiling cookie_store v0.21.0 |
1460 | 2024-12-21T02:30:45.582Z | Compiling elliptic-curve v0.13.8 |
1461 | 2024-12-21T02:30:46.337Z | Compiling hickory-resolver v0.24.1 |
1462 | 2024-12-21T02:30:46.438Z | Compiling phf v0.11.2 |
1463 | 2024-12-21T02:30:47.016Z | Compiling hyper-tls v0.6.0 |
1464 | 2024-12-21T02:30:47.447Z | Compiling toml_edit v0.19.15 |
1465 | 2024-12-21T02:30:47.532Z | Compiling signal-hook-mio v0.2.4 |
1466 | 2024-12-21T02:30:47.614Z | Compiling rayon v1.10.0 |
1467 | 2024-12-21T02:30:47.711Z | Compiling bzip2 v0.4.4 |
1468 | 2024-12-21T02:30:48.824Z | Compiling tokio-tungstenite v0.24.0 |
1469 | 2024-12-21T02:30:49.371Z | Compiling postgres-types v0.2.8 |
1470 | 2024-12-21T02:30:52.381Z | Compiling ed25519 v2.2.3 |
1471 | 2024-12-21T02:30:52.502Z | Compiling phf_shared v0.10.0 |
1472 | 2024-12-21T02:30:52.927Z | Compiling tokio-stream v0.1.16 |
1473 | 2024-12-21T02:30:53.268Z | Compiling pkcs1 v0.7.5 |
1474 | 2024-12-21T02:30:53.514Z | Compiling serde-big-array v0.5.1 |
1475 | 2024-12-21T02:30:53.774Z | Compiling clap_derive v4.5.18 |
1476 | 2024-12-21T02:30:54.046Z | Compiling rfc6979 v0.4.0 |
1477 | 2024-12-21T02:30:54.233Z | Compiling derive-where v1.2.7 |
1478 | 2024-12-21T02:30:54.253Z | Compiling serde_repr v0.1.19 |
1479 | 2024-12-21T02:30:54.281Z | Compiling float-cmp v0.9.0 |
1480 | 2024-12-21T02:30:54.301Z | Compiling bstr v1.10.0 |
1481 | 2024-12-21T02:30:54.523Z | Compiling sync_wrapper v1.0.1 |
1482 | 2024-12-21T02:30:54.692Z | Compiling number_prefix v0.4.0 |
1483 | 2024-12-21T02:30:54.935Z | Compiling difflib v0.4.0 |
1484 | 2024-12-21T02:30:55.457Z | Compiling unicode-segmentation v1.12.0 |
1485 | 2024-12-21T02:30:55.607Z | Compiling precomputed-hash v0.1.1 |
1486 | 2024-12-21T02:30:55.735Z | Compiling bit-vec v0.6.3 |
1487 | 2024-12-21T02:30:56.162Z | Compiling static_assertions v1.1.0 |
1488 | 2024-12-21T02:30:56.215Z | Compiling normalize-line-endings v0.3.0 |
1489 | 2024-12-21T02:30:56.273Z | Compiling new_debug_unreachable v1.0.6 |
1490 | 2024-12-21T02:30:56.342Z | Compiling predicates-core v1.0.8 |
1491 | 2024-12-21T02:30:56.362Z | Compiling unicode-width v0.2.0 |
1492 | 2024-12-21T02:30:56.381Z | Compiling whoami v1.5.2 |
1493 | 2024-12-21T02:30:56.602Z | Compiling fixedbitset v0.4.2 |
1494 | 2024-12-21T02:30:56.715Z | Compiling predicates v3.1.2 |
1495 | 2024-12-21T02:30:56.889Z | Compiling petgraph v0.6.5 |
1496 | 2024-12-21T02:30:57.045Z | Compiling indicatif v0.17.9 |
1497 | 2024-12-21T02:30:57.091Z | Compiling tokio-postgres v0.7.12 |
1498 | 2024-12-21T02:30:57.851Z | Compiling string_cache v0.8.7 |
1499 | 2024-12-21T02:30:58.347Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1500 | 2024-12-21T02:30:58.515Z | Compiling similar v2.6.0 |
1501 | 2024-12-21T02:30:58.915Z | Compiling clap v4.5.21 |
1502 | 2024-12-21T02:30:59.048Z | Compiling bit-set v0.5.3 |
1503 | 2024-12-21T02:30:59.305Z | Compiling ecdsa v0.16.9 |
1504 | 2024-12-21T02:30:59.344Z | Compiling rsa v0.9.6 |
1505 | 2024-12-21T02:31:00.200Z | Compiling ed25519-dalek v2.1.1 |
1506 | 2024-12-21T02:31:01.010Z | Compiling toml v0.7.8 |
1507 | 2024-12-21T02:31:01.122Z | Compiling zip v0.6.6 |
1508 | 2024-12-21T02:31:01.519Z | Compiling crossterm v0.28.1 |
1509 | 2024-12-21T02:31:02.814Z | Compiling hex v0.4.3 |
1510 | 2024-12-21T02:31:03.088Z | Compiling x509-cert v0.2.5 |
1511 | 2024-12-21T02:31:03.268Z | Compiling itertools v0.10.5 |
1512 | 2024-12-21T02:31:03.470Z | Compiling peg-runtime v0.8.3 |
1513 | 2024-12-21T02:31:03.568Z | Compiling unicode-xid v0.2.6 |
1514 | 2024-12-21T02:31:03.795Z | Compiling lalrpop-util v0.19.12 |
1515 | 2024-12-21T02:31:04.149Z | Compiling strum_macros v0.26.4 |
1516 | 2024-12-21T02:31:04.177Z | Compiling xattr v1.3.1 |
1517 | 2024-12-21T02:31:04.436Z | Compiling filetime v0.2.25 |
1518 | 2024-12-21T02:31:04.805Z | Compiling tar v0.4.42 |
1519 | 2024-12-21T02:31:08.949Z | Compiling strum v0.26.3 |
1520 | 2024-12-21T02:31:11.718Z | Compiling aws-lc-sys v0.22.0 |
1521 | 2024-12-21T02:31:39.734Z | Compiling rustls-webpki v0.102.8 |
1522 | 2024-12-21T02:31:43.144Z | Compiling tokio-rustls v0.25.0 |
1523 | 2024-12-21T02:31:44.800Z | Compiling tokio-rustls v0.26.0 |
1524 | 2024-12-21T02:31:45.248Z | Compiling hyper-rustls v0.27.3 |
1525 | 2024-12-21T02:31:45.595Z | Compiling reqwest v0.12.9 |
1526 | 2024-12-21T02:31:46.815Z | Compiling qorb v0.2.1 |
1527 | 2024-12-21T02:31:51.523Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1528 | 2024-12-21T02:31:51.761Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1529 | 2024-12-21T02:31:57.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1530 | 2024-12-21T02:31:57.752Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1531 | 2024-12-21T02:31:57.802Z | Dec 21 02:31:56.079 INFO Starting download, target: Clickhouse |
1532 | 2024-12-21T02:31:57.802Z | Dec 21 02:31:56.079 INFO Starting download, target: Cockroach |
1533 | 2024-12-21T02:31:57.805Z | Dec 21 02:31:56.079 INFO Starting download, target: Console |
1534 | 2024-12-21T02:31:57.805Z | Dec 21 02:31:56.079 INFO Starting download, target: DendriteOpenapi |
1535 | 2024-12-21T02:31:57.805Z | Dec 21 02:31:56.079 INFO Starting download, target: DendriteStub |
1536 | 2024-12-21T02:31:57.805Z | Dec 21 02:31:56.079 INFO Starting download, target: MaghemiteMgd |
1537 | 2024-12-21T02:31:57.805Z | Dec 21 02:31:56.079 INFO Starting download, target: TransceiverControl |
1538 | 2024-12-21T02:31:57.805Z | Dec 21 02:31:56.080 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1539 | 2024-12-21T02:31:57.805Z | Dec 21 02:31:56.080 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1540 | 2024-12-21T02:31:57.805Z | Dec 21 02:31:56.080 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1541 | 2024-12-21T02:31:57.805Z | Dec 21 02:31:56.080 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1542 | 2024-12-21T02:31:57.805Z | Dec 21 02:31:56.080 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1543 | 2024-12-21T02:31:57.805Z | Dec 21 02:31:56.080 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1544 | 2024-12-21T02:31:57.805Z | Dec 21 02:31:56.080 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1545 | 2024-12-21T02:31:58.352Z | Dec 21 02:31:56.545 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1546 | 2024-12-21T02:31:58.397Z | Dec 21 02:31:56.616 INFO Download complete, target: DendriteOpenapi |
1547 | 2024-12-21T02:31:58.636Z | Dec 21 02:31:56.859 INFO Download complete, target: Console |
1548 | 2024-12-21T02:31:58.717Z | Dec 21 02:31:56.934 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1549 | 2024-12-21T02:31:59.237Z | Dec 21 02:31:57.501 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1550 | 2024-12-21T02:31:59.277Z | Dec 21 02:31:57.549 INFO Download complete, target: TransceiverControl |
1551 | 2024-12-21T02:31:59.539Z | Dec 21 02:31:57.811 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1552 | 2024-12-21T02:31:59.776Z | Dec 21 02:31:58.034 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1553 | 2024-12-21T02:32:00.509Z | Dec 21 02:31:58.783 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1554 | 2024-12-21T02:32:00.509Z | Dec 21 02:31:58.783 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1555 | 2024-12-21T02:32:02.154Z | Dec 21 02:32:00.426 INFO Download complete, target: DendriteStub |
1556 | 2024-12-21T02:32:02.494Z | Dec 21 02:32:00.766 INFO Download complete, target: MaghemiteMgd |
1557 | 2024-12-21T02:32:07.947Z | Dec 21 02:32:06.194 INFO Checking that binary works, target: Cockroach |
1558 | 2024-12-21T02:32:08.120Z | Dec 21 02:32:06.359 INFO Download complete, target: Cockroach |
1559 | 2024-12-21T02:32:12.404Z | Dec 21 02:32:10.665 INFO Checking that binary works, target: Clickhouse |
1560 | 2024-12-21T02:32:12.525Z | Dec 21 02:32:10.785 INFO Download complete, target: Clickhouse |
1561 | 2024-12-21T02:32:12.532Z | All prerequisites installed successfully |
1562 | 2024-12-21T02:32:12.534Z | |
1563 | 2024-12-21T02:32:12.534Z | real 6:38.113795171 |
1564 | 2024-12-21T02:32:12.534Z | user 16:31.784277245 |
1565 | 2024-12-21T02:32:12.534Z | sys 3:16.073774213 |
1566 | 2024-12-21T02:32:12.534Z | trap 0.545364515 |
1567 | 2024-12-21T02:32:12.534Z | tflt 1.767876593 |
1568 | 2024-12-21T02:32:12.534Z | dflt 2.179152573 |
1569 | 2024-12-21T02:32:12.534Z | kflt 0.025644185 |
1570 | 2024-12-21T02:32:12.534Z | lock 29:28.421206478 |
1571 | 2024-12-21T02:32:12.534Z | slp 1:05:06.340073526 |
1572 | 2024-12-21T02:32:12.535Z | lat 56.078416864 |
1573 | 2024-12-21T02:32:12.535Z | stop 2:21.696441219 |
1574 | 2024-12-21T02:32:12.535Z | + ptime -m cargo xtask download softnpu |
1575 | 2024-12-21T02:32:13.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1576 | 2024-12-21T02:32:13.153Z | Running `target/debug/xtask download softnpu` |
1577 | 2024-12-21T02:32:13.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1578 | 2024-12-21T02:32:13.929Z | Running `target/debug/xtask-downloader softnpu` |
1579 | 2024-12-21T02:32:13.964Z | Dec 21 02:32:12.222 INFO Starting download, target: Softnpu |
1580 | 2024-12-21T02:32:13.974Z | Dec 21 02:32:12.222 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1581 | 2024-12-21T02:32:14.455Z | Dec 21 02:32:12.705 INFO Download complete, target: Softnpu |
1582 | 2024-12-21T02:32:14.457Z | |
1583 | 2024-12-21T02:32:14.457Z | real 1.909272619 |
1584 | 2024-12-21T02:32:14.457Z | user 1.238227760 |
1585 | 2024-12-21T02:32:14.457Z | sys 0.520993224 |
1586 | 2024-12-21T02:32:14.457Z | trap 0.000566812 |
1587 | 2024-12-21T02:32:14.457Z | tflt 0.000021804 |
1588 | 2024-12-21T02:32:14.457Z | dflt 0.000042272 |
1589 | 2024-12-21T02:32:14.457Z | kflt 0.000000000 |
1590 | 2024-12-21T02:32:14.457Z | lock 4.921414656 |
1591 | 2024-12-21T02:32:14.458Z | slp 0.334653201 |
1592 | 2024-12-21T02:32:14.458Z | lat 0.069023219 |
1593 | 2024-12-21T02:32:14.458Z | stop 0.000216630 |
1594 | 2024-12-21T02:32:14.458Z | + export CARGO_INCREMENTAL=0 |
1595 | 2024-12-21T02:32:14.458Z | + CARGO_INCREMENTAL=0 |
1596 | 2024-12-21T02:32:14.458Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1597 | 2024-12-21T02:32:15.416Z | Compiling proc-macro2 v1.0.89 |
1598 | 2024-12-21T02:32:15.417Z | Compiling unicode-ident v1.0.13 |
1599 | 2024-12-21T02:32:15.431Z | Compiling libc v0.2.162 |
1600 | 2024-12-21T02:32:15.432Z | Compiling serde v1.0.215 |
1601 | 2024-12-21T02:32:15.432Z | Compiling autocfg v1.4.0 |
1602 | 2024-12-21T02:32:15.432Z | Compiling version_check v0.9.5 |
1603 | 2024-12-21T02:32:15.432Z | Compiling cfg-if v1.0.0 |
1604 | 2024-12-21T02:32:15.662Z | Compiling memchr v2.7.4 |
1605 | 2024-12-21T02:32:15.694Z | Compiling typenum v1.17.0 |
1606 | 2024-12-21T02:32:15.729Z | Compiling shlex v1.3.0 |
1607 | 2024-12-21T02:32:16.132Z | Compiling value-bag v1.9.0 |
1608 | 2024-12-21T02:32:16.189Z | Compiling generic-array v0.14.7 |
1609 | 2024-12-21T02:32:16.446Z | Compiling scopeguard v1.2.0 |
1610 | 2024-12-21T02:32:16.464Z | Compiling lock_api v0.4.12 |
1611 | 2024-12-21T02:32:16.568Z | Compiling log v0.4.22 |
1612 | 2024-12-21T02:32:16.722Z | Compiling parking_lot_core v0.9.10 |
1613 | 2024-12-21T02:32:17.092Z | Compiling once_cell v1.20.2 |
1614 | 2024-12-21T02:32:17.124Z | Compiling serde_json v1.0.132 |
1615 | 2024-12-21T02:32:17.394Z | Compiling quote v1.0.37 |
1616 | 2024-12-21T02:32:17.416Z | Compiling jobserver v0.1.32 |
1617 | 2024-12-21T02:32:17.431Z | Compiling getrandom v0.2.15 |
1618 | 2024-12-21T02:32:17.661Z | Compiling rustix v0.38.37 |
1619 | 2024-12-21T02:32:17.726Z | Compiling thiserror v1.0.69 |
1620 | 2024-12-21T02:32:17.853Z | Compiling syn v2.0.87 |
1621 | 2024-12-21T02:32:17.872Z | Compiling cc v1.1.30 |
1622 | 2024-12-21T02:32:18.017Z | Compiling libm v0.2.8 |
1623 | 2024-12-21T02:32:18.041Z | Compiling aho-corasick v1.1.3 |
1624 | 2024-12-21T02:32:18.149Z | Compiling regex-syntax v0.8.5 |
1625 | 2024-12-21T02:32:18.248Z | Compiling num-traits v0.2.19 |
1626 | 2024-12-21T02:32:18.311Z | Compiling either v1.13.0 |
1627 | 2024-12-21T02:32:18.350Z | Compiling itoa v1.0.11 |
1628 | 2024-12-21T02:32:18.539Z | Compiling spin v0.9.8 |
1629 | 2024-12-21T02:32:18.701Z | Compiling slab v0.4.9 |
1630 | 2024-12-21T02:32:19.007Z | Compiling byteorder v1.5.0 |
1631 | 2024-12-21T02:32:19.304Z | Compiling errno v0.3.9 |
1632 | 2024-12-21T02:32:19.484Z | Compiling rand_core v0.6.4 |
1633 | 2024-12-21T02:32:19.547Z | Compiling lazy_static v1.5.0 |
1634 | 2024-12-21T02:32:19.672Z | Compiling glob v0.3.1 |
1635 | 2024-12-21T02:32:20.173Z | Compiling prettyplease v0.2.25 |
1636 | 2024-12-21T02:32:20.490Z | Compiling clang-sys v1.8.1 |
1637 | 2024-12-21T02:32:20.821Z | Compiling minimal-lexical v0.2.1 |
1638 | 2024-12-21T02:32:21.014Z | Compiling libloading v0.8.5 |
1639 | 2024-12-21T02:32:21.169Z | Compiling bindgen v0.69.5 |
1640 | 2024-12-21T02:32:21.315Z | Compiling nom v7.1.3 |
1641 | 2024-12-21T02:32:21.395Z | Compiling subtle v2.6.1 |
1642 | 2024-12-21T02:32:21.596Z | Compiling home v0.5.9 |
1643 | 2024-12-21T02:32:21.689Z | Compiling allocator-api2 v0.2.18 |
1644 | 2024-12-21T02:32:21.727Z | Compiling regex-automata v0.4.8 |
1645 | 2024-12-21T02:32:21.884Z | Compiling itertools v0.12.1 |
1646 | 2024-12-21T02:32:22.465Z | Compiling semver v1.0.23 |
1647 | 2024-12-21T02:32:22.640Z | Compiling lazycell v1.3.0 |
1648 | 2024-12-21T02:32:22.825Z | Compiling rustc-hash v1.1.0 |
1649 | 2024-12-21T02:32:22.929Z | Compiling smallvec v1.13.2 |
1650 | 2024-12-21T02:32:23.434Z | Compiling cmake v0.1.51 |
1651 | 2024-12-21T02:32:24.258Z | Compiling fs_extra v1.3.0 |
1652 | 2024-12-21T02:32:24.289Z | Compiling dunce v1.0.5 |
1653 | 2024-12-21T02:32:24.525Z | Compiling pkg-config v0.3.31 |
1654 | 2024-12-21T02:32:24.741Z | Compiling cexpr v0.6.0 |
1655 | 2024-12-21T02:32:24.836Z | Compiling ring v0.17.8 |
1656 | 2024-12-21T02:32:25.129Z | Compiling pin-project-lite v0.2.14 |
1657 | 2024-12-21T02:32:25.269Z | Compiling ryu v1.0.18 |
1658 | 2024-12-21T02:32:25.285Z | Compiling paste v1.0.15 |
1659 | 2024-12-21T02:32:25.558Z | Compiling synstructure v0.13.1 |
1660 | 2024-12-21T02:32:25.749Z | Compiling fnv v1.0.7 |
1661 | 2024-12-21T02:32:25.879Z | Compiling const-oid v0.9.6 |
1662 | 2024-12-21T02:32:26.357Z | Compiling equivalent v1.0.1 |
1663 | 2024-12-21T02:32:26.379Z | Compiling httparse v1.9.5 |
1664 | 2024-12-21T02:32:26.475Z | Compiling aws-lc-rs v1.10.0 |
1665 | 2024-12-21T02:32:26.879Z | Compiling foldhash v0.1.3 |
1666 | 2024-12-21T02:32:27.158Z | Compiling regex v1.11.1 |
1667 | 2024-12-21T02:32:27.599Z | Compiling hashbrown v0.15.1 |
1668 | 2024-12-21T02:32:27.788Z | Compiling schemars v0.8.21 |
1669 | 2024-12-21T02:32:27.973Z | Compiling heck v0.5.0 |
1670 | 2024-12-21T02:32:28.186Z | Compiling serde_derive_internals v0.29.1 |
1671 | 2024-12-21T02:32:28.419Z | Compiling signal-hook-registry v1.4.2 |
1672 | 2024-12-21T02:32:28.891Z | Compiling parking_lot v0.12.3 |
1673 | 2024-12-21T02:32:28.985Z | Compiling mio v1.0.2 |
1674 | 2024-12-21T02:32:30.730Z | Compiling stable_deref_trait v1.2.0 |
1675 | 2024-12-21T02:32:30.750Z | Compiling crossbeam-utils v0.8.20 |
1676 | 2024-12-21T02:32:30.752Z | Compiling socket2 v0.5.7 |
1677 | 2024-12-21T02:32:30.854Z | Compiling futures-core v0.3.31 |
1678 | 2024-12-21T02:32:31.001Z | Compiling time-core v0.1.2 |
1679 | 2024-12-21T02:32:31.033Z | Compiling serde_derive v1.0.215 |
1680 | 2024-12-21T02:32:31.113Z | Compiling zeroize_derive v1.4.2 |
1681 | 2024-12-21T02:32:31.189Z | Compiling zerocopy-derive v0.7.35 |
1682 | 2024-12-21T02:32:31.254Z | Compiling thiserror-impl v1.0.69 |
1683 | 2024-12-21T02:32:32.202Z | Compiling tokio-macros v2.4.0 |
1684 | 2024-12-21T02:32:32.389Z | Compiling zerofrom-derive v0.1.4 |
1685 | 2024-12-21T02:32:32.434Z | Compiling yoke-derive v0.7.4 |
1686 | 2024-12-21T02:32:32.509Z | Compiling zeroize v1.8.1 |
1687 | 2024-12-21T02:32:32.918Z | Compiling futures-macro v0.3.31 |
1688 | 2024-12-21T02:32:33.215Z | Compiling zerovec-derive v0.10.3 |
1689 | 2024-12-21T02:32:33.604Z | Compiling zerocopy v0.7.35 |
1690 | 2024-12-21T02:32:34.106Z | Compiling displaydoc v0.2.5 |
1691 | 2024-12-21T02:32:34.721Z | Compiling crypto-common v0.1.6 |
1692 | 2024-12-21T02:32:35.057Z | Compiling tracing-attributes v0.1.27 |
1693 | 2024-12-21T02:32:35.080Z | Compiling icu_provider_macros v1.5.0 |
1694 | 2024-12-21T02:32:35.304Z | Compiling block-buffer v0.10.4 |
1695 | 2024-12-21T02:32:35.534Z | Compiling digest v0.10.7 |
1696 | 2024-12-21T02:32:35.579Z | Compiling schemars_derive v0.8.21 |
1697 | 2024-12-21T02:32:35.822Z | Compiling der_derive v0.7.3 |
1698 | 2024-12-21T02:32:36.199Z | Compiling num-conv v0.1.0 |
1699 | 2024-12-21T02:32:36.475Z | Compiling time-macros v0.2.18 |
1700 | 2024-12-21T02:32:37.371Z | Compiling vcpkg v0.2.15 |
1701 | 2024-12-21T02:32:38.981Z | Compiling openssl-sys v0.9.103 |
1702 | 2024-12-21T02:32:39.340Z | Compiling cpufeatures v0.2.14 |
1703 | 2024-12-21T02:32:39.406Z | Compiling futures-sink v0.3.31 |
1704 | 2024-12-21T02:32:39.469Z | Compiling slog v2.7.0 |
1705 | 2024-12-21T02:32:39.609Z | Compiling ahash v0.8.11 |
1706 | 2024-12-21T02:32:39.926Z | Compiling syn v1.0.109 |
1707 | 2024-12-21T02:32:40.225Z | Compiling zerofrom v0.1.4 |
1708 | 2024-12-21T02:32:40.396Z | Compiling scroll_derive v0.12.0 |
1709 | 2024-12-21T02:32:40.440Z | Compiling ucd-trie v0.1.7 |
1710 | 2024-12-21T02:32:40.549Z | Compiling iana-time-zone v0.1.61 |
1711 | 2024-12-21T02:32:40.948Z | Compiling pest v2.7.14 |
1712 | 2024-12-21T02:32:41.138Z | Compiling yoke v0.7.4 |
1713 | 2024-12-21T02:32:41.280Z | Compiling futures-channel v0.3.31 |
1714 | 2024-12-21T02:32:41.677Z | Compiling hmac v0.12.1 |
1715 | 2024-12-21T02:32:41.899Z | Compiling pin-utils v0.1.0 |
1716 | 2024-12-21T02:32:41.968Z | Compiling futures-io v0.3.31 |
1717 | 2024-12-21T02:32:42.123Z | Compiling futures-task v0.3.31 |
1718 | 2024-12-21T02:32:42.265Z | Compiling openssl v0.10.66 |
1719 | 2024-12-21T02:32:42.421Z | Compiling futures-util v0.3.31 |
1720 | 2024-12-21T02:32:42.646Z | Compiling zerovec v0.10.4 |
1721 | 2024-12-21T02:32:42.846Z | Compiling block-padding v0.3.3 |
1722 | 2024-12-21T02:32:43.072Z | Compiling tinyvec_macros v0.1.1 |
1723 | 2024-12-21T02:32:43.705Z | Compiling pest_meta v2.7.14 |
1724 | 2024-12-21T02:32:43.879Z | Compiling tinyvec v1.8.0 |
1725 | 2024-12-21T02:32:44.771Z | Compiling bitflags v2.6.0 |
1726 | 2024-12-21T02:32:44.816Z | Compiling bytes v1.8.0 |
1727 | 2024-12-21T02:32:46.725Z | Compiling indexmap v2.6.0 |
1728 | 2024-12-21T02:32:47.714Z | Compiling tokio v1.40.0 |
1729 | 2024-12-21T02:32:48.431Z | Compiling serde_tokenstream v0.2.2 |
1730 | 2024-12-21T02:32:48.780Z | Compiling http v1.1.0 |
1731 | 2024-12-21T02:32:49.020Z | Compiling uuid v1.11.0 |
1732 | 2024-12-21T02:32:49.573Z | Compiling which v4.4.2 |
1733 | 2024-12-21T02:32:50.302Z | Compiling rustc_version v0.4.1 |
1734 | 2024-12-21T02:32:50.641Z | Compiling chrono v0.4.38 |
1735 | 2024-12-21T02:32:52.770Z | Compiling pest_generator v2.7.14 |
1736 | 2024-12-21T02:32:54.019Z | Compiling toml_datetime v0.6.8 |
1737 | 2024-12-21T02:32:54.492Z | Compiling serde_spanned v0.6.8 |
1738 | 2024-12-21T02:32:54.572Z | Compiling inout v0.1.3 |
1739 | 2024-12-21T02:32:54.840Z | Compiling openssl-macros v0.1.1 |
1740 | 2024-12-21T02:32:55.538Z | Compiling rustls v0.23.19 |
1741 | 2024-12-21T02:32:55.812Z | Compiling strsim v0.11.1 |
1742 | 2024-12-21T02:32:56.543Z | Compiling native-tls v0.2.12 |
1743 | 2024-12-21T02:32:56.869Z | Compiling cipher v0.4.4 |
1744 | 2024-12-21T02:32:56.934Z | Compiling pest_derive v2.7.14 |
1745 | 2024-12-21T02:32:57.341Z | Compiling unicode-normalization v0.1.24 |
1746 | 2024-12-21T02:32:57.687Z | Compiling tinystr v0.7.6 |
1747 | 2024-12-21T02:32:57.762Z | Compiling sha2 v0.10.8 |
1748 | 2024-12-21T02:32:58.150Z | Compiling tracing-core v0.1.32 |
1749 | 2024-12-21T02:32:58.396Z | Compiling usdt-impl v0.5.0 |
1750 | 2024-12-21T02:32:58.463Z | Compiling dyn-clone v1.0.17 |
1751 | 2024-12-21T02:32:58.561Z | Compiling litemap v0.7.3 |
1752 | 2024-12-21T02:32:58.690Z | Compiling base64ct v1.6.0 |
1753 | 2024-12-21T02:32:58.719Z | Compiling writeable v0.5.5 |
1754 | 2024-12-21T02:32:58.945Z | Compiling unicode-bidi v0.3.17 |
1755 | 2024-12-21T02:32:59.007Z | Compiling tracing v0.1.40 |
1756 | 2024-12-21T02:32:59.264Z | Compiling pem-rfc7468 v0.7.0 |
1757 | 2024-12-21T02:32:59.264Z | Compiling icu_locid v1.5.0 |
1758 | 2024-12-21T02:33:00.459Z | Compiling scroll v0.12.0 |
1759 | 2024-12-21T02:33:00.797Z | Compiling ppv-lite86 v0.2.20 |
1760 | 2024-12-21T02:33:01.013Z | Compiling async-trait v0.1.83 |
1761 | 2024-12-21T02:33:01.415Z | Compiling cookie v0.18.1 |
1762 | 2024-12-21T02:33:01.640Z | Compiling flagset v0.4.6 |
1763 | 2024-12-21T02:33:01.686Z | Compiling camino v1.1.9 |
1764 | 2024-12-21T02:33:01.837Z | Compiling anyhow v1.0.93 |
1765 | 2024-12-21T02:33:02.362Z | Compiling plain v0.2.3 |
1766 | 2024-12-21T02:33:03.842Z | Compiling aws-lc-sys v0.22.0 |
1767 | 2024-12-21T02:33:05.252Z | Compiling goblin v0.8.2 |
1768 | 2024-12-21T02:33:06.627Z | Compiling der v0.7.9 |
1769 | 2024-12-21T02:33:09.753Z | Compiling rand_chacha v0.3.1 |
1770 | 2024-12-21T02:33:10.553Z | Compiling icu_provider v1.5.0 |
1771 | 2024-12-21T02:33:10.922Z | Compiling percent-encoding v2.3.1 |
1772 | 2024-12-21T02:33:11.539Z | Compiling rayon-core v1.12.1 |
1773 | 2024-12-21T02:33:11.693Z | Compiling rustls v0.22.4 |
1774 | 2024-12-21T02:33:11.815Z | Compiling rustls-pki-types v1.10.0 |
1775 | 2024-12-21T02:33:12.068Z | Compiling pretty-hex v0.4.1 |
1776 | 2024-12-21T02:33:12.270Z | Compiling icu_locid_transform_data v1.5.0 |
1777 | 2024-12-21T02:33:12.384Z | Compiling icu_locid_transform v1.5.0 |
1778 | 2024-12-21T02:33:12.941Z | Compiling dof v0.3.0 |
1779 | 2024-12-21T02:33:14.097Z | Compiling rand v0.8.5 |
1780 | 2024-12-21T02:33:14.233Z | Compiling spki v0.7.3 |
1781 | 2024-12-21T02:33:14.620Z | Compiling dtrace-parser v0.2.0 |
1782 | 2024-12-21T02:33:14.728Z | Compiling salsa20 v0.10.2 |
1783 | 2024-12-21T02:33:14.746Z | Compiling tokio-util v0.7.12 |
1784 | 2024-12-21T02:33:14.964Z | Compiling icu_collections v1.5.0 |
1785 | 2024-12-21T02:33:15.705Z | Compiling pbkdf2 v0.12.2 |
1786 | 2024-12-21T02:33:16.239Z | Compiling thread-id v4.2.2 |
1787 | 2024-12-21T02:33:16.260Z | Compiling mirai-annotations v1.12.0 |
1788 | 2024-12-21T02:33:16.349Z | Compiling untrusted v0.9.0 |
1789 | 2024-12-21T02:33:16.368Z | Compiling icu_properties_data v1.5.0 |
1790 | 2024-12-21T02:33:16.447Z | Compiling untrusted v0.7.1 |
1791 | 2024-12-21T02:33:16.524Z | Compiling powerfmt v0.2.0 |
1792 | 2024-12-21T02:33:16.554Z | Compiling winnow v0.5.40 |
1793 | 2024-12-21T02:33:16.811Z | Compiling deranged v0.3.11 |
1794 | 2024-12-21T02:33:17.010Z | Compiling icu_properties v1.5.1 |
1795 | 2024-12-21T02:33:20.479Z | Compiling toml_edit v0.19.15 |
1796 | 2024-12-21T02:33:21.734Z | Compiling scrypt v0.11.0 |
1797 | 2024-12-21T02:33:22.002Z | Compiling aes v0.8.4 |
1798 | 2024-12-21T02:33:22.261Z | Compiling cbc v0.1.2 |
1799 | 2024-12-21T02:33:22.654Z | Compiling multer v3.1.0 |
1800 | 2024-12-21T02:33:22.964Z | Compiling rustversion v1.0.17 |
1801 | 2024-12-21T02:33:23.407Z | Compiling icu_normalizer_data v1.5.0 |
1802 | 2024-12-21T02:33:23.519Z | Compiling num_threads v0.1.7 |
1803 | 2024-12-21T02:33:23.558Z | Compiling atomic-waker v1.1.2 |
1804 | 2024-12-21T02:33:23.787Z | Compiling slog-async v2.8.0 |
1805 | 2024-12-21T02:33:24.239Z | Compiling write16 v1.0.0 |
1806 | 2024-12-21T02:33:24.379Z | Compiling utf16_iter v1.0.5 |
1807 | 2024-12-21T02:33:24.494Z | Compiling utf8_iter v1.0.4 |
1808 | 2024-12-21T02:33:24.590Z | Compiling time v0.3.36 |
1809 | 2024-12-21T02:33:24.721Z | Compiling icu_normalizer v1.5.0 |
1810 | 2024-12-21T02:33:26.368Z | Compiling pkcs5 v0.7.1 |
1811 | 2024-12-21T02:33:27.382Z | Compiling form_urlencoded v1.2.1 |
1812 | 2024-12-21T02:33:27.657Z | Compiling http-body v1.0.1 |
1813 | 2024-12-21T02:33:27.925Z | Compiling heapless v0.7.17 |
1814 | 2024-12-21T02:33:28.326Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1815 | 2024-12-21T02:33:28.722Z | Compiling try-lock v0.2.5 |
1816 | 2024-12-21T02:33:28.789Z | Compiling signal-hook v0.3.17 |
1817 | 2024-12-21T02:33:29.363Z | Compiling want v0.3.1 |
1818 | 2024-12-21T02:33:31.128Z | Compiling pkcs8 v0.10.2 |
1819 | 2024-12-21T02:33:31.830Z | Compiling idna_adapter v1.2.0 |
1820 | 2024-12-21T02:33:32.057Z | Compiling h2 v0.4.6 |
1821 | 2024-12-21T02:33:32.421Z | Compiling usdt-attr-macro v0.5.0 |
1822 | 2024-12-21T02:33:33.890Z | Compiling usdt-macro v0.5.0 |
1823 | 2024-12-21T02:33:34.655Z | Compiling async-stream-impl v0.3.6 |
1824 | 2024-12-21T02:33:35.058Z | Compiling httpdate v1.0.3 |
1825 | 2024-12-21T02:33:35.472Z | Compiling adler2 v2.0.0 |
1826 | 2024-12-21T02:33:35.741Z | Compiling miniz_oxide v0.8.0 |
1827 | 2024-12-21T02:33:36.801Z | Compiling idna v1.0.3 |
1828 | 2024-12-21T02:33:38.484Z | Compiling curve25519-dalek v4.1.3 |
1829 | 2024-12-21T02:33:38.890Z | Compiling hyper v1.5.0 |
1830 | 2024-12-21T02:33:38.972Z | Compiling openapiv3 v2.0.0 |
1831 | 2024-12-21T02:33:39.645Z | Compiling enum-as-inner v0.6.1 |
1832 | 2024-12-21T02:33:41.986Z | Compiling dropshot v0.12.0 |
1833 | 2024-12-21T02:33:42.611Z | Compiling portable-atomic v1.9.0 |
1834 | 2024-12-21T02:33:42.666Z | Compiling base64 v0.22.1 |
1835 | 2024-12-21T02:33:43.250Z | Compiling tower-service v0.3.3 |
1836 | 2024-12-21T02:33:43.288Z | Compiling foreign-types-shared v0.1.1 |
1837 | 2024-12-21T02:33:43.349Z | Compiling match_cfg v0.1.0 |
1838 | 2024-12-21T02:33:43.352Z | Compiling num-bigint-dig v0.8.4 |
1839 | 2024-12-21T02:33:43.442Z | Compiling smoltcp v0.9.1 |
1840 | 2024-12-21T02:33:43.517Z | Compiling hyper-util v0.1.10 |
1841 | 2024-12-21T02:33:44.012Z | Compiling hostname v0.3.1 |
1842 | 2024-12-21T02:33:44.269Z | Compiling foreign-types v0.3.2 |
1843 | 2024-12-21T02:33:49.692Z | Compiling url v2.5.3 |
1844 | 2024-12-21T02:33:51.992Z | Compiling dirs-sys-next v0.1.2 |
1845 | 2024-12-21T02:33:52.107Z | Compiling siphasher v0.3.11 |
1846 | 2024-12-21T02:33:52.184Z | Compiling ident_case v1.0.1 |
1847 | 2024-12-21T02:33:52.367Z | Compiling data-encoding v2.6.0 |
1848 | 2024-12-21T02:33:52.469Z | Compiling heck v0.4.1 |
1849 | 2024-12-21T02:33:52.525Z | Compiling gimli v0.31.1 |
1850 | 2024-12-21T02:33:52.701Z | Compiling darling_core v0.20.10 |
1851 | 2024-12-21T02:33:52.899Z | Compiling dirs-next v2.0.0 |
1852 | 2024-12-21T02:33:55.642Z | Compiling http-body-util v0.1.2 |
1853 | 2024-12-21T02:33:58.904Z | Compiling addr2line v0.24.2 |
1854 | 2024-12-21T02:33:59.325Z | Compiling crossbeam-epoch v0.9.18 |
1855 | 2024-12-21T02:33:59.595Z | Compiling hubpack_derive v0.1.1 |
1856 | 2024-12-21T02:33:59.675Z | Compiling dropshot_endpoint v0.12.0 |
1857 | 2024-12-21T02:33:59.901Z | Compiling sha1 v0.10.6 |
1858 | 2024-12-21T02:34:00.033Z | Compiling signature v2.2.0 |
1859 | 2024-12-21T02:34:00.271Z | Compiling curve25519-dalek-derive v0.1.1 |
1860 | 2024-12-21T02:34:00.306Z | Compiling zerocopy-derive v0.6.6 |
1861 | 2024-12-21T02:34:00.520Z | Compiling object v0.36.5 |
1862 | 2024-12-21T02:34:01.636Z | Compiling thread_local v1.1.8 |
1863 | 2024-12-21T02:34:02.117Z | Compiling fs-err v2.11.0 |
1864 | 2024-12-21T02:34:02.206Z | Compiling encoding_rs v0.8.34 |
1865 | 2024-12-21T02:34:05.676Z | Compiling utf8parse v0.2.2 |
1866 | 2024-12-21T02:34:05.846Z | Compiling ipnet v2.10.1 |
1867 | 2024-12-21T02:34:06.867Z | Compiling openssl-probe v0.1.5 |
1868 | 2024-12-21T02:34:07.182Z | Compiling rustc-demangle v0.1.24 |
1869 | 2024-12-21T02:34:09.836Z | Compiling anstyle v1.0.10 |
1870 | 2024-12-21T02:34:10.289Z | Compiling mime v0.3.17 |
1871 | 2024-12-21T02:34:10.802Z | Compiling unicode-properties v0.1.3 |
1872 | 2024-12-21T02:34:12.363Z | Compiling winnow v0.6.20 |
1873 | 2024-12-21T02:34:13.138Z | Compiling stringprep v0.1.5 |
1874 | 2024-12-21T02:34:14.659Z | Compiling backtrace v0.3.74 |
1875 | 2024-12-21T02:34:15.719Z | Compiling anstyle-parse v0.2.5 |
1876 | 2024-12-21T02:34:16.078Z | Compiling toml_edit v0.22.22 |
1877 | 2024-12-21T02:34:17.713Z | Compiling rustls-webpki v0.102.8 |
1878 | 2024-12-21T02:34:20.375Z | Compiling crossbeam-deque v0.8.5 |
1879 | 2024-12-21T02:34:23.353Z | Compiling darling_macro v0.20.10 |
1880 | 2024-12-21T02:34:24.234Z | Compiling term v0.7.0 |
1881 | 2024-12-21T02:34:25.468Z | Compiling slog-json v2.6.1 |
1882 | 2024-12-21T02:34:25.894Z | Compiling serde_urlencoded v0.7.1 |
1883 | 2024-12-21T02:34:27.213Z | Compiling crossbeam-channel v0.5.13 |
1884 | 2024-12-21T02:34:27.231Z | Compiling rustls-pemfile v2.2.0 |
1885 | 2024-12-21T02:34:28.058Z | Compiling hashbrown v0.14.5 |
1886 | 2024-12-21T02:34:28.423Z | Compiling idna v0.4.0 |
1887 | 2024-12-21T02:34:28.632Z | Compiling idna v0.3.0 |
1888 | 2024-12-21T02:34:29.380Z | Compiling futures-executor v0.3.31 |
1889 | 2024-12-21T02:34:30.117Z | Compiling num-integer v0.1.46 |
1890 | 2024-12-21T02:34:30.120Z | Compiling md-5 v0.10.6 |
1891 | 2024-12-21T02:34:30.382Z | Compiling ff v0.13.0 |
1892 | 2024-12-21T02:34:30.568Z | Compiling hash32 v0.2.1 |
1893 | 2024-12-21T02:34:30.619Z | Compiling is-terminal v0.4.13 |
1894 | 2024-12-21T02:34:30.768Z | Compiling memmap v0.7.0 |
1895 | 2024-12-21T02:34:30.954Z | Compiling linked-hash-map v0.5.6 |
1896 | 2024-12-21T02:34:31.348Z | Compiling anstyle-query v1.1.1 |
1897 | 2024-12-21T02:34:31.915Z | Compiling base16ct v0.2.0 |
1898 | 2024-12-21T02:34:32.386Z | Compiling utf-8 v0.7.6 |
1899 | 2024-12-21T02:34:32.705Z | Compiling colorchoice v1.0.2 |
1900 | 2024-12-21T02:34:32.708Z | Compiling psl-types v2.0.11 |
1901 | 2024-12-21T02:34:32.883Z | Compiling is_terminal_polyfill v1.70.1 |
1902 | 2024-12-21T02:34:32.911Z | Compiling fallible-iterator v0.2.0 |
1903 | 2024-12-21T02:34:33.016Z | Compiling quick-error v1.2.3 |
1904 | 2024-12-21T02:34:33.213Z | Compiling take_mut v0.2.2 |
1905 | 2024-12-21T02:34:33.642Z | Compiling postgres-protocol v0.6.7 |
1906 | 2024-12-21T02:34:34.454Z | Compiling resolv-conf v0.7.0 |
1907 | 2024-12-21T02:34:34.519Z | Compiling anstream v0.6.15 |
1908 | 2024-12-21T02:34:34.898Z | Compiling publicsuffix v2.2.3 |
1909 | 2024-12-21T02:34:35.131Z | Compiling tungstenite v0.24.0 |
1910 | 2024-12-21T02:34:35.208Z | Compiling sec1 v0.7.3 |
1911 | 2024-12-21T02:34:35.776Z | Compiling lru-cache v0.1.2 |
1912 | 2024-12-21T02:34:35.992Z | Compiling usdt v0.5.0 |
1913 | 2024-12-21T02:34:36.485Z | Compiling slog-term v2.9.1 |
1914 | 2024-12-21T02:34:37.135Z | Compiling num-iter v0.1.45 |
1915 | 2024-12-21T02:34:37.324Z | Compiling group v0.13.0 |
1916 | 2024-12-21T02:34:37.458Z | Compiling futures v0.3.31 |
1917 | 2024-12-21T02:34:37.582Z | Compiling hickory-proto v0.24.1 |
1918 | 2024-12-21T02:34:37.599Z | Compiling regress v0.10.1 |
1919 | 2024-12-21T02:34:41.298Z | Compiling slog-bunyan v2.5.0 |
1920 | 2024-12-21T02:34:41.511Z | Compiling tokio-rustls v0.26.0 |
1921 | 2024-12-21T02:34:41.848Z | Compiling darling v0.20.10 |
1922 | 2024-12-21T02:34:41.971Z | Compiling tokio-rustls v0.25.0 |
1923 | 2024-12-21T02:34:42.257Z | Compiling toml v0.8.19 |
1924 | 2024-12-21T02:34:42.318Z | Compiling tokio-native-tls v0.3.1 |
1925 | 2024-12-21T02:34:42.374Z | Compiling strum_macros v0.25.3 |
1926 | 2024-12-21T02:34:42.393Z | Compiling phf_shared v0.11.2 |
1927 | 2024-12-21T02:34:42.809Z | Compiling async-stream v0.3.6 |
1928 | 2024-12-21T02:34:42.888Z | Compiling waitgroup v0.1.2 |
1929 | 2024-12-21T02:34:43.098Z | Compiling webpki-roots v0.26.6 |
1930 | 2024-12-21T02:34:43.788Z | Compiling idna v0.5.0 |
1931 | 2024-12-21T02:34:43.835Z | Compiling terminal_size v0.4.0 |
1932 | 2024-12-21T02:34:44.057Z | Compiling serde_path_to_error v0.1.16 |
1933 | 2024-12-21T02:34:44.431Z | Compiling hkdf v0.12.4 |
1934 | 2024-12-21T02:34:45.084Z | Compiling crypto-bigint v0.5.5 |
1935 | 2024-12-21T02:34:45.272Z | Compiling clap_derive v4.5.18 |
1936 | 2024-12-21T02:34:45.336Z | Compiling serde_repr v0.1.19 |
1937 | 2024-12-21T02:34:45.999Z | Compiling derive-where v1.2.7 |
1938 | 2024-12-21T02:34:46.449Z | Compiling hostname v0.4.0 |
1939 | 2024-12-21T02:34:46.673Z | Compiling crc32fast v1.4.2 |
1940 | 2024-12-21T02:34:46.701Z | Compiling managed v0.8.0 |
1941 | 2024-12-21T02:34:47.003Z | Compiling bitflags v1.3.2 |
1942 | 2024-12-21T02:34:47.075Z | Compiling debug-ignore v1.0.5 |
1943 | 2024-12-21T02:34:47.113Z | Compiling unicode-width v0.1.14 |
1944 | 2024-12-21T02:34:47.649Z | Compiling clap_lex v0.7.2 |
1945 | 2024-12-21T02:34:48.915Z | Compiling elliptic-curve v0.13.8 |
1946 | 2024-12-21T02:34:49.146Z | Compiling clap_builder v4.5.21 |
1947 | 2024-12-21T02:34:49.681Z | Compiling console v0.15.8 |
1948 | 2024-12-21T02:34:51.619Z | Compiling flate2 v1.0.34 |
1949 | 2024-12-21T02:34:51.691Z | Compiling cookie_store v0.21.0 |
1950 | 2024-12-21T02:34:53.860Z | Compiling hyper-rustls v0.27.3 |
1951 | 2024-12-21T02:34:54.328Z | Compiling hickory-resolver v0.24.1 |
1952 | 2024-12-21T02:34:57.764Z | Compiling phf v0.11.2 |
1953 | 2024-12-21T02:34:58.092Z | Compiling hyper-tls v0.6.0 |
1954 | 2024-12-21T02:34:58.491Z | Compiling signal-hook-mio v0.2.4 |
1955 | 2024-12-21T02:34:58.674Z | Compiling typify-impl v0.2.0 |
1956 | 2024-12-21T02:34:58.996Z | Compiling bzip2 v0.4.4 |
1957 | 2024-12-21T02:34:59.047Z | Compiling rayon v1.10.0 |
1958 | 2024-12-21T02:34:59.270Z | Compiling tokio-tungstenite v0.24.0 |
1959 | 2024-12-21T02:34:59.704Z | Compiling postgres-types v0.2.8 |
1960 | 2024-12-21T02:34:59.805Z | Compiling zerocopy v0.6.6 |
1961 | 2024-12-21T02:34:59.908Z | Compiling hubpack v0.1.2 |
1962 | 2024-12-21T02:35:00.355Z | Compiling ed25519 v2.2.3 |
1963 | 2024-12-21T02:35:00.677Z | Compiling phf_shared v0.10.0 |
1964 | 2024-12-21T02:35:01.057Z | Compiling pkcs1 v0.7.5 |
1965 | 2024-12-21T02:35:01.075Z | Compiling tokio-stream v0.1.16 |
1966 | 2024-12-21T02:35:02.020Z | Compiling serde-big-array v0.5.1 |
1967 | 2024-12-21T02:35:02.081Z | Compiling rfc6979 v0.4.0 |
1968 | 2024-12-21T02:35:02.266Z | Compiling float-cmp v0.9.0 |
1969 | 2024-12-21T02:35:02.289Z | Compiling sync_wrapper v1.0.1 |
1970 | 2024-12-21T02:35:02.453Z | Compiling bstr v1.10.0 |
1971 | 2024-12-21T02:35:03.560Z | Compiling unicode-width v0.2.0 |
1972 | 2024-12-21T02:35:04.085Z | Compiling bit-vec v0.6.3 |
1973 | 2024-12-21T02:35:04.350Z | Compiling unicode-segmentation v1.12.0 |
1974 | 2024-12-21T02:35:04.552Z | Compiling fixedbitset v0.4.2 |
1975 | 2024-12-21T02:35:04.979Z | Compiling whoami v1.5.2 |
1976 | 2024-12-21T02:35:05.159Z | Compiling difflib v0.4.0 |
1977 | 2024-12-21T02:35:05.224Z | Compiling normalize-line-endings v0.3.0 |
1978 | 2024-12-21T02:35:05.346Z | Compiling new_debug_unreachable v1.0.6 |
1979 | 2024-12-21T02:35:05.457Z | Compiling precomputed-hash v0.1.1 |
1980 | 2024-12-21T02:35:05.549Z | Compiling predicates-core v1.0.8 |
1981 | 2024-12-21T02:35:05.586Z | Compiling static_assertions v1.1.0 |
1982 | 2024-12-21T02:35:05.692Z | Compiling number_prefix v0.4.0 |
1983 | 2024-12-21T02:35:05.708Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1984 | 2024-12-21T02:35:05.875Z | Compiling indicatif v0.17.9 |
1985 | 2024-12-21T02:35:05.914Z | Compiling predicates v3.1.2 |
1986 | 2024-12-21T02:35:06.445Z | Compiling string_cache v0.8.7 |
1987 | 2024-12-21T02:35:06.871Z | Compiling tokio-postgres v0.7.12 |
1988 | 2024-12-21T02:35:07.426Z | Compiling similar v2.6.0 |
1989 | 2024-12-21T02:35:07.732Z | Compiling petgraph v0.6.5 |
1990 | 2024-12-21T02:35:09.500Z | Compiling bit-set v0.5.3 |
1991 | 2024-12-21T02:35:10.065Z | Compiling reqwest v0.12.9 |
1992 | 2024-12-21T02:35:10.877Z | Compiling typify-macro v0.2.0 |
1993 | 2024-12-21T02:35:11.814Z | Compiling ecdsa v0.16.9 |
1994 | 2024-12-21T02:35:12.438Z | Compiling qorb v0.2.1 |
1995 | 2024-12-21T02:35:12.683Z | Compiling rsa v0.9.6 |
1996 | 2024-12-21T02:35:13.172Z | Compiling ed25519-dalek v2.1.1 |
1997 | 2024-12-21T02:35:14.530Z | Compiling zip v0.6.6 |
1998 | 2024-12-21T02:35:14.548Z | Compiling crossterm v0.28.1 |
1999 | 2024-12-21T02:35:14.808Z | Compiling clap v4.5.21 |
2000 | 2024-12-21T02:35:16.328Z | Compiling toml v0.7.8 |
2001 | 2024-12-21T02:35:17.447Z | Compiling x509-cert v0.2.5 |
2002 | 2024-12-21T02:35:18.057Z | Compiling hex v0.4.3 |
2003 | 2024-12-21T02:35:18.691Z | Compiling itertools v0.10.5 |
2004 | 2024-12-21T02:35:19.002Z | Compiling zerocopy v0.8.10 |
2005 | 2024-12-21T02:35:19.324Z | Compiling lalrpop-util v0.19.12 |
2006 | 2024-12-21T02:35:19.403Z | Compiling peg-runtime v0.8.3 |
2007 | 2024-12-21T02:35:19.691Z | Compiling unicode-xid v0.2.6 |
2008 | 2024-12-21T02:35:21.874Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2009 | 2024-12-21T02:35:26.010Z | Compiling proc-macro-crate v1.3.1 |
2010 | 2024-12-21T02:35:26.515Z | Compiling ipnetwork v0.20.0 |
2011 | 2024-12-21T02:35:26.788Z | Compiling macaddr v1.0.1 |
2012 | 2024-12-21T02:35:27.131Z | Compiling zerocopy-derive v0.8.10 |
2013 | 2024-12-21T02:35:27.448Z | Compiling itertools v0.13.0 |
2014 | 2024-12-21T02:35:29.556Z | Compiling heapless v0.8.0 |
2015 | 2024-12-21T02:35:30.841Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2016 | 2024-12-21T02:35:35.180Z | Compiling num_enum_derive v0.5.11 |
2017 | 2024-12-21T02:35:43.754Z | Compiling hash32 v0.3.1 |
2018 | 2024-12-21T02:35:44.846Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2019 | 2024-12-21T02:35:44.884Z | Compiling smoltcp v0.11.0 |
2020 | 2024-12-21T02:35:50.091Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2021 | 2024-12-21T02:35:50.175Z | Compiling num_enum v0.5.11 |
2022 | 2024-12-21T02:35:50.906Z | Compiling typify v0.2.0 |
2023 | 2024-12-21T02:35:52.101Z | Compiling proc-macro-error-attr v1.0.4 |
2024 | 2024-12-21T02:35:52.167Z | Compiling unsafe-libyaml v0.2.11 |
2025 | 2024-12-21T02:35:53.132Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2026 | 2024-12-21T02:35:53.430Z | Compiling cobs v0.2.3 |
2027 | 2024-12-21T02:35:53.879Z | Compiling postcard v1.0.10 |
2028 | 2024-12-21T02:35:53.913Z | Compiling serde_yaml v0.9.34+deprecated |
2029 | 2024-12-21T02:36:08.719Z | Compiling progenitor-impl v0.8.0 |
2030 | 2024-12-21T02:36:10.202Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2031 | 2024-12-21T02:36:21.949Z | Compiling strum_macros v0.26.4 |
2032 | 2024-12-21T02:36:22.999Z | Compiling structmeta-derive v0.3.0 |
2033 | 2024-12-21T02:36:23.179Z | Compiling foreign-types-macros v0.2.3 |
2034 | 2024-12-21T02:36:23.562Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2035 | 2024-12-21T02:36:23.869Z | Compiling proc-macro-error v1.0.4 |
2036 | 2024-12-21T02:36:24.184Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2037 | 2024-12-21T02:36:24.939Z | Compiling foreign-types-shared v0.3.1 |
2038 | 2024-12-21T02:36:25.206Z | Compiling newtype-uuid v1.1.3 |
2039 | 2024-12-21T02:36:25.563Z | Compiling structmeta v0.3.0 |
2040 | 2024-12-21T02:36:26.386Z | Compiling strum v0.26.3 |
2041 | 2024-12-21T02:36:27.147Z | Compiling foreign-types v0.5.0 |
2042 | 2024-12-21T02:36:31.449Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2043 | 2024-12-21T02:36:35.533Z | Compiling progenitor-macro v0.8.0 |
2044 | 2024-12-21T02:36:40.088Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2045 | 2024-12-21T02:36:40.108Z | Compiling progenitor-client v0.8.0 |
2046 | 2024-12-21T02:36:41.073Z | Compiling tabwriter v1.4.0 |
2047 | 2024-12-21T02:36:43.735Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2048 | 2024-12-21T02:36:44.360Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2049 | 2024-12-21T02:36:44.500Z | Compiling cstr-argument v0.1.2 |
2050 | 2024-12-21T02:36:44.777Z | Compiling dropshot v0.13.0 |
2051 | 2024-12-21T02:36:45.086Z | Compiling crucible-workspace-hack v0.1.0 |
2052 | 2024-12-21T02:36:45.634Z | Compiling fastrand v2.1.1 |
2053 | 2024-12-21T02:36:46.316Z | Compiling pretty-hex v0.2.1 |
2054 | 2024-12-21T02:36:46.426Z | Compiling thiserror v2.0.3 |
2055 | 2024-12-21T02:36:46.538Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2056 | 2024-12-21T02:36:46.622Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2057 | 2024-12-21T02:36:46.832Z | Compiling tempfile v3.13.0 |
2058 | 2024-12-21T02:36:47.426Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2059 | 2024-12-21T02:36:47.444Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2060 | 2024-12-21T02:36:48.311Z | Compiling parse-display-derive v0.10.0 |
2061 | 2024-12-21T02:36:48.330Z | Compiling progenitor v0.8.0 |
2062 | 2024-12-21T02:36:48.551Z | Compiling colored v2.1.0 |
2063 | 2024-12-21T02:36:48.602Z | Compiling serde_with_macros v3.11.0 |
2064 | 2024-12-21T02:36:48.732Z | Compiling dropshot_endpoint v0.13.0 |
2065 | 2024-12-21T02:36:49.817Z | Compiling thiserror-impl v2.0.3 |
2066 | 2024-12-21T02:36:51.227Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2067 | 2024-12-21T02:36:51.606Z | Compiling instant v0.1.13 |
2068 | 2024-12-21T02:36:52.084Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2069 | 2024-12-21T02:36:52.105Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2070 | 2024-12-21T02:36:52.174Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2071 | 2024-12-21T02:36:52.197Z | Compiling backoff v0.4.0 |
2072 | 2024-12-21T02:36:52.262Z | Compiling parse-display v0.10.0 |
2073 | 2024-12-21T02:36:52.542Z | Compiling serde_with v3.11.0 |
2074 | 2024-12-21T02:36:53.139Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2075 | 2024-12-21T02:36:53.758Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2076 | 2024-12-21T02:36:54.227Z | Compiling zone_cfg_derive v0.3.0 |
2077 | 2024-12-21T02:36:55.231Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2078 | 2024-12-21T02:36:55.649Z | Compiling camino-tempfile v1.1.1 |
2079 | 2024-12-21T02:36:56.079Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2080 | 2024-12-21T02:36:56.401Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2081 | 2024-12-21T02:36:56.562Z | Compiling regress v0.9.1 |
2082 | 2024-12-21T02:36:56.588Z | Compiling num-derive v0.4.2 |
2083 | 2024-12-21T02:36:57.050Z | Compiling sigpipe v0.1.3 |
2084 | 2024-12-21T02:36:57.196Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2085 | 2024-12-21T02:36:57.499Z | Compiling libefi-sys v0.1.0 |
2086 | 2024-12-21T02:36:57.845Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2087 | 2024-12-21T02:36:58.765Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2088 | 2024-12-21T02:37:00.317Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2089 | 2024-12-21T02:37:00.884Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2090 | 2024-12-21T02:37:01.145Z | Compiling zone v0.3.0 |
2091 | 2024-12-21T02:37:02.711Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2092 | 2024-12-21T02:37:04.577Z | Compiling smf v0.2.3 |
2093 | 2024-12-21T02:37:05.145Z | Compiling bitfield-struct v0.6.2 |
2094 | 2024-12-21T02:37:06.575Z | Compiling blake3 v1.5.4 |
2095 | 2024-12-21T02:37:07.063Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2096 | 2024-12-21T02:37:07.165Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2097 | 2024-12-21T02:37:07.855Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2098 | 2024-12-21T02:37:07.971Z | Compiling xattr v1.3.1 |
2099 | 2024-12-21T02:37:08.059Z | Compiling filetime v0.2.25 |
2100 | 2024-12-21T02:37:08.295Z | Compiling memmap2 v0.9.5 |
2101 | 2024-12-21T02:37:08.338Z | Compiling constant_time_eq v0.3.1 |
2102 | 2024-12-21T02:37:08.421Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2103 | 2024-12-21T02:37:08.530Z | Compiling same-file v1.0.6 |
2104 | 2024-12-21T02:37:08.560Z | Compiling arrayref v0.3.9 |
2105 | 2024-12-21T02:37:08.672Z | Compiling arrayvec v0.7.6 |
2106 | 2024-12-21T02:37:08.819Z | Compiling walkdir v2.5.0 |
2107 | 2024-12-21T02:37:08.869Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2108 | 2024-12-21T02:37:08.968Z | Compiling tar v0.4.42 |
2109 | 2024-12-21T02:37:10.475Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2110 | 2024-12-21T02:37:10.895Z | Compiling gethostname v0.5.0 |
2111 | 2024-12-21T02:37:11.106Z | Compiling cargo-platform v0.1.8 |
2112 | 2024-12-21T02:37:11.651Z | Compiling topological-sort v0.2.2 |
2113 | 2024-12-21T02:37:11.903Z | Compiling omicron-zone-package v0.12.0 |
2114 | 2024-12-21T02:37:11.928Z | Compiling cargo_metadata v0.18.1 |
2115 | 2024-12-21T02:37:12.193Z | Compiling indent_write v2.2.0 |
2116 | 2024-12-21T02:37:12.457Z | Compiling shell-words v1.1.0 |
2117 | 2024-12-21T02:37:18.572Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2118 | 2024-12-21T02:37:21.064Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2119 | 2024-12-21T02:37:24.199Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2120 | 2024-12-21T02:37:41.633Z | Finished `release` profile [optimized] target(s) in 5m 26s |
2121 | 2024-12-21T02:37:41.791Z | Running `target/release/omicron-package -t test target create -p dev` |
2122 | 2024-12-21T02:37:41.838Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2123 | 2024-12-21T02:37:41.842Z | Created new build target 'test' and set it as active |
2124 | 2024-12-21T02:37:41.842Z | |
2125 | 2024-12-21T02:37:41.842Z | real 5:27.011278114 |
2126 | 2024-12-21T02:37:41.842Z | user 36:51.047015009 |
2127 | 2024-12-21T02:37:41.842Z | sys 4:54.890922660 |
2128 | 2024-12-21T02:37:41.842Z | trap 1.085523914 |
2129 | 2024-12-21T02:37:41.842Z | tflt 3.355743315 |
2130 | 2024-12-21T02:37:41.842Z | dflt 0.979486390 |
2131 | 2024-12-21T02:37:41.842Z | kflt 0.000255512 |
2132 | 2024-12-21T02:37:41.842Z | lock 1:17:07.540706112 |
2133 | 2024-12-21T02:37:41.842Z | slp 2:33:08.777125840 |
2134 | 2024-12-21T02:37:41.842Z | lat 2:31.153771224 |
2135 | 2024-12-21T02:37:41.842Z | stop 4:29.566365167 |
2136 | 2024-12-21T02:37:41.842Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2137 | 2024-12-21T02:37:42.797Z | Finished `release` profile [optimized] target(s) in 0.90s |
2138 | 2024-12-21T02:37:42.855Z | Running `target/release/omicron-package -t test package` |
2139 | 2024-12-21T02:37:42.899Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2140 | 2024-12-21T02:37:44.017Z | Compiling convert_case v0.4.0 |
2141 | 2024-12-21T02:37:44.017Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2142 | 2024-12-21T02:37:44.017Z | Compiling newline-converter v0.3.0 |
2143 | 2024-12-21T02:37:44.021Z | Compiling password-hash v0.5.0 |
2144 | 2024-12-21T02:37:44.021Z | Compiling blake2 v0.10.6 |
2145 | 2024-12-21T02:37:44.021Z | Compiling base64 v0.21.7 |
2146 | 2024-12-21T02:37:44.021Z | Compiling atomicwrites v0.4.4 |
2147 | 2024-12-21T02:37:44.210Z | Compiling progenitor-client v0.8.0 |
2148 | 2024-12-21T02:37:44.375Z | Compiling expectorate v1.1.0 |
2149 | 2024-12-21T02:37:44.425Z | Compiling owo-colors v4.1.0 |
2150 | 2024-12-21T02:37:44.612Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2151 | 2024-12-21T02:37:44.721Z | Compiling argon2 v0.5.3 |
2152 | 2024-12-21T02:37:44.736Z | Compiling cancel-safe-futures v0.1.5 |
2153 | 2024-12-21T02:37:44.830Z | Compiling progenitor v0.8.0 |
2154 | 2024-12-21T02:37:44.894Z | Compiling derive_more v0.99.18 |
2155 | 2024-12-21T02:37:45.068Z | Compiling num-rational v0.4.2 |
2156 | 2024-12-21T02:37:45.104Z | Compiling num-complex v0.4.6 |
2157 | 2024-12-21T02:37:45.372Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2158 | 2024-12-21T02:37:45.963Z | Compiling libsw v3.3.1 |
2159 | 2024-12-21T02:37:46.017Z | Compiling float-ord v0.3.2 |
2160 | 2024-12-21T02:37:46.192Z | Compiling num v0.4.3 |
2161 | 2024-12-21T02:37:46.295Z | Compiling linear-map v1.2.0 |
2162 | 2024-12-21T02:37:46.298Z | Compiling swrite v0.1.0 |
2163 | 2024-12-21T02:37:46.330Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2164 | 2024-12-21T02:37:46.385Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2165 | 2024-12-21T02:37:46.451Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2166 | 2024-12-21T02:37:46.706Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2167 | 2024-12-21T02:37:47.118Z | Compiling highway v1.2.0 |
2168 | 2024-12-21T02:37:47.415Z | Compiling semver v0.1.20 |
2169 | 2024-12-21T02:37:48.019Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2170 | 2024-12-21T02:37:48.265Z | Compiling rustc_version v0.1.7 |
2171 | 2024-12-21T02:37:48.541Z | Compiling tungstenite v0.21.0 |
2172 | 2024-12-21T02:37:48.691Z | Compiling newtype_derive v0.1.6 |
2173 | 2024-12-21T02:37:49.083Z | Compiling newtype-uuid v1.1.3 |
2174 | 2024-12-21T02:37:49.112Z | Compiling humantime v2.1.0 |
2175 | 2024-12-21T02:37:50.006Z | Compiling tokio-tungstenite v0.21.0 |
2176 | 2024-12-21T02:37:50.971Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2177 | 2024-12-21T02:37:51.594Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2178 | 2024-12-21T02:37:53.863Z | Compiling dropshot v0.13.0 |
2179 | 2024-12-21T02:37:53.933Z | Compiling ipnetwork v0.20.0 |
2180 | 2024-12-21T02:37:54.301Z | Compiling instant v0.1.13 |
2181 | 2024-12-21T02:37:54.480Z | Compiling backoff v0.4.0 |
2182 | 2024-12-21T02:37:54.717Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2183 | 2024-12-21T02:37:55.431Z | Compiling steno v0.4.1 |
2184 | 2024-12-21T02:37:55.886Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2185 | 2024-12-21T02:37:55.933Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2186 | 2024-12-21T02:37:56.251Z | Compiling parse-display v0.10.0 |
2187 | 2024-12-21T02:37:56.824Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2188 | 2024-12-21T02:37:57.019Z | Compiling strum v0.26.3 |
2189 | 2024-12-21T02:37:57.221Z | Compiling serde_with v3.11.0 |
2190 | 2024-12-21T02:38:00.700Z | Compiling regress v0.9.1 |
2191 | 2024-12-21T02:38:01.441Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2192 | 2024-12-21T02:38:03.407Z | Compiling macaddr v1.0.1 |
2193 | 2024-12-21T02:38:03.806Z | Compiling slog-dtrace v0.3.0 |
2194 | 2024-12-21T02:38:03.810Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2195 | 2024-12-21T02:38:04.464Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2196 | 2024-12-21T02:38:04.482Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2197 | 2024-12-21T02:38:05.981Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2198 | 2024-12-21T02:38:06.826Z | Compiling prettyplease v0.2.25 |
2199 | 2024-12-21T02:38:07.093Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2200 | 2024-12-21T02:38:07.212Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2201 | 2024-12-21T02:38:08.285Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2202 | 2024-12-21T02:38:10.341Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2203 | 2024-12-21T02:38:11.075Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2204 | 2024-12-21T02:38:23.014Z | Compiling half v2.4.1 |
2205 | 2024-12-21T02:38:23.320Z | Compiling ciborium-io v0.2.2 |
2206 | 2024-12-21T02:38:23.471Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2207 | 2024-12-21T02:38:23.705Z | Compiling ciborium-ll v0.2.2 |
2208 | 2024-12-21T02:38:24.238Z | Compiling ciborium v0.2.2 |
2209 | 2024-12-21T02:38:24.670Z | Compiling fastrand v2.1.1 |
2210 | 2024-12-21T02:38:25.047Z | Compiling display-error-chain v0.2.2 |
2211 | 2024-12-21T02:38:25.213Z | Compiling same-file v1.0.6 |
2212 | 2024-12-21T02:38:25.273Z | Compiling tempfile v3.13.0 |
2213 | 2024-12-21T02:38:25.464Z | Compiling walkdir v2.5.0 |
2214 | 2024-12-21T02:38:25.684Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2215 | 2024-12-21T02:38:26.059Z | Compiling blake3 v1.5.4 |
2216 | 2024-12-21T02:38:26.147Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2217 | 2024-12-21T02:38:26.448Z | Compiling xattr v1.3.1 |
2218 | 2024-12-21T02:38:26.873Z | Compiling memmap2 v0.9.5 |
2219 | 2024-12-21T02:38:26.910Z | Compiling filetime v0.2.25 |
2220 | 2024-12-21T02:38:27.030Z | Compiling keccak v0.1.5 |
2221 | 2024-12-21T02:38:27.116Z | Compiling arrayref v0.3.9 |
2222 | 2024-12-21T02:38:27.237Z | Compiling arrayvec v0.7.6 |
2223 | 2024-12-21T02:38:27.687Z | Compiling constant_time_eq v0.3.1 |
2224 | 2024-12-21T02:38:28.000Z | Compiling sha3 v0.10.8 |
2225 | 2024-12-21T02:38:28.163Z | Compiling tar v0.4.42 |
2226 | 2024-12-21T02:38:28.851Z | Compiling toolchain_find v0.4.0 |
2227 | 2024-12-21T02:38:29.012Z | Compiling camino-tempfile v1.1.1 |
2228 | 2024-12-21T02:38:29.442Z | Compiling const_format_proc_macros v0.2.33 |
2229 | 2024-12-21T02:38:29.516Z | Compiling crunchy v0.2.2 |
2230 | 2024-12-21T02:38:29.534Z | Compiling radium v0.7.0 |
2231 | 2024-12-21T02:38:29.984Z | Compiling maplit v1.0.2 |
2232 | 2024-12-21T02:38:29.989Z | Compiling topological-sort v0.2.2 |
2233 | 2024-12-21T02:38:30.177Z | Compiling rustfmt-wrapper v0.2.1 |
2234 | 2024-12-21T02:38:30.197Z | Compiling omicron-zone-package v0.12.0 |
2235 | 2024-12-21T02:38:30.216Z | Compiling tiny-keccak v2.0.2 |
2236 | 2024-12-21T02:38:30.233Z | Compiling maybe-uninit v2.0.0 |
2237 | 2024-12-21T02:38:30.510Z | Compiling tap v1.0.1 |
2238 | 2024-12-21T02:38:30.576Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2239 | 2024-12-21T02:38:30.710Z | Compiling wyz v0.5.1 |
2240 | 2024-12-21T02:38:30.886Z | Compiling dsl_auto_type v0.1.2 |
2241 | 2024-12-21T02:38:31.049Z | Compiling phf_generator v0.11.2 |
2242 | 2024-12-21T02:38:31.183Z | Compiling scheduled-thread-pool v0.2.7 |
2243 | 2024-12-21T02:38:31.254Z | Compiling secrecy v0.8.0 |
2244 | 2024-12-21T02:38:31.254Z | Compiling const_format v0.2.33 |
2245 | 2024-12-21T02:38:31.292Z | Compiling diesel_table_macro_syntax v0.2.0 |
2246 | 2024-12-21T02:38:31.550Z | Compiling async-recursion v1.1.1 |
2247 | 2024-12-21T02:38:31.713Z | Compiling funty v2.0.0 |
2248 | 2024-12-21T02:38:32.319Z | Compiling packed_struct v0.10.1 |
2249 | 2024-12-21T02:38:32.417Z | Compiling crc-catalog v2.4.0 |
2250 | 2024-12-21T02:38:32.503Z | Compiling arc-swap v1.7.1 |
2251 | 2024-12-21T02:38:32.593Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2252 | 2024-12-21T02:38:32.781Z | Compiling crc v3.2.1 |
2253 | 2024-12-21T02:38:32.917Z | Compiling bitvec v1.0.1 |
2254 | 2024-12-21T02:38:32.947Z | Compiling diesel_derives v2.2.3 |
2255 | 2024-12-21T02:38:33.181Z | Compiling slog-scope v4.4.0 |
2256 | 2024-12-21T02:38:34.000Z | Compiling r2d2 v0.8.10 |
2257 | 2024-12-21T02:38:34.162Z | Compiling phf_codegen v0.11.2 |
2258 | 2024-12-21T02:38:34.602Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2259 | 2024-12-21T02:38:34.828Z | Compiling ascii-canvas v3.0.0 |
2260 | 2024-12-21T02:38:34.865Z | Compiling universal-hash v0.5.1 |
2261 | 2024-12-21T02:38:35.119Z | Compiling thiserror-impl-no-std v2.0.2 |
2262 | 2024-12-21T02:38:35.348Z | Compiling packed_struct_codegen v0.10.1 |
2263 | 2024-12-21T02:38:36.085Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2264 | 2024-12-21T02:38:37.561Z | Compiling parse-zoneinfo v0.3.1 |
2265 | 2024-12-21T02:38:37.772Z | Compiling ena v0.14.3 |
2266 | 2024-12-21T02:38:37.806Z | Compiling indexmap v1.9.3 |
2267 | 2024-12-21T02:38:38.135Z | Compiling diff v0.1.13 |
2268 | 2024-12-21T02:38:38.212Z | Compiling opaque-debug v0.3.1 |
2269 | 2024-12-21T02:38:38.328Z | Compiling regex-syntax v0.6.29 |
2270 | 2024-12-21T02:38:38.698Z | Compiling nodrop v0.1.14 |
2271 | 2024-12-21T02:38:38.846Z | Compiling array-init v0.0.4 |
2272 | 2024-12-21T02:38:39.117Z | Compiling poly1305 v0.8.0 |
2273 | 2024-12-21T02:38:40.150Z | Compiling chrono-tz-build v0.4.0 |
2274 | 2024-12-21T02:38:40.733Z | Compiling thiserror-no-std v2.0.2 |
2275 | 2024-12-21T02:38:41.325Z | Compiling smallvec v0.6.14 |
2276 | 2024-12-21T02:38:41.855Z | Compiling lalrpop v0.19.12 |
2277 | 2024-12-21T02:38:43.679Z | Compiling slog-stdlog v4.1.1 |
2278 | 2024-12-21T02:38:44.519Z | Compiling diesel v2.2.6 |
2279 | 2024-12-21T02:38:45.136Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2280 | 2024-12-21T02:38:45.155Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2281 | 2024-12-21T02:38:45.460Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2282 | 2024-12-21T02:38:45.705Z | Compiling chacha20 v0.9.1 |
2283 | 2024-12-21T02:38:46.177Z | Compiling aead v0.5.2 |
2284 | 2024-12-21T02:38:46.195Z | Compiling vte_generate_state_changes v0.1.2 |
2285 | 2024-12-21T02:38:46.534Z | Compiling ref-cast v1.0.23 |
2286 | 2024-12-21T02:38:46.817Z | Compiling hashbrown v0.12.3 |
2287 | 2024-12-21T02:38:47.023Z | Compiling bitfield v0.14.0 |
2288 | 2024-12-21T02:38:47.316Z | Compiling termcolor v1.4.1 |
2289 | 2024-12-21T02:38:48.476Z | Compiling env_logger v0.10.2 |
2290 | 2024-12-21T02:38:49.362Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2291 | 2024-12-21T02:38:51.690Z | Compiling vte v0.11.1 |
2292 | 2024-12-21T02:38:53.131Z | Compiling chacha20poly1305 v0.10.1 |
2293 | 2024-12-21T02:38:53.410Z | Compiling slog-envlogger v2.2.0 |
2294 | 2024-12-21T02:38:56.170Z | Compiling serde-hex v0.1.0 |
2295 | 2024-12-21T02:39:01.383Z | Compiling chrono-tz v0.10.0 |
2296 | 2024-12-21T02:39:02.026Z | Compiling vsss-rs v3.3.4 |
2297 | 2024-12-21T02:39:06.589Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2298 | 2024-12-21T02:39:06.939Z | Compiling ron v0.8.1 |
2299 | 2024-12-21T02:39:07.593Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2300 | 2024-12-21T02:39:07.816Z | Compiling polar-core v0.27.3 |
2301 | 2024-12-21T02:39:07.908Z | Compiling derive_builder_core v0.20.2 |
2302 | 2024-12-21T02:39:09.076Z | Compiling hashbrown v0.13.2 |
2303 | 2024-12-21T02:39:10.216Z | Compiling headers-core v0.3.0 |
2304 | 2024-12-21T02:39:10.449Z | Compiling fxhash v0.2.1 |
2305 | 2024-12-21T02:39:10.546Z | Compiling libxml v0.3.3 |
2306 | 2024-12-21T02:39:10.699Z | Compiling ref-cast-impl v1.0.23 |
2307 | 2024-12-21T02:39:10.914Z | Compiling bytecount v0.6.8 |
2308 | 2024-12-21T02:39:11.235Z | Compiling simd-adler32 v0.3.7 |
2309 | 2024-12-21T02:39:11.797Z | Compiling lockfree-object-pool v0.1.6 |
2310 | 2024-12-21T02:39:12.123Z | Compiling zip v2.1.3 |
2311 | 2024-12-21T02:39:12.427Z | Compiling bumpalo v3.16.0 |
2312 | 2024-12-21T02:39:12.449Z | Compiling crc-any v2.5.0 |
2313 | 2024-12-21T02:39:12.818Z | Compiling zopfli v0.8.1 |
2314 | 2024-12-21T02:39:13.017Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2315 | 2024-12-21T02:39:13.549Z | Compiling papergrid v0.11.0 |
2316 | 2024-12-21T02:39:17.160Z | Compiling object v0.30.4 |
2317 | 2024-12-21T02:39:23.068Z | Compiling headers v0.4.0 |
2318 | 2024-12-21T02:39:23.300Z | Compiling derive_builder_macro v0.20.2 |
2319 | 2024-12-21T02:39:26.798Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2320 | 2024-12-21T02:39:28.356Z | Compiling strip-ansi-escapes v0.2.0 |
2321 | 2024-12-21T02:39:29.043Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2322 | 2024-12-21T02:39:29.116Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2323 | 2024-12-21T02:39:29.416Z | Compiling tabled_derive v0.7.0 |
2324 | 2024-12-21T02:39:29.794Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2325 | 2024-12-21T02:39:30.453Z | Compiling fd-lock v4.0.2 |
2326 | 2024-12-21T02:39:30.699Z | Compiling peg-macros v0.8.4 |
2327 | 2024-12-21T02:39:30.990Z | Compiling strum_macros v0.24.3 |
2328 | 2024-12-21T02:39:31.585Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2329 | 2024-12-21T02:39:32.264Z | Compiling kstat-rs v0.2.4 |
2330 | 2024-12-21T02:39:32.622Z | Compiling samael v0.0.17 |
2331 | 2024-12-21T02:39:33.260Z | Compiling unicase v2.7.0 |
2332 | 2024-12-21T02:39:33.571Z | Compiling indoc v1.0.9 |
2333 | 2024-12-21T02:39:33.957Z | Compiling path-slash v0.1.5 |
2334 | 2024-12-21T02:39:34.182Z | Compiling nu-ansi-term v0.50.1 |
2335 | 2024-12-21T02:39:34.216Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2336 | 2024-12-21T02:39:34.302Z | Compiling peg v0.8.4 |
2337 | 2024-12-21T02:39:34.401Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2338 | 2024-12-21T02:39:35.409Z | Compiling reedline v0.35.0 |
2339 | 2024-12-21T02:39:37.507Z | Compiling tabled v0.15.0 |
2340 | 2024-12-21T02:39:38.053Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2341 | 2024-12-21T02:39:49.869Z | Compiling derive_builder v0.20.2 |
2342 | 2024-12-21T02:39:55.043Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2343 | 2024-12-21T02:39:55.720Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2344 | 2024-12-21T02:39:57.642Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2345 | 2024-12-21T02:39:57.951Z | Compiling pem v3.0.4 |
2346 | 2024-12-21T02:39:58.205Z | Compiling bcs v0.1.6 |
2347 | 2024-12-21T02:39:59.113Z | Compiling oso-derive v0.27.3 |
2348 | 2024-12-21T02:39:59.211Z | Compiling impl-trait-for-tuples v0.2.2 |
2349 | 2024-12-21T02:39:59.419Z | Compiling libz-sys v1.1.20 |
2350 | 2024-12-21T02:40:00.080Z | Compiling quick-xml v0.33.0 |
2351 | 2024-12-21T02:40:00.102Z | Compiling diesel-dtrace v0.4.2 |
2352 | 2024-12-21T02:40:00.409Z | Compiling parking_lot_core v0.8.6 |
2353 | 2024-12-21T02:40:06.089Z | Compiling oso v0.27.3 |
2354 | 2024-12-21T02:40:06.847Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2355 | 2024-12-21T02:40:08.464Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2356 | 2024-12-21T02:40:13.903Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2357 | 2024-12-21T02:40:17.150Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2358 | 2024-12-21T02:40:17.450Z | Compiling bb8 v0.8.5 |
2359 | 2024-12-21T02:40:18.086Z | Compiling buf-list v1.0.3 |
2360 | 2024-12-21T02:40:18.725Z | Compiling async-bb8-diesel v0.2.1 |
2361 | 2024-12-21T02:40:21.121Z | Compiling nibble_vec v0.1.0 |
2362 | 2024-12-21T02:40:21.371Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2363 | 2024-12-21T02:40:22.139Z | Compiling pin-project-internal v1.1.6 |
2364 | 2024-12-21T02:40:23.452Z | Compiling atty v0.2.14 |
2365 | 2024-12-21T02:40:23.623Z | Compiling salty v0.3.0 |
2366 | 2024-12-21T02:40:24.037Z | Compiling endian-type v0.1.2 |
2367 | 2024-12-21T02:40:24.310Z | Compiling radix_trie v0.2.1 |
2368 | 2024-12-21T02:40:24.884Z | Compiling pin-project v1.1.6 |
2369 | 2024-12-21T02:40:25.649Z | Compiling parking_lot v0.11.2 |
2370 | 2024-12-21T02:40:28.703Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2371 | 2024-12-21T02:40:34.829Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2372 | 2024-12-21T02:40:39.513Z | Compiling snafu-derive v0.8.5 |
2373 | 2024-12-21T02:40:40.441Z | Compiling sled v0.34.7 |
2374 | 2024-12-21T02:40:44.096Z | Compiling snafu v0.8.5 |
2375 | 2024-12-21T02:40:45.301Z | Compiling mime_guess v2.0.5 |
2376 | 2024-12-21T02:40:48.479Z | Compiling hickory-client v0.24.1 |
2377 | 2024-12-21T02:40:52.630Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2378 | 2024-12-21T02:40:53.750Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2379 | 2024-12-21T02:40:54.718Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2380 | 2024-12-21T02:40:55.029Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2381 | 2024-12-21T02:40:55.689Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2382 | 2024-12-21T02:40:57.200Z | Compiling globset v0.4.15 |
2383 | 2024-12-21T02:40:59.354Z | Compiling hickory-server v0.24.1 |
2384 | 2024-12-21T02:41:03.765Z | Compiling primeorder v0.13.6 |
2385 | 2024-12-21T02:41:04.361Z | Compiling olpc-cjson v0.1.4 |
2386 | 2024-12-21T02:41:04.463Z | Compiling vergen v8.3.2 |
2387 | 2024-12-21T02:41:04.723Z | Compiling castaway v0.2.3 |
2388 | 2024-12-21T02:41:04.772Z | Compiling env_filter v0.1.2 |
2389 | 2024-12-21T02:41:04.919Z | Compiling cargo-platform v0.1.8 |
2390 | 2024-12-21T02:41:05.416Z | Compiling serde_plain v1.0.2 |
2391 | 2024-12-21T02:41:05.941Z | Compiling nanorand v0.7.0 |
2392 | 2024-12-21T02:41:06.623Z | Compiling memoffset v0.9.1 |
2393 | 2024-12-21T02:41:07.854Z | Compiling typed-path v0.9.3 |
2394 | 2024-12-21T02:41:10.528Z | Compiling tough v0.19.0 |
2395 | 2024-12-21T02:41:11.317Z | Compiling flume v0.11.1 |
2396 | 2024-12-21T02:41:14.605Z | Compiling cargo_metadata v0.18.1 |
2397 | 2024-12-21T02:41:15.040Z | Compiling env_logger v0.11.5 |
2398 | 2024-12-21T02:41:15.043Z | Compiling compact_str v0.8.0 |
2399 | 2024-12-21T02:41:15.565Z | Compiling git2 v0.19.0 |
2400 | 2024-12-21T02:41:16.495Z | Compiling p384 v0.13.0 |
2401 | 2024-12-21T02:41:17.688Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2402 | 2024-12-21T02:41:17.919Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2403 | 2024-12-21T02:41:22.573Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2404 | 2024-12-21T02:41:25.223Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2405 | 2024-12-21T02:41:26.461Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2406 | 2024-12-21T02:41:27.900Z | Compiling unicode-truncate v1.1.0 |
2407 | 2024-12-21T02:41:28.211Z | Compiling lru v0.12.5 |
2408 | 2024-12-21T02:41:28.593Z | Compiling rand_seeder v0.3.0 |
2409 | 2024-12-21T02:41:29.023Z | Compiling libsqlite3-sys v0.30.1 |
2410 | 2024-12-21T02:41:29.546Z | Compiling lzma-sys v0.1.20 |
2411 | 2024-12-21T02:41:30.257Z | Compiling instability v0.3.2 |
2412 | 2024-12-21T02:41:31.298Z | Compiling cfg_aliases v0.2.1 |
2413 | 2024-12-21T02:41:31.427Z | Compiling cassowary v0.3.0 |
2414 | 2024-12-21T02:41:33.225Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2415 | 2024-12-21T02:41:33.549Z | Compiling http-range v0.1.5 |
2416 | 2024-12-21T02:41:34.119Z | Compiling rustls v0.21.12 |
2417 | 2024-12-21T02:41:34.137Z | Compiling parse-size v1.1.0 |
2418 | 2024-12-21T02:41:34.448Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2419 | 2024-12-21T02:41:34.495Z | Compiling ratatui v0.28.1 |
2420 | 2024-12-21T02:41:35.016Z | Compiling nix v0.29.0 |
2421 | 2024-12-21T02:41:35.502Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2422 | 2024-12-21T02:41:35.909Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2423 | 2024-12-21T02:41:39.398Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2424 | 2024-12-21T02:41:41.398Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2425 | 2024-12-21T02:41:41.756Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2426 | 2024-12-21T02:41:42.066Z | Compiling rustls-webpki v0.101.7 |
2427 | 2024-12-21T02:41:42.193Z | Compiling sct v0.7.1 |
2428 | 2024-12-21T02:41:42.663Z | Compiling heck v0.3.3 |
2429 | 2024-12-21T02:41:43.069Z | Compiling csv-core v0.1.11 |
2430 | 2024-12-21T02:41:43.934Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2431 | 2024-12-21T02:41:44.249Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2432 | 2024-12-21T02:41:44.558Z | Compiling glob v0.3.1 |
2433 | 2024-12-21T02:41:45.104Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2434 | 2024-12-21T02:41:46.138Z | Compiling csv v1.3.0 |
2435 | 2024-12-21T02:41:46.670Z | Compiling zone_cfg_derive v0.1.2 |
2436 | 2024-12-21T02:41:48.252Z | Compiling nix v0.27.1 |
2437 | 2024-12-21T02:41:51.333Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2438 | 2024-12-21T02:41:52.447Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2439 | 2024-12-21T02:41:52.586Z | Compiling hyper-staticfile v0.10.1 |
2440 | 2024-12-21T02:41:54.521Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2441 | 2024-12-21T02:41:56.330Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2442 | 2024-12-21T02:41:56.392Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2443 | 2024-12-21T02:41:57.566Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2444 | 2024-12-21T02:41:59.134Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2445 | 2024-12-21T02:42:04.837Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2446 | 2024-12-21T02:42:05.035Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2447 | 2024-12-21T02:42:05.188Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2448 | 2024-12-21T02:42:05.338Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2449 | 2024-12-21T02:42:05.488Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2450 | 2024-12-21T02:42:08.182Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2451 | 2024-12-21T02:42:08.423Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2452 | 2024-12-21T02:42:08.880Z | Compiling hashlink v0.9.1 |
2453 | 2024-12-21T02:42:09.034Z | Compiling tungstenite v0.23.0 |
2454 | 2024-12-21T02:42:09.758Z | Compiling base64 v0.13.1 |
2455 | 2024-12-21T02:42:10.542Z | Compiling fallible-iterator v0.3.0 |
2456 | 2024-12-21T02:42:11.389Z | Compiling fallible-streaming-iterator v0.1.9 |
2457 | 2024-12-21T02:42:11.703Z | Compiling rusqlite v0.32.1 |
2458 | 2024-12-21T02:42:11.776Z | Compiling tokio-tungstenite v0.23.1 |
2459 | 2024-12-21T02:42:12.412Z | Compiling ron v0.7.1 |
2460 | 2024-12-21T02:42:12.656Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2461 | 2024-12-21T02:42:13.307Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2462 | 2024-12-21T02:42:14.789Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2463 | 2024-12-21T02:42:17.795Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2464 | 2024-12-21T02:42:18.217Z | Compiling xz2 v0.1.7 |
2465 | 2024-12-21T02:42:19.545Z | Compiling tokio-rustls v0.24.1 |
2466 | 2024-12-21T02:42:19.806Z | Compiling zone v0.1.8 |
2467 | 2024-12-21T02:42:22.774Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2468 | 2024-12-21T02:42:23.222Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2469 | 2024-12-21T02:42:29.373Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2470 | 2024-12-21T02:42:32.740Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2471 | 2024-12-21T02:42:36.764Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2472 | 2024-12-21T02:42:37.390Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2473 | 2024-12-21T02:42:40.176Z | Compiling rustls-pemfile v1.0.4 |
2474 | 2024-12-21T02:42:40.977Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2475 | 2024-12-21T02:42:41.311Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2476 | 2024-12-21T02:42:42.331Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2477 | 2024-12-21T02:42:42.430Z | Compiling signal-hook-tokio v0.3.1 |
2478 | 2024-12-21T02:42:42.497Z | Compiling twox-hash v1.6.3 |
2479 | 2024-12-21T02:42:42.658Z | Compiling yasna v0.5.2 |
2480 | 2024-12-21T02:42:43.514Z | Compiling unicode-linebreak v0.1.5 |
2481 | 2024-12-21T02:42:44.066Z | Compiling is_ci v1.2.0 |
2482 | 2024-12-21T02:42:44.370Z | Compiling smawk v0.3.2 |
2483 | 2024-12-21T02:42:44.637Z | Compiling textwrap v0.16.1 |
2484 | 2024-12-21T02:42:46.048Z | Compiling supports-color v3.0.1 |
2485 | 2024-12-21T02:42:46.319Z | Compiling rcgen v0.12.1 |
2486 | 2024-12-21T02:42:48.267Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2487 | 2024-12-21T02:42:55.926Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2488 | 2024-12-21T02:42:56.558Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2489 | 2024-12-21T02:42:57.866Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2490 | 2024-12-21T02:42:58.220Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2491 | 2024-12-21T02:43:10.132Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2492 | 2024-12-21T02:43:10.458Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2493 | 2024-12-21T02:43:14.899Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2494 | 2024-12-21T02:43:15.499Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2495 | 2024-12-21T02:43:23.901Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2496 | 2024-12-21T02:43:24.210Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2497 | 2024-12-21T02:43:30.869Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2498 | 2024-12-21T02:43:33.752Z | Compiling fatfs v0.3.6 |
2499 | 2024-12-21T02:43:34.669Z | Compiling rtoolbox v0.0.2 |
2500 | 2024-12-21T02:43:35.127Z | Compiling subprocess v0.2.9 |
2501 | 2024-12-21T02:43:36.605Z | Compiling assert_matches v1.5.0 |
2502 | 2024-12-21T02:43:39.796Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2503 | 2024-12-21T02:43:40.364Z | Compiling rpassword v7.3.1 |
2504 | 2024-12-21T02:43:40.847Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2505 | 2024-12-21T02:43:41.041Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2506 | 2024-12-21T02:43:47.611Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2507 | 2024-12-21T02:43:48.194Z | Compiling tui-tree-widget v0.22.0 |
2508 | 2024-12-21T02:43:48.686Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2509 | 2024-12-21T02:43:55.737Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2510 | 2024-12-21T02:43:56.048Z | Compiling uzers v0.12.1 |
2511 | 2024-12-21T02:43:59.191Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2512 | 2024-12-21T02:44:02.126Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2513 | 2024-12-21T02:44:04.286Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2514 | 2024-12-21T02:44:36.156Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2515 | 2024-12-21T02:44:40.351Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2516 | 2024-12-21T02:44:45.176Z | Compiling multimap v0.10.0 |
2517 | 2024-12-21T02:47:02.230Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2518 | 2024-12-21T02:47:10.992Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2519 | 2024-12-21T02:53:46.310Z | Finished `release` profile [optimized] target(s) in 16m 02s |
2520 | 2024-12-21T02:54:50.409Z | |
2521 | 2024-12-21T02:54:50.411Z | real 17:07.385031949 |
2522 | 2024-12-21T02:54:50.412Z | user 1:56:14.649459966 |
2523 | 2024-12-21T02:54:50.412Z | sys 5:51.075393438 |
2524 | 2024-12-21T02:54:50.412Z | trap 2.818943235 |
2525 | 2024-12-21T02:54:50.412Z | tflt 3.024755667 |
2526 | 2024-12-21T02:54:50.412Z | dflt 4.314983512 |
2527 | 2024-12-21T02:54:50.412Z | kflt 0.002925810 |
2528 | 2024-12-21T02:54:50.412Z | lock 7:13:16.122111284 |
2529 | 2024-12-21T02:54:50.412Z | slp 6:11:12.198192256 |
2530 | 2024-12-21T02:54:50.412Z | lat 2:57.136593901 |
2531 | 2024-12-21T02:54:50.412Z | stop 2:31.640953073 |
2532 | 2024-12-21T02:54:50.412Z | + mapfile -t packages |
2533 | 2024-12-21T02:54:50.412Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2534 | 2024-12-21T02:54:51.435Z | Finished `release` profile [optimized] target(s) in 0.97s |
2535 | 2024-12-21T02:54:51.496Z | Running `target/release/omicron-package -t test list-outputs` |
2536 | 2024-12-21T02:54:51.546Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2537 | 2024-12-21T02:54:51.549Z | + ptime -m cargo build --locked --release -p xtask |
2538 | 2024-12-21T02:54:52.117Z | Compiling serde v1.0.215 |
2539 | 2024-12-21T02:54:52.121Z | Compiling rustix v0.38.37 |
2540 | 2024-12-21T02:54:52.121Z | Compiling libc v0.2.162 |
2541 | 2024-12-21T02:54:52.121Z | Compiling serde_json v1.0.132 |
2542 | 2024-12-21T02:54:52.220Z | Compiling syn v2.0.87 |
2543 | 2024-12-21T02:54:52.228Z | Compiling bitflags v2.6.0 |
2544 | 2024-12-21T02:54:52.565Z | Compiling usdt-impl v0.5.0 |
2545 | 2024-12-21T02:54:52.638Z | Compiling syn v1.0.109 |
2546 | 2024-12-21T02:54:52.719Z | Compiling hashbrown v0.15.1 |
2547 | 2024-12-21T02:54:52.761Z | Compiling log v0.4.22 |
2548 | 2024-12-21T02:54:52.800Z | Compiling fs-err v2.11.0 |
2549 | 2024-12-21T02:54:53.110Z | Compiling once_cell v1.20.2 |
2550 | 2024-12-21T02:54:53.269Z | Compiling anyhow v1.0.93 |
2551 | 2024-12-21T02:54:53.754Z | Compiling thread-id v4.2.2 |
2552 | 2024-12-21T02:54:54.110Z | Compiling indexmap v2.6.0 |
2553 | 2024-12-21T02:54:55.345Z | Compiling terminal_size v0.4.0 |
2554 | 2024-12-21T02:54:55.345Z | Compiling tempfile v3.13.0 |
2555 | 2024-12-21T02:54:55.545Z | Compiling clap_builder v4.5.21 |
2556 | 2024-12-21T02:54:56.118Z | Compiling proc-macro-error v1.0.4 |
2557 | 2024-12-21T02:54:57.619Z | Compiling tabled_derive v0.7.0 |
2558 | 2024-12-21T02:54:58.984Z | Compiling tabled v0.15.0 |
2559 | 2024-12-21T02:55:00.186Z | Compiling serde_derive v1.0.215 |
2560 | 2024-12-21T02:55:01.354Z | Compiling thiserror-impl v1.0.69 |
2561 | 2024-12-21T02:55:01.389Z | Compiling zerocopy-derive v0.7.35 |
2562 | 2024-12-21T02:55:01.487Z | Compiling scroll_derive v0.12.0 |
2563 | 2024-12-21T02:55:02.919Z | Compiling scroll v0.12.0 |
2564 | 2024-12-21T02:55:03.453Z | Compiling zerocopy v0.7.35 |
2565 | 2024-12-21T02:55:03.593Z | Compiling goblin v0.8.2 |
2566 | 2024-12-21T02:55:04.243Z | Compiling thiserror v1.0.69 |
2567 | 2024-12-21T02:55:04.438Z | Compiling pest v2.7.14 |
2568 | 2024-12-21T02:55:07.511Z | Compiling pest_meta v2.7.14 |
2569 | 2024-12-21T02:55:09.051Z | Compiling pest_generator v2.7.14 |
2570 | 2024-12-21T02:55:10.905Z | Compiling clap_derive v4.5.18 |
2571 | 2024-12-21T02:55:11.480Z | Compiling pest_derive v2.7.14 |
2572 | 2024-12-21T02:55:12.281Z | Compiling dtrace-parser v0.2.0 |
2573 | 2024-12-21T02:55:15.228Z | Compiling serde_tokenstream v0.2.2 |
2574 | 2024-12-21T02:55:15.311Z | Compiling toml_datetime v0.6.8 |
2575 | 2024-12-21T02:55:15.428Z | Compiling serde_spanned v0.6.8 |
2576 | 2024-12-21T02:55:15.713Z | Compiling toml_edit v0.22.22 |
2577 | 2024-12-21T02:55:15.832Z | Compiling camino v1.1.9 |
2578 | 2024-12-21T02:55:16.089Z | Compiling cargo-platform v0.1.8 |
2579 | 2024-12-21T02:55:17.230Z | Compiling dof v0.3.0 |
2580 | 2024-12-21T02:55:17.745Z | Compiling semver v1.0.23 |
2581 | 2024-12-21T02:55:19.264Z | Compiling toml v0.8.19 |
2582 | 2024-12-21T02:55:19.619Z | Compiling usdt-attr-macro v0.5.0 |
2583 | 2024-12-21T02:55:20.188Z | Compiling usdt-macro v0.5.0 |
2584 | 2024-12-21T02:55:21.058Z | Compiling cargo_toml v0.20.5 |
2585 | 2024-12-21T02:55:25.348Z | Compiling usdt v0.5.0 |
2586 | 2024-12-21T02:55:25.519Z | Compiling cargo_metadata v0.18.1 |
2587 | 2024-12-21T02:55:25.519Z | Compiling camino-tempfile v1.1.1 |
2588 | 2024-12-21T02:55:25.519Z | Compiling clap v4.5.21 |
2589 | 2024-12-21T02:55:25.519Z | Compiling macaddr v1.0.1 |
2590 | 2024-12-21T02:55:36.522Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2591 | 2024-12-21T02:55:47.753Z | Finished `release` profile [optimized] target(s) in 56.09s |
2592 | 2024-12-21T02:55:47.861Z | |
2593 | 2024-12-21T02:55:47.861Z | real 56.222230682 |
2594 | 2024-12-21T02:55:47.861Z | user 5:45.777353342 |
2595 | 2024-12-21T02:55:47.861Z | sys 31.763486030 |
2596 | 2024-12-21T02:55:47.861Z | trap 0.156696892 |
2597 | 2024-12-21T02:55:47.862Z | tflt 0.371505458 |
2598 | 2024-12-21T02:55:47.862Z | dflt 0.661210404 |
2599 | 2024-12-21T02:55:47.864Z | kflt 0.000039475 |
2600 | 2024-12-21T02:55:47.864Z | lock 11:15.790256276 |
2601 | 2024-12-21T02:55:47.864Z | slp 16:46.701408918 |
2602 | 2024-12-21T02:55:47.864Z | lat 13.509212269 |
2603 | 2024-12-21T02:55:47.864Z | stop 18.720770698 |
2604 | 2024-12-21T02:55:47.864Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2605 | 2024-12-21T02:55:47.865Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2606 | 2024-12-21T02:55:47.865Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2607 | 2024-12-21T02:55:47.865Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2608 | 2024-12-21T02:55:47.865Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2609 | 2024-12-21T02:55:48.743Z | Compiling hashbrown v0.14.5 |
2610 | 2024-12-21T02:55:48.870Z | Compiling ident_case v1.0.1 |
2611 | 2024-12-21T02:55:48.883Z | Compiling unsafe-libyaml v0.2.11 |
2612 | 2024-12-21T02:55:48.886Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2613 | 2024-12-21T02:55:48.886Z | Compiling progenitor-client v0.8.0 |
2614 | 2024-12-21T02:55:48.886Z | Compiling ipnetwork v0.20.0 |
2615 | 2024-12-21T02:55:48.886Z | Compiling macaddr v1.0.1 |
2616 | 2024-12-21T02:55:48.886Z | Compiling instant v0.1.13 |
2617 | 2024-12-21T02:55:49.024Z | Compiling darling_core v0.20.10 |
2618 | 2024-12-21T02:55:49.045Z | Compiling structmeta-derive v0.3.0 |
2619 | 2024-12-21T02:55:49.358Z | Compiling dropshot v0.13.0 |
2620 | 2024-12-21T02:55:49.379Z | Compiling newtype-uuid v1.1.3 |
2621 | 2024-12-21T02:55:49.430Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2622 | 2024-12-21T02:55:49.697Z | Compiling dropshot_endpoint v0.13.0 |
2623 | 2024-12-21T02:55:49.960Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2624 | 2024-12-21T02:55:50.063Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2625 | 2024-12-21T02:55:50.187Z | Compiling regress v0.10.1 |
2626 | 2024-12-21T02:55:50.234Z | Compiling serde_yaml v0.9.34+deprecated |
2627 | 2024-12-21T02:55:50.823Z | Compiling regress v0.9.1 |
2628 | 2024-12-21T02:55:50.834Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2629 | 2024-12-21T02:55:50.838Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2630 | 2024-12-21T02:55:50.953Z | Compiling backoff v0.4.0 |
2631 | 2024-12-21T02:55:51.331Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2632 | 2024-12-21T02:55:51.529Z | Compiling tempfile v3.13.0 |
2633 | 2024-12-21T02:55:51.623Z | Compiling proc-macro-crate v1.3.1 |
2634 | 2024-12-21T02:55:52.086Z | Compiling structmeta v0.3.0 |
2635 | 2024-12-21T02:55:52.435Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2636 | 2024-12-21T02:55:52.552Z | Compiling parse-display-derive v0.10.0 |
2637 | 2024-12-21T02:55:52.725Z | Compiling num_enum_derive v0.5.11 |
2638 | 2024-12-21T02:55:52.832Z | Compiling itertools v0.13.0 |
2639 | 2024-12-21T02:55:54.545Z | Compiling typify-impl v0.2.0 |
2640 | 2024-12-21T02:55:55.351Z | Compiling zerocopy v0.8.10 |
2641 | 2024-12-21T02:55:55.389Z | Compiling num_enum v0.5.11 |
2642 | 2024-12-21T02:55:55.565Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2643 | 2024-12-21T02:55:55.695Z | Compiling foreign-types-macros v0.2.3 |
2644 | 2024-12-21T02:55:55.916Z | Compiling zerocopy-derive v0.8.10 |
2645 | 2024-12-21T02:55:56.259Z | Compiling darling_macro v0.20.10 |
2646 | 2024-12-21T02:55:56.313Z | Compiling foreign-types-shared v0.3.1 |
2647 | 2024-12-21T02:55:56.411Z | Compiling heapless v0.8.0 |
2648 | 2024-12-21T02:55:56.450Z | Compiling crucible-workspace-hack v0.1.0 |
2649 | 2024-12-21T02:55:56.951Z | Compiling proc-macro-error v1.0.4 |
2650 | 2024-12-21T02:55:57.098Z | Compiling foreign-types v0.5.0 |
2651 | 2024-12-21T02:55:57.246Z | Compiling darling v0.20.10 |
2652 | 2024-12-21T02:55:57.276Z | Compiling parse-display v0.10.0 |
2653 | 2024-12-21T02:55:57.297Z | Compiling camino-tempfile v1.1.1 |
2654 | 2024-12-21T02:55:57.384Z | Compiling serde_with_macros v3.11.0 |
2655 | 2024-12-21T02:55:57.413Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2656 | 2024-12-21T02:55:57.675Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2657 | 2024-12-21T02:55:57.789Z | Compiling hash32 v0.3.1 |
2658 | 2024-12-21T02:55:58.014Z | Compiling cstr-argument v0.1.2 |
2659 | 2024-12-21T02:55:58.060Z | Compiling smoltcp v0.11.0 |
2660 | 2024-12-21T02:55:58.303Z | Compiling pretty-hex v0.2.1 |
2661 | 2024-12-21T02:55:58.495Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2662 | 2024-12-21T02:55:58.536Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2663 | 2024-12-21T02:55:58.723Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2664 | 2024-12-21T02:55:58.983Z | Compiling tabwriter v1.4.0 |
2665 | 2024-12-21T02:55:59.359Z | Compiling colored v2.1.0 |
2666 | 2024-12-21T02:55:59.512Z | Compiling cobs v0.2.3 |
2667 | 2024-12-21T02:55:59.830Z | Compiling postcard v1.0.10 |
2668 | 2024-12-21T02:56:00.122Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2669 | 2024-12-21T02:56:00.244Z | Compiling serde_with v3.11.0 |
2670 | 2024-12-21T02:56:00.428Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2671 | 2024-12-21T02:56:00.592Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2672 | 2024-12-21T02:56:00.625Z | Compiling thiserror v2.0.3 |
2673 | 2024-12-21T02:56:01.347Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2674 | 2024-12-21T02:56:01.685Z | Compiling smf v0.2.3 |
2675 | 2024-12-21T02:56:01.983Z | Compiling thiserror-impl v2.0.3 |
2676 | 2024-12-21T02:56:02.738Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2677 | 2024-12-21T02:56:03.193Z | Compiling zone_cfg_derive v0.3.0 |
2678 | 2024-12-21T02:56:04.317Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2679 | 2024-12-21T02:56:04.670Z | Compiling num-derive v0.4.2 |
2680 | 2024-12-21T02:56:04.698Z | Compiling sigpipe v0.1.3 |
2681 | 2024-12-21T02:56:04.827Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2682 | 2024-12-21T02:56:04.830Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2683 | 2024-12-21T02:56:04.886Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2684 | 2024-12-21T02:56:05.158Z | Compiling zone v0.3.0 |
2685 | 2024-12-21T02:56:05.203Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2686 | 2024-12-21T02:56:05.674Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2687 | 2024-12-21T02:56:05.750Z | Compiling universal-hash v0.5.1 |
2688 | 2024-12-21T02:56:05.978Z | Compiling opaque-debug v0.3.1 |
2689 | 2024-12-21T02:56:05.998Z | Compiling tungstenite v0.21.0 |
2690 | 2024-12-21T02:56:06.018Z | Compiling num-rational v0.4.2 |
2691 | 2024-12-21T02:56:06.094Z | Compiling password-hash v0.5.0 |
2692 | 2024-12-21T02:56:06.892Z | Compiling blake2 v0.10.6 |
2693 | 2024-12-21T02:56:07.107Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2694 | 2024-12-21T02:56:07.135Z | Compiling num-complex v0.4.6 |
2695 | 2024-12-21T02:56:07.426Z | Compiling aead v0.5.2 |
2696 | 2024-12-21T02:56:07.830Z | Compiling keccak v0.1.5 |
2697 | 2024-12-21T02:56:07.924Z | Compiling convert_case v0.4.0 |
2698 | 2024-12-21T02:56:08.052Z | Compiling base64 v0.21.7 |
2699 | 2024-12-21T02:56:08.231Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2700 | 2024-12-21T02:56:08.270Z | Compiling num v0.4.3 |
2701 | 2024-12-21T02:56:08.291Z | Compiling sha3 v0.10.8 |
2702 | 2024-12-21T02:56:08.398Z | Compiling argon2 v0.5.3 |
2703 | 2024-12-21T02:56:08.562Z | Compiling tokio-tungstenite v0.21.0 |
2704 | 2024-12-21T02:56:08.819Z | Compiling poly1305 v0.8.0 |
2705 | 2024-12-21T02:56:08.843Z | Compiling chacha20 v0.9.1 |
2706 | 2024-12-21T02:56:08.918Z | Compiling derive_more v0.99.18 |
2707 | 2024-12-21T02:56:09.168Z | Compiling float-ord v0.3.2 |
2708 | 2024-12-21T02:56:09.305Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2709 | 2024-12-21T02:56:09.350Z | Compiling same-file v1.0.6 |
2710 | 2024-12-21T02:56:09.368Z | Compiling semver v0.1.20 |
2711 | 2024-12-21T02:56:09.778Z | Compiling rustc_version v0.1.7 |
2712 | 2024-12-21T02:56:09.952Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2713 | 2024-12-21T02:56:10.062Z | Compiling walkdir v2.5.0 |
2714 | 2024-12-21T02:56:10.325Z | Compiling newline-converter v0.3.0 |
2715 | 2024-12-21T02:56:10.365Z | Compiling primeorder v0.13.6 |
2716 | 2024-12-21T02:56:10.506Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2717 | 2024-12-21T02:56:10.560Z | Compiling secrecy v0.8.0 |
2718 | 2024-12-21T02:56:10.876Z | Compiling owo-colors v4.1.0 |
2719 | 2024-12-21T02:56:10.919Z | Compiling cancel-safe-futures v0.1.5 |
2720 | 2024-12-21T02:56:10.942Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2721 | 2024-12-21T02:56:11.175Z | Compiling expectorate v1.1.0 |
2722 | 2024-12-21T02:56:11.222Z | Compiling newtype_derive v0.1.6 |
2723 | 2024-12-21T02:56:11.299Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2724 | 2024-12-21T02:56:11.327Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2725 | 2024-12-21T02:56:11.369Z | Compiling thiserror-impl-no-std v2.0.2 |
2726 | 2024-12-21T02:56:11.526Z | Compiling blake3 v1.5.4 |
2727 | 2024-12-21T02:56:11.701Z | Compiling half v2.4.1 |
2728 | 2024-12-21T02:56:11.862Z | Compiling unicase v2.7.0 |
2729 | 2024-12-21T02:56:12.184Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2730 | 2024-12-21T02:56:12.238Z | Compiling ciborium-io v0.2.2 |
2731 | 2024-12-21T02:56:12.308Z | Compiling arc-swap v1.7.1 |
2732 | 2024-12-21T02:56:12.391Z | Compiling ciborium-ll v0.2.2 |
2733 | 2024-12-21T02:56:12.652Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2734 | 2024-12-21T02:56:12.811Z | Compiling slog-scope v4.4.0 |
2735 | 2024-12-21T02:56:12.960Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2736 | 2024-12-21T02:56:13.362Z | Compiling polyval v0.6.2 |
2737 | 2024-12-21T02:56:13.384Z | Compiling typify-macro v0.2.0 |
2738 | 2024-12-21T02:56:13.639Z | Compiling atomicwrites v0.4.4 |
2739 | 2024-12-21T02:56:13.660Z | Compiling libsw v3.3.1 |
2740 | 2024-12-21T02:56:13.832Z | Compiling memmap2 v0.9.5 |
2741 | 2024-12-21T02:56:14.013Z | Compiling libefi-sys v0.1.0 |
2742 | 2024-12-21T02:56:14.033Z | Compiling constant_time_eq v0.3.1 |
2743 | 2024-12-21T02:56:14.228Z | Compiling indent_write v2.2.0 |
2744 | 2024-12-21T02:56:14.297Z | Compiling parking_lot_core v0.8.6 |
2745 | 2024-12-21T02:56:14.319Z | Compiling arrayref v0.3.9 |
2746 | 2024-12-21T02:56:14.442Z | Compiling linear-map v1.2.0 |
2747 | 2024-12-21T02:56:14.478Z | Compiling salty v0.3.0 |
2748 | 2024-12-21T02:56:14.588Z | Compiling thiserror-no-std v2.0.2 |
2749 | 2024-12-21T02:56:14.728Z | Compiling arrayvec v0.7.6 |
2750 | 2024-12-21T02:56:14.825Z | Compiling vsss-rs v3.3.4 |
2751 | 2024-12-21T02:56:14.878Z | Compiling ghash v0.5.1 |
2752 | 2024-12-21T02:56:15.098Z | Compiling slog-stdlog v4.1.1 |
2753 | 2024-12-21T02:56:15.154Z | Compiling ciborium v0.2.2 |
2754 | 2024-12-21T02:56:15.515Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2755 | 2024-12-21T02:56:16.390Z | Compiling p384 v0.13.0 |
2756 | 2024-12-21T02:56:16.502Z | Compiling toolchain_find v0.4.0 |
2757 | 2024-12-21T02:56:16.731Z | Compiling chacha20poly1305 v0.10.1 |
2758 | 2024-12-21T02:56:16.797Z | Compiling ctr v0.9.2 |
2759 | 2024-12-21T02:56:16.988Z | Compiling lzma-sys v0.1.20 |
2760 | 2024-12-21T02:56:17.181Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2761 | 2024-12-21T02:56:17.260Z | Compiling bitfield-struct v0.6.2 |
2762 | 2024-12-21T02:56:17.558Z | Compiling slog-dtrace v0.3.0 |
2763 | 2024-12-21T02:56:17.605Z | Compiling highway v1.2.0 |
2764 | 2024-12-21T02:56:17.756Z | Compiling typify v0.2.0 |
2765 | 2024-12-21T02:56:17.774Z | Compiling topological-sort v0.2.2 |
2766 | 2024-12-21T02:56:17.910Z | Compiling progenitor-impl v0.8.0 |
2767 | 2024-12-21T02:56:17.993Z | Compiling omicron-zone-package v0.12.0 |
2768 | 2024-12-21T02:56:18.015Z | Compiling aes-gcm v0.10.3 |
2769 | 2024-12-21T02:56:18.070Z | Compiling rustfmt-wrapper v0.2.1 |
2770 | 2024-12-21T02:56:18.321Z | Compiling mime_guess v2.0.5 |
2771 | 2024-12-21T02:56:18.396Z | Compiling slog-envlogger v2.2.0 |
2772 | 2024-12-21T02:56:18.663Z | Compiling steno v0.4.1 |
2773 | 2024-12-21T02:56:18.707Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2774 | 2024-12-21T02:56:19.669Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2775 | 2024-12-21T02:56:19.695Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2776 | 2024-12-21T02:56:19.930Z | Compiling heck v0.3.3 |
2777 | 2024-12-21T02:56:20.162Z | Compiling ssh-encoding v0.2.0 |
2778 | 2024-12-21T02:56:20.250Z | Compiling blowfish v0.9.1 |
2779 | 2024-12-21T02:56:20.382Z | Compiling nibble_vec v0.1.0 |
2780 | 2024-12-21T02:56:20.403Z | Compiling env_filter v0.1.2 |
2781 | 2024-12-21T02:56:20.607Z | Compiling endian-type v0.1.2 |
2782 | 2024-12-21T02:56:20.686Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2783 | 2024-12-21T02:56:20.733Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2784 | 2024-12-21T02:56:20.893Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2785 | 2024-12-21T02:56:20.914Z | Compiling humantime v2.1.0 |
2786 | 2024-12-21T02:56:20.953Z | Compiling radix_trie v0.2.1 |
2787 | 2024-12-21T02:56:21.070Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2788 | 2024-12-21T02:56:21.214Z | Compiling env_logger v0.11.5 |
2789 | 2024-12-21T02:56:21.244Z | Compiling ssh-cipher v0.2.0 |
2790 | 2024-12-21T02:56:21.453Z | Compiling bcrypt-pbkdf v0.10.0 |
2791 | 2024-12-21T02:56:21.682Z | Compiling zone_cfg_derive v0.1.2 |
2792 | 2024-12-21T02:56:22.104Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2793 | 2024-12-21T02:56:22.122Z | Compiling parking_lot v0.11.2 |
2794 | 2024-12-21T02:56:22.513Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2795 | 2024-12-21T02:56:23.029Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2796 | 2024-12-21T02:56:23.097Z | Compiling password-hash v0.4.2 |
2797 | 2024-12-21T02:56:23.202Z | Compiling gethostname v0.5.0 |
2798 | 2024-12-21T02:56:23.408Z | Compiling fxhash v0.2.1 |
2799 | 2024-12-21T02:56:23.448Z | Compiling zip v2.1.3 |
2800 | 2024-12-21T02:56:23.469Z | Compiling http-range v0.1.5 |
2801 | 2024-12-21T02:56:23.525Z | Compiling lockfree-object-pool v0.1.6 |
2802 | 2024-12-21T02:56:23.632Z | Compiling simd-adler32 v0.3.7 |
2803 | 2024-12-21T02:56:23.773Z | Compiling bumpalo v3.16.0 |
2804 | 2024-12-21T02:56:23.832Z | Compiling matches v0.1.10 |
2805 | 2024-12-21T02:56:23.858Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2806 | 2024-12-21T02:56:23.942Z | Compiling base64 v0.13.1 |
2807 | 2024-12-21T02:56:24.042Z | Compiling idna v0.2.3 |
2808 | 2024-12-21T02:56:24.202Z | Compiling zopfli v0.8.1 |
2809 | 2024-12-21T02:56:24.282Z | Compiling sled v0.34.7 |
2810 | 2024-12-21T02:56:24.302Z | Compiling pbkdf2 v0.11.0 |
2811 | 2024-12-21T02:56:24.607Z | Compiling ron v0.7.1 |
2812 | 2024-12-21T02:56:24.691Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2813 | 2024-12-21T02:56:25.142Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2814 | 2024-12-21T02:56:25.431Z | Compiling zone v0.1.8 |
2815 | 2024-12-21T02:56:25.747Z | Compiling xz2 v0.1.7 |
2816 | 2024-12-21T02:56:26.190Z | Compiling progenitor-macro v0.8.0 |
2817 | 2024-12-21T02:56:26.309Z | Compiling ssh-key v0.6.6 |
2818 | 2024-12-21T02:56:26.397Z | Compiling hickory-client v0.24.1 |
2819 | 2024-12-21T02:56:27.147Z | Compiling p521 v0.13.3 |
2820 | 2024-12-21T02:56:27.199Z | Compiling p256 v0.13.2 |
2821 | 2024-12-21T02:56:27.503Z | Compiling hickory-server v0.24.1 |
2822 | 2024-12-21T02:56:27.921Z | Compiling enum-as-inner v0.5.1 |
2823 | 2024-12-21T02:56:28.074Z | Compiling pem v3.0.4 |
2824 | 2024-12-21T02:56:28.919Z | Compiling yasna v0.5.2 |
2825 | 2024-12-21T02:56:28.974Z | Compiling headers-core v0.3.0 |
2826 | 2024-12-21T02:56:29.162Z | Compiling kstat-rs v0.2.4 |
2827 | 2024-12-21T02:56:29.546Z | Compiling nanorand v0.7.0 |
2828 | 2024-12-21T02:56:29.852Z | Compiling atty v0.2.14 |
2829 | 2024-12-21T02:56:30.016Z | Compiling russh-cryptovec v0.7.3 |
2830 | 2024-12-21T02:56:30.165Z | Compiling md5 v0.7.0 |
2831 | 2024-12-21T02:56:30.357Z | Compiling flume v0.11.1 |
2832 | 2024-12-21T02:56:30.624Z | Compiling russh-keys v0.45.0 |
2833 | 2024-12-21T02:56:30.706Z | Compiling rcgen v0.12.1 |
2834 | 2024-12-21T02:56:30.833Z | Compiling headers v0.4.0 |
2835 | 2024-12-21T02:56:31.131Z | Compiling trust-dns-proto v0.22.0 |
2836 | 2024-12-21T02:56:32.382Z | Compiling hyper-staticfile v0.10.1 |
2837 | 2024-12-21T02:56:33.267Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2838 | 2024-12-21T02:56:33.576Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2839 | 2024-12-21T02:56:33.754Z | Compiling num-bigint v0.4.6 |
2840 | 2024-12-21T02:56:33.901Z | Compiling des v0.8.1 |
2841 | 2024-12-21T02:56:34.100Z | Compiling subprocess v0.2.9 |
2842 | 2024-12-21T02:56:34.278Z | Compiling hex-literal v0.4.1 |
2843 | 2024-12-21T02:56:34.464Z | Compiling dhcproto-macros v0.1.0 |
2844 | 2024-12-21T02:56:34.933Z | Compiling display-error-chain v0.2.2 |
2845 | 2024-12-21T02:56:34.991Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2846 | 2024-12-21T02:56:35.176Z | Compiling internet-checksum v0.2.1 |
2847 | 2024-12-21T02:56:35.769Z | Compiling dhcproto v0.12.0 |
2848 | 2024-12-21T02:56:36.936Z | Compiling russh v0.45.0 |
2849 | 2024-12-21T02:56:39.217Z | Compiling progenitor v0.8.0 |
2850 | 2024-12-21T02:56:39.353Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2851 | 2024-12-21T02:56:39.353Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2852 | 2024-12-21T02:56:39.356Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2853 | 2024-12-21T02:56:39.356Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2854 | 2024-12-21T02:56:39.356Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2855 | 2024-12-21T02:56:39.356Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2856 | 2024-12-21T02:56:39.450Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2857 | 2024-12-21T02:56:40.897Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2858 | 2024-12-21T02:56:41.190Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2859 | 2024-12-21T02:56:42.114Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2860 | 2024-12-21T02:56:44.859Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2861 | 2024-12-21T02:56:45.199Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2862 | 2024-12-21T02:56:55.199Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2863 | 2024-12-21T02:56:55.199Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2864 | 2024-12-21T02:56:55.202Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2865 | 2024-12-21T02:56:55.202Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2866 | 2024-12-21T02:56:56.180Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2867 | 2024-12-21T02:56:58.602Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2868 | 2024-12-21T02:56:59.843Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2869 | 2024-12-21T02:57:00.283Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2870 | 2024-12-21T02:57:00.675Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2871 | 2024-12-21T02:57:01.051Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2872 | 2024-12-21T02:57:03.696Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2873 | 2024-12-21T02:57:04.582Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2874 | 2024-12-21T02:57:04.638Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2875 | 2024-12-21T02:57:05.567Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2876 | 2024-12-21T02:57:06.052Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2877 | 2024-12-21T02:57:06.408Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2878 | 2024-12-21T02:57:06.678Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2879 | 2024-12-21T02:57:08.837Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2880 | 2024-12-21T02:57:09.572Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2881 | 2024-12-21T02:57:10.858Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2882 | 2024-12-21T02:57:11.286Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2883 | 2024-12-21T02:57:11.800Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2884 | 2024-12-21T02:57:14.893Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2885 | 2024-12-21T02:57:16.724Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2886 | 2024-12-21T02:57:18.865Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2887 | 2024-12-21T02:57:18.895Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2888 | 2024-12-21T02:57:20.075Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2889 | 2024-12-21T02:57:21.007Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2890 | 2024-12-21T02:57:24.242Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2891 | 2024-12-21T02:57:33.494Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2892 | 2024-12-21T02:57:34.798Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2893 | 2024-12-21T02:57:54.833Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2894 | 2024-12-21T02:58:31.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s |
2895 | 2024-12-21T02:58:31.838Z | |
2896 | 2024-12-21T02:58:31.838Z | real 2:43.744411563 |
2897 | 2024-12-21T02:58:31.838Z | user 12:28.219826793 |
2898 | 2024-12-21T02:58:31.838Z | sys 2:46.709872550 |
2899 | 2024-12-21T02:58:31.838Z | trap 0.337529553 |
2900 | 2024-12-21T02:58:31.841Z | tflt 0.827287650 |
2901 | 2024-12-21T02:58:31.841Z | dflt 1.827020309 |
2902 | 2024-12-21T02:58:31.841Z | kflt 0.000028826 |
2903 | 2024-12-21T02:58:31.841Z | lock 26:10.846959641 |
2904 | 2024-12-21T02:58:31.841Z | slp 45:15.955951463 |
2905 | 2024-12-21T02:58:31.841Z | lat 34.725871563 |
2906 | 2024-12-21T02:58:31.841Z | stop 1:31.466200444 |
2907 | 2024-12-21T02:58:31.841Z | + mkdir tests |
2908 | 2024-12-21T02:58:31.845Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2909 | 2024-12-21T02:58:31.845Z | + xargs -I '{}' -t cp '{}' tests/ |
2910 | 2024-12-21T02:58:31.883Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9ddd5860fc4969b7 tests/ |
2911 | 2024-12-21T02:58:31.903Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a0e216df141f113d tests/ |
2912 | 2024-12-21T02:58:31.923Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-f503c7ad5bae27ea tests/ |
2913 | 2024-12-21T02:58:31.943Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-87844e6e2dac0e28 tests/ |
2914 | 2024-12-21T02:58:32.127Z | + 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/*) |
2915 | 2024-12-21T02:58:32.130Z | + 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-a0e216df141f113d tests/commtest-f503c7ad5bae27ea tests/dhcp_server-9ddd5860fc4969b7 tests/end_to_end_tests-87844e6e2dac0e28 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 |
2916 | 2024-12-21T02:59:45.256Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2917 | 2024-12-21T02:59:45.256Z | a .github/buildomat/ci-env.sh 1K |
2918 | 2024-12-21T02:59:45.256Z | a out/target/test 1K |
2919 | 2024-12-21T02:59:45.256Z | a out/npuzone/npuzone 23144K |
2920 | 2024-12-21T02:59:45.256Z | a package-manifest.toml 34K |
2921 | 2024-12-21T02:59:45.256Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2922 | 2024-12-21T02:59:45.256Z | a target/release/omicron-package 36006K |
2923 | 2024-12-21T02:59:45.256Z | a target/release/xtask 11762K |
2924 | 2024-12-21T02:59:45.256Z | a target/debug/bootstrap 208003K |
2925 | 2024-12-21T02:59:45.256Z | a tests/bootstrap-a0e216df141f113d 24246K |
2926 | 2024-12-21T02:59:45.256Z | a tests/commtest-f503c7ad5bae27ea 25022K |
2927 | 2024-12-21T02:59:45.256Z | a tests/dhcp_server-9ddd5860fc4969b7 24246K |
2928 | 2024-12-21T02:59:45.256Z | a tests/end_to_end_tests-87844e6e2dac0e28 226200K |
2929 | 2024-12-21T02:59:45.256Z | a out/clickhouse.tar.gz 293398K |
2930 | 2024-12-21T02:59:45.256Z | a out/clickhouse_keeper.tar.gz 280511K |
2931 | 2024-12-21T02:59:45.256Z | a out/clickhouse_server.tar.gz 293374K |
2932 | 2024-12-21T02:59:45.256Z | a out/cockroachdb.tar.gz 134594K |
2933 | 2024-12-21T02:59:45.256Z | a out/crucible-dtrace.tar 85K |
2934 | 2024-12-21T02:59:45.257Z | a out/crucible-pantry-zone.tar.gz 28192K |
2935 | 2024-12-21T02:59:45.257Z | a out/crucible-zone.tar.gz 36410K |
2936 | 2024-12-21T02:59:45.257Z | a out/external-dns.tar.gz 35286K |
2937 | 2024-12-21T02:59:45.257Z | a out/internal-dns.tar.gz 35286K |
2938 | 2024-12-21T02:59:45.257Z | a out/mg-ddm-gz.tar 63075K |
2939 | 2024-12-21T02:59:45.257Z | a out/nexus.tar.gz 98075K |
2940 | 2024-12-21T02:59:45.257Z | a out/ntp.tar.gz 10375K |
2941 | 2024-12-21T02:59:45.257Z | a out/omicron-gateway-softnpu.tar.gz 23850K |
2942 | 2024-12-21T02:59:45.257Z | a out/omicron-sled-agent.tar 113110K |
2943 | 2024-12-21T02:59:45.257Z | a out/overlay.tar.gz 3K |
2944 | 2024-12-21T02:59:45.257Z | a out/oximeter.tar.gz 47676K |
2945 | 2024-12-21T02:59:45.257Z | a out/oxlog.tar 3088K |
2946 | 2024-12-21T02:59:45.257Z | a out/probe.tar.gz 2764K |
2947 | 2024-12-21T02:59:45.257Z | a out/propolis-server.tar.gz 66291K |
2948 | 2024-12-21T02:59:45.257Z | a out/pumpkind-gz.tar 26665K |
2949 | 2024-12-21T02:59:45.257Z | a out/switch-softnpu.tar.gz 235087K |
2950 | 2024-12-21T02:59:45.265Z | |
2951 | 2024-12-21T02:59:45.265Z | real 1:13.041484406 |
2952 | 2024-12-21T02:59:45.265Z | user 1:09.804161099 |
2953 | 2024-12-21T02:59:45.265Z | sys 4.562710665 |
2954 | 2024-12-21T02:59:45.265Z | trap 0.016970593 |
2955 | 2024-12-21T02:59:45.265Z | tflt 0.000000000 |
2956 | 2024-12-21T02:59:45.269Z | dflt 0.000000000 |
2957 | 2024-12-21T02:59:45.269Z | kflt 0.000000000 |
2958 | 2024-12-21T02:59:45.269Z | lock 0.000000000 |
2959 | 2024-12-21T02:59:45.269Z | slp 1:09.643565371 |
2960 | 2024-12-21T02:59:45.269Z | lat 2.049811271 |
2961 | 2024-12-21T02:59:45.269Z | stop 0.000237863 |
2962 | 2024-12-21T02:59:45.269Z | process exited: duration 2049090 ms, exit code 0 |
|
2963 | 2024-12-21T02:59:45.292Z | found 1 output files |
2964 | 2024-12-21T02:59:45.292Z | uploading: /work/package.tar.gz (1878033333 bytes) |
2965 | 2024-12-21T03:00:31.179Z | uploaded: /work/package.tar.gz |