|
|
|
1 | 2024-07-10T23:11:43.589Z | job assigned to worker 01J2FEMEY724QPTC8862Z1GE5S (queued for 34 s) |
|
2 | 2024-07-10T23:11:44.029Z | starting task 0: "setup" |
3 | 2024-07-10T23:11:44.053Z | ++ uname -s |
4 | 2024-07-10T23:11:44.053Z | + kern=SunOS |
5 | 2024-07-10T23:11:44.054Z | + case "$kern" in |
6 | 2024-07-10T23:11:44.054Z | + groupadd -g 12345 build |
7 | 2024-07-10T23:11:44.054Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-10T23:11:46.062Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-10T23:11:46.112Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-10T23:11:46.136Z | + home_fs=zfs |
11 | 2024-07-10T23:11:46.136Z | + [[ zfs == autofs ]] |
12 | 2024-07-10T23:11:46.136Z | + mkdir -p /home/build |
13 | 2024-07-10T23:11:46.136Z | + chown build:build /home/build /work |
14 | 2024-07-10T23:11:48.120Z | + chmod 0700 /home/build /work |
15 | 2024-07-10T23:11:48.145Z | process exited: duration 4095 ms, exit code 0 |
|
16 | 2024-07-10T23:11:48.195Z | starting task 1: "rust-toolchain" |
17 | 2024-07-10T23:11:48.219Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-10T23:11:48.220Z | ' 1.78.0 |
19 | 2024-07-10T23:11:48.220Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-10T23:11:48.220Z | ' default |
21 | 2024-07-10T23:11:48.220Z | * toolchain channel = "1.78.0" |
22 | 2024-07-10T23:11:48.220Z | * toolchain profile = "default" |
23 | 2024-07-10T23:11:48.220Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-10T23:11:48.220Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-10T23:11:48.346Z | info: downloading installer |
26 | 2024-07-10T23:11:48.951Z | info: profile set to 'default' |
27 | 2024-07-10T23:11:48.951Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-10T23:11:48.975Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-10T23:11:49.055Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-10T23:11:49.055Z | info: downloading component 'cargo' |
31 | 2024-07-10T23:11:49.276Z | info: downloading component 'clippy' |
32 | 2024-07-10T23:11:49.359Z | info: downloading component 'rust-docs' |
33 | 2024-07-10T23:11:49.667Z | info: downloading component 'rust-std' |
34 | 2024-07-10T23:11:50.207Z | info: downloading component 'rustc' |
35 | 2024-07-10T23:11:51.180Z | info: downloading component 'rustfmt' |
36 | 2024-07-10T23:11:51.239Z | info: installing component 'cargo' |
37 | 2024-07-10T23:11:52.341Z | info: installing component 'clippy' |
38 | 2024-07-10T23:11:52.752Z | info: installing component 'rust-docs' |
39 | 2024-07-10T23:11:55.942Z | info: installing component 'rust-std' |
40 | 2024-07-10T23:11:57.898Z | info: installing component 'rustc' |
41 | 2024-07-10T23:12:03.069Z | info: installing component 'rustfmt' |
42 | 2024-07-10T23:12:03.454Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-10T23:12:03.454Z | |
44 | 2024-07-10T23:12:03.585Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-10T23:12:03.585Z | |
46 | 2024-07-10T23:12:03.585Z | |
47 | 2024-07-10T23:12:03.585Z | Rust is installed now. Great! |
48 | 2024-07-10T23:12:03.585Z | |
49 | 2024-07-10T23:12:03.585Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-10T23:12:03.585Z | environment variable. This has not been done automatically. |
51 | 2024-07-10T23:12:03.585Z | |
52 | 2024-07-10T23:12:03.585Z | To configure your current shell, you need to source |
53 | 2024-07-10T23:12:03.585Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-10T23:12:03.585Z | |
55 | 2024-07-10T23:12:03.609Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-10T23:12:03.610Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-10T23:12:03.610Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-10T23:12:03.678Z | + rustc --version |
59 | 2024-07-10T23:12:03.850Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-10T23:12:03.874Z | process exited: duration 15659 ms, exit code 0 |
|
61 | 2024-07-10T23:12:03.926Z | starting task 2: "authentication" |
62 | 2024-07-10T23:12:03.983Z | process exited: duration 60 ms, exit code 0 |
|
63 | 2024-07-10T23:12:04.032Z | starting task 3: "clone repository" |
64 | 2024-07-10T23:12:04.082Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-10T23:12:04.082Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-10T23:12:04.082Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-10T23:12:09.897Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-10T23:12:09.897Z | + git fetch origin 315f2e4ee5cde88b3c832862963468b0c9e7317e |
69 | 2024-07-10T23:12:10.277Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-10T23:12:10.277Z | * branch 315f2e4ee5cde88b3c832862963468b0c9e7317e -> FETCH_HEAD |
71 | 2024-07-10T23:12:10.301Z | + [[ -n move-bfd-timeseries-to-toml ]] |
72 | 2024-07-10T23:12:10.301Z | ++ git branch --show-current |
73 | 2024-07-10T23:12:10.301Z | + current=main |
74 | 2024-07-10T23:12:10.301Z | + [[ main != move-bfd-timeseries-to-toml ]] |
75 | 2024-07-10T23:12:10.301Z | + git branch -f move-bfd-timeseries-to-toml 315f2e4ee5cde88b3c832862963468b0c9e7317e |
76 | 2024-07-10T23:12:10.325Z | + git checkout -f move-bfd-timeseries-to-toml |
77 | 2024-07-10T23:12:10.489Z | Switched to branch 'move-bfd-timeseries-to-toml' |
78 | 2024-07-10T23:12:10.513Z | + git reset --hard 315f2e4ee5cde88b3c832862963468b0c9e7317e |
79 | 2024-07-10T23:12:10.513Z | HEAD is now at 315f2e4ee Move BFD session timeseries to TOML |
80 | 2024-07-10T23:12:10.537Z | process exited: duration 6480 ms, exit code 0 |
|
81 | 2024-07-10T23:12:10.584Z | starting task 4: "build" |
82 | 2024-07-10T23:12:10.608Z | + cargo --version |
83 | 2024-07-10T23:12:10.693Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-10T23:12:10.717Z | + rustc --version |
85 | 2024-07-10T23:12:10.803Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-10T23:12:10.827Z | + source ./env.sh |
87 | 2024-07-10T23:12:10.827Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-10T23:12:10.827Z | ++ set -o xtrace |
89 | 2024-07-10T23:12:10.827Z | ++++ dirname ./env.sh |
90 | 2024-07-10T23:12:10.827Z | +++ readlink -f . |
91 | 2024-07-10T23:12:10.828Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-10T23:12:10.828Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-07-10T23:12:10.828Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-07-10T23:12:10.828Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-07-10T23:12:10.828Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-07-10T23:12:10.828Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-07-10T23:12:10.828Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-07-10T23:12:10.828Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-07-10T23:12:10.828Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-07-10T23:12:10.828Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-10T23:12:10.828Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-10T23:12:10.828Z | + banner prerequisites |
103 | 2024-07-10T23:12:10.828Z | |
104 | 2024-07-10T23:12:10.828Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-07-10T23:12:10.828Z | # # # # # # # # # # # # # # # |
106 | 2024-07-10T23:12:10.828Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-07-10T23:12:10.828Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-07-10T23:12:10.828Z | # # # # # # # # # # # # # # # |
109 | 2024-07-10T23:12:10.828Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-07-10T23:12:10.828Z | |
111 | 2024-07-10T23:12:10.828Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-07-10T23:12:17.825Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-07-10T23:12:20.374Z | Startup: Caching catalogs ... Done |
114 | 2024-07-10T23:12:24.187Z | Planning: Solver setup ... Done (3.036s) |
115 | 2024-07-10T23:12:24.267Z | Planning: Running solver ... Done (0.070s) |
116 | 2024-07-10T23:12:24.297Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-07-10T23:12:24.379Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-07-10T23:12:24.745Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-07-10T23:12:24.807Z | Planning: Package planning ... Done (0.063s) |
120 | 2024-07-10T23:12:24.866Z | Planning: Merging actions ... Done (0.058s) |
121 | 2024-07-10T23:12:25.217Z | Planning: Checking for conflicting actions ... Done (0.352s) |
122 | 2024-07-10T23:12:25.241Z | Planning: Consolidating action changes ... Done (0.018s) |
123 | 2024-07-10T23:12:25.913Z | Planning: Evaluating mediators ... Done (0.671s) |
124 | 2024-07-10T23:12:25.940Z | Planning: Planning completed in 5.48 seconds |
125 | 2024-07-10T23:12:25.940Z | Packages to install: 4 |
126 | 2024-07-10T23:12:25.940Z | Mediators to change: 2 |
127 | 2024-07-10T23:12:25.941Z | Services to change: 1 |
128 | 2024-07-10T23:12:25.941Z | Estimated space available: 148.89 GB |
129 | 2024-07-10T23:12:25.941Z | Estimated space to be consumed: 1.46 GB |
130 | 2024-07-10T23:12:25.941Z | Create boot environment: No |
131 | 2024-07-10T23:12:25.941Z | Create backup boot environment: No |
132 | 2024-07-10T23:12:25.941Z | Rebuild boot archive: No |
133 | 2024-07-10T23:12:25.941Z | |
134 | 2024-07-10T23:12:25.941Z | Changed mediators: |
135 | 2024-07-10T23:12:25.941Z | mediator clang: |
136 | 2024-07-10T23:12:25.942Z | version: None -> 15 (system default) |
137 | 2024-07-10T23:12:25.942Z | |
138 | 2024-07-10T23:12:25.942Z | mediator llvm: |
139 | 2024-07-10T23:12:25.942Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-07-10T23:12:25.942Z | |
141 | 2024-07-10T23:12:25.943Z | Changed packages: |
142 | 2024-07-10T23:12:25.943Z | helios-dev |
143 | 2024-07-10T23:12:25.943Z | developer/build-essential |
144 | 2024-07-10T23:12:25.943Z | None -> 11-2.0 |
145 | 2024-07-10T23:12:25.943Z | library/libxmlsec1 |
146 | 2024-07-10T23:12:25.943Z | None -> 1.2.35-2.0 |
147 | 2024-07-10T23:12:25.943Z | ooce/developer/clang-15 |
148 | 2024-07-10T23:12:25.943Z | None -> 15.0.7-2.0 |
149 | 2024-07-10T23:12:25.944Z | ooce/developer/llvm-15 |
150 | 2024-07-10T23:12:25.944Z | None -> 15.0.7-2.0 |
151 | 2024-07-10T23:12:25.944Z | |
152 | 2024-07-10T23:12:25.945Z | Services: |
153 | 2024-07-10T23:12:25.945Z | restart_fmri: |
154 | 2024-07-10T23:12:25.945Z | svc:/system/update-man-index:default |
155 | 2024-07-10T23:12:25.991Z | |
156 | 2024-07-10T23:12:25.991Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-07-10T23:12:30.989Z | Download: 1194/3290 items 48.6/212.6MB 22% complete (9.7M/s) |
158 | 2024-07-10T23:12:36.040Z | Download: 1201/3290 items 83.7/212.6MB 39% complete (8.5M/s) |
159 | 2024-07-10T23:12:41.042Z | Download: 2993/3290 items 121.3/212.6MB 57% complete (7.3M/s) |
160 | 2024-07-10T23:12:45.513Z | Download: Completed 212.60 MB in 19.53 seconds (10.9M/s) |
161 | 2024-07-10T23:12:45.676Z | Actions: 1/3689 actions (Installing new actions) |
162 | 2024-07-10T23:12:50.847Z | Actions: 3231/3689 actions (Installing new actions) |
163 | 2024-07-10T23:12:51.535Z | Actions: Completed 3689 actions in 5.86 seconds. |
164 | 2024-07-10T23:12:51.882Z | Done (0.342s) |
165 | 2024-07-10T23:12:51.882Z | Done (0.000s) |
166 | 2024-07-10T23:12:52.289Z | Done (0.406s) |
167 | 2024-07-10T23:12:57.950Z | Done (5.525s) |
168 | 2024-07-10T23:12:58.051Z | Done (0.018s) |
169 | 2024-07-10T23:12:58.074Z | Done (0.000s) |
170 | 2024-07-10T23:12:58.216Z | Done (0.000s) |
171 | 2024-07-10T23:12:58.938Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-07-10T23:12:59.221Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-07-10T23:12:59.245Z | Planning: Consolidating action changes ... Done |
174 | 2024-07-10T23:12:59.605Z | Planning: Evaluating mediators ... Done |
175 | 2024-07-10T23:12:59.631Z | Planning: Planning completed in 0.67 seconds |
176 | 2024-07-10T23:12:59.655Z | Mediators to change: 2 |
177 | 2024-07-10T23:12:59.655Z | Create boot environment: No |
178 | 2024-07-10T23:12:59.655Z | Create backup boot environment: No |
179 | 2024-07-10T23:12:59.710Z | Done |
180 | 2024-07-10T23:12:59.710Z | Done |
181 | 2024-07-10T23:13:00.017Z | Done |
182 | 2024-07-10T23:13:04.815Z | Done |
183 | 2024-07-10T23:13:04.908Z | Done |
184 | 2024-07-10T23:13:04.908Z | Done |
185 | 2024-07-10T23:13:04.961Z | Done |
186 | 2024-07-10T23:13:05.712Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-07-10T23:13:05.737Z | Planning: Merging actions ... Done |
188 | 2024-07-10T23:13:05.951Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-07-10T23:13:05.975Z | Planning: Consolidating action changes ... Done |
190 | 2024-07-10T23:13:06.279Z | Planning: Evaluating mediators ... Done |
191 | 2024-07-10T23:13:06.346Z | Planning: Planning completed in 0.93 seconds |
192 | 2024-07-10T23:13:06.388Z | Packages to change: 1 |
193 | 2024-07-10T23:13:06.388Z | Mediators to change: 1 |
194 | 2024-07-10T23:13:06.388Z | Services to change: 1 |
195 | 2024-07-10T23:13:06.388Z | Create boot environment: No |
196 | 2024-07-10T23:13:06.388Z | Create backup boot environment: Yes |
197 | 2024-07-10T23:13:07.943Z | Actions: 1/6 actions (Updating modified actions) |
198 | 2024-07-10T23:13:07.967Z | Actions: Completed 6 actions in 0.00 seconds. |
199 | 2024-07-10T23:13:07.967Z | Done |
200 | 2024-07-10T23:13:07.967Z | Done |
201 | 2024-07-10T23:13:08.029Z | Done |
202 | 2024-07-10T23:13:12.590Z | Done |
203 | 2024-07-10T23:13:12.689Z | Done |
204 | 2024-07-10T23:13:12.713Z | Done |
205 | 2024-07-10T23:13:12.769Z | Done |
206 | 2024-07-10T23:13:13.323Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
207 | 2024-07-10T23:13:13.323Z | clang system 15 system |
208 | 2024-07-10T23:13:13.323Z | csh system system illumos |
209 | 2024-07-10T23:13:13.323Z | ctags system system illumos |
210 | 2024-07-10T23:13:13.323Z | gcc vendor 12 vendor |
211 | 2024-07-10T23:13:13.323Z | gcc system 10 system |
212 | 2024-07-10T23:13:13.323Z | gcc system 7 system |
213 | 2024-07-10T23:13:13.323Z | go system 1.20 system |
214 | 2024-07-10T23:13:13.323Z | go system 1.19 system |
215 | 2024-07-10T23:13:13.323Z | llvm system 15 system |
216 | 2024-07-10T23:13:13.323Z | llvm system 14 system |
217 | 2024-07-10T23:13:13.323Z | mariadb system 10.6 system |
218 | 2024-07-10T23:13:13.323Z | mta vendor vendor dma |
219 | 2024-07-10T23:13:13.324Z | openjdk system 17 system |
220 | 2024-07-10T23:13:13.324Z | openjdk system 11 system |
221 | 2024-07-10T23:13:13.324Z | openjdk system 1.8 system |
222 | 2024-07-10T23:13:13.324Z | openssl vendor 3 vendor |
223 | 2024-07-10T23:13:13.324Z | perl system 5.36 system |
224 | 2024-07-10T23:13:13.324Z | postgresql system 15 system |
225 | 2024-07-10T23:13:13.324Z | postgresql system 13 system |
226 | 2024-07-10T23:13:13.324Z | python vendor 3 vendor |
227 | 2024-07-10T23:13:13.324Z | python system 2 system |
228 | 2024-07-10T23:13:13.324Z | python3 system 3.11 system |
229 | 2024-07-10T23:13:13.324Z | ruby system 3.0 system |
230 | 2024-07-10T23:13:13.324Z | words vendor vendor american-english |
231 | 2024-07-10T23:13:13.324Z | words system system australian-english |
232 | 2024-07-10T23:13:13.324Z | words system system british-english |
233 | 2024-07-10T23:13:13.324Z | words system system canadian-english |
234 | 2024-07-10T23:13:13.324Z | words system system french |
235 | 2024-07-10T23:13:13.324Z | words system system italian |
236 | 2024-07-10T23:13:13.324Z | words system system ngerman |
237 | 2024-07-10T23:13:13.324Z | words system system ogerman |
238 | 2024-07-10T23:13:13.324Z | words system system spanish |
239 | 2024-07-10T23:13:13.751Z | PUBLISHER TYPE STATUS P LOCATION |
240 | 2024-07-10T23:13:13.751Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
241 | 2024-07-10T23:13:15.687Z | FMRI IFO |
242 | 2024-07-10T23:13:15.687Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
243 | 2024-07-10T23:13:15.687Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
244 | 2024-07-10T23:13:15.687Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
245 | 2024-07-10T23:13:15.687Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
246 | 2024-07-10T23:13:15.687Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
247 | 2024-07-10T23:13:15.687Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
248 | 2024-07-10T23:13:15.687Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
249 | 2024-07-10T23:13:15.687Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
250 | 2024-07-10T23:13:15.687Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
251 | 2024-07-10T23:13:15.687Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
252 | 2024-07-10T23:13:15.687Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
253 | 2024-07-10T23:13:15.687Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
254 | 2024-07-10T23:13:16.269Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
255 | 2024-07-10T23:13:16.713Z | Updating git repository `https://github.com/oxidecomputer/zone` |
256 | 2024-07-10T23:13:17.098Z | Updating crates.io index |
257 | 2024-07-10T23:13:17.122Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
258 | 2024-07-10T23:13:22.966Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
259 | 2024-07-10T23:13:23.817Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
260 | 2024-07-10T23:13:24.178Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
261 | 2024-07-10T23:13:26.181Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
262 | 2024-07-10T23:13:26.508Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
263 | 2024-07-10T23:13:26.859Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
264 | 2024-07-10T23:13:28.025Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
265 | 2024-07-10T23:13:29.988Z | Updating git repository `https://github.com/oxidecomputer/opte` |
266 | 2024-07-10T23:13:31.028Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
267 | 2024-07-10T23:13:31.786Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
268 | 2024-07-10T23:13:33.471Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
269 | 2024-07-10T23:13:33.494Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
270 | 2024-07-10T23:13:33.495Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
271 | 2024-07-10T23:13:33.660Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
272 | 2024-07-10T23:13:34.014Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
273 | 2024-07-10T23:13:34.428Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
274 | 2024-07-10T23:13:34.787Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
275 | 2024-07-10T23:13:35.115Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
276 | 2024-07-10T23:13:35.540Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
277 | 2024-07-10T23:13:35.939Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
278 | 2024-07-10T23:13:36.350Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
279 | 2024-07-10T23:13:36.862Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
280 | 2024-07-10T23:13:38.300Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
281 | 2024-07-10T23:13:38.672Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
282 | 2024-07-10T23:13:39.052Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
283 | 2024-07-10T23:13:39.590Z | Updating git repository `https://github.com/oxidecomputer/typify` |
284 | 2024-07-10T23:13:41.660Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
285 | 2024-07-10T23:13:42.333Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
286 | 2024-07-10T23:13:42.727Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
287 | 2024-07-10T23:13:43.366Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
288 | 2024-07-10T23:13:44.580Z | Downloading crates ... |
289 | 2024-07-10T23:13:44.666Z | Downloaded num_threads v0.1.7 |
290 | 2024-07-10T23:13:44.691Z | Downloaded openssl-probe v0.1.5 |
291 | 2024-07-10T23:13:44.692Z | Downloaded is_terminal_polyfill v1.70.0 |
292 | 2024-07-10T23:13:44.692Z | Downloaded mime v0.3.17 |
293 | 2024-07-10T23:13:44.692Z | Downloaded heck v0.5.0 |
294 | 2024-07-10T23:13:44.692Z | Downloaded memmap v0.7.0 |
295 | 2024-07-10T23:13:44.692Z | Downloaded pest_meta v2.7.10 |
296 | 2024-07-10T23:13:44.692Z | Downloaded papergrid v0.11.0 |
297 | 2024-07-10T23:13:44.718Z | Downloaded log v0.4.21 |
298 | 2024-07-10T23:13:44.718Z | Downloaded tower-service v0.3.2 |
299 | 2024-07-10T23:13:44.718Z | Downloaded signal-hook-registry v1.4.2 |
300 | 2024-07-10T23:13:44.718Z | Downloaded try-lock v0.2.5 |
301 | 2024-07-10T23:13:44.718Z | Downloaded strum v0.26.2 |
302 | 2024-07-10T23:13:44.743Z | Downloaded swrite v0.1.0 |
303 | 2024-07-10T23:13:44.743Z | Downloaded h2 v0.3.26 |
304 | 2024-07-10T23:13:44.743Z | Downloaded openssl-sys v0.9.102 |
305 | 2024-07-10T23:13:44.743Z | Downloaded time-core v0.1.2 |
306 | 2024-07-10T23:13:44.743Z | Downloaded want v0.3.1 |
307 | 2024-07-10T23:13:44.743Z | Downloaded slog-json v2.6.1 |
308 | 2024-07-10T23:13:44.768Z | Downloaded version_check v0.9.4 |
309 | 2024-07-10T23:13:44.768Z | Downloaded quote v1.0.36 |
310 | 2024-07-10T23:13:44.768Z | Downloaded encoding_rs v0.8.34 |
311 | 2024-07-10T23:13:44.795Z | Downloaded usdt-macro v0.5.0 |
312 | 2024-07-10T23:13:44.795Z | Downloaded utf8parse v0.2.1 |
313 | 2024-07-10T23:13:44.795Z | Downloaded toml_datetime v0.6.6 |
314 | 2024-07-10T23:13:44.795Z | Downloaded tokio-native-tls v0.3.1 |
315 | 2024-07-10T23:13:44.795Z | Downloaded tokio-macros v2.3.0 |
316 | 2024-07-10T23:13:44.795Z | Downloaded xattr v1.3.1 |
317 | 2024-07-10T23:13:44.795Z | Downloaded unicode-ident v1.0.12 |
318 | 2024-07-10T23:13:44.795Z | Downloaded ucd-trie v0.1.6 |
319 | 2024-07-10T23:13:44.795Z | Downloaded slog v2.7.0 |
320 | 2024-07-10T23:13:44.820Z | Downloaded typenum v1.17.0 |
321 | 2024-07-10T23:13:44.820Z | Downloaded zerocopy-derive v0.7.34 |
322 | 2024-07-10T23:13:44.820Z | Downloaded tracing-core v0.1.32 |
323 | 2024-07-10T23:13:44.820Z | Downloaded unicode-bidi v0.3.15 |
324 | 2024-07-10T23:13:44.820Z | Downloaded url v2.5.0 |
325 | 2024-07-10T23:13:44.820Z | Downloaded toml_edit v0.22.14 |
326 | 2024-07-10T23:13:44.846Z | Downloaded zerocopy v0.7.34 |
327 | 2024-07-10T23:13:44.870Z | Downloaded winnow v0.6.8 |
328 | 2024-07-10T23:13:44.895Z | Downloaded tabled v0.15.0 |
329 | 2024-07-10T23:13:44.920Z | Downloaded unicode-width v0.1.13 |
330 | 2024-07-10T23:13:44.920Z | Downloaded syn v2.0.68 |
331 | 2024-07-10T23:13:44.920Z | Downloaded tokio v1.38.0 |
332 | 2024-07-10T23:13:44.960Z | Downloaded syn v1.0.109 |
333 | 2024-07-10T23:13:44.984Z | Downloaded rustix v0.38.34 |
334 | 2024-07-10T23:13:45.009Z | Downloaded vcpkg v0.2.15 |
335 | 2024-07-10T23:13:45.041Z | Downloaded unicode-normalization v0.1.23 |
336 | 2024-07-10T23:13:45.066Z | Downloaded time v0.3.36 |
337 | 2024-07-10T23:13:45.066Z | Downloaded serde_json v1.0.120 |
338 | 2024-07-10T23:13:45.066Z | Downloaded reqwest v0.11.27 |
339 | 2024-07-10T23:13:45.091Z | Downloaded tokio-util v0.7.11 |
340 | 2024-07-10T23:13:45.091Z | Downloaded tracing v0.1.40 |
341 | 2024-07-10T23:13:45.091Z | Downloaded serde v1.0.204 |
342 | 2024-07-10T23:13:45.091Z | Downloaded tinyvec v1.6.0 |
343 | 2024-07-10T23:13:45.091Z | Downloaded tar v0.4.40 |
344 | 2024-07-10T23:13:45.091Z | Downloaded toml v0.8.14 |
345 | 2024-07-10T23:13:45.116Z | Downloaded ryu v1.0.18 |
346 | 2024-07-10T23:13:45.116Z | Downloaded socket2 v0.5.7 |
347 | 2024-07-10T23:13:45.116Z | Downloaded proc-macro2 v1.0.86 |
348 | 2024-07-10T23:13:45.116Z | Downloaded time-macros v0.2.18 |
349 | 2024-07-10T23:13:45.116Z | Downloaded thread_local v1.1.8 |
350 | 2024-07-10T23:13:45.116Z | Downloaded thiserror-impl v1.0.60 |
351 | 2024-07-10T23:13:45.116Z | Downloaded thiserror v1.0.60 |
352 | 2024-07-10T23:13:45.116Z | Downloaded terminal_size v0.3.0 |
353 | 2024-07-10T23:13:45.116Z | Downloaded term v0.7.0 |
354 | 2024-07-10T23:13:45.141Z | Downloaded tabled_derive v0.7.0 |
355 | 2024-07-10T23:13:45.141Z | Downloaded strum_macros v0.26.4 |
356 | 2024-07-10T23:13:45.141Z | Downloaded strsim v0.11.1 |
357 | 2024-07-10T23:13:45.141Z | Downloaded smallvec v1.13.2 |
358 | 2024-07-10T23:13:45.141Z | Downloaded sha2 v0.10.8 |
359 | 2024-07-10T23:13:45.141Z | Downloaded serde_derive v1.0.204 |
360 | 2024-07-10T23:13:45.141Z | Downloaded semver v1.0.23 |
361 | 2024-07-10T23:13:45.141Z | Downloaded usdt-impl v0.5.0 |
362 | 2024-07-10T23:13:45.141Z | Downloaded usdt v0.5.0 |
363 | 2024-07-10T23:13:45.141Z | Downloaded slog-term v2.9.1 |
364 | 2024-07-10T23:13:45.141Z | Downloaded scroll v0.12.0 |
365 | 2024-07-10T23:13:45.141Z | Downloaded proc-macro-error v1.0.4 |
366 | 2024-07-10T23:13:45.166Z | Downloaded serde_tokenstream v0.2.1 |
367 | 2024-07-10T23:13:45.166Z | Downloaded pin-project-lite v0.2.14 |
368 | 2024-07-10T23:13:45.166Z | Downloaded slab v0.4.9 |
369 | 2024-07-10T23:13:45.166Z | Downloaded rustversion v1.0.17 |
370 | 2024-07-10T23:13:45.166Z | Downloaded usdt-attr-macro v0.5.0 |
371 | 2024-07-10T23:13:45.166Z | Downloaded thread-id v4.2.1 |
372 | 2024-07-10T23:13:45.167Z | Downloaded sync_wrapper v0.1.2 |
373 | 2024-07-10T23:13:45.167Z | Downloaded slog-bunyan v2.5.0 |
374 | 2024-07-10T23:13:45.167Z | Downloaded slog-async v2.8.0 |
375 | 2024-07-10T23:13:45.167Z | Downloaded serde_spanned v0.6.6 |
376 | 2024-07-10T23:13:45.167Z | Downloaded scopeguard v1.2.0 |
377 | 2024-07-10T23:13:45.167Z | Downloaded libc v0.2.155 |
378 | 2024-07-10T23:13:45.195Z | Downloaded openssl v0.10.64 |
379 | 2024-07-10T23:13:45.221Z | Downloaded memchr v2.7.2 |
380 | 2024-07-10T23:13:45.221Z | Downloaded idna v0.5.0 |
381 | 2024-07-10T23:13:45.221Z | Downloaded flate2 v1.0.30 |
382 | 2024-07-10T23:13:45.245Z | Downloaded cc v1.0.97 |
383 | 2024-07-10T23:13:45.246Z | Downloaded serde_urlencoded v0.7.1 |
384 | 2024-07-10T23:13:45.246Z | Downloaded scroll_derive v0.12.0 |
385 | 2024-07-10T23:13:45.246Z | Downloaded rustls-pemfile v1.0.4 |
386 | 2024-07-10T23:13:45.246Z | Downloaded proc-macro-error-attr v1.0.4 |
387 | 2024-07-10T23:13:45.246Z | Downloaded powerfmt v0.2.0 |
388 | 2024-07-10T23:13:45.246Z | Downloaded plain v0.2.3 |
389 | 2024-07-10T23:13:45.246Z | Downloaded pkg-config v0.3.30 |
390 | 2024-07-10T23:13:45.246Z | Downloaded pin-utils v0.1.0 |
391 | 2024-07-10T23:13:45.246Z | Downloaded pest_generator v2.7.10 |
392 | 2024-07-10T23:13:45.246Z | Downloaded pest_derive v2.7.10 |
393 | 2024-07-10T23:13:45.246Z | Downloaded pest v2.7.10 |
394 | 2024-07-10T23:13:45.246Z | Downloaded percent-encoding v2.3.1 |
395 | 2024-07-10T23:13:45.271Z | Downloaded parking_lot v0.12.2 |
396 | 2024-07-10T23:13:45.271Z | Downloaded once_cell v1.19.0 |
397 | 2024-07-10T23:13:45.271Z | Downloaded native-tls v0.2.11 |
398 | 2024-07-10T23:13:45.271Z | Downloaded miniz_oxide v0.7.2 |
399 | 2024-07-10T23:13:45.271Z | Downloaded indexmap v2.2.6 |
400 | 2024-07-10T23:13:45.271Z | Downloaded hyper v0.14.28 |
401 | 2024-07-10T23:13:45.271Z | Downloaded hashbrown v0.14.5 |
402 | 2024-07-10T23:13:45.296Z | Downloaded goblin v0.8.2 |
403 | 2024-07-10T23:13:45.296Z | Downloaded futures-util v0.3.30 |
404 | 2024-07-10T23:13:45.296Z | Downloaded fs-err v2.11.0 |
405 | 2024-07-10T23:13:45.321Z | Downloaded tinyvec_macros v0.1.1 |
406 | 2024-07-10T23:13:45.321Z | Downloaded take_mut v0.2.2 |
407 | 2024-07-10T23:13:45.321Z | Downloaded pretty-hex v0.4.1 |
408 | 2024-07-10T23:13:45.321Z | Downloaded openssl-macros v0.1.1 |
409 | 2024-07-10T23:13:45.321Z | Downloaded num_cpus v1.16.0 |
410 | 2024-07-10T23:13:45.321Z | Downloaded mio v0.8.11 |
411 | 2024-07-10T23:13:45.321Z | Downloaded macaddr v1.0.1 |
412 | 2024-07-10T23:13:45.321Z | Downloaded lock_api v0.4.12 |
413 | 2024-07-10T23:13:45.322Z | Downloaded itoa v1.0.11 |
414 | 2024-07-10T23:13:45.322Z | Downloaded is-terminal v0.4.12 |
415 | 2024-07-10T23:13:45.322Z | Downloaded hyper-tls v0.5.0 |
416 | 2024-07-10T23:13:45.322Z | Downloaded httpdate v1.0.3 |
417 | 2024-07-10T23:13:45.322Z | Downloaded http-body v0.4.6 |
418 | 2024-07-10T23:13:45.322Z | Downloaded http v0.2.12 |
419 | 2024-07-10T23:13:45.346Z | Downloaded hostname v0.3.1 |
420 | 2024-07-10T23:13:45.346Z | Downloaded heck v0.4.1 |
421 | 2024-07-10T23:13:45.346Z | Downloaded generic-array v0.14.7 |
422 | 2024-07-10T23:13:45.347Z | Downloaded futures-task v0.3.30 |
423 | 2024-07-10T23:13:45.347Z | Downloaded futures-macro v0.3.30 |
424 | 2024-07-10T23:13:45.347Z | Downloaded futures-channel v0.3.30 |
425 | 2024-07-10T23:13:45.347Z | Downloaded futures v0.3.30 |
426 | 2024-07-10T23:13:45.347Z | Downloaded errno v0.3.9 |
427 | 2024-07-10T23:13:45.347Z | Downloaded dof v0.3.0 |
428 | 2024-07-10T23:13:45.347Z | Downloaded deranged v0.3.11 |
429 | 2024-07-10T23:13:45.347Z | Downloaded crossbeam-utils v0.8.19 |
430 | 2024-07-10T23:13:45.347Z | Downloaded crossbeam-channel v0.5.12 |
431 | 2024-07-10T23:13:45.371Z | Downloaded clap_builder v4.5.2 |
432 | 2024-07-10T23:13:45.371Z | Downloaded base64 v0.21.7 |
433 | 2024-07-10T23:13:45.371Z | Downloaded futures-executor v0.3.30 |
434 | 2024-07-10T23:13:45.371Z | Downloaded dirs-next v2.0.0 |
435 | 2024-07-10T23:13:45.371Z | Downloaded bytes v1.6.0 |
436 | 2024-07-10T23:13:45.371Z | Downloaded parking_lot_core v0.9.10 |
437 | 2024-07-10T23:13:45.371Z | Downloaded clap v4.5.4 |
438 | 2024-07-10T23:13:45.396Z | Downloaded ipnet v2.9.0 |
439 | 2024-07-10T23:13:45.396Z | Downloaded httparse v1.8.0 |
440 | 2024-07-10T23:13:45.396Z | Downloaded form_urlencoded v1.2.1 |
441 | 2024-07-10T23:13:45.396Z | Downloaded foreign-types v0.3.2 |
442 | 2024-07-10T23:13:45.396Z | Downloaded digest v0.10.7 |
443 | 2024-07-10T23:13:45.396Z | Downloaded crypto-common v0.1.6 |
444 | 2024-07-10T23:13:45.396Z | Downloaded crc32fast v1.4.0 |
445 | 2024-07-10T23:13:45.396Z | Downloaded cargo_toml v0.20.3 |
446 | 2024-07-10T23:13:45.396Z | Downloaded bitflags v2.5.0 |
447 | 2024-07-10T23:13:45.421Z | Downloaded anyhow v1.0.86 |
448 | 2024-07-10T23:13:45.421Z | Downloaded anstream v0.6.14 |
449 | 2024-07-10T23:13:45.421Z | Downloaded futures-sink v0.3.30 |
450 | 2024-07-10T23:13:45.421Z | Downloaded futures-io v0.3.30 |
451 | 2024-07-10T23:13:45.421Z | Downloaded futures-core v0.3.30 |
452 | 2024-07-10T23:13:45.421Z | Downloaded fnv v1.0.7 |
453 | 2024-07-10T23:13:45.421Z | Downloaded filetime v0.2.23 |
454 | 2024-07-10T23:13:45.421Z | Downloaded equivalent v1.0.1 |
455 | 2024-07-10T23:13:45.421Z | Downloaded dirs-sys-next v0.1.2 |
456 | 2024-07-10T23:13:45.421Z | Downloaded clap_lex v0.7.0 |
457 | 2024-07-10T23:13:45.421Z | Downloaded clap_derive v4.5.4 |
458 | 2024-07-10T23:13:45.421Z | Downloaded cargo-platform v0.1.8 |
459 | 2024-07-10T23:13:45.421Z | Downloaded camino v1.1.7 |
460 | 2024-07-10T23:13:45.421Z | Downloaded bytecount v0.6.8 |
461 | 2024-07-10T23:13:45.446Z | Downloaded autocfg v1.3.0 |
462 | 2024-07-10T23:13:45.446Z | Downloaded foreign-types-shared v0.1.1 |
463 | 2024-07-10T23:13:45.446Z | Downloaded dtrace-parser v0.2.0 |
464 | 2024-07-10T23:13:45.446Z | Downloaded adler v1.0.2 |
465 | 2024-07-10T23:13:45.446Z | Downloaded num-conv v0.1.0 |
466 | 2024-07-10T23:13:45.446Z | Downloaded match_cfg v0.1.0 |
467 | 2024-07-10T23:13:45.446Z | Downloaded cpufeatures v0.2.12 |
468 | 2024-07-10T23:13:45.446Z | Downloaded colorchoice v1.0.1 |
469 | 2024-07-10T23:13:45.446Z | Downloaded cfg-if v1.0.0 |
470 | 2024-07-10T23:13:45.446Z | Downloaded cargo_metadata v0.18.1 |
471 | 2024-07-10T23:13:45.446Z | Downloaded byteorder v1.5.0 |
472 | 2024-07-10T23:13:45.446Z | Downloaded block-buffer v0.10.4 |
473 | 2024-07-10T23:13:45.446Z | Downloaded anstyle-query v1.0.3 |
474 | 2024-07-10T23:13:45.446Z | Downloaded anstyle-parse v0.2.4 |
475 | 2024-07-10T23:13:45.446Z | Downloaded anstyle v1.0.7 |
476 | 2024-07-10T23:13:45.590Z | Compiling proc-macro2 v1.0.86 |
477 | 2024-07-10T23:13:45.590Z | Compiling unicode-ident v1.0.12 |
478 | 2024-07-10T23:13:45.590Z | Compiling libc v0.2.155 |
479 | 2024-07-10T23:13:45.590Z | Compiling version_check v0.9.4 |
480 | 2024-07-10T23:13:45.615Z | Compiling cfg-if v1.0.0 |
481 | 2024-07-10T23:13:45.615Z | Compiling itoa v1.0.11 |
482 | 2024-07-10T23:13:45.615Z | Compiling once_cell v1.19.0 |
483 | 2024-07-10T23:13:45.615Z | Compiling serde v1.0.204 |
484 | 2024-07-10T23:13:45.844Z | Compiling autocfg v1.3.0 |
485 | 2024-07-10T23:13:45.869Z | Compiling memchr v2.7.2 |
486 | 2024-07-10T23:13:45.902Z | Compiling thiserror v1.0.60 |
487 | 2024-07-10T23:13:46.122Z | Compiling ryu v1.0.18 |
488 | 2024-07-10T23:13:46.389Z | Compiling pin-project-lite v0.2.14 |
489 | 2024-07-10T23:13:46.417Z | Compiling bitflags v2.5.0 |
490 | 2024-07-10T23:13:46.507Z | Compiling vcpkg v0.2.15 |
491 | 2024-07-10T23:13:46.562Z | Compiling cc v1.0.97 |
492 | 2024-07-10T23:13:46.618Z | Compiling pkg-config v0.3.30 |
493 | 2024-07-10T23:13:46.752Z | Compiling lock_api v0.4.12 |
494 | 2024-07-10T23:13:46.833Z | Compiling parking_lot_core v0.9.10 |
495 | 2024-07-10T23:13:47.014Z | Compiling ucd-trie v0.1.6 |
496 | 2024-07-10T23:13:47.276Z | Compiling quote v1.0.36 |
497 | 2024-07-10T23:13:47.607Z | Compiling syn v2.0.68 |
498 | 2024-07-10T23:13:47.638Z | Compiling slab v0.4.9 |
499 | 2024-07-10T23:13:47.766Z | Compiling futures-core v0.3.30 |
500 | 2024-07-10T23:13:48.049Z | Compiling smallvec v1.13.2 |
501 | 2024-07-10T23:13:48.073Z | Compiling futures-sink v0.3.30 |
502 | 2024-07-10T23:13:48.216Z | Compiling bytes v1.6.0 |
503 | 2024-07-10T23:13:48.241Z | Compiling scopeguard v1.2.0 |
504 | 2024-07-10T23:13:48.509Z | Compiling byteorder v1.5.0 |
505 | 2024-07-10T23:13:48.664Z | Compiling hashbrown v0.14.5 |
506 | 2024-07-10T23:13:48.754Z | Compiling log v0.4.21 |
507 | 2024-07-10T23:13:48.779Z | Compiling serde_json v1.0.120 |
508 | 2024-07-10T23:13:48.928Z | Compiling equivalent v1.0.1 |
509 | 2024-07-10T23:13:49.052Z | Compiling fnv v1.0.7 |
510 | 2024-07-10T23:13:49.134Z | Compiling parking_lot v0.12.2 |
511 | 2024-07-10T23:13:49.192Z | Compiling futures-channel v0.3.30 |
512 | 2024-07-10T23:13:49.217Z | Compiling signal-hook-registry v1.4.2 |
513 | 2024-07-10T23:13:49.346Z | Compiling num_cpus v1.16.0 |
514 | 2024-07-10T23:13:49.457Z | Compiling mio v0.8.11 |
515 | 2024-07-10T23:13:49.484Z | Compiling socket2 v0.5.7 |
516 | 2024-07-10T23:13:49.621Z | Compiling futures-io v0.3.30 |
517 | 2024-07-10T23:13:49.928Z | Compiling indexmap v2.2.6 |
518 | 2024-07-10T23:13:49.989Z | Compiling rustix v0.38.34 |
519 | 2024-07-10T23:13:50.019Z | Compiling pin-utils v0.1.0 |
520 | 2024-07-10T23:13:50.050Z | Compiling openssl-sys v0.9.102 |
521 | 2024-07-10T23:13:50.124Z | Compiling typenum v1.17.0 |
522 | 2024-07-10T23:13:50.244Z | Compiling futures-task v0.3.30 |
523 | 2024-07-10T23:13:50.555Z | Compiling errno v0.3.9 |
524 | 2024-07-10T23:13:50.653Z | Compiling generic-array v0.14.7 |
525 | 2024-07-10T23:13:50.785Z | Compiling foreign-types-shared v0.1.1 |
526 | 2024-07-10T23:13:50.816Z | Compiling slog v2.7.0 |
527 | 2024-07-10T23:13:50.897Z | Compiling openssl v0.10.64 |
528 | 2024-07-10T23:13:51.079Z | Compiling foreign-types v0.3.2 |
529 | 2024-07-10T23:13:51.194Z | Compiling http v0.2.12 |
530 | 2024-07-10T23:13:51.349Z | Compiling usdt-impl v0.5.0 |
531 | 2024-07-10T23:13:51.381Z | Compiling proc-macro-error-attr v1.0.4 |
532 | 2024-07-10T23:13:51.669Z | Compiling tracing-core v0.1.32 |
533 | 2024-07-10T23:13:51.694Z | Compiling powerfmt v0.2.0 |
534 | 2024-07-10T23:13:51.907Z | Compiling httparse v1.8.0 |
535 | 2024-07-10T23:13:52.113Z | Compiling syn v1.0.109 |
536 | 2024-07-10T23:13:52.328Z | Compiling num-conv v0.1.0 |
537 | 2024-07-10T23:13:52.450Z | Compiling native-tls v0.2.11 |
538 | 2024-07-10T23:13:52.611Z | Compiling time-core v0.1.2 |
539 | 2024-07-10T23:13:52.636Z | Compiling tinyvec_macros v0.1.1 |
540 | 2024-07-10T23:13:52.830Z | Compiling time-macros v0.2.18 |
541 | 2024-07-10T23:13:52.855Z | Compiling tinyvec v1.6.0 |
542 | 2024-07-10T23:13:52.917Z | Compiling tracing v0.1.40 |
543 | 2024-07-10T23:13:53.154Z | Compiling deranged v0.3.11 |
544 | 2024-07-10T23:13:53.391Z | Compiling thread-id v4.2.1 |
545 | 2024-07-10T23:13:53.785Z | Compiling proc-macro-error v1.0.4 |
546 | 2024-07-10T23:13:53.891Z | Compiling utf8parse v0.2.1 |
547 | 2024-07-10T23:13:54.050Z | Compiling try-lock v0.2.5 |
548 | 2024-07-10T23:13:54.081Z | Compiling rustversion v1.0.17 |
549 | 2024-07-10T23:13:54.173Z | Compiling openssl-probe v0.1.5 |
550 | 2024-07-10T23:13:54.197Z | Compiling plain v0.2.3 |
551 | 2024-07-10T23:13:54.198Z | Compiling heck v0.5.0 |
552 | 2024-07-10T23:13:54.367Z | Compiling percent-encoding v2.3.1 |
553 | 2024-07-10T23:13:54.517Z | Compiling crossbeam-utils v0.8.19 |
554 | 2024-07-10T23:13:54.550Z | Compiling num_threads v0.1.7 |
555 | 2024-07-10T23:13:54.688Z | Compiling form_urlencoded v1.2.1 |
556 | 2024-07-10T23:13:54.715Z | Compiling want v0.3.1 |
557 | 2024-07-10T23:13:54.774Z | Compiling unicode-normalization v0.1.23 |
558 | 2024-07-10T23:13:54.864Z | Compiling anstyle-parse v0.2.4 |
559 | 2024-07-10T23:13:55.094Z | Compiling http-body v0.4.6 |
560 | 2024-07-10T23:13:55.185Z | Compiling dirs-sys-next v0.1.2 |
561 | 2024-07-10T23:13:55.640Z | Compiling unicode-bidi v0.3.15 |
562 | 2024-07-10T23:13:55.668Z | Compiling winnow v0.6.8 |
563 | 2024-07-10T23:13:55.695Z | Compiling colorchoice v1.0.1 |
564 | 2024-07-10T23:13:55.818Z | Compiling anstyle-query v1.0.3 |
565 | 2024-07-10T23:13:55.845Z | Compiling httpdate v1.0.3 |
566 | 2024-07-10T23:13:55.874Z | Compiling pretty-hex v0.4.1 |
567 | 2024-07-10T23:13:55.899Z | Compiling time v0.3.36 |
568 | 2024-07-10T23:13:55.964Z | Compiling is_terminal_polyfill v1.70.0 |
569 | 2024-07-10T23:13:56.074Z | Compiling semver v1.0.23 |
570 | 2024-07-10T23:13:56.098Z | Compiling crc32fast v1.4.0 |
571 | 2024-07-10T23:13:56.266Z | Compiling anstyle v1.0.7 |
572 | 2024-07-10T23:13:56.488Z | Compiling camino v1.1.7 |
573 | 2024-07-10T23:13:56.514Z | Compiling tower-service v0.3.2 |
574 | 2024-07-10T23:13:56.651Z | Compiling anstream v0.6.14 |
575 | 2024-07-10T23:13:56.827Z | Compiling idna v0.5.0 |
576 | 2024-07-10T23:13:57.102Z | Compiling dirs-next v2.0.0 |
577 | 2024-07-10T23:13:58.039Z | Compiling block-buffer v0.10.4 |
578 | 2024-07-10T23:13:58.202Z | Compiling crypto-common v0.1.6 |
579 | 2024-07-10T23:13:58.270Z | Compiling terminal_size v0.3.0 |
580 | 2024-07-10T23:13:58.408Z | Compiling fs-err v2.11.0 |
581 | 2024-07-10T23:13:58.455Z | Compiling thread_local v1.1.8 |
582 | 2024-07-10T23:13:58.479Z | Compiling slog-async v2.8.0 |
583 | 2024-07-10T23:13:58.661Z | Compiling match_cfg v0.1.0 |
584 | 2024-07-10T23:13:58.685Z | Compiling anyhow v1.0.86 |
585 | 2024-07-10T23:13:58.759Z | Compiling base64 v0.21.7 |
586 | 2024-07-10T23:13:58.920Z | Compiling bytecount v0.6.8 |
587 | 2024-07-10T23:13:58.986Z | Compiling clap_lex v0.7.0 |
588 | 2024-07-10T23:13:59.049Z | Compiling unicode-width v0.1.13 |
589 | 2024-07-10T23:13:59.135Z | Compiling strsim v0.11.1 |
590 | 2024-07-10T23:13:59.187Z | Compiling adler v1.0.2 |
591 | 2024-07-10T23:13:59.259Z | Compiling heck v0.4.1 |
592 | 2024-07-10T23:13:59.397Z | Compiling miniz_oxide v0.7.2 |
593 | 2024-07-10T23:13:59.421Z | Compiling rustls-pemfile v1.0.4 |
594 | 2024-07-10T23:13:59.446Z | Compiling serde_derive v1.0.204 |
595 | 2024-07-10T23:13:59.491Z | Compiling thiserror-impl v1.0.60 |
596 | 2024-07-10T23:13:59.518Z | Compiling zerocopy-derive v0.7.34 |
597 | 2024-07-10T23:13:59.700Z | Compiling futures-macro v0.3.30 |
598 | 2024-07-10T23:13:59.820Z | Compiling tokio-macros v2.3.0 |
599 | 2024-07-10T23:13:59.985Z | Compiling openssl-macros v0.1.1 |
600 | 2024-07-10T23:14:00.600Z | Compiling scroll_derive v0.12.0 |
601 | 2024-07-10T23:14:00.850Z | Compiling tabled_derive v0.7.0 |
602 | 2024-07-10T23:14:01.356Z | Compiling tokio v1.38.0 |
603 | 2024-07-10T23:14:01.528Z | Compiling zerocopy v0.7.34 |
604 | 2024-07-10T23:14:01.552Z | Compiling futures-util v0.3.30 |
605 | 2024-07-10T23:14:01.860Z | Compiling scroll v0.12.0 |
606 | 2024-07-10T23:14:02.377Z | Compiling goblin v0.8.2 |
607 | 2024-07-10T23:14:02.461Z | Compiling pest v2.7.10 |
608 | 2024-07-10T23:14:02.928Z | Compiling clap_derive v4.5.4 |
609 | 2024-07-10T23:14:03.107Z | Compiling strum_macros v0.26.4 |
610 | 2024-07-10T23:14:05.032Z | Compiling pest_meta v2.7.10 |
611 | 2024-07-10T23:14:07.423Z | Compiling pest_generator v2.7.10 |
612 | 2024-07-10T23:14:08.586Z | Compiling tokio-util v0.7.11 |
613 | 2024-07-10T23:14:08.610Z | Compiling tokio-native-tls v0.3.1 |
614 | 2024-07-10T23:14:08.862Z | Compiling futures-executor v0.3.30 |
615 | 2024-07-10T23:14:09.259Z | Compiling clap_builder v4.5.2 |
616 | 2024-07-10T23:14:09.409Z | Compiling papergrid v0.11.0 |
617 | 2024-07-10T23:14:09.841Z | Compiling pest_derive v2.7.10 |
618 | 2024-07-10T23:14:09.917Z | Compiling h2 v0.3.26 |
619 | 2024-07-10T23:14:10.506Z | Compiling dtrace-parser v0.2.0 |
620 | 2024-07-10T23:14:12.470Z | Compiling serde_tokenstream v0.2.1 |
621 | 2024-07-10T23:14:12.777Z | Compiling serde_spanned v0.6.6 |
622 | 2024-07-10T23:14:12.995Z | Compiling toml_datetime v0.6.6 |
623 | 2024-07-10T23:14:13.069Z | Compiling serde_urlencoded v0.7.1 |
624 | 2024-07-10T23:14:13.364Z | Compiling toml_edit v0.22.14 |
625 | 2024-07-10T23:14:14.252Z | Compiling dof v0.3.0 |
626 | 2024-07-10T23:14:14.324Z | Compiling hyper v0.14.28 |
627 | 2024-07-10T23:14:15.153Z | Compiling slog-json v2.6.1 |
628 | 2024-07-10T23:14:15.198Z | Compiling cargo-platform v0.1.8 |
629 | 2024-07-10T23:14:15.584Z | Compiling hostname v0.3.1 |
630 | 2024-07-10T23:14:15.960Z | Compiling digest v0.10.7 |
631 | 2024-07-10T23:14:16.336Z | Compiling toml v0.8.14 |
632 | 2024-07-10T23:14:16.436Z | Compiling usdt-attr-macro v0.5.0 |
633 | 2024-07-10T23:14:16.651Z | Compiling usdt-macro v0.5.0 |
634 | 2024-07-10T23:14:16.893Z | Compiling crossbeam-channel v0.5.12 |
635 | 2024-07-10T23:14:17.294Z | Compiling url v2.5.0 |
636 | 2024-07-10T23:14:17.743Z | Compiling hyper-tls v0.5.0 |
637 | 2024-07-10T23:14:17.834Z | Compiling term v0.7.0 |
638 | 2024-07-10T23:14:17.973Z | Compiling xattr v1.3.1 |
639 | 2024-07-10T23:14:17.997Z | Compiling memmap v0.7.0 |
640 | 2024-07-10T23:14:18.067Z | Compiling filetime v0.2.23 |
641 | 2024-07-10T23:14:18.240Z | Compiling is-terminal v0.4.12 |
642 | 2024-07-10T23:14:18.267Z | Compiling encoding_rs v0.8.34 |
643 | 2024-07-10T23:14:18.352Z | Compiling mime v0.3.17 |
644 | 2024-07-10T23:14:18.381Z | Compiling take_mut v0.2.2 |
645 | 2024-07-10T23:14:18.406Z | Compiling sync_wrapper v0.1.2 |
646 | 2024-07-10T23:14:18.523Z | Compiling cpufeatures v0.2.12 |
647 | 2024-07-10T23:14:18.548Z | Compiling ipnet v2.9.0 |
648 | 2024-07-10T23:14:18.621Z | Compiling sha2 v0.10.8 |
649 | 2024-07-10T23:14:19.018Z | Compiling slog-term v2.9.1 |
650 | 2024-07-10T23:14:19.291Z | Compiling tar v0.4.40 |
651 | 2024-07-10T23:14:19.713Z | Compiling usdt v0.5.0 |
652 | 2024-07-10T23:14:19.988Z | Compiling flate2 v1.0.30 |
653 | 2024-07-10T23:14:20.082Z | Compiling cargo_toml v0.20.3 |
654 | 2024-07-10T23:14:20.175Z | Compiling slog-bunyan v2.5.0 |
655 | 2024-07-10T23:14:20.359Z | Compiling reqwest v0.11.27 |
656 | 2024-07-10T23:14:20.645Z | Compiling cargo_metadata v0.18.1 |
657 | 2024-07-10T23:14:20.832Z | Compiling clap v4.5.4 |
658 | 2024-07-10T23:14:21.174Z | Compiling macaddr v1.0.1 |
659 | 2024-07-10T23:14:21.198Z | Compiling tabled v0.15.0 |
660 | 2024-07-10T23:14:21.259Z | Compiling futures v0.3.30 |
661 | 2024-07-10T23:14:21.383Z | Compiling strum v0.26.2 |
662 | 2024-07-10T23:14:21.549Z | Compiling swrite v0.1.0 |
663 | 2024-07-10T23:14:26.873Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
664 | 2024-07-10T23:14:37.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
665 | 2024-07-10T23:14:38.213Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
666 | 2024-07-10T23:14:38.292Z | Jul 10 23:14:37.995 INFO Starting download, target: Clickhouse |
667 | 2024-07-10T23:14:38.317Z | Jul 10 23:14:37.995 INFO Starting download, target: Cockroach |
668 | 2024-07-10T23:14:38.317Z | Jul 10 23:14:37.995 INFO Starting download, target: Console |
669 | 2024-07-10T23:14:38.317Z | Jul 10 23:14:37.996 INFO Starting download, target: DendriteOpenapi |
670 | 2024-07-10T23:14:38.317Z | Jul 10 23:14:37.996 INFO Starting download, target: DendriteStub |
671 | 2024-07-10T23:14:38.317Z | Jul 10 23:14:37.996 INFO Starting download, target: MaghemiteMgd |
672 | 2024-07-10T23:14:38.317Z | Jul 10 23:14:37.996 INFO Starting download, target: TransceiverControl |
673 | 2024-07-10T23:14:38.317Z | Jul 10 23:14:37.998 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
674 | 2024-07-10T23:14:38.317Z | Jul 10 23:14:37.998 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
675 | 2024-07-10T23:14:38.317Z | Jul 10 23:14:37.998 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
676 | 2024-07-10T23:14:38.318Z | Jul 10 23:14:37.998 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
677 | 2024-07-10T23:14:38.318Z | Jul 10 23:14:37.998 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
678 | 2024-07-10T23:14:38.318Z | Jul 10 23:14:37.998 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
679 | 2024-07-10T23:14:38.318Z | Jul 10 23:14:37.998 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
680 | 2024-07-10T23:14:38.786Z | Jul 10 23:14:38.481 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
681 | 2024-07-10T23:14:38.847Z | Jul 10 23:14:38.549 INFO Download complete, target: DendriteOpenapi |
682 | 2024-07-10T23:14:39.146Z | Jul 10 23:14:38.848 INFO Download complete, target: Console |
683 | 2024-07-10T23:14:39.257Z | Jul 10 23:14:38.959 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
684 | 2024-07-10T23:14:40.098Z | Jul 10 23:14:39.800 INFO Download complete, target: TransceiverControl |
685 | 2024-07-10T23:14:40.658Z | Jul 10 23:14:40.360 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
686 | 2024-07-10T23:14:41.182Z | Jul 10 23:14:40.885 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
687 | 2024-07-10T23:14:43.376Z | Jul 10 23:14:43.080 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
688 | 2024-07-10T23:14:43.376Z | Jul 10 23:14:43.080 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
689 | 2024-07-10T23:14:44.465Z | Jul 10 23:14:44.168 INFO Download complete, target: MaghemiteMgd |
690 | 2024-07-10T23:14:44.953Z | Jul 10 23:14:44.656 INFO Download complete, target: DendriteStub |
691 | 2024-07-10T23:14:54.091Z | Jul 10 23:14:53.794 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
692 | 2024-07-10T23:14:54.284Z | Jul 10 23:14:53.988 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
693 | 2024-07-10T23:14:54.562Z | Jul 10 23:14:54.266 INFO Checking that binary works, target: Cockroach |
694 | 2024-07-10T23:14:54.800Z | Jul 10 23:14:54.504 INFO Download complete, target: Cockroach |
695 | 2024-07-10T23:15:12.002Z | Jul 10 23:15:11.706 INFO Checking that binary works, target: Clickhouse |
696 | 2024-07-10T23:15:12.165Z | Jul 10 23:15:11.869 INFO Download complete, target: Clickhouse |
697 | 2024-07-10T23:15:12.192Z | All builder prerequisites installed successfully, and PATH looks valid |
698 | 2024-07-10T23:15:12.218Z | |
699 | 2024-07-10T23:15:12.218Z | real 3:01.375360070 |
700 | 2024-07-10T23:15:12.218Z | user 5:46.104223292 |
701 | 2024-07-10T23:15:12.218Z | sys 1:24.969323812 |
702 | 2024-07-10T23:15:12.218Z | trap 0.229498069 |
703 | 2024-07-10T23:15:12.218Z | tflt 0.079182759 |
704 | 2024-07-10T23:15:12.218Z | dflt 0.799920838 |
705 | 2024-07-10T23:15:12.218Z | kflt 0.007376146 |
706 | 2024-07-10T23:15:12.218Z | lock 16:36.069074765 |
707 | 2024-07-10T23:15:12.218Z | slp 16:08.224359964 |
708 | 2024-07-10T23:15:12.219Z | lat 25.172355733 |
709 | 2024-07-10T23:15:12.219Z | stop 1:03.160821282 |
710 | 2024-07-10T23:15:12.219Z | + banner clippy |
711 | 2024-07-10T23:15:12.219Z | |
712 | 2024-07-10T23:15:12.219Z | #### # # ##### ##### # # |
713 | 2024-07-10T23:15:12.219Z | # # # # # # # # # # |
714 | 2024-07-10T23:15:12.219Z | # # # # # # # # |
715 | 2024-07-10T23:15:12.219Z | # # # ##### ##### # |
716 | 2024-07-10T23:15:12.219Z | # # # # # # # |
717 | 2024-07-10T23:15:12.219Z | #### ###### # # # # |
718 | 2024-07-10T23:15:12.219Z | |
719 | 2024-07-10T23:15:12.219Z | + export CARGO_INCREMENTAL=0 |
720 | 2024-07-10T23:15:12.219Z | + CARGO_INCREMENTAL=0 |
721 | 2024-07-10T23:15:12.219Z | + ptime -m cargo xtask clippy |
722 | 2024-07-10T23:15:13.073Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
723 | 2024-07-10T23:15:23.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s |
724 | 2024-07-10T23:15:23.741Z | Running `target/debug/xtask clippy` |
725 | 2024-07-10T23:15:23.781Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
726 | 2024-07-10T23:15:24.775Z | Downloading crates ... |
727 | 2024-07-10T23:15:24.968Z | Downloaded atomicwrites v0.4.3 |
728 | 2024-07-10T23:15:24.993Z | Downloaded cstr-argument v0.1.2 |
729 | 2024-07-10T23:15:24.993Z | Downloaded crunchy v0.2.2 |
730 | 2024-07-10T23:15:24.993Z | Downloaded cexpr v0.6.0 |
731 | 2024-07-10T23:15:24.993Z | Downloaded crossbeam-deque v0.8.5 |
732 | 2024-07-10T23:15:24.993Z | Downloaded instant v0.1.12 |
733 | 2024-07-10T23:15:25.019Z | Downloaded serde-big-array v0.4.1 |
734 | 2024-07-10T23:15:25.019Z | Downloaded semver v0.1.20 |
735 | 2024-07-10T23:15:25.019Z | Downloaded sigpipe v0.1.3 |
736 | 2024-07-10T23:15:25.044Z | Downloaded derive_builder_macro v0.20.0 |
737 | 2024-07-10T23:15:25.044Z | Downloaded unicase v2.7.0 |
738 | 2024-07-10T23:15:25.044Z | Downloaded endian-type v0.1.2 |
739 | 2024-07-10T23:15:25.044Z | Downloaded glob v0.3.1 |
740 | 2024-07-10T23:15:25.068Z | Downloaded highway v1.1.0 |
741 | 2024-07-10T23:15:25.069Z | Downloaded waitgroup v0.1.2 |
742 | 2024-07-10T23:15:25.069Z | Downloaded vte_generate_state_changes v0.1.1 |
743 | 2024-07-10T23:15:25.069Z | Downloaded precomputed-hash v0.1.1 |
744 | 2024-07-10T23:15:25.069Z | Downloaded russh-cryptovec v0.7.2 |
745 | 2024-07-10T23:15:25.093Z | Downloaded escape8259 v0.5.2 |
746 | 2024-07-10T23:15:25.093Z | Downloaded spin v0.5.2 |
747 | 2024-07-10T23:15:25.093Z | Downloaded flagset v0.4.5 |
748 | 2024-07-10T23:15:25.093Z | Downloaded unsafe-libyaml v0.2.11 |
749 | 2024-07-10T23:15:25.117Z | Downloaded schemars_derive v0.8.21 |
750 | 2024-07-10T23:15:25.117Z | Downloaded serde_repr v0.1.19 |
751 | 2024-07-10T23:15:25.117Z | Downloaded tls_codec v0.4.1 |
752 | 2024-07-10T23:15:25.117Z | Downloaded http-body v1.0.0 |
753 | 2024-07-10T23:15:25.142Z | Downloaded termtree v0.4.1 |
754 | 2024-07-10T23:15:25.142Z | Downloaded futures-timer v3.0.3 |
755 | 2024-07-10T23:15:25.142Z | Downloaded target-spec v3.1.0 |
756 | 2024-07-10T23:15:25.142Z | Downloaded termcolor v1.4.1 |
757 | 2024-07-10T23:15:25.142Z | Downloaded signal-hook-tokio v0.3.1 |
758 | 2024-07-10T23:15:25.167Z | Downloaded hyper-staticfile v0.9.5 |
759 | 2024-07-10T23:15:25.167Z | Downloaded signal-hook-mio v0.2.3 |
760 | 2024-07-10T23:15:25.167Z | Downloaded plotters-backend v0.3.5 |
761 | 2024-07-10T23:15:25.167Z | Downloaded hubpack_derive v0.1.1 |
762 | 2024-07-10T23:15:25.167Z | Downloaded toolchain_find v0.4.0 |
763 | 2024-07-10T23:15:25.167Z | Downloaded target-lexicon v0.12.14 |
764 | 2024-07-10T23:15:25.167Z | Downloaded dirs-sys v0.4.1 |
765 | 2024-07-10T23:15:25.192Z | Downloaded hyper-rustls v0.26.0 |
766 | 2024-07-10T23:15:25.192Z | Downloaded humantime v2.1.0 |
767 | 2024-07-10T23:15:25.192Z | Downloaded hyper-rustls v0.24.2 |
768 | 2024-07-10T23:15:25.192Z | Downloaded toml_edit v0.19.15 |
769 | 2024-07-10T23:15:25.217Z | Downloaded hyper v1.3.1 |
770 | 2024-07-10T23:15:25.241Z | Downloaded toml v0.5.11 |
771 | 2024-07-10T23:15:25.241Z | Downloaded radix_trie v0.2.1 |
772 | 2024-07-10T23:15:25.266Z | Downloaded rand v0.8.5 |
773 | 2024-07-10T23:15:25.266Z | Downloaded regex-automata v0.1.10 |
774 | 2024-07-10T23:15:25.266Z | Downloaded sqlparser v0.45.0 |
775 | 2024-07-10T23:15:25.291Z | Downloaded idna v0.3.0 |
776 | 2024-07-10T23:15:25.291Z | Downloaded object v0.30.4 |
777 | 2024-07-10T23:15:25.315Z | Downloaded regex-syntax v0.6.29 |
778 | 2024-07-10T23:15:25.316Z | Downloaded rustls v0.22.4 |
779 | 2024-07-10T23:15:25.340Z | Downloaded regex-automata v0.4.6 |
780 | 2024-07-10T23:15:25.364Z | Downloaded rustls v0.21.12 |
781 | 2024-07-10T23:15:25.390Z | Downloaded sha3 v0.10.8 |
782 | 2024-07-10T23:15:25.390Z | Downloaded openapiv3 v2.0.0 |
783 | 2024-07-10T23:15:25.390Z | Downloaded diesel v2.1.6 |
784 | 2024-07-10T23:15:25.416Z | Downloaded object v0.32.2 |
785 | 2024-07-10T23:15:25.440Z | Downloaded nix v0.28.0 |
786 | 2024-07-10T23:15:25.440Z | Downloaded nix v0.27.1 |
787 | 2024-07-10T23:15:25.465Z | Downloaded idna v0.2.3 |
788 | 2024-07-10T23:15:25.465Z | Downloaded proptest v1.4.0 |
789 | 2024-07-10T23:15:25.488Z | Downloaded rustls-webpki v0.102.4 |
790 | 2024-07-10T23:15:25.512Z | Downloaded lalrpop v0.19.12 |
791 | 2024-07-10T23:15:25.536Z | Downloaded petgraph v0.6.5 |
792 | 2024-07-10T23:15:25.536Z | Downloaded ring v0.17.8 |
793 | 2024-07-10T23:15:25.630Z | Downloaded finl_unicode v1.2.0 |
794 | 2024-07-10T23:15:25.655Z | Downloaded rustls-webpki v0.101.7 |
795 | 2024-07-10T23:15:25.679Z | Downloaded hkdf v0.12.4 |
796 | 2024-07-10T23:15:25.679Z | Downloaded csv v1.3.0 |
797 | 2024-07-10T23:15:25.703Z | Downloaded quick-xml v0.31.0 |
798 | 2024-07-10T23:15:25.703Z | Downloaded ring v0.16.20 |
799 | 2024-07-10T23:15:25.805Z | Downloaded ratatui v0.27.0 |
800 | 2024-07-10T23:15:25.829Z | Downloaded zerocopy-derive v0.6.6 |
801 | 2024-07-10T23:15:25.853Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
802 | 2024-07-10T23:15:25.877Z | Downloaded tokio-tungstenite v0.21.0 |
803 | 2024-07-10T23:15:25.877Z | Downloaded tokio-tungstenite v0.20.1 |
804 | 2024-07-10T23:15:25.877Z | Downloaded tokio-stream v0.1.15 |
805 | 2024-07-10T23:15:25.877Z | Downloaded tokio-rustls v0.25.0 |
806 | 2024-07-10T23:15:25.877Z | Downloaded regex v1.10.5 |
807 | 2024-07-10T23:15:25.901Z | Downloaded rayon v1.10.0 |
808 | 2024-07-10T23:15:25.901Z | Downloaded diff v0.1.13 |
809 | 2024-07-10T23:15:25.925Z | Downloaded diesel_derives v2.1.4 |
810 | 2024-07-10T23:15:25.925Z | Downloaded regress v0.9.1 |
811 | 2024-07-10T23:15:25.925Z | Downloaded regex-syntax v0.8.3 |
812 | 2024-07-10T23:15:25.949Z | Downloaded steno v0.4.1 |
813 | 2024-07-10T23:15:25.949Z | Downloaded smoltcp v0.11.0 |
814 | 2024-07-10T23:15:25.973Z | Downloaded pretty_assertions v1.4.0 |
815 | 2024-07-10T23:15:25.973Z | Downloaded x509-cert v0.2.5 |
816 | 2024-07-10T23:15:25.973Z | Downloaded russh v0.43.0 |
817 | 2024-07-10T23:15:25.973Z | Downloaded sled v0.34.7 |
818 | 2024-07-10T23:15:25.997Z | Downloaded p521 v0.13.3 |
819 | 2024-07-10T23:15:25.997Z | Downloaded num-bigint-dig v0.8.4 |
820 | 2024-07-10T23:15:25.997Z | Downloaded libxml v0.3.3 |
821 | 2024-07-10T23:15:25.997Z | Downloaded libm v0.2.8 |
822 | 2024-07-10T23:15:26.022Z | Downloaded itertools v0.13.0 |
823 | 2024-07-10T23:15:26.022Z | Downloaded itertools v0.12.1 |
824 | 2024-07-10T23:15:26.046Z | Downloaded rand v0.7.3 |
825 | 2024-07-10T23:15:26.046Z | Downloaded plotters v0.3.5 |
826 | 2024-07-10T23:15:26.046Z | Downloaded pkcs1 v0.7.5 |
827 | 2024-07-10T23:15:26.070Z | Downloaded derive-where v1.2.7 |
828 | 2024-07-10T23:15:26.070Z | Downloaded flume v0.11.0 |
829 | 2024-07-10T23:15:26.070Z | Downloaded smoltcp v0.9.1 |
830 | 2024-07-10T23:15:26.094Z | Downloaded prettyplease v0.2.20 |
831 | 2024-07-10T23:15:26.094Z | Downloaded polar-core v0.27.3 |
832 | 2024-07-10T23:15:26.118Z | Downloaded rstest_macros v0.19.0 |
833 | 2024-07-10T23:15:26.118Z | Downloaded http v1.1.0 |
834 | 2024-07-10T23:15:26.118Z | Downloaded slog-scope v4.4.0 |
835 | 2024-07-10T23:15:26.118Z | Downloaded signature v1.6.4 |
836 | 2024-07-10T23:15:26.118Z | Downloaded webpki-roots v0.25.4 |
837 | 2024-07-10T23:15:26.118Z | Downloaded rsa v0.9.6 |
838 | 2024-07-10T23:15:26.142Z | Downloaded itertools v0.10.5 |
839 | 2024-07-10T23:15:26.142Z | Downloaded tokio-postgres v0.7.10 |
840 | 2024-07-10T23:15:26.142Z | Downloaded rand_core v0.5.1 |
841 | 2024-07-10T23:15:26.142Z | Downloaded rand_chacha v0.3.1 |
842 | 2024-07-10T23:15:26.142Z | Downloaded rand_chacha v0.2.2 |
843 | 2024-07-10T23:15:26.142Z | Downloaded publicsuffix v2.2.3 |
844 | 2024-07-10T23:15:26.142Z | Downloaded reedline v0.31.0 |
845 | 2024-07-10T23:15:26.169Z | Downloaded serde_with_macros v3.8.1 |
846 | 2024-07-10T23:15:26.169Z | Downloaded serde_with v3.8.1 |
847 | 2024-07-10T23:15:26.169Z | Downloaded gimli v0.28.1 |
848 | 2024-07-10T23:15:26.193Z | Downloaded trust-dns-proto v0.22.0 |
849 | 2024-07-10T23:15:26.193Z | Downloaded httptest v0.15.5 |
850 | 2024-07-10T23:15:26.193Z | Downloaded toml v0.7.8 |
851 | 2024-07-10T23:15:26.217Z | Downloaded rand_distr v0.4.3 |
852 | 2024-07-10T23:15:26.217Z | Downloaded hubpack v0.1.2 |
853 | 2024-07-10T23:15:26.217Z | Downloaded thiserror-impl-no-std v2.0.2 |
854 | 2024-07-10T23:15:26.217Z | Downloaded pin-project-internal v1.1.5 |
855 | 2024-07-10T23:15:26.217Z | Downloaded sct v0.7.1 |
856 | 2024-07-10T23:15:26.217Z | Downloaded zerocopy v0.6.6 |
857 | 2024-07-10T23:15:26.217Z | Downloaded nom v7.1.3 |
858 | 2024-07-10T23:15:26.217Z | Downloaded minimal-lexical v0.2.1 |
859 | 2024-07-10T23:15:26.241Z | Downloaded tokio-rustls v0.24.1 |
860 | 2024-07-10T23:15:26.241Z | Downloaded signal-hook v0.3.17 |
861 | 2024-07-10T23:15:26.241Z | Downloaded hyper-util v0.1.3 |
862 | 2024-07-10T23:15:26.241Z | Downloaded bstr v0.2.17 |
863 | 2024-07-10T23:15:26.265Z | Downloaded dirs v5.0.1 |
864 | 2024-07-10T23:15:26.265Z | Downloaded debug-ignore v1.0.5 |
865 | 2024-07-10T23:15:26.266Z | Downloaded rustyline v14.0.0 |
866 | 2024-07-10T23:15:26.266Z | Downloaded tiny-keccak v2.0.2 |
867 | 2024-07-10T23:15:26.266Z | Downloaded structmeta v0.3.0 |
868 | 2024-07-10T23:15:26.266Z | Downloaded serde_derive_internals v0.29.1 |
869 | 2024-07-10T23:15:26.266Z | Downloaded rand_core v0.6.4 |
870 | 2024-07-10T23:15:26.266Z | Downloaded ed25519-dalek v2.1.1 |
871 | 2024-07-10T23:15:26.266Z | Downloaded http-range v0.1.5 |
872 | 2024-07-10T23:15:26.290Z | Downloaded downcast v0.11.0 |
873 | 2024-07-10T23:15:26.290Z | Downloaded doc-comment v0.3.3 |
874 | 2024-07-10T23:15:26.290Z | Downloaded display-error-chain v0.2.0 |
875 | 2024-07-10T23:15:26.290Z | Downloaded threadpool v1.8.1 |
876 | 2024-07-10T23:15:26.290Z | Downloaded thiserror-no-std v2.0.2 |
877 | 2024-07-10T23:15:26.290Z | Downloaded smawk v0.3.2 |
878 | 2024-07-10T23:15:26.290Z | Downloaded smallvec v0.6.14 |
879 | 2024-07-10T23:15:26.290Z | Downloaded tls_codec_derive v0.4.1 |
880 | 2024-07-10T23:15:26.290Z | Downloaded shell-words v1.1.0 |
881 | 2024-07-10T23:15:26.290Z | Downloaded pkcs8 v0.10.2 |
882 | 2024-07-10T23:15:26.290Z | Downloaded peg-macros v0.8.3 |
883 | 2024-07-10T23:15:26.290Z | Downloaded peg v0.8.3 |
884 | 2024-07-10T23:15:26.314Z | Downloaded test-strategy v0.3.1 |
885 | 2024-07-10T23:15:26.314Z | Downloaded rcgen v0.12.1 |
886 | 2024-07-10T23:15:26.314Z | Downloaded structmeta v0.2.0 |
887 | 2024-07-10T23:15:26.315Z | Downloaded rstest v0.19.0 |
888 | 2024-07-10T23:15:26.315Z | Downloaded shlex v1.3.0 |
889 | 2024-07-10T23:15:26.315Z | Downloaded rand_seeder v0.2.3 |
890 | 2024-07-10T23:15:26.315Z | Downloaded textwrap v0.16.1 |
891 | 2024-07-10T23:15:26.315Z | Downloaded serde_arrays v0.1.0 |
892 | 2024-07-10T23:15:26.315Z | Downloaded serde-hex v0.1.0 |
893 | 2024-07-10T23:15:26.342Z | Downloaded sec1 v0.7.3 |
894 | 2024-07-10T23:15:26.342Z | Downloaded bstr v1.9.1 |
895 | 2024-07-10T23:15:26.342Z | Downloaded termios v0.3.3 |
896 | 2024-07-10T23:15:26.342Z | Downloaded tempfile v3.10.1 |
897 | 2024-07-10T23:15:26.342Z | Downloaded rayon-core v1.12.1 |
898 | 2024-07-10T23:15:26.366Z | Downloaded salty v0.2.0 |
899 | 2024-07-10T23:15:26.366Z | Downloaded funty v2.0.0 |
900 | 2024-07-10T23:15:26.366Z | Downloaded fragile v2.0.0 |
901 | 2024-07-10T23:15:26.366Z | Downloaded foreign-types v0.5.0 |
902 | 2024-07-10T23:15:26.366Z | Downloaded yasna v0.5.2 |
903 | 2024-07-10T23:15:26.366Z | Downloaded winnow v0.5.40 |
904 | 2024-07-10T23:15:26.366Z | Downloaded hmac v0.12.1 |
905 | 2024-07-10T23:15:26.366Z | Downloaded radium v0.7.0 |
906 | 2024-07-10T23:15:26.392Z | Downloaded r2d2 v0.8.10 |
907 | 2024-07-10T23:15:26.392Z | Downloaded quick-error v1.2.3 |
908 | 2024-07-10T23:15:26.392Z | Downloaded plotters-svg v0.3.5 |
909 | 2024-07-10T23:15:26.392Z | Downloaded difflib v0.4.0 |
910 | 2024-07-10T23:15:26.392Z | Downloaded darling_core v0.20.9 |
911 | 2024-07-10T23:15:26.392Z | Downloaded zip v0.6.6 |
912 | 2024-07-10T23:15:26.392Z | Downloaded portable-atomic v1.6.0 |
913 | 2024-07-10T23:15:26.392Z | Downloaded rustls-pki-types v1.7.0 |
914 | 2024-07-10T23:15:26.416Z | Downloaded der v0.7.9 |
915 | 2024-07-10T23:15:26.416Z | Downloaded strip-ansi-escapes v0.2.0 |
916 | 2024-07-10T23:15:26.416Z | Downloaded stringprep v0.1.4 |
917 | 2024-07-10T23:15:26.416Z | Downloaded string_cache v0.8.7 |
918 | 2024-07-10T23:15:26.416Z | Downloaded static_assertions v1.1.0 |
919 | 2024-07-10T23:15:26.416Z | Downloaded stable_deref_trait v1.2.0 |
920 | 2024-07-10T23:15:26.416Z | Downloaded rusty-fork v0.3.0 |
921 | 2024-07-10T23:15:26.417Z | Downloaded rustls-pemfile v2.1.2 |
922 | 2024-07-10T23:15:26.417Z | Downloaded russh-keys v0.43.0 |
923 | 2024-07-10T23:15:26.417Z | Downloaded p256 v0.13.2 |
924 | 2024-07-10T23:15:26.441Z | Downloaded omicron-zone-package v0.11.0 |
925 | 2024-07-10T23:15:26.441Z | Downloaded getrandom v0.1.16 |
926 | 2024-07-10T23:15:26.441Z | Downloaded erased-serde v0.3.31 |
927 | 2024-07-10T23:15:26.441Z | Downloaded ecdsa v0.16.9 |
928 | 2024-07-10T23:15:26.441Z | Downloaded phf v0.11.2 |
929 | 2024-07-10T23:15:26.441Z | Downloaded diesel_table_macro_syntax v0.1.0 |
930 | 2024-07-10T23:15:26.441Z | Downloaded dhcproto-macros v0.1.0 |
931 | 2024-07-10T23:15:26.441Z | Downloaded rustls-native-certs v0.7.0 |
932 | 2024-07-10T23:15:26.441Z | Downloaded rust-argon2 v2.1.0 |
933 | 2024-07-10T23:15:26.441Z | Downloaded dyn-clone v1.0.17 |
934 | 2024-07-10T23:15:26.441Z | Downloaded pin-project v1.1.5 |
935 | 2024-07-10T23:15:26.465Z | Downloaded serde-big-array v0.5.1 |
936 | 2024-07-10T23:15:26.465Z | Downloaded expectorate v1.1.0 |
937 | 2024-07-10T23:15:26.465Z | Downloaded psl-types v2.0.11 |
938 | 2024-07-10T23:15:26.465Z | Downloaded proc-macro-crate v1.3.1 |
939 | 2024-07-10T23:15:26.465Z | Downloaded primeorder v0.13.6 |
940 | 2024-07-10T23:15:26.465Z | Downloaded predicates v3.1.0 |
941 | 2024-07-10T23:15:26.465Z | Downloaded rustc-demangle v0.1.24 |
942 | 2024-07-10T23:15:26.465Z | Downloaded dhcproto v0.11.0 |
943 | 2024-07-10T23:15:26.490Z | Downloaded num-bigint v0.4.5 |
944 | 2024-07-10T23:15:26.490Z | Downloaded curve25519-dalek v4.1.3 |
945 | 2024-07-10T23:15:26.490Z | Downloaded slog-stdlog v4.1.1 |
946 | 2024-07-10T23:15:26.490Z | Downloaded getopts v0.2.21 |
947 | 2024-07-10T23:15:26.490Z | Downloaded gethostname v0.4.3 |
948 | 2024-07-10T23:15:26.490Z | Downloaded fxhash v0.2.1 |
949 | 2024-07-10T23:15:26.491Z | Downloaded ed25519 v2.2.3 |
950 | 2024-07-10T23:15:26.491Z | Downloaded ed25519 v1.5.3 |
951 | 2024-07-10T23:15:26.516Z | Downloaded ref-cast-impl v1.0.23 |
952 | 2024-07-10T23:15:26.516Z | Downloaded ref-cast v1.0.23 |
953 | 2024-07-10T23:15:26.516Z | Downloaded rand_xorshift v0.3.0 |
954 | 2024-07-10T23:15:26.516Z | Downloaded datatest-stable v0.2.9 |
955 | 2024-07-10T23:15:26.516Z | Downloaded data-encoding v2.6.0 |
956 | 2024-07-10T23:15:26.516Z | Downloaded darling_macro v0.20.9 |
957 | 2024-07-10T23:15:26.516Z | Downloaded zone v0.1.8 |
958 | 2024-07-10T23:15:26.516Z | Downloaded zeroize v1.7.0 |
959 | 2024-07-10T23:15:26.516Z | Downloaded schemars v0.8.21 |
960 | 2024-07-10T23:15:26.540Z | Downloaded samael v0.0.15 |
961 | 2024-07-10T23:15:26.540Z | Downloaded foreign-types-shared v0.3.1 |
962 | 2024-07-10T23:15:26.540Z | Downloaded foreign-types-macros v0.2.3 |
963 | 2024-07-10T23:15:26.540Z | Downloaded predicates-tree v1.0.9 |
964 | 2024-07-10T23:15:26.540Z | Downloaded predicates-core v1.0.6 |
965 | 2024-07-10T23:15:26.540Z | Downloaded tower v0.4.13 |
966 | 2024-07-10T23:15:26.565Z | Downloaded tough v0.17.1 |
967 | 2024-07-10T23:15:26.565Z | Downloaded guppy v0.17.5 |
968 | 2024-07-10T23:15:26.565Z | Downloaded zone_cfg_derive v0.1.2 |
969 | 2024-07-10T23:15:26.565Z | Downloaded zeroize_derive v1.4.2 |
970 | 2024-07-10T23:15:26.565Z | Downloaded topological-sort v0.2.2 |
971 | 2024-07-10T23:15:26.565Z | Downloaded tinytemplate v1.2.1 |
972 | 2024-07-10T23:15:26.565Z | Downloaded phf_shared v0.11.2 |
973 | 2024-07-10T23:15:26.565Z | Downloaded pem-rfc7468 v0.7.0 |
974 | 2024-07-10T23:15:26.589Z | Downloaded der_derive v0.7.2 |
975 | 2024-07-10T23:15:26.589Z | Downloaded float-ord v0.3.2 |
976 | 2024-07-10T23:15:26.589Z | Downloaded fancy-regex v0.13.0 |
977 | 2024-07-10T23:15:26.589Z | Downloaded rustfmt-wrapper v0.2.1 |
978 | 2024-07-10T23:15:26.589Z | Downloaded rustc_version v0.4.0 |
979 | 2024-07-10T23:15:26.589Z | Downloaded rustc_version v0.1.7 |
980 | 2024-07-10T23:15:26.589Z | Downloaded env_logger v0.10.2 |
981 | 2024-07-10T23:15:26.589Z | Downloaded serde_plain v1.0.2 |
982 | 2024-07-10T23:15:26.589Z | Downloaded serde_path_to_error v0.1.16 |
983 | 2024-07-10T23:15:26.589Z | Downloaded defmt-macros v0.3.9 |
984 | 2024-07-10T23:15:26.589Z | Downloaded defmt v0.3.8 |
985 | 2024-07-10T23:15:26.613Z | Downloaded fatfs v0.3.6 |
986 | 2024-07-10T23:15:26.613Z | Downloaded yansi v0.5.1 |
987 | 2024-07-10T23:15:26.613Z | Downloaded wyz v0.5.1 |
988 | 2024-07-10T23:15:26.613Z | Downloaded unicode-segmentation v1.11.0 |
989 | 2024-07-10T23:15:26.613Z | Downloaded chrono v0.4.38 |
990 | 2024-07-10T23:15:26.613Z | Downloaded phf_shared v0.10.0 |
991 | 2024-07-10T23:15:26.613Z | Downloaded pem v3.0.4 |
992 | 2024-07-10T23:15:26.613Z | Downloaded peg-runtime v0.8.3 |
993 | 2024-07-10T23:15:26.613Z | Downloaded defmt-parser v0.3.4 |
994 | 2024-07-10T23:15:26.614Z | Downloaded scheduled-thread-pool v0.2.7 |
995 | 2024-07-10T23:15:26.638Z | Downloaded same-file v1.0.6 |
996 | 2024-07-10T23:15:26.638Z | Downloaded rfc6979 v0.4.0 |
997 | 2024-07-10T23:15:26.638Z | Downloaded resolv-conf v0.7.0 |
998 | 2024-07-10T23:15:26.638Z | Downloaded relative-path v1.9.3 |
999 | 2024-07-10T23:15:26.638Z | Downloaded float-cmp v0.9.0 |
1000 | 2024-07-10T23:15:26.638Z | Downloaded stability v0.2.0 |
1001 | 2024-07-10T23:15:26.638Z | Downloaded sqlparser_derive v0.2.2 |
1002 | 2024-07-10T23:15:26.638Z | Downloaded socket2 v0.4.10 |
1003 | 2024-07-10T23:15:26.638Z | Downloaded snafu v0.8.2 |
1004 | 2024-07-10T23:15:26.638Z | Downloaded unicode_categories v0.1.1 |
1005 | 2024-07-10T23:15:26.638Z | Downloaded rustc-hash v1.1.0 |
1006 | 2024-07-10T23:15:26.638Z | Downloaded rtoolbox v0.0.2 |
1007 | 2024-07-10T23:15:26.638Z | Downloaded hashbrown v0.13.2 |
1008 | 2024-07-10T23:15:26.663Z | Downloaded fd-lock v4.0.2 |
1009 | 2024-07-10T23:15:26.663Z | Downloaded fastrand v2.1.0 |
1010 | 2024-07-10T23:15:26.663Z | Downloaded sqlformat v0.2.3 |
1011 | 2024-07-10T23:15:26.663Z | Downloaded spin v0.9.8 |
1012 | 2024-07-10T23:15:26.663Z | Downloaded snafu-derive v0.8.2 |
1013 | 2024-07-10T23:15:26.663Z | Downloaded pretty-hex v0.2.1 |
1014 | 2024-07-10T23:15:26.663Z | Downloaded postcard v1.0.8 |
1015 | 2024-07-10T23:15:26.663Z | Downloaded fixedbitset v0.4.2 |
1016 | 2024-07-10T23:15:26.663Z | Downloaded ff v0.13.0 |
1017 | 2024-07-10T23:15:26.663Z | Downloaded fallible-iterator v0.2.0 |
1018 | 2024-07-10T23:15:26.663Z | Downloaded spki v0.7.3 |
1019 | 2024-07-10T23:15:26.689Z | Downloaded smf v0.2.3 |
1020 | 2024-07-10T23:15:26.689Z | Downloaded poly1305 v0.8.0 |
1021 | 2024-07-10T23:15:26.689Z | Downloaded heapless v0.8.0 |
1022 | 2024-07-10T23:15:26.689Z | Downloaded heapless v0.7.17 |
1023 | 2024-07-10T23:15:26.689Z | Downloaded hashbrown v0.12.3 |
1024 | 2024-07-10T23:15:26.689Z | Downloaded bitvec v1.0.1 |
1025 | 2024-07-10T23:15:26.713Z | Downloaded bindgen v0.69.4 |
1026 | 2024-07-10T23:15:26.713Z | Downloaded postgres-types v0.2.6 |
1027 | 2024-07-10T23:15:26.713Z | Downloaded postgres-protocol v0.6.6 |
1028 | 2024-07-10T23:15:26.737Z | Downloaded polyval v0.6.2 |
1029 | 2024-07-10T23:15:26.737Z | Downloaded which v4.4.2 |
1030 | 2024-07-10T23:15:26.738Z | Downloaded walkdir v2.5.0 |
1031 | 2024-07-10T23:15:26.738Z | Downloaded vte v0.11.1 |
1032 | 2024-07-10T23:15:26.738Z | Downloaded uuid v1.9.1 |
1033 | 2024-07-10T23:15:26.738Z | Downloaded universal-hash v0.5.1 |
1034 | 2024-07-10T23:15:26.738Z | Downloaded password-hash v0.5.0 |
1035 | 2024-07-10T23:15:26.738Z | Downloaded partial-io v0.5.4 |
1036 | 2024-07-10T23:15:26.738Z | Downloaded indicatif v0.17.8 |
1037 | 2024-07-10T23:15:26.738Z | Downloaded ppv-lite86 v0.2.17 |
1038 | 2024-07-10T23:15:26.738Z | Downloaded portpicker v0.1.1 |
1039 | 2024-07-10T23:15:26.762Z | Downloaded wait-timeout v0.2.0 |
1040 | 2024-07-10T23:15:26.762Z | Downloaded vsss-rs v3.3.4 |
1041 | 2024-07-10T23:15:26.762Z | Downloaded uzers v0.11.3 |
1042 | 2024-07-10T23:15:26.762Z | Downloaded utf-8 v0.7.6 |
1043 | 2024-07-10T23:15:26.762Z | Downloaded untrusted v0.9.0 |
1044 | 2024-07-10T23:15:26.762Z | Downloaded untrusted v0.7.1 |
1045 | 2024-07-10T23:15:26.762Z | Downloaded ron v0.8.1 |
1046 | 2024-07-10T23:15:26.762Z | Downloaded hostname v0.4.0 |
1047 | 2024-07-10T23:15:26.762Z | Downloaded home v0.5.9 |
1048 | 2024-07-10T23:15:26.762Z | Downloaded parking_lot v0.11.2 |
1049 | 2024-07-10T23:15:26.762Z | Downloaded num-complex v0.4.6 |
1050 | 2024-07-10T23:15:26.787Z | Downloaded blake3 v1.5.1 |
1051 | 2024-07-10T23:15:26.787Z | Downloaded headers v0.3.9 |
1052 | 2024-07-10T23:15:26.787Z | Downloaded typed-path v0.7.1 |
1053 | 2024-07-10T23:15:26.787Z | Downloaded whoami v1.5.1 |
1054 | 2024-07-10T23:15:26.811Z | Downloaded unicode-xid v0.2.4 |
1055 | 2024-07-10T23:15:26.811Z | Downloaded num-traits v0.2.19 |
1056 | 2024-07-10T23:15:26.811Z | Downloaded num-rational v0.4.2 |
1057 | 2024-07-10T23:15:26.811Z | Downloaded mockall_derive v0.12.1 |
1058 | 2024-07-10T23:15:26.811Z | Downloaded cookie v0.17.0 |
1059 | 2024-07-10T23:15:26.811Z | Downloaded unicode-truncate v1.0.0 |
1060 | 2024-07-10T23:15:26.811Z | Downloaded ron v0.7.1 |
1061 | 2024-07-10T23:15:26.811Z | Downloaded half v2.4.1 |
1062 | 2024-07-10T23:15:26.811Z | Downloaded elliptic-curve v0.13.8 |
1063 | 2024-07-10T23:15:26.836Z | Downloaded trust-dns-resolver v0.22.0 |
1064 | 2024-07-10T23:15:26.836Z | Downloaded trust-dns-client v0.22.0 |
1065 | 2024-07-10T23:15:26.836Z | Downloaded mime_guess v2.0.4 |
1066 | 2024-07-10T23:15:26.836Z | Downloaded indexmap v1.9.3 |
1067 | 2024-07-10T23:15:26.836Z | Downloaded aho-corasick v1.1.3 |
1068 | 2024-07-10T23:15:26.860Z | Downloaded rpassword v7.3.1 |
1069 | 2024-07-10T23:15:26.860Z | Downloaded group v0.13.0 |
1070 | 2024-07-10T23:15:26.861Z | Downloaded globset v0.4.14 |
1071 | 2024-07-10T23:15:26.861Z | Downloaded trust-dns-server v0.22.1 |
1072 | 2024-07-10T23:15:26.861Z | Downloaded parse-display-derive v0.9.1 |
1073 | 2024-07-10T23:15:26.861Z | Downloaded packed_struct v0.10.1 |
1074 | 2024-07-10T23:15:26.861Z | Downloaded oso v0.27.3 |
1075 | 2024-07-10T23:15:26.861Z | Downloaded num-integer v0.1.46 |
1076 | 2024-07-10T23:15:26.861Z | Downloaded multimap v0.10.0 |
1077 | 2024-07-10T23:15:26.861Z | Downloaded hex-literal v0.4.1 |
1078 | 2024-07-10T23:15:26.861Z | Downloaded hex v0.4.3 |
1079 | 2024-07-10T23:15:26.861Z | Downloaded heck v0.3.3 |
1080 | 2024-07-10T23:15:26.885Z | Downloaded headers-core v0.2.0 |
1081 | 2024-07-10T23:15:26.885Z | Downloaded hash32 v0.3.1 |
1082 | 2024-07-10T23:15:26.885Z | Downloaded hash32 v0.2.1 |
1083 | 2024-07-10T23:15:26.885Z | Downloaded guppy-workspace-hack v0.1.0 |
1084 | 2024-07-10T23:15:26.885Z | Downloaded ghash v0.5.1 |
1085 | 2024-07-10T23:15:26.885Z | Downloaded getrandom v0.2.14 |
1086 | 2024-07-10T23:15:26.885Z | Downloaded env_logger v0.9.3 |
1087 | 2024-07-10T23:15:26.885Z | Downloaded derive_more v0.99.18 |
1088 | 2024-07-10T23:15:26.885Z | Downloaded pbkdf2 v0.11.0 |
1089 | 2024-07-10T23:15:26.885Z | Downloaded num_enum v0.5.11 |
1090 | 2024-07-10T23:15:26.909Z | Downloaded nodrop v0.1.14 |
1091 | 2024-07-10T23:15:26.910Z | Downloaded libtest-mimic v0.7.3 |
1092 | 2024-07-10T23:15:26.910Z | Downloaded iana-time-zone v0.1.60 |
1093 | 2024-07-10T23:15:26.910Z | Downloaded aes-gcm v0.10.3 |
1094 | 2024-07-10T23:15:26.910Z | Downloaded enum-as-inner v0.5.1 |
1095 | 2024-07-10T23:15:26.910Z | Downloaded ena v0.14.3 |
1096 | 2024-07-10T23:15:26.910Z | Downloaded embedded-io v0.4.0 |
1097 | 2024-07-10T23:15:26.910Z | Downloaded either v1.12.0 |
1098 | 2024-07-10T23:15:26.910Z | Downloaded tungstenite v0.21.0 |
1099 | 2024-07-10T23:15:26.910Z | Downloaded tungstenite v0.20.1 |
1100 | 2024-07-10T23:15:26.934Z | Downloaded trybuild v1.0.96 |
1101 | 2024-07-10T23:15:26.934Z | Downloaded password-hash v0.4.2 |
1102 | 2024-07-10T23:15:26.934Z | Downloaded parking_lot_core v0.8.6 |
1103 | 2024-07-10T23:15:26.934Z | Downloaded olpc-cjson v0.1.3 |
1104 | 2024-07-10T23:15:26.934Z | Downloaded nu-ansi-term v0.50.0 |
1105 | 2024-07-10T23:15:26.934Z | Downloaded multer v3.1.0 |
1106 | 2024-07-10T23:15:26.934Z | Downloaded memmap2 v0.9.4 |
1107 | 2024-07-10T23:15:26.934Z | Downloaded linked-hash-map v0.5.6 |
1108 | 2024-07-10T23:15:26.959Z | Downloaded crypto-bigint v0.5.5 |
1109 | 2024-07-10T23:15:26.959Z | Downloaded crossterm v0.27.0 |
1110 | 2024-07-10T23:15:26.959Z | Downloaded criterion v0.5.1 |
1111 | 2024-07-10T23:15:26.983Z | Downloaded backtrace v0.3.71 |
1112 | 2024-07-10T23:15:26.983Z | Downloaded derive_builder_core v0.20.0 |
1113 | 2024-07-10T23:15:26.983Z | Downloaded derive_builder v0.20.0 |
1114 | 2024-07-10T23:15:26.983Z | Downloaded unarray v0.1.4 |
1115 | 2024-07-10T23:15:26.983Z | Downloaded similar v2.5.0 |
1116 | 2024-07-10T23:15:26.983Z | Downloaded serde_yaml v0.9.34+deprecated |
1117 | 2024-07-10T23:15:27.007Z | Downloaded owo-colors v4.0.0 |
1118 | 2024-07-10T23:15:27.007Z | Downloaded oso-derive v0.27.3 |
1119 | 2024-07-10T23:15:27.007Z | Downloaded option-ext v0.2.0 |
1120 | 2024-07-10T23:15:27.007Z | Downloaded opaque-debug v0.3.1 |
1121 | 2024-07-10T23:15:27.007Z | Downloaded number_prefix v0.4.0 |
1122 | 2024-07-10T23:15:27.007Z | Downloaded num-derive v0.4.2 |
1123 | 2024-07-10T23:15:27.007Z | Downloaded num v0.4.3 |
1124 | 2024-07-10T23:15:27.007Z | Downloaded libefi-sys v0.1.0 |
1125 | 2024-07-10T23:15:27.007Z | Downloaded lazy_static v1.5.0 |
1126 | 2024-07-10T23:15:27.007Z | Downloaded keccak v0.1.5 |
1127 | 2024-07-10T23:15:27.007Z | Downloaded const_format v0.2.32 |
1128 | 2024-07-10T23:15:27.032Z | Downloaded console v0.15.8 |
1129 | 2024-07-10T23:15:27.032Z | Downloaded clang-sys v1.7.0 |
1130 | 2024-07-10T23:15:27.032Z | Downloaded base64 v0.13.1 |
1131 | 2024-07-10T23:15:27.032Z | Downloaded tracing-attributes v0.1.27 |
1132 | 2024-07-10T23:15:27.032Z | Downloaded subprocess v0.2.9 |
1133 | 2024-07-10T23:15:27.032Z | Downloaded strum_macros v0.24.3 |
1134 | 2024-07-10T23:15:27.032Z | Downloaded similar-asserts v1.5.0 |
1135 | 2024-07-10T23:15:27.032Z | Downloaded secrecy v0.8.0 |
1136 | 2024-07-10T23:15:27.032Z | Downloaded path-slash v0.1.5 |
1137 | 2024-07-10T23:15:27.032Z | Downloaded paste v1.0.15 |
1138 | 2024-07-10T23:15:27.056Z | Downloaded parse-display v0.9.1 |
1139 | 2024-07-10T23:15:27.056Z | Downloaded oorandom v11.1.3 |
1140 | 2024-07-10T23:15:27.056Z | Downloaded num-iter v0.1.45 |
1141 | 2024-07-10T23:15:27.056Z | Downloaded memoffset v0.9.1 |
1142 | 2024-07-10T23:15:27.056Z | Downloaded managed v0.8.0 |
1143 | 2024-07-10T23:15:27.056Z | Downloaded lru v0.12.3 |
1144 | 2024-07-10T23:15:27.056Z | Downloaded linear-map v1.2.0 |
1145 | 2024-07-10T23:15:27.056Z | Downloaded libloading v0.8.3 |
1146 | 2024-07-10T23:15:27.056Z | Downloaded crc-any v2.5.0 |
1147 | 2024-07-10T23:15:27.056Z | Downloaded cookie_store v0.20.0 |
1148 | 2024-07-10T23:15:27.056Z | Downloaded blake2 v0.10.6 |
1149 | 2024-07-10T23:15:27.056Z | Downloaded aes v0.8.4 |
1150 | 2024-07-10T23:15:27.081Z | Downloaded unicode-linebreak v0.1.5 |
1151 | 2024-07-10T23:15:27.081Z | Downloaded tui-tree-widget v0.21.0 |
1152 | 2024-07-10T23:15:27.081Z | Downloaded tower-layer v0.3.2 |
1153 | 2024-07-10T23:15:27.081Z | Downloaded tap v1.0.1 |
1154 | 2024-07-10T23:15:27.081Z | Downloaded tabwriter v1.4.0 |
1155 | 2024-07-10T23:15:27.082Z | Downloaded supports-color v3.0.0 |
1156 | 2024-07-10T23:15:27.082Z | Downloaded subtle v2.5.0 |
1157 | 2024-07-10T23:15:27.082Z | Downloaded strum_macros v0.25.3 |
1158 | 2024-07-10T23:15:27.082Z | Downloaded structmeta-derive v0.3.0 |
1159 | 2024-07-10T23:15:27.082Z | Downloaded structmeta-derive v0.2.0 |
1160 | 2024-07-10T23:15:27.082Z | Downloaded slog-envlogger v2.2.0 |
1161 | 2024-07-10T23:15:27.082Z | Downloaded slog-dtrace v0.3.0 |
1162 | 2024-07-10T23:15:27.082Z | Downloaded siphasher v0.3.11 |
1163 | 2024-07-10T23:15:27.082Z | Downloaded signature v2.2.0 |
1164 | 2024-07-10T23:15:27.082Z | Downloaded sha1 v0.10.6 |
1165 | 2024-07-10T23:15:27.082Z | Downloaded pbkdf2 v0.12.2 |
1166 | 2024-07-10T23:15:27.114Z | Downloaded packed_struct_codegen v0.10.1 |
1167 | 2024-07-10T23:15:27.114Z | Downloaded num_enum_derive v0.5.11 |
1168 | 2024-07-10T23:15:27.114Z | Downloaded nanorand v0.7.0 |
1169 | 2024-07-10T23:15:27.114Z | Downloaded maybe-uninit v2.0.0 |
1170 | 2024-07-10T23:15:27.114Z | Downloaded crossbeam-epoch v0.9.18 |
1171 | 2024-07-10T23:15:27.114Z | Downloaded criterion-plot v0.5.0 |
1172 | 2024-07-10T23:15:27.114Z | Downloaded constant_time_eq v0.3.0 |
1173 | 2024-07-10T23:15:27.114Z | Downloaded cfg-expr v0.15.8 |
1174 | 2024-07-10T23:15:27.114Z | Downloaded cancel-safe-futures v0.1.5 |
1175 | 2024-07-10T23:15:27.114Z | Downloaded base64ct v1.6.0 |
1176 | 2024-07-10T23:15:27.114Z | Downloaded base64 v0.22.1 |
1177 | 2024-07-10T23:15:27.114Z | Downloaded pathdiff v0.2.1 |
1178 | 2024-07-10T23:15:27.114Z | Downloaded normalize-line-endings v0.3.0 |
1179 | 2024-07-10T23:15:27.114Z | Downloaded nibble_vec v0.1.0 |
1180 | 2024-07-10T23:15:27.114Z | Downloaded newtype_derive v0.1.6 |
1181 | 2024-07-10T23:15:27.140Z | Downloaded newtype-uuid v1.1.0 |
1182 | 2024-07-10T23:15:27.140Z | Downloaded newline-converter v0.3.0 |
1183 | 2024-07-10T23:15:27.140Z | Downloaded nested v0.1.1 |
1184 | 2024-07-10T23:15:27.140Z | Downloaded mockall v0.12.1 |
1185 | 2024-07-10T23:15:27.140Z | Downloaded md5 v0.7.0 |
1186 | 2024-07-10T23:15:27.140Z | Downloaded md-5 v0.10.6 |
1187 | 2024-07-10T23:15:27.140Z | Downloaded matches v0.1.10 |
1188 | 2024-07-10T23:15:27.140Z | Downloaded maplit v1.0.2 |
1189 | 2024-07-10T23:15:27.140Z | Downloaded lru-cache v0.1.2 |
1190 | 2024-07-10T23:15:27.140Z | Downloaded libsw v3.3.1 |
1191 | 2024-07-10T23:15:27.140Z | Downloaded lalrpop-util v0.19.12 |
1192 | 2024-07-10T23:15:27.140Z | Downloaded kstat-rs v0.2.4 |
1193 | 2024-07-10T23:15:27.140Z | Downloaded is_ci v1.2.0 |
1194 | 2024-07-10T23:15:27.140Z | Downloaded ipnetwork v0.20.0 |
1195 | 2024-07-10T23:15:27.140Z | Downloaded internet-checksum v0.2.1 |
1196 | 2024-07-10T23:15:27.140Z | Downloaded inout v0.1.3 |
1197 | 2024-07-10T23:15:27.140Z | Downloaded indoc v1.0.9 |
1198 | 2024-07-10T23:15:27.140Z | Downloaded curve25519-dalek-derive v0.1.1 |
1199 | 2024-07-10T23:15:27.140Z | Downloaded crc-catalog v2.4.0 |
1200 | 2024-07-10T23:15:27.165Z | Downloaded crc v3.2.1 |
1201 | 2024-07-10T23:15:27.165Z | Downloaded new_debug_unreachable v1.0.6 |
1202 | 2024-07-10T23:15:27.165Z | Downloaded lazycell v1.3.0 |
1203 | 2024-07-10T23:15:27.165Z | Downloaded impl-trait-for-tuples v0.2.2 |
1204 | 2024-07-10T23:15:27.165Z | Downloaded ident_case v1.0.1 |
1205 | 2024-07-10T23:15:27.165Z | Downloaded darling v0.20.9 |
1206 | 2024-07-10T23:15:27.165Z | Downloaded ctr v0.9.2 |
1207 | 2024-07-10T23:15:27.165Z | Downloaded cookie v0.18.1 |
1208 | 2024-07-10T23:15:27.165Z | Downloaded const-oid v0.9.6 |
1209 | 2024-07-10T23:15:27.165Z | Downloaded compact_str v0.7.1 |
1210 | 2024-07-10T23:15:27.165Z | Downloaded colored v2.1.0 |
1211 | 2024-07-10T23:15:27.190Z | Downloaded ciborium-io v0.2.2 |
1212 | 2024-07-10T23:15:27.190Z | Downloaded chacha20poly1305 v0.10.1 |
1213 | 2024-07-10T23:15:27.190Z | Downloaded chacha20 v0.9.1 |
1214 | 2024-07-10T23:15:27.190Z | Downloaded cbc v0.1.2 |
1215 | 2024-07-10T23:15:27.190Z | Downloaded cast v0.3.0 |
1216 | 2024-07-10T23:15:27.190Z | Downloaded buf-list v1.0.3 |
1217 | 2024-07-10T23:15:27.190Z | Downloaded blowfish v0.9.1 |
1218 | 2024-07-10T23:15:27.190Z | Downloaded bitflags v1.3.2 |
1219 | 2024-07-10T23:15:27.190Z | Downloaded bitfield v0.14.0 |
1220 | 2024-07-10T23:15:27.190Z | Downloaded bit-set v0.5.3 |
1221 | 2024-07-10T23:15:27.190Z | Downloaded bcrypt-pbkdf v0.10.0 |
1222 | 2024-07-10T23:15:27.190Z | Downloaded atty v0.2.14 |
1223 | 2024-07-10T23:15:27.190Z | Downloaded atomic-waker v1.1.2 |
1224 | 2024-07-10T23:15:27.190Z | Downloaded arc-swap v1.7.1 |
1225 | 2024-07-10T23:15:27.214Z | Downloaded allocator-api2 v0.2.18 |
1226 | 2024-07-10T23:15:27.214Z | Downloaded parse-size v1.0.0 |
1227 | 2024-07-10T23:15:27.215Z | Downloaded crucible-workspace-hack v0.1.0 |
1228 | 2024-07-10T23:15:27.215Z | Downloaded corncobs v0.1.3 |
1229 | 2024-07-10T23:15:27.215Z | Downloaded const_format_proc_macros v0.2.32 |
1230 | 2024-07-10T23:15:27.215Z | Downloaded bitstruct_derive v0.1.0 |
1231 | 2024-07-10T23:15:27.215Z | Downloaded async-trait v0.1.81 |
1232 | 2024-07-10T23:15:27.215Z | Downloaded ahash v0.8.11 |
1233 | 2024-07-10T23:15:27.215Z | Downloaded csv-core v0.1.11 |
1234 | 2024-07-10T23:15:27.215Z | Downloaded ciborium v0.2.2 |
1235 | 2024-07-10T23:15:27.239Z | Downloaded backoff v0.4.0 |
1236 | 2024-07-10T23:15:27.239Z | Downloaded arrayvec v0.7.4 |
1237 | 2024-07-10T23:15:27.239Z | Downloaded convert_case v0.4.0 |
1238 | 2024-07-10T23:15:27.239Z | Downloaded cobs v0.2.3 |
1239 | 2024-07-10T23:15:27.239Z | Downloaded cipher v0.4.4 |
1240 | 2024-07-10T23:15:27.239Z | Downloaded ciborium-ll v0.2.2 |
1241 | 2024-07-10T23:15:27.239Z | Downloaded castaway v0.2.2 |
1242 | 2024-07-10T23:15:27.239Z | Downloaded cassowary v0.3.0 |
1243 | 2024-07-10T23:15:27.239Z | Downloaded bzip2 v0.4.4 |
1244 | 2024-07-10T23:15:27.239Z | Downloaded blake2b_simd v1.0.2 |
1245 | 2024-07-10T23:15:27.239Z | Downloaded bitfield-struct v0.6.1 |
1246 | 2024-07-10T23:15:27.239Z | Downloaded bcs v0.1.6 |
1247 | 2024-07-10T23:15:27.239Z | Downloaded ascii v1.1.0 |
1248 | 2024-07-10T23:15:27.239Z | Downloaded array-init v0.0.4 |
1249 | 2024-07-10T23:15:27.239Z | Downloaded argon2 v0.5.3 |
1250 | 2024-07-10T23:15:27.265Z | Downloaded bit-vec v0.6.3 |
1251 | 2024-07-10T23:15:27.265Z | Downloaded bb8 v0.8.5 |
1252 | 2024-07-10T23:15:27.265Z | Downloaded base16ct v0.2.0 |
1253 | 2024-07-10T23:15:27.265Z | Downloaded async-stream v0.3.5 |
1254 | 2024-07-10T23:15:27.265Z | Downloaded assert_matches v1.5.0 |
1255 | 2024-07-10T23:15:27.265Z | Downloaded assert_cmd v2.0.14 |
1256 | 2024-07-10T23:15:27.265Z | Downloaded ascii-canvas v3.0.0 |
1257 | 2024-07-10T23:15:27.265Z | Downloaded anes v0.1.6 |
1258 | 2024-07-10T23:15:27.265Z | Downloaded cfg_aliases v0.1.1 |
1259 | 2024-07-10T23:15:27.265Z | Downloaded camino-tempfile v1.1.1 |
1260 | 2024-07-10T23:15:27.265Z | Downloaded block-padding v0.3.3 |
1261 | 2024-07-10T23:15:27.265Z | Downloaded bitstruct v0.1.1 |
1262 | 2024-07-10T23:15:27.265Z | Downloaded async-recursion v1.1.1 |
1263 | 2024-07-10T23:15:27.265Z | Downloaded approx v0.5.1 |
1264 | 2024-07-10T23:15:27.289Z | Downloaded aead v0.5.2 |
1265 | 2024-07-10T23:15:27.289Z | Downloaded arrayref v0.3.7 |
1266 | 2024-07-10T23:15:27.289Z | Downloaded async-stream-impl v0.3.5 |
1267 | 2024-07-10T23:15:27.289Z | Downloaded addr2line v0.21.0 |
1268 | 2024-07-10T23:15:28.229Z | Compiling serde v1.0.204 |
1269 | 2024-07-10T23:15:28.229Z | Checking cfg-if v1.0.0 |
1270 | 2024-07-10T23:15:28.297Z | Compiling libm v0.2.8 |
1271 | 2024-07-10T23:15:28.297Z | Compiling num-traits v0.2.19 |
1272 | 2024-07-10T23:15:28.353Z | Checking libc v0.2.155 |
1273 | 2024-07-10T23:15:28.377Z | Compiling syn v2.0.68 |
1274 | 2024-07-10T23:15:28.402Z | Compiling ahash v0.8.11 |
1275 | 2024-07-10T23:15:28.402Z | Compiling getrandom v0.2.14 |
1276 | 2024-07-10T23:15:28.468Z | Compiling serde_json v1.0.120 |
1277 | 2024-07-10T23:15:28.663Z | Compiling generic-array v0.14.7 |
1278 | 2024-07-10T23:15:28.811Z | Compiling log v0.4.21 |
1279 | 2024-07-10T23:15:28.835Z | Checking scopeguard v1.2.0 |
1280 | 2024-07-10T23:15:28.883Z | Checking memchr v2.7.2 |
1281 | 2024-07-10T23:15:28.883Z | Compiling syn v1.0.109 |
1282 | 2024-07-10T23:15:28.979Z | Checking lock_api v0.4.12 |
1283 | 2024-07-10T23:15:29.046Z | Checking itoa v1.0.11 |
1284 | 2024-07-10T23:15:29.148Z | Checking byteorder v1.5.0 |
1285 | 2024-07-10T23:15:29.226Z | Compiling allocator-api2 v0.2.18 |
1286 | 2024-07-10T23:15:29.444Z | Checking smallvec v1.13.2 |
1287 | 2024-07-10T23:15:29.566Z | Compiling schemars v0.8.21 |
1288 | 2024-07-10T23:15:29.734Z | Checking rand_core v0.6.4 |
1289 | 2024-07-10T23:15:29.803Z | Compiling ring v0.17.8 |
1290 | 2024-07-10T23:15:29.826Z | Compiling time-macros v0.2.18 |
1291 | 2024-07-10T23:15:29.933Z | Checking once_cell v1.19.0 |
1292 | 2024-07-10T23:15:30.026Z | Compiling slog v2.7.0 |
1293 | 2024-07-10T23:15:30.064Z | Checking parking_lot_core v0.9.10 |
1294 | 2024-07-10T23:15:30.273Z | Compiling aho-corasick v1.1.3 |
1295 | 2024-07-10T23:15:30.405Z | Checking parking_lot v0.12.2 |
1296 | 2024-07-10T23:15:30.602Z | Checking pin-project-lite v0.2.14 |
1297 | 2024-07-10T23:15:30.745Z | Compiling regex-syntax v0.8.3 |
1298 | 2024-07-10T23:15:32.721Z | Checking signal-hook-registry v1.4.2 |
1299 | 2024-07-10T23:15:32.976Z | Compiling crossbeam-utils v0.8.19 |
1300 | 2024-07-10T23:15:33.007Z | Checking mio v0.8.11 |
1301 | 2024-07-10T23:15:33.609Z | Compiling iana-time-zone v0.1.60 |
1302 | 2024-07-10T23:15:33.667Z | Checking num_cpus v1.16.0 |
1303 | 2024-07-10T23:15:33.791Z | Checking spin v0.9.8 |
1304 | 2024-07-10T23:15:34.098Z | Compiling regex-automata v0.4.6 |
1305 | 2024-07-10T23:15:34.123Z | Compiling rustls v0.21.12 |
1306 | 2024-07-10T23:15:34.467Z | Checking typenum v1.17.0 |
1307 | 2024-07-10T23:15:34.594Z | Compiling cookie v0.17.0 |
1308 | 2024-07-10T23:15:34.855Z | Checking futures-core v0.3.30 |
1309 | 2024-07-10T23:15:35.011Z | Compiling dyn-clone v1.0.17 |
1310 | 2024-07-10T23:15:35.217Z | Compiling serde_derive_internals v0.29.1 |
1311 | 2024-07-10T23:15:35.577Z | Checking socket2 v0.5.7 |
1312 | 2024-07-10T23:15:35.624Z | Compiling backtrace v0.3.71 |
1313 | 2024-07-10T23:15:35.691Z | Checking ryu v1.0.18 |
1314 | 2024-07-10T23:15:35.910Z | Checking subtle v2.5.0 |
1315 | 2024-07-10T23:15:36.031Z | Compiling anyhow v1.0.86 |
1316 | 2024-07-10T23:15:36.655Z | Compiling unicode-normalization v0.1.23 |
1317 | 2024-07-10T23:15:36.692Z | Compiling unicode-bidi v0.3.15 |
1318 | 2024-07-10T23:15:36.915Z | Checking futures-sink v0.3.30 |
1319 | 2024-07-10T23:15:37.063Z | Compiling untrusted v0.9.0 |
1320 | 2024-07-10T23:15:37.235Z | Compiling either v1.12.0 |
1321 | 2024-07-10T23:15:37.585Z | Checking futures-channel v0.3.30 |
1322 | 2024-07-10T23:15:37.609Z | Checking slab v0.4.9 |
1323 | 2024-07-10T23:15:37.709Z | Checking futures-io v0.3.30 |
1324 | 2024-07-10T23:15:37.895Z | Checking futures-task v0.3.30 |
1325 | 2024-07-10T23:15:37.918Z | Compiling const-oid v0.9.6 |
1326 | 2024-07-10T23:15:37.942Z | Checking pin-utils v0.1.0 |
1327 | 2024-07-10T23:15:38.023Z | Compiling winnow v0.5.40 |
1328 | 2024-07-10T23:15:38.093Z | Compiling time v0.3.36 |
1329 | 2024-07-10T23:15:39.576Z | Compiling regex v1.10.5 |
1330 | 2024-07-10T23:15:40.381Z | Compiling signal-hook v0.3.17 |
1331 | 2024-07-10T23:15:40.663Z | Compiling rustls-webpki v0.101.7 |
1332 | 2024-07-10T23:15:40.692Z | Compiling sct v0.7.1 |
1333 | 2024-07-10T23:15:40.989Z | Compiling idna v0.5.0 |
1334 | 2024-07-10T23:15:41.337Z | Compiling siphasher v0.3.11 |
1335 | 2024-07-10T23:15:41.666Z | Compiling url v2.5.0 |
1336 | 2024-07-10T23:15:41.729Z | Compiling serde_derive v1.0.204 |
1337 | 2024-07-10T23:15:41.797Z | Compiling zerocopy-derive v0.7.34 |
1338 | 2024-07-10T23:15:42.350Z | Compiling zeroize_derive v1.4.2 |
1339 | 2024-07-10T23:15:42.379Z | Compiling thiserror-impl v1.0.60 |
1340 | 2024-07-10T23:15:42.565Z | Compiling tokio-macros v2.3.0 |
1341 | 2024-07-10T23:15:42.839Z | Compiling futures-macro v0.3.30 |
1342 | 2024-07-10T23:15:43.363Z | Compiling tracing-attributes v0.1.27 |
1343 | 2024-07-10T23:15:43.837Z | Compiling zerocopy v0.7.34 |
1344 | 2024-07-10T23:15:43.860Z | Compiling schemars_derive v0.8.21 |
1345 | 2024-07-10T23:15:44.120Z | Checking zeroize v1.7.0 |
1346 | 2024-07-10T23:15:44.375Z | Compiling openssl-macros v0.1.1 |
1347 | 2024-07-10T23:15:44.710Z | Compiling async-trait v0.1.81 |
1348 | 2024-07-10T23:15:45.305Z | Compiling thiserror v1.0.60 |
1349 | 2024-07-10T23:15:45.781Z | Compiling hashbrown v0.14.5 |
1350 | 2024-07-10T23:15:45.812Z | Compiling scroll_derive v0.12.0 |
1351 | 2024-07-10T23:15:45.951Z | Compiling pest v2.7.10 |
1352 | 2024-07-10T23:15:46.141Z | Compiling der_derive v0.7.2 |
1353 | 2024-07-10T23:15:46.827Z | Checking crypto-common v0.1.6 |
1354 | 2024-07-10T23:15:47.014Z | Compiling futures-util v0.3.30 |
1355 | 2024-07-10T23:15:47.169Z | Compiling scroll v0.12.0 |
1356 | 2024-07-10T23:15:47.653Z | Compiling goblin v0.8.2 |
1357 | 2024-07-10T23:15:48.190Z | Compiling pest_meta v2.7.10 |
1358 | 2024-07-10T23:15:48.353Z | Compiling tracing v0.1.40 |
1359 | 2024-07-10T23:15:48.378Z | Compiling clap_derive v4.5.4 |
1360 | 2024-07-10T23:15:48.834Z | Compiling block-buffer v0.10.4 |
1361 | 2024-07-10T23:15:49.390Z | Compiling pest_generator v2.7.10 |
1362 | 2024-07-10T23:15:51.108Z | Compiling digest v0.10.7 |
1363 | 2024-07-10T23:15:51.538Z | Compiling zerocopy-derive v0.6.6 |
1364 | 2024-07-10T23:15:52.523Z | Compiling idna v0.3.0 |
1365 | 2024-07-10T23:15:52.567Z | Compiling ppv-lite86 v0.2.17 |
1366 | 2024-07-10T23:15:52.805Z | Compiling pest_derive v2.7.10 |
1367 | 2024-07-10T23:15:53.399Z | Checking bytes v1.6.0 |
1368 | 2024-07-10T23:15:53.553Z | Checking bitflags v2.5.0 |
1369 | 2024-07-10T23:15:53.815Z | Compiling dtrace-parser v0.2.0 |
1370 | 2024-07-10T23:15:53.849Z | Compiling psl-types v2.0.11 |
1371 | 2024-07-10T23:15:54.424Z | Compiling indexmap v2.2.6 |
1372 | 2024-07-10T23:15:54.946Z | Compiling semver v1.0.23 |
1373 | 2024-07-10T23:15:54.982Z | Compiling serde_tokenstream v0.2.1 |
1374 | 2024-07-10T23:15:55.183Z | Compiling uuid v1.9.1 |
1375 | 2024-07-10T23:15:55.463Z | Compiling chrono v0.4.38 |
1376 | 2024-07-10T23:15:55.653Z | Checking tokio v1.38.0 |
1377 | 2024-07-10T23:15:55.716Z | Compiling http v0.2.12 |
1378 | 2024-07-10T23:15:56.440Z | Compiling rustc_version v0.4.0 |
1379 | 2024-07-10T23:15:56.821Z | Compiling toml_datetime v0.6.6 |
1380 | 2024-07-10T23:15:56.844Z | Compiling serde_spanned v0.6.6 |
1381 | 2024-07-10T23:15:57.044Z | Compiling dof v0.3.0 |
1382 | 2024-07-10T23:15:57.131Z | Compiling rustix v0.38.34 |
1383 | 2024-07-10T23:15:57.265Z | Compiling openapiv3 v2.0.0 |
1384 | 2024-07-10T23:15:58.844Z | Compiling usdt-impl v0.5.0 |
1385 | 2024-07-10T23:15:59.044Z | Compiling toml_edit v0.19.15 |
1386 | 2024-07-10T23:15:59.664Z | Compiling http-body v0.4.6 |
1387 | 2024-07-10T23:15:59.880Z | Compiling openssl v0.10.64 |
1388 | 2024-07-10T23:16:00.062Z | Compiling heapless v0.7.17 |
1389 | 2024-07-10T23:16:00.308Z | Compiling usdt-attr-macro v0.5.0 |
1390 | 2024-07-10T23:16:00.434Z | Compiling usdt-macro v0.5.0 |
1391 | 2024-07-10T23:16:01.036Z | Compiling serde_urlencoded v0.7.1 |
1392 | 2024-07-10T23:16:01.372Z | Compiling publicsuffix v2.2.3 |
1393 | 2024-07-10T23:16:01.540Z | Compiling rand_chacha v0.3.1 |
1394 | 2024-07-10T23:16:01.827Z | Compiling crossbeam-epoch v0.9.18 |
1395 | 2024-07-10T23:16:02.004Z | Compiling rand v0.8.5 |
1396 | 2024-07-10T23:16:02.041Z | Compiling cookie_store v0.20.0 |
1397 | 2024-07-10T23:16:02.508Z | Compiling webpki-roots v0.25.4 |
1398 | 2024-07-10T23:16:02.655Z | Compiling unicode-xid v0.2.4 |
1399 | 2024-07-10T23:16:02.679Z | Compiling bit-vec v0.6.3 |
1400 | 2024-07-10T23:16:02.834Z | Compiling gimli v0.28.1 |
1401 | 2024-07-10T23:16:03.120Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1402 | 2024-07-10T23:16:03.478Z | Compiling tokio-util v0.7.11 |
1403 | 2024-07-10T23:16:03.502Z | Compiling tokio-rustls v0.24.1 |
1404 | 2024-07-10T23:16:03.859Z | Compiling enum-as-inner v0.5.1 |
1405 | 2024-07-10T23:16:03.882Z | Compiling phf_shared v0.10.0 |
1406 | 2024-07-10T23:16:04.158Z | Compiling lazy_static v1.5.0 |
1407 | 2024-07-10T23:16:04.236Z | Compiling object v0.32.2 |
1408 | 2024-07-10T23:16:04.275Z | Compiling h2 v0.3.26 |
1409 | 2024-07-10T23:16:04.667Z | Compiling new_debug_unreachable v1.0.6 |
1410 | 2024-07-10T23:16:04.711Z | Compiling smoltcp v0.9.1 |
1411 | 2024-07-10T23:16:04.766Z | Compiling fixedbitset v0.4.2 |
1412 | 2024-07-10T23:16:05.176Z | Compiling native-tls v0.2.11 |
1413 | 2024-07-10T23:16:05.357Z | Compiling minimal-lexical v0.2.1 |
1414 | 2024-07-10T23:16:05.760Z | Compiling tokio-native-tls v0.3.1 |
1415 | 2024-07-10T23:16:05.864Z | Compiling rustc-demangle v0.1.24 |
1416 | 2024-07-10T23:16:06.066Z | Compiling precomputed-hash v0.1.1 |
1417 | 2024-07-10T23:16:06.193Z | Compiling base64ct v1.6.0 |
1418 | 2024-07-10T23:16:06.283Z | Compiling toml_edit v0.22.14 |
1419 | 2024-07-10T23:16:06.784Z | Compiling addr2line v0.21.0 |
1420 | 2024-07-10T23:16:06.823Z | Compiling pem-rfc7468 v0.7.0 |
1421 | 2024-07-10T23:16:07.192Z | Compiling string_cache v0.8.7 |
1422 | 2024-07-10T23:16:07.423Z | Compiling nom v7.1.3 |
1423 | 2024-07-10T23:16:07.558Z | Compiling petgraph v0.6.5 |
1424 | 2024-07-10T23:16:07.582Z | Compiling bit-set v0.5.3 |
1425 | 2024-07-10T23:16:07.686Z | Compiling futures-executor v0.3.30 |
1426 | 2024-07-10T23:16:07.851Z | Compiling hmac v0.12.1 |
1427 | 2024-07-10T23:16:08.096Z | Compiling hubpack_derive v0.1.1 |
1428 | 2024-07-10T23:16:08.296Z | Compiling itertools v0.10.5 |
1429 | 2024-07-10T23:16:08.860Z | Compiling diesel_table_macro_syntax v0.1.0 |
1430 | 2024-07-10T23:16:09.218Z | Compiling num-integer v0.1.46 |
1431 | 2024-07-10T23:16:09.884Z | Compiling fs-err v2.11.0 |
1432 | 2024-07-10T23:16:10.132Z | Compiling hyper v0.14.28 |
1433 | 2024-07-10T23:16:10.566Z | Compiling unicode-segmentation v1.11.0 |
1434 | 2024-07-10T23:16:10.618Z | Compiling flagset v0.4.5 |
1435 | 2024-07-10T23:16:10.680Z | Compiling lalrpop-util v0.19.12 |
1436 | 2024-07-10T23:16:10.816Z | Checking fnv v1.0.7 |
1437 | 2024-07-10T23:16:10.945Z | Compiling der v0.7.9 |
1438 | 2024-07-10T23:16:11.321Z | Compiling diesel_derives v2.1.4 |
1439 | 2024-07-10T23:16:11.345Z | Compiling futures v0.3.30 |
1440 | 2024-07-10T23:16:11.462Z | Compiling hex v0.4.3 |
1441 | 2024-07-10T23:16:11.802Z | Compiling itertools v0.12.1 |
1442 | 2024-07-10T23:16:11.985Z | Compiling finl_unicode v1.2.0 |
1443 | 2024-07-10T23:16:13.159Z | Compiling spki v0.7.3 |
1444 | 2024-07-10T23:16:13.489Z | Compiling stringprep v0.1.4 |
1445 | 2024-07-10T23:16:13.513Z | Compiling sha2 v0.10.8 |
1446 | 2024-07-10T23:16:13.827Z | Compiling toml v0.7.8 |
1447 | 2024-07-10T23:16:13.903Z | Compiling md-5 v0.10.6 |
1448 | 2024-07-10T23:16:14.136Z | Compiling strum_macros v0.25.3 |
1449 | 2024-07-10T23:16:14.423Z | Compiling serde_repr v0.1.19 |
1450 | 2024-07-10T23:16:14.590Z | Compiling hash32 v0.2.1 |
1451 | 2024-07-10T23:16:14.614Z | Checking tinyvec_macros v0.1.1 |
1452 | 2024-07-10T23:16:14.700Z | Compiling fallible-iterator v0.2.0 |
1453 | 2024-07-10T23:16:14.917Z | Compiling stable_deref_trait v1.2.0 |
1454 | 2024-07-10T23:16:15.310Z | Compiling postgres-protocol v0.6.6 |
1455 | 2024-07-10T23:16:15.334Z | Checking tinyvec v1.6.0 |
1456 | 2024-07-10T23:16:15.448Z | Compiling pkcs8 v0.10.2 |
1457 | 2024-07-10T23:16:15.974Z | Compiling hyper-rustls v0.24.2 |
1458 | 2024-07-10T23:16:16.096Z | Compiling hyper-tls v0.5.0 |
1459 | 2024-07-10T23:16:16.151Z | Compiling ipnetwork v0.20.0 |
1460 | 2024-07-10T23:16:16.302Z | Compiling terminal_size v0.3.0 |
1461 | 2024-07-10T23:16:16.394Z | Compiling reqwest v0.11.27 |
1462 | 2024-07-10T23:16:16.435Z | Compiling block-padding v0.3.3 |
1463 | 2024-07-10T23:16:16.501Z | Compiling phf_shared v0.11.2 |
1464 | 2024-07-10T23:16:16.662Z | Compiling ff v0.13.0 |
1465 | 2024-07-10T23:16:16.852Z | Compiling scheduled-thread-pool v0.2.7 |
1466 | 2024-07-10T23:16:16.885Z | Compiling base16ct v0.2.0 |
1467 | 2024-07-10T23:16:17.166Z | Compiling bitflags v1.3.2 |
1468 | 2024-07-10T23:16:17.265Z | Compiling matches v0.1.10 |
1469 | 2024-07-10T23:16:17.361Z | Compiling peg-runtime v0.8.3 |
1470 | 2024-07-10T23:16:17.421Z | Compiling managed v0.8.0 |
1471 | 2024-07-10T23:16:17.446Z | Checking equivalent v1.0.1 |
1472 | 2024-07-10T23:16:17.556Z | Compiling idna v0.2.3 |
1473 | 2024-07-10T23:16:17.862Z | Compiling r2d2 v0.8.10 |
1474 | 2024-07-10T23:16:18.002Z | Compiling sec1 v0.7.3 |
1475 | 2024-07-10T23:16:18.187Z | Compiling clap_builder v4.5.2 |
1476 | 2024-07-10T23:16:18.513Z | Compiling signal-hook-mio v0.2.3 |
1477 | 2024-07-10T23:16:18.661Z | Compiling usdt v0.5.0 |
1478 | 2024-07-10T23:16:18.741Z | Compiling group v0.13.0 |
1479 | 2024-07-10T23:16:18.796Z | Compiling phf v0.11.2 |
1480 | 2024-07-10T23:16:18.944Z | Compiling inout v0.1.3 |
1481 | 2024-07-10T23:16:19.044Z | Compiling postgres-types v0.2.6 |
1482 | 2024-07-10T23:16:19.067Z | Compiling num-iter v0.1.45 |
1483 | 2024-07-10T23:16:19.127Z | Compiling num-bigint v0.4.5 |
1484 | 2024-07-10T23:16:19.220Z | Compiling hubpack v0.1.2 |
1485 | 2024-07-10T23:16:19.244Z | Compiling hkdf v0.12.4 |
1486 | 2024-07-10T23:16:19.632Z | Compiling zerocopy v0.6.6 |
1487 | 2024-07-10T23:16:19.750Z | Compiling crypto-bigint v0.5.5 |
1488 | 2024-07-10T23:16:20.198Z | Compiling float-cmp v0.9.0 |
1489 | 2024-07-10T23:16:20.347Z | Compiling predicates-core v1.0.6 |
1490 | 2024-07-10T23:16:20.371Z | Compiling whoami v1.5.1 |
1491 | 2024-07-10T23:16:20.401Z | Compiling data-encoding v2.6.0 |
1492 | 2024-07-10T23:16:20.669Z | Compiling difflib v0.4.0 |
1493 | 2024-07-10T23:16:20.970Z | Compiling static_assertions v1.1.0 |
1494 | 2024-07-10T23:16:21.097Z | Checking cpufeatures v0.2.12 |
1495 | 2024-07-10T23:16:21.188Z | Compiling normalize-line-endings v0.3.0 |
1496 | 2024-07-10T23:16:21.305Z | Compiling predicates v3.1.0 |
1497 | 2024-07-10T23:16:22.130Z | Compiling yasna v0.5.2 |
1498 | 2024-07-10T23:16:22.202Z | Compiling diesel v2.1.6 |
1499 | 2024-07-10T23:16:22.439Z | Compiling elliptic-curve v0.13.8 |
1500 | 2024-07-10T23:16:22.829Z | Compiling clap v4.5.4 |
1501 | 2024-07-10T23:16:22.941Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1502 | 2024-07-10T23:16:23.188Z | Compiling trust-dns-proto v0.22.0 |
1503 | 2024-07-10T23:16:23.815Z | Compiling tokio-postgres v0.7.10 |
1504 | 2024-07-10T23:16:24.841Z | Compiling cipher v0.4.4 |
1505 | 2024-07-10T23:16:25.289Z | Compiling crossterm v0.27.0 |
1506 | 2024-07-10T23:16:27.941Z | Compiling similar v2.5.0 |
1507 | 2024-07-10T23:16:28.125Z | Compiling console v0.15.8 |
1508 | 2024-07-10T23:16:28.222Z | Compiling tokio-stream v0.1.15 |
1509 | 2024-07-10T23:16:28.462Z | Compiling bstr v1.9.1 |
1510 | 2024-07-10T23:16:29.511Z | Checking tracing-core v0.1.32 |
1511 | 2024-07-10T23:16:29.676Z | Checking percent-encoding v2.3.1 |
1512 | 2024-07-10T23:16:30.088Z | Checking form_urlencoded v1.2.1 |
1513 | 2024-07-10T23:16:30.112Z | Checking powerfmt v0.2.0 |
1514 | 2024-07-10T23:16:30.283Z | Checking num-conv v0.1.0 |
1515 | 2024-07-10T23:16:30.356Z | Checking deranged v0.3.11 |
1516 | 2024-07-10T23:16:30.496Z | Checking unicode-ident v1.0.12 |
1517 | 2024-07-10T23:16:30.519Z | Checking time-core v0.1.2 |
1518 | 2024-07-10T23:16:30.553Z | Checking num_threads v0.1.7 |
1519 | 2024-07-10T23:16:30.652Z | Checking httparse v1.8.0 |
1520 | 2024-07-10T23:16:30.679Z | Checking unicode-width v0.1.13 |
1521 | 2024-07-10T23:16:31.033Z | Checking errno v0.3.9 |
1522 | 2024-07-10T23:16:31.288Z | Checking proc-macro2 v1.0.86 |
1523 | 2024-07-10T23:16:31.883Z | Checking quote v1.0.36 |
1524 | 2024-07-10T23:16:32.020Z | Checking adler v1.0.2 |
1525 | 2024-07-10T23:16:32.046Z | Checking try-lock v0.2.5 |
1526 | 2024-07-10T23:16:32.164Z | Checking miniz_oxide v0.7.2 |
1527 | 2024-07-10T23:16:32.188Z | Checking base64 v0.21.7 |
1528 | 2024-07-10T23:16:32.626Z | Checking want v0.3.1 |
1529 | 2024-07-10T23:16:32.966Z | Checking tower-service v0.3.2 |
1530 | 2024-07-10T23:16:33.281Z | Checking httpdate v1.0.3 |
1531 | 2024-07-10T23:16:33.533Z | Checking foreign-types-shared v0.1.1 |
1532 | 2024-07-10T23:16:33.643Z | Checking openssl-probe v0.1.5 |
1533 | 2024-07-10T23:16:33.667Z | Checking foreign-types v0.3.2 |
1534 | 2024-07-10T23:16:33.767Z | Checking openssl-sys v0.9.102 |
1535 | 2024-07-10T23:16:33.794Z | Checking mime v0.3.17 |
1536 | 2024-07-10T23:16:33.961Z | Checking ipnet v2.9.0 |
1537 | 2024-07-10T23:16:34.373Z | Checking utf8parse v0.2.1 |
1538 | 2024-07-10T23:16:38.241Z | Checking encoding_rs v0.8.34 |
1539 | 2024-07-10T23:16:38.558Z | Checking anstyle v1.0.7 |
1540 | 2024-07-10T23:16:40.073Z | Checking rustls-pemfile v1.0.4 |
1541 | 2024-07-10T23:16:40.141Z | Checking plain v0.2.3 |
1542 | 2024-07-10T23:16:40.167Z | Checking ucd-trie v0.1.6 |
1543 | 2024-07-10T23:16:40.286Z | Checking sync_wrapper v0.1.2 |
1544 | 2024-07-10T23:16:40.347Z | Checking anstyle-parse v0.2.4 |
1545 | 2024-07-10T23:16:40.411Z | Checking pretty-hex v0.4.1 |
1546 | 2024-07-10T23:16:40.558Z | Checking is_terminal_polyfill v1.70.0 |
1547 | 2024-07-10T23:16:40.583Z | Checking anstyle-query v1.0.3 |
1548 | 2024-07-10T23:16:40.608Z | Checking colorchoice v1.0.1 |
1549 | 2024-07-10T23:16:40.713Z | Checking thread-id v4.2.1 |
1550 | 2024-07-10T23:16:40.741Z | Checking anstream v0.6.14 |
1551 | 2024-07-10T23:16:40.795Z | Checking strsim v0.11.1 |
1552 | 2024-07-10T23:16:40.824Z | Checking clap_lex v0.7.0 |
1553 | 2024-07-10T23:16:41.133Z | Checking memmap v0.7.0 |
1554 | 2024-07-10T23:16:41.307Z | Checking crc32fast v1.4.0 |
1555 | 2024-07-10T23:16:42.409Z | Checking flate2 v1.0.30 |
1556 | 2024-07-10T23:16:43.116Z | Checking winnow v0.6.8 |
1557 | 2024-07-10T23:16:50.958Z | Compiling regress v0.9.1 |
1558 | 2024-07-10T23:16:51.112Z | Compiling getopts v0.2.21 |
1559 | 2024-07-10T23:16:51.860Z | Compiling unsafe-libyaml v0.2.11 |
1560 | 2024-07-10T23:16:51.996Z | Checking heck v0.5.0 |
1561 | 2024-07-10T23:16:53.174Z | Compiling serde_yaml v0.9.34+deprecated |
1562 | 2024-07-10T23:16:53.630Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1563 | 2024-07-10T23:16:53.906Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1564 | 2024-07-10T23:16:53.973Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1565 | 2024-07-10T23:16:53.997Z | Compiling paste v1.0.15 |
1566 | 2024-07-10T23:16:54.339Z | Checking camino v1.1.7 |
1567 | 2024-07-10T23:16:54.601Z | Checking is-terminal v0.4.12 |
1568 | 2024-07-10T23:16:54.873Z | Compiling strum_macros v0.26.4 |
1569 | 2024-07-10T23:16:55.006Z | Checking base64 v0.22.1 |
1570 | 2024-07-10T23:16:55.300Z | Compiling ident_case v1.0.1 |
1571 | 2024-07-10T23:16:55.420Z | Checking sha1 v0.10.6 |
1572 | 2024-07-10T23:16:55.464Z | Compiling darling_core v0.20.9 |
1573 | 2024-07-10T23:16:55.671Z | Compiling rustls v0.22.4 |
1574 | 2024-07-10T23:16:55.784Z | Checking http v1.1.0 |
1575 | 2024-07-10T23:16:55.934Z | Checking match_cfg v0.1.0 |
1576 | 2024-07-10T23:16:56.038Z | Checking hostname v0.3.1 |
1577 | 2024-07-10T23:16:56.163Z | Checking dirs-sys-next v0.1.2 |
1578 | 2024-07-10T23:16:56.327Z | Compiling multer v3.1.0 |
1579 | 2024-07-10T23:16:56.622Z | Checking dirs-next v2.0.0 |
1580 | 2024-07-10T23:16:56.747Z | Checking crossbeam-channel v0.5.12 |
1581 | 2024-07-10T23:16:57.050Z | Compiling async-stream-impl v0.3.5 |
1582 | 2024-07-10T23:16:57.075Z | Checking thread_local v1.1.8 |
1583 | 2024-07-10T23:16:57.181Z | Checking rustls-pki-types v1.7.0 |
1584 | 2024-07-10T23:16:57.333Z | Checking term v0.7.0 |
1585 | 2024-07-10T23:16:57.428Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1586 | 2024-07-10T23:16:57.557Z | Checking take_mut v0.2.2 |
1587 | 2024-07-10T23:16:57.700Z | Checking slog-async v2.8.0 |
1588 | 2024-07-10T23:16:57.773Z | Checking slog-term v2.9.1 |
1589 | 2024-07-10T23:16:57.797Z | Checking toml v0.8.14 |
1590 | 2024-07-10T23:16:58.013Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1591 | 2024-07-10T23:16:58.207Z | Checking rustls-webpki v0.102.4 |
1592 | 2024-07-10T23:16:58.287Z | Checking slog-json v2.6.1 |
1593 | 2024-07-10T23:16:58.459Z | Checking instant v0.1.12 |
1594 | 2024-07-10T23:16:58.523Z | Checking slog-bunyan v2.5.0 |
1595 | 2024-07-10T23:16:58.569Z | Checking rustls-pemfile v2.1.2 |
1596 | 2024-07-10T23:16:58.673Z | Checking fastrand v2.1.0 |
1597 | 2024-07-10T23:16:58.799Z | Checking debug-ignore v1.0.5 |
1598 | 2024-07-10T23:16:58.929Z | Checking quick-error v1.2.3 |
1599 | 2024-07-10T23:16:58.973Z | Checking tempfile v3.10.1 |
1600 | 2024-07-10T23:16:59.063Z | Checking atomic-waker v1.1.2 |
1601 | 2024-07-10T23:16:59.201Z | Checking waitgroup v0.1.2 |
1602 | 2024-07-10T23:16:59.297Z | Checking async-stream v0.3.5 |
1603 | 2024-07-10T23:16:59.513Z | Checking serde_path_to_error v0.1.16 |
1604 | 2024-07-10T23:16:59.555Z | Checking strum v0.26.2 |
1605 | 2024-07-10T23:16:59.693Z | Compiling structmeta-derive v0.3.0 |
1606 | 2024-07-10T23:16:59.717Z | Checking hostname v0.4.0 |
1607 | 2024-07-10T23:16:59.861Z | Checking newtype-uuid v1.1.0 |
1608 | 2024-07-10T23:17:00.082Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1609 | 2024-07-10T23:17:00.106Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1610 | 2024-07-10T23:17:00.743Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1611 | 2024-07-10T23:17:00.791Z | Checking macaddr v1.0.1 |
1612 | 2024-07-10T23:17:01.015Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1613 | 2024-07-10T23:17:01.132Z | Checking backoff v0.4.0 |
1614 | 2024-07-10T23:17:01.160Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1615 | 2024-07-10T23:17:01.385Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1616 | 2024-07-10T23:17:01.464Z | Checking wait-timeout v0.2.0 |
1617 | 2024-07-10T23:17:01.525Z | Compiling structmeta-derive v0.2.0 |
1618 | 2024-07-10T23:17:01.552Z | Checking rand_xorshift v0.3.0 |
1619 | 2024-07-10T23:17:01.639Z | Checking rusty-fork v0.3.0 |
1620 | 2024-07-10T23:17:01.713Z | Checking unarray v0.1.4 |
1621 | 2024-07-10T23:17:01.878Z | Compiling proc-macro-error v1.0.4 |
1622 | 2024-07-10T23:17:01.902Z | Compiling darling_macro v0.20.9 |
1623 | 2024-07-10T23:17:01.926Z | Checking proptest v1.4.0 |
1624 | 2024-07-10T23:17:02.101Z | Checking tokio-rustls v0.25.0 |
1625 | 2024-07-10T23:17:02.383Z | Compiling structmeta v0.3.0 |
1626 | 2024-07-10T23:17:02.526Z | Checking camino-tempfile v1.1.1 |
1627 | 2024-07-10T23:17:02.816Z | Compiling darling v0.20.9 |
1628 | 2024-07-10T23:17:02.845Z | Compiling proc-macro-crate v1.3.1 |
1629 | 2024-07-10T23:17:02.869Z | Compiling parse-display-derive v0.9.1 |
1630 | 2024-07-10T23:17:02.935Z | Compiling serde_with_macros v3.8.1 |
1631 | 2024-07-10T23:17:03.828Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1632 | 2024-07-10T23:17:04.156Z | Compiling num_enum_derive v0.5.11 |
1633 | 2024-07-10T23:17:04.195Z | Compiling structmeta v0.2.0 |
1634 | 2024-07-10T23:17:04.590Z | Compiling test-strategy v0.3.1 |
1635 | 2024-07-10T23:17:05.600Z | Checking serde_with v3.8.1 |
1636 | 2024-07-10T23:17:05.775Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1637 | 2024-07-10T23:17:05.984Z | Compiling foreign-types-macros v0.2.3 |
1638 | 2024-07-10T23:17:06.058Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1639 | 2024-07-10T23:17:06.309Z | Checking foreign-types-shared v0.3.1 |
1640 | 2024-07-10T23:17:06.548Z | Checking num_enum v0.5.11 |
1641 | 2024-07-10T23:17:06.696Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1642 | 2024-07-10T23:17:06.760Z | Checking cstr-argument v0.1.2 |
1643 | 2024-07-10T23:17:06.917Z | Checking pretty-hex v0.2.1 |
1644 | 2024-07-10T23:17:07.027Z | Checking parse-display v0.9.1 |
1645 | 2024-07-10T23:17:07.075Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1646 | 2024-07-10T23:17:07.174Z | Checking foreign-types v0.5.0 |
1647 | 2024-07-10T23:17:07.252Z | Checking tabwriter v1.4.0 |
1648 | 2024-07-10T23:17:07.283Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1649 | 2024-07-10T23:17:07.324Z | Checking colored v2.1.0 |
1650 | 2024-07-10T23:17:07.468Z | Checking socket2 v0.4.10 |
1651 | 2024-07-10T23:17:07.559Z | Checking smf v0.2.3 |
1652 | 2024-07-10T23:17:07.583Z | Checking humantime v2.1.0 |
1653 | 2024-07-10T23:17:07.608Z | Checking termcolor v1.4.1 |
1654 | 2024-07-10T23:17:07.917Z | Checking arc-swap v1.7.1 |
1655 | 2024-07-10T23:17:07.946Z | Checking newline-converter v0.3.0 |
1656 | 2024-07-10T23:17:08.000Z | Checking xattr v1.3.1 |
1657 | 2024-07-10T23:17:08.024Z | Checking filetime v0.2.23 |
1658 | 2024-07-10T23:17:08.063Z | Checking same-file v1.0.6 |
1659 | 2024-07-10T23:17:08.187Z | Checking expectorate v1.1.0 |
1660 | 2024-07-10T23:17:08.212Z | Checking utf-8 v0.7.6 |
1661 | 2024-07-10T23:17:08.212Z | Checking tar v0.4.40 |
1662 | 2024-07-10T23:17:08.255Z | Checking walkdir v2.5.0 |
1663 | 2024-07-10T23:17:08.330Z | Checking slog-scope v4.4.0 |
1664 | 2024-07-10T23:17:08.354Z | Checking termtree v0.4.1 |
1665 | 2024-07-10T23:17:08.409Z | Compiling heapless v0.8.0 |
1666 | 2024-07-10T23:17:08.509Z | Checking hash32 v0.3.1 |
1667 | 2024-07-10T23:17:08.533Z | Checking slog-stdlog v4.1.1 |
1668 | 2024-07-10T23:17:08.558Z | Checking predicates-tree v1.0.9 |
1669 | 2024-07-10T23:17:08.582Z | Compiling smoltcp v0.11.0 |
1670 | 2024-07-10T23:17:08.691Z | Checking embedded-io v0.4.0 |
1671 | 2024-07-10T23:17:08.715Z | Compiling crucible-workspace-hack v0.1.0 |
1672 | 2024-07-10T23:17:08.740Z | Checking slog-envlogger v2.2.0 |
1673 | 2024-07-10T23:17:08.885Z | Checking cobs v0.2.3 |
1674 | 2024-07-10T23:17:08.936Z | Checking sigpipe v0.1.3 |
1675 | 2024-07-10T23:17:08.962Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1676 | 2024-07-10T23:17:09.014Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1677 | 2024-07-10T23:17:09.074Z | Checking postcard v1.0.8 |
1678 | 2024-07-10T23:17:09.156Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1679 | 2024-07-10T23:17:09.181Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1680 | 2024-07-10T23:17:09.283Z | Checking pem v3.0.4 |
1681 | 2024-07-10T23:17:09.307Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1682 | 2024-07-10T23:17:09.501Z | Checking tungstenite v0.20.1 |
1683 | 2024-07-10T23:17:09.540Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1684 | 2024-07-10T23:17:09.719Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1685 | 2024-07-10T23:17:09.940Z | Compiling derive-where v1.2.7 |
1686 | 2024-07-10T23:17:10.031Z | Compiling mockall_derive v0.12.1 |
1687 | 2024-07-10T23:17:10.273Z | Compiling num-derive v0.4.2 |
1688 | 2024-07-10T23:17:10.822Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1689 | 2024-07-10T23:17:10.846Z | Checking atty v0.2.14 |
1690 | 2024-07-10T23:17:10.974Z | Checking downcast v0.11.0 |
1691 | 2024-07-10T23:17:11.001Z | Checking fragile v2.0.0 |
1692 | 2024-07-10T23:17:11.174Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1693 | 2024-07-10T23:17:11.252Z | Checking tokio-tungstenite v0.20.1 |
1694 | 2024-07-10T23:17:11.677Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1695 | 2024-07-10T23:17:11.844Z | Checking tungstenite v0.21.0 |
1696 | 2024-07-10T23:17:11.900Z | Checking env_logger v0.9.3 |
1697 | 2024-07-10T23:17:12.232Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1698 | 2024-07-10T23:17:12.290Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1699 | 2024-07-10T23:17:12.604Z | Compiling bitstruct_derive v0.1.0 |
1700 | 2024-07-10T23:17:12.639Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1701 | 2024-07-10T23:17:12.663Z | Checking tokio-tungstenite v0.21.0 |
1702 | 2024-07-10T23:17:12.688Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1703 | 2024-07-10T23:17:12.825Z | Checking ascii v1.1.0 |
1704 | 2024-07-10T23:17:13.122Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1705 | 2024-07-10T23:17:13.157Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1706 | 2024-07-10T23:17:13.201Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1707 | 2024-07-10T23:17:13.279Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1708 | 2024-07-10T23:17:13.390Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1709 | 2024-07-10T23:17:13.551Z | Checking erased-serde v0.3.31 |
1710 | 2024-07-10T23:17:13.641Z | Checking serde_arrays v0.1.0 |
1711 | 2024-07-10T23:17:13.808Z | Compiling heck v0.3.3 |
1712 | 2024-07-10T23:17:13.883Z | Checking bitstruct v0.1.1 |
1713 | 2024-07-10T23:17:13.983Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1714 | 2024-07-10T23:17:14.008Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1715 | 2024-07-10T23:17:14.042Z | Checking headers-core v0.2.0 |
1716 | 2024-07-10T23:17:14.166Z | Compiling zone_cfg_derive v0.1.2 |
1717 | 2024-07-10T23:17:14.191Z | Checking base64 v0.13.1 |
1718 | 2024-07-10T23:17:14.495Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1719 | 2024-07-10T23:17:14.563Z | Checking ron v0.7.1 |
1720 | 2024-07-10T23:17:14.828Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1721 | 2024-07-10T23:17:14.963Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1722 | 2024-07-10T23:17:15.479Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1723 | 2024-07-10T23:17:15.559Z | Checking zone v0.1.8 |
1724 | 2024-07-10T23:17:15.756Z | Checking headers v0.3.9 |
1725 | 2024-07-10T23:17:15.834Z | Checking portpicker v0.1.1 |
1726 | 2024-07-10T23:17:15.966Z | Checking rcgen v0.12.1 |
1727 | 2024-07-10T23:17:16.172Z | Checking atomicwrites v0.4.3 |
1728 | 2024-07-10T23:17:16.345Z | Checking subprocess v0.2.9 |
1729 | 2024-07-10T23:17:16.540Z | Compiling convert_case v0.4.0 |
1730 | 2024-07-10T23:17:16.767Z | Checking password-hash v0.5.0 |
1731 | 2024-07-10T23:17:16.830Z | Checking blake2 v0.10.6 |
1732 | 2024-07-10T23:17:16.991Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1733 | 2024-07-10T23:17:17.015Z | Checking mockall v0.12.1 |
1734 | 2024-07-10T23:17:17.183Z | Checking linked-hash-map v0.5.6 |
1735 | 2024-07-10T23:17:17.218Z | Compiling prettyplease v0.2.20 |
1736 | 2024-07-10T23:17:17.244Z | Checking swrite v0.1.0 |
1737 | 2024-07-10T23:17:17.244Z | Checking argon2 v0.5.3 |
1738 | 2024-07-10T23:17:17.284Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1739 | 2024-07-10T23:17:17.452Z | Compiling derive_more v0.99.18 |
1740 | 2024-07-10T23:17:17.492Z | Checking lru-cache v0.1.2 |
1741 | 2024-07-10T23:17:17.664Z | Compiling rayon-core v1.12.1 |
1742 | 2024-07-10T23:17:17.915Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1743 | 2024-07-10T23:17:17.955Z | Checking resolv-conf v0.7.0 |
1744 | 2024-07-10T23:17:18.004Z | Checking half v2.4.1 |
1745 | 2024-07-10T23:17:18.239Z | Checking ciborium-io v0.2.2 |
1746 | 2024-07-10T23:17:18.275Z | Compiling semver v0.1.20 |
1747 | 2024-07-10T23:17:18.299Z | Checking trust-dns-resolver v0.22.0 |
1748 | 2024-07-10T23:17:18.362Z | Compiling cancel-safe-futures v0.1.5 |
1749 | 2024-07-10T23:17:18.431Z | Checking ciborium-ll v0.2.2 |
1750 | 2024-07-10T23:17:18.652Z | Compiling rustc_version v0.1.7 |
1751 | 2024-07-10T23:17:18.712Z | Checking ciborium v0.2.2 |
1752 | 2024-07-10T23:17:19.116Z | Compiling newtype_derive v0.1.6 |
1753 | 2024-07-10T23:17:19.370Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1754 | 2024-07-10T23:17:19.821Z | Checking num-rational v0.4.2 |
1755 | 2024-07-10T23:17:20.107Z | Checking num-complex v0.4.6 |
1756 | 2024-07-10T23:17:20.331Z | Compiling slog-dtrace v0.3.0 |
1757 | 2024-07-10T23:17:20.537Z | Checking signature v2.2.0 |
1758 | 2024-07-10T23:17:20.649Z | Checking float-ord v0.3.2 |
1759 | 2024-07-10T23:17:20.782Z | Checking steno v0.4.1 |
1760 | 2024-07-10T23:17:20.860Z | Checking num v0.4.3 |
1761 | 2024-07-10T23:17:22.272Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1762 | 2024-07-10T23:17:22.332Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1763 | 2024-07-10T23:17:22.546Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1764 | 2024-07-10T23:17:23.708Z | Checking libsw v3.3.1 |
1765 | 2024-07-10T23:17:24.194Z | Checking owo-colors v4.0.0 |
1766 | 2024-07-10T23:17:24.262Z | Checking linear-map v1.2.0 |
1767 | 2024-07-10T23:17:25.683Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1768 | 2024-07-10T23:17:25.784Z | Checking nibble_vec v0.1.0 |
1769 | 2024-07-10T23:17:25.972Z | Checking endian-type v0.1.2 |
1770 | 2024-07-10T23:17:26.167Z | Checking radix_trie v0.2.1 |
1771 | 2024-07-10T23:17:26.539Z | Checking fxhash v0.2.1 |
1772 | 2024-07-10T23:17:26.626Z | Checking display-error-chain v0.2.0 |
1773 | 2024-07-10T23:17:26.712Z | Compiling home v0.5.9 |
1774 | 2024-07-10T23:17:26.737Z | Compiling radium v0.7.0 |
1775 | 2024-07-10T23:17:26.770Z | Compiling maybe-uninit v2.0.0 |
1776 | 2024-07-10T23:17:26.972Z | Checking tap v1.0.1 |
1777 | 2024-07-10T23:17:27.131Z | Checking wyz v0.5.1 |
1778 | 2024-07-10T23:17:27.289Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1779 | 2024-07-10T23:17:27.518Z | Compiling num-bigint-dig v0.8.4 |
1780 | 2024-07-10T23:17:27.543Z | Checking funty v2.0.0 |
1781 | 2024-07-10T23:17:27.696Z | Checking crc-catalog v2.4.0 |
1782 | 2024-07-10T23:17:27.802Z | Compiling packed_struct v0.10.1 |
1783 | 2024-07-10T23:17:27.874Z | Checking crc v3.2.1 |
1784 | 2024-07-10T23:17:28.263Z | Compiling packed_struct_codegen v0.10.1 |
1785 | 2024-07-10T23:17:28.318Z | Compiling indexmap v1.9.3 |
1786 | 2024-07-10T23:17:28.390Z | Checking bitvec v1.0.1 |
1787 | 2024-07-10T23:17:28.571Z | Checking nodrop v0.1.14 |
1788 | 2024-07-10T23:17:28.689Z | Checking array-init v0.0.4 |
1789 | 2024-07-10T23:17:28.917Z | Checking smallvec v0.6.14 |
1790 | 2024-07-10T23:17:29.545Z | Checking pkcs1 v0.7.5 |
1791 | 2024-07-10T23:17:29.586Z | Compiling ring v0.16.20 |
1792 | 2024-07-10T23:17:29.911Z | Compiling blake3 v1.5.1 |
1793 | 2024-07-10T23:17:30.419Z | Checking bitfield v0.14.0 |
1794 | 2024-07-10T23:17:30.557Z | Checking hashbrown v0.12.3 |
1795 | 2024-07-10T23:17:30.797Z | Checking serde-hex v0.1.0 |
1796 | 2024-07-10T23:17:31.154Z | Checking bzip2 v0.4.4 |
1797 | 2024-07-10T23:17:31.180Z | Checking rsa v0.9.6 |
1798 | 2024-07-10T23:17:31.426Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1799 | 2024-07-10T23:17:31.645Z | Checking env_logger v0.10.2 |
1800 | 2024-07-10T23:17:32.021Z | Checking x509-cert v0.2.5 |
1801 | 2024-07-10T23:17:32.111Z | Checking ron v0.8.1 |
1802 | 2024-07-10T23:17:32.135Z | Checking hashbrown v0.13.2 |
1803 | 2024-07-10T23:17:33.078Z | Checking crc-any v2.5.0 |
1804 | 2024-07-10T23:17:33.102Z | Checking object v0.30.4 |
1805 | 2024-07-10T23:17:33.219Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1806 | 2024-07-10T23:17:33.395Z | Checking zip v0.6.6 |
1807 | 2024-07-10T23:17:33.424Z | Checking path-slash v0.1.5 |
1808 | 2024-07-10T23:17:33.456Z | Compiling async-recursion v1.1.1 |
1809 | 2024-07-10T23:17:33.482Z | Checking gethostname v0.4.3 |
1810 | 2024-07-10T23:17:33.555Z | Checking maplit v1.0.2 |
1811 | 2024-07-10T23:17:33.615Z | Compiling parking_lot_core v0.8.6 |
1812 | 2024-07-10T23:17:33.665Z | Compiling libefi-sys v0.1.0 |
1813 | 2024-07-10T23:17:33.924Z | Compiling bitfield-struct v0.6.1 |
1814 | 2024-07-10T23:17:33.973Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1815 | 2024-07-10T23:17:34.007Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1816 | 2024-07-10T23:17:34.373Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1817 | 2024-07-10T23:17:34.451Z | Compiling crossbeam-deque v0.8.5 |
1818 | 2024-07-10T23:17:34.656Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1819 | 2024-07-10T23:17:34.760Z | Checking keccak v0.1.5 |
1820 | 2024-07-10T23:17:35.055Z | Checking sha3 v0.10.8 |
1821 | 2024-07-10T23:17:35.186Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1822 | 2024-07-10T23:17:35.646Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1823 | 2024-07-10T23:17:35.673Z | Checking parking_lot v0.11.2 |
1824 | 2024-07-10T23:17:35.699Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1825 | 2024-07-10T23:17:35.778Z | Checking trust-dns-client v0.22.0 |
1826 | 2024-07-10T23:17:35.861Z | Checking toml v0.5.11 |
1827 | 2024-07-10T23:17:35.978Z | Checking secrecy v0.8.0 |
1828 | 2024-07-10T23:17:36.135Z | Checking sled v0.34.7 |
1829 | 2024-07-10T23:17:36.174Z | Compiling rayon v1.10.0 |
1830 | 2024-07-10T23:17:36.876Z | Compiling memmap2 v0.9.4 |
1831 | 2024-07-10T23:17:37.047Z | Compiling constant_time_eq v0.3.0 |
1832 | 2024-07-10T23:17:37.148Z | Checking trust-dns-server v0.22.1 |
1833 | 2024-07-10T23:17:37.232Z | Compiling arrayvec v0.7.4 |
1834 | 2024-07-10T23:17:37.303Z | Compiling arrayref v0.3.7 |
1835 | 2024-07-10T23:17:37.412Z | Compiling spin v0.5.2 |
1836 | 2024-07-10T23:17:37.627Z | Compiling untrusted v0.7.1 |
1837 | 2024-07-10T23:17:37.651Z | Compiling buf-list v1.0.3 |
1838 | 2024-07-10T23:17:38.548Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1839 | 2024-07-10T23:17:38.743Z | Compiling toolchain_find v0.4.0 |
1840 | 2024-07-10T23:17:38.770Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1841 | 2024-07-10T23:17:38.830Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1842 | 2024-07-10T23:17:39.359Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1843 | 2024-07-10T23:17:39.440Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1844 | 2024-07-10T23:17:40.431Z | Compiling topological-sort v0.2.2 |
1845 | 2024-07-10T23:17:40.634Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1846 | 2024-07-10T23:17:41.121Z | Compiling omicron-zone-package v0.11.0 |
1847 | 2024-07-10T23:17:41.642Z | Compiling rustfmt-wrapper v0.2.1 |
1848 | 2024-07-10T23:17:42.286Z | Checking glob v0.3.1 |
1849 | 2024-07-10T23:17:42.378Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1850 | 2024-07-10T23:17:42.428Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1851 | 2024-07-10T23:17:42.581Z | Compiling curve25519-dalek v4.1.3 |
1852 | 2024-07-10T23:17:42.766Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1853 | 2024-07-10T23:17:43.170Z | Checking universal-hash v0.5.1 |
1854 | 2024-07-10T23:17:43.339Z | Checking opaque-debug v0.3.1 |
1855 | 2024-07-10T23:17:43.473Z | Compiling curve25519-dalek-derive v0.1.1 |
1856 | 2024-07-10T23:17:43.627Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1857 | 2024-07-10T23:17:44.311Z | Checking aead v0.5.2 |
1858 | 2024-07-10T23:17:44.421Z | Compiling pin-project-internal v1.1.5 |
1859 | 2024-07-10T23:17:44.956Z | Compiling vte_generate_state_changes v0.1.1 |
1860 | 2024-07-10T23:17:45.286Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1861 | 2024-07-10T23:17:45.516Z | Compiling unicase v2.7.0 |
1862 | 2024-07-10T23:17:45.878Z | Checking vte v0.11.1 |
1863 | 2024-07-10T23:17:45.982Z | Checking poly1305 v0.8.0 |
1864 | 2024-07-10T23:17:46.423Z | Checking chacha20 v0.9.1 |
1865 | 2024-07-10T23:17:46.448Z | Checking fd-lock v4.0.2 |
1866 | 2024-07-10T23:17:46.625Z | Compiling thiserror-impl-no-std v2.0.2 |
1867 | 2024-07-10T23:17:46.750Z | Checking nanorand v0.7.0 |
1868 | 2024-07-10T23:17:46.873Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1869 | 2024-07-10T23:17:46.941Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1870 | 2024-07-10T23:17:47.031Z | Checking strip-ansi-escapes v0.2.0 |
1871 | 2024-07-10T23:17:47.085Z | Checking flume v0.11.0 |
1872 | 2024-07-10T23:17:47.109Z | Checking pin-project v1.1.5 |
1873 | 2024-07-10T23:17:47.135Z | Checking kstat-rs v0.2.4 |
1874 | 2024-07-10T23:17:47.184Z | Checking nu-ansi-term v0.50.0 |
1875 | 2024-07-10T23:17:47.238Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1876 | 2024-07-10T23:17:47.481Z | Checking chacha20poly1305 v0.10.1 |
1877 | 2024-07-10T23:17:47.556Z | Checking reedline v0.31.0 |
1878 | 2024-07-10T23:17:47.581Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1879 | 2024-07-10T23:17:47.649Z | Compiling crunchy v0.2.2 |
1880 | 2024-07-10T23:17:47.921Z | Compiling mime_guess v2.0.4 |
1881 | 2024-07-10T23:17:48.168Z | Compiling clang-sys v1.7.0 |
1882 | 2024-07-10T23:17:48.530Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1883 | 2024-07-10T23:17:48.766Z | Compiling tiny-keccak v2.0.2 |
1884 | 2024-07-10T23:17:49.204Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1885 | 2024-07-10T23:17:49.376Z | Compiling memoffset v0.9.1 |
1886 | 2024-07-10T23:17:49.445Z | Checking bytecount v0.6.8 |
1887 | 2024-07-10T23:17:49.471Z | Checking thiserror-no-std v2.0.2 |
1888 | 2024-07-10T23:17:49.584Z | Checking vsss-rs v3.3.4 |
1889 | 2024-07-10T23:17:49.609Z | Compiling ref-cast v1.0.23 |
1890 | 2024-07-10T23:17:49.767Z | Checking papergrid v0.11.0 |
1891 | 2024-07-10T23:17:50.407Z | Compiling ascii-canvas v3.0.0 |
1892 | 2024-07-10T23:17:50.650Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1893 | 2024-07-10T23:17:50.879Z | Compiling tabled_derive v0.7.0 |
1894 | 2024-07-10T23:17:51.063Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1895 | 2024-07-10T23:17:51.222Z | Compiling snafu-derive v0.8.2 |
1896 | 2024-07-10T23:17:51.306Z | Compiling ref-cast-impl v1.0.23 |
1897 | 2024-07-10T23:17:52.164Z | Compiling ena v0.14.3 |
1898 | 2024-07-10T23:17:52.331Z | Compiling libloading v0.8.3 |
1899 | 2024-07-10T23:17:52.356Z | Compiling regex-syntax v0.6.29 |
1900 | 2024-07-10T23:17:52.510Z | Compiling diff v0.1.13 |
1901 | 2024-07-10T23:17:52.756Z | Compiling cfg_aliases v0.1.1 |
1902 | 2024-07-10T23:17:52.894Z | Checking http-range v0.1.5 |
1903 | 2024-07-10T23:17:53.065Z | Compiling bindgen v0.69.4 |
1904 | 2024-07-10T23:17:53.182Z | Checking hyper-staticfile v0.9.5 |
1905 | 2024-07-10T23:17:53.207Z | Checking tabled v0.15.0 |
1906 | 2024-07-10T23:17:53.561Z | Compiling nix v0.28.0 |
1907 | 2024-07-10T23:17:54.442Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1908 | 2024-07-10T23:17:54.471Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1909 | 2024-07-10T23:17:55.914Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1910 | 2024-07-10T23:17:59.878Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1911 | 2024-07-10T23:17:59.905Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1912 | 2024-07-10T23:17:59.905Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1913 | 2024-07-10T23:17:59.979Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1914 | 2024-07-10T23:18:00.671Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1915 | 2024-07-10T23:18:01.383Z | Checking snafu v0.8.2 |
1916 | 2024-07-10T23:18:01.824Z | Compiling lalrpop v0.19.12 |
1917 | 2024-07-10T23:18:01.931Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1918 | 2024-07-10T23:18:02.285Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1919 | 2024-07-10T23:18:03.877Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1920 | 2024-07-10T23:18:05.255Z | Compiling which v4.4.2 |
1921 | 2024-07-10T23:18:05.822Z | Checking globset v0.4.14 |
1922 | 2024-07-10T23:18:05.848Z | Checking olpc-cjson v0.1.3 |
1923 | 2024-07-10T23:18:06.063Z | Compiling cexpr v0.6.0 |
1924 | 2024-07-10T23:18:06.296Z | Checking serde_plain v1.0.2 |
1925 | 2024-07-10T23:18:06.519Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1926 | 2024-07-10T23:18:06.705Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1927 | 2024-07-10T23:18:06.767Z | Checking typed-path v0.7.1 |
1928 | 2024-07-10T23:18:07.401Z | Checking signature v1.6.4 |
1929 | 2024-07-10T23:18:07.523Z | Compiling lazycell v1.3.0 |
1930 | 2024-07-10T23:18:07.634Z | Compiling shlex v1.3.0 |
1931 | 2024-07-10T23:18:07.682Z | Compiling salty v0.2.0 |
1932 | 2024-07-10T23:18:08.064Z | Compiling rustc-hash v1.1.0 |
1933 | 2024-07-10T23:18:08.171Z | Checking ed25519 v1.5.3 |
1934 | 2024-07-10T23:18:08.419Z | Checking nix v0.27.1 |
1935 | 2024-07-10T23:18:08.453Z | Checking tough v0.17.1 |
1936 | 2024-07-10T23:18:08.913Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1937 | 2024-07-10T23:18:09.822Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1938 | 2024-07-10T23:18:10.555Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1939 | 2024-07-10T23:18:11.717Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1940 | 2024-07-10T23:18:12.044Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1941 | 2024-07-10T23:18:12.490Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1942 | 2024-07-10T23:18:13.156Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1943 | 2024-07-10T23:18:13.180Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1944 | 2024-07-10T23:18:13.392Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1945 | 2024-07-10T23:18:13.429Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1946 | 2024-07-10T23:18:13.578Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1947 | 2024-07-10T23:18:13.625Z | Compiling derive_builder_core v0.20.0 |
1948 | 2024-07-10T23:18:15.161Z | Checking serde-big-array v0.5.1 |
1949 | 2024-07-10T23:18:15.360Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1950 | 2024-07-10T23:18:15.612Z | Compiling libxml v0.3.3 |
1951 | 2024-07-10T23:18:15.726Z | Checking parse-size v1.0.0 |
1952 | 2024-07-10T23:18:15.795Z | Compiling derive_builder_macro v0.20.0 |
1953 | 2024-07-10T23:18:16.170Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1954 | 2024-07-10T23:18:16.457Z | Checking signal-hook-tokio v0.3.1 |
1955 | 2024-07-10T23:18:16.575Z | Compiling peg-macros v0.8.3 |
1956 | 2024-07-10T23:18:16.634Z | Checking serde-big-array v0.4.1 |
1957 | 2024-07-10T23:18:16.707Z | Compiling strum_macros v0.24.3 |
1958 | 2024-07-10T23:18:16.796Z | Compiling sqlparser_derive v0.2.2 |
1959 | 2024-07-10T23:18:17.837Z | Compiling cookie v0.18.1 |
1960 | 2024-07-10T23:18:17.861Z | Checking unicode_categories v0.1.1 |
1961 | 2024-07-10T23:18:18.118Z | Compiling indoc v1.0.9 |
1962 | 2024-07-10T23:18:18.255Z | Checking sqlformat v0.2.3 |
1963 | 2024-07-10T23:18:18.282Z | Checking rustyline v14.0.0 |
1964 | 2024-07-10T23:18:19.095Z | Checking sqlparser v0.45.0 |
1965 | 2024-07-10T23:18:19.722Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1966 | 2024-07-10T23:18:19.792Z | Checking peg v0.8.3 |
1967 | 2024-07-10T23:18:19.897Z | Checking sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1968 | 2024-07-10T23:18:20.039Z | Checking derive_builder v0.20.0 |
1969 | 2024-07-10T23:18:20.726Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1970 | 2024-07-10T23:18:21.598Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1971 | 2024-07-10T23:18:21.841Z | Checking bcs v0.1.6 |
1972 | 2024-07-10T23:18:22.186Z | Checking quick-xml v0.31.0 |
1973 | 2024-07-10T23:18:22.270Z | Compiling oso-derive v0.27.3 |
1974 | 2024-07-10T23:18:22.948Z | Compiling impl-trait-for-tuples v0.2.2 |
1975 | 2024-07-10T23:18:23.239Z | Checking heck v0.4.1 |
1976 | 2024-07-10T23:18:23.431Z | Checking corncobs v0.1.3 |
1977 | 2024-07-10T23:18:23.611Z | Checking highway v1.1.0 |
1978 | 2024-07-10T23:18:23.986Z | Checking sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1979 | 2024-07-10T23:18:24.010Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1980 | 2024-07-10T23:18:24.388Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1981 | 2024-07-10T23:18:24.612Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1982 | 2024-07-10T23:18:24.976Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1983 | 2024-07-10T23:18:25.052Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1984 | 2024-07-10T23:18:26.032Z | Compiling const_format_proc_macros v0.2.32 |
1985 | 2024-07-10T23:18:26.660Z | Checking bb8 v0.8.5 |
1986 | 2024-07-10T23:18:27.029Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1987 | 2024-07-10T23:18:27.082Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1988 | 2024-07-10T23:18:27.597Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1989 | 2024-07-10T23:18:27.998Z | Checking const_format v0.2.32 |
1990 | 2024-07-10T23:18:28.757Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1991 | 2024-07-10T23:18:29.898Z | Checking assert_matches v1.5.0 |
1992 | 2024-07-10T23:18:29.994Z | Compiling portable-atomic v1.6.0 |
1993 | 2024-07-10T23:18:30.244Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1994 | 2024-07-10T23:18:31.014Z | Checking rand_seeder v0.2.3 |
1995 | 2024-07-10T23:18:31.226Z | Checking number_prefix v0.4.0 |
1996 | 2024-07-10T23:18:31.399Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1997 | 2024-07-10T23:18:31.783Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1998 | 2024-07-10T23:18:31.874Z | Checking indicatif v0.17.8 |
1999 | 2024-07-10T23:18:31.998Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2000 | 2024-07-10T23:18:32.416Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2001 | 2024-07-10T23:18:32.611Z | Checking castaway v0.2.2 |
2002 | 2024-07-10T23:18:32.812Z | Checking compact_str v0.7.1 |
2003 | 2024-07-10T23:18:33.354Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2004 | 2024-07-10T23:18:33.502Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2005 | 2024-07-10T23:18:33.544Z | Checking unicode-truncate v1.0.0 |
2006 | 2024-07-10T23:18:33.658Z | Checking itertools v0.13.0 |
2007 | 2024-07-10T23:18:33.780Z | Checking lru v0.12.3 |
2008 | 2024-07-10T23:18:33.806Z | Compiling stability v0.2.0 |
2009 | 2024-07-10T23:18:34.086Z | Checking cassowary v0.3.0 |
2010 | 2024-07-10T23:18:34.582Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2011 | 2024-07-10T23:18:34.782Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2012 | 2024-07-10T23:18:35.756Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2013 | 2024-07-10T23:18:36.049Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2014 | 2024-07-10T23:18:36.134Z | Checking ratatui v0.27.0 |
2015 | 2024-07-10T23:18:36.847Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2016 | 2024-07-10T23:18:37.130Z | Checking smawk v0.3.2 |
2017 | 2024-07-10T23:18:37.169Z | Checking unicode-linebreak v0.1.5 |
2018 | 2024-07-10T23:18:37.322Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2019 | 2024-07-10T23:18:37.505Z | Checking textwrap v0.16.1 |
2020 | 2024-07-10T23:18:37.573Z | Checking is_ci v1.2.0 |
2021 | 2024-07-10T23:18:37.699Z | Checking supports-color v3.0.0 |
2022 | 2024-07-10T23:18:37.859Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2023 | 2024-07-10T23:18:37.886Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2024 | 2024-07-10T23:18:37.939Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2025 | 2024-07-10T23:18:38.699Z | Checking fatfs v0.3.6 |
2026 | 2024-07-10T23:18:39.436Z | Checking shell-words v1.1.0 |
2027 | 2024-07-10T23:18:39.581Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2028 | 2024-07-10T23:18:39.621Z | Checking cargo-platform v0.1.8 |
2029 | 2024-07-10T23:18:39.871Z | Checking rtoolbox v0.0.2 |
2030 | 2024-07-10T23:18:40.051Z | Compiling getrandom v0.1.16 |
2031 | 2024-07-10T23:18:40.213Z | Checking rpassword v7.3.1 |
2032 | 2024-07-10T23:18:40.354Z | Checking cargo_metadata v0.18.1 |
2033 | 2024-07-10T23:18:40.697Z | Checking tui-tree-widget v0.21.0 |
2034 | 2024-07-10T23:18:41.252Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2035 | 2024-07-10T23:18:41.715Z | Checking rfc6979 v0.4.0 |
2036 | 2024-07-10T23:18:42.222Z | Checking ecdsa v0.16.9 |
2037 | 2024-07-10T23:18:42.459Z | Checking rand_core v0.5.1 |
2038 | 2024-07-10T23:18:42.741Z | Checking primeorder v0.13.6 |
2039 | 2024-07-10T23:18:42.870Z | Checking yansi v0.5.1 |
2040 | 2024-07-10T23:18:43.123Z | Checking option-ext v0.2.0 |
2041 | 2024-07-10T23:18:43.251Z | Checking dirs-sys v0.4.1 |
2042 | 2024-07-10T23:18:43.378Z | Checking pretty_assertions v1.4.0 |
2043 | 2024-07-10T23:18:43.423Z | Checking rand_chacha v0.2.2 |
2044 | 2024-07-10T23:18:43.566Z | Checking polyval v0.6.2 |
2045 | 2024-07-10T23:18:43.739Z | Checking ed25519 v2.2.3 |
2046 | 2024-07-10T23:18:43.809Z | Checking blowfish v0.9.1 |
2047 | 2024-07-10T23:18:43.952Z | Checking aes v0.8.4 |
2048 | 2024-07-10T23:18:44.047Z | Checking ctr v0.9.2 |
2049 | 2024-07-10T23:18:44.305Z | Checking password-hash v0.4.2 |
2050 | 2024-07-10T23:18:44.683Z | Checking pbkdf2 v0.12.2 |
2051 | 2024-07-10T23:18:44.726Z | Checking plotters-backend v0.3.5 |
2052 | 2024-07-10T23:18:44.844Z | Checking hex-literal v0.4.1 |
2053 | 2024-07-10T23:18:44.967Z | Checking bcrypt-pbkdf v0.10.0 |
2054 | 2024-07-10T23:18:45.058Z | Checking plotters-svg v0.3.5 |
2055 | 2024-07-10T23:18:45.197Z | Checking pbkdf2 v0.11.0 |
2056 | 2024-07-10T23:18:45.274Z | Checking ed25519-dalek v2.1.1 |
2057 | 2024-07-10T23:18:45.450Z | Checking ghash v0.5.1 |
2058 | 2024-07-10T23:18:45.583Z | Checking rand v0.7.3 |
2059 | 2024-07-10T23:18:45.610Z | Checking dirs v5.0.1 |
2060 | 2024-07-10T23:18:45.743Z | Checking p256 v0.13.2 |
2061 | 2024-07-10T23:18:46.175Z | Checking p521 v0.13.3 |
2062 | 2024-07-10T23:18:46.587Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2063 | 2024-07-10T23:18:46.806Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2064 | 2024-07-10T23:18:47.283Z | Checking cbc v0.1.2 |
2065 | 2024-07-10T23:18:47.478Z | Checking russh-cryptovec v0.7.2 |
2066 | 2024-07-10T23:18:47.743Z | Checking cast v0.3.0 |
2067 | 2024-07-10T23:18:48.085Z | Checking md5 v0.7.0 |
2068 | 2024-07-10T23:18:48.110Z | Compiling target-lexicon v0.12.14 |
2069 | 2024-07-10T23:18:48.294Z | Compiling doc-comment v0.3.3 |
2070 | 2024-07-10T23:18:48.938Z | Checking russh-keys v0.43.0 |
2071 | 2024-07-10T23:18:49.039Z | Checking criterion-plot v0.5.0 |
2072 | 2024-07-10T23:18:49.471Z | Checking aes-gcm v0.10.3 |
2073 | 2024-07-10T23:18:49.680Z | Checking plotters v0.3.5 |
2074 | 2024-07-10T23:18:50.011Z | Checking http-body v1.0.0 |
2075 | 2024-07-10T23:18:50.225Z | Checking tinytemplate v1.2.1 |
2076 | 2024-07-10T23:18:50.600Z | Checking csv-core v0.1.11 |
2077 | 2024-07-10T23:18:50.943Z | Compiling dhcproto-macros v0.1.0 |
2078 | 2024-07-10T23:18:51.360Z | Compiling assert_cmd v2.0.14 |
2079 | 2024-07-10T23:18:51.745Z | Checking anes v0.1.6 |
2080 | 2024-07-10T23:18:51.857Z | Checking regex-automata v0.1.10 |
2081 | 2024-07-10T23:18:52.109Z | Checking oorandom v11.1.3 |
2082 | 2024-07-10T23:18:52.253Z | Checking tower-layer v0.3.2 |
2083 | 2024-07-10T23:18:52.279Z | Compiling guppy-workspace-hack v0.1.0 |
2084 | 2024-07-10T23:18:52.515Z | Checking tower v0.4.13 |
2085 | 2024-07-10T23:18:52.595Z | Checking criterion v0.5.1 |
2086 | 2024-07-10T23:18:52.682Z | Checking bstr v0.2.17 |
2087 | 2024-07-10T23:18:53.254Z | Checking dhcproto v0.11.0 |
2088 | 2024-07-10T23:18:53.540Z | Checking csv v1.3.0 |
2089 | 2024-07-10T23:18:54.334Z | Checking hyper v1.3.1 |
2090 | 2024-07-10T23:18:54.586Z | Checking russh v0.43.0 |
2091 | 2024-07-10T23:18:55.559Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2092 | 2024-07-10T23:18:55.583Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2093 | 2024-07-10T23:18:56.364Z | Checking internet-checksum v0.2.1 |
2094 | 2024-07-10T23:18:56.391Z | Compiling target-spec v3.1.0 |
2095 | 2024-07-10T23:18:57.356Z | Checking cfg-expr v0.15.8 |
2096 | 2024-07-10T23:18:58.063Z | Checking hyper-util v0.1.3 |
2097 | 2024-07-10T23:18:58.229Z | Checking httptest v0.15.5 |
2098 | 2024-07-10T23:18:58.420Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2099 | 2024-07-10T23:18:58.892Z | Checking rustls-native-certs v0.7.0 |
2100 | 2024-07-10T23:18:59.442Z | Checking hyper-rustls v0.26.0 |
2101 | 2024-07-10T23:19:00.072Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2102 | 2024-07-10T23:19:00.335Z | Checking pathdiff v0.2.1 |
2103 | 2024-07-10T23:19:00.481Z | Checking threadpool v1.8.1 |
2104 | 2024-07-10T23:19:00.661Z | Checking escape8259 v0.5.2 |
2105 | 2024-07-10T23:19:00.795Z | Checking nested v0.1.1 |
2106 | 2024-07-10T23:19:00.830Z | Checking libtest-mimic v0.7.3 |
2107 | 2024-07-10T23:19:00.999Z | Checking guppy v0.17.5 |
2108 | 2024-07-10T23:19:01.284Z | Checking similar-asserts v1.5.0 |
2109 | 2024-07-10T23:19:01.492Z | Checking fancy-regex v0.13.0 |
2110 | 2024-07-10T23:19:02.152Z | Compiling rstest_macros v0.19.0 |
2111 | 2024-07-10T23:19:02.330Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2112 | 2024-07-10T23:19:02.716Z | Checking datatest-stable v0.2.9 |
2113 | 2024-07-10T23:19:02.898Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2114 | 2024-07-10T23:19:02.996Z | Checking blake2b_simd v1.0.2 |
2115 | 2024-07-10T23:19:03.712Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2116 | 2024-07-10T23:19:03.951Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2117 | 2024-07-10T23:19:04.009Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2118 | 2024-07-10T23:19:04.388Z | Compiling trybuild v1.0.96 |
2119 | 2024-07-10T23:19:04.610Z | Compiling relative-path v1.9.3 |
2120 | 2024-07-10T23:19:04.928Z | Checking rust-argon2 v2.1.0 |
2121 | 2024-07-10T23:19:05.307Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2122 | 2024-07-10T23:19:07.028Z | Checking multimap v0.10.0 |
2123 | 2024-07-10T23:19:07.307Z | Checking futures-timer v3.0.3 |
2124 | 2024-07-10T23:19:08.773Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2125 | 2024-07-10T23:19:09.560Z | Checking partial-io v0.5.4 |
2126 | 2024-07-10T23:19:09.919Z | Checking cargo_toml v0.20.3 |
2127 | 2024-07-10T23:19:11.684Z | Checking rand_distr v0.4.3 |
2128 | 2024-07-10T23:19:12.362Z | Checking approx v0.5.1 |
2129 | 2024-07-10T23:19:12.562Z | Checking termios v0.3.3 |
2130 | 2024-07-10T23:19:12.758Z | Checking uzers v0.11.3 |
2131 | 2024-07-10T23:19:13.071Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2132 | 2024-07-10T23:19:13.506Z | Checking rstest v0.19.0 |
2133 | 2024-07-10T23:19:15.226Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2134 | 2024-07-10T23:19:16.863Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2135 | 2024-07-10T23:19:18.492Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2136 | 2024-07-10T23:19:25.268Z | Compiling samael v0.0.15 |
2137 | 2024-07-10T23:19:28.058Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2138 | 2024-07-10T23:19:52.590Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2139 | 2024-07-10T23:19:53.224Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2140 | 2024-07-10T23:20:02.722Z | Compiling polar-core v0.27.3 |
2141 | 2024-07-10T23:20:12.826Z | Checking oso v0.27.3 |
2142 | 2024-07-10T23:20:57.468Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2143 | 2024-07-10T23:20:57.468Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2144 | 2024-07-10T23:20:57.468Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2145 | 2024-07-10T23:22:40.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 16s |
2146 | 2024-07-10T23:22:40.564Z | |
2147 | 2024-07-10T23:22:40.564Z | real 7:28.378312256 |
2148 | 2024-07-10T23:22:40.564Z | user 36:40.246164029 |
2149 | 2024-07-10T23:22:40.564Z | sys 6:37.585342918 |
2150 | 2024-07-10T23:22:40.564Z | trap 1.182083245 |
2151 | 2024-07-10T23:22:40.589Z | tflt 0.455958795 |
2152 | 2024-07-10T23:22:40.589Z | dflt 0.673983981 |
2153 | 2024-07-10T23:22:40.589Z | kflt 0.001111612 |
2154 | 2024-07-10T23:22:40.589Z | lock 1:53:21.266215458 |
2155 | 2024-07-10T23:22:40.589Z | slp 1:57:42.308630747 |
2156 | 2024-07-10T23:22:40.589Z | lat 1:49.726120908 |
2157 | 2024-07-10T23:22:40.589Z | stop 6:06.396204568 |
2158 | 2024-07-10T23:22:40.589Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2159 | 2024-07-10T23:22:40.589Z | + ptime -m cargo doc --workspace --no-deps |
2160 | 2024-07-10T23:22:41.953Z | warning: output filename collision. |
2161 | 2024-07-10T23:22:41.953Z | 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)`. |
2162 | 2024-07-10T23:22:41.953Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2163 | 2024-07-10T23:22:41.953Z | The targets should have unique names. |
2164 | 2024-07-10T23:22:41.953Z | This is a known bug where multiple crates with the same name use |
2165 | 2024-07-10T23:22:41.953Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2166 | 2024-07-10T23:22:42.580Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2167 | 2024-07-10T23:22:42.611Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2168 | 2024-07-10T23:22:42.661Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2169 | 2024-07-10T23:22:42.685Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2170 | 2024-07-10T23:22:42.708Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2171 | 2024-07-10T23:22:42.708Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2172 | 2024-07-10T23:22:42.859Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2173 | 2024-07-10T23:22:42.940Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2174 | 2024-07-10T23:22:42.964Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2175 | 2024-07-10T23:22:42.988Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2176 | 2024-07-10T23:22:43.012Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2177 | 2024-07-10T23:22:43.169Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2178 | 2024-07-10T23:22:43.247Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2179 | 2024-07-10T23:22:43.380Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2180 | 2024-07-10T23:22:43.650Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2181 | 2024-07-10T23:22:43.676Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2182 | 2024-07-10T23:22:44.659Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2183 | 2024-07-10T23:22:46.498Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2184 | 2024-07-10T23:22:46.770Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2185 | 2024-07-10T23:22:46.796Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2186 | 2024-07-10T23:22:47.049Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2187 | 2024-07-10T23:22:47.195Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2188 | 2024-07-10T23:22:47.327Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2189 | 2024-07-10T23:22:47.603Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2190 | 2024-07-10T23:22:47.674Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2191 | 2024-07-10T23:22:48.004Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2192 | 2024-07-10T23:22:48.170Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2193 | 2024-07-10T23:22:48.408Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2194 | 2024-07-10T23:22:48.701Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2195 | 2024-07-10T23:22:48.725Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2196 | 2024-07-10T23:22:48.891Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2197 | 2024-07-10T23:22:49.128Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2198 | 2024-07-10T23:22:49.415Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2199 | 2024-07-10T23:22:49.695Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2200 | 2024-07-10T23:22:49.721Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2201 | 2024-07-10T23:22:51.632Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2202 | 2024-07-10T23:22:53.302Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2203 | 2024-07-10T23:22:54.096Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2204 | 2024-07-10T23:22:54.254Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2205 | 2024-07-10T23:22:54.936Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2206 | 2024-07-10T23:22:55.550Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2207 | 2024-07-10T23:22:55.980Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2208 | 2024-07-10T23:22:56.308Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2209 | 2024-07-10T23:22:56.761Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2210 | 2024-07-10T23:22:57.109Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2211 | 2024-07-10T23:22:57.800Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2212 | 2024-07-10T23:22:58.331Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2213 | 2024-07-10T23:22:58.355Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2214 | 2024-07-10T23:22:58.379Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2215 | 2024-07-10T23:22:58.954Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2216 | 2024-07-10T23:22:59.570Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2217 | 2024-07-10T23:23:00.402Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2218 | 2024-07-10T23:23:00.499Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2219 | 2024-07-10T23:23:01.129Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2220 | 2024-07-10T23:23:02.472Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2221 | 2024-07-10T23:23:02.602Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2222 | 2024-07-10T23:23:02.698Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2223 | 2024-07-10T23:23:03.454Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2224 | 2024-07-10T23:23:03.717Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2225 | 2024-07-10T23:23:04.769Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2226 | 2024-07-10T23:23:05.216Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2227 | 2024-07-10T23:23:05.893Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2228 | 2024-07-10T23:23:07.265Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2229 | 2024-07-10T23:23:07.662Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2230 | 2024-07-10T23:23:08.687Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2231 | 2024-07-10T23:23:09.252Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2232 | 2024-07-10T23:23:09.285Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2233 | 2024-07-10T23:23:09.645Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2234 | 2024-07-10T23:23:09.939Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2235 | 2024-07-10T23:23:10.865Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2236 | 2024-07-10T23:23:12.631Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2237 | 2024-07-10T23:23:15.356Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2238 | 2024-07-10T23:23:16.119Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2239 | 2024-07-10T23:23:16.558Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2240 | 2024-07-10T23:23:17.033Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2241 | 2024-07-10T23:23:17.601Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2242 | 2024-07-10T23:23:17.930Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2243 | 2024-07-10T23:23:20.176Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2244 | 2024-07-10T23:23:21.063Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2245 | 2024-07-10T23:23:25.075Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2246 | 2024-07-10T23:23:26.916Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2247 | 2024-07-10T23:23:27.097Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2248 | 2024-07-10T23:23:33.097Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2249 | 2024-07-10T23:23:41.635Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2250 | 2024-07-10T23:23:44.368Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2251 | 2024-07-10T23:23:48.923Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2252 | 2024-07-10T23:23:49.026Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2253 | 2024-07-10T23:23:55.620Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2254 | 2024-07-10T23:24:03.469Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2255 | 2024-07-10T23:24:08.168Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2256 | 2024-07-10T23:24:10.478Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2257 | 2024-07-10T23:24:21.197Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2258 | 2024-07-10T23:24:35.576Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2259 | 2024-07-10T23:24:37.602Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2260 | 2024-07-10T23:24:38.025Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2261 | 2024-07-10T23:24:40.161Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2262 | 2024-07-10T23:24:43.105Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2263 | 2024-07-10T23:24:43.899Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2264 | 2024-07-10T23:24:50.275Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2265 | 2024-07-10T23:24:53.740Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2266 | 2024-07-10T23:24:56.138Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2267 | 2024-07-10T23:25:05.530Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2268 | 2024-07-10T23:25:12.373Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2269 | 2024-07-10T23:25:13.678Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2270 | 2024-07-10T23:25:23.574Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2271 | 2024-07-10T23:25:28.814Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2272 | 2024-07-10T23:25:41.997Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2273 | 2024-07-10T23:25:45.693Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2274 | 2024-07-10T23:25:47.674Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2275 | 2024-07-10T23:25:49.820Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2276 | 2024-07-10T23:25:53.233Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2277 | 2024-07-10T23:25:56.060Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2278 | 2024-07-10T23:25:56.501Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2279 | 2024-07-10T23:26:04.058Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2280 | 2024-07-10T23:26:05.092Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2281 | 2024-07-10T23:26:05.116Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2282 | 2024-07-10T23:26:06.826Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2283 | 2024-07-10T23:26:10.247Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2284 | 2024-07-10T23:26:11.281Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2285 | 2024-07-10T23:26:11.557Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2286 | 2024-07-10T23:26:15.758Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2287 | 2024-07-10T23:26:17.015Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2288 | 2024-07-10T23:26:18.102Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2289 | 2024-07-10T23:26:19.495Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2290 | 2024-07-10T23:26:20.655Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2291 | 2024-07-10T23:26:25.278Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2292 | 2024-07-10T23:26:26.317Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2293 | 2024-07-10T23:26:28.392Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2294 | 2024-07-10T23:26:31.279Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2295 | 2024-07-10T23:26:34.213Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2296 | 2024-07-10T23:26:35.719Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2297 | 2024-07-10T23:26:35.960Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2298 | 2024-07-10T23:26:36.858Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2299 | 2024-07-10T23:26:38.763Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2300 | 2024-07-10T23:26:43.738Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2301 | 2024-07-10T23:26:44.165Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2302 | 2024-07-10T23:26:46.511Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2303 | 2024-07-10T23:26:49.038Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2304 | 2024-07-10T23:26:50.934Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2305 | 2024-07-10T23:26:51.154Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2306 | 2024-07-10T23:26:51.795Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2307 | 2024-07-10T23:26:53.975Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2308 | 2024-07-10T23:26:56.483Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2309 | 2024-07-10T23:26:58.489Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2310 | 2024-07-10T23:27:01.461Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2311 | 2024-07-10T23:27:02.083Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2312 | 2024-07-10T23:27:03.784Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2313 | 2024-07-10T23:27:04.184Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2314 | 2024-07-10T23:27:06.423Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2315 | 2024-07-10T23:27:07.594Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2316 | 2024-07-10T23:27:07.761Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2317 | 2024-07-10T23:27:07.998Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2318 | 2024-07-10T23:27:08.464Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2319 | 2024-07-10T23:27:08.490Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2320 | 2024-07-10T23:27:39.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 59s |
2321 | 2024-07-10T23:27:40.015Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 97 other files |
2322 | 2024-07-10T23:27:40.072Z | |
2323 | 2024-07-10T23:27:40.073Z | real 4:59.472164076 |
2324 | 2024-07-10T23:27:40.073Z | user 16:22.224208254 |
2325 | 2024-07-10T23:27:40.073Z | sys 19:32.772076820 |
2326 | 2024-07-10T23:27:40.073Z | trap 0.346488548 |
2327 | 2024-07-10T23:27:40.073Z | tflt 0.053429334 |
2328 | 2024-07-10T23:27:40.073Z | dflt 0.310389597 |
2329 | 2024-07-10T23:27:40.073Z | kflt 0.000045445 |
2330 | 2024-07-10T23:27:40.073Z | lock 47:59.083950897 |
2331 | 2024-07-10T23:27:40.073Z | slp 1:17:06.450064858 |
2332 | 2024-07-10T23:27:40.073Z | lat 58.359843530 |
2333 | 2024-07-10T23:27:40.073Z | stop 40.118550470 |
2334 | 2024-07-10T23:27:40.098Z | process exited: duration 929527 ms, exit code 0 |
|
2335 | 2024-07-10T23:27:40.148Z | found 0 output files |