|
|
|
1 | 2024-08-30T04:03:29.043Z | job assigned to worker 01J6GQ690MHNR1B2HHVJW86DFN (queued for 53 s) |
|
2 | 2024-08-30T04:03:37.348Z | starting task 0: "setup" |
3 | 2024-08-30T04:03:37.362Z | ++ uname -s |
4 | 2024-08-30T04:03:37.362Z | + kern=SunOS |
5 | 2024-08-30T04:03:37.363Z | + case "$kern" in |
6 | 2024-08-30T04:03:37.363Z | + groupadd -g 12345 build |
7 | 2024-08-30T04:03:37.370Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-30T04:03:39.371Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-30T04:03:39.466Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-30T04:03:39.481Z | + home_fs=zfs |
11 | 2024-08-30T04:03:39.481Z | + [[ zfs == autofs ]] |
12 | 2024-08-30T04:03:39.481Z | + mkdir -p /home/build |
13 | 2024-08-30T04:03:39.485Z | + chown build:build /home/build /work |
14 | 2024-08-30T04:03:41.473Z | + chmod 0700 /home/build /work |
15 | 2024-08-30T04:03:41.476Z | process exited: duration 4129 ms, exit code 0 |
|
16 | 2024-08-30T04:03:41.481Z | starting task 1: "rust-toolchain" |
17 | 2024-08-30T04:03:41.490Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-30T04:03:41.490Z | ' 1.80.1 |
19 | 2024-08-30T04:03:41.493Z | * toolchain channel = "1.80.1" |
20 | 2024-08-30T04:03:41.493Z | * toolchain profile = "default" |
21 | 2024-08-30T04:03:41.493Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-30T04:03:41.493Z | ' default |
23 | 2024-08-30T04:03:41.493Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-30T04:03:41.493Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-30T04:03:41.605Z | info: downloading installer |
26 | 2024-08-30T04:03:43.103Z | info: profile set to 'default' |
27 | 2024-08-30T04:03:43.103Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-30T04:03:43.105Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-30T04:03:43.247Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-30T04:03:43.247Z | info: downloading component 'cargo' |
31 | 2024-08-30T04:03:44.043Z | info: downloading component 'clippy' |
32 | 2024-08-30T04:03:44.329Z | info: downloading component 'rust-docs' |
33 | 2024-08-30T04:03:45.442Z | info: downloading component 'rust-std' |
34 | 2024-08-30T04:03:47.003Z | info: downloading component 'rustc' |
35 | 2024-08-30T04:03:51.363Z | info: downloading component 'rustfmt' |
36 | 2024-08-30T04:03:51.597Z | info: installing component 'cargo' |
37 | 2024-08-30T04:03:52.421Z | info: installing component 'clippy' |
38 | 2024-08-30T04:03:52.792Z | info: installing component 'rust-docs' |
39 | 2024-08-30T04:03:54.437Z | info: installing component 'rust-std' |
40 | 2024-08-30T04:03:56.084Z | info: installing component 'rustc' |
41 | 2024-08-30T04:04:00.367Z | info: installing component 'rustfmt' |
42 | 2024-08-30T04:04:00.719Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-30T04:04:00.719Z | |
44 | 2024-08-30T04:04:01.005Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-30T04:04:01.005Z | |
46 | 2024-08-30T04:04:01.009Z | |
47 | 2024-08-30T04:04:01.009Z | Rust is installed now. Great! |
48 | 2024-08-30T04:04:01.009Z | |
49 | 2024-08-30T04:04:01.009Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-30T04:04:01.010Z | environment variable. This has not been done automatically. |
51 | 2024-08-30T04:04:01.010Z | |
52 | 2024-08-30T04:04:01.010Z | To configure your current shell, you need to source |
53 | 2024-08-30T04:04:01.010Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-30T04:04:01.010Z | |
55 | 2024-08-30T04:04:01.010Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-30T04:04:01.010Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-30T04:04:01.010Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-30T04:04:01.059Z | + rustc --version |
59 | 2024-08-30T04:04:01.125Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-30T04:04:01.129Z | process exited: duration 19645 ms, exit code 0 |
|
61 | 2024-08-30T04:04:01.133Z | starting task 2: "authentication" |
62 | 2024-08-30T04:04:01.182Z | process exited: duration 40 ms, exit code 0 |
|
63 | 2024-08-30T04:04:01.196Z | starting task 3: "clone repository" |
64 | 2024-08-30T04:04:01.200Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-30T04:04:01.203Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-30T04:04:01.471Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-30T04:04:08.087Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-30T04:04:08.087Z | + git fetch origin 1d0657a9bb4337463ec749a965f94cd78a3d1ea7 |
69 | 2024-08-30T04:04:08.401Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-30T04:04:08.401Z | * branch 1d0657a9bb4337463ec749a965f94cd78a3d1ea7 -> FETCH_HEAD |
71 | 2024-08-30T04:04:08.411Z | + [[ -n sunshowers/spr/4n-update-engine-line-displays-can-now-compute-offsets-from-a-start-time ]] |
72 | 2024-08-30T04:04:08.413Z | ++ git branch --show-current |
73 | 2024-08-30T04:04:08.416Z | + current=main |
74 | 2024-08-30T04:04:08.416Z | + [[ main != sunshowers/spr/4n-update-engine-line-displays-can-now-compute-offsets-from-a-start-time ]] |
75 | 2024-08-30T04:04:08.416Z | + git branch -f sunshowers/spr/4n-update-engine-line-displays-can-now-compute-offsets-from-a-start-time 1d0657a9bb4337463ec749a965f94cd78a3d1ea7 |
76 | 2024-08-30T04:04:08.420Z | + git checkout -f sunshowers/spr/4n-update-engine-line-displays-can-now-compute-offsets-from-a-start-time |
77 | 2024-08-30T04:04:08.564Z | Switched to branch 'sunshowers/spr/4n-update-engine-line-displays-can-now-compute-offsets-from-a-start-time' |
78 | 2024-08-30T04:04:08.567Z | + git reset --hard 1d0657a9bb4337463ec749a965f94cd78a3d1ea7 |
79 | 2024-08-30T04:04:08.706Z | HEAD is now at 1d0657a9b cherry-pick on main |
80 | 2024-08-30T04:04:08.708Z | process exited: duration 7513 ms, exit code 0 |
|
81 | 2024-08-30T04:04:08.714Z | starting task 4: "build" |
82 | 2024-08-30T04:04:08.719Z | + cargo --version |
83 | 2024-08-30T04:04:08.773Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-30T04:04:08.775Z | + rustc --version |
85 | 2024-08-30T04:04:08.832Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-30T04:04:08.834Z | + source ./env.sh |
87 | 2024-08-30T04:04:08.837Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-30T04:04:08.837Z | ++ set -o xtrace |
89 | 2024-08-30T04:04:08.839Z | ++++ dirname ./env.sh |
90 | 2024-08-30T04:04:08.839Z | +++ readlink -f . |
91 | 2024-08-30T04:04:08.858Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-30T04:04:08.861Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-30T04:04:08.861Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-30T04:04:08.861Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-30T04:04:08.861Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-30T04:04:08.861Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-30T04:04:08.861Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-30T04:04:08.861Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-30T04:04:08.861Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-30T04:04:08.861Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-30T04:04:08.861Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-30T04:04:08.861Z | + banner prerequisites |
103 | 2024-08-30T04:04:08.880Z | |
104 | 2024-08-30T04:04:08.881Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-30T04:04:08.881Z | # # # # # # # # # # # # # # # |
106 | 2024-08-30T04:04:08.881Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-30T04:04:08.881Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-30T04:04:08.881Z | # # # # # # # # # # # # # # # |
109 | 2024-08-30T04:04:08.881Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-30T04:04:08.881Z | |
111 | 2024-08-30T04:04:08.883Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-30T04:04:17.296Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-30T04:04:19.737Z | Startup: Caching catalogs ... Done |
114 | 2024-08-30T04:04:21.685Z | Planning: Solver setup ... Done (1.398s) |
115 | 2024-08-30T04:04:21.708Z | Planning: Running solver ... Done (0.022s) |
116 | 2024-08-30T04:04:21.799Z | Planning: Finding local manifests ... Done (0.054s) |
117 | 2024-08-30T04:04:21.868Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-08-30T04:04:26.922Z | Planning: Fetching manifests: 4/5 80% complete |
119 | 2024-08-30T04:04:28.247Z | Planning: Fetching manifests: 5/5 100% complete |
120 | 2024-08-30T04:04:28.436Z | Planning: Package planning ... Done (0.189s) |
121 | 2024-08-30T04:04:28.491Z | Planning: Merging actions ... Done (0.055s) |
122 | 2024-08-30T04:04:29.044Z | Planning: Checking for conflicting actions ... Done (0.552s) |
123 | 2024-08-30T04:04:33.831Z | Planning: Consolidating action changes ... Done (4.787s) |
124 | 2024-08-30T04:04:34.202Z | Planning: Evaluating mediators ... Done (0.371s) |
125 | 2024-08-30T04:04:34.315Z | Planning: Planning completed in 14.50 seconds |
126 | 2024-08-30T04:04:34.698Z | Packages to install: 4 |
127 | 2024-08-30T04:04:34.698Z | Packages to update: 1 |
128 | 2024-08-30T04:04:34.701Z | Mediators to change: 2 |
129 | 2024-08-30T04:04:34.701Z | Services to change: 1 |
130 | 2024-08-30T04:04:34.701Z | Estimated space available: 155.72 GB |
131 | 2024-08-30T04:04:34.701Z | Estimated space to be consumed: 1.53 GB |
132 | 2024-08-30T04:04:34.701Z | Create boot environment: No |
133 | 2024-08-30T04:04:34.701Z | Create backup boot environment: Yes |
134 | 2024-08-30T04:04:34.701Z | Rebuild boot archive: No |
135 | 2024-08-30T04:04:34.701Z | |
136 | 2024-08-30T04:04:34.701Z | Changed mediators: |
137 | 2024-08-30T04:04:34.701Z | mediator clang: |
138 | 2024-08-30T04:04:34.701Z | version: None -> 15 (system default) |
139 | 2024-08-30T04:04:34.701Z | |
140 | 2024-08-30T04:04:34.701Z | mediator llvm: |
141 | 2024-08-30T04:04:34.701Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-08-30T04:04:34.701Z | |
143 | 2024-08-30T04:04:34.701Z | Changed packages: |
144 | 2024-08-30T04:04:34.701Z | helios-dev |
145 | 2024-08-30T04:04:34.701Z | developer/build-essential |
146 | 2024-08-30T04:04:34.701Z | None -> 11-2.0 |
147 | 2024-08-30T04:04:34.701Z | library/libxmlsec1 |
148 | 2024-08-30T04:04:34.701Z | None -> 1.2.35-2.0 |
149 | 2024-08-30T04:04:34.701Z | ooce/developer/clang-15 |
150 | 2024-08-30T04:04:34.701Z | None -> 15.0.7-2.0 |
151 | 2024-08-30T04:04:34.701Z | ooce/developer/llvm-15 |
152 | 2024-08-30T04:04:34.701Z | None -> 15.0.7-2.0 |
153 | 2024-08-30T04:04:34.701Z | package/pkg |
154 | 2024-08-30T04:04:34.701Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
155 | 2024-08-30T04:04:34.701Z | |
156 | 2024-08-30T04:04:34.701Z | Services: |
157 | 2024-08-30T04:04:34.701Z | restart_fmri: |
158 | 2024-08-30T04:04:34.701Z | svc:/system/update-man-index:default |
159 | 2024-08-30T04:04:34.701Z | |
160 | 2024-08-30T04:04:34.701Z | Editable files to change: |
161 | 2024-08-30T04:04:34.701Z | Update: |
162 | 2024-08-30T04:04:34.701Z | usr/share/lib/pkg/web/config.shtml |
163 | 2024-08-30T04:04:35.093Z | |
164 | 2024-08-30T04:04:35.093Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
165 | 2024-08-30T04:04:40.142Z | Download: 206/4281 items 1.3/220.6MB 0% complete (253k/s) |
166 | 2024-08-30T04:04:47.754Z | Download: 212/4281 items 1.3/220.6MB 0% complete (244k/s) |
167 | 2024-08-30T04:04:52.762Z | Download: 668/4281 items 18.0/220.6MB 8% complete (3.5M/s) |
168 | 2024-08-30T04:04:57.766Z | Download: 1050/4281 items 19.6/220.6MB 8% complete (1.9M/s) |
169 | 2024-08-30T04:05:04.826Z | Download: 1195/4281 items 83.5/220.6MB 37% complete (6.6M/s) |
170 | 2024-08-30T04:05:20.869Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
171 | 2024-08-30T04:05:25.878Z | Download: 1525/4281 items 117.3/220.6MB 53% complete (7.2M/s) |
172 | 2024-08-30T04:05:30.881Z | Download: 1994/4281 items 118.7/220.6MB 53% complete (3.6M/s) |
173 | 2024-08-30T04:05:36.330Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (585k/s) |
174 | 2024-08-30T04:05:41.364Z | Download: 2335/4281 items 119.9/220.6MB 54% complete (118k/s) |
175 | 2024-08-30T04:05:46.373Z | Download: 2684/4281 items 120.7/220.6MB 54% complete (155k/s) |
176 | 2024-08-30T04:05:51.383Z | Download: 2914/4281 items 121.2/220.6MB 54% complete (141k/s) |
177 | 2024-08-30T04:05:56.467Z | Download: 3244/4281 items 164.3/220.6MB 74% complete (4.3M/s) |
178 | 2024-08-30T04:06:14.096Z | Download: 3248/4281 items 203.1/220.6MB 92% complete |
179 | 2024-08-30T04:06:19.102Z | Download: 3497/4281 items 215.5/220.6MB 97% complete (2.5M/s) |
180 | 2024-08-30T04:06:24.191Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (2.1M/s) |
181 | 2024-08-30T04:06:24.388Z | Download: Completed 220.60 MB in 109.28 seconds (2.0M/s) |
182 | 2024-08-30T04:06:26.364Z | Actions: 1/5063 actions (Removing old actions) |
183 | 2024-08-30T04:06:26.382Z | Actions: 194/5063 actions (Installing new actions) |
184 | 2024-08-30T04:06:31.504Z | Actions: 4139/5063 actions (Installing new actions) |
185 | 2024-08-30T04:06:31.512Z | Actions: 4226/5063 actions (Updating modified actions) |
186 | 2024-08-30T04:06:31.881Z | Actions: Completed 5063 actions in 5.52 seconds. |
187 | 2024-08-30T04:06:32.166Z | Done (0.278s) |
188 | 2024-08-30T04:06:32.168Z | Done (0.000s) |
189 | 2024-08-30T04:06:32.545Z | Done (0.377s) |
190 | 2024-08-30T04:06:38.046Z | Done (5.320s) |
191 | 2024-08-30T04:06:38.303Z | Done (0.182s) |
192 | 2024-08-30T04:06:38.306Z | Done (0.000s) |
193 | 2024-08-30T04:06:38.460Z | Done (0.000s) |
194 | 2024-08-30T04:06:39.046Z | Planning: Evaluating mediator changes ... Done |
195 | 2024-08-30T04:06:39.211Z | Planning: Checking for conflicting actions ... Done |
196 | 2024-08-30T04:06:39.214Z | Planning: Consolidating action changes ... Done |
197 | 2024-08-30T04:06:39.487Z | Planning: Evaluating mediators ... Done |
198 | 2024-08-30T04:06:39.490Z | Planning: Planning completed in 0.44 seconds |
199 | 2024-08-30T04:06:39.526Z | Mediators to change: 2 |
200 | 2024-08-30T04:06:39.529Z | Create boot environment: No |
201 | 2024-08-30T04:06:39.529Z | Create backup boot environment: No |
202 | 2024-08-30T04:06:39.609Z | Done |
203 | 2024-08-30T04:06:39.609Z | Done |
204 | 2024-08-30T04:06:39.840Z | Done |
205 | 2024-08-30T04:06:43.489Z | Done |
206 | 2024-08-30T04:06:43.576Z | Done |
207 | 2024-08-30T04:06:43.578Z | Done |
208 | 2024-08-30T04:06:43.679Z | Done |
209 | 2024-08-30T04:06:44.287Z | Planning: Evaluating mediator changes ... Done |
210 | 2024-08-30T04:06:44.291Z | Planning: Merging actions ... Done |
211 | 2024-08-30T04:06:44.480Z | Planning: Checking for conflicting actions ... Done |
212 | 2024-08-30T04:06:44.482Z | Planning: Consolidating action changes ... Done |
213 | 2024-08-30T04:06:44.751Z | Planning: Evaluating mediators ... Done |
214 | 2024-08-30T04:06:44.808Z | Planning: Planning completed in 0.77 seconds |
215 | 2024-08-30T04:06:44.848Z | Packages to change: 1 |
216 | 2024-08-30T04:06:44.848Z | Mediators to change: 1 |
217 | 2024-08-30T04:06:44.850Z | Services to change: 1 |
218 | 2024-08-30T04:06:44.850Z | Create boot environment: No |
219 | 2024-08-30T04:06:44.850Z | Create backup boot environment: Yes |
220 | 2024-08-30T04:06:46.739Z | Actions: 1/6 actions (Updating modified actions) |
221 | 2024-08-30T04:06:46.778Z | Actions: Completed 6 actions in 0.04 seconds. |
222 | 2024-08-30T04:06:46.780Z | Done |
223 | 2024-08-30T04:06:46.780Z | Done |
224 | 2024-08-30T04:06:46.857Z | Done |
225 | 2024-08-30T04:06:50.514Z | Done |
226 | 2024-08-30T04:06:50.607Z | Done |
227 | 2024-08-30T04:06:50.611Z | Done |
228 | 2024-08-30T04:06:50.802Z | Done |
229 | 2024-08-30T04:06:51.231Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
230 | 2024-08-30T04:06:51.231Z | clang system 15 system |
231 | 2024-08-30T04:06:51.231Z | csh system system illumos |
232 | 2024-08-30T04:06:51.232Z | ctags system system illumos |
233 | 2024-08-30T04:06:51.232Z | gcc vendor 12 vendor |
234 | 2024-08-30T04:06:51.232Z | gcc system 10 system |
235 | 2024-08-30T04:06:51.232Z | gcc system 7 system |
236 | 2024-08-30T04:06:51.232Z | go system 1.20 system |
237 | 2024-08-30T04:06:51.232Z | go system 1.19 system |
238 | 2024-08-30T04:06:51.232Z | llvm system 15 system |
239 | 2024-08-30T04:06:51.232Z | llvm system 14 system |
240 | 2024-08-30T04:06:51.232Z | mariadb system 10.6 system |
241 | 2024-08-30T04:06:51.232Z | mta vendor vendor dma |
242 | 2024-08-30T04:06:51.232Z | openjdk system 17 system |
243 | 2024-08-30T04:06:51.232Z | openjdk system 11 system |
244 | 2024-08-30T04:06:51.232Z | openjdk system 1.8 system |
245 | 2024-08-30T04:06:51.232Z | openssl vendor 3 vendor |
246 | 2024-08-30T04:06:51.232Z | perl system 5.36 system |
247 | 2024-08-30T04:06:51.232Z | postgresql system 15 system |
248 | 2024-08-30T04:06:51.232Z | postgresql system 13 system |
249 | 2024-08-30T04:06:51.232Z | python vendor 3 vendor |
250 | 2024-08-30T04:06:51.232Z | python system 2 system |
251 | 2024-08-30T04:06:51.232Z | python3 system 3.11 system |
252 | 2024-08-30T04:06:51.232Z | ruby system 3.0 system |
253 | 2024-08-30T04:06:51.232Z | words vendor vendor american-english |
254 | 2024-08-30T04:06:51.232Z | words system system australian-english |
255 | 2024-08-30T04:06:51.232Z | words system system british-english |
256 | 2024-08-30T04:06:51.232Z | words system system canadian-english |
257 | 2024-08-30T04:06:51.232Z | words system system french |
258 | 2024-08-30T04:06:51.232Z | words system system italian |
259 | 2024-08-30T04:06:51.232Z | words system system ngerman |
260 | 2024-08-30T04:06:51.233Z | words system system ogerman |
261 | 2024-08-30T04:06:51.233Z | words system system spanish |
262 | 2024-08-30T04:06:51.559Z | PUBLISHER TYPE STATUS P LOCATION |
263 | 2024-08-30T04:06:51.559Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
264 | 2024-08-30T04:06:53.326Z | FMRI IFO |
265 | 2024-08-30T04:06:53.326Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
266 | 2024-08-30T04:06:53.326Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
267 | 2024-08-30T04:06:53.326Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
268 | 2024-08-30T04:06:53.326Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
269 | 2024-08-30T04:06:53.326Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
270 | 2024-08-30T04:06:53.326Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
271 | 2024-08-30T04:06:53.326Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
272 | 2024-08-30T04:06:53.326Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
273 | 2024-08-30T04:06:53.326Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
274 | 2024-08-30T04:06:53.326Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
275 | 2024-08-30T04:06:53.326Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
276 | 2024-08-30T04:06:53.326Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
277 | 2024-08-30T04:06:53.326Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
278 | 2024-08-30T04:06:53.928Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
279 | 2024-08-30T04:06:54.226Z | Updating crates.io index |
280 | 2024-08-30T04:06:54.293Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
281 | 2024-08-30T04:06:55.057Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
282 | 2024-08-30T04:06:55.773Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
283 | 2024-08-30T04:06:55.999Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
284 | 2024-08-30T04:06:57.405Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
285 | 2024-08-30T04:06:57.637Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
286 | 2024-08-30T04:06:57.872Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
287 | 2024-08-30T04:06:58.860Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
288 | 2024-08-30T04:07:00.669Z | Updating git repository `https://github.com/oxidecomputer/opte` |
289 | 2024-08-30T04:07:01.576Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
290 | 2024-08-30T04:07:02.190Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
291 | 2024-08-30T04:07:02.518Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
292 | 2024-08-30T04:07:02.999Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
293 | 2024-08-30T04:07:03.320Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
294 | 2024-08-30T04:07:03.542Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
295 | 2024-08-30T04:07:03.856Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
296 | 2024-08-30T04:07:04.128Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
297 | 2024-08-30T04:07:04.355Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
298 | 2024-08-30T04:07:04.556Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
299 | 2024-08-30T04:07:04.819Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
300 | 2024-08-30T04:07:05.068Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
301 | 2024-08-30T04:07:05.342Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
302 | 2024-08-30T04:07:05.678Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
303 | 2024-08-30T04:07:05.938Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
304 | 2024-08-30T04:07:06.481Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
305 | 2024-08-30T04:07:06.797Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
306 | 2024-08-30T04:07:07.151Z | Updating git repository `https://github.com/oxidecomputer/typify` |
307 | 2024-08-30T04:07:09.177Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
308 | 2024-08-30T04:07:09.414Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
309 | 2024-08-30T04:07:09.656Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
310 | 2024-08-30T04:07:09.988Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
311 | 2024-08-30T04:07:10.960Z | Downloading crates ... |
312 | 2024-08-30T04:07:11.026Z | Downloaded crypto-common v0.1.6 |
313 | 2024-08-30T04:07:11.028Z | Downloaded colorchoice v1.0.1 |
314 | 2024-08-30T04:07:11.028Z | Downloaded block-buffer v0.10.4 |
315 | 2024-08-30T04:07:11.032Z | Downloaded anyhow v1.0.86 |
316 | 2024-08-30T04:07:11.034Z | Downloaded anstyle v1.0.8 |
317 | 2024-08-30T04:07:11.035Z | Downloaded equivalent v1.0.1 |
318 | 2024-08-30T04:07:11.040Z | Downloaded pretty-hex v0.4.1 |
319 | 2024-08-30T04:07:11.052Z | Downloaded anstyle-query v1.0.3 |
320 | 2024-08-30T04:07:11.054Z | Downloaded camino-tempfile v1.1.1 |
321 | 2024-08-30T04:07:11.058Z | Downloaded proc-macro-error-attr v1.0.4 |
322 | 2024-08-30T04:07:11.060Z | Downloaded fastrand v2.1.0 |
323 | 2024-08-30T04:07:11.060Z | Downloaded byteorder v1.5.0 |
324 | 2024-08-30T04:07:11.060Z | Downloaded strsim v0.11.1 |
325 | 2024-08-30T04:07:11.062Z | Downloaded thiserror-impl v1.0.63 |
326 | 2024-08-30T04:07:11.065Z | Downloaded tabled_derive v0.7.0 |
327 | 2024-08-30T04:07:11.065Z | Downloaded fs-err v2.11.0 |
328 | 2024-08-30T04:07:11.067Z | Downloaded pest_generator v2.7.10 |
329 | 2024-08-30T04:07:11.069Z | Downloaded serde_spanned v0.6.7 |
330 | 2024-08-30T04:07:11.072Z | Downloaded scroll v0.12.0 |
331 | 2024-08-30T04:07:11.072Z | Downloaded itoa v1.0.11 |
332 | 2024-08-30T04:07:11.074Z | Downloaded utf8parse v0.2.1 |
333 | 2024-08-30T04:07:11.076Z | Downloaded cargo_metadata v0.18.1 |
334 | 2024-08-30T04:07:11.080Z | Downloaded heck v0.4.1 |
335 | 2024-08-30T04:07:11.082Z | Downloaded dof v0.3.0 |
336 | 2024-08-30T04:07:11.084Z | Downloaded sha2 v0.10.8 |
337 | 2024-08-30T04:07:11.087Z | Downloaded semver v1.0.23 |
338 | 2024-08-30T04:07:11.089Z | Downloaded usdt-impl v0.5.0 |
339 | 2024-08-30T04:07:11.091Z | Downloaded pest_derive v2.7.10 |
340 | 2024-08-30T04:07:11.095Z | Downloaded clap v4.5.16 |
341 | 2024-08-30T04:07:11.102Z | Downloaded thiserror v1.0.63 |
342 | 2024-08-30T04:07:11.107Z | Downloaded clap_derive v4.5.13 |
343 | 2024-08-30T04:07:11.110Z | Downloaded zerocopy-derive v0.7.34 |
344 | 2024-08-30T04:07:11.113Z | Downloaded proc-macro2 v1.0.86 |
345 | 2024-08-30T04:07:11.116Z | Downloaded dtrace-parser v0.2.0 |
346 | 2024-08-30T04:07:11.118Z | Downloaded scroll_derive v0.12.0 |
347 | 2024-08-30T04:07:11.118Z | Downloaded swrite v0.1.0 |
348 | 2024-08-30T04:07:11.121Z | Downloaded is_terminal_polyfill v1.70.0 |
349 | 2024-08-30T04:07:11.121Z | Downloaded usdt-attr-macro v0.5.0 |
350 | 2024-08-30T04:07:11.121Z | Downloaded log v0.4.21 |
351 | 2024-08-30T04:07:11.123Z | Downloaded usdt-macro v0.5.0 |
352 | 2024-08-30T04:07:11.125Z | Downloaded textwrap v0.16.1 |
353 | 2024-08-30T04:07:11.128Z | Downloaded pest_meta v2.7.10 |
354 | 2024-08-30T04:07:11.130Z | Downloaded cargo-platform v0.1.8 |
355 | 2024-08-30T04:07:11.130Z | Downloaded bytecount v0.6.8 |
356 | 2024-08-30T04:07:11.132Z | Downloaded papergrid v0.11.0 |
357 | 2024-08-30T04:07:11.137Z | Downloaded digest v0.10.7 |
358 | 2024-08-30T04:07:11.139Z | Downloaded serde_derive v1.0.208 |
359 | 2024-08-30T04:07:11.142Z | Downloaded unicode-ident v1.0.12 |
360 | 2024-08-30T04:07:11.144Z | Downloaded typenum v1.17.0 |
361 | 2024-08-30T04:07:11.146Z | Downloaded macaddr v1.0.1 |
362 | 2024-08-30T04:07:11.149Z | Downloaded serde_tokenstream v0.2.2 |
363 | 2024-08-30T04:07:11.149Z | Downloaded toml_datetime v0.6.8 |
364 | 2024-08-30T04:07:11.151Z | Downloaded smawk v0.3.2 |
365 | 2024-08-30T04:07:11.151Z | Downloaded memmap v0.7.0 |
366 | 2024-08-30T04:07:11.153Z | Downloaded plain v0.2.3 |
367 | 2024-08-30T04:07:11.155Z | Downloaded unicode-linebreak v0.1.5 |
368 | 2024-08-30T04:07:11.155Z | Downloaded thread-id v4.2.1 |
369 | 2024-08-30T04:07:11.157Z | Downloaded version_check v0.9.5 |
370 | 2024-08-30T04:07:11.157Z | Downloaded usdt v0.5.0 |
371 | 2024-08-30T04:07:11.157Z | Downloaded terminal_size v0.3.0 |
372 | 2024-08-30T04:07:11.159Z | Downloaded generic-array v0.14.7 |
373 | 2024-08-30T04:07:11.163Z | Downloaded fnv v1.0.7 |
374 | 2024-08-30T04:07:11.163Z | Downloaded camino v1.1.9 |
375 | 2024-08-30T04:07:11.165Z | Downloaded errno v0.3.9 |
376 | 2024-08-30T04:07:11.165Z | Downloaded cpufeatures v0.2.12 |
377 | 2024-08-30T04:07:11.168Z | Downloaded toml v0.8.19 |
378 | 2024-08-30T04:07:11.170Z | Downloaded cargo_toml v0.20.4 |
379 | 2024-08-30T04:07:11.170Z | Downloaded once_cell v1.19.0 |
380 | 2024-08-30T04:07:11.173Z | Downloaded heck v0.5.0 |
381 | 2024-08-30T04:07:11.175Z | Downloaded clap_lex v0.7.0 |
382 | 2024-08-30T04:07:11.175Z | Downloaded quote v1.0.36 |
383 | 2024-08-30T04:07:11.178Z | Downloaded proc-macro-error v1.0.4 |
384 | 2024-08-30T04:07:11.182Z | Downloaded tempfile v3.10.1 |
385 | 2024-08-30T04:07:11.186Z | Downloaded memchr v2.7.2 |
386 | 2024-08-30T04:07:11.188Z | Downloaded bitflags v2.6.0 |
387 | 2024-08-30T04:07:11.191Z | Downloaded anstream v0.6.14 |
388 | 2024-08-30T04:07:11.193Z | Downloaded cfg-if v1.0.0 |
389 | 2024-08-30T04:07:11.196Z | Downloaded autocfg v1.3.0 |
390 | 2024-08-30T04:07:11.198Z | Downloaded ucd-trie v0.1.6 |
391 | 2024-08-30T04:07:11.200Z | Downloaded indexmap v2.4.0 |
392 | 2024-08-30T04:07:11.203Z | Downloaded anstyle-parse v0.2.4 |
393 | 2024-08-30T04:07:11.205Z | Downloaded ryu v1.0.18 |
394 | 2024-08-30T04:07:11.215Z | Downloaded serde v1.0.208 |
395 | 2024-08-30T04:07:11.236Z | Downloaded toml_edit v0.22.20 |
396 | 2024-08-30T04:07:11.257Z | Downloaded winnow v0.6.18 |
397 | 2024-08-30T04:07:11.265Z | Downloaded pest v2.7.10 |
398 | 2024-08-30T04:07:11.270Z | Downloaded hashbrown v0.14.5 |
399 | 2024-08-30T04:07:11.275Z | Downloaded clap_builder v4.5.15 |
400 | 2024-08-30T04:07:11.282Z | Downloaded serde_json v1.0.125 |
401 | 2024-08-30T04:07:11.289Z | Downloaded zerocopy v0.7.34 |
402 | 2024-08-30T04:07:11.304Z | Downloaded syn v1.0.109 |
403 | 2024-08-30T04:07:11.314Z | Downloaded tabled v0.15.0 |
404 | 2024-08-30T04:07:11.329Z | Downloaded syn v2.0.74 |
405 | 2024-08-30T04:07:11.339Z | Downloaded rustix v0.38.34 |
406 | 2024-08-30T04:07:11.361Z | Downloaded unicode-width v0.1.13 |
407 | 2024-08-30T04:07:11.368Z | Downloaded goblin v0.8.2 |
408 | 2024-08-30T04:07:11.373Z | Downloaded libc v0.2.158 |
409 | 2024-08-30T04:07:11.676Z | Compiling proc-macro2 v1.0.86 |
410 | 2024-08-30T04:07:11.676Z | Compiling unicode-ident v1.0.12 |
411 | 2024-08-30T04:07:11.678Z | Compiling version_check v0.9.5 |
412 | 2024-08-30T04:07:11.678Z | Compiling serde v1.0.208 |
413 | 2024-08-30T04:07:11.678Z | Compiling memchr v2.7.2 |
414 | 2024-08-30T04:07:11.678Z | Compiling thiserror v1.0.63 |
415 | 2024-08-30T04:07:11.678Z | Compiling libc v0.2.158 |
416 | 2024-08-30T04:07:11.678Z | Compiling ucd-trie v0.1.6 |
417 | 2024-08-30T04:07:11.927Z | Compiling itoa v1.0.11 |
418 | 2024-08-30T04:07:12.154Z | Compiling ryu v1.0.18 |
419 | 2024-08-30T04:07:12.283Z | Compiling once_cell v1.19.0 |
420 | 2024-08-30T04:07:12.566Z | Compiling byteorder v1.5.0 |
421 | 2024-08-30T04:07:13.038Z | Compiling rustix v0.38.34 |
422 | 2024-08-30T04:07:13.061Z | Compiling serde_json v1.0.125 |
423 | 2024-08-30T04:07:13.128Z | Compiling bitflags v2.6.0 |
424 | 2024-08-30T04:07:13.151Z | Compiling proc-macro-error-attr v1.0.4 |
425 | 2024-08-30T04:07:13.457Z | Compiling usdt-impl v0.5.0 |
426 | 2024-08-30T04:07:13.459Z | Compiling syn v1.0.109 |
427 | 2024-08-30T04:07:13.534Z | Compiling proc-macro-error v1.0.4 |
428 | 2024-08-30T04:07:13.585Z | Compiling log v0.4.21 |
429 | 2024-08-30T04:07:13.839Z | Compiling plain v0.2.3 |
430 | 2024-08-30T04:07:13.920Z | Compiling equivalent v1.0.1 |
431 | 2024-08-30T04:07:13.957Z | Compiling quote v1.0.36 |
432 | 2024-08-30T04:07:13.984Z | Compiling camino v1.1.9 |
433 | 2024-08-30T04:07:14.007Z | Compiling utf8parse v0.2.1 |
434 | 2024-08-30T04:07:14.035Z | Compiling thread-id v4.2.1 |
435 | 2024-08-30T04:07:14.116Z | Compiling hashbrown v0.14.5 |
436 | 2024-08-30T04:07:14.160Z | Compiling errno v0.3.9 |
437 | 2024-08-30T04:07:14.185Z | Compiling anstyle-parse v0.2.4 |
438 | 2024-08-30T04:07:14.356Z | Compiling syn v2.0.74 |
439 | 2024-08-30T04:07:14.614Z | Compiling autocfg v1.3.0 |
440 | 2024-08-30T04:07:14.714Z | Compiling is_terminal_polyfill v1.70.0 |
441 | 2024-08-30T04:07:14.848Z | Compiling unicode-width v0.1.13 |
442 | 2024-08-30T04:07:14.876Z | Compiling pretty-hex v0.4.1 |
443 | 2024-08-30T04:07:15.122Z | Compiling colorchoice v1.0.1 |
444 | 2024-08-30T04:07:15.127Z | Compiling semver v1.0.23 |
445 | 2024-08-30T04:07:15.258Z | Compiling winnow v0.6.18 |
446 | 2024-08-30T04:07:15.468Z | Compiling indexmap v2.4.0 |
447 | 2024-08-30T04:07:15.530Z | Compiling anstyle v1.0.8 |
448 | 2024-08-30T04:07:15.634Z | Compiling anstyle-query v1.0.3 |
449 | 2024-08-30T04:07:15.902Z | Compiling fs-err v2.11.0 |
450 | 2024-08-30T04:07:15.943Z | Compiling anstream v0.6.14 |
451 | 2024-08-30T04:07:16.221Z | Compiling heck v0.5.0 |
452 | 2024-08-30T04:07:16.322Z | Compiling cfg-if v1.0.0 |
453 | 2024-08-30T04:07:16.420Z | Compiling fastrand v2.1.0 |
454 | 2024-08-30T04:07:16.723Z | Compiling terminal_size v0.3.0 |
455 | 2024-08-30T04:07:16.765Z | Compiling heck v0.4.1 |
456 | 2024-08-30T04:07:16.820Z | Compiling strsim v0.11.1 |
457 | 2024-08-30T04:07:16.931Z | Compiling anyhow v1.0.86 |
458 | 2024-08-30T04:07:16.998Z | Compiling bytecount v0.6.8 |
459 | 2024-08-30T04:07:17.376Z | Compiling clap_lex v0.7.0 |
460 | 2024-08-30T04:07:17.486Z | Compiling fnv v1.0.7 |
461 | 2024-08-30T04:07:17.662Z | Compiling papergrid v0.11.0 |
462 | 2024-08-30T04:07:17.877Z | Compiling clap_builder v4.5.15 |
463 | 2024-08-30T04:07:17.940Z | Compiling tempfile v3.10.1 |
464 | 2024-08-30T04:07:18.114Z | Compiling memmap v0.7.0 |
465 | 2024-08-30T04:07:18.163Z | Compiling smawk v0.3.2 |
466 | 2024-08-30T04:07:18.370Z | Compiling unicode-linebreak v0.1.5 |
467 | 2024-08-30T04:07:18.787Z | Compiling textwrap v0.16.1 |
468 | 2024-08-30T04:07:19.127Z | Compiling swrite v0.1.0 |
469 | 2024-08-30T04:07:20.334Z | Compiling tabled_derive v0.7.0 |
470 | 2024-08-30T04:07:21.955Z | Compiling tabled v0.15.0 |
471 | 2024-08-30T04:07:23.114Z | Compiling serde_derive v1.0.208 |
472 | 2024-08-30T04:07:23.114Z | Compiling thiserror-impl v1.0.63 |
473 | 2024-08-30T04:07:23.160Z | Compiling zerocopy-derive v0.7.34 |
474 | 2024-08-30T04:07:23.210Z | Compiling scroll_derive v0.12.0 |
475 | 2024-08-30T04:07:23.233Z | Compiling clap_derive v4.5.13 |
476 | 2024-08-30T04:07:24.312Z | Compiling scroll v0.12.0 |
477 | 2024-08-30T04:07:24.816Z | Compiling goblin v0.8.2 |
478 | 2024-08-30T04:07:24.939Z | Compiling zerocopy v0.7.34 |
479 | 2024-08-30T04:07:25.731Z | Compiling pest v2.7.10 |
480 | 2024-08-30T04:07:26.832Z | Compiling clap v4.5.16 |
481 | 2024-08-30T04:07:27.953Z | Compiling pest_meta v2.7.10 |
482 | 2024-08-30T04:07:28.772Z | Compiling pest_generator v2.7.10 |
483 | 2024-08-30T04:07:30.612Z | Compiling pest_derive v2.7.10 |
484 | 2024-08-30T04:07:31.274Z | Compiling dtrace-parser v0.2.0 |
485 | 2024-08-30T04:07:33.144Z | Compiling serde_spanned v0.6.7 |
486 | 2024-08-30T04:07:33.144Z | Compiling toml_datetime v0.6.8 |
487 | 2024-08-30T04:07:33.151Z | Compiling cargo-platform v0.1.8 |
488 | 2024-08-30T04:07:33.517Z | Compiling serde_tokenstream v0.2.2 |
489 | 2024-08-30T04:07:33.580Z | Compiling toml_edit v0.22.20 |
490 | 2024-08-30T04:07:33.905Z | Compiling camino-tempfile v1.1.1 |
491 | 2024-08-30T04:07:33.934Z | Compiling macaddr v1.0.1 |
492 | 2024-08-30T04:07:34.545Z | Compiling dof v0.3.0 |
493 | 2024-08-30T04:07:34.545Z | Compiling cargo_metadata v0.18.1 |
494 | 2024-08-30T04:07:36.428Z | Compiling toml v0.8.19 |
495 | 2024-08-30T04:07:36.513Z | Compiling usdt-macro v0.5.0 |
496 | 2024-08-30T04:07:36.516Z | Compiling usdt-attr-macro v0.5.0 |
497 | 2024-08-30T04:07:37.298Z | Compiling cargo_toml v0.20.4 |
498 | 2024-08-30T04:07:37.915Z | Compiling usdt v0.5.0 |
499 | 2024-08-30T04:07:40.940Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
500 | 2024-08-30T04:07:45.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.41s |
501 | 2024-08-30T04:07:45.355Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
502 | 2024-08-30T04:07:45.936Z | Downloading crates ... |
503 | 2024-08-30T04:07:46.074Z | Downloaded ciborium-io v0.2.2 |
504 | 2024-08-30T04:07:46.079Z | Downloaded darling_macro v0.20.9 |
505 | 2024-08-30T04:07:46.082Z | Downloaded bitstruct_derive v0.1.0 |
506 | 2024-08-30T04:07:46.084Z | Downloaded atomicwrites v0.4.3 |
507 | 2024-08-30T04:07:46.087Z | Downloaded assert_matches v1.5.0 |
508 | 2024-08-30T04:07:46.087Z | Downloaded adler v1.0.2 |
509 | 2024-08-30T04:07:46.091Z | Downloaded home v0.5.9 |
510 | 2024-08-30T04:07:46.094Z | Downloaded cstr-argument v0.1.2 |
511 | 2024-08-30T04:07:46.096Z | Downloaded constant_time_eq v0.3.0 |
512 | 2024-08-30T04:07:46.096Z | Downloaded crunchy v0.2.2 |
513 | 2024-08-30T04:07:46.099Z | Downloaded http-range v0.1.5 |
514 | 2024-08-30T04:07:46.101Z | Downloaded async-stream v0.3.5 |
515 | 2024-08-30T04:07:46.103Z | Downloaded is-terminal v0.4.12 |
516 | 2024-08-30T04:07:46.104Z | Downloaded bitflags v1.3.2 |
517 | 2024-08-30T04:07:46.107Z | Downloaded crossbeam-deque v0.8.5 |
518 | 2024-08-30T04:07:46.109Z | Downloaded instant v0.1.12 |
519 | 2024-08-30T04:07:46.111Z | Downloaded new_debug_unreachable v1.0.6 |
520 | 2024-08-30T04:07:46.113Z | Downloaded cexpr v0.6.0 |
521 | 2024-08-30T04:07:46.116Z | Downloaded hubpack_derive v0.1.1 |
522 | 2024-08-30T04:07:46.118Z | Downloaded keccak v0.1.5 |
523 | 2024-08-30T04:07:46.118Z | Downloaded matches v0.1.10 |
524 | 2024-08-30T04:07:46.121Z | Downloaded aead v0.5.2 |
525 | 2024-08-30T04:07:46.123Z | Downloaded block-padding v0.3.3 |
526 | 2024-08-30T04:07:46.123Z | Downloaded cipher v0.4.4 |
527 | 2024-08-30T04:07:46.126Z | Downloaded bit-set v0.5.3 |
528 | 2024-08-30T04:07:46.129Z | Downloaded lazy_static v1.5.0 |
529 | 2024-08-30T04:07:46.131Z | Downloaded http-body v0.4.6 |
530 | 2024-08-30T04:07:46.131Z | Downloaded hyper-staticfile v0.9.5 |
531 | 2024-08-30T04:07:46.134Z | Downloaded indent_write v2.2.0 |
532 | 2024-08-30T04:07:46.136Z | Downloaded libefi-sys v0.1.0 |
533 | 2024-08-30T04:07:46.139Z | Downloaded bcs v0.1.6 |
534 | 2024-08-30T04:07:46.141Z | Downloaded async-bb8-diesel v0.2.1 |
535 | 2024-08-30T04:07:46.144Z | Downloaded newtype-uuid v1.1.0 |
536 | 2024-08-30T04:07:46.146Z | Downloaded nibble_vec v0.1.0 |
537 | 2024-08-30T04:07:46.146Z | Downloaded mime v0.3.17 |
538 | 2024-08-30T04:07:46.149Z | Downloaded bitstruct v0.1.1 |
539 | 2024-08-30T04:07:46.153Z | Downloaded nanorand v0.7.0 |
540 | 2024-08-30T04:07:46.155Z | Downloaded ident_case v1.0.1 |
541 | 2024-08-30T04:07:46.155Z | Downloaded is_ci v1.2.0 |
542 | 2024-08-30T04:07:46.155Z | Downloaded csv-core v0.1.11 |
543 | 2024-08-30T04:07:46.157Z | Downloaded async-trait v0.1.81 |
544 | 2024-08-30T04:07:46.161Z | Downloaded lru-cache v0.1.2 |
545 | 2024-08-30T04:07:46.164Z | Downloaded mockall v0.13.0 |
546 | 2024-08-30T04:07:46.166Z | Downloaded humantime v2.1.0 |
547 | 2024-08-30T04:07:46.168Z | Downloaded indoc v1.0.9 |
548 | 2024-08-30T04:07:46.171Z | Downloaded russh-cryptovec v0.7.2 |
549 | 2024-08-30T04:07:46.174Z | Downloaded iana-time-zone v0.1.60 |
550 | 2024-08-30T04:07:46.176Z | Downloaded hostname v0.3.1 |
551 | 2024-08-30T04:07:46.179Z | Downloaded impl-trait-for-tuples v0.2.2 |
552 | 2024-08-30T04:07:46.181Z | Downloaded hyper-tls v0.5.0 |
553 | 2024-08-30T04:07:46.184Z | Downloaded darling v0.20.9 |
554 | 2024-08-30T04:07:46.189Z | Downloaded libloading v0.8.3 |
555 | 2024-08-30T04:07:46.191Z | Downloaded multer v3.1.0 |
556 | 2024-08-30T04:07:46.193Z | Downloaded blowfish v0.9.1 |
557 | 2024-08-30T04:07:46.196Z | Downloaded normalize-line-endings v0.3.0 |
558 | 2024-08-30T04:07:46.198Z | Downloaded num-conv v0.1.0 |
559 | 2024-08-30T04:07:46.198Z | Downloaded newtype_derive v0.1.6 |
560 | 2024-08-30T04:07:46.200Z | Downloaded colored v2.1.0 |
561 | 2024-08-30T04:07:46.204Z | Downloaded strum v0.26.3 |
562 | 2024-08-30T04:07:46.206Z | Downloaded time-core v0.1.2 |
563 | 2024-08-30T04:07:46.206Z | Downloaded nu-ansi-term v0.50.0 |
564 | 2024-08-30T04:07:46.209Z | Downloaded convert_case v0.4.0 |
565 | 2024-08-30T04:07:46.211Z | Downloaded lalrpop-util v0.19.12 |
566 | 2024-08-30T04:07:46.211Z | Downloaded lazycell v1.3.0 |
567 | 2024-08-30T04:07:46.214Z | Downloaded crc v3.2.1 |
568 | 2024-08-30T04:07:46.217Z | Downloaded memmap2 v0.9.4 |
569 | 2024-08-30T04:07:46.220Z | Downloaded curve25519-dalek-derive v0.1.1 |
570 | 2024-08-30T04:07:46.220Z | Downloaded slab v0.4.9 |
571 | 2024-08-30T04:07:46.222Z | Downloaded serde_urlencoded v0.7.1 |
572 | 2024-08-30T04:07:46.225Z | Downloaded allocator-api2 v0.2.18 |
573 | 2024-08-30T04:07:46.227Z | Downloaded serde_repr v0.1.19 |
574 | 2024-08-30T04:07:46.231Z | Downloaded siphasher v0.3.11 |
575 | 2024-08-30T04:07:46.233Z | Downloaded libsw v3.3.1 |
576 | 2024-08-30T04:07:46.236Z | Downloaded base64ct v1.6.0 |
577 | 2024-08-30T04:07:46.238Z | Downloaded hyper-rustls v0.24.2 |
578 | 2024-08-30T04:07:46.241Z | Downloaded lru v0.12.3 |
579 | 2024-08-30T04:07:46.244Z | Downloaded futures-io v0.3.30 |
580 | 2024-08-30T04:07:46.244Z | Downloaded strum_macros v0.24.3 |
581 | 2024-08-30T04:07:46.248Z | Downloaded schemars_derive v0.8.21 |
582 | 2024-08-30T04:07:46.250Z | Downloaded ciborium v0.2.2 |
583 | 2024-08-30T04:07:46.253Z | Downloaded maybe-uninit v2.0.0 |
584 | 2024-08-30T04:07:46.253Z | Downloaded cancel-safe-futures v0.1.5 |
585 | 2024-08-30T04:07:46.256Z | Downloaded managed v0.8.0 |
586 | 2024-08-30T04:07:46.258Z | Downloaded tls_codec v0.4.1 |
587 | 2024-08-30T04:07:46.261Z | Downloaded scheduled-thread-pool v0.2.7 |
588 | 2024-08-30T04:07:46.264Z | Downloaded openssl-probe v0.1.5 |
589 | 2024-08-30T04:07:46.264Z | Downloaded openssl-macros v0.1.1 |
590 | 2024-08-30T04:07:46.267Z | Downloaded phf_shared v0.10.0 |
591 | 2024-08-30T04:07:46.267Z | Downloaded peg-runtime v0.8.3 |
592 | 2024-08-30T04:07:46.267Z | Downloaded path-slash v0.1.5 |
593 | 2024-08-30T04:07:46.271Z | Downloaded num_enum_derive v0.5.11 |
594 | 2024-08-30T04:07:46.271Z | Downloaded num-complex v0.4.6 |
595 | 2024-08-30T04:07:46.274Z | Downloaded jobserver v0.1.32 |
596 | 2024-08-30T04:07:46.277Z | Downloaded dirs-sys-next v0.1.2 |
597 | 2024-08-30T04:07:46.277Z | Downloaded dirs-next v2.0.0 |
598 | 2024-08-30T04:07:46.279Z | Downloaded debug-ignore v1.0.5 |
599 | 2024-08-30T04:07:46.280Z | Downloaded arc-swap v1.7.1 |
600 | 2024-08-30T04:07:46.283Z | Downloaded data-encoding v2.6.0 |
601 | 2024-08-30T04:07:46.288Z | Downloaded fallible-iterator v0.3.0 |
602 | 2024-08-30T04:07:46.291Z | Downloaded const_format v0.2.32 |
603 | 2024-08-30T04:07:46.291Z | Downloaded uzers v0.11.3 |
604 | 2024-08-30T04:07:46.293Z | Downloaded serde-big-array v0.5.1 |
605 | 2024-08-30T04:07:46.296Z | Downloaded indexmap v1.9.3 |
606 | 2024-08-30T04:07:46.299Z | Downloaded defmt-parser v0.3.4 |
607 | 2024-08-30T04:07:46.303Z | Downloaded futures-macro v0.3.30 |
608 | 2024-08-30T04:07:46.303Z | Downloaded const-oid v0.9.6 |
609 | 2024-08-30T04:07:46.305Z | Downloaded clang-sys v1.7.0 |
610 | 2024-08-30T04:07:46.305Z | Downloaded fallible-streaming-iterator v0.1.9 |
611 | 2024-08-30T04:07:46.307Z | Downloaded tinyvec_macros v0.1.1 |
612 | 2024-08-30T04:07:46.308Z | Downloaded native-tls v0.2.11 |
613 | 2024-08-30T04:07:46.310Z | Downloaded tokio-tungstenite v0.20.1 |
614 | 2024-08-30T04:07:46.313Z | Downloaded tokio-stream v0.1.15 |
615 | 2024-08-30T04:07:46.316Z | Downloaded tokio-rustls v0.25.0 |
616 | 2024-08-30T04:07:46.319Z | Downloaded tokio-rustls v0.24.1 |
617 | 2024-08-30T04:07:46.321Z | Downloaded dhcproto-macros v0.1.0 |
618 | 2024-08-30T04:07:46.323Z | Downloaded ghash v0.5.1 |
619 | 2024-08-30T04:07:46.323Z | Downloaded ff v0.13.0 |
620 | 2024-08-30T04:07:46.326Z | Downloaded fd-lock v4.0.2 |
621 | 2024-08-30T04:07:46.328Z | Downloaded snafu-derive v0.8.2 |
622 | 2024-08-30T04:07:46.330Z | Downloaded pkg-config v0.3.30 |
623 | 2024-08-30T04:07:46.330Z | Downloaded want v0.3.1 |
624 | 2024-08-30T04:07:46.333Z | Downloaded group v0.13.0 |
625 | 2024-08-30T04:07:46.335Z | Downloaded chacha20poly1305 v0.10.1 |
626 | 2024-08-30T04:07:46.335Z | Downloaded proc-macro-crate v1.3.1 |
627 | 2024-08-30T04:07:46.338Z | Downloaded phf v0.11.2 |
628 | 2024-08-30T04:07:46.352Z | Downloaded base64 v0.13.1 |
629 | 2024-08-30T04:07:46.352Z | Downloaded either v1.13.0 |
630 | 2024-08-30T04:07:46.352Z | Downloaded tokio-tungstenite v0.21.0 |
631 | 2024-08-30T04:07:46.352Z | Downloaded base64 v0.22.1 |
632 | 2024-08-30T04:07:46.357Z | Downloaded signal-hook v0.3.17 |
633 | 2024-08-30T04:07:46.357Z | Downloaded smf v0.2.3 |
634 | 2024-08-30T04:07:46.357Z | Downloaded serde_arrays v0.1.0 |
635 | 2024-08-30T04:07:46.361Z | Downloaded opaque-debug v0.3.1 |
636 | 2024-08-30T04:07:46.361Z | Downloaded psl-types v2.0.11 |
637 | 2024-08-30T04:07:46.361Z | Downloaded crossbeam-epoch v0.9.18 |
638 | 2024-08-30T04:07:46.364Z | Downloaded ref-cast-impl v1.0.23 |
639 | 2024-08-30T04:07:46.364Z | Downloaded structmeta v0.3.0 |
640 | 2024-08-30T04:07:46.364Z | Downloaded serde_path_to_error v0.1.16 |
641 | 2024-08-30T04:07:46.366Z | Downloaded serde_plain v1.0.2 |
642 | 2024-08-30T04:07:46.366Z | Downloaded compact_str v0.8.0 |
643 | 2024-08-30T04:07:46.370Z | Downloaded bytes v1.7.1 |
644 | 2024-08-30T04:07:46.374Z | Downloaded ref-cast v1.0.23 |
645 | 2024-08-30T04:07:46.376Z | Downloaded hashlink v0.9.1 |
646 | 2024-08-30T04:07:46.379Z | Downloaded uuid v1.10.0 |
647 | 2024-08-30T04:07:46.382Z | Downloaded similar v2.6.0 |
648 | 2024-08-30T04:07:46.387Z | Downloaded portpicker v0.1.1 |
649 | 2024-08-30T04:07:46.389Z | Downloaded heck v0.3.3 |
650 | 2024-08-30T04:07:46.391Z | Downloaded flagset v0.4.5 |
651 | 2024-08-30T04:07:46.391Z | Downloaded mockall_derive v0.13.0 |
652 | 2024-08-30T04:07:46.393Z | Downloaded cc v1.0.97 |
653 | 2024-08-30T04:07:46.396Z | Downloaded tls_codec_derive v0.4.1 |
654 | 2024-08-30T04:07:46.398Z | Downloaded waitgroup v0.1.2 |
655 | 2024-08-30T04:07:46.401Z | Downloaded paste v1.0.15 |
656 | 2024-08-30T04:07:46.403Z | Downloaded rustls-pki-types v1.7.0 |
657 | 2024-08-30T04:07:46.405Z | Downloaded parking_lot_core v0.8.6 |
658 | 2024-08-30T04:07:46.407Z | Downloaded endian-type v0.1.2 |
659 | 2024-08-30T04:07:46.410Z | Downloaded float-cmp v0.9.0 |
660 | 2024-08-30T04:07:46.410Z | Downloaded unicode-truncate v1.0.0 |
661 | 2024-08-30T04:07:46.412Z | Downloaded unicode-bidi v0.3.15 |
662 | 2024-08-30T04:07:46.416Z | Downloaded primeorder v0.13.6 |
663 | 2024-08-30T04:07:46.426Z | Downloaded vsss-rs v3.3.4 |
664 | 2024-08-30T04:07:46.429Z | Downloaded packed_struct_codegen v0.10.1 |
665 | 2024-08-30T04:07:46.431Z | Downloaded fxhash v0.2.1 |
666 | 2024-08-30T04:07:46.434Z | Downloaded indicatif v0.17.8 |
667 | 2024-08-30T04:07:46.436Z | Downloaded foreign-types v0.3.2 |
668 | 2024-08-30T04:07:46.438Z | Downloaded stable_deref_trait v1.2.0 |
669 | 2024-08-30T04:07:46.438Z | Downloaded percent-encoding v2.3.1 |
670 | 2024-08-30T04:07:46.440Z | Downloaded serde_derive_internals v0.29.1 |
671 | 2024-08-30T04:07:46.443Z | Downloaded ssh-encoding v0.2.0 |
672 | 2024-08-30T04:07:46.443Z | Downloaded pretty-hex v0.2.1 |
673 | 2024-08-30T04:07:46.446Z | Downloaded parking_lot_core v0.9.10 |
674 | 2024-08-30T04:07:46.449Z | Downloaded slog-stdlog v4.1.1 |
675 | 2024-08-30T04:07:46.449Z | Downloaded minimal-lexical v0.2.1 |
676 | 2024-08-30T04:07:46.453Z | Downloaded which v4.4.2 |
677 | 2024-08-30T04:07:46.455Z | Downloaded twox-hash v1.6.3 |
678 | 2024-08-30T04:07:46.457Z | Downloaded take_mut v0.2.2 |
679 | 2024-08-30T04:07:46.459Z | Downloaded wait-timeout v0.2.0 |
680 | 2024-08-30T04:07:46.461Z | Downloaded utf-8 v0.7.6 |
681 | 2024-08-30T04:07:46.461Z | Downloaded pem-rfc7468 v0.7.0 |
682 | 2024-08-30T04:07:46.465Z | Downloaded quick-error v1.2.3 |
683 | 2024-08-30T04:07:46.467Z | Downloaded rustversion v1.0.17 |
684 | 2024-08-30T04:07:46.467Z | Downloaded rustc_version v0.4.0 |
685 | 2024-08-30T04:07:46.469Z | Downloaded schemars v0.8.21 |
686 | 2024-08-30T04:07:46.480Z | Downloaded ron v0.8.1 |
687 | 2024-08-30T04:07:46.487Z | Downloaded number_prefix v0.4.0 |
688 | 2024-08-30T04:07:46.491Z | Downloaded display-error-chain v0.2.1 |
689 | 2024-08-30T04:07:46.491Z | Downloaded enum-as-inner v0.5.1 |
690 | 2024-08-30T04:07:46.494Z | Downloaded glob v0.3.1 |
691 | 2024-08-30T04:07:46.494Z | Downloaded tungstenite v0.23.0 |
692 | 2024-08-30T04:07:46.496Z | Downloaded futures v0.3.30 |
693 | 2024-08-30T04:07:46.500Z | Downloaded headers-core v0.2.0 |
694 | 2024-08-30T04:07:46.503Z | Downloaded crossterm v0.28.1 |
695 | 2024-08-30T04:07:46.508Z | Downloaded ed25519-dalek v2.1.1 |
696 | 2024-08-30T04:07:46.511Z | Downloaded sha1 v0.10.6 |
697 | 2024-08-30T04:07:46.514Z | Downloaded rfc6979 v0.4.0 |
698 | 2024-08-30T04:07:46.517Z | Downloaded steno v0.4.1 |
699 | 2024-08-30T04:07:46.519Z | Downloaded aes-gcm v0.10.3 |
700 | 2024-08-30T04:07:46.522Z | Downloaded sqlparser_derive v0.2.2 |
701 | 2024-08-30T04:07:46.524Z | Downloaded tabwriter v1.4.0 |
702 | 2024-08-30T04:07:46.526Z | Downloaded globset v0.4.14 |
703 | 2024-08-30T04:07:46.526Z | Downloaded sync_wrapper v0.1.2 |
704 | 2024-08-30T04:07:46.529Z | Downloaded pin-utils v0.1.0 |
705 | 2024-08-30T04:07:46.529Z | Downloaded parse-display v0.10.0 |
706 | 2024-08-30T04:07:46.531Z | Downloaded rusty-fork v0.3.0 |
707 | 2024-08-30T04:07:46.531Z | Downloaded dhcproto v0.12.0 |
708 | 2024-08-30T04:07:46.535Z | Downloaded half v2.4.1 |
709 | 2024-08-30T04:07:46.538Z | Downloaded termtree v0.4.1 |
710 | 2024-08-30T04:07:46.541Z | Downloaded num_enum v0.5.11 |
711 | 2024-08-30T04:07:46.544Z | Downloaded parking_lot v0.11.2 |
712 | 2024-08-30T04:07:46.546Z | Downloaded fixedbitset v0.4.2 |
713 | 2024-08-30T04:07:46.549Z | Downloaded tap v1.0.1 |
714 | 2024-08-30T04:07:46.551Z | Downloaded stringprep v0.1.4 |
715 | 2024-08-30T04:07:46.554Z | Downloaded precomputed-hash v0.1.1 |
716 | 2024-08-30T04:07:46.554Z | Downloaded http v0.2.12 |
717 | 2024-08-30T04:07:46.556Z | Downloaded tracing-attributes v0.1.27 |
718 | 2024-08-30T04:07:46.558Z | Downloaded pin-project-lite v0.2.14 |
719 | 2024-08-30T04:07:46.563Z | Downloaded vte v0.11.1 |
720 | 2024-08-30T04:07:46.565Z | Downloaded tower-service v0.3.2 |
721 | 2024-08-30T04:07:46.568Z | Downloaded unicase v2.7.0 |
722 | 2024-08-30T04:07:46.571Z | Downloaded sec1 v0.7.3 |
723 | 2024-08-30T04:07:46.573Z | Downloaded enum-as-inner v0.6.0 |
724 | 2024-08-30T04:07:46.573Z | Downloaded ena v0.14.3 |
725 | 2024-08-30T04:07:46.575Z | Downloaded rcgen v0.12.1 |
726 | 2024-08-30T04:07:46.578Z | Downloaded hashbrown v0.13.2 |
727 | 2024-08-30T04:07:46.581Z | Downloaded termcolor v1.4.1 |
728 | 2024-08-30T04:07:46.583Z | Downloaded funty v2.0.0 |
729 | 2024-08-30T04:07:46.585Z | Downloaded futures-core v0.3.30 |
730 | 2024-08-30T04:07:46.586Z | Downloaded itertools v0.10.5 |
731 | 2024-08-30T04:07:46.592Z | Downloaded mio v1.0.2 |
732 | 2024-08-30T04:07:46.602Z | Downloaded downcast v0.11.0 |
733 | 2024-08-30T04:07:46.606Z | Downloaded pin-project-internal v1.1.5 |
734 | 2024-08-30T04:07:46.606Z | Downloaded pkcs1 v0.7.5 |
735 | 2024-08-30T04:07:46.606Z | Downloaded peg v0.8.4 |
736 | 2024-08-30T04:07:46.608Z | Downloaded serde_with_macros v3.9.0 |
737 | 2024-08-30T04:07:46.610Z | Downloaded secrecy v0.8.0 |
738 | 2024-08-30T04:07:46.612Z | Downloaded slog-bunyan v2.5.0 |
739 | 2024-08-30T04:07:46.615Z | Downloaded zone_cfg_derive v0.1.2 |
740 | 2024-08-30T04:07:46.615Z | Downloaded tiny-keccak v2.0.2 |
741 | 2024-08-30T04:07:46.617Z | Downloaded termios v0.3.3 |
742 | 2024-08-30T04:07:46.620Z | Downloaded rpassword v7.3.1 |
743 | 2024-08-30T04:07:46.620Z | Downloaded slog-dtrace v0.3.0 |
744 | 2024-08-30T04:07:46.622Z | Downloaded tracing-core v0.1.32 |
745 | 2024-08-30T04:07:46.624Z | Downloaded nom v7.1.3 |
746 | 2024-08-30T04:07:46.629Z | Downloaded toml_edit v0.19.15 |
747 | 2024-08-30T04:07:46.645Z | Downloaded pbkdf2 v0.11.0 |
748 | 2024-08-30T04:07:46.648Z | Downloaded zone_cfg_derive v0.3.0 |
749 | 2024-08-30T04:07:46.650Z | Downloaded rand_chacha v0.3.1 |
750 | 2024-08-30T04:07:46.650Z | Downloaded powerfmt v0.2.0 |
751 | 2024-08-30T04:07:46.652Z | Downloaded diesel_table_macro_syntax v0.2.0 |
752 | 2024-08-30T04:07:46.652Z | Downloaded deranged v0.3.11 |
753 | 2024-08-30T04:07:46.654Z | Downloaded scrypt v0.11.0 |
754 | 2024-08-30T04:07:46.658Z | Downloaded zone v0.1.8 |
755 | 2024-08-30T04:07:46.658Z | Downloaded filetime v0.2.24 |
756 | 2024-08-30T04:07:46.661Z | Downloaded pkcs5 v0.7.1 |
757 | 2024-08-30T04:07:46.665Z | Downloaded pin-project v1.1.5 |
758 | 2024-08-30T04:07:46.673Z | Downloaded foreign-types-shared v0.3.1 |
759 | 2024-08-30T04:07:46.675Z | Downloaded oso-derive v0.27.3 |
760 | 2024-08-30T04:07:46.675Z | Downloaded gethostname v0.5.0 |
761 | 2024-08-30T04:07:46.679Z | Downloaded futures-task v0.3.30 |
762 | 2024-08-30T04:07:46.679Z | Downloaded spin v0.5.2 |
763 | 2024-08-30T04:07:46.679Z | Downloaded erased-serde v0.3.31 |
764 | 2024-08-30T04:07:46.682Z | Downloaded dyn-clone v1.0.17 |
765 | 2024-08-30T04:07:46.684Z | Downloaded futures-sink v0.3.30 |
766 | 2024-08-30T04:07:46.684Z | Downloaded xattr v1.3.1 |
767 | 2024-08-30T04:07:46.686Z | Downloaded hickory-client v0.24.1 |
768 | 2024-08-30T04:07:46.688Z | Downloaded tar v0.4.41 |
769 | 2024-08-30T04:07:46.690Z | Downloaded unicode-segmentation v1.11.0 |
770 | 2024-08-30T04:07:46.694Z | Downloaded derive_builder v0.20.0 |
771 | 2024-08-30T04:07:46.699Z | Downloaded pbkdf2 v0.12.2 |
772 | 2024-08-30T04:07:46.701Z | Downloaded try-lock v0.2.5 |
773 | 2024-08-30T04:07:46.704Z | Downloaded tokio-native-tls v0.3.1 |
774 | 2024-08-30T04:07:46.706Z | Downloaded rustc_version v0.1.7 |
775 | 2024-08-30T04:07:46.706Z | Downloaded sct v0.7.1 |
776 | 2024-08-30T04:07:46.708Z | Downloaded env_logger v0.9.3 |
777 | 2024-08-30T04:07:46.710Z | Downloaded getopts v0.2.21 |
778 | 2024-08-30T04:07:46.713Z | Downloaded sigpipe v0.1.3 |
779 | 2024-08-30T04:07:46.713Z | Downloaded untrusted v0.7.1 |
780 | 2024-08-30T04:07:46.716Z | Downloaded phf_shared v0.11.2 |
781 | 2024-08-30T04:07:46.716Z | Downloaded russh-keys v0.45.0 |
782 | 2024-08-30T04:07:46.718Z | Downloaded num-traits v0.2.19 |
783 | 2024-08-30T04:07:46.721Z | Downloaded signal-hook-tokio v0.3.1 |
784 | 2024-08-30T04:07:46.723Z | Downloaded num-derive v0.4.2 |
785 | 2024-08-30T04:07:46.723Z | Downloaded libxml v0.3.3 |
786 | 2024-08-30T04:07:46.728Z | Downloaded rand_xorshift v0.3.0 |
787 | 2024-08-30T04:07:46.731Z | Downloaded futures-executor v0.3.30 |
788 | 2024-08-30T04:07:46.731Z | Downloaded signature v2.2.0 |
789 | 2024-08-30T04:07:46.734Z | Downloaded hash32 v0.2.1 |
790 | 2024-08-30T04:07:46.736Z | Downloaded dsl_auto_type v0.1.2 |
791 | 2024-08-30T04:07:46.736Z | Downloaded publicsuffix v2.2.3 |
792 | 2024-08-30T04:07:46.739Z | Downloaded rand_seeder v0.3.0 |
793 | 2024-08-30T04:07:46.741Z | Downloaded diff v0.1.13 |
794 | 2024-08-30T04:07:46.743Z | Downloaded rand_core v0.6.4 |
795 | 2024-08-30T04:07:46.745Z | Downloaded serde_yaml v0.9.34+deprecated |
796 | 2024-08-30T04:07:46.748Z | Downloaded parse-size v1.0.0 |
797 | 2024-08-30T04:07:46.750Z | Downloaded foreign-types-shared v0.1.1 |
798 | 2024-08-30T04:07:46.750Z | Downloaded foreign-types-macros v0.2.3 |
799 | 2024-08-30T04:07:46.750Z | Downloaded olpc-cjson v0.1.3 |
800 | 2024-08-30T04:07:46.752Z | Downloaded num-iter v0.1.45 |
801 | 2024-08-30T04:07:46.752Z | Downloaded tokio-macros v2.4.0 |
802 | 2024-08-30T04:07:46.755Z | Downloaded slog v2.7.0 |
803 | 2024-08-30T04:07:46.757Z | Downloaded smallvec v0.6.14 |
804 | 2024-08-30T04:07:46.759Z | Downloaded password-hash v0.5.0 |
805 | 2024-08-30T04:07:46.760Z | Downloaded unarray v0.1.4 |
806 | 2024-08-30T04:07:46.762Z | Downloaded untrusted v0.9.0 |
807 | 2024-08-30T04:07:46.764Z | Downloaded itertools v0.12.1 |
808 | 2024-08-30T04:07:46.769Z | Downloaded postgres-protocol v0.6.7 |
809 | 2024-08-30T04:07:46.773Z | Downloaded signal-hook-registry v1.4.2 |
810 | 2024-08-30T04:07:46.775Z | Downloaded tui-tree-widget v0.22.0 |
811 | 2024-08-30T04:07:46.775Z | Downloaded form_urlencoded v1.2.1 |
812 | 2024-08-30T04:07:46.775Z | Downloaded tinyvec v1.6.0 |
813 | 2024-08-30T04:07:46.778Z | Downloaded num-integer v0.1.46 |
814 | 2024-08-30T04:07:46.780Z | Downloaded unicode-xid v0.2.4 |
815 | 2024-08-30T04:07:46.782Z | Downloaded salsa20 v0.10.2 |
816 | 2024-08-30T04:07:46.782Z | Downloaded x509-cert v0.2.5 |
817 | 2024-08-30T04:07:46.789Z | Downloaded diesel_derives v2.2.2 |
818 | 2024-08-30T04:07:46.793Z | Downloaded packed_struct v0.10.1 |
819 | 2024-08-30T04:07:46.796Z | Downloaded shlex v1.3.0 |
820 | 2024-08-30T04:07:46.799Z | Downloaded universal-hash v0.5.1 |
821 | 2024-08-30T04:07:46.799Z | Downloaded slog-json v2.6.1 |
822 | 2024-08-30T04:07:46.801Z | Downloaded slog-envlogger v2.2.0 |
823 | 2024-08-30T04:07:46.801Z | Downloaded slog-scope v4.4.0 |
824 | 2024-08-30T04:07:46.803Z | Downloaded der_derive v0.7.2 |
825 | 2024-08-30T04:07:46.806Z | Downloaded signal-hook-mio v0.2.4 |
826 | 2024-08-30T04:07:46.806Z | Downloaded foreign-types v0.5.0 |
827 | 2024-08-30T04:07:46.808Z | Downloaded derive-where v1.2.7 |
828 | 2024-08-30T04:07:46.810Z | Downloaded ssh-key v0.6.6 |
829 | 2024-08-30T04:07:46.817Z | Downloaded getrandom v0.2.14 |
830 | 2024-08-30T04:07:46.820Z | Downloaded parse-display-derive v0.10.0 |
831 | 2024-08-30T04:07:46.823Z | Downloaded chrono v0.4.38 |
832 | 2024-08-30T04:07:46.829Z | Downloaded unsafe-libyaml v0.2.11 |
833 | 2024-08-30T04:07:46.833Z | Downloaded pem v3.0.4 |
834 | 2024-08-30T04:07:46.836Z | Downloaded shell-words v1.1.0 |
835 | 2024-08-30T04:07:46.836Z | Downloaded rustls-webpki v0.101.7 |
836 | 2024-08-30T04:07:46.850Z | Downloaded flate2 v1.0.31 |
837 | 2024-08-30T04:07:46.855Z | Downloaded whoami v1.5.1 |
838 | 2024-08-30T04:07:46.858Z | Downloaded password-hash v0.4.2 |
839 | 2024-08-30T04:07:46.862Z | Downloaded url v2.5.2 |
840 | 2024-08-30T04:07:46.864Z | Downloaded der v0.7.9 |
841 | 2024-08-30T04:07:46.867Z | Downloaded socket2 v0.5.7 |
842 | 2024-08-30T04:07:46.870Z | Downloaded heapless v0.7.17 |
843 | 2024-08-30T04:07:46.874Z | Downloaded postgres-types v0.2.7 |
844 | 2024-08-30T04:07:46.876Z | Downloaded p256 v0.13.2 |
845 | 2024-08-30T04:07:46.880Z | Downloaded tokio-postgres v0.7.11 |
846 | 2024-08-30T04:07:46.885Z | Downloaded bindgen v0.69.4 |
847 | 2024-08-30T04:07:46.893Z | Downloaded peg-macros v0.8.4 |
848 | 2024-08-30T04:07:46.895Z | Downloaded tough v0.17.1 |
849 | 2024-08-30T04:07:46.903Z | Downloaded hyper v0.14.30 |
850 | 2024-08-30T04:07:46.912Z | Downloaded hickory-resolver v0.24.1 |
851 | 2024-08-30T04:07:46.916Z | Downloaded tungstenite v0.20.1 |
852 | 2024-08-30T04:07:46.919Z | Downloaded winnow v0.5.40 |
853 | 2024-08-30T04:07:46.929Z | Downloaded serde_with v3.9.0 |
854 | 2024-08-30T04:07:46.937Z | Downloaded h2 v0.3.26 |
855 | 2024-08-30T04:07:46.944Z | Downloaded p521 v0.13.3 |
856 | 2024-08-30T04:07:46.949Z | Downloaded portable-atomic v1.6.0 |
857 | 2024-08-30T04:07:46.955Z | Downloaded reedline v0.33.0 |
858 | 2024-08-30T04:07:46.963Z | Downloaded curve25519-dalek v4.1.3 |
859 | 2024-08-30T04:07:46.972Z | Downloaded futures-util v0.3.30 |
860 | 2024-08-30T04:07:46.985Z | Downloaded expectorate v1.1.0 |
861 | 2024-08-30T04:07:46.987Z | Downloaded webpki-roots v0.25.4 |
862 | 2024-08-30T04:07:46.991Z | Downloaded rustls v0.21.12 |
863 | 2024-08-30T04:07:47.003Z | Downloaded lalrpop v0.19.12 |
864 | 2024-08-30T04:07:47.014Z | Downloaded p384 v0.13.0 |
865 | 2024-08-30T04:07:47.021Z | Downloaded bstr v1.9.1 |
866 | 2024-08-30T04:07:47.034Z | Downloaded git2 v0.19.0 |
867 | 2024-08-30T04:07:47.041Z | Downloaded regex-syntax v0.6.29 |
868 | 2024-08-30T04:07:47.048Z | Downloaded rustyline v14.0.0 |
869 | 2024-08-30T04:07:47.054Z | Downloaded quick-xml v0.31.0 |
870 | 2024-08-30T04:07:47.060Z | Downloaded rustls v0.22.4 |
871 | 2024-08-30T04:07:47.074Z | Downloaded regex-syntax v0.8.4 |
872 | 2024-08-30T04:07:47.082Z | Downloaded reqwest v0.11.27 |
873 | 2024-08-30T04:07:47.090Z | Downloaded sqlparser v0.45.0 |
874 | 2024-08-30T04:07:47.096Z | Downloaded ratatui v0.28.0 |
875 | 2024-08-30T04:07:47.116Z | Downloaded idna v0.3.0 |
876 | 2024-08-30T04:07:47.123Z | Downloaded zerocopy-derive v0.6.6 |
877 | 2024-08-30T04:07:47.135Z | Downloaded vcpkg v0.2.15 |
878 | 2024-08-30T04:07:47.175Z | Downloaded idna v0.5.0 |
879 | 2024-08-30T04:07:47.183Z | Downloaded idna v0.4.0 |
880 | 2024-08-30T04:07:47.191Z | Downloaded petgraph v0.6.5 |
881 | 2024-08-30T04:07:47.208Z | Downloaded sha3 v0.10.8 |
882 | 2024-08-30T04:07:47.212Z | Downloaded openssl v0.10.66 |
883 | 2024-08-30T04:07:47.222Z | Downloaded nix v0.28.0 |
884 | 2024-08-30T04:07:47.233Z | Downloaded smoltcp v0.9.1 |
885 | 2024-08-30T04:07:47.246Z | Downloaded nix v0.27.1 |
886 | 2024-08-30T04:07:47.254Z | Downloaded radix_trie v0.2.1 |
887 | 2024-08-30T04:07:47.260Z | Downloaded gimli v0.28.1 |
888 | 2024-08-30T04:07:47.268Z | Downloaded polar-core v0.27.3 |
889 | 2024-08-30T04:07:47.278Z | Downloaded object v0.30.4 |
890 | 2024-08-30T04:07:47.286Z | Downloaded dropshot v0.10.1 |
891 | 2024-08-30T04:07:47.296Z | Downloaded object v0.32.2 |
892 | 2024-08-30T04:07:47.306Z | Downloaded csv v1.3.0 |
893 | 2024-08-30T04:07:47.329Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
894 | 2024-08-30T04:07:47.338Z | Downloaded idna v0.2.3 |
895 | 2024-08-30T04:07:47.345Z | Downloaded rusqlite v0.31.0 |
896 | 2024-08-30T04:07:47.351Z | Downloaded regex v1.10.6 |
897 | 2024-08-30T04:07:47.366Z | Downloaded trust-dns-proto v0.22.0 |
898 | 2024-08-30T04:07:47.376Z | Downloaded smoltcp v0.11.0 |
899 | 2024-08-30T04:07:47.388Z | Downloaded unicode-normalization v0.1.23 |
900 | 2024-08-30T04:07:47.392Z | Downloaded time v0.3.36 |
901 | 2024-08-30T04:07:47.398Z | Downloaded tungstenite v0.21.0 |
902 | 2024-08-30T04:07:47.401Z | Downloaded proptest v1.5.0 |
903 | 2024-08-30T04:07:47.411Z | Downloaded hkdf v0.12.4 |
904 | 2024-08-30T04:07:47.413Z | Downloaded regress v0.9.1 |
905 | 2024-08-30T04:07:47.421Z | Downloaded openapiv3 v2.0.0 |
906 | 2024-08-30T04:07:47.433Z | Downloaded hickory-proto v0.24.1 |
907 | 2024-08-30T04:07:47.449Z | Downloaded diesel v2.2.3 |
908 | 2024-08-30T04:07:47.467Z | Downloaded ron v0.7.1 |
909 | 2024-08-30T04:07:47.472Z | Downloaded sled v0.34.7 |
910 | 2024-08-30T04:07:47.482Z | Downloaded bitvec v1.0.1 |
911 | 2024-08-30T04:07:47.497Z | Downloaded oso v0.27.3 |
912 | 2024-08-30T04:07:47.500Z | Downloaded tokio-util v0.7.11 |
913 | 2024-08-30T04:07:47.506Z | Downloaded rayon v1.10.0 |
914 | 2024-08-30T04:07:47.516Z | Downloaded openssl-sys v0.9.103 |
915 | 2024-08-30T04:07:47.520Z | Downloaded rustls-webpki v0.102.4 |
916 | 2024-08-30T04:07:47.538Z | Downloaded num-bigint-dig v0.8.4 |
917 | 2024-08-30T04:07:47.543Z | Downloaded itertools v0.13.0 |
918 | 2024-08-30T04:07:47.550Z | Downloaded rsa v0.9.6 |
919 | 2024-08-30T04:07:47.554Z | Downloaded flume v0.11.0 |
920 | 2024-08-30T04:07:47.558Z | Downloaded spin v0.9.8 |
921 | 2024-08-30T04:07:47.560Z | Downloaded typed-path v0.7.1 |
922 | 2024-08-30T04:07:47.566Z | Downloaded blake3 v1.5.1 |
923 | 2024-08-30T04:07:47.573Z | Downloaded test-strategy v0.3.1 |
924 | 2024-08-30T04:07:47.576Z | Downloaded libm v0.2.8 |
925 | 2024-08-30T04:07:47.586Z | Downloaded dropshot_endpoint v0.10.1 |
926 | 2024-08-30T04:07:47.589Z | Downloaded difflib v0.4.0 |
927 | 2024-08-30T04:07:47.589Z | Downloaded tokio-tungstenite v0.23.1 |
928 | 2024-08-30T04:07:47.589Z | Downloaded time-macros v0.2.18 |
929 | 2024-08-30T04:07:47.595Z | Downloaded tracing v0.1.40 |
930 | 2024-08-30T04:07:47.595Z | Downloaded aho-corasick v1.1.3 |
931 | 2024-08-30T04:07:47.599Z | Downloaded zone v0.3.0 |
932 | 2024-08-30T04:07:47.602Z | Downloaded zeroize_derive v1.4.2 |
933 | 2024-08-30T04:07:47.603Z | Downloaded sqlformat v0.2.4 |
934 | 2024-08-30T04:07:47.605Z | Downloaded rustc-demangle v0.1.24 |
935 | 2024-08-30T04:07:47.605Z | Downloaded rtoolbox v0.0.2 |
936 | 2024-08-30T04:07:47.607Z | Downloaded postcard v1.0.8 |
937 | 2024-08-30T04:07:47.610Z | Downloaded samael v0.0.15 |
938 | 2024-08-30T04:07:47.613Z | Downloaded prettyplease v0.2.20 |
939 | 2024-08-30T04:07:47.616Z | Downloaded rustc-hash v1.1.0 |
940 | 2024-08-30T04:07:47.618Z | Downloaded predicates v3.1.2 |
941 | 2024-08-30T04:07:47.620Z | Downloaded regex-automata v0.4.6 |
942 | 2024-08-30T04:07:47.637Z | Downloaded ppv-lite86 v0.2.17 |
943 | 2024-08-30T04:07:47.639Z | Downloaded finl_unicode v1.2.0 |
944 | 2024-08-30T04:07:47.650Z | Downloaded term v0.7.0 |
945 | 2024-08-30T04:07:47.653Z | Downloaded ecdsa v0.16.9 |
946 | 2024-08-30T04:07:47.656Z | Downloaded toml v0.7.8 |
947 | 2024-08-30T04:07:47.658Z | Downloaded omicron-zone-package v0.11.0 |
948 | 2024-08-30T04:07:47.661Z | Downloaded rayon-core v1.12.1 |
949 | 2024-08-30T04:07:47.665Z | Downloaded rand v0.8.5 |
950 | 2024-08-30T04:07:47.668Z | Downloaded owo-colors v4.0.0 |
951 | 2024-08-30T04:07:47.671Z | Downloaded heapless v0.8.0 |
952 | 2024-08-30T04:07:47.674Z | Downloaded mio v0.8.11 |
953 | 2024-08-30T04:07:47.680Z | Downloaded fragile v2.0.0 |
954 | 2024-08-30T04:07:47.683Z | Downloaded num-rational v0.4.2 |
955 | 2024-08-30T04:07:47.688Z | Downloaded supports-color v3.0.0 |
956 | 2024-08-30T04:07:47.688Z | Downloaded structmeta v0.2.0 |
957 | 2024-08-30T04:07:47.688Z | Downloaded strip-ansi-escapes v0.2.0 |
958 | 2024-08-30T04:07:47.690Z | Downloaded ssh-cipher v0.2.0 |
959 | 2024-08-30T04:07:47.690Z | Downloaded embedded-io v0.4.0 |
960 | 2024-08-30T04:07:47.690Z | Downloaded ed25519 v2.2.3 |
961 | 2024-08-30T04:07:47.692Z | Downloaded hashbrown v0.12.3 |
962 | 2024-08-30T04:07:47.695Z | Downloaded unicode_categories v0.1.1 |
963 | 2024-08-30T04:07:47.697Z | Downloaded crossterm v0.27.0 |
964 | 2024-08-30T04:07:47.702Z | Downloaded hash32 v0.3.1 |
965 | 2024-08-30T04:07:47.705Z | Downloaded tokio v1.39.3 |
966 | 2024-08-30T04:07:47.741Z | Downloaded wyz v0.5.1 |
967 | 2024-08-30T04:07:47.744Z | Downloaded scopeguard v1.2.0 |
968 | 2024-08-30T04:07:47.744Z | Downloaded radium v0.7.0 |
969 | 2024-08-30T04:07:47.747Z | Downloaded headers v0.3.9 |
970 | 2024-08-30T04:07:47.749Z | Downloaded russh v0.45.0 |
971 | 2024-08-30T04:07:47.754Z | Downloaded pkcs8 v0.10.2 |
972 | 2024-08-30T04:07:47.757Z | Downloaded spki v0.7.3 |
973 | 2024-08-30T04:07:47.759Z | Downloaded zerocopy v0.6.6 |
974 | 2024-08-30T04:07:47.761Z | Downloaded elliptic-curve v0.13.8 |
975 | 2024-08-30T04:07:47.764Z | Downloaded zip v0.6.6 |
976 | 2024-08-30T04:07:47.768Z | Downloaded r2d2 v0.8.10 |
977 | 2024-08-30T04:07:47.771Z | Downloaded predicates-tree v1.0.9 |
978 | 2024-08-30T04:07:47.771Z | Downloaded predicates-core v1.0.6 |
979 | 2024-08-30T04:07:47.773Z | Downloaded float-ord v0.3.2 |
980 | 2024-08-30T04:07:47.773Z | Downloaded thiserror-no-std v2.0.2 |
981 | 2024-08-30T04:07:47.776Z | Downloaded thiserror-impl-no-std v2.0.2 |
982 | 2024-08-30T04:07:47.778Z | Downloaded string_cache v0.8.7 |
983 | 2024-08-30T04:07:47.781Z | Downloaded slog-term v2.9.1 |
984 | 2024-08-30T04:07:47.784Z | Downloaded futures-channel v0.3.30 |
985 | 2024-08-30T04:07:47.784Z | Downloaded env_logger v0.10.2 |
986 | 2024-08-30T04:07:47.787Z | Downloaded derive_more v0.99.18 |
987 | 2024-08-30T04:07:47.790Z | Downloaded walkdir v2.5.0 |
988 | 2024-08-30T04:07:47.792Z | Downloaded num-bigint v0.4.5 |
989 | 2024-08-30T04:07:47.798Z | Downloaded crossbeam-channel v0.5.12 |
990 | 2024-08-30T04:07:47.803Z | Downloaded snafu v0.8.2 |
991 | 2024-08-30T04:07:47.807Z | Downloaded miniz_oxide v0.7.2 |
992 | 2024-08-30T04:07:47.810Z | Downloaded topological-sort v0.2.2 |
993 | 2024-08-30T04:07:47.813Z | Downloaded http v1.1.0 |
994 | 2024-08-30T04:07:47.816Z | Downloaded slog-async v2.8.0 |
995 | 2024-08-30T04:07:47.820Z | Downloaded rustfmt-wrapper v0.2.1 |
996 | 2024-08-30T04:07:47.820Z | Downloaded hex-literal v0.4.1 |
997 | 2024-08-30T04:07:47.820Z | Downloaded hex v0.4.3 |
998 | 2024-08-30T04:07:47.823Z | Downloaded des v0.8.1 |
999 | 2024-08-30T04:07:47.823Z | Downloaded derive_builder_core v0.20.0 |
1000 | 2024-08-30T04:07:47.823Z | Downloaded zeroize v1.7.0 |
1001 | 2024-08-30T04:07:47.825Z | Downloaded poly1305 v0.8.0 |
1002 | 2024-08-30T04:07:47.827Z | Downloaded parking_lot v0.12.2 |
1003 | 2024-08-30T04:07:47.829Z | Downloaded vergen v8.3.2 |
1004 | 2024-08-30T04:07:47.831Z | Downloaded subprocess v0.2.9 |
1005 | 2024-08-30T04:07:47.834Z | Downloaded darling_core v0.20.9 |
1006 | 2024-08-30T04:07:47.838Z | Downloaded crypto-bigint v0.5.5 |
1007 | 2024-08-30T04:07:47.844Z | Downloaded vte_generate_state_changes v0.1.1 |
1008 | 2024-08-30T04:07:47.846Z | Downloaded smallvec v1.13.2 |
1009 | 2024-08-30T04:07:47.848Z | Downloaded fatfs v0.3.6 |
1010 | 2024-08-30T04:07:47.851Z | Downloaded aes v0.8.4 |
1011 | 2024-08-30T04:07:47.853Z | Downloaded rustls-pemfile v2.1.3 |
1012 | 2024-08-30T04:07:47.856Z | Downloaded socket2 v0.4.10 |
1013 | 2024-08-30T04:07:47.858Z | Downloaded toolchain_find v0.4.0 |
1014 | 2024-08-30T04:07:47.861Z | Downloaded thread_local v1.1.8 |
1015 | 2024-08-30T04:07:47.861Z | Downloaded subtle v2.5.0 |
1016 | 2024-08-30T04:07:47.861Z | Downloaded structmeta-derive v0.3.0 |
1017 | 2024-08-30T04:07:47.863Z | Downloaded structmeta-derive v0.2.0 |
1018 | 2024-08-30T04:07:47.863Z | Downloaded strum_macros v0.26.4 |
1019 | 2024-08-30T04:07:47.866Z | Downloaded mime_guess v2.0.4 |
1020 | 2024-08-30T04:07:47.868Z | Downloaded backtrace v0.3.71 |
1021 | 2024-08-30T04:07:47.871Z | Downloaded hickory-server v0.24.1 |
1022 | 2024-08-30T04:07:47.877Z | Downloaded serde-hex v0.1.0 |
1023 | 2024-08-30T04:07:47.881Z | Downloaded semver v0.1.20 |
1024 | 2024-08-30T04:07:47.881Z | Downloaded polyval v0.6.2 |
1025 | 2024-08-30T04:07:47.883Z | Downloaded fallible-iterator v0.2.0 |
1026 | 2024-08-30T04:07:47.883Z | Downloaded yasna v0.5.2 |
1027 | 2024-08-30T04:07:47.883Z | Downloaded derive_builder_macro v0.20.0 |
1028 | 2024-08-30T04:07:47.886Z | Downloaded strum_macros v0.25.3 |
1029 | 2024-08-30T04:07:47.886Z | Downloaded cookie v0.18.1 |
1030 | 2024-08-30T04:07:47.888Z | Downloaded defmt-macros v0.3.9 |
1031 | 2024-08-30T04:07:47.890Z | Downloaded defmt v0.3.8 |
1032 | 2024-08-30T04:07:47.894Z | Downloaded bzip2 v0.4.4 |
1033 | 2024-08-30T04:07:47.896Z | Downloaded base64 v0.21.7 |
1034 | 2024-08-30T04:07:47.899Z | Downloaded kstat-rs v0.2.4 |
1035 | 2024-08-30T04:07:47.901Z | Downloaded num_threads v0.1.7 |
1036 | 2024-08-30T04:07:47.901Z | Downloaded static_assertions v1.1.0 |
1037 | 2024-08-30T04:07:47.903Z | Downloaded multimap v0.10.0 |
1038 | 2024-08-30T04:07:47.903Z | Downloaded linked-hash-map v0.5.6 |
1039 | 2024-08-30T04:07:47.905Z | Downloaded httparse v1.8.0 |
1040 | 2024-08-30T04:07:47.908Z | Downloaded same-file v1.0.6 |
1041 | 2024-08-30T04:07:47.908Z | Downloaded rustls-pemfile v1.0.4 |
1042 | 2024-08-30T04:07:47.911Z | Downloaded resolv-conf v0.7.0 |
1043 | 2024-08-30T04:07:47.914Z | Downloaded crc-catalog v2.4.0 |
1044 | 2024-08-30T04:07:47.914Z | Downloaded bit-vec v0.6.3 |
1045 | 2024-08-30T04:07:47.914Z | Downloaded instability v0.3.2 |
1046 | 2024-08-30T04:07:47.916Z | Downloaded ctr v0.9.2 |
1047 | 2024-08-30T04:07:47.917Z | Downloaded ipnetwork v0.20.0 |
1048 | 2024-08-30T04:07:47.919Z | Downloaded internet-checksum v0.2.1 |
1049 | 2024-08-30T04:07:47.919Z | Downloaded const_format_proc_macros v0.2.32 |
1050 | 2024-08-30T04:07:47.922Z | Downloaded num v0.4.3 |
1051 | 2024-08-30T04:07:47.922Z | Downloaded nodrop v0.1.14 |
1052 | 2024-08-30T04:07:47.924Z | Downloaded memoffset v0.9.1 |
1053 | 2024-08-30T04:07:47.924Z | Downloaded castaway v0.2.3 |
1054 | 2024-08-30T04:07:47.926Z | Downloaded newline-converter v0.3.0 |
1055 | 2024-08-30T04:07:47.926Z | Downloaded md5 v0.7.0 |
1056 | 2024-08-30T04:07:47.926Z | Downloaded crc-any v2.5.0 |
1057 | 2024-08-30T04:07:47.928Z | Downloaded buf-list v1.0.3 |
1058 | 2024-08-30T04:07:47.931Z | Downloaded bcrypt-pbkdf v0.10.0 |
1059 | 2024-08-30T04:07:47.933Z | Downloaded async-recursion v1.1.1 |
1060 | 2024-08-30T04:07:47.937Z | Downloaded blake2 v0.10.6 |
1061 | 2024-08-30T04:07:47.939Z | Downloaded bitfield-struct v0.6.1 |
1062 | 2024-08-30T04:07:47.939Z | Downloaded match_cfg v0.1.0 |
1063 | 2024-08-30T04:07:47.939Z | Downloaded maplit v1.0.2 |
1064 | 2024-08-30T04:07:47.939Z | Downloaded lock_api v0.4.12 |
1065 | 2024-08-30T04:07:47.942Z | Downloaded ipnet v2.9.0 |
1066 | 2024-08-30T04:07:47.948Z | Downloaded ciborium-ll v0.2.2 |
1067 | 2024-08-30T04:07:47.948Z | Downloaded cfg_aliases v0.1.1 |
1068 | 2024-08-30T04:07:47.948Z | Downloaded crossbeam-utils v0.8.19 |
1069 | 2024-08-30T04:07:47.948Z | Downloaded hubpack v0.1.2 |
1070 | 2024-08-30T04:07:47.952Z | Downloaded atomic-waker v1.1.2 |
1071 | 2024-08-30T04:07:47.952Z | Downloaded crucible-workspace-hack v0.1.0 |
1072 | 2024-08-30T04:07:47.952Z | Downloaded md-5 v0.10.6 |
1073 | 2024-08-30T04:07:47.952Z | Downloaded linear-map v1.2.0 |
1074 | 2024-08-30T04:07:47.954Z | Downloaded addr2line v0.21.0 |
1075 | 2024-08-30T04:07:47.954Z | Downloaded ahash v0.8.11 |
1076 | 2024-08-30T04:07:47.957Z | Downloaded async-stream-impl v0.3.5 |
1077 | 2024-08-30T04:07:47.960Z | Downloaded crc32fast v1.4.0 |
1078 | 2024-08-30T04:07:47.960Z | Downloaded console v0.15.8 |
1079 | 2024-08-30T04:07:47.963Z | Downloaded bb8 v0.8.5 |
1080 | 2024-08-30T04:07:47.963Z | Downloaded backoff v0.4.0 |
1081 | 2024-08-30T04:07:47.967Z | Downloaded cookie_store v0.20.0 |
1082 | 2024-08-30T04:07:47.969Z | Downloaded cookie v0.17.0 |
1083 | 2024-08-30T04:07:47.969Z | Downloaded encoding_rs v0.8.34 |
1084 | 2024-08-30T04:07:47.990Z | Downloaded inout v0.1.3 |
1085 | 2024-08-30T04:07:47.993Z | Downloaded httpdate v1.0.3 |
1086 | 2024-08-30T04:07:47.993Z | Downloaded cbc v0.1.2 |
1087 | 2024-08-30T04:07:47.995Z | Downloaded arrayvec v0.7.4 |
1088 | 2024-08-30T04:07:47.995Z | Downloaded hostname v0.4.0 |
1089 | 2024-08-30T04:07:47.998Z | Downloaded atty v0.2.14 |
1090 | 2024-08-30T04:07:47.998Z | Downloaded ascii v1.1.0 |
1091 | 2024-08-30T04:07:48.001Z | Downloaded argon2 v0.5.3 |
1092 | 2024-08-30T04:07:48.001Z | Downloaded cobs v0.2.3 |
1093 | 2024-08-30T04:07:48.003Z | Downloaded cassowary v0.3.0 |
1094 | 2024-08-30T04:07:48.003Z | Downloaded base16ct v0.2.0 |
1095 | 2024-08-30T04:07:48.006Z | Downloaded chacha20 v0.9.1 |
1096 | 2024-08-30T04:07:48.006Z | Downloaded bitfield v0.14.0 |
1097 | 2024-08-30T04:07:48.008Z | Downloaded ascii-canvas v3.0.0 |
1098 | 2024-08-30T04:07:48.008Z | Downloaded arrayref v0.3.7 |
1099 | 2024-08-30T04:07:48.013Z | Downloaded hmac v0.12.1 |
1100 | 2024-08-30T04:07:48.017Z | Downloaded highway v1.2.0 |
1101 | 2024-08-30T04:07:48.017Z | Downloaded array-init v0.0.4 |
1102 | 2024-08-30T04:07:48.094Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1103 | 2024-08-30T04:07:48.724Z | Downloaded libz-sys v1.1.16 |
1104 | 2024-08-30T04:07:48.829Z | Downloaded ring v0.17.8 |
1105 | 2024-08-30T04:07:48.978Z | Downloaded libsqlite3-sys v0.28.0 |
1106 | 2024-08-30T04:07:49.064Z | Downloaded ring v0.16.20 |
1107 | 2024-08-30T04:07:49.239Z | Compiling serde v1.0.208 |
1108 | 2024-08-30T04:07:49.248Z | Compiling typenum v1.17.0 |
1109 | 2024-08-30T04:07:49.249Z | Compiling lock_api v0.4.12 |
1110 | 2024-08-30T04:07:49.249Z | Compiling generic-array v0.14.7 |
1111 | 2024-08-30T04:07:49.249Z | Compiling scopeguard v1.2.0 |
1112 | 2024-08-30T04:07:49.383Z | Compiling log v0.4.21 |
1113 | 2024-08-30T04:07:49.397Z | Compiling syn v2.0.74 |
1114 | 2024-08-30T04:07:49.407Z | Compiling getrandom v0.2.14 |
1115 | 2024-08-30T04:07:49.546Z | Compiling jobserver v0.1.32 |
1116 | 2024-08-30T04:07:49.679Z | Compiling rand_core v0.6.4 |
1117 | 2024-08-30T04:07:49.836Z | Compiling subtle v2.5.0 |
1118 | 2024-08-30T04:07:49.909Z | Compiling cc v1.0.97 |
1119 | 2024-08-30T04:07:49.929Z | Compiling const-oid v0.9.6 |
1120 | 2024-08-30T04:07:50.153Z | Compiling smallvec v1.13.2 |
1121 | 2024-08-30T04:07:50.206Z | Compiling pin-project-lite v0.2.14 |
1122 | 2024-08-30T04:07:50.320Z | Compiling parking_lot_core v0.9.10 |
1123 | 2024-08-30T04:07:50.359Z | Compiling signal-hook-registry v1.4.2 |
1124 | 2024-08-30T04:07:50.427Z | Compiling spin v0.9.8 |
1125 | 2024-08-30T04:07:50.555Z | Compiling mio v1.0.2 |
1126 | 2024-08-30T04:07:50.945Z | Compiling ahash v0.8.11 |
1127 | 2024-08-30T04:07:51.306Z | Compiling parking_lot v0.12.2 |
1128 | 2024-08-30T04:07:51.324Z | Compiling tinyvec_macros v0.1.1 |
1129 | 2024-08-30T04:07:51.410Z | Compiling tinyvec v1.6.0 |
1130 | 2024-08-30T04:07:51.646Z | Compiling socket2 v0.5.7 |
1131 | 2024-08-30T04:07:51.977Z | Compiling futures-sink v0.3.30 |
1132 | 2024-08-30T04:07:52.128Z | Compiling futures-core v0.3.30 |
1133 | 2024-08-30T04:07:52.146Z | Compiling libm v0.2.8 |
1134 | 2024-08-30T04:07:52.180Z | Compiling serde_json v1.0.125 |
1135 | 2024-08-30T04:07:52.327Z | Compiling cpufeatures v0.2.12 |
1136 | 2024-08-30T04:07:52.370Z | Compiling num-traits v0.2.19 |
1137 | 2024-08-30T04:07:52.432Z | Compiling slab v0.4.9 |
1138 | 2024-08-30T04:07:52.560Z | Compiling unicode-bidi v0.3.15 |
1139 | 2024-08-30T04:07:52.578Z | Compiling allocator-api2 v0.2.18 |
1140 | 2024-08-30T04:07:52.900Z | Compiling unicode-normalization v0.1.23 |
1141 | 2024-08-30T04:07:52.959Z | Compiling futures-channel v0.3.30 |
1142 | 2024-08-30T04:07:53.187Z | Compiling futures-io v0.3.30 |
1143 | 2024-08-30T04:07:53.359Z | Compiling pkg-config v0.3.30 |
1144 | 2024-08-30T04:07:53.381Z | Compiling futures-task v0.3.30 |
1145 | 2024-08-30T04:07:53.510Z | Compiling pin-utils v0.1.0 |
1146 | 2024-08-30T04:07:53.666Z | Compiling vcpkg v0.2.15 |
1147 | 2024-08-30T04:07:54.065Z | Compiling base64ct v1.6.0 |
1148 | 2024-08-30T04:07:54.137Z | Compiling percent-encoding v2.3.1 |
1149 | 2024-08-30T04:07:54.155Z | Compiling ppv-lite86 v0.2.17 |
1150 | 2024-08-30T04:07:54.209Z | Compiling ring v0.17.8 |
1151 | 2024-08-30T04:07:54.505Z | Compiling flagset v0.4.5 |
1152 | 2024-08-30T04:07:54.658Z | Compiling pem-rfc7468 v0.7.0 |
1153 | 2024-08-30T04:07:54.700Z | Compiling tracing-core v0.1.32 |
1154 | 2024-08-30T04:07:54.932Z | Compiling rand_chacha v0.3.1 |
1155 | 2024-08-30T04:07:54.958Z | Compiling rustix v0.38.34 |
1156 | 2024-08-30T04:07:55.377Z | Compiling untrusted v0.9.0 |
1157 | 2024-08-30T04:07:55.547Z | Compiling rand v0.8.5 |
1158 | 2024-08-30T04:07:55.636Z | Compiling time-core v0.1.2 |
1159 | 2024-08-30T04:07:55.823Z | Compiling openssl-sys v0.9.103 |
1160 | 2024-08-30T04:07:55.842Z | Compiling httparse v1.8.0 |
1161 | 2024-08-30T04:07:55.859Z | Compiling rustversion v1.0.17 |
1162 | 2024-08-30T04:07:56.023Z | Compiling openssl v0.10.66 |
1163 | 2024-08-30T04:07:56.266Z | Compiling foreign-types-shared v0.1.1 |
1164 | 2024-08-30T04:07:56.369Z | Compiling num-conv v0.1.0 |
1165 | 2024-08-30T04:07:56.437Z | Compiling powerfmt v0.2.0 |
1166 | 2024-08-30T04:07:56.610Z | Compiling foreign-types v0.3.2 |
1167 | 2024-08-30T04:07:56.655Z | Compiling time-macros v0.2.18 |
1168 | 2024-08-30T04:07:56.696Z | Compiling deranged v0.3.11 |
1169 | 2024-08-30T04:07:56.799Z | Compiling form_urlencoded v1.2.1 |
1170 | 2024-08-30T04:07:57.049Z | Compiling aho-corasick v1.1.3 |
1171 | 2024-08-30T04:07:57.097Z | Compiling rustls v0.21.12 |
1172 | 2024-08-30T04:07:57.301Z | Compiling siphasher v0.3.11 |
1173 | 2024-08-30T04:07:57.338Z | Compiling syn v1.0.109 |
1174 | 2024-08-30T04:07:57.646Z | Compiling try-lock v0.2.5 |
1175 | 2024-08-30T04:07:57.768Z | Compiling native-tls v0.2.11 |
1176 | 2024-08-30T04:07:57.915Z | Compiling crossbeam-utils v0.8.19 |
1177 | 2024-08-30T04:07:58.069Z | Compiling num_threads v0.1.7 |
1178 | 2024-08-30T04:07:58.183Z | Compiling regex-syntax v0.8.4 |
1179 | 2024-08-30T04:07:58.475Z | Compiling want v0.3.1 |
1180 | 2024-08-30T04:07:59.087Z | Compiling idna v0.5.0 |
1181 | 2024-08-30T04:07:59.106Z | Compiling cookie v0.17.0 |
1182 | 2024-08-30T04:07:59.378Z | Compiling openssl-probe v0.1.5 |
1183 | 2024-08-30T04:07:59.627Z | Compiling time v0.3.36 |
1184 | 2024-08-30T04:07:59.697Z | Compiling finl_unicode v1.2.0 |
1185 | 2024-08-30T04:07:59.988Z | Compiling httpdate v1.0.3 |
1186 | 2024-08-30T04:08:00.215Z | Compiling adler v1.0.2 |
1187 | 2024-08-30T04:08:00.436Z | Compiling iana-time-zone v0.1.60 |
1188 | 2024-08-30T04:08:00.439Z | Compiling slog v2.7.0 |
1189 | 2024-08-30T04:08:00.518Z | Compiling tower-service v0.3.2 |
1190 | 2024-08-30T04:08:00.635Z | Compiling miniz_oxide v0.7.2 |
1191 | 2024-08-30T04:08:00.854Z | Compiling stringprep v0.1.4 |
1192 | 2024-08-30T04:08:01.028Z | Compiling url v2.5.2 |
1193 | 2024-08-30T04:08:02.019Z | Compiling regex-automata v0.4.6 |
1194 | 2024-08-30T04:08:02.799Z | Compiling num-integer v0.1.46 |
1195 | 2024-08-30T04:08:03.267Z | Compiling serde_derive v1.0.208 |
1196 | 2024-08-30T04:08:03.295Z | Compiling zeroize_derive v1.4.2 |
1197 | 2024-08-30T04:08:03.536Z | Compiling zerocopy-derive v0.7.34 |
1198 | 2024-08-30T04:08:04.622Z | Compiling tokio-macros v2.4.0 |
1199 | 2024-08-30T04:08:04.636Z | Compiling thiserror-impl v1.0.63 |
1200 | 2024-08-30T04:08:04.828Z | Compiling zeroize v1.7.0 |
1201 | 2024-08-30T04:08:05.770Z | Compiling zerocopy v0.7.34 |
1202 | 2024-08-30T04:08:06.193Z | Compiling futures-macro v0.3.30 |
1203 | 2024-08-30T04:08:06.224Z | Compiling der_derive v0.7.2 |
1204 | 2024-08-30T04:08:06.594Z | Compiling crypto-common v0.1.6 |
1205 | 2024-08-30T04:08:06.832Z | Compiling block-buffer v0.10.4 |
1206 | 2024-08-30T04:08:07.093Z | Compiling digest v0.10.7 |
1207 | 2024-08-30T04:08:07.566Z | Compiling hmac v0.12.1 |
1208 | 2024-08-30T04:08:07.723Z | Compiling block-padding v0.3.3 |
1209 | 2024-08-30T04:08:07.810Z | Compiling thiserror v1.0.63 |
1210 | 2024-08-30T04:08:07.948Z | Compiling inout v0.1.3 |
1211 | 2024-08-30T04:08:07.967Z | Compiling hashbrown v0.14.5 |
1212 | 2024-08-30T04:08:07.971Z | Compiling sha2 v0.10.8 |
1213 | 2024-08-30T04:08:08.195Z | Compiling cipher v0.4.4 |
1214 | 2024-08-30T04:08:08.218Z | Compiling futures-util v0.3.30 |
1215 | 2024-08-30T04:08:08.698Z | Compiling pest v2.7.10 |
1216 | 2024-08-30T04:08:08.739Z | Compiling der v0.7.9 |
1217 | 2024-08-30T04:08:09.328Z | Compiling salsa20 v0.10.2 |
1218 | 2024-08-30T04:08:09.570Z | Compiling pbkdf2 v0.12.2 |
1219 | 2024-08-30T04:08:09.746Z | Compiling tracing-attributes v0.1.27 |
1220 | 2024-08-30T04:08:11.565Z | Compiling pest_meta v2.7.10 |
1221 | 2024-08-30T04:08:11.678Z | Compiling scroll_derive v0.12.0 |
1222 | 2024-08-30T04:08:12.099Z | Compiling spki v0.7.3 |
1223 | 2024-08-30T04:08:12.472Z | Compiling scrypt v0.11.0 |
1224 | 2024-08-30T04:08:13.015Z | Compiling pest_generator v2.7.10 |
1225 | 2024-08-30T04:08:13.191Z | Compiling scroll v0.12.0 |
1226 | 2024-08-30T04:08:13.483Z | Compiling tracing v0.1.40 |
1227 | 2024-08-30T04:08:13.760Z | Compiling aes v0.8.4 |
1228 | 2024-08-30T04:08:13.984Z | Compiling cbc v0.1.2 |
1229 | 2024-08-30T04:08:14.350Z | Compiling goblin v0.8.2 |
1230 | 2024-08-30T04:08:14.393Z | Compiling openssl-macros v0.1.1 |
1231 | 2024-08-30T04:08:14.940Z | Compiling pkcs5 v0.7.1 |
1232 | 2024-08-30T04:08:15.200Z | Compiling md-5 v0.10.6 |
1233 | 2024-08-30T04:08:15.464Z | Compiling backtrace v0.3.71 |
1234 | 2024-08-30T04:08:15.988Z | Compiling pkcs8 v0.10.2 |
1235 | 2024-08-30T04:08:16.006Z | Compiling idna v0.3.0 |
1236 | 2024-08-30T04:08:16.082Z | Compiling lazy_static v1.5.0 |
1237 | 2024-08-30T04:08:16.215Z | Compiling hash32 v0.2.1 |
1238 | 2024-08-30T04:08:16.562Z | Compiling rustls-webpki v0.101.7 |
1239 | 2024-08-30T04:08:16.581Z | Compiling sct v0.7.1 |
1240 | 2024-08-30T04:08:16.697Z | Compiling signal-hook v0.3.17 |
1241 | 2024-08-30T04:08:16.700Z | Compiling pest_derive v2.7.10 |
1242 | 2024-08-30T04:08:16.897Z | Compiling smoltcp v0.9.1 |
1243 | 2024-08-30T04:08:16.970Z | Compiling fallible-iterator v0.2.0 |
1244 | 2024-08-30T04:08:17.503Z | Compiling bytes v1.7.1 |
1245 | 2024-08-30T04:08:17.554Z | Compiling bitflags v2.6.0 |
1246 | 2024-08-30T04:08:17.619Z | Compiling indexmap v2.4.0 |
1247 | 2024-08-30T04:08:17.654Z | Compiling semver v1.0.23 |
1248 | 2024-08-30T04:08:18.378Z | Compiling tokio v1.39.3 |
1249 | 2024-08-30T04:08:18.462Z | Compiling http v0.2.12 |
1250 | 2024-08-30T04:08:18.777Z | Compiling rustc_version v0.4.0 |
1251 | 2024-08-30T04:08:19.030Z | Compiling dtrace-parser v0.2.0 |
1252 | 2024-08-30T04:08:19.569Z | Compiling heapless v0.7.17 |
1253 | 2024-08-30T04:08:20.006Z | Compiling http-body v0.4.6 |
1254 | 2024-08-30T04:08:20.454Z | Compiling dof v0.3.0 |
1255 | 2024-08-30T04:08:20.655Z | Compiling uuid v1.10.0 |
1256 | 2024-08-30T04:08:21.145Z | Compiling toml_datetime v0.6.8 |
1257 | 2024-08-30T04:08:21.163Z | Compiling serde_spanned v0.6.7 |
1258 | 2024-08-30T04:08:21.390Z | Compiling usdt-impl v0.5.0 |
1259 | 2024-08-30T04:08:21.548Z | Compiling serde_tokenstream v0.2.2 |
1260 | 2024-08-30T04:08:22.104Z | Compiling chrono v0.4.38 |
1261 | 2024-08-30T04:08:22.152Z | Compiling base64 v0.22.1 |
1262 | 2024-08-30T04:08:22.747Z | Compiling cfg_aliases v0.1.1 |
1263 | 2024-08-30T04:08:22.852Z | Compiling psl-types v2.0.11 |
1264 | 2024-08-30T04:08:22.888Z | Compiling stable_deref_trait v1.2.0 |
1265 | 2024-08-30T04:08:22.995Z | Compiling num-bigint-dig v0.8.4 |
1266 | 2024-08-30T04:08:23.015Z | Compiling gimli v0.28.1 |
1267 | 2024-08-30T04:08:23.042Z | Compiling crc32fast v1.4.0 |
1268 | 2024-08-30T04:08:23.334Z | Compiling publicsuffix v2.2.3 |
1269 | 2024-08-30T04:08:23.647Z | Compiling nix v0.28.0 |
1270 | 2024-08-30T04:08:24.597Z | Compiling postgres-protocol v0.6.7 |
1271 | 2024-08-30T04:08:24.808Z | Compiling terminal_size v0.3.0 |
1272 | 2024-08-30T04:08:25.060Z | Compiling hubpack_derive v0.1.1 |
1273 | 2024-08-30T04:08:25.104Z | Compiling num-iter v0.1.45 |
1274 | 2024-08-30T04:08:25.286Z | Compiling async-trait v0.1.81 |
1275 | 2024-08-30T04:08:25.709Z | Compiling zerocopy-derive v0.6.6 |
1276 | 2024-08-30T04:08:26.686Z | Compiling tokio-util v0.7.11 |
1277 | 2024-08-30T04:08:26.790Z | Compiling tokio-native-tls v0.3.1 |
1278 | 2024-08-30T04:08:27.040Z | Compiling tokio-rustls v0.24.1 |
1279 | 2024-08-30T04:08:27.066Z | Compiling phf_shared v0.11.2 |
1280 | 2024-08-30T04:08:27.440Z | Compiling addr2line v0.21.0 |
1281 | 2024-08-30T04:08:27.440Z | Compiling serde_derive_internals v0.29.1 |
1282 | 2024-08-30T04:08:27.900Z | Compiling h2 v0.3.26 |
1283 | 2024-08-30T04:08:27.992Z | Compiling ff v0.13.0 |
1284 | 2024-08-30T04:08:28.016Z | Compiling object v0.32.2 |
1285 | 2024-08-30T04:08:28.076Z | Compiling fs-err v2.11.0 |
1286 | 2024-08-30T04:08:28.097Z | Compiling bitflags v1.3.2 |
1287 | 2024-08-30T04:08:28.194Z | Compiling either v1.13.0 |
1288 | 2024-08-30T04:08:28.212Z | Compiling managed v0.8.0 |
1289 | 2024-08-30T04:08:28.378Z | Compiling base16ct v0.2.0 |
1290 | 2024-08-30T04:08:28.588Z | Compiling ipnet v2.9.0 |
1291 | 2024-08-30T04:08:28.630Z | Compiling schemars v0.8.21 |
1292 | 2024-08-30T04:08:28.684Z | Compiling anyhow v1.0.86 |
1293 | 2024-08-30T04:08:28.971Z | Compiling base64 v0.21.7 |
1294 | 2024-08-30T04:08:29.321Z | Compiling rustc-demangle v0.1.24 |
1295 | 2024-08-30T04:08:29.726Z | Compiling winnow v0.5.40 |
1296 | 2024-08-30T04:08:29.729Z | Compiling clap_builder v4.5.15 |
1297 | 2024-08-30T04:08:29.787Z | Compiling rustls-pemfile v1.0.4 |
1298 | 2024-08-30T04:08:30.119Z | Compiling schemars_derive v0.8.21 |
1299 | 2024-08-30T04:08:30.425Z | Compiling sec1 v0.7.3 |
1300 | 2024-08-30T04:08:31.227Z | Compiling group v0.13.0 |
1301 | 2024-08-30T04:08:31.557Z | Compiling zerocopy v0.6.6 |
1302 | 2024-08-30T04:08:32.400Z | Compiling phf v0.11.2 |
1303 | 2024-08-30T04:08:32.419Z | Compiling cookie_store v0.20.0 |
1304 | 2024-08-30T04:08:32.683Z | Compiling hubpack v0.1.2 |
1305 | 2024-08-30T04:08:33.112Z | Compiling postgres-types v0.2.7 |
1306 | 2024-08-30T04:08:33.450Z | Compiling toml_edit v0.19.15 |
1307 | 2024-08-30T04:08:33.927Z | Compiling usdt-attr-macro v0.5.0 |
1308 | 2024-08-30T04:08:34.642Z | Compiling hyper v0.14.30 |
1309 | 2024-08-30T04:08:35.096Z | Compiling usdt-macro v0.5.0 |
1310 | 2024-08-30T04:08:35.970Z | Compiling serde_urlencoded v0.7.1 |
1311 | 2024-08-30T04:08:36.507Z | Compiling pkcs1 v0.7.5 |
1312 | 2024-08-30T04:08:36.556Z | Compiling futures-executor v0.3.30 |
1313 | 2024-08-30T04:08:37.135Z | Compiling hkdf v0.12.4 |
1314 | 2024-08-30T04:08:37.391Z | Compiling signature v2.2.0 |
1315 | 2024-08-30T04:08:37.535Z | Compiling regex v1.10.6 |
1316 | 2024-08-30T04:08:37.681Z | Compiling bstr v1.9.1 |
1317 | 2024-08-30T04:08:37.938Z | Compiling crypto-bigint v0.5.5 |
1318 | 2024-08-30T04:08:38.290Z | Compiling enum-as-inner v0.6.0 |
1319 | 2024-08-30T04:08:38.680Z | Compiling clap_derive v4.5.13 |
1320 | 2024-08-30T04:08:38.910Z | Compiling strum_macros v0.25.3 |
1321 | 2024-08-30T04:08:39.368Z | Compiling serde_repr v0.1.19 |
1322 | 2024-08-30T04:08:39.432Z | Compiling phf_shared v0.10.0 |
1323 | 2024-08-30T04:08:39.829Z | Compiling float-cmp v0.9.0 |
1324 | 2024-08-30T04:08:40.053Z | Compiling idna v0.4.0 |
1325 | 2024-08-30T04:08:40.557Z | Compiling mio v0.8.11 |
1326 | 2024-08-30T04:08:41.274Z | Compiling encoding_rs v0.8.34 |
1327 | 2024-08-30T04:08:41.602Z | Compiling hyper-rustls v0.24.2 |
1328 | 2024-08-30T04:08:41.864Z | Compiling hyper-tls v0.5.0 |
1329 | 2024-08-30T04:08:41.947Z | Compiling difflib v0.4.0 |
1330 | 2024-08-30T04:08:42.203Z | Compiling data-encoding v2.6.0 |
1331 | 2024-08-30T04:08:42.932Z | Compiling normalize-line-endings v0.3.0 |
1332 | 2024-08-30T04:08:43.061Z | Compiling bit-vec v0.6.3 |
1333 | 2024-08-30T04:08:43.466Z | Compiling whoami v1.5.1 |
1334 | 2024-08-30T04:08:43.514Z | Compiling precomputed-hash v0.1.1 |
1335 | 2024-08-30T04:08:43.632Z | Compiling mime v0.3.17 |
1336 | 2024-08-30T04:08:43.658Z | Compiling minimal-lexical v0.2.1 |
1337 | 2024-08-30T04:08:44.048Z | Compiling static_assertions v1.1.0 |
1338 | 2024-08-30T04:08:44.102Z | Compiling dyn-clone v1.0.17 |
1339 | 2024-08-30T04:08:44.146Z | Compiling sync_wrapper v0.1.2 |
1340 | 2024-08-30T04:08:44.169Z | Compiling new_debug_unreachable v1.0.6 |
1341 | 2024-08-30T04:08:44.202Z | Compiling unicode-segmentation v1.11.0 |
1342 | 2024-08-30T04:08:44.258Z | Compiling fixedbitset v0.4.2 |
1343 | 2024-08-30T04:08:44.276Z | Compiling predicates-core v1.0.6 |
1344 | 2024-08-30T04:08:44.298Z | Compiling webpki-roots v0.25.4 |
1345 | 2024-08-30T04:08:44.467Z | Compiling reqwest v0.11.27 |
1346 | 2024-08-30T04:08:44.575Z | Compiling petgraph v0.6.5 |
1347 | 2024-08-30T04:08:44.594Z | Compiling predicates v3.1.2 |
1348 | 2024-08-30T04:08:44.619Z | Compiling string_cache v0.8.7 |
1349 | 2024-08-30T04:08:45.035Z | Compiling similar v2.6.0 |
1350 | 2024-08-30T04:08:45.086Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1351 | 2024-08-30T04:08:45.685Z | Compiling nom v7.1.3 |
1352 | 2024-08-30T04:08:46.358Z | Compiling tokio-postgres v0.7.11 |
1353 | 2024-08-30T04:08:47.457Z | Compiling toml_edit v0.22.20 |
1354 | 2024-08-30T04:08:48.015Z | Compiling clap v4.5.16 |
1355 | 2024-08-30T04:08:48.143Z | Compiling bit-set v0.5.3 |
1356 | 2024-08-30T04:08:48.431Z | Compiling hickory-proto v0.24.1 |
1357 | 2024-08-30T04:08:48.566Z | Compiling console v0.15.8 |
1358 | 2024-08-30T04:08:48.592Z | Compiling usdt v0.5.0 |
1359 | 2024-08-30T04:08:49.057Z | Compiling signal-hook-mio v0.2.4 |
1360 | 2024-08-30T04:08:49.234Z | Compiling elliptic-curve v0.13.8 |
1361 | 2024-08-30T04:08:49.384Z | Compiling rsa v0.9.6 |
1362 | 2024-08-30T04:08:50.076Z | Compiling futures v0.3.30 |
1363 | 2024-08-30T04:08:50.093Z | Compiling toml v0.7.8 |
1364 | 2024-08-30T04:08:50.193Z | Compiling flate2 v1.0.31 |
1365 | 2024-08-30T04:08:51.931Z | Compiling itertools v0.10.5 |
1366 | 2024-08-30T04:08:52.345Z | Compiling itertools v0.12.1 |
1367 | 2024-08-30T04:08:52.651Z | Compiling tokio-stream v0.1.15 |
1368 | 2024-08-30T04:08:53.671Z | Compiling openapiv3 v2.0.0 |
1369 | 2024-08-30T04:08:54.679Z | Compiling hex v0.4.3 |
1370 | 2024-08-30T04:08:55.241Z | Compiling sha1 v0.10.6 |
1371 | 2024-08-30T04:08:55.291Z | Compiling crossbeam-epoch v0.9.18 |
1372 | 2024-08-30T04:08:55.535Z | Compiling dirs-sys-next v0.1.2 |
1373 | 2024-08-30T04:08:55.646Z | Compiling peg-runtime v0.8.3 |
1374 | 2024-08-30T04:08:55.649Z | Compiling lalrpop-util v0.19.12 |
1375 | 2024-08-30T04:08:56.020Z | Compiling unicode-xid v0.2.4 |
1376 | 2024-08-30T04:08:56.089Z | Compiling dirs-next v2.0.0 |
1377 | 2024-08-30T04:08:56.197Z | Compiling thread_local v1.1.8 |
1378 | 2024-08-30T04:08:56.216Z | Compiling slog-async v2.8.0 |
1379 | 2024-08-30T04:08:56.283Z | Compiling term v0.7.0 |
1380 | 2024-08-30T04:08:56.302Z | Compiling xattr v1.3.1 |
1381 | 2024-08-30T04:08:56.562Z | Compiling strum_macros v0.26.4 |
1382 | 2024-08-30T04:08:56.786Z | Compiling crossbeam-channel v0.5.12 |
1383 | 2024-08-30T04:08:56.848Z | Compiling is-terminal v0.4.12 |
1384 | 2024-08-30T04:08:56.981Z | Compiling filetime v0.2.24 |
1385 | 2024-08-30T04:08:57.291Z | Compiling take_mut v0.2.2 |
1386 | 2024-08-30T04:08:57.454Z | Compiling tar v0.4.41 |
1387 | 2024-08-30T04:08:57.806Z | Compiling slog-term v2.9.1 |
1388 | 2024-08-30T04:08:57.808Z | Compiling camino v1.1.9 |
1389 | 2024-08-30T04:08:58.781Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1390 | 2024-08-30T04:08:59.750Z | Compiling strum v0.26.3 |
1391 | 2024-08-30T04:08:59.818Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1392 | 2024-08-30T04:09:05.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1393 | 2024-08-30T04:09:05.159Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1394 | 2024-08-30T04:09:05.205Z | Aug 30 04:09:04.252 INFO Starting download, target: Cockroach |
1395 | 2024-08-30T04:09:05.205Z | Aug 30 04:09:04.252 INFO Starting download, target: Clickhouse |
1396 | 2024-08-30T04:09:05.207Z | Aug 30 04:09:04.252 INFO Starting download, target: Console |
1397 | 2024-08-30T04:09:05.207Z | Aug 30 04:09:04.252 INFO Starting download, target: DendriteOpenapi |
1398 | 2024-08-30T04:09:05.207Z | Aug 30 04:09:04.252 INFO Starting download, target: DendriteStub |
1399 | 2024-08-30T04:09:05.207Z | Aug 30 04:09:04.252 INFO Starting download, target: MaghemiteMgd |
1400 | 2024-08-30T04:09:05.207Z | Aug 30 04:09:04.252 INFO Starting download, target: TransceiverControl |
1401 | 2024-08-30T04:09:05.207Z | Aug 30 04:09:04.253 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1402 | 2024-08-30T04:09:05.207Z | Aug 30 04:09:04.253 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1403 | 2024-08-30T04:09:05.208Z | Aug 30 04:09:04.253 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1404 | 2024-08-30T04:09:05.208Z | Aug 30 04:09:04.253 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1405 | 2024-08-30T04:09:05.208Z | Aug 30 04:09:04.253 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1406 | 2024-08-30T04:09:05.208Z | Aug 30 04:09:04.253 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1407 | 2024-08-30T04:09:05.208Z | Aug 30 04:09:04.253 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1408 | 2024-08-30T04:09:05.362Z | Aug 30 04:09:04.402 INFO Download complete, target: DendriteOpenapi |
1409 | 2024-08-30T04:09:05.487Z | Aug 30 04:09:04.526 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1410 | 2024-08-30T04:09:05.806Z | Aug 30 04:09:04.852 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1411 | 2024-08-30T04:09:05.833Z | Aug 30 04:09:04.879 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1412 | 2024-08-30T04:09:05.974Z | Aug 30 04:09:05.020 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1413 | 2024-08-30T04:09:06.237Z | Aug 30 04:09:05.284 INFO Download complete, target: Console |
1414 | 2024-08-30T04:09:06.305Z | Aug 30 04:09:05.352 INFO Download complete, target: TransceiverControl |
1415 | 2024-08-30T04:09:06.348Z | Aug 30 04:09:05.395 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1416 | 2024-08-30T04:09:06.348Z | Aug 30 04:09:05.395 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1417 | 2024-08-30T04:09:07.193Z | Aug 30 04:09:06.240 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1418 | 2024-08-30T04:09:09.080Z | Aug 30 04:09:08.125 INFO Download complete, target: MaghemiteMgd |
1419 | 2024-08-30T04:09:09.082Z | Aug 30 04:09:08.126 INFO Download complete, target: DendriteStub |
1420 | 2024-08-30T04:09:14.564Z | Aug 30 04:09:13.610 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1421 | 2024-08-30T04:09:14.867Z | Aug 30 04:09:13.912 INFO Checking that binary works, target: Cockroach |
1422 | 2024-08-30T04:09:15.037Z | Aug 30 04:09:14.082 INFO Download complete, target: Cockroach |
1423 | 2024-08-30T04:09:21.031Z | Aug 30 04:09:20.073 INFO Checking that binary works, target: Clickhouse |
1424 | 2024-08-30T04:09:21.518Z | Aug 30 04:09:20.553 INFO Download complete, target: Clickhouse |
1425 | 2024-08-30T04:09:21.670Z | All builder prerequisites installed successfully, and PATH looks valid |
1426 | 2024-08-30T04:09:21.674Z | |
1427 | 2024-08-30T04:09:21.675Z | real 5:12.752367974 |
1428 | 2024-08-30T04:09:21.675Z | user 11:15.336117464 |
1429 | 2024-08-30T04:09:21.675Z | sys 2:24.798944473 |
1430 | 2024-08-30T04:09:21.675Z | trap 0.419725561 |
1431 | 2024-08-30T04:09:21.675Z | tflt 4.565693197 |
1432 | 2024-08-30T04:09:21.675Z | dflt 3.280573505 |
1433 | 2024-08-30T04:09:21.675Z | kflt 0.139211734 |
1434 | 2024-08-30T04:09:21.676Z | lock 22:57.592832082 |
1435 | 2024-08-30T04:09:21.677Z | slp 46:51.364107762 |
1436 | 2024-08-30T04:09:21.677Z | lat 42.572106039 |
1437 | 2024-08-30T04:09:21.677Z | stop 1:45.840642605 |
1438 | 2024-08-30T04:09:21.677Z | + banner clippy |
1439 | 2024-08-30T04:09:21.677Z | |
1440 | 2024-08-30T04:09:21.677Z | #### # # ##### ##### # # |
1441 | 2024-08-30T04:09:21.677Z | # # # # # # # # # # |
1442 | 2024-08-30T04:09:21.677Z | # # # # # # # # |
1443 | 2024-08-30T04:09:21.678Z | # # # ##### ##### # |
1444 | 2024-08-30T04:09:21.678Z | # # # # # # # |
1445 | 2024-08-30T04:09:21.678Z | #### ###### # # # # |
1446 | 2024-08-30T04:09:21.678Z | |
1447 | 2024-08-30T04:09:21.678Z | + export CARGO_INCREMENTAL=0 |
1448 | 2024-08-30T04:09:21.679Z | + CARGO_INCREMENTAL=0 |
1449 | 2024-08-30T04:09:21.679Z | + ptime -m cargo xtask clippy |
1450 | 2024-08-30T04:09:22.252Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1451 | 2024-08-30T04:09:26.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
1452 | 2024-08-30T04:09:26.158Z | Running `target/debug/xtask clippy` |
1453 | 2024-08-30T04:09:26.175Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1454 | 2024-08-30T04:09:26.870Z | Downloading crates ... |
1455 | 2024-08-30T04:09:27.157Z | Downloaded cast v0.3.0 |
1456 | 2024-08-30T04:09:27.172Z | Downloaded oorandom v11.1.3 |
1457 | 2024-08-30T04:09:27.176Z | Downloaded guppy-workspace-hack v0.1.0 |
1458 | 2024-08-30T04:09:27.179Z | Downloaded escape8259 v0.5.2 |
1459 | 2024-08-30T04:09:27.184Z | Downloaded pathdiff v0.2.1 |
1460 | 2024-08-30T04:09:27.186Z | Downloaded nested v0.1.1 |
1461 | 2024-08-30T04:09:27.194Z | Downloaded futures-timer v3.0.3 |
1462 | 2024-08-30T04:09:27.199Z | Downloaded approx v0.5.1 |
1463 | 2024-08-30T04:09:27.202Z | Downloaded plotters-backend v0.3.5 |
1464 | 2024-08-30T04:09:27.207Z | Downloaded relative-path v1.9.3 |
1465 | 2024-08-30T04:09:27.207Z | Downloaded http-body v1.0.0 |
1466 | 2024-08-30T04:09:27.207Z | Downloaded doc-comment v0.3.3 |
1467 | 2024-08-30T04:09:27.210Z | Downloaded datatest-stable v0.2.9 |
1468 | 2024-08-30T04:09:27.212Z | Downloaded hyper v1.3.1 |
1469 | 2024-08-30T04:09:27.219Z | Downloaded tinytemplate v1.2.1 |
1470 | 2024-08-30T04:09:27.223Z | Downloaded tower-layer v0.3.2 |
1471 | 2024-08-30T04:09:27.223Z | Downloaded target-lexicon v0.12.16 |
1472 | 2024-08-30T04:09:27.225Z | Downloaded rustls-native-certs v0.7.0 |
1473 | 2024-08-30T04:09:27.225Z | Downloaded anes v0.1.6 |
1474 | 2024-08-30T04:09:27.228Z | Downloaded plotters-svg v0.3.5 |
1475 | 2024-08-30T04:09:27.230Z | Downloaded num_cpus v1.16.0 |
1476 | 2024-08-30T04:09:27.232Z | Downloaded criterion-plot v0.5.0 |
1477 | 2024-08-30T04:09:27.235Z | Downloaded proc-macro-crate v3.1.0 |
1478 | 2024-08-30T04:09:27.235Z | Downloaded threadpool v1.8.1 |
1479 | 2024-08-30T04:09:27.237Z | Downloaded similar-asserts v1.5.0 |
1480 | 2024-08-30T04:09:27.239Z | Downloaded blake2b_simd v1.0.2 |
1481 | 2024-08-30T04:09:27.242Z | Downloaded trybuild v1.0.99 |
1482 | 2024-08-30T04:09:27.245Z | Downloaded yansi v0.5.1 |
1483 | 2024-08-30T04:09:27.247Z | Downloaded hyper-rustls v0.26.0 |
1484 | 2024-08-30T04:09:27.249Z | Downloaded target-spec v3.2.1 |
1485 | 2024-08-30T04:09:27.254Z | Downloaded libtest-mimic v0.7.3 |
1486 | 2024-08-30T04:09:27.256Z | Downloaded rstest_macros v0.22.0 |
1487 | 2024-08-30T04:09:27.275Z | Downloaded rust-argon2 v2.1.0 |
1488 | 2024-08-30T04:09:27.277Z | Downloaded rstest v0.22.0 |
1489 | 2024-08-30T04:09:27.282Z | Downloaded rand_distr v0.4.3 |
1490 | 2024-08-30T04:09:27.286Z | Downloaded partial-io v0.5.4 |
1491 | 2024-08-30T04:09:27.288Z | Downloaded pretty_assertions v1.4.0 |
1492 | 2024-08-30T04:09:27.291Z | Downloaded fancy-regex v0.13.0 |
1493 | 2024-08-30T04:09:27.294Z | Downloaded criterion v0.5.1 |
1494 | 2024-08-30T04:09:27.301Z | Downloaded tower v0.4.13 |
1495 | 2024-08-30T04:09:27.310Z | Downloaded toml_edit v0.21.1 |
1496 | 2024-08-30T04:09:27.331Z | Downloaded plotters v0.3.5 |
1497 | 2024-08-30T04:09:27.339Z | Downloaded bstr v0.2.17 |
1498 | 2024-08-30T04:09:27.348Z | Downloaded guppy v0.17.7 |
1499 | 2024-08-30T04:09:27.354Z | Downloaded regex-automata v0.1.10 |
1500 | 2024-08-30T04:09:27.358Z | Downloaded hyper-util v0.1.3 |
1501 | 2024-08-30T04:09:27.362Z | Downloaded httptest v0.15.5 |
1502 | 2024-08-30T04:09:27.364Z | Downloaded cfg-expr v0.16.0 |
1503 | 2024-08-30T04:09:27.367Z | Downloaded assert_cmd v2.0.16 |
1504 | 2024-08-30T04:09:28.014Z | Checking cfg-if v1.0.0 |
1505 | 2024-08-30T04:09:28.080Z | Checking libc v0.2.158 |
1506 | 2024-08-30T04:09:28.098Z | Checking serde v1.0.208 |
1507 | 2024-08-30T04:09:28.118Z | Checking memchr v2.7.2 |
1508 | 2024-08-30T04:09:28.134Z | Checking scopeguard v1.2.0 |
1509 | 2024-08-30T04:09:28.148Z | Checking log v0.4.21 |
1510 | 2024-08-30T04:09:28.171Z | Checking byteorder v1.5.0 |
1511 | 2024-08-30T04:09:28.192Z | Checking itoa v1.0.11 |
1512 | 2024-08-30T04:09:28.214Z | Checking smallvec v1.13.2 |
1513 | 2024-08-30T04:09:28.257Z | Checking lock_api v0.4.12 |
1514 | 2024-08-30T04:09:28.389Z | Checking zeroize v1.7.0 |
1515 | 2024-08-30T04:09:28.426Z | Checking once_cell v1.19.0 |
1516 | 2024-08-30T04:09:28.566Z | Checking pin-project-lite v0.2.14 |
1517 | 2024-08-30T04:09:28.591Z | Checking typenum v1.17.0 |
1518 | 2024-08-30T04:09:28.655Z | Checking libm v0.2.8 |
1519 | 2024-08-30T04:09:28.657Z | Checking subtle v2.5.0 |
1520 | 2024-08-30T04:09:28.700Z | Checking thiserror v1.0.63 |
1521 | 2024-08-30T04:09:28.733Z | Checking ryu v1.0.18 |
1522 | 2024-08-30T04:09:28.828Z | Checking spin v0.9.8 |
1523 | 2024-08-30T04:09:28.917Z | Checking futures-core v0.3.30 |
1524 | 2024-08-30T04:09:28.947Z | Checking zerocopy v0.7.34 |
1525 | 2024-08-30T04:09:28.969Z | Checking const-oid v0.9.6 |
1526 | 2024-08-30T04:09:29.090Z | Checking futures-sink v0.3.30 |
1527 | 2024-08-30T04:09:29.140Z | Checking getrandom v0.2.14 |
1528 | 2024-08-30T04:09:29.164Z | Checking parking_lot_core v0.9.10 |
1529 | 2024-08-30T04:09:29.240Z | Checking signal-hook-registry v1.4.2 |
1530 | 2024-08-30T04:09:29.395Z | Checking rand_core v0.6.4 |
1531 | 2024-08-30T04:09:29.488Z | Checking mio v1.0.2 |
1532 | 2024-08-30T04:09:29.512Z | Checking parking_lot v0.12.2 |
1533 | 2024-08-30T04:09:29.560Z | Checking num-traits v0.2.19 |
1534 | 2024-08-30T04:09:29.683Z | Checking socket2 v0.5.7 |
1535 | 2024-08-30T04:09:29.863Z | Checking generic-array v0.14.7 |
1536 | 2024-08-30T04:09:29.888Z | Checking futures-channel v0.3.30 |
1537 | 2024-08-30T04:09:30.096Z | Checking slab v0.4.9 |
1538 | 2024-08-30T04:09:30.143Z | Checking futures-task v0.3.30 |
1539 | 2024-08-30T04:09:30.238Z | Checking futures-io v0.3.30 |
1540 | 2024-08-30T04:09:30.368Z | Checking pin-utils v0.1.0 |
1541 | 2024-08-30T04:09:30.394Z | Checking cpufeatures v0.2.12 |
1542 | 2024-08-30T04:09:30.418Z | Checking ahash v0.8.11 |
1543 | 2024-08-30T04:09:30.446Z | Checking allocator-api2 v0.2.18 |
1544 | 2024-08-30T04:09:30.471Z | Checking futures-util v0.3.30 |
1545 | 2024-08-30T04:09:30.505Z | Checking fnv v1.0.7 |
1546 | 2024-08-30T04:09:30.638Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1547 | 2024-08-30T04:09:30.704Z | Checking iana-time-zone v0.1.60 |
1548 | 2024-08-30T04:09:30.861Z | Checking equivalent v1.0.1 |
1549 | 2024-08-30T04:09:30.919Z | Checking ppv-lite86 v0.2.17 |
1550 | 2024-08-30T04:09:30.943Z | Checking crypto-common v0.1.6 |
1551 | 2024-08-30T04:09:30.967Z | Checking block-buffer v0.10.4 |
1552 | 2024-08-30T04:09:31.015Z | Checking tinyvec_macros v0.1.1 |
1553 | 2024-08-30T04:09:31.089Z | Checking hashbrown v0.14.5 |
1554 | 2024-08-30T04:09:31.113Z | Checking tinyvec v1.6.0 |
1555 | 2024-08-30T04:09:31.136Z | Checking tracing-core v0.1.32 |
1556 | 2024-08-30T04:09:31.158Z | Checking unicode-bidi v0.3.15 |
1557 | 2024-08-30T04:09:31.179Z | Checking digest v0.10.7 |
1558 | 2024-08-30T04:09:31.551Z | Checking percent-encoding v2.3.1 |
1559 | 2024-08-30T04:09:31.591Z | Checking rand_chacha v0.3.1 |
1560 | 2024-08-30T04:09:31.756Z | Checking tracing v0.1.40 |
1561 | 2024-08-30T04:09:31.759Z | Checking dyn-clone v1.0.17 |
1562 | 2024-08-30T04:09:31.795Z | Checking regex-syntax v0.8.4 |
1563 | 2024-08-30T04:09:31.901Z | Checking block-padding v0.3.3 |
1564 | 2024-08-30T04:09:31.988Z | Checking rand v0.8.5 |
1565 | 2024-08-30T04:09:32.081Z | Checking errno v0.3.9 |
1566 | 2024-08-30T04:09:32.116Z | Checking inout v0.1.3 |
1567 | 2024-08-30T04:09:32.261Z | Checking form_urlencoded v1.2.1 |
1568 | 2024-08-30T04:09:32.266Z | Checking lazy_static v1.5.0 |
1569 | 2024-08-30T04:09:32.329Z | Checking unicode-normalization v0.1.23 |
1570 | 2024-08-30T04:09:32.358Z | Checking aho-corasick v1.1.3 |
1571 | 2024-08-30T04:09:32.393Z | Checking cipher v0.4.4 |
1572 | 2024-08-30T04:09:32.456Z | Checking httparse v1.8.0 |
1573 | 2024-08-30T04:09:32.821Z | Checking unicode-ident v1.0.12 |
1574 | 2024-08-30T04:09:32.917Z | Checking base64ct v1.6.0 |
1575 | 2024-08-30T04:09:32.975Z | Checking hmac v0.12.1 |
1576 | 2024-08-30T04:09:33.001Z | Checking bytes v1.7.1 |
1577 | 2024-08-30T04:09:33.175Z | Checking bitflags v2.6.0 |
1578 | 2024-08-30T04:09:33.248Z | Checking serde_json v1.0.125 |
1579 | 2024-08-30T04:09:33.272Z | Checking chrono v0.4.38 |
1580 | 2024-08-30T04:09:33.379Z | Checking uuid v1.10.0 |
1581 | 2024-08-30T04:09:33.464Z | Checking indexmap v2.4.0 |
1582 | 2024-08-30T04:09:33.798Z | Checking tokio v1.39.3 |
1583 | 2024-08-30T04:09:33.971Z | Checking rustix v0.38.34 |
1584 | 2024-08-30T04:09:34.021Z | Checking http v0.2.12 |
1585 | 2024-08-30T04:09:34.701Z | Checking powerfmt v0.2.0 |
1586 | 2024-08-30T04:09:34.922Z | Checking unicode-width v0.1.13 |
1587 | 2024-08-30T04:09:34.954Z | Checking regex-automata v0.4.6 |
1588 | 2024-08-30T04:09:34.983Z | Checking adler v1.0.2 |
1589 | 2024-08-30T04:09:35.105Z | Checking deranged v0.3.11 |
1590 | 2024-08-30T04:09:35.142Z | Checking miniz_oxide v0.7.2 |
1591 | 2024-08-30T04:09:35.348Z | Checking schemars v0.8.21 |
1592 | 2024-08-30T04:09:35.350Z | Checking idna v0.5.0 |
1593 | 2024-08-30T04:09:35.421Z | Checking proc-macro2 v1.0.86 |
1594 | 2024-08-30T04:09:35.822Z | Checking sha2 v0.10.8 |
1595 | 2024-08-30T04:09:35.930Z | Checking num-conv v0.1.0 |
1596 | 2024-08-30T04:09:36.078Z | Checking time-core v0.1.2 |
1597 | 2024-08-30T04:09:36.184Z | Checking untrusted v0.9.0 |
1598 | 2024-08-30T04:09:36.234Z | Checking num_threads v0.1.7 |
1599 | 2024-08-30T04:09:36.257Z | Checking url v2.5.2 |
1600 | 2024-08-30T04:09:36.348Z | Checking ring v0.17.8 |
1601 | 2024-08-30T04:09:36.369Z | Checking quote v1.0.36 |
1602 | 2024-08-30T04:09:36.397Z | Checking try-lock v0.2.5 |
1603 | 2024-08-30T04:09:36.527Z | Checking want v0.3.1 |
1604 | 2024-08-30T04:09:36.696Z | Checking syn v2.0.74 |
1605 | 2024-08-30T04:09:36.720Z | Checking pem-rfc7468 v0.7.0 |
1606 | 2024-08-30T04:09:36.843Z | Checking time v0.3.36 |
1607 | 2024-08-30T04:09:36.946Z | Checking slog v2.7.0 |
1608 | 2024-08-30T04:09:36.973Z | Checking tower-service v0.3.2 |
1609 | 2024-08-30T04:09:37.025Z | Checking futures-executor v0.3.30 |
1610 | 2024-08-30T04:09:37.088Z | Checking gimli v0.28.1 |
1611 | 2024-08-30T04:09:37.255Z | Checking futures v0.3.30 |
1612 | 2024-08-30T04:09:37.371Z | Checking httpdate v1.0.3 |
1613 | 2024-08-30T04:09:37.449Z | Checking flagset v0.4.5 |
1614 | 2024-08-30T04:09:37.604Z | Checking http-body v0.4.6 |
1615 | 2024-08-30T04:09:37.641Z | Checking der v0.7.9 |
1616 | 2024-08-30T04:09:37.966Z | Checking pbkdf2 v0.12.2 |
1617 | 2024-08-30T04:09:38.141Z | Checking aes v0.8.4 |
1618 | 2024-08-30T04:09:38.187Z | Checking object v0.32.2 |
1619 | 2024-08-30T04:09:39.055Z | Checking rustc-demangle v0.1.24 |
1620 | 2024-08-30T04:09:39.269Z | Checking salsa20 v0.10.2 |
1621 | 2024-08-30T04:09:39.459Z | Checking cbc v0.1.2 |
1622 | 2024-08-30T04:09:39.461Z | Checking mime v0.3.17 |
1623 | 2024-08-30T04:09:39.504Z | Checking spki v0.7.3 |
1624 | 2024-08-30T04:09:39.506Z | Checking regex v1.10.6 |
1625 | 2024-08-30T04:09:39.670Z | Checking base64 v0.21.7 |
1626 | 2024-08-30T04:09:39.797Z | Checking scrypt v0.11.0 |
1627 | 2024-08-30T04:09:39.800Z | Checking data-encoding v2.6.0 |
1628 | 2024-08-30T04:09:40.022Z | Checking ipnet v2.9.0 |
1629 | 2024-08-30T04:09:40.066Z | Checking utf8parse v0.2.1 |
1630 | 2024-08-30T04:09:40.163Z | Checking pkcs5 v0.7.1 |
1631 | 2024-08-30T04:09:40.219Z | Checking serde_spanned v0.6.7 |
1632 | 2024-08-30T04:09:40.406Z | Checking toml_datetime v0.6.8 |
1633 | 2024-08-30T04:09:40.456Z | Checking crossbeam-utils v0.8.19 |
1634 | 2024-08-30T04:09:40.480Z | Checking foreign-types-shared v0.1.1 |
1635 | 2024-08-30T04:09:40.575Z | Checking tokio-util v0.7.11 |
1636 | 2024-08-30T04:09:40.600Z | Checking openssl-probe v0.1.5 |
1637 | 2024-08-30T04:09:40.663Z | Checking foreign-types v0.3.2 |
1638 | 2024-08-30T04:09:40.684Z | Checking pkcs8 v0.10.2 |
1639 | 2024-08-30T04:09:40.752Z | Checking serde_urlencoded v0.7.1 |
1640 | 2024-08-30T04:09:40.754Z | Checking openssl-sys v0.9.103 |
1641 | 2024-08-30T04:09:40.934Z | Checking addr2line v0.21.0 |
1642 | 2024-08-30T04:09:41.003Z | Checking encoding_rs v0.8.34 |
1643 | 2024-08-30T04:09:41.154Z | Checking anstyle v1.0.8 |
1644 | 2024-08-30T04:09:41.178Z | Checking rustls-webpki v0.101.7 |
1645 | 2024-08-30T04:09:41.378Z | Checking h2 v0.3.26 |
1646 | 2024-08-30T04:09:41.456Z | Checking sct v0.7.1 |
1647 | 2024-08-30T04:09:41.478Z | Checking semver v1.0.23 |
1648 | 2024-08-30T04:09:41.649Z | Checking sha1 v0.10.6 |
1649 | 2024-08-30T04:09:41.849Z | Checking either v1.13.0 |
1650 | 2024-08-30T04:09:41.888Z | Checking rustls v0.21.12 |
1651 | 2024-08-30T04:09:41.929Z | Checking scroll v0.12.0 |
1652 | 2024-08-30T04:09:41.994Z | Checking openssl v0.10.66 |
1653 | 2024-08-30T04:09:42.231Z | Checking plain v0.2.3 |
1654 | 2024-08-30T04:09:42.384Z | Checking ucd-trie v0.1.6 |
1655 | 2024-08-30T04:09:42.407Z | Checking goblin v0.8.2 |
1656 | 2024-08-30T04:09:42.599Z | Checking pest v2.7.10 |
1657 | 2024-08-30T04:09:42.859Z | Checking anstyle-parse v0.2.4 |
1658 | 2024-08-30T04:09:43.125Z | Checking openapiv3 v2.0.0 |
1659 | 2024-08-30T04:09:43.453Z | Checking idna v0.3.0 |
1660 | 2024-08-30T04:09:44.085Z | Checking backtrace v0.3.71 |
1661 | 2024-08-30T04:09:44.324Z | Checking is_terminal_polyfill v1.70.0 |
1662 | 2024-08-30T04:09:44.448Z | Checking bitflags v1.3.2 |
1663 | 2024-08-30T04:09:44.557Z | Checking anstyle-query v1.0.3 |
1664 | 2024-08-30T04:09:44.665Z | Checking anyhow v1.0.86 |
1665 | 2024-08-30T04:09:44.691Z | Checking colorchoice v1.0.1 |
1666 | 2024-08-30T04:09:44.833Z | Checking pretty-hex v0.4.1 |
1667 | 2024-08-30T04:09:45.007Z | Checking psl-types v2.0.11 |
1668 | 2024-08-30T04:09:45.009Z | Checking base64 v0.22.1 |
1669 | 2024-08-30T04:09:45.042Z | Checking dtrace-parser v0.2.0 |
1670 | 2024-08-30T04:09:45.120Z | Checking tokio-rustls v0.24.1 |
1671 | 2024-08-30T04:09:45.177Z | Checking publicsuffix v2.2.3 |
1672 | 2024-08-30T04:09:45.408Z | Checking anstream v0.6.14 |
1673 | 2024-08-30T04:09:45.482Z | Checking rustls-pemfile v1.0.4 |
1674 | 2024-08-30T04:09:45.485Z | Checking cookie v0.17.0 |
1675 | 2024-08-30T04:09:45.522Z | Checking terminal_size v0.3.0 |
1676 | 2024-08-30T04:09:45.675Z | Checking thread-id v4.2.1 |
1677 | 2024-08-30T04:09:45.703Z | Checking clap_lex v0.7.0 |
1678 | 2024-08-30T04:09:45.753Z | Checking strsim v0.11.1 |
1679 | 2024-08-30T04:09:45.788Z | Checking signature v2.2.0 |
1680 | 2024-08-30T04:09:45.900Z | Checking cookie_store v0.20.0 |
1681 | 2024-08-30T04:09:45.943Z | Checking memmap v0.7.0 |
1682 | 2024-08-30T04:09:45.991Z | Checking webpki-roots v0.25.4 |
1683 | 2024-08-30T04:09:46.041Z | Checking clap_builder v4.5.15 |
1684 | 2024-08-30T04:09:46.150Z | Checking sync_wrapper v0.1.2 |
1685 | 2024-08-30T04:09:46.153Z | Checking num-integer v0.1.46 |
1686 | 2024-08-30T04:09:46.273Z | Checking base16ct v0.2.0 |
1687 | 2024-08-30T04:09:46.460Z | Checking winnow v0.6.18 |
1688 | 2024-08-30T04:09:46.500Z | Checking sec1 v0.7.3 |
1689 | 2024-08-30T04:09:46.525Z | Checking ff v0.13.0 |
1690 | 2024-08-30T04:09:46.639Z | Checking stable_deref_trait v1.2.0 |
1691 | 2024-08-30T04:09:46.725Z | Checking group v0.13.0 |
1692 | 2024-08-30T04:09:46.751Z | Checking num-iter v0.1.45 |
1693 | 2024-08-30T04:09:46.874Z | Checking hkdf v0.12.4 |
1694 | 2024-08-30T04:09:46.921Z | Checking crypto-bigint v0.5.5 |
1695 | 2024-08-30T04:09:46.969Z | Checking crc32fast v1.4.0 |
1696 | 2024-08-30T04:09:47.070Z | Checking crossbeam-epoch v0.9.18 |
1697 | 2024-08-30T04:09:47.176Z | Checking hex v0.4.3 |
1698 | 2024-08-30T04:09:47.208Z | Checking dof v0.3.0 |
1699 | 2024-08-30T04:09:47.232Z | Checking hyper v0.14.30 |
1700 | 2024-08-30T04:09:47.312Z | Checking native-tls v0.2.11 |
1701 | 2024-08-30T04:09:47.503Z | Checking static_assertions v1.1.0 |
1702 | 2024-08-30T04:09:47.606Z | Checking winnow v0.5.40 |
1703 | 2024-08-30T04:09:47.648Z | Checking tokio-native-tls v0.3.1 |
1704 | 2024-08-30T04:09:47.703Z | Checking unicode-segmentation v1.11.0 |
1705 | 2024-08-30T04:09:47.832Z | Checking usdt-impl v0.5.0 |
1706 | 2024-08-30T04:09:47.903Z | Checking managed v0.8.0 |
1707 | 2024-08-30T04:09:48.283Z | Checking num-bigint-dig v0.8.4 |
1708 | 2024-08-30T04:09:48.361Z | Checking pkcs1 v0.7.5 |
1709 | 2024-08-30T04:09:48.364Z | Checking usdt v0.5.0 |
1710 | 2024-08-30T04:09:48.607Z | Checking zerocopy v0.6.6 |
1711 | 2024-08-30T04:09:48.764Z | Checking signal-hook v0.3.17 |
1712 | 2024-08-30T04:09:49.002Z | Checking clap v4.5.16 |
1713 | 2024-08-30T04:09:49.075Z | Checking flate2 v1.0.31 |
1714 | 2024-08-30T04:09:49.124Z | Checking bstr v1.9.1 |
1715 | 2024-08-30T04:09:49.340Z | Checking mio v0.8.11 |
1716 | 2024-08-30T04:09:49.395Z | Checking toml_edit v0.22.20 |
1717 | 2024-08-30T04:09:49.676Z | Checking elliptic-curve v0.13.8 |
1718 | 2024-08-30T04:09:49.716Z | Checking siphasher v0.3.11 |
1719 | 2024-08-30T04:09:49.961Z | Checking signal-hook-mio v0.2.4 |
1720 | 2024-08-30T04:09:50.027Z | Checking itertools v0.10.5 |
1721 | 2024-08-30T04:09:50.047Z | Checking idna v0.4.0 |
1722 | 2024-08-30T04:09:50.110Z | Checking bit-vec v0.6.3 |
1723 | 2024-08-30T04:09:50.314Z | Checking itertools v0.12.1 |
1724 | 2024-08-30T04:09:50.400Z | Checking rsa v0.9.6 |
1725 | 2024-08-30T04:09:50.469Z | Checking bit-set v0.5.3 |
1726 | 2024-08-30T04:09:50.553Z | Checking toml_edit v0.19.15 |
1727 | 2024-08-30T04:09:50.764Z | Checking hash32 v0.2.1 |
1728 | 2024-08-30T04:09:50.878Z | Checking hickory-proto v0.24.1 |
1729 | 2024-08-30T04:09:51.056Z | Checking finl_unicode v1.2.0 |
1730 | 2024-08-30T04:09:51.463Z | Checking predicates-core v1.0.6 |
1731 | 2024-08-30T04:09:51.636Z | Checking stringprep v0.1.4 |
1732 | 2024-08-30T04:09:51.638Z | Checking heapless v0.7.17 |
1733 | 2024-08-30T04:09:51.911Z | Checking tokio-stream v0.1.15 |
1734 | 2024-08-30T04:09:51.942Z | Checking console v0.15.8 |
1735 | 2024-08-30T04:09:52.170Z | Checking md-5 v0.10.6 |
1736 | 2024-08-30T04:09:52.396Z | Checking float-cmp v0.9.0 |
1737 | 2024-08-30T04:09:52.518Z | Checking difflib v0.4.0 |
1738 | 2024-08-30T04:09:52.587Z | Checking normalize-line-endings v0.3.0 |
1739 | 2024-08-30T04:09:52.672Z | Checking fixedbitset v0.4.2 |
1740 | 2024-08-30T04:09:52.706Z | Checking fallible-iterator v0.2.0 |
1741 | 2024-08-30T04:09:52.761Z | Checking smoltcp v0.9.1 |
1742 | 2024-08-30T04:09:52.822Z | Checking predicates v3.1.2 |
1743 | 2024-08-30T04:09:52.861Z | Checking similar v2.6.0 |
1744 | 2024-08-30T04:09:52.932Z | Checking petgraph v0.6.5 |
1745 | 2024-08-30T04:09:52.992Z | Checking toml v0.7.8 |
1746 | 2024-08-30T04:09:53.160Z | Checking hyper-tls v0.5.0 |
1747 | 2024-08-30T04:09:53.302Z | Checking hyper-rustls v0.24.2 |
1748 | 2024-08-30T04:09:53.442Z | Checking postgres-protocol v0.6.7 |
1749 | 2024-08-30T04:09:53.465Z | Checking phf_shared v0.11.2 |
1750 | 2024-08-30T04:09:53.585Z | Checking reqwest v0.11.27 |
1751 | 2024-08-30T04:09:53.687Z | Checking phf_shared v0.10.0 |
1752 | 2024-08-30T04:09:53.709Z | Checking fs-err v2.11.0 |
1753 | 2024-08-30T04:09:53.749Z | Checking nix v0.28.0 |
1754 | 2024-08-30T04:09:53.964Z | Checking hubpack v0.1.2 |
1755 | 2024-08-30T04:09:54.075Z | Checking new_debug_unreachable v1.0.6 |
1756 | 2024-08-30T04:09:54.167Z | Checking minimal-lexical v0.2.1 |
1757 | 2024-08-30T04:09:54.192Z | Checking precomputed-hash v0.1.1 |
1758 | 2024-08-30T04:09:54.231Z | Checking lalrpop-util v0.19.12 |
1759 | 2024-08-30T04:09:54.285Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1760 | 2024-08-30T04:09:54.310Z | Checking string_cache v0.8.7 |
1761 | 2024-08-30T04:09:54.533Z | Checking postgres-types v0.2.7 |
1762 | 2024-08-30T04:09:54.558Z | Checking nom v7.1.3 |
1763 | 2024-08-30T04:09:54.585Z | Checking phf v0.11.2 |
1764 | 2024-08-30T04:09:54.849Z | Checking whoami v1.5.1 |
1765 | 2024-08-30T04:09:55.164Z | Checking peg-runtime v0.8.3 |
1766 | 2024-08-30T04:09:55.256Z | Checking tokio-postgres v0.7.11 |
1767 | 2024-08-30T04:09:55.349Z | Compiling regress v0.9.1 |
1768 | 2024-08-30T04:09:55.381Z | Compiling getopts v0.2.21 |
1769 | 2024-08-30T04:09:55.704Z | Compiling unsafe-libyaml v0.2.11 |
1770 | 2024-08-30T04:09:56.287Z | Checking camino v1.1.9 |
1771 | 2024-08-30T04:09:56.289Z | Checking heck v0.5.0 |
1772 | 2024-08-30T04:09:56.482Z | Checking is-terminal v0.4.12 |
1773 | 2024-08-30T04:09:56.612Z | Compiling paste v1.0.15 |
1774 | 2024-08-30T04:09:56.897Z | Compiling ident_case v1.0.1 |
1775 | 2024-08-30T04:09:57.070Z | Compiling serde_yaml v0.9.34+deprecated |
1776 | 2024-08-30T04:09:57.267Z | Compiling darling_core v0.20.9 |
1777 | 2024-08-30T04:09:57.599Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1778 | 2024-08-30T04:09:58.160Z | Checking http v1.1.0 |
1779 | 2024-08-30T04:09:58.268Z | Compiling rustls v0.22.4 |
1780 | 2024-08-30T04:09:58.463Z | Checking dirs-sys-next v0.1.2 |
1781 | 2024-08-30T04:09:58.590Z | Checking crossbeam-channel v0.5.12 |
1782 | 2024-08-30T04:09:58.642Z | Checking dirs-next v2.0.0 |
1783 | 2024-08-30T04:09:58.771Z | Checking thread_local v1.1.8 |
1784 | 2024-08-30T04:09:59.059Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1785 | 2024-08-30T04:09:59.260Z | Compiling multer v3.1.0 |
1786 | 2024-08-30T04:09:59.310Z | Checking term v0.7.0 |
1787 | 2024-08-30T04:09:59.478Z | Compiling async-stream-impl v0.3.5 |
1788 | 2024-08-30T04:09:59.634Z | Checking take_mut v0.2.2 |
1789 | 2024-08-30T04:09:59.749Z | Checking slog-term v2.9.1 |
1790 | 2024-08-30T04:09:59.785Z | Checking slog-async v2.8.0 |
1791 | 2024-08-30T04:10:00.091Z | Checking rustls-pki-types v1.7.0 |
1792 | 2024-08-30T04:10:00.251Z | Checking match_cfg v0.1.0 |
1793 | 2024-08-30T04:10:00.346Z | Checking hostname v0.3.1 |
1794 | 2024-08-30T04:10:00.446Z | Checking strum v0.26.3 |
1795 | 2024-08-30T04:10:00.486Z | Checking toml v0.8.19 |
1796 | 2024-08-30T04:10:00.514Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1797 | 2024-08-30T04:10:00.610Z | Checking rustls-webpki v0.102.4 |
1798 | 2024-08-30T04:10:00.845Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1799 | 2024-08-30T04:10:00.884Z | Checking rustls-pemfile v2.1.3 |
1800 | 2024-08-30T04:10:01.120Z | Checking debug-ignore v1.0.5 |
1801 | 2024-08-30T04:10:01.144Z | Checking slog-json v2.6.1 |
1802 | 2024-08-30T04:10:01.191Z | Checking atomic-waker v1.1.2 |
1803 | 2024-08-30T04:10:01.261Z | Checking async-stream v0.3.5 |
1804 | 2024-08-30T04:10:01.325Z | Checking waitgroup v0.1.2 |
1805 | 2024-08-30T04:10:01.384Z | Checking slog-bunyan v2.5.0 |
1806 | 2024-08-30T04:10:01.476Z | Checking serde_path_to_error v0.1.16 |
1807 | 2024-08-30T04:10:01.555Z | Checking hostname v0.4.0 |
1808 | 2024-08-30T04:10:01.700Z | Checking fastrand v2.1.0 |
1809 | 2024-08-30T04:10:01.830Z | Checking ipnetwork v0.20.0 |
1810 | 2024-08-30T04:10:02.032Z | Checking tempfile v3.10.1 |
1811 | 2024-08-30T04:10:02.089Z | Checking instant v0.1.12 |
1812 | 2024-08-30T04:10:02.171Z | Compiling structmeta-derive v0.3.0 |
1813 | 2024-08-30T04:10:02.195Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1814 | 2024-08-30T04:10:02.216Z | Checking quick-error v1.2.3 |
1815 | 2024-08-30T04:10:02.376Z | Checking newtype-uuid v1.1.0 |
1816 | 2024-08-30T04:10:02.405Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1817 | 2024-08-30T04:10:02.626Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1818 | 2024-08-30T04:10:02.926Z | Checking macaddr v1.0.1 |
1819 | 2024-08-30T04:10:03.025Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1820 | 2024-08-30T04:10:03.177Z | Checking backoff v0.4.0 |
1821 | 2024-08-30T04:10:03.221Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1822 | 2024-08-30T04:10:03.269Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1823 | 2024-08-30T04:10:03.426Z | Checking wait-timeout v0.2.0 |
1824 | 2024-08-30T04:10:03.460Z | Checking rand_xorshift v0.3.0 |
1825 | 2024-08-30T04:10:03.569Z | Compiling structmeta-derive v0.2.0 |
1826 | 2024-08-30T04:10:03.608Z | Checking rusty-fork v0.3.0 |
1827 | 2024-08-30T04:10:03.645Z | Checking unarray v0.1.4 |
1828 | 2024-08-30T04:10:03.799Z | Checking camino-tempfile v1.1.1 |
1829 | 2024-08-30T04:10:03.894Z | Checking proptest v1.5.0 |
1830 | 2024-08-30T04:10:04.076Z | Compiling proc-macro-error v1.0.4 |
1831 | 2024-08-30T04:10:04.217Z | Compiling darling_macro v0.20.9 |
1832 | 2024-08-30T04:10:04.750Z | Compiling proc-macro-crate v1.3.1 |
1833 | 2024-08-30T04:10:04.985Z | Checking tokio-rustls v0.25.0 |
1834 | 2024-08-30T04:10:05.090Z | Compiling structmeta v0.3.0 |
1835 | 2024-08-30T04:10:05.186Z | Compiling darling v0.20.9 |
1836 | 2024-08-30T04:10:05.317Z | Compiling serde_with_macros v3.9.0 |
1837 | 2024-08-30T04:10:05.346Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1838 | 2024-08-30T04:10:05.521Z | Compiling parse-display-derive v0.10.0 |
1839 | 2024-08-30T04:10:05.733Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1840 | 2024-08-30T04:10:05.813Z | Compiling num_enum_derive v0.5.11 |
1841 | 2024-08-30T04:10:06.058Z | Compiling foreign-types-macros v0.2.3 |
1842 | 2024-08-30T04:10:06.495Z | Compiling structmeta v0.2.0 |
1843 | 2024-08-30T04:10:06.939Z | Compiling test-strategy v0.3.1 |
1844 | 2024-08-30T04:10:07.431Z | Checking foreign-types-shared v0.3.1 |
1845 | 2024-08-30T04:10:07.553Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1846 | 2024-08-30T04:10:07.889Z | Checking foreign-types v0.5.0 |
1847 | 2024-08-30T04:10:08.278Z | Checking serde_with v3.9.0 |
1848 | 2024-08-30T04:10:08.333Z | Checking cstr-argument v0.1.2 |
1849 | 2024-08-30T04:10:08.419Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1850 | 2024-08-30T04:10:08.501Z | Checking num_enum v0.5.11 |
1851 | 2024-08-30T04:10:08.523Z | Checking pretty-hex v0.2.1 |
1852 | 2024-08-30T04:10:08.657Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1853 | 2024-08-30T04:10:08.687Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1854 | 2024-08-30T04:10:08.953Z | Checking tabwriter v1.4.0 |
1855 | 2024-08-30T04:10:08.977Z | Checking colored v2.1.0 |
1856 | 2024-08-30T04:10:09.191Z | Checking socket2 v0.4.10 |
1857 | 2024-08-30T04:10:09.212Z | Checking smf v0.2.3 |
1858 | 2024-08-30T04:10:09.280Z | Compiling heapless v0.8.0 |
1859 | 2024-08-30T04:10:09.400Z | Checking termtree v0.4.1 |
1860 | 2024-08-30T04:10:09.592Z | Checking predicates-tree v1.0.9 |
1861 | 2024-08-30T04:10:09.627Z | Checking hash32 v0.3.1 |
1862 | 2024-08-30T04:10:09.653Z | Compiling smoltcp v0.11.0 |
1863 | 2024-08-30T04:10:09.735Z | Compiling crucible-workspace-hack v0.1.0 |
1864 | 2024-08-30T04:10:09.815Z | Checking cobs v0.2.3 |
1865 | 2024-08-30T04:10:09.987Z | Checking embedded-io v0.4.0 |
1866 | 2024-08-30T04:10:10.101Z | Checking parse-display v0.10.0 |
1867 | 2024-08-30T04:10:10.156Z | Checking sigpipe v0.1.3 |
1868 | 2024-08-30T04:10:10.178Z | Checking postcard v1.0.8 |
1869 | 2024-08-30T04:10:10.258Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1870 | 2024-08-30T04:10:10.321Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1871 | 2024-08-30T04:10:10.418Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1872 | 2024-08-30T04:10:10.472Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1873 | 2024-08-30T04:10:10.621Z | Compiling mockall_derive v0.13.0 |
1874 | 2024-08-30T04:10:10.815Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1875 | 2024-08-30T04:10:10.846Z | Checking humantime v2.1.0 |
1876 | 2024-08-30T04:10:10.865Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1877 | 2024-08-30T04:10:11.113Z | Compiling zone_cfg_derive v0.3.0 |
1878 | 2024-08-30T04:10:11.116Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1879 | 2024-08-30T04:10:11.311Z | Compiling num-derive v0.4.2 |
1880 | 2024-08-30T04:10:11.473Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1881 | 2024-08-30T04:10:11.496Z | Checking fragile v2.0.0 |
1882 | 2024-08-30T04:10:11.741Z | Checking downcast v0.11.0 |
1883 | 2024-08-30T04:10:11.817Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1884 | 2024-08-30T04:10:11.929Z | Checking newline-converter v0.3.0 |
1885 | 2024-08-30T04:10:12.056Z | Checking utf-8 v0.7.6 |
1886 | 2024-08-30T04:10:12.084Z | Checking expectorate v1.1.0 |
1887 | 2024-08-30T04:10:12.301Z | Checking arc-swap v1.7.1 |
1888 | 2024-08-30T04:10:12.322Z | Checking xattr v1.3.1 |
1889 | 2024-08-30T04:10:12.534Z | Checking filetime v0.2.24 |
1890 | 2024-08-30T04:10:12.647Z | Checking zone v0.3.0 |
1891 | 2024-08-30T04:10:12.702Z | Checking slog-scope v4.4.0 |
1892 | 2024-08-30T04:10:12.745Z | Checking termcolor v1.4.1 |
1893 | 2024-08-30T04:10:12.823Z | Checking tar v0.4.41 |
1894 | 2024-08-30T04:10:12.909Z | Checking slog-stdlog v4.1.1 |
1895 | 2024-08-30T04:10:13.082Z | Checking slog-envlogger v2.2.0 |
1896 | 2024-08-30T04:10:13.209Z | Compiling derive-where v1.2.7 |
1897 | 2024-08-30T04:10:13.306Z | Checking same-file v1.0.6 |
1898 | 2024-08-30T04:10:13.386Z | Checking tungstenite v0.21.0 |
1899 | 2024-08-30T04:10:13.479Z | Checking walkdir v2.5.0 |
1900 | 2024-08-30T04:10:13.551Z | Checking password-hash v0.5.0 |
1901 | 2024-08-30T04:10:13.642Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1902 | 2024-08-30T04:10:13.738Z | Checking blake2 v0.10.6 |
1903 | 2024-08-30T04:10:13.957Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1904 | 2024-08-30T04:10:13.999Z | Checking num-rational v0.4.2 |
1905 | 2024-08-30T04:10:14.060Z | Checking num-complex v0.4.6 |
1906 | 2024-08-30T04:10:14.199Z | Checking argon2 v0.5.3 |
1907 | 2024-08-30T04:10:14.254Z | Checking tokio-tungstenite v0.21.0 |
1908 | 2024-08-30T04:10:14.639Z | Compiling convert_case v0.4.0 |
1909 | 2024-08-30T04:10:14.734Z | Checking float-ord v0.3.2 |
1910 | 2024-08-30T04:10:14.874Z | Checking atty v0.2.14 |
1911 | 2024-08-30T04:10:14.897Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1912 | 2024-08-30T04:10:14.966Z | Checking num v0.4.3 |
1913 | 2024-08-30T04:10:15.001Z | Checking pem v3.0.4 |
1914 | 2024-08-30T04:10:15.269Z | Checking tungstenite v0.20.1 |
1915 | 2024-08-30T04:10:15.271Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1916 | 2024-08-30T04:10:15.622Z | Compiling derive_more v0.99.18 |
1917 | 2024-08-30T04:10:15.693Z | Checking env_logger v0.9.3 |
1918 | 2024-08-30T04:10:16.137Z | Checking tokio-tungstenite v0.20.1 |
1919 | 2024-08-30T04:10:16.159Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1920 | 2024-08-30T04:10:16.517Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1921 | 2024-08-30T04:10:16.564Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1922 | 2024-08-30T04:10:16.700Z | Compiling bitstruct_derive v0.1.0 |
1923 | 2024-08-30T04:10:16.732Z | Checking ascii v1.1.0 |
1924 | 2024-08-30T04:10:16.800Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1925 | 2024-08-30T04:10:16.844Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1926 | 2024-08-30T04:10:16.959Z | Checking atomicwrites v0.4.3 |
1927 | 2024-08-30T04:10:17.032Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1928 | 2024-08-30T04:10:17.076Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1929 | 2024-08-30T04:10:17.134Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1930 | 2024-08-30T04:10:17.158Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1931 | 2024-08-30T04:10:17.179Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1932 | 2024-08-30T04:10:17.350Z | Checking erased-serde v0.3.31 |
1933 | 2024-08-30T04:10:17.395Z | Checking serde_arrays v0.1.0 |
1934 | 2024-08-30T04:10:17.437Z | Compiling heck v0.3.3 |
1935 | 2024-08-30T04:10:17.550Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1936 | 2024-08-30T04:10:17.889Z | Compiling zone_cfg_derive v0.1.2 |
1937 | 2024-08-30T04:10:17.919Z | Checking yasna v0.5.2 |
1938 | 2024-08-30T04:10:18.054Z | Checking bitstruct v0.1.1 |
1939 | 2024-08-30T04:10:18.077Z | Checking headers-core v0.2.0 |
1940 | 2024-08-30T04:10:18.169Z | Checking base64 v0.13.1 |
1941 | 2024-08-30T04:10:18.220Z | Checking headers v0.3.9 |
1942 | 2024-08-30T04:10:18.386Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1943 | 2024-08-30T04:10:18.554Z | Checking ron v0.7.1 |
1944 | 2024-08-30T04:10:18.755Z | Checking rcgen v0.12.1 |
1945 | 2024-08-30T04:10:18.993Z | Checking mockall v0.13.0 |
1946 | 2024-08-30T04:10:19.353Z | Checking portpicker v0.1.1 |
1947 | 2024-08-30T04:10:19.386Z | Checking zone v0.1.8 |
1948 | 2024-08-30T04:10:19.409Z | Checking subprocess v0.2.9 |
1949 | 2024-08-30T04:10:19.498Z | Checking highway v1.2.0 |
1950 | 2024-08-30T04:10:19.637Z | Compiling semver v0.1.20 |
1951 | 2024-08-30T04:10:19.909Z | Compiling prettyplease v0.2.20 |
1952 | 2024-08-30T04:10:19.935Z | Compiling cookie v0.18.1 |
1953 | 2024-08-30T04:10:20.031Z | Compiling rustc_version v0.1.7 |
1954 | 2024-08-30T04:10:20.232Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1955 | 2024-08-30T04:10:20.296Z | Checking half v2.4.1 |
1956 | 2024-08-30T04:10:20.503Z | Compiling newtype_derive v0.1.6 |
1957 | 2024-08-30T04:10:20.738Z | Checking ciborium-io v0.2.2 |
1958 | 2024-08-30T04:10:20.740Z | Checking linked-hash-map v0.5.6 |
1959 | 2024-08-30T04:10:20.873Z | Checking ciborium-ll v0.2.2 |
1960 | 2024-08-30T04:10:20.960Z | Compiling rayon-core v1.12.1 |
1961 | 2024-08-30T04:10:20.998Z | Checking steno v0.4.1 |
1962 | 2024-08-30T04:10:21.051Z | Checking lru-cache v0.1.2 |
1963 | 2024-08-30T04:10:21.162Z | Checking ciborium v0.2.2 |
1964 | 2024-08-30T04:10:21.221Z | Checking resolv-conf v0.7.0 |
1965 | 2024-08-30T04:10:21.287Z | Checking swrite v0.1.0 |
1966 | 2024-08-30T04:10:21.494Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1967 | 2024-08-30T04:10:21.620Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1968 | 2024-08-30T04:10:21.781Z | Checking hickory-resolver v0.24.1 |
1969 | 2024-08-30T04:10:23.000Z | Compiling home v0.5.9 |
1970 | 2024-08-30T04:10:24.065Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1971 | 2024-08-30T04:10:26.975Z | Compiling slog-dtrace v0.3.0 |
1972 | 2024-08-30T04:10:27.070Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1973 | 2024-08-30T04:10:27.349Z | Compiling blake3 v1.5.1 |
1974 | 2024-08-30T04:10:27.371Z | Compiling ring v0.16.20 |
1975 | 2024-08-30T04:10:27.393Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1976 | 2024-08-30T04:10:27.609Z | Compiling cancel-safe-futures v0.1.5 |
1977 | 2024-08-30T04:10:28.188Z | Checking itertools v0.13.0 |
1978 | 2024-08-30T04:10:28.271Z | Checking libsw v3.3.1 |
1979 | 2024-08-30T04:10:28.527Z | Checking linear-map v1.2.0 |
1980 | 2024-08-30T04:10:28.666Z | Checking owo-colors v4.0.0 |
1981 | 2024-08-30T04:10:28.865Z | Compiling crossbeam-deque v0.8.5 |
1982 | 2024-08-30T04:10:29.522Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1983 | 2024-08-30T04:10:30.513Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1984 | 2024-08-30T04:10:30.713Z | Compiling memmap2 v0.9.4 |
1985 | 2024-08-30T04:10:30.805Z | Compiling constant_time_eq v0.3.0 |
1986 | 2024-08-30T04:10:30.994Z | Compiling untrusted v0.7.1 |
1987 | 2024-08-30T04:10:31.115Z | Compiling rayon v1.10.0 |
1988 | 2024-08-30T04:10:31.189Z | Compiling spin v0.5.2 |
1989 | 2024-08-30T04:10:31.193Z | Compiling arrayvec v0.7.4 |
1990 | 2024-08-30T04:10:31.440Z | Compiling arrayref v0.3.7 |
1991 | 2024-08-30T04:10:31.596Z | Compiling toolchain_find v0.4.0 |
1992 | 2024-08-30T04:10:32.289Z | Compiling topological-sort v0.2.2 |
1993 | 2024-08-30T04:10:32.521Z | Compiling rustfmt-wrapper v0.2.1 |
1994 | 2024-08-30T04:10:32.591Z | Checking display-error-chain v0.2.1 |
1995 | 2024-08-30T04:10:32.737Z | Checking nibble_vec v0.1.0 |
1996 | 2024-08-30T04:10:32.932Z | Checking endian-type v0.1.2 |
1997 | 2024-08-30T04:10:33.102Z | Checking fxhash v0.2.1 |
1998 | 2024-08-30T04:10:33.142Z | Checking radix_trie v0.2.1 |
1999 | 2024-08-30T04:10:33.279Z | Checking keccak v0.1.5 |
2000 | 2024-08-30T04:10:33.552Z | Checking secrecy v0.8.0 |
2001 | 2024-08-30T04:10:33.606Z | Checking sha3 v0.10.8 |
2002 | 2024-08-30T04:10:33.764Z | Checking universal-hash v0.5.1 |
2003 | 2024-08-30T04:10:33.956Z | Checking opaque-debug v0.3.1 |
2004 | 2024-08-30T04:10:34.002Z | Checking maplit v1.0.2 |
2005 | 2024-08-30T04:10:34.056Z | Compiling curve25519-dalek v4.1.3 |
2006 | 2024-08-30T04:10:34.117Z | Compiling radium v0.7.0 |
2007 | 2024-08-30T04:10:34.198Z | Checking aead v0.5.2 |
2008 | 2024-08-30T04:10:34.422Z | Compiling curve25519-dalek-derive v0.1.1 |
2009 | 2024-08-30T04:10:34.643Z | Compiling maybe-uninit v2.0.0 |
2010 | 2024-08-30T04:10:34.819Z | Checking tap v1.0.1 |
2011 | 2024-08-30T04:10:34.993Z | Checking wyz v0.5.1 |
2012 | 2024-08-30T04:10:35.138Z | Checking poly1305 v0.8.0 |
2013 | 2024-08-30T04:10:35.246Z | Checking chacha20 v0.9.1 |
2014 | 2024-08-30T04:10:35.394Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2015 | 2024-08-30T04:10:35.574Z | Compiling packed_struct v0.10.1 |
2016 | 2024-08-30T04:10:35.618Z | Checking crc-catalog v2.4.0 |
2017 | 2024-08-30T04:10:35.770Z | Checking funty v2.0.0 |
2018 | 2024-08-30T04:10:35.791Z | Checking crc v3.2.1 |
2019 | 2024-08-30T04:10:35.905Z | Compiling omicron-zone-package v0.11.0 |
2020 | 2024-08-30T04:10:36.323Z | Checking gethostname v0.5.0 |
2021 | 2024-08-30T04:10:36.459Z | Checking kstat-rs v0.2.4 |
2022 | 2024-08-30T04:10:36.538Z | Compiling packed_struct_codegen v0.10.1 |
2023 | 2024-08-30T04:10:36.751Z | Checking bitvec v1.0.1 |
2024 | 2024-08-30T04:10:36.790Z | Compiling indexmap v1.9.3 |
2025 | 2024-08-30T04:10:37.106Z | Checking nodrop v0.1.14 |
2026 | 2024-08-30T04:10:37.260Z | Compiling libefi-sys v0.1.0 |
2027 | 2024-08-30T04:10:37.480Z | Checking array-init v0.0.4 |
2028 | 2024-08-30T04:10:37.620Z | Checking smallvec v0.6.14 |
2029 | 2024-08-30T04:10:37.662Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2030 | 2024-08-30T04:10:37.786Z | Compiling bitfield-struct v0.6.1 |
2031 | 2024-08-30T04:10:38.007Z | Checking bitfield v0.14.0 |
2032 | 2024-08-30T04:10:38.075Z | Checking hashbrown v0.12.3 |
2033 | 2024-08-30T04:10:38.486Z | Checking serde-hex v0.1.0 |
2034 | 2024-08-30T04:10:38.573Z | Checking bzip2 v0.4.4 |
2035 | 2024-08-30T04:10:39.233Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2036 | 2024-08-30T04:10:39.254Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2037 | 2024-08-30T04:10:39.312Z | Checking env_logger v0.10.2 |
2038 | 2024-08-30T04:10:39.488Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2039 | 2024-08-30T04:10:39.736Z | Checking ron v0.8.1 |
2040 | 2024-08-30T04:10:39.795Z | Checking x509-cert v0.2.5 |
2041 | 2024-08-30T04:10:39.797Z | Checking hashbrown v0.13.2 |
2042 | 2024-08-30T04:10:39.834Z | Compiling thiserror-impl-no-std v2.0.2 |
2043 | 2024-08-30T04:10:40.786Z | Compiling async-recursion v1.1.1 |
2044 | 2024-08-30T04:10:40.969Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2045 | 2024-08-30T04:10:41.092Z | Checking crc-any v2.5.0 |
2046 | 2024-08-30T04:10:41.406Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2047 | 2024-08-30T04:10:41.480Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2048 | 2024-08-30T04:10:41.748Z | Checking object v0.30.4 |
2049 | 2024-08-30T04:10:42.082Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2050 | 2024-08-30T04:10:42.104Z | Checking zip v0.6.6 |
2051 | 2024-08-30T04:10:42.353Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2052 | 2024-08-30T04:10:42.411Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2053 | 2024-08-30T04:10:42.515Z | Checking path-slash v0.1.5 |
2054 | 2024-08-30T04:10:42.657Z | Compiling parking_lot_core v0.8.6 |
2055 | 2024-08-30T04:10:43.013Z | Checking chacha20poly1305 v0.10.1 |
2056 | 2024-08-30T04:10:43.028Z | Checking glob v0.3.1 |
2057 | 2024-08-30T04:10:43.028Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2058 | 2024-08-30T04:10:43.130Z | Checking hickory-client v0.24.1 |
2059 | 2024-08-30T04:10:43.157Z | Checking thiserror-no-std v2.0.2 |
2060 | 2024-08-30T04:10:43.218Z | Checking hickory-server v0.24.1 |
2061 | 2024-08-30T04:10:43.258Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2062 | 2024-08-30T04:10:43.260Z | Checking vsss-rs v3.3.4 |
2063 | 2024-08-30T04:10:43.492Z | Checking parking_lot v0.11.2 |
2064 | 2024-08-30T04:10:43.514Z | Checking crossterm v0.28.1 |
2065 | 2024-08-30T04:10:43.738Z | Compiling buf-list v1.0.3 |
2066 | 2024-08-30T04:10:43.827Z | Checking sled v0.34.7 |
2067 | 2024-08-30T04:10:44.515Z | Compiling unicase v2.7.0 |
2068 | 2024-08-30T04:10:45.387Z | Checking nanorand v0.7.0 |
2069 | 2024-08-30T04:10:45.769Z | Checking flume v0.11.0 |
2070 | 2024-08-30T04:10:45.884Z | Compiling vte_generate_state_changes v0.1.1 |
2071 | 2024-08-30T04:10:46.218Z | Compiling mime_guess v2.0.4 |
2072 | 2024-08-30T04:10:46.222Z | Checking fd-lock v4.0.2 |
2073 | 2024-08-30T04:10:46.540Z | Checking vte v0.11.1 |
2074 | 2024-08-30T04:10:46.542Z | Compiling dsl_auto_type v0.1.2 |
2075 | 2024-08-30T04:10:46.582Z | Checking crossterm v0.27.0 |
2076 | 2024-08-30T04:10:46.681Z | Checking scheduled-thread-pool v0.2.7 |
2077 | 2024-08-30T04:10:46.907Z | Compiling diesel_table_macro_syntax v0.2.0 |
2078 | 2024-08-30T04:10:47.125Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2079 | 2024-08-30T04:10:47.437Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2080 | 2024-08-30T04:10:47.505Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2081 | 2024-08-30T04:10:47.603Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2082 | 2024-08-30T04:10:47.631Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2083 | 2024-08-30T04:10:48.157Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2084 | 2024-08-30T04:10:48.373Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2085 | 2024-08-30T04:10:48.833Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2086 | 2024-08-30T04:10:49.942Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2087 | 2024-08-30T04:10:51.425Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2088 | 2024-08-30T04:10:51.753Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2089 | 2024-08-30T04:10:52.263Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2090 | 2024-08-30T04:10:52.485Z | Checking strip-ansi-escapes v0.2.0 |
2091 | 2024-08-30T04:10:52.674Z | Checking nu-ansi-term v0.50.0 |
2092 | 2024-08-30T04:10:52.694Z | Compiling crunchy v0.2.2 |
2093 | 2024-08-30T04:10:53.250Z | Checking reedline v0.33.0 |
2094 | 2024-08-30T04:10:54.014Z | Compiling diesel_derives v2.2.2 |
2095 | 2024-08-30T04:10:54.346Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2096 | 2024-08-30T04:10:54.625Z | Checking r2d2 v0.8.10 |
2097 | 2024-08-30T04:10:54.949Z | Compiling clang-sys v1.7.0 |
2098 | 2024-08-30T04:10:55.637Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2099 | 2024-08-30T04:10:55.640Z | Compiling pin-project-internal v1.1.5 |
2100 | 2024-08-30T04:10:55.883Z | Checking http-range v0.1.5 |
2101 | 2024-08-30T04:10:55.885Z | Compiling tiny-keccak v2.0.2 |
2102 | 2024-08-30T04:10:56.066Z | Checking hyper-staticfile v0.9.5 |
2103 | 2024-08-30T04:10:56.241Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2104 | 2024-08-30T04:10:56.477Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2105 | 2024-08-30T04:10:56.593Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2106 | 2024-08-30T04:10:56.852Z | Compiling ref-cast v1.0.23 |
2107 | 2024-08-30T04:10:57.508Z | Compiling ascii-canvas v3.0.0 |
2108 | 2024-08-30T04:10:57.896Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2109 | 2024-08-30T04:10:58.063Z | Compiling ena v0.14.3 |
2110 | 2024-08-30T04:10:58.234Z | Compiling ref-cast-impl v1.0.23 |
2111 | 2024-08-30T04:10:58.459Z | Compiling libloading v0.8.3 |
2112 | 2024-08-30T04:10:58.829Z | Checking pin-project v1.1.5 |
2113 | 2024-08-30T04:10:58.913Z | Compiling regex-syntax v0.6.29 |
2114 | 2024-08-30T04:10:58.960Z | Compiling bindgen v0.69.4 |
2115 | 2024-08-30T04:10:59.426Z | Checking bytecount v0.6.8 |
2116 | 2024-08-30T04:10:59.581Z | Compiling diff v0.1.13 |
2117 | 2024-08-30T04:10:59.743Z | Checking papergrid v0.11.0 |
2118 | 2024-08-30T04:11:00.479Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2119 | 2024-08-30T04:11:01.148Z | Compiling which v4.4.2 |
2120 | 2024-08-30T04:11:01.788Z | Compiling tabled_derive v0.7.0 |
2121 | 2024-08-30T04:11:04.403Z | Compiling lalrpop v0.19.12 |
2122 | 2024-08-30T04:11:04.806Z | Compiling cexpr v0.6.0 |
2123 | 2024-08-30T04:11:04.870Z | Compiling lazycell v1.3.0 |
2124 | 2024-08-30T04:11:05.051Z | Compiling shlex v1.3.0 |
2125 | 2024-08-30T04:11:05.477Z | Compiling rustc-hash v1.1.0 |
2126 | 2024-08-30T04:11:06.335Z | Checking diesel v2.2.3 |
2127 | 2024-08-30T04:11:07.320Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2128 | 2024-08-30T04:11:10.768Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2129 | 2024-08-30T04:11:12.652Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2130 | 2024-08-30T04:11:14.734Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2131 | 2024-08-30T04:11:15.699Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2132 | 2024-08-30T04:11:15.855Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2133 | 2024-08-30T04:11:16.368Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2134 | 2024-08-30T04:11:16.370Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2135 | 2024-08-30T04:11:17.101Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2136 | 2024-08-30T04:11:17.665Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2137 | 2024-08-30T04:11:17.853Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2138 | 2024-08-30T04:11:17.933Z | Checking tabled v0.15.0 |
2139 | 2024-08-30T04:11:18.263Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2140 | 2024-08-30T04:11:18.691Z | Compiling derive_builder_core v0.20.0 |
2141 | 2024-08-30T04:11:21.009Z | Checking signal-hook-tokio v0.3.1 |
2142 | 2024-08-30T04:11:21.198Z | Compiling libxml v0.3.3 |
2143 | 2024-08-30T04:11:21.630Z | Compiling derive_builder_macro v0.20.0 |
2144 | 2024-08-30T04:11:22.076Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2145 | 2024-08-30T04:11:23.343Z | Compiling strum_macros v0.24.3 |
2146 | 2024-08-30T04:11:23.729Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2147 | 2024-08-30T04:11:23.731Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2148 | 2024-08-30T04:11:24.595Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2149 | 2024-08-30T04:11:25.372Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2150 | 2024-08-30T04:11:25.836Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2151 | 2024-08-30T04:11:26.691Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2152 | 2024-08-30T04:11:27.066Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2153 | 2024-08-30T04:11:27.190Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2154 | 2024-08-30T04:11:29.822Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2155 | 2024-08-30T04:11:30.510Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2156 | 2024-08-30T04:11:30.614Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2157 | 2024-08-30T04:11:30.878Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2158 | 2024-08-30T04:11:30.953Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2159 | 2024-08-30T04:11:32.862Z | Compiling memoffset v0.9.1 |
2160 | 2024-08-30T04:11:33.200Z | Compiling indoc v1.0.9 |
2161 | 2024-08-30T04:11:33.750Z | Checking derive_builder v0.20.0 |
2162 | 2024-08-30T04:11:34.222Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2163 | 2024-08-30T04:11:34.524Z | Checking quick-xml v0.31.0 |
2164 | 2024-08-30T04:11:35.765Z | Compiling peg-macros v0.8.4 |
2165 | 2024-08-30T04:11:35.937Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2166 | 2024-08-30T04:11:36.421Z | Compiling snafu-derive v0.8.2 |
2167 | 2024-08-30T04:11:37.350Z | Compiling oso-derive v0.27.3 |
2168 | 2024-08-30T04:11:38.456Z | Compiling impl-trait-for-tuples v0.2.2 |
2169 | 2024-08-30T04:11:38.966Z | Compiling sqlparser_derive v0.2.2 |
2170 | 2024-08-30T04:11:39.446Z | Compiling dropshot v0.10.1 |
2171 | 2024-08-30T04:11:39.767Z | Checking unicode_categories v0.1.1 |
2172 | 2024-08-30T04:11:40.060Z | Checking sqlparser v0.45.0 |
2173 | 2024-08-30T04:11:40.080Z | Checking sqlformat v0.2.4 |
2174 | 2024-08-30T04:11:42.038Z | Checking snafu v0.8.2 |
2175 | 2024-08-30T04:11:42.640Z | Checking peg v0.8.4 |
2176 | 2024-08-30T04:11:42.891Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2177 | 2024-08-30T04:11:43.018Z | Checking rustyline v14.0.0 |
2178 | 2024-08-30T04:11:44.558Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2179 | 2024-08-30T04:11:44.694Z | Checking tungstenite v0.23.0 |
2180 | 2024-08-30T04:11:44.715Z | Checking globset v0.4.14 |
2181 | 2024-08-30T04:11:45.097Z | Checking olpc-cjson v0.1.3 |
2182 | 2024-08-30T04:11:45.222Z | Checking bcs v0.1.6 |
2183 | 2024-08-30T04:11:45.326Z | Checking serde_plain v1.0.2 |
2184 | 2024-08-30T04:11:45.579Z | Compiling dropshot_endpoint v0.10.1 |
2185 | 2024-08-30T04:11:45.600Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2186 | 2024-08-30T04:11:45.697Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2187 | 2024-08-30T04:11:45.904Z | Checking typed-path v0.7.1 |
2188 | 2024-08-30T04:11:46.176Z | Checking tokio-tungstenite v0.23.1 |
2189 | 2024-08-30T04:11:46.611Z | Checking nix v0.27.1 |
2190 | 2024-08-30T04:11:46.685Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2191 | 2024-08-30T04:11:46.949Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2192 | 2024-08-30T04:11:47.285Z | Checking bb8 v0.8.5 |
2193 | 2024-08-30T04:11:47.753Z | Checking tough v0.17.1 |
2194 | 2024-08-30T04:11:47.792Z | Checking serde-big-array v0.5.1 |
2195 | 2024-08-30T04:11:47.899Z | Compiling const_format_proc_macros v0.2.32 |
2196 | 2024-08-30T04:11:48.018Z | Checking parse-size v1.0.0 |
2197 | 2024-08-30T04:11:49.086Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2198 | 2024-08-30T04:11:49.335Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2199 | 2024-08-30T04:11:50.500Z | Checking const_format v0.2.32 |
2200 | 2024-08-30T04:11:51.011Z | Checking async-bb8-diesel v0.2.1 |
2201 | 2024-08-30T04:11:51.432Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2202 | 2024-08-30T04:11:52.088Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2203 | 2024-08-30T04:11:52.493Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2204 | 2024-08-30T04:11:53.706Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2205 | 2024-08-30T04:11:54.962Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2206 | 2024-08-30T04:11:55.020Z | Checking assert_matches v1.5.0 |
2207 | 2024-08-30T04:11:55.128Z | Checking heck v0.4.1 |
2208 | 2024-08-30T04:11:55.271Z | Compiling portable-atomic v1.6.0 |
2209 | 2024-08-30T04:11:55.340Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2210 | 2024-08-30T04:11:55.712Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2211 | 2024-08-30T04:11:55.757Z | Checking rand_seeder v0.3.0 |
2212 | 2024-08-30T04:11:55.988Z | Compiling libz-sys v1.1.16 |
2213 | 2024-08-30T04:11:56.249Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2214 | 2024-08-30T04:11:56.807Z | Checking number_prefix v0.4.0 |
2215 | 2024-08-30T04:11:57.015Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2216 | 2024-08-30T04:11:57.254Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2217 | 2024-08-30T04:11:57.448Z | Checking indicatif v0.17.8 |
2218 | 2024-08-30T04:11:58.410Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2219 | 2024-08-30T04:11:58.566Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2220 | 2024-08-30T04:11:59.589Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2221 | 2024-08-30T04:11:59.707Z | Compiling vergen v8.3.2 |
2222 | 2024-08-30T04:12:00.027Z | Compiling cargo-platform v0.1.8 |
2223 | 2024-08-30T04:12:00.543Z | Checking is_ci v1.2.0 |
2224 | 2024-08-30T04:12:00.564Z | Checking smawk v0.3.2 |
2225 | 2024-08-30T04:12:00.682Z | Checking unicode-linebreak v0.1.5 |
2226 | 2024-08-30T04:12:00.749Z | Checking supports-color v3.0.0 |
2227 | 2024-08-30T04:12:00.938Z | Compiling cargo_metadata v0.18.1 |
2228 | 2024-08-30T04:12:00.989Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2229 | 2024-08-30T04:12:01.037Z | Checking textwrap v0.16.1 |
2230 | 2024-08-30T04:12:01.439Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2231 | 2024-08-30T04:12:01.764Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2232 | 2024-08-30T04:12:02.985Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2233 | 2024-08-30T04:12:03.065Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2234 | 2024-08-30T04:12:03.227Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2235 | 2024-08-30T04:12:03.743Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2236 | 2024-08-30T04:12:04.460Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2237 | 2024-08-30T04:12:04.773Z | Checking castaway v0.2.3 |
2238 | 2024-08-30T04:12:04.946Z | Compiling libsqlite3-sys v0.28.0 |
2239 | 2024-08-30T04:12:05.545Z | Checking compact_str v0.8.0 |
2240 | 2024-08-30T04:12:05.829Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2241 | 2024-08-30T04:12:06.463Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2242 | 2024-08-30T04:12:06.784Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2243 | 2024-08-30T04:12:07.108Z | Checking unicode-truncate v1.0.0 |
2244 | 2024-08-30T04:12:07.350Z | Checking lru v0.12.3 |
2245 | 2024-08-30T04:12:07.645Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2246 | 2024-08-30T04:12:07.671Z | Compiling instability v0.3.2 |
2247 | 2024-08-30T04:12:07.720Z | Checking cassowary v0.3.0 |
2248 | 2024-08-30T04:12:08.623Z | Checking ratatui v0.28.0 |
2249 | 2024-08-30T04:12:08.647Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2250 | 2024-08-30T04:12:08.725Z | Checking hashlink v0.9.1 |
2251 | 2024-08-30T04:12:09.329Z | Checking fallible-streaming-iterator v0.1.9 |
2252 | 2024-08-30T04:12:09.570Z | Checking fallible-iterator v0.3.0 |
2253 | 2024-08-30T04:12:09.840Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2254 | 2024-08-30T04:12:10.081Z | Checking twox-hash v1.6.3 |
2255 | 2024-08-30T04:12:10.210Z | Checking rusqlite v0.31.0 |
2256 | 2024-08-30T04:12:10.568Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2257 | 2024-08-30T04:12:11.664Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2258 | 2024-08-30T04:12:11.768Z | Checking fatfs v0.3.6 |
2259 | 2024-08-30T04:12:12.764Z | Checking csv-core v0.1.11 |
2260 | 2024-08-30T04:12:13.128Z | Checking shell-words v1.1.0 |
2261 | 2024-08-30T04:12:13.305Z | Checking csv v1.3.0 |
2262 | 2024-08-30T04:12:13.326Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2263 | 2024-08-30T04:12:14.446Z | Checking rtoolbox v0.0.2 |
2264 | 2024-08-30T04:12:14.658Z | Checking rpassword v7.3.1 |
2265 | 2024-08-30T04:12:16.534Z | Checking tui-tree-widget v0.22.0 |
2266 | 2024-08-30T04:12:16.868Z | Checking polyval v0.6.2 |
2267 | 2024-08-30T04:12:17.145Z | Checking rfc6979 v0.4.0 |
2268 | 2024-08-30T04:12:17.634Z | Checking plotters-backend v0.3.5 |
2269 | 2024-08-30T04:12:17.715Z | Checking plotters-svg v0.3.5 |
2270 | 2024-08-30T04:12:17.933Z | Checking ecdsa v0.16.9 |
2271 | 2024-08-30T04:12:18.707Z | Checking ghash v0.5.1 |
2272 | 2024-08-30T04:12:18.887Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2273 | 2024-08-30T04:12:19.932Z | Checking primeorder v0.13.6 |
2274 | 2024-08-30T04:12:19.953Z | Checking ctr v0.9.2 |
2275 | 2024-08-30T04:12:20.242Z | Checking yansi v0.5.1 |
2276 | 2024-08-30T04:12:20.735Z | Checking cast v0.3.0 |
2277 | 2024-08-30T04:12:20.996Z | Checking pretty_assertions v1.4.0 |
2278 | 2024-08-30T04:12:21.014Z | Checking criterion-plot v0.5.0 |
2279 | 2024-08-30T04:12:21.198Z | Checking aes-gcm v0.10.3 |
2280 | 2024-08-30T04:12:21.451Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2281 | 2024-08-30T04:12:21.500Z | Checking plotters v0.3.5 |
2282 | 2024-08-30T04:12:23.145Z | Checking ed25519 v2.2.3 |
2283 | 2024-08-30T04:12:23.398Z | Checking ssh-encoding v0.2.0 |
2284 | 2024-08-30T04:12:23.756Z | Checking tinytemplate v1.2.1 |
2285 | 2024-08-30T04:12:24.155Z | Checking blowfish v0.9.1 |
2286 | 2024-08-30T04:12:24.404Z | Checking anes v0.1.6 |
2287 | 2024-08-30T04:12:24.774Z | Checking oorandom v11.1.3 |
2288 | 2024-08-30T04:12:24.947Z | Checking criterion v0.5.1 |
2289 | 2024-08-30T04:12:27.785Z | Checking bcrypt-pbkdf v0.10.0 |
2290 | 2024-08-30T04:12:28.036Z | Checking ssh-cipher v0.2.0 |
2291 | 2024-08-30T04:12:28.288Z | Checking ed25519-dalek v2.1.1 |
2292 | 2024-08-30T04:12:28.355Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2293 | 2024-08-30T04:12:28.665Z | Checking password-hash v0.4.2 |
2294 | 2024-08-30T04:12:28.689Z | Checking matches v0.1.10 |
2295 | 2024-08-30T04:12:28.790Z | Checking hex-literal v0.4.1 |
2296 | 2024-08-30T04:12:28.923Z | Checking idna v0.2.3 |
2297 | 2024-08-30T04:12:29.114Z | Checking pbkdf2 v0.11.0 |
2298 | 2024-08-30T04:12:29.394Z | Checking ssh-key v0.6.6 |
2299 | 2024-08-30T04:12:29.627Z | Checking p521 v0.13.3 |
2300 | 2024-08-30T04:12:29.823Z | Checking p256 v0.13.2 |
2301 | 2024-08-30T04:12:30.343Z | Checking p384 v0.13.0 |
2302 | 2024-08-30T04:12:31.011Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2303 | 2024-08-30T04:12:31.058Z | Checking russh-cryptovec v0.7.2 |
2304 | 2024-08-30T04:12:31.279Z | Compiling enum-as-inner v0.5.1 |
2305 | 2024-08-30T04:12:31.421Z | Checking md5 v0.7.0 |
2306 | 2024-08-30T04:12:31.712Z | Compiling target-lexicon v0.12.16 |
2307 | 2024-08-30T04:12:31.783Z | Compiling doc-comment v0.3.3 |
2308 | 2024-08-30T04:12:32.319Z | Checking trust-dns-proto v0.22.0 |
2309 | 2024-08-30T04:12:32.554Z | Checking russh-keys v0.45.0 |
2310 | 2024-08-30T04:12:32.808Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2311 | 2024-08-30T04:12:33.902Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2312 | 2024-08-30T04:12:34.176Z | Compiling samael v0.0.15 |
2313 | 2024-08-30T04:12:34.586Z | Checking http-body v1.0.0 |
2314 | 2024-08-30T04:12:34.688Z | Checking num-bigint v0.4.5 |
2315 | 2024-08-30T04:12:34.781Z | Checking des v0.8.1 |
2316 | 2024-08-30T04:12:35.060Z | Compiling guppy-workspace-hack v0.1.0 |
2317 | 2024-08-30T04:12:35.376Z | Checking tower-layer v0.3.2 |
2318 | 2024-08-30T04:12:35.627Z | Checking regex-automata v0.1.10 |
2319 | 2024-08-30T04:12:36.006Z | Compiling dhcproto-macros v0.1.0 |
2320 | 2024-08-30T04:12:36.043Z | Compiling assert_cmd v2.0.16 |
2321 | 2024-08-30T04:12:36.495Z | Checking bstr v0.2.17 |
2322 | 2024-08-30T04:12:36.922Z | Checking dhcproto v0.12.0 |
2323 | 2024-08-30T04:12:37.013Z | Checking russh v0.45.0 |
2324 | 2024-08-30T04:12:37.273Z | Checking tower v0.4.13 |
2325 | 2024-08-30T04:12:38.063Z | Checking hyper v1.3.1 |
2326 | 2024-08-30T04:12:39.038Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2327 | 2024-08-30T04:12:39.218Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2328 | 2024-08-30T04:12:39.593Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2329 | 2024-08-30T04:12:40.143Z | Checking internet-checksum v0.2.1 |
2330 | 2024-08-30T04:12:40.160Z | Compiling target-spec v3.2.1 |
2331 | 2024-08-30T04:12:41.155Z | Checking hyper-util v0.1.3 |
2332 | 2024-08-30T04:12:41.771Z | Checking cfg-expr v0.16.0 |
2333 | 2024-08-30T04:12:42.086Z | Checking httptest v0.15.5 |
2334 | 2024-08-30T04:12:42.606Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2335 | 2024-08-30T04:12:42.675Z | Checking rustls-native-certs v0.7.0 |
2336 | 2024-08-30T04:12:42.826Z | Checking num_cpus v1.16.0 |
2337 | 2024-08-30T04:12:42.935Z | Checking threadpool v1.8.1 |
2338 | 2024-08-30T04:12:43.137Z | Checking hyper-rustls v0.26.0 |
2339 | 2024-08-30T04:12:43.746Z | Checking pathdiff v0.2.1 |
2340 | 2024-08-30T04:12:43.912Z | Compiling toml_edit v0.21.1 |
2341 | 2024-08-30T04:12:44.597Z | Compiling rstest_macros v0.22.0 |
2342 | 2024-08-30T04:12:44.660Z | Checking escape8259 v0.5.2 |
2343 | 2024-08-30T04:12:44.847Z | Checking nested v0.1.1 |
2344 | 2024-08-30T04:12:45.064Z | Checking guppy v0.17.7 |
2345 | 2024-08-30T04:12:45.247Z | Checking libtest-mimic v0.7.3 |
2346 | 2024-08-30T04:12:45.645Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2347 | 2024-08-30T04:12:45.955Z | Checking similar-asserts v1.5.0 |
2348 | 2024-08-30T04:12:46.203Z | Compiling proc-macro-crate v3.1.0 |
2349 | 2024-08-30T04:12:47.062Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2350 | 2024-08-30T04:12:47.182Z | Checking fancy-regex v0.13.0 |
2351 | 2024-08-30T04:12:47.686Z | Compiling trybuild v1.0.99 |
2352 | 2024-08-30T04:12:47.937Z | Compiling relative-path v1.9.3 |
2353 | 2024-08-30T04:12:48.187Z | Checking datatest-stable v0.2.9 |
2354 | 2024-08-30T04:12:48.504Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2355 | 2024-08-30T04:12:48.644Z | Checking blake2b_simd v1.0.2 |
2356 | 2024-08-30T04:12:49.466Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2357 | 2024-08-30T04:12:49.794Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2358 | 2024-08-30T04:12:50.067Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2359 | 2024-08-30T04:12:50.380Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2360 | 2024-08-30T04:12:50.685Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2361 | 2024-08-30T04:12:50.998Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2362 | 2024-08-30T04:12:51.472Z | Compiling git2 v0.19.0 |
2363 | 2024-08-30T04:12:51.528Z | Checking serde_tokenstream v0.2.2 |
2364 | 2024-08-30T04:12:51.546Z | Checking uzers v0.11.3 |
2365 | 2024-08-30T04:12:51.887Z | Checking futures-timer v3.0.3 |
2366 | 2024-08-30T04:12:51.914Z | Checking indent_write v2.2.0 |
2367 | 2024-08-30T04:12:52.233Z | Checking rust-argon2 v2.1.0 |
2368 | 2024-08-30T04:12:52.655Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2369 | 2024-08-30T04:12:53.642Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2370 | 2024-08-30T04:12:54.200Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2371 | 2024-08-30T04:12:54.513Z | Checking rand_distr v0.4.3 |
2372 | 2024-08-30T04:12:55.284Z | Checking multimap v0.10.0 |
2373 | 2024-08-30T04:12:55.612Z | Checking approx v0.5.1 |
2374 | 2024-08-30T04:12:55.882Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2375 | 2024-08-30T04:12:57.377Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2376 | 2024-08-30T04:12:58.860Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2377 | 2024-08-30T04:12:59.170Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2378 | 2024-08-30T04:12:59.479Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2379 | 2024-08-30T04:12:59.957Z | Checking partial-io v0.5.4 |
2380 | 2024-08-30T04:13:00.334Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2381 | 2024-08-30T04:13:00.399Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2382 | 2024-08-30T04:13:00.511Z | Checking cargo_toml v0.20.4 |
2383 | 2024-08-30T04:13:00.647Z | Checking termios v0.3.3 |
2384 | 2024-08-30T04:13:00.879Z | Checking rstest v0.22.0 |
2385 | 2024-08-30T04:13:00.906Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2386 | 2024-08-30T04:13:01.167Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2387 | 2024-08-30T04:13:02.171Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2388 | 2024-08-30T04:13:02.531Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2389 | 2024-08-30T04:13:18.081Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2390 | 2024-08-30T04:13:23.948Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2391 | 2024-08-30T04:13:24.251Z | Compiling polar-core v0.27.3 |
2392 | 2024-08-30T04:13:34.947Z | Checking oso v0.27.3 |
2393 | 2024-08-30T04:13:49.239Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2394 | 2024-08-30T04:13:50.330Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2395 | 2024-08-30T04:13:51.135Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2396 | 2024-08-30T04:14:21.184Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2397 | 2024-08-30T04:14:21.184Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2398 | 2024-08-30T04:14:21.187Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2399 | 2024-08-30T04:15:36.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 09s |
2400 | 2024-08-30T04:15:36.480Z | |
2401 | 2024-08-30T04:15:36.480Z | real 6:14.773048721 |
2402 | 2024-08-30T04:15:36.480Z | user 34:42.410159129 |
2403 | 2024-08-30T04:15:36.480Z | sys 6:06.184378578 |
2404 | 2024-08-30T04:15:36.480Z | trap 0.948360523 |
2405 | 2024-08-30T04:15:36.480Z | tflt 2.762993985 |
2406 | 2024-08-30T04:15:36.480Z | dflt 0.598503122 |
2407 | 2024-08-30T04:15:36.480Z | kflt 0.002470503 |
2408 | 2024-08-30T04:15:36.480Z | lock 53:07.343518978 |
2409 | 2024-08-30T04:15:36.480Z | slp 2:03:02.233141129 |
2410 | 2024-08-30T04:15:36.483Z | lat 1:36.892348817 |
2411 | 2024-08-30T04:15:36.483Z | stop 5:33.502262874 |
2412 | 2024-08-30T04:15:36.483Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2413 | 2024-08-30T04:15:36.483Z | + ptime -m cargo doc --workspace --no-deps |
2414 | 2024-08-30T04:15:37.677Z | warning: output filename collision. |
2415 | 2024-08-30T04:15:37.677Z | 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)`. |
2416 | 2024-08-30T04:15:37.677Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2417 | 2024-08-30T04:15:37.677Z | The targets should have unique names. |
2418 | 2024-08-30T04:15:37.677Z | This is a known bug where multiple crates with the same name use |
2419 | 2024-08-30T04:15:37.677Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2420 | 2024-08-30T04:15:38.053Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2421 | 2024-08-30T04:15:38.114Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2422 | 2024-08-30T04:15:38.132Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2423 | 2024-08-30T04:15:38.165Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2424 | 2024-08-30T04:15:38.195Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2425 | 2024-08-30T04:15:38.195Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2426 | 2024-08-30T04:15:38.353Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2427 | 2024-08-30T04:15:38.448Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2428 | 2024-08-30T04:15:38.448Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2429 | 2024-08-30T04:15:38.451Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2430 | 2024-08-30T04:15:38.501Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2431 | 2024-08-30T04:15:38.692Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2432 | 2024-08-30T04:15:38.709Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2433 | 2024-08-30T04:15:38.999Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2434 | 2024-08-30T04:15:39.224Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2435 | 2024-08-30T04:15:40.141Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2436 | 2024-08-30T04:15:42.986Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2437 | 2024-08-30T04:15:43.150Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2438 | 2024-08-30T04:15:43.205Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2439 | 2024-08-30T04:15:43.501Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2440 | 2024-08-30T04:15:43.519Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2441 | 2024-08-30T04:15:43.834Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2442 | 2024-08-30T04:15:43.881Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2443 | 2024-08-30T04:15:44.162Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2444 | 2024-08-30T04:15:44.264Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2445 | 2024-08-30T04:15:44.505Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2446 | 2024-08-30T04:15:44.698Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2447 | 2024-08-30T04:15:44.955Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2448 | 2024-08-30T04:15:45.006Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2449 | 2024-08-30T04:15:45.307Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2450 | 2024-08-30T04:15:45.595Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2451 | 2024-08-30T04:15:45.707Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2452 | 2024-08-30T04:15:45.733Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2453 | 2024-08-30T04:15:46.035Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2454 | 2024-08-30T04:15:46.134Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2455 | 2024-08-30T04:15:46.473Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2456 | 2024-08-30T04:15:46.538Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2457 | 2024-08-30T04:15:46.591Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2458 | 2024-08-30T04:15:46.852Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2459 | 2024-08-30T04:15:47.002Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2460 | 2024-08-30T04:15:47.050Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2461 | 2024-08-30T04:15:47.192Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2462 | 2024-08-30T04:15:51.421Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2463 | 2024-08-30T04:15:51.775Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2464 | 2024-08-30T04:15:52.453Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2465 | 2024-08-30T04:15:52.499Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2466 | 2024-08-30T04:15:53.915Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2467 | 2024-08-30T04:15:54.774Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2468 | 2024-08-30T04:15:54.846Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2469 | 2024-08-30T04:15:54.876Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2470 | 2024-08-30T04:15:56.317Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2471 | 2024-08-30T04:16:00.814Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2472 | 2024-08-30T04:16:01.297Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2473 | 2024-08-30T04:16:01.994Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2474 | 2024-08-30T04:16:02.538Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2475 | 2024-08-30T04:16:02.933Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2476 | 2024-08-30T04:16:04.398Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2477 | 2024-08-30T04:16:04.664Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2478 | 2024-08-30T04:16:05.245Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2479 | 2024-08-30T04:16:05.813Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2480 | 2024-08-30T04:16:05.861Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2481 | 2024-08-30T04:16:06.028Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2482 | 2024-08-30T04:16:06.427Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2483 | 2024-08-30T04:16:06.448Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2484 | 2024-08-30T04:16:06.474Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2485 | 2024-08-30T04:16:07.227Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2486 | 2024-08-30T04:16:07.727Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2487 | 2024-08-30T04:16:07.957Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2488 | 2024-08-30T04:16:08.250Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2489 | 2024-08-30T04:16:08.759Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2490 | 2024-08-30T04:16:08.834Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2491 | 2024-08-30T04:16:09.976Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2492 | 2024-08-30T04:16:10.040Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2493 | 2024-08-30T04:16:10.351Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2494 | 2024-08-30T04:16:10.455Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2495 | 2024-08-30T04:16:10.594Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2496 | 2024-08-30T04:16:11.052Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2497 | 2024-08-30T04:16:11.055Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2498 | 2024-08-30T04:16:11.090Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2499 | 2024-08-30T04:16:11.682Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2500 | 2024-08-30T04:16:12.003Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2501 | 2024-08-30T04:16:12.812Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2502 | 2024-08-30T04:16:13.289Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2503 | 2024-08-30T04:16:13.308Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2504 | 2024-08-30T04:16:13.811Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2505 | 2024-08-30T04:16:14.427Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2506 | 2024-08-30T04:16:14.609Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2507 | 2024-08-30T04:16:14.706Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2508 | 2024-08-30T04:16:15.405Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2509 | 2024-08-30T04:16:15.448Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2510 | 2024-08-30T04:16:15.883Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2511 | 2024-08-30T04:16:15.901Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2512 | 2024-08-30T04:16:16.703Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2513 | 2024-08-30T04:16:16.923Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2514 | 2024-08-30T04:16:17.327Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2515 | 2024-08-30T04:16:19.101Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2516 | 2024-08-30T04:16:19.638Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2517 | 2024-08-30T04:16:20.116Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2518 | 2024-08-30T04:16:20.308Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2519 | 2024-08-30T04:16:21.467Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2520 | 2024-08-30T04:16:23.428Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2521 | 2024-08-30T04:16:23.462Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2522 | 2024-08-30T04:16:24.397Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2523 | 2024-08-30T04:16:28.389Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2524 | 2024-08-30T04:16:29.423Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2525 | 2024-08-30T04:16:37.393Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2526 | 2024-08-30T04:16:38.471Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2527 | 2024-08-30T04:16:50.894Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2528 | 2024-08-30T04:17:15.199Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2529 | 2024-08-30T04:17:16.701Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2530 | 2024-08-30T04:17:22.203Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2531 | 2024-08-30T04:17:24.339Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2532 | 2024-08-30T04:17:29.554Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2533 | 2024-08-30T04:17:36.447Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2534 | 2024-08-30T04:17:41.656Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2535 | 2024-08-30T04:17:47.725Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2536 | 2024-08-30T04:17:52.403Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2537 | 2024-08-30T04:17:55.425Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2538 | 2024-08-30T04:17:59.877Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2539 | 2024-08-30T04:18:01.167Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2540 | 2024-08-30T04:18:06.519Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2541 | 2024-08-30T04:18:07.275Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2542 | 2024-08-30T04:18:09.288Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2543 | 2024-08-30T04:18:17.426Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2544 | 2024-08-30T04:18:18.165Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2545 | 2024-08-30T04:18:20.500Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2546 | 2024-08-30T04:18:38.865Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2547 | 2024-08-30T04:18:44.790Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2548 | 2024-08-30T04:18:49.960Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2549 | 2024-08-30T04:18:50.598Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2550 | 2024-08-30T04:18:55.860Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2551 | 2024-08-30T04:19:01.887Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2552 | 2024-08-30T04:19:07.266Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2553 | 2024-08-30T04:19:08.897Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2554 | 2024-08-30T04:19:12.380Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2555 | 2024-08-30T04:19:17.028Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2556 | 2024-08-30T04:19:18.085Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2557 | 2024-08-30T04:19:27.376Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2558 | 2024-08-30T04:19:31.001Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2559 | 2024-08-30T04:19:34.669Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2560 | 2024-08-30T04:19:35.673Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2561 | 2024-08-30T04:19:36.926Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2562 | 2024-08-30T04:19:44.068Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2563 | 2024-08-30T04:19:44.718Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2564 | 2024-08-30T04:19:53.474Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2565 | 2024-08-30T04:19:54.083Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2566 | 2024-08-30T04:19:55.620Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2567 | 2024-08-30T04:19:59.458Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2568 | 2024-08-30T04:20:00.773Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2569 | 2024-08-30T04:20:04.789Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2570 | 2024-08-30T04:20:10.563Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2571 | 2024-08-30T04:20:10.817Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2572 | 2024-08-30T04:20:14.128Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2573 | 2024-08-30T04:20:16.759Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2574 | 2024-08-30T04:20:26.630Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2575 | 2024-08-30T04:20:28.789Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2576 | 2024-08-30T04:20:32.069Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2577 | 2024-08-30T04:20:32.491Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2578 | 2024-08-30T04:20:33.517Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2579 | 2024-08-30T04:20:34.684Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2580 | 2024-08-30T04:20:39.948Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2581 | 2024-08-30T04:20:41.640Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2582 | 2024-08-30T04:20:46.387Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2583 | 2024-08-30T04:20:47.749Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2584 | 2024-08-30T04:20:50.617Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2585 | 2024-08-30T04:20:50.964Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2586 | 2024-08-30T04:20:52.013Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2587 | 2024-08-30T04:20:53.140Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2588 | 2024-08-30T04:21:00.637Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2589 | 2024-08-30T04:21:02.919Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2590 | 2024-08-30T04:21:04.453Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2591 | 2024-08-30T04:21:07.998Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2592 | 2024-08-30T04:21:09.743Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2593 | 2024-08-30T04:21:10.496Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2594 | 2024-08-30T04:21:15.602Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2595 | 2024-08-30T04:21:16.190Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2596 | 2024-08-30T04:21:17.958Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2597 | 2024-08-30T04:21:21.798Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2598 | 2024-08-30T04:21:23.639Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2599 | 2024-08-30T04:21:26.101Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2600 | 2024-08-30T04:21:27.890Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2601 | 2024-08-30T04:21:29.849Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2602 | 2024-08-30T04:21:30.047Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2603 | 2024-08-30T04:21:30.403Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2604 | 2024-08-30T04:21:32.657Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2605 | 2024-08-30T04:21:34.218Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2606 | 2024-08-30T04:21:36.305Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2607 | 2024-08-30T04:21:38.332Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2608 | 2024-08-30T04:21:44.045Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2609 | 2024-08-30T04:21:45.413Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2610 | 2024-08-30T04:21:46.495Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2611 | 2024-08-30T04:21:46.789Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2612 | 2024-08-30T04:21:48.931Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2613 | 2024-08-30T04:21:50.871Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2614 | 2024-08-30T04:21:52.766Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2615 | 2024-08-30T04:21:52.877Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2616 | 2024-08-30T04:21:54.055Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2617 | 2024-08-30T04:21:54.833Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2618 | 2024-08-30T04:21:56.409Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2619 | 2024-08-30T04:21:56.743Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2620 | 2024-08-30T04:21:57.580Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2621 | 2024-08-30T04:21:58.171Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2622 | 2024-08-30T04:21:59.533Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2623 | 2024-08-30T04:22:00.316Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2624 | 2024-08-30T04:22:01.968Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2625 | 2024-08-30T04:22:03.266Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2626 | 2024-08-30T04:22:03.636Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2627 | 2024-08-30T04:22:04.670Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2628 | 2024-08-30T04:22:26.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 49s |
2629 | 2024-08-30T04:22:26.334Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 126 other files |
2630 | 2024-08-30T04:22:26.394Z | |
2631 | 2024-08-30T04:22:26.396Z | real 6:49.835809017 |
2632 | 2024-08-30T04:22:26.396Z | user 21:14.555899594 |
2633 | 2024-08-30T04:22:26.397Z | sys 30:48.193153932 |
2634 | 2024-08-30T04:22:26.397Z | trap 0.348627520 |
2635 | 2024-08-30T04:22:26.397Z | tflt 0.245986402 |
2636 | 2024-08-30T04:22:26.397Z | dflt 0.148991553 |
2637 | 2024-08-30T04:22:26.397Z | kflt 0.000008408 |
2638 | 2024-08-30T04:22:26.397Z | lock 1:01:55.021847422 |
2639 | 2024-08-30T04:22:26.397Z | slp 1:57:56.476251281 |
2640 | 2024-08-30T04:22:26.397Z | lat 1:07.156542318 |
2641 | 2024-08-30T04:22:26.397Z | stop 54.242660325 |
2642 | 2024-08-30T04:22:26.397Z | process exited: duration 1097578 ms, exit code 0 |
|
2643 | 2024-08-30T04:22:26.402Z | found 0 output files |