|
|
|
1 | 2024-08-03T03:31:08.512Z | job assigned to worker 01J4B4K990BFJR5AYQ33PJZF79 (queued for 1 m 0 s) |
|
2 | 2024-08-03T03:31:15.935Z | starting task 0: "setup" |
3 | 2024-08-03T03:31:15.994Z | ++ uname -s |
4 | 2024-08-03T03:31:15.997Z | + kern=SunOS |
5 | 2024-08-03T03:31:15.997Z | + case "$kern" in |
6 | 2024-08-03T03:31:15.997Z | + groupadd -g 12345 build |
7 | 2024-08-03T03:31:16.000Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-03T03:31:18.018Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-03T03:31:18.177Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-03T03:31:18.180Z | + home_fs=zfs |
11 | 2024-08-03T03:31:18.180Z | + [[ zfs == autofs ]] |
12 | 2024-08-03T03:31:18.180Z | + mkdir -p /home/build |
13 | 2024-08-03T03:31:18.183Z | + chown build:build /home/build /work |
14 | 2024-08-03T03:31:20.184Z | + chmod 0700 /home/build /work |
15 | 2024-08-03T03:31:20.187Z | process exited: duration 4251 ms, exit code 0 |
|
16 | 2024-08-03T03:31:20.192Z | starting task 1: "rust-toolchain" |
17 | 2024-08-03T03:31:20.198Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-03T03:31:20.198Z | ' 1.80.0 |
19 | 2024-08-03T03:31:20.198Z | * toolchain channel = "1.80.0" |
20 | 2024-08-03T03:31:20.198Z | * toolchain profile = "default" |
21 | 2024-08-03T03:31:20.198Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-03T03:31:20.198Z | ' default |
23 | 2024-08-03T03:31:20.201Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-03T03:31:20.201Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-03T03:31:20.321Z | info: downloading installer |
26 | 2024-08-03T03:31:21.579Z | info: profile set to 'default' |
27 | 2024-08-03T03:31:21.579Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-03T03:31:21.581Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-03T03:31:21.708Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-03T03:31:21.708Z | info: downloading component 'cargo' |
31 | 2024-08-03T03:31:22.596Z | info: downloading component 'clippy' |
32 | 2024-08-03T03:31:23.039Z | info: downloading component 'rust-docs' |
33 | 2024-08-03T03:31:23.938Z | info: downloading component 'rust-std' |
34 | 2024-08-03T03:31:25.424Z | info: downloading component 'rustc' |
35 | 2024-08-03T03:31:29.186Z | info: downloading component 'rustfmt' |
36 | 2024-08-03T03:31:29.608Z | info: installing component 'cargo' |
37 | 2024-08-03T03:31:30.444Z | info: installing component 'clippy' |
38 | 2024-08-03T03:31:30.833Z | info: installing component 'rust-docs' |
39 | 2024-08-03T03:31:32.430Z | info: installing component 'rust-std' |
40 | 2024-08-03T03:31:34.100Z | info: installing component 'rustc' |
41 | 2024-08-03T03:31:38.475Z | info: installing component 'rustfmt' |
42 | 2024-08-03T03:31:38.811Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-03T03:31:38.811Z | |
44 | 2024-08-03T03:31:39.072Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-03T03:31:39.072Z | |
46 | 2024-08-03T03:31:39.076Z | |
47 | 2024-08-03T03:31:39.076Z | Rust is installed now. Great! |
48 | 2024-08-03T03:31:39.076Z | |
49 | 2024-08-03T03:31:39.076Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-03T03:31:39.076Z | environment variable. This has not been done automatically. |
51 | 2024-08-03T03:31:39.076Z | |
52 | 2024-08-03T03:31:39.076Z | To configure your current shell, you need to source |
53 | 2024-08-03T03:31:39.076Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-03T03:31:39.076Z | |
55 | 2024-08-03T03:31:39.076Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-03T03:31:39.076Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-03T03:31:39.076Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-03T03:31:39.140Z | + rustc --version |
59 | 2024-08-03T03:31:39.204Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-03T03:31:39.207Z | process exited: duration 19011 ms, exit code 0 |
|
61 | 2024-08-03T03:31:39.213Z | starting task 2: "authentication" |
62 | 2024-08-03T03:31:39.233Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-03T03:31:39.242Z | starting task 3: "clone repository" |
64 | 2024-08-03T03:31:39.245Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-03T03:31:39.248Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-03T03:31:39.405Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-03T03:31:44.724Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-03T03:31:44.724Z | + git fetch origin 602f1942600dfeaf4db03ca6b3965cec979e0529 |
69 | 2024-08-03T03:31:44.997Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-03T03:31:44.997Z | * branch 602f1942600dfeaf4db03ca6b3965cec979e0529 -> FETCH_HEAD |
71 | 2024-08-03T03:31:45.006Z | + [[ -n renovate/gethostname-0.x ]] |
72 | 2024-08-03T03:31:45.009Z | ++ git branch --show-current |
73 | 2024-08-03T03:31:45.012Z | + current=main |
74 | 2024-08-03T03:31:45.012Z | + [[ main != renovate/gethostname-0.x ]] |
75 | 2024-08-03T03:31:45.012Z | + git branch -f renovate/gethostname-0.x 602f1942600dfeaf4db03ca6b3965cec979e0529 |
76 | 2024-08-03T03:31:45.015Z | + git checkout -f renovate/gethostname-0.x |
77 | 2024-08-03T03:31:45.094Z | Switched to branch 'renovate/gethostname-0.x' |
78 | 2024-08-03T03:31:45.097Z | + git reset --hard 602f1942600dfeaf4db03ca6b3965cec979e0529 |
79 | 2024-08-03T03:31:45.169Z | HEAD is now at 602f19426 Update Rust crate gethostname to 0.5.0 |
80 | 2024-08-03T03:31:45.173Z | process exited: duration 5929 ms, exit code 0 |
|
81 | 2024-08-03T03:31:45.179Z | starting task 4: "build" |
82 | 2024-08-03T03:31:45.185Z | + cargo --version |
83 | 2024-08-03T03:31:45.238Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-03T03:31:45.241Z | + rustc --version |
85 | 2024-08-03T03:31:45.296Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-03T03:31:45.299Z | + source ./env.sh |
87 | 2024-08-03T03:31:45.299Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-03T03:31:45.299Z | ++ set -o xtrace |
89 | 2024-08-03T03:31:45.302Z | ++++ dirname ./env.sh |
90 | 2024-08-03T03:31:45.305Z | +++ readlink -f . |
91 | 2024-08-03T03:31:45.442Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-03T03:31:45.445Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-03T03:31:45.445Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-03T03:31:45.445Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-03T03:31:45.445Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-03T03:31:45.445Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-03T03:31:45.445Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-03T03:31:45.445Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-03T03:31:45.445Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-03T03:31:45.445Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-03T03:31:45.446Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-03T03:31:45.446Z | + banner prerequisites |
103 | 2024-08-03T03:31:45.654Z | |
104 | 2024-08-03T03:31:45.654Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-03T03:31:45.654Z | # # # # # # # # # # # # # # # |
106 | 2024-08-03T03:31:45.654Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-03T03:31:45.654Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-03T03:31:45.654Z | # # # # # # # # # # # # # # # |
109 | 2024-08-03T03:31:45.654Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-03T03:31:45.654Z | |
111 | 2024-08-03T03:31:45.657Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-03T03:32:04.964Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-03T03:32:07.342Z | Startup: Caching catalogs ... Done |
114 | 2024-08-03T03:32:11.161Z | Planning: Solver setup ... Done (3.244s) |
115 | 2024-08-03T03:32:11.219Z | Planning: Running solver ... Done (0.061s) |
116 | 2024-08-03T03:32:11.271Z | Planning: Finding local manifests ... Done (0.003s) |
117 | 2024-08-03T03:32:11.285Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-08-03T03:32:11.651Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-08-03T03:32:11.699Z | Planning: Package planning ... Done (0.049s) |
120 | 2024-08-03T03:32:11.750Z | Planning: Merging actions ... Done (0.050s) |
121 | 2024-08-03T03:32:13.162Z | Planning: Checking for conflicting actions ... Done (1.412s) |
122 | 2024-08-03T03:32:13.173Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-08-03T03:32:18.961Z | Planning: Evaluating mediators ... Done (5.786s) |
124 | 2024-08-03T03:32:18.969Z | Planning: Planning completed in 11.56 seconds |
125 | 2024-08-03T03:32:19.545Z | Packages to install: 4 |
126 | 2024-08-03T03:32:19.546Z | Mediators to change: 2 |
127 | 2024-08-03T03:32:19.549Z | Services to change: 1 |
128 | 2024-08-03T03:32:19.549Z | Estimated space available: 155.75 GB |
129 | 2024-08-03T03:32:19.549Z | Estimated space to be consumed: 1.47 GB |
130 | 2024-08-03T03:32:19.549Z | Create boot environment: No |
131 | 2024-08-03T03:32:19.549Z | Create backup boot environment: No |
132 | 2024-08-03T03:32:19.549Z | Rebuild boot archive: No |
133 | 2024-08-03T03:32:19.549Z | |
134 | 2024-08-03T03:32:19.549Z | Changed mediators: |
135 | 2024-08-03T03:32:19.549Z | mediator clang: |
136 | 2024-08-03T03:32:19.549Z | version: None -> 15 (system default) |
137 | 2024-08-03T03:32:19.549Z | |
138 | 2024-08-03T03:32:19.549Z | mediator llvm: |
139 | 2024-08-03T03:32:19.549Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-08-03T03:32:19.549Z | |
141 | 2024-08-03T03:32:19.549Z | Changed packages: |
142 | 2024-08-03T03:32:19.549Z | helios-dev |
143 | 2024-08-03T03:32:19.549Z | developer/build-essential |
144 | 2024-08-03T03:32:19.549Z | None -> 11-2.0 |
145 | 2024-08-03T03:32:19.549Z | library/libxmlsec1 |
146 | 2024-08-03T03:32:19.549Z | None -> 1.2.35-2.0 |
147 | 2024-08-03T03:32:19.549Z | ooce/developer/clang-15 |
148 | 2024-08-03T03:32:19.549Z | None -> 15.0.7-2.0 |
149 | 2024-08-03T03:32:19.549Z | ooce/developer/llvm-15 |
150 | 2024-08-03T03:32:19.549Z | None -> 15.0.7-2.0 |
151 | 2024-08-03T03:32:19.549Z | |
152 | 2024-08-03T03:32:19.549Z | Services: |
153 | 2024-08-03T03:32:19.549Z | restart_fmri: |
154 | 2024-08-03T03:32:19.549Z | svc:/system/update-man-index:default |
155 | 2024-08-03T03:32:19.747Z | |
156 | 2024-08-03T03:32:19.747Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-08-03T03:32:24.753Z | Download: 776/3290 items 18.4/212.6MB 8% complete (3.8M/s) |
158 | 2024-08-03T03:32:30.342Z | Download: 1197/3290 items 77.2/212.6MB 36% complete (8.4M/s) |
159 | 2024-08-03T03:32:35.343Z | Download: 1266/3290 items 108.6/212.6MB 51% complete (8.9M/s) |
160 | 2024-08-03T03:32:40.346Z | Download: 1939/3290 items 118.6/212.6MB 55% complete (4.2M/s) |
161 | 2024-08-03T03:32:46.639Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (4.2M/s) |
162 | 2024-08-03T03:32:53.071Z | Download: 2222/3290 items 119.2/212.6MB 56% complete (4.0M/s) |
163 | 2024-08-03T03:33:01.354Z | Download: 2223/3290 items 119.2/212.6MB 56% complete |
164 | 2024-08-03T03:33:06.430Z | Download: 3289/3290 items 211.9/212.6MB 99% complete (19.5M/s) |
165 | 2024-08-03T03:33:06.473Z | Download: Completed 212.60 MB in 46.72 seconds (4.5M/s) |
166 | 2024-08-03T03:33:07.316Z | Actions: 1/3689 actions (Installing new actions) |
167 | 2024-08-03T03:33:12.472Z | Actions: 3639/3689 actions (Installing new actions) |
168 | 2024-08-03T03:33:12.523Z | Actions: Completed 3689 actions in 5.21 seconds. |
169 | 2024-08-03T03:33:12.785Z | Done (0.257s) |
170 | 2024-08-03T03:33:12.785Z | Done (0.000s) |
171 | 2024-08-03T03:33:13.137Z | Done (0.351s) |
172 | 2024-08-03T03:33:18.441Z | Done (5.140s) |
173 | 2024-08-03T03:33:18.607Z | Done (0.101s) |
174 | 2024-08-03T03:33:18.610Z | Done (0.000s) |
175 | 2024-08-03T03:33:18.796Z | Done (0.000s) |
176 | 2024-08-03T03:33:19.378Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-08-03T03:33:19.543Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-08-03T03:33:19.546Z | Planning: Consolidating action changes ... Done |
179 | 2024-08-03T03:33:19.816Z | Planning: Evaluating mediators ... Done |
180 | 2024-08-03T03:33:19.819Z | Planning: Planning completed in 0.44 seconds |
181 | 2024-08-03T03:33:19.850Z | Mediators to change: 2 |
182 | 2024-08-03T03:33:19.850Z | Create boot environment: No |
183 | 2024-08-03T03:33:19.853Z | Create backup boot environment: No |
184 | 2024-08-03T03:33:19.922Z | Done |
185 | 2024-08-03T03:33:19.922Z | Done |
186 | 2024-08-03T03:33:20.160Z | Done |
187 | 2024-08-03T03:33:23.587Z | Done |
188 | 2024-08-03T03:33:23.674Z | Done |
189 | 2024-08-03T03:33:23.677Z | Done |
190 | 2024-08-03T03:33:23.852Z | Done |
191 | 2024-08-03T03:33:24.462Z | Planning: Evaluating mediator changes ... Done |
192 | 2024-08-03T03:33:24.464Z | Planning: Merging actions ... Done |
193 | 2024-08-03T03:33:24.652Z | Planning: Checking for conflicting actions ... Done |
194 | 2024-08-03T03:33:24.655Z | Planning: Consolidating action changes ... Done |
195 | 2024-08-03T03:33:24.916Z | Planning: Evaluating mediators ... Done |
196 | 2024-08-03T03:33:24.972Z | Planning: Planning completed in 0.75 seconds |
197 | 2024-08-03T03:33:25.007Z | Packages to change: 1 |
198 | 2024-08-03T03:33:25.007Z | Mediators to change: 1 |
199 | 2024-08-03T03:33:25.010Z | Services to change: 1 |
200 | 2024-08-03T03:33:25.010Z | Create boot environment: No |
201 | 2024-08-03T03:33:25.010Z | Create backup boot environment: Yes |
202 | 2024-08-03T03:33:26.989Z | Actions: 1/6 actions (Updating modified actions) |
203 | 2024-08-03T03:33:27.053Z | Actions: Completed 6 actions in 0.06 seconds. |
204 | 2024-08-03T03:33:27.056Z | Done |
205 | 2024-08-03T03:33:27.056Z | Done |
206 | 2024-08-03T03:33:27.127Z | Done |
207 | 2024-08-03T03:33:30.688Z | Done |
208 | 2024-08-03T03:33:30.769Z | Done |
209 | 2024-08-03T03:33:30.772Z | Done |
210 | 2024-08-03T03:33:30.976Z | Done |
211 | 2024-08-03T03:33:31.414Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
212 | 2024-08-03T03:33:31.414Z | clang system 15 system |
213 | 2024-08-03T03:33:31.414Z | csh system system illumos |
214 | 2024-08-03T03:33:31.414Z | ctags system system illumos |
215 | 2024-08-03T03:33:31.414Z | gcc vendor 12 vendor |
216 | 2024-08-03T03:33:31.415Z | gcc system 10 system |
217 | 2024-08-03T03:33:31.415Z | gcc system 7 system |
218 | 2024-08-03T03:33:31.415Z | go system 1.20 system |
219 | 2024-08-03T03:33:31.415Z | go system 1.19 system |
220 | 2024-08-03T03:33:31.415Z | llvm system 15 system |
221 | 2024-08-03T03:33:31.415Z | llvm system 14 system |
222 | 2024-08-03T03:33:31.415Z | mariadb system 10.6 system |
223 | 2024-08-03T03:33:31.415Z | mta vendor vendor dma |
224 | 2024-08-03T03:33:31.415Z | openjdk system 17 system |
225 | 2024-08-03T03:33:31.415Z | openjdk system 11 system |
226 | 2024-08-03T03:33:31.415Z | openjdk system 1.8 system |
227 | 2024-08-03T03:33:31.415Z | openssl vendor 3 vendor |
228 | 2024-08-03T03:33:31.415Z | perl system 5.36 system |
229 | 2024-08-03T03:33:31.415Z | postgresql system 15 system |
230 | 2024-08-03T03:33:31.415Z | postgresql system 13 system |
231 | 2024-08-03T03:33:31.415Z | python vendor 3 vendor |
232 | 2024-08-03T03:33:31.415Z | python system 2 system |
233 | 2024-08-03T03:33:31.415Z | python3 system 3.11 system |
234 | 2024-08-03T03:33:31.415Z | ruby system 3.0 system |
235 | 2024-08-03T03:33:31.415Z | words vendor vendor american-english |
236 | 2024-08-03T03:33:31.415Z | words system system australian-english |
237 | 2024-08-03T03:33:31.415Z | words system system british-english |
238 | 2024-08-03T03:33:31.415Z | words system system canadian-english |
239 | 2024-08-03T03:33:31.415Z | words system system french |
240 | 2024-08-03T03:33:31.415Z | words system system italian |
241 | 2024-08-03T03:33:31.415Z | words system system ngerman |
242 | 2024-08-03T03:33:31.415Z | words system system ogerman |
243 | 2024-08-03T03:33:31.415Z | words system system spanish |
244 | 2024-08-03T03:33:31.745Z | PUBLISHER TYPE STATUS P LOCATION |
245 | 2024-08-03T03:33:31.745Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
246 | 2024-08-03T03:33:33.421Z | FMRI IFO |
247 | 2024-08-03T03:33:33.421Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2024-08-03T03:33:33.421Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2024-08-03T03:33:33.421Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2024-08-03T03:33:33.421Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
251 | 2024-08-03T03:33:33.421Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
252 | 2024-08-03T03:33:33.421Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
253 | 2024-08-03T03:33:33.421Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
254 | 2024-08-03T03:33:33.421Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
255 | 2024-08-03T03:33:33.421Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
256 | 2024-08-03T03:33:33.421Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
257 | 2024-08-03T03:33:33.421Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
258 | 2024-08-03T03:33:33.421Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
259 | 2024-08-03T03:33:33.991Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
260 | 2024-08-03T03:33:34.247Z | Updating git repository `https://github.com/oxidecomputer/zone` |
261 | 2024-08-03T03:33:34.512Z | Updating crates.io index |
262 | 2024-08-03T03:33:34.515Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
263 | 2024-08-03T03:33:35.247Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
264 | 2024-08-03T03:33:35.931Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
265 | 2024-08-03T03:33:36.188Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
266 | 2024-08-03T03:33:37.930Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
267 | 2024-08-03T03:33:38.205Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
268 | 2024-08-03T03:33:38.551Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
269 | 2024-08-03T03:33:39.718Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
270 | 2024-08-03T03:33:41.737Z | Updating git repository `https://github.com/oxidecomputer/opte` |
271 | 2024-08-03T03:33:42.700Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
272 | 2024-08-03T03:33:43.498Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
273 | 2024-08-03T03:33:44.083Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
274 | 2024-08-03T03:33:44.378Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
275 | 2024-08-03T03:33:44.629Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
276 | 2024-08-03T03:33:44.927Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
277 | 2024-08-03T03:33:45.230Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
278 | 2024-08-03T03:33:45.491Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
279 | 2024-08-03T03:33:45.701Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
280 | 2024-08-03T03:33:45.974Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
281 | 2024-08-03T03:33:46.294Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
282 | 2024-08-03T03:33:46.597Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
283 | 2024-08-03T03:33:47.021Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
284 | 2024-08-03T03:33:47.241Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
285 | 2024-08-03T03:33:47.709Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
286 | 2024-08-03T03:33:48.008Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
287 | 2024-08-03T03:33:48.485Z | Updating git repository `https://github.com/oxidecomputer/typify` |
288 | 2024-08-03T03:33:50.638Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
289 | 2024-08-03T03:33:50.846Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
290 | 2024-08-03T03:33:51.099Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
291 | 2024-08-03T03:33:51.506Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
292 | 2024-08-03T03:33:52.617Z | Downloading crates ... |
293 | 2024-08-03T03:33:52.717Z | Downloaded anstream v0.6.14 |
294 | 2024-08-03T03:33:52.722Z | Downloaded anstyle v1.0.8 |
295 | 2024-08-03T03:33:52.726Z | Downloaded cfg-if v1.0.0 |
296 | 2024-08-03T03:33:52.734Z | Downloaded is_terminal_polyfill v1.70.0 |
297 | 2024-08-03T03:33:52.737Z | Downloaded dtrace-parser v0.2.0 |
298 | 2024-08-03T03:33:52.745Z | Downloaded pretty-hex v0.4.1 |
299 | 2024-08-03T03:33:52.754Z | Downloaded swrite v0.1.0 |
300 | 2024-08-03T03:33:52.757Z | Downloaded usdt-macro v0.5.0 |
301 | 2024-08-03T03:33:52.757Z | Downloaded usdt-attr-macro v0.5.0 |
302 | 2024-08-03T03:33:52.759Z | Downloaded clap_lex v0.7.0 |
303 | 2024-08-03T03:33:52.760Z | Downloaded bitflags v2.6.0 |
304 | 2024-08-03T03:33:52.774Z | Downloaded equivalent v1.0.1 |
305 | 2024-08-03T03:33:52.789Z | Downloaded scroll_derive v0.12.0 |
306 | 2024-08-03T03:33:52.796Z | Downloaded digest v0.10.7 |
307 | 2024-08-03T03:33:52.796Z | Downloaded autocfg v1.3.0 |
308 | 2024-08-03T03:33:52.796Z | Downloaded anstyle-parse v0.2.4 |
309 | 2024-08-03T03:33:52.796Z | Downloaded heck v0.5.0 |
310 | 2024-08-03T03:33:52.796Z | Downloaded memmap v0.7.0 |
311 | 2024-08-03T03:33:52.800Z | Downloaded fs-err v2.11.0 |
312 | 2024-08-03T03:33:52.800Z | Downloaded macaddr v1.0.1 |
313 | 2024-08-03T03:33:52.803Z | Downloaded cpufeatures v0.2.12 |
314 | 2024-08-03T03:33:52.803Z | Downloaded block-buffer v0.10.4 |
315 | 2024-08-03T03:33:52.803Z | Downloaded anstyle-query v1.0.3 |
316 | 2024-08-03T03:33:52.805Z | Downloaded toml_datetime v0.6.8 |
317 | 2024-08-03T03:33:52.806Z | Downloaded thiserror v1.0.63 |
318 | 2024-08-03T03:33:52.811Z | Downloaded proc-macro-error-attr v1.0.4 |
319 | 2024-08-03T03:33:52.814Z | Downloaded tabled_derive v0.7.0 |
320 | 2024-08-03T03:33:52.817Z | Downloaded thread-id v4.2.1 |
321 | 2024-08-03T03:33:52.820Z | Downloaded dof v0.3.0 |
322 | 2024-08-03T03:33:52.824Z | Downloaded scroll v0.12.0 |
323 | 2024-08-03T03:33:52.829Z | Downloaded pest_generator v2.7.10 |
324 | 2024-08-03T03:33:52.829Z | Downloaded plain v0.2.3 |
325 | 2024-08-03T03:33:52.832Z | Downloaded heck v0.4.1 |
326 | 2024-08-03T03:33:52.832Z | Downloaded colorchoice v1.0.1 |
327 | 2024-08-03T03:33:52.832Z | Downloaded crypto-common v0.1.6 |
328 | 2024-08-03T03:33:52.832Z | Downloaded itoa v1.0.11 |
329 | 2024-08-03T03:33:52.835Z | Downloaded generic-array v0.14.7 |
330 | 2024-08-03T03:33:52.835Z | Downloaded byteorder v1.5.0 |
331 | 2024-08-03T03:33:52.838Z | Downloaded sha2 v0.10.8 |
332 | 2024-08-03T03:33:52.841Z | Downloaded fnv v1.0.7 |
333 | 2024-08-03T03:33:52.841Z | Downloaded utf8parse v0.2.1 |
334 | 2024-08-03T03:33:52.841Z | Downloaded strsim v0.11.1 |
335 | 2024-08-03T03:33:52.843Z | Downloaded cargo-platform v0.1.8 |
336 | 2024-08-03T03:33:52.846Z | Downloaded serde_tokenstream v0.2.1 |
337 | 2024-08-03T03:33:52.849Z | Downloaded thiserror-impl v1.0.63 |
338 | 2024-08-03T03:33:52.851Z | Downloaded pest_derive v2.7.10 |
339 | 2024-08-03T03:33:52.855Z | Downloaded usdt-impl v0.5.0 |
340 | 2024-08-03T03:33:52.858Z | Downloaded usdt v0.5.0 |
341 | 2024-08-03T03:33:52.858Z | Downloaded errno v0.3.9 |
342 | 2024-08-03T03:33:52.861Z | Downloaded version_check v0.9.4 |
343 | 2024-08-03T03:33:52.861Z | Downloaded serde_spanned v0.6.7 |
344 | 2024-08-03T03:33:52.864Z | Downloaded quote v1.0.36 |
345 | 2024-08-03T03:33:52.864Z | Downloaded proc-macro-error v1.0.4 |
346 | 2024-08-03T03:33:52.866Z | Downloaded camino v1.1.7 |
347 | 2024-08-03T03:33:52.869Z | Downloaded semver v1.0.23 |
348 | 2024-08-03T03:33:52.872Z | Downloaded terminal_size v0.3.0 |
349 | 2024-08-03T03:33:52.872Z | Downloaded cargo_metadata v0.18.1 |
350 | 2024-08-03T03:33:52.875Z | Downloaded bytecount v0.6.8 |
351 | 2024-08-03T03:33:52.875Z | Downloaded clap_derive v4.5.8 |
352 | 2024-08-03T03:33:52.877Z | Downloaded anyhow v1.0.86 |
353 | 2024-08-03T03:33:52.880Z | Downloaded once_cell v1.19.0 |
354 | 2024-08-03T03:33:52.883Z | Downloaded cargo_toml v0.20.4 |
355 | 2024-08-03T03:33:52.896Z | Downloaded papergrid v0.11.0 |
356 | 2024-08-03T03:33:52.907Z | Downloaded serde_derive v1.0.204 |
357 | 2024-08-03T03:33:52.907Z | Downloaded pest_meta v2.7.10 |
358 | 2024-08-03T03:33:52.907Z | Downloaded typenum v1.17.0 |
359 | 2024-08-03T03:33:52.911Z | Downloaded zerocopy-derive v0.7.34 |
360 | 2024-08-03T03:33:52.914Z | Downloaded log v0.4.21 |
361 | 2024-08-03T03:33:52.917Z | Downloaded unicode-ident v1.0.12 |
362 | 2024-08-03T03:33:52.920Z | Downloaded ryu v1.0.18 |
363 | 2024-08-03T03:33:52.922Z | Downloaded ucd-trie v0.1.6 |
364 | 2024-08-03T03:33:52.925Z | Downloaded toml v0.8.19 |
365 | 2024-08-03T03:33:52.928Z | Downloaded proc-macro2 v1.0.86 |
366 | 2024-08-03T03:33:52.937Z | Downloaded clap v4.5.9 |
367 | 2024-08-03T03:33:52.957Z | Downloaded indexmap v2.2.6 |
368 | 2024-08-03T03:33:52.962Z | Downloaded serde v1.0.204 |
369 | 2024-08-03T03:33:52.991Z | Downloaded memchr v2.7.2 |
370 | 2024-08-03T03:33:52.998Z | Downloaded toml_edit v0.22.20 |
371 | 2024-08-03T03:33:53.019Z | Downloaded pest v2.7.10 |
372 | 2024-08-03T03:33:53.031Z | Downloaded hashbrown v0.14.5 |
373 | 2024-08-03T03:33:53.036Z | Downloaded zerocopy v0.7.34 |
374 | 2024-08-03T03:33:53.051Z | Downloaded serde_json v1.0.122 |
375 | 2024-08-03T03:33:53.057Z | Downloaded clap_builder v4.5.9 |
376 | 2024-08-03T03:33:53.064Z | Downloaded goblin v0.8.2 |
377 | 2024-08-03T03:33:53.070Z | Downloaded winnow v0.6.18 |
378 | 2024-08-03T03:33:53.078Z | Downloaded tabled v0.15.0 |
379 | 2024-08-03T03:33:53.093Z | Downloaded syn v2.0.72 |
380 | 2024-08-03T03:33:53.104Z | Downloaded syn v1.0.109 |
381 | 2024-08-03T03:33:53.130Z | Downloaded rustix v0.38.34 |
382 | 2024-08-03T03:33:53.152Z | Downloaded unicode-width v0.1.13 |
383 | 2024-08-03T03:33:53.172Z | Downloaded libc v0.2.155 |
384 | 2024-08-03T03:33:53.467Z | Compiling proc-macro2 v1.0.86 |
385 | 2024-08-03T03:33:53.467Z | Compiling unicode-ident v1.0.12 |
386 | 2024-08-03T03:33:53.470Z | Compiling version_check v0.9.4 |
387 | 2024-08-03T03:33:53.470Z | Compiling serde v1.0.204 |
388 | 2024-08-03T03:33:53.470Z | Compiling thiserror v1.0.63 |
389 | 2024-08-03T03:33:53.470Z | Compiling memchr v2.7.2 |
390 | 2024-08-03T03:33:53.470Z | Compiling libc v0.2.155 |
391 | 2024-08-03T03:33:53.497Z | Compiling itoa v1.0.11 |
392 | 2024-08-03T03:33:53.714Z | Compiling ucd-trie v0.1.6 |
393 | 2024-08-03T03:33:53.780Z | Compiling ryu v1.0.18 |
394 | 2024-08-03T03:33:54.095Z | Compiling once_cell v1.19.0 |
395 | 2024-08-03T03:33:54.286Z | Compiling byteorder v1.5.0 |
396 | 2024-08-03T03:33:54.629Z | Compiling serde_json v1.0.122 |
397 | 2024-08-03T03:33:55.444Z | Compiling proc-macro-error-attr v1.0.4 |
398 | 2024-08-03T03:33:55.447Z | Compiling usdt-impl v0.5.0 |
399 | 2024-08-03T03:33:55.486Z | Compiling rustix v0.38.34 |
400 | 2024-08-03T03:33:55.505Z | Compiling syn v1.0.109 |
401 | 2024-08-03T03:33:55.565Z | Compiling proc-macro-error v1.0.4 |
402 | 2024-08-03T03:33:55.792Z | Compiling utf8parse v0.2.1 |
403 | 2024-08-03T03:33:55.879Z | Compiling hashbrown v0.14.5 |
404 | 2024-08-03T03:33:55.962Z | Compiling equivalent v1.0.1 |
405 | 2024-08-03T03:33:55.994Z | Compiling log v0.4.21 |
406 | 2024-08-03T03:33:56.076Z | Compiling bitflags v2.6.0 |
407 | 2024-08-03T03:33:56.287Z | Compiling thread-id v4.2.1 |
408 | 2024-08-03T03:33:56.340Z | Compiling plain v0.2.3 |
409 | 2024-08-03T03:33:56.394Z | Compiling anstyle-parse v0.2.4 |
410 | 2024-08-03T03:33:56.417Z | Compiling quote v1.0.36 |
411 | 2024-08-03T03:33:56.522Z | Compiling colorchoice v1.0.1 |
412 | 2024-08-03T03:33:56.588Z | Compiling semver v1.0.23 |
413 | 2024-08-03T03:33:56.689Z | Compiling is_terminal_polyfill v1.70.0 |
414 | 2024-08-03T03:33:56.726Z | Compiling errno v0.3.9 |
415 | 2024-08-03T03:33:56.824Z | Compiling syn v2.0.72 |
416 | 2024-08-03T03:33:56.981Z | Compiling pretty-hex v0.4.1 |
417 | 2024-08-03T03:33:57.112Z | Compiling winnow v0.6.18 |
418 | 2024-08-03T03:33:57.138Z | Compiling indexmap v2.2.6 |
419 | 2024-08-03T03:33:57.178Z | Compiling camino v1.1.7 |
420 | 2024-08-03T03:33:57.220Z | Compiling autocfg v1.3.0 |
421 | 2024-08-03T03:33:57.906Z | Compiling anstyle-query v1.0.3 |
422 | 2024-08-03T03:33:58.057Z | Compiling anstyle v1.0.8 |
423 | 2024-08-03T03:33:58.160Z | Compiling fs-err v2.11.0 |
424 | 2024-08-03T03:33:58.311Z | Compiling terminal_size v0.3.0 |
425 | 2024-08-03T03:33:58.454Z | Compiling anstream v0.6.14 |
426 | 2024-08-03T03:33:58.582Z | Compiling unicode-width v0.1.13 |
427 | 2024-08-03T03:33:58.604Z | Compiling bytecount v0.6.8 |
428 | 2024-08-03T03:33:58.660Z | Compiling strsim v0.11.1 |
429 | 2024-08-03T03:33:58.684Z | Compiling heck v0.4.1 |
430 | 2024-08-03T03:33:58.817Z | Compiling clap_lex v0.7.0 |
431 | 2024-08-03T03:33:58.842Z | Compiling heck v0.5.0 |
432 | 2024-08-03T03:33:59.171Z | Compiling anyhow v1.0.86 |
433 | 2024-08-03T03:33:59.174Z | Compiling fnv v1.0.7 |
434 | 2024-08-03T03:33:59.318Z | Compiling papergrid v0.11.0 |
435 | 2024-08-03T03:33:59.343Z | Compiling clap_builder v4.5.9 |
436 | 2024-08-03T03:33:59.508Z | Compiling memmap v0.7.0 |
437 | 2024-08-03T03:34:00.234Z | Compiling swrite v0.1.0 |
438 | 2024-08-03T03:34:01.948Z | Compiling tabled_derive v0.7.0 |
439 | 2024-08-03T03:34:03.351Z | Compiling tabled v0.15.0 |
440 | 2024-08-03T03:34:05.400Z | Compiling serde_derive v1.0.204 |
441 | 2024-08-03T03:34:05.400Z | Compiling thiserror-impl v1.0.63 |
442 | 2024-08-03T03:34:05.403Z | Compiling zerocopy-derive v0.7.34 |
443 | 2024-08-03T03:34:05.403Z | Compiling scroll_derive v0.12.0 |
444 | 2024-08-03T03:34:05.403Z | Compiling clap_derive v4.5.8 |
445 | 2024-08-03T03:34:06.719Z | Compiling scroll v0.12.0 |
446 | 2024-08-03T03:34:07.179Z | Compiling zerocopy v0.7.34 |
447 | 2024-08-03T03:34:07.219Z | Compiling goblin v0.8.2 |
448 | 2024-08-03T03:34:08.279Z | Compiling pest v2.7.10 |
449 | 2024-08-03T03:34:08.904Z | Compiling clap v4.5.9 |
450 | 2024-08-03T03:34:10.263Z | Compiling pest_meta v2.7.10 |
451 | 2024-08-03T03:34:11.154Z | Compiling pest_generator v2.7.10 |
452 | 2024-08-03T03:34:13.132Z | Compiling pest_derive v2.7.10 |
453 | 2024-08-03T03:34:13.774Z | Compiling dtrace-parser v0.2.0 |
454 | 2024-08-03T03:34:15.495Z | Compiling serde_tokenstream v0.2.1 |
455 | 2024-08-03T03:34:15.541Z | Compiling toml_datetime v0.6.8 |
456 | 2024-08-03T03:34:15.541Z | Compiling serde_spanned v0.6.7 |
457 | 2024-08-03T03:34:15.807Z | Compiling cargo-platform v0.1.8 |
458 | 2024-08-03T03:34:15.932Z | Compiling toml_edit v0.22.20 |
459 | 2024-08-03T03:34:16.043Z | Compiling macaddr v1.0.1 |
460 | 2024-08-03T03:34:16.909Z | Compiling dof v0.3.0 |
461 | 2024-08-03T03:34:16.987Z | Compiling cargo_metadata v0.18.1 |
462 | 2024-08-03T03:34:18.586Z | Compiling usdt-macro v0.5.0 |
463 | 2024-08-03T03:34:18.586Z | Compiling usdt-attr-macro v0.5.0 |
464 | 2024-08-03T03:34:18.742Z | Compiling toml v0.8.19 |
465 | 2024-08-03T03:34:19.659Z | Compiling cargo_toml v0.20.4 |
466 | 2024-08-03T03:34:20.015Z | Compiling usdt v0.5.0 |
467 | 2024-08-03T03:34:23.369Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
468 | 2024-08-03T03:34:27.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.36s |
469 | 2024-08-03T03:34:27.375Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
470 | 2024-08-03T03:34:27.912Z | Downloading crates ... |
471 | 2024-08-03T03:34:28.032Z | Downloaded aead v0.5.2 |
472 | 2024-08-03T03:34:28.036Z | Downloaded array-init v0.0.4 |
473 | 2024-08-03T03:34:28.043Z | Downloaded adler v1.0.2 |
474 | 2024-08-03T03:34:28.046Z | Downloaded crunchy v0.2.2 |
475 | 2024-08-03T03:34:28.049Z | Downloaded atomicwrites v0.4.3 |
476 | 2024-08-03T03:34:28.050Z | Downloaded ahash v0.8.11 |
477 | 2024-08-03T03:34:28.053Z | Downloaded cstr-argument v0.1.2 |
478 | 2024-08-03T03:34:28.056Z | Downloaded bitstruct v0.1.1 |
479 | 2024-08-03T03:34:28.056Z | Downloaded is-terminal v0.4.12 |
480 | 2024-08-03T03:34:28.060Z | Downloaded instant v0.1.12 |
481 | 2024-08-03T03:34:28.061Z | Downloaded cfg_aliases v0.1.1 |
482 | 2024-08-03T03:34:28.063Z | Downloaded assert_matches v1.5.0 |
483 | 2024-08-03T03:34:28.063Z | Downloaded keccak v0.1.5 |
484 | 2024-08-03T03:34:28.067Z | Downloaded inout v0.1.3 |
485 | 2024-08-03T03:34:28.071Z | Downloaded arc-swap v1.7.1 |
486 | 2024-08-03T03:34:28.074Z | Downloaded async-stream v0.3.5 |
487 | 2024-08-03T03:34:28.074Z | Downloaded arrayref v0.3.7 |
488 | 2024-08-03T03:34:28.077Z | Downloaded is_ci v1.2.0 |
489 | 2024-08-03T03:34:28.077Z | Downloaded matches v0.1.10 |
490 | 2024-08-03T03:34:28.080Z | Downloaded constant_time_eq v0.3.0 |
491 | 2024-08-03T03:34:28.080Z | Downloaded bitfield v0.14.0 |
492 | 2024-08-03T03:34:28.083Z | Downloaded crc v3.2.1 |
493 | 2024-08-03T03:34:28.085Z | Downloaded oso-derive v0.27.3 |
494 | 2024-08-03T03:34:28.085Z | Downloaded num_threads v0.1.7 |
495 | 2024-08-03T03:34:28.088Z | Downloaded openssl-macros v0.1.1 |
496 | 2024-08-03T03:34:28.088Z | Downloaded new_debug_unreachable v1.0.6 |
497 | 2024-08-03T03:34:28.088Z | Downloaded ciborium-ll v0.2.2 |
498 | 2024-08-03T03:34:28.091Z | Downloaded crc-catalog v2.4.0 |
499 | 2024-08-03T03:34:28.094Z | Downloaded colored v2.1.0 |
500 | 2024-08-03T03:34:28.094Z | Downloaded camino-tempfile v1.1.1 |
501 | 2024-08-03T03:34:28.097Z | Downloaded indoc v1.0.9 |
502 | 2024-08-03T03:34:28.100Z | Downloaded base16ct v0.2.0 |
503 | 2024-08-03T03:34:28.102Z | Downloaded indexmap v1.9.3 |
504 | 2024-08-03T03:34:28.105Z | Downloaded lru v0.12.3 |
505 | 2024-08-03T03:34:28.108Z | Downloaded data-encoding v2.6.0 |
506 | 2024-08-03T03:34:28.111Z | Downloaded backoff v0.4.0 |
507 | 2024-08-03T03:34:28.114Z | Downloaded num-derive v0.4.2 |
508 | 2024-08-03T03:34:28.117Z | Downloaded md-5 v0.10.6 |
509 | 2024-08-03T03:34:28.117Z | Downloaded num-iter v0.1.45 |
510 | 2024-08-03T03:34:28.120Z | Downloaded num_enum v0.5.11 |
511 | 2024-08-03T03:34:28.125Z | Downloaded console v0.15.8 |
512 | 2024-08-03T03:34:28.128Z | Downloaded nibble_vec v0.1.0 |
513 | 2024-08-03T03:34:28.131Z | Downloaded packed_struct_codegen v0.10.1 |
514 | 2024-08-03T03:34:28.134Z | Downloaded ipnet v2.9.0 |
515 | 2024-08-03T03:34:28.134Z | Downloaded ciborium-io v0.2.2 |
516 | 2024-08-03T03:34:28.137Z | Downloaded bitstruct_derive v0.1.0 |
517 | 2024-08-03T03:34:28.137Z | Downloaded atty v0.2.14 |
518 | 2024-08-03T03:34:28.137Z | Downloaded async-stream-impl v0.3.5 |
519 | 2024-08-03T03:34:28.139Z | Downloaded openssl-probe v0.1.5 |
520 | 2024-08-03T03:34:28.139Z | Downloaded num-conv v0.1.0 |
521 | 2024-08-03T03:34:28.142Z | Downloaded addr2line v0.21.0 |
522 | 2024-08-03T03:34:28.145Z | Downloaded match_cfg v0.1.0 |
523 | 2024-08-03T03:34:28.145Z | Downloaded curve25519-dalek-derive v0.1.1 |
524 | 2024-08-03T03:34:28.148Z | Downloaded csv-core v0.1.11 |
525 | 2024-08-03T03:34:28.148Z | Downloaded multimap v0.10.0 |
526 | 2024-08-03T03:34:28.151Z | Downloaded parse-display-derive v0.9.1 |
527 | 2024-08-03T03:34:28.151Z | Downloaded darling_macro v0.20.9 |
528 | 2024-08-03T03:34:28.154Z | Downloaded termtree v0.4.1 |
529 | 2024-08-03T03:34:28.154Z | Downloaded time-core v0.1.2 |
530 | 2024-08-03T03:34:28.154Z | Downloaded lazy_static v1.5.0 |
531 | 2024-08-03T03:34:28.157Z | Downloaded crucible-workspace-hack v0.1.0 |
532 | 2024-08-03T03:34:28.157Z | Downloaded clang-sys v1.7.0 |
533 | 2024-08-03T03:34:28.160Z | Downloaded linked-hash-map v0.5.6 |
534 | 2024-08-03T03:34:28.162Z | Downloaded indicatif v0.17.8 |
535 | 2024-08-03T03:34:28.166Z | Downloaded signal-hook-registry v1.4.2 |
536 | 2024-08-03T03:34:28.169Z | Downloaded shell-words v1.1.0 |
537 | 2024-08-03T03:34:28.172Z | Downloaded number_prefix v0.4.0 |
538 | 2024-08-03T03:34:28.172Z | Downloaded parse-size v1.0.0 |
539 | 2024-08-03T03:34:28.172Z | Downloaded sync_wrapper v0.1.2 |
540 | 2024-08-03T03:34:28.177Z | Downloaded nu-ansi-term v0.50.0 |
541 | 2024-08-03T03:34:28.180Z | Downloaded slab v0.4.9 |
542 | 2024-08-03T03:34:28.180Z | Downloaded cipher v0.4.4 |
543 | 2024-08-03T03:34:28.180Z | Downloaded async-recursion v1.1.1 |
544 | 2024-08-03T03:34:28.184Z | Downloaded tower-service v0.3.2 |
545 | 2024-08-03T03:34:28.187Z | Downloaded structmeta-derive v0.3.0 |
546 | 2024-08-03T03:34:28.187Z | Downloaded crossbeam-deque v0.8.5 |
547 | 2024-08-03T03:34:28.191Z | Downloaded bitfield-struct v0.6.1 |
548 | 2024-08-03T03:34:28.192Z | Downloaded tabwriter v1.4.0 |
549 | 2024-08-03T03:34:28.196Z | Downloaded num_enum_derive v0.5.11 |
550 | 2024-08-03T03:34:28.196Z | Downloaded mockall v0.12.1 |
551 | 2024-08-03T03:34:28.196Z | Downloaded kstat-rs v0.2.4 |
552 | 2024-08-03T03:34:28.204Z | Downloaded debug-ignore v1.0.5 |
553 | 2024-08-03T03:34:28.204Z | Downloaded nanorand v0.7.0 |
554 | 2024-08-03T03:34:28.208Z | Downloaded headers-core v0.2.0 |
555 | 2024-08-03T03:34:28.208Z | Downloaded cookie v0.18.1 |
556 | 2024-08-03T03:34:28.208Z | Downloaded convert_case v0.4.0 |
557 | 2024-08-03T03:34:28.209Z | Downloaded chacha20 v0.9.1 |
558 | 2024-08-03T03:34:28.213Z | Downloaded parking_lot_core v0.9.10 |
559 | 2024-08-03T03:34:28.213Z | Downloaded lru-cache v0.1.2 |
560 | 2024-08-03T03:34:28.213Z | Downloaded stable_deref_trait v1.2.0 |
561 | 2024-08-03T03:34:28.218Z | Downloaded linear-map v1.2.0 |
562 | 2024-08-03T03:34:28.218Z | Downloaded defmt-parser v0.3.4 |
563 | 2024-08-03T03:34:28.218Z | Downloaded cookie_store v0.20.0 |
564 | 2024-08-03T03:34:28.221Z | Downloaded foreign-types-shared v0.3.1 |
565 | 2024-08-03T03:34:28.221Z | Downloaded hostname v0.3.1 |
566 | 2024-08-03T03:34:28.221Z | Downloaded num_cpus v1.16.0 |
567 | 2024-08-03T03:34:28.225Z | Downloaded nodrop v0.1.14 |
568 | 2024-08-03T03:34:28.229Z | Downloaded paste v1.0.15 |
569 | 2024-08-03T03:34:28.229Z | Downloaded topological-sort v0.2.2 |
570 | 2024-08-03T03:34:28.232Z | Downloaded wyz v0.5.1 |
571 | 2024-08-03T03:34:28.232Z | Downloaded which v4.4.2 |
572 | 2024-08-03T03:34:28.236Z | Downloaded packed_struct v0.10.1 |
573 | 2024-08-03T03:34:28.236Z | Downloaded unicase v2.7.0 |
574 | 2024-08-03T03:34:28.240Z | Downloaded rpassword v7.3.1 |
575 | 2024-08-03T03:34:28.240Z | Downloaded crossbeam-epoch v0.9.18 |
576 | 2024-08-03T03:34:28.243Z | Downloaded bitflags v1.3.2 |
577 | 2024-08-03T03:34:28.246Z | Downloaded unicode-linebreak v0.1.5 |
578 | 2024-08-03T03:34:28.246Z | Downloaded derive_builder_macro v0.20.0 |
579 | 2024-08-03T03:34:28.249Z | Downloaded native-tls v0.2.11 |
580 | 2024-08-03T03:34:28.253Z | Downloaded mime_guess v2.0.4 |
581 | 2024-08-03T03:34:28.253Z | Downloaded take_mut v0.2.2 |
582 | 2024-08-03T03:34:28.253Z | Downloaded num-complex v0.4.6 |
583 | 2024-08-03T03:34:28.256Z | Downloaded fallible-iterator v0.2.0 |
584 | 2024-08-03T03:34:28.259Z | Downloaded darling_core v0.20.9 |
585 | 2024-08-03T03:34:28.263Z | Downloaded allocator-api2 v0.2.18 |
586 | 2024-08-03T03:34:28.266Z | Downloaded stability v0.2.0 |
587 | 2024-08-03T03:34:28.266Z | Downloaded owo-colors v4.0.0 |
588 | 2024-08-03T03:34:28.270Z | Downloaded num-traits v0.2.19 |
589 | 2024-08-03T03:34:28.273Z | Downloaded form_urlencoded v1.2.1 |
590 | 2024-08-03T03:34:28.273Z | Downloaded dirs-next v2.0.0 |
591 | 2024-08-03T03:34:28.277Z | Downloaded difflib v0.4.0 |
592 | 2024-08-03T03:34:28.277Z | Downloaded tokio-native-tls v0.3.1 |
593 | 2024-08-03T03:34:28.281Z | Downloaded http-body v0.4.6 |
594 | 2024-08-03T03:34:28.281Z | Downloaded fragile v2.0.0 |
595 | 2024-08-03T03:34:28.285Z | Downloaded float-ord v0.3.2 |
596 | 2024-08-03T03:34:28.285Z | Downloaded parking_lot_core v0.8.6 |
597 | 2024-08-03T03:34:28.289Z | Downloaded num-rational v0.4.2 |
598 | 2024-08-03T03:34:28.289Z | Downloaded getopts v0.2.21 |
599 | 2024-08-03T03:34:28.293Z | Downloaded pin-utils v0.1.0 |
600 | 2024-08-03T03:34:28.293Z | Downloaded quick-error v1.2.3 |
601 | 2024-08-03T03:34:28.293Z | Downloaded psl-types v2.0.11 |
602 | 2024-08-03T03:34:28.296Z | Downloaded pem-rfc7468 v0.7.0 |
603 | 2024-08-03T03:34:28.296Z | Downloaded pem v3.0.4 |
604 | 2024-08-03T03:34:28.299Z | Downloaded peg-runtime v0.8.3 |
605 | 2024-08-03T03:34:28.299Z | Downloaded radium v0.7.0 |
606 | 2024-08-03T03:34:28.302Z | Downloaded r2d2 v0.8.10 |
607 | 2024-08-03T03:34:28.302Z | Downloaded chacha20poly1305 v0.10.1 |
608 | 2024-08-03T03:34:28.306Z | Downloaded cc v1.0.97 |
609 | 2024-08-03T03:34:28.308Z | Downloaded thread_local v1.1.8 |
610 | 2024-08-03T03:34:28.311Z | Downloaded predicates-tree v1.0.9 |
611 | 2024-08-03T03:34:28.311Z | Downloaded crc32fast v1.4.0 |
612 | 2024-08-03T03:34:28.314Z | Downloaded crossbeam-utils v0.8.19 |
613 | 2024-08-03T03:34:28.317Z | Downloaded env_logger v0.10.2 |
614 | 2024-08-03T03:34:28.320Z | Downloaded thiserror-no-std v2.0.2 |
615 | 2024-08-03T03:34:28.323Z | Downloaded smf v0.2.3 |
616 | 2024-08-03T03:34:28.326Z | Downloaded crc-any v2.5.0 |
617 | 2024-08-03T03:34:28.329Z | Downloaded whoami v1.5.1 |
618 | 2024-08-03T03:34:28.332Z | Downloaded supports-color v3.0.0 |
619 | 2024-08-03T03:34:28.332Z | Downloaded env_logger v0.9.3 |
620 | 2024-08-03T03:34:28.335Z | Downloaded slog v2.7.0 |
621 | 2024-08-03T03:34:28.338Z | Downloaded gethostname v0.5.0 |
622 | 2024-08-03T03:34:28.341Z | Downloaded universal-hash v0.5.1 |
623 | 2024-08-03T03:34:28.341Z | Downloaded unicode-xid v0.2.4 |
624 | 2024-08-03T03:34:28.343Z | Downloaded oso v0.27.3 |
625 | 2024-08-03T03:34:28.346Z | Downloaded thiserror-impl-no-std v2.0.2 |
626 | 2024-08-03T03:34:28.346Z | Downloaded ident_case v1.0.1 |
627 | 2024-08-03T03:34:28.349Z | Downloaded display-error-chain v0.2.0 |
628 | 2024-08-03T03:34:28.349Z | Downloaded downcast v0.11.0 |
629 | 2024-08-03T03:34:28.352Z | Downloaded futures-core v0.3.30 |
630 | 2024-08-03T03:34:28.352Z | Downloaded http-range v0.1.5 |
631 | 2024-08-03T03:34:28.356Z | Downloaded endian-type v0.1.2 |
632 | 2024-08-03T03:34:28.356Z | Downloaded hyper-tls v0.5.0 |
633 | 2024-08-03T03:34:28.359Z | Downloaded hyper-staticfile v0.9.5 |
634 | 2024-08-03T03:34:28.359Z | Downloaded pkcs1 v0.7.5 |
635 | 2024-08-03T03:34:28.363Z | Downloaded pin-project-lite v0.2.14 |
636 | 2024-08-03T03:34:28.366Z | Downloaded heck v0.3.3 |
637 | 2024-08-03T03:34:28.369Z | Downloaded futures-task v0.3.30 |
638 | 2024-08-03T03:34:28.369Z | Downloaded ena v0.14.3 |
639 | 2024-08-03T03:34:28.372Z | Downloaded bytes v1.6.0 |
640 | 2024-08-03T03:34:28.375Z | Downloaded blake2 v0.10.6 |
641 | 2024-08-03T03:34:28.378Z | Downloaded spin v0.9.8 |
642 | 2024-08-03T03:34:28.381Z | Downloaded base64 v0.13.1 |
643 | 2024-08-03T03:34:28.384Z | Downloaded shlex v1.3.0 |
644 | 2024-08-03T03:34:28.386Z | Downloaded rustfmt-wrapper v0.2.1 |
645 | 2024-08-03T03:34:28.389Z | Downloaded rand_seeder v0.2.3 |
646 | 2024-08-03T03:34:28.389Z | Downloaded snafu v0.8.2 |
647 | 2024-08-03T03:34:28.395Z | Downloaded mio v0.8.11 |
648 | 2024-08-03T03:34:28.401Z | Downloaded spki v0.7.3 |
649 | 2024-08-03T03:34:28.404Z | Downloaded tinyvec_macros v0.1.1 |
650 | 2024-08-03T03:34:28.407Z | Downloaded signal-hook-tokio v0.3.1 |
651 | 2024-08-03T03:34:28.407Z | Downloaded rustls-pemfile v1.0.4 |
652 | 2024-08-03T03:34:28.410Z | Downloaded either v1.12.0 |
653 | 2024-08-03T03:34:28.410Z | Downloaded sqlformat v0.2.4 |
654 | 2024-08-03T03:34:28.412Z | Downloaded spin v0.5.2 |
655 | 2024-08-03T03:34:28.415Z | Downloaded tls_codec v0.4.1 |
656 | 2024-08-03T03:34:28.418Z | Downloaded peg-macros v0.8.4 |
657 | 2024-08-03T03:34:28.418Z | Downloaded serde_path_to_error v0.1.16 |
658 | 2024-08-03T03:34:28.421Z | Downloaded const_format v0.2.32 |
659 | 2024-08-03T03:34:28.424Z | Downloaded backtrace v0.3.71 |
660 | 2024-08-03T03:34:28.430Z | Downloaded fastrand v2.1.0 |
661 | 2024-08-03T03:34:28.440Z | Downloaded phf_shared v0.11.2 |
662 | 2024-08-03T03:34:28.443Z | Downloaded similar v2.5.0 |
663 | 2024-08-03T03:34:28.447Z | Downloaded zone_cfg_derive v0.1.2 |
664 | 2024-08-03T03:34:28.451Z | Downloaded waitgroup v0.1.2 |
665 | 2024-08-03T03:34:28.451Z | Downloaded pkg-config v0.3.30 |
666 | 2024-08-03T03:34:28.454Z | Downloaded rand_core v0.6.4 |
667 | 2024-08-03T03:34:28.454Z | Downloaded smallvec v0.6.14 |
668 | 2024-08-03T03:34:28.454Z | Downloaded rand_xorshift v0.3.0 |
669 | 2024-08-03T03:34:28.457Z | Downloaded sec1 v0.7.3 |
670 | 2024-08-03T03:34:28.460Z | Downloaded headers v0.3.9 |
671 | 2024-08-03T03:34:28.463Z | Downloaded rustls-pemfile v2.1.2 |
672 | 2024-08-03T03:34:28.466Z | Downloaded smawk v0.3.2 |
673 | 2024-08-03T03:34:28.469Z | Downloaded uzers v0.11.3 |
674 | 2024-08-03T03:34:28.471Z | Downloaded portpicker v0.1.1 |
675 | 2024-08-03T03:34:28.472Z | Downloaded num-bigint v0.4.5 |
676 | 2024-08-03T03:34:28.475Z | Downloaded utf-8 v0.7.6 |
677 | 2024-08-03T03:34:28.478Z | Downloaded strum_macros v0.26.4 |
678 | 2024-08-03T03:34:28.481Z | Downloaded strum_macros v0.25.3 |
679 | 2024-08-03T03:34:28.484Z | Downloaded secrecy v0.8.0 |
680 | 2024-08-03T03:34:28.484Z | Downloaded tracing-attributes v0.1.27 |
681 | 2024-08-03T03:34:28.487Z | Downloaded textwrap v0.16.1 |
682 | 2024-08-03T03:34:28.490Z | Downloaded tui-tree-widget v0.21.0 |
683 | 2024-08-03T03:34:28.493Z | Downloaded crossterm v0.27.0 |
684 | 2024-08-03T03:34:28.497Z | Downloaded derive_builder v0.20.0 |
685 | 2024-08-03T03:34:28.502Z | Downloaded foreign-types v0.5.0 |
686 | 2024-08-03T03:34:28.505Z | Downloaded postgres-protocol v0.6.7 |
687 | 2024-08-03T03:34:28.508Z | Downloaded ref-cast-impl v1.0.23 |
688 | 2024-08-03T03:34:28.508Z | Downloaded slog-scope v4.4.0 |
689 | 2024-08-03T03:34:28.511Z | Downloaded ron v0.8.1 |
690 | 2024-08-03T03:34:28.515Z | Downloaded subtle v2.5.0 |
691 | 2024-08-03T03:34:28.518Z | Downloaded predicates-core v1.0.6 |
692 | 2024-08-03T03:34:28.520Z | Downloaded glob v0.3.1 |
693 | 2024-08-03T03:34:28.520Z | Downloaded hash32 v0.2.1 |
694 | 2024-08-03T03:34:28.523Z | Downloaded zone v0.1.8 |
695 | 2024-08-03T03:34:28.523Z | Downloaded deranged v0.3.11 |
696 | 2024-08-03T03:34:28.526Z | Downloaded sct v0.7.1 |
697 | 2024-08-03T03:34:28.532Z | Downloaded tap v1.0.1 |
698 | 2024-08-03T03:34:28.532Z | Downloaded tungstenite v0.21.0 |
699 | 2024-08-03T03:34:28.536Z | Downloaded tls_codec_derive v0.4.1 |
700 | 2024-08-03T03:34:28.536Z | Downloaded postgres-types v0.2.7 |
701 | 2024-08-03T03:34:28.539Z | Downloaded humantime v2.1.0 |
702 | 2024-08-03T03:34:28.539Z | Downloaded slog-json v2.6.1 |
703 | 2024-08-03T03:34:28.542Z | Downloaded nom v7.1.3 |
704 | 2024-08-03T03:34:28.547Z | Downloaded snafu-derive v0.8.2 |
705 | 2024-08-03T03:34:28.550Z | Downloaded vte_generate_state_changes v0.1.1 |
706 | 2024-08-03T03:34:28.550Z | Downloaded elliptic-curve v0.13.8 |
707 | 2024-08-03T03:34:28.553Z | Downloaded rustls-pki-types v1.7.0 |
708 | 2024-08-03T03:34:28.556Z | Downloaded vte v0.11.1 |
709 | 2024-08-03T03:34:28.559Z | Downloaded hubpack_derive v0.1.1 |
710 | 2024-08-03T03:34:28.559Z | Downloaded pretty-hex v0.2.1 |
711 | 2024-08-03T03:34:28.562Z | Downloaded toml v0.7.8 |
712 | 2024-08-03T03:34:28.564Z | Downloaded serde-big-array v0.5.1 |
713 | 2024-08-03T03:34:28.567Z | Downloaded signal-hook-mio v0.2.3 |
714 | 2024-08-03T03:34:28.567Z | Downloaded zeroize v1.7.0 |
715 | 2024-08-03T03:34:28.570Z | Downloaded tiny-keccak v2.0.2 |
716 | 2024-08-03T03:34:28.573Z | Downloaded termios v0.3.3 |
717 | 2024-08-03T03:34:28.576Z | Downloaded rsa v0.9.6 |
718 | 2024-08-03T03:34:28.579Z | Downloaded rtoolbox v0.0.2 |
719 | 2024-08-03T03:34:28.581Z | Downloaded structmeta v0.2.0 |
720 | 2024-08-03T03:34:28.581Z | Downloaded slog-bunyan v2.5.0 |
721 | 2024-08-03T03:34:28.584Z | Downloaded globset v0.4.14 |
722 | 2024-08-03T03:34:28.587Z | Downloaded hex v0.4.3 |
723 | 2024-08-03T03:34:28.587Z | Downloaded predicates v3.1.2 |
724 | 2024-08-03T03:34:28.590Z | Downloaded der_derive v0.7.2 |
725 | 2024-08-03T03:34:28.593Z | Downloaded serde_arrays v0.1.0 |
726 | 2024-08-03T03:34:28.593Z | Downloaded unsafe-libyaml v0.2.11 |
727 | 2024-08-03T03:34:28.596Z | Downloaded group v0.13.0 |
728 | 2024-08-03T03:34:28.599Z | Downloaded socket2 v0.5.7 |
729 | 2024-08-03T03:34:28.602Z | Downloaded socket2 v0.4.10 |
730 | 2024-08-03T03:34:28.602Z | Downloaded itertools v0.13.0 |
731 | 2024-08-03T03:34:28.609Z | Downloaded signal-hook v0.3.17 |
732 | 2024-08-03T03:34:28.613Z | Downloaded hubpack v0.1.2 |
733 | 2024-08-03T03:34:28.615Z | Downloaded futures-macro v0.3.30 |
734 | 2024-08-03T03:34:28.615Z | Downloaded futures-io v0.3.30 |
735 | 2024-08-03T03:34:28.618Z | Downloaded flume v0.11.0 |
736 | 2024-08-03T03:34:28.621Z | Downloaded unarray v0.1.4 |
737 | 2024-08-03T03:34:28.624Z | Downloaded want v0.3.1 |
738 | 2024-08-03T03:34:28.624Z | Downloaded phf_shared v0.10.0 |
739 | 2024-08-03T03:34:28.624Z | Downloaded path-slash v0.1.5 |
740 | 2024-08-03T03:34:28.627Z | Downloaded untrusted v0.7.1 |
741 | 2024-08-03T03:34:28.627Z | Downloaded strip-ansi-escapes v0.2.0 |
742 | 2024-08-03T03:34:28.629Z | Downloaded serde-hex v0.1.0 |
743 | 2024-08-03T03:34:28.629Z | Downloaded proc-macro-crate v1.3.1 |
744 | 2024-08-03T03:34:28.633Z | Downloaded pin-project v1.1.5 |
745 | 2024-08-03T03:34:28.642Z | Downloaded heapless v0.8.0 |
746 | 2024-08-03T03:34:28.647Z | Downloaded sqlparser_derive v0.2.2 |
747 | 2024-08-03T03:34:28.650Z | Downloaded foreign-types-shared v0.1.1 |
748 | 2024-08-03T03:34:28.650Z | Downloaded foreign-types-macros v0.2.3 |
749 | 2024-08-03T03:34:28.650Z | Downloaded diesel_table_macro_syntax v0.1.0 |
750 | 2024-08-03T03:34:28.650Z | Downloaded untrusted v0.9.0 |
751 | 2024-08-03T03:34:28.652Z | Downloaded peg v0.8.4 |
752 | 2024-08-03T03:34:28.655Z | Downloaded futures-sink v0.3.30 |
753 | 2024-08-03T03:34:28.658Z | Downloaded rustc-demangle v0.1.24 |
754 | 2024-08-03T03:34:28.658Z | Downloaded tungstenite v0.20.1 |
755 | 2024-08-03T03:34:28.661Z | Downloaded futures-executor v0.3.30 |
756 | 2024-08-03T03:34:28.664Z | Downloaded postcard v1.0.8 |
757 | 2024-08-03T03:34:28.673Z | Downloaded ref-cast v1.0.23 |
758 | 2024-08-03T03:34:28.673Z | Downloaded tokio-rustls v0.24.1 |
759 | 2024-08-03T03:34:28.673Z | Downloaded rustversion v1.0.17 |
760 | 2024-08-03T03:34:28.675Z | Downloaded serde_with v3.8.3 |
761 | 2024-08-03T03:34:28.683Z | Downloaded resolv-conf v0.7.0 |
762 | 2024-08-03T03:34:28.685Z | Downloaded termcolor v1.4.1 |
763 | 2024-08-03T03:34:28.688Z | Downloaded ron v0.7.1 |
764 | 2024-08-03T03:34:28.691Z | Downloaded zeroize_derive v1.4.2 |
765 | 2024-08-03T03:34:28.694Z | Downloaded strum_macros v0.24.3 |
766 | 2024-08-03T03:34:28.697Z | Downloaded diff v0.1.13 |
767 | 2024-08-03T03:34:28.700Z | Downloaded tokio-rustls v0.25.0 |
768 | 2024-08-03T03:34:28.700Z | Downloaded highway v1.1.0 |
769 | 2024-08-03T03:34:28.702Z | Downloaded httpdate v1.0.3 |
770 | 2024-08-03T03:34:28.705Z | Downloaded tracing-core v0.1.32 |
771 | 2024-08-03T03:34:28.708Z | Downloaded sigpipe v0.1.3 |
772 | 2024-08-03T03:34:28.708Z | Downloaded try-lock v0.2.5 |
773 | 2024-08-03T03:34:28.708Z | Downloaded zip v0.6.6 |
774 | 2024-08-03T03:34:28.713Z | Downloaded toml_edit v0.19.15 |
775 | 2024-08-03T03:34:28.730Z | Downloaded rusty-fork v0.3.0 |
776 | 2024-08-03T03:34:28.733Z | Downloaded slog-stdlog v4.1.1 |
777 | 2024-08-03T03:34:28.733Z | Downloaded tokio-stream v0.1.15 |
778 | 2024-08-03T03:34:28.736Z | Downloaded derive-where v1.2.7 |
779 | 2024-08-03T03:34:28.740Z | Downloaded tempfile v3.10.1 |
780 | 2024-08-03T03:34:28.744Z | Downloaded serde_derive_internals v0.29.1 |
781 | 2024-08-03T03:34:28.747Z | Downloaded tar v0.4.41 |
782 | 2024-08-03T03:34:28.750Z | Downloaded samael v0.0.15 |
783 | 2024-08-03T03:34:28.752Z | Downloaded serde_with_macros v3.8.3 |
784 | 2024-08-03T03:34:28.755Z | Downloaded semver v0.1.20 |
785 | 2024-08-03T03:34:28.758Z | Downloaded term v0.7.0 |
786 | 2024-08-03T03:34:28.761Z | Downloaded trust-dns-client v0.22.0 |
787 | 2024-08-03T03:34:28.765Z | Downloaded hashbrown v0.13.2 |
788 | 2024-08-03T03:34:28.769Z | Downloaded yasna v0.5.2 |
789 | 2024-08-03T03:34:28.772Z | Downloaded hyper-rustls v0.24.2 |
790 | 2024-08-03T03:34:28.775Z | Downloaded prettyplease v0.2.20 |
791 | 2024-08-03T03:34:28.778Z | Downloaded fatfs v0.3.6 |
792 | 2024-08-03T03:34:28.781Z | Downloaded flate2 v1.0.30 |
793 | 2024-08-03T03:34:28.786Z | Downloaded unicode-normalization v0.1.23 |
794 | 2024-08-03T03:34:28.790Z | Downloaded hmac v0.12.1 |
795 | 2024-08-03T03:34:28.793Z | Downloaded half v2.4.1 |
796 | 2024-08-03T03:34:28.796Z | Downloaded rcgen v0.12.1 |
797 | 2024-08-03T03:34:28.799Z | Downloaded futures v0.3.30 |
798 | 2024-08-03T03:34:28.803Z | Downloaded rayon-core v1.12.1 |
799 | 2024-08-03T03:34:28.807Z | Downloaded aho-corasick v1.1.3 |
800 | 2024-08-03T03:34:28.813Z | Downloaded url v2.5.2 |
801 | 2024-08-03T03:34:28.818Z | Downloaded winnow v0.5.40 |
802 | 2024-08-03T03:34:28.826Z | Downloaded test-strategy v0.3.1 |
803 | 2024-08-03T03:34:28.829Z | Downloaded serde_yaml v0.9.34+deprecated |
804 | 2024-08-03T03:34:28.833Z | Downloaded tokio-util v0.7.11 |
805 | 2024-08-03T03:34:28.841Z | Downloaded hashbrown v0.12.3 |
806 | 2024-08-03T03:34:28.844Z | Downloaded structmeta v0.3.0 |
807 | 2024-08-03T03:34:28.846Z | Downloaded futures-channel v0.3.30 |
808 | 2024-08-03T03:34:28.849Z | Downloaded diesel_derives v2.1.4 |
809 | 2024-08-03T03:34:28.852Z | Downloaded lalrpop v0.19.12 |
810 | 2024-08-03T03:34:28.864Z | Downloaded quick-xml v0.31.0 |
811 | 2024-08-03T03:34:28.871Z | Downloaded trust-dns-server v0.22.1 |
812 | 2024-08-03T03:34:28.875Z | Downloaded steno v0.4.1 |
813 | 2024-08-03T03:34:28.879Z | Downloaded futures-util v0.3.30 |
814 | 2024-08-03T03:34:28.892Z | Downloaded stringprep v0.1.4 |
815 | 2024-08-03T03:34:28.895Z | Downloaded h2 v0.3.26 |
816 | 2024-08-03T03:34:28.900Z | Downloaded rustls-webpki v0.101.7 |
817 | 2024-08-03T03:34:28.916Z | Downloaded bitvec v1.0.1 |
818 | 2024-08-03T03:34:28.930Z | Downloaded typed-path v0.7.1 |
819 | 2024-08-03T03:34:28.937Z | Downloaded unicode-segmentation v1.11.0 |
820 | 2024-08-03T03:34:28.940Z | Downloaded object v0.30.4 |
821 | 2024-08-03T03:34:28.950Z | Downloaded regex-automata v0.1.10 |
822 | 2024-08-03T03:34:28.955Z | Downloaded chrono v0.4.38 |
823 | 2024-08-03T03:34:28.962Z | Downloaded bindgen v0.69.4 |
824 | 2024-08-03T03:34:28.970Z | Downloaded hyper v0.14.30 |
825 | 2024-08-03T03:34:28.979Z | Downloaded reqwest v0.11.27 |
826 | 2024-08-03T03:34:28.987Z | Downloaded hkdf v0.12.4 |
827 | 2024-08-03T03:34:28.990Z | Downloaded openssl v0.10.66 |
828 | 2024-08-03T03:34:29.000Z | Downloaded object v0.32.2 |
829 | 2024-08-03T03:34:29.011Z | Downloaded rayon v1.10.0 |
830 | 2024-08-03T03:34:29.020Z | Downloaded rustls-webpki v0.102.4 |
831 | 2024-08-03T03:34:29.039Z | Downloaded proptest v1.4.0 |
832 | 2024-08-03T03:34:29.048Z | Downloaded sqlparser v0.45.0 |
833 | 2024-08-03T03:34:29.053Z | Downloaded idna v0.5.0 |
834 | 2024-08-03T03:34:29.060Z | Downloaded openapiv3 v2.0.0 |
835 | 2024-08-03T03:34:29.072Z | Downloaded radix_trie v0.2.1 |
836 | 2024-08-03T03:34:29.078Z | Downloaded gimli v0.28.1 |
837 | 2024-08-03T03:34:29.086Z | Downloaded regex v1.10.5 |
838 | 2024-08-03T03:34:29.099Z | Downloaded diesel v2.1.6 |
839 | 2024-08-03T03:34:29.119Z | Downloaded curve25519-dalek v4.1.3 |
840 | 2024-08-03T03:34:29.128Z | Downloaded idna v0.3.0 |
841 | 2024-08-03T03:34:29.135Z | Downloaded idna v0.2.3 |
842 | 2024-08-03T03:34:29.142Z | Downloaded ratatui v0.27.0 |
843 | 2024-08-03T03:34:29.162Z | Downloaded rustls v0.21.12 |
844 | 2024-08-03T03:34:29.174Z | Downloaded polar-core v0.27.3 |
845 | 2024-08-03T03:34:29.183Z | Downloaded finl_unicode v1.2.0 |
846 | 2024-08-03T03:34:29.197Z | Downloaded tokio v1.38.1 |
847 | 2024-08-03T03:34:29.236Z | Downloaded regress v0.9.1 |
848 | 2024-08-03T03:34:29.245Z | Downloaded regex-syntax v0.8.3 |
849 | 2024-08-03T03:34:29.256Z | Downloaded bstr v1.9.1 |
850 | 2024-08-03T03:34:29.265Z | Downloaded sled v0.34.7 |
851 | 2024-08-03T03:34:29.276Z | Downloaded encoding_rs v0.8.34 |
852 | 2024-08-03T03:34:29.298Z | Downloaded trust-dns-proto v0.22.0 |
853 | 2024-08-03T03:34:29.310Z | Downloaded regex-syntax v0.6.29 |
854 | 2024-08-03T03:34:29.318Z | Downloaded webpki-roots v0.25.4 |
855 | 2024-08-03T03:34:29.321Z | Downloaded smoltcp v0.11.0 |
856 | 2024-08-03T03:34:29.334Z | Downloaded rustls v0.22.4 |
857 | 2024-08-03T03:34:29.347Z | Downloaded zerocopy-derive v0.6.6 |
858 | 2024-08-03T03:34:29.357Z | Downloaded bstr v0.2.17 |
859 | 2024-08-03T03:34:29.367Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
860 | 2024-08-03T03:34:29.379Z | Downloaded smoltcp v0.9.1 |
861 | 2024-08-03T03:34:29.390Z | Downloaded regex-automata v0.4.6 |
862 | 2024-08-03T03:34:29.408Z | Downloaded nix v0.28.0 |
863 | 2024-08-03T03:34:29.419Z | Downloaded vcpkg v0.2.15 |
864 | 2024-08-03T03:34:29.458Z | Downloaded nix v0.27.1 |
865 | 2024-08-03T03:34:29.469Z | Downloaded petgraph v0.6.5 |
866 | 2024-08-03T03:34:29.487Z | Downloaded reedline v0.31.0 |
867 | 2024-08-03T03:34:29.496Z | Downloaded csv v1.3.0 |
868 | 2024-08-03T03:34:29.515Z | Downloaded rustyline v14.0.0 |
869 | 2024-08-03T03:34:29.520Z | Downloaded sha3 v0.10.8 |
870 | 2024-08-03T03:34:29.524Z | Downloaded portable-atomic v1.6.0 |
871 | 2024-08-03T03:34:29.530Z | Downloaded tough v0.17.1 |
872 | 2024-08-03T03:34:29.538Z | Downloaded blake3 v1.5.1 |
873 | 2024-08-03T03:34:29.546Z | Downloaded phf v0.11.2 |
874 | 2024-08-03T03:34:29.549Z | Downloaded unicode-truncate v1.0.0 |
875 | 2024-08-03T03:34:29.549Z | Downloaded time v0.3.36 |
876 | 2024-08-03T03:34:29.555Z | Downloaded x509-cert v0.2.5 |
877 | 2024-08-03T03:34:29.561Z | Downloaded uuid v1.10.0 |
878 | 2024-08-03T03:34:29.564Z | Downloaded unicode_categories v0.1.1 |
879 | 2024-08-03T03:34:29.567Z | Downloaded rustc-hash v1.1.0 |
880 | 2024-08-03T03:34:29.567Z | Downloaded walkdir v2.5.0 |
881 | 2024-08-03T03:34:29.570Z | Downloaded wait-timeout v0.2.0 |
882 | 2024-08-03T03:34:29.570Z | Downloaded hash32 v0.3.1 |
883 | 2024-08-03T03:34:29.573Z | Downloaded trust-dns-resolver v0.22.0 |
884 | 2024-08-03T03:34:29.576Z | Downloaded num-bigint-dig v0.8.4 |
885 | 2024-08-03T03:34:29.580Z | Downloaded percent-encoding v2.3.1 |
886 | 2024-08-03T03:34:29.583Z | Downloaded funty v2.0.0 |
887 | 2024-08-03T03:34:29.583Z | Downloaded rand v0.8.5 |
888 | 2024-08-03T03:34:29.585Z | Downloaded tracing v0.1.40 |
889 | 2024-08-03T03:34:29.589Z | Downloaded heapless v0.7.17 |
890 | 2024-08-03T03:34:29.593Z | Downloaded string_cache v0.8.7 |
891 | 2024-08-03T03:34:29.597Z | Downloaded poly1305 v0.8.0 |
892 | 2024-08-03T03:34:29.600Z | Downloaded http v1.1.0 |
893 | 2024-08-03T03:34:29.603Z | Downloaded http v0.2.12 |
894 | 2024-08-03T03:34:29.606Z | Downloaded itertools v0.12.1 |
895 | 2024-08-03T03:34:29.612Z | Downloaded powerfmt v0.2.0 |
896 | 2024-08-03T03:34:29.615Z | Downloaded slog-dtrace v0.3.0 |
897 | 2024-08-03T03:34:29.615Z | Downloaded expectorate v1.1.0 |
898 | 2024-08-03T03:34:29.617Z | Downloaded pin-project-internal v1.1.5 |
899 | 2024-08-03T03:34:29.620Z | Downloaded signature v2.2.0 |
900 | 2024-08-03T03:34:29.620Z | Downloaded scopeguard v1.2.0 |
901 | 2024-08-03T03:34:29.620Z | Downloaded publicsuffix v2.2.3 |
902 | 2024-08-03T03:34:29.623Z | Downloaded rustc_version v0.4.0 |
903 | 2024-08-03T03:34:29.626Z | Downloaded rustc_version v0.1.7 |
904 | 2024-08-03T03:34:29.626Z | Downloaded zerocopy v0.6.6 |
905 | 2024-08-03T03:34:29.629Z | Downloaded toml v0.5.11 |
906 | 2024-08-03T03:34:29.632Z | Downloaded tokio-tungstenite v0.21.0 |
907 | 2024-08-03T03:34:29.634Z | Downloaded libxml v0.3.3 |
908 | 2024-08-03T03:34:29.637Z | Downloaded iana-time-zone v0.1.60 |
909 | 2024-08-03T03:34:29.640Z | Downloaded tinyvec v1.6.0 |
910 | 2024-08-03T03:34:29.644Z | Downloaded slog-term v2.9.1 |
911 | 2024-08-03T03:34:29.647Z | Downloaded subprocess v0.2.9 |
912 | 2024-08-03T03:34:29.650Z | Downloaded smallvec v1.13.2 |
913 | 2024-08-03T03:34:29.650Z | Downloaded libm v0.2.8 |
914 | 2024-08-03T03:34:29.658Z | Downloaded slog-envlogger v2.2.0 |
915 | 2024-08-03T03:34:29.661Z | Downloaded sha1 v0.10.6 |
916 | 2024-08-03T03:34:29.661Z | Downloaded float-cmp v0.9.0 |
917 | 2024-08-03T03:34:29.664Z | Downloaded flagset v0.4.5 |
918 | 2024-08-03T03:34:29.664Z | Downloaded filetime v0.2.23 |
919 | 2024-08-03T03:34:29.666Z | Downloaded fd-lock v4.0.2 |
920 | 2024-08-03T03:34:29.669Z | Downloaded derive_more v0.99.18 |
921 | 2024-08-03T03:34:29.672Z | Downloaded tokio-postgres v0.7.11 |
922 | 2024-08-03T03:34:29.677Z | Downloaded strum v0.26.3 |
923 | 2024-08-03T03:34:29.680Z | Downloaded schemars_derive v0.8.21 |
924 | 2024-08-03T03:34:29.680Z | Downloaded foreign-types v0.3.2 |
925 | 2024-08-03T03:34:29.680Z | Downloaded fixedbitset v0.4.2 |
926 | 2024-08-03T03:34:29.683Z | Downloaded ff v0.13.0 |
927 | 2024-08-03T03:34:29.683Z | Downloaded httparse v1.8.0 |
928 | 2024-08-03T03:34:29.686Z | Downloaded schemars v0.8.21 |
929 | 2024-08-03T03:34:29.696Z | Downloaded tokio-tungstenite v0.20.1 |
930 | 2024-08-03T03:34:29.699Z | Downloaded pkcs8 v0.10.2 |
931 | 2024-08-03T03:34:29.702Z | Downloaded time-macros v0.2.18 |
932 | 2024-08-03T03:34:29.705Z | Downloaded unicode-bidi v0.3.15 |
933 | 2024-08-03T03:34:29.705Z | Downloaded derive_builder_core v0.20.0 |
934 | 2024-08-03T03:34:29.708Z | Downloaded enum-as-inner v0.5.1 |
935 | 2024-08-03T03:34:29.711Z | Downloaded dyn-clone v1.0.17 |
936 | 2024-08-03T03:34:29.711Z | Downloaded crypto-bigint v0.5.5 |
937 | 2024-08-03T03:34:29.716Z | Downloaded base64 v0.22.1 |
938 | 2024-08-03T03:34:29.720Z | Downloaded xattr v1.3.1 |
939 | 2024-08-03T03:34:29.722Z | Downloaded openssl-sys v0.9.103 |
940 | 2024-08-03T03:34:29.726Z | Downloaded minimal-lexical v0.2.1 |
941 | 2024-08-03T03:34:29.731Z | Downloaded rand_chacha v0.3.1 |
942 | 2024-08-03T03:34:29.734Z | Downloaded structmeta-derive v0.2.0 |
943 | 2024-08-03T03:34:29.734Z | Downloaded getrandom v0.2.14 |
944 | 2024-08-03T03:34:29.737Z | Downloaded embedded-io v0.4.0 |
945 | 2024-08-03T03:34:29.740Z | Downloaded toolchain_find v0.4.0 |
946 | 2024-08-03T03:34:29.740Z | Downloaded ppv-lite86 v0.2.17 |
947 | 2024-08-03T03:34:29.740Z | Downloaded crossbeam-channel v0.5.12 |
948 | 2024-08-03T03:34:29.744Z | Downloaded parking_lot v0.11.2 |
949 | 2024-08-03T03:34:29.747Z | Downloaded cookie v0.17.0 |
950 | 2024-08-03T03:34:29.750Z | Downloaded scheduled-thread-pool v0.2.7 |
951 | 2024-08-03T03:34:29.750Z | Downloaded same-file v1.0.6 |
952 | 2024-08-03T03:34:29.753Z | Downloaded compact_str v0.7.1 |
953 | 2024-08-03T03:34:29.755Z | Downloaded darling v0.20.9 |
954 | 2024-08-03T03:34:29.758Z | Downloaded const-oid v0.9.6 |
955 | 2024-08-03T03:34:29.761Z | Downloaded slog-async v2.8.0 |
956 | 2024-08-03T03:34:29.763Z | Downloaded siphasher v0.3.11 |
957 | 2024-08-03T03:34:29.763Z | Downloaded serde_urlencoded v0.7.1 |
958 | 2024-08-03T03:34:29.766Z | Downloaded serde_repr v0.1.19 |
959 | 2024-08-03T03:34:29.766Z | Downloaded serde_plain v1.0.2 |
960 | 2024-08-03T03:34:29.769Z | Downloaded vsss-rs v3.3.4 |
961 | 2024-08-03T03:34:29.772Z | Downloaded multer v3.1.0 |
962 | 2024-08-03T03:34:29.772Z | Downloaded miniz_oxide v0.7.2 |
963 | 2024-08-03T03:34:29.775Z | Downloaded base64 v0.21.7 |
964 | 2024-08-03T03:34:29.778Z | Downloaded fxhash v0.2.1 |
965 | 2024-08-03T03:34:29.778Z | Downloaded hostname v0.4.0 |
966 | 2024-08-03T03:34:29.781Z | Downloaded home v0.5.9 |
967 | 2024-08-03T03:34:29.781Z | Downloaded itertools v0.10.5 |
968 | 2024-08-03T03:34:29.786Z | Downloaded erased-serde v0.3.31 |
969 | 2024-08-03T03:34:29.790Z | Downloaded dirs-sys-next v0.1.2 |
970 | 2024-08-03T03:34:29.792Z | Downloaded lock_api v0.4.12 |
971 | 2024-08-03T03:34:29.792Z | Downloaded libsw v3.3.1 |
972 | 2024-08-03T03:34:29.795Z | Downloaded libloading v0.8.3 |
973 | 2024-08-03T03:34:29.795Z | Downloaded cancel-safe-futures v0.1.5 |
974 | 2024-08-03T03:34:29.798Z | Downloaded precomputed-hash v0.1.1 |
975 | 2024-08-03T03:34:29.802Z | Downloaded static_assertions v1.1.0 |
976 | 2024-08-03T03:34:29.802Z | Downloaded parking_lot v0.12.2 |
977 | 2024-08-03T03:34:29.805Z | Downloaded omicron-zone-package v0.11.0 |
978 | 2024-08-03T03:34:29.805Z | Downloaded mockall_derive v0.12.1 |
979 | 2024-08-03T03:34:29.808Z | Downloaded memmap2 v0.9.4 |
980 | 2024-08-03T03:34:29.810Z | Downloaded maybe-uninit v2.0.0 |
981 | 2024-08-03T03:34:29.810Z | Downloaded der v0.7.9 |
982 | 2024-08-03T03:34:29.814Z | Downloaded arrayvec v0.7.4 |
983 | 2024-08-03T03:34:29.817Z | Downloaded num-integer v0.1.46 |
984 | 2024-08-03T03:34:29.820Z | Downloaded tokio-macros v2.3.0 |
985 | 2024-08-03T03:34:29.820Z | Downloaded parse-display v0.9.1 |
986 | 2024-08-03T03:34:29.820Z | Downloaded olpc-cjson v0.1.3 |
987 | 2024-08-03T03:34:29.823Z | Downloaded num v0.4.3 |
988 | 2024-08-03T03:34:29.823Z | Downloaded const_format_proc_macros v0.2.32 |
989 | 2024-08-03T03:34:29.826Z | Downloaded lazycell v1.3.0 |
990 | 2024-08-03T03:34:29.826Z | Downloaded lalrpop-util v0.19.12 |
991 | 2024-08-03T03:34:29.829Z | Downloaded cexpr v0.6.0 |
992 | 2024-08-03T03:34:29.829Z | Downloaded castaway v0.2.2 |
993 | 2024-08-03T03:34:29.829Z | Downloaded bit-vec v0.6.3 |
994 | 2024-08-03T03:34:29.832Z | Downloaded bb8 v0.8.5 |
995 | 2024-08-03T03:34:29.832Z | Downloaded password-hash v0.5.0 |
996 | 2024-08-03T03:34:29.835Z | Downloaded cobs v0.2.3 |
997 | 2024-08-03T03:34:29.838Z | Downloaded block-padding v0.3.3 |
998 | 2024-08-03T03:34:29.838Z | Downloaded ascii-canvas v3.0.0 |
999 | 2024-08-03T03:34:29.841Z | Downloaded opaque-debug v0.3.1 |
1000 | 2024-08-03T03:34:29.841Z | Downloaded normalize-line-endings v0.3.0 |
1001 | 2024-08-03T03:34:29.841Z | Downloaded newtype_derive v0.1.6 |
1002 | 2024-08-03T03:34:29.841Z | Downloaded atomic-waker v1.1.2 |
1003 | 2024-08-03T03:34:29.844Z | Downloaded newline-converter v0.3.0 |
1004 | 2024-08-03T03:34:29.844Z | Downloaded ascii v1.1.0 |
1005 | 2024-08-03T03:34:29.847Z | Downloaded libefi-sys v0.1.0 |
1006 | 2024-08-03T03:34:29.847Z | Downloaded bcs v0.1.6 |
1007 | 2024-08-03T03:34:29.850Z | Downloaded base64ct v1.6.0 |
1008 | 2024-08-03T03:34:29.850Z | Downloaded mime v0.3.17 |
1009 | 2024-08-03T03:34:29.853Z | Downloaded newtype-uuid v1.1.0 |
1010 | 2024-08-03T03:34:29.853Z | Downloaded memoffset v0.9.1 |
1011 | 2024-08-03T03:34:29.855Z | Downloaded bzip2 v0.4.4 |
1012 | 2024-08-03T03:34:29.855Z | Downloaded bit-set v0.5.3 |
1013 | 2024-08-03T03:34:29.856Z | Downloaded async-trait v0.1.81 |
1014 | 2024-08-03T03:34:29.859Z | Downloaded managed v0.8.0 |
1015 | 2024-08-03T03:34:29.862Z | Downloaded maplit v1.0.2 |
1016 | 2024-08-03T03:34:29.862Z | Downloaded ciborium v0.2.2 |
1017 | 2024-08-03T03:34:29.864Z | Downloaded argon2 v0.5.3 |
1018 | 2024-08-03T03:34:29.867Z | Downloaded ipnetwork v0.20.0 |
1019 | 2024-08-03T03:34:29.867Z | Downloaded indent_write v2.2.0 |
1020 | 2024-08-03T03:34:29.870Z | Downloaded impl-trait-for-tuples v0.2.2 |
1021 | 2024-08-03T03:34:29.870Z | Downloaded defmt v0.3.8 |
1022 | 2024-08-03T03:34:29.873Z | Downloaded defmt-macros v0.3.9 |
1023 | 2024-08-03T03:34:29.876Z | Downloaded buf-list v1.0.3 |
1024 | 2024-08-03T03:34:29.879Z | Downloaded cassowary v0.3.0 |
1025 | 2024-08-03T03:34:29.959Z | Downloaded ring v0.17.8 |
1026 | 2024-08-03T03:34:30.064Z | Downloaded ring v0.16.20 |
1027 | 2024-08-03T03:34:30.229Z | Compiling cfg-if v1.0.0 |
1028 | 2024-08-03T03:34:30.229Z | Compiling serde v1.0.204 |
1029 | 2024-08-03T03:34:30.232Z | Compiling lock_api v0.4.12 |
1030 | 2024-08-03T03:34:30.232Z | Compiling scopeguard v1.2.0 |
1031 | 2024-08-03T03:34:30.232Z | Compiling log v0.4.21 |
1032 | 2024-08-03T03:34:30.400Z | Compiling syn v2.0.72 |
1033 | 2024-08-03T03:34:30.403Z | Compiling cc v1.0.97 |
1034 | 2024-08-03T03:34:30.416Z | Compiling getrandom v0.2.14 |
1035 | 2024-08-03T03:34:30.432Z | Compiling parking_lot_core v0.9.10 |
1036 | 2024-08-03T03:34:30.515Z | Compiling smallvec v1.13.2 |
1037 | 2024-08-03T03:34:30.783Z | Compiling rand_core v0.6.4 |
1038 | 2024-08-03T03:34:30.998Z | Compiling typenum v1.17.0 |
1039 | 2024-08-03T03:34:31.016Z | Compiling generic-array v0.14.7 |
1040 | 2024-08-03T03:34:31.097Z | Compiling pin-project-lite v0.2.14 |
1041 | 2024-08-03T03:34:31.230Z | Compiling signal-hook-registry v1.4.2 |
1042 | 2024-08-03T03:34:31.341Z | Compiling parking_lot v0.12.2 |
1043 | 2024-08-03T03:34:31.374Z | Compiling spin v0.9.8 |
1044 | 2024-08-03T03:34:31.421Z | Compiling mio v0.8.11 |
1045 | 2024-08-03T03:34:31.608Z | Compiling serde_json v1.0.122 |
1046 | 2024-08-03T03:34:31.791Z | Compiling libm v0.2.8 |
1047 | 2024-08-03T03:34:32.002Z | Compiling num-traits v0.2.19 |
1048 | 2024-08-03T03:34:32.073Z | Compiling ahash v0.8.11 |
1049 | 2024-08-03T03:34:32.166Z | Compiling futures-core v0.3.30 |
1050 | 2024-08-03T03:34:32.345Z | Compiling tinyvec_macros v0.1.1 |
1051 | 2024-08-03T03:34:32.431Z | Compiling tinyvec v1.6.0 |
1052 | 2024-08-03T03:34:32.519Z | Compiling socket2 v0.5.7 |
1053 | 2024-08-03T03:34:32.576Z | Compiling num_cpus v1.16.0 |
1054 | 2024-08-03T03:34:32.713Z | Compiling subtle v2.5.0 |
1055 | 2024-08-03T03:34:32.786Z | Compiling const-oid v0.9.6 |
1056 | 2024-08-03T03:34:33.091Z | Compiling slab v0.4.9 |
1057 | 2024-08-03T03:34:33.531Z | Compiling allocator-api2 v0.2.18 |
1058 | 2024-08-03T03:34:33.809Z | Compiling unicode-bidi v0.3.15 |
1059 | 2024-08-03T03:34:33.863Z | Compiling futures-sink v0.3.30 |
1060 | 2024-08-03T03:34:33.966Z | Compiling unicode-normalization v0.1.23 |
1061 | 2024-08-03T03:34:34.020Z | Compiling futures-channel v0.3.30 |
1062 | 2024-08-03T03:34:34.364Z | Compiling futures-io v0.3.30 |
1063 | 2024-08-03T03:34:34.409Z | Compiling pin-utils v0.1.0 |
1064 | 2024-08-03T03:34:34.426Z | Compiling pkg-config v0.3.30 |
1065 | 2024-08-03T03:34:34.496Z | Compiling futures-task v0.3.30 |
1066 | 2024-08-03T03:34:34.686Z | Compiling vcpkg v0.2.15 |
1067 | 2024-08-03T03:34:34.793Z | Compiling ring v0.17.8 |
1068 | 2024-08-03T03:34:34.796Z | Compiling ppv-lite86 v0.2.17 |
1069 | 2024-08-03T03:34:35.054Z | Compiling percent-encoding v2.3.1 |
1070 | 2024-08-03T03:34:35.255Z | Compiling tracing-core v0.1.32 |
1071 | 2024-08-03T03:34:35.419Z | Compiling syn v1.0.109 |
1072 | 2024-08-03T03:34:35.498Z | Compiling num-conv v0.1.0 |
1073 | 2024-08-03T03:34:35.788Z | Compiling rand_chacha v0.3.1 |
1074 | 2024-08-03T03:34:35.860Z | Compiling rustix v0.38.34 |
1075 | 2024-08-03T03:34:36.004Z | Compiling powerfmt v0.2.0 |
1076 | 2024-08-03T03:34:36.094Z | Compiling time-core v0.1.2 |
1077 | 2024-08-03T03:34:36.258Z | Compiling untrusted v0.9.0 |
1078 | 2024-08-03T03:34:36.377Z | Compiling time-macros v0.2.18 |
1079 | 2024-08-03T03:34:36.423Z | Compiling deranged v0.3.11 |
1080 | 2024-08-03T03:34:36.570Z | Compiling rand v0.8.5 |
1081 | 2024-08-03T03:34:36.762Z | Compiling openssl-sys v0.9.103 |
1082 | 2024-08-03T03:34:36.780Z | Compiling httparse v1.8.0 |
1083 | 2024-08-03T03:34:37.237Z | Compiling foreign-types-shared v0.1.1 |
1084 | 2024-08-03T03:34:37.343Z | Compiling num_threads v0.1.7 |
1085 | 2024-08-03T03:34:37.472Z | Compiling openssl v0.10.66 |
1086 | 2024-08-03T03:34:37.756Z | Compiling base64ct v1.6.0 |
1087 | 2024-08-03T03:34:37.893Z | Compiling rustversion v1.0.17 |
1088 | 2024-08-03T03:34:38.143Z | Compiling iana-time-zone v0.1.60 |
1089 | 2024-08-03T03:34:38.265Z | Compiling pem-rfc7468 v0.7.0 |
1090 | 2024-08-03T03:34:38.293Z | Compiling foreign-types v0.3.2 |
1091 | 2024-08-03T03:34:38.560Z | Compiling form_urlencoded v1.2.1 |
1092 | 2024-08-03T03:34:38.595Z | Compiling try-lock v0.2.5 |
1093 | 2024-08-03T03:34:38.739Z | Compiling siphasher v0.3.11 |
1094 | 2024-08-03T03:34:38.860Z | Compiling crossbeam-utils v0.8.19 |
1095 | 2024-08-03T03:34:38.935Z | Compiling native-tls v0.2.11 |
1096 | 2024-08-03T03:34:39.111Z | Compiling flagset v0.4.5 |
1097 | 2024-08-03T03:34:39.261Z | Compiling rustls v0.21.12 |
1098 | 2024-08-03T03:34:39.351Z | Compiling want v0.3.1 |
1099 | 2024-08-03T03:34:39.421Z | Compiling time v0.3.36 |
1100 | 2024-08-03T03:34:39.609Z | Compiling serde_derive_internals v0.29.1 |
1101 | 2024-08-03T03:34:39.653Z | Compiling idna v0.5.0 |
1102 | 2024-08-03T03:34:40.220Z | Compiling lazy_static v1.5.0 |
1103 | 2024-08-03T03:34:40.337Z | Compiling aho-corasick v1.1.3 |
1104 | 2024-08-03T03:34:40.975Z | Compiling cookie v0.17.0 |
1105 | 2024-08-03T03:34:41.276Z | Compiling signal-hook v0.3.17 |
1106 | 2024-08-03T03:34:41.293Z | Compiling schemars v0.8.21 |
1107 | 2024-08-03T03:34:41.553Z | Compiling httpdate v1.0.3 |
1108 | 2024-08-03T03:34:41.654Z | Compiling adler v1.0.2 |
1109 | 2024-08-03T03:34:41.880Z | Compiling tower-service v0.3.2 |
1110 | 2024-08-03T03:34:42.000Z | Compiling regex-syntax v0.8.3 |
1111 | 2024-08-03T03:34:42.004Z | Compiling openssl-probe v0.1.5 |
1112 | 2024-08-03T03:34:42.374Z | Compiling cpufeatures v0.2.12 |
1113 | 2024-08-03T03:34:42.390Z | Compiling finl_unicode v1.2.0 |
1114 | 2024-08-03T03:34:42.465Z | Compiling slog v2.7.0 |
1115 | 2024-08-03T03:34:43.007Z | Compiling stringprep v0.1.4 |
1116 | 2024-08-03T03:34:43.054Z | Compiling miniz_oxide v0.7.2 |
1117 | 2024-08-03T03:34:44.301Z | Compiling url v2.5.2 |
1118 | 2024-08-03T03:34:44.431Z | Compiling serde_derive v1.0.204 |
1119 | 2024-08-03T03:34:44.548Z | Compiling zeroize_derive v1.4.2 |
1120 | 2024-08-03T03:34:44.576Z | Compiling zerocopy-derive v0.7.34 |
1121 | 2024-08-03T03:34:45.787Z | Compiling tokio-macros v2.3.0 |
1122 | 2024-08-03T03:34:46.171Z | Compiling thiserror-impl v1.0.63 |
1123 | 2024-08-03T03:34:46.204Z | Compiling zeroize v1.7.0 |
1124 | 2024-08-03T03:34:46.654Z | Compiling futures-macro v0.3.30 |
1125 | 2024-08-03T03:34:46.911Z | Compiling zerocopy v0.7.34 |
1126 | 2024-08-03T03:34:47.414Z | Compiling tracing-attributes v0.1.27 |
1127 | 2024-08-03T03:34:48.085Z | Compiling crypto-common v0.1.6 |
1128 | 2024-08-03T03:34:48.313Z | Compiling block-buffer v0.10.4 |
1129 | 2024-08-03T03:34:48.569Z | Compiling digest v0.10.7 |
1130 | 2024-08-03T03:34:48.601Z | Compiling scroll_derive v0.12.0 |
1131 | 2024-08-03T03:34:48.738Z | Compiling futures-util v0.3.30 |
1132 | 2024-08-03T03:34:49.076Z | Compiling hmac v0.12.1 |
1133 | 2024-08-03T03:34:49.187Z | Compiling hashbrown v0.14.5 |
1134 | 2024-08-03T03:34:49.331Z | Compiling der_derive v0.7.2 |
1135 | 2024-08-03T03:34:49.483Z | Compiling thiserror v1.0.63 |
1136 | 2024-08-03T03:34:49.627Z | Compiling pest v2.7.10 |
1137 | 2024-08-03T03:34:50.080Z | Compiling scroll v0.12.0 |
1138 | 2024-08-03T03:34:50.545Z | Compiling openssl-macros v0.1.1 |
1139 | 2024-08-03T03:34:50.629Z | Compiling goblin v0.8.2 |
1140 | 2024-08-03T03:34:51.252Z | Compiling tracing v0.1.40 |
1141 | 2024-08-03T03:34:51.370Z | Compiling rustls-webpki v0.101.7 |
1142 | 2024-08-03T03:34:51.796Z | Compiling sct v0.7.1 |
1143 | 2024-08-03T03:34:51.919Z | Compiling der v0.7.9 |
1144 | 2024-08-03T03:34:52.090Z | Compiling md-5 v0.10.6 |
1145 | 2024-08-03T03:34:52.332Z | Compiling pest_meta v2.7.10 |
1146 | 2024-08-03T03:34:52.656Z | Compiling sha2 v0.10.8 |
1147 | 2024-08-03T03:34:53.307Z | Compiling regex-automata v0.4.6 |
1148 | 2024-08-03T03:34:54.939Z | Compiling pest_generator v2.7.10 |
1149 | 2024-08-03T03:34:55.329Z | Compiling spki v0.7.3 |
1150 | 2024-08-03T03:34:55.697Z | Compiling schemars_derive v0.8.21 |
1151 | 2024-08-03T03:34:56.941Z | Compiling num-integer v0.1.46 |
1152 | 2024-08-03T03:34:57.410Z | Compiling pest_derive v2.7.10 |
1153 | 2024-08-03T03:34:57.657Z | Compiling idna v0.3.0 |
1154 | 2024-08-03T03:34:57.727Z | Compiling backtrace v0.3.71 |
1155 | 2024-08-03T03:34:58.176Z | Compiling hash32 v0.2.1 |
1156 | 2024-08-03T03:34:58.205Z | Compiling dtrace-parser v0.2.0 |
1157 | 2024-08-03T03:34:58.554Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1158 | 2024-08-03T03:34:59.105Z | Compiling bytes v1.6.0 |
1159 | 2024-08-03T03:34:59.151Z | Compiling bitflags v2.6.0 |
1160 | 2024-08-03T03:34:59.355Z | Compiling indexmap v2.2.6 |
1161 | 2024-08-03T03:34:59.591Z | Compiling semver v1.0.23 |
1162 | 2024-08-03T03:35:00.364Z | Compiling tokio v1.38.1 |
1163 | 2024-08-03T03:35:00.367Z | Compiling http v0.2.12 |
1164 | 2024-08-03T03:35:00.367Z | Compiling uuid v1.10.0 |
1165 | 2024-08-03T03:35:00.755Z | Compiling rustc_version v0.4.0 |
1166 | 2024-08-03T03:35:01.371Z | Compiling chrono v0.4.38 |
1167 | 2024-08-03T03:35:01.553Z | Compiling heapless v0.7.17 |
1168 | 2024-08-03T03:35:01.857Z | Compiling dof v0.3.0 |
1169 | 2024-08-03T03:35:01.986Z | Compiling http-body v0.4.6 |
1170 | 2024-08-03T03:35:02.551Z | Compiling serde_spanned v0.6.7 |
1171 | 2024-08-03T03:35:02.829Z | Compiling usdt-impl v0.5.0 |
1172 | 2024-08-03T03:35:02.924Z | Compiling serde_tokenstream v0.2.1 |
1173 | 2024-08-03T03:35:03.469Z | Compiling toml_datetime v0.6.8 |
1174 | 2024-08-03T03:35:04.008Z | Compiling smoltcp v0.9.1 |
1175 | 2024-08-03T03:35:04.028Z | Compiling psl-types v2.0.11 |
1176 | 2024-08-03T03:35:04.075Z | Compiling fallible-iterator v0.2.0 |
1177 | 2024-08-03T03:35:04.221Z | Compiling stable_deref_trait v1.2.0 |
1178 | 2024-08-03T03:35:04.333Z | Compiling base64 v0.22.1 |
1179 | 2024-08-03T03:35:04.386Z | Compiling dyn-clone v1.0.17 |
1180 | 2024-08-03T03:35:04.602Z | Compiling gimli v0.28.1 |
1181 | 2024-08-03T03:35:04.765Z | Compiling crc32fast v1.4.0 |
1182 | 2024-08-03T03:35:04.842Z | Compiling postgres-protocol v0.6.7 |
1183 | 2024-08-03T03:35:05.389Z | Compiling publicsuffix v2.2.3 |
1184 | 2024-08-03T03:35:05.647Z | Compiling terminal_size v0.3.0 |
1185 | 2024-08-03T03:35:06.256Z | Compiling pkcs8 v0.10.2 |
1186 | 2024-08-03T03:35:06.274Z | Compiling hubpack_derive v0.1.1 |
1187 | 2024-08-03T03:35:06.300Z | Compiling block-padding v0.3.3 |
1188 | 2024-08-03T03:35:06.379Z | Compiling async-trait v0.1.81 |
1189 | 2024-08-03T03:35:06.551Z | Compiling zerocopy-derive v0.6.6 |
1190 | 2024-08-03T03:35:08.188Z | Compiling phf_shared v0.11.2 |
1191 | 2024-08-03T03:35:08.580Z | Compiling tokio-util v0.7.11 |
1192 | 2024-08-03T03:35:08.761Z | Compiling tokio-rustls v0.24.1 |
1193 | 2024-08-03T03:35:08.849Z | Compiling diesel_table_macro_syntax v0.1.0 |
1194 | 2024-08-03T03:35:09.117Z | Compiling tokio-native-tls v0.3.1 |
1195 | 2024-08-03T03:35:09.169Z | Compiling addr2line v0.21.0 |
1196 | 2024-08-03T03:35:09.262Z | Compiling ff v0.13.0 |
1197 | 2024-08-03T03:35:09.372Z | Compiling scheduled-thread-pool v0.2.7 |
1198 | 2024-08-03T03:35:09.389Z | Compiling object v0.32.2 |
1199 | 2024-08-03T03:35:09.478Z | Compiling fs-err v2.11.0 |
1200 | 2024-08-03T03:35:09.666Z | Compiling h2 v0.3.26 |
1201 | 2024-08-03T03:35:09.776Z | Compiling regex-automata v0.1.10 |
1202 | 2024-08-03T03:35:09.826Z | Compiling managed v0.8.0 |
1203 | 2024-08-03T03:35:09.926Z | Compiling ipnet v2.9.0 |
1204 | 2024-08-03T03:35:10.006Z | Compiling anyhow v1.0.86 |
1205 | 2024-08-03T03:35:10.244Z | Compiling winnow v0.5.40 |
1206 | 2024-08-03T03:35:10.279Z | Compiling bitflags v1.3.2 |
1207 | 2024-08-03T03:35:10.387Z | Compiling matches v0.1.10 |
1208 | 2024-08-03T03:35:10.480Z | Compiling base64 v0.21.7 |
1209 | 2024-08-03T03:35:10.641Z | Compiling bit-vec v0.6.3 |
1210 | 2024-08-03T03:35:11.154Z | Compiling either v1.12.0 |
1211 | 2024-08-03T03:35:11.154Z | Compiling base16ct v0.2.0 |
1212 | 2024-08-03T03:35:11.190Z | Compiling rustc-demangle v0.1.24 |
1213 | 2024-08-03T03:35:11.257Z | Compiling rustls-pemfile v1.0.4 |
1214 | 2024-08-03T03:35:11.492Z | Compiling sec1 v0.7.3 |
1215 | 2024-08-03T03:35:11.679Z | Compiling idna v0.2.3 |
1216 | 2024-08-03T03:35:12.097Z | Compiling bstr v0.2.17 |
1217 | 2024-08-03T03:35:12.157Z | Compiling clap_builder v4.5.9 |
1218 | 2024-08-03T03:35:13.419Z | Compiling r2d2 v0.8.10 |
1219 | 2024-08-03T03:35:13.595Z | Compiling group v0.13.0 |
1220 | 2024-08-03T03:35:13.801Z | Compiling toml_edit v0.19.15 |
1221 | 2024-08-03T03:35:13.913Z | Compiling diesel_derives v2.1.4 |
1222 | 2024-08-03T03:35:13.984Z | Compiling zerocopy v0.6.6 |
1223 | 2024-08-03T03:35:14.141Z | Compiling phf v0.11.2 |
1224 | 2024-08-03T03:35:14.422Z | Compiling signal-hook-mio v0.2.3 |
1225 | 2024-08-03T03:35:14.584Z | Compiling cookie_store v0.20.0 |
1226 | 2024-08-03T03:35:14.857Z | Compiling hubpack v0.1.2 |
1227 | 2024-08-03T03:35:15.315Z | Compiling ipnetwork v0.20.0 |
1228 | 2024-08-03T03:35:15.612Z | Compiling inout v0.1.3 |
1229 | 2024-08-03T03:35:16.223Z | Compiling postgres-types v0.2.7 |
1230 | 2024-08-03T03:35:16.600Z | Compiling hyper v0.14.30 |
1231 | 2024-08-03T03:35:16.687Z | Compiling usdt-macro v0.5.0 |
1232 | 2024-08-03T03:35:17.712Z | Compiling usdt-attr-macro v0.5.0 |
1233 | 2024-08-03T03:35:18.189Z | Compiling serde_urlencoded v0.7.1 |
1234 | 2024-08-03T03:35:18.728Z | Compiling regex v1.10.5 |
1235 | 2024-08-03T03:35:19.387Z | Compiling num-bigint v0.4.5 |
1236 | 2024-08-03T03:35:19.456Z | Compiling futures-executor v0.3.30 |
1237 | 2024-08-03T03:35:19.824Z | Compiling enum-as-inner v0.5.1 |
1238 | 2024-08-03T03:35:20.022Z | Compiling hkdf v0.12.4 |
1239 | 2024-08-03T03:35:20.194Z | Compiling crypto-bigint v0.5.5 |
1240 | 2024-08-03T03:35:20.289Z | Compiling serde_repr v0.1.19 |
1241 | 2024-08-03T03:35:20.908Z | Compiling strum_macros v0.25.3 |
1242 | 2024-08-03T03:35:21.468Z | Compiling clap_derive v4.5.8 |
1243 | 2024-08-03T03:35:21.497Z | Compiling phf_shared v0.10.0 |
1244 | 2024-08-03T03:35:21.841Z | Compiling float-cmp v0.9.0 |
1245 | 2024-08-03T03:35:21.910Z | Compiling encoding_rs v0.8.34 |
1246 | 2024-08-03T03:35:22.073Z | Compiling normalize-line-endings v0.3.0 |
1247 | 2024-08-03T03:35:22.198Z | Compiling minimal-lexical v0.2.1 |
1248 | 2024-08-03T03:35:22.703Z | Compiling sync_wrapper v0.1.2 |
1249 | 2024-08-03T03:35:22.828Z | Compiling whoami v1.5.1 |
1250 | 2024-08-03T03:35:23.493Z | Compiling hyper-tls v0.5.0 |
1251 | 2024-08-03T03:35:23.854Z | Compiling hyper-rustls v0.24.2 |
1252 | 2024-08-03T03:35:24.210Z | Compiling mime v0.3.17 |
1253 | 2024-08-03T03:35:24.781Z | Compiling fixedbitset v0.4.2 |
1254 | 2024-08-03T03:35:24.995Z | Compiling predicates-core v1.0.6 |
1255 | 2024-08-03T03:35:25.283Z | Compiling webpki-roots v0.25.4 |
1256 | 2024-08-03T03:35:25.372Z | Compiling new_debug_unreachable v1.0.6 |
1257 | 2024-08-03T03:35:25.444Z | Compiling data-encoding v2.6.0 |
1258 | 2024-08-03T03:35:25.469Z | Compiling unicode-segmentation v1.11.0 |
1259 | 2024-08-03T03:35:26.328Z | Compiling precomputed-hash v0.1.1 |
1260 | 2024-08-03T03:35:26.328Z | Compiling static_assertions v1.1.0 |
1261 | 2024-08-03T03:35:26.393Z | Compiling difflib v0.4.0 |
1262 | 2024-08-03T03:35:26.428Z | Compiling console v0.15.8 |
1263 | 2024-08-03T03:35:26.474Z | Compiling string_cache v0.8.7 |
1264 | 2024-08-03T03:35:26.483Z | Compiling diesel v2.1.6 |
1265 | 2024-08-03T03:35:26.483Z | Compiling clap v4.5.9 |
1266 | 2024-08-03T03:35:26.507Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1267 | 2024-08-03T03:35:26.606Z | Compiling trust-dns-proto v0.22.0 |
1268 | 2024-08-03T03:35:27.051Z | Compiling predicates v3.1.2 |
1269 | 2024-08-03T03:35:27.847Z | Compiling similar v2.5.0 |
1270 | 2024-08-03T03:35:27.952Z | Compiling reqwest v0.11.27 |
1271 | 2024-08-03T03:35:27.971Z | Compiling petgraph v0.6.5 |
1272 | 2024-08-03T03:35:28.668Z | Compiling elliptic-curve v0.13.8 |
1273 | 2024-08-03T03:35:29.484Z | Compiling tokio-postgres v0.7.11 |
1274 | 2024-08-03T03:35:30.275Z | Compiling nom v7.1.3 |
1275 | 2024-08-03T03:35:30.446Z | Compiling yasna v0.5.2 |
1276 | 2024-08-03T03:35:32.091Z | Compiling toml_edit v0.22.20 |
1277 | 2024-08-03T03:35:32.402Z | Compiling usdt v0.5.0 |
1278 | 2024-08-03T03:35:32.856Z | Compiling futures v0.3.30 |
1279 | 2024-08-03T03:35:32.937Z | Compiling toml v0.7.8 |
1280 | 2024-08-03T03:35:33.863Z | Compiling flate2 v1.0.30 |
1281 | 2024-08-03T03:35:33.986Z | Compiling cipher v0.4.4 |
1282 | 2024-08-03T03:35:34.516Z | Compiling crossterm v0.27.0 |
1283 | 2024-08-03T03:35:34.819Z | Compiling itertools v0.10.5 |
1284 | 2024-08-03T03:35:35.002Z | Compiling itertools v0.12.1 |
1285 | 2024-08-03T03:35:35.078Z | Compiling bit-set v0.5.3 |
1286 | 2024-08-03T03:35:35.356Z | Compiling tokio-stream v0.1.15 |
1287 | 2024-08-03T03:35:35.515Z | Compiling openapiv3 v2.0.0 |
1288 | 2024-08-03T03:35:36.305Z | Compiling hex v0.4.3 |
1289 | 2024-08-03T03:35:36.910Z | Compiling bstr v1.9.1 |
1290 | 2024-08-03T03:35:37.678Z | Compiling num-iter v0.1.45 |
1291 | 2024-08-03T03:35:37.858Z | Compiling crossbeam-epoch v0.9.18 |
1292 | 2024-08-03T03:35:38.169Z | Compiling dirs-sys-next v0.1.2 |
1293 | 2024-08-03T03:35:38.172Z | Compiling unicode-xid v0.2.4 |
1294 | 2024-08-03T03:35:38.363Z | Compiling lalrpop-util v0.19.12 |
1295 | 2024-08-03T03:35:38.623Z | Compiling peg-runtime v0.8.3 |
1296 | 2024-08-03T03:35:38.672Z | Compiling dirs-next v2.0.0 |
1297 | 2024-08-03T03:35:38.721Z | Compiling thread_local v1.1.8 |
1298 | 2024-08-03T03:35:38.829Z | Compiling slog-async v2.8.0 |
1299 | 2024-08-03T03:35:38.872Z | Compiling term v0.7.0 |
1300 | 2024-08-03T03:35:39.252Z | Compiling xattr v1.3.1 |
1301 | 2024-08-03T03:35:39.271Z | Compiling crossbeam-channel v0.5.12 |
1302 | 2024-08-03T03:35:39.439Z | Compiling strum_macros v0.26.4 |
1303 | 2024-08-03T03:35:39.516Z | Compiling filetime v0.2.23 |
1304 | 2024-08-03T03:35:39.834Z | Compiling is-terminal v0.4.12 |
1305 | 2024-08-03T03:35:39.955Z | Compiling take_mut v0.2.2 |
1306 | 2024-08-03T03:35:39.996Z | Compiling slog-term v2.9.1 |
1307 | 2024-08-03T03:35:40.336Z | Compiling tar v0.4.41 |
1308 | 2024-08-03T03:35:40.418Z | Compiling camino v1.1.7 |
1309 | 2024-08-03T03:35:42.693Z | Compiling strum v0.26.3 |
1310 | 2024-08-03T03:35:53.072Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1311 | 2024-08-03T03:35:53.316Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1312 | 2024-08-03T03:35:58.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
1313 | 2024-08-03T03:35:58.498Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1314 | 2024-08-03T03:35:58.540Z | Aug 03 03:35:56.871 INFO Starting download, target: Cockroach |
1315 | 2024-08-03T03:35:58.540Z | Aug 03 03:35:56.871 INFO Starting download, target: Console |
1316 | 2024-08-03T03:35:58.540Z | Aug 03 03:35:56.871 INFO Starting download, target: Clickhouse |
1317 | 2024-08-03T03:35:58.540Z | Aug 03 03:35:56.871 INFO Starting download, target: DendriteOpenapi |
1318 | 2024-08-03T03:35:58.543Z | Aug 03 03:35:56.871 INFO Starting download, target: DendriteStub |
1319 | 2024-08-03T03:35:58.543Z | Aug 03 03:35:56.871 INFO Starting download, target: MaghemiteMgd |
1320 | 2024-08-03T03:35:58.543Z | Aug 03 03:35:56.871 INFO Starting download, target: TransceiverControl |
1321 | 2024-08-03T03:35:58.543Z | Aug 03 03:35:56.872 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1322 | 2024-08-03T03:35:58.543Z | Aug 03 03:35:56.872 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1323 | 2024-08-03T03:35:58.543Z | Aug 03 03:35:56.872 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1324 | 2024-08-03T03:35:58.543Z | Aug 03 03:35:56.872 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1325 | 2024-08-03T03:35:58.543Z | Aug 03 03:35:56.872 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1326 | 2024-08-03T03:35:58.543Z | Aug 03 03:35:56.872 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1327 | 2024-08-03T03:35:58.543Z | Aug 03 03:35:56.872 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1328 | 2024-08-03T03:35:58.735Z | Aug 03 03:35:57.042 INFO Download complete, target: DendriteOpenapi |
1329 | 2024-08-03T03:35:59.067Z | Aug 03 03:35:57.365 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1330 | 2024-08-03T03:35:59.209Z | Aug 03 03:35:57.538 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1331 | 2024-08-03T03:35:59.529Z | Aug 03 03:35:57.859 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1332 | 2024-08-03T03:35:59.594Z | Aug 03 03:35:57.922 INFO Download complete, target: Console |
1333 | 2024-08-03T03:35:59.780Z | Aug 03 03:35:58.111 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1334 | 2024-08-03T03:35:59.789Z | Aug 03 03:35:58.120 INFO Download complete, target: TransceiverControl |
1335 | 2024-08-03T03:36:00.559Z | Aug 03 03:35:58.889 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1336 | 2024-08-03T03:36:00.741Z | Aug 03 03:35:59.072 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1337 | 2024-08-03T03:36:00.741Z | Aug 03 03:35:59.072 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1338 | 2024-08-03T03:36:02.816Z | Aug 03 03:36:01.146 INFO Download complete, target: MaghemiteMgd |
1339 | 2024-08-03T03:36:02.871Z | Aug 03 03:36:01.202 INFO Download complete, target: DendriteStub |
1340 | 2024-08-03T03:36:08.997Z | Aug 03 03:36:07.326 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1341 | 2024-08-03T03:36:09.341Z | Aug 03 03:36:07.670 INFO Checking that binary works, target: Cockroach |
1342 | 2024-08-03T03:36:09.523Z | Aug 03 03:36:07.853 INFO Download complete, target: Cockroach |
1343 | 2024-08-03T03:36:14.692Z | Aug 03 03:36:13.020 INFO Checking that binary works, target: Clickhouse |
1344 | 2024-08-03T03:36:14.983Z | Aug 03 03:36:13.312 INFO Download complete, target: Clickhouse |
1345 | 2024-08-03T03:36:15.001Z | All builder prerequisites installed successfully, and PATH looks valid |
1346 | 2024-08-03T03:36:15.006Z | |
1347 | 2024-08-03T03:36:15.006Z | real 4:29.084192243 |
1348 | 2024-08-03T03:36:15.006Z | user 11:37.211714611 |
1349 | 2024-08-03T03:36:15.006Z | sys 2:26.904966220 |
1350 | 2024-08-03T03:36:15.006Z | trap 0.412135422 |
1351 | 2024-08-03T03:36:15.006Z | tflt 4.539003569 |
1352 | 2024-08-03T03:36:15.006Z | dflt 5.532753721 |
1353 | 2024-08-03T03:36:15.006Z | kflt 0.254856191 |
1354 | 2024-08-03T03:36:15.006Z | lock 23:04.518961078 |
1355 | 2024-08-03T03:36:15.006Z | slp 46:23.541298133 |
1356 | 2024-08-03T03:36:15.006Z | lat 39.524381371 |
1357 | 2024-08-03T03:36:15.006Z | stop 1:42.044069672 |
1358 | 2024-08-03T03:36:15.006Z | + banner clippy |
1359 | 2024-08-03T03:36:15.006Z | |
1360 | 2024-08-03T03:36:15.006Z | #### # # ##### ##### # # |
1361 | 2024-08-03T03:36:15.007Z | # # # # # # # # # # |
1362 | 2024-08-03T03:36:15.007Z | # # # # # # # # |
1363 | 2024-08-03T03:36:15.007Z | # # # ##### ##### # |
1364 | 2024-08-03T03:36:15.007Z | # # # # # # # |
1365 | 2024-08-03T03:36:15.007Z | #### ###### # # # # |
1366 | 2024-08-03T03:36:15.007Z | |
1367 | 2024-08-03T03:36:15.007Z | + export CARGO_INCREMENTAL=0 |
1368 | 2024-08-03T03:36:15.007Z | + CARGO_INCREMENTAL=0 |
1369 | 2024-08-03T03:36:15.007Z | + ptime -m cargo xtask clippy |
1370 | 2024-08-03T03:36:15.534Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1371 | 2024-08-03T03:36:18.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
1372 | 2024-08-03T03:36:19.012Z | Running `target/debug/xtask clippy` |
1373 | 2024-08-03T03:36:19.030Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1374 | 2024-08-03T03:36:19.705Z | Downloading crates ... |
1375 | 2024-08-03T03:36:20.014Z | Downloaded approx v0.5.1 |
1376 | 2024-08-03T03:36:20.017Z | Downloaded nested v0.1.1 |
1377 | 2024-08-03T03:36:20.024Z | Downloaded bcrypt-pbkdf v0.10.0 |
1378 | 2024-08-03T03:36:20.027Z | Downloaded blowfish v0.9.1 |
1379 | 2024-08-03T03:36:20.030Z | Downloaded cbc v0.1.2 |
1380 | 2024-08-03T03:36:20.034Z | Downloaded escape8259 v0.5.2 |
1381 | 2024-08-03T03:36:20.040Z | Downloaded option-ext v0.2.0 |
1382 | 2024-08-03T03:36:20.043Z | Downloaded doc-comment v0.3.3 |
1383 | 2024-08-03T03:36:20.047Z | Downloaded tower-layer v0.3.2 |
1384 | 2024-08-03T03:36:20.050Z | Downloaded plotters-backend v0.3.5 |
1385 | 2024-08-03T03:36:20.053Z | Downloaded cast v0.3.0 |
1386 | 2024-08-03T03:36:20.057Z | Downloaded anes v0.1.6 |
1387 | 2024-08-03T03:36:20.060Z | Downloaded ed25519 v2.2.3 |
1388 | 2024-08-03T03:36:20.063Z | Downloaded guppy-workspace-hack v0.1.0 |
1389 | 2024-08-03T03:36:20.063Z | Downloaded pathdiff v0.2.1 |
1390 | 2024-08-03T03:36:20.063Z | Downloaded futures-timer v3.0.3 |
1391 | 2024-08-03T03:36:20.066Z | Downloaded md5 v0.7.0 |
1392 | 2024-08-03T03:36:20.070Z | Downloaded plotters-svg v0.3.5 |
1393 | 2024-08-03T03:36:20.070Z | Downloaded dhcproto-macros v0.1.0 |
1394 | 2024-08-03T03:36:20.070Z | Downloaded http-body v1.0.0 |
1395 | 2024-08-03T03:36:20.073Z | Downloaded pbkdf2 v0.11.0 |
1396 | 2024-08-03T03:36:20.076Z | Downloaded primeorder v0.13.6 |
1397 | 2024-08-03T03:36:20.078Z | Downloaded hex-literal v0.4.1 |
1398 | 2024-08-03T03:36:20.078Z | Downloaded polyval v0.6.2 |
1399 | 2024-08-03T03:36:20.082Z | Downloaded russh-cryptovec v0.7.2 |
1400 | 2024-08-03T03:36:20.084Z | Downloaded internet-checksum v0.2.1 |
1401 | 2024-08-03T03:36:20.084Z | Downloaded dirs v5.0.1 |
1402 | 2024-08-03T03:36:20.089Z | Downloaded yansi v0.5.1 |
1403 | 2024-08-03T03:36:20.092Z | Downloaded rand_core v0.5.1 |
1404 | 2024-08-03T03:36:20.092Z | Downloaded threadpool v1.8.1 |
1405 | 2024-08-03T03:36:20.095Z | Downloaded relative-path v1.9.3 |
1406 | 2024-08-03T03:36:20.095Z | Downloaded assert_cmd v2.0.15 |
1407 | 2024-08-03T03:36:20.097Z | Downloaded ghash v0.5.1 |
1408 | 2024-08-03T03:36:20.098Z | Downloaded dirs-sys v0.4.1 |
1409 | 2024-08-03T03:36:20.105Z | Downloaded oorandom v11.1.3 |
1410 | 2024-08-03T03:36:20.108Z | Downloaded target-spec v3.2.1 |
1411 | 2024-08-03T03:36:20.108Z | Downloaded datatest-stable v0.2.9 |
1412 | 2024-08-03T03:36:20.110Z | Downloaded hyper-rustls v0.26.0 |
1413 | 2024-08-03T03:36:20.123Z | Downloaded blake2b_simd v1.0.2 |
1414 | 2024-08-03T03:36:20.126Z | Downloaded target-lexicon v0.12.16 |
1415 | 2024-08-03T03:36:20.129Z | Downloaded similar-asserts v1.5.0 |
1416 | 2024-08-03T03:36:20.129Z | Downloaded rustls-native-certs v0.7.0 |
1417 | 2024-08-03T03:36:20.132Z | Downloaded russh-keys v0.43.0 |
1418 | 2024-08-03T03:36:20.135Z | Downloaded rstest v0.19.0 |
1419 | 2024-08-03T03:36:20.137Z | Downloaded ecdsa v0.16.9 |
1420 | 2024-08-03T03:36:20.140Z | Downloaded criterion-plot v0.5.0 |
1421 | 2024-08-03T03:36:20.143Z | Downloaded cfg-expr v0.16.0 |
1422 | 2024-08-03T03:36:20.146Z | Downloaded rfc6979 v0.4.0 |
1423 | 2024-08-03T03:36:20.146Z | Downloaded tinytemplate v1.2.1 |
1424 | 2024-08-03T03:36:20.149Z | Downloaded rust-argon2 v2.1.0 |
1425 | 2024-08-03T03:36:20.149Z | Downloaded rand_chacha v0.2.2 |
1426 | 2024-08-03T03:36:20.152Z | Downloaded password-hash v0.4.2 |
1427 | 2024-08-03T03:36:20.152Z | Downloaded partial-io v0.5.4 |
1428 | 2024-08-03T03:36:20.155Z | Downloaded httptest v0.15.5 |
1429 | 2024-08-03T03:36:20.158Z | Downloaded dhcproto v0.11.0 |
1430 | 2024-08-03T03:36:20.161Z | Downloaded pbkdf2 v0.12.2 |
1431 | 2024-08-03T03:36:20.161Z | Downloaded libtest-mimic v0.7.3 |
1432 | 2024-08-03T03:36:20.164Z | Downloaded getrandom v0.1.16 |
1433 | 2024-08-03T03:36:20.168Z | Downloaded ctr v0.9.2 |
1434 | 2024-08-03T03:36:20.169Z | Downloaded trybuild v1.0.97 |
1435 | 2024-08-03T03:36:20.171Z | Downloaded rand_distr v0.4.3 |
1436 | 2024-08-03T03:36:20.174Z | Downloaded p256 v0.13.2 |
1437 | 2024-08-03T03:36:20.177Z | Downloaded rstest_macros v0.19.0 |
1438 | 2024-08-03T03:36:20.180Z | Downloaded hyper-util v0.1.3 |
1439 | 2024-08-03T03:36:20.187Z | Downloaded aes-gcm v0.10.3 |
1440 | 2024-08-03T03:36:20.193Z | Downloaded pretty_assertions v1.4.0 |
1441 | 2024-08-03T03:36:20.196Z | Downloaded fancy-regex v0.13.0 |
1442 | 2024-08-03T03:36:20.200Z | Downloaded tower v0.4.13 |
1443 | 2024-08-03T03:36:20.207Z | Downloaded russh v0.43.0 |
1444 | 2024-08-03T03:36:20.211Z | Downloaded rand v0.7.3 |
1445 | 2024-08-03T03:36:20.216Z | Downloaded plotters v0.3.5 |
1446 | 2024-08-03T03:36:20.223Z | Downloaded p521 v0.13.3 |
1447 | 2024-08-03T03:36:20.227Z | Downloaded hyper v1.3.1 |
1448 | 2024-08-03T03:36:20.233Z | Downloaded guppy v0.17.7 |
1449 | 2024-08-03T03:36:20.239Z | Downloaded aes v0.8.4 |
1450 | 2024-08-03T03:36:20.244Z | Downloaded criterion v0.5.1 |
1451 | 2024-08-03T03:36:20.247Z | Downloaded ed25519-dalek v2.1.1 |
1452 | 2024-08-03T03:36:20.833Z | Checking cfg-if v1.0.0 |
1453 | 2024-08-03T03:36:20.893Z | Checking libc v0.2.155 |
1454 | 2024-08-03T03:36:20.908Z | Checking serde v1.0.204 |
1455 | 2024-08-03T03:36:20.911Z | Checking memchr v2.7.2 |
1456 | 2024-08-03T03:36:20.932Z | Checking scopeguard v1.2.0 |
1457 | 2024-08-03T03:36:20.935Z | Checking log v0.4.21 |
1458 | 2024-08-03T03:36:20.935Z | Checking itoa v1.0.11 |
1459 | 2024-08-03T03:36:20.977Z | Checking byteorder v1.5.0 |
1460 | 2024-08-03T03:36:20.994Z | Checking smallvec v1.13.2 |
1461 | 2024-08-03T03:36:21.060Z | Checking lock_api v0.4.12 |
1462 | 2024-08-03T03:36:21.153Z | Checking once_cell v1.19.0 |
1463 | 2024-08-03T03:36:21.216Z | Checking pin-project-lite v0.2.14 |
1464 | 2024-08-03T03:36:21.342Z | Checking zeroize v1.7.0 |
1465 | 2024-08-03T03:36:21.366Z | Checking libm v0.2.8 |
1466 | 2024-08-03T03:36:21.389Z | Checking ryu v1.0.18 |
1467 | 2024-08-03T03:36:21.447Z | Checking typenum v1.17.0 |
1468 | 2024-08-03T03:36:21.469Z | Checking spin v0.9.8 |
1469 | 2024-08-03T03:36:21.589Z | Checking futures-core v0.3.30 |
1470 | 2024-08-03T03:36:21.613Z | Checking thiserror v1.0.63 |
1471 | 2024-08-03T03:36:21.743Z | Checking zerocopy v0.7.34 |
1472 | 2024-08-03T03:36:21.768Z | Checking subtle v2.5.0 |
1473 | 2024-08-03T03:36:21.795Z | Checking futures-sink v0.3.30 |
1474 | 2024-08-03T03:36:21.817Z | Checking slab v0.4.9 |
1475 | 2024-08-03T03:36:21.927Z | Checking futures-channel v0.3.30 |
1476 | 2024-08-03T03:36:22.001Z | Checking getrandom v0.2.14 |
1477 | 2024-08-03T03:36:22.027Z | Checking parking_lot_core v0.9.10 |
1478 | 2024-08-03T03:36:22.065Z | Checking signal-hook-registry v1.4.2 |
1479 | 2024-08-03T03:36:22.246Z | Checking rand_core v0.6.4 |
1480 | 2024-08-03T03:36:22.271Z | Checking mio v0.8.11 |
1481 | 2024-08-03T03:36:22.274Z | Checking num-traits v0.2.19 |
1482 | 2024-08-03T03:36:22.321Z | Checking num_cpus v1.16.0 |
1483 | 2024-08-03T03:36:22.383Z | Checking parking_lot v0.12.2 |
1484 | 2024-08-03T03:36:22.442Z | Checking socket2 v0.5.7 |
1485 | 2024-08-03T03:36:22.523Z | Checking futures-task v0.3.30 |
1486 | 2024-08-03T03:36:22.729Z | Checking pin-utils v0.1.0 |
1487 | 2024-08-03T03:36:22.757Z | Checking generic-array v0.14.7 |
1488 | 2024-08-03T03:36:22.778Z | Checking futures-io v0.3.30 |
1489 | 2024-08-03T03:36:22.829Z | Checking const-oid v0.9.6 |
1490 | 2024-08-03T03:36:22.897Z | Checking allocator-api2 v0.2.18 |
1491 | 2024-08-03T03:36:22.926Z | Checking fnv v1.0.7 |
1492 | 2024-08-03T03:36:22.948Z | Checking futures-util v0.3.30 |
1493 | 2024-08-03T03:36:23.047Z | Checking iana-time-zone v0.1.60 |
1494 | 2024-08-03T03:36:23.192Z | Checking ahash v0.8.11 |
1495 | 2024-08-03T03:36:23.214Z | Checking equivalent v1.0.1 |
1496 | 2024-08-03T03:36:23.321Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1497 | 2024-08-03T03:36:23.576Z | Checking ppv-lite86 v0.2.17 |
1498 | 2024-08-03T03:36:23.656Z | Checking tinyvec_macros v0.1.1 |
1499 | 2024-08-03T03:36:23.727Z | Checking hashbrown v0.14.5 |
1500 | 2024-08-03T03:36:23.751Z | Checking tinyvec v1.6.0 |
1501 | 2024-08-03T03:36:23.950Z | Checking cpufeatures v0.2.12 |
1502 | 2024-08-03T03:36:23.973Z | Checking crypto-common v0.1.6 |
1503 | 2024-08-03T03:36:24.054Z | Checking block-buffer v0.10.4 |
1504 | 2024-08-03T03:36:24.160Z | Checking lazy_static v1.5.0 |
1505 | 2024-08-03T03:36:24.300Z | Checking rand_chacha v0.3.1 |
1506 | 2024-08-03T03:36:24.303Z | Checking unicode-bidi v0.3.15 |
1507 | 2024-08-03T03:36:24.341Z | Checking tracing-core v0.1.32 |
1508 | 2024-08-03T03:36:24.660Z | Checking digest v0.10.7 |
1509 | 2024-08-03T03:36:24.723Z | Checking rand v0.8.5 |
1510 | 2024-08-03T03:36:24.944Z | Checking dyn-clone v1.0.17 |
1511 | 2024-08-03T03:36:24.966Z | Checking percent-encoding v2.3.1 |
1512 | 2024-08-03T03:36:24.990Z | Checking tracing v0.1.40 |
1513 | 2024-08-03T03:36:25.037Z | Checking regex-syntax v0.8.3 |
1514 | 2024-08-03T03:36:25.085Z | Checking errno v0.3.9 |
1515 | 2024-08-03T03:36:25.144Z | Checking unicode-normalization v0.1.23 |
1516 | 2024-08-03T03:36:25.167Z | Checking aho-corasick v1.1.3 |
1517 | 2024-08-03T03:36:25.248Z | Checking unicode-ident v1.0.12 |
1518 | 2024-08-03T03:36:25.346Z | Checking form_urlencoded v1.2.1 |
1519 | 2024-08-03T03:36:25.409Z | Checking unicode-width v0.1.13 |
1520 | 2024-08-03T03:36:25.558Z | Checking powerfmt v0.2.0 |
1521 | 2024-08-03T03:36:25.605Z | Checking num_threads v0.1.7 |
1522 | 2024-08-03T03:36:25.728Z | Checking time-core v0.1.2 |
1523 | 2024-08-03T03:36:25.846Z | Checking deranged v0.3.11 |
1524 | 2024-08-03T03:36:25.889Z | Checking num-conv v0.1.0 |
1525 | 2024-08-03T03:36:25.912Z | Checking bytes v1.6.0 |
1526 | 2024-08-03T03:36:25.934Z | Checking bitflags v2.6.0 |
1527 | 2024-08-03T03:36:26.000Z | Checking serde_json v1.0.122 |
1528 | 2024-08-03T03:36:26.129Z | Checking chrono v0.4.38 |
1529 | 2024-08-03T03:36:26.215Z | Checking uuid v1.10.0 |
1530 | 2024-08-03T03:36:26.673Z | Checking tokio v1.38.1 |
1531 | 2024-08-03T03:36:26.793Z | Checking indexmap v2.2.6 |
1532 | 2024-08-03T03:36:26.826Z | Checking rustix v0.38.34 |
1533 | 2024-08-03T03:36:27.596Z | Checking proc-macro2 v1.0.86 |
1534 | 2024-08-03T03:36:27.721Z | Checking time v0.3.36 |
1535 | 2024-08-03T03:36:27.968Z | Checking httparse v1.8.0 |
1536 | 2024-08-03T03:36:28.045Z | Checking adler v1.0.2 |
1537 | 2024-08-03T03:36:28.193Z | Checking miniz_oxide v0.7.2 |
1538 | 2024-08-03T03:36:28.237Z | Checking regex-automata v0.4.6 |
1539 | 2024-08-03T03:36:28.262Z | Checking quote v1.0.36 |
1540 | 2024-08-03T03:36:28.265Z | Checking schemars v0.8.21 |
1541 | 2024-08-03T03:36:28.401Z | Checking http v0.2.12 |
1542 | 2024-08-03T03:36:28.596Z | Checking idna v0.5.0 |
1543 | 2024-08-03T03:36:28.837Z | Checking syn v2.0.72 |
1544 | 2024-08-03T03:36:28.913Z | Checking untrusted v0.9.0 |
1545 | 2024-08-03T03:36:29.082Z | Checking ring v0.17.8 |
1546 | 2024-08-03T03:36:29.485Z | Checking url v2.5.2 |
1547 | 2024-08-03T03:36:29.792Z | Checking try-lock v0.2.5 |
1548 | 2024-08-03T03:36:29.920Z | Checking base64ct v1.6.0 |
1549 | 2024-08-03T03:36:29.954Z | Checking want v0.3.1 |
1550 | 2024-08-03T03:36:30.143Z | Checking slog v2.7.0 |
1551 | 2024-08-03T03:36:30.199Z | Checking tower-service v0.3.2 |
1552 | 2024-08-03T03:36:30.300Z | Checking futures-executor v0.3.30 |
1553 | 2024-08-03T03:36:30.327Z | Checking gimli v0.28.1 |
1554 | 2024-08-03T03:36:30.375Z | Checking object v0.32.2 |
1555 | 2024-08-03T03:36:30.533Z | Checking utf8parse v0.2.1 |
1556 | 2024-08-03T03:36:30.643Z | Checking httpdate v1.0.3 |
1557 | 2024-08-03T03:36:30.682Z | Checking base64 v0.21.7 |
1558 | 2024-08-03T03:36:30.891Z | Checking rustc-demangle v0.1.24 |
1559 | 2024-08-03T03:36:30.967Z | Checking futures v0.3.30 |
1560 | 2024-08-03T03:36:31.078Z | Checking http-body v0.4.6 |
1561 | 2024-08-03T03:36:31.143Z | Checking foreign-types-shared v0.1.1 |
1562 | 2024-08-03T03:36:31.251Z | Checking openssl-probe v0.1.5 |
1563 | 2024-08-03T03:36:31.305Z | Checking foreign-types v0.3.2 |
1564 | 2024-08-03T03:36:31.402Z | Checking pem-rfc7468 v0.7.0 |
1565 | 2024-08-03T03:36:31.427Z | Checking openssl-sys v0.9.103 |
1566 | 2024-08-03T03:36:31.454Z | Checking ipnet v2.9.0 |
1567 | 2024-08-03T03:36:31.660Z | Checking mime v0.3.17 |
1568 | 2024-08-03T03:36:31.917Z | Checking flagset v0.4.5 |
1569 | 2024-08-03T03:36:31.989Z | Checking anstyle v1.0.8 |
1570 | 2024-08-03T03:36:32.126Z | Checking der v0.7.9 |
1571 | 2024-08-03T03:36:32.357Z | Checking semver v1.0.23 |
1572 | 2024-08-03T03:36:32.709Z | Checking openssl v0.10.66 |
1573 | 2024-08-03T03:36:32.759Z | Checking either v1.12.0 |
1574 | 2024-08-03T03:36:32.860Z | Checking regex v1.10.5 |
1575 | 2024-08-03T03:36:33.121Z | Checking rustls-webpki v0.101.7 |
1576 | 2024-08-03T03:36:33.500Z | Checking sct v0.7.1 |
1577 | 2024-08-03T03:36:33.617Z | Checking tokio-util v0.7.11 |
1578 | 2024-08-03T03:36:33.719Z | Checking toml_datetime v0.6.8 |
1579 | 2024-08-03T03:36:33.816Z | Checking serde_spanned v0.6.7 |
1580 | 2024-08-03T03:36:33.967Z | Checking spki v0.7.3 |
1581 | 2024-08-03T03:36:34.001Z | Checking crossbeam-utils v0.8.19 |
1582 | 2024-08-03T03:36:34.005Z | Checking data-encoding v2.6.0 |
1583 | 2024-08-03T03:36:34.196Z | Checking addr2line v0.21.0 |
1584 | 2024-08-03T03:36:34.237Z | Checking rustls v0.21.12 |
1585 | 2024-08-03T03:36:34.539Z | Checking h2 v0.3.26 |
1586 | 2024-08-03T03:36:34.684Z | Checking anstyle-parse v0.2.4 |
1587 | 2024-08-03T03:36:34.689Z | Checking idna v0.3.0 |
1588 | 2024-08-03T03:36:34.727Z | Checking serde_urlencoded v0.7.1 |
1589 | 2024-08-03T03:36:34.946Z | Checking scroll v0.12.0 |
1590 | 2024-08-03T03:36:35.147Z | Checking encoding_rs v0.8.34 |
1591 | 2024-08-03T03:36:35.272Z | Checking colorchoice v1.0.1 |
1592 | 2024-08-03T03:36:35.402Z | Checking bitflags v1.3.2 |
1593 | 2024-08-03T03:36:35.452Z | Checking anstyle-query v1.0.3 |
1594 | 2024-08-03T03:36:35.501Z | Checking psl-types v2.0.11 |
1595 | 2024-08-03T03:36:35.564Z | Checking plain v0.2.3 |
1596 | 2024-08-03T03:36:35.587Z | Checking is_terminal_polyfill v1.70.0 |
1597 | 2024-08-03T03:36:35.669Z | Checking ucd-trie v0.1.6 |
1598 | 2024-08-03T03:36:35.699Z | Checking anstream v0.6.14 |
1599 | 2024-08-03T03:36:35.718Z | Checking goblin v0.8.2 |
1600 | 2024-08-03T03:36:35.888Z | Checking pest v2.7.10 |
1601 | 2024-08-03T03:36:36.052Z | Checking publicsuffix v2.2.3 |
1602 | 2024-08-03T03:36:36.298Z | Checking pkcs8 v0.10.2 |
1603 | 2024-08-03T03:36:36.379Z | Checking backtrace v0.3.71 |
1604 | 2024-08-03T03:36:36.553Z | Checking cookie v0.17.0 |
1605 | 2024-08-03T03:36:36.944Z | Checking terminal_size v0.3.0 |
1606 | 2024-08-03T03:36:36.947Z | Checking anyhow v1.0.86 |
1607 | 2024-08-03T03:36:37.109Z | Checking sha2 v0.10.8 |
1608 | 2024-08-03T03:36:37.358Z | Checking hmac v0.12.1 |
1609 | 2024-08-03T03:36:37.438Z | Checking tokio-rustls v0.24.1 |
1610 | 2024-08-03T03:36:37.478Z | Checking strsim v0.11.1 |
1611 | 2024-08-03T03:36:37.574Z | Checking pretty-hex v0.4.1 |
1612 | 2024-08-03T03:36:37.624Z | Checking clap_lex v0.7.0 |
1613 | 2024-08-03T03:36:37.750Z | Checking cookie_store v0.20.0 |
1614 | 2024-08-03T03:36:37.773Z | Checking rustls-pemfile v1.0.4 |
1615 | 2024-08-03T03:36:37.796Z | Checking num-integer v0.1.46 |
1616 | 2024-08-03T03:36:37.880Z | Checking clap_builder v4.5.9 |
1617 | 2024-08-03T03:36:37.975Z | Checking thread-id v4.2.1 |
1618 | 2024-08-03T03:36:38.032Z | Checking native-tls v0.2.11 |
1619 | 2024-08-03T03:36:38.075Z | Checking webpki-roots v0.25.4 |
1620 | 2024-08-03T03:36:38.247Z | Checking sync_wrapper v0.1.2 |
1621 | 2024-08-03T03:36:38.270Z | Checking openapiv3 v2.0.0 |
1622 | 2024-08-03T03:36:38.340Z | Checking tokio-native-tls v0.3.1 |
1623 | 2024-08-03T03:36:38.364Z | Checking block-padding v0.3.3 |
1624 | 2024-08-03T03:36:38.382Z | Checking memmap v0.7.0 |
1625 | 2024-08-03T03:36:38.405Z | Checking dtrace-parser v0.2.0 |
1626 | 2024-08-03T03:36:38.563Z | Checking base64 v0.22.1 |
1627 | 2024-08-03T03:36:38.591Z | Checking inout v0.1.3 |
1628 | 2024-08-03T03:36:38.594Z | Checking stable_deref_trait v1.2.0 |
1629 | 2024-08-03T03:36:38.714Z | Checking ipnetwork v0.20.0 |
1630 | 2024-08-03T03:36:38.824Z | Checking cipher v0.4.4 |
1631 | 2024-08-03T03:36:38.909Z | Checking ff v0.13.0 |
1632 | 2024-08-03T03:36:39.055Z | Checking crc32fast v1.4.0 |
1633 | 2024-08-03T03:36:39.078Z | Checking bit-vec v0.6.3 |
1634 | 2024-08-03T03:36:39.127Z | Checking base16ct v0.2.0 |
1635 | 2024-08-03T03:36:39.246Z | Checking group v0.13.0 |
1636 | 2024-08-03T03:36:39.302Z | Checking hkdf v0.12.4 |
1637 | 2024-08-03T03:36:39.331Z | Checking sec1 v0.7.3 |
1638 | 2024-08-03T03:36:39.435Z | Checking crossbeam-epoch v0.9.18 |
1639 | 2024-08-03T03:36:39.515Z | Checking hex v0.4.3 |
1640 | 2024-08-03T03:36:39.518Z | Checking crypto-bigint v0.5.5 |
1641 | 2024-08-03T03:36:39.706Z | Checking winnow v0.5.40 |
1642 | 2024-08-03T03:36:39.894Z | Checking winnow v0.6.18 |
1643 | 2024-08-03T03:36:40.028Z | Checking unicode-segmentation v1.11.0 |
1644 | 2024-08-03T03:36:40.570Z | Checking hyper v0.14.30 |
1645 | 2024-08-03T03:36:40.660Z | Checking dof v0.3.0 |
1646 | 2024-08-03T03:36:40.711Z | Checking managed v0.8.0 |
1647 | 2024-08-03T03:36:40.939Z | Checking clap v4.5.9 |
1648 | 2024-08-03T03:36:41.064Z | Checking zerocopy v0.6.6 |
1649 | 2024-08-03T03:36:41.102Z | Checking flate2 v1.0.30 |
1650 | 2024-08-03T03:36:41.281Z | Checking usdt-impl v0.5.0 |
1651 | 2024-08-03T03:36:41.707Z | Checking num-iter v0.1.45 |
1652 | 2024-08-03T03:36:41.767Z | Checking signal-hook v0.3.17 |
1653 | 2024-08-03T03:36:41.821Z | Checking static_assertions v1.1.0 |
1654 | 2024-08-03T03:36:41.852Z | Checking usdt v0.5.0 |
1655 | 2024-08-03T03:36:41.887Z | Checking matches v0.1.10 |
1656 | 2024-08-03T03:36:41.923Z | Checking siphasher v0.3.11 |
1657 | 2024-08-03T03:36:41.983Z | Checking idna v0.2.3 |
1658 | 2024-08-03T03:36:42.086Z | Checking itertools v0.10.5 |
1659 | 2024-08-03T03:36:42.109Z | Checking regex-automata v0.1.10 |
1660 | 2024-08-03T03:36:42.214Z | Checking signal-hook-mio v0.2.3 |
1661 | 2024-08-03T03:36:42.334Z | Checking elliptic-curve v0.13.8 |
1662 | 2024-08-03T03:36:42.359Z | Checking bit-set v0.5.3 |
1663 | 2024-08-03T03:36:42.470Z | Checking bstr v0.2.17 |
1664 | 2024-08-03T03:36:42.600Z | Checking num-bigint v0.4.5 |
1665 | 2024-08-03T03:36:42.673Z | Checking toml_edit v0.19.15 |
1666 | 2024-08-03T03:36:42.804Z | Checking trust-dns-proto v0.22.0 |
1667 | 2024-08-03T03:36:42.830Z | Checking toml_edit v0.22.20 |
1668 | 2024-08-03T03:36:42.972Z | Checking itertools v0.12.1 |
1669 | 2024-08-03T03:36:43.312Z | Checking scheduled-thread-pool v0.2.7 |
1670 | 2024-08-03T03:36:43.545Z | Checking hash32 v0.2.1 |
1671 | 2024-08-03T03:36:43.870Z | Checking predicates-core v1.0.6 |
1672 | 2024-08-03T03:36:44.069Z | Checking finl_unicode v1.2.0 |
1673 | 2024-08-03T03:36:44.427Z | Checking heapless v0.7.17 |
1674 | 2024-08-03T03:36:44.686Z | Checking stringprep v0.1.4 |
1675 | 2024-08-03T03:36:44.978Z | Checking r2d2 v0.8.10 |
1676 | 2024-08-03T03:36:45.137Z | Checking toml v0.7.8 |
1677 | 2024-08-03T03:36:45.193Z | Checking yasna v0.5.2 |
1678 | 2024-08-03T03:36:45.295Z | Checking crossterm v0.27.0 |
1679 | 2024-08-03T03:36:45.496Z | Checking bstr v1.9.1 |
1680 | 2024-08-03T03:36:45.520Z | Checking console v0.15.8 |
1681 | 2024-08-03T03:36:45.583Z | Checking md-5 v0.10.6 |
1682 | 2024-08-03T03:36:45.806Z | Checking float-cmp v0.9.0 |
1683 | 2024-08-03T03:36:45.877Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1684 | 2024-08-03T03:36:45.986Z | Checking normalize-line-endings v0.3.0 |
1685 | 2024-08-03T03:36:46.065Z | Checking fixedbitset v0.4.2 |
1686 | 2024-08-03T03:36:46.102Z | Checking difflib v0.4.0 |
1687 | 2024-08-03T03:36:46.126Z | Checking fallible-iterator v0.2.0 |
1688 | 2024-08-03T03:36:46.129Z | Checking diesel v2.1.6 |
1689 | 2024-08-03T03:36:46.333Z | Checking petgraph v0.6.5 |
1690 | 2024-08-03T03:36:46.401Z | Checking smoltcp v0.9.1 |
1691 | 2024-08-03T03:36:46.425Z | Checking predicates v3.1.2 |
1692 | 2024-08-03T03:36:46.634Z | Checking similar v2.5.0 |
1693 | 2024-08-03T03:36:46.681Z | Checking hyper-tls v0.5.0 |
1694 | 2024-08-03T03:36:46.714Z | Checking hyper-rustls v0.24.2 |
1695 | 2024-08-03T03:36:46.957Z | Checking postgres-protocol v0.6.7 |
1696 | 2024-08-03T03:36:46.993Z | Checking reqwest v0.11.27 |
1697 | 2024-08-03T03:36:47.062Z | Checking phf_shared v0.11.2 |
1698 | 2024-08-03T03:36:47.085Z | Checking phf_shared v0.10.0 |
1699 | 2024-08-03T03:36:47.356Z | Checking tokio-stream v0.1.15 |
1700 | 2024-08-03T03:36:47.379Z | Checking fs-err v2.11.0 |
1701 | 2024-08-03T03:36:47.446Z | Checking hubpack v0.1.2 |
1702 | 2024-08-03T03:36:47.635Z | Checking lalrpop-util v0.19.12 |
1703 | 2024-08-03T03:36:47.765Z | Checking new_debug_unreachable v1.0.6 |
1704 | 2024-08-03T03:36:47.847Z | Checking minimal-lexical v0.2.1 |
1705 | 2024-08-03T03:36:47.866Z | Checking precomputed-hash v0.1.1 |
1706 | 2024-08-03T03:36:47.915Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1707 | 2024-08-03T03:36:47.937Z | Checking postgres-types v0.2.7 |
1708 | 2024-08-03T03:36:47.972Z | Checking string_cache v0.8.7 |
1709 | 2024-08-03T03:36:48.153Z | Checking phf v0.11.2 |
1710 | 2024-08-03T03:36:48.227Z | Checking nom v7.1.3 |
1711 | 2024-08-03T03:36:48.250Z | Checking peg-runtime v0.8.3 |
1712 | 2024-08-03T03:36:48.430Z | Checking whoami v1.5.1 |
1713 | 2024-08-03T03:36:48.469Z | Compiling regress v0.9.1 |
1714 | 2024-08-03T03:36:48.632Z | Compiling getopts v0.2.21 |
1715 | 2024-08-03T03:36:48.720Z | Compiling unsafe-libyaml v0.2.11 |
1716 | 2024-08-03T03:36:48.746Z | Checking tokio-postgres v0.7.11 |
1717 | 2024-08-03T03:36:49.579Z | Checking heck v0.5.0 |
1718 | 2024-08-03T03:36:49.743Z | Checking camino v1.1.7 |
1719 | 2024-08-03T03:36:50.238Z | Compiling serde_yaml v0.9.34+deprecated |
1720 | 2024-08-03T03:36:50.711Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1721 | 2024-08-03T03:36:51.046Z | Checking is-terminal v0.4.12 |
1722 | 2024-08-03T03:36:51.167Z | Compiling paste v1.0.15 |
1723 | 2024-08-03T03:36:51.459Z | Checking sha1 v0.10.6 |
1724 | 2024-08-03T03:36:51.563Z | Compiling rustls v0.22.4 |
1725 | 2024-08-03T03:36:51.760Z | Compiling ident_case v1.0.1 |
1726 | 2024-08-03T03:36:51.878Z | Checking http v1.1.0 |
1727 | 2024-08-03T03:36:51.928Z | Compiling darling_core v0.20.9 |
1728 | 2024-08-03T03:36:52.879Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1729 | 2024-08-03T03:36:53.461Z | Checking dirs-sys-next v0.1.2 |
1730 | 2024-08-03T03:36:53.465Z | Checking dirs-next v2.0.0 |
1731 | 2024-08-03T03:36:53.465Z | Checking strum v0.26.3 |
1732 | 2024-08-03T03:36:53.465Z | Checking crossbeam-channel v0.5.12 |
1733 | 2024-08-03T03:36:53.465Z | Checking thread_local v1.1.8 |
1734 | 2024-08-03T03:36:53.576Z | Checking term v0.7.0 |
1735 | 2024-08-03T03:36:53.727Z | Compiling multer v3.1.0 |
1736 | 2024-08-03T03:36:54.035Z | Checking take_mut v0.2.2 |
1737 | 2024-08-03T03:36:54.083Z | Checking slog-term v2.9.1 |
1738 | 2024-08-03T03:36:54.133Z | Compiling async-stream-impl v0.3.5 |
1739 | 2024-08-03T03:36:54.189Z | Checking slog-async v2.8.0 |
1740 | 2024-08-03T03:36:54.354Z | Checking match_cfg v0.1.0 |
1741 | 2024-08-03T03:36:54.461Z | Checking rustls-pki-types v1.7.0 |
1742 | 2024-08-03T03:36:54.506Z | Checking hostname v0.3.1 |
1743 | 2024-08-03T03:36:55.002Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1744 | 2024-08-03T03:36:55.005Z | Checking toml v0.8.19 |
1745 | 2024-08-03T03:36:55.005Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1746 | 2024-08-03T03:36:55.005Z | Checking rustls-webpki v0.102.4 |
1747 | 2024-08-03T03:36:55.402Z | Checking rustls-pemfile v2.1.2 |
1748 | 2024-08-03T03:36:55.532Z | Checking debug-ignore v1.0.5 |
1749 | 2024-08-03T03:36:55.650Z | Checking slog-json v2.6.1 |
1750 | 2024-08-03T03:36:55.677Z | Checking instant v0.1.12 |
1751 | 2024-08-03T03:36:55.745Z | Checking atomic-waker v1.1.2 |
1752 | 2024-08-03T03:36:55.795Z | Checking async-stream v0.3.5 |
1753 | 2024-08-03T03:36:55.869Z | Checking waitgroup v0.1.2 |
1754 | 2024-08-03T03:36:55.913Z | Checking slog-bunyan v2.5.0 |
1755 | 2024-08-03T03:36:56.005Z | Checking serde_path_to_error v0.1.16 |
1756 | 2024-08-03T03:36:56.084Z | Checking hostname v0.4.0 |
1757 | 2024-08-03T03:36:56.233Z | Checking fastrand v2.1.0 |
1758 | 2024-08-03T03:36:56.376Z | Compiling structmeta-derive v0.3.0 |
1759 | 2024-08-03T03:36:56.556Z | Checking tempfile v3.10.1 |
1760 | 2024-08-03T03:36:56.638Z | Checking quick-error v1.2.3 |
1761 | 2024-08-03T03:36:56.788Z | Checking newtype-uuid v1.1.0 |
1762 | 2024-08-03T03:36:56.908Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1763 | 2024-08-03T03:36:57.029Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1764 | 2024-08-03T03:36:57.668Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1765 | 2024-08-03T03:36:57.829Z | Checking macaddr v1.0.1 |
1766 | 2024-08-03T03:36:57.972Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1767 | 2024-08-03T03:36:58.124Z | Checking backoff v0.4.0 |
1768 | 2024-08-03T03:36:58.179Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1769 | 2024-08-03T03:36:58.428Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1770 | 2024-08-03T03:36:58.531Z | Checking wait-timeout v0.2.0 |
1771 | 2024-08-03T03:36:58.595Z | Checking rand_xorshift v0.3.0 |
1772 | 2024-08-03T03:36:58.723Z | Checking rusty-fork v0.3.0 |
1773 | 2024-08-03T03:36:58.787Z | Compiling structmeta-derive v0.2.0 |
1774 | 2024-08-03T03:36:58.933Z | Checking unarray v0.1.4 |
1775 | 2024-08-03T03:36:59.020Z | Compiling darling_macro v0.20.9 |
1776 | 2024-08-03T03:36:59.023Z | Compiling proc-macro-error v1.0.4 |
1777 | 2024-08-03T03:36:59.080Z | Checking proptest v1.4.0 |
1778 | 2024-08-03T03:36:59.394Z | Compiling structmeta v0.3.0 |
1779 | 2024-08-03T03:36:59.397Z | Checking tokio-rustls v0.25.0 |
1780 | 2024-08-03T03:36:59.762Z | Checking camino-tempfile v1.1.1 |
1781 | 2024-08-03T03:36:59.832Z | Compiling parse-display-derive v0.9.1 |
1782 | 2024-08-03T03:37:00.021Z | Compiling darling v0.20.9 |
1783 | 2024-08-03T03:37:00.041Z | Compiling proc-macro-crate v1.3.1 |
1784 | 2024-08-03T03:37:00.151Z | Compiling serde_with_macros v3.8.3 |
1785 | 2024-08-03T03:37:01.159Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1786 | 2024-08-03T03:37:01.565Z | Compiling num_enum_derive v0.5.11 |
1787 | 2024-08-03T03:37:01.785Z | Compiling structmeta v0.2.0 |
1788 | 2024-08-03T03:37:02.243Z | Compiling test-strategy v0.3.1 |
1789 | 2024-08-03T03:37:03.135Z | Checking serde_with v3.8.3 |
1790 | 2024-08-03T03:37:03.643Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1791 | 2024-08-03T03:37:03.747Z | Compiling foreign-types-macros v0.2.3 |
1792 | 2024-08-03T03:37:03.969Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1793 | 2024-08-03T03:37:04.234Z | Checking num_enum v0.5.11 |
1794 | 2024-08-03T03:37:04.307Z | Checking foreign-types-shared v0.3.1 |
1795 | 2024-08-03T03:37:04.579Z | Checking cstr-argument v0.1.2 |
1796 | 2024-08-03T03:37:04.625Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1797 | 2024-08-03T03:37:04.670Z | Checking parse-display v0.9.1 |
1798 | 2024-08-03T03:37:04.760Z | Checking pretty-hex v0.2.1 |
1799 | 2024-08-03T03:37:04.902Z | Checking tabwriter v1.4.0 |
1800 | 2024-08-03T03:37:04.931Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1801 | 2024-08-03T03:37:05.129Z | Checking foreign-types v0.5.0 |
1802 | 2024-08-03T03:37:05.150Z | Checking colored v2.1.0 |
1803 | 2024-08-03T03:37:05.216Z | Checking socket2 v0.4.10 |
1804 | 2024-08-03T03:37:05.242Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1805 | 2024-08-03T03:37:05.449Z | Checking smf v0.2.3 |
1806 | 2024-08-03T03:37:05.570Z | Compiling heapless v0.8.0 |
1807 | 2024-08-03T03:37:05.617Z | Checking termtree v0.4.1 |
1808 | 2024-08-03T03:37:05.640Z | Checking hash32 v0.3.1 |
1809 | 2024-08-03T03:37:05.831Z | Compiling smoltcp v0.11.0 |
1810 | 2024-08-03T03:37:05.834Z | Checking predicates-tree v1.0.9 |
1811 | 2024-08-03T03:37:05.887Z | Compiling crucible-workspace-hack v0.1.0 |
1812 | 2024-08-03T03:37:06.001Z | Checking embedded-io v0.4.0 |
1813 | 2024-08-03T03:37:06.184Z | Checking cobs v0.2.3 |
1814 | 2024-08-03T03:37:06.242Z | Checking sigpipe v0.1.3 |
1815 | 2024-08-03T03:37:06.281Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1816 | 2024-08-03T03:37:06.368Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1817 | 2024-08-03T03:37:06.379Z | Checking postcard v1.0.8 |
1818 | 2024-08-03T03:37:06.497Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1819 | 2024-08-03T03:37:06.528Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1820 | 2024-08-03T03:37:06.608Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1821 | 2024-08-03T03:37:06.651Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1822 | 2024-08-03T03:37:06.850Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1823 | 2024-08-03T03:37:07.039Z | Compiling mockall_derive v0.12.1 |
1824 | 2024-08-03T03:37:07.204Z | Compiling num-derive v0.4.2 |
1825 | 2024-08-03T03:37:07.405Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1826 | 2024-08-03T03:37:07.720Z | Checking downcast v0.11.0 |
1827 | 2024-08-03T03:37:07.910Z | Checking fragile v2.0.0 |
1828 | 2024-08-03T03:37:08.143Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1829 | 2024-08-03T03:37:08.233Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1830 | 2024-08-03T03:37:08.489Z | Checking humantime v2.1.0 |
1831 | 2024-08-03T03:37:08.604Z | Checking newline-converter v0.3.0 |
1832 | 2024-08-03T03:37:08.763Z | Checking expectorate v1.1.0 |
1833 | 2024-08-03T03:37:08.784Z | Checking arc-swap v1.7.1 |
1834 | 2024-08-03T03:37:08.927Z | Checking xattr v1.3.1 |
1835 | 2024-08-03T03:37:08.931Z | Checking filetime v0.2.23 |
1836 | 2024-08-03T03:37:09.123Z | Checking termcolor v1.4.1 |
1837 | 2024-08-03T03:37:09.163Z | Checking tar v0.4.41 |
1838 | 2024-08-03T03:37:09.205Z | Checking slog-scope v4.4.0 |
1839 | 2024-08-03T03:37:09.471Z | Checking slog-stdlog v4.1.1 |
1840 | 2024-08-03T03:37:09.572Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1841 | 2024-08-03T03:37:09.619Z | Compiling derive-where v1.2.7 |
1842 | 2024-08-03T03:37:09.651Z | Checking slog-envlogger v2.2.0 |
1843 | 2024-08-03T03:37:09.885Z | Checking same-file v1.0.6 |
1844 | 2024-08-03T03:37:09.990Z | Checking utf-8 v0.7.6 |
1845 | 2024-08-03T03:37:10.039Z | Checking password-hash v0.5.0 |
1846 | 2024-08-03T03:37:10.067Z | Checking walkdir v2.5.0 |
1847 | 2024-08-03T03:37:10.192Z | Checking blake2 v0.10.6 |
1848 | 2024-08-03T03:37:10.301Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1849 | 2024-08-03T03:37:10.336Z | Checking atty v0.2.14 |
1850 | 2024-08-03T03:37:10.669Z | Checking argon2 v0.5.3 |
1851 | 2024-08-03T03:37:10.965Z | Checking tungstenite v0.21.0 |
1852 | 2024-08-03T03:37:11.234Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1853 | 2024-08-03T03:37:11.377Z | Checking pem v3.0.4 |
1854 | 2024-08-03T03:37:11.647Z | Compiling convert_case v0.4.0 |
1855 | 2024-08-03T03:37:11.741Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1856 | 2024-08-03T03:37:11.900Z | Checking tokio-tungstenite v0.21.0 |
1857 | 2024-08-03T03:37:12.220Z | Checking tungstenite v0.20.1 |
1858 | 2024-08-03T03:37:12.394Z | Checking env_logger v0.9.3 |
1859 | 2024-08-03T03:37:12.612Z | Compiling derive_more v0.99.18 |
1860 | 2024-08-03T03:37:12.825Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1861 | 2024-08-03T03:37:13.119Z | Checking tokio-tungstenite v0.20.1 |
1862 | 2024-08-03T03:37:13.156Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1863 | 2024-08-03T03:37:13.202Z | Compiling bitstruct_derive v0.1.0 |
1864 | 2024-08-03T03:37:13.284Z | Checking ascii v1.1.0 |
1865 | 2024-08-03T03:37:13.543Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1866 | 2024-08-03T03:37:13.611Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1867 | 2024-08-03T03:37:13.705Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1868 | 2024-08-03T03:37:13.773Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1869 | 2024-08-03T03:37:13.856Z | Checking atomicwrites v0.4.3 |
1870 | 2024-08-03T03:37:14.032Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1871 | 2024-08-03T03:37:14.058Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1872 | 2024-08-03T03:37:14.354Z | Checking erased-serde v0.3.31 |
1873 | 2024-08-03T03:37:14.357Z | Checking serde_arrays v0.1.0 |
1874 | 2024-08-03T03:37:14.529Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1875 | 2024-08-03T03:37:14.564Z | Checking bitstruct v0.1.1 |
1876 | 2024-08-03T03:37:14.608Z | Compiling heck v0.3.3 |
1877 | 2024-08-03T03:37:14.675Z | Compiling rayon-core v1.12.1 |
1878 | 2024-08-03T03:37:14.868Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1879 | 2024-08-03T03:37:15.007Z | Checking headers-core v0.2.0 |
1880 | 2024-08-03T03:37:15.034Z | Checking mockall v0.12.1 |
1881 | 2024-08-03T03:37:15.082Z | Compiling zone_cfg_derive v0.1.2 |
1882 | 2024-08-03T03:37:15.154Z | Checking base64 v0.13.1 |
1883 | 2024-08-03T03:37:15.257Z | Checking headers v0.3.9 |
1884 | 2024-08-03T03:37:15.381Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1885 | 2024-08-03T03:37:15.535Z | Checking ron v0.7.1 |
1886 | 2024-08-03T03:37:15.789Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1887 | 2024-08-03T03:37:15.943Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1888 | 2024-08-03T03:37:16.545Z | Checking zone v0.1.8 |
1889 | 2024-08-03T03:37:16.734Z | Checking portpicker v0.1.1 |
1890 | 2024-08-03T03:37:16.870Z | Checking half v2.4.1 |
1891 | 2024-08-03T03:37:16.892Z | Checking ciborium-io v0.2.2 |
1892 | 2024-08-03T03:37:17.013Z | Checking rcgen v0.12.1 |
1893 | 2024-08-03T03:37:17.212Z | Checking subprocess v0.2.9 |
1894 | 2024-08-03T03:37:17.358Z | Checking ciborium-ll v0.2.2 |
1895 | 2024-08-03T03:37:17.672Z | Checking ciborium v0.2.2 |
1896 | 2024-08-03T03:37:17.693Z | Compiling prettyplease v0.2.20 |
1897 | 2024-08-03T03:37:17.751Z | Checking swrite v0.1.0 |
1898 | 2024-08-03T03:37:17.885Z | Compiling home v0.5.9 |
1899 | 2024-08-03T03:37:18.013Z | Compiling semver v0.1.20 |
1900 | 2024-08-03T03:37:18.161Z | Checking linked-hash-map v0.5.6 |
1901 | 2024-08-03T03:37:18.398Z | Compiling rustc_version v0.1.7 |
1902 | 2024-08-03T03:37:18.485Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1903 | 2024-08-03T03:37:18.508Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1904 | 2024-08-03T03:37:18.651Z | Checking lru-cache v0.1.2 |
1905 | 2024-08-03T03:37:18.672Z | Compiling ring v0.16.20 |
1906 | 2024-08-03T03:37:18.796Z | Compiling blake3 v1.5.1 |
1907 | 2024-08-03T03:37:18.839Z | Compiling cancel-safe-futures v0.1.5 |
1908 | 2024-08-03T03:37:18.916Z | Compiling newtype_derive v0.1.6 |
1909 | 2024-08-03T03:37:19.309Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1910 | 2024-08-03T03:37:19.466Z | Checking steno v0.4.1 |
1911 | 2024-08-03T03:37:20.254Z | Checking num-rational v0.4.2 |
1912 | 2024-08-03T03:37:20.401Z | Checking num-complex v0.4.6 |
1913 | 2024-08-03T03:37:20.919Z | Checking float-ord v0.3.2 |
1914 | 2024-08-03T03:37:21.337Z | Checking num v0.4.3 |
1915 | 2024-08-03T03:37:21.414Z | Checking resolv-conf v0.7.0 |
1916 | 2024-08-03T03:37:21.447Z | Compiling slog-dtrace v0.3.0 |
1917 | 2024-08-03T03:37:21.760Z | Checking trust-dns-resolver v0.22.0 |
1918 | 2024-08-03T03:37:22.119Z | Checking libsw v3.3.1 |
1919 | 2024-08-03T03:37:22.787Z | Checking owo-colors v4.0.0 |
1920 | 2024-08-03T03:37:22.980Z | Checking linear-map v1.2.0 |
1921 | 2024-08-03T03:37:24.002Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1922 | 2024-08-03T03:37:24.294Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1923 | 2024-08-03T03:37:24.606Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1924 | 2024-08-03T03:37:24.698Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1925 | 2024-08-03T03:37:25.425Z | Compiling crossbeam-deque v0.8.5 |
1926 | 2024-08-03T03:37:27.739Z | Compiling memmap2 v0.9.4 |
1927 | 2024-08-03T03:37:27.761Z | Compiling constant_time_eq v0.3.0 |
1928 | 2024-08-03T03:37:27.957Z | Compiling rayon v1.10.0 |
1929 | 2024-08-03T03:37:28.226Z | Compiling spin v0.5.2 |
1930 | 2024-08-03T03:37:28.467Z | Compiling arrayref v0.3.7 |
1931 | 2024-08-03T03:37:28.574Z | Compiling arrayvec v0.7.4 |
1932 | 2024-08-03T03:37:28.887Z | Compiling untrusted v0.7.1 |
1933 | 2024-08-03T03:37:28.972Z | Compiling toolchain_find v0.4.0 |
1934 | 2024-08-03T03:37:29.203Z | Compiling topological-sort v0.2.2 |
1935 | 2024-08-03T03:37:29.343Z | Compiling rustfmt-wrapper v0.2.1 |
1936 | 2024-08-03T03:37:29.445Z | Checking display-error-chain v0.2.0 |
1937 | 2024-08-03T03:37:29.592Z | Checking nibble_vec v0.1.0 |
1938 | 2024-08-03T03:37:29.708Z | Checking endian-type v0.1.2 |
1939 | 2024-08-03T03:37:29.784Z | Checking signature v2.2.0 |
1940 | 2024-08-03T03:37:29.891Z | Checking gethostname v0.5.0 |
1941 | 2024-08-03T03:37:29.913Z | Checking radix_trie v0.2.1 |
1942 | 2024-08-03T03:37:29.990Z | Compiling libefi-sys v0.1.0 |
1943 | 2024-08-03T03:37:30.027Z | Compiling bitfield-struct v0.6.1 |
1944 | 2024-08-03T03:37:30.313Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1945 | 2024-08-03T03:37:30.724Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1946 | 2024-08-03T03:37:30.906Z | Checking fxhash v0.2.1 |
1947 | 2024-08-03T03:37:31.028Z | Checking keccak v0.1.5 |
1948 | 2024-08-03T03:37:31.101Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1949 | 2024-08-03T03:37:31.335Z | Checking sha3 v0.10.8 |
1950 | 2024-08-03T03:37:31.445Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1951 | 2024-08-03T03:37:31.474Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1952 | 2024-08-03T03:37:31.696Z | Checking secrecy v0.8.0 |
1953 | 2024-08-03T03:37:31.751Z | Checking glob v0.3.1 |
1954 | 2024-08-03T03:37:31.905Z | Checking maplit v1.0.2 |
1955 | 2024-08-03T03:37:32.024Z | Compiling radium v0.7.0 |
1956 | 2024-08-03T03:37:32.068Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1957 | 2024-08-03T03:37:32.088Z | Checking universal-hash v0.5.1 |
1958 | 2024-08-03T03:37:32.091Z | Compiling curve25519-dalek v4.1.3 |
1959 | 2024-08-03T03:37:32.282Z | Checking tap v1.0.1 |
1960 | 2024-08-03T03:37:32.526Z | Checking opaque-debug v0.3.1 |
1961 | 2024-08-03T03:37:32.545Z | Compiling maybe-uninit v2.0.0 |
1962 | 2024-08-03T03:37:32.720Z | Checking wyz v0.5.1 |
1963 | 2024-08-03T03:37:32.743Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1964 | 2024-08-03T03:37:32.886Z | Compiling curve25519-dalek-derive v0.1.1 |
1965 | 2024-08-03T03:37:32.975Z | Checking funty v2.0.0 |
1966 | 2024-08-03T03:37:33.076Z | Compiling omicron-zone-package v0.11.0 |
1967 | 2024-08-03T03:37:33.173Z | Compiling packed_struct v0.10.1 |
1968 | 2024-08-03T03:37:33.220Z | Checking crc-catalog v2.4.0 |
1969 | 2024-08-03T03:37:33.375Z | Compiling num-bigint-dig v0.8.4 |
1970 | 2024-08-03T03:37:33.684Z | Checking crc v3.2.1 |
1971 | 2024-08-03T03:37:33.842Z | Compiling packed_struct_codegen v0.10.1 |
1972 | 2024-08-03T03:37:33.938Z | Checking bitvec v1.0.1 |
1973 | 2024-08-03T03:37:34.098Z | Compiling async-recursion v1.1.1 |
1974 | 2024-08-03T03:37:34.469Z | Compiling indexmap v1.9.3 |
1975 | 2024-08-03T03:37:34.787Z | Checking nodrop v0.1.14 |
1976 | 2024-08-03T03:37:34.908Z | Checking array-init v0.0.4 |
1977 | 2024-08-03T03:37:35.687Z | Checking smallvec v0.6.14 |
1978 | 2024-08-03T03:37:35.947Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1979 | 2024-08-03T03:37:36.097Z | Checking pkcs1 v0.7.5 |
1980 | 2024-08-03T03:37:36.321Z | Checking aead v0.5.2 |
1981 | 2024-08-03T03:37:36.506Z | Checking bitfield v0.14.0 |
1982 | 2024-08-03T03:37:36.524Z | Compiling parking_lot_core v0.8.6 |
1983 | 2024-08-03T03:37:36.769Z | Checking hashbrown v0.12.3 |
1984 | 2024-08-03T03:37:36.790Z | Checking serde-hex v0.1.0 |
1985 | 2024-08-03T03:37:36.810Z | Checking bzip2 v0.4.4 |
1986 | 2024-08-03T03:37:37.024Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1987 | 2024-08-03T03:37:37.113Z | Checking poly1305 v0.8.0 |
1988 | 2024-08-03T03:37:37.289Z | Checking env_logger v0.10.2 |
1989 | 2024-08-03T03:37:37.616Z | Checking chacha20 v0.9.1 |
1990 | 2024-08-03T03:37:37.717Z | Checking x509-cert v0.2.5 |
1991 | 2024-08-03T03:37:37.953Z | Checking ron v0.8.1 |
1992 | 2024-08-03T03:37:38.011Z | Checking rsa v0.9.6 |
1993 | 2024-08-03T03:37:38.512Z | Checking hashbrown v0.13.2 |
1994 | 2024-08-03T03:37:39.080Z | Compiling thiserror-impl-no-std v2.0.2 |
1995 | 2024-08-03T03:37:39.282Z | Checking crc-any v2.5.0 |
1996 | 2024-08-03T03:37:39.355Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1997 | 2024-08-03T03:37:39.429Z | Checking zip v0.6.6 |
1998 | 2024-08-03T03:37:39.618Z | Checking object v0.30.4 |
1999 | 2024-08-03T03:37:39.669Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2000 | 2024-08-03T03:37:40.006Z | Checking path-slash v0.1.5 |
2001 | 2024-08-03T03:37:40.057Z | Checking parking_lot v0.11.2 |
2002 | 2024-08-03T03:37:40.096Z | Checking chacha20poly1305 v0.10.1 |
2003 | 2024-08-03T03:37:40.144Z | Checking trust-dns-client v0.22.0 |
2004 | 2024-08-03T03:37:40.282Z | Checking toml v0.5.11 |
2005 | 2024-08-03T03:37:40.385Z | Checking sled v0.34.7 |
2006 | 2024-08-03T03:37:40.525Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2007 | 2024-08-03T03:37:40.749Z | Compiling buf-list v1.0.3 |
2008 | 2024-08-03T03:37:41.375Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2009 | 2024-08-03T03:37:41.691Z | Checking trust-dns-server v0.22.1 |
2010 | 2024-08-03T03:37:41.747Z | Compiling unicase v2.7.0 |
2011 | 2024-08-03T03:37:41.839Z | Checking nanorand v0.7.0 |
2012 | 2024-08-03T03:37:42.244Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2013 | 2024-08-03T03:37:42.360Z | Checking thiserror-no-std v2.0.2 |
2014 | 2024-08-03T03:37:42.449Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2015 | 2024-08-03T03:37:42.470Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2016 | 2024-08-03T03:37:42.488Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2017 | 2024-08-03T03:37:43.228Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2018 | 2024-08-03T03:37:43.788Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2019 | 2024-08-03T03:37:44.249Z | Checking vsss-rs v3.3.4 |
2020 | 2024-08-03T03:37:45.708Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2021 | 2024-08-03T03:37:46.911Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2022 | 2024-08-03T03:37:47.225Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2023 | 2024-08-03T03:37:47.340Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2024 | 2024-08-03T03:37:47.556Z | Checking flume v0.11.0 |
2025 | 2024-08-03T03:37:48.060Z | Checking kstat-rs v0.2.4 |
2026 | 2024-08-03T03:37:48.398Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2027 | 2024-08-03T03:37:49.037Z | Compiling vte_generate_state_changes v0.1.1 |
2028 | 2024-08-03T03:37:49.445Z | Compiling mime_guess v2.0.4 |
2029 | 2024-08-03T03:37:49.561Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2030 | 2024-08-03T03:37:49.708Z | Checking vte v0.11.1 |
2031 | 2024-08-03T03:37:50.809Z | Checking fd-lock v4.0.2 |
2032 | 2024-08-03T03:37:51.008Z | Compiling pin-project-internal v1.1.5 |
2033 | 2024-08-03T03:37:51.124Z | Checking strip-ansi-escapes v0.2.0 |
2034 | 2024-08-03T03:37:51.282Z | Checking nu-ansi-term v0.50.0 |
2035 | 2024-08-03T03:37:51.687Z | Checking reedline v0.31.0 |
2036 | 2024-08-03T03:37:51.753Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2037 | 2024-08-03T03:37:52.203Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2038 | 2024-08-03T03:37:52.475Z | Compiling crunchy v0.2.2 |
2039 | 2024-08-03T03:37:53.014Z | Checking http-range v0.1.5 |
2040 | 2024-08-03T03:37:53.211Z | Checking hyper-staticfile v0.9.5 |
2041 | 2024-08-03T03:37:53.688Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2042 | 2024-08-03T03:37:53.811Z | Compiling clang-sys v1.7.0 |
2043 | 2024-08-03T03:37:53.922Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2044 | 2024-08-03T03:37:54.233Z | Checking pin-project v1.1.5 |
2045 | 2024-08-03T03:37:54.429Z | Compiling tiny-keccak v2.0.2 |
2046 | 2024-08-03T03:37:54.586Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2047 | 2024-08-03T03:37:54.692Z | Checking bytecount v0.6.8 |
2048 | 2024-08-03T03:37:54.768Z | Compiling ref-cast v1.0.23 |
2049 | 2024-08-03T03:37:54.850Z | Checking papergrid v0.11.0 |
2050 | 2024-08-03T03:37:55.421Z | Compiling ascii-canvas v3.0.0 |
2051 | 2024-08-03T03:37:55.534Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2052 | 2024-08-03T03:37:55.847Z | Compiling tabled_derive v0.7.0 |
2053 | 2024-08-03T03:37:55.946Z | Compiling ena v0.14.3 |
2054 | 2024-08-03T03:37:56.355Z | Compiling ref-cast-impl v1.0.23 |
2055 | 2024-08-03T03:37:56.420Z | Compiling libloading v0.8.3 |
2056 | 2024-08-03T03:37:56.849Z | Compiling bindgen v0.69.4 |
2057 | 2024-08-03T03:37:57.588Z | Compiling cfg_aliases v0.1.1 |
2058 | 2024-08-03T03:37:57.592Z | Compiling regex-syntax v0.6.29 |
2059 | 2024-08-03T03:37:57.700Z | Compiling diff v0.1.13 |
2060 | 2024-08-03T03:37:57.895Z | Compiling nix v0.28.0 |
2061 | 2024-08-03T03:37:58.407Z | Checking tabled v0.15.0 |
2062 | 2024-08-03T03:37:58.740Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2063 | 2024-08-03T03:37:59.365Z | Compiling which v4.4.2 |
2064 | 2024-08-03T03:38:00.068Z | Compiling cexpr v0.6.0 |
2065 | 2024-08-03T03:38:01.369Z | Compiling lalrpop v0.19.12 |
2066 | 2024-08-03T03:38:01.786Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2067 | 2024-08-03T03:38:02.973Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2068 | 2024-08-03T03:38:05.237Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2069 | 2024-08-03T03:38:07.167Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2070 | 2024-08-03T03:38:08.211Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2071 | 2024-08-03T03:38:08.928Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2072 | 2024-08-03T03:38:09.213Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2073 | 2024-08-03T03:38:09.364Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2074 | 2024-08-03T03:38:09.506Z | Compiling snafu-derive v0.8.2 |
2075 | 2024-08-03T03:38:09.606Z | Compiling lazycell v1.3.0 |
2076 | 2024-08-03T03:38:09.793Z | Compiling rustc-hash v1.1.0 |
2077 | 2024-08-03T03:38:09.968Z | Compiling shlex v1.3.0 |
2078 | 2024-08-03T03:38:11.013Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2079 | 2024-08-03T03:38:11.331Z | Compiling derive_builder_core v0.20.0 |
2080 | 2024-08-03T03:38:12.407Z | Checking globset v0.4.14 |
2081 | 2024-08-03T03:38:12.936Z | Checking olpc-cjson v0.1.3 |
2082 | 2024-08-03T03:38:13.157Z | Checking serde_plain v1.0.2 |
2083 | 2024-08-03T03:38:13.421Z | Compiling libxml v0.3.3 |
2084 | 2024-08-03T03:38:13.784Z | Checking typed-path v0.7.1 |
2085 | 2024-08-03T03:38:13.849Z | Compiling derive_builder_macro v0.20.0 |
2086 | 2024-08-03T03:38:14.753Z | Compiling peg-macros v0.8.4 |
2087 | 2024-08-03T03:38:15.245Z | Checking snafu v0.8.2 |
2088 | 2024-08-03T03:38:15.738Z | Compiling strum_macros v0.24.3 |
2089 | 2024-08-03T03:38:15.758Z | Checking tough v0.17.1 |
2090 | 2024-08-03T03:38:16.412Z | Compiling sqlparser_derive v0.2.2 |
2091 | 2024-08-03T03:38:17.504Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2092 | 2024-08-03T03:38:17.563Z | Compiling cookie v0.18.1 |
2093 | 2024-08-03T03:38:17.886Z | Checking parse-size v1.0.0 |
2094 | 2024-08-03T03:38:18.068Z | Compiling indoc v1.0.9 |
2095 | 2024-08-03T03:38:18.722Z | Checking unicode_categories v0.1.1 |
2096 | 2024-08-03T03:38:18.908Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2097 | 2024-08-03T03:38:19.020Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2098 | 2024-08-03T03:38:19.050Z | Checking sqlformat v0.2.4 |
2099 | 2024-08-03T03:38:19.465Z | Checking rustyline v14.0.0 |
2100 | 2024-08-03T03:38:19.778Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2101 | 2024-08-03T03:38:20.605Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2102 | 2024-08-03T03:38:20.760Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2103 | 2024-08-03T03:38:21.619Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2104 | 2024-08-03T03:38:22.091Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2105 | 2024-08-03T03:38:22.461Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2106 | 2024-08-03T03:38:22.504Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2107 | 2024-08-03T03:38:23.614Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2108 | 2024-08-03T03:38:24.257Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2109 | 2024-08-03T03:38:24.404Z | Checking peg v0.8.4 |
2110 | 2024-08-03T03:38:24.513Z | Checking sqlparser v0.45.0 |
2111 | 2024-08-03T03:38:24.533Z | Checking derive_builder v0.20.0 |
2112 | 2024-08-03T03:38:24.687Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2113 | 2024-08-03T03:38:25.608Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2114 | 2024-08-03T03:38:26.055Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2115 | 2024-08-03T03:38:26.607Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2116 | 2024-08-03T03:38:26.922Z | Checking quick-xml v0.31.0 |
2117 | 2024-08-03T03:38:27.849Z | Checking bcs v0.1.6 |
2118 | 2024-08-03T03:38:28.194Z | Compiling impl-trait-for-tuples v0.2.2 |
2119 | 2024-08-03T03:38:28.343Z | Compiling oso-derive v0.27.3 |
2120 | 2024-08-03T03:38:28.951Z | Compiling memoffset v0.9.1 |
2121 | 2024-08-03T03:38:29.298Z | Checking highway v1.1.0 |
2122 | 2024-08-03T03:38:29.724Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2123 | 2024-08-03T03:38:30.065Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2124 | 2024-08-03T03:38:31.996Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2125 | 2024-08-03T03:38:32.386Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2126 | 2024-08-03T03:38:32.404Z | Checking bb8 v0.8.5 |
2127 | 2024-08-03T03:38:32.694Z | Compiling const_format_proc_macros v0.2.32 |
2128 | 2024-08-03T03:38:32.915Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2129 | 2024-08-03T03:38:33.303Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2130 | 2024-08-03T03:38:33.888Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2131 | 2024-08-03T03:38:33.910Z | Checking nix v0.27.1 |
2132 | 2024-08-03T03:38:34.140Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2133 | 2024-08-03T03:38:34.439Z | Checking serde-big-array v0.5.1 |
2134 | 2024-08-03T03:38:34.682Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2135 | 2024-08-03T03:38:34.899Z | Checking const_format v0.2.32 |
2136 | 2024-08-03T03:38:35.382Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2137 | 2024-08-03T03:38:36.494Z | Checking signal-hook-tokio v0.3.1 |
2138 | 2024-08-03T03:38:36.628Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2139 | 2024-08-03T03:38:36.689Z | Checking heck v0.4.1 |
2140 | 2024-08-03T03:38:36.918Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2141 | 2024-08-03T03:38:37.319Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2142 | 2024-08-03T03:38:37.346Z | Checking assert_matches v1.5.0 |
2143 | 2024-08-03T03:38:37.349Z | Compiling portable-atomic v1.6.0 |
2144 | 2024-08-03T03:38:37.447Z | Checking itertools v0.13.0 |
2145 | 2024-08-03T03:38:37.535Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2146 | 2024-08-03T03:38:39.596Z | Checking rand_seeder v0.2.3 |
2147 | 2024-08-03T03:38:39.836Z | Checking number_prefix v0.4.0 |
2148 | 2024-08-03T03:38:40.036Z | Checking indicatif v0.17.8 |
2149 | 2024-08-03T03:38:40.168Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2150 | 2024-08-03T03:38:40.187Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2151 | 2024-08-03T03:38:40.401Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2152 | 2024-08-03T03:38:40.804Z | Checking is_ci v1.2.0 |
2153 | 2024-08-03T03:38:40.950Z | Checking supports-color v3.0.0 |
2154 | 2024-08-03T03:38:41.027Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2155 | 2024-08-03T03:38:41.072Z | Checking castaway v0.2.2 |
2156 | 2024-08-03T03:38:41.160Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2157 | 2024-08-03T03:38:41.233Z | Checking compact_str v0.7.1 |
2158 | 2024-08-03T03:38:41.352Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2159 | 2024-08-03T03:38:41.484Z | Checking unicode-truncate v1.0.0 |
2160 | 2024-08-03T03:38:41.680Z | Checking lru v0.12.3 |
2161 | 2024-08-03T03:38:41.723Z | Compiling stability v0.2.0 |
2162 | 2024-08-03T03:38:41.794Z | Checking cassowary v0.3.0 |
2163 | 2024-08-03T03:38:42.004Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2164 | 2024-08-03T03:38:42.023Z | Checking unicode-linebreak v0.1.5 |
2165 | 2024-08-03T03:38:42.191Z | Checking smawk v0.3.2 |
2166 | 2024-08-03T03:38:42.416Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2167 | 2024-08-03T03:38:42.452Z | Checking textwrap v0.16.1 |
2168 | 2024-08-03T03:38:42.727Z | Checking ratatui v0.27.0 |
2169 | 2024-08-03T03:38:42.778Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2170 | 2024-08-03T03:38:42.827Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2171 | 2024-08-03T03:38:42.848Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2172 | 2024-08-03T03:38:44.579Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2173 | 2024-08-03T03:38:45.132Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2174 | 2024-08-03T03:38:45.755Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2175 | 2024-08-03T03:38:46.326Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2176 | 2024-08-03T03:38:46.854Z | Checking fatfs v0.3.6 |
2177 | 2024-08-03T03:38:47.402Z | Checking csv-core v0.1.11 |
2178 | 2024-08-03T03:38:47.754Z | Checking shell-words v1.1.0 |
2179 | 2024-08-03T03:38:47.940Z | Checking csv v1.3.0 |
2180 | 2024-08-03T03:38:47.943Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2181 | 2024-08-03T03:38:48.019Z | Checking cargo-platform v0.1.8 |
2182 | 2024-08-03T03:38:48.301Z | Checking rtoolbox v0.0.2 |
2183 | 2024-08-03T03:38:48.489Z | Compiling getrandom v0.1.16 |
2184 | 2024-08-03T03:38:48.824Z | Checking rpassword v7.3.1 |
2185 | 2024-08-03T03:38:48.995Z | Checking cargo_metadata v0.18.1 |
2186 | 2024-08-03T03:38:49.274Z | Checking tui-tree-widget v0.21.0 |
2187 | 2024-08-03T03:38:49.634Z | Checking plotters-backend v0.3.5 |
2188 | 2024-08-03T03:38:50.001Z | Checking plotters-svg v0.3.5 |
2189 | 2024-08-03T03:38:50.484Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2190 | 2024-08-03T03:38:50.709Z | Checking rfc6979 v0.4.0 |
2191 | 2024-08-03T03:38:51.651Z | Checking cast v0.3.0 |
2192 | 2024-08-03T03:38:51.732Z | Checking yansi v0.5.1 |
2193 | 2024-08-03T03:38:51.977Z | Checking criterion-plot v0.5.0 |
2194 | 2024-08-03T03:38:52.008Z | Checking pretty_assertions v1.4.0 |
2195 | 2024-08-03T03:38:52.208Z | Checking ecdsa v0.16.9 |
2196 | 2024-08-03T03:38:52.462Z | Checking rand_core v0.5.1 |
2197 | 2024-08-03T03:38:52.605Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2198 | 2024-08-03T03:38:52.781Z | Checking plotters v0.3.5 |
2199 | 2024-08-03T03:38:52.916Z | Checking primeorder v0.13.6 |
2200 | 2024-08-03T03:38:53.425Z | Checking tinytemplate v1.2.1 |
2201 | 2024-08-03T03:38:53.846Z | Checking oorandom v11.1.3 |
2202 | 2024-08-03T03:38:54.012Z | Checking anes v0.1.6 |
2203 | 2024-08-03T03:38:54.392Z | Checking option-ext v0.2.0 |
2204 | 2024-08-03T03:38:54.421Z | Checking criterion v0.5.1 |
2205 | 2024-08-03T03:38:54.528Z | Checking dirs-sys v0.4.1 |
2206 | 2024-08-03T03:38:54.740Z | Checking rand_chacha v0.2.2 |
2207 | 2024-08-03T03:38:54.969Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2208 | 2024-08-03T03:38:55.056Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2209 | 2024-08-03T03:38:55.863Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2210 | 2024-08-03T03:38:56.235Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2211 | 2024-08-03T03:38:57.369Z | Checking polyval v0.6.2 |
2212 | 2024-08-03T03:38:57.662Z | Checking ed25519 v2.2.3 |
2213 | 2024-08-03T03:38:57.907Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2214 | 2024-08-03T03:38:58.486Z | Checking aes v0.8.4 |
2215 | 2024-08-03T03:38:59.372Z | Checking ctr v0.9.2 |
2216 | 2024-08-03T03:38:59.426Z | Checking blowfish v0.9.1 |
2217 | 2024-08-03T03:38:59.550Z | Checking password-hash v0.4.2 |
2218 | 2024-08-03T03:38:59.660Z | Checking pbkdf2 v0.12.2 |
2219 | 2024-08-03T03:38:59.681Z | Checking hex-literal v0.4.1 |
2220 | 2024-08-03T03:38:59.816Z | Checking ed25519-dalek v2.1.1 |
2221 | 2024-08-03T03:38:59.835Z | Checking bcrypt-pbkdf v0.10.0 |
2222 | 2024-08-03T03:38:59.975Z | Checking pbkdf2 v0.11.0 |
2223 | 2024-08-03T03:39:00.096Z | Checking ghash v0.5.1 |
2224 | 2024-08-03T03:39:00.151Z | Checking rand v0.7.3 |
2225 | 2024-08-03T03:39:00.254Z | Checking dirs v5.0.1 |
2226 | 2024-08-03T03:39:00.277Z | Checking p256 v0.13.2 |
2227 | 2024-08-03T03:39:00.411Z | Checking p521 v0.13.3 |
2228 | 2024-08-03T03:39:00.798Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2229 | 2024-08-03T03:39:01.555Z | Checking cbc v0.1.2 |
2230 | 2024-08-03T03:39:01.679Z | Checking russh-cryptovec v0.7.2 |
2231 | 2024-08-03T03:39:01.792Z | Compiling target-lexicon v0.12.16 |
2232 | 2024-08-03T03:39:01.838Z | Checking md5 v0.7.0 |
2233 | 2024-08-03T03:39:01.885Z | Compiling doc-comment v0.3.3 |
2234 | 2024-08-03T03:39:02.118Z | Checking russh-keys v0.43.0 |
2235 | 2024-08-03T03:39:02.689Z | Checking aes-gcm v0.10.3 |
2236 | 2024-08-03T03:39:02.940Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2237 | 2024-08-03T03:39:02.946Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2238 | 2024-08-03T03:39:03.288Z | Checking http-body v1.0.0 |
2239 | 2024-08-03T03:39:03.531Z | Compiling dhcproto-macros v0.1.0 |
2240 | 2024-08-03T03:39:03.763Z | Checking tower-layer v0.3.2 |
2241 | 2024-08-03T03:39:04.029Z | Compiling guppy-workspace-hack v0.1.0 |
2242 | 2024-08-03T03:39:04.356Z | Compiling assert_cmd v2.0.15 |
2243 | 2024-08-03T03:39:04.561Z | Checking dhcproto v0.11.0 |
2244 | 2024-08-03T03:39:04.766Z | Checking tower v0.4.13 |
2245 | 2024-08-03T03:39:04.887Z | Checking hyper v1.3.1 |
2246 | 2024-08-03T03:39:05.529Z | Checking russh v0.43.0 |
2247 | 2024-08-03T03:39:06.279Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2248 | 2024-08-03T03:39:06.571Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2249 | 2024-08-03T03:39:06.975Z | Checking internet-checksum v0.2.1 |
2250 | 2024-08-03T03:39:07.368Z | Compiling target-spec v3.2.1 |
2251 | 2024-08-03T03:39:08.555Z | Checking cfg-expr v0.16.0 |
2252 | 2024-08-03T03:39:09.370Z | Checking hyper-util v0.1.3 |
2253 | 2024-08-03T03:39:09.673Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2254 | 2024-08-03T03:39:09.694Z | Checking rustls-native-certs v0.7.0 |
2255 | 2024-08-03T03:39:09.850Z | Checking httptest v0.15.5 |
2256 | 2024-08-03T03:39:10.957Z | Checking hyper-rustls v0.26.0 |
2257 | 2024-08-03T03:39:11.680Z | Checking pathdiff v0.2.1 |
2258 | 2024-08-03T03:39:11.851Z | Checking threadpool v1.8.1 |
2259 | 2024-08-03T03:39:12.060Z | Compiling rstest_macros v0.19.0 |
2260 | 2024-08-03T03:39:12.614Z | Checking escape8259 v0.5.2 |
2261 | 2024-08-03T03:39:12.663Z | Checking nested v0.1.1 |
2262 | 2024-08-03T03:39:12.820Z | Checking libtest-mimic v0.7.3 |
2263 | 2024-08-03T03:39:12.879Z | Checking guppy v0.17.7 |
2264 | 2024-08-03T03:39:13.443Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2265 | 2024-08-03T03:39:13.776Z | Checking similar-asserts v1.5.0 |
2266 | 2024-08-03T03:39:14.027Z | Checking fancy-regex v0.13.0 |
2267 | 2024-08-03T03:39:14.323Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2268 | 2024-08-03T03:39:14.778Z | Compiling relative-path v1.9.3 |
2269 | 2024-08-03T03:39:15.154Z | Compiling trybuild v1.0.97 |
2270 | 2024-08-03T03:39:15.696Z | Checking datatest-stable v0.2.9 |
2271 | 2024-08-03T03:39:16.036Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2272 | 2024-08-03T03:39:17.396Z | Checking blake2b_simd v1.0.2 |
2273 | 2024-08-03T03:39:17.629Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2274 | 2024-08-03T03:39:17.949Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2275 | 2024-08-03T03:39:18.250Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2276 | 2024-08-03T03:39:18.270Z | Checking serde_tokenstream v0.2.1 |
2277 | 2024-08-03T03:39:18.575Z | Checking uzers v0.11.3 |
2278 | 2024-08-03T03:39:18.626Z | Checking indent_write v2.2.0 |
2279 | 2024-08-03T03:39:18.843Z | Checking futures-timer v3.0.3 |
2280 | 2024-08-03T03:39:19.140Z | Checking rust-argon2 v2.1.0 |
2281 | 2024-08-03T03:39:19.427Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2282 | 2024-08-03T03:39:24.722Z | Checking rstest v0.19.0 |
2283 | 2024-08-03T03:39:24.948Z | Checking rand_distr v0.4.3 |
2284 | 2024-08-03T03:39:25.793Z | Checking multimap v0.10.0 |
2285 | 2024-08-03T03:39:26.106Z | Checking approx v0.5.1 |
2286 | 2024-08-03T03:39:26.129Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2287 | 2024-08-03T03:39:27.419Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2288 | 2024-08-03T03:39:27.484Z | Checking partial-io v0.5.4 |
2289 | 2024-08-03T03:39:27.858Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2290 | 2024-08-03T03:39:28.341Z | Checking cargo_toml v0.20.4 |
2291 | 2024-08-03T03:39:29.260Z | Checking termios v0.3.3 |
2292 | 2024-08-03T03:39:29.280Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2293 | 2024-08-03T03:39:29.480Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2294 | 2024-08-03T03:39:30.355Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2295 | 2024-08-03T03:39:34.499Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2296 | 2024-08-03T03:39:45.831Z | Compiling samael v0.0.15 |
2297 | 2024-08-03T03:39:46.453Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2298 | 2024-08-03T03:40:21.736Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2299 | 2024-08-03T03:40:22.762Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2300 | 2024-08-03T03:40:23.436Z | Compiling polar-core v0.27.3 |
2301 | 2024-08-03T03:40:34.374Z | Checking oso v0.27.3 |
2302 | 2024-08-03T03:41:08.901Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2303 | 2024-08-03T03:41:08.901Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2304 | 2024-08-03T03:41:08.904Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2305 | 2024-08-03T03:42:28.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 09s |
2306 | 2024-08-03T03:42:28.821Z | |
2307 | 2024-08-03T03:42:28.821Z | real 6:13.759771225 |
2308 | 2024-08-03T03:42:28.821Z | user 33:11.975951119 |
2309 | 2024-08-03T03:42:28.824Z | sys 5:34.743702015 |
2310 | 2024-08-03T03:42:28.824Z | trap 0.797210883 |
2311 | 2024-08-03T03:42:28.824Z | tflt 1.752908536 |
2312 | 2024-08-03T03:42:28.824Z | dflt 0.395114593 |
2313 | 2024-08-03T03:42:28.825Z | kflt 0.000808772 |
2314 | 2024-08-03T03:42:28.825Z | lock 52:41.268164952 |
2315 | 2024-08-03T03:42:28.825Z | slp 1:55:18.499909833 |
2316 | 2024-08-03T03:42:28.825Z | lat 1:30.745497068 |
2317 | 2024-08-03T03:42:28.825Z | stop 5:12.459991334 |
2318 | 2024-08-03T03:42:28.825Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2319 | 2024-08-03T03:42:28.825Z | + ptime -m cargo doc --workspace --no-deps |
2320 | 2024-08-03T03:42:29.935Z | warning: output filename collision. |
2321 | 2024-08-03T03:42:29.935Z | 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)`. |
2322 | 2024-08-03T03:42:29.935Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2323 | 2024-08-03T03:42:29.935Z | The targets should have unique names. |
2324 | 2024-08-03T03:42:29.935Z | This is a known bug where multiple crates with the same name use |
2325 | 2024-08-03T03:42:29.935Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2326 | 2024-08-03T03:42:30.252Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2327 | 2024-08-03T03:42:30.308Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2328 | 2024-08-03T03:42:30.323Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2329 | 2024-08-03T03:42:30.355Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2330 | 2024-08-03T03:42:30.379Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2331 | 2024-08-03T03:42:30.404Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2332 | 2024-08-03T03:42:30.404Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2333 | 2024-08-03T03:42:30.631Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2334 | 2024-08-03T03:42:30.648Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2335 | 2024-08-03T03:42:30.665Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2336 | 2024-08-03T03:42:30.684Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2337 | 2024-08-03T03:42:30.703Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2338 | 2024-08-03T03:42:30.871Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2339 | 2024-08-03T03:42:30.922Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2340 | 2024-08-03T03:42:30.945Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2341 | 2024-08-03T03:42:31.142Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2342 | 2024-08-03T03:42:31.401Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2343 | 2024-08-03T03:42:32.281Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2344 | 2024-08-03T03:42:35.342Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2345 | 2024-08-03T03:42:35.426Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2346 | 2024-08-03T03:42:35.678Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2347 | 2024-08-03T03:42:36.000Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2348 | 2024-08-03T03:42:36.023Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2349 | 2024-08-03T03:42:36.248Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2350 | 2024-08-03T03:42:36.355Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2351 | 2024-08-03T03:42:36.371Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2352 | 2024-08-03T03:42:36.726Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2353 | 2024-08-03T03:42:36.921Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2354 | 2024-08-03T03:42:37.037Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2355 | 2024-08-03T03:42:37.217Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2356 | 2024-08-03T03:42:37.530Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2357 | 2024-08-03T03:42:37.915Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2358 | 2024-08-03T03:42:37.939Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2359 | 2024-08-03T03:42:38.193Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2360 | 2024-08-03T03:42:38.512Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2361 | 2024-08-03T03:42:38.856Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2362 | 2024-08-03T03:42:38.898Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2363 | 2024-08-03T03:42:38.901Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2364 | 2024-08-03T03:42:39.042Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2365 | 2024-08-03T03:42:43.833Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2366 | 2024-08-03T03:42:43.941Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2367 | 2024-08-03T03:42:44.546Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2368 | 2024-08-03T03:42:45.253Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2369 | 2024-08-03T03:42:45.899Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2370 | 2024-08-03T03:42:47.443Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2371 | 2024-08-03T03:42:53.148Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2372 | 2024-08-03T03:42:54.006Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2373 | 2024-08-03T03:42:55.040Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2374 | 2024-08-03T03:42:55.330Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2375 | 2024-08-03T03:42:55.537Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2376 | 2024-08-03T03:42:55.759Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2377 | 2024-08-03T03:42:56.999Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2378 | 2024-08-03T03:42:57.178Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2379 | 2024-08-03T03:42:57.560Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2380 | 2024-08-03T03:42:59.073Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2381 | 2024-08-03T03:42:59.680Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2382 | 2024-08-03T03:42:59.772Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2383 | 2024-08-03T03:43:00.079Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2384 | 2024-08-03T03:43:00.379Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2385 | 2024-08-03T03:43:00.722Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2386 | 2024-08-03T03:43:01.208Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2387 | 2024-08-03T03:43:01.956Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2388 | 2024-08-03T03:43:02.233Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2389 | 2024-08-03T03:43:02.336Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2390 | 2024-08-03T03:43:02.662Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2391 | 2024-08-03T03:43:02.813Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2392 | 2024-08-03T03:43:02.897Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2393 | 2024-08-03T03:43:03.725Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2394 | 2024-08-03T03:43:03.745Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2395 | 2024-08-03T03:43:04.108Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2396 | 2024-08-03T03:43:04.394Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2397 | 2024-08-03T03:43:04.827Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2398 | 2024-08-03T03:43:05.052Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2399 | 2024-08-03T03:43:05.421Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2400 | 2024-08-03T03:43:05.546Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2401 | 2024-08-03T03:43:05.564Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2402 | 2024-08-03T03:43:06.641Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2403 | 2024-08-03T03:43:06.802Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2404 | 2024-08-03T03:43:07.713Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2405 | 2024-08-03T03:43:08.176Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2406 | 2024-08-03T03:43:08.499Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2407 | 2024-08-03T03:43:08.552Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2408 | 2024-08-03T03:43:08.656Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2409 | 2024-08-03T03:43:09.296Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2410 | 2024-08-03T03:43:09.317Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2411 | 2024-08-03T03:43:09.544Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2412 | 2024-08-03T03:43:09.570Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2413 | 2024-08-03T03:43:10.037Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2414 | 2024-08-03T03:43:11.416Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2415 | 2024-08-03T03:43:13.401Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2416 | 2024-08-03T03:43:14.018Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2417 | 2024-08-03T03:43:28.866Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2418 | 2024-08-03T03:43:28.916Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2419 | 2024-08-03T03:43:31.858Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2420 | 2024-08-03T03:43:32.073Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2421 | 2024-08-03T03:43:32.979Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2422 | 2024-08-03T03:43:47.660Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2423 | 2024-08-03T03:44:02.029Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2424 | 2024-08-03T03:44:02.497Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2425 | 2024-08-03T03:44:09.555Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2426 | 2024-08-03T03:44:30.726Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2427 | 2024-08-03T03:44:31.641Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2428 | 2024-08-03T03:44:31.687Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2429 | 2024-08-03T03:44:33.204Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2430 | 2024-08-03T03:44:38.818Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2431 | 2024-08-03T03:44:39.317Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2432 | 2024-08-03T03:44:39.948Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2433 | 2024-08-03T03:44:43.392Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2434 | 2024-08-03T03:44:45.392Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2435 | 2024-08-03T03:44:56.178Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2436 | 2024-08-03T03:45:00.124Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2437 | 2024-08-03T03:45:04.029Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2438 | 2024-08-03T03:45:05.892Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2439 | 2024-08-03T03:45:07.841Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2440 | 2024-08-03T03:45:35.972Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2441 | 2024-08-03T03:45:37.740Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2442 | 2024-08-03T03:45:43.173Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2443 | 2024-08-03T03:45:45.725Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2444 | 2024-08-03T03:45:50.833Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2445 | 2024-08-03T03:45:56.318Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2446 | 2024-08-03T03:45:59.544Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2447 | 2024-08-03T03:45:59.916Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2448 | 2024-08-03T03:46:03.159Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2449 | 2024-08-03T03:46:09.391Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2450 | 2024-08-03T03:46:10.644Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2451 | 2024-08-03T03:46:10.666Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2452 | 2024-08-03T03:46:13.738Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2453 | 2024-08-03T03:46:14.885Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2454 | 2024-08-03T03:46:18.514Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2455 | 2024-08-03T03:46:26.986Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2456 | 2024-08-03T03:46:28.114Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2457 | 2024-08-03T03:46:28.493Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2458 | 2024-08-03T03:46:32.841Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2459 | 2024-08-03T03:46:33.952Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2460 | 2024-08-03T03:46:36.638Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2461 | 2024-08-03T03:46:41.414Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2462 | 2024-08-03T03:46:50.054Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2463 | 2024-08-03T03:46:51.334Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2464 | 2024-08-03T03:46:52.448Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2465 | 2024-08-03T03:46:54.741Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2466 | 2024-08-03T03:46:56.775Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2467 | 2024-08-03T03:46:58.414Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2468 | 2024-08-03T03:47:03.406Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2469 | 2024-08-03T03:47:05.206Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2470 | 2024-08-03T03:47:06.793Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2471 | 2024-08-03T03:47:09.155Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2472 | 2024-08-03T03:47:10.814Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2473 | 2024-08-03T03:47:14.773Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2474 | 2024-08-03T03:47:14.837Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2475 | 2024-08-03T03:47:20.874Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2476 | 2024-08-03T03:47:28.563Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2477 | 2024-08-03T03:47:29.365Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2478 | 2024-08-03T03:47:30.242Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2479 | 2024-08-03T03:47:31.028Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2480 | 2024-08-03T03:47:33.863Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2481 | 2024-08-03T03:47:35.556Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2482 | 2024-08-03T03:47:39.030Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2483 | 2024-08-03T03:47:43.760Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2484 | 2024-08-03T03:47:43.998Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2485 | 2024-08-03T03:47:45.695Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2486 | 2024-08-03T03:47:47.721Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2487 | 2024-08-03T03:47:48.780Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2488 | 2024-08-03T03:47:54.346Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2489 | 2024-08-03T03:47:54.779Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2490 | 2024-08-03T03:47:56.313Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2491 | 2024-08-03T03:47:56.726Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2492 | 2024-08-03T03:48:00.266Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2493 | 2024-08-03T03:48:02.038Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2494 | 2024-08-03T03:48:02.569Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2495 | 2024-08-03T03:48:03.913Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2496 | 2024-08-03T03:48:07.240Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2497 | 2024-08-03T03:48:09.774Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2498 | 2024-08-03T03:48:10.576Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2499 | 2024-08-03T03:48:10.930Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2500 | 2024-08-03T03:48:12.035Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2501 | 2024-08-03T03:48:12.887Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2502 | 2024-08-03T03:48:12.906Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2503 | 2024-08-03T03:48:13.734Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2504 | 2024-08-03T03:48:14.801Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2505 | 2024-08-03T03:48:14.837Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2506 | 2024-08-03T03:48:45.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 16s |
2507 | 2024-08-03T03:48:45.531Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 110 other files |
2508 | 2024-08-03T03:48:45.584Z | |
2509 | 2024-08-03T03:48:45.587Z | real 6:16.673249699 |
2510 | 2024-08-03T03:48:45.587Z | user 19:25.245836119 |
2511 | 2024-08-03T03:48:45.587Z | sys 27:05.758973241 |
2512 | 2024-08-03T03:48:45.587Z | trap 0.313269844 |
2513 | 2024-08-03T03:48:45.587Z | tflt 0.183277022 |
2514 | 2024-08-03T03:48:45.587Z | dflt 0.135004993 |
2515 | 2024-08-03T03:48:45.587Z | kflt 0.000028835 |
2516 | 2024-08-03T03:48:45.587Z | lock 1:01:45.228688648 |
2517 | 2024-08-03T03:48:45.587Z | slp 1:46:15.226216707 |
2518 | 2024-08-03T03:48:45.587Z | lat 59.055001845 |
2519 | 2024-08-03T03:48:45.587Z | stop 49.678253873 |
2520 | 2024-08-03T03:48:45.587Z | process exited: duration 1020260 ms, exit code 0 |
|
2521 | 2024-08-03T03:48:45.594Z | found 0 output files |