|
|
|
1 | 2024-07-10T23:38:12.184Z | job assigned to worker 01J2FG48HC9KZWCKGVBRST11MS (queued for 1 m 0 s) |
|
2 | 2024-07-10T23:38:20.133Z | starting task 0: "setup" |
3 | 2024-07-10T23:38:20.187Z | ++ uname -s |
4 | 2024-07-10T23:38:20.190Z | + kern=SunOS |
5 | 2024-07-10T23:38:20.190Z | + case "$kern" in |
6 | 2024-07-10T23:38:20.190Z | + groupadd -g 12345 build |
7 | 2024-07-10T23:38:20.192Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-10T23:38:22.202Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-10T23:38:22.363Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-10T23:38:22.366Z | + home_fs=zfs |
11 | 2024-07-10T23:38:22.366Z | + [[ zfs == autofs ]] |
12 | 2024-07-10T23:38:22.366Z | + mkdir -p /home/build |
13 | 2024-07-10T23:38:22.366Z | + chown build:build /home/build /work |
14 | 2024-07-10T23:38:24.365Z | + chmod 0700 /home/build /work |
15 | 2024-07-10T23:38:24.372Z | process exited: duration 4234 ms, exit code 0 |
|
16 | 2024-07-10T23:38:24.388Z | starting task 1: "rust-toolchain" |
17 | 2024-07-10T23:38:24.408Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-10T23:38:24.408Z | ' 1.78.0 |
19 | 2024-07-10T23:38:24.408Z | * toolchain channel = "1.78.0" |
20 | 2024-07-10T23:38:24.409Z | * toolchain profile = "default" |
21 | 2024-07-10T23:38:24.409Z | + printf ' * toolchain profile = "%s" |
22 | 2024-07-10T23:38:24.409Z | ' default |
23 | 2024-07-10T23:38:24.409Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-10T23:38:24.409Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-10T23:38:24.505Z | info: downloading installer |
26 | 2024-07-10T23:38:25.681Z | info: profile set to 'default' |
27 | 2024-07-10T23:38:25.681Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-10T23:38:25.684Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-10T23:38:25.884Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-10T23:38:25.884Z | info: downloading component 'cargo' |
31 | 2024-07-10T23:38:26.428Z | info: downloading component 'clippy' |
32 | 2024-07-10T23:38:26.639Z | info: downloading component 'rust-docs' |
33 | 2024-07-10T23:38:27.457Z | info: downloading component 'rust-std' |
34 | 2024-07-10T23:38:28.771Z | info: downloading component 'rustc' |
35 | 2024-07-10T23:38:32.160Z | info: downloading component 'rustfmt' |
36 | 2024-07-10T23:38:32.345Z | info: installing component 'cargo' |
37 | 2024-07-10T23:38:33.169Z | info: installing component 'clippy' |
38 | 2024-07-10T23:38:33.524Z | info: installing component 'rust-docs' |
39 | 2024-07-10T23:38:35.009Z | info: installing component 'rust-std' |
40 | 2024-07-10T23:38:36.737Z | info: installing component 'rustc' |
41 | 2024-07-10T23:38:40.956Z | info: installing component 'rustfmt' |
42 | 2024-07-10T23:38:41.292Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-10T23:38:41.293Z | |
44 | 2024-07-10T23:38:41.569Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-10T23:38:41.569Z | |
46 | 2024-07-10T23:38:41.572Z | |
47 | 2024-07-10T23:38:41.572Z | Rust is installed now. Great! |
48 | 2024-07-10T23:38:41.572Z | |
49 | 2024-07-10T23:38:41.572Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-10T23:38:41.572Z | environment variable. This has not been done automatically. |
51 | 2024-07-10T23:38:41.572Z | |
52 | 2024-07-10T23:38:41.572Z | To configure your current shell, you need to source |
53 | 2024-07-10T23:38:41.572Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-10T23:38:41.572Z | |
55 | 2024-07-10T23:38:41.572Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-10T23:38:41.572Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-10T23:38:41.572Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-10T23:38:41.642Z | + rustc --version |
59 | 2024-07-10T23:38:41.702Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-10T23:38:41.705Z | process exited: duration 17318 ms, exit code 0 |
|
61 | 2024-07-10T23:38:41.711Z | starting task 2: "authentication" |
62 | 2024-07-10T23:38:41.731Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-07-10T23:38:41.737Z | starting task 3: "clone repository" |
64 | 2024-07-10T23:38:41.741Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-10T23:38:41.744Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-10T23:38:41.923Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-10T23:38:50.451Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-10T23:38:50.451Z | + git fetch origin c606ebb3bc1745538584a42290b22947f00e96bb |
69 | 2024-07-10T23:38:50.746Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-10T23:38:50.746Z | * branch c606ebb3bc1745538584a42290b22947f00e96bb -> FETCH_HEAD |
71 | 2024-07-10T23:38:50.750Z | + [[ -n move-ddm-timeseries-to-toml ]] |
72 | 2024-07-10T23:38:50.755Z | ++ git branch --show-current |
73 | 2024-07-10T23:38:50.755Z | + current=main |
74 | 2024-07-10T23:38:50.755Z | + [[ main != move-ddm-timeseries-to-toml ]] |
75 | 2024-07-10T23:38:50.755Z | + git branch -f move-ddm-timeseries-to-toml c606ebb3bc1745538584a42290b22947f00e96bb |
76 | 2024-07-10T23:38:50.758Z | + git checkout -f move-ddm-timeseries-to-toml |
77 | 2024-07-10T23:38:50.890Z | Switched to branch 'move-ddm-timeseries-to-toml' |
78 | 2024-07-10T23:38:50.893Z | + git reset --hard c606ebb3bc1745538584a42290b22947f00e96bb |
79 | 2024-07-10T23:38:50.901Z | HEAD is now at c606ebb3b Move DDM router and session timeseries to TOML |
80 | 2024-07-10T23:38:50.905Z | process exited: duration 9164 ms, exit code 0 |
|
81 | 2024-07-10T23:38:50.911Z | starting task 4: "build" |
82 | 2024-07-10T23:38:50.916Z | + cargo --version |
83 | 2024-07-10T23:38:50.967Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-10T23:38:50.970Z | + rustc --version |
85 | 2024-07-10T23:38:51.024Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-10T23:38:51.026Z | + source ./env.sh |
87 | 2024-07-10T23:38:51.026Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-10T23:38:51.026Z | ++ set -o xtrace |
89 | 2024-07-10T23:38:51.029Z | ++++ dirname ./env.sh |
90 | 2024-07-10T23:38:51.032Z | +++ readlink -f . |
91 | 2024-07-10T23:38:51.141Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-10T23:38:51.141Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-07-10T23:38:51.141Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-07-10T23:38:51.144Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-07-10T23:38:51.144Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-07-10T23:38:51.144Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-07-10T23:38:51.144Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-07-10T23:38:51.144Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-07-10T23:38:51.144Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-07-10T23:38:51.144Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-10T23:38:51.144Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-10T23:38:51.144Z | + banner prerequisites |
103 | 2024-07-10T23:38:51.230Z | |
104 | 2024-07-10T23:38:51.230Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-07-10T23:38:51.230Z | # # # # # # # # # # # # # # # |
106 | 2024-07-10T23:38:51.230Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-07-10T23:38:51.230Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-07-10T23:38:51.230Z | # # # # # # # # # # # # # # # |
109 | 2024-07-10T23:38:51.230Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-07-10T23:38:51.230Z | |
111 | 2024-07-10T23:38:51.235Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-07-10T23:39:08.843Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-07-10T23:39:10.781Z | Startup: Caching catalogs ... Done |
114 | 2024-07-10T23:39:13.636Z | Planning: Solver setup ... Done (2.330s) |
115 | 2024-07-10T23:39:13.685Z | Planning: Running solver ... Done (0.049s) |
116 | 2024-07-10T23:39:13.727Z | Planning: Finding local manifests ... Done (0.003s) |
117 | 2024-07-10T23:39:13.739Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-07-10T23:39:13.955Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-07-10T23:39:14.002Z | Planning: Package planning ... Done (0.047s) |
120 | 2024-07-10T23:39:14.053Z | Planning: Merging actions ... Done (0.051s) |
121 | 2024-07-10T23:39:14.834Z | Planning: Checking for conflicting actions ... Done (0.781s) |
122 | 2024-07-10T23:39:14.845Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-07-10T23:39:19.486Z | Planning: Evaluating mediators ... Done (4.640s) |
124 | 2024-07-10T23:39:19.495Z | Planning: Planning completed in 8.65 seconds |
125 | 2024-07-10T23:39:19.811Z | Packages to install: 4 |
126 | 2024-07-10T23:39:19.811Z | Mediators to change: 2 |
127 | 2024-07-10T23:39:19.814Z | Services to change: 1 |
128 | 2024-07-10T23:39:19.814Z | Estimated space available: 155.77 GB |
129 | 2024-07-10T23:39:19.814Z | Estimated space to be consumed: 1.46 GB |
130 | 2024-07-10T23:39:19.814Z | Create boot environment: No |
131 | 2024-07-10T23:39:19.814Z | Create backup boot environment: No |
132 | 2024-07-10T23:39:19.814Z | Rebuild boot archive: No |
133 | 2024-07-10T23:39:19.814Z | |
134 | 2024-07-10T23:39:19.814Z | Changed mediators: |
135 | 2024-07-10T23:39:19.814Z | mediator clang: |
136 | 2024-07-10T23:39:19.814Z | version: None -> 15 (system default) |
137 | 2024-07-10T23:39:19.814Z | |
138 | 2024-07-10T23:39:19.814Z | mediator llvm: |
139 | 2024-07-10T23:39:19.814Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-07-10T23:39:19.814Z | |
141 | 2024-07-10T23:39:19.814Z | Changed packages: |
142 | 2024-07-10T23:39:19.815Z | helios-dev |
143 | 2024-07-10T23:39:19.815Z | developer/build-essential |
144 | 2024-07-10T23:39:19.815Z | None -> 11-2.0 |
145 | 2024-07-10T23:39:19.815Z | library/libxmlsec1 |
146 | 2024-07-10T23:39:19.815Z | None -> 1.2.35-2.0 |
147 | 2024-07-10T23:39:19.815Z | ooce/developer/clang-15 |
148 | 2024-07-10T23:39:19.815Z | None -> 15.0.7-2.0 |
149 | 2024-07-10T23:39:19.815Z | ooce/developer/llvm-15 |
150 | 2024-07-10T23:39:19.815Z | None -> 15.0.7-2.0 |
151 | 2024-07-10T23:39:19.815Z | |
152 | 2024-07-10T23:39:19.815Z | Services: |
153 | 2024-07-10T23:39:19.815Z | restart_fmri: |
154 | 2024-07-10T23:39:19.815Z | svc:/system/update-man-index:default |
155 | 2024-07-10T23:39:19.976Z | |
156 | 2024-07-10T23:39:19.976Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-07-10T23:39:24.977Z | Download: 1065/3290 items 19.6/212.6MB 9% complete (4.0M/s) |
158 | 2024-07-10T23:39:30.254Z | Download: 1202/3290 items 83.7/212.6MB 39% complete (8.6M/s) |
159 | 2024-07-10T23:39:35.262Z | Download: 1531/3290 items 115.2/212.6MB 54% complete (9.5M/s) |
160 | 2024-07-10T23:39:42.281Z | Download: 2223/3290 items 119.0/212.6MB 55% complete (3.6M/s) |
161 | 2024-07-10T23:39:47.282Z | Download: 3124/3290 items 141.2/212.6MB 66% complete (2.2M/s) |
162 | 2024-07-10T23:39:54.957Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.5M/s) |
163 | 2024-07-10T23:40:01.259Z | Download: 3286/3290 items 212.3/212.6MB 99% complete (4.6M/s) |
164 | 2024-07-10T23:40:01.306Z | Download: Completed 212.60 MB in 41.32 seconds (5.1M/s) |
165 | 2024-07-10T23:40:01.584Z | Actions: 1/3689 actions (Installing new actions) |
166 | 2024-07-10T23:40:06.638Z | Actions: 3687/3689 actions (Installing new actions) |
167 | 2024-07-10T23:40:06.686Z | Actions: Completed 3689 actions in 5.10 seconds. |
168 | 2024-07-10T23:40:06.909Z | Done (0.218s) |
169 | 2024-07-10T23:40:06.909Z | Done (0.000s) |
170 | 2024-07-10T23:40:07.237Z | Done (0.328s) |
171 | 2024-07-10T23:40:12.421Z | Done (5.026s) |
172 | 2024-07-10T23:40:12.583Z | Done (0.100s) |
173 | 2024-07-10T23:40:12.586Z | Done (0.000s) |
174 | 2024-07-10T23:40:12.750Z | Done (0.000s) |
175 | 2024-07-10T23:40:13.289Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-07-10T23:40:13.458Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-07-10T23:40:13.472Z | Planning: Consolidating action changes ... Done |
178 | 2024-07-10T23:40:13.718Z | Planning: Evaluating mediators ... Done |
179 | 2024-07-10T23:40:13.728Z | Planning: Planning completed in 0.42 seconds |
180 | 2024-07-10T23:40:13.750Z | Mediators to change: 2 |
181 | 2024-07-10T23:40:13.750Z | Create boot environment: No |
182 | 2024-07-10T23:40:13.750Z | Create backup boot environment: No |
183 | 2024-07-10T23:40:13.875Z | Done |
184 | 2024-07-10T23:40:13.875Z | Done |
185 | 2024-07-10T23:40:14.061Z | Done |
186 | 2024-07-10T23:40:17.482Z | Done |
187 | 2024-07-10T23:40:17.561Z | Done |
188 | 2024-07-10T23:40:17.561Z | Done |
189 | 2024-07-10T23:40:17.637Z | Done |
190 | 2024-07-10T23:40:18.230Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-07-10T23:40:18.237Z | Planning: Merging actions ... Done |
192 | 2024-07-10T23:40:18.417Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-07-10T23:40:18.424Z | Planning: Consolidating action changes ... Done |
194 | 2024-07-10T23:40:18.678Z | Planning: Evaluating mediators ... Done |
195 | 2024-07-10T23:40:18.730Z | Planning: Planning completed in 0.74 seconds |
196 | 2024-07-10T23:40:18.765Z | Packages to change: 1 |
197 | 2024-07-10T23:40:18.765Z | Mediators to change: 1 |
198 | 2024-07-10T23:40:18.765Z | Services to change: 1 |
199 | 2024-07-10T23:40:18.770Z | Create boot environment: No |
200 | 2024-07-10T23:40:18.770Z | Create backup boot environment: Yes |
201 | 2024-07-10T23:40:20.815Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2024-07-10T23:40:20.854Z | Actions: Completed 6 actions in 0.04 seconds. |
203 | 2024-07-10T23:40:20.859Z | Done |
204 | 2024-07-10T23:40:20.859Z | Done |
205 | 2024-07-10T23:40:20.921Z | Done |
206 | 2024-07-10T23:40:24.293Z | Done |
207 | 2024-07-10T23:40:24.375Z | Done |
208 | 2024-07-10T23:40:24.378Z | Done |
209 | 2024-07-10T23:40:24.509Z | Done |
210 | 2024-07-10T23:40:24.927Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2024-07-10T23:40:24.927Z | clang system 15 system |
212 | 2024-07-10T23:40:24.927Z | csh system system illumos |
213 | 2024-07-10T23:40:24.927Z | ctags system system illumos |
214 | 2024-07-10T23:40:24.927Z | gcc vendor 12 vendor |
215 | 2024-07-10T23:40:24.927Z | gcc system 10 system |
216 | 2024-07-10T23:40:24.927Z | gcc system 7 system |
217 | 2024-07-10T23:40:24.927Z | go system 1.20 system |
218 | 2024-07-10T23:40:24.927Z | go system 1.19 system |
219 | 2024-07-10T23:40:24.927Z | llvm system 15 system |
220 | 2024-07-10T23:40:24.927Z | llvm system 14 system |
221 | 2024-07-10T23:40:24.927Z | mariadb system 10.6 system |
222 | 2024-07-10T23:40:24.927Z | mta vendor vendor dma |
223 | 2024-07-10T23:40:24.927Z | openjdk system 17 system |
224 | 2024-07-10T23:40:24.927Z | openjdk system 11 system |
225 | 2024-07-10T23:40:24.927Z | openjdk system 1.8 system |
226 | 2024-07-10T23:40:24.927Z | openssl vendor 3 vendor |
227 | 2024-07-10T23:40:24.927Z | perl system 5.36 system |
228 | 2024-07-10T23:40:24.927Z | postgresql system 15 system |
229 | 2024-07-10T23:40:24.927Z | postgresql system 13 system |
230 | 2024-07-10T23:40:24.928Z | python vendor 3 vendor |
231 | 2024-07-10T23:40:24.928Z | python system 2 system |
232 | 2024-07-10T23:40:24.928Z | python3 system 3.11 system |
233 | 2024-07-10T23:40:24.928Z | ruby system 3.0 system |
234 | 2024-07-10T23:40:24.928Z | words vendor vendor american-english |
235 | 2024-07-10T23:40:24.928Z | words system system australian-english |
236 | 2024-07-10T23:40:24.928Z | words system system british-english |
237 | 2024-07-10T23:40:24.928Z | words system system canadian-english |
238 | 2024-07-10T23:40:24.928Z | words system system french |
239 | 2024-07-10T23:40:24.928Z | words system system italian |
240 | 2024-07-10T23:40:24.928Z | words system system ngerman |
241 | 2024-07-10T23:40:24.928Z | words system system ogerman |
242 | 2024-07-10T23:40:24.928Z | words system system spanish |
243 | 2024-07-10T23:40:25.244Z | PUBLISHER TYPE STATUS P LOCATION |
244 | 2024-07-10T23:40:25.244Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
245 | 2024-07-10T23:40:26.772Z | FMRI IFO |
246 | 2024-07-10T23:40:26.773Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2024-07-10T23:40:26.773Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2024-07-10T23:40:26.773Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2024-07-10T23:40:26.773Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2024-07-10T23:40:26.773Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
251 | 2024-07-10T23:40:26.774Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2024-07-10T23:40:26.774Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
253 | 2024-07-10T23:40:26.774Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2024-07-10T23:40:26.774Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
255 | 2024-07-10T23:40:26.774Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2024-07-10T23:40:26.774Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
257 | 2024-07-10T23:40:26.774Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
258 | 2024-07-10T23:40:27.253Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
259 | 2024-07-10T23:40:27.534Z | Updating git repository `https://github.com/oxidecomputer/zone` |
260 | 2024-07-10T23:40:27.830Z | Updating crates.io index |
261 | 2024-07-10T23:40:27.889Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
262 | 2024-07-10T23:40:28.658Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
263 | 2024-07-10T23:40:29.346Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
264 | 2024-07-10T23:40:29.590Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
265 | 2024-07-10T23:40:31.774Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
266 | 2024-07-10T23:40:32.234Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
267 | 2024-07-10T23:40:32.487Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
268 | 2024-07-10T23:40:33.439Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
269 | 2024-07-10T23:40:35.574Z | Updating git repository `https://github.com/oxidecomputer/opte` |
270 | 2024-07-10T23:40:36.636Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
271 | 2024-07-10T23:40:37.275Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
272 | 2024-07-10T23:40:37.852Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
273 | 2024-07-10T23:40:38.114Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
274 | 2024-07-10T23:40:38.409Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
275 | 2024-07-10T23:40:38.672Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
276 | 2024-07-10T23:40:39.010Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
277 | 2024-07-10T23:40:39.310Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
278 | 2024-07-10T23:40:39.532Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
279 | 2024-07-10T23:40:39.748Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
280 | 2024-07-10T23:40:40.164Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
281 | 2024-07-10T23:40:40.464Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
282 | 2024-07-10T23:40:40.858Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
283 | 2024-07-10T23:40:41.089Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
284 | 2024-07-10T23:40:41.638Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
285 | 2024-07-10T23:40:41.902Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
286 | 2024-07-10T23:40:42.190Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
287 | 2024-07-10T23:40:42.577Z | Updating git repository `https://github.com/oxidecomputer/typify` |
288 | 2024-07-10T23:40:45.372Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
289 | 2024-07-10T23:40:45.715Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
290 | 2024-07-10T23:40:45.971Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
291 | 2024-07-10T23:40:46.348Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
292 | 2024-07-10T23:40:47.406Z | Downloading crates ... |
293 | 2024-07-10T23:40:47.458Z | Downloaded adler v1.0.2 |
294 | 2024-07-10T23:40:47.466Z | Downloaded anstream v0.6.14 |
295 | 2024-07-10T23:40:47.468Z | Downloaded form_urlencoded v1.2.1 |
296 | 2024-07-10T23:40:47.471Z | Downloaded dirs-next v2.0.0 |
297 | 2024-07-10T23:40:47.471Z | Downloaded generic-array v0.14.7 |
298 | 2024-07-10T23:40:47.474Z | Downloaded block-buffer v0.10.4 |
299 | 2024-07-10T23:40:47.477Z | Downloaded is-terminal v0.4.12 |
300 | 2024-07-10T23:40:47.486Z | Downloaded foreign-types v0.3.2 |
301 | 2024-07-10T23:40:47.489Z | Downloaded proc-macro-error-attr v1.0.4 |
302 | 2024-07-10T23:40:47.492Z | Downloaded pin-project-lite v0.2.14 |
303 | 2024-07-10T23:40:47.500Z | Downloaded strum v0.26.2 |
304 | 2024-07-10T23:40:47.502Z | Downloaded scroll_derive v0.12.0 |
305 | 2024-07-10T23:40:47.502Z | Downloaded openssl-probe v0.1.5 |
306 | 2024-07-10T23:40:47.502Z | Downloaded tinyvec_macros v0.1.1 |
307 | 2024-07-10T23:40:47.502Z | Downloaded errno v0.3.9 |
308 | 2024-07-10T23:40:47.505Z | Downloaded usdt-attr-macro v0.5.0 |
309 | 2024-07-10T23:40:47.505Z | Downloaded http-body v0.4.6 |
310 | 2024-07-10T23:40:47.505Z | Downloaded hostname v0.3.1 |
311 | 2024-07-10T23:40:47.508Z | Downloaded heck v0.4.1 |
312 | 2024-07-10T23:40:47.508Z | Downloaded want v0.3.1 |
313 | 2024-07-10T23:40:47.511Z | Downloaded take_mut v0.2.2 |
314 | 2024-07-10T23:40:47.511Z | Downloaded hyper-tls v0.5.0 |
315 | 2024-07-10T23:40:47.511Z | Downloaded futures-task v0.3.30 |
316 | 2024-07-10T23:40:47.514Z | Downloaded ryu v1.0.18 |
317 | 2024-07-10T23:40:47.517Z | Downloaded memmap v0.7.0 |
318 | 2024-07-10T23:40:47.517Z | Downloaded futures-core v0.3.30 |
319 | 2024-07-10T23:40:47.517Z | Downloaded deranged v0.3.11 |
320 | 2024-07-10T23:40:47.521Z | Downloaded scopeguard v1.2.0 |
321 | 2024-07-10T23:40:47.521Z | Downloaded rustversion v1.0.17 |
322 | 2024-07-10T23:40:47.524Z | Downloaded openssl-macros v0.1.1 |
323 | 2024-07-10T23:40:47.524Z | Downloaded usdt-macro v0.5.0 |
324 | 2024-07-10T23:40:47.524Z | Downloaded is_terminal_polyfill v1.70.0 |
325 | 2024-07-10T23:40:47.524Z | Downloaded rustls-pemfile v1.0.4 |
326 | 2024-07-10T23:40:47.529Z | Downloaded macaddr v1.0.1 |
327 | 2024-07-10T23:40:47.533Z | Downloaded time-core v0.1.2 |
328 | 2024-07-10T23:40:47.533Z | Downloaded toml_datetime v0.6.6 |
329 | 2024-07-10T23:40:47.533Z | Downloaded signal-hook-registry v1.4.2 |
330 | 2024-07-10T23:40:47.533Z | Downloaded pest_generator v2.7.10 |
331 | 2024-07-10T23:40:47.536Z | Downloaded num_cpus v1.16.0 |
332 | 2024-07-10T23:40:47.536Z | Downloaded cfg-if v1.0.0 |
333 | 2024-07-10T23:40:47.536Z | Downloaded plain v0.2.3 |
334 | 2024-07-10T23:40:47.539Z | Downloaded xattr v1.3.1 |
335 | 2024-07-10T23:40:47.539Z | Downloaded lock_api v0.4.12 |
336 | 2024-07-10T23:40:47.542Z | Downloaded tower-service v0.3.2 |
337 | 2024-07-10T23:40:47.542Z | Downloaded slog-bunyan v2.5.0 |
338 | 2024-07-10T23:40:47.542Z | Downloaded serde_urlencoded v0.7.1 |
339 | 2024-07-10T23:40:47.546Z | Downloaded thiserror v1.0.60 |
340 | 2024-07-10T23:40:47.550Z | Downloaded scroll v0.12.0 |
341 | 2024-07-10T23:40:47.550Z | Downloaded powerfmt v0.2.0 |
342 | 2024-07-10T23:40:47.552Z | Downloaded semver v1.0.23 |
343 | 2024-07-10T23:40:47.552Z | Downloaded try-lock v0.2.5 |
344 | 2024-07-10T23:40:47.556Z | Downloaded num-conv v0.1.0 |
345 | 2024-07-10T23:40:47.556Z | Downloaded num_threads v0.1.7 |
346 | 2024-07-10T23:40:47.556Z | Downloaded match_cfg v0.1.0 |
347 | 2024-07-10T23:40:47.556Z | Downloaded sync_wrapper v0.1.2 |
348 | 2024-07-10T23:40:47.558Z | Downloaded equivalent v1.0.1 |
349 | 2024-07-10T23:40:47.558Z | Downloaded parking_lot_core v0.9.10 |
350 | 2024-07-10T23:40:47.561Z | Downloaded pretty-hex v0.4.1 |
351 | 2024-07-10T23:40:47.561Z | Downloaded dtrace-parser v0.2.0 |
352 | 2024-07-10T23:40:47.561Z | Downloaded quote v1.0.36 |
353 | 2024-07-10T23:40:47.564Z | Downloaded proc-macro2 v1.0.86 |
354 | 2024-07-10T23:40:47.566Z | Downloaded byteorder v1.5.0 |
355 | 2024-07-10T23:40:47.567Z | Downloaded thread_local v1.1.8 |
356 | 2024-07-10T23:40:47.569Z | Downloaded time-macros v0.2.18 |
357 | 2024-07-10T23:40:47.572Z | Downloaded heck v0.5.0 |
358 | 2024-07-10T23:40:47.572Z | Downloaded autocfg v1.3.0 |
359 | 2024-07-10T23:40:47.575Z | Downloaded zerocopy-derive v0.7.34 |
360 | 2024-07-10T23:40:47.577Z | Downloaded term v0.7.0 |
361 | 2024-07-10T23:40:47.581Z | Downloaded slog-term v2.9.1 |
362 | 2024-07-10T23:40:47.587Z | Downloaded tokio-native-tls v0.3.1 |
363 | 2024-07-10T23:40:47.587Z | Downloaded thiserror-impl v1.0.60 |
364 | 2024-07-10T23:40:47.587Z | Downloaded serde_tokenstream v0.2.1 |
365 | 2024-07-10T23:40:47.590Z | Downloaded terminal_size v0.3.0 |
366 | 2024-07-10T23:40:47.590Z | Downloaded pkg-config v0.3.30 |
367 | 2024-07-10T23:40:47.590Z | Downloaded version_check v0.9.4 |
368 | 2024-07-10T23:40:47.593Z | Downloaded utf8parse v0.2.1 |
369 | 2024-07-10T23:40:47.593Z | Downloaded futures-sink v0.3.30 |
370 | 2024-07-10T23:40:47.593Z | Downloaded slog-json v2.6.1 |
371 | 2024-07-10T23:40:47.593Z | Downloaded usdt v0.5.0 |
372 | 2024-07-10T23:40:47.596Z | Downloaded percent-encoding v2.3.1 |
373 | 2024-07-10T23:40:47.596Z | Downloaded anstyle-query v1.0.3 |
374 | 2024-07-10T23:40:47.596Z | Downloaded smallvec v1.13.2 |
375 | 2024-07-10T23:40:47.600Z | Downloaded fnv v1.0.7 |
376 | 2024-07-10T23:40:47.600Z | Downloaded sha2 v0.10.8 |
377 | 2024-07-10T23:40:47.603Z | Downloaded futures-macro v0.3.30 |
378 | 2024-07-10T23:40:47.603Z | Downloaded socket2 v0.5.7 |
379 | 2024-07-10T23:40:47.606Z | Downloaded typenum v1.17.0 |
380 | 2024-07-10T23:40:47.609Z | Downloaded native-tls v0.2.11 |
381 | 2024-07-10T23:40:47.609Z | Downloaded usdt-impl v0.5.0 |
382 | 2024-07-10T23:40:47.613Z | Downloaded pest_derive v2.7.10 |
383 | 2024-07-10T23:40:47.613Z | Downloaded strsim v0.11.1 |
384 | 2024-07-10T23:40:47.616Z | Downloaded dirs-sys-next v0.1.2 |
385 | 2024-07-10T23:40:47.616Z | Downloaded strum_macros v0.26.4 |
386 | 2024-07-10T23:40:47.616Z | Downloaded papergrid v0.11.0 |
387 | 2024-07-10T23:40:47.619Z | Downloaded futures-channel v0.3.30 |
388 | 2024-07-10T23:40:47.622Z | Downloaded camino v1.1.7 |
389 | 2024-07-10T23:40:47.624Z | Downloaded ucd-trie v0.1.6 |
390 | 2024-07-10T23:40:47.624Z | Downloaded tinyvec v1.6.0 |
391 | 2024-07-10T23:40:47.627Z | Downloaded unicode-bidi v0.3.15 |
392 | 2024-07-10T23:40:47.630Z | Downloaded unicode-ident v1.0.12 |
393 | 2024-07-10T23:40:47.633Z | Downloaded fs-err v2.11.0 |
394 | 2024-07-10T23:40:47.636Z | Downloaded cargo_metadata v0.18.1 |
395 | 2024-07-10T23:40:47.636Z | Downloaded slab v0.4.9 |
396 | 2024-07-10T23:40:47.636Z | Downloaded tar v0.4.40 |
397 | 2024-07-10T23:40:47.641Z | Downloaded tracing-core v0.1.32 |
398 | 2024-07-10T23:40:47.645Z | Downloaded url v2.5.0 |
399 | 2024-07-10T23:40:47.645Z | Downloaded toml v0.8.14 |
400 | 2024-07-10T23:40:47.648Z | Downloaded log v0.4.21 |
401 | 2024-07-10T23:40:47.651Z | Downloaded indexmap v2.2.6 |
402 | 2024-07-10T23:40:47.653Z | Downloaded parking_lot v0.12.2 |
403 | 2024-07-10T23:40:47.656Z | Downloaded flate2 v1.0.30 |
404 | 2024-07-10T23:40:47.659Z | Downloaded httparse v1.8.0 |
405 | 2024-07-10T23:40:47.662Z | Downloaded clap_derive v4.5.4 |
406 | 2024-07-10T23:40:47.664Z | Downloaded clap v4.5.4 |
407 | 2024-07-10T23:40:47.670Z | Downloaded pest_meta v2.7.10 |
408 | 2024-07-10T23:40:47.673Z | Downloaded tracing v0.1.40 |
409 | 2024-07-10T23:40:47.677Z | Downloaded serde v1.0.204 |
410 | 2024-07-10T23:40:47.680Z | Downloaded crossbeam-channel v0.5.12 |
411 | 2024-07-10T23:40:47.685Z | Downloaded toml_edit v0.22.14 |
412 | 2024-07-10T23:40:47.704Z | Downloaded time v0.3.36 |
413 | 2024-07-10T23:40:47.710Z | Downloaded unicode-normalization v0.1.23 |
414 | 2024-07-10T23:40:47.714Z | Downloaded tokio-util v0.7.11 |
415 | 2024-07-10T23:40:47.718Z | Downloaded reqwest v0.11.27 |
416 | 2024-07-10T23:40:47.726Z | Downloaded serde_json v1.0.120 |
417 | 2024-07-10T23:40:47.736Z | Downloaded zerocopy v0.7.34 |
418 | 2024-07-10T23:40:47.747Z | Downloaded tabled v0.15.0 |
419 | 2024-07-10T23:40:47.761Z | Downloaded syn v2.0.68 |
420 | 2024-07-10T23:40:47.771Z | Downloaded vcpkg v0.2.15 |
421 | 2024-07-10T23:40:47.806Z | Downloaded rustix v0.38.34 |
422 | 2024-07-10T23:40:47.826Z | Downloaded unicode-width v0.1.13 |
423 | 2024-07-10T23:40:47.835Z | Downloaded openssl v0.10.64 |
424 | 2024-07-10T23:40:47.841Z | Downloaded tokio v1.38.0 |
425 | 2024-07-10T23:40:47.874Z | Downloaded idna v0.5.0 |
426 | 2024-07-10T23:40:47.879Z | Downloaded hyper v0.14.28 |
427 | 2024-07-10T23:40:47.888Z | Downloaded goblin v0.8.2 |
428 | 2024-07-10T23:40:47.892Z | Downloaded syn v1.0.109 |
429 | 2024-07-10T23:40:47.902Z | Downloaded hashbrown v0.14.5 |
430 | 2024-07-10T23:40:47.906Z | Downloaded libc v0.2.155 |
431 | 2024-07-10T23:40:47.929Z | Downloaded futures-util v0.3.30 |
432 | 2024-07-10T23:40:47.948Z | Downloaded h2 v0.3.26 |
433 | 2024-07-10T23:40:47.951Z | Downloaded clap_builder v4.5.2 |
434 | 2024-07-10T23:40:47.951Z | Downloaded winnow v0.6.8 |
435 | 2024-07-10T23:40:47.960Z | Downloaded pest v2.7.10 |
436 | 2024-07-10T23:40:47.964Z | Downloaded encoding_rs v0.8.34 |
437 | 2024-07-10T23:40:47.980Z | Downloaded memchr v2.7.2 |
438 | 2024-07-10T23:40:47.984Z | Downloaded http v0.2.12 |
439 | 2024-07-10T23:40:47.988Z | Downloaded openssl-sys v0.9.102 |
440 | 2024-07-10T23:40:47.992Z | Downloaded mio v0.8.11 |
441 | 2024-07-10T23:40:48.000Z | Downloaded crossbeam-utils v0.8.19 |
442 | 2024-07-10T23:40:48.002Z | Downloaded cc v1.0.97 |
443 | 2024-07-10T23:40:48.002Z | Downloaded base64 v0.21.7 |
444 | 2024-07-10T23:40:48.005Z | Downloaded ipnet v2.9.0 |
445 | 2024-07-10T23:40:48.008Z | Downloaded bitflags v2.5.0 |
446 | 2024-07-10T23:40:48.010Z | Downloaded serde_derive v1.0.204 |
447 | 2024-07-10T23:40:48.013Z | Downloaded miniz_oxide v0.7.2 |
448 | 2024-07-10T23:40:48.013Z | Downloaded bytes v1.6.0 |
449 | 2024-07-10T23:40:48.016Z | Downloaded slog v2.7.0 |
450 | 2024-07-10T23:40:48.019Z | Downloaded pin-utils v0.1.0 |
451 | 2024-07-10T23:40:48.022Z | Downloaded mime v0.3.17 |
452 | 2024-07-10T23:40:48.022Z | Downloaded colorchoice v1.0.1 |
453 | 2024-07-10T23:40:48.022Z | Downloaded digest v0.10.7 |
454 | 2024-07-10T23:40:48.024Z | Downloaded filetime v0.2.23 |
455 | 2024-07-10T23:40:48.024Z | Downloaded futures-executor v0.3.30 |
456 | 2024-07-10T23:40:48.031Z | Downloaded crc32fast v1.4.0 |
457 | 2024-07-10T23:40:48.031Z | Downloaded tabled_derive v0.7.0 |
458 | 2024-07-10T23:40:48.031Z | Downloaded slog-async v2.8.0 |
459 | 2024-07-10T23:40:48.034Z | Downloaded futures v0.3.30 |
460 | 2024-07-10T23:40:48.034Z | Downloaded once_cell v1.19.0 |
461 | 2024-07-10T23:40:48.036Z | Downloaded anyhow v1.0.86 |
462 | 2024-07-10T23:40:48.039Z | Downloaded anstyle v1.0.7 |
463 | 2024-07-10T23:40:48.039Z | Downloaded thread-id v4.2.1 |
464 | 2024-07-10T23:40:48.041Z | Downloaded bytecount v0.6.8 |
465 | 2024-07-10T23:40:48.041Z | Downloaded proc-macro-error v1.0.4 |
466 | 2024-07-10T23:40:48.044Z | Downloaded cargo_toml v0.20.3 |
467 | 2024-07-10T23:40:48.046Z | Downloaded serde_spanned v0.6.6 |
468 | 2024-07-10T23:40:48.046Z | Downloaded tokio-macros v2.3.0 |
469 | 2024-07-10T23:40:48.049Z | Downloaded futures-io v0.3.30 |
470 | 2024-07-10T23:40:48.049Z | Downloaded dof v0.3.0 |
471 | 2024-07-10T23:40:48.049Z | Downloaded cargo-platform v0.1.8 |
472 | 2024-07-10T23:40:48.049Z | Downloaded clap_lex v0.7.0 |
473 | 2024-07-10T23:40:48.054Z | Downloaded swrite v0.1.0 |
474 | 2024-07-10T23:40:48.054Z | Downloaded anstyle-parse v0.2.4 |
475 | 2024-07-10T23:40:48.056Z | Downloaded httpdate v1.0.3 |
476 | 2024-07-10T23:40:48.056Z | Downloaded foreign-types-shared v0.1.1 |
477 | 2024-07-10T23:40:48.056Z | Downloaded crypto-common v0.1.6 |
478 | 2024-07-10T23:40:48.056Z | Downloaded itoa v1.0.11 |
479 | 2024-07-10T23:40:48.056Z | Downloaded cpufeatures v0.2.12 |
480 | 2024-07-10T23:40:48.342Z | Compiling proc-macro2 v1.0.86 |
481 | 2024-07-10T23:40:48.342Z | Compiling unicode-ident v1.0.12 |
482 | 2024-07-10T23:40:48.342Z | Compiling libc v0.2.155 |
483 | 2024-07-10T23:40:48.345Z | Compiling version_check v0.9.4 |
484 | 2024-07-10T23:40:48.345Z | Compiling cfg-if v1.0.0 |
485 | 2024-07-10T23:40:48.345Z | Compiling once_cell v1.19.0 |
486 | 2024-07-10T23:40:48.345Z | Compiling itoa v1.0.11 |
487 | 2024-07-10T23:40:48.375Z | Compiling serde v1.0.204 |
488 | 2024-07-10T23:40:48.566Z | Compiling autocfg v1.3.0 |
489 | 2024-07-10T23:40:48.616Z | Compiling memchr v2.7.2 |
490 | 2024-07-10T23:40:48.639Z | Compiling thiserror v1.0.60 |
491 | 2024-07-10T23:40:48.827Z | Compiling ryu v1.0.18 |
492 | 2024-07-10T23:40:49.108Z | Compiling pin-project-lite v0.2.14 |
493 | 2024-07-10T23:40:49.136Z | Compiling bitflags v2.5.0 |
494 | 2024-07-10T23:40:49.199Z | Compiling ucd-trie v0.1.6 |
495 | 2024-07-10T23:40:49.329Z | Compiling lock_api v0.4.12 |
496 | 2024-07-10T23:40:49.465Z | Compiling parking_lot_core v0.9.10 |
497 | 2024-07-10T23:40:49.681Z | Compiling cc v1.0.97 |
498 | 2024-07-10T23:40:49.956Z | Compiling pkg-config v0.3.30 |
499 | 2024-07-10T23:40:50.598Z | Compiling vcpkg v0.2.15 |
500 | 2024-07-10T23:40:50.763Z | Compiling slab v0.4.9 |
501 | 2024-07-10T23:40:50.872Z | Compiling scopeguard v1.2.0 |
502 | 2024-07-10T23:40:50.897Z | Compiling futures-sink v0.3.30 |
503 | 2024-07-10T23:40:51.021Z | Compiling bytes v1.6.0 |
504 | 2024-07-10T23:40:51.087Z | Compiling smallvec v1.13.2 |
505 | 2024-07-10T23:40:51.246Z | Compiling futures-core v0.3.30 |
506 | 2024-07-10T23:40:51.626Z | Compiling hashbrown v0.14.5 |
507 | 2024-07-10T23:40:51.653Z | Compiling fnv v1.0.7 |
508 | 2024-07-10T23:40:51.781Z | Compiling quote v1.0.36 |
509 | 2024-07-10T23:40:52.272Z | Compiling syn v2.0.68 |
510 | 2024-07-10T23:40:52.311Z | Compiling log v0.4.21 |
511 | 2024-07-10T23:40:52.509Z | Compiling byteorder v1.5.0 |
512 | 2024-07-10T23:40:52.647Z | Compiling equivalent v1.0.1 |
513 | 2024-07-10T23:40:52.706Z | Compiling serde_json v1.0.120 |
514 | 2024-07-10T23:40:52.750Z | Compiling parking_lot v0.12.2 |
515 | 2024-07-10T23:40:52.776Z | Compiling mio v0.8.11 |
516 | 2024-07-10T23:40:52.799Z | Compiling signal-hook-registry v1.4.2 |
517 | 2024-07-10T23:40:52.801Z | Compiling openssl-sys v0.9.102 |
518 | 2024-07-10T23:40:52.943Z | Compiling indexmap v2.2.6 |
519 | 2024-07-10T23:40:52.968Z | Compiling socket2 v0.5.7 |
520 | 2024-07-10T23:40:53.028Z | Compiling num_cpus v1.16.0 |
521 | 2024-07-10T23:40:53.429Z | Compiling futures-channel v0.3.30 |
522 | 2024-07-10T23:40:53.679Z | Compiling pin-utils v0.1.0 |
523 | 2024-07-10T23:40:53.772Z | Compiling futures-io v0.3.30 |
524 | 2024-07-10T23:40:53.840Z | Compiling rustix v0.38.34 |
525 | 2024-07-10T23:40:53.921Z | Compiling futures-task v0.3.30 |
526 | 2024-07-10T23:40:53.943Z | Compiling typenum v1.17.0 |
527 | 2024-07-10T23:40:54.112Z | Compiling errno v0.3.9 |
528 | 2024-07-10T23:40:54.187Z | Compiling generic-array v0.14.7 |
529 | 2024-07-10T23:40:54.256Z | Compiling foreign-types-shared v0.1.1 |
530 | 2024-07-10T23:40:54.318Z | Compiling openssl v0.10.64 |
531 | 2024-07-10T23:40:54.360Z | Compiling slog v2.7.0 |
532 | 2024-07-10T23:40:54.560Z | Compiling foreign-types v0.3.2 |
533 | 2024-07-10T23:40:54.669Z | Compiling http v0.2.12 |
534 | 2024-07-10T23:40:54.691Z | Compiling usdt-impl v0.5.0 |
535 | 2024-07-10T23:40:54.931Z | Compiling proc-macro-error-attr v1.0.4 |
536 | 2024-07-10T23:40:54.976Z | Compiling tracing-core v0.1.32 |
537 | 2024-07-10T23:40:55.174Z | Compiling tinyvec_macros v0.1.1 |
538 | 2024-07-10T23:40:55.267Z | Compiling syn v1.0.109 |
539 | 2024-07-10T23:40:55.468Z | Compiling powerfmt v0.2.0 |
540 | 2024-07-10T23:40:55.860Z | Compiling time-core v0.1.2 |
541 | 2024-07-10T23:40:55.883Z | Compiling httparse v1.8.0 |
542 | 2024-07-10T23:40:56.022Z | Compiling num-conv v0.1.0 |
543 | 2024-07-10T23:40:56.240Z | Compiling native-tls v0.2.11 |
544 | 2024-07-10T23:40:56.277Z | Compiling time-macros v0.2.18 |
545 | 2024-07-10T23:40:56.442Z | Compiling deranged v0.3.11 |
546 | 2024-07-10T23:40:56.532Z | Compiling tracing v0.1.40 |
547 | 2024-07-10T23:40:56.948Z | Compiling thread-id v4.2.1 |
548 | 2024-07-10T23:40:56.998Z | Compiling tinyvec v1.6.0 |
549 | 2024-07-10T23:40:57.364Z | Compiling proc-macro-error v1.0.4 |
550 | 2024-07-10T23:40:57.634Z | Compiling utf8parse v0.2.1 |
551 | 2024-07-10T23:40:57.693Z | Compiling openssl-probe v0.1.5 |
552 | 2024-07-10T23:40:57.788Z | Compiling heck v0.5.0 |
553 | 2024-07-10T23:40:58.047Z | Compiling crossbeam-utils v0.8.19 |
554 | 2024-07-10T23:40:58.149Z | Compiling try-lock v0.2.5 |
555 | 2024-07-10T23:40:58.292Z | Compiling plain v0.2.3 |
556 | 2024-07-10T23:40:58.296Z | Compiling num_threads v0.1.7 |
557 | 2024-07-10T23:40:58.315Z | Compiling rustversion v1.0.17 |
558 | 2024-07-10T23:40:58.396Z | Compiling percent-encoding v2.3.1 |
559 | 2024-07-10T23:40:58.421Z | Compiling unicode-normalization v0.1.23 |
560 | 2024-07-10T23:40:58.442Z | Compiling want v0.3.1 |
561 | 2024-07-10T23:40:58.444Z | Compiling anstyle-parse v0.2.4 |
562 | 2024-07-10T23:40:58.663Z | Compiling form_urlencoded v1.2.1 |
563 | 2024-07-10T23:40:58.959Z | Compiling http-body v0.4.6 |
564 | 2024-07-10T23:40:59.086Z | Compiling dirs-sys-next v0.1.2 |
565 | 2024-07-10T23:40:59.430Z | Compiling anstyle v1.0.7 |
566 | 2024-07-10T23:40:59.566Z | Compiling is_terminal_polyfill v1.70.0 |
567 | 2024-07-10T23:40:59.661Z | Compiling anstyle-query v1.0.3 |
568 | 2024-07-10T23:40:59.687Z | Compiling time v0.3.36 |
569 | 2024-07-10T23:40:59.707Z | Compiling crc32fast v1.4.0 |
570 | 2024-07-10T23:40:59.710Z | Compiling colorchoice v1.0.1 |
571 | 2024-07-10T23:40:59.710Z | Compiling winnow v0.6.8 |
572 | 2024-07-10T23:40:59.797Z | Compiling semver v1.0.23 |
573 | 2024-07-10T23:40:59.861Z | Compiling pretty-hex v0.4.1 |
574 | 2024-07-10T23:40:59.886Z | Compiling tower-service v0.3.2 |
575 | 2024-07-10T23:41:00.027Z | Compiling unicode-bidi v0.3.15 |
576 | 2024-07-10T23:41:00.081Z | Compiling camino v1.1.7 |
577 | 2024-07-10T23:41:00.208Z | Compiling httpdate v1.0.3 |
578 | 2024-07-10T23:41:00.448Z | Compiling anstream v0.6.14 |
579 | 2024-07-10T23:41:00.789Z | Compiling idna v0.5.0 |
580 | 2024-07-10T23:41:00.834Z | Compiling dirs-next v2.0.0 |
581 | 2024-07-10T23:41:01.589Z | Compiling block-buffer v0.10.4 |
582 | 2024-07-10T23:41:02.372Z | Compiling crypto-common v0.1.6 |
583 | 2024-07-10T23:41:02.486Z | Compiling terminal_size v0.3.0 |
584 | 2024-07-10T23:41:02.559Z | Compiling fs-err v2.11.0 |
585 | 2024-07-10T23:41:02.583Z | Compiling thread_local v1.1.8 |
586 | 2024-07-10T23:41:02.632Z | Compiling bytecount v0.6.8 |
587 | 2024-07-10T23:41:02.671Z | Compiling unicode-width v0.1.13 |
588 | 2024-07-10T23:41:02.819Z | Compiling base64 v0.21.7 |
589 | 2024-07-10T23:41:02.853Z | Compiling strsim v0.11.1 |
590 | 2024-07-10T23:41:02.901Z | Compiling heck v0.4.1 |
591 | 2024-07-10T23:41:03.130Z | Compiling anyhow v1.0.86 |
592 | 2024-07-10T23:41:03.369Z | Compiling match_cfg v0.1.0 |
593 | 2024-07-10T23:41:03.465Z | Compiling clap_lex v0.7.0 |
594 | 2024-07-10T23:41:03.515Z | Compiling adler v1.0.2 |
595 | 2024-07-10T23:41:03.576Z | Compiling slog-async v2.8.0 |
596 | 2024-07-10T23:41:03.600Z | Compiling hostname v0.3.1 |
597 | 2024-07-10T23:41:03.728Z | Compiling clap_builder v4.5.2 |
598 | 2024-07-10T23:41:03.793Z | Compiling miniz_oxide v0.7.2 |
599 | 2024-07-10T23:41:03.853Z | Compiling rustls-pemfile v1.0.4 |
600 | 2024-07-10T23:41:03.877Z | Compiling papergrid v0.11.0 |
601 | 2024-07-10T23:41:04.105Z | Compiling digest v0.10.7 |
602 | 2024-07-10T23:41:04.127Z | Compiling crossbeam-channel v0.5.12 |
603 | 2024-07-10T23:41:04.286Z | Compiling url v2.5.0 |
604 | 2024-07-10T23:41:04.568Z | Compiling term v0.7.0 |
605 | 2024-07-10T23:41:05.371Z | Compiling serde_derive v1.0.204 |
606 | 2024-07-10T23:41:05.392Z | Compiling thiserror-impl v1.0.60 |
607 | 2024-07-10T23:41:05.579Z | Compiling zerocopy-derive v0.7.34 |
608 | 2024-07-10T23:41:05.643Z | Compiling futures-macro v0.3.30 |
609 | 2024-07-10T23:41:06.168Z | Compiling tokio-macros v2.3.0 |
610 | 2024-07-10T23:41:06.196Z | Compiling scroll_derive v0.12.0 |
611 | 2024-07-10T23:41:07.714Z | Compiling openssl-macros v0.1.1 |
612 | 2024-07-10T23:41:07.783Z | Compiling futures-util v0.3.30 |
613 | 2024-07-10T23:41:07.920Z | Compiling tokio v1.38.0 |
614 | 2024-07-10T23:41:07.952Z | Compiling zerocopy v0.7.34 |
615 | 2024-07-10T23:41:08.278Z | Compiling scroll v0.12.0 |
616 | 2024-07-10T23:41:08.825Z | Compiling goblin v0.8.2 |
617 | 2024-07-10T23:41:08.890Z | Compiling pest v2.7.10 |
618 | 2024-07-10T23:41:09.606Z | Compiling tabled_derive v0.7.0 |
619 | 2024-07-10T23:41:11.873Z | Compiling pest_meta v2.7.10 |
620 | 2024-07-10T23:41:12.198Z | Compiling clap_derive v4.5.4 |
621 | 2024-07-10T23:41:13.391Z | Compiling pest_generator v2.7.10 |
622 | 2024-07-10T23:41:14.040Z | Compiling futures-executor v0.3.30 |
623 | 2024-07-10T23:41:16.086Z | Compiling tokio-util v0.7.11 |
624 | 2024-07-10T23:41:17.230Z | Compiling pest_derive v2.7.10 |
625 | 2024-07-10T23:41:17.279Z | Compiling h2 v0.3.26 |
626 | 2024-07-10T23:41:17.472Z | Compiling tokio-native-tls v0.3.1 |
627 | 2024-07-10T23:41:17.495Z | Compiling strum_macros v0.26.4 |
628 | 2024-07-10T23:41:17.747Z | Compiling xattr v1.3.1 |
629 | 2024-07-10T23:41:18.023Z | Compiling dtrace-parser v0.2.0 |
630 | 2024-07-10T23:41:18.060Z | Compiling filetime v0.2.23 |
631 | 2024-07-10T23:41:18.425Z | Compiling memmap v0.7.0 |
632 | 2024-07-10T23:41:18.813Z | Compiling is-terminal v0.4.12 |
633 | 2024-07-10T23:41:18.947Z | Compiling encoding_rs v0.8.34 |
634 | 2024-07-10T23:41:19.380Z | Compiling ipnet v2.9.0 |
635 | 2024-07-10T23:41:20.469Z | Compiling toml_datetime v0.6.6 |
636 | 2024-07-10T23:41:20.691Z | Compiling serde_spanned v0.6.6 |
637 | 2024-07-10T23:41:20.960Z | Compiling serde_tokenstream v0.2.1 |
638 | 2024-07-10T23:41:21.131Z | Compiling toml_edit v0.22.14 |
639 | 2024-07-10T23:41:22.271Z | Compiling dof v0.3.0 |
640 | 2024-07-10T23:41:23.079Z | Compiling hyper v0.14.28 |
641 | 2024-07-10T23:41:23.518Z | Compiling slog-json v2.6.1 |
642 | 2024-07-10T23:41:23.890Z | Compiling cargo-platform v0.1.8 |
643 | 2024-07-10T23:41:24.111Z | Compiling toml v0.8.14 |
644 | 2024-07-10T23:41:24.502Z | Compiling serde_urlencoded v0.7.1 |
645 | 2024-07-10T23:41:24.757Z | Compiling take_mut v0.2.2 |
646 | 2024-07-10T23:41:24.820Z | Compiling sync_wrapper v0.1.2 |
647 | 2024-07-10T23:41:24.907Z | Compiling mime v0.3.17 |
648 | 2024-07-10T23:41:24.950Z | Compiling cpufeatures v0.2.12 |
649 | 2024-07-10T23:41:25.061Z | Compiling sha2 v0.10.8 |
650 | 2024-07-10T23:41:25.084Z | Compiling cargo_toml v0.20.3 |
651 | 2024-07-10T23:41:25.544Z | Compiling cargo_metadata v0.18.1 |
652 | 2024-07-10T23:41:25.549Z | Compiling usdt-macro v0.5.0 |
653 | 2024-07-10T23:41:25.584Z | Compiling usdt-attr-macro v0.5.0 |
654 | 2024-07-10T23:41:26.933Z | Compiling hyper-tls v0.5.0 |
655 | 2024-07-10T23:41:27.083Z | Compiling usdt v0.5.0 |
656 | 2024-07-10T23:41:27.199Z | Compiling reqwest v0.11.27 |
657 | 2024-07-10T23:41:27.244Z | Compiling slog-bunyan v2.5.0 |
658 | 2024-07-10T23:41:27.434Z | Compiling strum v0.26.2 |
659 | 2024-07-10T23:41:27.546Z | Compiling macaddr v1.0.1 |
660 | 2024-07-10T23:41:27.620Z | Compiling slog-term v2.9.1 |
661 | 2024-07-10T23:41:28.001Z | Compiling tar v0.4.40 |
662 | 2024-07-10T23:41:28.459Z | Compiling clap v4.5.4 |
663 | 2024-07-10T23:41:28.581Z | Compiling futures v0.3.30 |
664 | 2024-07-10T23:41:28.704Z | Compiling tabled v0.15.0 |
665 | 2024-07-10T23:41:28.888Z | Compiling flate2 v1.0.30 |
666 | 2024-07-10T23:41:29.722Z | Compiling swrite v0.1.0 |
667 | 2024-07-10T23:41:33.628Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
668 | 2024-07-10T23:41:41.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
669 | 2024-07-10T23:41:41.574Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
670 | 2024-07-10T23:41:41.625Z | Jul 10 23:41:40.754 INFO Starting download, target: Console |
671 | 2024-07-10T23:41:41.625Z | Jul 10 23:41:40.755 INFO Starting download, target: Clickhouse |
672 | 2024-07-10T23:41:41.625Z | Jul 10 23:41:40.755 INFO Starting download, target: DendriteOpenapi |
673 | 2024-07-10T23:41:41.630Z | Jul 10 23:41:40.755 INFO Starting download, target: Cockroach |
674 | 2024-07-10T23:41:41.630Z | Jul 10 23:41:40.755 INFO Starting download, target: DendriteStub |
675 | 2024-07-10T23:41:41.630Z | Jul 10 23:41:40.755 INFO Starting download, target: MaghemiteMgd |
676 | 2024-07-10T23:41:41.630Z | Jul 10 23:41:40.755 INFO Starting download, target: TransceiverControl |
677 | 2024-07-10T23:41:41.631Z | Jul 10 23:41:40.755 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
678 | 2024-07-10T23:41:41.631Z | Jul 10 23:41:40.755 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
679 | 2024-07-10T23:41:41.631Z | Jul 10 23:41:40.756 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
680 | 2024-07-10T23:41:41.631Z | Jul 10 23:41:40.756 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
681 | 2024-07-10T23:41:41.631Z | Jul 10 23:41:40.756 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
682 | 2024-07-10T23:41:41.631Z | Jul 10 23:41:40.756 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
683 | 2024-07-10T23:41:41.631Z | Jul 10 23:41:40.756 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
684 | 2024-07-10T23:41:41.825Z | Jul 10 23:41:40.916 INFO Download complete, target: DendriteOpenapi |
685 | 2024-07-10T23:41:42.022Z | Jul 10 23:41:41.120 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
686 | 2024-07-10T23:41:42.140Z | Jul 10 23:41:41.269 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
687 | 2024-07-10T23:41:42.256Z | Jul 10 23:41:41.386 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
688 | 2024-07-10T23:41:42.295Z | Jul 10 23:41:41.426 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
689 | 2024-07-10T23:41:42.516Z | Jul 10 23:41:41.646 INFO Download complete, target: Console |
690 | 2024-07-10T23:41:42.839Z | Jul 10 23:41:41.970 INFO Download complete, target: TransceiverControl |
691 | 2024-07-10T23:41:43.474Z | Jul 10 23:41:42.604 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
692 | 2024-07-10T23:41:45.378Z | Jul 10 23:41:44.508 INFO Download complete, target: DendriteStub |
693 | 2024-07-10T23:41:45.566Z | Jul 10 23:41:44.695 INFO Download complete, target: MaghemiteMgd |
694 | 2024-07-10T23:41:49.566Z | Jul 10 23:41:48.692 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
695 | 2024-07-10T23:41:49.566Z | Jul 10 23:41:48.692 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
696 | 2024-07-10T23:41:57.941Z | Jul 10 23:41:57.069 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
697 | 2024-07-10T23:41:58.285Z | Jul 10 23:41:57.413 INFO Checking that binary works, target: Cockroach |
698 | 2024-07-10T23:41:58.441Z | Jul 10 23:41:57.566 INFO Checking that binary works, target: Clickhouse |
699 | 2024-07-10T23:41:58.554Z | Jul 10 23:41:57.682 INFO Download complete, target: Cockroach |
700 | 2024-07-10T23:41:58.832Z | Jul 10 23:41:57.954 INFO Download complete, target: Clickhouse |
701 | 2024-07-10T23:41:59.155Z | All builder prerequisites installed successfully, and PATH looks valid |
702 | 2024-07-10T23:41:59.158Z | |
703 | 2024-07-10T23:41:59.159Z | real 3:07.820343620 |
704 | 2024-07-10T23:41:59.159Z | user 5:47.314799269 |
705 | 2024-07-10T23:41:59.159Z | sys 1:18.250675916 |
706 | 2024-07-10T23:41:59.159Z | trap 0.189983769 |
707 | 2024-07-10T23:41:59.159Z | tflt 3.232428631 |
708 | 2024-07-10T23:41:59.159Z | dflt 5.240402909 |
709 | 2024-07-10T23:41:59.159Z | kflt 0.189649841 |
710 | 2024-07-10T23:41:59.159Z | lock 14:05.358524728 |
711 | 2024-07-10T23:41:59.159Z | slp 18:32.953226638 |
712 | 2024-07-10T23:41:59.159Z | lat 19.762640381 |
713 | 2024-07-10T23:41:59.159Z | stop 1:02.630115179 |
714 | 2024-07-10T23:41:59.159Z | + banner clippy |
715 | 2024-07-10T23:41:59.159Z | |
716 | 2024-07-10T23:41:59.159Z | #### # # ##### ##### # # |
717 | 2024-07-10T23:41:59.159Z | # # # # # # # # # # |
718 | 2024-07-10T23:41:59.159Z | # # # # # # # # |
719 | 2024-07-10T23:41:59.159Z | # # # ##### ##### # |
720 | 2024-07-10T23:41:59.159Z | # # # # # # # |
721 | 2024-07-10T23:41:59.159Z | #### ###### # # # # |
722 | 2024-07-10T23:41:59.159Z | |
723 | 2024-07-10T23:41:59.159Z | + export CARGO_INCREMENTAL=0 |
724 | 2024-07-10T23:41:59.159Z | + CARGO_INCREMENTAL=0 |
725 | 2024-07-10T23:41:59.159Z | + ptime -m cargo xtask clippy |
726 | 2024-07-10T23:41:59.696Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
727 | 2024-07-10T23:42:06.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.57s |
728 | 2024-07-10T23:42:06.841Z | Running `target/debug/xtask clippy` |
729 | 2024-07-10T23:42:06.859Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
730 | 2024-07-10T23:42:07.449Z | Downloading crates ... |
731 | 2024-07-10T23:42:07.602Z | Downloaded atty v0.2.14 |
732 | 2024-07-10T23:42:07.612Z | Downloaded ascii v1.1.0 |
733 | 2024-07-10T23:42:07.618Z | Downloaded atomicwrites v0.4.3 |
734 | 2024-07-10T23:42:07.621Z | Downloaded bitstruct v0.1.1 |
735 | 2024-07-10T23:42:07.621Z | Downloaded async-stream-impl v0.3.5 |
736 | 2024-07-10T23:42:07.627Z | Downloaded ciborium-io v0.2.2 |
737 | 2024-07-10T23:42:07.636Z | Downloaded atomic-waker v1.1.2 |
738 | 2024-07-10T23:42:07.647Z | Downloaded anes v0.1.6 |
739 | 2024-07-10T23:42:07.647Z | Downloaded crunchy v0.2.2 |
740 | 2024-07-10T23:42:07.647Z | Downloaded ascii-canvas v3.0.0 |
741 | 2024-07-10T23:42:07.647Z | Downloaded arrayref v0.3.7 |
742 | 2024-07-10T23:42:07.647Z | Downloaded aead v0.5.2 |
743 | 2024-07-10T23:42:07.651Z | Downloaded async-stream v0.3.5 |
744 | 2024-07-10T23:42:07.651Z | Downloaded assert_matches v1.5.0 |
745 | 2024-07-10T23:42:07.651Z | Downloaded approx v0.5.1 |
746 | 2024-07-10T23:42:07.651Z | Downloaded matches v0.1.10 |
747 | 2024-07-10T23:42:07.651Z | Downloaded chacha20 v0.9.1 |
748 | 2024-07-10T23:42:07.651Z | Downloaded bit-set v0.5.3 |
749 | 2024-07-10T23:42:07.655Z | Downloaded convert_case v0.4.0 |
750 | 2024-07-10T23:42:07.655Z | Downloaded indoc v1.0.9 |
751 | 2024-07-10T23:42:07.660Z | Downloaded lalrpop-util v0.19.12 |
752 | 2024-07-10T23:42:07.660Z | Downloaded new_debug_unreachable v1.0.6 |
753 | 2024-07-10T23:42:07.663Z | Downloaded cexpr v0.6.0 |
754 | 2024-07-10T23:42:07.663Z | Downloaded bitfield v0.14.0 |
755 | 2024-07-10T23:42:07.666Z | Downloaded number_prefix v0.4.0 |
756 | 2024-07-10T23:42:07.666Z | Downloaded parse-size v1.0.0 |
757 | 2024-07-10T23:42:07.666Z | Downloaded cobs v0.2.3 |
758 | 2024-07-10T23:42:07.669Z | Downloaded peg-runtime v0.8.3 |
759 | 2024-07-10T23:42:07.669Z | Downloaded option-ext v0.2.0 |
760 | 2024-07-10T23:42:07.669Z | Downloaded corncobs v0.1.3 |
761 | 2024-07-10T23:42:07.672Z | Downloaded path-slash v0.1.5 |
762 | 2024-07-10T23:42:07.672Z | Downloaded castaway v0.2.2 |
763 | 2024-07-10T23:42:07.685Z | Downloaded opaque-debug v0.3.1 |
764 | 2024-07-10T23:42:07.685Z | Downloaded nanorand v0.7.0 |
765 | 2024-07-10T23:42:07.686Z | Downloaded md-5 v0.10.6 |
766 | 2024-07-10T23:42:07.686Z | Downloaded nibble_vec v0.1.0 |
767 | 2024-07-10T23:42:07.686Z | Downloaded mockall v0.12.1 |
768 | 2024-07-10T23:42:07.695Z | Downloaded internet-checksum v0.2.1 |
769 | 2024-07-10T23:42:07.695Z | Downloaded lru v0.12.3 |
770 | 2024-07-10T23:42:07.695Z | Downloaded argon2 v0.5.3 |
771 | 2024-07-10T23:42:07.695Z | Downloaded instant v0.1.12 |
772 | 2024-07-10T23:42:07.695Z | Downloaded newtype-uuid v1.1.0 |
773 | 2024-07-10T23:42:07.695Z | Downloaded libefi-sys v0.1.0 |
774 | 2024-07-10T23:42:07.695Z | Downloaded ctr v0.9.2 |
775 | 2024-07-10T23:42:07.695Z | Downloaded pbkdf2 v0.12.2 |
776 | 2024-07-10T23:42:07.701Z | Downloaded num_enum v0.5.11 |
777 | 2024-07-10T23:42:07.701Z | Downloaded bcrypt-pbkdf v0.10.0 |
778 | 2024-07-10T23:42:07.702Z | Downloaded pbkdf2 v0.11.0 |
779 | 2024-07-10T23:42:07.711Z | Downloaded packed_struct v0.10.1 |
780 | 2024-07-10T23:42:07.711Z | Downloaded nested v0.1.1 |
781 | 2024-07-10T23:42:07.711Z | Downloaded peg v0.8.3 |
782 | 2024-07-10T23:42:07.714Z | Downloaded num-integer v0.1.46 |
783 | 2024-07-10T23:42:07.714Z | Downloaded memmap2 v0.9.4 |
784 | 2024-07-10T23:42:07.714Z | Downloaded oorandom v11.1.3 |
785 | 2024-07-10T23:42:07.714Z | Downloaded newline-converter v0.3.0 |
786 | 2024-07-10T23:42:07.715Z | Downloaded newtype_derive v0.1.6 |
787 | 2024-07-10T23:42:07.715Z | Downloaded nu-ansi-term v0.50.0 |
788 | 2024-07-10T23:42:07.717Z | Downloaded multer v3.1.0 |
789 | 2024-07-10T23:42:07.721Z | Downloaded const_format_proc_macros v0.2.32 |
790 | 2024-07-10T23:42:07.726Z | Downloaded bb8 v0.8.5 |
791 | 2024-07-10T23:42:07.726Z | Downloaded is_ci v1.2.0 |
792 | 2024-07-10T23:42:07.726Z | Downloaded criterion-plot v0.5.0 |
793 | 2024-07-10T23:42:07.726Z | Downloaded buf-list v1.0.3 |
794 | 2024-07-10T23:42:07.730Z | Downloaded normalize-line-endings v0.3.0 |
795 | 2024-07-10T23:42:07.735Z | Downloaded ciborium-ll v0.2.2 |
796 | 2024-07-10T23:42:07.735Z | Downloaded constant_time_eq v0.3.0 |
797 | 2024-07-10T23:42:07.735Z | Downloaded cast v0.3.0 |
798 | 2024-07-10T23:42:07.735Z | Downloaded block-padding v0.3.3 |
799 | 2024-07-10T23:42:07.735Z | Downloaded addr2line v0.21.0 |
800 | 2024-07-10T23:42:07.741Z | Downloaded bitfield-struct v0.6.1 |
801 | 2024-07-10T23:42:07.741Z | Downloaded console v0.15.8 |
802 | 2024-07-10T23:42:07.746Z | Downloaded olpc-cjson v0.1.3 |
803 | 2024-07-10T23:42:07.746Z | Downloaded serde_arrays v0.1.0 |
804 | 2024-07-10T23:42:07.746Z | Downloaded keccak v0.1.5 |
805 | 2024-07-10T23:42:07.746Z | Downloaded password-hash v0.5.0 |
806 | 2024-07-10T23:42:07.751Z | Downloaded num-complex v0.4.6 |
807 | 2024-07-10T23:42:07.751Z | Downloaded indexmap v1.9.3 |
808 | 2024-07-10T23:42:07.754Z | Downloaded ahash v0.8.11 |
809 | 2024-07-10T23:42:07.754Z | Downloaded endian-type v0.1.2 |
810 | 2024-07-10T23:42:07.757Z | Downloaded http-range v0.1.5 |
811 | 2024-07-10T23:42:07.757Z | Downloaded hubpack_derive v0.1.1 |
812 | 2024-07-10T23:42:07.757Z | Downloaded guppy-workspace-hack v0.1.0 |
813 | 2024-07-10T23:42:07.761Z | Downloaded shlex v1.3.0 |
814 | 2024-07-10T23:42:07.761Z | Downloaded shell-words v1.1.0 |
815 | 2024-07-10T23:42:07.761Z | Downloaded pem-rfc7468 v0.7.0 |
816 | 2024-07-10T23:42:07.765Z | Downloaded spki v0.7.3 |
817 | 2024-07-10T23:42:07.767Z | Downloaded smallvec v0.6.14 |
818 | 2024-07-10T23:42:07.768Z | Downloaded parking_lot v0.11.2 |
819 | 2024-07-10T23:42:07.772Z | Downloaded maplit v1.0.2 |
820 | 2024-07-10T23:42:07.772Z | Downloaded pathdiff v0.2.1 |
821 | 2024-07-10T23:42:07.772Z | Downloaded num v0.4.3 |
822 | 2024-07-10T23:42:07.772Z | Downloaded csv-core v0.1.11 |
823 | 2024-07-10T23:42:07.780Z | Downloaded sqlformat v0.2.3 |
824 | 2024-07-10T23:42:07.787Z | Downloaded tabwriter v1.4.0 |
825 | 2024-07-10T23:42:07.787Z | Downloaded plotters-backend v0.3.5 |
826 | 2024-07-10T23:42:07.788Z | Downloaded num-iter v0.1.45 |
827 | 2024-07-10T23:42:07.788Z | Downloaded nodrop v0.1.14 |
828 | 2024-07-10T23:42:07.788Z | Downloaded plotters-svg v0.3.5 |
829 | 2024-07-10T23:42:07.788Z | Downloaded oso v0.27.3 |
830 | 2024-07-10T23:42:07.788Z | Downloaded supports-color v3.0.0 |
831 | 2024-07-10T23:42:07.792Z | Downloaded tiny-keccak v2.0.2 |
832 | 2024-07-10T23:42:07.792Z | Downloaded parse-display-derive v0.9.1 |
833 | 2024-07-10T23:42:07.792Z | Downloaded wyz v0.5.1 |
834 | 2024-07-10T23:42:07.792Z | Downloaded packed_struct_codegen v0.10.1 |
835 | 2024-07-10T23:42:07.796Z | Downloaded mime_guess v2.0.4 |
836 | 2024-07-10T23:42:07.796Z | Downloaded blake2b_simd v1.0.2 |
837 | 2024-07-10T23:42:07.799Z | Downloaded blake2 v0.10.6 |
838 | 2024-07-10T23:42:07.799Z | Downloaded libloading v0.8.3 |
839 | 2024-07-10T23:42:07.802Z | Downloaded serde-big-array v0.4.1 |
840 | 2024-07-10T23:42:07.802Z | Downloaded untrusted v0.7.1 |
841 | 2024-07-10T23:42:07.808Z | Downloaded tower-layer v0.3.2 |
842 | 2024-07-10T23:42:07.808Z | Downloaded similar-asserts v1.5.0 |
843 | 2024-07-10T23:42:07.812Z | Downloaded pem v3.0.4 |
844 | 2024-07-10T23:42:07.812Z | Downloaded datatest-stable v0.2.9 |
845 | 2024-07-10T23:42:07.812Z | Downloaded fastrand v2.1.0 |
846 | 2024-07-10T23:42:07.815Z | Downloaded fd-lock v4.0.2 |
847 | 2024-07-10T23:42:07.815Z | Downloaded dyn-clone v1.0.17 |
848 | 2024-07-10T23:42:07.821Z | Downloaded phf_shared v0.11.2 |
849 | 2024-07-10T23:42:07.821Z | Downloaded spin v0.9.8 |
850 | 2024-07-10T23:42:07.821Z | Downloaded arc-swap v1.7.1 |
851 | 2024-07-10T23:42:07.826Z | Downloaded managed v0.8.0 |
852 | 2024-07-10T23:42:07.826Z | Downloaded num-rational v0.4.2 |
853 | 2024-07-10T23:42:07.836Z | Downloaded crc v3.2.1 |
854 | 2024-07-10T23:42:07.836Z | Downloaded httptest v0.15.5 |
855 | 2024-07-10T23:42:07.837Z | Downloaded fxhash v0.2.1 |
856 | 2024-07-10T23:42:07.837Z | Downloaded hubpack v0.1.2 |
857 | 2024-07-10T23:42:07.840Z | Downloaded tap v1.0.1 |
858 | 2024-07-10T23:42:07.840Z | Downloaded rand_chacha v0.2.2 |
859 | 2024-07-10T23:42:07.840Z | Downloaded serde_plain v1.0.2 |
860 | 2024-07-10T23:42:07.840Z | Downloaded tokio-stream v0.1.15 |
861 | 2024-07-10T23:42:07.849Z | Downloaded escape8259 v0.5.2 |
862 | 2024-07-10T23:42:07.849Z | Downloaded rfc6979 v0.4.0 |
863 | 2024-07-10T23:42:07.853Z | Downloaded const-oid v0.9.6 |
864 | 2024-07-10T23:42:07.853Z | Downloaded allocator-api2 v0.2.18 |
865 | 2024-07-10T23:42:07.853Z | Downloaded serde_repr v0.1.19 |
866 | 2024-07-10T23:42:07.856Z | Downloaded russh-cryptovec v0.7.2 |
867 | 2024-07-10T23:42:07.856Z | Downloaded portpicker v0.1.1 |
868 | 2024-07-10T23:42:07.856Z | Downloaded stability v0.2.0 |
869 | 2024-07-10T23:42:07.859Z | Downloaded strum_macros v0.24.3 |
870 | 2024-07-10T23:42:07.862Z | Downloaded slog-scope v4.4.0 |
871 | 2024-07-10T23:42:07.862Z | Downloaded vte v0.11.1 |
872 | 2024-07-10T23:42:07.869Z | Downloaded data-encoding v2.6.0 |
873 | 2024-07-10T23:42:07.869Z | Downloaded unicode-linebreak v0.1.5 |
874 | 2024-07-10T23:42:07.869Z | Downloaded slog-dtrace v0.3.0 |
875 | 2024-07-10T23:42:07.869Z | Downloaded ecdsa v0.16.9 |
876 | 2024-07-10T23:42:07.874Z | Downloaded const_format v0.2.32 |
877 | 2024-07-10T23:42:07.879Z | Downloaded resolv-conf v0.7.0 |
878 | 2024-07-10T23:42:07.887Z | Downloaded ident_case v1.0.1 |
879 | 2024-07-10T23:42:07.887Z | Downloaded float-ord v0.3.2 |
880 | 2024-07-10T23:42:07.887Z | Downloaded mockall_derive v0.12.1 |
881 | 2024-07-10T23:42:07.887Z | Downloaded ed25519 v1.5.3 |
882 | 2024-07-10T23:42:07.892Z | Downloaded hex-literal v0.4.1 |
883 | 2024-07-10T23:42:07.892Z | Downloaded rustls-pemfile v2.1.2 |
884 | 2024-07-10T23:42:07.892Z | Downloaded rustls-native-certs v0.7.0 |
885 | 2024-07-10T23:42:07.897Z | Downloaded peg-macros v0.8.3 |
886 | 2024-07-10T23:42:07.897Z | Downloaded poly1305 v0.8.0 |
887 | 2024-07-10T23:42:07.901Z | Downloaded derive_builder_macro v0.20.0 |
888 | 2024-07-10T23:42:07.901Z | Downloaded omicron-zone-package v0.11.0 |
889 | 2024-07-10T23:42:07.904Z | Downloaded headers-core v0.2.0 |
890 | 2024-07-10T23:42:07.904Z | Downloaded gethostname v0.4.3 |
891 | 2024-07-10T23:42:07.908Z | Downloaded strum_macros v0.25.3 |
892 | 2024-07-10T23:42:07.908Z | Downloaded rustls-pki-types v1.7.0 |
893 | 2024-07-10T23:42:07.912Z | Downloaded thiserror-impl-no-std v2.0.2 |
894 | 2024-07-10T23:42:07.912Z | Downloaded stringprep v0.1.4 |
895 | 2024-07-10T23:42:07.916Z | Downloaded structmeta v0.2.0 |
896 | 2024-07-10T23:42:07.916Z | Downloaded tracing-attributes v0.1.27 |
897 | 2024-07-10T23:42:07.922Z | Downloaded strip-ansi-escapes v0.2.0 |
898 | 2024-07-10T23:42:07.922Z | Downloaded serde_path_to_error v0.1.16 |
899 | 2024-07-10T23:42:07.922Z | Downloaded ppv-lite86 v0.2.17 |
900 | 2024-07-10T23:42:07.927Z | Downloaded base64 v0.22.1 |
901 | 2024-07-10T23:42:07.927Z | Downloaded hostname v0.4.0 |
902 | 2024-07-10T23:42:07.934Z | Downloaded diesel_table_macro_syntax v0.1.0 |
903 | 2024-07-10T23:42:07.934Z | Downloaded tokio-tungstenite v0.20.1 |
904 | 2024-07-10T23:42:07.938Z | Downloaded serde_with_macros v3.8.1 |
905 | 2024-07-10T23:42:07.938Z | Downloaded float-cmp v0.9.0 |
906 | 2024-07-10T23:42:07.949Z | Downloaded derive_builder v0.20.0 |
907 | 2024-07-10T23:42:07.953Z | Downloaded serde-big-array v0.5.1 |
908 | 2024-07-10T23:42:07.959Z | Downloaded proc-macro-crate v1.3.1 |
909 | 2024-07-10T23:42:07.959Z | Downloaded http-body v1.0.0 |
910 | 2024-07-10T23:42:07.959Z | Downloaded russh-keys v0.43.0 |
911 | 2024-07-10T23:42:07.964Z | Downloaded primeorder v0.13.6 |
912 | 2024-07-10T23:42:07.964Z | Downloaded precomputed-hash v0.1.1 |
913 | 2024-07-10T23:42:07.964Z | Downloaded darling_macro v0.20.9 |
914 | 2024-07-10T23:42:07.972Z | Downloaded toolchain_find v0.4.0 |
915 | 2024-07-10T23:42:07.972Z | Downloaded derive_builder_core v0.20.0 |
916 | 2024-07-10T23:42:07.972Z | Downloaded ena v0.14.3 |
917 | 2024-07-10T23:42:07.972Z | Downloaded subtle v2.5.0 |
918 | 2024-07-10T23:42:07.980Z | Downloaded sec1 v0.7.3 |
919 | 2024-07-10T23:42:07.980Z | Downloaded predicates v3.1.0 |
920 | 2024-07-10T23:42:07.980Z | Downloaded libm v0.2.8 |
921 | 2024-07-10T23:42:07.991Z | Downloaded tokio-tungstenite v0.21.0 |
922 | 2024-07-10T23:42:07.995Z | Downloaded home v0.5.9 |
923 | 2024-07-10T23:42:07.995Z | Downloaded futures-timer v3.0.3 |
924 | 2024-07-10T23:42:07.995Z | Downloaded unicase v2.7.0 |
925 | 2024-07-10T23:42:07.995Z | Downloaded target-spec v3.1.0 |
926 | 2024-07-10T23:42:07.995Z | Downloaded aes v0.8.4 |
927 | 2024-07-10T23:42:07.999Z | Downloaded rust-argon2 v2.1.0 |
928 | 2024-07-10T23:42:08.004Z | Downloaded quick-error v1.2.3 |
929 | 2024-07-10T23:42:08.004Z | Downloaded unarray v0.1.4 |
930 | 2024-07-10T23:42:08.004Z | Downloaded semver v0.1.20 |
931 | 2024-07-10T23:42:08.004Z | Downloaded secrecy v0.8.0 |
932 | 2024-07-10T23:42:08.010Z | Downloaded rand_xorshift v0.3.0 |
933 | 2024-07-10T23:42:08.010Z | Downloaded trust-dns-resolver v0.22.0 |
934 | 2024-07-10T23:42:08.013Z | Downloaded postgres-types v0.2.6 |
935 | 2024-07-10T23:42:08.020Z | Downloaded vte_generate_state_changes v0.1.1 |
936 | 2024-07-10T23:42:08.021Z | Downloaded difflib v0.4.0 |
937 | 2024-07-10T23:42:08.132Z | Downloaded postgres-protocol v0.6.6 |
938 | 2024-07-10T23:42:08.132Z | Downloaded zone_cfg_derive v0.1.2 |
939 | 2024-07-10T23:42:08.132Z | Downloaded debug-ignore v1.0.5 |
940 | 2024-07-10T23:42:08.132Z | Downloaded topological-sort v0.2.2 |
941 | 2024-07-10T23:42:08.132Z | Downloaded either v1.12.0 |
942 | 2024-07-10T23:42:08.132Z | Downloaded embedded-io v0.4.0 |
943 | 2024-07-10T23:42:08.133Z | Downloaded aes-gcm v0.10.3 |
944 | 2024-07-10T23:42:08.140Z | Downloaded string_cache v0.8.7 |
945 | 2024-07-10T23:42:08.140Z | Downloaded ref-cast v1.0.23 |
946 | 2024-07-10T23:42:08.140Z | Downloaded rand_core v0.6.4 |
947 | 2024-07-10T23:42:08.140Z | Downloaded psl-types v2.0.11 |
948 | 2024-07-10T23:42:08.140Z | Downloaded pkcs8 v0.10.2 |
949 | 2024-07-10T23:42:08.140Z | Downloaded hash32 v0.3.1 |
950 | 2024-07-10T23:42:08.140Z | Downloaded waitgroup v0.1.2 |
951 | 2024-07-10T23:42:08.141Z | Downloaded rtoolbox v0.0.2 |
952 | 2024-07-10T23:42:08.141Z | Downloaded hyper-util v0.1.3 |
953 | 2024-07-10T23:42:08.141Z | Downloaded rpassword v7.3.1 |
954 | 2024-07-10T23:42:08.141Z | Downloaded ref-cast-impl v1.0.23 |
955 | 2024-07-10T23:42:08.141Z | Downloaded signal-hook-tokio v0.3.1 |
956 | 2024-07-10T23:42:08.141Z | Downloaded rustc-demangle v0.1.24 |
957 | 2024-07-10T23:42:08.141Z | Downloaded diesel_derives v2.1.4 |
958 | 2024-07-10T23:42:08.141Z | Downloaded heapless v0.8.0 |
959 | 2024-07-10T23:42:08.141Z | Downloaded hex v0.4.3 |
960 | 2024-07-10T23:42:08.141Z | Downloaded zeroize_derive v1.4.2 |
961 | 2024-07-10T23:42:08.141Z | Downloaded zeroize v1.7.0 |
962 | 2024-07-10T23:42:08.141Z | Downloaded trybuild v1.0.96 |
963 | 2024-07-10T23:42:08.141Z | Downloaded rstest v0.19.0 |
964 | 2024-07-10T23:42:08.141Z | Downloaded enum-as-inner v0.5.1 |
965 | 2024-07-10T23:42:08.141Z | Downloaded foreign-types-shared v0.3.1 |
966 | 2024-07-10T23:42:08.141Z | Downloaded foreign-types-macros v0.2.3 |
967 | 2024-07-10T23:42:08.141Z | Downloaded smawk v0.3.2 |
968 | 2024-07-10T23:42:08.141Z | Downloaded schemars_derive v0.8.21 |
969 | 2024-07-10T23:42:08.141Z | Downloaded termtree v0.4.1 |
970 | 2024-07-10T23:42:08.141Z | Downloaded defmt v0.3.8 |
971 | 2024-07-10T23:42:08.141Z | Downloaded hmac v0.12.1 |
972 | 2024-07-10T23:42:08.141Z | Downloaded dhcproto v0.11.0 |
973 | 2024-07-10T23:42:08.141Z | Downloaded wait-timeout v0.2.0 |
974 | 2024-07-10T23:42:08.141Z | Downloaded derive-where v1.2.7 |
975 | 2024-07-10T23:42:08.141Z | Downloaded trust-dns-client v0.22.0 |
976 | 2024-07-10T23:42:08.142Z | Downloaded highway v1.1.0 |
977 | 2024-07-10T23:42:08.142Z | Downloaded pretty-hex v0.2.1 |
978 | 2024-07-10T23:42:08.142Z | Downloaded doc-comment v0.3.3 |
979 | 2024-07-10T23:42:08.142Z | Downloaded rand_seeder v0.2.3 |
980 | 2024-07-10T23:42:08.142Z | Downloaded phf_shared v0.10.0 |
981 | 2024-07-10T23:42:08.142Z | Downloaded sqlparser_derive v0.2.2 |
982 | 2024-07-10T23:42:08.142Z | Downloaded phf v0.11.2 |
983 | 2024-07-10T23:42:08.142Z | Downloaded rustc_version v0.4.0 |
984 | 2024-07-10T23:42:08.142Z | Downloaded termios v0.3.3 |
985 | 2024-07-10T23:42:08.142Z | Downloaded pin-project-internal v1.1.5 |
986 | 2024-07-10T23:42:08.142Z | Downloaded toml v0.7.8 |
987 | 2024-07-10T23:42:08.142Z | Downloaded serde_yaml v0.9.34+deprecated |
988 | 2024-07-10T23:42:08.142Z | Downloaded tokio-postgres v0.7.10 |
989 | 2024-07-10T23:42:08.142Z | Downloaded sigpipe v0.1.3 |
990 | 2024-07-10T23:42:08.142Z | Downloaded humantime v2.1.0 |
991 | 2024-07-10T23:42:08.142Z | Downloaded hyper-rustls v0.26.0 |
992 | 2024-07-10T23:42:08.149Z | Downloaded publicsuffix v2.2.3 |
993 | 2024-07-10T23:42:08.149Z | Downloaded universal-hash v0.5.1 |
994 | 2024-07-10T23:42:08.149Z | Downloaded scheduled-thread-pool v0.2.7 |
995 | 2024-07-10T23:42:08.149Z | Downloaded diff v0.1.13 |
996 | 2024-07-10T23:42:08.154Z | Downloaded derive_more v0.99.18 |
997 | 2024-07-10T23:42:08.154Z | Downloaded defmt-macros v0.3.9 |
998 | 2024-07-10T23:42:08.164Z | Downloaded utf-8 v0.7.6 |
999 | 2024-07-10T23:42:08.168Z | Downloaded r2d2 v0.8.10 |
1000 | 2024-07-10T23:42:08.172Z | Downloaded ghash v0.5.1 |
1001 | 2024-07-10T23:42:08.172Z | Downloaded spin v0.5.2 |
1002 | 2024-07-10T23:42:08.172Z | Downloaded downcast v0.11.0 |
1003 | 2024-07-10T23:42:08.178Z | Downloaded rcgen v0.12.1 |
1004 | 2024-07-10T23:42:08.183Z | Downloaded rayon-core v1.12.1 |
1005 | 2024-07-10T23:42:08.190Z | Downloaded signature v1.6.4 |
1006 | 2024-07-10T23:42:08.190Z | Downloaded tui-tree-widget v0.21.0 |
1007 | 2024-07-10T23:42:08.196Z | Downloaded fragile v2.0.0 |
1008 | 2024-07-10T23:42:08.196Z | Downloaded static_assertions v1.1.0 |
1009 | 2024-07-10T23:42:08.196Z | Downloaded rand_chacha v0.3.1 |
1010 | 2024-07-10T23:42:08.200Z | Downloaded radium v0.7.0 |
1011 | 2024-07-10T23:42:08.200Z | Downloaded p521 v0.13.3 |
1012 | 2024-07-10T23:42:08.203Z | Downloaded rusty-fork v0.3.0 |
1013 | 2024-07-10T23:42:08.206Z | Downloaded signature v2.2.0 |
1014 | 2024-07-10T23:42:08.206Z | Downloaded stable_deref_trait v1.2.0 |
1015 | 2024-07-10T23:42:08.210Z | Downloaded rsa v0.9.6 |
1016 | 2024-07-10T23:42:08.218Z | Downloaded getrandom v0.2.14 |
1017 | 2024-07-10T23:42:08.221Z | Downloaded threadpool v1.8.1 |
1018 | 2024-07-10T23:42:08.221Z | Downloaded signal-hook v0.3.17 |
1019 | 2024-07-10T23:42:08.221Z | Downloaded heapless v0.7.17 |
1020 | 2024-07-10T23:42:08.227Z | Downloaded ron v0.7.1 |
1021 | 2024-07-10T23:42:08.227Z | Downloaded tempfile v3.10.1 |
1022 | 2024-07-10T23:42:08.234Z | Downloaded winnow v0.5.40 |
1023 | 2024-07-10T23:42:08.240Z | Downloaded regex-automata v0.1.10 |
1024 | 2024-07-10T23:42:08.244Z | Downloaded prettyplease v0.2.20 |
1025 | 2024-07-10T23:42:08.247Z | Downloaded tungstenite v0.21.0 |
1026 | 2024-07-10T23:42:08.250Z | Downloaded steno v0.4.1 |
1027 | 2024-07-10T23:42:08.256Z | Downloaded env_logger v0.10.2 |
1028 | 2024-07-10T23:42:08.259Z | Downloaded tinytemplate v1.2.1 |
1029 | 2024-07-10T23:42:08.259Z | Downloaded env_logger v0.9.3 |
1030 | 2024-07-10T23:42:08.262Z | Downloaded guppy v0.17.5 |
1031 | 2024-07-10T23:42:08.271Z | Downloaded schemars v0.8.21 |
1032 | 2024-07-10T23:42:08.279Z | Downloaded reedline v0.31.0 |
1033 | 2024-07-10T23:42:08.287Z | Downloaded textwrap v0.16.1 |
1034 | 2024-07-10T23:42:08.291Z | Downloaded test-strategy v0.3.1 |
1035 | 2024-07-10T23:42:08.294Z | Downloaded hashbrown v0.12.3 |
1036 | 2024-07-10T23:42:08.304Z | Downloaded samael v0.0.15 |
1037 | 2024-07-10T23:42:08.307Z | Downloaded bitvec v1.0.1 |
1038 | 2024-07-10T23:42:08.318Z | Downloaded unicode-segmentation v1.11.0 |
1039 | 2024-07-10T23:42:08.321Z | Downloaded salty v0.2.0 |
1040 | 2024-07-10T23:42:08.328Z | Downloaded rayon v1.10.0 |
1041 | 2024-07-10T23:42:08.336Z | Downloaded bindgen v0.69.4 |
1042 | 2024-07-10T23:42:08.343Z | Downloaded x509-cert v0.2.5 |
1043 | 2024-07-10T23:42:08.349Z | Downloaded hashbrown v0.13.2 |
1044 | 2024-07-10T23:42:08.354Z | Downloaded ed25519-dalek v2.1.1 |
1045 | 2024-07-10T23:42:08.357Z | Downloaded hyper v1.3.1 |
1046 | 2024-07-10T23:42:08.365Z | Downloaded rustls-webpki v0.101.7 |
1047 | 2024-07-10T23:42:08.384Z | Downloaded tough v0.17.1 |
1048 | 2024-07-10T23:42:08.392Z | Downloaded hkdf v0.12.4 |
1049 | 2024-07-10T23:42:08.395Z | Downloaded proptest v1.4.0 |
1050 | 2024-07-10T23:42:08.403Z | Downloaded rustyline v14.0.0 |
1051 | 2024-07-10T23:42:08.407Z | Downloaded portable-atomic v1.6.0 |
1052 | 2024-07-10T23:42:08.411Z | Downloaded lalrpop v0.19.12 |
1053 | 2024-07-10T23:42:08.428Z | Downloaded idna v0.3.0 |
1054 | 2024-07-10T23:42:08.437Z | Downloaded quick-xml v0.31.0 |
1055 | 2024-07-10T23:42:08.442Z | Downloaded idna v0.2.3 |
1056 | 2024-07-10T23:42:08.445Z | Downloaded trust-dns-proto v0.22.0 |
1057 | 2024-07-10T23:42:08.457Z | Downloaded regex v1.10.5 |
1058 | 2024-07-10T23:42:08.469Z | Downloaded gimli v0.28.1 |
1059 | 2024-07-10T23:42:08.483Z | Downloaded rustls-webpki v0.102.4 |
1060 | 2024-07-10T23:42:08.499Z | Downloaded smoltcp v0.11.0 |
1061 | 2024-07-10T23:42:08.508Z | Downloaded sled v0.34.7 |
1062 | 2024-07-10T23:42:08.522Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1063 | 2024-07-10T23:42:08.535Z | Downloaded webpki-roots v0.25.4 |
1064 | 2024-07-10T23:42:08.538Z | Downloaded csv v1.3.0 |
1065 | 2024-07-10T23:42:08.556Z | Downloaded polar-core v0.27.3 |
1066 | 2024-07-10T23:42:08.570Z | Downloaded smoltcp v0.9.1 |
1067 | 2024-07-10T23:42:08.577Z | Downloaded object v0.32.2 |
1068 | 2024-07-10T23:42:08.585Z | Downloaded diesel v2.1.6 |
1069 | 2024-07-10T23:42:08.604Z | Downloaded rustls v0.21.12 |
1070 | 2024-07-10T23:42:08.619Z | Downloaded openapiv3 v2.0.0 |
1071 | 2024-07-10T23:42:08.626Z | Downloaded nix v0.28.0 |
1072 | 2024-07-10T23:42:08.637Z | Downloaded regress v0.9.1 |
1073 | 2024-07-10T23:42:08.645Z | Downloaded regex-syntax v0.8.3 |
1074 | 2024-07-10T23:42:08.654Z | Downloaded nix v0.27.1 |
1075 | 2024-07-10T23:42:08.666Z | Downloaded regex-syntax v0.6.29 |
1076 | 2024-07-10T23:42:08.674Z | Downloaded rustls v0.22.4 |
1077 | 2024-07-10T23:42:08.684Z | Downloaded object v0.30.4 |
1078 | 2024-07-10T23:42:08.695Z | Downloaded bstr v1.9.1 |
1079 | 2024-07-10T23:42:08.704Z | Downloaded ratatui v0.27.0 |
1080 | 2024-07-10T23:42:08.724Z | Downloaded curve25519-dalek v4.1.3 |
1081 | 2024-07-10T23:42:08.732Z | Downloaded bstr v0.2.17 |
1082 | 2024-07-10T23:42:08.743Z | Downloaded radix_trie v0.2.1 |
1083 | 2024-07-10T23:42:08.746Z | Downloaded zerocopy-derive v0.6.6 |
1084 | 2024-07-10T23:42:08.759Z | Downloaded plotters v0.3.5 |
1085 | 2024-07-10T23:42:08.767Z | Downloaded tower v0.4.13 |
1086 | 2024-07-10T23:42:08.773Z | Downloaded chrono v0.4.38 |
1087 | 2024-07-10T23:42:08.779Z | Downloaded pretty_assertions v1.4.0 |
1088 | 2024-07-10T23:42:08.783Z | Downloaded regex-automata v0.4.6 |
1089 | 2024-07-10T23:42:08.800Z | Downloaded finl_unicode v1.2.0 |
1090 | 2024-07-10T23:42:08.815Z | Downloaded sqlparser v0.45.0 |
1091 | 2024-07-10T23:42:08.831Z | Downloaded itertools v0.12.1 |
1092 | 2024-07-10T23:42:08.831Z | Downloaded petgraph v0.6.5 |
1093 | 2024-07-10T23:42:08.839Z | Downloaded tungstenite v0.20.1 |
1094 | 2024-07-10T23:42:08.842Z | Downloaded sha3 v0.10.8 |
1095 | 2024-07-10T23:42:08.846Z | Downloaded rstest_macros v0.19.0 |
1096 | 2024-07-10T23:42:08.849Z | Downloaded pkcs1 v0.7.5 |
1097 | 2024-07-10T23:42:08.854Z | Downloaded zip v0.6.6 |
1098 | 2024-07-10T23:42:08.855Z | Downloaded aho-corasick v1.1.3 |
1099 | 2024-07-10T23:42:08.865Z | Downloaded headers v0.3.9 |
1100 | 2024-07-10T23:42:08.874Z | Downloaded http v1.1.0 |
1101 | 2024-07-10T23:42:08.874Z | Downloaded typed-path v0.7.1 |
1102 | 2024-07-10T23:42:08.881Z | Downloaded toml_edit v0.19.15 |
1103 | 2024-07-10T23:42:08.895Z | Downloaded russh v0.43.0 |
1104 | 2024-07-10T23:42:08.900Z | Downloaded getrandom v0.1.16 |
1105 | 2024-07-10T23:42:08.900Z | Downloaded getopts v0.2.21 |
1106 | 2024-07-10T23:42:08.900Z | Downloaded hyper-rustls v0.24.2 |
1107 | 2024-07-10T23:42:08.903Z | Downloaded similar v2.5.0 |
1108 | 2024-07-10T23:42:08.903Z | Downloaded unicode_categories v0.1.1 |
1109 | 2024-07-10T23:42:08.910Z | Downloaded uuid v1.9.1 |
1110 | 2024-07-10T23:42:08.916Z | Downloaded toml v0.5.11 |
1111 | 2024-07-10T23:42:08.916Z | Downloaded rand v0.7.3 |
1112 | 2024-07-10T23:42:08.916Z | Downloaded serde_with v3.8.1 |
1113 | 2024-07-10T23:42:08.924Z | Downloaded num-bigint-dig v0.8.4 |
1114 | 2024-07-10T23:42:08.927Z | Downloaded libxml v0.3.3 |
1115 | 2024-07-10T23:42:08.930Z | Downloaded funty v2.0.0 |
1116 | 2024-07-10T23:42:08.934Z | Downloaded display-error-chain v0.2.0 |
1117 | 2024-07-10T23:42:08.934Z | Downloaded dirs-sys v0.4.1 |
1118 | 2024-07-10T23:42:08.934Z | Downloaded predicates-tree v1.0.9 |
1119 | 2024-07-10T23:42:08.938Z | Downloaded walkdir v2.5.0 |
1120 | 2024-07-10T23:42:08.938Z | Downloaded elliptic-curve v0.13.8 |
1121 | 2024-07-10T23:42:08.941Z | Downloaded itertools v0.13.0 |
1122 | 2024-07-10T23:42:08.950Z | Downloaded same-file v1.0.6 |
1123 | 2024-07-10T23:42:08.954Z | Downloaded rustfmt-wrapper v0.2.1 |
1124 | 2024-07-10T23:42:08.954Z | Downloaded zerocopy v0.6.6 |
1125 | 2024-07-10T23:42:08.954Z | Downloaded socket2 v0.4.10 |
1126 | 2024-07-10T23:42:08.954Z | Downloaded ron v0.8.1 |
1127 | 2024-07-10T23:42:08.961Z | Downloaded flume v0.11.0 |
1128 | 2024-07-10T23:42:08.973Z | Downloaded rand v0.8.5 |
1129 | 2024-07-10T23:42:08.973Z | Downloaded blake3 v1.5.1 |
1130 | 2024-07-10T23:42:08.978Z | Downloaded fixedbitset v0.4.2 |
1131 | 2024-07-10T23:42:08.978Z | Downloaded predicates-core v1.0.6 |
1132 | 2024-07-10T23:42:08.978Z | Downloaded nom v7.1.3 |
1133 | 2024-07-10T23:42:08.978Z | Downloaded group v0.13.0 |
1134 | 2024-07-10T23:42:08.978Z | Downloaded uzers v0.11.3 |
1135 | 2024-07-10T23:42:08.981Z | Downloaded pin-project v1.1.5 |
1136 | 2024-07-10T23:42:08.986Z | Downloaded impl-trait-for-tuples v0.2.2 |
1137 | 2024-07-10T23:42:08.990Z | Downloaded der v0.7.9 |
1138 | 2024-07-10T23:42:08.993Z | Downloaded signal-hook-mio v0.2.3 |
1139 | 2024-07-10T23:42:08.996Z | Downloaded yasna v0.5.2 |
1140 | 2024-07-10T23:42:08.996Z | Downloaded snafu v0.8.2 |
1141 | 2024-07-10T23:42:09.002Z | Downloaded darling_core v0.20.9 |
1142 | 2024-07-10T23:42:09.007Z | Downloaded trust-dns-server v0.22.1 |
1143 | 2024-07-10T23:42:09.018Z | Downloaded fancy-regex v0.13.0 |
1144 | 2024-07-10T23:42:09.018Z | Downloaded subprocess v0.2.9 |
1145 | 2024-07-10T23:42:09.024Z | Downloaded termcolor v1.4.1 |
1146 | 2024-07-10T23:42:09.024Z | Downloaded rustc_version v0.1.7 |
1147 | 2024-07-10T23:42:09.024Z | Downloaded rand_distr v0.4.3 |
1148 | 2024-07-10T23:42:09.025Z | Downloaded rand_core v0.5.1 |
1149 | 2024-07-10T23:42:09.025Z | Downloaded hyper-staticfile v0.9.5 |
1150 | 2024-07-10T23:42:09.025Z | Downloaded postcard v1.0.8 |
1151 | 2024-07-10T23:42:09.030Z | Downloaded crossterm v0.27.0 |
1152 | 2024-07-10T23:42:09.034Z | Downloaded tls_codec_derive v0.4.1 |
1153 | 2024-07-10T23:42:09.034Z | Downloaded tls_codec v0.4.1 |
1154 | 2024-07-10T23:42:09.034Z | Downloaded smf v0.2.3 |
1155 | 2024-07-10T23:42:09.037Z | Downloaded foreign-types v0.5.0 |
1156 | 2024-07-10T23:42:09.037Z | Downloaded globset v0.4.14 |
1157 | 2024-07-10T23:42:09.037Z | Downloaded expectorate v1.1.0 |
1158 | 2024-07-10T23:42:09.037Z | Downloaded serde-hex v0.1.0 |
1159 | 2024-07-10T23:42:09.040Z | Downloaded yansi v0.5.1 |
1160 | 2024-07-10T23:42:09.040Z | Downloaded glob v0.3.1 |
1161 | 2024-07-10T23:42:09.043Z | Downloaded target-lexicon v0.12.14 |
1162 | 2024-07-10T23:42:09.043Z | Downloaded snafu-derive v0.8.2 |
1163 | 2024-07-10T23:42:09.046Z | Downloaded sct v0.7.1 |
1164 | 2024-07-10T23:42:09.049Z | Downloaded unsafe-libyaml v0.2.11 |
1165 | 2024-07-10T23:42:09.049Z | Downloaded crypto-bigint v0.5.5 |
1166 | 2024-07-10T23:42:09.055Z | Downloaded defmt-parser v0.3.4 |
1167 | 2024-07-10T23:42:09.062Z | Downloaded serde_derive_internals v0.29.1 |
1168 | 2024-07-10T23:42:09.062Z | Downloaded whoami v1.5.1 |
1169 | 2024-07-10T23:42:09.070Z | Downloaded itertools v0.10.5 |
1170 | 2024-07-10T23:42:09.070Z | Downloaded criterion v0.5.1 |
1171 | 2024-07-10T23:42:09.074Z | Downloaded p256 v0.13.2 |
1172 | 2024-07-10T23:42:09.078Z | Downloaded num-bigint v0.4.5 |
1173 | 2024-07-10T23:42:09.083Z | Downloaded flagset v0.4.5 |
1174 | 2024-07-10T23:42:09.083Z | Downloaded erased-serde v0.3.31 |
1175 | 2024-07-10T23:42:09.087Z | Downloaded half v2.4.1 |
1176 | 2024-07-10T23:42:09.087Z | Downloaded minimal-lexical v0.2.1 |
1177 | 2024-07-10T23:42:09.090Z | Downloaded indicatif v0.17.8 |
1178 | 2024-07-10T23:42:09.092Z | Downloaded fatfs v0.3.6 |
1179 | 2024-07-10T23:42:09.097Z | Downloaded dhcproto-macros v0.1.0 |
1180 | 2024-07-10T23:42:09.097Z | Downloaded unicode-xid v0.2.4 |
1181 | 2024-07-10T23:42:09.103Z | Downloaded thiserror-no-std v2.0.2 |
1182 | 2024-07-10T23:42:09.103Z | Downloaded sha1 v0.10.6 |
1183 | 2024-07-10T23:42:09.103Z | Downloaded rustc-hash v1.1.0 |
1184 | 2024-07-10T23:42:09.103Z | Downloaded hash32 v0.2.1 |
1185 | 2024-07-10T23:42:09.105Z | Downloaded ed25519 v2.2.3 |
1186 | 2024-07-10T23:42:09.105Z | Downloaded dirs v5.0.1 |
1187 | 2024-07-10T23:42:09.105Z | Downloaded num-traits v0.2.19 |
1188 | 2024-07-10T23:42:09.117Z | Downloaded relative-path v1.9.3 |
1189 | 2024-07-10T23:42:09.117Z | Downloaded chacha20poly1305 v0.10.1 |
1190 | 2024-07-10T23:42:09.117Z | Downloaded base64 v0.13.1 |
1191 | 2024-07-10T23:42:09.123Z | Downloaded compact_str v0.7.1 |
1192 | 2024-07-10T23:42:09.123Z | Downloaded der_derive v0.7.2 |
1193 | 2024-07-10T23:42:09.123Z | Downloaded vsss-rs v3.3.4 |
1194 | 2024-07-10T23:42:09.123Z | Downloaded which v4.4.2 |
1195 | 2024-07-10T23:42:09.123Z | Downloaded untrusted v0.9.0 |
1196 | 2024-07-10T23:42:09.123Z | Downloaded slog-envlogger v2.2.0 |
1197 | 2024-07-10T23:42:09.123Z | Downloaded iana-time-zone v0.1.60 |
1198 | 2024-07-10T23:42:09.128Z | Downloaded structmeta-derive v0.3.0 |
1199 | 2024-07-10T23:42:09.128Z | Downloaded structmeta-derive v0.2.0 |
1200 | 2024-07-10T23:42:09.128Z | Downloaded structmeta v0.3.0 |
1201 | 2024-07-10T23:42:09.137Z | Downloaded backtrace v0.3.71 |
1202 | 2024-07-10T23:42:09.137Z | Downloaded polyval v0.6.2 |
1203 | 2024-07-10T23:42:09.141Z | Downloaded tokio-rustls v0.25.0 |
1204 | 2024-07-10T23:42:09.141Z | Downloaded tokio-rustls v0.24.1 |
1205 | 2024-07-10T23:42:09.141Z | Downloaded parking_lot_core v0.8.6 |
1206 | 2024-07-10T23:42:09.141Z | Downloaded password-hash v0.4.2 |
1207 | 2024-07-10T23:42:09.144Z | Downloaded crossbeam-epoch v0.9.18 |
1208 | 2024-07-10T23:42:09.144Z | Downloaded clang-sys v1.7.0 |
1209 | 2024-07-10T23:42:09.147Z | Downloaded heck v0.3.3 |
1210 | 2024-07-10T23:42:09.147Z | Downloaded ff v0.13.0 |
1211 | 2024-07-10T23:42:09.150Z | Downloaded fallible-iterator v0.2.0 |
1212 | 2024-07-10T23:42:09.150Z | Downloaded zone v0.1.8 |
1213 | 2024-07-10T23:42:09.150Z | Downloaded unicode-truncate v1.0.0 |
1214 | 2024-07-10T23:42:09.154Z | Downloaded crc-any v2.5.0 |
1215 | 2024-07-10T23:42:09.154Z | Downloaded cookie_store v0.20.0 |
1216 | 2024-07-10T23:42:09.154Z | Downloaded cfg-expr v0.15.8 |
1217 | 2024-07-10T23:42:09.164Z | Downloaded paste v1.0.15 |
1218 | 2024-07-10T23:42:09.175Z | Downloaded num_enum_derive v0.5.11 |
1219 | 2024-07-10T23:42:09.175Z | Downloaded darling v0.20.9 |
1220 | 2024-07-10T23:42:09.175Z | Downloaded oso-derive v0.27.3 |
1221 | 2024-07-10T23:42:09.175Z | Downloaded num-derive v0.4.2 |
1222 | 2024-07-10T23:42:09.175Z | Downloaded cbc v0.1.2 |
1223 | 2024-07-10T23:42:09.175Z | Downloaded cancel-safe-futures v0.1.5 |
1224 | 2024-07-10T23:42:09.180Z | Downloaded multimap v0.10.0 |
1225 | 2024-07-10T23:42:09.180Z | Downloaded maybe-uninit v2.0.0 |
1226 | 2024-07-10T23:42:09.180Z | Downloaded cookie v0.17.0 |
1227 | 2024-07-10T23:42:09.180Z | Downloaded ciborium v0.2.2 |
1228 | 2024-07-10T23:42:09.180Z | Downloaded linked-hash-map v0.5.6 |
1229 | 2024-07-10T23:42:09.180Z | Downloaded crc-catalog v2.4.0 |
1230 | 2024-07-10T23:42:09.180Z | Downloaded cookie v0.18.1 |
1231 | 2024-07-10T23:42:09.180Z | Downloaded backoff v0.4.0 |
1232 | 2024-07-10T23:42:09.183Z | Downloaded slog-stdlog v4.1.1 |
1233 | 2024-07-10T23:42:09.183Z | Downloaded siphasher v0.3.11 |
1234 | 2024-07-10T23:42:09.183Z | Downloaded partial-io v0.5.4 |
1235 | 2024-07-10T23:42:09.188Z | Downloaded owo-colors v4.0.0 |
1236 | 2024-07-10T23:42:09.188Z | Downloaded memoffset v0.9.1 |
1237 | 2024-07-10T23:42:09.191Z | Downloaded libsw v3.3.1 |
1238 | 2024-07-10T23:42:09.191Z | Downloaded lazy_static v1.5.0 |
1239 | 2024-07-10T23:42:09.191Z | Downloaded inout v0.1.3 |
1240 | 2024-07-10T23:42:09.195Z | Downloaded bzip2 v0.4.4 |
1241 | 2024-07-10T23:42:09.195Z | Downloaded arrayvec v0.7.4 |
1242 | 2024-07-10T23:42:09.198Z | Downloaded bit-vec v0.6.3 |
1243 | 2024-07-10T23:42:09.198Z | Downloaded md5 v0.7.0 |
1244 | 2024-07-10T23:42:09.198Z | Downloaded curve25519-dalek-derive v0.1.1 |
1245 | 2024-07-10T23:42:09.198Z | Downloaded colored v2.1.0 |
1246 | 2024-07-10T23:42:09.202Z | Downloaded libtest-mimic v0.7.3 |
1247 | 2024-07-10T23:42:09.202Z | Downloaded bcs v0.1.6 |
1248 | 2024-07-10T23:42:09.215Z | Downloaded parse-display v0.9.1 |
1249 | 2024-07-10T23:42:09.215Z | Downloaded base64ct v1.6.0 |
1250 | 2024-07-10T23:42:09.215Z | Downloaded assert_cmd v2.0.14 |
1251 | 2024-07-10T23:42:09.215Z | Downloaded blowfish v0.9.1 |
1252 | 2024-07-10T23:42:09.215Z | Downloaded async-trait v0.1.81 |
1253 | 2024-07-10T23:42:09.221Z | Downloaded crossbeam-deque v0.8.5 |
1254 | 2024-07-10T23:42:09.221Z | Downloaded cipher v0.4.4 |
1255 | 2024-07-10T23:42:09.221Z | Downloaded lazycell v1.3.0 |
1256 | 2024-07-10T23:42:09.221Z | Downloaded ipnetwork v0.20.0 |
1257 | 2024-07-10T23:42:09.221Z | Downloaded array-init v0.0.4 |
1258 | 2024-07-10T23:42:09.221Z | Downloaded cstr-argument v0.1.2 |
1259 | 2024-07-10T23:42:09.221Z | Downloaded crucible-workspace-hack v0.1.0 |
1260 | 2024-07-10T23:42:09.221Z | Downloaded lru-cache v0.1.2 |
1261 | 2024-07-10T23:42:09.221Z | Downloaded linear-map v1.2.0 |
1262 | 2024-07-10T23:42:09.221Z | Downloaded kstat-rs v0.2.4 |
1263 | 2024-07-10T23:42:09.224Z | Downloaded cfg_aliases v0.1.1 |
1264 | 2024-07-10T23:42:09.224Z | Downloaded bitstruct_derive v0.1.0 |
1265 | 2024-07-10T23:42:09.224Z | Downloaded bitflags v1.3.2 |
1266 | 2024-07-10T23:42:09.229Z | Downloaded cassowary v0.3.0 |
1267 | 2024-07-10T23:42:09.229Z | Downloaded camino-tempfile v1.1.1 |
1268 | 2024-07-10T23:42:09.229Z | Downloaded base16ct v0.2.0 |
1269 | 2024-07-10T23:42:09.232Z | Downloaded async-recursion v1.1.1 |
1270 | 2024-07-10T23:42:09.273Z | Downloaded ring v0.17.8 |
1271 | 2024-07-10T23:42:09.379Z | Downloaded ring v0.16.20 |
1272 | 2024-07-10T23:42:10.044Z | Compiling serde v1.0.204 |
1273 | 2024-07-10T23:42:10.044Z | Checking cfg-if v1.0.0 |
1274 | 2024-07-10T23:42:10.108Z | Compiling libm v0.2.8 |
1275 | 2024-07-10T23:42:10.109Z | Compiling num-traits v0.2.19 |
1276 | 2024-07-10T23:42:10.125Z | Checking libc v0.2.155 |
1277 | 2024-07-10T23:42:10.145Z | Compiling syn v2.0.68 |
1278 | 2024-07-10T23:42:10.163Z | Compiling ahash v0.8.11 |
1279 | 2024-07-10T23:42:10.176Z | Compiling getrandom v0.2.14 |
1280 | 2024-07-10T23:42:10.176Z | Compiling serde_json v1.0.120 |
1281 | 2024-07-10T23:42:10.413Z | Compiling generic-array v0.14.7 |
1282 | 2024-07-10T23:42:10.513Z | Compiling log v0.4.21 |
1283 | 2024-07-10T23:42:10.542Z | Checking scopeguard v1.2.0 |
1284 | 2024-07-10T23:42:10.624Z | Checking memchr v2.7.2 |
1285 | 2024-07-10T23:42:10.644Z | Compiling syn v1.0.109 |
1286 | 2024-07-10T23:42:10.679Z | Checking lock_api v0.4.12 |
1287 | 2024-07-10T23:42:10.769Z | Checking itoa v1.0.11 |
1288 | 2024-07-10T23:42:10.852Z | Checking byteorder v1.5.0 |
1289 | 2024-07-10T23:42:10.931Z | Compiling allocator-api2 v0.2.18 |
1290 | 2024-07-10T23:42:11.125Z | Checking smallvec v1.13.2 |
1291 | 2024-07-10T23:42:11.255Z | Compiling schemars v0.8.21 |
1292 | 2024-07-10T23:42:11.408Z | Checking rand_core v0.6.4 |
1293 | 2024-07-10T23:42:11.500Z | Compiling ring v0.17.8 |
1294 | 2024-07-10T23:42:11.518Z | Compiling time-macros v0.2.18 |
1295 | 2024-07-10T23:42:11.631Z | Checking once_cell v1.19.0 |
1296 | 2024-07-10T23:42:11.684Z | Compiling slog v2.7.0 |
1297 | 2024-07-10T23:42:11.704Z | Checking parking_lot_core v0.9.10 |
1298 | 2024-07-10T23:42:11.908Z | Compiling aho-corasick v1.1.3 |
1299 | 2024-07-10T23:42:12.022Z | Checking parking_lot v0.12.2 |
1300 | 2024-07-10T23:42:12.236Z | Compiling regex-syntax v0.8.3 |
1301 | 2024-07-10T23:42:12.368Z | Checking pin-project-lite v0.2.14 |
1302 | 2024-07-10T23:42:18.250Z | Checking signal-hook-registry v1.4.2 |
1303 | 2024-07-10T23:42:18.411Z | Compiling crossbeam-utils v0.8.19 |
1304 | 2024-07-10T23:42:18.411Z | Checking mio v0.8.11 |
1305 | 2024-07-10T23:42:18.438Z | Compiling regex-automata v0.4.6 |
1306 | 2024-07-10T23:42:18.438Z | Compiling iana-time-zone v0.1.60 |
1307 | 2024-07-10T23:42:18.438Z | Checking num_cpus v1.16.0 |
1308 | 2024-07-10T23:42:18.438Z | Checking spin v0.9.8 |
1309 | 2024-07-10T23:42:18.438Z | Compiling rustls v0.21.12 |
1310 | 2024-07-10T23:42:18.438Z | Checking typenum v1.17.0 |
1311 | 2024-07-10T23:42:18.438Z | Compiling serde_derive_internals v0.29.1 |
1312 | 2024-07-10T23:42:18.438Z | Compiling cookie v0.17.0 |
1313 | 2024-07-10T23:42:18.438Z | Compiling dyn-clone v1.0.17 |
1314 | 2024-07-10T23:42:18.438Z | Checking futures-core v0.3.30 |
1315 | 2024-07-10T23:42:18.439Z | Checking socket2 v0.5.7 |
1316 | 2024-07-10T23:42:18.464Z | Compiling backtrace v0.3.71 |
1317 | 2024-07-10T23:42:18.502Z | Checking ryu v1.0.18 |
1318 | 2024-07-10T23:42:18.721Z | Checking subtle v2.5.0 |
1319 | 2024-07-10T23:42:18.854Z | Compiling anyhow v1.0.86 |
1320 | 2024-07-10T23:42:18.958Z | Compiling unicode-normalization v0.1.23 |
1321 | 2024-07-10T23:42:19.418Z | Checking futures-sink v0.3.30 |
1322 | 2024-07-10T23:42:19.559Z | Compiling unicode-bidi v0.3.15 |
1323 | 2024-07-10T23:42:19.632Z | Compiling either v1.12.0 |
1324 | 2024-07-10T23:42:20.040Z | Compiling untrusted v0.9.0 |
1325 | 2024-07-10T23:42:20.108Z | Checking futures-channel v0.3.30 |
1326 | 2024-07-10T23:42:20.358Z | Checking slab v0.4.9 |
1327 | 2024-07-10T23:42:20.468Z | Compiling winnow v0.5.40 |
1328 | 2024-07-10T23:42:20.509Z | Checking futures-task v0.3.30 |
1329 | 2024-07-10T23:42:20.615Z | Checking pin-utils v0.1.0 |
1330 | 2024-07-10T23:42:20.710Z | Compiling regex v1.10.5 |
1331 | 2024-07-10T23:42:20.751Z | Compiling const-oid v0.9.6 |
1332 | 2024-07-10T23:42:21.055Z | Checking futures-io v0.3.30 |
1333 | 2024-07-10T23:42:21.245Z | Compiling time v0.3.36 |
1334 | 2024-07-10T23:42:23.692Z | Compiling signal-hook v0.3.17 |
1335 | 2024-07-10T23:42:23.967Z | Compiling rustls-webpki v0.101.7 |
1336 | 2024-07-10T23:42:24.072Z | Compiling sct v0.7.1 |
1337 | 2024-07-10T23:42:24.123Z | Compiling idna v0.5.0 |
1338 | 2024-07-10T23:42:24.455Z | Compiling siphasher v0.3.11 |
1339 | 2024-07-10T23:42:24.993Z | Compiling serde_derive v1.0.204 |
1340 | 2024-07-10T23:42:25.196Z | Compiling zerocopy-derive v0.7.34 |
1341 | 2024-07-10T23:42:25.732Z | Compiling zeroize_derive v1.4.2 |
1342 | 2024-07-10T23:42:25.938Z | Compiling tokio-macros v2.3.0 |
1343 | 2024-07-10T23:42:26.045Z | Compiling thiserror-impl v1.0.60 |
1344 | 2024-07-10T23:42:26.791Z | Compiling futures-macro v0.3.30 |
1345 | 2024-07-10T23:42:27.386Z | Compiling tracing-attributes v0.1.27 |
1346 | 2024-07-10T23:42:27.577Z | Compiling zerocopy v0.7.34 |
1347 | 2024-07-10T23:42:27.695Z | Compiling schemars_derive v0.8.21 |
1348 | 2024-07-10T23:42:28.814Z | Checking zeroize v1.7.0 |
1349 | 2024-07-10T23:42:28.943Z | Compiling openssl-macros v0.1.1 |
1350 | 2024-07-10T23:42:29.093Z | Compiling async-trait v0.1.81 |
1351 | 2024-07-10T23:42:29.383Z | Compiling thiserror v1.0.60 |
1352 | 2024-07-10T23:42:29.900Z | Compiling hashbrown v0.14.5 |
1353 | 2024-07-10T23:42:30.014Z | Compiling scroll_derive v0.12.0 |
1354 | 2024-07-10T23:42:30.744Z | Compiling pest v2.7.10 |
1355 | 2024-07-10T23:42:31.300Z | Compiling der_derive v0.7.2 |
1356 | 2024-07-10T23:42:31.323Z | Checking crypto-common v0.1.6 |
1357 | 2024-07-10T23:42:31.537Z | Compiling scroll v0.12.0 |
1358 | 2024-07-10T23:42:31.955Z | Compiling futures-util v0.3.30 |
1359 | 2024-07-10T23:42:32.110Z | Compiling goblin v0.8.2 |
1360 | 2024-07-10T23:42:32.888Z | Compiling tracing v0.1.40 |
1361 | 2024-07-10T23:42:33.467Z | Compiling pest_meta v2.7.10 |
1362 | 2024-07-10T23:42:33.667Z | Compiling clap_derive v4.5.4 |
1363 | 2024-07-10T23:42:34.619Z | Compiling block-buffer v0.10.4 |
1364 | 2024-07-10T23:42:34.894Z | Compiling pest_generator v2.7.10 |
1365 | 2024-07-10T23:42:37.050Z | Compiling digest v0.10.7 |
1366 | 2024-07-10T23:42:37.551Z | Compiling zerocopy-derive v0.6.6 |
1367 | 2024-07-10T23:42:38.056Z | Compiling url v2.5.0 |
1368 | 2024-07-10T23:42:38.302Z | Compiling idna v0.3.0 |
1369 | 2024-07-10T23:42:38.806Z | Compiling pest_derive v2.7.10 |
1370 | 2024-07-10T23:42:38.950Z | Checking bytes v1.6.0 |
1371 | 2024-07-10T23:42:39.559Z | Checking bitflags v2.5.0 |
1372 | 2024-07-10T23:42:39.729Z | Checking tokio v1.38.0 |
1373 | 2024-07-10T23:42:39.797Z | Compiling dtrace-parser v0.2.0 |
1374 | 2024-07-10T23:42:39.957Z | Compiling indexmap v2.2.6 |
1375 | 2024-07-10T23:42:40.231Z | Compiling semver v1.0.23 |
1376 | 2024-07-10T23:42:41.031Z | Compiling serde_tokenstream v0.2.1 |
1377 | 2024-07-10T23:42:41.094Z | Compiling chrono v0.4.38 |
1378 | 2024-07-10T23:42:41.184Z | Compiling uuid v1.9.1 |
1379 | 2024-07-10T23:42:41.565Z | Compiling http v0.2.12 |
1380 | 2024-07-10T23:42:42.081Z | Compiling rustc_version v0.4.0 |
1381 | 2024-07-10T23:42:42.654Z | Compiling serde_spanned v0.6.6 |
1382 | 2024-07-10T23:42:42.748Z | Compiling toml_datetime v0.6.6 |
1383 | 2024-07-10T23:42:42.862Z | Compiling dof v0.3.0 |
1384 | 2024-07-10T23:42:42.881Z | Compiling openapiv3 v2.0.0 |
1385 | 2024-07-10T23:42:43.049Z | Compiling rustix v0.38.34 |
1386 | 2024-07-10T23:42:43.294Z | Compiling toml_edit v0.19.15 |
1387 | 2024-07-10T23:42:44.941Z | Compiling usdt-impl v0.5.0 |
1388 | 2024-07-10T23:42:45.238Z | Compiling http-body v0.4.6 |
1389 | 2024-07-10T23:42:45.694Z | Compiling openssl v0.10.64 |
1390 | 2024-07-10T23:42:46.052Z | Compiling ppv-lite86 v0.2.17 |
1391 | 2024-07-10T23:42:46.558Z | Compiling psl-types v2.0.11 |
1392 | 2024-07-10T23:42:46.689Z | Compiling usdt-attr-macro v0.5.0 |
1393 | 2024-07-10T23:42:46.756Z | Compiling usdt-macro v0.5.0 |
1394 | 2024-07-10T23:42:46.800Z | Compiling rand_chacha v0.3.1 |
1395 | 2024-07-10T23:42:47.316Z | Compiling publicsuffix v2.2.3 |
1396 | 2024-07-10T23:42:47.561Z | Compiling heapless v0.7.17 |
1397 | 2024-07-10T23:42:47.977Z | Compiling serde_urlencoded v0.7.1 |
1398 | 2024-07-10T23:42:48.440Z | Compiling rand v0.8.5 |
1399 | 2024-07-10T23:42:48.793Z | Compiling cookie_store v0.20.0 |
1400 | 2024-07-10T23:42:49.062Z | Compiling crossbeam-epoch v0.9.18 |
1401 | 2024-07-10T23:42:49.284Z | Compiling webpki-roots v0.25.4 |
1402 | 2024-07-10T23:42:49.444Z | Compiling bit-vec v0.6.3 |
1403 | 2024-07-10T23:42:49.464Z | Compiling gimli v0.28.1 |
1404 | 2024-07-10T23:42:49.836Z | Compiling tokio-util v0.7.11 |
1405 | 2024-07-10T23:42:49.897Z | Compiling tokio-rustls v0.24.1 |
1406 | 2024-07-10T23:42:50.311Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1407 | 2024-07-10T23:42:50.413Z | Compiling unicode-xid v0.2.4 |
1408 | 2024-07-10T23:42:50.591Z | Compiling enum-as-inner v0.5.1 |
1409 | 2024-07-10T23:42:50.931Z | Compiling h2 v0.3.26 |
1410 | 2024-07-10T23:42:51.225Z | Compiling phf_shared v0.10.0 |
1411 | 2024-07-10T23:42:51.404Z | Compiling lazy_static v1.5.0 |
1412 | 2024-07-10T23:42:51.476Z | Compiling object v0.32.2 |
1413 | 2024-07-10T23:42:51.524Z | Compiling new_debug_unreachable v1.0.6 |
1414 | 2024-07-10T23:42:51.593Z | Compiling smoltcp v0.9.1 |
1415 | 2024-07-10T23:42:51.612Z | Compiling base64ct v1.6.0 |
1416 | 2024-07-10T23:42:51.637Z | Compiling minimal-lexical v0.2.1 |
1417 | 2024-07-10T23:42:52.118Z | Compiling native-tls v0.2.11 |
1418 | 2024-07-10T23:42:52.233Z | Compiling rustc-demangle v0.1.24 |
1419 | 2024-07-10T23:42:52.319Z | Compiling precomputed-hash v0.1.1 |
1420 | 2024-07-10T23:42:52.441Z | Compiling fixedbitset v0.4.2 |
1421 | 2024-07-10T23:42:52.755Z | Compiling tokio-native-tls v0.3.1 |
1422 | 2024-07-10T23:42:52.905Z | Compiling petgraph v0.6.5 |
1423 | 2024-07-10T23:42:53.039Z | Compiling string_cache v0.8.7 |
1424 | 2024-07-10T23:42:53.268Z | Compiling pem-rfc7468 v0.7.0 |
1425 | 2024-07-10T23:42:53.552Z | Compiling nom v7.1.3 |
1426 | 2024-07-10T23:42:54.082Z | Compiling addr2line v0.21.0 |
1427 | 2024-07-10T23:42:54.373Z | Compiling toml_edit v0.22.14 |
1428 | 2024-07-10T23:42:54.760Z | Compiling bit-set v0.5.3 |
1429 | 2024-07-10T23:42:54.792Z | Compiling futures-executor v0.3.30 |
1430 | 2024-07-10T23:42:55.037Z | Compiling hmac v0.12.1 |
1431 | 2024-07-10T23:42:55.310Z | Compiling hubpack_derive v0.1.1 |
1432 | 2024-07-10T23:42:55.380Z | Compiling itertools v0.10.5 |
1433 | 2024-07-10T23:42:56.221Z | Compiling diesel_table_macro_syntax v0.1.0 |
1434 | 2024-07-10T23:42:56.635Z | Compiling num-integer v0.1.46 |
1435 | 2024-07-10T23:42:56.896Z | Compiling fs-err v2.11.0 |
1436 | 2024-07-10T23:42:57.115Z | Compiling flagset v0.4.5 |
1437 | 2024-07-10T23:42:57.171Z | Checking fnv v1.0.7 |
1438 | 2024-07-10T23:42:57.219Z | Compiling lalrpop-util v0.19.12 |
1439 | 2024-07-10T23:42:57.294Z | Compiling hyper v0.14.28 |
1440 | 2024-07-10T23:42:57.335Z | Compiling unicode-segmentation v1.11.0 |
1441 | 2024-07-10T23:42:57.394Z | Compiling der v0.7.9 |
1442 | 2024-07-10T23:42:57.714Z | Compiling diesel_derives v2.1.4 |
1443 | 2024-07-10T23:42:58.318Z | Compiling futures v0.3.30 |
1444 | 2024-07-10T23:42:58.439Z | Compiling hex v0.4.3 |
1445 | 2024-07-10T23:42:58.614Z | Compiling itertools v0.12.1 |
1446 | 2024-07-10T23:43:00.032Z | Compiling finl_unicode v1.2.0 |
1447 | 2024-07-10T23:43:00.945Z | Compiling stringprep v0.1.4 |
1448 | 2024-07-10T23:43:01.300Z | Compiling spki v0.7.3 |
1449 | 2024-07-10T23:43:01.669Z | Compiling sha2 v0.10.8 |
1450 | 2024-07-10T23:43:01.855Z | Compiling toml v0.7.8 |
1451 | 2024-07-10T23:43:01.926Z | Compiling md-5 v0.10.6 |
1452 | 2024-07-10T23:43:02.160Z | Compiling serde_repr v0.1.19 |
1453 | 2024-07-10T23:43:02.194Z | Compiling strum_macros v0.25.3 |
1454 | 2024-07-10T23:43:02.764Z | Compiling hash32 v0.2.1 |
1455 | 2024-07-10T23:43:02.853Z | Compiling fallible-iterator v0.2.0 |
1456 | 2024-07-10T23:43:03.188Z | Checking tinyvec_macros v0.1.1 |
1457 | 2024-07-10T23:43:03.283Z | Compiling stable_deref_trait v1.2.0 |
1458 | 2024-07-10T23:43:03.390Z | Checking tinyvec v1.6.0 |
1459 | 2024-07-10T23:43:03.575Z | Compiling postgres-protocol v0.6.6 |
1460 | 2024-07-10T23:43:03.577Z | Compiling pkcs8 v0.10.2 |
1461 | 2024-07-10T23:43:04.161Z | Compiling hyper-tls v0.5.0 |
1462 | 2024-07-10T23:43:04.517Z | Compiling hyper-rustls v0.24.2 |
1463 | 2024-07-10T23:43:04.582Z | Compiling ipnetwork v0.20.0 |
1464 | 2024-07-10T23:43:04.626Z | Compiling terminal_size v0.3.0 |
1465 | 2024-07-10T23:43:04.830Z | Compiling reqwest v0.11.27 |
1466 | 2024-07-10T23:43:04.873Z | Compiling block-padding v0.3.3 |
1467 | 2024-07-10T23:43:04.955Z | Compiling phf_shared v0.11.2 |
1468 | 2024-07-10T23:43:05.129Z | Compiling ff v0.13.0 |
1469 | 2024-07-10T23:43:05.355Z | Compiling scheduled-thread-pool v0.2.7 |
1470 | 2024-07-10T23:43:05.358Z | Compiling matches v0.1.10 |
1471 | 2024-07-10T23:43:05.472Z | Compiling managed v0.8.0 |
1472 | 2024-07-10T23:43:05.498Z | Compiling base16ct v0.2.0 |
1473 | 2024-07-10T23:43:05.846Z | Checking equivalent v1.0.1 |
1474 | 2024-07-10T23:43:05.943Z | Compiling bitflags v1.3.2 |
1475 | 2024-07-10T23:43:05.978Z | Compiling peg-runtime v0.8.3 |
1476 | 2024-07-10T23:43:06.450Z | Compiling clap_builder v4.5.2 |
1477 | 2024-07-10T23:43:06.619Z | Compiling sec1 v0.7.3 |
1478 | 2024-07-10T23:43:06.674Z | Compiling r2d2 v0.8.10 |
1479 | 2024-07-10T23:43:07.049Z | Compiling signal-hook-mio v0.2.3 |
1480 | 2024-07-10T23:43:07.078Z | Compiling idna v0.2.3 |
1481 | 2024-07-10T23:43:07.203Z | Compiling usdt v0.5.0 |
1482 | 2024-07-10T23:43:07.209Z | Compiling group v0.13.0 |
1483 | 2024-07-10T23:43:07.242Z | Compiling phf v0.11.2 |
1484 | 2024-07-10T23:43:07.515Z | Compiling inout v0.1.3 |
1485 | 2024-07-10T23:43:07.535Z | Compiling postgres-types v0.2.6 |
1486 | 2024-07-10T23:43:07.698Z | Compiling num-bigint v0.4.5 |
1487 | 2024-07-10T23:43:07.800Z | Compiling num-iter v0.1.45 |
1488 | 2024-07-10T23:43:08.026Z | Compiling hubpack v0.1.2 |
1489 | 2024-07-10T23:43:08.181Z | Compiling hkdf v0.12.4 |
1490 | 2024-07-10T23:43:08.530Z | Compiling zerocopy v0.6.6 |
1491 | 2024-07-10T23:43:08.738Z | Compiling crypto-bigint v0.5.5 |
1492 | 2024-07-10T23:43:09.134Z | Compiling float-cmp v0.9.0 |
1493 | 2024-07-10T23:43:09.321Z | Compiling data-encoding v2.6.0 |
1494 | 2024-07-10T23:43:09.365Z | Compiling whoami v1.5.1 |
1495 | 2024-07-10T23:43:09.412Z | Compiling static_assertions v1.1.0 |
1496 | 2024-07-10T23:43:09.512Z | Compiling predicates-core v1.0.6 |
1497 | 2024-07-10T23:43:09.875Z | Compiling normalize-line-endings v0.3.0 |
1498 | 2024-07-10T23:43:10.008Z | Checking cpufeatures v0.2.12 |
1499 | 2024-07-10T23:43:10.056Z | Compiling difflib v0.4.0 |
1500 | 2024-07-10T23:43:10.094Z | Compiling clap v4.5.4 |
1501 | 2024-07-10T23:43:10.215Z | Compiling trust-dns-proto v0.22.0 |
1502 | 2024-07-10T23:43:10.850Z | Compiling diesel v2.1.6 |
1503 | 2024-07-10T23:43:11.705Z | Compiling elliptic-curve v0.13.8 |
1504 | 2024-07-10T23:43:11.756Z | Compiling yasna v0.5.2 |
1505 | 2024-07-10T23:43:12.539Z | Compiling predicates v3.1.0 |
1506 | 2024-07-10T23:43:13.753Z | Compiling tokio-postgres v0.7.10 |
1507 | 2024-07-10T23:43:14.369Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1508 | 2024-07-10T23:43:18.653Z | Compiling cipher v0.4.4 |
1509 | 2024-07-10T23:43:18.708Z | Compiling crossterm v0.27.0 |
1510 | 2024-07-10T23:43:18.708Z | Compiling similar v2.5.0 |
1511 | 2024-07-10T23:43:18.786Z | Compiling console v0.15.8 |
1512 | 2024-07-10T23:43:18.836Z | Compiling tokio-stream v0.1.15 |
1513 | 2024-07-10T23:43:19.024Z | Compiling bstr v1.9.1 |
1514 | 2024-07-10T23:43:19.817Z | Checking tracing-core v0.1.32 |
1515 | 2024-07-10T23:43:20.312Z | Checking percent-encoding v2.3.1 |
1516 | 2024-07-10T23:43:20.534Z | Checking form_urlencoded v1.2.1 |
1517 | 2024-07-10T23:43:20.722Z | Checking powerfmt v0.2.0 |
1518 | 2024-07-10T23:43:20.814Z | Checking time-core v0.1.2 |
1519 | 2024-07-10T23:43:20.844Z | Checking num_threads v0.1.7 |
1520 | 2024-07-10T23:43:20.961Z | Checking unicode-ident v1.0.12 |
1521 | 2024-07-10T23:43:20.964Z | Checking num-conv v0.1.0 |
1522 | 2024-07-10T23:43:20.964Z | Checking httparse v1.8.0 |
1523 | 2024-07-10T23:43:21.009Z | Checking deranged v0.3.11 |
1524 | 2024-07-10T23:43:21.124Z | Checking unicode-width v0.1.13 |
1525 | 2024-07-10T23:43:21.381Z | Checking errno v0.3.9 |
1526 | 2024-07-10T23:43:22.113Z | Checking proc-macro2 v1.0.86 |
1527 | 2024-07-10T23:43:22.661Z | Checking adler v1.0.2 |
1528 | 2024-07-10T23:43:22.763Z | Checking base64 v0.21.7 |
1529 | 2024-07-10T23:43:22.810Z | Checking miniz_oxide v0.7.2 |
1530 | 2024-07-10T23:43:22.813Z | Checking quote v1.0.36 |
1531 | 2024-07-10T23:43:23.245Z | Checking try-lock v0.2.5 |
1532 | 2024-07-10T23:43:23.386Z | Checking want v0.3.1 |
1533 | 2024-07-10T23:43:23.591Z | Checking tower-service v0.3.2 |
1534 | 2024-07-10T23:43:24.027Z | Checking httpdate v1.0.3 |
1535 | 2024-07-10T23:43:24.364Z | Checking openssl-probe v0.1.5 |
1536 | 2024-07-10T23:43:24.369Z | Checking foreign-types-shared v0.1.1 |
1537 | 2024-07-10T23:43:24.478Z | Checking foreign-types v0.3.2 |
1538 | 2024-07-10T23:43:24.506Z | Checking openssl-sys v0.9.102 |
1539 | 2024-07-10T23:43:24.730Z | Checking ipnet v2.9.0 |
1540 | 2024-07-10T23:43:25.215Z | Checking mime v0.3.17 |
1541 | 2024-07-10T23:43:25.543Z | Checking utf8parse v0.2.1 |
1542 | 2024-07-10T23:43:29.938Z | Checking encoding_rs v0.8.34 |
1543 | 2024-07-10T23:43:30.007Z | Checking anstyle v1.0.7 |
1544 | 2024-07-10T23:43:31.726Z | Checking rustls-pemfile v1.0.4 |
1545 | 2024-07-10T23:43:31.930Z | Checking sync_wrapper v0.1.2 |
1546 | 2024-07-10T23:43:31.999Z | Checking plain v0.2.3 |
1547 | 2024-07-10T23:43:32.098Z | Checking ucd-trie v0.1.6 |
1548 | 2024-07-10T23:43:32.175Z | Checking anstyle-parse v0.2.4 |
1549 | 2024-07-10T23:43:32.323Z | Checking is_terminal_polyfill v1.70.0 |
1550 | 2024-07-10T23:43:32.390Z | Checking pretty-hex v0.4.1 |
1551 | 2024-07-10T23:43:32.425Z | Checking colorchoice v1.0.1 |
1552 | 2024-07-10T23:43:32.445Z | Checking anstyle-query v1.0.3 |
1553 | 2024-07-10T23:43:32.565Z | Checking thread-id v4.2.1 |
1554 | 2024-07-10T23:43:32.568Z | Checking anstream v0.6.14 |
1555 | 2024-07-10T23:43:32.616Z | Checking strsim v0.11.1 |
1556 | 2024-07-10T23:43:32.669Z | Checking clap_lex v0.7.0 |
1557 | 2024-07-10T23:43:32.992Z | Checking memmap v0.7.0 |
1558 | 2024-07-10T23:43:33.199Z | Checking crc32fast v1.4.0 |
1559 | 2024-07-10T23:43:34.490Z | Checking flate2 v1.0.30 |
1560 | 2024-07-10T23:43:35.226Z | Checking winnow v0.6.8 |
1561 | 2024-07-10T23:43:43.817Z | Compiling regress v0.9.1 |
1562 | 2024-07-10T23:43:43.841Z | Compiling getopts v0.2.21 |
1563 | 2024-07-10T23:43:44.857Z | Compiling unsafe-libyaml v0.2.11 |
1564 | 2024-07-10T23:43:45.016Z | Checking heck v0.5.0 |
1565 | 2024-07-10T23:43:46.061Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1566 | 2024-07-10T23:43:46.389Z | Compiling serde_yaml v0.9.34+deprecated |
1567 | 2024-07-10T23:43:46.771Z | Compiling paste v1.0.15 |
1568 | 2024-07-10T23:43:47.051Z | Checking camino v1.1.7 |
1569 | 2024-07-10T23:43:47.286Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1570 | 2024-07-10T23:43:47.663Z | Checking is-terminal v0.4.12 |
1571 | 2024-07-10T23:43:47.736Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1572 | 2024-07-10T23:43:48.165Z | Compiling strum_macros v0.26.4 |
1573 | 2024-07-10T23:43:48.205Z | Checking base64 v0.22.1 |
1574 | 2024-07-10T23:43:48.697Z | Compiling ident_case v1.0.1 |
1575 | 2024-07-10T23:43:48.877Z | Compiling darling_core v0.20.9 |
1576 | 2024-07-10T23:43:48.898Z | Checking sha1 v0.10.6 |
1577 | 2024-07-10T23:43:49.067Z | Compiling rustls v0.22.4 |
1578 | 2024-07-10T23:43:49.143Z | Checking http v1.1.0 |
1579 | 2024-07-10T23:43:49.343Z | Checking match_cfg v0.1.0 |
1580 | 2024-07-10T23:43:49.440Z | Checking hostname v0.3.1 |
1581 | 2024-07-10T23:43:49.579Z | Checking dirs-sys-next v0.1.2 |
1582 | 2024-07-10T23:43:49.761Z | Compiling multer v3.1.0 |
1583 | 2024-07-10T23:43:50.109Z | Checking dirs-next v2.0.0 |
1584 | 2024-07-10T23:43:50.244Z | Checking crossbeam-channel v0.5.12 |
1585 | 2024-07-10T23:43:50.523Z | Compiling async-stream-impl v0.3.5 |
1586 | 2024-07-10T23:43:50.643Z | Checking thread_local v1.1.8 |
1587 | 2024-07-10T23:43:50.848Z | Checking rustls-pki-types v1.7.0 |
1588 | 2024-07-10T23:43:50.895Z | Checking term v0.7.0 |
1589 | 2024-07-10T23:43:50.960Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1590 | 2024-07-10T23:43:51.238Z | Checking take_mut v0.2.2 |
1591 | 2024-07-10T23:43:51.325Z | Checking slog-term v2.9.1 |
1592 | 2024-07-10T23:43:51.328Z | Checking toml v0.8.14 |
1593 | 2024-07-10T23:43:51.380Z | Checking slog-async v2.8.0 |
1594 | 2024-07-10T23:43:51.669Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1595 | 2024-07-10T23:43:51.796Z | Checking rustls-webpki v0.102.4 |
1596 | 2024-07-10T23:43:51.876Z | Checking slog-json v2.6.1 |
1597 | 2024-07-10T23:43:52.109Z | Checking instant v0.1.12 |
1598 | 2024-07-10T23:43:52.134Z | Checking slog-bunyan v2.5.0 |
1599 | 2024-07-10T23:43:52.232Z | Checking rustls-pemfile v2.1.2 |
1600 | 2024-07-10T23:43:52.302Z | Checking debug-ignore v1.0.5 |
1601 | 2024-07-10T23:43:52.443Z | Checking fastrand v2.1.0 |
1602 | 2024-07-10T23:43:52.468Z | Checking atomic-waker v1.1.2 |
1603 | 2024-07-10T23:43:52.591Z | Checking quick-error v1.2.3 |
1604 | 2024-07-10T23:43:52.731Z | Checking waitgroup v0.1.2 |
1605 | 2024-07-10T23:43:52.764Z | Checking tempfile v3.10.1 |
1606 | 2024-07-10T23:43:52.870Z | Checking async-stream v0.3.5 |
1607 | 2024-07-10T23:43:53.126Z | Checking serde_path_to_error v0.1.16 |
1608 | 2024-07-10T23:43:53.517Z | Compiling structmeta-derive v0.3.0 |
1609 | 2024-07-10T23:43:53.640Z | Checking strum v0.26.2 |
1610 | 2024-07-10T23:43:53.778Z | Checking hostname v0.4.0 |
1611 | 2024-07-10T23:43:53.806Z | Checking newtype-uuid v1.1.0 |
1612 | 2024-07-10T23:43:53.915Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1613 | 2024-07-10T23:43:54.058Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1614 | 2024-07-10T23:43:54.666Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1615 | 2024-07-10T23:43:54.821Z | Checking macaddr v1.0.1 |
1616 | 2024-07-10T23:43:54.948Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1617 | 2024-07-10T23:43:55.093Z | Checking backoff v0.4.0 |
1618 | 2024-07-10T23:43:55.165Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1619 | 2024-07-10T23:43:55.390Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1620 | 2024-07-10T23:43:55.503Z | Checking wait-timeout v0.2.0 |
1621 | 2024-07-10T23:43:55.544Z | Compiling structmeta-derive v0.2.0 |
1622 | 2024-07-10T23:43:55.677Z | Checking rusty-fork v0.3.0 |
1623 | 2024-07-10T23:43:55.773Z | Checking rand_xorshift v0.3.0 |
1624 | 2024-07-10T23:43:55.957Z | Checking unarray v0.1.4 |
1625 | 2024-07-10T23:43:55.989Z | Compiling proc-macro-error v1.0.4 |
1626 | 2024-07-10T23:43:56.282Z | Checking tokio-rustls v0.25.0 |
1627 | 2024-07-10T23:43:56.295Z | Checking proptest v1.4.0 |
1628 | 2024-07-10T23:43:56.295Z | Compiling darling_macro v0.20.9 |
1629 | 2024-07-10T23:43:56.581Z | Compiling structmeta v0.3.0 |
1630 | 2024-07-10T23:43:56.686Z | Checking camino-tempfile v1.1.1 |
1631 | 2024-07-10T23:43:56.948Z | Compiling proc-macro-crate v1.3.1 |
1632 | 2024-07-10T23:43:57.047Z | Compiling parse-display-derive v0.9.1 |
1633 | 2024-07-10T23:43:57.164Z | Compiling darling v0.20.9 |
1634 | 2024-07-10T23:43:57.282Z | Compiling serde_with_macros v3.8.1 |
1635 | 2024-07-10T23:43:58.128Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1636 | 2024-07-10T23:43:58.534Z | Compiling num_enum_derive v0.5.11 |
1637 | 2024-07-10T23:43:58.577Z | Compiling structmeta v0.2.0 |
1638 | 2024-07-10T23:43:59.057Z | Compiling test-strategy v0.3.1 |
1639 | 2024-07-10T23:44:00.336Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1640 | 2024-07-10T23:44:00.516Z | Checking serde_with v3.8.1 |
1641 | 2024-07-10T23:44:00.627Z | Compiling foreign-types-macros v0.2.3 |
1642 | 2024-07-10T23:44:00.655Z | Checking foreign-types-shared v0.3.1 |
1643 | 2024-07-10T23:44:00.771Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1644 | 2024-07-10T23:44:01.292Z | Checking num_enum v0.5.11 |
1645 | 2024-07-10T23:44:01.388Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1646 | 2024-07-10T23:44:01.438Z | Checking cstr-argument v0.1.2 |
1647 | 2024-07-10T23:44:01.610Z | Checking pretty-hex v0.2.1 |
1648 | 2024-07-10T23:44:01.784Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1649 | 2024-07-10T23:44:01.905Z | Checking foreign-types v0.5.0 |
1650 | 2024-07-10T23:44:01.974Z | Checking parse-display v0.9.1 |
1651 | 2024-07-10T23:44:02.008Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1652 | 2024-07-10T23:44:02.048Z | Checking tabwriter v1.4.0 |
1653 | 2024-07-10T23:44:02.186Z | Checking colored v2.1.0 |
1654 | 2024-07-10T23:44:02.290Z | Checking socket2 v0.4.10 |
1655 | 2024-07-10T23:44:02.313Z | Checking smf v0.2.3 |
1656 | 2024-07-10T23:44:02.336Z | Checking humantime v2.1.0 |
1657 | 2024-07-10T23:44:02.470Z | Checking termcolor v1.4.1 |
1658 | 2024-07-10T23:44:02.613Z | Checking arc-swap v1.7.1 |
1659 | 2024-07-10T23:44:02.722Z | Checking newline-converter v0.3.0 |
1660 | 2024-07-10T23:44:02.771Z | Checking xattr v1.3.1 |
1661 | 2024-07-10T23:44:02.873Z | Checking filetime v0.2.23 |
1662 | 2024-07-10T23:44:02.894Z | Checking same-file v1.0.6 |
1663 | 2024-07-10T23:44:02.971Z | Checking expectorate v1.1.0 |
1664 | 2024-07-10T23:44:03.014Z | Checking slog-scope v4.4.0 |
1665 | 2024-07-10T23:44:03.054Z | Checking walkdir v2.5.0 |
1666 | 2024-07-10T23:44:03.057Z | Checking utf-8 v0.7.6 |
1667 | 2024-07-10T23:44:03.098Z | Checking tar v0.4.40 |
1668 | 2024-07-10T23:44:03.141Z | Compiling heapless v0.8.0 |
1669 | 2024-07-10T23:44:03.252Z | Checking slog-stdlog v4.1.1 |
1670 | 2024-07-10T23:44:03.329Z | Checking termtree v0.4.1 |
1671 | 2024-07-10T23:44:03.364Z | Checking hash32 v0.3.1 |
1672 | 2024-07-10T23:44:03.408Z | Checking slog-envlogger v2.2.0 |
1673 | 2024-07-10T23:44:03.542Z | Checking predicates-tree v1.0.9 |
1674 | 2024-07-10T23:44:03.562Z | Compiling smoltcp v0.11.0 |
1675 | 2024-07-10T23:44:03.624Z | Checking cobs v0.2.3 |
1676 | 2024-07-10T23:44:03.698Z | Compiling crucible-workspace-hack v0.1.0 |
1677 | 2024-07-10T23:44:03.808Z | Checking embedded-io v0.4.0 |
1678 | 2024-07-10T23:44:03.876Z | Checking sigpipe v0.1.3 |
1679 | 2024-07-10T23:44:03.899Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1680 | 2024-07-10T23:44:03.970Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1681 | 2024-07-10T23:44:03.988Z | Checking postcard v1.0.8 |
1682 | 2024-07-10T23:44:04.099Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1683 | 2024-07-10T23:44:04.118Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1684 | 2024-07-10T23:44:04.228Z | Checking pem v3.0.4 |
1685 | 2024-07-10T23:44:04.307Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1686 | 2024-07-10T23:44:04.493Z | Checking tungstenite v0.20.1 |
1687 | 2024-07-10T23:44:04.536Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1688 | 2024-07-10T23:44:04.698Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1689 | 2024-07-10T23:44:04.970Z | Compiling mockall_derive v0.12.1 |
1690 | 2024-07-10T23:44:05.012Z | Compiling derive-where v1.2.7 |
1691 | 2024-07-10T23:44:05.338Z | Compiling num-derive v0.4.2 |
1692 | 2024-07-10T23:44:06.005Z | Checking atty v0.2.14 |
1693 | 2024-07-10T23:44:06.051Z | Checking downcast v0.11.0 |
1694 | 2024-07-10T23:44:06.128Z | Checking fragile v2.0.0 |
1695 | 2024-07-10T23:44:06.257Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1696 | 2024-07-10T23:44:06.394Z | Checking tokio-tungstenite v0.20.1 |
1697 | 2024-07-10T23:44:06.845Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1698 | 2024-07-10T23:44:06.863Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1699 | 2024-07-10T23:44:06.962Z | Checking tungstenite v0.21.0 |
1700 | 2024-07-10T23:44:07.105Z | Checking env_logger v0.9.3 |
1701 | 2024-07-10T23:44:07.520Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1702 | 2024-07-10T23:44:07.796Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1703 | 2024-07-10T23:44:07.850Z | Compiling bitstruct_derive v0.1.0 |
1704 | 2024-07-10T23:44:07.854Z | Checking tokio-tungstenite v0.21.0 |
1705 | 2024-07-10T23:44:07.930Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1706 | 2024-07-10T23:44:08.269Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1707 | 2024-07-10T23:44:08.357Z | Checking ascii v1.1.0 |
1708 | 2024-07-10T23:44:08.403Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1709 | 2024-07-10T23:44:08.563Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1710 | 2024-07-10T23:44:08.680Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1711 | 2024-07-10T23:44:08.778Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1712 | 2024-07-10T23:44:08.818Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1713 | 2024-07-10T23:44:08.955Z | Checking erased-serde v0.3.31 |
1714 | 2024-07-10T23:44:09.059Z | Checking serde_arrays v0.1.0 |
1715 | 2024-07-10T23:44:09.201Z | Compiling heck v0.3.3 |
1716 | 2024-07-10T23:44:09.243Z | Checking bitstruct v0.1.1 |
1717 | 2024-07-10T23:44:09.345Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1718 | 2024-07-10T23:44:09.370Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1719 | 2024-07-10T23:44:09.622Z | Checking headers-core v0.2.0 |
1720 | 2024-07-10T23:44:09.640Z | Compiling zone_cfg_derive v0.1.2 |
1721 | 2024-07-10T23:44:09.656Z | Checking base64 v0.13.1 |
1722 | 2024-07-10T23:44:09.759Z | Checking headers v0.3.9 |
1723 | 2024-07-10T23:44:10.058Z | Checking ron v0.7.1 |
1724 | 2024-07-10T23:44:10.075Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1725 | 2024-07-10T23:44:11.020Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1726 | 2024-07-10T23:44:11.169Z | Checking zone v0.1.8 |
1727 | 2024-07-10T23:44:11.189Z | Checking portpicker v0.1.1 |
1728 | 2024-07-10T23:44:11.288Z | Checking rcgen v0.12.1 |
1729 | 2024-07-10T23:44:11.318Z | Checking atomicwrites v0.4.3 |
1730 | 2024-07-10T23:44:11.376Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1731 | 2024-07-10T23:44:11.503Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1732 | 2024-07-10T23:44:11.833Z | Checking subprocess v0.2.9 |
1733 | 2024-07-10T23:44:11.910Z | Compiling convert_case v0.4.0 |
1734 | 2024-07-10T23:44:12.350Z | Checking password-hash v0.5.0 |
1735 | 2024-07-10T23:44:12.581Z | Checking blake2 v0.10.6 |
1736 | 2024-07-10T23:44:12.769Z | Checking linked-hash-map v0.5.6 |
1737 | 2024-07-10T23:44:12.885Z | Compiling derive_more v0.99.18 |
1738 | 2024-07-10T23:44:13.024Z | Checking argon2 v0.5.3 |
1739 | 2024-07-10T23:44:13.086Z | Checking lru-cache v0.1.2 |
1740 | 2024-07-10T23:44:13.327Z | Compiling prettyplease v0.2.20 |
1741 | 2024-07-10T23:44:13.361Z | Checking mockall v0.12.1 |
1742 | 2024-07-10T23:44:13.499Z | Checking swrite v0.1.0 |
1743 | 2024-07-10T23:44:13.587Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1744 | 2024-07-10T23:44:13.968Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1745 | 2024-07-10T23:44:13.989Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1746 | 2024-07-10T23:44:14.063Z | Compiling rayon-core v1.12.1 |
1747 | 2024-07-10T23:44:14.264Z | Checking resolv-conf v0.7.0 |
1748 | 2024-07-10T23:44:14.330Z | Checking half v2.4.1 |
1749 | 2024-07-10T23:44:14.375Z | Checking ciborium-io v0.2.2 |
1750 | 2024-07-10T23:44:14.493Z | Compiling semver v0.1.20 |
1751 | 2024-07-10T23:44:14.612Z | Checking trust-dns-resolver v0.22.0 |
1752 | 2024-07-10T23:44:14.616Z | Compiling cancel-safe-futures v0.1.5 |
1753 | 2024-07-10T23:44:14.809Z | Checking ciborium-ll v0.2.2 |
1754 | 2024-07-10T23:44:14.963Z | Compiling rustc_version v0.1.7 |
1755 | 2024-07-10T23:44:15.113Z | Checking ciborium v0.2.2 |
1756 | 2024-07-10T23:44:15.473Z | Compiling newtype_derive v0.1.6 |
1757 | 2024-07-10T23:44:15.741Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1758 | 2024-07-10T23:44:16.460Z | Checking num-rational v0.4.2 |
1759 | 2024-07-10T23:44:16.647Z | Checking num-complex v0.4.6 |
1760 | 2024-07-10T23:44:16.967Z | Compiling slog-dtrace v0.3.0 |
1761 | 2024-07-10T23:44:17.236Z | Checking signature v2.2.0 |
1762 | 2024-07-10T23:44:17.325Z | Checking float-ord v0.3.2 |
1763 | 2024-07-10T23:44:17.473Z | Checking steno v0.4.1 |
1764 | 2024-07-10T23:44:17.526Z | Checking num v0.4.3 |
1765 | 2024-07-10T23:44:18.873Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1766 | 2024-07-10T23:44:19.179Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1767 | 2024-07-10T23:44:20.162Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1768 | 2024-07-10T23:44:20.615Z | Checking libsw v3.3.1 |
1769 | 2024-07-10T23:44:21.168Z | Checking linear-map v1.2.0 |
1770 | 2024-07-10T23:44:21.253Z | Checking owo-colors v4.0.0 |
1771 | 2024-07-10T23:44:22.802Z | Checking nibble_vec v0.1.0 |
1772 | 2024-07-10T23:44:22.993Z | Checking endian-type v0.1.2 |
1773 | 2024-07-10T23:44:23.077Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1774 | 2024-07-10T23:44:23.238Z | Checking radix_trie v0.2.1 |
1775 | 2024-07-10T23:44:23.640Z | Checking fxhash v0.2.1 |
1776 | 2024-07-10T23:44:23.673Z | Checking display-error-chain v0.2.0 |
1777 | 2024-07-10T23:44:23.795Z | Compiling home v0.5.9 |
1778 | 2024-07-10T23:44:23.815Z | Compiling radium v0.7.0 |
1779 | 2024-07-10T23:44:23.818Z | Checking tap v1.0.1 |
1780 | 2024-07-10T23:44:23.989Z | Compiling maybe-uninit v2.0.0 |
1781 | 2024-07-10T23:44:24.067Z | Checking wyz v0.5.1 |
1782 | 2024-07-10T23:44:24.444Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1783 | 2024-07-10T23:44:24.567Z | Checking crc-catalog v2.4.0 |
1784 | 2024-07-10T23:44:24.673Z | Checking funty v2.0.0 |
1785 | 2024-07-10T23:44:24.701Z | Compiling packed_struct v0.10.1 |
1786 | 2024-07-10T23:44:24.885Z | Compiling num-bigint-dig v0.8.4 |
1787 | 2024-07-10T23:44:25.206Z | Checking crc v3.2.1 |
1788 | 2024-07-10T23:44:25.614Z | Checking bitvec v1.0.1 |
1789 | 2024-07-10T23:44:25.644Z | Compiling packed_struct_codegen v0.10.1 |
1790 | 2024-07-10T23:44:25.687Z | Compiling indexmap v1.9.3 |
1791 | 2024-07-10T23:44:25.915Z | Checking nodrop v0.1.14 |
1792 | 2024-07-10T23:44:26.037Z | Checking array-init v0.0.4 |
1793 | 2024-07-10T23:44:26.127Z | Checking smallvec v0.6.14 |
1794 | 2024-07-10T23:44:27.046Z | Checking pkcs1 v0.7.5 |
1795 | 2024-07-10T23:44:27.427Z | Compiling blake3 v1.5.1 |
1796 | 2024-07-10T23:44:27.476Z | Compiling ring v0.16.20 |
1797 | 2024-07-10T23:44:28.026Z | Checking hashbrown v0.12.3 |
1798 | 2024-07-10T23:44:28.294Z | Checking bitfield v0.14.0 |
1799 | 2024-07-10T23:44:28.618Z | Checking serde-hex v0.1.0 |
1800 | 2024-07-10T23:44:28.666Z | Checking rsa v0.9.6 |
1801 | 2024-07-10T23:44:28.950Z | Checking bzip2 v0.4.4 |
1802 | 2024-07-10T23:44:29.224Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1803 | 2024-07-10T23:44:29.472Z | Checking env_logger v0.10.2 |
1804 | 2024-07-10T23:44:29.691Z | Checking x509-cert v0.2.5 |
1805 | 2024-07-10T23:44:29.711Z | Checking ron v0.8.1 |
1806 | 2024-07-10T23:44:29.878Z | Checking hashbrown v0.13.2 |
1807 | 2024-07-10T23:44:30.910Z | Checking crc-any v2.5.0 |
1808 | 2024-07-10T23:44:30.953Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1809 | 2024-07-10T23:44:31.202Z | Checking object v0.30.4 |
1810 | 2024-07-10T23:44:31.218Z | Checking zip v0.6.6 |
1811 | 2024-07-10T23:44:31.244Z | Checking path-slash v0.1.5 |
1812 | 2024-07-10T23:44:31.261Z | Compiling async-recursion v1.1.1 |
1813 | 2024-07-10T23:44:31.381Z | Checking gethostname v0.4.3 |
1814 | 2024-07-10T23:44:31.409Z | Checking maplit v1.0.2 |
1815 | 2024-07-10T23:44:31.519Z | Compiling parking_lot_core v0.8.6 |
1816 | 2024-07-10T23:44:31.538Z | Compiling libefi-sys v0.1.0 |
1817 | 2024-07-10T23:44:31.834Z | Compiling bitfield-struct v0.6.1 |
1818 | 2024-07-10T23:44:31.858Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1819 | 2024-07-10T23:44:32.184Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1820 | 2024-07-10T23:44:32.339Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1821 | 2024-07-10T23:44:32.498Z | Compiling crossbeam-deque v0.8.5 |
1822 | 2024-07-10T23:44:32.706Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1823 | 2024-07-10T23:44:32.817Z | Checking keccak v0.1.5 |
1824 | 2024-07-10T23:44:33.145Z | Checking sha3 v0.10.8 |
1825 | 2024-07-10T23:44:33.167Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1826 | 2024-07-10T23:44:33.570Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1827 | 2024-07-10T23:44:33.847Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1828 | 2024-07-10T23:44:33.906Z | Checking parking_lot v0.11.2 |
1829 | 2024-07-10T23:44:34.050Z | Checking trust-dns-client v0.22.0 |
1830 | 2024-07-10T23:44:34.083Z | Checking toml v0.5.11 |
1831 | 2024-07-10T23:44:34.259Z | Checking secrecy v0.8.0 |
1832 | 2024-07-10T23:44:34.316Z | Checking sled v0.34.7 |
1833 | 2024-07-10T23:44:34.474Z | Compiling rayon v1.10.0 |
1834 | 2024-07-10T23:44:35.152Z | Compiling memmap2 v0.9.4 |
1835 | 2024-07-10T23:44:35.256Z | Compiling untrusted v0.7.1 |
1836 | 2024-07-10T23:44:35.451Z | Compiling constant_time_eq v0.3.0 |
1837 | 2024-07-10T23:44:35.536Z | Checking trust-dns-server v0.22.1 |
1838 | 2024-07-10T23:44:35.614Z | Compiling arrayvec v0.7.4 |
1839 | 2024-07-10T23:44:35.634Z | Compiling buf-list v1.0.3 |
1840 | 2024-07-10T23:44:36.035Z | Compiling spin v0.5.2 |
1841 | 2024-07-10T23:44:36.263Z | Compiling arrayref v0.3.7 |
1842 | 2024-07-10T23:44:37.107Z | Compiling toolchain_find v0.4.0 |
1843 | 2024-07-10T23:44:37.482Z | Compiling topological-sort v0.2.2 |
1844 | 2024-07-10T23:44:37.700Z | Compiling rustfmt-wrapper v0.2.1 |
1845 | 2024-07-10T23:44:38.077Z | Checking glob v0.3.1 |
1846 | 2024-07-10T23:44:38.095Z | Compiling curve25519-dalek v4.1.3 |
1847 | 2024-07-10T23:44:38.288Z | Checking universal-hash v0.5.1 |
1848 | 2024-07-10T23:44:38.370Z | Checking opaque-debug v0.3.1 |
1849 | 2024-07-10T23:44:38.466Z | Compiling curve25519-dalek-derive v0.1.1 |
1850 | 2024-07-10T23:44:38.531Z | Checking aead v0.5.2 |
1851 | 2024-07-10T23:44:38.738Z | Compiling pin-project-internal v1.1.5 |
1852 | 2024-07-10T23:44:38.815Z | Compiling vte_generate_state_changes v0.1.1 |
1853 | 2024-07-10T23:44:39.378Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1854 | 2024-07-10T23:44:39.454Z | Compiling unicase v2.7.0 |
1855 | 2024-07-10T23:44:39.592Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1856 | 2024-07-10T23:44:39.642Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1857 | 2024-07-10T23:44:39.746Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1858 | 2024-07-10T23:44:39.980Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1859 | 2024-07-10T23:44:41.108Z | Compiling omicron-zone-package v0.11.0 |
1860 | 2024-07-10T23:44:41.211Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1861 | 2024-07-10T23:44:41.893Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1862 | 2024-07-10T23:44:43.109Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1863 | 2024-07-10T23:44:43.130Z | Checking pin-project v1.1.5 |
1864 | 2024-07-10T23:44:43.506Z | Checking vte v0.11.1 |
1865 | 2024-07-10T23:44:43.605Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1866 | 2024-07-10T23:44:44.113Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1867 | 2024-07-10T23:44:44.811Z | Checking poly1305 v0.8.0 |
1868 | 2024-07-10T23:44:44.814Z | Checking chacha20 v0.9.1 |
1869 | 2024-07-10T23:44:45.282Z | Checking fd-lock v4.0.2 |
1870 | 2024-07-10T23:44:45.313Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1871 | 2024-07-10T23:44:45.475Z | Compiling thiserror-impl-no-std v2.0.2 |
1872 | 2024-07-10T23:44:45.725Z | Checking nanorand v0.7.0 |
1873 | 2024-07-10T23:44:45.946Z | Checking strip-ansi-escapes v0.2.0 |
1874 | 2024-07-10T23:44:46.064Z | Checking flume v0.11.0 |
1875 | 2024-07-10T23:44:46.098Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1876 | 2024-07-10T23:44:46.116Z | Checking kstat-rs v0.2.4 |
1877 | 2024-07-10T23:44:46.389Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1878 | 2024-07-10T23:44:46.461Z | Checking nu-ansi-term v0.50.0 |
1879 | 2024-07-10T23:44:46.541Z | Checking chacha20poly1305 v0.10.1 |
1880 | 2024-07-10T23:44:46.735Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1881 | 2024-07-10T23:44:46.864Z | Checking reedline v0.31.0 |
1882 | 2024-07-10T23:44:47.085Z | Compiling crunchy v0.2.2 |
1883 | 2024-07-10T23:44:47.623Z | Compiling mime_guess v2.0.4 |
1884 | 2024-07-10T23:44:47.736Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1885 | 2024-07-10T23:44:47.790Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1886 | 2024-07-10T23:44:47.829Z | Compiling clang-sys v1.7.0 |
1887 | 2024-07-10T23:44:48.594Z | Compiling tiny-keccak v2.0.2 |
1888 | 2024-07-10T23:44:48.835Z | Checking thiserror-no-std v2.0.2 |
1889 | 2024-07-10T23:44:48.965Z | Checking vsss-rs v3.3.4 |
1890 | 2024-07-10T23:44:49.074Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1891 | 2024-07-10T23:44:49.344Z | Compiling memoffset v0.9.1 |
1892 | 2024-07-10T23:44:49.364Z | Checking bytecount v0.6.8 |
1893 | 2024-07-10T23:44:49.516Z | Compiling ref-cast v1.0.23 |
1894 | 2024-07-10T23:44:49.536Z | Checking papergrid v0.11.0 |
1895 | 2024-07-10T23:44:50.393Z | Compiling ascii-canvas v3.0.0 |
1896 | 2024-07-10T23:44:50.787Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1897 | 2024-07-10T23:44:50.980Z | Compiling tabled_derive v0.7.0 |
1898 | 2024-07-10T23:44:51.078Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1899 | 2024-07-10T23:44:51.347Z | Compiling ref-cast-impl v1.0.23 |
1900 | 2024-07-10T23:44:51.384Z | Compiling snafu-derive v0.8.2 |
1901 | 2024-07-10T23:44:52.034Z | Compiling ena v0.14.3 |
1902 | 2024-07-10T23:44:52.290Z | Compiling libloading v0.8.3 |
1903 | 2024-07-10T23:44:52.414Z | Compiling bindgen v0.69.4 |
1904 | 2024-07-10T23:44:52.557Z | Checking http-range v0.1.5 |
1905 | 2024-07-10T23:44:52.733Z | Compiling regex-syntax v0.6.29 |
1906 | 2024-07-10T23:44:52.738Z | Compiling diff v0.1.13 |
1907 | 2024-07-10T23:44:53.139Z | Compiling cfg_aliases v0.1.1 |
1908 | 2024-07-10T23:44:53.280Z | Compiling nix v0.28.0 |
1909 | 2024-07-10T23:44:53.515Z | Checking hyper-staticfile v0.9.5 |
1910 | 2024-07-10T23:44:53.659Z | Checking tabled v0.15.0 |
1911 | 2024-07-10T23:44:54.773Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1912 | 2024-07-10T23:44:56.762Z | Compiling lalrpop v0.19.12 |
1913 | 2024-07-10T23:44:57.249Z | Checking snafu v0.8.2 |
1914 | 2024-07-10T23:44:57.560Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1915 | 2024-07-10T23:44:57.730Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1916 | 2024-07-10T23:44:58.802Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1917 | 2024-07-10T23:44:58.820Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1918 | 2024-07-10T23:45:00.697Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1919 | 2024-07-10T23:45:02.591Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1920 | 2024-07-10T23:45:04.387Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1921 | 2024-07-10T23:45:05.107Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1922 | 2024-07-10T23:45:06.409Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1923 | 2024-07-10T23:45:06.965Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1924 | 2024-07-10T23:45:07.069Z | Compiling which v4.4.2 |
1925 | 2024-07-10T23:45:07.710Z | Checking globset v0.4.14 |
1926 | 2024-07-10T23:45:07.956Z | Checking olpc-cjson v0.1.3 |
1927 | 2024-07-10T23:45:08.165Z | Compiling cexpr v0.6.0 |
1928 | 2024-07-10T23:45:08.207Z | Checking serde_plain v1.0.2 |
1929 | 2024-07-10T23:45:08.455Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1930 | 2024-07-10T23:45:08.744Z | Compiling rustc-hash v1.1.0 |
1931 | 2024-07-10T23:45:08.906Z | Checking signature v1.6.4 |
1932 | 2024-07-10T23:45:09.046Z | Compiling shlex v1.3.0 |
1933 | 2024-07-10T23:45:09.516Z | Compiling salty v0.2.0 |
1934 | 2024-07-10T23:45:10.062Z | Checking typed-path v0.7.1 |
1935 | 2024-07-10T23:45:10.084Z | Compiling lazycell v1.3.0 |
1936 | 2024-07-10T23:45:11.246Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1937 | 2024-07-10T23:45:11.288Z | Checking ed25519 v1.5.3 |
1938 | 2024-07-10T23:45:11.539Z | Checking nix v0.27.1 |
1939 | 2024-07-10T23:45:11.953Z | Checking tough v0.17.1 |
1940 | 2024-07-10T23:45:13.415Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1941 | 2024-07-10T23:45:14.576Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1942 | 2024-07-10T23:45:15.341Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1943 | 2024-07-10T23:45:16.457Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1944 | 2024-07-10T23:45:16.859Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1945 | 2024-07-10T23:45:17.198Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1946 | 2024-07-10T23:45:17.676Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1947 | 2024-07-10T23:45:17.922Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1948 | 2024-07-10T23:45:18.239Z | Compiling derive_builder_core v0.20.0 |
1949 | 2024-07-10T23:45:18.317Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1950 | 2024-07-10T23:45:18.345Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1951 | 2024-07-10T23:45:18.762Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1952 | 2024-07-10T23:45:20.643Z | Checking serde-big-array v0.5.1 |
1953 | 2024-07-10T23:45:20.785Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1954 | 2024-07-10T23:45:20.811Z | Compiling libxml v0.3.3 |
1955 | 2024-07-10T23:45:20.847Z | Checking parse-size v1.0.0 |
1956 | 2024-07-10T23:45:21.039Z | Compiling derive_builder_macro v0.20.0 |
1957 | 2024-07-10T23:45:21.665Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1958 | 2024-07-10T23:45:21.889Z | Checking signal-hook-tokio v0.3.1 |
1959 | 2024-07-10T23:45:21.947Z | Compiling peg-macros v0.8.3 |
1960 | 2024-07-10T23:45:21.966Z | Checking serde-big-array v0.4.1 |
1961 | 2024-07-10T23:45:22.076Z | Compiling strum_macros v0.24.3 |
1962 | 2024-07-10T23:45:22.124Z | Compiling sqlparser_derive v0.2.2 |
1963 | 2024-07-10T23:45:23.094Z | Compiling cookie v0.18.1 |
1964 | 2024-07-10T23:45:23.409Z | Compiling indoc v1.0.9 |
1965 | 2024-07-10T23:45:23.412Z | Checking unicode_categories v0.1.1 |
1966 | 2024-07-10T23:45:23.732Z | Checking sqlformat v0.2.3 |
1967 | 2024-07-10T23:45:23.760Z | Checking rustyline v14.0.0 |
1968 | 2024-07-10T23:45:24.550Z | Checking sqlparser v0.45.0 |
1969 | 2024-07-10T23:45:25.417Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1970 | 2024-07-10T23:45:25.811Z | Checking peg v0.8.3 |
1971 | 2024-07-10T23:45:25.936Z | Checking sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1972 | 2024-07-10T23:45:26.075Z | Checking derive_builder v0.20.0 |
1973 | 2024-07-10T23:45:26.868Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1974 | 2024-07-10T23:45:28.003Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1975 | 2024-07-10T23:45:28.284Z | Checking quick-xml v0.31.0 |
1976 | 2024-07-10T23:45:28.438Z | Checking bcs v0.1.6 |
1977 | 2024-07-10T23:45:28.913Z | Compiling impl-trait-for-tuples v0.2.2 |
1978 | 2024-07-10T23:45:29.475Z | Compiling oso-derive v0.27.3 |
1979 | 2024-07-10T23:45:30.376Z | Checking corncobs v0.1.3 |
1980 | 2024-07-10T23:45:30.716Z | Checking heck v0.4.1 |
1981 | 2024-07-10T23:45:30.720Z | Checking highway v1.1.0 |
1982 | 2024-07-10T23:45:30.792Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1983 | 2024-07-10T23:45:30.981Z | Checking sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1984 | 2024-07-10T23:45:31.216Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1985 | 2024-07-10T23:45:31.544Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1986 | 2024-07-10T23:45:33.025Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1987 | 2024-07-10T23:45:33.081Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1988 | 2024-07-10T23:45:33.365Z | Compiling const_format_proc_macros v0.2.32 |
1989 | 2024-07-10T23:45:33.384Z | Checking bb8 v0.8.5 |
1990 | 2024-07-10T23:45:33.548Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1991 | 2024-07-10T23:45:33.839Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1992 | 2024-07-10T23:45:34.816Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1993 | 2024-07-10T23:45:35.639Z | Checking const_format v0.2.32 |
1994 | 2024-07-10T23:45:36.139Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1995 | 2024-07-10T23:45:37.460Z | Checking assert_matches v1.5.0 |
1996 | 2024-07-10T23:45:37.564Z | Compiling portable-atomic v1.6.0 |
1997 | 2024-07-10T23:45:37.736Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1998 | 2024-07-10T23:45:38.636Z | Checking rand_seeder v0.2.3 |
1999 | 2024-07-10T23:45:38.884Z | Checking number_prefix v0.4.0 |
2000 | 2024-07-10T23:45:39.095Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2001 | 2024-07-10T23:45:39.541Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2002 | 2024-07-10T23:45:39.607Z | Checking indicatif v0.17.8 |
2003 | 2024-07-10T23:45:39.766Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2004 | 2024-07-10T23:45:40.346Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2005 | 2024-07-10T23:45:40.431Z | Checking castaway v0.2.2 |
2006 | 2024-07-10T23:45:40.602Z | Checking compact_str v0.7.1 |
2007 | 2024-07-10T23:45:41.151Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2008 | 2024-07-10T23:45:41.342Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2009 | 2024-07-10T23:45:41.423Z | Checking unicode-truncate v1.0.0 |
2010 | 2024-07-10T23:45:41.425Z | Checking itertools v0.13.0 |
2011 | 2024-07-10T23:45:41.596Z | Checking lru v0.12.3 |
2012 | 2024-07-10T23:45:41.630Z | Compiling stability v0.2.0 |
2013 | 2024-07-10T23:45:41.898Z | Checking cassowary v0.3.0 |
2014 | 2024-07-10T23:45:42.342Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2015 | 2024-07-10T23:45:42.652Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2016 | 2024-07-10T23:45:43.825Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2017 | 2024-07-10T23:45:44.024Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2018 | 2024-07-10T23:45:44.200Z | Checking ratatui v0.27.0 |
2019 | 2024-07-10T23:45:44.976Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2020 | 2024-07-10T23:45:45.233Z | Checking unicode-linebreak v0.1.5 |
2021 | 2024-07-10T23:45:45.404Z | Checking smawk v0.3.2 |
2022 | 2024-07-10T23:45:45.619Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2023 | 2024-07-10T23:45:45.622Z | Checking textwrap v0.16.1 |
2024 | 2024-07-10T23:45:45.900Z | Checking is_ci v1.2.0 |
2025 | 2024-07-10T23:45:46.037Z | Checking supports-color v3.0.0 |
2026 | 2024-07-10T23:45:46.060Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2027 | 2024-07-10T23:45:46.060Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2028 | 2024-07-10T23:45:46.228Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2029 | 2024-07-10T23:45:47.056Z | Checking fatfs v0.3.6 |
2030 | 2024-07-10T23:45:47.924Z | Checking shell-words v1.1.0 |
2031 | 2024-07-10T23:45:48.093Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2032 | 2024-07-10T23:45:48.111Z | Checking cargo-platform v0.1.8 |
2033 | 2024-07-10T23:45:48.407Z | Checking rtoolbox v0.0.2 |
2034 | 2024-07-10T23:45:48.585Z | Compiling getrandom v0.1.16 |
2035 | 2024-07-10T23:45:48.607Z | Checking rpassword v7.3.1 |
2036 | 2024-07-10T23:45:48.750Z | Checking cargo_metadata v0.18.1 |
2037 | 2024-07-10T23:45:49.347Z | Checking tui-tree-widget v0.21.0 |
2038 | 2024-07-10T23:45:49.939Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2039 | 2024-07-10T23:45:50.309Z | Checking rfc6979 v0.4.0 |
2040 | 2024-07-10T23:45:51.057Z | Checking ecdsa v0.16.9 |
2041 | 2024-07-10T23:45:51.083Z | Checking rand_core v0.5.1 |
2042 | 2024-07-10T23:45:51.389Z | Checking primeorder v0.13.6 |
2043 | 2024-07-10T23:45:51.805Z | Checking option-ext v0.2.0 |
2044 | 2024-07-10T23:45:51.917Z | Checking yansi v0.5.1 |
2045 | 2024-07-10T23:45:52.161Z | Checking dirs-sys v0.4.1 |
2046 | 2024-07-10T23:45:52.221Z | Checking pretty_assertions v1.4.0 |
2047 | 2024-07-10T23:45:52.351Z | Checking rand_chacha v0.2.2 |
2048 | 2024-07-10T23:45:52.421Z | Checking polyval v0.6.2 |
2049 | 2024-07-10T23:45:52.686Z | Checking ed25519 v2.2.3 |
2050 | 2024-07-10T23:45:52.707Z | Checking ctr v0.9.2 |
2051 | 2024-07-10T23:45:52.924Z | Checking blowfish v0.9.1 |
2052 | 2024-07-10T23:45:52.976Z | Checking aes v0.8.4 |
2053 | 2024-07-10T23:45:53.154Z | Checking password-hash v0.4.2 |
2054 | 2024-07-10T23:45:53.614Z | Checking pbkdf2 v0.12.2 |
2055 | 2024-07-10T23:45:53.784Z | Checking hex-literal v0.4.1 |
2056 | 2024-07-10T23:45:53.893Z | Checking plotters-backend v0.3.5 |
2057 | 2024-07-10T23:45:53.918Z | Checking bcrypt-pbkdf v0.10.0 |
2058 | 2024-07-10T23:45:54.185Z | Checking pbkdf2 v0.11.0 |
2059 | 2024-07-10T23:45:54.270Z | Checking plotters-svg v0.3.5 |
2060 | 2024-07-10T23:45:54.468Z | Checking ed25519-dalek v2.1.1 |
2061 | 2024-07-10T23:45:54.491Z | Checking rand v0.7.3 |
2062 | 2024-07-10T23:45:54.806Z | Checking ghash v0.5.1 |
2063 | 2024-07-10T23:45:54.977Z | Checking dirs v5.0.1 |
2064 | 2024-07-10T23:45:55.127Z | Checking p521 v0.13.3 |
2065 | 2024-07-10T23:45:55.868Z | Checking p256 v0.13.2 |
2066 | 2024-07-10T23:45:56.089Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2067 | 2024-07-10T23:45:56.378Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2068 | 2024-07-10T23:45:56.635Z | Checking cbc v0.1.2 |
2069 | 2024-07-10T23:45:56.854Z | Checking russh-cryptovec v0.7.2 |
2070 | 2024-07-10T23:45:57.058Z | Checking md5 v0.7.0 |
2071 | 2024-07-10T23:45:57.346Z | Compiling doc-comment v0.3.3 |
2072 | 2024-07-10T23:45:57.916Z | Checking cast v0.3.0 |
2073 | 2024-07-10T23:45:57.955Z | Compiling target-lexicon v0.12.14 |
2074 | 2024-07-10T23:45:58.246Z | Checking criterion-plot v0.5.0 |
2075 | 2024-07-10T23:45:58.927Z | Checking russh-keys v0.43.0 |
2076 | 2024-07-10T23:45:59.074Z | Checking aes-gcm v0.10.3 |
2077 | 2024-07-10T23:45:59.331Z | Checking plotters v0.3.5 |
2078 | 2024-07-10T23:46:00.098Z | Checking http-body v1.0.0 |
2079 | 2024-07-10T23:46:00.305Z | Checking tinytemplate v1.2.1 |
2080 | 2024-07-10T23:46:00.693Z | Checking csv-core v0.1.11 |
2081 | 2024-07-10T23:46:01.030Z | Checking anes v0.1.6 |
2082 | 2024-07-10T23:46:01.093Z | Compiling assert_cmd v2.0.14 |
2083 | 2024-07-10T23:46:01.401Z | Checking regex-automata v0.1.10 |
2084 | 2024-07-10T23:46:01.487Z | Compiling guppy-workspace-hack v0.1.0 |
2085 | 2024-07-10T23:46:01.748Z | Compiling dhcproto-macros v0.1.0 |
2086 | 2024-07-10T23:46:01.844Z | Checking tower-layer v0.3.2 |
2087 | 2024-07-10T23:46:02.120Z | Checking oorandom v11.1.3 |
2088 | 2024-07-10T23:46:02.289Z | Checking criterion v0.5.1 |
2089 | 2024-07-10T23:46:02.724Z | Checking dhcproto v0.11.0 |
2090 | 2024-07-10T23:46:02.977Z | Checking tower v0.4.13 |
2091 | 2024-07-10T23:46:03.767Z | Checking bstr v0.2.17 |
2092 | 2024-07-10T23:46:04.317Z | Checking csv v1.3.0 |
2093 | 2024-07-10T23:46:04.611Z | Checking hyper v1.3.1 |
2094 | 2024-07-10T23:46:05.137Z | Checking russh v0.43.0 |
2095 | 2024-07-10T23:46:05.725Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2096 | 2024-07-10T23:46:05.773Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2097 | 2024-07-10T23:46:06.728Z | Compiling target-spec v3.1.0 |
2098 | 2024-07-10T23:46:06.820Z | Checking internet-checksum v0.2.1 |
2099 | 2024-07-10T23:46:07.851Z | Checking hyper-util v0.1.3 |
2100 | 2024-07-10T23:46:08.964Z | Checking cfg-expr v0.15.8 |
2101 | 2024-07-10T23:46:09.245Z | Checking httptest v0.15.5 |
2102 | 2024-07-10T23:46:09.537Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2103 | 2024-07-10T23:46:09.780Z | Checking rustls-native-certs v0.7.0 |
2104 | 2024-07-10T23:46:09.976Z | Checking hyper-rustls v0.26.0 |
2105 | 2024-07-10T23:46:10.707Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2106 | 2024-07-10T23:46:11.015Z | Checking pathdiff v0.2.1 |
2107 | 2024-07-10T23:46:11.185Z | Checking threadpool v1.8.1 |
2108 | 2024-07-10T23:46:11.390Z | Checking escape8259 v0.5.2 |
2109 | 2024-07-10T23:46:11.581Z | Checking nested v0.1.1 |
2110 | 2024-07-10T23:46:11.802Z | Checking guppy v0.17.5 |
2111 | 2024-07-10T23:46:11.930Z | Checking libtest-mimic v0.7.3 |
2112 | 2024-07-10T23:46:12.408Z | Checking similar-asserts v1.5.0 |
2113 | 2024-07-10T23:46:12.649Z | Checking fancy-regex v0.13.0 |
2114 | 2024-07-10T23:46:13.432Z | Compiling rstest_macros v0.19.0 |
2115 | 2024-07-10T23:46:13.967Z | Checking datatest-stable v0.2.9 |
2116 | 2024-07-10T23:46:14.075Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2117 | 2024-07-10T23:46:14.155Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2118 | 2024-07-10T23:46:14.271Z | Checking blake2b_simd v1.0.2 |
2119 | 2024-07-10T23:46:15.118Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2120 | 2024-07-10T23:46:15.345Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2121 | 2024-07-10T23:46:15.397Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2122 | 2024-07-10T23:46:15.838Z | Compiling trybuild v1.0.96 |
2123 | 2024-07-10T23:46:16.067Z | Compiling relative-path v1.9.3 |
2124 | 2024-07-10T23:46:16.424Z | Checking rust-argon2 v2.1.0 |
2125 | 2024-07-10T23:46:17.010Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2126 | 2024-07-10T23:46:18.913Z | Checking multimap v0.10.0 |
2127 | 2024-07-10T23:46:19.225Z | Checking futures-timer v3.0.3 |
2128 | 2024-07-10T23:46:20.925Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2129 | 2024-07-10T23:46:21.852Z | Checking partial-io v0.5.4 |
2130 | 2024-07-10T23:46:22.221Z | Checking cargo_toml v0.20.3 |
2131 | 2024-07-10T23:46:24.243Z | Checking rand_distr v0.4.3 |
2132 | 2024-07-10T23:46:25.043Z | Checking approx v0.5.1 |
2133 | 2024-07-10T23:46:25.268Z | Checking uzers v0.11.3 |
2134 | 2024-07-10T23:46:25.578Z | Checking termios v0.3.3 |
2135 | 2024-07-10T23:46:25.794Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2136 | 2024-07-10T23:46:26.473Z | Checking rstest v0.19.0 |
2137 | 2024-07-10T23:46:29.053Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2138 | 2024-07-10T23:46:30.254Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2139 | 2024-07-10T23:46:32.002Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2140 | 2024-07-10T23:46:39.357Z | Compiling samael v0.0.15 |
2141 | 2024-07-10T23:46:42.999Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2142 | 2024-07-10T23:47:09.671Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2143 | 2024-07-10T23:47:10.549Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2144 | 2024-07-10T23:47:13.933Z | Compiling polar-core v0.27.3 |
2145 | 2024-07-10T23:47:25.406Z | Checking oso v0.27.3 |
2146 | 2024-07-10T23:47:56.764Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2147 | 2024-07-10T23:47:56.767Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2148 | 2024-07-10T23:47:56.767Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2149 | 2024-07-10T23:49:07.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 00s |
2150 | 2024-07-10T23:49:08.030Z | |
2151 | 2024-07-10T23:49:08.030Z | real 7:08.806597840 |
2152 | 2024-07-10T23:49:08.031Z | user 39:19.204963111 |
2153 | 2024-07-10T23:49:08.031Z | sys 7:03.682745594 |
2154 | 2024-07-10T23:49:08.031Z | trap 1.039576486 |
2155 | 2024-07-10T23:49:08.031Z | tflt 2.121453381 |
2156 | 2024-07-10T23:49:08.034Z | dflt 1.108988549 |
2157 | 2024-07-10T23:49:08.034Z | kflt 0.003335605 |
2158 | 2024-07-10T23:49:08.034Z | lock 1:55:06.547118653 |
2159 | 2024-07-10T23:49:08.034Z | slp 2:06:02.290321746 |
2160 | 2024-07-10T23:49:08.034Z | lat 1:53.178544735 |
2161 | 2024-07-10T23:49:08.034Z | stop 5:43.840722035 |
2162 | 2024-07-10T23:49:08.034Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2163 | 2024-07-10T23:49:08.034Z | + ptime -m cargo doc --workspace --no-deps |
2164 | 2024-07-10T23:49:09.028Z | warning: output filename collision. |
2165 | 2024-07-10T23:49:09.028Z | 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)`. |
2166 | 2024-07-10T23:49:09.028Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2167 | 2024-07-10T23:49:09.028Z | The targets should have unique names. |
2168 | 2024-07-10T23:49:09.028Z | This is a known bug where multiple crates with the same name use |
2169 | 2024-07-10T23:49:09.028Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2170 | 2024-07-10T23:49:09.521Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2171 | 2024-07-10T23:49:09.573Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2172 | 2024-07-10T23:49:09.608Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2173 | 2024-07-10T23:49:09.627Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2174 | 2024-07-10T23:49:09.647Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2175 | 2024-07-10T23:49:09.650Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2176 | 2024-07-10T23:49:09.782Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2177 | 2024-07-10T23:49:09.854Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2178 | 2024-07-10T23:49:09.875Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2179 | 2024-07-10T23:49:09.890Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2180 | 2024-07-10T23:49:09.908Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2181 | 2024-07-10T23:49:10.076Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2182 | 2024-07-10T23:49:10.165Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2183 | 2024-07-10T23:49:10.297Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2184 | 2024-07-10T23:49:10.551Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2185 | 2024-07-10T23:49:10.587Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2186 | 2024-07-10T23:49:11.716Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2187 | 2024-07-10T23:49:14.209Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2188 | 2024-07-10T23:49:14.507Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2189 | 2024-07-10T23:49:14.520Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2190 | 2024-07-10T23:49:14.715Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2191 | 2024-07-10T23:49:14.808Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2192 | 2024-07-10T23:49:14.991Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2193 | 2024-07-10T23:49:15.283Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2194 | 2024-07-10T23:49:15.325Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2195 | 2024-07-10T23:49:15.668Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2196 | 2024-07-10T23:49:15.851Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2197 | 2024-07-10T23:49:16.113Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2198 | 2024-07-10T23:49:16.424Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2199 | 2024-07-10T23:49:16.483Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2200 | 2024-07-10T23:49:16.705Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2201 | 2024-07-10T23:49:16.968Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2202 | 2024-07-10T23:49:17.291Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2203 | 2024-07-10T23:49:17.575Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2204 | 2024-07-10T23:49:18.048Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2205 | 2024-07-10T23:49:19.252Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2206 | 2024-07-10T23:49:21.841Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2207 | 2024-07-10T23:49:22.316Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2208 | 2024-07-10T23:49:23.504Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2209 | 2024-07-10T23:49:23.832Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2210 | 2024-07-10T23:49:24.444Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2211 | 2024-07-10T23:49:24.531Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2212 | 2024-07-10T23:49:25.284Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2213 | 2024-07-10T23:49:25.813Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2214 | 2024-07-10T23:49:26.195Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2215 | 2024-07-10T23:49:26.211Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2216 | 2024-07-10T23:49:26.911Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2217 | 2024-07-10T23:49:27.483Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2218 | 2024-07-10T23:49:27.507Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2219 | 2024-07-10T23:49:27.701Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2220 | 2024-07-10T23:49:28.793Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2221 | 2024-07-10T23:49:29.801Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2222 | 2024-07-10T23:49:30.048Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2223 | 2024-07-10T23:49:30.338Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2224 | 2024-07-10T23:49:32.010Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2225 | 2024-07-10T23:49:32.111Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2226 | 2024-07-10T23:49:32.189Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2227 | 2024-07-10T23:49:32.309Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2228 | 2024-07-10T23:49:33.074Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2229 | 2024-07-10T23:49:33.871Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2230 | 2024-07-10T23:49:36.082Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2231 | 2024-07-10T23:49:36.583Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2232 | 2024-07-10T23:49:37.030Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2233 | 2024-07-10T23:49:37.422Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2234 | 2024-07-10T23:49:38.770Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2235 | 2024-07-10T23:49:39.491Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2236 | 2024-07-10T23:49:40.181Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2237 | 2024-07-10T23:49:40.819Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2238 | 2024-07-10T23:49:41.275Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2239 | 2024-07-10T23:49:42.602Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2240 | 2024-07-10T23:49:42.953Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2241 | 2024-07-10T23:49:45.692Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2242 | 2024-07-10T23:49:46.503Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2243 | 2024-07-10T23:49:46.945Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2244 | 2024-07-10T23:49:48.062Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2245 | 2024-07-10T23:49:48.161Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2246 | 2024-07-10T23:49:49.116Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2247 | 2024-07-10T23:49:50.846Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2248 | 2024-07-10T23:49:51.780Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2249 | 2024-07-10T23:49:57.107Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2250 | 2024-07-10T23:49:59.000Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2251 | 2024-07-10T23:50:00.883Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2252 | 2024-07-10T23:50:13.311Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2253 | 2024-07-10T23:50:13.410Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2254 | 2024-07-10T23:50:14.713Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2255 | 2024-07-10T23:50:32.378Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2256 | 2024-07-10T23:50:32.734Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2257 | 2024-07-10T23:50:34.615Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2258 | 2024-07-10T23:50:45.818Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2259 | 2024-07-10T23:50:48.549Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2260 | 2024-07-10T23:50:49.035Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2261 | 2024-07-10T23:50:59.788Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2262 | 2024-07-10T23:51:01.042Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2263 | 2024-07-10T23:51:13.655Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2264 | 2024-07-10T23:51:17.683Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2265 | 2024-07-10T23:51:20.124Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2266 | 2024-07-10T23:51:21.080Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2267 | 2024-07-10T23:51:21.265Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2268 | 2024-07-10T23:51:26.209Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2269 | 2024-07-10T23:51:32.997Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2270 | 2024-07-10T23:51:34.088Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2271 | 2024-07-10T23:51:47.745Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2272 | 2024-07-10T23:52:05.788Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2273 | 2024-07-10T23:52:07.876Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2274 | 2024-07-10T23:52:11.310Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2275 | 2024-07-10T23:52:12.144Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2276 | 2024-07-10T23:52:20.231Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2277 | 2024-07-10T23:52:22.392Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2278 | 2024-07-10T23:52:39.530Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2279 | 2024-07-10T23:52:40.089Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2280 | 2024-07-10T23:52:43.460Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2281 | 2024-07-10T23:52:45.035Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2282 | 2024-07-10T23:52:45.055Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2283 | 2024-07-10T23:52:46.566Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2284 | 2024-07-10T23:52:55.755Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2285 | 2024-07-10T23:52:57.937Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2286 | 2024-07-10T23:52:58.692Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2287 | 2024-07-10T23:52:59.514Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2288 | 2024-07-10T23:52:59.572Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2289 | 2024-07-10T23:53:02.750Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2290 | 2024-07-10T23:53:03.951Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2291 | 2024-07-10T23:53:08.589Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2292 | 2024-07-10T23:53:09.900Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2293 | 2024-07-10T23:53:10.826Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2294 | 2024-07-10T23:53:11.222Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2295 | 2024-07-10T23:53:14.553Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2296 | 2024-07-10T23:53:16.096Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2297 | 2024-07-10T23:53:20.678Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2298 | 2024-07-10T23:53:24.139Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2299 | 2024-07-10T23:53:25.561Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2300 | 2024-07-10T23:53:27.059Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2301 | 2024-07-10T23:53:27.497Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2302 | 2024-07-10T23:53:27.500Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2303 | 2024-07-10T23:53:34.813Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2304 | 2024-07-10T23:53:34.948Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2305 | 2024-07-10T23:53:35.133Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2306 | 2024-07-10T23:53:39.771Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2307 | 2024-07-10T23:53:39.894Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2308 | 2024-07-10T23:53:39.914Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2309 | 2024-07-10T23:53:41.493Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2310 | 2024-07-10T23:53:45.848Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2311 | 2024-07-10T23:53:51.949Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2312 | 2024-07-10T23:53:52.130Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2313 | 2024-07-10T23:53:53.208Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2314 | 2024-07-10T23:53:53.411Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2315 | 2024-07-10T23:53:53.744Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2316 | 2024-07-10T23:53:55.978Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2317 | 2024-07-10T23:53:57.526Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2318 | 2024-07-10T23:53:59.793Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2319 | 2024-07-10T23:54:01.130Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2320 | 2024-07-10T23:54:03.567Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2321 | 2024-07-10T23:54:03.760Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2322 | 2024-07-10T23:54:05.548Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2323 | 2024-07-10T23:54:07.792Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2324 | 2024-07-10T23:54:25.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 16s |
2325 | 2024-07-10T23:54:25.179Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 97 other files |
2326 | 2024-07-10T23:54:25.214Z | |
2327 | 2024-07-10T23:54:25.217Z | real 5:17.104630049 |
2328 | 2024-07-10T23:54:25.217Z | user 17:45.363527477 |
2329 | 2024-07-10T23:54:25.217Z | sys 22:05.419388607 |
2330 | 2024-07-10T23:54:25.217Z | trap 0.302235044 |
2331 | 2024-07-10T23:54:25.217Z | tflt 0.119396857 |
2332 | 2024-07-10T23:54:25.217Z | dflt 0.114591028 |
2333 | 2024-07-10T23:54:25.217Z | kflt 0.000017027 |
2334 | 2024-07-10T23:54:25.217Z | lock 52:38.853000429 |
2335 | 2024-07-10T23:54:25.217Z | slp 1:25:20.700518633 |
2336 | 2024-07-10T23:54:25.217Z | lat 53.718955622 |
2337 | 2024-07-10T23:54:25.217Z | stop 41.221498380 |
2338 | 2024-07-10T23:54:25.217Z | process exited: duration 934163 ms, exit code 0 |
|
2339 | 2024-07-10T23:54:25.224Z | found 0 output files |