|
|
|
1 | 2024-08-19T17:55:43.829Z | job assigned to worker 01J5NWE4JQQDEC0FRP7K0SNCJ8 (queued for 56 s) |
|
2 | 2024-08-19T17:55:52.299Z | starting task 0: "setup" |
3 | 2024-08-19T17:55:52.324Z | ++ uname -s |
4 | 2024-08-19T17:55:52.327Z | + kern=SunOS |
5 | 2024-08-19T17:55:52.327Z | + case "$kern" in |
6 | 2024-08-19T17:55:52.327Z | + groupadd -g 12345 build |
7 | 2024-08-19T17:55:52.329Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-19T17:55:54.341Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-19T17:55:54.463Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-19T17:55:54.466Z | + home_fs=zfs |
11 | 2024-08-19T17:55:54.466Z | + [[ zfs == autofs ]] |
12 | 2024-08-19T17:55:54.466Z | + mkdir -p /home/build |
13 | 2024-08-19T17:55:54.469Z | + chown build:build /home/build /work |
14 | 2024-08-19T17:55:56.470Z | + chmod 0700 /home/build /work |
15 | 2024-08-19T17:55:56.474Z | process exited: duration 4174 ms, exit code 0 |
|
16 | 2024-08-19T17:55:56.479Z | starting task 1: "rust-toolchain" |
17 | 2024-08-19T17:55:56.484Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-19T17:55:56.484Z | * toolchain channel = "1.80.1" |
19 | 2024-08-19T17:55:56.484Z | ' 1.80.1 |
20 | 2024-08-19T17:55:56.484Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-19T17:55:56.484Z | ' default |
22 | 2024-08-19T17:55:56.484Z | * toolchain profile = "default" |
23 | 2024-08-19T17:55:56.488Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-19T17:55:56.488Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-19T17:55:56.600Z | info: downloading installer |
26 | 2024-08-19T17:55:58.194Z | info: profile set to 'default' |
27 | 2024-08-19T17:55:58.194Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-19T17:55:58.197Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-19T17:55:58.332Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-19T17:55:58.332Z | info: downloading component 'cargo' |
31 | 2024-08-19T17:55:59.061Z | info: downloading component 'clippy' |
32 | 2024-08-19T17:55:59.321Z | info: downloading component 'rust-docs' |
33 | 2024-08-19T17:56:00.346Z | info: downloading component 'rust-std' |
34 | 2024-08-19T17:56:01.771Z | info: downloading component 'rustc' |
35 | 2024-08-19T17:56:05.719Z | info: downloading component 'rustfmt' |
36 | 2024-08-19T17:56:05.934Z | info: installing component 'cargo' |
37 | 2024-08-19T17:56:06.784Z | info: installing component 'clippy' |
38 | 2024-08-19T17:56:07.168Z | info: installing component 'rust-docs' |
39 | 2024-08-19T17:56:08.806Z | info: installing component 'rust-std' |
40 | 2024-08-19T17:56:10.513Z | info: installing component 'rustc' |
41 | 2024-08-19T17:56:14.870Z | info: installing component 'rustfmt' |
42 | 2024-08-19T17:56:15.220Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-19T17:56:15.220Z | |
44 | 2024-08-19T17:56:15.478Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-19T17:56:15.478Z | |
46 | 2024-08-19T17:56:15.481Z | |
47 | 2024-08-19T17:56:15.481Z | Rust is installed now. Great! |
48 | 2024-08-19T17:56:15.481Z | |
49 | 2024-08-19T17:56:15.481Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-19T17:56:15.481Z | environment variable. This has not been done automatically. |
51 | 2024-08-19T17:56:15.481Z | |
52 | 2024-08-19T17:56:15.481Z | To configure your current shell, you need to source |
53 | 2024-08-19T17:56:15.482Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-19T17:56:15.482Z | |
55 | 2024-08-19T17:56:15.482Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-19T17:56:15.482Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-19T17:56:15.482Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-19T17:56:15.548Z | + rustc --version |
59 | 2024-08-19T17:56:15.610Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-19T17:56:15.613Z | process exited: duration 19129 ms, exit code 0 |
|
61 | 2024-08-19T17:56:15.619Z | starting task 2: "authentication" |
62 | 2024-08-19T17:56:15.639Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-19T17:56:15.647Z | starting task 3: "clone repository" |
64 | 2024-08-19T17:56:15.650Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-19T17:56:15.652Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-19T17:56:15.839Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-19T17:56:22.037Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-19T17:56:22.038Z | + git fetch origin d16bbb38740f28c321cbe676425ac4fc519ec11a |
69 | 2024-08-19T17:56:22.305Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-19T17:56:22.305Z | * branch d16bbb38740f28c321cbe676425ac4fc519ec11a -> FETCH_HEAD |
71 | 2024-08-19T17:56:22.317Z | + [[ -n sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate ]] |
72 | 2024-08-19T17:56:22.320Z | ++ git branch --show-current |
73 | 2024-08-19T17:56:22.320Z | + current=main |
74 | 2024-08-19T17:56:22.320Z | + [[ main != sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate ]] |
75 | 2024-08-19T17:56:22.320Z | + git branch -f sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate d16bbb38740f28c321cbe676425ac4fc519ec11a |
76 | 2024-08-19T17:56:22.323Z | + git checkout -f sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate |
77 | 2024-08-19T17:56:22.372Z | Switched to branch 'sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate' |
78 | 2024-08-19T17:56:22.374Z | + git reset --hard d16bbb38740f28c321cbe676425ac4fc519ec11a |
79 | 2024-08-19T17:56:22.423Z | HEAD is now at d16bbb387 move into nexus-types |
80 | 2024-08-19T17:56:22.425Z | process exited: duration 6777 ms, exit code 0 |
|
81 | 2024-08-19T17:56:22.430Z | starting task 4: "build" |
82 | 2024-08-19T17:56:22.436Z | + cargo --version |
83 | 2024-08-19T17:56:22.489Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-19T17:56:22.496Z | + rustc --version |
85 | 2024-08-19T17:56:22.549Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-19T17:56:22.552Z | + source ./env.sh |
87 | 2024-08-19T17:56:22.552Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-19T17:56:22.552Z | ++ set -o xtrace |
89 | 2024-08-19T17:56:22.555Z | ++++ dirname ./env.sh |
90 | 2024-08-19T17:56:22.570Z | +++ readlink -f . |
91 | 2024-08-19T17:56:22.607Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-19T17:56:22.611Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-19T17:56:22.611Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-19T17:56:22.611Z | ++ 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 |
95 | 2024-08-19T17:56:22.611Z | ++ 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 |
96 | 2024-08-19T17:56:22.611Z | ++ 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 |
97 | 2024-08-19T17:56:22.611Z | ++ 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 |
98 | 2024-08-19T17:56:22.611Z | ++ 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 |
99 | 2024-08-19T17:56:22.611Z | ++ 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 |
100 | 2024-08-19T17:56:22.611Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-19T17:56:22.611Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-19T17:56:22.611Z | + banner prerequisites |
103 | 2024-08-19T17:56:22.614Z | |
104 | 2024-08-19T17:56:22.614Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-19T17:56:22.614Z | # # # # # # # # # # # # # # # |
106 | 2024-08-19T17:56:22.614Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-19T17:56:22.614Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-19T17:56:22.614Z | # # # # # # # # # # # # # # # |
109 | 2024-08-19T17:56:22.614Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-19T17:56:22.614Z | |
111 | 2024-08-19T17:56:22.614Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-19T17:56:29.739Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-19T17:56:32.039Z | Startup: Caching catalogs ... Done |
114 | 2024-08-19T17:56:33.930Z | Planning: Solver setup ... Done (1.232s) |
115 | 2024-08-19T17:56:33.951Z | Planning: Running solver ... Done (0.021s) |
116 | 2024-08-19T17:56:33.994Z | Planning: Finding local manifests ... Done (0.004s) |
117 | 2024-08-19T17:56:34.009Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-08-19T17:56:34.538Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-08-19T17:56:34.586Z | Planning: Package planning ... Done (0.048s) |
120 | 2024-08-19T17:56:34.635Z | Planning: Merging actions ... Done (0.049s) |
121 | 2024-08-19T17:56:36.645Z | Planning: Checking for conflicting actions ... Done (2.009s) |
122 | 2024-08-19T17:56:36.657Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-08-19T17:56:46.486Z | Planning: Evaluating mediators ... Done (9.826s) |
124 | 2024-08-19T17:56:46.496Z | Planning: Planning completed in 14.38 seconds |
125 | 2024-08-19T17:56:47.523Z | Packages to install: 4 |
126 | 2024-08-19T17:56:47.523Z | Mediators to change: 2 |
127 | 2024-08-19T17:56:47.530Z | Services to change: 1 |
128 | 2024-08-19T17:56:47.530Z | Estimated space available: 155.72 GB |
129 | 2024-08-19T17:56:47.530Z | Estimated space to be consumed: 1.48 GB |
130 | 2024-08-19T17:56:47.530Z | Create boot environment: No |
131 | 2024-08-19T17:56:47.530Z | Create backup boot environment: No |
132 | 2024-08-19T17:56:47.530Z | Rebuild boot archive: No |
133 | 2024-08-19T17:56:47.530Z | |
134 | 2024-08-19T17:56:47.530Z | Changed mediators: |
135 | 2024-08-19T17:56:47.530Z | mediator clang: |
136 | 2024-08-19T17:56:47.530Z | version: None -> 15 (system default) |
137 | 2024-08-19T17:56:47.530Z | |
138 | 2024-08-19T17:56:47.530Z | mediator llvm: |
139 | 2024-08-19T17:56:47.530Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-08-19T17:56:47.530Z | |
141 | 2024-08-19T17:56:47.530Z | Changed packages: |
142 | 2024-08-19T17:56:47.530Z | helios-dev |
143 | 2024-08-19T17:56:47.530Z | developer/build-essential |
144 | 2024-08-19T17:56:47.530Z | None -> 11-2.0 |
145 | 2024-08-19T17:56:47.530Z | library/libxmlsec1 |
146 | 2024-08-19T17:56:47.530Z | None -> 1.2.35-2.0 |
147 | 2024-08-19T17:56:47.530Z | ooce/developer/clang-15 |
148 | 2024-08-19T17:56:47.530Z | None -> 15.0.7-2.0 |
149 | 2024-08-19T17:56:47.530Z | ooce/developer/llvm-15 |
150 | 2024-08-19T17:56:47.530Z | None -> 15.0.7-2.0 |
151 | 2024-08-19T17:56:47.530Z | |
152 | 2024-08-19T17:56:47.530Z | Services: |
153 | 2024-08-19T17:56:47.530Z | restart_fmri: |
154 | 2024-08-19T17:56:47.530Z | svc:/system/update-man-index:default |
155 | 2024-08-19T17:56:47.829Z | |
156 | 2024-08-19T17:56:47.829Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-08-19T17:56:52.837Z | Download: 662/3290 items 18.0/212.6MB 8% complete (3.7M/s) |
158 | 2024-08-19T17:56:58.280Z | Download: 1196/3290 items 65.8/212.6MB 30% complete (6.7M/s) |
159 | 2024-08-19T17:57:03.282Z | Download: 1802/3290 items 118.4/212.6MB 55% complete (10.0M/s) |
160 | 2024-08-19T17:57:08.285Z | Download: 2562/3290 items 120.4/212.6MB 56% complete (5.6M/s) |
161 | 2024-08-19T17:57:13.287Z | Download: 3221/3290 items 181.1/212.6MB 85% complete (6.2M/s) |
162 | 2024-08-19T17:57:20.069Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.6M/s) |
163 | 2024-08-19T17:57:30.020Z | Download: 3285/3290 items 210.0/212.6MB 98% complete (4.5M/s) |
164 | 2024-08-19T17:57:40.297Z | Download: 3286/3290 items 210.2/212.6MB 98% complete |
165 | 2024-08-19T17:57:40.372Z | Download: Completed 212.60 MB in 52.53 seconds (4.0M/s) |
166 | 2024-08-19T17:57:40.549Z | Actions: 1/3689 actions (Installing new actions) |
167 | 2024-08-19T17:57:45.597Z | Actions: 3601/3689 actions (Installing new actions) |
168 | 2024-08-19T17:57:46.236Z | Actions: Completed 3689 actions in 5.68 seconds. |
169 | 2024-08-19T17:57:46.512Z | Done (0.270s) |
170 | 2024-08-19T17:57:46.512Z | Done (0.000s) |
171 | 2024-08-19T17:57:46.880Z | Done (0.368s) |
172 | 2024-08-19T17:57:53.497Z | Done (6.442s) |
173 | 2024-08-19T17:57:53.691Z | Done (0.120s) |
174 | 2024-08-19T17:57:53.694Z | Done (0.000s) |
175 | 2024-08-19T17:57:53.886Z | Done (0.000s) |
176 | 2024-08-19T17:57:54.462Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-08-19T17:57:54.619Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-08-19T17:57:54.622Z | Planning: Consolidating action changes ... Done |
179 | 2024-08-19T17:57:54.885Z | Planning: Evaluating mediators ... Done |
180 | 2024-08-19T17:57:54.887Z | Planning: Planning completed in 0.42 seconds |
181 | 2024-08-19T17:57:54.918Z | Mediators to change: 2 |
182 | 2024-08-19T17:57:54.921Z | Create boot environment: No |
183 | 2024-08-19T17:57:54.921Z | Create backup boot environment: No |
184 | 2024-08-19T17:57:55.007Z | Done |
185 | 2024-08-19T17:57:55.007Z | Done |
186 | 2024-08-19T17:57:55.237Z | Done |
187 | 2024-08-19T17:57:58.705Z | Done |
188 | 2024-08-19T17:57:58.790Z | Done |
189 | 2024-08-19T17:57:58.793Z | Done |
190 | 2024-08-19T17:57:58.951Z | Done |
191 | 2024-08-19T17:57:59.549Z | Planning: Evaluating mediator changes ... Done |
192 | 2024-08-19T17:57:59.552Z | Planning: Merging actions ... Done |
193 | 2024-08-19T17:57:59.739Z | Planning: Checking for conflicting actions ... Done |
194 | 2024-08-19T17:57:59.741Z | Planning: Consolidating action changes ... Done |
195 | 2024-08-19T17:58:00.003Z | Planning: Evaluating mediators ... Done |
196 | 2024-08-19T17:58:00.060Z | Planning: Planning completed in 0.75 seconds |
197 | 2024-08-19T17:58:00.094Z | Packages to change: 1 |
198 | 2024-08-19T17:58:00.094Z | Mediators to change: 1 |
199 | 2024-08-19T17:58:00.099Z | Services to change: 1 |
200 | 2024-08-19T17:58:00.099Z | Create boot environment: No |
201 | 2024-08-19T17:58:00.099Z | Create backup boot environment: Yes |
202 | 2024-08-19T17:58:02.172Z | Actions: 1/6 actions (Updating modified actions) |
203 | 2024-08-19T17:58:02.175Z | Actions: Completed 6 actions in 0.00 seconds. |
204 | 2024-08-19T17:58:02.175Z | Done |
205 | 2024-08-19T17:58:02.175Z | Done |
206 | 2024-08-19T17:58:02.253Z | Done |
207 | 2024-08-19T17:58:05.800Z | Done |
208 | 2024-08-19T17:58:05.884Z | Done |
209 | 2024-08-19T17:58:05.887Z | Done |
210 | 2024-08-19T17:58:06.051Z | Done |
211 | 2024-08-19T17:58:06.480Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
212 | 2024-08-19T17:58:06.480Z | clang system 15 system |
213 | 2024-08-19T17:58:06.480Z | csh system system illumos |
214 | 2024-08-19T17:58:06.480Z | ctags system system illumos |
215 | 2024-08-19T17:58:06.480Z | gcc vendor 12 vendor |
216 | 2024-08-19T17:58:06.480Z | gcc system 10 system |
217 | 2024-08-19T17:58:06.480Z | gcc system 7 system |
218 | 2024-08-19T17:58:06.480Z | go system 1.20 system |
219 | 2024-08-19T17:58:06.480Z | go system 1.19 system |
220 | 2024-08-19T17:58:06.480Z | llvm system 15 system |
221 | 2024-08-19T17:58:06.481Z | llvm system 14 system |
222 | 2024-08-19T17:58:06.481Z | mariadb system 10.6 system |
223 | 2024-08-19T17:58:06.481Z | mta vendor vendor dma |
224 | 2024-08-19T17:58:06.481Z | openjdk system 17 system |
225 | 2024-08-19T17:58:06.481Z | openjdk system 11 system |
226 | 2024-08-19T17:58:06.481Z | openjdk system 1.8 system |
227 | 2024-08-19T17:58:06.481Z | openssl vendor 3 vendor |
228 | 2024-08-19T17:58:06.481Z | perl system 5.36 system |
229 | 2024-08-19T17:58:06.481Z | postgresql system 15 system |
230 | 2024-08-19T17:58:06.481Z | postgresql system 13 system |
231 | 2024-08-19T17:58:06.481Z | python vendor 3 vendor |
232 | 2024-08-19T17:58:06.481Z | python system 2 system |
233 | 2024-08-19T17:58:06.481Z | python3 system 3.11 system |
234 | 2024-08-19T17:58:06.481Z | ruby system 3.0 system |
235 | 2024-08-19T17:58:06.481Z | words vendor vendor american-english |
236 | 2024-08-19T17:58:06.481Z | words system system australian-english |
237 | 2024-08-19T17:58:06.481Z | words system system british-english |
238 | 2024-08-19T17:58:06.481Z | words system system canadian-english |
239 | 2024-08-19T17:58:06.481Z | words system system french |
240 | 2024-08-19T17:58:06.481Z | words system system italian |
241 | 2024-08-19T17:58:06.481Z | words system system ngerman |
242 | 2024-08-19T17:58:06.481Z | words system system ogerman |
243 | 2024-08-19T17:58:06.481Z | words system system spanish |
244 | 2024-08-19T17:58:06.810Z | PUBLISHER TYPE STATUS P LOCATION |
245 | 2024-08-19T17:58:06.810Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
246 | 2024-08-19T17:58:08.515Z | FMRI IFO |
247 | 2024-08-19T17:58:08.515Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2024-08-19T17:58:08.515Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2024-08-19T17:58:08.515Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2024-08-19T17:58:08.515Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
251 | 2024-08-19T17:58:08.515Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
252 | 2024-08-19T17:58:08.515Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
253 | 2024-08-19T17:58:08.515Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
254 | 2024-08-19T17:58:08.515Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
255 | 2024-08-19T17:58:08.515Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
256 | 2024-08-19T17:58:08.515Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
257 | 2024-08-19T17:58:08.515Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
258 | 2024-08-19T17:58:08.515Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
259 | 2024-08-19T17:58:09.102Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
260 | 2024-08-19T17:58:09.456Z | Updating git repository `https://github.com/oxidecomputer/zone` |
261 | 2024-08-19T17:58:09.736Z | Updating crates.io index |
262 | 2024-08-19T17:58:09.804Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
263 | 2024-08-19T17:58:10.537Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
264 | 2024-08-19T17:58:11.243Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
265 | 2024-08-19T17:58:11.508Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
266 | 2024-08-19T17:58:12.998Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
267 | 2024-08-19T17:58:13.214Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
268 | 2024-08-19T17:58:13.431Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
269 | 2024-08-19T17:58:14.456Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
270 | 2024-08-19T17:58:16.287Z | Updating git repository `https://github.com/oxidecomputer/opte` |
271 | 2024-08-19T17:58:17.209Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
272 | 2024-08-19T17:58:17.937Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
273 | 2024-08-19T17:58:18.210Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
274 | 2024-08-19T17:58:18.771Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
275 | 2024-08-19T17:58:19.027Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
276 | 2024-08-19T17:58:19.550Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
277 | 2024-08-19T17:58:19.639Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
278 | 2024-08-19T17:58:19.900Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
279 | 2024-08-19T17:58:20.156Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
280 | 2024-08-19T17:58:20.413Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
281 | 2024-08-19T17:58:20.703Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
282 | 2024-08-19T17:58:21.068Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
283 | 2024-08-19T17:58:21.483Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
284 | 2024-08-19T17:58:21.792Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
285 | 2024-08-19T17:58:22.204Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
286 | 2024-08-19T17:58:22.628Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
287 | 2024-08-19T17:58:23.023Z | Updating git repository `https://github.com/oxidecomputer/typify` |
288 | 2024-08-19T17:58:25.155Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
289 | 2024-08-19T17:58:25.413Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
290 | 2024-08-19T17:58:25.720Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
291 | 2024-08-19T17:58:26.056Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
292 | 2024-08-19T17:58:27.092Z | Downloading crates ... |
293 | 2024-08-19T17:58:27.187Z | Downloaded block-buffer v0.10.4 |
294 | 2024-08-19T17:58:27.190Z | Downloaded anstyle v1.0.8 |
295 | 2024-08-19T17:58:27.195Z | Downloaded pretty-hex v0.4.1 |
296 | 2024-08-19T17:58:27.199Z | Downloaded usdt-macro v0.5.0 |
297 | 2024-08-19T17:58:27.204Z | Downloaded usdt-attr-macro v0.5.0 |
298 | 2024-08-19T17:58:27.207Z | Downloaded scroll_derive v0.12.0 |
299 | 2024-08-19T17:58:27.210Z | Downloaded dtrace-parser v0.2.0 |
300 | 2024-08-19T17:58:27.218Z | Downloaded cfg-if v1.0.0 |
301 | 2024-08-19T17:58:27.220Z | Downloaded cargo-platform v0.1.8 |
302 | 2024-08-19T17:58:27.220Z | Downloaded byteorder v1.5.0 |
303 | 2024-08-19T17:58:27.223Z | Downloaded autocfg v1.3.0 |
304 | 2024-08-19T17:58:27.226Z | Downloaded anstyle-query v1.0.3 |
305 | 2024-08-19T17:58:27.226Z | Downloaded colorchoice v1.0.1 |
306 | 2024-08-19T17:58:27.226Z | Downloaded anstyle-parse v0.2.4 |
307 | 2024-08-19T17:58:27.229Z | Downloaded bytecount v0.6.8 |
308 | 2024-08-19T17:58:27.231Z | Downloaded proc-macro-error-attr v1.0.4 |
309 | 2024-08-19T17:58:27.233Z | Downloaded errno v0.3.9 |
310 | 2024-08-19T17:58:27.236Z | Downloaded macaddr v1.0.1 |
311 | 2024-08-19T17:58:27.236Z | Downloaded cpufeatures v0.2.12 |
312 | 2024-08-19T17:58:27.238Z | Downloaded version_check v0.9.5 |
313 | 2024-08-19T17:58:27.238Z | Downloaded memmap v0.7.0 |
314 | 2024-08-19T17:58:27.241Z | Downloaded thiserror-impl v1.0.63 |
315 | 2024-08-19T17:58:27.241Z | Downloaded terminal_size v0.3.0 |
316 | 2024-08-19T17:58:27.243Z | Downloaded itoa v1.0.11 |
317 | 2024-08-19T17:58:27.243Z | Downloaded heck v0.4.1 |
318 | 2024-08-19T17:58:27.247Z | Downloaded clap_derive v4.5.13 |
319 | 2024-08-19T17:58:27.250Z | Downloaded cargo_toml v0.20.4 |
320 | 2024-08-19T17:58:27.253Z | Downloaded serde_tokenstream v0.2.2 |
321 | 2024-08-19T17:58:27.255Z | Downloaded dof v0.3.0 |
322 | 2024-08-19T17:58:27.255Z | Downloaded clap_lex v0.7.0 |
323 | 2024-08-19T17:58:27.263Z | Downloaded is_terminal_polyfill v1.70.0 |
324 | 2024-08-19T17:58:27.266Z | Downloaded cargo_metadata v0.18.1 |
325 | 2024-08-19T17:58:27.268Z | Downloaded camino v1.1.9 |
326 | 2024-08-19T17:58:27.276Z | Downloaded pest_derive v2.7.10 |
327 | 2024-08-19T17:58:27.279Z | Downloaded fs-err v2.11.0 |
328 | 2024-08-19T17:58:27.282Z | Downloaded swrite v0.1.0 |
329 | 2024-08-19T17:58:27.292Z | Downloaded equivalent v1.0.1 |
330 | 2024-08-19T17:58:27.296Z | Downloaded anstream v0.6.14 |
331 | 2024-08-19T17:58:27.302Z | Downloaded zerocopy-derive v0.7.34 |
332 | 2024-08-19T17:58:27.313Z | Downloaded quote v1.0.36 |
333 | 2024-08-19T17:58:27.313Z | Downloaded fnv v1.0.7 |
334 | 2024-08-19T17:58:27.313Z | Downloaded ucd-trie v0.1.6 |
335 | 2024-08-19T17:58:27.315Z | Downloaded strsim v0.11.1 |
336 | 2024-08-19T17:58:27.315Z | Downloaded crypto-common v0.1.6 |
337 | 2024-08-19T17:58:27.316Z | Downloaded anyhow v1.0.86 |
338 | 2024-08-19T17:58:27.321Z | Downloaded toml v0.8.19 |
339 | 2024-08-19T17:58:27.324Z | Downloaded clap v4.5.16 |
340 | 2024-08-19T17:58:27.332Z | Downloaded utf8parse v0.2.1 |
341 | 2024-08-19T17:58:27.335Z | Downloaded thread-id v4.2.1 |
342 | 2024-08-19T17:58:27.335Z | Downloaded tabled_derive v0.7.0 |
343 | 2024-08-19T17:58:27.342Z | Downloaded serde_spanned v0.6.7 |
344 | 2024-08-19T17:58:27.342Z | Downloaded thiserror v1.0.63 |
345 | 2024-08-19T17:58:27.344Z | Downloaded ryu v1.0.18 |
346 | 2024-08-19T17:58:27.344Z | Downloaded plain v0.2.3 |
347 | 2024-08-19T17:58:27.344Z | Downloaded toml_datetime v0.6.8 |
348 | 2024-08-19T17:58:27.346Z | Downloaded bitflags v2.6.0 |
349 | 2024-08-19T17:58:27.349Z | Downloaded usdt v0.5.0 |
350 | 2024-08-19T17:58:27.351Z | Downloaded scroll v0.12.0 |
351 | 2024-08-19T17:58:27.351Z | Downloaded pest_meta v2.7.10 |
352 | 2024-08-19T17:58:27.354Z | Downloaded heck v0.5.0 |
353 | 2024-08-19T17:58:27.354Z | Downloaded generic-array v0.14.7 |
354 | 2024-08-19T17:58:27.356Z | Downloaded digest v0.10.7 |
355 | 2024-08-19T17:58:27.356Z | Downloaded sha2 v0.10.8 |
356 | 2024-08-19T17:58:27.358Z | Downloaded once_cell v1.19.0 |
357 | 2024-08-19T17:58:27.364Z | Downloaded proc-macro-error v1.0.4 |
358 | 2024-08-19T17:58:27.369Z | Downloaded semver v1.0.23 |
359 | 2024-08-19T17:58:27.371Z | Downloaded papergrid v0.11.0 |
360 | 2024-08-19T17:58:27.375Z | Downloaded proc-macro2 v1.0.86 |
361 | 2024-08-19T17:58:27.383Z | Downloaded pest_generator v2.7.10 |
362 | 2024-08-19T17:58:27.385Z | Downloaded log v0.4.21 |
363 | 2024-08-19T17:58:27.387Z | Downloaded serde_derive v1.0.208 |
364 | 2024-08-19T17:58:27.393Z | Downloaded serde v1.0.208 |
365 | 2024-08-19T17:58:27.393Z | Downloaded unicode-ident v1.0.12 |
366 | 2024-08-19T17:58:27.399Z | Downloaded usdt-impl v0.5.0 |
367 | 2024-08-19T17:58:27.402Z | Downloaded typenum v1.17.0 |
368 | 2024-08-19T17:58:27.410Z | Downloaded indexmap v2.4.0 |
369 | 2024-08-19T17:58:27.429Z | Downloaded toml_edit v0.22.20 |
370 | 2024-08-19T17:58:27.450Z | Downloaded memchr v2.7.2 |
371 | 2024-08-19T17:58:27.470Z | Downloaded pest v2.7.10 |
372 | 2024-08-19T17:58:27.476Z | Downloaded serde_json v1.0.125 |
373 | 2024-08-19T17:58:27.483Z | Downloaded clap_builder v4.5.15 |
374 | 2024-08-19T17:58:27.489Z | Downloaded zerocopy v0.7.34 |
375 | 2024-08-19T17:58:27.504Z | Downloaded tabled v0.15.0 |
376 | 2024-08-19T17:58:27.519Z | Downloaded hashbrown v0.14.5 |
377 | 2024-08-19T17:58:27.523Z | Downloaded winnow v0.6.18 |
378 | 2024-08-19T17:58:27.532Z | Downloaded goblin v0.8.2 |
379 | 2024-08-19T17:58:27.537Z | Downloaded syn v1.0.109 |
380 | 2024-08-19T17:58:27.547Z | Downloaded syn v2.0.74 |
381 | 2024-08-19T17:58:27.575Z | Downloaded rustix v0.38.34 |
382 | 2024-08-19T17:58:27.596Z | Downloaded unicode-width v0.1.13 |
383 | 2024-08-19T17:58:27.615Z | Downloaded libc v0.2.156 |
384 | 2024-08-19T17:58:27.918Z | Compiling proc-macro2 v1.0.86 |
385 | 2024-08-19T17:58:27.918Z | Compiling unicode-ident v1.0.12 |
386 | 2024-08-19T17:58:27.922Z | Compiling version_check v0.9.5 |
387 | 2024-08-19T17:58:27.922Z | Compiling serde v1.0.208 |
388 | 2024-08-19T17:58:27.922Z | Compiling memchr v2.7.2 |
389 | 2024-08-19T17:58:27.922Z | Compiling thiserror v1.0.63 |
390 | 2024-08-19T17:58:27.922Z | Compiling libc v0.2.156 |
391 | 2024-08-19T17:58:27.953Z | Compiling itoa v1.0.11 |
392 | 2024-08-19T17:58:28.157Z | Compiling ryu v1.0.18 |
393 | 2024-08-19T17:58:28.240Z | Compiling ucd-trie v0.1.6 |
394 | 2024-08-19T17:58:28.710Z | Compiling once_cell v1.19.0 |
395 | 2024-08-19T17:58:28.768Z | Compiling byteorder v1.5.0 |
396 | 2024-08-19T17:58:29.081Z | Compiling serde_json v1.0.125 |
397 | 2024-08-19T17:58:31.473Z | Compiling proc-macro-error-attr v1.0.4 |
398 | 2024-08-19T17:58:31.476Z | Compiling usdt-impl v0.5.0 |
399 | 2024-08-19T17:58:31.476Z | Compiling rustix v0.38.34 |
400 | 2024-08-19T17:58:31.554Z | Compiling syn v1.0.109 |
401 | 2024-08-19T17:58:31.557Z | Compiling proc-macro-error v1.0.4 |
402 | 2024-08-19T17:58:31.891Z | Compiling equivalent v1.0.1 |
403 | 2024-08-19T17:58:31.919Z | Compiling utf8parse v0.2.1 |
404 | 2024-08-19T17:58:31.939Z | Compiling log v0.4.21 |
405 | 2024-08-19T17:58:31.993Z | Compiling plain v0.2.3 |
406 | 2024-08-19T17:58:32.059Z | Compiling hashbrown v0.14.5 |
407 | 2024-08-19T17:58:32.150Z | Compiling bitflags v2.6.0 |
408 | 2024-08-19T17:58:32.241Z | Compiling thread-id v4.2.1 |
409 | 2024-08-19T17:58:32.266Z | Compiling anstyle-parse v0.2.4 |
410 | 2024-08-19T17:58:32.407Z | Compiling quote v1.0.36 |
411 | 2024-08-19T17:58:32.476Z | Compiling colorchoice v1.0.1 |
412 | 2024-08-19T17:58:32.549Z | Compiling anstyle v1.0.8 |
413 | 2024-08-19T17:58:32.575Z | Compiling is_terminal_polyfill v1.70.0 |
414 | 2024-08-19T17:58:32.626Z | Compiling camino v1.1.9 |
415 | 2024-08-19T17:58:32.690Z | Compiling pretty-hex v0.4.1 |
416 | 2024-08-19T17:58:32.712Z | Compiling winnow v0.6.18 |
417 | 2024-08-19T17:58:32.895Z | Compiling syn v2.0.74 |
418 | 2024-08-19T17:58:33.000Z | Compiling errno v0.3.9 |
419 | 2024-08-19T17:58:33.080Z | Compiling anstyle-query v1.0.3 |
420 | 2024-08-19T17:58:33.237Z | Compiling semver v1.0.23 |
421 | 2024-08-19T17:58:33.268Z | Compiling indexmap v2.4.0 |
422 | 2024-08-19T17:58:33.335Z | Compiling autocfg v1.3.0 |
423 | 2024-08-19T17:58:33.887Z | Compiling anstream v0.6.14 |
424 | 2024-08-19T17:58:34.279Z | Compiling fs-err v2.11.0 |
425 | 2024-08-19T17:58:34.362Z | Compiling terminal_size v0.3.0 |
426 | 2024-08-19T17:58:34.575Z | Compiling anyhow v1.0.86 |
427 | 2024-08-19T17:58:34.599Z | Compiling unicode-width v0.1.13 |
428 | 2024-08-19T17:58:34.657Z | Compiling clap_lex v0.7.0 |
429 | 2024-08-19T17:58:34.732Z | Compiling strsim v0.11.1 |
430 | 2024-08-19T17:58:34.756Z | Compiling heck v0.5.0 |
431 | 2024-08-19T17:58:34.860Z | Compiling heck v0.4.1 |
432 | 2024-08-19T17:58:35.163Z | Compiling fnv v1.0.7 |
433 | 2024-08-19T17:58:35.166Z | Compiling bytecount v0.6.8 |
434 | 2024-08-19T17:58:35.290Z | Compiling clap_builder v4.5.15 |
435 | 2024-08-19T17:58:35.336Z | Compiling papergrid v0.11.0 |
436 | 2024-08-19T17:58:35.409Z | Compiling memmap v0.7.0 |
437 | 2024-08-19T17:58:35.757Z | Compiling swrite v0.1.0 |
438 | 2024-08-19T17:58:37.855Z | Compiling tabled_derive v0.7.0 |
439 | 2024-08-19T17:58:39.277Z | Compiling tabled v0.15.0 |
440 | 2024-08-19T17:58:41.144Z | Compiling serde_derive v1.0.208 |
441 | 2024-08-19T17:58:41.147Z | Compiling thiserror-impl v1.0.63 |
442 | 2024-08-19T17:58:41.147Z | Compiling zerocopy-derive v0.7.34 |
443 | 2024-08-19T17:58:41.147Z | Compiling scroll_derive v0.12.0 |
444 | 2024-08-19T17:58:41.147Z | Compiling clap_derive v4.5.13 |
445 | 2024-08-19T17:58:42.343Z | Compiling scroll v0.12.0 |
446 | 2024-08-19T17:58:42.738Z | Compiling zerocopy v0.7.34 |
447 | 2024-08-19T17:58:42.867Z | Compiling goblin v0.8.2 |
448 | 2024-08-19T17:58:43.546Z | Compiling pest v2.7.10 |
449 | 2024-08-19T17:58:44.943Z | Compiling clap v4.5.16 |
450 | 2024-08-19T17:58:45.832Z | Compiling pest_meta v2.7.10 |
451 | 2024-08-19T17:58:46.723Z | Compiling pest_generator v2.7.10 |
452 | 2024-08-19T17:58:48.586Z | Compiling pest_derive v2.7.10 |
453 | 2024-08-19T17:58:49.315Z | Compiling dtrace-parser v0.2.0 |
454 | 2024-08-19T17:58:50.880Z | Compiling serde_tokenstream v0.2.2 |
455 | 2024-08-19T17:58:50.975Z | Compiling toml_datetime v0.6.8 |
456 | 2024-08-19T17:58:50.976Z | Compiling serde_spanned v0.6.7 |
457 | 2024-08-19T17:58:51.232Z | Compiling cargo-platform v0.1.8 |
458 | 2024-08-19T17:58:51.377Z | Compiling toml_edit v0.22.20 |
459 | 2024-08-19T17:58:51.494Z | Compiling macaddr v1.0.1 |
460 | 2024-08-19T17:58:52.276Z | Compiling dof v0.3.0 |
461 | 2024-08-19T17:58:52.384Z | Compiling cargo_metadata v0.18.1 |
462 | 2024-08-19T17:58:53.980Z | Compiling usdt-attr-macro v0.5.0 |
463 | 2024-08-19T17:58:53.980Z | Compiling usdt-macro v0.5.0 |
464 | 2024-08-19T17:58:54.156Z | Compiling toml v0.8.19 |
465 | 2024-08-19T17:58:54.984Z | Compiling cargo_toml v0.20.4 |
466 | 2024-08-19T17:58:55.418Z | Compiling usdt v0.5.0 |
467 | 2024-08-19T17:58:58.676Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
468 | 2024-08-19T17:59:02.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.56s |
469 | 2024-08-19T17:59:02.692Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
470 | 2024-08-19T17:59:03.243Z | Downloading crates ... |
471 | 2024-08-19T17:59:03.387Z | Downloaded async-stream-impl v0.3.5 |
472 | 2024-08-19T17:59:03.392Z | Downloaded base16ct v0.2.0 |
473 | 2024-08-19T17:59:03.394Z | Downloaded atomic-waker v1.1.2 |
474 | 2024-08-19T17:59:03.396Z | Downloaded backoff v0.4.0 |
475 | 2024-08-19T17:59:03.399Z | Downloaded arrayvec v0.7.4 |
476 | 2024-08-19T17:59:03.401Z | Downloaded atomicwrites v0.4.3 |
477 | 2024-08-19T17:59:03.404Z | Downloaded ciborium-io v0.2.2 |
478 | 2024-08-19T17:59:03.404Z | Downloaded bitstruct_derive v0.1.0 |
479 | 2024-08-19T17:59:03.404Z | Downloaded async-recursion v1.1.1 |
480 | 2024-08-19T17:59:03.407Z | Downloaded ascii-canvas v3.0.0 |
481 | 2024-08-19T17:59:03.409Z | Downloaded crucible-workspace-hack v0.1.0 |
482 | 2024-08-19T17:59:03.409Z | Downloaded darling_macro v0.20.9 |
483 | 2024-08-19T17:59:03.412Z | Downloaded array-init v0.0.4 |
484 | 2024-08-19T17:59:03.412Z | Downloaded adler v1.0.2 |
485 | 2024-08-19T17:59:03.415Z | Downloaded defmt-macros v0.3.9 |
486 | 2024-08-19T17:59:03.420Z | Downloaded bitflags v1.3.2 |
487 | 2024-08-19T17:59:03.424Z | Downloaded bit-set v0.5.3 |
488 | 2024-08-19T17:59:03.427Z | Downloaded is_ci v1.2.0 |
489 | 2024-08-19T17:59:03.429Z | Downloaded crc-catalog v2.4.0 |
490 | 2024-08-19T17:59:03.431Z | Downloaded cbc v0.1.2 |
491 | 2024-08-19T17:59:03.433Z | Downloaded bitfield v0.14.0 |
492 | 2024-08-19T17:59:03.436Z | Downloaded num-conv v0.1.0 |
493 | 2024-08-19T17:59:03.436Z | Downloaded chacha20 v0.9.1 |
494 | 2024-08-19T17:59:03.438Z | Downloaded instant v0.1.12 |
495 | 2024-08-19T17:59:03.438Z | Downloaded block-padding v0.3.3 |
496 | 2024-08-19T17:59:03.441Z | Downloaded cexpr v0.6.0 |
497 | 2024-08-19T17:59:03.443Z | Downloaded buf-list v1.0.3 |
498 | 2024-08-19T17:59:03.445Z | Downloaded newtype_derive v0.1.6 |
499 | 2024-08-19T17:59:03.448Z | Downloaded num_threads v0.1.7 |
500 | 2024-08-19T17:59:03.448Z | Downloaded normalize-line-endings v0.3.0 |
501 | 2024-08-19T17:59:03.450Z | Downloaded newline-converter v0.3.0 |
502 | 2024-08-19T17:59:03.450Z | Downloaded async-stream v0.3.5 |
503 | 2024-08-19T17:59:03.453Z | Downloaded sigpipe v0.1.3 |
504 | 2024-08-19T17:59:03.455Z | Downloaded openssl-macros v0.1.1 |
505 | 2024-08-19T17:59:03.455Z | Downloaded maybe-uninit v2.0.0 |
506 | 2024-08-19T17:59:03.458Z | Downloaded maplit v1.0.2 |
507 | 2024-08-19T17:59:03.458Z | Downloaded lru-cache v0.1.2 |
508 | 2024-08-19T17:59:03.460Z | Downloaded lazy_static v1.5.0 |
509 | 2024-08-19T17:59:03.460Z | Downloaded inout v0.1.3 |
510 | 2024-08-19T17:59:03.462Z | Downloaded cfg_aliases v0.1.1 |
511 | 2024-08-19T17:59:03.462Z | Downloaded constant_time_eq v0.3.0 |
512 | 2024-08-19T17:59:03.465Z | Downloaded libefi-sys v0.1.0 |
513 | 2024-08-19T17:59:03.467Z | Downloaded debug-ignore v1.0.5 |
514 | 2024-08-19T17:59:03.470Z | Downloaded linear-map v1.2.0 |
515 | 2024-08-19T17:59:03.471Z | Downloaded cookie v0.17.0 |
516 | 2024-08-19T17:59:03.473Z | Downloaded darling v0.20.9 |
517 | 2024-08-19T17:59:03.476Z | Downloaded keccak v0.1.5 |
518 | 2024-08-19T17:59:03.478Z | Downloaded strum v0.26.3 |
519 | 2024-08-19T17:59:03.481Z | Downloaded crunchy v0.2.2 |
520 | 2024-08-19T17:59:03.481Z | Downloaded serde-big-array v0.5.1 |
521 | 2024-08-19T17:59:03.483Z | Downloaded olpc-cjson v0.1.3 |
522 | 2024-08-19T17:59:03.483Z | Downloaded num-integer v0.1.46 |
523 | 2024-08-19T17:59:03.485Z | Downloaded num_enum v0.5.11 |
524 | 2024-08-19T17:59:03.490Z | Downloaded cstr-argument v0.1.2 |
525 | 2024-08-19T17:59:03.492Z | Downloaded packed_struct v0.10.1 |
526 | 2024-08-19T17:59:03.494Z | Downloaded memmap2 v0.9.4 |
527 | 2024-08-19T17:59:03.497Z | Downloaded secrecy v0.8.0 |
528 | 2024-08-19T17:59:03.500Z | Downloaded mime_guess v2.0.4 |
529 | 2024-08-19T17:59:03.500Z | Downloaded convert_case v0.4.0 |
530 | 2024-08-19T17:59:03.502Z | Downloaded iana-time-zone v0.1.60 |
531 | 2024-08-19T17:59:03.505Z | Downloaded cookie_store v0.20.0 |
532 | 2024-08-19T17:59:03.507Z | Downloaded blake2 v0.10.6 |
533 | 2024-08-19T17:59:03.509Z | Downloaded console v0.15.8 |
534 | 2024-08-19T17:59:03.511Z | Downloaded is-terminal v0.4.12 |
535 | 2024-08-19T17:59:03.514Z | Downloaded clang-sys v1.7.0 |
536 | 2024-08-19T17:59:03.517Z | Downloaded ciborium-ll v0.2.2 |
537 | 2024-08-19T17:59:03.519Z | Downloaded slog-json v2.6.1 |
538 | 2024-08-19T17:59:03.519Z | Downloaded num-rational v0.4.2 |
539 | 2024-08-19T17:59:03.522Z | Downloaded cobs v0.2.3 |
540 | 2024-08-19T17:59:03.524Z | Downloaded crossbeam-deque v0.8.5 |
541 | 2024-08-19T17:59:03.524Z | Downloaded castaway v0.2.3 |
542 | 2024-08-19T17:59:03.528Z | Downloaded multer v3.1.0 |
543 | 2024-08-19T17:59:03.531Z | Downloaded camino-tempfile v1.1.1 |
544 | 2024-08-19T17:59:03.531Z | Downloaded match_cfg v0.1.0 |
545 | 2024-08-19T17:59:03.531Z | Downloaded bit-vec v0.6.3 |
546 | 2024-08-19T17:59:03.534Z | Downloaded try-lock v0.2.5 |
547 | 2024-08-19T17:59:03.536Z | Downloaded crossbeam-epoch v0.9.18 |
548 | 2024-08-19T17:59:03.538Z | Downloaded sec1 v0.7.3 |
549 | 2024-08-19T17:59:03.541Z | Downloaded defmt v0.3.8 |
550 | 2024-08-19T17:59:03.543Z | Downloaded smawk v0.3.2 |
551 | 2024-08-19T17:59:03.546Z | Downloaded sct v0.7.1 |
552 | 2024-08-19T17:59:03.548Z | Downloaded const_format_proc_macros v0.2.32 |
553 | 2024-08-19T17:59:03.551Z | Downloaded number_prefix v0.4.0 |
554 | 2024-08-19T17:59:03.554Z | Downloaded num_enum_derive v0.5.11 |
555 | 2024-08-19T17:59:03.554Z | Downloaded crc v3.2.1 |
556 | 2024-08-19T17:59:03.556Z | Downloaded ciborium v0.2.2 |
557 | 2024-08-19T17:59:03.560Z | Downloaded foreign-types v0.3.2 |
558 | 2024-08-19T17:59:03.562Z | Downloaded foreign-types v0.5.0 |
559 | 2024-08-19T17:59:03.565Z | Downloaded http-range v0.1.5 |
560 | 2024-08-19T17:59:03.565Z | Downloaded smallvec v1.13.2 |
561 | 2024-08-19T17:59:03.568Z | Downloaded fallible-streaming-iterator v0.1.9 |
562 | 2024-08-19T17:59:03.568Z | Downloaded foreign-types-shared v0.1.1 |
563 | 2024-08-19T17:59:03.568Z | Downloaded indoc v1.0.9 |
564 | 2024-08-19T17:59:03.571Z | Downloaded subtle v2.5.0 |
565 | 2024-08-19T17:59:03.573Z | Downloaded termcolor v1.4.1 |
566 | 2024-08-19T17:59:03.576Z | Downloaded instability v0.3.2 |
567 | 2024-08-19T17:59:03.578Z | Downloaded data-encoding v2.6.0 |
568 | 2024-08-19T17:59:03.578Z | Downloaded tokio-native-tls v0.3.1 |
569 | 2024-08-19T17:59:03.580Z | Downloaded thiserror-no-std v2.0.2 |
570 | 2024-08-19T17:59:03.585Z | Downloaded md-5 v0.10.6 |
571 | 2024-08-19T17:59:03.587Z | Downloaded base64 v0.13.1 |
572 | 2024-08-19T17:59:03.591Z | Downloaded ref-cast v1.0.23 |
573 | 2024-08-19T17:59:03.594Z | Downloaded crypto-bigint v0.5.5 |
574 | 2024-08-19T17:59:03.601Z | Downloaded xattr v1.3.1 |
575 | 2024-08-19T17:59:03.604Z | Downloaded rpassword v7.3.1 |
576 | 2024-08-19T17:59:03.606Z | Downloaded precomputed-hash v0.1.1 |
577 | 2024-08-19T17:59:03.606Z | Downloaded dirs-sys-next v0.1.2 |
578 | 2024-08-19T17:59:03.609Z | Downloaded const_format v0.2.32 |
579 | 2024-08-19T17:59:03.613Z | Downloaded toolchain_find v0.4.0 |
580 | 2024-08-19T17:59:03.615Z | Downloaded http-body v0.4.6 |
581 | 2024-08-19T17:59:03.617Z | Downloaded nu-ansi-term v0.50.0 |
582 | 2024-08-19T17:59:03.620Z | Downloaded crossbeam-utils v0.8.19 |
583 | 2024-08-19T17:59:03.623Z | Downloaded time-core v0.1.2 |
584 | 2024-08-19T17:59:03.626Z | Downloaded rand_core v0.6.4 |
585 | 2024-08-19T17:59:03.628Z | Downloaded tracing-attributes v0.1.27 |
586 | 2024-08-19T17:59:03.630Z | Downloaded slog v2.7.0 |
587 | 2024-08-19T17:59:03.633Z | Downloaded waitgroup v0.1.2 |
588 | 2024-08-19T17:59:03.636Z | Downloaded rustversion v1.0.17 |
589 | 2024-08-19T17:59:03.638Z | Downloaded display-error-chain v0.2.0 |
590 | 2024-08-19T17:59:03.641Z | Downloaded sqlformat v0.2.4 |
591 | 2024-08-19T17:59:03.643Z | Downloaded jobserver v0.1.32 |
592 | 2024-08-19T17:59:03.646Z | Downloaded crossbeam-channel v0.5.12 |
593 | 2024-08-19T17:59:03.649Z | Downloaded parse-size v1.0.0 |
594 | 2024-08-19T17:59:03.652Z | Downloaded spki v0.7.3 |
595 | 2024-08-19T17:59:03.654Z | Downloaded hickory-client v0.24.1 |
596 | 2024-08-19T17:59:03.657Z | Downloaded ipnet v2.9.0 |
597 | 2024-08-19T17:59:03.659Z | Downloaded headers-core v0.2.0 |
598 | 2024-08-19T17:59:03.662Z | Downloaded filetime v0.2.24 |
599 | 2024-08-19T17:59:03.665Z | Downloaded compact_str v0.8.0 |
600 | 2024-08-19T17:59:03.667Z | Downloaded slog-stdlog v4.1.1 |
601 | 2024-08-19T17:59:03.670Z | Downloaded postgres-protocol v0.6.7 |
602 | 2024-08-19T17:59:03.672Z | Downloaded password-hash v0.5.0 |
603 | 2024-08-19T17:59:03.675Z | Downloaded path-slash v0.1.5 |
604 | 2024-08-19T17:59:03.677Z | Downloaded ppv-lite86 v0.2.17 |
605 | 2024-08-19T17:59:03.677Z | Downloaded unicode-xid v0.2.4 |
606 | 2024-08-19T17:59:03.680Z | Downloaded openssl-probe v0.1.5 |
607 | 2024-08-19T17:59:03.682Z | Downloaded wait-timeout v0.2.0 |
608 | 2024-08-19T17:59:03.685Z | Downloaded salsa20 v0.10.2 |
609 | 2024-08-19T17:59:03.685Z | Downloaded rusty-fork v0.3.0 |
610 | 2024-08-19T17:59:03.687Z | Downloaded ref-cast-impl v1.0.23 |
611 | 2024-08-19T17:59:03.687Z | Downloaded defmt-parser v0.3.4 |
612 | 2024-08-19T17:59:03.690Z | Downloaded darling_core v0.20.9 |
613 | 2024-08-19T17:59:03.695Z | Downloaded fixedbitset v0.4.2 |
614 | 2024-08-19T17:59:03.697Z | Downloaded owo-colors v4.0.0 |
615 | 2024-08-19T17:59:03.699Z | Downloaded cc v1.0.97 |
616 | 2024-08-19T17:59:03.703Z | Downloaded want v0.3.1 |
617 | 2024-08-19T17:59:03.706Z | Downloaded native-tls v0.2.11 |
618 | 2024-08-19T17:59:03.708Z | Downloaded tokio-rustls v0.25.0 |
619 | 2024-08-19T17:59:03.711Z | Downloaded humantime v2.1.0 |
620 | 2024-08-19T17:59:03.714Z | Downloaded rand_chacha v0.3.1 |
621 | 2024-08-19T17:59:03.714Z | Downloaded pin-utils v0.1.0 |
622 | 2024-08-19T17:59:03.716Z | Downloaded structmeta v0.2.0 |
623 | 2024-08-19T17:59:03.718Z | Downloaded backtrace v0.3.71 |
624 | 2024-08-19T17:59:03.722Z | Downloaded pin-project-lite v0.2.14 |
625 | 2024-08-19T17:59:03.728Z | Downloaded rand_seeder v0.3.0 |
626 | 2024-08-19T17:59:03.731Z | Downloaded signal-hook v0.3.17 |
627 | 2024-08-19T17:59:03.734Z | Downloaded either v1.13.0 |
628 | 2024-08-19T17:59:03.736Z | Downloaded phf_shared v0.10.0 |
629 | 2024-08-19T17:59:03.740Z | Downloaded tui-tree-widget v0.22.0 |
630 | 2024-08-19T17:59:03.740Z | Downloaded slog-envlogger v2.2.0 |
631 | 2024-08-19T17:59:03.743Z | Downloaded slab v0.4.9 |
632 | 2024-08-19T17:59:03.743Z | Downloaded getrandom v0.2.14 |
633 | 2024-08-19T17:59:03.746Z | Downloaded getopts v0.2.21 |
634 | 2024-08-19T17:59:03.749Z | Downloaded sync_wrapper v0.1.2 |
635 | 2024-08-19T17:59:03.759Z | Downloaded globset v0.4.14 |
636 | 2024-08-19T17:59:03.762Z | Downloaded fallible-iterator v0.3.0 |
637 | 2024-08-19T17:59:03.765Z | Downloaded powerfmt v0.2.0 |
638 | 2024-08-19T17:59:03.768Z | Downloaded pbkdf2 v0.12.2 |
639 | 2024-08-19T17:59:03.768Z | Downloaded flagset v0.4.5 |
640 | 2024-08-19T17:59:03.770Z | Downloaded deranged v0.3.11 |
641 | 2024-08-19T17:59:03.770Z | Downloaded postgres-types v0.2.7 |
642 | 2024-08-19T17:59:03.774Z | Downloaded fallible-iterator v0.2.0 |
643 | 2024-08-19T17:59:03.777Z | Downloaded hex v0.4.3 |
644 | 2024-08-19T17:59:03.780Z | Downloaded crossterm v0.27.0 |
645 | 2024-08-19T17:59:03.785Z | Downloaded vsss-rs v3.3.4 |
646 | 2024-08-19T17:59:03.789Z | Downloaded psl-types v2.0.11 |
647 | 2024-08-19T17:59:03.793Z | Downloaded walkdir v2.5.0 |
648 | 2024-08-19T17:59:03.793Z | Downloaded rustfmt-wrapper v0.2.1 |
649 | 2024-08-19T17:59:03.796Z | Downloaded rustc_version v0.4.0 |
650 | 2024-08-19T17:59:03.796Z | Downloaded rustc_version v0.1.7 |
651 | 2024-08-19T17:59:03.799Z | Downloaded pkg-config v0.3.30 |
652 | 2024-08-19T17:59:03.799Z | Downloaded oso v0.27.3 |
653 | 2024-08-19T17:59:03.802Z | Downloaded peg-runtime v0.8.3 |
654 | 2024-08-19T17:59:03.805Z | Downloaded smallvec v0.6.14 |
655 | 2024-08-19T17:59:03.807Z | Downloaded smf v0.2.3 |
656 | 2024-08-19T17:59:03.807Z | Downloaded tls_codec v0.4.1 |
657 | 2024-08-19T17:59:03.810Z | Downloaded fatfs v0.3.6 |
658 | 2024-08-19T17:59:03.813Z | Downloaded embedded-io v0.4.0 |
659 | 2024-08-19T17:59:03.816Z | Downloaded x509-cert v0.2.5 |
660 | 2024-08-19T17:59:03.822Z | Downloaded twox-hash v1.6.3 |
661 | 2024-08-19T17:59:03.825Z | Downloaded termtree v0.4.1 |
662 | 2024-08-19T17:59:03.828Z | Downloaded unarray v0.1.4 |
663 | 2024-08-19T17:59:03.828Z | Downloaded utf-8 v0.7.6 |
664 | 2024-08-19T17:59:03.832Z | Downloaded parking_lot v0.11.2 |
665 | 2024-08-19T17:59:03.835Z | Downloaded tabwriter v1.4.0 |
666 | 2024-08-19T17:59:03.835Z | Downloaded http v1.1.0 |
667 | 2024-08-19T17:59:03.839Z | Downloaded headers v0.3.9 |
668 | 2024-08-19T17:59:03.845Z | Downloaded float-ord v0.3.2 |
669 | 2024-08-19T17:59:03.848Z | Downloaded hyper-staticfile v0.9.5 |
670 | 2024-08-19T17:59:03.856Z | Downloaded pem v3.0.4 |
671 | 2024-08-19T17:59:03.856Z | Downloaded scheduled-thread-pool v0.2.7 |
672 | 2024-08-19T17:59:03.859Z | Downloaded ron v0.7.1 |
673 | 2024-08-19T17:59:03.859Z | Downloaded unicode_categories v0.1.1 |
674 | 2024-08-19T17:59:03.862Z | Downloaded same-file v1.0.6 |
675 | 2024-08-19T17:59:03.864Z | Downloaded openssl-sys v0.9.103 |
676 | 2024-08-19T17:59:03.868Z | Downloaded quick-error v1.2.3 |
677 | 2024-08-19T17:59:03.871Z | Downloaded diesel_table_macro_syntax v0.2.0 |
678 | 2024-08-19T17:59:03.874Z | Downloaded derive_builder v0.20.0 |
679 | 2024-08-19T17:59:03.877Z | Downloaded zeroize v1.7.0 |
680 | 2024-08-19T17:59:03.879Z | Downloaded serde_with_macros v3.9.0 |
681 | 2024-08-19T17:59:03.882Z | Downloaded pkcs8 v0.10.2 |
682 | 2024-08-19T17:59:03.885Z | Downloaded futures-task v0.3.30 |
683 | 2024-08-19T17:59:03.887Z | Downloaded futures-sink v0.3.30 |
684 | 2024-08-19T17:59:03.889Z | Downloaded tracing v0.1.40 |
685 | 2024-08-19T17:59:03.893Z | Downloaded sqlparser_derive v0.2.2 |
686 | 2024-08-19T17:59:03.895Z | Downloaded peg-macros v0.8.4 |
687 | 2024-08-19T17:59:03.898Z | Downloaded textwrap v0.16.1 |
688 | 2024-08-19T17:59:03.904Z | Downloaded parse-display-derive v0.10.0 |
689 | 2024-08-19T17:59:03.904Z | Downloaded hostname v0.3.1 |
690 | 2024-08-19T17:59:03.904Z | Downloaded der v0.7.9 |
691 | 2024-08-19T17:59:03.909Z | Downloaded rustc-hash v1.1.0 |
692 | 2024-08-19T17:59:03.912Z | Downloaded rustls-pemfile v1.0.4 |
693 | 2024-08-19T17:59:03.914Z | Downloaded snafu-derive v0.8.2 |
694 | 2024-08-19T17:59:03.917Z | Downloaded which v4.4.2 |
695 | 2024-08-19T17:59:03.917Z | Downloaded futures v0.3.30 |
696 | 2024-08-19T17:59:03.923Z | Downloaded tokio-tungstenite v0.21.0 |
697 | 2024-08-19T17:59:03.925Z | Downloaded tower-service v0.3.2 |
698 | 2024-08-19T17:59:03.928Z | Downloaded untrusted v0.7.1 |
699 | 2024-08-19T17:59:03.930Z | Downloaded untrusted v0.9.0 |
700 | 2024-08-19T17:59:03.930Z | Downloaded httpdate v1.0.3 |
701 | 2024-08-19T17:59:03.932Z | Downloaded tinyvec_macros v0.1.1 |
702 | 2024-08-19T17:59:03.933Z | Downloaded sha1 v0.10.6 |
703 | 2024-08-19T17:59:03.935Z | Downloaded ron v0.8.1 |
704 | 2024-08-19T17:59:03.941Z | Downloaded fxhash v0.2.1 |
705 | 2024-08-19T17:59:03.943Z | Downloaded signal-hook-tokio v0.3.1 |
706 | 2024-08-19T17:59:03.946Z | Downloaded signal-hook-mio v0.2.4 |
707 | 2024-08-19T17:59:03.946Z | Downloaded resolv-conf v0.7.0 |
708 | 2024-08-19T17:59:03.948Z | Downloaded hubpack v0.1.2 |
709 | 2024-08-19T17:59:03.950Z | Downloaded parse-display v0.10.0 |
710 | 2024-08-19T17:59:03.950Z | Downloaded parking_lot_core v0.9.10 |
711 | 2024-08-19T17:59:03.953Z | Downloaded tls_codec_derive v0.4.1 |
712 | 2024-08-19T17:59:03.955Z | Downloaded pretty-hex v0.2.1 |
713 | 2024-08-19T17:59:03.958Z | Downloaded peg v0.8.4 |
714 | 2024-08-19T17:59:03.960Z | Downloaded dsl_auto_type v0.1.2 |
715 | 2024-08-19T17:59:03.962Z | Downloaded vte v0.11.1 |
716 | 2024-08-19T17:59:03.965Z | Downloaded rustls-pemfile v2.1.3 |
717 | 2024-08-19T17:59:03.968Z | Downloaded downcast v0.11.0 |
718 | 2024-08-19T17:59:03.970Z | Downloaded serde_path_to_error v0.1.16 |
719 | 2024-08-19T17:59:03.973Z | Downloaded blake3 v1.5.1 |
720 | 2024-08-19T17:59:03.979Z | Downloaded spin v0.5.2 |
721 | 2024-08-19T17:59:03.982Z | Downloaded tiny-keccak v2.0.2 |
722 | 2024-08-19T17:59:03.984Z | Downloaded mio v1.0.2 |
723 | 2024-08-19T17:59:03.990Z | Downloaded predicates v3.1.2 |
724 | 2024-08-19T17:59:03.993Z | Downloaded num-bigint-dig v0.8.4 |
725 | 2024-08-19T17:59:03.999Z | Downloaded socket2 v0.4.10 |
726 | 2024-08-19T17:59:04.001Z | Downloaded serde_arrays v0.1.0 |
727 | 2024-08-19T17:59:04.004Z | Downloaded uzers v0.11.3 |
728 | 2024-08-19T17:59:04.007Z | Downloaded predicates-tree v1.0.9 |
729 | 2024-08-19T17:59:04.007Z | Downloaded env_logger v0.10.2 |
730 | 2024-08-19T17:59:04.010Z | Downloaded rustls-pki-types v1.7.0 |
731 | 2024-08-19T17:59:04.012Z | Downloaded portpicker v0.1.1 |
732 | 2024-08-19T17:59:04.012Z | Downloaded zone_cfg_derive v0.1.2 |
733 | 2024-08-19T17:59:04.015Z | Downloaded foreign-types-shared v0.3.1 |
734 | 2024-08-19T17:59:04.015Z | Downloaded difflib v0.4.0 |
735 | 2024-08-19T17:59:04.017Z | Downloaded stringprep v0.1.4 |
736 | 2024-08-19T17:59:04.017Z | Downloaded tokio-macros v2.4.0 |
737 | 2024-08-19T17:59:04.020Z | Downloaded structmeta v0.3.0 |
738 | 2024-08-19T17:59:04.020Z | Downloaded tokio-stream v0.1.15 |
739 | 2024-08-19T17:59:04.024Z | Downloaded dirs-next v2.0.0 |
740 | 2024-08-19T17:59:04.027Z | Downloaded typed-path v0.7.1 |
741 | 2024-08-19T17:59:04.033Z | Downloaded schemars_derive v0.8.21 |
742 | 2024-08-19T17:59:04.035Z | Downloaded rustc-demangle v0.1.24 |
743 | 2024-08-19T17:59:04.038Z | Downloaded fd-lock v4.0.2 |
744 | 2024-08-19T17:59:04.041Z | Downloaded serde_derive_internals v0.29.1 |
745 | 2024-08-19T17:59:04.041Z | Downloaded env_logger v0.9.3 |
746 | 2024-08-19T17:59:04.044Z | Downloaded scopeguard v1.2.0 |
747 | 2024-08-19T17:59:04.046Z | Downloaded stable_deref_trait v1.2.0 |
748 | 2024-08-19T17:59:04.046Z | Downloaded pin-project v1.1.5 |
749 | 2024-08-19T17:59:04.059Z | Downloaded tinyvec v1.6.0 |
750 | 2024-08-19T17:59:04.062Z | Downloaded predicates-core v1.0.6 |
751 | 2024-08-19T17:59:04.064Z | Downloaded funty v2.0.0 |
752 | 2024-08-19T17:59:04.064Z | Downloaded strum_macros v0.24.3 |
753 | 2024-08-19T17:59:04.067Z | Downloaded siphasher v0.3.11 |
754 | 2024-08-19T17:59:04.070Z | Downloaded r2d2 v0.8.10 |
755 | 2024-08-19T17:59:04.070Z | Downloaded structmeta-derive v0.3.0 |
756 | 2024-08-19T17:59:04.073Z | Downloaded unicode-linebreak v0.1.5 |
757 | 2024-08-19T17:59:04.073Z | Downloaded term v0.7.0 |
758 | 2024-08-19T17:59:04.075Z | Downloaded tempfile v3.10.1 |
759 | 2024-08-19T17:59:04.078Z | Downloaded postcard v1.0.8 |
760 | 2024-08-19T17:59:04.081Z | Downloaded strip-ansi-escapes v0.2.0 |
761 | 2024-08-19T17:59:04.084Z | Downloaded parking_lot_core v0.8.6 |
762 | 2024-08-19T17:59:04.087Z | Downloaded itertools v0.13.0 |
763 | 2024-08-19T17:59:04.093Z | Downloaded serde-hex v0.1.0 |
764 | 2024-08-19T17:59:04.095Z | Downloaded highway v1.2.0 |
765 | 2024-08-19T17:59:04.098Z | Downloaded url v2.5.2 |
766 | 2024-08-19T17:59:04.101Z | Downloaded expectorate v1.1.0 |
767 | 2024-08-19T17:59:04.103Z | Downloaded hostname v0.4.0 |
768 | 2024-08-19T17:59:04.106Z | Downloaded heapless v0.8.0 |
769 | 2024-08-19T17:59:04.109Z | Downloaded hmac v0.12.1 |
770 | 2024-08-19T17:59:04.112Z | Downloaded unicode-bidi v0.3.15 |
771 | 2024-08-19T17:59:04.114Z | Downloaded tungstenite v0.21.0 |
772 | 2024-08-19T17:59:04.118Z | Downloaded signature v2.2.0 |
773 | 2024-08-19T17:59:04.121Z | Downloaded tokio-postgres v0.7.11 |
774 | 2024-08-19T17:59:04.125Z | Downloaded bindgen v0.69.4 |
775 | 2024-08-19T17:59:04.133Z | Downloaded schemars v0.8.21 |
776 | 2024-08-19T17:59:04.147Z | Downloaded structmeta-derive v0.2.0 |
777 | 2024-08-19T17:59:04.149Z | Downloaded hickory-resolver v0.24.1 |
778 | 2024-08-19T17:59:04.152Z | Downloaded flume v0.11.0 |
779 | 2024-08-19T17:59:04.157Z | Downloaded rustls-webpki v0.102.4 |
780 | 2024-08-19T17:59:04.176Z | Downloaded vcpkg v0.2.15 |
781 | 2024-08-19T17:59:04.216Z | Downloaded float-cmp v0.9.0 |
782 | 2024-08-19T17:59:04.219Z | Downloaded rsa v0.9.6 |
783 | 2024-08-19T17:59:04.222Z | Downloaded hashbrown v0.13.2 |
784 | 2024-08-19T17:59:04.227Z | Downloaded time v0.3.36 |
785 | 2024-08-19T17:59:04.234Z | Downloaded half v2.4.1 |
786 | 2024-08-19T17:59:04.238Z | Downloaded publicsuffix v2.2.3 |
787 | 2024-08-19T17:59:04.240Z | Downloaded itertools v0.10.5 |
788 | 2024-08-19T17:59:04.247Z | Downloaded bitvec v1.0.1 |
789 | 2024-08-19T17:59:04.263Z | Downloaded prettyplease v0.2.20 |
790 | 2024-08-19T17:59:04.266Z | Downloaded flate2 v1.0.31 |
791 | 2024-08-19T17:59:04.272Z | Downloaded curve25519-dalek v4.1.3 |
792 | 2024-08-19T17:59:04.282Z | Downloaded rustyline v14.0.0 |
793 | 2024-08-19T17:59:04.287Z | Downloaded similar v2.6.0 |
794 | 2024-08-19T17:59:04.293Z | Downloaded radix_trie v0.2.1 |
795 | 2024-08-19T17:59:04.299Z | Downloaded git2 v0.19.0 |
796 | 2024-08-19T17:59:04.308Z | Downloaded toml_edit v0.19.15 |
797 | 2024-08-19T17:59:04.326Z | Downloaded hyper v0.14.30 |
798 | 2024-08-19T17:59:04.334Z | Downloaded nom v7.1.3 |
799 | 2024-08-19T17:59:04.339Z | Downloaded libm v0.2.8 |
800 | 2024-08-19T17:59:04.348Z | Downloaded futures-util v0.3.30 |
801 | 2024-08-19T17:59:04.361Z | Downloaded reqwest v0.11.27 |
802 | 2024-08-19T17:59:04.369Z | Downloaded regex-syntax v0.6.29 |
803 | 2024-08-19T17:59:04.377Z | Downloaded zip v0.6.6 |
804 | 2024-08-19T17:59:04.382Z | Downloaded tough v0.17.1 |
805 | 2024-08-19T17:59:04.390Z | Downloaded smoltcp v0.11.0 |
806 | 2024-08-19T17:59:04.404Z | Downloaded regex-syntax v0.8.4 |
807 | 2024-08-19T17:59:04.413Z | Downloaded regress v0.9.1 |
808 | 2024-08-19T17:59:04.421Z | Downloaded tokio-util v0.7.11 |
809 | 2024-08-19T17:59:04.428Z | Downloaded hashbrown v0.12.3 |
810 | 2024-08-19T17:59:04.433Z | Downloaded hickory-server v0.24.1 |
811 | 2024-08-19T17:59:04.438Z | Downloaded hkdf v0.12.4 |
812 | 2024-08-19T17:59:04.441Z | Downloaded rustls v0.22.4 |
813 | 2024-08-19T17:59:04.455Z | Downloaded bstr v1.9.1 |
814 | 2024-08-19T17:59:04.466Z | Downloaded winnow v0.5.40 |
815 | 2024-08-19T17:59:04.475Z | Downloaded reedline v0.33.0 |
816 | 2024-08-19T17:59:04.482Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
817 | 2024-08-19T17:59:04.496Z | Downloaded webpki-roots v0.25.4 |
818 | 2024-08-19T17:59:04.500Z | Downloaded unicode-normalization v0.1.23 |
819 | 2024-08-19T17:59:04.503Z | Downloaded lalrpop v0.19.12 |
820 | 2024-08-19T17:59:04.515Z | Downloaded poly1305 v0.8.0 |
821 | 2024-08-19T17:59:04.519Z | Downloaded regex-automata v0.4.6 |
822 | 2024-08-19T17:59:04.537Z | Downloaded rayon v1.10.0 |
823 | 2024-08-19T17:59:04.548Z | Downloaded quick-xml v0.31.0 |
824 | 2024-08-19T17:59:04.555Z | Downloaded portable-atomic v1.6.0 |
825 | 2024-08-19T17:59:04.561Z | Downloaded serde_with v3.9.0 |
826 | 2024-08-19T17:59:04.572Z | Downloaded sha3 v0.10.8 |
827 | 2024-08-19T17:59:04.576Z | Downloaded idna v0.5.0 |
828 | 2024-08-19T17:59:04.584Z | Downloaded csv v1.3.0 |
829 | 2024-08-19T17:59:04.606Z | Downloaded rustls-webpki v0.101.7 |
830 | 2024-08-19T17:59:04.621Z | Downloaded sqlparser v0.45.0 |
831 | 2024-08-19T17:59:04.627Z | Downloaded h2 v0.3.26 |
832 | 2024-08-19T17:59:04.634Z | Downloaded proptest v1.5.0 |
833 | 2024-08-19T17:59:04.646Z | Downloaded encoding_rs v0.8.34 |
834 | 2024-08-19T17:59:04.669Z | Downloaded openssl v0.10.66 |
835 | 2024-08-19T17:59:04.679Z | Downloaded regex v1.10.6 |
836 | 2024-08-19T17:59:04.693Z | Downloaded nix v0.28.0 |
837 | 2024-08-19T17:59:04.705Z | Downloaded object v0.32.2 |
838 | 2024-08-19T17:59:04.716Z | Downloaded smoltcp v0.9.1 |
839 | 2024-08-19T17:59:04.728Z | Downloaded gimli v0.28.1 |
840 | 2024-08-19T17:59:04.738Z | Downloaded idna v0.4.0 |
841 | 2024-08-19T17:59:04.745Z | Downloaded openapiv3 v2.0.0 |
842 | 2024-08-19T17:59:04.761Z | Downloaded nix v0.27.1 |
843 | 2024-08-19T17:59:04.773Z | Downloaded polar-core v0.27.3 |
844 | 2024-08-19T17:59:04.782Z | Downloaded rustls v0.21.12 |
845 | 2024-08-19T17:59:04.794Z | Downloaded object v0.30.4 |
846 | 2024-08-19T17:59:04.805Z | Downloaded idna v0.3.0 |
847 | 2024-08-19T17:59:04.813Z | Downloaded rusqlite v0.31.0 |
848 | 2024-08-19T17:59:04.820Z | Downloaded petgraph v0.6.5 |
849 | 2024-08-19T17:59:04.839Z | Downloaded finl_unicode v1.2.0 |
850 | 2024-08-19T17:59:04.852Z | Downloaded diesel v2.2.2 |
851 | 2024-08-19T17:59:04.871Z | Downloaded hickory-proto v0.24.1 |
852 | 2024-08-19T17:59:04.887Z | Downloaded ring v0.17.8 |
853 | 2024-08-19T17:59:04.958Z | Downloaded rcgen v0.12.1 |
854 | 2024-08-19T17:59:04.961Z | Downloaded itertools v0.12.1 |
855 | 2024-08-19T17:59:04.968Z | Downloaded erased-serde v0.3.31 |
856 | 2024-08-19T17:59:04.972Z | Downloaded diff v0.1.13 |
857 | 2024-08-19T17:59:04.975Z | Downloaded sled v0.34.7 |
858 | 2024-08-19T17:59:04.985Z | Downloaded ratatui v0.28.0 |
859 | 2024-08-19T17:59:05.004Z | Downloaded zerocopy-derive v0.6.6 |
860 | 2024-08-19T17:59:05.014Z | Downloaded unicode-segmentation v1.11.0 |
861 | 2024-08-19T17:59:05.017Z | Downloaded form_urlencoded v1.2.1 |
862 | 2024-08-19T17:59:05.020Z | Downloaded ff v0.13.0 |
863 | 2024-08-19T17:59:05.020Z | Downloaded zeroize_derive v1.4.2 |
864 | 2024-08-19T17:59:05.022Z | Downloaded tungstenite v0.20.1 |
865 | 2024-08-19T17:59:05.025Z | Downloaded diesel_derives v2.2.2 |
866 | 2024-08-19T17:59:05.028Z | Downloaded chrono v0.4.38 |
867 | 2024-08-19T17:59:05.036Z | Downloaded home v0.5.9 |
868 | 2024-08-19T17:59:05.038Z | Downloaded derive_builder_macro v0.20.0 |
869 | 2024-08-19T17:59:05.038Z | Downloaded derive_more v0.99.18 |
870 | 2024-08-19T17:59:05.042Z | Downloaded serde_yaml v0.9.34+deprecated |
871 | 2024-08-19T17:59:05.046Z | Downloaded rayon-core v1.12.1 |
872 | 2024-08-19T17:59:05.049Z | Downloaded libxml v0.3.3 |
873 | 2024-08-19T17:59:05.055Z | Downloaded radium v0.7.0 |
874 | 2024-08-19T17:59:05.059Z | Downloaded zone v0.1.8 |
875 | 2024-08-19T17:59:05.059Z | Downloaded mio v0.8.11 |
876 | 2024-08-19T17:59:05.064Z | Downloaded minimal-lexical v0.2.1 |
877 | 2024-08-19T17:59:05.067Z | Downloaded rtoolbox v0.0.2 |
878 | 2024-08-19T17:59:05.070Z | Downloaded hash32 v0.3.1 |
879 | 2024-08-19T17:59:05.070Z | Downloaded hash32 v0.2.1 |
880 | 2024-08-19T17:59:05.073Z | Downloaded socket2 v0.5.7 |
881 | 2024-08-19T17:59:05.076Z | Downloaded toml v0.7.8 |
882 | 2024-08-19T17:59:05.079Z | Downloaded derive_builder_core v0.20.0 |
883 | 2024-08-19T17:59:05.079Z | Downloaded hyper-rustls v0.24.2 |
884 | 2024-08-19T17:59:05.081Z | Downloaded httparse v1.8.0 |
885 | 2024-08-19T17:59:05.083Z | Downloaded strum_macros v0.25.3 |
886 | 2024-08-19T17:59:05.086Z | Downloaded samael v0.0.15 |
887 | 2024-08-19T17:59:05.090Z | Downloaded test-strategy v0.3.1 |
888 | 2024-08-19T17:59:05.094Z | Downloaded derive-where v1.2.7 |
889 | 2024-08-19T17:59:05.097Z | Downloaded fragile v2.0.0 |
890 | 2024-08-19T17:59:05.101Z | Downloaded unicase v2.7.0 |
891 | 2024-08-19T17:59:05.104Z | Downloaded signal-hook-registry v1.4.2 |
892 | 2024-08-19T17:59:05.104Z | Downloaded universal-hash v0.5.1 |
893 | 2024-08-19T17:59:05.104Z | Downloaded unicode-truncate v1.0.0 |
894 | 2024-08-19T17:59:05.104Z | Downloaded whoami v1.5.1 |
895 | 2024-08-19T17:59:05.107Z | Downloaded uuid v1.10.0 |
896 | 2024-08-19T17:59:05.109Z | Downloaded proc-macro-crate v1.3.1 |
897 | 2024-08-19T17:59:05.109Z | Downloaded tar v0.4.41 |
898 | 2024-08-19T17:59:05.112Z | Downloaded glob v0.3.1 |
899 | 2024-08-19T17:59:05.115Z | Downloaded enum-as-inner v0.6.0 |
900 | 2024-08-19T17:59:05.118Z | Downloaded tokio v1.39.2 |
901 | 2024-08-19T17:59:05.154Z | Downloaded rand v0.8.5 |
902 | 2024-08-19T17:59:05.157Z | Downloaded futures-macro v0.3.30 |
903 | 2024-08-19T17:59:05.160Z | Downloaded heapless v0.7.17 |
904 | 2024-08-19T17:59:05.163Z | Downloaded crossterm v0.28.1 |
905 | 2024-08-19T17:59:05.169Z | Downloaded termios v0.3.3 |
906 | 2024-08-19T17:59:05.171Z | Downloaded slog-async v2.8.0 |
907 | 2024-08-19T17:59:05.173Z | Downloaded serde_urlencoded v0.7.1 |
908 | 2024-08-19T17:59:05.173Z | Downloaded serde_repr v0.1.19 |
909 | 2024-08-19T17:59:05.176Z | Downloaded serde_plain v1.0.2 |
910 | 2024-08-19T17:59:05.178Z | Downloaded snafu v0.8.2 |
911 | 2024-08-19T17:59:05.182Z | Downloaded slog-dtrace v0.3.0 |
912 | 2024-08-19T17:59:05.184Z | Downloaded ena v0.14.3 |
913 | 2024-08-19T17:59:05.188Z | Downloaded parking_lot v0.12.2 |
914 | 2024-08-19T17:59:05.190Z | Downloaded pkcs5 v0.7.1 |
915 | 2024-08-19T17:59:05.192Z | Downloaded topological-sort v0.2.2 |
916 | 2024-08-19T17:59:05.194Z | Downloaded subprocess v0.2.9 |
917 | 2024-08-19T17:59:05.197Z | Downloaded http v0.2.12 |
918 | 2024-08-19T17:59:05.199Z | Downloaded elliptic-curve v0.13.8 |
919 | 2024-08-19T17:59:05.203Z | Downloaded aho-corasick v1.1.3 |
920 | 2024-08-19T17:59:05.209Z | Downloaded hashlink v0.9.1 |
921 | 2024-08-19T17:59:05.211Z | Downloaded futures-channel v0.3.30 |
922 | 2024-08-19T17:59:05.214Z | Downloaded time-macros v0.2.18 |
923 | 2024-08-19T17:59:05.216Z | Downloaded indexmap v1.9.3 |
924 | 2024-08-19T17:59:05.219Z | Downloaded slog-scope v4.4.0 |
925 | 2024-08-19T17:59:05.221Z | Downloaded slog-bunyan v2.5.0 |
926 | 2024-08-19T17:59:05.221Z | Downloaded zerocopy v0.6.6 |
927 | 2024-08-19T17:59:05.223Z | Downloaded vergen v8.3.2 |
928 | 2024-08-19T17:59:05.226Z | Downloaded slog-term v2.9.1 |
929 | 2024-08-19T17:59:05.230Z | Downloaded yasna v0.5.2 |
930 | 2024-08-19T17:59:05.232Z | Downloaded steno v0.4.1 |
931 | 2024-08-19T17:59:05.234Z | Downloaded phf v0.11.2 |
932 | 2024-08-19T17:59:05.237Z | Downloaded percent-encoding v2.3.1 |
933 | 2024-08-19T17:59:05.237Z | Downloaded paste v1.0.15 |
934 | 2024-08-19T17:59:05.239Z | Downloaded spin v0.9.8 |
935 | 2024-08-19T17:59:05.242Z | Downloaded omicron-zone-package v0.11.0 |
936 | 2024-08-19T17:59:05.244Z | Downloaded heck v0.3.3 |
937 | 2024-08-19T17:59:05.247Z | Downloaded futures-io v0.3.30 |
938 | 2024-08-19T17:59:05.247Z | Downloaded futures-executor v0.3.30 |
939 | 2024-08-19T17:59:05.250Z | Downloaded futures-core v0.3.30 |
940 | 2024-08-19T17:59:05.250Z | Downloaded num-traits v0.2.19 |
941 | 2024-08-19T17:59:05.252Z | Downloaded rand_xorshift v0.3.0 |
942 | 2024-08-19T17:59:05.254Z | Downloaded pin-project-internal v1.1.5 |
943 | 2024-08-19T17:59:05.255Z | Downloaded pkcs1 v0.7.5 |
944 | 2024-08-19T17:59:05.257Z | Downloaded tokio-rustls v0.24.1 |
945 | 2024-08-19T17:59:05.259Z | Downloaded supports-color v3.0.0 |
946 | 2024-08-19T17:59:05.262Z | Downloaded string_cache v0.8.7 |
947 | 2024-08-19T17:59:05.262Z | Downloaded static_assertions v1.1.0 |
948 | 2024-08-19T17:59:05.264Z | Downloaded der_derive v0.7.2 |
949 | 2024-08-19T17:59:05.264Z | Downloaded group v0.13.0 |
950 | 2024-08-19T17:59:05.267Z | Downloaded unsafe-libyaml v0.2.11 |
951 | 2024-08-19T17:59:05.269Z | Downloaded tracing-core v0.1.32 |
952 | 2024-08-19T17:59:05.273Z | Downloaded strum_macros v0.26.4 |
953 | 2024-08-19T17:59:05.276Z | Downloaded num-derive v0.4.2 |
954 | 2024-08-19T17:59:05.276Z | Downloaded num-complex v0.4.6 |
955 | 2024-08-19T17:59:05.278Z | Downloaded mockall_derive v0.13.0 |
956 | 2024-08-19T17:59:05.281Z | Downloaded dyn-clone v1.0.17 |
957 | 2024-08-19T17:59:05.281Z | Downloaded aes v0.8.4 |
958 | 2024-08-19T17:59:05.284Z | Downloaded base64 v0.22.1 |
959 | 2024-08-19T17:59:05.288Z | Downloaded pem-rfc7468 v0.7.0 |
960 | 2024-08-19T17:59:05.292Z | Downloaded shlex v1.3.0 |
961 | 2024-08-19T17:59:05.295Z | Downloaded shell-words v1.1.0 |
962 | 2024-08-19T17:59:05.295Z | Downloaded gethostname v0.5.0 |
963 | 2024-08-19T17:59:05.295Z | Downloaded fastrand v2.1.0 |
964 | 2024-08-19T17:59:05.298Z | Downloaded foreign-types-macros v0.2.3 |
965 | 2024-08-19T17:59:05.298Z | Downloaded kstat-rs v0.2.4 |
966 | 2024-08-19T17:59:05.298Z | Downloaded bytes v1.7.1 |
967 | 2024-08-19T17:59:05.301Z | Downloaded miniz_oxide v0.7.2 |
968 | 2024-08-19T17:59:05.303Z | Downloaded indicatif v0.17.8 |
969 | 2024-08-19T17:59:05.306Z | Downloaded vte_generate_state_changes v0.1.1 |
970 | 2024-08-19T17:59:05.309Z | Downloaded chacha20poly1305 v0.10.1 |
971 | 2024-08-19T17:59:05.310Z | Downloaded allocator-api2 v0.2.18 |
972 | 2024-08-19T17:59:05.312Z | Downloaded phf_shared v0.11.2 |
973 | 2024-08-19T17:59:05.315Z | Downloaded tokio-tungstenite v0.20.1 |
974 | 2024-08-19T17:59:05.318Z | Downloaded packed_struct_codegen v0.10.1 |
975 | 2024-08-19T17:59:05.318Z | Downloaded take_mut v0.2.2 |
976 | 2024-08-19T17:59:05.318Z | Downloaded thread_local v1.1.8 |
977 | 2024-08-19T17:59:05.321Z | Downloaded cookie v0.18.1 |
978 | 2024-08-19T17:59:05.324Z | Downloaded crc-any v2.5.0 |
979 | 2024-08-19T17:59:05.324Z | Downloaded cancel-safe-futures v0.1.5 |
980 | 2024-08-19T17:59:05.327Z | Downloaded tap v1.0.1 |
981 | 2024-08-19T17:59:05.327Z | Downloaded num-iter v0.1.45 |
982 | 2024-08-19T17:59:05.331Z | Downloaded num v0.4.3 |
983 | 2024-08-19T17:59:05.331Z | Downloaded newtype-uuid v1.1.0 |
984 | 2024-08-19T17:59:05.331Z | Downloaded const-oid v0.9.6 |
985 | 2024-08-19T17:59:05.335Z | Downloaded nibble_vec v0.1.0 |
986 | 2024-08-19T17:59:05.335Z | Downloaded multimap v0.10.0 |
987 | 2024-08-19T17:59:05.337Z | Downloaded mockall v0.13.0 |
988 | 2024-08-19T17:59:05.337Z | Downloaded memoffset v0.9.1 |
989 | 2024-08-19T17:59:05.337Z | Downloaded hyper-tls v0.5.0 |
990 | 2024-08-19T17:59:05.340Z | Downloaded wyz v0.5.1 |
991 | 2024-08-19T17:59:05.340Z | Downloaded base64 v0.21.7 |
992 | 2024-08-19T17:59:05.343Z | Downloaded managed v0.8.0 |
993 | 2024-08-19T17:59:05.346Z | Downloaded thiserror-impl-no-std v2.0.2 |
994 | 2024-08-19T17:59:05.346Z | Downloaded mime v0.3.17 |
995 | 2024-08-19T17:59:05.349Z | Downloaded lru v0.12.3 |
996 | 2024-08-19T17:59:05.349Z | Downloaded linked-hash-map v0.5.6 |
997 | 2024-08-19T17:59:05.349Z | Downloaded libsw v3.3.1 |
998 | 2024-08-19T17:59:05.353Z | Downloaded lazycell v1.3.0 |
999 | 2024-08-19T17:59:05.356Z | Downloaded lalrpop-util v0.19.12 |
1000 | 2024-08-19T17:59:05.356Z | Downloaded ascii v1.1.0 |
1001 | 2024-08-19T17:59:05.356Z | Downloaded ahash v0.8.11 |
1002 | 2024-08-19T17:59:05.359Z | Downloaded csv-core v0.1.11 |
1003 | 2024-08-19T17:59:05.361Z | Downloaded crc32fast v1.4.0 |
1004 | 2024-08-19T17:59:05.365Z | Downloaded impl-trait-for-tuples v0.2.2 |
1005 | 2024-08-19T17:59:05.367Z | Downloaded endian-type v0.1.2 |
1006 | 2024-08-19T17:59:05.367Z | Downloaded addr2line v0.21.0 |
1007 | 2024-08-19T17:59:05.367Z | Downloaded bitfield-struct v0.6.1 |
1008 | 2024-08-19T17:59:05.370Z | Downloaded semver v0.1.20 |
1009 | 2024-08-19T17:59:05.370Z | Downloaded scrypt v0.11.0 |
1010 | 2024-08-19T17:59:05.372Z | Downloaded opaque-debug v0.3.1 |
1011 | 2024-08-19T17:59:05.373Z | Downloaded curve25519-dalek-derive v0.1.1 |
1012 | 2024-08-19T17:59:05.373Z | Downloaded bb8 v0.8.5 |
1013 | 2024-08-19T17:59:05.375Z | Downloaded lock_api v0.4.12 |
1014 | 2024-08-19T17:59:05.375Z | Downloaded ident_case v1.0.1 |
1015 | 2024-08-19T17:59:05.378Z | Downloaded async-trait v0.1.81 |
1016 | 2024-08-19T17:59:05.381Z | Downloaded libloading v0.8.3 |
1017 | 2024-08-19T17:59:05.381Z | Downloaded argon2 v0.5.3 |
1018 | 2024-08-19T17:59:05.384Z | Downloaded nanorand v0.7.0 |
1019 | 2024-08-19T17:59:05.387Z | Downloaded indent_write v2.2.0 |
1020 | 2024-08-19T17:59:05.387Z | Downloaded ipnetwork v0.20.0 |
1021 | 2024-08-19T17:59:05.391Z | Downloaded bzip2 v0.4.4 |
1022 | 2024-08-19T17:59:05.391Z | Downloaded bcs v0.1.6 |
1023 | 2024-08-19T17:59:05.395Z | Downloaded base64ct v1.6.0 |
1024 | 2024-08-19T17:59:05.395Z | Downloaded bitstruct v0.1.1 |
1025 | 2024-08-19T17:59:05.398Z | Downloaded oso-derive v0.27.3 |
1026 | 2024-08-19T17:59:05.398Z | Downloaded hubpack_derive v0.1.1 |
1027 | 2024-08-19T17:59:05.398Z | Downloaded aead v0.5.2 |
1028 | 2024-08-19T17:59:05.398Z | Downloaded arrayref v0.3.7 |
1029 | 2024-08-19T17:59:05.401Z | Downloaded nodrop v0.1.14 |
1030 | 2024-08-19T17:59:05.401Z | Downloaded cipher v0.4.4 |
1031 | 2024-08-19T17:59:05.401Z | Downloaded atty v0.2.14 |
1032 | 2024-08-19T17:59:05.403Z | Downloaded assert_matches v1.5.0 |
1033 | 2024-08-19T17:59:05.403Z | Downloaded new_debug_unreachable v1.0.6 |
1034 | 2024-08-19T17:59:05.406Z | Downloaded arc-swap v1.7.1 |
1035 | 2024-08-19T17:59:05.409Z | Downloaded colored v2.1.0 |
1036 | 2024-08-19T17:59:05.412Z | Downloaded cassowary v0.3.0 |
1037 | 2024-08-19T17:59:05.433Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1038 | 2024-08-19T17:59:06.016Z | Downloaded libz-sys v1.1.16 |
1039 | 2024-08-19T17:59:06.223Z | Downloaded libsqlite3-sys v0.28.0 |
1040 | 2024-08-19T17:59:06.300Z | Downloaded ring v0.16.20 |
1041 | 2024-08-19T17:59:06.479Z | Compiling cfg-if v1.0.0 |
1042 | 2024-08-19T17:59:06.479Z | Compiling serde v1.0.208 |
1043 | 2024-08-19T17:59:06.481Z | Compiling typenum v1.17.0 |
1044 | 2024-08-19T17:59:06.481Z | Compiling generic-array v0.14.7 |
1045 | 2024-08-19T17:59:06.481Z | Compiling lock_api v0.4.12 |
1046 | 2024-08-19T17:59:06.808Z | Compiling syn v2.0.74 |
1047 | 2024-08-19T17:59:06.818Z | Compiling scopeguard v1.2.0 |
1048 | 2024-08-19T17:59:06.818Z | Compiling log v0.4.21 |
1049 | 2024-08-19T17:59:06.818Z | Compiling getrandom v0.2.14 |
1050 | 2024-08-19T17:59:06.824Z | Compiling jobserver v0.1.32 |
1051 | 2024-08-19T17:59:06.918Z | Compiling rand_core v0.6.4 |
1052 | 2024-08-19T17:59:07.129Z | Compiling subtle v2.5.0 |
1053 | 2024-08-19T17:59:07.188Z | Compiling cc v1.0.97 |
1054 | 2024-08-19T17:59:07.228Z | Compiling const-oid v0.9.6 |
1055 | 2024-08-19T17:59:07.469Z | Compiling pin-project-lite v0.2.14 |
1056 | 2024-08-19T17:59:07.487Z | Compiling smallvec v1.13.2 |
1057 | 2024-08-19T17:59:07.587Z | Compiling parking_lot_core v0.9.10 |
1058 | 2024-08-19T17:59:07.603Z | Compiling signal-hook-registry v1.4.2 |
1059 | 2024-08-19T17:59:07.806Z | Compiling spin v0.9.8 |
1060 | 2024-08-19T17:59:07.901Z | Compiling mio v1.0.2 |
1061 | 2024-08-19T17:59:08.200Z | Compiling ahash v0.8.11 |
1062 | 2024-08-19T17:59:08.469Z | Compiling parking_lot v0.12.2 |
1063 | 2024-08-19T17:59:08.572Z | Compiling tinyvec_macros v0.1.1 |
1064 | 2024-08-19T17:59:08.659Z | Compiling tinyvec v1.6.0 |
1065 | 2024-08-19T17:59:08.777Z | Compiling socket2 v0.5.7 |
1066 | 2024-08-19T17:59:09.102Z | Compiling futures-core v0.3.30 |
1067 | 2024-08-19T17:59:09.297Z | Compiling libm v0.2.8 |
1068 | 2024-08-19T17:59:09.346Z | Compiling cpufeatures v0.2.12 |
1069 | 2024-08-19T17:59:09.391Z | Compiling serde_json v1.0.125 |
1070 | 2024-08-19T17:59:09.419Z | Compiling slab v0.4.9 |
1071 | 2024-08-19T17:59:09.435Z | Compiling num-traits v0.2.19 |
1072 | 2024-08-19T17:59:09.666Z | Compiling futures-sink v0.3.30 |
1073 | 2024-08-19T17:59:09.716Z | Compiling allocator-api2 v0.2.18 |
1074 | 2024-08-19T17:59:09.731Z | Compiling unicode-bidi v0.3.15 |
1075 | 2024-08-19T17:59:09.970Z | Compiling futures-channel v0.3.30 |
1076 | 2024-08-19T17:59:10.102Z | Compiling unicode-normalization v0.1.23 |
1077 | 2024-08-19T17:59:10.352Z | Compiling pkg-config v0.3.30 |
1078 | 2024-08-19T17:59:10.463Z | Compiling futures-io v0.3.30 |
1079 | 2024-08-19T17:59:11.089Z | Compiling futures-task v0.3.30 |
1080 | 2024-08-19T17:59:11.140Z | Compiling pin-utils v0.1.0 |
1081 | 2024-08-19T17:59:11.173Z | Compiling vcpkg v0.2.15 |
1082 | 2024-08-19T17:59:11.176Z | Compiling ring v0.17.8 |
1083 | 2024-08-19T17:59:11.244Z | Compiling base64ct v1.6.0 |
1084 | 2024-08-19T17:59:11.361Z | Compiling ppv-lite86 v0.2.17 |
1085 | 2024-08-19T17:59:11.421Z | Compiling flagset v0.4.5 |
1086 | 2024-08-19T17:59:11.641Z | Compiling percent-encoding v2.3.1 |
1087 | 2024-08-19T17:59:11.819Z | Compiling pem-rfc7468 v0.7.0 |
1088 | 2024-08-19T17:59:11.836Z | Compiling tracing-core v0.1.32 |
1089 | 2024-08-19T17:59:12.019Z | Compiling untrusted v0.9.0 |
1090 | 2024-08-19T17:59:12.149Z | Compiling rand_chacha v0.3.1 |
1091 | 2024-08-19T17:59:12.188Z | Compiling rustix v0.38.34 |
1092 | 2024-08-19T17:59:12.619Z | Compiling rand v0.8.5 |
1093 | 2024-08-19T17:59:12.855Z | Compiling openssl v0.10.66 |
1094 | 2024-08-19T17:59:13.129Z | Compiling foreign-types-shared v0.1.1 |
1095 | 2024-08-19T17:59:13.213Z | Compiling rustversion v1.0.17 |
1096 | 2024-08-19T17:59:13.230Z | Compiling httparse v1.8.0 |
1097 | 2024-08-19T17:59:13.250Z | Compiling num-conv v0.1.0 |
1098 | 2024-08-19T17:59:13.336Z | Compiling openssl-sys v0.9.103 |
1099 | 2024-08-19T17:59:13.514Z | Compiling time-core v0.1.2 |
1100 | 2024-08-19T17:59:13.648Z | Compiling powerfmt v0.2.0 |
1101 | 2024-08-19T17:59:13.685Z | Compiling time-macros v0.2.18 |
1102 | 2024-08-19T17:59:13.963Z | Compiling deranged v0.3.11 |
1103 | 2024-08-19T17:59:14.056Z | Compiling foreign-types v0.3.2 |
1104 | 2024-08-19T17:59:14.145Z | Compiling form_urlencoded v1.2.1 |
1105 | 2024-08-19T17:59:14.344Z | Compiling aho-corasick v1.1.3 |
1106 | 2024-08-19T17:59:14.373Z | Compiling siphasher v0.3.11 |
1107 | 2024-08-19T17:59:14.437Z | Compiling rustls v0.21.12 |
1108 | 2024-08-19T17:59:14.685Z | Compiling crossbeam-utils v0.8.19 |
1109 | 2024-08-19T17:59:14.688Z | Compiling native-tls v0.2.11 |
1110 | 2024-08-19T17:59:15.010Z | Compiling num_threads v0.1.7 |
1111 | 2024-08-19T17:59:15.106Z | Compiling regex-syntax v0.8.4 |
1112 | 2024-08-19T17:59:15.182Z | Compiling syn v1.0.109 |
1113 | 2024-08-19T17:59:15.734Z | Compiling try-lock v0.2.5 |
1114 | 2024-08-19T17:59:15.837Z | Compiling want v0.3.1 |
1115 | 2024-08-19T17:59:16.437Z | Compiling time v0.3.36 |
1116 | 2024-08-19T17:59:16.477Z | Compiling idna v0.5.0 |
1117 | 2024-08-19T17:59:17.468Z | Compiling socket2 v0.4.10 |
1118 | 2024-08-19T17:59:17.776Z | Compiling cookie v0.17.0 |
1119 | 2024-08-19T17:59:18.016Z | Compiling httpdate v1.0.3 |
1120 | 2024-08-19T17:59:18.308Z | Compiling regex-automata v0.4.6 |
1121 | 2024-08-19T17:59:18.475Z | Compiling slog v2.7.0 |
1122 | 2024-08-19T17:59:18.523Z | Compiling iana-time-zone v0.1.60 |
1123 | 2024-08-19T17:59:18.914Z | Compiling adler v1.0.2 |
1124 | 2024-08-19T17:59:18.988Z | Compiling openssl-probe v0.1.5 |
1125 | 2024-08-19T17:59:19.006Z | Compiling finl_unicode v1.2.0 |
1126 | 2024-08-19T17:59:19.130Z | Compiling tower-service v0.3.2 |
1127 | 2024-08-19T17:59:19.220Z | Compiling miniz_oxide v0.7.2 |
1128 | 2024-08-19T17:59:19.473Z | Compiling url v2.5.2 |
1129 | 2024-08-19T17:59:19.580Z | Compiling stringprep v0.1.4 |
1130 | 2024-08-19T17:59:20.226Z | Compiling serde_derive v1.0.208 |
1131 | 2024-08-19T17:59:20.670Z | Compiling zeroize_derive v1.4.2 |
1132 | 2024-08-19T17:59:20.703Z | Compiling zerocopy-derive v0.7.34 |
1133 | 2024-08-19T17:59:21.108Z | Compiling tokio-macros v2.4.0 |
1134 | 2024-08-19T17:59:21.156Z | Compiling thiserror-impl v1.0.63 |
1135 | 2024-08-19T17:59:21.271Z | Compiling futures-macro v0.3.30 |
1136 | 2024-08-19T17:59:22.158Z | Compiling zeroize v1.7.0 |
1137 | 2024-08-19T17:59:22.725Z | Compiling der_derive v0.7.2 |
1138 | 2024-08-19T17:59:22.859Z | Compiling zerocopy v0.7.34 |
1139 | 2024-08-19T17:59:23.143Z | Compiling futures-util v0.3.30 |
1140 | 2024-08-19T17:59:23.824Z | Compiling crypto-common v0.1.6 |
1141 | 2024-08-19T17:59:24.049Z | Compiling block-buffer v0.10.4 |
1142 | 2024-08-19T17:59:24.292Z | Compiling digest v0.10.7 |
1143 | 2024-08-19T17:59:24.391Z | Compiling block-padding v0.3.3 |
1144 | 2024-08-19T17:59:24.649Z | Compiling inout v0.1.3 |
1145 | 2024-08-19T17:59:24.779Z | Compiling hmac v0.12.1 |
1146 | 2024-08-19T17:59:24.890Z | Compiling hashbrown v0.14.5 |
1147 | 2024-08-19T17:59:24.892Z | Compiling thiserror v1.0.63 |
1148 | 2024-08-19T17:59:24.997Z | Compiling cipher v0.4.4 |
1149 | 2024-08-19T17:59:25.037Z | Compiling sha2 v0.10.8 |
1150 | 2024-08-19T17:59:25.083Z | Compiling pest v2.7.10 |
1151 | 2024-08-19T17:59:25.438Z | Compiling salsa20 v0.10.2 |
1152 | 2024-08-19T17:59:25.628Z | Compiling der v0.7.9 |
1153 | 2024-08-19T17:59:26.171Z | Compiling pbkdf2 v0.12.2 |
1154 | 2024-08-19T17:59:26.313Z | Compiling scroll_derive v0.12.0 |
1155 | 2024-08-19T17:59:26.566Z | Compiling tracing-attributes v0.1.27 |
1156 | 2024-08-19T17:59:27.780Z | Compiling pest_meta v2.7.10 |
1157 | 2024-08-19T17:59:28.126Z | Compiling scroll v0.12.0 |
1158 | 2024-08-19T17:59:28.478Z | Compiling spki v0.7.3 |
1159 | 2024-08-19T17:59:28.847Z | Compiling scrypt v0.11.0 |
1160 | 2024-08-19T17:59:28.931Z | Compiling pest_generator v2.7.10 |
1161 | 2024-08-19T17:59:29.118Z | Compiling cbc v0.1.2 |
1162 | 2024-08-19T17:59:29.357Z | Compiling aes v0.8.4 |
1163 | 2024-08-19T17:59:29.384Z | Compiling goblin v0.8.2 |
1164 | 2024-08-19T17:59:30.299Z | Compiling tracing v0.1.40 |
1165 | 2024-08-19T17:59:30.555Z | Compiling pkcs5 v0.7.1 |
1166 | 2024-08-19T17:59:30.799Z | Compiling openssl-macros v0.1.1 |
1167 | 2024-08-19T17:59:30.902Z | Compiling rustls-webpki v0.101.7 |
1168 | 2024-08-19T17:59:31.617Z | Compiling pkcs8 v0.10.2 |
1169 | 2024-08-19T17:59:31.804Z | Compiling sct v0.7.1 |
1170 | 2024-08-19T17:59:32.247Z | Compiling md-5 v0.10.6 |
1171 | 2024-08-19T17:59:32.528Z | Compiling num-integer v0.1.46 |
1172 | 2024-08-19T17:59:32.750Z | Compiling pest_derive v2.7.10 |
1173 | 2024-08-19T17:59:32.813Z | Compiling backtrace v0.3.71 |
1174 | 2024-08-19T17:59:33.282Z | Compiling idna v0.3.0 |
1175 | 2024-08-19T17:59:33.285Z | Compiling lazy_static v1.5.0 |
1176 | 2024-08-19T17:59:33.409Z | Compiling hash32 v0.2.1 |
1177 | 2024-08-19T17:59:33.561Z | Compiling dtrace-parser v0.2.0 |
1178 | 2024-08-19T17:59:33.607Z | Compiling signal-hook v0.3.17 |
1179 | 2024-08-19T17:59:33.774Z | Compiling num-bigint-dig v0.8.4 |
1180 | 2024-08-19T17:59:33.878Z | Compiling crc32fast v1.4.0 |
1181 | 2024-08-19T17:59:34.082Z | Compiling bytes v1.7.1 |
1182 | 2024-08-19T17:59:34.387Z | Compiling bitflags v2.6.0 |
1183 | 2024-08-19T17:59:34.832Z | Compiling indexmap v2.4.0 |
1184 | 2024-08-19T17:59:34.850Z | Compiling semver v1.0.23 |
1185 | 2024-08-19T17:59:35.325Z | Compiling tokio v1.39.2 |
1186 | 2024-08-19T17:59:35.589Z | Compiling http v0.2.12 |
1187 | 2024-08-19T17:59:35.657Z | Compiling rustc_version v0.4.0 |
1188 | 2024-08-19T17:59:36.469Z | Compiling heapless v0.7.17 |
1189 | 2024-08-19T17:59:36.927Z | Compiling dof v0.3.0 |
1190 | 2024-08-19T17:59:37.619Z | Compiling http-body v0.4.6 |
1191 | 2024-08-19T17:59:38.097Z | Compiling uuid v1.10.0 |
1192 | 2024-08-19T17:59:39.137Z | Compiling usdt-impl v0.5.0 |
1193 | 2024-08-19T17:59:39.370Z | Compiling serde_spanned v0.6.7 |
1194 | 2024-08-19T17:59:39.525Z | Compiling toml_datetime v0.6.8 |
1195 | 2024-08-19T17:59:39.590Z | Compiling chrono v0.4.38 |
1196 | 2024-08-19T17:59:39.694Z | Compiling serde_tokenstream v0.2.2 |
1197 | 2024-08-19T17:59:40.049Z | Compiling psl-types v2.0.11 |
1198 | 2024-08-19T17:59:40.228Z | Compiling gimli v0.28.1 |
1199 | 2024-08-19T17:59:40.291Z | Compiling stable_deref_trait v1.2.0 |
1200 | 2024-08-19T17:59:40.397Z | Compiling base64 v0.22.1 |
1201 | 2024-08-19T17:59:40.693Z | Compiling smoltcp v0.9.1 |
1202 | 2024-08-19T17:59:41.163Z | Compiling cfg_aliases v0.1.1 |
1203 | 2024-08-19T17:59:41.182Z | Compiling fallible-iterator v0.2.0 |
1204 | 2024-08-19T17:59:41.264Z | Compiling nix v0.28.0 |
1205 | 2024-08-19T17:59:41.924Z | Compiling postgres-protocol v0.6.7 |
1206 | 2024-08-19T17:59:42.074Z | Compiling publicsuffix v2.2.3 |
1207 | 2024-08-19T17:59:42.313Z | Compiling terminal_size v0.3.0 |
1208 | 2024-08-19T17:59:42.639Z | Compiling num-iter v0.1.45 |
1209 | 2024-08-19T17:59:42.660Z | Compiling async-trait v0.1.81 |
1210 | 2024-08-19T17:59:42.822Z | Compiling zerocopy-derive v0.6.6 |
1211 | 2024-08-19T17:59:44.170Z | Compiling tokio-util v0.7.11 |
1212 | 2024-08-19T17:59:44.934Z | Compiling tokio-native-tls v0.3.1 |
1213 | 2024-08-19T17:59:44.958Z | Compiling addr2line v0.21.0 |
1214 | 2024-08-19T17:59:45.195Z | Compiling h2 v0.3.26 |
1215 | 2024-08-19T17:59:45.236Z | Compiling tokio-rustls v0.24.1 |
1216 | 2024-08-19T17:59:45.412Z | Compiling phf_shared v0.11.2 |
1217 | 2024-08-19T17:59:45.563Z | Compiling serde_derive_internals v0.29.1 |
1218 | 2024-08-19T17:59:45.608Z | Compiling ff v0.13.0 |
1219 | 2024-08-19T17:59:45.637Z | Compiling object v0.32.2 |
1220 | 2024-08-19T17:59:45.791Z | Compiling fs-err v2.11.0 |
1221 | 2024-08-19T17:59:45.819Z | Compiling base64 v0.21.7 |
1222 | 2024-08-19T17:59:46.082Z | Compiling rustc-demangle v0.1.24 |
1223 | 2024-08-19T17:59:46.630Z | Compiling anyhow v1.0.86 |
1224 | 2024-08-19T17:59:46.633Z | Compiling hubpack_derive v0.1.1 |
1225 | 2024-08-19T17:59:46.783Z | Compiling base16ct v0.2.0 |
1226 | 2024-08-19T17:59:47.054Z | Compiling bitflags v1.3.2 |
1227 | 2024-08-19T17:59:47.111Z | Compiling either v1.13.0 |
1228 | 2024-08-19T17:59:47.151Z | Compiling schemars v0.8.21 |
1229 | 2024-08-19T17:59:47.243Z | Compiling ipnet v2.9.0 |
1230 | 2024-08-19T17:59:47.495Z | Compiling winnow v0.5.40 |
1231 | 2024-08-19T17:59:47.545Z | Compiling managed v0.8.0 |
1232 | 2024-08-19T17:59:47.566Z | Compiling hubpack v0.1.2 |
1233 | 2024-08-19T17:59:48.024Z | Compiling clap_builder v4.5.15 |
1234 | 2024-08-19T17:59:48.305Z | Compiling schemars_derive v0.8.21 |
1235 | 2024-08-19T17:59:48.677Z | Compiling sec1 v0.7.3 |
1236 | 2024-08-19T17:59:49.268Z | Compiling rustls-pemfile v1.0.4 |
1237 | 2024-08-19T17:59:49.828Z | Compiling group v0.13.0 |
1238 | 2024-08-19T17:59:50.152Z | Compiling phf v0.11.2 |
1239 | 2024-08-19T17:59:50.170Z | Compiling zerocopy v0.6.6 |
1240 | 2024-08-19T17:59:50.443Z | Compiling cookie_store v0.20.0 |
1241 | 2024-08-19T17:59:51.024Z | Compiling toml_edit v0.19.15 |
1242 | 2024-08-19T17:59:51.652Z | Compiling postgres-types v0.2.7 |
1243 | 2024-08-19T17:59:51.955Z | Compiling hyper v0.14.30 |
1244 | 2024-08-19T17:59:53.193Z | Compiling usdt-macro v0.5.0 |
1245 | 2024-08-19T17:59:53.214Z | Compiling usdt-attr-macro v0.5.0 |
1246 | 2024-08-19T17:59:54.642Z | Compiling serde_urlencoded v0.7.1 |
1247 | 2024-08-19T17:59:54.846Z | Compiling pkcs1 v0.7.5 |
1248 | 2024-08-19T17:59:55.166Z | Compiling futures-executor v0.3.30 |
1249 | 2024-08-19T17:59:55.526Z | Compiling hkdf v0.12.4 |
1250 | 2024-08-19T17:59:55.715Z | Compiling signature v2.2.0 |
1251 | 2024-08-19T17:59:55.755Z | Compiling crypto-bigint v0.5.5 |
1252 | 2024-08-19T17:59:55.773Z | Compiling bstr v1.9.1 |
1253 | 2024-08-19T17:59:55.859Z | Compiling regex v1.10.6 |
1254 | 2024-08-19T17:59:56.067Z | Compiling strum_macros v0.25.3 |
1255 | 2024-08-19T17:59:56.967Z | Compiling enum-as-inner v0.6.0 |
1256 | 2024-08-19T17:59:57.267Z | Compiling clap_derive v4.5.13 |
1257 | 2024-08-19T17:59:57.571Z | Compiling serde_repr v0.1.19 |
1258 | 2024-08-19T17:59:58.054Z | Compiling phf_shared v0.10.0 |
1259 | 2024-08-19T17:59:58.450Z | Compiling float-cmp v0.9.0 |
1260 | 2024-08-19T17:59:58.661Z | Compiling idna v0.4.0 |
1261 | 2024-08-19T17:59:58.712Z | Compiling mio v0.8.11 |
1262 | 2024-08-19T17:59:58.867Z | Compiling hyper-rustls v0.24.2 |
1263 | 2024-08-19T17:59:59.229Z | Compiling hyper-tls v0.5.0 |
1264 | 2024-08-19T17:59:59.590Z | Compiling encoding_rs v0.8.34 |
1265 | 2024-08-19T17:59:59.961Z | Compiling fixedbitset v0.4.2 |
1266 | 2024-08-19T18:00:00.108Z | Compiling precomputed-hash v0.1.1 |
1267 | 2024-08-19T18:00:00.212Z | Compiling whoami v1.5.1 |
1268 | 2024-08-19T18:00:00.229Z | Compiling data-encoding v2.6.0 |
1269 | 2024-08-19T18:00:00.431Z | Compiling new_debug_unreachable v1.0.6 |
1270 | 2024-08-19T18:00:00.526Z | Compiling static_assertions v1.1.0 |
1271 | 2024-08-19T18:00:00.631Z | Compiling dyn-clone v1.0.17 |
1272 | 2024-08-19T18:00:00.829Z | Compiling difflib v0.4.0 |
1273 | 2024-08-19T18:00:00.843Z | Compiling normalize-line-endings v0.3.0 |
1274 | 2024-08-19T18:00:01.014Z | Compiling mime v0.3.17 |
1275 | 2024-08-19T18:00:01.633Z | Compiling webpki-roots v0.25.4 |
1276 | 2024-08-19T18:00:01.756Z | Compiling predicates-core v1.0.6 |
1277 | 2024-08-19T18:00:01.786Z | Compiling bit-vec v0.6.3 |
1278 | 2024-08-19T18:00:01.908Z | Compiling minimal-lexical v0.2.1 |
1279 | 2024-08-19T18:00:02.108Z | Compiling sync_wrapper v0.1.2 |
1280 | 2024-08-19T18:00:02.240Z | Compiling unicode-segmentation v1.11.0 |
1281 | 2024-08-19T18:00:02.255Z | Compiling reqwest v0.11.27 |
1282 | 2024-08-19T18:00:02.313Z | Compiling clap v4.5.16 |
1283 | 2024-08-19T18:00:02.407Z | Compiling nom v7.1.3 |
1284 | 2024-08-19T18:00:02.430Z | Compiling bit-set v0.5.3 |
1285 | 2024-08-19T18:00:02.433Z | Compiling predicates v3.1.2 |
1286 | 2024-08-19T18:00:02.616Z | Compiling hickory-proto v0.24.1 |
1287 | 2024-08-19T18:00:03.054Z | Compiling similar v2.6.0 |
1288 | 2024-08-19T18:00:04.019Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1289 | 2024-08-19T18:00:04.135Z | Compiling console v0.15.8 |
1290 | 2024-08-19T18:00:05.056Z | Compiling toml_edit v0.22.20 |
1291 | 2024-08-19T18:00:05.432Z | Compiling tokio-postgres v0.7.11 |
1292 | 2024-08-19T18:00:05.640Z | Compiling string_cache v0.8.7 |
1293 | 2024-08-19T18:00:06.154Z | Compiling petgraph v0.6.5 |
1294 | 2024-08-19T18:00:06.172Z | Compiling usdt v0.5.0 |
1295 | 2024-08-19T18:00:06.498Z | Compiling signal-hook-mio v0.2.4 |
1296 | 2024-08-19T18:00:06.670Z | Compiling elliptic-curve v0.13.8 |
1297 | 2024-08-19T18:00:06.690Z | Compiling rsa v0.9.6 |
1298 | 2024-08-19T18:00:07.488Z | Compiling futures v0.3.30 |
1299 | 2024-08-19T18:00:07.602Z | Compiling toml v0.7.8 |
1300 | 2024-08-19T18:00:10.181Z | Compiling flate2 v1.0.31 |
1301 | 2024-08-19T18:00:11.172Z | Compiling itertools v0.10.5 |
1302 | 2024-08-19T18:00:11.189Z | Compiling itertools v0.12.1 |
1303 | 2024-08-19T18:00:11.956Z | Compiling tokio-stream v0.1.15 |
1304 | 2024-08-19T18:00:12.816Z | Compiling openapiv3 v2.0.0 |
1305 | 2024-08-19T18:00:12.920Z | Compiling hex v0.4.3 |
1306 | 2024-08-19T18:00:13.378Z | Compiling crossbeam-epoch v0.9.18 |
1307 | 2024-08-19T18:00:13.400Z | Compiling sha1 v0.10.6 |
1308 | 2024-08-19T18:00:13.520Z | Compiling dirs-sys-next v0.1.2 |
1309 | 2024-08-19T18:00:13.815Z | Compiling unicode-xid v0.2.4 |
1310 | 2024-08-19T18:00:13.986Z | Compiling peg-runtime v0.8.3 |
1311 | 2024-08-19T18:00:14.002Z | Compiling lalrpop-util v0.19.12 |
1312 | 2024-08-19T18:00:14.094Z | Compiling dirs-next v2.0.0 |
1313 | 2024-08-19T18:00:14.157Z | Compiling thread_local v1.1.8 |
1314 | 2024-08-19T18:00:14.293Z | Compiling slog-async v2.8.0 |
1315 | 2024-08-19T18:00:14.324Z | Compiling term v0.7.0 |
1316 | 2024-08-19T18:00:14.342Z | Compiling xattr v1.3.1 |
1317 | 2024-08-19T18:00:14.611Z | Compiling crossbeam-channel v0.5.12 |
1318 | 2024-08-19T18:00:14.627Z | Compiling strum_macros v0.26.4 |
1319 | 2024-08-19T18:00:14.728Z | Compiling filetime v0.2.24 |
1320 | 2024-08-19T18:00:14.860Z | Compiling is-terminal v0.4.12 |
1321 | 2024-08-19T18:00:14.909Z | Compiling take_mut v0.2.2 |
1322 | 2024-08-19T18:00:14.988Z | Compiling slog-term v2.9.1 |
1323 | 2024-08-19T18:00:15.031Z | Compiling tar v0.4.41 |
1324 | 2024-08-19T18:00:15.048Z | Compiling camino v1.1.9 |
1325 | 2024-08-19T18:00:16.955Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1326 | 2024-08-19T18:00:17.650Z | Compiling strum v0.26.3 |
1327 | 2024-08-19T18:00:17.724Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1328 | 2024-08-19T18:00:22.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1329 | 2024-08-19T18:00:22.843Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1330 | 2024-08-19T18:00:22.887Z | Aug 19 18:00:21.850 INFO Starting download, target: Cockroach |
1331 | 2024-08-19T18:00:22.887Z | Aug 19 18:00:21.851 INFO Starting download, target: Clickhouse |
1332 | 2024-08-19T18:00:22.887Z | Aug 19 18:00:21.851 INFO Starting download, target: Console |
1333 | 2024-08-19T18:00:22.887Z | Aug 19 18:00:21.851 INFO Starting download, target: DendriteOpenapi |
1334 | 2024-08-19T18:00:22.889Z | Aug 19 18:00:21.851 INFO Starting download, target: DendriteStub |
1335 | 2024-08-19T18:00:22.889Z | Aug 19 18:00:21.851 INFO Starting download, target: MaghemiteMgd |
1336 | 2024-08-19T18:00:22.889Z | Aug 19 18:00:21.851 INFO Starting download, target: TransceiverControl |
1337 | 2024-08-19T18:00:22.889Z | Aug 19 18:00:21.851 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1338 | 2024-08-19T18:00:22.890Z | Aug 19 18:00:21.851 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1339 | 2024-08-19T18:00:22.890Z | Aug 19 18:00:21.851 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1340 | 2024-08-19T18:00:22.890Z | Aug 19 18:00:21.851 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1341 | 2024-08-19T18:00:22.890Z | Aug 19 18:00:21.851 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1342 | 2024-08-19T18:00:22.890Z | Aug 19 18:00:21.851 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1343 | 2024-08-19T18:00:22.890Z | Aug 19 18:00:21.851 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1344 | 2024-08-19T18:00:23.046Z | Aug 19 18:00:22.009 INFO Download complete, target: DendriteOpenapi |
1345 | 2024-08-19T18:00:23.286Z | Aug 19 18:00:22.243 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1346 | 2024-08-19T18:00:23.547Z | Aug 19 18:00:22.508 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1347 | 2024-08-19T18:00:23.605Z | Aug 19 18:00:22.569 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1348 | 2024-08-19T18:00:23.643Z | Aug 19 18:00:22.606 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1349 | 2024-08-19T18:00:24.014Z | Aug 19 18:00:22.977 INFO Download complete, target: Console |
1350 | 2024-08-19T18:00:24.077Z | Aug 19 18:00:23.038 INFO Download complete, target: TransceiverControl |
1351 | 2024-08-19T18:00:25.109Z | Aug 19 18:00:24.072 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1352 | 2024-08-19T18:00:25.109Z | Aug 19 18:00:24.072 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1353 | 2024-08-19T18:00:25.268Z | Aug 19 18:00:24.230 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1354 | 2024-08-19T18:00:26.574Z | Aug 19 18:00:25.537 INFO Download complete, target: DendriteStub |
1355 | 2024-08-19T18:00:26.825Z | Aug 19 18:00:25.787 INFO Download complete, target: MaghemiteMgd |
1356 | 2024-08-19T18:00:33.070Z | Aug 19 18:00:32.031 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1357 | 2024-08-19T18:00:33.411Z | Aug 19 18:00:32.372 INFO Checking that binary works, target: Cockroach |
1358 | 2024-08-19T18:00:33.629Z | Aug 19 18:00:32.589 INFO Download complete, target: Cockroach |
1359 | 2024-08-19T18:00:38.683Z | Aug 19 18:00:37.643 INFO Checking that binary works, target: Clickhouse |
1360 | 2024-08-19T18:00:38.935Z | Aug 19 18:00:37.894 INFO Download complete, target: Clickhouse |
1361 | 2024-08-19T18:00:39.354Z | All builder prerequisites installed successfully, and PATH looks valid |
1362 | 2024-08-19T18:00:39.359Z | |
1363 | 2024-08-19T18:00:39.359Z | real 4:16.676297075 |
1364 | 2024-08-19T18:00:39.359Z | user 11:05.884894072 |
1365 | 2024-08-19T18:00:39.359Z | sys 2:21.569041944 |
1366 | 2024-08-19T18:00:39.359Z | trap 0.370391127 |
1367 | 2024-08-19T18:00:39.359Z | tflt 8.546218669 |
1368 | 2024-08-19T18:00:39.359Z | dflt 8.580220077 |
1369 | 2024-08-19T18:00:39.359Z | kflt 0.365047391 |
1370 | 2024-08-19T18:00:39.359Z | lock 21:32.426865307 |
1371 | 2024-08-19T18:00:39.359Z | slp 46:18.456469405 |
1372 | 2024-08-19T18:00:39.359Z | lat 36.069437900 |
1373 | 2024-08-19T18:00:39.359Z | stop 1:33.766430241 |
1374 | 2024-08-19T18:00:39.359Z | + banner clippy |
1375 | 2024-08-19T18:00:39.362Z | |
1376 | 2024-08-19T18:00:39.362Z | #### # # ##### ##### # # |
1377 | 2024-08-19T18:00:39.362Z | # # # # # # # # # # |
1378 | 2024-08-19T18:00:39.362Z | # # # # # # # # |
1379 | 2024-08-19T18:00:39.362Z | # # # ##### ##### # |
1380 | 2024-08-19T18:00:39.362Z | # # # # # # # |
1381 | 2024-08-19T18:00:39.362Z | #### ###### # # # # |
1382 | 2024-08-19T18:00:39.362Z | |
1383 | 2024-08-19T18:00:39.362Z | + export CARGO_INCREMENTAL=0 |
1384 | 2024-08-19T18:00:39.362Z | + CARGO_INCREMENTAL=0 |
1385 | 2024-08-19T18:00:39.362Z | + ptime -m cargo xtask clippy |
1386 | 2024-08-19T18:00:39.910Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1387 | 2024-08-19T18:00:43.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s |
1388 | 2024-08-19T18:00:43.349Z | Running `target/debug/xtask clippy` |
1389 | 2024-08-19T18:00:43.369Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1390 | 2024-08-19T18:00:44.076Z | Downloading crates ... |
1391 | 2024-08-19T18:00:44.383Z | Downloaded doc-comment v0.3.3 |
1392 | 2024-08-19T18:00:44.389Z | Downloaded http-body v1.0.0 |
1393 | 2024-08-19T18:00:44.391Z | Downloaded plotters-svg v0.3.5 |
1394 | 2024-08-19T18:00:44.393Z | Downloaded nested v0.1.1 |
1395 | 2024-08-19T18:00:44.393Z | Downloaded matches v0.1.10 |
1396 | 2024-08-19T18:00:44.396Z | Downloaded option-ext v0.2.0 |
1397 | 2024-08-19T18:00:44.396Z | Downloaded guppy-workspace-hack v0.1.0 |
1398 | 2024-08-19T18:00:44.400Z | Downloaded tower-layer v0.3.2 |
1399 | 2024-08-19T18:00:44.405Z | Downloaded ghash v0.5.1 |
1400 | 2024-08-19T18:00:44.407Z | Downloaded approx v0.5.1 |
1401 | 2024-08-19T18:00:44.407Z | Downloaded cast v0.3.0 |
1402 | 2024-08-19T18:00:44.410Z | Downloaded escape8259 v0.5.2 |
1403 | 2024-08-19T18:00:44.413Z | Downloaded dhcproto-macros v0.1.0 |
1404 | 2024-08-19T18:00:44.415Z | Downloaded dirs v5.0.1 |
1405 | 2024-08-19T18:00:44.415Z | Downloaded bcrypt-pbkdf v0.10.0 |
1406 | 2024-08-19T18:00:44.415Z | Downloaded ctr v0.9.2 |
1407 | 2024-08-19T18:00:44.419Z | Downloaded enum-as-inner v0.5.1 |
1408 | 2024-08-19T18:00:44.421Z | Downloaded anes v0.1.6 |
1409 | 2024-08-19T18:00:44.424Z | Downloaded blowfish v0.9.1 |
1410 | 2024-08-19T18:00:44.428Z | Downloaded pathdiff v0.2.1 |
1411 | 2024-08-19T18:00:44.430Z | Downloaded ssh-cipher v0.2.0 |
1412 | 2024-08-19T18:00:44.432Z | Downloaded num_cpus v1.16.0 |
1413 | 2024-08-19T18:00:44.435Z | Downloaded internet-checksum v0.2.1 |
1414 | 2024-08-19T18:00:44.440Z | Downloaded md5 v0.7.0 |
1415 | 2024-08-19T18:00:44.443Z | Downloaded proc-macro-crate v3.1.0 |
1416 | 2024-08-19T18:00:44.445Z | Downloaded futures-timer v3.0.3 |
1417 | 2024-08-19T18:00:44.449Z | Downloaded criterion-plot v0.5.0 |
1418 | 2024-08-19T18:00:44.452Z | Downloaded target-spec v3.2.1 |
1419 | 2024-08-19T18:00:44.454Z | Downloaded ed25519 v2.2.3 |
1420 | 2024-08-19T18:00:44.457Z | Downloaded dirs-sys v0.4.1 |
1421 | 2024-08-19T18:00:44.484Z | Downloaded hex-literal v0.4.1 |
1422 | 2024-08-19T18:00:44.486Z | Downloaded rustls-native-certs v0.7.0 |
1423 | 2024-08-19T18:00:44.489Z | Downloaded partial-io v0.5.4 |
1424 | 2024-08-19T18:00:44.491Z | Downloaded assert_cmd v2.0.16 |
1425 | 2024-08-19T18:00:44.493Z | Downloaded russh-cryptovec v0.7.2 |
1426 | 2024-08-19T18:00:44.496Z | Downloaded ecdsa v0.16.9 |
1427 | 2024-08-19T18:00:44.498Z | Downloaded primeorder v0.13.6 |
1428 | 2024-08-19T18:00:44.501Z | Downloaded blake2b_simd v1.0.2 |
1429 | 2024-08-19T18:00:44.510Z | Downloaded ssh-encoding v0.2.0 |
1430 | 2024-08-19T18:00:44.512Z | Downloaded pbkdf2 v0.11.0 |
1431 | 2024-08-19T18:00:44.514Z | Downloaded dhcproto v0.12.0 |
1432 | 2024-08-19T18:00:44.517Z | Downloaded threadpool v1.8.1 |
1433 | 2024-08-19T18:00:44.519Z | Downloaded relative-path v1.9.3 |
1434 | 2024-08-19T18:00:44.520Z | Downloaded yansi v0.5.1 |
1435 | 2024-08-19T18:00:44.522Z | Downloaded plotters-backend v0.3.5 |
1436 | 2024-08-19T18:00:44.529Z | Downloaded trybuild v1.0.99 |
1437 | 2024-08-19T18:00:44.536Z | Downloaded russh-keys v0.44.0 |
1438 | 2024-08-19T18:00:44.538Z | Downloaded similar-asserts v1.5.0 |
1439 | 2024-08-19T18:00:44.540Z | Downloaded rfc6979 v0.4.0 |
1440 | 2024-08-19T18:00:44.542Z | Downloaded oorandom v11.1.3 |
1441 | 2024-08-19T18:00:44.543Z | Downloaded hyper-rustls v0.26.0 |
1442 | 2024-08-19T18:00:44.545Z | Downloaded httptest v0.15.5 |
1443 | 2024-08-19T18:00:44.548Z | Downloaded aes-gcm v0.10.3 |
1444 | 2024-08-19T18:00:44.550Z | Downloaded polyval v0.6.2 |
1445 | 2024-08-19T18:00:44.552Z | Downloaded rstest v0.22.0 |
1446 | 2024-08-19T18:00:44.556Z | Downloaded datatest-stable v0.2.9 |
1447 | 2024-08-19T18:00:44.558Z | Downloaded tinytemplate v1.2.1 |
1448 | 2024-08-19T18:00:44.561Z | Downloaded rust-argon2 v2.1.0 |
1449 | 2024-08-19T18:00:44.563Z | Downloaded password-hash v0.4.2 |
1450 | 2024-08-19T18:00:44.563Z | Downloaded libtest-mimic v0.7.3 |
1451 | 2024-08-19T18:00:44.566Z | Downloaded hyper-util v0.1.3 |
1452 | 2024-08-19T18:00:44.569Z | Downloaded cfg-expr v0.16.0 |
1453 | 2024-08-19T18:00:44.574Z | Downloaded target-lexicon v0.12.16 |
1454 | 2024-08-19T18:00:44.588Z | Downloaded ed25519-dalek v2.1.1 |
1455 | 2024-08-19T18:00:44.603Z | Downloaded rstest_macros v0.22.0 |
1456 | 2024-08-19T18:00:44.607Z | Downloaded pretty_assertions v1.4.0 |
1457 | 2024-08-19T18:00:44.609Z | Downloaded fancy-regex v0.13.0 |
1458 | 2024-08-19T18:00:44.613Z | Downloaded toml_edit v0.21.1 |
1459 | 2024-08-19T18:00:44.633Z | Downloaded rand_distr v0.4.3 |
1460 | 2024-08-19T18:00:44.636Z | Downloaded p256 v0.13.2 |
1461 | 2024-08-19T18:00:44.644Z | Downloaded ssh-key v0.6.6 |
1462 | 2024-08-19T18:00:44.653Z | Downloaded russh v0.44.1 |
1463 | 2024-08-19T18:00:44.659Z | Downloaded tower v0.4.13 |
1464 | 2024-08-19T18:00:44.667Z | Downloaded regex-automata v0.1.10 |
1465 | 2024-08-19T18:00:44.672Z | Downloaded plotters v0.3.5 |
1466 | 2024-08-19T18:00:44.680Z | Downloaded hyper v1.3.1 |
1467 | 2024-08-19T18:00:44.687Z | Downloaded p521 v0.13.3 |
1468 | 2024-08-19T18:00:44.690Z | Downloaded guppy v0.17.7 |
1469 | 2024-08-19T18:00:44.696Z | Downloaded criterion v0.5.1 |
1470 | 2024-08-19T18:00:44.703Z | Downloaded num-bigint v0.4.5 |
1471 | 2024-08-19T18:00:44.707Z | Downloaded p384 v0.13.0 |
1472 | 2024-08-19T18:00:44.713Z | Downloaded idna v0.2.3 |
1473 | 2024-08-19T18:00:44.720Z | Downloaded trust-dns-proto v0.22.0 |
1474 | 2024-08-19T18:00:44.730Z | Downloaded bstr v0.2.17 |
1475 | 2024-08-19T18:00:45.367Z | Checking cfg-if v1.0.0 |
1476 | 2024-08-19T18:00:45.429Z | Checking libc v0.2.156 |
1477 | 2024-08-19T18:00:45.447Z | Checking serde v1.0.208 |
1478 | 2024-08-19T18:00:45.464Z | Checking memchr v2.7.2 |
1479 | 2024-08-19T18:00:45.481Z | Checking scopeguard v1.2.0 |
1480 | 2024-08-19T18:00:45.497Z | Checking log v0.4.21 |
1481 | 2024-08-19T18:00:45.522Z | Checking byteorder v1.5.0 |
1482 | 2024-08-19T18:00:45.544Z | Checking itoa v1.0.11 |
1483 | 2024-08-19T18:00:45.544Z | Checking smallvec v1.13.2 |
1484 | 2024-08-19T18:00:45.605Z | Checking lock_api v0.4.12 |
1485 | 2024-08-19T18:00:45.771Z | Checking zeroize v1.7.0 |
1486 | 2024-08-19T18:00:45.796Z | Checking once_cell v1.19.0 |
1487 | 2024-08-19T18:00:45.885Z | Checking pin-project-lite v0.2.14 |
1488 | 2024-08-19T18:00:45.915Z | Checking typenum v1.17.0 |
1489 | 2024-08-19T18:00:46.015Z | Checking libm v0.2.8 |
1490 | 2024-08-19T18:00:46.043Z | Checking subtle v2.5.0 |
1491 | 2024-08-19T18:00:46.061Z | Checking ryu v1.0.18 |
1492 | 2024-08-19T18:00:46.086Z | Checking spin v0.9.8 |
1493 | 2024-08-19T18:00:46.273Z | Checking thiserror v1.0.63 |
1494 | 2024-08-19T18:00:46.297Z | Checking futures-core v0.3.30 |
1495 | 2024-08-19T18:00:46.322Z | Checking zerocopy v0.7.34 |
1496 | 2024-08-19T18:00:46.400Z | Checking const-oid v0.9.6 |
1497 | 2024-08-19T18:00:46.425Z | Checking futures-sink v0.3.30 |
1498 | 2024-08-19T18:00:46.471Z | Checking slab v0.4.9 |
1499 | 2024-08-19T18:00:46.497Z | Checking getrandom v0.2.14 |
1500 | 2024-08-19T18:00:46.553Z | Checking parking_lot_core v0.9.10 |
1501 | 2024-08-19T18:00:46.723Z | Checking signal-hook-registry v1.4.2 |
1502 | 2024-08-19T18:00:46.746Z | Checking rand_core v0.6.4 |
1503 | 2024-08-19T18:00:46.903Z | Checking parking_lot v0.12.2 |
1504 | 2024-08-19T18:00:46.926Z | Checking mio v1.0.2 |
1505 | 2024-08-19T18:00:46.958Z | Checking num-traits v0.2.19 |
1506 | 2024-08-19T18:00:47.038Z | Checking socket2 v0.5.7 |
1507 | 2024-08-19T18:00:47.202Z | Checking generic-array v0.14.7 |
1508 | 2024-08-19T18:00:47.245Z | Checking futures-channel v0.3.30 |
1509 | 2024-08-19T18:00:47.519Z | Checking pin-utils v0.1.0 |
1510 | 2024-08-19T18:00:47.575Z | Checking futures-io v0.3.30 |
1511 | 2024-08-19T18:00:47.600Z | Checking futures-task v0.3.30 |
1512 | 2024-08-19T18:00:47.626Z | Checking cpufeatures v0.2.12 |
1513 | 2024-08-19T18:00:47.721Z | Checking allocator-api2 v0.2.18 |
1514 | 2024-08-19T18:00:47.745Z | Checking ahash v0.8.11 |
1515 | 2024-08-19T18:00:47.775Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1516 | 2024-08-19T18:00:47.822Z | Checking futures-util v0.3.30 |
1517 | 2024-08-19T18:00:48.078Z | Checking fnv v1.0.7 |
1518 | 2024-08-19T18:00:48.226Z | Checking iana-time-zone v0.1.60 |
1519 | 2024-08-19T18:00:48.249Z | Checking equivalent v1.0.1 |
1520 | 2024-08-19T18:00:48.269Z | Checking tinyvec_macros v0.1.1 |
1521 | 2024-08-19T18:00:48.347Z | Checking ppv-lite86 v0.2.17 |
1522 | 2024-08-19T18:00:48.350Z | Checking hashbrown v0.14.5 |
1523 | 2024-08-19T18:00:48.382Z | Checking crypto-common v0.1.6 |
1524 | 2024-08-19T18:00:48.385Z | Checking block-buffer v0.10.4 |
1525 | 2024-08-19T18:00:48.385Z | Checking tinyvec v1.6.0 |
1526 | 2024-08-19T18:00:48.571Z | Checking unicode-bidi v0.3.15 |
1527 | 2024-08-19T18:00:48.676Z | Checking tracing-core v0.1.32 |
1528 | 2024-08-19T18:00:48.699Z | Checking digest v0.10.7 |
1529 | 2024-08-19T18:00:49.060Z | Checking rand_chacha v0.3.1 |
1530 | 2024-08-19T18:00:49.085Z | Checking regex-syntax v0.8.4 |
1531 | 2024-08-19T18:00:49.195Z | Checking errno v0.3.9 |
1532 | 2024-08-19T18:00:49.324Z | Checking tracing v0.1.40 |
1533 | 2024-08-19T18:00:49.352Z | Checking dyn-clone v1.0.17 |
1534 | 2024-08-19T18:00:49.418Z | Checking rand v0.8.5 |
1535 | 2024-08-19T18:00:49.483Z | Checking percent-encoding v2.3.1 |
1536 | 2024-08-19T18:00:49.549Z | Checking block-padding v0.3.3 |
1537 | 2024-08-19T18:00:49.684Z | Checking lazy_static v1.5.0 |
1538 | 2024-08-19T18:00:49.687Z | Checking aho-corasick v1.1.3 |
1539 | 2024-08-19T18:00:49.746Z | Checking unicode-normalization v0.1.23 |
1540 | 2024-08-19T18:00:49.748Z | Checking inout v0.1.3 |
1541 | 2024-08-19T18:00:49.799Z | Checking form_urlencoded v1.2.1 |
1542 | 2024-08-19T18:00:49.981Z | Checking cipher v0.4.4 |
1543 | 2024-08-19T18:00:50.005Z | Checking unicode-ident v1.0.12 |
1544 | 2024-08-19T18:00:50.181Z | Checking base64ct v1.6.0 |
1545 | 2024-08-19T18:00:50.358Z | Checking hmac v0.12.1 |
1546 | 2024-08-19T18:00:50.383Z | Checking bytes v1.7.1 |
1547 | 2024-08-19T18:00:50.557Z | Checking bitflags v2.6.0 |
1548 | 2024-08-19T18:00:50.612Z | Checking serde_json v1.0.125 |
1549 | 2024-08-19T18:00:50.634Z | Checking chrono v0.4.38 |
1550 | 2024-08-19T18:00:50.656Z | Checking indexmap v2.4.0 |
1551 | 2024-08-19T18:00:50.872Z | Checking uuid v1.10.0 |
1552 | 2024-08-19T18:00:51.208Z | Checking tokio v1.39.2 |
1553 | 2024-08-19T18:00:51.352Z | Checking rustix v0.38.34 |
1554 | 2024-08-19T18:00:51.464Z | Checking unicode-width v0.1.13 |
1555 | 2024-08-19T18:00:51.658Z | Checking proc-macro2 v1.0.86 |
1556 | 2024-08-19T18:00:51.919Z | Checking sha2 v0.10.8 |
1557 | 2024-08-19T18:00:52.180Z | Checking regex-automata v0.4.6 |
1558 | 2024-08-19T18:00:52.319Z | Checking httparse v1.8.0 |
1559 | 2024-08-19T18:00:52.342Z | Checking adler v1.0.2 |
1560 | 2024-08-19T18:00:52.468Z | Checking quote v1.0.36 |
1561 | 2024-08-19T18:00:52.492Z | Checking miniz_oxide v0.7.2 |
1562 | 2024-08-19T18:00:52.613Z | Checking schemars v0.8.21 |
1563 | 2024-08-19T18:00:52.725Z | Checking http v0.2.12 |
1564 | 2024-08-19T18:00:52.788Z | Checking idna v0.5.0 |
1565 | 2024-08-19T18:00:52.858Z | Checking powerfmt v0.2.0 |
1566 | 2024-08-19T18:00:53.130Z | Checking deranged v0.3.11 |
1567 | 2024-08-19T18:00:53.203Z | Checking syn v2.0.74 |
1568 | 2024-08-19T18:00:53.357Z | Checking num-conv v0.1.0 |
1569 | 2024-08-19T18:00:53.639Z | Checking untrusted v0.9.0 |
1570 | 2024-08-19T18:00:53.663Z | Checking url v2.5.2 |
1571 | 2024-08-19T18:00:53.812Z | Checking time-core v0.1.2 |
1572 | 2024-08-19T18:00:53.981Z | Checking num_threads v0.1.7 |
1573 | 2024-08-19T18:00:54.069Z | Checking ring v0.17.8 |
1574 | 2024-08-19T18:00:54.098Z | Checking pem-rfc7468 v0.7.0 |
1575 | 2024-08-19T18:00:54.243Z | Checking try-lock v0.2.5 |
1576 | 2024-08-19T18:00:54.360Z | Checking socket2 v0.4.10 |
1577 | 2024-08-19T18:00:54.389Z | Checking want v0.3.1 |
1578 | 2024-08-19T18:00:54.456Z | Checking slog v2.7.0 |
1579 | 2024-08-19T18:00:54.560Z | Checking tower-service v0.3.2 |
1580 | 2024-08-19T18:00:54.688Z | Checking flagset v0.4.5 |
1581 | 2024-08-19T18:00:54.785Z | Checking pbkdf2 v0.12.2 |
1582 | 2024-08-19T18:00:54.820Z | Checking time v0.3.36 |
1583 | 2024-08-19T18:00:54.883Z | Checking der v0.7.9 |
1584 | 2024-08-19T18:00:54.936Z | Checking aes v0.8.4 |
1585 | 2024-08-19T18:00:54.957Z | Checking gimli v0.28.1 |
1586 | 2024-08-19T18:00:55.888Z | Checking futures-executor v0.3.30 |
1587 | 2024-08-19T18:00:55.916Z | Checking salsa20 v0.10.2 |
1588 | 2024-08-19T18:00:56.120Z | Checking cbc v0.1.2 |
1589 | 2024-08-19T18:00:56.143Z | Checking object v0.32.2 |
1590 | 2024-08-19T18:00:56.327Z | Checking httpdate v1.0.3 |
1591 | 2024-08-19T18:00:56.574Z | Checking base64 v0.21.7 |
1592 | 2024-08-19T18:00:56.720Z | Checking regex v1.10.6 |
1593 | 2024-08-19T18:00:56.744Z | Checking spki v0.7.3 |
1594 | 2024-08-19T18:00:56.995Z | Checking rustc-demangle v0.1.24 |
1595 | 2024-08-19T18:00:57.041Z | Checking scrypt v0.11.0 |
1596 | 2024-08-19T18:00:57.257Z | Checking futures v0.3.30 |
1597 | 2024-08-19T18:00:57.299Z | Checking http-body v0.4.6 |
1598 | 2024-08-19T18:00:57.324Z | Checking utf8parse v0.2.1 |
1599 | 2024-08-19T18:00:57.369Z | Checking pkcs5 v0.7.1 |
1600 | 2024-08-19T18:00:57.413Z | Checking mime v0.3.17 |
1601 | 2024-08-19T18:00:57.466Z | Checking openssl-probe v0.1.5 |
1602 | 2024-08-19T18:00:57.617Z | Checking foreign-types-shared v0.1.1 |
1603 | 2024-08-19T18:00:57.684Z | Checking ipnet v2.9.0 |
1604 | 2024-08-19T18:00:57.725Z | Checking foreign-types v0.3.2 |
1605 | 2024-08-19T18:00:57.730Z | Checking openssl-sys v0.9.103 |
1606 | 2024-08-19T18:00:57.821Z | Checking anstyle v1.0.8 |
1607 | 2024-08-19T18:00:57.905Z | Checking pkcs8 v0.10.2 |
1608 | 2024-08-19T18:00:58.053Z | Checking tokio-util v0.7.11 |
1609 | 2024-08-19T18:00:58.147Z | Checking sct v0.7.1 |
1610 | 2024-08-19T18:00:58.183Z | Checking rustls-webpki v0.101.7 |
1611 | 2024-08-19T18:00:58.216Z | Checking toml_datetime v0.6.8 |
1612 | 2024-08-19T18:00:58.355Z | Checking semver v1.0.23 |
1613 | 2024-08-19T18:00:58.485Z | Checking serde_spanned v0.6.7 |
1614 | 2024-08-19T18:00:58.686Z | Checking crossbeam-utils v0.8.19 |
1615 | 2024-08-19T18:00:58.799Z | Checking data-encoding v2.6.0 |
1616 | 2024-08-19T18:00:58.844Z | Checking addr2line v0.21.0 |
1617 | 2024-08-19T18:00:58.880Z | Checking h2 v0.3.26 |
1618 | 2024-08-19T18:00:58.902Z | Checking either v1.13.0 |
1619 | 2024-08-19T18:00:58.987Z | Checking openssl v0.10.66 |
1620 | 2024-08-19T18:00:59.281Z | Checking rustls v0.21.12 |
1621 | 2024-08-19T18:00:59.330Z | Checking serde_urlencoded v0.7.1 |
1622 | 2024-08-19T18:00:59.370Z | Checking scroll v0.12.0 |
1623 | 2024-08-19T18:00:59.434Z | Checking encoding_rs v0.8.34 |
1624 | 2024-08-19T18:00:59.524Z | Checking ucd-trie v0.1.6 |
1625 | 2024-08-19T18:00:59.731Z | Checking plain v0.2.3 |
1626 | 2024-08-19T18:00:59.749Z | Checking pest v2.7.10 |
1627 | 2024-08-19T18:00:59.819Z | Checking anstyle-parse v0.2.4 |
1628 | 2024-08-19T18:00:59.865Z | Checking goblin v0.8.2 |
1629 | 2024-08-19T18:01:00.077Z | Checking idna v0.3.0 |
1630 | 2024-08-19T18:01:00.905Z | Checking anstyle-query v1.0.3 |
1631 | 2024-08-19T18:01:01.046Z | Checking pretty-hex v0.4.1 |
1632 | 2024-08-19T18:01:01.227Z | Checking is_terminal_polyfill v1.70.0 |
1633 | 2024-08-19T18:01:01.348Z | Checking colorchoice v1.0.1 |
1634 | 2024-08-19T18:01:01.491Z | Checking bitflags v1.3.2 |
1635 | 2024-08-19T18:01:01.602Z | Checking psl-types v2.0.11 |
1636 | 2024-08-19T18:01:01.645Z | Checking anstream v0.6.14 |
1637 | 2024-08-19T18:01:01.790Z | Checking publicsuffix v2.2.3 |
1638 | 2024-08-19T18:01:02.006Z | Checking cookie v0.17.0 |
1639 | 2024-08-19T18:01:02.040Z | Checking rustls-pemfile v1.0.4 |
1640 | 2024-08-19T18:01:02.064Z | Checking backtrace v0.3.71 |
1641 | 2024-08-19T18:01:02.126Z | Checking dtrace-parser v0.2.0 |
1642 | 2024-08-19T18:01:02.225Z | Checking terminal_size v0.3.0 |
1643 | 2024-08-19T18:01:02.394Z | Checking thread-id v4.2.1 |
1644 | 2024-08-19T18:01:02.418Z | Checking strsim v0.11.1 |
1645 | 2024-08-19T18:01:02.499Z | Checking tokio-rustls v0.24.1 |
1646 | 2024-08-19T18:01:02.523Z | Checking clap_lex v0.7.0 |
1647 | 2024-08-19T18:01:02.599Z | Checking cookie_store v0.20.0 |
1648 | 2024-08-19T18:01:02.626Z | Checking anyhow v1.0.86 |
1649 | 2024-08-19T18:01:02.707Z | Checking openapiv3 v2.0.0 |
1650 | 2024-08-19T18:01:02.755Z | Checking clap_builder v4.5.15 |
1651 | 2024-08-19T18:01:02.841Z | Checking signature v2.2.0 |
1652 | 2024-08-19T18:01:03.017Z | Checking sha1 v0.10.6 |
1653 | 2024-08-19T18:01:03.046Z | Checking memmap v0.7.0 |
1654 | 2024-08-19T18:01:03.216Z | Checking sync_wrapper v0.1.2 |
1655 | 2024-08-19T18:01:03.252Z | Checking base64 v0.22.1 |
1656 | 2024-08-19T18:01:03.284Z | Checking webpki-roots v0.25.4 |
1657 | 2024-08-19T18:01:03.341Z | Checking num-integer v0.1.46 |
1658 | 2024-08-19T18:01:03.451Z | Checking base16ct v0.2.0 |
1659 | 2024-08-19T18:01:03.663Z | Checking sec1 v0.7.3 |
1660 | 2024-08-19T18:01:03.733Z | Checking ff v0.13.0 |
1661 | 2024-08-19T18:01:03.846Z | Checking stable_deref_trait v1.2.0 |
1662 | 2024-08-19T18:01:03.944Z | Checking group v0.13.0 |
1663 | 2024-08-19T18:01:03.968Z | Checking num-iter v0.1.45 |
1664 | 2024-08-19T18:01:04.056Z | Checking hkdf v0.12.4 |
1665 | 2024-08-19T18:01:04.141Z | Checking crypto-bigint v0.5.5 |
1666 | 2024-08-19T18:01:04.170Z | Checking native-tls v0.2.11 |
1667 | 2024-08-19T18:01:04.195Z | Checking crc32fast v1.4.0 |
1668 | 2024-08-19T18:01:04.268Z | Checking winnow v0.6.18 |
1669 | 2024-08-19T18:01:04.422Z | Checking crossbeam-epoch v0.9.18 |
1670 | 2024-08-19T18:01:04.472Z | Checking tokio-native-tls v0.3.1 |
1671 | 2024-08-19T18:01:04.711Z | Checking hex v0.4.3 |
1672 | 2024-08-19T18:01:04.760Z | Checking dof v0.3.0 |
1673 | 2024-08-19T18:01:04.851Z | Checking winnow v0.5.40 |
1674 | 2024-08-19T18:01:04.983Z | Checking hyper v0.14.30 |
1675 | 2024-08-19T18:01:05.250Z | Checking managed v0.8.0 |
1676 | 2024-08-19T18:01:05.364Z | Checking usdt-impl v0.5.0 |
1677 | 2024-08-19T18:01:05.645Z | Checking unicode-segmentation v1.11.0 |
1678 | 2024-08-19T18:01:05.711Z | Checking clap v4.5.16 |
1679 | 2024-08-19T18:01:05.840Z | Checking static_assertions v1.1.0 |
1680 | 2024-08-19T18:01:05.899Z | Checking usdt v0.5.0 |
1681 | 2024-08-19T18:01:05.942Z | Checking num-bigint-dig v0.8.4 |
1682 | 2024-08-19T18:01:06.167Z | Checking pkcs1 v0.7.5 |
1683 | 2024-08-19T18:01:06.191Z | Checking signal-hook v0.3.17 |
1684 | 2024-08-19T18:01:06.293Z | Checking zerocopy v0.6.6 |
1685 | 2024-08-19T18:01:06.527Z | Checking flate2 v1.0.31 |
1686 | 2024-08-19T18:01:06.573Z | Checking bstr v1.9.1 |
1687 | 2024-08-19T18:01:06.864Z | Checking elliptic-curve v0.13.8 |
1688 | 2024-08-19T18:01:07.076Z | Checking mio v0.8.11 |
1689 | 2024-08-19T18:01:07.166Z | Checking toml_edit v0.22.20 |
1690 | 2024-08-19T18:01:07.169Z | Checking siphasher v0.3.11 |
1691 | 2024-08-19T18:01:07.448Z | Checking itertools v0.10.5 |
1692 | 2024-08-19T18:01:07.478Z | Checking bit-vec v0.6.3 |
1693 | 2024-08-19T18:01:07.537Z | Checking itertools v0.12.1 |
1694 | 2024-08-19T18:01:07.697Z | Checking signal-hook-mio v0.2.4 |
1695 | 2024-08-19T18:01:07.798Z | Checking bit-set v0.5.3 |
1696 | 2024-08-19T18:01:07.821Z | Checking toml_edit v0.19.15 |
1697 | 2024-08-19T18:01:07.852Z | Checking idna v0.4.0 |
1698 | 2024-08-19T18:01:08.042Z | Checking rsa v0.9.6 |
1699 | 2024-08-19T18:01:08.068Z | Checking hash32 v0.2.1 |
1700 | 2024-08-19T18:01:08.386Z | Checking finl_unicode v1.2.0 |
1701 | 2024-08-19T18:01:08.713Z | Checking predicates-core v1.0.6 |
1702 | 2024-08-19T18:01:08.891Z | Checking hickory-proto v0.24.1 |
1703 | 2024-08-19T18:01:08.953Z | Checking stringprep v0.1.4 |
1704 | 2024-08-19T18:01:09.093Z | Checking heapless v0.7.17 |
1705 | 2024-08-19T18:01:09.228Z | Checking console v0.15.8 |
1706 | 2024-08-19T18:01:09.680Z | Checking md-5 v0.10.6 |
1707 | 2024-08-19T18:01:09.779Z | Checking float-cmp v0.9.0 |
1708 | 2024-08-19T18:01:09.818Z | Checking fixedbitset v0.4.2 |
1709 | 2024-08-19T18:01:09.884Z | Checking difflib v0.4.0 |
1710 | 2024-08-19T18:01:09.959Z | Checking fallible-iterator v0.2.0 |
1711 | 2024-08-19T18:01:10.050Z | Checking normalize-line-endings v0.3.0 |
1712 | 2024-08-19T18:01:10.082Z | Checking petgraph v0.6.5 |
1713 | 2024-08-19T18:01:10.114Z | Checking smoltcp v0.9.1 |
1714 | 2024-08-19T18:01:10.183Z | Checking phf_shared v0.11.2 |
1715 | 2024-08-19T18:01:10.224Z | Checking predicates v3.1.2 |
1716 | 2024-08-19T18:01:10.252Z | Checking toml v0.7.8 |
1717 | 2024-08-19T18:01:10.478Z | Checking phf_shared v0.10.0 |
1718 | 2024-08-19T18:01:10.551Z | Checking postgres-protocol v0.6.7 |
1719 | 2024-08-19T18:01:10.765Z | Checking similar v2.6.0 |
1720 | 2024-08-19T18:01:10.882Z | Checking fs-err v2.11.0 |
1721 | 2024-08-19T18:01:10.941Z | Checking hyper-rustls v0.24.2 |
1722 | 2024-08-19T18:01:10.966Z | Checking hyper-tls v0.5.0 |
1723 | 2024-08-19T18:01:11.198Z | Checking tokio-stream v0.1.15 |
1724 | 2024-08-19T18:01:11.232Z | Checking nix v0.28.0 |
1725 | 2024-08-19T18:01:11.255Z | Checking reqwest v0.11.27 |
1726 | 2024-08-19T18:01:11.424Z | Checking hubpack v0.1.2 |
1727 | 2024-08-19T18:01:11.535Z | Checking precomputed-hash v0.1.1 |
1728 | 2024-08-19T18:01:11.606Z | Checking new_debug_unreachable v1.0.6 |
1729 | 2024-08-19T18:01:11.649Z | Checking minimal-lexical v0.2.1 |
1730 | 2024-08-19T18:01:11.699Z | Checking lalrpop-util v0.19.12 |
1731 | 2024-08-19T18:01:11.722Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1732 | 2024-08-19T18:01:11.957Z | Checking string_cache v0.8.7 |
1733 | 2024-08-19T18:01:11.982Z | Checking postgres-types v0.2.7 |
1734 | 2024-08-19T18:01:12.024Z | Checking nom v7.1.3 |
1735 | 2024-08-19T18:01:12.233Z | Checking phf v0.11.2 |
1736 | 2024-08-19T18:01:12.502Z | Checking peg-runtime v0.8.3 |
1737 | 2024-08-19T18:01:12.710Z | Checking whoami v1.5.1 |
1738 | 2024-08-19T18:01:12.856Z | Compiling regress v0.9.1 |
1739 | 2024-08-19T18:01:12.940Z | Compiling getopts v0.2.21 |
1740 | 2024-08-19T18:01:13.016Z | Checking tokio-postgres v0.7.11 |
1741 | 2024-08-19T18:01:13.374Z | Compiling unsafe-libyaml v0.2.11 |
1742 | 2024-08-19T18:01:13.516Z | Checking camino v1.1.9 |
1743 | 2024-08-19T18:01:13.779Z | Checking heck v0.5.0 |
1744 | 2024-08-19T18:01:13.975Z | Checking is-terminal v0.4.12 |
1745 | 2024-08-19T18:01:14.107Z | Compiling ident_case v1.0.1 |
1746 | 2024-08-19T18:01:14.110Z | Compiling paste v1.0.15 |
1747 | 2024-08-19T18:01:14.280Z | Compiling darling_core v0.20.9 |
1748 | 2024-08-19T18:01:14.656Z | Compiling serde_yaml v0.9.34+deprecated |
1749 | 2024-08-19T18:01:14.996Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1750 | 2024-08-19T18:01:15.652Z | Compiling rustls v0.22.4 |
1751 | 2024-08-19T18:01:15.877Z | Checking http v1.1.0 |
1752 | 2024-08-19T18:01:15.966Z | Checking dirs-sys-next v0.1.2 |
1753 | 2024-08-19T18:01:16.154Z | Checking dirs-next v2.0.0 |
1754 | 2024-08-19T18:01:16.298Z | Checking crossbeam-channel v0.5.12 |
1755 | 2024-08-19T18:01:16.491Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1756 | 2024-08-19T18:01:16.632Z | Checking thread_local v1.1.8 |
1757 | 2024-08-19T18:01:16.916Z | Compiling multer v3.1.0 |
1758 | 2024-08-19T18:01:17.005Z | Checking term v0.7.0 |
1759 | 2024-08-19T18:01:17.223Z | Checking strum v0.26.3 |
1760 | 2024-08-19T18:01:17.319Z | Compiling async-stream-impl v0.3.5 |
1761 | 2024-08-19T18:01:17.403Z | Checking take_mut v0.2.2 |
1762 | 2024-08-19T18:01:17.425Z | Checking slog-term v2.9.1 |
1763 | 2024-08-19T18:01:17.550Z | Checking slog-async v2.8.0 |
1764 | 2024-08-19T18:01:17.852Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1765 | 2024-08-19T18:01:17.920Z | Checking rustls-pki-types v1.7.0 |
1766 | 2024-08-19T18:01:17.940Z | Checking match_cfg v0.1.0 |
1767 | 2024-08-19T18:01:18.030Z | Checking hostname v0.3.1 |
1768 | 2024-08-19T18:01:18.185Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1769 | 2024-08-19T18:01:18.235Z | Checking toml v0.8.19 |
1770 | 2024-08-19T18:01:18.347Z | Checking rustls-webpki v0.102.4 |
1771 | 2024-08-19T18:01:18.739Z | Checking rustls-pemfile v2.1.3 |
1772 | 2024-08-19T18:01:18.769Z | Checking debug-ignore v1.0.5 |
1773 | 2024-08-19T18:01:18.916Z | Checking slog-json v2.6.1 |
1774 | 2024-08-19T18:01:18.985Z | Checking atomic-waker v1.1.2 |
1775 | 2024-08-19T18:01:19.010Z | Checking async-stream v0.3.5 |
1776 | 2024-08-19T18:01:19.127Z | Checking waitgroup v0.1.2 |
1777 | 2024-08-19T18:01:19.174Z | Checking slog-bunyan v2.5.0 |
1778 | 2024-08-19T18:01:19.256Z | Checking ipnetwork v0.20.0 |
1779 | 2024-08-19T18:01:19.339Z | Checking serde_path_to_error v0.1.16 |
1780 | 2024-08-19T18:01:19.605Z | Checking hostname v0.4.0 |
1781 | 2024-08-19T18:01:19.630Z | Checking instant v0.1.12 |
1782 | 2024-08-19T18:01:19.742Z | Compiling structmeta-derive v0.3.0 |
1783 | 2024-08-19T18:01:19.766Z | Checking fastrand v2.1.0 |
1784 | 2024-08-19T18:01:19.790Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1785 | 2024-08-19T18:01:19.948Z | Checking newtype-uuid v1.1.0 |
1786 | 2024-08-19T18:01:20.086Z | Checking tempfile v3.10.1 |
1787 | 2024-08-19T18:01:20.190Z | Checking quick-error v1.2.3 |
1788 | 2024-08-19T18:01:20.338Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1789 | 2024-08-19T18:01:20.448Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1790 | 2024-08-19T18:01:20.551Z | Checking macaddr v1.0.1 |
1791 | 2024-08-19T18:01:20.759Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1792 | 2024-08-19T18:01:20.872Z | Checking backoff v0.4.0 |
1793 | 2024-08-19T18:01:20.902Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1794 | 2024-08-19T18:01:21.132Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1795 | 2024-08-19T18:01:21.173Z | Checking wait-timeout v0.2.0 |
1796 | 2024-08-19T18:01:21.176Z | Compiling darling_macro v0.20.9 |
1797 | 2024-08-19T18:01:21.241Z | Checking rand_xorshift v0.3.0 |
1798 | 2024-08-19T18:01:21.289Z | Compiling structmeta-derive v0.2.0 |
1799 | 2024-08-19T18:01:21.353Z | Checking rusty-fork v0.3.0 |
1800 | 2024-08-19T18:01:21.422Z | Checking unarray v0.1.4 |
1801 | 2024-08-19T18:01:21.579Z | Compiling proc-macro-error v1.0.4 |
1802 | 2024-08-19T18:01:21.648Z | Checking proptest v1.5.0 |
1803 | 2024-08-19T18:01:22.160Z | Compiling darling v0.20.9 |
1804 | 2024-08-19T18:01:22.266Z | Checking camino-tempfile v1.1.1 |
1805 | 2024-08-19T18:01:22.288Z | Compiling serde_with_macros v3.9.0 |
1806 | 2024-08-19T18:01:22.538Z | Compiling proc-macro-crate v1.3.1 |
1807 | 2024-08-19T18:01:22.651Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1808 | 2024-08-19T18:01:22.674Z | Compiling structmeta v0.3.0 |
1809 | 2024-08-19T18:01:22.770Z | Checking tokio-rustls v0.25.0 |
1810 | 2024-08-19T18:01:23.046Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1811 | 2024-08-19T18:01:23.108Z | Compiling parse-display-derive v0.10.0 |
1812 | 2024-08-19T18:01:23.373Z | Compiling foreign-types-macros v0.2.3 |
1813 | 2024-08-19T18:01:23.603Z | Compiling num_enum_derive v0.5.11 |
1814 | 2024-08-19T18:01:24.198Z | Compiling structmeta v0.2.0 |
1815 | 2024-08-19T18:01:24.608Z | Compiling test-strategy v0.3.1 |
1816 | 2024-08-19T18:01:24.766Z | Checking foreign-types-shared v0.3.1 |
1817 | 2024-08-19T18:01:24.883Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1818 | 2024-08-19T18:01:25.215Z | Checking foreign-types v0.5.0 |
1819 | 2024-08-19T18:01:25.318Z | Checking serde_with v3.9.0 |
1820 | 2024-08-19T18:01:25.670Z | Checking cstr-argument v0.1.2 |
1821 | 2024-08-19T18:01:25.855Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1822 | 2024-08-19T18:01:26.185Z | Checking num_enum v0.5.11 |
1823 | 2024-08-19T18:01:26.326Z | Checking pretty-hex v0.2.1 |
1824 | 2024-08-19T18:01:26.349Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1825 | 2024-08-19T18:01:26.494Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1826 | 2024-08-19T18:01:26.677Z | Checking tabwriter v1.4.0 |
1827 | 2024-08-19T18:01:26.746Z | Checking colored v2.1.0 |
1828 | 2024-08-19T18:01:26.848Z | Checking smf v0.2.3 |
1829 | 2024-08-19T18:01:26.909Z | Compiling heapless v0.8.0 |
1830 | 2024-08-19T18:01:26.937Z | Checking termtree v0.4.1 |
1831 | 2024-08-19T18:01:27.049Z | Checking hash32 v0.3.1 |
1832 | 2024-08-19T18:01:27.139Z | Checking predicates-tree v1.0.9 |
1833 | 2024-08-19T18:01:27.237Z | Compiling smoltcp v0.11.0 |
1834 | 2024-08-19T18:01:27.292Z | Compiling crucible-workspace-hack v0.1.0 |
1835 | 2024-08-19T18:01:27.314Z | Checking embedded-io v0.4.0 |
1836 | 2024-08-19T18:01:27.526Z | Checking cobs v0.2.3 |
1837 | 2024-08-19T18:01:27.696Z | Checking postcard v1.0.8 |
1838 | 2024-08-19T18:01:27.718Z | Checking sigpipe v0.1.3 |
1839 | 2024-08-19T18:01:27.764Z | Checking parse-display v0.10.0 |
1840 | 2024-08-19T18:01:27.823Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1841 | 2024-08-19T18:01:27.987Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1842 | 2024-08-19T18:01:28.040Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1843 | 2024-08-19T18:01:28.147Z | Compiling mockall_derive v0.13.0 |
1844 | 2024-08-19T18:01:28.197Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1845 | 2024-08-19T18:01:28.641Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1846 | 2024-08-19T18:01:28.647Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1847 | 2024-08-19T18:01:28.647Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1848 | 2024-08-19T18:01:28.692Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1849 | 2024-08-19T18:01:28.756Z | Compiling num-derive v0.4.2 |
1850 | 2024-08-19T18:01:28.937Z | Checking fragile v2.0.0 |
1851 | 2024-08-19T18:01:29.061Z | Checking downcast v0.11.0 |
1852 | 2024-08-19T18:01:29.204Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1853 | 2024-08-19T18:01:29.280Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1854 | 2024-08-19T18:01:29.539Z | Checking humantime v2.1.0 |
1855 | 2024-08-19T18:01:29.566Z | Checking arc-swap v1.7.1 |
1856 | 2024-08-19T18:01:29.831Z | Checking utf-8 v0.7.6 |
1857 | 2024-08-19T18:01:30.014Z | Checking slog-scope v4.4.0 |
1858 | 2024-08-19T18:01:30.037Z | Checking xattr v1.3.1 |
1859 | 2024-08-19T18:01:30.061Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1860 | 2024-08-19T18:01:30.200Z | Checking slog-stdlog v4.1.1 |
1861 | 2024-08-19T18:01:30.236Z | Checking filetime v0.2.24 |
1862 | 2024-08-19T18:01:30.342Z | Checking termcolor v1.4.1 |
1863 | 2024-08-19T18:01:30.364Z | Checking slog-envlogger v2.2.0 |
1864 | 2024-08-19T18:01:30.450Z | Checking tar v0.4.41 |
1865 | 2024-08-19T18:01:30.588Z | Checking same-file v1.0.6 |
1866 | 2024-08-19T18:01:30.761Z | Checking walkdir v2.5.0 |
1867 | 2024-08-19T18:01:30.784Z | Checking newline-converter v0.3.0 |
1868 | 2024-08-19T18:01:30.803Z | Checking tungstenite v0.21.0 |
1869 | 2024-08-19T18:01:30.933Z | Checking expectorate v1.1.0 |
1870 | 2024-08-19T18:01:31.031Z | Checking atty v0.2.14 |
1871 | 2024-08-19T18:01:31.103Z | Compiling derive-where v1.2.7 |
1872 | 2024-08-19T18:01:31.125Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1873 | 2024-08-19T18:01:31.157Z | Checking pem v3.0.4 |
1874 | 2024-08-19T18:01:31.190Z | Checking password-hash v0.5.0 |
1875 | 2024-08-19T18:01:31.397Z | Checking blake2 v0.10.6 |
1876 | 2024-08-19T18:01:31.557Z | Checking tungstenite v0.20.1 |
1877 | 2024-08-19T18:01:31.654Z | Checking env_logger v0.9.3 |
1878 | 2024-08-19T18:01:31.675Z | Checking tokio-tungstenite v0.21.0 |
1879 | 2024-08-19T18:01:31.697Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1880 | 2024-08-19T18:01:31.836Z | Checking argon2 v0.5.3 |
1881 | 2024-08-19T18:01:32.082Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1882 | 2024-08-19T18:01:32.154Z | Checking num-rational v0.4.2 |
1883 | 2024-08-19T18:01:32.429Z | Checking num-complex v0.4.6 |
1884 | 2024-08-19T18:01:32.458Z | Checking tokio-tungstenite v0.20.1 |
1885 | 2024-08-19T18:01:32.520Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1886 | 2024-08-19T18:01:32.842Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1887 | 2024-08-19T18:01:32.877Z | Compiling bitstruct_derive v0.1.0 |
1888 | 2024-08-19T18:01:32.908Z | Checking ascii v1.1.0 |
1889 | 2024-08-19T18:01:32.977Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1890 | 2024-08-19T18:01:33.119Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1891 | 2024-08-19T18:01:33.145Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1892 | 2024-08-19T18:01:33.302Z | Checking num v0.4.3 |
1893 | 2024-08-19T18:01:33.325Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1894 | 2024-08-19T18:01:33.379Z | Checking atomicwrites v0.4.3 |
1895 | 2024-08-19T18:01:33.427Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1896 | 2024-08-19T18:01:33.596Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1897 | 2024-08-19T18:01:33.758Z | Checking erased-serde v0.3.31 |
1898 | 2024-08-19T18:01:33.867Z | Checking serde_arrays v0.1.0 |
1899 | 2024-08-19T18:01:34.014Z | Checking float-ord v0.3.2 |
1900 | 2024-08-19T18:01:34.160Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1901 | 2024-08-19T18:01:34.224Z | Compiling heck v0.3.3 |
1902 | 2024-08-19T18:01:34.296Z | Checking bitstruct v0.1.1 |
1903 | 2024-08-19T18:01:34.402Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1904 | 2024-08-19T18:01:34.430Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1905 | 2024-08-19T18:01:34.499Z | Compiling convert_case v0.4.0 |
1906 | 2024-08-19T18:01:34.653Z | Checking yasna v0.5.2 |
1907 | 2024-08-19T18:01:34.676Z | Compiling zone_cfg_derive v0.1.2 |
1908 | 2024-08-19T18:01:34.727Z | Checking headers-core v0.2.0 |
1909 | 2024-08-19T18:01:34.805Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1910 | 2024-08-19T18:01:34.833Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1911 | 2024-08-19T18:01:34.872Z | Checking base64 v0.13.1 |
1912 | 2024-08-19T18:01:35.130Z | Checking headers v0.3.9 |
1913 | 2024-08-19T18:01:35.274Z | Checking ron v0.7.1 |
1914 | 2024-08-19T18:01:35.465Z | Compiling derive_more v0.99.18 |
1915 | 2024-08-19T18:01:35.526Z | Checking rcgen v0.12.1 |
1916 | 2024-08-19T18:01:36.186Z | Checking portpicker v0.1.1 |
1917 | 2024-08-19T18:01:36.188Z | Checking zone v0.1.8 |
1918 | 2024-08-19T18:01:36.581Z | Checking mockall v0.13.0 |
1919 | 2024-08-19T18:01:36.811Z | Checking subprocess v0.2.9 |
1920 | 2024-08-19T18:01:36.833Z | Checking half v2.4.1 |
1921 | 2024-08-19T18:01:36.877Z | Checking ciborium-io v0.2.2 |
1922 | 2024-08-19T18:01:37.006Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1923 | 2024-08-19T18:01:37.325Z | Checking ciborium-ll v0.2.2 |
1924 | 2024-08-19T18:01:37.368Z | Compiling rayon-core v1.12.1 |
1925 | 2024-08-19T18:01:37.626Z | Checking ciborium v0.2.2 |
1926 | 2024-08-19T18:01:37.706Z | Checking swrite v0.1.0 |
1927 | 2024-08-19T18:01:37.825Z | Compiling prettyplease v0.2.20 |
1928 | 2024-08-19T18:01:37.860Z | Checking highway v1.2.0 |
1929 | 2024-08-19T18:01:37.990Z | Compiling home v0.5.9 |
1930 | 2024-08-19T18:01:38.129Z | Compiling semver v0.1.20 |
1931 | 2024-08-19T18:01:38.248Z | Checking linked-hash-map v0.5.6 |
1932 | 2024-08-19T18:01:38.273Z | Compiling cookie v0.18.1 |
1933 | 2024-08-19T18:01:38.482Z | Compiling rustc_version v0.1.7 |
1934 | 2024-08-19T18:01:38.551Z | Compiling slog-dtrace v0.3.0 |
1935 | 2024-08-19T18:01:38.605Z | Checking lru-cache v0.1.2 |
1936 | 2024-08-19T18:01:38.761Z | Compiling ring v0.16.20 |
1937 | 2024-08-19T18:01:38.782Z | Compiling blake3 v1.5.1 |
1938 | 2024-08-19T18:01:38.825Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1939 | 2024-08-19T18:01:38.985Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1940 | 2024-08-19T18:01:39.006Z | Compiling newtype_derive v0.1.6 |
1941 | 2024-08-19T18:01:39.159Z | Compiling cancel-safe-futures v0.1.5 |
1942 | 2024-08-19T18:01:39.500Z | Checking steno v0.4.1 |
1943 | 2024-08-19T18:01:40.197Z | Checking itertools v0.13.0 |
1944 | 2024-08-19T18:01:41.669Z | Checking resolv-conf v0.7.0 |
1945 | 2024-08-19T18:01:42.007Z | Checking hickory-resolver v0.24.1 |
1946 | 2024-08-19T18:01:42.481Z | Checking libsw v3.3.1 |
1947 | 2024-08-19T18:01:42.810Z | Checking linear-map v1.2.0 |
1948 | 2024-08-19T18:01:42.860Z | Checking owo-colors v4.0.0 |
1949 | 2024-08-19T18:01:43.624Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1950 | 2024-08-19T18:01:43.934Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1951 | 2024-08-19T18:01:44.422Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1952 | 2024-08-19T18:01:44.505Z | Compiling crossbeam-deque v0.8.5 |
1953 | 2024-08-19T18:01:44.662Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1954 | 2024-08-19T18:01:47.027Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1955 | 2024-08-19T18:01:48.114Z | Compiling rayon v1.10.0 |
1956 | 2024-08-19T18:01:48.188Z | Compiling memmap2 v0.9.4 |
1957 | 2024-08-19T18:01:48.685Z | Compiling untrusted v0.7.1 |
1958 | 2024-08-19T18:01:48.735Z | Compiling spin v0.5.2 |
1959 | 2024-08-19T18:01:48.877Z | Compiling constant_time_eq v0.3.0 |
1960 | 2024-08-19T18:01:48.982Z | Compiling arrayref v0.3.7 |
1961 | 2024-08-19T18:01:49.068Z | Compiling arrayvec v0.7.4 |
1962 | 2024-08-19T18:01:49.488Z | Compiling toolchain_find v0.4.0 |
1963 | 2024-08-19T18:01:49.629Z | Compiling topological-sort v0.2.2 |
1964 | 2024-08-19T18:01:49.855Z | Compiling rustfmt-wrapper v0.2.1 |
1965 | 2024-08-19T18:01:50.151Z | Checking display-error-chain v0.2.0 |
1966 | 2024-08-19T18:01:50.302Z | Checking nibble_vec v0.1.0 |
1967 | 2024-08-19T18:01:50.441Z | Checking endian-type v0.1.2 |
1968 | 2024-08-19T18:01:50.497Z | Checking fxhash v0.2.1 |
1969 | 2024-08-19T18:01:50.646Z | Checking radix_trie v0.2.1 |
1970 | 2024-08-19T18:01:50.676Z | Checking keccak v0.1.5 |
1971 | 2024-08-19T18:01:50.708Z | Checking secrecy v0.8.0 |
1972 | 2024-08-19T18:01:50.927Z | Checking universal-hash v0.5.1 |
1973 | 2024-08-19T18:01:50.989Z | Checking sha3 v0.10.8 |
1974 | 2024-08-19T18:01:51.053Z | Checking opaque-debug v0.3.1 |
1975 | 2024-08-19T18:01:51.128Z | Compiling curve25519-dalek v4.1.3 |
1976 | 2024-08-19T18:01:51.152Z | Checking maplit v1.0.2 |
1977 | 2024-08-19T18:01:51.264Z | Compiling radium v0.7.0 |
1978 | 2024-08-19T18:01:51.378Z | Checking aead v0.5.2 |
1979 | 2024-08-19T18:01:51.591Z | Compiling curve25519-dalek-derive v0.1.1 |
1980 | 2024-08-19T18:01:51.791Z | Checking tap v1.0.1 |
1981 | 2024-08-19T18:01:51.874Z | Compiling maybe-uninit v2.0.0 |
1982 | 2024-08-19T18:01:51.957Z | Checking wyz v0.5.1 |
1983 | 2024-08-19T18:01:52.650Z | Checking poly1305 v0.8.0 |
1984 | 2024-08-19T18:01:52.720Z | Checking chacha20 v0.9.1 |
1985 | 2024-08-19T18:01:52.798Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1986 | 2024-08-19T18:01:53.065Z | Compiling omicron-zone-package v0.11.0 |
1987 | 2024-08-19T18:01:53.137Z | Checking funty v2.0.0 |
1988 | 2024-08-19T18:01:53.306Z | Checking crc-catalog v2.4.0 |
1989 | 2024-08-19T18:01:53.352Z | Compiling packed_struct v0.10.1 |
1990 | 2024-08-19T18:01:53.497Z | Checking crc v3.2.1 |
1991 | 2024-08-19T18:01:54.004Z | Checking gethostname v0.5.0 |
1992 | 2024-08-19T18:01:54.025Z | Compiling packed_struct_codegen v0.10.1 |
1993 | 2024-08-19T18:01:54.082Z | Checking bitvec v1.0.1 |
1994 | 2024-08-19T18:01:54.124Z | Compiling indexmap v1.9.3 |
1995 | 2024-08-19T18:01:54.431Z | Checking nodrop v0.1.14 |
1996 | 2024-08-19T18:01:54.555Z | Compiling libefi-sys v0.1.0 |
1997 | 2024-08-19T18:01:54.880Z | Checking array-init v0.0.4 |
1998 | 2024-08-19T18:01:54.974Z | Checking smallvec v0.6.14 |
1999 | 2024-08-19T18:01:55.353Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2000 | 2024-08-19T18:01:55.378Z | Compiling bitfield-struct v0.6.1 |
2001 | 2024-08-19T18:01:55.775Z | Checking bitfield v0.14.0 |
2002 | 2024-08-19T18:01:55.903Z | Checking hashbrown v0.12.3 |
2003 | 2024-08-19T18:01:56.062Z | Checking serde-hex v0.1.0 |
2004 | 2024-08-19T18:01:56.823Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2005 | 2024-08-19T18:01:56.826Z | Checking bzip2 v0.4.4 |
2006 | 2024-08-19T18:01:57.167Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2007 | 2024-08-19T18:01:57.396Z | Checking env_logger v0.10.2 |
2008 | 2024-08-19T18:01:57.423Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2009 | 2024-08-19T18:01:57.537Z | Checking x509-cert v0.2.5 |
2010 | 2024-08-19T18:01:57.605Z | Checking ron v0.8.1 |
2011 | 2024-08-19T18:01:57.710Z | Checking hashbrown v0.13.2 |
2012 | 2024-08-19T18:01:57.835Z | Compiling thiserror-impl-no-std v2.0.2 |
2013 | 2024-08-19T18:01:58.761Z | Compiling async-recursion v1.1.1 |
2014 | 2024-08-19T18:01:58.939Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2015 | 2024-08-19T18:01:59.057Z | Checking crc-any v2.5.0 |
2016 | 2024-08-19T18:01:59.135Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2017 | 2024-08-19T18:01:59.202Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2018 | 2024-08-19T18:01:59.441Z | Checking object v0.30.4 |
2019 | 2024-08-19T18:02:00.616Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2020 | 2024-08-19T18:02:00.619Z | Checking zip v0.6.6 |
2021 | 2024-08-19T18:02:00.619Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2022 | 2024-08-19T18:02:00.619Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2023 | 2024-08-19T18:02:00.619Z | Compiling parking_lot_core v0.8.6 |
2024 | 2024-08-19T18:02:00.619Z | Checking path-slash v0.1.5 |
2025 | 2024-08-19T18:02:00.619Z | Checking chacha20poly1305 v0.10.1 |
2026 | 2024-08-19T18:02:00.619Z | Checking glob v0.3.1 |
2027 | 2024-08-19T18:02:00.619Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2028 | 2024-08-19T18:02:00.619Z | Checking hickory-client v0.24.1 |
2029 | 2024-08-19T18:02:00.850Z | Checking hickory-server v0.24.1 |
2030 | 2024-08-19T18:02:00.873Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2031 | 2024-08-19T18:02:00.965Z | Checking parking_lot v0.11.2 |
2032 | 2024-08-19T18:02:01.062Z | Checking thiserror-no-std v2.0.2 |
2033 | 2024-08-19T18:02:01.178Z | Checking vsss-rs v3.3.4 |
2034 | 2024-08-19T18:02:01.221Z | Checking crossterm v0.28.1 |
2035 | 2024-08-19T18:02:01.248Z | Compiling buf-list v1.0.3 |
2036 | 2024-08-19T18:02:01.294Z | Checking sled v0.34.7 |
2037 | 2024-08-19T18:02:01.967Z | Compiling unicase v2.7.0 |
2038 | 2024-08-19T18:02:02.515Z | Checking nanorand v0.7.0 |
2039 | 2024-08-19T18:02:02.879Z | Checking flume v0.11.0 |
2040 | 2024-08-19T18:02:03.390Z | Checking kstat-rs v0.2.4 |
2041 | 2024-08-19T18:02:03.754Z | Compiling vte_generate_state_changes v0.1.1 |
2042 | 2024-08-19T18:02:03.795Z | Checking fd-lock v4.0.2 |
2043 | 2024-08-19T18:02:03.913Z | Compiling mime_guess v2.0.4 |
2044 | 2024-08-19T18:02:04.100Z | Checking crossterm v0.27.0 |
2045 | 2024-08-19T18:02:04.269Z | Checking nu-ansi-term v0.50.0 |
2046 | 2024-08-19T18:02:04.400Z | Checking vte v0.11.1 |
2047 | 2024-08-19T18:02:04.435Z | Compiling dsl_auto_type v0.1.2 |
2048 | 2024-08-19T18:02:04.657Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2049 | 2024-08-19T18:02:04.911Z | Checking scheduled-thread-pool v0.2.7 |
2050 | 2024-08-19T18:02:05.120Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2051 | 2024-08-19T18:02:05.275Z | Compiling diesel_table_macro_syntax v0.2.0 |
2052 | 2024-08-19T18:02:05.349Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2053 | 2024-08-19T18:02:05.381Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2054 | 2024-08-19T18:02:05.690Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2055 | 2024-08-19T18:02:05.716Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2056 | 2024-08-19T18:02:05.946Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2057 | 2024-08-19T18:02:06.052Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2058 | 2024-08-19T18:02:06.976Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2059 | 2024-08-19T18:02:08.151Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2060 | 2024-08-19T18:02:09.639Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2061 | 2024-08-19T18:02:09.706Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2062 | 2024-08-19T18:02:10.039Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2063 | 2024-08-19T18:02:10.310Z | Checking strip-ansi-escapes v0.2.0 |
2064 | 2024-08-19T18:02:10.468Z | Checking reedline v0.33.0 |
2065 | 2024-08-19T18:02:10.614Z | Compiling pin-project-internal v1.1.5 |
2066 | 2024-08-19T18:02:11.730Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2067 | 2024-08-19T18:02:11.948Z | Compiling crunchy v0.2.2 |
2068 | 2024-08-19T18:02:12.466Z | Checking http-range v0.1.5 |
2069 | 2024-08-19T18:02:12.653Z | Checking hyper-staticfile v0.9.5 |
2070 | 2024-08-19T18:02:13.103Z | Compiling diesel_derives v2.2.2 |
2071 | 2024-08-19T18:02:13.252Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2072 | 2024-08-19T18:02:13.656Z | Checking r2d2 v0.8.10 |
2073 | 2024-08-19T18:02:13.736Z | Checking pin-project v1.1.5 |
2074 | 2024-08-19T18:02:13.866Z | Compiling clang-sys v1.7.0 |
2075 | 2024-08-19T18:02:13.963Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2076 | 2024-08-19T18:02:13.984Z | Compiling tiny-keccak v2.0.2 |
2077 | 2024-08-19T18:02:14.426Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2078 | 2024-08-19T18:02:14.596Z | Compiling ref-cast v1.0.23 |
2079 | 2024-08-19T18:02:14.649Z | Checking bytecount v0.6.8 |
2080 | 2024-08-19T18:02:14.798Z | Checking papergrid v0.11.0 |
2081 | 2024-08-19T18:02:15.240Z | Compiling ascii-canvas v3.0.0 |
2082 | 2024-08-19T18:02:15.350Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2083 | 2024-08-19T18:02:15.900Z | Compiling tabled_derive v0.7.0 |
2084 | 2024-08-19T18:02:16.129Z | Compiling ena v0.14.3 |
2085 | 2024-08-19T18:02:16.292Z | Compiling ref-cast-impl v1.0.23 |
2086 | 2024-08-19T18:02:16.547Z | Compiling libloading v0.8.3 |
2087 | 2024-08-19T18:02:16.993Z | Compiling diff v0.1.13 |
2088 | 2024-08-19T18:02:17.228Z | Compiling regex-syntax v0.6.29 |
2089 | 2024-08-19T18:02:17.503Z | Compiling bindgen v0.69.4 |
2090 | 2024-08-19T18:02:18.193Z | Checking tabled v0.15.0 |
2091 | 2024-08-19T18:02:19.096Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2092 | 2024-08-19T18:02:20.985Z | Compiling lalrpop v0.19.12 |
2093 | 2024-08-19T18:02:23.108Z | Compiling which v4.4.2 |
2094 | 2024-08-19T18:02:23.224Z | Checking signal-hook-tokio v0.3.1 |
2095 | 2024-08-19T18:02:23.397Z | Compiling cexpr v0.6.0 |
2096 | 2024-08-19T18:02:23.779Z | Compiling shlex v1.3.0 |
2097 | 2024-08-19T18:02:24.193Z | Compiling lazycell v1.3.0 |
2098 | 2024-08-19T18:02:24.354Z | Compiling rustc-hash v1.1.0 |
2099 | 2024-08-19T18:02:24.519Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2100 | 2024-08-19T18:02:25.194Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2101 | 2024-08-19T18:02:25.557Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2102 | 2024-08-19T18:02:27.927Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2103 | 2024-08-19T18:02:29.899Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2104 | 2024-08-19T18:02:30.379Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2105 | 2024-08-19T18:02:30.606Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2106 | 2024-08-19T18:02:30.726Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2107 | 2024-08-19T18:02:32.078Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2108 | 2024-08-19T18:02:32.321Z | Checking diesel v2.2.2 |
2109 | 2024-08-19T18:02:32.618Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2110 | 2024-08-19T18:02:35.246Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2111 | 2024-08-19T18:02:35.549Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2112 | 2024-08-19T18:02:35.878Z | Compiling derive_builder_core v0.20.0 |
2113 | 2024-08-19T18:02:36.501Z | Compiling libxml v0.3.3 |
2114 | 2024-08-19T18:02:36.811Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2115 | 2024-08-19T18:02:36.882Z | Compiling memoffset v0.9.1 |
2116 | 2024-08-19T18:02:37.452Z | Compiling peg-macros v0.8.4 |
2117 | 2024-08-19T18:02:38.255Z | Compiling strum_macros v0.24.3 |
2118 | 2024-08-19T18:02:38.329Z | Compiling derive_builder_macro v0.20.0 |
2119 | 2024-08-19T18:02:39.258Z | Compiling snafu-derive v0.8.2 |
2120 | 2024-08-19T18:02:41.326Z | Compiling sqlparser_derive v0.2.2 |
2121 | 2024-08-19T18:02:41.409Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2122 | 2024-08-19T18:02:41.532Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2123 | 2024-08-19T18:02:41.815Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2124 | 2024-08-19T18:02:41.910Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2125 | 2024-08-19T18:02:42.109Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2126 | 2024-08-19T18:02:42.313Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2127 | 2024-08-19T18:02:43.722Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2128 | 2024-08-19T18:02:44.077Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2129 | 2024-08-19T18:02:44.221Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2130 | 2024-08-19T18:02:44.808Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2131 | 2024-08-19T18:02:45.652Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2132 | 2024-08-19T18:02:46.956Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2133 | 2024-08-19T18:02:47.606Z | Checking unicode_categories v0.1.1 |
2134 | 2024-08-19T18:02:47.924Z | Compiling indoc v1.0.9 |
2135 | 2024-08-19T18:02:48.322Z | Checking sqlformat v0.2.4 |
2136 | 2024-08-19T18:02:48.937Z | Checking rustyline v14.0.0 |
2137 | 2024-08-19T18:02:50.627Z | Checking snafu v0.8.2 |
2138 | 2024-08-19T18:02:51.106Z | Checking sqlparser v0.45.0 |
2139 | 2024-08-19T18:02:52.210Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2140 | 2024-08-19T18:02:52.870Z | Checking peg v0.8.4 |
2141 | 2024-08-19T18:02:52.985Z | Checking derive_builder v0.20.0 |
2142 | 2024-08-19T18:02:53.788Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2143 | 2024-08-19T18:02:54.303Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2144 | 2024-08-19T18:02:54.607Z | Checking globset v0.4.14 |
2145 | 2024-08-19T18:02:54.876Z | Checking olpc-cjson v0.1.3 |
2146 | 2024-08-19T18:02:55.094Z | Checking serde_plain v1.0.2 |
2147 | 2024-08-19T18:02:55.111Z | Checking bcs v0.1.6 |
2148 | 2024-08-19T18:02:55.336Z | Checking quick-xml v0.31.0 |
2149 | 2024-08-19T18:02:55.566Z | Compiling oso-derive v0.27.3 |
2150 | 2024-08-19T18:02:55.593Z | Compiling impl-trait-for-tuples v0.2.2 |
2151 | 2024-08-19T18:02:59.422Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2152 | 2024-08-19T18:02:59.457Z | Checking typed-path v0.7.1 |
2153 | 2024-08-19T18:02:59.457Z | Checking nix v0.27.1 |
2154 | 2024-08-19T18:02:59.457Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2155 | 2024-08-19T18:02:59.457Z | Checking tough v0.17.1 |
2156 | 2024-08-19T18:03:00.410Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2157 | 2024-08-19T18:03:00.658Z | Checking serde-big-array v0.5.1 |
2158 | 2024-08-19T18:03:00.679Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2159 | 2024-08-19T18:03:00.886Z | Checking parse-size v1.0.0 |
2160 | 2024-08-19T18:03:01.081Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2161 | 2024-08-19T18:03:03.266Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2162 | 2024-08-19T18:03:03.541Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2163 | 2024-08-19T18:03:03.873Z | Checking bb8 v0.8.5 |
2164 | 2024-08-19T18:03:03.895Z | Compiling const_format_proc_macros v0.2.32 |
2165 | 2024-08-19T18:03:04.372Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2166 | 2024-08-19T18:03:05.217Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2167 | 2024-08-19T18:03:05.982Z | Checking const_format v0.2.32 |
2168 | 2024-08-19T18:03:06.148Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2169 | 2024-08-19T18:03:06.500Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2170 | 2024-08-19T18:03:06.815Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2171 | 2024-08-19T18:03:07.561Z | Checking heck v0.4.1 |
2172 | 2024-08-19T18:03:07.701Z | Checking assert_matches v1.5.0 |
2173 | 2024-08-19T18:03:07.791Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2174 | 2024-08-19T18:03:07.794Z | Compiling portable-atomic v1.6.0 |
2175 | 2024-08-19T18:03:08.632Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2176 | 2024-08-19T18:03:08.919Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2177 | 2024-08-19T18:03:09.008Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2178 | 2024-08-19T18:03:09.242Z | Compiling libz-sys v1.1.16 |
2179 | 2024-08-19T18:03:09.872Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2180 | 2024-08-19T18:03:10.390Z | Checking rand_seeder v0.3.0 |
2181 | 2024-08-19T18:03:10.476Z | Checking number_prefix v0.4.0 |
2182 | 2024-08-19T18:03:10.627Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2183 | 2024-08-19T18:03:10.683Z | Checking indicatif v0.17.8 |
2184 | 2024-08-19T18:03:11.473Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2185 | 2024-08-19T18:03:11.889Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2186 | 2024-08-19T18:03:12.346Z | Compiling vergen v8.3.2 |
2187 | 2024-08-19T18:03:12.670Z | Compiling cargo-platform v0.1.8 |
2188 | 2024-08-19T18:03:13.246Z | Checking is_ci v1.2.0 |
2189 | 2024-08-19T18:03:13.268Z | Compiling cargo_metadata v0.18.1 |
2190 | 2024-08-19T18:03:13.321Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2191 | 2024-08-19T18:03:13.386Z | Checking supports-color v3.0.0 |
2192 | 2024-08-19T18:03:13.596Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2193 | 2024-08-19T18:03:14.540Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2194 | 2024-08-19T18:03:14.850Z | Checking castaway v0.2.3 |
2195 | 2024-08-19T18:03:15.003Z | Compiling libsqlite3-sys v0.28.0 |
2196 | 2024-08-19T18:03:15.028Z | Checking compact_str v0.8.0 |
2197 | 2024-08-19T18:03:15.619Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2198 | 2024-08-19T18:03:15.858Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2199 | 2024-08-19T18:03:15.918Z | Checking unicode-truncate v1.0.0 |
2200 | 2024-08-19T18:03:16.142Z | Checking lru v0.12.3 |
2201 | 2024-08-19T18:03:16.162Z | Compiling instability v0.3.2 |
2202 | 2024-08-19T18:03:16.440Z | Checking cassowary v0.3.0 |
2203 | 2024-08-19T18:03:16.874Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2204 | 2024-08-19T18:03:17.109Z | Checking ratatui v0.28.0 |
2205 | 2024-08-19T18:03:17.249Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2206 | 2024-08-19T18:03:17.423Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2207 | 2024-08-19T18:03:18.500Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2208 | 2024-08-19T18:03:18.602Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2209 | 2024-08-19T18:03:18.739Z | Checking hashlink v0.9.1 |
2210 | 2024-08-19T18:03:19.224Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2211 | 2024-08-19T18:03:19.374Z | Checking unicode-linebreak v0.1.5 |
2212 | 2024-08-19T18:03:19.783Z | Checking smawk v0.3.2 |
2213 | 2024-08-19T18:03:19.982Z | Checking fallible-streaming-iterator v0.1.9 |
2214 | 2024-08-19T18:03:20.003Z | Checking fallible-iterator v0.3.0 |
2215 | 2024-08-19T18:03:20.221Z | Checking textwrap v0.16.1 |
2216 | 2024-08-19T18:03:20.573Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2217 | 2024-08-19T18:03:20.598Z | Checking rusqlite v0.31.0 |
2218 | 2024-08-19T18:03:20.886Z | Checking twox-hash v1.6.3 |
2219 | 2024-08-19T18:03:21.163Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2220 | 2024-08-19T18:03:21.353Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2221 | 2024-08-19T18:03:22.192Z | Checking fatfs v0.3.6 |
2222 | 2024-08-19T18:03:23.028Z | Checking csv-core v0.1.11 |
2223 | 2024-08-19T18:03:23.199Z | Checking shell-words v1.1.0 |
2224 | 2024-08-19T18:03:23.377Z | Checking csv v1.3.0 |
2225 | 2024-08-19T18:03:23.397Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2226 | 2024-08-19T18:03:24.539Z | Checking rtoolbox v0.0.2 |
2227 | 2024-08-19T18:03:24.750Z | Checking rpassword v7.3.1 |
2228 | 2024-08-19T18:03:26.584Z | Checking tui-tree-widget v0.22.0 |
2229 | 2024-08-19T18:03:26.923Z | Checking polyval v0.6.2 |
2230 | 2024-08-19T18:03:27.212Z | Checking rfc6979 v0.4.0 |
2231 | 2024-08-19T18:03:27.403Z | Checking plotters-backend v0.3.5 |
2232 | 2024-08-19T18:03:27.776Z | Checking plotters-svg v0.3.5 |
2233 | 2024-08-19T18:03:28.001Z | Checking ecdsa v0.16.9 |
2234 | 2024-08-19T18:03:28.745Z | Checking ghash v0.5.1 |
2235 | 2024-08-19T18:03:28.918Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2236 | 2024-08-19T18:03:30.035Z | Checking primeorder v0.13.6 |
2237 | 2024-08-19T18:03:30.409Z | Checking ctr v0.9.2 |
2238 | 2024-08-19T18:03:30.761Z | Checking cast v0.3.0 |
2239 | 2024-08-19T18:03:31.076Z | Checking yansi v0.5.1 |
2240 | 2024-08-19T18:03:31.214Z | Checking criterion-plot v0.5.0 |
2241 | 2024-08-19T18:03:31.392Z | Checking pretty_assertions v1.4.0 |
2242 | 2024-08-19T18:03:31.608Z | Checking aes-gcm v0.10.3 |
2243 | 2024-08-19T18:03:31.714Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2244 | 2024-08-19T18:03:31.819Z | Checking plotters v0.3.5 |
2245 | 2024-08-19T18:03:33.585Z | Checking ed25519 v2.2.3 |
2246 | 2024-08-19T18:03:33.922Z | Checking ssh-encoding v0.2.0 |
2247 | 2024-08-19T18:03:34.257Z | Checking tinytemplate v1.2.1 |
2248 | 2024-08-19T18:03:34.648Z | Checking blowfish v0.9.1 |
2249 | 2024-08-19T18:03:34.903Z | Checking oorandom v11.1.3 |
2250 | 2024-08-19T18:03:35.082Z | Checking anes v0.1.6 |
2251 | 2024-08-19T18:03:35.424Z | Checking option-ext v0.2.0 |
2252 | 2024-08-19T18:03:35.559Z | Checking dirs-sys v0.4.1 |
2253 | 2024-08-19T18:03:35.754Z | Checking criterion v0.5.1 |
2254 | 2024-08-19T18:03:38.527Z | Checking bcrypt-pbkdf v0.10.0 |
2255 | 2024-08-19T18:03:38.794Z | Checking ssh-cipher v0.2.0 |
2256 | 2024-08-19T18:03:38.879Z | Checking ed25519-dalek v2.1.1 |
2257 | 2024-08-19T18:03:39.096Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2258 | 2024-08-19T18:03:39.243Z | Checking password-hash v0.4.2 |
2259 | 2024-08-19T18:03:39.751Z | Checking hex-literal v0.4.1 |
2260 | 2024-08-19T18:03:39.895Z | Checking matches v0.1.10 |
2261 | 2024-08-19T18:03:39.998Z | Checking idna v0.2.3 |
2262 | 2024-08-19T18:03:40.536Z | Checking pbkdf2 v0.11.0 |
2263 | 2024-08-19T18:03:40.816Z | Checking ssh-key v0.6.6 |
2264 | 2024-08-19T18:03:40.866Z | Checking dirs v5.0.1 |
2265 | 2024-08-19T18:03:41.012Z | Checking p384 v0.13.0 |
2266 | 2024-08-19T18:03:42.049Z | Checking p256 v0.13.2 |
2267 | 2024-08-19T18:03:42.505Z | Checking p521 v0.13.3 |
2268 | 2024-08-19T18:03:42.564Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2269 | 2024-08-19T18:03:43.401Z | Checking russh-cryptovec v0.7.2 |
2270 | 2024-08-19T18:03:43.610Z | Compiling enum-as-inner v0.5.1 |
2271 | 2024-08-19T18:03:43.651Z | Checking md5 v0.7.0 |
2272 | 2024-08-19T18:03:43.836Z | Compiling target-lexicon v0.12.16 |
2273 | 2024-08-19T18:03:43.918Z | Compiling doc-comment v0.3.3 |
2274 | 2024-08-19T18:03:44.616Z | Checking trust-dns-proto v0.22.0 |
2275 | 2024-08-19T18:03:44.701Z | Checking russh-keys v0.44.0 |
2276 | 2024-08-19T18:03:44.884Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2277 | 2024-08-19T18:03:46.033Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2278 | 2024-08-19T18:03:46.605Z | Checking http-body v1.0.0 |
2279 | 2024-08-19T18:03:46.785Z | Checking num-bigint v0.4.5 |
2280 | 2024-08-19T18:03:46.824Z | Checking tower-layer v0.3.2 |
2281 | 2024-08-19T18:03:47.125Z | Compiling guppy-workspace-hack v0.1.0 |
2282 | 2024-08-19T18:03:47.401Z | Compiling assert_cmd v2.0.16 |
2283 | 2024-08-19T18:03:47.844Z | Compiling dhcproto-macros v0.1.0 |
2284 | 2024-08-19T18:03:48.275Z | Checking regex-automata v0.1.10 |
2285 | 2024-08-19T18:03:48.707Z | Checking bstr v0.2.17 |
2286 | 2024-08-19T18:03:48.810Z | Checking dhcproto v0.12.0 |
2287 | 2024-08-19T18:03:49.227Z | Checking russh v0.44.1 |
2288 | 2024-08-19T18:03:49.507Z | Checking tower v0.4.13 |
2289 | 2024-08-19T18:03:50.534Z | Checking hyper v1.3.1 |
2290 | 2024-08-19T18:03:50.895Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2291 | 2024-08-19T18:03:51.469Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2292 | 2024-08-19T18:03:51.499Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2293 | 2024-08-19T18:03:52.125Z | Compiling target-spec v3.2.1 |
2294 | 2024-08-19T18:03:52.407Z | Checking internet-checksum v0.2.1 |
2295 | 2024-08-19T18:03:53.289Z | Checking hyper-util v0.1.3 |
2296 | 2024-08-19T18:03:53.886Z | Checking cfg-expr v0.16.0 |
2297 | 2024-08-19T18:03:54.466Z | Checking httptest v0.15.5 |
2298 | 2024-08-19T18:03:54.691Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2299 | 2024-08-19T18:03:54.841Z | Checking rustls-native-certs v0.7.0 |
2300 | 2024-08-19T18:03:54.999Z | Checking num_cpus v1.16.0 |
2301 | 2024-08-19T18:03:55.226Z | Checking threadpool v1.8.1 |
2302 | 2024-08-19T18:03:55.421Z | Checking hyper-rustls v0.26.0 |
2303 | 2024-08-19T18:03:56.070Z | Checking pathdiff v0.2.1 |
2304 | 2024-08-19T18:03:56.241Z | Compiling toml_edit v0.21.1 |
2305 | 2024-08-19T18:03:56.983Z | Compiling rstest_macros v0.22.0 |
2306 | 2024-08-19T18:03:57.533Z | Checking escape8259 v0.5.2 |
2307 | 2024-08-19T18:03:57.731Z | Checking nested v0.1.1 |
2308 | 2024-08-19T18:03:57.951Z | Checking guppy v0.17.7 |
2309 | 2024-08-19T18:03:59.305Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2310 | 2024-08-19T18:04:00.106Z | Compiling proc-macro-crate v3.1.0 |
2311 | 2024-08-19T18:04:00.136Z | Compiling samael v0.0.15 |
2312 | 2024-08-19T18:04:01.529Z | Checking libtest-mimic v0.7.3 |
2313 | 2024-08-19T18:04:02.107Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2314 | 2024-08-19T18:04:02.248Z | Checking similar-asserts v1.5.0 |
2315 | 2024-08-19T18:04:02.427Z | Checking fancy-regex v0.13.0 |
2316 | 2024-08-19T18:04:02.481Z | Compiling relative-path v1.9.3 |
2317 | 2024-08-19T18:04:03.092Z | Compiling trybuild v1.0.99 |
2318 | 2024-08-19T18:04:03.123Z | Checking datatest-stable v0.2.9 |
2319 | 2024-08-19T18:04:03.431Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2320 | 2024-08-19T18:04:03.682Z | Checking blake2b_simd v1.0.2 |
2321 | 2024-08-19T18:04:04.564Z | Compiling git2 v0.19.0 |
2322 | 2024-08-19T18:04:04.649Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2323 | 2024-08-19T18:04:05.091Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2324 | 2024-08-19T18:04:05.405Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2325 | 2024-08-19T18:04:05.717Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2326 | 2024-08-19T18:04:06.032Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2327 | 2024-08-19T18:04:06.534Z | Checking serde_tokenstream v0.2.2 |
2328 | 2024-08-19T18:04:06.923Z | Checking uzers v0.11.3 |
2329 | 2024-08-19T18:04:07.066Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2330 | 2024-08-19T18:04:07.271Z | Checking indent_write v2.2.0 |
2331 | 2024-08-19T18:04:07.492Z | Checking futures-timer v3.0.3 |
2332 | 2024-08-19T18:04:07.925Z | Checking rust-argon2 v2.1.0 |
2333 | 2024-08-19T18:04:08.575Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2334 | 2024-08-19T18:04:09.751Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2335 | 2024-08-19T18:04:11.090Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2336 | 2024-08-19T18:04:11.416Z | Checking rand_distr v0.4.3 |
2337 | 2024-08-19T18:04:12.236Z | Checking multimap v0.10.0 |
2338 | 2024-08-19T18:04:12.336Z | Checking approx v0.5.1 |
2339 | 2024-08-19T18:04:12.568Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2340 | 2024-08-19T18:04:12.592Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2341 | 2024-08-19T18:04:13.805Z | Checking rstest v0.22.0 |
2342 | 2024-08-19T18:04:14.000Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2343 | 2024-08-19T18:04:14.029Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2344 | 2024-08-19T18:04:14.224Z | Checking partial-io v0.5.4 |
2345 | 2024-08-19T18:04:14.462Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2346 | 2024-08-19T18:04:14.602Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2347 | 2024-08-19T18:04:14.728Z | Checking cargo_toml v0.20.4 |
2348 | 2024-08-19T18:04:14.888Z | Checking termios v0.3.3 |
2349 | 2024-08-19T18:04:15.105Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2350 | 2024-08-19T18:04:16.675Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2351 | 2024-08-19T18:04:32.757Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2352 | 2024-08-19T18:04:40.610Z | Compiling polar-core v0.27.3 |
2353 | 2024-08-19T18:04:41.875Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2354 | 2024-08-19T18:04:51.287Z | Checking oso v0.27.3 |
2355 | 2024-08-19T18:05:03.977Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2356 | 2024-08-19T18:05:04.379Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2357 | 2024-08-19T18:05:05.664Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2358 | 2024-08-19T18:05:36.075Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2359 | 2024-08-19T18:05:36.078Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2360 | 2024-08-19T18:05:36.078Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2361 | 2024-08-19T18:06:58.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 15s |
2362 | 2024-08-19T18:06:59.304Z | |
2363 | 2024-08-19T18:06:59.331Z | real 6:19.850308577 |
2364 | 2024-08-19T18:06:59.331Z | user 34:26.797760427 |
2365 | 2024-08-19T18:06:59.331Z | sys 6:04.643946498 |
2366 | 2024-08-19T18:06:59.331Z | trap 0.893772026 |
2367 | 2024-08-19T18:06:59.331Z | tflt 1.986021031 |
2368 | 2024-08-19T18:06:59.331Z | dflt 0.995562917 |
2369 | 2024-08-19T18:06:59.331Z | kflt 0.003004703 |
2370 | 2024-08-19T18:06:59.331Z | lock 53:13.415746766 |
2371 | 2024-08-19T18:06:59.331Z | slp 2:02:25.647510319 |
2372 | 2024-08-19T18:06:59.331Z | lat 1:36.072653230 |
2373 | 2024-08-19T18:06:59.331Z | stop 5:32.539101845 |
2374 | 2024-08-19T18:06:59.332Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2375 | 2024-08-19T18:06:59.332Z | + ptime -m cargo doc --workspace --no-deps |
2376 | 2024-08-19T18:07:00.487Z | warning: output filename collision. |
2377 | 2024-08-19T18:07:00.487Z | 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)`. |
2378 | 2024-08-19T18:07:00.487Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2379 | 2024-08-19T18:07:00.487Z | The targets should have unique names. |
2380 | 2024-08-19T18:07:00.487Z | This is a known bug where multiple crates with the same name use |
2381 | 2024-08-19T18:07:00.487Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2382 | 2024-08-19T18:07:00.854Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2383 | 2024-08-19T18:07:00.913Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2384 | 2024-08-19T18:07:00.928Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2385 | 2024-08-19T18:07:00.962Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2386 | 2024-08-19T18:07:00.988Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2387 | 2024-08-19T18:07:01.014Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2388 | 2024-08-19T18:07:01.016Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2389 | 2024-08-19T18:07:01.228Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2390 | 2024-08-19T18:07:01.250Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2391 | 2024-08-19T18:07:01.271Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2392 | 2024-08-19T18:07:01.293Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2393 | 2024-08-19T18:07:01.312Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2394 | 2024-08-19T18:07:01.488Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2395 | 2024-08-19T18:07:01.533Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2396 | 2024-08-19T18:07:01.552Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2397 | 2024-08-19T18:07:01.764Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2398 | 2024-08-19T18:07:02.012Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2399 | 2024-08-19T18:07:02.948Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2400 | 2024-08-19T18:07:05.840Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2401 | 2024-08-19T18:07:06.005Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2402 | 2024-08-19T18:07:06.164Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2403 | 2024-08-19T18:07:06.344Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2404 | 2024-08-19T18:07:06.498Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2405 | 2024-08-19T18:07:06.720Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2406 | 2024-08-19T18:07:06.870Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2407 | 2024-08-19T18:07:07.103Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2408 | 2024-08-19T18:07:07.198Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2409 | 2024-08-19T18:07:07.401Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2410 | 2024-08-19T18:07:07.709Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2411 | 2024-08-19T18:07:07.765Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2412 | 2024-08-19T18:07:08.015Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2413 | 2024-08-19T18:07:08.405Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2414 | 2024-08-19T18:07:08.428Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2415 | 2024-08-19T18:07:08.728Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2416 | 2024-08-19T18:07:08.966Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2417 | 2024-08-19T18:07:09.302Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2418 | 2024-08-19T18:07:09.326Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2419 | 2024-08-19T18:07:09.425Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2420 | 2024-08-19T18:07:09.622Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2421 | 2024-08-19T18:07:09.782Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2422 | 2024-08-19T18:07:09.807Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2423 | 2024-08-19T18:07:09.940Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2424 | 2024-08-19T18:07:13.735Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2425 | 2024-08-19T18:07:14.024Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2426 | 2024-08-19T18:07:14.417Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2427 | 2024-08-19T18:07:15.873Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2428 | 2024-08-19T18:07:15.995Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2429 | 2024-08-19T18:07:17.460Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2430 | 2024-08-19T18:07:18.343Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2431 | 2024-08-19T18:07:18.917Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2432 | 2024-08-19T18:07:19.337Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2433 | 2024-08-19T18:07:23.609Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2434 | 2024-08-19T18:07:23.739Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2435 | 2024-08-19T18:07:24.255Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2436 | 2024-08-19T18:07:24.406Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2437 | 2024-08-19T18:07:24.807Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2438 | 2024-08-19T18:07:26.218Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2439 | 2024-08-19T18:07:27.297Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2440 | 2024-08-19T18:07:27.484Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2441 | 2024-08-19T18:07:28.575Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2442 | 2024-08-19T18:07:28.854Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2443 | 2024-08-19T18:07:28.874Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2444 | 2024-08-19T18:07:28.903Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2445 | 2024-08-19T18:07:29.130Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2446 | 2024-08-19T18:07:29.150Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2447 | 2024-08-19T18:07:29.567Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2448 | 2024-08-19T18:07:29.586Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2449 | 2024-08-19T18:07:29.879Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2450 | 2024-08-19T18:07:30.857Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2451 | 2024-08-19T18:07:30.923Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2452 | 2024-08-19T18:07:30.955Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2453 | 2024-08-19T18:07:31.596Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2454 | 2024-08-19T18:07:31.843Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2455 | 2024-08-19T18:07:31.953Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2456 | 2024-08-19T18:07:32.020Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2457 | 2024-08-19T18:07:32.200Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2458 | 2024-08-19T18:07:32.711Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2459 | 2024-08-19T18:07:32.729Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2460 | 2024-08-19T18:07:32.794Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2461 | 2024-08-19T18:07:32.904Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2462 | 2024-08-19T18:07:33.886Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2463 | 2024-08-19T18:07:34.072Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2464 | 2024-08-19T18:07:34.421Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2465 | 2024-08-19T18:07:35.013Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2466 | 2024-08-19T18:07:35.034Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2467 | 2024-08-19T18:07:35.671Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2468 | 2024-08-19T18:07:35.807Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2469 | 2024-08-19T18:07:36.418Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2470 | 2024-08-19T18:07:36.518Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2471 | 2024-08-19T18:07:37.024Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2472 | 2024-08-19T18:07:37.500Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2473 | 2024-08-19T18:07:38.491Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2474 | 2024-08-19T18:07:38.537Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2475 | 2024-08-19T18:07:39.120Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2476 | 2024-08-19T18:07:41.397Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2477 | 2024-08-19T18:07:41.765Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2478 | 2024-08-19T18:07:42.449Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2479 | 2024-08-19T18:07:42.470Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2480 | 2024-08-19T18:07:42.882Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2481 | 2024-08-19T18:07:44.327Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2482 | 2024-08-19T18:07:49.837Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2483 | 2024-08-19T18:07:50.904Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2484 | 2024-08-19T18:07:59.276Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2485 | 2024-08-19T18:08:09.878Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2486 | 2024-08-19T18:08:18.094Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2487 | 2024-08-19T18:08:36.459Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2488 | 2024-08-19T18:08:40.884Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2489 | 2024-08-19T18:08:43.650Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2490 | 2024-08-19T18:08:45.731Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2491 | 2024-08-19T18:08:48.787Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2492 | 2024-08-19T18:08:53.060Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2493 | 2024-08-19T18:08:56.403Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2494 | 2024-08-19T18:09:00.657Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2495 | 2024-08-19T18:09:11.574Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2496 | 2024-08-19T18:09:13.294Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2497 | 2024-08-19T18:09:16.754Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2498 | 2024-08-19T18:09:19.070Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2499 | 2024-08-19T18:09:19.120Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2500 | 2024-08-19T18:09:20.190Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2501 | 2024-08-19T18:09:21.783Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2502 | 2024-08-19T18:09:23.138Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2503 | 2024-08-19T18:09:30.463Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2504 | 2024-08-19T18:09:32.093Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2505 | 2024-08-19T18:09:43.197Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2506 | 2024-08-19T18:09:49.256Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2507 | 2024-08-19T18:09:59.126Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2508 | 2024-08-19T18:10:07.333Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2509 | 2024-08-19T18:10:11.376Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2510 | 2024-08-19T18:10:24.382Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2511 | 2024-08-19T18:10:26.035Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2512 | 2024-08-19T18:10:29.447Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2513 | 2024-08-19T18:10:29.628Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2514 | 2024-08-19T18:10:30.397Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2515 | 2024-08-19T18:10:30.487Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2516 | 2024-08-19T18:10:36.024Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2517 | 2024-08-19T18:10:46.668Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2518 | 2024-08-19T18:10:49.372Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2519 | 2024-08-19T18:10:52.352Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2520 | 2024-08-19T18:10:57.200Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2521 | 2024-08-19T18:11:00.171Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2522 | 2024-08-19T18:11:02.980Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2523 | 2024-08-19T18:11:05.388Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2524 | 2024-08-19T18:11:09.141Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2525 | 2024-08-19T18:11:14.270Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2526 | 2024-08-19T18:11:16.121Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2527 | 2024-08-19T18:11:21.600Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2528 | 2024-08-19T18:11:28.122Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2529 | 2024-08-19T18:11:32.343Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2530 | 2024-08-19T18:11:34.379Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2531 | 2024-08-19T18:11:37.760Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2532 | 2024-08-19T18:11:40.902Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2533 | 2024-08-19T18:11:43.169Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2534 | 2024-08-19T18:11:46.239Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2535 | 2024-08-19T18:11:47.273Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2536 | 2024-08-19T18:11:49.034Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2537 | 2024-08-19T18:11:55.984Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2538 | 2024-08-19T18:11:55.984Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2539 | 2024-08-19T18:11:59.479Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2540 | 2024-08-19T18:12:00.308Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2541 | 2024-08-19T18:12:01.546Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2542 | 2024-08-19T18:12:05.673Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2543 | 2024-08-19T18:12:05.867Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2544 | 2024-08-19T18:12:08.446Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2545 | 2024-08-19T18:12:11.975Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2546 | 2024-08-19T18:12:13.594Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2547 | 2024-08-19T18:12:14.143Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2548 | 2024-08-19T18:12:17.433Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2549 | 2024-08-19T18:12:18.837Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2550 | 2024-08-19T18:12:19.730Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2551 | 2024-08-19T18:12:22.335Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2552 | 2024-08-19T18:12:26.622Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2553 | 2024-08-19T18:12:28.700Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2554 | 2024-08-19T18:12:34.130Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2555 | 2024-08-19T18:12:34.580Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2556 | 2024-08-19T18:12:34.945Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2557 | 2024-08-19T18:12:36.642Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2558 | 2024-08-19T18:12:39.038Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2559 | 2024-08-19T18:12:40.780Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2560 | 2024-08-19T18:12:45.084Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2561 | 2024-08-19T18:12:45.352Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2562 | 2024-08-19T18:12:46.394Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2563 | 2024-08-19T18:12:48.224Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2564 | 2024-08-19T18:12:51.182Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2565 | 2024-08-19T18:12:51.472Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2566 | 2024-08-19T18:12:52.926Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2567 | 2024-08-19T18:12:54.710Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2568 | 2024-08-19T18:12:57.755Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2569 | 2024-08-19T18:12:58.677Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2570 | 2024-08-19T18:13:00.676Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2571 | 2024-08-19T18:13:01.267Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2572 | 2024-08-19T18:13:03.718Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2573 | 2024-08-19T18:13:05.520Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2574 | 2024-08-19T18:13:07.695Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2575 | 2024-08-19T18:13:07.793Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2576 | 2024-08-19T18:13:08.005Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2577 | 2024-08-19T18:13:08.409Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2578 | 2024-08-19T18:13:09.139Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2579 | 2024-08-19T18:13:10.402Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2580 | 2024-08-19T18:13:12.202Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2581 | 2024-08-19T18:13:13.395Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2582 | 2024-08-19T18:13:14.912Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2583 | 2024-08-19T18:13:37.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 38s |
2584 | 2024-08-19T18:13:37.721Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 122 other files |
2585 | 2024-08-19T18:13:37.776Z | |
2586 | 2024-08-19T18:13:37.779Z | real 6:38.334889908 |
2587 | 2024-08-19T18:13:37.779Z | user 20:34.581483324 |
2588 | 2024-08-19T18:13:37.779Z | sys 29:42.303996955 |
2589 | 2024-08-19T18:13:37.779Z | trap 0.338036719 |
2590 | 2024-08-19T18:13:37.779Z | tflt 0.229234851 |
2591 | 2024-08-19T18:13:37.779Z | dflt 0.154085137 |
2592 | 2024-08-19T18:13:37.779Z | kflt 0.000020884 |
2593 | 2024-08-19T18:13:37.779Z | lock 1:04:01.633463647 |
2594 | 2024-08-19T18:13:37.779Z | slp 1:54:12.678782971 |
2595 | 2024-08-19T18:13:37.779Z | lat 1:02.876908100 |
2596 | 2024-08-19T18:13:37.779Z | stop 56.530986574 |
2597 | 2024-08-19T18:13:37.779Z | process exited: duration 1035091 ms, exit code 0 |
|
2598 | 2024-08-19T18:13:37.785Z | found 0 output files |