|
|
|
1 | 2024-07-25T05:08:17.304Z | job assigned to worker 01J3M4KEZKQGW75QV64PWRAP2T (queued for 36 s) |
|
2 | 2024-07-25T05:08:18.279Z | starting task 0: "setup" |
3 | 2024-07-25T05:08:18.304Z | ++ uname -s |
4 | 2024-07-25T05:08:18.304Z | + kern=SunOS |
5 | 2024-07-25T05:08:18.304Z | + case "$kern" in |
6 | 2024-07-25T05:08:18.304Z | + groupadd -g 12345 build |
7 | 2024-07-25T05:08:18.304Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-25T05:08:20.310Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-25T05:08:20.355Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-25T05:08:20.380Z | + home_fs=zfs |
11 | 2024-07-25T05:08:20.380Z | + [[ zfs == autofs ]] |
12 | 2024-07-25T05:08:20.380Z | + mkdir -p /home/build |
13 | 2024-07-25T05:08:20.380Z | + chown build:build /home/build /work |
14 | 2024-07-25T05:08:22.366Z | + chmod 0700 /home/build /work |
15 | 2024-07-25T05:08:22.390Z | process exited: duration 4091 ms, exit code 0 |
|
16 | 2024-07-25T05:08:22.443Z | starting task 1: "rust-toolchain" |
17 | 2024-07-25T05:08:22.470Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-25T05:08:22.470Z | ' 1.78.0 |
19 | 2024-07-25T05:08:22.470Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-25T05:08:22.470Z | ' default |
21 | 2024-07-25T05:08:22.470Z | * toolchain channel = "1.78.0" |
22 | 2024-07-25T05:08:22.470Z | * toolchain profile = "default" |
23 | 2024-07-25T05:08:22.470Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-25T05:08:22.470Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-25T05:08:22.597Z | info: downloading installer |
26 | 2024-07-25T05:08:23.076Z | info: profile set to 'default' |
27 | 2024-07-25T05:08:23.076Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-25T05:08:23.076Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-25T05:08:23.166Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-25T05:08:23.166Z | info: downloading component 'cargo' |
31 | 2024-07-25T05:08:23.306Z | info: downloading component 'clippy' |
32 | 2024-07-25T05:08:23.353Z | info: downloading component 'rust-docs' |
33 | 2024-07-25T05:08:23.551Z | info: downloading component 'rust-std' |
34 | 2024-07-25T05:08:24.209Z | info: downloading component 'rustc' |
35 | 2024-07-25T05:08:25.078Z | info: downloading component 'rustfmt' |
36 | 2024-07-25T05:08:25.116Z | info: installing component 'cargo' |
37 | 2024-07-25T05:08:26.172Z | info: installing component 'clippy' |
38 | 2024-07-25T05:08:26.589Z | info: installing component 'rust-docs' |
39 | 2024-07-25T05:08:29.126Z | info: installing component 'rust-std' |
40 | 2024-07-25T05:08:31.056Z | info: installing component 'rustc' |
41 | 2024-07-25T05:08:35.994Z | info: installing component 'rustfmt' |
42 | 2024-07-25T05:08:36.366Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-25T05:08:36.366Z | |
44 | 2024-07-25T05:08:36.489Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-25T05:08:36.489Z | |
46 | 2024-07-25T05:08:36.514Z | |
47 | 2024-07-25T05:08:36.514Z | Rust is installed now. Great! |
48 | 2024-07-25T05:08:36.514Z | |
49 | 2024-07-25T05:08:36.514Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-25T05:08:36.514Z | environment variable. This has not been done automatically. |
51 | 2024-07-25T05:08:36.514Z | |
52 | 2024-07-25T05:08:36.514Z | To configure your current shell, you need to source |
53 | 2024-07-25T05:08:36.514Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-25T05:08:36.514Z | |
55 | 2024-07-25T05:08:36.514Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-25T05:08:36.514Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-25T05:08:36.514Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-25T05:08:36.569Z | + rustc --version |
59 | 2024-07-25T05:08:36.681Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-25T05:08:36.705Z | process exited: duration 14244 ms, exit code 0 |
|
61 | 2024-07-25T05:08:36.757Z | starting task 2: "authentication" |
62 | 2024-07-25T05:08:36.813Z | process exited: duration 58 ms, exit code 0 |
|
63 | 2024-07-25T05:08:36.863Z | starting task 3: "clone repository" |
64 | 2024-07-25T05:08:36.887Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-25T05:08:36.887Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-25T05:08:36.911Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-25T05:08:43.306Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-25T05:08:43.306Z | + git fetch origin a1ecf5ab61a9154bb98c1ad4d510c2f3fca5e886 |
69 | 2024-07-25T05:08:43.688Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-25T05:08:43.688Z | * branch a1ecf5ab61a9154bb98c1ad4d510c2f3fca5e886 -> FETCH_HEAD |
71 | 2024-07-25T05:08:43.713Z | + [[ -n max-firewall-rules ]] |
72 | 2024-07-25T05:08:43.713Z | ++ git branch --show-current |
73 | 2024-07-25T05:08:43.713Z | + current=main |
74 | 2024-07-25T05:08:43.713Z | + [[ main != max-firewall-rules ]] |
75 | 2024-07-25T05:08:43.713Z | + git branch -f max-firewall-rules a1ecf5ab61a9154bb98c1ad4d510c2f3fca5e886 |
76 | 2024-07-25T05:08:43.713Z | + git checkout -f max-firewall-rules |
77 | 2024-07-25T05:08:43.877Z | Switched to branch 'max-firewall-rules' |
78 | 2024-07-25T05:08:43.901Z | + git reset --hard a1ecf5ab61a9154bb98c1ad4d510c2f3fca5e886 |
79 | 2024-07-25T05:08:43.901Z | HEAD is now at a1ecf5ab6 had to update the sled agent API JSON for the first time in my dang life |
80 | 2024-07-25T05:08:43.902Z | process exited: duration 7033 ms, exit code 0 |
|
81 | 2024-07-25T05:08:43.951Z | starting task 4: "build" |
82 | 2024-07-25T05:08:43.975Z | + cargo --version |
83 | 2024-07-25T05:08:44.025Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-25T05:08:44.049Z | + rustc --version |
85 | 2024-07-25T05:08:44.096Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-25T05:08:44.120Z | + source ./env.sh |
87 | 2024-07-25T05:08:44.120Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-25T05:08:44.120Z | ++ set -o xtrace |
89 | 2024-07-25T05:08:44.121Z | ++++ dirname ./env.sh |
90 | 2024-07-25T05:08:44.121Z | +++ readlink -f . |
91 | 2024-07-25T05:08:44.121Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-25T05:08:44.121Z | ++ 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-07-25T05:08:44.121Z | ++ 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-07-25T05:08:44.121Z | ++ 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-07-25T05:08:44.121Z | ++ 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-07-25T05:08:44.121Z | ++ 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-07-25T05:08:44.121Z | ++ 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-07-25T05:08:44.121Z | ++ 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-07-25T05:08:44.121Z | ++ 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-07-25T05:08:44.121Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-25T05:08:44.121Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-25T05:08:44.121Z | + banner prerequisites |
103 | 2024-07-25T05:08:44.121Z | |
104 | 2024-07-25T05:08:44.121Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-07-25T05:08:44.121Z | # # # # # # # # # # # # # # # |
106 | 2024-07-25T05:08:44.121Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-07-25T05:08:44.121Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-07-25T05:08:44.121Z | # # # # # # # # # # # # # # # |
109 | 2024-07-25T05:08:44.121Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-07-25T05:08:44.121Z | |
111 | 2024-07-25T05:08:44.121Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-07-25T05:08:49.976Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-07-25T05:08:52.344Z | Startup: Caching catalogs ... Done |
114 | 2024-07-25T05:08:56.408Z | Planning: Solver setup ... Done (3.469s) |
115 | 2024-07-25T05:08:56.473Z | Planning: Running solver ... Done (0.065s) |
116 | 2024-07-25T05:08:56.521Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-07-25T05:08:56.598Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-07-25T05:08:56.970Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-07-25T05:08:57.043Z | Planning: Package planning ... Done (0.062s) |
120 | 2024-07-25T05:08:57.217Z | Planning: Merging actions ... Done (0.182s) |
121 | 2024-07-25T05:08:57.557Z | Planning: Checking for conflicting actions ... Done (0.343s) |
122 | 2024-07-25T05:08:57.584Z | Planning: Consolidating action changes ... Done (0.014s) |
123 | 2024-07-25T05:08:58.180Z | Planning: Evaluating mediators ... Done (0.609s) |
124 | 2024-07-25T05:08:58.204Z | Planning: Planning completed in 5.78 seconds |
125 | 2024-07-25T05:08:58.229Z | Packages to install: 4 |
126 | 2024-07-25T05:08:58.229Z | Mediators to change: 2 |
127 | 2024-07-25T05:08:58.229Z | Services to change: 1 |
128 | 2024-07-25T05:08:58.229Z | Estimated space available: 148.89 GB |
129 | 2024-07-25T05:08:58.229Z | Estimated space to be consumed: 1.47 GB |
130 | 2024-07-25T05:08:58.229Z | Create boot environment: No |
131 | 2024-07-25T05:08:58.229Z | Create backup boot environment: No |
132 | 2024-07-25T05:08:58.229Z | Rebuild boot archive: No |
133 | 2024-07-25T05:08:58.229Z | |
134 | 2024-07-25T05:08:58.229Z | Changed mediators: |
135 | 2024-07-25T05:08:58.229Z | mediator clang: |
136 | 2024-07-25T05:08:58.229Z | version: None -> 15 (system default) |
137 | 2024-07-25T05:08:58.229Z | |
138 | 2024-07-25T05:08:58.229Z | mediator llvm: |
139 | 2024-07-25T05:08:58.229Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-07-25T05:08:58.229Z | |
141 | 2024-07-25T05:08:58.229Z | Changed packages: |
142 | 2024-07-25T05:08:58.229Z | helios-dev |
143 | 2024-07-25T05:08:58.229Z | developer/build-essential |
144 | 2024-07-25T05:08:58.229Z | None -> 11-2.0 |
145 | 2024-07-25T05:08:58.229Z | library/libxmlsec1 |
146 | 2024-07-25T05:08:58.229Z | None -> 1.2.35-2.0 |
147 | 2024-07-25T05:08:58.230Z | ooce/developer/clang-15 |
148 | 2024-07-25T05:08:58.230Z | None -> 15.0.7-2.0 |
149 | 2024-07-25T05:08:58.230Z | ooce/developer/llvm-15 |
150 | 2024-07-25T05:08:58.230Z | None -> 15.0.7-2.0 |
151 | 2024-07-25T05:08:58.230Z | |
152 | 2024-07-25T05:08:58.230Z | Services: |
153 | 2024-07-25T05:08:58.230Z | restart_fmri: |
154 | 2024-07-25T05:08:58.230Z | svc:/system/update-man-index:default |
155 | 2024-07-25T05:08:58.255Z | |
156 | 2024-07-25T05:08:58.255Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-07-25T05:09:03.260Z | Download: 542/3290 items 8.5/212.6MB 3% complete (1.6M/s) |
158 | 2024-07-25T05:09:08.608Z | Download: 1197/3290 items 66.0/212.6MB 31% complete (6.6M/s) |
159 | 2024-07-25T05:09:13.609Z | Download: 1525/3290 items 116.7/212.6MB 54% complete (10.8M/s) |
160 | 2024-07-25T05:09:18.611Z | Download: 2506/3290 items 120.1/212.6MB 56% complete (5.6M/s) |
161 | 2024-07-25T05:09:23.612Z | Download: 3241/3290 items 167.2/212.6MB 78% complete (5.0M/s) |
162 | 2024-07-25T05:09:27.721Z | Download: Completed 212.60 MB in 29.46 seconds (7.2M/s) |
163 | 2024-07-25T05:09:27.941Z | Actions: 1/3689 actions (Installing new actions) |
164 | 2024-07-25T05:09:32.966Z | Actions: 3381/3689 actions (Installing new actions) |
165 | 2024-07-25T05:09:33.667Z | Actions: Completed 3689 actions in 5.73 seconds. |
166 | 2024-07-25T05:09:34.035Z | Done (0.362s) |
167 | 2024-07-25T05:09:34.036Z | Done (0.000s) |
168 | 2024-07-25T05:09:34.453Z | Done (0.417s) |
169 | 2024-07-25T05:09:39.315Z | Done (4.724s) |
170 | 2024-07-25T05:09:39.409Z | Done (0.018s) |
171 | 2024-07-25T05:09:39.433Z | Done (0.000s) |
172 | 2024-07-25T05:09:39.563Z | Done (0.000s) |
173 | 2024-07-25T05:09:40.245Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-07-25T05:09:40.447Z | Planning: Checking for conflicting actions ... Done |
175 | 2024-07-25T05:09:40.471Z | Planning: Consolidating action changes ... Done |
176 | 2024-07-25T05:09:40.767Z | Planning: Evaluating mediators ... Done |
177 | 2024-07-25T05:09:40.792Z | Planning: Planning completed in 0.52 seconds |
178 | 2024-07-25T05:09:40.816Z | Mediators to change: 2 |
179 | 2024-07-25T05:09:40.816Z | Create boot environment: No |
180 | 2024-07-25T05:09:40.816Z | Create backup boot environment: No |
181 | 2024-07-25T05:09:40.866Z | Done |
182 | 2024-07-25T05:09:40.866Z | Done |
183 | 2024-07-25T05:09:41.132Z | Done |
184 | 2024-07-25T05:09:45.317Z | Done |
185 | 2024-07-25T05:09:45.409Z | Done |
186 | 2024-07-25T05:09:45.433Z | Done |
187 | 2024-07-25T05:09:45.485Z | Done |
188 | 2024-07-25T05:09:46.208Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-07-25T05:09:46.232Z | Planning: Merging actions ... Done |
190 | 2024-07-25T05:09:46.443Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-07-25T05:09:46.467Z | Planning: Consolidating action changes ... Done |
192 | 2024-07-25T05:09:46.774Z | Planning: Evaluating mediators ... Done |
193 | 2024-07-25T05:09:46.846Z | Planning: Planning completed in 0.92 seconds |
194 | 2024-07-25T05:09:46.887Z | Packages to change: 1 |
195 | 2024-07-25T05:09:46.887Z | Mediators to change: 1 |
196 | 2024-07-25T05:09:46.887Z | Services to change: 1 |
197 | 2024-07-25T05:09:46.887Z | Create boot environment: No |
198 | 2024-07-25T05:09:46.912Z | Create backup boot environment: Yes |
199 | 2024-07-25T05:09:48.431Z | Actions: 1/6 actions (Updating modified actions) |
200 | 2024-07-25T05:09:48.456Z | Actions: Completed 6 actions in 0.00 seconds. |
201 | 2024-07-25T05:09:48.456Z | Done |
202 | 2024-07-25T05:09:48.456Z | Done |
203 | 2024-07-25T05:09:48.521Z | Done |
204 | 2024-07-25T05:09:52.732Z | Done |
205 | 2024-07-25T05:09:52.832Z | Done |
206 | 2024-07-25T05:09:52.857Z | Done |
207 | 2024-07-25T05:09:52.920Z | Done |
208 | 2024-07-25T05:09:53.441Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
209 | 2024-07-25T05:09:53.441Z | clang system 15 system |
210 | 2024-07-25T05:09:53.441Z | csh system system illumos |
211 | 2024-07-25T05:09:53.441Z | ctags system system illumos |
212 | 2024-07-25T05:09:53.441Z | gcc vendor 12 vendor |
213 | 2024-07-25T05:09:53.441Z | gcc system 10 system |
214 | 2024-07-25T05:09:53.441Z | gcc system 7 system |
215 | 2024-07-25T05:09:53.441Z | go system 1.20 system |
216 | 2024-07-25T05:09:53.441Z | go system 1.19 system |
217 | 2024-07-25T05:09:53.441Z | llvm system 15 system |
218 | 2024-07-25T05:09:53.441Z | llvm system 14 system |
219 | 2024-07-25T05:09:53.441Z | mariadb system 10.6 system |
220 | 2024-07-25T05:09:53.441Z | mta vendor vendor dma |
221 | 2024-07-25T05:09:53.441Z | openjdk system 17 system |
222 | 2024-07-25T05:09:53.441Z | openjdk system 11 system |
223 | 2024-07-25T05:09:53.441Z | openjdk system 1.8 system |
224 | 2024-07-25T05:09:53.441Z | openssl vendor 3 vendor |
225 | 2024-07-25T05:09:53.441Z | perl system 5.36 system |
226 | 2024-07-25T05:09:53.441Z | postgresql system 15 system |
227 | 2024-07-25T05:09:53.441Z | postgresql system 13 system |
228 | 2024-07-25T05:09:53.441Z | python vendor 3 vendor |
229 | 2024-07-25T05:09:53.441Z | python system 2 system |
230 | 2024-07-25T05:09:53.441Z | python3 system 3.11 system |
231 | 2024-07-25T05:09:53.441Z | ruby system 3.0 system |
232 | 2024-07-25T05:09:53.441Z | words vendor vendor american-english |
233 | 2024-07-25T05:09:53.442Z | words system system australian-english |
234 | 2024-07-25T05:09:53.442Z | words system system british-english |
235 | 2024-07-25T05:09:53.442Z | words system system canadian-english |
236 | 2024-07-25T05:09:53.442Z | words system system french |
237 | 2024-07-25T05:09:53.442Z | words system system italian |
238 | 2024-07-25T05:09:53.442Z | words system system ngerman |
239 | 2024-07-25T05:09:53.442Z | words system system ogerman |
240 | 2024-07-25T05:09:53.442Z | words system system spanish |
241 | 2024-07-25T05:09:53.850Z | PUBLISHER TYPE STATUS P LOCATION |
242 | 2024-07-25T05:09:53.850Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
243 | 2024-07-25T05:09:55.843Z | FMRI IFO |
244 | 2024-07-25T05:09:55.843Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2024-07-25T05:09:55.844Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2024-07-25T05:09:55.844Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2024-07-25T05:09:55.844Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
248 | 2024-07-25T05:09:55.844Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
249 | 2024-07-25T05:09:55.844Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
250 | 2024-07-25T05:09:55.844Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
251 | 2024-07-25T05:09:55.845Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
252 | 2024-07-25T05:09:55.845Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
253 | 2024-07-25T05:09:55.845Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
254 | 2024-07-25T05:09:55.845Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
255 | 2024-07-25T05:09:55.845Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
256 | 2024-07-25T05:09:56.429Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
257 | 2024-07-25T05:09:56.856Z | Updating git repository `https://github.com/oxidecomputer/zone` |
258 | 2024-07-25T05:09:57.254Z | Updating crates.io index |
259 | 2024-07-25T05:09:57.278Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
260 | 2024-07-25T05:09:58.132Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
261 | 2024-07-25T05:09:58.973Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
262 | 2024-07-25T05:09:59.339Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
263 | 2024-07-25T05:10:01.908Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
264 | 2024-07-25T05:10:02.191Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
265 | 2024-07-25T05:10:02.528Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
266 | 2024-07-25T05:10:03.596Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
267 | 2024-07-25T05:10:05.441Z | Updating git repository `https://github.com/oxidecomputer/opte` |
268 | 2024-07-25T05:10:06.433Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
269 | 2024-07-25T05:10:07.182Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
270 | 2024-07-25T05:10:07.815Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
271 | 2024-07-25T05:10:08.221Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
272 | 2024-07-25T05:10:08.620Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
273 | 2024-07-25T05:10:09.067Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
274 | 2024-07-25T05:10:09.674Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
275 | 2024-07-25T05:10:10.004Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
276 | 2024-07-25T05:10:10.321Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
277 | 2024-07-25T05:10:10.734Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
278 | 2024-07-25T05:10:11.137Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
279 | 2024-07-25T05:10:11.575Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
280 | 2024-07-25T05:10:11.921Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
281 | 2024-07-25T05:10:12.663Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
282 | 2024-07-25T05:10:13.071Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
283 | 2024-07-25T05:10:13.699Z | Updating git repository `https://github.com/oxidecomputer/typify` |
284 | 2024-07-25T05:10:16.078Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
285 | 2024-07-25T05:10:16.524Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
286 | 2024-07-25T05:10:16.886Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
287 | 2024-07-25T05:10:17.407Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
288 | 2024-07-25T05:10:18.814Z | Downloading crates ... |
289 | 2024-07-25T05:10:18.881Z | Downloaded dtrace-parser v0.2.0 |
290 | 2024-07-25T05:10:19.472Z | Downloaded is-terminal v0.4.12 |
291 | 2024-07-25T05:10:19.472Z | Downloaded openssl-probe v0.1.5 |
292 | 2024-07-25T05:10:19.472Z | Downloaded num_threads v0.1.7 |
293 | 2024-07-25T05:10:19.472Z | Downloaded mime v0.3.17 |
294 | 2024-07-25T05:10:19.472Z | Downloaded hyper-tls v0.5.0 |
295 | 2024-07-25T05:10:19.472Z | Downloaded futures-core v0.3.30 |
296 | 2024-07-25T05:10:19.472Z | Downloaded errno v0.3.9 |
297 | 2024-07-25T05:10:19.472Z | Downloaded pest_generator v2.7.10 |
298 | 2024-07-25T05:10:19.472Z | Downloaded pretty-hex v0.4.1 |
299 | 2024-07-25T05:10:19.472Z | Downloaded scroll_derive v0.12.0 |
300 | 2024-07-25T05:10:19.472Z | Downloaded futures v0.3.30 |
301 | 2024-07-25T05:10:19.472Z | Downloaded flate2 v1.0.30 |
302 | 2024-07-25T05:10:19.472Z | Downloaded slog-json v2.6.1 |
303 | 2024-07-25T05:10:19.472Z | Downloaded percent-encoding v2.3.1 |
304 | 2024-07-25T05:10:19.472Z | Downloaded want v0.3.1 |
305 | 2024-07-25T05:10:19.472Z | Downloaded pest v2.7.10 |
306 | 2024-07-25T05:10:19.472Z | Downloaded take_mut v0.2.2 |
307 | 2024-07-25T05:10:19.472Z | Downloaded usdt-macro v0.5.0 |
308 | 2024-07-25T05:10:19.472Z | Downloaded once_cell v1.19.0 |
309 | 2024-07-25T05:10:19.472Z | Downloaded num_cpus v1.16.0 |
310 | 2024-07-25T05:10:19.472Z | Downloaded tower-service v0.3.2 |
311 | 2024-07-25T05:10:19.472Z | Downloaded mio v0.8.11 |
312 | 2024-07-25T05:10:19.472Z | Downloaded usdt-attr-macro v0.5.0 |
313 | 2024-07-25T05:10:19.472Z | Downloaded http v0.2.12 |
314 | 2024-07-25T05:10:19.472Z | Downloaded sha2 v0.10.8 |
315 | 2024-07-25T05:10:19.472Z | Downloaded openssl v0.10.66 |
316 | 2024-07-25T05:10:19.472Z | Downloaded time-core v0.1.2 |
317 | 2024-07-25T05:10:19.472Z | Downloaded try-lock v0.2.5 |
318 | 2024-07-25T05:10:19.472Z | Downloaded swrite v0.1.0 |
319 | 2024-07-25T05:10:19.472Z | Downloaded strum v0.26.3 |
320 | 2024-07-25T05:10:19.473Z | Downloaded hyper v0.14.28 |
321 | 2024-07-25T05:10:19.473Z | Downloaded h2 v0.3.26 |
322 | 2024-07-25T05:10:19.473Z | Downloaded sync_wrapper v0.1.2 |
323 | 2024-07-25T05:10:19.473Z | Downloaded time-macros v0.2.18 |
324 | 2024-07-25T05:10:19.473Z | Downloaded libc v0.2.155 |
325 | 2024-07-25T05:10:19.473Z | Downloaded xattr v1.3.1 |
326 | 2024-07-25T05:10:19.473Z | Downloaded utf8parse v0.2.1 |
327 | 2024-07-25T05:10:19.473Z | Downloaded version_check v0.9.4 |
328 | 2024-07-25T05:10:19.473Z | Downloaded encoding_rs v0.8.34 |
329 | 2024-07-25T05:10:19.473Z | Downloaded slog-async v2.8.0 |
330 | 2024-07-25T05:10:19.473Z | Downloaded usdt v0.5.0 |
331 | 2024-07-25T05:10:19.473Z | Downloaded usdt-impl v0.5.0 |
332 | 2024-07-25T05:10:19.473Z | Downloaded unicode-ident v1.0.12 |
333 | 2024-07-25T05:10:19.473Z | Downloaded slog-term v2.9.1 |
334 | 2024-07-25T05:10:19.473Z | Downloaded zerocopy-derive v0.7.34 |
335 | 2024-07-25T05:10:19.473Z | Downloaded typenum v1.17.0 |
336 | 2024-07-25T05:10:19.473Z | Downloaded tinyvec v1.6.0 |
337 | 2024-07-25T05:10:19.473Z | Downloaded ucd-trie v0.1.6 |
338 | 2024-07-25T05:10:19.473Z | Downloaded tracing-core v0.1.32 |
339 | 2024-07-25T05:10:19.473Z | Downloaded unicode-bidi v0.3.15 |
340 | 2024-07-25T05:10:19.473Z | Downloaded toml v0.8.15 |
341 | 2024-07-25T05:10:19.473Z | Downloaded tar v0.4.41 |
342 | 2024-07-25T05:10:19.473Z | Downloaded slog v2.7.0 |
343 | 2024-07-25T05:10:19.473Z | Downloaded socket2 v0.5.7 |
344 | 2024-07-25T05:10:19.473Z | Downloaded url v2.5.2 |
345 | 2024-07-25T05:10:19.473Z | Downloaded tracing v0.1.40 |
346 | 2024-07-25T05:10:19.473Z | Downloaded toml_edit v0.22.16 |
347 | 2024-07-25T05:10:19.473Z | Downloaded unicode-normalization v0.1.23 |
348 | 2024-07-25T05:10:19.473Z | Downloaded zerocopy v0.7.34 |
349 | 2024-07-25T05:10:19.473Z | Downloaded tabled v0.15.0 |
350 | 2024-07-25T05:10:19.473Z | Downloaded vcpkg v0.2.15 |
351 | 2024-07-25T05:10:19.473Z | Downloaded unicode-width v0.1.13 |
352 | 2024-07-25T05:10:19.473Z | Downloaded syn v2.0.72 |
353 | 2024-07-25T05:10:19.473Z | Downloaded tokio v1.38.1 |
354 | 2024-07-25T05:10:19.473Z | Downloaded syn v1.0.109 |
355 | 2024-07-25T05:10:19.498Z | Downloaded rustix v0.38.34 |
356 | 2024-07-25T05:10:19.498Z | Downloaded winnow v0.6.8 |
357 | 2024-07-25T05:10:19.498Z | Downloaded serde_json v1.0.120 |
358 | 2024-07-25T05:10:19.498Z | Downloaded reqwest v0.11.27 |
359 | 2024-07-25T05:10:19.498Z | Downloaded tokio-util v0.7.11 |
360 | 2024-07-25T05:10:19.498Z | Downloaded time v0.3.36 |
361 | 2024-07-25T05:10:19.522Z | Downloaded serde_derive v1.0.204 |
362 | 2024-07-25T05:10:19.522Z | Downloaded serde v1.0.204 |
363 | 2024-07-25T05:10:19.523Z | Downloaded ryu v1.0.18 |
364 | 2024-07-25T05:10:19.523Z | Downloaded scroll v0.12.0 |
365 | 2024-07-25T05:10:19.523Z | Downloaded proc-macro2 v1.0.86 |
366 | 2024-07-25T05:10:19.523Z | Downloaded tokio-macros v2.3.0 |
367 | 2024-07-25T05:10:19.547Z | Downloaded term v0.7.0 |
368 | 2024-07-25T05:10:19.547Z | Downloaded strum_macros v0.26.4 |
369 | 2024-07-25T05:10:19.547Z | Downloaded smallvec v1.13.2 |
370 | 2024-07-25T05:10:19.547Z | Downloaded semver v1.0.23 |
371 | 2024-07-25T05:10:19.547Z | Downloaded proc-macro-error v1.0.4 |
372 | 2024-07-25T05:10:19.547Z | Downloaded toml_datetime v0.6.6 |
373 | 2024-07-25T05:10:19.547Z | Downloaded tokio-native-tls v0.3.1 |
374 | 2024-07-25T05:10:19.547Z | Downloaded thread_local v1.1.8 |
375 | 2024-07-25T05:10:19.547Z | Downloaded thread-id v4.2.1 |
376 | 2024-07-25T05:10:19.547Z | Downloaded thiserror-impl v1.0.62 |
377 | 2024-07-25T05:10:19.547Z | Downloaded thiserror v1.0.62 |
378 | 2024-07-25T05:10:19.572Z | Downloaded terminal_size v0.3.0 |
379 | 2024-07-25T05:10:19.572Z | Downloaded tabled_derive v0.7.0 |
380 | 2024-07-25T05:10:19.572Z | Downloaded strsim v0.11.1 |
381 | 2024-07-25T05:10:19.572Z | Downloaded slog-bunyan v2.5.0 |
382 | 2024-07-25T05:10:19.572Z | Downloaded signal-hook-registry v1.4.2 |
383 | 2024-07-25T05:10:19.572Z | Downloaded serde_urlencoded v0.7.1 |
384 | 2024-07-25T05:10:19.572Z | Downloaded serde_tokenstream v0.2.1 |
385 | 2024-07-25T05:10:19.572Z | Downloaded serde_spanned v0.6.6 |
386 | 2024-07-25T05:10:19.572Z | Downloaded rustls-pemfile v1.0.4 |
387 | 2024-07-25T05:10:19.572Z | Downloaded slab v0.4.9 |
388 | 2024-07-25T05:10:19.572Z | Downloaded proc-macro-error-attr v1.0.4 |
389 | 2024-07-25T05:10:19.572Z | Downloaded idna v0.5.0 |
390 | 2024-07-25T05:10:19.597Z | Downloaded scopeguard v1.2.0 |
391 | 2024-07-25T05:10:19.597Z | Downloaded quote v1.0.36 |
392 | 2024-07-25T05:10:19.597Z | Downloaded pkg-config v0.3.30 |
393 | 2024-07-25T05:10:19.597Z | Downloaded pin-project-lite v0.2.14 |
394 | 2024-07-25T05:10:19.597Z | Downloaded goblin v0.8.2 |
395 | 2024-07-25T05:10:19.621Z | Downloaded tinyvec_macros v0.1.1 |
396 | 2024-07-25T05:10:19.621Z | Downloaded pest_meta v2.7.10 |
397 | 2024-07-25T05:10:19.621Z | Downloaded pest_derive v2.7.10 |
398 | 2024-07-25T05:10:19.621Z | Downloaded parking_lot v0.12.2 |
399 | 2024-07-25T05:10:19.621Z | Downloaded openssl-sys v0.9.103 |
400 | 2024-07-25T05:10:19.621Z | Downloaded miniz_oxide v0.7.2 |
401 | 2024-07-25T05:10:19.621Z | Downloaded hashbrown v0.14.5 |
402 | 2024-07-25T05:10:19.646Z | Downloaded futures-util v0.3.30 |
403 | 2024-07-25T05:10:19.646Z | Downloaded clap_builder v4.5.9 |
404 | 2024-07-25T05:10:19.646Z | Downloaded native-tls v0.2.11 |
405 | 2024-07-25T05:10:19.670Z | Downloaded heck v0.4.1 |
406 | 2024-07-25T05:10:19.670Z | Downloaded futures-macro v0.3.30 |
407 | 2024-07-25T05:10:19.670Z | Downloaded futures-channel v0.3.30 |
408 | 2024-07-25T05:10:19.670Z | Downloaded memmap v0.7.0 |
409 | 2024-07-25T05:10:19.670Z | Downloaded log v0.4.21 |
410 | 2024-07-25T05:10:19.670Z | Downloaded ipnet v2.9.0 |
411 | 2024-07-25T05:10:19.670Z | Downloaded heck v0.5.0 |
412 | 2024-07-25T05:10:19.670Z | Downloaded match_cfg v0.1.0 |
413 | 2024-07-25T05:10:19.670Z | Downloaded httparse v1.8.0 |
414 | 2024-07-25T05:10:19.670Z | Downloaded generic-array v0.14.7 |
415 | 2024-07-25T05:10:19.671Z | Downloaded futures-task v0.3.30 |
416 | 2024-07-25T05:10:19.671Z | Downloaded futures-executor v0.3.30 |
417 | 2024-07-25T05:10:19.671Z | Downloaded fs-err v2.11.0 |
418 | 2024-07-25T05:10:19.671Z | Downloaded foreign-types-shared v0.1.1 |
419 | 2024-07-25T05:10:19.701Z | Downloaded fnv v1.0.7 |
420 | 2024-07-25T05:10:19.701Z | Downloaded filetime v0.2.23 |
421 | 2024-07-25T05:10:19.701Z | Downloaded rustversion v1.0.17 |
422 | 2024-07-25T05:10:19.701Z | Downloaded powerfmt v0.2.0 |
423 | 2024-07-25T05:10:19.701Z | Downloaded plain v0.2.3 |
424 | 2024-07-25T05:10:19.701Z | Downloaded pin-utils v0.1.0 |
425 | 2024-07-25T05:10:19.701Z | Downloaded papergrid v0.11.0 |
426 | 2024-07-25T05:10:19.701Z | Downloaded openssl-macros v0.1.1 |
427 | 2024-07-25T05:10:19.701Z | Downloaded memchr v2.7.2 |
428 | 2024-07-25T05:10:19.701Z | Downloaded is_terminal_polyfill v1.70.0 |
429 | 2024-07-25T05:10:19.701Z | Downloaded indexmap v2.2.6 |
430 | 2024-07-25T05:10:19.726Z | Downloaded crossbeam-channel v0.5.12 |
431 | 2024-07-25T05:10:19.726Z | Downloaded clap v4.5.9 |
432 | 2024-07-25T05:10:19.726Z | Downloaded cc v1.0.97 |
433 | 2024-07-25T05:10:19.726Z | Downloaded camino v1.1.7 |
434 | 2024-07-25T05:10:19.726Z | Downloaded bytes v1.6.0 |
435 | 2024-07-25T05:10:19.751Z | Downloaded base64 v0.21.7 |
436 | 2024-07-25T05:10:19.751Z | Downloaded crossbeam-utils v0.8.19 |
437 | 2024-07-25T05:10:19.751Z | Downloaded clap_derive v4.5.8 |
438 | 2024-07-25T05:10:19.751Z | Downloaded anyhow v1.0.86 |
439 | 2024-07-25T05:10:19.751Z | Downloaded parking_lot_core v0.9.10 |
440 | 2024-07-25T05:10:19.751Z | Downloaded lock_api v0.4.12 |
441 | 2024-07-25T05:10:19.751Z | Downloaded httpdate v1.0.3 |
442 | 2024-07-25T05:10:19.751Z | Downloaded futures-io v0.3.30 |
443 | 2024-07-25T05:10:19.775Z | Downloaded crc32fast v1.4.0 |
444 | 2024-07-25T05:10:19.775Z | Downloaded cargo_metadata v0.18.1 |
445 | 2024-07-25T05:10:19.775Z | Downloaded byteorder v1.5.0 |
446 | 2024-07-25T05:10:19.775Z | Downloaded bitflags v2.5.0 |
447 | 2024-07-25T05:10:19.775Z | Downloaded macaddr v1.0.1 |
448 | 2024-07-25T05:10:19.775Z | Downloaded itoa v1.0.11 |
449 | 2024-07-25T05:10:19.775Z | Downloaded http-body v0.4.6 |
450 | 2024-07-25T05:10:19.775Z | Downloaded hostname v0.3.1 |
451 | 2024-07-25T05:10:19.775Z | Downloaded dof v0.3.0 |
452 | 2024-07-25T05:10:19.775Z | Downloaded digest v0.10.7 |
453 | 2024-07-25T05:10:19.775Z | Downloaded deranged v0.3.11 |
454 | 2024-07-25T05:10:19.775Z | Downloaded colorchoice v1.0.1 |
455 | 2024-07-25T05:10:19.800Z | Downloaded cargo_toml v0.20.4 |
456 | 2024-07-25T05:10:19.800Z | Downloaded block-buffer v0.10.4 |
457 | 2024-07-25T05:10:19.800Z | Downloaded anstream v0.6.14 |
458 | 2024-07-25T05:10:19.800Z | Downloaded dirs-next v2.0.0 |
459 | 2024-07-25T05:10:19.800Z | Downloaded clap_lex v0.7.0 |
460 | 2024-07-25T05:10:19.800Z | Downloaded bytecount v0.6.8 |
461 | 2024-07-25T05:10:19.800Z | Downloaded anstyle v1.0.7 |
462 | 2024-07-25T05:10:19.800Z | Downloaded num-conv v0.1.0 |
463 | 2024-07-25T05:10:19.800Z | Downloaded futures-sink v0.3.30 |
464 | 2024-07-25T05:10:19.800Z | Downloaded form_urlencoded v1.2.1 |
465 | 2024-07-25T05:10:19.800Z | Downloaded dirs-sys-next v0.1.2 |
466 | 2024-07-25T05:10:19.800Z | Downloaded crypto-common v0.1.6 |
467 | 2024-07-25T05:10:19.800Z | Downloaded cpufeatures v0.2.12 |
468 | 2024-07-25T05:10:19.800Z | Downloaded cfg-if v1.0.0 |
469 | 2024-07-25T05:10:19.800Z | Downloaded cargo-platform v0.1.8 |
470 | 2024-07-25T05:10:19.800Z | Downloaded autocfg v1.3.0 |
471 | 2024-07-25T05:10:19.800Z | Downloaded anstyle-query v1.0.3 |
472 | 2024-07-25T05:10:19.825Z | Downloaded anstyle-parse v0.2.4 |
473 | 2024-07-25T05:10:19.825Z | Downloaded adler v1.0.2 |
474 | 2024-07-25T05:10:19.825Z | Downloaded foreign-types v0.3.2 |
475 | 2024-07-25T05:10:19.825Z | Downloaded equivalent v1.0.1 |
476 | 2024-07-25T05:10:19.986Z | Compiling proc-macro2 v1.0.86 |
477 | 2024-07-25T05:10:19.986Z | Compiling unicode-ident v1.0.12 |
478 | 2024-07-25T05:10:20.011Z | Compiling libc v0.2.155 |
479 | 2024-07-25T05:10:20.011Z | Compiling version_check v0.9.4 |
480 | 2024-07-25T05:10:20.011Z | Compiling cfg-if v1.0.0 |
481 | 2024-07-25T05:10:20.011Z | Compiling itoa v1.0.11 |
482 | 2024-07-25T05:10:20.011Z | Compiling once_cell v1.19.0 |
483 | 2024-07-25T05:10:20.035Z | Compiling autocfg v1.3.0 |
484 | 2024-07-25T05:10:20.282Z | Compiling serde v1.0.204 |
485 | 2024-07-25T05:10:20.306Z | Compiling memchr v2.7.2 |
486 | 2024-07-25T05:10:20.335Z | Compiling thiserror v1.0.62 |
487 | 2024-07-25T05:10:20.485Z | Compiling ryu v1.0.18 |
488 | 2024-07-25T05:10:20.843Z | Compiling pin-project-lite v0.2.14 |
489 | 2024-07-25T05:10:20.868Z | Compiling bitflags v2.5.0 |
490 | 2024-07-25T05:10:20.904Z | Compiling vcpkg v0.2.15 |
491 | 2024-07-25T05:10:20.987Z | Compiling cc v1.0.97 |
492 | 2024-07-25T05:10:21.012Z | Compiling ucd-trie v0.1.6 |
493 | 2024-07-25T05:10:21.048Z | Compiling lock_api v0.4.12 |
494 | 2024-07-25T05:10:21.270Z | Compiling pkg-config v0.3.30 |
495 | 2024-07-25T05:10:21.299Z | Compiling parking_lot_core v0.9.10 |
496 | 2024-07-25T05:10:21.605Z | Compiling quote v1.0.36 |
497 | 2024-07-25T05:10:21.823Z | Compiling slab v0.4.9 |
498 | 2024-07-25T05:10:21.851Z | Compiling bytes v1.6.0 |
499 | 2024-07-25T05:10:22.089Z | Compiling syn v2.0.72 |
500 | 2024-07-25T05:10:22.163Z | Compiling scopeguard v1.2.0 |
501 | 2024-07-25T05:10:22.289Z | Compiling futures-core v0.3.30 |
502 | 2024-07-25T05:10:22.474Z | Compiling smallvec v1.13.2 |
503 | 2024-07-25T05:10:22.524Z | Compiling futures-sink v0.3.30 |
504 | 2024-07-25T05:10:22.859Z | Compiling byteorder v1.5.0 |
505 | 2024-07-25T05:10:22.883Z | Compiling serde_json v1.0.120 |
506 | 2024-07-25T05:10:22.977Z | Compiling hashbrown v0.14.5 |
507 | 2024-07-25T05:10:23.107Z | Compiling log v0.4.21 |
508 | 2024-07-25T05:10:23.134Z | Compiling equivalent v1.0.1 |
509 | 2024-07-25T05:10:23.260Z | Compiling fnv v1.0.7 |
510 | 2024-07-25T05:10:23.390Z | Compiling parking_lot v0.12.2 |
511 | 2024-07-25T05:10:23.482Z | Compiling futures-channel v0.3.30 |
512 | 2024-07-25T05:10:23.517Z | Compiling num_cpus v1.16.0 |
513 | 2024-07-25T05:10:23.609Z | Compiling signal-hook-registry v1.4.2 |
514 | 2024-07-25T05:10:23.719Z | Compiling mio v0.8.11 |
515 | 2024-07-25T05:10:23.742Z | Compiling socket2 v0.5.7 |
516 | 2024-07-25T05:10:24.215Z | Compiling openssl-sys v0.9.103 |
517 | 2024-07-25T05:10:24.241Z | Compiling indexmap v2.2.6 |
518 | 2024-07-25T05:10:24.268Z | Compiling pin-utils v0.1.0 |
519 | 2024-07-25T05:10:24.367Z | Compiling rustix v0.38.34 |
520 | 2024-07-25T05:10:24.390Z | Compiling futures-io v0.3.30 |
521 | 2024-07-25T05:10:24.580Z | Compiling futures-task v0.3.30 |
522 | 2024-07-25T05:10:24.668Z | Compiling typenum v1.17.0 |
523 | 2024-07-25T05:10:24.871Z | Compiling errno v0.3.9 |
524 | 2024-07-25T05:10:24.904Z | Compiling generic-array v0.14.7 |
525 | 2024-07-25T05:10:24.933Z | Compiling openssl v0.10.66 |
526 | 2024-07-25T05:10:25.124Z | Compiling foreign-types-shared v0.1.1 |
527 | 2024-07-25T05:10:25.190Z | Compiling slog v2.7.0 |
528 | 2024-07-25T05:10:25.245Z | Compiling foreign-types v0.3.2 |
529 | 2024-07-25T05:10:25.395Z | Compiling http v0.2.12 |
530 | 2024-07-25T05:10:25.420Z | Compiling proc-macro-error-attr v1.0.4 |
531 | 2024-07-25T05:10:25.754Z | Compiling usdt-impl v0.5.0 |
532 | 2024-07-25T05:10:25.782Z | Compiling tracing-core v0.1.32 |
533 | 2024-07-25T05:10:26.063Z | Compiling native-tls v0.2.11 |
534 | 2024-07-25T05:10:26.111Z | Compiling syn v1.0.109 |
535 | 2024-07-25T05:10:26.393Z | Compiling powerfmt v0.2.0 |
536 | 2024-07-25T05:10:26.618Z | Compiling time-core v0.1.2 |
537 | 2024-07-25T05:10:26.716Z | Compiling httparse v1.8.0 |
538 | 2024-07-25T05:10:26.812Z | Compiling tinyvec_macros v0.1.1 |
539 | 2024-07-25T05:10:26.836Z | Compiling num-conv v0.1.0 |
540 | 2024-07-25T05:10:26.918Z | Compiling tinyvec v1.6.0 |
541 | 2024-07-25T05:10:27.151Z | Compiling time-macros v0.2.18 |
542 | 2024-07-25T05:10:27.229Z | Compiling deranged v0.3.11 |
543 | 2024-07-25T05:10:27.283Z | Compiling tracing v0.1.40 |
544 | 2024-07-25T05:10:27.784Z | Compiling thread-id v4.2.1 |
545 | 2024-07-25T05:10:28.042Z | Compiling proc-macro-error v1.0.4 |
546 | 2024-07-25T05:10:28.068Z | Compiling try-lock v0.2.5 |
547 | 2024-07-25T05:10:28.226Z | Compiling heck v0.5.0 |
548 | 2024-07-25T05:10:28.340Z | Compiling rustversion v1.0.17 |
549 | 2024-07-25T05:10:28.365Z | Compiling crossbeam-utils v0.8.19 |
550 | 2024-07-25T05:10:28.504Z | Compiling utf8parse v0.2.1 |
551 | 2024-07-25T05:10:28.670Z | Compiling percent-encoding v2.3.1 |
552 | 2024-07-25T05:10:28.708Z | Compiling openssl-probe v0.1.5 |
553 | 2024-07-25T05:10:28.779Z | Compiling plain v0.2.3 |
554 | 2024-07-25T05:10:28.947Z | Compiling num_threads v0.1.7 |
555 | 2024-07-25T05:10:28.983Z | Compiling form_urlencoded v1.2.1 |
556 | 2024-07-25T05:10:29.069Z | Compiling anstyle-parse v0.2.4 |
557 | 2024-07-25T05:10:29.120Z | Compiling unicode-normalization v0.1.23 |
558 | 2024-07-25T05:10:29.144Z | Compiling want v0.3.1 |
559 | 2024-07-25T05:10:29.413Z | Compiling http-body v0.4.6 |
560 | 2024-07-25T05:10:29.437Z | Compiling dirs-sys-next v0.1.2 |
561 | 2024-07-25T05:10:29.954Z | Compiling anstyle v1.0.7 |
562 | 2024-07-25T05:10:29.978Z | Compiling pretty-hex v0.4.1 |
563 | 2024-07-25T05:10:30.078Z | Compiling is_terminal_polyfill v1.70.0 |
564 | 2024-07-25T05:10:30.144Z | Compiling httpdate v1.0.3 |
565 | 2024-07-25T05:10:30.172Z | Compiling crc32fast v1.4.0 |
566 | 2024-07-25T05:10:30.205Z | Compiling tower-service v0.3.2 |
567 | 2024-07-25T05:10:30.228Z | Compiling time v0.3.36 |
568 | 2024-07-25T05:10:30.228Z | Compiling winnow v0.6.8 |
569 | 2024-07-25T05:10:30.325Z | Compiling unicode-bidi v0.3.15 |
570 | 2024-07-25T05:10:30.386Z | Compiling anstyle-query v1.0.3 |
571 | 2024-07-25T05:10:30.523Z | Compiling camino v1.1.7 |
572 | 2024-07-25T05:10:30.589Z | Compiling semver v1.0.23 |
573 | 2024-07-25T05:10:30.634Z | Compiling colorchoice v1.0.1 |
574 | 2024-07-25T05:10:30.784Z | Compiling anstream v0.6.14 |
575 | 2024-07-25T05:10:31.100Z | Compiling idna v0.5.0 |
576 | 2024-07-25T05:10:31.335Z | Compiling dirs-next v2.0.0 |
577 | 2024-07-25T05:10:32.235Z | Compiling crypto-common v0.1.6 |
578 | 2024-07-25T05:10:32.339Z | Compiling block-buffer v0.10.4 |
579 | 2024-07-25T05:10:32.423Z | Compiling terminal_size v0.3.0 |
580 | 2024-07-25T05:10:32.578Z | Compiling fs-err v2.11.0 |
581 | 2024-07-25T05:10:32.612Z | Compiling thread_local v1.1.8 |
582 | 2024-07-25T05:10:32.672Z | Compiling heck v0.4.1 |
583 | 2024-07-25T05:10:32.700Z | Compiling clap_lex v0.7.0 |
584 | 2024-07-25T05:10:32.815Z | Compiling slog-async v2.8.0 |
585 | 2024-07-25T05:10:33.153Z | Compiling base64 v0.21.7 |
586 | 2024-07-25T05:10:33.179Z | Compiling anyhow v1.0.86 |
587 | 2024-07-25T05:10:33.208Z | Compiling match_cfg v0.1.0 |
588 | 2024-07-25T05:10:33.263Z | Compiling unicode-width v0.1.13 |
589 | 2024-07-25T05:10:33.299Z | Compiling bytecount v0.6.8 |
590 | 2024-07-25T05:10:33.361Z | Compiling serde_derive v1.0.204 |
591 | 2024-07-25T05:10:33.389Z | Compiling thiserror-impl v1.0.62 |
592 | 2024-07-25T05:10:33.488Z | Compiling zerocopy-derive v0.7.34 |
593 | 2024-07-25T05:10:33.514Z | Compiling futures-macro v0.3.30 |
594 | 2024-07-25T05:10:33.545Z | Compiling tokio-macros v2.3.0 |
595 | 2024-07-25T05:10:33.659Z | Compiling openssl-macros v0.1.1 |
596 | 2024-07-25T05:10:33.799Z | Compiling scroll_derive v0.12.0 |
597 | 2024-07-25T05:10:35.013Z | Compiling tokio v1.38.1 |
598 | 2024-07-25T05:10:35.040Z | Compiling adler v1.0.2 |
599 | 2024-07-25T05:10:35.079Z | Compiling scroll v0.12.0 |
600 | 2024-07-25T05:10:35.238Z | Compiling futures-util v0.3.30 |
601 | 2024-07-25T05:10:35.264Z | Compiling strsim v0.11.1 |
602 | 2024-07-25T05:10:35.459Z | Compiling zerocopy v0.7.34 |
603 | 2024-07-25T05:10:35.564Z | Compiling goblin v0.8.2 |
604 | 2024-07-25T05:10:36.057Z | Compiling clap_builder v4.5.9 |
605 | 2024-07-25T05:10:36.299Z | Compiling pest v2.7.10 |
606 | 2024-07-25T05:10:36.731Z | Compiling miniz_oxide v0.7.2 |
607 | 2024-07-25T05:10:38.078Z | Compiling tabled_derive v0.7.0 |
608 | 2024-07-25T05:10:38.694Z | Compiling pest_meta v2.7.10 |
609 | 2024-07-25T05:10:40.133Z | Compiling pest_generator v2.7.10 |
610 | 2024-07-25T05:10:41.762Z | Compiling tokio-util v0.7.11 |
611 | 2024-07-25T05:10:42.029Z | Compiling tokio-native-tls v0.3.1 |
612 | 2024-07-25T05:10:42.266Z | Compiling futures-executor v0.3.30 |
613 | 2024-07-25T05:10:42.771Z | Compiling h2 v0.3.26 |
614 | 2024-07-25T05:10:43.038Z | Compiling pest_derive v2.7.10 |
615 | 2024-07-25T05:10:43.095Z | Compiling rustls-pemfile v1.0.4 |
616 | 2024-07-25T05:10:43.475Z | Compiling papergrid v0.11.0 |
617 | 2024-07-25T05:10:43.689Z | Compiling dtrace-parser v0.2.0 |
618 | 2024-07-25T05:10:44.225Z | Compiling strum_macros v0.26.4 |
619 | 2024-07-25T05:10:44.314Z | Compiling clap_derive v4.5.8 |
620 | 2024-07-25T05:10:45.557Z | Compiling serde_tokenstream v0.2.1 |
621 | 2024-07-25T05:10:46.015Z | Compiling serde_spanned v0.6.6 |
622 | 2024-07-25T05:10:46.225Z | Compiling toml_datetime v0.6.6 |
623 | 2024-07-25T05:10:46.664Z | Compiling dof v0.3.0 |
624 | 2024-07-25T05:10:47.830Z | Compiling hyper v0.14.28 |
625 | 2024-07-25T05:10:47.860Z | Compiling toml_edit v0.22.16 |
626 | 2024-07-25T05:10:48.213Z | Compiling slog-json v2.6.1 |
627 | 2024-07-25T05:10:48.574Z | Compiling cargo-platform v0.1.8 |
628 | 2024-07-25T05:10:48.975Z | Compiling serde_urlencoded v0.7.1 |
629 | 2024-07-25T05:10:49.092Z | Compiling hostname v0.3.1 |
630 | 2024-07-25T05:10:49.124Z | Compiling usdt-macro v0.5.0 |
631 | 2024-07-25T05:10:49.305Z | Compiling usdt-attr-macro v0.5.0 |
632 | 2024-07-25T05:10:49.390Z | Compiling digest v0.10.7 |
633 | 2024-07-25T05:10:49.420Z | Compiling crossbeam-channel v0.5.12 |
634 | 2024-07-25T05:10:49.448Z | Compiling url v2.5.2 |
635 | 2024-07-25T05:10:49.513Z | Compiling term v0.7.0 |
636 | 2024-07-25T05:10:50.076Z | Compiling xattr v1.3.1 |
637 | 2024-07-25T05:10:50.264Z | Compiling memmap v0.7.0 |
638 | 2024-07-25T05:10:50.313Z | Compiling filetime v0.2.23 |
639 | 2024-07-25T05:10:50.423Z | Compiling is-terminal v0.4.12 |
640 | 2024-07-25T05:10:50.548Z | Compiling toml v0.8.15 |
641 | 2024-07-25T05:10:50.573Z | Compiling encoding_rs v0.8.34 |
642 | 2024-07-25T05:10:50.603Z | Compiling mime v0.3.17 |
643 | 2024-07-25T05:10:50.635Z | Compiling ipnet v2.9.0 |
644 | 2024-07-25T05:10:50.911Z | Compiling cpufeatures v0.2.12 |
645 | 2024-07-25T05:10:51.014Z | Compiling hyper-tls v0.5.0 |
646 | 2024-07-25T05:10:51.072Z | Compiling take_mut v0.2.2 |
647 | 2024-07-25T05:10:51.142Z | Compiling sync_wrapper v0.1.2 |
648 | 2024-07-25T05:10:51.270Z | Compiling cargo_toml v0.20.4 |
649 | 2024-07-25T05:10:51.318Z | Compiling sha2 v0.10.8 |
650 | 2024-07-25T05:10:51.748Z | Compiling usdt v0.5.0 |
651 | 2024-07-25T05:10:52.052Z | Compiling slog-term v2.9.1 |
652 | 2024-07-25T05:10:52.179Z | Compiling tar v0.4.41 |
653 | 2024-07-25T05:10:52.292Z | Compiling flate2 v1.0.30 |
654 | 2024-07-25T05:10:53.095Z | Compiling reqwest v0.11.27 |
655 | 2024-07-25T05:10:53.169Z | Compiling slog-bunyan v2.5.0 |
656 | 2024-07-25T05:10:53.361Z | Compiling cargo_metadata v0.18.1 |
657 | 2024-07-25T05:10:53.651Z | Compiling strum v0.26.3 |
658 | 2024-07-25T05:10:53.809Z | Compiling clap v4.5.9 |
659 | 2024-07-25T05:10:53.857Z | Compiling macaddr v1.0.1 |
660 | 2024-07-25T05:10:53.915Z | Compiling tabled v0.15.0 |
661 | 2024-07-25T05:10:54.189Z | Compiling futures v0.3.30 |
662 | 2024-07-25T05:10:54.263Z | Compiling swrite v0.1.0 |
663 | 2024-07-25T05:10:59.080Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
664 | 2024-07-25T05:11:09.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
665 | 2024-07-25T05:11:09.674Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
666 | 2024-07-25T05:11:09.759Z | Jul 25 05:11:08.906 INFO Starting download, target: Clickhouse |
667 | 2024-07-25T05:11:09.759Z | Jul 25 05:11:08.906 INFO Starting download, target: Console |
668 | 2024-07-25T05:11:09.759Z | Jul 25 05:11:08.906 INFO Starting download, target: Cockroach |
669 | 2024-07-25T05:11:09.803Z | Jul 25 05:11:08.906 INFO Starting download, target: DendriteOpenapi |
670 | 2024-07-25T05:11:09.803Z | Jul 25 05:11:08.906 INFO Starting download, target: MaghemiteMgd |
671 | 2024-07-25T05:11:09.803Z | Jul 25 05:11:08.906 INFO Starting download, target: TransceiverControl |
672 | 2024-07-25T05:11:09.803Z | Jul 25 05:11:08.907 INFO Starting download, target: DendriteStub |
673 | 2024-07-25T05:11:09.804Z | Jul 25 05:11:08.909 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi |
674 | 2024-07-25T05:11:09.804Z | Jul 25 05:11:08.909 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
675 | 2024-07-25T05:11:09.804Z | Jul 25 05:11:08.910 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
676 | 2024-07-25T05:11:09.804Z | Jul 25 05:11:08.910 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
677 | 2024-07-25T05:11:09.804Z | Jul 25 05:11:08.911 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
678 | 2024-07-25T05:11:09.804Z | Jul 25 05:11:08.911 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
679 | 2024-07-25T05:11:09.804Z | Jul 25 05:11:08.911 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
680 | 2024-07-25T05:11:10.057Z | Jul 25 05:11:09.210 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
681 | 2024-07-25T05:11:10.250Z | Jul 25 05:11:09.411 INFO Download complete, target: DendriteOpenapi |
682 | 2024-07-25T05:11:10.408Z | Jul 25 05:11:09.570 INFO Download complete, target: Console |
683 | 2024-07-25T05:11:12.541Z | Jul 25 05:11:11.704 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
684 | 2024-07-25T05:11:13.121Z | Jul 25 05:11:12.284 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
685 | 2024-07-25T05:11:13.852Z | Jul 25 05:11:13.015 INFO Download complete, target: TransceiverControl |
686 | 2024-07-25T05:11:15.708Z | Jul 25 05:11:14.871 INFO Download complete, target: DendriteStub |
687 | 2024-07-25T05:11:18.770Z | Jul 25 05:11:17.933 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
688 | 2024-07-25T05:11:21.950Z | Jul 25 05:11:21.113 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
689 | 2024-07-25T05:11:21.950Z | Jul 25 05:11:21.113 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
690 | 2024-07-25T05:11:23.194Z | Jul 25 05:11:22.357 INFO Download complete, target: MaghemiteMgd |
691 | 2024-07-25T05:11:27.999Z | Jul 25 05:11:27.162 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
692 | 2024-07-25T05:11:32.625Z | Jul 25 05:11:31.788 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
693 | 2024-07-25T05:11:33.125Z | Jul 25 05:11:32.289 INFO Checking that binary works, target: Cockroach |
694 | 2024-07-25T05:11:33.332Z | Jul 25 05:11:32.496 INFO Download complete, target: Cockroach |
695 | 2024-07-25T05:11:44.796Z | Jul 25 05:11:43.960 INFO Checking that binary works, target: Clickhouse |
696 | 2024-07-25T05:11:44.952Z | Jul 25 05:11:44.117 INFO Download complete, target: Clickhouse |
697 | 2024-07-25T05:11:44.977Z | All builder prerequisites installed successfully, and PATH looks valid |
698 | 2024-07-25T05:11:45.002Z | |
699 | 2024-07-25T05:11:45.002Z | real 3:00.872790790 |
700 | 2024-07-25T05:11:45.002Z | user 5:25.266792945 |
701 | 2024-07-25T05:11:45.002Z | sys 1:21.970188019 |
702 | 2024-07-25T05:11:45.002Z | trap 0.172944586 |
703 | 2024-07-25T05:11:45.002Z | tflt 0.072296952 |
704 | 2024-07-25T05:11:45.002Z | dflt 0.773983237 |
705 | 2024-07-25T05:11:45.002Z | kflt 0.006797591 |
706 | 2024-07-25T05:11:45.002Z | lock 16:17.580108240 |
707 | 2024-07-25T05:11:45.002Z | slp 15:22.839797474 |
708 | 2024-07-25T05:11:45.002Z | lat 24.098158530 |
709 | 2024-07-25T05:11:45.002Z | stop 1:05.268220271 |
710 | 2024-07-25T05:11:45.002Z | + banner clippy |
711 | 2024-07-25T05:11:45.002Z | |
712 | 2024-07-25T05:11:45.002Z | #### # # ##### ##### # # |
713 | 2024-07-25T05:11:45.002Z | # # # # # # # # # # |
714 | 2024-07-25T05:11:45.002Z | # # # # # # # # |
715 | 2024-07-25T05:11:45.002Z | # # # ##### ##### # |
716 | 2024-07-25T05:11:45.002Z | # # # # # # # |
717 | 2024-07-25T05:11:45.002Z | #### ###### # # # # |
718 | 2024-07-25T05:11:45.002Z | |
719 | 2024-07-25T05:11:45.002Z | + export CARGO_INCREMENTAL=0 |
720 | 2024-07-25T05:11:45.002Z | + CARGO_INCREMENTAL=0 |
721 | 2024-07-25T05:11:45.002Z | + ptime -m cargo xtask clippy |
722 | 2024-07-25T05:11:45.719Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
723 | 2024-07-25T05:11:55.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.36s |
724 | 2024-07-25T05:11:55.465Z | Running `target/debug/xtask clippy` |
725 | 2024-07-25T05:11:55.499Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
726 | 2024-07-25T05:11:56.291Z | Downloading crates ... |
727 | 2024-07-25T05:11:56.463Z | Downloaded async-stream v0.3.5 |
728 | 2024-07-25T05:11:56.491Z | Downloaded block-padding v0.3.3 |
729 | 2024-07-25T05:11:56.491Z | Downloaded cstr-argument v0.1.2 |
730 | 2024-07-25T05:11:56.491Z | Downloaded convert_case v0.4.0 |
731 | 2024-07-25T05:11:56.491Z | Downloaded cobs v0.2.3 |
732 | 2024-07-25T05:11:56.491Z | Downloaded is_ci v1.2.0 |
733 | 2024-07-25T05:11:56.491Z | Downloaded number_prefix v0.4.0 |
734 | 2024-07-25T05:11:56.491Z | Downloaded new_debug_unreachable v1.0.6 |
735 | 2024-07-25T05:11:56.517Z | Downloaded matches v0.1.10 |
736 | 2024-07-25T05:11:56.517Z | Downloaded serde-hex v0.1.0 |
737 | 2024-07-25T05:11:56.517Z | Downloaded parking_lot_core v0.8.6 |
738 | 2024-07-25T05:11:56.517Z | Downloaded toolchain_find v0.4.0 |
739 | 2024-07-25T05:11:56.517Z | Downloaded opaque-debug v0.3.1 |
740 | 2024-07-25T05:11:56.543Z | Downloaded zeroize_derive v1.4.2 |
741 | 2024-07-25T05:11:56.543Z | Downloaded fxhash v0.2.1 |
742 | 2024-07-25T05:11:56.543Z | Downloaded plotters-svg v0.3.5 |
743 | 2024-07-25T05:11:56.543Z | Downloaded serde_path_to_error v0.1.16 |
744 | 2024-07-25T05:11:56.569Z | Downloaded serde_plain v1.0.2 |
745 | 2024-07-25T05:11:56.569Z | Downloaded group v0.13.0 |
746 | 2024-07-25T05:11:56.569Z | Downloaded psl-types v2.0.11 |
747 | 2024-07-25T05:11:56.569Z | Downloaded tokio-stream v0.1.15 |
748 | 2024-07-25T05:11:56.594Z | Downloaded hubpack_derive v0.1.1 |
749 | 2024-07-25T05:11:56.594Z | Downloaded http-range v0.1.5 |
750 | 2024-07-25T05:11:56.594Z | Downloaded home v0.5.9 |
751 | 2024-07-25T05:11:56.595Z | Downloaded walkdir v2.5.0 |
752 | 2024-07-25T05:11:56.595Z | Downloaded diff v0.1.13 |
753 | 2024-07-25T05:11:56.595Z | Downloaded sigpipe v0.1.3 |
754 | 2024-07-25T05:11:56.620Z | Downloaded precomputed-hash v0.1.1 |
755 | 2024-07-25T05:11:56.620Z | Downloaded pretty-hex v0.2.1 |
756 | 2024-07-25T05:11:56.620Z | Downloaded slog-scope v4.4.0 |
757 | 2024-07-25T05:11:56.645Z | Downloaded defmt-parser v0.3.4 |
758 | 2024-07-25T05:11:56.645Z | Downloaded tower-layer v0.3.2 |
759 | 2024-07-25T05:11:56.645Z | Downloaded ed25519 v2.2.3 |
760 | 2024-07-25T05:11:56.645Z | Downloaded endian-type v0.1.2 |
761 | 2024-07-25T05:11:56.645Z | Downloaded ecdsa v0.16.9 |
762 | 2024-07-25T05:11:56.645Z | Downloaded http v1.1.0 |
763 | 2024-07-25T05:11:56.645Z | Downloaded ref-cast-impl v1.0.23 |
764 | 2024-07-25T05:11:56.670Z | Downloaded target-lexicon v0.12.14 |
765 | 2024-07-25T05:11:56.670Z | Downloaded rand_core v0.5.1 |
766 | 2024-07-25T05:11:56.670Z | Downloaded fallible-iterator v0.2.0 |
767 | 2024-07-25T05:11:56.670Z | Downloaded env_logger v0.9.3 |
768 | 2024-07-25T05:11:56.670Z | Downloaded hash32 v0.2.1 |
769 | 2024-07-25T05:11:56.670Z | Downloaded rand_xorshift v0.3.0 |
770 | 2024-07-25T05:11:56.670Z | Downloaded rpassword v7.3.1 |
771 | 2024-07-25T05:11:56.671Z | Downloaded fd-lock v4.0.2 |
772 | 2024-07-25T05:11:56.696Z | Downloaded rand_chacha v0.3.1 |
773 | 2024-07-25T05:11:56.696Z | Downloaded rand_distr v0.4.3 |
774 | 2024-07-25T05:11:56.696Z | Downloaded expectorate v1.1.0 |
775 | 2024-07-25T05:11:56.696Z | Downloaded pretty_assertions v1.4.0 |
776 | 2024-07-25T05:11:56.696Z | Downloaded rayon v1.10.0 |
777 | 2024-07-25T05:11:56.721Z | Downloaded regex v1.10.5 |
778 | 2024-07-25T05:11:56.746Z | Downloaded fastrand v2.1.0 |
779 | 2024-07-25T05:11:56.746Z | Downloaded erased-serde v0.3.31 |
780 | 2024-07-25T05:11:56.746Z | Downloaded hashbrown v0.13.2 |
781 | 2024-07-25T05:11:56.746Z | Downloaded rsa v0.9.6 |
782 | 2024-07-25T05:11:56.747Z | Downloaded fatfs v0.3.6 |
783 | 2024-07-25T05:11:56.771Z | Downloaded der v0.7.9 |
784 | 2024-07-25T05:11:56.771Z | Downloaded trust-dns-client v0.22.0 |
785 | 2024-07-25T05:11:56.771Z | Downloaded serde_with v3.8.3 |
786 | 2024-07-25T05:11:56.795Z | Downloaded winnow v0.5.40 |
787 | 2024-07-25T05:11:56.795Z | Downloaded regex-automata v0.1.10 |
788 | 2024-07-25T05:11:56.821Z | Downloaded chrono v0.4.38 |
789 | 2024-07-25T05:11:56.821Z | Downloaded diesel v2.1.6 |
790 | 2024-07-25T05:11:56.845Z | Downloaded regex-syntax v0.6.29 |
791 | 2024-07-25T05:11:56.845Z | Downloaded trust-dns-proto v0.22.0 |
792 | 2024-07-25T05:11:56.870Z | Downloaded zerocopy-derive v0.6.6 |
793 | 2024-07-25T05:11:56.870Z | Downloaded ratatui v0.27.0 |
794 | 2024-07-25T05:11:56.894Z | Downloaded sha3 v0.10.8 |
795 | 2024-07-25T05:11:56.918Z | Downloaded csv v1.3.0 |
796 | 2024-07-25T05:11:56.943Z | Downloaded regex-automata v0.4.6 |
797 | 2024-07-25T05:11:56.967Z | Downloaded finl_unicode v1.2.0 |
798 | 2024-07-25T05:11:56.967Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
799 | 2024-07-25T05:11:56.991Z | Downloaded ring v0.17.8 |
800 | 2024-07-25T05:11:57.061Z | Downloaded regress v0.9.1 |
801 | 2024-07-25T05:11:57.085Z | Downloaded regex-syntax v0.8.3 |
802 | 2024-07-25T05:11:57.085Z | Downloaded bstr v1.9.1 |
803 | 2024-07-25T05:11:57.109Z | Downloaded bstr v0.2.17 |
804 | 2024-07-25T05:11:57.109Z | Downloaded bindgen v0.69.4 |
805 | 2024-07-25T05:11:57.136Z | Downloaded ring v0.16.20 |
806 | 2024-07-25T05:11:57.213Z | Downloaded hyper v1.3.1 |
807 | 2024-07-25T05:11:57.237Z | Downloaded hkdf v0.12.4 |
808 | 2024-07-25T05:11:57.237Z | Downloaded proptest v1.4.0 |
809 | 2024-07-25T05:11:57.237Z | Downloaded sqlparser v0.45.0 |
810 | 2024-07-25T05:11:57.261Z | Downloaded rustyline v14.0.0 |
811 | 2024-07-25T05:11:57.261Z | Downloaded curve25519-dalek v4.1.3 |
812 | 2024-07-25T05:11:57.261Z | Downloaded trust-dns-server v0.22.1 |
813 | 2024-07-25T05:11:57.285Z | Downloaded heapless v0.7.17 |
814 | 2024-07-25T05:11:57.285Z | Downloaded russh v0.43.0 |
815 | 2024-07-25T05:11:57.285Z | Downloaded blake3 v1.5.1 |
816 | 2024-07-25T05:11:57.285Z | Downloaded hashbrown v0.12.3 |
817 | 2024-07-25T05:11:57.309Z | Downloaded env_logger v0.10.2 |
818 | 2024-07-25T05:11:57.309Z | Downloaded tracing-attributes v0.1.27 |
819 | 2024-07-25T05:11:57.309Z | Downloaded rayon-core v1.12.1 |
820 | 2024-07-25T05:11:57.309Z | Downloaded snafu v0.8.2 |
821 | 2024-07-25T05:11:57.309Z | Downloaded rstest_macros v0.19.0 |
822 | 2024-07-25T05:11:57.309Z | Downloaded rstest v0.19.0 |
823 | 2024-07-25T05:11:57.334Z | Downloaded ron v0.8.1 |
824 | 2024-07-25T05:11:57.334Z | Downloaded sled v0.34.7 |
825 | 2024-07-25T05:11:57.334Z | Downloaded unicode_categories v0.1.1 |
826 | 2024-07-25T05:11:57.334Z | Downloaded petgraph v0.6.5 |
827 | 2024-07-25T05:11:57.358Z | Downloaded typed-path v0.7.1 |
828 | 2024-07-25T05:11:57.382Z | Downloaded heapless v0.8.0 |
829 | 2024-07-25T05:11:57.382Z | Downloaded headers v0.3.9 |
830 | 2024-07-25T05:11:57.382Z | Downloaded samael v0.0.15 |
831 | 2024-07-25T05:11:57.382Z | Downloaded unsafe-libyaml v0.2.11 |
832 | 2024-07-25T05:11:57.382Z | Downloaded unicode-segmentation v1.11.0 |
833 | 2024-07-25T05:11:57.406Z | Downloaded tough v0.17.1 |
834 | 2024-07-25T05:11:57.406Z | Downloaded trybuild v1.0.97 |
835 | 2024-07-25T05:11:57.406Z | Downloaded smoltcp v0.11.0 |
836 | 2024-07-25T05:11:57.430Z | Downloaded smoltcp v0.9.1 |
837 | 2024-07-25T05:11:57.430Z | Downloaded rustls v0.22.4 |
838 | 2024-07-25T05:11:57.455Z | Downloaded snafu-derive v0.8.2 |
839 | 2024-07-25T05:11:57.455Z | Downloaded openapiv3 v2.0.0 |
840 | 2024-07-25T05:11:57.479Z | Downloaded reedline v0.31.0 |
841 | 2024-07-25T05:11:57.479Z | Downloaded spin v0.9.8 |
842 | 2024-07-25T05:11:57.479Z | Downloaded webpki-roots v0.25.4 |
843 | 2024-07-25T05:11:57.479Z | Downloaded rustls v0.21.12 |
844 | 2024-07-25T05:11:57.504Z | Downloaded radix_trie v0.2.1 |
845 | 2024-07-25T05:11:57.504Z | Downloaded gimli v0.28.1 |
846 | 2024-07-25T05:11:57.504Z | Downloaded steno v0.4.1 |
847 | 2024-07-25T05:11:57.529Z | Downloaded polar-core v0.27.3 |
848 | 2024-07-25T05:11:57.529Z | Downloaded bitvec v1.0.1 |
849 | 2024-07-25T05:11:57.553Z | Downloaded prettyplease v0.2.20 |
850 | 2024-07-25T05:11:57.553Z | Downloaded half v2.4.1 |
851 | 2024-07-25T05:11:57.553Z | Downloaded fancy-regex v0.13.0 |
852 | 2024-07-25T05:11:57.553Z | Downloaded rustls-webpki v0.102.4 |
853 | 2024-07-25T05:11:57.578Z | Downloaded rand_chacha v0.2.2 |
854 | 2024-07-25T05:11:57.578Z | Downloaded structmeta-derive v0.2.0 |
855 | 2024-07-25T05:11:57.578Z | Downloaded hyper-rustls v0.26.0 |
856 | 2024-07-25T05:11:57.578Z | Downloaded hyper-rustls v0.24.2 |
857 | 2024-07-25T05:11:57.578Z | Downloaded rand_seeder v0.2.3 |
858 | 2024-07-25T05:11:57.578Z | Downloaded rand_core v0.6.4 |
859 | 2024-07-25T05:11:57.578Z | Downloaded primeorder v0.13.6 |
860 | 2024-07-25T05:11:57.603Z | Downloaded escape8259 v0.5.2 |
861 | 2024-07-25T05:11:57.603Z | Downloaded structmeta-derive v0.3.0 |
862 | 2024-07-25T05:11:57.603Z | Downloaded structmeta v0.3.0 |
863 | 2024-07-25T05:11:57.603Z | Downloaded structmeta v0.2.0 |
864 | 2024-07-25T05:11:57.603Z | Downloaded strip-ansi-escapes v0.2.0 |
865 | 2024-07-25T05:11:57.604Z | Downloaded spin v0.5.2 |
866 | 2024-07-25T05:11:57.604Z | Downloaded rustls-webpki v0.101.7 |
867 | 2024-07-25T05:11:57.604Z | Downloaded quick-xml v0.31.0 |
868 | 2024-07-25T05:11:57.628Z | Downloaded guppy-workspace-hack v0.1.0 |
869 | 2024-07-25T05:11:57.628Z | Downloaded elliptic-curve v0.13.8 |
870 | 2024-07-25T05:11:57.628Z | Downloaded trust-dns-resolver v0.22.0 |
871 | 2024-07-25T05:11:57.628Z | Downloaded tungstenite v0.20.1 |
872 | 2024-07-25T05:11:57.628Z | Downloaded const_format v0.2.32 |
873 | 2024-07-25T05:11:57.628Z | Downloaded chacha20poly1305 v0.10.1 |
874 | 2024-07-25T05:11:57.653Z | Downloaded x509-cert v0.2.5 |
875 | 2024-07-25T05:11:57.653Z | Downloaded rcgen v0.12.1 |
876 | 2024-07-25T05:11:57.653Z | Downloaded socket2 v0.4.10 |
877 | 2024-07-25T05:11:57.653Z | Downloaded ed25519-dalek v2.1.1 |
878 | 2024-07-25T05:11:57.653Z | Downloaded rfc6979 v0.4.0 |
879 | 2024-07-25T05:11:57.653Z | Downloaded resolv-conf v0.7.0 |
880 | 2024-07-25T05:11:57.653Z | Downloaded relative-path v1.9.3 |
881 | 2024-07-25T05:11:57.653Z | Downloaded zip v0.6.6 |
882 | 2024-07-25T05:11:57.678Z | Downloaded whoami v1.5.1 |
883 | 2024-07-25T05:11:57.678Z | Downloaded hash32 v0.3.1 |
884 | 2024-07-25T05:11:57.678Z | Downloaded hyper-util v0.1.3 |
885 | 2024-07-25T05:11:57.678Z | Downloaded diesel_derives v2.1.4 |
886 | 2024-07-25T05:11:57.678Z | Downloaded derive_more v0.99.18 |
887 | 2024-07-25T05:11:57.678Z | Downloaded subprocess v0.2.9 |
888 | 2024-07-25T05:11:57.678Z | Downloaded ron v0.7.1 |
889 | 2024-07-25T05:11:57.703Z | Downloaded which v4.4.2 |
890 | 2024-07-25T05:11:57.703Z | Downloaded tabwriter v1.4.0 |
891 | 2024-07-25T05:11:57.704Z | Downloaded derive-where v1.2.7 |
892 | 2024-07-25T05:11:57.704Z | Downloaded wyz v0.5.1 |
893 | 2024-07-25T05:11:57.704Z | Downloaded object v0.30.4 |
894 | 2024-07-25T05:11:57.704Z | Downloaded ref-cast v1.0.23 |
895 | 2024-07-25T05:11:57.704Z | Downloaded enum-as-inner v0.5.1 |
896 | 2024-07-25T05:11:57.728Z | Downloaded ena v0.14.3 |
897 | 2024-07-25T05:11:57.728Z | Downloaded embedded-io v0.4.0 |
898 | 2024-07-25T05:11:57.729Z | Downloaded derive_builder v0.20.0 |
899 | 2024-07-25T05:11:57.729Z | Downloaded guppy v0.17.5 |
900 | 2024-07-25T05:11:57.729Z | Downloaded nix v0.27.1 |
901 | 2024-07-25T05:11:57.754Z | Downloaded derive_builder_core v0.20.0 |
902 | 2024-07-25T05:11:57.754Z | Downloaded rand v0.7.3 |
903 | 2024-07-25T05:11:57.754Z | Downloaded tap v1.0.1 |
904 | 2024-07-25T05:11:57.754Z | Downloaded supports-color v3.0.0 |
905 | 2024-07-25T05:11:57.754Z | Downloaded subtle v2.5.0 |
906 | 2024-07-25T05:11:57.754Z | Downloaded strum_macros v0.25.3 |
907 | 2024-07-25T05:11:57.754Z | Downloaded strum_macros v0.24.3 |
908 | 2024-07-25T05:11:57.754Z | Downloaded either v1.12.0 |
909 | 2024-07-25T05:11:57.754Z | Downloaded der_derive v0.7.2 |
910 | 2024-07-25T05:11:57.754Z | Downloaded rustc-demangle v0.1.24 |
911 | 2024-07-25T05:11:57.779Z | Downloaded rust-argon2 v2.1.0 |
912 | 2024-07-25T05:11:57.779Z | Downloaded russh-keys v0.43.0 |
913 | 2024-07-25T05:11:57.779Z | Downloaded similar v2.5.0 |
914 | 2024-07-25T05:11:57.779Z | Downloaded signal-hook-mio v0.2.3 |
915 | 2024-07-25T05:11:57.779Z | Downloaded serde_repr v0.1.19 |
916 | 2024-07-25T05:11:57.779Z | Downloaded proc-macro-crate v1.3.1 |
917 | 2024-07-25T05:11:57.779Z | Downloaded tungstenite v0.21.0 |
918 | 2024-07-25T05:11:57.779Z | Downloaded object v0.32.2 |
919 | 2024-07-25T05:11:57.804Z | Downloaded crypto-bigint v0.5.5 |
920 | 2024-07-25T05:11:57.804Z | Downloaded dyn-clone v1.0.17 |
921 | 2024-07-25T05:11:57.804Z | Downloaded downcast v0.11.0 |
922 | 2024-07-25T05:11:57.804Z | Downloaded doc-comment v0.3.3 |
923 | 2024-07-25T05:11:57.804Z | Downloaded display-error-chain v0.2.0 |
924 | 2024-07-25T05:11:57.804Z | Downloaded derive_builder_macro v0.20.0 |
925 | 2024-07-25T05:11:57.805Z | Downloaded yansi v0.5.1 |
926 | 2024-07-25T05:11:57.805Z | Downloaded headers-core v0.2.0 |
927 | 2024-07-25T05:11:57.805Z | Downloaded slog-dtrace v0.3.0 |
928 | 2024-07-25T05:11:57.805Z | Downloaded rtoolbox v0.0.2 |
929 | 2024-07-25T05:11:57.829Z | Downloaded universal-hash v0.5.1 |
930 | 2024-07-25T05:11:57.829Z | Downloaded unicode-xid v0.2.4 |
931 | 2024-07-25T05:11:57.829Z | Downloaded rustfmt-wrapper v0.2.1 |
932 | 2024-07-25T05:11:57.829Z | Downloaded rustc_version v0.4.0 |
933 | 2024-07-25T05:11:57.829Z | Downloaded rustc_version v0.1.7 |
934 | 2024-07-25T05:11:57.829Z | Downloaded rustc-hash v1.1.0 |
935 | 2024-07-25T05:11:57.829Z | Downloaded rand v0.8.5 |
936 | 2024-07-25T05:11:57.829Z | Downloaded tower v0.4.13 |
937 | 2024-07-25T05:11:57.829Z | Downloaded plotters v0.3.5 |
938 | 2024-07-25T05:11:57.854Z | Downloaded zerocopy v0.6.6 |
939 | 2024-07-25T05:11:57.854Z | Downloaded yasna v0.5.2 |
940 | 2024-07-25T05:11:57.854Z | Downloaded defmt-macros v0.3.9 |
941 | 2024-07-25T05:11:57.854Z | Downloaded defmt v0.3.8 |
942 | 2024-07-25T05:11:57.854Z | Downloaded debug-ignore v1.0.5 |
943 | 2024-07-25T05:11:57.854Z | Downloaded datatest-stable v0.2.9 |
944 | 2024-07-25T05:11:57.854Z | Downloaded data-encoding v2.6.0 |
945 | 2024-07-25T05:11:57.854Z | Downloaded darling_macro v0.20.9 |
946 | 2024-07-25T05:11:57.880Z | Downloaded zone_cfg_derive v0.1.2 |
947 | 2024-07-25T05:11:57.880Z | Downloaded zone v0.1.8 |
948 | 2024-07-25T05:11:57.880Z | Downloaded predicates-tree v1.0.9 |
949 | 2024-07-25T05:11:57.880Z | Downloaded predicates-core v1.0.6 |
950 | 2024-07-25T05:11:57.880Z | Downloaded predicates v3.1.0 |
951 | 2024-07-25T05:11:57.881Z | Downloaded ppv-lite86 v0.2.17 |
952 | 2024-07-25T05:11:57.881Z | Downloaded postgres-types v0.2.6 |
953 | 2024-07-25T05:11:57.881Z | Downloaded postgres-protocol v0.6.6 |
954 | 2024-07-25T05:11:57.881Z | Downloaded hyper-staticfile v0.9.5 |
955 | 2024-07-25T05:11:57.881Z | Downloaded smf v0.2.3 |
956 | 2024-07-25T05:11:57.881Z | Downloaded smawk v0.3.2 |
957 | 2024-07-25T05:11:57.881Z | Downloaded smallvec v0.6.14 |
958 | 2024-07-25T05:11:57.881Z | Downloaded slog-stdlog v4.1.1 |
959 | 2024-07-25T05:11:57.881Z | Downloaded slog-envlogger v2.2.0 |
960 | 2024-07-25T05:11:57.881Z | Downloaded similar-asserts v1.5.0 |
961 | 2024-07-25T05:11:57.907Z | Downloaded signal-hook-tokio v0.3.1 |
962 | 2024-07-25T05:11:57.907Z | Downloaded russh-cryptovec v0.7.2 |
963 | 2024-07-25T05:11:57.907Z | Downloaded hmac v0.12.1 |
964 | 2024-07-25T05:11:57.907Z | Downloaded highway v1.1.0 |
965 | 2024-07-25T05:11:57.907Z | Downloaded hex-literal v0.4.1 |
966 | 2024-07-25T05:11:57.907Z | Downloaded hex v0.4.3 |
967 | 2024-07-25T05:11:57.907Z | Downloaded heck v0.3.3 |
968 | 2024-07-25T05:11:57.907Z | Downloaded untrusted v0.9.0 |
969 | 2024-07-25T05:11:57.907Z | Downloaded tui-tree-widget v0.21.0 |
970 | 2024-07-25T05:11:57.907Z | Downloaded publicsuffix v2.2.3 |
971 | 2024-07-25T05:11:57.931Z | Downloaded toml_edit v0.19.15 |
972 | 2024-07-25T05:11:57.931Z | Downloaded portable-atomic v1.6.0 |
973 | 2024-07-25T05:11:57.955Z | Downloaded nix v0.28.0 |
974 | 2024-07-25T05:11:57.955Z | Downloaded idna v0.3.0 |
975 | 2024-07-25T05:11:57.980Z | Downloaded idna v0.2.3 |
976 | 2024-07-25T05:11:57.980Z | Downloaded httptest v0.15.5 |
977 | 2024-07-25T05:11:57.980Z | Downloaded uuid v1.10.0 |
978 | 2024-07-25T05:11:57.981Z | Downloaded ff v0.13.0 |
979 | 2024-07-25T05:11:57.981Z | Downloaded tempfile v3.10.1 |
980 | 2024-07-25T05:11:57.981Z | Downloaded serde_with_macros v3.8.3 |
981 | 2024-07-25T05:11:57.981Z | Downloaded siphasher v0.3.11 |
982 | 2024-07-25T05:11:57.981Z | Downloaded humantime v2.1.0 |
983 | 2024-07-25T05:11:57.981Z | Downloaded hubpack v0.1.2 |
984 | 2024-07-25T05:11:57.981Z | Downloaded flagset v0.4.5 |
985 | 2024-07-25T05:11:58.005Z | Downloaded tokio-postgres v0.7.10 |
986 | 2024-07-25T05:11:58.005Z | Downloaded signature v2.2.0 |
987 | 2024-07-25T05:11:58.005Z | Downloaded hostname v0.4.0 |
988 | 2024-07-25T05:11:58.005Z | Downloaded vte v0.11.1 |
989 | 2024-07-25T05:11:58.005Z | Downloaded vsss-rs v3.3.4 |
990 | 2024-07-25T05:11:58.005Z | Downloaded rustls-native-certs v0.7.0 |
991 | 2024-07-25T05:11:58.005Z | Downloaded flume v0.11.0 |
992 | 2024-07-25T05:11:58.005Z | Downloaded uzers v0.11.3 |
993 | 2024-07-25T05:11:58.030Z | Downloaded float-cmp v0.9.0 |
994 | 2024-07-25T05:11:58.030Z | Downloaded fixedbitset v0.4.2 |
995 | 2024-07-25T05:11:58.030Z | Downloaded toml v0.5.11 |
996 | 2024-07-25T05:11:58.030Z | Downloaded termios v0.3.3 |
997 | 2024-07-25T05:11:58.030Z | Downloaded termcolor v1.4.1 |
998 | 2024-07-25T05:11:58.030Z | Downloaded target-spec v3.1.0 |
999 | 2024-07-25T05:11:58.030Z | Downloaded peg-macros v0.8.4 |
1000 | 2024-07-25T05:11:58.030Z | Downloaded iana-time-zone v0.1.60 |
1001 | 2024-07-25T05:11:58.030Z | Downloaded dhcproto v0.11.0 |
1002 | 2024-07-25T05:11:58.030Z | Downloaded http-body v1.0.0 |
1003 | 2024-07-25T05:11:58.030Z | Downloaded vte_generate_state_changes v0.1.1 |
1004 | 2024-07-25T05:11:58.030Z | Downloaded untrusted v0.7.1 |
1005 | 2024-07-25T05:11:58.030Z | Downloaded rusty-fork v0.3.0 |
1006 | 2024-07-25T05:11:58.030Z | Downloaded rustls-pemfile v2.1.2 |
1007 | 2024-07-25T05:11:58.055Z | Downloaded same-file v1.0.6 |
1008 | 2024-07-25T05:11:58.055Z | Downloaded stable_deref_trait v1.2.0 |
1009 | 2024-07-25T05:11:58.055Z | Downloaded lalrpop v0.19.12 |
1010 | 2024-07-25T05:11:58.055Z | Downloaded itertools v0.13.0 |
1011 | 2024-07-25T05:11:58.081Z | Downloaded crossbeam-epoch v0.9.18 |
1012 | 2024-07-25T05:11:58.081Z | Downloaded clang-sys v1.7.0 |
1013 | 2024-07-25T05:11:58.081Z | Downloaded bzip2 v0.4.4 |
1014 | 2024-07-25T05:11:58.081Z | Downloaded array-init v0.0.4 |
1015 | 2024-07-25T05:11:58.081Z | Downloaded waitgroup v0.1.2 |
1016 | 2024-07-25T05:11:58.081Z | Downloaded wait-timeout v0.2.0 |
1017 | 2024-07-25T05:11:58.081Z | Downloaded utf-8 v0.7.6 |
1018 | 2024-07-25T05:11:58.081Z | Downloaded rustls-pki-types v1.7.0 |
1019 | 2024-07-25T05:11:58.081Z | Downloaded radium v0.7.0 |
1020 | 2024-07-25T05:11:58.081Z | Downloaded r2d2 v0.8.10 |
1021 | 2024-07-25T05:11:58.081Z | Downloaded quick-error v1.2.3 |
1022 | 2024-07-25T05:11:58.106Z | Downloaded globset v0.4.14 |
1023 | 2024-07-25T05:11:58.106Z | Downloaded float-ord v0.3.2 |
1024 | 2024-07-25T05:11:58.106Z | Downloaded toml v0.7.8 |
1025 | 2024-07-25T05:11:58.106Z | Downloaded tokio-tungstenite v0.21.0 |
1026 | 2024-07-25T05:11:58.106Z | Downloaded tokio-rustls v0.25.0 |
1027 | 2024-07-25T05:11:58.106Z | Downloaded textwrap v0.16.1 |
1028 | 2024-07-25T05:11:58.106Z | Downloaded cookie v0.17.0 |
1029 | 2024-07-25T05:11:58.106Z | Downloaded tokio-rustls v0.24.1 |
1030 | 2024-07-25T05:11:58.130Z | Downloaded termtree v0.4.1 |
1031 | 2024-07-25T05:11:58.130Z | Downloaded schemars v0.8.21 |
1032 | 2024-07-25T05:11:58.130Z | Downloaded pem v3.0.4 |
1033 | 2024-07-25T05:11:58.130Z | Downloaded console v0.15.8 |
1034 | 2024-07-25T05:11:58.130Z | Downloaded colored v2.1.0 |
1035 | 2024-07-25T05:11:58.130Z | Downloaded base64 v0.13.1 |
1036 | 2024-07-25T05:11:58.155Z | Downloaded backtrace v0.3.71 |
1037 | 2024-07-25T05:11:58.155Z | Downloaded glob v0.3.1 |
1038 | 2024-07-25T05:11:58.155Z | Downloaded tls_codec_derive v0.4.1 |
1039 | 2024-07-25T05:11:58.155Z | Downloaded tls_codec v0.4.1 |
1040 | 2024-07-25T05:11:58.155Z | Downloaded tinytemplate v1.2.1 |
1041 | 2024-07-25T05:11:58.155Z | Downloaded tiny-keccak v2.0.2 |
1042 | 2024-07-25T05:11:58.155Z | Downloaded threadpool v1.8.1 |
1043 | 2024-07-25T05:11:58.155Z | Downloaded thiserror-no-std v2.0.2 |
1044 | 2024-07-25T05:11:58.179Z | Downloaded thiserror-impl-no-std v2.0.2 |
1045 | 2024-07-25T05:11:58.179Z | Downloaded test-strategy v0.3.1 |
1046 | 2024-07-25T05:11:58.179Z | Downloaded poly1305 v0.8.0 |
1047 | 2024-07-25T05:11:58.179Z | Downloaded pin-project-internal v1.1.5 |
1048 | 2024-07-25T05:11:58.179Z | Downloaded fragile v2.0.0 |
1049 | 2024-07-25T05:11:58.179Z | Downloaded foreign-types-shared v0.3.1 |
1050 | 2024-07-25T05:11:58.179Z | Downloaded unicase v2.7.0 |
1051 | 2024-07-25T05:11:58.179Z | Downloaded stringprep v0.1.4 |
1052 | 2024-07-25T05:11:58.204Z | Downloaded aho-corasick v1.1.3 |
1053 | 2024-07-25T05:11:58.204Z | Downloaded foreign-types v0.5.0 |
1054 | 2024-07-25T05:11:58.204Z | Downloaded serde_arrays v0.1.0 |
1055 | 2024-07-25T05:11:58.204Z | Downloaded semver v0.1.20 |
1056 | 2024-07-25T05:11:58.204Z | Downloaded sct v0.7.1 |
1057 | 2024-07-25T05:11:58.204Z | Downloaded schemars_derive v0.8.21 |
1058 | 2024-07-25T05:11:58.204Z | Downloaded postcard v1.0.8 |
1059 | 2024-07-25T05:11:58.228Z | Downloaded pkcs1 v0.7.5 |
1060 | 2024-07-25T05:11:58.228Z | Downloaded peg-runtime v0.8.3 |
1061 | 2024-07-25T05:11:58.229Z | Downloaded ident_case v1.0.1 |
1062 | 2024-07-25T05:11:58.229Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1063 | 2024-07-25T05:11:58.229Z | Downloaded topological-sort v0.2.2 |
1064 | 2024-07-25T05:11:58.229Z | Downloaded sqlformat v0.2.4 |
1065 | 2024-07-25T05:11:58.229Z | Downloaded spki v0.7.3 |
1066 | 2024-07-25T05:11:58.229Z | Downloaded shlex v1.3.0 |
1067 | 2024-07-25T05:11:58.229Z | Downloaded sha1 v0.10.6 |
1068 | 2024-07-25T05:11:58.229Z | Downloaded libxml v0.3.3 |
1069 | 2024-07-25T05:11:58.229Z | Downloaded curve25519-dalek-derive v0.1.1 |
1070 | 2024-07-25T05:11:58.229Z | Downloaded crc-catalog v2.4.0 |
1071 | 2024-07-25T05:11:58.253Z | Downloaded serde_derive_internals v0.29.1 |
1072 | 2024-07-25T05:11:58.253Z | Downloaded secrecy v0.8.0 |
1073 | 2024-07-25T05:11:58.253Z | Downloaded sec1 v0.7.3 |
1074 | 2024-07-25T05:11:58.253Z | Downloaded scheduled-thread-pool v0.2.7 |
1075 | 2024-07-25T05:11:58.253Z | Downloaded polyval v0.6.2 |
1076 | 2024-07-25T05:11:58.253Z | Downloaded plotters-backend v0.3.5 |
1077 | 2024-07-25T05:11:58.253Z | Downloaded pkcs8 v0.10.2 |
1078 | 2024-07-25T05:11:58.253Z | Downloaded pin-project v1.1.5 |
1079 | 2024-07-25T05:11:58.278Z | Downloaded getrandom v0.2.14 |
1080 | 2024-07-25T05:11:58.278Z | Downloaded dhcproto-macros v0.1.0 |
1081 | 2024-07-25T05:11:58.278Z | Downloaded sqlparser_derive v0.2.2 |
1082 | 2024-07-25T05:11:58.278Z | Downloaded signal-hook v0.3.17 |
1083 | 2024-07-25T05:11:58.302Z | Downloaded p521 v0.13.3 |
1084 | 2024-07-25T05:11:58.302Z | Downloaded p256 v0.13.2 |
1085 | 2024-07-25T05:11:58.302Z | Downloaded num-bigint-dig v0.8.4 |
1086 | 2024-07-25T05:11:58.302Z | Downloaded nu-ansi-term v0.50.0 |
1087 | 2024-07-25T05:11:58.302Z | Downloaded minimal-lexical v0.2.1 |
1088 | 2024-07-25T05:11:58.327Z | Downloaded ciborium v0.2.2 |
1089 | 2024-07-25T05:11:58.327Z | Downloaded castaway v0.2.2 |
1090 | 2024-07-25T05:11:58.327Z | Downloaded camino-tempfile v1.1.1 |
1091 | 2024-07-25T05:11:58.327Z | Downloaded blake2 v0.10.6 |
1092 | 2024-07-25T05:11:58.327Z | Downloaded assert_cmd v2.0.14 |
1093 | 2024-07-25T05:11:58.327Z | Downloaded aes v0.8.4 |
1094 | 2024-07-25T05:11:58.327Z | Downloaded portpicker v0.1.1 |
1095 | 2024-07-25T05:11:58.327Z | Downloaded phf_shared v0.11.2 |
1096 | 2024-07-25T05:11:58.327Z | Downloaded phf v0.11.2 |
1097 | 2024-07-25T05:11:58.327Z | Downloaded pem-rfc7468 v0.7.0 |
1098 | 2024-07-25T05:11:58.327Z | Downloaded ghash v0.5.1 |
1099 | 2024-07-25T05:11:58.327Z | Downloaded getrandom v0.1.16 |
1100 | 2024-07-25T05:11:58.352Z | Downloaded foreign-types-macros v0.2.3 |
1101 | 2024-07-25T05:11:58.352Z | Downloaded unarray v0.1.4 |
1102 | 2024-07-25T05:11:58.352Z | Downloaded partial-io v0.5.4 |
1103 | 2024-07-25T05:11:58.352Z | Downloaded libm v0.2.8 |
1104 | 2024-07-25T05:11:58.352Z | Downloaded itertools v0.12.1 |
1105 | 2024-07-25T05:11:58.352Z | Downloaded ciborium-ll v0.2.2 |
1106 | 2024-07-25T05:11:58.352Z | Downloaded cexpr v0.6.0 |
1107 | 2024-07-25T05:11:58.376Z | Downloaded bitfield-struct v0.6.1 |
1108 | 2024-07-25T05:11:58.376Z | Downloaded phf_shared v0.10.0 |
1109 | 2024-07-25T05:11:58.376Z | Downloaded getopts v0.2.21 |
1110 | 2024-07-25T05:11:58.377Z | Downloaded gethostname v0.4.3 |
1111 | 2024-07-25T05:11:58.377Z | Downloaded futures-timer v3.0.3 |
1112 | 2024-07-25T05:11:58.377Z | Downloaded funty v2.0.0 |
1113 | 2024-07-25T05:11:58.377Z | Downloaded unicode-linebreak v0.1.5 |
1114 | 2024-07-25T05:11:58.377Z | Downloaded tokio-tungstenite v0.20.1 |
1115 | 2024-07-25T05:11:58.377Z | Downloaded serde_yaml v0.9.34+deprecated |
1116 | 2024-07-25T05:11:58.377Z | Downloaded oso v0.27.3 |
1117 | 2024-07-25T05:11:58.377Z | Downloaded nom v7.1.3 |
1118 | 2024-07-25T05:11:58.377Z | Downloaded memoffset v0.9.1 |
1119 | 2024-07-25T05:11:58.402Z | Downloaded lru-cache v0.1.2 |
1120 | 2024-07-25T05:11:58.402Z | Downloaded crossterm v0.27.0 |
1121 | 2024-07-25T05:11:58.402Z | Downloaded criterion-plot v0.5.0 |
1122 | 2024-07-25T05:11:58.402Z | Downloaded crc v3.2.1 |
1123 | 2024-07-25T05:11:58.402Z | Downloaded constant_time_eq v0.3.0 |
1124 | 2024-07-25T05:11:58.402Z | Downloaded cassowary v0.3.0 |
1125 | 2024-07-25T05:11:58.402Z | Downloaded dirs-sys v0.4.1 |
1126 | 2024-07-25T05:11:58.402Z | Downloaded dirs v5.0.1 |
1127 | 2024-07-25T05:11:58.402Z | Downloaded difflib v0.4.0 |
1128 | 2024-07-25T05:11:58.402Z | Downloaded string_cache v0.8.7 |
1129 | 2024-07-25T05:11:58.402Z | Downloaded serde-big-array v0.5.1 |
1130 | 2024-07-25T05:11:58.402Z | Downloaded password-hash v0.5.0 |
1131 | 2024-07-25T05:11:58.402Z | Downloaded parse-display-derive v0.9.1 |
1132 | 2024-07-25T05:11:58.426Z | Downloaded parking_lot v0.11.2 |
1133 | 2024-07-25T05:11:58.426Z | Downloaded packed_struct v0.10.1 |
1134 | 2024-07-25T05:11:58.426Z | Downloaded ctr v0.9.2 |
1135 | 2024-07-25T05:11:58.426Z | Downloaded crucible-workspace-hack v0.1.0 |
1136 | 2024-07-25T05:11:58.426Z | Downloaded criterion v0.5.1 |
1137 | 2024-07-25T05:11:58.426Z | Downloaded cfg_aliases v0.1.1 |
1138 | 2024-07-25T05:11:58.426Z | Downloaded base64ct v1.6.0 |
1139 | 2024-07-25T05:11:58.426Z | Downloaded zeroize v1.7.0 |
1140 | 2024-07-25T05:11:58.426Z | Downloaded unicode-truncate v1.0.0 |
1141 | 2024-07-25T05:11:58.427Z | Downloaded peg v0.8.4 |
1142 | 2024-07-25T05:11:58.451Z | Downloaded pbkdf2 v0.11.0 |
1143 | 2024-07-25T05:11:58.451Z | Downloaded path-slash v0.1.5 |
1144 | 2024-07-25T05:11:58.451Z | Downloaded num-bigint v0.4.5 |
1145 | 2024-07-25T05:11:58.451Z | Downloaded maybe-uninit v2.0.0 |
1146 | 2024-07-25T05:11:58.451Z | Downloaded itertools v0.10.5 |
1147 | 2024-07-25T05:11:58.451Z | Downloaded bit-vec v0.6.3 |
1148 | 2024-07-25T05:11:58.451Z | Downloaded aes-gcm v0.10.3 |
1149 | 2024-07-25T05:11:58.451Z | Downloaded num_enum_derive v0.5.11 |
1150 | 2024-07-25T05:11:58.451Z | Downloaded num-traits v0.2.19 |
1151 | 2024-07-25T05:11:58.476Z | Downloaded linked-hash-map v0.5.6 |
1152 | 2024-07-25T05:11:58.476Z | Downloaded libsw v3.3.1 |
1153 | 2024-07-25T05:11:58.476Z | Downloaded libloading v0.8.3 |
1154 | 2024-07-25T05:11:58.476Z | Downloaded indicatif v0.17.8 |
1155 | 2024-07-25T05:11:58.476Z | Downloaded const-oid v0.9.6 |
1156 | 2024-07-25T05:11:58.476Z | Downloaded blowfish v0.9.1 |
1157 | 2024-07-25T05:11:58.476Z | Downloaded bcrypt-pbkdf v0.10.0 |
1158 | 2024-07-25T05:11:58.476Z | Downloaded atomic-waker v1.1.2 |
1159 | 2024-07-25T05:11:58.476Z | Downloaded ascii v1.1.0 |
1160 | 2024-07-25T05:11:58.476Z | Downloaded allocator-api2 v0.2.18 |
1161 | 2024-07-25T05:11:58.476Z | Downloaded static_assertions v1.1.0 |
1162 | 2024-07-25T05:11:58.501Z | Downloaded stability v0.2.0 |
1163 | 2024-07-25T05:11:58.501Z | Downloaded shell-words v1.1.0 |
1164 | 2024-07-25T05:11:58.501Z | Downloaded paste v1.0.15 |
1165 | 2024-07-25T05:11:58.501Z | Downloaded password-hash v0.4.2 |
1166 | 2024-07-25T05:11:58.501Z | Downloaded packed_struct_codegen v0.10.1 |
1167 | 2024-07-25T05:11:58.501Z | Downloaded owo-colors v4.0.0 |
1168 | 2024-07-25T05:11:58.501Z | Downloaded num-iter v0.1.45 |
1169 | 2024-07-25T05:11:58.501Z | Downloaded num-integer v0.1.46 |
1170 | 2024-07-25T05:11:58.501Z | Downloaded num-complex v0.4.6 |
1171 | 2024-07-25T05:11:58.501Z | Downloaded num v0.4.3 |
1172 | 2024-07-25T05:11:58.502Z | Downloaded normalize-line-endings v0.3.0 |
1173 | 2024-07-25T05:11:58.502Z | Downloaded nodrop v0.1.14 |
1174 | 2024-07-25T05:11:58.502Z | Downloaded multimap v0.10.0 |
1175 | 2024-07-25T05:11:58.502Z | Downloaded multer v3.1.0 |
1176 | 2024-07-25T05:11:58.502Z | Downloaded mockall_derive v0.12.1 |
1177 | 2024-07-25T05:11:58.502Z | Downloaded memmap2 v0.9.4 |
1178 | 2024-07-25T05:11:58.526Z | Downloaded maplit v1.0.2 |
1179 | 2024-07-25T05:11:58.526Z | Downloaded libtest-mimic v0.7.3 |
1180 | 2024-07-25T05:11:58.526Z | Downloaded indexmap v1.9.3 |
1181 | 2024-07-25T05:11:58.526Z | Downloaded darling_core v0.20.9 |
1182 | 2024-07-25T05:11:58.526Z | Downloaded async-stream-impl v0.3.5 |
1183 | 2024-07-25T05:11:58.526Z | Downloaded oorandom v11.1.3 |
1184 | 2024-07-25T05:11:58.526Z | Downloaded omicron-zone-package v0.11.0 |
1185 | 2024-07-25T05:11:58.526Z | Downloaded olpc-cjson v0.1.3 |
1186 | 2024-07-25T05:11:58.526Z | Downloaded num-rational v0.4.2 |
1187 | 2024-07-25T05:11:58.526Z | Downloaded newtype_derive v0.1.6 |
1188 | 2024-07-25T05:11:58.526Z | Downloaded newline-converter v0.3.0 |
1189 | 2024-07-25T05:11:58.526Z | Downloaded nested v0.1.1 |
1190 | 2024-07-25T05:11:58.526Z | Downloaded mockall v0.12.1 |
1191 | 2024-07-25T05:11:58.526Z | Downloaded mime_guess v2.0.4 |
1192 | 2024-07-25T05:11:58.551Z | Downloaded lru v0.12.3 |
1193 | 2024-07-25T05:11:58.551Z | Downloaded async-recursion v1.1.1 |
1194 | 2024-07-25T05:11:58.551Z | Downloaded pbkdf2 v0.12.2 |
1195 | 2024-07-25T05:11:58.551Z | Downloaded pathdiff v0.2.1 |
1196 | 2024-07-25T05:11:58.551Z | Downloaded parse-size v1.0.0 |
1197 | 2024-07-25T05:11:58.551Z | Downloaded parse-display v0.9.1 |
1198 | 2024-07-25T05:11:58.551Z | Downloaded oso-derive v0.27.3 |
1199 | 2024-07-25T05:11:58.551Z | Downloaded option-ext v0.2.0 |
1200 | 2024-07-25T05:11:58.551Z | Downloaded num_enum v0.5.11 |
1201 | 2024-07-25T05:11:58.551Z | Downloaded num-derive v0.4.2 |
1202 | 2024-07-25T05:11:58.551Z | Downloaded nibble_vec v0.1.0 |
1203 | 2024-07-25T05:11:58.551Z | Downloaded newtype-uuid v1.1.0 |
1204 | 2024-07-25T05:11:58.551Z | Downloaded nanorand v0.7.0 |
1205 | 2024-07-25T05:11:58.551Z | Downloaded md5 v0.7.0 |
1206 | 2024-07-25T05:11:58.576Z | Downloaded md-5 v0.10.6 |
1207 | 2024-07-25T05:11:58.576Z | Downloaded managed v0.8.0 |
1208 | 2024-07-25T05:11:58.576Z | Downloaded lazycell v1.3.0 |
1209 | 2024-07-25T05:11:58.576Z | Downloaded lalrpop-util v0.19.12 |
1210 | 2024-07-25T05:11:58.576Z | Downloaded ipnetwork v0.20.0 |
1211 | 2024-07-25T05:11:58.576Z | Downloaded internet-checksum v0.2.1 |
1212 | 2024-07-25T05:11:58.576Z | Downloaded bitstruct_derive v0.1.0 |
1213 | 2024-07-25T05:11:58.576Z | Downloaded bitstruct v0.1.1 |
1214 | 2024-07-25T05:11:58.576Z | Downloaded atty v0.2.14 |
1215 | 2024-07-25T05:11:58.576Z | Downloaded argon2 v0.5.3 |
1216 | 2024-07-25T05:11:58.576Z | Downloaded approx v0.5.1 |
1217 | 2024-07-25T05:11:58.576Z | Downloaded linear-map v1.2.0 |
1218 | 2024-07-25T05:11:58.576Z | Downloaded libefi-sys v0.1.0 |
1219 | 2024-07-25T05:11:58.576Z | Downloaded lazy_static v1.5.0 |
1220 | 2024-07-25T05:11:58.576Z | Downloaded kstat-rs v0.2.4 |
1221 | 2024-07-25T05:11:58.576Z | Downloaded keccak v0.1.5 |
1222 | 2024-07-25T05:11:58.576Z | Downloaded inout v0.1.3 |
1223 | 2024-07-25T05:11:58.576Z | Downloaded indoc v1.0.9 |
1224 | 2024-07-25T05:11:58.600Z | Downloaded compact_str v0.7.1 |
1225 | 2024-07-25T05:11:58.601Z | Downloaded base64 v0.22.1 |
1226 | 2024-07-25T05:11:58.601Z | Downloaded ahash v0.8.11 |
1227 | 2024-07-25T05:11:58.601Z | Downloaded indent_write v2.2.0 |
1228 | 2024-07-25T05:11:58.601Z | Downloaded impl-trait-for-tuples v0.2.2 |
1229 | 2024-07-25T05:11:58.601Z | Downloaded darling v0.20.9 |
1230 | 2024-07-25T05:11:58.601Z | Downloaded crc-any v2.5.0 |
1231 | 2024-07-25T05:11:58.625Z | Downloaded cookie v0.18.1 |
1232 | 2024-07-25T05:11:58.625Z | Downloaded cfg-expr v0.15.8 |
1233 | 2024-07-25T05:11:58.625Z | Downloaded cast v0.3.0 |
1234 | 2024-07-25T05:11:58.625Z | Downloaded async-trait v0.1.81 |
1235 | 2024-07-25T05:11:58.625Z | Downloaded arrayref v0.3.7 |
1236 | 2024-07-25T05:11:58.625Z | Downloaded instant v0.1.12 |
1237 | 2024-07-25T05:11:58.625Z | Downloaded cipher v0.4.4 |
1238 | 2024-07-25T05:11:58.625Z | Downloaded chacha20 v0.9.1 |
1239 | 2024-07-25T05:11:58.625Z | Downloaded cbc v0.1.2 |
1240 | 2024-07-25T05:11:58.625Z | Downloaded csv-core v0.1.11 |
1241 | 2024-07-25T05:11:58.625Z | Downloaded crossbeam-deque v0.8.5 |
1242 | 2024-07-25T05:11:58.625Z | Downloaded cookie_store v0.20.0 |
1243 | 2024-07-25T05:11:58.625Z | Downloaded const_format_proc_macros v0.2.32 |
1244 | 2024-07-25T05:11:58.650Z | Downloaded cancel-safe-futures v0.1.5 |
1245 | 2024-07-25T05:11:58.650Z | Downloaded addr2line v0.21.0 |
1246 | 2024-07-25T05:11:58.650Z | Downloaded buf-list v1.0.3 |
1247 | 2024-07-25T05:11:58.650Z | Downloaded arc-swap v1.7.1 |
1248 | 2024-07-25T05:11:58.650Z | Downloaded crunchy v0.2.2 |
1249 | 2024-07-25T05:11:58.650Z | Downloaded ciborium-io v0.2.2 |
1250 | 2024-07-25T05:11:58.650Z | Downloaded blake2b_simd v1.0.2 |
1251 | 2024-07-25T05:11:58.650Z | Downloaded bit-set v0.5.3 |
1252 | 2024-07-25T05:11:58.650Z | Downloaded bcs v0.1.6 |
1253 | 2024-07-25T05:11:58.650Z | Downloaded bb8 v0.8.5 |
1254 | 2024-07-25T05:11:58.650Z | Downloaded backoff v0.4.0 |
1255 | 2024-07-25T05:11:58.650Z | Downloaded assert_matches v1.5.0 |
1256 | 2024-07-25T05:11:58.675Z | Downloaded anes v0.1.6 |
1257 | 2024-07-25T05:11:58.675Z | Downloaded bitflags v1.3.2 |
1258 | 2024-07-25T05:11:58.675Z | Downloaded bitfield v0.14.0 |
1259 | 2024-07-25T05:11:58.675Z | Downloaded base16ct v0.2.0 |
1260 | 2024-07-25T05:11:58.675Z | Downloaded atomicwrites v0.4.3 |
1261 | 2024-07-25T05:11:58.675Z | Downloaded arrayvec v0.7.4 |
1262 | 2024-07-25T05:11:58.675Z | Downloaded aead v0.5.2 |
1263 | 2024-07-25T05:11:58.675Z | Downloaded ascii-canvas v3.0.0 |
1264 | 2024-07-25T05:11:59.346Z | Compiling serde v1.0.204 |
1265 | 2024-07-25T05:11:59.346Z | Checking cfg-if v1.0.0 |
1266 | 2024-07-25T05:11:59.370Z | Compiling libm v0.2.8 |
1267 | 2024-07-25T05:11:59.370Z | Compiling num-traits v0.2.19 |
1268 | 2024-07-25T05:11:59.394Z | Checking libc v0.2.155 |
1269 | 2024-07-25T05:11:59.448Z | Compiling syn v2.0.72 |
1270 | 2024-07-25T05:11:59.472Z | Compiling ahash v0.8.11 |
1271 | 2024-07-25T05:11:59.496Z | Compiling getrandom v0.2.14 |
1272 | 2024-07-25T05:11:59.521Z | Compiling serde_json v1.0.120 |
1273 | 2024-07-25T05:11:59.715Z | Compiling generic-array v0.14.7 |
1274 | 2024-07-25T05:11:59.849Z | Compiling log v0.4.21 |
1275 | 2024-07-25T05:11:59.873Z | Checking scopeguard v1.2.0 |
1276 | 2024-07-25T05:11:59.905Z | Checking memchr v2.7.2 |
1277 | 2024-07-25T05:11:59.953Z | Checking itoa v1.0.11 |
1278 | 2024-07-25T05:12:00.025Z | Checking lock_api v0.4.12 |
1279 | 2024-07-25T05:12:00.148Z | Compiling allocator-api2 v0.2.18 |
1280 | 2024-07-25T05:12:00.176Z | Compiling syn v1.0.109 |
1281 | 2024-07-25T05:12:00.258Z | Checking byteorder v1.5.0 |
1282 | 2024-07-25T05:12:00.397Z | Compiling schemars v0.8.21 |
1283 | 2024-07-25T05:12:00.594Z | Checking smallvec v1.13.2 |
1284 | 2024-07-25T05:12:00.618Z | Compiling ring v0.17.8 |
1285 | 2024-07-25T05:12:00.642Z | Compiling time-macros v0.2.18 |
1286 | 2024-07-25T05:12:00.678Z | Checking rand_core v0.6.4 |
1287 | 2024-07-25T05:12:00.818Z | Compiling slog v2.7.0 |
1288 | 2024-07-25T05:12:00.894Z | Checking once_cell v1.19.0 |
1289 | 2024-07-25T05:12:00.936Z | Compiling aho-corasick v1.1.3 |
1290 | 2024-07-25T05:12:01.145Z | Compiling regex-syntax v0.8.3 |
1291 | 2024-07-25T05:12:01.292Z | Checking parking_lot_core v0.9.10 |
1292 | 2024-07-25T05:12:02.782Z | Checking parking_lot v0.12.2 |
1293 | 2024-07-25T05:12:03.237Z | Checking pin-project-lite v0.2.14 |
1294 | 2024-07-25T05:12:03.413Z | Compiling crossbeam-utils v0.8.19 |
1295 | 2024-07-25T05:12:03.509Z | Compiling iana-time-zone v0.1.60 |
1296 | 2024-07-25T05:12:03.902Z | Compiling spin v0.9.8 |
1297 | 2024-07-25T05:12:03.946Z | Checking signal-hook-registry v1.4.2 |
1298 | 2024-07-25T05:12:04.149Z | Compiling regex-automata v0.4.6 |
1299 | 2024-07-25T05:12:04.174Z | Checking mio v0.8.11 |
1300 | 2024-07-25T05:12:04.265Z | Compiling rustls v0.21.12 |
1301 | 2024-07-25T05:12:04.704Z | Checking num_cpus v1.16.0 |
1302 | 2024-07-25T05:12:04.813Z | Compiling cookie v0.17.0 |
1303 | 2024-07-25T05:12:04.838Z | Compiling dyn-clone v1.0.17 |
1304 | 2024-07-25T05:12:05.038Z | Compiling backtrace v0.3.71 |
1305 | 2024-07-25T05:12:05.136Z | Checking typenum v1.17.0 |
1306 | 2024-07-25T05:12:05.403Z | Compiling serde_derive_internals v0.29.1 |
1307 | 2024-07-25T05:12:05.714Z | Checking futures-core v0.3.30 |
1308 | 2024-07-25T05:12:05.875Z | Checking socket2 v0.5.7 |
1309 | 2024-07-25T05:12:06.265Z | Compiling anyhow v1.0.86 |
1310 | 2024-07-25T05:12:06.386Z | Checking ryu v1.0.18 |
1311 | 2024-07-25T05:12:06.732Z | Checking subtle v2.5.0 |
1312 | 2024-07-25T05:12:06.917Z | Compiling unicode-normalization v0.1.23 |
1313 | 2024-07-25T05:12:06.957Z | Compiling unicode-bidi v0.3.15 |
1314 | 2024-07-25T05:12:07.033Z | Compiling either v1.12.0 |
1315 | 2024-07-25T05:12:07.384Z | Compiling untrusted v0.9.0 |
1316 | 2024-07-25T05:12:07.480Z | Checking futures-sink v0.3.30 |
1317 | 2024-07-25T05:12:07.606Z | Compiling const-oid v0.9.6 |
1318 | 2024-07-25T05:12:07.709Z | Compiling winnow v0.5.40 |
1319 | 2024-07-25T05:12:07.747Z | Compiling time v0.3.36 |
1320 | 2024-07-25T05:12:08.210Z | Checking futures-channel v0.3.30 |
1321 | 2024-07-25T05:12:08.511Z | Compiling regex v1.10.5 |
1322 | 2024-07-25T05:12:09.128Z | Checking slab v0.4.9 |
1323 | 2024-07-25T05:12:09.347Z | Checking futures-io v0.3.30 |
1324 | 2024-07-25T05:12:09.435Z | Checking pin-utils v0.1.0 |
1325 | 2024-07-25T05:12:09.500Z | Checking futures-task v0.3.30 |
1326 | 2024-07-25T05:12:09.695Z | Compiling signal-hook v0.3.17 |
1327 | 2024-07-25T05:12:10.672Z | Compiling sct v0.7.1 |
1328 | 2024-07-25T05:12:10.737Z | Compiling rustls-webpki v0.101.7 |
1329 | 2024-07-25T05:12:10.818Z | Compiling idna v0.5.0 |
1330 | 2024-07-25T05:12:11.261Z | Compiling siphasher v0.3.11 |
1331 | 2024-07-25T05:12:11.379Z | Compiling serde_derive v1.0.204 |
1332 | 2024-07-25T05:12:11.576Z | Compiling zerocopy-derive v0.7.34 |
1333 | 2024-07-25T05:12:11.626Z | Compiling zeroize_derive v1.4.2 |
1334 | 2024-07-25T05:12:12.021Z | Compiling thiserror-impl v1.0.62 |
1335 | 2024-07-25T05:12:12.159Z | Compiling tokio-macros v2.3.0 |
1336 | 2024-07-25T05:12:12.316Z | Compiling futures-macro v0.3.30 |
1337 | 2024-07-25T05:12:12.589Z | Compiling tracing-attributes v0.1.27 |
1338 | 2024-07-25T05:12:12.899Z | Compiling schemars_derive v0.8.21 |
1339 | 2024-07-25T05:12:14.319Z | Compiling zerocopy v0.7.34 |
1340 | 2024-07-25T05:12:14.319Z | Checking zeroize v1.7.0 |
1341 | 2024-07-25T05:12:14.319Z | Compiling openssl-macros v0.1.1 |
1342 | 2024-07-25T05:12:14.319Z | Compiling async-trait v0.1.81 |
1343 | 2024-07-25T05:12:14.904Z | Compiling thiserror v1.0.62 |
1344 | 2024-07-25T05:12:15.037Z | Compiling scroll_derive v0.12.0 |
1345 | 2024-07-25T05:12:15.206Z | Compiling pest v2.7.10 |
1346 | 2024-07-25T05:12:15.323Z | Compiling hashbrown v0.14.5 |
1347 | 2024-07-25T05:12:15.402Z | Compiling der_derive v0.7.2 |
1348 | 2024-07-25T05:12:15.767Z | Checking crypto-common v0.1.6 |
1349 | 2024-07-25T05:12:16.256Z | Compiling scroll v0.12.0 |
1350 | 2024-07-25T05:12:16.339Z | Compiling futures-util v0.3.30 |
1351 | 2024-07-25T05:12:16.493Z | Compiling tracing v0.1.40 |
1352 | 2024-07-25T05:12:16.751Z | Compiling goblin v0.8.2 |
1353 | 2024-07-25T05:12:16.953Z | Compiling clap_derive v4.5.8 |
1354 | 2024-07-25T05:12:17.215Z | Compiling pest_meta v2.7.10 |
1355 | 2024-07-25T05:12:17.465Z | Compiling block-buffer v0.10.4 |
1356 | 2024-07-25T05:12:17.673Z | Compiling digest v0.10.7 |
1357 | 2024-07-25T05:12:17.698Z | Compiling zerocopy-derive v0.6.6 |
1358 | 2024-07-25T05:12:19.577Z | Compiling pest_generator v2.7.10 |
1359 | 2024-07-25T05:12:20.893Z | Compiling url v2.5.2 |
1360 | 2024-07-25T05:12:21.366Z | Compiling idna v0.3.0 |
1361 | 2024-07-25T05:12:21.499Z | Compiling ppv-lite86 v0.2.17 |
1362 | 2024-07-25T05:12:21.523Z | Compiling pest_derive v2.7.10 |
1363 | 2024-07-25T05:12:22.110Z | Compiling psl-types v2.0.11 |
1364 | 2024-07-25T05:12:22.171Z | Compiling dtrace-parser v0.2.0 |
1365 | 2024-07-25T05:12:22.293Z | Compiling publicsuffix v2.2.3 |
1366 | 2024-07-25T05:12:22.482Z | Compiling rand_chacha v0.3.1 |
1367 | 2024-07-25T05:12:22.600Z | Checking bytes v1.6.0 |
1368 | 2024-07-25T05:12:22.628Z | Checking bitflags v2.5.0 |
1369 | 2024-07-25T05:12:23.294Z | Compiling indexmap v2.2.6 |
1370 | 2024-07-25T05:12:23.548Z | Compiling semver v1.0.23 |
1371 | 2024-07-25T05:12:24.086Z | Compiling serde_tokenstream v0.2.1 |
1372 | 2024-07-25T05:12:24.203Z | Compiling uuid v1.10.0 |
1373 | 2024-07-25T05:12:24.276Z | Compiling chrono v0.4.38 |
1374 | 2024-07-25T05:12:24.463Z | Compiling http v0.2.12 |
1375 | 2024-07-25T05:12:24.549Z | Checking tokio v1.38.1 |
1376 | 2024-07-25T05:12:25.388Z | Compiling rustc_version v0.4.0 |
1377 | 2024-07-25T05:12:25.412Z | Compiling toml_datetime v0.6.6 |
1378 | 2024-07-25T05:12:25.492Z | Compiling serde_spanned v0.6.6 |
1379 | 2024-07-25T05:12:25.854Z | Compiling dof v0.3.0 |
1380 | 2024-07-25T05:12:26.041Z | Compiling rustix v0.38.34 |
1381 | 2024-07-25T05:12:27.004Z | Compiling usdt-impl v0.5.0 |
1382 | 2024-07-25T05:12:27.359Z | Compiling openapiv3 v2.0.0 |
1383 | 2024-07-25T05:12:27.729Z | Compiling toml_edit v0.19.15 |
1384 | 2024-07-25T05:12:28.346Z | Compiling usdt-macro v0.5.0 |
1385 | 2024-07-25T05:12:28.509Z | Compiling usdt-attr-macro v0.5.0 |
1386 | 2024-07-25T05:12:28.700Z | Compiling http-body v0.4.6 |
1387 | 2024-07-25T05:12:29.069Z | Compiling openssl v0.10.66 |
1388 | 2024-07-25T05:12:29.549Z | Compiling heapless v0.7.17 |
1389 | 2024-07-25T05:12:29.633Z | Compiling serde_urlencoded v0.7.1 |
1390 | 2024-07-25T05:12:29.891Z | Compiling lazy_static v1.5.0 |
1391 | 2024-07-25T05:12:29.990Z | Compiling cookie_store v0.20.0 |
1392 | 2024-07-25T05:12:30.016Z | Compiling rand v0.8.5 |
1393 | 2024-07-25T05:12:30.077Z | Compiling crossbeam-epoch v0.9.18 |
1394 | 2024-07-25T05:12:30.394Z | Compiling bit-vec v0.6.3 |
1395 | 2024-07-25T05:12:30.732Z | Compiling unicode-xid v0.2.4 |
1396 | 2024-07-25T05:12:30.765Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1397 | 2024-07-25T05:12:30.895Z | Compiling gimli v0.28.1 |
1398 | 2024-07-25T05:12:30.919Z | Compiling webpki-roots v0.25.4 |
1399 | 2024-07-25T05:12:31.325Z | Compiling tokio-util v0.7.11 |
1400 | 2024-07-25T05:12:31.425Z | Compiling tokio-rustls v0.24.1 |
1401 | 2024-07-25T05:12:31.715Z | Compiling enum-as-inner v0.5.1 |
1402 | 2024-07-25T05:12:31.761Z | Compiling phf_shared v0.10.0 |
1403 | 2024-07-25T05:12:32.092Z | Compiling object v0.32.2 |
1404 | 2024-07-25T05:12:32.487Z | Compiling h2 v0.3.26 |
1405 | 2024-07-25T05:12:32.561Z | Compiling smoltcp v0.9.1 |
1406 | 2024-07-25T05:12:32.617Z | Compiling base64ct v1.6.0 |
1407 | 2024-07-25T05:12:33.228Z | Compiling rustc-demangle v0.1.24 |
1408 | 2024-07-25T05:12:33.293Z | Compiling fixedbitset v0.4.2 |
1409 | 2024-07-25T05:12:33.712Z | Compiling precomputed-hash v0.1.1 |
1410 | 2024-07-25T05:12:33.832Z | Compiling minimal-lexical v0.2.1 |
1411 | 2024-07-25T05:12:34.123Z | Compiling native-tls v0.2.11 |
1412 | 2024-07-25T05:12:34.320Z | Compiling addr2line v0.21.0 |
1413 | 2024-07-25T05:12:34.344Z | Compiling new_debug_unreachable v1.0.6 |
1414 | 2024-07-25T05:12:34.445Z | Compiling string_cache v0.8.7 |
1415 | 2024-07-25T05:12:34.713Z | Compiling tokio-native-tls v0.3.1 |
1416 | 2024-07-25T05:12:34.909Z | Compiling nom v7.1.3 |
1417 | 2024-07-25T05:12:34.933Z | Compiling petgraph v0.6.5 |
1418 | 2024-07-25T05:12:35.003Z | Compiling pem-rfc7468 v0.7.0 |
1419 | 2024-07-25T05:12:35.030Z | Compiling toml_edit v0.22.16 |
1420 | 2024-07-25T05:12:35.690Z | Compiling bit-set v0.5.3 |
1421 | 2024-07-25T05:12:35.935Z | Compiling futures-executor v0.3.30 |
1422 | 2024-07-25T05:12:36.439Z | Compiling hmac v0.12.1 |
1423 | 2024-07-25T05:12:36.652Z | Compiling hubpack_derive v0.1.1 |
1424 | 2024-07-25T05:12:36.677Z | Compiling itertools v0.10.5 |
1425 | 2024-07-25T05:12:37.404Z | Compiling diesel_table_macro_syntax v0.1.0 |
1426 | 2024-07-25T05:12:37.747Z | Compiling num-integer v0.1.46 |
1427 | 2024-07-25T05:12:37.873Z | Compiling fs-err v2.11.0 |
1428 | 2024-07-25T05:12:38.128Z | Compiling hyper v0.14.28 |
1429 | 2024-07-25T05:12:38.155Z | Compiling flagset v0.4.5 |
1430 | 2024-07-25T05:12:38.292Z | Compiling unicode-segmentation v1.11.0 |
1431 | 2024-07-25T05:12:38.339Z | Compiling lalrpop-util v0.19.12 |
1432 | 2024-07-25T05:12:38.461Z | Compiling der v0.7.9 |
1433 | 2024-07-25T05:12:38.986Z | Compiling diesel_derives v2.1.4 |
1434 | 2024-07-25T05:12:39.354Z | Compiling futures v0.3.30 |
1435 | 2024-07-25T05:12:39.404Z | Compiling hex v0.4.3 |
1436 | 2024-07-25T05:12:39.468Z | Compiling itertools v0.12.1 |
1437 | 2024-07-25T05:12:39.906Z | Compiling finl_unicode v1.2.0 |
1438 | 2024-07-25T05:12:40.388Z | Compiling stringprep v0.1.4 |
1439 | 2024-07-25T05:12:40.517Z | Compiling spki v0.7.3 |
1440 | 2024-07-25T05:12:40.837Z | Compiling sha2 v0.10.8 |
1441 | 2024-07-25T05:12:41.194Z | Compiling toml v0.7.8 |
1442 | 2024-07-25T05:12:41.221Z | Compiling md-5 v0.10.6 |
1443 | 2024-07-25T05:12:41.389Z | Compiling strum_macros v0.25.3 |
1444 | 2024-07-25T05:12:41.455Z | Compiling serde_repr v0.1.19 |
1445 | 2024-07-25T05:12:41.990Z | Compiling hash32 v0.2.1 |
1446 | 2024-07-25T05:12:42.081Z | Compiling fallible-iterator v0.2.0 |
1447 | 2024-07-25T05:12:42.313Z | Compiling stable_deref_trait v1.2.0 |
1448 | 2024-07-25T05:12:42.432Z | Checking fnv v1.0.7 |
1449 | 2024-07-25T05:12:42.551Z | Compiling pkcs8 v0.10.2 |
1450 | 2024-07-25T05:12:42.650Z | Compiling postgres-protocol v0.6.6 |
1451 | 2024-07-25T05:12:42.674Z | Compiling ipnetwork v0.20.0 |
1452 | 2024-07-25T05:12:43.058Z | Compiling terminal_size v0.3.0 |
1453 | 2024-07-25T05:12:43.242Z | Compiling block-padding v0.3.3 |
1454 | 2024-07-25T05:12:43.302Z | Compiling phf_shared v0.11.2 |
1455 | 2024-07-25T05:12:43.468Z | Compiling hyper-tls v0.5.0 |
1456 | 2024-07-25T05:12:43.496Z | Compiling hyper-rustls v0.24.2 |
1457 | 2024-07-25T05:12:43.633Z | Compiling ff v0.13.0 |
1458 | 2024-07-25T05:12:43.785Z | Compiling reqwest v0.11.27 |
1459 | 2024-07-25T05:12:43.809Z | Compiling scheduled-thread-pool v0.2.7 |
1460 | 2024-07-25T05:12:43.834Z | Compiling managed v0.8.0 |
1461 | 2024-07-25T05:12:43.858Z | Compiling bitflags v1.3.2 |
1462 | 2024-07-25T05:12:43.950Z | Compiling regex-automata v0.1.10 |
1463 | 2024-07-25T05:12:44.206Z | Compiling base16ct v0.2.0 |
1464 | 2024-07-25T05:12:44.367Z | Compiling matches v0.1.10 |
1465 | 2024-07-25T05:12:44.392Z | Compiling peg-runtime v0.8.3 |
1466 | 2024-07-25T05:12:44.465Z | Compiling idna v0.2.3 |
1467 | 2024-07-25T05:12:44.494Z | Compiling sec1 v0.7.3 |
1468 | 2024-07-25T05:12:44.808Z | Compiling bstr v0.2.17 |
1469 | 2024-07-25T05:12:45.009Z | Compiling r2d2 v0.8.10 |
1470 | 2024-07-25T05:12:45.309Z | Compiling clap_builder v4.5.9 |
1471 | 2024-07-25T05:12:45.701Z | Compiling usdt v0.5.0 |
1472 | 2024-07-25T05:12:46.040Z | Compiling signal-hook-mio v0.2.3 |
1473 | 2024-07-25T05:12:46.140Z | Compiling group v0.13.0 |
1474 | 2024-07-25T05:12:46.164Z | Compiling phf v0.11.2 |
1475 | 2024-07-25T05:12:46.195Z | Compiling inout v0.1.3 |
1476 | 2024-07-25T05:12:46.220Z | Compiling postgres-types v0.2.6 |
1477 | 2024-07-25T05:12:46.425Z | Compiling num-iter v0.1.45 |
1478 | 2024-07-25T05:12:46.449Z | Compiling num-bigint v0.4.5 |
1479 | 2024-07-25T05:12:46.449Z | Compiling hubpack v0.1.2 |
1480 | 2024-07-25T05:12:46.589Z | Compiling hkdf v0.12.4 |
1481 | 2024-07-25T05:12:46.815Z | Compiling zerocopy v0.6.6 |
1482 | 2024-07-25T05:12:46.862Z | Compiling crypto-bigint v0.5.5 |
1483 | 2024-07-25T05:12:46.956Z | Compiling float-cmp v0.9.0 |
1484 | 2024-07-25T05:12:47.148Z | Compiling static_assertions v1.1.0 |
1485 | 2024-07-25T05:12:47.250Z | Compiling whoami v1.5.1 |
1486 | 2024-07-25T05:12:47.474Z | Compiling data-encoding v2.6.0 |
1487 | 2024-07-25T05:12:47.521Z | Compiling predicates-core v1.0.6 |
1488 | 2024-07-25T05:12:47.828Z | Compiling difflib v0.4.0 |
1489 | 2024-07-25T05:12:47.852Z | Compiling normalize-line-endings v0.3.0 |
1490 | 2024-07-25T05:12:47.986Z | Compiling trust-dns-proto v0.22.0 |
1491 | 2024-07-25T05:12:48.952Z | Compiling diesel v2.1.6 |
1492 | 2024-07-25T05:12:49.239Z | Compiling yasna v0.5.2 |
1493 | 2024-07-25T05:12:49.471Z | Compiling elliptic-curve v0.13.8 |
1494 | 2024-07-25T05:12:50.162Z | Compiling clap v4.5.9 |
1495 | 2024-07-25T05:12:50.271Z | Compiling predicates v3.1.0 |
1496 | 2024-07-25T05:12:50.796Z | Compiling tokio-postgres v0.7.10 |
1497 | 2024-07-25T05:12:51.641Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1498 | 2024-07-25T05:12:51.750Z | Compiling cipher v0.4.4 |
1499 | 2024-07-25T05:12:52.194Z | Compiling crossterm v0.27.0 |
1500 | 2024-07-25T05:12:53.168Z | Compiling similar v2.5.0 |
1501 | 2024-07-25T05:12:54.977Z | Compiling tokio-stream v0.1.15 |
1502 | 2024-07-25T05:12:55.001Z | Compiling console v0.15.8 |
1503 | 2024-07-25T05:12:55.255Z | Compiling bstr v1.9.1 |
1504 | 2024-07-25T05:12:55.315Z | Checking equivalent v1.0.1 |
1505 | 2024-07-25T05:12:55.417Z | Checking tinyvec_macros v0.1.1 |
1506 | 2024-07-25T05:12:55.501Z | Checking tinyvec v1.6.0 |
1507 | 2024-07-25T05:12:56.174Z | Checking cpufeatures v0.2.12 |
1508 | 2024-07-25T05:12:56.431Z | Checking tracing-core v0.1.32 |
1509 | 2024-07-25T05:12:56.703Z | Checking percent-encoding v2.3.1 |
1510 | 2024-07-25T05:12:56.817Z | Checking powerfmt v0.2.0 |
1511 | 2024-07-25T05:12:56.905Z | Checking form_urlencoded v1.2.1 |
1512 | 2024-07-25T05:12:57.061Z | Checking deranged v0.3.11 |
1513 | 2024-07-25T05:12:57.258Z | Checking num_threads v0.1.7 |
1514 | 2024-07-25T05:12:57.301Z | Checking num-conv v0.1.0 |
1515 | 2024-07-25T05:12:57.373Z | Checking time-core v0.1.2 |
1516 | 2024-07-25T05:12:57.516Z | Checking unicode-ident v1.0.12 |
1517 | 2024-07-25T05:12:57.541Z | Checking httparse v1.8.0 |
1518 | 2024-07-25T05:12:57.669Z | Checking unicode-width v0.1.13 |
1519 | 2024-07-25T05:12:58.228Z | Checking errno v0.3.9 |
1520 | 2024-07-25T05:12:58.255Z | Checking proc-macro2 v1.0.86 |
1521 | 2024-07-25T05:12:58.808Z | Checking quote v1.0.36 |
1522 | 2024-07-25T05:12:59.003Z | Checking adler v1.0.2 |
1523 | 2024-07-25T05:12:59.131Z | Checking base64 v0.21.7 |
1524 | 2024-07-25T05:12:59.155Z | Checking miniz_oxide v0.7.2 |
1525 | 2024-07-25T05:12:59.518Z | Checking try-lock v0.2.5 |
1526 | 2024-07-25T05:12:59.635Z | Checking want v0.3.1 |
1527 | 2024-07-25T05:12:59.995Z | Checking tower-service v0.3.2 |
1528 | 2024-07-25T05:13:00.246Z | Checking httpdate v1.0.3 |
1529 | 2024-07-25T05:13:00.463Z | Checking openssl-probe v0.1.5 |
1530 | 2024-07-25T05:13:00.541Z | Checking foreign-types-shared v0.1.1 |
1531 | 2024-07-25T05:13:00.604Z | Checking openssl-sys v0.9.103 |
1532 | 2024-07-25T05:13:00.628Z | Checking mime v0.3.17 |
1533 | 2024-07-25T05:13:00.652Z | Checking foreign-types v0.3.2 |
1534 | 2024-07-25T05:13:00.784Z | Checking ipnet v2.9.0 |
1535 | 2024-07-25T05:13:01.166Z | Checking utf8parse v0.2.1 |
1536 | 2024-07-25T05:13:04.682Z | Checking encoding_rs v0.8.34 |
1537 | 2024-07-25T05:13:05.049Z | Checking anstyle v1.0.7 |
1538 | 2024-07-25T05:13:06.407Z | Checking rustls-pemfile v1.0.4 |
1539 | 2024-07-25T05:13:06.495Z | Checking plain v0.2.3 |
1540 | 2024-07-25T05:13:06.552Z | Checking ucd-trie v0.1.6 |
1541 | 2024-07-25T05:13:06.582Z | Checking sync_wrapper v0.1.2 |
1542 | 2024-07-25T05:13:06.703Z | Checking anstyle-parse v0.2.4 |
1543 | 2024-07-25T05:13:06.763Z | Checking pretty-hex v0.4.1 |
1544 | 2024-07-25T05:13:06.896Z | Checking colorchoice v1.0.1 |
1545 | 2024-07-25T05:13:06.932Z | Checking is_terminal_polyfill v1.70.0 |
1546 | 2024-07-25T05:13:06.956Z | Checking anstyle-query v1.0.3 |
1547 | 2024-07-25T05:13:07.053Z | Checking thread-id v4.2.1 |
1548 | 2024-07-25T05:13:07.079Z | Checking anstream v0.6.14 |
1549 | 2024-07-25T05:13:07.132Z | Checking strsim v0.11.1 |
1550 | 2024-07-25T05:13:07.164Z | Checking clap_lex v0.7.0 |
1551 | 2024-07-25T05:13:07.458Z | Checking memmap v0.7.0 |
1552 | 2024-07-25T05:13:07.642Z | Checking crc32fast v1.4.0 |
1553 | 2024-07-25T05:13:08.746Z | Checking flate2 v1.0.30 |
1554 | 2024-07-25T05:13:09.516Z | Checking winnow v0.6.8 |
1555 | 2024-07-25T05:13:16.821Z | Compiling regress v0.9.1 |
1556 | 2024-07-25T05:13:16.982Z | Compiling getopts v0.2.21 |
1557 | 2024-07-25T05:13:17.645Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1558 | 2024-07-25T05:13:17.916Z | Compiling unsafe-libyaml v0.2.11 |
1559 | 2024-07-25T05:13:17.943Z | Checking heck v0.5.0 |
1560 | 2024-07-25T05:13:18.145Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1561 | 2024-07-25T05:13:18.765Z | Compiling paste v1.0.15 |
1562 | 2024-07-25T05:13:18.903Z | Checking camino v1.1.7 |
1563 | 2024-07-25T05:13:19.095Z | Compiling serde_yaml v0.9.34+deprecated |
1564 | 2024-07-25T05:13:19.294Z | Checking is-terminal v0.4.12 |
1565 | 2024-07-25T05:13:19.417Z | Compiling strum_macros v0.26.4 |
1566 | 2024-07-25T05:13:19.541Z | Checking base64 v0.22.1 |
1567 | 2024-07-25T05:13:19.961Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1568 | 2024-07-25T05:13:20.376Z | Checking sha1 v0.10.6 |
1569 | 2024-07-25T05:13:20.606Z | Compiling ident_case v1.0.1 |
1570 | 2024-07-25T05:13:20.630Z | Compiling rustls v0.22.4 |
1571 | 2024-07-25T05:13:20.773Z | Compiling darling_core v0.20.9 |
1572 | 2024-07-25T05:13:20.891Z | Checking http v1.1.0 |
1573 | 2024-07-25T05:13:20.915Z | Checking match_cfg v0.1.0 |
1574 | 2024-07-25T05:13:21.004Z | Checking hostname v0.3.1 |
1575 | 2024-07-25T05:13:21.126Z | Checking dirs-sys-next v0.1.2 |
1576 | 2024-07-25T05:13:21.286Z | Compiling multer v3.1.0 |
1577 | 2024-07-25T05:13:21.579Z | Checking dirs-next v2.0.0 |
1578 | 2024-07-25T05:13:21.693Z | Checking crossbeam-channel v0.5.12 |
1579 | 2024-07-25T05:13:21.979Z | Compiling async-stream-impl v0.3.5 |
1580 | 2024-07-25T05:13:22.299Z | Checking thread_local v1.1.8 |
1581 | 2024-07-25T05:13:22.547Z | Checking rustls-pki-types v1.7.0 |
1582 | 2024-07-25T05:13:22.671Z | Checking term v0.7.0 |
1583 | 2024-07-25T05:13:22.715Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1584 | 2024-07-25T05:13:22.948Z | Checking take_mut v0.2.2 |
1585 | 2024-07-25T05:13:23.055Z | Checking toml v0.8.15 |
1586 | 2024-07-25T05:13:23.080Z | Checking slog-term v2.9.1 |
1587 | 2024-07-25T05:13:23.105Z | Checking slog-async v2.8.0 |
1588 | 2024-07-25T05:13:23.187Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1589 | 2024-07-25T05:13:23.367Z | Checking rustls-webpki v0.102.4 |
1590 | 2024-07-25T05:13:23.492Z | Checking slog-json v2.6.1 |
1591 | 2024-07-25T05:13:23.694Z | Checking rustls-pemfile v2.1.2 |
1592 | 2024-07-25T05:13:23.727Z | Checking slog-bunyan v2.5.0 |
1593 | 2024-07-25T05:13:23.766Z | Checking strum v0.26.3 |
1594 | 2024-07-25T05:13:23.878Z | Checking debug-ignore v1.0.5 |
1595 | 2024-07-25T05:13:23.907Z | Checking instant v0.1.12 |
1596 | 2024-07-25T05:13:23.931Z | Checking atomic-waker v1.1.2 |
1597 | 2024-07-25T05:13:24.033Z | Checking async-stream v0.3.5 |
1598 | 2024-07-25T05:13:24.075Z | Checking waitgroup v0.1.2 |
1599 | 2024-07-25T05:13:24.198Z | Checking serde_path_to_error v0.1.16 |
1600 | 2024-07-25T05:13:24.232Z | Checking hostname v0.4.0 |
1601 | 2024-07-25T05:13:24.361Z | Checking fastrand v2.1.0 |
1602 | 2024-07-25T05:13:24.385Z | Compiling structmeta-derive v0.3.0 |
1603 | 2024-07-25T05:13:24.632Z | Checking tempfile v3.10.1 |
1604 | 2024-07-25T05:13:24.722Z | Checking quick-error v1.2.3 |
1605 | 2024-07-25T05:13:24.845Z | Checking newtype-uuid v1.1.0 |
1606 | 2024-07-25T05:13:24.939Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1607 | 2024-07-25T05:13:25.063Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1608 | 2024-07-25T05:13:25.556Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1609 | 2024-07-25T05:13:25.710Z | Checking macaddr v1.0.1 |
1610 | 2024-07-25T05:13:25.808Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1611 | 2024-07-25T05:13:25.940Z | Checking backoff v0.4.0 |
1612 | 2024-07-25T05:13:26.003Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1613 | 2024-07-25T05:13:26.195Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1614 | 2024-07-25T05:13:26.322Z | Checking wait-timeout v0.2.0 |
1615 | 2024-07-25T05:13:26.347Z | Compiling structmeta-derive v0.2.0 |
1616 | 2024-07-25T05:13:26.494Z | Checking rusty-fork v0.3.0 |
1617 | 2024-07-25T05:13:26.533Z | Checking rand_xorshift v0.3.0 |
1618 | 2024-07-25T05:13:26.695Z | Checking unarray v0.1.4 |
1619 | 2024-07-25T05:13:26.762Z | Compiling proc-macro-error v1.0.4 |
1620 | 2024-07-25T05:13:26.804Z | Compiling darling_macro v0.20.9 |
1621 | 2024-07-25T05:13:26.843Z | Checking proptest v1.4.0 |
1622 | 2024-07-25T05:13:26.867Z | Compiling structmeta v0.3.0 |
1623 | 2024-07-25T05:13:26.911Z | Checking tokio-rustls v0.25.0 |
1624 | 2024-07-25T05:13:27.266Z | Compiling parse-display-derive v0.9.1 |
1625 | 2024-07-25T05:13:27.388Z | Checking camino-tempfile v1.1.1 |
1626 | 2024-07-25T05:13:27.628Z | Compiling proc-macro-crate v1.3.1 |
1627 | 2024-07-25T05:13:27.655Z | Compiling darling v0.20.9 |
1628 | 2024-07-25T05:13:27.755Z | Compiling serde_with_macros v3.8.3 |
1629 | 2024-07-25T05:13:28.625Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1630 | 2024-07-25T05:13:28.784Z | Compiling structmeta v0.2.0 |
1631 | 2024-07-25T05:13:28.919Z | Compiling num_enum_derive v0.5.11 |
1632 | 2024-07-25T05:13:29.156Z | Compiling test-strategy v0.3.1 |
1633 | 2024-07-25T05:13:30.312Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1634 | 2024-07-25T05:13:30.354Z | Checking serde_with v3.8.3 |
1635 | 2024-07-25T05:13:30.570Z | Compiling foreign-types-macros v0.2.3 |
1636 | 2024-07-25T05:13:30.693Z | Checking foreign-types-shared v0.3.1 |
1637 | 2024-07-25T05:13:30.822Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1638 | 2024-07-25T05:13:31.150Z | Checking num_enum v0.5.11 |
1639 | 2024-07-25T05:13:31.297Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1640 | 2024-07-25T05:13:31.330Z | Checking parse-display v0.9.1 |
1641 | 2024-07-25T05:13:31.383Z | Checking cstr-argument v0.1.2 |
1642 | 2024-07-25T05:13:31.534Z | Checking pretty-hex v0.2.1 |
1643 | 2024-07-25T05:13:31.558Z | Checking tabwriter v1.4.0 |
1644 | 2024-07-25T05:13:31.656Z | Checking foreign-types v0.5.0 |
1645 | 2024-07-25T05:13:31.681Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1646 | 2024-07-25T05:13:31.760Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1647 | 2024-07-25T05:13:31.784Z | Checking colored v2.1.0 |
1648 | 2024-07-25T05:13:31.929Z | Checking socket2 v0.4.10 |
1649 | 2024-07-25T05:13:32.034Z | Checking smf v0.2.3 |
1650 | 2024-07-25T05:13:32.058Z | Checking humantime v2.1.0 |
1651 | 2024-07-25T05:13:32.110Z | Checking newline-converter v0.3.0 |
1652 | 2024-07-25T05:13:32.257Z | Checking expectorate v1.1.0 |
1653 | 2024-07-25T05:13:32.310Z | Checking termcolor v1.4.1 |
1654 | 2024-07-25T05:13:32.334Z | Checking arc-swap v1.7.1 |
1655 | 2024-07-25T05:13:32.415Z | Compiling heapless v0.8.0 |
1656 | 2024-07-25T05:13:32.439Z | Checking termtree v0.4.1 |
1657 | 2024-07-25T05:13:32.463Z | Compiling derive-where v1.2.7 |
1658 | 2024-07-25T05:13:32.615Z | Checking predicates-tree v1.0.9 |
1659 | 2024-07-25T05:13:32.667Z | Checking hash32 v0.3.1 |
1660 | 2024-07-25T05:13:32.723Z | Checking slog-scope v4.4.0 |
1661 | 2024-07-25T05:13:32.758Z | Compiling smoltcp v0.11.0 |
1662 | 2024-07-25T05:13:32.847Z | Compiling crucible-workspace-hack v0.1.0 |
1663 | 2024-07-25T05:13:32.989Z | Checking slog-stdlog v4.1.1 |
1664 | 2024-07-25T05:13:33.132Z | Checking cobs v0.2.3 |
1665 | 2024-07-25T05:13:33.157Z | Checking slog-envlogger v2.2.0 |
1666 | 2024-07-25T05:13:33.157Z | Checking embedded-io v0.4.0 |
1667 | 2024-07-25T05:13:33.326Z | Checking xattr v1.3.1 |
1668 | 2024-07-25T05:13:33.362Z | Checking sigpipe v0.1.3 |
1669 | 2024-07-25T05:13:33.386Z | Checking postcard v1.0.8 |
1670 | 2024-07-25T05:13:33.456Z | Checking filetime v0.2.23 |
1671 | 2024-07-25T05:13:33.481Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1672 | 2024-07-25T05:13:33.505Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1673 | 2024-07-25T05:13:33.658Z | Checking tar v0.4.41 |
1674 | 2024-07-25T05:13:33.744Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1675 | 2024-07-25T05:13:33.797Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1676 | 2024-07-25T05:13:33.983Z | Checking same-file v1.0.6 |
1677 | 2024-07-25T05:13:34.081Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1678 | 2024-07-25T05:13:34.139Z | Checking walkdir v2.5.0 |
1679 | 2024-07-25T05:13:34.290Z | Checking utf-8 v0.7.6 |
1680 | 2024-07-25T05:13:34.369Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1681 | 2024-07-25T05:13:34.481Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1682 | 2024-07-25T05:13:34.505Z | Compiling mockall_derive v0.12.1 |
1683 | 2024-07-25T05:13:34.778Z | Compiling num-derive v0.4.2 |
1684 | 2024-07-25T05:13:35.450Z | Checking fragile v2.0.0 |
1685 | 2024-07-25T05:13:35.536Z | Checking downcast v0.11.0 |
1686 | 2024-07-25T05:13:35.688Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1687 | 2024-07-25T05:13:35.713Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1688 | 2024-07-25T05:13:35.737Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1689 | 2024-07-25T05:13:35.760Z | Checking password-hash v0.5.0 |
1690 | 2024-07-25T05:13:35.922Z | Checking blake2 v0.10.6 |
1691 | 2024-07-25T05:13:36.138Z | Checking atty v0.2.14 |
1692 | 2024-07-25T05:13:36.303Z | Checking argon2 v0.5.3 |
1693 | 2024-07-25T05:13:36.450Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1694 | 2024-07-25T05:13:36.638Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1695 | 2024-07-25T05:13:36.877Z | Checking tungstenite v0.21.0 |
1696 | 2024-07-25T05:13:37.013Z | Checking pem v3.0.4 |
1697 | 2024-07-25T05:13:37.127Z | Checking tungstenite v0.20.1 |
1698 | 2024-07-25T05:13:37.243Z | Compiling convert_case v0.4.0 |
1699 | 2024-07-25T05:13:37.564Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1700 | 2024-07-25T05:13:37.631Z | Checking tokio-tungstenite v0.21.0 |
1701 | 2024-07-25T05:13:37.857Z | Checking tokio-tungstenite v0.20.1 |
1702 | 2024-07-25T05:13:38.085Z | Checking env_logger v0.9.3 |
1703 | 2024-07-25T05:13:38.120Z | Compiling derive_more v0.99.18 |
1704 | 2024-07-25T05:13:38.307Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1705 | 2024-07-25T05:13:38.332Z | Compiling bitstruct_derive v0.1.0 |
1706 | 2024-07-25T05:13:38.459Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1707 | 2024-07-25T05:13:38.582Z | Checking ascii v1.1.0 |
1708 | 2024-07-25T05:13:38.606Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1709 | 2024-07-25T05:13:38.805Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1710 | 2024-07-25T05:13:38.922Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1711 | 2024-07-25T05:13:38.946Z | Checking atomicwrites v0.4.3 |
1712 | 2024-07-25T05:13:39.012Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1713 | 2024-07-25T05:13:39.115Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1714 | 2024-07-25T05:13:39.271Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1715 | 2024-07-25T05:13:39.361Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1716 | 2024-07-25T05:13:39.439Z | Checking bitstruct v0.1.1 |
1717 | 2024-07-25T05:13:39.463Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1718 | 2024-07-25T05:13:39.590Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1719 | 2024-07-25T05:13:39.614Z | Checking serde_arrays v0.1.0 |
1720 | 2024-07-25T05:13:39.638Z | Checking erased-serde v0.3.31 |
1721 | 2024-07-25T05:13:39.662Z | Compiling rayon-core v1.12.1 |
1722 | 2024-07-25T05:13:39.770Z | Compiling heck v0.3.3 |
1723 | 2024-07-25T05:13:39.922Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1724 | 2024-07-25T05:13:40.126Z | Compiling zone_cfg_derive v0.1.2 |
1725 | 2024-07-25T05:13:40.204Z | Checking headers-core v0.2.0 |
1726 | 2024-07-25T05:13:40.337Z | Checking base64 v0.13.1 |
1727 | 2024-07-25T05:13:40.473Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1728 | 2024-07-25T05:13:40.500Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1729 | 2024-07-25T05:13:40.672Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1730 | 2024-07-25T05:13:40.735Z | Checking ron v0.7.1 |
1731 | 2024-07-25T05:13:40.806Z | Checking headers v0.3.9 |
1732 | 2024-07-25T05:13:40.847Z | Checking mockall v0.12.1 |
1733 | 2024-07-25T05:13:41.168Z | Checking portpicker v0.1.1 |
1734 | 2024-07-25T05:13:41.293Z | Checking rcgen v0.12.1 |
1735 | 2024-07-25T05:13:41.355Z | Checking zone v0.1.8 |
1736 | 2024-07-25T05:13:41.650Z | Checking subprocess v0.2.9 |
1737 | 2024-07-25T05:13:41.697Z | Checking swrite v0.1.0 |
1738 | 2024-07-25T05:13:41.803Z | Compiling prettyplease v0.2.20 |
1739 | 2024-07-25T05:13:41.835Z | Checking half v2.4.1 |
1740 | 2024-07-25T05:13:41.886Z | Compiling semver v0.1.20 |
1741 | 2024-07-25T05:13:42.056Z | Checking ciborium-io v0.2.2 |
1742 | 2024-07-25T05:13:42.104Z | Checking linked-hash-map v0.5.6 |
1743 | 2024-07-25T05:13:42.166Z | Compiling rustc_version v0.1.7 |
1744 | 2024-07-25T05:13:42.234Z | Checking ciborium-ll v0.2.2 |
1745 | 2024-07-25T05:13:42.393Z | Checking lru-cache v0.1.2 |
1746 | 2024-07-25T05:13:42.444Z | Compiling home v0.5.9 |
1747 | 2024-07-25T05:13:42.489Z | Compiling blake3 v1.5.1 |
1748 | 2024-07-25T05:13:42.517Z | Checking ciborium v0.2.2 |
1749 | 2024-07-25T05:13:42.568Z | Compiling ring v0.16.20 |
1750 | 2024-07-25T05:13:42.609Z | Compiling newtype_derive v0.1.6 |
1751 | 2024-07-25T05:13:42.695Z | Compiling cancel-safe-futures v0.1.5 |
1752 | 2024-07-25T05:13:43.095Z | Checking steno v0.4.1 |
1753 | 2024-07-25T05:13:43.404Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1754 | 2024-07-25T05:13:44.244Z | Checking num-rational v0.4.2 |
1755 | 2024-07-25T05:13:44.393Z | Checking num-complex v0.4.6 |
1756 | 2024-07-25T05:13:44.926Z | Checking resolv-conf v0.7.0 |
1757 | 2024-07-25T05:13:45.121Z | Checking num v0.4.3 |
1758 | 2024-07-25T05:13:45.145Z | Checking float-ord v0.3.2 |
1759 | 2024-07-25T05:13:45.226Z | Checking trust-dns-resolver v0.22.0 |
1760 | 2024-07-25T05:13:45.283Z | Checking libsw v3.3.1 |
1761 | 2024-07-25T05:13:45.481Z | Compiling slog-dtrace v0.3.0 |
1762 | 2024-07-25T05:13:45.511Z | Checking owo-colors v4.0.0 |
1763 | 2024-07-25T05:13:45.674Z | Checking linear-map v1.2.0 |
1764 | 2024-07-25T05:13:46.328Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1765 | 2024-07-25T05:13:47.000Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1766 | 2024-07-25T05:13:47.843Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1767 | 2024-07-25T05:13:48.146Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1768 | 2024-07-25T05:13:48.290Z | Compiling crossbeam-deque v0.8.5 |
1769 | 2024-07-25T05:13:50.797Z | Compiling rayon v1.10.0 |
1770 | 2024-07-25T05:13:51.134Z | Compiling memmap2 v0.9.4 |
1771 | 2024-07-25T05:13:51.508Z | Compiling arrayref v0.3.7 |
1772 | 2024-07-25T05:13:51.626Z | Compiling untrusted v0.7.1 |
1773 | 2024-07-25T05:13:51.716Z | Compiling constant_time_eq v0.3.0 |
1774 | 2024-07-25T05:13:51.759Z | Compiling arrayvec v0.7.4 |
1775 | 2024-07-25T05:13:51.895Z | Compiling spin v0.5.2 |
1776 | 2024-07-25T05:13:52.511Z | Compiling toolchain_find v0.4.0 |
1777 | 2024-07-25T05:13:52.662Z | Checking signature v2.2.0 |
1778 | 2024-07-25T05:13:52.840Z | Compiling topological-sort v0.2.2 |
1779 | 2024-07-25T05:13:53.054Z | Compiling rustfmt-wrapper v0.2.1 |
1780 | 2024-07-25T05:13:53.110Z | Checking display-error-chain v0.2.0 |
1781 | 2024-07-25T05:13:53.246Z | Checking nibble_vec v0.1.0 |
1782 | 2024-07-25T05:13:53.416Z | Checking endian-type v0.1.2 |
1783 | 2024-07-25T05:13:53.541Z | Checking fxhash v0.2.1 |
1784 | 2024-07-25T05:13:53.607Z | Checking radix_trie v0.2.1 |
1785 | 2024-07-25T05:13:53.700Z | Checking keccak v0.1.5 |
1786 | 2024-07-25T05:13:53.760Z | Checking secrecy v0.8.0 |
1787 | 2024-07-25T05:13:53.956Z | Compiling radium v0.7.0 |
1788 | 2024-07-25T05:13:53.980Z | Checking sha3 v0.10.8 |
1789 | 2024-07-25T05:13:54.005Z | Compiling maybe-uninit v2.0.0 |
1790 | 2024-07-25T05:13:54.371Z | Checking tap v1.0.1 |
1791 | 2024-07-25T05:13:54.534Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1792 | 2024-07-25T05:13:54.558Z | Checking wyz v0.5.1 |
1793 | 2024-07-25T05:13:54.638Z | Checking maplit v1.0.2 |
1794 | 2024-07-25T05:13:54.744Z | Checking crc-catalog v2.4.0 |
1795 | 2024-07-25T05:13:54.860Z | Compiling omicron-zone-package v0.11.0 |
1796 | 2024-07-25T05:13:54.884Z | Compiling packed_struct v0.10.1 |
1797 | 2024-07-25T05:13:54.909Z | Checking funty v2.0.0 |
1798 | 2024-07-25T05:13:54.935Z | Compiling num-bigint-dig v0.8.4 |
1799 | 2024-07-25T05:13:55.228Z | Checking crc v3.2.1 |
1800 | 2024-07-25T05:13:55.382Z | Compiling packed_struct_codegen v0.10.1 |
1801 | 2024-07-25T05:13:55.588Z | Compiling indexmap v1.9.3 |
1802 | 2024-07-25T05:13:55.706Z | Checking nodrop v0.1.14 |
1803 | 2024-07-25T05:13:55.730Z | Checking bitvec v1.0.1 |
1804 | 2024-07-25T05:13:55.828Z | Checking array-init v0.0.4 |
1805 | 2024-07-25T05:13:55.903Z | Checking smallvec v0.6.14 |
1806 | 2024-07-25T05:13:56.237Z | Checking pkcs1 v0.7.5 |
1807 | 2024-07-25T05:13:56.574Z | Checking hashbrown v0.12.3 |
1808 | 2024-07-25T05:13:56.641Z | Checking bitfield v0.14.0 |
1809 | 2024-07-25T05:13:56.870Z | Checking serde-hex v0.1.0 |
1810 | 2024-07-25T05:13:57.042Z | Checking bzip2 v0.4.4 |
1811 | 2024-07-25T05:13:57.298Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1812 | 2024-07-25T05:13:57.535Z | Checking env_logger v0.10.2 |
1813 | 2024-07-25T05:13:57.761Z | Checking rsa v0.9.6 |
1814 | 2024-07-25T05:13:57.786Z | Checking x509-cert v0.2.5 |
1815 | 2024-07-25T05:13:57.902Z | Checking ron v0.8.1 |
1816 | 2024-07-25T05:13:58.021Z | Compiling curve25519-dalek v4.1.3 |
1817 | 2024-07-25T05:13:58.515Z | Checking hashbrown v0.13.2 |
1818 | 2024-07-25T05:13:58.625Z | Checking universal-hash v0.5.1 |
1819 | 2024-07-25T05:13:58.783Z | Checking gethostname v0.4.3 |
1820 | 2024-07-25T05:13:58.908Z | Checking crc-any v2.5.0 |
1821 | 2024-07-25T05:13:58.951Z | Checking opaque-debug v0.3.1 |
1822 | 2024-07-25T05:13:59.039Z | Compiling libefi-sys v0.1.0 |
1823 | 2024-07-25T05:13:59.177Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1824 | 2024-07-25T05:13:59.296Z | Checking zip v0.6.6 |
1825 | 2024-07-25T05:13:59.322Z | Compiling curve25519-dalek-derive v0.1.1 |
1826 | 2024-07-25T05:13:59.347Z | Checking object v0.30.4 |
1827 | 2024-07-25T05:13:59.405Z | Compiling bitfield-struct v0.6.1 |
1828 | 2024-07-25T05:13:59.847Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1829 | 2024-07-25T05:14:00.042Z | Checking path-slash v0.1.5 |
1830 | 2024-07-25T05:14:00.241Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1831 | 2024-07-25T05:14:00.359Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1832 | 2024-07-25T05:14:00.464Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1833 | 2024-07-25T05:14:00.490Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1834 | 2024-07-25T05:14:00.565Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1835 | 2024-07-25T05:14:00.709Z | Checking aead v0.5.2 |
1836 | 2024-07-25T05:14:00.733Z | Compiling async-recursion v1.1.1 |
1837 | 2024-07-25T05:14:00.907Z | Compiling parking_lot_core v0.8.6 |
1838 | 2024-07-25T05:14:01.024Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1839 | 2024-07-25T05:14:01.048Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1840 | 2024-07-25T05:14:01.173Z | Checking poly1305 v0.8.0 |
1841 | 2024-07-25T05:14:01.328Z | Checking chacha20 v0.9.1 |
1842 | 2024-07-25T05:14:01.423Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1843 | 2024-07-25T05:14:01.600Z | Compiling thiserror-impl-no-std v2.0.2 |
1844 | 2024-07-25T05:14:01.639Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1845 | 2024-07-25T05:14:01.664Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1846 | 2024-07-25T05:14:01.914Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1847 | 2024-07-25T05:14:02.081Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1848 | 2024-07-25T05:14:03.027Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1849 | 2024-07-25T05:14:04.158Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1850 | 2024-07-25T05:14:04.346Z | Checking thiserror-no-std v2.0.2 |
1851 | 2024-07-25T05:14:04.402Z | Checking glob v0.3.1 |
1852 | 2024-07-25T05:14:04.459Z | Checking vsss-rs v3.3.4 |
1853 | 2024-07-25T05:14:04.686Z | Checking parking_lot v0.11.2 |
1854 | 2024-07-25T05:14:04.971Z | Checking chacha20poly1305 v0.10.1 |
1855 | 2024-07-25T05:14:05.136Z | Checking trust-dns-client v0.22.0 |
1856 | 2024-07-25T05:14:05.308Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1857 | 2024-07-25T05:14:05.357Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1858 | 2024-07-25T05:14:06.102Z | Checking toml v0.5.11 |
1859 | 2024-07-25T05:14:06.976Z | Checking sled v0.34.7 |
1860 | 2024-07-25T05:14:07.109Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1861 | 2024-07-25T05:14:07.239Z | Checking trust-dns-server v0.22.1 |
1862 | 2024-07-25T05:14:08.066Z | Compiling buf-list v1.0.3 |
1863 | 2024-07-25T05:14:08.472Z | Compiling unicase v2.7.0 |
1864 | 2024-07-25T05:14:08.905Z | Checking nanorand v0.7.0 |
1865 | 2024-07-25T05:14:09.227Z | Checking flume v0.11.0 |
1866 | 2024-07-25T05:14:09.303Z | Checking kstat-rs v0.2.4 |
1867 | 2024-07-25T05:14:09.328Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1868 | 2024-07-25T05:14:09.641Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1869 | 2024-07-25T05:14:09.751Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1870 | 2024-07-25T05:14:09.813Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1871 | 2024-07-25T05:14:09.920Z | Compiling mime_guess v2.0.4 |
1872 | 2024-07-25T05:14:10.477Z | Compiling pin-project-internal v1.1.5 |
1873 | 2024-07-25T05:14:10.523Z | Compiling vte_generate_state_changes v0.1.1 |
1874 | 2024-07-25T05:14:11.037Z | Checking vte v0.11.1 |
1875 | 2024-07-25T05:14:11.197Z | Checking fd-lock v4.0.2 |
1876 | 2024-07-25T05:14:11.334Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1877 | 2024-07-25T05:14:11.883Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1878 | 2024-07-25T05:14:11.907Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1879 | 2024-07-25T05:14:12.078Z | Checking strip-ansi-escapes v0.2.0 |
1880 | 2024-07-25T05:14:12.156Z | Compiling crunchy v0.2.2 |
1881 | 2024-07-25T05:14:12.198Z | Checking nu-ansi-term v0.50.0 |
1882 | 2024-07-25T05:14:12.245Z | Checking http-range v0.1.5 |
1883 | 2024-07-25T05:14:12.446Z | Checking hyper-staticfile v0.9.5 |
1884 | 2024-07-25T05:14:12.587Z | Checking reedline v0.31.0 |
1885 | 2024-07-25T05:14:12.713Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1886 | 2024-07-25T05:14:12.863Z | Compiling clang-sys v1.7.0 |
1887 | 2024-07-25T05:14:13.211Z | Checking pin-project v1.1.5 |
1888 | 2024-07-25T05:14:13.339Z | Compiling tiny-keccak v2.0.2 |
1889 | 2024-07-25T05:14:13.613Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1890 | 2024-07-25T05:14:13.672Z | Compiling ref-cast v1.0.23 |
1891 | 2024-07-25T05:14:14.170Z | Compiling ascii-canvas v3.0.0 |
1892 | 2024-07-25T05:14:14.380Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1893 | 2024-07-25T05:14:14.627Z | Compiling ref-cast-impl v1.0.23 |
1894 | 2024-07-25T05:14:14.666Z | Compiling ena v0.14.3 |
1895 | 2024-07-25T05:14:14.772Z | Compiling libloading v0.8.3 |
1896 | 2024-07-25T05:14:15.007Z | Compiling memoffset v0.9.1 |
1897 | 2024-07-25T05:14:15.139Z | Compiling diff v0.1.13 |
1898 | 2024-07-25T05:14:15.244Z | Compiling regex-syntax v0.6.29 |
1899 | 2024-07-25T05:14:15.575Z | Checking bytecount v0.6.8 |
1900 | 2024-07-25T05:14:15.715Z | Compiling bindgen v0.69.4 |
1901 | 2024-07-25T05:14:15.739Z | Checking papergrid v0.11.0 |
1902 | 2024-07-25T05:14:16.131Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1903 | 2024-07-25T05:14:16.155Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1904 | 2024-07-25T05:14:16.301Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1905 | 2024-07-25T05:14:16.988Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1906 | 2024-07-25T05:14:17.195Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1907 | 2024-07-25T05:14:18.755Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1908 | 2024-07-25T05:14:20.023Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1909 | 2024-07-25T05:14:20.310Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1910 | 2024-07-25T05:14:20.779Z | Compiling lalrpop v0.19.12 |
1911 | 2024-07-25T05:14:21.235Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1912 | 2024-07-25T05:14:21.764Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1913 | 2024-07-25T05:14:22.187Z | Compiling which v4.4.2 |
1914 | 2024-07-25T05:14:22.700Z | Compiling tabled_derive v0.7.0 |
1915 | 2024-07-25T05:14:24.821Z | Compiling cexpr v0.6.0 |
1916 | 2024-07-25T05:14:25.124Z | Compiling snafu-derive v0.8.2 |
1917 | 2024-07-25T05:14:25.681Z | Compiling rustc-hash v1.1.0 |
1918 | 2024-07-25T05:14:25.841Z | Compiling lazycell v1.3.0 |
1919 | 2024-07-25T05:14:26.016Z | Compiling cfg_aliases v0.1.1 |
1920 | 2024-07-25T05:14:26.122Z | Compiling shlex v1.3.0 |
1921 | 2024-07-25T05:14:26.407Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1922 | 2024-07-25T05:14:26.559Z | Compiling nix v0.28.0 |
1923 | 2024-07-25T05:14:27.277Z | Checking tabled v0.15.0 |
1924 | 2024-07-25T05:14:29.337Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1925 | 2024-07-25T05:14:29.796Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1926 | 2024-07-25T05:14:29.821Z | Checking snafu v0.8.2 |
1927 | 2024-07-25T05:14:30.027Z | Compiling derive_builder_core v0.20.0 |
1928 | 2024-07-25T05:14:30.223Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1929 | 2024-07-25T05:14:30.248Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1930 | 2024-07-25T05:14:30.917Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1931 | 2024-07-25T05:14:31.549Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1932 | 2024-07-25T05:14:32.409Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1933 | 2024-07-25T05:14:32.442Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1934 | 2024-07-25T05:14:33.187Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1935 | 2024-07-25T05:14:33.211Z | Checking globset v0.4.14 |
1936 | 2024-07-25T05:14:33.540Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1937 | 2024-07-25T05:14:33.614Z | Checking olpc-cjson v0.1.3 |
1938 | 2024-07-25T05:14:33.805Z | Checking serde_plain v1.0.2 |
1939 | 2024-07-25T05:14:34.022Z | Compiling libxml v0.3.3 |
1940 | 2024-07-25T05:14:34.288Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1941 | 2024-07-25T05:14:34.445Z | Checking typed-path v0.7.1 |
1942 | 2024-07-25T05:14:34.641Z | Compiling derive_builder_macro v0.20.0 |
1943 | 2024-07-25T05:14:34.692Z | Checking nix v0.27.1 |
1944 | 2024-07-25T05:14:34.981Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1945 | 2024-07-25T05:14:35.006Z | Checking serde-big-array v0.5.1 |
1946 | 2024-07-25T05:14:35.197Z | Compiling strum_macros v0.24.3 |
1947 | 2024-07-25T05:14:35.221Z | Compiling cookie v0.18.1 |
1948 | 2024-07-25T05:14:35.336Z | Compiling indoc v1.0.9 |
1949 | 2024-07-25T05:14:35.451Z | Checking parse-size v1.0.0 |
1950 | 2024-07-25T05:14:35.669Z | Checking derive_builder v0.20.0 |
1951 | 2024-07-25T05:14:35.928Z | Checking tough v0.17.1 |
1952 | 2024-07-25T05:14:37.406Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1953 | 2024-07-25T05:14:37.519Z | Checking signal-hook-tokio v0.3.1 |
1954 | 2024-07-25T05:14:37.645Z | Compiling peg-macros v0.8.4 |
1955 | 2024-07-25T05:14:37.685Z | Checking quick-xml v0.31.0 |
1956 | 2024-07-25T05:14:37.781Z | Compiling oso-derive v0.27.3 |
1957 | 2024-07-25T05:14:38.287Z | Compiling impl-trait-for-tuples v0.2.2 |
1958 | 2024-07-25T05:14:38.649Z | Compiling sqlparser_derive v0.2.2 |
1959 | 2024-07-25T05:14:39.480Z | Checking unicode_categories v0.1.1 |
1960 | 2024-07-25T05:14:39.527Z | Checking sqlparser v0.45.0 |
1961 | 2024-07-25T05:14:39.575Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1962 | 2024-07-25T05:14:39.730Z | Checking sqlformat v0.2.4 |
1963 | 2024-07-25T05:14:40.574Z | Checking peg v0.8.4 |
1964 | 2024-07-25T05:14:40.668Z | Checking rustyline v14.0.0 |
1965 | 2024-07-25T05:14:41.530Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1966 | 2024-07-25T05:14:42.396Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1967 | 2024-07-25T05:14:42.785Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1968 | 2024-07-25T05:14:43.876Z | Checking bcs v0.1.6 |
1969 | 2024-07-25T05:14:44.283Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1970 | 2024-07-25T05:14:44.521Z | Checking highway v1.1.0 |
1971 | 2024-07-25T05:14:44.921Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1972 | 2024-07-25T05:14:45.137Z | Compiling const_format_proc_macros v0.2.32 |
1973 | 2024-07-25T05:14:46.519Z | Checking bb8 v0.8.5 |
1974 | 2024-07-25T05:14:46.915Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1975 | 2024-07-25T05:14:46.988Z | Checking const_format v0.2.32 |
1976 | 2024-07-25T05:14:47.241Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1977 | 2024-07-25T05:14:47.433Z | Checking heck v0.4.1 |
1978 | 2024-07-25T05:14:47.643Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1979 | 2024-07-25T05:14:47.669Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1980 | 2024-07-25T05:14:47.721Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1981 | 2024-07-25T05:14:48.005Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
1982 | 2024-07-25T05:14:48.590Z | Checking assert_matches v1.5.0 |
1983 | 2024-07-25T05:14:48.681Z | Compiling portable-atomic v1.6.0 |
1984 | 2024-07-25T05:14:48.775Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1985 | 2024-07-25T05:14:50.058Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1986 | 2024-07-25T05:14:50.402Z | Checking rand_seeder v0.2.3 |
1987 | 2024-07-25T05:14:50.601Z | Checking number_prefix v0.4.0 |
1988 | 2024-07-25T05:14:50.762Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1989 | 2024-07-25T05:14:50.786Z | Checking indicatif v0.17.8 |
1990 | 2024-07-25T05:14:51.195Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1991 | 2024-07-25T05:14:51.425Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1992 | 2024-07-25T05:14:51.479Z | Checking is_ci v1.2.0 |
1993 | 2024-07-25T05:14:51.581Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1994 | 2024-07-25T05:14:51.630Z | Checking supports-color v3.0.0 |
1995 | 2024-07-25T05:14:51.816Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
1996 | 2024-07-25T05:14:52.561Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
1997 | 2024-07-25T05:14:52.675Z | Checking castaway v0.2.2 |
1998 | 2024-07-25T05:14:52.724Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
1999 | 2024-07-25T05:14:52.836Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2000 | 2024-07-25T05:14:52.860Z | Checking compact_str v0.7.1 |
2001 | 2024-07-25T05:14:53.140Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2002 | 2024-07-25T05:14:53.422Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2003 | 2024-07-25T05:14:53.575Z | Checking unicode-truncate v1.0.0 |
2004 | 2024-07-25T05:14:53.692Z | Checking itertools v0.13.0 |
2005 | 2024-07-25T05:14:53.792Z | Checking lru v0.12.3 |
2006 | 2024-07-25T05:14:53.894Z | Compiling stability v0.2.0 |
2007 | 2024-07-25T05:14:54.072Z | Checking cassowary v0.3.0 |
2008 | 2024-07-25T05:14:54.529Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2009 | 2024-07-25T05:14:54.840Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2010 | 2024-07-25T05:14:54.884Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2011 | 2024-07-25T05:14:55.603Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2012 | 2024-07-25T05:14:55.910Z | Checking smawk v0.3.2 |
2013 | 2024-07-25T05:14:55.942Z | Checking ratatui v0.27.0 |
2014 | 2024-07-25T05:14:55.966Z | Checking unicode-linebreak v0.1.5 |
2015 | 2024-07-25T05:14:56.108Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2016 | 2024-07-25T05:14:56.309Z | Checking textwrap v0.16.1 |
2017 | 2024-07-25T05:14:56.390Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2018 | 2024-07-25T05:14:56.669Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2019 | 2024-07-25T05:14:57.233Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2020 | 2024-07-25T05:14:58.047Z | Checking fatfs v0.3.6 |
2021 | 2024-07-25T05:14:58.408Z | Checking csv-core v0.1.11 |
2022 | 2024-07-25T05:14:58.708Z | Checking shell-words v1.1.0 |
2023 | 2024-07-25T05:14:58.869Z | Checking csv v1.3.0 |
2024 | 2024-07-25T05:14:58.910Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2025 | 2024-07-25T05:14:59.226Z | Checking cargo-platform v0.1.8 |
2026 | 2024-07-25T05:14:59.485Z | Checking rtoolbox v0.0.2 |
2027 | 2024-07-25T05:14:59.593Z | Compiling getrandom v0.1.16 |
2028 | 2024-07-25T05:14:59.670Z | Checking rpassword v7.3.1 |
2029 | 2024-07-25T05:14:59.817Z | Checking cargo_metadata v0.18.1 |
2030 | 2024-07-25T05:15:00.227Z | Checking tui-tree-widget v0.21.0 |
2031 | 2024-07-25T05:15:00.491Z | Checking plotters-backend v0.3.5 |
2032 | 2024-07-25T05:15:00.778Z | Checking plotters-svg v0.3.5 |
2033 | 2024-07-25T05:15:01.054Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2034 | 2024-07-25T05:15:01.195Z | Checking rfc6979 v0.4.0 |
2035 | 2024-07-25T05:15:01.972Z | Checking yansi v0.5.1 |
2036 | 2024-07-25T05:15:01.997Z | Checking cast v0.3.0 |
2037 | 2024-07-25T05:15:02.254Z | Checking criterion-plot v0.5.0 |
2038 | 2024-07-25T05:15:02.329Z | Checking pretty_assertions v1.4.0 |
2039 | 2024-07-25T05:15:02.508Z | Checking ecdsa v0.16.9 |
2040 | 2024-07-25T05:15:02.668Z | Checking rand_core v0.5.1 |
2041 | 2024-07-25T05:15:02.916Z | Checking plotters v0.3.5 |
2042 | 2024-07-25T05:15:03.104Z | Checking primeorder v0.13.6 |
2043 | 2024-07-25T05:15:03.501Z | Checking tinytemplate v1.2.1 |
2044 | 2024-07-25T05:15:03.835Z | Checking option-ext v0.2.0 |
2045 | 2024-07-25T05:15:03.870Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2046 | 2024-07-25T05:15:03.964Z | Checking anes v0.1.6 |
2047 | 2024-07-25T05:15:04.278Z | Checking oorandom v11.1.3 |
2048 | 2024-07-25T05:15:04.303Z | Checking dirs-sys v0.4.1 |
2049 | 2024-07-25T05:15:04.429Z | Checking criterion v0.5.1 |
2050 | 2024-07-25T05:15:04.475Z | Checking rand_chacha v0.2.2 |
2051 | 2024-07-25T05:15:04.796Z | Checking polyval v0.6.2 |
2052 | 2024-07-25T05:15:05.029Z | Checking ed25519 v2.2.3 |
2053 | 2024-07-25T05:15:05.231Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2054 | 2024-07-25T05:15:06.393Z | Checking ctr v0.9.2 |
2055 | 2024-07-25T05:15:06.639Z | Checking aes v0.8.4 |
2056 | 2024-07-25T05:15:06.692Z | Checking blowfish v0.9.1 |
2057 | 2024-07-25T05:15:06.896Z | Checking password-hash v0.4.2 |
2058 | 2024-07-25T05:15:07.241Z | Checking pbkdf2 v0.12.2 |
2059 | 2024-07-25T05:15:07.366Z | Checking hex-literal v0.4.1 |
2060 | 2024-07-25T05:15:07.390Z | Checking bcrypt-pbkdf v0.10.0 |
2061 | 2024-07-25T05:15:07.487Z | Checking pbkdf2 v0.11.0 |
2062 | 2024-07-25T05:15:07.620Z | Checking ed25519-dalek v2.1.1 |
2063 | 2024-07-25T05:15:07.727Z | Checking ghash v0.5.1 |
2064 | 2024-07-25T05:15:07.874Z | Checking rand v0.7.3 |
2065 | 2024-07-25T05:15:07.900Z | Checking dirs v5.0.1 |
2066 | 2024-07-25T05:15:08.035Z | Checking p256 v0.13.2 |
2067 | 2024-07-25T05:15:08.431Z | Checking p521 v0.13.3 |
2068 | 2024-07-25T05:15:08.998Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2069 | 2024-07-25T05:15:09.254Z | Checking cbc v0.1.2 |
2070 | 2024-07-25T05:15:09.423Z | Checking russh-cryptovec v0.7.2 |
2071 | 2024-07-25T05:15:09.447Z | Compiling target-lexicon v0.12.14 |
2072 | 2024-07-25T05:15:09.597Z | Compiling doc-comment v0.3.3 |
2073 | 2024-07-25T05:15:09.628Z | Checking md5 v0.7.0 |
2074 | 2024-07-25T05:15:09.868Z | Checking russh-keys v0.43.0 |
2075 | 2024-07-25T05:15:10.240Z | Checking aes-gcm v0.10.3 |
2076 | 2024-07-25T05:15:10.290Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2077 | 2024-07-25T05:15:10.450Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2078 | 2024-07-25T05:15:10.816Z | Checking http-body v1.0.0 |
2079 | 2024-07-25T05:15:11.004Z | Compiling assert_cmd v2.0.14 |
2080 | 2024-07-25T05:15:11.141Z | Compiling guppy-workspace-hack v0.1.0 |
2081 | 2024-07-25T05:15:11.334Z | Compiling dhcproto-macros v0.1.0 |
2082 | 2024-07-25T05:15:11.375Z | Checking tower-layer v0.3.2 |
2083 | 2024-07-25T05:15:11.603Z | Checking tower v0.4.13 |
2084 | 2024-07-25T05:15:11.729Z | Checking hyper v1.3.1 |
2085 | 2024-07-25T05:15:12.115Z | Checking dhcproto v0.11.0 |
2086 | 2024-07-25T05:15:12.243Z | Checking russh v0.43.0 |
2087 | 2024-07-25T05:15:13.207Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2088 | 2024-07-25T05:15:13.313Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2089 | 2024-07-25T05:15:13.885Z | Checking internet-checksum v0.2.1 |
2090 | 2024-07-25T05:15:13.909Z | Compiling target-spec v3.1.0 |
2091 | 2024-07-25T05:15:15.181Z | Checking cfg-expr v0.15.8 |
2092 | 2024-07-25T05:15:15.409Z | Checking hyper-util v0.1.3 |
2093 | 2024-07-25T05:15:15.749Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2094 | 2024-07-25T05:15:15.797Z | Checking rustls-native-certs v0.7.0 |
2095 | 2024-07-25T05:15:15.932Z | Checking httptest v0.15.5 |
2096 | 2024-07-25T05:15:16.654Z | Checking hyper-rustls v0.26.0 |
2097 | 2024-07-25T05:15:17.239Z | Checking pathdiff v0.2.1 |
2098 | 2024-07-25T05:15:17.372Z | Compiling rstest_macros v0.19.0 |
2099 | 2024-07-25T05:15:17.775Z | Checking threadpool v1.8.1 |
2100 | 2024-07-25T05:15:17.960Z | Checking escape8259 v0.5.2 |
2101 | 2024-07-25T05:15:18.118Z | Checking nested v0.1.1 |
2102 | 2024-07-25T05:15:18.164Z | Checking libtest-mimic v0.7.3 |
2103 | 2024-07-25T05:15:18.310Z | Checking guppy v0.17.5 |
2104 | 2024-07-25T05:15:18.654Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2105 | 2024-07-25T05:15:18.868Z | Checking similar-asserts v1.5.0 |
2106 | 2024-07-25T05:15:19.054Z | Checking fancy-regex v0.13.0 |
2107 | 2024-07-25T05:15:19.311Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2108 | 2024-07-25T05:15:19.635Z | Compiling trybuild v1.0.97 |
2109 | 2024-07-25T05:15:20.037Z | Compiling relative-path v1.9.3 |
2110 | 2024-07-25T05:15:20.106Z | Checking datatest-stable v0.2.9 |
2111 | 2024-07-25T05:15:20.391Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2112 | 2024-07-25T05:15:20.466Z | Checking blake2b_simd v1.0.2 |
2113 | 2024-07-25T05:15:21.344Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2114 | 2024-07-25T05:15:21.435Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2115 | 2024-07-25T05:15:21.595Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2116 | 2024-07-25T05:15:21.742Z | Checking uzers v0.11.3 |
2117 | 2024-07-25T05:15:21.847Z | Checking futures-timer v3.0.3 |
2118 | 2024-07-25T05:15:22.033Z | Checking indent_write v2.2.0 |
2119 | 2024-07-25T05:15:22.116Z | Checking rust-argon2 v2.1.0 |
2120 | 2024-07-25T05:15:22.217Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2121 | 2024-07-25T05:15:23.285Z | Checking rand_distr v0.4.3 |
2122 | 2024-07-25T05:15:23.893Z | Checking multimap v0.10.0 |
2123 | 2024-07-25T05:15:24.142Z | Checking approx v0.5.1 |
2124 | 2024-07-25T05:15:24.333Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2125 | 2024-07-25T05:15:25.398Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2126 | 2024-07-25T05:15:26.732Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2127 | 2024-07-25T05:15:27.035Z | Checking partial-io v0.5.4 |
2128 | 2024-07-25T05:15:27.365Z | Checking cargo_toml v0.20.4 |
2129 | 2024-07-25T05:15:27.456Z | Checking termios v0.3.3 |
2130 | 2024-07-25T05:15:27.646Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2131 | 2024-07-25T05:15:28.217Z | Checking rstest v0.19.0 |
2132 | 2024-07-25T05:15:28.924Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2133 | 2024-07-25T05:15:33.985Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2134 | 2024-07-25T05:15:37.263Z | Compiling samael v0.0.15 |
2135 | 2024-07-25T05:15:43.546Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2136 | 2024-07-25T05:16:04.229Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2137 | 2024-07-25T05:16:05.226Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2138 | 2024-07-25T05:16:10.451Z | Compiling polar-core v0.27.3 |
2139 | 2024-07-25T05:16:19.525Z | Checking oso v0.27.3 |
2140 | 2024-07-25T05:16:58.561Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2141 | 2024-07-25T05:16:58.586Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2142 | 2024-07-25T05:16:58.586Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2143 | 2024-07-25T05:18:27.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 31s |
2144 | 2024-07-25T05:18:27.800Z | |
2145 | 2024-07-25T05:18:27.825Z | real 6:42.830764408 |
2146 | 2024-07-25T05:18:27.825Z | user 33:15.174743579 |
2147 | 2024-07-25T05:18:27.825Z | sys 6:21.045823523 |
2148 | 2024-07-25T05:18:27.825Z | trap 0.874210086 |
2149 | 2024-07-25T05:18:27.825Z | tflt 0.393146707 |
2150 | 2024-07-25T05:18:27.825Z | dflt 0.695901792 |
2151 | 2024-07-25T05:18:27.825Z | kflt 0.001473377 |
2152 | 2024-07-25T05:18:27.825Z | lock 1:41:36.774322195 |
2153 | 2024-07-25T05:18:27.825Z | slp 1:47:09.406026459 |
2154 | 2024-07-25T05:18:27.825Z | lat 1:48.813643338 |
2155 | 2024-07-25T05:18:27.825Z | stop 5:53.551227546 |
2156 | 2024-07-25T05:18:27.825Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2157 | 2024-07-25T05:18:27.826Z | + ptime -m cargo doc --workspace --no-deps |
2158 | 2024-07-25T05:18:29.052Z | warning: output filename collision. |
2159 | 2024-07-25T05:18:29.052Z | 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)`. |
2160 | 2024-07-25T05:18:29.052Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2161 | 2024-07-25T05:18:29.052Z | The targets should have unique names. |
2162 | 2024-07-25T05:18:29.052Z | This is a known bug where multiple crates with the same name use |
2163 | 2024-07-25T05:18:29.053Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2164 | 2024-07-25T05:18:29.675Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2165 | 2024-07-25T05:18:29.703Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2166 | 2024-07-25T05:18:29.749Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2167 | 2024-07-25T05:18:29.774Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2168 | 2024-07-25T05:18:29.798Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2169 | 2024-07-25T05:18:29.798Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2170 | 2024-07-25T05:18:29.935Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2171 | 2024-07-25T05:18:30.025Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2172 | 2024-07-25T05:18:30.025Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2173 | 2024-07-25T05:18:30.064Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2174 | 2024-07-25T05:18:30.088Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2175 | 2024-07-25T05:18:30.228Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2176 | 2024-07-25T05:18:30.342Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2177 | 2024-07-25T05:18:30.479Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2178 | 2024-07-25T05:18:30.701Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2179 | 2024-07-25T05:18:30.725Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2180 | 2024-07-25T05:18:31.657Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2181 | 2024-07-25T05:18:33.435Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2182 | 2024-07-25T05:18:33.558Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2183 | 2024-07-25T05:18:33.694Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2184 | 2024-07-25T05:18:33.946Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2185 | 2024-07-25T05:18:33.970Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2186 | 2024-07-25T05:18:34.211Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2187 | 2024-07-25T05:18:34.257Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2188 | 2024-07-25T05:18:34.515Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2189 | 2024-07-25T05:18:34.651Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2190 | 2024-07-25T05:18:34.830Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2191 | 2024-07-25T05:18:35.054Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2192 | 2024-07-25T05:18:35.078Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2193 | 2024-07-25T05:18:35.303Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2194 | 2024-07-25T05:18:35.605Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2195 | 2024-07-25T05:18:35.629Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2196 | 2024-07-25T05:18:35.958Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2197 | 2024-07-25T05:18:36.196Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2198 | 2024-07-25T05:18:36.421Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2199 | 2024-07-25T05:18:36.474Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2200 | 2024-07-25T05:18:36.583Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2201 | 2024-07-25T05:18:37.910Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2202 | 2024-07-25T05:18:39.722Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2203 | 2024-07-25T05:18:40.008Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2204 | 2024-07-25T05:18:41.101Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2205 | 2024-07-25T05:18:41.387Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2206 | 2024-07-25T05:18:43.867Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2207 | 2024-07-25T05:18:44.564Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2208 | 2024-07-25T05:18:45.010Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2209 | 2024-07-25T05:18:45.439Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2210 | 2024-07-25T05:18:45.786Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2211 | 2024-07-25T05:18:46.450Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2212 | 2024-07-25T05:18:47.534Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2213 | 2024-07-25T05:18:47.761Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2214 | 2024-07-25T05:18:47.813Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2215 | 2024-07-25T05:18:48.286Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2216 | 2024-07-25T05:18:48.420Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2217 | 2024-07-25T05:18:48.715Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2218 | 2024-07-25T05:18:49.238Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2219 | 2024-07-25T05:18:49.365Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2220 | 2024-07-25T05:18:49.975Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2221 | 2024-07-25T05:18:50.342Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2222 | 2024-07-25T05:18:50.440Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2223 | 2024-07-25T05:18:50.607Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2224 | 2024-07-25T05:18:50.702Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2225 | 2024-07-25T05:18:50.865Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2226 | 2024-07-25T05:18:51.043Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2227 | 2024-07-25T05:18:51.221Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2228 | 2024-07-25T05:18:51.343Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2229 | 2024-07-25T05:18:51.473Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2230 | 2024-07-25T05:18:51.620Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2231 | 2024-07-25T05:18:53.295Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2232 | 2024-07-25T05:18:54.757Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2233 | 2024-07-25T05:18:55.191Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2234 | 2024-07-25T05:18:55.563Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2235 | 2024-07-25T05:18:55.739Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2236 | 2024-07-25T05:18:56.454Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2237 | 2024-07-25T05:18:56.527Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2238 | 2024-07-25T05:18:56.694Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2239 | 2024-07-25T05:18:57.083Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2240 | 2024-07-25T05:18:57.602Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2241 | 2024-07-25T05:19:00.275Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2242 | 2024-07-25T05:19:01.015Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2243 | 2024-07-25T05:19:01.985Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2244 | 2024-07-25T05:19:02.201Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2245 | 2024-07-25T05:19:02.425Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2246 | 2024-07-25T05:19:03.236Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2247 | 2024-07-25T05:19:04.088Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2248 | 2024-07-25T05:19:04.567Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2249 | 2024-07-25T05:19:05.423Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2250 | 2024-07-25T05:19:06.827Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2251 | 2024-07-25T05:19:07.191Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2252 | 2024-07-25T05:19:07.519Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2253 | 2024-07-25T05:19:08.018Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2254 | 2024-07-25T05:19:08.842Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2255 | 2024-07-25T05:19:22.033Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2256 | 2024-07-25T05:19:24.685Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2257 | 2024-07-25T05:19:25.667Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2258 | 2024-07-25T05:19:27.870Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2259 | 2024-07-25T05:19:39.519Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2260 | 2024-07-25T05:19:50.927Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2261 | 2024-07-25T05:19:54.580Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2262 | 2024-07-25T05:19:56.013Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2263 | 2024-07-25T05:19:58.692Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2264 | 2024-07-25T05:20:10.862Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2265 | 2024-07-25T05:20:11.460Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2266 | 2024-07-25T05:20:11.618Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2267 | 2024-07-25T05:20:14.593Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2268 | 2024-07-25T05:20:16.041Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2269 | 2024-07-25T05:20:16.709Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2270 | 2024-07-25T05:20:18.432Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2271 | 2024-07-25T05:20:19.584Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2272 | 2024-07-25T05:20:20.086Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2273 | 2024-07-25T05:20:26.033Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2274 | 2024-07-25T05:20:28.684Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2275 | 2024-07-25T05:20:32.215Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2276 | 2024-07-25T05:20:41.203Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2277 | 2024-07-25T05:20:51.568Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2278 | 2024-07-25T05:20:54.107Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2279 | 2024-07-25T05:20:56.771Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2280 | 2024-07-25T05:20:57.708Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2281 | 2024-07-25T05:21:07.582Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2282 | 2024-07-25T05:21:13.703Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2283 | 2024-07-25T05:21:14.823Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2284 | 2024-07-25T05:21:16.823Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2285 | 2024-07-25T05:21:23.107Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2286 | 2024-07-25T05:21:24.925Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2287 | 2024-07-25T05:21:27.531Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2288 | 2024-07-25T05:21:31.592Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2289 | 2024-07-25T05:21:34.002Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2290 | 2024-07-25T05:21:35.467Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2291 | 2024-07-25T05:21:36.816Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2292 | 2024-07-25T05:21:38.911Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2293 | 2024-07-25T05:21:41.784Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2294 | 2024-07-25T05:21:44.621Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2295 | 2024-07-25T05:21:44.918Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2296 | 2024-07-25T05:21:50.571Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2297 | 2024-07-25T05:21:50.958Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2298 | 2024-07-25T05:21:51.639Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2299 | 2024-07-25T05:21:55.335Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2300 | 2024-07-25T05:21:55.680Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2301 | 2024-07-25T05:21:58.146Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2302 | 2024-07-25T05:21:58.751Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2303 | 2024-07-25T05:22:01.109Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2304 | 2024-07-25T05:22:07.585Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2305 | 2024-07-25T05:22:08.549Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2306 | 2024-07-25T05:22:08.727Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2307 | 2024-07-25T05:22:10.043Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2308 | 2024-07-25T05:22:11.026Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2309 | 2024-07-25T05:22:11.200Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2310 | 2024-07-25T05:22:12.313Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2311 | 2024-07-25T05:22:14.523Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2312 | 2024-07-25T05:22:21.111Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2313 | 2024-07-25T05:22:22.907Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2314 | 2024-07-25T05:22:23.478Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2315 | 2024-07-25T05:22:23.604Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2316 | 2024-07-25T05:22:24.131Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2317 | 2024-07-25T05:22:27.253Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2318 | 2024-07-25T05:22:28.267Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2319 | 2024-07-25T05:22:29.867Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2320 | 2024-07-25T05:22:32.117Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2321 | 2024-07-25T05:22:34.733Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2322 | 2024-07-25T05:22:35.030Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2323 | 2024-07-25T05:22:37.604Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2324 | 2024-07-25T05:22:38.187Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2325 | 2024-07-25T05:22:39.518Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2326 | 2024-07-25T05:22:40.229Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2327 | 2024-07-25T05:22:41.862Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2328 | 2024-07-25T05:22:42.921Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2329 | 2024-07-25T05:22:43.393Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2330 | 2024-07-25T05:22:44.285Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2331 | 2024-07-25T05:22:44.635Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2332 | 2024-07-25T05:22:46.480Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2333 | 2024-07-25T05:22:47.097Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2334 | 2024-07-25T05:22:48.693Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2335 | 2024-07-25T05:22:49.002Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2336 | 2024-07-25T05:22:49.124Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2337 | 2024-07-25T05:23:23.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 55s |
2338 | 2024-07-25T05:23:23.651Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 106 other files |
2339 | 2024-07-25T05:23:23.705Z | |
2340 | 2024-07-25T05:23:23.729Z | real 4:55.871973382 |
2341 | 2024-07-25T05:23:23.729Z | user 15:38.780207359 |
2342 | 2024-07-25T05:23:23.729Z | sys 19:22.005554108 |
2343 | 2024-07-25T05:23:23.729Z | trap 0.276689206 |
2344 | 2024-07-25T05:23:23.729Z | tflt 0.092103155 |
2345 | 2024-07-25T05:23:23.729Z | dflt 0.359844499 |
2346 | 2024-07-25T05:23:23.729Z | kflt 0.000516297 |
2347 | 2024-07-25T05:23:23.729Z | lock 46:18.962475874 |
2348 | 2024-07-25T05:23:23.729Z | slp 1:15:02.606563036 |
2349 | 2024-07-25T05:23:23.729Z | lat 55.726807537 |
2350 | 2024-07-25T05:23:23.729Z | stop 41.594752449 |
2351 | 2024-07-25T05:23:23.729Z | process exited: duration 879796 ms, exit code 0 |
|
2352 | 2024-07-25T05:23:23.778Z | found 0 output files |