|
|
|
1 | 2024-09-01T20:18:02.685Z | job assigned to worker 01J6QKRV6F3X2PAB8C22JTDBFF (queued for 26 s) |
|
2 | 2024-09-01T20:18:02.810Z | starting task 0: "setup" |
3 | 2024-09-01T20:18:02.834Z | ++ uname -s |
4 | 2024-09-01T20:18:02.834Z | + kern=SunOS |
5 | 2024-09-01T20:18:02.834Z | + case "$kern" in |
6 | 2024-09-01T20:18:02.834Z | + groupadd -g 12345 build |
7 | 2024-09-01T20:18:02.834Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-01T20:18:04.838Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-01T20:18:04.883Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-01T20:18:04.907Z | + home_fs=zfs |
11 | 2024-09-01T20:18:04.907Z | + [[ zfs == autofs ]] |
12 | 2024-09-01T20:18:04.907Z | + mkdir -p /home/build |
13 | 2024-09-01T20:18:04.907Z | + chown build:build /home/build /work |
14 | 2024-09-01T20:18:06.892Z | + chmod 0700 /home/build /work |
15 | 2024-09-01T20:18:06.916Z | process exited: duration 4090 ms, exit code 0 |
|
16 | 2024-09-01T20:18:06.967Z | starting task 1: "rust-toolchain" |
17 | 2024-09-01T20:18:06.991Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-01T20:18:06.991Z | * toolchain channel = "1.80.1" |
19 | 2024-09-01T20:18:06.991Z | ' 1.80.1 |
20 | 2024-09-01T20:18:06.991Z | * toolchain profile = "default" |
21 | 2024-09-01T20:18:06.991Z | + printf ' * toolchain profile = "%s" |
22 | 2024-09-01T20:18:06.991Z | ' default |
23 | 2024-09-01T20:18:06.991Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-01T20:18:06.992Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-01T20:18:07.139Z | info: downloading installer |
26 | 2024-09-01T20:18:07.753Z | info: profile set to 'default' |
27 | 2024-09-01T20:18:07.753Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-01T20:18:07.777Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-01T20:18:07.909Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-01T20:18:07.909Z | info: downloading component 'cargo' |
31 | 2024-09-01T20:18:08.292Z | info: downloading component 'clippy' |
32 | 2024-09-01T20:18:08.450Z | info: downloading component 'rust-docs' |
33 | 2024-09-01T20:18:08.915Z | info: downloading component 'rust-std' |
34 | 2024-09-01T20:18:09.304Z | info: downloading component 'rustc' |
35 | 2024-09-01T20:18:10.520Z | info: downloading component 'rustfmt' |
36 | 2024-09-01T20:18:10.589Z | info: installing component 'cargo' |
37 | 2024-09-01T20:18:11.674Z | info: installing component 'clippy' |
38 | 2024-09-01T20:18:12.136Z | info: installing component 'rust-docs' |
39 | 2024-09-01T20:18:14.973Z | info: installing component 'rust-std' |
40 | 2024-09-01T20:18:16.970Z | info: installing component 'rustc' |
41 | 2024-09-01T20:18:22.460Z | info: installing component 'rustfmt' |
42 | 2024-09-01T20:18:22.876Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-01T20:18:22.876Z | |
44 | 2024-09-01T20:18:23.008Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-01T20:18:23.008Z | |
46 | 2024-09-01T20:18:23.008Z | |
47 | 2024-09-01T20:18:23.008Z | Rust is installed now. Great! |
48 | 2024-09-01T20:18:23.008Z | |
49 | 2024-09-01T20:18:23.008Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-01T20:18:23.008Z | environment variable. This has not been done automatically. |
51 | 2024-09-01T20:18:23.009Z | |
52 | 2024-09-01T20:18:23.009Z | To configure your current shell, you need to source |
53 | 2024-09-01T20:18:23.009Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-01T20:18:23.009Z | |
55 | 2024-09-01T20:18:23.009Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-01T20:18:23.009Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-01T20:18:23.009Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-01T20:18:23.087Z | + rustc --version |
59 | 2024-09-01T20:18:23.216Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-01T20:18:23.245Z | process exited: duration 16255 ms, exit code 0 |
|
61 | 2024-09-01T20:18:23.300Z | starting task 2: "authentication" |
62 | 2024-09-01T20:18:23.358Z | process exited: duration 59 ms, exit code 0 |
|
63 | 2024-09-01T20:18:23.411Z | starting task 3: "clone repository" |
64 | 2024-09-01T20:18:23.435Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-01T20:18:23.435Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-01T20:18:23.459Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-01T20:18:28.609Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-01T20:18:28.609Z | + git fetch origin 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a |
69 | 2024-09-01T20:18:29.005Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-01T20:18:29.005Z | * branch 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a -> FETCH_HEAD |
71 | 2024-09-01T20:18:29.032Z | + [[ -n eliza/486-sa-errors ]] |
72 | 2024-09-01T20:18:29.033Z | ++ git branch --show-current |
73 | 2024-09-01T20:18:29.033Z | + current=main |
74 | 2024-09-01T20:18:29.033Z | + [[ main != eliza/486-sa-errors ]] |
75 | 2024-09-01T20:18:29.033Z | + git branch -f eliza/486-sa-errors 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a |
76 | 2024-09-01T20:18:29.033Z | + git checkout -f eliza/486-sa-errors |
77 | 2024-09-01T20:18:29.220Z | Switched to branch 'eliza/486-sa-errors' |
78 | 2024-09-01T20:18:29.246Z | + git reset --hard 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a |
79 | 2024-09-01T20:18:29.402Z | HEAD is now at 1b3fcadee blehhh rustfmt |
80 | 2024-09-01T20:18:29.426Z | process exited: duration 5996 ms, exit code 0 |
|
81 | 2024-09-01T20:18:29.475Z | starting task 4: "build" |
82 | 2024-09-01T20:18:29.499Z | + cargo --version |
83 | 2024-09-01T20:18:29.564Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-01T20:18:29.589Z | + rustc --version |
85 | 2024-09-01T20:18:29.642Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-01T20:18:29.666Z | + source ./env.sh |
87 | 2024-09-01T20:18:29.666Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-09-01T20:18:29.666Z | ++ set -o xtrace |
89 | 2024-09-01T20:18:29.666Z | ++++ dirname ./env.sh |
90 | 2024-09-01T20:18:29.666Z | +++ readlink -f . |
91 | 2024-09-01T20:18:29.666Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-09-01T20:18:29.666Z | ++ 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-09-01T20:18:29.666Z | ++ 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-09-01T20:18:29.666Z | ++ 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-09-01T20:18:29.666Z | ++ 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-09-01T20:18:29.666Z | ++ 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-09-01T20:18:29.666Z | ++ 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-09-01T20:18:29.666Z | ++ 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-09-01T20:18:29.666Z | ++ 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-09-01T20:18:29.666Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-09-01T20:18:29.666Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-09-01T20:18:29.666Z | + banner prerequisites |
103 | 2024-09-01T20:18:29.666Z | |
104 | 2024-09-01T20:18:29.666Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-09-01T20:18:29.666Z | # # # # # # # # # # # # # # # |
106 | 2024-09-01T20:18:29.666Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-09-01T20:18:29.666Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-09-01T20:18:29.666Z | # # # # # # # # # # # # # # # |
109 | 2024-09-01T20:18:29.666Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-09-01T20:18:29.666Z | |
111 | 2024-09-01T20:18:29.666Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-09-01T20:18:34.962Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-09-01T20:18:37.805Z | Startup: Caching catalogs ... Done |
114 | 2024-09-01T20:18:40.346Z | Planning: Solver setup ... Done (1.799s) |
115 | 2024-09-01T20:18:40.382Z | Planning: Running solver ... Done (0.030s) |
116 | 2024-09-01T20:18:40.411Z | Planning: Finding local manifests ... Done (0.003s) |
117 | 2024-09-01T20:18:40.469Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-09-01T20:18:40.928Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-09-01T20:18:41.056Z | Planning: Package planning ... Done (0.128s) |
120 | 2024-09-01T20:18:41.125Z | Planning: Merging actions ... Done (0.069s) |
121 | 2024-09-01T20:18:41.428Z | Planning: Checking for conflicting actions ... Done (0.302s) |
122 | 2024-09-01T20:18:42.687Z | Planning: Consolidating action changes ... Done (1.259s) |
123 | 2024-09-01T20:18:43.124Z | Planning: Evaluating mediators ... Done (0.436s) |
124 | 2024-09-01T20:18:43.233Z | Planning: Planning completed in 5.36 seconds |
125 | 2024-09-01T20:18:43.280Z | Packages to install: 4 |
126 | 2024-09-01T20:18:43.280Z | Packages to update: 1 |
127 | 2024-09-01T20:18:43.280Z | Mediators to change: 2 |
128 | 2024-09-01T20:18:43.280Z | Services to change: 1 |
129 | 2024-09-01T20:18:43.280Z | Estimated space available: 148.82 GB |
130 | 2024-09-01T20:18:43.280Z | Estimated space to be consumed: 1.53 GB |
131 | 2024-09-01T20:18:43.281Z | Create boot environment: No |
132 | 2024-09-01T20:18:43.281Z | Create backup boot environment: Yes |
133 | 2024-09-01T20:18:43.281Z | Rebuild boot archive: No |
134 | 2024-09-01T20:18:43.281Z | |
135 | 2024-09-01T20:18:43.281Z | Changed mediators: |
136 | 2024-09-01T20:18:43.282Z | mediator clang: |
137 | 2024-09-01T20:18:43.282Z | version: None -> 15 (system default) |
138 | 2024-09-01T20:18:43.282Z | |
139 | 2024-09-01T20:18:43.282Z | mediator llvm: |
140 | 2024-09-01T20:18:43.282Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-09-01T20:18:43.282Z | |
142 | 2024-09-01T20:18:43.282Z | Changed packages: |
143 | 2024-09-01T20:18:43.282Z | helios-dev |
144 | 2024-09-01T20:18:43.282Z | developer/build-essential |
145 | 2024-09-01T20:18:43.283Z | None -> 11-2.0 |
146 | 2024-09-01T20:18:43.283Z | library/libxmlsec1 |
147 | 2024-09-01T20:18:43.283Z | None -> 1.2.35-2.0 |
148 | 2024-09-01T20:18:43.283Z | ooce/developer/clang-15 |
149 | 2024-09-01T20:18:43.283Z | None -> 15.0.7-2.0 |
150 | 2024-09-01T20:18:43.283Z | ooce/developer/llvm-15 |
151 | 2024-09-01T20:18:43.283Z | None -> 15.0.7-2.0 |
152 | 2024-09-01T20:18:43.283Z | package/pkg |
153 | 2024-09-01T20:18:43.283Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-09-01T20:18:43.283Z | |
155 | 2024-09-01T20:18:43.284Z | Services: |
156 | 2024-09-01T20:18:43.284Z | restart_fmri: |
157 | 2024-09-01T20:18:43.284Z | svc:/system/update-man-index:default |
158 | 2024-09-01T20:18:43.284Z | |
159 | 2024-09-01T20:18:43.284Z | Editable files to change: |
160 | 2024-09-01T20:18:43.284Z | Update: |
161 | 2024-09-01T20:18:43.285Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-09-01T20:18:43.341Z | |
163 | 2024-09-01T20:18:43.342Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-09-01T20:18:48.342Z | Download: 644/4281 items 18.0/220.6MB 8% complete (3.7M/s) |
165 | 2024-09-01T20:18:53.386Z | Download: 1195/4281 items 69.2/220.6MB 31% complete (7.0M/s) |
166 | 2024-09-01T20:18:58.355Z | Download: 1215/4281 items 86.0/220.6MB 39% complete (6.8M/s) |
167 | 2024-09-01T20:19:03.358Z | Download: 2004/4281 items 118.7/220.6MB 53% complete (5.0M/s) |
168 | 2024-09-01T20:19:08.361Z | Download: 3112/4281 items 128.8/220.6MB 58% complete (4.2M/s) |
169 | 2024-09-01T20:19:13.364Z | Download: 3286/4281 items 210.2/220.6MB 95% complete (9.1M/s) |
170 | 2024-09-01T20:19:16.307Z | Download: Completed 220.60 MB in 32.97 seconds (6.7M/s) |
171 | 2024-09-01T20:19:17.832Z | Actions: 1/5063 actions (Removing old actions) |
172 | 2024-09-01T20:19:17.856Z | Actions: 194/5063 actions (Installing new actions) |
173 | 2024-09-01T20:19:23.022Z | Actions: 3580/5063 actions (Installing new actions) |
174 | 2024-09-01T20:19:23.955Z | Actions: 4226/5063 actions (Updating modified actions) |
175 | 2024-09-01T20:19:24.339Z | Actions: Completed 5063 actions in 6.52 seconds. |
176 | 2024-09-01T20:19:24.753Z | Done (0.404s) |
177 | 2024-09-01T20:19:24.777Z | Done (0.000s) |
178 | 2024-09-01T20:19:25.211Z | Done (0.456s) |
179 | 2024-09-01T20:19:30.837Z | Done (5.476s) |
180 | 2024-09-01T20:19:30.938Z | Done (0.020s) |
181 | 2024-09-01T20:19:30.962Z | Done (0.000s) |
182 | 2024-09-01T20:19:31.140Z | Done (0.000s) |
183 | 2024-09-01T20:19:31.900Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-09-01T20:19:32.216Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-09-01T20:19:32.240Z | Planning: Consolidating action changes ... Done |
186 | 2024-09-01T20:19:32.570Z | Planning: Evaluating mediators ... Done |
187 | 2024-09-01T20:19:32.594Z | Planning: Planning completed in 0.67 seconds |
188 | 2024-09-01T20:19:32.620Z | Mediators to change: 2 |
189 | 2024-09-01T20:19:32.620Z | Create boot environment: No |
190 | 2024-09-01T20:19:32.620Z | Create backup boot environment: No |
191 | 2024-09-01T20:19:32.686Z | Done |
192 | 2024-09-01T20:19:32.686Z | Done |
193 | 2024-09-01T20:19:33.037Z | Done |
194 | 2024-09-01T20:19:37.945Z | Done |
195 | 2024-09-01T20:19:38.048Z | Done |
196 | 2024-09-01T20:19:38.077Z | Done |
197 | 2024-09-01T20:19:38.118Z | Done |
198 | 2024-09-01T20:19:38.932Z | Planning: Evaluating mediator changes ... Done |
199 | 2024-09-01T20:19:38.956Z | Planning: Merging actions ... Done |
200 | 2024-09-01T20:19:39.229Z | Planning: Checking for conflicting actions ... Done |
201 | 2024-09-01T20:19:39.253Z | Planning: Consolidating action changes ... Done |
202 | 2024-09-01T20:19:39.569Z | Planning: Evaluating mediators ... Done |
203 | 2024-09-01T20:19:39.642Z | Planning: Planning completed in 1.01 seconds |
204 | 2024-09-01T20:19:39.689Z | Packages to change: 1 |
205 | 2024-09-01T20:19:39.689Z | Mediators to change: 1 |
206 | 2024-09-01T20:19:39.689Z | Services to change: 1 |
207 | 2024-09-01T20:19:39.689Z | Create boot environment: No |
208 | 2024-09-01T20:19:39.689Z | Create backup boot environment: Yes |
209 | 2024-09-01T20:19:41.257Z | Actions: 1/6 actions (Updating modified actions) |
210 | 2024-09-01T20:19:41.281Z | Actions: Completed 6 actions in 0.00 seconds. |
211 | 2024-09-01T20:19:41.281Z | Done |
212 | 2024-09-01T20:19:41.281Z | Done |
213 | 2024-09-01T20:19:41.354Z | Done |
214 | 2024-09-01T20:19:45.956Z | Done |
215 | 2024-09-01T20:19:46.061Z | Done |
216 | 2024-09-01T20:19:46.090Z | Done |
217 | 2024-09-01T20:19:46.150Z | Done |
218 | 2024-09-01T20:19:46.705Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
219 | 2024-09-01T20:19:46.705Z | clang system 15 system |
220 | 2024-09-01T20:19:46.705Z | csh system system illumos |
221 | 2024-09-01T20:19:46.706Z | ctags system system illumos |
222 | 2024-09-01T20:19:46.706Z | gcc vendor 12 vendor |
223 | 2024-09-01T20:19:46.706Z | gcc system 10 system |
224 | 2024-09-01T20:19:46.706Z | gcc system 7 system |
225 | 2024-09-01T20:19:46.706Z | go system 1.20 system |
226 | 2024-09-01T20:19:46.706Z | go system 1.19 system |
227 | 2024-09-01T20:19:46.706Z | llvm system 15 system |
228 | 2024-09-01T20:19:46.706Z | llvm system 14 system |
229 | 2024-09-01T20:19:46.706Z | mariadb system 10.6 system |
230 | 2024-09-01T20:19:46.706Z | mta vendor vendor dma |
231 | 2024-09-01T20:19:46.707Z | openjdk system 17 system |
232 | 2024-09-01T20:19:46.707Z | openjdk system 11 system |
233 | 2024-09-01T20:19:46.707Z | openjdk system 1.8 system |
234 | 2024-09-01T20:19:46.707Z | openssl vendor 3 vendor |
235 | 2024-09-01T20:19:46.707Z | perl system 5.36 system |
236 | 2024-09-01T20:19:46.707Z | postgresql system 15 system |
237 | 2024-09-01T20:19:46.708Z | postgresql system 13 system |
238 | 2024-09-01T20:19:46.708Z | python vendor 3 vendor |
239 | 2024-09-01T20:19:46.708Z | python system 2 system |
240 | 2024-09-01T20:19:46.708Z | python3 system 3.11 system |
241 | 2024-09-01T20:19:46.708Z | ruby system 3.0 system |
242 | 2024-09-01T20:19:46.708Z | words vendor vendor american-english |
243 | 2024-09-01T20:19:46.708Z | words system system australian-english |
244 | 2024-09-01T20:19:46.708Z | words system system british-english |
245 | 2024-09-01T20:19:46.709Z | words system system canadian-english |
246 | 2024-09-01T20:19:46.709Z | words system system french |
247 | 2024-09-01T20:19:46.709Z | words system system italian |
248 | 2024-09-01T20:19:46.709Z | words system system ngerman |
249 | 2024-09-01T20:19:46.709Z | words system system ogerman |
250 | 2024-09-01T20:19:46.709Z | words system system spanish |
251 | 2024-09-01T20:19:47.156Z | PUBLISHER TYPE STATUS P LOCATION |
252 | 2024-09-01T20:19:47.156Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
253 | 2024-09-01T20:19:49.357Z | FMRI IFO |
254 | 2024-09-01T20:19:49.357Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2024-09-01T20:19:49.357Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2024-09-01T20:19:49.357Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2024-09-01T20:19:49.357Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
258 | 2024-09-01T20:19:49.357Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
259 | 2024-09-01T20:19:49.357Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
260 | 2024-09-01T20:19:49.357Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
261 | 2024-09-01T20:19:49.357Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
262 | 2024-09-01T20:19:49.357Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
263 | 2024-09-01T20:19:49.357Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
264 | 2024-09-01T20:19:49.357Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2024-09-01T20:19:49.357Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
266 | 2024-09-01T20:19:49.357Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
267 | 2024-09-01T20:19:50.105Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
268 | 2024-09-01T20:19:50.481Z | Updating crates.io index |
269 | 2024-09-01T20:19:50.505Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
270 | 2024-09-01T20:19:51.383Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
271 | 2024-09-01T20:19:52.212Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
272 | 2024-09-01T20:19:52.557Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
273 | 2024-09-01T20:19:54.323Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
274 | 2024-09-01T20:19:54.626Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
275 | 2024-09-01T20:19:54.948Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
276 | 2024-09-01T20:19:56.097Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
277 | 2024-09-01T20:19:58.058Z | Updating git repository `https://github.com/oxidecomputer/opte` |
278 | 2024-09-01T20:19:59.139Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
279 | 2024-09-01T20:19:59.845Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
280 | 2024-09-01T20:20:00.181Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
281 | 2024-09-01T20:20:00.984Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
282 | 2024-09-01T20:20:01.331Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
283 | 2024-09-01T20:20:01.711Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
284 | 2024-09-01T20:20:02.143Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
285 | 2024-09-01T20:20:02.530Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
286 | 2024-09-01T20:20:02.850Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
287 | 2024-09-01T20:20:03.185Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
288 | 2024-09-01T20:20:03.551Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
289 | 2024-09-01T20:20:03.888Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
290 | 2024-09-01T20:20:04.292Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
291 | 2024-09-01T20:20:04.689Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
292 | 2024-09-01T20:20:05.041Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
293 | 2024-09-01T20:20:05.572Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
294 | 2024-09-01T20:20:05.973Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
295 | 2024-09-01T20:20:06.567Z | Updating git repository `https://github.com/oxidecomputer/typify` |
296 | 2024-09-01T20:20:09.095Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
297 | 2024-09-01T20:20:09.461Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
298 | 2024-09-01T20:20:09.821Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
299 | 2024-09-01T20:20:10.254Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
300 | 2024-09-01T20:20:11.644Z | Downloading crates ... |
301 | 2024-09-01T20:20:11.703Z | Downloaded dtrace-parser v0.2.0 |
302 | 2024-09-01T20:20:11.727Z | Downloaded pretty-hex v0.4.1 |
303 | 2024-09-01T20:20:11.755Z | Downloaded scroll_derive v0.12.0 |
304 | 2024-09-01T20:20:11.755Z | Downloaded zerocopy-derive v0.7.34 |
305 | 2024-09-01T20:20:11.755Z | Downloaded unicode-ident v1.0.12 |
306 | 2024-09-01T20:20:11.755Z | Downloaded usdt-macro v0.5.0 |
307 | 2024-09-01T20:20:11.755Z | Downloaded usdt-attr-macro v0.5.0 |
308 | 2024-09-01T20:20:11.755Z | Downloaded plain v0.2.3 |
309 | 2024-09-01T20:20:11.755Z | Downloaded pest_generator v2.7.10 |
310 | 2024-09-01T20:20:11.781Z | Downloaded strsim v0.11.1 |
311 | 2024-09-01T20:20:11.781Z | Downloaded serde_spanned v0.6.7 |
312 | 2024-09-01T20:20:11.781Z | Downloaded scroll v0.12.0 |
313 | 2024-09-01T20:20:11.781Z | Downloaded semver v1.0.23 |
314 | 2024-09-01T20:20:11.781Z | Downloaded winnow v0.6.18 |
315 | 2024-09-01T20:20:11.805Z | Downloaded unicode-linebreak v0.1.5 |
316 | 2024-09-01T20:20:11.805Z | Downloaded pest v2.7.10 |
317 | 2024-09-01T20:20:11.805Z | Downloaded zerocopy v0.7.34 |
318 | 2024-09-01T20:20:11.829Z | Downloaded tabled v0.15.0 |
319 | 2024-09-01T20:20:11.853Z | Downloaded unicode-width v0.1.13 |
320 | 2024-09-01T20:20:11.853Z | Downloaded syn v1.0.109 |
321 | 2024-09-01T20:20:11.876Z | Downloaded libc v0.2.158 |
322 | 2024-09-01T20:20:11.900Z | Downloaded rustix v0.38.34 |
323 | 2024-09-01T20:20:11.924Z | Downloaded goblin v0.8.2 |
324 | 2024-09-01T20:20:11.924Z | Downloaded ucd-trie v0.1.6 |
325 | 2024-09-01T20:20:11.924Z | Downloaded toml_edit v0.22.20 |
326 | 2024-09-01T20:20:11.950Z | Downloaded toml v0.8.19 |
327 | 2024-09-01T20:20:11.976Z | Downloaded thiserror-impl v1.0.63 |
328 | 2024-09-01T20:20:11.976Z | Downloaded textwrap v0.16.1 |
329 | 2024-09-01T20:20:11.976Z | Downloaded tempfile v3.10.1 |
330 | 2024-09-01T20:20:11.976Z | Downloaded syn v2.0.74 |
331 | 2024-09-01T20:20:11.976Z | Downloaded serde_json v1.0.125 |
332 | 2024-09-01T20:20:12.000Z | Downloaded serde_derive v1.0.208 |
333 | 2024-09-01T20:20:12.000Z | Downloaded indexmap v2.4.0 |
334 | 2024-09-01T20:20:12.000Z | Downloaded clap_builder v4.5.15 |
335 | 2024-09-01T20:20:12.000Z | Downloaded version_check v0.9.5 |
336 | 2024-09-01T20:20:12.024Z | Downloaded usdt v0.5.0 |
337 | 2024-09-01T20:20:12.024Z | Downloaded sha2 v0.10.8 |
338 | 2024-09-01T20:20:12.024Z | Downloaded memchr v2.7.2 |
339 | 2024-09-01T20:20:12.024Z | Downloaded hashbrown v0.14.5 |
340 | 2024-09-01T20:20:12.024Z | Downloaded fs-err v2.11.0 |
341 | 2024-09-01T20:20:12.024Z | Downloaded once_cell v1.19.0 |
342 | 2024-09-01T20:20:12.024Z | Downloaded itoa v1.0.11 |
343 | 2024-09-01T20:20:12.024Z | Downloaded clap v4.5.16 |
344 | 2024-09-01T20:20:12.049Z | Downloaded camino v1.1.9 |
345 | 2024-09-01T20:20:12.049Z | Downloaded typenum v1.17.0 |
346 | 2024-09-01T20:20:12.049Z | Downloaded serde v1.0.208 |
347 | 2024-09-01T20:20:12.049Z | Downloaded proc-macro2 v1.0.86 |
348 | 2024-09-01T20:20:12.049Z | Downloaded proc-macro-error v1.0.4 |
349 | 2024-09-01T20:20:12.073Z | Downloaded log v0.4.21 |
350 | 2024-09-01T20:20:12.073Z | Downloaded heck v0.4.1 |
351 | 2024-09-01T20:20:12.073Z | Downloaded utf8parse v0.2.1 |
352 | 2024-09-01T20:20:12.073Z | Downloaded usdt-impl v0.5.0 |
353 | 2024-09-01T20:20:12.074Z | Downloaded toml_datetime v0.6.8 |
354 | 2024-09-01T20:20:12.074Z | Downloaded thread-id v4.2.1 |
355 | 2024-09-01T20:20:12.074Z | Downloaded thiserror v1.0.63 |
356 | 2024-09-01T20:20:12.074Z | Downloaded terminal_size v0.3.0 |
357 | 2024-09-01T20:20:12.074Z | Downloaded tabled_derive v0.7.0 |
358 | 2024-09-01T20:20:12.074Z | Downloaded swrite v0.1.0 |
359 | 2024-09-01T20:20:12.074Z | Downloaded smawk v0.3.2 |
360 | 2024-09-01T20:20:12.074Z | Downloaded serde_tokenstream v0.2.2 |
361 | 2024-09-01T20:20:12.074Z | Downloaded ryu v1.0.18 |
362 | 2024-09-01T20:20:12.098Z | Downloaded quote v1.0.36 |
363 | 2024-09-01T20:20:12.098Z | Downloaded proc-macro-error-attr v1.0.4 |
364 | 2024-09-01T20:20:12.098Z | Downloaded pest_meta v2.7.10 |
365 | 2024-09-01T20:20:12.098Z | Downloaded pest_derive v2.7.10 |
366 | 2024-09-01T20:20:12.098Z | Downloaded papergrid v0.11.0 |
367 | 2024-09-01T20:20:12.098Z | Downloaded memmap v0.7.0 |
368 | 2024-09-01T20:20:12.098Z | Downloaded macaddr v1.0.1 |
369 | 2024-09-01T20:20:12.098Z | Downloaded is_terminal_polyfill v1.70.0 |
370 | 2024-09-01T20:20:12.098Z | Downloaded heck v0.5.0 |
371 | 2024-09-01T20:20:12.098Z | Downloaded generic-array v0.14.7 |
372 | 2024-09-01T20:20:12.098Z | Downloaded fnv v1.0.7 |
373 | 2024-09-01T20:20:12.098Z | Downloaded fastrand v2.1.0 |
374 | 2024-09-01T20:20:12.099Z | Downloaded errno v0.3.9 |
375 | 2024-09-01T20:20:12.122Z | Downloaded equivalent v1.0.1 |
376 | 2024-09-01T20:20:12.122Z | Downloaded dof v0.3.0 |
377 | 2024-09-01T20:20:12.122Z | Downloaded digest v0.10.7 |
378 | 2024-09-01T20:20:12.122Z | Downloaded crypto-common v0.1.6 |
379 | 2024-09-01T20:20:12.122Z | Downloaded cpufeatures v0.2.12 |
380 | 2024-09-01T20:20:12.123Z | Downloaded colorchoice v1.0.1 |
381 | 2024-09-01T20:20:12.123Z | Downloaded clap_lex v0.7.0 |
382 | 2024-09-01T20:20:12.123Z | Downloaded clap_derive v4.5.13 |
383 | 2024-09-01T20:20:12.123Z | Downloaded cfg-if v1.0.0 |
384 | 2024-09-01T20:20:12.123Z | Downloaded cargo_toml v0.20.4 |
385 | 2024-09-01T20:20:12.123Z | Downloaded cargo_metadata v0.18.1 |
386 | 2024-09-01T20:20:12.123Z | Downloaded cargo-platform v0.1.8 |
387 | 2024-09-01T20:20:12.123Z | Downloaded camino-tempfile v1.1.1 |
388 | 2024-09-01T20:20:12.123Z | Downloaded byteorder v1.5.0 |
389 | 2024-09-01T20:20:12.147Z | Downloaded bytecount v0.6.8 |
390 | 2024-09-01T20:20:12.147Z | Downloaded block-buffer v0.10.4 |
391 | 2024-09-01T20:20:12.147Z | Downloaded bitflags v2.6.0 |
392 | 2024-09-01T20:20:12.147Z | Downloaded autocfg v1.3.0 |
393 | 2024-09-01T20:20:12.147Z | Downloaded anyhow v1.0.86 |
394 | 2024-09-01T20:20:12.147Z | Downloaded anstyle-query v1.0.3 |
395 | 2024-09-01T20:20:12.147Z | Downloaded anstyle-parse v0.2.4 |
396 | 2024-09-01T20:20:12.147Z | Downloaded anstyle v1.0.8 |
397 | 2024-09-01T20:20:12.147Z | Downloaded anstream v0.6.14 |
398 | 2024-09-01T20:20:12.290Z | Compiling proc-macro2 v1.0.86 |
399 | 2024-09-01T20:20:12.290Z | Compiling unicode-ident v1.0.12 |
400 | 2024-09-01T20:20:12.314Z | Compiling serde v1.0.208 |
401 | 2024-09-01T20:20:12.314Z | Compiling version_check v0.9.5 |
402 | 2024-09-01T20:20:12.314Z | Compiling memchr v2.7.2 |
403 | 2024-09-01T20:20:12.314Z | Compiling thiserror v1.0.63 |
404 | 2024-09-01T20:20:12.314Z | Compiling libc v0.2.158 |
405 | 2024-09-01T20:20:12.314Z | Compiling itoa v1.0.11 |
406 | 2024-09-01T20:20:12.604Z | Compiling ryu v1.0.18 |
407 | 2024-09-01T20:20:12.699Z | Compiling ucd-trie v0.1.6 |
408 | 2024-09-01T20:20:13.118Z | Compiling once_cell v1.19.0 |
409 | 2024-09-01T20:20:13.156Z | Compiling byteorder v1.5.0 |
410 | 2024-09-01T20:20:13.251Z | Compiling serde_json v1.0.125 |
411 | 2024-09-01T20:20:13.275Z | Compiling rustix v0.38.34 |
412 | 2024-09-01T20:20:13.548Z | Compiling bitflags v2.6.0 |
413 | 2024-09-01T20:20:13.646Z | Compiling usdt-impl v0.5.0 |
414 | 2024-09-01T20:20:13.986Z | Compiling proc-macro-error-attr v1.0.4 |
415 | 2024-09-01T20:20:14.010Z | Compiling syn v1.0.109 |
416 | 2024-09-01T20:20:14.041Z | Compiling quote v1.0.36 |
417 | 2024-09-01T20:20:14.217Z | Compiling proc-macro-error v1.0.4 |
418 | 2024-09-01T20:20:14.245Z | Compiling equivalent v1.0.1 |
419 | 2024-09-01T20:20:14.370Z | Compiling log v0.4.21 |
420 | 2024-09-01T20:20:14.399Z | Compiling errno v0.3.9 |
421 | 2024-09-01T20:20:14.426Z | Compiling syn v2.0.74 |
422 | 2024-09-01T20:20:14.706Z | Compiling hashbrown v0.14.5 |
423 | 2024-09-01T20:20:14.744Z | Compiling utf8parse v0.2.1 |
424 | 2024-09-01T20:20:14.777Z | Compiling camino v1.1.9 |
425 | 2024-09-01T20:20:14.802Z | Compiling plain v0.2.3 |
426 | 2024-09-01T20:20:14.917Z | Compiling anstyle-parse v0.2.4 |
427 | 2024-09-01T20:20:15.191Z | Compiling thread-id v4.2.1 |
428 | 2024-09-01T20:20:15.435Z | Compiling anstyle-query v1.0.3 |
429 | 2024-09-01T20:20:15.546Z | Compiling pretty-hex v0.4.1 |
430 | 2024-09-01T20:20:15.579Z | Compiling anstyle v1.0.8 |
431 | 2024-09-01T20:20:15.665Z | Compiling winnow v0.6.18 |
432 | 2024-09-01T20:20:15.756Z | Compiling semver v1.0.23 |
433 | 2024-09-01T20:20:15.781Z | Compiling colorchoice v1.0.1 |
434 | 2024-09-01T20:20:15.953Z | Compiling indexmap v2.4.0 |
435 | 2024-09-01T20:20:15.982Z | Compiling is_terminal_polyfill v1.70.0 |
436 | 2024-09-01T20:20:16.025Z | Compiling autocfg v1.3.0 |
437 | 2024-09-01T20:20:16.137Z | Compiling unicode-width v0.1.13 |
438 | 2024-09-01T20:20:16.498Z | Compiling anstream v0.6.14 |
439 | 2024-09-01T20:20:16.843Z | Compiling terminal_size v0.3.0 |
440 | 2024-09-01T20:20:17.090Z | Compiling strsim v0.11.1 |
441 | 2024-09-01T20:20:17.170Z | Compiling fs-err v2.11.0 |
442 | 2024-09-01T20:20:17.329Z | Compiling clap_lex v0.7.0 |
443 | 2024-09-01T20:20:17.563Z | Compiling heck v0.4.1 |
444 | 2024-09-01T20:20:17.595Z | Compiling anyhow v1.0.86 |
445 | 2024-09-01T20:20:17.595Z | Compiling bytecount v0.6.8 |
446 | 2024-09-01T20:20:17.926Z | Compiling cfg-if v1.0.0 |
447 | 2024-09-01T20:20:18.042Z | Compiling fastrand v2.1.0 |
448 | 2024-09-01T20:20:18.123Z | Compiling heck v0.5.0 |
449 | 2024-09-01T20:20:18.152Z | Compiling fnv v1.0.7 |
450 | 2024-09-01T20:20:18.297Z | Compiling papergrid v0.11.0 |
451 | 2024-09-01T20:20:18.457Z | Compiling tempfile v3.10.1 |
452 | 2024-09-01T20:20:18.622Z | Compiling clap_builder v4.5.15 |
453 | 2024-09-01T20:20:18.687Z | Compiling memmap v0.7.0 |
454 | 2024-09-01T20:20:18.822Z | Compiling unicode-linebreak v0.1.5 |
455 | 2024-09-01T20:20:19.073Z | Compiling smawk v0.3.2 |
456 | 2024-09-01T20:20:19.299Z | Compiling textwrap v0.16.1 |
457 | 2024-09-01T20:20:19.454Z | Compiling swrite v0.1.0 |
458 | 2024-09-01T20:20:20.716Z | Compiling tabled_derive v0.7.0 |
459 | 2024-09-01T20:20:22.495Z | Compiling tabled v0.15.0 |
460 | 2024-09-01T20:20:23.371Z | Compiling serde_derive v1.0.208 |
461 | 2024-09-01T20:20:23.371Z | Compiling thiserror-impl v1.0.63 |
462 | 2024-09-01T20:20:23.371Z | Compiling zerocopy-derive v0.7.34 |
463 | 2024-09-01T20:20:23.395Z | Compiling scroll_derive v0.12.0 |
464 | 2024-09-01T20:20:23.493Z | Compiling clap_derive v4.5.13 |
465 | 2024-09-01T20:20:24.732Z | Compiling scroll v0.12.0 |
466 | 2024-09-01T20:20:25.215Z | Compiling goblin v0.8.2 |
467 | 2024-09-01T20:20:25.484Z | Compiling zerocopy v0.7.34 |
468 | 2024-09-01T20:20:26.442Z | Compiling pest v2.7.10 |
469 | 2024-09-01T20:20:27.248Z | Compiling clap v4.5.16 |
470 | 2024-09-01T20:20:28.874Z | Compiling pest_meta v2.7.10 |
471 | 2024-09-01T20:20:29.969Z | Compiling pest_generator v2.7.10 |
472 | 2024-09-01T20:20:31.961Z | Compiling pest_derive v2.7.10 |
473 | 2024-09-01T20:20:32.679Z | Compiling dtrace-parser v0.2.0 |
474 | 2024-09-01T20:20:34.448Z | Compiling serde_tokenstream v0.2.2 |
475 | 2024-09-01T20:20:34.585Z | Compiling toml_datetime v0.6.8 |
476 | 2024-09-01T20:20:34.585Z | Compiling serde_spanned v0.6.7 |
477 | 2024-09-01T20:20:34.783Z | Compiling cargo-platform v0.1.8 |
478 | 2024-09-01T20:20:35.010Z | Compiling toml_edit v0.22.20 |
479 | 2024-09-01T20:20:35.102Z | Compiling macaddr v1.0.1 |
480 | 2024-09-01T20:20:35.348Z | Compiling camino-tempfile v1.1.1 |
481 | 2024-09-01T20:20:36.022Z | Compiling dof v0.3.0 |
482 | 2024-09-01T20:20:36.147Z | Compiling cargo_metadata v0.18.1 |
483 | 2024-09-01T20:20:37.999Z | Compiling usdt-attr-macro v0.5.0 |
484 | 2024-09-01T20:20:37.999Z | Compiling usdt-macro v0.5.0 |
485 | 2024-09-01T20:20:38.023Z | Compiling toml v0.8.19 |
486 | 2024-09-01T20:20:38.838Z | Compiling cargo_toml v0.20.4 |
487 | 2024-09-01T20:20:39.340Z | Compiling usdt v0.5.0 |
488 | 2024-09-01T20:20:43.431Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
489 | 2024-09-01T20:20:48.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.20s |
490 | 2024-09-01T20:20:49.236Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
491 | 2024-09-01T20:20:50.091Z | Downloading crates ... |
492 | 2024-09-01T20:20:50.244Z | Downloaded bitstruct_derive v0.1.0 |
493 | 2024-09-01T20:20:50.270Z | Downloaded crucible-workspace-hack v0.1.0 |
494 | 2024-09-01T20:20:50.270Z | Downloaded curve25519-dalek-derive v0.1.1 |
495 | 2024-09-01T20:20:50.295Z | Downloaded cstr-argument v0.1.2 |
496 | 2024-09-01T20:20:50.295Z | Downloaded is-terminal v0.4.12 |
497 | 2024-09-01T20:20:50.320Z | Downloaded normalize-line-endings v0.3.0 |
498 | 2024-09-01T20:20:50.320Z | Downloaded zone_cfg_derive v0.1.2 |
499 | 2024-09-01T20:20:50.346Z | Downloaded phf_shared v0.11.2 |
500 | 2024-09-01T20:20:50.370Z | Downloaded rustfmt-wrapper v0.2.1 |
501 | 2024-09-01T20:20:50.370Z | Downloaded rustc_version v0.4.0 |
502 | 2024-09-01T20:20:50.370Z | Downloaded rtoolbox v0.0.2 |
503 | 2024-09-01T20:20:50.398Z | Downloaded waitgroup v0.1.2 |
504 | 2024-09-01T20:20:50.398Z | Downloaded strum v0.26.3 |
505 | 2024-09-01T20:20:50.398Z | Downloaded tap v1.0.1 |
506 | 2024-09-01T20:20:50.423Z | Downloaded flagset v0.4.5 |
507 | 2024-09-01T20:20:50.423Z | Downloaded pretty-hex v0.2.1 |
508 | 2024-09-01T20:20:50.423Z | Downloaded hostname v0.3.1 |
509 | 2024-09-01T20:20:50.448Z | Downloaded futures-sink v0.3.30 |
510 | 2024-09-01T20:20:50.448Z | Downloaded try-lock v0.2.5 |
511 | 2024-09-01T20:20:50.448Z | Downloaded unarray v0.1.4 |
512 | 2024-09-01T20:20:50.448Z | Downloaded twox-hash v1.6.3 |
513 | 2024-09-01T20:20:50.476Z | Downloaded http-range v0.1.5 |
514 | 2024-09-01T20:20:50.476Z | Downloaded hubpack_derive v0.1.1 |
515 | 2024-09-01T20:20:50.476Z | Downloaded hyper-staticfile v0.9.5 |
516 | 2024-09-01T20:20:50.476Z | Downloaded parse-size v1.0.0 |
517 | 2024-09-01T20:20:50.476Z | Downloaded portpicker v0.1.1 |
518 | 2024-09-01T20:20:50.476Z | Downloaded pbkdf2 v0.11.0 |
519 | 2024-09-01T20:20:50.476Z | Downloaded ppv-lite86 v0.2.17 |
520 | 2024-09-01T20:20:50.502Z | Downloaded ref-cast-impl v1.0.23 |
521 | 2024-09-01T20:20:50.502Z | Downloaded password-hash v0.4.2 |
522 | 2024-09-01T20:20:50.502Z | Downloaded unicode_categories v0.1.1 |
523 | 2024-09-01T20:20:50.502Z | Downloaded polyval v0.6.2 |
524 | 2024-09-01T20:20:50.502Z | Downloaded rcgen v0.12.1 |
525 | 2024-09-01T20:20:50.528Z | Downloaded dropshot v0.10.1 |
526 | 2024-09-01T20:20:50.528Z | Downloaded reedline v0.33.0 |
527 | 2024-09-01T20:20:50.554Z | Downloaded postgres-types v0.2.7 |
528 | 2024-09-01T20:20:50.554Z | Downloaded regex v1.10.6 |
529 | 2024-09-01T20:20:50.581Z | Downloaded unicode-bidi v0.3.15 |
530 | 2024-09-01T20:20:50.581Z | Downloaded regex-automata v0.4.6 |
531 | 2024-09-01T20:20:50.606Z | Downloaded portable-atomic v1.6.0 |
532 | 2024-09-01T20:20:50.631Z | Downloaded quick-xml v0.31.0 |
533 | 2024-09-01T20:20:50.631Z | Downloaded reqwest v0.11.27 |
534 | 2024-09-01T20:20:50.655Z | Downloaded radix_trie v0.2.1 |
535 | 2024-09-01T20:20:50.655Z | Downloaded regress v0.9.1 |
536 | 2024-09-01T20:20:50.680Z | Downloaded ratatui v0.28.0 |
537 | 2024-09-01T20:20:50.704Z | Downloaded regex-syntax v0.8.4 |
538 | 2024-09-01T20:20:50.729Z | Downloaded tokio v1.39.3 |
539 | 2024-09-01T20:20:50.769Z | Downloaded regex-syntax v0.6.29 |
540 | 2024-09-01T20:20:50.794Z | Downloaded polar-core v0.27.3 |
541 | 2024-09-01T20:20:50.818Z | Downloaded encoding_rs v0.8.34 |
542 | 2024-09-01T20:20:50.843Z | Downloaded openapiv3 v2.0.0 |
543 | 2024-09-01T20:20:50.866Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
544 | 2024-09-01T20:20:50.930Z | Downloaded openssl v0.10.66 |
545 | 2024-09-01T20:20:50.955Z | Downloaded object v0.32.2 |
546 | 2024-09-01T20:20:50.979Z | Downloaded nix v0.28.0 |
547 | 2024-09-01T20:20:50.979Z | Downloaded nix v0.27.1 |
548 | 2024-09-01T20:20:51.007Z | Downloaded p384 v0.13.0 |
549 | 2024-09-01T20:20:51.007Z | Downloaded ring v0.17.8 |
550 | 2024-09-01T20:20:51.089Z | Downloaded object v0.30.4 |
551 | 2024-09-01T20:20:51.113Z | Downloaded lalrpop v0.19.12 |
552 | 2024-09-01T20:20:51.143Z | Downloaded sha3 v0.10.8 |
553 | 2024-09-01T20:20:51.167Z | Downloaded unicode-normalization v0.1.23 |
554 | 2024-09-01T20:20:51.167Z | Downloaded rustls-webpki v0.102.4 |
555 | 2024-09-01T20:20:51.191Z | Downloaded ring v0.16.20 |
556 | 2024-09-01T20:20:51.288Z | Downloaded libz-sys v1.1.16 |
557 | 2024-09-01T20:20:51.369Z | Downloaded flate2 v1.0.31 |
558 | 2024-09-01T20:20:51.393Z | Downloaded finl_unicode v1.2.0 |
559 | 2024-09-01T20:20:51.393Z | Downloaded serde_with v3.9.0 |
560 | 2024-09-01T20:20:51.417Z | Downloaded time v0.3.36 |
561 | 2024-09-01T20:20:51.417Z | Downloaded rustls-webpki v0.101.7 |
562 | 2024-09-01T20:20:51.441Z | Downloaded libsqlite3-sys v0.28.0 |
563 | 2024-09-01T20:20:51.514Z | Downloaded petgraph v0.6.5 |
564 | 2024-09-01T20:20:51.538Z | Downloaded heapless v0.7.17 |
565 | 2024-09-01T20:20:51.562Z | Downloaded rand v0.8.5 |
566 | 2024-09-01T20:20:51.562Z | Downloaded http v1.1.0 |
567 | 2024-09-01T20:20:51.562Z | Downloaded hickory-proto v0.24.1 |
568 | 2024-09-01T20:20:51.586Z | Downloaded rustyline v14.0.0 |
569 | 2024-09-01T20:20:51.586Z | Downloaded csv v1.3.0 |
570 | 2024-09-01T20:20:51.610Z | Downloaded postgres-protocol v0.6.7 |
571 | 2024-09-01T20:20:51.610Z | Downloaded postcard v1.0.8 |
572 | 2024-09-01T20:20:51.634Z | Downloaded poly1305 v0.8.0 |
573 | 2024-09-01T20:20:51.634Z | Downloaded flume v0.11.0 |
574 | 2024-09-01T20:20:51.634Z | Downloaded tokio-postgres v0.7.11 |
575 | 2024-09-01T20:20:51.634Z | Downloaded hashbrown v0.13.2 |
576 | 2024-09-01T20:20:51.634Z | Downloaded hashbrown v0.12.3 |
577 | 2024-09-01T20:20:51.659Z | Downloaded p521 v0.13.3 |
578 | 2024-09-01T20:20:51.660Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
579 | 2024-09-01T20:20:51.684Z | Downloaded rayon v1.10.0 |
580 | 2024-09-01T20:20:51.684Z | Downloaded parking_lot_core v0.8.6 |
581 | 2024-09-01T20:20:51.684Z | Downloaded hyper v0.14.30 |
582 | 2024-09-01T20:20:51.708Z | Downloaded trust-dns-proto v0.22.0 |
583 | 2024-09-01T20:20:51.708Z | Downloaded headers v0.3.9 |
584 | 2024-09-01T20:20:51.732Z | Downloaded ed25519-dalek v2.1.1 |
585 | 2024-09-01T20:20:51.732Z | Downloaded diesel v2.2.3 |
586 | 2024-09-01T20:20:51.759Z | Downloaded rustls v0.22.4 |
587 | 2024-09-01T20:20:51.788Z | Downloaded zerocopy-derive v0.6.6 |
588 | 2024-09-01T20:20:51.813Z | Downloaded nom v7.1.3 |
589 | 2024-09-01T20:20:51.838Z | Downloaded sled v0.34.7 |
590 | 2024-09-01T20:20:51.862Z | Downloaded rayon-core v1.12.1 |
591 | 2024-09-01T20:20:51.862Z | Downloaded expectorate v1.1.0 |
592 | 2024-09-01T20:20:51.886Z | Downloaded tough v0.17.1 |
593 | 2024-09-01T20:20:51.886Z | Downloaded tokio-util v0.7.11 |
594 | 2024-09-01T20:20:51.910Z | Downloaded futures-util v0.3.30 |
595 | 2024-09-01T20:20:51.934Z | Downloaded proptest v1.5.0 |
596 | 2024-09-01T20:20:51.958Z | Downloaded vcpkg v0.2.15 |
597 | 2024-09-01T20:20:52.005Z | Downloaded num-bigint-dig v0.8.4 |
598 | 2024-09-01T20:20:52.029Z | Downloaded libm v0.2.8 |
599 | 2024-09-01T20:20:52.029Z | Downloaded serde_yaml v0.9.34+deprecated |
600 | 2024-09-01T20:20:52.029Z | Downloaded unicode-segmentation v1.11.0 |
601 | 2024-09-01T20:20:52.053Z | Downloaded typed-path v0.7.1 |
602 | 2024-09-01T20:20:52.054Z | Downloaded tracing v0.1.40 |
603 | 2024-09-01T20:20:52.054Z | Downloaded quick-error v1.2.3 |
604 | 2024-09-01T20:20:52.054Z | Downloaded elliptic-curve v0.13.8 |
605 | 2024-09-01T20:20:52.054Z | Downloaded itertools v0.12.1 |
606 | 2024-09-01T20:20:52.078Z | Downloaded parking_lot_core v0.9.10 |
607 | 2024-09-01T20:20:52.078Z | Downloaded hyper-tls v0.5.0 |
608 | 2024-09-01T20:20:52.078Z | Downloaded hyper-rustls v0.24.2 |
609 | 2024-09-01T20:20:52.078Z | Downloaded toml_edit v0.19.15 |
610 | 2024-09-01T20:20:52.102Z | Downloaded ref-cast v1.0.23 |
611 | 2024-09-01T20:20:52.102Z | Downloaded pkcs8 v0.10.2 |
612 | 2024-09-01T20:20:52.102Z | Downloaded password-hash v0.5.0 |
613 | 2024-09-01T20:20:52.102Z | Downloaded http-body v0.4.6 |
614 | 2024-09-01T20:20:52.102Z | Downloaded fragile v2.0.0 |
615 | 2024-09-01T20:20:52.102Z | Downloaded form_urlencoded v1.2.1 |
616 | 2024-09-01T20:20:52.102Z | Downloaded tinyvec v1.6.0 |
617 | 2024-09-01T20:20:52.127Z | Downloaded test-strategy v0.3.1 |
618 | 2024-09-01T20:20:52.127Z | Downloaded rustls v0.21.12 |
619 | 2024-09-01T20:20:52.127Z | Downloaded powerfmt v0.2.0 |
620 | 2024-09-01T20:20:52.127Z | Downloaded pkg-config v0.3.30 |
621 | 2024-09-01T20:20:52.151Z | Downloaded pbkdf2 v0.12.2 |
622 | 2024-09-01T20:20:52.151Z | Downloaded parse-display-derive v0.10.0 |
623 | 2024-09-01T20:20:52.151Z | Downloaded unicase v2.7.0 |
624 | 2024-09-01T20:20:52.151Z | Downloaded time-macros v0.2.18 |
625 | 2024-09-01T20:20:52.151Z | Downloaded paste v1.0.15 |
626 | 2024-09-01T20:20:52.151Z | Downloaded parse-display v0.10.0 |
627 | 2024-09-01T20:20:52.151Z | Downloaded sha1 v0.10.6 |
628 | 2024-09-01T20:20:52.151Z | Downloaded rfc6979 v0.4.0 |
629 | 2024-09-01T20:20:52.151Z | Downloaded resolv-conf v0.7.0 |
630 | 2024-09-01T20:20:52.175Z | Downloaded env_logger v0.10.2 |
631 | 2024-09-01T20:20:52.175Z | Downloaded itertools v0.13.0 |
632 | 2024-09-01T20:20:52.175Z | Downloaded path-slash v0.1.5 |
633 | 2024-09-01T20:20:52.175Z | Downloaded httpdate v1.0.3 |
634 | 2024-09-01T20:20:52.175Z | Downloaded httparse v1.8.0 |
635 | 2024-09-01T20:20:52.199Z | Downloaded fatfs v0.3.6 |
636 | 2024-09-01T20:20:52.199Z | Downloaded tracing-core v0.1.32 |
637 | 2024-09-01T20:20:52.199Z | Downloaded minimal-lexical v0.2.1 |
638 | 2024-09-01T20:20:52.199Z | Downloaded libxml v0.3.3 |
639 | 2024-09-01T20:20:52.223Z | Downloaded env_logger v0.9.3 |
640 | 2024-09-01T20:20:52.223Z | Downloaded signal-hook v0.3.17 |
641 | 2024-09-01T20:20:52.223Z | Downloaded tungstenite v0.23.0 |
642 | 2024-09-01T20:20:52.223Z | Downloaded tungstenite v0.21.0 |
643 | 2024-09-01T20:20:52.223Z | Downloaded tungstenite v0.20.1 |
644 | 2024-09-01T20:20:52.223Z | Downloaded rand_seeder v0.3.0 |
645 | 2024-09-01T20:20:52.248Z | Downloaded serde_with_macros v3.9.0 |
646 | 2024-09-01T20:20:52.248Z | Downloaded humantime v2.1.0 |
647 | 2024-09-01T20:20:52.248Z | Downloaded hubpack v0.1.2 |
648 | 2024-09-01T20:20:52.248Z | Downloaded fallible-iterator v0.3.0 |
649 | 2024-09-01T20:20:52.248Z | Downloaded fallible-iterator v0.2.0 |
650 | 2024-09-01T20:20:52.248Z | Downloaded rand_chacha v0.3.1 |
651 | 2024-09-01T20:20:52.248Z | Downloaded tokio-rustls v0.24.1 |
652 | 2024-09-01T20:20:52.248Z | Downloaded ecdsa v0.16.9 |
653 | 2024-09-01T20:20:52.248Z | Downloaded num-bigint v0.4.5 |
654 | 2024-09-01T20:20:52.272Z | Downloaded mio v0.8.11 |
655 | 2024-09-01T20:20:52.272Z | Downloaded foreign-types-shared v0.3.1 |
656 | 2024-09-01T20:20:52.272Z | Downloaded foreign-types-shared v0.1.1 |
657 | 2024-09-01T20:20:52.272Z | Downloaded foreign-types-macros v0.2.3 |
658 | 2024-09-01T20:20:52.272Z | Downloaded foreign-types v0.5.0 |
659 | 2024-09-01T20:20:52.272Z | Downloaded fd-lock v4.0.2 |
660 | 2024-09-01T20:20:52.272Z | Downloaded fallible-streaming-iterator v0.1.9 |
661 | 2024-09-01T20:20:52.272Z | Downloaded erased-serde v0.3.31 |
662 | 2024-09-01T20:20:52.272Z | Downloaded universal-hash v0.5.1 |
663 | 2024-09-01T20:20:52.272Z | Downloaded unicode-xid v0.2.4 |
664 | 2024-09-01T20:20:52.272Z | Downloaded unicode-truncate v1.0.0 |
665 | 2024-09-01T20:20:52.297Z | Downloaded radium v0.7.0 |
666 | 2024-09-01T20:20:52.297Z | Downloaded r2d2 v0.8.10 |
667 | 2024-09-01T20:20:52.297Z | Downloaded tokio-tungstenite v0.23.1 |
668 | 2024-09-01T20:20:52.297Z | Downloaded tokio-tungstenite v0.20.1 |
669 | 2024-09-01T20:20:52.297Z | Downloaded tokio-stream v0.1.15 |
670 | 2024-09-01T20:20:52.297Z | Downloaded tokio-rustls v0.25.0 |
671 | 2024-09-01T20:20:52.297Z | Downloaded schemars v0.8.21 |
672 | 2024-09-01T20:20:52.321Z | Downloaded samael v0.0.15 |
673 | 2024-09-01T20:20:52.321Z | Downloaded foreign-types v0.3.2 |
674 | 2024-09-01T20:20:52.321Z | Downloaded ff v0.13.0 |
675 | 2024-09-01T20:20:52.321Z | Downloaded signal-hook-mio v0.2.4 |
676 | 2024-09-01T20:20:52.321Z | Downloaded shlex v1.3.0 |
677 | 2024-09-01T20:20:52.321Z | Downloaded shell-words v1.1.0 |
678 | 2024-09-01T20:20:52.321Z | Downloaded toml v0.7.8 |
679 | 2024-09-01T20:20:52.345Z | Downloaded headers-core v0.2.0 |
680 | 2024-09-01T20:20:52.345Z | Downloaded rand_core v0.6.4 |
681 | 2024-09-01T20:20:52.345Z | Downloaded serde_derive_internals v0.29.1 |
682 | 2024-09-01T20:20:52.345Z | Downloaded tui-tree-widget v0.22.0 |
683 | 2024-09-01T20:20:52.345Z | Downloaded tracing-attributes v0.1.27 |
684 | 2024-09-01T20:20:52.345Z | Downloaded topological-sort v0.2.2 |
685 | 2024-09-01T20:20:52.345Z | Downloaded ssh-cipher v0.2.0 |
686 | 2024-09-01T20:20:52.345Z | Downloaded hashlink v0.9.1 |
687 | 2024-09-01T20:20:52.345Z | Downloaded prettyplease v0.2.20 |
688 | 2024-09-01T20:20:52.345Z | Downloaded http v0.2.12 |
689 | 2024-09-01T20:20:52.345Z | Downloaded hickory-resolver v0.24.1 |
690 | 2024-09-01T20:20:52.370Z | Downloaded float-cmp v0.9.0 |
691 | 2024-09-01T20:20:52.370Z | Downloaded serde_urlencoded v0.7.1 |
692 | 2024-09-01T20:20:52.370Z | Downloaded serde_plain v1.0.2 |
693 | 2024-09-01T20:20:52.370Z | Downloaded serde_path_to_error v0.1.16 |
694 | 2024-09-01T20:20:52.370Z | Downloaded serde_arrays v0.1.0 |
695 | 2024-09-01T20:20:52.370Z | Downloaded gimli v0.28.1 |
696 | 2024-09-01T20:20:52.370Z | Downloaded openssl-sys v0.9.103 |
697 | 2024-09-01T20:20:52.397Z | Downloaded sqlparser_derive v0.2.2 |
698 | 2024-09-01T20:20:52.397Z | Downloaded futures-channel v0.3.30 |
699 | 2024-09-01T20:20:52.397Z | Downloaded futures v0.3.30 |
700 | 2024-09-01T20:20:52.397Z | Downloaded rand_xorshift v0.3.0 |
701 | 2024-09-01T20:20:52.397Z | Downloaded publicsuffix v2.2.3 |
702 | 2024-09-01T20:20:52.397Z | Downloaded tokio-tungstenite v0.21.0 |
703 | 2024-09-01T20:20:52.397Z | Downloaded tokio-native-tls v0.3.1 |
704 | 2024-09-01T20:20:52.397Z | Downloaded ssh-key v0.6.6 |
705 | 2024-09-01T20:20:52.421Z | Downloaded smoltcp v0.11.0 |
706 | 2024-09-01T20:20:52.422Z | Downloaded mio v1.0.2 |
707 | 2024-09-01T20:20:52.446Z | Downloaded tower-service v0.3.2 |
708 | 2024-09-01T20:20:52.446Z | Downloaded toolchain_find v0.4.0 |
709 | 2024-09-01T20:20:52.446Z | Downloaded getrandom v0.2.14 |
710 | 2024-09-01T20:20:52.446Z | Downloaded getopts v0.2.21 |
711 | 2024-09-01T20:20:52.446Z | Downloaded gethostname v0.5.0 |
712 | 2024-09-01T20:20:52.446Z | Downloaded fxhash v0.2.1 |
713 | 2024-09-01T20:20:52.446Z | Downloaded futures-task v0.3.30 |
714 | 2024-09-01T20:20:52.446Z | Downloaded hickory-client v0.24.1 |
715 | 2024-09-01T20:20:52.446Z | Downloaded heapless v0.8.0 |
716 | 2024-09-01T20:20:52.446Z | Downloaded tokio-macros v2.4.0 |
717 | 2024-09-01T20:20:52.446Z | Downloaded tls_codec v0.4.1 |
718 | 2024-09-01T20:20:52.471Z | Downloaded tinyvec_macros v0.1.1 |
719 | 2024-09-01T20:20:52.471Z | Downloaded tiny-keccak v2.0.2 |
720 | 2024-09-01T20:20:52.471Z | Downloaded thiserror-no-std v2.0.2 |
721 | 2024-09-01T20:20:52.471Z | Downloaded thiserror-impl-no-std v2.0.2 |
722 | 2024-09-01T20:20:52.471Z | Downloaded termios v0.3.3 |
723 | 2024-09-01T20:20:52.471Z | Downloaded termcolor v1.4.1 |
724 | 2024-09-01T20:20:52.471Z | Downloaded futures-macro v0.3.30 |
725 | 2024-09-01T20:20:52.471Z | Downloaded futures-io v0.3.30 |
726 | 2024-09-01T20:20:52.471Z | Downloaded futures-executor v0.3.30 |
727 | 2024-09-01T20:20:52.471Z | Downloaded futures-core v0.3.30 |
728 | 2024-09-01T20:20:52.471Z | Downloaded funty v2.0.0 |
729 | 2024-09-01T20:20:52.471Z | Downloaded psl-types v2.0.11 |
730 | 2024-09-01T20:20:52.471Z | Downloaded proc-macro-crate v1.3.1 |
731 | 2024-09-01T20:20:52.496Z | Downloaded primeorder v0.13.6 |
732 | 2024-09-01T20:20:52.496Z | Downloaded predicates-tree v1.0.9 |
733 | 2024-09-01T20:20:52.496Z | Downloaded predicates-core v1.0.6 |
734 | 2024-09-01T20:20:52.496Z | Downloaded predicates v3.1.2 |
735 | 2024-09-01T20:20:52.496Z | Downloaded hostname v0.4.0 |
736 | 2024-09-01T20:20:52.496Z | Downloaded heck v0.3.3 |
737 | 2024-09-01T20:20:52.496Z | Downloaded float-ord v0.3.2 |
738 | 2024-09-01T20:20:52.496Z | Downloaded tls_codec_derive v0.4.1 |
739 | 2024-09-01T20:20:52.496Z | Downloaded thread_local v1.1.8 |
740 | 2024-09-01T20:20:52.496Z | Downloaded ena v0.14.3 |
741 | 2024-09-01T20:20:52.521Z | Downloaded either v1.13.0 |
742 | 2024-09-01T20:20:52.521Z | Downloaded git2 v0.19.0 |
743 | 2024-09-01T20:20:52.521Z | Downloaded webpki-roots v0.25.4 |
744 | 2024-09-01T20:20:52.521Z | Downloaded smoltcp v0.9.1 |
745 | 2024-09-01T20:20:52.545Z | Downloaded p256 v0.13.2 |
746 | 2024-09-01T20:20:52.545Z | Downloaded num-traits v0.2.19 |
747 | 2024-09-01T20:20:52.545Z | Downloaded itertools v0.10.5 |
748 | 2024-09-01T20:20:52.569Z | Downloaded fixedbitset v0.4.2 |
749 | 2024-09-01T20:20:52.569Z | Downloaded serde_repr v0.1.19 |
750 | 2024-09-01T20:20:52.569Z | Downloaded term v0.7.0 |
751 | 2024-09-01T20:20:52.569Z | Downloaded subprocess v0.2.9 |
752 | 2024-09-01T20:20:52.569Z | Downloaded strum_macros v0.26.4 |
753 | 2024-09-01T20:20:52.569Z | Downloaded steno v0.4.1 |
754 | 2024-09-01T20:20:52.570Z | Downloaded dhcproto v0.12.0 |
755 | 2024-09-01T20:20:52.594Z | Downloaded derive-where v1.2.7 |
756 | 2024-09-01T20:20:52.594Z | Downloaded url v2.5.2 |
757 | 2024-09-01T20:20:52.594Z | Downloaded pkcs5 v0.7.1 |
758 | 2024-09-01T20:20:52.594Z | Downloaded precomputed-hash v0.1.1 |
759 | 2024-09-01T20:20:52.594Z | Downloaded hex-literal v0.4.1 |
760 | 2024-09-01T20:20:52.594Z | Downloaded hex v0.4.3 |
761 | 2024-09-01T20:20:52.594Z | Downloaded filetime v0.2.25 |
762 | 2024-09-01T20:20:52.594Z | Downloaded serde-hex v0.1.0 |
763 | 2024-09-01T20:20:52.594Z | Downloaded serde-big-array v0.5.1 |
764 | 2024-09-01T20:20:52.621Z | Downloaded semver v0.1.20 |
765 | 2024-09-01T20:20:52.621Z | Downloaded secrecy v0.8.0 |
766 | 2024-09-01T20:20:52.621Z | Downloaded sec1 v0.7.3 |
767 | 2024-09-01T20:20:52.621Z | Downloaded sct v0.7.1 |
768 | 2024-09-01T20:20:52.621Z | Downloaded time-core v0.1.2 |
769 | 2024-09-01T20:20:52.621Z | Downloaded termtree v0.4.1 |
770 | 2024-09-01T20:20:52.621Z | Downloaded tar v0.4.41 |
771 | 2024-09-01T20:20:52.621Z | Downloaded subtle v2.5.0 |
772 | 2024-09-01T20:20:52.621Z | Downloaded static_assertions v1.1.0 |
773 | 2024-09-01T20:20:52.621Z | Downloaded enum-as-inner v0.6.0 |
774 | 2024-09-01T20:20:52.621Z | Downloaded embedded-io v0.4.0 |
775 | 2024-09-01T20:20:52.621Z | Downloaded ed25519 v2.2.3 |
776 | 2024-09-01T20:20:52.645Z | Downloaded dyn-clone v1.0.17 |
777 | 2024-09-01T20:20:52.645Z | Downloaded dsl_auto_type v0.1.2 |
778 | 2024-09-01T20:20:52.645Z | Downloaded der_derive v0.7.2 |
779 | 2024-09-01T20:20:52.645Z | Downloaded uuid v1.10.0 |
780 | 2024-09-01T20:20:52.645Z | Downloaded russh v0.45.0 |
781 | 2024-09-01T20:20:52.645Z | Downloaded rusqlite v0.31.0 |
782 | 2024-09-01T20:20:52.669Z | Downloaded omicron-zone-package v0.11.0 |
783 | 2024-09-01T20:20:52.669Z | Downloaded idna v0.3.0 |
784 | 2024-09-01T20:20:52.669Z | Downloaded strum_macros v0.25.3 |
785 | 2024-09-01T20:20:52.694Z | Downloaded structmeta-derive v0.3.0 |
786 | 2024-09-01T20:20:52.694Z | Downloaded structmeta-derive v0.2.0 |
787 | 2024-09-01T20:20:52.695Z | Downloaded structmeta v0.3.0 |
788 | 2024-09-01T20:20:52.695Z | Downloaded structmeta v0.2.0 |
789 | 2024-09-01T20:20:52.695Z | Downloaded strip-ansi-escapes v0.2.0 |
790 | 2024-09-01T20:20:52.695Z | Downloaded stringprep v0.1.4 |
791 | 2024-09-01T20:20:52.695Z | Downloaded string_cache v0.8.7 |
792 | 2024-09-01T20:20:52.695Z | Downloaded ssh-encoding v0.2.0 |
793 | 2024-09-01T20:20:52.695Z | Downloaded enum-as-inner v0.5.1 |
794 | 2024-09-01T20:20:52.695Z | Downloaded difflib v0.4.0 |
795 | 2024-09-01T20:20:52.719Z | Downloaded diesel_derives v2.2.2 |
796 | 2024-09-01T20:20:52.719Z | Downloaded derive_more v0.99.18 |
797 | 2024-09-01T20:20:52.719Z | Downloaded derive_builder_core v0.20.0 |
798 | 2024-09-01T20:20:52.719Z | Downloaded derive_builder v0.20.0 |
799 | 2024-09-01T20:20:52.744Z | Downloaded deranged v0.3.11 |
800 | 2024-09-01T20:20:52.744Z | Downloaded vergen v8.3.2 |
801 | 2024-09-01T20:20:52.744Z | Downloaded unsafe-libyaml v0.2.11 |
802 | 2024-09-01T20:20:52.744Z | Downloaded rustls-pemfile v2.1.3 |
803 | 2024-09-01T20:20:52.744Z | Downloaded h2 v0.3.26 |
804 | 2024-09-01T20:20:52.744Z | Downloaded parking_lot v0.12.2 |
805 | 2024-09-01T20:20:52.769Z | Downloaded idna v0.5.0 |
806 | 2024-09-01T20:20:52.769Z | Downloaded idna v0.4.0 |
807 | 2024-09-01T20:20:52.769Z | Downloaded take_mut v0.2.2 |
808 | 2024-09-01T20:20:52.770Z | Downloaded tabwriter v1.4.0 |
809 | 2024-09-01T20:20:52.770Z | Downloaded sync_wrapper v0.1.2 |
810 | 2024-09-01T20:20:52.770Z | Downloaded supports-color v3.0.0 |
811 | 2024-09-01T20:20:52.770Z | Downloaded strum_macros v0.24.3 |
812 | 2024-09-01T20:20:52.795Z | Downloaded stable_deref_trait v1.2.0 |
813 | 2024-09-01T20:20:52.795Z | Downloaded display-error-chain v0.2.1 |
814 | 2024-09-01T20:20:52.795Z | Downloaded dirs-next v2.0.0 |
815 | 2024-09-01T20:20:52.795Z | Downloaded walkdir v2.5.0 |
816 | 2024-09-01T20:20:52.795Z | Downloaded vte v0.11.1 |
817 | 2024-09-01T20:20:52.795Z | Downloaded vsss-rs v3.3.4 |
818 | 2024-09-01T20:20:52.796Z | Downloaded pkcs1 v0.7.5 |
819 | 2024-09-01T20:20:52.796Z | Downloaded pin-utils v0.1.0 |
820 | 2024-09-01T20:20:52.796Z | Downloaded pin-project-lite v0.2.14 |
821 | 2024-09-01T20:20:52.796Z | Downloaded curve25519-dalek v4.1.3 |
822 | 2024-09-01T20:20:52.855Z | Downloaded crossterm v0.27.0 |
823 | 2024-09-01T20:20:52.886Z | Downloaded bstr v1.9.1 |
824 | 2024-09-01T20:20:52.886Z | Downloaded endian-type v0.1.2 |
825 | 2024-09-01T20:20:52.886Z | Downloaded dropshot_endpoint v0.10.1 |
826 | 2024-09-01T20:20:52.887Z | Downloaded downcast v0.11.0 |
827 | 2024-09-01T20:20:52.887Z | Downloaded dirs-sys-next v0.1.2 |
828 | 2024-09-01T20:20:52.887Z | Downloaded diff v0.1.13 |
829 | 2024-09-01T20:20:52.887Z | Downloaded diesel_table_macro_syntax v0.2.0 |
830 | 2024-09-01T20:20:52.887Z | Downloaded dhcproto-macros v0.1.0 |
831 | 2024-09-01T20:20:52.887Z | Downloaded des v0.8.1 |
832 | 2024-09-01T20:20:52.887Z | Downloaded derive_builder_macro v0.20.0 |
833 | 2024-09-01T20:20:52.887Z | Downloaded wait-timeout v0.2.0 |
834 | 2024-09-01T20:20:52.887Z | Downloaded vte_generate_state_changes v0.1.1 |
835 | 2024-09-01T20:20:52.887Z | Downloaded scrypt v0.11.0 |
836 | 2024-09-01T20:20:52.887Z | Downloaded scopeguard v1.2.0 |
837 | 2024-09-01T20:20:52.887Z | Downloaded schemars_derive v0.8.21 |
838 | 2024-09-01T20:20:52.888Z | Downloaded scheduled-thread-pool v0.2.7 |
839 | 2024-09-01T20:20:52.888Z | Downloaded same-file v1.0.6 |
840 | 2024-09-01T20:20:52.888Z | Downloaded salsa20 v0.10.2 |
841 | 2024-09-01T20:20:52.888Z | Downloaded rusty-fork v0.3.0 |
842 | 2024-09-01T20:20:52.888Z | Downloaded rustversion v1.0.17 |
843 | 2024-09-01T20:20:52.888Z | Downloaded rustls-pki-types v1.7.0 |
844 | 2024-09-01T20:20:52.888Z | Downloaded rustls-pemfile v1.0.4 |
845 | 2024-09-01T20:20:52.888Z | Downloaded uzers v0.11.3 |
846 | 2024-09-01T20:20:52.888Z | Downloaded utf-8 v0.7.6 |
847 | 2024-09-01T20:20:52.888Z | Downloaded untrusted v0.9.0 |
848 | 2024-09-01T20:20:52.888Z | Downloaded untrusted v0.7.1 |
849 | 2024-09-01T20:20:52.889Z | Downloaded russh-keys v0.45.0 |
850 | 2024-09-01T20:20:52.889Z | Downloaded rsa v0.9.6 |
851 | 2024-09-01T20:20:52.889Z | Downloaded ron v0.8.1 |
852 | 2024-09-01T20:20:52.889Z | Downloaded ron v0.7.1 |
853 | 2024-09-01T20:20:52.921Z | Downloaded indicatif v0.17.8 |
854 | 2024-09-01T20:20:52.921Z | Downloaded idna v0.2.3 |
855 | 2024-09-01T20:20:52.922Z | Downloaded pin-project-internal v1.1.5 |
856 | 2024-09-01T20:20:52.922Z | Downloaded x509-cert v0.2.5 |
857 | 2024-09-01T20:20:52.922Z | Downloaded winnow v0.5.40 |
858 | 2024-09-01T20:20:52.948Z | Downloaded sqlparser v0.45.0 |
859 | 2024-09-01T20:20:52.948Z | Downloaded oso v0.27.3 |
860 | 2024-09-01T20:20:52.948Z | Downloaded num-complex v0.4.6 |
861 | 2024-09-01T20:20:52.948Z | Downloaded multer v3.1.0 |
862 | 2024-09-01T20:20:52.948Z | Downloaded rustc_version v0.1.7 |
863 | 2024-09-01T20:20:52.948Z | Downloaded rustc-hash v1.1.0 |
864 | 2024-09-01T20:20:52.948Z | Downloaded rustc-demangle v0.1.24 |
865 | 2024-09-01T20:20:52.948Z | Downloaded russh-cryptovec v0.7.2 |
866 | 2024-09-01T20:20:52.949Z | Downloaded peg-macros v0.8.4 |
867 | 2024-09-01T20:20:52.949Z | Downloaded hash32 v0.3.1 |
868 | 2024-09-01T20:20:52.949Z | Downloaded half v2.4.1 |
869 | 2024-09-01T20:20:52.977Z | Downloaded packed_struct_codegen v0.10.1 |
870 | 2024-09-01T20:20:52.977Z | Downloaded owo-colors v4.0.0 |
871 | 2024-09-01T20:20:52.977Z | Downloaded olpc-cjson v0.1.3 |
872 | 2024-09-01T20:20:52.977Z | Downloaded num_enum_derive v0.5.11 |
873 | 2024-09-01T20:20:52.977Z | Downloaded nanorand v0.7.0 |
874 | 2024-09-01T20:20:52.977Z | Downloaded managed v0.8.0 |
875 | 2024-09-01T20:20:52.977Z | Downloaded instant v0.1.12 |
876 | 2024-09-01T20:20:52.977Z | Downloaded rpassword v7.3.1 |
877 | 2024-09-01T20:20:52.977Z | Downloaded pin-project v1.1.5 |
878 | 2024-09-01T20:20:53.003Z | Downloaded phf_shared v0.10.0 |
879 | 2024-09-01T20:20:53.003Z | Downloaded phf v0.11.2 |
880 | 2024-09-01T20:20:53.003Z | Downloaded percent-encoding v2.3.1 |
881 | 2024-09-01T20:20:53.004Z | Downloaded pem-rfc7468 v0.7.0 |
882 | 2024-09-01T20:20:53.004Z | Downloaded hash32 v0.2.1 |
883 | 2024-09-01T20:20:53.004Z | Downloaded der v0.7.9 |
884 | 2024-09-01T20:20:53.004Z | Downloaded defmt v0.3.8 |
885 | 2024-09-01T20:20:53.004Z | Downloaded debug-ignore v1.0.5 |
886 | 2024-09-01T20:20:53.004Z | Downloaded data-encoding v2.6.0 |
887 | 2024-09-01T20:20:53.004Z | Downloaded zone_cfg_derive v0.3.0 |
888 | 2024-09-01T20:20:53.004Z | Downloaded zone v0.3.0 |
889 | 2024-09-01T20:20:53.004Z | Downloaded zone v0.1.8 |
890 | 2024-09-01T20:20:53.004Z | Downloaded zip v0.6.6 |
891 | 2024-09-01T20:20:53.031Z | Downloaded wyz v0.5.1 |
892 | 2024-09-01T20:20:53.031Z | Downloaded socket2 v0.4.10 |
893 | 2024-09-01T20:20:53.032Z | Downloaded snafu v0.8.2 |
894 | 2024-09-01T20:20:53.032Z | Downloaded parking_lot v0.11.2 |
895 | 2024-09-01T20:20:53.032Z | Downloaded oso-derive v0.27.3 |
896 | 2024-09-01T20:20:53.032Z | Downloaded openssl-macros v0.1.1 |
897 | 2024-09-01T20:20:53.032Z | Downloaded number_prefix v0.4.0 |
898 | 2024-09-01T20:20:53.032Z | Downloaded num_enum v0.5.11 |
899 | 2024-09-01T20:20:53.032Z | Downloaded num-rational v0.4.2 |
900 | 2024-09-01T20:20:53.062Z | Downloaded num-iter v0.1.45 |
901 | 2024-09-01T20:20:53.062Z | Downloaded num-derive v0.4.2 |
902 | 2024-09-01T20:20:53.062Z | Downloaded nu-ansi-term v0.50.0 |
903 | 2024-09-01T20:20:53.062Z | Downloaded nibble_vec v0.1.0 |
904 | 2024-09-01T20:20:53.062Z | Downloaded newtype-uuid v1.1.0 |
905 | 2024-09-01T20:20:53.062Z | Downloaded native-tls v0.2.11 |
906 | 2024-09-01T20:20:53.062Z | Downloaded mockall_derive v0.13.0 |
907 | 2024-09-01T20:20:53.062Z | Downloaded mockall v0.13.0 |
908 | 2024-09-01T20:20:53.062Z | Downloaded miniz_oxide v0.7.2 |
909 | 2024-09-01T20:20:53.062Z | Downloaded mime_guess v2.0.4 |
910 | 2024-09-01T20:20:53.062Z | Downloaded mime v0.3.17 |
911 | 2024-09-01T20:20:53.062Z | Downloaded memmap2 v0.9.4 |
912 | 2024-09-01T20:20:53.062Z | Downloaded maybe-uninit v2.0.0 |
913 | 2024-09-01T20:20:53.063Z | Downloaded match_cfg v0.1.0 |
914 | 2024-09-01T20:20:53.063Z | Downloaded libsw v3.3.1 |
915 | 2024-09-01T20:20:53.063Z | Downloaded lazycell v1.3.0 |
916 | 2024-09-01T20:20:53.063Z | Downloaded kstat-rs v0.2.4 |
917 | 2024-09-01T20:20:53.090Z | Downloaded jobserver v0.1.32 |
918 | 2024-09-01T20:20:53.090Z | Downloaded ipnetwork v0.20.0 |
919 | 2024-09-01T20:20:53.090Z | Downloaded hkdf v0.12.4 |
920 | 2024-09-01T20:20:53.090Z | Downloaded crossterm v0.28.1 |
921 | 2024-09-01T20:20:53.090Z | Downloaded chrono v0.4.38 |
922 | 2024-09-01T20:20:53.091Z | Downloaded blake3 v1.5.1 |
923 | 2024-09-01T20:20:53.116Z | Downloaded bitvec v1.0.1 |
924 | 2024-09-01T20:20:53.116Z | Downloaded bindgen v0.69.4 |
925 | 2024-09-01T20:20:53.141Z | Downloaded pem v3.0.4 |
926 | 2024-09-01T20:20:53.141Z | Downloaded peg-runtime v0.8.3 |
927 | 2024-09-01T20:20:53.141Z | Downloaded peg v0.8.4 |
928 | 2024-09-01T20:20:53.141Z | Downloaded group v0.13.0 |
929 | 2024-09-01T20:20:53.141Z | Downloaded globset v0.4.14 |
930 | 2024-09-01T20:20:53.141Z | Downloaded glob v0.3.1 |
931 | 2024-09-01T20:20:53.141Z | Downloaded ghash v0.5.1 |
932 | 2024-09-01T20:20:53.141Z | Downloaded defmt-parser v0.3.4 |
933 | 2024-09-01T20:20:53.141Z | Downloaded defmt-macros v0.3.9 |
934 | 2024-09-01T20:20:53.141Z | Downloaded zeroize_derive v1.4.2 |
935 | 2024-09-01T20:20:53.166Z | Downloaded zeroize v1.7.0 |
936 | 2024-09-01T20:20:53.166Z | Downloaded zerocopy v0.6.6 |
937 | 2024-09-01T20:20:53.167Z | Downloaded yasna v0.5.2 |
938 | 2024-09-01T20:20:53.167Z | Downloaded xattr v1.3.1 |
939 | 2024-09-01T20:20:53.167Z | Downloaded whoami v1.5.1 |
940 | 2024-09-01T20:20:53.167Z | Downloaded which v4.4.2 |
941 | 2024-09-01T20:20:53.167Z | Downloaded want v0.3.1 |
942 | 2024-09-01T20:20:53.167Z | Downloaded sqlformat v0.2.4 |
943 | 2024-09-01T20:20:53.167Z | Downloaded spki v0.7.3 |
944 | 2024-09-01T20:20:53.167Z | Downloaded spin v0.9.8 |
945 | 2024-09-01T20:20:53.167Z | Downloaded spin v0.5.2 |
946 | 2024-09-01T20:20:53.167Z | Downloaded socket2 v0.5.7 |
947 | 2024-09-01T20:20:53.192Z | Downloaded smallvec v0.6.14 |
948 | 2024-09-01T20:20:53.192Z | Downloaded slog-term v2.9.1 |
949 | 2024-09-01T20:20:53.192Z | Downloaded slog-stdlog v4.1.1 |
950 | 2024-09-01T20:20:53.192Z | Downloaded slog-scope v4.4.0 |
951 | 2024-09-01T20:20:53.192Z | Downloaded slog-json v2.6.1 |
952 | 2024-09-01T20:20:53.192Z | Downloaded slog-envlogger v2.2.0 |
953 | 2024-09-01T20:20:53.192Z | Downloaded slog-dtrace v0.3.0 |
954 | 2024-09-01T20:20:53.192Z | Downloaded slog-bunyan v2.5.0 |
955 | 2024-09-01T20:20:53.192Z | Downloaded slog-async v2.8.0 |
956 | 2024-09-01T20:20:53.192Z | Downloaded slog v2.7.0 |
957 | 2024-09-01T20:20:53.192Z | Downloaded slab v0.4.9 |
958 | 2024-09-01T20:20:53.192Z | Downloaded siphasher v0.3.11 |
959 | 2024-09-01T20:20:53.192Z | Downloaded similar v2.6.0 |
960 | 2024-09-01T20:20:53.218Z | Downloaded packed_struct v0.10.1 |
961 | 2024-09-01T20:20:53.218Z | Downloaded num-integer v0.1.46 |
962 | 2024-09-01T20:20:53.218Z | Downloaded new_debug_unreachable v1.0.6 |
963 | 2024-09-01T20:20:53.218Z | Downloaded multimap v0.10.0 |
964 | 2024-09-01T20:20:53.218Z | Downloaded memoffset v0.9.1 |
965 | 2024-09-01T20:20:53.218Z | Downloaded lru-cache v0.1.2 |
966 | 2024-09-01T20:20:53.218Z | Downloaded lru v0.12.3 |
967 | 2024-09-01T20:20:53.218Z | Downloaded lock_api v0.4.12 |
968 | 2024-09-01T20:20:53.218Z | Downloaded linked-hash-map v0.5.6 |
969 | 2024-09-01T20:20:53.218Z | Downloaded libloading v0.8.3 |
970 | 2024-09-01T20:20:53.218Z | Downloaded lalrpop-util v0.19.12 |
971 | 2024-09-01T20:20:53.218Z | Downloaded indoc v1.0.9 |
972 | 2024-09-01T20:20:53.218Z | Downloaded crc-any v2.5.0 |
973 | 2024-09-01T20:20:53.218Z | Downloaded snafu-derive v0.8.2 |
974 | 2024-09-01T20:20:53.243Z | Downloaded smf v0.2.3 |
975 | 2024-09-01T20:20:53.244Z | Downloaded smallvec v1.13.2 |
976 | 2024-09-01T20:20:53.244Z | Downloaded sigpipe v0.1.3 |
977 | 2024-09-01T20:20:53.244Z | Downloaded signature v2.2.0 |
978 | 2024-09-01T20:20:53.244Z | Downloaded signal-hook-tokio v0.3.1 |
979 | 2024-09-01T20:20:53.244Z | Downloaded signal-hook-registry v1.4.2 |
980 | 2024-09-01T20:20:53.244Z | Downloaded openssl-probe v0.1.5 |
981 | 2024-09-01T20:20:53.244Z | Downloaded opaque-debug v0.3.1 |
982 | 2024-09-01T20:20:53.244Z | Downloaded num_threads v0.1.7 |
983 | 2024-09-01T20:20:53.244Z | Downloaded num-conv v0.1.0 |
984 | 2024-09-01T20:20:53.244Z | Downloaded num v0.4.3 |
985 | 2024-09-01T20:20:53.245Z | Downloaded nodrop v0.1.14 |
986 | 2024-09-01T20:20:53.245Z | Downloaded md5 v0.7.0 |
987 | 2024-09-01T20:20:53.245Z | Downloaded md-5 v0.10.6 |
988 | 2024-09-01T20:20:53.245Z | Downloaded maplit v1.0.2 |
989 | 2024-09-01T20:20:53.245Z | Downloaded linear-map v1.2.0 |
990 | 2024-09-01T20:20:53.245Z | Downloaded libefi-sys v0.1.0 |
991 | 2024-09-01T20:20:53.245Z | Downloaded lazy_static v1.5.0 |
992 | 2024-09-01T20:20:53.245Z | Downloaded is_ci v1.2.0 |
993 | 2024-09-01T20:20:53.270Z | Downloaded internet-checksum v0.2.1 |
994 | 2024-09-01T20:20:53.270Z | Downloaded instability v0.3.2 |
995 | 2024-09-01T20:20:53.270Z | Downloaded inout v0.1.3 |
996 | 2024-09-01T20:20:53.271Z | Downloaded indent_write v2.2.0 |
997 | 2024-09-01T20:20:53.271Z | Downloaded hmac v0.12.1 |
998 | 2024-09-01T20:20:53.271Z | Downloaded hickory-server v0.24.1 |
999 | 2024-09-01T20:20:53.271Z | Downloaded crossbeam-utils v0.8.19 |
1000 | 2024-09-01T20:20:53.271Z | Downloaded const_format v0.2.32 |
1001 | 2024-09-01T20:20:53.271Z | Downloaded console v0.15.8 |
1002 | 2024-09-01T20:20:53.297Z | Downloaded clang-sys v1.7.0 |
1003 | 2024-09-01T20:20:53.297Z | Downloaded chacha20poly1305 v0.10.1 |
1004 | 2024-09-01T20:20:53.297Z | Downloaded cc v1.0.97 |
1005 | 2024-09-01T20:20:53.297Z | Downloaded newtype_derive v0.1.6 |
1006 | 2024-09-01T20:20:53.298Z | Downloaded newline-converter v0.3.0 |
1007 | 2024-09-01T20:20:53.298Z | Downloaded matches v0.1.10 |
1008 | 2024-09-01T20:20:53.298Z | Downloaded keccak v0.1.5 |
1009 | 2024-09-01T20:20:53.298Z | Downloaded indexmap v1.9.3 |
1010 | 2024-09-01T20:20:53.298Z | Downloaded iana-time-zone v0.1.60 |
1011 | 2024-09-01T20:20:53.298Z | Downloaded highway v1.2.0 |
1012 | 2024-09-01T20:20:53.298Z | Downloaded ctr v0.9.2 |
1013 | 2024-09-01T20:20:53.298Z | Downloaded csv-core v0.1.11 |
1014 | 2024-09-01T20:20:53.299Z | Downloaded crossbeam-deque v0.8.5 |
1015 | 2024-09-01T20:20:53.324Z | Downloaded crc32fast v1.4.0 |
1016 | 2024-09-01T20:20:53.324Z | Downloaded ciborium-ll v0.2.2 |
1017 | 2024-09-01T20:20:53.325Z | Downloaded ciborium v0.2.2 |
1018 | 2024-09-01T20:20:53.325Z | Downloaded aho-corasick v1.1.3 |
1019 | 2024-09-01T20:20:53.325Z | Downloaded aes-gcm v0.10.3 |
1020 | 2024-09-01T20:20:53.325Z | Downloaded ipnet v2.9.0 |
1021 | 2024-09-01T20:20:53.325Z | Downloaded impl-trait-for-tuples v0.2.2 |
1022 | 2024-09-01T20:20:53.325Z | Downloaded ident_case v1.0.1 |
1023 | 2024-09-01T20:20:53.325Z | Downloaded home v0.5.9 |
1024 | 2024-09-01T20:20:53.325Z | Downloaded darling_macro v0.20.9 |
1025 | 2024-09-01T20:20:53.325Z | Downloaded darling_core v0.20.9 |
1026 | 2024-09-01T20:20:53.349Z | Downloaded darling v0.20.9 |
1027 | 2024-09-01T20:20:53.349Z | Downloaded crunchy v0.2.2 |
1028 | 2024-09-01T20:20:53.349Z | Downloaded crossbeam-channel v0.5.12 |
1029 | 2024-09-01T20:20:53.349Z | Downloaded cookie_store v0.20.0 |
1030 | 2024-09-01T20:20:53.349Z | Downloaded cookie v0.17.0 |
1031 | 2024-09-01T20:20:53.349Z | Downloaded crc v3.2.1 |
1032 | 2024-09-01T20:20:53.349Z | Downloaded constant_time_eq v0.3.0 |
1033 | 2024-09-01T20:20:53.373Z | Downloaded colored v2.1.0 |
1034 | 2024-09-01T20:20:53.373Z | Downloaded cobs v0.2.3 |
1035 | 2024-09-01T20:20:53.373Z | Downloaded cipher v0.4.4 |
1036 | 2024-09-01T20:20:53.373Z | Downloaded cfg_aliases v0.1.1 |
1037 | 2024-09-01T20:20:53.373Z | Downloaded cexpr v0.6.0 |
1038 | 2024-09-01T20:20:53.373Z | Downloaded cbc v0.1.2 |
1039 | 2024-09-01T20:20:53.373Z | Downloaded castaway v0.2.3 |
1040 | 2024-09-01T20:20:53.373Z | Downloaded cancel-safe-futures v0.1.5 |
1041 | 2024-09-01T20:20:53.373Z | Downloaded buf-list v1.0.3 |
1042 | 2024-09-01T20:20:53.373Z | Downloaded blowfish v0.9.1 |
1043 | 2024-09-01T20:20:53.373Z | Downloaded blake2 v0.10.6 |
1044 | 2024-09-01T20:20:53.373Z | Downloaded bitstruct v0.1.1 |
1045 | 2024-09-01T20:20:53.398Z | Downloaded bitfield-struct v0.6.1 |
1046 | 2024-09-01T20:20:53.398Z | Downloaded bit-vec v0.6.3 |
1047 | 2024-09-01T20:20:53.398Z | Downloaded base64 v0.21.7 |
1048 | 2024-09-01T20:20:53.398Z | Downloaded backtrace v0.3.71 |
1049 | 2024-09-01T20:20:53.398Z | Downloaded backoff v0.4.0 |
1050 | 2024-09-01T20:20:53.398Z | Downloaded ahash v0.8.11 |
1051 | 2024-09-01T20:20:53.398Z | Downloaded aes v0.8.4 |
1052 | 2024-09-01T20:20:53.422Z | Downloaded aead v0.5.2 |
1053 | 2024-09-01T20:20:53.422Z | Downloaded addr2line v0.21.0 |
1054 | 2024-09-01T20:20:53.422Z | Downloaded crypto-bigint v0.5.5 |
1055 | 2024-09-01T20:20:53.422Z | Downloaded crossbeam-epoch v0.9.18 |
1056 | 2024-09-01T20:20:53.422Z | Downloaded crc-catalog v2.4.0 |
1057 | 2024-09-01T20:20:53.422Z | Downloaded cookie v0.18.1 |
1058 | 2024-09-01T20:20:53.422Z | Downloaded convert_case v0.4.0 |
1059 | 2024-09-01T20:20:53.422Z | Downloaded const_format_proc_macros v0.2.32 |
1060 | 2024-09-01T20:20:53.422Z | Downloaded const-oid v0.9.6 |
1061 | 2024-09-01T20:20:53.446Z | Downloaded compact_str v0.8.0 |
1062 | 2024-09-01T20:20:53.446Z | Downloaded ciborium-io v0.2.2 |
1063 | 2024-09-01T20:20:53.446Z | Downloaded chacha20 v0.9.1 |
1064 | 2024-09-01T20:20:53.446Z | Downloaded cassowary v0.3.0 |
1065 | 2024-09-01T20:20:53.446Z | Downloaded bzip2 v0.4.4 |
1066 | 2024-09-01T20:20:53.446Z | Downloaded bytes v1.7.1 |
1067 | 2024-09-01T20:20:53.446Z | Downloaded bit-set v0.5.3 |
1068 | 2024-09-01T20:20:53.446Z | Downloaded bcrypt-pbkdf v0.10.0 |
1069 | 2024-09-01T20:20:53.446Z | Downloaded bb8 v0.8.5 |
1070 | 2024-09-01T20:20:53.446Z | Downloaded base64ct v1.6.0 |
1071 | 2024-09-01T20:20:53.446Z | Downloaded base64 v0.22.1 |
1072 | 2024-09-01T20:20:53.470Z | Downloaded base64 v0.13.1 |
1073 | 2024-09-01T20:20:53.470Z | Downloaded base16ct v0.2.0 |
1074 | 2024-09-01T20:20:53.470Z | Downloaded atomic-waker v1.1.2 |
1075 | 2024-09-01T20:20:53.471Z | Downloaded async-trait v0.1.81 |
1076 | 2024-09-01T20:20:53.471Z | Downloaded async-stream v0.3.5 |
1077 | 2024-09-01T20:20:53.471Z | Downloaded async-bb8-diesel v0.2.1 |
1078 | 2024-09-01T20:20:53.471Z | Downloaded ascii-canvas v3.0.0 |
1079 | 2024-09-01T20:20:53.471Z | Downloaded ascii v1.1.0 |
1080 | 2024-09-01T20:20:53.471Z | Downloaded arrayvec v0.7.4 |
1081 | 2024-09-01T20:20:53.495Z | Downloaded argon2 v0.5.3 |
1082 | 2024-09-01T20:20:53.495Z | Downloaded arc-swap v1.7.1 |
1083 | 2024-09-01T20:20:53.495Z | Downloaded allocator-api2 v0.2.18 |
1084 | 2024-09-01T20:20:53.495Z | Downloaded block-padding v0.3.3 |
1085 | 2024-09-01T20:20:53.495Z | Downloaded bitflags v1.3.2 |
1086 | 2024-09-01T20:20:53.495Z | Downloaded bitfield v0.14.0 |
1087 | 2024-09-01T20:20:53.495Z | Downloaded bcs v0.1.6 |
1088 | 2024-09-01T20:20:53.495Z | Downloaded atomicwrites v0.4.3 |
1089 | 2024-09-01T20:20:53.495Z | Downloaded async-recursion v1.1.1 |
1090 | 2024-09-01T20:20:53.495Z | Downloaded arrayref v0.3.7 |
1091 | 2024-09-01T20:20:53.519Z | Downloaded array-init v0.0.4 |
1092 | 2024-09-01T20:20:53.519Z | Downloaded atty v0.2.14 |
1093 | 2024-09-01T20:20:53.519Z | Downloaded async-stream-impl v0.3.5 |
1094 | 2024-09-01T20:20:53.519Z | Downloaded assert_matches v1.5.0 |
1095 | 2024-09-01T20:20:53.519Z | Downloaded adler v1.0.2 |
1096 | 2024-09-01T20:20:53.635Z | Compiling serde v1.0.208 |
1097 | 2024-09-01T20:20:53.658Z | Compiling typenum v1.17.0 |
1098 | 2024-09-01T20:20:53.658Z | Compiling generic-array v0.14.7 |
1099 | 2024-09-01T20:20:53.658Z | Compiling lock_api v0.4.12 |
1100 | 2024-09-01T20:20:53.713Z | Compiling scopeguard v1.2.0 |
1101 | 2024-09-01T20:20:53.737Z | Compiling log v0.4.21 |
1102 | 2024-09-01T20:20:53.761Z | Compiling syn v2.0.74 |
1103 | 2024-09-01T20:20:53.761Z | Compiling getrandom v0.2.14 |
1104 | 2024-09-01T20:20:53.894Z | Compiling jobserver v0.1.32 |
1105 | 2024-09-01T20:20:54.033Z | Compiling rand_core v0.6.4 |
1106 | 2024-09-01T20:20:54.223Z | Compiling subtle v2.5.0 |
1107 | 2024-09-01T20:20:54.248Z | Compiling cc v1.0.97 |
1108 | 2024-09-01T20:20:54.272Z | Compiling const-oid v0.9.6 |
1109 | 2024-09-01T20:20:54.523Z | Compiling pin-project-lite v0.2.14 |
1110 | 2024-09-01T20:20:54.547Z | Compiling smallvec v1.13.2 |
1111 | 2024-09-01T20:20:54.675Z | Compiling parking_lot_core v0.9.10 |
1112 | 2024-09-01T20:20:54.699Z | Compiling signal-hook-registry v1.4.2 |
1113 | 2024-09-01T20:20:54.806Z | Compiling spin v0.9.8 |
1114 | 2024-09-01T20:20:54.929Z | Compiling mio v1.0.2 |
1115 | 2024-09-01T20:20:55.173Z | Compiling ahash v0.8.11 |
1116 | 2024-09-01T20:20:55.485Z | Compiling tinyvec_macros v0.1.1 |
1117 | 2024-09-01T20:20:55.510Z | Compiling parking_lot v0.12.2 |
1118 | 2024-09-01T20:20:55.586Z | Compiling tinyvec v1.6.0 |
1119 | 2024-09-01T20:20:55.850Z | Compiling socket2 v0.5.7 |
1120 | 2024-09-01T20:20:56.036Z | Compiling libm v0.2.8 |
1121 | 2024-09-01T20:20:56.088Z | Compiling serde_json v1.0.125 |
1122 | 2024-09-01T20:20:56.134Z | Compiling futures-core v0.3.30 |
1123 | 2024-09-01T20:20:56.608Z | Compiling cpufeatures v0.2.12 |
1124 | 2024-09-01T20:20:56.654Z | Compiling futures-sink v0.3.30 |
1125 | 2024-09-01T20:20:56.706Z | Compiling slab v0.4.9 |
1126 | 2024-09-01T20:20:56.731Z | Compiling num-traits v0.2.19 |
1127 | 2024-09-01T20:20:56.802Z | Compiling unicode-bidi v0.3.15 |
1128 | 2024-09-01T20:20:56.882Z | Compiling allocator-api2 v0.2.18 |
1129 | 2024-09-01T20:20:57.553Z | Compiling unicode-normalization v0.1.23 |
1130 | 2024-09-01T20:20:57.629Z | Compiling futures-channel v0.3.30 |
1131 | 2024-09-01T20:20:57.829Z | Compiling futures-task v0.3.30 |
1132 | 2024-09-01T20:20:57.972Z | Compiling pin-utils v0.1.0 |
1133 | 2024-09-01T20:20:58.081Z | Compiling vcpkg v0.2.15 |
1134 | 2024-09-01T20:20:58.117Z | Compiling pkg-config v0.3.30 |
1135 | 2024-09-01T20:20:58.150Z | Compiling futures-io v0.3.30 |
1136 | 2024-09-01T20:20:58.617Z | Compiling base64ct v1.6.0 |
1137 | 2024-09-01T20:20:58.669Z | Compiling ring v0.17.8 |
1138 | 2024-09-01T20:20:58.736Z | Compiling ppv-lite86 v0.2.17 |
1139 | 2024-09-01T20:20:58.792Z | Compiling percent-encoding v2.3.1 |
1140 | 2024-09-01T20:20:59.169Z | Compiling pem-rfc7468 v0.7.0 |
1141 | 2024-09-01T20:20:59.259Z | Compiling flagset v0.4.5 |
1142 | 2024-09-01T20:20:59.463Z | Compiling rand_chacha v0.3.1 |
1143 | 2024-09-01T20:20:59.487Z | Compiling tracing-core v0.1.32 |
1144 | 2024-09-01T20:20:59.669Z | Compiling untrusted v0.9.0 |
1145 | 2024-09-01T20:20:59.858Z | Compiling rustix v0.38.34 |
1146 | 2024-09-01T20:20:59.939Z | Compiling rand v0.8.5 |
1147 | 2024-09-01T20:21:00.270Z | Compiling openssl-sys v0.9.103 |
1148 | 2024-09-01T20:21:00.475Z | Compiling openssl v0.10.66 |
1149 | 2024-09-01T20:21:00.843Z | Compiling time-core v0.1.2 |
1150 | 2024-09-01T20:21:00.882Z | Compiling powerfmt v0.2.0 |
1151 | 2024-09-01T20:21:00.908Z | Compiling rustversion v1.0.17 |
1152 | 2024-09-01T20:21:01.019Z | Compiling num-conv v0.1.0 |
1153 | 2024-09-01T20:21:01.351Z | Compiling foreign-types-shared v0.1.1 |
1154 | 2024-09-01T20:21:01.416Z | Compiling httparse v1.8.0 |
1155 | 2024-09-01T20:21:01.476Z | Compiling foreign-types v0.3.2 |
1156 | 2024-09-01T20:21:01.585Z | Compiling time-macros v0.2.18 |
1157 | 2024-09-01T20:21:01.718Z | Compiling deranged v0.3.11 |
1158 | 2024-09-01T20:21:01.772Z | Compiling form_urlencoded v1.2.1 |
1159 | 2024-09-01T20:21:01.966Z | Compiling aho-corasick v1.1.3 |
1160 | 2024-09-01T20:21:01.996Z | Compiling native-tls v0.2.11 |
1161 | 2024-09-01T20:21:02.158Z | Compiling num_threads v0.1.7 |
1162 | 2024-09-01T20:21:02.309Z | Compiling crossbeam-utils v0.8.19 |
1163 | 2024-09-01T20:21:02.375Z | Compiling regex-syntax v0.8.4 |
1164 | 2024-09-01T20:21:02.905Z | Compiling try-lock v0.2.5 |
1165 | 2024-09-01T20:21:02.951Z | Compiling siphasher v0.3.11 |
1166 | 2024-09-01T20:21:03.055Z | Compiling rustls v0.21.12 |
1167 | 2024-09-01T20:21:03.312Z | Compiling syn v1.0.109 |
1168 | 2024-09-01T20:21:03.340Z | Compiling want v0.3.1 |
1169 | 2024-09-01T20:21:03.965Z | Compiling idna v0.5.0 |
1170 | 2024-09-01T20:21:04.273Z | Compiling cookie v0.17.0 |
1171 | 2024-09-01T20:21:04.562Z | Compiling slog v2.7.0 |
1172 | 2024-09-01T20:21:04.820Z | Compiling time v0.3.36 |
1173 | 2024-09-01T20:21:04.982Z | Compiling finl_unicode v1.2.0 |
1174 | 2024-09-01T20:21:05.090Z | Compiling iana-time-zone v0.1.60 |
1175 | 2024-09-01T20:21:05.501Z | Compiling adler v1.0.2 |
1176 | 2024-09-01T20:21:05.580Z | Compiling httpdate v1.0.3 |
1177 | 2024-09-01T20:21:05.604Z | Compiling openssl-probe v0.1.5 |
1178 | 2024-09-01T20:21:05.743Z | Compiling regex-automata v0.4.6 |
1179 | 2024-09-01T20:21:05.979Z | Compiling tower-service v0.3.2 |
1180 | 2024-09-01T20:21:06.047Z | Compiling miniz_oxide v0.7.2 |
1181 | 2024-09-01T20:21:06.149Z | Compiling stringprep v0.1.4 |
1182 | 2024-09-01T20:21:07.419Z | Compiling url v2.5.2 |
1183 | 2024-09-01T20:21:08.412Z | Compiling serde_derive v1.0.208 |
1184 | 2024-09-01T20:21:08.845Z | Compiling zeroize_derive v1.4.2 |
1185 | 2024-09-01T20:21:08.928Z | Compiling zerocopy-derive v0.7.34 |
1186 | 2024-09-01T20:21:09.239Z | Compiling tokio-macros v2.4.0 |
1187 | 2024-09-01T20:21:09.469Z | Compiling thiserror-impl v1.0.63 |
1188 | 2024-09-01T20:21:09.928Z | Compiling futures-macro v0.3.30 |
1189 | 2024-09-01T20:21:10.356Z | Compiling zeroize v1.7.0 |
1190 | 2024-09-01T20:21:10.801Z | Compiling der_derive v0.7.2 |
1191 | 2024-09-01T20:21:11.098Z | Compiling zerocopy v0.7.34 |
1192 | 2024-09-01T20:21:11.841Z | Compiling futures-util v0.3.30 |
1193 | 2024-09-01T20:21:12.190Z | Compiling crypto-common v0.1.6 |
1194 | 2024-09-01T20:21:12.423Z | Compiling block-buffer v0.10.4 |
1195 | 2024-09-01T20:21:12.684Z | Compiling digest v0.10.7 |
1196 | 2024-09-01T20:21:12.708Z | Compiling block-padding v0.3.3 |
1197 | 2024-09-01T20:21:12.955Z | Compiling inout v0.1.3 |
1198 | 2024-09-01T20:21:13.186Z | Compiling hmac v0.12.1 |
1199 | 2024-09-01T20:21:13.212Z | Compiling hashbrown v0.14.5 |
1200 | 2024-09-01T20:21:13.252Z | Compiling thiserror v1.0.63 |
1201 | 2024-09-01T20:21:13.275Z | Compiling cipher v0.4.4 |
1202 | 2024-09-01T20:21:13.405Z | Compiling sha2 v0.10.8 |
1203 | 2024-09-01T20:21:13.445Z | Compiling pest v2.7.10 |
1204 | 2024-09-01T20:21:13.778Z | Compiling salsa20 v0.10.2 |
1205 | 2024-09-01T20:21:13.995Z | Compiling pbkdf2 v0.12.2 |
1206 | 2024-09-01T20:21:14.177Z | Compiling der v0.7.9 |
1207 | 2024-09-01T20:21:14.597Z | Compiling tracing-attributes v0.1.27 |
1208 | 2024-09-01T20:21:16.638Z | Compiling pest_meta v2.7.10 |
1209 | 2024-09-01T20:21:16.739Z | Compiling scroll_derive v0.12.0 |
1210 | 2024-09-01T20:21:17.554Z | Compiling spki v0.7.3 |
1211 | 2024-09-01T20:21:17.897Z | Compiling scrypt v0.11.0 |
1212 | 2024-09-01T20:21:17.991Z | Compiling pest_generator v2.7.10 |
1213 | 2024-09-01T20:21:18.319Z | Compiling scroll v0.12.0 |
1214 | 2024-09-01T20:21:18.491Z | Compiling cbc v0.1.2 |
1215 | 2024-09-01T20:21:18.516Z | Compiling aes v0.8.4 |
1216 | 2024-09-01T20:21:18.543Z | Compiling tracing v0.1.40 |
1217 | 2024-09-01T20:21:18.728Z | Compiling openssl-macros v0.1.1 |
1218 | 2024-09-01T20:21:18.868Z | Compiling goblin v0.8.2 |
1219 | 2024-09-01T20:21:19.049Z | Compiling rustls-webpki v0.101.7 |
1220 | 2024-09-01T20:21:19.483Z | Compiling pkcs5 v0.7.1 |
1221 | 2024-09-01T20:21:19.933Z | Compiling sct v0.7.1 |
1222 | 2024-09-01T20:21:20.246Z | Compiling pkcs8 v0.10.2 |
1223 | 2024-09-01T20:21:20.881Z | Compiling md-5 v0.10.6 |
1224 | 2024-09-01T20:21:20.960Z | Compiling num-integer v0.1.46 |
1225 | 2024-09-01T20:21:21.053Z | Compiling backtrace v0.3.71 |
1226 | 2024-09-01T20:21:21.169Z | Compiling idna v0.3.0 |
1227 | 2024-09-01T20:21:21.234Z | Compiling lazy_static v1.5.0 |
1228 | 2024-09-01T20:21:21.366Z | Compiling hash32 v0.2.1 |
1229 | 2024-09-01T20:21:21.578Z | Compiling pest_derive v2.7.10 |
1230 | 2024-09-01T20:21:21.622Z | Compiling fallible-iterator v0.2.0 |
1231 | 2024-09-01T20:21:21.728Z | Compiling num-bigint-dig v0.8.4 |
1232 | 2024-09-01T20:21:21.781Z | Compiling smoltcp v0.9.1 |
1233 | 2024-09-01T20:21:22.085Z | Compiling psl-types v2.0.11 |
1234 | 2024-09-01T20:21:22.278Z | Compiling bytes v1.7.1 |
1235 | 2024-09-01T20:21:22.355Z | Compiling bitflags v2.6.0 |
1236 | 2024-09-01T20:21:22.577Z | Compiling indexmap v2.4.0 |
1237 | 2024-09-01T20:21:22.608Z | Compiling semver v1.0.23 |
1238 | 2024-09-01T20:21:23.325Z | Compiling tokio v1.39.3 |
1239 | 2024-09-01T20:21:23.548Z | Compiling http v0.2.12 |
1240 | 2024-09-01T20:21:23.906Z | Compiling rustc_version v0.4.0 |
1241 | 2024-09-01T20:21:24.616Z | Compiling heapless v0.7.17 |
1242 | 2024-09-01T20:21:25.062Z | Compiling http-body v0.4.6 |
1243 | 2024-09-01T20:21:25.333Z | Compiling dof v0.3.0 |
1244 | 2024-09-01T20:21:25.495Z | Compiling dtrace-parser v0.2.0 |
1245 | 2024-09-01T20:21:25.632Z | Compiling uuid v1.10.0 |
1246 | 2024-09-01T20:21:26.018Z | Compiling serde_spanned v0.6.7 |
1247 | 2024-09-01T20:21:26.311Z | Compiling usdt-impl v0.5.0 |
1248 | 2024-09-01T20:21:27.057Z | Compiling toml_datetime v0.6.8 |
1249 | 2024-09-01T20:21:27.394Z | Compiling chrono v0.4.38 |
1250 | 2024-09-01T20:21:27.570Z | Compiling serde_tokenstream v0.2.2 |
1251 | 2024-09-01T20:21:27.736Z | Compiling cfg_aliases v0.1.1 |
1252 | 2024-09-01T20:21:27.837Z | Compiling stable_deref_trait v1.2.0 |
1253 | 2024-09-01T20:21:27.861Z | Compiling signal-hook v0.3.17 |
1254 | 2024-09-01T20:21:27.957Z | Compiling base64 v0.22.1 |
1255 | 2024-09-01T20:21:28.152Z | Compiling crc32fast v1.4.0 |
1256 | 2024-09-01T20:21:28.187Z | Compiling gimli v0.28.1 |
1257 | 2024-09-01T20:21:28.831Z | Compiling postgres-protocol v0.6.7 |
1258 | 2024-09-01T20:21:29.253Z | Compiling nix v0.28.0 |
1259 | 2024-09-01T20:21:29.321Z | Compiling terminal_size v0.3.0 |
1260 | 2024-09-01T20:21:29.566Z | Compiling publicsuffix v2.2.3 |
1261 | 2024-09-01T20:21:29.869Z | Compiling num-iter v0.1.45 |
1262 | 2024-09-01T20:21:30.005Z | Compiling hubpack_derive v0.1.1 |
1263 | 2024-09-01T20:21:30.054Z | Compiling zerocopy-derive v0.6.6 |
1264 | 2024-09-01T20:21:30.119Z | Compiling async-trait v0.1.81 |
1265 | 2024-09-01T20:21:31.022Z | Compiling phf_shared v0.11.2 |
1266 | 2024-09-01T20:21:31.062Z | Compiling serde_derive_internals v0.29.1 |
1267 | 2024-09-01T20:21:31.423Z | Compiling tokio-util v0.7.11 |
1268 | 2024-09-01T20:21:31.466Z | Compiling tokio-native-tls v0.3.1 |
1269 | 2024-09-01T20:21:31.771Z | Compiling tokio-rustls v0.24.1 |
1270 | 2024-09-01T20:21:31.795Z | Compiling ff v0.13.0 |
1271 | 2024-09-01T20:21:32.040Z | Compiling object v0.32.2 |
1272 | 2024-09-01T20:21:32.200Z | Compiling addr2line v0.21.0 |
1273 | 2024-09-01T20:21:32.230Z | Compiling fs-err v2.11.0 |
1274 | 2024-09-01T20:21:32.507Z | Compiling h2 v0.3.26 |
1275 | 2024-09-01T20:21:32.829Z | Compiling bitflags v1.3.2 |
1276 | 2024-09-01T20:21:32.853Z | Compiling managed v0.8.0 |
1277 | 2024-09-01T20:21:32.877Z | Compiling ipnet v2.9.0 |
1278 | 2024-09-01T20:21:32.956Z | Compiling anyhow v1.0.86 |
1279 | 2024-09-01T20:21:32.980Z | Compiling rustc-demangle v0.1.24 |
1280 | 2024-09-01T20:21:33.282Z | Compiling base64 v0.21.7 |
1281 | 2024-09-01T20:21:33.533Z | Compiling base16ct v0.2.0 |
1282 | 2024-09-01T20:21:33.801Z | Compiling schemars v0.8.21 |
1283 | 2024-09-01T20:21:33.885Z | Compiling winnow v0.5.40 |
1284 | 2024-09-01T20:21:33.911Z | Compiling either v1.13.0 |
1285 | 2024-09-01T20:21:34.004Z | Compiling schemars_derive v0.8.21 |
1286 | 2024-09-01T20:21:34.071Z | Compiling rustls-pemfile v1.0.4 |
1287 | 2024-09-01T20:21:34.171Z | Compiling sec1 v0.7.3 |
1288 | 2024-09-01T20:21:34.524Z | Compiling clap_builder v4.5.15 |
1289 | 2024-09-01T20:21:34.866Z | Compiling zerocopy v0.6.6 |
1290 | 2024-09-01T20:21:35.676Z | Compiling group v0.13.0 |
1291 | 2024-09-01T20:21:35.989Z | Compiling phf v0.11.2 |
1292 | 2024-09-01T20:21:36.336Z | Compiling hubpack v0.1.2 |
1293 | 2024-09-01T20:21:36.563Z | Compiling cookie_store v0.20.0 |
1294 | 2024-09-01T20:21:37.229Z | Compiling toml_edit v0.19.15 |
1295 | 2024-09-01T20:21:37.616Z | Compiling postgres-types v0.2.7 |
1296 | 2024-09-01T20:21:38.840Z | Compiling hyper v0.14.30 |
1297 | 2024-09-01T20:21:39.015Z | Compiling usdt-macro v0.5.0 |
1298 | 2024-09-01T20:21:39.078Z | Compiling usdt-attr-macro v0.5.0 |
1299 | 2024-09-01T20:21:40.606Z | Compiling serde_urlencoded v0.7.1 |
1300 | 2024-09-01T20:21:40.776Z | Compiling pkcs1 v0.7.5 |
1301 | 2024-09-01T20:21:41.117Z | Compiling futures-executor v0.3.30 |
1302 | 2024-09-01T20:21:41.577Z | Compiling hkdf v0.12.4 |
1303 | 2024-09-01T20:21:41.718Z | Compiling signature v2.2.0 |
1304 | 2024-09-01T20:21:41.802Z | Compiling crypto-bigint v0.5.5 |
1305 | 2024-09-01T20:21:41.850Z | Compiling regex v1.10.6 |
1306 | 2024-09-01T20:21:42.069Z | Compiling bstr v1.9.1 |
1307 | 2024-09-01T20:21:42.458Z | Compiling strum_macros v0.25.3 |
1308 | 2024-09-01T20:21:42.930Z | Compiling enum-as-inner v0.6.0 |
1309 | 2024-09-01T20:21:43.400Z | Compiling serde_repr v0.1.19 |
1310 | 2024-09-01T20:21:43.717Z | Compiling clap_derive v4.5.13 |
1311 | 2024-09-01T20:21:43.921Z | Compiling phf_shared v0.10.0 |
1312 | 2024-09-01T20:21:44.304Z | Compiling float-cmp v0.9.0 |
1313 | 2024-09-01T20:21:44.521Z | Compiling idna v0.4.0 |
1314 | 2024-09-01T20:21:44.545Z | Compiling mio v0.8.11 |
1315 | 2024-09-01T20:21:45.047Z | Compiling encoding_rs v0.8.34 |
1316 | 2024-09-01T20:21:45.893Z | Compiling hyper-rustls v0.24.2 |
1317 | 2024-09-01T20:21:45.986Z | Compiling hyper-tls v0.5.0 |
1318 | 2024-09-01T20:21:46.300Z | Compiling precomputed-hash v0.1.1 |
1319 | 2024-09-01T20:21:46.327Z | Compiling new_debug_unreachable v1.0.6 |
1320 | 2024-09-01T20:21:46.378Z | Compiling difflib v0.4.0 |
1321 | 2024-09-01T20:21:46.440Z | Compiling normalize-line-endings v0.3.0 |
1322 | 2024-09-01T20:21:46.440Z | Compiling webpki-roots v0.25.4 |
1323 | 2024-09-01T20:21:46.595Z | Compiling whoami v1.5.1 |
1324 | 2024-09-01T20:21:46.621Z | Compiling static_assertions v1.1.0 |
1325 | 2024-09-01T20:21:46.728Z | Compiling bit-vec v0.6.3 |
1326 | 2024-09-01T20:21:47.214Z | Compiling unicode-segmentation v1.11.0 |
1327 | 2024-09-01T20:21:47.275Z | Compiling dyn-clone v1.0.17 |
1328 | 2024-09-01T20:21:47.532Z | Compiling minimal-lexical v0.2.1 |
1329 | 2024-09-01T20:21:47.555Z | Compiling fixedbitset v0.4.2 |
1330 | 2024-09-01T20:21:48.003Z | Compiling sync_wrapper v0.1.2 |
1331 | 2024-09-01T20:21:48.029Z | Compiling predicates-core v1.0.6 |
1332 | 2024-09-01T20:21:48.054Z | Compiling data-encoding v2.6.0 |
1333 | 2024-09-01T20:21:48.079Z | Compiling mime v0.3.17 |
1334 | 2024-09-01T20:21:48.153Z | Compiling nom v7.1.3 |
1335 | 2024-09-01T20:21:48.379Z | Compiling clap v4.5.16 |
1336 | 2024-09-01T20:21:48.403Z | Compiling predicates v3.1.2 |
1337 | 2024-09-01T20:21:48.515Z | Compiling reqwest v0.11.27 |
1338 | 2024-09-01T20:21:48.539Z | Compiling similar v2.6.0 |
1339 | 2024-09-01T20:21:48.666Z | Compiling petgraph v0.6.5 |
1340 | 2024-09-01T20:21:49.209Z | Compiling hickory-proto v0.24.1 |
1341 | 2024-09-01T20:21:49.999Z | Compiling console v0.15.8 |
1342 | 2024-09-01T20:21:50.831Z | Compiling bit-set v0.5.3 |
1343 | 2024-09-01T20:21:50.892Z | Compiling tokio-postgres v0.7.11 |
1344 | 2024-09-01T20:21:51.153Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1345 | 2024-09-01T20:21:51.464Z | Compiling string_cache v0.8.7 |
1346 | 2024-09-01T20:21:51.555Z | Compiling toml_edit v0.22.20 |
1347 | 2024-09-01T20:21:51.999Z | Compiling signal-hook-mio v0.2.4 |
1348 | 2024-09-01T20:21:52.175Z | Compiling usdt v0.5.0 |
1349 | 2024-09-01T20:21:52.593Z | Compiling elliptic-curve v0.13.8 |
1350 | 2024-09-01T20:21:52.653Z | Compiling rsa v0.9.6 |
1351 | 2024-09-01T20:21:53.363Z | Compiling futures v0.3.30 |
1352 | 2024-09-01T20:21:53.483Z | Compiling flate2 v1.0.31 |
1353 | 2024-09-01T20:21:53.963Z | Compiling toml v0.7.8 |
1354 | 2024-09-01T20:21:56.031Z | Compiling itertools v0.10.5 |
1355 | 2024-09-01T20:21:56.338Z | Compiling itertools v0.12.1 |
1356 | 2024-09-01T20:21:57.120Z | Compiling tokio-stream v0.1.15 |
1357 | 2024-09-01T20:21:58.023Z | Compiling openapiv3 v2.0.0 |
1358 | 2024-09-01T20:21:58.665Z | Compiling hex v0.4.3 |
1359 | 2024-09-01T20:21:58.820Z | Compiling sha1 v0.10.6 |
1360 | 2024-09-01T20:21:58.864Z | Compiling crossbeam-epoch v0.9.18 |
1361 | 2024-09-01T20:21:59.176Z | Compiling dirs-sys-next v0.1.2 |
1362 | 2024-09-01T20:21:59.221Z | Compiling unicode-xid v0.2.4 |
1363 | 2024-09-01T20:21:59.245Z | Compiling peg-runtime v0.8.3 |
1364 | 2024-09-01T20:21:59.290Z | Compiling lalrpop-util v0.19.12 |
1365 | 2024-09-01T20:21:59.384Z | Compiling dirs-next v2.0.0 |
1366 | 2024-09-01T20:21:59.579Z | Compiling thread_local v1.1.8 |
1367 | 2024-09-01T20:21:59.612Z | Compiling slog-async v2.8.0 |
1368 | 2024-09-01T20:21:59.636Z | Compiling term v0.7.0 |
1369 | 2024-09-01T20:21:59.783Z | Compiling xattr v1.3.1 |
1370 | 2024-09-01T20:21:59.851Z | Compiling strum_macros v0.26.4 |
1371 | 2024-09-01T20:22:00.005Z | Compiling crossbeam-channel v0.5.12 |
1372 | 2024-09-01T20:22:00.044Z | Compiling is-terminal v0.4.12 |
1373 | 2024-09-01T20:22:00.121Z | Compiling filetime v0.2.25 |
1374 | 2024-09-01T20:22:00.173Z | Compiling take_mut v0.2.2 |
1375 | 2024-09-01T20:22:00.214Z | Compiling slog-term v2.9.1 |
1376 | 2024-09-01T20:22:00.339Z | Compiling tar v0.4.41 |
1377 | 2024-09-01T20:22:00.431Z | Compiling camino v1.1.9 |
1378 | 2024-09-01T20:22:01.857Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1379 | 2024-09-01T20:22:03.251Z | Compiling strum v0.26.3 |
1380 | 2024-09-01T20:22:03.368Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1381 | 2024-09-01T20:22:10.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1382 | 2024-09-01T20:22:10.361Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1383 | 2024-09-01T20:22:10.426Z | Sep 01 20:22:10.068 INFO Starting download, target: Clickhouse |
1384 | 2024-09-01T20:22:10.426Z | Sep 01 20:22:10.068 INFO Starting download, target: Cockroach |
1385 | 2024-09-01T20:22:10.426Z | Sep 01 20:22:10.068 INFO Starting download, target: Console |
1386 | 2024-09-01T20:22:10.426Z | Sep 01 20:22:10.068 INFO Starting download, target: DendriteOpenapi |
1387 | 2024-09-01T20:22:10.426Z | Sep 01 20:22:10.068 INFO Starting download, target: DendriteStub |
1388 | 2024-09-01T20:22:10.451Z | Sep 01 20:22:10.068 INFO Starting download, target: MaghemiteMgd |
1389 | 2024-09-01T20:22:10.451Z | Sep 01 20:22:10.068 INFO Starting download, target: TransceiverControl |
1390 | 2024-09-01T20:22:10.451Z | Sep 01 20:22:10.070 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1391 | 2024-09-01T20:22:10.451Z | Sep 01 20:22:10.070 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1392 | 2024-09-01T20:22:10.451Z | Sep 01 20:22:10.070 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1393 | 2024-09-01T20:22:10.451Z | Sep 01 20:22:10.070 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1394 | 2024-09-01T20:22:10.451Z | Sep 01 20:22:10.070 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1395 | 2024-09-01T20:22:10.451Z | Sep 01 20:22:10.071 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1396 | 2024-09-01T20:22:10.451Z | Sep 01 20:22:10.071 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1397 | 2024-09-01T20:22:10.743Z | Sep 01 20:22:10.385 INFO Download complete, target: DendriteOpenapi |
1398 | 2024-09-01T20:22:10.858Z | Sep 01 20:22:10.498 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1399 | 2024-09-01T20:22:11.296Z | Sep 01 20:22:10.939 INFO Download complete, target: Console |
1400 | 2024-09-01T20:22:11.805Z | Sep 01 20:22:11.448 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1401 | 2024-09-01T20:22:12.676Z | Sep 01 20:22:12.320 INFO Download complete, target: TransceiverControl |
1402 | 2024-09-01T20:22:15.368Z | Sep 01 20:22:15.012 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1403 | 2024-09-01T20:22:15.368Z | Sep 01 20:22:15.012 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1404 | 2024-09-01T20:22:15.414Z | Sep 01 20:22:15.058 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1405 | 2024-09-01T20:22:17.352Z | Sep 01 20:22:16.995 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1406 | 2024-09-01T20:22:19.206Z | Sep 01 20:22:18.850 INFO Download complete, target: MaghemiteMgd |
1407 | 2024-09-01T20:22:20.960Z | Sep 01 20:22:20.602 INFO Download complete, target: DendriteStub |
1408 | 2024-09-01T20:22:22.980Z | Sep 01 20:22:22.624 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1409 | 2024-09-01T20:22:25.686Z | Sep 01 20:22:25.330 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1410 | 2024-09-01T20:22:26.217Z | Sep 01 20:22:25.857 INFO Checking that binary works, target: Cockroach |
1411 | 2024-09-01T20:22:26.505Z | Sep 01 20:22:26.148 INFO Download complete, target: Cockroach |
1412 | 2024-09-01T20:22:39.354Z | Sep 01 20:22:38.997 INFO Checking that binary works, target: Clickhouse |
1413 | 2024-09-01T20:22:39.586Z | Sep 01 20:22:39.229 INFO Download complete, target: Clickhouse |
1414 | 2024-09-01T20:22:39.612Z | All builder prerequisites installed successfully, and PATH looks valid |
1415 | 2024-09-01T20:22:39.637Z | |
1416 | 2024-09-01T20:22:39.637Z | real 4:09.953055503 |
1417 | 2024-09-01T20:22:39.637Z | user 11:32.159247908 |
1418 | 2024-09-01T20:22:39.637Z | sys 2:38.072320121 |
1419 | 2024-09-01T20:22:39.637Z | trap 0.454145099 |
1420 | 2024-09-01T20:22:39.637Z | tflt 0.706216365 |
1421 | 2024-09-01T20:22:39.637Z | dflt 1.538389973 |
1422 | 2024-09-01T20:22:39.637Z | kflt 0.009050913 |
1423 | 2024-09-01T20:22:39.637Z | lock 24:19.209516740 |
1424 | 2024-09-01T20:22:39.637Z | slp 43:49.091968762 |
1425 | 2024-09-01T20:22:39.637Z | lat 49.237907787 |
1426 | 2024-09-01T20:22:39.637Z | stop 1:56.816415058 |
1427 | 2024-09-01T20:22:39.637Z | + banner clippy |
1428 | 2024-09-01T20:22:39.637Z | |
1429 | 2024-09-01T20:22:39.637Z | #### # # ##### ##### # # |
1430 | 2024-09-01T20:22:39.637Z | # # # # # # # # # # |
1431 | 2024-09-01T20:22:39.637Z | # # # # # # # # |
1432 | 2024-09-01T20:22:39.637Z | # # # ##### ##### # |
1433 | 2024-09-01T20:22:39.637Z | # # # # # # # |
1434 | 2024-09-01T20:22:39.637Z | #### ###### # # # # |
1435 | 2024-09-01T20:22:39.637Z | |
1436 | 2024-09-01T20:22:39.637Z | + export CARGO_INCREMENTAL=0 |
1437 | 2024-09-01T20:22:39.637Z | + CARGO_INCREMENTAL=0 |
1438 | 2024-09-01T20:22:39.637Z | + ptime -m cargo xtask clippy |
1439 | 2024-09-01T20:22:40.507Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1440 | 2024-09-01T20:22:45.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.92s |
1441 | 2024-09-01T20:22:45.668Z | Running `target/debug/xtask clippy` |
1442 | 2024-09-01T20:22:45.698Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1443 | 2024-09-01T20:22:46.685Z | Downloading crates ... |
1444 | 2024-09-01T20:22:47.056Z | Downloaded approx v0.5.1 |
1445 | 2024-09-01T20:22:47.082Z | Downloaded blake2b_simd v1.0.2 |
1446 | 2024-09-01T20:22:47.082Z | Downloaded http-body v1.0.0 |
1447 | 2024-09-01T20:22:47.082Z | Downloaded anes v0.1.6 |
1448 | 2024-09-01T20:22:47.082Z | Downloaded plotters-svg v0.3.5 |
1449 | 2024-09-01T20:22:47.082Z | Downloaded guppy-workspace-hack v0.1.0 |
1450 | 2024-09-01T20:22:47.082Z | Downloaded similar-asserts v1.5.0 |
1451 | 2024-09-01T20:22:47.082Z | Downloaded tower-layer v0.3.2 |
1452 | 2024-09-01T20:22:47.082Z | Downloaded tinytemplate v1.2.1 |
1453 | 2024-09-01T20:22:47.082Z | Downloaded yansi v0.5.1 |
1454 | 2024-09-01T20:22:47.082Z | Downloaded trybuild v1.0.99 |
1455 | 2024-09-01T20:22:47.108Z | Downloaded tower v0.4.13 |
1456 | 2024-09-01T20:22:47.108Z | Downloaded toml_edit v0.21.1 |
1457 | 2024-09-01T20:22:47.133Z | Downloaded bstr v0.2.17 |
1458 | 2024-09-01T20:22:47.158Z | Downloaded target-lexicon v0.12.16 |
1459 | 2024-09-01T20:22:47.158Z | Downloaded rstest_macros v0.22.0 |
1460 | 2024-09-01T20:22:47.158Z | Downloaded relative-path v1.9.3 |
1461 | 2024-09-01T20:22:47.158Z | Downloaded regex-automata v0.1.10 |
1462 | 2024-09-01T20:22:47.158Z | Downloaded rand_distr v0.4.3 |
1463 | 2024-09-01T20:22:47.158Z | Downloaded pretty_assertions v1.4.0 |
1464 | 2024-09-01T20:22:47.158Z | Downloaded plotters v0.3.5 |
1465 | 2024-09-01T20:22:47.183Z | Downloaded libtest-mimic v0.7.3 |
1466 | 2024-09-01T20:22:47.183Z | Downloaded hyper-util v0.1.3 |
1467 | 2024-09-01T20:22:47.183Z | Downloaded hyper-rustls v0.26.0 |
1468 | 2024-09-01T20:22:47.183Z | Downloaded guppy v0.17.7 |
1469 | 2024-09-01T20:22:47.183Z | Downloaded fancy-regex v0.13.0 |
1470 | 2024-09-01T20:22:47.208Z | Downloaded criterion v0.5.1 |
1471 | 2024-09-01T20:22:47.208Z | Downloaded cfg-expr v0.16.0 |
1472 | 2024-09-01T20:22:47.208Z | Downloaded rustls-native-certs v0.7.0 |
1473 | 2024-09-01T20:22:47.208Z | Downloaded rust-argon2 v2.1.0 |
1474 | 2024-09-01T20:22:47.208Z | Downloaded rstest v0.22.0 |
1475 | 2024-09-01T20:22:47.208Z | Downloaded partial-io v0.5.4 |
1476 | 2024-09-01T20:22:47.235Z | Downloaded hyper v1.3.1 |
1477 | 2024-09-01T20:22:47.236Z | Downloaded httptest v0.15.5 |
1478 | 2024-09-01T20:22:47.236Z | Downloaded escape8259 v0.5.2 |
1479 | 2024-09-01T20:22:47.236Z | Downloaded threadpool v1.8.1 |
1480 | 2024-09-01T20:22:47.236Z | Downloaded plotters-backend v0.3.5 |
1481 | 2024-09-01T20:22:47.236Z | Downloaded proc-macro-crate v3.1.0 |
1482 | 2024-09-01T20:22:47.236Z | Downloaded oorandom v11.1.3 |
1483 | 2024-09-01T20:22:47.236Z | Downloaded criterion-plot v0.5.0 |
1484 | 2024-09-01T20:22:47.237Z | Downloaded assert_cmd v2.0.16 |
1485 | 2024-09-01T20:22:47.237Z | Downloaded target-spec v3.2.1 |
1486 | 2024-09-01T20:22:47.237Z | Downloaded nested v0.1.1 |
1487 | 2024-09-01T20:22:47.237Z | Downloaded pathdiff v0.2.1 |
1488 | 2024-09-01T20:22:47.237Z | Downloaded num_cpus v1.16.0 |
1489 | 2024-09-01T20:22:47.262Z | Downloaded futures-timer v3.0.3 |
1490 | 2024-09-01T20:22:47.262Z | Downloaded doc-comment v0.3.3 |
1491 | 2024-09-01T20:22:47.262Z | Downloaded datatest-stable v0.2.9 |
1492 | 2024-09-01T20:22:47.262Z | Downloaded cast v0.3.0 |
1493 | 2024-09-01T20:22:48.020Z | Checking cfg-if v1.0.0 |
1494 | 2024-09-01T20:22:48.048Z | Checking libc v0.2.158 |
1495 | 2024-09-01T20:22:48.072Z | Checking serde v1.0.208 |
1496 | 2024-09-01T20:22:48.096Z | Checking memchr v2.7.2 |
1497 | 2024-09-01T20:22:48.120Z | Checking scopeguard v1.2.0 |
1498 | 2024-09-01T20:22:48.144Z | Checking log v0.4.21 |
1499 | 2024-09-01T20:22:48.168Z | Checking byteorder v1.5.0 |
1500 | 2024-09-01T20:22:48.194Z | Checking itoa v1.0.11 |
1501 | 2024-09-01T20:22:48.220Z | Checking smallvec v1.13.2 |
1502 | 2024-09-01T20:22:48.269Z | Checking lock_api v0.4.12 |
1503 | 2024-09-01T20:22:48.405Z | Checking zeroize v1.7.0 |
1504 | 2024-09-01T20:22:48.429Z | Checking once_cell v1.19.0 |
1505 | 2024-09-01T20:22:48.531Z | Checking pin-project-lite v0.2.14 |
1506 | 2024-09-01T20:22:48.555Z | Checking typenum v1.17.0 |
1507 | 2024-09-01T20:22:48.637Z | Checking libm v0.2.8 |
1508 | 2024-09-01T20:22:48.663Z | Checking subtle v2.5.0 |
1509 | 2024-09-01T20:22:48.690Z | Checking thiserror v1.0.63 |
1510 | 2024-09-01T20:22:48.723Z | Checking ryu v1.0.18 |
1511 | 2024-09-01T20:22:48.829Z | Checking spin v0.9.8 |
1512 | 2024-09-01T20:22:48.875Z | Checking futures-core v0.3.30 |
1513 | 2024-09-01T20:22:48.916Z | Checking zerocopy v0.7.34 |
1514 | 2024-09-01T20:22:48.940Z | Checking const-oid v0.9.6 |
1515 | 2024-09-01T20:22:48.989Z | Checking getrandom v0.2.14 |
1516 | 2024-09-01T20:22:49.053Z | Checking parking_lot_core v0.9.10 |
1517 | 2024-09-01T20:22:49.154Z | Checking signal-hook-registry v1.4.2 |
1518 | 2024-09-01T20:22:49.222Z | Checking rand_core v0.6.4 |
1519 | 2024-09-01T20:22:49.378Z | Checking parking_lot v0.12.2 |
1520 | 2024-09-01T20:22:49.402Z | Checking mio v1.0.2 |
1521 | 2024-09-01T20:22:49.427Z | Checking num-traits v0.2.19 |
1522 | 2024-09-01T20:22:49.514Z | Checking socket2 v0.5.7 |
1523 | 2024-09-01T20:22:49.579Z | Checking generic-array v0.14.7 |
1524 | 2024-09-01T20:22:49.696Z | Checking futures-sink v0.3.30 |
1525 | 2024-09-01T20:22:49.835Z | Checking futures-channel v0.3.30 |
1526 | 2024-09-01T20:22:49.925Z | Checking slab v0.4.9 |
1527 | 2024-09-01T20:22:49.949Z | Checking futures-task v0.3.30 |
1528 | 2024-09-01T20:22:50.149Z | Checking futures-io v0.3.30 |
1529 | 2024-09-01T20:22:50.174Z | Checking pin-utils v0.1.0 |
1530 | 2024-09-01T20:22:50.199Z | Checking cpufeatures v0.2.12 |
1531 | 2024-09-01T20:22:50.223Z | Checking ahash v0.8.11 |
1532 | 2024-09-01T20:22:50.275Z | Checking allocator-api2 v0.2.18 |
1533 | 2024-09-01T20:22:50.310Z | Checking fnv v1.0.7 |
1534 | 2024-09-01T20:22:50.335Z | Checking futures-util v0.3.30 |
1535 | 2024-09-01T20:22:50.359Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1536 | 2024-09-01T20:22:50.446Z | Checking iana-time-zone v0.1.60 |
1537 | 2024-09-01T20:22:50.608Z | Checking equivalent v1.0.1 |
1538 | 2024-09-01T20:22:50.632Z | Checking crypto-common v0.1.6 |
1539 | 2024-09-01T20:22:50.673Z | Checking block-buffer v0.10.4 |
1540 | 2024-09-01T20:22:50.746Z | Checking ppv-lite86 v0.2.17 |
1541 | 2024-09-01T20:22:50.776Z | Checking tinyvec_macros v0.1.1 |
1542 | 2024-09-01T20:22:50.819Z | Checking tracing-core v0.1.32 |
1543 | 2024-09-01T20:22:50.877Z | Checking tinyvec v1.6.0 |
1544 | 2024-09-01T20:22:50.905Z | Checking digest v0.10.7 |
1545 | 2024-09-01T20:22:50.905Z | Checking hashbrown v0.14.5 |
1546 | 2024-09-01T20:22:50.905Z | Checking unicode-bidi v0.3.15 |
1547 | 2024-09-01T20:22:51.273Z | Checking dyn-clone v1.0.17 |
1548 | 2024-09-01T20:22:51.411Z | Checking rand_chacha v0.3.1 |
1549 | 2024-09-01T20:22:51.435Z | Checking percent-encoding v2.3.1 |
1550 | 2024-09-01T20:22:51.476Z | Checking tracing v0.1.40 |
1551 | 2024-09-01T20:22:51.539Z | Checking regex-syntax v0.8.4 |
1552 | 2024-09-01T20:22:51.636Z | Checking block-padding v0.3.3 |
1553 | 2024-09-01T20:22:51.777Z | Checking rand v0.8.5 |
1554 | 2024-09-01T20:22:51.825Z | Checking errno v0.3.9 |
1555 | 2024-09-01T20:22:51.867Z | Checking inout v0.1.3 |
1556 | 2024-09-01T20:22:52.011Z | Checking form_urlencoded v1.2.1 |
1557 | 2024-09-01T20:22:52.099Z | Checking unicode-normalization v0.1.23 |
1558 | 2024-09-01T20:22:52.126Z | Checking lazy_static v1.5.0 |
1559 | 2024-09-01T20:22:52.155Z | Checking aho-corasick v1.1.3 |
1560 | 2024-09-01T20:22:52.255Z | Checking cipher v0.4.4 |
1561 | 2024-09-01T20:22:52.279Z | Checking httparse v1.8.0 |
1562 | 2024-09-01T20:22:52.689Z | Checking bytes v1.7.1 |
1563 | 2024-09-01T20:22:52.730Z | Checking bitflags v2.6.0 |
1564 | 2024-09-01T20:22:52.754Z | Checking serde_json v1.0.125 |
1565 | 2024-09-01T20:22:53.002Z | Checking chrono v0.4.38 |
1566 | 2024-09-01T20:22:53.087Z | Checking uuid v1.10.0 |
1567 | 2024-09-01T20:22:53.141Z | Checking indexmap v2.4.0 |
1568 | 2024-09-01T20:22:53.488Z | Checking tokio v1.39.3 |
1569 | 2024-09-01T20:22:53.638Z | Checking rustix v0.38.34 |
1570 | 2024-09-01T20:22:53.748Z | Checking unicode-ident v1.0.12 |
1571 | 2024-09-01T20:22:53.906Z | Checking base64ct v1.6.0 |
1572 | 2024-09-01T20:22:54.201Z | Checking http v0.2.12 |
1573 | 2024-09-01T20:22:54.310Z | Checking hmac v0.12.1 |
1574 | 2024-09-01T20:22:54.365Z | Checking unicode-width v0.1.13 |
1575 | 2024-09-01T20:22:54.506Z | Checking powerfmt v0.2.0 |
1576 | 2024-09-01T20:22:54.534Z | Checking adler v1.0.2 |
1577 | 2024-09-01T20:22:54.580Z | Checking regex-automata v0.4.6 |
1578 | 2024-09-01T20:22:54.681Z | Checking miniz_oxide v0.7.2 |
1579 | 2024-09-01T20:22:54.752Z | Checking deranged v0.3.11 |
1580 | 2024-09-01T20:22:54.845Z | Checking schemars v0.8.21 |
1581 | 2024-09-01T20:22:55.143Z | Checking proc-macro2 v1.0.86 |
1582 | 2024-09-01T20:22:55.324Z | Checking idna v0.5.0 |
1583 | 2024-09-01T20:22:55.418Z | Checking sha2 v0.10.8 |
1584 | 2024-09-01T20:22:55.444Z | Checking untrusted v0.9.0 |
1585 | 2024-09-01T20:22:55.622Z | Checking num-conv v0.1.0 |
1586 | 2024-09-01T20:22:55.773Z | Checking num_threads v0.1.7 |
1587 | 2024-09-01T20:22:55.863Z | Checking time-core v0.1.2 |
1588 | 2024-09-01T20:22:55.889Z | Checking quote v1.0.36 |
1589 | 2024-09-01T20:22:55.917Z | Checking ring v0.17.8 |
1590 | 2024-09-01T20:22:56.030Z | Checking try-lock v0.2.5 |
1591 | 2024-09-01T20:22:56.117Z | Checking url v2.5.2 |
1592 | 2024-09-01T20:22:56.163Z | Checking want v0.3.1 |
1593 | 2024-09-01T20:22:56.215Z | Checking syn v2.0.74 |
1594 | 2024-09-01T20:22:56.278Z | Checking pem-rfc7468 v0.7.0 |
1595 | 2024-09-01T20:22:56.302Z | Checking time v0.3.36 |
1596 | 2024-09-01T20:22:56.341Z | Checking slog v2.7.0 |
1597 | 2024-09-01T20:22:56.524Z | Checking tower-service v0.3.2 |
1598 | 2024-09-01T20:22:56.635Z | Checking futures-executor v0.3.30 |
1599 | 2024-09-01T20:22:56.770Z | Checking httpdate v1.0.3 |
1600 | 2024-09-01T20:22:56.829Z | Checking gimli v0.28.1 |
1601 | 2024-09-01T20:22:56.852Z | Checking futures v0.3.30 |
1602 | 2024-09-01T20:22:56.967Z | Checking flagset v0.4.5 |
1603 | 2024-09-01T20:22:56.991Z | Checking http-body v0.4.6 |
1604 | 2024-09-01T20:22:57.146Z | Checking der v0.7.9 |
1605 | 2024-09-01T20:22:57.348Z | Checking pbkdf2 v0.12.2 |
1606 | 2024-09-01T20:22:57.502Z | Checking aes v0.8.4 |
1607 | 2024-09-01T20:22:57.529Z | Checking object v0.32.2 |
1608 | 2024-09-01T20:22:58.264Z | Checking rustc-demangle v0.1.24 |
1609 | 2024-09-01T20:22:58.448Z | Checking cbc v0.1.2 |
1610 | 2024-09-01T20:22:58.629Z | Checking salsa20 v0.10.2 |
1611 | 2024-09-01T20:22:58.667Z | Checking mime v0.3.17 |
1612 | 2024-09-01T20:22:58.722Z | Checking regex v1.10.6 |
1613 | 2024-09-01T20:22:58.801Z | Checking spki v0.7.3 |
1614 | 2024-09-01T20:22:58.846Z | Checking base64 v0.21.7 |
1615 | 2024-09-01T20:22:58.974Z | Checking scrypt v0.11.0 |
1616 | 2024-09-01T20:22:59.098Z | Checking ipnet v2.9.0 |
1617 | 2024-09-01T20:22:59.199Z | Checking data-encoding v2.6.0 |
1618 | 2024-09-01T20:22:59.279Z | Checking utf8parse v0.2.1 |
1619 | 2024-09-01T20:22:59.303Z | Checking pkcs5 v0.7.1 |
1620 | 2024-09-01T20:22:59.421Z | Checking toml_datetime v0.6.8 |
1621 | 2024-09-01T20:22:59.531Z | Checking serde_spanned v0.6.7 |
1622 | 2024-09-01T20:22:59.696Z | Checking crossbeam-utils v0.8.19 |
1623 | 2024-09-01T20:22:59.720Z | Checking openssl-probe v0.1.5 |
1624 | 2024-09-01T20:22:59.777Z | Checking foreign-types-shared v0.1.1 |
1625 | 2024-09-01T20:22:59.801Z | Checking pkcs8 v0.10.2 |
1626 | 2024-09-01T20:22:59.878Z | Checking serde_urlencoded v0.7.1 |
1627 | 2024-09-01T20:22:59.904Z | Checking foreign-types v0.3.2 |
1628 | 2024-09-01T20:22:59.961Z | Checking tokio-util v0.7.11 |
1629 | 2024-09-01T20:23:00.004Z | Checking openssl-sys v0.9.103 |
1630 | 2024-09-01T20:23:00.097Z | Checking addr2line v0.21.0 |
1631 | 2024-09-01T20:23:00.129Z | Checking encoding_rs v0.8.34 |
1632 | 2024-09-01T20:23:00.292Z | Checking anstyle v1.0.8 |
1633 | 2024-09-01T20:23:00.342Z | Checking sct v0.7.1 |
1634 | 2024-09-01T20:23:00.571Z | Checking rustls-webpki v0.101.7 |
1635 | 2024-09-01T20:23:00.595Z | Checking semver v1.0.23 |
1636 | 2024-09-01T20:23:00.642Z | Checking sha1 v0.10.6 |
1637 | 2024-09-01T20:23:00.761Z | Checking h2 v0.3.26 |
1638 | 2024-09-01T20:23:00.900Z | Checking either v1.13.0 |
1639 | 2024-09-01T20:23:00.969Z | Checking scroll v0.12.0 |
1640 | 2024-09-01T20:23:01.232Z | Checking plain v0.2.3 |
1641 | 2024-09-01T20:23:01.256Z | Checking rustls v0.21.12 |
1642 | 2024-09-01T20:23:01.284Z | Checking openssl v0.10.66 |
1643 | 2024-09-01T20:23:01.374Z | Checking ucd-trie v0.1.6 |
1644 | 2024-09-01T20:23:01.398Z | Checking goblin v0.8.2 |
1645 | 2024-09-01T20:23:01.578Z | Checking pest v2.7.10 |
1646 | 2024-09-01T20:23:01.803Z | Checking anstyle-parse v0.2.4 |
1647 | 2024-09-01T20:23:02.052Z | Checking openapiv3 v2.0.0 |
1648 | 2024-09-01T20:23:02.263Z | Checking idna v0.3.0 |
1649 | 2024-09-01T20:23:02.903Z | Checking backtrace v0.3.71 |
1650 | 2024-09-01T20:23:02.973Z | Checking pretty-hex v0.4.1 |
1651 | 2024-09-01T20:23:03.137Z | Checking is_terminal_polyfill v1.70.0 |
1652 | 2024-09-01T20:23:03.244Z | Checking anstyle-query v1.0.3 |
1653 | 2024-09-01T20:23:03.361Z | Checking bitflags v1.3.2 |
1654 | 2024-09-01T20:23:03.407Z | Checking anyhow v1.0.86 |
1655 | 2024-09-01T20:23:03.460Z | Checking colorchoice v1.0.1 |
1656 | 2024-09-01T20:23:03.603Z | Checking psl-types v2.0.11 |
1657 | 2024-09-01T20:23:03.763Z | Checking base64 v0.22.1 |
1658 | 2024-09-01T20:23:03.787Z | Checking publicsuffix v2.2.3 |
1659 | 2024-09-01T20:23:03.877Z | Checking dtrace-parser v0.2.0 |
1660 | 2024-09-01T20:23:03.997Z | Checking anstream v0.6.14 |
1661 | 2024-09-01T20:23:04.042Z | Checking tokio-rustls v0.24.1 |
1662 | 2024-09-01T20:23:04.186Z | Checking rustls-pemfile v1.0.4 |
1663 | 2024-09-01T20:23:04.301Z | Checking cookie v0.17.0 |
1664 | 2024-09-01T20:23:04.341Z | Checking terminal_size v0.3.0 |
1665 | 2024-09-01T20:23:04.365Z | Checking thread-id v4.2.1 |
1666 | 2024-09-01T20:23:04.389Z | Checking clap_lex v0.7.0 |
1667 | 2024-09-01T20:23:04.487Z | Checking strsim v0.11.1 |
1668 | 2024-09-01T20:23:04.511Z | Checking signature v2.2.0 |
1669 | 2024-09-01T20:23:04.608Z | Checking memmap v0.7.0 |
1670 | 2024-09-01T20:23:04.661Z | Checking cookie_store v0.20.0 |
1671 | 2024-09-01T20:23:04.697Z | Checking webpki-roots v0.25.4 |
1672 | 2024-09-01T20:23:04.736Z | Checking clap_builder v4.5.15 |
1673 | 2024-09-01T20:23:04.809Z | Checking sync_wrapper v0.1.2 |
1674 | 2024-09-01T20:23:04.850Z | Checking num-integer v0.1.46 |
1675 | 2024-09-01T20:23:04.931Z | Checking winnow v0.6.18 |
1676 | 2024-09-01T20:23:04.954Z | Checking base16ct v0.2.0 |
1677 | 2024-09-01T20:23:05.131Z | Checking sec1 v0.7.3 |
1678 | 2024-09-01T20:23:05.229Z | Checking ff v0.13.0 |
1679 | 2024-09-01T20:23:05.280Z | Checking stable_deref_trait v1.2.0 |
1680 | 2024-09-01T20:23:05.381Z | Checking num-iter v0.1.45 |
1681 | 2024-09-01T20:23:05.457Z | Checking group v0.13.0 |
1682 | 2024-09-01T20:23:05.487Z | Checking hkdf v0.12.4 |
1683 | 2024-09-01T20:23:05.558Z | Checking crypto-bigint v0.5.5 |
1684 | 2024-09-01T20:23:05.704Z | Checking crc32fast v1.4.0 |
1685 | 2024-09-01T20:23:05.728Z | Checking crossbeam-epoch v0.9.18 |
1686 | 2024-09-01T20:23:05.869Z | Checking dof v0.3.0 |
1687 | 2024-09-01T20:23:05.944Z | Checking hex v0.4.3 |
1688 | 2024-09-01T20:23:06.063Z | Checking native-tls v0.2.11 |
1689 | 2024-09-01T20:23:06.162Z | Checking managed v0.8.0 |
1690 | 2024-09-01T20:23:06.235Z | Checking hyper v0.14.30 |
1691 | 2024-09-01T20:23:06.362Z | Checking tokio-native-tls v0.3.1 |
1692 | 2024-09-01T20:23:06.401Z | Checking unicode-segmentation v1.11.0 |
1693 | 2024-09-01T20:23:06.439Z | Checking usdt-impl v0.5.0 |
1694 | 2024-09-01T20:23:06.512Z | Checking static_assertions v1.1.0 |
1695 | 2024-09-01T20:23:06.603Z | Checking winnow v0.5.40 |
1696 | 2024-09-01T20:23:06.627Z | Checking num-bigint-dig v0.8.4 |
1697 | 2024-09-01T20:23:06.910Z | Checking usdt v0.5.0 |
1698 | 2024-09-01T20:23:07.021Z | Checking pkcs1 v0.7.5 |
1699 | 2024-09-01T20:23:07.139Z | Checking zerocopy v0.6.6 |
1700 | 2024-09-01T20:23:07.373Z | Checking signal-hook v0.3.17 |
1701 | 2024-09-01T20:23:07.463Z | Checking clap v4.5.16 |
1702 | 2024-09-01T20:23:07.524Z | Checking toml_edit v0.22.20 |
1703 | 2024-09-01T20:23:07.584Z | Checking flate2 v1.0.31 |
1704 | 2024-09-01T20:23:07.684Z | Checking bstr v1.9.1 |
1705 | 2024-09-01T20:23:07.804Z | Checking mio v0.8.11 |
1706 | 2024-09-01T20:23:08.033Z | Checking elliptic-curve v0.13.8 |
1707 | 2024-09-01T20:23:08.152Z | Checking siphasher v0.3.11 |
1708 | 2024-09-01T20:23:08.379Z | Checking signal-hook-mio v0.2.4 |
1709 | 2024-09-01T20:23:08.431Z | Checking itertools v0.10.5 |
1710 | 2024-09-01T20:23:08.509Z | Checking rsa v0.9.6 |
1711 | 2024-09-01T20:23:08.535Z | Checking idna v0.4.0 |
1712 | 2024-09-01T20:23:08.560Z | Checking bit-vec v0.6.3 |
1713 | 2024-09-01T20:23:08.619Z | Checking itertools v0.12.1 |
1714 | 2024-09-01T20:23:08.897Z | Checking bit-set v0.5.3 |
1715 | 2024-09-01T20:23:09.147Z | Checking hash32 v0.2.1 |
1716 | 2024-09-01T20:23:09.192Z | Checking toml_edit v0.19.15 |
1717 | 2024-09-01T20:23:09.248Z | Checking hickory-proto v0.24.1 |
1718 | 2024-09-01T20:23:09.395Z | Checking finl_unicode v1.2.0 |
1719 | 2024-09-01T20:23:09.433Z | Checking predicates-core v1.0.6 |
1720 | 2024-09-01T20:23:09.606Z | Checking heapless v0.7.17 |
1721 | 2024-09-01T20:23:09.857Z | Checking tokio-stream v0.1.15 |
1722 | 2024-09-01T20:23:09.947Z | Checking stringprep v0.1.4 |
1723 | 2024-09-01T20:23:10.187Z | Checking console v0.15.8 |
1724 | 2024-09-01T20:23:10.430Z | Checking md-5 v0.10.6 |
1725 | 2024-09-01T20:23:10.537Z | Checking float-cmp v0.9.0 |
1726 | 2024-09-01T20:23:10.640Z | Checking fixedbitset v0.4.2 |
1727 | 2024-09-01T20:23:10.664Z | Checking difflib v0.4.0 |
1728 | 2024-09-01T20:23:10.716Z | Checking normalize-line-endings v0.3.0 |
1729 | 2024-09-01T20:23:10.740Z | Checking fallible-iterator v0.2.0 |
1730 | 2024-09-01T20:23:10.842Z | Checking smoltcp v0.9.1 |
1731 | 2024-09-01T20:23:10.890Z | Checking petgraph v0.6.5 |
1732 | 2024-09-01T20:23:10.925Z | Checking similar v2.6.0 |
1733 | 2024-09-01T20:23:11.024Z | Checking predicates v3.1.2 |
1734 | 2024-09-01T20:23:11.308Z | Checking postgres-protocol v0.6.7 |
1735 | 2024-09-01T20:23:11.374Z | Checking toml v0.7.8 |
1736 | 2024-09-01T20:23:11.533Z | Checking hyper-rustls v0.24.2 |
1737 | 2024-09-01T20:23:11.616Z | Checking hyper-tls v0.5.0 |
1738 | 2024-09-01T20:23:11.709Z | Checking phf_shared v0.10.0 |
1739 | 2024-09-01T20:23:11.799Z | Checking phf_shared v0.11.2 |
1740 | 2024-09-01T20:23:11.881Z | Checking reqwest v0.11.27 |
1741 | 2024-09-01T20:23:11.905Z | Checking fs-err v2.11.0 |
1742 | 2024-09-01T20:23:11.978Z | Checking nix v0.28.0 |
1743 | 2024-09-01T20:23:12.019Z | Checking hubpack v0.1.2 |
1744 | 2024-09-01T20:23:12.070Z | Checking precomputed-hash v0.1.1 |
1745 | 2024-09-01T20:23:12.175Z | Checking new_debug_unreachable v1.0.6 |
1746 | 2024-09-01T20:23:12.201Z | Checking lalrpop-util v0.19.12 |
1747 | 2024-09-01T20:23:12.266Z | Checking minimal-lexical v0.2.1 |
1748 | 2024-09-01T20:23:12.301Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1749 | 2024-09-01T20:23:12.475Z | Checking string_cache v0.8.7 |
1750 | 2024-09-01T20:23:12.499Z | Checking phf v0.11.2 |
1751 | 2024-09-01T20:23:12.617Z | Checking nom v7.1.3 |
1752 | 2024-09-01T20:23:12.739Z | Checking postgres-types v0.2.7 |
1753 | 2024-09-01T20:23:12.763Z | Checking whoami v1.5.1 |
1754 | 2024-09-01T20:23:13.048Z | Checking peg-runtime v0.8.3 |
1755 | 2024-09-01T20:23:13.306Z | Compiling regress v0.9.1 |
1756 | 2024-09-01T20:23:13.342Z | Checking tokio-postgres v0.7.11 |
1757 | 2024-09-01T20:23:13.368Z | Compiling getopts v0.2.21 |
1758 | 2024-09-01T20:23:13.392Z | Compiling unsafe-libyaml v0.2.11 |
1759 | 2024-09-01T20:23:13.778Z | Checking camino v1.1.9 |
1760 | 2024-09-01T20:23:14.206Z | Checking heck v0.5.0 |
1761 | 2024-09-01T20:23:14.295Z | Checking is-terminal v0.4.12 |
1762 | 2024-09-01T20:23:14.387Z | Compiling paste v1.0.15 |
1763 | 2024-09-01T20:23:14.435Z | Compiling ident_case v1.0.1 |
1764 | 2024-09-01T20:23:14.616Z | Compiling serde_yaml v0.9.34+deprecated |
1765 | 2024-09-01T20:23:15.098Z | Compiling darling_core v0.20.9 |
1766 | 2024-09-01T20:23:15.122Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1767 | 2024-09-01T20:23:15.725Z | Checking http v1.1.0 |
1768 | 2024-09-01T20:23:15.930Z | Compiling rustls v0.22.4 |
1769 | 2024-09-01T20:23:16.058Z | Checking dirs-sys-next v0.1.2 |
1770 | 2024-09-01T20:23:16.220Z | Checking crossbeam-channel v0.5.12 |
1771 | 2024-09-01T20:23:16.245Z | Checking dirs-next v2.0.0 |
1772 | 2024-09-01T20:23:16.359Z | Checking thread_local v1.1.8 |
1773 | 2024-09-01T20:23:16.615Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1774 | 2024-09-01T20:23:16.668Z | Compiling multer v3.1.0 |
1775 | 2024-09-01T20:23:16.853Z | Checking term v0.7.0 |
1776 | 2024-09-01T20:23:16.967Z | Compiling async-stream-impl v0.3.5 |
1777 | 2024-09-01T20:23:17.018Z | Checking take_mut v0.2.2 |
1778 | 2024-09-01T20:23:17.166Z | Checking slog-async v2.8.0 |
1779 | 2024-09-01T20:23:17.246Z | Checking slog-term v2.9.1 |
1780 | 2024-09-01T20:23:17.448Z | Checking rustls-pki-types v1.7.0 |
1781 | 2024-09-01T20:23:17.698Z | Checking match_cfg v0.1.0 |
1782 | 2024-09-01T20:23:17.788Z | Checking hostname v0.3.1 |
1783 | 2024-09-01T20:23:17.851Z | Checking strum v0.26.3 |
1784 | 2024-09-01T20:23:17.875Z | Checking toml v0.8.19 |
1785 | 2024-09-01T20:23:17.932Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1786 | 2024-09-01T20:23:18.003Z | Checking rustls-webpki v0.102.4 |
1787 | 2024-09-01T20:23:18.186Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1788 | 2024-09-01T20:23:18.301Z | Checking rustls-pemfile v2.1.3 |
1789 | 2024-09-01T20:23:18.366Z | Checking debug-ignore v1.0.5 |
1790 | 2024-09-01T20:23:18.499Z | Checking slog-json v2.6.1 |
1791 | 2024-09-01T20:23:18.535Z | Checking atomic-waker v1.1.2 |
1792 | 2024-09-01T20:23:18.559Z | Checking async-stream v0.3.5 |
1793 | 2024-09-01T20:23:18.661Z | Checking waitgroup v0.1.2 |
1794 | 2024-09-01T20:23:18.734Z | Checking slog-bunyan v2.5.0 |
1795 | 2024-09-01T20:23:18.822Z | Checking serde_path_to_error v0.1.16 |
1796 | 2024-09-01T20:23:18.916Z | Checking hostname v0.4.0 |
1797 | 2024-09-01T20:23:19.052Z | Checking fastrand v2.1.0 |
1798 | 2024-09-01T20:23:19.164Z | Checking ipnetwork v0.20.0 |
1799 | 2024-09-01T20:23:19.389Z | Checking instant v0.1.12 |
1800 | 2024-09-01T20:23:19.435Z | Checking tempfile v3.10.1 |
1801 | 2024-09-01T20:23:19.516Z | Compiling structmeta-derive v0.3.0 |
1802 | 2024-09-01T20:23:19.540Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1803 | 2024-09-01T20:23:19.565Z | Checking quick-error v1.2.3 |
1804 | 2024-09-01T20:23:19.726Z | Checking newtype-uuid v1.1.0 |
1805 | 2024-09-01T20:23:19.779Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1806 | 2024-09-01T20:23:19.976Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1807 | 2024-09-01T20:23:20.253Z | Checking macaddr v1.0.1 |
1808 | 2024-09-01T20:23:20.293Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1809 | 2024-09-01T20:23:20.469Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1810 | 2024-09-01T20:23:20.561Z | Checking backoff v0.4.0 |
1811 | 2024-09-01T20:23:20.595Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1812 | 2024-09-01T20:23:20.753Z | Checking wait-timeout v0.2.0 |
1813 | 2024-09-01T20:23:20.815Z | Checking rand_xorshift v0.3.0 |
1814 | 2024-09-01T20:23:20.842Z | Compiling structmeta-derive v0.2.0 |
1815 | 2024-09-01T20:23:20.987Z | Checking rusty-fork v0.3.0 |
1816 | 2024-09-01T20:23:21.035Z | Checking unarray v0.1.4 |
1817 | 2024-09-01T20:23:21.198Z | Checking camino-tempfile v1.1.1 |
1818 | 2024-09-01T20:23:21.277Z | Checking proptest v1.5.0 |
1819 | 2024-09-01T20:23:21.467Z | Compiling proc-macro-error v1.0.4 |
1820 | 2024-09-01T20:23:21.557Z | Compiling darling_macro v0.20.9 |
1821 | 2024-09-01T20:23:22.140Z | Compiling proc-macro-crate v1.3.1 |
1822 | 2024-09-01T20:23:22.307Z | Checking tokio-rustls v0.25.0 |
1823 | 2024-09-01T20:23:22.409Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1824 | 2024-09-01T20:23:22.434Z | Compiling structmeta v0.3.0 |
1825 | 2024-09-01T20:23:22.459Z | Compiling darling v0.20.9 |
1826 | 2024-09-01T20:23:22.596Z | Compiling serde_with_macros v3.9.0 |
1827 | 2024-09-01T20:23:22.788Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1828 | 2024-09-01T20:23:22.863Z | Compiling parse-display-derive v0.10.0 |
1829 | 2024-09-01T20:23:23.096Z | Compiling foreign-types-macros v0.2.3 |
1830 | 2024-09-01T20:23:23.198Z | Compiling num_enum_derive v0.5.11 |
1831 | 2024-09-01T20:23:23.517Z | Compiling structmeta v0.2.0 |
1832 | 2024-09-01T20:23:23.932Z | Compiling test-strategy v0.3.1 |
1833 | 2024-09-01T20:23:24.250Z | Checking foreign-types-shared v0.3.1 |
1834 | 2024-09-01T20:23:24.363Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1835 | 2024-09-01T20:23:24.652Z | Checking foreign-types v0.5.0 |
1836 | 2024-09-01T20:23:25.084Z | Checking cstr-argument v0.1.2 |
1837 | 2024-09-01T20:23:25.260Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1838 | 2024-09-01T20:23:25.299Z | Checking serde_with v3.9.0 |
1839 | 2024-09-01T20:23:25.485Z | Checking pretty-hex v0.2.1 |
1840 | 2024-09-01T20:23:25.648Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1841 | 2024-09-01T20:23:25.672Z | Checking num_enum v0.5.11 |
1842 | 2024-09-01T20:23:25.833Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1843 | 2024-09-01T20:23:26.004Z | Checking tabwriter v1.4.0 |
1844 | 2024-09-01T20:23:26.172Z | Checking colored v2.1.0 |
1845 | 2024-09-01T20:23:26.246Z | Checking socket2 v0.4.10 |
1846 | 2024-09-01T20:23:26.354Z | Checking smf v0.2.3 |
1847 | 2024-09-01T20:23:26.378Z | Compiling heapless v0.8.0 |
1848 | 2024-09-01T20:23:26.451Z | Checking termtree v0.4.1 |
1849 | 2024-09-01T20:23:26.654Z | Checking predicates-tree v1.0.9 |
1850 | 2024-09-01T20:23:26.690Z | Checking hash32 v0.3.1 |
1851 | 2024-09-01T20:23:26.796Z | Compiling smoltcp v0.11.0 |
1852 | 2024-09-01T20:23:26.820Z | Compiling crucible-workspace-hack v0.1.0 |
1853 | 2024-09-01T20:23:26.864Z | Checking cobs v0.2.3 |
1854 | 2024-09-01T20:23:27.055Z | Checking embedded-io v0.4.0 |
1855 | 2024-09-01T20:23:27.191Z | Checking parse-display v0.10.0 |
1856 | 2024-09-01T20:23:27.257Z | Checking sigpipe v0.1.3 |
1857 | 2024-09-01T20:23:27.295Z | Checking postcard v1.0.8 |
1858 | 2024-09-01T20:23:27.377Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1859 | 2024-09-01T20:23:27.431Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1860 | 2024-09-01T20:23:27.567Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1861 | 2024-09-01T20:23:27.594Z | Compiling mockall_derive v0.13.0 |
1862 | 2024-09-01T20:23:27.620Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1863 | 2024-09-01T20:23:27.756Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1864 | 2024-09-01T20:23:27.908Z | Checking humantime v2.1.0 |
1865 | 2024-09-01T20:23:27.966Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1866 | 2024-09-01T20:23:28.184Z | Compiling zone_cfg_derive v0.3.0 |
1867 | 2024-09-01T20:23:28.209Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1868 | 2024-09-01T20:23:28.334Z | Compiling num-derive v0.4.2 |
1869 | 2024-09-01T20:23:28.427Z | Checking fragile v2.0.0 |
1870 | 2024-09-01T20:23:28.574Z | Checking downcast v0.11.0 |
1871 | 2024-09-01T20:23:28.694Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1872 | 2024-09-01T20:23:28.775Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1873 | 2024-09-01T20:23:29.014Z | Checking newline-converter v0.3.0 |
1874 | 2024-09-01T20:23:29.049Z | Checking utf-8 v0.7.6 |
1875 | 2024-09-01T20:23:29.189Z | Checking expectorate v1.1.0 |
1876 | 2024-09-01T20:23:29.239Z | Checking arc-swap v1.7.1 |
1877 | 2024-09-01T20:23:29.358Z | Checking xattr v1.3.1 |
1878 | 2024-09-01T20:23:29.518Z | Checking zone v0.3.0 |
1879 | 2024-09-01T20:23:29.548Z | Checking filetime v0.2.25 |
1880 | 2024-09-01T20:23:29.572Z | Checking termcolor v1.4.1 |
1881 | 2024-09-01T20:23:29.654Z | Checking slog-scope v4.4.0 |
1882 | 2024-09-01T20:23:29.761Z | Checking tar v0.4.41 |
1883 | 2024-09-01T20:23:29.856Z | Checking slog-stdlog v4.1.1 |
1884 | 2024-09-01T20:23:30.002Z | Compiling derive-where v1.2.7 |
1885 | 2024-09-01T20:23:30.033Z | Checking slog-envlogger v2.2.0 |
1886 | 2024-09-01T20:23:30.271Z | Checking same-file v1.0.6 |
1887 | 2024-09-01T20:23:30.298Z | Checking tungstenite v0.21.0 |
1888 | 2024-09-01T20:23:30.409Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1889 | 2024-09-01T20:23:30.487Z | Checking walkdir v2.5.0 |
1890 | 2024-09-01T20:23:30.587Z | Checking password-hash v0.5.0 |
1891 | 2024-09-01T20:23:30.829Z | Checking blake2 v0.10.6 |
1892 | 2024-09-01T20:23:30.937Z | Checking num-rational v0.4.2 |
1893 | 2024-09-01T20:23:31.160Z | Checking num-complex v0.4.6 |
1894 | 2024-09-01T20:23:31.186Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1895 | 2024-09-01T20:23:31.337Z | Checking tokio-tungstenite v0.21.0 |
1896 | 2024-09-01T20:23:31.412Z | Checking argon2 v0.5.3 |
1897 | 2024-09-01T20:23:31.654Z | Checking float-ord v0.3.2 |
1898 | 2024-09-01T20:23:31.815Z | Compiling convert_case v0.4.0 |
1899 | 2024-09-01T20:23:31.839Z | Checking atty v0.2.14 |
1900 | 2024-09-01T20:23:31.985Z | Checking pem v3.0.4 |
1901 | 2024-09-01T20:23:32.123Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1902 | 2024-09-01T20:23:32.148Z | Checking num v0.4.3 |
1903 | 2024-09-01T20:23:32.484Z | Checking tungstenite v0.20.1 |
1904 | 2024-09-01T20:23:32.546Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1905 | 2024-09-01T20:23:32.726Z | Checking env_logger v0.9.3 |
1906 | 2024-09-01T20:23:32.828Z | Compiling derive_more v0.99.18 |
1907 | 2024-09-01T20:23:33.155Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1908 | 2024-09-01T20:23:33.321Z | Checking tokio-tungstenite v0.20.1 |
1909 | 2024-09-01T20:23:33.496Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1910 | 2024-09-01T20:23:33.549Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1911 | 2024-09-01T20:23:33.632Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1912 | 2024-09-01T20:23:33.766Z | Compiling bitstruct_derive v0.1.0 |
1913 | 2024-09-01T20:23:33.790Z | Checking ascii v1.1.0 |
1914 | 2024-09-01T20:23:33.848Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1915 | 2024-09-01T20:23:33.910Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-09-01T20:23:34.008Z | Checking atomicwrites v0.4.3 |
1917 | 2024-09-01T20:23:34.120Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1918 | 2024-09-01T20:23:34.156Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1919 | 2024-09-01T20:23:34.185Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1920 | 2024-09-01T20:23:34.219Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1921 | 2024-09-01T20:23:34.417Z | Checking serde_arrays v0.1.0 |
1922 | 2024-09-01T20:23:34.470Z | Checking erased-serde v0.3.31 |
1923 | 2024-09-01T20:23:34.494Z | Compiling heck v0.3.3 |
1924 | 2024-09-01T20:23:34.572Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1925 | 2024-09-01T20:23:34.891Z | Checking yasna v0.5.2 |
1926 | 2024-09-01T20:23:34.925Z | Compiling zone_cfg_derive v0.1.2 |
1927 | 2024-09-01T20:23:35.017Z | Checking bitstruct v0.1.1 |
1928 | 2024-09-01T20:23:35.042Z | Checking headers-core v0.2.0 |
1929 | 2024-09-01T20:23:35.149Z | Checking base64 v0.13.1 |
1930 | 2024-09-01T20:23:35.212Z | Checking headers v0.3.9 |
1931 | 2024-09-01T20:23:35.482Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1932 | 2024-09-01T20:23:35.626Z | Checking mockall v0.13.0 |
1933 | 2024-09-01T20:23:35.649Z | Checking ron v0.7.1 |
1934 | 2024-09-01T20:23:35.748Z | Checking rcgen v0.12.1 |
1935 | 2024-09-01T20:23:36.320Z | Checking portpicker v0.1.1 |
1936 | 2024-09-01T20:23:36.397Z | Checking zone v0.1.8 |
1937 | 2024-09-01T20:23:36.452Z | Checking subprocess v0.2.9 |
1938 | 2024-09-01T20:23:36.477Z | Checking highway v1.2.0 |
1939 | 2024-09-01T20:23:36.752Z | Compiling semver v0.1.20 |
1940 | 2024-09-01T20:23:36.879Z | Compiling prettyplease v0.2.20 |
1941 | 2024-09-01T20:23:36.978Z | Compiling cookie v0.18.1 |
1942 | 2024-09-01T20:23:37.057Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1943 | 2024-09-01T20:23:37.199Z | Compiling rustc_version v0.1.7 |
1944 | 2024-09-01T20:23:37.384Z | Checking half v2.4.1 |
1945 | 2024-09-01T20:23:37.527Z | Checking ciborium-io v0.2.2 |
1946 | 2024-09-01T20:23:37.661Z | Checking linked-hash-map v0.5.6 |
1947 | 2024-09-01T20:23:37.686Z | Compiling newtype_derive v0.1.6 |
1948 | 2024-09-01T20:23:37.710Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1949 | 2024-09-01T20:23:37.852Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1950 | 2024-09-01T20:23:37.877Z | Checking ciborium-ll v0.2.2 |
1951 | 2024-09-01T20:23:37.976Z | Compiling rayon-core v1.12.1 |
1952 | 2024-09-01T20:23:38.004Z | Checking lru-cache v0.1.2 |
1953 | 2024-09-01T20:23:38.174Z | Checking ciborium v0.2.2 |
1954 | 2024-09-01T20:23:38.222Z | Checking resolv-conf v0.7.0 |
1955 | 2024-09-01T20:23:38.246Z | Checking steno v0.4.1 |
1956 | 2024-09-01T20:23:38.306Z | Checking swrite v0.1.0 |
1957 | 2024-09-01T20:23:38.546Z | Checking hickory-resolver v0.24.1 |
1958 | 2024-09-01T20:23:39.610Z | Compiling home v0.5.9 |
1959 | 2024-09-01T20:23:40.746Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1960 | 2024-09-01T20:23:43.646Z | Compiling slog-dtrace v0.3.0 |
1961 | 2024-09-01T20:23:43.936Z | Compiling blake3 v1.5.1 |
1962 | 2024-09-01T20:23:44.043Z | Compiling ring v0.16.20 |
1963 | 2024-09-01T20:23:44.067Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1964 | 2024-09-01T20:23:44.266Z | Compiling cancel-safe-futures v0.1.5 |
1965 | 2024-09-01T20:23:44.340Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1966 | 2024-09-01T20:23:45.033Z | Checking itertools v0.13.0 |
1967 | 2024-09-01T20:23:45.267Z | Checking libsw v3.3.1 |
1968 | 2024-09-01T20:23:45.298Z | Checking linear-map v1.2.0 |
1969 | 2024-09-01T20:23:45.461Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1970 | 2024-09-01T20:23:45.543Z | Checking owo-colors v4.0.0 |
1971 | 2024-09-01T20:23:45.666Z | Compiling crossbeam-deque v0.8.5 |
1972 | 2024-09-01T20:23:47.127Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1973 | 2024-09-01T20:23:47.158Z | Compiling memmap2 v0.9.4 |
1974 | 2024-09-01T20:23:47.521Z | Compiling constant_time_eq v0.3.0 |
1975 | 2024-09-01T20:23:47.587Z | Compiling arrayvec v0.7.4 |
1976 | 2024-09-01T20:23:47.655Z | Compiling spin v0.5.2 |
1977 | 2024-09-01T20:23:47.705Z | Compiling untrusted v0.7.1 |
1978 | 2024-09-01T20:23:47.870Z | Compiling rayon v1.10.0 |
1979 | 2024-09-01T20:23:47.894Z | Compiling arrayref v0.3.7 |
1980 | 2024-09-01T20:23:48.406Z | Compiling toolchain_find v0.4.0 |
1981 | 2024-09-01T20:23:48.636Z | Compiling topological-sort v0.2.2 |
1982 | 2024-09-01T20:23:48.851Z | Compiling rustfmt-wrapper v0.2.1 |
1983 | 2024-09-01T20:23:49.004Z | Checking display-error-chain v0.2.1 |
1984 | 2024-09-01T20:23:49.164Z | Checking nibble_vec v0.1.0 |
1985 | 2024-09-01T20:23:49.344Z | Checking endian-type v0.1.2 |
1986 | 2024-09-01T20:23:49.380Z | Checking fxhash v0.2.1 |
1987 | 2024-09-01T20:23:49.549Z | Checking radix_trie v0.2.1 |
1988 | 2024-09-01T20:23:49.573Z | Checking keccak v0.1.5 |
1989 | 2024-09-01T20:23:49.851Z | Checking sha3 v0.10.8 |
1990 | 2024-09-01T20:23:49.933Z | Checking secrecy v0.8.0 |
1991 | 2024-09-01T20:23:50.028Z | Checking universal-hash v0.5.1 |
1992 | 2024-09-01T20:23:50.158Z | Checking opaque-debug v0.3.1 |
1993 | 2024-09-01T20:23:50.221Z | Checking maplit v1.0.2 |
1994 | 2024-09-01T20:23:50.246Z | Compiling curve25519-dalek v4.1.3 |
1995 | 2024-09-01T20:23:50.271Z | Compiling radium v0.7.0 |
1996 | 2024-09-01T20:23:50.348Z | Checking aead v0.5.2 |
1997 | 2024-09-01T20:23:50.577Z | Compiling curve25519-dalek-derive v0.1.1 |
1998 | 2024-09-01T20:23:50.812Z | Checking tap v1.0.1 |
1999 | 2024-09-01T20:23:50.994Z | Compiling maybe-uninit v2.0.0 |
2000 | 2024-09-01T20:23:51.018Z | Checking wyz v0.5.1 |
2001 | 2024-09-01T20:23:51.340Z | Checking poly1305 v0.8.0 |
2002 | 2024-09-01T20:23:51.406Z | Checking chacha20 v0.9.1 |
2003 | 2024-09-01T20:23:51.430Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2004 | 2024-09-01T20:23:51.613Z | Checking crc-catalog v2.4.0 |
2005 | 2024-09-01T20:23:51.772Z | Compiling packed_struct v0.10.1 |
2006 | 2024-09-01T20:23:51.846Z | Checking funty v2.0.0 |
2007 | 2024-09-01T20:23:52.143Z | Checking crc v3.2.1 |
2008 | 2024-09-01T20:23:52.392Z | Compiling omicron-zone-package v0.11.0 |
2009 | 2024-09-01T20:23:52.572Z | Checking gethostname v0.5.0 |
2010 | 2024-09-01T20:23:52.706Z | Checking kstat-rs v0.2.4 |
2011 | 2024-09-01T20:23:52.755Z | Checking bitvec v1.0.1 |
2012 | 2024-09-01T20:23:52.933Z | Compiling packed_struct_codegen v0.10.1 |
2013 | 2024-09-01T20:23:53.055Z | Compiling indexmap v1.9.3 |
2014 | 2024-09-01T20:23:53.055Z | Compiling libefi-sys v0.1.0 |
2015 | 2024-09-01T20:23:53.335Z | Checking nodrop v0.1.14 |
2016 | 2024-09-01T20:23:53.436Z | Checking smallvec v0.6.14 |
2017 | 2024-09-01T20:23:53.473Z | Checking array-init v0.0.4 |
2018 | 2024-09-01T20:23:53.548Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2019 | 2024-09-01T20:23:53.664Z | Compiling bitfield-struct v0.6.1 |
2020 | 2024-09-01T20:23:53.847Z | Checking hashbrown v0.12.3 |
2021 | 2024-09-01T20:23:53.926Z | Checking bitfield v0.14.0 |
2022 | 2024-09-01T20:23:54.297Z | Checking bzip2 v0.4.4 |
2023 | 2024-09-01T20:23:54.375Z | Checking serde-hex v0.1.0 |
2024 | 2024-09-01T20:23:54.942Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2025 | 2024-09-01T20:23:54.966Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2026 | 2024-09-01T20:23:55.206Z | Checking env_logger v0.10.2 |
2027 | 2024-09-01T20:23:55.421Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2028 | 2024-09-01T20:23:55.503Z | Checking ron v0.8.1 |
2029 | 2024-09-01T20:23:55.527Z | Checking x509-cert v0.2.5 |
2030 | 2024-09-01T20:23:55.665Z | Checking hashbrown v0.13.2 |
2031 | 2024-09-01T20:23:55.761Z | Compiling thiserror-impl-no-std v2.0.2 |
2032 | 2024-09-01T20:23:56.674Z | Compiling async-recursion v1.1.1 |
2033 | 2024-09-01T20:23:56.727Z | Checking crc-any v2.5.0 |
2034 | 2024-09-01T20:23:57.035Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2035 | 2024-09-01T20:23:57.075Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2036 | 2024-09-01T20:23:57.163Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2037 | 2024-09-01T20:23:57.332Z | Checking object v0.30.4 |
2038 | 2024-09-01T20:23:57.885Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2039 | 2024-09-01T20:23:58.019Z | Checking zip v0.6.6 |
2040 | 2024-09-01T20:23:58.130Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2041 | 2024-09-01T20:23:58.188Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2042 | 2024-09-01T20:23:58.347Z | Checking path-slash v0.1.5 |
2043 | 2024-09-01T20:23:58.477Z | Compiling parking_lot_core v0.8.6 |
2044 | 2024-09-01T20:23:58.537Z | Checking chacha20poly1305 v0.10.1 |
2045 | 2024-09-01T20:23:58.717Z | Checking glob v0.3.1 |
2046 | 2024-09-01T20:23:58.741Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2047 | 2024-09-01T20:23:58.765Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2048 | 2024-09-01T20:23:58.789Z | Checking thiserror-no-std v2.0.2 |
2049 | 2024-09-01T20:23:58.908Z | Checking vsss-rs v3.3.4 |
2050 | 2024-09-01T20:23:58.963Z | Checking hickory-client v0.24.1 |
2051 | 2024-09-01T20:23:59.057Z | Checking hickory-server v0.24.1 |
2052 | 2024-09-01T20:23:59.283Z | Checking crossterm v0.28.1 |
2053 | 2024-09-01T20:23:59.364Z | Checking parking_lot v0.11.2 |
2054 | 2024-09-01T20:23:59.560Z | Compiling buf-list v1.0.3 |
2055 | 2024-09-01T20:23:59.687Z | Checking sled v0.34.7 |
2056 | 2024-09-01T20:24:00.308Z | Compiling unicase v2.7.0 |
2057 | 2024-09-01T20:24:01.168Z | Checking nanorand v0.7.0 |
2058 | 2024-09-01T20:24:01.594Z | Checking flume v0.11.0 |
2059 | 2024-09-01T20:24:01.739Z | Compiling vte_generate_state_changes v0.1.1 |
2060 | 2024-09-01T20:24:01.854Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2061 | 2024-09-01T20:24:02.046Z | Compiling mime_guess v2.0.4 |
2062 | 2024-09-01T20:24:02.095Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2063 | 2024-09-01T20:24:02.119Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2064 | 2024-09-01T20:24:02.182Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2065 | 2024-09-01T20:24:02.465Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2066 | 2024-09-01T20:24:03.086Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2067 | 2024-09-01T20:24:03.445Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2068 | 2024-09-01T20:24:03.469Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2069 | 2024-09-01T20:24:04.503Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2070 | 2024-09-01T20:24:05.875Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2071 | 2024-09-01T20:24:06.193Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2072 | 2024-09-01T20:24:06.618Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2073 | 2024-09-01T20:24:06.812Z | Checking vte v0.11.1 |
2074 | 2024-09-01T20:24:07.161Z | Checking fd-lock v4.0.2 |
2075 | 2024-09-01T20:24:08.067Z | Checking strip-ansi-escapes v0.2.0 |
2076 | 2024-09-01T20:24:08.125Z | Compiling dsl_auto_type v0.1.2 |
2077 | 2024-09-01T20:24:08.226Z | Checking crossterm v0.27.0 |
2078 | 2024-09-01T20:24:08.362Z | Checking scheduled-thread-pool v0.2.7 |
2079 | 2024-09-01T20:24:08.574Z | Compiling diesel_table_macro_syntax v0.2.0 |
2080 | 2024-09-01T20:24:08.991Z | Checking nu-ansi-term v0.50.0 |
2081 | 2024-09-01T20:24:09.381Z | Compiling crunchy v0.2.2 |
2082 | 2024-09-01T20:24:09.671Z | Checking r2d2 v0.8.10 |
2083 | 2024-09-01T20:24:09.695Z | Compiling diesel_derives v2.2.2 |
2084 | 2024-09-01T20:24:09.830Z | Checking reedline v0.33.0 |
2085 | 2024-09-01T20:24:09.965Z | Compiling clang-sys v1.7.0 |
2086 | 2024-09-01T20:24:10.129Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2087 | 2024-09-01T20:24:10.540Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2088 | 2024-09-01T20:24:10.646Z | Compiling pin-project-internal v1.1.5 |
2089 | 2024-09-01T20:24:10.822Z | Checking http-range v0.1.5 |
2090 | 2024-09-01T20:24:11.009Z | Compiling tiny-keccak v2.0.2 |
2091 | 2024-09-01T20:24:11.301Z | Checking hyper-staticfile v0.9.5 |
2092 | 2024-09-01T20:24:11.695Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2093 | 2024-09-01T20:24:11.977Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2094 | 2024-09-01T20:24:12.364Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2095 | 2024-09-01T20:24:12.635Z | Compiling ref-cast v1.0.23 |
2096 | 2024-09-01T20:24:13.235Z | Compiling ascii-canvas v3.0.0 |
2097 | 2024-09-01T20:24:13.258Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2098 | 2024-09-01T20:24:13.412Z | Checking pin-project v1.1.5 |
2099 | 2024-09-01T20:24:13.520Z | Compiling ena v0.14.3 |
2100 | 2024-09-01T20:24:13.547Z | Compiling ref-cast-impl v1.0.23 |
2101 | 2024-09-01T20:24:13.732Z | Compiling libloading v0.8.3 |
2102 | 2024-09-01T20:24:13.893Z | Checking bytecount v0.6.8 |
2103 | 2024-09-01T20:24:14.038Z | Compiling regex-syntax v0.6.29 |
2104 | 2024-09-01T20:24:14.129Z | Compiling bindgen v0.69.4 |
2105 | 2024-09-01T20:24:14.576Z | Compiling diff v0.1.13 |
2106 | 2024-09-01T20:24:15.082Z | Checking papergrid v0.11.0 |
2107 | 2024-09-01T20:24:15.476Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2108 | 2024-09-01T20:24:16.612Z | Compiling which v4.4.2 |
2109 | 2024-09-01T20:24:17.260Z | Compiling lalrpop v0.19.12 |
2110 | 2024-09-01T20:24:19.086Z | Compiling tabled_derive v0.7.0 |
2111 | 2024-09-01T20:24:19.692Z | Compiling cexpr v0.6.0 |
2112 | 2024-09-01T20:24:20.734Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2113 | 2024-09-01T20:24:21.440Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2114 | 2024-09-01T20:24:23.941Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2115 | 2024-09-01T20:24:25.568Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2116 | 2024-09-01T20:24:25.686Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2117 | 2024-09-01T20:24:26.470Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2118 | 2024-09-01T20:24:26.993Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2119 | 2024-09-01T20:24:27.419Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2120 | 2024-09-01T20:24:27.453Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2121 | 2024-09-01T20:24:27.673Z | Checking diesel v2.2.3 |
2122 | 2024-09-01T20:24:28.028Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2123 | 2024-09-01T20:24:28.089Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2124 | 2024-09-01T20:24:28.433Z | Compiling rustc-hash v1.1.0 |
2125 | 2024-09-01T20:24:28.457Z | Compiling shlex v1.3.0 |
2126 | 2024-09-01T20:24:28.601Z | Compiling lazycell v1.3.0 |
2127 | 2024-09-01T20:24:28.870Z | Checking tabled v0.15.0 |
2128 | 2024-09-01T20:24:29.870Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2129 | 2024-09-01T20:24:30.132Z | Compiling derive_builder_core v0.20.0 |
2130 | 2024-09-01T20:24:30.646Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2131 | 2024-09-01T20:24:31.517Z | Checking signal-hook-tokio v0.3.1 |
2132 | 2024-09-01T20:24:31.680Z | Compiling libxml v0.3.3 |
2133 | 2024-09-01T20:24:31.895Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2134 | 2024-09-01T20:24:32.344Z | Compiling derive_builder_macro v0.20.0 |
2135 | 2024-09-01T20:24:33.049Z | Compiling strum_macros v0.24.3 |
2136 | 2024-09-01T20:24:33.073Z | Compiling memoffset v0.9.1 |
2137 | 2024-09-01T20:24:33.370Z | Compiling indoc v1.0.9 |
2138 | 2024-09-01T20:24:34.498Z | Checking derive_builder v0.20.0 |
2139 | 2024-09-01T20:24:34.867Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2140 | 2024-09-01T20:24:35.297Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2141 | 2024-09-01T20:24:35.685Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2142 | 2024-09-01T20:24:35.799Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2143 | 2024-09-01T20:24:36.120Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2144 | 2024-09-01T20:24:36.448Z | Checking quick-xml v0.31.0 |
2145 | 2024-09-01T20:24:36.473Z | Compiling peg-macros v0.8.4 |
2146 | 2024-09-01T20:24:36.759Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2147 | 2024-09-01T20:24:37.056Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2148 | 2024-09-01T20:24:38.241Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2149 | 2024-09-01T20:24:38.423Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2150 | 2024-09-01T20:24:38.617Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2151 | 2024-09-01T20:24:39.631Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2152 | 2024-09-01T20:24:40.357Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2153 | 2024-09-01T20:24:40.592Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2154 | 2024-09-01T20:24:41.603Z | Compiling snafu-derive v0.8.2 |
2155 | 2024-09-01T20:24:42.741Z | Compiling oso-derive v0.27.3 |
2156 | 2024-09-01T20:24:43.653Z | Compiling impl-trait-for-tuples v0.2.2 |
2157 | 2024-09-01T20:24:44.958Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2158 | 2024-09-01T20:24:46.294Z | Compiling sqlparser_derive v0.2.2 |
2159 | 2024-09-01T20:24:46.387Z | Compiling dropshot v0.10.1 |
2160 | 2024-09-01T20:24:46.685Z | Checking unicode_categories v0.1.1 |
2161 | 2024-09-01T20:24:46.976Z | Checking sqlformat v0.2.4 |
2162 | 2024-09-01T20:24:47.324Z | Checking sqlparser v0.45.0 |
2163 | 2024-09-01T20:24:49.027Z | Checking snafu v0.8.2 |
2164 | 2024-09-01T20:24:49.482Z | Checking peg v0.8.4 |
2165 | 2024-09-01T20:24:49.734Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2166 | 2024-09-01T20:24:50.842Z | Checking rustyline v14.0.0 |
2167 | 2024-09-01T20:24:51.054Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2168 | 2024-09-01T20:24:51.395Z | Checking tungstenite v0.23.0 |
2169 | 2024-09-01T20:24:51.538Z | Checking globset v0.4.14 |
2170 | 2024-09-01T20:24:51.978Z | Checking olpc-cjson v0.1.3 |
2171 | 2024-09-01T20:24:52.187Z | Checking bcs v0.1.6 |
2172 | 2024-09-01T20:24:52.211Z | Checking serde_plain v1.0.2 |
2173 | 2024-09-01T20:24:52.418Z | Compiling dropshot_endpoint v0.10.1 |
2174 | 2024-09-01T20:24:52.442Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2175 | 2024-09-01T20:24:52.633Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2176 | 2024-09-01T20:24:52.728Z | Checking typed-path v0.7.1 |
2177 | 2024-09-01T20:24:53.077Z | Checking tokio-tungstenite v0.23.1 |
2178 | 2024-09-01T20:24:53.517Z | Checking nix v0.27.1 |
2179 | 2024-09-01T20:24:54.484Z | Checking tough v0.17.1 |
2180 | 2024-09-01T20:24:54.606Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2181 | 2024-09-01T20:24:54.849Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2182 | 2024-09-01T20:24:55.136Z | Checking bb8 v0.8.5 |
2183 | 2024-09-01T20:24:55.594Z | Checking serde-big-array v0.5.1 |
2184 | 2024-09-01T20:24:55.709Z | Compiling const_format_proc_macros v0.2.32 |
2185 | 2024-09-01T20:24:55.811Z | Checking parse-size v1.0.0 |
2186 | 2024-09-01T20:24:57.669Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2187 | 2024-09-01T20:24:57.693Z | Checking const_format v0.2.32 |
2188 | 2024-09-01T20:24:58.057Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2189 | 2024-09-01T20:24:58.167Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2190 | 2024-09-01T20:24:58.332Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2191 | 2024-09-01T20:24:58.832Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2192 | 2024-09-01T20:24:59.710Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2193 | 2024-09-01T20:25:01.086Z | Checking async-bb8-diesel v0.2.1 |
2194 | 2024-09-01T20:25:01.135Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2195 | 2024-09-01T20:25:01.257Z | Checking assert_matches v1.5.0 |
2196 | 2024-09-01T20:25:01.361Z | Checking heck v0.4.1 |
2197 | 2024-09-01T20:25:01.564Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2198 | 2024-09-01T20:25:01.671Z | Compiling portable-atomic v1.6.0 |
2199 | 2024-09-01T20:25:01.771Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2200 | 2024-09-01T20:25:01.937Z | Checking rand_seeder v0.3.0 |
2201 | 2024-09-01T20:25:02.160Z | Compiling libz-sys v1.1.16 |
2202 | 2024-09-01T20:25:02.248Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2203 | 2024-09-01T20:25:02.917Z | Checking number_prefix v0.4.0 |
2204 | 2024-09-01T20:25:03.134Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2205 | 2024-09-01T20:25:03.379Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2206 | 2024-09-01T20:25:03.628Z | Checking indicatif v0.17.8 |
2207 | 2024-09-01T20:25:04.534Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2208 | 2024-09-01T20:25:04.722Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2209 | 2024-09-01T20:25:05.294Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2210 | 2024-09-01T20:25:05.816Z | Compiling vergen v8.3.2 |
2211 | 2024-09-01T20:25:06.113Z | Compiling cargo-platform v0.1.8 |
2212 | 2024-09-01T20:25:06.648Z | Checking unicode-linebreak v0.1.5 |
2213 | 2024-09-01T20:25:06.676Z | Checking is_ci v1.2.0 |
2214 | 2024-09-01T20:25:06.822Z | Checking smawk v0.3.2 |
2215 | 2024-09-01T20:25:07.030Z | Checking supports-color v3.0.0 |
2216 | 2024-09-01T20:25:07.054Z | Checking textwrap v0.16.1 |
2217 | 2024-09-01T20:25:07.228Z | Compiling cargo_metadata v0.18.1 |
2218 | 2024-09-01T20:25:07.437Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2219 | 2024-09-01T20:25:08.455Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2220 | 2024-09-01T20:25:09.432Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2221 | 2024-09-01T20:25:09.709Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2222 | 2024-09-01T20:25:09.741Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2223 | 2024-09-01T20:25:09.852Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2224 | 2024-09-01T20:25:10.507Z | Checking castaway v0.2.3 |
2225 | 2024-09-01T20:25:10.658Z | Compiling libsqlite3-sys v0.28.0 |
2226 | 2024-09-01T20:25:10.689Z | Checking compact_str v0.8.0 |
2227 | 2024-09-01T20:25:10.937Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2228 | 2024-09-01T20:25:11.162Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2229 | 2024-09-01T20:25:11.635Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2230 | 2024-09-01T20:25:12.361Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2231 | 2024-09-01T20:25:12.644Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2232 | 2024-09-01T20:25:12.942Z | Checking unicode-truncate v1.0.0 |
2233 | 2024-09-01T20:25:13.175Z | Checking lru v0.12.3 |
2234 | 2024-09-01T20:25:13.424Z | Compiling instability v0.3.2 |
2235 | 2024-09-01T20:25:13.489Z | Checking cassowary v0.3.0 |
2236 | 2024-09-01T20:25:14.338Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2237 | 2024-09-01T20:25:14.386Z | Checking ratatui v0.28.0 |
2238 | 2024-09-01T20:25:15.438Z | Checking hashlink v0.9.1 |
2239 | 2024-09-01T20:25:15.463Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2240 | 2024-09-01T20:25:16.125Z | Checking fallible-streaming-iterator v0.1.9 |
2241 | 2024-09-01T20:25:16.384Z | Checking fallible-iterator v0.3.0 |
2242 | 2024-09-01T20:25:16.493Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2243 | 2024-09-01T20:25:16.808Z | Checking twox-hash v1.6.3 |
2244 | 2024-09-01T20:25:16.999Z | Checking rusqlite v0.31.0 |
2245 | 2024-09-01T20:25:17.292Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2246 | 2024-09-01T20:25:17.323Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2247 | 2024-09-01T20:25:18.435Z | Checking fatfs v0.3.6 |
2248 | 2024-09-01T20:25:18.880Z | Checking csv-core v0.1.11 |
2249 | 2024-09-01T20:25:19.210Z | Checking shell-words v1.1.0 |
2250 | 2024-09-01T20:25:19.478Z | Checking csv v1.3.0 |
2251 | 2024-09-01T20:25:19.502Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2252 | 2024-09-01T20:25:20.531Z | Checking rtoolbox v0.0.2 |
2253 | 2024-09-01T20:25:20.747Z | Checking rpassword v7.3.1 |
2254 | 2024-09-01T20:25:22.444Z | Checking tui-tree-widget v0.22.0 |
2255 | 2024-09-01T20:25:22.777Z | Checking polyval v0.6.2 |
2256 | 2024-09-01T20:25:23.063Z | Checking rfc6979 v0.4.0 |
2257 | 2024-09-01T20:25:23.263Z | Checking plotters-backend v0.3.5 |
2258 | 2024-09-01T20:25:23.623Z | Checking plotters-svg v0.3.5 |
2259 | 2024-09-01T20:25:23.856Z | Checking ecdsa v0.16.9 |
2260 | 2024-09-01T20:25:24.551Z | Checking ghash v0.5.1 |
2261 | 2024-09-01T20:25:24.737Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2262 | 2024-09-01T20:25:25.943Z | Checking primeorder v0.13.6 |
2263 | 2024-09-01T20:25:26.408Z | Checking ctr v0.9.2 |
2264 | 2024-09-01T20:25:26.898Z | Checking cast v0.3.0 |
2265 | 2024-09-01T20:25:27.240Z | Checking yansi v0.5.1 |
2266 | 2024-09-01T20:25:27.273Z | Checking criterion-plot v0.5.0 |
2267 | 2024-09-01T20:25:27.562Z | Checking pretty_assertions v1.4.0 |
2268 | 2024-09-01T20:25:27.787Z | Checking aes-gcm v0.10.3 |
2269 | 2024-09-01T20:25:27.839Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2270 | 2024-09-01T20:25:28.046Z | Checking plotters v0.3.5 |
2271 | 2024-09-01T20:25:29.724Z | Checking ed25519 v2.2.3 |
2272 | 2024-09-01T20:25:30.036Z | Checking ssh-encoding v0.2.0 |
2273 | 2024-09-01T20:25:30.355Z | Checking tinytemplate v1.2.1 |
2274 | 2024-09-01T20:25:30.762Z | Checking blowfish v0.9.1 |
2275 | 2024-09-01T20:25:31.006Z | Checking oorandom v11.1.3 |
2276 | 2024-09-01T20:25:31.171Z | Checking anes v0.1.6 |
2277 | 2024-09-01T20:25:31.518Z | Checking criterion v0.5.1 |
2278 | 2024-09-01T20:25:34.030Z | Checking bcrypt-pbkdf v0.10.0 |
2279 | 2024-09-01T20:25:34.270Z | Checking ssh-cipher v0.2.0 |
2280 | 2024-09-01T20:25:34.388Z | Checking ed25519-dalek v2.1.1 |
2281 | 2024-09-01T20:25:34.548Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2282 | 2024-09-01T20:25:34.738Z | Checking password-hash v0.4.2 |
2283 | 2024-09-01T20:25:35.144Z | Checking hex-literal v0.4.1 |
2284 | 2024-09-01T20:25:35.292Z | Checking matches v0.1.10 |
2285 | 2024-09-01T20:25:35.424Z | Checking idna v0.2.3 |
2286 | 2024-09-01T20:25:35.739Z | Checking pbkdf2 v0.11.0 |
2287 | 2024-09-01T20:25:35.976Z | Checking ssh-key v0.6.6 |
2288 | 2024-09-01T20:25:36.042Z | Checking p521 v0.13.3 |
2289 | 2024-09-01T20:25:36.228Z | Checking p384 v0.13.0 |
2290 | 2024-09-01T20:25:37.246Z | Checking p256 v0.13.2 |
2291 | 2024-09-01T20:25:37.355Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2292 | 2024-09-01T20:25:37.546Z | Checking russh-cryptovec v0.7.2 |
2293 | 2024-09-01T20:25:37.707Z | Compiling enum-as-inner v0.5.1 |
2294 | 2024-09-01T20:25:37.761Z | Compiling doc-comment v0.3.3 |
2295 | 2024-09-01T20:25:38.089Z | Compiling target-lexicon v0.12.16 |
2296 | 2024-09-01T20:25:38.343Z | Checking md5 v0.7.0 |
2297 | 2024-09-01T20:25:38.626Z | Checking russh-keys v0.45.0 |
2298 | 2024-09-01T20:25:38.675Z | Checking trust-dns-proto v0.22.0 |
2299 | 2024-09-01T20:25:39.235Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2300 | 2024-09-01T20:25:39.993Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2301 | 2024-09-01T20:25:40.833Z | Checking http-body v1.0.0 |
2302 | 2024-09-01T20:25:40.857Z | Checking num-bigint v0.4.5 |
2303 | 2024-09-01T20:25:41.085Z | Checking des v0.8.1 |
2304 | 2024-09-01T20:25:41.338Z | Checking regex-automata v0.1.10 |
2305 | 2024-09-01T20:25:41.720Z | Compiling dhcproto-macros v0.1.0 |
2306 | 2024-09-01T20:25:42.177Z | Checking tower-layer v0.3.2 |
2307 | 2024-09-01T20:25:42.443Z | Compiling guppy-workspace-hack v0.1.0 |
2308 | 2024-09-01T20:25:42.590Z | Compiling assert_cmd v2.0.16 |
2309 | 2024-09-01T20:25:42.751Z | Checking dhcproto v0.12.0 |
2310 | 2024-09-01T20:25:43.028Z | Checking tower v0.4.13 |
2311 | 2024-09-01T20:25:43.103Z | Checking russh v0.45.0 |
2312 | 2024-09-01T20:25:43.734Z | Checking bstr v0.2.17 |
2313 | 2024-09-01T20:25:44.046Z | Checking hyper v1.3.1 |
2314 | 2024-09-01T20:25:45.111Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2315 | 2024-09-01T20:25:45.164Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2316 | 2024-09-01T20:25:45.624Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2317 | 2024-09-01T20:25:45.988Z | Checking internet-checksum v0.2.1 |
2318 | 2024-09-01T20:25:46.167Z | Compiling target-spec v3.2.1 |
2319 | 2024-09-01T20:25:46.959Z | Checking hyper-util v0.1.3 |
2320 | 2024-09-01T20:25:48.279Z | Checking cfg-expr v0.16.0 |
2321 | 2024-09-01T20:25:48.303Z | Checking httptest v0.15.5 |
2322 | 2024-09-01T20:25:48.447Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2323 | 2024-09-01T20:25:48.545Z | Checking rustls-native-certs v0.7.0 |
2324 | 2024-09-01T20:25:48.695Z | Checking num_cpus v1.16.0 |
2325 | 2024-09-01T20:25:48.830Z | Checking threadpool v1.8.1 |
2326 | 2024-09-01T20:25:49.045Z | Checking hyper-rustls v0.26.0 |
2327 | 2024-09-01T20:25:49.728Z | Checking pathdiff v0.2.1 |
2328 | 2024-09-01T20:25:49.906Z | Compiling toml_edit v0.21.1 |
2329 | 2024-09-01T20:25:50.602Z | Compiling rstest_macros v0.22.0 |
2330 | 2024-09-01T20:25:51.111Z | Checking escape8259 v0.5.2 |
2331 | 2024-09-01T20:25:51.230Z | Compiling samael v0.0.15 |
2332 | 2024-09-01T20:25:51.314Z | Checking nested v0.1.1 |
2333 | 2024-09-01T20:25:51.523Z | Checking guppy v0.17.7 |
2334 | 2024-09-01T20:25:52.468Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2335 | 2024-09-01T20:25:53.515Z | Compiling proc-macro-crate v3.1.0 |
2336 | 2024-09-01T20:25:54.310Z | Compiling git2 v0.19.0 |
2337 | 2024-09-01T20:25:54.892Z | Checking libtest-mimic v0.7.3 |
2338 | 2024-09-01T20:25:55.413Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2339 | 2024-09-01T20:25:55.488Z | Checking similar-asserts v1.5.0 |
2340 | 2024-09-01T20:25:55.733Z | Checking fancy-regex v0.13.0 |
2341 | 2024-09-01T20:25:55.756Z | Compiling relative-path v1.9.3 |
2342 | 2024-09-01T20:25:56.265Z | Compiling trybuild v1.0.99 |
2343 | 2024-09-01T20:25:56.503Z | Checking datatest-stable v0.2.9 |
2344 | 2024-09-01T20:25:56.787Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2345 | 2024-09-01T20:25:56.814Z | Checking blake2b_simd v1.0.2 |
2346 | 2024-09-01T20:25:57.596Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2347 | 2024-09-01T20:25:57.979Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2348 | 2024-09-01T20:26:00.171Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2349 | 2024-09-01T20:26:00.545Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2350 | 2024-09-01T20:26:00.893Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2351 | 2024-09-01T20:26:01.248Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2352 | 2024-09-01T20:26:01.593Z | Checking serde_tokenstream v0.2.2 |
2353 | 2024-09-01T20:26:01.698Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2354 | 2024-09-01T20:26:01.785Z | Checking uzers v0.11.3 |
2355 | 2024-09-01T20:26:01.997Z | Checking futures-timer v3.0.3 |
2356 | 2024-09-01T20:26:02.121Z | Checking indent_write v2.2.0 |
2357 | 2024-09-01T20:26:02.406Z | Checking rust-argon2 v2.1.0 |
2358 | 2024-09-01T20:26:02.837Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2359 | 2024-09-01T20:26:03.046Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2360 | 2024-09-01T20:26:03.248Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2361 | 2024-09-01T20:26:03.658Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2362 | 2024-09-01T20:26:03.681Z | Checking rand_distr v0.4.3 |
2363 | 2024-09-01T20:26:03.944Z | Checking multimap v0.10.0 |
2364 | 2024-09-01T20:26:04.229Z | Checking approx v0.5.1 |
2365 | 2024-09-01T20:26:04.400Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2366 | 2024-09-01T20:26:04.457Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2367 | 2024-09-01T20:26:05.042Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2368 | 2024-09-01T20:26:05.852Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2369 | 2024-09-01T20:26:06.169Z | Checking rstest v0.22.0 |
2370 | 2024-09-01T20:26:06.392Z | Checking partial-io v0.5.4 |
2371 | 2024-09-01T20:26:06.731Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2372 | 2024-09-01T20:26:06.806Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2373 | 2024-09-01T20:26:06.935Z | Checking cargo_toml v0.20.4 |
2374 | 2024-09-01T20:26:07.028Z | Checking termios v0.3.3 |
2375 | 2024-09-01T20:26:07.261Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2376 | 2024-09-01T20:26:07.994Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2377 | 2024-09-01T20:26:08.661Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2378 | 2024-09-01T20:26:23.130Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2379 | 2024-09-01T20:26:27.790Z | Compiling polar-core v0.27.3 |
2380 | 2024-09-01T20:26:29.058Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2381 | 2024-09-01T20:26:37.661Z | Checking oso v0.27.3 |
2382 | 2024-09-01T20:26:52.033Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2383 | 2024-09-01T20:26:53.773Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2384 | 2024-09-01T20:26:54.287Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2385 | 2024-09-01T20:27:27.541Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2386 | 2024-09-01T20:27:27.541Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2387 | 2024-09-01T20:27:27.565Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2388 | 2024-09-01T20:29:08.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 22s |
2389 | 2024-09-01T20:29:08.766Z | |
2390 | 2024-09-01T20:29:08.766Z | real 6:29.147432390 |
2391 | 2024-09-01T20:29:08.766Z | user 33:25.648575275 |
2392 | 2024-09-01T20:29:08.766Z | sys 6:06.590488891 |
2393 | 2024-09-01T20:29:08.766Z | trap 1.077330018 |
2394 | 2024-09-01T20:29:08.766Z | tflt 1.318885269 |
2395 | 2024-09-01T20:29:08.766Z | dflt 0.418587342 |
2396 | 2024-09-01T20:29:08.766Z | kflt 0.001091141 |
2397 | 2024-09-01T20:29:08.766Z | lock 52:07.587118310 |
2398 | 2024-09-01T20:29:08.766Z | slp 1:58:19.714892316 |
2399 | 2024-09-01T20:29:08.790Z | lat 1:43.224667538 |
2400 | 2024-09-01T20:29:08.790Z | stop 5:40.403218355 |
2401 | 2024-09-01T20:29:08.790Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2402 | 2024-09-01T20:29:08.790Z | + ptime -m cargo doc --workspace --no-deps |
2403 | 2024-09-01T20:29:10.381Z | warning: output filename collision. |
2404 | 2024-09-01T20:29:10.381Z | 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)`. |
2405 | 2024-09-01T20:29:10.381Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2406 | 2024-09-01T20:29:10.381Z | The targets should have unique names. |
2407 | 2024-09-01T20:29:10.381Z | This is a known bug where multiple crates with the same name use |
2408 | 2024-09-01T20:29:10.381Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2409 | 2024-09-01T20:29:11.095Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2410 | 2024-09-01T20:29:11.131Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2411 | 2024-09-01T20:29:11.155Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2412 | 2024-09-01T20:29:11.197Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2413 | 2024-09-01T20:29:11.237Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2414 | 2024-09-01T20:29:11.237Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2415 | 2024-09-01T20:29:11.419Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2416 | 2024-09-01T20:29:11.552Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2417 | 2024-09-01T20:29:11.552Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2418 | 2024-09-01T20:29:11.597Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2419 | 2024-09-01T20:29:11.621Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2420 | 2024-09-01T20:29:11.765Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2421 | 2024-09-01T20:29:11.844Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2422 | 2024-09-01T20:29:11.896Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2423 | 2024-09-01T20:29:12.034Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2424 | 2024-09-01T20:29:12.325Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2425 | 2024-09-01T20:29:13.037Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2426 | 2024-09-01T20:29:15.185Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2427 | 2024-09-01T20:29:15.500Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2428 | 2024-09-01T20:29:15.693Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2429 | 2024-09-01T20:29:15.729Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2430 | 2024-09-01T20:29:16.044Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2431 | 2024-09-01T20:29:16.097Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2432 | 2024-09-01T20:29:16.231Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2433 | 2024-09-01T20:29:16.359Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2434 | 2024-09-01T20:29:16.522Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2435 | 2024-09-01T20:29:16.723Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2436 | 2024-09-01T20:29:16.949Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2437 | 2024-09-01T20:29:17.029Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2438 | 2024-09-01T20:29:17.332Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2439 | 2024-09-01T20:29:17.502Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2440 | 2024-09-01T20:29:17.686Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2441 | 2024-09-01T20:29:17.713Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2442 | 2024-09-01T20:29:17.957Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2443 | 2024-09-01T20:29:18.066Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2444 | 2024-09-01T20:29:18.284Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2445 | 2024-09-01T20:29:18.378Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2446 | 2024-09-01T20:29:18.470Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2447 | 2024-09-01T20:29:18.522Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2448 | 2024-09-01T20:29:18.826Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2449 | 2024-09-01T20:29:18.826Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2450 | 2024-09-01T20:29:18.864Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2451 | 2024-09-01T20:29:23.043Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2452 | 2024-09-01T20:29:23.591Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2453 | 2024-09-01T20:29:23.619Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2454 | 2024-09-01T20:29:24.232Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2455 | 2024-09-01T20:29:25.442Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2456 | 2024-09-01T20:29:25.785Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2457 | 2024-09-01T20:29:26.075Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2458 | 2024-09-01T20:29:26.285Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2459 | 2024-09-01T20:29:27.350Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2460 | 2024-09-01T20:29:30.679Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2461 | 2024-09-01T20:29:31.800Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2462 | 2024-09-01T20:29:31.824Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2463 | 2024-09-01T20:29:32.299Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2464 | 2024-09-01T20:29:32.687Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2465 | 2024-09-01T20:29:32.892Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2466 | 2024-09-01T20:29:33.942Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2467 | 2024-09-01T20:29:34.147Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2468 | 2024-09-01T20:29:34.759Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2469 | 2024-09-01T20:29:34.872Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2470 | 2024-09-01T20:29:35.316Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2471 | 2024-09-01T20:29:35.914Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2472 | 2024-09-01T20:29:36.120Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2473 | 2024-09-01T20:29:36.243Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2474 | 2024-09-01T20:29:36.360Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2475 | 2024-09-01T20:29:36.513Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2476 | 2024-09-01T20:29:37.322Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2477 | 2024-09-01T20:29:37.408Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2478 | 2024-09-01T20:29:37.613Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2479 | 2024-09-01T20:29:37.768Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2480 | 2024-09-01T20:29:38.024Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2481 | 2024-09-01T20:29:38.356Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2482 | 2024-09-01T20:29:38.830Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2483 | 2024-09-01T20:29:38.854Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2484 | 2024-09-01T20:29:39.019Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2485 | 2024-09-01T20:29:39.190Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2486 | 2024-09-01T20:29:39.536Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2487 | 2024-09-01T20:29:39.560Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2488 | 2024-09-01T20:29:39.679Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2489 | 2024-09-01T20:29:39.929Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2490 | 2024-09-01T20:29:40.188Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2491 | 2024-09-01T20:29:40.212Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2492 | 2024-09-01T20:29:40.815Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2493 | 2024-09-01T20:29:40.839Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2494 | 2024-09-01T20:29:41.150Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2495 | 2024-09-01T20:29:41.348Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2496 | 2024-09-01T20:29:41.727Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2497 | 2024-09-01T20:29:42.548Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2498 | 2024-09-01T20:29:42.846Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2499 | 2024-09-01T20:29:43.036Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2500 | 2024-09-01T20:29:44.165Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2501 | 2024-09-01T20:29:44.562Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2502 | 2024-09-01T20:29:44.736Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2503 | 2024-09-01T20:29:45.219Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2504 | 2024-09-01T20:29:47.322Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2505 | 2024-09-01T20:29:48.059Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2506 | 2024-09-01T20:29:49.026Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2507 | 2024-09-01T20:29:49.509Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2508 | 2024-09-01T20:29:49.709Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2509 | 2024-09-01T20:29:52.760Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2510 | 2024-09-01T20:29:54.287Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2511 | 2024-09-01T20:29:54.659Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2512 | 2024-09-01T20:29:55.161Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2513 | 2024-09-01T20:29:55.463Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2514 | 2024-09-01T20:30:01.105Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2515 | 2024-09-01T20:30:05.513Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2516 | 2024-09-01T20:30:14.246Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2517 | 2024-09-01T20:30:15.242Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2518 | 2024-09-01T20:30:38.018Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2519 | 2024-09-01T20:30:43.904Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2520 | 2024-09-01T20:30:45.337Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2521 | 2024-09-01T20:30:46.513Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2522 | 2024-09-01T20:30:49.786Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2523 | 2024-09-01T20:30:51.924Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2524 | 2024-09-01T20:30:57.859Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2525 | 2024-09-01T20:31:09.033Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2526 | 2024-09-01T20:31:11.657Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2527 | 2024-09-01T20:31:13.989Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2528 | 2024-09-01T20:31:18.631Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2529 | 2024-09-01T20:31:19.288Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2530 | 2024-09-01T20:31:19.382Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2531 | 2024-09-01T20:31:21.828Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2532 | 2024-09-01T20:31:24.620Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2533 | 2024-09-01T20:31:27.041Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2534 | 2024-09-01T20:31:29.384Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2535 | 2024-09-01T20:31:30.796Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2536 | 2024-09-01T20:31:39.514Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2537 | 2024-09-01T20:31:40.432Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2538 | 2024-09-01T20:32:04.291Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2539 | 2024-09-01T20:32:04.931Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2540 | 2024-09-01T20:32:05.988Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2541 | 2024-09-01T20:32:07.179Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2542 | 2024-09-01T20:32:12.952Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2543 | 2024-09-01T20:32:16.330Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2544 | 2024-09-01T20:32:22.308Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2545 | 2024-09-01T20:32:26.610Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2546 | 2024-09-01T20:32:28.671Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2547 | 2024-09-01T20:32:29.183Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2548 | 2024-09-01T20:32:40.900Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2549 | 2024-09-01T20:32:41.033Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2550 | 2024-09-01T20:32:42.341Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2551 | 2024-09-01T20:32:43.058Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2552 | 2024-09-01T20:32:45.864Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2553 | 2024-09-01T20:32:53.707Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2554 | 2024-09-01T20:32:56.735Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2555 | 2024-09-01T20:32:57.823Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2556 | 2024-09-01T20:33:01.449Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2557 | 2024-09-01T20:33:05.558Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2558 | 2024-09-01T20:33:09.350Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2559 | 2024-09-01T20:33:14.586Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2560 | 2024-09-01T20:33:16.261Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2561 | 2024-09-01T20:33:16.500Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2562 | 2024-09-01T20:33:20.291Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2563 | 2024-09-01T20:33:21.938Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2564 | 2024-09-01T20:33:28.351Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2565 | 2024-09-01T20:33:28.648Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2566 | 2024-09-01T20:33:29.462Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2567 | 2024-09-01T20:33:37.951Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2568 | 2024-09-01T20:33:41.444Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2569 | 2024-09-01T20:33:42.433Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2570 | 2024-09-01T20:33:44.404Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2571 | 2024-09-01T20:33:44.428Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2572 | 2024-09-01T20:33:45.085Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2573 | 2024-09-01T20:33:45.122Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2574 | 2024-09-01T20:33:53.088Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2575 | 2024-09-01T20:33:55.048Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2576 | 2024-09-01T20:33:55.792Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2577 | 2024-09-01T20:33:59.174Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2578 | 2024-09-01T20:34:00.321Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2579 | 2024-09-01T20:34:00.584Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2580 | 2024-09-01T20:34:00.691Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2581 | 2024-09-01T20:34:07.775Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2582 | 2024-09-01T20:34:08.805Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2583 | 2024-09-01T20:34:10.367Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2584 | 2024-09-01T20:34:11.866Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2585 | 2024-09-01T20:34:13.941Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2586 | 2024-09-01T20:34:15.777Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2587 | 2024-09-01T20:34:17.007Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2588 | 2024-09-01T20:34:18.125Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2589 | 2024-09-01T20:34:21.742Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2590 | 2024-09-01T20:34:22.456Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2591 | 2024-09-01T20:34:22.559Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2592 | 2024-09-01T20:34:24.766Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2593 | 2024-09-01T20:34:26.055Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2594 | 2024-09-01T20:34:26.960Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2595 | 2024-09-01T20:34:28.560Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2596 | 2024-09-01T20:34:31.991Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2597 | 2024-09-01T20:34:32.600Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2598 | 2024-09-01T20:34:34.804Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2599 | 2024-09-01T20:34:35.792Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2600 | 2024-09-01T20:34:37.686Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2601 | 2024-09-01T20:34:37.737Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2602 | 2024-09-01T20:34:38.322Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2603 | 2024-09-01T20:34:40.940Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2604 | 2024-09-01T20:34:40.964Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2605 | 2024-09-01T20:34:41.365Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2606 | 2024-09-01T20:34:45.301Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2607 | 2024-09-01T20:34:46.670Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2608 | 2024-09-01T20:34:47.122Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2609 | 2024-09-01T20:34:48.009Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2610 | 2024-09-01T20:34:49.375Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2611 | 2024-09-01T20:34:49.913Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2612 | 2024-09-01T20:34:50.588Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2613 | 2024-09-01T20:34:51.151Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2614 | 2024-09-01T20:34:51.446Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2615 | 2024-09-01T20:34:52.300Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2616 | 2024-09-01T20:34:53.000Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2617 | 2024-09-01T20:35:27.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 19s |
2618 | 2024-09-01T20:35:28.092Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 126 other files |
2619 | 2024-09-01T20:35:28.166Z | |
2620 | 2024-09-01T20:35:28.167Z | real 6:19.345126641 |
2621 | 2024-09-01T20:35:28.167Z | user 19:38.413143469 |
2622 | 2024-09-01T20:35:28.167Z | sys 26:16.135710722 |
2623 | 2024-09-01T20:35:28.167Z | trap 0.379904081 |
2624 | 2024-09-01T20:35:28.167Z | tflt 0.103991471 |
2625 | 2024-09-01T20:35:28.167Z | dflt 0.323333791 |
2626 | 2024-09-01T20:35:28.167Z | kflt 0.000184181 |
2627 | 2024-09-01T20:35:28.167Z | lock 58:38.473864167 |
2628 | 2024-09-01T20:35:28.167Z | slp 1:44:23.220565914 |
2629 | 2024-09-01T20:35:28.191Z | lat 1:08.526604850 |
2630 | 2024-09-01T20:35:28.191Z | stop 57.151871124 |
2631 | 2024-09-01T20:35:28.192Z | process exited: duration 1018703 ms, exit code 0 |
|
2632 | 2024-09-01T20:35:28.241Z | found 0 output files |