|
|
|
1 | 2024-08-17T03:14:48.100Z | job assigned to worker 01J5F57PX4CNXYZC68VP6WTCBG (queued for 57 s) |
|
2 | 2024-08-17T03:14:55.869Z | starting task 0: "setup" |
3 | 2024-08-17T03:14:55.895Z | ++ uname -s |
4 | 2024-08-17T03:14:55.897Z | + kern=SunOS |
5 | 2024-08-17T03:14:55.898Z | + case "$kern" in |
6 | 2024-08-17T03:14:55.898Z | + groupadd -g 12345 build |
7 | 2024-08-17T03:14:55.898Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-17T03:14:57.907Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-17T03:14:58.016Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-17T03:14:58.019Z | + home_fs=zfs |
11 | 2024-08-17T03:14:58.019Z | + [[ zfs == autofs ]] |
12 | 2024-08-17T03:14:58.019Z | + mkdir -p /home/build |
13 | 2024-08-17T03:14:58.023Z | + chown build:build /home/build /work |
14 | 2024-08-17T03:15:00.023Z | + chmod 0700 /home/build /work |
15 | 2024-08-17T03:15:00.026Z | process exited: duration 4158 ms, exit code 0 |
|
16 | 2024-08-17T03:15:00.033Z | starting task 1: "rust-toolchain" |
17 | 2024-08-17T03:15:00.038Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-17T03:15:00.038Z | * toolchain channel = "1.80.1" |
19 | 2024-08-17T03:15:00.038Z | * toolchain profile = "default" |
20 | 2024-08-17T03:15:00.038Z | ' 1.80.1 |
21 | 2024-08-17T03:15:00.038Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-17T03:15:00.038Z | ' default |
23 | 2024-08-17T03:15:00.041Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-17T03:15:00.041Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-17T03:15:00.154Z | info: downloading installer |
26 | 2024-08-17T03:15:01.673Z | info: profile set to 'default' |
27 | 2024-08-17T03:15:01.673Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-17T03:15:01.676Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-17T03:15:01.818Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-17T03:15:01.818Z | info: downloading component 'cargo' |
31 | 2024-08-17T03:15:02.615Z | info: downloading component 'clippy' |
32 | 2024-08-17T03:15:02.997Z | info: downloading component 'rust-docs' |
33 | 2024-08-17T03:15:04.104Z | info: downloading component 'rust-std' |
34 | 2024-08-17T03:15:05.648Z | info: downloading component 'rustc' |
35 | 2024-08-17T03:15:10.019Z | info: downloading component 'rustfmt' |
36 | 2024-08-17T03:15:10.251Z | info: installing component 'cargo' |
37 | 2024-08-17T03:15:11.089Z | info: installing component 'clippy' |
38 | 2024-08-17T03:15:11.454Z | info: installing component 'rust-docs' |
39 | 2024-08-17T03:15:13.129Z | info: installing component 'rust-std' |
40 | 2024-08-17T03:15:14.843Z | info: installing component 'rustc' |
41 | 2024-08-17T03:15:19.046Z | info: installing component 'rustfmt' |
42 | 2024-08-17T03:15:19.392Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-17T03:15:19.392Z | |
44 | 2024-08-17T03:15:19.650Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-17T03:15:19.650Z | |
46 | 2024-08-17T03:15:19.657Z | |
47 | 2024-08-17T03:15:19.657Z | Rust is installed now. Great! |
48 | 2024-08-17T03:15:19.657Z | |
49 | 2024-08-17T03:15:19.657Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-17T03:15:19.657Z | environment variable. This has not been done automatically. |
51 | 2024-08-17T03:15:19.657Z | |
52 | 2024-08-17T03:15:19.657Z | To configure your current shell, you need to source |
53 | 2024-08-17T03:15:19.657Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-17T03:15:19.657Z | |
55 | 2024-08-17T03:15:19.657Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-17T03:15:19.658Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-17T03:15:19.658Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-17T03:15:19.722Z | + rustc --version |
59 | 2024-08-17T03:15:19.811Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-17T03:15:19.871Z | process exited: duration 19754 ms, exit code 0 |
|
61 | 2024-08-17T03:15:19.905Z | starting task 2: "authentication" |
62 | 2024-08-17T03:15:19.976Z | process exited: duration 66 ms, exit code 0 |
|
63 | 2024-08-17T03:15:20.132Z | starting task 3: "clone repository" |
64 | 2024-08-17T03:15:20.235Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-17T03:15:20.236Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-17T03:15:20.352Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-17T03:15:26.255Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-17T03:15:26.256Z | + git fetch origin da2e79ee00080e2d2f8b4e3cf3e438f72ad3a534 |
69 | 2024-08-17T03:15:26.512Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-17T03:15:26.512Z | * branch da2e79ee00080e2d2f8b4e3cf3e438f72ad3a534 -> FETCH_HEAD |
71 | 2024-08-17T03:15:26.519Z | + [[ -n sunshowers/spr/oxql-move-core-types-to-a-new-oxql-types-crate ]] |
72 | 2024-08-17T03:15:26.527Z | ++ git branch --show-current |
73 | 2024-08-17T03:15:26.527Z | + current=main |
74 | 2024-08-17T03:15:26.528Z | + [[ main != sunshowers/spr/oxql-move-core-types-to-a-new-oxql-types-crate ]] |
75 | 2024-08-17T03:15:26.528Z | + git branch -f sunshowers/spr/oxql-move-core-types-to-a-new-oxql-types-crate da2e79ee00080e2d2f8b4e3cf3e438f72ad3a534 |
76 | 2024-08-17T03:15:26.547Z | + git checkout -f sunshowers/spr/oxql-move-core-types-to-a-new-oxql-types-crate |
77 | 2024-08-17T03:15:26.673Z | Switched to branch 'sunshowers/spr/oxql-move-core-types-to-a-new-oxql-types-crate' |
78 | 2024-08-17T03:15:26.677Z | + git reset --hard da2e79ee00080e2d2f8b4e3cf3e438f72ad3a534 |
79 | 2024-08-17T03:15:26.820Z | HEAD is now at da2e79ee0 rebase on main |
80 | 2024-08-17T03:15:26.822Z | process exited: duration 6758 ms, exit code 0 |
|
81 | 2024-08-17T03:15:26.827Z | starting task 4: "build" |
82 | 2024-08-17T03:15:26.833Z | + cargo --version |
83 | 2024-08-17T03:15:26.890Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-17T03:15:26.893Z | + rustc --version |
85 | 2024-08-17T03:15:26.947Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-17T03:15:26.952Z | + source ./env.sh |
87 | 2024-08-17T03:15:26.953Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-17T03:15:26.953Z | ++ set -o xtrace |
89 | 2024-08-17T03:15:26.953Z | ++++ dirname ./env.sh |
90 | 2024-08-17T03:15:26.971Z | +++ readlink -f . |
91 | 2024-08-17T03:15:27.008Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-17T03:15:27.012Z | ++ 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-17T03:15:27.012Z | ++ 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-17T03:15:27.012Z | ++ 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-17T03:15:27.012Z | ++ 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-17T03:15:27.012Z | ++ 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-17T03:15:27.012Z | ++ 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-17T03:15:27.012Z | ++ 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-17T03:15:27.012Z | ++ 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-17T03:15:27.012Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-17T03:15:27.012Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-17T03:15:27.012Z | + banner prerequisites |
103 | 2024-08-17T03:15:27.012Z | |
104 | 2024-08-17T03:15:27.012Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-17T03:15:27.013Z | # # # # # # # # # # # # # # # |
106 | 2024-08-17T03:15:27.013Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-17T03:15:27.013Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-17T03:15:27.013Z | # # # # # # # # # # # # # # # |
109 | 2024-08-17T03:15:27.013Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-17T03:15:27.013Z | |
111 | 2024-08-17T03:15:27.013Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-17T03:15:36.479Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-17T03:15:38.648Z | Startup: Caching catalogs ... Done |
114 | 2024-08-17T03:15:40.517Z | Planning: Solver setup ... Done (1.212s) |
115 | 2024-08-17T03:15:40.537Z | Planning: Running solver ... Done (0.021s) |
116 | 2024-08-17T03:15:40.576Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-08-17T03:15:40.599Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-08-17T03:15:42.177Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-08-17T03:15:42.225Z | Planning: Package planning ... Done (0.047s) |
120 | 2024-08-17T03:15:42.274Z | Planning: Merging actions ... Done (0.049s) |
121 | 2024-08-17T03:15:43.338Z | Planning: Checking for conflicting actions ... Done (1.050s) |
122 | 2024-08-17T03:15:43.344Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-08-17T03:15:47.685Z | Planning: Evaluating mediators ... Done (4.340s) |
124 | 2024-08-17T03:15:47.688Z | Planning: Planning completed in 8.97 seconds |
125 | 2024-08-17T03:15:48.528Z | Packages to install: 4 |
126 | 2024-08-17T03:15:48.528Z | Mediators to change: 2 |
127 | 2024-08-17T03:15:48.528Z | Services to change: 1 |
128 | 2024-08-17T03:15:48.569Z | Estimated space available: 155.72 GB |
129 | 2024-08-17T03:15:48.570Z | Estimated space to be consumed: 1.48 GB |
130 | 2024-08-17T03:15:48.570Z | Create boot environment: No |
131 | 2024-08-17T03:15:48.570Z | Create backup boot environment: No |
132 | 2024-08-17T03:15:48.570Z | Rebuild boot archive: No |
133 | 2024-08-17T03:15:48.570Z | |
134 | 2024-08-17T03:15:48.570Z | Changed mediators: |
135 | 2024-08-17T03:15:48.570Z | mediator clang: |
136 | 2024-08-17T03:15:48.570Z | version: None -> 15 (system default) |
137 | 2024-08-17T03:15:48.570Z | |
138 | 2024-08-17T03:15:48.570Z | mediator llvm: |
139 | 2024-08-17T03:15:48.570Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-08-17T03:15:48.571Z | |
141 | 2024-08-17T03:15:48.571Z | Changed packages: |
142 | 2024-08-17T03:15:48.571Z | helios-dev |
143 | 2024-08-17T03:15:48.571Z | developer/build-essential |
144 | 2024-08-17T03:15:48.571Z | None -> 11-2.0 |
145 | 2024-08-17T03:15:48.571Z | library/libxmlsec1 |
146 | 2024-08-17T03:15:48.571Z | None -> 1.2.35-2.0 |
147 | 2024-08-17T03:15:48.571Z | ooce/developer/clang-15 |
148 | 2024-08-17T03:15:48.571Z | None -> 15.0.7-2.0 |
149 | 2024-08-17T03:15:48.571Z | ooce/developer/llvm-15 |
150 | 2024-08-17T03:15:48.571Z | None -> 15.0.7-2.0 |
151 | 2024-08-17T03:15:48.571Z | |
152 | 2024-08-17T03:15:48.572Z | Services: |
153 | 2024-08-17T03:15:48.572Z | restart_fmri: |
154 | 2024-08-17T03:15:48.572Z | svc:/system/update-man-index:default |
155 | 2024-08-17T03:15:48.707Z | |
156 | 2024-08-17T03:15:48.707Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-08-17T03:15:54.913Z | Download: 212/3290 items 1.3/212.6MB 0% complete (522k/s) |
158 | 2024-08-17T03:16:02.294Z | Download: 213/3290 items 1.3/212.6MB 0% complete |
159 | 2024-08-17T03:16:07.308Z | Download: 434/3290 items 17.0/212.6MB 8% complete (3.3M/s) |
160 | 2024-08-17T03:16:12.396Z | Download: 1186/3290 items 69.9/212.6MB 32% complete (6.9M/s) |
161 | 2024-08-17T03:16:23.258Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.0M/s) |
162 | 2024-08-17T03:16:28.480Z | Download: 1764/3290 items 118.1/212.6MB 55% complete (7.5M/s) |
163 | 2024-08-17T03:16:33.368Z | Download: 2116/3290 items 118.9/212.6MB 55% complete (3.7M/s) |
164 | 2024-08-17T03:16:50.855Z | Download: 2224/3290 items 119.2/212.6MB 56% complete |
165 | 2024-08-17T03:16:55.857Z | Download: 3102/3290 items 129.5/212.6MB 60% complete (1.9M/s) |
166 | 2024-08-17T03:17:01.869Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (10.7M/s) |
167 | 2024-08-17T03:17:02.749Z | Download: Completed 212.60 MB in 74.05 seconds (2.9M/s) |
168 | 2024-08-17T03:17:02.971Z | Actions: 1/3689 actions (Installing new actions) |
169 | 2024-08-17T03:17:07.992Z | Actions: 3593/3689 actions (Installing new actions) |
170 | 2024-08-17T03:17:08.239Z | Actions: Completed 3689 actions in 5.27 seconds. |
171 | 2024-08-17T03:17:08.524Z | Done (0.280s) |
172 | 2024-08-17T03:17:08.524Z | Done (0.000s) |
173 | 2024-08-17T03:17:08.895Z | Done (0.370s) |
174 | 2024-08-17T03:17:14.072Z | Done (5.000s) |
175 | 2024-08-17T03:17:14.227Z | Done (0.070s) |
176 | 2024-08-17T03:17:14.230Z | Done (0.000s) |
177 | 2024-08-17T03:17:14.384Z | Done (0.000s) |
178 | 2024-08-17T03:17:14.999Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-08-17T03:17:15.139Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-08-17T03:17:15.153Z | Planning: Consolidating action changes ... Done |
181 | 2024-08-17T03:17:15.444Z | Planning: Evaluating mediators ... Done |
182 | 2024-08-17T03:17:15.467Z | Planning: Planning completed in 0.43 seconds |
183 | 2024-08-17T03:17:15.467Z | Mediators to change: 2 |
184 | 2024-08-17T03:17:15.467Z | Create boot environment: No |
185 | 2024-08-17T03:17:15.467Z | Create backup boot environment: No |
186 | 2024-08-17T03:17:15.532Z | Done |
187 | 2024-08-17T03:17:15.533Z | Done |
188 | 2024-08-17T03:17:15.784Z | Done |
189 | 2024-08-17T03:17:19.230Z | Done |
190 | 2024-08-17T03:17:19.290Z | Done |
191 | 2024-08-17T03:17:19.308Z | Done |
192 | 2024-08-17T03:17:19.461Z | Done |
193 | 2024-08-17T03:17:20.047Z | Planning: Evaluating mediator changes ... Done |
194 | 2024-08-17T03:17:20.049Z | Planning: Merging actions ... Done |
195 | 2024-08-17T03:17:20.244Z | Planning: Checking for conflicting actions ... Done |
196 | 2024-08-17T03:17:20.251Z | Planning: Consolidating action changes ... Done |
197 | 2024-08-17T03:17:20.519Z | Planning: Evaluating mediators ... Done |
198 | 2024-08-17T03:17:20.572Z | Planning: Planning completed in 0.76 seconds |
199 | 2024-08-17T03:17:20.604Z | Packages to change: 1 |
200 | 2024-08-17T03:17:20.604Z | Mediators to change: 1 |
201 | 2024-08-17T03:17:20.624Z | Services to change: 1 |
202 | 2024-08-17T03:17:20.624Z | Create boot environment: No |
203 | 2024-08-17T03:17:20.624Z | Create backup boot environment: Yes |
204 | 2024-08-17T03:17:21.491Z | Actions: 1/6 actions (Updating modified actions) |
205 | 2024-08-17T03:17:21.506Z | Actions: Completed 6 actions in 0.00 seconds. |
206 | 2024-08-17T03:17:21.506Z | Done |
207 | 2024-08-17T03:17:21.507Z | Done |
208 | 2024-08-17T03:17:21.563Z | Done |
209 | 2024-08-17T03:17:25.190Z | Done |
210 | 2024-08-17T03:17:25.268Z | Done |
211 | 2024-08-17T03:17:25.292Z | Done |
212 | 2024-08-17T03:17:25.399Z | Done |
213 | 2024-08-17T03:17:25.834Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
214 | 2024-08-17T03:17:25.835Z | clang system 15 system |
215 | 2024-08-17T03:17:25.835Z | csh system system illumos |
216 | 2024-08-17T03:17:25.835Z | ctags system system illumos |
217 | 2024-08-17T03:17:25.835Z | gcc vendor 12 vendor |
218 | 2024-08-17T03:17:25.835Z | gcc system 10 system |
219 | 2024-08-17T03:17:25.836Z | gcc system 7 system |
220 | 2024-08-17T03:17:25.836Z | go system 1.20 system |
221 | 2024-08-17T03:17:25.836Z | go system 1.19 system |
222 | 2024-08-17T03:17:25.840Z | llvm system 15 system |
223 | 2024-08-17T03:17:25.841Z | llvm system 14 system |
224 | 2024-08-17T03:17:25.841Z | mariadb system 10.6 system |
225 | 2024-08-17T03:17:25.841Z | mta vendor vendor dma |
226 | 2024-08-17T03:17:25.841Z | openjdk system 17 system |
227 | 2024-08-17T03:17:25.841Z | openjdk system 11 system |
228 | 2024-08-17T03:17:25.841Z | openjdk system 1.8 system |
229 | 2024-08-17T03:17:25.841Z | openssl vendor 3 vendor |
230 | 2024-08-17T03:17:25.841Z | perl system 5.36 system |
231 | 2024-08-17T03:17:25.841Z | postgresql system 15 system |
232 | 2024-08-17T03:17:25.841Z | postgresql system 13 system |
233 | 2024-08-17T03:17:25.841Z | python vendor 3 vendor |
234 | 2024-08-17T03:17:25.841Z | python system 2 system |
235 | 2024-08-17T03:17:25.842Z | python3 system 3.11 system |
236 | 2024-08-17T03:17:25.842Z | ruby system 3.0 system |
237 | 2024-08-17T03:17:25.842Z | words vendor vendor american-english |
238 | 2024-08-17T03:17:25.842Z | words system system australian-english |
239 | 2024-08-17T03:17:25.842Z | words system system british-english |
240 | 2024-08-17T03:17:25.842Z | words system system canadian-english |
241 | 2024-08-17T03:17:25.842Z | words system system french |
242 | 2024-08-17T03:17:25.842Z | words system system italian |
243 | 2024-08-17T03:17:25.842Z | words system system ngerman |
244 | 2024-08-17T03:17:25.842Z | words system system ogerman |
245 | 2024-08-17T03:17:25.842Z | words system system spanish |
246 | 2024-08-17T03:17:26.145Z | PUBLISHER TYPE STATUS P LOCATION |
247 | 2024-08-17T03:17:26.145Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
248 | 2024-08-17T03:17:27.850Z | FMRI IFO |
249 | 2024-08-17T03:17:27.850Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
250 | 2024-08-17T03:17:27.850Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
251 | 2024-08-17T03:17:27.850Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
252 | 2024-08-17T03:17:27.851Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
253 | 2024-08-17T03:17:27.851Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
254 | 2024-08-17T03:17:27.851Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
255 | 2024-08-17T03:17:27.851Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
256 | 2024-08-17T03:17:27.857Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
257 | 2024-08-17T03:17:27.857Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
258 | 2024-08-17T03:17:27.857Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
259 | 2024-08-17T03:17:27.857Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
260 | 2024-08-17T03:17:27.857Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
261 | 2024-08-17T03:17:28.413Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
262 | 2024-08-17T03:17:28.652Z | Updating git repository `https://github.com/oxidecomputer/zone` |
263 | 2024-08-17T03:17:28.936Z | Updating crates.io index |
264 | 2024-08-17T03:17:29.084Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
265 | 2024-08-17T03:17:29.850Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
266 | 2024-08-17T03:17:30.598Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
267 | 2024-08-17T03:17:30.850Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
268 | 2024-08-17T03:17:32.314Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
269 | 2024-08-17T03:17:32.574Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
270 | 2024-08-17T03:17:32.802Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
271 | 2024-08-17T03:17:33.936Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
272 | 2024-08-17T03:17:35.688Z | Updating git repository `https://github.com/oxidecomputer/opte` |
273 | 2024-08-17T03:17:36.685Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
274 | 2024-08-17T03:17:37.352Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
275 | 2024-08-17T03:17:37.674Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
276 | 2024-08-17T03:17:38.256Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
277 | 2024-08-17T03:17:38.501Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
278 | 2024-08-17T03:17:38.765Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
279 | 2024-08-17T03:17:39.025Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
280 | 2024-08-17T03:17:39.277Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
281 | 2024-08-17T03:17:39.710Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
282 | 2024-08-17T03:17:39.748Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
283 | 2024-08-17T03:17:40.053Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
284 | 2024-08-17T03:17:40.411Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
285 | 2024-08-17T03:17:41.555Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
286 | 2024-08-17T03:17:41.779Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
287 | 2024-08-17T03:17:41.779Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
288 | 2024-08-17T03:17:41.849Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
289 | 2024-08-17T03:17:42.334Z | Updating git repository `https://github.com/oxidecomputer/typify` |
290 | 2024-08-17T03:17:45.086Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
291 | 2024-08-17T03:17:45.119Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
292 | 2024-08-17T03:17:45.119Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
293 | 2024-08-17T03:17:45.400Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
294 | 2024-08-17T03:17:46.438Z | Downloading crates ... |
295 | 2024-08-17T03:17:46.528Z | Downloaded clap_lex v0.7.0 |
296 | 2024-08-17T03:17:46.577Z | Downloaded bitflags v2.6.0 |
297 | 2024-08-17T03:17:46.577Z | Downloaded is_terminal_polyfill v1.70.0 |
298 | 2024-08-17T03:17:46.578Z | Downloaded equivalent v1.0.1 |
299 | 2024-08-17T03:17:46.578Z | Downloaded usdt-attr-macro v0.5.0 |
300 | 2024-08-17T03:17:46.607Z | Downloaded usdt-macro v0.5.0 |
301 | 2024-08-17T03:17:46.608Z | Downloaded generic-array v0.14.7 |
302 | 2024-08-17T03:17:46.608Z | Downloaded colorchoice v1.0.1 |
303 | 2024-08-17T03:17:46.608Z | Downloaded bytecount v0.6.8 |
304 | 2024-08-17T03:17:46.608Z | Downloaded dtrace-parser v0.2.0 |
305 | 2024-08-17T03:17:46.608Z | Downloaded heck v0.5.0 |
306 | 2024-08-17T03:17:46.608Z | Downloaded memmap v0.7.0 |
307 | 2024-08-17T03:17:46.608Z | Downloaded macaddr v1.0.1 |
308 | 2024-08-17T03:17:46.608Z | Downloaded dof v0.3.0 |
309 | 2024-08-17T03:17:46.608Z | Downloaded cfg-if v1.0.0 |
310 | 2024-08-17T03:17:46.608Z | Downloaded anstyle-parse v0.2.4 |
311 | 2024-08-17T03:17:46.608Z | Downloaded crypto-common v0.1.6 |
312 | 2024-08-17T03:17:46.608Z | Downloaded strsim v0.11.1 |
313 | 2024-08-17T03:17:46.608Z | Downloaded thiserror-impl v1.0.63 |
314 | 2024-08-17T03:17:46.608Z | Downloaded pest_generator v2.7.10 |
315 | 2024-08-17T03:17:46.608Z | Downloaded fnv v1.0.7 |
316 | 2024-08-17T03:17:46.608Z | Downloaded cargo_metadata v0.18.1 |
317 | 2024-08-17T03:17:46.608Z | Downloaded anstream v0.6.14 |
318 | 2024-08-17T03:17:46.609Z | Downloaded terminal_size v0.3.0 |
319 | 2024-08-17T03:17:46.609Z | Downloaded cpufeatures v0.2.12 |
320 | 2024-08-17T03:17:46.609Z | Downloaded anstyle v1.0.8 |
321 | 2024-08-17T03:17:46.665Z | Downloaded pretty-hex v0.4.1 |
322 | 2024-08-17T03:17:46.665Z | Downloaded tabled_derive v0.7.0 |
323 | 2024-08-17T03:17:46.665Z | Downloaded scroll_derive v0.12.0 |
324 | 2024-08-17T03:17:46.665Z | Downloaded camino v1.1.8 |
325 | 2024-08-17T03:17:46.665Z | Downloaded anstyle-query v1.0.3 |
326 | 2024-08-17T03:17:46.665Z | Downloaded digest v0.10.7 |
327 | 2024-08-17T03:17:46.665Z | Downloaded byteorder v1.5.0 |
328 | 2024-08-17T03:17:46.666Z | Downloaded block-buffer v0.10.4 |
329 | 2024-08-17T03:17:46.666Z | Downloaded plain v0.2.3 |
330 | 2024-08-17T03:17:46.666Z | Downloaded itoa v1.0.11 |
331 | 2024-08-17T03:17:46.666Z | Downloaded version_check v0.9.5 |
332 | 2024-08-17T03:17:46.666Z | Downloaded proc-macro-error v1.0.4 |
333 | 2024-08-17T03:17:46.666Z | Downloaded cargo-platform v0.1.8 |
334 | 2024-08-17T03:17:46.666Z | Downloaded serde_tokenstream v0.2.2 |
335 | 2024-08-17T03:17:46.666Z | Downloaded semver v1.0.23 |
336 | 2024-08-17T03:17:46.666Z | Downloaded scroll v0.12.0 |
337 | 2024-08-17T03:17:46.667Z | Downloaded once_cell v1.19.0 |
338 | 2024-08-17T03:17:46.667Z | Downloaded errno v0.3.9 |
339 | 2024-08-17T03:17:46.667Z | Downloaded autocfg v1.3.0 |
340 | 2024-08-17T03:17:46.692Z | Downloaded heck v0.4.1 |
341 | 2024-08-17T03:17:46.692Z | Downloaded fs-err v2.11.0 |
342 | 2024-08-17T03:17:46.692Z | Downloaded toml_datetime v0.6.8 |
343 | 2024-08-17T03:17:46.692Z | Downloaded thiserror v1.0.63 |
344 | 2024-08-17T03:17:46.692Z | Downloaded usdt-impl v0.5.0 |
345 | 2024-08-17T03:17:46.692Z | Downloaded utf8parse v0.2.1 |
346 | 2024-08-17T03:17:46.693Z | Downloaded usdt v0.5.0 |
347 | 2024-08-17T03:17:46.693Z | Downloaded thread-id v4.2.1 |
348 | 2024-08-17T03:17:46.693Z | Downloaded swrite v0.1.0 |
349 | 2024-08-17T03:17:46.693Z | Downloaded serde_spanned v0.6.7 |
350 | 2024-08-17T03:17:46.693Z | Downloaded proc-macro-error-attr v1.0.4 |
351 | 2024-08-17T03:17:46.693Z | Downloaded ucd-trie v0.1.6 |
352 | 2024-08-17T03:17:46.693Z | Downloaded proc-macro2 v1.0.86 |
353 | 2024-08-17T03:17:46.693Z | Downloaded serde_derive v1.0.207 |
354 | 2024-08-17T03:17:46.694Z | Downloaded toml v0.8.19 |
355 | 2024-08-17T03:17:46.694Z | Downloaded zerocopy-derive v0.7.34 |
356 | 2024-08-17T03:17:46.694Z | Downloaded quote v1.0.36 |
357 | 2024-08-17T03:17:46.694Z | Downloaded pest_derive v2.7.10 |
358 | 2024-08-17T03:17:46.694Z | Downloaded sha2 v0.10.8 |
359 | 2024-08-17T03:17:46.724Z | Downloaded clap_derive v4.5.13 |
360 | 2024-08-17T03:17:46.724Z | Downloaded log v0.4.21 |
361 | 2024-08-17T03:17:46.724Z | Downloaded anyhow v1.0.86 |
362 | 2024-08-17T03:17:46.724Z | Downloaded unicode-ident v1.0.12 |
363 | 2024-08-17T03:17:46.724Z | Downloaded typenum v1.17.0 |
364 | 2024-08-17T03:17:46.724Z | Downloaded ryu v1.0.18 |
365 | 2024-08-17T03:17:46.785Z | Downloaded cargo_toml v0.20.4 |
366 | 2024-08-17T03:17:46.785Z | Downloaded clap v4.5.16 |
367 | 2024-08-17T03:17:46.785Z | Downloaded pest_meta v2.7.10 |
368 | 2024-08-17T03:17:46.785Z | Downloaded papergrid v0.11.0 |
369 | 2024-08-17T03:17:46.785Z | Downloaded indexmap v2.4.0 |
370 | 2024-08-17T03:17:46.803Z | Downloaded serde v1.0.207 |
371 | 2024-08-17T03:17:46.804Z | Downloaded memchr v2.7.2 |
372 | 2024-08-17T03:17:46.804Z | Downloaded toml_edit v0.22.20 |
373 | 2024-08-17T03:17:46.804Z | Downloaded pest v2.7.10 |
374 | 2024-08-17T03:17:46.804Z | Downloaded clap_builder v4.5.15 |
375 | 2024-08-17T03:17:46.921Z | Downloaded hashbrown v0.14.5 |
376 | 2024-08-17T03:17:46.922Z | Downloaded zerocopy v0.7.34 |
377 | 2024-08-17T03:17:46.922Z | Downloaded winnow v0.6.18 |
378 | 2024-08-17T03:17:46.922Z | Downloaded goblin v0.8.2 |
379 | 2024-08-17T03:17:46.922Z | Downloaded tabled v0.15.0 |
380 | 2024-08-17T03:17:46.922Z | Downloaded serde_json v1.0.125 |
381 | 2024-08-17T03:17:46.950Z | Downloaded syn v2.0.74 |
382 | 2024-08-17T03:17:46.950Z | Downloaded syn v1.0.109 |
383 | 2024-08-17T03:17:46.950Z | Downloaded rustix v0.38.34 |
384 | 2024-08-17T03:17:46.950Z | Downloaded unicode-width v0.1.13 |
385 | 2024-08-17T03:17:46.950Z | Downloaded libc v0.2.155 |
386 | 2024-08-17T03:17:47.215Z | Compiling proc-macro2 v1.0.86 |
387 | 2024-08-17T03:17:47.215Z | Compiling unicode-ident v1.0.12 |
388 | 2024-08-17T03:17:47.242Z | Compiling version_check v0.9.5 |
389 | 2024-08-17T03:17:47.242Z | Compiling serde v1.0.207 |
390 | 2024-08-17T03:17:47.242Z | Compiling memchr v2.7.2 |
391 | 2024-08-17T03:17:47.242Z | Compiling thiserror v1.0.63 |
392 | 2024-08-17T03:17:47.242Z | Compiling libc v0.2.155 |
393 | 2024-08-17T03:17:47.271Z | Compiling ucd-trie v0.1.6 |
394 | 2024-08-17T03:17:47.472Z | Compiling itoa v1.0.11 |
395 | 2024-08-17T03:17:47.784Z | Compiling ryu v1.0.18 |
396 | 2024-08-17T03:17:47.995Z | Compiling once_cell v1.19.0 |
397 | 2024-08-17T03:17:48.067Z | Compiling byteorder v1.5.0 |
398 | 2024-08-17T03:17:48.373Z | Compiling serde_json v1.0.125 |
399 | 2024-08-17T03:17:49.186Z | Compiling usdt-impl v0.5.0 |
400 | 2024-08-17T03:17:49.204Z | Compiling proc-macro-error-attr v1.0.4 |
401 | 2024-08-17T03:17:49.204Z | Compiling syn v1.0.109 |
402 | 2024-08-17T03:17:49.204Z | Compiling rustix v0.38.34 |
403 | 2024-08-17T03:17:49.204Z | Compiling proc-macro-error v1.0.4 |
404 | 2024-08-17T03:17:49.456Z | Compiling plain v0.2.3 |
405 | 2024-08-17T03:17:49.516Z | Compiling equivalent v1.0.1 |
406 | 2024-08-17T03:17:49.606Z | Compiling bitflags v2.6.0 |
407 | 2024-08-17T03:17:49.606Z | Compiling utf8parse v0.2.1 |
408 | 2024-08-17T03:17:49.671Z | Compiling hashbrown v0.14.5 |
409 | 2024-08-17T03:17:49.759Z | Compiling log v0.4.21 |
410 | 2024-08-17T03:17:49.867Z | Compiling anstyle-parse v0.2.4 |
411 | 2024-08-17T03:17:50.089Z | Compiling thread-id v4.2.1 |
412 | 2024-08-17T03:17:50.305Z | Compiling quote v1.0.36 |
413 | 2024-08-17T03:17:50.305Z | Compiling autocfg v1.3.0 |
414 | 2024-08-17T03:17:50.305Z | Compiling anstyle-query v1.0.3 |
415 | 2024-08-17T03:17:50.305Z | Compiling colorchoice v1.0.1 |
416 | 2024-08-17T03:17:50.521Z | Compiling camino v1.1.8 |
417 | 2024-08-17T03:17:50.521Z | Compiling is_terminal_polyfill v1.70.0 |
418 | 2024-08-17T03:17:50.521Z | Compiling syn v2.0.74 |
419 | 2024-08-17T03:17:50.786Z | Compiling errno v0.3.9 |
420 | 2024-08-17T03:17:51.037Z | Compiling anstyle v1.0.8 |
421 | 2024-08-17T03:17:51.328Z | Compiling indexmap v2.4.0 |
422 | 2024-08-17T03:17:51.328Z | Compiling winnow v0.6.18 |
423 | 2024-08-17T03:17:51.328Z | Compiling semver v1.0.23 |
424 | 2024-08-17T03:17:51.547Z | Compiling pretty-hex v0.4.1 |
425 | 2024-08-17T03:17:51.547Z | Compiling anstream v0.6.14 |
426 | 2024-08-17T03:17:51.789Z | Compiling fs-err v2.11.0 |
427 | 2024-08-17T03:17:51.979Z | Compiling terminal_size v0.3.0 |
428 | 2024-08-17T03:17:52.234Z | Compiling clap_lex v0.7.0 |
429 | 2024-08-17T03:17:52.416Z | Compiling fnv v1.0.7 |
430 | 2024-08-17T03:17:52.416Z | Compiling unicode-width v0.1.13 |
431 | 2024-08-17T03:17:52.416Z | Compiling strsim v0.11.1 |
432 | 2024-08-17T03:17:52.416Z | Compiling bytecount v0.6.8 |
433 | 2024-08-17T03:17:52.631Z | Compiling heck v0.4.1 |
434 | 2024-08-17T03:17:52.631Z | Compiling heck v0.5.0 |
435 | 2024-08-17T03:17:52.770Z | Compiling anyhow v1.0.86 |
436 | 2024-08-17T03:17:52.937Z | Compiling clap_builder v4.5.15 |
437 | 2024-08-17T03:17:53.076Z | Compiling papergrid v0.11.0 |
438 | 2024-08-17T03:17:53.178Z | Compiling memmap v0.7.0 |
439 | 2024-08-17T03:17:53.813Z | Compiling swrite v0.1.0 |
440 | 2024-08-17T03:17:55.736Z | Compiling tabled_derive v0.7.0 |
441 | 2024-08-17T03:17:57.359Z | Compiling tabled v0.15.0 |
442 | 2024-08-17T03:17:58.837Z | Compiling serde_derive v1.0.207 |
443 | 2024-08-17T03:17:58.840Z | Compiling thiserror-impl v1.0.63 |
444 | 2024-08-17T03:17:58.840Z | Compiling zerocopy-derive v0.7.34 |
445 | 2024-08-17T03:17:58.840Z | Compiling scroll_derive v0.12.0 |
446 | 2024-08-17T03:17:58.840Z | Compiling clap_derive v4.5.13 |
447 | 2024-08-17T03:18:00.158Z | Compiling scroll v0.12.0 |
448 | 2024-08-17T03:18:00.688Z | Compiling goblin v0.8.2 |
449 | 2024-08-17T03:18:00.735Z | Compiling zerocopy v0.7.34 |
450 | 2024-08-17T03:18:01.481Z | Compiling pest v2.7.10 |
451 | 2024-08-17T03:18:02.624Z | Compiling clap v4.5.16 |
452 | 2024-08-17T03:18:03.836Z | Compiling pest_meta v2.7.10 |
453 | 2024-08-17T03:18:04.595Z | Compiling pest_generator v2.7.10 |
454 | 2024-08-17T03:18:06.467Z | Compiling pest_derive v2.7.10 |
455 | 2024-08-17T03:18:07.266Z | Compiling dtrace-parser v0.2.0 |
456 | 2024-08-17T03:18:08.980Z | Compiling serde_spanned v0.6.7 |
457 | 2024-08-17T03:18:08.980Z | Compiling toml_datetime v0.6.8 |
458 | 2024-08-17T03:18:08.984Z | Compiling cargo-platform v0.1.8 |
459 | 2024-08-17T03:18:09.353Z | Compiling serde_tokenstream v0.2.2 |
460 | 2024-08-17T03:18:09.383Z | Compiling toml_edit v0.22.20 |
461 | 2024-08-17T03:18:09.602Z | Compiling macaddr v1.0.1 |
462 | 2024-08-17T03:18:10.380Z | Compiling dof v0.3.0 |
463 | 2024-08-17T03:18:10.380Z | Compiling cargo_metadata v0.18.1 |
464 | 2024-08-17T03:18:12.221Z | Compiling toml v0.8.19 |
465 | 2024-08-17T03:18:12.297Z | Compiling usdt-macro v0.5.0 |
466 | 2024-08-17T03:18:12.297Z | Compiling usdt-attr-macro v0.5.0 |
467 | 2024-08-17T03:18:13.059Z | Compiling cargo_toml v0.20.4 |
468 | 2024-08-17T03:18:13.674Z | Compiling usdt v0.5.0 |
469 | 2024-08-17T03:18:16.869Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
470 | 2024-08-17T03:18:20.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.41s |
471 | 2024-08-17T03:18:20.857Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
472 | 2024-08-17T03:18:21.437Z | Downloading crates ... |
473 | 2024-08-17T03:18:21.544Z | Downloaded ascii-canvas v3.0.0 |
474 | 2024-08-17T03:18:21.553Z | Downloaded aead v0.5.2 |
475 | 2024-08-17T03:18:21.553Z | Downloaded argon2 v0.5.3 |
476 | 2024-08-17T03:18:21.553Z | Downloaded ciborium-io v0.2.2 |
477 | 2024-08-17T03:18:21.559Z | Downloaded async-stream-impl v0.3.5 |
478 | 2024-08-17T03:18:21.559Z | Downloaded crunchy v0.2.2 |
479 | 2024-08-17T03:18:21.559Z | Downloaded arrayvec v0.7.4 |
480 | 2024-08-17T03:18:21.564Z | Downloaded bitstruct_derive v0.1.0 |
481 | 2024-08-17T03:18:21.564Z | Downloaded hubpack_derive v0.1.1 |
482 | 2024-08-17T03:18:21.564Z | Downloaded instant v0.1.12 |
483 | 2024-08-17T03:18:21.568Z | Downloaded array-init v0.0.4 |
484 | 2024-08-17T03:18:21.568Z | Downloaded darling_macro v0.20.9 |
485 | 2024-08-17T03:18:21.574Z | Downloaded atty v0.2.14 |
486 | 2024-08-17T03:18:21.574Z | Downloaded ascii v1.1.0 |
487 | 2024-08-17T03:18:21.574Z | Downloaded arrayref v0.3.7 |
488 | 2024-08-17T03:18:21.579Z | Downloaded bitflags v1.3.2 |
489 | 2024-08-17T03:18:21.579Z | Downloaded adler v1.0.2 |
490 | 2024-08-17T03:18:21.583Z | Downloaded ipnetwork v0.20.0 |
491 | 2024-08-17T03:18:21.583Z | Downloaded match_cfg v0.1.0 |
492 | 2024-08-17T03:18:21.589Z | Downloaded lazycell v1.3.0 |
493 | 2024-08-17T03:18:21.589Z | Downloaded bitfield v0.14.0 |
494 | 2024-08-17T03:18:21.593Z | Downloaded cobs v0.2.3 |
495 | 2024-08-17T03:18:21.593Z | Downloaded newtype_derive v0.1.6 |
496 | 2024-08-17T03:18:21.593Z | Downloaded cipher v0.4.4 |
497 | 2024-08-17T03:18:21.593Z | Downloaded chacha20 v0.9.1 |
498 | 2024-08-17T03:18:21.599Z | Downloaded debug-ignore v1.0.5 |
499 | 2024-08-17T03:18:21.599Z | Downloaded openssl-macros v0.1.1 |
500 | 2024-08-17T03:18:21.599Z | Downloaded is_ci v1.2.0 |
501 | 2024-08-17T03:18:21.602Z | Downloaded cookie_store v0.20.0 |
502 | 2024-08-17T03:18:21.602Z | Downloaded lalrpop-util v0.19.12 |
503 | 2024-08-17T03:18:21.605Z | Downloaded kstat-rs v0.2.4 |
504 | 2024-08-17T03:18:21.607Z | Downloaded is-terminal v0.4.12 |
505 | 2024-08-17T03:18:21.608Z | Downloaded indoc v1.0.9 |
506 | 2024-08-17T03:18:21.611Z | Downloaded humantime v2.1.0 |
507 | 2024-08-17T03:18:21.613Z | Downloaded hyper-staticfile v0.9.5 |
508 | 2024-08-17T03:18:21.616Z | Downloaded newtype-uuid v1.1.0 |
509 | 2024-08-17T03:18:21.621Z | Downloaded indent_write v2.2.0 |
510 | 2024-08-17T03:18:21.621Z | Downloaded nodrop v0.1.14 |
511 | 2024-08-17T03:18:21.624Z | Downloaded serde_arrays v0.1.0 |
512 | 2024-08-17T03:18:21.624Z | Downloaded bitstruct v0.1.1 |
513 | 2024-08-17T03:18:21.624Z | Downloaded number_prefix v0.4.0 |
514 | 2024-08-17T03:18:21.638Z | Downloaded managed v0.8.0 |
515 | 2024-08-17T03:18:21.638Z | Downloaded num-integer v0.1.46 |
516 | 2024-08-17T03:18:21.641Z | Downloaded num_enum v0.5.11 |
517 | 2024-08-17T03:18:21.641Z | Downloaded crucible-workspace-hack v0.1.0 |
518 | 2024-08-17T03:18:21.641Z | Downloaded bzip2 v0.4.4 |
519 | 2024-08-17T03:18:21.641Z | Downloaded keccak v0.1.5 |
520 | 2024-08-17T03:18:21.641Z | Downloaded crossbeam-utils v0.8.19 |
521 | 2024-08-17T03:18:21.644Z | Downloaded blake2 v0.10.6 |
522 | 2024-08-17T03:18:21.646Z | Downloaded normalize-line-endings v0.3.0 |
523 | 2024-08-17T03:18:21.653Z | Downloaded num_threads v0.1.7 |
524 | 2024-08-17T03:18:21.657Z | Downloaded allocator-api2 v0.2.18 |
525 | 2024-08-17T03:18:21.657Z | Downloaded newline-converter v0.3.0 |
526 | 2024-08-17T03:18:21.657Z | Downloaded termtree v0.4.1 |
527 | 2024-08-17T03:18:21.657Z | Downloaded tinyvec_macros v0.1.1 |
528 | 2024-08-17T03:18:21.661Z | Downloaded secrecy v0.8.0 |
529 | 2024-08-17T03:18:21.661Z | Downloaded hyper-tls v0.5.0 |
530 | 2024-08-17T03:18:21.661Z | Downloaded sync_wrapper v0.1.2 |
531 | 2024-08-17T03:18:21.664Z | Downloaded tower-service v0.3.2 |
532 | 2024-08-17T03:18:21.664Z | Downloaded libefi-sys v0.1.0 |
533 | 2024-08-17T03:18:21.668Z | Downloaded instability v0.3.2 |
534 | 2024-08-17T03:18:21.668Z | Downloaded impl-trait-for-tuples v0.2.2 |
535 | 2024-08-17T03:18:21.671Z | Downloaded sha1 v0.10.6 |
536 | 2024-08-17T03:18:21.675Z | Downloaded num-rational v0.4.2 |
537 | 2024-08-17T03:18:21.675Z | Downloaded native-tls v0.2.11 |
538 | 2024-08-17T03:18:21.679Z | Downloaded convert_case v0.4.0 |
539 | 2024-08-17T03:18:21.679Z | Downloaded cexpr v0.6.0 |
540 | 2024-08-17T03:18:21.685Z | Downloaded buf-list v1.0.3 |
541 | 2024-08-17T03:18:21.688Z | Downloaded colored v2.1.0 |
542 | 2024-08-17T03:18:21.689Z | Downloaded zone_cfg_derive v0.1.2 |
543 | 2024-08-17T03:18:21.689Z | Downloaded lazy_static v1.5.0 |
544 | 2024-08-17T03:18:21.689Z | Downloaded ciborium-ll v0.2.2 |
545 | 2024-08-17T03:18:21.695Z | Downloaded cbc v0.1.2 |
546 | 2024-08-17T03:18:21.695Z | Downloaded cassowary v0.3.0 |
547 | 2024-08-17T03:18:21.699Z | Downloaded maplit v1.0.2 |
548 | 2024-08-17T03:18:21.700Z | Downloaded olpc-cjson v0.1.3 |
549 | 2024-08-17T03:18:21.700Z | Downloaded num-iter v0.1.45 |
550 | 2024-08-17T03:18:21.700Z | Downloaded mockall v0.13.0 |
551 | 2024-08-17T03:18:21.702Z | Downloaded curve25519-dalek-derive v0.1.1 |
552 | 2024-08-17T03:18:21.702Z | Downloaded foreign-types-shared v0.1.1 |
553 | 2024-08-17T03:18:21.703Z | Downloaded supports-color v3.0.0 |
554 | 2024-08-17T03:18:21.709Z | Downloaded slab v0.4.9 |
555 | 2024-08-17T03:18:21.709Z | Downloaded const_format_proc_macros v0.2.32 |
556 | 2024-08-17T03:18:21.714Z | Downloaded salsa20 v0.10.2 |
557 | 2024-08-17T03:18:21.714Z | Downloaded http-range v0.1.5 |
558 | 2024-08-17T03:18:21.714Z | Downloaded tiny-keccak v2.0.2 |
559 | 2024-08-17T03:18:21.720Z | Downloaded spki v0.7.3 |
560 | 2024-08-17T03:18:21.721Z | Downloaded spin v0.5.2 |
561 | 2024-08-17T03:18:21.725Z | Downloaded unicode-linebreak v0.1.5 |
562 | 2024-08-17T03:18:21.725Z | Downloaded libloading v0.8.3 |
563 | 2024-08-17T03:18:21.725Z | Downloaded slog-term v2.9.1 |
564 | 2024-08-17T03:18:21.734Z | Downloaded unicode-truncate v1.0.0 |
565 | 2024-08-17T03:18:21.734Z | Downloaded num-complex v0.4.6 |
566 | 2024-08-17T03:18:21.734Z | Downloaded sqlformat v0.2.4 |
567 | 2024-08-17T03:18:21.739Z | Downloaded ciborium v0.2.2 |
568 | 2024-08-17T03:18:21.739Z | Downloaded miniz_oxide v0.7.2 |
569 | 2024-08-17T03:18:21.741Z | Downloaded phf_shared v0.10.0 |
570 | 2024-08-17T03:18:21.741Z | Downloaded dyn-clone v1.0.17 |
571 | 2024-08-17T03:18:21.741Z | Downloaded dsl_auto_type v0.1.2 |
572 | 2024-08-17T03:18:21.743Z | Downloaded omicron-zone-package v0.11.0 |
573 | 2024-08-17T03:18:21.747Z | Downloaded memmap2 v0.9.4 |
574 | 2024-08-17T03:18:21.750Z | Downloaded mime v0.3.17 |
575 | 2024-08-17T03:18:21.752Z | Downloaded defmt-parser v0.3.4 |
576 | 2024-08-17T03:18:21.755Z | Downloaded sqlparser_derive v0.2.2 |
577 | 2024-08-17T03:18:21.755Z | Downloaded defmt-macros v0.3.9 |
578 | 2024-08-17T03:18:21.760Z | Downloaded nu-ansi-term v0.50.0 |
579 | 2024-08-17T03:18:21.764Z | Downloaded derive_builder_macro v0.20.0 |
580 | 2024-08-17T03:18:21.764Z | Downloaded httpdate v1.0.3 |
581 | 2024-08-17T03:18:21.767Z | Downloaded http-body v0.4.6 |
582 | 2024-08-17T03:18:21.767Z | Downloaded strum v0.26.3 |
583 | 2024-08-17T03:18:21.767Z | Downloaded proc-macro-crate v1.3.1 |
584 | 2024-08-17T03:18:21.769Z | Downloaded pbkdf2 v0.12.2 |
585 | 2024-08-17T03:18:21.772Z | Downloaded multer v3.1.0 |
586 | 2024-08-17T03:18:21.775Z | Downloaded const-oid v0.9.6 |
587 | 2024-08-17T03:18:21.778Z | Downloaded phf v0.11.2 |
588 | 2024-08-17T03:18:21.782Z | Downloaded untrusted v0.9.0 |
589 | 2024-08-17T03:18:21.782Z | Downloaded spin v0.9.8 |
590 | 2024-08-17T03:18:21.785Z | Downloaded indexmap v1.9.3 |
591 | 2024-08-17T03:18:21.791Z | Downloaded clang-sys v1.7.0 |
592 | 2024-08-17T03:18:21.802Z | Downloaded rustfmt-wrapper v0.2.1 |
593 | 2024-08-17T03:18:21.802Z | Downloaded serde-big-array v0.5.1 |
594 | 2024-08-17T03:18:21.802Z | Downloaded r2d2 v0.8.10 |
595 | 2024-08-17T03:18:21.813Z | Downloaded crossbeam-channel v0.5.12 |
596 | 2024-08-17T03:18:21.813Z | Downloaded unicode-xid v0.2.4 |
597 | 2024-08-17T03:18:21.815Z | Downloaded peg-runtime v0.8.3 |
598 | 2024-08-17T03:18:21.815Z | Downloaded semver v0.1.20 |
599 | 2024-08-17T03:18:21.815Z | Downloaded termios v0.3.3 |
600 | 2024-08-17T03:18:21.816Z | Downloaded untrusted v0.7.1 |
601 | 2024-08-17T03:18:21.838Z | Downloaded serde_plain v1.0.2 |
602 | 2024-08-17T03:18:21.838Z | Downloaded serde_path_to_error v0.1.16 |
603 | 2024-08-17T03:18:21.838Z | Downloaded phf_shared v0.11.2 |
604 | 2024-08-17T03:18:21.838Z | Downloaded utf-8 v0.7.6 |
605 | 2024-08-17T03:18:21.838Z | Downloaded postgres-protocol v0.6.7 |
606 | 2024-08-17T03:18:21.838Z | Downloaded httparse v1.8.0 |
607 | 2024-08-17T03:18:21.845Z | Downloaded env_logger v0.10.2 |
608 | 2024-08-17T03:18:21.846Z | Downloaded chacha20poly1305 v0.10.1 |
609 | 2024-08-17T03:18:21.846Z | Downloaded socket2 v0.5.7 |
610 | 2024-08-17T03:18:21.846Z | Downloaded home v0.5.9 |
611 | 2024-08-17T03:18:21.847Z | Downloaded hex v0.4.3 |
612 | 2024-08-17T03:18:21.847Z | Downloaded try-lock v0.2.5 |
613 | 2024-08-17T03:18:21.847Z | Downloaded foreign-types v0.3.2 |
614 | 2024-08-17T03:18:21.847Z | Downloaded diesel_table_macro_syntax v0.2.0 |
615 | 2024-08-17T03:18:21.848Z | Downloaded test-strategy v0.3.1 |
616 | 2024-08-17T03:18:21.848Z | Downloaded backtrace v0.3.71 |
617 | 2024-08-17T03:18:21.872Z | Downloaded hostname v0.3.1 |
618 | 2024-08-17T03:18:21.872Z | Downloaded want v0.3.1 |
619 | 2024-08-17T03:18:21.872Z | Downloaded foreign-types-shared v0.3.1 |
620 | 2024-08-17T03:18:21.872Z | Downloaded foreign-types-macros v0.2.3 |
621 | 2024-08-17T03:18:21.873Z | Downloaded postgres-types v0.2.7 |
622 | 2024-08-17T03:18:21.873Z | Downloaded yasna v0.5.2 |
623 | 2024-08-17T03:18:21.876Z | Downloaded serde_urlencoded v0.7.1 |
624 | 2024-08-17T03:18:21.876Z | Downloaded tokio-stream v0.1.15 |
625 | 2024-08-17T03:18:21.876Z | Downloaded siphasher v0.3.11 |
626 | 2024-08-17T03:18:21.876Z | Downloaded oso-derive v0.27.3 |
627 | 2024-08-17T03:18:21.876Z | Downloaded tap v1.0.1 |
628 | 2024-08-17T03:18:21.876Z | Downloaded num-traits v0.2.19 |
629 | 2024-08-17T03:18:21.876Z | Downloaded structmeta v0.2.0 |
630 | 2024-08-17T03:18:21.876Z | Downloaded unicode-bidi v0.3.15 |
631 | 2024-08-17T03:18:21.877Z | Downloaded heck v0.3.3 |
632 | 2024-08-17T03:18:21.880Z | Downloaded percent-encoding v2.3.1 |
633 | 2024-08-17T03:18:21.880Z | Downloaded zeroize_derive v1.4.2 |
634 | 2024-08-17T03:18:21.885Z | Downloaded foreign-types v0.5.0 |
635 | 2024-08-17T03:18:21.885Z | Downloaded topological-sort v0.2.2 |
636 | 2024-08-17T03:18:21.885Z | Downloaded zip v0.6.6 |
637 | 2024-08-17T03:18:21.888Z | Downloaded structmeta v0.3.0 |
638 | 2024-08-17T03:18:21.892Z | Downloaded thiserror-no-std v2.0.2 |
639 | 2024-08-17T03:18:21.896Z | Downloaded tls_codec_derive v0.4.1 |
640 | 2024-08-17T03:18:21.896Z | Downloaded parse-size v1.0.0 |
641 | 2024-08-17T03:18:21.902Z | Downloaded indicatif v0.17.8 |
642 | 2024-08-17T03:18:21.906Z | Downloaded mio v1.0.2 |
643 | 2024-08-17T03:18:21.909Z | Downloaded toolchain_find v0.4.0 |
644 | 2024-08-17T03:18:21.914Z | Downloaded xattr v1.3.1 |
645 | 2024-08-17T03:18:21.919Z | Downloaded dirs-sys-next v0.1.2 |
646 | 2024-08-17T03:18:21.919Z | Downloaded difflib v0.4.0 |
647 | 2024-08-17T03:18:21.919Z | Downloaded fragile v2.0.0 |
648 | 2024-08-17T03:18:21.925Z | Downloaded form_urlencoded v1.2.1 |
649 | 2024-08-17T03:18:21.929Z | Downloaded slog v2.7.0 |
650 | 2024-08-17T03:18:21.934Z | Downloaded quick-error v1.2.3 |
651 | 2024-08-17T03:18:21.936Z | Downloaded ref-cast-impl v1.0.23 |
652 | 2024-08-17T03:18:21.936Z | Downloaded parse-display v0.10.0 |
653 | 2024-08-17T03:18:21.937Z | Downloaded packed_struct v0.10.1 |
654 | 2024-08-17T03:18:21.940Z | Downloaded universal-hash v0.5.1 |
655 | 2024-08-17T03:18:21.940Z | Downloaded headers v0.3.9 |
656 | 2024-08-17T03:18:21.945Z | Downloaded walkdir v2.5.0 |
657 | 2024-08-17T03:18:21.948Z | Downloaded which v4.4.2 |
658 | 2024-08-17T03:18:21.951Z | Downloaded slog-async v2.8.0 |
659 | 2024-08-17T03:18:21.954Z | Downloaded gethostname v0.5.0 |
660 | 2024-08-17T03:18:21.955Z | Downloaded smallvec v0.6.14 |
661 | 2024-08-17T03:18:21.958Z | Downloaded same-file v1.0.6 |
662 | 2024-08-17T03:18:21.959Z | Downloaded parking_lot_core v0.8.6 |
663 | 2024-08-17T03:18:21.964Z | Downloaded zerocopy v0.6.6 |
664 | 2024-08-17T03:18:21.964Z | Downloaded predicates-tree v1.0.9 |
665 | 2024-08-17T03:18:21.968Z | Downloaded strip-ansi-escapes v0.2.0 |
666 | 2024-08-17T03:18:21.968Z | Downloaded similar v2.5.0 |
667 | 2024-08-17T03:18:21.973Z | Downloaded powerfmt v0.2.0 |
668 | 2024-08-17T03:18:21.978Z | Downloaded rpassword v7.3.1 |
669 | 2024-08-17T03:18:21.978Z | Downloaded path-slash v0.1.5 |
670 | 2024-08-17T03:18:21.978Z | Downloaded paste v1.0.15 |
671 | 2024-08-17T03:18:21.981Z | Downloaded diff v0.1.13 |
672 | 2024-08-17T03:18:21.986Z | Downloaded tempfile v3.10.1 |
673 | 2024-08-17T03:18:21.988Z | Downloaded fxhash v0.2.1 |
674 | 2024-08-17T03:18:21.988Z | Downloaded crossterm v0.28.1 |
675 | 2024-08-17T03:18:21.995Z | Downloaded parking_lot_core v0.9.10 |
676 | 2024-08-17T03:18:21.998Z | Downloaded unarray v0.1.4 |
677 | 2024-08-17T03:18:22.001Z | Downloaded sct v0.7.1 |
678 | 2024-08-17T03:18:22.004Z | Downloaded take_mut v0.2.2 |
679 | 2024-08-17T03:18:22.007Z | Downloaded password-hash v0.5.0 |
680 | 2024-08-17T03:18:22.010Z | Downloaded fixedbitset v0.4.2 |
681 | 2024-08-17T03:18:22.010Z | Downloaded oso v0.27.3 |
682 | 2024-08-17T03:18:22.013Z | Downloaded smallvec v1.13.2 |
683 | 2024-08-17T03:18:22.017Z | Downloaded url v2.5.2 |
684 | 2024-08-17T03:18:22.021Z | Downloaded downcast v0.11.0 |
685 | 2024-08-17T03:18:22.021Z | Downloaded display-error-chain v0.2.0 |
686 | 2024-08-17T03:18:22.025Z | Downloaded libxml v0.3.3 |
687 | 2024-08-17T03:18:22.030Z | Downloaded http v1.1.0 |
688 | 2024-08-17T03:18:22.034Z | Downloaded rustc-hash v1.1.0 |
689 | 2024-08-17T03:18:22.037Z | Downloaded ena v0.14.3 |
690 | 2024-08-17T03:18:22.037Z | Downloaded string_cache v0.8.7 |
691 | 2024-08-17T03:18:22.040Z | Downloaded diesel_derives v2.2.2 |
692 | 2024-08-17T03:18:22.043Z | Downloaded smawk v0.3.2 |
693 | 2024-08-17T03:18:22.048Z | Downloaded parse-display-derive v0.10.0 |
694 | 2024-08-17T03:18:22.050Z | Downloaded scrypt v0.11.0 |
695 | 2024-08-17T03:18:22.051Z | Downloaded scopeguard v1.2.0 |
696 | 2024-08-17T03:18:22.051Z | Downloaded funty v2.0.0 |
697 | 2024-08-17T03:18:22.054Z | Downloaded futures-core v0.3.30 |
698 | 2024-08-17T03:18:22.054Z | Downloaded time-macros v0.2.18 |
699 | 2024-08-17T03:18:22.058Z | Downloaded sec1 v0.7.3 |
700 | 2024-08-17T03:18:22.061Z | Downloaded heapless v0.8.0 |
701 | 2024-08-17T03:18:22.063Z | Downloaded predicates-core v1.0.6 |
702 | 2024-08-17T03:18:22.064Z | Downloaded tokio-native-tls v0.3.1 |
703 | 2024-08-17T03:18:22.067Z | Downloaded openssl-sys v0.9.103 |
704 | 2024-08-17T03:18:22.072Z | Downloaded crossterm v0.27.0 |
705 | 2024-08-17T03:18:22.084Z | Downloaded rayon-core v1.12.1 |
706 | 2024-08-17T03:18:22.097Z | Downloaded strum_macros v0.24.3 |
707 | 2024-08-17T03:18:22.097Z | Downloaded endian-type v0.1.2 |
708 | 2024-08-17T03:18:22.097Z | Downloaded expectorate v1.1.0 |
709 | 2024-08-17T03:18:22.102Z | Downloaded precomputed-hash v0.1.1 |
710 | 2024-08-17T03:18:22.102Z | Downloaded pin-project-internal v1.1.5 |
711 | 2024-08-17T03:18:22.102Z | Downloaded stringprep v0.1.4 |
712 | 2024-08-17T03:18:22.102Z | Downloaded static_assertions v1.1.0 |
713 | 2024-08-17T03:18:22.102Z | Downloaded unicode-normalization v0.1.23 |
714 | 2024-08-17T03:18:22.102Z | Downloaded tough v0.17.1 |
715 | 2024-08-17T03:18:22.109Z | Downloaded vte_generate_state_changes v0.1.1 |
716 | 2024-08-17T03:18:22.112Z | Downloaded wait-timeout v0.2.0 |
717 | 2024-08-17T03:18:22.112Z | Downloaded float-ord v0.3.2 |
718 | 2024-08-17T03:18:22.112Z | Downloaded futures-channel v0.3.30 |
719 | 2024-08-17T03:18:22.116Z | Downloaded nom v7.1.3 |
720 | 2024-08-17T03:18:22.120Z | Downloaded enum-as-inner v0.6.0 |
721 | 2024-08-17T03:18:22.123Z | Downloaded sigpipe v0.1.3 |
722 | 2024-08-17T03:18:22.123Z | Downloaded signal-hook-tokio v0.3.1 |
723 | 2024-08-17T03:18:22.126Z | Downloaded time-core v0.1.2 |
724 | 2024-08-17T03:18:22.126Z | Downloaded portpicker v0.1.1 |
725 | 2024-08-17T03:18:22.129Z | Downloaded hmac v0.12.1 |
726 | 2024-08-17T03:18:22.129Z | Downloaded either v1.13.0 |
727 | 2024-08-17T03:18:22.132Z | Downloaded rustls-pki-types v1.7.0 |
728 | 2024-08-17T03:18:22.135Z | Downloaded half v2.4.1 |
729 | 2024-08-17T03:18:22.139Z | Downloaded waitgroup v0.1.2 |
730 | 2024-08-17T03:18:22.139Z | Downloaded fatfs v0.3.6 |
731 | 2024-08-17T03:18:22.143Z | Downloaded getopts v0.2.21 |
732 | 2024-08-17T03:18:22.143Z | Downloaded ppv-lite86 v0.2.17 |
733 | 2024-08-17T03:18:22.147Z | Downloaded pin-project-lite v0.2.14 |
734 | 2024-08-17T03:18:22.155Z | Downloaded derive-where v1.2.7 |
735 | 2024-08-17T03:18:22.159Z | Downloaded subtle v2.5.0 |
736 | 2024-08-17T03:18:22.159Z | Downloaded rustversion v1.0.17 |
737 | 2024-08-17T03:18:22.159Z | Downloaded subprocess v0.2.9 |
738 | 2024-08-17T03:18:22.162Z | Downloaded uzers v0.11.3 |
739 | 2024-08-17T03:18:22.168Z | Downloaded strum_macros v0.25.3 |
740 | 2024-08-17T03:18:22.168Z | Downloaded derive_more v0.99.18 |
741 | 2024-08-17T03:18:22.171Z | Downloaded signal-hook-registry v1.4.2 |
742 | 2024-08-17T03:18:22.176Z | Downloaded pkg-config v0.3.30 |
743 | 2024-08-17T03:18:22.176Z | Downloaded scheduled-thread-pool v0.2.7 |
744 | 2024-08-17T03:18:22.179Z | Downloaded hashlink v0.9.1 |
745 | 2024-08-17T03:18:22.179Z | Downloaded publicsuffix v2.2.3 |
746 | 2024-08-17T03:18:22.182Z | Downloaded derive_builder_core v0.20.0 |
747 | 2024-08-17T03:18:22.182Z | Downloaded socket2 v0.4.10 |
748 | 2024-08-17T03:18:22.190Z | Downloaded predicates v3.1.2 |
749 | 2024-08-17T03:18:22.190Z | Downloaded ron v0.7.1 |
750 | 2024-08-17T03:18:22.195Z | Downloaded vte v0.11.1 |
751 | 2024-08-17T03:18:22.200Z | Downloaded strum_macros v0.26.4 |
752 | 2024-08-17T03:18:22.214Z | Downloaded hickory-client v0.24.1 |
753 | 2024-08-17T03:18:22.214Z | Downloaded globset v0.4.14 |
754 | 2024-08-17T03:18:22.217Z | Downloaded serde_yaml v0.9.34+deprecated |
755 | 2024-08-17T03:18:22.217Z | Downloaded http v0.2.12 |
756 | 2024-08-17T03:18:22.217Z | Downloaded termcolor v1.4.1 |
757 | 2024-08-17T03:18:22.217Z | Downloaded unicode_categories v0.1.1 |
758 | 2024-08-17T03:18:22.217Z | Downloaded vsss-rs v3.3.4 |
759 | 2024-08-17T03:18:22.222Z | Downloaded tungstenite v0.21.0 |
760 | 2024-08-17T03:18:22.224Z | Downloaded toml v0.7.8 |
761 | 2024-08-17T03:18:22.229Z | Downloaded steno v0.4.1 |
762 | 2024-08-17T03:18:22.232Z | Downloaded chrono v0.4.38 |
763 | 2024-08-17T03:18:22.239Z | Downloaded vergen v8.3.2 |
764 | 2024-08-17T03:18:22.242Z | Downloaded postcard v1.0.8 |
765 | 2024-08-17T03:18:22.245Z | Downloaded itertools v0.13.0 |
766 | 2024-08-17T03:18:22.253Z | Downloaded pkcs8 v0.10.2 |
767 | 2024-08-17T03:18:22.256Z | Downloaded elliptic-curve v0.13.8 |
768 | 2024-08-17T03:18:22.260Z | Downloaded hickory-resolver v0.24.1 |
769 | 2024-08-17T03:18:22.266Z | Downloaded flate2 v1.0.31 |
770 | 2024-08-17T03:18:22.272Z | Downloaded signal-hook v0.3.17 |
771 | 2024-08-17T03:18:22.275Z | Downloaded serde_with v3.8.3 |
772 | 2024-08-17T03:18:22.284Z | Downloaded tungstenite v0.20.1 |
773 | 2024-08-17T03:18:22.289Z | Downloaded tokio-postgres v0.7.11 |
774 | 2024-08-17T03:18:22.293Z | Downloaded pkcs1 v0.7.5 |
775 | 2024-08-17T03:18:22.295Z | Downloaded flume v0.11.0 |
776 | 2024-08-17T03:18:22.299Z | Downloaded hashbrown v0.12.3 |
777 | 2024-08-17T03:18:22.304Z | Downloaded pkcs5 v0.7.1 |
778 | 2024-08-17T03:18:22.308Z | Downloaded rayon v1.10.0 |
779 | 2024-08-17T03:18:22.320Z | Downloaded samael v0.0.15 |
780 | 2024-08-17T03:18:22.325Z | Downloaded reedline v0.33.0 |
781 | 2024-08-17T03:18:22.334Z | Downloaded hickory-server v0.24.1 |
782 | 2024-08-17T03:18:22.340Z | Downloaded prettyplease v0.2.20 |
783 | 2024-08-17T03:18:22.346Z | Downloaded hashbrown v0.13.2 |
784 | 2024-08-17T03:18:22.348Z | Downloaded time v0.3.36 |
785 | 2024-08-17T03:18:22.357Z | Downloaded regex-automata v0.1.10 |
786 | 2024-08-17T03:18:22.363Z | Downloaded curve25519-dalek v4.1.3 |
787 | 2024-08-17T03:18:22.372Z | Downloaded reqwest v0.11.27 |
788 | 2024-08-17T03:18:22.380Z | Downloaded sqlparser v0.45.0 |
789 | 2024-08-17T03:18:22.386Z | Downloaded quick-xml v0.31.0 |
790 | 2024-08-17T03:18:22.393Z | Downloaded bitvec v1.0.1 |
791 | 2024-08-17T03:18:22.411Z | Downloaded rustls-webpki v0.101.7 |
792 | 2024-08-17T03:18:22.426Z | Downloaded portable-atomic v1.6.0 |
793 | 2024-08-17T03:18:22.433Z | Downloaded rustyline v14.0.0 |
794 | 2024-08-17T03:18:22.438Z | Downloaded futures-util v0.3.30 |
795 | 2024-08-17T03:18:22.450Z | Downloaded h2 v0.3.26 |
796 | 2024-08-17T03:18:22.460Z | Downloaded rustls-webpki v0.102.4 |
797 | 2024-08-17T03:18:22.476Z | Downloaded vcpkg v0.2.15 |
798 | 2024-08-17T03:18:22.520Z | Downloaded webpki-roots v0.25.4 |
799 | 2024-08-17T03:18:22.524Z | Downloaded polar-core v0.27.3 |
800 | 2024-08-17T03:18:22.528Z | Downloaded git2 v0.19.0 |
801 | 2024-08-17T03:18:22.540Z | Downloaded hickory-proto v0.24.1 |
802 | 2024-08-17T03:18:22.553Z | Downloaded diesel v2.2.2 |
803 | 2024-08-17T03:18:22.574Z | Downloaded rustls v0.21.12 |
804 | 2024-08-17T03:18:22.584Z | Downloaded proptest v1.5.0 |
805 | 2024-08-17T03:18:22.594Z | Downloaded sled v0.34.7 |
806 | 2024-08-17T03:18:22.605Z | Downloaded ratatui v0.28.0 |
807 | 2024-08-17T03:18:22.625Z | Downloaded gimli v0.28.1 |
808 | 2024-08-17T03:18:22.633Z | Downloaded openapiv3 v2.0.0 |
809 | 2024-08-17T03:18:22.646Z | Downloaded petgraph v0.6.5 |
810 | 2024-08-17T03:18:22.666Z | Downloaded finl_unicode v1.2.0 |
811 | 2024-08-17T03:18:22.677Z | Downloaded csv v1.3.0 |
812 | 2024-08-17T03:18:22.703Z | Downloaded regress v0.9.1 |
813 | 2024-08-17T03:18:22.710Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
814 | 2024-08-17T03:18:22.718Z | Downloaded regex v1.10.6 |
815 | 2024-08-17T03:18:22.731Z | Downloaded rustls v0.22.4 |
816 | 2024-08-17T03:18:22.745Z | Downloaded nix v0.28.0 |
817 | 2024-08-17T03:18:22.756Z | Downloaded object v0.32.2 |
818 | 2024-08-17T03:18:22.768Z | Downloaded openssl v0.10.66 |
819 | 2024-08-17T03:18:22.778Z | Downloaded object v0.30.4 |
820 | 2024-08-17T03:18:22.787Z | Downloaded idna v0.5.0 |
821 | 2024-08-17T03:18:22.794Z | Downloaded smoltcp v0.11.0 |
822 | 2024-08-17T03:18:22.808Z | Downloaded regex-syntax v0.8.4 |
823 | 2024-08-17T03:18:22.815Z | Downloaded nix v0.27.1 |
824 | 2024-08-17T03:18:22.826Z | Downloaded zerocopy-derive v0.6.6 |
825 | 2024-08-17T03:18:22.836Z | Downloaded idna v0.4.0 |
826 | 2024-08-17T03:18:22.843Z | Downloaded bstr v1.9.1 |
827 | 2024-08-17T03:18:22.853Z | Downloaded idna v0.3.0 |
828 | 2024-08-17T03:18:22.862Z | Downloaded hkdf v0.12.4 |
829 | 2024-08-17T03:18:22.864Z | Downloaded regex-automata v0.4.6 |
830 | 2024-08-17T03:18:22.880Z | Downloaded radix_trie v0.2.1 |
831 | 2024-08-17T03:18:22.885Z | Downloaded regex-syntax v0.6.29 |
832 | 2024-08-17T03:18:22.894Z | Downloaded lalrpop v0.19.12 |
833 | 2024-08-17T03:18:22.904Z | Downloaded bstr v0.2.17 |
834 | 2024-08-17T03:18:22.915Z | Downloaded tokio-util v0.7.11 |
835 | 2024-08-17T03:18:22.922Z | Downloaded smoltcp v0.9.1 |
836 | 2024-08-17T03:18:22.933Z | Downloaded rusqlite v0.31.0 |
837 | 2024-08-17T03:18:22.939Z | Downloaded toml_edit v0.19.15 |
838 | 2024-08-17T03:18:22.955Z | Downloaded hyper v0.14.30 |
839 | 2024-08-17T03:18:22.964Z | Downloaded tokio v1.39.2 |
840 | 2024-08-17T03:18:23.002Z | Downloaded ron v0.8.1 |
841 | 2024-08-17T03:18:23.007Z | Downloaded typed-path v0.7.1 |
842 | 2024-08-17T03:18:23.012Z | Downloaded num-bigint-dig v0.8.4 |
843 | 2024-08-17T03:18:23.016Z | Downloaded bindgen v0.69.4 |
844 | 2024-08-17T03:18:23.023Z | Downloaded x509-cert v0.2.5 |
845 | 2024-08-17T03:18:23.029Z | Downloaded snafu v0.8.2 |
846 | 2024-08-17T03:18:23.035Z | Downloaded winnow v0.5.40 |
847 | 2024-08-17T03:18:23.044Z | Downloaded blake3 v1.5.1 |
848 | 2024-08-17T03:18:23.053Z | Downloaded sha3 v0.10.8 |
849 | 2024-08-17T03:18:23.058Z | Downloaded der v0.7.9 |
850 | 2024-08-17T03:18:23.064Z | Downloaded tabwriter v1.4.0 |
851 | 2024-08-17T03:18:23.067Z | Downloaded thread_local v1.1.8 |
852 | 2024-08-17T03:18:23.067Z | Downloaded group v0.13.0 |
853 | 2024-08-17T03:18:23.070Z | Downloaded glob v0.3.1 |
854 | 2024-08-17T03:18:23.070Z | Downloaded serde_with_macros v3.8.3 |
855 | 2024-08-17T03:18:23.077Z | Downloaded poly1305 v0.8.0 |
856 | 2024-08-17T03:18:23.077Z | Downloaded derive_builder v0.20.0 |
857 | 2024-08-17T03:18:23.081Z | Downloaded aho-corasick v1.1.3 |
858 | 2024-08-17T03:18:23.084Z | Downloaded float-cmp v0.9.0 |
859 | 2024-08-17T03:18:23.088Z | Downloaded itertools v0.10.5 |
860 | 2024-08-17T03:18:23.092Z | Downloaded rsa v0.9.6 |
861 | 2024-08-17T03:18:23.098Z | Downloaded futures v0.3.30 |
862 | 2024-08-17T03:18:23.103Z | Downloaded psl-types v2.0.11 |
863 | 2024-08-17T03:18:23.107Z | Downloaded pretty-hex v0.2.1 |
864 | 2024-08-17T03:18:23.107Z | Downloaded rustc_version v0.4.0 |
865 | 2024-08-17T03:18:23.107Z | Downloaded slog-envlogger v2.2.0 |
866 | 2024-08-17T03:18:23.111Z | Downloaded rustc_version v0.1.7 |
867 | 2024-08-17T03:18:23.111Z | Downloaded twox-hash v1.6.3 |
868 | 2024-08-17T03:18:23.111Z | Downloaded rustls-pemfile v2.1.3 |
869 | 2024-08-17T03:18:23.111Z | Downloaded highway v1.2.0 |
870 | 2024-08-17T03:18:23.115Z | Downloaded unicode-segmentation v1.11.0 |
871 | 2024-08-17T03:18:23.117Z | Downloaded rand v0.8.5 |
872 | 2024-08-17T03:18:23.121Z | Downloaded der_derive v0.7.2 |
873 | 2024-08-17T03:18:23.124Z | Downloaded textwrap v0.16.1 |
874 | 2024-08-17T03:18:23.127Z | Downloaded tar v0.4.41 |
875 | 2024-08-17T03:18:23.129Z | Downloaded owo-colors v4.0.0 |
876 | 2024-08-17T03:18:23.134Z | Downloaded hostname v0.4.0 |
877 | 2024-08-17T03:18:23.134Z | Downloaded snafu-derive v0.8.2 |
878 | 2024-08-17T03:18:23.142Z | Downloaded pin-utils v0.1.0 |
879 | 2024-08-17T03:18:23.142Z | Downloaded slog-json v2.6.1 |
880 | 2024-08-17T03:18:23.142Z | Downloaded rustls-pemfile v1.0.4 |
881 | 2024-08-17T03:18:23.142Z | Downloaded deranged v0.3.11 |
882 | 2024-08-17T03:18:23.142Z | Downloaded unicase v2.7.0 |
883 | 2024-08-17T03:18:23.142Z | Downloaded uuid v1.10.0 |
884 | 2024-08-17T03:18:23.146Z | Downloaded tracing-core v0.1.32 |
885 | 2024-08-17T03:18:23.150Z | Downloaded flagset v0.4.5 |
886 | 2024-08-17T03:18:23.160Z | Downloaded unsafe-libyaml v0.2.11 |
887 | 2024-08-17T03:18:23.160Z | Downloaded rcgen v0.12.1 |
888 | 2024-08-17T03:18:23.166Z | Downloaded pin-project v1.1.5 |
889 | 2024-08-17T03:18:23.171Z | Downloaded parking_lot v0.12.2 |
890 | 2024-08-17T03:18:23.171Z | Downloaded heapless v0.7.17 |
891 | 2024-08-17T03:18:23.175Z | Downloaded minimal-lexical v0.2.1 |
892 | 2024-08-17T03:18:23.179Z | Downloaded tokio-macros v2.4.0 |
893 | 2024-08-17T03:18:23.179Z | Downloaded resolv-conf v0.7.0 |
894 | 2024-08-17T03:18:23.182Z | Downloaded ref-cast v1.0.23 |
895 | 2024-08-17T03:18:23.182Z | Downloaded whoami v1.5.1 |
896 | 2024-08-17T03:18:23.186Z | Downloaded rustc-demangle v0.1.24 |
897 | 2024-08-17T03:18:23.189Z | Downloaded parking_lot v0.11.2 |
898 | 2024-08-17T03:18:23.190Z | Downloaded smf v0.2.3 |
899 | 2024-08-17T03:18:23.190Z | Downloaded term v0.7.0 |
900 | 2024-08-17T03:18:23.194Z | Downloaded mio v0.8.11 |
901 | 2024-08-17T03:18:23.199Z | Downloaded packed_struct_codegen v0.10.1 |
902 | 2024-08-17T03:18:23.206Z | Downloaded tracing-attributes v0.1.27 |
903 | 2024-08-17T03:18:23.207Z | Downloaded schemars v0.8.21 |
904 | 2024-08-17T03:18:23.214Z | Downloaded signature v2.2.0 |
905 | 2024-08-17T03:18:23.219Z | Downloaded hash32 v0.3.1 |
906 | 2024-08-17T03:18:23.220Z | Downloaded hash32 v0.2.1 |
907 | 2024-08-17T03:18:23.221Z | Downloaded zeroize v1.7.0 |
908 | 2024-08-17T03:18:23.221Z | Downloaded dirs-next v2.0.0 |
909 | 2024-08-17T03:18:23.226Z | Downloaded itertools v0.12.1 |
910 | 2024-08-17T03:18:23.232Z | Downloaded libm v0.2.8 |
911 | 2024-08-17T03:18:23.237Z | Downloaded slog-scope v4.4.0 |
912 | 2024-08-17T03:18:23.237Z | Downloaded shlex v1.3.0 |
913 | 2024-08-17T03:18:23.237Z | Downloaded shell-words v1.1.0 |
914 | 2024-08-17T03:18:23.241Z | Downloaded tui-tree-widget v0.22.0 |
915 | 2024-08-17T03:18:23.241Z | Downloaded rtoolbox v0.0.2 |
916 | 2024-08-17T03:18:23.241Z | Downloaded rand_chacha v0.3.1 |
917 | 2024-08-17T03:18:23.241Z | Downloaded pem-rfc7468 v0.7.0 |
918 | 2024-08-17T03:18:23.245Z | Downloaded peg-macros v0.8.4 |
919 | 2024-08-17T03:18:23.245Z | Downloaded tokio-tungstenite v0.21.0 |
920 | 2024-08-17T03:18:23.255Z | Downloaded tokio-tungstenite v0.20.1 |
921 | 2024-08-17T03:18:23.255Z | Downloaded pem v3.0.4 |
922 | 2024-08-17T03:18:23.260Z | Downloaded aes v0.8.4 |
923 | 2024-08-17T03:18:23.260Z | Downloaded slog-bunyan v2.5.0 |
924 | 2024-08-17T03:18:23.261Z | Downloaded rand_xorshift v0.3.0 |
925 | 2024-08-17T03:18:23.261Z | Downloaded rand_seeder v0.3.0 |
926 | 2024-08-17T03:18:23.261Z | Downloaded rand_core v0.6.4 |
927 | 2024-08-17T03:18:23.261Z | Downloaded getrandom v0.2.14 |
928 | 2024-08-17T03:18:23.269Z | Downloaded erased-serde v0.3.31 |
929 | 2024-08-17T03:18:23.269Z | Downloaded tracing v0.1.40 |
930 | 2024-08-17T03:18:23.276Z | Downloaded darling_core v0.20.9 |
931 | 2024-08-17T03:18:23.276Z | Downloaded base64 v0.21.7 |
932 | 2024-08-17T03:18:23.281Z | Downloaded encoding_rs v0.8.34 |
933 | 2024-08-17T03:18:23.302Z | Downloaded serde_repr v0.1.19 |
934 | 2024-08-17T03:18:23.307Z | Downloaded fastrand v2.1.0 |
935 | 2024-08-17T03:18:23.308Z | Downloaded fallible-streaming-iterator v0.1.9 |
936 | 2024-08-17T03:18:23.308Z | Downloaded fallible-iterator v0.3.0 |
937 | 2024-08-17T03:18:23.308Z | Downloaded embedded-io v0.4.0 |
938 | 2024-08-17T03:18:23.308Z | Downloaded tinyvec v1.6.0 |
939 | 2024-08-17T03:18:23.314Z | Downloaded tokio-rustls v0.25.0 |
940 | 2024-08-17T03:18:23.314Z | Downloaded tokio-rustls v0.24.1 |
941 | 2024-08-17T03:18:23.314Z | Downloaded radium v0.7.0 |
942 | 2024-08-17T03:18:23.321Z | Downloaded peg v0.8.4 |
943 | 2024-08-17T03:18:23.321Z | Downloaded bytes v1.7.1 |
944 | 2024-08-17T03:18:23.322Z | Downloaded fallible-iterator v0.2.0 |
945 | 2024-08-17T03:18:23.322Z | Downloaded thiserror-impl-no-std v2.0.2 |
946 | 2024-08-17T03:18:23.326Z | Downloaded structmeta-derive v0.3.0 |
947 | 2024-08-17T03:18:23.326Z | Downloaded structmeta-derive v0.2.0 |
948 | 2024-08-17T03:18:23.327Z | Downloaded stable_deref_trait v1.2.0 |
949 | 2024-08-17T03:18:23.332Z | Downloaded slog-stdlog v4.1.1 |
950 | 2024-08-17T03:18:23.332Z | Downloaded env_logger v0.9.3 |
951 | 2024-08-17T03:18:23.333Z | Downloaded serde-hex v0.1.0 |
952 | 2024-08-17T03:18:23.333Z | Downloaded rusty-fork v0.3.0 |
953 | 2024-08-17T03:18:23.340Z | Downloaded compact_str v0.8.0 |
954 | 2024-08-17T03:18:23.340Z | Downloaded crossbeam-epoch v0.9.18 |
955 | 2024-08-17T03:18:23.344Z | Downloaded cookie v0.18.1 |
956 | 2024-08-17T03:18:23.344Z | Downloaded bit-vec v0.6.3 |
957 | 2024-08-17T03:18:23.344Z | Downloaded futures-task v0.3.30 |
958 | 2024-08-17T03:18:23.344Z | Downloaded futures-sink v0.3.30 |
959 | 2024-08-17T03:18:23.344Z | Downloaded futures-macro v0.3.30 |
960 | 2024-08-17T03:18:23.344Z | Downloaded futures-io v0.3.30 |
961 | 2024-08-17T03:18:23.348Z | Downloaded futures-executor v0.3.30 |
962 | 2024-08-17T03:18:23.348Z | Downloaded filetime v0.2.24 |
963 | 2024-08-17T03:18:23.348Z | Downloaded ff v0.13.0 |
964 | 2024-08-17T03:18:23.352Z | Downloaded fd-lock v4.0.2 |
965 | 2024-08-17T03:18:23.352Z | Downloaded serde_derive_internals v0.29.1 |
966 | 2024-08-17T03:18:23.359Z | Downloaded maybe-uninit v2.0.0 |
967 | 2024-08-17T03:18:23.359Z | Downloaded crypto-bigint v0.5.5 |
968 | 2024-08-17T03:18:23.364Z | Downloaded base64 v0.13.1 |
969 | 2024-08-17T03:18:23.364Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
970 | 2024-08-17T03:18:23.420Z | Downloaded lock_api v0.4.12 |
971 | 2024-08-17T03:18:23.423Z | Downloaded ipnet v2.9.0 |
972 | 2024-08-17T03:18:23.423Z | Downloaded const_format v0.2.32 |
973 | 2024-08-17T03:18:23.429Z | Downloaded cc v1.0.97 |
974 | 2024-08-17T03:18:23.435Z | Downloaded crc32fast v1.4.0 |
975 | 2024-08-17T03:18:23.435Z | Downloaded base64 v0.22.1 |
976 | 2024-08-17T03:18:23.438Z | Downloaded zone v0.1.8 |
977 | 2024-08-17T03:18:23.438Z | Downloaded wyz v0.5.1 |
978 | 2024-08-17T03:18:23.442Z | Downloaded arc-swap v1.7.1 |
979 | 2024-08-17T03:18:23.442Z | Downloaded tls_codec v0.4.1 |
980 | 2024-08-17T03:18:23.445Z | Downloaded mockall_derive v0.13.0 |
981 | 2024-08-17T03:18:23.447Z | Downloaded mime_guess v2.0.4 |
982 | 2024-08-17T03:18:23.447Z | Downloaded data-encoding v2.6.0 |
983 | 2024-08-17T03:18:23.452Z | Downloaded csv-core v0.1.11 |
984 | 2024-08-17T03:18:23.452Z | Downloaded bcs v0.1.6 |
985 | 2024-08-17T03:18:23.454Z | Downloaded async-trait v0.1.81 |
986 | 2024-08-17T03:18:23.454Z | Downloaded async-stream v0.3.5 |
987 | 2024-08-17T03:18:23.458Z | Downloaded slog-dtrace v0.3.0 |
988 | 2024-08-17T03:18:23.458Z | Downloaded num-derive v0.4.2 |
989 | 2024-08-17T03:18:23.461Z | Downloaded lru-cache v0.1.2 |
990 | 2024-08-17T03:18:23.461Z | Downloaded linear-map v1.2.0 |
991 | 2024-08-17T03:18:23.461Z | Downloaded console v0.15.8 |
992 | 2024-08-17T03:18:23.464Z | Downloaded base64ct v1.6.0 |
993 | 2024-08-17T03:18:23.468Z | Downloaded backoff v0.4.0 |
994 | 2024-08-17T03:18:23.471Z | Downloaded signal-hook-mio v0.2.4 |
995 | 2024-08-17T03:18:23.471Z | Downloaded schemars_derive v0.8.21 |
996 | 2024-08-17T03:18:23.473Z | Downloaded num_enum_derive v0.5.11 |
997 | 2024-08-17T03:18:23.473Z | Downloaded nanorand v0.7.0 |
998 | 2024-08-17T03:18:23.477Z | Downloaded headers-core v0.2.0 |
999 | 2024-08-17T03:18:23.477Z | Downloaded nibble_vec v0.1.0 |
1000 | 2024-08-17T03:18:23.477Z | Downloaded camino-tempfile v1.1.1 |
1001 | 2024-08-17T03:18:23.480Z | Downloaded crossbeam-deque v0.8.5 |
1002 | 2024-08-17T03:18:23.480Z | Downloaded crc v3.2.1 |
1003 | 2024-08-17T03:18:23.485Z | Downloaded bitfield-struct v0.6.1 |
1004 | 2024-08-17T03:18:23.485Z | Downloaded base16ct v0.2.0 |
1005 | 2024-08-17T03:18:23.485Z | Downloaded assert_matches v1.5.0 |
1006 | 2024-08-17T03:18:23.489Z | Downloaded jobserver v0.1.32 |
1007 | 2024-08-17T03:18:23.489Z | Downloaded hyper-rustls v0.24.2 |
1008 | 2024-08-17T03:18:23.494Z | Downloaded inout v0.1.3 |
1009 | 2024-08-17T03:18:23.494Z | Downloaded openssl-probe v0.1.5 |
1010 | 2024-08-17T03:18:23.494Z | Downloaded opaque-debug v0.3.1 |
1011 | 2024-08-17T03:18:23.494Z | Downloaded num-conv v0.1.0 |
1012 | 2024-08-17T03:18:23.494Z | Downloaded cstr-argument v0.1.2 |
1013 | 2024-08-17T03:18:23.496Z | Downloaded new_debug_unreachable v1.0.6 |
1014 | 2024-08-17T03:18:23.496Z | Downloaded crc-any v2.5.0 |
1015 | 2024-08-17T03:18:23.497Z | Downloaded cancel-safe-futures v0.1.5 |
1016 | 2024-08-17T03:18:23.500Z | Downloaded iana-time-zone v0.1.60 |
1017 | 2024-08-17T03:18:23.503Z | Downloaded num v0.4.3 |
1018 | 2024-08-17T03:18:23.503Z | Downloaded md-5 v0.10.6 |
1019 | 2024-08-17T03:18:23.506Z | Downloaded cfg_aliases v0.1.1 |
1020 | 2024-08-17T03:18:23.506Z | Downloaded linked-hash-map v0.5.6 |
1021 | 2024-08-17T03:18:23.506Z | Downloaded libsw v3.3.1 |
1022 | 2024-08-17T03:18:23.509Z | Downloaded multimap v0.10.0 |
1023 | 2024-08-17T03:18:23.510Z | Downloaded memoffset v0.9.1 |
1024 | 2024-08-17T03:18:23.513Z | Downloaded lru v0.12.3 |
1025 | 2024-08-17T03:18:23.513Z | Downloaded ident_case v1.0.1 |
1026 | 2024-08-17T03:18:23.513Z | Downloaded hubpack v0.1.2 |
1027 | 2024-08-17T03:18:23.516Z | Downloaded atomicwrites v0.4.3 |
1028 | 2024-08-17T03:18:23.516Z | Downloaded async-recursion v1.1.1 |
1029 | 2024-08-17T03:18:23.519Z | Downloaded darling v0.20.9 |
1030 | 2024-08-17T03:18:23.522Z | Downloaded crc-catalog v2.4.0 |
1031 | 2024-08-17T03:18:23.524Z | Downloaded cookie v0.17.0 |
1032 | 2024-08-17T03:18:23.527Z | Downloaded constant_time_eq v0.3.0 |
1033 | 2024-08-17T03:18:23.527Z | Downloaded castaway v0.2.3 |
1034 | 2024-08-17T03:18:23.527Z | Downloaded bb8 v0.8.5 |
1035 | 2024-08-17T03:18:23.530Z | Downloaded addr2line v0.21.0 |
1036 | 2024-08-17T03:18:23.533Z | Downloaded block-padding v0.3.3 |
1037 | 2024-08-17T03:18:23.533Z | Downloaded atomic-waker v1.1.2 |
1038 | 2024-08-17T03:18:23.536Z | Downloaded bit-set v0.5.3 |
1039 | 2024-08-17T03:18:23.536Z | Downloaded defmt v0.3.8 |
1040 | 2024-08-17T03:18:23.540Z | Downloaded ahash v0.8.11 |
1041 | 2024-08-17T03:18:23.992Z | Downloaded libz-sys v1.1.16 |
1042 | 2024-08-17T03:18:24.109Z | Downloaded ring v0.17.8 |
1043 | 2024-08-17T03:18:24.257Z | Downloaded libsqlite3-sys v0.28.0 |
1044 | 2024-08-17T03:18:24.335Z | Downloaded ring v0.16.20 |
1045 | 2024-08-17T03:18:24.498Z | Compiling cfg-if v1.0.0 |
1046 | 2024-08-17T03:18:24.498Z | Compiling serde v1.0.207 |
1047 | 2024-08-17T03:18:24.502Z | Compiling lock_api v0.4.12 |
1048 | 2024-08-17T03:18:24.502Z | Compiling scopeguard v1.2.0 |
1049 | 2024-08-17T03:18:24.502Z | Compiling typenum v1.17.0 |
1050 | 2024-08-17T03:18:24.503Z | Compiling generic-array v0.14.7 |
1051 | 2024-08-17T03:18:24.644Z | Compiling syn v2.0.74 |
1052 | 2024-08-17T03:18:24.662Z | Compiling log v0.4.21 |
1053 | 2024-08-17T03:18:24.751Z | Compiling getrandom v0.2.14 |
1054 | 2024-08-17T03:18:24.795Z | Compiling jobserver v0.1.32 |
1055 | 2024-08-17T03:18:25.027Z | Compiling rand_core v0.6.4 |
1056 | 2024-08-17T03:18:25.196Z | Compiling cc v1.0.97 |
1057 | 2024-08-17T03:18:25.216Z | Compiling subtle v2.5.0 |
1058 | 2024-08-17T03:18:25.235Z | Compiling const-oid v0.9.6 |
1059 | 2024-08-17T03:18:25.554Z | Compiling smallvec v1.13.2 |
1060 | 2024-08-17T03:18:25.586Z | Compiling pin-project-lite v0.2.14 |
1061 | 2024-08-17T03:18:25.714Z | Compiling parking_lot_core v0.9.10 |
1062 | 2024-08-17T03:18:25.742Z | Compiling spin v0.9.8 |
1063 | 2024-08-17T03:18:25.868Z | Compiling signal-hook-registry v1.4.2 |
1064 | 2024-08-17T03:18:25.998Z | Compiling mio v1.0.2 |
1065 | 2024-08-17T03:18:26.137Z | Compiling ahash v0.8.11 |
1066 | 2024-08-17T03:18:26.526Z | Compiling tinyvec_macros v0.1.1 |
1067 | 2024-08-17T03:18:26.621Z | Compiling parking_lot v0.12.2 |
1068 | 2024-08-17T03:18:26.716Z | Compiling tinyvec v1.6.0 |
1069 | 2024-08-17T03:18:27.003Z | Compiling socket2 v0.5.7 |
1070 | 2024-08-17T03:18:27.250Z | Compiling serde_json v1.0.125 |
1071 | 2024-08-17T03:18:27.470Z | Compiling libm v0.2.8 |
1072 | 2024-08-17T03:18:27.591Z | Compiling cpufeatures v0.2.12 |
1073 | 2024-08-17T03:18:27.609Z | Compiling futures-core v0.3.30 |
1074 | 2024-08-17T03:18:27.725Z | Compiling num-traits v0.2.19 |
1075 | 2024-08-17T03:18:27.742Z | Compiling slab v0.4.9 |
1076 | 2024-08-17T03:18:27.850Z | Compiling unicode-bidi v0.3.15 |
1077 | 2024-08-17T03:18:27.868Z | Compiling allocator-api2 v0.2.18 |
1078 | 2024-08-17T03:18:28.018Z | Compiling futures-sink v0.3.30 |
1079 | 2024-08-17T03:18:28.268Z | Compiling unicode-normalization v0.1.23 |
1080 | 2024-08-17T03:18:28.285Z | Compiling futures-channel v0.3.30 |
1081 | 2024-08-17T03:18:28.493Z | Compiling pkg-config v0.3.30 |
1082 | 2024-08-17T03:18:28.626Z | Compiling futures-io v0.3.30 |
1083 | 2024-08-17T03:18:28.689Z | Compiling futures-task v0.3.30 |
1084 | 2024-08-17T03:18:28.945Z | Compiling pin-utils v0.1.0 |
1085 | 2024-08-17T03:18:28.990Z | Compiling vcpkg v0.2.15 |
1086 | 2024-08-17T03:18:29.034Z | Compiling base64ct v1.6.0 |
1087 | 2024-08-17T03:18:29.509Z | Compiling percent-encoding v2.3.1 |
1088 | 2024-08-17T03:18:29.575Z | Compiling pem-rfc7468 v0.7.0 |
1089 | 2024-08-17T03:18:29.586Z | Compiling ring v0.17.8 |
1090 | 2024-08-17T03:18:29.661Z | Compiling flagset v0.4.5 |
1091 | 2024-08-17T03:18:29.745Z | Compiling ppv-lite86 v0.2.17 |
1092 | 2024-08-17T03:18:29.819Z | Compiling tracing-core v0.1.32 |
1093 | 2024-08-17T03:18:29.991Z | Compiling untrusted v0.9.0 |
1094 | 2024-08-17T03:18:30.165Z | Compiling rustix v0.38.34 |
1095 | 2024-08-17T03:18:30.249Z | Compiling foreign-types-shared v0.1.1 |
1096 | 2024-08-17T03:18:30.382Z | Compiling rustversion v1.0.17 |
1097 | 2024-08-17T03:18:30.472Z | Compiling rand_chacha v0.3.1 |
1098 | 2024-08-17T03:18:31.027Z | Compiling rand v0.8.5 |
1099 | 2024-08-17T03:18:31.118Z | Compiling httparse v1.8.0 |
1100 | 2024-08-17T03:18:31.138Z | Compiling openssl-sys v0.9.103 |
1101 | 2024-08-17T03:18:31.159Z | Compiling openssl v0.10.66 |
1102 | 2024-08-17T03:18:31.285Z | Compiling num-conv v0.1.0 |
1103 | 2024-08-17T03:18:31.531Z | Compiling powerfmt v0.2.0 |
1104 | 2024-08-17T03:18:31.549Z | Compiling time-core v0.1.2 |
1105 | 2024-08-17T03:18:31.649Z | Compiling foreign-types v0.3.2 |
1106 | 2024-08-17T03:18:31.724Z | Compiling time-macros v0.2.18 |
1107 | 2024-08-17T03:18:31.740Z | Compiling form_urlencoded v1.2.1 |
1108 | 2024-08-17T03:18:31.895Z | Compiling deranged v0.3.11 |
1109 | 2024-08-17T03:18:32.024Z | Compiling lazy_static v1.5.0 |
1110 | 2024-08-17T03:18:32.140Z | Compiling rustls v0.21.12 |
1111 | 2024-08-17T03:18:32.380Z | Compiling try-lock v0.2.5 |
1112 | 2024-08-17T03:18:32.521Z | Compiling siphasher v0.3.11 |
1113 | 2024-08-17T03:18:32.594Z | Compiling native-tls v0.2.11 |
1114 | 2024-08-17T03:18:32.806Z | Compiling num_threads v0.1.7 |
1115 | 2024-08-17T03:18:32.857Z | Compiling crossbeam-utils v0.8.19 |
1116 | 2024-08-17T03:18:32.905Z | Compiling syn v1.0.109 |
1117 | 2024-08-17T03:18:32.960Z | Compiling want v0.3.1 |
1118 | 2024-08-17T03:18:33.564Z | Compiling idna v0.5.0 |
1119 | 2024-08-17T03:18:33.716Z | Compiling aho-corasick v1.1.3 |
1120 | 2024-08-17T03:18:33.899Z | Compiling cookie v0.17.0 |
1121 | 2024-08-17T03:18:34.089Z | Compiling regex-syntax v0.8.4 |
1122 | 2024-08-17T03:18:34.178Z | Compiling openssl-probe v0.1.5 |
1123 | 2024-08-17T03:18:34.501Z | Compiling slog v2.7.0 |
1124 | 2024-08-17T03:18:34.521Z | Compiling tower-service v0.3.2 |
1125 | 2024-08-17T03:18:34.713Z | Compiling httpdate v1.0.3 |
1126 | 2024-08-17T03:18:34.782Z | Compiling time v0.3.36 |
1127 | 2024-08-17T03:18:35.014Z | Compiling finl_unicode v1.2.0 |
1128 | 2024-08-17T03:18:35.045Z | Compiling adler v1.0.2 |
1129 | 2024-08-17T03:18:35.097Z | Compiling iana-time-zone v0.1.60 |
1130 | 2024-08-17T03:18:35.259Z | Compiling miniz_oxide v0.7.2 |
1131 | 2024-08-17T03:18:35.528Z | Compiling stringprep v0.1.4 |
1132 | 2024-08-17T03:18:35.644Z | Compiling url v2.5.2 |
1133 | 2024-08-17T03:18:37.421Z | Compiling regex-automata v0.4.6 |
1134 | 2024-08-17T03:18:37.979Z | Compiling num-integer v0.1.46 |
1135 | 2024-08-17T03:18:38.559Z | Compiling serde_derive v1.0.207 |
1136 | 2024-08-17T03:18:38.717Z | Compiling zeroize_derive v1.4.2 |
1137 | 2024-08-17T03:18:38.942Z | Compiling zerocopy-derive v0.7.34 |
1138 | 2024-08-17T03:18:39.590Z | Compiling tokio-macros v2.4.0 |
1139 | 2024-08-17T03:18:39.655Z | Compiling thiserror-impl v1.0.63 |
1140 | 2024-08-17T03:18:40.275Z | Compiling zeroize v1.7.0 |
1141 | 2024-08-17T03:18:40.458Z | Compiling futures-macro v0.3.30 |
1142 | 2024-08-17T03:18:41.207Z | Compiling zerocopy v0.7.34 |
1143 | 2024-08-17T03:18:41.249Z | Compiling der_derive v0.7.2 |
1144 | 2024-08-17T03:18:42.083Z | Compiling crypto-common v0.1.6 |
1145 | 2024-08-17T03:18:42.306Z | Compiling block-buffer v0.10.4 |
1146 | 2024-08-17T03:18:42.446Z | Compiling block-padding v0.3.3 |
1147 | 2024-08-17T03:18:42.559Z | Compiling digest v0.10.7 |
1148 | 2024-08-17T03:18:42.761Z | Compiling inout v0.1.3 |
1149 | 2024-08-17T03:18:42.994Z | Compiling hmac v0.12.1 |
1150 | 2024-08-17T03:18:43.029Z | Compiling thiserror v1.0.63 |
1151 | 2024-08-17T03:18:43.046Z | Compiling cipher v0.4.4 |
1152 | 2024-08-17T03:18:43.162Z | Compiling sha2 v0.10.8 |
1153 | 2024-08-17T03:18:43.241Z | Compiling hashbrown v0.14.5 |
1154 | 2024-08-17T03:18:43.284Z | Compiling futures-util v0.3.30 |
1155 | 2024-08-17T03:18:43.520Z | Compiling pest v2.7.10 |
1156 | 2024-08-17T03:18:43.737Z | Compiling der v0.7.9 |
1157 | 2024-08-17T03:18:44.656Z | Compiling salsa20 v0.10.2 |
1158 | 2024-08-17T03:18:44.888Z | Compiling pbkdf2 v0.12.2 |
1159 | 2024-08-17T03:18:45.061Z | Compiling tracing-attributes v0.1.27 |
1160 | 2024-08-17T03:18:46.516Z | Compiling pest_meta v2.7.10 |
1161 | 2024-08-17T03:18:46.845Z | Compiling scroll_derive v0.12.0 |
1162 | 2024-08-17T03:18:47.098Z | Compiling spki v0.7.3 |
1163 | 2024-08-17T03:18:47.462Z | Compiling scrypt v0.11.0 |
1164 | 2024-08-17T03:18:48.039Z | Compiling pest_generator v2.7.10 |
1165 | 2024-08-17T03:18:48.323Z | Compiling scroll v0.12.0 |
1166 | 2024-08-17T03:18:48.848Z | Compiling aes v0.8.4 |
1167 | 2024-08-17T03:18:48.917Z | Compiling tracing v0.1.40 |
1168 | 2024-08-17T03:18:49.311Z | Compiling cbc v0.1.2 |
1169 | 2024-08-17T03:18:49.554Z | Compiling goblin v0.8.2 |
1170 | 2024-08-17T03:18:49.920Z | Compiling pkcs5 v0.7.1 |
1171 | 2024-08-17T03:18:50.054Z | Compiling openssl-macros v0.1.1 |
1172 | 2024-08-17T03:18:50.471Z | Compiling md-5 v0.10.6 |
1173 | 2024-08-17T03:18:50.741Z | Compiling pkcs8 v0.10.2 |
1174 | 2024-08-17T03:18:50.875Z | Compiling backtrace v0.3.71 |
1175 | 2024-08-17T03:18:51.127Z | Compiling idna v0.3.0 |
1176 | 2024-08-17T03:18:51.356Z | Compiling hash32 v0.2.1 |
1177 | 2024-08-17T03:18:51.443Z | Compiling sct v0.7.1 |
1178 | 2024-08-17T03:18:51.513Z | Compiling pest_derive v2.7.10 |
1179 | 2024-08-17T03:18:51.599Z | Compiling rustls-webpki v0.101.7 |
1180 | 2024-08-17T03:18:51.718Z | Compiling num-bigint-dig v0.8.4 |
1181 | 2024-08-17T03:18:51.742Z | Compiling smoltcp v0.9.1 |
1182 | 2024-08-17T03:18:52.025Z | Compiling base64 v0.22.1 |
1183 | 2024-08-17T03:18:52.278Z | Compiling dtrace-parser v0.2.0 |
1184 | 2024-08-17T03:18:52.682Z | Compiling bytes v1.7.1 |
1185 | 2024-08-17T03:18:52.790Z | Compiling bitflags v2.6.0 |
1186 | 2024-08-17T03:18:53.193Z | Compiling indexmap v2.4.0 |
1187 | 2024-08-17T03:18:53.238Z | Compiling semver v1.0.23 |
1188 | 2024-08-17T03:18:53.940Z | Compiling tokio v1.39.2 |
1189 | 2024-08-17T03:18:53.979Z | Compiling http v0.2.12 |
1190 | 2024-08-17T03:18:54.433Z | Compiling rustc_version v0.4.0 |
1191 | 2024-08-17T03:18:55.188Z | Compiling heapless v0.7.17 |
1192 | 2024-08-17T03:18:55.676Z | Compiling http-body v0.4.6 |
1193 | 2024-08-17T03:18:55.990Z | Compiling dof v0.3.0 |
1194 | 2024-08-17T03:18:56.138Z | Compiling uuid v1.10.0 |
1195 | 2024-08-17T03:18:56.480Z | Compiling toml_datetime v0.6.8 |
1196 | 2024-08-17T03:18:56.526Z | Compiling serde_spanned v0.6.7 |
1197 | 2024-08-17T03:18:56.757Z | Compiling usdt-impl v0.5.0 |
1198 | 2024-08-17T03:18:56.996Z | Compiling chrono v0.4.38 |
1199 | 2024-08-17T03:18:57.584Z | Compiling serde_tokenstream v0.2.2 |
1200 | 2024-08-17T03:18:58.115Z | Compiling stable_deref_trait v1.2.0 |
1201 | 2024-08-17T03:18:58.207Z | Compiling fallible-iterator v0.2.0 |
1202 | 2024-08-17T03:18:58.225Z | Compiling psl-types v2.0.11 |
1203 | 2024-08-17T03:18:58.395Z | Compiling signal-hook v0.3.17 |
1204 | 2024-08-17T03:18:58.413Z | Compiling crc32fast v1.4.0 |
1205 | 2024-08-17T03:18:58.672Z | Compiling gimli v0.28.1 |
1206 | 2024-08-17T03:18:58.886Z | Compiling cfg_aliases v0.1.1 |
1207 | 2024-08-17T03:18:58.994Z | Compiling nix v0.28.0 |
1208 | 2024-08-17T03:18:59.014Z | Compiling postgres-protocol v0.6.7 |
1209 | 2024-08-17T03:18:59.821Z | Compiling publicsuffix v2.2.3 |
1210 | 2024-08-17T03:19:00.091Z | Compiling terminal_size v0.3.0 |
1211 | 2024-08-17T03:19:00.362Z | Compiling hubpack_derive v0.1.1 |
1212 | 2024-08-17T03:19:00.379Z | Compiling zerocopy-derive v0.6.6 |
1213 | 2024-08-17T03:19:01.046Z | Compiling async-trait v0.1.81 |
1214 | 2024-08-17T03:19:01.201Z | Compiling num-iter v0.1.45 |
1215 | 2024-08-17T03:19:01.384Z | Compiling phf_shared v0.11.2 |
1216 | 2024-08-17T03:19:01.775Z | Compiling serde_derive_internals v0.29.1 |
1217 | 2024-08-17T03:19:02.125Z | Compiling tokio-util v0.7.11 |
1218 | 2024-08-17T03:19:02.400Z | Compiling tokio-native-tls v0.3.1 |
1219 | 2024-08-17T03:19:02.587Z | Compiling tokio-rustls v0.24.1 |
1220 | 2024-08-17T03:19:02.679Z | Compiling ff v0.13.0 |
1221 | 2024-08-17T03:19:02.922Z | Compiling addr2line v0.21.0 |
1222 | 2024-08-17T03:19:03.014Z | Compiling object v0.32.2 |
1223 | 2024-08-17T03:19:03.408Z | Compiling h2 v0.3.26 |
1224 | 2024-08-17T03:19:03.565Z | Compiling fs-err v2.11.0 |
1225 | 2024-08-17T03:19:03.621Z | Compiling anyhow v1.0.86 |
1226 | 2024-08-17T03:19:03.662Z | Compiling either v1.13.0 |
1227 | 2024-08-17T03:19:03.866Z | Compiling ipnet v2.9.0 |
1228 | 2024-08-17T03:19:03.913Z | Compiling regex-automata v0.1.10 |
1229 | 2024-08-17T03:19:04.057Z | Compiling rustc-demangle v0.1.24 |
1230 | 2024-08-17T03:19:04.225Z | Compiling base64 v0.21.7 |
1231 | 2024-08-17T03:19:04.416Z | Compiling managed v0.8.0 |
1232 | 2024-08-17T03:19:04.558Z | Compiling bitflags v1.3.2 |
1233 | 2024-08-17T03:19:04.667Z | Compiling base16ct v0.2.0 |
1234 | 2024-08-17T03:19:04.864Z | Compiling schemars v0.8.21 |
1235 | 2024-08-17T03:19:04.962Z | Compiling winnow v0.5.40 |
1236 | 2024-08-17T03:19:05.007Z | Compiling sec1 v0.7.3 |
1237 | 2024-08-17T03:19:05.032Z | Compiling clap_builder v4.5.15 |
1238 | 2024-08-17T03:19:05.252Z | Compiling rustls-pemfile v1.0.4 |
1239 | 2024-08-17T03:19:05.635Z | Compiling schemars_derive v0.8.21 |
1240 | 2024-08-17T03:19:05.730Z | Compiling bstr v0.2.17 |
1241 | 2024-08-17T03:19:07.344Z | Compiling group v0.13.0 |
1242 | 2024-08-17T03:19:07.372Z | Compiling zerocopy v0.6.6 |
1243 | 2024-08-17T03:19:07.681Z | Compiling cookie_store v0.20.0 |
1244 | 2024-08-17T03:19:08.212Z | Compiling phf v0.11.2 |
1245 | 2024-08-17T03:19:08.494Z | Compiling toml_edit v0.19.15 |
1246 | 2024-08-17T03:19:08.993Z | Compiling hubpack v0.1.2 |
1247 | 2024-08-17T03:19:09.062Z | Compiling usdt-attr-macro v0.5.0 |
1248 | 2024-08-17T03:19:09.152Z | Compiling usdt-macro v0.5.0 |
1249 | 2024-08-17T03:19:10.156Z | Compiling hyper v0.14.30 |
1250 | 2024-08-17T03:19:10.705Z | Compiling postgres-types v0.2.7 |
1251 | 2024-08-17T03:19:11.094Z | Compiling serde_urlencoded v0.7.1 |
1252 | 2024-08-17T03:19:11.565Z | Compiling pkcs1 v0.7.5 |
1253 | 2024-08-17T03:19:12.195Z | Compiling futures-executor v0.3.30 |
1254 | 2024-08-17T03:19:12.590Z | Compiling hkdf v0.12.4 |
1255 | 2024-08-17T03:19:12.752Z | Compiling signature v2.2.0 |
1256 | 2024-08-17T03:19:12.852Z | Compiling regex v1.10.6 |
1257 | 2024-08-17T03:19:13.048Z | Compiling crypto-bigint v0.5.5 |
1258 | 2024-08-17T03:19:13.678Z | Compiling enum-as-inner v0.6.0 |
1259 | 2024-08-17T03:19:13.901Z | Compiling serde_repr v0.1.19 |
1260 | 2024-08-17T03:19:13.958Z | Compiling strum_macros v0.25.3 |
1261 | 2024-08-17T03:19:14.228Z | Compiling clap_derive v4.5.13 |
1262 | 2024-08-17T03:19:14.749Z | Compiling phf_shared v0.10.0 |
1263 | 2024-08-17T03:19:15.074Z | Compiling float-cmp v0.9.0 |
1264 | 2024-08-17T03:19:15.138Z | Compiling idna v0.4.0 |
1265 | 2024-08-17T03:19:15.299Z | Compiling mio v0.8.11 |
1266 | 2024-08-17T03:19:16.379Z | Compiling encoding_rs v0.8.34 |
1267 | 2024-08-17T03:19:16.639Z | Compiling mime v0.3.17 |
1268 | 2024-08-17T03:19:16.795Z | Compiling normalize-line-endings v0.3.0 |
1269 | 2024-08-17T03:19:16.941Z | Compiling data-encoding v2.6.0 |
1270 | 2024-08-17T03:19:17.252Z | Compiling hyper-tls v0.5.0 |
1271 | 2024-08-17T03:19:17.596Z | Compiling hyper-rustls v0.24.2 |
1272 | 2024-08-17T03:19:17.951Z | Compiling sync_wrapper v0.1.2 |
1273 | 2024-08-17T03:19:18.036Z | Compiling fixedbitset v0.4.2 |
1274 | 2024-08-17T03:19:18.080Z | Compiling predicates-core v1.0.6 |
1275 | 2024-08-17T03:19:18.432Z | Compiling unicode-segmentation v1.11.0 |
1276 | 2024-08-17T03:19:18.501Z | Compiling difflib v0.4.0 |
1277 | 2024-08-17T03:19:19.037Z | Compiling whoami v1.5.1 |
1278 | 2024-08-17T03:19:19.157Z | Compiling static_assertions v1.1.0 |
1279 | 2024-08-17T03:19:19.206Z | Compiling minimal-lexical v0.2.1 |
1280 | 2024-08-17T03:19:19.262Z | Compiling new_debug_unreachable v1.0.6 |
1281 | 2024-08-17T03:19:19.279Z | Compiling precomputed-hash v0.1.1 |
1282 | 2024-08-17T03:19:19.356Z | Compiling webpki-roots v0.25.4 |
1283 | 2024-08-17T03:19:19.389Z | Compiling dyn-clone v1.0.17 |
1284 | 2024-08-17T03:19:19.521Z | Compiling bit-vec v0.6.3 |
1285 | 2024-08-17T03:19:19.601Z | Compiling nom v7.1.3 |
1286 | 2024-08-17T03:19:19.728Z | Compiling reqwest v0.11.27 |
1287 | 2024-08-17T03:19:19.952Z | Compiling bit-set v0.5.3 |
1288 | 2024-08-17T03:19:19.975Z | Compiling string_cache v0.8.7 |
1289 | 2024-08-17T03:19:20.028Z | Compiling tokio-postgres v0.7.11 |
1290 | 2024-08-17T03:19:20.216Z | Compiling toml_edit v0.22.20 |
1291 | 2024-08-17T03:19:20.459Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1292 | 2024-08-17T03:19:20.757Z | Compiling console v0.15.8 |
1293 | 2024-08-17T03:19:22.251Z | Compiling clap v4.5.16 |
1294 | 2024-08-17T03:19:22.376Z | Compiling similar v2.5.0 |
1295 | 2024-08-17T03:19:23.265Z | Compiling predicates v3.1.2 |
1296 | 2024-08-17T03:19:23.507Z | Compiling petgraph v0.6.5 |
1297 | 2024-08-17T03:19:23.535Z | Compiling hickory-proto v0.24.1 |
1298 | 2024-08-17T03:19:24.924Z | Compiling usdt v0.5.0 |
1299 | 2024-08-17T03:19:24.983Z | Compiling elliptic-curve v0.13.8 |
1300 | 2024-08-17T03:19:25.415Z | Compiling signal-hook-mio v0.2.4 |
1301 | 2024-08-17T03:19:25.584Z | Compiling rsa v0.9.6 |
1302 | 2024-08-17T03:19:25.633Z | Compiling futures v0.3.30 |
1303 | 2024-08-17T03:19:25.749Z | Compiling toml v0.7.8 |
1304 | 2024-08-17T03:19:26.705Z | Compiling flate2 v1.0.31 |
1305 | 2024-08-17T03:19:27.503Z | Compiling itertools v0.12.1 |
1306 | 2024-08-17T03:19:27.645Z | Compiling itertools v0.10.5 |
1307 | 2024-08-17T03:19:28.340Z | Compiling tokio-stream v0.1.15 |
1308 | 2024-08-17T03:19:28.517Z | Compiling openapiv3 v2.0.0 |
1309 | 2024-08-17T03:19:29.348Z | Compiling hex v0.4.3 |
1310 | 2024-08-17T03:19:29.968Z | Compiling sha1 v0.10.6 |
1311 | 2024-08-17T03:19:30.431Z | Compiling bstr v1.9.1 |
1312 | 2024-08-17T03:19:30.457Z | Compiling crossbeam-epoch v0.9.18 |
1313 | 2024-08-17T03:19:30.704Z | Compiling dirs-sys-next v0.1.2 |
1314 | 2024-08-17T03:19:30.948Z | Compiling unicode-xid v0.2.4 |
1315 | 2024-08-17T03:19:31.122Z | Compiling peg-runtime v0.8.3 |
1316 | 2024-08-17T03:19:31.217Z | Compiling lalrpop-util v0.19.12 |
1317 | 2024-08-17T03:19:31.356Z | Compiling dirs-next v2.0.0 |
1318 | 2024-08-17T03:19:31.563Z | Compiling thread_local v1.1.8 |
1319 | 2024-08-17T03:19:31.585Z | Compiling slog-async v2.8.0 |
1320 | 2024-08-17T03:19:31.774Z | Compiling term v0.7.0 |
1321 | 2024-08-17T03:19:32.125Z | Compiling xattr v1.3.1 |
1322 | 2024-08-17T03:19:32.184Z | Compiling strum_macros v0.26.4 |
1323 | 2024-08-17T03:19:32.204Z | Compiling crossbeam-channel v0.5.12 |
1324 | 2024-08-17T03:19:32.394Z | Compiling filetime v0.2.24 |
1325 | 2024-08-17T03:19:32.708Z | Compiling is-terminal v0.4.12 |
1326 | 2024-08-17T03:19:32.847Z | Compiling take_mut v0.2.2 |
1327 | 2024-08-17T03:19:32.941Z | Compiling slog-term v2.9.1 |
1328 | 2024-08-17T03:19:33.241Z | Compiling tar v0.4.41 |
1329 | 2024-08-17T03:19:33.294Z | Compiling camino v1.1.8 |
1330 | 2024-08-17T03:19:34.480Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1331 | 2024-08-17T03:19:35.319Z | Compiling strum v0.26.3 |
1332 | 2024-08-17T03:19:35.407Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1333 | 2024-08-17T03:19:40.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1334 | 2024-08-17T03:19:40.526Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1335 | 2024-08-17T03:19:40.575Z | Aug 17 03:19:39.766 INFO Starting download, target: Console |
1336 | 2024-08-17T03:19:40.575Z | Aug 17 03:19:39.767 INFO Starting download, target: Clickhouse |
1337 | 2024-08-17T03:19:40.575Z | Aug 17 03:19:39.767 INFO Starting download, target: Cockroach |
1338 | 2024-08-17T03:19:40.575Z | Aug 17 03:19:39.767 INFO Starting download, target: DendriteOpenapi |
1339 | 2024-08-17T03:19:40.578Z | Aug 17 03:19:39.767 INFO Starting download, target: DendriteStub |
1340 | 2024-08-17T03:19:40.578Z | Aug 17 03:19:39.767 INFO Starting download, target: MaghemiteMgd |
1341 | 2024-08-17T03:19:40.578Z | Aug 17 03:19:39.767 INFO Starting download, target: TransceiverControl |
1342 | 2024-08-17T03:19:40.578Z | Aug 17 03:19:39.767 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1343 | 2024-08-17T03:19:40.578Z | Aug 17 03:19:39.767 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1344 | 2024-08-17T03:19:40.578Z | Aug 17 03:19:39.767 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1345 | 2024-08-17T03:19:40.578Z | Aug 17 03:19:39.768 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1346 | 2024-08-17T03:19:40.578Z | Aug 17 03:19:39.768 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1347 | 2024-08-17T03:19:40.578Z | Aug 17 03:19:39.768 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1348 | 2024-08-17T03:19:40.578Z | Aug 17 03:19:39.768 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1349 | 2024-08-17T03:19:40.699Z | Aug 17 03:19:39.889 INFO Download complete, target: DendriteOpenapi |
1350 | 2024-08-17T03:19:40.790Z | Aug 17 03:19:39.980 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1351 | 2024-08-17T03:19:41.186Z | Aug 17 03:19:40.375 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1352 | 2024-08-17T03:19:41.281Z | Aug 17 03:19:40.469 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1353 | 2024-08-17T03:19:41.429Z | Aug 17 03:19:40.620 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1354 | 2024-08-17T03:19:41.567Z | Aug 17 03:19:40.758 INFO Download complete, target: Console |
1355 | 2024-08-17T03:19:41.593Z | Aug 17 03:19:40.785 INFO Download complete, target: TransceiverControl |
1356 | 2024-08-17T03:19:42.580Z | Aug 17 03:19:41.771 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1357 | 2024-08-17T03:19:42.580Z | Aug 17 03:19:41.772 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1358 | 2024-08-17T03:19:42.596Z | Aug 17 03:19:41.787 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1359 | 2024-08-17T03:19:44.356Z | Aug 17 03:19:43.546 INFO Download complete, target: MaghemiteMgd |
1360 | 2024-08-17T03:19:44.366Z | Aug 17 03:19:43.547 INFO Download complete, target: DendriteStub |
1361 | 2024-08-17T03:19:50.434Z | Aug 17 03:19:49.624 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1362 | 2024-08-17T03:19:50.705Z | Aug 17 03:19:49.894 INFO Checking that binary works, target: Cockroach |
1363 | 2024-08-17T03:19:50.877Z | Aug 17 03:19:50.066 INFO Download complete, target: Cockroach |
1364 | 2024-08-17T03:19:56.030Z | Aug 17 03:19:55.216 INFO Checking that binary works, target: Clickhouse |
1365 | 2024-08-17T03:19:56.205Z | Aug 17 03:19:55.393 INFO Download complete, target: Clickhouse |
1366 | 2024-08-17T03:19:56.418Z | All builder prerequisites installed successfully, and PATH looks valid |
1367 | 2024-08-17T03:19:56.420Z | |
1368 | 2024-08-17T03:19:56.420Z | real 4:29.350594824 |
1369 | 2024-08-17T03:19:56.421Z | user 11:11.787810860 |
1370 | 2024-08-17T03:19:56.421Z | sys 2:23.491787008 |
1371 | 2024-08-17T03:19:56.421Z | trap 0.418101676 |
1372 | 2024-08-17T03:19:56.421Z | tflt 2.741771795 |
1373 | 2024-08-17T03:19:56.421Z | dflt 3.961585988 |
1374 | 2024-08-17T03:19:56.421Z | kflt 0.161243828 |
1375 | 2024-08-17T03:19:56.421Z | lock 21:35.814158670 |
1376 | 2024-08-17T03:19:56.421Z | slp 45:20.386396861 |
1377 | 2024-08-17T03:19:56.421Z | lat 41.158353136 |
1378 | 2024-08-17T03:19:56.421Z | stop 1:44.877293378 |
1379 | 2024-08-17T03:19:56.421Z | + banner clippy |
1380 | 2024-08-17T03:19:56.423Z | |
1381 | 2024-08-17T03:19:56.423Z | #### # # ##### ##### # # |
1382 | 2024-08-17T03:19:56.423Z | # # # # # # # # # # |
1383 | 2024-08-17T03:19:56.423Z | # # # # # # # # |
1384 | 2024-08-17T03:19:56.423Z | # # # ##### ##### # |
1385 | 2024-08-17T03:19:56.423Z | # # # # # # # |
1386 | 2024-08-17T03:19:56.423Z | #### ###### # # # # |
1387 | 2024-08-17T03:19:56.423Z | |
1388 | 2024-08-17T03:19:56.423Z | + export CARGO_INCREMENTAL=0 |
1389 | 2024-08-17T03:19:56.423Z | + CARGO_INCREMENTAL=0 |
1390 | 2024-08-17T03:19:56.423Z | + ptime -m cargo xtask clippy |
1391 | 2024-08-17T03:19:56.968Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1392 | 2024-08-17T03:20:00.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
1393 | 2024-08-17T03:20:00.520Z | Running `target/debug/xtask clippy` |
1394 | 2024-08-17T03:20:00.541Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1395 | 2024-08-17T03:20:01.268Z | Downloading crates ... |
1396 | 2024-08-17T03:20:01.552Z | Downloaded ecdsa v0.16.9 |
1397 | 2024-08-17T03:20:01.560Z | Downloaded fancy-regex v0.13.0 |
1398 | 2024-08-17T03:20:01.564Z | Downloaded dhcproto-macros v0.1.0 |
1399 | 2024-08-17T03:20:01.572Z | Downloaded plotters-svg v0.3.5 |
1400 | 2024-08-17T03:20:01.574Z | Downloaded pathdiff v0.2.1 |
1401 | 2024-08-17T03:20:01.578Z | Downloaded dirs-sys v0.4.1 |
1402 | 2024-08-17T03:20:01.580Z | Downloaded doc-comment v0.3.3 |
1403 | 2024-08-17T03:20:01.584Z | Downloaded md5 v0.7.0 |
1404 | 2024-08-17T03:20:01.586Z | Downloaded datatest-stable v0.2.9 |
1405 | 2024-08-17T03:20:01.588Z | Downloaded criterion-plot v0.5.0 |
1406 | 2024-08-17T03:20:01.590Z | Downloaded relative-path v1.9.3 |
1407 | 2024-08-17T03:20:01.593Z | Downloaded oorandom v11.1.3 |
1408 | 2024-08-17T03:20:01.593Z | Downloaded similar-asserts v1.5.0 |
1409 | 2024-08-17T03:20:01.595Z | Downloaded hex-literal v0.4.1 |
1410 | 2024-08-17T03:20:01.595Z | Downloaded ssh-encoding v0.2.0 |
1411 | 2024-08-17T03:20:01.597Z | Downloaded approx v0.5.1 |
1412 | 2024-08-17T03:20:01.600Z | Downloaded blowfish v0.9.1 |
1413 | 2024-08-17T03:20:01.602Z | Downloaded yansi v0.5.1 |
1414 | 2024-08-17T03:20:01.602Z | Downloaded anes v0.1.6 |
1415 | 2024-08-17T03:20:01.604Z | Downloaded rfc6979 v0.4.0 |
1416 | 2024-08-17T03:20:01.606Z | Downloaded escape8259 v0.5.2 |
1417 | 2024-08-17T03:20:01.606Z | Downloaded enum-as-inner v0.5.1 |
1418 | 2024-08-17T03:20:01.608Z | Downloaded ghash v0.5.1 |
1419 | 2024-08-17T03:20:01.610Z | Downloaded futures-timer v3.0.3 |
1420 | 2024-08-17T03:20:01.611Z | Downloaded ctr v0.9.2 |
1421 | 2024-08-17T03:20:01.613Z | Downloaded matches v0.1.10 |
1422 | 2024-08-17T03:20:01.616Z | Downloaded tower-layer v0.3.2 |
1423 | 2024-08-17T03:20:01.616Z | Downloaded russh-cryptovec v0.7.2 |
1424 | 2024-08-17T03:20:01.616Z | Downloaded option-ext v0.2.0 |
1425 | 2024-08-17T03:20:01.618Z | Downloaded guppy-workspace-hack v0.1.0 |
1426 | 2024-08-17T03:20:01.618Z | Downloaded http-body v1.0.0 |
1427 | 2024-08-17T03:20:01.618Z | Downloaded ed25519 v2.2.3 |
1428 | 2024-08-17T03:20:01.621Z | Downloaded nested v0.1.1 |
1429 | 2024-08-17T03:20:01.624Z | Downloaded cast v0.3.0 |
1430 | 2024-08-17T03:20:01.624Z | Downloaded bcrypt-pbkdf v0.10.0 |
1431 | 2024-08-17T03:20:01.624Z | Downloaded threadpool v1.8.1 |
1432 | 2024-08-17T03:20:01.642Z | Downloaded dirs v5.0.1 |
1433 | 2024-08-17T03:20:01.644Z | Downloaded target-lexicon v0.12.16 |
1434 | 2024-08-17T03:20:01.647Z | Downloaded ssh-cipher v0.2.0 |
1435 | 2024-08-17T03:20:01.647Z | Downloaded rust-argon2 v2.1.0 |
1436 | 2024-08-17T03:20:01.649Z | Downloaded password-hash v0.4.2 |
1437 | 2024-08-17T03:20:01.651Z | Downloaded primeorder v0.13.6 |
1438 | 2024-08-17T03:20:01.653Z | Downloaded polyval v0.6.2 |
1439 | 2024-08-17T03:20:01.654Z | Downloaded pbkdf2 v0.11.0 |
1440 | 2024-08-17T03:20:01.656Z | Downloaded num_cpus v1.16.0 |
1441 | 2024-08-17T03:20:01.659Z | Downloaded plotters-backend v0.3.5 |
1442 | 2024-08-17T03:20:01.661Z | Downloaded libtest-mimic v0.7.3 |
1443 | 2024-08-17T03:20:01.663Z | Downloaded hyper-rustls v0.26.0 |
1444 | 2024-08-17T03:20:01.665Z | Downloaded httptest v0.15.5 |
1445 | 2024-08-17T03:20:01.667Z | Downloaded cfg-expr v0.16.0 |
1446 | 2024-08-17T03:20:01.671Z | Downloaded blake2b_simd v1.0.2 |
1447 | 2024-08-17T03:20:01.673Z | Downloaded tinytemplate v1.2.1 |
1448 | 2024-08-17T03:20:01.675Z | Downloaded target-spec v3.2.1 |
1449 | 2024-08-17T03:20:01.677Z | Downloaded rustls-native-certs v0.7.0 |
1450 | 2024-08-17T03:20:01.680Z | Downloaded partial-io v0.5.4 |
1451 | 2024-08-17T03:20:01.682Z | Downloaded dhcproto v0.12.0 |
1452 | 2024-08-17T03:20:01.684Z | Downloaded russh-keys v0.44.0 |
1453 | 2024-08-17T03:20:01.686Z | Downloaded rstest_macros v0.19.0 |
1454 | 2024-08-17T03:20:01.689Z | Downloaded rstest v0.19.0 |
1455 | 2024-08-17T03:20:01.695Z | Downloaded trybuild v1.0.99 |
1456 | 2024-08-17T03:20:01.699Z | Downloaded p256 v0.13.2 |
1457 | 2024-08-17T03:20:01.702Z | Downloaded pretty_assertions v1.4.0 |
1458 | 2024-08-17T03:20:01.704Z | Downloaded aes-gcm v0.10.3 |
1459 | 2024-08-17T03:20:01.707Z | Downloaded rand_distr v0.4.3 |
1460 | 2024-08-17T03:20:01.710Z | Downloaded num-bigint v0.4.5 |
1461 | 2024-08-17T03:20:01.714Z | Downloaded ed25519-dalek v2.1.1 |
1462 | 2024-08-17T03:20:01.718Z | Downloaded hyper-util v0.1.3 |
1463 | 2024-08-17T03:20:01.721Z | Downloaded tower v0.4.13 |
1464 | 2024-08-17T03:20:01.730Z | Downloaded internet-checksum v0.2.1 |
1465 | 2024-08-17T03:20:01.733Z | Downloaded ssh-key v0.6.6 |
1466 | 2024-08-17T03:20:01.738Z | Downloaded russh v0.44.1 |
1467 | 2024-08-17T03:20:01.743Z | Downloaded plotters v0.3.5 |
1468 | 2024-08-17T03:20:01.752Z | Downloaded hyper v1.3.1 |
1469 | 2024-08-17T03:20:01.759Z | Downloaded p384 v0.13.0 |
1470 | 2024-08-17T03:20:01.765Z | Downloaded trust-dns-proto v0.22.0 |
1471 | 2024-08-17T03:20:01.776Z | Downloaded idna v0.2.3 |
1472 | 2024-08-17T03:20:01.782Z | Downloaded p521 v0.13.3 |
1473 | 2024-08-17T03:20:01.786Z | Downloaded guppy v0.17.7 |
1474 | 2024-08-17T03:20:01.791Z | Downloaded criterion v0.5.1 |
1475 | 2024-08-17T03:20:01.798Z | Downloaded assert_cmd v2.0.16 |
1476 | 2024-08-17T03:20:02.488Z | Checking cfg-if v1.0.0 |
1477 | 2024-08-17T03:20:02.556Z | Checking libc v0.2.155 |
1478 | 2024-08-17T03:20:02.578Z | Checking serde v1.0.207 |
1479 | 2024-08-17T03:20:02.598Z | Checking memchr v2.7.2 |
1480 | 2024-08-17T03:20:02.616Z | Checking scopeguard v1.2.0 |
1481 | 2024-08-17T03:20:02.637Z | Checking log v0.4.21 |
1482 | 2024-08-17T03:20:02.662Z | Checking byteorder v1.5.0 |
1483 | 2024-08-17T03:20:02.682Z | Checking itoa v1.0.11 |
1484 | 2024-08-17T03:20:02.704Z | Checking smallvec v1.13.2 |
1485 | 2024-08-17T03:20:02.764Z | Checking lock_api v0.4.12 |
1486 | 2024-08-17T03:20:02.940Z | Checking zeroize v1.7.0 |
1487 | 2024-08-17T03:20:02.965Z | Checking once_cell v1.19.0 |
1488 | 2024-08-17T03:20:03.092Z | Checking pin-project-lite v0.2.14 |
1489 | 2024-08-17T03:20:03.123Z | Checking typenum v1.17.0 |
1490 | 2024-08-17T03:20:03.236Z | Checking libm v0.2.8 |
1491 | 2024-08-17T03:20:03.262Z | Checking subtle v2.5.0 |
1492 | 2024-08-17T03:20:03.266Z | Checking spin v0.9.8 |
1493 | 2024-08-17T03:20:03.311Z | Checking ryu v1.0.18 |
1494 | 2024-08-17T03:20:03.565Z | Checking thiserror v1.0.63 |
1495 | 2024-08-17T03:20:03.567Z | Checking futures-core v0.3.30 |
1496 | 2024-08-17T03:20:03.620Z | Checking zerocopy v0.7.34 |
1497 | 2024-08-17T03:20:03.687Z | Checking futures-sink v0.3.30 |
1498 | 2024-08-17T03:20:03.726Z | Checking const-oid v0.9.6 |
1499 | 2024-08-17T03:20:03.785Z | Checking getrandom v0.2.14 |
1500 | 2024-08-17T03:20:03.785Z | Checking parking_lot_core v0.9.10 |
1501 | 2024-08-17T03:20:03.845Z | Checking signal-hook-registry v1.4.2 |
1502 | 2024-08-17T03:20:04.074Z | Checking rand_core v0.6.4 |
1503 | 2024-08-17T03:20:04.113Z | Checking mio v1.0.2 |
1504 | 2024-08-17T03:20:04.148Z | Checking parking_lot v0.12.2 |
1505 | 2024-08-17T03:20:04.751Z | Checking num-traits v0.2.19 |
1506 | 2024-08-17T03:20:04.784Z | Checking socket2 v0.5.7 |
1507 | 2024-08-17T03:20:04.784Z | Checking generic-array v0.14.7 |
1508 | 2024-08-17T03:20:04.784Z | Checking futures-channel v0.3.30 |
1509 | 2024-08-17T03:20:04.796Z | Checking slab v0.4.9 |
1510 | 2024-08-17T03:20:04.873Z | Checking futures-task v0.3.30 |
1511 | 2024-08-17T03:20:04.897Z | Checking futures-io v0.3.30 |
1512 | 2024-08-17T03:20:05.017Z | Checking pin-utils v0.1.0 |
1513 | 2024-08-17T03:20:05.044Z | Checking ahash v0.8.11 |
1514 | 2024-08-17T03:20:05.073Z | Checking cpufeatures v0.2.12 |
1515 | 2024-08-17T03:20:05.108Z | Checking futures-util v0.3.30 |
1516 | 2024-08-17T03:20:05.136Z | Checking allocator-api2 v0.2.18 |
1517 | 2024-08-17T03:20:05.185Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1518 | 2024-08-17T03:20:05.521Z | Checking fnv v1.0.7 |
1519 | 2024-08-17T03:20:05.564Z | Checking iana-time-zone v0.1.60 |
1520 | 2024-08-17T03:20:05.587Z | Checking equivalent v1.0.1 |
1521 | 2024-08-17T03:20:05.648Z | Checking tinyvec_macros v0.1.1 |
1522 | 2024-08-17T03:20:05.692Z | Checking crypto-common v0.1.6 |
1523 | 2024-08-17T03:20:05.716Z | Checking block-buffer v0.10.4 |
1524 | 2024-08-17T03:20:05.719Z | Checking ppv-lite86 v0.2.17 |
1525 | 2024-08-17T03:20:05.756Z | Checking tinyvec v1.6.0 |
1526 | 2024-08-17T03:20:05.783Z | Checking hashbrown v0.14.5 |
1527 | 2024-08-17T03:20:05.875Z | Checking unicode-bidi v0.3.15 |
1528 | 2024-08-17T03:20:05.923Z | Checking digest v0.10.7 |
1529 | 2024-08-17T03:20:05.991Z | Checking tracing-core v0.1.32 |
1530 | 2024-08-17T03:20:06.290Z | Checking errno v0.3.9 |
1531 | 2024-08-17T03:20:06.419Z | Checking rand_chacha v0.3.1 |
1532 | 2024-08-17T03:20:06.470Z | Checking lazy_static v1.5.0 |
1533 | 2024-08-17T03:20:06.523Z | Checking dyn-clone v1.0.17 |
1534 | 2024-08-17T03:20:06.587Z | Checking percent-encoding v2.3.1 |
1535 | 2024-08-17T03:20:06.638Z | Checking tracing v0.1.40 |
1536 | 2024-08-17T03:20:06.662Z | Checking block-padding v0.3.3 |
1537 | 2024-08-17T03:20:06.773Z | Checking regex-syntax v0.8.4 |
1538 | 2024-08-17T03:20:06.796Z | Checking rand v0.8.5 |
1539 | 2024-08-17T03:20:06.856Z | Checking inout v0.1.3 |
1540 | 2024-08-17T03:20:06.960Z | Checking form_urlencoded v1.2.1 |
1541 | 2024-08-17T03:20:06.984Z | Checking unicode-ident v1.0.12 |
1542 | 2024-08-17T03:20:07.048Z | Checking unicode-normalization v0.1.23 |
1543 | 2024-08-17T03:20:07.071Z | Checking cipher v0.4.4 |
1544 | 2024-08-17T03:20:07.142Z | Checking aho-corasick v1.1.3 |
1545 | 2024-08-17T03:20:07.155Z | Checking base64ct v1.6.0 |
1546 | 2024-08-17T03:20:07.465Z | Checking hmac v0.12.1 |
1547 | 2024-08-17T03:20:07.592Z | Checking bytes v1.7.1 |
1548 | 2024-08-17T03:20:07.625Z | Checking bitflags v2.6.0 |
1549 | 2024-08-17T03:20:07.682Z | Checking serde_json v1.0.125 |
1550 | 2024-08-17T03:20:07.893Z | Checking chrono v0.4.38 |
1551 | 2024-08-17T03:20:07.939Z | Checking uuid v1.10.0 |
1552 | 2024-08-17T03:20:08.028Z | Checking indexmap v2.4.0 |
1553 | 2024-08-17T03:20:08.351Z | Checking tokio v1.39.2 |
1554 | 2024-08-17T03:20:08.565Z | Checking rustix v0.38.34 |
1555 | 2024-08-17T03:20:08.854Z | Checking unicode-width v0.1.13 |
1556 | 2024-08-17T03:20:09.040Z | Checking proc-macro2 v1.0.86 |
1557 | 2024-08-17T03:20:09.300Z | Checking sha2 v0.10.8 |
1558 | 2024-08-17T03:20:09.328Z | Checking httparse v1.8.0 |
1559 | 2024-08-17T03:20:09.741Z | Checking adler v1.0.2 |
1560 | 2024-08-17T03:20:09.743Z | Checking quote v1.0.36 |
1561 | 2024-08-17T03:20:09.875Z | Checking http v0.2.12 |
1562 | 2024-08-17T03:20:09.899Z | Checking miniz_oxide v0.7.2 |
1563 | 2024-08-17T03:20:09.972Z | Checking schemars v0.8.21 |
1564 | 2024-08-17T03:20:09.995Z | Checking regex-automata v0.4.6 |
1565 | 2024-08-17T03:20:10.067Z | Checking idna v0.5.0 |
1566 | 2024-08-17T03:20:10.139Z | Checking powerfmt v0.2.0 |
1567 | 2024-08-17T03:20:10.431Z | Checking deranged v0.3.11 |
1568 | 2024-08-17T03:20:10.512Z | Checking syn v2.0.74 |
1569 | 2024-08-17T03:20:10.654Z | Checking untrusted v0.9.0 |
1570 | 2024-08-17T03:20:10.830Z | Checking time-core v0.1.2 |
1571 | 2024-08-17T03:20:10.994Z | Checking num-conv v0.1.0 |
1572 | 2024-08-17T03:20:11.023Z | Checking url v2.5.2 |
1573 | 2024-08-17T03:20:11.266Z | Checking num_threads v0.1.7 |
1574 | 2024-08-17T03:20:11.285Z | Checking ring v0.17.8 |
1575 | 2024-08-17T03:20:11.379Z | Checking pem-rfc7468 v0.7.0 |
1576 | 2024-08-17T03:20:11.625Z | Checking try-lock v0.2.5 |
1577 | 2024-08-17T03:20:11.650Z | Checking slog v2.7.0 |
1578 | 2024-08-17T03:20:11.777Z | Checking want v0.3.1 |
1579 | 2024-08-17T03:20:11.825Z | Checking tower-service v0.3.2 |
1580 | 2024-08-17T03:20:11.958Z | Checking flagset v0.4.5 |
1581 | 2024-08-17T03:20:11.981Z | Checking pbkdf2 v0.12.2 |
1582 | 2024-08-17T03:20:12.123Z | Checking aes v0.8.4 |
1583 | 2024-08-17T03:20:12.161Z | Checking gimli v0.28.1 |
1584 | 2024-08-17T03:20:12.188Z | Checking der v0.7.9 |
1585 | 2024-08-17T03:20:12.286Z | Checking time v0.3.36 |
1586 | 2024-08-17T03:20:13.061Z | Checking futures-executor v0.3.30 |
1587 | 2024-08-17T03:20:13.136Z | Checking cbc v0.1.2 |
1588 | 2024-08-17T03:20:13.298Z | Checking salsa20 v0.10.2 |
1589 | 2024-08-17T03:20:13.343Z | Checking object v0.32.2 |
1590 | 2024-08-17T03:20:13.519Z | Checking base64 v0.21.7 |
1591 | 2024-08-17T03:20:13.989Z | Checking rustc-demangle v0.1.24 |
1592 | 2024-08-17T03:20:14.029Z | Checking spki v0.7.3 |
1593 | 2024-08-17T03:20:14.308Z | Checking httpdate v1.0.3 |
1594 | 2024-08-17T03:20:14.417Z | Checking scrypt v0.11.0 |
1595 | 2024-08-17T03:20:14.552Z | Checking futures v0.3.30 |
1596 | 2024-08-17T03:20:14.579Z | Checking regex v1.10.6 |
1597 | 2024-08-17T03:20:14.666Z | Checking http-body v0.4.6 |
1598 | 2024-08-17T03:20:14.675Z | Checking utf8parse v0.2.1 |
1599 | 2024-08-17T03:20:14.795Z | Checking pkcs5 v0.7.1 |
1600 | 2024-08-17T03:20:14.837Z | Checking foreign-types-shared v0.1.1 |
1601 | 2024-08-17T03:20:14.936Z | Checking mime v0.3.17 |
1602 | 2024-08-17T03:20:15.057Z | Checking ipnet v2.9.0 |
1603 | 2024-08-17T03:20:15.175Z | Checking openssl-probe v0.1.5 |
1604 | 2024-08-17T03:20:15.264Z | Checking foreign-types v0.3.2 |
1605 | 2024-08-17T03:20:15.289Z | Checking pkcs8 v0.10.2 |
1606 | 2024-08-17T03:20:15.328Z | Checking tokio-util v0.7.11 |
1607 | 2024-08-17T03:20:15.355Z | Checking openssl-sys v0.9.103 |
1608 | 2024-08-17T03:20:15.357Z | Checking anstyle v1.0.8 |
1609 | 2024-08-17T03:20:15.498Z | Checking sct v0.7.1 |
1610 | 2024-08-17T03:20:15.602Z | Checking rustls-webpki v0.101.7 |
1611 | 2024-08-17T03:20:15.699Z | Checking serde_spanned v0.6.7 |
1612 | 2024-08-17T03:20:15.701Z | Checking semver v1.0.23 |
1613 | 2024-08-17T03:20:15.896Z | Checking toml_datetime v0.6.8 |
1614 | 2024-08-17T03:20:16.098Z | Checking addr2line v0.21.0 |
1615 | 2024-08-17T03:20:16.122Z | Checking crossbeam-utils v0.8.19 |
1616 | 2024-08-17T03:20:16.165Z | Checking h2 v0.3.26 |
1617 | 2024-08-17T03:20:16.188Z | Checking either v1.13.0 |
1618 | 2024-08-17T03:20:16.270Z | Checking data-encoding v2.6.0 |
1619 | 2024-08-17T03:20:16.573Z | Checking rustls v0.21.12 |
1620 | 2024-08-17T03:20:16.598Z | Checking serde_urlencoded v0.7.1 |
1621 | 2024-08-17T03:20:16.638Z | Checking openssl v0.10.66 |
1622 | 2024-08-17T03:20:16.809Z | Checking scroll v0.12.0 |
1623 | 2024-08-17T03:20:16.888Z | Checking encoding_rs v0.8.34 |
1624 | 2024-08-17T03:20:16.943Z | Checking ucd-trie v0.1.6 |
1625 | 2024-08-17T03:20:16.990Z | Checking plain v0.2.3 |
1626 | 2024-08-17T03:20:17.136Z | Checking pest v2.7.10 |
1627 | 2024-08-17T03:20:17.155Z | Checking anstyle-parse v0.2.4 |
1628 | 2024-08-17T03:20:17.254Z | Checking goblin v0.8.2 |
1629 | 2024-08-17T03:20:17.428Z | Checking idna v0.3.0 |
1630 | 2024-08-17T03:20:18.266Z | Checking anstyle-query v1.0.3 |
1631 | 2024-08-17T03:20:18.394Z | Checking psl-types v2.0.11 |
1632 | 2024-08-17T03:20:18.585Z | Checking pretty-hex v0.4.1 |
1633 | 2024-08-17T03:20:18.773Z | Checking is_terminal_polyfill v1.70.0 |
1634 | 2024-08-17T03:20:18.899Z | Checking bitflags v1.3.2 |
1635 | 2024-08-17T03:20:19.003Z | Checking colorchoice v1.0.1 |
1636 | 2024-08-17T03:20:19.136Z | Checking anstream v0.6.14 |
1637 | 2024-08-17T03:20:19.235Z | Checking publicsuffix v2.2.3 |
1638 | 2024-08-17T03:20:19.301Z | Checking backtrace v0.3.71 |
1639 | 2024-08-17T03:20:19.486Z | Checking cookie v0.17.0 |
1640 | 2024-08-17T03:20:19.510Z | Checking rustls-pemfile v1.0.4 |
1641 | 2024-08-17T03:20:19.579Z | Checking dtrace-parser v0.2.0 |
1642 | 2024-08-17T03:20:19.696Z | Checking tokio-rustls v0.24.1 |
1643 | 2024-08-17T03:20:19.712Z | Checking terminal_size v0.3.0 |
1644 | 2024-08-17T03:20:19.869Z | Checking anyhow v1.0.86 |
1645 | 2024-08-17T03:20:19.916Z | Checking thread-id v4.2.1 |
1646 | 2024-08-17T03:20:19.924Z | Checking strsim v0.11.1 |
1647 | 2024-08-17T03:20:20.003Z | Checking clap_lex v0.7.0 |
1648 | 2024-08-17T03:20:20.029Z | Checking cookie_store v0.20.0 |
1649 | 2024-08-17T03:20:20.064Z | Checking openapiv3 v2.0.0 |
1650 | 2024-08-17T03:20:20.192Z | Checking sha1 v0.10.6 |
1651 | 2024-08-17T03:20:20.253Z | Checking clap_builder v4.5.15 |
1652 | 2024-08-17T03:20:20.277Z | Checking signature v2.2.0 |
1653 | 2024-08-17T03:20:20.448Z | Checking memmap v0.7.0 |
1654 | 2024-08-17T03:20:20.472Z | Checking base64 v0.22.1 |
1655 | 2024-08-17T03:20:20.657Z | Checking sync_wrapper v0.1.2 |
1656 | 2024-08-17T03:20:20.709Z | Checking webpki-roots v0.25.4 |
1657 | 2024-08-17T03:20:20.793Z | Checking num-integer v0.1.46 |
1658 | 2024-08-17T03:20:20.883Z | Checking base16ct v0.2.0 |
1659 | 2024-08-17T03:20:20.954Z | Checking ff v0.13.0 |
1660 | 2024-08-17T03:20:21.098Z | Checking sec1 v0.7.3 |
1661 | 2024-08-17T03:20:21.339Z | Checking stable_deref_trait v1.2.0 |
1662 | 2024-08-17T03:20:21.344Z | Checking group v0.13.0 |
1663 | 2024-08-17T03:20:21.344Z | Checking num-iter v0.1.45 |
1664 | 2024-08-17T03:20:21.473Z | Checking hkdf v0.12.4 |
1665 | 2024-08-17T03:20:21.500Z | Checking crypto-bigint v0.5.5 |
1666 | 2024-08-17T03:20:21.524Z | Checking crc32fast v1.4.0 |
1667 | 2024-08-17T03:20:21.682Z | Checking winnow v0.6.18 |
1668 | 2024-08-17T03:20:21.746Z | Checking crossbeam-epoch v0.9.18 |
1669 | 2024-08-17T03:20:21.952Z | Checking native-tls v0.2.11 |
1670 | 2024-08-17T03:20:22.178Z | Checking hex v0.4.3 |
1671 | 2024-08-17T03:20:22.204Z | Checking hyper v0.14.30 |
1672 | 2024-08-17T03:20:22.234Z | Checking dof v0.3.0 |
1673 | 2024-08-17T03:20:22.259Z | Checking tokio-native-tls v0.3.1 |
1674 | 2024-08-17T03:20:22.499Z | Checking static_assertions v1.1.0 |
1675 | 2024-08-17T03:20:22.599Z | Checking unicode-segmentation v1.11.0 |
1676 | 2024-08-17T03:20:22.702Z | Checking managed v0.8.0 |
1677 | 2024-08-17T03:20:22.872Z | Checking usdt-impl v0.5.0 |
1678 | 2024-08-17T03:20:23.068Z | Checking winnow v0.5.40 |
1679 | 2024-08-17T03:20:23.232Z | Checking num-bigint-dig v0.8.4 |
1680 | 2024-08-17T03:20:23.268Z | Checking clap v4.5.16 |
1681 | 2024-08-17T03:20:23.382Z | Checking pkcs1 v0.7.5 |
1682 | 2024-08-17T03:20:23.407Z | Checking usdt v0.5.0 |
1683 | 2024-08-17T03:20:23.572Z | Checking zerocopy v0.6.6 |
1684 | 2024-08-17T03:20:23.645Z | Checking signal-hook v0.3.17 |
1685 | 2024-08-17T03:20:23.794Z | Checking flate2 v1.0.31 |
1686 | 2024-08-17T03:20:23.971Z | Checking mio v0.8.11 |
1687 | 2024-08-17T03:20:24.330Z | Checking elliptic-curve v0.13.8 |
1688 | 2024-08-17T03:20:24.351Z | Checking siphasher v0.3.11 |
1689 | 2024-08-17T03:20:24.448Z | Checking itertools v0.10.5 |
1690 | 2024-08-17T03:20:24.552Z | Checking signal-hook-mio v0.2.4 |
1691 | 2024-08-17T03:20:24.633Z | Checking bit-vec v0.6.3 |
1692 | 2024-08-17T03:20:24.664Z | Checking toml_edit v0.22.20 |
1693 | 2024-08-17T03:20:24.701Z | Checking regex-automata v0.1.10 |
1694 | 2024-08-17T03:20:24.967Z | Checking itertools v0.12.1 |
1695 | 2024-08-17T03:20:24.984Z | Checking bit-set v0.5.3 |
1696 | 2024-08-17T03:20:25.091Z | Checking bstr v0.2.17 |
1697 | 2024-08-17T03:20:25.253Z | Checking idna v0.4.0 |
1698 | 2024-08-17T03:20:25.277Z | Checking rsa v0.9.6 |
1699 | 2024-08-17T03:20:25.902Z | Checking hash32 v0.2.1 |
1700 | 2024-08-17T03:20:26.124Z | Checking predicates-core v1.0.6 |
1701 | 2024-08-17T03:20:26.167Z | Checking toml_edit v0.19.15 |
1702 | 2024-08-17T03:20:26.214Z | Checking finl_unicode v1.2.0 |
1703 | 2024-08-17T03:20:26.287Z | Checking heapless v0.7.17 |
1704 | 2024-08-17T03:20:26.314Z | Checking hickory-proto v0.24.1 |
1705 | 2024-08-17T03:20:26.705Z | Checking bstr v1.9.1 |
1706 | 2024-08-17T03:20:26.777Z | Checking stringprep v0.1.4 |
1707 | 2024-08-17T03:20:27.063Z | Checking console v0.15.8 |
1708 | 2024-08-17T03:20:27.233Z | Checking md-5 v0.10.6 |
1709 | 2024-08-17T03:20:27.268Z | Checking float-cmp v0.9.0 |
1710 | 2024-08-17T03:20:27.456Z | Checking fallible-iterator v0.2.0 |
1711 | 2024-08-17T03:20:27.479Z | Checking fixedbitset v0.4.2 |
1712 | 2024-08-17T03:20:27.542Z | Checking normalize-line-endings v0.3.0 |
1713 | 2024-08-17T03:20:27.566Z | Checking difflib v0.4.0 |
1714 | 2024-08-17T03:20:27.590Z | Checking smoltcp v0.9.1 |
1715 | 2024-08-17T03:20:27.660Z | Checking similar v2.5.0 |
1716 | 2024-08-17T03:20:27.726Z | Checking petgraph v0.6.5 |
1717 | 2024-08-17T03:20:27.888Z | Checking predicates v3.1.2 |
1718 | 2024-08-17T03:20:28.062Z | Checking postgres-protocol v0.6.7 |
1719 | 2024-08-17T03:20:28.162Z | Checking hyper-rustls v0.24.2 |
1720 | 2024-08-17T03:20:28.466Z | Checking hyper-tls v0.5.0 |
1721 | 2024-08-17T03:20:28.496Z | Checking phf_shared v0.10.0 |
1722 | 2024-08-17T03:20:28.537Z | Checking toml v0.7.8 |
1723 | 2024-08-17T03:20:28.559Z | Checking phf_shared v0.11.2 |
1724 | 2024-08-17T03:20:28.711Z | Checking fs-err v2.11.0 |
1725 | 2024-08-17T03:20:28.735Z | Checking reqwest v0.11.27 |
1726 | 2024-08-17T03:20:28.776Z | Checking tokio-stream v0.1.15 |
1727 | 2024-08-17T03:20:28.834Z | Checking nix v0.28.0 |
1728 | 2024-08-17T03:20:29.093Z | Checking hubpack v0.1.2 |
1729 | 2024-08-17T03:20:29.255Z | Checking lalrpop-util v0.19.12 |
1730 | 2024-08-17T03:20:29.277Z | Checking minimal-lexical v0.2.1 |
1731 | 2024-08-17T03:20:29.419Z | Checking new_debug_unreachable v1.0.6 |
1732 | 2024-08-17T03:20:29.513Z | Checking precomputed-hash v0.1.1 |
1733 | 2024-08-17T03:20:29.544Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1734 | 2024-08-17T03:20:29.546Z | Checking phf v0.11.2 |
1735 | 2024-08-17T03:20:29.626Z | Checking string_cache v0.8.7 |
1736 | 2024-08-17T03:20:29.663Z | Checking nom v7.1.3 |
1737 | 2024-08-17T03:20:29.847Z | Checking postgres-types v0.2.7 |
1738 | 2024-08-17T03:20:29.908Z | Checking whoami v1.5.1 |
1739 | 2024-08-17T03:20:30.204Z | Checking peg-runtime v0.8.3 |
1740 | 2024-08-17T03:20:30.432Z | Compiling regress v0.9.1 |
1741 | 2024-08-17T03:20:30.498Z | Compiling getopts v0.2.21 |
1742 | 2024-08-17T03:20:30.571Z | Checking tokio-postgres v0.7.11 |
1743 | 2024-08-17T03:20:30.778Z | Compiling unsafe-libyaml v0.2.11 |
1744 | 2024-08-17T03:20:31.028Z | Checking camino v1.1.8 |
1745 | 2024-08-17T03:20:31.373Z | Checking heck v0.5.0 |
1746 | 2024-08-17T03:20:31.554Z | Checking is-terminal v0.4.12 |
1747 | 2024-08-17T03:20:31.583Z | Compiling ident_case v1.0.1 |
1748 | 2024-08-17T03:20:31.685Z | Compiling paste v1.0.15 |
1749 | 2024-08-17T03:20:31.758Z | Compiling darling_core v0.20.9 |
1750 | 2024-08-17T03:20:32.212Z | Compiling serde_yaml v0.9.34+deprecated |
1751 | 2024-08-17T03:20:32.565Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1752 | 2024-08-17T03:20:33.246Z | Compiling rustls v0.22.4 |
1753 | 2024-08-17T03:20:33.448Z | Checking http v1.1.0 |
1754 | 2024-08-17T03:20:33.585Z | Checking dirs-sys-next v0.1.2 |
1755 | 2024-08-17T03:20:33.766Z | Checking dirs-next v2.0.0 |
1756 | 2024-08-17T03:20:33.896Z | Checking crossbeam-channel v0.5.12 |
1757 | 2024-08-17T03:20:33.958Z | Checking thread_local v1.1.8 |
1758 | 2024-08-17T03:20:34.244Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1759 | 2024-08-17T03:20:34.520Z | Compiling multer v3.1.0 |
1760 | 2024-08-17T03:20:34.595Z | Checking term v0.7.0 |
1761 | 2024-08-17T03:20:34.774Z | Checking strum v0.26.3 |
1762 | 2024-08-17T03:20:34.917Z | Compiling async-stream-impl v0.3.5 |
1763 | 2024-08-17T03:20:34.920Z | Checking take_mut v0.2.2 |
1764 | 2024-08-17T03:20:34.988Z | Checking slog-term v2.9.1 |
1765 | 2024-08-17T03:20:35.080Z | Checking slog-async v2.8.0 |
1766 | 2024-08-17T03:20:35.374Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1767 | 2024-08-17T03:20:35.474Z | Checking rustls-pki-types v1.7.0 |
1768 | 2024-08-17T03:20:35.525Z | Checking match_cfg v0.1.0 |
1769 | 2024-08-17T03:20:35.622Z | Checking hostname v0.3.1 |
1770 | 2024-08-17T03:20:35.753Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1771 | 2024-08-17T03:20:35.770Z | Checking toml v0.8.19 |
1772 | 2024-08-17T03:20:35.899Z | Checking rustls-webpki v0.102.4 |
1773 | 2024-08-17T03:20:36.246Z | Checking rustls-pemfile v2.1.3 |
1774 | 2024-08-17T03:20:36.312Z | Checking debug-ignore v1.0.5 |
1775 | 2024-08-17T03:20:36.449Z | Checking slog-json v2.6.1 |
1776 | 2024-08-17T03:20:36.495Z | Checking atomic-waker v1.1.2 |
1777 | 2024-08-17T03:20:36.498Z | Checking async-stream v0.3.5 |
1778 | 2024-08-17T03:20:36.627Z | Checking waitgroup v0.1.2 |
1779 | 2024-08-17T03:20:36.703Z | Checking slog-bunyan v2.5.0 |
1780 | 2024-08-17T03:20:36.768Z | Checking ipnetwork v0.20.0 |
1781 | 2024-08-17T03:20:36.887Z | Checking serde_path_to_error v0.1.16 |
1782 | 2024-08-17T03:20:37.090Z | Checking hostname v0.4.0 |
1783 | 2024-08-17T03:20:37.133Z | Checking instant v0.1.12 |
1784 | 2024-08-17T03:20:37.222Z | Compiling structmeta-derive v0.3.0 |
1785 | 2024-08-17T03:20:37.262Z | Checking fastrand v2.1.0 |
1786 | 2024-08-17T03:20:37.262Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1787 | 2024-08-17T03:20:37.507Z | Checking newtype-uuid v1.1.0 |
1788 | 2024-08-17T03:20:37.554Z | Checking tempfile v3.10.1 |
1789 | 2024-08-17T03:20:37.752Z | Checking quick-error v1.2.3 |
1790 | 2024-08-17T03:20:37.908Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1791 | 2024-08-17T03:20:37.936Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1792 | 2024-08-17T03:20:38.104Z | Checking macaddr v1.0.1 |
1793 | 2024-08-17T03:20:38.242Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1794 | 2024-08-17T03:20:38.375Z | Checking backoff v0.4.0 |
1795 | 2024-08-17T03:20:38.408Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1796 | 2024-08-17T03:20:38.537Z | Compiling darling_macro v0.20.9 |
1797 | 2024-08-17T03:20:38.645Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1798 | 2024-08-17T03:20:38.724Z | Checking wait-timeout v0.2.0 |
1799 | 2024-08-17T03:20:38.760Z | Checking rand_xorshift v0.3.0 |
1800 | 2024-08-17T03:20:38.795Z | Compiling structmeta-derive v0.2.0 |
1801 | 2024-08-17T03:20:38.902Z | Checking rusty-fork v0.3.0 |
1802 | 2024-08-17T03:20:38.941Z | Checking unarray v0.1.4 |
1803 | 2024-08-17T03:20:39.103Z | Compiling proc-macro-error v1.0.4 |
1804 | 2024-08-17T03:20:39.190Z | Checking proptest v1.5.0 |
1805 | 2024-08-17T03:20:39.531Z | Compiling darling v0.20.9 |
1806 | 2024-08-17T03:20:39.659Z | Compiling serde_with_macros v3.8.3 |
1807 | 2024-08-17T03:20:39.751Z | Checking camino-tempfile v1.1.1 |
1808 | 2024-08-17T03:20:39.773Z | Compiling proc-macro-crate v1.3.1 |
1809 | 2024-08-17T03:20:40.031Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1810 | 2024-08-17T03:20:40.150Z | Compiling structmeta v0.3.0 |
1811 | 2024-08-17T03:20:40.248Z | Checking tokio-rustls v0.25.0 |
1812 | 2024-08-17T03:20:40.443Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1813 | 2024-08-17T03:20:40.599Z | Compiling parse-display-derive v0.10.0 |
1814 | 2024-08-17T03:20:40.787Z | Compiling foreign-types-macros v0.2.3 |
1815 | 2024-08-17T03:20:40.850Z | Compiling num_enum_derive v0.5.11 |
1816 | 2024-08-17T03:20:41.733Z | Compiling structmeta v0.2.0 |
1817 | 2024-08-17T03:20:42.150Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1818 | 2024-08-17T03:20:42.193Z | Compiling test-strategy v0.3.1 |
1819 | 2024-08-17T03:20:42.438Z | Checking foreign-types-shared v0.3.1 |
1820 | 2024-08-17T03:20:42.559Z | Checking foreign-types v0.5.0 |
1821 | 2024-08-17T03:20:42.707Z | Checking serde_with v3.8.3 |
1822 | 2024-08-17T03:20:43.086Z | Checking cstr-argument v0.1.2 |
1823 | 2024-08-17T03:20:43.273Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1824 | 2024-08-17T03:20:43.557Z | Checking num_enum v0.5.11 |
1825 | 2024-08-17T03:20:43.706Z | Checking pretty-hex v0.2.1 |
1826 | 2024-08-17T03:20:43.864Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1827 | 2024-08-17T03:20:43.886Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1828 | 2024-08-17T03:20:44.166Z | Checking tabwriter v1.4.0 |
1829 | 2024-08-17T03:20:44.175Z | Checking colored v2.1.0 |
1830 | 2024-08-17T03:20:44.297Z | Checking socket2 v0.4.10 |
1831 | 2024-08-17T03:20:44.421Z | Checking smf v0.2.3 |
1832 | 2024-08-17T03:20:44.450Z | Checking termtree v0.4.1 |
1833 | 2024-08-17T03:20:44.606Z | Compiling heapless v0.8.0 |
1834 | 2024-08-17T03:20:44.650Z | Checking predicates-tree v1.0.9 |
1835 | 2024-08-17T03:20:44.722Z | Checking hash32 v0.3.1 |
1836 | 2024-08-17T03:20:44.806Z | Compiling crucible-workspace-hack v0.1.0 |
1837 | 2024-08-17T03:20:44.850Z | Compiling smoltcp v0.11.0 |
1838 | 2024-08-17T03:20:44.902Z | Checking embedded-io v0.4.0 |
1839 | 2024-08-17T03:20:45.098Z | Checking cobs v0.2.3 |
1840 | 2024-08-17T03:20:45.271Z | Checking sigpipe v0.1.3 |
1841 | 2024-08-17T03:20:45.305Z | Checking postcard v1.0.8 |
1842 | 2024-08-17T03:20:45.379Z | Checking parse-display v0.10.0 |
1843 | 2024-08-17T03:20:45.399Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1844 | 2024-08-17T03:20:45.585Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1845 | 2024-08-17T03:20:45.636Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1846 | 2024-08-17T03:20:45.725Z | Compiling mockall_derive v0.13.0 |
1847 | 2024-08-17T03:20:45.774Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1848 | 2024-08-17T03:20:45.917Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1849 | 2024-08-17T03:20:46.006Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1850 | 2024-08-17T03:20:46.110Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1851 | 2024-08-17T03:20:46.232Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1852 | 2024-08-17T03:20:46.234Z | Compiling num-derive v0.4.2 |
1853 | 2024-08-17T03:20:46.559Z | Checking fragile v2.0.0 |
1854 | 2024-08-17T03:20:46.600Z | Checking downcast v0.11.0 |
1855 | 2024-08-17T03:20:46.815Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1856 | 2024-08-17T03:20:46.838Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1857 | 2024-08-17T03:20:47.079Z | Checking humantime v2.1.0 |
1858 | 2024-08-17T03:20:47.156Z | Checking arc-swap v1.7.1 |
1859 | 2024-08-17T03:20:47.397Z | Checking utf-8 v0.7.6 |
1860 | 2024-08-17T03:20:47.588Z | Checking slog-scope v4.4.0 |
1861 | 2024-08-17T03:20:47.621Z | Checking xattr v1.3.1 |
1862 | 2024-08-17T03:20:47.651Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1863 | 2024-08-17T03:20:47.791Z | Checking slog-stdlog v4.1.1 |
1864 | 2024-08-17T03:20:47.813Z | Checking filetime v0.2.24 |
1865 | 2024-08-17T03:20:47.864Z | Checking termcolor v1.4.1 |
1866 | 2024-08-17T03:20:47.989Z | Checking slog-envlogger v2.2.0 |
1867 | 2024-08-17T03:20:48.055Z | Checking tar v0.4.41 |
1868 | 2024-08-17T03:20:48.215Z | Checking same-file v1.0.6 |
1869 | 2024-08-17T03:20:48.397Z | Checking newline-converter v0.3.0 |
1870 | 2024-08-17T03:20:48.400Z | Checking walkdir v2.5.0 |
1871 | 2024-08-17T03:20:48.446Z | Checking tungstenite v0.21.0 |
1872 | 2024-08-17T03:20:48.563Z | Checking expectorate v1.1.0 |
1873 | 2024-08-17T03:20:48.716Z | Checking atty v0.2.14 |
1874 | 2024-08-17T03:20:48.741Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1875 | 2024-08-17T03:20:48.767Z | Compiling derive-where v1.2.7 |
1876 | 2024-08-17T03:20:48.856Z | Checking pem v3.0.4 |
1877 | 2024-08-17T03:20:48.861Z | Checking password-hash v0.5.0 |
1878 | 2024-08-17T03:20:49.130Z | Checking blake2 v0.10.6 |
1879 | 2024-08-17T03:20:49.187Z | Checking tungstenite v0.20.1 |
1880 | 2024-08-17T03:20:49.348Z | Checking env_logger v0.9.3 |
1881 | 2024-08-17T03:20:49.384Z | Checking tokio-tungstenite v0.21.0 |
1882 | 2024-08-17T03:20:49.472Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1883 | 2024-08-17T03:20:49.591Z | Checking argon2 v0.5.3 |
1884 | 2024-08-17T03:20:49.785Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1885 | 2024-08-17T03:20:49.809Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1886 | 2024-08-17T03:20:49.949Z | Compiling bitstruct_derive v0.1.0 |
1887 | 2024-08-17T03:20:50.056Z | Checking tokio-tungstenite v0.20.1 |
1888 | 2024-08-17T03:20:50.171Z | Checking ascii v1.1.0 |
1889 | 2024-08-17T03:20:50.258Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1890 | 2024-08-17T03:20:50.554Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1891 | 2024-08-17T03:20:50.606Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1892 | 2024-08-17T03:20:50.632Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1893 | 2024-08-17T03:20:50.794Z | Checking atomicwrites v0.4.3 |
1894 | 2024-08-17T03:20:50.808Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1895 | 2024-08-17T03:20:50.852Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1896 | 2024-08-17T03:20:50.982Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1897 | 2024-08-17T03:20:51.114Z | Checking erased-serde v0.3.31 |
1898 | 2024-08-17T03:20:51.251Z | Checking serde_arrays v0.1.0 |
1899 | 2024-08-17T03:20:51.332Z | Checking bitstruct v0.1.1 |
1900 | 2024-08-17T03:20:51.413Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1901 | 2024-08-17T03:20:51.452Z | Compiling heck v0.3.3 |
1902 | 2024-08-17T03:20:51.515Z | Compiling convert_case v0.4.0 |
1903 | 2024-08-17T03:20:52.259Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1904 | 2024-08-17T03:20:52.273Z | Compiling zone_cfg_derive v0.1.2 |
1905 | 2024-08-17T03:20:52.273Z | Checking yasna v0.5.2 |
1906 | 2024-08-17T03:20:52.273Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1907 | 2024-08-17T03:20:52.310Z | Checking headers-core v0.2.0 |
1908 | 2024-08-17T03:20:52.448Z | Checking base64 v0.13.1 |
1909 | 2024-08-17T03:20:52.483Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1910 | 2024-08-17T03:20:52.516Z | Compiling derive_more v0.99.18 |
1911 | 2024-08-17T03:20:52.628Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1912 | 2024-08-17T03:20:52.843Z | Checking ron v0.7.1 |
1913 | 2024-08-17T03:20:52.948Z | Checking headers v0.3.9 |
1914 | 2024-08-17T03:20:53.020Z | Checking rcgen v0.12.1 |
1915 | 2024-08-17T03:20:53.437Z | Checking zone v0.1.8 |
1916 | 2024-08-17T03:20:53.971Z | Checking portpicker v0.1.1 |
1917 | 2024-08-17T03:20:54.095Z | Checking subprocess v0.2.9 |
1918 | 2024-08-17T03:20:54.384Z | Checking mockall v0.13.0 |
1919 | 2024-08-17T03:20:54.517Z | Checking half v2.4.1 |
1920 | 2024-08-17T03:20:54.625Z | Checking ciborium-io v0.2.2 |
1921 | 2024-08-17T03:20:54.640Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1922 | 2024-08-17T03:20:54.741Z | Compiling rayon-core v1.12.1 |
1923 | 2024-08-17T03:20:55.010Z | Checking ciborium-ll v0.2.2 |
1924 | 2024-08-17T03:20:55.078Z | Checking swrite v0.1.0 |
1925 | 2024-08-17T03:20:55.218Z | Compiling prettyplease v0.2.20 |
1926 | 2024-08-17T03:20:55.335Z | Checking ciborium v0.2.2 |
1927 | 2024-08-17T03:20:55.492Z | Compiling home v0.5.9 |
1928 | 2024-08-17T03:20:55.545Z | Checking linked-hash-map v0.5.6 |
1929 | 2024-08-17T03:20:55.696Z | Compiling semver v0.1.20 |
1930 | 2024-08-17T03:20:55.756Z | Checking num-rational v0.4.2 |
1931 | 2024-08-17T03:20:55.855Z | Checking lru-cache v0.1.2 |
1932 | 2024-08-17T03:20:55.921Z | Checking num-complex v0.4.6 |
1933 | 2024-08-17T03:20:56.075Z | Compiling rustc_version v0.1.7 |
1934 | 2024-08-17T03:20:56.334Z | Checking float-ord v0.3.2 |
1935 | 2024-08-17T03:20:56.350Z | Compiling slog-dtrace v0.3.0 |
1936 | 2024-08-17T03:20:56.441Z | Compiling ring v0.16.20 |
1937 | 2024-08-17T03:20:56.470Z | Compiling blake3 v1.5.1 |
1938 | 2024-08-17T03:20:56.592Z | Compiling newtype_derive v0.1.6 |
1939 | 2024-08-17T03:20:56.759Z | Compiling cancel-safe-futures v0.1.5 |
1940 | 2024-08-17T03:20:56.823Z | Checking num v0.4.3 |
1941 | 2024-08-17T03:20:56.928Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1942 | 2024-08-17T03:20:57.064Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1943 | 2024-08-17T03:20:57.094Z | Checking steno v0.4.1 |
1944 | 2024-08-17T03:20:57.852Z | Checking itertools v0.13.0 |
1945 | 2024-08-17T03:20:59.439Z | Checking resolv-conf v0.7.0 |
1946 | 2024-08-17T03:20:59.775Z | Checking hickory-resolver v0.24.1 |
1947 | 2024-08-17T03:21:00.226Z | Checking libsw v3.3.1 |
1948 | 2024-08-17T03:21:00.517Z | Checking linear-map v1.2.0 |
1949 | 2024-08-17T03:21:00.594Z | Checking owo-colors v4.0.0 |
1950 | 2024-08-17T03:21:01.083Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1951 | 2024-08-17T03:21:01.406Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1952 | 2024-08-17T03:21:02.011Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1953 | 2024-08-17T03:21:02.293Z | Compiling crossbeam-deque v0.8.5 |
1954 | 2024-08-17T03:21:02.479Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1955 | 2024-08-17T03:21:05.586Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1956 | 2024-08-17T03:21:06.113Z | Compiling rayon v1.10.0 |
1957 | 2024-08-17T03:21:06.308Z | Compiling memmap2 v0.9.4 |
1958 | 2024-08-17T03:21:06.575Z | Compiling untrusted v0.7.1 |
1959 | 2024-08-17T03:21:06.765Z | Compiling arrayref v0.3.7 |
1960 | 2024-08-17T03:21:06.785Z | Compiling arrayvec v0.7.4 |
1961 | 2024-08-17T03:21:07.002Z | Compiling spin v0.5.2 |
1962 | 2024-08-17T03:21:07.056Z | Compiling constant_time_eq v0.3.0 |
1963 | 2024-08-17T03:21:07.261Z | Compiling toolchain_find v0.4.0 |
1964 | 2024-08-17T03:21:07.730Z | Compiling topological-sort v0.2.2 |
1965 | 2024-08-17T03:21:07.974Z | Compiling rustfmt-wrapper v0.2.1 |
1966 | 2024-08-17T03:21:07.996Z | Checking display-error-chain v0.2.0 |
1967 | 2024-08-17T03:21:08.159Z | Checking nibble_vec v0.1.0 |
1968 | 2024-08-17T03:21:08.377Z | Checking endian-type v0.1.2 |
1969 | 2024-08-17T03:21:08.494Z | Checking fxhash v0.2.1 |
1970 | 2024-08-17T03:21:08.599Z | Checking radix_trie v0.2.1 |
1971 | 2024-08-17T03:21:08.622Z | Checking keccak v0.1.5 |
1972 | 2024-08-17T03:21:08.671Z | Checking secrecy v0.8.0 |
1973 | 2024-08-17T03:21:08.895Z | Checking universal-hash v0.5.1 |
1974 | 2024-08-17T03:21:08.956Z | Checking sha3 v0.10.8 |
1975 | 2024-08-17T03:21:08.991Z | Checking opaque-debug v0.3.1 |
1976 | 2024-08-17T03:21:09.071Z | Compiling curve25519-dalek v4.1.3 |
1977 | 2024-08-17T03:21:09.093Z | Compiling radium v0.7.0 |
1978 | 2024-08-17T03:21:09.309Z | Checking maplit v1.0.2 |
1979 | 2024-08-17T03:21:09.423Z | Checking aead v0.5.2 |
1980 | 2024-08-17T03:21:09.609Z | Compiling curve25519-dalek-derive v0.1.1 |
1981 | 2024-08-17T03:21:09.649Z | Compiling maybe-uninit v2.0.0 |
1982 | 2024-08-17T03:21:09.847Z | Checking tap v1.0.1 |
1983 | 2024-08-17T03:21:10.021Z | Checking wyz v0.5.1 |
1984 | 2024-08-17T03:21:10.420Z | Checking poly1305 v0.8.0 |
1985 | 2024-08-17T03:21:10.874Z | Checking chacha20 v0.9.1 |
1986 | 2024-08-17T03:21:10.898Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1987 | 2024-08-17T03:21:10.943Z | Checking crc-catalog v2.4.0 |
1988 | 2024-08-17T03:21:11.050Z | Compiling packed_struct v0.10.1 |
1989 | 2024-08-17T03:21:11.101Z | Checking funty v2.0.0 |
1990 | 2024-08-17T03:21:11.206Z | Checking crc v3.2.1 |
1991 | 2024-08-17T03:21:11.413Z | Compiling omicron-zone-package v0.11.0 |
1992 | 2024-08-17T03:21:11.758Z | Checking gethostname v0.5.0 |
1993 | 2024-08-17T03:21:11.879Z | Compiling packed_struct_codegen v0.10.1 |
1994 | 2024-08-17T03:21:11.901Z | Compiling indexmap v1.9.3 |
1995 | 2024-08-17T03:21:12.038Z | Checking bitvec v1.0.1 |
1996 | 2024-08-17T03:21:12.203Z | Checking nodrop v0.1.14 |
1997 | 2024-08-17T03:21:12.332Z | Compiling libefi-sys v0.1.0 |
1998 | 2024-08-17T03:21:12.675Z | Checking array-init v0.0.4 |
1999 | 2024-08-17T03:21:13.043Z | Checking smallvec v0.6.14 |
2000 | 2024-08-17T03:21:13.330Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2001 | 2024-08-17T03:21:13.457Z | Compiling bitfield-struct v0.6.1 |
2002 | 2024-08-17T03:21:13.727Z | Checking hashbrown v0.12.3 |
2003 | 2024-08-17T03:21:13.747Z | Checking bitfield v0.14.0 |
2004 | 2024-08-17T03:21:14.266Z | Checking serde-hex v0.1.0 |
2005 | 2024-08-17T03:21:14.295Z | Checking bzip2 v0.4.4 |
2006 | 2024-08-17T03:21:14.626Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2007 | 2024-08-17T03:21:14.893Z | Checking env_logger v0.10.2 |
2008 | 2024-08-17T03:21:14.946Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2009 | 2024-08-17T03:21:14.988Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2010 | 2024-08-17T03:21:15.290Z | Checking x509-cert v0.2.5 |
2011 | 2024-08-17T03:21:15.323Z | Checking ron v0.8.1 |
2012 | 2024-08-17T03:21:15.511Z | Checking hashbrown v0.13.2 |
2013 | 2024-08-17T03:21:15.552Z | Compiling thiserror-impl-no-std v2.0.2 |
2014 | 2024-08-17T03:21:16.549Z | Compiling async-recursion v1.1.1 |
2015 | 2024-08-17T03:21:16.588Z | Checking crc-any v2.5.0 |
2016 | 2024-08-17T03:21:16.927Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2017 | 2024-08-17T03:21:16.984Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2018 | 2024-08-17T03:21:17.055Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2019 | 2024-08-17T03:21:17.231Z | Checking object v0.30.4 |
2020 | 2024-08-17T03:21:17.699Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2021 | 2024-08-17T03:21:17.799Z | Checking zip v0.6.6 |
2022 | 2024-08-17T03:21:17.959Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2023 | 2024-08-17T03:21:18.261Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2024 | 2024-08-17T03:21:18.290Z | Checking path-slash v0.1.5 |
2025 | 2024-08-17T03:21:18.314Z | Compiling parking_lot_core v0.8.6 |
2026 | 2024-08-17T03:21:18.491Z | Checking chacha20poly1305 v0.10.1 |
2027 | 2024-08-17T03:21:18.522Z | Checking glob v0.3.1 |
2028 | 2024-08-17T03:21:18.676Z | Checking hickory-client v0.24.1 |
2029 | 2024-08-17T03:21:18.766Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2030 | 2024-08-17T03:21:18.860Z | Checking hickory-server v0.24.1 |
2031 | 2024-08-17T03:21:18.891Z | Checking thiserror-no-std v2.0.2 |
2032 | 2024-08-17T03:21:19.000Z | Checking vsss-rs v3.3.4 |
2033 | 2024-08-17T03:21:19.087Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2034 | 2024-08-17T03:21:19.167Z | Checking parking_lot v0.11.2 |
2035 | 2024-08-17T03:21:19.297Z | Checking crossterm v0.28.1 |
2036 | 2024-08-17T03:21:19.435Z | Compiling buf-list v1.0.3 |
2037 | 2024-08-17T03:21:19.533Z | Checking sled v0.34.7 |
2038 | 2024-08-17T03:21:20.208Z | Compiling unicase v2.7.0 |
2039 | 2024-08-17T03:21:20.748Z | Checking nanorand v0.7.0 |
2040 | 2024-08-17T03:21:21.147Z | Checking flume v0.11.0 |
2041 | 2024-08-17T03:21:21.538Z | Checking kstat-rs v0.2.4 |
2042 | 2024-08-17T03:21:21.880Z | Compiling vte_generate_state_changes v0.1.1 |
2043 | 2024-08-17T03:21:21.978Z | Checking fd-lock v4.0.2 |
2044 | 2024-08-17T03:21:22.009Z | Compiling mime_guess v2.0.4 |
2045 | 2024-08-17T03:21:22.262Z | Checking crossterm v0.27.0 |
2046 | 2024-08-17T03:21:22.329Z | Checking nu-ansi-term v0.50.0 |
2047 | 2024-08-17T03:21:22.423Z | Compiling dsl_auto_type v0.1.2 |
2048 | 2024-08-17T03:21:22.565Z | Checking vte v0.11.1 |
2049 | 2024-08-17T03:21:22.748Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2050 | 2024-08-17T03:21:23.036Z | Checking scheduled-thread-pool v0.2.7 |
2051 | 2024-08-17T03:21:23.266Z | Compiling pin-project-internal v1.1.5 |
2052 | 2024-08-17T03:21:23.288Z | Compiling diesel_table_macro_syntax v0.2.0 |
2053 | 2024-08-17T03:21:23.431Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2054 | 2024-08-17T03:21:23.655Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2055 | 2024-08-17T03:21:23.717Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2056 | 2024-08-17T03:21:23.962Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2057 | 2024-08-17T03:21:24.076Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2058 | 2024-08-17T03:21:24.115Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2059 | 2024-08-17T03:21:25.273Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2060 | 2024-08-17T03:21:26.433Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2061 | 2024-08-17T03:21:27.571Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2062 | 2024-08-17T03:21:27.981Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2063 | 2024-08-17T03:21:28.369Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2064 | 2024-08-17T03:21:28.538Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2065 | 2024-08-17T03:21:29.069Z | Checking strip-ansi-escapes v0.2.0 |
2066 | 2024-08-17T03:21:29.225Z | Checking reedline v0.33.0 |
2067 | 2024-08-17T03:21:29.379Z | Checking http-range v0.1.5 |
2068 | 2024-08-17T03:21:29.597Z | Compiling crunchy v0.2.2 |
2069 | 2024-08-17T03:21:30.106Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2070 | 2024-08-17T03:21:30.202Z | Checking hyper-staticfile v0.9.5 |
2071 | 2024-08-17T03:21:30.256Z | Checking pin-project v1.1.5 |
2072 | 2024-08-17T03:21:30.397Z | Compiling diesel_derives v2.2.2 |
2073 | 2024-08-17T03:21:30.601Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2074 | 2024-08-17T03:21:31.981Z | Checking r2d2 v0.8.10 |
2075 | 2024-08-17T03:21:32.259Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2076 | 2024-08-17T03:21:32.295Z | Compiling clang-sys v1.7.0 |
2077 | 2024-08-17T03:21:32.317Z | Compiling tiny-keccak v2.0.2 |
2078 | 2024-08-17T03:21:32.778Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2079 | 2024-08-17T03:21:32.895Z | Checking bytecount v0.6.8 |
2080 | 2024-08-17T03:21:33.029Z | Compiling ref-cast v1.0.23 |
2081 | 2024-08-17T03:21:33.069Z | Checking papergrid v0.11.0 |
2082 | 2024-08-17T03:21:33.667Z | Compiling ascii-canvas v3.0.0 |
2083 | 2024-08-17T03:21:33.754Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2084 | 2024-08-17T03:21:34.076Z | Compiling tabled_derive v0.7.0 |
2085 | 2024-08-17T03:21:34.529Z | Compiling ena v0.14.3 |
2086 | 2024-08-17T03:21:34.590Z | Compiling ref-cast-impl v1.0.23 |
2087 | 2024-08-17T03:21:34.730Z | Compiling libloading v0.8.3 |
2088 | 2024-08-17T03:21:34.941Z | Compiling regex-syntax v0.6.29 |
2089 | 2024-08-17T03:21:35.144Z | Compiling bindgen v0.69.4 |
2090 | 2024-08-17T03:21:35.770Z | Compiling diff v0.1.13 |
2091 | 2024-08-17T03:21:36.620Z | Checking tabled v0.15.0 |
2092 | 2024-08-17T03:21:37.153Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2093 | 2024-08-17T03:21:39.810Z | Compiling lalrpop v0.19.12 |
2094 | 2024-08-17T03:21:40.673Z | Compiling which v4.4.2 |
2095 | 2024-08-17T03:21:41.295Z | Checking signal-hook-tokio v0.3.1 |
2096 | 2024-08-17T03:21:41.421Z | Compiling cexpr v0.6.0 |
2097 | 2024-08-17T03:21:41.467Z | Compiling lazycell v1.3.0 |
2098 | 2024-08-17T03:21:41.652Z | Compiling rustc-hash v1.1.0 |
2099 | 2024-08-17T03:21:41.811Z | Compiling shlex v1.3.0 |
2100 | 2024-08-17T03:21:42.925Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2101 | 2024-08-17T03:21:43.291Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2102 | 2024-08-17T03:21:46.424Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2103 | 2024-08-17T03:21:48.360Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2104 | 2024-08-17T03:21:48.362Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2105 | 2024-08-17T03:21:49.356Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2106 | 2024-08-17T03:21:50.076Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2107 | 2024-08-17T03:21:50.476Z | Checking diesel v2.2.2 |
2108 | 2024-08-17T03:21:50.586Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2109 | 2024-08-17T03:21:50.636Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2110 | 2024-08-17T03:21:54.858Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2111 | 2024-08-17T03:21:54.938Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2112 | 2024-08-17T03:21:55.161Z | Compiling derive_builder_core v0.20.0 |
2113 | 2024-08-17T03:21:56.186Z | Compiling libxml v0.3.3 |
2114 | 2024-08-17T03:21:56.580Z | Compiling memoffset v0.9.1 |
2115 | 2024-08-17T03:21:56.908Z | Checking highway v1.2.0 |
2116 | 2024-08-17T03:21:57.572Z | Compiling peg-macros v0.8.4 |
2117 | 2024-08-17T03:21:57.651Z | Compiling derive_builder_macro v0.20.0 |
2118 | 2024-08-17T03:21:57.708Z | Compiling strum_macros v0.24.3 |
2119 | 2024-08-17T03:21:58.582Z | Compiling snafu-derive v0.8.2 |
2120 | 2024-08-17T03:21:59.083Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2121 | 2024-08-17T03:21:59.723Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2122 | 2024-08-17T03:22:00.618Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2123 | 2024-08-17T03:22:01.201Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2124 | 2024-08-17T03:22:01.477Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2125 | 2024-08-17T03:22:02.693Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2126 | 2024-08-17T03:22:02.846Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2127 | 2024-08-17T03:22:03.832Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2128 | 2024-08-17T03:22:04.283Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2129 | 2024-08-17T03:22:04.583Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2130 | 2024-08-17T03:22:05.397Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2131 | 2024-08-17T03:22:06.957Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2132 | 2024-08-17T03:22:08.236Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2133 | 2024-08-17T03:22:08.239Z | Compiling sqlparser_derive v0.2.2 |
2134 | 2024-08-17T03:22:09.432Z | Compiling cookie v0.18.1 |
2135 | 2024-08-17T03:22:09.905Z | Compiling indoc v1.0.9 |
2136 | 2024-08-17T03:22:10.113Z | Checking unicode_categories v0.1.1 |
2137 | 2024-08-17T03:22:10.420Z | Checking sqlformat v0.2.4 |
2138 | 2024-08-17T03:22:10.954Z | Checking rustyline v14.0.0 |
2139 | 2024-08-17T03:22:12.325Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2140 | 2024-08-17T03:22:12.770Z | Checking sqlparser v0.45.0 |
2141 | 2024-08-17T03:22:13.660Z | Checking snafu v0.8.2 |
2142 | 2024-08-17T03:22:14.124Z | Checking peg v0.8.4 |
2143 | 2024-08-17T03:22:14.186Z | Checking derive_builder v0.20.0 |
2144 | 2024-08-17T03:22:14.444Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2145 | 2024-08-17T03:22:14.866Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2146 | 2024-08-17T03:22:15.384Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2147 | 2024-08-17T03:22:15.702Z | Checking globset v0.4.14 |
2148 | 2024-08-17T03:22:15.993Z | Checking olpc-cjson v0.1.3 |
2149 | 2024-08-17T03:22:16.205Z | Checking bcs v0.1.6 |
2150 | 2024-08-17T03:22:16.225Z | Checking serde_plain v1.0.2 |
2151 | 2024-08-17T03:22:16.474Z | Checking quick-xml v0.31.0 |
2152 | 2024-08-17T03:22:16.495Z | Compiling impl-trait-for-tuples v0.2.2 |
2153 | 2024-08-17T03:22:16.687Z | Compiling oso-derive v0.27.3 |
2154 | 2024-08-17T03:22:17.761Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2155 | 2024-08-17T03:22:18.099Z | Checking typed-path v0.7.1 |
2156 | 2024-08-17T03:22:18.682Z | Checking nix v0.27.1 |
2157 | 2024-08-17T03:22:19.991Z | Checking tough v0.17.1 |
2158 | 2024-08-17T03:22:20.443Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2159 | 2024-08-17T03:22:22.027Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2160 | 2024-08-17T03:22:22.268Z | Checking serde-big-array v0.5.1 |
2161 | 2024-08-17T03:22:22.290Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2162 | 2024-08-17T03:22:22.511Z | Checking parse-size v1.0.0 |
2163 | 2024-08-17T03:22:22.721Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2164 | 2024-08-17T03:22:24.331Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2165 | 2024-08-17T03:22:24.696Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2166 | 2024-08-17T03:22:24.737Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2167 | 2024-08-17T03:22:24.932Z | Checking bb8 v0.8.5 |
2168 | 2024-08-17T03:22:25.058Z | Compiling const_format_proc_macros v0.2.32 |
2169 | 2024-08-17T03:22:25.432Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2170 | 2024-08-17T03:22:27.326Z | Checking const_format v0.2.32 |
2171 | 2024-08-17T03:22:27.580Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2172 | 2024-08-17T03:22:28.190Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2173 | 2024-08-17T03:22:28.215Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2174 | 2024-08-17T03:22:28.371Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2175 | 2024-08-17T03:22:29.070Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2176 | 2024-08-17T03:22:29.464Z | Checking assert_matches v1.5.0 |
2177 | 2024-08-17T03:22:29.580Z | Checking heck v0.4.1 |
2178 | 2024-08-17T03:22:29.797Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2179 | 2024-08-17T03:22:29.943Z | Compiling portable-atomic v1.6.0 |
2180 | 2024-08-17T03:22:30.195Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2181 | 2024-08-17T03:22:30.566Z | Compiling libz-sys v1.1.16 |
2182 | 2024-08-17T03:22:30.707Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2183 | 2024-08-17T03:22:31.628Z | Checking rand_seeder v0.3.0 |
2184 | 2024-08-17T03:22:31.884Z | Checking number_prefix v0.4.0 |
2185 | 2024-08-17T03:22:31.995Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2186 | 2024-08-17T03:22:32.097Z | Checking indicatif v0.17.8 |
2187 | 2024-08-17T03:22:32.874Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2188 | 2024-08-17T03:22:33.289Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2189 | 2024-08-17T03:22:34.003Z | Compiling vergen v8.3.2 |
2190 | 2024-08-17T03:22:34.249Z | Compiling cargo-platform v0.1.8 |
2191 | 2024-08-17T03:22:34.290Z | Checking is_ci v1.2.0 |
2192 | 2024-08-17T03:22:34.426Z | Checking supports-color v3.0.0 |
2193 | 2024-08-17T03:22:34.619Z | Compiling cargo_metadata v0.18.1 |
2194 | 2024-08-17T03:22:34.663Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2195 | 2024-08-17T03:22:34.749Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2196 | 2024-08-17T03:22:35.769Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2197 | 2024-08-17T03:22:36.075Z | Checking castaway v0.2.3 |
2198 | 2024-08-17T03:22:36.240Z | Compiling libsqlite3-sys v0.28.0 |
2199 | 2024-08-17T03:22:36.333Z | Checking compact_str v0.8.0 |
2200 | 2024-08-17T03:22:36.595Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2201 | 2024-08-17T03:22:36.757Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2202 | 2024-08-17T03:22:37.252Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2203 | 2024-08-17T03:22:37.593Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2204 | 2024-08-17T03:22:37.827Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2205 | 2024-08-17T03:22:37.910Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2206 | 2024-08-17T03:22:38.024Z | Checking unicode-truncate v1.0.0 |
2207 | 2024-08-17T03:22:38.264Z | Checking lru v0.12.3 |
2208 | 2024-08-17T03:22:38.286Z | Compiling instability v0.3.2 |
2209 | 2024-08-17T03:22:38.558Z | Checking cassowary v0.3.0 |
2210 | 2024-08-17T03:22:39.345Z | Checking ratatui v0.28.0 |
2211 | 2024-08-17T03:22:39.466Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2212 | 2024-08-17T03:22:39.890Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2213 | 2024-08-17T03:22:41.149Z | Checking hashlink v0.9.1 |
2214 | 2024-08-17T03:22:41.219Z | Checking unicode-linebreak v0.1.5 |
2215 | 2024-08-17T03:22:41.662Z | Checking fallible-iterator v0.3.0 |
2216 | 2024-08-17T03:22:41.804Z | Checking fallible-streaming-iterator v0.1.9 |
2217 | 2024-08-17T03:22:42.052Z | Checking smawk v0.3.2 |
2218 | 2024-08-17T03:22:42.280Z | Checking textwrap v0.16.1 |
2219 | 2024-08-17T03:22:42.303Z | Checking rusqlite v0.31.0 |
2220 | 2024-08-17T03:22:42.448Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2221 | 2024-08-17T03:22:42.639Z | Checking twox-hash v1.6.3 |
2222 | 2024-08-17T03:22:42.818Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2223 | 2024-08-17T03:22:43.074Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2224 | 2024-08-17T03:22:43.960Z | Checking fatfs v0.3.6 |
2225 | 2024-08-17T03:22:44.777Z | Checking csv-core v0.1.11 |
2226 | 2024-08-17T03:22:45.012Z | Checking shell-words v1.1.0 |
2227 | 2024-08-17T03:22:45.129Z | Checking csv v1.3.0 |
2228 | 2024-08-17T03:22:45.199Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2229 | 2024-08-17T03:22:46.211Z | Checking rtoolbox v0.0.2 |
2230 | 2024-08-17T03:22:46.380Z | Checking rpassword v7.3.1 |
2231 | 2024-08-17T03:22:48.127Z | Checking tui-tree-widget v0.22.0 |
2232 | 2024-08-17T03:22:48.487Z | Checking polyval v0.6.2 |
2233 | 2024-08-17T03:22:48.785Z | Checking rfc6979 v0.4.0 |
2234 | 2024-08-17T03:22:48.986Z | Checking plotters-backend v0.3.5 |
2235 | 2024-08-17T03:22:49.380Z | Checking plotters-svg v0.3.5 |
2236 | 2024-08-17T03:22:49.613Z | Checking ecdsa v0.16.9 |
2237 | 2024-08-17T03:22:50.361Z | Checking ghash v0.5.1 |
2238 | 2024-08-17T03:22:50.541Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2239 | 2024-08-17T03:22:51.659Z | Checking primeorder v0.13.6 |
2240 | 2024-08-17T03:22:55.284Z | Checking ctr v0.9.2 |
2241 | 2024-08-17T03:22:55.380Z | Checking yansi v0.5.1 |
2242 | 2024-08-17T03:22:55.380Z | Checking cast v0.3.0 |
2243 | 2024-08-17T03:22:55.380Z | Checking criterion-plot v0.5.0 |
2244 | 2024-08-17T03:22:55.380Z | Checking pretty_assertions v1.4.0 |
2245 | 2024-08-17T03:22:55.380Z | Checking aes-gcm v0.10.3 |
2246 | 2024-08-17T03:22:55.380Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2247 | 2024-08-17T03:22:55.380Z | Checking plotters v0.3.5 |
2248 | 2024-08-17T03:22:55.380Z | Checking ed25519 v2.2.3 |
2249 | 2024-08-17T03:22:55.571Z | Checking ssh-encoding v0.2.0 |
2250 | 2024-08-17T03:22:55.928Z | Checking tinytemplate v1.2.1 |
2251 | 2024-08-17T03:22:56.329Z | Checking blowfish v0.9.1 |
2252 | 2024-08-17T03:22:56.583Z | Checking oorandom v11.1.3 |
2253 | 2024-08-17T03:22:56.754Z | Checking anes v0.1.6 |
2254 | 2024-08-17T03:22:57.134Z | Checking option-ext v0.2.0 |
2255 | 2024-08-17T03:22:57.267Z | Checking dirs-sys v0.4.1 |
2256 | 2024-08-17T03:22:57.458Z | Checking criterion v0.5.1 |
2257 | 2024-08-17T03:23:00.163Z | Checking bcrypt-pbkdf v0.10.0 |
2258 | 2024-08-17T03:23:00.404Z | Checking ssh-cipher v0.2.0 |
2259 | 2024-08-17T03:23:00.477Z | Checking ed25519-dalek v2.1.1 |
2260 | 2024-08-17T03:23:00.682Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2261 | 2024-08-17T03:23:00.851Z | Checking password-hash v0.4.2 |
2262 | 2024-08-17T03:23:01.230Z | Checking matches v0.1.10 |
2263 | 2024-08-17T03:23:01.336Z | Checking hex-literal v0.4.1 |
2264 | 2024-08-17T03:23:01.479Z | Checking idna v0.2.3 |
2265 | 2024-08-17T03:23:02.243Z | Checking pbkdf2 v0.11.0 |
2266 | 2024-08-17T03:23:02.356Z | Checking ssh-key v0.6.6 |
2267 | 2024-08-17T03:23:02.537Z | Checking dirs v5.0.1 |
2268 | 2024-08-17T03:23:02.697Z | Checking p384 v0.13.0 |
2269 | 2024-08-17T03:23:03.130Z | Checking p256 v0.13.2 |
2270 | 2024-08-17T03:23:03.673Z | Checking p521 v0.13.3 |
2271 | 2024-08-17T03:23:03.951Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2272 | 2024-08-17T03:23:04.090Z | Checking russh-cryptovec v0.7.2 |
2273 | 2024-08-17T03:23:04.312Z | Compiling enum-as-inner v0.5.1 |
2274 | 2024-08-17T03:23:04.719Z | Compiling doc-comment v0.3.3 |
2275 | 2024-08-17T03:23:04.994Z | Compiling target-lexicon v0.12.16 |
2276 | 2024-08-17T03:23:05.310Z | Checking md5 v0.7.0 |
2277 | 2024-08-17T03:23:05.501Z | Checking trust-dns-proto v0.22.0 |
2278 | 2024-08-17T03:23:05.609Z | Checking russh-keys v0.44.0 |
2279 | 2024-08-17T03:23:06.111Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2280 | 2024-08-17T03:23:06.870Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2281 | 2024-08-17T03:23:07.716Z | Checking http-body v1.0.0 |
2282 | 2024-08-17T03:23:07.939Z | Checking num-bigint v0.4.5 |
2283 | 2024-08-17T03:23:07.987Z | Compiling guppy-workspace-hack v0.1.0 |
2284 | 2024-08-17T03:23:08.291Z | Checking tower-layer v0.3.2 |
2285 | 2024-08-17T03:23:08.569Z | Compiling dhcproto-macros v0.1.0 |
2286 | 2024-08-17T03:23:09.193Z | Compiling assert_cmd v2.0.16 |
2287 | 2024-08-17T03:23:09.532Z | Checking dhcproto v0.12.0 |
2288 | 2024-08-17T03:23:09.623Z | Checking tower v0.4.13 |
2289 | 2024-08-17T03:23:10.429Z | Checking hyper v1.3.1 |
2290 | 2024-08-17T03:23:10.520Z | Checking russh v0.44.1 |
2291 | 2024-08-17T03:23:11.593Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2292 | 2024-08-17T03:23:11.612Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2293 | 2024-08-17T03:23:11.938Z | Compiling samael v0.0.15 |
2294 | 2024-08-17T03:23:12.077Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2295 | 2024-08-17T03:23:12.456Z | Compiling target-spec v3.2.1 |
2296 | 2024-08-17T03:23:12.665Z | Checking internet-checksum v0.2.1 |
2297 | 2024-08-17T03:23:13.593Z | Checking hyper-util v0.1.3 |
2298 | 2024-08-17T03:23:18.671Z | Checking cfg-expr v0.16.0 |
2299 | 2024-08-17T03:23:18.731Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2300 | 2024-08-17T03:23:18.731Z | Checking rustls-native-certs v0.7.0 |
2301 | 2024-08-17T03:23:18.731Z | Checking httptest v0.15.5 |
2302 | 2024-08-17T03:23:18.731Z | Checking num_cpus v1.16.0 |
2303 | 2024-08-17T03:23:18.731Z | Checking threadpool v1.8.1 |
2304 | 2024-08-17T03:23:18.731Z | Checking hyper-rustls v0.26.0 |
2305 | 2024-08-17T03:23:18.731Z | Checking pathdiff v0.2.1 |
2306 | 2024-08-17T03:23:18.731Z | Compiling rstest_macros v0.19.0 |
2307 | 2024-08-17T03:23:18.731Z | Checking escape8259 v0.5.2 |
2308 | 2024-08-17T03:23:18.731Z | Checking nested v0.1.1 |
2309 | 2024-08-17T03:23:18.731Z | Checking libtest-mimic v0.7.3 |
2310 | 2024-08-17T03:23:18.731Z | Checking guppy v0.17.7 |
2311 | 2024-08-17T03:23:18.731Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2312 | 2024-08-17T03:23:18.731Z | Checking similar-asserts v1.5.0 |
2313 | 2024-08-17T03:23:18.783Z | Checking fancy-regex v0.13.0 |
2314 | 2024-08-17T03:23:19.542Z | Compiling relative-path v1.9.3 |
2315 | 2024-08-17T03:23:19.563Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2316 | 2024-08-17T03:23:19.937Z | Compiling trybuild v1.0.99 |
2317 | 2024-08-17T03:23:20.413Z | Checking datatest-stable v0.2.9 |
2318 | 2024-08-17T03:23:20.721Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2319 | 2024-08-17T03:23:21.980Z | Checking blake2b_simd v1.0.2 |
2320 | 2024-08-17T03:23:22.402Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2321 | 2024-08-17T03:23:22.802Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2322 | 2024-08-17T03:23:22.806Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2323 | 2024-08-17T03:23:23.123Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2324 | 2024-08-17T03:23:23.126Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2325 | 2024-08-17T03:23:23.458Z | Checking serde_tokenstream v0.2.2 |
2326 | 2024-08-17T03:23:23.633Z | Checking uzers v0.11.3 |
2327 | 2024-08-17T03:23:23.840Z | Checking futures-timer v3.0.3 |
2328 | 2024-08-17T03:23:23.958Z | Checking indent_write v2.2.0 |
2329 | 2024-08-17T03:23:24.237Z | Checking rust-argon2 v2.1.0 |
2330 | 2024-08-17T03:23:24.656Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2331 | 2024-08-17T03:23:25.062Z | Compiling git2 v0.19.0 |
2332 | 2024-08-17T03:23:25.625Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2333 | 2024-08-17T03:23:26.264Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2334 | 2024-08-17T03:23:26.595Z | Checking rand_distr v0.4.3 |
2335 | 2024-08-17T03:23:27.397Z | Checking multimap v0.10.0 |
2336 | 2024-08-17T03:23:27.730Z | Checking approx v0.5.1 |
2337 | 2024-08-17T03:23:28.024Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2338 | 2024-08-17T03:23:28.926Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2339 | 2024-08-17T03:23:29.210Z | Checking rstest v0.19.0 |
2340 | 2024-08-17T03:23:29.407Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2341 | 2024-08-17T03:23:30.031Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2342 | 2024-08-17T03:23:30.502Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2343 | 2024-08-17T03:23:30.957Z | Checking partial-io v0.5.4 |
2344 | 2024-08-17T03:23:31.084Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2345 | 2024-08-17T03:23:31.269Z | Checking cargo_toml v0.20.4 |
2346 | 2024-08-17T03:23:31.335Z | Checking termios v0.3.3 |
2347 | 2024-08-17T03:23:31.549Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2348 | 2024-08-17T03:23:33.326Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2349 | 2024-08-17T03:23:34.660Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2350 | 2024-08-17T03:23:49.470Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2351 | 2024-08-17T03:24:01.149Z | Compiling polar-core v0.27.3 |
2352 | 2024-08-17T03:24:01.309Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2353 | 2024-08-17T03:24:11.870Z | Checking oso v0.27.3 |
2354 | 2024-08-17T03:24:20.952Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2355 | 2024-08-17T03:24:22.199Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2356 | 2024-08-17T03:24:22.726Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2357 | 2024-08-17T03:24:56.314Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2358 | 2024-08-17T03:24:56.314Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2359 | 2024-08-17T03:24:56.318Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2360 | 2024-08-17T03:26:21.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 20s |
2361 | 2024-08-17T03:26:21.700Z | |
2362 | 2024-08-17T03:26:21.700Z | real 6:25.197103656 |
2363 | 2024-08-17T03:26:21.700Z | user 34:38.151264066 |
2364 | 2024-08-17T03:26:21.700Z | sys 6:02.592075522 |
2365 | 2024-08-17T03:26:21.700Z | trap 0.922219944 |
2366 | 2024-08-17T03:26:21.701Z | tflt 1.964514721 |
2367 | 2024-08-17T03:26:21.701Z | dflt 0.830165218 |
2368 | 2024-08-17T03:26:21.701Z | kflt 0.002131613 |
2369 | 2024-08-17T03:26:21.701Z | lock 53:38.832768046 |
2370 | 2024-08-17T03:26:21.701Z | slp 2:02:53.785662322 |
2371 | 2024-08-17T03:26:21.704Z | lat 1:38.803908247 |
2372 | 2024-08-17T03:26:21.704Z | stop 5:31.701293310 |
2373 | 2024-08-17T03:26:21.704Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2374 | 2024-08-17T03:26:21.704Z | + ptime -m cargo doc --workspace --no-deps |
2375 | 2024-08-17T03:26:22.866Z | warning: output filename collision. |
2376 | 2024-08-17T03:26:22.866Z | 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)`. |
2377 | 2024-08-17T03:26:22.866Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2378 | 2024-08-17T03:26:22.866Z | The targets should have unique names. |
2379 | 2024-08-17T03:26:22.866Z | This is a known bug where multiple crates with the same name use |
2380 | 2024-08-17T03:26:22.866Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2381 | 2024-08-17T03:26:23.220Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2382 | 2024-08-17T03:26:23.279Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2383 | 2024-08-17T03:26:23.296Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2384 | 2024-08-17T03:26:23.328Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2385 | 2024-08-17T03:26:23.351Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2386 | 2024-08-17T03:26:23.377Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2387 | 2024-08-17T03:26:23.377Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2388 | 2024-08-17T03:26:23.597Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2389 | 2024-08-17T03:26:23.644Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2390 | 2024-08-17T03:26:23.665Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2391 | 2024-08-17T03:26:23.680Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2392 | 2024-08-17T03:26:23.696Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2393 | 2024-08-17T03:26:23.921Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2394 | 2024-08-17T03:26:23.942Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2395 | 2024-08-17T03:26:24.193Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2396 | 2024-08-17T03:26:24.392Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2397 | 2024-08-17T03:26:25.112Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2398 | 2024-08-17T03:26:27.920Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2399 | 2024-08-17T03:26:28.147Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2400 | 2024-08-17T03:26:28.541Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2401 | 2024-08-17T03:26:28.603Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2402 | 2024-08-17T03:26:28.604Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2403 | 2024-08-17T03:26:28.768Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2404 | 2024-08-17T03:26:28.815Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2405 | 2024-08-17T03:26:29.102Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2406 | 2024-08-17T03:26:29.421Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2407 | 2024-08-17T03:26:29.439Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2408 | 2024-08-17T03:26:29.619Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2409 | 2024-08-17T03:26:29.926Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2410 | 2024-08-17T03:26:30.066Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2411 | 2024-08-17T03:26:30.214Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2412 | 2024-08-17T03:26:30.552Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2413 | 2024-08-17T03:26:30.569Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2414 | 2024-08-17T03:26:30.867Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2415 | 2024-08-17T03:26:31.208Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2416 | 2024-08-17T03:26:31.433Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2417 | 2024-08-17T03:26:31.567Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2418 | 2024-08-17T03:26:31.828Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2419 | 2024-08-17T03:26:31.860Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2420 | 2024-08-17T03:26:32.254Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2421 | 2024-08-17T03:26:32.311Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2422 | 2024-08-17T03:26:33.277Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2423 | 2024-08-17T03:26:36.662Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2424 | 2024-08-17T03:26:36.752Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2425 | 2024-08-17T03:26:37.468Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2426 | 2024-08-17T03:26:38.694Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2427 | 2024-08-17T03:26:38.915Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2428 | 2024-08-17T03:26:39.387Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2429 | 2024-08-17T03:26:42.231Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2430 | 2024-08-17T03:26:46.903Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2431 | 2024-08-17T03:26:47.054Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2432 | 2024-08-17T03:26:47.522Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2433 | 2024-08-17T03:26:47.767Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2434 | 2024-08-17T03:26:48.216Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2435 | 2024-08-17T03:26:48.588Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2436 | 2024-08-17T03:26:49.005Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2437 | 2024-08-17T03:26:49.935Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2438 | 2024-08-17T03:26:51.025Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2439 | 2024-08-17T03:26:51.146Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2440 | 2024-08-17T03:26:51.299Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2441 | 2024-08-17T03:26:51.796Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2442 | 2024-08-17T03:26:52.051Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2443 | 2024-08-17T03:26:52.279Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2444 | 2024-08-17T03:26:52.620Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2445 | 2024-08-17T03:26:52.709Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2446 | 2024-08-17T03:26:53.253Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2447 | 2024-08-17T03:26:54.069Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2448 | 2024-08-17T03:26:54.168Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2449 | 2024-08-17T03:26:54.559Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2450 | 2024-08-17T03:26:55.058Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2451 | 2024-08-17T03:26:55.093Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2452 | 2024-08-17T03:26:55.151Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2453 | 2024-08-17T03:26:55.688Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2454 | 2024-08-17T03:26:56.155Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2455 | 2024-08-17T03:26:56.302Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2456 | 2024-08-17T03:26:56.734Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2457 | 2024-08-17T03:26:56.932Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2458 | 2024-08-17T03:26:57.471Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2459 | 2024-08-17T03:26:58.401Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2460 | 2024-08-17T03:26:58.404Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2461 | 2024-08-17T03:26:58.434Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2462 | 2024-08-17T03:26:59.041Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2463 | 2024-08-17T03:26:59.531Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2464 | 2024-08-17T03:26:59.747Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2465 | 2024-08-17T03:26:59.796Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2466 | 2024-08-17T03:27:00.264Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2467 | 2024-08-17T03:27:00.346Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2468 | 2024-08-17T03:27:03.232Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2469 | 2024-08-17T03:27:03.232Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2470 | 2024-08-17T03:27:03.232Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2471 | 2024-08-17T03:27:03.232Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2472 | 2024-08-17T03:27:03.232Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2473 | 2024-08-17T03:27:03.233Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2474 | 2024-08-17T03:27:03.233Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2475 | 2024-08-17T03:27:03.233Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2476 | 2024-08-17T03:27:03.233Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2477 | 2024-08-17T03:27:03.297Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2478 | 2024-08-17T03:27:05.966Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2479 | 2024-08-17T03:27:07.769Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2480 | 2024-08-17T03:27:18.111Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2481 | 2024-08-17T03:27:19.180Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2482 | 2024-08-17T03:27:20.713Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2483 | 2024-08-17T03:27:22.243Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2484 | 2024-08-17T03:27:23.384Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2485 | 2024-08-17T03:27:55.904Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2486 | 2024-08-17T03:27:58.552Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2487 | 2024-08-17T03:27:59.435Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2488 | 2024-08-17T03:28:03.931Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2489 | 2024-08-17T03:28:14.329Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2490 | 2024-08-17T03:28:22.970Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2491 | 2024-08-17T03:28:26.297Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2492 | 2024-08-17T03:28:26.902Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2493 | 2024-08-17T03:28:28.083Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2494 | 2024-08-17T03:28:34.889Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2495 | 2024-08-17T03:28:35.334Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2496 | 2024-08-17T03:28:37.336Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2497 | 2024-08-17T03:28:39.948Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2498 | 2024-08-17T03:28:42.746Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2499 | 2024-08-17T03:28:43.538Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2500 | 2024-08-17T03:28:45.894Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2501 | 2024-08-17T03:28:52.317Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2502 | 2024-08-17T03:29:01.473Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2503 | 2024-08-17T03:29:11.451Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2504 | 2024-08-17T03:29:25.149Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2505 | 2024-08-17T03:29:27.606Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2506 | 2024-08-17T03:29:38.384Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2507 | 2024-08-17T03:29:38.566Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2508 | 2024-08-17T03:29:39.994Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2509 | 2024-08-17T03:29:49.236Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2510 | 2024-08-17T03:29:49.898Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2511 | 2024-08-17T03:29:56.918Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2512 | 2024-08-17T03:29:57.432Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2513 | 2024-08-17T03:29:58.575Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2514 | 2024-08-17T03:30:03.393Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2515 | 2024-08-17T03:30:09.027Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2516 | 2024-08-17T03:30:10.338Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2517 | 2024-08-17T03:30:14.306Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2518 | 2024-08-17T03:30:16.386Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2519 | 2024-08-17T03:30:22.156Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2520 | 2024-08-17T03:30:22.204Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2521 | 2024-08-17T03:30:24.206Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2522 | 2024-08-17T03:30:26.500Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2523 | 2024-08-17T03:30:36.344Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2524 | 2024-08-17T03:30:39.574Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2525 | 2024-08-17T03:30:41.014Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2526 | 2024-08-17T03:30:41.904Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2527 | 2024-08-17T03:30:43.276Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2528 | 2024-08-17T03:30:47.979Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2529 | 2024-08-17T03:30:53.975Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2530 | 2024-08-17T03:30:57.328Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2531 | 2024-08-17T03:30:59.850Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2532 | 2024-08-17T03:31:00.004Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2533 | 2024-08-17T03:31:02.518Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2534 | 2024-08-17T03:31:04.001Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2535 | 2024-08-17T03:31:12.326Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2536 | 2024-08-17T03:31:16.223Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2537 | 2024-08-17T03:31:16.462Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2538 | 2024-08-17T03:31:17.850Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2539 | 2024-08-17T03:31:18.044Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2540 | 2024-08-17T03:31:18.480Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2541 | 2024-08-17T03:31:19.302Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2542 | 2024-08-17T03:31:32.042Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2543 | 2024-08-17T03:31:32.560Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2544 | 2024-08-17T03:31:33.545Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2545 | 2024-08-17T03:31:34.535Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2546 | 2024-08-17T03:31:34.608Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2547 | 2024-08-17T03:31:35.581Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2548 | 2024-08-17T03:31:38.853Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2549 | 2024-08-17T03:31:44.204Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2550 | 2024-08-17T03:31:48.773Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2551 | 2024-08-17T03:31:50.358Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2552 | 2024-08-17T03:31:53.812Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2553 | 2024-08-17T03:31:55.362Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2554 | 2024-08-17T03:32:00.606Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2555 | 2024-08-17T03:32:01.508Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2556 | 2024-08-17T03:32:03.973Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2557 | 2024-08-17T03:32:04.739Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2558 | 2024-08-17T03:32:08.454Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2559 | 2024-08-17T03:32:08.474Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2560 | 2024-08-17T03:32:13.845Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2561 | 2024-08-17T03:32:18.578Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2562 | 2024-08-17T03:32:18.882Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2563 | 2024-08-17T03:32:20.543Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2564 | 2024-08-17T03:32:21.353Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2565 | 2024-08-17T03:32:24.294Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2566 | 2024-08-17T03:32:26.643Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2567 | 2024-08-17T03:32:27.020Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2568 | 2024-08-17T03:32:29.270Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2569 | 2024-08-17T03:32:30.545Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2570 | 2024-08-17T03:32:32.067Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2571 | 2024-08-17T03:32:33.551Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2572 | 2024-08-17T03:32:34.732Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2573 | 2024-08-17T03:32:35.140Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2574 | 2024-08-17T03:32:35.510Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2575 | 2024-08-17T03:32:36.824Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2576 | 2024-08-17T03:32:40.332Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2577 | 2024-08-17T03:32:40.668Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2578 | 2024-08-17T03:32:41.109Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2579 | 2024-08-17T03:32:41.142Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2580 | 2024-08-17T03:32:41.541Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2581 | 2024-08-17T03:32:42.881Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2582 | 2024-08-17T03:33:13.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 51s |
2583 | 2024-08-17T03:33:13.514Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 122 other files |
2584 | 2024-08-17T03:33:13.570Z | |
2585 | 2024-08-17T03:33:13.572Z | real 6:51.748067134 |
2586 | 2024-08-17T03:33:13.572Z | user 20:55.464708837 |
2587 | 2024-08-17T03:33:13.572Z | sys 30:16.306567020 |
2588 | 2024-08-17T03:33:13.572Z | trap 0.335392654 |
2589 | 2024-08-17T03:33:13.572Z | tflt 0.221422353 |
2590 | 2024-08-17T03:33:13.572Z | dflt 0.183790640 |
2591 | 2024-08-17T03:33:13.572Z | kflt 0.000025314 |
2592 | 2024-08-17T03:33:13.572Z | lock 1:06:27.146517379 |
2593 | 2024-08-17T03:33:13.572Z | slp 1:56:08.398189686 |
2594 | 2024-08-17T03:33:13.572Z | lat 1:06.258751758 |
2595 | 2024-08-17T03:33:13.572Z | stop 1:00.594911922 |
2596 | 2024-08-17T03:33:13.572Z | process exited: duration 1066526 ms, exit code 0 |
|
2597 | 2024-08-17T03:33:13.578Z | found 0 output files |