|
|
|
1 | 2024-10-18T20:35:52.524Z | job assigned to worker 01JAGNF944JZ3SDCVXVATD483W (queued for 25 s) |
|
2 | 2024-10-18T20:35:53.051Z | starting task 0: "setup" |
3 | 2024-10-18T20:35:53.074Z | ++ uname -s |
4 | 2024-10-18T20:35:53.074Z | + kern=SunOS |
5 | 2024-10-18T20:35:53.074Z | + case "$kern" in |
6 | 2024-10-18T20:35:53.074Z | + groupadd -g 12345 build |
7 | 2024-10-18T20:35:53.074Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-18T20:35:55.080Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-18T20:35:55.120Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-18T20:35:55.148Z | + home_fs=zfs |
11 | 2024-10-18T20:35:55.148Z | + [[ zfs == autofs ]] |
12 | 2024-10-18T20:35:55.148Z | + mkdir -p /home/build |
13 | 2024-10-18T20:35:55.148Z | + chown build:build /home/build /work |
14 | 2024-10-18T20:35:57.130Z | + chmod 0700 /home/build /work |
15 | 2024-10-18T20:35:57.154Z | process exited: duration 4085 ms, exit code 0 |
|
16 | 2024-10-18T20:35:57.201Z | starting task 1: "rust-toolchain" |
17 | 2024-10-18T20:35:57.224Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-18T20:35:57.225Z | ' 1.80.1 |
19 | 2024-10-18T20:35:57.225Z | * toolchain channel = "1.80.1" |
20 | 2024-10-18T20:35:57.225Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-18T20:35:57.225Z | ' default |
22 | 2024-10-18T20:35:57.225Z | * toolchain profile = "default" |
23 | 2024-10-18T20:35:57.225Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-18T20:35:57.225Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-18T20:35:57.356Z | info: downloading installer |
26 | 2024-10-18T20:35:58.156Z | info: profile set to 'default' |
27 | 2024-10-18T20:35:58.156Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-18T20:35:58.180Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-18T20:35:58.262Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-18T20:35:58.262Z | info: downloading component 'cargo' |
31 | 2024-10-18T20:35:58.565Z | info: downloading component 'clippy' |
32 | 2024-10-18T20:35:58.651Z | info: downloading component 'rust-docs' |
33 | 2024-10-18T20:35:58.935Z | info: downloading component 'rust-std' |
34 | 2024-10-18T20:35:59.213Z | info: downloading component 'rustc' |
35 | 2024-10-18T20:35:59.845Z | info: downloading component 'rustfmt' |
36 | 2024-10-18T20:35:59.886Z | info: installing component 'cargo' |
37 | 2024-10-18T20:36:01.006Z | info: installing component 'clippy' |
38 | 2024-10-18T20:36:01.442Z | info: installing component 'rust-docs' |
39 | 2024-10-18T20:36:04.282Z | info: installing component 'rust-std' |
40 | 2024-10-18T20:36:06.178Z | info: installing component 'rustc' |
41 | 2024-10-18T20:36:11.212Z | info: installing component 'rustfmt' |
42 | 2024-10-18T20:36:11.596Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-18T20:36:11.596Z | |
44 | 2024-10-18T20:36:11.683Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-18T20:36:11.684Z | |
46 | 2024-10-18T20:36:11.684Z | |
47 | 2024-10-18T20:36:11.684Z | Rust is installed now. Great! |
48 | 2024-10-18T20:36:11.684Z | |
49 | 2024-10-18T20:36:11.684Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-18T20:36:11.684Z | environment variable. This has not been done automatically. |
51 | 2024-10-18T20:36:11.684Z | |
52 | 2024-10-18T20:36:11.684Z | To configure your current shell, you need to source |
53 | 2024-10-18T20:36:11.684Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-18T20:36:11.684Z | |
55 | 2024-10-18T20:36:11.684Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-18T20:36:11.684Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-18T20:36:11.684Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-18T20:36:11.747Z | + rustc --version |
59 | 2024-10-18T20:36:11.832Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-18T20:36:11.855Z | process exited: duration 14635 ms, exit code 0 |
|
61 | 2024-10-18T20:36:11.902Z | starting task 2: "authentication" |
62 | 2024-10-18T20:36:11.954Z | process exited: duration 51 ms, exit code 0 |
|
63 | 2024-10-18T20:36:12.001Z | starting task 3: "clone repository" |
64 | 2024-10-18T20:36:12.025Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-18T20:36:12.025Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-18T20:36:12.048Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-18T20:36:18.429Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-18T20:36:18.430Z | + git fetch origin 74d0fdba409309e31374fb0d356dc78a5a248c13 |
69 | 2024-10-18T20:36:18.829Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-18T20:36:18.829Z | * branch 74d0fdba409309e31374fb0d356dc78a5a248c13 -> FETCH_HEAD |
71 | 2024-10-18T20:36:18.852Z | + [[ -n qorb-terminate ]] |
72 | 2024-10-18T20:36:18.852Z | ++ git branch --show-current |
73 | 2024-10-18T20:36:18.852Z | + current=main |
74 | 2024-10-18T20:36:18.852Z | + [[ main != qorb-terminate ]] |
75 | 2024-10-18T20:36:18.852Z | + git branch -f qorb-terminate 74d0fdba409309e31374fb0d356dc78a5a248c13 |
76 | 2024-10-18T20:36:18.875Z | + git checkout -f qorb-terminate |
77 | 2024-10-18T20:36:19.050Z | Switched to branch 'qorb-terminate' |
78 | 2024-10-18T20:36:19.073Z | + git reset --hard 74d0fdba409309e31374fb0d356dc78a5a248c13 |
79 | 2024-10-18T20:36:19.096Z | HEAD is now at 74d0fdba4 Convert a new test |
80 | 2024-10-18T20:36:19.096Z | process exited: duration 7094 ms, exit code 0 |
|
81 | 2024-10-18T20:36:19.144Z | starting task 4: "build" |
82 | 2024-10-18T20:36:19.168Z | + source ./env.sh |
83 | 2024-10-18T20:36:19.168Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-10-18T20:36:19.168Z | ++ set -o xtrace |
85 | 2024-10-18T20:36:19.168Z | ++++ dirname ./env.sh |
86 | 2024-10-18T20:36:19.168Z | +++ readlink -f . |
87 | 2024-10-18T20:36:19.168Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-10-18T20:36:19.168Z | ++ 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-10-18T20:36:19.168Z | ++ 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-10-18T20:36:19.168Z | ++ 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-10-18T20:36:19.168Z | ++ 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-10-18T20:36:19.168Z | ++ 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-10-18T20:36:19.168Z | ++ 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-10-18T20:36:19.168Z | ++ 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-10-18T20:36:19.168Z | ++ 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-10-18T20:36:19.168Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-10-18T20:36:19.168Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-10-18T20:36:19.168Z | + source .github/buildomat/ci-env.sh |
99 | 2024-10-18T20:36:19.168Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-10-18T20:36:19.168Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-10-18T20:36:19.168Z | + cargo --version |
102 | 2024-10-18T20:36:19.235Z | cargo 1.80.1 (376290515 2024-07-16) |
103 | 2024-10-18T20:36:19.259Z | + rustc --version |
104 | 2024-10-18T20:36:19.313Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
105 | 2024-10-18T20:36:19.337Z | + banner prerequisites |
106 | 2024-10-18T20:36:19.337Z | |
107 | 2024-10-18T20:36:19.337Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-10-18T20:36:19.337Z | # # # # # # # # # # # # # # # |
109 | 2024-10-18T20:36:19.337Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-10-18T20:36:19.337Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-10-18T20:36:19.337Z | # # # # # # # # # # # # # # # |
112 | 2024-10-18T20:36:19.337Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-10-18T20:36:19.337Z | |
114 | 2024-10-18T20:36:19.337Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-10-18T20:36:33.364Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-10-18T20:36:37.411Z | Startup: Caching catalogs ... Done |
117 | 2024-10-18T20:36:45.325Z | Planning: Solver setup ... Done (6.909s) |
118 | 2024-10-18T20:36:45.425Z | Planning: Running solver ... Done (0.099s) |
119 | 2024-10-18T20:36:45.500Z | Planning: Finding local manifests ... Done (0.003s) |
120 | 2024-10-18T20:36:45.595Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-10-18T20:36:46.316Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-10-18T20:36:46.453Z | Planning: Package planning ... Done (0.137s) |
123 | 2024-10-18T20:36:46.528Z | Planning: Merging actions ... Done (0.074s) |
124 | 2024-10-18T20:36:46.779Z | Planning: Checking for conflicting actions ... Done (0.251s) |
125 | 2024-10-18T20:36:48.193Z | Planning: Consolidating action changes ... Done (1.414s) |
126 | 2024-10-18T20:36:48.645Z | Planning: Evaluating mediators ... Done (0.452s) |
127 | 2024-10-18T20:36:48.746Z | Planning: Planning completed in 11.25 seconds |
128 | 2024-10-18T20:36:48.770Z | Packages to install: 4 |
129 | 2024-10-18T20:36:48.770Z | Packages to update: 1 |
130 | 2024-10-18T20:36:48.770Z | Mediators to change: 2 |
131 | 2024-10-18T20:36:48.770Z | Services to change: 1 |
132 | 2024-10-18T20:36:48.770Z | Estimated space available: 148.81 GB |
133 | 2024-10-18T20:36:48.770Z | Estimated space to be consumed: 1.57 GB |
134 | 2024-10-18T20:36:48.770Z | Create boot environment: No |
135 | 2024-10-18T20:36:48.770Z | Create backup boot environment: Yes |
136 | 2024-10-18T20:36:48.770Z | Rebuild boot archive: No |
137 | 2024-10-18T20:36:48.770Z | |
138 | 2024-10-18T20:36:48.770Z | Changed mediators: |
139 | 2024-10-18T20:36:48.770Z | mediator clang: |
140 | 2024-10-18T20:36:48.770Z | version: None -> 15 (system default) |
141 | 2024-10-18T20:36:48.770Z | |
142 | 2024-10-18T20:36:48.770Z | mediator llvm: |
143 | 2024-10-18T20:36:48.770Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-10-18T20:36:48.770Z | |
145 | 2024-10-18T20:36:48.770Z | Changed packages: |
146 | 2024-10-18T20:36:48.770Z | helios-dev |
147 | 2024-10-18T20:36:48.770Z | developer/build-essential |
148 | 2024-10-18T20:36:48.770Z | None -> 11-2.0 |
149 | 2024-10-18T20:36:48.770Z | library/libxmlsec1 |
150 | 2024-10-18T20:36:48.770Z | None -> 1.2.35-2.0 |
151 | 2024-10-18T20:36:48.770Z | ooce/developer/clang-15 |
152 | 2024-10-18T20:36:48.770Z | None -> 15.0.7-2.0 |
153 | 2024-10-18T20:36:48.770Z | ooce/developer/llvm-15 |
154 | 2024-10-18T20:36:48.770Z | None -> 15.0.7-2.0 |
155 | 2024-10-18T20:36:48.771Z | package/pkg |
156 | 2024-10-18T20:36:48.771Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-10-18T20:36:48.771Z | |
158 | 2024-10-18T20:36:48.771Z | Services: |
159 | 2024-10-18T20:36:48.771Z | restart_fmri: |
160 | 2024-10-18T20:36:48.771Z | svc:/system/update-man-index:default |
161 | 2024-10-18T20:36:48.771Z | |
162 | 2024-10-18T20:36:48.771Z | Editable files to change: |
163 | 2024-10-18T20:36:48.771Z | Update: |
164 | 2024-10-18T20:36:48.771Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-10-18T20:36:48.845Z | |
166 | 2024-10-18T20:36:48.845Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-10-18T20:36:53.845Z | Download: 698/4281 items 18.1/220.6MB 8% complete (3.7M/s) |
168 | 2024-10-18T20:36:59.286Z | Download: 1197/4281 items 64.0/220.6MB 28% complete (6.4M/s) |
169 | 2024-10-18T20:37:04.344Z | Download: 1810/4281 items 118.4/220.6MB 53% complete (10.0M/s) |
170 | 2024-10-18T20:37:09.360Z | Download: 2221/4281 items 119.2/220.6MB 54% complete (7.0M/s) |
171 | 2024-10-18T20:37:14.363Z | Download: 3101/4281 items 121.6/220.6MB 55% complete (313k/s) |
172 | 2024-10-18T20:37:19.367Z | Download: 3319/4281 items 212.6/220.6MB 96% complete (9.5M/s) |
173 | 2024-10-18T20:37:23.720Z | Download: Completed 220.60 MB in 34.87 seconds (6.3M/s) |
174 | 2024-10-18T20:37:25.203Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-10-18T20:37:25.226Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-10-18T20:37:30.243Z | Actions: 3701/5063 actions (Installing new actions) |
177 | 2024-10-18T20:37:31.309Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-10-18T20:37:31.699Z | Actions: Completed 5063 actions in 6.49 seconds. |
179 | 2024-10-18T20:37:32.041Z | Done (0.333s) |
180 | 2024-10-18T20:37:32.064Z | Done (0.000s) |
181 | 2024-10-18T20:37:32.682Z | Done (0.640s) |
182 | 2024-10-18T20:37:38.236Z | Done (5.369s) |
183 | 2024-10-18T20:37:38.342Z | Done (0.022s) |
184 | 2024-10-18T20:37:38.366Z | Done (0.000s) |
185 | 2024-10-18T20:37:38.516Z | Done (0.000s) |
186 | 2024-10-18T20:37:39.249Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-10-18T20:37:39.459Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-10-18T20:37:39.482Z | Planning: Consolidating action changes ... Done |
189 | 2024-10-18T20:37:39.809Z | Planning: Evaluating mediators ... Done |
190 | 2024-10-18T20:37:39.833Z | Planning: Planning completed in 0.56 seconds |
191 | 2024-10-18T20:37:39.856Z | Mediators to change: 2 |
192 | 2024-10-18T20:37:39.856Z | Create boot environment: No |
193 | 2024-10-18T20:37:39.856Z | Create backup boot environment: No |
194 | 2024-10-18T20:37:39.921Z | Done |
195 | 2024-10-18T20:37:39.921Z | Done |
196 | 2024-10-18T20:37:40.383Z | Done |
197 | 2024-10-18T20:37:45.062Z | Done |
198 | 2024-10-18T20:37:45.158Z | Done |
199 | 2024-10-18T20:37:45.158Z | Done |
200 | 2024-10-18T20:37:45.209Z | Done |
201 | 2024-10-18T20:37:46.019Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-10-18T20:37:46.042Z | Planning: Merging actions ... Done |
203 | 2024-10-18T20:37:46.267Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-10-18T20:37:46.290Z | Planning: Consolidating action changes ... Done |
205 | 2024-10-18T20:37:46.611Z | Planning: Evaluating mediators ... Done |
206 | 2024-10-18T20:37:46.683Z | Planning: Planning completed in 1.01 seconds |
207 | 2024-10-18T20:37:46.730Z | Packages to change: 1 |
208 | 2024-10-18T20:37:46.730Z | Mediators to change: 1 |
209 | 2024-10-18T20:37:46.730Z | Services to change: 1 |
210 | 2024-10-18T20:37:46.730Z | Create boot environment: No |
211 | 2024-10-18T20:37:46.731Z | Create backup boot environment: Yes |
212 | 2024-10-18T20:37:48.357Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-10-18T20:37:48.381Z | Actions: Completed 6 actions in 0.00 seconds. |
214 | 2024-10-18T20:37:48.381Z | Done |
215 | 2024-10-18T20:37:48.381Z | Done |
216 | 2024-10-18T20:37:48.484Z | Done |
217 | 2024-10-18T20:37:53.287Z | Done |
218 | 2024-10-18T20:37:53.405Z | Done |
219 | 2024-10-18T20:37:53.405Z | Done |
220 | 2024-10-18T20:37:53.455Z | Done |
221 | 2024-10-18T20:37:54.031Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-10-18T20:37:54.031Z | clang system 15 system |
223 | 2024-10-18T20:37:54.031Z | csh system system illumos |
224 | 2024-10-18T20:37:54.031Z | ctags system system illumos |
225 | 2024-10-18T20:37:54.031Z | gcc vendor 12 vendor |
226 | 2024-10-18T20:37:54.031Z | gcc system 10 system |
227 | 2024-10-18T20:37:54.031Z | gcc system 7 system |
228 | 2024-10-18T20:37:54.031Z | go system 1.20 system |
229 | 2024-10-18T20:37:54.032Z | go system 1.19 system |
230 | 2024-10-18T20:37:54.032Z | llvm system 15 system |
231 | 2024-10-18T20:37:54.032Z | llvm system 14 system |
232 | 2024-10-18T20:37:54.032Z | mariadb system 10.6 system |
233 | 2024-10-18T20:37:54.032Z | mta vendor vendor dma |
234 | 2024-10-18T20:37:54.032Z | openjdk system 17 system |
235 | 2024-10-18T20:37:54.032Z | openjdk system 11 system |
236 | 2024-10-18T20:37:54.032Z | openjdk system 1.8 system |
237 | 2024-10-18T20:37:54.032Z | openssl vendor 3 vendor |
238 | 2024-10-18T20:37:54.032Z | perl system 5.36 system |
239 | 2024-10-18T20:37:54.032Z | postgresql system 15 system |
240 | 2024-10-18T20:37:54.032Z | postgresql system 13 system |
241 | 2024-10-18T20:37:54.032Z | python vendor 3 vendor |
242 | 2024-10-18T20:37:54.032Z | python system 2 system |
243 | 2024-10-18T20:37:54.032Z | python3 system 3.11 system |
244 | 2024-10-18T20:37:54.032Z | ruby system 3.0 system |
245 | 2024-10-18T20:37:54.032Z | words vendor vendor american-english |
246 | 2024-10-18T20:37:54.032Z | words system system australian-english |
247 | 2024-10-18T20:37:54.032Z | words system system british-english |
248 | 2024-10-18T20:37:54.032Z | words system system canadian-english |
249 | 2024-10-18T20:37:54.032Z | words system system french |
250 | 2024-10-18T20:37:54.032Z | words system system italian |
251 | 2024-10-18T20:37:54.032Z | words system system ngerman |
252 | 2024-10-18T20:37:54.032Z | words system system ogerman |
253 | 2024-10-18T20:37:54.032Z | words system system spanish |
254 | 2024-10-18T20:37:54.459Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-10-18T20:37:54.459Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-10-18T20:37:57.298Z | FMRI IFO |
257 | 2024-10-18T20:37:57.298Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-10-18T20:37:57.298Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-10-18T20:37:57.299Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-10-18T20:37:57.299Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-10-18T20:37:57.299Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-10-18T20:37:57.299Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-10-18T20:37:57.299Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-10-18T20:37:57.299Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-10-18T20:37:57.299Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-10-18T20:37:57.299Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-10-18T20:37:57.299Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-10-18T20:37:57.299Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-10-18T20:37:57.299Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-10-18T20:37:58.110Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-10-18T20:37:58.578Z | Updating crates.io index |
272 | 2024-10-18T20:37:58.602Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-10-18T20:37:59.597Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-10-18T20:37:59.999Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-10-18T20:38:00.287Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-10-18T20:38:00.656Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-10-18T20:38:01.514Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-10-18T20:38:03.994Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-10-18T20:38:05.168Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-10-18T20:38:05.908Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
281 | 2024-10-18T20:38:06.268Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-10-18T20:38:06.601Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-10-18T20:38:07.295Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
284 | 2024-10-18T20:38:07.705Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
285 | 2024-10-18T20:38:08.159Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
286 | 2024-10-18T20:38:08.537Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
287 | 2024-10-18T20:38:08.831Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
288 | 2024-10-18T20:38:09.151Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
289 | 2024-10-18T20:38:09.560Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
290 | 2024-10-18T20:38:09.986Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
291 | 2024-10-18T20:38:10.372Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
292 | 2024-10-18T20:38:10.830Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
293 | 2024-10-18T20:38:11.381Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
294 | 2024-10-18T20:38:11.800Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
295 | 2024-10-18T20:38:12.283Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
296 | 2024-10-18T20:38:12.830Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
297 | 2024-10-18T20:38:13.146Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
298 | 2024-10-18T20:38:13.607Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
299 | 2024-10-18T20:38:15.135Z | Downloading crates ... |
300 | 2024-10-18T20:38:15.205Z | Downloaded equivalent v1.0.1 |
301 | 2024-10-18T20:38:15.228Z | Downloaded byteorder v1.5.0 |
302 | 2024-10-18T20:38:15.228Z | Downloaded fastrand v2.1.1 |
303 | 2024-10-18T20:38:15.228Z | Downloaded autocfg v1.4.0 |
304 | 2024-10-18T20:38:15.228Z | Downloaded anstyle-query v1.1.1 |
305 | 2024-10-18T20:38:15.228Z | Downloaded anstyle-parse v0.2.5 |
306 | 2024-10-18T20:38:15.252Z | Downloaded scroll_derive v0.12.0 |
307 | 2024-10-18T20:38:15.252Z | Downloaded generic-array v0.14.7 |
308 | 2024-10-18T20:38:15.252Z | Downloaded utf8parse v0.2.2 |
309 | 2024-10-18T20:38:15.252Z | Downloaded thiserror-impl v1.0.64 |
310 | 2024-10-18T20:38:15.252Z | Downloaded usdt-macro v0.5.0 |
311 | 2024-10-18T20:38:15.252Z | Downloaded memmap v0.7.0 |
312 | 2024-10-18T20:38:15.252Z | Downloaded usdt v0.5.0 |
313 | 2024-10-18T20:38:15.252Z | Downloaded tempfile v3.13.0 |
314 | 2024-10-18T20:38:15.275Z | Downloaded unicode-ident v1.0.13 |
315 | 2024-10-18T20:38:15.275Z | Downloaded zerocopy-derive v0.7.35 |
316 | 2024-10-18T20:38:15.298Z | Downloaded zerocopy v0.7.35 |
317 | 2024-10-18T20:38:15.321Z | Downloaded serde v1.0.210 |
318 | 2024-10-18T20:38:15.321Z | Downloaded unicode-width v0.1.14 |
319 | 2024-10-18T20:38:15.344Z | Downloaded tabled v0.15.0 |
320 | 2024-10-18T20:38:15.344Z | Downloaded syn v2.0.79 |
321 | 2024-10-18T20:38:15.368Z | Downloaded libc v0.2.161 |
322 | 2024-10-18T20:38:15.391Z | Downloaded syn v1.0.109 |
323 | 2024-10-18T20:38:15.414Z | Downloaded swrite v0.1.0 |
324 | 2024-10-18T20:38:15.414Z | Downloaded rustix v0.38.37 |
325 | 2024-10-18T20:38:15.437Z | Downloaded goblin v0.8.2 |
326 | 2024-10-18T20:38:15.437Z | Downloaded pest v2.7.14 |
327 | 2024-10-18T20:38:15.460Z | Downloaded memchr v2.7.4 |
328 | 2024-10-18T20:38:15.460Z | Downloaded indexmap v2.6.0 |
329 | 2024-10-18T20:38:15.460Z | Downloaded hashbrown v0.15.0 |
330 | 2024-10-18T20:38:15.483Z | Downloaded clap_builder v4.5.20 |
331 | 2024-10-18T20:38:15.483Z | Downloaded winnow v0.6.20 |
332 | 2024-10-18T20:38:15.484Z | Downloaded ucd-trie v0.1.7 |
333 | 2024-10-18T20:38:15.484Z | Downloaded toml_edit v0.22.22 |
334 | 2024-10-18T20:38:15.508Z | Downloaded sha2 v0.10.8 |
335 | 2024-10-18T20:38:15.532Z | Downloaded serde_json v1.0.128 |
336 | 2024-10-18T20:38:15.532Z | Downloaded serde_derive v1.0.210 |
337 | 2024-10-18T20:38:15.532Z | Downloaded semver v1.0.23 |
338 | 2024-10-18T20:38:15.532Z | Downloaded ryu v1.0.18 |
339 | 2024-10-18T20:38:15.532Z | Downloaded proc-macro2 v1.0.87 |
340 | 2024-10-18T20:38:15.555Z | Downloaded pest_meta v2.7.14 |
341 | 2024-10-18T20:38:15.555Z | Downloaded papergrid v0.11.0 |
342 | 2024-10-18T20:38:15.555Z | Downloaded log v0.4.22 |
343 | 2024-10-18T20:38:15.555Z | Downloaded version_check v0.9.5 |
344 | 2024-10-18T20:38:15.555Z | Downloaded toml v0.8.19 |
345 | 2024-10-18T20:38:15.555Z | Downloaded textwrap v0.16.1 |
346 | 2024-10-18T20:38:15.555Z | Downloaded bitflags v2.6.0 |
347 | 2024-10-18T20:38:15.579Z | Downloaded typenum v1.17.0 |
348 | 2024-10-18T20:38:15.579Z | Downloaded toml_datetime v0.6.8 |
349 | 2024-10-18T20:38:15.579Z | Downloaded thiserror v1.0.64 |
350 | 2024-10-18T20:38:15.579Z | Downloaded tabled_derive v0.7.0 |
351 | 2024-10-18T20:38:15.579Z | Downloaded serde_tokenstream v0.2.2 |
352 | 2024-10-18T20:38:15.579Z | Downloaded serde_spanned v0.6.8 |
353 | 2024-10-18T20:38:15.579Z | Downloaded quote v1.0.37 |
354 | 2024-10-18T20:38:15.579Z | Downloaded proc-macro-error v1.0.4 |
355 | 2024-10-18T20:38:15.579Z | Downloaded pest_generator v2.7.14 |
356 | 2024-10-18T20:38:15.579Z | Downloaded pest_derive v2.7.14 |
357 | 2024-10-18T20:38:15.602Z | Downloaded once_cell v1.20.2 |
358 | 2024-10-18T20:38:15.602Z | Downloaded cargo_metadata v0.18.1 |
359 | 2024-10-18T20:38:15.602Z | Downloaded strsim v0.11.1 |
360 | 2024-10-18T20:38:15.602Z | Downloaded scroll v0.12.0 |
361 | 2024-10-18T20:38:15.602Z | Downloaded plain v0.2.3 |
362 | 2024-10-18T20:38:15.602Z | Downloaded itoa v1.0.11 |
363 | 2024-10-18T20:38:15.602Z | Downloaded heck v0.4.1 |
364 | 2024-10-18T20:38:15.602Z | Downloaded fs-err v2.11.0 |
365 | 2024-10-18T20:38:15.602Z | Downloaded thread-id v4.2.2 |
366 | 2024-10-18T20:38:15.602Z | Downloaded terminal_size v0.4.0 |
367 | 2024-10-18T20:38:15.602Z | Downloaded clap_lex v0.7.2 |
368 | 2024-10-18T20:38:15.603Z | Downloaded clap_derive v4.5.18 |
369 | 2024-10-18T20:38:15.603Z | Downloaded clap v4.5.20 |
370 | 2024-10-18T20:38:15.626Z | Downloaded cargo_toml v0.20.5 |
371 | 2024-10-18T20:38:15.626Z | Downloaded anyhow v1.0.89 |
372 | 2024-10-18T20:38:15.626Z | Downloaded macaddr v1.0.1 |
373 | 2024-10-18T20:38:15.626Z | Downloaded is_terminal_polyfill v1.70.1 |
374 | 2024-10-18T20:38:15.626Z | Downloaded errno v0.3.9 |
375 | 2024-10-18T20:38:15.626Z | Downloaded smawk v0.3.2 |
376 | 2024-10-18T20:38:15.626Z | Downloaded heck v0.5.0 |
377 | 2024-10-18T20:38:15.649Z | Downloaded camino-tempfile v1.1.1 |
378 | 2024-10-18T20:38:15.649Z | Downloaded usdt-impl v0.5.0 |
379 | 2024-10-18T20:38:15.649Z | Downloaded usdt-attr-macro v0.5.0 |
380 | 2024-10-18T20:38:15.649Z | Downloaded unicode-linebreak v0.1.5 |
381 | 2024-10-18T20:38:15.649Z | Downloaded proc-macro-error-attr v1.0.4 |
382 | 2024-10-18T20:38:15.649Z | Downloaded cfg-if v1.0.0 |
383 | 2024-10-18T20:38:15.649Z | Downloaded fnv v1.0.7 |
384 | 2024-10-18T20:38:15.649Z | Downloaded dof v0.3.0 |
385 | 2024-10-18T20:38:15.649Z | Downloaded digest v0.10.7 |
386 | 2024-10-18T20:38:15.649Z | Downloaded crypto-common v0.1.6 |
387 | 2024-10-18T20:38:15.649Z | Downloaded cpufeatures v0.2.14 |
388 | 2024-10-18T20:38:15.649Z | Downloaded colorchoice v1.0.2 |
389 | 2024-10-18T20:38:15.649Z | Downloaded camino v1.1.9 |
390 | 2024-10-18T20:38:15.649Z | Downloaded block-buffer v0.10.4 |
391 | 2024-10-18T20:38:15.649Z | Downloaded pretty-hex v0.4.1 |
392 | 2024-10-18T20:38:15.649Z | Downloaded dtrace-parser v0.2.0 |
393 | 2024-10-18T20:38:15.649Z | Downloaded cargo-platform v0.1.8 |
394 | 2024-10-18T20:38:15.673Z | Downloaded anstream v0.6.15 |
395 | 2024-10-18T20:38:15.673Z | Downloaded anstyle v1.0.8 |
396 | 2024-10-18T20:38:15.673Z | Downloaded bytecount v0.6.8 |
397 | 2024-10-18T20:38:15.796Z | Compiling proc-macro2 v1.0.87 |
398 | 2024-10-18T20:38:15.819Z | Compiling unicode-ident v1.0.13 |
399 | 2024-10-18T20:38:15.819Z | Compiling version_check v0.9.5 |
400 | 2024-10-18T20:38:15.819Z | Compiling serde v1.0.210 |
401 | 2024-10-18T20:38:15.819Z | Compiling memchr v2.7.4 |
402 | 2024-10-18T20:38:15.819Z | Compiling thiserror v1.0.64 |
403 | 2024-10-18T20:38:15.819Z | Compiling libc v0.2.161 |
404 | 2024-10-18T20:38:15.819Z | Compiling itoa v1.0.11 |
405 | 2024-10-18T20:38:16.130Z | Compiling ucd-trie v0.1.7 |
406 | 2024-10-18T20:38:16.691Z | Compiling ryu v1.0.18 |
407 | 2024-10-18T20:38:16.714Z | Compiling once_cell v1.20.2 |
408 | 2024-10-18T20:38:16.808Z | Compiling byteorder v1.5.0 |
409 | 2024-10-18T20:38:17.026Z | Compiling serde_json v1.0.128 |
410 | 2024-10-18T20:38:17.127Z | Compiling rustix v0.38.37 |
411 | 2024-10-18T20:38:17.366Z | Compiling bitflags v2.6.0 |
412 | 2024-10-18T20:38:17.393Z | Compiling proc-macro-error-attr v1.0.4 |
413 | 2024-10-18T20:38:17.551Z | Compiling usdt-impl v0.5.0 |
414 | 2024-10-18T20:38:17.582Z | Compiling quote v1.0.37 |
415 | 2024-10-18T20:38:17.747Z | Compiling syn v1.0.109 |
416 | 2024-10-18T20:38:17.964Z | Compiling syn v2.0.79 |
417 | 2024-10-18T20:38:18.073Z | Compiling errno v0.3.9 |
418 | 2024-10-18T20:38:18.096Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-10-18T20:38:18.302Z | Compiling utf8parse v0.2.2 |
420 | 2024-10-18T20:38:18.302Z | Compiling log v0.4.22 |
421 | 2024-10-18T20:38:18.376Z | Compiling thread-id v4.2.2 |
422 | 2024-10-18T20:38:18.460Z | Compiling plain v0.2.3 |
423 | 2024-10-18T20:38:18.541Z | Compiling camino v1.1.9 |
424 | 2024-10-18T20:38:18.564Z | Compiling equivalent v1.0.1 |
425 | 2024-10-18T20:38:18.602Z | Compiling hashbrown v0.15.0 |
426 | 2024-10-18T20:38:18.720Z | Compiling anstyle-parse v0.2.5 |
427 | 2024-10-18T20:38:19.052Z | Compiling pretty-hex v0.4.1 |
428 | 2024-10-18T20:38:19.219Z | Compiling anstyle v1.0.8 |
429 | 2024-10-18T20:38:19.275Z | Compiling winnow v0.6.20 |
430 | 2024-10-18T20:38:19.338Z | Compiling colorchoice v1.0.2 |
431 | 2024-10-18T20:38:19.495Z | Compiling autocfg v1.4.0 |
432 | 2024-10-18T20:38:19.522Z | Compiling unicode-width v0.1.14 |
433 | 2024-10-18T20:38:19.636Z | Compiling is_terminal_polyfill v1.70.1 |
434 | 2024-10-18T20:38:19.744Z | Compiling indexmap v2.6.0 |
435 | 2024-10-18T20:38:19.768Z | Compiling anstyle-query v1.1.1 |
436 | 2024-10-18T20:38:19.920Z | Compiling semver v1.0.23 |
437 | 2024-10-18T20:38:20.019Z | Compiling anstream v0.6.15 |
438 | 2024-10-18T20:38:20.506Z | Compiling terminal_size v0.4.0 |
439 | 2024-10-18T20:38:20.546Z | Compiling fs-err v2.11.0 |
440 | 2024-10-18T20:38:20.817Z | Compiling strsim v0.11.1 |
441 | 2024-10-18T20:38:20.857Z | Compiling clap_lex v0.7.2 |
442 | 2024-10-18T20:38:20.885Z | Compiling bytecount v0.6.8 |
443 | 2024-10-18T20:38:20.938Z | Compiling anyhow v1.0.89 |
444 | 2024-10-18T20:38:20.973Z | Compiling heck v0.5.0 |
445 | 2024-10-18T20:38:21.318Z | Compiling fastrand v2.1.1 |
446 | 2024-10-18T20:38:21.449Z | Compiling fnv v1.0.7 |
447 | 2024-10-18T20:38:21.487Z | Compiling heck v0.4.1 |
448 | 2024-10-18T20:38:21.654Z | Compiling cfg-if v1.0.0 |
449 | 2024-10-18T20:38:21.741Z | Compiling papergrid v0.11.0 |
450 | 2024-10-18T20:38:21.823Z | Compiling clap_builder v4.5.20 |
451 | 2024-10-18T20:38:21.939Z | Compiling tempfile v3.13.0 |
452 | 2024-10-18T20:38:21.970Z | Compiling memmap v0.7.0 |
453 | 2024-10-18T20:38:22.159Z | Compiling smawk v0.3.2 |
454 | 2024-10-18T20:38:22.348Z | Compiling unicode-linebreak v0.1.5 |
455 | 2024-10-18T20:38:22.819Z | Compiling textwrap v0.16.1 |
456 | 2024-10-18T20:38:22.899Z | Compiling swrite v0.1.0 |
457 | 2024-10-18T20:38:24.027Z | Compiling tabled_derive v0.7.0 |
458 | 2024-10-18T20:38:25.854Z | Compiling tabled v0.15.0 |
459 | 2024-10-18T20:38:26.758Z | Compiling serde_derive v1.0.210 |
460 | 2024-10-18T20:38:26.758Z | Compiling thiserror-impl v1.0.64 |
461 | 2024-10-18T20:38:26.781Z | Compiling zerocopy-derive v0.7.35 |
462 | 2024-10-18T20:38:26.781Z | Compiling scroll_derive v0.12.0 |
463 | 2024-10-18T20:38:26.904Z | Compiling clap_derive v4.5.18 |
464 | 2024-10-18T20:38:28.149Z | Compiling scroll v0.12.0 |
465 | 2024-10-18T20:38:28.633Z | Compiling goblin v0.8.2 |
466 | 2024-10-18T20:38:28.922Z | Compiling zerocopy v0.7.35 |
467 | 2024-10-18T20:38:29.772Z | Compiling pest v2.7.14 |
468 | 2024-10-18T20:38:30.441Z | Compiling clap v4.5.20 |
469 | 2024-10-18T20:38:32.117Z | Compiling pest_meta v2.7.14 |
470 | 2024-10-18T20:38:33.197Z | Compiling pest_generator v2.7.14 |
471 | 2024-10-18T20:38:35.096Z | Compiling pest_derive v2.7.14 |
472 | 2024-10-18T20:38:35.789Z | Compiling dtrace-parser v0.2.0 |
473 | 2024-10-18T20:38:37.221Z | Compiling serde_spanned v0.6.8 |
474 | 2024-10-18T20:38:37.221Z | Compiling toml_datetime v0.6.8 |
475 | 2024-10-18T20:38:37.245Z | Compiling cargo-platform v0.1.8 |
476 | 2024-10-18T20:38:37.637Z | Compiling serde_tokenstream v0.2.2 |
477 | 2024-10-18T20:38:37.711Z | Compiling toml_edit v0.22.22 |
478 | 2024-10-18T20:38:37.802Z | Compiling macaddr v1.0.1 |
479 | 2024-10-18T20:38:37.913Z | Compiling camino-tempfile v1.1.1 |
480 | 2024-10-18T20:38:38.737Z | Compiling dof v0.3.0 |
481 | 2024-10-18T20:38:38.737Z | Compiling cargo_metadata v0.18.1 |
482 | 2024-10-18T20:38:40.390Z | Compiling toml v0.8.19 |
483 | 2024-10-18T20:38:40.722Z | Compiling usdt-macro v0.5.0 |
484 | 2024-10-18T20:38:40.818Z | Compiling usdt-attr-macro v0.5.0 |
485 | 2024-10-18T20:38:41.151Z | Compiling cargo_toml v0.20.5 |
486 | 2024-10-18T20:38:42.069Z | Compiling usdt v0.5.0 |
487 | 2024-10-18T20:38:45.829Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
488 | 2024-10-18T20:38:51.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.56s |
489 | 2024-10-18T20:38:51.669Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
490 | 2024-10-18T20:38:52.563Z | Downloading crates ... |
491 | 2024-10-18T20:38:52.706Z | Downloaded ascii-canvas v3.0.0 |
492 | 2024-10-18T20:38:52.729Z | Downloaded cfg_aliases v0.2.1 |
493 | 2024-10-18T20:38:52.729Z | Downloaded crucible-workspace-hack v0.1.0 |
494 | 2024-10-18T20:38:52.753Z | Downloaded data-encoding v2.6.0 |
495 | 2024-10-18T20:38:52.784Z | Downloaded smallvec v1.13.2 |
496 | 2024-10-18T20:38:52.815Z | Downloaded tower-service v0.3.3 |
497 | 2024-10-18T20:38:52.839Z | Downloaded value-bag v1.9.0 |
498 | 2024-10-18T20:38:52.863Z | Downloaded rand_seeder v0.3.0 |
499 | 2024-10-18T20:38:52.887Z | Downloaded path-slash v0.1.5 |
500 | 2024-10-18T20:38:52.887Z | Downloaded packed_struct_codegen v0.10.1 |
501 | 2024-10-18T20:38:52.911Z | Downloaded peg v0.8.4 |
502 | 2024-10-18T20:38:52.936Z | Downloaded wyz v0.5.1 |
503 | 2024-10-18T20:38:52.936Z | Downloaded zone_cfg_derive v0.3.0 |
504 | 2024-10-18T20:38:52.960Z | Downloaded zone_cfg_derive v0.1.2 |
505 | 2024-10-18T20:38:52.960Z | Downloaded deranged v0.3.11 |
506 | 2024-10-18T20:38:52.960Z | Downloaded stringprep v0.1.5 |
507 | 2024-10-18T20:38:52.960Z | Downloaded derive_builder_macro v0.20.2 |
508 | 2024-10-18T20:38:52.984Z | Downloaded diesel_table_macro_syntax v0.2.0 |
509 | 2024-10-18T20:38:52.984Z | Downloaded dirs-next v2.0.0 |
510 | 2024-10-18T20:38:52.984Z | Downloaded serde-big-array v0.5.1 |
511 | 2024-10-18T20:38:52.984Z | Downloaded fallible-iterator v0.2.0 |
512 | 2024-10-18T20:38:53.009Z | Downloaded serde-hex v0.1.0 |
513 | 2024-10-18T20:38:53.009Z | Downloaded schemars_derive v0.8.21 |
514 | 2024-10-18T20:38:53.009Z | Downloaded shell-words v1.1.0 |
515 | 2024-10-18T20:38:53.009Z | Downloaded schemars v0.8.21 |
516 | 2024-10-18T20:38:53.034Z | Downloaded serde_yaml v0.9.34+deprecated |
517 | 2024-10-18T20:38:53.082Z | Downloaded serde_with_macros v3.11.0 |
518 | 2024-10-18T20:38:53.082Z | Downloaded elliptic-curve v0.13.8 |
519 | 2024-10-18T20:38:53.106Z | Downloaded samael v0.0.17 |
520 | 2024-10-18T20:38:53.106Z | Downloaded fallible-iterator v0.3.0 |
521 | 2024-10-18T20:38:53.106Z | Downloaded flume v0.11.0 |
522 | 2024-10-18T20:38:53.106Z | Downloaded rustyline v14.0.0 |
523 | 2024-10-18T20:38:53.106Z | Downloaded serde_with v3.11.0 |
524 | 2024-10-18T20:38:53.129Z | Downloaded rustls-webpki v0.102.8 |
525 | 2024-10-18T20:38:53.153Z | Downloaded sha3 v0.10.8 |
526 | 2024-10-18T20:38:53.176Z | Downloaded tokio v1.40.0 |
527 | 2024-10-18T20:38:53.215Z | Downloaded csv v1.3.0 |
528 | 2024-10-18T20:38:53.244Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
529 | 2024-10-18T20:38:53.323Z | Downloaded zerocopy-derive v0.6.6 |
530 | 2024-10-18T20:38:53.347Z | Downloaded encoding_rs v0.8.34 |
531 | 2024-10-18T20:38:53.376Z | Downloaded dropshot v0.12.0 |
532 | 2024-10-18T20:38:53.415Z | Downloaded hickory-proto v0.24.1 |
533 | 2024-10-18T20:38:53.438Z | Downloaded polar-core v0.27.3 |
534 | 2024-10-18T20:38:53.469Z | Downloaded trust-dns-proto v0.22.0 |
535 | 2024-10-18T20:38:53.494Z | Downloaded sled v0.34.7 |
536 | 2024-10-18T20:38:53.517Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
537 | 2024-10-18T20:38:53.540Z | Downloaded salty v0.3.0 |
538 | 2024-10-18T20:38:53.563Z | Downloaded petgraph v0.6.5 |
539 | 2024-10-18T20:38:53.587Z | Downloaded gimli v0.31.1 |
540 | 2024-10-18T20:38:53.587Z | Downloaded libz-sys v1.1.20 |
541 | 2024-10-18T20:38:53.611Z | Downloaded git2 v0.19.0 |
542 | 2024-10-18T20:38:53.634Z | Downloaded lzma-sys v0.1.20 |
543 | 2024-10-18T20:38:53.663Z | Downloaded futures-util v0.3.31 |
544 | 2024-10-18T20:38:53.687Z | Downloaded hkdf v0.12.4 |
545 | 2024-10-18T20:38:53.710Z | Downloaded ring v0.17.8 |
546 | 2024-10-18T20:38:53.770Z | Downloaded h2 v0.3.26 |
547 | 2024-10-18T20:38:53.793Z | Downloaded libsqlite3-sys v0.30.1 |
548 | 2024-10-18T20:38:53.872Z | Downloaded ring v0.16.20 |
549 | 2024-10-18T20:38:53.982Z | Downloaded regex-automata v0.4.8 |
550 | 2024-10-18T20:38:54.005Z | Downloaded ed25519-dalek v2.1.1 |
551 | 2024-10-18T20:38:54.029Z | Downloaded diesel v2.2.4 |
552 | 2024-10-18T20:38:54.052Z | Downloaded smoltcp v0.11.0 |
553 | 2024-10-18T20:38:54.052Z | Downloaded smoltcp v0.9.1 |
554 | 2024-10-18T20:38:54.075Z | Downloaded openapiv3 v2.0.0 |
555 | 2024-10-18T20:38:54.098Z | Downloaded ratatui v0.28.1 |
556 | 2024-10-18T20:38:54.121Z | Downloaded proptest v1.5.0 |
557 | 2024-10-18T20:38:54.121Z | Downloaded portable-atomic v1.9.0 |
558 | 2024-10-18T20:38:54.144Z | Downloaded h2 v0.4.6 |
559 | 2024-10-18T20:38:54.144Z | Downloaded sqlparser v0.45.0 |
560 | 2024-10-18T20:38:54.172Z | Downloaded webpki-roots v0.26.6 |
561 | 2024-10-18T20:38:54.172Z | Downloaded openssl v0.10.66 |
562 | 2024-10-18T20:38:54.172Z | Downloaded hashbrown v0.14.5 |
563 | 2024-10-18T20:38:54.196Z | Downloaded rustls v0.22.4 |
564 | 2024-10-18T20:38:54.196Z | Downloaded typify-impl v0.2.0 |
565 | 2024-10-18T20:38:54.222Z | Downloaded serde_urlencoded v0.7.1 |
566 | 2024-10-18T20:38:54.222Z | Downloaded serde_repr v0.1.19 |
567 | 2024-10-18T20:38:54.222Z | Downloaded serde_plain v1.0.2 |
568 | 2024-10-18T20:38:54.222Z | Downloaded serde_path_to_error v0.1.16 |
569 | 2024-10-18T20:38:54.222Z | Downloaded fd-lock v4.0.2 |
570 | 2024-10-18T20:38:54.222Z | Downloaded fatfs v0.3.6 |
571 | 2024-10-18T20:38:54.245Z | Downloaded expectorate v1.1.0 |
572 | 2024-10-18T20:38:54.245Z | Downloaded ecdsa v0.16.9 |
573 | 2024-10-18T20:38:54.245Z | Downloaded dropshot_endpoint v0.12.0 |
574 | 2024-10-18T20:38:54.245Z | Downloaded subtle v2.6.1 |
575 | 2024-10-18T20:38:54.245Z | Downloaded subprocess v0.2.9 |
576 | 2024-10-18T20:38:54.245Z | Downloaded structmeta-derive v0.3.0 |
577 | 2024-10-18T20:38:54.245Z | Downloaded ssh-key v0.6.6 |
578 | 2024-10-18T20:38:54.269Z | Downloaded signal-hook v0.3.17 |
579 | 2024-10-18T20:38:54.269Z | Downloaded tar v0.4.42 |
580 | 2024-10-18T20:38:54.269Z | Downloaded flate2 v1.0.34 |
581 | 2024-10-18T20:38:54.269Z | Downloaded object v0.36.5 |
582 | 2024-10-18T20:38:54.292Z | Downloaded hashbrown v0.13.2 |
583 | 2024-10-18T20:38:54.292Z | Downloaded hashbrown v0.12.3 |
584 | 2024-10-18T20:38:54.292Z | Downloaded rustls v0.23.14 |
585 | 2024-10-18T20:38:54.316Z | Downloaded regress v0.10.1 |
586 | 2024-10-18T20:38:54.316Z | Downloaded regress v0.9.1 |
587 | 2024-10-18T20:38:54.339Z | Downloaded regex-syntax v0.8.5 |
588 | 2024-10-18T20:38:54.339Z | Downloaded regex-syntax v0.6.29 |
589 | 2024-10-18T20:38:54.362Z | Downloaded ff v0.13.0 |
590 | 2024-10-18T20:38:54.362Z | Downloaded fallible-streaming-iterator v0.1.9 |
591 | 2024-10-18T20:38:54.362Z | Downloaded embedded-io v0.6.1 |
592 | 2024-10-18T20:38:54.362Z | Downloaded embedded-io v0.4.0 |
593 | 2024-10-18T20:38:54.362Z | Downloaded ed25519 v2.2.3 |
594 | 2024-10-18T20:38:54.362Z | Downloaded object v0.30.4 |
595 | 2024-10-18T20:38:54.387Z | Downloaded rustls v0.21.12 |
596 | 2024-10-18T20:38:54.387Z | Downloaded bstr v1.10.0 |
597 | 2024-10-18T20:38:54.410Z | Downloaded rusty-fork v0.3.0 |
598 | 2024-10-18T20:38:54.410Z | Downloaded rustversion v1.0.17 |
599 | 2024-10-18T20:38:54.410Z | Downloaded dirs-sys-next v0.1.2 |
600 | 2024-10-18T20:38:54.410Z | Downloaded rustls-webpki v0.101.7 |
601 | 2024-10-18T20:38:54.433Z | Downloaded p384 v0.13.0 |
602 | 2024-10-18T20:38:54.433Z | Downloaded sha1 v0.10.6 |
603 | 2024-10-18T20:38:54.433Z | Downloaded serde_derive_internals v0.29.1 |
604 | 2024-10-18T20:38:54.433Z | Downloaded sct v0.7.1 |
605 | 2024-10-18T20:38:54.457Z | Downloaded scopeguard v1.2.0 |
606 | 2024-10-18T20:38:54.457Z | Downloaded ena v0.14.3 |
607 | 2024-10-18T20:38:54.457Z | Downloaded either v1.13.0 |
608 | 2024-10-18T20:38:54.457Z | Downloaded dyn-clone v1.0.17 |
609 | 2024-10-18T20:38:54.457Z | Downloaded dsl_auto_type v0.1.2 |
610 | 2024-10-18T20:38:54.457Z | Downloaded diesel_derives v2.2.3 |
611 | 2024-10-18T20:38:54.457Z | Downloaded winnow v0.5.40 |
612 | 2024-10-18T20:38:54.481Z | Downloaded regex v1.11.0 |
613 | 2024-10-18T20:38:54.481Z | Downloaded env_logger v0.11.5 |
614 | 2024-10-18T20:38:54.481Z | Downloaded env_logger v0.10.2 |
615 | 2024-10-18T20:38:54.504Z | Downloaded dhcproto v0.12.0 |
616 | 2024-10-18T20:38:54.505Z | Downloaded strum_macros v0.25.3 |
617 | 2024-10-18T20:38:54.505Z | Downloaded strum_macros v0.24.3 |
618 | 2024-10-18T20:38:54.505Z | Downloaded structmeta-derive v0.2.0 |
619 | 2024-10-18T20:38:54.505Z | Downloaded structmeta v0.3.0 |
620 | 2024-10-18T20:38:54.505Z | Downloaded steno v0.4.1 |
621 | 2024-10-18T20:38:54.505Z | Downloaded signal-hook-registry v1.4.2 |
622 | 2024-10-18T20:38:54.505Z | Downloaded zerocopy v0.6.6 |
623 | 2024-10-18T20:38:54.505Z | Downloaded test-strategy v0.3.1 |
624 | 2024-10-18T20:38:54.528Z | Downloaded term v0.7.0 |
625 | 2024-10-18T20:38:54.528Z | Downloaded semver v0.1.20 |
626 | 2024-10-18T20:38:54.528Z | Downloaded secrecy v0.8.0 |
627 | 2024-10-18T20:38:54.528Z | Downloaded sec1 v0.7.3 |
628 | 2024-10-18T20:38:54.528Z | Downloaded scrypt v0.11.0 |
629 | 2024-10-18T20:38:54.528Z | Downloaded scheduled-thread-pool v0.2.7 |
630 | 2024-10-18T20:38:54.528Z | Downloaded same-file v1.0.6 |
631 | 2024-10-18T20:38:54.528Z | Downloaded salsa20 v0.10.2 |
632 | 2024-10-18T20:38:54.528Z | Downloaded endian-type v0.1.2 |
633 | 2024-10-18T20:38:54.528Z | Downloaded downcast v0.11.0 |
634 | 2024-10-18T20:38:54.528Z | Downloaded display-error-chain v0.2.1 |
635 | 2024-10-18T20:38:54.528Z | Downloaded supports-color v3.0.1 |
636 | 2024-10-18T20:38:54.528Z | Downloaded strum_macros v0.26.4 |
637 | 2024-10-18T20:38:54.528Z | Downloaded snafu v0.8.5 |
638 | 2024-10-18T20:38:54.552Z | Downloaded heapless v0.8.0 |
639 | 2024-10-18T20:38:54.552Z | Downloaded headers v0.4.0 |
640 | 2024-10-18T20:38:54.552Z | Downloaded enum-as-inner v0.6.1 |
641 | 2024-10-18T20:38:54.552Z | Downloaded enum-as-inner v0.5.1 |
642 | 2024-10-18T20:38:54.552Z | Downloaded diff v0.1.13 |
643 | 2024-10-18T20:38:54.576Z | Downloaded des v0.8.1 |
644 | 2024-10-18T20:38:54.576Z | Downloaded derive_more v0.99.18 |
645 | 2024-10-18T20:38:54.576Z | Downloaded derive_builder v0.20.2 |
646 | 2024-10-18T20:38:54.576Z | Downloaded signal-hook-tokio v0.3.1 |
647 | 2024-10-18T20:38:54.576Z | Downloaded signal-hook-mio v0.2.4 |
648 | 2024-10-18T20:38:54.576Z | Downloaded shlex v1.3.0 |
649 | 2024-10-18T20:38:54.599Z | Downloaded yasna v0.5.2 |
650 | 2024-10-18T20:38:54.599Z | Downloaded vte v0.11.1 |
651 | 2024-10-18T20:38:54.600Z | Downloaded vergen v8.3.2 |
652 | 2024-10-18T20:38:54.600Z | Downloaded heapless v0.7.17 |
653 | 2024-10-18T20:38:54.600Z | Downloaded radix_trie v0.2.1 |
654 | 2024-10-18T20:38:54.623Z | Downloaded env_filter v0.1.2 |
655 | 2024-10-18T20:38:54.623Z | Downloaded difflib v0.4.0 |
656 | 2024-10-18T20:38:54.623Z | Downloaded derive_builder_core v0.20.2 |
657 | 2024-10-18T20:38:54.623Z | Downloaded spin v0.9.8 |
658 | 2024-10-18T20:38:54.623Z | Downloaded socket2 v0.5.7 |
659 | 2024-10-18T20:38:54.623Z | Downloaded similar v2.6.0 |
660 | 2024-10-18T20:38:54.623Z | Downloaded der v0.7.9 |
661 | 2024-10-18T20:38:54.657Z | Downloaded publicsuffix v2.2.3 |
662 | 2024-10-18T20:38:54.657Z | Downloaded tough v0.17.1 |
663 | 2024-10-18T20:38:54.657Z | Downloaded strum v0.26.3 |
664 | 2024-10-18T20:38:54.657Z | Downloaded diesel-dtrace v0.3.0 |
665 | 2024-10-18T20:38:54.657Z | Downloaded dhcproto-macros v0.1.0 |
666 | 2024-10-18T20:38:54.657Z | Downloaded strip-ansi-escapes v0.2.0 |
667 | 2024-10-18T20:38:54.657Z | Downloaded string_cache v0.8.7 |
668 | 2024-10-18T20:38:54.683Z | Downloaded static_assertions v1.1.0 |
669 | 2024-10-18T20:38:54.683Z | Downloaded ssh-cipher v0.2.0 |
670 | 2024-10-18T20:38:54.683Z | Downloaded snafu-derive v0.8.5 |
671 | 2024-10-18T20:38:54.683Z | Downloaded smf v0.2.3 |
672 | 2024-10-18T20:38:54.683Z | Downloaded zeroize v1.8.1 |
673 | 2024-10-18T20:38:54.683Z | Downloaded xz2 v0.1.7 |
674 | 2024-10-18T20:38:54.683Z | Downloaded tap v1.0.1 |
675 | 2024-10-18T20:38:54.683Z | Downloaded tabwriter v1.4.0 |
676 | 2024-10-18T20:38:54.683Z | Downloaded vsss-rs v3.3.4 |
677 | 2024-10-18T20:38:54.683Z | Downloaded termios v0.3.3 |
678 | 2024-10-18T20:38:54.683Z | Downloaded futures v0.3.31 |
679 | 2024-10-18T20:38:54.683Z | Downloaded p521 v0.13.3 |
680 | 2024-10-18T20:38:54.683Z | Downloaded half v2.4.1 |
681 | 2024-10-18T20:38:54.706Z | Downloaded reqwest v0.11.27 |
682 | 2024-10-18T20:38:54.706Z | Downloaded chrono-tz v0.10.0 |
683 | 2024-10-18T20:38:54.729Z | Downloaded structmeta v0.2.0 |
684 | 2024-10-18T20:38:54.730Z | Downloaded derive-where v1.2.7 |
685 | 2024-10-18T20:38:54.730Z | Downloaded zip v0.6.6 |
686 | 2024-10-18T20:38:54.753Z | Downloaded foldhash v0.1.3 |
687 | 2024-10-18T20:38:54.753Z | Downloaded float-cmp v0.9.0 |
688 | 2024-10-18T20:38:54.753Z | Downloaded flagset v0.4.6 |
689 | 2024-10-18T20:38:54.753Z | Downloaded fixedbitset v0.4.2 |
690 | 2024-10-18T20:38:54.753Z | Downloaded filetime v0.2.25 |
691 | 2024-10-18T20:38:54.753Z | Downloaded x509-cert v0.2.5 |
692 | 2024-10-18T20:38:54.776Z | Downloaded getrandom v0.2.15 |
693 | 2024-10-18T20:38:54.776Z | Downloaded futures-channel v0.3.31 |
694 | 2024-10-18T20:38:54.776Z | Downloaded rayon v1.10.0 |
695 | 2024-10-18T20:38:54.776Z | Downloaded curve25519-dalek v4.1.3 |
696 | 2024-10-18T20:38:54.799Z | Downloaded stable_deref_trait v1.2.0 |
697 | 2024-10-18T20:38:54.799Z | Downloaded ssh-encoding v0.2.0 |
698 | 2024-10-18T20:38:54.799Z | Downloaded sqlparser_derive v0.2.2 |
699 | 2024-10-18T20:38:54.799Z | Downloaded sqlformat v0.2.6 |
700 | 2024-10-18T20:38:54.799Z | Downloaded spki v0.7.3 |
701 | 2024-10-18T20:38:54.799Z | Downloaded spin v0.5.2 |
702 | 2024-10-18T20:38:54.799Z | Downloaded sigpipe v0.1.3 |
703 | 2024-10-18T20:38:54.799Z | Downloaded signature v2.2.0 |
704 | 2024-10-18T20:38:54.799Z | Downloaded defmt-macros v0.3.9 |
705 | 2024-10-18T20:38:54.822Z | Downloaded defmt v0.3.8 |
706 | 2024-10-18T20:38:54.822Z | Downloaded take_mut v0.2.2 |
707 | 2024-10-18T20:38:54.822Z | Downloaded sync_wrapper v1.0.1 |
708 | 2024-10-18T20:38:54.822Z | Downloaded pin-project v1.1.6 |
709 | 2024-10-18T20:38:54.846Z | Downloaded parse-zoneinfo v0.3.1 |
710 | 2024-10-18T20:38:54.846Z | Downloaded hmac v0.12.1 |
711 | 2024-10-18T20:38:54.846Z | Downloaded hickory-client v0.24.1 |
712 | 2024-10-18T20:38:54.846Z | Downloaded reqwest v0.12.8 |
713 | 2024-10-18T20:38:54.846Z | Downloaded quinn-proto v0.11.8 |
714 | 2024-10-18T20:38:54.869Z | Downloaded tokio-util v0.7.12 |
715 | 2024-10-18T20:38:54.869Z | Downloaded time v0.3.36 |
716 | 2024-10-18T20:38:54.892Z | Downloaded der_derive v0.7.3 |
717 | 2024-10-18T20:38:54.892Z | Downloaded defmt-parser v0.3.4 |
718 | 2024-10-18T20:38:54.892Z | Downloaded zone v0.3.0 |
719 | 2024-10-18T20:38:54.892Z | Downloaded zone v0.1.8 |
720 | 2024-10-18T20:38:54.892Z | Downloaded rustls-pki-types v1.9.0 |
721 | 2024-10-18T20:38:54.892Z | Downloaded rustls-pemfile v2.2.0 |
722 | 2024-10-18T20:38:54.892Z | Downloaded pkcs1 v0.7.5 |
723 | 2024-10-18T20:38:54.892Z | Downloaded pin-project-lite v0.2.14 |
724 | 2024-10-18T20:38:54.892Z | Downloaded pin-project-internal v1.1.6 |
725 | 2024-10-18T20:38:54.915Z | Downloaded float-ord v0.3.2 |
726 | 2024-10-18T20:38:54.915Z | Downloaded termcolor v1.4.1 |
727 | 2024-10-18T20:38:54.916Z | Downloaded gethostname v0.5.0 |
728 | 2024-10-18T20:38:54.916Z | Downloaded futures-task v0.3.31 |
729 | 2024-10-18T20:38:54.916Z | Downloaded futures-sink v0.3.31 |
730 | 2024-10-18T20:38:54.916Z | Downloaded futures-macro v0.3.31 |
731 | 2024-10-18T20:38:54.916Z | Downloaded futures-executor v0.3.31 |
732 | 2024-10-18T20:38:54.916Z | Downloaded futures-core v0.3.31 |
733 | 2024-10-18T20:38:54.916Z | Downloaded funty v2.0.0 |
734 | 2024-10-18T20:38:54.916Z | Downloaded fragile v2.0.0 |
735 | 2024-10-18T20:38:54.916Z | Downloaded hashlink v0.9.1 |
736 | 2024-10-18T20:38:54.916Z | Downloaded quick-xml v0.33.0 |
737 | 2024-10-18T20:38:54.939Z | Downloaded vcpkg v0.2.15 |
738 | 2024-10-18T20:38:54.968Z | Downloaded unicode-properties v0.1.3 |
739 | 2024-10-18T20:38:54.992Z | Downloaded zeroize_derive v1.4.2 |
740 | 2024-10-18T20:38:54.992Z | Downloaded sync_wrapper v0.1.2 |
741 | 2024-10-18T20:38:54.992Z | Downloaded rustls-pemfile v1.0.4 |
742 | 2024-10-18T20:38:54.992Z | Downloaded pin-utils v0.1.0 |
743 | 2024-10-18T20:38:54.993Z | Downloaded foreign-types v0.3.2 |
744 | 2024-10-18T20:38:54.993Z | Downloaded vte_generate_state_changes v0.1.2 |
745 | 2024-10-18T20:38:54.993Z | Downloaded termtree v0.4.1 |
746 | 2024-10-18T20:38:54.993Z | Downloaded fxhash v0.2.1 |
747 | 2024-10-18T20:38:54.993Z | Downloaded futures-io v0.3.31 |
748 | 2024-10-18T20:38:54.993Z | Downloaded openssl-sys v0.9.103 |
749 | 2024-10-18T20:38:54.993Z | Downloaded http v1.1.0 |
750 | 2024-10-18T20:38:55.016Z | Downloaded http v0.2.12 |
751 | 2024-10-18T20:38:55.016Z | Downloaded group v0.13.0 |
752 | 2024-10-18T20:38:55.016Z | Downloaded globset v0.4.15 |
753 | 2024-10-18T20:38:55.016Z | Downloaded progenitor-impl v0.8.0 |
754 | 2024-10-18T20:38:55.016Z | Downloaded prettyplease v0.2.22 |
755 | 2024-10-18T20:38:55.016Z | Downloaded postcard v1.0.10 |
756 | 2024-10-18T20:38:55.016Z | Downloaded pkcs5 v0.7.1 |
757 | 2024-10-18T20:38:55.016Z | Downloaded tungstenite v0.24.0 |
758 | 2024-10-18T20:38:55.039Z | Downloaded tungstenite v0.21.0 |
759 | 2024-10-18T20:38:55.039Z | Downloaded tracing v0.1.40 |
760 | 2024-10-18T20:38:55.039Z | Downloaded toml_edit v0.19.15 |
761 | 2024-10-18T20:38:55.063Z | Downloaded tokio-postgres v0.7.12 |
762 | 2024-10-18T20:38:55.063Z | Downloaded nix v0.29.0 |
763 | 2024-10-18T20:38:55.086Z | Downloaded form_urlencoded v1.2.1 |
764 | 2024-10-18T20:38:55.086Z | Downloaded foreign-types-shared v0.3.1 |
765 | 2024-10-18T20:38:55.086Z | Downloaded foreign-types-shared v0.1.1 |
766 | 2024-10-18T20:38:55.086Z | Downloaded foreign-types-macros v0.2.3 |
767 | 2024-10-18T20:38:55.086Z | Downloaded foreign-types v0.5.0 |
768 | 2024-10-18T20:38:55.086Z | Downloaded xattr v1.3.1 |
769 | 2024-10-18T20:38:55.086Z | Downloaded which v4.4.2 |
770 | 2024-10-18T20:38:55.086Z | Downloaded walkdir v2.5.0 |
771 | 2024-10-18T20:38:55.086Z | Downloaded p256 v0.13.2 |
772 | 2024-10-18T20:38:55.086Z | Downloaded omicron-zone-package v0.11.1 |
773 | 2024-10-18T20:38:55.109Z | Downloaded olpc-cjson v0.1.4 |
774 | 2024-10-18T20:38:55.109Z | Downloaded hostname v0.3.1 |
775 | 2024-10-18T20:38:55.109Z | Downloaded home v0.5.9 |
776 | 2024-10-18T20:38:55.109Z | Downloaded hex-literal v0.4.1 |
777 | 2024-10-18T20:38:55.110Z | Downloaded hex v0.4.3 |
778 | 2024-10-18T20:38:55.110Z | Downloaded heck v0.3.3 |
779 | 2024-10-18T20:38:55.110Z | Downloaded hash32 v0.3.1 |
780 | 2024-10-18T20:38:55.110Z | Downloaded hash32 v0.2.1 |
781 | 2024-10-18T20:38:55.110Z | Downloaded glob v0.3.1 |
782 | 2024-10-18T20:38:55.110Z | Downloaded rand v0.8.5 |
783 | 2024-10-18T20:38:55.110Z | Downloaded tracing-core v0.1.32 |
784 | 2024-10-18T20:38:55.133Z | Downloaded nix v0.28.0 |
785 | 2024-10-18T20:38:55.133Z | Downloaded nix v0.27.1 |
786 | 2024-10-18T20:38:55.156Z | Downloaded whoami v1.5.2 |
787 | 2024-10-18T20:38:55.156Z | Downloaded want v0.3.1 |
788 | 2024-10-18T20:38:55.156Z | Downloaded waitgroup v0.1.2 |
789 | 2024-10-18T20:38:55.156Z | Downloaded wait-timeout v0.2.0 |
790 | 2024-10-18T20:38:55.156Z | Downloaded phf_shared v0.11.2 |
791 | 2024-10-18T20:38:55.156Z | Downloaded phf_shared v0.10.0 |
792 | 2024-10-18T20:38:55.156Z | Downloaded phf_generator v0.11.2 |
793 | 2024-10-18T20:38:55.156Z | Downloaded phf_codegen v0.11.2 |
794 | 2024-10-18T20:38:55.156Z | Downloaded phf v0.11.2 |
795 | 2024-10-18T20:38:55.156Z | Downloaded percent-encoding v2.3.1 |
796 | 2024-10-18T20:38:55.156Z | Downloaded pem-rfc7468 v0.7.0 |
797 | 2024-10-18T20:38:55.179Z | Downloaded pem v3.0.4 |
798 | 2024-10-18T20:38:55.179Z | Downloaded peg-runtime v0.8.3 |
799 | 2024-10-18T20:38:55.179Z | Downloaded peg-macros v0.8.4 |
800 | 2024-10-18T20:38:55.180Z | Downloaded ghash v0.5.1 |
801 | 2024-10-18T20:38:55.180Z | Downloaded password-hash v0.4.2 |
802 | 2024-10-18T20:38:55.180Z | Downloaded parking_lot_core v0.8.6 |
803 | 2024-10-18T20:38:55.180Z | Downloaded parking_lot v0.12.3 |
804 | 2024-10-18T20:38:55.180Z | Downloaded parking_lot v0.11.2 |
805 | 2024-10-18T20:38:55.180Z | Downloaded owo-colors v4.1.0 |
806 | 2024-10-18T20:38:55.180Z | Downloaded oso v0.27.3 |
807 | 2024-10-18T20:38:55.203Z | Downloaded headers-core v0.3.0 |
808 | 2024-10-18T20:38:55.203Z | Downloaded reedline v0.35.0 |
809 | 2024-10-18T20:38:55.203Z | Downloaded quinn v0.11.5 |
810 | 2024-10-18T20:38:55.203Z | Downloaded primeorder v0.13.6 |
811 | 2024-10-18T20:38:55.203Z | Downloaded predicates v3.1.2 |
812 | 2024-10-18T20:38:55.203Z | Downloaded ppv-lite86 v0.2.20 |
813 | 2024-10-18T20:38:55.203Z | Downloaded postgres-protocol v0.6.7 |
814 | 2024-10-18T20:38:55.226Z | Downloaded idna v0.3.0 |
815 | 2024-10-18T20:38:55.226Z | Downloaded pbkdf2 v0.12.2 |
816 | 2024-10-18T20:38:55.226Z | Downloaded pbkdf2 v0.11.0 |
817 | 2024-10-18T20:38:55.226Z | Downloaded paste v1.0.15 |
818 | 2024-10-18T20:38:55.226Z | Downloaded password-hash v0.5.0 |
819 | 2024-10-18T20:38:55.226Z | Downloaded parse-size v1.0.0 |
820 | 2024-10-18T20:38:55.226Z | Downloaded parse-display-derive v0.10.0 |
821 | 2024-10-18T20:38:55.226Z | Downloaded parse-display v0.10.0 |
822 | 2024-10-18T20:38:55.250Z | Downloaded parking_lot_core v0.9.10 |
823 | 2024-10-18T20:38:55.250Z | Downloaded packed_struct v0.10.1 |
824 | 2024-10-18T20:38:55.250Z | Downloaded opaque-debug v0.3.1 |
825 | 2024-10-18T20:38:55.250Z | Downloaded psl-types v2.0.11 |
826 | 2024-10-18T20:38:55.250Z | Downloaded progenitor-macro v0.8.0 |
827 | 2024-10-18T20:38:55.250Z | Downloaded progenitor v0.8.0 |
828 | 2024-10-18T20:38:55.250Z | Downloaded proc-macro-crate v1.3.1 |
829 | 2024-10-18T20:38:55.250Z | Downloaded predicates-tree v1.0.11 |
830 | 2024-10-18T20:38:55.250Z | Downloaded predicates-core v1.0.8 |
831 | 2024-10-18T20:38:55.250Z | Downloaded poly1305 v0.8.0 |
832 | 2024-10-18T20:38:55.273Z | Downloaded pkcs8 v0.10.2 |
833 | 2024-10-18T20:38:55.273Z | Downloaded tungstenite v0.23.0 |
834 | 2024-10-18T20:38:55.273Z | Downloaded toml v0.7.8 |
835 | 2024-10-18T20:38:55.273Z | Downloaded tokio-tungstenite v0.24.0 |
836 | 2024-10-18T20:38:55.273Z | Downloaded idna v0.5.0 |
837 | 2024-10-18T20:38:55.296Z | Downloaded idna v0.4.0 |
838 | 2024-10-18T20:38:55.296Z | Downloaded oso-derive v0.27.3 |
839 | 2024-10-18T20:38:55.296Z | Downloaded openssl-probe v0.1.5 |
840 | 2024-10-18T20:38:55.296Z | Downloaded openssl-macros v0.1.1 |
841 | 2024-10-18T20:38:55.296Z | Downloaded http-body v1.0.1 |
842 | 2024-10-18T20:38:55.296Z | Downloaded http-body v0.4.6 |
843 | 2024-10-18T20:38:55.296Z | Downloaded hostname v0.4.0 |
844 | 2024-10-18T20:38:55.319Z | Downloaded resolv-conf v0.7.0 |
845 | 2024-10-18T20:38:55.319Z | Downloaded ref-cast v1.0.23 |
846 | 2024-10-18T20:38:55.319Z | Downloaded rcgen v0.12.1 |
847 | 2024-10-18T20:38:55.319Z | Downloaded rayon-core v1.12.1 |
848 | 2024-10-18T20:38:55.319Z | Downloaded rand_xorshift v0.3.0 |
849 | 2024-10-18T20:38:55.319Z | Downloaded qorb v0.1.2 |
850 | 2024-10-18T20:38:55.320Z | Downloaded powerfmt v0.2.0 |
851 | 2024-10-18T20:38:55.343Z | Downloaded postgres-types v0.2.8 |
852 | 2024-10-18T20:38:55.343Z | Downloaded polyval v0.6.2 |
853 | 2024-10-18T20:38:55.343Z | Downloaded pkg-config v0.3.31 |
854 | 2024-10-18T20:38:55.343Z | Downloaded unicode-normalization v0.1.24 |
855 | 2024-10-18T20:38:55.343Z | Downloaded tokio-tungstenite v0.23.1 |
856 | 2024-10-18T20:38:55.343Z | Downloaded tokio-stream v0.1.16 |
857 | 2024-10-18T20:38:55.343Z | Downloaded tokio-rustls v0.25.0 |
858 | 2024-10-18T20:38:55.343Z | Downloaded tokio-rustls v0.24.1 |
859 | 2024-10-18T20:38:55.366Z | Downloaded bitvec v1.0.1 |
860 | 2024-10-18T20:38:55.366Z | Downloaded number_prefix v0.4.0 |
861 | 2024-10-18T20:38:55.366Z | Downloaded rustfmt-wrapper v0.2.1 |
862 | 2024-10-18T20:38:55.389Z | Downloaded rfc6979 v0.4.0 |
863 | 2024-10-18T20:38:55.390Z | Downloaded ref-cast-impl v1.0.23 |
864 | 2024-10-18T20:38:55.390Z | Downloaded rand_chacha v0.3.1 |
865 | 2024-10-18T20:38:55.390Z | Downloaded radium v0.7.0 |
866 | 2024-10-18T20:38:55.390Z | Downloaded r2d2 v0.8.10 |
867 | 2024-10-18T20:38:55.390Z | Downloaded quinn-udp v0.5.5 |
868 | 2024-10-18T20:38:55.390Z | Downloaded progenitor-client v0.8.0 |
869 | 2024-10-18T20:38:55.390Z | Downloaded pretty-hex v0.2.1 |
870 | 2024-10-18T20:38:55.390Z | Downloaded precomputed-hash v0.1.1 |
871 | 2024-10-18T20:38:55.390Z | Downloaded tui-tree-widget v0.22.0 |
872 | 2024-10-18T20:38:55.390Z | Downloaded tracing-attributes v0.1.27 |
873 | 2024-10-18T20:38:55.390Z | Downloaded tokio-tungstenite v0.21.0 |
874 | 2024-10-18T20:38:55.390Z | Downloaded tokio-rustls v0.26.0 |
875 | 2024-10-18T20:38:55.390Z | Downloaded tokio-native-tls v0.3.1 |
876 | 2024-10-18T20:38:55.414Z | Downloaded lalrpop v0.19.12 |
877 | 2024-10-18T20:38:55.414Z | Downloaded idna v0.2.3 |
878 | 2024-10-18T20:38:55.414Z | Downloaded chrono v0.4.38 |
879 | 2024-10-18T20:38:55.437Z | Downloaded rand_core v0.6.4 |
880 | 2024-10-18T20:38:55.437Z | Downloaded quick-error v1.2.3 |
881 | 2024-10-18T20:38:55.437Z | Downloaded utf-8 v0.7.6 |
882 | 2024-10-18T20:38:55.437Z | Downloaded url v2.5.2 |
883 | 2024-10-18T20:38:55.437Z | Downloaded universal-hash v0.5.1 |
884 | 2024-10-18T20:38:55.437Z | Downloaded unicode_categories v0.1.1 |
885 | 2024-10-18T20:38:55.437Z | Downloaded unicode-segmentation v1.12.0 |
886 | 2024-10-18T20:38:55.460Z | Downloaded unicase v2.7.0 |
887 | 2024-10-18T20:38:55.460Z | Downloaded unarray v0.1.4 |
888 | 2024-10-18T20:38:55.460Z | Downloaded typify-macro v0.2.0 |
889 | 2024-10-18T20:38:55.460Z | Downloaded typify v0.2.0 |
890 | 2024-10-18T20:38:55.460Z | Downloaded typed-path v0.7.1 |
891 | 2024-10-18T20:38:55.460Z | Downloaded twox-hash v1.6.3 |
892 | 2024-10-18T20:38:55.460Z | Downloaded topological-sort v0.2.2 |
893 | 2024-10-18T20:38:55.460Z | Downloaded toolchain_find v0.4.0 |
894 | 2024-10-18T20:38:55.483Z | Downloaded tokio-macros v2.4.0 |
895 | 2024-10-18T20:38:55.483Z | Downloaded tls_codec_derive v0.4.1 |
896 | 2024-10-18T20:38:55.483Z | Downloaded tls_codec v0.4.1 |
897 | 2024-10-18T20:38:55.483Z | Downloaded tinyvec_macros v0.1.1 |
898 | 2024-10-18T20:38:55.483Z | Downloaded tinyvec v1.8.0 |
899 | 2024-10-18T20:38:55.483Z | Downloaded tiny-keccak v2.0.2 |
900 | 2024-10-18T20:38:55.484Z | Downloaded time-macros v0.2.18 |
901 | 2024-10-18T20:38:55.484Z | Downloaded thread_local v1.1.8 |
902 | 2024-10-18T20:38:55.484Z | Downloaded thiserror-no-std v2.0.2 |
903 | 2024-10-18T20:38:55.484Z | Downloaded thiserror-impl-no-std v2.0.2 |
904 | 2024-10-18T20:38:55.507Z | Downloaded rusqlite v0.32.1 |
905 | 2024-10-18T20:38:55.507Z | Downloaded hyper v0.14.30 |
906 | 2024-10-18T20:38:55.507Z | Downloaded uzers v0.12.1 |
907 | 2024-10-18T20:38:55.507Z | Downloaded uuid v1.10.0 |
908 | 2024-10-18T20:38:55.530Z | Downloaded untrusted v0.9.0 |
909 | 2024-10-18T20:38:55.530Z | Downloaded untrusted v0.7.1 |
910 | 2024-10-18T20:38:55.530Z | Downloaded unsafe-libyaml v0.2.11 |
911 | 2024-10-18T20:38:55.530Z | Downloaded unicode-xid v0.2.6 |
912 | 2024-10-18T20:38:55.530Z | Downloaded unicode-truncate v1.1.0 |
913 | 2024-10-18T20:38:55.530Z | Downloaded unicode-bidi v0.3.17 |
914 | 2024-10-18T20:38:55.530Z | Downloaded try-lock v0.2.5 |
915 | 2024-10-18T20:38:55.530Z | Downloaded time-core v0.1.2 |
916 | 2024-10-18T20:38:55.530Z | Downloaded russh v0.45.0 |
917 | 2024-10-18T20:38:55.553Z | Downloaded num_enum_derive v0.5.11 |
918 | 2024-10-18T20:38:55.553Z | Downloaded num-traits v0.2.19 |
919 | 2024-10-18T20:38:55.553Z | Downloaded num-iter v0.1.45 |
920 | 2024-10-18T20:38:55.553Z | Downloaded num-derive v0.4.2 |
921 | 2024-10-18T20:38:55.553Z | Downloaded num-complex v0.4.6 |
922 | 2024-10-18T20:38:55.553Z | Downloaded num-bigint-dig v0.8.4 |
923 | 2024-10-18T20:38:55.553Z | Downloaded num-bigint v0.4.6 |
924 | 2024-10-18T20:38:55.577Z | Downloaded nu-ansi-term v0.50.1 |
925 | 2024-10-18T20:38:55.577Z | Downloaded nom v7.1.3 |
926 | 2024-10-18T20:38:55.577Z | Downloaded mio v1.0.2 |
927 | 2024-10-18T20:38:55.577Z | Downloaded miniz_oxide v0.8.0 |
928 | 2024-10-18T20:38:55.577Z | Downloaded minimal-lexical v0.2.1 |
929 | 2024-10-18T20:38:55.601Z | Downloaded mime v0.3.17 |
930 | 2024-10-18T20:38:55.601Z | Downloaded memmap2 v0.9.5 |
931 | 2024-10-18T20:38:55.601Z | Downloaded md-5 v0.10.6 |
932 | 2024-10-18T20:38:55.601Z | Downloaded maplit v1.0.2 |
933 | 2024-10-18T20:38:55.601Z | Downloaded linked-hash-map v0.5.6 |
934 | 2024-10-18T20:38:55.601Z | Downloaded libxml v0.3.3 |
935 | 2024-10-18T20:38:55.625Z | Downloaded libm v0.2.8 |
936 | 2024-10-18T20:38:55.625Z | Downloaded kstat-rs v0.2.4 |
937 | 2024-10-18T20:38:55.625Z | Downloaded jobserver v0.1.32 |
938 | 2024-10-18T20:38:55.625Z | Downloaded itertools v0.13.0 |
939 | 2024-10-18T20:38:55.648Z | Downloaded itertools v0.12.1 |
940 | 2024-10-18T20:38:55.648Z | Downloaded itertools v0.10.5 |
941 | 2024-10-18T20:38:55.648Z | Downloaded ipnet v2.10.1 |
942 | 2024-10-18T20:38:55.648Z | Downloaded indicatif v0.17.8 |
943 | 2024-10-18T20:38:55.671Z | Downloaded indexmap v1.9.3 |
944 | 2024-10-18T20:38:55.671Z | Downloaded hyper v1.4.1 |
945 | 2024-10-18T20:38:55.671Z | Downloaded hickory-server v0.24.1 |
946 | 2024-10-18T20:38:55.671Z | Downloaded hickory-resolver v0.24.1 |
947 | 2024-10-18T20:38:55.694Z | Downloaded darling v0.20.10 |
948 | 2024-10-18T20:38:55.694Z | Downloaded csv-core v0.1.11 |
949 | 2024-10-18T20:38:55.694Z | Downloaded crypto-bigint v0.5.5 |
950 | 2024-10-18T20:38:55.694Z | Downloaded crossterm v0.28.1 |
951 | 2024-10-18T20:38:55.717Z | Downloaded crossbeam-utils v0.8.20 |
952 | 2024-10-18T20:38:55.717Z | Downloaded crossbeam-epoch v0.9.18 |
953 | 2024-10-18T20:38:55.717Z | Downloaded crossbeam-channel v0.5.13 |
954 | 2024-10-18T20:38:55.717Z | Downloaded crc32fast v1.4.2 |
955 | 2024-10-18T20:38:55.717Z | Downloaded cookie v0.18.1 |
956 | 2024-10-18T20:38:55.717Z | Downloaded const_format v0.2.33 |
957 | 2024-10-18T20:38:55.740Z | Downloaded const-oid v0.9.6 |
958 | 2024-10-18T20:38:55.740Z | Downloaded chacha20 v0.9.1 |
959 | 2024-10-18T20:38:55.740Z | Downloaded cc v1.1.30 |
960 | 2024-10-18T20:38:55.740Z | Downloaded cancel-safe-futures v0.1.5 |
961 | 2024-10-18T20:38:55.740Z | Downloaded blake2 v0.10.6 |
962 | 2024-10-18T20:38:55.740Z | Downloaded bitfield-struct v0.6.2 |
963 | 2024-10-18T20:38:55.740Z | Downloaded bindgen v0.69.5 |
964 | 2024-10-18T20:38:55.765Z | Downloaded base64 v0.13.1 |
965 | 2024-10-18T20:38:55.765Z | Downloaded backtrace v0.3.74 |
966 | 2024-10-18T20:38:55.765Z | Downloaded arc-swap v1.7.1 |
967 | 2024-10-18T20:38:55.765Z | Downloaded aho-corasick v1.1.3 |
968 | 2024-10-18T20:38:55.788Z | Downloaded aes-gcm v0.10.3 |
969 | 2024-10-18T20:38:55.788Z | Downloaded slog-bunyan v2.5.0 |
970 | 2024-10-18T20:38:55.788Z | Downloaded slog-async v2.8.0 |
971 | 2024-10-18T20:38:55.788Z | Downloaded slog v2.7.0 |
972 | 2024-10-18T20:38:55.788Z | Downloaded rsa v0.9.6 |
973 | 2024-10-18T20:38:55.788Z | Downloaded ron v0.8.1 |
974 | 2024-10-18T20:38:55.811Z | Downloaded ron v0.7.1 |
975 | 2024-10-18T20:38:55.811Z | Downloaded num_threads v0.1.7 |
976 | 2024-10-18T20:38:55.811Z | Downloaded num-conv v0.1.0 |
977 | 2024-10-18T20:38:55.811Z | Downloaded num v0.4.3 |
978 | 2024-10-18T20:38:55.811Z | Downloaded normalize-line-endings v0.3.0 |
979 | 2024-10-18T20:38:55.811Z | Downloaded nodrop v0.1.14 |
980 | 2024-10-18T20:38:55.811Z | Downloaded native-tls v0.2.12 |
981 | 2024-10-18T20:38:55.836Z | Downloaded multimap v0.10.0 |
982 | 2024-10-18T20:38:55.836Z | Downloaded multer v3.1.0 |
983 | 2024-10-18T20:38:55.836Z | Downloaded mockall_derive v0.13.0 |
984 | 2024-10-18T20:38:55.836Z | Downloaded mockall v0.13.0 |
985 | 2024-10-18T20:38:55.836Z | Downloaded mime_guess v2.0.5 |
986 | 2024-10-18T20:38:55.836Z | Downloaded memoffset v0.9.1 |
987 | 2024-10-18T20:38:55.836Z | Downloaded md5 v0.7.0 |
988 | 2024-10-18T20:38:55.836Z | Downloaded maybe-uninit v2.0.0 |
989 | 2024-10-18T20:38:55.836Z | Downloaded matches v0.1.10 |
990 | 2024-10-18T20:38:55.836Z | Downloaded match_cfg v0.1.0 |
991 | 2024-10-18T20:38:55.836Z | Downloaded managed v0.8.0 |
992 | 2024-10-18T20:38:55.836Z | Downloaded lru-cache v0.1.2 |
993 | 2024-10-18T20:38:55.836Z | Downloaded lru v0.12.5 |
994 | 2024-10-18T20:38:55.836Z | Downloaded lock_api v0.4.12 |
995 | 2024-10-18T20:38:55.836Z | Downloaded libsw v3.3.1 |
996 | 2024-10-18T20:38:55.860Z | Downloaded is_ci v1.2.0 |
997 | 2024-10-18T20:38:55.860Z | Downloaded is-terminal v0.4.13 |
998 | 2024-10-18T20:38:55.860Z | Downloaded ipnetwork v0.20.0 |
999 | 2024-10-18T20:38:55.860Z | Downloaded ident_case v1.0.1 |
1000 | 2024-10-18T20:38:55.860Z | Downloaded iana-time-zone v0.1.61 |
1001 | 2024-10-18T20:38:55.860Z | Downloaded hyper-util v0.1.9 |
1002 | 2024-10-18T20:38:55.860Z | Downloaded hyper-tls v0.6.0 |
1003 | 2024-10-18T20:38:55.860Z | Downloaded hyper-staticfile v0.10.1 |
1004 | 2024-10-18T20:38:55.860Z | Downloaded hyper-rustls v0.27.3 |
1005 | 2024-10-18T20:38:55.884Z | Downloaded humantime v2.1.0 |
1006 | 2024-10-18T20:38:55.884Z | Downloaded hubpack_derive v0.1.1 |
1007 | 2024-10-18T20:38:55.884Z | Downloaded hubpack v0.1.2 |
1008 | 2024-10-18T20:38:55.884Z | Downloaded httpdate v1.0.3 |
1009 | 2024-10-18T20:38:55.884Z | Downloaded httparse v1.9.5 |
1010 | 2024-10-18T20:38:55.884Z | Downloaded http-range v0.1.5 |
1011 | 2024-10-18T20:38:55.884Z | Downloaded http-body-util v0.1.2 |
1012 | 2024-10-18T20:38:55.884Z | Downloaded highway v1.2.0 |
1013 | 2024-10-18T20:38:55.884Z | Downloaded debug-ignore v1.0.5 |
1014 | 2024-10-18T20:38:55.884Z | Downloaded cstr-argument v0.1.2 |
1015 | 2024-10-18T20:38:55.884Z | Downloaded crunchy v0.2.2 |
1016 | 2024-10-18T20:38:55.884Z | Downloaded constant_time_eq v0.3.1 |
1017 | 2024-10-18T20:38:55.907Z | Downloaded colored v2.1.0 |
1018 | 2024-10-18T20:38:55.907Z | Downloaded cobs v0.2.3 |
1019 | 2024-10-18T20:38:55.907Z | Downloaded clang-sys v1.8.1 |
1020 | 2024-10-18T20:38:55.907Z | Downloaded cipher v0.4.4 |
1021 | 2024-10-18T20:38:55.908Z | Downloaded ciborium-io v0.2.2 |
1022 | 2024-10-18T20:38:55.908Z | Downloaded chrono-tz-build v0.4.0 |
1023 | 2024-10-18T20:38:55.908Z | Downloaded chacha20poly1305 v0.10.1 |
1024 | 2024-10-18T20:38:55.908Z | Downloaded castaway v0.2.3 |
1025 | 2024-10-18T20:38:55.908Z | Downloaded bytes v1.7.2 |
1026 | 2024-10-18T20:38:55.908Z | Downloaded block-padding v0.3.3 |
1027 | 2024-10-18T20:38:55.908Z | Downloaded blake3 v1.5.4 |
1028 | 2024-10-18T20:38:55.931Z | Downloaded bit-vec v0.6.3 |
1029 | 2024-10-18T20:38:55.931Z | Downloaded base64 v0.22.1 |
1030 | 2024-10-18T20:38:55.931Z | Downloaded aes v0.8.4 |
1031 | 2024-10-18T20:38:55.954Z | Downloaded smallvec v0.6.14 |
1032 | 2024-10-18T20:38:55.954Z | Downloaded slog-term v2.9.1 |
1033 | 2024-10-18T20:38:55.954Z | Downloaded slog-stdlog v4.1.1 |
1034 | 2024-10-18T20:38:55.954Z | Downloaded slog-scope v4.4.0 |
1035 | 2024-10-18T20:38:55.954Z | Downloaded slog-json v2.6.1 |
1036 | 2024-10-18T20:38:55.954Z | Downloaded slog-envlogger v2.2.0 |
1037 | 2024-10-18T20:38:55.954Z | Downloaded slog-dtrace v0.3.0 |
1038 | 2024-10-18T20:38:55.954Z | Downloaded slab v0.4.9 |
1039 | 2024-10-18T20:38:55.954Z | Downloaded siphasher v0.3.11 |
1040 | 2024-10-18T20:38:55.954Z | Downloaded rustc_version v0.4.1 |
1041 | 2024-10-18T20:38:55.954Z | Downloaded rustc_version v0.1.7 |
1042 | 2024-10-18T20:38:55.954Z | Downloaded rustc-hash v2.0.0 |
1043 | 2024-10-18T20:38:55.954Z | Downloaded rustc-hash v1.1.0 |
1044 | 2024-10-18T20:38:55.955Z | Downloaded rustc-demangle v0.1.24 |
1045 | 2024-10-18T20:38:55.979Z | Downloaded russh-keys v0.45.0 |
1046 | 2024-10-18T20:38:55.979Z | Downloaded russh-cryptovec v0.7.3 |
1047 | 2024-10-18T20:38:55.979Z | Downloaded rtoolbox v0.0.2 |
1048 | 2024-10-18T20:38:55.979Z | Downloaded rpassword v7.3.1 |
1049 | 2024-10-18T20:38:55.979Z | Downloaded num_enum v0.5.11 |
1050 | 2024-10-18T20:38:55.979Z | Downloaded num-rational v0.4.2 |
1051 | 2024-10-18T20:38:55.979Z | Downloaded num-integer v0.1.46 |
1052 | 2024-10-18T20:38:55.979Z | Downloaded nibble_vec v0.1.0 |
1053 | 2024-10-18T20:38:55.979Z | Downloaded newtype_derive v0.1.6 |
1054 | 2024-10-18T20:38:55.979Z | Downloaded newtype-uuid v1.1.2 |
1055 | 2024-10-18T20:38:56.004Z | Downloaded newline-converter v0.3.0 |
1056 | 2024-10-18T20:38:56.004Z | Downloaded new_debug_unreachable v1.0.6 |
1057 | 2024-10-18T20:38:56.004Z | Downloaded nanorand v0.7.0 |
1058 | 2024-10-18T20:38:56.004Z | Downloaded linear-map v1.2.0 |
1059 | 2024-10-18T20:38:56.004Z | Downloaded libloading v0.8.5 |
1060 | 2024-10-18T20:38:56.004Z | Downloaded libefi-sys v0.1.0 |
1061 | 2024-10-18T20:38:56.004Z | Downloaded lazycell v1.3.0 |
1062 | 2024-10-18T20:38:56.004Z | Downloaded lazy_static v1.5.0 |
1063 | 2024-10-18T20:38:56.004Z | Downloaded lalrpop-util v0.19.12 |
1064 | 2024-10-18T20:38:56.004Z | Downloaded keccak v0.1.5 |
1065 | 2024-10-18T20:38:56.004Z | Downloaded internet-checksum v0.2.1 |
1066 | 2024-10-18T20:38:56.004Z | Downloaded instant v0.1.13 |
1067 | 2024-10-18T20:38:56.004Z | Downloaded instability v0.3.2 |
1068 | 2024-10-18T20:38:56.004Z | Downloaded inout v0.1.3 |
1069 | 2024-10-18T20:38:56.004Z | Downloaded indoc v1.0.9 |
1070 | 2024-10-18T20:38:56.004Z | Downloaded indent_write v2.2.0 |
1071 | 2024-10-18T20:38:56.028Z | Downloaded impl-trait-for-tuples v0.2.2 |
1072 | 2024-10-18T20:38:56.028Z | Downloaded darling_macro v0.20.10 |
1073 | 2024-10-18T20:38:56.028Z | Downloaded darling_core v0.20.10 |
1074 | 2024-10-18T20:38:56.028Z | Downloaded crc-catalog v2.4.0 |
1075 | 2024-10-18T20:38:56.028Z | Downloaded crc-any v2.5.0 |
1076 | 2024-10-18T20:38:56.028Z | Downloaded crc v3.2.1 |
1077 | 2024-10-18T20:38:56.029Z | Downloaded console v0.15.8 |
1078 | 2024-10-18T20:38:56.029Z | Downloaded compact_str v0.8.0 |
1079 | 2024-10-18T20:38:56.052Z | Downloaded ciborium v0.2.2 |
1080 | 2024-10-18T20:38:56.052Z | Downloaded cfg_aliases v0.1.1 |
1081 | 2024-10-18T20:38:56.052Z | Downloaded bit-set v0.5.3 |
1082 | 2024-10-18T20:38:56.052Z | Downloaded bcs v0.1.6 |
1083 | 2024-10-18T20:38:56.052Z | Downloaded bb8 v0.8.5 |
1084 | 2024-10-18T20:38:56.052Z | Downloaded base64 v0.21.7 |
1085 | 2024-10-18T20:38:56.052Z | Downloaded atty v0.2.14 |
1086 | 2024-10-18T20:38:56.052Z | Downloaded atomic-waker v1.1.2 |
1087 | 2024-10-18T20:38:56.053Z | Downloaded async-recursion v1.1.1 |
1088 | 2024-10-18T20:38:56.053Z | Downloaded async-bb8-diesel v0.2.1 |
1089 | 2024-10-18T20:38:56.053Z | Downloaded assert_matches v1.5.0 |
1090 | 2024-10-18T20:38:56.076Z | Downloaded arrayvec v0.7.6 |
1091 | 2024-10-18T20:38:56.076Z | Downloaded allocator-api2 v0.2.18 |
1092 | 2024-10-18T20:38:56.076Z | Downloaded curve25519-dalek-derive v0.1.1 |
1093 | 2024-10-18T20:38:56.076Z | Downloaded ctr v0.9.2 |
1094 | 2024-10-18T20:38:56.076Z | Downloaded crossbeam-deque v0.8.5 |
1095 | 2024-10-18T20:38:56.076Z | Downloaded cookie_store v0.21.0 |
1096 | 2024-10-18T20:38:56.077Z | Downloaded convert_case v0.4.0 |
1097 | 2024-10-18T20:38:56.077Z | Downloaded const_format_proc_macros v0.2.33 |
1098 | 2024-10-18T20:38:56.077Z | Downloaded ciborium-ll v0.2.2 |
1099 | 2024-10-18T20:38:56.077Z | Downloaded cexpr v0.6.0 |
1100 | 2024-10-18T20:38:56.077Z | Downloaded bitflags v1.3.2 |
1101 | 2024-10-18T20:38:56.100Z | Downloaded bcrypt-pbkdf v0.10.0 |
1102 | 2024-10-18T20:38:56.100Z | Downloaded base64ct v1.6.0 |
1103 | 2024-10-18T20:38:56.100Z | Downloaded base16ct v0.2.0 |
1104 | 2024-10-18T20:38:56.100Z | Downloaded async-stream v0.3.6 |
1105 | 2024-10-18T20:38:56.100Z | Downloaded cbc v0.1.2 |
1106 | 2024-10-18T20:38:56.100Z | Downloaded cassowary v0.3.0 |
1107 | 2024-10-18T20:38:56.100Z | Downloaded bzip2 v0.4.4 |
1108 | 2024-10-18T20:38:56.100Z | Downloaded buf-list v1.0.3 |
1109 | 2024-10-18T20:38:56.100Z | Downloaded blowfish v0.9.1 |
1110 | 2024-10-18T20:38:56.100Z | Downloaded bitfield v0.14.0 |
1111 | 2024-10-18T20:38:56.101Z | Downloaded backoff v0.4.0 |
1112 | 2024-10-18T20:38:56.101Z | Downloaded atomicwrites v0.4.4 |
1113 | 2024-10-18T20:38:56.101Z | Downloaded async-trait v0.1.83 |
1114 | 2024-10-18T20:38:56.124Z | Downloaded async-stream-impl v0.3.6 |
1115 | 2024-10-18T20:38:56.124Z | Downloaded array-init v0.0.4 |
1116 | 2024-10-18T20:38:56.124Z | Downloaded argon2 v0.5.3 |
1117 | 2024-10-18T20:38:56.124Z | Downloaded aead v0.5.2 |
1118 | 2024-10-18T20:38:56.124Z | Downloaded addr2line v0.24.2 |
1119 | 2024-10-18T20:38:56.124Z | Downloaded adler2 v2.0.0 |
1120 | 2024-10-18T20:38:56.124Z | Downloaded arrayref v0.3.9 |
1121 | 2024-10-18T20:38:56.124Z | Downloaded ahash v0.8.11 |
1122 | 2024-10-18T20:38:56.256Z | Compiling serde v1.0.210 |
1123 | 2024-10-18T20:38:56.256Z | Compiling typenum v1.17.0 |
1124 | 2024-10-18T20:38:56.256Z | Compiling lock_api v0.4.12 |
1125 | 2024-10-18T20:38:56.256Z | Compiling generic-array v0.14.7 |
1126 | 2024-10-18T20:38:56.279Z | Compiling scopeguard v1.2.0 |
1127 | 2024-10-18T20:38:56.279Z | Compiling subtle v2.6.1 |
1128 | 2024-10-18T20:38:56.279Z | Compiling syn v2.0.79 |
1129 | 2024-10-18T20:38:56.302Z | Compiling getrandom v0.2.15 |
1130 | 2024-10-18T20:38:56.452Z | Compiling value-bag v1.9.0 |
1131 | 2024-10-18T20:38:56.687Z | Compiling rand_core v0.6.4 |
1132 | 2024-10-18T20:38:56.791Z | Compiling const-oid v0.9.6 |
1133 | 2024-10-18T20:38:56.817Z | Compiling pin-project-lite v0.2.14 |
1134 | 2024-10-18T20:38:56.905Z | Compiling log v0.4.22 |
1135 | 2024-10-18T20:38:56.933Z | Compiling smallvec v1.13.2 |
1136 | 2024-10-18T20:38:57.017Z | Compiling jobserver v0.1.32 |
1137 | 2024-10-18T20:38:57.156Z | Compiling parking_lot_core v0.9.10 |
1138 | 2024-10-18T20:38:57.208Z | Compiling shlex v1.3.0 |
1139 | 2024-10-18T20:38:57.348Z | Compiling futures-core v0.3.31 |
1140 | 2024-10-18T20:38:57.627Z | Compiling cc v1.1.30 |
1141 | 2024-10-18T20:38:57.627Z | Compiling signal-hook-registry v1.4.2 |
1142 | 2024-10-18T20:38:57.744Z | Compiling mio v1.0.2 |
1143 | 2024-10-18T20:38:57.935Z | Compiling cpufeatures v0.2.14 |
1144 | 2024-10-18T20:38:58.036Z | Compiling futures-sink v0.3.31 |
1145 | 2024-10-18T20:38:58.188Z | Compiling parking_lot v0.12.3 |
1146 | 2024-10-18T20:38:58.347Z | Compiling spin v0.9.8 |
1147 | 2024-10-18T20:38:58.430Z | Compiling socket2 v0.5.7 |
1148 | 2024-10-18T20:38:58.895Z | Compiling slab v0.4.9 |
1149 | 2024-10-18T20:38:59.070Z | Compiling serde_json v1.0.128 |
1150 | 2024-10-18T20:38:59.094Z | Compiling futures-channel v0.3.31 |
1151 | 2024-10-18T20:38:59.306Z | Compiling tinyvec_macros v0.1.1 |
1152 | 2024-10-18T20:38:59.406Z | Compiling futures-io v0.3.31 |
1153 | 2024-10-18T20:38:59.430Z | Compiling allocator-api2 v0.2.18 |
1154 | 2024-10-18T20:38:59.430Z | Compiling foldhash v0.1.3 |
1155 | 2024-10-18T20:38:59.503Z | Compiling pin-utils v0.1.0 |
1156 | 2024-10-18T20:38:59.607Z | Compiling futures-task v0.3.31 |
1157 | 2024-10-18T20:38:59.631Z | Compiling tinyvec v1.8.0 |
1158 | 2024-10-18T20:38:59.659Z | Compiling libm v0.2.8 |
1159 | 2024-10-18T20:38:59.741Z | Compiling num-traits v0.2.19 |
1160 | 2024-10-18T20:38:59.783Z | Compiling unicode-bidi v0.3.17 |
1161 | 2024-10-18T20:39:00.022Z | Compiling base64ct v1.6.0 |
1162 | 2024-10-18T20:39:00.112Z | Compiling hashbrown v0.15.0 |
1163 | 2024-10-18T20:39:00.487Z | Compiling httparse v1.9.5 |
1164 | 2024-10-18T20:39:00.680Z | Compiling pem-rfc7468 v0.7.0 |
1165 | 2024-10-18T20:39:01.235Z | Compiling unicode-normalization v0.1.24 |
1166 | 2024-10-18T20:39:01.332Z | Compiling flagset v0.4.6 |
1167 | 2024-10-18T20:39:01.470Z | Compiling tracing-core v0.1.32 |
1168 | 2024-10-18T20:39:01.499Z | Compiling crossbeam-utils v0.8.20 |
1169 | 2024-10-18T20:39:01.551Z | Compiling rustls-pki-types v1.9.0 |
1170 | 2024-10-18T20:39:01.622Z | Compiling percent-encoding v2.3.1 |
1171 | 2024-10-18T20:39:02.006Z | Compiling ring v0.17.8 |
1172 | 2024-10-18T20:39:02.184Z | Compiling num-conv v0.1.0 |
1173 | 2024-10-18T20:39:02.414Z | Compiling untrusted v0.9.0 |
1174 | 2024-10-18T20:39:02.481Z | Compiling powerfmt v0.2.0 |
1175 | 2024-10-18T20:39:02.615Z | Compiling pkg-config v0.3.31 |
1176 | 2024-10-18T20:39:02.733Z | Compiling vcpkg v0.2.15 |
1177 | 2024-10-18T20:39:02.820Z | Compiling time-core v0.1.2 |
1178 | 2024-10-18T20:39:02.924Z | Compiling deranged v0.3.11 |
1179 | 2024-10-18T20:39:03.040Z | Compiling time-macros v0.2.18 |
1180 | 2024-10-18T20:39:03.278Z | Compiling atomic-waker v1.1.2 |
1181 | 2024-10-18T20:39:03.502Z | Compiling num_threads v0.1.7 |
1182 | 2024-10-18T20:39:03.626Z | Compiling form_urlencoded v1.2.1 |
1183 | 2024-10-18T20:39:03.945Z | Compiling slog v2.7.0 |
1184 | 2024-10-18T20:39:04.169Z | Compiling rustix v0.38.37 |
1185 | 2024-10-18T20:39:04.287Z | Compiling try-lock v0.2.5 |
1186 | 2024-10-18T20:39:04.431Z | Compiling want v0.3.1 |
1187 | 2024-10-18T20:39:04.531Z | Compiling httpdate v1.0.3 |
1188 | 2024-10-18T20:39:04.803Z | Compiling idna v0.5.0 |
1189 | 2024-10-18T20:39:04.971Z | Compiling openssl-sys v0.9.103 |
1190 | 2024-10-18T20:39:05.000Z | Compiling base64 v0.22.1 |
1191 | 2024-10-18T20:39:05.028Z | Compiling match_cfg v0.1.0 |
1192 | 2024-10-18T20:39:05.125Z | Compiling iana-time-zone v0.1.61 |
1193 | 2024-10-18T20:39:05.503Z | Compiling foreign-types-shared v0.1.1 |
1194 | 2024-10-18T20:39:05.547Z | Compiling tower-service v0.3.3 |
1195 | 2024-10-18T20:39:05.612Z | Compiling openssl v0.10.66 |
1196 | 2024-10-18T20:39:05.676Z | Compiling rustversion v1.0.17 |
1197 | 2024-10-18T20:39:05.699Z | Compiling foreign-types v0.3.2 |
1198 | 2024-10-18T20:39:05.791Z | Compiling url v2.5.2 |
1199 | 2024-10-18T20:39:06.012Z | Compiling hostname v0.3.1 |
1200 | 2024-10-18T20:39:06.103Z | Compiling time v0.3.36 |
1201 | 2024-10-18T20:39:06.222Z | Compiling dirs-sys-next v0.1.2 |
1202 | 2024-10-18T20:39:06.256Z | Compiling aho-corasick v1.1.3 |
1203 | 2024-10-18T20:39:06.418Z | Compiling regex-syntax v0.8.5 |
1204 | 2024-10-18T20:39:06.845Z | Compiling siphasher v0.3.11 |
1205 | 2024-10-18T20:39:07.192Z | Compiling syn v1.0.109 |
1206 | 2024-10-18T20:39:07.222Z | Compiling native-tls v0.2.12 |
1207 | 2024-10-18T20:39:07.548Z | Compiling rustls v0.22.4 |
1208 | 2024-10-18T20:39:07.571Z | Compiling rustls v0.23.14 |
1209 | 2024-10-18T20:39:07.792Z | Compiling data-encoding v2.6.0 |
1210 | 2024-10-18T20:39:07.839Z | Compiling adler2 v2.0.0 |
1211 | 2024-10-18T20:39:07.973Z | Compiling miniz_oxide v0.8.0 |
1212 | 2024-10-18T20:39:08.040Z | Compiling dirs-next v2.0.0 |
1213 | 2024-10-18T20:39:09.462Z | Compiling serde_derive_internals v0.29.1 |
1214 | 2024-10-18T20:39:09.506Z | Compiling crossbeam-epoch v0.9.18 |
1215 | 2024-10-18T20:39:09.977Z | Compiling regex-automata v0.4.8 |
1216 | 2024-10-18T20:39:10.195Z | Compiling lazy_static v1.5.0 |
1217 | 2024-10-18T20:39:10.256Z | Compiling serde_derive v1.0.210 |
1218 | 2024-10-18T20:39:10.313Z | Compiling zeroize_derive v1.4.2 |
1219 | 2024-10-18T20:39:10.953Z | Compiling zerocopy-derive v0.7.35 |
1220 | 2024-10-18T20:39:11.171Z | Compiling tokio-macros v2.4.0 |
1221 | 2024-10-18T20:39:11.723Z | Compiling zeroize v1.8.1 |
1222 | 2024-10-18T20:39:11.939Z | Compiling thiserror-impl v1.0.64 |
1223 | 2024-10-18T20:39:12.082Z | Compiling futures-macro v0.3.31 |
1224 | 2024-10-18T20:39:12.456Z | Compiling der_derive v0.7.3 |
1225 | 2024-10-18T20:39:12.648Z | Compiling tracing-attributes v0.1.27 |
1226 | 2024-10-18T20:39:12.957Z | Compiling zerocopy v0.7.35 |
1227 | 2024-10-18T20:39:13.320Z | Compiling crypto-common v0.1.6 |
1228 | 2024-10-18T20:39:13.623Z | Compiling block-buffer v0.10.4 |
1229 | 2024-10-18T20:39:13.862Z | Compiling digest v0.10.7 |
1230 | 2024-10-18T20:39:13.887Z | Compiling futures-util v0.3.31 |
1231 | 2024-10-18T20:39:14.322Z | Compiling hmac v0.12.1 |
1232 | 2024-10-18T20:39:14.451Z | Compiling block-padding v0.3.3 |
1233 | 2024-10-18T20:39:14.556Z | Compiling sha2 v0.10.8 |
1234 | 2024-10-18T20:39:14.701Z | Compiling inout v0.1.3 |
1235 | 2024-10-18T20:39:14.807Z | Compiling ppv-lite86 v0.2.20 |
1236 | 2024-10-18T20:39:14.994Z | Compiling thiserror v1.0.64 |
1237 | 2024-10-18T20:39:15.018Z | Compiling cipher v0.4.4 |
1238 | 2024-10-18T20:39:15.148Z | Compiling der v0.7.9 |
1239 | 2024-10-18T20:39:15.545Z | Compiling rand_chacha v0.3.1 |
1240 | 2024-10-18T20:39:15.569Z | Compiling salsa20 v0.10.2 |
1241 | 2024-10-18T20:39:15.784Z | Compiling pest v2.7.14 |
1242 | 2024-10-18T20:39:16.108Z | Compiling tracing v0.1.40 |
1243 | 2024-10-18T20:39:16.573Z | Compiling rand v0.8.5 |
1244 | 2024-10-18T20:39:17.634Z | Compiling spki v0.7.3 |
1245 | 2024-10-18T20:39:17.719Z | Compiling pbkdf2 v0.12.2 |
1246 | 2024-10-18T20:39:17.902Z | Compiling scrypt v0.11.0 |
1247 | 2024-10-18T20:39:17.981Z | Compiling cbc v0.1.2 |
1248 | 2024-10-18T20:39:18.191Z | Compiling aes v0.8.4 |
1249 | 2024-10-18T20:39:18.257Z | Compiling scroll_derive v0.12.0 |
1250 | 2024-10-18T20:39:18.430Z | Compiling pest_meta v2.7.14 |
1251 | 2024-10-18T20:39:18.636Z | Compiling rustls-webpki v0.102.8 |
1252 | 2024-10-18T20:39:18.812Z | Compiling async-trait v0.1.83 |
1253 | 2024-10-18T20:39:19.633Z | Compiling scroll v0.12.0 |
1254 | 2024-10-18T20:39:19.657Z | Compiling pest_generator v2.7.14 |
1255 | 2024-10-18T20:39:20.156Z | Compiling pkcs5 v0.7.1 |
1256 | 2024-10-18T20:39:20.532Z | Compiling goblin v0.8.2 |
1257 | 2024-10-18T20:39:20.609Z | Compiling openssl-macros v0.1.1 |
1258 | 2024-10-18T20:39:21.235Z | Compiling pkcs8 v0.10.2 |
1259 | 2024-10-18T20:39:21.287Z | Compiling signature v2.2.0 |
1260 | 2024-10-18T20:39:21.327Z | Compiling sha1 v0.10.6 |
1261 | 2024-10-18T20:39:21.484Z | Compiling thread_local v1.1.8 |
1262 | 2024-10-18T20:39:21.553Z | Compiling encoding_rs v0.8.34 |
1263 | 2024-10-18T20:39:21.658Z | Compiling cookie v0.18.1 |
1264 | 2024-10-18T20:39:21.738Z | Compiling multer v3.1.0 |
1265 | 2024-10-18T20:39:21.916Z | Compiling unicode-properties v0.1.3 |
1266 | 2024-10-18T20:39:21.940Z | Compiling paste v1.0.15 |
1267 | 2024-10-18T20:39:21.987Z | Compiling ipnet v2.10.1 |
1268 | 2024-10-18T20:39:22.014Z | Compiling schemars v0.8.21 |
1269 | 2024-10-18T20:39:22.285Z | Compiling rayon-core v1.12.1 |
1270 | 2024-10-18T20:39:22.346Z | Compiling mime v0.3.17 |
1271 | 2024-10-18T20:39:22.424Z | Compiling slog-async v2.8.0 |
1272 | 2024-10-18T20:39:22.543Z | Compiling signal-hook v0.3.17 |
1273 | 2024-10-18T20:39:22.827Z | Compiling bytes v1.7.2 |
1274 | 2024-10-18T20:39:22.959Z | Compiling indexmap v2.6.0 |
1275 | 2024-10-18T20:39:22.959Z | Compiling bitflags v2.6.0 |
1276 | 2024-10-18T20:39:23.148Z | Compiling semver v1.0.23 |
1277 | 2024-10-18T20:39:23.172Z | Compiling pest_derive v2.7.14 |
1278 | 2024-10-18T20:39:23.897Z | Compiling tokio v1.40.0 |
1279 | 2024-10-18T20:39:23.921Z | Compiling http v1.1.0 |
1280 | 2024-10-18T20:39:24.112Z | Compiling rustc_version v0.4.1 |
1281 | 2024-10-18T20:39:24.411Z | Compiling dtrace-parser v0.2.0 |
1282 | 2024-10-18T20:39:24.866Z | Compiling serde_spanned v0.6.8 |
1283 | 2024-10-18T20:39:25.071Z | Compiling uuid v1.10.0 |
1284 | 2024-10-18T20:39:25.620Z | Compiling http-body v1.0.1 |
1285 | 2024-10-18T20:39:25.860Z | Compiling toml_datetime v0.6.8 |
1286 | 2024-10-18T20:39:25.885Z | Compiling dof v0.3.0 |
1287 | 2024-10-18T20:39:26.247Z | Compiling serde_tokenstream v0.2.2 |
1288 | 2024-10-18T20:39:26.303Z | Compiling chrono v0.4.38 |
1289 | 2024-10-18T20:39:26.350Z | Compiling http-body-util v0.1.2 |
1290 | 2024-10-18T20:39:26.374Z | Compiling heapless v0.7.17 |
1291 | 2024-10-18T20:39:26.767Z | Compiling usdt-impl v0.5.0 |
1292 | 2024-10-18T20:39:26.817Z | Compiling openssl-probe v0.1.5 |
1293 | 2024-10-18T20:39:27.188Z | Compiling gimli v0.31.1 |
1294 | 2024-10-18T20:39:27.785Z | Compiling either v1.13.0 |
1295 | 2024-10-18T20:39:28.206Z | Compiling toml_edit v0.22.22 |
1296 | 2024-10-18T20:39:28.269Z | Compiling curve25519-dalek v4.1.3 |
1297 | 2024-10-18T20:39:28.296Z | Compiling slog-json v2.6.1 |
1298 | 2024-10-18T20:39:28.788Z | Compiling serde_urlencoded v0.7.1 |
1299 | 2024-10-18T20:39:29.007Z | Compiling stringprep v0.1.5 |
1300 | 2024-10-18T20:39:30.197Z | Compiling futures-executor v0.3.31 |
1301 | 2024-10-18T20:39:30.235Z | Compiling usdt-macro v0.5.0 |
1302 | 2024-10-18T20:39:30.793Z | Compiling usdt-attr-macro v0.5.0 |
1303 | 2024-10-18T20:39:31.818Z | Compiling tokio-util v0.7.12 |
1304 | 2024-10-18T20:39:32.020Z | Compiling addr2line v0.24.2 |
1305 | 2024-10-18T20:39:32.720Z | Compiling md-5 v0.10.6 |
1306 | 2024-10-18T20:39:32.973Z | Compiling h2 v0.4.6 |
1307 | 2024-10-18T20:39:33.073Z | Compiling schemars_derive v0.8.21 |
1308 | 2024-10-18T20:39:33.130Z | Compiling async-stream-impl v0.3.6 |
1309 | 2024-10-18T20:39:34.367Z | Compiling enum-as-inner v0.6.1 |
1310 | 2024-10-18T20:39:34.760Z | Compiling crossbeam-deque v0.8.5 |
1311 | 2024-10-18T20:39:35.045Z | Compiling term v0.7.0 |
1312 | 2024-10-18T20:39:35.994Z | Compiling crossbeam-channel v0.5.13 |
1313 | 2024-10-18T20:39:36.041Z | Compiling num-integer v0.1.46 |
1314 | 2024-10-18T20:39:36.390Z | Compiling idna v0.4.0 |
1315 | 2024-10-18T20:39:36.762Z | Compiling idna v0.3.0 |
1316 | 2024-10-18T20:39:37.035Z | Compiling rustls-pemfile v2.2.0 |
1317 | 2024-10-18T20:39:37.333Z | Compiling ff v0.13.0 |
1318 | 2024-10-18T20:39:37.556Z | Compiling hash32 v0.2.1 |
1319 | 2024-10-18T20:39:37.817Z | Compiling is-terminal v0.4.13 |
1320 | 2024-10-18T20:39:37.915Z | Compiling dropshot v0.12.0 |
1321 | 2024-10-18T20:39:37.949Z | Compiling object v0.36.5 |
1322 | 2024-10-18T20:39:38.194Z | Compiling fallible-iterator v0.2.0 |
1323 | 2024-10-18T20:39:38.259Z | Compiling base16ct v0.2.0 |
1324 | 2024-10-18T20:39:38.283Z | Compiling take_mut v0.2.2 |
1325 | 2024-10-18T20:39:38.429Z | Compiling rustc-demangle v0.1.24 |
1326 | 2024-10-18T20:39:38.636Z | Compiling quick-error v1.2.3 |
1327 | 2024-10-18T20:39:38.765Z | Compiling stable_deref_trait v1.2.0 |
1328 | 2024-10-18T20:39:38.871Z | Compiling dyn-clone v1.0.17 |
1329 | 2024-10-18T20:39:38.913Z | Compiling anyhow v1.0.89 |
1330 | 2024-10-18T20:39:38.963Z | Compiling linked-hash-map v0.5.6 |
1331 | 2024-10-18T20:39:39.075Z | Compiling utf-8 v0.7.6 |
1332 | 2024-10-18T20:39:39.318Z | Compiling smoltcp v0.9.1 |
1333 | 2024-10-18T20:39:39.407Z | Compiling hyper v1.4.1 |
1334 | 2024-10-18T20:39:39.431Z | Compiling num-bigint-dig v0.8.4 |
1335 | 2024-10-18T20:39:39.460Z | Compiling psl-types v2.0.11 |
1336 | 2024-10-18T20:39:39.642Z | Compiling portable-atomic v1.9.0 |
1337 | 2024-10-18T20:39:39.731Z | Compiling publicsuffix v2.2.3 |
1338 | 2024-10-18T20:39:40.056Z | Compiling tungstenite v0.24.0 |
1339 | 2024-10-18T20:39:40.160Z | Compiling lru-cache v0.1.2 |
1340 | 2024-10-18T20:39:40.722Z | Compiling postgres-protocol v0.6.7 |
1341 | 2024-10-18T20:39:41.916Z | Compiling hyper-util v0.1.9 |
1342 | 2024-10-18T20:39:42.322Z | Compiling resolv-conf v0.7.0 |
1343 | 2024-10-18T20:39:42.731Z | Compiling sec1 v0.7.3 |
1344 | 2024-10-18T20:39:43.321Z | Compiling slog-term v2.9.1 |
1345 | 2024-10-18T20:39:43.347Z | Compiling usdt v0.5.0 |
1346 | 2024-10-18T20:39:43.371Z | Compiling group v0.13.0 |
1347 | 2024-10-18T20:39:43.694Z | Compiling hickory-proto v0.24.1 |
1348 | 2024-10-18T20:39:43.719Z | Compiling num-iter v0.1.45 |
1349 | 2024-10-18T20:39:43.848Z | Compiling tokio-rustls v0.26.0 |
1350 | 2024-10-18T20:39:44.253Z | Compiling async-stream v0.3.6 |
1351 | 2024-10-18T20:39:44.355Z | Compiling backtrace v0.3.74 |
1352 | 2024-10-18T20:39:44.543Z | Compiling tokio-rustls v0.25.0 |
1353 | 2024-10-18T20:39:44.567Z | Compiling tokio-native-tls v0.3.1 |
1354 | 2024-10-18T20:39:44.824Z | Compiling toml v0.8.19 |
1355 | 2024-10-18T20:39:44.863Z | Compiling futures v0.3.31 |
1356 | 2024-10-18T20:39:44.933Z | Compiling camino v1.1.9 |
1357 | 2024-10-18T20:39:46.010Z | Compiling slog-bunyan v2.5.0 |
1358 | 2024-10-18T20:39:46.111Z | Compiling terminal_size v0.4.0 |
1359 | 2024-10-18T20:39:46.199Z | Compiling dropshot_endpoint v0.12.0 |
1360 | 2024-10-18T20:39:46.318Z | Compiling openapiv3 v2.0.0 |
1361 | 2024-10-18T20:39:46.380Z | Compiling serde_path_to_error v0.1.16 |
1362 | 2024-10-18T20:39:46.684Z | Compiling hkdf v0.12.4 |
1363 | 2024-10-18T20:39:46.875Z | Compiling crypto-bigint v0.5.5 |
1364 | 2024-10-18T20:39:46.920Z | Compiling curve25519-dalek-derive v0.1.1 |
1365 | 2024-10-18T20:39:47.127Z | Compiling zerocopy-derive v0.6.6 |
1366 | 2024-10-18T20:39:47.614Z | Compiling phf_shared v0.11.2 |
1367 | 2024-10-18T20:39:47.985Z | Compiling waitgroup v0.1.2 |
1368 | 2024-10-18T20:39:48.201Z | Compiling webpki-roots v0.26.6 |
1369 | 2024-10-18T20:39:48.309Z | Compiling hubpack_derive v0.1.1 |
1370 | 2024-10-18T20:39:48.351Z | Compiling hostname v0.4.0 |
1371 | 2024-10-18T20:39:48.407Z | Compiling ahash v0.8.11 |
1372 | 2024-10-18T20:39:48.646Z | Compiling fs-err v2.11.0 |
1373 | 2024-10-18T20:39:48.773Z | Compiling managed v0.8.0 |
1374 | 2024-10-18T20:39:48.935Z | Compiling winnow v0.5.40 |
1375 | 2024-10-18T20:39:49.072Z | Compiling debug-ignore v1.0.5 |
1376 | 2024-10-18T20:39:49.181Z | Compiling bitflags v1.3.2 |
1377 | 2024-10-18T20:39:49.214Z | Compiling strum_macros v0.25.3 |
1378 | 2024-10-18T20:39:49.238Z | Compiling console v0.15.8 |
1379 | 2024-10-18T20:39:50.168Z | Compiling elliptic-curve v0.13.8 |
1380 | 2024-10-18T20:39:50.667Z | Compiling clap_builder v4.5.20 |
1381 | 2024-10-18T20:39:50.927Z | Compiling hubpack v0.1.2 |
1382 | 2024-10-18T20:39:51.212Z | Compiling zerocopy v0.6.6 |
1383 | 2024-10-18T20:39:51.487Z | Compiling hickory-resolver v0.24.1 |
1384 | 2024-10-18T20:39:52.044Z | Compiling toml_edit v0.19.15 |
1385 | 2024-10-18T20:39:52.328Z | Compiling hyper-rustls v0.27.3 |
1386 | 2024-10-18T20:39:52.828Z | Compiling phf v0.11.2 |
1387 | 2024-10-18T20:39:52.973Z | Compiling signal-hook-mio v0.2.4 |
1388 | 2024-10-18T20:39:53.124Z | Compiling cookie_store v0.21.0 |
1389 | 2024-10-18T20:39:53.427Z | Compiling hyper-tls v0.6.0 |
1390 | 2024-10-18T20:39:53.854Z | Compiling rayon v1.10.0 |
1391 | 2024-10-18T20:39:54.618Z | Compiling postgres-types v0.2.8 |
1392 | 2024-10-18T20:39:55.939Z | Compiling tokio-tungstenite v0.24.0 |
1393 | 2024-10-18T20:39:57.642Z | Compiling tokio-stream v0.1.16 |
1394 | 2024-10-18T20:39:57.697Z | Compiling serde-big-array v0.5.1 |
1395 | 2024-10-18T20:39:57.914Z | Compiling pkcs1 v0.7.5 |
1396 | 2024-10-18T20:39:58.201Z | Compiling ed25519 v2.2.3 |
1397 | 2024-10-18T20:39:58.631Z | Compiling regex v1.11.0 |
1398 | 2024-10-18T20:39:58.855Z | Compiling bstr v1.10.0 |
1399 | 2024-10-18T20:39:59.066Z | Compiling rfc6979 v0.4.0 |
1400 | 2024-10-18T20:39:59.210Z | Compiling clap_derive v4.5.18 |
1401 | 2024-10-18T20:39:59.241Z | Compiling derive-where v1.2.7 |
1402 | 2024-10-18T20:39:59.593Z | Compiling serde_repr v0.1.19 |
1403 | 2024-10-18T20:39:59.638Z | Compiling phf_shared v0.10.0 |
1404 | 2024-10-18T20:39:59.871Z | Compiling float-cmp v0.9.0 |
1405 | 2024-10-18T20:40:00.035Z | Compiling sync_wrapper v1.0.1 |
1406 | 2024-10-18T20:40:00.074Z | Compiling crc32fast v1.4.2 |
1407 | 2024-10-18T20:40:00.098Z | Compiling bit-vec v0.6.3 |
1408 | 2024-10-18T20:40:00.218Z | Compiling minimal-lexical v0.2.1 |
1409 | 2024-10-18T20:40:00.421Z | Compiling unicode-segmentation v1.12.0 |
1410 | 2024-10-18T20:40:00.451Z | Compiling predicates-core v1.0.8 |
1411 | 2024-10-18T20:40:00.560Z | Compiling normalize-line-endings v0.3.0 |
1412 | 2024-10-18T20:40:00.675Z | Compiling static_assertions v1.1.0 |
1413 | 2024-10-18T20:40:00.700Z | Compiling difflib v0.4.0 |
1414 | 2024-10-18T20:40:00.735Z | Compiling fixedbitset v0.4.2 |
1415 | 2024-10-18T20:40:00.782Z | Compiling whoami v1.5.2 |
1416 | 2024-10-18T20:40:00.806Z | Compiling precomputed-hash v0.1.1 |
1417 | 2024-10-18T20:40:00.922Z | Compiling new_debug_unreachable v1.0.6 |
1418 | 2024-10-18T20:40:01.021Z | Compiling number_prefix v0.4.0 |
1419 | 2024-10-18T20:40:01.141Z | Compiling tokio-postgres v0.7.12 |
1420 | 2024-10-18T20:40:01.192Z | Compiling indicatif v0.17.8 |
1421 | 2024-10-18T20:40:01.224Z | Compiling predicates v3.1.2 |
1422 | 2024-10-18T20:40:01.391Z | Compiling similar v2.6.0 |
1423 | 2024-10-18T20:40:02.075Z | Compiling string_cache v0.8.7 |
1424 | 2024-10-18T20:40:02.426Z | Compiling qorb v0.1.2 |
1425 | 2024-10-18T20:40:02.491Z | Compiling petgraph v0.6.5 |
1426 | 2024-10-18T20:40:02.785Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1427 | 2024-10-18T20:40:03.232Z | Compiling nom v7.1.3 |
1428 | 2024-10-18T20:40:03.505Z | Compiling bit-set v0.5.3 |
1429 | 2024-10-18T20:40:03.552Z | Compiling clap v4.5.20 |
1430 | 2024-10-18T20:40:03.664Z | Compiling flate2 v1.0.34 |
1431 | 2024-10-18T20:40:03.767Z | Compiling reqwest v0.12.8 |
1432 | 2024-10-18T20:40:04.491Z | Compiling ecdsa v0.16.9 |
1433 | 2024-10-18T20:40:05.191Z | Compiling ed25519-dalek v2.1.1 |
1434 | 2024-10-18T20:40:06.087Z | Compiling rsa v0.9.6 |
1435 | 2024-10-18T20:40:06.138Z | Compiling toml v0.7.8 |
1436 | 2024-10-18T20:40:06.333Z | Compiling crossterm v0.28.1 |
1437 | 2024-10-18T20:40:07.022Z | Compiling itertools v0.10.5 |
1438 | 2024-10-18T20:40:07.583Z | Compiling itertools v0.12.1 |
1439 | 2024-10-18T20:40:07.650Z | Compiling hex v0.4.3 |
1440 | 2024-10-18T20:40:08.164Z | Compiling x509-cert v0.2.5 |
1441 | 2024-10-18T20:40:08.295Z | Compiling unicode-xid v0.2.6 |
1442 | 2024-10-18T20:40:08.497Z | Compiling peg-runtime v0.8.3 |
1443 | 2024-10-18T20:40:08.721Z | Compiling lalrpop-util v0.19.12 |
1444 | 2024-10-18T20:40:09.025Z | Compiling xattr v1.3.1 |
1445 | 2024-10-18T20:40:09.093Z | Compiling strum_macros v0.26.4 |
1446 | 2024-10-18T20:40:09.289Z | Compiling filetime v0.2.25 |
1447 | 2024-10-18T20:40:09.522Z | Compiling tar v0.4.42 |
1448 | 2024-10-18T20:40:12.507Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1449 | 2024-10-18T20:40:12.623Z | Compiling strum v0.26.3 |
1450 | 2024-10-18T20:40:12.914Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1451 | 2024-10-18T20:40:19.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
1452 | 2024-10-18T20:40:19.908Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1453 | 2024-10-18T20:40:19.972Z | Oct 18 20:40:19.160 INFO Starting download, target: Clickhouse |
1454 | 2024-10-18T20:40:19.972Z | Oct 18 20:40:19.160 INFO Starting download, target: Cockroach |
1455 | 2024-10-18T20:40:19.972Z | Oct 18 20:40:19.160 INFO Starting download, target: Console |
1456 | 2024-10-18T20:40:19.972Z | Oct 18 20:40:19.160 INFO Starting download, target: DendriteOpenapi |
1457 | 2024-10-18T20:40:19.972Z | Oct 18 20:40:19.160 INFO Starting download, target: DendriteStub |
1458 | 2024-10-18T20:40:19.972Z | Oct 18 20:40:19.160 INFO Starting download, target: MaghemiteMgd |
1459 | 2024-10-18T20:40:19.996Z | Oct 18 20:40:19.160 INFO Starting download, target: TransceiverControl |
1460 | 2024-10-18T20:40:19.996Z | Oct 18 20:40:19.161 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1461 | 2024-10-18T20:40:19.996Z | Oct 18 20:40:19.161 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1462 | 2024-10-18T20:40:19.996Z | Oct 18 20:40:19.161 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1463 | 2024-10-18T20:40:19.997Z | Oct 18 20:40:19.161 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1464 | 2024-10-18T20:40:19.997Z | Oct 18 20:40:19.162 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1465 | 2024-10-18T20:40:19.997Z | Oct 18 20:40:19.162 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1466 | 2024-10-18T20:40:19.997Z | Oct 18 20:40:19.162 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1467 | 2024-10-18T20:40:20.335Z | Oct 18 20:40:19.517 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1468 | 2024-10-18T20:40:20.436Z | Oct 18 20:40:19.623 INFO Download complete, target: DendriteOpenapi |
1469 | 2024-10-18T20:40:20.816Z | Oct 18 20:40:20.005 INFO Download complete, target: Console |
1470 | 2024-10-18T20:40:20.853Z | Oct 18 20:40:20.041 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1471 | 2024-10-18T20:40:21.545Z | Oct 18 20:40:20.733 INFO Download complete, target: TransceiverControl |
1472 | 2024-10-18T20:40:21.914Z | Oct 18 20:40:21.103 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1473 | 2024-10-18T20:40:22.652Z | Oct 18 20:40:21.840 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1474 | 2024-10-18T20:40:24.384Z | Oct 18 20:40:23.572 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1475 | 2024-10-18T20:40:24.384Z | Oct 18 20:40:23.573 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1476 | 2024-10-18T20:40:25.439Z | Oct 18 20:40:24.627 INFO Download complete, target: DendriteStub |
1477 | 2024-10-18T20:40:26.335Z | Oct 18 20:40:25.523 INFO Download complete, target: MaghemiteMgd |
1478 | 2024-10-18T20:40:33.481Z | Oct 18 20:40:32.669 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1479 | 2024-10-18T20:40:34.006Z | Oct 18 20:40:33.194 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1480 | 2024-10-18T20:40:34.434Z | Oct 18 20:40:33.623 INFO Checking that binary works, target: Cockroach |
1481 | 2024-10-18T20:40:34.717Z | Oct 18 20:40:33.905 INFO Download complete, target: Cockroach |
1482 | 2024-10-18T20:40:48.977Z | Oct 18 20:40:48.165 INFO Checking that binary works, target: Clickhouse |
1483 | 2024-10-18T20:40:49.165Z | Oct 18 20:40:48.354 INFO Download complete, target: Clickhouse |
1484 | 2024-10-18T20:40:49.192Z | All builder prerequisites installed successfully, and PATH looks valid |
1485 | 2024-10-18T20:40:49.216Z | |
1486 | 2024-10-18T20:40:49.216Z | real 4:29.872790826 |
1487 | 2024-10-18T20:40:49.216Z | user 12:19.702925499 |
1488 | 2024-10-18T20:40:49.216Z | sys 2:46.368495415 |
1489 | 2024-10-18T20:40:49.216Z | trap 0.440075608 |
1490 | 2024-10-18T20:40:49.216Z | tflt 0.756319809 |
1491 | 2024-10-18T20:40:49.216Z | dflt 1.602593047 |
1492 | 2024-10-18T20:40:49.216Z | kflt 0.009035654 |
1493 | 2024-10-18T20:40:49.216Z | lock 26:03.990530126 |
1494 | 2024-10-18T20:40:49.216Z | slp 46:47.946769419 |
1495 | 2024-10-18T20:40:49.216Z | lat 52.763140049 |
1496 | 2024-10-18T20:40:49.216Z | stop 2:11.329065481 |
1497 | 2024-10-18T20:40:49.216Z | + banner clippy |
1498 | 2024-10-18T20:40:49.216Z | |
1499 | 2024-10-18T20:40:49.216Z | #### # # ##### ##### # # |
1500 | 2024-10-18T20:40:49.216Z | # # # # # # # # # # |
1501 | 2024-10-18T20:40:49.216Z | # # # # # # # # |
1502 | 2024-10-18T20:40:49.216Z | # # # ##### ##### # |
1503 | 2024-10-18T20:40:49.216Z | # # # # # # # |
1504 | 2024-10-18T20:40:49.216Z | #### ###### # # # # |
1505 | 2024-10-18T20:40:49.216Z | |
1506 | 2024-10-18T20:40:49.216Z | + export CARGO_INCREMENTAL=0 |
1507 | 2024-10-18T20:40:49.216Z | + CARGO_INCREMENTAL=0 |
1508 | 2024-10-18T20:40:49.216Z | + ptime -m cargo xtask clippy |
1509 | 2024-10-18T20:40:50.042Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1510 | 2024-10-18T20:40:55.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s |
1511 | 2024-10-18T20:40:55.153Z | Running `target/debug/xtask clippy` |
1512 | 2024-10-18T20:40:55.185Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1513 | 2024-10-18T20:40:56.178Z | Downloading crates ... |
1514 | 2024-10-18T20:40:56.604Z | Downloaded futures-timer v3.0.3 |
1515 | 2024-10-18T20:40:56.630Z | Downloaded doc-comment v0.3.3 |
1516 | 2024-10-18T20:40:56.630Z | Downloaded proc-macro-crate v3.2.0 |
1517 | 2024-10-18T20:40:56.630Z | Downloaded threadpool v1.8.1 |
1518 | 2024-10-18T20:40:56.630Z | Downloaded parking v2.2.1 |
1519 | 2024-10-18T20:40:56.630Z | Downloaded trybuild v1.0.100 |
1520 | 2024-10-18T20:40:56.630Z | Downloaded cast v0.3.0 |
1521 | 2024-10-18T20:40:56.630Z | Downloaded pathdiff v0.2.2 |
1522 | 2024-10-18T20:40:56.630Z | Downloaded plotters-svg v0.3.7 |
1523 | 2024-10-18T20:40:56.630Z | Downloaded event-listener v5.3.1 |
1524 | 2024-10-18T20:40:56.654Z | Downloaded rstest_macros v0.23.0 |
1525 | 2024-10-18T20:40:56.654Z | Downloaded yansi v1.0.1 |
1526 | 2024-10-18T20:40:56.654Z | Downloaded kv-log-macro v1.0.7 |
1527 | 2024-10-18T20:40:56.654Z | Downloaded tinytemplate v1.2.1 |
1528 | 2024-10-18T20:40:56.654Z | Downloaded target-spec v3.2.2 |
1529 | 2024-10-18T20:40:56.654Z | Downloaded stringmetrics v2.2.2 |
1530 | 2024-10-18T20:40:56.654Z | Downloaded rustls-native-certs v0.7.3 |
1531 | 2024-10-18T20:40:56.679Z | Downloaded relative-path v1.9.3 |
1532 | 2024-10-18T20:40:56.679Z | Downloaded rand_distr v0.4.3 |
1533 | 2024-10-18T20:40:56.679Z | Downloaded pretty_assertions v1.4.1 |
1534 | 2024-10-18T20:40:56.679Z | Downloaded httpmock v0.8.0-alpha.1 |
1535 | 2024-10-18T20:40:56.703Z | Downloaded plotters v0.3.7 |
1536 | 2024-10-18T20:40:56.703Z | Downloaded path-tree v0.8.1 |
1537 | 2024-10-18T20:40:56.703Z | Downloaded partial-io v0.5.4 |
1538 | 2024-10-18T20:40:56.703Z | Downloaded oorandom v11.1.4 |
1539 | 2024-10-18T20:40:56.703Z | Downloaded nested v0.1.1 |
1540 | 2024-10-18T20:40:56.703Z | Downloaded guppy v0.17.8 |
1541 | 2024-10-18T20:40:56.727Z | Downloaded event-listener-strategy v0.5.2 |
1542 | 2024-10-18T20:40:56.727Z | Downloaded concurrent-queue v2.5.0 |
1543 | 2024-10-18T20:40:56.727Z | Downloaded blake2b_simd v1.0.2 |
1544 | 2024-10-18T20:40:56.727Z | Downloaded async-std v1.13.0 |
1545 | 2024-10-18T20:40:56.751Z | Downloaded async-global-executor v2.4.1 |
1546 | 2024-10-18T20:40:56.751Z | Downloaded assert_cmd v2.0.16 |
1547 | 2024-10-18T20:40:56.751Z | Downloaded approx v0.5.1 |
1548 | 2024-10-18T20:40:56.751Z | Downloaded criterion v0.5.1 |
1549 | 2024-10-18T20:40:56.751Z | Downloaded async-process v2.3.0 |
1550 | 2024-10-18T20:40:56.776Z | Downloaded hyper-rustls v0.26.0 |
1551 | 2024-10-18T20:40:56.776Z | Downloaded num_cpus v1.16.0 |
1552 | 2024-10-18T20:40:56.776Z | Downloaded escape8259 v0.5.3 |
1553 | 2024-10-18T20:40:56.776Z | Downloaded datatest-stable v0.2.9 |
1554 | 2024-10-18T20:40:56.776Z | Downloaded async-lock v3.4.0 |
1555 | 2024-10-18T20:40:56.776Z | Downloaded async-channel v1.9.0 |
1556 | 2024-10-18T20:40:56.776Z | Downloaded libtest-mimic v0.7.3 |
1557 | 2024-10-18T20:40:56.776Z | Downloaded fancy-regex v0.13.0 |
1558 | 2024-10-18T20:40:56.776Z | Downloaded cfg-expr v0.17.0 |
1559 | 2024-10-18T20:40:56.776Z | Downloaded async-io v2.3.4 |
1560 | 2024-10-18T20:40:56.800Z | Downloaded async-channel v2.3.1 |
1561 | 2024-10-18T20:40:56.800Z | Downloaded indoc v2.0.5 |
1562 | 2024-10-18T20:40:56.800Z | Downloaded futures-lite v2.3.0 |
1563 | 2024-10-18T20:40:56.800Z | Downloaded event-listener v2.5.3 |
1564 | 2024-10-18T20:40:56.800Z | Downloaded target-lexicon v0.12.16 |
1565 | 2024-10-18T20:40:56.800Z | Downloaded similar-asserts v1.6.0 |
1566 | 2024-10-18T20:40:56.800Z | Downloaded serde_regex v1.1.0 |
1567 | 2024-10-18T20:40:56.800Z | Downloaded rust-argon2 v2.1.0 |
1568 | 2024-10-18T20:40:56.800Z | Downloaded rstest v0.23.0 |
1569 | 2024-10-18T20:40:56.800Z | Downloaded polling v3.7.3 |
1570 | 2024-10-18T20:40:56.825Z | Downloaded plotters-backend v0.3.7 |
1571 | 2024-10-18T20:40:56.825Z | Downloaded httptest v0.16.1 |
1572 | 2024-10-18T20:40:56.825Z | Downloaded criterion-plot v0.5.0 |
1573 | 2024-10-18T20:40:56.825Z | Downloaded async-task v4.7.1 |
1574 | 2024-10-18T20:40:56.825Z | Downloaded async-signal v0.2.10 |
1575 | 2024-10-18T20:40:56.825Z | Downloaded async-executor v1.13.1 |
1576 | 2024-10-18T20:40:56.825Z | Downloaded async-attributes v1.1.2 |
1577 | 2024-10-18T20:40:56.825Z | Downloaded assert-json-diff v2.0.2 |
1578 | 2024-10-18T20:40:56.825Z | Downloaded anes v0.1.6 |
1579 | 2024-10-18T20:40:56.825Z | Downloaded piper v0.2.4 |
1580 | 2024-10-18T20:40:56.825Z | Downloaded guppy-workspace-hack v0.1.0 |
1581 | 2024-10-18T20:40:56.825Z | Downloaded blocking v1.6.1 |
1582 | 2024-10-18T20:40:56.825Z | Downloaded async-object-pool v0.1.5 |
1583 | 2024-10-18T20:40:57.631Z | Checking cfg-if v1.0.0 |
1584 | 2024-10-18T20:40:57.661Z | Checking libc v0.2.161 |
1585 | 2024-10-18T20:40:57.687Z | Checking serde v1.0.210 |
1586 | 2024-10-18T20:40:57.711Z | Checking memchr v2.7.4 |
1587 | 2024-10-18T20:40:57.738Z | Checking value-bag v1.9.0 |
1588 | 2024-10-18T20:40:57.738Z | Checking scopeguard v1.2.0 |
1589 | 2024-10-18T20:40:57.789Z | Checking itoa v1.0.11 |
1590 | 2024-10-18T20:40:57.813Z | Checking zeroize v1.8.1 |
1591 | 2024-10-18T20:40:57.842Z | Checking smallvec v1.13.2 |
1592 | 2024-10-18T20:40:57.881Z | Checking lock_api v0.4.12 |
1593 | 2024-10-18T20:40:57.989Z | Checking byteorder v1.5.0 |
1594 | 2024-10-18T20:40:58.070Z | Checking pin-project-lite v0.2.14 |
1595 | 2024-10-18T20:40:58.140Z | Checking log v0.4.22 |
1596 | 2024-10-18T20:40:58.168Z | Checking subtle v2.6.1 |
1597 | 2024-10-18T20:40:58.197Z | Checking once_cell v1.20.2 |
1598 | 2024-10-18T20:40:58.242Z | Checking typenum v1.17.0 |
1599 | 2024-10-18T20:40:58.340Z | Checking futures-core v0.3.31 |
1600 | 2024-10-18T20:40:58.430Z | Checking libm v0.2.8 |
1601 | 2024-10-18T20:40:58.463Z | Checking zerocopy v0.7.35 |
1602 | 2024-10-18T20:40:58.487Z | Checking thiserror v1.0.64 |
1603 | 2024-10-18T20:40:58.513Z | Checking ryu v1.0.18 |
1604 | 2024-10-18T20:40:58.607Z | Checking spin v0.9.8 |
1605 | 2024-10-18T20:40:58.633Z | Checking const-oid v0.9.6 |
1606 | 2024-10-18T20:40:58.668Z | Checking getrandom v0.2.15 |
1607 | 2024-10-18T20:40:58.731Z | Checking signal-hook-registry v1.4.2 |
1608 | 2024-10-18T20:40:58.892Z | Checking rand_core v0.6.4 |
1609 | 2024-10-18T20:40:58.946Z | Checking parking_lot_core v0.9.10 |
1610 | 2024-10-18T20:40:58.985Z | Checking mio v1.0.2 |
1611 | 2024-10-18T20:40:59.189Z | Checking socket2 v0.5.7 |
1612 | 2024-10-18T20:40:59.240Z | Checking num-traits v0.2.19 |
1613 | 2024-10-18T20:40:59.288Z | Checking parking_lot v0.12.3 |
1614 | 2024-10-18T20:40:59.342Z | Checking generic-array v0.14.7 |
1615 | 2024-10-18T20:40:59.561Z | Checking futures-io v0.3.31 |
1616 | 2024-10-18T20:40:59.625Z | Checking slab v0.4.9 |
1617 | 2024-10-18T20:40:59.654Z | Checking allocator-api2 v0.2.18 |
1618 | 2024-10-18T20:40:59.749Z | Checking futures-sink v0.3.31 |
1619 | 2024-10-18T20:40:59.777Z | Checking cpufeatures v0.2.14 |
1620 | 2024-10-18T20:40:59.887Z | Checking pin-utils v0.1.0 |
1621 | 2024-10-18T20:40:59.914Z | Checking futures-channel v0.3.31 |
1622 | 2024-10-18T20:40:59.941Z | Checking foldhash v0.1.3 |
1623 | 2024-10-18T20:40:59.982Z | Checking equivalent v1.0.1 |
1624 | 2024-10-18T20:41:00.092Z | Checking futures-task v0.3.31 |
1625 | 2024-10-18T20:41:00.122Z | Checking fnv v1.0.7 |
1626 | 2024-10-18T20:41:00.171Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1627 | 2024-10-18T20:41:00.246Z | Checking tracing-core v0.1.32 |
1628 | 2024-10-18T20:41:00.277Z | Checking hashbrown v0.15.0 |
1629 | 2024-10-18T20:41:00.302Z | Checking iana-time-zone v0.1.61 |
1630 | 2024-10-18T20:41:00.332Z | Checking futures-util v0.3.31 |
1631 | 2024-10-18T20:41:00.383Z | Checking crypto-common v0.1.6 |
1632 | 2024-10-18T20:41:00.463Z | Checking block-buffer v0.10.4 |
1633 | 2024-10-18T20:41:00.521Z | Checking ppv-lite86 v0.2.20 |
1634 | 2024-10-18T20:41:00.572Z | Checking errno v0.3.9 |
1635 | 2024-10-18T20:41:00.681Z | Checking digest v0.10.7 |
1636 | 2024-10-18T20:41:00.705Z | Checking tinyvec_macros v0.1.1 |
1637 | 2024-10-18T20:41:00.736Z | Checking unicode-bidi v0.3.17 |
1638 | 2024-10-18T20:41:00.797Z | Checking tinyvec v1.8.0 |
1639 | 2024-10-18T20:41:00.837Z | Checking tracing v0.1.40 |
1640 | 2024-10-18T20:41:01.009Z | Checking block-padding v0.3.3 |
1641 | 2024-10-18T20:41:01.142Z | Checking dyn-clone v1.0.17 |
1642 | 2024-10-18T20:41:01.172Z | Checking rand_chacha v0.3.1 |
1643 | 2024-10-18T20:41:01.197Z | Checking inout v0.1.3 |
1644 | 2024-10-18T20:41:01.272Z | Checking percent-encoding v2.3.1 |
1645 | 2024-10-18T20:41:01.297Z | Checking crossbeam-utils v0.8.20 |
1646 | 2024-10-18T20:41:01.321Z | Checking httparse v1.9.5 |
1647 | 2024-10-18T20:41:01.403Z | Checking cipher v0.4.4 |
1648 | 2024-10-18T20:41:01.461Z | Checking form_urlencoded v1.2.1 |
1649 | 2024-10-18T20:41:01.519Z | Checking rand v0.8.5 |
1650 | 2024-10-18T20:41:01.645Z | Checking base64ct v1.6.0 |
1651 | 2024-10-18T20:41:01.682Z | Checking regex-syntax v0.8.5 |
1652 | 2024-10-18T20:41:01.742Z | Checking hmac v0.12.1 |
1653 | 2024-10-18T20:41:01.864Z | Checking bytes v1.7.2 |
1654 | 2024-10-18T20:41:01.892Z | Checking bitflags v2.6.0 |
1655 | 2024-10-18T20:41:01.918Z | Checking serde_json v1.0.128 |
1656 | 2024-10-18T20:41:01.944Z | Checking indexmap v2.6.0 |
1657 | 2024-10-18T20:41:02.023Z | Checking chrono v0.4.38 |
1658 | 2024-10-18T20:41:02.163Z | Checking rustix v0.38.37 |
1659 | 2024-10-18T20:41:02.599Z | Checking tokio v1.40.0 |
1660 | 2024-10-18T20:41:02.623Z | Checking uuid v1.10.0 |
1661 | 2024-10-18T20:41:03.016Z | Checking unicode-normalization v0.1.24 |
1662 | 2024-10-18T20:41:03.299Z | Checking http v1.1.0 |
1663 | 2024-10-18T20:41:03.324Z | Checking sha2 v0.10.8 |
1664 | 2024-10-18T20:41:03.729Z | Checking aho-corasick v1.1.3 |
1665 | 2024-10-18T20:41:03.760Z | Checking untrusted v0.9.0 |
1666 | 2024-10-18T20:41:03.792Z | Checking schemars v0.8.21 |
1667 | 2024-10-18T20:41:03.908Z | Checking atomic-waker v1.1.2 |
1668 | 2024-10-18T20:41:04.032Z | Checking ring v0.17.8 |
1669 | 2024-10-18T20:41:04.266Z | Checking lazy_static v1.5.0 |
1670 | 2024-10-18T20:41:04.347Z | Checking unicode-ident v1.0.13 |
1671 | 2024-10-18T20:41:04.380Z | Checking idna v0.5.0 |
1672 | 2024-10-18T20:41:04.494Z | Checking adler2 v2.0.0 |
1673 | 2024-10-18T20:41:04.630Z | Checking miniz_oxide v0.8.0 |
1674 | 2024-10-18T20:41:04.706Z | Checking pem-rfc7468 v0.7.0 |
1675 | 2024-10-18T20:41:04.934Z | Checking try-lock v0.2.5 |
1676 | 2024-10-18T20:41:05.031Z | Checking url v2.5.2 |
1677 | 2024-10-18T20:41:05.055Z | Checking httpdate v1.0.3 |
1678 | 2024-10-18T20:41:05.083Z | Checking powerfmt v0.2.0 |
1679 | 2024-10-18T20:41:05.111Z | Checking regex-automata v0.4.8 |
1680 | 2024-10-18T20:41:05.155Z | Checking want v0.3.1 |
1681 | 2024-10-18T20:41:05.256Z | Checking proc-macro2 v1.0.87 |
1682 | 2024-10-18T20:41:05.280Z | Checking num-conv v0.1.0 |
1683 | 2024-10-18T20:41:05.317Z | Checking time-core v0.1.2 |
1684 | 2024-10-18T20:41:05.341Z | Checking deranged v0.3.11 |
1685 | 2024-10-18T20:41:05.478Z | Checking rustls-pki-types v1.9.0 |
1686 | 2024-10-18T20:41:05.514Z | Checking num_threads v0.1.7 |
1687 | 2024-10-18T20:41:05.595Z | Checking flagset v0.4.6 |
1688 | 2024-10-18T20:41:05.620Z | Checking base64 v0.22.1 |
1689 | 2024-10-18T20:41:05.704Z | Checking http-body v1.0.1 |
1690 | 2024-10-18T20:41:05.771Z | Checking der v0.7.9 |
1691 | 2024-10-18T20:41:05.823Z | Checking quote v1.0.37 |
1692 | 2024-10-18T20:41:05.878Z | Checking pbkdf2 v0.12.2 |
1693 | 2024-10-18T20:41:05.975Z | Checking aes v0.8.4 |
1694 | 2024-10-18T20:41:06.007Z | Checking tower-service v0.3.3 |
1695 | 2024-10-18T20:41:06.031Z | Checking cbc v0.1.2 |
1696 | 2024-10-18T20:41:06.115Z | Checking salsa20 v0.10.2 |
1697 | 2024-10-18T20:41:06.138Z | Checking syn v2.0.79 |
1698 | 2024-10-18T20:41:06.213Z | Checking ahash v0.8.11 |
1699 | 2024-10-18T20:41:06.304Z | Checking scrypt v0.11.0 |
1700 | 2024-10-18T20:41:06.492Z | Checking rustls-webpki v0.102.8 |
1701 | 2024-10-18T20:41:06.675Z | Checking slog v2.7.0 |
1702 | 2024-10-18T20:41:06.731Z | Checking gimli v0.31.1 |
1703 | 2024-10-18T20:41:06.785Z | Checking time v0.3.36 |
1704 | 2024-10-18T20:41:07.088Z | Checking mime v0.3.17 |
1705 | 2024-10-18T20:41:07.138Z | Checking object v0.36.5 |
1706 | 2024-10-18T20:41:07.306Z | Checking spki v0.7.3 |
1707 | 2024-10-18T20:41:07.366Z | Checking rustc-demangle v0.1.24 |
1708 | 2024-10-18T20:41:07.610Z | Checking pkcs5 v0.7.1 |
1709 | 2024-10-18T20:41:07.739Z | Checking ipnet v2.10.1 |
1710 | 2024-10-18T20:41:08.023Z | Checking utf8parse v0.2.2 |
1711 | 2024-10-18T20:41:08.141Z | Checking pkcs8 v0.10.2 |
1712 | 2024-10-18T20:41:08.164Z | Checking unicode-width v0.1.14 |
1713 | 2024-10-18T20:41:08.414Z | Checking data-encoding v2.6.0 |
1714 | 2024-10-18T20:41:08.548Z | Checking futures-executor v0.3.31 |
1715 | 2024-10-18T20:41:08.730Z | Checking tokio-util v0.7.12 |
1716 | 2024-10-18T20:41:08.754Z | Checking toml_datetime v0.6.8 |
1717 | 2024-10-18T20:41:08.882Z | Checking serde_spanned v0.6.8 |
1718 | 2024-10-18T20:41:08.977Z | Checking anstyle v1.0.8 |
1719 | 2024-10-18T20:41:09.004Z | Checking regex v1.11.0 |
1720 | 2024-10-18T20:41:09.036Z | Checking futures v0.3.31 |
1721 | 2024-10-18T20:41:09.065Z | Checking http-body-util v0.1.2 |
1722 | 2024-10-18T20:41:09.139Z | Checking serde_urlencoded v0.7.1 |
1723 | 2024-10-18T20:41:09.300Z | Checking encoding_rs v0.8.34 |
1724 | 2024-10-18T20:41:09.447Z | Checking openssl-probe v0.1.5 |
1725 | 2024-10-18T20:41:09.471Z | Checking h2 v0.4.6 |
1726 | 2024-10-18T20:41:09.499Z | Checking foreign-types-shared v0.1.1 |
1727 | 2024-10-18T20:41:09.542Z | Checking rustls-pemfile v2.2.0 |
1728 | 2024-10-18T20:41:09.594Z | Checking semver v1.0.23 |
1729 | 2024-10-18T20:41:09.617Z | Checking foreign-types v0.3.2 |
1730 | 2024-10-18T20:41:09.707Z | Checking sha1 v0.10.6 |
1731 | 2024-10-18T20:41:09.734Z | Checking openssl-sys v0.9.103 |
1732 | 2024-10-18T20:41:09.953Z | Checking anstyle-parse v0.2.5 |
1733 | 2024-10-18T20:41:09.977Z | Checking anstyle-query v1.1.1 |
1734 | 2024-10-18T20:41:10.033Z | Checking addr2line v0.24.2 |
1735 | 2024-10-18T20:41:10.120Z | Checking is_terminal_polyfill v1.70.1 |
1736 | 2024-10-18T20:41:10.212Z | Checking colorchoice v1.0.2 |
1737 | 2024-10-18T20:41:10.237Z | Checking rustls v0.23.14 |
1738 | 2024-10-18T20:41:10.342Z | Checking anstream v0.6.15 |
1739 | 2024-10-18T20:41:10.473Z | Checking terminal_size v0.4.0 |
1740 | 2024-10-18T20:41:10.627Z | Checking camino v1.1.9 |
1741 | 2024-10-18T20:41:10.665Z | Checking signature v2.2.0 |
1742 | 2024-10-18T20:41:10.757Z | Checking openssl v0.10.66 |
1743 | 2024-10-18T20:41:10.831Z | Checking strsim v0.11.1 |
1744 | 2024-10-18T20:41:11.086Z | Checking either v1.13.0 |
1745 | 2024-10-18T20:41:11.116Z | Checking winnow v0.6.20 |
1746 | 2024-10-18T20:41:11.173Z | Checking clap_lex v0.7.2 |
1747 | 2024-10-18T20:41:11.386Z | Checking clap_builder v4.5.20 |
1748 | 2024-10-18T20:41:11.419Z | Checking idna v0.3.0 |
1749 | 2024-10-18T20:41:11.473Z | Checking openapiv3 v2.0.0 |
1750 | 2024-10-18T20:41:12.079Z | Checking psl-types v2.0.11 |
1751 | 2024-10-18T20:41:12.238Z | Checking publicsuffix v2.2.3 |
1752 | 2024-10-18T20:41:12.459Z | Checking cookie v0.18.1 |
1753 | 2024-10-18T20:41:12.608Z | Checking backtrace v0.3.74 |
1754 | 2024-10-18T20:41:12.834Z | Checking webpki-roots v0.26.6 |
1755 | 2024-10-18T20:41:13.001Z | Checking is-terminal v0.4.13 |
1756 | 2024-10-18T20:41:13.095Z | Checking anyhow v1.0.89 |
1757 | 2024-10-18T20:41:13.120Z | Checking scroll v0.12.0 |
1758 | 2024-10-18T20:41:13.420Z | Checking ucd-trie v0.1.7 |
1759 | 2024-10-18T20:41:13.517Z | Checking base16ct v0.2.0 |
1760 | 2024-10-18T20:41:13.542Z | Checking plain v0.2.3 |
1761 | 2024-10-18T20:41:13.597Z | Checking pest v2.7.14 |
1762 | 2024-10-18T20:41:13.690Z | Checking goblin v0.8.2 |
1763 | 2024-10-18T20:41:13.714Z | Checking sec1 v0.7.3 |
1764 | 2024-10-18T20:41:13.963Z | Checking clap v4.5.20 |
1765 | 2024-10-18T20:41:14.047Z | Checking cookie_store v0.21.0 |
1766 | 2024-10-18T20:41:14.075Z | Checking num-integer v0.1.46 |
1767 | 2024-10-18T20:41:14.294Z | Checking ff v0.13.0 |
1768 | 2024-10-18T20:41:14.352Z | Checking tokio-rustls v0.26.0 |
1769 | 2024-10-18T20:41:14.486Z | Checking sync_wrapper v1.0.1 |
1770 | 2024-10-18T20:41:14.515Z | Checking pretty-hex v0.4.1 |
1771 | 2024-10-18T20:41:14.618Z | Checking group v0.13.0 |
1772 | 2024-10-18T20:41:14.642Z | Checking hkdf v0.12.4 |
1773 | 2024-10-18T20:41:14.692Z | Checking crypto-bigint v0.5.5 |
1774 | 2024-10-18T20:41:14.722Z | Checking thread-id v4.2.2 |
1775 | 2024-10-18T20:41:14.782Z | Checking hyper v1.4.1 |
1776 | 2024-10-18T20:41:14.841Z | Checking bitflags v1.3.2 |
1777 | 2024-10-18T20:41:14.866Z | Checking static_assertions v1.1.0 |
1778 | 2024-10-18T20:41:14.866Z | Checking utf-8 v0.7.6 |
1779 | 2024-10-18T20:41:14.946Z | Checking toml_edit v0.22.22 |
1780 | 2024-10-18T20:41:14.973Z | Checking memmap v0.7.0 |
1781 | 2024-10-18T20:41:15.072Z | Checking dirs-sys-next v0.1.2 |
1782 | 2024-10-18T20:41:15.167Z | Checking unicode-segmentation v1.12.0 |
1783 | 2024-10-18T20:41:15.235Z | Checking stable_deref_trait v1.2.0 |
1784 | 2024-10-18T20:41:15.269Z | Checking native-tls v0.2.12 |
1785 | 2024-10-18T20:41:15.335Z | Checking dirs-next v2.0.0 |
1786 | 2024-10-18T20:41:15.454Z | Checking num-iter v0.1.45 |
1787 | 2024-10-18T20:41:15.557Z | Checking tokio-native-tls v0.3.1 |
1788 | 2024-10-18T20:41:15.609Z | Checking crossbeam-epoch v0.9.18 |
1789 | 2024-10-18T20:41:15.713Z | Checking crossbeam-channel v0.5.13 |
1790 | 2024-10-18T20:41:15.737Z | Checking dtrace-parser v0.2.0 |
1791 | 2024-10-18T20:41:15.781Z | Checking thread_local v1.1.8 |
1792 | 2024-10-18T20:41:15.998Z | Checking crc32fast v1.4.2 |
1793 | 2024-10-18T20:41:16.027Z | Checking term v0.7.0 |
1794 | 2024-10-18T20:41:16.123Z | Checking bstr v1.10.0 |
1795 | 2024-10-18T20:41:16.211Z | Checking rfc6979 v0.4.0 |
1796 | 2024-10-18T20:41:16.368Z | Checking hex v0.4.3 |
1797 | 2024-10-18T20:41:16.392Z | Checking winnow v0.5.40 |
1798 | 2024-10-18T20:41:16.421Z | Checking take_mut v0.2.2 |
1799 | 2024-10-18T20:41:16.573Z | Checking match_cfg v0.1.0 |
1800 | 2024-10-18T20:41:16.597Z | Checking hyper-util v0.1.9 |
1801 | 2024-10-18T20:41:16.667Z | Checking managed v0.8.0 |
1802 | 2024-10-18T20:41:16.818Z | Checking hostname v0.3.1 |
1803 | 2024-10-18T20:41:16.916Z | Checking slog-async v2.8.0 |
1804 | 2024-10-18T20:41:16.944Z | Checking slog-term v2.9.1 |
1805 | 2024-10-18T20:41:17.008Z | Checking crossbeam-deque v0.8.5 |
1806 | 2024-10-18T20:41:17.042Z | Checking elliptic-curve v0.13.8 |
1807 | 2024-10-18T20:41:17.183Z | Checking num-bigint-dig v0.8.4 |
1808 | 2024-10-18T20:41:17.207Z | Checking toml v0.8.19 |
1809 | 2024-10-18T20:41:17.287Z | Checking pkcs1 v0.7.5 |
1810 | 2024-10-18T20:41:17.377Z | Checking curve25519-dalek v4.1.3 |
1811 | 2024-10-18T20:41:17.645Z | Checking ecdsa v0.16.9 |
1812 | 2024-10-18T20:41:17.685Z | Checking zerocopy v0.6.6 |
1813 | 2024-10-18T20:41:17.869Z | Checking siphasher v0.3.11 |
1814 | 2024-10-18T20:41:17.933Z | Checking dof v0.3.0 |
1815 | 2024-10-18T20:41:18.123Z | Checking rayon-core v1.12.1 |
1816 | 2024-10-18T20:41:18.275Z | Checking flate2 v1.0.34 |
1817 | 2024-10-18T20:41:18.329Z | Checking ed25519 v2.2.3 |
1818 | 2024-10-18T20:41:18.364Z | Checking hyper-rustls v0.27.3 |
1819 | 2024-10-18T20:41:18.449Z | Checking hyper-tls v0.6.0 |
1820 | 2024-10-18T20:41:18.594Z | Checking usdt-impl v0.5.0 |
1821 | 2024-10-18T20:41:18.658Z | Checking rustls v0.22.4 |
1822 | 2024-10-18T20:41:18.705Z | Checking reqwest v0.12.8 |
1823 | 2024-10-18T20:41:18.747Z | Checking signal-hook v0.3.17 |
1824 | 2024-10-18T20:41:18.854Z | Checking quick-error v1.2.3 |
1825 | 2024-10-18T20:41:18.945Z | Checking ed25519-dalek v2.1.1 |
1826 | 2024-10-18T20:41:18.989Z | Checking toml_edit v0.19.15 |
1827 | 2024-10-18T20:41:19.013Z | Checking itertools v0.10.5 |
1828 | 2024-10-18T20:41:19.042Z | Checking rsa v0.9.6 |
1829 | 2024-10-18T20:41:19.068Z | Checking usdt v0.5.0 |
1830 | 2024-10-18T20:41:19.091Z | Checking slog-json v2.6.1 |
1831 | 2024-10-18T20:41:19.312Z | Checking x509-cert v0.2.5 |
1832 | 2024-10-18T20:41:19.343Z | Checking idna v0.4.0 |
1833 | 2024-10-18T20:41:19.367Z | Checking hubpack v0.1.2 |
1834 | 2024-10-18T20:41:19.635Z | Checking bit-vec v0.6.3 |
1835 | 2024-10-18T20:41:19.874Z | Checking debug-ignore v1.0.5 |
1836 | 2024-10-18T20:41:19.925Z | Checking bit-set v0.5.3 |
1837 | 2024-10-18T20:41:19.986Z | Checking hickory-proto v0.24.1 |
1838 | 2024-10-18T20:41:20.009Z | Checking slog-bunyan v2.5.0 |
1839 | 2024-10-18T20:41:20.152Z | Checking signal-hook-mio v0.2.4 |
1840 | 2024-10-18T20:41:20.176Z | Checking multer v3.1.0 |
1841 | 2024-10-18T20:41:20.265Z | Checking console v0.15.8 |
1842 | 2024-10-18T20:41:20.290Z | Checking waitgroup v0.1.2 |
1843 | 2024-10-18T20:41:20.416Z | Checking serde_path_to_error v0.1.16 |
1844 | 2024-10-18T20:41:20.533Z | Checking async-stream v0.3.6 |
1845 | 2024-10-18T20:41:20.664Z | Checking hostname v0.4.0 |
1846 | 2024-10-18T20:41:20.706Z | Checking hash32 v0.2.1 |
1847 | 2024-10-18T20:41:20.766Z | Checking unicode-properties v0.1.3 |
1848 | 2024-10-18T20:41:20.792Z | Checking predicates-core v1.0.8 |
1849 | 2024-10-18T20:41:20.927Z | Checking linked-hash-map v0.5.6 |
1850 | 2024-10-18T20:41:20.950Z | Checking crossterm v0.28.1 |
1851 | 2024-10-18T20:41:20.974Z | Checking rayon v1.10.0 |
1852 | 2024-10-18T20:41:21.005Z | Checking heapless v0.7.17 |
1853 | 2024-10-18T20:41:21.069Z | Checking stringprep v0.1.5 |
1854 | 2024-10-18T20:41:21.142Z | Checking toml v0.7.8 |
1855 | 2024-10-18T20:41:21.232Z | Checking lru-cache v0.1.2 |
1856 | 2024-10-18T20:41:21.321Z | Checking phf_shared v0.11.2 |
1857 | 2024-10-18T20:41:21.405Z | Checking similar v2.6.0 |
1858 | 2024-10-18T20:41:21.574Z | Checking tokio-stream v0.1.16 |
1859 | 2024-10-18T20:41:21.751Z | Checking md-5 v0.10.6 |
1860 | 2024-10-18T20:41:21.801Z | Checking tokio-rustls v0.25.0 |
1861 | 2024-10-18T20:41:21.942Z | Checking float-cmp v0.9.0 |
1862 | 2024-10-18T20:41:21.966Z | Checking difflib v0.4.0 |
1863 | 2024-10-18T20:41:22.108Z | Checking fixedbitset v0.4.2 |
1864 | 2024-10-18T20:41:22.132Z | Checking normalize-line-endings v0.3.0 |
1865 | 2024-10-18T20:41:22.159Z | Checking dropshot v0.12.0 |
1866 | 2024-10-18T20:41:22.244Z | Checking fallible-iterator v0.2.0 |
1867 | 2024-10-18T20:41:22.268Z | Checking predicates v3.1.2 |
1868 | 2024-10-18T20:41:22.321Z | Checking smoltcp v0.9.1 |
1869 | 2024-10-18T20:41:22.356Z | Checking petgraph v0.6.5 |
1870 | 2024-10-18T20:41:22.514Z | Checking phf v0.11.2 |
1871 | 2024-10-18T20:41:22.750Z | Checking resolv-conf v0.7.0 |
1872 | 2024-10-18T20:41:22.828Z | Checking postgres-protocol v0.6.7 |
1873 | 2024-10-18T20:41:22.854Z | Checking phf_shared v0.10.0 |
1874 | 2024-10-18T20:41:23.046Z | Checking tungstenite v0.24.0 |
1875 | 2024-10-18T20:41:23.102Z | Checking fs-err v2.11.0 |
1876 | 2024-10-18T20:41:23.418Z | Checking serde-big-array v0.5.1 |
1877 | 2024-10-18T20:41:23.605Z | Checking portable-atomic v1.9.0 |
1878 | 2024-10-18T20:41:23.629Z | Checking number_prefix v0.4.0 |
1879 | 2024-10-18T20:41:23.654Z | Checking new_debug_unreachable v1.0.6 |
1880 | 2024-10-18T20:41:23.753Z | Checking lalrpop-util v0.19.12 |
1881 | 2024-10-18T20:41:23.800Z | Checking minimal-lexical v0.2.1 |
1882 | 2024-10-18T20:41:23.844Z | Checking precomputed-hash v0.1.1 |
1883 | 2024-10-18T20:41:23.958Z | Checking string_cache v0.8.7 |
1884 | 2024-10-18T20:41:24.025Z | Checking tokio-tungstenite v0.24.0 |
1885 | 2024-10-18T20:41:24.050Z | Checking hickory-resolver v0.24.1 |
1886 | 2024-10-18T20:41:24.165Z | Checking nom v7.1.3 |
1887 | 2024-10-18T20:41:24.251Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1888 | 2024-10-18T20:41:24.282Z | Checking postgres-types v0.2.8 |
1889 | 2024-10-18T20:41:24.440Z | Checking itertools v0.12.1 |
1890 | 2024-10-18T20:41:24.515Z | Checking indicatif v0.17.8 |
1891 | 2024-10-18T20:41:24.906Z | Checking whoami v1.5.2 |
1892 | 2024-10-18T20:41:25.162Z | Checking peg-runtime v0.8.3 |
1893 | 2024-10-18T20:41:25.197Z | Checking tokio-postgres v0.7.12 |
1894 | 2024-10-18T20:41:25.291Z | Compiling hashbrown v0.14.5 |
1895 | 2024-10-18T20:41:25.342Z | Compiling ident_case v1.0.1 |
1896 | 2024-10-18T20:41:25.374Z | Compiling unsafe-libyaml v0.2.11 |
1897 | 2024-10-18T20:41:25.441Z | Checking qorb v0.1.2 |
1898 | 2024-10-18T20:41:25.515Z | Compiling darling_core v0.20.10 |
1899 | 2024-10-18T20:41:26.400Z | Compiling regress v0.10.1 |
1900 | 2024-10-18T20:41:26.596Z | Compiling serde_yaml v0.9.34+deprecated |
1901 | 2024-10-18T20:41:26.987Z | Checking heck v0.5.0 |
1902 | 2024-10-18T20:41:27.146Z | Checking progenitor-client v0.8.0 |
1903 | 2024-10-18T20:41:27.395Z | Checking fastrand v2.1.1 |
1904 | 2024-10-18T20:41:27.430Z | Compiling newtype-uuid v1.1.2 |
1905 | 2024-10-18T20:41:27.704Z | Checking ipnetwork v0.20.0 |
1906 | 2024-10-18T20:41:27.730Z | Compiling structmeta-derive v0.3.0 |
1907 | 2024-10-18T20:41:27.754Z | Checking strum v0.26.3 |
1908 | 2024-10-18T20:41:27.906Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1909 | 2024-10-18T20:41:28.251Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1910 | 2024-10-18T20:41:28.549Z | Checking tempfile v3.13.0 |
1911 | 2024-10-18T20:41:28.573Z | Checking instant v0.1.13 |
1912 | 2024-10-18T20:41:28.678Z | Checking regress v0.9.1 |
1913 | 2024-10-18T20:41:28.890Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1914 | 2024-10-18T20:41:28.920Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1915 | 2024-10-18T20:41:29.174Z | Checking macaddr v1.0.1 |
1916 | 2024-10-18T20:41:29.466Z | Compiling typify-impl v0.2.0 |
1917 | 2024-10-18T20:41:29.569Z | Checking backoff v0.4.0 |
1918 | 2024-10-18T20:41:29.831Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1919 | 2024-10-18T20:41:29.964Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1920 | 2024-10-18T20:41:30.108Z | Checking wait-timeout v0.2.0 |
1921 | 2024-10-18T20:41:30.191Z | Compiling structmeta v0.3.0 |
1922 | 2024-10-18T20:41:30.215Z | Checking rand_xorshift v0.3.0 |
1923 | 2024-10-18T20:41:30.282Z | Checking rusty-fork v0.3.0 |
1924 | 2024-10-18T20:41:30.367Z | Compiling structmeta-derive v0.2.0 |
1925 | 2024-10-18T20:41:30.512Z | Checking unarray v0.1.4 |
1926 | 2024-10-18T20:41:30.546Z | Checking camino-tempfile v1.1.1 |
1927 | 2024-10-18T20:41:30.586Z | Compiling parse-display-derive v0.10.0 |
1928 | 2024-10-18T20:41:30.659Z | Checking proptest v1.5.0 |
1929 | 2024-10-18T20:41:30.786Z | Compiling proc-macro-error v1.0.4 |
1930 | 2024-10-18T20:41:31.398Z | Compiling proc-macro-crate v1.3.1 |
1931 | 2024-10-18T20:41:31.463Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1932 | 2024-10-18T20:41:31.487Z | Compiling darling_macro v0.20.10 |
1933 | 2024-10-18T20:41:31.788Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1934 | 2024-10-18T20:41:32.076Z | Compiling foreign-types-macros v0.2.3 |
1935 | 2024-10-18T20:41:32.258Z | Compiling darling v0.20.10 |
1936 | 2024-10-18T20:41:32.338Z | Compiling num_enum_derive v0.5.11 |
1937 | 2024-10-18T20:41:32.373Z | Compiling serde_with_macros v3.11.0 |
1938 | 2024-10-18T20:41:32.544Z | Checking foreign-types-shared v0.3.1 |
1939 | 2024-10-18T20:41:32.863Z | Compiling structmeta v0.2.0 |
1940 | 2024-10-18T20:41:32.949Z | Checking tabwriter v1.4.0 |
1941 | 2024-10-18T20:41:33.162Z | Checking cstr-argument v0.1.2 |
1942 | 2024-10-18T20:41:33.194Z | Checking foreign-types v0.5.0 |
1943 | 2024-10-18T20:41:33.253Z | Compiling test-strategy v0.3.1 |
1944 | 2024-10-18T20:41:33.311Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1945 | 2024-10-18T20:41:33.335Z | Checking pretty-hex v0.2.1 |
1946 | 2024-10-18T20:41:33.488Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1947 | 2024-10-18T20:41:33.767Z | Checking colored v2.1.0 |
1948 | 2024-10-18T20:41:34.014Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1949 | 2024-10-18T20:41:34.043Z | Checking smf v0.2.3 |
1950 | 2024-10-18T20:41:34.167Z | Checking base64 v0.21.7 |
1951 | 2024-10-18T20:41:34.492Z | Compiling crucible-workspace-hack v0.1.0 |
1952 | 2024-10-18T20:41:34.521Z | Checking parse-display v0.10.0 |
1953 | 2024-10-18T20:41:34.638Z | Checking termtree v0.4.1 |
1954 | 2024-10-18T20:41:34.694Z | Checking num_enum v0.5.11 |
1955 | 2024-10-18T20:41:34.783Z | Compiling heapless v0.8.0 |
1956 | 2024-10-18T20:41:34.810Z | Checking hash32 v0.3.1 |
1957 | 2024-10-18T20:41:34.869Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1958 | 2024-10-18T20:41:34.894Z | Checking predicates-tree v1.0.11 |
1959 | 2024-10-18T20:41:35.005Z | Checking serde_with v3.11.0 |
1960 | 2024-10-18T20:41:35.032Z | Compiling smoltcp v0.11.0 |
1961 | 2024-10-18T20:41:35.056Z | Checking cobs v0.2.3 |
1962 | 2024-10-18T20:41:35.080Z | Checking sigpipe v0.1.3 |
1963 | 2024-10-18T20:41:35.142Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1964 | 2024-10-18T20:41:35.208Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1965 | 2024-10-18T20:41:35.253Z | Checking postcard v1.0.10 |
1966 | 2024-10-18T20:41:35.372Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1967 | 2024-10-18T20:41:35.547Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1968 | 2024-10-18T20:41:35.793Z | Compiling mockall_derive v0.13.0 |
1969 | 2024-10-18T20:41:35.874Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1970 | 2024-10-18T20:41:35.898Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1971 | 2024-10-18T20:41:36.164Z | Compiling zone_cfg_derive v0.3.0 |
1972 | 2024-10-18T20:41:36.224Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1973 | 2024-10-18T20:41:36.542Z | Compiling num-derive v0.4.2 |
1974 | 2024-10-18T20:41:36.666Z | Checking fragile v2.0.0 |
1975 | 2024-10-18T20:41:36.895Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1976 | 2024-10-18T20:41:37.171Z | Checking downcast v0.11.0 |
1977 | 2024-10-18T20:41:37.469Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1978 | 2024-10-18T20:41:37.528Z | Checking zone v0.3.0 |
1979 | 2024-10-18T20:41:37.719Z | Checking atomicwrites v0.4.4 |
1980 | 2024-10-18T20:41:37.906Z | Compiling convert_case v0.4.0 |
1981 | 2024-10-18T20:41:37.930Z | Checking tungstenite v0.21.0 |
1982 | 2024-10-18T20:41:37.970Z | Checking newline-converter v0.3.0 |
1983 | 2024-10-18T20:41:38.137Z | Checking expectorate v1.1.0 |
1984 | 2024-10-18T20:41:38.208Z | Checking itertools v0.13.0 |
1985 | 2024-10-18T20:41:38.300Z | Checking same-file v1.0.6 |
1986 | 2024-10-18T20:41:38.465Z | Checking walkdir v2.5.0 |
1987 | 2024-10-18T20:41:38.583Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1988 | 2024-10-18T20:41:38.734Z | Checking tokio-tungstenite v0.21.0 |
1989 | 2024-10-18T20:41:38.760Z | Checking arc-swap v1.7.1 |
1990 | 2024-10-18T20:41:38.796Z | Compiling derive_more v0.99.18 |
1991 | 2024-10-18T20:41:38.955Z | Checking xattr v1.3.1 |
1992 | 2024-10-18T20:41:39.133Z | Checking filetime v0.2.25 |
1993 | 2024-10-18T20:41:39.164Z | Checking slog-scope v4.4.0 |
1994 | 2024-10-18T20:41:39.188Z | Compiling cancel-safe-futures v0.1.5 |
1995 | 2024-10-18T20:41:39.313Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1996 | 2024-10-18T20:41:39.337Z | Checking tar v0.4.42 |
1997 | 2024-10-18T20:41:39.363Z | Checking slog-stdlog v4.1.1 |
1998 | 2024-10-18T20:41:39.496Z | Compiling owo-colors v4.1.0 |
1999 | 2024-10-18T20:41:39.532Z | Checking slog-envlogger v2.2.0 |
2000 | 2024-10-18T20:41:39.740Z | Checking swrite v0.1.0 |
2001 | 2024-10-18T20:41:40.057Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2002 | 2024-10-18T20:41:40.200Z | Checking libsw v3.3.1 |
2003 | 2024-10-18T20:41:40.379Z | Checking password-hash v0.5.0 |
2004 | 2024-10-18T20:41:40.433Z | Checking blake2 v0.10.6 |
2005 | 2024-10-18T20:41:40.523Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2006 | 2024-10-18T20:41:40.548Z | Checking linear-map v1.2.0 |
2007 | 2024-10-18T20:41:40.772Z | Checking indent_write v2.2.0 |
2008 | 2024-10-18T20:41:40.830Z | Checking argon2 v0.5.3 |
2009 | 2024-10-18T20:41:40.853Z | Checking num-rational v0.4.2 |
2010 | 2024-10-18T20:41:40.957Z | Checking pem v3.0.4 |
2011 | 2024-10-18T20:41:41.191Z | Checking num-complex v0.4.6 |
2012 | 2024-10-18T20:41:41.396Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2013 | 2024-10-18T20:41:41.419Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2014 | 2024-10-18T20:41:41.443Z | Checking float-ord v0.3.2 |
2015 | 2024-10-18T20:41:41.587Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2016 | 2024-10-18T20:41:41.940Z | Checking num v0.4.3 |
2017 | 2024-10-18T20:41:41.994Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2018 | 2024-10-18T20:41:42.046Z | Compiling lzma-sys v0.1.20 |
2019 | 2024-10-18T20:41:42.155Z | Checking humantime v2.1.0 |
2020 | 2024-10-18T20:41:42.271Z | Checking headers-core v0.3.0 |
2021 | 2024-10-18T20:41:42.406Z | Compiling heck v0.3.3 |
2022 | 2024-10-18T20:41:42.437Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2023 | 2024-10-18T20:41:42.464Z | Checking headers v0.4.0 |
2024 | 2024-10-18T20:41:42.758Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2025 | 2024-10-18T20:41:42.829Z | Compiling zone_cfg_derive v0.1.2 |
2026 | 2024-10-18T20:41:42.896Z | Checking mockall v0.13.0 |
2027 | 2024-10-18T20:41:42.941Z | Checking yasna v0.5.2 |
2028 | 2024-10-18T20:41:43.012Z | Checking base64 v0.13.1 |
2029 | 2024-10-18T20:41:43.113Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2030 | 2024-10-18T20:41:43.361Z | Checking ron v0.7.1 |
2031 | 2024-10-18T20:41:43.419Z | Checking xz2 v0.1.7 |
2032 | 2024-10-18T20:41:43.682Z | Checking rcgen v0.12.1 |
2033 | 2024-10-18T20:41:43.706Z | Checking subprocess v0.2.9 |
2034 | 2024-10-18T20:41:44.068Z | Checking zone v0.1.8 |
2035 | 2024-10-18T20:41:44.170Z | Checking half v2.4.1 |
2036 | 2024-10-18T20:41:44.247Z | Compiling semver v0.1.20 |
2037 | 2024-10-18T20:41:44.323Z | Checking ciborium-io v0.2.2 |
2038 | 2024-10-18T20:41:44.434Z | Checking highway v1.2.0 |
2039 | 2024-10-18T20:41:44.578Z | Checking ciborium-ll v0.2.2 |
2040 | 2024-10-18T20:41:44.621Z | Compiling rustc_version v0.1.7 |
2041 | 2024-10-18T20:41:44.803Z | Compiling prettyplease v0.2.22 |
2042 | 2024-10-18T20:41:44.851Z | Checking ciborium v0.2.2 |
2043 | 2024-10-18T20:41:45.010Z | Compiling typify-macro v0.2.0 |
2044 | 2024-10-18T20:41:45.052Z | Compiling home v0.5.9 |
2045 | 2024-10-18T20:41:45.089Z | Compiling newtype_derive v0.1.6 |
2046 | 2024-10-18T20:41:45.223Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2047 | 2024-10-18T20:41:45.552Z | Checking steno v0.4.1 |
2048 | 2024-10-18T20:41:47.254Z | Compiling slog-dtrace v0.3.0 |
2049 | 2024-10-18T20:41:47.529Z | Checking display-error-chain v0.2.1 |
2050 | 2024-10-18T20:41:47.553Z | Compiling ring v0.16.20 |
2051 | 2024-10-18T20:41:47.679Z | Compiling blake3 v1.5.4 |
2052 | 2024-10-18T20:41:47.800Z | Checking keccak v0.1.5 |
2053 | 2024-10-18T20:41:47.958Z | Checking universal-hash v0.5.1 |
2054 | 2024-10-18T20:41:48.073Z | Checking secrecy v0.8.0 |
2055 | 2024-10-18T20:41:48.097Z | Checking sha3 v0.10.8 |
2056 | 2024-10-18T20:41:48.142Z | Checking opaque-debug v0.3.1 |
2057 | 2024-10-18T20:41:48.241Z | Checking aead v0.5.2 |
2058 | 2024-10-18T20:41:48.287Z | Checking poly1305 v0.8.0 |
2059 | 2024-10-18T20:41:48.447Z | Checking chacha20 v0.9.1 |
2060 | 2024-10-18T20:41:48.781Z | Compiling typify v0.2.0 |
2061 | 2024-10-18T20:41:48.892Z | Checking gethostname v0.5.0 |
2062 | 2024-10-18T20:41:48.934Z | Compiling progenitor-impl v0.8.0 |
2063 | 2024-10-18T20:41:49.016Z | Compiling memmap2 v0.9.5 |
2064 | 2024-10-18T20:41:49.376Z | Compiling spin v0.5.2 |
2065 | 2024-10-18T20:41:49.401Z | Compiling arrayref v0.3.9 |
2066 | 2024-10-18T20:41:49.439Z | Compiling arrayvec v0.7.6 |
2067 | 2024-10-18T20:41:49.507Z | Compiling untrusted v0.7.1 |
2068 | 2024-10-18T20:41:49.531Z | Compiling constant_time_eq v0.3.1 |
2069 | 2024-10-18T20:41:49.687Z | Compiling toolchain_find v0.4.0 |
2070 | 2024-10-18T20:41:49.718Z | Compiling thiserror-impl-no-std v2.0.2 |
2071 | 2024-10-18T20:41:50.019Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2072 | 2024-10-18T20:41:50.260Z | Compiling topological-sort v0.2.2 |
2073 | 2024-10-18T20:41:50.449Z | Compiling rustfmt-wrapper v0.2.1 |
2074 | 2024-10-18T20:41:50.479Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2075 | 2024-10-18T20:41:50.503Z | Checking chacha20poly1305 v0.10.1 |
2076 | 2024-10-18T20:41:50.693Z | Checking nibble_vec v0.1.0 |
2077 | 2024-10-18T20:41:50.717Z | Checking endian-type v0.1.2 |
2078 | 2024-10-18T20:41:50.796Z | Checking fxhash v0.2.1 |
2079 | 2024-10-18T20:41:50.822Z | Checking termcolor v1.4.1 |
2080 | 2024-10-18T20:41:50.859Z | Checking maplit v1.0.2 |
2081 | 2024-10-18T20:41:50.884Z | Compiling radium v0.7.0 |
2082 | 2024-10-18T20:41:50.936Z | Checking radix_trie v0.2.1 |
2083 | 2024-10-18T20:41:50.976Z | Checking tap v1.0.1 |
2084 | 2024-10-18T20:41:51.000Z | Compiling maybe-uninit v2.0.0 |
2085 | 2024-10-18T20:41:51.134Z | Checking wyz v0.5.1 |
2086 | 2024-10-18T20:41:51.236Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2087 | 2024-10-18T20:41:51.305Z | Compiling packed_struct v0.10.1 |
2088 | 2024-10-18T20:41:51.485Z | Checking funty v2.0.0 |
2089 | 2024-10-18T20:41:51.545Z | Checking crc-catalog v2.4.0 |
2090 | 2024-10-18T20:41:51.692Z | Checking crc v3.2.1 |
2091 | 2024-10-18T20:41:51.772Z | Checking kstat-rs v0.2.4 |
2092 | 2024-10-18T20:41:51.818Z | Compiling packed_struct_codegen v0.10.1 |
2093 | 2024-10-18T20:41:52.077Z | Compiling indexmap v1.9.3 |
2094 | 2024-10-18T20:41:52.102Z | Compiling libefi-sys v0.1.0 |
2095 | 2024-10-18T20:41:52.273Z | Checking bitvec v1.0.1 |
2096 | 2024-10-18T20:41:52.368Z | Checking nodrop v0.1.14 |
2097 | 2024-10-18T20:41:52.517Z | Checking thiserror-no-std v2.0.2 |
2098 | 2024-10-18T20:41:52.542Z | Checking smallvec v0.6.14 |
2099 | 2024-10-18T20:41:52.569Z | Checking array-init v0.0.4 |
2100 | 2024-10-18T20:41:52.629Z | Compiling omicron-zone-package v0.11.1 |
2101 | 2024-10-18T20:41:52.889Z | Checking vsss-rs v3.3.4 |
2102 | 2024-10-18T20:41:53.222Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2103 | 2024-10-18T20:41:53.415Z | Compiling async-recursion v1.1.1 |
2104 | 2024-10-18T20:41:53.565Z | Compiling bitfield-struct v0.6.2 |
2105 | 2024-10-18T20:41:54.137Z | Checking hashbrown v0.12.3 |
2106 | 2024-10-18T20:41:54.242Z | Checking bitfield v0.14.0 |
2107 | 2024-10-18T20:41:54.594Z | Checking serde-hex v0.1.0 |
2108 | 2024-10-18T20:41:54.729Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2109 | 2024-10-18T20:41:54.798Z | Checking bzip2 v0.4.4 |
2110 | 2024-10-18T20:41:55.210Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2111 | 2024-10-18T20:41:55.390Z | Checking env_logger v0.10.2 |
2112 | 2024-10-18T20:41:55.440Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2113 | 2024-10-18T20:41:55.526Z | Checking ron v0.8.1 |
2114 | 2024-10-18T20:41:55.610Z | Checking hashbrown v0.13.2 |
2115 | 2024-10-18T20:41:55.634Z | Compiling progenitor-macro v0.8.0 |
2116 | 2024-10-18T20:41:55.719Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2117 | 2024-10-18T20:41:55.757Z | Checking crc-any v2.5.0 |
2118 | 2024-10-18T20:41:55.831Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2119 | 2024-10-18T20:41:56.226Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2120 | 2024-10-18T20:41:56.274Z | Checking zip v0.6.6 |
2121 | 2024-10-18T20:41:56.442Z | Compiling parking_lot_core v0.8.6 |
2122 | 2024-10-18T20:41:56.467Z | Checking object v0.30.4 |
2123 | 2024-10-18T20:41:56.584Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2124 | 2024-10-18T20:41:56.832Z | Checking path-slash v0.1.5 |
2125 | 2024-10-18T20:41:56.899Z | Checking glob v0.3.1 |
2126 | 2024-10-18T20:41:56.974Z | Checking hickory-client v0.24.1 |
2127 | 2024-10-18T20:41:57.182Z | Checking hickory-server v0.24.1 |
2128 | 2024-10-18T20:41:57.241Z | Checking parking_lot v0.11.2 |
2129 | 2024-10-18T20:41:57.565Z | Checking primeorder v0.13.6 |
2130 | 2024-10-18T20:41:57.599Z | Checking sled v0.34.7 |
2131 | 2024-10-18T20:41:57.743Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2132 | 2024-10-18T20:41:57.906Z | Compiling unicase v2.7.0 |
2133 | 2024-10-18T20:41:57.983Z | Checking nanorand v0.7.0 |
2134 | 2024-10-18T20:41:58.069Z | Compiling buf-list v1.0.3 |
2135 | 2024-10-18T20:41:58.508Z | Checking flume v0.11.0 |
2136 | 2024-10-18T20:41:58.678Z | Checking atty v0.2.14 |
2137 | 2024-10-18T20:41:58.794Z | Compiling vte_generate_state_changes v0.1.2 |
2138 | 2024-10-18T20:41:58.928Z | Compiling salty v0.3.0 |
2139 | 2024-10-18T20:41:59.335Z | Checking vte v0.11.1 |
2140 | 2024-10-18T20:41:59.422Z | Checking p384 v0.13.0 |
2141 | 2024-10-18T20:41:59.448Z | Checking fd-lock v4.0.2 |
2142 | 2024-10-18T20:41:59.648Z | Compiling mime_guess v2.0.5 |
2143 | 2024-10-18T20:41:59.934Z | Checking env_filter v0.1.2 |
2144 | 2024-10-18T20:42:00.091Z | Checking nu-ansi-term v0.50.1 |
2145 | 2024-10-18T20:42:00.146Z | Checking env_logger v0.11.5 |
2146 | 2024-10-18T20:42:00.283Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2147 | 2024-10-18T20:42:00.369Z | Checking strip-ansi-escapes v0.2.0 |
2148 | 2024-10-18T20:42:00.472Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2149 | 2024-10-18T20:42:00.520Z | Checking reedline v0.35.0 |
2150 | 2024-10-18T20:42:00.710Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2151 | 2024-10-18T20:42:00.734Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2152 | 2024-10-18T20:42:00.826Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2153 | 2024-10-18T20:42:01.005Z | Compiling dsl_auto_type v0.1.2 |
2154 | 2024-10-18T20:42:01.101Z | Checking scheduled-thread-pool v0.2.7 |
2155 | 2024-10-18T20:42:01.213Z | Compiling diesel_table_macro_syntax v0.2.0 |
2156 | 2024-10-18T20:42:01.301Z | Checking http-range v0.1.5 |
2157 | 2024-10-18T20:42:01.325Z | Compiling crunchy v0.2.2 |
2158 | 2024-10-18T20:42:01.460Z | Checking hyper-staticfile v0.10.1 |
2159 | 2024-10-18T20:42:01.579Z | Checking r2d2 v0.8.10 |
2160 | 2024-10-18T20:42:01.603Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2161 | 2024-10-18T20:42:01.873Z | Compiling clang-sys v1.8.1 |
2162 | 2024-10-18T20:42:01.904Z | Compiling phf_generator v0.11.2 |
2163 | 2024-10-18T20:42:02.082Z | Checking bytecount v0.6.8 |
2164 | 2024-10-18T20:42:02.219Z | Compiling tiny-keccak v2.0.2 |
2165 | 2024-10-18T20:42:02.412Z | Checking papergrid v0.11.0 |
2166 | 2024-10-18T20:42:02.466Z | Compiling diesel_derives v2.2.3 |
2167 | 2024-10-18T20:42:02.579Z | Compiling phf_codegen v0.11.2 |
2168 | 2024-10-18T20:42:02.725Z | Compiling tabled_derive v0.7.0 |
2169 | 2024-10-18T20:42:02.751Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2170 | 2024-10-18T20:42:02.785Z | Compiling parse-zoneinfo v0.3.1 |
2171 | 2024-10-18T20:42:02.980Z | Compiling ref-cast v1.0.23 |
2172 | 2024-10-18T20:42:03.417Z | Compiling cfg_aliases v0.1.1 |
2173 | 2024-10-18T20:42:03.516Z | Compiling nix v0.28.0 |
2174 | 2024-10-18T20:42:03.688Z | Compiling chrono-tz-build v0.4.0 |
2175 | 2024-10-18T20:42:04.193Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2176 | 2024-10-18T20:42:04.414Z | Compiling ascii-canvas v3.0.0 |
2177 | 2024-10-18T20:42:04.438Z | Compiling ena v0.14.3 |
2178 | 2024-10-18T20:42:04.466Z | Compiling ref-cast-impl v1.0.23 |
2179 | 2024-10-18T20:42:04.779Z | Checking tabled v0.15.0 |
2180 | 2024-10-18T20:42:04.803Z | Compiling libloading v0.8.5 |
2181 | 2024-10-18T20:42:04.896Z | Compiling diff v0.1.13 |
2182 | 2024-10-18T20:42:04.920Z | Compiling bindgen v0.69.5 |
2183 | 2024-10-18T20:42:05.170Z | Compiling regex-syntax v0.6.29 |
2184 | 2024-10-18T20:42:05.533Z | Compiling chrono-tz v0.10.0 |
2185 | 2024-10-18T20:42:05.694Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2186 | 2024-10-18T20:42:06.103Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2187 | 2024-10-18T20:42:06.784Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2188 | 2024-10-18T20:42:07.030Z | Compiling which v4.4.2 |
2189 | 2024-10-18T20:42:07.390Z | Checking signal-hook-tokio v0.3.1 |
2190 | 2024-10-18T20:42:07.588Z | Compiling cexpr v0.6.0 |
2191 | 2024-10-18T20:42:07.653Z | Compiling rustc-hash v1.1.0 |
2192 | 2024-10-18T20:42:07.816Z | Compiling lazycell v1.3.0 |
2193 | 2024-10-18T20:42:07.994Z | Compiling lalrpop v0.19.12 |
2194 | 2024-10-18T20:42:08.477Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2195 | 2024-10-18T20:42:09.926Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2196 | 2024-10-18T20:42:10.121Z | Compiling derive_builder_core v0.20.2 |
2197 | 2024-10-18T20:42:10.196Z | Checking http v0.2.12 |
2198 | 2024-10-18T20:42:10.394Z | Checking progenitor v0.8.0 |
2199 | 2024-10-18T20:42:10.579Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2200 | 2024-10-18T20:42:11.264Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2201 | 2024-10-18T20:42:11.488Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2202 | 2024-10-18T20:42:12.117Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2203 | 2024-10-18T20:42:14.374Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2204 | 2024-10-18T20:42:14.877Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2205 | 2024-10-18T20:42:15.764Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2206 | 2024-10-18T20:42:16.787Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2207 | 2024-10-18T20:42:17.680Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2208 | 2024-10-18T20:42:18.354Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2209 | 2024-10-18T20:42:18.503Z | Checking diesel v2.2.4 |
2210 | 2024-10-18T20:42:19.212Z | Compiling peg-macros v0.8.4 |
2211 | 2024-10-18T20:42:21.825Z | Compiling libxml v0.3.3 |
2212 | 2024-10-18T20:42:22.194Z | Compiling sqlparser_derive v0.2.2 |
2213 | 2024-10-18T20:42:22.258Z | Compiling memoffset v0.9.1 |
2214 | 2024-10-18T20:42:22.555Z | Checking unicode_categories v0.1.1 |
2215 | 2024-10-18T20:42:22.800Z | Checking sqlformat v0.2.6 |
2216 | 2024-10-18T20:42:23.125Z | Checking sqlparser v0.45.0 |
2217 | 2024-10-18T20:42:26.522Z | Checking peg v0.8.4 |
2218 | 2024-10-18T20:42:26.660Z | Compiling derive_builder_macro v0.20.2 |
2219 | 2024-10-18T20:42:27.347Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2220 | 2024-10-18T20:42:30.317Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2221 | 2024-10-18T20:42:30.656Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2222 | 2024-10-18T20:42:31.702Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2223 | 2024-10-18T20:42:33.381Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2224 | 2024-10-18T20:42:34.309Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2225 | 2024-10-18T20:42:35.648Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2226 | 2024-10-18T20:42:35.953Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2227 | 2024-10-18T20:42:36.674Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2228 | 2024-10-18T20:42:36.698Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2229 | 2024-10-18T20:42:36.847Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2230 | 2024-10-18T20:42:37.024Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2231 | 2024-10-18T20:42:37.596Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2232 | 2024-10-18T20:42:37.620Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2233 | 2024-10-18T20:42:37.620Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2234 | 2024-10-18T20:42:37.934Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2235 | 2024-10-18T20:42:38.274Z | Checking rustyline v14.0.0 |
2236 | 2024-10-18T20:42:39.605Z | Checking tungstenite v0.23.0 |
2237 | 2024-10-18T20:42:41.154Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2238 | 2024-10-18T20:42:41.900Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2239 | 2024-10-18T20:42:42.157Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2240 | 2024-10-18T20:42:42.594Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2241 | 2024-10-18T20:42:43.440Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2242 | 2024-10-18T20:42:44.172Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2243 | 2024-10-18T20:42:44.320Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2244 | 2024-10-18T20:42:44.981Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2245 | 2024-10-18T20:42:45.903Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2246 | 2024-10-18T20:42:46.578Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2247 | 2024-10-18T20:42:46.870Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2248 | 2024-10-18T20:42:47.517Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2249 | 2024-10-18T20:42:47.987Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2250 | 2024-10-18T20:42:48.337Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2251 | 2024-10-18T20:42:49.643Z | Checking bcs v0.1.6 |
2252 | 2024-10-18T20:42:49.848Z | Compiling strum_macros v0.24.3 |
2253 | 2024-10-18T20:42:49.915Z | Compiling pin-project-internal v1.1.6 |
2254 | 2024-10-18T20:42:50.056Z | Compiling indoc v1.0.9 |
2255 | 2024-10-18T20:42:50.230Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2256 | 2024-10-18T20:42:50.860Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2257 | 2024-10-18T20:42:50.884Z | Checking tokio-tungstenite v0.23.1 |
2258 | 2024-10-18T20:42:51.289Z | Checking derive_builder v0.20.2 |
2259 | 2024-10-18T20:42:52.104Z | Checking http-body v0.4.6 |
2260 | 2024-10-18T20:42:52.341Z | Checking pin-project v1.1.6 |
2261 | 2024-10-18T20:42:52.515Z | Checking h2 v0.3.26 |
2262 | 2024-10-18T20:42:52.538Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2263 | 2024-10-18T20:42:52.778Z | Checking quick-xml v0.33.0 |
2264 | 2024-10-18T20:42:52.801Z | Compiling oso-derive v0.27.3 |
2265 | 2024-10-18T20:42:52.836Z | Compiling impl-trait-for-tuples v0.2.2 |
2266 | 2024-10-18T20:42:53.608Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2267 | 2024-10-18T20:42:53.948Z | Checking nix v0.27.1 |
2268 | 2024-10-18T20:42:54.578Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2269 | 2024-10-18T20:42:54.710Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2270 | 2024-10-18T20:42:54.979Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2271 | 2024-10-18T20:42:55.205Z | Compiling snafu-derive v0.8.5 |
2272 | 2024-10-18T20:42:56.155Z | Compiling diesel-dtrace v0.3.0 |
2273 | 2024-10-18T20:42:56.407Z | Checking sync_wrapper v0.1.2 |
2274 | 2024-10-18T20:42:57.546Z | Checking hyper v0.14.30 |
2275 | 2024-10-18T20:42:58.427Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2276 | 2024-10-18T20:42:59.338Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2277 | 2024-10-18T20:42:59.604Z | Checking globset v0.4.15 |
2278 | 2024-10-18T20:42:59.718Z | Checking snafu v0.8.5 |
2279 | 2024-10-18T20:43:00.050Z | Checking bb8 v0.8.5 |
2280 | 2024-10-18T20:43:00.204Z | Checking olpc-cjson v0.1.4 |
2281 | 2024-10-18T20:43:00.395Z | Checking serde_plain v1.0.2 |
2282 | 2024-10-18T20:43:00.451Z | Compiling const_format_proc_macros v0.2.33 |
2283 | 2024-10-18T20:43:00.617Z | Checking typed-path v0.7.1 |
2284 | 2024-10-18T20:43:01.029Z | Checking async-bb8-diesel v0.2.1 |
2285 | 2024-10-18T20:43:01.365Z | Checking reqwest v0.11.27 |
2286 | 2024-10-18T20:43:01.954Z | Checking parse-size v1.0.0 |
2287 | 2024-10-18T20:43:02.129Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2288 | 2024-10-18T20:43:02.186Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2289 | 2024-10-18T20:43:02.209Z | Checking const_format v0.2.33 |
2290 | 2024-10-18T20:43:02.261Z | Checking tough v0.17.1 |
2291 | 2024-10-18T20:43:02.651Z | Checking heck v0.4.1 |
2292 | 2024-10-18T20:43:02.816Z | Checking assert_matches v1.5.0 |
2293 | 2024-10-18T20:43:02.851Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2294 | 2024-10-18T20:43:02.914Z | Checking rand_seeder v0.3.0 |
2295 | 2024-10-18T20:43:03.124Z | Compiling libz-sys v1.1.20 |
2296 | 2024-10-18T20:43:03.206Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2297 | 2024-10-18T20:43:03.275Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2298 | 2024-10-18T20:43:03.813Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2299 | 2024-10-18T20:43:04.395Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2300 | 2024-10-18T20:43:05.780Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2301 | 2024-10-18T20:43:05.989Z | Checking is_ci v1.2.0 |
2302 | 2024-10-18T20:43:06.123Z | Checking supports-color v3.0.1 |
2303 | 2024-10-18T20:43:06.152Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2304 | 2024-10-18T20:43:06.258Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2305 | 2024-10-18T20:43:06.305Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2306 | 2024-10-18T20:43:06.380Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2307 | 2024-10-18T20:43:06.488Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2308 | 2024-10-18T20:43:06.533Z | Compiling vergen v8.3.2 |
2309 | 2024-10-18T20:43:06.783Z | Compiling cargo-platform v0.1.8 |
2310 | 2024-10-18T20:43:07.310Z | Checking unicode-linebreak v0.1.5 |
2311 | 2024-10-18T20:43:07.586Z | Checking smawk v0.3.2 |
2312 | 2024-10-18T20:43:07.677Z | Compiling cargo_metadata v0.18.1 |
2313 | 2024-10-18T20:43:07.777Z | Checking textwrap v0.16.1 |
2314 | 2024-10-18T20:43:08.157Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2315 | 2024-10-18T20:43:08.392Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2316 | 2024-10-18T20:43:09.654Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2317 | 2024-10-18T20:43:10.092Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2318 | 2024-10-18T20:43:10.617Z | Checking castaway v0.2.3 |
2319 | 2024-10-18T20:43:10.711Z | Compiling libsqlite3-sys v0.30.1 |
2320 | 2024-10-18T20:43:10.772Z | Compiling cfg_aliases v0.2.1 |
2321 | 2024-10-18T20:43:10.890Z | Compiling rustls v0.21.12 |
2322 | 2024-10-18T20:43:11.022Z | Compiling nix v0.29.0 |
2323 | 2024-10-18T20:43:11.192Z | Checking compact_str v0.8.0 |
2324 | 2024-10-18T20:43:11.810Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2325 | 2024-10-18T20:43:11.943Z | Checking unicode-truncate v1.1.0 |
2326 | 2024-10-18T20:43:12.150Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2327 | 2024-10-18T20:43:12.425Z | Checking rustls-webpki v0.101.7 |
2328 | 2024-10-18T20:43:12.531Z | Checking sct v0.7.1 |
2329 | 2024-10-18T20:43:12.713Z | Checking lru v0.12.5 |
2330 | 2024-10-18T20:43:12.969Z | Compiling instability v0.3.2 |
2331 | 2024-10-18T20:43:13.036Z | Checking cassowary v0.3.0 |
2332 | 2024-10-18T20:43:13.833Z | Checking ratatui v0.28.1 |
2333 | 2024-10-18T20:43:14.138Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2334 | 2024-10-18T20:43:14.398Z | Checking hashlink v0.9.1 |
2335 | 2024-10-18T20:43:14.914Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2336 | 2024-10-18T20:43:14.937Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2337 | 2024-10-18T20:43:16.034Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2338 | 2024-10-18T20:43:16.149Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2339 | 2024-10-18T20:43:16.398Z | Checking concurrent-queue v2.5.0 |
2340 | 2024-10-18T20:43:16.694Z | Checking fallible-iterator v0.3.0 |
2341 | 2024-10-18T20:43:17.268Z | Checking parking v2.2.1 |
2342 | 2024-10-18T20:43:17.407Z | Checking fallible-streaming-iterator v0.1.9 |
2343 | 2024-10-18T20:43:17.470Z | Checking plotters-backend v0.3.7 |
2344 | 2024-10-18T20:43:17.622Z | Checking rusqlite v0.32.1 |
2345 | 2024-10-18T20:43:17.800Z | Checking plotters-svg v0.3.7 |
2346 | 2024-10-18T20:43:18.006Z | Checking tokio-rustls v0.24.1 |
2347 | 2024-10-18T20:43:18.781Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2348 | 2024-10-18T20:43:18.971Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2349 | 2024-10-18T20:43:19.230Z | Checking rustls-pemfile v1.0.4 |
2350 | 2024-10-18T20:43:19.423Z | Checking twox-hash v1.6.3 |
2351 | 2024-10-18T20:43:19.833Z | Checking cast v0.3.0 |
2352 | 2024-10-18T20:43:19.889Z | Checking plotters v0.3.7 |
2353 | 2024-10-18T20:43:20.110Z | Checking criterion-plot v0.5.0 |
2354 | 2024-10-18T20:43:20.237Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2355 | 2024-10-18T20:43:20.535Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2356 | 2024-10-18T20:43:21.066Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2357 | 2024-10-18T20:43:21.421Z | Checking fatfs v0.3.6 |
2358 | 2024-10-18T20:43:22.256Z | Checking tinytemplate v1.2.1 |
2359 | 2024-10-18T20:43:22.400Z | Checking csv-core v0.1.11 |
2360 | 2024-10-18T20:43:22.613Z | Checking oorandom v11.1.4 |
2361 | 2024-10-18T20:43:22.688Z | Checking anes v0.1.6 |
2362 | 2024-10-18T20:43:22.765Z | Checking shell-words v1.1.0 |
2363 | 2024-10-18T20:43:22.925Z | Checking csv v1.3.0 |
2364 | 2024-10-18T20:43:23.019Z | Checking criterion v0.5.1 |
2365 | 2024-10-18T20:43:23.670Z | Checking event-listener v5.3.1 |
2366 | 2024-10-18T20:43:24.043Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2367 | 2024-10-18T20:43:25.519Z | Checking rtoolbox v0.0.2 |
2368 | 2024-10-18T20:43:25.696Z | Checking rpassword v7.3.1 |
2369 | 2024-10-18T20:43:25.846Z | Checking event-listener-strategy v0.5.2 |
2370 | 2024-10-18T20:43:26.048Z | Checking tui-tree-widget v0.22.0 |
2371 | 2024-10-18T20:43:26.353Z | Checking polyval v0.6.2 |
2372 | 2024-10-18T20:43:26.609Z | Checking ghash v0.5.1 |
2373 | 2024-10-18T20:43:26.770Z | Checking futures-lite v2.3.0 |
2374 | 2024-10-18T20:43:27.673Z | Compiling samael v0.0.17 |
2375 | 2024-10-18T20:43:28.100Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2376 | 2024-10-18T20:43:28.719Z | Checking ctr v0.9.2 |
2377 | 2024-10-18T20:43:29.411Z | Checking yansi v1.0.1 |
2378 | 2024-10-18T20:43:29.687Z | Checking aes-gcm v0.10.3 |
2379 | 2024-10-18T20:43:29.919Z | Checking pretty_assertions v1.4.1 |
2380 | 2024-10-18T20:43:29.955Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2381 | 2024-10-18T20:43:30.114Z | Checking ssh-encoding v0.2.0 |
2382 | 2024-10-18T20:43:30.447Z | Checking blowfish v0.9.1 |
2383 | 2024-10-18T20:43:30.677Z | Checking bcrypt-pbkdf v0.10.0 |
2384 | 2024-10-18T20:43:30.903Z | Checking ssh-cipher v0.2.0 |
2385 | 2024-10-18T20:43:31.186Z | Checking async-lock v3.4.0 |
2386 | 2024-10-18T20:43:31.980Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2387 | 2024-10-18T20:43:32.434Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2388 | 2024-10-18T20:43:33.680Z | Checking polling v3.7.3 |
2389 | 2024-10-18T20:43:34.013Z | Checking password-hash v0.4.2 |
2390 | 2024-10-18T20:43:34.399Z | Checking matches v0.1.10 |
2391 | 2024-10-18T20:43:34.500Z | Checking hex-literal v0.4.1 |
2392 | 2024-10-18T20:43:34.632Z | Checking idna v0.2.3 |
2393 | 2024-10-18T20:43:35.294Z | Checking pbkdf2 v0.11.0 |
2394 | 2024-10-18T20:43:35.558Z | Checking async-io v2.3.4 |
2395 | 2024-10-18T20:43:36.083Z | Checking ssh-key v0.6.6 |
2396 | 2024-10-18T20:43:36.313Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2397 | 2024-10-18T20:43:36.510Z | Checking p521 v0.13.3 |
2398 | 2024-10-18T20:43:36.972Z | Checking p256 v0.13.2 |
2399 | 2024-10-18T20:43:37.398Z | Checking russh-cryptovec v0.7.3 |
2400 | 2024-10-18T20:43:37.469Z | Compiling enum-as-inner v0.5.1 |
2401 | 2024-10-18T20:43:37.594Z | Checking md5 v0.7.0 |
2402 | 2024-10-18T20:43:37.628Z | Compiling target-lexicon v0.12.16 |
2403 | 2024-10-18T20:43:37.843Z | Compiling doc-comment v0.3.3 |
2404 | 2024-10-18T20:43:38.310Z | Checking async-task v4.7.1 |
2405 | 2024-10-18T20:43:38.515Z | Checking trust-dns-proto v0.22.0 |
2406 | 2024-10-18T20:43:38.546Z | Checking russh-keys v0.45.0 |
2407 | 2024-10-18T20:43:38.640Z | Checking async-channel v2.3.1 |
2408 | 2024-10-18T20:43:38.926Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2409 | 2024-10-18T20:43:39.717Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2410 | 2024-10-18T20:43:39.740Z | Checking piper v0.2.4 |
2411 | 2024-10-18T20:43:39.958Z | Checking num-bigint v0.4.6 |
2412 | 2024-10-18T20:43:40.386Z | Checking des v0.8.1 |
2413 | 2024-10-18T20:43:40.423Z | Checking futures-timer v3.0.3 |
2414 | 2024-10-18T20:43:40.636Z | Compiling assert_cmd v2.0.16 |
2415 | 2024-10-18T20:43:40.702Z | Compiling guppy-workspace-hack v0.1.0 |
2416 | 2024-10-18T20:43:40.978Z | Compiling dhcproto-macros v0.1.0 |
2417 | 2024-10-18T20:43:41.080Z | Checking blocking v1.6.1 |
2418 | 2024-10-18T20:43:41.343Z | Checking async-executor v1.13.1 |
2419 | 2024-10-18T20:43:41.742Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2420 | 2024-10-18T20:43:41.811Z | Checking dhcproto v0.12.0 |
2421 | 2024-10-18T20:43:42.028Z | Checking async-signal v0.2.10 |
2422 | 2024-10-18T20:43:42.054Z | Checking russh v0.45.0 |
2423 | 2024-10-18T20:43:42.261Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2424 | 2024-10-18T20:43:42.284Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2425 | 2024-10-18T20:43:42.900Z | Compiling target-spec v3.2.2 |
2426 | 2024-10-18T20:43:42.950Z | Checking event-listener v2.5.3 |
2427 | 2024-10-18T20:43:43.308Z | Checking internet-checksum v0.2.1 |
2428 | 2024-10-18T20:43:43.438Z | Checking async-channel v1.9.0 |
2429 | 2024-10-18T20:43:43.683Z | Checking async-process v2.3.0 |
2430 | 2024-10-18T20:43:43.960Z | Checking cfg-expr v0.17.0 |
2431 | 2024-10-18T20:43:44.405Z | Checking async-global-executor v2.4.1 |
2432 | 2024-10-18T20:43:44.664Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2433 | 2024-10-18T20:43:44.748Z | Checking httptest v0.16.1 |
2434 | 2024-10-18T20:43:44.829Z | Checking rustls-native-certs v0.7.3 |
2435 | 2024-10-18T20:43:45.000Z | Checking num_cpus v1.16.0 |
2436 | 2024-10-18T20:43:45.125Z | Checking kv-log-macro v1.0.7 |
2437 | 2024-10-18T20:43:45.257Z | Compiling async-attributes v1.1.2 |
2438 | 2024-10-18T20:43:45.707Z | Checking threadpool v1.8.1 |
2439 | 2024-10-18T20:43:45.893Z | Checking hyper-rustls v0.26.0 |
2440 | 2024-10-18T20:43:45.973Z | Checking async-std v1.13.0 |
2441 | 2024-10-18T20:43:46.550Z | Checking pathdiff v0.2.2 |
2442 | 2024-10-18T20:43:46.695Z | Compiling rstest_macros v0.23.0 |
2443 | 2024-10-18T20:43:47.026Z | Checking escape8259 v0.5.3 |
2444 | 2024-10-18T20:43:47.146Z | Checking nested v0.1.1 |
2445 | 2024-10-18T20:43:47.212Z | Checking libtest-mimic v0.7.3 |
2446 | 2024-10-18T20:43:47.334Z | Checking guppy v0.17.8 |
2447 | 2024-10-18T20:43:47.737Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2448 | 2024-10-18T20:43:48.352Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2449 | 2024-10-18T20:43:48.638Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2450 | 2024-10-18T20:43:48.901Z | Checking similar-asserts v1.6.0 |
2451 | 2024-10-18T20:43:49.125Z | Checking fancy-regex v0.13.0 |
2452 | 2024-10-18T20:43:49.187Z | Checking serde_regex v1.1.0 |
2453 | 2024-10-18T20:43:49.220Z | Checking async-object-pool v0.1.5 |
2454 | 2024-10-18T20:43:49.378Z | Checking assert-json-diff v2.0.2 |
2455 | 2024-10-18T20:43:49.409Z | Compiling proc-macro-crate v3.2.0 |
2456 | 2024-10-18T20:43:49.618Z | Checking path-tree v0.8.1 |
2457 | 2024-10-18T20:43:49.767Z | Checking stringmetrics v2.2.2 |
2458 | 2024-10-18T20:43:49.921Z | Compiling relative-path v1.9.3 |
2459 | 2024-10-18T20:43:49.984Z | Compiling trybuild v1.0.100 |
2460 | 2024-10-18T20:43:50.428Z | Checking httpmock v0.8.0-alpha.1 |
2461 | 2024-10-18T20:43:50.567Z | Checking datatest-stable v0.2.9 |
2462 | 2024-10-18T20:43:50.854Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2463 | 2024-10-18T20:43:50.923Z | Checking blake2b_simd v1.0.2 |
2464 | 2024-10-18T20:43:51.601Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2465 | 2024-10-18T20:43:51.993Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2466 | 2024-10-18T20:43:52.264Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2467 | 2024-10-18T20:43:52.561Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2468 | 2024-10-18T20:43:52.818Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2469 | 2024-10-18T20:43:53.275Z | Checking serde_tokenstream v0.2.2 |
2470 | 2024-10-18T20:43:53.606Z | Checking uzers v0.12.1 |
2471 | 2024-10-18T20:43:54.066Z | Checking rust-argon2 v2.1.0 |
2472 | 2024-10-18T20:43:54.381Z | Compiling git2 v0.19.0 |
2473 | 2024-10-18T20:43:54.806Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2474 | 2024-10-18T20:43:55.653Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2475 | 2024-10-18T20:43:56.622Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2476 | 2024-10-18T20:43:56.932Z | Checking rand_distr v0.4.3 |
2477 | 2024-10-18T20:43:57.657Z | Checking multimap v0.10.0 |
2478 | 2024-10-18T20:43:57.966Z | Checking approx v0.5.1 |
2479 | 2024-10-18T20:43:58.224Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2480 | 2024-10-18T20:43:59.807Z | Checking rstest v0.23.0 |
2481 | 2024-10-18T20:44:00.001Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2482 | 2024-10-18T20:44:00.656Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2483 | 2024-10-18T20:44:00.770Z | Checking partial-io v0.5.4 |
2484 | 2024-10-18T20:44:01.117Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2485 | 2024-10-18T20:44:01.332Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2486 | 2024-10-18T20:44:01.379Z | Checking cargo_toml v0.20.5 |
2487 | 2024-10-18T20:44:01.889Z | Checking termios v0.3.3 |
2488 | 2024-10-18T20:44:02.077Z | Compiling indoc v2.0.5 |
2489 | 2024-10-18T20:44:02.544Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2490 | 2024-10-18T20:44:02.835Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2491 | 2024-10-18T20:44:03.078Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2492 | 2024-10-18T20:44:03.458Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2493 | 2024-10-18T20:44:06.260Z | Compiling polar-core v0.27.3 |
2494 | 2024-10-18T20:44:06.957Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2495 | 2024-10-18T20:44:15.501Z | Checking oso v0.27.3 |
2496 | 2024-10-18T20:44:18.715Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2497 | 2024-10-18T20:44:24.579Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2498 | 2024-10-18T20:44:47.211Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2499 | 2024-10-18T20:44:49.654Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2500 | 2024-10-18T20:44:49.997Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2501 | 2024-10-18T20:45:15.048Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2502 | 2024-10-18T20:45:15.048Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2503 | 2024-10-18T20:45:15.071Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2504 | 2024-10-18T20:47:03.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 08s |
2505 | 2024-10-18T20:47:03.884Z | |
2506 | 2024-10-18T20:47:03.884Z | real 6:14.689047857 |
2507 | 2024-10-18T20:47:03.884Z | user 32:03.424517743 |
2508 | 2024-10-18T20:47:03.884Z | sys 5:48.187487213 |
2509 | 2024-10-18T20:47:03.884Z | trap 0.870728238 |
2510 | 2024-10-18T20:47:03.884Z | tflt 1.361457624 |
2511 | 2024-10-18T20:47:03.884Z | dflt 0.374228854 |
2512 | 2024-10-18T20:47:03.884Z | kflt 0.001076483 |
2513 | 2024-10-18T20:47:03.884Z | lock 48:59.236407615 |
2514 | 2024-10-18T20:47:03.884Z | slp 1:51:37.038319144 |
2515 | 2024-10-18T20:47:03.884Z | lat 1:37.642189483 |
2516 | 2024-10-18T20:47:03.884Z | stop 5:29.278451219 |
2517 | 2024-10-18T20:47:03.908Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2518 | 2024-10-18T20:47:03.908Z | + ptime -m cargo doc --workspace --no-deps |
2519 | 2024-10-18T20:47:05.490Z | warning: output filename collision. |
2520 | 2024-10-18T20:47:05.490Z | 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)`. |
2521 | 2024-10-18T20:47:05.490Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2522 | 2024-10-18T20:47:05.490Z | The targets should have unique names. |
2523 | 2024-10-18T20:47:05.490Z | This is a known bug where multiple crates with the same name use |
2524 | 2024-10-18T20:47:05.490Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2525 | 2024-10-18T20:47:06.143Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2526 | 2024-10-18T20:47:06.180Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2527 | 2024-10-18T20:47:06.203Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2528 | 2024-10-18T20:47:06.252Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2529 | 2024-10-18T20:47:06.286Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2530 | 2024-10-18T20:47:06.286Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2531 | 2024-10-18T20:47:06.461Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2532 | 2024-10-18T20:47:06.599Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2533 | 2024-10-18T20:47:06.599Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2534 | 2024-10-18T20:47:06.642Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2535 | 2024-10-18T20:47:06.666Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2536 | 2024-10-18T20:47:06.815Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2537 | 2024-10-18T20:47:06.871Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2538 | 2024-10-18T20:47:06.933Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2539 | 2024-10-18T20:47:07.086Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2540 | 2024-10-18T20:47:07.370Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2541 | 2024-10-18T20:47:09.466Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2542 | 2024-10-18T20:47:09.776Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2543 | 2024-10-18T20:47:09.979Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2544 | 2024-10-18T20:47:10.037Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2545 | 2024-10-18T20:47:10.342Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2546 | 2024-10-18T20:47:10.631Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2547 | 2024-10-18T20:47:10.745Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2548 | 2024-10-18T20:47:11.037Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2549 | 2024-10-18T20:47:11.061Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2550 | 2024-10-18T20:47:11.228Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2551 | 2024-10-18T20:47:11.313Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2552 | 2024-10-18T20:47:11.498Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2553 | 2024-10-18T20:47:11.645Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2554 | 2024-10-18T20:47:11.673Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2555 | 2024-10-18T20:47:11.957Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2556 | 2024-10-18T20:47:12.102Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2557 | 2024-10-18T20:47:12.404Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2558 | 2024-10-18T20:47:12.449Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2559 | 2024-10-18T20:47:12.687Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2560 | 2024-10-18T20:47:12.823Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2561 | 2024-10-18T20:47:12.882Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2562 | 2024-10-18T20:47:12.980Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2563 | 2024-10-18T20:47:13.031Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2564 | 2024-10-18T20:47:13.535Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2565 | 2024-10-18T20:47:17.474Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2566 | 2024-10-18T20:47:17.784Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2567 | 2024-10-18T20:47:17.833Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2568 | 2024-10-18T20:47:18.345Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2569 | 2024-10-18T20:47:18.369Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2570 | 2024-10-18T20:47:18.955Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2571 | 2024-10-18T20:47:19.539Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2572 | 2024-10-18T20:47:20.200Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2573 | 2024-10-18T20:47:20.556Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2574 | 2024-10-18T20:47:20.582Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2575 | 2024-10-18T20:47:21.762Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2576 | 2024-10-18T20:47:24.916Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2577 | 2024-10-18T20:47:26.014Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2578 | 2024-10-18T20:47:26.046Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2579 | 2024-10-18T20:47:26.511Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2580 | 2024-10-18T20:47:26.858Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2581 | 2024-10-18T20:47:27.168Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2582 | 2024-10-18T20:47:27.192Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2583 | 2024-10-18T20:47:27.526Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2584 | 2024-10-18T20:47:27.882Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2585 | 2024-10-18T20:47:28.507Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2586 | 2024-10-18T20:47:28.563Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2587 | 2024-10-18T20:47:29.068Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2588 | 2024-10-18T20:47:29.092Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2589 | 2024-10-18T20:47:29.618Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2590 | 2024-10-18T20:47:29.734Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2591 | 2024-10-18T20:47:30.142Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2592 | 2024-10-18T20:47:30.236Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2593 | 2024-10-18T20:47:30.289Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2594 | 2024-10-18T20:47:30.910Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2595 | 2024-10-18T20:47:30.960Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2596 | 2024-10-18T20:47:31.204Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2597 | 2024-10-18T20:47:31.257Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2598 | 2024-10-18T20:47:31.328Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2599 | 2024-10-18T20:47:31.628Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2600 | 2024-10-18T20:47:31.848Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2601 | 2024-10-18T20:47:32.334Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2602 | 2024-10-18T20:47:32.860Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2603 | 2024-10-18T20:47:32.895Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2604 | 2024-10-18T20:47:32.937Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2605 | 2024-10-18T20:47:33.064Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2606 | 2024-10-18T20:47:33.453Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2607 | 2024-10-18T20:47:33.718Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2608 | 2024-10-18T20:47:33.902Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2609 | 2024-10-18T20:47:33.955Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2610 | 2024-10-18T20:47:34.138Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2611 | 2024-10-18T20:47:34.420Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2612 | 2024-10-18T20:47:34.906Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2613 | 2024-10-18T20:47:34.931Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2614 | 2024-10-18T20:47:34.955Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2615 | 2024-10-18T20:47:35.556Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2616 | 2024-10-18T20:47:35.687Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2617 | 2024-10-18T20:47:38.883Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2618 | 2024-10-18T20:47:39.363Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2619 | 2024-10-18T20:47:39.740Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2620 | 2024-10-18T20:47:39.835Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2621 | 2024-10-18T20:47:39.861Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2622 | 2024-10-18T20:47:40.870Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2623 | 2024-10-18T20:47:41.443Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2624 | 2024-10-18T20:47:42.039Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2625 | 2024-10-18T20:47:43.207Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2626 | 2024-10-18T20:47:44.179Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2627 | 2024-10-18T20:47:44.612Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2628 | 2024-10-18T20:47:44.986Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2629 | 2024-10-18T20:47:46.852Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2630 | 2024-10-18T20:47:47.682Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2631 | 2024-10-18T20:47:48.542Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2632 | 2024-10-18T20:47:49.814Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2633 | 2024-10-18T20:47:50.251Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2634 | 2024-10-18T20:48:00.333Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2635 | 2024-10-18T20:48:01.359Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2636 | 2024-10-18T20:48:02.757Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2637 | 2024-10-18T20:48:35.316Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2638 | 2024-10-18T20:48:37.604Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2639 | 2024-10-18T20:48:40.415Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2640 | 2024-10-18T20:48:40.484Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2641 | 2024-10-18T20:48:42.504Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2642 | 2024-10-18T20:48:46.078Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2643 | 2024-10-18T20:48:51.034Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2644 | 2024-10-18T20:49:01.133Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2645 | 2024-10-18T20:49:03.917Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2646 | 2024-10-18T20:49:04.924Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2647 | 2024-10-18T20:49:05.413Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2648 | 2024-10-18T20:49:13.291Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2649 | 2024-10-18T20:49:18.098Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2650 | 2024-10-18T20:49:21.831Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2651 | 2024-10-18T20:49:21.862Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2652 | 2024-10-18T20:49:22.397Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2653 | 2024-10-18T20:49:22.652Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2654 | 2024-10-18T20:49:24.649Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2655 | 2024-10-18T20:49:28.998Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2656 | 2024-10-18T20:49:32.843Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2657 | 2024-10-18T20:49:47.669Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2658 | 2024-10-18T20:50:00.484Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2659 | 2024-10-18T20:50:06.641Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2660 | 2024-10-18T20:50:10.318Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2661 | 2024-10-18T20:50:11.645Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2662 | 2024-10-18T20:50:23.008Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2663 | 2024-10-18T20:50:24.689Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2664 | 2024-10-18T20:50:25.160Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2665 | 2024-10-18T20:50:25.345Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2666 | 2024-10-18T20:50:27.297Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2667 | 2024-10-18T20:50:35.147Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2668 | 2024-10-18T20:50:36.352Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2669 | 2024-10-18T20:50:38.671Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2670 | 2024-10-18T20:50:45.570Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2671 | 2024-10-18T20:50:45.996Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2672 | 2024-10-18T20:50:53.217Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2673 | 2024-10-18T20:50:57.437Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2674 | 2024-10-18T20:51:00.596Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2675 | 2024-10-18T20:51:01.508Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2676 | 2024-10-18T20:51:04.666Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2677 | 2024-10-18T20:51:05.390Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2678 | 2024-10-18T20:51:13.671Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2679 | 2024-10-18T20:51:14.069Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2680 | 2024-10-18T20:51:17.153Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2681 | 2024-10-18T20:51:20.497Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2682 | 2024-10-18T20:51:24.664Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2683 | 2024-10-18T20:51:26.828Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2684 | 2024-10-18T20:51:26.943Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2685 | 2024-10-18T20:51:28.534Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2686 | 2024-10-18T20:51:33.408Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2687 | 2024-10-18T20:51:36.560Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2688 | 2024-10-18T20:51:38.632Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2689 | 2024-10-18T20:51:40.604Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2690 | 2024-10-18T20:51:42.717Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2691 | 2024-10-18T20:51:45.469Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2692 | 2024-10-18T20:51:48.931Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2693 | 2024-10-18T20:51:55.312Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2694 | 2024-10-18T20:51:55.470Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2695 | 2024-10-18T20:51:56.153Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2696 | 2024-10-18T20:51:58.075Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2697 | 2024-10-18T20:51:58.186Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2698 | 2024-10-18T20:52:03.453Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2699 | 2024-10-18T20:52:04.125Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2700 | 2024-10-18T20:52:05.859Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2701 | 2024-10-18T20:52:10.383Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2702 | 2024-10-18T20:52:11.118Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2703 | 2024-10-18T20:52:13.842Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2704 | 2024-10-18T20:52:14.126Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2705 | 2024-10-18T20:52:15.589Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2706 | 2024-10-18T20:52:17.788Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2707 | 2024-10-18T20:52:18.659Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2708 | 2024-10-18T20:52:23.076Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2709 | 2024-10-18T20:52:24.074Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2710 | 2024-10-18T20:52:27.028Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2711 | 2024-10-18T20:52:30.800Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2712 | 2024-10-18T20:52:31.173Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2713 | 2024-10-18T20:52:32.874Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2714 | 2024-10-18T20:52:34.783Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2715 | 2024-10-18T20:52:35.154Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2716 | 2024-10-18T20:52:35.280Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2717 | 2024-10-18T20:52:35.338Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2718 | 2024-10-18T20:52:38.892Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2719 | 2024-10-18T20:52:42.389Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2720 | 2024-10-18T20:52:44.662Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2721 | 2024-10-18T20:52:45.785Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2722 | 2024-10-18T20:52:49.554Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2723 | 2024-10-18T20:52:49.699Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2724 | 2024-10-18T20:52:50.644Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2725 | 2024-10-18T20:52:51.589Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2726 | 2024-10-18T20:52:52.062Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2727 | 2024-10-18T20:52:55.843Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2728 | 2024-10-18T20:52:56.012Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2729 | 2024-10-18T20:52:56.483Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2730 | 2024-10-18T20:52:58.097Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2731 | 2024-10-18T20:52:59.087Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2732 | 2024-10-18T20:53:00.356Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2733 | 2024-10-18T20:53:03.158Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2734 | 2024-10-18T20:53:03.999Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2735 | 2024-10-18T20:53:04.103Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2736 | 2024-10-18T20:53:04.303Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2737 | 2024-10-18T20:53:05.310Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2738 | 2024-10-18T20:53:05.677Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2739 | 2024-10-18T20:53:06.822Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2740 | 2024-10-18T20:53:08.453Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2741 | 2024-10-18T20:53:48.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 44s |
2742 | 2024-10-18T20:53:48.301Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 132 other files |
2743 | 2024-10-18T20:53:48.382Z | |
2744 | 2024-10-18T20:53:48.382Z | real 6:44.441356994 |
2745 | 2024-10-18T20:53:48.382Z | user 20:35.772220637 |
2746 | 2024-10-18T20:53:48.382Z | sys 27:54.561284033 |
2747 | 2024-10-18T20:53:48.382Z | trap 0.382741485 |
2748 | 2024-10-18T20:53:48.382Z | tflt 0.189162598 |
2749 | 2024-10-18T20:53:48.382Z | dflt 0.361574664 |
2750 | 2024-10-18T20:53:48.382Z | kflt 0.000239260 |
2751 | 2024-10-18T20:53:48.382Z | lock 1:05:12.114841620 |
2752 | 2024-10-18T20:53:48.406Z | slp 1:50:12.803463595 |
2753 | 2024-10-18T20:53:48.406Z | lat 1:11.782240676 |
2754 | 2024-10-18T20:53:48.406Z | stop 1:02.431817175 |
2755 | 2024-10-18T20:53:48.406Z | process exited: duration 1049259 ms, exit code 0 |
|
2756 | 2024-10-18T20:53:48.456Z | found 0 output files |