|
|
|
1 | 2024-11-02T03:10:05.227Z | job assigned to worker 01JBNDJEAMN1WJ15AZ5QQZ84E3 (queued for 49 s) |
|
2 | 2024-11-02T03:10:13.410Z | starting task 0: "setup" |
3 | 2024-11-02T03:10:13.421Z | ++ uname -s |
4 | 2024-11-02T03:10:13.424Z | + kern=SunOS |
5 | 2024-11-02T03:10:13.424Z | + case "$kern" in |
6 | 2024-11-02T03:10:13.424Z | + [[ 0 == 12345 ]] |
7 | 2024-11-02T03:10:13.424Z | + groupadd -g 12345 build |
8 | 2024-11-02T03:10:13.424Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-02T03:10:15.434Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-02T03:10:15.625Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-02T03:10:15.629Z | + home_fs=zfs |
12 | 2024-11-02T03:10:15.629Z | + [[ zfs == autofs ]] |
13 | 2024-11-02T03:10:15.630Z | + mkdir -p /home/build |
14 | 2024-11-02T03:10:15.630Z | + chown build:build /home/build /work |
15 | 2024-11-02T03:10:16.628Z | + chmod 0700 /home/build /work |
16 | 2024-11-02T03:10:16.631Z | process exited: duration 3219 ms, exit code 0 |
|
17 | 2024-11-02T03:10:16.644Z | starting task 1: "rust-toolchain" |
18 | 2024-11-02T03:10:16.649Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-02T03:10:16.649Z | ' 1.82.0 |
20 | 2024-11-02T03:10:16.649Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-02T03:10:16.649Z | ' default |
22 | 2024-11-02T03:10:16.649Z | * toolchain channel = "1.82.0" |
23 | 2024-11-02T03:10:16.649Z | * toolchain profile = "default" |
24 | 2024-11-02T03:10:16.652Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-02T03:10:16.652Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-02T03:10:16.867Z | info: downloading installer |
27 | 2024-11-02T03:10:18.207Z | info: profile set to 'default' |
28 | 2024-11-02T03:10:18.207Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-02T03:10:18.207Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-02T03:10:18.446Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-02T03:10:18.446Z | info: downloading component 'cargo' |
32 | 2024-11-02T03:10:19.236Z | info: downloading component 'clippy' |
33 | 2024-11-02T03:10:19.566Z | info: downloading component 'rust-docs' |
34 | 2024-11-02T03:10:20.668Z | info: downloading component 'rust-std' |
35 | 2024-11-02T03:10:22.408Z | info: downloading component 'rustc' |
36 | 2024-11-02T03:10:29.255Z | info: downloading component 'rustfmt' |
37 | 2024-11-02T03:10:29.486Z | info: installing component 'cargo' |
38 | 2024-11-02T03:10:30.320Z | info: installing component 'clippy' |
39 | 2024-11-02T03:10:30.726Z | info: installing component 'rust-docs' |
40 | 2024-11-02T03:10:32.436Z | info: installing component 'rust-std' |
41 | 2024-11-02T03:10:34.433Z | info: installing component 'rustc' |
42 | 2024-11-02T03:10:40.576Z | info: installing component 'rustfmt' |
43 | 2024-11-02T03:10:40.916Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-02T03:10:40.916Z | |
45 | 2024-11-02T03:10:41.290Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-02T03:10:41.290Z | |
47 | 2024-11-02T03:10:41.290Z | |
48 | 2024-11-02T03:10:41.290Z | Rust is installed now. Great! |
49 | 2024-11-02T03:10:41.290Z | |
50 | 2024-11-02T03:10:41.290Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-02T03:10:41.290Z | environment variable. This has not been done automatically. |
52 | 2024-11-02T03:10:41.290Z | |
53 | 2024-11-02T03:10:41.290Z | To configure your current shell, you need to source |
54 | 2024-11-02T03:10:41.290Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-02T03:10:41.290Z | |
56 | 2024-11-02T03:10:41.290Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-02T03:10:41.290Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-02T03:10:41.290Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-02T03:10:41.363Z | + rustc --version |
60 | 2024-11-02T03:10:41.427Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-02T03:10:41.430Z | process exited: duration 24784 ms, exit code 0 |
|
62 | 2024-11-02T03:10:41.435Z | starting task 2: "authentication" |
63 | 2024-11-02T03:10:41.455Z | process exited: duration 20 ms, exit code 0 |
|
64 | 2024-11-02T03:10:41.460Z | starting task 3: "clone repository" |
65 | 2024-11-02T03:10:41.465Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-02T03:10:41.468Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-02T03:10:41.749Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-02T03:10:48.808Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-02T03:10:48.808Z | + git fetch origin c9fc35ba65e8113ba488ea370c1b7846a00c1c31 |
70 | 2024-11-02T03:10:49.095Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-02T03:10:49.095Z | * branch c9fc35ba65e8113ba488ea370c1b7846a00c1c31 -> FETCH_HEAD |
72 | 2024-11-02T03:10:49.105Z | + [[ -n renovate/anstyle-1.x ]] |
73 | 2024-11-02T03:10:49.107Z | ++ git branch --show-current |
74 | 2024-11-02T03:10:49.110Z | + current=main |
75 | 2024-11-02T03:10:49.110Z | + [[ main != renovate/anstyle-1.x ]] |
76 | 2024-11-02T03:10:49.110Z | + git branch -f renovate/anstyle-1.x c9fc35ba65e8113ba488ea370c1b7846a00c1c31 |
77 | 2024-11-02T03:10:49.112Z | + git checkout -f renovate/anstyle-1.x |
78 | 2024-11-02T03:10:49.275Z | Switched to branch 'renovate/anstyle-1.x' |
79 | 2024-11-02T03:10:49.278Z | + git reset --hard c9fc35ba65e8113ba488ea370c1b7846a00c1c31 |
80 | 2024-11-02T03:10:49.436Z | HEAD is now at c9fc35ba6 Update Rust crate anstyle to 1.0.10 |
81 | 2024-11-02T03:10:49.438Z | process exited: duration 7976 ms, exit code 0 |
|
82 | 2024-11-02T03:10:49.443Z | starting task 4: "build" |
83 | 2024-11-02T03:10:49.448Z | + source ./env.sh |
84 | 2024-11-02T03:10:49.450Z | ++ OLD_SHELL_OPTS=ehxB |
85 | 2024-11-02T03:10:49.450Z | ++ set -o xtrace |
86 | 2024-11-02T03:10:49.453Z | ++++ dirname ./env.sh |
87 | 2024-11-02T03:10:49.453Z | +++ readlink -f . |
88 | 2024-11-02T03:10:49.626Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2024-11-02T03:10:49.628Z | ++ export 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-11-02T03:10:49.628Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-11-02T03:10:49.628Z | ++ 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 |
92 | 2024-11-02T03:10:49.628Z | ++ 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 |
93 | 2024-11-02T03:10:49.628Z | ++ 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 |
94 | 2024-11-02T03:10:49.628Z | ++ 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 |
95 | 2024-11-02T03:10:49.628Z | ++ 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 |
96 | 2024-11-02T03:10:49.628Z | ++ 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 |
97 | 2024-11-02T03:10:49.628Z | ++ case $OLD_SHELL_OPTS in |
98 | 2024-11-02T03:10:49.628Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
99 | 2024-11-02T03:10:49.628Z | + source .github/buildomat/ci-env.sh |
100 | 2024-11-02T03:10:49.628Z | ++ export CARGO_TERM_COLOR=always |
101 | 2024-11-02T03:10:49.628Z | ++ CARGO_TERM_COLOR=always |
102 | 2024-11-02T03:10:49.629Z | + cargo --version |
103 | 2024-11-02T03:10:49.682Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
104 | 2024-11-02T03:10:49.684Z | + rustc --version |
105 | 2024-11-02T03:10:49.743Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
106 | 2024-11-02T03:10:49.747Z | + banner prerequisites |
107 | 2024-11-02T03:10:49.859Z | |
108 | 2024-11-02T03:10:49.859Z | ##### ##### ###### ##### ###### #### # # # #### # |
109 | 2024-11-02T03:10:49.859Z | # # # # # # # # # # # # # # # |
110 | 2024-11-02T03:10:49.859Z | # # # # ##### # # ##### # # # # # #### # |
111 | 2024-11-02T03:10:49.859Z | ##### ##### # ##### # # # # # # # # # |
112 | 2024-11-02T03:10:49.859Z | # # # # # # # # # # # # # # # |
113 | 2024-11-02T03:10:49.859Z | # # # ###### # # ###### ### # #### # #### # |
114 | 2024-11-02T03:10:49.859Z | |
115 | 2024-11-02T03:10:49.862Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
116 | 2024-11-02T03:11:13.656Z | Startup: Refreshing catalog 'helios-dev' ... Done |
117 | 2024-11-02T03:11:17.239Z | Startup: Caching catalogs ... Done |
118 | 2024-11-02T03:11:24.302Z | Planning: Solver setup ... Done (6.367s) |
119 | 2024-11-02T03:11:24.397Z | Planning: Running solver ... Done (0.095s) |
120 | 2024-11-02T03:11:24.627Z | Planning: Finding local manifests ... Done (0.150s) |
121 | 2024-11-02T03:11:24.650Z | Planning: Fetching manifests: 0/5 0% complete |
122 | 2024-11-02T03:11:25.373Z | Planning: Fetching manifests: 5/5 100% complete |
123 | 2024-11-02T03:11:25.831Z | Planning: Package planning ... Done (0.457s) |
124 | 2024-11-02T03:11:25.888Z | Planning: Merging actions ... Done (0.057s) |
125 | 2024-11-02T03:11:27.203Z | Planning: Checking for conflicting actions ... Done (1.315s) |
126 | 2024-11-02T03:11:36.616Z | Planning: Consolidating action changes ... Done (9.412s) |
127 | 2024-11-02T03:11:36.996Z | Planning: Evaluating mediators ... Done (0.380s) |
128 | 2024-11-02T03:11:37.074Z | Planning: Planning completed in 19.75 seconds |
129 | 2024-11-02T03:11:38.172Z | Packages to install: 4 |
130 | 2024-11-02T03:11:38.172Z | Packages to update: 1 |
131 | 2024-11-02T03:11:38.172Z | Mediators to change: 2 |
132 | 2024-11-02T03:11:38.173Z | Services to change: 1 |
133 | 2024-11-02T03:11:38.180Z | Estimated space available: 155.61 GB |
134 | 2024-11-02T03:11:38.180Z | Estimated space to be consumed: 1.59 GB |
135 | 2024-11-02T03:11:38.180Z | Create boot environment: No |
136 | 2024-11-02T03:11:38.180Z | Create backup boot environment: Yes |
137 | 2024-11-02T03:11:38.180Z | Rebuild boot archive: No |
138 | 2024-11-02T03:11:38.180Z | |
139 | 2024-11-02T03:11:38.180Z | Changed mediators: |
140 | 2024-11-02T03:11:38.181Z | mediator clang: |
141 | 2024-11-02T03:11:38.181Z | version: None -> 15 (system default) |
142 | 2024-11-02T03:11:38.181Z | |
143 | 2024-11-02T03:11:38.181Z | mediator llvm: |
144 | 2024-11-02T03:11:38.181Z | version: 14 (system default) -> 15 (system default) |
145 | 2024-11-02T03:11:38.181Z | |
146 | 2024-11-02T03:11:38.181Z | Changed packages: |
147 | 2024-11-02T03:11:38.181Z | helios-dev |
148 | 2024-11-02T03:11:38.181Z | developer/build-essential |
149 | 2024-11-02T03:11:38.182Z | None -> 11-2.0 |
150 | 2024-11-02T03:11:38.182Z | library/libxmlsec1 |
151 | 2024-11-02T03:11:38.182Z | None -> 1.2.35-2.0 |
152 | 2024-11-02T03:11:38.182Z | ooce/developer/clang-15 |
153 | 2024-11-02T03:11:38.183Z | None -> 15.0.7-2.0 |
154 | 2024-11-02T03:11:38.183Z | ooce/developer/llvm-15 |
155 | 2024-11-02T03:11:38.183Z | None -> 15.0.7-2.0 |
156 | 2024-11-02T03:11:38.183Z | package/pkg |
157 | 2024-11-02T03:11:38.183Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
158 | 2024-11-02T03:11:38.183Z | |
159 | 2024-11-02T03:11:38.183Z | Services: |
160 | 2024-11-02T03:11:38.183Z | restart_fmri: |
161 | 2024-11-02T03:11:38.183Z | svc:/system/update-man-index:default |
162 | 2024-11-02T03:11:38.183Z | |
163 | 2024-11-02T03:11:38.184Z | Editable files to change: |
164 | 2024-11-02T03:11:38.184Z | Update: |
165 | 2024-11-02T03:11:38.184Z | usr/share/lib/pkg/web/config.shtml |
166 | 2024-11-02T03:11:38.702Z | |
167 | 2024-11-02T03:11:38.702Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
168 | 2024-11-02T03:11:43.710Z | Download: 609/4281 items 3.3/220.6MB 1% complete (731k/s) |
169 | 2024-11-02T03:11:48.834Z | Download: 1192/4281 items 80.6/220.6MB 36% complete (8.2M/s) |
170 | 2024-11-02T03:11:57.174Z | Download: 1193/4281 items 83.2/220.6MB 37% complete (8.1M/s) |
171 | 2024-11-02T03:12:02.190Z | Download: 2150/4281 items 119.0/220.6MB 53% complete (7.3M/s) |
172 | 2024-11-02T03:12:07.181Z | Download: 3076/4281 items 121.4/220.6MB 55% complete (3.9M/s) |
173 | 2024-11-02T03:12:12.266Z | Download: 3247/4281 items 201.7/220.6MB 91% complete (8.3M/s) |
174 | 2024-11-02T03:12:18.182Z | Download: 3277/4281 items 209.1/220.6MB 94% complete (8.6M/s) |
175 | 2024-11-02T03:12:33.976Z | Download: 3289/4281 items 212.6/220.6MB 96% complete |
176 | 2024-11-02T03:12:38.975Z | Download: 3524/4281 items 215.6/220.6MB 97% complete (649k/s) |
177 | 2024-11-02T03:12:44.028Z | Download: 4054/4281 items 219.6/220.6MB 99% complete (705k/s) |
178 | 2024-11-02T03:12:50.969Z | Download: 4198/4281 items 220.6/220.6MB 99% complete (720k/s) |
179 | 2024-11-02T03:12:59.222Z | Download: 4203/4281 items 220.6/220.6MB 99% complete (645k/s) |
180 | 2024-11-02T03:12:59.338Z | Download: Completed 220.60 MB in 80.64 seconds (2.7M/s) |
181 | 2024-11-02T03:13:01.439Z | Actions: 1/5063 actions (Removing old actions) |
182 | 2024-11-02T03:13:01.457Z | Actions: 194/5063 actions (Installing new actions) |
183 | 2024-11-02T03:13:06.521Z | Actions: 4107/5063 actions (Installing new actions) |
184 | 2024-11-02T03:13:06.570Z | Actions: 4226/5063 actions (Updating modified actions) |
185 | 2024-11-02T03:13:06.934Z | Actions: Completed 5063 actions in 5.50 seconds. |
186 | 2024-11-02T03:13:07.294Z | Done (0.352s) |
187 | 2024-11-02T03:13:07.297Z | Done (0.000s) |
188 | 2024-11-02T03:13:07.802Z | Done (0.505s) |
189 | 2024-11-02T03:13:13.265Z | Done (5.261s) |
190 | 2024-11-02T03:13:13.520Z | Done (0.186s) |
191 | 2024-11-02T03:13:13.522Z | Done (0.000s) |
192 | 2024-11-02T03:13:13.688Z | Done (0.000s) |
193 | 2024-11-02T03:13:14.319Z | Planning: Evaluating mediator changes ... Done |
194 | 2024-11-02T03:13:14.479Z | Planning: Checking for conflicting actions ... Done |
195 | 2024-11-02T03:13:14.481Z | Planning: Consolidating action changes ... Done |
196 | 2024-11-02T03:13:14.748Z | Planning: Evaluating mediators ... Done |
197 | 2024-11-02T03:13:14.751Z | Planning: Planning completed in 0.43 seconds |
198 | 2024-11-02T03:13:14.787Z | Mediators to change: 2 |
199 | 2024-11-02T03:13:14.787Z | Create boot environment: No |
200 | 2024-11-02T03:13:14.787Z | Create backup boot environment: No |
201 | 2024-11-02T03:13:14.867Z | Done |
202 | 2024-11-02T03:13:14.867Z | Done |
203 | 2024-11-02T03:13:15.189Z | Done |
204 | 2024-11-02T03:13:18.675Z | Done |
205 | 2024-11-02T03:13:18.803Z | Done |
206 | 2024-11-02T03:13:18.803Z | Done |
207 | 2024-11-02T03:13:18.878Z | Done |
208 | 2024-11-02T03:13:19.486Z | Planning: Evaluating mediator changes ... Done |
209 | 2024-11-02T03:13:19.509Z | Planning: Merging actions ... Done |
210 | 2024-11-02T03:13:19.670Z | Planning: Checking for conflicting actions ... Done |
211 | 2024-11-02T03:13:19.675Z | Planning: Consolidating action changes ... Done |
212 | 2024-11-02T03:13:19.943Z | Planning: Evaluating mediators ... Done |
213 | 2024-11-02T03:13:19.990Z | Planning: Planning completed in 0.75 seconds |
214 | 2024-11-02T03:13:20.030Z | Packages to change: 1 |
215 | 2024-11-02T03:13:20.030Z | Mediators to change: 1 |
216 | 2024-11-02T03:13:20.034Z | Services to change: 1 |
217 | 2024-11-02T03:13:20.034Z | Create boot environment: No |
218 | 2024-11-02T03:13:20.034Z | Create backup boot environment: Yes |
219 | 2024-11-02T03:13:22.048Z | Actions: 1/6 actions (Updating modified actions) |
220 | 2024-11-02T03:13:22.106Z | Actions: Completed 6 actions in 0.06 seconds. |
221 | 2024-11-02T03:13:22.106Z | Done |
222 | 2024-11-02T03:13:22.106Z | Done |
223 | 2024-11-02T03:13:22.207Z | Done |
224 | 2024-11-02T03:13:25.703Z | Done |
225 | 2024-11-02T03:13:25.788Z | Done |
226 | 2024-11-02T03:13:25.790Z | Done |
227 | 2024-11-02T03:13:25.910Z | Done |
228 | 2024-11-02T03:13:26.328Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
229 | 2024-11-02T03:13:26.328Z | clang system 15 system |
230 | 2024-11-02T03:13:26.328Z | csh system system illumos |
231 | 2024-11-02T03:13:26.328Z | ctags system system illumos |
232 | 2024-11-02T03:13:26.328Z | gcc vendor 12 vendor |
233 | 2024-11-02T03:13:26.328Z | gcc system 10 system |
234 | 2024-11-02T03:13:26.328Z | gcc system 7 system |
235 | 2024-11-02T03:13:26.328Z | go system 1.20 system |
236 | 2024-11-02T03:13:26.328Z | go system 1.19 system |
237 | 2024-11-02T03:13:26.328Z | llvm system 15 system |
238 | 2024-11-02T03:13:26.328Z | llvm system 14 system |
239 | 2024-11-02T03:13:26.328Z | mariadb system 10.6 system |
240 | 2024-11-02T03:13:26.328Z | mta vendor vendor dma |
241 | 2024-11-02T03:13:26.328Z | openjdk system 17 system |
242 | 2024-11-02T03:13:26.329Z | openjdk system 11 system |
243 | 2024-11-02T03:13:26.329Z | openjdk system 1.8 system |
244 | 2024-11-02T03:13:26.329Z | openssl vendor 3 vendor |
245 | 2024-11-02T03:13:26.329Z | perl system 5.36 system |
246 | 2024-11-02T03:13:26.329Z | postgresql system 15 system |
247 | 2024-11-02T03:13:26.329Z | postgresql system 13 system |
248 | 2024-11-02T03:13:26.329Z | python vendor 3 vendor |
249 | 2024-11-02T03:13:26.329Z | python system 2 system |
250 | 2024-11-02T03:13:26.329Z | python3 system 3.11 system |
251 | 2024-11-02T03:13:26.329Z | ruby system 3.0 system |
252 | 2024-11-02T03:13:26.329Z | words vendor vendor american-english |
253 | 2024-11-02T03:13:26.329Z | words system system australian-english |
254 | 2024-11-02T03:13:26.329Z | words system system british-english |
255 | 2024-11-02T03:13:26.329Z | words system system canadian-english |
256 | 2024-11-02T03:13:26.329Z | words system system french |
257 | 2024-11-02T03:13:26.329Z | words system system italian |
258 | 2024-11-02T03:13:26.329Z | words system system ngerman |
259 | 2024-11-02T03:13:26.329Z | words system system ogerman |
260 | 2024-11-02T03:13:26.329Z | words system system spanish |
261 | 2024-11-02T03:13:26.654Z | PUBLISHER TYPE STATUS P LOCATION |
262 | 2024-11-02T03:13:26.654Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
263 | 2024-11-02T03:13:29.008Z | FMRI IFO |
264 | 2024-11-02T03:13:29.008Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
265 | 2024-11-02T03:13:29.008Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
266 | 2024-11-02T03:13:29.008Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
267 | 2024-11-02T03:13:29.008Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
268 | 2024-11-02T03:13:29.008Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
269 | 2024-11-02T03:13:29.008Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
270 | 2024-11-02T03:13:29.008Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
271 | 2024-11-02T03:13:29.008Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
272 | 2024-11-02T03:13:29.008Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
273 | 2024-11-02T03:13:29.008Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
274 | 2024-11-02T03:13:29.008Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
275 | 2024-11-02T03:13:29.008Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
276 | 2024-11-02T03:13:29.008Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
277 | 2024-11-02T03:13:29.008Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
278 | 2024-11-02T03:13:29.008Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
279 | 2024-11-02T03:13:29.669Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
280 | 2024-11-02T03:13:29.930Z | Updating crates.io index |
281 | 2024-11-02T03:13:29.999Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
282 | 2024-11-02T03:13:30.842Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
283 | 2024-11-02T03:13:31.090Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
284 | 2024-11-02T03:13:31.366Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
285 | 2024-11-02T03:13:31.627Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
286 | 2024-11-02T03:13:32.478Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
287 | 2024-11-02T03:13:34.926Z | Updating git repository `https://github.com/oxidecomputer/opte` |
288 | 2024-11-02T03:13:36.035Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
289 | 2024-11-02T03:13:36.886Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
290 | 2024-11-02T03:13:37.127Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
291 | 2024-11-02T03:13:37.412Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
292 | 2024-11-02T03:13:37.972Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
293 | 2024-11-02T03:13:38.402Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
294 | 2024-11-02T03:13:38.847Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
295 | 2024-11-02T03:13:39.136Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
296 | 2024-11-02T03:13:39.397Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
297 | 2024-11-02T03:13:39.643Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
298 | 2024-11-02T03:13:39.970Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
299 | 2024-11-02T03:13:40.245Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
300 | 2024-11-02T03:13:40.590Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
301 | 2024-11-02T03:13:40.826Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
302 | 2024-11-02T03:13:41.323Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
303 | 2024-11-02T03:13:41.620Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
304 | 2024-11-02T03:13:42.062Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
305 | 2024-11-02T03:13:42.552Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
306 | 2024-11-02T03:13:42.787Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
307 | 2024-11-02T03:13:43.069Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
308 | 2024-11-02T03:13:44.529Z | Downloading crates ... |
309 | 2024-11-02T03:13:44.615Z | Downloaded anstyle-query v1.1.1 |
310 | 2024-11-02T03:13:44.619Z | Downloaded autocfg v1.4.0 |
311 | 2024-11-02T03:13:44.621Z | Downloaded thiserror v1.0.64 |
312 | 2024-11-02T03:13:44.624Z | Downloaded proc-macro2 v1.0.87 |
313 | 2024-11-02T03:13:44.626Z | Downloaded anstyle v1.0.10 |
314 | 2024-11-02T03:13:44.628Z | Downloaded heck v0.5.0 |
315 | 2024-11-02T03:13:44.630Z | Downloaded anstyle-parse v0.2.5 |
316 | 2024-11-02T03:13:44.633Z | Downloaded pretty-hex v0.4.1 |
317 | 2024-11-02T03:13:44.633Z | Downloaded equivalent v1.0.1 |
318 | 2024-11-02T03:13:44.635Z | Downloaded colorchoice v1.0.2 |
319 | 2024-11-02T03:13:44.637Z | Downloaded usdt v0.5.0 |
320 | 2024-11-02T03:13:44.640Z | Downloaded digest v0.10.7 |
321 | 2024-11-02T03:13:44.642Z | Downloaded serde_tokenstream v0.2.2 |
322 | 2024-11-02T03:13:44.644Z | Downloaded byteorder v1.5.0 |
323 | 2024-11-02T03:13:44.646Z | Downloaded anstream v0.6.15 |
324 | 2024-11-02T03:13:44.649Z | Downloaded version_check v0.9.5 |
325 | 2024-11-02T03:13:44.651Z | Downloaded cargo-platform v0.1.8 |
326 | 2024-11-02T03:13:44.654Z | Downloaded log v0.4.22 |
327 | 2024-11-02T03:13:44.656Z | Downloaded pest_generator v2.7.14 |
328 | 2024-11-02T03:13:44.656Z | Downloaded cargo_toml v0.20.5 |
329 | 2024-11-02T03:13:44.658Z | Downloaded bitflags v2.6.0 |
330 | 2024-11-02T03:13:44.661Z | Downloaded tempfile v3.13.0 |
331 | 2024-11-02T03:13:44.663Z | Downloaded usdt-attr-macro v0.5.0 |
332 | 2024-11-02T03:13:44.665Z | Downloaded anyhow v1.0.92 |
333 | 2024-11-02T03:13:44.667Z | Downloaded typenum v1.17.0 |
334 | 2024-11-02T03:13:44.670Z | Downloaded toml v0.8.19 |
335 | 2024-11-02T03:13:44.673Z | Downloaded scroll_derive v0.12.0 |
336 | 2024-11-02T03:13:44.675Z | Downloaded papergrid v0.11.0 |
337 | 2024-11-02T03:13:44.678Z | Downloaded clap_derive v4.5.18 |
338 | 2024-11-02T03:13:44.681Z | Downloaded tabled v0.15.0 |
339 | 2024-11-02T03:13:44.694Z | Downloaded serde_derive v1.0.210 |
340 | 2024-11-02T03:13:44.710Z | Downloaded rustix v0.38.37 |
341 | 2024-11-02T03:13:44.731Z | Downloaded unicode-linebreak v0.1.5 |
342 | 2024-11-02T03:13:44.733Z | Downloaded fnv v1.0.7 |
343 | 2024-11-02T03:13:44.740Z | Downloaded goblin v0.8.2 |
344 | 2024-11-02T03:13:44.747Z | Downloaded syn v1.0.109 |
345 | 2024-11-02T03:13:44.757Z | Downloaded cpufeatures v0.2.14 |
346 | 2024-11-02T03:13:44.759Z | Downloaded cfg-if v1.0.0 |
347 | 2024-11-02T03:13:44.759Z | Downloaded bytecount v0.6.8 |
348 | 2024-11-02T03:13:44.762Z | Downloaded block-buffer v0.10.4 |
349 | 2024-11-02T03:13:44.764Z | Downloaded dof v0.3.0 |
350 | 2024-11-02T03:13:44.767Z | Downloaded camino-tempfile v1.1.1 |
351 | 2024-11-02T03:13:44.769Z | Downloaded memmap v0.7.0 |
352 | 2024-11-02T03:13:44.769Z | Downloaded macaddr v1.0.1 |
353 | 2024-11-02T03:13:44.769Z | Downloaded heck v0.4.1 |
354 | 2024-11-02T03:13:44.772Z | Downloaded crypto-common v0.1.6 |
355 | 2024-11-02T03:13:44.772Z | Downloaded clap_lex v0.7.2 |
356 | 2024-11-02T03:13:44.775Z | Downloaded cargo_metadata v0.18.1 |
357 | 2024-11-02T03:13:44.778Z | Downloaded camino v1.1.9 |
358 | 2024-11-02T03:13:44.780Z | Downloaded fastrand v2.1.1 |
359 | 2024-11-02T03:13:44.782Z | Downloaded errno v0.3.9 |
360 | 2024-11-02T03:13:44.785Z | Downloaded generic-array v0.14.7 |
361 | 2024-11-02T03:13:44.785Z | Downloaded swrite v0.1.0 |
362 | 2024-11-02T03:13:44.785Z | Downloaded dtrace-parser v0.2.0 |
363 | 2024-11-02T03:13:44.791Z | Downloaded usdt-macro v0.5.0 |
364 | 2024-11-02T03:13:44.797Z | Downloaded itoa v1.0.11 |
365 | 2024-11-02T03:13:44.801Z | Downloaded proc-macro-error-attr v1.0.4 |
366 | 2024-11-02T03:13:44.803Z | Downloaded thread-id v4.2.2 |
367 | 2024-11-02T03:13:44.803Z | Downloaded smawk v0.3.2 |
368 | 2024-11-02T03:13:44.805Z | Downloaded is_terminal_polyfill v1.70.1 |
369 | 2024-11-02T03:13:44.805Z | Downloaded clap v4.5.20 |
370 | 2024-11-02T03:13:44.813Z | Downloaded serde_spanned v0.6.8 |
371 | 2024-11-02T03:13:44.815Z | Downloaded terminal_size v0.4.0 |
372 | 2024-11-02T03:13:44.815Z | Downloaded fs-err v2.11.0 |
373 | 2024-11-02T03:13:44.818Z | Downloaded toml_datetime v0.6.8 |
374 | 2024-11-02T03:13:44.818Z | Downloaded tabled_derive v0.7.0 |
375 | 2024-11-02T03:13:44.820Z | Downloaded strsim v0.11.1 |
376 | 2024-11-02T03:13:44.820Z | Downloaded scroll v0.12.0 |
377 | 2024-11-02T03:13:44.823Z | Downloaded usdt-impl v0.5.0 |
378 | 2024-11-02T03:13:44.825Z | Downloaded sha2 v0.10.8 |
379 | 2024-11-02T03:13:44.828Z | Downloaded thiserror-impl v1.0.64 |
380 | 2024-11-02T03:13:44.830Z | Downloaded proc-macro-error v1.0.4 |
381 | 2024-11-02T03:13:44.832Z | Downloaded utf8parse v0.2.2 |
382 | 2024-11-02T03:13:44.832Z | Downloaded quote v1.0.37 |
383 | 2024-11-02T03:13:44.835Z | Downloaded pest_derive v2.7.14 |
384 | 2024-11-02T03:13:44.837Z | Downloaded plain v0.2.3 |
385 | 2024-11-02T03:13:44.842Z | Downloaded semver v1.0.23 |
386 | 2024-11-02T03:13:44.844Z | Downloaded zerocopy-derive v0.7.35 |
387 | 2024-11-02T03:13:44.847Z | Downloaded ryu v1.0.18 |
388 | 2024-11-02T03:13:44.850Z | Downloaded once_cell v1.20.2 |
389 | 2024-11-02T03:13:44.853Z | Downloaded ucd-trie v0.1.7 |
390 | 2024-11-02T03:13:44.856Z | Downloaded pest_meta v2.7.14 |
391 | 2024-11-02T03:13:44.863Z | Downloaded unicode-ident v1.0.13 |
392 | 2024-11-02T03:13:44.867Z | Downloaded indexmap v2.6.0 |
393 | 2024-11-02T03:13:44.875Z | Downloaded serde v1.0.210 |
394 | 2024-11-02T03:13:44.878Z | Downloaded textwrap v0.16.1 |
395 | 2024-11-02T03:13:44.885Z | Downloaded memchr v2.7.4 |
396 | 2024-11-02T03:13:44.900Z | Downloaded toml_edit v0.22.22 |
397 | 2024-11-02T03:13:44.920Z | Downloaded hashbrown v0.15.0 |
398 | 2024-11-02T03:13:44.924Z | Downloaded clap_builder v4.5.20 |
399 | 2024-11-02T03:13:44.930Z | Downloaded serde_json v1.0.128 |
400 | 2024-11-02T03:13:44.936Z | Downloaded pest v2.7.14 |
401 | 2024-11-02T03:13:44.945Z | Downloaded zerocopy v0.7.35 |
402 | 2024-11-02T03:13:44.959Z | Downloaded winnow v0.6.20 |
403 | 2024-11-02T03:13:44.966Z | Downloaded unicode-width v0.1.14 |
404 | 2024-11-02T03:13:44.971Z | Downloaded syn v2.0.79 |
405 | 2024-11-02T03:13:45.003Z | Downloaded libc v0.2.161 |
406 | 2024-11-02T03:13:45.301Z | Compiling proc-macro2 v1.0.87 |
407 | 2024-11-02T03:13:45.302Z | Compiling unicode-ident v1.0.13 |
408 | 2024-11-02T03:13:45.304Z | Compiling version_check v0.9.5 |
409 | 2024-11-02T03:13:45.305Z | Compiling serde v1.0.210 |
410 | 2024-11-02T03:13:45.305Z | Compiling thiserror v1.0.64 |
411 | 2024-11-02T03:13:45.305Z | Compiling memchr v2.7.4 |
412 | 2024-11-02T03:13:45.305Z | Compiling libc v0.2.161 |
413 | 2024-11-02T03:13:45.335Z | Compiling ryu v1.0.18 |
414 | 2024-11-02T03:13:45.622Z | Compiling ucd-trie v0.1.7 |
415 | 2024-11-02T03:13:45.792Z | Compiling itoa v1.0.11 |
416 | 2024-11-02T03:13:46.085Z | Compiling once_cell v1.20.2 |
417 | 2024-11-02T03:13:46.207Z | Compiling byteorder v1.5.0 |
418 | 2024-11-02T03:13:46.451Z | Compiling rustix v0.38.37 |
419 | 2024-11-02T03:13:46.722Z | Compiling serde_json v1.0.128 |
420 | 2024-11-02T03:13:46.935Z | Compiling bitflags v2.6.0 |
421 | 2024-11-02T03:13:47.053Z | Compiling proc-macro-error-attr v1.0.4 |
422 | 2024-11-02T03:13:47.191Z | Compiling usdt-impl v0.5.0 |
423 | 2024-11-02T03:13:47.237Z | Compiling syn v1.0.109 |
424 | 2024-11-02T03:13:47.285Z | Compiling proc-macro-error v1.0.4 |
425 | 2024-11-02T03:13:47.372Z | Compiling hashbrown v0.15.0 |
426 | 2024-11-02T03:13:47.398Z | Compiling camino v1.1.9 |
427 | 2024-11-02T03:13:47.560Z | Compiling log v0.4.22 |
428 | 2024-11-02T03:13:47.640Z | Compiling plain v0.2.3 |
429 | 2024-11-02T03:13:47.809Z | Compiling equivalent v1.0.1 |
430 | 2024-11-02T03:13:47.930Z | Compiling utf8parse v0.2.2 |
431 | 2024-11-02T03:13:47.965Z | Compiling quote v1.0.37 |
432 | 2024-11-02T03:13:48.087Z | Compiling thread-id v4.2.2 |
433 | 2024-11-02T03:13:48.113Z | Compiling anstyle-parse v0.2.5 |
434 | 2024-11-02T03:13:48.140Z | Compiling errno v0.3.9 |
435 | 2024-11-02T03:13:48.202Z | Compiling anstyle-query v1.1.1 |
436 | 2024-11-02T03:13:48.360Z | Compiling syn v2.0.79 |
437 | 2024-11-02T03:13:48.452Z | Compiling indexmap v2.6.0 |
438 | 2024-11-02T03:13:48.476Z | Compiling semver v1.0.23 |
439 | 2024-11-02T03:13:48.521Z | Compiling autocfg v1.4.0 |
440 | 2024-11-02T03:13:48.626Z | Compiling is_terminal_polyfill v1.70.1 |
441 | 2024-11-02T03:13:48.758Z | Compiling pretty-hex v0.4.1 |
442 | 2024-11-02T03:13:48.975Z | Compiling colorchoice v1.0.2 |
443 | 2024-11-02T03:13:49.002Z | Compiling anstyle v1.0.10 |
444 | 2024-11-02T03:13:49.150Z | Compiling unicode-width v0.1.14 |
445 | 2024-11-02T03:13:49.483Z | Compiling winnow v0.6.20 |
446 | 2024-11-02T03:13:49.610Z | Compiling fs-err v2.11.0 |
447 | 2024-11-02T03:13:49.667Z | Compiling anstream v0.6.15 |
448 | 2024-11-02T03:13:49.982Z | Compiling fastrand v2.1.1 |
449 | 2024-11-02T03:13:50.007Z | Compiling cfg-if v1.0.0 |
450 | 2024-11-02T03:13:50.102Z | Compiling heck v0.5.0 |
451 | 2024-11-02T03:13:50.324Z | Compiling bytecount v0.6.8 |
452 | 2024-11-02T03:13:50.435Z | Compiling heck v0.4.1 |
453 | 2024-11-02T03:13:50.512Z | Compiling terminal_size v0.4.0 |
454 | 2024-11-02T03:13:50.546Z | Compiling anyhow v1.0.92 |
455 | 2024-11-02T03:13:50.621Z | Compiling strsim v0.11.1 |
456 | 2024-11-02T03:13:50.717Z | Compiling fnv v1.0.7 |
457 | 2024-11-02T03:13:50.916Z | Compiling clap_lex v0.7.2 |
458 | 2024-11-02T03:13:50.944Z | Compiling papergrid v0.11.0 |
459 | 2024-11-02T03:13:51.437Z | Compiling clap_builder v4.5.20 |
460 | 2024-11-02T03:13:51.543Z | Compiling tempfile v3.13.0 |
461 | 2024-11-02T03:13:51.795Z | Compiling memmap v0.7.0 |
462 | 2024-11-02T03:13:51.863Z | Compiling unicode-linebreak v0.1.5 |
463 | 2024-11-02T03:13:52.134Z | Compiling smawk v0.3.2 |
464 | 2024-11-02T03:13:52.354Z | Compiling textwrap v0.16.1 |
465 | 2024-11-02T03:13:52.955Z | Compiling swrite v0.1.0 |
466 | 2024-11-02T03:13:53.861Z | Compiling tabled_derive v0.7.0 |
467 | 2024-11-02T03:13:55.303Z | Compiling tabled v0.15.0 |
468 | 2024-11-02T03:13:56.319Z | Compiling serde_derive v1.0.210 |
469 | 2024-11-02T03:13:56.319Z | Compiling thiserror-impl v1.0.64 |
470 | 2024-11-02T03:13:56.321Z | Compiling zerocopy-derive v0.7.35 |
471 | 2024-11-02T03:13:56.321Z | Compiling scroll_derive v0.12.0 |
472 | 2024-11-02T03:13:56.545Z | Compiling clap_derive v4.5.18 |
473 | 2024-11-02T03:13:57.699Z | Compiling scroll v0.12.0 |
474 | 2024-11-02T03:13:58.173Z | Compiling goblin v0.8.2 |
475 | 2024-11-02T03:13:58.199Z | Compiling zerocopy v0.7.35 |
476 | 2024-11-02T03:13:58.861Z | Compiling pest v2.7.14 |
477 | 2024-11-02T03:13:59.949Z | Compiling clap v4.5.20 |
478 | 2024-11-02T03:14:01.217Z | Compiling pest_meta v2.7.14 |
479 | 2024-11-02T03:14:02.047Z | Compiling pest_generator v2.7.14 |
480 | 2024-11-02T03:14:03.708Z | Compiling pest_derive v2.7.14 |
481 | 2024-11-02T03:14:04.368Z | Compiling dtrace-parser v0.2.0 |
482 | 2024-11-02T03:14:06.052Z | Compiling serde_spanned v0.6.8 |
483 | 2024-11-02T03:14:06.052Z | Compiling toml_datetime v0.6.8 |
484 | 2024-11-02T03:14:06.054Z | Compiling cargo-platform v0.1.8 |
485 | 2024-11-02T03:14:06.399Z | Compiling serde_tokenstream v0.2.2 |
486 | 2024-11-02T03:14:06.425Z | Compiling macaddr v1.0.1 |
487 | 2024-11-02T03:14:06.619Z | Compiling toml_edit v0.22.22 |
488 | 2024-11-02T03:14:06.698Z | Compiling camino-tempfile v1.1.1 |
489 | 2024-11-02T03:14:07.512Z | Compiling dof v0.3.0 |
490 | 2024-11-02T03:14:07.512Z | Compiling cargo_metadata v0.18.1 |
491 | 2024-11-02T03:14:09.327Z | Compiling toml v0.8.19 |
492 | 2024-11-02T03:14:09.378Z | Compiling usdt-macro v0.5.0 |
493 | 2024-11-02T03:14:09.378Z | Compiling usdt-attr-macro v0.5.0 |
494 | 2024-11-02T03:14:10.114Z | Compiling cargo_toml v0.20.5 |
495 | 2024-11-02T03:14:10.657Z | Compiling usdt v0.5.0 |
496 | 2024-11-02T03:14:13.585Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
497 | 2024-11-02T03:14:17.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.86s |
498 | 2024-11-02T03:14:17.589Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
499 | 2024-11-02T03:14:18.090Z | Downloading crates ... |
500 | 2024-11-02T03:14:18.207Z | Downloaded arrayvec v0.7.6 |
501 | 2024-11-02T03:14:18.215Z | Downloaded async-stream v0.3.6 |
502 | 2024-11-02T03:14:18.217Z | Downloaded argon2 v0.5.3 |
503 | 2024-11-02T03:14:18.229Z | Downloaded crc v3.2.1 |
504 | 2024-11-02T03:14:18.232Z | Downloaded bcrypt-pbkdf v0.10.0 |
505 | 2024-11-02T03:14:18.234Z | Downloaded crucible-workspace-hack v0.1.0 |
506 | 2024-11-02T03:14:18.237Z | Downloaded matches v0.1.10 |
507 | 2024-11-02T03:14:18.240Z | Downloaded hickory-resolver v0.24.1 |
508 | 2024-11-02T03:14:18.244Z | Downloaded libloading v0.8.5 |
509 | 2024-11-02T03:14:18.247Z | Downloaded curve25519-dalek-derive v0.1.1 |
510 | 2024-11-02T03:14:18.249Z | Downloaded is_ci v1.2.0 |
511 | 2024-11-02T03:14:18.254Z | Downloaded cexpr v0.6.0 |
512 | 2024-11-02T03:14:18.254Z | Downloaded ipnet v2.10.1 |
513 | 2024-11-02T03:14:18.254Z | Downloaded httpdate v1.0.3 |
514 | 2024-11-02T03:14:18.257Z | Downloaded hostname v0.3.1 |
515 | 2024-11-02T03:14:18.260Z | Downloaded mockall v0.13.0 |
516 | 2024-11-02T03:14:18.260Z | Downloaded indoc v1.0.9 |
517 | 2024-11-02T03:14:18.264Z | Downloaded csv-core v0.1.11 |
518 | 2024-11-02T03:14:18.266Z | Downloaded miniz_oxide v0.8.0 |
519 | 2024-11-02T03:14:18.268Z | Downloaded jobserver v0.1.32 |
520 | 2024-11-02T03:14:18.270Z | Downloaded castaway v0.2.3 |
521 | 2024-11-02T03:14:18.273Z | Downloaded bumpalo v3.16.0 |
522 | 2024-11-02T03:14:18.275Z | Downloaded lalrpop v0.19.12 |
523 | 2024-11-02T03:14:18.295Z | Downloaded native-tls v0.2.12 |
524 | 2024-11-02T03:14:18.299Z | Downloaded chacha20 v0.9.1 |
525 | 2024-11-02T03:14:18.299Z | Downloaded bitfield-struct v0.6.2 |
526 | 2024-11-02T03:14:18.299Z | Downloaded mime v0.3.17 |
527 | 2024-11-02T03:14:18.299Z | Downloaded md5 v0.7.0 |
528 | 2024-11-02T03:14:18.299Z | Downloaded console v0.15.8 |
529 | 2024-11-02T03:14:18.301Z | Downloaded base64 v0.22.1 |
530 | 2024-11-02T03:14:18.305Z | Downloaded nix v0.27.1 |
531 | 2024-11-02T03:14:18.318Z | Downloaded hyper-rustls v0.27.3 |
532 | 2024-11-02T03:14:18.321Z | Downloaded http v0.2.12 |
533 | 2024-11-02T03:14:18.325Z | Downloaded rustls-pki-types v1.9.0 |
534 | 2024-11-02T03:14:18.329Z | Downloaded crypto-bigint v0.5.5 |
535 | 2024-11-02T03:14:18.336Z | Downloaded toolchain_find v0.4.0 |
536 | 2024-11-02T03:14:18.339Z | Downloaded term v0.7.0 |
537 | 2024-11-02T03:14:18.342Z | Downloaded tokio-tungstenite v0.23.1 |
538 | 2024-11-02T03:14:18.344Z | Downloaded tokio-util v0.7.12 |
539 | 2024-11-02T03:14:18.353Z | Downloaded subtle v2.6.1 |
540 | 2024-11-02T03:14:18.355Z | Downloaded zopfli v0.8.1 |
541 | 2024-11-02T03:14:18.358Z | Downloaded ident_case v1.0.1 |
542 | 2024-11-02T03:14:18.360Z | Downloaded data-encoding v2.6.0 |
543 | 2024-11-02T03:14:18.362Z | Downloaded hyper-util v0.1.9 |
544 | 2024-11-02T03:14:18.366Z | Downloaded slab v0.4.9 |
545 | 2024-11-02T03:14:18.369Z | Downloaded async-recursion v1.1.1 |
546 | 2024-11-02T03:14:18.373Z | Downloaded addr2line v0.24.2 |
547 | 2024-11-02T03:14:18.376Z | Downloaded diesel v2.2.4 |
548 | 2024-11-02T03:14:18.395Z | Downloaded expectorate v1.1.0 |
549 | 2024-11-02T03:14:18.398Z | Downloaded highway v1.2.0 |
550 | 2024-11-02T03:14:18.401Z | Downloaded hickory-server v0.24.1 |
551 | 2024-11-02T03:14:18.406Z | Downloaded http-body v0.4.6 |
552 | 2024-11-02T03:14:18.409Z | Downloaded hickory-client v0.24.1 |
553 | 2024-11-02T03:14:18.412Z | Downloaded normalize-line-endings v0.3.0 |
554 | 2024-11-02T03:14:18.414Z | Downloaded base16ct v0.2.0 |
555 | 2024-11-02T03:14:18.417Z | Downloaded h2 v0.4.6 |
556 | 2024-11-02T03:14:18.424Z | Downloaded parking_lot v0.12.3 |
557 | 2024-11-02T03:14:18.427Z | Downloaded nodrop v0.1.14 |
558 | 2024-11-02T03:14:18.429Z | Downloaded fallible-streaming-iterator v0.1.9 |
559 | 2024-11-02T03:14:18.429Z | Downloaded cassowary v0.3.0 |
560 | 2024-11-02T03:14:18.431Z | Downloaded ahash v0.8.11 |
561 | 2024-11-02T03:14:18.437Z | Downloaded constant_time_eq v0.3.1 |
562 | 2024-11-02T03:14:18.437Z | Downloaded bit-vec v0.6.3 |
563 | 2024-11-02T03:14:18.439Z | Downloaded cbc v0.1.2 |
564 | 2024-11-02T03:14:18.441Z | Downloaded buf-list v1.0.3 |
565 | 2024-11-02T03:14:18.443Z | Downloaded bb8 v0.8.5 |
566 | 2024-11-02T03:14:18.443Z | Downloaded ascii-canvas v3.0.0 |
567 | 2024-11-02T03:14:18.446Z | Downloaded cstr-argument v0.1.2 |
568 | 2024-11-02T03:14:18.448Z | Downloaded rand_xorshift v0.3.0 |
569 | 2024-11-02T03:14:18.449Z | Downloaded ctr v0.9.2 |
570 | 2024-11-02T03:14:18.451Z | Downloaded crc-catalog v2.4.0 |
571 | 2024-11-02T03:14:18.451Z | Downloaded const_format_proc_macros v0.2.33 |
572 | 2024-11-02T03:14:18.455Z | Downloaded foreign-types-shared v0.3.1 |
573 | 2024-11-02T03:14:18.457Z | Downloaded async-bb8-diesel v0.2.1 |
574 | 2024-11-02T03:14:18.459Z | Downloaded httparse v1.9.5 |
575 | 2024-11-02T03:14:18.461Z | Downloaded bitflags v1.3.2 |
576 | 2024-11-02T03:14:18.468Z | Downloaded vte_generate_state_changes v0.1.2 |
577 | 2024-11-02T03:14:18.473Z | Downloaded lru v0.12.5 |
578 | 2024-11-02T03:14:18.473Z | Downloaded hubpack_derive v0.1.1 |
579 | 2024-11-02T03:14:18.473Z | Downloaded strip-ansi-escapes v0.2.0 |
580 | 2024-11-02T03:14:18.473Z | Downloaded dhcproto-macros v0.1.0 |
581 | 2024-11-02T03:14:18.476Z | Downloaded num_threads v0.1.7 |
582 | 2024-11-02T03:14:18.476Z | Downloaded match_cfg v0.1.0 |
583 | 2024-11-02T03:14:18.476Z | Downloaded allocator-api2 v0.2.18 |
584 | 2024-11-02T03:14:18.478Z | Downloaded foreign-types-shared v0.1.1 |
585 | 2024-11-02T03:14:18.478Z | Downloaded zone_cfg_derive v0.1.2 |
586 | 2024-11-02T03:14:18.481Z | Downloaded colored v2.1.0 |
587 | 2024-11-02T03:14:18.483Z | Downloaded lalrpop-util v0.19.12 |
588 | 2024-11-02T03:14:18.486Z | Downloaded hyper-tls v0.6.0 |
589 | 2024-11-02T03:14:18.486Z | Downloaded hubpack v0.1.2 |
590 | 2024-11-02T03:14:18.488Z | Downloaded openssl-probe v0.1.5 |
591 | 2024-11-02T03:14:18.490Z | Downloaded memoffset v0.9.1 |
592 | 2024-11-02T03:14:18.490Z | Downloaded darling v0.20.10 |
593 | 2024-11-02T03:14:18.495Z | Downloaded newtype_derive v0.1.6 |
594 | 2024-11-02T03:14:18.500Z | Downloaded block-padding v0.3.3 |
595 | 2024-11-02T03:14:18.502Z | Downloaded maybe-uninit v2.0.0 |
596 | 2024-11-02T03:14:18.502Z | Downloaded kstat-rs v0.2.4 |
597 | 2024-11-02T03:14:18.502Z | Downloaded nanorand v0.7.0 |
598 | 2024-11-02T03:14:18.505Z | Downloaded tokio-rustls v0.26.0 |
599 | 2024-11-02T03:14:18.507Z | Downloaded crossbeam-deque v0.8.5 |
600 | 2024-11-02T03:14:18.510Z | Downloaded newline-converter v0.3.0 |
601 | 2024-11-02T03:14:18.513Z | Downloaded new_debug_unreachable v1.0.6 |
602 | 2024-11-02T03:14:18.513Z | Downloaded iana-time-zone v0.1.61 |
603 | 2024-11-02T03:14:18.516Z | Downloaded pretty-hex v0.2.1 |
604 | 2024-11-02T03:14:18.519Z | Downloaded async-trait v0.1.83 |
605 | 2024-11-02T03:14:18.521Z | Downloaded siphasher v0.3.11 |
606 | 2024-11-02T03:14:18.524Z | Downloaded xattr v1.3.1 |
607 | 2024-11-02T03:14:18.527Z | Downloaded xz2 v0.1.7 |
608 | 2024-11-02T03:14:18.529Z | Downloaded memmap2 v0.9.5 |
609 | 2024-11-02T03:14:18.534Z | Downloaded form_urlencoded v1.2.1 |
610 | 2024-11-02T03:14:18.534Z | Downloaded embedded-io v0.6.1 |
611 | 2024-11-02T03:14:18.536Z | Downloaded time-core v0.1.2 |
612 | 2024-11-02T03:14:18.536Z | Downloaded group v0.13.0 |
613 | 2024-11-02T03:14:18.536Z | Downloaded stable_deref_trait v1.2.0 |
614 | 2024-11-02T03:14:18.539Z | Downloaded mime_guess v2.0.5 |
615 | 2024-11-02T03:14:18.541Z | Downloaded number_prefix v0.4.0 |
616 | 2024-11-02T03:14:18.541Z | Downloaded cookie_store v0.21.0 |
617 | 2024-11-02T03:14:18.543Z | Downloaded structmeta v0.2.0 |
618 | 2024-11-02T03:14:18.546Z | Downloaded md-5 v0.10.6 |
619 | 2024-11-02T03:14:18.552Z | Downloaded pbkdf2 v0.12.2 |
620 | 2024-11-02T03:14:18.552Z | Downloaded cipher v0.4.4 |
621 | 2024-11-02T03:14:18.552Z | Downloaded crc-any v2.5.0 |
622 | 2024-11-02T03:14:18.554Z | Downloaded zone_cfg_derive v0.3.0 |
623 | 2024-11-02T03:14:18.559Z | Downloaded nibble_vec v0.1.0 |
624 | 2024-11-02T03:14:18.559Z | Downloaded const-oid v0.9.6 |
625 | 2024-11-02T03:14:18.562Z | Downloaded rpassword v7.3.1 |
626 | 2024-11-02T03:14:18.562Z | Downloaded peg-runtime v0.8.3 |
627 | 2024-11-02T03:14:18.562Z | Downloaded lockfree-object-pool v0.1.6 |
628 | 2024-11-02T03:14:18.565Z | Downloaded radium v0.7.0 |
629 | 2024-11-02T03:14:18.567Z | Downloaded slog-async v2.8.0 |
630 | 2024-11-02T03:14:18.569Z | Downloaded rustls-pemfile v1.0.4 |
631 | 2024-11-02T03:14:18.572Z | Downloaded pkg-config v0.3.31 |
632 | 2024-11-02T03:14:18.574Z | Downloaded tokio-stream v0.1.16 |
633 | 2024-11-02T03:14:18.577Z | Downloaded tinyvec_macros v0.1.1 |
634 | 2024-11-02T03:14:18.579Z | Downloaded structmeta-derive v0.2.0 |
635 | 2024-11-02T03:14:18.580Z | Downloaded impl-trait-for-tuples v0.2.2 |
636 | 2024-11-02T03:14:18.583Z | Downloaded serde-hex v0.1.0 |
637 | 2024-11-02T03:14:18.585Z | Downloaded fragile v2.0.0 |
638 | 2024-11-02T03:14:18.588Z | Downloaded ed25519 v2.2.3 |
639 | 2024-11-02T03:14:18.590Z | Downloaded crossbeam-utils v0.8.20 |
640 | 2024-11-02T03:14:18.592Z | Downloaded waitgroup v0.1.2 |
641 | 2024-11-02T03:14:18.597Z | Downloaded tower-service v0.3.3 |
642 | 2024-11-02T03:14:18.600Z | Downloaded fallible-iterator v0.3.0 |
643 | 2024-11-02T03:14:18.600Z | Downloaded signal-hook-registry v1.4.2 |
644 | 2024-11-02T03:14:18.600Z | Downloaded packed_struct_codegen v0.10.1 |
645 | 2024-11-02T03:14:18.603Z | Downloaded fallible-iterator v0.2.0 |
646 | 2024-11-02T03:14:18.603Z | Downloaded derive_builder_macro v0.20.2 |
647 | 2024-11-02T03:14:18.605Z | Downloaded rand_chacha v0.3.1 |
648 | 2024-11-02T03:14:18.605Z | Downloaded parking_lot v0.11.2 |
649 | 2024-11-02T03:14:18.608Z | Downloaded primeorder v0.13.6 |
650 | 2024-11-02T03:14:18.610Z | Downloaded rustls-pemfile v2.2.0 |
651 | 2024-11-02T03:14:18.612Z | Downloaded peg v0.8.4 |
652 | 2024-11-02T03:14:18.617Z | Downloaded headers-core v0.3.0 |
653 | 2024-11-02T03:14:18.619Z | Downloaded backtrace v0.3.74 |
654 | 2024-11-02T03:14:18.624Z | Downloaded path-slash v0.1.5 |
655 | 2024-11-02T03:14:18.626Z | Downloaded tokio-tungstenite v0.24.0 |
656 | 2024-11-02T03:14:18.629Z | Downloaded tokio-tungstenite v0.21.0 |
657 | 2024-11-02T03:14:18.632Z | Downloaded structmeta-derive v0.3.0 |
658 | 2024-11-02T03:14:18.634Z | Downloaded smf v0.2.3 |
659 | 2024-11-02T03:14:18.636Z | Downloaded mockall_derive v0.13.0 |
660 | 2024-11-02T03:14:18.639Z | Downloaded tokio-native-tls v0.3.1 |
661 | 2024-11-02T03:14:18.641Z | Downloaded zeroize v1.8.1 |
662 | 2024-11-02T03:14:18.644Z | Downloaded compact_str v0.8.0 |
663 | 2024-11-02T03:14:18.657Z | Downloaded sync_wrapper v1.0.1 |
664 | 2024-11-02T03:14:18.659Z | Downloaded structmeta v0.3.0 |
665 | 2024-11-02T03:14:18.659Z | Downloaded serde_with_macros v3.11.0 |
666 | 2024-11-02T03:14:18.662Z | Downloaded bytes v1.7.2 |
667 | 2024-11-02T03:14:18.666Z | Downloaded poly1305 v0.8.0 |
668 | 2024-11-02T03:14:18.670Z | Downloaded newtype-uuid v1.1.2 |
669 | 2024-11-02T03:14:18.673Z | Downloaded dhcproto v0.12.0 |
670 | 2024-11-02T03:14:18.676Z | Downloaded try-lock v0.2.5 |
671 | 2024-11-02T03:14:18.679Z | Downloaded downcast v0.11.0 |
672 | 2024-11-02T03:14:18.679Z | Downloaded salsa20 v0.10.2 |
673 | 2024-11-02T03:14:18.681Z | Downloaded toml v0.7.8 |
674 | 2024-11-02T03:14:18.684Z | Downloaded paste v1.0.15 |
675 | 2024-11-02T03:14:18.688Z | Downloaded prettyplease v0.2.22 |
676 | 2024-11-02T03:14:18.692Z | Downloaded signal-hook-tokio v0.3.1 |
677 | 2024-11-02T03:14:18.694Z | Downloaded rustc-hash v1.1.0 |
678 | 2024-11-02T03:14:18.696Z | Downloaded rfc6979 v0.4.0 |
679 | 2024-11-02T03:14:18.696Z | Downloaded quick-error v1.2.3 |
680 | 2024-11-02T03:14:18.699Z | Downloaded darling_core v0.20.10 |
681 | 2024-11-02T03:14:18.703Z | Downloaded yasna v0.5.2 |
682 | 2024-11-02T03:14:18.705Z | Downloaded psl-types v2.0.11 |
683 | 2024-11-02T03:14:18.708Z | Downloaded num-conv v0.1.0 |
684 | 2024-11-02T03:14:18.710Z | Downloaded rustversion v1.0.17 |
685 | 2024-11-02T03:14:18.713Z | Downloaded pem v3.0.4 |
686 | 2024-11-02T03:14:18.715Z | Downloaded debug-ignore v1.0.5 |
687 | 2024-11-02T03:14:18.715Z | Downloaded smallvec v0.6.14 |
688 | 2024-11-02T03:14:18.718Z | Downloaded rusty-fork v0.3.0 |
689 | 2024-11-02T03:14:18.720Z | Downloaded aes-gcm v0.10.3 |
690 | 2024-11-02T03:14:18.723Z | Downloaded diesel_table_macro_syntax v0.2.0 |
691 | 2024-11-02T03:14:18.726Z | Downloaded tui-tree-widget v0.22.0 |
692 | 2024-11-02T03:14:18.729Z | Downloaded pkcs8 v0.10.2 |
693 | 2024-11-02T03:14:18.733Z | Downloaded embedded-io v0.4.0 |
694 | 2024-11-02T03:14:18.735Z | Downloaded parse-display v0.10.0 |
695 | 2024-11-02T03:14:18.735Z | Downloaded enum-as-inner v0.6.1 |
696 | 2024-11-02T03:14:18.738Z | Downloaded ron v0.8.1 |
697 | 2024-11-02T03:14:18.745Z | Downloaded foreign-types-macros v0.2.3 |
698 | 2024-11-02T03:14:18.749Z | Downloaded password-hash v0.5.0 |
699 | 2024-11-02T03:14:18.749Z | Downloaded hyper v1.4.1 |
700 | 2024-11-02T03:14:18.754Z | Downloaded want v0.3.1 |
701 | 2024-11-02T03:14:18.756Z | Downloaded unicode-properties v0.1.3 |
702 | 2024-11-02T03:14:18.759Z | Downloaded sync_wrapper v0.1.2 |
703 | 2024-11-02T03:14:18.761Z | Downloaded serde-big-array v0.5.1 |
704 | 2024-11-02T03:14:18.764Z | Downloaded universal-hash v0.5.1 |
705 | 2024-11-02T03:14:18.764Z | Downloaded zone v0.1.8 |
706 | 2024-11-02T03:14:18.766Z | Downloaded half v2.4.1 |
707 | 2024-11-02T03:14:18.769Z | Downloaded unicode-xid v0.2.6 |
708 | 2024-11-02T03:14:18.771Z | Downloaded glob v0.3.1 |
709 | 2024-11-02T03:14:18.771Z | Downloaded filetime v0.2.25 |
710 | 2024-11-02T03:14:18.774Z | Downloaded sha1 v0.10.6 |
711 | 2024-11-02T03:14:18.776Z | Downloaded wyz v0.5.1 |
712 | 2024-11-02T03:14:18.778Z | Downloaded num v0.4.3 |
713 | 2024-11-02T03:14:18.778Z | Downloaded funty v2.0.0 |
714 | 2024-11-02T03:14:18.780Z | Downloaded postcard v1.0.10 |
715 | 2024-11-02T03:14:18.783Z | Downloaded parse-display-derive v0.10.0 |
716 | 2024-11-02T03:14:18.785Z | Downloaded minimal-lexical v0.2.1 |
717 | 2024-11-02T03:14:18.789Z | Downloaded des v0.8.1 |
718 | 2024-11-02T03:14:18.791Z | Downloaded proc-macro-crate v1.3.1 |
719 | 2024-11-02T03:14:18.794Z | Downloaded predicates-core v1.0.8 |
720 | 2024-11-02T03:14:18.794Z | Downloaded phf_codegen v0.11.2 |
721 | 2024-11-02T03:14:18.796Z | Downloaded tar v0.4.42 |
722 | 2024-11-02T03:14:18.799Z | Downloaded signature v2.2.0 |
723 | 2024-11-02T03:14:18.802Z | Downloaded powerfmt v0.2.0 |
724 | 2024-11-02T03:14:18.804Z | Downloaded thiserror-no-std v2.0.2 |
725 | 2024-11-02T03:14:18.807Z | Downloaded tabwriter v1.4.0 |
726 | 2024-11-02T03:14:18.809Z | Downloaded either v1.13.0 |
727 | 2024-11-02T03:14:18.812Z | Downloaded rustc-demangle v0.1.24 |
728 | 2024-11-02T03:14:18.814Z | Downloaded utf-8 v0.7.6 |
729 | 2024-11-02T03:14:18.814Z | Downloaded tap v1.0.1 |
730 | 2024-11-02T03:14:18.818Z | Downloaded zerocopy v0.6.6 |
731 | 2024-11-02T03:14:18.822Z | Downloaded futures-io v0.3.31 |
732 | 2024-11-02T03:14:18.825Z | Downloaded difflib v0.4.0 |
733 | 2024-11-02T03:14:18.825Z | Downloaded postgres-types v0.2.8 |
734 | 2024-11-02T03:14:18.827Z | Downloaded wait-timeout v0.2.0 |
735 | 2024-11-02T03:14:18.827Z | Downloaded strum_macros v0.25.3 |
736 | 2024-11-02T03:14:18.830Z | Downloaded oso v0.27.3 |
737 | 2024-11-02T03:14:18.833Z | Downloaded rsa v0.9.6 |
738 | 2024-11-02T03:14:18.839Z | Downloaded predicates-tree v1.0.11 |
739 | 2024-11-02T03:14:18.842Z | Downloaded tracing v0.1.40 |
740 | 2024-11-02T03:14:18.846Z | Downloaded rustc_version v0.1.7 |
741 | 2024-11-02T03:14:18.849Z | Downloaded openssl-sys v0.9.103 |
742 | 2024-11-02T03:14:18.854Z | Downloaded vsss-rs v3.3.4 |
743 | 2024-11-02T03:14:18.856Z | Downloaded pin-project-internal v1.1.6 |
744 | 2024-11-02T03:14:18.858Z | Downloaded socket2 v0.5.7 |
745 | 2024-11-02T03:14:18.862Z | Downloaded termtree v0.4.1 |
746 | 2024-11-02T03:14:18.864Z | Downloaded strum v0.26.3 |
747 | 2024-11-02T03:14:18.864Z | Downloaded which v4.4.2 |
748 | 2024-11-02T03:14:18.866Z | Downloaded tokio-macros v2.4.0 |
749 | 2024-11-02T03:14:18.869Z | Downloaded pem-rfc7468 v0.7.0 |
750 | 2024-11-02T03:14:18.871Z | Downloaded fd-lock v4.0.2 |
751 | 2024-11-02T03:14:18.874Z | Downloaded futures-executor v0.3.31 |
752 | 2024-11-02T03:14:18.876Z | Downloaded snafu v0.8.5 |
753 | 2024-11-02T03:14:18.881Z | Downloaded quinn v0.11.5 |
754 | 2024-11-02T03:14:18.886Z | Downloaded password-hash v0.4.2 |
755 | 2024-11-02T03:14:18.888Z | Downloaded sqlparser_derive v0.2.2 |
756 | 2024-11-02T03:14:18.891Z | Downloaded itertools v0.12.1 |
757 | 2024-11-02T03:14:18.898Z | Downloaded parse-size v1.1.0 |
758 | 2024-11-02T03:14:18.900Z | Downloaded take_mut v0.2.2 |
759 | 2024-11-02T03:14:18.900Z | Downloaded time v0.3.36 |
760 | 2024-11-02T03:14:18.908Z | Downloaded progenitor-client v0.8.0 |
761 | 2024-11-02T03:14:18.911Z | Downloaded hex-literal v0.4.1 |
762 | 2024-11-02T03:14:18.913Z | Downloaded foreign-types v0.5.0 |
763 | 2024-11-02T03:14:18.913Z | Downloaded env_filter v0.1.2 |
764 | 2024-11-02T03:14:18.916Z | Downloaded rustc_version v0.4.1 |
765 | 2024-11-02T03:14:18.916Z | Downloaded packed_struct v0.10.1 |
766 | 2024-11-02T03:14:18.918Z | Downloaded sct v0.7.1 |
767 | 2024-11-02T03:14:18.922Z | Downloaded slog-scope v4.4.0 |
768 | 2024-11-02T03:14:18.925Z | Downloaded heapless v0.7.17 |
769 | 2024-11-02T03:14:18.929Z | Downloaded russh v0.45.0 |
770 | 2024-11-02T03:14:18.937Z | Downloaded scrypt v0.11.0 |
771 | 2024-11-02T03:14:18.939Z | Downloaded num-iter v0.1.45 |
772 | 2024-11-02T03:14:18.941Z | Downloaded diesel-dtrace v0.3.0 |
773 | 2024-11-02T03:14:18.945Z | Downloaded predicates v3.1.2 |
774 | 2024-11-02T03:14:18.947Z | Downloaded dirs-sys-next v0.1.2 |
775 | 2024-11-02T03:14:18.947Z | Downloaded dirs-next v2.0.0 |
776 | 2024-11-02T03:14:18.949Z | Downloaded deranged v0.3.11 |
777 | 2024-11-02T03:14:18.952Z | Downloaded hash32 v0.2.1 |
778 | 2024-11-02T03:14:18.954Z | Downloaded display-error-chain v0.2.2 |
779 | 2024-11-02T03:14:18.954Z | Downloaded resolv-conf v0.7.0 |
780 | 2024-11-02T03:14:18.956Z | Downloaded ecdsa v0.16.9 |
781 | 2024-11-02T03:14:18.959Z | Downloaded precomputed-hash v0.1.1 |
782 | 2024-11-02T03:14:18.962Z | Downloaded rtoolbox v0.0.2 |
783 | 2024-11-02T03:14:18.964Z | Downloaded ref-cast v1.0.23 |
784 | 2024-11-02T03:14:18.966Z | Downloaded fatfs v0.3.6 |
785 | 2024-11-02T03:14:18.968Z | Downloaded dyn-clone v1.0.17 |
786 | 2024-11-02T03:14:18.971Z | Downloaded stringprep v0.1.5 |
787 | 2024-11-02T03:14:18.973Z | Downloaded nom v7.1.3 |
788 | 2024-11-02T03:14:18.979Z | Downloaded futures-sink v0.3.31 |
789 | 2024-11-02T03:14:18.981Z | Downloaded unicode-bidi v0.3.17 |
790 | 2024-11-02T03:14:18.983Z | Downloaded itertools v0.13.0 |
791 | 2024-11-02T03:14:18.991Z | Downloaded ppv-lite86 v0.2.20 |
792 | 2024-11-02T03:14:18.993Z | Downloaded quinn-udp v0.5.5 |
793 | 2024-11-02T03:14:18.996Z | Downloaded flume v0.11.0 |
794 | 2024-11-02T03:14:19.001Z | Downloaded flagset v0.4.6 |
795 | 2024-11-02T03:14:19.004Z | Downloaded olpc-cjson v0.1.4 |
796 | 2024-11-02T03:14:19.004Z | Downloaded uzers v0.12.1 |
797 | 2024-11-02T03:14:19.007Z | Downloaded dropshot_endpoint v0.12.0 |
798 | 2024-11-02T03:14:19.010Z | Downloaded sigpipe v0.1.3 |
799 | 2024-11-02T03:14:19.012Z | Downloaded phf_shared v0.10.0 |
800 | 2024-11-02T03:14:19.012Z | Downloaded oso-derive v0.27.3 |
801 | 2024-11-02T03:14:19.012Z | Downloaded opaque-debug v0.3.1 |
802 | 2024-11-02T03:14:19.012Z | Downloaded fixedbitset v0.4.2 |
803 | 2024-11-02T03:14:19.015Z | Downloaded hex v0.4.3 |
804 | 2024-11-02T03:14:19.018Z | Downloaded nu-ansi-term v0.50.1 |
805 | 2024-11-02T03:14:19.020Z | Downloaded owo-colors v4.1.0 |
806 | 2024-11-02T03:14:19.022Z | Downloaded rusqlite v0.32.1 |
807 | 2024-11-02T03:14:19.029Z | Downloaded semver v0.1.20 |
808 | 2024-11-02T03:14:19.031Z | Downloaded slog-stdlog v4.1.1 |
809 | 2024-11-02T03:14:19.034Z | Downloaded unicode-normalization v0.1.24 |
810 | 2024-11-02T03:14:19.036Z | Downloaded foreign-types v0.3.2 |
811 | 2024-11-02T03:14:19.040Z | Downloaded progenitor-macro v0.8.0 |
812 | 2024-11-02T03:14:19.040Z | Downloaded untrusted v0.7.1 |
813 | 2024-11-02T03:14:19.042Z | Downloaded tls_codec_derive v0.4.1 |
814 | 2024-11-02T03:14:19.042Z | Downloaded tls_codec v0.4.1 |
815 | 2024-11-02T03:14:19.045Z | Downloaded r2d2 v0.8.10 |
816 | 2024-11-02T03:14:19.045Z | Downloaded pin-project-lite v0.2.14 |
817 | 2024-11-02T03:14:19.050Z | Downloaded russh-cryptovec v0.7.3 |
818 | 2024-11-02T03:14:19.052Z | Downloaded simd-adler32 v0.3.7 |
819 | 2024-11-02T03:14:19.055Z | Downloaded secrecy v0.8.0 |
820 | 2024-11-02T03:14:19.055Z | Downloaded heck v0.3.3 |
821 | 2024-11-02T03:14:19.058Z | Downloaded string_cache v0.8.7 |
822 | 2024-11-02T03:14:19.058Z | Downloaded rand_seeder v0.3.0 |
823 | 2024-11-02T03:14:19.061Z | Downloaded rand_core v0.6.4 |
824 | 2024-11-02T03:14:19.061Z | Downloaded unicode-truncate v1.1.0 |
825 | 2024-11-02T03:14:19.063Z | Downloaded pkcs1 v0.7.5 |
826 | 2024-11-02T03:14:19.065Z | Downloaded float-ord v0.3.2 |
827 | 2024-11-02T03:14:19.068Z | Downloaded phf_shared v0.11.2 |
828 | 2024-11-02T03:14:19.068Z | Downloaded scheduled-thread-pool v0.2.7 |
829 | 2024-11-02T03:14:19.070Z | Downloaded derive_more v0.99.18 |
830 | 2024-11-02T03:14:19.073Z | Downloaded num-bigint v0.4.6 |
831 | 2024-11-02T03:14:19.078Z | Downloaded phf_generator v0.11.2 |
832 | 2024-11-02T03:14:19.081Z | Downloaded ssh-cipher v0.2.0 |
833 | 2024-11-02T03:14:19.081Z | Downloaded serde_derive_internals v0.29.1 |
834 | 2024-11-02T03:14:19.083Z | Downloaded futures-macro v0.3.31 |
835 | 2024-11-02T03:14:19.085Z | Downloaded der_derive v0.7.3 |
836 | 2024-11-02T03:14:19.087Z | Downloaded sqlformat v0.2.6 |
837 | 2024-11-02T03:14:19.087Z | Downloaded strum_macros v0.24.3 |
838 | 2024-11-02T03:14:19.090Z | Downloaded parking_lot_core v0.9.10 |
839 | 2024-11-02T03:14:19.092Z | Downloaded defmt v0.3.8 |
840 | 2024-11-02T03:14:19.095Z | Downloaded serde_yaml v0.9.34+deprecated |
841 | 2024-11-02T03:14:19.099Z | Downloaded defmt-macros v0.3.9 |
842 | 2024-11-02T03:14:19.102Z | Downloaded futures-task v0.3.31 |
843 | 2024-11-02T03:14:19.104Z | Downloaded sec1 v0.7.3 |
844 | 2024-11-02T03:14:19.107Z | Downloaded num-bigint-dig v0.8.4 |
845 | 2024-11-02T03:14:19.112Z | Downloaded twox-hash v1.6.3 |
846 | 2024-11-02T03:14:19.114Z | Downloaded defmt-parser v0.3.4 |
847 | 2024-11-02T03:14:19.114Z | Downloaded static_assertions v1.1.0 |
848 | 2024-11-02T03:14:19.117Z | Downloaded ed25519-dalek v2.1.1 |
849 | 2024-11-02T03:14:19.119Z | Downloaded h2 v0.3.26 |
850 | 2024-11-02T03:14:19.126Z | Downloaded phf v0.11.2 |
851 | 2024-11-02T03:14:19.129Z | Downloaded tungstenite v0.24.0 |
852 | 2024-11-02T03:14:19.131Z | Downloaded tungstenite v0.21.0 |
853 | 2024-11-02T03:14:19.134Z | Downloaded tracing-core v0.1.32 |
854 | 2024-11-02T03:14:19.137Z | Downloaded rustc-hash v2.0.0 |
855 | 2024-11-02T03:14:19.140Z | Downloaded hash32 v0.3.1 |
856 | 2024-11-02T03:14:19.140Z | Downloaded ssh-encoding v0.2.0 |
857 | 2024-11-02T03:14:19.145Z | Downloaded foldhash v0.1.3 |
858 | 2024-11-02T03:14:19.146Z | Downloaded pin-project v1.1.6 |
859 | 2024-11-02T03:14:19.155Z | Downloaded hashlink v0.9.1 |
860 | 2024-11-02T03:14:19.157Z | Downloaded tungstenite v0.23.0 |
861 | 2024-11-02T03:14:19.161Z | Downloaded omicron-zone-package v0.11.1 |
862 | 2024-11-02T03:14:19.164Z | Downloaded hashbrown v0.12.3 |
863 | 2024-11-02T03:14:19.169Z | Downloaded float-cmp v0.9.0 |
864 | 2024-11-02T03:14:19.172Z | Downloaded num-traits v0.2.19 |
865 | 2024-11-02T03:14:19.174Z | Downloaded portable-atomic v1.9.0 |
866 | 2024-11-02T03:14:19.181Z | Downloaded similar v2.6.0 |
867 | 2024-11-02T03:14:19.185Z | Downloaded headers v0.4.0 |
868 | 2024-11-02T03:14:19.191Z | Downloaded zip v2.1.3 |
869 | 2024-11-02T03:14:19.197Z | Downloaded rayon-core v1.12.1 |
870 | 2024-11-02T03:14:19.199Z | Downloaded zip v0.6.6 |
871 | 2024-11-02T03:14:19.205Z | Downloaded der v0.7.9 |
872 | 2024-11-02T03:14:19.209Z | Downloaded parse-zoneinfo v0.3.1 |
873 | 2024-11-02T03:14:19.212Z | Downloaded rcgen v0.12.1 |
874 | 2024-11-02T03:14:19.216Z | Downloaded bstr v1.10.0 |
875 | 2024-11-02T03:14:19.226Z | Downloaded flate2 v1.0.34 |
876 | 2024-11-02T03:14:19.231Z | Downloaded x509-cert v0.2.5 |
877 | 2024-11-02T03:14:19.238Z | Downloaded reedline v0.35.0 |
878 | 2024-11-02T03:14:19.246Z | Downloaded idna v0.4.0 |
879 | 2024-11-02T03:14:19.253Z | Downloaded unicode-segmentation v1.12.0 |
880 | 2024-11-02T03:14:19.257Z | Downloaded polar-core v0.27.3 |
881 | 2024-11-02T03:14:19.266Z | Downloaded hashbrown v0.13.2 |
882 | 2024-11-02T03:14:19.271Z | Downloaded bitvec v1.0.1 |
883 | 2024-11-02T03:14:19.287Z | Downloaded sqlparser v0.45.0 |
884 | 2024-11-02T03:14:19.292Z | Downloaded bindgen v0.69.5 |
885 | 2024-11-02T03:14:19.300Z | Downloaded hashbrown v0.14.5 |
886 | 2024-11-02T03:14:19.306Z | Downloaded p521 v0.13.3 |
887 | 2024-11-02T03:14:19.310Z | Downloaded steno v0.4.1 |
888 | 2024-11-02T03:14:19.314Z | Downloaded radix_trie v0.2.1 |
889 | 2024-11-02T03:14:19.320Z | Downloaded futures-util v0.3.31 |
890 | 2024-11-02T03:14:19.333Z | Downloaded winnow v0.5.40 |
891 | 2024-11-02T03:14:19.341Z | Downloaded ssh-key v0.6.6 |
892 | 2024-11-02T03:14:19.349Z | Downloaded rayon v1.10.0 |
893 | 2024-11-02T03:14:19.361Z | Downloaded vcpkg v0.2.15 |
894 | 2024-11-02T03:14:19.399Z | Downloaded proptest v1.5.0 |
895 | 2024-11-02T03:14:19.408Z | Downloaded object v0.36.5 |
896 | 2024-11-02T03:14:19.420Z | Downloaded regex-syntax v0.6.29 |
897 | 2024-11-02T03:14:19.428Z | Downloaded git2 v0.19.0 |
898 | 2024-11-02T03:14:19.439Z | Downloaded regress v0.10.1 |
899 | 2024-11-02T03:14:19.446Z | Downloaded curve25519-dalek v4.1.3 |
900 | 2024-11-02T03:14:19.455Z | Downloaded sled v0.34.7 |
901 | 2024-11-02T03:14:19.466Z | Downloaded smoltcp v0.9.1 |
902 | 2024-11-02T03:14:19.477Z | Downloaded p384 v0.13.0 |
903 | 2024-11-02T03:14:19.483Z | Downloaded gimli v0.31.1 |
904 | 2024-11-02T03:14:19.492Z | Downloaded smoltcp v0.11.0 |
905 | 2024-11-02T03:14:19.505Z | Downloaded chrono-tz v0.10.0 |
906 | 2024-11-02T03:14:19.512Z | Downloaded rustls v0.22.4 |
907 | 2024-11-02T03:14:19.526Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
908 | 2024-11-02T03:14:19.538Z | Downloaded trust-dns-proto v0.22.0 |
909 | 2024-11-02T03:14:19.551Z | Downloaded regex-syntax v0.8.5 |
910 | 2024-11-02T03:14:19.562Z | Downloaded ratatui v0.28.1 |
911 | 2024-11-02T03:14:19.578Z | Downloaded openapiv3 v2.0.0 |
912 | 2024-11-02T03:14:19.590Z | Downloaded regress v0.9.1 |
913 | 2024-11-02T03:14:19.599Z | Downloaded regex v1.11.0 |
914 | 2024-11-02T03:14:19.613Z | Downloaded lzma-sys v0.1.20 |
915 | 2024-11-02T03:14:19.642Z | Downloaded webpki-roots v0.26.6 |
916 | 2024-11-02T03:14:19.645Z | Downloaded nix v0.29.0 |
917 | 2024-11-02T03:14:19.657Z | Downloaded typed-path v0.7.1 |
918 | 2024-11-02T03:14:19.665Z | Downloaded libz-sys v1.1.20 |
919 | 2024-11-02T03:14:19.684Z | Downloaded rustls-webpki v0.101.7 |
920 | 2024-11-02T03:14:19.698Z | Downloaded dropshot v0.12.0 |
921 | 2024-11-02T03:14:19.717Z | Downloaded zerocopy-derive v0.6.6 |
922 | 2024-11-02T03:14:19.727Z | Downloaded typify-impl v0.2.0 |
923 | 2024-11-02T03:14:19.743Z | Downloaded regex-automata v0.4.8 |
924 | 2024-11-02T03:14:19.760Z | Downloaded openssl v0.10.66 |
925 | 2024-11-02T03:14:19.769Z | Downloaded rustls-webpki v0.102.8 |
926 | 2024-11-02T03:14:19.787Z | Downloaded object v0.30.4 |
927 | 2024-11-02T03:14:19.796Z | Downloaded nix v0.28.0 |
928 | 2024-11-02T03:14:19.807Z | Downloaded reqwest v0.12.8 |
929 | 2024-11-02T03:14:19.815Z | Downloaded serde_with v3.11.0 |
930 | 2024-11-02T03:14:19.823Z | Downloaded quinn-proto v0.11.8 |
931 | 2024-11-02T03:14:19.829Z | Downloaded chrono v0.4.38 |
932 | 2024-11-02T03:14:19.839Z | Downloaded rustls v0.21.12 |
933 | 2024-11-02T03:14:19.848Z | Downloaded salty v0.3.0 |
934 | 2024-11-02T03:14:19.855Z | Downloaded quick-xml v0.33.0 |
935 | 2024-11-02T03:14:19.862Z | Downloaded url v2.5.2 |
936 | 2024-11-02T03:14:19.865Z | Downloaded vergen v8.3.2 |
937 | 2024-11-02T03:14:19.868Z | Downloaded typify v0.2.0 |
938 | 2024-11-02T03:14:19.870Z | Downloaded p256 v0.13.2 |
939 | 2024-11-02T03:14:19.874Z | Downloaded petgraph v0.6.5 |
940 | 2024-11-02T03:14:19.892Z | Downloaded tough v0.17.1 |
941 | 2024-11-02T03:14:19.900Z | Downloaded num-rational v0.4.2 |
942 | 2024-11-02T03:14:19.904Z | Downloaded progenitor-impl v0.8.0 |
943 | 2024-11-02T03:14:19.906Z | Downloaded rustyline v14.0.0 |
944 | 2024-11-02T03:14:19.909Z | Downloaded unicase v2.7.0 |
945 | 2024-11-02T03:14:19.911Z | Downloaded pkcs5 v0.7.1 |
946 | 2024-11-02T03:14:19.914Z | Downloaded derive-where v1.2.7 |
947 | 2024-11-02T03:14:19.916Z | Downloaded csv v1.3.0 |
948 | 2024-11-02T03:14:19.937Z | Downloaded tokio v1.40.0 |
949 | 2024-11-02T03:14:19.973Z | Downloaded sha3 v0.10.8 |
950 | 2024-11-02T03:14:19.978Z | Downloaded uuid v1.10.0 |
951 | 2024-11-02T03:14:19.981Z | Downloaded serde_path_to_error v0.1.16 |
952 | 2024-11-02T03:14:19.983Z | Downloaded tracing-attributes v0.1.27 |
953 | 2024-11-02T03:14:19.985Z | Downloaded qorb v0.2.0 |
954 | 2024-11-02T03:14:19.988Z | Downloaded globset v0.4.15 |
955 | 2024-11-02T03:14:19.991Z | Downloaded num_enum_derive v0.5.11 |
956 | 2024-11-02T03:14:19.991Z | Downloaded num_enum v0.5.11 |
957 | 2024-11-02T03:14:19.995Z | Downloaded typify-macro v0.2.0 |
958 | 2024-11-02T03:14:19.998Z | Downloaded spki v0.7.3 |
959 | 2024-11-02T03:14:19.998Z | Downloaded russh-keys v0.45.0 |
960 | 2024-11-02T03:14:20.000Z | Downloaded tinyvec v1.8.0 |
961 | 2024-11-02T03:14:20.003Z | Downloaded parking_lot_core v0.8.6 |
962 | 2024-11-02T03:14:20.005Z | Downloaded elliptic-curve v0.13.8 |
963 | 2024-11-02T03:14:20.009Z | Downloaded publicsuffix v2.2.3 |
964 | 2024-11-02T03:14:20.012Z | Downloaded diesel_derives v2.2.3 |
965 | 2024-11-02T03:14:20.016Z | Downloaded hyper v0.14.30 |
966 | 2024-11-02T03:14:20.024Z | Downloaded pin-utils v0.1.0 |
967 | 2024-11-02T03:14:20.026Z | Downloaded scopeguard v1.2.0 |
968 | 2024-11-02T03:14:20.026Z | Downloaded progenitor v0.8.0 |
969 | 2024-11-02T03:14:20.028Z | Downloaded percent-encoding v2.3.1 |
970 | 2024-11-02T03:14:20.029Z | Downloaded derive_builder v0.20.2 |
971 | 2024-11-02T03:14:20.033Z | Downloaded spin v0.9.8 |
972 | 2024-11-02T03:14:20.036Z | Downloaded slog-term v2.9.1 |
973 | 2024-11-02T03:14:20.038Z | Downloaded slog-json v2.6.1 |
974 | 2024-11-02T03:14:20.040Z | Downloaded idna v0.2.3 |
975 | 2024-11-02T03:14:20.046Z | Downloaded dsl_auto_type v0.1.2 |
976 | 2024-11-02T03:14:20.048Z | Downloaded serde_urlencoded v0.7.1 |
977 | 2024-11-02T03:14:20.051Z | Downloaded whoami v1.5.2 |
978 | 2024-11-02T03:14:20.051Z | Downloaded time-macros v0.2.18 |
979 | 2024-11-02T03:14:20.053Z | Downloaded unsafe-libyaml v0.2.11 |
980 | 2024-11-02T03:14:20.056Z | Downloaded unicode_categories v0.1.1 |
981 | 2024-11-02T03:14:20.058Z | Downloaded num-derive v0.4.2 |
982 | 2024-11-02T03:14:20.061Z | Downloaded samael v0.0.17 |
983 | 2024-11-02T03:14:20.065Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
984 | 2024-11-02T03:14:20.122Z | Downloaded diff v0.1.13 |
985 | 2024-11-02T03:14:20.125Z | Downloaded tokio-postgres v0.7.12 |
986 | 2024-11-02T03:14:20.130Z | Downloaded crossterm v0.28.1 |
987 | 2024-11-02T03:14:20.136Z | Downloaded encoding_rs v0.8.34 |
988 | 2024-11-02T03:14:20.157Z | Downloaded env_logger v0.11.5 |
989 | 2024-11-02T03:14:20.159Z | Downloaded futures-core v0.3.31 |
990 | 2024-11-02T03:14:20.161Z | Downloaded tiny-keccak v2.0.2 |
991 | 2024-11-02T03:14:20.163Z | Downloaded termios v0.3.3 |
992 | 2024-11-02T03:14:20.166Z | Downloaded termcolor v1.4.1 |
993 | 2024-11-02T03:14:20.166Z | Downloaded env_logger v0.10.2 |
994 | 2024-11-02T03:14:20.168Z | Downloaded strum_macros v0.26.4 |
995 | 2024-11-02T03:14:20.170Z | Downloaded signal-hook v0.3.17 |
996 | 2024-11-02T03:14:20.172Z | Downloaded toml_edit v0.19.15 |
997 | 2024-11-02T03:14:20.188Z | Downloaded zeroize_derive v1.4.2 |
998 | 2024-11-02T03:14:20.190Z | Downloaded heapless v0.8.0 |
999 | 2024-11-02T03:14:20.193Z | Downloaded mio v1.0.2 |
1000 | 2024-11-02T03:14:20.198Z | Downloaded libxml v0.3.3 |
1001 | 2024-11-02T03:14:20.204Z | Downloaded idna v0.5.0 |
1002 | 2024-11-02T03:14:20.210Z | Downloaded idna v0.3.0 |
1003 | 2024-11-02T03:14:20.217Z | Downloaded hickory-proto v0.24.1 |
1004 | 2024-11-02T03:14:20.231Z | Downloaded supports-color v3.0.1 |
1005 | 2024-11-02T03:14:20.234Z | Downloaded itertools v0.10.5 |
1006 | 2024-11-02T03:14:20.238Z | Downloaded shell-words v1.1.0 |
1007 | 2024-11-02T03:14:20.243Z | Downloaded test-strategy v0.3.1 |
1008 | 2024-11-02T03:14:20.243Z | Downloaded postgres-protocol v0.6.7 |
1009 | 2024-11-02T03:14:20.245Z | Downloaded same-file v1.0.6 |
1010 | 2024-11-02T03:14:20.247Z | Downloaded ref-cast-impl v1.0.23 |
1011 | 2024-11-02T03:14:20.247Z | Downloaded num-complex v0.4.6 |
1012 | 2024-11-02T03:14:20.249Z | Downloaded ff v0.13.0 |
1013 | 2024-11-02T03:14:20.249Z | Downloaded snafu-derive v0.8.5 |
1014 | 2024-11-02T03:14:20.252Z | Downloaded http v1.1.0 |
1015 | 2024-11-02T03:14:20.254Z | Downloaded unarray v0.1.4 |
1016 | 2024-11-02T03:14:20.256Z | Downloaded futures v0.3.31 |
1017 | 2024-11-02T03:14:20.260Z | Downloaded futures-channel v0.3.31 |
1018 | 2024-11-02T03:14:20.262Z | Downloaded schemars v0.8.21 |
1019 | 2024-11-02T03:14:20.274Z | Downloaded libm v0.2.8 |
1020 | 2024-11-02T03:14:20.281Z | Downloaded rand v0.8.5 |
1021 | 2024-11-02T03:14:20.284Z | Downloaded crossbeam-channel v0.5.13 |
1022 | 2024-11-02T03:14:20.289Z | Downloaded chacha20poly1305 v0.10.1 |
1023 | 2024-11-02T03:14:20.291Z | Downloaded displaydoc v0.2.5 |
1024 | 2024-11-02T03:14:20.294Z | Downloaded spin v0.5.2 |
1025 | 2024-11-02T03:14:20.296Z | Downloaded slog-envlogger v2.2.0 |
1026 | 2024-11-02T03:14:20.296Z | Downloaded polyval v0.6.2 |
1027 | 2024-11-02T03:14:20.298Z | Downloaded derive_builder_core v0.20.2 |
1028 | 2024-11-02T03:14:20.299Z | Downloaded walkdir v2.5.0 |
1029 | 2024-11-02T03:14:20.301Z | Downloaded value-bag v1.9.0 |
1030 | 2024-11-02T03:14:20.303Z | Downloaded schemars_derive v0.8.21 |
1031 | 2024-11-02T03:14:20.305Z | Downloaded cc v1.1.30 |
1032 | 2024-11-02T03:14:20.307Z | Downloaded num-integer v0.1.46 |
1033 | 2024-11-02T03:14:20.310Z | Downloaded gethostname v0.5.0 |
1034 | 2024-11-02T03:14:20.312Z | Downloaded slog v2.7.0 |
1035 | 2024-11-02T03:14:20.314Z | Downloaded getrandom v0.2.15 |
1036 | 2024-11-02T03:14:20.317Z | Downloaded untrusted v0.9.0 |
1037 | 2024-11-02T03:14:20.317Z | Downloaded peg-macros v0.8.4 |
1038 | 2024-11-02T03:14:20.319Z | Downloaded smallvec v1.13.2 |
1039 | 2024-11-02T03:14:20.322Z | Downloaded ron v0.7.1 |
1040 | 2024-11-02T03:14:20.326Z | Downloaded reqwest v0.11.27 |
1041 | 2024-11-02T03:14:20.334Z | Downloaded vte v0.11.1 |
1042 | 2024-11-02T03:14:20.336Z | Downloaded ghash v0.5.1 |
1043 | 2024-11-02T03:14:20.338Z | Downloaded indicatif v0.17.8 |
1044 | 2024-11-02T03:14:20.341Z | Downloaded fxhash v0.2.1 |
1045 | 2024-11-02T03:14:20.344Z | Downloaded enum-as-inner v0.5.1 |
1046 | 2024-11-02T03:14:20.344Z | Downloaded endian-type v0.1.2 |
1047 | 2024-11-02T03:14:20.346Z | Downloaded thiserror-impl-no-std v2.0.2 |
1048 | 2024-11-02T03:14:20.346Z | Downloaded subprocess v0.2.9 |
1049 | 2024-11-02T03:14:20.348Z | Downloaded indexmap v1.9.3 |
1050 | 2024-11-02T03:14:20.350Z | Downloaded signal-hook-mio v0.2.4 |
1051 | 2024-11-02T03:14:20.353Z | Downloaded slog-dtrace v0.3.0 |
1052 | 2024-11-02T03:14:20.356Z | Downloaded shlex v1.3.0 |
1053 | 2024-11-02T03:14:20.356Z | Downloaded base64 v0.21.7 |
1054 | 2024-11-02T03:14:20.358Z | Downloaded multer v3.1.0 |
1055 | 2024-11-02T03:14:20.360Z | Downloaded base64 v0.13.1 |
1056 | 2024-11-02T03:14:20.363Z | Downloaded topological-sort v0.2.2 |
1057 | 2024-11-02T03:14:20.365Z | Downloaded internet-checksum v0.2.1 |
1058 | 2024-11-02T03:14:20.365Z | Downloaded tokio-rustls v0.25.0 |
1059 | 2024-11-02T03:14:20.367Z | Downloaded pbkdf2 v0.11.0 |
1060 | 2024-11-02T03:14:20.370Z | Downloaded ena v0.14.3 |
1061 | 2024-11-02T03:14:20.370Z | Downloaded tokio-rustls v0.24.1 |
1062 | 2024-11-02T03:14:20.373Z | Downloaded is-terminal v0.4.13 |
1063 | 2024-11-02T03:14:20.375Z | Downloaded linked-hash-map v0.5.6 |
1064 | 2024-11-02T03:14:20.375Z | Downloaded ipnetwork v0.20.0 |
1065 | 2024-11-02T03:14:20.378Z | Downloaded inout v0.1.3 |
1066 | 2024-11-02T03:14:20.378Z | Downloaded openssl-macros v0.1.1 |
1067 | 2024-11-02T03:14:20.378Z | Downloaded maplit v1.0.2 |
1068 | 2024-11-02T03:14:20.380Z | Downloaded managed v0.8.0 |
1069 | 2024-11-02T03:14:20.380Z | Downloaded bzip2 v0.4.4 |
1070 | 2024-11-02T03:14:20.383Z | Downloaded hyper-staticfile v0.10.1 |
1071 | 2024-11-02T03:14:20.385Z | Downloaded cancel-safe-futures v0.1.5 |
1072 | 2024-11-02T03:14:20.387Z | Downloaded bcs v0.1.6 |
1073 | 2024-11-02T03:14:20.390Z | Downloaded libefi-sys v0.1.0 |
1074 | 2024-11-02T03:14:20.390Z | Downloaded keccak v0.1.5 |
1075 | 2024-11-02T03:14:20.392Z | Downloaded instability v0.3.2 |
1076 | 2024-11-02T03:14:20.392Z | Downloaded clang-sys v1.8.1 |
1077 | 2024-11-02T03:14:20.394Z | Downloaded base64ct v1.6.0 |
1078 | 2024-11-02T03:14:20.397Z | Downloaded lock_api v0.4.12 |
1079 | 2024-11-02T03:14:20.399Z | Downloaded ciborium v0.2.2 |
1080 | 2024-11-02T03:14:20.401Z | Downloaded backoff v0.4.0 |
1081 | 2024-11-02T03:14:20.404Z | Downloaded blowfish v0.9.1 |
1082 | 2024-11-02T03:14:20.404Z | Downloaded zone v0.3.0 |
1083 | 2024-11-02T03:14:20.406Z | Downloaded thread_local v1.1.8 |
1084 | 2024-11-02T03:14:20.406Z | Downloaded lazy_static v1.5.0 |
1085 | 2024-11-02T03:14:20.409Z | Downloaded serde_repr v0.1.19 |
1086 | 2024-11-02T03:14:20.411Z | Downloaded rustfmt-wrapper v0.2.1 |
1087 | 2024-11-02T03:14:20.411Z | Downloaded http-range v0.1.5 |
1088 | 2024-11-02T03:14:20.411Z | Downloaded http-body v1.0.1 |
1089 | 2024-11-02T03:14:20.414Z | Downloaded bitfield v0.14.0 |
1090 | 2024-11-02T03:14:20.414Z | Downloaded arc-swap v1.7.1 |
1091 | 2024-11-02T03:14:20.417Z | Downloaded home v0.5.9 |
1092 | 2024-11-02T03:14:20.420Z | Downloaded blake3 v1.5.4 |
1093 | 2024-11-02T03:14:20.426Z | Downloaded atty v0.2.14 |
1094 | 2024-11-02T03:14:20.428Z | Downloaded hostname v0.4.0 |
1095 | 2024-11-02T03:14:20.428Z | Downloaded hmac v0.12.1 |
1096 | 2024-11-02T03:14:20.431Z | Downloaded ciborium-io v0.2.2 |
1097 | 2024-11-02T03:14:20.431Z | Downloaded cfg_aliases v0.1.1 |
1098 | 2024-11-02T03:14:20.434Z | Downloaded cfg_aliases v0.2.1 |
1099 | 2024-11-02T03:14:20.434Z | Downloaded atomicwrites v0.4.4 |
1100 | 2024-11-02T03:14:20.434Z | Downloaded async-stream-impl v0.3.6 |
1101 | 2024-11-02T03:14:20.436Z | Downloaded array-init v0.0.4 |
1102 | 2024-11-02T03:14:20.436Z | Downloaded aho-corasick v1.1.3 |
1103 | 2024-11-02T03:14:20.441Z | Downloaded serde_plain v1.0.2 |
1104 | 2024-11-02T03:14:20.446Z | Downloaded arrayref v0.3.9 |
1105 | 2024-11-02T03:14:20.446Z | Downloaded aead v0.5.2 |
1106 | 2024-11-02T03:14:20.446Z | Downloaded slog-bunyan v2.5.0 |
1107 | 2024-11-02T03:14:20.448Z | Downloaded rustls v0.23.14 |
1108 | 2024-11-02T03:14:20.456Z | Downloaded cookie v0.18.1 |
1109 | 2024-11-02T03:14:20.459Z | Downloaded assert_matches v1.5.0 |
1110 | 2024-11-02T03:14:20.461Z | Downloaded aes v0.8.4 |
1111 | 2024-11-02T03:14:20.463Z | Downloaded multimap v0.10.0 |
1112 | 2024-11-02T03:14:20.466Z | Downloaded crunchy v0.2.2 |
1113 | 2024-11-02T03:14:20.466Z | Downloaded const_format v0.2.33 |
1114 | 2024-11-02T03:14:20.469Z | Downloaded linear-map v1.2.0 |
1115 | 2024-11-02T03:14:20.473Z | Downloaded instant v0.1.13 |
1116 | 2024-11-02T03:14:20.476Z | Downloaded indent_write v2.2.0 |
1117 | 2024-11-02T03:14:20.476Z | Downloaded humantime v2.1.0 |
1118 | 2024-11-02T03:14:20.476Z | Downloaded hkdf v0.12.4 |
1119 | 2024-11-02T03:14:20.478Z | Downloaded crossbeam-epoch v0.9.18 |
1120 | 2024-11-02T03:14:20.480Z | Downloaded crc32fast v1.4.2 |
1121 | 2024-11-02T03:14:20.483Z | Downloaded cobs v0.2.3 |
1122 | 2024-11-02T03:14:20.483Z | Downloaded blake2 v0.10.6 |
1123 | 2024-11-02T03:14:20.485Z | Downloaded darling_macro v0.20.10 |
1124 | 2024-11-02T03:14:20.485Z | Downloaded chrono-tz-build v0.4.0 |
1125 | 2024-11-02T03:14:20.489Z | Downloaded lru-cache v0.1.2 |
1126 | 2024-11-02T03:14:20.489Z | Downloaded libsw v3.3.1 |
1127 | 2024-11-02T03:14:20.491Z | Downloaded lazycell v1.3.0 |
1128 | 2024-11-02T03:14:20.491Z | Downloaded http-body-util v0.1.2 |
1129 | 2024-11-02T03:14:20.491Z | Downloaded convert_case v0.4.0 |
1130 | 2024-11-02T03:14:20.491Z | Downloaded adler2 v2.0.0 |
1131 | 2024-11-02T03:14:20.494Z | Downloaded ciborium-ll v0.2.2 |
1132 | 2024-11-02T03:14:20.494Z | Downloaded bit-set v0.5.3 |
1133 | 2024-11-02T03:14:20.497Z | Downloaded atomic-waker v1.1.2 |
1134 | 2024-11-02T03:14:20.567Z | Downloaded libsqlite3-sys v0.30.1 |
1135 | 2024-11-02T03:14:20.683Z | Downloaded ring v0.17.8 |
1136 | 2024-11-02T03:14:20.798Z | Downloaded ring v0.16.20 |
1137 | 2024-11-02T03:14:21.028Z | Compiling serde v1.0.210 |
1138 | 2024-11-02T03:14:21.031Z | Compiling typenum v1.17.0 |
1139 | 2024-11-02T03:14:21.031Z | Compiling lock_api v0.4.12 |
1140 | 2024-11-02T03:14:21.031Z | Compiling generic-array v0.14.7 |
1141 | 2024-11-02T03:14:21.031Z | Compiling scopeguard v1.2.0 |
1142 | 2024-11-02T03:14:21.031Z | Compiling subtle v2.6.1 |
1143 | 2024-11-02T03:14:21.185Z | Compiling syn v2.0.79 |
1144 | 2024-11-02T03:14:21.195Z | Compiling getrandom v0.2.15 |
1145 | 2024-11-02T03:14:21.389Z | Compiling value-bag v1.9.0 |
1146 | 2024-11-02T03:14:21.492Z | Compiling rand_core v0.6.4 |
1147 | 2024-11-02T03:14:21.590Z | Compiling const-oid v0.9.6 |
1148 | 2024-11-02T03:14:21.651Z | Compiling jobserver v0.1.32 |
1149 | 2024-11-02T03:14:21.752Z | Compiling shlex v1.3.0 |
1150 | 2024-11-02T03:14:22.054Z | Compiling log v0.4.22 |
1151 | 2024-11-02T03:14:22.056Z | Compiling cc v1.1.30 |
1152 | 2024-11-02T03:14:22.158Z | Compiling pin-project-lite v0.2.14 |
1153 | 2024-11-02T03:14:22.181Z | Compiling smallvec v1.13.2 |
1154 | 2024-11-02T03:14:22.281Z | Compiling parking_lot_core v0.9.10 |
1155 | 2024-11-02T03:14:22.605Z | Compiling futures-core v0.3.31 |
1156 | 2024-11-02T03:14:22.638Z | Compiling signal-hook-registry v1.4.2 |
1157 | 2024-11-02T03:14:22.842Z | Compiling mio v1.0.2 |
1158 | 2024-11-02T03:14:23.060Z | Compiling cpufeatures v0.2.14 |
1159 | 2024-11-02T03:14:23.161Z | Compiling futures-sink v0.3.31 |
1160 | 2024-11-02T03:14:23.326Z | Compiling parking_lot v0.12.3 |
1161 | 2024-11-02T03:14:23.445Z | Compiling spin v0.9.8 |
1162 | 2024-11-02T03:14:23.499Z | Compiling socket2 v0.5.7 |
1163 | 2024-11-02T03:14:23.669Z | Compiling slab v0.4.9 |
1164 | 2024-11-02T03:14:23.859Z | Compiling serde_json v1.0.128 |
1165 | 2024-11-02T03:14:23.895Z | Compiling futures-channel v0.3.31 |
1166 | 2024-11-02T03:14:24.064Z | Compiling allocator-api2 v0.2.18 |
1167 | 2024-11-02T03:14:24.215Z | Compiling tinyvec_macros v0.1.1 |
1168 | 2024-11-02T03:14:24.284Z | Compiling foldhash v0.1.3 |
1169 | 2024-11-02T03:14:24.305Z | Compiling futures-io v0.3.31 |
1170 | 2024-11-02T03:14:24.330Z | Compiling futures-task v0.3.31 |
1171 | 2024-11-02T03:14:24.539Z | Compiling pin-utils v0.1.0 |
1172 | 2024-11-02T03:14:24.562Z | Compiling tinyvec v1.8.0 |
1173 | 2024-11-02T03:14:24.582Z | Compiling libm v0.2.8 |
1174 | 2024-11-02T03:14:24.625Z | Compiling pkg-config v0.3.31 |
1175 | 2024-11-02T03:14:24.643Z | Compiling num-traits v0.2.19 |
1176 | 2024-11-02T03:14:24.646Z | Compiling unicode-bidi v0.3.17 |
1177 | 2024-11-02T03:14:24.844Z | Compiling hashbrown v0.15.0 |
1178 | 2024-11-02T03:14:25.175Z | Compiling base64ct v1.6.0 |
1179 | 2024-11-02T03:14:25.744Z | Compiling pem-rfc7468 v0.7.0 |
1180 | 2024-11-02T03:14:26.052Z | Compiling unicode-normalization v0.1.24 |
1181 | 2024-11-02T03:14:26.122Z | Compiling flagset v0.4.6 |
1182 | 2024-11-02T03:14:26.182Z | Compiling ring v0.17.8 |
1183 | 2024-11-02T03:14:26.215Z | Compiling httparse v1.9.5 |
1184 | 2024-11-02T03:14:26.339Z | Compiling tracing-core v0.1.32 |
1185 | 2024-11-02T03:14:26.362Z | Compiling rustls-pki-types v1.9.0 |
1186 | 2024-11-02T03:14:26.501Z | Compiling percent-encoding v2.3.1 |
1187 | 2024-11-02T03:14:26.877Z | Compiling crossbeam-utils v0.8.20 |
1188 | 2024-11-02T03:14:27.179Z | Compiling time-core v0.1.2 |
1189 | 2024-11-02T03:14:27.366Z | Compiling num-conv v0.1.0 |
1190 | 2024-11-02T03:14:27.458Z | Compiling vcpkg v0.2.15 |
1191 | 2024-11-02T03:14:27.501Z | Compiling powerfmt v0.2.0 |
1192 | 2024-11-02T03:14:27.606Z | Compiling untrusted v0.9.0 |
1193 | 2024-11-02T03:14:27.628Z | Compiling time-macros v0.2.18 |
1194 | 2024-11-02T03:14:27.750Z | Compiling deranged v0.3.11 |
1195 | 2024-11-02T03:14:27.848Z | Compiling atomic-waker v1.1.2 |
1196 | 2024-11-02T03:14:28.018Z | Compiling num_threads v0.1.7 |
1197 | 2024-11-02T03:14:28.067Z | Compiling form_urlencoded v1.2.1 |
1198 | 2024-11-02T03:14:28.127Z | Compiling rustix v0.38.37 |
1199 | 2024-11-02T03:14:28.393Z | Compiling slog v2.7.0 |
1200 | 2024-11-02T03:14:28.788Z | Compiling try-lock v0.2.5 |
1201 | 2024-11-02T03:14:28.921Z | Compiling want v0.3.1 |
1202 | 2024-11-02T03:14:28.941Z | Compiling httpdate v1.0.3 |
1203 | 2024-11-02T03:14:29.184Z | Compiling idna v0.5.0 |
1204 | 2024-11-02T03:14:29.360Z | Compiling openssl-sys v0.9.103 |
1205 | 2024-11-02T03:14:29.387Z | Compiling adler2 v2.0.0 |
1206 | 2024-11-02T03:14:29.574Z | Compiling openssl v0.10.66 |
1207 | 2024-11-02T03:14:29.615Z | Compiling iana-time-zone v0.1.61 |
1208 | 2024-11-02T03:14:29.733Z | Compiling rustversion v1.0.17 |
1209 | 2024-11-02T03:14:29.942Z | Compiling foreign-types-shared v0.1.1 |
1210 | 2024-11-02T03:14:30.037Z | Compiling match_cfg v0.1.0 |
1211 | 2024-11-02T03:14:30.040Z | Compiling base64 v0.22.1 |
1212 | 2024-11-02T03:14:30.126Z | Compiling tower-service v0.3.3 |
1213 | 2024-11-02T03:14:30.247Z | Compiling hostname v0.3.1 |
1214 | 2024-11-02T03:14:30.428Z | Compiling foreign-types v0.3.2 |
1215 | 2024-11-02T03:14:30.446Z | Compiling time v0.3.36 |
1216 | 2024-11-02T03:14:30.486Z | Compiling url v2.5.2 |
1217 | 2024-11-02T03:14:30.509Z | Compiling miniz_oxide v0.8.0 |
1218 | 2024-11-02T03:14:30.579Z | Compiling dirs-sys-next v0.1.2 |
1219 | 2024-11-02T03:14:30.766Z | Compiling aho-corasick v1.1.3 |
1220 | 2024-11-02T03:14:31.198Z | Compiling regex-syntax v0.8.5 |
1221 | 2024-11-02T03:14:31.879Z | Compiling siphasher v0.3.11 |
1222 | 2024-11-02T03:14:31.970Z | Compiling data-encoding v2.6.0 |
1223 | 2024-11-02T03:14:32.237Z | Compiling rustls v0.22.4 |
1224 | 2024-11-02T03:14:32.254Z | Compiling rustls v0.23.14 |
1225 | 2024-11-02T03:14:32.520Z | Compiling native-tls v0.2.12 |
1226 | 2024-11-02T03:14:32.527Z | Compiling syn v1.0.109 |
1227 | 2024-11-02T03:14:32.881Z | Compiling dirs-next v2.0.0 |
1228 | 2024-11-02T03:14:33.182Z | Compiling serde_derive_internals v0.29.1 |
1229 | 2024-11-02T03:14:34.071Z | Compiling crossbeam-epoch v0.9.18 |
1230 | 2024-11-02T03:14:34.349Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1231 | 2024-11-02T03:14:34.658Z | Compiling serde_derive v1.0.210 |
1232 | 2024-11-02T03:14:34.767Z | Compiling zeroize_derive v1.4.2 |
1233 | 2024-11-02T03:14:34.815Z | Compiling zerocopy-derive v0.7.35 |
1234 | 2024-11-02T03:14:35.202Z | Compiling tokio-macros v2.4.0 |
1235 | 2024-11-02T03:14:35.516Z | Compiling thiserror-impl v1.0.64 |
1236 | 2024-11-02T03:14:35.734Z | Compiling futures-macro v0.3.31 |
1237 | 2024-11-02T03:14:36.265Z | Compiling zeroize v1.8.1 |
1238 | 2024-11-02T03:14:36.753Z | Compiling der_derive v0.7.3 |
1239 | 2024-11-02T03:14:36.951Z | Compiling zerocopy v0.7.35 |
1240 | 2024-11-02T03:14:37.163Z | Compiling tracing-attributes v0.1.27 |
1241 | 2024-11-02T03:14:37.609Z | Compiling futures-util v0.3.31 |
1242 | 2024-11-02T03:14:38.017Z | Compiling crypto-common v0.1.6 |
1243 | 2024-11-02T03:14:38.249Z | Compiling block-buffer v0.10.4 |
1244 | 2024-11-02T03:14:38.515Z | Compiling digest v0.10.7 |
1245 | 2024-11-02T03:14:38.532Z | Compiling thiserror v1.0.64 |
1246 | 2024-11-02T03:14:38.558Z | Compiling block-padding v0.3.3 |
1247 | 2024-11-02T03:14:38.667Z | Compiling ppv-lite86 v0.2.20 |
1248 | 2024-11-02T03:14:38.794Z | Compiling inout v0.1.3 |
1249 | 2024-11-02T03:14:38.998Z | Compiling hmac v0.12.1 |
1250 | 2024-11-02T03:14:39.062Z | Compiling cipher v0.4.4 |
1251 | 2024-11-02T03:14:39.080Z | Compiling sha2 v0.10.8 |
1252 | 2024-11-02T03:14:39.257Z | Compiling der v0.7.9 |
1253 | 2024-11-02T03:14:39.539Z | Compiling rand_chacha v0.3.1 |
1254 | 2024-11-02T03:14:39.576Z | Compiling salsa20 v0.10.2 |
1255 | 2024-11-02T03:14:39.802Z | Compiling pbkdf2 v0.12.2 |
1256 | 2024-11-02T03:14:39.968Z | Compiling rand v0.8.5 |
1257 | 2024-11-02T03:14:40.716Z | Compiling tracing v0.1.40 |
1258 | 2024-11-02T03:14:41.283Z | Compiling pest v2.7.14 |
1259 | 2024-11-02T03:14:41.718Z | Compiling spki v0.7.3 |
1260 | 2024-11-02T03:14:41.880Z | Compiling scrypt v0.11.0 |
1261 | 2024-11-02T03:14:42.094Z | Compiling cbc v0.1.2 |
1262 | 2024-11-02T03:14:42.206Z | Compiling aes v0.8.4 |
1263 | 2024-11-02T03:14:42.315Z | Compiling scroll_derive v0.12.0 |
1264 | 2024-11-02T03:14:42.428Z | Compiling rustls-webpki v0.102.8 |
1265 | 2024-11-02T03:14:42.596Z | Compiling openssl-macros v0.1.1 |
1266 | 2024-11-02T03:14:42.757Z | Compiling async-trait v0.1.83 |
1267 | 2024-11-02T03:14:43.363Z | Compiling pkcs5 v0.7.1 |
1268 | 2024-11-02T03:14:43.713Z | Compiling scroll v0.12.0 |
1269 | 2024-11-02T03:14:44.093Z | Compiling pest_meta v2.7.14 |
1270 | 2024-11-02T03:14:44.258Z | Compiling goblin v0.8.2 |
1271 | 2024-11-02T03:14:44.354Z | Compiling pkcs8 v0.10.2 |
1272 | 2024-11-02T03:14:44.413Z | Compiling signature v2.2.0 |
1273 | 2024-11-02T03:14:44.626Z | Compiling sha1 v0.10.6 |
1274 | 2024-11-02T03:14:44.795Z | Compiling regex-automata v0.4.8 |
1275 | 2024-11-02T03:14:44.988Z | Compiling lazy_static v1.5.0 |
1276 | 2024-11-02T03:14:45.034Z | Compiling thread_local v1.1.8 |
1277 | 2024-11-02T03:14:45.080Z | Compiling encoding_rs v0.8.34 |
1278 | 2024-11-02T03:14:45.124Z | Compiling multer v3.1.0 |
1279 | 2024-11-02T03:14:45.387Z | Compiling pest_generator v2.7.14 |
1280 | 2024-11-02T03:14:45.405Z | Compiling cookie v0.18.1 |
1281 | 2024-11-02T03:14:45.516Z | Compiling signal-hook v0.3.17 |
1282 | 2024-11-02T03:14:45.696Z | Compiling rayon-core v1.12.1 |
1283 | 2024-11-02T03:14:45.779Z | Compiling gimli v0.31.1 |
1284 | 2024-11-02T03:14:46.009Z | Compiling slog-async v2.8.0 |
1285 | 2024-11-02T03:14:46.563Z | Compiling paste v1.0.15 |
1286 | 2024-11-02T03:14:47.089Z | Compiling ipnet v2.10.1 |
1287 | 2024-11-02T03:14:47.343Z | Compiling either v1.13.0 |
1288 | 2024-11-02T03:14:47.780Z | Compiling openssl-probe v0.1.5 |
1289 | 2024-11-02T03:14:48.138Z | Compiling mime v0.3.17 |
1290 | 2024-11-02T03:14:48.352Z | Compiling bytes v1.7.2 |
1291 | 2024-11-02T03:14:48.747Z | Compiling indexmap v2.6.0 |
1292 | 2024-11-02T03:14:48.810Z | Compiling bitflags v2.6.0 |
1293 | 2024-11-02T03:14:49.241Z | Compiling tokio v1.40.0 |
1294 | 2024-11-02T03:14:49.313Z | Compiling http v1.1.0 |
1295 | 2024-11-02T03:14:49.581Z | Compiling semver v1.0.23 |
1296 | 2024-11-02T03:14:50.293Z | Compiling rustc_version v0.4.1 |
1297 | 2024-11-02T03:14:50.315Z | Compiling pest_derive v2.7.14 |
1298 | 2024-11-02T03:14:51.069Z | Compiling http-body v1.0.1 |
1299 | 2024-11-02T03:14:51.090Z | Compiling dof v0.3.0 |
1300 | 2024-11-02T03:14:51.127Z | Compiling dtrace-parser v0.2.0 |
1301 | 2024-11-02T03:14:51.751Z | Compiling toml_datetime v0.6.8 |
1302 | 2024-11-02T03:14:51.809Z | Compiling serde_tokenstream v0.2.2 |
1303 | 2024-11-02T03:14:52.260Z | Compiling serde_spanned v0.6.8 |
1304 | 2024-11-02T03:14:52.439Z | Compiling uuid v1.10.0 |
1305 | 2024-11-02T03:14:52.498Z | Compiling usdt-impl v0.5.0 |
1306 | 2024-11-02T03:14:53.133Z | Compiling chrono v0.4.38 |
1307 | 2024-11-02T03:14:53.150Z | Compiling http-body-util v0.1.2 |
1308 | 2024-11-02T03:14:53.692Z | Compiling heapless v0.7.17 |
1309 | 2024-11-02T03:14:54.014Z | Compiling unicode-properties v0.1.3 |
1310 | 2024-11-02T03:14:54.151Z | Compiling schemars v0.8.21 |
1311 | 2024-11-02T03:14:54.258Z | Compiling usdt-attr-macro v0.5.0 |
1312 | 2024-11-02T03:14:54.433Z | Compiling stringprep v0.1.5 |
1313 | 2024-11-02T03:14:54.545Z | Compiling usdt-macro v0.5.0 |
1314 | 2024-11-02T03:14:55.652Z | Compiling toml_edit v0.22.22 |
1315 | 2024-11-02T03:14:55.899Z | Compiling curve25519-dalek v4.1.3 |
1316 | 2024-11-02T03:14:55.997Z | Compiling slog-json v2.6.1 |
1317 | 2024-11-02T03:14:56.394Z | Compiling addr2line v0.24.2 |
1318 | 2024-11-02T03:14:56.594Z | Compiling serde_urlencoded v0.7.1 |
1319 | 2024-11-02T03:14:56.917Z | Compiling futures-executor v0.3.31 |
1320 | 2024-11-02T03:14:57.081Z | Compiling md-5 v0.10.6 |
1321 | 2024-11-02T03:14:57.138Z | Compiling schemars_derive v0.8.21 |
1322 | 2024-11-02T03:14:57.464Z | Compiling enum-as-inner v0.6.1 |
1323 | 2024-11-02T03:14:58.488Z | Compiling tokio-util v0.7.12 |
1324 | 2024-11-02T03:14:58.975Z | Compiling async-stream-impl v0.3.6 |
1325 | 2024-11-02T03:14:59.849Z | Compiling h2 v0.4.6 |
1326 | 2024-11-02T03:15:00.435Z | Compiling crossbeam-deque v0.8.5 |
1327 | 2024-11-02T03:15:00.960Z | Compiling term v0.7.0 |
1328 | 2024-11-02T03:15:02.457Z | Compiling crossbeam-channel v0.5.13 |
1329 | 2024-11-02T03:15:02.496Z | Compiling num-integer v0.1.46 |
1330 | 2024-11-02T03:15:03.279Z | Compiling idna v0.4.0 |
1331 | 2024-11-02T03:15:03.608Z | Compiling idna v0.3.0 |
1332 | 2024-11-02T03:15:03.623Z | Compiling rustls-pemfile v2.2.0 |
1333 | 2024-11-02T03:15:03.673Z | Compiling hash32 v0.2.1 |
1334 | 2024-11-02T03:15:03.970Z | Compiling ff v0.13.0 |
1335 | 2024-11-02T03:15:04.058Z | Compiling is-terminal v0.4.13 |
1336 | 2024-11-02T03:15:04.181Z | Compiling object v0.36.5 |
1337 | 2024-11-02T03:15:04.181Z | Compiling dropshot v0.12.0 |
1338 | 2024-11-02T03:15:04.490Z | Compiling linked-hash-map v0.5.6 |
1339 | 2024-11-02T03:15:04.778Z | Compiling take_mut v0.2.2 |
1340 | 2024-11-02T03:15:04.866Z | Compiling anyhow v1.0.92 |
1341 | 2024-11-02T03:15:04.931Z | Compiling rustc-demangle v0.1.24 |
1342 | 2024-11-02T03:15:05.201Z | Compiling fallible-iterator v0.2.0 |
1343 | 2024-11-02T03:15:05.488Z | Compiling smoltcp v0.9.1 |
1344 | 2024-11-02T03:15:05.889Z | Compiling num-bigint-dig v0.8.4 |
1345 | 2024-11-02T03:15:05.956Z | Compiling dyn-clone v1.0.17 |
1346 | 2024-11-02T03:15:06.166Z | Compiling stable_deref_trait v1.2.0 |
1347 | 2024-11-02T03:15:06.183Z | Compiling base16ct v0.2.0 |
1348 | 2024-11-02T03:15:06.262Z | Compiling quick-error v1.2.3 |
1349 | 2024-11-02T03:15:06.280Z | Compiling psl-types v2.0.11 |
1350 | 2024-11-02T03:15:06.406Z | Compiling portable-atomic v1.9.0 |
1351 | 2024-11-02T03:15:06.462Z | Compiling utf-8 v0.7.6 |
1352 | 2024-11-02T03:15:06.495Z | Compiling publicsuffix v2.2.3 |
1353 | 2024-11-02T03:15:06.594Z | Compiling resolv-conf v0.7.0 |
1354 | 2024-11-02T03:15:06.761Z | Compiling tungstenite v0.24.0 |
1355 | 2024-11-02T03:15:06.787Z | Compiling sec1 v0.7.3 |
1356 | 2024-11-02T03:15:07.333Z | Compiling hyper v1.4.1 |
1357 | 2024-11-02T03:15:08.621Z | Compiling postgres-protocol v0.6.7 |
1358 | 2024-11-02T03:15:09.950Z | Compiling hyper-util v0.1.9 |
1359 | 2024-11-02T03:15:10.244Z | Compiling lru-cache v0.1.2 |
1360 | 2024-11-02T03:15:10.360Z | Compiling usdt v0.5.0 |
1361 | 2024-11-02T03:15:10.437Z | Compiling slog-term v2.9.1 |
1362 | 2024-11-02T03:15:10.590Z | Compiling group v0.13.0 |
1363 | 2024-11-02T03:15:10.835Z | Compiling hickory-proto v0.24.1 |
1364 | 2024-11-02T03:15:10.948Z | Compiling tokio-rustls v0.26.0 |
1365 | 2024-11-02T03:15:11.214Z | Compiling num-iter v0.1.45 |
1366 | 2024-11-02T03:15:11.359Z | Compiling tokio-rustls v0.25.0 |
1367 | 2024-11-02T03:15:11.409Z | Compiling tokio-native-tls v0.3.1 |
1368 | 2024-11-02T03:15:11.678Z | Compiling backtrace v0.3.74 |
1369 | 2024-11-02T03:15:11.693Z | Compiling async-stream v0.3.6 |
1370 | 2024-11-02T03:15:11.935Z | Compiling toml v0.8.19 |
1371 | 2024-11-02T03:15:11.995Z | Compiling futures v0.3.31 |
1372 | 2024-11-02T03:15:13.131Z | Compiling camino v1.1.9 |
1373 | 2024-11-02T03:15:13.503Z | Compiling slog-bunyan v2.5.0 |
1374 | 2024-11-02T03:15:13.646Z | Compiling terminal_size v0.4.0 |
1375 | 2024-11-02T03:15:13.714Z | Compiling dropshot_endpoint v0.12.0 |
1376 | 2024-11-02T03:15:13.871Z | Compiling openapiv3 v2.0.0 |
1377 | 2024-11-02T03:15:14.077Z | Compiling serde_path_to_error v0.1.16 |
1378 | 2024-11-02T03:15:14.094Z | Compiling hkdf v0.12.4 |
1379 | 2024-11-02T03:15:14.360Z | Compiling crypto-bigint v0.5.5 |
1380 | 2024-11-02T03:15:14.378Z | Compiling zerocopy-derive v0.6.6 |
1381 | 2024-11-02T03:15:14.381Z | Compiling hubpack_derive v0.1.1 |
1382 | 2024-11-02T03:15:14.919Z | Compiling curve25519-dalek-derive v0.1.1 |
1383 | 2024-11-02T03:15:15.029Z | Compiling phf_shared v0.11.2 |
1384 | 2024-11-02T03:15:15.256Z | Compiling waitgroup v0.1.2 |
1385 | 2024-11-02T03:15:15.394Z | Compiling webpki-roots v0.26.6 |
1386 | 2024-11-02T03:15:15.484Z | Compiling hostname v0.4.0 |
1387 | 2024-11-02T03:15:15.623Z | Compiling fs-err v2.11.0 |
1388 | 2024-11-02T03:15:15.756Z | Compiling ahash v0.8.11 |
1389 | 2024-11-02T03:15:15.958Z | Compiling crc32fast v1.4.2 |
1390 | 2024-11-02T03:15:16.118Z | Compiling debug-ignore v1.0.5 |
1391 | 2024-11-02T03:15:16.262Z | Compiling bitflags v1.3.2 |
1392 | 2024-11-02T03:15:16.287Z | Compiling managed v0.8.0 |
1393 | 2024-11-02T03:15:16.365Z | Compiling winnow v0.5.40 |
1394 | 2024-11-02T03:15:16.471Z | Compiling zerocopy v0.6.6 |
1395 | 2024-11-02T03:15:17.356Z | Compiling hickory-resolver v0.24.1 |
1396 | 2024-11-02T03:15:18.340Z | Compiling elliptic-curve v0.13.8 |
1397 | 2024-11-02T03:15:18.811Z | Compiling strum_macros v0.25.3 |
1398 | 2024-11-02T03:15:19.207Z | Compiling clap_builder v4.5.20 |
1399 | 2024-11-02T03:15:20.401Z | Compiling toml_edit v0.19.15 |
1400 | 2024-11-02T03:15:20.634Z | Compiling flate2 v1.0.34 |
1401 | 2024-11-02T03:15:21.045Z | Compiling console v0.15.8 |
1402 | 2024-11-02T03:15:21.905Z | Compiling hyper-rustls v0.27.3 |
1403 | 2024-11-02T03:15:22.532Z | Compiling phf v0.11.2 |
1404 | 2024-11-02T03:15:22.595Z | Compiling hubpack v0.1.2 |
1405 | 2024-11-02T03:15:22.679Z | Compiling signal-hook-mio v0.2.4 |
1406 | 2024-11-02T03:15:22.841Z | Compiling cookie_store v0.21.0 |
1407 | 2024-11-02T03:15:23.011Z | Compiling hyper-tls v0.6.0 |
1408 | 2024-11-02T03:15:23.424Z | Compiling rayon v1.10.0 |
1409 | 2024-11-02T03:15:23.734Z | Compiling bzip2 v0.4.4 |
1410 | 2024-11-02T03:15:24.131Z | Compiling postgres-types v0.2.8 |
1411 | 2024-11-02T03:15:24.341Z | Compiling tokio-tungstenite v0.24.0 |
1412 | 2024-11-02T03:15:24.883Z | Compiling tokio-stream v0.1.16 |
1413 | 2024-11-02T03:15:25.650Z | Compiling regex v1.11.0 |
1414 | 2024-11-02T03:15:25.936Z | Compiling bstr v1.10.0 |
1415 | 2024-11-02T03:15:25.986Z | Compiling serde-big-array v0.5.1 |
1416 | 2024-11-02T03:15:26.216Z | Compiling pkcs1 v0.7.5 |
1417 | 2024-11-02T03:15:26.772Z | Compiling ed25519 v2.2.3 |
1418 | 2024-11-02T03:15:27.178Z | Compiling rfc6979 v0.4.0 |
1419 | 2024-11-02T03:15:27.372Z | Compiling serde_repr v0.1.19 |
1420 | 2024-11-02T03:15:27.511Z | Compiling derive-where v1.2.7 |
1421 | 2024-11-02T03:15:27.692Z | Compiling clap_derive v4.5.18 |
1422 | 2024-11-02T03:15:28.095Z | Compiling phf_shared v0.10.0 |
1423 | 2024-11-02T03:15:28.147Z | Compiling float-cmp v0.9.0 |
1424 | 2024-11-02T03:15:28.315Z | Compiling sync_wrapper v1.0.1 |
1425 | 2024-11-02T03:15:28.368Z | Compiling fixedbitset v0.4.2 |
1426 | 2024-11-02T03:15:28.464Z | Compiling number_prefix v0.4.0 |
1427 | 2024-11-02T03:15:28.494Z | Compiling minimal-lexical v0.2.1 |
1428 | 2024-11-02T03:15:28.512Z | Compiling unicode-segmentation v1.12.0 |
1429 | 2024-11-02T03:15:28.626Z | Compiling difflib v0.4.0 |
1430 | 2024-11-02T03:15:28.689Z | Compiling precomputed-hash v0.1.1 |
1431 | 2024-11-02T03:15:28.810Z | Compiling whoami v1.5.2 |
1432 | 2024-11-02T03:15:28.813Z | Compiling bit-vec v0.6.3 |
1433 | 2024-11-02T03:15:29.018Z | Compiling normalize-line-endings v0.3.0 |
1434 | 2024-11-02T03:15:29.148Z | Compiling new_debug_unreachable v1.0.6 |
1435 | 2024-11-02T03:15:29.246Z | Compiling predicates-core v1.0.8 |
1436 | 2024-11-02T03:15:29.268Z | Compiling static_assertions v1.1.0 |
1437 | 2024-11-02T03:15:29.366Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1438 | 2024-11-02T03:15:29.387Z | Compiling string_cache v0.8.7 |
1439 | 2024-11-02T03:15:29.455Z | Compiling predicates v3.1.2 |
1440 | 2024-11-02T03:15:29.600Z | Compiling similar v2.6.0 |
1441 | 2024-11-02T03:15:29.831Z | Compiling tokio-postgres v0.7.12 |
1442 | 2024-11-02T03:15:30.215Z | Compiling bit-set v0.5.3 |
1443 | 2024-11-02T03:15:30.509Z | Compiling nom v7.1.3 |
1444 | 2024-11-02T03:15:30.926Z | Compiling qorb v0.2.0 |
1445 | 2024-11-02T03:15:31.180Z | Compiling indicatif v0.17.8 |
1446 | 2024-11-02T03:15:32.066Z | Compiling petgraph v0.6.5 |
1447 | 2024-11-02T03:15:32.420Z | Compiling clap v4.5.20 |
1448 | 2024-11-02T03:15:32.545Z | Compiling reqwest v0.12.8 |
1449 | 2024-11-02T03:15:33.335Z | Compiling ecdsa v0.16.9 |
1450 | 2024-11-02T03:15:34.215Z | Compiling ed25519-dalek v2.1.1 |
1451 | 2024-11-02T03:15:34.396Z | Compiling rsa v0.9.6 |
1452 | 2024-11-02T03:15:35.578Z | Compiling zip v0.6.6 |
1453 | 2024-11-02T03:15:35.595Z | Compiling toml v0.7.8 |
1454 | 2024-11-02T03:15:36.140Z | Compiling crossterm v0.28.1 |
1455 | 2024-11-02T03:15:37.157Z | Compiling hex v0.4.3 |
1456 | 2024-11-02T03:15:37.275Z | Compiling itertools v0.12.1 |
1457 | 2024-11-02T03:15:37.392Z | Compiling itertools v0.10.5 |
1458 | 2024-11-02T03:15:37.647Z | Compiling x509-cert v0.2.5 |
1459 | 2024-11-02T03:15:37.788Z | Compiling unicode-xid v0.2.6 |
1460 | 2024-11-02T03:15:37.955Z | Compiling peg-runtime v0.8.3 |
1461 | 2024-11-02T03:15:37.972Z | Compiling lalrpop-util v0.19.12 |
1462 | 2024-11-02T03:15:38.317Z | Compiling xattr v1.3.1 |
1463 | 2024-11-02T03:15:38.596Z | Compiling strum_macros v0.26.4 |
1464 | 2024-11-02T03:15:38.633Z | Compiling filetime v0.2.25 |
1465 | 2024-11-02T03:15:38.967Z | Compiling tar v0.4.42 |
1466 | 2024-11-02T03:15:42.102Z | Compiling strum v0.26.3 |
1467 | 2024-11-02T03:15:42.307Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1468 | 2024-11-02T03:15:42.546Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1469 | 2024-11-02T03:15:47.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
1470 | 2024-11-02T03:15:48.031Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1471 | 2024-11-02T03:15:48.075Z | Nov 02 03:15:46.442 INFO Starting download, target: Cockroach |
1472 | 2024-11-02T03:15:48.075Z | Nov 02 03:15:46.443 INFO Starting download, target: Clickhouse |
1473 | 2024-11-02T03:15:48.075Z | Nov 02 03:15:46.443 INFO Starting download, target: Console |
1474 | 2024-11-02T03:15:48.075Z | Nov 02 03:15:46.443 INFO Starting download, target: DendriteOpenapi |
1475 | 2024-11-02T03:15:48.075Z | Nov 02 03:15:46.443 INFO Starting download, target: DendriteStub |
1476 | 2024-11-02T03:15:48.075Z | Nov 02 03:15:46.443 INFO Starting download, target: MaghemiteMgd |
1477 | 2024-11-02T03:15:48.078Z | Nov 02 03:15:46.443 INFO Starting download, target: TransceiverControl |
1478 | 2024-11-02T03:15:48.078Z | Nov 02 03:15:46.443 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi |
1479 | 2024-11-02T03:15:48.078Z | Nov 02 03:15:46.444 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1480 | 2024-11-02T03:15:48.078Z | Nov 02 03:15:46.444 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1481 | 2024-11-02T03:15:48.078Z | Nov 02 03:15:46.444 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1482 | 2024-11-02T03:15:48.078Z | Nov 02 03:15:46.444 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1483 | 2024-11-02T03:15:48.078Z | Nov 02 03:15:46.444 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1484 | 2024-11-02T03:15:48.078Z | Nov 02 03:15:46.444 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1485 | 2024-11-02T03:15:48.220Z | Nov 02 03:15:46.587 INFO Download complete, target: DendriteOpenapi |
1486 | 2024-11-02T03:15:48.507Z | Nov 02 03:15:46.868 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1487 | 2024-11-02T03:15:48.714Z | Nov 02 03:15:47.082 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1488 | 2024-11-02T03:15:48.764Z | Nov 02 03:15:47.130 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1489 | 2024-11-02T03:15:49.103Z | Nov 02 03:15:47.470 INFO Download complete, target: Console |
1490 | 2024-11-02T03:15:49.187Z | Nov 02 03:15:47.554 INFO Download complete, target: TransceiverControl |
1491 | 2024-11-02T03:15:49.208Z | Nov 02 03:15:47.576 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1492 | 2024-11-02T03:15:50.019Z | Nov 02 03:15:48.387 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1493 | 2024-11-02T03:15:50.020Z | Nov 02 03:15:48.387 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1494 | 2024-11-02T03:15:50.109Z | Nov 02 03:15:48.477 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1495 | 2024-11-02T03:15:51.492Z | Nov 02 03:15:49.859 INFO Download complete, target: DendriteStub |
1496 | 2024-11-02T03:15:51.980Z | Nov 02 03:15:50.348 INFO Download complete, target: MaghemiteMgd |
1497 | 2024-11-02T03:15:57.293Z | Nov 02 03:15:55.659 INFO Checking that binary works, target: Cockroach |
1498 | 2024-11-02T03:15:57.455Z | Nov 02 03:15:55.822 INFO Download complete, target: Cockroach |
1499 | 2024-11-02T03:16:02.203Z | Nov 02 03:16:00.568 INFO Checking that binary works, target: Clickhouse |
1500 | 2024-11-02T03:16:02.597Z | Nov 02 03:16:00.964 INFO Download complete, target: Clickhouse |
1501 | 2024-11-02T03:16:02.843Z | All builder prerequisites installed successfully, and PATH looks valid |
1502 | 2024-11-02T03:16:02.848Z | |
1503 | 2024-11-02T03:16:02.848Z | real 5:12.952638301 |
1504 | 2024-11-02T03:16:02.848Z | user 12:13.254184249 |
1505 | 2024-11-02T03:16:02.849Z | sys 2:40.051760543 |
1506 | 2024-11-02T03:16:02.849Z | trap 0.438397839 |
1507 | 2024-11-02T03:16:02.849Z | tflt 3.995038724 |
1508 | 2024-11-02T03:16:02.849Z | dflt 3.907569443 |
1509 | 2024-11-02T03:16:02.849Z | kflt 0.426688133 |
1510 | 2024-11-02T03:16:02.849Z | lock 22:51.353009391 |
1511 | 2024-11-02T03:16:02.849Z | slp 50:54.164471930 |
1512 | 2024-11-02T03:16:02.849Z | lat 42.965649174 |
1513 | 2024-11-02T03:16:02.849Z | stop 1:54.254764492 |
1514 | 2024-11-02T03:16:02.849Z | + banner clippy |
1515 | 2024-11-02T03:16:02.857Z | |
1516 | 2024-11-02T03:16:02.857Z | #### # # ##### ##### # # |
1517 | 2024-11-02T03:16:02.857Z | # # # # # # # # # # |
1518 | 2024-11-02T03:16:02.857Z | # # # # # # # # |
1519 | 2024-11-02T03:16:02.857Z | # # # ##### ##### # |
1520 | 2024-11-02T03:16:02.857Z | # # # # # # # |
1521 | 2024-11-02T03:16:02.857Z | #### ###### # # # # |
1522 | 2024-11-02T03:16:02.857Z | |
1523 | 2024-11-02T03:16:02.857Z | + export CARGO_INCREMENTAL=0 |
1524 | 2024-11-02T03:16:02.857Z | + CARGO_INCREMENTAL=0 |
1525 | 2024-11-02T03:16:02.857Z | + ptime -m cargo xtask clippy |
1526 | 2024-11-02T03:16:03.330Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1527 | 2024-11-02T03:16:06.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s |
1528 | 2024-11-02T03:16:06.748Z | Running `target/debug/xtask clippy` |
1529 | 2024-11-02T03:16:06.766Z | running: /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1530 | 2024-11-02T03:16:07.351Z | Downloading crates ... |
1531 | 2024-11-02T03:16:07.657Z | Downloaded anes v0.1.6 |
1532 | 2024-11-02T03:16:07.663Z | Downloaded async-executor v1.13.1 |
1533 | 2024-11-02T03:16:07.666Z | Downloaded async-channel v1.9.0 |
1534 | 2024-11-02T03:16:07.668Z | Downloaded criterion-plot v0.5.0 |
1535 | 2024-11-02T03:16:07.674Z | Downloaded nested v0.1.1 |
1536 | 2024-11-02T03:16:07.677Z | Downloaded doc-comment v0.3.3 |
1537 | 2024-11-02T03:16:07.680Z | Downloaded blocking v1.6.1 |
1538 | 2024-11-02T03:16:07.684Z | Downloaded proc-macro-crate v3.2.0 |
1539 | 2024-11-02T03:16:07.686Z | Downloaded oorandom v11.1.4 |
1540 | 2024-11-02T03:16:07.686Z | Downloaded indoc v2.0.5 |
1541 | 2024-11-02T03:16:07.688Z | Downloaded event-listener v2.5.3 |
1542 | 2024-11-02T03:16:07.691Z | Downloaded async-lock v3.4.0 |
1543 | 2024-11-02T03:16:07.694Z | Downloaded async-process v2.3.0 |
1544 | 2024-11-02T03:16:07.700Z | Downloaded futures-timer v3.0.3 |
1545 | 2024-11-02T03:16:07.702Z | Downloaded similar-asserts v1.6.0 |
1546 | 2024-11-02T03:16:07.702Z | Downloaded rustls-native-certs v0.7.3 |
1547 | 2024-11-02T03:16:07.705Z | Downloaded rstest v0.23.0 |
1548 | 2024-11-02T03:16:07.709Z | Downloaded target-spec v3.2.2 |
1549 | 2024-11-02T03:16:07.712Z | Downloaded trybuild v1.0.100 |
1550 | 2024-11-02T03:16:07.715Z | Downloaded cfg-expr v0.17.0 |
1551 | 2024-11-02T03:16:07.718Z | Downloaded path-tree v0.8.1 |
1552 | 2024-11-02T03:16:07.720Z | Downloaded event-listener-strategy v0.5.2 |
1553 | 2024-11-02T03:16:07.732Z | Downloaded plotters v0.3.7 |
1554 | 2024-11-02T03:16:07.741Z | Downloaded async-std v1.13.0 |
1555 | 2024-11-02T03:16:07.760Z | Downloaded num_cpus v1.16.0 |
1556 | 2024-11-02T03:16:07.763Z | Downloaded async-io v2.3.4 |
1557 | 2024-11-02T03:16:07.765Z | Downloaded async-channel v2.3.1 |
1558 | 2024-11-02T03:16:07.768Z | Downloaded async-attributes v1.1.2 |
1559 | 2024-11-02T03:16:07.768Z | Downloaded assert-json-diff v2.0.2 |
1560 | 2024-11-02T03:16:07.771Z | Downloaded approx v0.5.1 |
1561 | 2024-11-02T03:16:07.774Z | Downloaded pathdiff v0.2.2 |
1562 | 2024-11-02T03:16:07.774Z | Downloaded guppy-workspace-hack v0.1.0 |
1563 | 2024-11-02T03:16:07.774Z | Downloaded escape8259 v0.5.3 |
1564 | 2024-11-02T03:16:07.774Z | Downloaded async-object-pool v0.1.5 |
1565 | 2024-11-02T03:16:07.774Z | Downloaded assert_cmd v2.0.16 |
1566 | 2024-11-02T03:16:07.777Z | Downloaded async-global-executor v2.4.1 |
1567 | 2024-11-02T03:16:07.779Z | Downloaded plotters-svg v0.3.7 |
1568 | 2024-11-02T03:16:07.779Z | Downloaded parking v2.2.1 |
1569 | 2024-11-02T03:16:07.779Z | Downloaded piper v0.2.4 |
1570 | 2024-11-02T03:16:07.781Z | Downloaded kv-log-macro v1.0.7 |
1571 | 2024-11-02T03:16:07.786Z | Downloaded cast v0.3.0 |
1572 | 2024-11-02T03:16:07.788Z | Downloaded concurrent-queue v2.5.0 |
1573 | 2024-11-02T03:16:07.794Z | Downloaded async-signal v0.2.10 |
1574 | 2024-11-02T03:16:07.797Z | Downloaded stringmetrics v2.2.2 |
1575 | 2024-11-02T03:16:07.799Z | Downloaded relative-path v1.9.3 |
1576 | 2024-11-02T03:16:07.803Z | Downloaded plotters-backend v0.3.7 |
1577 | 2024-11-02T03:16:07.805Z | Downloaded threadpool v1.8.1 |
1578 | 2024-11-02T03:16:07.805Z | Downloaded serde_regex v1.1.0 |
1579 | 2024-11-02T03:16:07.807Z | Downloaded hyper-rustls v0.26.0 |
1580 | 2024-11-02T03:16:07.810Z | Downloaded httptest v0.16.1 |
1581 | 2024-11-02T03:16:07.812Z | Downloaded libtest-mimic v0.7.3 |
1582 | 2024-11-02T03:16:07.815Z | Downloaded rust-argon2 v2.1.0 |
1583 | 2024-11-02T03:16:07.817Z | Downloaded futures-lite v2.3.0 |
1584 | 2024-11-02T03:16:07.820Z | Downloaded blake2b_simd v1.0.2 |
1585 | 2024-11-02T03:16:07.823Z | Downloaded partial-io v0.5.4 |
1586 | 2024-11-02T03:16:07.823Z | Downloaded target-lexicon v0.12.16 |
1587 | 2024-11-02T03:16:07.825Z | Downloaded event-listener v5.3.1 |
1588 | 2024-11-02T03:16:07.828Z | Downloaded async-task v4.7.1 |
1589 | 2024-11-02T03:16:07.831Z | Downloaded tinytemplate v1.2.1 |
1590 | 2024-11-02T03:16:07.831Z | Downloaded polling v3.7.3 |
1591 | 2024-11-02T03:16:07.837Z | Downloaded rstest_macros v0.23.0 |
1592 | 2024-11-02T03:16:07.840Z | Downloaded yansi v1.0.1 |
1593 | 2024-11-02T03:16:07.842Z | Downloaded rand_distr v0.4.3 |
1594 | 2024-11-02T03:16:07.845Z | Downloaded datatest-stable v0.2.9 |
1595 | 2024-11-02T03:16:07.848Z | Downloaded pretty_assertions v1.4.1 |
1596 | 2024-11-02T03:16:07.863Z | Downloaded fancy-regex v0.13.0 |
1597 | 2024-11-02T03:16:07.866Z | Downloaded criterion v0.5.1 |
1598 | 2024-11-02T03:16:07.872Z | Downloaded guppy v0.17.8 |
1599 | 2024-11-02T03:16:07.929Z | Downloaded httpmock v0.8.0-alpha.1 |
1600 | 2024-11-02T03:16:08.639Z | Checking cfg-if v1.0.0 |
1601 | 2024-11-02T03:16:08.713Z | Checking libc v0.2.161 |
1602 | 2024-11-02T03:16:08.734Z | Checking serde v1.0.210 |
1603 | 2024-11-02T03:16:08.752Z | Checking memchr v2.7.4 |
1604 | 2024-11-02T03:16:08.775Z | Checking value-bag v1.9.0 |
1605 | 2024-11-02T03:16:08.795Z | Checking scopeguard v1.2.0 |
1606 | 2024-11-02T03:16:08.824Z | Checking itoa v1.0.11 |
1607 | 2024-11-02T03:16:08.826Z | Checking zeroize v1.8.1 |
1608 | 2024-11-02T03:16:08.870Z | Checking smallvec v1.13.2 |
1609 | 2024-11-02T03:16:08.926Z | Checking lock_api v0.4.12 |
1610 | 2024-11-02T03:16:09.032Z | Checking pin-project-lite v0.2.14 |
1611 | 2024-11-02T03:16:09.104Z | Checking byteorder v1.5.0 |
1612 | 2024-11-02T03:16:09.163Z | Checking once_cell v1.20.2 |
1613 | 2024-11-02T03:16:09.204Z | Checking log v0.4.22 |
1614 | 2024-11-02T03:16:09.230Z | Checking subtle v2.6.1 |
1615 | 2024-11-02T03:16:09.363Z | Checking typenum v1.17.0 |
1616 | 2024-11-02T03:16:09.463Z | Checking futures-core v0.3.31 |
1617 | 2024-11-02T03:16:09.497Z | Checking libm v0.2.8 |
1618 | 2024-11-02T03:16:09.570Z | Checking thiserror v1.0.64 |
1619 | 2024-11-02T03:16:09.627Z | Checking zerocopy v0.7.35 |
1620 | 2024-11-02T03:16:09.675Z | Checking ryu v1.0.18 |
1621 | 2024-11-02T03:16:09.710Z | Checking spin v0.9.8 |
1622 | 2024-11-02T03:16:09.767Z | Checking const-oid v0.9.6 |
1623 | 2024-11-02T03:16:09.868Z | Checking getrandom v0.2.15 |
1624 | 2024-11-02T03:16:09.933Z | Checking signal-hook-registry v1.4.2 |
1625 | 2024-11-02T03:16:10.074Z | Checking parking_lot_core v0.9.10 |
1626 | 2024-11-02T03:16:10.107Z | Checking rand_core v0.6.4 |
1627 | 2024-11-02T03:16:10.207Z | Checking mio v1.0.2 |
1628 | 2024-11-02T03:16:10.410Z | Checking parking_lot v0.12.3 |
1629 | 2024-11-02T03:16:10.436Z | Checking socket2 v0.5.7 |
1630 | 2024-11-02T03:16:10.441Z | Checking num-traits v0.2.19 |
1631 | 2024-11-02T03:16:10.723Z | Checking generic-array v0.14.7 |
1632 | 2024-11-02T03:16:10.752Z | Checking futures-io v0.3.31 |
1633 | 2024-11-02T03:16:10.839Z | Checking slab v0.4.9 |
1634 | 2024-11-02T03:16:10.920Z | Checking allocator-api2 v0.2.18 |
1635 | 2024-11-02T03:16:10.952Z | Checking futures-sink v0.3.31 |
1636 | 2024-11-02T03:16:11.101Z | Checking cpufeatures v0.2.14 |
1637 | 2024-11-02T03:16:11.125Z | Checking pin-utils v0.1.0 |
1638 | 2024-11-02T03:16:11.150Z | Checking foldhash v0.1.3 |
1639 | 2024-11-02T03:16:11.187Z | Checking equivalent v1.0.1 |
1640 | 2024-11-02T03:16:11.233Z | Checking futures-channel v0.3.31 |
1641 | 2024-11-02T03:16:11.302Z | Checking futures-task v0.3.31 |
1642 | 2024-11-02T03:16:11.342Z | Checking fnv v1.0.7 |
1643 | 2024-11-02T03:16:11.486Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1644 | 2024-11-02T03:16:11.536Z | Checking tracing-core v0.1.32 |
1645 | 2024-11-02T03:16:11.574Z | Checking hashbrown v0.15.0 |
1646 | 2024-11-02T03:16:11.576Z | Checking futures-util v0.3.31 |
1647 | 2024-11-02T03:16:11.617Z | Checking iana-time-zone v0.1.61 |
1648 | 2024-11-02T03:16:11.754Z | Checking ppv-lite86 v0.2.20 |
1649 | 2024-11-02T03:16:11.816Z | Checking errno v0.3.9 |
1650 | 2024-11-02T03:16:11.908Z | Checking crypto-common v0.1.6 |
1651 | 2024-11-02T03:16:11.986Z | Checking block-buffer v0.10.4 |
1652 | 2024-11-02T03:16:12.096Z | Checking tinyvec_macros v0.1.1 |
1653 | 2024-11-02T03:16:12.125Z | Checking unicode-bidi v0.3.17 |
1654 | 2024-11-02T03:16:12.198Z | Checking tracing v0.1.40 |
1655 | 2024-11-02T03:16:12.201Z | Checking tinyvec v1.8.0 |
1656 | 2024-11-02T03:16:12.242Z | Checking digest v0.10.7 |
1657 | 2024-11-02T03:16:12.516Z | Checking rand_chacha v0.3.1 |
1658 | 2024-11-02T03:16:12.545Z | Checking block-padding v0.3.3 |
1659 | 2024-11-02T03:16:12.640Z | Checking dyn-clone v1.0.17 |
1660 | 2024-11-02T03:16:12.704Z | Checking percent-encoding v2.3.1 |
1661 | 2024-11-02T03:16:12.758Z | Checking inout v0.1.3 |
1662 | 2024-11-02T03:16:12.782Z | Checking crossbeam-utils v0.8.20 |
1663 | 2024-11-02T03:16:12.784Z | Checking httparse v1.9.5 |
1664 | 2024-11-02T03:16:12.910Z | Checking rand v0.8.5 |
1665 | 2024-11-02T03:16:12.934Z | Checking form_urlencoded v1.2.1 |
1666 | 2024-11-02T03:16:12.969Z | Checking cipher v0.4.4 |
1667 | 2024-11-02T03:16:13.141Z | Checking regex-syntax v0.8.5 |
1668 | 2024-11-02T03:16:13.241Z | Checking base64ct v1.6.0 |
1669 | 2024-11-02T03:16:13.358Z | Checking hmac v0.12.1 |
1670 | 2024-11-02T03:16:13.437Z | Checking sha2 v0.10.8 |
1671 | 2024-11-02T03:16:13.510Z | Checking unicode-normalization v0.1.24 |
1672 | 2024-11-02T03:16:13.570Z | Checking aho-corasick v1.1.3 |
1673 | 2024-11-02T03:16:13.699Z | Checking untrusted v0.9.0 |
1674 | 2024-11-02T03:16:13.851Z | Checking bytes v1.7.2 |
1675 | 2024-11-02T03:16:13.875Z | Checking bitflags v2.6.0 |
1676 | 2024-11-02T03:16:13.997Z | Checking serde_json v1.0.128 |
1677 | 2024-11-02T03:16:14.137Z | Checking indexmap v2.6.0 |
1678 | 2024-11-02T03:16:14.196Z | Checking chrono v0.4.38 |
1679 | 2024-11-02T03:16:14.427Z | Checking rustix v0.38.37 |
1680 | 2024-11-02T03:16:14.626Z | Checking tokio v1.40.0 |
1681 | 2024-11-02T03:16:15.308Z | Checking uuid v1.10.0 |
1682 | 2024-11-02T03:16:15.506Z | Checking http v1.1.0 |
1683 | 2024-11-02T03:16:15.755Z | Checking atomic-waker v1.1.2 |
1684 | 2024-11-02T03:16:15.885Z | Checking ring v0.17.8 |
1685 | 2024-11-02T03:16:15.944Z | Checking lazy_static v1.5.0 |
1686 | 2024-11-02T03:16:16.068Z | Checking adler2 v2.0.0 |
1687 | 2024-11-02T03:16:16.229Z | Checking unicode-ident v1.0.13 |
1688 | 2024-11-02T03:16:16.260Z | Checking schemars v0.8.21 |
1689 | 2024-11-02T03:16:16.408Z | Checking miniz_oxide v0.8.0 |
1690 | 2024-11-02T03:16:16.489Z | Checking regex-automata v0.4.8 |
1691 | 2024-11-02T03:16:16.867Z | Checking idna v0.5.0 |
1692 | 2024-11-02T03:16:17.023Z | Checking pem-rfc7468 v0.7.0 |
1693 | 2024-11-02T03:16:17.203Z | Checking try-lock v0.2.5 |
1694 | 2024-11-02T03:16:17.305Z | Checking httpdate v1.0.3 |
1695 | 2024-11-02T03:16:17.349Z | Checking powerfmt v0.2.0 |
1696 | 2024-11-02T03:16:17.557Z | Checking want v0.3.1 |
1697 | 2024-11-02T03:16:17.621Z | Checking deranged v0.3.11 |
1698 | 2024-11-02T03:16:17.709Z | Checking url v2.5.2 |
1699 | 2024-11-02T03:16:17.745Z | Checking proc-macro2 v1.0.87 |
1700 | 2024-11-02T03:16:17.769Z | Checking num_threads v0.1.7 |
1701 | 2024-11-02T03:16:17.887Z | Checking time-core v0.1.2 |
1702 | 2024-11-02T03:16:17.925Z | Checking rustls-pki-types v1.9.0 |
1703 | 2024-11-02T03:16:17.953Z | Checking num-conv v0.1.0 |
1704 | 2024-11-02T03:16:18.045Z | Checking base64 v0.22.1 |
1705 | 2024-11-02T03:16:18.219Z | Checking flagset v0.4.6 |
1706 | 2024-11-02T03:16:18.427Z | Checking der v0.7.9 |
1707 | 2024-11-02T03:16:18.466Z | Checking quote v1.0.37 |
1708 | 2024-11-02T03:16:18.491Z | Checking http-body v1.0.1 |
1709 | 2024-11-02T03:16:18.530Z | Checking pbkdf2 v0.12.2 |
1710 | 2024-11-02T03:16:18.532Z | Checking aes v0.8.4 |
1711 | 2024-11-02T03:16:18.679Z | Checking tower-service v0.3.3 |
1712 | 2024-11-02T03:16:18.705Z | Checking cbc v0.1.2 |
1713 | 2024-11-02T03:16:18.804Z | Checking salsa20 v0.10.2 |
1714 | 2024-11-02T03:16:18.835Z | Checking syn v2.0.79 |
1715 | 2024-11-02T03:16:18.926Z | Checking ahash v0.8.11 |
1716 | 2024-11-02T03:16:19.039Z | Checking scrypt v0.11.0 |
1717 | 2024-11-02T03:16:19.278Z | Checking rustls-webpki v0.102.8 |
1718 | 2024-11-02T03:16:19.418Z | Checking time v0.3.36 |
1719 | 2024-11-02T03:16:19.444Z | Checking slog v2.7.0 |
1720 | 2024-11-02T03:16:19.529Z | Checking mime v0.3.17 |
1721 | 2024-11-02T03:16:19.876Z | Checking gimli v0.31.1 |
1722 | 2024-11-02T03:16:19.955Z | Checking object v0.36.5 |
1723 | 2024-11-02T03:16:20.061Z | Checking rustc-demangle v0.1.24 |
1724 | 2024-11-02T03:16:20.313Z | Checking spki v0.7.3 |
1725 | 2024-11-02T03:16:20.488Z | Checking ipnet v2.10.1 |
1726 | 2024-11-02T03:16:20.596Z | Checking pkcs5 v0.7.1 |
1727 | 2024-11-02T03:16:20.949Z | Checking utf8parse v0.2.2 |
1728 | 2024-11-02T03:16:20.982Z | Checking regex v1.11.0 |
1729 | 2024-11-02T03:16:21.097Z | Checking unicode-width v0.1.14 |
1730 | 2024-11-02T03:16:21.100Z | Checking pkcs8 v0.10.2 |
1731 | 2024-11-02T03:16:21.458Z | Checking data-encoding v2.6.0 |
1732 | 2024-11-02T03:16:21.602Z | Checking futures-executor v0.3.31 |
1733 | 2024-11-02T03:16:21.629Z | Checking toml_datetime v0.6.8 |
1734 | 2024-11-02T03:16:21.783Z | Checking tokio-util v0.7.12 |
1735 | 2024-11-02T03:16:21.828Z | Checking serde_spanned v0.6.8 |
1736 | 2024-11-02T03:16:21.909Z | Checking anstyle v1.0.10 |
1737 | 2024-11-02T03:16:21.956Z | Checking futures v0.3.31 |
1738 | 2024-11-02T03:16:22.027Z | Checking http-body-util v0.1.2 |
1739 | 2024-11-02T03:16:22.076Z | Checking serde_urlencoded v0.7.1 |
1740 | 2024-11-02T03:16:22.128Z | Checking encoding_rs v0.8.34 |
1741 | 2024-11-02T03:16:22.273Z | Checking openssl-probe v0.1.5 |
1742 | 2024-11-02T03:16:22.417Z | Checking foreign-types-shared v0.1.1 |
1743 | 2024-11-02T03:16:22.495Z | Checking rustls-pemfile v2.2.0 |
1744 | 2024-11-02T03:16:22.522Z | Checking semver v1.0.23 |
1745 | 2024-11-02T03:16:22.547Z | Checking foreign-types v0.3.2 |
1746 | 2024-11-02T03:16:22.649Z | Checking sha1 v0.10.6 |
1747 | 2024-11-02T03:16:22.675Z | Checking h2 v0.4.6 |
1748 | 2024-11-02T03:16:22.705Z | Checking openssl-sys v0.9.103 |
1749 | 2024-11-02T03:16:22.929Z | Checking anstyle-parse v0.2.5 |
1750 | 2024-11-02T03:16:22.955Z | Checking is_terminal_polyfill v1.70.1 |
1751 | 2024-11-02T03:16:23.081Z | Checking anstyle-query v1.1.1 |
1752 | 2024-11-02T03:16:23.210Z | Checking colorchoice v1.0.2 |
1753 | 2024-11-02T03:16:23.235Z | Checking rustls v0.23.14 |
1754 | 2024-11-02T03:16:23.357Z | Checking anstream v0.6.15 |
1755 | 2024-11-02T03:16:23.730Z | Checking terminal_size v0.4.0 |
1756 | 2024-11-02T03:16:23.834Z | Checking addr2line v0.24.2 |
1757 | 2024-11-02T03:16:23.893Z | Checking camino v1.1.9 |
1758 | 2024-11-02T03:16:23.975Z | Checking openssl v0.10.66 |
1759 | 2024-11-02T03:16:24.339Z | Checking signature v2.2.0 |
1760 | 2024-11-02T03:16:24.458Z | Checking clap_lex v0.7.2 |
1761 | 2024-11-02T03:16:24.502Z | Checking winnow v0.6.20 |
1762 | 2024-11-02T03:16:24.560Z | Checking either v1.13.0 |
1763 | 2024-11-02T03:16:24.714Z | Checking strsim v0.11.1 |
1764 | 2024-11-02T03:16:24.969Z | Checking openapiv3 v2.0.0 |
1765 | 2024-11-02T03:16:25.008Z | Checking clap_builder v4.5.20 |
1766 | 2024-11-02T03:16:25.374Z | Checking idna v0.3.0 |
1767 | 2024-11-02T03:16:26.216Z | Checking psl-types v2.0.11 |
1768 | 2024-11-02T03:16:26.413Z | Checking publicsuffix v2.2.3 |
1769 | 2024-11-02T03:16:26.578Z | Checking backtrace v0.3.74 |
1770 | 2024-11-02T03:16:26.631Z | Checking cookie v0.18.1 |
1771 | 2024-11-02T03:16:27.217Z | Checking webpki-roots v0.26.6 |
1772 | 2024-11-02T03:16:27.221Z | Checking anyhow v1.0.92 |
1773 | 2024-11-02T03:16:27.312Z | Checking is-terminal v0.4.13 |
1774 | 2024-11-02T03:16:27.441Z | Checking scroll v0.12.0 |
1775 | 2024-11-02T03:16:27.500Z | Checking base16ct v0.2.0 |
1776 | 2024-11-02T03:16:27.565Z | Checking plain v0.2.3 |
1777 | 2024-11-02T03:16:27.696Z | Checking ucd-trie v0.1.7 |
1778 | 2024-11-02T03:16:27.721Z | Checking sec1 v0.7.3 |
1779 | 2024-11-02T03:16:27.899Z | Checking pest v2.7.14 |
1780 | 2024-11-02T03:16:27.921Z | Checking goblin v0.8.2 |
1781 | 2024-11-02T03:16:28.105Z | Checking cookie_store v0.21.0 |
1782 | 2024-11-02T03:16:28.161Z | Checking clap v4.5.20 |
1783 | 2024-11-02T03:16:28.285Z | Checking num-integer v0.1.46 |
1784 | 2024-11-02T03:16:28.309Z | Checking tokio-rustls v0.26.0 |
1785 | 2024-11-02T03:16:28.450Z | Checking ff v0.13.0 |
1786 | 2024-11-02T03:16:28.662Z | Checking sync_wrapper v1.0.1 |
1787 | 2024-11-02T03:16:28.710Z | Checking pretty-hex v0.4.1 |
1788 | 2024-11-02T03:16:28.765Z | Checking group v0.13.0 |
1789 | 2024-11-02T03:16:28.790Z | Checking hkdf v0.12.4 |
1790 | 2024-11-02T03:16:28.815Z | Checking crypto-bigint v0.5.5 |
1791 | 2024-11-02T03:16:28.889Z | Checking thread-id v4.2.2 |
1792 | 2024-11-02T03:16:28.970Z | Checking hyper v1.4.1 |
1793 | 2024-11-02T03:16:29.008Z | Checking crc32fast v1.4.2 |
1794 | 2024-11-02T03:16:29.011Z | Checking bitflags v1.3.2 |
1795 | 2024-11-02T03:16:29.047Z | Checking utf-8 v0.7.6 |
1796 | 2024-11-02T03:16:29.154Z | Checking static_assertions v1.1.0 |
1797 | 2024-11-02T03:16:29.235Z | Checking toml_edit v0.22.22 |
1798 | 2024-11-02T03:16:29.263Z | Checking dirs-sys-next v0.1.2 |
1799 | 2024-11-02T03:16:29.314Z | Checking memmap v0.7.0 |
1800 | 2024-11-02T03:16:29.451Z | Checking stable_deref_trait v1.2.0 |
1801 | 2024-11-02T03:16:29.529Z | Checking unicode-segmentation v1.12.0 |
1802 | 2024-11-02T03:16:29.570Z | Checking dirs-next v2.0.0 |
1803 | 2024-11-02T03:16:29.663Z | Checking native-tls v0.2.12 |
1804 | 2024-11-02T03:16:29.707Z | Checking num-iter v0.1.45 |
1805 | 2024-11-02T03:16:29.899Z | Checking crossbeam-channel v0.5.13 |
1806 | 2024-11-02T03:16:30.000Z | Checking tokio-native-tls v0.3.1 |
1807 | 2024-11-02T03:16:30.209Z | Checking crossbeam-epoch v0.9.18 |
1808 | 2024-11-02T03:16:30.266Z | Checking thread_local v1.1.8 |
1809 | 2024-11-02T03:16:30.395Z | Checking dtrace-parser v0.2.0 |
1810 | 2024-11-02T03:16:30.564Z | Checking term v0.7.0 |
1811 | 2024-11-02T03:16:30.660Z | Checking bstr v1.10.0 |
1812 | 2024-11-02T03:16:30.662Z | Checking hex v0.4.3 |
1813 | 2024-11-02T03:16:30.884Z | Checking rfc6979 v0.4.0 |
1814 | 2024-11-02T03:16:31.001Z | Checking take_mut v0.2.2 |
1815 | 2024-11-02T03:16:31.066Z | Checking match_cfg v0.1.0 |
1816 | 2024-11-02T03:16:31.094Z | Checking hyper-util v0.1.9 |
1817 | 2024-11-02T03:16:31.152Z | Checking managed v0.8.0 |
1818 | 2024-11-02T03:16:31.177Z | Checking winnow v0.5.40 |
1819 | 2024-11-02T03:16:31.202Z | Checking hostname v0.3.1 |
1820 | 2024-11-02T03:16:31.336Z | Checking slog-async v2.8.0 |
1821 | 2024-11-02T03:16:31.549Z | Checking slog-term v2.9.1 |
1822 | 2024-11-02T03:16:31.583Z | Checking crossbeam-deque v0.8.5 |
1823 | 2024-11-02T03:16:31.614Z | Checking elliptic-curve v0.13.8 |
1824 | 2024-11-02T03:16:31.639Z | Checking num-bigint-dig v0.8.4 |
1825 | 2024-11-02T03:16:31.896Z | Checking toml v0.8.19 |
1826 | 2024-11-02T03:16:31.920Z | Checking flate2 v1.0.34 |
1827 | 2024-11-02T03:16:32.028Z | Checking pkcs1 v0.7.5 |
1828 | 2024-11-02T03:16:32.276Z | Checking ecdsa v0.16.9 |
1829 | 2024-11-02T03:16:32.460Z | Checking curve25519-dalek v4.1.3 |
1830 | 2024-11-02T03:16:32.589Z | Checking zerocopy v0.6.6 |
1831 | 2024-11-02T03:16:32.620Z | Checking siphasher v0.3.11 |
1832 | 2024-11-02T03:16:32.830Z | Checking dof v0.3.0 |
1833 | 2024-11-02T03:16:32.909Z | Checking rayon-core v1.12.1 |
1834 | 2024-11-02T03:16:33.015Z | Checking ed25519 v2.2.3 |
1835 | 2024-11-02T03:16:33.253Z | Checking hyper-tls v0.6.0 |
1836 | 2024-11-02T03:16:33.320Z | Checking hyper-rustls v0.27.3 |
1837 | 2024-11-02T03:16:33.383Z | Checking rustls v0.22.4 |
1838 | 2024-11-02T03:16:33.462Z | Checking usdt-impl v0.5.0 |
1839 | 2024-11-02T03:16:33.525Z | Checking signal-hook v0.3.17 |
1840 | 2024-11-02T03:16:33.589Z | Checking quick-error v1.2.3 |
1841 | 2024-11-02T03:16:33.653Z | Checking reqwest v0.12.8 |
1842 | 2024-11-02T03:16:33.730Z | Checking itertools v0.10.5 |
1843 | 2024-11-02T03:16:33.830Z | Checking rsa v0.9.6 |
1844 | 2024-11-02T03:16:33.878Z | Checking slog-json v2.6.1 |
1845 | 2024-11-02T03:16:33.982Z | Checking usdt v0.5.0 |
1846 | 2024-11-02T03:16:34.123Z | Checking x509-cert v0.2.5 |
1847 | 2024-11-02T03:16:34.227Z | Checking idna v0.4.0 |
1848 | 2024-11-02T03:16:34.230Z | Checking toml_edit v0.19.15 |
1849 | 2024-11-02T03:16:34.343Z | Checking ed25519-dalek v2.1.1 |
1850 | 2024-11-02T03:16:34.808Z | Checking hubpack v0.1.2 |
1851 | 2024-11-02T03:16:34.847Z | Checking bzip2-sys v0.1.11+1.0.8 |
1852 | 2024-11-02T03:16:34.984Z | Checking debug-ignore v1.0.5 |
1853 | 2024-11-02T03:16:35.112Z | Checking bit-vec v0.6.3 |
1854 | 2024-11-02T03:16:35.132Z | Checking hickory-proto v0.24.1 |
1855 | 2024-11-02T03:16:35.155Z | Checking bzip2 v0.4.4 |
1856 | 2024-11-02T03:16:35.441Z | Checking slog-bunyan v2.5.0 |
1857 | 2024-11-02T03:16:35.443Z | Checking bit-set v0.5.3 |
1858 | 2024-11-02T03:16:35.552Z | Checking signal-hook-mio v0.2.4 |
1859 | 2024-11-02T03:16:35.609Z | Checking multer v3.1.0 |
1860 | 2024-11-02T03:16:35.634Z | Checking console v0.15.8 |
1861 | 2024-11-02T03:16:35.705Z | Checking waitgroup v0.1.2 |
1862 | 2024-11-02T03:16:35.730Z | Checking serde_path_to_error v0.1.16 |
1863 | 2024-11-02T03:16:35.853Z | Checking async-stream v0.3.6 |
1864 | 2024-11-02T03:16:36.011Z | Checking hostname v0.4.0 |
1865 | 2024-11-02T03:16:36.057Z | Checking hash32 v0.2.1 |
1866 | 2024-11-02T03:16:36.081Z | Checking linked-hash-map v0.5.6 |
1867 | 2024-11-02T03:16:36.147Z | Checking predicates-core v1.0.8 |
1868 | 2024-11-02T03:16:36.175Z | Checking unicode-properties v0.1.3 |
1869 | 2024-11-02T03:16:36.318Z | Checking crossterm v0.28.1 |
1870 | 2024-11-02T03:16:36.344Z | Checking rayon v1.10.0 |
1871 | 2024-11-02T03:16:36.367Z | Checking heapless v0.7.17 |
1872 | 2024-11-02T03:16:36.416Z | Checking lru-cache v0.1.2 |
1873 | 2024-11-02T03:16:36.527Z | Checking stringprep v0.1.5 |
1874 | 2024-11-02T03:16:36.595Z | Checking phf_shared v0.11.2 |
1875 | 2024-11-02T03:16:36.793Z | Checking toml v0.7.8 |
1876 | 2024-11-02T03:16:36.819Z | Checking similar v2.6.0 |
1877 | 2024-11-02T03:16:36.902Z | Checking tokio-stream v0.1.16 |
1878 | 2024-11-02T03:16:37.018Z | Checking tokio-rustls v0.25.0 |
1879 | 2024-11-02T03:16:37.390Z | Checking dropshot v0.12.0 |
1880 | 2024-11-02T03:16:37.414Z | Checking md-5 v0.10.6 |
1881 | 2024-11-02T03:16:37.498Z | Checking float-cmp v0.9.0 |
1882 | 2024-11-02T03:16:37.654Z | Checking fixedbitset v0.4.2 |
1883 | 2024-11-02T03:16:37.695Z | Checking fallible-iterator v0.2.0 |
1884 | 2024-11-02T03:16:37.722Z | Checking normalize-line-endings v0.3.0 |
1885 | 2024-11-02T03:16:37.811Z | Checking difflib v0.4.0 |
1886 | 2024-11-02T03:16:37.846Z | Checking smoltcp v0.9.1 |
1887 | 2024-11-02T03:16:37.948Z | Checking petgraph v0.6.5 |
1888 | 2024-11-02T03:16:38.101Z | Checking phf v0.11.2 |
1889 | 2024-11-02T03:16:38.152Z | Checking predicates v3.1.2 |
1890 | 2024-11-02T03:16:38.312Z | Checking postgres-protocol v0.6.7 |
1891 | 2024-11-02T03:16:38.379Z | Checking zip v0.6.6 |
1892 | 2024-11-02T03:16:38.818Z | Checking resolv-conf v0.7.0 |
1893 | 2024-11-02T03:16:39.032Z | Checking phf_shared v0.10.0 |
1894 | 2024-11-02T03:16:39.091Z | Checking tungstenite v0.24.0 |
1895 | 2024-11-02T03:16:39.179Z | Checking fs-err v2.11.0 |
1896 | 2024-11-02T03:16:39.325Z | Checking serde-big-array v0.5.1 |
1897 | 2024-11-02T03:16:39.351Z | Checking portable-atomic v1.9.0 |
1898 | 2024-11-02T03:16:39.561Z | Checking number_prefix v0.4.0 |
1899 | 2024-11-02T03:16:39.733Z | Checking new_debug_unreachable v1.0.6 |
1900 | 2024-11-02T03:16:39.772Z | Checking precomputed-hash v0.1.1 |
1901 | 2024-11-02T03:16:39.824Z | Checking minimal-lexical v0.2.1 |
1902 | 2024-11-02T03:16:39.846Z | Checking lalrpop-util v0.19.12 |
1903 | 2024-11-02T03:16:39.891Z | Checking string_cache v0.8.7 |
1904 | 2024-11-02T03:16:39.998Z | Checking tokio-tungstenite v0.24.0 |
1905 | 2024-11-02T03:16:40.131Z | Checking hickory-resolver v0.24.1 |
1906 | 2024-11-02T03:16:40.179Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1907 | 2024-11-02T03:16:40.222Z | Checking nom v7.1.3 |
1908 | 2024-11-02T03:16:40.282Z | Checking postgres-types v0.2.8 |
1909 | 2024-11-02T03:16:40.356Z | Checking indicatif v0.17.8 |
1910 | 2024-11-02T03:16:40.514Z | Checking itertools v0.12.1 |
1911 | 2024-11-02T03:16:41.014Z | Checking whoami v1.5.2 |
1912 | 2024-11-02T03:16:41.096Z | Checking peg-runtime v0.8.3 |
1913 | 2024-11-02T03:16:41.268Z | Compiling hashbrown v0.14.5 |
1914 | 2024-11-02T03:16:41.311Z | Compiling unsafe-libyaml v0.2.11 |
1915 | 2024-11-02T03:16:41.335Z | Checking tokio-postgres v0.7.12 |
1916 | 2024-11-02T03:16:41.733Z | Checking qorb v0.2.0 |
1917 | 2024-11-02T03:16:42.544Z | Compiling regress v0.10.1 |
1918 | 2024-11-02T03:16:42.590Z | Compiling serde_yaml v0.9.34+deprecated |
1919 | 2024-11-02T03:16:43.135Z | Compiling ident_case v1.0.1 |
1920 | 2024-11-02T03:16:43.155Z | Checking heck v0.5.0 |
1921 | 2024-11-02T03:16:43.328Z | Compiling darling_core v0.20.10 |
1922 | 2024-11-02T03:16:43.351Z | Checking progenitor-client v0.8.0 |
1923 | 2024-11-02T03:16:43.661Z | Checking fastrand v2.1.1 |
1924 | 2024-11-02T03:16:44.005Z | Compiling newtype-uuid v1.1.2 |
1925 | 2024-11-02T03:16:44.347Z | Checking ipnetwork v0.20.0 |
1926 | 2024-11-02T03:16:44.393Z | Compiling structmeta-derive v0.3.0 |
1927 | 2024-11-02T03:16:44.667Z | Checking strum v0.26.3 |
1928 | 2024-11-02T03:16:44.742Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1929 | 2024-11-02T03:16:45.094Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1930 | 2024-11-02T03:16:45.423Z | Checking tempfile v3.13.0 |
1931 | 2024-11-02T03:16:45.486Z | Checking instant v0.1.13 |
1932 | 2024-11-02T03:16:45.606Z | Checking regress v0.9.1 |
1933 | 2024-11-02T03:16:45.713Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1934 | 2024-11-02T03:16:45.811Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1935 | 2024-11-02T03:16:46.121Z | Checking macaddr v1.0.1 |
1936 | 2024-11-02T03:16:46.434Z | Compiling typify-impl v0.2.0 |
1937 | 2024-11-02T03:16:46.483Z | Checking backoff v0.4.0 |
1938 | 2024-11-02T03:16:46.662Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1939 | 2024-11-02T03:16:46.772Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1940 | 2024-11-02T03:16:46.818Z | Checking wait-timeout v0.2.0 |
1941 | 2024-11-02T03:16:46.931Z | Checking rand_xorshift v0.3.0 |
1942 | 2024-11-02T03:16:46.992Z | Checking rusty-fork v0.3.0 |
1943 | 2024-11-02T03:16:47.106Z | Compiling structmeta-derive v0.2.0 |
1944 | 2024-11-02T03:16:47.228Z | Compiling structmeta v0.3.0 |
1945 | 2024-11-02T03:16:47.278Z | Checking unarray v0.1.4 |
1946 | 2024-11-02T03:16:47.415Z | Checking camino-tempfile v1.1.1 |
1947 | 2024-11-02T03:16:47.445Z | Checking proptest v1.5.0 |
1948 | 2024-11-02T03:16:47.638Z | Compiling parse-display-derive v0.10.0 |
1949 | 2024-11-02T03:16:47.707Z | Compiling proc-macro-error v1.0.4 |
1950 | 2024-11-02T03:16:48.401Z | Compiling proc-macro-crate v1.3.1 |
1951 | 2024-11-02T03:16:49.151Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1952 | 2024-11-02T03:16:49.294Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1953 | 2024-11-02T03:16:49.436Z | Compiling num_enum_derive v0.5.11 |
1954 | 2024-11-02T03:16:49.575Z | Compiling foreign-types-macros v0.2.3 |
1955 | 2024-11-02T03:16:49.728Z | Checking foreign-types-shared v0.3.1 |
1956 | 2024-11-02T03:16:49.827Z | Compiling darling_macro v0.20.10 |
1957 | 2024-11-02T03:16:49.929Z | Compiling structmeta v0.2.0 |
1958 | 2024-11-02T03:16:50.173Z | Checking tabwriter v1.4.0 |
1959 | 2024-11-02T03:16:50.313Z | Compiling test-strategy v0.3.1 |
1960 | 2024-11-02T03:16:50.399Z | Checking cstr-argument v0.1.2 |
1961 | 2024-11-02T03:16:50.588Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1962 | 2024-11-02T03:16:50.748Z | Compiling darling v0.20.10 |
1963 | 2024-11-02T03:16:50.852Z | Checking foreign-types v0.5.0 |
1964 | 2024-11-02T03:16:50.883Z | Compiling serde_with_macros v3.11.0 |
1965 | 2024-11-02T03:16:50.973Z | Checking pretty-hex v0.2.1 |
1966 | 2024-11-02T03:16:51.143Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1967 | 2024-11-02T03:16:51.394Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1968 | 2024-11-02T03:16:51.482Z | Checking colored v2.1.0 |
1969 | 2024-11-02T03:16:51.547Z | Checking smf v0.2.3 |
1970 | 2024-11-02T03:16:51.806Z | Checking base64 v0.21.7 |
1971 | 2024-11-02T03:16:51.896Z | Checking num_enum v0.5.11 |
1972 | 2024-11-02T03:16:51.946Z | Checking parse-display v0.10.0 |
1973 | 2024-11-02T03:16:52.009Z | Compiling crucible-workspace-hack v0.1.0 |
1974 | 2024-11-02T03:16:52.050Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1975 | 2024-11-02T03:16:52.176Z | Checking termtree v0.4.1 |
1976 | 2024-11-02T03:16:52.213Z | Compiling heapless v0.8.0 |
1977 | 2024-11-02T03:16:52.255Z | Checking hash32 v0.3.1 |
1978 | 2024-11-02T03:16:52.337Z | Compiling smoltcp v0.11.0 |
1979 | 2024-11-02T03:16:52.373Z | Checking predicates-tree v1.0.11 |
1980 | 2024-11-02T03:16:52.420Z | Checking cobs v0.2.3 |
1981 | 2024-11-02T03:16:52.447Z | Checking sigpipe v0.1.3 |
1982 | 2024-11-02T03:16:52.535Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1983 | 2024-11-02T03:16:52.561Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1984 | 2024-11-02T03:16:52.610Z | Checking postcard v1.0.10 |
1985 | 2024-11-02T03:16:52.718Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1986 | 2024-11-02T03:16:52.921Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1987 | 2024-11-02T03:16:53.060Z | Compiling mockall_derive v0.13.0 |
1988 | 2024-11-02T03:16:53.161Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1989 | 2024-11-02T03:16:53.246Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1990 | 2024-11-02T03:16:53.487Z | Compiling zone_cfg_derive v0.3.0 |
1991 | 2024-11-02T03:16:53.539Z | Checking serde_with v3.11.0 |
1992 | 2024-11-02T03:16:53.593Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1993 | 2024-11-02T03:16:53.930Z | Compiling num-derive v0.4.2 |
1994 | 2024-11-02T03:16:53.953Z | Checking fragile v2.0.0 |
1995 | 2024-11-02T03:16:54.209Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1996 | 2024-11-02T03:16:54.605Z | Checking downcast v0.11.0 |
1997 | 2024-11-02T03:16:54.862Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1998 | 2024-11-02T03:16:54.971Z | Checking zone v0.3.0 |
1999 | 2024-11-02T03:16:55.135Z | Checking atomicwrites v0.4.4 |
2000 | 2024-11-02T03:16:55.336Z | Compiling convert_case v0.4.0 |
2001 | 2024-11-02T03:16:55.626Z | Checking tungstenite v0.21.0 |
2002 | 2024-11-02T03:16:55.782Z | Checking newline-converter v0.3.0 |
2003 | 2024-11-02T03:16:55.942Z | Checking expectorate v1.1.0 |
2004 | 2024-11-02T03:16:56.119Z | Checking itertools v0.13.0 |
2005 | 2024-11-02T03:16:56.250Z | Compiling derive_more v0.99.18 |
2006 | 2024-11-02T03:16:56.361Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2007 | 2024-11-02T03:16:56.506Z | Checking tokio-tungstenite v0.21.0 |
2008 | 2024-11-02T03:16:56.822Z | Checking same-file v1.0.6 |
2009 | 2024-11-02T03:16:57.007Z | Checking arc-swap v1.7.1 |
2010 | 2024-11-02T03:16:57.010Z | Checking walkdir v2.5.0 |
2011 | 2024-11-02T03:16:57.051Z | Checking xattr v1.3.1 |
2012 | 2024-11-02T03:16:57.086Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2013 | 2024-11-02T03:16:57.255Z | Checking filetime v0.2.25 |
2014 | 2024-11-02T03:16:57.315Z | Compiling owo-colors v4.1.0 |
2015 | 2024-11-02T03:16:57.432Z | Checking slog-scope v4.4.0 |
2016 | 2024-11-02T03:16:57.466Z | Checking tar v0.4.42 |
2017 | 2024-11-02T03:16:57.616Z | Compiling cancel-safe-futures v0.1.5 |
2018 | 2024-11-02T03:16:57.640Z | Checking slog-stdlog v4.1.1 |
2019 | 2024-11-02T03:16:57.815Z | Checking slog-envlogger v2.2.0 |
2020 | 2024-11-02T03:16:57.976Z | Checking swrite v0.1.0 |
2021 | 2024-11-02T03:16:58.313Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2022 | 2024-11-02T03:16:58.462Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2023 | 2024-11-02T03:16:58.588Z | Checking libsw v3.3.1 |
2024 | 2024-11-02T03:16:58.660Z | Checking password-hash v0.5.0 |
2025 | 2024-11-02T03:16:58.811Z | Checking blake2 v0.10.6 |
2026 | 2024-11-02T03:16:58.873Z | Checking linear-map v1.2.0 |
2027 | 2024-11-02T03:16:59.136Z | Checking indent_write v2.2.0 |
2028 | 2024-11-02T03:16:59.229Z | Checking num-rational v0.4.2 |
2029 | 2024-11-02T03:16:59.269Z | Checking argon2 v0.5.3 |
2030 | 2024-11-02T03:16:59.352Z | Checking pem v3.0.4 |
2031 | 2024-11-02T03:16:59.660Z | Checking num-complex v0.4.6 |
2032 | 2024-11-02T03:16:59.930Z | Checking float-ord v0.3.2 |
2033 | 2024-11-02T03:16:59.977Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2034 | 2024-11-02T03:17:00.089Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2035 | 2024-11-02T03:17:00.140Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2036 | 2024-11-02T03:17:00.318Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2037 | 2024-11-02T03:17:00.608Z | Checking num v0.4.3 |
2038 | 2024-11-02T03:17:00.631Z | Compiling lzma-sys v0.1.20 |
2039 | 2024-11-02T03:17:00.722Z | Checking humantime v2.1.0 |
2040 | 2024-11-02T03:17:00.783Z | Checking headers-core v0.3.0 |
2041 | 2024-11-02T03:17:00.928Z | Compiling heck v0.3.3 |
2042 | 2024-11-02T03:17:01.012Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2043 | 2024-11-02T03:17:01.097Z | Checking mockall v0.13.0 |
2044 | 2024-11-02T03:17:01.318Z | Compiling zone_cfg_derive v0.1.2 |
2045 | 2024-11-02T03:17:01.335Z | Checking headers v0.4.0 |
2046 | 2024-11-02T03:17:01.353Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2047 | 2024-11-02T03:17:01.553Z | Checking yasna v0.5.2 |
2048 | 2024-11-02T03:17:01.576Z | Checking base64 v0.13.1 |
2049 | 2024-11-02T03:17:01.633Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2050 | 2024-11-02T03:17:01.986Z | Checking ron v0.7.1 |
2051 | 2024-11-02T03:17:02.117Z | Checking xz2 v0.1.7 |
2052 | 2024-11-02T03:17:02.451Z | Checking rcgen v0.12.1 |
2053 | 2024-11-02T03:17:02.498Z | Checking subprocess v0.2.9 |
2054 | 2024-11-02T03:17:02.731Z | Compiling typify-macro v0.2.0 |
2055 | 2024-11-02T03:17:02.779Z | Checking zone v0.1.8 |
2056 | 2024-11-02T03:17:03.049Z | Checking half v2.4.1 |
2057 | 2024-11-02T03:17:03.142Z | Compiling semver v0.1.20 |
2058 | 2024-11-02T03:17:03.145Z | Checking ciborium-io v0.2.2 |
2059 | 2024-11-02T03:17:03.242Z | Checking highway v1.2.0 |
2060 | 2024-11-02T03:17:03.296Z | Compiling prettyplease v0.2.22 |
2061 | 2024-11-02T03:17:03.526Z | Checking ciborium-ll v0.2.2 |
2062 | 2024-11-02T03:17:03.603Z | Compiling rustc_version v0.1.7 |
2063 | 2024-11-02T03:17:03.814Z | Compiling home v0.5.9 |
2064 | 2024-11-02T03:17:03.834Z | Checking ciborium v0.2.2 |
2065 | 2024-11-02T03:17:04.065Z | Compiling newtype_derive v0.1.6 |
2066 | 2024-11-02T03:17:04.395Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2067 | 2024-11-02T03:17:04.573Z | Checking steno v0.4.1 |
2068 | 2024-11-02T03:17:06.502Z | Compiling slog-dtrace v0.3.0 |
2069 | 2024-11-02T03:17:06.739Z | Checking display-error-chain v0.2.2 |
2070 | 2024-11-02T03:17:06.874Z | Compiling typify v0.2.0 |
2071 | 2024-11-02T03:17:06.937Z | Compiling blake3 v1.5.4 |
2072 | 2024-11-02T03:17:06.958Z | Compiling ring v0.16.20 |
2073 | 2024-11-02T03:17:07.024Z | Compiling progenitor-impl v0.8.0 |
2074 | 2024-11-02T03:17:07.348Z | Checking keccak v0.1.5 |
2075 | 2024-11-02T03:17:07.392Z | Checking universal-hash v0.5.1 |
2076 | 2024-11-02T03:17:07.569Z | Checking secrecy v0.8.0 |
2077 | 2024-11-02T03:17:07.663Z | Checking sha3 v0.10.8 |
2078 | 2024-11-02T03:17:07.788Z | Checking opaque-debug v0.3.1 |
2079 | 2024-11-02T03:17:07.886Z | Checking aead v0.5.2 |
2080 | 2024-11-02T03:17:08.045Z | Checking poly1305 v0.8.0 |
2081 | 2024-11-02T03:17:08.076Z | Checking chacha20 v0.9.1 |
2082 | 2024-11-02T03:17:08.558Z | Checking gethostname v0.5.0 |
2083 | 2024-11-02T03:17:08.683Z | Compiling memmap2 v0.9.5 |
2084 | 2024-11-02T03:17:08.841Z | Compiling untrusted v0.7.1 |
2085 | 2024-11-02T03:17:08.912Z | Compiling arrayref v0.3.9 |
2086 | 2024-11-02T03:17:09.018Z | Compiling spin v0.5.2 |
2087 | 2024-11-02T03:17:09.040Z | Compiling constant_time_eq v0.3.1 |
2088 | 2024-11-02T03:17:09.148Z | Compiling arrayvec v0.7.6 |
2089 | 2024-11-02T03:17:09.216Z | Compiling toolchain_find v0.4.0 |
2090 | 2024-11-02T03:17:09.267Z | Compiling thiserror-impl-no-std v2.0.2 |
2091 | 2024-11-02T03:17:09.290Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2092 | 2024-11-02T03:17:09.624Z | Compiling topological-sort v0.2.2 |
2093 | 2024-11-02T03:17:09.785Z | Compiling rustfmt-wrapper v0.2.1 |
2094 | 2024-11-02T03:17:09.861Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2095 | 2024-11-02T03:17:10.096Z | Checking chacha20poly1305 v0.10.1 |
2096 | 2024-11-02T03:17:10.216Z | Checking nibble_vec v0.1.0 |
2097 | 2024-11-02T03:17:10.291Z | Checking endian-type v0.1.2 |
2098 | 2024-11-02T03:17:10.336Z | Checking fxhash v0.2.1 |
2099 | 2024-11-02T03:17:10.420Z | Checking termcolor v1.4.1 |
2100 | 2024-11-02T03:17:10.497Z | Checking radix_trie v0.2.1 |
2101 | 2024-11-02T03:17:10.521Z | Checking maplit v1.0.2 |
2102 | 2024-11-02T03:17:10.523Z | Compiling radium v0.7.0 |
2103 | 2024-11-02T03:17:10.629Z | Compiling maybe-uninit v2.0.0 |
2104 | 2024-11-02T03:17:10.776Z | Checking tap v1.0.1 |
2105 | 2024-11-02T03:17:10.864Z | Compiling packed_struct v0.10.1 |
2106 | 2024-11-02T03:17:10.917Z | Checking crc-catalog v2.4.0 |
2107 | 2024-11-02T03:17:10.951Z | Checking wyz v0.5.1 |
2108 | 2024-11-02T03:17:11.063Z | Checking funty v2.0.0 |
2109 | 2024-11-02T03:17:11.327Z | Checking crc v3.2.1 |
2110 | 2024-11-02T03:17:11.372Z | Checking kstat-rs v0.2.4 |
2111 | 2024-11-02T03:17:11.399Z | Compiling packed_struct_codegen v0.10.1 |
2112 | 2024-11-02T03:17:11.420Z | Compiling indexmap v1.9.3 |
2113 | 2024-11-02T03:17:11.705Z | Checking nodrop v0.1.14 |
2114 | 2024-11-02T03:17:11.737Z | Compiling libefi-sys v0.1.0 |
2115 | 2024-11-02T03:17:11.817Z | Checking smallvec v0.6.14 |
2116 | 2024-11-02T03:17:11.840Z | Checking array-init v0.0.4 |
2117 | 2024-11-02T03:17:11.980Z | Checking bitvec v1.0.1 |
2118 | 2024-11-02T03:17:12.072Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2119 | 2024-11-02T03:17:12.212Z | Compiling bitfield-struct v0.6.2 |
2120 | 2024-11-02T03:17:12.351Z | Checking thiserror-no-std v2.0.2 |
2121 | 2024-11-02T03:17:12.465Z | Checking vsss-rs v3.3.4 |
2122 | 2024-11-02T03:17:12.484Z | Compiling async-recursion v1.1.1 |
2123 | 2024-11-02T03:17:12.840Z | Compiling omicron-zone-package v0.11.1 |
2124 | 2024-11-02T03:17:13.621Z | Checking hashbrown v0.12.3 |
2125 | 2024-11-02T03:17:14.054Z | Checking bitfield v0.14.0 |
2126 | 2024-11-02T03:17:14.081Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2127 | 2024-11-02T03:17:14.168Z | Checking serde-hex v0.1.0 |
2128 | 2024-11-02T03:17:14.705Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2129 | 2024-11-02T03:17:14.751Z | Compiling progenitor-macro v0.8.0 |
2130 | 2024-11-02T03:17:14.976Z | Checking env_logger v0.10.2 |
2131 | 2024-11-02T03:17:14.999Z | Checking ron v0.8.1 |
2132 | 2024-11-02T03:17:15.404Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2133 | 2024-11-02T03:17:15.424Z | Checking hashbrown v0.13.2 |
2134 | 2024-11-02T03:17:15.701Z | Checking crc-any v2.5.0 |
2135 | 2024-11-02T03:17:15.806Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2136 | 2024-11-02T03:17:15.938Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2137 | 2024-11-02T03:17:16.293Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2138 | 2024-11-02T03:17:16.346Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2139 | 2024-11-02T03:17:16.423Z | Compiling parking_lot_core v0.8.6 |
2140 | 2024-11-02T03:17:16.504Z | Checking object v0.30.4 |
2141 | 2024-11-02T03:17:16.569Z | Checking path-slash v0.1.5 |
2142 | 2024-11-02T03:17:16.591Z | Checking glob v0.3.1 |
2143 | 2024-11-02T03:17:16.731Z | Checking hickory-client v0.24.1 |
2144 | 2024-11-02T03:17:16.935Z | Checking hickory-server v0.24.1 |
2145 | 2024-11-02T03:17:17.340Z | Checking parking_lot v0.11.2 |
2146 | 2024-11-02T03:17:17.390Z | Checking primeorder v0.13.6 |
2147 | 2024-11-02T03:17:17.706Z | Checking sled v0.34.7 |
2148 | 2024-11-02T03:17:17.862Z | Compiling unicase v2.7.0 |
2149 | 2024-11-02T03:17:18.204Z | Checking nanorand v0.7.0 |
2150 | 2024-11-02T03:17:18.608Z | Compiling buf-list v1.0.3 |
2151 | 2024-11-02T03:17:18.647Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2152 | 2024-11-02T03:17:18.986Z | Checking flume v0.11.0 |
2153 | 2024-11-02T03:17:19.350Z | Checking atty v0.2.14 |
2154 | 2024-11-02T03:17:19.457Z | Compiling vte_generate_state_changes v0.1.2 |
2155 | 2024-11-02T03:17:19.480Z | Compiling salty v0.3.0 |
2156 | 2024-11-02T03:17:19.833Z | Checking p384 v0.13.0 |
2157 | 2024-11-02T03:17:19.992Z | Checking fd-lock v4.0.2 |
2158 | 2024-11-02T03:17:20.114Z | Checking vte v0.11.1 |
2159 | 2024-11-02T03:17:20.214Z | Compiling mime_guess v2.0.5 |
2160 | 2024-11-02T03:17:20.588Z | Checking env_filter v0.1.2 |
2161 | 2024-11-02T03:17:20.784Z | Checking nu-ansi-term v0.50.1 |
2162 | 2024-11-02T03:17:20.838Z | Checking env_logger v0.11.5 |
2163 | 2024-11-02T03:17:20.961Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2164 | 2024-11-02T03:17:21.223Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2165 | 2024-11-02T03:17:21.476Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2166 | 2024-11-02T03:17:21.500Z | Checking strip-ansi-escapes v0.2.0 |
2167 | 2024-11-02T03:17:21.548Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2168 | 2024-11-02T03:17:21.644Z | Checking reedline v0.35.0 |
2169 | 2024-11-02T03:17:21.668Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2170 | 2024-11-02T03:17:21.816Z | Compiling dsl_auto_type v0.1.2 |
2171 | 2024-11-02T03:17:21.847Z | Checking scheduled-thread-pool v0.2.7 |
2172 | 2024-11-02T03:17:22.071Z | Compiling diesel_table_macro_syntax v0.2.0 |
2173 | 2024-11-02T03:17:22.251Z | Compiling crunchy v0.2.2 |
2174 | 2024-11-02T03:17:22.295Z | Checking http-range v0.1.5 |
2175 | 2024-11-02T03:17:22.472Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2176 | 2024-11-02T03:17:22.492Z | Checking hyper-staticfile v0.10.1 |
2177 | 2024-11-02T03:17:22.837Z | Checking r2d2 v0.8.10 |
2178 | 2024-11-02T03:17:23.026Z | Compiling clang-sys v1.8.1 |
2179 | 2024-11-02T03:17:23.174Z | Compiling phf_generator v0.11.2 |
2180 | 2024-11-02T03:17:23.341Z | Compiling diesel_derives v2.2.3 |
2181 | 2024-11-02T03:17:23.369Z | Compiling tiny-keccak v2.0.2 |
2182 | 2024-11-02T03:17:23.536Z | Checking bytecount v0.6.8 |
2183 | 2024-11-02T03:17:23.697Z | Checking papergrid v0.11.0 |
2184 | 2024-11-02T03:17:23.727Z | Compiling phf_codegen v0.11.2 |
2185 | 2024-11-02T03:17:23.900Z | Compiling tabled_derive v0.7.0 |
2186 | 2024-11-02T03:17:23.960Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2187 | 2024-11-02T03:17:24.230Z | Compiling parse-zoneinfo v0.3.1 |
2188 | 2024-11-02T03:17:24.425Z | Compiling cfg_aliases v0.1.1 |
2189 | 2024-11-02T03:17:24.551Z | Compiling ref-cast v1.0.23 |
2190 | 2024-11-02T03:17:25.166Z | Compiling chrono-tz-build v0.4.0 |
2191 | 2024-11-02T03:17:25.299Z | Compiling nix v0.28.0 |
2192 | 2024-11-02T03:17:26.042Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2193 | 2024-11-02T03:17:26.104Z | Compiling ascii-canvas v3.0.0 |
2194 | 2024-11-02T03:17:26.125Z | Compiling ena v0.14.3 |
2195 | 2024-11-02T03:17:26.278Z | Checking tabled v0.15.0 |
2196 | 2024-11-02T03:17:26.323Z | Compiling ref-cast-impl v1.0.23 |
2197 | 2024-11-02T03:17:26.548Z | Compiling libloading v0.8.5 |
2198 | 2024-11-02T03:17:26.572Z | Compiling diff v0.1.13 |
2199 | 2024-11-02T03:17:26.629Z | Compiling regex-syntax v0.6.29 |
2200 | 2024-11-02T03:17:26.961Z | Compiling bindgen v0.69.5 |
2201 | 2024-11-02T03:17:27.628Z | Compiling chrono-tz v0.10.0 |
2202 | 2024-11-02T03:17:27.903Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2203 | 2024-11-02T03:17:28.306Z | Compiling which v4.4.2 |
2204 | 2024-11-02T03:17:28.922Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2205 | 2024-11-02T03:17:29.333Z | Checking signal-hook-tokio v0.3.1 |
2206 | 2024-11-02T03:17:29.531Z | Compiling cexpr v0.6.0 |
2207 | 2024-11-02T03:17:29.807Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2208 | 2024-11-02T03:17:30.060Z | Compiling lalrpop v0.19.12 |
2209 | 2024-11-02T03:17:30.808Z | Checking progenitor v0.8.0 |
2210 | 2024-11-02T03:17:31.045Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2211 | 2024-11-02T03:17:31.305Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2212 | 2024-11-02T03:17:32.091Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2213 | 2024-11-02T03:17:32.266Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2214 | 2024-11-02T03:17:35.296Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2215 | 2024-11-02T03:17:36.077Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2216 | 2024-11-02T03:17:36.597Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2217 | 2024-11-02T03:17:38.470Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2218 | 2024-11-02T03:17:39.136Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2219 | 2024-11-02T03:17:39.159Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2220 | 2024-11-02T03:17:39.817Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2221 | 2024-11-02T03:17:39.996Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2222 | 2024-11-02T03:17:40.255Z | Checking diesel v2.2.4 |
2223 | 2024-11-02T03:17:40.330Z | Compiling lazycell v1.3.0 |
2224 | 2024-11-02T03:17:40.393Z | Compiling rustc-hash v1.1.0 |
2225 | 2024-11-02T03:17:44.216Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2226 | 2024-11-02T03:17:44.513Z | Compiling derive_builder_core v0.20.2 |
2227 | 2024-11-02T03:17:44.593Z | Checking http v0.2.12 |
2228 | 2024-11-02T03:17:46.047Z | Compiling peg-macros v0.8.4 |
2229 | 2024-11-02T03:17:46.903Z | Compiling libxml v0.3.3 |
2230 | 2024-11-02T03:17:47.274Z | Compiling sqlparser_derive v0.2.2 |
2231 | 2024-11-02T03:17:48.367Z | Compiling memoffset v0.9.1 |
2232 | 2024-11-02T03:17:48.738Z | Checking unicode_categories v0.1.1 |
2233 | 2024-11-02T03:17:49.014Z | Checking sqlformat v0.2.6 |
2234 | 2024-11-02T03:17:49.704Z | Checking peg v0.8.4 |
2235 | 2024-11-02T03:17:49.972Z | Checking sqlparser v0.45.0 |
2236 | 2024-11-02T03:17:53.479Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2237 | 2024-11-02T03:17:57.339Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2238 | 2024-11-02T03:17:59.570Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2239 | 2024-11-02T03:18:01.006Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2240 | 2024-11-02T03:18:02.619Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2241 | 2024-11-02T03:18:02.643Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2242 | 2024-11-02T03:18:03.259Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2243 | 2024-11-02T03:18:04.680Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2244 | 2024-11-02T03:18:04.706Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2245 | 2024-11-02T03:18:05.145Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2246 | 2024-11-02T03:18:05.510Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2247 | 2024-11-02T03:18:05.632Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2248 | 2024-11-02T03:18:05.980Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2249 | 2024-11-02T03:18:06.297Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2250 | 2024-11-02T03:18:06.321Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2251 | 2024-11-02T03:18:06.885Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2252 | 2024-11-02T03:18:07.449Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2253 | 2024-11-02T03:18:07.605Z | Compiling derive_builder_macro v0.20.2 |
2254 | 2024-11-02T03:18:07.886Z | Checking rustyline v14.0.0 |
2255 | 2024-11-02T03:18:09.846Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2256 | 2024-11-02T03:18:10.697Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2257 | 2024-11-02T03:18:11.888Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2258 | 2024-11-02T03:18:12.890Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2259 | 2024-11-02T03:18:13.109Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2260 | 2024-11-02T03:18:13.553Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2261 | 2024-11-02T03:18:14.345Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2262 | 2024-11-02T03:18:16.657Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2263 | 2024-11-02T03:18:17.613Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2264 | 2024-11-02T03:18:18.041Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2265 | 2024-11-02T03:18:18.401Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2266 | 2024-11-02T03:18:19.846Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2267 | 2024-11-02T03:18:20.063Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2268 | 2024-11-02T03:18:20.717Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2269 | 2024-11-02T03:18:21.130Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2270 | 2024-11-02T03:18:21.933Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2271 | 2024-11-02T03:18:22.242Z | Checking tungstenite v0.23.0 |
2272 | 2024-11-02T03:18:22.807Z | Checking bcs v0.1.6 |
2273 | 2024-11-02T03:18:23.095Z | Compiling strum_macros v0.24.3 |
2274 | 2024-11-02T03:18:23.156Z | Compiling pin-project-internal v1.1.6 |
2275 | 2024-11-02T03:18:23.192Z | Compiling indoc v1.0.9 |
2276 | 2024-11-02T03:18:23.301Z | Checking tokio-tungstenite v0.23.1 |
2277 | 2024-11-02T03:18:23.836Z | Checking derive_builder v0.20.2 |
2278 | 2024-11-02T03:18:24.284Z | Checking h2 v0.3.26 |
2279 | 2024-11-02T03:18:25.847Z | Checking http-body v0.4.6 |
2280 | 2024-11-02T03:18:26.209Z | Checking pin-project v1.1.6 |
2281 | 2024-11-02T03:18:26.232Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2282 | 2024-11-02T03:18:26.286Z | Checking quick-xml v0.33.0 |
2283 | 2024-11-02T03:18:26.345Z | Compiling impl-trait-for-tuples v0.2.2 |
2284 | 2024-11-02T03:18:26.550Z | Compiling oso-derive v0.27.3 |
2285 | 2024-11-02T03:18:26.634Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2286 | 2024-11-02T03:18:27.080Z | Checking nix v0.27.1 |
2287 | 2024-11-02T03:18:27.633Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2288 | 2024-11-02T03:18:28.483Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2289 | 2024-11-02T03:18:28.503Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2290 | 2024-11-02T03:18:28.772Z | Compiling snafu-derive v0.8.5 |
2291 | 2024-11-02T03:18:30.389Z | Compiling diesel-dtrace v0.3.0 |
2292 | 2024-11-02T03:18:30.573Z | Checking hyper v0.14.30 |
2293 | 2024-11-02T03:18:30.688Z | Checking sync_wrapper v0.1.2 |
2294 | 2024-11-02T03:18:30.833Z | Compiling zip v2.1.3 |
2295 | 2024-11-02T03:18:31.178Z | Checking bumpalo v3.16.0 |
2296 | 2024-11-02T03:18:31.523Z | Checking lockfree-object-pool v0.1.6 |
2297 | 2024-11-02T03:18:31.785Z | Checking simd-adler32 v0.3.7 |
2298 | 2024-11-02T03:18:32.153Z | Checking zopfli v0.8.1 |
2299 | 2024-11-02T03:18:34.002Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2300 | 2024-11-02T03:18:34.197Z | Checking snafu v0.8.5 |
2301 | 2024-11-02T03:18:34.727Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2302 | 2024-11-02T03:18:35.039Z | Checking globset v0.4.15 |
2303 | 2024-11-02T03:18:35.513Z | Checking bb8 v0.8.5 |
2304 | 2024-11-02T03:18:35.579Z | Checking olpc-cjson v0.1.4 |
2305 | 2024-11-02T03:18:35.641Z | Checking reqwest v0.11.27 |
2306 | 2024-11-02T03:18:35.824Z | Checking serde_plain v1.0.2 |
2307 | 2024-11-02T03:18:36.006Z | Compiling const_format_proc_macros v0.2.33 |
2308 | 2024-11-02T03:18:36.088Z | Compiling displaydoc v0.2.5 |
2309 | 2024-11-02T03:18:36.755Z | Checking typed-path v0.7.1 |
2310 | 2024-11-02T03:18:37.424Z | Checking async-bb8-diesel v0.2.1 |
2311 | 2024-11-02T03:18:37.980Z | Checking const_format v0.2.33 |
2312 | 2024-11-02T03:18:38.108Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2313 | 2024-11-02T03:18:38.610Z | Checking tough v0.17.1 |
2314 | 2024-11-02T03:18:38.925Z | Checking parse-size v1.1.0 |
2315 | 2024-11-02T03:18:38.961Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2316 | 2024-11-02T03:18:39.090Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2317 | 2024-11-02T03:18:39.796Z | Checking heck v0.4.1 |
2318 | 2024-11-02T03:18:40.032Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2319 | 2024-11-02T03:18:40.337Z | Checking assert_matches v1.5.0 |
2320 | 2024-11-02T03:18:40.444Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2321 | 2024-11-02T03:18:40.465Z | Checking rand_seeder v0.3.0 |
2322 | 2024-11-02T03:18:40.703Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2323 | 2024-11-02T03:18:41.096Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2324 | 2024-11-02T03:18:42.251Z | Compiling libz-sys v1.1.20 |
2325 | 2024-11-02T03:18:42.737Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2326 | 2024-11-02T03:18:42.986Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2327 | 2024-11-02T03:18:43.104Z | Checking is_ci v1.2.0 |
2328 | 2024-11-02T03:18:43.126Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2329 | 2024-11-02T03:18:43.256Z | Checking supports-color v3.0.1 |
2330 | 2024-11-02T03:18:43.473Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2331 | 2024-11-02T03:18:43.689Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2332 | 2024-11-02T03:18:44.977Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2333 | 2024-11-02T03:18:45.151Z | Compiling vergen v8.3.2 |
2334 | 2024-11-02T03:18:45.468Z | Compiling cargo-platform v0.1.8 |
2335 | 2024-11-02T03:18:46.055Z | Checking unicode-linebreak v0.1.5 |
2336 | 2024-11-02T03:18:46.242Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2337 | 2024-11-02T03:18:46.426Z | Checking smawk v0.3.2 |
2338 | 2024-11-02T03:18:46.490Z | Compiling cargo_metadata v0.18.1 |
2339 | 2024-11-02T03:18:46.652Z | Checking textwrap v0.16.1 |
2340 | 2024-11-02T03:18:47.100Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2341 | 2024-11-02T03:18:47.755Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2342 | 2024-11-02T03:18:49.463Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2343 | 2024-11-02T03:18:49.783Z | Checking castaway v0.2.3 |
2344 | 2024-11-02T03:18:49.836Z | Compiling libsqlite3-sys v0.30.1 |
2345 | 2024-11-02T03:18:49.872Z | Compiling cfg_aliases v0.2.1 |
2346 | 2024-11-02T03:18:49.926Z | Compiling rustls v0.21.12 |
2347 | 2024-11-02T03:18:49.985Z | Compiling nix v0.29.0 |
2348 | 2024-11-02T03:18:50.263Z | Checking compact_str v0.8.0 |
2349 | 2024-11-02T03:18:50.830Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2350 | 2024-11-02T03:18:51.100Z | Checking unicode-truncate v1.1.0 |
2351 | 2024-11-02T03:18:51.347Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2352 | 2024-11-02T03:18:51.665Z | Checking rustls-webpki v0.101.7 |
2353 | 2024-11-02T03:18:51.995Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2354 | 2024-11-02T03:18:52.029Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2355 | 2024-11-02T03:18:52.386Z | Checking sct v0.7.1 |
2356 | 2024-11-02T03:18:52.582Z | Checking lru v0.12.5 |
2357 | 2024-11-02T03:18:52.872Z | Compiling instability v0.3.2 |
2358 | 2024-11-02T03:18:53.158Z | Checking cassowary v0.3.0 |
2359 | 2024-11-02T03:18:53.269Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2360 | 2024-11-02T03:18:53.608Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2361 | 2024-11-02T03:18:53.829Z | Checking ratatui v0.28.1 |
2362 | 2024-11-02T03:18:57.392Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2363 | 2024-11-02T03:18:57.695Z | Checking hashlink v0.9.1 |
2364 | 2024-11-02T03:18:58.352Z | Checking concurrent-queue v2.5.0 |
2365 | 2024-11-02T03:18:58.709Z | Checking plotters-backend v0.3.7 |
2366 | 2024-11-02T03:18:59.122Z | Checking fallible-streaming-iterator v0.1.9 |
2367 | 2024-11-02T03:18:59.149Z | Checking fallible-iterator v0.3.0 |
2368 | 2024-11-02T03:18:59.365Z | Checking parking v2.2.1 |
2369 | 2024-11-02T03:18:59.563Z | Checking tokio-rustls v0.24.1 |
2370 | 2024-11-02T03:18:59.802Z | Checking rusqlite v0.32.1 |
2371 | 2024-11-02T03:18:59.954Z | Checking plotters-svg v0.3.7 |
2372 | 2024-11-02T03:18:59.980Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2373 | 2024-11-02T03:19:00.711Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2374 | 2024-11-02T03:19:01.045Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2375 | 2024-11-02T03:19:01.341Z | Checking rustls-pemfile v1.0.4 |
2376 | 2024-11-02T03:19:01.438Z | Checking twox-hash v1.6.3 |
2377 | 2024-11-02T03:19:01.560Z | Checking cast v0.3.0 |
2378 | 2024-11-02T03:19:01.905Z | Checking criterion-plot v0.5.0 |
2379 | 2024-11-02T03:19:01.939Z | Checking plotters v0.3.7 |
2380 | 2024-11-02T03:19:01.983Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2381 | 2024-11-02T03:19:02.407Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2382 | 2024-11-02T03:19:03.734Z | Checking fatfs v0.3.6 |
2383 | 2024-11-02T03:19:04.140Z | Checking tinytemplate v1.2.1 |
2384 | 2024-11-02T03:19:04.564Z | Checking csv-core v0.1.11 |
2385 | 2024-11-02T03:19:04.794Z | Checking shell-words v1.1.0 |
2386 | 2024-11-02T03:19:04.914Z | Checking oorandom v11.1.4 |
2387 | 2024-11-02T03:19:04.949Z | Checking hex-literal v0.4.1 |
2388 | 2024-11-02T03:19:05.092Z | Checking anes v0.1.6 |
2389 | 2024-11-02T03:19:05.113Z | Checking csv v1.3.0 |
2390 | 2024-11-02T03:19:05.484Z | Checking criterion v0.5.1 |
2391 | 2024-11-02T03:19:06.015Z | Checking event-listener v5.3.1 |
2392 | 2024-11-02T03:19:06.472Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2393 | 2024-11-02T03:19:08.379Z | Checking rtoolbox v0.0.2 |
2394 | 2024-11-02T03:19:08.595Z | Checking rpassword v7.3.1 |
2395 | 2024-11-02T03:19:08.751Z | Checking event-listener-strategy v0.5.2 |
2396 | 2024-11-02T03:19:08.982Z | Checking tui-tree-widget v0.22.0 |
2397 | 2024-11-02T03:19:09.334Z | Checking polyval v0.6.2 |
2398 | 2024-11-02T03:19:09.636Z | Checking ghash v0.5.1 |
2399 | 2024-11-02T03:19:09.827Z | Checking futures-lite v2.3.0 |
2400 | 2024-11-02T03:19:11.262Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2401 | 2024-11-02T03:19:11.686Z | Checking ctr v0.9.2 |
2402 | 2024-11-02T03:19:12.375Z | Checking yansi v1.0.1 |
2403 | 2024-11-02T03:19:12.786Z | Checking aes-gcm v0.10.3 |
2404 | 2024-11-02T03:19:12.957Z | Checking pretty_assertions v1.4.1 |
2405 | 2024-11-02T03:19:13.057Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2406 | 2024-11-02T03:19:13.168Z | Checking ssh-encoding v0.2.0 |
2407 | 2024-11-02T03:19:13.477Z | Compiling samael v0.0.17 |
2408 | 2024-11-02T03:19:13.498Z | Checking blowfish v0.9.1 |
2409 | 2024-11-02T03:19:13.757Z | Checking bcrypt-pbkdf v0.10.0 |
2410 | 2024-11-02T03:19:14.029Z | Checking ssh-cipher v0.2.0 |
2411 | 2024-11-02T03:19:14.353Z | Checking async-lock v3.4.0 |
2412 | 2024-11-02T03:19:15.218Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2413 | 2024-11-02T03:19:15.710Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2414 | 2024-11-02T03:19:17.170Z | Checking polling v3.7.3 |
2415 | 2024-11-02T03:19:17.561Z | Checking password-hash v0.4.2 |
2416 | 2024-11-02T03:19:17.979Z | Checking matches v0.1.10 |
2417 | 2024-11-02T03:19:18.056Z | Checking idna v0.2.3 |
2418 | 2024-11-02T03:19:18.915Z | Checking pbkdf2 v0.11.0 |
2419 | 2024-11-02T03:19:19.205Z | Checking async-io v2.3.4 |
2420 | 2024-11-02T03:19:20.085Z | Checking ssh-key v0.6.6 |
2421 | 2024-11-02T03:19:20.614Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2422 | 2024-11-02T03:19:21.334Z | Checking p256 v0.13.2 |
2423 | 2024-11-02T03:19:21.825Z | Checking p521 v0.13.3 |
2424 | 2024-11-02T03:19:21.850Z | Checking russh-cryptovec v0.7.3 |
2425 | 2024-11-02T03:19:22.043Z | Compiling enum-as-inner v0.5.1 |
2426 | 2024-11-02T03:19:23.043Z | Checking md5 v0.7.0 |
2427 | 2024-11-02T03:19:23.170Z | Checking async-task v4.7.1 |
2428 | 2024-11-02T03:19:23.345Z | Compiling target-lexicon v0.12.16 |
2429 | 2024-11-02T03:19:23.465Z | Compiling doc-comment v0.3.3 |
2430 | 2024-11-02T03:19:24.238Z | Checking russh-keys v0.45.0 |
2431 | 2024-11-02T03:19:24.390Z | Checking trust-dns-proto v0.22.0 |
2432 | 2024-11-02T03:19:24.411Z | Checking async-channel v2.3.1 |
2433 | 2024-11-02T03:19:24.749Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2434 | 2024-11-02T03:19:25.675Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2435 | 2024-11-02T03:19:26.428Z | Checking piper v0.2.4 |
2436 | 2024-11-02T03:19:26.514Z | Checking num-bigint v0.4.6 |
2437 | 2024-11-02T03:19:26.670Z | Checking des v0.8.1 |
2438 | 2024-11-02T03:19:26.959Z | Compiling assert_cmd v2.0.16 |
2439 | 2024-11-02T03:19:27.409Z | Compiling guppy-workspace-hack v0.1.0 |
2440 | 2024-11-02T03:19:27.697Z | Checking futures-timer v3.0.3 |
2441 | 2024-11-02T03:19:28.013Z | Compiling dhcproto-macros v0.1.0 |
2442 | 2024-11-02T03:19:28.105Z | Checking blocking v1.6.1 |
2443 | 2024-11-02T03:19:29.000Z | Checking dhcproto v0.12.0 |
2444 | 2024-11-02T03:19:29.038Z | Checking async-executor v1.13.1 |
2445 | 2024-11-02T03:19:29.097Z | Checking russh v0.45.0 |
2446 | 2024-11-02T03:19:29.403Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2447 | 2024-11-02T03:19:30.021Z | Checking async-signal v0.2.10 |
2448 | 2024-11-02T03:19:30.319Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2449 | 2024-11-02T03:19:30.502Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2450 | 2024-11-02T03:19:31.320Z | Checking event-listener v2.5.3 |
2451 | 2024-11-02T03:19:31.420Z | Compiling target-spec v3.2.2 |
2452 | 2024-11-02T03:19:31.523Z | Checking internet-checksum v0.2.1 |
2453 | 2024-11-02T03:19:31.703Z | Checking async-channel v1.9.0 |
2454 | 2024-11-02T03:19:32.605Z | Checking async-process v2.3.0 |
2455 | 2024-11-02T03:19:33.040Z | Checking async-global-executor v2.4.1 |
2456 | 2024-11-02T03:19:33.722Z | Checking cfg-expr v0.17.0 |
2457 | 2024-11-02T03:19:33.833Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2458 | 2024-11-02T03:19:33.890Z | Checking httptest v0.16.1 |
2459 | 2024-11-02T03:19:34.593Z | Checking rustls-native-certs v0.7.3 |
2460 | 2024-11-02T03:19:34.647Z | Checking num_cpus v1.16.0 |
2461 | 2024-11-02T03:19:34.783Z | Checking kv-log-macro v1.0.7 |
2462 | 2024-11-02T03:19:34.785Z | Compiling async-attributes v1.1.2 |
2463 | 2024-11-02T03:19:35.796Z | Checking async-std v1.13.0 |
2464 | 2024-11-02T03:19:36.869Z | Compiling git2 v0.19.0 |
2465 | 2024-11-02T03:19:36.996Z | Checking hyper-rustls v0.26.0 |
2466 | 2024-11-02T03:19:37.353Z | Checking threadpool v1.8.1 |
2467 | 2024-11-02T03:19:37.988Z | Checking pathdiff v0.2.2 |
2468 | 2024-11-02T03:19:38.164Z | Compiling rstest_macros v0.23.0 |
2469 | 2024-11-02T03:19:38.207Z | Checking nested v0.1.1 |
2470 | 2024-11-02T03:19:38.436Z | Checking escape8259 v0.5.3 |
2471 | 2024-11-02T03:19:38.644Z | Checking libtest-mimic v0.7.3 |
2472 | 2024-11-02T03:19:38.785Z | Checking guppy v0.17.8 |
2473 | 2024-11-02T03:19:39.110Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2474 | 2024-11-02T03:19:39.617Z | Checking async-object-pool v0.1.5 |
2475 | 2024-11-02T03:19:39.816Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2476 | 2024-11-02T03:19:40.927Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2477 | 2024-11-02T03:19:40.948Z | Checking similar-asserts v1.6.0 |
2478 | 2024-11-02T03:19:41.187Z | Checking fancy-regex v0.13.0 |
2479 | 2024-11-02T03:19:41.228Z | Checking serde_regex v1.1.0 |
2480 | 2024-11-02T03:19:41.500Z | Checking assert-json-diff v2.0.2 |
2481 | 2024-11-02T03:19:41.804Z | Compiling proc-macro-crate v3.2.0 |
2482 | 2024-11-02T03:19:41.951Z | Checking path-tree v0.8.1 |
2483 | 2024-11-02T03:19:42.295Z | Compiling trybuild v1.0.100 |
2484 | 2024-11-02T03:19:42.825Z | Checking stringmetrics v2.2.2 |
2485 | 2024-11-02T03:19:43.077Z | Compiling relative-path v1.9.3 |
2486 | 2024-11-02T03:19:43.196Z | Checking httpmock v0.8.0-alpha.1 |
2487 | 2024-11-02T03:19:44.654Z | Checking datatest-stable v0.2.9 |
2488 | 2024-11-02T03:19:45.009Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2489 | 2024-11-02T03:19:46.463Z | Checking blake2b_simd v1.0.2 |
2490 | 2024-11-02T03:19:46.580Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2491 | 2024-11-02T03:19:47.324Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2492 | 2024-11-02T03:19:48.769Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2493 | 2024-11-02T03:19:49.094Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2494 | 2024-11-02T03:19:49.405Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2495 | 2024-11-02T03:19:49.739Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2496 | 2024-11-02T03:19:50.283Z | Checking serde_tokenstream v0.2.2 |
2497 | 2024-11-02T03:19:50.692Z | Checking uzers v0.12.1 |
2498 | 2024-11-02T03:19:51.241Z | Checking rust-argon2 v2.1.0 |
2499 | 2024-11-02T03:19:53.008Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2500 | 2024-11-02T03:19:53.889Z | Checking rstest v0.23.0 |
2501 | 2024-11-02T03:19:54.110Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2502 | 2024-11-02T03:19:54.385Z | Compiling polar-core v0.27.3 |
2503 | 2024-11-02T03:19:55.194Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2504 | 2024-11-02T03:19:55.532Z | Checking rand_distr v0.4.3 |
2505 | 2024-11-02T03:19:56.512Z | Checking multimap v0.10.0 |
2506 | 2024-11-02T03:19:56.843Z | Checking approx v0.5.1 |
2507 | 2024-11-02T03:19:58.217Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2508 | 2024-11-02T03:19:59.079Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2509 | 2024-11-02T03:20:00.704Z | Checking partial-io v0.5.4 |
2510 | 2024-11-02T03:20:01.114Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2511 | 2024-11-02T03:20:01.425Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2512 | 2024-11-02T03:20:01.635Z | Checking cargo_toml v0.20.5 |
2513 | 2024-11-02T03:20:02.956Z | Checking termios v0.3.3 |
2514 | 2024-11-02T03:20:03.188Z | Compiling indoc v2.0.5 |
2515 | 2024-11-02T03:20:03.639Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2516 | 2024-11-02T03:20:05.871Z | Checking oso v0.27.3 |
2517 | 2024-11-02T03:20:06.227Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2518 | 2024-11-02T03:20:07.852Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2519 | 2024-11-02T03:20:19.448Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2520 | 2024-11-02T03:20:27.492Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2521 | 2024-11-02T03:20:31.889Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2522 | 2024-11-02T03:20:32.164Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2523 | 2024-11-02T03:21:01.100Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2524 | 2024-11-02T03:21:03.127Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2525 | 2024-11-02T03:21:04.280Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2526 | 2024-11-02T03:21:51.706Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2527 | 2024-11-02T03:21:51.706Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2528 | 2024-11-02T03:21:51.709Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2529 | 2024-11-02T03:26:03.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 56s |
2530 | 2024-11-02T03:26:03.900Z | |
2531 | 2024-11-02T03:26:03.900Z | real 10:00.997592632 |
2532 | 2024-11-02T03:26:03.900Z | user 46:32.617310279 |
2533 | 2024-11-02T03:26:03.900Z | sys 6:23.488147133 |
2534 | 2024-11-02T03:26:03.900Z | trap 1.106824172 |
2535 | 2024-11-02T03:26:03.900Z | tflt 1.721418774 |
2536 | 2024-11-02T03:26:03.900Z | dflt 0.839792476 |
2537 | 2024-11-02T03:26:03.900Z | kflt 0.001563600 |
2538 | 2024-11-02T03:26:03.900Z | lock 1:14:28.061049086 |
2539 | 2024-11-02T03:26:03.900Z | slp 2:34:32.034300671 |
2540 | 2024-11-02T03:26:03.900Z | lat 1:43.063921924 |
2541 | 2024-11-02T03:26:03.900Z | stop 5:57.784225907 |
2542 | 2024-11-02T03:26:03.902Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2543 | 2024-11-02T03:26:03.902Z | + ptime -m cargo doc --workspace --no-deps |
2544 | 2024-11-02T03:26:05.014Z | warning: output filename collision. |
2545 | 2024-11-02T03:26:05.014Z | 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)`. |
2546 | 2024-11-02T03:26:05.014Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2547 | 2024-11-02T03:26:05.014Z | The targets should have unique names. |
2548 | 2024-11-02T03:26:05.014Z | This is a known bug where multiple crates with the same name use |
2549 | 2024-11-02T03:26:05.014Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2550 | 2024-11-02T03:26:05.417Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2551 | 2024-11-02T03:26:05.486Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2552 | 2024-11-02T03:26:05.500Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2553 | 2024-11-02T03:26:05.541Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2554 | 2024-11-02T03:26:05.570Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2555 | 2024-11-02T03:26:05.570Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2556 | 2024-11-02T03:26:05.729Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2557 | 2024-11-02T03:26:05.825Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2558 | 2024-11-02T03:26:05.825Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2559 | 2024-11-02T03:26:05.862Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2560 | 2024-11-02T03:26:05.885Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2561 | 2024-11-02T03:26:06.035Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2562 | 2024-11-02T03:26:06.128Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2563 | 2024-11-02T03:26:06.146Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2564 | 2024-11-02T03:26:06.321Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2565 | 2024-11-02T03:26:06.589Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2566 | 2024-11-02T03:26:09.150Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2567 | 2024-11-02T03:26:09.533Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2568 | 2024-11-02T03:26:09.861Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2569 | 2024-11-02T03:26:10.661Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2570 | 2024-11-02T03:26:10.713Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2571 | 2024-11-02T03:26:11.023Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2572 | 2024-11-02T03:26:11.047Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2573 | 2024-11-02T03:26:11.386Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2574 | 2024-11-02T03:26:11.916Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2575 | 2024-11-02T03:26:12.123Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2576 | 2024-11-02T03:26:12.431Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2577 | 2024-11-02T03:26:12.666Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2578 | 2024-11-02T03:26:12.744Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2579 | 2024-11-02T03:26:12.823Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2580 | 2024-11-02T03:26:12.878Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2581 | 2024-11-02T03:26:13.005Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2582 | 2024-11-02T03:26:13.206Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2583 | 2024-11-02T03:26:13.226Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2584 | 2024-11-02T03:26:13.508Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2585 | 2024-11-02T03:26:13.532Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2586 | 2024-11-02T03:26:13.871Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2587 | 2024-11-02T03:26:13.891Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2588 | 2024-11-02T03:26:13.928Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2589 | 2024-11-02T03:26:14.317Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2590 | 2024-11-02T03:26:14.730Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2591 | 2024-11-02T03:26:17.245Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2592 | 2024-11-02T03:26:19.481Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2593 | 2024-11-02T03:26:19.653Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2594 | 2024-11-02T03:26:20.094Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2595 | 2024-11-02T03:26:20.137Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2596 | 2024-11-02T03:26:20.394Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2597 | 2024-11-02T03:26:20.581Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2598 | 2024-11-02T03:26:21.915Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2599 | 2024-11-02T03:26:22.064Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2600 | 2024-11-02T03:26:22.192Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2601 | 2024-11-02T03:26:22.582Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2602 | 2024-11-02T03:26:22.830Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2603 | 2024-11-02T03:26:28.359Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2604 | 2024-11-02T03:26:28.386Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2605 | 2024-11-02T03:26:29.511Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2606 | 2024-11-02T03:26:30.064Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2607 | 2024-11-02T03:26:30.348Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2608 | 2024-11-02T03:26:30.447Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2609 | 2024-11-02T03:26:31.154Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2610 | 2024-11-02T03:26:31.178Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2611 | 2024-11-02T03:26:31.596Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2612 | 2024-11-02T03:26:33.005Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2613 | 2024-11-02T03:26:33.031Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2614 | 2024-11-02T03:26:33.413Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2615 | 2024-11-02T03:26:33.642Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2616 | 2024-11-02T03:26:33.825Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2617 | 2024-11-02T03:26:34.065Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2618 | 2024-11-02T03:26:34.257Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2619 | 2024-11-02T03:26:34.796Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2620 | 2024-11-02T03:26:34.894Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2621 | 2024-11-02T03:26:35.200Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2622 | 2024-11-02T03:26:35.584Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2623 | 2024-11-02T03:26:35.794Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2624 | 2024-11-02T03:26:36.011Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2625 | 2024-11-02T03:26:36.116Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2626 | 2024-11-02T03:26:36.137Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2627 | 2024-11-02T03:26:36.907Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2628 | 2024-11-02T03:26:37.946Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2629 | 2024-11-02T03:26:38.120Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2630 | 2024-11-02T03:26:38.221Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2631 | 2024-11-02T03:26:38.364Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2632 | 2024-11-02T03:26:38.832Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2633 | 2024-11-02T03:26:39.112Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2634 | 2024-11-02T03:26:39.326Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2635 | 2024-11-02T03:26:39.346Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2636 | 2024-11-02T03:26:39.765Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2637 | 2024-11-02T03:26:39.782Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2638 | 2024-11-02T03:26:40.283Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2639 | 2024-11-02T03:26:40.778Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2640 | 2024-11-02T03:26:41.159Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2641 | 2024-11-02T03:26:41.491Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2642 | 2024-11-02T03:26:42.093Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2643 | 2024-11-02T03:26:42.628Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2644 | 2024-11-02T03:26:43.114Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2645 | 2024-11-02T03:26:43.242Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2646 | 2024-11-02T03:26:44.021Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2647 | 2024-11-02T03:26:44.620Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2648 | 2024-11-02T03:26:45.160Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2649 | 2024-11-02T03:26:45.295Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2650 | 2024-11-02T03:26:46.540Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2651 | 2024-11-02T03:26:49.362Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2652 | 2024-11-02T03:26:50.208Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2653 | 2024-11-02T03:26:50.443Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2654 | 2024-11-02T03:26:53.617Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2655 | 2024-11-02T03:26:53.986Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2656 | 2024-11-02T03:26:57.726Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2657 | 2024-11-02T03:26:58.115Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2658 | 2024-11-02T03:26:59.102Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2659 | 2024-11-02T03:26:59.272Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2660 | 2024-11-02T03:26:59.519Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2661 | 2024-11-02T03:27:00.092Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2662 | 2024-11-02T03:27:02.496Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2663 | 2024-11-02T03:27:38.490Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2664 | 2024-11-02T03:27:49.427Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2665 | 2024-11-02T03:27:51.961Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2666 | 2024-11-02T03:27:59.365Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2667 | 2024-11-02T03:28:00.364Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2668 | 2024-11-02T03:28:10.235Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2669 | 2024-11-02T03:28:14.836Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2670 | 2024-11-02T03:28:16.197Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2671 | 2024-11-02T03:28:17.408Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2672 | 2024-11-02T03:28:18.036Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2673 | 2024-11-02T03:28:37.571Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2674 | 2024-11-02T03:28:38.274Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2675 | 2024-11-02T03:28:45.859Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2676 | 2024-11-02T03:29:04.013Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2677 | 2024-11-02T03:29:05.057Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2678 | 2024-11-02T03:29:08.316Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2679 | 2024-11-02T03:29:08.375Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2680 | 2024-11-02T03:29:17.628Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2681 | 2024-11-02T03:29:18.911Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2682 | 2024-11-02T03:29:21.293Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2683 | 2024-11-02T03:29:24.362Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2684 | 2024-11-02T03:29:26.911Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2685 | 2024-11-02T03:29:31.582Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2686 | 2024-11-02T03:29:34.186Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2687 | 2024-11-02T03:29:35.769Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2688 | 2024-11-02T03:29:36.715Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2689 | 2024-11-02T03:29:41.614Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2690 | 2024-11-02T03:29:44.169Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2691 | 2024-11-02T03:29:49.269Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2692 | 2024-11-02T03:29:50.441Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2693 | 2024-11-02T03:29:52.757Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2694 | 2024-11-02T03:29:55.609Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2695 | 2024-11-02T03:29:58.129Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2696 | 2024-11-02T03:30:03.867Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2697 | 2024-11-02T03:30:20.354Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2698 | 2024-11-02T03:30:24.743Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2699 | 2024-11-02T03:30:35.320Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2700 | 2024-11-02T03:30:35.659Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2701 | 2024-11-02T03:30:37.895Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2702 | 2024-11-02T03:30:42.724Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2703 | 2024-11-02T03:30:49.579Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2704 | 2024-11-02T03:30:52.135Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2705 | 2024-11-02T03:30:52.885Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2706 | 2024-11-02T03:31:00.870Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2707 | 2024-11-02T03:31:06.052Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2708 | 2024-11-02T03:31:10.703Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2709 | 2024-11-02T03:31:10.793Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2710 | 2024-11-02T03:31:13.837Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2711 | 2024-11-02T03:31:13.856Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2712 | 2024-11-02T03:31:16.986Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2713 | 2024-11-02T03:31:24.502Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2714 | 2024-11-02T03:31:28.706Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2715 | 2024-11-02T03:31:28.852Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2716 | 2024-11-02T03:31:29.066Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2717 | 2024-11-02T03:31:34.187Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2718 | 2024-11-02T03:31:35.591Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2719 | 2024-11-02T03:31:42.497Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2720 | 2024-11-02T03:31:42.854Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2721 | 2024-11-02T03:31:42.872Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2722 | 2024-11-02T03:31:43.155Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2723 | 2024-11-02T03:31:48.768Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2724 | 2024-11-02T03:31:52.718Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2725 | 2024-11-02T03:31:56.234Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2726 | 2024-11-02T03:32:00.377Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2727 | 2024-11-02T03:32:00.577Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2728 | 2024-11-02T03:32:07.168Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2729 | 2024-11-02T03:32:11.207Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2730 | 2024-11-02T03:32:13.879Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2731 | 2024-11-02T03:32:17.912Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2732 | 2024-11-02T03:32:18.272Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2733 | 2024-11-02T03:32:19.707Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2734 | 2024-11-02T03:32:20.805Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2735 | 2024-11-02T03:32:30.525Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2736 | 2024-11-02T03:32:31.962Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2737 | 2024-11-02T03:32:33.083Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2738 | 2024-11-02T03:32:34.738Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2739 | 2024-11-02T03:32:38.554Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2740 | 2024-11-02T03:32:39.741Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2741 | 2024-11-02T03:32:44.251Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2742 | 2024-11-02T03:32:45.533Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2743 | 2024-11-02T03:32:45.658Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2744 | 2024-11-02T03:32:48.888Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2745 | 2024-11-02T03:32:49.654Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2746 | 2024-11-02T03:32:52.417Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2747 | 2024-11-02T03:32:58.173Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2748 | 2024-11-02T03:32:58.375Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2749 | 2024-11-02T03:33:01.802Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2750 | 2024-11-02T03:33:02.204Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2751 | 2024-11-02T03:33:03.004Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2752 | 2024-11-02T03:33:05.848Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2753 | 2024-11-02T03:33:10.910Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2754 | 2024-11-02T03:33:17.597Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2755 | 2024-11-02T03:33:17.910Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2756 | 2024-11-02T03:33:20.004Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2757 | 2024-11-02T03:33:20.149Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2758 | 2024-11-02T03:33:22.747Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2759 | 2024-11-02T03:33:24.056Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2760 | 2024-11-02T03:33:24.827Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2761 | 2024-11-02T03:33:24.922Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2762 | 2024-11-02T03:33:26.810Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2763 | 2024-11-02T03:33:27.443Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2764 | 2024-11-02T03:33:27.607Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2765 | 2024-11-02T03:33:30.727Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2766 | 2024-11-02T03:33:32.503Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2767 | 2024-11-02T03:33:32.926Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2768 | 2024-11-02T03:33:35.509Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2769 | 2024-11-02T03:34:48.765Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2770 | 2024-11-02T03:35:22.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 18s |
2771 | 2024-11-02T03:35:22.171Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 134 other files |
2772 | 2024-11-02T03:35:22.232Z | |
2773 | 2024-11-02T03:35:22.232Z | real 9:18.244150583 |
2774 | 2024-11-02T03:35:22.232Z | user 34:56.886892007 |
2775 | 2024-11-02T03:35:22.232Z | sys 28:24.624243102 |
2776 | 2024-11-02T03:35:22.235Z | trap 0.602011498 |
2777 | 2024-11-02T03:35:22.235Z | tflt 0.167788471 |
2778 | 2024-11-02T03:35:22.235Z | dflt 0.165482099 |
2779 | 2024-11-02T03:35:22.235Z | kflt 0.000009928 |
2780 | 2024-11-02T03:35:22.235Z | lock 1:26:05.009620947 |
2781 | 2024-11-02T03:35:22.235Z | slp 2:28:38.317869422 |
2782 | 2024-11-02T03:35:22.235Z | lat 1:12.030195045 |
2783 | 2024-11-02T03:35:22.235Z | stop 1:02.924447088 |
2784 | 2024-11-02T03:35:22.235Z | process exited: duration 1472661 ms, exit code 0 |
|
2785 | 2024-11-02T03:35:22.241Z | found 0 output files |