|
|
|
1 | 2024-12-21T02:24:51.521Z | job assigned to worker 01JFKGEYMAHF82WE1FSATX8H29 [factory aws, i-006916cc08feaf6a3] (queued for 58 s) |
|
2 | 2024-12-21T02:24:59.589Z | starting task 0: "setup" |
3 | 2024-12-21T02:24:59.601Z | ++ uname -s |
4 | 2024-12-21T02:24:59.605Z | + kern=SunOS |
5 | 2024-12-21T02:24:59.605Z | + case "$kern" in |
6 | 2024-12-21T02:24:59.605Z | + groupadd -g 12345 build |
7 | 2024-12-21T02:24:59.608Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T02:25:01.614Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T02:25:01.735Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T02:25:01.738Z | + home_fs=zfs |
11 | 2024-12-21T02:25:01.738Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T02:25:01.738Z | + mkdir -p /home/build |
13 | 2024-12-21T02:25:01.741Z | + chown build:build /home/build /work |
14 | 2024-12-21T02:25:03.744Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T02:25:03.747Z | process exited: duration 4155 ms, exit code 0 |
|
16 | 2024-12-21T02:25:03.754Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T02:25:03.759Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T02:25:03.759Z | ' 1.81.0 |
19 | 2024-12-21T02:25:03.759Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-21T02:25:03.759Z | * toolchain channel = "1.81.0" |
21 | 2024-12-21T02:25:03.759Z | ' default |
22 | 2024-12-21T02:25:03.759Z | * toolchain profile = "default" |
23 | 2024-12-21T02:25:03.762Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T02:25:03.762Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T02:25:03.899Z | info: downloading installer |
26 | 2024-12-21T02:25:05.309Z | info: profile set to 'default' |
27 | 2024-12-21T02:25:05.309Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T02:25:05.312Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T02:25:05.451Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T02:25:05.451Z | info: downloading component 'cargo' |
31 | 2024-12-21T02:25:06.171Z | info: downloading component 'clippy' |
32 | 2024-12-21T02:25:06.437Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T02:25:07.433Z | info: downloading component 'rust-std' |
34 | 2024-12-21T02:25:08.982Z | info: downloading component 'rustc' |
35 | 2024-12-21T02:25:14.552Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T02:25:14.751Z | info: installing component 'cargo' |
37 | 2024-12-21T02:25:15.572Z | info: installing component 'clippy' |
38 | 2024-12-21T02:25:15.934Z | info: installing component 'rust-docs' |
39 | 2024-12-21T02:25:17.572Z | info: installing component 'rust-std' |
40 | 2024-12-21T02:25:19.319Z | info: installing component 'rustc' |
41 | 2024-12-21T02:25:25.163Z | info: installing component 'rustfmt' |
42 | 2024-12-21T02:25:25.525Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T02:25:25.525Z | |
44 | 2024-12-21T02:25:25.904Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T02:25:25.904Z | |
46 | 2024-12-21T02:25:25.909Z | |
47 | 2024-12-21T02:25:25.909Z | Rust is installed now. Great! |
48 | 2024-12-21T02:25:25.909Z | |
49 | 2024-12-21T02:25:25.909Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T02:25:25.909Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T02:25:25.909Z | |
52 | 2024-12-21T02:25:25.909Z | To configure your current shell, you need to source |
53 | 2024-12-21T02:25:25.909Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T02:25:25.909Z | |
55 | 2024-12-21T02:25:25.909Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T02:25:25.909Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T02:25:25.909Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T02:25:25.989Z | + rustc --version |
59 | 2024-12-21T02:25:26.061Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T02:25:26.064Z | process exited: duration 22305 ms, exit code 0 |
|
61 | 2024-12-21T02:25:26.071Z | starting task 2: "authentication" |
62 | 2024-12-21T02:25:26.093Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-21T02:25:26.101Z | starting task 3: "clone repository" |
64 | 2024-12-21T02:25:26.108Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T02:25:26.111Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T02:25:26.151Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T02:25:32.773Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T02:25:32.774Z | + git fetch origin ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 |
69 | 2024-12-21T02:25:33.045Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T02:25:33.045Z | * branch ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 -> FETCH_HEAD |
71 | 2024-12-21T02:25:33.056Z | + [[ -n sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ]] |
72 | 2024-12-21T02:25:33.059Z | ++ git branch --show-current |
73 | 2024-12-21T02:25:33.062Z | + current=main |
74 | 2024-12-21T02:25:33.062Z | + [[ main != sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ]] |
75 | 2024-12-21T02:25:33.062Z | + git branch -f sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 |
76 | 2024-12-21T02:25:33.065Z | + git checkout -f sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets |
77 | 2024-12-21T02:25:33.245Z | Switched to branch 'sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets' |
78 | 2024-12-21T02:25:33.248Z | + git reset --hard ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 |
79 | 2024-12-21T02:25:33.426Z | HEAD is now at ec6f3678b rebase |
80 | 2024-12-21T02:25:33.429Z | process exited: duration 7325 ms, exit code 0 |
|
81 | 2024-12-21T02:25:33.435Z | starting task 4: "build" |
82 | 2024-12-21T02:25:33.440Z | + source ./env.sh |
83 | 2024-12-21T02:25:33.440Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-21T02:25:33.440Z | ++ set -o xtrace |
85 | 2024-12-21T02:25:33.443Z | ++++ dirname ./env.sh |
86 | 2024-12-21T02:25:33.448Z | +++ readlink -f . |
87 | 2024-12-21T02:25:33.450Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-21T02:25:33.450Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-12-21T02:25:33.450Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-12-21T02:25:33.450Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-12-21T02:25:33.450Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-12-21T02:25:33.450Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-12-21T02:25:33.450Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-12-21T02:25:33.450Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-12-21T02:25:33.451Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-12-21T02:25:33.451Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-21T02:25:33.451Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-21T02:25:33.451Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-21T02:25:33.451Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-21T02:25:33.451Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-21T02:25:33.451Z | + cargo --version |
102 | 2024-12-21T02:25:33.513Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-21T02:25:33.516Z | + rustc --version |
104 | 2024-12-21T02:25:33.583Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-21T02:25:33.587Z | + banner prerequisites |
106 | 2024-12-21T02:25:33.590Z | |
107 | 2024-12-21T02:25:33.590Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-21T02:25:33.590Z | # # # # # # # # # # # # # # # |
109 | 2024-12-21T02:25:33.590Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-21T02:25:33.590Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-21T02:25:33.590Z | # # # # # # # # # # # # # # # |
112 | 2024-12-21T02:25:33.590Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-21T02:25:33.590Z | |
114 | 2024-12-21T02:25:33.593Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-21T02:25:47.440Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-21T02:25:51.446Z | Startup: Caching catalogs ... Done |
117 | 2024-12-21T02:26:02.649Z | Planning: Solver setup ... Done (10.173s) |
118 | 2024-12-21T02:26:02.786Z | Planning: Running solver ... Done (0.137s) |
119 | 2024-12-21T02:26:02.903Z | Planning: Finding local manifests ... Done (0.005s) |
120 | 2024-12-21T02:26:02.958Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-21T02:26:04.433Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-21T02:26:04.544Z | Planning: Package planning ... Done (0.111s) |
123 | 2024-12-21T02:26:04.787Z | Planning: Merging actions ... Done (0.243s) |
124 | 2024-12-21T02:26:04.987Z | Planning: Checking for conflicting actions ... Done (0.200s) |
125 | 2024-12-21T02:26:06.943Z | Planning: Consolidating action changes ... Done (1.955s) |
126 | 2024-12-21T02:26:07.391Z | Planning: Evaluating mediators ... Done (0.449s) |
127 | 2024-12-21T02:26:07.486Z | Planning: Planning completed in 15.94 seconds |
128 | 2024-12-21T02:26:07.503Z | Packages to install: 4 |
129 | 2024-12-21T02:26:07.504Z | Packages to update: 1 |
130 | 2024-12-21T02:26:07.504Z | Mediators to change: 2 |
131 | 2024-12-21T02:26:07.504Z | Services to change: 1 |
132 | 2024-12-21T02:26:07.506Z | Estimated space available: 155.63 GB |
133 | 2024-12-21T02:26:07.506Z | Estimated space to be consumed: 1.62 GB |
134 | 2024-12-21T02:26:07.506Z | Create boot environment: No |
135 | 2024-12-21T02:26:07.506Z | Create backup boot environment: Yes |
136 | 2024-12-21T02:26:07.506Z | Rebuild boot archive: No |
137 | 2024-12-21T02:26:07.506Z | |
138 | 2024-12-21T02:26:07.506Z | Changed mediators: |
139 | 2024-12-21T02:26:07.506Z | mediator clang: |
140 | 2024-12-21T02:26:07.506Z | version: None -> 15 (system default) |
141 | 2024-12-21T02:26:07.507Z | |
142 | 2024-12-21T02:26:07.507Z | mediator llvm: |
143 | 2024-12-21T02:26:07.507Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-21T02:26:07.507Z | |
145 | 2024-12-21T02:26:07.507Z | Changed packages: |
146 | 2024-12-21T02:26:07.507Z | helios-dev |
147 | 2024-12-21T02:26:07.507Z | developer/build-essential |
148 | 2024-12-21T02:26:07.507Z | None -> 11-2.0 |
149 | 2024-12-21T02:26:07.507Z | library/libxmlsec1 |
150 | 2024-12-21T02:26:07.507Z | None -> 1.2.35-2.0 |
151 | 2024-12-21T02:26:07.507Z | ooce/developer/clang-15 |
152 | 2024-12-21T02:26:07.507Z | None -> 15.0.7-2.0 |
153 | 2024-12-21T02:26:07.507Z | ooce/developer/llvm-15 |
154 | 2024-12-21T02:26:07.507Z | None -> 15.0.7-2.0 |
155 | 2024-12-21T02:26:07.507Z | package/pkg |
156 | 2024-12-21T02:26:07.507Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-21T02:26:07.507Z | |
158 | 2024-12-21T02:26:07.507Z | Services: |
159 | 2024-12-21T02:26:07.507Z | restart_fmri: |
160 | 2024-12-21T02:26:07.507Z | svc:/system/update-man-index:default |
161 | 2024-12-21T02:26:07.507Z | |
162 | 2024-12-21T02:26:07.507Z | Editable files to change: |
163 | 2024-12-21T02:26:07.507Z | Update: |
164 | 2024-12-21T02:26:07.508Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-21T02:26:07.588Z | |
166 | 2024-12-21T02:26:07.588Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-21T02:26:13.735Z | Download: 211/4281 items 1.3/220.6MB 0% complete (903k/s) |
168 | 2024-12-21T02:26:18.837Z | Download: 430/4281 items 16.8/220.6MB 7% complete (1.6M/s) |
169 | 2024-12-21T02:26:23.838Z | Download: 798/4281 items 18.6/220.6MB 8% complete (1.8M/s) |
170 | 2024-12-21T02:26:28.843Z | Download: 1105/4281 items 19.7/220.6MB 8% complete (299k/s) |
171 | 2024-12-21T02:26:42.303Z | Download: 1193/4281 items 80.8/220.6MB 36% complete |
172 | 2024-12-21T02:26:50.677Z | Download: 1200/4281 items 83.5/220.6MB 37% complete (1.1M/s) |
173 | 2024-12-21T02:26:55.689Z | Download: 1457/4281 items 117.2/220.6MB 53% complete (5.9M/s) |
174 | 2024-12-21T02:27:00.691Z | Download: 1641/4281 items 117.9/220.6MB 53% complete (3.8M/s) |
175 | 2024-12-21T02:27:05.706Z | Download: 1798/4281 items 118.4/220.6MB 53% complete (182k/s) |
176 | 2024-12-21T02:27:10.716Z | Download: 2044/4281 items 118.7/220.6MB 53% complete (94.8k/s) |
177 | 2024-12-21T02:27:15.738Z | Download: 2212/4281 items 119.2/220.6MB 54% complete (84.5k/s) |
178 | 2024-12-21T02:27:20.890Z | Download: 2221/4281 items 119.2/220.6MB 54% complete (76.9k/s) |
179 | 2024-12-21T02:27:34.514Z | Download: 2223/4281 items 119.2/220.6MB 54% complete |
180 | 2024-12-21T02:27:40.510Z | Download: 2224/4281 items 119.2/220.6MB 54% complete |
181 | 2024-12-21T02:27:45.517Z | Download: 2601/4281 items 120.3/220.6MB 54% complete (200k/s) |
182 | 2024-12-21T02:27:50.558Z | Download: 3235/4281 items 200.4/220.6MB 90% complete (8.2M/s) |
183 | 2024-12-21T02:28:00.310Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.2M/s) |
184 | 2024-12-21T02:28:06.630Z | Download: 3287/4281 items 212.5/220.6MB 96% complete (950k/s) |
185 | 2024-12-21T02:28:10.052Z | Download: Completed 220.60 MB in 122.44 seconds (1.8M/s) |
186 | 2024-12-21T02:28:12.301Z | Actions: 1/5063 actions (Removing old actions) |
187 | 2024-12-21T02:28:12.323Z | Actions: 194/5063 actions (Installing new actions) |
188 | 2024-12-21T02:28:17.044Z | Actions: 4226/5063 actions (Updating modified actions) |
189 | 2024-12-21T02:28:17.371Z | Actions: Completed 5063 actions in 5.07 seconds. |
190 | 2024-12-21T02:28:17.819Z | Done (0.438s) |
191 | 2024-12-21T02:28:17.821Z | Done (0.000s) |
192 | 2024-12-21T02:28:18.397Z | Done (0.577s) |
193 | 2024-12-21T02:28:23.090Z | Done (4.457s) |
194 | 2024-12-21T02:28:23.188Z | Done (0.019s) |
195 | 2024-12-21T02:28:23.191Z | Done (0.000s) |
196 | 2024-12-21T02:28:23.346Z | Done (0.000s) |
197 | 2024-12-21T02:28:24.114Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-12-21T02:28:24.284Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-12-21T02:28:24.286Z | Planning: Consolidating action changes ... Done |
200 | 2024-12-21T02:28:24.562Z | Planning: Evaluating mediators ... Done |
201 | 2024-12-21T02:28:24.566Z | Planning: Planning completed in 0.45 seconds |
202 | 2024-12-21T02:28:24.603Z | Mediators to change: 2 |
203 | 2024-12-21T02:28:24.603Z | Create boot environment: No |
204 | 2024-12-21T02:28:24.606Z | Create backup boot environment: No |
205 | 2024-12-21T02:28:24.685Z | Done |
206 | 2024-12-21T02:28:24.685Z | Done |
207 | 2024-12-21T02:28:25.065Z | Done |
208 | 2024-12-21T02:28:29.143Z | Done |
209 | 2024-12-21T02:28:29.242Z | Done |
210 | 2024-12-21T02:28:29.245Z | Done |
211 | 2024-12-21T02:28:29.370Z | Done |
212 | 2024-12-21T02:28:30.030Z | Planning: Evaluating mediator changes ... Done |
213 | 2024-12-21T02:28:30.033Z | Planning: Merging actions ... Done |
214 | 2024-12-21T02:28:30.225Z | Planning: Checking for conflicting actions ... Done |
215 | 2024-12-21T02:28:30.227Z | Planning: Consolidating action changes ... Done |
216 | 2024-12-21T02:28:30.507Z | Planning: Evaluating mediators ... Done |
217 | 2024-12-21T02:28:30.567Z | Planning: Planning completed in 0.79 seconds |
218 | 2024-12-21T02:28:30.611Z | Packages to change: 1 |
219 | 2024-12-21T02:28:30.611Z | Mediators to change: 1 |
220 | 2024-12-21T02:28:30.614Z | Services to change: 1 |
221 | 2024-12-21T02:28:30.614Z | Create boot environment: No |
222 | 2024-12-21T02:28:30.614Z | Create backup boot environment: Yes |
223 | 2024-12-21T02:28:33.099Z | Actions: 1/6 actions (Updating modified actions) |
224 | 2024-12-21T02:28:33.102Z | Actions: Completed 6 actions in 0.00 seconds. |
225 | 2024-12-21T02:28:33.102Z | Done |
226 | 2024-12-21T02:28:33.102Z | Done |
227 | 2024-12-21T02:28:33.222Z | Done |
228 | 2024-12-21T02:28:37.153Z | Done |
229 | 2024-12-21T02:28:37.259Z | Done |
230 | 2024-12-21T02:28:37.262Z | Done |
231 | 2024-12-21T02:28:37.442Z | Done |
232 | 2024-12-21T02:28:37.910Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
233 | 2024-12-21T02:28:37.910Z | clang system 15 system |
234 | 2024-12-21T02:28:37.910Z | csh system system illumos |
235 | 2024-12-21T02:28:37.910Z | ctags system system illumos |
236 | 2024-12-21T02:28:37.910Z | gcc vendor 12 vendor |
237 | 2024-12-21T02:28:37.910Z | gcc system 10 system |
238 | 2024-12-21T02:28:37.910Z | gcc system 7 system |
239 | 2024-12-21T02:28:37.910Z | go system 1.20 system |
240 | 2024-12-21T02:28:37.910Z | go system 1.19 system |
241 | 2024-12-21T02:28:37.910Z | llvm system 15 system |
242 | 2024-12-21T02:28:37.910Z | llvm system 14 system |
243 | 2024-12-21T02:28:37.910Z | mariadb system 10.6 system |
244 | 2024-12-21T02:28:37.910Z | mta vendor vendor dma |
245 | 2024-12-21T02:28:37.911Z | openjdk system 17 system |
246 | 2024-12-21T02:28:37.911Z | openjdk system 11 system |
247 | 2024-12-21T02:28:37.911Z | openjdk system 1.8 system |
248 | 2024-12-21T02:28:37.911Z | openssl vendor 3 vendor |
249 | 2024-12-21T02:28:37.911Z | perl system 5.36 system |
250 | 2024-12-21T02:28:37.911Z | postgresql system 15 system |
251 | 2024-12-21T02:28:37.911Z | postgresql system 13 system |
252 | 2024-12-21T02:28:37.911Z | python vendor 3 vendor |
253 | 2024-12-21T02:28:37.911Z | python system 2 system |
254 | 2024-12-21T02:28:37.911Z | python3 system 3.11 system |
255 | 2024-12-21T02:28:37.911Z | ruby system 3.0 system |
256 | 2024-12-21T02:28:37.911Z | words vendor vendor american-english |
257 | 2024-12-21T02:28:37.911Z | words system system australian-english |
258 | 2024-12-21T02:28:37.911Z | words system system british-english |
259 | 2024-12-21T02:28:37.911Z | words system system canadian-english |
260 | 2024-12-21T02:28:37.911Z | words system system french |
261 | 2024-12-21T02:28:37.911Z | words system system italian |
262 | 2024-12-21T02:28:37.911Z | words system system ngerman |
263 | 2024-12-21T02:28:37.911Z | words system system ogerman |
264 | 2024-12-21T02:28:37.911Z | words system system spanish |
265 | 2024-12-21T02:28:38.275Z | PUBLISHER TYPE STATUS P LOCATION |
266 | 2024-12-21T02:28:38.276Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
267 | 2024-12-21T02:28:41.174Z | FMRI IFO |
268 | 2024-12-21T02:28:41.174Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
269 | 2024-12-21T02:28:41.174Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
270 | 2024-12-21T02:28:41.174Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
271 | 2024-12-21T02:28:41.174Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
272 | 2024-12-21T02:28:41.174Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
273 | 2024-12-21T02:28:41.174Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
274 | 2024-12-21T02:28:41.174Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
275 | 2024-12-21T02:28:41.174Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
276 | 2024-12-21T02:28:41.174Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
277 | 2024-12-21T02:28:41.174Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
278 | 2024-12-21T02:28:41.174Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
279 | 2024-12-21T02:28:41.174Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
280 | 2024-12-21T02:28:41.174Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
281 | 2024-12-21T02:28:41.174Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
282 | 2024-12-21T02:28:41.174Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
283 | 2024-12-21T02:28:42.021Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
284 | 2024-12-21T02:28:42.286Z | Updating crates.io index |
285 | 2024-12-21T02:28:42.289Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
286 | 2024-12-21T02:28:42.933Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
287 | 2024-12-21T02:28:43.206Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
288 | 2024-12-21T02:28:43.437Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
289 | 2024-12-21T02:28:43.707Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
290 | 2024-12-21T02:28:44.646Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
291 | 2024-12-21T02:28:46.159Z | Updating git repository `https://github.com/oxidecomputer/opte` |
292 | 2024-12-21T02:28:46.768Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
293 | 2024-12-21T02:28:47.522Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
294 | 2024-12-21T02:28:47.807Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
295 | 2024-12-21T02:28:48.081Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
296 | 2024-12-21T02:28:48.664Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
297 | 2024-12-21T02:28:48.990Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
298 | 2024-12-21T02:28:49.284Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
299 | 2024-12-21T02:28:49.534Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
300 | 2024-12-21T02:28:49.767Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
301 | 2024-12-21T02:28:49.992Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
302 | 2024-12-21T02:28:50.287Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
303 | 2024-12-21T02:28:50.591Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
304 | 2024-12-21T02:28:50.931Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
305 | 2024-12-21T02:28:51.308Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2024-12-21T02:28:51.758Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
307 | 2024-12-21T02:28:52.044Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
308 | 2024-12-21T02:28:52.393Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
309 | 2024-12-21T02:28:52.881Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
310 | 2024-12-21T02:28:53.138Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
311 | 2024-12-21T02:28:53.393Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
312 | 2024-12-21T02:28:53.640Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
313 | 2024-12-21T02:28:54.944Z | Downloading crates ... |
314 | 2024-12-21T02:28:55.020Z | Downloaded cargo-platform v0.1.8 |
315 | 2024-12-21T02:28:55.038Z | Downloaded anstyle-parse v0.2.5 |
316 | 2024-12-21T02:28:55.038Z | Downloaded anstream v0.6.15 |
317 | 2024-12-21T02:28:55.045Z | Downloaded usdt-attr-macro v0.5.0 |
318 | 2024-12-21T02:28:55.050Z | Downloaded usdt-macro v0.5.0 |
319 | 2024-12-21T02:28:55.053Z | Downloaded equivalent v1.0.1 |
320 | 2024-12-21T02:28:55.059Z | Downloaded dtrace-parser v0.2.0 |
321 | 2024-12-21T02:28:55.062Z | Downloaded scroll_derive v0.12.0 |
322 | 2024-12-21T02:28:55.068Z | Downloaded swrite v0.1.0 |
323 | 2024-12-21T02:28:55.070Z | Downloaded anyhow v1.0.93 |
324 | 2024-12-21T02:28:55.073Z | Downloaded cargo_toml v0.20.5 |
325 | 2024-12-21T02:28:55.075Z | Downloaded byteorder v1.5.0 |
326 | 2024-12-21T02:28:55.077Z | Downloaded bytecount v0.6.8 |
327 | 2024-12-21T02:28:55.077Z | Downloaded anstyle-query v1.1.1 |
328 | 2024-12-21T02:28:55.079Z | Downloaded anstyle v1.0.10 |
329 | 2024-12-21T02:28:55.079Z | Downloaded pretty-hex v0.4.1 |
330 | 2024-12-21T02:28:55.082Z | Downloaded colorchoice v1.0.2 |
331 | 2024-12-21T02:28:55.082Z | Downloaded autocfg v1.4.0 |
332 | 2024-12-21T02:28:55.085Z | Downloaded toml_datetime v0.6.8 |
333 | 2024-12-21T02:28:55.087Z | Downloaded usdt v0.5.0 |
334 | 2024-12-21T02:28:55.088Z | Downloaded thiserror v1.0.69 |
335 | 2024-12-21T02:28:55.092Z | Downloaded terminal_size v0.4.0 |
336 | 2024-12-21T02:28:55.094Z | Downloaded macaddr v1.0.1 |
337 | 2024-12-21T02:28:55.094Z | Downloaded thread-id v4.2.2 |
338 | 2024-12-21T02:28:55.096Z | Downloaded pest_generator v2.7.14 |
339 | 2024-12-21T02:28:55.096Z | Downloaded is_terminal_polyfill v1.70.1 |
340 | 2024-12-21T02:28:55.099Z | Downloaded generic-array v0.14.7 |
341 | 2024-12-21T02:28:55.099Z | Downloaded itoa v1.0.11 |
342 | 2024-12-21T02:28:55.109Z | Downloaded thiserror-impl v1.0.69 |
343 | 2024-12-21T02:28:55.109Z | Downloaded plain v0.2.3 |
344 | 2024-12-21T02:28:55.109Z | Downloaded crypto-common v0.1.6 |
345 | 2024-12-21T02:28:55.109Z | Downloaded utf8parse v0.2.2 |
346 | 2024-12-21T02:28:55.109Z | Downloaded errno v0.3.9 |
347 | 2024-12-21T02:28:55.109Z | Downloaded digest v0.10.7 |
348 | 2024-12-21T02:28:55.109Z | Downloaded unicode-linebreak v0.1.5 |
349 | 2024-12-21T02:28:55.112Z | Downloaded tabled_derive v0.7.0 |
350 | 2024-12-21T02:28:55.112Z | Downloaded smawk v0.3.2 |
351 | 2024-12-21T02:28:55.112Z | Downloaded memmap v0.7.0 |
352 | 2024-12-21T02:28:55.112Z | Downloaded fnv v1.0.7 |
353 | 2024-12-21T02:28:55.112Z | Downloaded dof v0.3.0 |
354 | 2024-12-21T02:28:55.115Z | Downloaded clap_lex v0.7.2 |
355 | 2024-12-21T02:28:55.115Z | Downloaded cpufeatures v0.2.14 |
356 | 2024-12-21T02:28:55.117Z | Downloaded proc-macro-error-attr v1.0.4 |
357 | 2024-12-21T02:28:55.117Z | Downloaded heck v0.4.1 |
358 | 2024-12-21T02:28:55.119Z | Downloaded block-buffer v0.10.4 |
359 | 2024-12-21T02:28:55.121Z | Downloaded cargo_metadata v0.18.1 |
360 | 2024-12-21T02:28:55.122Z | Downloaded strsim v0.11.1 |
361 | 2024-12-21T02:28:55.124Z | Downloaded fs-err v2.11.0 |
362 | 2024-12-21T02:28:55.124Z | Downloaded version_check v0.9.5 |
363 | 2024-12-21T02:28:55.126Z | Downloaded serde_tokenstream v0.2.2 |
364 | 2024-12-21T02:28:55.126Z | Downloaded camino-tempfile v1.1.1 |
365 | 2024-12-21T02:28:55.129Z | Downloaded camino v1.1.9 |
366 | 2024-12-21T02:28:55.132Z | Downloaded serde_spanned v0.6.8 |
367 | 2024-12-21T02:28:55.132Z | Downloaded heck v0.5.0 |
368 | 2024-12-21T02:28:55.137Z | Downloaded cfg-if v1.0.0 |
369 | 2024-12-21T02:28:55.137Z | Downloaded fastrand v2.1.1 |
370 | 2024-12-21T02:28:55.158Z | Downloaded zerocopy-derive v0.7.35 |
371 | 2024-12-21T02:28:55.162Z | Downloaded sha2 v0.10.8 |
372 | 2024-12-21T02:28:55.164Z | Downloaded usdt-impl v0.5.0 |
373 | 2024-12-21T02:28:55.169Z | Downloaded bitflags v2.6.0 |
374 | 2024-12-21T02:28:55.172Z | Downloaded scroll v0.12.0 |
375 | 2024-12-21T02:28:55.172Z | Downloaded proc-macro-error v1.0.4 |
376 | 2024-12-21T02:28:55.175Z | Downloaded semver v1.0.23 |
377 | 2024-12-21T02:28:55.175Z | Downloaded clap_derive v4.5.18 |
378 | 2024-12-21T02:28:55.180Z | Downloaded quote v1.0.37 |
379 | 2024-12-21T02:28:55.183Z | Downloaded unicode-ident v1.0.13 |
380 | 2024-12-21T02:28:55.186Z | Downloaded tempfile v3.13.0 |
381 | 2024-12-21T02:28:55.188Z | Downloaded ryu v1.0.18 |
382 | 2024-12-21T02:28:55.193Z | Downloaded pest_meta v2.7.14 |
383 | 2024-12-21T02:28:55.198Z | Downloaded once_cell v1.20.2 |
384 | 2024-12-21T02:28:55.198Z | Downloaded ucd-trie v0.1.7 |
385 | 2024-12-21T02:28:55.198Z | Downloaded log v0.4.22 |
386 | 2024-12-21T02:28:55.201Z | Downloaded pest_derive v2.7.14 |
387 | 2024-12-21T02:28:55.206Z | Downloaded proc-macro2 v1.0.89 |
388 | 2024-12-21T02:28:55.206Z | Downloaded toml v0.8.19 |
389 | 2024-12-21T02:28:55.209Z | Downloaded serde_derive v1.0.215 |
390 | 2024-12-21T02:28:55.214Z | Downloaded textwrap v0.16.1 |
391 | 2024-12-21T02:28:55.218Z | Downloaded papergrid v0.11.0 |
392 | 2024-12-21T02:28:55.221Z | Downloaded typenum v1.17.0 |
393 | 2024-12-21T02:28:55.224Z | Downloaded clap v4.5.21 |
394 | 2024-12-21T02:28:55.231Z | Downloaded indexmap v2.6.0 |
395 | 2024-12-21T02:28:55.235Z | Downloaded serde v1.0.215 |
396 | 2024-12-21T02:28:55.248Z | Downloaded memchr v2.7.4 |
397 | 2024-12-21T02:28:55.257Z | Downloaded toml_edit v0.22.22 |
398 | 2024-12-21T02:28:55.278Z | Downloaded pest v2.7.14 |
399 | 2024-12-21T02:28:55.287Z | Downloaded zerocopy v0.7.35 |
400 | 2024-12-21T02:28:55.301Z | Downloaded hashbrown v0.15.1 |
401 | 2024-12-21T02:28:55.306Z | Downloaded serde_json v1.0.132 |
402 | 2024-12-21T02:28:55.313Z | Downloaded winnow v0.6.20 |
403 | 2024-12-21T02:28:55.321Z | Downloaded clap_builder v4.5.21 |
404 | 2024-12-21T02:28:55.330Z | Downloaded goblin v0.8.2 |
405 | 2024-12-21T02:28:55.335Z | Downloaded tabled v0.15.0 |
406 | 2024-12-21T02:28:55.350Z | Downloaded syn v1.0.109 |
407 | 2024-12-21T02:28:55.363Z | Downloaded unicode-width v0.1.14 |
408 | 2024-12-21T02:28:55.366Z | Downloaded syn v2.0.87 |
409 | 2024-12-21T02:28:55.377Z | Downloaded rustix v0.38.37 |
410 | 2024-12-21T02:28:55.415Z | Downloaded libc v0.2.162 |
411 | 2024-12-21T02:28:55.733Z | Compiling proc-macro2 v1.0.89 |
412 | 2024-12-21T02:28:55.734Z | Compiling unicode-ident v1.0.13 |
413 | 2024-12-21T02:28:55.734Z | Compiling serde v1.0.215 |
414 | 2024-12-21T02:28:55.780Z | Compiling version_check v0.9.5 |
415 | 2024-12-21T02:28:55.780Z | Compiling memchr v2.7.4 |
416 | 2024-12-21T02:28:55.780Z | Compiling thiserror v1.0.69 |
417 | 2024-12-21T02:28:55.780Z | Compiling libc v0.2.162 |
418 | 2024-12-21T02:28:55.954Z | Compiling itoa v1.0.11 |
419 | 2024-12-21T02:28:56.127Z | Compiling ryu v1.0.18 |
420 | 2024-12-21T02:28:56.396Z | Compiling ucd-trie v0.1.7 |
421 | 2024-12-21T02:28:56.470Z | Compiling once_cell v1.20.2 |
422 | 2024-12-21T02:28:56.661Z | Compiling byteorder v1.5.0 |
423 | 2024-12-21T02:28:56.803Z | Compiling serde_json v1.0.132 |
424 | 2024-12-21T02:28:56.901Z | Compiling rustix v0.38.37 |
425 | 2024-12-21T02:28:57.074Z | Compiling bitflags v2.6.0 |
426 | 2024-12-21T02:28:57.200Z | Compiling usdt-impl v0.5.0 |
427 | 2024-12-21T02:28:57.583Z | Compiling proc-macro-error-attr v1.0.4 |
428 | 2024-12-21T02:28:57.611Z | Compiling syn v1.0.109 |
429 | 2024-12-21T02:28:57.683Z | Compiling quote v1.0.37 |
430 | 2024-12-21T02:28:57.818Z | Compiling proc-macro-error v1.0.4 |
431 | 2024-12-21T02:28:57.949Z | Compiling hashbrown v0.15.1 |
432 | 2024-12-21T02:28:57.980Z | Compiling errno v0.3.9 |
433 | 2024-12-21T02:28:58.134Z | Compiling syn v2.0.87 |
434 | 2024-12-21T02:28:58.329Z | Compiling plain v0.2.3 |
435 | 2024-12-21T02:28:58.376Z | Compiling camino v1.1.9 |
436 | 2024-12-21T02:28:58.505Z | Compiling utf8parse v0.2.2 |
437 | 2024-12-21T02:28:58.508Z | Compiling equivalent v1.0.1 |
438 | 2024-12-21T02:28:58.666Z | Compiling log v0.4.22 |
439 | 2024-12-21T02:28:58.694Z | Compiling anstyle-parse v0.2.5 |
440 | 2024-12-21T02:28:58.751Z | Compiling thread-id v4.2.2 |
441 | 2024-12-21T02:28:59.209Z | Compiling unicode-width v0.1.14 |
442 | 2024-12-21T02:28:59.237Z | Compiling colorchoice v1.0.2 |
443 | 2024-12-21T02:28:59.378Z | Compiling indexmap v2.6.0 |
444 | 2024-12-21T02:28:59.425Z | Compiling semver v1.0.23 |
445 | 2024-12-21T02:28:59.451Z | Compiling winnow v0.6.20 |
446 | 2024-12-21T02:28:59.709Z | Compiling autocfg v1.4.0 |
447 | 2024-12-21T02:28:59.740Z | Compiling anstyle v1.0.10 |
448 | 2024-12-21T02:28:59.999Z | Compiling anstyle-query v1.1.1 |
449 | 2024-12-21T02:29:00.183Z | Compiling pretty-hex v0.4.1 |
450 | 2024-12-21T02:29:00.212Z | Compiling is_terminal_polyfill v1.70.1 |
451 | 2024-12-21T02:29:00.368Z | Compiling anstream v0.6.15 |
452 | 2024-12-21T02:29:00.684Z | Compiling terminal_size v0.4.0 |
453 | 2024-12-21T02:29:00.920Z | Compiling fs-err v2.11.0 |
454 | 2024-12-21T02:29:00.935Z | Compiling fnv v1.0.7 |
455 | 2024-12-21T02:29:01.024Z | Compiling fastrand v2.1.1 |
456 | 2024-12-21T02:29:01.082Z | Compiling strsim v0.11.1 |
457 | 2024-12-21T02:29:01.174Z | Compiling cfg-if v1.0.0 |
458 | 2024-12-21T02:29:01.246Z | Compiling heck v0.5.0 |
459 | 2024-12-21T02:29:01.291Z | Compiling clap_lex v0.7.2 |
460 | 2024-12-21T02:29:01.370Z | Compiling heck v0.4.1 |
461 | 2024-12-21T02:29:01.854Z | Compiling bytecount v0.6.8 |
462 | 2024-12-21T02:29:01.903Z | Compiling anyhow v1.0.93 |
463 | 2024-12-21T02:29:02.080Z | Compiling papergrid v0.11.0 |
464 | 2024-12-21T02:29:02.104Z | Compiling tempfile v3.13.0 |
465 | 2024-12-21T02:29:02.131Z | Compiling clap_builder v4.5.21 |
466 | 2024-12-21T02:29:02.756Z | Compiling memmap v0.7.0 |
467 | 2024-12-21T02:29:02.953Z | Compiling unicode-linebreak v0.1.5 |
468 | 2024-12-21T02:29:03.042Z | Compiling smawk v0.3.2 |
469 | 2024-12-21T02:29:03.471Z | Compiling textwrap v0.16.1 |
470 | 2024-12-21T02:29:03.500Z | Compiling swrite v0.1.0 |
471 | 2024-12-21T02:29:04.842Z | Compiling tabled_derive v0.7.0 |
472 | 2024-12-21T02:29:06.508Z | Compiling tabled v0.15.0 |
473 | 2024-12-21T02:29:07.460Z | Compiling serde_derive v1.0.215 |
474 | 2024-12-21T02:29:07.463Z | Compiling thiserror-impl v1.0.69 |
475 | 2024-12-21T02:29:07.463Z | Compiling zerocopy-derive v0.7.35 |
476 | 2024-12-21T02:29:07.463Z | Compiling scroll_derive v0.12.0 |
477 | 2024-12-21T02:29:07.463Z | Compiling clap_derive v4.5.18 |
478 | 2024-12-21T02:29:09.062Z | Compiling scroll v0.12.0 |
479 | 2024-12-21T02:29:09.569Z | Compiling goblin v0.8.2 |
480 | 2024-12-21T02:29:09.871Z | Compiling zerocopy v0.7.35 |
481 | 2024-12-21T02:29:10.616Z | Compiling pest v2.7.14 |
482 | 2024-12-21T02:29:11.513Z | Compiling clap v4.5.21 |
483 | 2024-12-21T02:29:13.053Z | Compiling pest_meta v2.7.14 |
484 | 2024-12-21T02:29:13.959Z | Compiling pest_generator v2.7.14 |
485 | 2024-12-21T02:29:15.835Z | Compiling pest_derive v2.7.14 |
486 | 2024-12-21T02:29:16.600Z | Compiling dtrace-parser v0.2.0 |
487 | 2024-12-21T02:29:18.501Z | Compiling serde_tokenstream v0.2.2 |
488 | 2024-12-21T02:29:18.574Z | Compiling serde_spanned v0.6.8 |
489 | 2024-12-21T02:29:18.577Z | Compiling toml_datetime v0.6.8 |
490 | 2024-12-21T02:29:18.834Z | Compiling cargo-platform v0.1.8 |
491 | 2024-12-21T02:29:18.935Z | Compiling macaddr v1.0.1 |
492 | 2024-12-21T02:29:19.145Z | Compiling toml_edit v0.22.22 |
493 | 2024-12-21T02:29:19.381Z | Compiling camino-tempfile v1.1.1 |
494 | 2024-12-21T02:29:21.106Z | Compiling dof v0.3.0 |
495 | 2024-12-21T02:29:21.109Z | Compiling cargo_metadata v0.18.1 |
496 | 2024-12-21T02:29:21.959Z | Compiling usdt-attr-macro v0.5.0 |
497 | 2024-12-21T02:29:21.959Z | Compiling usdt-macro v0.5.0 |
498 | 2024-12-21T02:29:22.157Z | Compiling toml v0.8.19 |
499 | 2024-12-21T02:29:23.097Z | Compiling cargo_toml v0.20.5 |
500 | 2024-12-21T02:29:23.314Z | Compiling usdt v0.5.0 |
501 | 2024-12-21T02:29:26.732Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
502 | 2024-12-21T02:29:31.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.47s |
503 | 2024-12-21T02:29:31.525Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
504 | 2024-12-21T02:29:32.102Z | Downloading crates ... |
505 | 2024-12-21T02:29:32.237Z | Downloaded adler2 v2.0.0 |
506 | 2024-12-21T02:29:32.243Z | Downloaded headers-core v0.3.0 |
507 | 2024-12-21T02:29:32.247Z | Downloaded addr2line v0.24.2 |
508 | 2024-12-21T02:29:32.251Z | Downloaded http-range v0.1.5 |
509 | 2024-12-21T02:29:32.265Z | Downloaded hex v0.4.3 |
510 | 2024-12-21T02:29:32.272Z | Downloaded heck v0.3.3 |
511 | 2024-12-21T02:29:32.272Z | Downloaded darling v0.20.10 |
512 | 2024-12-21T02:29:32.272Z | Downloaded hubpack_derive v0.1.1 |
513 | 2024-12-21T02:29:32.272Z | Downloaded icu_provider_macros v1.5.0 |
514 | 2024-12-21T02:29:32.276Z | Downloaded ident_case v1.0.1 |
515 | 2024-12-21T02:29:32.276Z | Downloaded match_cfg v0.1.0 |
516 | 2024-12-21T02:29:32.285Z | Downloaded http-body v1.0.1 |
517 | 2024-12-21T02:29:32.285Z | Downloaded array-init v0.0.4 |
518 | 2024-12-21T02:29:32.285Z | Downloaded md5 v0.7.0 |
519 | 2024-12-21T02:29:32.290Z | Downloaded instant v0.1.13 |
520 | 2024-12-21T02:29:32.290Z | Downloaded arc-swap v1.7.1 |
521 | 2024-12-21T02:29:32.298Z | Downloaded matches v0.1.10 |
522 | 2024-12-21T02:29:32.298Z | Downloaded ahash v0.8.11 |
523 | 2024-12-21T02:29:32.301Z | Downloaded hyper-tls v0.6.0 |
524 | 2024-12-21T02:29:32.301Z | Downloaded hostname v0.3.1 |
525 | 2024-12-21T02:29:32.301Z | Downloaded arrayref v0.3.9 |
526 | 2024-12-21T02:29:32.306Z | Downloaded async-stream v0.3.6 |
527 | 2024-12-21T02:29:32.312Z | Downloaded httpdate v1.0.3 |
528 | 2024-12-21T02:29:32.318Z | Downloaded impl-trait-for-tuples v0.2.2 |
529 | 2024-12-21T02:29:32.323Z | Downloaded lru v0.12.5 |
530 | 2024-12-21T02:29:32.329Z | Downloaded lazy_static v1.5.0 |
531 | 2024-12-21T02:29:32.329Z | Downloaded lru-cache v0.1.2 |
532 | 2024-12-21T02:29:32.338Z | Downloaded linked-hash-map v0.5.6 |
533 | 2024-12-21T02:29:32.338Z | Downloaded aead v0.5.2 |
534 | 2024-12-21T02:29:32.338Z | Downloaded maplit v1.0.2 |
535 | 2024-12-21T02:29:32.342Z | Downloaded linear-map v1.2.0 |
536 | 2024-12-21T02:29:32.342Z | Downloaded managed v0.8.0 |
537 | 2024-12-21T02:29:32.342Z | Downloaded instability v0.3.2 |
538 | 2024-12-21T02:29:32.342Z | Downloaded mime v0.3.17 |
539 | 2024-12-21T02:29:32.352Z | Downloaded kstat-rs v0.2.4 |
540 | 2024-12-21T02:29:32.352Z | Downloaded hickory-client v0.24.1 |
541 | 2024-12-21T02:29:32.367Z | Downloaded memoffset v0.9.1 |
542 | 2024-12-21T02:29:32.367Z | Downloaded base64 v0.13.1 |
543 | 2024-12-21T02:29:32.367Z | Downloaded md-5 v0.10.6 |
544 | 2024-12-21T02:29:32.367Z | Downloaded serde-big-array v0.5.1 |
545 | 2024-12-21T02:29:32.375Z | Downloaded lalrpop-util v0.19.12 |
546 | 2024-12-21T02:29:32.376Z | Downloaded hyper-rustls v0.27.3 |
547 | 2024-12-21T02:29:32.376Z | Downloaded bb8 v0.8.5 |
548 | 2024-12-21T02:29:32.376Z | Downloaded icu_locid_transform v1.5.0 |
549 | 2024-12-21T02:29:32.376Z | Downloaded base16ct v0.2.0 |
550 | 2024-12-21T02:29:32.376Z | Downloaded cfg_aliases v0.1.1 |
551 | 2024-12-21T02:29:32.376Z | Downloaded bit-vec v0.6.3 |
552 | 2024-12-21T02:29:32.382Z | Downloaded bcrypt-pbkdf v0.10.0 |
553 | 2024-12-21T02:29:32.382Z | Downloaded highway v1.2.0 |
554 | 2024-12-21T02:29:32.382Z | Downloaded ciborium-io v0.2.2 |
555 | 2024-12-21T02:29:32.382Z | Downloaded ipnetwork v0.20.0 |
556 | 2024-12-21T02:29:32.382Z | Downloaded cfg_aliases v0.2.1 |
557 | 2024-12-21T02:29:32.385Z | Downloaded backtrace v0.3.74 |
558 | 2024-12-21T02:29:32.387Z | Downloaded rand_chacha v0.3.1 |
559 | 2024-12-21T02:29:32.392Z | Downloaded libefi-sys v0.1.0 |
560 | 2024-12-21T02:29:32.392Z | Downloaded blowfish v0.9.1 |
561 | 2024-12-21T02:29:32.394Z | Downloaded cipher v0.4.4 |
562 | 2024-12-21T02:29:32.399Z | Downloaded rtoolbox v0.0.2 |
563 | 2024-12-21T02:29:32.399Z | Downloaded cstr-argument v0.1.2 |
564 | 2024-12-21T02:29:32.404Z | Downloaded crunchy v0.2.2 |
565 | 2024-12-21T02:29:32.404Z | Downloaded crucible-workspace-hack v0.1.0 |
566 | 2024-12-21T02:29:32.404Z | Downloaded sync_wrapper v1.0.1 |
567 | 2024-12-21T02:29:32.404Z | Downloaded sync-ptr v0.1.1 |
568 | 2024-12-21T02:29:32.411Z | Downloaded cexpr v0.6.0 |
569 | 2024-12-21T02:29:32.411Z | Downloaded chrono-tz-build v0.4.0 |
570 | 2024-12-21T02:29:32.411Z | Downloaded cbc v0.1.2 |
571 | 2024-12-21T02:29:32.411Z | Downloaded ciborium-ll v0.2.2 |
572 | 2024-12-21T02:29:32.423Z | Downloaded base64 v0.21.7 |
573 | 2024-12-21T02:29:32.423Z | Downloaded icu_normalizer v1.5.0 |
574 | 2024-12-21T02:29:32.427Z | Downloaded scheduled-thread-pool v0.2.7 |
575 | 2024-12-21T02:29:32.427Z | Downloaded rusty-fork v0.3.0 |
576 | 2024-12-21T02:29:32.427Z | Downloaded sqlparser_derive v0.2.2 |
577 | 2024-12-21T02:29:32.427Z | Downloaded icu_locid_transform_data v1.5.0 |
578 | 2024-12-21T02:29:32.427Z | Downloaded crossbeam-deque v0.8.5 |
579 | 2024-12-21T02:29:32.432Z | Downloaded convert_case v0.4.0 |
580 | 2024-12-21T02:29:32.432Z | Downloaded cobs v0.2.3 |
581 | 2024-12-21T02:29:32.432Z | Downloaded icu_locid v1.5.0 |
582 | 2024-12-21T02:29:32.447Z | Downloaded crc v3.2.1 |
583 | 2024-12-21T02:29:32.451Z | Downloaded constant_time_eq v0.3.1 |
584 | 2024-12-21T02:29:32.451Z | Downloaded colored v2.1.0 |
585 | 2024-12-21T02:29:32.451Z | Downloaded tower-service v0.3.3 |
586 | 2024-12-21T02:29:32.451Z | Downloaded time-core v0.1.2 |
587 | 2024-12-21T02:29:32.451Z | Downloaded sha1 v0.10.6 |
588 | 2024-12-21T02:29:32.451Z | Downloaded base64ct v1.6.0 |
589 | 2024-12-21T02:29:32.454Z | Downloaded curve25519-dalek-derive v0.1.1 |
590 | 2024-12-21T02:29:32.454Z | Downloaded tabwriter v1.4.0 |
591 | 2024-12-21T02:29:32.458Z | Downloaded tinystr v0.7.6 |
592 | 2024-12-21T02:29:32.462Z | Downloaded foreign-types-shared v0.3.1 |
593 | 2024-12-21T02:29:32.462Z | Downloaded tiny-keccak v2.0.2 |
594 | 2024-12-21T02:29:32.465Z | Downloaded unicode-xid v0.2.6 |
595 | 2024-12-21T02:29:32.465Z | Downloaded num-conv v0.1.0 |
596 | 2024-12-21T02:29:32.468Z | Downloaded console v0.15.8 |
597 | 2024-12-21T02:29:32.471Z | Downloaded peg-runtime v0.8.3 |
598 | 2024-12-21T02:29:32.471Z | Downloaded rustfmt-wrapper v0.2.1 |
599 | 2024-12-21T02:29:32.474Z | Downloaded serde_repr v0.1.19 |
600 | 2024-12-21T02:29:32.474Z | Downloaded xattr v1.3.1 |
601 | 2024-12-21T02:29:32.476Z | Downloaded ssh-cipher v0.2.0 |
602 | 2024-12-21T02:29:32.479Z | Downloaded progenitor-impl v0.8.0 |
603 | 2024-12-21T02:29:32.485Z | Downloaded icu_properties v1.5.1 |
604 | 2024-12-21T02:29:32.492Z | Downloaded icu_provider v1.5.0 |
605 | 2024-12-21T02:29:32.495Z | Downloaded hyper-util v0.1.10 |
606 | 2024-12-21T02:29:32.495Z | Downloaded unicase v2.7.0 |
607 | 2024-12-21T02:29:32.500Z | Downloaded slog-envlogger v2.2.0 |
608 | 2024-12-21T02:29:32.500Z | Downloaded russh-cryptovec v0.7.3 |
609 | 2024-12-21T02:29:32.506Z | Downloaded indicatif v0.17.9 |
610 | 2024-12-21T02:29:32.513Z | Downloaded dyn-clone v1.0.17 |
611 | 2024-12-21T02:29:32.514Z | Downloaded pretty-hex v0.2.1 |
612 | 2024-12-21T02:29:32.514Z | Downloaded csv-core v0.1.11 |
613 | 2024-12-21T02:29:32.519Z | Downloaded strum v0.26.3 |
614 | 2024-12-21T02:29:32.519Z | Downloaded fragile v2.0.0 |
615 | 2024-12-21T02:29:32.519Z | Downloaded ghash v0.5.1 |
616 | 2024-12-21T02:29:32.519Z | Downloaded env_filter v0.1.2 |
617 | 2024-12-21T02:29:32.519Z | Downloaded newtype-uuid v1.1.3 |
618 | 2024-12-21T02:29:32.523Z | Downloaded jobserver v0.1.32 |
619 | 2024-12-21T02:29:32.523Z | Downloaded crossbeam-epoch v0.9.18 |
620 | 2024-12-21T02:29:32.537Z | Downloaded peg v0.8.4 |
621 | 2024-12-21T02:29:32.542Z | Downloaded zone_cfg_derive v0.3.0 |
622 | 2024-12-21T02:29:32.542Z | Downloaded crossbeam-utils v0.8.20 |
623 | 2024-12-21T02:29:32.542Z | Downloaded quick-error v1.2.3 |
624 | 2024-12-21T02:29:32.542Z | Downloaded defmt v0.3.8 |
625 | 2024-12-21T02:29:32.547Z | Downloaded quinn-udp v0.5.5 |
626 | 2024-12-21T02:29:32.547Z | Downloaded icu_collections v1.5.0 |
627 | 2024-12-21T02:29:32.552Z | Downloaded rustc-hash v2.0.0 |
628 | 2024-12-21T02:29:32.555Z | Downloaded base64 v0.22.1 |
629 | 2024-12-21T02:29:32.561Z | Downloaded foreign-types-shared v0.1.1 |
630 | 2024-12-21T02:29:32.561Z | Downloaded primeorder v0.13.6 |
631 | 2024-12-21T02:29:32.565Z | Downloaded foreign-types-macros v0.2.3 |
632 | 2024-12-21T02:29:32.565Z | Downloaded downcast v0.11.0 |
633 | 2024-12-21T02:29:32.565Z | Downloaded want v0.3.1 |
634 | 2024-12-21T02:29:32.569Z | Downloaded semver v0.1.20 |
635 | 2024-12-21T02:29:32.569Z | Downloaded secrecy v0.8.0 |
636 | 2024-12-21T02:29:32.569Z | Downloaded serde-hex v0.1.0 |
637 | 2024-12-21T02:29:32.575Z | Downloaded serde_urlencoded v0.7.1 |
638 | 2024-12-21T02:29:32.575Z | Downloaded serde_plain v1.0.2 |
639 | 2024-12-21T02:29:32.580Z | Downloaded zerocopy v0.6.6 |
640 | 2024-12-21T02:29:32.580Z | Downloaded phf_shared v0.10.0 |
641 | 2024-12-21T02:29:32.584Z | Downloaded try-lock v0.2.5 |
642 | 2024-12-21T02:29:32.584Z | Downloaded tokio-native-tls v0.3.1 |
643 | 2024-12-21T02:29:32.584Z | Downloaded tui-tree-widget v0.22.0 |
644 | 2024-12-21T02:29:32.588Z | Downloaded thiserror-impl-no-std v2.0.2 |
645 | 2024-12-21T02:29:32.588Z | Downloaded chacha20poly1305 v0.10.1 |
646 | 2024-12-21T02:29:32.591Z | Downloaded heapless v0.8.0 |
647 | 2024-12-21T02:29:32.606Z | Downloaded unicode-properties v0.1.3 |
648 | 2024-12-21T02:29:32.610Z | Downloaded hickory-resolver v0.24.1 |
649 | 2024-12-21T02:29:32.616Z | Downloaded compact_str v0.8.0 |
650 | 2024-12-21T02:29:32.621Z | Downloaded num-complex v0.4.6 |
651 | 2024-12-21T02:29:32.632Z | Downloaded difflib v0.4.0 |
652 | 2024-12-21T02:29:32.632Z | Downloaded waitgroup v0.1.2 |
653 | 2024-12-21T02:29:32.632Z | Downloaded mockall v0.13.0 |
654 | 2024-12-21T02:29:32.632Z | Downloaded funty v2.0.0 |
655 | 2024-12-21T02:29:32.639Z | Downloaded foreign-types v0.5.0 |
656 | 2024-12-21T02:29:32.639Z | Downloaded which v4.4.2 |
657 | 2024-12-21T02:29:32.639Z | Downloaded dhcproto-macros v0.1.0 |
658 | 2024-12-21T02:29:32.639Z | Downloaded zerofrom v0.1.4 |
659 | 2024-12-21T02:29:32.639Z | Downloaded toolchain_find v0.4.0 |
660 | 2024-12-21T02:29:32.640Z | Downloaded packed_struct v0.10.1 |
661 | 2024-12-21T02:29:32.640Z | Downloaded prettyplease v0.2.25 |
662 | 2024-12-21T02:29:32.647Z | Downloaded serde_yaml v0.9.34+deprecated |
663 | 2024-12-21T02:29:32.647Z | Downloaded float-ord v0.3.2 |
664 | 2024-12-21T02:29:32.655Z | Downloaded pkcs5 v0.7.1 |
665 | 2024-12-21T02:29:32.655Z | Downloaded packed_struct_codegen v0.10.1 |
666 | 2024-12-21T02:29:32.655Z | Downloaded phf_generator v0.11.2 |
667 | 2024-12-21T02:29:32.655Z | Downloaded progenitor v0.8.0 |
668 | 2024-12-21T02:29:32.659Z | Downloaded snafu-derive v0.8.5 |
669 | 2024-12-21T02:29:32.659Z | Downloaded miniz_oxide v0.8.0 |
670 | 2024-12-21T02:29:32.659Z | Downloaded russh-keys v0.45.0 |
671 | 2024-12-21T02:29:32.662Z | Downloaded bytes v1.8.0 |
672 | 2024-12-21T02:29:32.666Z | Downloaded num_threads v0.1.7 |
673 | 2024-12-21T02:29:32.668Z | Downloaded minimal-lexical v0.2.1 |
674 | 2024-12-21T02:29:32.672Z | Downloaded oso-derive v0.27.3 |
675 | 2024-12-21T02:29:32.675Z | Downloaded parse-size v1.1.0 |
676 | 2024-12-21T02:29:32.678Z | Downloaded schemars_derive v0.8.21 |
677 | 2024-12-21T02:29:32.678Z | Downloaded strip-ansi-escapes v0.2.0 |
678 | 2024-12-21T02:29:32.678Z | Downloaded stringprep v0.1.5 |
679 | 2024-12-21T02:29:32.681Z | Downloaded displaydoc v0.2.5 |
680 | 2024-12-21T02:29:32.685Z | Downloaded zerofrom-derive v0.1.4 |
681 | 2024-12-21T02:29:32.689Z | Downloaded xz2 v0.1.7 |
682 | 2024-12-21T02:29:32.689Z | Downloaded sigpipe v0.1.3 |
683 | 2024-12-21T02:29:32.693Z | Downloaded topological-sort v0.2.2 |
684 | 2024-12-21T02:29:32.693Z | Downloaded structmeta v0.2.0 |
685 | 2024-12-21T02:29:32.693Z | Downloaded term v0.7.0 |
686 | 2024-12-21T02:29:32.697Z | Downloaded deranged v0.3.11 |
687 | 2024-12-21T02:29:32.700Z | Downloaded unicode_categories v0.1.1 |
688 | 2024-12-21T02:29:32.700Z | Downloaded qorb v0.2.1 |
689 | 2024-12-21T02:29:32.704Z | Downloaded futures-sink v0.3.31 |
690 | 2024-12-21T02:29:32.707Z | Downloaded ena v0.14.3 |
691 | 2024-12-21T02:29:32.710Z | Downloaded native-tls v0.2.12 |
692 | 2024-12-21T02:29:32.712Z | Downloaded futures-macro v0.3.31 |
693 | 2024-12-21T02:29:32.712Z | Downloaded futures-io v0.3.31 |
694 | 2024-12-21T02:29:32.719Z | Downloaded salsa20 v0.10.2 |
695 | 2024-12-21T02:29:32.719Z | Downloaded ppv-lite86 v0.2.20 |
696 | 2024-12-21T02:29:32.719Z | Downloaded write16 v1.0.0 |
697 | 2024-12-21T02:29:32.723Z | Downloaded zip v0.6.6 |
698 | 2024-12-21T02:29:32.723Z | Downloaded fallible-streaming-iterator v0.1.9 |
699 | 2024-12-21T02:29:32.725Z | Downloaded num_enum_derive v0.5.11 |
700 | 2024-12-21T02:29:32.728Z | Downloaded libxml v0.3.3 |
701 | 2024-12-21T02:29:32.733Z | Downloaded slog-dtrace v0.3.0 |
702 | 2024-12-21T02:29:32.736Z | Downloaded itertools v0.10.5 |
703 | 2024-12-21T02:29:32.743Z | Downloaded powerfmt v0.2.0 |
704 | 2024-12-21T02:29:32.757Z | Downloaded env_logger v0.11.5 |
705 | 2024-12-21T02:29:32.757Z | Downloaded des v0.8.1 |
706 | 2024-12-21T02:29:32.757Z | Downloaded progenitor-client v0.8.0 |
707 | 2024-12-21T02:29:32.757Z | Downloaded thiserror v2.0.3 |
708 | 2024-12-21T02:29:32.761Z | Downloaded path-slash v0.1.5 |
709 | 2024-12-21T02:29:32.761Z | Downloaded openssl-macros v0.1.1 |
710 | 2024-12-21T02:29:32.768Z | Downloaded futures-executor v0.3.31 |
711 | 2024-12-21T02:29:32.768Z | Downloaded test-strategy v0.3.1 |
712 | 2024-12-21T02:29:32.768Z | Downloaded untrusted v0.9.0 |
713 | 2024-12-21T02:29:32.777Z | Downloaded untrusted v0.7.1 |
714 | 2024-12-21T02:29:32.777Z | Downloaded thread_local v1.1.8 |
715 | 2024-12-21T02:29:32.783Z | Downloaded tap v1.0.1 |
716 | 2024-12-21T02:29:32.783Z | Downloaded http v1.1.0 |
717 | 2024-12-21T02:29:32.783Z | Downloaded fallible-iterator v0.3.0 |
718 | 2024-12-21T02:29:32.783Z | Downloaded tungstenite v0.21.0 |
719 | 2024-12-21T02:29:32.788Z | Downloaded derive_more v0.99.18 |
720 | 2024-12-21T02:29:32.793Z | Downloaded idna v1.0.3 |
721 | 2024-12-21T02:29:32.796Z | Downloaded toml v0.7.8 |
722 | 2024-12-21T02:29:32.799Z | Downloaded hash32 v0.3.1 |
723 | 2024-12-21T02:29:32.799Z | Downloaded futures-task v0.3.31 |
724 | 2024-12-21T02:29:32.803Z | Downloaded poly1305 v0.8.0 |
725 | 2024-12-21T02:29:32.823Z | Downloaded darling_core v0.20.10 |
726 | 2024-12-21T02:29:32.823Z | Downloaded pbkdf2 v0.11.0 |
727 | 2024-12-21T02:29:32.823Z | Downloaded termtree v0.4.1 |
728 | 2024-12-21T02:29:32.823Z | Downloaded paste v1.0.15 |
729 | 2024-12-21T02:29:32.823Z | Downloaded nibble_vec v0.1.0 |
730 | 2024-12-21T02:29:32.823Z | Downloaded rustversion v1.0.17 |
731 | 2024-12-21T02:29:32.823Z | Downloaded tokio-tungstenite v0.21.0 |
732 | 2024-12-21T02:29:32.829Z | Downloaded progenitor-macro v0.8.0 |
733 | 2024-12-21T02:29:32.829Z | Downloaded tokio-stream v0.1.16 |
734 | 2024-12-21T02:29:32.836Z | Downloaded yoke-derive v0.7.4 |
735 | 2024-12-21T02:29:32.836Z | Downloaded zeroize_derive v1.4.2 |
736 | 2024-12-21T02:29:32.848Z | Downloaded number_prefix v0.4.0 |
737 | 2024-12-21T02:29:32.848Z | Downloaded either v1.13.0 |
738 | 2024-12-21T02:29:32.848Z | Downloaded ed25519 v2.2.3 |
739 | 2024-12-21T02:29:32.848Z | Downloaded tokio-tungstenite v0.24.0 |
740 | 2024-12-21T02:29:32.858Z | Downloaded rcgen v0.12.1 |
741 | 2024-12-21T02:29:32.858Z | Downloaded num-bigint v0.4.6 |
742 | 2024-12-21T02:29:32.858Z | Downloaded zip v2.1.3 |
743 | 2024-12-21T02:29:32.864Z | Downloaded url v2.5.3 |
744 | 2024-12-21T02:29:32.864Z | Downloaded hyper v1.5.0 |
745 | 2024-12-21T02:29:32.869Z | Downloaded siphasher v0.3.11 |
746 | 2024-12-21T02:29:32.869Z | Downloaded enum-as-inner v0.5.1 |
747 | 2024-12-21T02:29:32.875Z | Downloaded signal-hook-tokio v0.3.1 |
748 | 2024-12-21T02:29:32.875Z | Downloaded ref-cast v1.0.23 |
749 | 2024-12-21T02:29:32.875Z | Downloaded rand_xorshift v0.3.0 |
750 | 2024-12-21T02:29:32.879Z | Downloaded embedded-io v0.6.1 |
751 | 2024-12-21T02:29:32.879Z | Downloaded termios v0.3.3 |
752 | 2024-12-21T02:29:32.879Z | Downloaded static_assertions v1.1.0 |
753 | 2024-12-21T02:29:32.882Z | Downloaded sqlformat v0.2.6 |
754 | 2024-12-21T02:29:32.885Z | Downloaded spin v0.9.8 |
755 | 2024-12-21T02:29:32.890Z | Downloaded openssl-probe v0.1.5 |
756 | 2024-12-21T02:29:32.890Z | Downloaded zerovec-derive v0.10.3 |
757 | 2024-12-21T02:29:32.890Z | Downloaded thiserror-impl v2.0.3 |
758 | 2024-12-21T02:29:32.893Z | Downloaded darling_macro v0.20.10 |
759 | 2024-12-21T02:29:32.893Z | Downloaded num_enum v0.5.11 |
760 | 2024-12-21T02:29:32.896Z | Downloaded glob v0.3.1 |
761 | 2024-12-21T02:29:32.900Z | Downloaded gethostname v0.5.0 |
762 | 2024-12-21T02:29:32.902Z | Downloaded float-cmp v0.9.0 |
763 | 2024-12-21T02:29:32.902Z | Downloaded derive_builder v0.20.2 |
764 | 2024-12-21T02:29:32.908Z | Downloaded hashlink v0.9.1 |
765 | 2024-12-21T02:29:32.911Z | Downloaded structmeta-derive v0.3.0 |
766 | 2024-12-21T02:29:32.911Z | Downloaded oso v0.27.3 |
767 | 2024-12-21T02:29:32.915Z | Downloaded mirai-annotations v1.12.0 |
768 | 2024-12-21T02:29:32.917Z | Downloaded predicates-tree v1.0.11 |
769 | 2024-12-21T02:29:32.917Z | Downloaded samael v0.0.17 |
770 | 2024-12-21T02:29:32.923Z | Downloaded newline-converter v0.3.0 |
771 | 2024-12-21T02:29:32.928Z | Downloaded new_debug_unreachable v1.0.6 |
772 | 2024-12-21T02:29:32.928Z | Downloaded shlex v1.3.0 |
773 | 2024-12-21T02:29:32.932Z | Downloaded fxhash v0.2.1 |
774 | 2024-12-21T02:29:32.932Z | Downloaded foreign-types v0.3.2 |
775 | 2024-12-21T02:29:32.932Z | Downloaded tinyvec_macros v0.1.1 |
776 | 2024-12-21T02:29:32.932Z | Downloaded precomputed-hash v0.1.1 |
777 | 2024-12-21T02:29:32.941Z | Downloaded tls_codec v0.4.1 |
778 | 2024-12-21T02:29:32.941Z | Downloaded rpassword v7.3.1 |
779 | 2024-12-21T02:29:32.950Z | Downloaded diesel-dtrace v0.4.2 |
780 | 2024-12-21T02:29:32.950Z | Downloaded parking_lot_core v0.9.10 |
781 | 2024-12-21T02:29:32.950Z | Downloaded der_derive v0.7.3 |
782 | 2024-12-21T02:29:32.950Z | Downloaded utf-8 v0.7.6 |
783 | 2024-12-21T02:29:32.950Z | Downloaded opaque-debug v0.3.1 |
784 | 2024-12-21T02:29:32.959Z | Downloaded fallible-iterator v0.2.0 |
785 | 2024-12-21T02:29:32.959Z | Downloaded dsl_auto_type v0.1.2 |
786 | 2024-12-21T02:29:32.959Z | Downloaded vsss-rs v3.3.4 |
787 | 2024-12-21T02:29:32.959Z | Downloaded unarray v0.1.4 |
788 | 2024-12-21T02:29:32.959Z | Downloaded thiserror-no-std v2.0.2 |
789 | 2024-12-21T02:29:32.974Z | Downloaded termcolor v1.4.1 |
790 | 2024-12-21T02:29:32.974Z | Downloaded rand_seeder v0.3.0 |
791 | 2024-12-21T02:29:32.974Z | Downloaded pin-utils v0.1.0 |
792 | 2024-12-21T02:29:32.974Z | Downloaded parse-display v0.10.0 |
793 | 2024-12-21T02:29:32.979Z | Downloaded ed25519-dalek v2.1.1 |
794 | 2024-12-21T02:29:32.979Z | Downloaded derive_builder_macro v0.20.2 |
795 | 2024-12-21T02:29:32.979Z | Downloaded parking_lot v0.12.3 |
796 | 2024-12-21T02:29:32.979Z | Downloaded getrandom v0.2.15 |
797 | 2024-12-21T02:29:32.979Z | Downloaded zone v0.3.0 |
798 | 2024-12-21T02:29:32.979Z | Downloaded owo-colors v4.1.0 |
799 | 2024-12-21T02:29:32.986Z | Downloaded num-bigint-dig v0.8.4 |
800 | 2024-12-21T02:29:32.992Z | Downloaded nom v7.1.3 |
801 | 2024-12-21T02:29:33.000Z | Downloaded data-encoding v2.6.0 |
802 | 2024-12-21T02:29:33.000Z | Downloaded utf16_iter v1.0.5 |
803 | 2024-12-21T02:29:33.000Z | Downloaded smallvec v0.6.14 |
804 | 2024-12-21T02:29:33.000Z | Downloaded subprocess v0.2.9 |
805 | 2024-12-21T02:29:33.004Z | Downloaded signal-hook v0.3.17 |
806 | 2024-12-21T02:29:33.004Z | Downloaded zone_cfg_derive v0.1.2 |
807 | 2024-12-21T02:29:33.004Z | Downloaded take_mut v0.2.2 |
808 | 2024-12-21T02:29:33.004Z | Downloaded diesel_table_macro_syntax v0.2.0 |
809 | 2024-12-21T02:29:33.011Z | Downloaded vte v0.11.1 |
810 | 2024-12-21T02:29:33.011Z | Downloaded hashbrown v0.13.2 |
811 | 2024-12-21T02:29:33.018Z | Downloaded twox-hash v1.6.3 |
812 | 2024-12-21T02:29:33.019Z | Downloaded similar v2.6.0 |
813 | 2024-12-21T02:29:33.022Z | Downloaded elliptic-curve v0.13.8 |
814 | 2024-12-21T02:29:33.024Z | Downloaded newtype_derive v0.1.6 |
815 | 2024-12-21T02:29:33.028Z | Downloaded hkdf v0.12.4 |
816 | 2024-12-21T02:29:33.034Z | Downloaded openssl-sys v0.9.103 |
817 | 2024-12-21T02:29:33.039Z | Downloaded fixedbitset v0.4.2 |
818 | 2024-12-21T02:29:33.040Z | Downloaded supports-color v3.0.1 |
819 | 2024-12-21T02:29:33.040Z | Downloaded omicron-zone-package v0.12.0 |
820 | 2024-12-21T02:29:33.045Z | Downloaded slab v0.4.9 |
821 | 2024-12-21T02:29:33.045Z | Downloaded phf_shared v0.11.2 |
822 | 2024-12-21T02:29:33.045Z | Downloaded p256 v0.13.2 |
823 | 2024-12-21T02:29:33.049Z | Downloaded predicates v3.1.2 |
824 | 2024-12-21T02:29:33.052Z | Downloaded polyval v0.6.2 |
825 | 2024-12-21T02:29:33.052Z | Downloaded universal-hash v0.5.1 |
826 | 2024-12-21T02:29:33.054Z | Downloaded sec1 v0.7.3 |
827 | 2024-12-21T02:29:33.054Z | Downloaded slog-term v2.9.1 |
828 | 2024-12-21T02:29:33.066Z | Downloaded globset v0.4.15 |
829 | 2024-12-21T02:29:33.066Z | Downloaded blake3 v1.5.4 |
830 | 2024-12-21T02:29:33.073Z | Downloaded strum_macros v0.25.3 |
831 | 2024-12-21T02:29:33.073Z | Downloaded slog-bunyan v2.5.0 |
832 | 2024-12-21T02:29:33.082Z | Downloaded filetime v0.2.25 |
833 | 2024-12-21T02:29:33.082Z | Downloaded p521 v0.13.3 |
834 | 2024-12-21T02:29:33.089Z | Downloaded rand_core v0.6.4 |
835 | 2024-12-21T02:29:33.089Z | Downloaded slog-async v2.8.0 |
836 | 2024-12-21T02:29:33.089Z | Downloaded group v0.13.0 |
837 | 2024-12-21T02:29:33.089Z | Downloaded flagset v0.4.6 |
838 | 2024-12-21T02:29:33.089Z | Downloaded headers v0.4.0 |
839 | 2024-12-21T02:29:33.092Z | Downloaded serde_with_macros v3.11.0 |
840 | 2024-12-21T02:29:33.096Z | Downloaded pin-project-lite v0.2.14 |
841 | 2024-12-21T02:29:33.100Z | Downloaded rustyline v14.0.0 |
842 | 2024-12-21T02:29:33.104Z | Downloaded tokio-rustls v0.24.1 |
843 | 2024-12-21T02:29:33.107Z | Downloaded dropshot_endpoint v0.12.0 |
844 | 2024-12-21T02:29:33.110Z | Downloaded steno v0.4.1 |
845 | 2024-12-21T02:29:33.114Z | Downloaded tokio-util v0.7.12 |
846 | 2024-12-21T02:29:33.122Z | Downloaded quinn-proto v0.11.8 |
847 | 2024-12-21T02:29:33.131Z | Downloaded derive_builder_core v0.20.2 |
848 | 2024-12-21T02:29:33.134Z | Downloaded uuid v1.11.0 |
849 | 2024-12-21T02:29:33.137Z | Downloaded pin-project-internal v1.1.6 |
850 | 2024-12-21T02:29:33.142Z | Downloaded reedline v0.35.0 |
851 | 2024-12-21T02:29:33.149Z | Downloaded half v2.4.1 |
852 | 2024-12-21T02:29:33.157Z | Downloaded tar v0.4.42 |
853 | 2024-12-21T02:29:33.157Z | Downloaded ron v0.7.1 |
854 | 2024-12-21T02:29:33.166Z | Downloaded typify v0.2.0 |
855 | 2024-12-21T02:29:33.169Z | Downloaded postcard v1.0.10 |
856 | 2024-12-21T02:29:33.169Z | Downloaded chrono v0.4.38 |
857 | 2024-12-21T02:29:33.180Z | Downloaded unsafe-libyaml v0.2.11 |
858 | 2024-12-21T02:29:33.180Z | Downloaded tungstenite v0.23.0 |
859 | 2024-12-21T02:29:33.183Z | Downloaded rsa v0.9.6 |
860 | 2024-12-21T02:29:33.186Z | Downloaded diesel_derives v2.2.3 |
861 | 2024-12-21T02:29:33.190Z | Downloaded ron v0.8.1 |
862 | 2024-12-21T02:29:33.196Z | Downloaded tungstenite v0.24.0 |
863 | 2024-12-21T02:29:33.200Z | Downloaded rand v0.8.5 |
864 | 2024-12-21T02:29:33.205Z | Downloaded mio v1.0.2 |
865 | 2024-12-21T02:29:33.215Z | Downloaded salty v0.3.0 |
866 | 2024-12-21T02:29:33.221Z | Downloaded winnow v0.5.40 |
867 | 2024-12-21T02:29:33.229Z | Downloaded idna v0.2.3 |
868 | 2024-12-21T02:29:33.249Z | Downloaded git2 v0.19.0 |
869 | 2024-12-21T02:29:33.260Z | Downloaded zerocopy v0.8.10 |
870 | 2024-12-21T02:29:33.272Z | Downloaded zerovec v0.10.4 |
871 | 2024-12-21T02:29:33.278Z | Downloaded idna v0.4.0 |
872 | 2024-12-21T02:29:33.288Z | Downloaded typed-path v0.9.3 |
873 | 2024-12-21T02:29:33.292Z | Downloaded idna v0.3.0 |
874 | 2024-12-21T02:29:33.302Z | Downloaded russh v0.45.0 |
875 | 2024-12-21T02:29:33.306Z | Downloaded icu_properties_data v1.5.0 |
876 | 2024-12-21T02:29:33.317Z | Downloaded rustls-webpki v0.101.7 |
877 | 2024-12-21T02:29:33.333Z | Downloaded unicode-width v0.2.0 |
878 | 2024-12-21T02:29:33.340Z | Downloaded sqlparser v0.45.0 |
879 | 2024-12-21T02:29:33.346Z | Downloaded rustls-webpki v0.102.8 |
880 | 2024-12-21T02:29:33.367Z | Downloaded futures-util v0.3.31 |
881 | 2024-12-21T02:29:33.379Z | Downloaded radix_trie v0.2.1 |
882 | 2024-12-21T02:29:33.384Z | Downloaded serde_with v3.11.0 |
883 | 2024-12-21T02:29:33.393Z | Downloaded proptest v1.5.0 |
884 | 2024-12-21T02:29:33.406Z | Downloaded h2 v0.4.6 |
885 | 2024-12-21T02:29:33.412Z | Downloaded smoltcp v0.9.1 |
886 | 2024-12-21T02:29:33.435Z | Downloaded reqwest v0.12.9 |
887 | 2024-12-21T02:29:33.442Z | Downloaded hickory-proto v0.24.1 |
888 | 2024-12-21T02:29:33.453Z | Downloaded nix v0.27.1 |
889 | 2024-12-21T02:29:33.469Z | Downloaded openssl v0.10.66 |
890 | 2024-12-21T02:29:33.475Z | Downloaded petname v2.0.2 |
891 | 2024-12-21T02:29:33.481Z | Downloaded vcpkg v0.2.15 |
892 | 2024-12-21T02:29:33.521Z | Downloaded rustls v0.21.12 |
893 | 2024-12-21T02:29:33.547Z | Downloaded nix v0.28.0 |
894 | 2024-12-21T02:29:33.552Z | Downloaded rustls v0.23.19 |
895 | 2024-12-21T02:29:33.558Z | Downloaded dropshot v0.12.0 |
896 | 2024-12-21T02:29:33.579Z | Downloaded nix v0.29.0 |
897 | 2024-12-21T02:29:33.591Z | Downloaded openapiv3 v2.0.0 |
898 | 2024-12-21T02:29:33.624Z | Downloaded rustls v0.22.4 |
899 | 2024-12-21T02:29:33.630Z | Downloaded dropshot v0.13.0 |
900 | 2024-12-21T02:29:33.650Z | Downloaded polar-core v0.27.3 |
901 | 2024-12-21T02:29:33.660Z | Downloaded diesel v2.2.6 |
902 | 2024-12-21T02:29:33.668Z | Downloaded regex-syntax v0.6.29 |
903 | 2024-12-21T02:29:33.692Z | Downloaded object v0.36.5 |
904 | 2024-12-21T02:29:33.698Z | Downloaded typify-impl v0.2.0 |
905 | 2024-12-21T02:29:33.707Z | Downloaded regex v1.11.1 |
906 | 2024-12-21T02:29:33.717Z | Downloaded ratatui v0.28.1 |
907 | 2024-12-21T02:29:33.737Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
908 | 2024-12-21T02:29:33.761Z | Downloaded regress v0.9.1 |
909 | 2024-12-21T02:29:33.768Z | Downloaded bstr v1.10.0 |
910 | 2024-12-21T02:29:33.773Z | Downloaded sled v0.34.7 |
911 | 2024-12-21T02:29:33.783Z | Downloaded zerocopy-derive v0.6.6 |
912 | 2024-12-21T02:29:33.792Z | Downloaded regex-automata v0.4.8 |
913 | 2024-12-21T02:29:33.809Z | Downloaded trust-dns-proto v0.22.0 |
914 | 2024-12-21T02:29:33.838Z | Downloaded regress v0.10.1 |
915 | 2024-12-21T02:29:33.842Z | Downloaded regex-syntax v0.8.5 |
916 | 2024-12-21T02:29:33.842Z | Downloaded smoltcp v0.11.0 |
917 | 2024-12-21T02:29:33.852Z | Downloaded chrono-tz v0.10.0 |
918 | 2024-12-21T02:29:33.860Z | Downloaded tokio v1.40.0 |
919 | 2024-12-21T02:29:33.897Z | Downloaded lzma-sys v0.1.20 |
920 | 2024-12-21T02:29:33.929Z | Downloaded object v0.30.4 |
921 | 2024-12-21T02:29:33.936Z | Downloaded petgraph v0.6.5 |
922 | 2024-12-21T02:29:33.954Z | Downloaded csv v1.3.0 |
923 | 2024-12-21T02:29:33.976Z | Downloaded libz-sys v1.1.20 |
924 | 2024-12-21T02:29:33.999Z | Downloaded sha3 v0.10.8 |
925 | 2024-12-21T02:29:34.003Z | Downloaded gimli v0.31.1 |
926 | 2024-12-21T02:29:34.011Z | Downloaded curve25519-dalek v4.1.3 |
927 | 2024-12-21T02:29:34.021Z | Downloaded rusqlite v0.32.1 |
928 | 2024-12-21T02:29:34.027Z | Downloaded portable-atomic v1.9.0 |
929 | 2024-12-21T02:29:34.035Z | Downloaded webpki-roots v0.26.6 |
930 | 2024-12-21T02:29:34.039Z | Downloaded p384 v0.13.0 |
931 | 2024-12-21T02:29:34.045Z | Downloaded idna v0.5.0 |
932 | 2024-12-21T02:29:34.054Z | Downloaded bindgen v0.69.5 |
933 | 2024-12-21T02:29:34.060Z | Downloaded pin-project v1.1.6 |
934 | 2024-12-21T02:29:34.071Z | Downloaded flume v0.11.1 |
935 | 2024-12-21T02:29:34.076Z | Downloaded hashbrown v0.14.5 |
936 | 2024-12-21T02:29:34.080Z | Downloaded tokio-postgres v0.7.12 |
937 | 2024-12-21T02:29:34.085Z | Downloaded bitvec v1.0.1 |
938 | 2024-12-21T02:29:34.100Z | Downloaded hashbrown v0.12.3 |
939 | 2024-12-21T02:29:34.104Z | Downloaded quick-xml v0.33.0 |
940 | 2024-12-21T02:29:34.110Z | Downloaded lalrpop v0.19.12 |
941 | 2024-12-21T02:29:34.121Z | Downloaded rayon v1.10.0 |
942 | 2024-12-21T02:29:34.130Z | Downloaded strum_macros v0.26.4 |
943 | 2024-12-21T02:29:34.133Z | Downloaded x509-cert v0.2.5 |
944 | 2024-12-21T02:29:34.138Z | Downloaded num-rational v0.4.2 |
945 | 2024-12-21T02:29:34.140Z | Downloaded parse-zoneinfo v0.3.1 |
946 | 2024-12-21T02:29:34.142Z | Downloaded unicode-normalization v0.1.24 |
947 | 2024-12-21T02:29:34.145Z | Downloaded password-hash v0.5.0 |
948 | 2024-12-21T02:29:34.148Z | Downloaded fatfs v0.3.6 |
949 | 2024-12-21T02:29:34.150Z | Downloaded dropshot_endpoint v0.13.0 |
950 | 2024-12-21T02:29:34.156Z | Downloaded zone v0.1.8 |
951 | 2024-12-21T02:29:34.160Z | Downloaded num-traits v0.2.19 |
952 | 2024-12-21T02:29:34.160Z | Downloaded typify-macro v0.2.0 |
953 | 2024-12-21T02:29:34.161Z | Downloaded utf8_iter v1.0.4 |
954 | 2024-12-21T02:29:34.165Z | Downloaded postgres-protocol v0.6.7 |
955 | 2024-12-21T02:29:34.165Z | Downloaded zerocopy-derive v0.8.10 |
956 | 2024-12-21T02:29:34.168Z | Downloaded sct v0.7.1 |
957 | 2024-12-21T02:29:34.171Z | Downloaded env_logger v0.10.2 |
958 | 2024-12-21T02:29:34.173Z | Downloaded radium v0.7.0 |
959 | 2024-12-21T02:29:34.180Z | Downloaded vergen v8.3.2 |
960 | 2024-12-21T02:29:34.180Z | Downloaded encoding_rs v0.8.34 |
961 | 2024-12-21T02:29:34.199Z | Downloaded publicsuffix v2.2.3 |
962 | 2024-12-21T02:29:34.202Z | Downloaded toml_edit v0.19.15 |
963 | 2024-12-21T02:29:34.217Z | Downloaded predicates-core v1.0.8 |
964 | 2024-12-21T02:29:34.220Z | Downloaded hash32 v0.2.1 |
965 | 2024-12-21T02:29:34.220Z | Downloaded expectorate v1.1.0 |
966 | 2024-12-21T02:29:34.222Z | Downloaded derive-where v1.2.7 |
967 | 2024-12-21T02:29:34.225Z | Downloaded socket2 v0.5.7 |
968 | 2024-12-21T02:29:34.227Z | Downloaded parking_lot_core v0.8.6 |
969 | 2024-12-21T02:29:34.230Z | Downloaded tracing-core v0.1.32 |
970 | 2024-12-21T02:29:34.232Z | Downloaded shell-words v1.1.0 |
971 | 2024-12-21T02:29:34.233Z | Downloaded flate2 v1.0.34 |
972 | 2024-12-21T02:29:34.237Z | Downloaded parking_lot v0.11.2 |
973 | 2024-12-21T02:29:34.242Z | Downloaded tough v0.19.0 |
974 | 2024-12-21T02:29:34.248Z | Downloaded itertools v0.13.0 |
975 | 2024-12-21T02:29:34.257Z | Downloaded ssh-key v0.6.6 |
976 | 2024-12-21T02:29:34.267Z | Downloaded crossterm v0.28.1 |
977 | 2024-12-21T02:29:34.274Z | Downloaded signal-hook-registry v1.4.2 |
978 | 2024-12-21T02:29:34.274Z | Downloaded signal-hook-mio v0.2.4 |
979 | 2024-12-21T02:29:34.274Z | Downloaded percent-encoding v2.3.1 |
980 | 2024-12-21T02:29:34.277Z | Downloaded rustls-pki-types v1.10.0 |
981 | 2024-12-21T02:29:34.277Z | Downloaded pem-rfc7468 v0.7.0 |
982 | 2024-12-21T02:29:34.277Z | Downloaded yoke v0.7.4 |
983 | 2024-12-21T02:29:34.277Z | Downloaded yasna v0.5.2 |
984 | 2024-12-21T02:29:34.280Z | Downloaded time v0.3.36 |
985 | 2024-12-21T02:29:34.285Z | Downloaded itertools v0.12.1 |
986 | 2024-12-21T02:29:34.292Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
987 | 2024-12-21T02:29:34.351Z | Downloaded rayon-core v1.12.1 |
988 | 2024-12-21T02:29:34.354Z | Downloaded futures-channel v0.3.31 |
989 | 2024-12-21T02:29:34.358Z | Downloaded zeroize v1.8.1 |
990 | 2024-12-21T02:29:34.361Z | Downloaded strum_macros v0.24.3 |
991 | 2024-12-21T02:29:34.361Z | Downloaded simd-adler32 v0.3.7 |
992 | 2024-12-21T02:29:34.364Z | Downloaded tokio-rustls v0.25.0 |
993 | 2024-12-21T02:29:34.364Z | Downloaded tokio-tungstenite v0.23.1 |
994 | 2024-12-21T02:29:34.366Z | Downloaded spki v0.7.3 |
995 | 2024-12-21T02:29:34.369Z | Downloaded unicode-segmentation v1.12.0 |
996 | 2024-12-21T02:29:34.371Z | Downloaded rustls-pemfile v2.2.0 |
997 | 2024-12-21T02:29:34.374Z | Downloaded libm v0.2.8 |
998 | 2024-12-21T02:29:34.383Z | Downloaded password-hash v0.4.2 |
999 | 2024-12-21T02:29:34.386Z | Downloaded futures-core v0.3.31 |
1000 | 2024-12-21T02:29:34.386Z | Downloaded structmeta v0.3.0 |
1001 | 2024-12-21T02:29:34.386Z | Downloaded snafu v0.8.5 |
1002 | 2024-12-21T02:29:34.391Z | Downloaded embedded-io v0.4.0 |
1003 | 2024-12-21T02:29:34.396Z | Downloaded wyz v0.5.1 |
1004 | 2024-12-21T02:29:34.396Z | Downloaded writeable v0.5.5 |
1005 | 2024-12-21T02:29:34.398Z | Downloaded wait-timeout v0.2.0 |
1006 | 2024-12-21T02:29:34.398Z | Downloaded postgres-types v0.2.8 |
1007 | 2024-12-21T02:29:34.400Z | Downloaded structmeta-derive v0.2.0 |
1008 | 2024-12-21T02:29:34.403Z | Downloaded dhcproto v0.12.0 |
1009 | 2024-12-21T02:29:34.406Z | Downloaded schemars v0.8.21 |
1010 | 2024-12-21T02:29:34.415Z | Downloaded signature v2.2.0 |
1011 | 2024-12-21T02:29:34.418Z | Downloaded futures v0.3.31 |
1012 | 2024-12-21T02:29:34.423Z | Downloaded mockall_derive v0.13.0 |
1013 | 2024-12-21T02:29:34.426Z | Downloaded tracing v0.1.40 |
1014 | 2024-12-21T02:29:34.430Z | Downloaded zopfli v0.8.1 |
1015 | 2024-12-21T02:29:34.434Z | Downloaded resolv-conf v0.7.0 |
1016 | 2024-12-21T02:29:34.434Z | Downloaded r2d2 v0.8.10 |
1017 | 2024-12-21T02:29:34.434Z | Downloaded psl-types v2.0.11 |
1018 | 2024-12-21T02:29:34.437Z | Downloaded parse-display-derive v0.10.0 |
1019 | 2024-12-21T02:29:34.437Z | Downloaded smallvec v1.13.2 |
1020 | 2024-12-21T02:29:34.444Z | Downloaded scrypt v0.11.0 |
1021 | 2024-12-21T02:29:34.445Z | Downloaded tokio-rustls v0.26.0 |
1022 | 2024-12-21T02:29:34.445Z | Downloaded der v0.7.9 |
1023 | 2024-12-21T02:29:34.448Z | Downloaded vte_generate_state_changes v0.1.2 |
1024 | 2024-12-21T02:29:34.448Z | Downloaded diff v0.1.13 |
1025 | 2024-12-21T02:29:34.451Z | Downloaded quinn v0.11.5 |
1026 | 2024-12-21T02:29:34.453Z | Downloaded unicode-bidi v0.3.17 |
1027 | 2024-12-21T02:29:34.456Z | Downloaded crossbeam-channel v0.5.13 |
1028 | 2024-12-21T02:29:34.460Z | Downloaded const_format v0.2.33 |
1029 | 2024-12-21T02:29:34.464Z | Downloaded smf v0.2.3 |
1030 | 2024-12-21T02:29:34.467Z | Downloaded whoami v1.5.2 |
1031 | 2024-12-21T02:29:34.470Z | Downloaded string_cache v0.8.7 |
1032 | 2024-12-21T02:29:34.470Z | Downloaded scopeguard v1.2.0 |
1033 | 2024-12-21T02:29:34.473Z | Downloaded rustc_version v0.4.1 |
1034 | 2024-12-21T02:29:34.473Z | Downloaded multimap v0.10.0 |
1035 | 2024-12-21T02:29:34.476Z | Downloaded fs_extra v1.3.0 |
1036 | 2024-12-21T02:29:34.478Z | Downloaded hickory-server v0.24.1 |
1037 | 2024-12-21T02:29:34.481Z | Downloaded rustc_version v0.1.7 |
1038 | 2024-12-21T02:29:34.485Z | Downloaded crypto-bigint v0.5.5 |
1039 | 2024-12-21T02:29:34.490Z | Downloaded proc-macro-crate v1.3.1 |
1040 | 2024-12-21T02:29:34.494Z | Downloaded pem v3.0.4 |
1041 | 2024-12-21T02:29:34.494Z | Downloaded value-bag v1.9.0 |
1042 | 2024-12-21T02:29:34.500Z | Downloaded uzers v0.12.1 |
1043 | 2024-12-21T02:29:34.500Z | Downloaded phf_codegen v0.11.2 |
1044 | 2024-12-21T02:29:34.500Z | Downloaded phf v0.11.2 |
1045 | 2024-12-21T02:29:34.506Z | Downloaded olpc-cjson v0.1.4 |
1046 | 2024-12-21T02:29:34.506Z | Downloaded bumpalo v3.16.0 |
1047 | 2024-12-21T02:29:34.506Z | Downloaded endian-type v0.1.2 |
1048 | 2024-12-21T02:29:34.506Z | Downloaded pkcs1 v0.7.5 |
1049 | 2024-12-21T02:29:34.509Z | Downloaded cc v1.1.30 |
1050 | 2024-12-21T02:29:34.509Z | Downloaded nanorand v0.7.0 |
1051 | 2024-12-21T02:29:34.518Z | Downloaded dirs-next v2.0.0 |
1052 | 2024-12-21T02:29:34.518Z | Downloaded walkdir v2.5.0 |
1053 | 2024-12-21T02:29:34.520Z | Downloaded serde_derive_internals v0.29.1 |
1054 | 2024-12-21T02:29:34.520Z | Downloaded tls_codec_derive v0.4.1 |
1055 | 2024-12-21T02:29:34.520Z | Downloaded subtle v2.6.1 |
1056 | 2024-12-21T02:29:34.520Z | Downloaded nu-ansi-term v0.50.1 |
1057 | 2024-12-21T02:29:34.520Z | Downloaded tokio-macros v2.4.0 |
1058 | 2024-12-21T02:29:34.523Z | Downloaded pkcs8 v0.10.2 |
1059 | 2024-12-21T02:29:34.527Z | Downloaded peg-macros v0.8.4 |
1060 | 2024-12-21T02:29:34.527Z | Downloaded slog v2.7.0 |
1061 | 2024-12-21T02:29:34.530Z | Downloaded ecdsa v0.16.9 |
1062 | 2024-12-21T02:29:34.530Z | Downloaded tinyvec v1.8.0 |
1063 | 2024-12-21T02:29:34.533Z | Downloaded multer v3.1.0 |
1064 | 2024-12-21T02:29:34.535Z | Downloaded serde_path_to_error v0.1.16 |
1065 | 2024-12-21T02:29:34.538Z | Downloaded crc-any v2.5.0 |
1066 | 2024-12-21T02:29:34.540Z | Downloaded rustc-hash v1.1.0 |
1067 | 2024-12-21T02:29:34.540Z | Downloaded dunce v1.0.5 |
1068 | 2024-12-21T02:29:34.542Z | Downloaded const-oid v0.9.6 |
1069 | 2024-12-21T02:29:34.544Z | Downloaded clang-sys v1.8.1 |
1070 | 2024-12-21T02:29:34.547Z | Downloaded pkg-config v0.3.31 |
1071 | 2024-12-21T02:29:34.547Z | Downloaded cookie v0.18.1 |
1072 | 2024-12-21T02:29:34.549Z | Downloaded pbkdf2 v0.12.2 |
1073 | 2024-12-21T02:29:34.552Z | Downloaded num-iter v0.1.45 |
1074 | 2024-12-21T02:29:34.552Z | Downloaded num-integer v0.1.46 |
1075 | 2024-12-21T02:29:34.555Z | Downloaded num-derive v0.4.2 |
1076 | 2024-12-21T02:29:34.555Z | Downloaded num v0.4.3 |
1077 | 2024-12-21T02:29:34.558Z | Downloaded nodrop v0.1.14 |
1078 | 2024-12-21T02:29:34.558Z | Downloaded enum-as-inner v0.6.1 |
1079 | 2024-12-21T02:29:34.558Z | Downloaded tracing-attributes v0.1.27 |
1080 | 2024-12-21T02:29:34.560Z | Downloaded unicode-truncate v1.1.0 |
1081 | 2024-12-21T02:29:34.563Z | Downloaded form_urlencoded v1.2.1 |
1082 | 2024-12-21T02:29:34.563Z | Downloaded foldhash v0.1.3 |
1083 | 2024-12-21T02:29:34.566Z | Downloaded ff v0.13.0 |
1084 | 2024-12-21T02:29:34.566Z | Downloaded fd-lock v4.0.2 |
1085 | 2024-12-21T02:29:34.569Z | Downloaded display-error-chain v0.2.2 |
1086 | 2024-12-21T02:29:34.569Z | Downloaded synstructure v0.13.1 |
1087 | 2024-12-21T02:29:34.572Z | Downloaded dirs-sys-next v0.1.2 |
1088 | 2024-12-21T02:29:34.572Z | Downloaded defmt-parser v0.3.4 |
1089 | 2024-12-21T02:29:34.572Z | Downloaded defmt-macros v0.3.9 |
1090 | 2024-12-21T02:29:34.575Z | Downloaded debug-ignore v1.0.5 |
1091 | 2024-12-21T02:29:34.577Z | Downloaded time-macros v0.2.18 |
1092 | 2024-12-21T02:29:34.579Z | Downloaded indexmap v1.9.3 |
1093 | 2024-12-21T02:29:34.582Z | Downloaded blake2 v0.10.6 |
1094 | 2024-12-21T02:29:34.586Z | Downloaded crc-catalog v2.4.0 |
1095 | 2024-12-21T02:29:34.586Z | Downloaded cookie_store v0.21.0 |
1096 | 2024-12-21T02:29:34.586Z | Downloaded argon2 v0.5.3 |
1097 | 2024-12-21T02:29:34.589Z | Downloaded icu_normalizer_data v1.5.0 |
1098 | 2024-12-21T02:29:34.592Z | Downloaded slog-scope v4.4.0 |
1099 | 2024-12-21T02:29:34.592Z | Downloaded slog-json v2.6.1 |
1100 | 2024-12-21T02:29:34.594Z | Downloaded same-file v1.0.6 |
1101 | 2024-12-21T02:29:34.594Z | Downloaded rustls-pemfile v1.0.4 |
1102 | 2024-12-21T02:29:34.599Z | Downloaded crc32fast v1.4.2 |
1103 | 2024-12-21T02:29:34.603Z | Downloaded const_format_proc_macros v0.2.33 |
1104 | 2024-12-21T02:29:34.603Z | Downloaded normalize-line-endings v0.3.0 |
1105 | 2024-12-21T02:29:34.603Z | Downloaded lockfree-object-pool v0.1.6 |
1106 | 2024-12-21T02:29:34.605Z | Downloaded indoc v1.0.9 |
1107 | 2024-12-21T02:29:34.609Z | Downloaded ciborium v0.2.2 |
1108 | 2024-12-21T02:29:34.609Z | Downloaded bcs v0.1.6 |
1109 | 2024-12-21T02:29:34.612Z | Downloaded cancel-safe-futures v0.1.5 |
1110 | 2024-12-21T02:29:34.619Z | Downloaded stable_deref_trait v1.2.0 |
1111 | 2024-12-21T02:29:34.619Z | Downloaded ssh-encoding v0.2.0 |
1112 | 2024-12-21T02:29:34.619Z | Downloaded slog-stdlog v4.1.1 |
1113 | 2024-12-21T02:29:34.622Z | Downloaded rustc-demangle v0.1.24 |
1114 | 2024-12-21T02:29:34.622Z | Downloaded ref-cast-impl v1.0.23 |
1115 | 2024-12-21T02:29:34.622Z | Downloaded ctr v0.9.2 |
1116 | 2024-12-21T02:29:34.622Z | Downloaded bzip2 v0.4.4 |
1117 | 2024-12-21T02:29:34.625Z | Downloaded hyper-staticfile v0.10.1 |
1118 | 2024-12-21T02:29:34.625Z | Downloaded cmake v0.1.51 |
1119 | 2024-12-21T02:29:34.628Z | Downloaded chacha20 v0.9.1 |
1120 | 2024-12-21T02:29:34.631Z | Downloaded castaway v0.2.3 |
1121 | 2024-12-21T02:29:34.633Z | Downloaded cassowary v0.3.0 |
1122 | 2024-12-21T02:29:34.633Z | Downloaded buf-list v1.0.3 |
1123 | 2024-12-21T02:29:34.636Z | Downloaded backoff v0.4.0 |
1124 | 2024-12-21T02:29:34.638Z | Downloaded rfc6979 v0.4.0 |
1125 | 2024-12-21T02:29:34.638Z | Downloaded bitflags v1.3.2 |
1126 | 2024-12-21T02:29:34.641Z | Downloaded bitfield-struct v0.6.2 |
1127 | 2024-12-21T02:29:34.644Z | Downloaded bitfield v0.14.0 |
1128 | 2024-12-21T02:29:34.651Z | Downloaded block-padding v0.3.3 |
1129 | 2024-12-21T02:29:34.651Z | Downloaded bit-set v0.5.3 |
1130 | 2024-12-21T02:29:34.655Z | Downloaded mime_guess v2.0.5 |
1131 | 2024-12-21T02:29:34.655Z | Downloaded memmap2 v0.9.5 |
1132 | 2024-12-21T02:29:34.655Z | Downloaded maybe-uninit v2.0.0 |
1133 | 2024-12-21T02:29:34.655Z | Downloaded lock_api v0.4.12 |
1134 | 2024-12-21T02:29:34.655Z | Downloaded litemap v0.7.3 |
1135 | 2024-12-21T02:29:34.655Z | Downloaded libloading v0.8.5 |
1136 | 2024-12-21T02:29:34.668Z | Downloaded ipnet v2.10.1 |
1137 | 2024-12-21T02:29:34.668Z | Downloaded indent_write v2.2.0 |
1138 | 2024-12-21T02:29:34.673Z | Downloaded iana-time-zone v0.1.61 |
1139 | 2024-12-21T02:29:34.673Z | Downloaded httparse v1.9.5 |
1140 | 2024-12-21T02:29:34.673Z | Downloaded hmac v0.12.1 |
1141 | 2024-12-21T02:29:34.673Z | Downloaded heapless v0.7.17 |
1142 | 2024-12-21T02:29:34.673Z | Downloaded is-terminal v0.4.13 |
1143 | 2024-12-21T02:29:34.673Z | Downloaded inout v0.1.3 |
1144 | 2024-12-21T02:29:34.682Z | Downloaded aws-lc-rs v1.10.0 |
1145 | 2024-12-21T02:29:34.695Z | Downloaded libsw v3.3.1 |
1146 | 2024-12-21T02:29:34.695Z | Downloaded lazycell v1.3.0 |
1147 | 2024-12-21T02:29:34.695Z | Downloaded keccak v0.1.5 |
1148 | 2024-12-21T02:29:34.695Z | Downloaded internet-checksum v0.2.1 |
1149 | 2024-12-21T02:29:34.698Z | Downloaded ring v0.17.8 |
1150 | 2024-12-21T02:29:34.757Z | Downloaded hubpack v0.1.2 |
1151 | 2024-12-21T02:29:34.761Z | Downloaded atomicwrites v0.4.4 |
1152 | 2024-12-21T02:29:34.761Z | Downloaded allocator-api2 v0.2.18 |
1153 | 2024-12-21T02:29:34.763Z | Downloaded aes-gcm v0.10.3 |
1154 | 2024-12-21T02:29:34.765Z | Downloaded atty v0.2.14 |
1155 | 2024-12-21T02:29:34.768Z | Downloaded async-stream-impl v0.3.6 |
1156 | 2024-12-21T02:29:34.768Z | Downloaded async-recursion v1.1.1 |
1157 | 2024-12-21T02:29:34.771Z | Downloaded is_ci v1.2.0 |
1158 | 2024-12-21T02:29:34.771Z | Downloaded home v0.5.9 |
1159 | 2024-12-21T02:29:34.774Z | Downloaded atomic-waker v1.1.2 |
1160 | 2024-12-21T02:29:34.774Z | Downloaded arrayvec v0.7.6 |
1161 | 2024-12-21T02:29:34.778Z | Downloaded aho-corasick v1.1.3 |
1162 | 2024-12-21T02:29:34.783Z | Downloaded idna_adapter v1.2.0 |
1163 | 2024-12-21T02:29:34.783Z | Downloaded humantime v2.1.0 |
1164 | 2024-12-21T02:29:34.787Z | Downloaded hostname v0.4.0 |
1165 | 2024-12-21T02:29:34.787Z | Downloaded http-body-util v0.1.2 |
1166 | 2024-12-21T02:29:34.787Z | Downloaded hex-literal v0.4.1 |
1167 | 2024-12-21T02:29:34.793Z | Downloaded async-bb8-diesel v0.2.1 |
1168 | 2024-12-21T02:29:34.793Z | Downloaded ascii-canvas v3.0.0 |
1169 | 2024-12-21T02:29:34.793Z | Downloaded async-trait v0.1.83 |
1170 | 2024-12-21T02:29:34.798Z | Downloaded assert_matches v1.5.0 |
1171 | 2024-12-21T02:29:34.798Z | Downloaded aes v0.8.4 |
1172 | 2024-12-21T02:29:34.835Z | Downloaded libsqlite3-sys v0.30.1 |
1173 | 2024-12-21T02:29:35.057Z | Downloaded aws-lc-sys v0.22.0 |
1174 | 2024-12-21T02:29:35.370Z | Compiling serde v1.0.215 |
1175 | 2024-12-21T02:29:35.373Z | Compiling lock_api v0.4.12 |
1176 | 2024-12-21T02:29:35.373Z | Compiling scopeguard v1.2.0 |
1177 | 2024-12-21T02:29:35.373Z | Compiling value-bag v1.9.0 |
1178 | 2024-12-21T02:29:35.373Z | Compiling typenum v1.17.0 |
1179 | 2024-12-21T02:29:35.373Z | Compiling generic-array v0.14.7 |
1180 | 2024-12-21T02:29:35.543Z | Compiling syn v2.0.87 |
1181 | 2024-12-21T02:29:35.558Z | Compiling getrandom v0.2.15 |
1182 | 2024-12-21T02:29:35.704Z | Compiling shlex v1.3.0 |
1183 | 2024-12-21T02:29:35.844Z | Compiling rand_core v0.6.4 |
1184 | 2024-12-21T02:29:36.107Z | Compiling log v0.4.22 |
1185 | 2024-12-21T02:29:36.129Z | Compiling subtle v2.6.1 |
1186 | 2024-12-21T02:29:36.153Z | Compiling jobserver v0.1.32 |
1187 | 2024-12-21T02:29:36.210Z | Compiling smallvec v1.13.2 |
1188 | 2024-12-21T02:29:36.387Z | Compiling const-oid v0.9.6 |
1189 | 2024-12-21T02:29:36.513Z | Compiling cc v1.1.30 |
1190 | 2024-12-21T02:29:36.553Z | Compiling spin v0.9.8 |
1191 | 2024-12-21T02:29:36.697Z | Compiling pin-project-lite v0.2.14 |
1192 | 2024-12-21T02:29:36.808Z | Compiling rustix v0.38.37 |
1193 | 2024-12-21T02:29:36.952Z | Compiling parking_lot_core v0.9.10 |
1194 | 2024-12-21T02:29:37.057Z | Compiling futures-core v0.3.31 |
1195 | 2024-12-21T02:29:37.116Z | Compiling signal-hook-registry v1.4.2 |
1196 | 2024-12-21T02:29:37.287Z | Compiling mio v1.0.2 |
1197 | 2024-12-21T02:29:37.844Z | Compiling aho-corasick v1.1.3 |
1198 | 2024-12-21T02:29:38.139Z | Compiling parking_lot v0.12.3 |
1199 | 2024-12-21T02:29:38.227Z | Compiling either v1.13.0 |
1200 | 2024-12-21T02:29:38.373Z | Compiling regex-syntax v0.8.5 |
1201 | 2024-12-21T02:29:38.577Z | Compiling cpufeatures v0.2.14 |
1202 | 2024-12-21T02:29:38.699Z | Compiling lazy_static v1.5.0 |
1203 | 2024-12-21T02:29:38.723Z | Compiling stable_deref_trait v1.2.0 |
1204 | 2024-12-21T02:29:38.761Z | Compiling futures-sink v0.3.31 |
1205 | 2024-12-21T02:29:38.837Z | Compiling glob v0.3.1 |
1206 | 2024-12-21T02:29:38.844Z | Compiling socket2 v0.5.7 |
1207 | 2024-12-21T02:29:38.927Z | Compiling slab v0.4.9 |
1208 | 2024-12-21T02:29:39.238Z | Compiling prettyplease v0.2.25 |
1209 | 2024-12-21T02:29:39.498Z | Compiling minimal-lexical v0.2.1 |
1210 | 2024-12-21T02:29:39.949Z | Compiling nom v7.1.3 |
1211 | 2024-12-21T02:29:40.025Z | Compiling clang-sys v1.8.1 |
1212 | 2024-12-21T02:29:40.049Z | Compiling libloading v0.8.5 |
1213 | 2024-12-21T02:29:40.068Z | Compiling serde_json v1.0.132 |
1214 | 2024-12-21T02:29:40.414Z | Compiling bindgen v0.69.5 |
1215 | 2024-12-21T02:29:40.513Z | Compiling home v0.5.9 |
1216 | 2024-12-21T02:29:40.849Z | Compiling futures-channel v0.3.31 |
1217 | 2024-12-21T02:29:41.296Z | Compiling itertools v0.12.1 |
1218 | 2024-12-21T02:29:41.330Z | Compiling rustc-hash v1.1.0 |
1219 | 2024-12-21T02:29:41.368Z | Compiling futures-io v0.3.31 |
1220 | 2024-12-21T02:29:41.496Z | Compiling allocator-api2 v0.2.18 |
1221 | 2024-12-21T02:29:41.723Z | Compiling foldhash v0.1.3 |
1222 | 2024-12-21T02:29:42.077Z | Compiling futures-task v0.3.31 |
1223 | 2024-12-21T02:29:42.375Z | Compiling regex-automata v0.4.8 |
1224 | 2024-12-21T02:29:42.406Z | Compiling pin-utils v0.1.0 |
1225 | 2024-12-21T02:29:42.516Z | Compiling lazycell v1.3.0 |
1226 | 2024-12-21T02:29:42.703Z | Compiling hashbrown v0.15.1 |
1227 | 2024-12-21T02:29:43.949Z | Compiling synstructure v0.13.1 |
1228 | 2024-12-21T02:29:44.096Z | Compiling cexpr v0.6.0 |
1229 | 2024-12-21T02:29:44.605Z | Compiling cmake v0.1.51 |
1230 | 2024-12-21T02:29:45.676Z | Compiling tinyvec_macros v0.1.1 |
1231 | 2024-12-21T02:29:45.689Z | Compiling pkg-config v0.3.31 |
1232 | 2024-12-21T02:29:45.770Z | Compiling fs_extra v1.3.0 |
1233 | 2024-12-21T02:29:45.780Z | Compiling libm v0.2.8 |
1234 | 2024-12-21T02:29:46.001Z | Compiling dunce v1.0.5 |
1235 | 2024-12-21T02:29:46.136Z | Compiling tinyvec v1.8.0 |
1236 | 2024-12-21T02:29:46.165Z | Compiling num-traits v0.2.19 |
1237 | 2024-12-21T02:29:46.706Z | Compiling ring v0.17.8 |
1238 | 2024-12-21T02:29:47.315Z | Compiling base64ct v1.6.0 |
1239 | 2024-12-21T02:29:47.376Z | Compiling paste v1.0.15 |
1240 | 2024-12-21T02:29:47.771Z | Compiling unicode-normalization v0.1.24 |
1241 | 2024-12-21T02:29:47.889Z | Compiling writeable v0.5.5 |
1242 | 2024-12-21T02:29:47.919Z | Compiling litemap v0.7.3 |
1243 | 2024-12-21T02:29:47.943Z | Compiling unicode-bidi v0.3.17 |
1244 | 2024-12-21T02:29:48.323Z | Compiling regex v1.11.1 |
1245 | 2024-12-21T02:29:48.489Z | Compiling pem-rfc7468 v0.7.0 |
1246 | 2024-12-21T02:29:49.254Z | Compiling httparse v1.9.5 |
1247 | 2024-12-21T02:29:49.356Z | Compiling aws-lc-rs v1.10.0 |
1248 | 2024-12-21T02:29:49.487Z | Compiling flagset v0.4.6 |
1249 | 2024-12-21T02:29:49.823Z | Compiling tracing-core v0.1.32 |
1250 | 2024-12-21T02:29:50.064Z | Compiling icu_locid_transform_data v1.5.0 |
1251 | 2024-12-21T02:29:50.172Z | Compiling percent-encoding v2.3.1 |
1252 | 2024-12-21T02:29:50.541Z | Compiling crossbeam-utils v0.8.20 |
1253 | 2024-12-21T02:29:50.915Z | Compiling rustls-pki-types v1.10.0 |
1254 | 2024-12-21T02:29:51.191Z | Compiling untrusted v0.9.0 |
1255 | 2024-12-21T02:29:51.237Z | Compiling untrusted v0.7.1 |
1256 | 2024-12-21T02:29:51.261Z | Compiling serde_derive v1.0.215 |
1257 | 2024-12-21T02:29:51.380Z | Compiling zeroize_derive v1.4.2 |
1258 | 2024-12-21T02:29:51.447Z | Compiling zerocopy-derive v0.7.35 |
1259 | 2024-12-21T02:29:51.769Z | Compiling tokio-macros v2.4.0 |
1260 | 2024-12-21T02:29:52.110Z | Compiling zerofrom-derive v0.1.4 |
1261 | 2024-12-21T02:29:53.113Z | Compiling zeroize v1.8.1 |
1262 | 2024-12-21T02:29:53.480Z | Compiling thiserror-impl v1.0.69 |
1263 | 2024-12-21T02:29:53.512Z | Compiling yoke-derive v0.7.4 |
1264 | 2024-12-21T02:29:53.789Z | Compiling zerocopy v0.7.35 |
1265 | 2024-12-21T02:29:54.049Z | Compiling zerovec-derive v0.10.3 |
1266 | 2024-12-21T02:29:54.958Z | Compiling crypto-common v0.1.6 |
1267 | 2024-12-21T02:29:55.219Z | Compiling block-buffer v0.10.4 |
1268 | 2024-12-21T02:29:55.494Z | Compiling digest v0.10.7 |
1269 | 2024-12-21T02:29:55.519Z | Compiling futures-macro v0.3.31 |
1270 | 2024-12-21T02:29:55.853Z | Compiling block-padding v0.3.3 |
1271 | 2024-12-21T02:29:56.010Z | Compiling hmac v0.12.1 |
1272 | 2024-12-21T02:29:56.114Z | Compiling displaydoc v0.2.5 |
1273 | 2024-12-21T02:29:56.281Z | Compiling inout v0.1.3 |
1274 | 2024-12-21T02:29:56.521Z | Compiling zerofrom v0.1.4 |
1275 | 2024-12-21T02:29:56.584Z | Compiling cipher v0.4.4 |
1276 | 2024-12-21T02:29:56.766Z | Compiling yoke v0.7.4 |
1277 | 2024-12-21T02:29:56.785Z | Compiling sha2 v0.10.8 |
1278 | 2024-12-21T02:29:56.932Z | Compiling ppv-lite86 v0.2.20 |
1279 | 2024-12-21T02:29:57.122Z | Compiling thiserror v1.0.69 |
1280 | 2024-12-21T02:29:57.188Z | Compiling zerovec v0.10.4 |
1281 | 2024-12-21T02:29:57.220Z | Compiling der_derive v0.7.3 |
1282 | 2024-12-21T02:29:57.226Z | Compiling icu_provider_macros v1.5.0 |
1283 | 2024-12-21T02:29:57.563Z | Compiling futures-util v0.3.31 |
1284 | 2024-12-21T02:29:57.878Z | Compiling rand_chacha v0.3.1 |
1285 | 2024-12-21T02:29:57.947Z | Compiling tracing-attributes v0.1.27 |
1286 | 2024-12-21T02:29:58.539Z | Compiling rand v0.8.5 |
1287 | 2024-12-21T02:29:59.594Z | Compiling tinystr v0.7.6 |
1288 | 2024-12-21T02:29:59.906Z | Compiling der v0.7.9 |
1289 | 2024-12-21T02:30:00.070Z | Compiling icu_locid v1.5.0 |
1290 | 2024-12-21T02:30:00.360Z | Compiling icu_collections v1.5.0 |
1291 | 2024-12-21T02:30:00.537Z | Compiling pest v2.7.14 |
1292 | 2024-12-21T02:30:00.852Z | Compiling salsa20 v0.10.2 |
1293 | 2024-12-21T02:30:01.065Z | Compiling pbkdf2 v0.12.2 |
1294 | 2024-12-21T02:30:01.381Z | Compiling powerfmt v0.2.0 |
1295 | 2024-12-21T02:30:01.699Z | Compiling icu_provider v1.5.0 |
1296 | 2024-12-21T02:30:02.000Z | Compiling mirai-annotations v1.12.0 |
1297 | 2024-12-21T02:30:02.089Z | Compiling tracing v0.1.40 |
1298 | 2024-12-21T02:30:02.167Z | Compiling spki v0.7.3 |
1299 | 2024-12-21T02:30:02.610Z | Compiling icu_locid_transform v1.5.0 |
1300 | 2024-12-21T02:30:02.625Z | Compiling icu_properties_data v1.5.0 |
1301 | 2024-12-21T02:30:02.776Z | Compiling time-core v0.1.2 |
1302 | 2024-12-21T02:30:02.878Z | Compiling num-conv v0.1.0 |
1303 | 2024-12-21T02:30:02.955Z | Compiling vcpkg v0.2.15 |
1304 | 2024-12-21T02:30:02.988Z | Compiling deranged v0.3.11 |
1305 | 2024-12-21T02:30:03.199Z | Compiling time-macros v0.2.18 |
1306 | 2024-12-21T02:30:03.563Z | Compiling pest_meta v2.7.14 |
1307 | 2024-12-21T02:30:03.831Z | Compiling icu_properties v1.5.1 |
1308 | 2024-12-21T02:30:04.131Z | Compiling scrypt v0.11.0 |
1309 | 2024-12-21T02:30:04.765Z | Compiling cbc v0.1.2 |
1310 | 2024-12-21T02:30:05.014Z | Compiling aes v0.8.4 |
1311 | 2024-12-21T02:30:05.278Z | Compiling openssl-sys v0.9.103 |
1312 | 2024-12-21T02:30:05.405Z | Compiling scroll_derive v0.12.0 |
1313 | 2024-12-21T02:30:06.419Z | Compiling bitflags v2.6.0 |
1314 | 2024-12-21T02:30:06.616Z | Compiling bytes v1.8.0 |
1315 | 2024-12-21T02:30:07.009Z | Compiling indexmap v2.6.0 |
1316 | 2024-12-21T02:30:10.386Z | Compiling tokio v1.40.0 |
1317 | 2024-12-21T02:30:10.471Z | Compiling http v1.1.0 |
1318 | 2024-12-21T02:30:10.471Z | Compiling semver v1.0.23 |
1319 | 2024-12-21T02:30:10.471Z | Compiling rustc_version v0.4.1 |
1320 | 2024-12-21T02:30:10.471Z | Compiling num_threads v0.1.7 |
1321 | 2024-12-21T02:30:10.471Z | Compiling atomic-waker v1.1.2 |
1322 | 2024-12-21T02:30:10.471Z | Compiling utf16_iter v1.0.5 |
1323 | 2024-12-21T02:30:10.471Z | Compiling icu_normalizer_data v1.5.0 |
1324 | 2024-12-21T02:30:10.471Z | Compiling utf8_iter v1.0.4 |
1325 | 2024-12-21T02:30:10.515Z | Compiling write16 v1.0.0 |
1326 | 2024-12-21T02:30:10.515Z | Compiling http-body v1.0.1 |
1327 | 2024-12-21T02:30:10.515Z | Compiling icu_normalizer v1.5.0 |
1328 | 2024-12-21T02:30:10.515Z | Compiling time v0.3.36 |
1329 | 2024-12-21T02:30:10.515Z | Compiling scroll v0.12.0 |
1330 | 2024-12-21T02:30:10.515Z | Compiling pkcs5 v0.7.1 |
1331 | 2024-12-21T02:30:10.515Z | Compiling pest_generator v2.7.14 |
1332 | 2024-12-21T02:30:10.631Z | Compiling form_urlencoded v1.2.1 |
1333 | 2024-12-21T02:30:10.747Z | Compiling try-lock v0.2.5 |
1334 | 2024-12-21T02:30:10.919Z | Compiling slog v2.7.0 |
1335 | 2024-12-21T02:30:10.978Z | Compiling pkcs8 v0.10.2 |
1336 | 2024-12-21T02:30:11.512Z | Compiling which v4.4.2 |
1337 | 2024-12-21T02:30:11.665Z | Compiling want v0.3.1 |
1338 | 2024-12-21T02:30:11.740Z | Compiling idna_adapter v1.2.0 |
1339 | 2024-12-21T02:30:11.984Z | Compiling goblin v0.8.2 |
1340 | 2024-12-21T02:30:11.997Z | Compiling httpdate v1.0.3 |
1341 | 2024-12-21T02:30:12.145Z | Compiling idna v1.0.3 |
1342 | 2024-12-21T02:30:12.520Z | Compiling pest_derive v2.7.14 |
1343 | 2024-12-21T02:30:12.596Z | Compiling toml_datetime v0.6.8 |
1344 | 2024-12-21T02:30:13.150Z | Compiling uuid v1.11.0 |
1345 | 2024-12-21T02:30:13.352Z | Compiling dtrace-parser v0.2.0 |
1346 | 2024-12-21T02:30:13.423Z | Compiling serde_spanned v0.6.8 |
1347 | 2024-12-21T02:30:13.680Z | Compiling serde_tokenstream v0.2.2 |
1348 | 2024-12-21T02:30:14.140Z | Compiling foreign-types-shared v0.1.1 |
1349 | 2024-12-21T02:30:14.272Z | Compiling match_cfg v0.1.0 |
1350 | 2024-12-21T02:30:14.370Z | Compiling rustversion v1.0.17 |
1351 | 2024-12-21T02:30:14.386Z | Compiling openssl v0.10.66 |
1352 | 2024-12-21T02:30:14.670Z | Compiling tower-service v0.3.3 |
1353 | 2024-12-21T02:30:14.827Z | Compiling base64 v0.22.1 |
1354 | 2024-12-21T02:30:14.842Z | Compiling iana-time-zone v0.1.61 |
1355 | 2024-12-21T02:30:15.134Z | Compiling adler2 v2.0.0 |
1356 | 2024-12-21T02:30:15.330Z | Compiling miniz_oxide v0.8.0 |
1357 | 2024-12-21T02:30:15.434Z | Compiling chrono v0.4.38 |
1358 | 2024-12-21T02:30:15.651Z | Compiling hostname v0.3.1 |
1359 | 2024-12-21T02:30:15.673Z | Compiling foreign-types v0.3.2 |
1360 | 2024-12-21T02:30:15.683Z | Compiling url v2.5.3 |
1361 | 2024-12-21T02:30:15.906Z | Compiling async-trait v0.1.83 |
1362 | 2024-12-21T02:30:16.989Z | Compiling tokio-util v0.7.12 |
1363 | 2024-12-21T02:30:17.254Z | Compiling openssl-macros v0.1.1 |
1364 | 2024-12-21T02:30:17.887Z | Compiling dirs-sys-next v0.1.2 |
1365 | 2024-12-21T02:30:18.110Z | Compiling h2 v0.4.6 |
1366 | 2024-12-21T02:30:18.584Z | Compiling dof v0.3.0 |
1367 | 2024-12-21T02:30:18.602Z | Compiling syn v1.0.109 |
1368 | 2024-12-21T02:30:18.845Z | Compiling data-encoding v2.6.0 |
1369 | 2024-12-21T02:30:19.275Z | Compiling siphasher v0.3.11 |
1370 | 2024-12-21T02:30:19.506Z | Compiling usdt-impl v0.5.0 |
1371 | 2024-12-21T02:30:19.681Z | Compiling native-tls v0.2.12 |
1372 | 2024-12-21T02:30:20.041Z | Compiling rustls v0.22.4 |
1373 | 2024-12-21T02:30:20.318Z | Compiling rustls v0.23.19 |
1374 | 2024-12-21T02:30:20.747Z | Compiling dirs-next v2.0.0 |
1375 | 2024-12-21T02:30:21.203Z | Compiling http-body-util v0.1.2 |
1376 | 2024-12-21T02:30:21.360Z | Compiling heapless v0.7.17 |
1377 | 2024-12-21T02:30:21.775Z | Compiling crossbeam-epoch v0.9.18 |
1378 | 2024-12-21T02:30:21.831Z | Compiling sha1 v0.10.6 |
1379 | 2024-12-21T02:30:22.313Z | Compiling signature v2.2.0 |
1380 | 2024-12-21T02:30:22.541Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1381 | 2024-12-21T02:30:22.627Z | Compiling serde_derive_internals v0.29.1 |
1382 | 2024-12-21T02:30:22.663Z | Compiling thread_local v1.1.8 |
1383 | 2024-12-21T02:30:22.949Z | Compiling multer v3.1.0 |
1384 | 2024-12-21T02:30:23.072Z | Compiling cookie v0.18.1 |
1385 | 2024-12-21T02:30:23.248Z | Compiling encoding_rs v0.8.34 |
1386 | 2024-12-21T02:30:23.267Z | Compiling ipnet v2.10.1 |
1387 | 2024-12-21T02:30:23.367Z | Compiling unicode-properties v0.1.3 |
1388 | 2024-12-21T02:30:23.819Z | Compiling slog-async v2.8.0 |
1389 | 2024-12-21T02:30:24.340Z | Compiling openssl-probe v0.1.5 |
1390 | 2024-12-21T02:30:24.567Z | Compiling mime v0.3.17 |
1391 | 2024-12-21T02:30:24.597Z | Compiling signal-hook v0.3.17 |
1392 | 2024-12-21T02:30:24.735Z | Compiling rayon-core v1.12.1 |
1393 | 2024-12-21T02:30:24.888Z | Compiling schemars v0.8.21 |
1394 | 2024-12-21T02:30:25.024Z | Compiling gimli v0.31.1 |
1395 | 2024-12-21T02:30:25.292Z | Compiling toml_edit v0.22.22 |
1396 | 2024-12-21T02:30:25.394Z | Compiling stringprep v0.1.5 |
1397 | 2024-12-21T02:30:25.621Z | Compiling hyper v1.5.0 |
1398 | 2024-12-21T02:30:26.707Z | Compiling schemars_derive v0.8.21 |
1399 | 2024-12-21T02:30:32.515Z | Compiling hyper-util v0.1.10 |
1400 | 2024-12-21T02:30:32.994Z | Compiling addr2line v0.24.2 |
1401 | 2024-12-21T02:30:32.994Z | Compiling usdt-macro v0.5.0 |
1402 | 2024-12-21T02:30:32.994Z | Compiling usdt-attr-macro v0.5.0 |
1403 | 2024-12-21T02:30:32.994Z | Compiling crossbeam-deque v0.8.5 |
1404 | 2024-12-21T02:30:32.994Z | Compiling term v0.7.0 |
1405 | 2024-12-21T02:30:32.994Z | Compiling slog-json v2.6.1 |
1406 | 2024-12-21T02:30:32.995Z | Compiling serde_urlencoded v0.7.1 |
1407 | 2024-12-21T02:30:32.995Z | Compiling curve25519-dalek v4.1.3 |
1408 | 2024-12-21T02:30:32.995Z | Compiling crossbeam-channel v0.5.13 |
1409 | 2024-12-21T02:30:32.996Z | Compiling futures-executor v0.3.31 |
1410 | 2024-12-21T02:30:32.996Z | Compiling md-5 v0.10.6 |
1411 | 2024-12-21T02:30:32.996Z | Compiling rustls-pemfile v2.2.0 |
1412 | 2024-12-21T02:30:32.996Z | Compiling async-stream-impl v0.3.6 |
1413 | 2024-12-21T02:30:33.064Z | Compiling enum-as-inner v0.6.1 |
1414 | 2024-12-21T02:30:33.064Z | Compiling num-integer v0.1.46 |
1415 | 2024-12-21T02:30:33.064Z | Compiling idna v0.4.0 |
1416 | 2024-12-21T02:30:33.405Z | Compiling idna v0.3.0 |
1417 | 2024-12-21T02:30:33.649Z | Compiling hash32 v0.2.1 |
1418 | 2024-12-21T02:30:33.915Z | Compiling ff v0.13.0 |
1419 | 2024-12-21T02:30:34.046Z | Compiling is-terminal v0.4.13 |
1420 | 2024-12-21T02:30:34.101Z | Compiling object v0.36.5 |
1421 | 2024-12-21T02:30:34.159Z | Compiling dropshot v0.12.0 |
1422 | 2024-12-21T02:30:34.181Z | Compiling base16ct v0.2.0 |
1423 | 2024-12-21T02:30:34.286Z | Compiling portable-atomic v1.9.0 |
1424 | 2024-12-21T02:30:34.449Z | Compiling smoltcp v0.9.1 |
1425 | 2024-12-21T02:30:34.520Z | Compiling num-bigint-dig v0.8.4 |
1426 | 2024-12-21T02:30:34.654Z | Compiling linked-hash-map v0.5.6 |
1427 | 2024-12-21T02:30:34.814Z | Compiling rustc-demangle v0.1.24 |
1428 | 2024-12-21T02:30:35.055Z | Compiling dyn-clone v1.0.17 |
1429 | 2024-12-21T02:30:35.204Z | Compiling anyhow v1.0.93 |
1430 | 2024-12-21T02:30:35.225Z | Compiling psl-types v2.0.11 |
1431 | 2024-12-21T02:30:35.281Z | Compiling utf-8 v0.7.6 |
1432 | 2024-12-21T02:30:35.430Z | Compiling take_mut v0.2.2 |
1433 | 2024-12-21T02:30:35.451Z | Compiling quick-error v1.2.3 |
1434 | 2024-12-21T02:30:35.606Z | Compiling fallible-iterator v0.2.0 |
1435 | 2024-12-21T02:30:35.626Z | Compiling resolv-conf v0.7.0 |
1436 | 2024-12-21T02:30:35.904Z | Compiling tungstenite v0.24.0 |
1437 | 2024-12-21T02:30:36.329Z | Compiling postgres-protocol v0.6.7 |
1438 | 2024-12-21T02:30:36.332Z | Compiling publicsuffix v2.2.3 |
1439 | 2024-12-21T02:30:36.665Z | Compiling lru-cache v0.1.2 |
1440 | 2024-12-21T02:30:36.933Z | Compiling sec1 v0.7.3 |
1441 | 2024-12-21T02:30:36.990Z | Compiling slog-term v2.9.1 |
1442 | 2024-12-21T02:30:37.572Z | Compiling group v0.13.0 |
1443 | 2024-12-21T02:30:37.840Z | Compiling async-stream v0.3.6 |
1444 | 2024-12-21T02:30:37.943Z | Compiling usdt v0.5.0 |
1445 | 2024-12-21T02:30:38.317Z | Compiling hickory-proto v0.24.1 |
1446 | 2024-12-21T02:30:38.485Z | Compiling num-iter v0.1.45 |
1447 | 2024-12-21T02:30:38.626Z | Compiling futures v0.3.31 |
1448 | 2024-12-21T02:30:38.689Z | Compiling slog-bunyan v2.5.0 |
1449 | 2024-12-21T02:30:40.136Z | Compiling toml v0.8.19 |
1450 | 2024-12-21T02:30:40.602Z | Compiling tokio-native-tls v0.3.1 |
1451 | 2024-12-21T02:30:40.752Z | Compiling camino v1.1.9 |
1452 | 2024-12-21T02:30:40.908Z | Compiling phf_shared v0.11.2 |
1453 | 2024-12-21T02:30:41.311Z | Compiling dropshot_endpoint v0.12.0 |
1454 | 2024-12-21T02:30:41.793Z | Compiling backtrace v0.3.74 |
1455 | 2024-12-21T02:30:41.908Z | Compiling terminal_size v0.4.0 |
1456 | 2024-12-21T02:30:42.097Z | Compiling waitgroup v0.1.2 |
1457 | 2024-12-21T02:30:42.155Z | Compiling openapiv3 v2.0.0 |
1458 | 2024-12-21T02:30:42.363Z | Compiling serde_path_to_error v0.1.16 |
1459 | 2024-12-21T02:30:42.549Z | Compiling hkdf v0.12.4 |
1460 | 2024-12-21T02:30:42.854Z | Compiling crypto-bigint v0.5.5 |
1461 | 2024-12-21T02:30:43.240Z | Compiling webpki-roots v0.26.6 |
1462 | 2024-12-21T02:30:43.473Z | Compiling zerocopy-derive v0.6.6 |
1463 | 2024-12-21T02:30:45.805Z | Compiling curve25519-dalek-derive v0.1.1 |
1464 | 2024-12-21T02:30:45.892Z | Compiling idna v0.5.0 |
1465 | 2024-12-21T02:30:46.092Z | Compiling hubpack_derive v0.1.1 |
1466 | 2024-12-21T02:30:46.437Z | Compiling hostname v0.4.0 |
1467 | 2024-12-21T02:30:46.709Z | Compiling ahash v0.8.11 |
1468 | 2024-12-21T02:30:46.958Z | Compiling fs-err v2.11.0 |
1469 | 2024-12-21T02:30:47.053Z | Compiling crc32fast v1.4.2 |
1470 | 2024-12-21T02:30:47.056Z | Compiling managed v0.8.0 |
1471 | 2024-12-21T02:30:47.249Z | Compiling bitflags v1.3.2 |
1472 | 2024-12-21T02:30:47.403Z | Compiling winnow v0.5.40 |
1473 | 2024-12-21T02:30:47.434Z | Compiling debug-ignore v1.0.5 |
1474 | 2024-12-21T02:30:47.616Z | Compiling strum_macros v0.25.3 |
1475 | 2024-12-21T02:30:47.700Z | Compiling flate2 v1.0.34 |
1476 | 2024-12-21T02:30:48.943Z | Compiling console v0.15.8 |
1477 | 2024-12-21T02:30:49.496Z | Compiling clap_builder v4.5.21 |
1478 | 2024-12-21T02:30:49.603Z | Compiling hubpack v0.1.2 |
1479 | 2024-12-21T02:30:49.860Z | Compiling cookie_store v0.21.0 |
1480 | 2024-12-21T02:30:50.088Z | Compiling elliptic-curve v0.13.8 |
1481 | 2024-12-21T02:30:50.656Z | Compiling zerocopy v0.6.6 |
1482 | 2024-12-21T02:30:51.026Z | Compiling hickory-resolver v0.24.1 |
1483 | 2024-12-21T02:30:51.514Z | Compiling toml_edit v0.19.15 |
1484 | 2024-12-21T02:30:51.589Z | Compiling signal-hook-mio v0.2.4 |
1485 | 2024-12-21T02:30:51.791Z | Compiling phf v0.11.2 |
1486 | 2024-12-21T02:30:52.115Z | Compiling hyper-tls v0.6.0 |
1487 | 2024-12-21T02:30:52.151Z | Compiling rayon v1.10.0 |
1488 | 2024-12-21T02:30:52.551Z | Compiling bzip2 v0.4.4 |
1489 | 2024-12-21T02:30:52.975Z | Compiling postgres-types v0.2.8 |
1490 | 2024-12-21T02:30:54.650Z | Compiling tokio-tungstenite v0.24.0 |
1491 | 2024-12-21T02:30:56.050Z | Compiling ed25519 v2.2.3 |
1492 | 2024-12-21T02:30:56.660Z | Compiling phf_shared v0.10.0 |
1493 | 2024-12-21T02:30:57.117Z | Compiling tokio-stream v0.1.16 |
1494 | 2024-12-21T02:30:57.370Z | Compiling pkcs1 v0.7.5 |
1495 | 2024-12-21T02:30:58.114Z | Compiling serde-big-array v0.5.1 |
1496 | 2024-12-21T02:30:58.310Z | Compiling rfc6979 v0.4.0 |
1497 | 2024-12-21T02:30:58.333Z | Compiling derive-where v1.2.7 |
1498 | 2024-12-21T02:30:58.361Z | Compiling serde_repr v0.1.19 |
1499 | 2024-12-21T02:30:58.496Z | Compiling clap_derive v4.5.18 |
1500 | 2024-12-21T02:30:58.520Z | Compiling float-cmp v0.9.0 |
1501 | 2024-12-21T02:30:58.771Z | Compiling bstr v1.10.0 |
1502 | 2024-12-21T02:30:59.643Z | Compiling sync_wrapper v1.0.1 |
1503 | 2024-12-21T02:30:59.693Z | Compiling unicode-segmentation v1.12.0 |
1504 | 2024-12-21T02:30:59.802Z | Compiling difflib v0.4.0 |
1505 | 2024-12-21T02:31:00.253Z | Compiling new_debug_unreachable v1.0.6 |
1506 | 2024-12-21T02:31:00.363Z | Compiling predicates-core v1.0.8 |
1507 | 2024-12-21T02:31:00.640Z | Compiling unicode-width v0.2.0 |
1508 | 2024-12-21T02:31:00.689Z | Compiling whoami v1.5.2 |
1509 | 2024-12-21T02:31:00.748Z | Compiling precomputed-hash v0.1.1 |
1510 | 2024-12-21T02:31:00.873Z | Compiling bit-vec v0.6.3 |
1511 | 2024-12-21T02:31:01.188Z | Compiling number_prefix v0.4.0 |
1512 | 2024-12-21T02:31:01.372Z | Compiling normalize-line-endings v0.3.0 |
1513 | 2024-12-21T02:31:01.392Z | Compiling static_assertions v1.1.0 |
1514 | 2024-12-21T02:31:01.443Z | Compiling fixedbitset v0.4.2 |
1515 | 2024-12-21T02:31:01.499Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1516 | 2024-12-21T02:31:01.521Z | Compiling predicates v3.1.2 |
1517 | 2024-12-21T02:31:01.600Z | Compiling indicatif v0.17.9 |
1518 | 2024-12-21T02:31:01.938Z | Compiling petgraph v0.6.5 |
1519 | 2024-12-21T02:31:02.159Z | Compiling bit-set v0.5.3 |
1520 | 2024-12-21T02:31:02.515Z | Compiling tokio-postgres v0.7.12 |
1521 | 2024-12-21T02:31:03.411Z | Compiling string_cache v0.8.7 |
1522 | 2024-12-21T02:31:03.940Z | Compiling similar v2.6.0 |
1523 | 2024-12-21T02:31:03.993Z | Compiling clap v4.5.21 |
1524 | 2024-12-21T02:31:04.027Z | Compiling ecdsa v0.16.9 |
1525 | 2024-12-21T02:31:04.119Z | Compiling rsa v0.9.6 |
1526 | 2024-12-21T02:31:04.919Z | Compiling ed25519-dalek v2.1.1 |
1527 | 2024-12-21T02:31:06.287Z | Compiling toml v0.7.8 |
1528 | 2024-12-21T02:31:06.311Z | Compiling zip v0.6.6 |
1529 | 2024-12-21T02:31:06.498Z | Compiling crossterm v0.28.1 |
1530 | 2024-12-21T02:31:08.108Z | Compiling hex v0.4.3 |
1531 | 2024-12-21T02:31:08.529Z | Compiling x509-cert v0.2.5 |
1532 | 2024-12-21T02:31:08.744Z | Compiling itertools v0.10.5 |
1533 | 2024-12-21T02:31:08.767Z | Compiling peg-runtime v0.8.3 |
1534 | 2024-12-21T02:31:08.933Z | Compiling unicode-xid v0.2.6 |
1535 | 2024-12-21T02:31:09.011Z | Compiling lalrpop-util v0.19.12 |
1536 | 2024-12-21T02:31:09.131Z | Compiling strum_macros v0.26.4 |
1537 | 2024-12-21T02:31:09.407Z | Compiling xattr v1.3.1 |
1538 | 2024-12-21T02:31:09.490Z | Compiling filetime v0.2.25 |
1539 | 2024-12-21T02:31:09.837Z | Compiling tar v0.4.42 |
1540 | 2024-12-21T02:31:14.610Z | Compiling strum v0.26.3 |
1541 | 2024-12-21T02:31:17.572Z | Compiling aws-lc-sys v0.22.0 |
1542 | 2024-12-21T02:31:47.350Z | Compiling rustls-webpki v0.102.8 |
1543 | 2024-12-21T02:31:51.121Z | Compiling tokio-rustls v0.25.0 |
1544 | 2024-12-21T02:31:53.014Z | Compiling tokio-rustls v0.26.0 |
1545 | 2024-12-21T02:31:53.395Z | Compiling hyper-rustls v0.27.3 |
1546 | 2024-12-21T02:31:53.761Z | Compiling reqwest v0.12.9 |
1547 | 2024-12-21T02:31:54.869Z | Compiling qorb v0.2.1 |
1548 | 2024-12-21T02:32:00.076Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1549 | 2024-12-21T02:32:00.352Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1550 | 2024-12-21T02:32:06.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
1551 | 2024-12-21T02:32:06.837Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1552 | 2024-12-21T02:32:06.892Z | Dec 21 02:32:05.439 INFO Starting download, target: Cockroach |
1553 | 2024-12-21T02:32:06.892Z | Dec 21 02:32:05.439 INFO Starting download, target: Console |
1554 | 2024-12-21T02:32:06.892Z | Dec 21 02:32:05.439 INFO Starting download, target: Clickhouse |
1555 | 2024-12-21T02:32:06.894Z | Dec 21 02:32:05.439 INFO Starting download, target: DendriteOpenapi |
1556 | 2024-12-21T02:32:06.894Z | Dec 21 02:32:05.439 INFO Starting download, target: DendriteStub |
1557 | 2024-12-21T02:32:06.894Z | Dec 21 02:32:05.439 INFO Starting download, target: MaghemiteMgd |
1558 | 2024-12-21T02:32:06.894Z | Dec 21 02:32:05.439 INFO Starting download, target: TransceiverControl |
1559 | 2024-12-21T02:32:06.894Z | Dec 21 02:32:05.440 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1560 | 2024-12-21T02:32:06.894Z | Dec 21 02:32:05.440 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1561 | 2024-12-21T02:32:06.895Z | Dec 21 02:32:05.440 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1562 | 2024-12-21T02:32:06.895Z | Dec 21 02:32:05.440 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1563 | 2024-12-21T02:32:06.895Z | Dec 21 02:32:05.440 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1564 | 2024-12-21T02:32:06.895Z | Dec 21 02:32:05.440 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1565 | 2024-12-21T02:32:06.895Z | Dec 21 02:32:05.440 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1566 | 2024-12-21T02:32:07.085Z | Dec 21 02:32:05.621 INFO Download complete, target: DendriteOpenapi |
1567 | 2024-12-21T02:32:07.249Z | Dec 21 02:32:05.770 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1568 | 2024-12-21T02:32:07.463Z | Dec 21 02:32:05.954 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1569 | 2024-12-21T02:32:07.791Z | Dec 21 02:32:06.264 INFO Download complete, target: Console |
1570 | 2024-12-21T02:32:07.926Z | Dec 21 02:32:06.417 INFO Download complete, target: TransceiverControl |
1571 | 2024-12-21T02:32:08.056Z | Dec 21 02:32:06.602 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1572 | 2024-12-21T02:32:08.346Z | Dec 21 02:32:06.891 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1573 | 2024-12-21T02:32:08.812Z | Dec 21 02:32:07.358 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1574 | 2024-12-21T02:32:09.053Z | Dec 21 02:32:07.598 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1575 | 2024-12-21T02:32:09.053Z | Dec 21 02:32:07.598 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1576 | 2024-12-21T02:32:10.918Z | Dec 21 02:32:09.463 INFO Download complete, target: DendriteStub |
1577 | 2024-12-21T02:32:11.185Z | Dec 21 02:32:09.731 INFO Download complete, target: MaghemiteMgd |
1578 | 2024-12-21T02:32:16.353Z | Dec 21 02:32:14.898 INFO Checking that binary works, target: Cockroach |
1579 | 2024-12-21T02:32:16.518Z | Dec 21 02:32:15.063 INFO Download complete, target: Cockroach |
1580 | 2024-12-21T02:32:21.263Z | Dec 21 02:32:19.807 INFO Checking that binary works, target: Clickhouse |
1581 | 2024-12-21T02:32:21.401Z | Dec 21 02:32:19.945 INFO Download complete, target: Clickhouse |
1582 | 2024-12-21T02:32:21.424Z | All builder prerequisites installed successfully, and PATH looks valid |
1583 | 2024-12-21T02:32:21.426Z | |
1584 | 2024-12-21T02:32:21.426Z | real 6:47.747932193 |
1585 | 2024-12-21T02:32:21.426Z | user 17:30.066626387 |
1586 | 2024-12-21T02:32:21.426Z | sys 3:24.002779665 |
1587 | 2024-12-21T02:32:21.426Z | trap 0.636334525 |
1588 | 2024-12-21T02:32:21.427Z | tflt 1.830311807 |
1589 | 2024-12-21T02:32:21.427Z | dflt 2.132745850 |
1590 | 2024-12-21T02:32:21.427Z | kflt 0.029527187 |
1591 | 2024-12-21T02:32:21.427Z | lock 32:08.710669115 |
1592 | 2024-12-21T02:32:21.427Z | slp 1:08:30.383408849 |
1593 | 2024-12-21T02:32:21.427Z | lat 59.543790578 |
1594 | 2024-12-21T02:32:21.427Z | stop 2:27.082693889 |
1595 | 2024-12-21T02:32:21.427Z | + banner clippy |
1596 | 2024-12-21T02:32:21.429Z | |
1597 | 2024-12-21T02:32:21.429Z | #### # # ##### ##### # # |
1598 | 2024-12-21T02:32:21.429Z | # # # # # # # # # # |
1599 | 2024-12-21T02:32:21.429Z | # # # # # # # # |
1600 | 2024-12-21T02:32:21.429Z | # # # ##### ##### # |
1601 | 2024-12-21T02:32:21.430Z | # # # # # # # |
1602 | 2024-12-21T02:32:21.430Z | #### ###### # # # # |
1603 | 2024-12-21T02:32:21.430Z | |
1604 | 2024-12-21T02:32:21.430Z | + export CARGO_INCREMENTAL=0 |
1605 | 2024-12-21T02:32:21.430Z | + CARGO_INCREMENTAL=0 |
1606 | 2024-12-21T02:32:21.430Z | + ptime -m cargo xtask clippy |
1607 | 2024-12-21T02:32:21.997Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1608 | 2024-12-21T02:32:25.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
1609 | 2024-12-21T02:32:25.745Z | Running `target/debug/xtask clippy` |
1610 | 2024-12-21T02:32:25.766Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1611 | 2024-12-21T02:32:26.474Z | Downloading crates ... |
1612 | 2024-12-21T02:32:26.847Z | Downloaded approx v0.5.1 |
1613 | 2024-12-21T02:32:26.850Z | Downloaded assert-json-diff v2.0.2 |
1614 | 2024-12-21T02:32:26.852Z | Downloaded async-global-executor v2.4.1 |
1615 | 2024-12-21T02:32:26.871Z | Downloaded async-executor v1.13.1 |
1616 | 2024-12-21T02:32:26.874Z | Downloaded async-object-pool v0.1.5 |
1617 | 2024-12-21T02:32:26.877Z | Downloaded async-attributes v1.1.2 |
1618 | 2024-12-21T02:32:26.877Z | Downloaded assert_cmd v2.0.16 |
1619 | 2024-12-21T02:32:26.881Z | Downloaded anes v0.1.6 |
1620 | 2024-12-21T02:32:26.885Z | Downloaded async-channel v2.3.1 |
1621 | 2024-12-21T02:32:26.885Z | Downloaded async-channel v1.9.0 |
1622 | 2024-12-21T02:32:26.888Z | Downloaded async-lock v3.4.0 |
1623 | 2024-12-21T02:32:26.893Z | Downloaded blocking v1.6.1 |
1624 | 2024-12-21T02:32:26.897Z | Downloaded concurrent-queue v2.5.0 |
1625 | 2024-12-21T02:32:26.899Z | Downloaded criterion-plot v0.5.0 |
1626 | 2024-12-21T02:32:26.900Z | Downloaded cast v0.3.0 |
1627 | 2024-12-21T02:32:26.902Z | Downloaded async-signal v0.2.10 |
1628 | 2024-12-21T02:32:26.902Z | Downloaded datatest-stable v0.2.9 |
1629 | 2024-12-21T02:32:26.915Z | Downloaded cfg-expr v0.17.0 |
1630 | 2024-12-21T02:32:26.915Z | Downloaded async-task v4.7.1 |
1631 | 2024-12-21T02:32:26.915Z | Downloaded async-io v2.3.4 |
1632 | 2024-12-21T02:32:26.915Z | Downloaded blake2b_simd v1.0.2 |
1633 | 2024-12-21T02:32:26.915Z | Downloaded criterion v0.5.1 |
1634 | 2024-12-21T02:32:26.921Z | Downloaded plotters-svg v0.3.7 |
1635 | 2024-12-21T02:32:26.925Z | Downloaded doc-comment v0.3.3 |
1636 | 2024-12-21T02:32:26.925Z | Downloaded pathdiff v0.2.2 |
1637 | 2024-12-21T02:32:26.925Z | Downloaded guppy-workspace-hack v0.1.0 |
1638 | 2024-12-21T02:32:26.925Z | Downloaded escape8259 v0.5.3 |
1639 | 2024-12-21T02:32:26.928Z | Downloaded async-std v1.13.0 |
1640 | 2024-12-21T02:32:26.944Z | Downloaded target-triple v0.1.3 |
1641 | 2024-12-21T02:32:26.946Z | Downloaded indoc v2.0.5 |
1642 | 2024-12-21T02:32:26.949Z | Downloaded futures-timer v3.0.3 |
1643 | 2024-12-21T02:32:26.949Z | Downloaded futures-lite v2.3.0 |
1644 | 2024-12-21T02:32:26.951Z | Downloaded event-listener-strategy v0.5.2 |
1645 | 2024-12-21T02:32:26.951Z | Downloaded event-listener v2.5.3 |
1646 | 2024-12-21T02:32:26.954Z | Downloaded similar-asserts v1.6.0 |
1647 | 2024-12-21T02:32:26.956Z | Downloaded path-tree v0.8.1 |
1648 | 2024-12-21T02:32:26.956Z | Downloaded parking v2.2.1 |
1649 | 2024-12-21T02:32:26.959Z | Downloaded oorandom v11.1.4 |
1650 | 2024-12-21T02:32:26.959Z | Downloaded num_cpus v1.16.0 |
1651 | 2024-12-21T02:32:26.961Z | Downloaded stringmetrics v2.2.2 |
1652 | 2024-12-21T02:32:26.963Z | Downloaded serde_regex v1.1.0 |
1653 | 2024-12-21T02:32:26.963Z | Downloaded relative-path v1.9.3 |
1654 | 2024-12-21T02:32:26.966Z | Downloaded proc-macro-crate v3.2.0 |
1655 | 2024-12-21T02:32:26.966Z | Downloaded plotters-backend v0.3.7 |
1656 | 2024-12-21T02:32:26.968Z | Downloaded kv-log-macro v1.0.7 |
1657 | 2024-12-21T02:32:26.969Z | Downloaded threadpool v1.8.1 |
1658 | 2024-12-21T02:32:26.972Z | Downloaded nested v0.1.1 |
1659 | 2024-12-21T02:32:26.972Z | Downloaded async-process v2.3.0 |
1660 | 2024-12-21T02:32:26.974Z | Downloaded libtest-mimic v0.7.3 |
1661 | 2024-12-21T02:32:26.977Z | Downloaded rustls-native-certs v0.7.3 |
1662 | 2024-12-21T02:32:26.979Z | Downloaded rust-argon2 v2.1.0 |
1663 | 2024-12-21T02:32:26.982Z | Downloaded piper v0.2.4 |
1664 | 2024-12-21T02:32:26.982Z | Downloaded httptest v0.16.1 |
1665 | 2024-12-21T02:32:26.984Z | Downloaded target-spec v3.2.2 |
1666 | 2024-12-21T02:32:26.984Z | Downloaded event-listener v5.3.1 |
1667 | 2024-12-21T02:32:26.987Z | Downloaded target-lexicon v0.12.16 |
1668 | 2024-12-21T02:32:26.990Z | Downloaded rstest v0.23.0 |
1669 | 2024-12-21T02:32:26.994Z | Downloaded trybuild v1.0.101 |
1670 | 2024-12-21T02:32:26.998Z | Downloaded rstest_macros v0.23.0 |
1671 | 2024-12-21T02:32:27.001Z | Downloaded polling v3.7.3 |
1672 | 2024-12-21T02:32:27.004Z | Downloaded pretty_assertions v1.4.1 |
1673 | 2024-12-21T02:32:27.007Z | Downloaded yansi v1.0.1 |
1674 | 2024-12-21T02:32:27.031Z | Downloaded fancy-regex v0.13.0 |
1675 | 2024-12-21T02:32:27.031Z | Downloaded rand_distr v0.4.3 |
1676 | 2024-12-21T02:32:27.031Z | Downloaded tinytemplate v1.2.1 |
1677 | 2024-12-21T02:32:27.066Z | Downloaded plotters v0.3.7 |
1678 | 2024-12-21T02:32:27.066Z | Downloaded guppy v0.17.8 |
1679 | 2024-12-21T02:32:27.066Z | Downloaded hyper-rustls v0.26.0 |
1680 | 2024-12-21T02:32:27.066Z | Downloaded partial-io v0.5.4 |
1681 | 2024-12-21T02:32:27.097Z | Downloaded httpmock v0.8.0-alpha.1 |
1682 | 2024-12-21T02:32:27.907Z | Checking cfg-if v1.0.0 |
1683 | 2024-12-21T02:32:27.986Z | Checking libc v0.2.162 |
1684 | 2024-12-21T02:32:28.008Z | Checking serde v1.0.215 |
1685 | 2024-12-21T02:32:28.032Z | Checking memchr v2.7.4 |
1686 | 2024-12-21T02:32:28.057Z | Checking value-bag v1.9.0 |
1687 | 2024-12-21T02:32:28.081Z | Checking scopeguard v1.2.0 |
1688 | 2024-12-21T02:32:28.102Z | Checking zeroize v1.8.1 |
1689 | 2024-12-21T02:32:28.132Z | Checking smallvec v1.13.2 |
1690 | 2024-12-21T02:32:28.163Z | Checking itoa v1.0.11 |
1691 | 2024-12-21T02:32:28.223Z | Checking lock_api v0.4.12 |
1692 | 2024-12-21T02:32:28.374Z | Checking byteorder v1.5.0 |
1693 | 2024-12-21T02:32:28.405Z | Checking pin-project-lite v0.2.14 |
1694 | 2024-12-21T02:32:28.455Z | Checking log v0.4.22 |
1695 | 2024-12-21T02:32:28.541Z | Checking subtle v2.6.1 |
1696 | 2024-12-21T02:32:28.570Z | Checking once_cell v1.20.2 |
1697 | 2024-12-21T02:32:28.638Z | Checking typenum v1.17.0 |
1698 | 2024-12-21T02:32:28.811Z | Checking futures-core v0.3.31 |
1699 | 2024-12-21T02:32:28.850Z | Checking libm v0.2.8 |
1700 | 2024-12-21T02:32:28.912Z | Checking thiserror v1.0.69 |
1701 | 2024-12-21T02:32:28.942Z | Checking zerocopy v0.7.35 |
1702 | 2024-12-21T02:32:29.018Z | Checking ryu v1.0.18 |
1703 | 2024-12-21T02:32:29.048Z | Checking spin v0.9.8 |
1704 | 2024-12-21T02:32:29.077Z | Checking const-oid v0.9.6 |
1705 | 2024-12-21T02:32:29.149Z | Checking getrandom v0.2.15 |
1706 | 2024-12-21T02:32:29.259Z | Checking parking_lot_core v0.9.10 |
1707 | 2024-12-21T02:32:29.406Z | Checking rand_core v0.6.4 |
1708 | 2024-12-21T02:32:29.434Z | Checking signal-hook-registry v1.4.2 |
1709 | 2024-12-21T02:32:29.601Z | Checking parking_lot v0.12.3 |
1710 | 2024-12-21T02:32:29.703Z | Checking mio v1.0.2 |
1711 | 2024-12-21T02:32:29.761Z | Checking socket2 v0.5.7 |
1712 | 2024-12-21T02:32:29.827Z | Checking num-traits v0.2.19 |
1713 | 2024-12-21T02:32:29.966Z | Checking futures-io v0.3.31 |
1714 | 2024-12-21T02:32:29.995Z | Checking generic-array v0.14.7 |
1715 | 2024-12-21T02:32:30.186Z | Checking slab v0.4.9 |
1716 | 2024-12-21T02:32:30.283Z | Checking cpufeatures v0.2.14 |
1717 | 2024-12-21T02:32:30.354Z | Checking allocator-api2 v0.2.18 |
1718 | 2024-12-21T02:32:30.408Z | Checking futures-sink v0.3.31 |
1719 | 2024-12-21T02:32:30.447Z | Checking pin-utils v0.1.0 |
1720 | 2024-12-21T02:32:30.500Z | Checking equivalent v1.0.1 |
1721 | 2024-12-21T02:32:30.562Z | Checking foldhash v0.1.3 |
1722 | 2024-12-21T02:32:30.591Z | Checking futures-channel v0.3.31 |
1723 | 2024-12-21T02:32:30.633Z | Checking futures-task v0.3.31 |
1724 | 2024-12-21T02:32:30.806Z | Checking stable_deref_trait v1.2.0 |
1725 | 2024-12-21T02:32:30.933Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1726 | 2024-12-21T02:32:30.960Z | Checking fnv v1.0.7 |
1727 | 2024-12-21T02:32:30.992Z | Checking iana-time-zone v0.1.61 |
1728 | 2024-12-21T02:32:31.019Z | Checking futures-util v0.3.31 |
1729 | 2024-12-21T02:32:31.091Z | Checking hashbrown v0.15.1 |
1730 | 2024-12-21T02:32:31.117Z | Checking ppv-lite86 v0.2.20 |
1731 | 2024-12-21T02:32:31.171Z | Checking tracing-core v0.1.32 |
1732 | 2024-12-21T02:32:31.199Z | Checking crypto-common v0.1.6 |
1733 | 2024-12-21T02:32:31.264Z | Checking block-buffer v0.10.4 |
1734 | 2024-12-21T02:32:31.451Z | Checking errno v0.3.9 |
1735 | 2024-12-21T02:32:31.521Z | Checking digest v0.10.7 |
1736 | 2024-12-21T02:32:31.590Z | Checking zerofrom v0.1.4 |
1737 | 2024-12-21T02:32:31.641Z | Checking dyn-clone v1.0.17 |
1738 | 2024-12-21T02:32:31.794Z | Checking block-padding v0.3.3 |
1739 | 2024-12-21T02:32:31.835Z | Checking yoke v0.7.4 |
1740 | 2024-12-21T02:32:31.864Z | Checking tracing v0.1.40 |
1741 | 2024-12-21T02:32:31.893Z | Checking rand_chacha v0.3.1 |
1742 | 2024-12-21T02:32:31.939Z | Checking crossbeam-utils v0.8.20 |
1743 | 2024-12-21T02:32:32.013Z | Checking inout v0.1.3 |
1744 | 2024-12-21T02:32:32.175Z | Checking zerovec v0.10.4 |
1745 | 2024-12-21T02:32:32.233Z | Checking percent-encoding v2.3.1 |
1746 | 2024-12-21T02:32:32.272Z | Checking cipher v0.4.4 |
1747 | 2024-12-21T02:32:32.300Z | Checking writeable v0.5.5 |
1748 | 2024-12-21T02:32:32.341Z | Checking rand v0.8.5 |
1749 | 2024-12-21T02:32:32.452Z | Checking litemap v0.7.3 |
1750 | 2024-12-21T02:32:32.647Z | Checking tinyvec_macros v0.1.1 |
1751 | 2024-12-21T02:32:32.675Z | Checking form_urlencoded v1.2.1 |
1752 | 2024-12-21T02:32:32.704Z | Checking httparse v1.9.5 |
1753 | 2024-12-21T02:32:32.756Z | Checking tinyvec v1.8.0 |
1754 | 2024-12-21T02:32:32.837Z | Checking base64ct v1.6.0 |
1755 | 2024-12-21T02:32:32.888Z | Checking regex-syntax v0.8.5 |
1756 | 2024-12-21T02:32:33.156Z | Checking atomic-waker v1.1.2 |
1757 | 2024-12-21T02:32:33.225Z | Checking bytes v1.8.0 |
1758 | 2024-12-21T02:32:33.302Z | Checking bitflags v2.6.0 |
1759 | 2024-12-21T02:32:33.342Z | Checking serde_json v1.0.132 |
1760 | 2024-12-21T02:32:33.633Z | Checking indexmap v2.6.0 |
1761 | 2024-12-21T02:32:33.742Z | Checking chrono v0.4.38 |
1762 | 2024-12-21T02:32:33.936Z | Checking rustix v0.38.37 |
1763 | 2024-12-21T02:32:34.083Z | Checking tokio v1.40.0 |
1764 | 2024-12-21T02:32:34.139Z | Checking uuid v1.11.0 |
1765 | 2024-12-21T02:32:34.836Z | Checking http v1.1.0 |
1766 | 2024-12-21T02:32:34.960Z | Checking tinystr v0.7.6 |
1767 | 2024-12-21T02:32:35.118Z | Checking icu_locid_transform_data v1.5.0 |
1768 | 2024-12-21T02:32:35.244Z | Checking unicode-normalization v0.1.24 |
1769 | 2024-12-21T02:32:35.380Z | Checking icu_locid v1.5.0 |
1770 | 2024-12-21T02:32:36.038Z | Checking schemars v0.8.21 |
1771 | 2024-12-21T02:32:36.211Z | Checking icu_collections v1.5.0 |
1772 | 2024-12-21T02:32:36.240Z | Checking hmac v0.12.1 |
1773 | 2024-12-21T02:32:36.379Z | Checking sha2 v0.10.8 |
1774 | 2024-12-21T02:32:36.437Z | Checking icu_provider v1.5.0 |
1775 | 2024-12-21T02:32:36.440Z | Checking icu_properties_data v1.5.0 |
1776 | 2024-12-21T02:32:36.489Z | Checking untrusted v0.9.0 |
1777 | 2024-12-21T02:32:36.673Z | Checking ring v0.17.8 |
1778 | 2024-12-21T02:32:36.757Z | Checking aho-corasick v1.1.3 |
1779 | 2024-12-21T02:32:36.902Z | Checking utf8_iter v1.0.4 |
1780 | 2024-12-21T02:32:37.011Z | Checking write16 v1.0.0 |
1781 | 2024-12-21T02:32:37.138Z | Checking utf16_iter v1.0.5 |
1782 | 2024-12-21T02:32:37.166Z | Checking unicode-ident v1.0.13 |
1783 | 2024-12-21T02:32:37.169Z | Checking icu_locid_transform v1.5.0 |
1784 | 2024-12-21T02:32:37.333Z | Checking unicode-bidi v0.3.17 |
1785 | 2024-12-21T02:32:37.369Z | Checking icu_normalizer_data v1.5.0 |
1786 | 2024-12-21T02:32:37.493Z | Checking lazy_static v1.5.0 |
1787 | 2024-12-21T02:32:37.574Z | Checking adler2 v2.0.0 |
1788 | 2024-12-21T02:32:37.632Z | Checking powerfmt v0.2.0 |
1789 | 2024-12-21T02:32:37.736Z | Checking miniz_oxide v0.8.0 |
1790 | 2024-12-21T02:32:37.781Z | Checking time-core v0.1.2 |
1791 | 2024-12-21T02:32:37.912Z | Checking deranged v0.3.11 |
1792 | 2024-12-21T02:32:37.941Z | Checking num_threads v0.1.7 |
1793 | 2024-12-21T02:32:37.967Z | Checking rustls-pki-types v1.10.0 |
1794 | 2024-12-21T02:32:38.078Z | Checking num-conv v0.1.0 |
1795 | 2024-12-21T02:32:38.267Z | Checking icu_properties v1.5.1 |
1796 | 2024-12-21T02:32:38.356Z | Checking proc-macro2 v1.0.89 |
1797 | 2024-12-21T02:32:38.497Z | Checking regex-automata v0.4.8 |
1798 | 2024-12-21T02:32:38.527Z | Checking pem-rfc7468 v0.7.0 |
1799 | 2024-12-21T02:32:38.561Z | Checking http-body v1.0.1 |
1800 | 2024-12-21T02:32:38.643Z | Checking aws-lc-sys v0.22.0 |
1801 | 2024-12-21T02:32:38.785Z | Checking try-lock v0.2.5 |
1802 | 2024-12-21T02:32:38.812Z | Checking base64 v0.22.1 |
1803 | 2024-12-21T02:32:38.945Z | Checking httpdate v1.0.3 |
1804 | 2024-12-21T02:32:39.061Z | Checking quote v1.0.37 |
1805 | 2024-12-21T02:32:39.217Z | Checking mirai-annotations v1.12.0 |
1806 | 2024-12-21T02:32:39.331Z | Checking untrusted v0.7.1 |
1807 | 2024-12-21T02:32:39.415Z | Checking want v0.3.1 |
1808 | 2024-12-21T02:32:39.459Z | Checking syn v2.0.87 |
1809 | 2024-12-21T02:32:39.521Z | Checking flagset v0.4.6 |
1810 | 2024-12-21T02:32:39.611Z | Checking pbkdf2 v0.12.2 |
1811 | 2024-12-21T02:32:39.726Z | Checking der v0.7.9 |
1812 | 2024-12-21T02:32:39.728Z | Checking time v0.3.36 |
1813 | 2024-12-21T02:32:39.779Z | Checking aes v0.8.4 |
1814 | 2024-12-21T02:32:40.828Z | Checking salsa20 v0.10.2 |
1815 | 2024-12-21T02:32:41.092Z | Checking cbc v0.1.2 |
1816 | 2024-12-21T02:32:41.345Z | Checking ahash v0.8.11 |
1817 | 2024-12-21T02:32:41.377Z | Checking aws-lc-rs v1.10.0 |
1818 | 2024-12-21T02:32:41.671Z | Checking spki v0.7.3 |
1819 | 2024-12-21T02:32:41.752Z | Checking icu_normalizer v1.5.0 |
1820 | 2024-12-21T02:32:41.823Z | Checking tokio-util v0.7.12 |
1821 | 2024-12-21T02:32:41.898Z | Checking slog v2.7.0 |
1822 | 2024-12-21T02:32:41.995Z | Checking tower-service v0.3.3 |
1823 | 2024-12-21T02:32:42.147Z | Checking scrypt v0.11.0 |
1824 | 2024-12-21T02:32:42.364Z | Checking mime v0.3.17 |
1825 | 2024-12-21T02:32:42.415Z | Checking gimli v0.31.1 |
1826 | 2024-12-21T02:32:42.418Z | Checking pkcs5 v0.7.1 |
1827 | 2024-12-21T02:32:42.623Z | Checking idna_adapter v1.2.0 |
1828 | 2024-12-21T02:32:42.699Z | Checking object v0.36.5 |
1829 | 2024-12-21T02:32:42.795Z | Checking h2 v0.4.6 |
1830 | 2024-12-21T02:32:42.848Z | Checking idna v1.0.3 |
1831 | 2024-12-21T02:32:43.002Z | Checking utf8parse v0.2.2 |
1832 | 2024-12-21T02:32:43.174Z | Checking rustc-demangle v0.1.24 |
1833 | 2024-12-21T02:32:43.336Z | Checking rustls-webpki v0.102.8 |
1834 | 2024-12-21T02:32:43.365Z | Checking url v2.5.3 |
1835 | 2024-12-21T02:32:43.502Z | Checking regex v1.11.1 |
1836 | 2024-12-21T02:32:43.630Z | Checking pkcs8 v0.10.2 |
1837 | 2024-12-21T02:32:43.981Z | Checking http-body-util v0.1.2 |
1838 | 2024-12-21T02:32:44.156Z | Checking futures-executor v0.3.31 |
1839 | 2024-12-21T02:32:44.224Z | Checking toml_datetime v0.6.8 |
1840 | 2024-12-21T02:32:44.300Z | Checking serde_spanned v0.6.8 |
1841 | 2024-12-21T02:32:44.427Z | Checking ipnet v2.10.1 |
1842 | 2024-12-21T02:32:44.430Z | Checking unicode-width v0.1.14 |
1843 | 2024-12-21T02:32:44.497Z | Checking data-encoding v2.6.0 |
1844 | 2024-12-21T02:32:44.540Z | Checking futures v0.3.31 |
1845 | 2024-12-21T02:32:44.680Z | Checking rustls-pemfile v2.2.0 |
1846 | 2024-12-21T02:32:44.918Z | Checking anstyle v1.0.10 |
1847 | 2024-12-21T02:32:44.947Z | Checking openssl-probe v0.1.5 |
1848 | 2024-12-21T02:32:44.974Z | Checking foreign-types-shared v0.1.1 |
1849 | 2024-12-21T02:32:45.101Z | Checking foreign-types v0.3.2 |
1850 | 2024-12-21T02:32:45.129Z | Checking serde_urlencoded v0.7.1 |
1851 | 2024-12-21T02:32:45.213Z | Checking semver v1.0.23 |
1852 | 2024-12-21T02:32:45.240Z | Checking sha1 v0.10.6 |
1853 | 2024-12-21T02:32:45.266Z | Checking openssl-sys v0.9.103 |
1854 | 2024-12-21T02:32:45.564Z | Checking encoding_rs v0.8.34 |
1855 | 2024-12-21T02:32:45.608Z | Checking rustls v0.23.19 |
1856 | 2024-12-21T02:32:45.664Z | Checking anstyle-parse v0.2.5 |
1857 | 2024-12-21T02:32:45.950Z | Checking camino v1.1.9 |
1858 | 2024-12-21T02:32:46.190Z | Checking either v1.13.0 |
1859 | 2024-12-21T02:32:46.561Z | Checking anstyle-query v1.1.1 |
1860 | 2024-12-21T02:32:46.592Z | Checking colorchoice v1.0.2 |
1861 | 2024-12-21T02:32:46.619Z | Checking openssl v0.10.66 |
1862 | 2024-12-21T02:32:46.672Z | Checking addr2line v0.24.2 |
1863 | 2024-12-21T02:32:46.710Z | Checking is_terminal_polyfill v1.70.1 |
1864 | 2024-12-21T02:32:46.738Z | Checking winnow v0.6.20 |
1865 | 2024-12-21T02:32:46.853Z | Checking anstream v0.6.15 |
1866 | 2024-12-21T02:32:47.204Z | Checking idna v0.3.0 |
1867 | 2024-12-21T02:32:47.269Z | Checking terminal_size v0.4.0 |
1868 | 2024-12-21T02:32:47.452Z | Checking openapiv3 v2.0.0 |
1869 | 2024-12-21T02:32:47.953Z | Checking signature v2.2.0 |
1870 | 2024-12-21T02:32:48.101Z | Checking clap_lex v0.7.2 |
1871 | 2024-12-21T02:32:48.172Z | Checking strsim v0.11.1 |
1872 | 2024-12-21T02:32:48.361Z | Checking psl-types v2.0.11 |
1873 | 2024-12-21T02:32:48.483Z | Checking clap_builder v4.5.21 |
1874 | 2024-12-21T02:32:48.579Z | Checking publicsuffix v2.2.3 |
1875 | 2024-12-21T02:32:48.859Z | Checking cookie v0.18.1 |
1876 | 2024-12-21T02:32:49.322Z | Checking hyper v1.5.0 |
1877 | 2024-12-21T02:32:49.372Z | Checking webpki-roots v0.26.6 |
1878 | 2024-12-21T02:32:49.513Z | Checking backtrace v0.3.74 |
1879 | 2024-12-21T02:32:49.601Z | Checking idna v0.5.0 |
1880 | 2024-12-21T02:32:49.913Z | Checking is-terminal v0.4.13 |
1881 | 2024-12-21T02:32:50.061Z | Checking scroll v0.12.0 |
1882 | 2024-12-21T02:32:50.153Z | Checking anyhow v1.0.93 |
1883 | 2024-12-21T02:32:50.532Z | Checking ucd-trie v0.1.7 |
1884 | 2024-12-21T02:32:50.560Z | Checking plain v0.2.3 |
1885 | 2024-12-21T02:32:50.595Z | Checking cookie_store v0.21.0 |
1886 | 2024-12-21T02:32:50.716Z | Checking goblin v0.8.2 |
1887 | 2024-12-21T02:32:50.762Z | Checking pest v2.7.14 |
1888 | 2024-12-21T02:32:51.061Z | Checking sync_wrapper v1.0.1 |
1889 | 2024-12-21T02:32:51.240Z | Checking base16ct v0.2.0 |
1890 | 2024-12-21T02:32:51.347Z | Checking pretty-hex v0.4.1 |
1891 | 2024-12-21T02:32:51.454Z | Checking sec1 v0.7.3 |
1892 | 2024-12-21T02:32:51.515Z | Checking hyper-util v0.1.10 |
1893 | 2024-12-21T02:32:51.545Z | Checking num-integer v0.1.46 |
1894 | 2024-12-21T02:32:51.547Z | Checking tokio-rustls v0.26.0 |
1895 | 2024-12-21T02:32:51.768Z | Checking clap v4.5.21 |
1896 | 2024-12-21T02:32:51.848Z | Checking ff v0.13.0 |
1897 | 2024-12-21T02:32:51.908Z | Checking thread-id v4.2.2 |
1898 | 2024-12-21T02:32:52.005Z | Checking toml_edit v0.22.22 |
1899 | 2024-12-21T02:32:52.034Z | Checking hkdf v0.12.4 |
1900 | 2024-12-21T02:32:52.080Z | Checking crypto-bigint v0.5.5 |
1901 | 2024-12-21T02:32:52.107Z | Checking group v0.13.0 |
1902 | 2024-12-21T02:32:52.256Z | Checking memmap v0.7.0 |
1903 | 2024-12-21T02:32:52.342Z | Checking native-tls v0.2.12 |
1904 | 2024-12-21T02:32:52.393Z | Checking dirs-sys-next v0.1.2 |
1905 | 2024-12-21T02:32:52.489Z | Checking crc32fast v1.4.2 |
1906 | 2024-12-21T02:32:52.603Z | Checking bitflags v1.3.2 |
1907 | 2024-12-21T02:32:52.697Z | Checking tokio-native-tls v0.3.1 |
1908 | 2024-12-21T02:32:52.726Z | Checking static_assertions v1.1.0 |
1909 | 2024-12-21T02:32:52.755Z | Checking utf-8 v0.7.6 |
1910 | 2024-12-21T02:32:52.841Z | Checking dirs-next v2.0.0 |
1911 | 2024-12-21T02:32:52.967Z | Checking crossbeam-channel v0.5.13 |
1912 | 2024-12-21T02:32:52.998Z | Checking thread_local v1.1.8 |
1913 | 2024-12-21T02:32:53.000Z | Checking unicode-segmentation v1.12.0 |
1914 | 2024-12-21T02:32:53.293Z | Checking term v0.7.0 |
1915 | 2024-12-21T02:32:53.347Z | Checking dtrace-parser v0.2.0 |
1916 | 2024-12-21T02:32:53.758Z | Checking num-iter v0.1.45 |
1917 | 2024-12-21T02:32:53.761Z | Checking hyper-rustls v0.27.3 |
1918 | 2024-12-21T02:32:53.814Z | Checking hyper-tls v0.6.0 |
1919 | 2024-12-21T02:32:53.844Z | Checking crossbeam-epoch v0.9.18 |
1920 | 2024-12-21T02:32:53.874Z | Checking take_mut v0.2.2 |
1921 | 2024-12-21T02:32:53.956Z | Checking match_cfg v0.1.0 |
1922 | 2024-12-21T02:32:54.049Z | Checking slog-async v2.8.0 |
1923 | 2024-12-21T02:32:54.078Z | Checking hostname v0.3.1 |
1924 | 2024-12-21T02:32:54.141Z | Checking slog-term v2.9.1 |
1925 | 2024-12-21T02:32:54.172Z | Checking reqwest v0.12.9 |
1926 | 2024-12-21T02:32:54.222Z | Checking bstr v1.10.0 |
1927 | 2024-12-21T02:32:54.314Z | Checking rfc6979 v0.4.0 |
1928 | 2024-12-21T02:32:54.374Z | Checking hex v0.4.3 |
1929 | 2024-12-21T02:32:54.523Z | Checking managed v0.8.0 |
1930 | 2024-12-21T02:32:54.662Z | Checking winnow v0.5.40 |
1931 | 2024-12-21T02:32:54.895Z | Checking toml v0.8.19 |
1932 | 2024-12-21T02:32:54.923Z | Checking crossbeam-deque v0.8.5 |
1933 | 2024-12-21T02:32:55.267Z | Checking num-bigint-dig v0.8.4 |
1934 | 2024-12-21T02:32:55.288Z | Checking elliptic-curve v0.13.8 |
1935 | 2024-12-21T02:32:55.288Z | Checking flate2 v1.0.34 |
1936 | 2024-12-21T02:32:55.288Z | Checking rustls v0.22.4 |
1937 | 2024-12-21T02:32:55.702Z | Checking pkcs1 v0.7.5 |
1938 | 2024-12-21T02:32:55.916Z | Checking ecdsa v0.16.9 |
1939 | 2024-12-21T02:32:55.977Z | Checking curve25519-dalek v4.1.3 |
1940 | 2024-12-21T02:32:56.013Z | Checking dof v0.3.0 |
1941 | 2024-12-21T02:32:56.185Z | Checking zerocopy v0.6.6 |
1942 | 2024-12-21T02:32:56.228Z | Checking siphasher v0.3.11 |
1943 | 2024-12-21T02:32:56.582Z | Checking rayon-core v1.12.1 |
1944 | 2024-12-21T02:32:56.699Z | Checking ed25519 v2.2.3 |
1945 | 2024-12-21T02:32:56.702Z | Checking usdt-impl v0.5.0 |
1946 | 2024-12-21T02:32:57.063Z | Checking slog-json v2.6.1 |
1947 | 2024-12-21T02:32:57.096Z | Checking signal-hook v0.3.17 |
1948 | 2024-12-21T02:32:57.194Z | Checking rsa v0.9.6 |
1949 | 2024-12-21T02:32:57.322Z | Checking quick-error v1.2.3 |
1950 | 2024-12-21T02:32:57.355Z | Checking debug-ignore v1.0.5 |
1951 | 2024-12-21T02:32:57.358Z | Checking usdt v0.5.0 |
1952 | 2024-12-21T02:32:57.454Z | Checking slog-bunyan v2.5.0 |
1953 | 2024-12-21T02:32:57.485Z | Checking multer v3.1.0 |
1954 | 2024-12-21T02:32:57.543Z | Checking itertools v0.10.5 |
1955 | 2024-12-21T02:32:57.649Z | Checking x509-cert v0.2.5 |
1956 | 2024-12-21T02:32:57.652Z | Checking idna v0.4.0 |
1957 | 2024-12-21T02:32:57.931Z | Checking waitgroup v0.1.2 |
1958 | 2024-12-21T02:32:57.959Z | Checking toml_edit v0.19.15 |
1959 | 2024-12-21T02:32:58.007Z | Checking ed25519-dalek v2.1.1 |
1960 | 2024-12-21T02:32:58.078Z | Checking hubpack v0.1.2 |
1961 | 2024-12-21T02:32:58.271Z | Checking serde_path_to_error v0.1.16 |
1962 | 2024-12-21T02:32:58.425Z | Checking bzip2-sys v0.1.11+1.0.8 |
1963 | 2024-12-21T02:32:58.428Z | Checking async-stream v0.3.6 |
1964 | 2024-12-21T02:32:58.584Z | Checking hostname v0.4.0 |
1965 | 2024-12-21T02:32:58.614Z | Checking bit-vec v0.6.3 |
1966 | 2024-12-21T02:32:58.656Z | Checking hickory-proto v0.24.1 |
1967 | 2024-12-21T02:32:58.745Z | Checking bzip2 v0.4.4 |
1968 | 2024-12-21T02:32:58.958Z | Checking signal-hook-mio v0.2.4 |
1969 | 2024-12-21T02:32:58.961Z | Checking bit-set v0.5.3 |
1970 | 2024-12-21T02:32:59.061Z | Checking console v0.15.8 |
1971 | 2024-12-21T02:32:59.120Z | Checking hash32 v0.2.1 |
1972 | 2024-12-21T02:32:59.201Z | Checking tokio-rustls v0.25.0 |
1973 | 2024-12-21T02:32:59.271Z | Checking unicode-properties v0.1.3 |
1974 | 2024-12-21T02:32:59.345Z | Checking linked-hash-map v0.5.6 |
1975 | 2024-12-21T02:32:59.443Z | Checking predicates-core v1.0.8 |
1976 | 2024-12-21T02:32:59.593Z | Checking dropshot v0.12.0 |
1977 | 2024-12-21T02:32:59.653Z | Checking heapless v0.7.17 |
1978 | 2024-12-21T02:32:59.681Z | Checking stringprep v0.1.5 |
1979 | 2024-12-21T02:32:59.684Z | Checking crossterm v0.28.1 |
1980 | 2024-12-21T02:32:59.722Z | Checking lru-cache v0.1.2 |
1981 | 2024-12-21T02:32:59.826Z | Checking rayon v1.10.0 |
1982 | 2024-12-21T02:32:59.932Z | Checking phf_shared v0.11.2 |
1983 | 2024-12-21T02:32:59.969Z | Checking similar v2.6.0 |
1984 | 2024-12-21T02:33:00.231Z | Checking tokio-stream v0.1.16 |
1985 | 2024-12-21T02:33:00.611Z | Checking toml v0.7.8 |
1986 | 2024-12-21T02:33:00.816Z | Checking md-5 v0.10.6 |
1987 | 2024-12-21T02:33:00.980Z | Checking float-cmp v0.9.0 |
1988 | 2024-12-21T02:33:01.087Z | Checking fallible-iterator v0.2.0 |
1989 | 2024-12-21T02:33:01.203Z | Checking fixedbitset v0.4.2 |
1990 | 2024-12-21T02:33:01.234Z | Checking difflib v0.4.0 |
1991 | 2024-12-21T02:33:01.462Z | Checking normalize-line-endings v0.3.0 |
1992 | 2024-12-21T02:33:01.513Z | Checking petgraph v0.6.5 |
1993 | 2024-12-21T02:33:01.608Z | Checking smoltcp v0.9.1 |
1994 | 2024-12-21T02:33:01.610Z | Checking predicates v3.1.2 |
1995 | 2024-12-21T02:33:01.684Z | Checking phf v0.11.2 |
1996 | 2024-12-21T02:33:01.714Z | Checking postgres-protocol v0.6.7 |
1997 | 2024-12-21T02:33:01.980Z | Checking zip v0.6.6 |
1998 | 2024-12-21T02:33:02.396Z | Checking resolv-conf v0.7.0 |
1999 | 2024-12-21T02:33:02.425Z | Checking phf_shared v0.10.0 |
2000 | 2024-12-21T02:33:02.741Z | Checking tungstenite v0.24.0 |
2001 | 2024-12-21T02:33:02.744Z | Checking fs-err v2.11.0 |
2002 | 2024-12-21T02:33:02.795Z | Checking serde-big-array v0.5.1 |
2003 | 2024-12-21T02:33:03.052Z | Checking portable-atomic v1.9.0 |
2004 | 2024-12-21T02:33:03.183Z | Checking lalrpop-util v0.19.12 |
2005 | 2024-12-21T02:33:03.368Z | Checking new_debug_unreachable v1.0.6 |
2006 | 2024-12-21T02:33:03.476Z | Checking unicode-width v0.2.0 |
2007 | 2024-12-21T02:33:03.506Z | Checking precomputed-hash v0.1.1 |
2008 | 2024-12-21T02:33:03.563Z | Checking minimal-lexical v0.2.1 |
2009 | 2024-12-21T02:33:03.626Z | Checking number_prefix v0.4.0 |
2010 | 2024-12-21T02:33:03.676Z | Checking tokio-tungstenite v0.24.0 |
2011 | 2024-12-21T02:33:03.701Z | Checking hickory-resolver v0.24.1 |
2012 | 2024-12-21T02:33:03.846Z | Checking string_cache v0.8.7 |
2013 | 2024-12-21T02:33:03.876Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2014 | 2024-12-21T02:33:03.968Z | Checking postgres-types v0.2.8 |
2015 | 2024-12-21T02:33:03.972Z | Checking nom v7.1.3 |
2016 | 2024-12-21T02:33:04.153Z | Checking indicatif v0.17.9 |
2017 | 2024-12-21T02:33:04.183Z | Checking itertools v0.12.1 |
2018 | 2024-12-21T02:33:04.189Z | Checking whoami v1.5.2 |
2019 | 2024-12-21T02:33:04.499Z | Checking peg-runtime v0.8.3 |
2020 | 2024-12-21T02:33:04.727Z | Checking tokio-postgres v0.7.12 |
2021 | 2024-12-21T02:33:04.892Z | Compiling hashbrown v0.14.5 |
2022 | 2024-12-21T02:33:04.980Z | Compiling ident_case v1.0.1 |
2023 | 2024-12-21T02:33:04.983Z | Compiling unsafe-libyaml v0.2.11 |
2024 | 2024-12-21T02:33:05.194Z | Compiling darling_core v0.20.10 |
2025 | 2024-12-21T02:33:05.404Z | Checking qorb v0.2.1 |
2026 | 2024-12-21T02:33:06.340Z | Compiling regress v0.10.1 |
2027 | 2024-12-21T02:33:06.977Z | Compiling serde_yaml v0.9.34+deprecated |
2028 | 2024-12-21T02:33:07.113Z | Checking heck v0.5.0 |
2029 | 2024-12-21T02:33:07.342Z | Checking progenitor-client v0.8.0 |
2030 | 2024-12-21T02:33:07.745Z | Checking fastrand v2.1.1 |
2031 | 2024-12-21T02:33:08.069Z | Compiling newtype-uuid v1.1.3 |
2032 | 2024-12-21T02:33:08.101Z | Checking ipnetwork v0.20.0 |
2033 | 2024-12-21T02:33:08.251Z | Compiling structmeta-derive v0.3.0 |
2034 | 2024-12-21T02:33:08.391Z | Checking strum v0.26.3 |
2035 | 2024-12-21T02:33:08.500Z | Compiling dropshot v0.13.0 |
2036 | 2024-12-21T02:33:08.562Z | Checking macaddr v1.0.1 |
2037 | 2024-12-21T02:33:08.904Z | Compiling dropshot_endpoint v0.13.0 |
2038 | 2024-12-21T02:33:08.907Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2039 | 2024-12-21T02:33:09.769Z | Checking tempfile v3.13.0 |
2040 | 2024-12-21T02:33:10.006Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2041 | 2024-12-21T02:33:10.163Z | Checking instant v0.1.13 |
2042 | 2024-12-21T02:33:10.303Z | Compiling typify-impl v0.2.0 |
2043 | 2024-12-21T02:33:10.394Z | Checking regress v0.9.1 |
2044 | 2024-12-21T02:33:11.449Z | Compiling structmeta v0.3.0 |
2045 | 2024-12-21T02:33:11.485Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2046 | 2024-12-21T02:33:11.706Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2047 | 2024-12-21T02:33:11.935Z | Compiling parse-display-derive v0.10.0 |
2048 | 2024-12-21T02:33:12.027Z | Checking backoff v0.4.0 |
2049 | 2024-12-21T02:33:12.360Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2050 | 2024-12-21T02:33:12.363Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2051 | 2024-12-21T02:33:12.536Z | Checking wait-timeout v0.2.0 |
2052 | 2024-12-21T02:33:12.570Z | Checking rand_xorshift v0.3.0 |
2053 | 2024-12-21T02:33:12.744Z | Checking rusty-fork v0.3.0 |
2054 | 2024-12-21T02:33:12.774Z | Checking unarray v0.1.4 |
2055 | 2024-12-21T02:33:12.776Z | Compiling darling_macro v0.20.10 |
2056 | 2024-12-21T02:33:12.964Z | Compiling structmeta-derive v0.2.0 |
2057 | 2024-12-21T02:33:13.092Z | Checking proptest v1.5.0 |
2058 | 2024-12-21T02:33:13.842Z | Compiling darling v0.20.10 |
2059 | 2024-12-21T02:33:13.993Z | Compiling serde_with_macros v3.11.0 |
2060 | 2024-12-21T02:33:13.995Z | Checking camino-tempfile v1.1.1 |
2061 | 2024-12-21T02:33:14.338Z | Compiling proc-macro-error v1.0.4 |
2062 | 2024-12-21T02:33:14.693Z | Compiling proc-macro-crate v1.3.1 |
2063 | 2024-12-21T02:33:15.141Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2064 | 2024-12-21T02:33:15.556Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2065 | 2024-12-21T02:33:15.935Z | Compiling num_enum_derive v0.5.11 |
2066 | 2024-12-21T02:33:15.971Z | Compiling foreign-types-macros v0.2.3 |
2067 | 2024-12-21T02:33:16.154Z | Compiling structmeta v0.2.0 |
2068 | 2024-12-21T02:33:16.642Z | Compiling test-strategy v0.3.1 |
2069 | 2024-12-21T02:33:16.851Z | Checking parse-display v0.10.0 |
2070 | 2024-12-21T02:33:17.049Z | Checking serde_with v3.11.0 |
2071 | 2024-12-21T02:33:17.117Z | Checking foreign-types-shared v0.3.1 |
2072 | 2024-12-21T02:33:17.306Z | Checking foreign-types v0.5.0 |
2073 | 2024-12-21T02:33:17.454Z | Checking tabwriter v1.4.0 |
2074 | 2024-12-21T02:33:17.610Z | Checking cstr-argument v0.1.2 |
2075 | 2024-12-21T02:33:17.729Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2076 | 2024-12-21T02:33:17.810Z | Checking pretty-hex v0.2.1 |
2077 | 2024-12-21T02:33:17.996Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2078 | 2024-12-21T02:33:18.116Z | Checking colored v2.1.0 |
2079 | 2024-12-21T02:33:18.248Z | Checking smf v0.2.3 |
2080 | 2024-12-21T02:33:18.335Z | Checking itertools v0.13.0 |
2081 | 2024-12-21T02:33:18.436Z | Checking base64 v0.21.7 |
2082 | 2024-12-21T02:33:18.582Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2083 | 2024-12-21T02:33:18.612Z | Checking num_enum v0.5.11 |
2084 | 2024-12-21T02:33:18.725Z | Compiling crucible-workspace-hack v0.1.0 |
2085 | 2024-12-21T02:33:18.752Z | Compiling zerocopy v0.8.10 |
2086 | 2024-12-21T02:33:18.784Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2087 | 2024-12-21T02:33:18.919Z | Checking atomicwrites v0.4.4 |
2088 | 2024-12-21T02:33:19.125Z | Compiling zerocopy-derive v0.8.10 |
2089 | 2024-12-21T02:33:19.154Z | Compiling heapless v0.8.0 |
2090 | 2024-12-21T02:33:19.759Z | Checking termtree v0.4.1 |
2091 | 2024-12-21T02:33:19.990Z | Checking predicates-tree v1.0.11 |
2092 | 2024-12-21T02:33:20.117Z | Checking hash32 v0.3.1 |
2093 | 2024-12-21T02:33:20.170Z | Compiling smoltcp v0.11.0 |
2094 | 2024-12-21T02:33:20.681Z | Checking cobs v0.2.3 |
2095 | 2024-12-21T02:33:20.762Z | Checking sigpipe v0.1.3 |
2096 | 2024-12-21T02:33:20.885Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2097 | 2024-12-21T02:33:20.921Z | Checking postcard v1.0.10 |
2098 | 2024-12-21T02:33:20.984Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2099 | 2024-12-21T02:33:21.144Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2100 | 2024-12-21T02:33:21.172Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2101 | 2024-12-21T02:33:21.303Z | Compiling thiserror v2.0.3 |
2102 | 2024-12-21T02:33:21.477Z | Compiling mockall_derive v0.13.0 |
2103 | 2024-12-21T02:33:21.585Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2104 | 2024-12-21T02:33:21.820Z | Compiling thiserror-impl v2.0.3 |
2105 | 2024-12-21T02:33:21.931Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2106 | 2024-12-21T02:33:22.339Z | Compiling zone_cfg_derive v0.3.0 |
2107 | 2024-12-21T02:33:22.435Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2108 | 2024-12-21T02:33:24.063Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2109 | 2024-12-21T02:33:24.369Z | Compiling num-derive v0.4.2 |
2110 | 2024-12-21T02:33:24.463Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2111 | 2024-12-21T02:33:24.637Z | Checking downcast v0.11.0 |
2112 | 2024-12-21T02:33:24.776Z | Checking fragile v2.0.0 |
2113 | 2024-12-21T02:33:24.894Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2114 | 2024-12-21T02:33:25.055Z | Checking zone v0.3.0 |
2115 | 2024-12-21T02:33:25.170Z | Compiling convert_case v0.4.0 |
2116 | 2024-12-21T02:33:25.684Z | Checking tungstenite v0.21.0 |
2117 | 2024-12-21T02:33:25.889Z | Checking newline-converter v0.3.0 |
2118 | 2024-12-21T02:33:26.008Z | Checking same-file v1.0.6 |
2119 | 2024-12-21T02:33:26.071Z | Checking expectorate v1.1.0 |
2120 | 2024-12-21T02:33:26.212Z | Compiling derive_more v0.99.18 |
2121 | 2024-12-21T02:33:26.215Z | Checking walkdir v2.5.0 |
2122 | 2024-12-21T02:33:26.264Z | Checking arc-swap v1.7.1 |
2123 | 2024-12-21T02:33:26.563Z | Checking xattr v1.3.1 |
2124 | 2024-12-21T02:33:26.705Z | Checking tokio-tungstenite v0.21.0 |
2125 | 2024-12-21T02:33:26.731Z | Checking slog-scope v4.4.0 |
2126 | 2024-12-21T02:33:26.769Z | Checking filetime v0.2.25 |
2127 | 2024-12-21T02:33:26.847Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2128 | 2024-12-21T02:33:26.943Z | Checking slog-stdlog v4.1.1 |
2129 | 2024-12-21T02:33:27.004Z | Checking tar v0.4.42 |
2130 | 2024-12-21T02:33:27.117Z | Checking slog-envlogger v2.2.0 |
2131 | 2024-12-21T02:33:27.258Z | Checking num-rational v0.4.2 |
2132 | 2024-12-21T02:33:27.364Z | Checking num-complex v0.4.6 |
2133 | 2024-12-21T02:33:27.391Z | Checking float-ord v0.3.2 |
2134 | 2024-12-21T02:33:27.559Z | Checking indent_write v2.2.0 |
2135 | 2024-12-21T02:33:27.790Z | Compiling owo-colors v4.1.0 |
2136 | 2024-12-21T02:33:27.885Z | Checking swrite v0.1.0 |
2137 | 2024-12-21T02:33:27.953Z | Compiling cancel-safe-futures v0.1.5 |
2138 | 2024-12-21T02:33:28.025Z | Checking libsw v3.3.1 |
2139 | 2024-12-21T02:33:28.319Z | Checking password-hash v0.5.0 |
2140 | 2024-12-21T02:33:28.369Z | Checking num v0.4.3 |
2141 | 2024-12-21T02:33:28.489Z | Checking blake2 v0.10.6 |
2142 | 2024-12-21T02:33:28.816Z | Checking linear-map v1.2.0 |
2143 | 2024-12-21T02:33:28.904Z | Checking pem v3.0.4 |
2144 | 2024-12-21T02:33:28.987Z | Checking argon2 v0.5.3 |
2145 | 2024-12-21T02:33:29.189Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2146 | 2024-12-21T02:33:29.578Z | Compiling lzma-sys v0.1.20 |
2147 | 2024-12-21T02:33:29.606Z | Compiling typify-macro v0.2.0 |
2148 | 2024-12-21T02:33:29.676Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2149 | 2024-12-21T02:33:29.776Z | Checking headers-core v0.3.0 |
2150 | 2024-12-21T02:33:29.947Z | Compiling heck v0.3.3 |
2151 | 2024-12-21T02:33:30.036Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2152 | 2024-12-21T02:33:30.073Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2153 | 2024-12-21T02:33:30.122Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2154 | 2024-12-21T02:33:30.379Z | Checking highway v1.2.0 |
2155 | 2024-12-21T02:33:30.427Z | Compiling zone_cfg_derive v0.1.2 |
2156 | 2024-12-21T02:33:30.640Z | Checking mockall v0.13.0 |
2157 | 2024-12-21T02:33:30.727Z | Checking headers v0.4.0 |
2158 | 2024-12-21T02:33:30.854Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2159 | 2024-12-21T02:33:30.942Z | Checking yasna v0.5.2 |
2160 | 2024-12-21T02:33:30.972Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2161 | 2024-12-21T02:33:31.175Z | Checking base64 v0.13.1 |
2162 | 2024-12-21T02:33:31.656Z | Checking ron v0.7.1 |
2163 | 2024-12-21T02:33:31.950Z | Checking rcgen v0.12.1 |
2164 | 2024-12-21T02:33:31.991Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2165 | 2024-12-21T02:33:32.109Z | Checking zone v0.1.8 |
2166 | 2024-12-21T02:33:32.706Z | Checking xz2 v0.1.7 |
2167 | 2024-12-21T02:33:32.872Z | Checking subprocess v0.2.9 |
2168 | 2024-12-21T02:33:32.899Z | Checking humantime v2.1.0 |
2169 | 2024-12-21T02:33:33.041Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2170 | 2024-12-21T02:33:33.225Z | Compiling semver v0.1.20 |
2171 | 2024-12-21T02:33:33.381Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2172 | 2024-12-21T02:33:33.434Z | Checking half v2.4.1 |
2173 | 2024-12-21T02:33:33.924Z | Compiling rustc_version v0.1.7 |
2174 | 2024-12-21T02:33:33.951Z | Checking ciborium-io v0.2.2 |
2175 | 2024-12-21T02:33:33.954Z | Checking prettyplease v0.2.25 |
2176 | 2024-12-21T02:33:34.091Z | Checking ciborium-ll v0.2.2 |
2177 | 2024-12-21T02:33:34.127Z | Compiling typify v0.2.0 |
2178 | 2024-12-21T02:33:34.288Z | Compiling progenitor-impl v0.8.0 |
2179 | 2024-12-21T02:33:34.415Z | Checking ciborium v0.2.2 |
2180 | 2024-12-21T02:33:34.453Z | Compiling newtype_derive v0.1.6 |
2181 | 2024-12-21T02:33:34.868Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2182 | 2024-12-21T02:33:35.001Z | Checking steno v0.4.1 |
2183 | 2024-12-21T02:33:36.895Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2184 | 2024-12-21T02:33:37.543Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2185 | 2024-12-21T02:33:37.766Z | Compiling slog-dtrace v0.3.0 |
2186 | 2024-12-21T02:33:38.267Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2187 | 2024-12-21T02:33:38.567Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2188 | 2024-12-21T02:33:38.657Z | Checking display-error-chain v0.2.2 |
2189 | 2024-12-21T02:33:38.702Z | Checking gethostname v0.5.0 |
2190 | 2024-12-21T02:33:38.839Z | Checking nibble_vec v0.1.0 |
2191 | 2024-12-21T02:33:38.865Z | Compiling blake3 v1.5.4 |
2192 | 2024-12-21T02:33:38.886Z | Checking keccak v0.1.5 |
2193 | 2024-12-21T02:33:39.045Z | Checking endian-type v0.1.2 |
2194 | 2024-12-21T02:33:39.198Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2195 | 2024-12-21T02:33:39.240Z | Checking sha3 v0.10.8 |
2196 | 2024-12-21T02:33:39.282Z | Checking radix_trie v0.2.1 |
2197 | 2024-12-21T02:33:39.717Z | Checking universal-hash v0.5.1 |
2198 | 2024-12-21T02:33:39.741Z | Checking secrecy v0.8.0 |
2199 | 2024-12-21T02:33:39.921Z | Checking opaque-debug v0.3.1 |
2200 | 2024-12-21T02:33:39.952Z | Checking aead v0.5.2 |
2201 | 2024-12-21T02:33:39.979Z | Checking chacha20 v0.9.1 |
2202 | 2024-12-21T02:33:40.019Z | Checking poly1305 v0.8.0 |
2203 | 2024-12-21T02:33:40.390Z | Compiling memmap2 v0.9.5 |
2204 | 2024-12-21T02:33:40.555Z | Compiling arrayvec v0.7.6 |
2205 | 2024-12-21T02:33:40.931Z | Compiling arrayref v0.3.9 |
2206 | 2024-12-21T02:33:41.036Z | Compiling constant_time_eq v0.3.1 |
2207 | 2024-12-21T02:33:41.063Z | Compiling toolchain_find v0.4.0 |
2208 | 2024-12-21T02:33:41.382Z | Compiling thiserror-impl-no-std v2.0.2 |
2209 | 2024-12-21T02:33:41.530Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2210 | 2024-12-21T02:33:41.795Z | Compiling topological-sort v0.2.2 |
2211 | 2024-12-21T02:33:41.821Z | Compiling rustfmt-wrapper v0.2.1 |
2212 | 2024-12-21T02:33:41.882Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2213 | 2024-12-21T02:33:42.043Z | Compiling omicron-zone-package v0.12.0 |
2214 | 2024-12-21T02:33:42.255Z | Checking chacha20poly1305 v0.10.1 |
2215 | 2024-12-21T02:33:42.632Z | Compiling async-recursion v1.1.1 |
2216 | 2024-12-21T02:33:42.639Z | Checking fxhash v0.2.1 |
2217 | 2024-12-21T02:33:42.639Z | Checking lockfree-object-pool v0.1.6 |
2218 | 2024-12-21T02:33:42.639Z | Checking bumpalo v3.16.0 |
2219 | 2024-12-21T02:33:42.657Z | Checking simd-adler32 v0.3.7 |
2220 | 2024-12-21T02:33:42.749Z | Compiling zip v2.1.3 |
2221 | 2024-12-21T02:33:42.985Z | Checking termcolor v1.4.1 |
2222 | 2024-12-21T02:33:43.043Z | Checking zopfli v0.8.1 |
2223 | 2024-12-21T02:33:43.120Z | Checking maplit v1.0.2 |
2224 | 2024-12-21T02:33:43.147Z | Compiling progenitor-macro v0.8.0 |
2225 | 2024-12-21T02:33:43.252Z | Compiling radium v0.7.0 |
2226 | 2024-12-21T02:33:43.491Z | Checking tap v1.0.1 |
2227 | 2024-12-21T02:33:43.700Z | Compiling maybe-uninit v2.0.0 |
2228 | 2024-12-21T02:33:44.212Z | Checking wyz v0.5.1 |
2229 | 2024-12-21T02:33:44.256Z | Checking crc-catalog v2.4.0 |
2230 | 2024-12-21T02:33:44.309Z | Compiling packed_struct v0.10.1 |
2231 | 2024-12-21T02:33:44.416Z | Checking home v0.5.9 |
2232 | 2024-12-21T02:33:44.575Z | Checking funty v2.0.0 |
2233 | 2024-12-21T02:33:44.632Z | Checking crc v3.2.1 |
2234 | 2024-12-21T02:33:44.723Z | Checking thiserror-no-std v2.0.2 |
2235 | 2024-12-21T02:33:44.874Z | Checking vsss-rs v3.3.4 |
2236 | 2024-12-21T02:33:44.960Z | Compiling const_format_proc_macros v0.2.33 |
2237 | 2024-12-21T02:33:44.993Z | Checking kstat-rs v0.2.4 |
2238 | 2024-12-21T02:33:45.097Z | Compiling packed_struct_codegen v0.10.1 |
2239 | 2024-12-21T02:33:45.365Z | Compiling vte_generate_state_changes v0.1.2 |
2240 | 2024-12-21T02:33:45.592Z | Checking bitvec v1.0.1 |
2241 | 2024-12-21T02:33:46.069Z | Compiling indexmap v1.9.3 |
2242 | 2024-12-21T02:33:46.270Z | Checking nodrop v0.1.14 |
2243 | 2024-12-21T02:33:46.391Z | Compiling libefi-sys v0.1.0 |
2244 | 2024-12-21T02:33:46.418Z | Checking array-init v0.0.4 |
2245 | 2024-12-21T02:33:46.776Z | Checking vte v0.11.1 |
2246 | 2024-12-21T02:33:47.239Z | Checking const_format v0.2.33 |
2247 | 2024-12-21T02:33:47.516Z | Checking smallvec v0.6.14 |
2248 | 2024-12-21T02:33:47.771Z | Checking fd-lock v4.0.2 |
2249 | 2024-12-21T02:33:47.945Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2250 | 2024-12-21T02:33:47.985Z | Compiling bitfield-struct v0.6.2 |
2251 | 2024-12-21T02:33:48.207Z | Checking bitfield v0.14.0 |
2252 | 2024-12-21T02:33:48.239Z | Checking hashbrown v0.12.3 |
2253 | 2024-12-21T02:33:48.264Z | Checking strip-ansi-escapes v0.2.0 |
2254 | 2024-12-21T02:33:48.430Z | Checking serde-hex v0.1.0 |
2255 | 2024-12-21T02:33:48.527Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2256 | 2024-12-21T02:33:48.808Z | Checking env_logger v0.10.2 |
2257 | 2024-12-21T02:33:48.935Z | Checking ron v0.8.1 |
2258 | 2024-12-21T02:33:49.271Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2259 | 2024-12-21T02:33:49.367Z | Checking hashbrown v0.13.2 |
2260 | 2024-12-21T02:33:49.494Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2261 | 2024-12-21T02:33:49.590Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2262 | 2024-12-21T02:33:49.732Z | Checking nu-ansi-term v0.50.1 |
2263 | 2024-12-21T02:33:50.095Z | Checking crc-any v2.5.0 |
2264 | 2024-12-21T02:33:50.098Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2265 | 2024-12-21T02:33:50.183Z | Checking reedline v0.35.0 |
2266 | 2024-12-21T02:33:50.289Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2267 | 2024-12-21T02:33:50.561Z | Checking object v0.30.4 |
2268 | 2024-12-21T02:33:50.564Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2269 | 2024-12-21T02:33:50.611Z | Compiling parking_lot_core v0.8.6 |
2270 | 2024-12-21T02:33:50.822Z | Checking path-slash v0.1.5 |
2271 | 2024-12-21T02:33:50.854Z | Compiling phf_generator v0.11.2 |
2272 | 2024-12-21T02:33:50.993Z | Checking glob v0.3.1 |
2273 | 2024-12-21T02:33:51.069Z | Checking bytecount v0.6.8 |
2274 | 2024-12-21T02:33:51.246Z | Checking papergrid v0.11.0 |
2275 | 2024-12-21T02:33:51.363Z | Compiling phf_codegen v0.11.2 |
2276 | 2024-12-21T02:33:51.568Z | Checking parking_lot v0.11.2 |
2277 | 2024-12-21T02:33:51.615Z | Compiling tabled_derive v0.7.0 |
2278 | 2024-12-21T02:33:51.940Z | Compiling parse-zoneinfo v0.3.1 |
2279 | 2024-12-21T02:33:52.502Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2280 | 2024-12-21T02:33:52.652Z | Compiling cfg_aliases v0.1.1 |
2281 | 2024-12-21T02:33:52.782Z | Compiling nix v0.28.0 |
2282 | 2024-12-21T02:33:52.856Z | Compiling chrono-tz-build v0.4.0 |
2283 | 2024-12-21T02:33:53.154Z | Checking sled v0.34.7 |
2284 | 2024-12-21T02:33:53.683Z | Checking hickory-client v0.24.1 |
2285 | 2024-12-21T02:33:54.011Z | Checking hickory-server v0.24.1 |
2286 | 2024-12-21T02:33:54.318Z | Checking tabled v0.15.0 |
2287 | 2024-12-21T02:33:54.427Z | Compiling chrono-tz v0.10.0 |
2288 | 2024-12-21T02:33:54.458Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2289 | 2024-12-21T02:33:55.130Z | Compiling buf-list v1.0.3 |
2290 | 2024-12-21T02:33:56.260Z | Compiling peg-macros v0.8.4 |
2291 | 2024-12-21T02:33:56.738Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2292 | 2024-12-21T02:33:56.909Z | Compiling sqlparser_derive v0.2.2 |
2293 | 2024-12-21T02:33:57.172Z | Checking unicode_categories v0.1.1 |
2294 | 2024-12-21T02:33:57.503Z | Checking sqlformat v0.2.6 |
2295 | 2024-12-21T02:33:58.064Z | Checking sqlparser v0.45.0 |
2296 | 2024-12-21T02:33:58.318Z | Checking bcs v0.1.6 |
2297 | 2024-12-21T02:33:58.568Z | Checking rustyline v14.0.0 |
2298 | 2024-12-21T02:33:58.805Z | Checking primeorder v0.13.6 |
2299 | 2024-12-21T02:33:58.899Z | Checking progenitor v0.8.0 |
2300 | 2024-12-21T02:33:59.181Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2301 | 2024-12-21T02:33:59.663Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2302 | 2024-12-21T02:34:00.279Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2303 | 2024-12-21T02:34:02.404Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2304 | 2024-12-21T02:34:04.317Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2305 | 2024-12-21T02:34:04.463Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2306 | 2024-12-21T02:34:04.973Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2307 | 2024-12-21T02:34:06.735Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2308 | 2024-12-21T02:34:07.589Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2309 | 2024-12-21T02:34:08.080Z | Checking peg v0.8.4 |
2310 | 2024-12-21T02:34:08.201Z | Compiling unicase v2.7.0 |
2311 | 2024-12-21T02:34:08.737Z | Checking nanorand v0.7.0 |
2312 | 2024-12-21T02:34:08.875Z | Checking atty v0.2.14 |
2313 | 2024-12-21T02:34:08.912Z | Compiling salty v0.3.0 |
2314 | 2024-12-21T02:34:08.960Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2315 | 2024-12-21T02:34:09.108Z | Checking flume v0.11.1 |
2316 | 2024-12-21T02:34:09.399Z | Checking p384 v0.13.0 |
2317 | 2024-12-21T02:34:09.447Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2318 | 2024-12-21T02:34:09.474Z | Compiling mime_guess v2.0.5 |
2319 | 2024-12-21T02:34:09.640Z | Checking env_filter v0.1.2 |
2320 | 2024-12-21T02:34:09.912Z | Checking http-range v0.1.5 |
2321 | 2024-12-21T02:34:10.120Z | Checking env_logger v0.11.5 |
2322 | 2024-12-21T02:34:10.260Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2323 | 2024-12-21T02:34:10.625Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2324 | 2024-12-21T02:34:10.673Z | Compiling dsl_auto_type v0.1.2 |
2325 | 2024-12-21T02:34:10.823Z | Checking scheduled-thread-pool v0.2.7 |
2326 | 2024-12-21T02:34:10.949Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2327 | 2024-12-21T02:34:11.014Z | Compiling diesel_table_macro_syntax v0.2.0 |
2328 | 2024-12-21T02:34:11.086Z | Compiling crunchy v0.2.2 |
2329 | 2024-12-21T02:34:11.500Z | Checking r2d2 v0.8.10 |
2330 | 2024-12-21T02:34:11.648Z | Checking hyper-staticfile v0.10.1 |
2331 | 2024-12-21T02:34:11.681Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2332 | 2024-12-21T02:34:11.828Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2333 | 2024-12-21T02:34:12.044Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2334 | 2024-12-21T02:34:12.211Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2335 | 2024-12-21T02:34:12.239Z | Compiling tiny-keccak v2.0.2 |
2336 | 2024-12-21T02:34:12.546Z | Compiling diesel_derives v2.2.3 |
2337 | 2024-12-21T02:34:12.625Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2338 | 2024-12-21T02:34:12.719Z | Compiling pin-project-internal v1.1.6 |
2339 | 2024-12-21T02:34:12.745Z | Compiling ref-cast v1.0.23 |
2340 | 2024-12-21T02:34:13.406Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2341 | 2024-12-21T02:34:13.653Z | Compiling ascii-canvas v3.0.0 |
2342 | 2024-12-21T02:34:13.709Z | Compiling ena v0.14.3 |
2343 | 2024-12-21T02:34:14.153Z | Compiling ref-cast-impl v1.0.23 |
2344 | 2024-12-21T02:34:14.245Z | Compiling diff v0.1.13 |
2345 | 2024-12-21T02:34:14.943Z | Compiling regex-syntax v0.6.29 |
2346 | 2024-12-21T02:34:15.635Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2347 | 2024-12-21T02:34:15.980Z | Checking pin-project v1.1.6 |
2348 | 2024-12-21T02:34:16.098Z | Checking signal-hook-tokio v0.3.1 |
2349 | 2024-12-21T02:34:16.123Z | Compiling snafu-derive v0.8.5 |
2350 | 2024-12-21T02:34:16.306Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2351 | 2024-12-21T02:34:16.622Z | Compiling derive_builder_core v0.20.2 |
2352 | 2024-12-21T02:34:19.071Z | Compiling lalrpop v0.19.12 |
2353 | 2024-12-21T02:34:19.945Z | Checking globset v0.4.15 |
2354 | 2024-12-21T02:34:20.473Z | Checking olpc-cjson v0.1.4 |
2355 | 2024-12-21T02:34:20.727Z | Checking serde_plain v1.0.2 |
2356 | 2024-12-21T02:34:21.015Z | Compiling libxml v0.3.3 |
2357 | 2024-12-21T02:34:21.401Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2358 | 2024-12-21T02:34:21.759Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2359 | 2024-12-21T02:34:21.982Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2360 | 2024-12-21T02:34:25.451Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2361 | 2024-12-21T02:34:25.963Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2362 | 2024-12-21T02:34:26.914Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2363 | 2024-12-21T02:34:27.292Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2364 | 2024-12-21T02:34:27.874Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2365 | 2024-12-21T02:34:28.352Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2366 | 2024-12-21T02:34:28.884Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2367 | 2024-12-21T02:34:29.439Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2368 | 2024-12-21T02:34:29.518Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2369 | 2024-12-21T02:34:30.003Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2370 | 2024-12-21T02:34:30.257Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2371 | 2024-12-21T02:34:30.309Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2372 | 2024-12-21T02:34:30.968Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2373 | 2024-12-21T02:34:31.737Z | Checking diesel v2.2.6 |
2374 | 2024-12-21T02:34:33.915Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2375 | 2024-12-21T02:34:34.439Z | Checking snafu v0.8.5 |
2376 | 2024-12-21T02:34:34.989Z | Compiling memoffset v0.9.1 |
2377 | 2024-12-21T02:34:35.152Z | Checking typed-path v0.9.3 |
2378 | 2024-12-21T02:34:35.177Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2379 | 2024-12-21T02:34:35.536Z | Compiling derive_builder_macro v0.20.2 |
2380 | 2024-12-21T02:34:35.917Z | Checking tungstenite v0.23.0 |
2381 | 2024-12-21T02:34:36.499Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2382 | 2024-12-21T02:34:36.501Z | Compiling strum_macros v0.24.3 |
2383 | 2024-12-21T02:34:36.599Z | Compiling samael v0.0.17 |
2384 | 2024-12-21T02:34:36.827Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2385 | 2024-12-21T02:34:36.949Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2386 | 2024-12-21T02:34:37.268Z | Checking tough v0.19.0 |
2387 | 2024-12-21T02:34:37.803Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2388 | 2024-12-21T02:34:38.703Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2389 | 2024-12-21T02:34:40.218Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2390 | 2024-12-21T02:34:40.373Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2391 | 2024-12-21T02:34:40.750Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2392 | 2024-12-21T02:34:41.951Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2393 | 2024-12-21T02:34:42.280Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2394 | 2024-12-21T02:34:42.423Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2395 | 2024-12-21T02:34:42.450Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2396 | 2024-12-21T02:34:44.575Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2397 | 2024-12-21T02:34:45.295Z | Compiling indoc v1.0.9 |
2398 | 2024-12-21T02:34:46.469Z | Checking parse-size v1.1.0 |
2399 | 2024-12-21T02:34:47.945Z | Checking tokio-tungstenite v0.23.1 |
2400 | 2024-12-21T02:34:48.466Z | Checking derive_builder v0.20.2 |
2401 | 2024-12-21T02:34:48.589Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2402 | 2024-12-21T02:34:48.630Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2403 | 2024-12-21T02:34:49.656Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2404 | 2024-12-21T02:34:49.972Z | Checking quick-xml v0.33.0 |
2405 | 2024-12-21T02:34:50.746Z | Compiling oso-derive v0.27.3 |
2406 | 2024-12-21T02:34:51.087Z | Compiling impl-trait-for-tuples v0.2.2 |
2407 | 2024-12-21T02:34:51.951Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2408 | 2024-12-21T02:34:52.405Z | Checking nix v0.27.1 |
2409 | 2024-12-21T02:34:53.571Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2410 | 2024-12-21T02:34:53.787Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2411 | 2024-12-21T02:34:53.947Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2412 | 2024-12-21T02:34:54.237Z | Compiling diesel-dtrace v0.4.2 |
2413 | 2024-12-21T02:34:55.799Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2414 | 2024-12-21T02:34:56.397Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2415 | 2024-12-21T02:34:56.727Z | Checking bb8 v0.8.5 |
2416 | 2024-12-21T02:34:57.173Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2417 | 2024-12-21T02:34:57.278Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2418 | 2024-12-21T02:34:58.632Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2419 | 2024-12-21T02:34:59.068Z | Checking heck v0.4.1 |
2420 | 2024-12-21T02:34:59.320Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2421 | 2024-12-21T02:34:59.493Z | Checking rand_seeder v0.3.0 |
2422 | 2024-12-21T02:34:59.529Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2423 | 2024-12-21T02:34:59.683Z | Checking assert_matches v1.5.0 |
2424 | 2024-12-21T02:34:59.743Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2425 | 2024-12-21T02:34:59.769Z | Compiling libz-sys v1.1.20 |
2426 | 2024-12-21T02:34:59.771Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2427 | 2024-12-21T02:34:59.814Z | Checking castaway v0.2.3 |
2428 | 2024-12-21T02:34:59.994Z | Checking is_ci v1.2.0 |
2429 | 2024-12-21T02:35:00.017Z | Checking compact_str v0.8.0 |
2430 | 2024-12-21T02:35:00.155Z | Checking supports-color v3.0.1 |
2431 | 2024-12-21T02:35:00.377Z | Checking unicode-truncate v1.1.0 |
2432 | 2024-12-21T02:35:00.642Z | Checking lru v0.12.5 |
2433 | 2024-12-21T02:35:00.667Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2434 | 2024-12-21T02:35:00.995Z | Compiling instability v0.3.2 |
2435 | 2024-12-21T02:35:00.997Z | Checking cassowary v0.3.0 |
2436 | 2024-12-21T02:35:01.712Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2437 | 2024-12-21T02:35:01.901Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2438 | 2024-12-21T02:35:02.142Z | Checking ratatui v0.28.1 |
2439 | 2024-12-21T02:35:02.188Z | Compiling vergen v8.3.2 |
2440 | 2024-12-21T02:35:02.496Z | Compiling cargo-platform v0.1.8 |
2441 | 2024-12-21T02:35:03.109Z | Checking smawk v0.3.2 |
2442 | 2024-12-21T02:35:03.326Z | Checking unicode-linebreak v0.1.5 |
2443 | 2024-12-21T02:35:03.445Z | Compiling cargo_metadata v0.18.1 |
2444 | 2024-12-21T02:35:03.577Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2445 | 2024-12-21T02:35:03.800Z | Checking textwrap v0.16.1 |
2446 | 2024-12-21T02:35:04.229Z | Compiling libsqlite3-sys v0.30.1 |
2447 | 2024-12-21T02:35:04.235Z | Compiling rustls v0.21.12 |
2448 | 2024-12-21T02:35:04.566Z | Compiling cfg_aliases v0.2.1 |
2449 | 2024-12-21T02:35:04.693Z | Checking shell-words v1.1.0 |
2450 | 2024-12-21T02:35:04.829Z | Compiling nix v0.29.0 |
2451 | 2024-12-21T02:35:05.389Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2452 | 2024-12-21T02:35:05.704Z | Checking rustls-webpki v0.101.7 |
2453 | 2024-12-21T02:35:05.798Z | Checking sct v0.7.1 |
2454 | 2024-12-21T02:35:06.567Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2455 | 2024-12-21T02:35:06.646Z | Checking hashlink v0.9.1 |
2456 | 2024-12-21T02:35:06.872Z | Checking concurrent-queue v2.5.0 |
2457 | 2024-12-21T02:35:07.199Z | Checking fallible-streaming-iterator v0.1.9 |
2458 | 2024-12-21T02:35:07.235Z | Checking plotters-backend v0.3.7 |
2459 | 2024-12-21T02:35:07.287Z | Checking fallible-iterator v0.3.0 |
2460 | 2024-12-21T02:35:07.455Z | Checking parking v2.2.1 |
2461 | 2024-12-21T02:35:07.634Z | Checking plotters-svg v0.3.7 |
2462 | 2024-12-21T02:35:07.884Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2463 | 2024-12-21T02:35:07.919Z | Checking rusqlite v0.32.1 |
2464 | 2024-12-21T02:35:08.100Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2465 | 2024-12-21T02:35:08.191Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2466 | 2024-12-21T02:35:08.876Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2467 | 2024-12-21T02:35:09.576Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2468 | 2024-12-21T02:35:09.882Z | Checking async-bb8-diesel v0.2.1 |
2469 | 2024-12-21T02:35:10.082Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2470 | 2024-12-21T02:35:10.107Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2471 | 2024-12-21T02:35:10.265Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2472 | 2024-12-21T02:35:10.635Z | Checking tokio-rustls v0.24.1 |
2473 | 2024-12-21T02:35:11.042Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2474 | 2024-12-21T02:35:12.183Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2475 | 2024-12-21T02:35:12.395Z | Checking rustls-pemfile v1.0.4 |
2476 | 2024-12-21T02:35:12.507Z | Checking twox-hash v1.6.3 |
2477 | 2024-12-21T02:35:12.624Z | Checking cast v0.3.0 |
2478 | 2024-12-21T02:35:12.834Z | Checking plotters v0.3.7 |
2479 | 2024-12-21T02:35:12.927Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2480 | 2024-12-21T02:35:12.967Z | Checking criterion-plot v0.5.0 |
2481 | 2024-12-21T02:35:13.020Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2482 | 2024-12-21T02:35:13.484Z | Checking fatfs v0.3.6 |
2483 | 2024-12-21T02:35:14.661Z | Checking tinytemplate v1.2.1 |
2484 | 2024-12-21T02:35:14.842Z | Checking csv-core v0.1.11 |
2485 | 2024-12-21T02:35:14.893Z | Checking oorandom v11.1.4 |
2486 | 2024-12-21T02:35:15.065Z | Checking hex-literal v0.4.1 |
2487 | 2024-12-21T02:35:15.091Z | Checking anes v0.1.6 |
2488 | 2024-12-21T02:35:15.206Z | Checking csv v1.3.0 |
2489 | 2024-12-21T02:35:15.234Z | Checking event-listener v5.3.1 |
2490 | 2024-12-21T02:35:15.487Z | Checking criterion v0.5.1 |
2491 | 2024-12-21T02:35:15.702Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2492 | 2024-12-21T02:35:16.151Z | Checking rtoolbox v0.0.2 |
2493 | 2024-12-21T02:35:16.380Z | Checking rpassword v7.3.1 |
2494 | 2024-12-21T02:35:16.556Z | Checking event-listener-strategy v0.5.2 |
2495 | 2024-12-21T02:35:16.807Z | Checking tui-tree-widget v0.22.0 |
2496 | 2024-12-21T02:35:17.334Z | Checking polyval v0.6.2 |
2497 | 2024-12-21T02:35:17.497Z | Checking ghash v0.5.1 |
2498 | 2024-12-21T02:35:17.698Z | Checking futures-lite v2.3.0 |
2499 | 2024-12-21T02:35:18.579Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2500 | 2024-12-21T02:35:19.215Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2501 | 2024-12-21T02:35:19.811Z | Checking ctr v0.9.2 |
2502 | 2024-12-21T02:35:20.050Z | Checking yansi v1.0.1 |
2503 | 2024-12-21T02:35:20.726Z | Checking pretty_assertions v1.4.1 |
2504 | 2024-12-21T02:35:20.751Z | Checking aes-gcm v0.10.3 |
2505 | 2024-12-21T02:35:20.956Z | Checking ssh-encoding v0.2.0 |
2506 | 2024-12-21T02:35:21.007Z | Checking blowfish v0.9.1 |
2507 | 2024-12-21T02:35:21.283Z | Checking bcrypt-pbkdf v0.10.0 |
2508 | 2024-12-21T02:35:21.333Z | Checking ssh-cipher v0.2.0 |
2509 | 2024-12-21T02:35:21.565Z | Checking async-lock v3.4.0 |
2510 | 2024-12-21T02:35:21.660Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2511 | 2024-12-21T02:35:22.369Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2512 | 2024-12-21T02:35:22.456Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2513 | 2024-12-21T02:35:22.738Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2514 | 2024-12-21T02:35:23.458Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2515 | 2024-12-21T02:35:23.742Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2516 | 2024-12-21T02:35:24.226Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2517 | 2024-12-21T02:35:25.887Z | Checking polling v3.7.3 |
2518 | 2024-12-21T02:35:26.349Z | Checking password-hash v0.4.2 |
2519 | 2024-12-21T02:35:26.812Z | Checking matches v0.1.10 |
2520 | 2024-12-21T02:35:26.932Z | Checking idna v0.2.3 |
2521 | 2024-12-21T02:35:27.827Z | Checking pbkdf2 v0.11.0 |
2522 | 2024-12-21T02:35:28.099Z | Checking async-io v2.3.4 |
2523 | 2024-12-21T02:35:28.978Z | Checking ssh-key v0.6.6 |
2524 | 2024-12-21T02:35:29.433Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2525 | 2024-12-21T02:35:30.665Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2526 | 2024-12-21T02:35:30.708Z | Checking p256 v0.13.2 |
2527 | 2024-12-21T02:35:31.260Z | Checking p521 v0.13.3 |
2528 | 2024-12-21T02:35:31.331Z | Compiling enum-as-inner v0.5.1 |
2529 | 2024-12-21T02:35:31.537Z | Checking russh-cryptovec v0.7.3 |
2530 | 2024-12-21T02:35:31.778Z | Compiling doc-comment v0.3.3 |
2531 | 2024-12-21T02:35:32.419Z | Checking md5 v0.7.0 |
2532 | 2024-12-21T02:35:32.479Z | Checking async-task v4.7.1 |
2533 | 2024-12-21T02:35:32.727Z | Compiling target-lexicon v0.12.16 |
2534 | 2024-12-21T02:35:32.755Z | Checking russh-keys v0.45.0 |
2535 | 2024-12-21T02:35:32.853Z | Checking trust-dns-proto v0.22.0 |
2536 | 2024-12-21T02:35:34.066Z | Checking async-channel v2.3.1 |
2537 | 2024-12-21T02:35:34.240Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2538 | 2024-12-21T02:35:34.430Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2539 | 2024-12-21T02:35:35.338Z | Checking piper v0.2.4 |
2540 | 2024-12-21T02:35:35.603Z | Checking num-bigint v0.4.6 |
2541 | 2024-12-21T02:35:36.255Z | Checking des v0.8.1 |
2542 | 2024-12-21T02:35:36.552Z | Compiling guppy-workspace-hack v0.1.0 |
2543 | 2024-12-21T02:35:36.710Z | Compiling assert_cmd v2.0.16 |
2544 | 2024-12-21T02:35:36.874Z | Compiling dhcproto-macros v0.1.0 |
2545 | 2024-12-21T02:35:37.181Z | Checking futures-timer v3.0.3 |
2546 | 2024-12-21T02:35:37.605Z | Checking blocking v1.6.1 |
2547 | 2024-12-21T02:35:37.935Z | Checking dhcproto v0.12.0 |
2548 | 2024-12-21T02:35:38.367Z | Checking russh v0.45.0 |
2549 | 2024-12-21T02:35:38.585Z | Checking async-executor v1.13.1 |
2550 | 2024-12-21T02:35:38.959Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2551 | 2024-12-21T02:35:39.613Z | Checking async-signal v0.2.10 |
2552 | 2024-12-21T02:35:39.640Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2553 | 2024-12-21T02:35:40.033Z | Checking internet-checksum v0.2.1 |
2554 | 2024-12-21T02:35:40.235Z | Checking event-listener v2.5.3 |
2555 | 2024-12-21T02:35:40.264Z | Compiling target-spec v3.2.2 |
2556 | 2024-12-21T02:35:40.466Z | Checking async-channel v1.9.0 |
2557 | 2024-12-21T02:35:40.931Z | Checking async-process v2.3.0 |
2558 | 2024-12-21T02:35:41.402Z | Checking async-global-executor v2.4.1 |
2559 | 2024-12-21T02:35:41.454Z | Checking cfg-expr v0.17.0 |
2560 | 2024-12-21T02:35:42.357Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2561 | 2024-12-21T02:35:42.417Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2562 | 2024-12-21T02:35:43.067Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2563 | 2024-12-21T02:35:43.590Z | Checking httptest v0.16.1 |
2564 | 2024-12-21T02:35:43.975Z | Checking rustls-native-certs v0.7.3 |
2565 | 2024-12-21T02:35:44.189Z | Compiling petname v2.0.2 |
2566 | 2024-12-21T02:35:44.353Z | Checking num_cpus v1.16.0 |
2567 | 2024-12-21T02:35:44.495Z | Checking kv-log-macro v1.0.7 |
2568 | 2024-12-21T02:35:44.654Z | Compiling async-attributes v1.1.2 |
2569 | 2024-12-21T02:35:45.578Z | Checking async-std v1.13.0 |
2570 | 2024-12-21T02:35:47.610Z | Checking threadpool v1.8.1 |
2571 | 2024-12-21T02:35:47.810Z | Checking hyper-rustls v0.26.0 |
2572 | 2024-12-21T02:35:48.190Z | Checking pathdiff v0.2.2 |
2573 | 2024-12-21T02:35:48.235Z | Compiling rstest_macros v0.23.0 |
2574 | 2024-12-21T02:35:48.373Z | Checking escape8259 v0.5.3 |
2575 | 2024-12-21T02:35:48.592Z | Checking nested v0.1.1 |
2576 | 2024-12-21T02:35:48.753Z | Compiling target-triple v0.1.3 |
2577 | 2024-12-21T02:35:48.825Z | Checking guppy v0.17.8 |
2578 | 2024-12-21T02:35:49.360Z | Checking async-object-pool v0.1.5 |
2579 | 2024-12-21T02:35:49.469Z | Checking libtest-mimic v0.7.3 |
2580 | 2024-12-21T02:35:49.879Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2581 | 2024-12-21T02:35:50.338Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2582 | 2024-12-21T02:35:50.653Z | Checking similar-asserts v1.6.0 |
2583 | 2024-12-21T02:35:50.942Z | Checking fancy-regex v0.13.0 |
2584 | 2024-12-21T02:35:51.110Z | Checking serde_regex v1.1.0 |
2585 | 2024-12-21T02:35:51.402Z | Checking assert-json-diff v2.0.2 |
2586 | 2024-12-21T02:35:51.704Z | Compiling proc-macro-crate v3.2.0 |
2587 | 2024-12-21T02:35:51.768Z | Checking path-tree v0.8.1 |
2588 | 2024-12-21T02:35:52.121Z | Checking sync-ptr v0.1.1 |
2589 | 2024-12-21T02:35:52.377Z | Checking stringmetrics v2.2.2 |
2590 | 2024-12-21T02:35:52.651Z | Compiling relative-path v1.9.3 |
2591 | 2024-12-21T02:35:53.296Z | Checking httpmock v0.8.0-alpha.1 |
2592 | 2024-12-21T02:35:53.407Z | Checking datatest-stable v0.2.9 |
2593 | 2024-12-21T02:35:53.872Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2594 | 2024-12-21T02:35:55.555Z | Checking blake2b_simd v1.0.2 |
2595 | 2024-12-21T02:35:55.727Z | Compiling git2 v0.19.0 |
2596 | 2024-12-21T02:35:56.541Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2597 | 2024-12-21T02:35:57.062Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2598 | 2024-12-21T02:35:57.381Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2599 | 2024-12-21T02:35:57.719Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2600 | 2024-12-21T02:35:58.046Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2601 | 2024-12-21T02:35:58.617Z | Checking serde_tokenstream v0.2.2 |
2602 | 2024-12-21T02:35:59.029Z | Checking uzers v0.12.1 |
2603 | 2024-12-21T02:35:59.344Z | Checking rust-argon2 v2.1.0 |
2604 | 2024-12-21T02:35:59.441Z | Checking trybuild v1.0.101 |
2605 | 2024-12-21T02:35:59.836Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2606 | 2024-12-21T02:36:00.915Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2607 | 2024-12-21T02:36:03.490Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2608 | 2024-12-21T02:36:04.872Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2609 | 2024-12-21T02:36:04.899Z | Checking rstest v0.23.0 |
2610 | 2024-12-21T02:36:05.152Z | Checking rand_distr v0.4.3 |
2611 | 2024-12-21T02:36:05.177Z | Checking multimap v0.10.0 |
2612 | 2024-12-21T02:36:05.530Z | Checking approx v0.5.1 |
2613 | 2024-12-21T02:36:05.572Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2614 | 2024-12-21T02:36:05.884Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2615 | 2024-12-21T02:36:06.215Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2616 | 2024-12-21T02:36:06.584Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2617 | 2024-12-21T02:36:07.212Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2618 | 2024-12-21T02:36:07.390Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2619 | 2024-12-21T02:36:08.192Z | Checking partial-io v0.5.4 |
2620 | 2024-12-21T02:36:08.514Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2621 | 2024-12-21T02:36:08.618Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2622 | 2024-12-21T02:36:08.819Z | Checking cargo_toml v0.20.5 |
2623 | 2024-12-21T02:36:08.883Z | Checking termios v0.3.3 |
2624 | 2024-12-21T02:36:09.035Z | Compiling indoc v2.0.5 |
2625 | 2024-12-21T02:36:09.187Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2626 | 2024-12-21T02:36:10.106Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2627 | 2024-12-21T02:36:11.001Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2628 | 2024-12-21T02:36:31.110Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2629 | 2024-12-21T02:36:34.274Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2630 | 2024-12-21T02:36:38.181Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2631 | 2024-12-21T02:36:57.547Z | Compiling polar-core v0.27.3 |
2632 | 2024-12-21T02:37:09.411Z | Checking oso v0.27.3 |
2633 | 2024-12-21T02:37:14.772Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2634 | 2024-12-21T02:37:15.312Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2635 | 2024-12-21T02:37:17.049Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2636 | 2024-12-21T02:38:05.807Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2637 | 2024-12-21T02:38:05.807Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2638 | 2024-12-21T02:38:05.809Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2639 | 2024-12-21T02:39:44.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 18s |
2640 | 2024-12-21T02:39:45.133Z | |
2641 | 2024-12-21T02:39:45.133Z | real 7:23.611474522 |
2642 | 2024-12-21T02:39:45.133Z | user 38:54.341110037 |
2643 | 2024-12-21T02:39:45.133Z | sys 7:04.200294229 |
2644 | 2024-12-21T02:39:45.137Z | trap 1.126711080 |
2645 | 2024-12-21T02:39:45.137Z | tflt 2.044996723 |
2646 | 2024-12-21T02:39:45.137Z | dflt 0.793587380 |
2647 | 2024-12-21T02:39:45.137Z | kflt 0.000848670 |
2648 | 2024-12-21T02:39:45.137Z | lock 57:07.160153114 |
2649 | 2024-12-21T02:39:45.137Z | slp 2:13:50.492972829 |
2650 | 2024-12-21T02:39:45.137Z | lat 1:43.942290819 |
2651 | 2024-12-21T02:39:45.137Z | stop 6:45.929791115 |
2652 | 2024-12-21T02:39:45.137Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2653 | 2024-12-21T02:39:45.137Z | + ptime -m cargo doc --workspace --no-deps |
2654 | 2024-12-21T02:39:46.459Z | warning: output filename collision. |
2655 | 2024-12-21T02:39:46.459Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2656 | 2024-12-21T02:39:46.459Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2657 | 2024-12-21T02:39:46.459Z | The targets should have unique names. |
2658 | 2024-12-21T02:39:46.459Z | This is a known bug where multiple crates with the same name use |
2659 | 2024-12-21T02:39:46.459Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2660 | 2024-12-21T02:39:46.956Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2661 | 2024-12-21T02:39:47.029Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2662 | 2024-12-21T02:39:47.050Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2663 | 2024-12-21T02:39:47.095Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2664 | 2024-12-21T02:39:47.121Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2665 | 2024-12-21T02:39:47.149Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2666 | 2024-12-21T02:39:47.149Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2667 | 2024-12-21T02:39:47.353Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2668 | 2024-12-21T02:39:47.398Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2669 | 2024-12-21T02:39:47.424Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2670 | 2024-12-21T02:39:47.444Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2671 | 2024-12-21T02:39:47.670Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2672 | 2024-12-21T02:39:47.768Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2673 | 2024-12-21T02:39:48.103Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2674 | 2024-12-21T02:39:48.174Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2675 | 2024-12-21T02:39:50.898Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2676 | 2024-12-21T02:39:52.100Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2677 | 2024-12-21T02:39:52.487Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2678 | 2024-12-21T02:39:52.582Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2679 | 2024-12-21T02:39:52.743Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2680 | 2024-12-21T02:39:52.927Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2681 | 2024-12-21T02:39:53.135Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2682 | 2024-12-21T02:39:53.274Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2683 | 2024-12-21T02:39:53.497Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2684 | 2024-12-21T02:39:53.526Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2685 | 2024-12-21T02:39:53.858Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2686 | 2024-12-21T02:39:53.984Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2687 | 2024-12-21T02:39:54.204Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2688 | 2024-12-21T02:39:54.460Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2689 | 2024-12-21T02:39:54.629Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2690 | 2024-12-21T02:39:54.781Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2691 | 2024-12-21T02:39:54.923Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2692 | 2024-12-21T02:39:55.157Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2693 | 2024-12-21T02:39:55.160Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2694 | 2024-12-21T02:39:55.195Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2695 | 2024-12-21T02:39:55.487Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2696 | 2024-12-21T02:39:55.834Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2697 | 2024-12-21T02:39:56.118Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2698 | 2024-12-21T02:39:56.227Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2699 | 2024-12-21T02:39:56.492Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2700 | 2024-12-21T02:39:56.522Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2701 | 2024-12-21T02:39:56.580Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2702 | 2024-12-21T02:39:57.514Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2703 | 2024-12-21T02:39:58.081Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2704 | 2024-12-21T02:40:00.195Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2705 | 2024-12-21T02:40:02.348Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2706 | 2024-12-21T02:40:02.875Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2707 | 2024-12-21T02:40:03.176Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2708 | 2024-12-21T02:40:03.944Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2709 | 2024-12-21T02:40:04.134Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2710 | 2024-12-21T02:40:05.044Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2711 | 2024-12-21T02:40:05.198Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2712 | 2024-12-21T02:40:05.683Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2713 | 2024-12-21T02:40:05.813Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2714 | 2024-12-21T02:40:06.252Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2715 | 2024-12-21T02:40:08.045Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2716 | 2024-12-21T02:40:12.662Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2717 | 2024-12-21T02:40:14.263Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2718 | 2024-12-21T02:40:14.469Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2719 | 2024-12-21T02:40:14.859Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2720 | 2024-12-21T02:40:14.881Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2721 | 2024-12-21T02:40:15.363Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2722 | 2024-12-21T02:40:15.854Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2723 | 2024-12-21T02:40:16.331Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2724 | 2024-12-21T02:40:16.437Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2725 | 2024-12-21T02:40:18.179Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2726 | 2024-12-21T02:40:18.228Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2727 | 2024-12-21T02:40:18.892Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2728 | 2024-12-21T02:40:18.959Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2729 | 2024-12-21T02:40:19.125Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2730 | 2024-12-21T02:40:19.774Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2731 | 2024-12-21T02:40:19.886Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2732 | 2024-12-21T02:40:19.886Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2733 | 2024-12-21T02:40:20.347Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2734 | 2024-12-21T02:40:20.684Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2735 | 2024-12-21T02:40:20.904Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2736 | 2024-12-21T02:40:21.551Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2737 | 2024-12-21T02:40:21.973Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2738 | 2024-12-21T02:40:22.912Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2739 | 2024-12-21T02:40:23.059Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2740 | 2024-12-21T02:40:23.295Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2741 | 2024-12-21T02:40:23.379Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2742 | 2024-12-21T02:40:24.556Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2743 | 2024-12-21T02:40:24.807Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2744 | 2024-12-21T02:40:25.289Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2745 | 2024-12-21T02:40:25.466Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2746 | 2024-12-21T02:40:25.554Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2747 | 2024-12-21T02:40:25.575Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2748 | 2024-12-21T02:40:26.208Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2749 | 2024-12-21T02:40:26.407Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2750 | 2024-12-21T02:40:26.496Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2751 | 2024-12-21T02:40:26.997Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2752 | 2024-12-21T02:40:27.020Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2753 | 2024-12-21T02:40:27.185Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2754 | 2024-12-21T02:40:27.646Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2755 | 2024-12-21T02:40:28.531Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2756 | 2024-12-21T02:40:28.704Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2757 | 2024-12-21T02:40:29.162Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2758 | 2024-12-21T02:40:29.306Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2759 | 2024-12-21T02:40:29.916Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2760 | 2024-12-21T02:40:30.007Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2761 | 2024-12-21T02:40:30.072Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2762 | 2024-12-21T02:40:30.622Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2763 | 2024-12-21T02:40:31.456Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2764 | 2024-12-21T02:40:31.943Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2765 | 2024-12-21T02:40:32.952Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2766 | 2024-12-21T02:40:32.980Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2767 | 2024-12-21T02:40:34.575Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2768 | 2024-12-21T02:40:36.009Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2769 | 2024-12-21T02:40:36.556Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2770 | 2024-12-21T02:40:38.301Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2771 | 2024-12-21T02:40:40.660Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2772 | 2024-12-21T02:40:41.016Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2773 | 2024-12-21T02:40:41.873Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2774 | 2024-12-21T02:40:49.304Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2775 | 2024-12-21T02:40:50.598Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2776 | 2024-12-21T02:40:53.719Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2777 | 2024-12-21T02:40:54.232Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2778 | 2024-12-21T02:41:00.310Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2779 | 2024-12-21T02:41:00.333Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2780 | 2024-12-21T02:41:46.012Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2781 | 2024-12-21T02:41:50.422Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2782 | 2024-12-21T02:41:56.630Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2783 | 2024-12-21T02:42:05.107Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2784 | 2024-12-21T02:42:29.157Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2785 | 2024-12-21T02:42:30.210Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2786 | 2024-12-21T02:42:32.237Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2787 | 2024-12-21T02:42:38.680Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2788 | 2024-12-21T02:42:42.187Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2789 | 2024-12-21T02:42:46.199Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2790 | 2024-12-21T02:42:52.471Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2791 | 2024-12-21T02:42:53.162Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2792 | 2024-12-21T02:42:55.948Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2793 | 2024-12-21T02:43:09.427Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2794 | 2024-12-21T02:43:12.279Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2795 | 2024-12-21T02:43:13.970Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2796 | 2024-12-21T02:43:44.486Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2797 | 2024-12-21T02:43:46.138Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2798 | 2024-12-21T02:43:50.489Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2799 | 2024-12-21T02:43:59.385Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2800 | 2024-12-21T02:44:00.882Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2801 | 2024-12-21T02:44:18.612Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2802 | 2024-12-21T02:44:22.682Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2803 | 2024-12-21T02:44:29.601Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2804 | 2024-12-21T02:44:38.585Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2805 | 2024-12-21T02:44:43.366Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2806 | 2024-12-21T02:44:45.006Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2807 | 2024-12-21T02:44:47.371Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2808 | 2024-12-21T02:44:50.144Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2809 | 2024-12-21T02:44:52.638Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2810 | 2024-12-21T02:44:56.278Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2811 | 2024-12-21T02:45:10.736Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2812 | 2024-12-21T02:45:13.650Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2813 | 2024-12-21T02:45:14.115Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2814 | 2024-12-21T02:45:17.855Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2815 | 2024-12-21T02:45:23.024Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2816 | 2024-12-21T02:45:23.576Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2817 | 2024-12-21T02:45:26.286Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2818 | 2024-12-21T02:45:28.934Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2819 | 2024-12-21T02:45:31.958Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2820 | 2024-12-21T02:45:35.233Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2821 | 2024-12-21T02:45:43.930Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2822 | 2024-12-21T02:45:44.162Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2823 | 2024-12-21T02:45:47.240Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2824 | 2024-12-21T02:45:51.301Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2825 | 2024-12-21T02:45:52.767Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2826 | 2024-12-21T02:45:53.222Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2827 | 2024-12-21T02:45:53.898Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2828 | 2024-12-21T02:45:59.807Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2829 | 2024-12-21T02:46:00.562Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2830 | 2024-12-21T02:46:11.305Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2831 | 2024-12-21T02:46:12.184Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2832 | 2024-12-21T02:46:13.986Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2833 | 2024-12-21T02:46:16.413Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2834 | 2024-12-21T02:46:16.796Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2835 | 2024-12-21T02:46:21.323Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2836 | 2024-12-21T02:46:24.901Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2837 | 2024-12-21T02:46:33.688Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2838 | 2024-12-21T02:46:37.487Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2839 | 2024-12-21T02:46:38.299Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2840 | 2024-12-21T02:46:38.336Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2841 | 2024-12-21T02:46:38.432Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2842 | 2024-12-21T02:46:40.747Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2843 | 2024-12-21T02:46:42.402Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2844 | 2024-12-21T02:46:49.133Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2845 | 2024-12-21T02:46:52.434Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2846 | 2024-12-21T02:46:53.242Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2847 | 2024-12-21T02:46:56.509Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2848 | 2024-12-21T02:46:59.417Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2849 | 2024-12-21T02:47:02.879Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2850 | 2024-12-21T02:47:03.076Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2851 | 2024-12-21T02:47:08.493Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2852 | 2024-12-21T02:47:11.268Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2853 | 2024-12-21T02:47:12.974Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2854 | 2024-12-21T02:47:17.304Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2855 | 2024-12-21T02:47:18.674Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2856 | 2024-12-21T02:47:19.894Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2857 | 2024-12-21T02:47:23.941Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2858 | 2024-12-21T02:47:28.799Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2859 | 2024-12-21T02:47:34.757Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2860 | 2024-12-21T02:47:36.786Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2861 | 2024-12-21T02:47:37.133Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2862 | 2024-12-21T02:47:41.002Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2863 | 2024-12-21T02:47:41.020Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2864 | 2024-12-21T02:47:44.462Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2865 | 2024-12-21T02:47:48.297Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2866 | 2024-12-21T02:47:52.190Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2867 | 2024-12-21T02:47:53.925Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2868 | 2024-12-21T02:47:55.917Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2869 | 2024-12-21T02:47:56.384Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2870 | 2024-12-21T02:47:58.444Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2871 | 2024-12-21T02:48:01.765Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2872 | 2024-12-21T02:48:05.446Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2873 | 2024-12-21T02:48:06.393Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2874 | 2024-12-21T02:48:09.044Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2875 | 2024-12-21T02:48:09.495Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2876 | 2024-12-21T02:48:09.780Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2877 | 2024-12-21T02:48:10.887Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2878 | 2024-12-21T02:48:14.272Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2879 | 2024-12-21T02:48:15.201Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2880 | 2024-12-21T02:48:16.181Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2881 | 2024-12-21T02:48:17.123Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2882 | 2024-12-21T02:48:19.862Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2883 | 2024-12-21T02:48:19.913Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2884 | 2024-12-21T02:48:20.337Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2885 | 2024-12-21T02:48:20.735Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2886 | 2024-12-21T02:48:23.468Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2887 | 2024-12-21T02:48:24.014Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2888 | 2024-12-21T02:48:24.752Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2889 | 2024-12-21T02:48:30.063Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2890 | 2024-12-21T02:48:31.018Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2891 | 2024-12-21T02:48:33.384Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2892 | 2024-12-21T02:48:33.751Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2893 | 2024-12-21T02:48:34.132Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2894 | 2024-12-21T02:49:05.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 20s |
2895 | 2024-12-21T02:49:05.978Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
2896 | 2024-12-21T02:49:06.054Z | |
2897 | 2024-12-21T02:49:06.054Z | real 9:20.756192064 |
2898 | 2024-12-21T02:49:06.057Z | user 28:58.314403184 |
2899 | 2024-12-21T02:49:06.058Z | sys 41:31.369809644 |
2900 | 2024-12-21T02:49:06.058Z | trap 0.488725488 |
2901 | 2024-12-21T02:49:06.058Z | tflt 0.252304786 |
2902 | 2024-12-21T02:49:06.058Z | dflt 0.191870287 |
2903 | 2024-12-21T02:49:06.058Z | kflt 0.000072395 |
2904 | 2024-12-21T02:49:06.058Z | lock 1:33:20.057125804 |
2905 | 2024-12-21T02:49:06.058Z | slp 2:38:57.835477306 |
2906 | 2024-12-21T02:49:06.058Z | lat 1:16.442276000 |
2907 | 2024-12-21T02:49:06.058Z | stop 1:15.642237521 |
2908 | 2024-12-21T02:49:06.058Z | process exited: duration 1412334 ms, exit code 0 |
|
2909 | 2024-12-21T02:49:06.063Z | found 0 output files |