|
|
|
1 | 2024-10-18T17:12:16.601Z | job assigned to worker 01JAG9SZ91125NRFC1QCYV8CSQ (queued for 44 s) |
|
2 | 2024-10-18T17:12:24.061Z | starting task 0: "setup" |
3 | 2024-10-18T17:12:24.069Z | ++ uname -s |
4 | 2024-10-18T17:12:24.072Z | + kern=SunOS |
5 | 2024-10-18T17:12:24.072Z | + case "$kern" in |
6 | 2024-10-18T17:12:24.072Z | + groupadd -g 12345 build |
7 | 2024-10-18T17:12:24.078Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-18T17:12:26.091Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-18T17:12:26.202Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-18T17:12:26.206Z | + home_fs=zfs |
11 | 2024-10-18T17:12:26.206Z | + [[ zfs == autofs ]] |
12 | 2024-10-18T17:12:26.206Z | + mkdir -p /home/build |
13 | 2024-10-18T17:12:26.209Z | + chown build:build /home/build /work |
14 | 2024-10-18T17:12:28.210Z | + chmod 0700 /home/build /work |
15 | 2024-10-18T17:12:28.213Z | process exited: duration 4151 ms, exit code 0 |
|
16 | 2024-10-18T17:12:28.219Z | starting task 1: "rust-toolchain" |
17 | 2024-10-18T17:12:28.224Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-18T17:12:28.224Z | * toolchain channel = "1.80.1" |
19 | 2024-10-18T17:12:28.224Z | * toolchain profile = "default" |
20 | 2024-10-18T17:12:28.225Z | ' 1.80.1 |
21 | 2024-10-18T17:12:28.225Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-18T17:12:28.225Z | ' default |
23 | 2024-10-18T17:12:28.228Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-18T17:12:28.228Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-18T17:12:28.349Z | info: downloading installer |
26 | 2024-10-18T17:12:29.486Z | info: profile set to 'default' |
27 | 2024-10-18T17:12:29.489Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-18T17:12:29.489Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-18T17:12:29.614Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-18T17:12:29.614Z | info: downloading component 'cargo' |
31 | 2024-10-18T17:12:30.293Z | info: downloading component 'clippy' |
32 | 2024-10-18T17:12:30.530Z | info: downloading component 'rust-docs' |
33 | 2024-10-18T17:12:31.471Z | info: downloading component 'rust-std' |
34 | 2024-10-18T17:12:32.787Z | info: downloading component 'rustc' |
35 | 2024-10-18T17:12:36.438Z | info: downloading component 'rustfmt' |
36 | 2024-10-18T17:12:36.637Z | info: installing component 'cargo' |
37 | 2024-10-18T17:12:37.457Z | info: installing component 'clippy' |
38 | 2024-10-18T17:12:37.826Z | info: installing component 'rust-docs' |
39 | 2024-10-18T17:12:39.457Z | info: installing component 'rust-std' |
40 | 2024-10-18T17:12:41.123Z | info: installing component 'rustc' |
41 | 2024-10-18T17:12:45.260Z | info: installing component 'rustfmt' |
42 | 2024-10-18T17:12:45.589Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-18T17:12:45.589Z | |
44 | 2024-10-18T17:12:45.838Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-18T17:12:45.838Z | |
46 | 2024-10-18T17:12:45.840Z | |
47 | 2024-10-18T17:12:45.840Z | Rust is installed now. Great! |
48 | 2024-10-18T17:12:45.840Z | |
49 | 2024-10-18T17:12:45.840Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-18T17:12:45.840Z | environment variable. This has not been done automatically. |
51 | 2024-10-18T17:12:45.841Z | |
52 | 2024-10-18T17:12:45.841Z | To configure your current shell, you need to source |
53 | 2024-10-18T17:12:45.841Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-18T17:12:45.841Z | |
55 | 2024-10-18T17:12:45.841Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-18T17:12:45.841Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-18T17:12:45.841Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-18T17:12:45.889Z | + rustc --version |
59 | 2024-10-18T17:12:45.952Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-18T17:12:45.955Z | process exited: duration 17723 ms, exit code 0 |
|
61 | 2024-10-18T17:12:45.960Z | starting task 2: "authentication" |
62 | 2024-10-18T17:12:45.981Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-10-18T17:12:45.986Z | starting task 3: "clone repository" |
64 | 2024-10-18T17:12:45.991Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-18T17:12:45.994Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-18T17:12:46.035Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-18T17:12:52.732Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-18T17:12:52.732Z | + git fetch origin d69155eb692c56e24756eaa1b18239813771d04d |
69 | 2024-10-18T17:12:53.056Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-18T17:12:53.056Z | * branch d69155eb692c56e24756eaa1b18239813771d04d -> FETCH_HEAD |
71 | 2024-10-18T17:12:53.067Z | + [[ -n clickhouse-native-qorb-pool ]] |
72 | 2024-10-18T17:12:53.069Z | ++ git branch --show-current |
73 | 2024-10-18T17:12:53.072Z | + current=main |
74 | 2024-10-18T17:12:53.072Z | + [[ main != clickhouse-native-qorb-pool ]] |
75 | 2024-10-18T17:12:53.072Z | + git branch -f clickhouse-native-qorb-pool d69155eb692c56e24756eaa1b18239813771d04d |
76 | 2024-10-18T17:12:53.074Z | + git checkout -f clickhouse-native-qorb-pool |
77 | 2024-10-18T17:12:53.239Z | Switched to branch 'clickhouse-native-qorb-pool' |
78 | 2024-10-18T17:12:53.242Z | + git reset --hard d69155eb692c56e24756eaa1b18239813771d04d |
79 | 2024-10-18T17:12:53.260Z | HEAD is now at d69155eb6 Bump disk import timeout in helios / deploy CI job |
80 | 2024-10-18T17:12:53.263Z | process exited: duration 7269 ms, exit code 0 |
|
81 | 2024-10-18T17:12:53.268Z | starting task 4: "build" |
82 | 2024-10-18T17:12:53.274Z | + source ./env.sh |
83 | 2024-10-18T17:12:53.274Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-10-18T17:12:53.274Z | ++ set -o xtrace |
85 | 2024-10-18T17:12:53.277Z | ++++ dirname ./env.sh |
86 | 2024-10-18T17:12:53.279Z | +++ readlink -f . |
87 | 2024-10-18T17:12:53.282Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-10-18T17:12:53.284Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-10-18T17:12:53.284Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-10-18T17:12:53.284Z | ++ 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 |
91 | 2024-10-18T17:12:53.285Z | ++ 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 |
92 | 2024-10-18T17:12:53.285Z | ++ 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 |
93 | 2024-10-18T17:12:53.285Z | ++ 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 |
94 | 2024-10-18T17:12:53.285Z | ++ 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 |
95 | 2024-10-18T17:12:53.285Z | ++ 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 |
96 | 2024-10-18T17:12:53.285Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-10-18T17:12:53.285Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-10-18T17:12:53.285Z | + source .github/buildomat/ci-env.sh |
99 | 2024-10-18T17:12:53.285Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-10-18T17:12:53.285Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-10-18T17:12:53.285Z | + cargo --version |
102 | 2024-10-18T17:12:53.337Z | cargo 1.80.1 (376290515 2024-07-16) |
103 | 2024-10-18T17:12:53.339Z | + rustc --version |
104 | 2024-10-18T17:12:53.396Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
105 | 2024-10-18T17:12:53.399Z | + banner prerequisites |
106 | 2024-10-18T17:12:53.401Z | |
107 | 2024-10-18T17:12:53.401Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-10-18T17:12:53.401Z | # # # # # # # # # # # # # # # |
109 | 2024-10-18T17:12:53.401Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-10-18T17:12:53.401Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-10-18T17:12:53.401Z | # # # # # # # # # # # # # # # |
112 | 2024-10-18T17:12:53.401Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-10-18T17:12:53.401Z | |
114 | 2024-10-18T17:12:53.402Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-10-18T17:13:00.948Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-10-18T17:13:04.094Z | Startup: Caching catalogs ... Done |
117 | 2024-10-18T17:13:09.980Z | Planning: Solver setup ... Done (5.194s) |
118 | 2024-10-18T17:13:10.060Z | Planning: Running solver ... Done (0.080s) |
119 | 2024-10-18T17:13:10.135Z | Planning: Finding local manifests ... Done (0.004s) |
120 | 2024-10-18T17:13:10.152Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-10-18T17:13:11.657Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-10-18T17:13:11.760Z | Planning: Package planning ... Done (0.104s) |
123 | 2024-10-18T17:13:11.818Z | Planning: Merging actions ... Done (0.055s) |
124 | 2024-10-18T17:13:12.155Z | Planning: Checking for conflicting actions ... Done (0.337s) |
125 | 2024-10-18T17:13:13.860Z | Planning: Consolidating action changes ... Done (1.705s) |
126 | 2024-10-18T17:13:14.297Z | Planning: Evaluating mediators ... Done (0.436s) |
127 | 2024-10-18T17:13:14.379Z | Planning: Planning completed in 10.19 seconds |
128 | 2024-10-18T17:13:14.395Z | Packages to install: 4 |
129 | 2024-10-18T17:13:14.395Z | Packages to update: 1 |
130 | 2024-10-18T17:13:14.398Z | Mediators to change: 2 |
131 | 2024-10-18T17:13:14.398Z | Services to change: 1 |
132 | 2024-10-18T17:13:14.398Z | Estimated space available: 155.71 GB |
133 | 2024-10-18T17:13:14.398Z | Estimated space to be consumed: 1.57 GB |
134 | 2024-10-18T17:13:14.398Z | Create boot environment: No |
135 | 2024-10-18T17:13:14.398Z | Create backup boot environment: Yes |
136 | 2024-10-18T17:13:14.398Z | Rebuild boot archive: No |
137 | 2024-10-18T17:13:14.398Z | |
138 | 2024-10-18T17:13:14.398Z | Changed mediators: |
139 | 2024-10-18T17:13:14.398Z | mediator clang: |
140 | 2024-10-18T17:13:14.398Z | version: None -> 15 (system default) |
141 | 2024-10-18T17:13:14.398Z | |
142 | 2024-10-18T17:13:14.398Z | mediator llvm: |
143 | 2024-10-18T17:13:14.398Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-10-18T17:13:14.398Z | |
145 | 2024-10-18T17:13:14.398Z | Changed packages: |
146 | 2024-10-18T17:13:14.398Z | helios-dev |
147 | 2024-10-18T17:13:14.398Z | developer/build-essential |
148 | 2024-10-18T17:13:14.398Z | None -> 11-2.0 |
149 | 2024-10-18T17:13:14.398Z | library/libxmlsec1 |
150 | 2024-10-18T17:13:14.398Z | None -> 1.2.35-2.0 |
151 | 2024-10-18T17:13:14.398Z | ooce/developer/clang-15 |
152 | 2024-10-18T17:13:14.398Z | None -> 15.0.7-2.0 |
153 | 2024-10-18T17:13:14.398Z | ooce/developer/llvm-15 |
154 | 2024-10-18T17:13:14.399Z | None -> 15.0.7-2.0 |
155 | 2024-10-18T17:13:14.399Z | package/pkg |
156 | 2024-10-18T17:13:14.399Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-10-18T17:13:14.399Z | |
158 | 2024-10-18T17:13:14.399Z | Services: |
159 | 2024-10-18T17:13:14.399Z | restart_fmri: |
160 | 2024-10-18T17:13:14.399Z | svc:/system/update-man-index:default |
161 | 2024-10-18T17:13:14.399Z | |
162 | 2024-10-18T17:13:14.399Z | Editable files to change: |
163 | 2024-10-18T17:13:14.399Z | Update: |
164 | 2024-10-18T17:13:14.399Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-10-18T17:13:14.477Z | |
166 | 2024-10-18T17:13:14.477Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-10-18T17:13:20.613Z | Download: 213/4281 items 1.3/220.6MB 0% complete (1.2M/s) |
168 | 2024-10-18T17:13:25.616Z | Download: 1376/4281 items 113.7/220.6MB 51% complete (11.4M/s) |
169 | 2024-10-18T17:13:30.623Z | Download: 2986/4281 items 121.3/220.6MB 54% complete (12.1M/s) |
170 | 2024-10-18T17:13:35.627Z | Download: 3565/4281 items 215.9/220.6MB 97% complete (10.3M/s) |
171 | 2024-10-18T17:13:38.399Z | Download: Completed 220.60 MB in 23.90 seconds (9.2M/s) |
172 | 2024-10-18T17:13:40.464Z | Actions: 1/5063 actions (Removing old actions) |
173 | 2024-10-18T17:13:40.490Z | Actions: 194/5063 actions (Installing new actions) |
174 | 2024-10-18T17:13:45.217Z | Actions: 4226/5063 actions (Updating modified actions) |
175 | 2024-10-18T17:13:45.536Z | Actions: Completed 5063 actions in 5.07 seconds. |
176 | 2024-10-18T17:13:45.885Z | Done (0.341s) |
177 | 2024-10-18T17:13:45.888Z | Done (0.000s) |
178 | 2024-10-18T17:13:46.375Z | Done (0.488s) |
179 | 2024-10-18T17:13:50.606Z | Done (4.033s) |
180 | 2024-10-18T17:13:50.694Z | Done (0.017s) |
181 | 2024-10-18T17:13:50.697Z | Done (0.000s) |
182 | 2024-10-18T17:13:50.879Z | Done (0.000s) |
183 | 2024-10-18T17:13:51.521Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-10-18T17:13:51.683Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-10-18T17:13:51.687Z | Planning: Consolidating action changes ... Done |
186 | 2024-10-18T17:13:51.966Z | Planning: Evaluating mediators ... Done |
187 | 2024-10-18T17:13:51.992Z | Planning: Planning completed in 0.43 seconds |
188 | 2024-10-18T17:13:52.007Z | Mediators to change: 2 |
189 | 2024-10-18T17:13:52.007Z | Create boot environment: No |
190 | 2024-10-18T17:13:52.007Z | Create backup boot environment: No |
191 | 2024-10-18T17:13:52.101Z | Done |
192 | 2024-10-18T17:13:52.101Z | Done |
193 | 2024-10-18T17:13:52.406Z | Done |
194 | 2024-10-18T17:13:55.957Z | Done |
195 | 2024-10-18T17:13:56.050Z | Done |
196 | 2024-10-18T17:13:56.053Z | Done |
197 | 2024-10-18T17:13:56.191Z | Done |
198 | 2024-10-18T17:13:56.803Z | Planning: Evaluating mediator changes ... Done |
199 | 2024-10-18T17:13:56.806Z | Planning: Merging actions ... Done |
200 | 2024-10-18T17:13:56.994Z | Planning: Checking for conflicting actions ... Done |
201 | 2024-10-18T17:13:56.997Z | Planning: Consolidating action changes ... Done |
202 | 2024-10-18T17:13:57.262Z | Planning: Evaluating mediators ... Done |
203 | 2024-10-18T17:13:57.318Z | Planning: Planning completed in 0.76 seconds |
204 | 2024-10-18T17:13:57.359Z | Packages to change: 1 |
205 | 2024-10-18T17:13:57.359Z | Mediators to change: 1 |
206 | 2024-10-18T17:13:57.362Z | Services to change: 1 |
207 | 2024-10-18T17:13:57.362Z | Create boot environment: No |
208 | 2024-10-18T17:13:57.362Z | Create backup boot environment: Yes |
209 | 2024-10-18T17:13:59.181Z | Actions: 1/6 actions (Updating modified actions) |
210 | 2024-10-18T17:13:59.184Z | Actions: Completed 6 actions in 0.00 seconds. |
211 | 2024-10-18T17:13:59.184Z | Done |
212 | 2024-10-18T17:13:59.184Z | Done |
213 | 2024-10-18T17:13:59.284Z | Done |
214 | 2024-10-18T17:14:02.843Z | Done |
215 | 2024-10-18T17:14:02.934Z | Done |
216 | 2024-10-18T17:14:02.937Z | Done |
217 | 2024-10-18T17:14:03.050Z | Done |
218 | 2024-10-18T17:14:03.485Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
219 | 2024-10-18T17:14:03.485Z | clang system 15 system |
220 | 2024-10-18T17:14:03.485Z | csh system system illumos |
221 | 2024-10-18T17:14:03.485Z | ctags system system illumos |
222 | 2024-10-18T17:14:03.485Z | gcc vendor 12 vendor |
223 | 2024-10-18T17:14:03.485Z | gcc system 10 system |
224 | 2024-10-18T17:14:03.485Z | gcc system 7 system |
225 | 2024-10-18T17:14:03.485Z | go system 1.20 system |
226 | 2024-10-18T17:14:03.485Z | go system 1.19 system |
227 | 2024-10-18T17:14:03.485Z | llvm system 15 system |
228 | 2024-10-18T17:14:03.485Z | llvm system 14 system |
229 | 2024-10-18T17:14:03.485Z | mariadb system 10.6 system |
230 | 2024-10-18T17:14:03.485Z | mta vendor vendor dma |
231 | 2024-10-18T17:14:03.485Z | openjdk system 17 system |
232 | 2024-10-18T17:14:03.485Z | openjdk system 11 system |
233 | 2024-10-18T17:14:03.485Z | openjdk system 1.8 system |
234 | 2024-10-18T17:14:03.485Z | openssl vendor 3 vendor |
235 | 2024-10-18T17:14:03.485Z | perl system 5.36 system |
236 | 2024-10-18T17:14:03.485Z | postgresql system 15 system |
237 | 2024-10-18T17:14:03.485Z | postgresql system 13 system |
238 | 2024-10-18T17:14:03.485Z | python vendor 3 vendor |
239 | 2024-10-18T17:14:03.485Z | python system 2 system |
240 | 2024-10-18T17:14:03.485Z | python3 system 3.11 system |
241 | 2024-10-18T17:14:03.485Z | ruby system 3.0 system |
242 | 2024-10-18T17:14:03.485Z | words vendor vendor american-english |
243 | 2024-10-18T17:14:03.485Z | words system system australian-english |
244 | 2024-10-18T17:14:03.485Z | words system system british-english |
245 | 2024-10-18T17:14:03.485Z | words system system canadian-english |
246 | 2024-10-18T17:14:03.485Z | words system system french |
247 | 2024-10-18T17:14:03.485Z | words system system italian |
248 | 2024-10-18T17:14:03.485Z | words system system ngerman |
249 | 2024-10-18T17:14:03.485Z | words system system ogerman |
250 | 2024-10-18T17:14:03.485Z | words system system spanish |
251 | 2024-10-18T17:14:03.818Z | PUBLISHER TYPE STATUS P LOCATION |
252 | 2024-10-18T17:14:03.818Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
253 | 2024-10-18T17:14:06.018Z | FMRI IFO |
254 | 2024-10-18T17:14:06.018Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2024-10-18T17:14:06.019Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2024-10-18T17:14:06.019Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2024-10-18T17:14:06.019Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
258 | 2024-10-18T17:14:06.019Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
259 | 2024-10-18T17:14:06.019Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
260 | 2024-10-18T17:14:06.019Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
261 | 2024-10-18T17:14:06.019Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
262 | 2024-10-18T17:14:06.019Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
263 | 2024-10-18T17:14:06.019Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
264 | 2024-10-18T17:14:06.019Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2024-10-18T17:14:06.019Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
266 | 2024-10-18T17:14:06.019Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
267 | 2024-10-18T17:14:06.709Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
268 | 2024-10-18T17:14:07.035Z | Updating crates.io index |
269 | 2024-10-18T17:14:07.085Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
270 | 2024-10-18T17:14:07.843Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
271 | 2024-10-18T17:14:08.147Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
272 | 2024-10-18T17:14:08.441Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
273 | 2024-10-18T17:14:08.669Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
274 | 2024-10-18T17:14:09.464Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
275 | 2024-10-18T17:14:11.610Z | Updating git repository `https://github.com/oxidecomputer/opte` |
276 | 2024-10-18T17:14:12.590Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
277 | 2024-10-18T17:14:13.301Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
278 | 2024-10-18T17:14:13.580Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
279 | 2024-10-18T17:14:13.877Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
280 | 2024-10-18T17:14:14.416Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
281 | 2024-10-18T17:14:14.797Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
282 | 2024-10-18T17:14:15.122Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
283 | 2024-10-18T17:14:15.432Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
284 | 2024-10-18T17:14:15.668Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
285 | 2024-10-18T17:14:15.908Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
286 | 2024-10-18T17:14:16.188Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
287 | 2024-10-18T17:14:16.513Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
288 | 2024-10-18T17:14:16.784Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
289 | 2024-10-18T17:14:17.090Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
290 | 2024-10-18T17:14:17.499Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
291 | 2024-10-18T17:14:17.835Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
292 | 2024-10-18T17:14:18.196Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
293 | 2024-10-18T17:14:18.566Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
294 | 2024-10-18T17:14:18.834Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
295 | 2024-10-18T17:14:19.088Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
296 | 2024-10-18T17:14:20.287Z | Downloading crates ... |
297 | 2024-10-18T17:14:20.338Z | Downloaded equivalent v1.0.1 |
298 | 2024-10-18T17:14:20.342Z | Downloaded heck v0.4.1 |
299 | 2024-10-18T17:14:20.345Z | Downloaded camino v1.1.9 |
300 | 2024-10-18T17:14:20.347Z | Downloaded fastrand v2.1.1 |
301 | 2024-10-18T17:14:20.350Z | Downloaded anstyle-query v1.1.1 |
302 | 2024-10-18T17:14:20.353Z | Downloaded is_terminal_polyfill v1.70.1 |
303 | 2024-10-18T17:14:20.359Z | Downloaded scroll_derive v0.12.0 |
304 | 2024-10-18T17:14:20.361Z | Downloaded swrite v0.1.0 |
305 | 2024-10-18T17:14:20.361Z | Downloaded pretty-hex v0.4.1 |
306 | 2024-10-18T17:14:20.364Z | Downloaded proc-macro-error-attr v1.0.4 |
307 | 2024-10-18T17:14:20.366Z | Downloaded cfg-if v1.0.0 |
308 | 2024-10-18T17:14:20.367Z | Downloaded crypto-common v0.1.6 |
309 | 2024-10-18T17:14:20.369Z | Downloaded byteorder v1.5.0 |
310 | 2024-10-18T17:14:20.371Z | Downloaded usdt v0.5.0 |
311 | 2024-10-18T17:14:20.374Z | Downloaded dof v0.3.0 |
312 | 2024-10-18T17:14:20.374Z | Downloaded block-buffer v0.10.4 |
313 | 2024-10-18T17:14:20.376Z | Downloaded cargo-platform v0.1.8 |
314 | 2024-10-18T17:14:20.376Z | Downloaded memmap v0.7.0 |
315 | 2024-10-18T17:14:20.378Z | Downloaded macaddr v1.0.1 |
316 | 2024-10-18T17:14:20.379Z | Downloaded heck v0.5.0 |
317 | 2024-10-18T17:14:20.381Z | Downloaded fs-err v2.11.0 |
318 | 2024-10-18T17:14:20.384Z | Downloaded autocfg v1.4.0 |
319 | 2024-10-18T17:14:20.384Z | Downloaded thiserror-impl v1.0.64 |
320 | 2024-10-18T17:14:20.387Z | Downloaded smawk v0.3.2 |
321 | 2024-10-18T17:14:20.387Z | Downloaded clap_lex v0.7.2 |
322 | 2024-10-18T17:14:20.389Z | Downloaded anstyle v1.0.8 |
323 | 2024-10-18T17:14:20.389Z | Downloaded utf8parse v0.2.2 |
324 | 2024-10-18T17:14:20.392Z | Downloaded serde_tokenstream v0.2.2 |
325 | 2024-10-18T17:14:20.400Z | Downloaded usdt-impl v0.5.0 |
326 | 2024-10-18T17:14:20.403Z | Downloaded cargo_metadata v0.18.1 |
327 | 2024-10-18T17:14:20.405Z | Downloaded anstream v0.6.15 |
328 | 2024-10-18T17:14:20.408Z | Downloaded tempfile v3.13.0 |
329 | 2024-10-18T17:14:20.410Z | Downloaded pest_derive v2.7.14 |
330 | 2024-10-18T17:14:20.412Z | Downloaded quote v1.0.37 |
331 | 2024-10-18T17:14:20.415Z | Downloaded dtrace-parser v0.2.0 |
332 | 2024-10-18T17:14:20.417Z | Downloaded colorchoice v1.0.2 |
333 | 2024-10-18T17:14:20.422Z | Downloaded ryu v1.0.18 |
334 | 2024-10-18T17:14:20.426Z | Downloaded digest v0.10.7 |
335 | 2024-10-18T17:14:20.428Z | Downloaded errno v0.3.9 |
336 | 2024-10-18T17:14:20.431Z | Downloaded usdt-macro v0.5.0 |
337 | 2024-10-18T17:14:20.431Z | Downloaded usdt-attr-macro v0.5.0 |
338 | 2024-10-18T17:14:20.434Z | Downloaded generic-array v0.14.7 |
339 | 2024-10-18T17:14:20.434Z | Downloaded fnv v1.0.7 |
340 | 2024-10-18T17:14:20.434Z | Downloaded camino-tempfile v1.1.1 |
341 | 2024-10-18T17:14:20.444Z | Downloaded pest_meta v2.7.14 |
342 | 2024-10-18T17:14:20.446Z | Downloaded unicode-linebreak v0.1.5 |
343 | 2024-10-18T17:14:20.452Z | Downloaded itoa v1.0.11 |
344 | 2024-10-18T17:14:20.454Z | Downloaded anstyle-parse v0.2.5 |
345 | 2024-10-18T17:14:20.457Z | Downloaded papergrid v0.11.0 |
346 | 2024-10-18T17:14:20.460Z | Downloaded toml_datetime v0.6.8 |
347 | 2024-10-18T17:14:20.462Z | Downloaded thiserror v1.0.64 |
348 | 2024-10-18T17:14:20.466Z | Downloaded serde_spanned v0.6.8 |
349 | 2024-10-18T17:14:20.468Z | Downloaded terminal_size v0.4.0 |
350 | 2024-10-18T17:14:20.468Z | Downloaded thread-id v4.2.2 |
351 | 2024-10-18T17:14:20.470Z | Downloaded version_check v0.9.5 |
352 | 2024-10-18T17:14:20.471Z | Downloaded anyhow v1.0.89 |
353 | 2024-10-18T17:14:20.474Z | Downloaded plain v0.2.3 |
354 | 2024-10-18T17:14:20.478Z | Downloaded cpufeatures v0.2.14 |
355 | 2024-10-18T17:14:20.478Z | Downloaded ucd-trie v0.1.7 |
356 | 2024-10-18T17:14:20.481Z | Downloaded clap_derive v4.5.18 |
357 | 2024-10-18T17:14:20.481Z | Downloaded pest_generator v2.7.14 |
358 | 2024-10-18T17:14:20.483Z | Downloaded toml v0.8.19 |
359 | 2024-10-18T17:14:20.485Z | Downloaded cargo_toml v0.20.5 |
360 | 2024-10-18T17:14:20.488Z | Downloaded once_cell v1.20.2 |
361 | 2024-10-18T17:14:20.490Z | Downloaded tabled_derive v0.7.0 |
362 | 2024-10-18T17:14:20.490Z | Downloaded zerocopy-derive v0.7.35 |
363 | 2024-10-18T17:14:20.493Z | Downloaded proc-macro-error v1.0.4 |
364 | 2024-10-18T17:14:20.496Z | Downloaded textwrap v0.16.1 |
365 | 2024-10-18T17:14:20.498Z | Downloaded sha2 v0.10.8 |
366 | 2024-10-18T17:14:20.501Z | Downloaded log v0.4.22 |
367 | 2024-10-18T17:14:20.504Z | Downloaded clap v4.5.20 |
368 | 2024-10-18T17:14:20.511Z | Downloaded serde v1.0.210 |
369 | 2024-10-18T17:14:20.514Z | Downloaded unicode-ident v1.0.13 |
370 | 2024-10-18T17:14:20.517Z | Downloaded typenum v1.17.0 |
371 | 2024-10-18T17:14:20.520Z | Downloaded proc-macro2 v1.0.87 |
372 | 2024-10-18T17:14:20.526Z | Downloaded bitflags v2.6.0 |
373 | 2024-10-18T17:14:20.532Z | Downloaded strsim v0.11.1 |
374 | 2024-10-18T17:14:20.532Z | Downloaded serde_derive v1.0.210 |
375 | 2024-10-18T17:14:20.536Z | Downloaded semver v1.0.23 |
376 | 2024-10-18T17:14:20.536Z | Downloaded scroll v0.12.0 |
377 | 2024-10-18T17:14:20.536Z | Downloaded toml_edit v0.22.22 |
378 | 2024-10-18T17:14:20.553Z | Downloaded indexmap v2.6.0 |
379 | 2024-10-18T17:14:20.557Z | Downloaded memchr v2.7.4 |
380 | 2024-10-18T17:14:20.562Z | Downloaded bytecount v0.6.8 |
381 | 2024-10-18T17:14:20.569Z | Downloaded serde_json v1.0.128 |
382 | 2024-10-18T17:14:20.581Z | Downloaded pest v2.7.14 |
383 | 2024-10-18T17:14:20.587Z | Downloaded clap_builder v4.5.20 |
384 | 2024-10-18T17:14:20.594Z | Downloaded hashbrown v0.15.0 |
385 | 2024-10-18T17:14:20.599Z | Downloaded zerocopy v0.7.35 |
386 | 2024-10-18T17:14:20.614Z | Downloaded winnow v0.6.20 |
387 | 2024-10-18T17:14:20.622Z | Downloaded tabled v0.15.0 |
388 | 2024-10-18T17:14:20.637Z | Downloaded syn v1.0.109 |
389 | 2024-10-18T17:14:20.646Z | Downloaded unicode-width v0.1.14 |
390 | 2024-10-18T17:14:20.652Z | Downloaded syn v2.0.79 |
391 | 2024-10-18T17:14:20.662Z | Downloaded rustix v0.38.37 |
392 | 2024-10-18T17:14:20.683Z | Downloaded goblin v0.8.2 |
393 | 2024-10-18T17:14:20.689Z | Downloaded libc v0.2.159 |
394 | 2024-10-18T17:14:20.991Z | Compiling proc-macro2 v1.0.87 |
395 | 2024-10-18T17:14:20.991Z | Compiling unicode-ident v1.0.13 |
396 | 2024-10-18T17:14:20.993Z | Compiling version_check v0.9.5 |
397 | 2024-10-18T17:14:20.994Z | Compiling serde v1.0.210 |
398 | 2024-10-18T17:14:20.994Z | Compiling memchr v2.7.4 |
399 | 2024-10-18T17:14:20.994Z | Compiling thiserror v1.0.64 |
400 | 2024-10-18T17:14:20.994Z | Compiling libc v0.2.159 |
401 | 2024-10-18T17:14:20.994Z | Compiling ryu v1.0.18 |
402 | 2024-10-18T17:14:21.234Z | Compiling itoa v1.0.11 |
403 | 2024-10-18T17:14:21.363Z | Compiling ucd-trie v0.1.7 |
404 | 2024-10-18T17:14:21.721Z | Compiling once_cell v1.20.2 |
405 | 2024-10-18T17:14:21.848Z | Compiling byteorder v1.5.0 |
406 | 2024-10-18T17:14:21.944Z | Compiling rustix v0.38.37 |
407 | 2024-10-18T17:14:21.967Z | Compiling serde_json v1.0.128 |
408 | 2024-10-18T17:14:22.152Z | Compiling bitflags v2.6.0 |
409 | 2024-10-18T17:14:22.346Z | Compiling proc-macro-error-attr v1.0.4 |
410 | 2024-10-18T17:14:22.577Z | Compiling quote v1.0.37 |
411 | 2024-10-18T17:14:22.644Z | Compiling usdt-impl v0.5.0 |
412 | 2024-10-18T17:14:22.699Z | Compiling syn v1.0.109 |
413 | 2024-10-18T17:14:22.805Z | Compiling proc-macro-error v1.0.4 |
414 | 2024-10-18T17:14:22.878Z | Compiling utf8parse v0.2.2 |
415 | 2024-10-18T17:14:23.002Z | Compiling syn v2.0.79 |
416 | 2024-10-18T17:14:23.134Z | Compiling errno v0.3.9 |
417 | 2024-10-18T17:14:23.235Z | Compiling plain v0.2.3 |
418 | 2024-10-18T17:14:23.395Z | Compiling equivalent v1.0.1 |
419 | 2024-10-18T17:14:23.418Z | Compiling hashbrown v0.15.0 |
420 | 2024-10-18T17:14:23.441Z | Compiling log v0.4.22 |
421 | 2024-10-18T17:14:23.463Z | Compiling camino v1.1.9 |
422 | 2024-10-18T17:14:23.835Z | Compiling thread-id v4.2.2 |
423 | 2024-10-18T17:14:23.944Z | Compiling anstyle-parse v0.2.5 |
424 | 2024-10-18T17:14:24.320Z | Compiling autocfg v1.4.0 |
425 | 2024-10-18T17:14:24.362Z | Compiling is_terminal_polyfill v1.70.1 |
426 | 2024-10-18T17:14:24.458Z | Compiling unicode-width v0.1.14 |
427 | 2024-10-18T17:14:24.509Z | Compiling anstyle v1.0.8 |
428 | 2024-10-18T17:14:24.514Z | Compiling anstyle-query v1.1.1 |
429 | 2024-10-18T17:14:24.698Z | Compiling indexmap v2.6.0 |
430 | 2024-10-18T17:14:24.723Z | Compiling colorchoice v1.0.2 |
431 | 2024-10-18T17:14:24.897Z | Compiling pretty-hex v0.4.1 |
432 | 2024-10-18T17:14:24.972Z | Compiling semver v1.0.23 |
433 | 2024-10-18T17:14:24.998Z | Compiling winnow v0.6.20 |
434 | 2024-10-18T17:14:25.119Z | Compiling anstream v0.6.15 |
435 | 2024-10-18T17:14:25.457Z | Compiling fs-err v2.11.0 |
436 | 2024-10-18T17:14:25.587Z | Compiling terminal_size v0.4.0 |
437 | 2024-10-18T17:14:25.877Z | Compiling heck v0.5.0 |
438 | 2024-10-18T17:14:25.899Z | Compiling cfg-if v1.0.0 |
439 | 2024-10-18T17:14:25.935Z | Compiling clap_lex v0.7.2 |
440 | 2024-10-18T17:14:26.075Z | Compiling strsim v0.11.1 |
441 | 2024-10-18T17:14:26.416Z | Compiling fnv v1.0.7 |
442 | 2024-10-18T17:14:26.439Z | Compiling fastrand v2.1.1 |
443 | 2024-10-18T17:14:26.463Z | Compiling heck v0.4.1 |
444 | 2024-10-18T17:14:26.553Z | Compiling bytecount v0.6.8 |
445 | 2024-10-18T17:14:26.782Z | Compiling anyhow v1.0.89 |
446 | 2024-10-18T17:14:26.963Z | Compiling tempfile v3.13.0 |
447 | 2024-10-18T17:14:27.006Z | Compiling papergrid v0.11.0 |
448 | 2024-10-18T17:14:27.029Z | Compiling clap_builder v4.5.20 |
449 | 2024-10-18T17:14:27.205Z | Compiling memmap v0.7.0 |
450 | 2024-10-18T17:14:27.582Z | Compiling smawk v0.3.2 |
451 | 2024-10-18T17:14:27.607Z | Compiling unicode-linebreak v0.1.5 |
452 | 2024-10-18T17:14:28.109Z | Compiling textwrap v0.16.1 |
453 | 2024-10-18T17:14:28.487Z | Compiling swrite v0.1.0 |
454 | 2024-10-18T17:14:29.411Z | Compiling tabled_derive v0.7.0 |
455 | 2024-10-18T17:14:31.027Z | Compiling tabled v0.15.0 |
456 | 2024-10-18T17:14:32.050Z | Compiling serde_derive v1.0.210 |
457 | 2024-10-18T17:14:32.053Z | Compiling thiserror-impl v1.0.64 |
458 | 2024-10-18T17:14:32.053Z | Compiling zerocopy-derive v0.7.35 |
459 | 2024-10-18T17:14:32.073Z | Compiling scroll_derive v0.12.0 |
460 | 2024-10-18T17:14:32.262Z | Compiling clap_derive v4.5.18 |
461 | 2024-10-18T17:14:33.630Z | Compiling scroll v0.12.0 |
462 | 2024-10-18T17:14:34.051Z | Compiling goblin v0.8.2 |
463 | 2024-10-18T17:14:34.143Z | Compiling zerocopy v0.7.35 |
464 | 2024-10-18T17:14:34.891Z | Compiling pest v2.7.14 |
465 | 2024-10-18T17:14:36.107Z | Compiling clap v4.5.20 |
466 | 2024-10-18T17:14:37.207Z | Compiling pest_meta v2.7.14 |
467 | 2024-10-18T17:14:38.105Z | Compiling pest_generator v2.7.14 |
468 | 2024-10-18T17:14:40.069Z | Compiling pest_derive v2.7.14 |
469 | 2024-10-18T17:14:40.863Z | Compiling dtrace-parser v0.2.0 |
470 | 2024-10-18T17:14:42.146Z | Compiling toml_datetime v0.6.8 |
471 | 2024-10-18T17:14:42.146Z | Compiling serde_spanned v0.6.8 |
472 | 2024-10-18T17:14:42.149Z | Compiling cargo-platform v0.1.8 |
473 | 2024-10-18T17:14:42.538Z | Compiling serde_tokenstream v0.2.2 |
474 | 2024-10-18T17:14:42.569Z | Compiling toml_edit v0.22.22 |
475 | 2024-10-18T17:14:42.693Z | Compiling macaddr v1.0.1 |
476 | 2024-10-18T17:14:42.839Z | Compiling camino-tempfile v1.1.1 |
477 | 2024-10-18T17:14:43.600Z | Compiling dof v0.3.0 |
478 | 2024-10-18T17:14:43.600Z | Compiling cargo_metadata v0.18.1 |
479 | 2024-10-18T17:14:45.476Z | Compiling toml v0.8.19 |
480 | 2024-10-18T17:14:45.608Z | Compiling usdt-attr-macro v0.5.0 |
481 | 2024-10-18T17:14:45.608Z | Compiling usdt-macro v0.5.0 |
482 | 2024-10-18T17:14:46.330Z | Compiling cargo_toml v0.20.5 |
483 | 2024-10-18T17:14:47.063Z | Compiling usdt v0.5.0 |
484 | 2024-10-18T17:14:50.000Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
485 | 2024-10-18T17:14:53.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.41s |
486 | 2024-10-18T17:14:54.184Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
487 | 2024-10-18T17:14:54.759Z | Downloading crates ... |
488 | 2024-10-18T17:14:54.925Z | Downloaded aead v0.5.2 |
489 | 2024-10-18T17:14:54.928Z | Downloaded atomicwrites v0.4.4 |
490 | 2024-10-18T17:14:54.928Z | Downloaded crucible-workspace-hack v0.1.0 |
491 | 2024-10-18T17:14:54.928Z | Downloaded ciborium-io v0.2.2 |
492 | 2024-10-18T17:14:54.928Z | Downloaded cfg_aliases v0.2.1 |
493 | 2024-10-18T17:14:54.928Z | Downloaded crunchy v0.2.2 |
494 | 2024-10-18T17:14:54.928Z | Downloaded http-body v1.0.1 |
495 | 2024-10-18T17:14:54.928Z | Downloaded async-stream v0.3.6 |
496 | 2024-10-18T17:14:54.928Z | Downloaded ascii-canvas v3.0.0 |
497 | 2024-10-18T17:14:54.928Z | Downloaded adler2 v2.0.0 |
498 | 2024-10-18T17:14:54.928Z | Downloaded http-range v0.1.5 |
499 | 2024-10-18T17:14:54.932Z | Downloaded async-stream-impl v0.3.6 |
500 | 2024-10-18T17:14:54.934Z | Downloaded hubpack_derive v0.1.1 |
501 | 2024-10-18T17:14:54.934Z | Downloaded assert_matches v1.5.0 |
502 | 2024-10-18T17:14:54.937Z | Downloaded atty v0.2.14 |
503 | 2024-10-18T17:14:54.937Z | Downloaded new_debug_unreachable v1.0.6 |
504 | 2024-10-18T17:14:54.940Z | Downloaded arrayref v0.3.9 |
505 | 2024-10-18T17:14:54.942Z | Downloaded bitflags v1.3.2 |
506 | 2024-10-18T17:14:54.945Z | Downloaded addr2line v0.24.2 |
507 | 2024-10-18T17:14:54.947Z | Downloaded matches v0.1.10 |
508 | 2024-10-18T17:14:54.950Z | Downloaded cassowary v0.3.0 |
509 | 2024-10-18T17:14:54.952Z | Downloaded httpdate v1.0.3 |
510 | 2024-10-18T17:14:54.952Z | Downloaded ctr v0.9.2 |
511 | 2024-10-18T17:14:54.955Z | Downloaded normalize-line-endings v0.3.0 |
512 | 2024-10-18T17:14:54.958Z | Downloaded md5 v0.7.0 |
513 | 2024-10-18T17:14:54.958Z | Downloaded mockall v0.13.0 |
514 | 2024-10-18T17:14:54.961Z | Downloaded memoffset v0.9.1 |
515 | 2024-10-18T17:14:54.961Z | Downloaded crossbeam-deque v0.8.5 |
516 | 2024-10-18T17:14:54.963Z | Downloaded lazy_static v1.5.0 |
517 | 2024-10-18T17:14:54.966Z | Downloaded inout v0.1.3 |
518 | 2024-10-18T17:14:54.968Z | Downloaded curve25519-dalek-derive v0.1.1 |
519 | 2024-10-18T17:14:54.968Z | Downloaded md-5 v0.10.6 |
520 | 2024-10-18T17:14:54.971Z | Downloaded maplit v1.0.2 |
521 | 2024-10-18T17:14:54.973Z | Downloaded nodrop v0.1.14 |
522 | 2024-10-18T17:14:54.976Z | Downloaded newtype-uuid v1.1.2 |
523 | 2024-10-18T17:14:54.976Z | Downloaded lru v0.12.5 |
524 | 2024-10-18T17:14:54.978Z | Downloaded indent_write v2.2.0 |
525 | 2024-10-18T17:14:54.979Z | Downloaded nibble_vec v0.1.0 |
526 | 2024-10-18T17:14:54.981Z | Downloaded libloading v0.8.5 |
527 | 2024-10-18T17:14:54.984Z | Downloaded nanorand v0.7.0 |
528 | 2024-10-18T17:14:54.987Z | Downloaded rpassword v7.3.1 |
529 | 2024-10-18T17:14:54.989Z | Downloaded multer v3.1.0 |
530 | 2024-10-18T17:14:54.992Z | Downloaded mime_guess v2.0.5 |
531 | 2024-10-18T17:14:54.994Z | Downloaded lock_api v0.4.12 |
532 | 2024-10-18T17:14:54.997Z | Downloaded ipnet v2.10.1 |
533 | 2024-10-18T17:14:54.999Z | Downloaded crossbeam-utils v0.8.20 |
534 | 2024-10-18T17:14:55.002Z | Downloaded blake2 v0.10.6 |
535 | 2024-10-18T17:14:55.005Z | Downloaded miniz_oxide v0.8.0 |
536 | 2024-10-18T17:14:55.008Z | Downloaded sync_wrapper v1.0.1 |
537 | 2024-10-18T17:14:55.008Z | Downloaded data-encoding v2.6.0 |
538 | 2024-10-18T17:14:55.011Z | Downloaded crc32fast v1.4.2 |
539 | 2024-10-18T17:14:55.013Z | Downloaded console v0.15.8 |
540 | 2024-10-18T17:14:55.016Z | Downloaded hyper-util v0.1.9 |
541 | 2024-10-18T17:14:55.021Z | Downloaded darling_macro v0.20.10 |
542 | 2024-10-18T17:14:55.023Z | Downloaded signal-hook-tokio v0.3.1 |
543 | 2024-10-18T17:14:55.023Z | Downloaded http v1.1.0 |
544 | 2024-10-18T17:14:55.028Z | Downloaded arrayvec v0.7.6 |
545 | 2024-10-18T17:14:55.030Z | Downloaded is_ci v1.2.0 |
546 | 2024-10-18T17:14:55.033Z | Downloaded constant_time_eq v0.3.1 |
547 | 2024-10-18T17:14:55.035Z | Downloaded bytes v1.7.2 |
548 | 2024-10-18T17:14:55.038Z | Downloaded termtree v0.4.1 |
549 | 2024-10-18T17:14:55.041Z | Downloaded rustfmt-wrapper v0.2.1 |
550 | 2024-10-18T17:14:55.044Z | Downloaded allocator-api2 v0.2.18 |
551 | 2024-10-18T17:14:55.046Z | Downloaded match_cfg v0.1.0 |
552 | 2024-10-18T17:14:55.049Z | Downloaded castaway v0.2.3 |
553 | 2024-10-18T17:14:55.049Z | Downloaded base16ct v0.2.0 |
554 | 2024-10-18T17:14:55.051Z | Downloaded hickory-resolver v0.24.1 |
555 | 2024-10-18T17:14:55.055Z | Downloaded indicatif v0.17.8 |
556 | 2024-10-18T17:14:55.059Z | Downloaded want v0.3.1 |
557 | 2024-10-18T17:14:55.062Z | Downloaded newline-converter v0.3.0 |
558 | 2024-10-18T17:14:55.064Z | Downloaded zone_cfg_derive v0.3.0 |
559 | 2024-10-18T17:14:55.064Z | Downloaded waitgroup v0.1.2 |
560 | 2024-10-18T17:14:55.064Z | Downloaded crc v3.2.1 |
561 | 2024-10-18T17:14:55.068Z | Downloaded tokio-macros v2.4.0 |
562 | 2024-10-18T17:14:55.071Z | Downloaded slog-envlogger v2.2.0 |
563 | 2024-10-18T17:14:55.074Z | Downloaded managed v0.8.0 |
564 | 2024-10-18T17:14:55.074Z | Downloaded lazycell v1.3.0 |
565 | 2024-10-18T17:14:55.077Z | Downloaded darling_core v0.20.10 |
566 | 2024-10-18T17:14:55.080Z | Downloaded ipnetwork v0.20.0 |
567 | 2024-10-18T17:14:55.082Z | Downloaded num-conv v0.1.0 |
568 | 2024-10-18T17:14:55.085Z | Downloaded smf v0.2.3 |
569 | 2024-10-18T17:14:55.088Z | Downloaded defmt-parser v0.3.4 |
570 | 2024-10-18T17:14:55.088Z | Downloaded chacha20poly1305 v0.10.1 |
571 | 2024-10-18T17:14:55.090Z | Downloaded mime v0.3.17 |
572 | 2024-10-18T17:14:55.093Z | Downloaded strum_macros v0.25.3 |
573 | 2024-10-18T17:14:55.095Z | Downloaded aes-gcm v0.10.3 |
574 | 2024-10-18T17:14:55.097Z | Downloaded sha1 v0.10.6 |
575 | 2024-10-18T17:14:55.100Z | Downloaded thiserror-impl-no-std v2.0.2 |
576 | 2024-10-18T17:14:55.102Z | Downloaded ciborium v0.2.2 |
577 | 2024-10-18T17:14:55.104Z | Downloaded dyn-clone v1.0.17 |
578 | 2024-10-18T17:14:55.107Z | Downloaded darling v0.20.10 |
579 | 2024-10-18T17:14:55.111Z | Downloaded maybe-uninit v2.0.0 |
580 | 2024-10-18T17:14:55.114Z | Downloaded dsl_auto_type v0.1.2 |
581 | 2024-10-18T17:14:55.116Z | Downloaded foldhash v0.1.3 |
582 | 2024-10-18T17:14:55.116Z | Downloaded wait-timeout v0.2.0 |
583 | 2024-10-18T17:14:55.118Z | Downloaded iana-time-zone v0.1.61 |
584 | 2024-10-18T17:14:55.121Z | Downloaded dirs-sys-next v0.1.2 |
585 | 2024-10-18T17:14:55.123Z | Downloaded libsw v3.3.1 |
586 | 2024-10-18T17:14:55.126Z | Downloaded defmt-macros v0.3.9 |
587 | 2024-10-18T17:14:55.128Z | Downloaded rand_core v0.6.4 |
588 | 2024-10-18T17:14:55.131Z | Downloaded backtrace v0.3.74 |
589 | 2024-10-18T17:14:55.137Z | Downloaded progenitor-macro v0.8.0 |
590 | 2024-10-18T17:14:55.139Z | Downloaded num-integer v0.1.46 |
591 | 2024-10-18T17:14:55.141Z | Downloaded num-derive v0.4.2 |
592 | 2024-10-18T17:14:55.144Z | Downloaded group v0.13.0 |
593 | 2024-10-18T17:14:55.146Z | Downloaded native-tls v0.2.12 |
594 | 2024-10-18T17:14:55.149Z | Downloaded funty v2.0.0 |
595 | 2024-10-18T17:14:55.149Z | Downloaded packed_struct_codegen v0.10.1 |
596 | 2024-10-18T17:14:55.151Z | Downloaded smallvec v0.6.14 |
597 | 2024-10-18T17:14:55.153Z | Downloaded hyper-rustls v0.27.3 |
598 | 2024-10-18T17:14:55.155Z | Downloaded tokio-rustls v0.25.0 |
599 | 2024-10-18T17:14:55.158Z | Downloaded parse-display v0.10.0 |
600 | 2024-10-18T17:14:55.160Z | Downloaded clang-sys v1.8.1 |
601 | 2024-10-18T17:14:55.163Z | Downloaded httparse v1.9.5 |
602 | 2024-10-18T17:14:55.165Z | Downloaded buf-list v1.0.3 |
603 | 2024-10-18T17:14:55.168Z | Downloaded pkg-config v0.3.31 |
604 | 2024-10-18T17:14:55.171Z | Downloaded tokio-native-tls v0.3.1 |
605 | 2024-10-18T17:14:55.174Z | Downloaded serde_derive_internals v0.29.1 |
606 | 2024-10-18T17:14:55.176Z | Downloaded percent-encoding v2.3.1 |
607 | 2024-10-18T17:14:55.176Z | Downloaded ref-cast v1.0.23 |
608 | 2024-10-18T17:14:55.179Z | Downloaded pem v3.0.4 |
609 | 2024-10-18T17:14:55.182Z | Downloaded snafu-derive v0.8.5 |
610 | 2024-10-18T17:14:55.185Z | Downloaded jobserver v0.1.32 |
611 | 2024-10-18T17:14:55.187Z | Downloaded crossbeam-epoch v0.9.18 |
612 | 2024-10-18T17:14:55.190Z | Downloaded vte_generate_state_changes v0.1.2 |
613 | 2024-10-18T17:14:55.190Z | Downloaded num-complex v0.4.6 |
614 | 2024-10-18T17:14:55.192Z | Downloaded ecdsa v0.16.9 |
615 | 2024-10-18T17:14:55.195Z | Downloaded slog v2.7.0 |
616 | 2024-10-18T17:14:55.197Z | Downloaded const-oid v0.9.6 |
617 | 2024-10-18T17:14:55.200Z | Downloaded flagset v0.4.6 |
618 | 2024-10-18T17:14:55.202Z | Downloaded libxml v0.3.3 |
619 | 2024-10-18T17:14:55.209Z | Downloaded serde_path_to_error v0.1.16 |
620 | 2024-10-18T17:14:55.212Z | Downloaded termcolor v1.4.1 |
621 | 2024-10-18T17:14:55.214Z | Downloaded structmeta v0.3.0 |
622 | 2024-10-18T17:14:55.217Z | Downloaded structmeta v0.2.0 |
623 | 2024-10-18T17:14:55.217Z | Downloaded strip-ansi-escapes v0.2.0 |
624 | 2024-10-18T17:14:55.219Z | Downloaded futures v0.3.31 |
625 | 2024-10-18T17:14:55.224Z | Downloaded universal-hash v0.5.1 |
626 | 2024-10-18T17:14:55.226Z | Downloaded termios v0.3.3 |
627 | 2024-10-18T17:14:55.229Z | Downloaded diesel-dtrace v0.3.0 |
628 | 2024-10-18T17:14:55.231Z | Downloaded which v4.4.2 |
629 | 2024-10-18T17:14:55.233Z | Downloaded dropshot_endpoint v0.12.0 |
630 | 2024-10-18T17:14:55.236Z | Downloaded primeorder v0.13.6 |
631 | 2024-10-18T17:14:55.238Z | Downloaded pkcs8 v0.10.2 |
632 | 2024-10-18T17:14:55.251Z | Downloaded sigpipe v0.1.3 |
633 | 2024-10-18T17:14:55.253Z | Downloaded futures-sink v0.3.31 |
634 | 2024-10-18T17:14:55.256Z | Downloaded float-cmp v0.9.0 |
635 | 2024-10-18T17:14:55.256Z | Downloaded fixedbitset v0.4.2 |
636 | 2024-10-18T17:14:55.258Z | Downloaded env_filter v0.1.2 |
637 | 2024-10-18T17:14:55.262Z | Downloaded base64 v0.22.1 |
638 | 2024-10-18T17:14:55.264Z | Downloaded take_mut v0.2.2 |
639 | 2024-10-18T17:14:55.264Z | Downloaded hyper v1.4.1 |
640 | 2024-10-18T17:14:55.272Z | Downloaded num_enum v0.5.11 |
641 | 2024-10-18T17:14:55.278Z | Downloaded polyval v0.6.2 |
642 | 2024-10-18T17:14:55.280Z | Downloaded value-bag v1.9.0 |
643 | 2024-10-18T17:14:55.283Z | Downloaded untrusted v0.7.1 |
644 | 2024-10-18T17:14:55.286Z | Downloaded resolv-conf v0.7.0 |
645 | 2024-10-18T17:14:55.288Z | Downloaded flume v0.11.0 |
646 | 2024-10-18T17:14:55.291Z | Downloaded url v2.5.2 |
647 | 2024-10-18T17:14:55.295Z | Downloaded rayon-core v1.12.1 |
648 | 2024-10-18T17:14:55.302Z | Downloaded num_threads v0.1.7 |
649 | 2024-10-18T17:14:55.303Z | Downloaded slog-dtrace v0.3.0 |
650 | 2024-10-18T17:14:55.306Z | Downloaded slog-bunyan v2.5.0 |
651 | 2024-10-18T17:14:55.306Z | Downloaded whoami v1.5.2 |
652 | 2024-10-18T17:14:55.310Z | Downloaded vte v0.11.1 |
653 | 2024-10-18T17:14:55.313Z | Downloaded parse-size v1.0.0 |
654 | 2024-10-18T17:14:55.313Z | Downloaded path-slash v0.1.5 |
655 | 2024-10-18T17:14:55.313Z | Downloaded opaque-debug v0.3.1 |
656 | 2024-10-18T17:14:55.316Z | Downloaded tabwriter v1.4.0 |
657 | 2024-10-18T17:14:55.316Z | Downloaded supports-color v3.0.1 |
658 | 2024-10-18T17:14:55.318Z | Downloaded num_enum_derive v0.5.11 |
659 | 2024-10-18T17:14:55.319Z | Downloaded stringprep v0.1.5 |
660 | 2024-10-18T17:14:55.321Z | Downloaded string_cache v0.8.7 |
661 | 2024-10-18T17:14:55.323Z | Downloaded ssh-encoding v0.2.0 |
662 | 2024-10-18T17:14:55.326Z | Downloaded rusty-fork v0.3.0 |
663 | 2024-10-18T17:14:55.326Z | Downloaded tls_codec_derive v0.4.1 |
664 | 2024-10-18T17:14:55.328Z | Downloaded hkdf v0.12.4 |
665 | 2024-10-18T17:14:55.331Z | Downloaded xz2 v0.1.7 |
666 | 2024-10-18T17:14:55.334Z | Downloaded postcard v1.0.10 |
667 | 2024-10-18T17:14:55.337Z | Downloaded crossbeam-channel v0.5.13 |
668 | 2024-10-18T17:14:55.342Z | Downloaded filetime v0.2.25 |
669 | 2024-10-18T17:14:55.344Z | Downloaded deranged v0.3.11 |
670 | 2024-10-18T17:14:55.347Z | Downloaded ed25519 v2.2.3 |
671 | 2024-10-18T17:14:55.349Z | Downloaded float-ord v0.3.2 |
672 | 2024-10-18T17:14:55.351Z | Downloaded vsss-rs v3.3.4 |
673 | 2024-10-18T17:14:55.354Z | Downloaded hash32 v0.3.1 |
674 | 2024-10-18T17:14:55.356Z | Downloaded try-lock v0.2.5 |
675 | 2024-10-18T17:14:55.357Z | Downloaded tower-service v0.3.3 |
676 | 2024-10-18T17:14:55.361Z | Downloaded fallible-iterator v0.3.0 |
677 | 2024-10-18T17:14:55.361Z | Downloaded hash32 v0.2.1 |
678 | 2024-10-18T17:14:55.363Z | Downloaded gethostname v0.5.0 |
679 | 2024-10-18T17:14:55.363Z | Downloaded rustversion v1.0.17 |
680 | 2024-10-18T17:14:55.366Z | Downloaded rustc-demangle v0.1.24 |
681 | 2024-10-18T17:14:55.368Z | Downloaded mio v1.0.2 |
682 | 2024-10-18T17:14:55.374Z | Downloaded utf-8 v0.7.6 |
683 | 2024-10-18T17:14:55.376Z | Downloaded openssl-macros v0.1.1 |
684 | 2024-10-18T17:14:55.379Z | Downloaded rand_chacha v0.3.1 |
685 | 2024-10-18T17:14:55.379Z | Downloaded number_prefix v0.4.0 |
686 | 2024-10-18T17:14:55.381Z | Downloaded siphasher v0.3.11 |
687 | 2024-10-18T17:14:55.385Z | Downloaded serde_urlencoded v0.7.1 |
688 | 2024-10-18T17:14:55.385Z | Downloaded schemars_derive v0.8.21 |
689 | 2024-10-18T17:14:55.387Z | Downloaded slab v0.4.9 |
690 | 2024-10-18T17:14:55.389Z | Downloaded slog-json v2.6.1 |
691 | 2024-10-18T17:14:55.393Z | Downloaded slog-term v2.9.1 |
692 | 2024-10-18T17:14:55.395Z | Downloaded pin-project v1.1.6 |
693 | 2024-10-18T17:14:55.406Z | Downloaded rustls-pki-types v1.9.0 |
694 | 2024-10-18T17:14:55.410Z | Downloaded form_urlencoded v1.2.1 |
695 | 2024-10-18T17:14:55.413Z | Downloaded untrusted v0.9.0 |
696 | 2024-10-18T17:14:55.415Z | Downloaded unicode-xid v0.2.6 |
697 | 2024-10-18T17:14:55.415Z | Downloaded dhcproto-macros v0.1.0 |
698 | 2024-10-18T17:14:55.417Z | Downloaded foreign-types v0.5.0 |
699 | 2024-10-18T17:14:55.417Z | Downloaded half v2.4.1 |
700 | 2024-10-18T17:14:55.420Z | Downloaded foreign-types-macros v0.2.3 |
701 | 2024-10-18T17:14:55.423Z | Downloaded parking_lot_core v0.8.6 |
702 | 2024-10-18T17:14:55.425Z | Downloaded xattr v1.3.1 |
703 | 2024-10-18T17:14:55.428Z | Downloaded wyz v0.5.1 |
704 | 2024-10-18T17:14:55.430Z | Downloaded unicode-truncate v1.1.0 |
705 | 2024-10-18T17:14:55.430Z | Downloaded progenitor-client v0.8.0 |
706 | 2024-10-18T17:14:55.434Z | Downloaded futures-io v0.3.31 |
707 | 2024-10-18T17:14:55.434Z | Downloaded peg-runtime v0.8.3 |
708 | 2024-10-18T17:14:55.434Z | Downloaded ppv-lite86 v0.2.20 |
709 | 2024-10-18T17:14:55.437Z | Downloaded powerfmt v0.2.0 |
710 | 2024-10-18T17:14:55.439Z | Downloaded toolchain_find v0.4.0 |
711 | 2024-10-18T17:14:55.439Z | Downloaded password-hash v0.4.2 |
712 | 2024-10-18T17:14:55.441Z | Downloaded unicode-segmentation v1.12.0 |
713 | 2024-10-18T17:14:55.444Z | Downloaded rand_seeder v0.3.0 |
714 | 2024-10-18T17:14:55.447Z | Downloaded sqlformat v0.2.6 |
715 | 2024-10-18T17:14:55.449Z | Downloaded spki v0.7.3 |
716 | 2024-10-18T17:14:55.452Z | Downloaded secrecy v0.8.0 |
717 | 2024-10-18T17:14:55.454Z | Downloaded strum v0.26.3 |
718 | 2024-10-18T17:14:55.454Z | Downloaded derive-where v1.2.7 |
719 | 2024-10-18T17:14:55.458Z | Downloaded slog-scope v4.4.0 |
720 | 2024-10-18T17:14:55.460Z | Downloaded foreign-types-shared v0.1.1 |
721 | 2024-10-18T17:14:55.462Z | Downloaded derive_builder_macro v0.20.2 |
722 | 2024-10-18T17:14:55.462Z | Downloaded unarray v0.1.4 |
723 | 2024-10-18T17:14:55.465Z | Downloaded tap v1.0.1 |
724 | 2024-10-18T17:14:55.467Z | Downloaded subtle v2.6.1 |
725 | 2024-10-18T17:14:55.467Z | Downloaded zeroize v1.8.1 |
726 | 2024-10-18T17:14:55.470Z | Downloaded openssl-probe v0.1.5 |
727 | 2024-10-18T17:14:55.470Z | Downloaded uuid v1.10.0 |
728 | 2024-10-18T17:14:55.473Z | Downloaded tokio-tungstenite v0.23.1 |
729 | 2024-10-18T17:14:55.476Z | Downloaded oso-derive v0.27.3 |
730 | 2024-10-18T17:14:55.480Z | Downloaded fxhash v0.2.1 |
731 | 2024-10-18T17:14:55.480Z | Downloaded nu-ansi-term v0.50.1 |
732 | 2024-10-18T17:14:55.483Z | Downloaded elliptic-curve v0.13.8 |
733 | 2024-10-18T17:14:55.485Z | Downloaded ff v0.13.0 |
734 | 2024-10-18T17:14:55.488Z | Downloaded tinyvec_macros v0.1.1 |
735 | 2024-10-18T17:14:55.492Z | Downloaded num v0.4.3 |
736 | 2024-10-18T17:14:55.492Z | Downloaded omicron-zone-package v0.11.1 |
737 | 2024-10-18T17:14:55.494Z | Downloaded heapless v0.8.0 |
738 | 2024-10-18T17:14:55.498Z | Downloaded postgres-protocol v0.6.7 |
739 | 2024-10-18T17:14:55.500Z | Downloaded tls_codec v0.4.1 |
740 | 2024-10-18T17:14:55.503Z | Downloaded rfc6979 v0.4.0 |
741 | 2024-10-18T17:14:55.507Z | Downloaded signal-hook-registry v1.4.2 |
742 | 2024-10-18T17:14:55.507Z | Downloaded signal-hook-mio v0.2.4 |
743 | 2024-10-18T17:14:55.511Z | Downloaded heapless v0.7.17 |
744 | 2024-10-18T17:14:55.513Z | Downloaded similar v2.6.0 |
745 | 2024-10-18T17:14:55.518Z | Downloaded quinn v0.11.5 |
746 | 2024-10-18T17:14:55.522Z | Downloaded structmeta-derive v0.3.0 |
747 | 2024-10-18T17:14:55.524Z | Downloaded structmeta-derive v0.2.0 |
748 | 2024-10-18T17:14:55.527Z | Downloaded fd-lock v4.0.2 |
749 | 2024-10-18T17:14:55.530Z | Downloaded zeroize_derive v1.4.2 |
750 | 2024-10-18T17:14:55.530Z | Downloaded tokio-tungstenite v0.24.0 |
751 | 2024-10-18T17:14:55.532Z | Downloaded des v0.8.1 |
752 | 2024-10-18T17:14:55.535Z | Downloaded spin v0.9.8 |
753 | 2024-10-18T17:14:55.537Z | Downloaded salty v0.3.0 |
754 | 2024-10-18T17:14:55.545Z | Downloaded embedded-io v0.4.0 |
755 | 2024-10-18T17:14:55.547Z | Downloaded precomputed-hash v0.1.1 |
756 | 2024-10-18T17:14:55.550Z | Downloaded embedded-io v0.6.1 |
757 | 2024-10-18T17:14:55.550Z | Downloaded either v1.13.0 |
758 | 2024-10-18T17:14:55.553Z | Downloaded peg-macros v0.8.4 |
759 | 2024-10-18T17:14:55.555Z | Downloaded tar v0.4.42 |
760 | 2024-10-18T17:14:55.557Z | Downloaded phf v0.11.2 |
761 | 2024-10-18T17:14:55.560Z | Downloaded ed25519-dalek v2.1.1 |
762 | 2024-10-18T17:14:55.562Z | Downloaded crossterm v0.28.1 |
763 | 2024-10-18T17:14:55.569Z | Downloaded sct v0.7.1 |
764 | 2024-10-18T17:14:55.573Z | Downloaded zone_cfg_derive v0.1.2 |
765 | 2024-10-18T17:14:55.576Z | Downloaded zone v0.3.0 |
766 | 2024-10-18T17:14:55.576Z | Downloaded itertools v0.12.1 |
767 | 2024-10-18T17:14:55.583Z | Downloaded zone v0.1.8 |
768 | 2024-10-18T17:14:55.586Z | Downloaded diesel_table_macro_syntax v0.2.0 |
769 | 2024-10-18T17:14:55.586Z | Downloaded fragile v2.0.0 |
770 | 2024-10-18T17:14:55.589Z | Downloaded foreign-types-shared v0.3.1 |
771 | 2024-10-18T17:14:55.589Z | Downloaded dhcproto v0.12.0 |
772 | 2024-10-18T17:14:55.592Z | Downloaded sqlparser_derive v0.2.2 |
773 | 2024-10-18T17:14:55.594Z | Downloaded num-rational v0.4.2 |
774 | 2024-10-18T17:14:55.597Z | Downloaded fallible-streaming-iterator v0.1.9 |
775 | 2024-10-18T17:14:55.597Z | Downloaded toml_edit v0.19.15 |
776 | 2024-10-18T17:14:55.614Z | Downloaded num-bigint-dig v0.8.4 |
777 | 2024-10-18T17:14:55.618Z | Downloaded unicase v2.7.0 |
778 | 2024-10-18T17:14:55.621Z | Downloaded pin-utils v0.1.0 |
779 | 2024-10-18T17:14:55.623Z | Downloaded publicsuffix v2.2.3 |
780 | 2024-10-18T17:14:55.625Z | Downloaded serde-big-array v0.5.1 |
781 | 2024-10-18T17:14:55.627Z | Downloaded scheduled-thread-pool v0.2.7 |
782 | 2024-10-18T17:14:55.628Z | Downloaded derive_more v0.99.18 |
783 | 2024-10-18T17:14:55.633Z | Downloaded progenitor v0.8.0 |
784 | 2024-10-18T17:14:55.636Z | Downloaded strum_macros v0.26.4 |
785 | 2024-10-18T17:14:55.638Z | Downloaded hashlink v0.9.1 |
786 | 2024-10-18T17:14:55.644Z | Downloaded typify v0.2.0 |
787 | 2024-10-18T17:14:55.647Z | Downloaded tui-tree-widget v0.22.0 |
788 | 2024-10-18T17:14:55.647Z | Downloaded futures-channel v0.3.31 |
789 | 2024-10-18T17:14:55.647Z | Downloaded phf_generator v0.11.2 |
790 | 2024-10-18T17:14:55.649Z | Downloaded aho-corasick v1.1.3 |
791 | 2024-10-18T17:14:55.654Z | Downloaded proc-macro-crate v1.3.1 |
792 | 2024-10-18T17:14:55.656Z | Downloaded phf_shared v0.10.0 |
793 | 2024-10-18T17:14:55.656Z | Downloaded endian-type v0.1.2 |
794 | 2024-10-18T17:14:55.656Z | Downloaded rustls-pemfile v1.0.4 |
795 | 2024-10-18T17:14:55.658Z | Downloaded fallible-iterator v0.2.0 |
796 | 2024-10-18T17:14:55.661Z | Downloaded pkcs1 v0.7.5 |
797 | 2024-10-18T17:14:55.663Z | Downloaded zerocopy v0.6.6 |
798 | 2024-10-18T17:14:55.666Z | Downloaded parse-zoneinfo v0.3.1 |
799 | 2024-10-18T17:14:55.668Z | Downloaded predicates-tree v1.0.11 |
800 | 2024-10-18T17:14:55.670Z | Downloaded predicates-core v1.0.8 |
801 | 2024-10-18T17:14:55.671Z | Downloaded typify-macro v0.2.0 |
802 | 2024-10-18T17:14:55.673Z | Downloaded pin-project-lite v0.2.14 |
803 | 2024-10-18T17:14:55.676Z | Downloaded pretty-hex v0.2.1 |
804 | 2024-10-18T17:14:55.679Z | Downloaded toml v0.7.8 |
805 | 2024-10-18T17:14:55.682Z | Downloaded futures-util v0.3.31 |
806 | 2024-10-18T17:14:55.695Z | Downloaded futures-executor v0.3.31 |
807 | 2024-10-18T17:14:55.697Z | Downloaded predicates v3.1.2 |
808 | 2024-10-18T17:14:55.700Z | Downloaded semver v0.1.20 |
809 | 2024-10-18T17:14:55.702Z | Downloaded salsa20 v0.10.2 |
810 | 2024-10-18T17:14:55.702Z | Downloaded p256 v0.13.2 |
811 | 2024-10-18T17:14:55.706Z | Downloaded x509-cert v0.2.5 |
812 | 2024-10-18T17:14:55.712Z | Downloaded psl-types v2.0.11 |
813 | 2024-10-18T17:14:55.714Z | Downloaded serde_with_macros v3.11.0 |
814 | 2024-10-18T17:14:55.717Z | Downloaded subprocess v0.2.9 |
815 | 2024-10-18T17:14:55.719Z | Downloaded phf_shared v0.11.2 |
816 | 2024-10-18T17:14:55.721Z | Downloaded env_logger v0.11.5 |
817 | 2024-10-18T17:14:55.724Z | Downloaded env_logger v0.10.2 |
818 | 2024-10-18T17:14:55.726Z | Downloaded futures-task v0.3.31 |
819 | 2024-10-18T17:14:55.729Z | Downloaded futures-macro v0.3.31 |
820 | 2024-10-18T17:14:55.729Z | Downloaded rand_xorshift v0.3.0 |
821 | 2024-10-18T17:14:55.729Z | Downloaded oso v0.27.3 |
822 | 2024-10-18T17:14:55.732Z | Downloaded reedline v0.35.0 |
823 | 2024-10-18T17:14:55.742Z | Downloaded unicode_categories v0.1.1 |
824 | 2024-10-18T17:14:55.744Z | Downloaded h2 v0.3.26 |
825 | 2024-10-18T17:14:55.751Z | Downloaded idna v0.5.0 |
826 | 2024-10-18T17:14:55.759Z | Downloaded pin-project-internal v1.1.6 |
827 | 2024-10-18T17:14:55.761Z | Downloaded unicode-bidi v0.3.17 |
828 | 2024-10-18T17:14:55.764Z | Downloaded p521 v0.13.3 |
829 | 2024-10-18T17:14:55.769Z | Downloaded quick-xml v0.33.0 |
830 | 2024-10-18T17:14:55.776Z | Downloaded diff v0.1.13 |
831 | 2024-10-18T17:14:55.779Z | Downloaded zip v0.6.6 |
832 | 2024-10-18T17:14:55.784Z | Downloaded prettyplease v0.2.22 |
833 | 2024-10-18T17:14:55.787Z | Downloaded rsa v0.9.6 |
834 | 2024-10-18T17:14:55.793Z | Downloaded hyper v0.14.30 |
835 | 2024-10-18T17:14:55.802Z | Downloaded rustls-webpki v0.102.8 |
836 | 2024-10-18T17:14:55.822Z | Downloaded ron v0.8.1 |
837 | 2024-10-18T17:14:55.827Z | Downloaded steno v0.4.1 |
838 | 2024-10-18T17:14:55.832Z | Downloaded hashbrown v0.12.3 |
839 | 2024-10-18T17:14:55.836Z | Downloaded num-bigint v0.4.6 |
840 | 2024-10-18T17:14:55.841Z | Downloaded chrono v0.4.38 |
841 | 2024-10-18T17:14:55.849Z | Downloaded russh v0.45.0 |
842 | 2024-10-18T17:14:55.855Z | Downloaded rustls-webpki v0.101.7 |
843 | 2024-10-18T17:14:55.871Z | Downloaded ssh-key v0.6.6 |
844 | 2024-10-18T17:14:55.879Z | Downloaded tough v0.17.1 |
845 | 2024-10-18T17:14:55.887Z | Downloaded winnow v0.5.40 |
846 | 2024-10-18T17:14:55.897Z | Downloaded time v0.3.36 |
847 | 2024-10-18T17:14:55.904Z | Downloaded quinn-proto v0.11.8 |
848 | 2024-10-18T17:14:55.911Z | Downloaded reqwest v0.11.27 |
849 | 2024-10-18T17:14:55.920Z | Downloaded curve25519-dalek v4.1.3 |
850 | 2024-10-18T17:14:55.930Z | Downloaded vcpkg v0.2.15 |
851 | 2024-10-18T17:14:55.971Z | Downloaded gimli v0.31.1 |
852 | 2024-10-18T17:14:55.980Z | Downloaded rayon v1.10.0 |
853 | 2024-10-18T17:14:55.989Z | Downloaded regex-syntax v0.6.29 |
854 | 2024-10-18T17:14:55.997Z | Downloaded nix v0.28.0 |
855 | 2024-10-18T17:14:56.010Z | Downloaded polar-core v0.27.3 |
856 | 2024-10-18T17:14:56.019Z | Downloaded p384 v0.13.0 |
857 | 2024-10-18T17:14:56.025Z | Downloaded openssl v0.10.66 |
858 | 2024-10-18T17:14:56.036Z | Downloaded regex-syntax v0.8.5 |
859 | 2024-10-18T17:14:56.045Z | Downloaded nix v0.29.0 |
860 | 2024-10-18T17:14:56.058Z | Downloaded dropshot v0.12.0 |
861 | 2024-10-18T17:14:56.079Z | Downloaded object v0.30.4 |
862 | 2024-10-18T17:14:56.090Z | Downloaded sqlparser v0.45.0 |
863 | 2024-10-18T17:14:56.096Z | Downloaded regress v0.10.1 |
864 | 2024-10-18T17:14:56.105Z | Downloaded proptest v1.5.0 |
865 | 2024-10-18T17:14:56.115Z | Downloaded regress v0.9.1 |
866 | 2024-10-18T17:14:56.125Z | Downloaded object v0.36.5 |
867 | 2024-10-18T17:14:56.139Z | Downloaded sled v0.34.7 |
868 | 2024-10-18T17:14:56.151Z | Downloaded diesel v2.2.4 |
869 | 2024-10-18T17:14:56.168Z | Downloaded regex-automata v0.4.8 |
870 | 2024-10-18T17:14:56.186Z | Downloaded rustls v0.23.14 |
871 | 2024-10-18T17:14:56.198Z | Downloaded ratatui v0.28.1 |
872 | 2024-10-18T17:14:56.218Z | Downloaded rustls v0.22.4 |
873 | 2024-10-18T17:14:56.231Z | Downloaded tokio v1.40.0 |
874 | 2024-10-18T17:14:56.270Z | Downloaded typify-impl v0.2.0 |
875 | 2024-10-18T17:14:56.286Z | Downloaded csv v1.3.0 |
876 | 2024-10-18T17:14:56.306Z | Downloaded zerocopy-derive v0.6.6 |
877 | 2024-10-18T17:14:56.316Z | Downloaded lzma-sys v0.1.20 |
878 | 2024-10-18T17:14:56.346Z | Downloaded petgraph v0.6.5 |
879 | 2024-10-18T17:14:56.365Z | Downloaded sha3 v0.10.8 |
880 | 2024-10-18T17:14:56.370Z | Downloaded libz-sys v1.1.20 |
881 | 2024-10-18T17:14:56.391Z | Downloaded hickory-proto v0.24.1 |
882 | 2024-10-18T17:14:56.407Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
883 | 2024-10-18T17:14:56.421Z | Downloaded openapiv3 v2.0.0 |
884 | 2024-10-18T17:14:56.432Z | Downloaded trust-dns-proto v0.22.0 |
885 | 2024-10-18T17:14:56.444Z | Downloaded smoltcp v0.11.0 |
886 | 2024-10-18T17:14:56.457Z | Downloaded nix v0.27.1 |
887 | 2024-10-18T17:14:56.468Z | Downloaded chrono-tz v0.10.0 |
888 | 2024-10-18T17:14:56.475Z | Downloaded bstr v1.10.0 |
889 | 2024-10-18T17:14:56.488Z | Downloaded smoltcp v0.9.1 |
890 | 2024-10-18T17:14:56.496Z | Downloaded idna v0.4.0 |
891 | 2024-10-18T17:14:56.504Z | Downloaded idna v0.2.3 |
892 | 2024-10-18T17:14:56.511Z | Downloaded radix_trie v0.2.1 |
893 | 2024-10-18T17:14:56.516Z | Downloaded encoding_rs v0.8.34 |
894 | 2024-10-18T17:14:56.538Z | Downloaded webpki-roots v0.26.6 |
895 | 2024-10-18T17:14:56.541Z | Downloaded rustls v0.21.12 |
896 | 2024-10-18T17:14:56.552Z | Downloaded reqwest v0.12.8 |
897 | 2024-10-18T17:14:56.562Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
898 | 2024-10-18T17:14:56.620Z | Downloaded regex v1.11.0 |
899 | 2024-10-18T17:14:56.633Z | Downloaded lalrpop v0.19.12 |
900 | 2024-10-18T17:14:56.644Z | Downloaded rusqlite v0.32.1 |
901 | 2024-10-18T17:14:56.650Z | Downloaded portable-atomic v1.9.0 |
902 | 2024-10-18T17:14:56.659Z | Downloaded git2 v0.19.0 |
903 | 2024-10-18T17:14:56.667Z | Downloaded hashbrown v0.14.5 |
904 | 2024-10-18T17:14:56.673Z | Downloaded bindgen v0.69.5 |
905 | 2024-10-18T17:14:56.681Z | Downloaded expectorate v1.1.0 |
906 | 2024-10-18T17:14:56.683Z | Downloaded tokio-util v0.7.12 |
907 | 2024-10-18T17:14:56.688Z | Downloaded rustyline v14.0.0 |
908 | 2024-10-18T17:14:56.694Z | Downloaded serde_with v3.11.0 |
909 | 2024-10-18T17:14:56.702Z | Downloaded idna v0.3.0 |
910 | 2024-10-18T17:14:56.708Z | Downloaded bitvec v1.0.1 |
911 | 2024-10-18T17:14:56.724Z | Downloaded unicode-normalization v0.1.24 |
912 | 2024-10-18T17:14:56.728Z | Downloaded samael v0.0.17 |
913 | 2024-10-18T17:14:56.733Z | Downloaded headers v0.4.0 |
914 | 2024-10-18T17:14:56.738Z | Downloaded rustls-pemfile v2.2.0 |
915 | 2024-10-18T17:14:56.741Z | Downloaded openssl-sys v0.9.103 |
916 | 2024-10-18T17:14:56.745Z | Downloaded hashbrown v0.13.2 |
917 | 2024-10-18T17:14:56.750Z | Downloaded blake3 v1.5.4 |
918 | 2024-10-18T17:14:56.757Z | Downloaded h2 v0.4.6 |
919 | 2024-10-18T17:14:56.767Z | Downloaded futures-core v0.3.31 |
920 | 2024-10-18T17:14:56.769Z | Downloaded tinyvec v1.8.0 |
921 | 2024-10-18T17:14:56.772Z | Downloaded signature v2.2.0 |
922 | 2024-10-18T17:14:56.776Z | Downloaded ena v0.14.3 |
923 | 2024-10-18T17:14:56.776Z | Downloaded difflib v0.4.0 |
924 | 2024-10-18T17:14:56.778Z | Downloaded static_assertions v1.1.0 |
925 | 2024-10-18T17:14:56.778Z | Downloaded fatfs v0.3.6 |
926 | 2024-10-18T17:14:56.781Z | Downloaded ring v0.17.8 |
927 | 2024-10-18T17:14:56.850Z | Downloaded derive_builder v0.20.2 |
928 | 2024-10-18T17:14:56.854Z | Downloaded libsqlite3-sys v0.30.1 |
929 | 2024-10-18T17:14:56.932Z | Downloaded derive_builder_core v0.20.2 |
930 | 2024-10-18T17:14:56.935Z | Downloaded ron v0.7.1 |
931 | 2024-10-18T17:14:56.939Z | Downloaded topological-sort v0.2.2 |
932 | 2024-10-18T17:14:56.942Z | Downloaded thread_local v1.1.8 |
933 | 2024-10-18T17:14:56.942Z | Downloaded thiserror-no-std v2.0.2 |
934 | 2024-10-18T17:14:56.955Z | Downloaded strum_macros v0.24.3 |
935 | 2024-10-18T17:14:56.958Z | Downloaded hickory-client v0.24.1 |
936 | 2024-10-18T17:14:56.958Z | Downloaded rcgen v0.12.1 |
937 | 2024-10-18T17:14:56.958Z | Downloaded rand v0.8.5 |
938 | 2024-10-18T17:14:56.958Z | Downloaded ring v0.16.20 |
939 | 2024-10-18T17:14:57.036Z | Downloaded qorb v0.1.1 |
940 | 2024-10-18T17:14:57.039Z | Downloaded flate2 v1.0.34 |
941 | 2024-10-18T17:14:57.044Z | Downloaded tiny-keccak v2.0.2 |
942 | 2024-10-18T17:14:57.047Z | Downloaded serde_plain v1.0.2 |
943 | 2024-10-18T17:14:57.051Z | Downloaded serde-hex v0.1.0 |
944 | 2024-10-18T17:14:57.051Z | Downloaded hex-literal v0.4.1 |
945 | 2024-10-18T17:14:57.053Z | Downloaded hex v0.4.3 |
946 | 2024-10-18T17:14:57.053Z | Downloaded headers-core v0.3.0 |
947 | 2024-10-18T17:14:57.053Z | Downloaded phf_codegen v0.11.2 |
948 | 2024-10-18T17:14:57.053Z | Downloaded tracing v0.1.40 |
949 | 2024-10-18T17:14:57.057Z | Downloaded time-core v0.1.2 |
950 | 2024-10-18T17:14:57.059Z | Downloaded peg v0.8.4 |
951 | 2024-10-18T17:14:57.062Z | Downloaded postgres-types v0.2.8 |
952 | 2024-10-18T17:14:57.064Z | Downloaded num-traits v0.2.19 |
953 | 2024-10-18T17:14:57.066Z | Downloaded schemars v0.8.21 |
954 | 2024-10-18T17:14:57.076Z | Downloaded tracing-core v0.1.32 |
955 | 2024-10-18T17:14:57.078Z | Downloaded stable_deref_trait v1.2.0 |
956 | 2024-10-18T17:14:57.082Z | Downloaded ssh-cipher v0.2.0 |
957 | 2024-10-18T17:14:57.082Z | Downloaded rustc_version v0.1.7 |
958 | 2024-10-18T17:14:57.082Z | Downloaded rustc-hash v2.0.0 |
959 | 2024-10-18T17:14:57.085Z | Downloaded rustc-hash v1.1.0 |
960 | 2024-10-18T17:14:57.085Z | Downloaded rtoolbox v0.0.2 |
961 | 2024-10-18T17:14:57.085Z | Downloaded num-iter v0.1.45 |
962 | 2024-10-18T17:14:57.085Z | Downloaded typed-path v0.7.1 |
963 | 2024-10-18T17:14:57.090Z | Downloaded nom v7.1.3 |
964 | 2024-10-18T17:14:57.095Z | Downloaded pbkdf2 v0.12.2 |
965 | 2024-10-18T17:14:57.098Z | Downloaded libm v0.2.8 |
966 | 2024-10-18T17:14:57.105Z | Downloaded serde_repr v0.1.19 |
967 | 2024-10-18T17:14:57.108Z | Downloaded der_derive v0.7.3 |
968 | 2024-10-18T17:14:57.108Z | Downloaded unsafe-libyaml v0.2.11 |
969 | 2024-10-18T17:14:57.110Z | Downloaded olpc-cjson v0.1.4 |
970 | 2024-10-18T17:14:57.112Z | Downloaded time-macros v0.2.18 |
971 | 2024-10-18T17:14:57.115Z | Downloaded slog-async v2.8.0 |
972 | 2024-10-18T17:14:57.115Z | Downloaded diesel_derives v2.2.3 |
973 | 2024-10-18T17:14:57.118Z | Downloaded getrandom v0.2.15 |
974 | 2024-10-18T17:14:57.123Z | Downloaded progenitor-impl v0.8.0 |
975 | 2024-10-18T17:14:57.125Z | Downloaded tungstenite v0.23.0 |
976 | 2024-10-18T17:14:57.128Z | Downloaded tungstenite v0.21.0 |
977 | 2024-10-18T17:14:57.130Z | Downloaded hickory-server v0.24.1 |
978 | 2024-10-18T17:14:57.134Z | Downloaded parking_lot v0.12.3 |
979 | 2024-10-18T17:14:57.136Z | Downloaded http v0.2.12 |
980 | 2024-10-18T17:14:57.140Z | Downloaded yasna v0.5.2 |
981 | 2024-10-18T17:14:57.142Z | Downloaded pbkdf2 v0.11.0 |
982 | 2024-10-18T17:14:57.145Z | Downloaded parking_lot v0.11.2 |
983 | 2024-10-18T17:14:57.148Z | Downloaded cc v1.1.30 |
984 | 2024-10-18T17:14:57.152Z | Downloaded r2d2 v0.8.10 |
985 | 2024-10-18T17:14:57.152Z | Downloaded quinn-udp v0.5.5 |
986 | 2024-10-18T17:14:57.152Z | Downloaded paste v1.0.15 |
987 | 2024-10-18T17:14:57.154Z | Downloaded parse-display-derive v0.10.0 |
988 | 2024-10-18T17:14:57.156Z | Downloaded parking_lot_core v0.9.10 |
989 | 2024-10-18T17:14:57.158Z | Downloaded minimal-lexical v0.2.1 |
990 | 2024-10-18T17:14:57.161Z | Downloaded const_format v0.2.33 |
991 | 2024-10-18T17:14:57.165Z | Downloaded vergen v8.3.2 |
992 | 2024-10-18T17:14:57.168Z | Downloaded der v0.7.9 |
993 | 2024-10-18T17:14:57.172Z | Downloaded dirs-next v2.0.0 |
994 | 2024-10-18T17:14:57.175Z | Downloaded tokio-rustls v0.26.0 |
995 | 2024-10-18T17:14:57.178Z | Downloaded poly1305 v0.8.0 |
996 | 2024-10-18T17:14:57.178Z | Downloaded socket2 v0.5.7 |
997 | 2024-10-18T17:14:57.180Z | Downloaded signal-hook v0.3.17 |
998 | 2024-10-18T17:14:57.183Z | Downloaded itertools v0.13.0 |
999 | 2024-10-18T17:14:57.189Z | Downloaded ghash v0.5.1 |
1000 | 2024-10-18T17:14:57.193Z | Downloaded foreign-types v0.3.2 |
1001 | 2024-10-18T17:14:57.193Z | Downloaded glob v0.3.1 |
1002 | 2024-10-18T17:14:57.196Z | Downloaded quick-error v1.2.3 |
1003 | 2024-10-18T17:14:57.196Z | Downloaded tracing-attributes v0.1.27 |
1004 | 2024-10-18T17:14:57.196Z | Downloaded uzers v0.12.1 |
1005 | 2024-10-18T17:14:57.198Z | Downloaded tokio-tungstenite v0.21.0 |
1006 | 2024-10-18T17:14:57.198Z | Downloaded tokio-stream v0.1.16 |
1007 | 2024-10-18T17:14:57.202Z | Downloaded packed_struct v0.10.1 |
1008 | 2024-10-18T17:14:57.205Z | Downloaded heck v0.3.3 |
1009 | 2024-10-18T17:14:57.207Z | Downloaded term v0.7.0 |
1010 | 2024-10-18T17:14:57.210Z | Downloaded pkcs5 v0.7.1 |
1011 | 2024-10-18T17:14:57.212Z | Downloaded hmac v0.12.1 |
1012 | 2024-10-18T17:14:57.216Z | Downloaded aes v0.8.4 |
1013 | 2024-10-18T17:14:57.219Z | Downloaded enum-as-inner v0.6.1 |
1014 | 2024-10-18T17:14:57.219Z | Downloaded enum-as-inner v0.5.1 |
1015 | 2024-10-18T17:14:57.219Z | Downloaded tokio-postgres v0.7.12 |
1016 | 2024-10-18T17:14:57.223Z | Downloaded snafu v0.8.5 |
1017 | 2024-10-18T17:14:57.229Z | Downloaded smallvec v1.13.2 |
1018 | 2024-10-18T17:14:57.231Z | Downloaded serde_yaml v0.9.34+deprecated |
1019 | 2024-10-18T17:14:57.234Z | Downloaded mockall_derive v0.13.0 |
1020 | 2024-10-18T17:14:57.237Z | Downloaded russh-cryptovec v0.7.3 |
1021 | 2024-10-18T17:14:57.237Z | Downloaded pem-rfc7468 v0.7.0 |
1022 | 2024-10-18T17:14:57.240Z | Downloaded tungstenite v0.24.0 |
1023 | 2024-10-18T17:14:57.242Z | Downloaded crypto-bigint v0.5.5 |
1024 | 2024-10-18T17:14:57.247Z | Downloaded russh-keys v0.45.0 |
1025 | 2024-10-18T17:14:57.249Z | Downloaded slog-stdlog v4.1.1 |
1026 | 2024-10-18T17:14:57.252Z | Downloaded shlex v1.3.0 |
1027 | 2024-10-18T17:14:57.252Z | Downloaded shell-words v1.1.0 |
1028 | 2024-10-18T17:14:57.254Z | Downloaded unicode-properties v0.1.3 |
1029 | 2024-10-18T17:14:57.254Z | Downloaded spin v0.5.2 |
1030 | 2024-10-18T17:14:57.257Z | Downloaded sec1 v0.7.3 |
1031 | 2024-10-18T17:14:57.257Z | Downloaded radium v0.7.0 |
1032 | 2024-10-18T17:14:57.259Z | Downloaded password-hash v0.5.0 |
1033 | 2024-10-18T17:14:57.259Z | Downloaded owo-colors v4.1.0 |
1034 | 2024-10-18T17:14:57.263Z | Downloaded test-strategy v0.3.1 |
1035 | 2024-10-18T17:14:57.265Z | Downloaded multimap v0.10.0 |
1036 | 2024-10-18T17:14:57.268Z | Downloaded cookie v0.18.1 |
1037 | 2024-10-18T17:14:57.268Z | Downloaded itertools v0.10.5 |
1038 | 2024-10-18T17:14:57.273Z | Downloaded same-file v1.0.6 |
1039 | 2024-10-18T17:14:57.276Z | Downloaded ref-cast-impl v1.0.23 |
1040 | 2024-10-18T17:14:57.276Z | Downloaded globset v0.4.15 |
1041 | 2024-10-18T17:14:57.279Z | Downloaded base64 v0.13.1 |
1042 | 2024-10-18T17:14:57.281Z | Downloaded compact_str v0.8.0 |
1043 | 2024-10-18T17:14:57.283Z | Downloaded indexmap v1.9.3 |
1044 | 2024-10-18T17:14:57.286Z | Downloaded tokio-rustls v0.24.1 |
1045 | 2024-10-18T17:14:57.288Z | Downloaded cancel-safe-futures v0.1.5 |
1046 | 2024-10-18T17:14:57.291Z | Downloaded memmap2 v0.9.5 |
1047 | 2024-10-18T17:14:57.293Z | Downloaded base64 v0.21.7 |
1048 | 2024-10-18T17:14:57.296Z | Downloaded keccak v0.1.5 |
1049 | 2024-10-18T17:14:57.298Z | Downloaded twox-hash v1.6.3 |
1050 | 2024-10-18T17:14:57.298Z | Downloaded instability v0.3.2 |
1051 | 2024-10-18T17:14:57.301Z | Downloaded defmt v0.3.8 |
1052 | 2024-10-18T17:14:57.304Z | Downloaded walkdir v2.5.0 |
1053 | 2024-10-18T17:14:57.307Z | Downloaded csv-core v0.1.11 |
1054 | 2024-10-18T17:14:57.307Z | Downloaded http-body-util v0.1.2 |
1055 | 2024-10-18T17:14:57.307Z | Downloaded hostname v0.3.1 |
1056 | 2024-10-18T17:14:57.310Z | Downloaded hubpack v0.1.2 |
1057 | 2024-10-18T17:14:57.310Z | Downloaded bzip2 v0.4.4 |
1058 | 2024-10-18T17:14:57.313Z | Downloaded display-error-chain v0.2.1 |
1059 | 2024-10-18T17:14:57.313Z | Downloaded debug-ignore v1.0.5 |
1060 | 2024-10-18T17:14:57.313Z | Downloaded scopeguard v1.2.0 |
1061 | 2024-10-18T17:14:57.315Z | Downloaded rustc_version v0.4.1 |
1062 | 2024-10-18T17:14:57.315Z | Downloaded internet-checksum v0.2.1 |
1063 | 2024-10-18T17:14:57.318Z | Downloaded http-body v0.4.6 |
1064 | 2024-10-18T17:14:57.318Z | Downloaded downcast v0.11.0 |
1065 | 2024-10-18T17:14:57.318Z | Downloaded lru-cache v0.1.2 |
1066 | 2024-10-18T17:14:57.320Z | Downloaded lalrpop-util v0.19.12 |
1067 | 2024-10-18T17:14:57.320Z | Downloaded impl-trait-for-tuples v0.2.2 |
1068 | 2024-10-18T17:14:57.323Z | Downloaded humantime v2.1.0 |
1069 | 2024-10-18T17:14:57.323Z | Downloaded blowfish v0.9.1 |
1070 | 2024-10-18T17:14:57.325Z | Downloaded arc-swap v1.7.1 |
1071 | 2024-10-18T17:14:57.327Z | Downloaded indoc v1.0.9 |
1072 | 2024-10-18T17:14:57.330Z | Downloaded scrypt v0.11.0 |
1073 | 2024-10-18T17:14:57.334Z | Downloaded crc-catalog v2.4.0 |
1074 | 2024-10-18T17:14:57.334Z | Downloaded linked-hash-map v0.5.6 |
1075 | 2024-10-18T17:14:57.334Z | Downloaded hyper-tls v0.6.0 |
1076 | 2024-10-18T17:14:57.337Z | Downloaded cstr-argument v0.1.2 |
1077 | 2024-10-18T17:14:57.337Z | Downloaded bitfield-struct v0.6.2 |
1078 | 2024-10-18T17:14:57.337Z | Downloaded bb8 v0.8.5 |
1079 | 2024-10-18T17:14:57.337Z | Downloaded newtype_derive v0.1.6 |
1080 | 2024-10-18T17:14:57.337Z | Downloaded crc-any v2.5.0 |
1081 | 2024-10-18T17:14:57.340Z | Downloaded bit-vec v0.6.3 |
1082 | 2024-10-18T17:14:57.342Z | Downloaded cobs v0.2.3 |
1083 | 2024-10-18T17:14:57.342Z | Downloaded chrono-tz-build v0.4.0 |
1084 | 2024-10-18T17:14:57.342Z | Downloaded chacha20 v0.9.1 |
1085 | 2024-10-18T17:14:57.345Z | Downloaded bcrypt-pbkdf v0.10.0 |
1086 | 2024-10-18T17:14:57.345Z | Downloaded sync_wrapper v0.1.2 |
1087 | 2024-10-18T17:14:57.345Z | Downloaded ciborium-ll v0.2.2 |
1088 | 2024-10-18T17:14:57.348Z | Downloaded cfg_aliases v0.1.1 |
1089 | 2024-10-18T17:14:57.348Z | Downloaded async-bb8-diesel v0.2.1 |
1090 | 2024-10-18T17:14:57.350Z | Downloaded array-init v0.0.4 |
1091 | 2024-10-18T17:14:57.350Z | Downloaded ahash v0.8.11 |
1092 | 2024-10-18T17:14:57.353Z | Downloaded cipher v0.4.4 |
1093 | 2024-10-18T17:14:57.353Z | Downloaded linear-map v1.2.0 |
1094 | 2024-10-18T17:14:57.355Z | Downloaded kstat-rs v0.2.4 |
1095 | 2024-10-18T17:14:57.355Z | Downloaded hyper-staticfile v0.10.1 |
1096 | 2024-10-18T17:14:57.358Z | Downloaded highway v1.2.0 |
1097 | 2024-10-18T17:14:57.360Z | Downloaded cookie_store v0.21.0 |
1098 | 2024-10-18T17:14:57.361Z | Downloaded libefi-sys v0.1.0 |
1099 | 2024-10-18T17:14:57.363Z | Downloaded bcs v0.1.6 |
1100 | 2024-10-18T17:14:57.363Z | Downloaded base64ct v1.6.0 |
1101 | 2024-10-18T17:14:57.366Z | Downloaded const_format_proc_macros v0.2.33 |
1102 | 2024-10-18T17:14:57.369Z | Downloaded cexpr v0.6.0 |
1103 | 2024-10-18T17:14:57.369Z | Downloaded bitfield v0.14.0 |
1104 | 2024-10-18T17:14:57.372Z | Downloaded async-recursion v1.1.1 |
1105 | 2024-10-18T17:14:57.374Z | Downloaded atomic-waker v1.1.2 |
1106 | 2024-10-18T17:14:57.374Z | Downloaded is-terminal v0.4.13 |
1107 | 2024-10-18T17:14:57.377Z | Downloaded hostname v0.4.0 |
1108 | 2024-10-18T17:14:57.377Z | Downloaded home v0.5.9 |
1109 | 2024-10-18T17:14:57.377Z | Downloaded argon2 v0.5.3 |
1110 | 2024-10-18T17:14:57.379Z | Downloaded cbc v0.1.2 |
1111 | 2024-10-18T17:14:57.382Z | Downloaded backoff v0.4.0 |
1112 | 2024-10-18T17:14:57.382Z | Downloaded colored v2.1.0 |
1113 | 2024-10-18T17:14:57.384Z | Downloaded instant v0.1.13 |
1114 | 2024-10-18T17:14:57.384Z | Downloaded ident_case v1.0.1 |
1115 | 2024-10-18T17:14:57.387Z | Downloaded convert_case v0.4.0 |
1116 | 2024-10-18T17:14:57.387Z | Downloaded block-padding v0.3.3 |
1117 | 2024-10-18T17:14:57.387Z | Downloaded bit-set v0.5.3 |
1118 | 2024-10-18T17:14:57.389Z | Downloaded async-trait v0.1.83 |
1119 | 2024-10-18T17:14:57.484Z | Compiling serde v1.0.210 |
1120 | 2024-10-18T17:14:57.487Z | Compiling typenum v1.17.0 |
1121 | 2024-10-18T17:14:57.487Z | Compiling lock_api v0.4.12 |
1122 | 2024-10-18T17:14:57.487Z | Compiling generic-array v0.14.7 |
1123 | 2024-10-18T17:14:57.487Z | Compiling scopeguard v1.2.0 |
1124 | 2024-10-18T17:14:57.487Z | Compiling subtle v2.6.1 |
1125 | 2024-10-18T17:14:57.676Z | Compiling syn v2.0.79 |
1126 | 2024-10-18T17:14:57.692Z | Compiling getrandom v0.2.15 |
1127 | 2024-10-18T17:14:57.811Z | Compiling value-bag v1.9.0 |
1128 | 2024-10-18T17:14:57.907Z | Compiling rand_core v0.6.4 |
1129 | 2024-10-18T17:14:58.191Z | Compiling const-oid v0.9.6 |
1130 | 2024-10-18T17:14:58.244Z | Compiling pin-project-lite v0.2.14 |
1131 | 2024-10-18T17:14:58.330Z | Compiling smallvec v1.13.2 |
1132 | 2024-10-18T17:14:58.375Z | Compiling jobserver v0.1.32 |
1133 | 2024-10-18T17:14:58.497Z | Compiling log v0.4.22 |
1134 | 2024-10-18T17:14:58.557Z | Compiling shlex v1.3.0 |
1135 | 2024-10-18T17:14:58.700Z | Compiling parking_lot_core v0.9.10 |
1136 | 2024-10-18T17:14:58.742Z | Compiling futures-core v0.3.31 |
1137 | 2024-10-18T17:14:58.976Z | Compiling cc v1.1.30 |
1138 | 2024-10-18T17:14:58.995Z | Compiling signal-hook-registry v1.4.2 |
1139 | 2024-10-18T17:14:59.380Z | Compiling mio v1.0.2 |
1140 | 2024-10-18T17:14:59.398Z | Compiling cpufeatures v0.2.14 |
1141 | 2024-10-18T17:14:59.500Z | Compiling futures-sink v0.3.31 |
1142 | 2024-10-18T17:14:59.662Z | Compiling parking_lot v0.12.3 |
1143 | 2024-10-18T17:14:59.852Z | Compiling spin v0.9.8 |
1144 | 2024-10-18T17:14:59.950Z | Compiling socket2 v0.5.7 |
1145 | 2024-10-18T17:15:00.270Z | Compiling slab v0.4.9 |
1146 | 2024-10-18T17:15:00.342Z | Compiling serde_json v1.0.128 |
1147 | 2024-10-18T17:15:00.451Z | Compiling futures-channel v0.3.31 |
1148 | 2024-10-18T17:15:00.617Z | Compiling futures-io v0.3.31 |
1149 | 2024-10-18T17:15:00.635Z | Compiling pin-utils v0.1.0 |
1150 | 2024-10-18T17:15:00.720Z | Compiling allocator-api2 v0.2.18 |
1151 | 2024-10-18T17:15:00.742Z | Compiling tinyvec_macros v0.1.1 |
1152 | 2024-10-18T17:15:00.835Z | Compiling foldhash v0.1.3 |
1153 | 2024-10-18T17:15:00.875Z | Compiling futures-task v0.3.31 |
1154 | 2024-10-18T17:15:00.938Z | Compiling tinyvec v1.8.0 |
1155 | 2024-10-18T17:15:00.958Z | Compiling libm v0.2.8 |
1156 | 2024-10-18T17:15:01.041Z | Compiling num-traits v0.2.19 |
1157 | 2024-10-18T17:15:01.147Z | Compiling unicode-bidi v0.3.17 |
1158 | 2024-10-18T17:15:01.188Z | Compiling base64ct v1.6.0 |
1159 | 2024-10-18T17:15:01.555Z | Compiling hashbrown v0.15.0 |
1160 | 2024-10-18T17:15:01.589Z | Compiling flagset v0.4.6 |
1161 | 2024-10-18T17:15:01.762Z | Compiling pem-rfc7468 v0.7.0 |
1162 | 2024-10-18T17:15:01.784Z | Compiling httparse v1.9.5 |
1163 | 2024-10-18T17:15:02.428Z | Compiling unicode-normalization v0.1.24 |
1164 | 2024-10-18T17:15:02.587Z | Compiling tracing-core v0.1.32 |
1165 | 2024-10-18T17:15:02.637Z | Compiling rustls-pki-types v1.9.0 |
1166 | 2024-10-18T17:15:02.733Z | Compiling crossbeam-utils v0.8.20 |
1167 | 2024-10-18T17:15:02.845Z | Compiling percent-encoding v2.3.1 |
1168 | 2024-10-18T17:15:03.348Z | Compiling ring v0.17.8 |
1169 | 2024-10-18T17:15:03.411Z | Compiling pkg-config v0.3.31 |
1170 | 2024-10-18T17:15:03.584Z | Compiling powerfmt v0.2.0 |
1171 | 2024-10-18T17:15:03.787Z | Compiling num-conv v0.1.0 |
1172 | 2024-10-18T17:15:03.942Z | Compiling time-core v0.1.2 |
1173 | 2024-10-18T17:15:03.972Z | Compiling vcpkg v0.2.15 |
1174 | 2024-10-18T17:15:03.987Z | Compiling untrusted v0.9.0 |
1175 | 2024-10-18T17:15:04.069Z | Compiling deranged v0.3.11 |
1176 | 2024-10-18T17:15:04.113Z | Compiling time-macros v0.2.18 |
1177 | 2024-10-18T17:15:04.526Z | Compiling atomic-waker v1.1.2 |
1178 | 2024-10-18T17:15:04.713Z | Compiling num_threads v0.1.7 |
1179 | 2024-10-18T17:15:04.846Z | Compiling form_urlencoded v1.2.1 |
1180 | 2024-10-18T17:15:04.919Z | Compiling slog v2.7.0 |
1181 | 2024-10-18T17:15:05.153Z | Compiling rustix v0.38.37 |
1182 | 2024-10-18T17:15:05.389Z | Compiling try-lock v0.2.5 |
1183 | 2024-10-18T17:15:05.505Z | Compiling want v0.3.1 |
1184 | 2024-10-18T17:15:05.529Z | Compiling httpdate v1.0.3 |
1185 | 2024-10-18T17:15:05.888Z | Compiling idna v0.5.0 |
1186 | 2024-10-18T17:15:05.975Z | Compiling iana-time-zone v0.1.61 |
1187 | 2024-10-18T17:15:06.023Z | Compiling openssl v0.10.66 |
1188 | 2024-10-18T17:15:06.047Z | Compiling openssl-sys v0.9.103 |
1189 | 2024-10-18T17:15:06.412Z | Compiling tower-service v0.3.3 |
1190 | 2024-10-18T17:15:06.432Z | Compiling base64 v0.22.1 |
1191 | 2024-10-18T17:15:06.535Z | Compiling rustversion v1.0.17 |
1192 | 2024-10-18T17:15:06.553Z | Compiling foreign-types-shared v0.1.1 |
1193 | 2024-10-18T17:15:06.662Z | Compiling match_cfg v0.1.0 |
1194 | 2024-10-18T17:15:06.764Z | Compiling hostname v0.3.1 |
1195 | 2024-10-18T17:15:07.005Z | Compiling url v2.5.2 |
1196 | 2024-10-18T17:15:07.181Z | Compiling foreign-types v0.3.2 |
1197 | 2024-10-18T17:15:07.301Z | Compiling dirs-sys-next v0.1.2 |
1198 | 2024-10-18T17:15:07.322Z | Compiling time v0.3.36 |
1199 | 2024-10-18T17:15:07.340Z | Compiling aho-corasick v1.1.3 |
1200 | 2024-10-18T17:15:07.412Z | Compiling siphasher v0.3.11 |
1201 | 2024-10-18T17:15:07.807Z | Compiling rustls v0.22.4 |
1202 | 2024-10-18T17:15:07.932Z | Compiling regex-syntax v0.8.5 |
1203 | 2024-10-18T17:15:08.121Z | Compiling rustls v0.23.14 |
1204 | 2024-10-18T17:15:08.400Z | Compiling native-tls v0.2.12 |
1205 | 2024-10-18T17:15:08.500Z | Compiling syn v1.0.109 |
1206 | 2024-10-18T17:15:08.720Z | Compiling adler2 v2.0.0 |
1207 | 2024-10-18T17:15:08.800Z | Compiling data-encoding v2.6.0 |
1208 | 2024-10-18T17:15:08.920Z | Compiling miniz_oxide v0.8.0 |
1209 | 2024-10-18T17:15:09.205Z | Compiling dirs-next v2.0.0 |
1210 | 2024-10-18T17:15:10.457Z | Compiling serde_derive_internals v0.29.1 |
1211 | 2024-10-18T17:15:10.765Z | Compiling crossbeam-epoch v0.9.18 |
1212 | 2024-10-18T17:15:11.119Z | Compiling lazy_static v1.5.0 |
1213 | 2024-10-18T17:15:11.240Z | Compiling thread_local v1.1.8 |
1214 | 2024-10-18T17:15:11.517Z | Compiling regex-automata v0.4.8 |
1215 | 2024-10-18T17:15:11.780Z | Compiling cookie v0.18.1 |
1216 | 2024-10-18T17:15:12.010Z | Compiling serde_derive v1.0.210 |
1217 | 2024-10-18T17:15:12.071Z | Compiling zeroize_derive v1.4.2 |
1218 | 2024-10-18T17:15:12.336Z | Compiling zerocopy-derive v0.7.35 |
1219 | 2024-10-18T17:15:12.718Z | Compiling tokio-macros v2.4.0 |
1220 | 2024-10-18T17:15:13.180Z | Compiling thiserror-impl v1.0.64 |
1221 | 2024-10-18T17:15:13.725Z | Compiling zeroize v1.8.1 |
1222 | 2024-10-18T17:15:13.905Z | Compiling futures-macro v0.3.31 |
1223 | 2024-10-18T17:15:14.437Z | Compiling der_derive v0.7.3 |
1224 | 2024-10-18T17:15:14.521Z | Compiling tracing-attributes v0.1.27 |
1225 | 2024-10-18T17:15:14.646Z | Compiling zerocopy v0.7.35 |
1226 | 2024-10-18T17:15:15.548Z | Compiling crypto-common v0.1.6 |
1227 | 2024-10-18T17:15:15.787Z | Compiling block-buffer v0.10.4 |
1228 | 2024-10-18T17:15:15.847Z | Compiling futures-util v0.3.31 |
1229 | 2024-10-18T17:15:16.043Z | Compiling digest v0.10.7 |
1230 | 2024-10-18T17:15:16.249Z | Compiling block-padding v0.3.3 |
1231 | 2024-10-18T17:15:16.480Z | Compiling hmac v0.12.1 |
1232 | 2024-10-18T17:15:16.509Z | Compiling inout v0.1.3 |
1233 | 2024-10-18T17:15:16.512Z | Compiling thiserror v1.0.64 |
1234 | 2024-10-18T17:15:16.664Z | Compiling sha2 v0.10.8 |
1235 | 2024-10-18T17:15:16.709Z | Compiling ppv-lite86 v0.2.20 |
1236 | 2024-10-18T17:15:16.771Z | Compiling cipher v0.4.4 |
1237 | 2024-10-18T17:15:16.929Z | Compiling der v0.7.9 |
1238 | 2024-10-18T17:15:17.293Z | Compiling salsa20 v0.10.2 |
1239 | 2024-10-18T17:15:17.508Z | Compiling rand_chacha v0.3.1 |
1240 | 2024-10-18T17:15:17.535Z | Compiling pbkdf2 v0.12.2 |
1241 | 2024-10-18T17:15:17.711Z | Compiling pest v2.7.14 |
1242 | 2024-10-18T17:15:18.336Z | Compiling tracing v0.1.40 |
1243 | 2024-10-18T17:15:18.855Z | Compiling rand v0.8.5 |
1244 | 2024-10-18T17:15:19.967Z | Compiling spki v0.7.3 |
1245 | 2024-10-18T17:15:20.188Z | Compiling scrypt v0.11.0 |
1246 | 2024-10-18T17:15:20.282Z | Compiling pest_meta v2.7.14 |
1247 | 2024-10-18T17:15:20.346Z | Compiling aes v0.8.4 |
1248 | 2024-10-18T17:15:20.734Z | Compiling cbc v0.1.2 |
1249 | 2024-10-18T17:15:20.790Z | Compiling scroll_derive v0.12.0 |
1250 | 2024-10-18T17:15:20.983Z | Compiling rustls-webpki v0.102.8 |
1251 | 2024-10-18T17:15:21.028Z | Compiling openssl-macros v0.1.1 |
1252 | 2024-10-18T17:15:21.797Z | Compiling pest_generator v2.7.14 |
1253 | 2024-10-18T17:15:22.117Z | Compiling pkcs5 v0.7.1 |
1254 | 2024-10-18T17:15:22.230Z | Compiling scroll v0.12.0 |
1255 | 2024-10-18T17:15:22.794Z | Compiling pkcs8 v0.10.2 |
1256 | 2024-10-18T17:15:23.150Z | Compiling goblin v0.8.2 |
1257 | 2024-10-18T17:15:23.172Z | Compiling async-trait v0.1.83 |
1258 | 2024-10-18T17:15:23.384Z | Compiling signature v2.2.0 |
1259 | 2024-10-18T17:15:23.538Z | Compiling sha1 v0.10.6 |
1260 | 2024-10-18T17:15:23.683Z | Compiling encoding_rs v0.8.34 |
1261 | 2024-10-18T17:15:23.800Z | Compiling multer v3.1.0 |
1262 | 2024-10-18T17:15:23.964Z | Compiling gimli v0.31.1 |
1263 | 2024-10-18T17:15:24.089Z | Compiling either v1.13.0 |
1264 | 2024-10-18T17:15:24.481Z | Compiling unicode-properties v0.1.3 |
1265 | 2024-10-18T17:15:24.589Z | Compiling paste v1.0.15 |
1266 | 2024-10-18T17:15:24.875Z | Compiling schemars v0.8.21 |
1267 | 2024-10-18T17:15:25.116Z | Compiling signal-hook v0.3.17 |
1268 | 2024-10-18T17:15:25.244Z | Compiling mime v0.3.17 |
1269 | 2024-10-18T17:15:25.272Z | Compiling pest_derive v2.7.14 |
1270 | 2024-10-18T17:15:25.392Z | Compiling ipnet v2.10.1 |
1271 | 2024-10-18T17:15:25.813Z | Compiling slog-async v2.8.0 |
1272 | 2024-10-18T17:15:25.982Z | Compiling rayon-core v1.12.1 |
1273 | 2024-10-18T17:15:26.106Z | Compiling bytes v1.7.2 |
1274 | 2024-10-18T17:15:26.347Z | Compiling indexmap v2.6.0 |
1275 | 2024-10-18T17:15:26.460Z | Compiling bitflags v2.6.0 |
1276 | 2024-10-18T17:15:26.505Z | Compiling semver v1.0.23 |
1277 | 2024-10-18T17:15:27.281Z | Compiling tokio v1.40.0 |
1278 | 2024-10-18T17:15:27.375Z | Compiling http v1.1.0 |
1279 | 2024-10-18T17:15:27.773Z | Compiling rustc_version v0.4.1 |
1280 | 2024-10-18T17:15:28.169Z | Compiling dtrace-parser v0.2.0 |
1281 | 2024-10-18T17:15:28.635Z | Compiling toml_datetime v0.6.8 |
1282 | 2024-10-18T17:15:29.053Z | Compiling http-body v1.0.1 |
1283 | 2024-10-18T17:15:29.134Z | Compiling dof v0.3.0 |
1284 | 2024-10-18T17:15:29.296Z | Compiling serde_tokenstream v0.2.2 |
1285 | 2024-10-18T17:15:29.339Z | Compiling serde_spanned v0.6.8 |
1286 | 2024-10-18T17:15:29.575Z | Compiling uuid v1.10.0 |
1287 | 2024-10-18T17:15:29.901Z | Compiling usdt-impl v0.5.0 |
1288 | 2024-10-18T17:15:29.929Z | Compiling chrono v0.4.38 |
1289 | 2024-10-18T17:15:30.313Z | Compiling http-body-util v0.1.2 |
1290 | 2024-10-18T17:15:30.826Z | Compiling heapless v0.7.17 |
1291 | 2024-10-18T17:15:31.267Z | Compiling openssl-probe v0.1.5 |
1292 | 2024-10-18T17:15:31.389Z | Compiling toml_edit v0.22.22 |
1293 | 2024-10-18T17:15:31.488Z | Compiling curve25519-dalek v4.1.3 |
1294 | 2024-10-18T17:15:31.602Z | Compiling addr2line v0.24.2 |
1295 | 2024-10-18T17:15:32.130Z | Compiling slog-json v2.6.1 |
1296 | 2024-10-18T17:15:32.329Z | Compiling serde_urlencoded v0.7.1 |
1297 | 2024-10-18T17:15:32.483Z | Compiling stringprep v0.1.5 |
1298 | 2024-10-18T17:15:33.428Z | Compiling usdt-macro v0.5.0 |
1299 | 2024-10-18T17:15:33.656Z | Compiling usdt-attr-macro v0.5.0 |
1300 | 2024-10-18T17:15:33.676Z | Compiling futures-executor v0.3.31 |
1301 | 2024-10-18T17:15:34.238Z | Compiling md-5 v0.10.6 |
1302 | 2024-10-18T17:15:34.491Z | Compiling schemars_derive v0.8.21 |
1303 | 2024-10-18T17:15:34.992Z | Compiling async-stream-impl v0.3.6 |
1304 | 2024-10-18T17:15:35.407Z | Compiling enum-as-inner v0.6.1 |
1305 | 2024-10-18T17:15:36.419Z | Compiling tokio-util v0.7.12 |
1306 | 2024-10-18T17:15:36.498Z | Compiling crossbeam-deque v0.8.5 |
1307 | 2024-10-18T17:15:36.829Z | Compiling term v0.7.0 |
1308 | 2024-10-18T17:15:37.763Z | Compiling h2 v0.4.6 |
1309 | 2024-10-18T17:15:38.442Z | Compiling crossbeam-channel v0.5.13 |
1310 | 2024-10-18T17:15:39.613Z | Compiling num-integer v0.1.46 |
1311 | 2024-10-18T17:15:39.649Z | Compiling idna v0.4.0 |
1312 | 2024-10-18T17:15:39.746Z | Compiling idna v0.3.0 |
1313 | 2024-10-18T17:15:40.409Z | Compiling rustls-pemfile v2.2.0 |
1314 | 2024-10-18T17:15:40.757Z | Compiling hash32 v0.2.1 |
1315 | 2024-10-18T17:15:41.138Z | Compiling ff v0.13.0 |
1316 | 2024-10-18T17:15:41.174Z | Compiling is-terminal v0.4.13 |
1317 | 2024-10-18T17:15:41.288Z | Compiling dropshot v0.12.0 |
1318 | 2024-10-18T17:15:41.314Z | Compiling object v0.36.5 |
1319 | 2024-10-18T17:15:41.370Z | Compiling utf-8 v0.7.6 |
1320 | 2024-10-18T17:15:41.580Z | Compiling quick-error v1.2.3 |
1321 | 2024-10-18T17:15:41.676Z | Compiling portable-atomic v1.9.0 |
1322 | 2024-10-18T17:15:41.722Z | Compiling rustc-demangle v0.1.24 |
1323 | 2024-10-18T17:15:42.587Z | Compiling smoltcp v0.9.1 |
1324 | 2024-10-18T17:15:42.696Z | Compiling anyhow v1.0.89 |
1325 | 2024-10-18T17:15:42.766Z | Compiling stable_deref_trait v1.2.0 |
1326 | 2024-10-18T17:15:42.860Z | Compiling dyn-clone v1.0.17 |
1327 | 2024-10-18T17:15:43.099Z | Compiling take_mut v0.2.2 |
1328 | 2024-10-18T17:15:43.174Z | Compiling base16ct v0.2.0 |
1329 | 2024-10-18T17:15:43.260Z | Compiling psl-types v2.0.11 |
1330 | 2024-10-18T17:15:43.329Z | Compiling num-bigint-dig v0.8.4 |
1331 | 2024-10-18T17:15:43.350Z | Compiling linked-hash-map v0.5.6 |
1332 | 2024-10-18T17:15:43.458Z | Compiling fallible-iterator v0.2.0 |
1333 | 2024-10-18T17:15:43.511Z | Compiling publicsuffix v2.2.3 |
1334 | 2024-10-18T17:15:43.675Z | Compiling sec1 v0.7.3 |
1335 | 2024-10-18T17:15:43.699Z | Compiling lru-cache v0.1.2 |
1336 | 2024-10-18T17:15:44.144Z | Compiling postgres-protocol v0.6.7 |
1337 | 2024-10-18T17:15:45.102Z | Compiling hyper v1.4.1 |
1338 | 2024-10-18T17:15:45.476Z | Compiling resolv-conf v0.7.0 |
1339 | 2024-10-18T17:15:45.563Z | Compiling tungstenite v0.24.0 |
1340 | 2024-10-18T17:15:46.281Z | Compiling group v0.13.0 |
1341 | 2024-10-18T17:15:46.613Z | Compiling usdt v0.5.0 |
1342 | 2024-10-18T17:15:46.844Z | Compiling slog-term v2.9.1 |
1343 | 2024-10-18T17:15:47.122Z | Compiling hickory-proto v0.24.1 |
1344 | 2024-10-18T17:15:47.737Z | Compiling hyper-util v0.1.9 |
1345 | 2024-10-18T17:15:47.922Z | Compiling num-iter v0.1.45 |
1346 | 2024-10-18T17:15:48.108Z | Compiling backtrace v0.3.74 |
1347 | 2024-10-18T17:15:48.149Z | Compiling tokio-rustls v0.26.0 |
1348 | 2024-10-18T17:15:48.251Z | Compiling tokio-native-tls v0.3.1 |
1349 | 2024-10-18T17:15:48.544Z | Compiling tokio-rustls v0.25.0 |
1350 | 2024-10-18T17:15:48.881Z | Compiling async-stream v0.3.6 |
1351 | 2024-10-18T17:15:49.191Z | Compiling toml v0.8.19 |
1352 | 2024-10-18T17:15:49.300Z | Compiling futures v0.3.31 |
1353 | 2024-10-18T17:15:50.367Z | Compiling camino v1.1.9 |
1354 | 2024-10-18T17:15:50.874Z | Compiling slog-bunyan v2.5.0 |
1355 | 2024-10-18T17:15:51.011Z | Compiling terminal_size v0.4.0 |
1356 | 2024-10-18T17:15:51.091Z | Compiling dropshot_endpoint v0.12.0 |
1357 | 2024-10-18T17:15:51.224Z | Compiling openapiv3 v2.0.0 |
1358 | 2024-10-18T17:15:51.283Z | Compiling serde_path_to_error v0.1.16 |
1359 | 2024-10-18T17:15:51.303Z | Compiling hkdf v0.12.4 |
1360 | 2024-10-18T17:15:51.515Z | Compiling crypto-bigint v0.5.5 |
1361 | 2024-10-18T17:15:51.559Z | Compiling zerocopy-derive v0.6.6 |
1362 | 2024-10-18T17:15:51.613Z | Compiling curve25519-dalek-derive v0.1.1 |
1363 | 2024-10-18T17:15:52.109Z | Compiling phf_shared v0.11.2 |
1364 | 2024-10-18T17:15:52.320Z | Compiling hubpack_derive v0.1.1 |
1365 | 2024-10-18T17:15:52.486Z | Compiling waitgroup v0.1.2 |
1366 | 2024-10-18T17:15:52.706Z | Compiling webpki-roots v0.26.6 |
1367 | 2024-10-18T17:15:52.915Z | Compiling hostname v0.4.0 |
1368 | 2024-10-18T17:15:53.136Z | Compiling ahash v0.8.11 |
1369 | 2024-10-18T17:15:53.199Z | Compiling fs-err v2.11.0 |
1370 | 2024-10-18T17:15:53.275Z | Compiling managed v0.8.0 |
1371 | 2024-10-18T17:15:53.506Z | Compiling bitflags v1.3.2 |
1372 | 2024-10-18T17:15:53.509Z | Compiling winnow v0.5.40 |
1373 | 2024-10-18T17:15:53.626Z | Compiling debug-ignore v1.0.5 |
1374 | 2024-10-18T17:15:53.767Z | Compiling console v0.15.8 |
1375 | 2024-10-18T17:15:53.790Z | Compiling zerocopy v0.6.6 |
1376 | 2024-10-18T17:15:54.642Z | Compiling elliptic-curve v0.13.8 |
1377 | 2024-10-18T17:15:55.282Z | Compiling clap_builder v4.5.20 |
1378 | 2024-10-18T17:15:55.512Z | Compiling strum_macros v0.25.3 |
1379 | 2024-10-18T17:15:55.687Z | Compiling hubpack v0.1.2 |
1380 | 2024-10-18T17:15:56.132Z | Compiling hyper-rustls v0.27.3 |
1381 | 2024-10-18T17:15:56.771Z | Compiling hickory-resolver v0.24.1 |
1382 | 2024-10-18T17:15:57.316Z | Compiling toml_edit v0.19.15 |
1383 | 2024-10-18T17:15:57.408Z | Compiling phf v0.11.2 |
1384 | 2024-10-18T17:15:57.677Z | Compiling signal-hook-mio v0.2.4 |
1385 | 2024-10-18T17:15:57.698Z | Compiling hyper-tls v0.6.0 |
1386 | 2024-10-18T17:15:57.843Z | Compiling cookie_store v0.21.0 |
1387 | 2024-10-18T17:15:58.170Z | Compiling rayon v1.10.0 |
1388 | 2024-10-18T17:16:00.400Z | Compiling tokio-tungstenite v0.24.0 |
1389 | 2024-10-18T17:16:02.249Z | Compiling postgres-types v0.2.8 |
1390 | 2024-10-18T17:16:02.948Z | Compiling tokio-stream v0.1.16 |
1391 | 2024-10-18T17:16:03.549Z | Compiling serde-big-array v0.5.1 |
1392 | 2024-10-18T17:16:03.784Z | Compiling ed25519 v2.2.3 |
1393 | 2024-10-18T17:16:03.824Z | Compiling pkcs1 v0.7.5 |
1394 | 2024-10-18T17:16:04.048Z | Compiling bstr v1.10.0 |
1395 | 2024-10-18T17:16:04.163Z | Compiling regex v1.11.0 |
1396 | 2024-10-18T17:16:04.505Z | Compiling rfc6979 v0.4.0 |
1397 | 2024-10-18T17:16:04.697Z | Compiling serde_repr v0.1.19 |
1398 | 2024-10-18T17:16:04.853Z | Compiling derive-where v1.2.7 |
1399 | 2024-10-18T17:16:05.193Z | Compiling clap_derive v4.5.18 |
1400 | 2024-10-18T17:16:05.232Z | Compiling phf_shared v0.10.0 |
1401 | 2024-10-18T17:16:05.285Z | Compiling float-cmp v0.9.0 |
1402 | 2024-10-18T17:16:05.505Z | Compiling sync_wrapper v1.0.1 |
1403 | 2024-10-18T17:16:05.597Z | Compiling crc32fast v1.4.2 |
1404 | 2024-10-18T17:16:05.659Z | Compiling whoami v1.5.2 |
1405 | 2024-10-18T17:16:05.785Z | Compiling fixedbitset v0.4.2 |
1406 | 2024-10-18T17:16:05.811Z | Compiling normalize-line-endings v0.3.0 |
1407 | 2024-10-18T17:16:05.832Z | Compiling unicode-segmentation v1.12.0 |
1408 | 2024-10-18T17:16:05.922Z | Compiling bit-vec v0.6.3 |
1409 | 2024-10-18T17:16:05.942Z | Compiling difflib v0.4.0 |
1410 | 2024-10-18T17:16:06.228Z | Compiling new_debug_unreachable v1.0.6 |
1411 | 2024-10-18T17:16:06.315Z | Compiling static_assertions v1.1.0 |
1412 | 2024-10-18T17:16:06.340Z | Compiling number_prefix v0.4.0 |
1413 | 2024-10-18T17:16:06.390Z | Compiling precomputed-hash v0.1.1 |
1414 | 2024-10-18T17:16:06.420Z | Compiling minimal-lexical v0.2.1 |
1415 | 2024-10-18T17:16:06.503Z | Compiling predicates-core v1.0.8 |
1416 | 2024-10-18T17:16:06.551Z | Compiling indicatif v0.17.8 |
1417 | 2024-10-18T17:16:06.710Z | Compiling predicates v3.1.2 |
1418 | 2024-10-18T17:16:06.855Z | Compiling nom v7.1.3 |
1419 | 2024-10-18T17:16:06.930Z | Compiling similar v2.6.0 |
1420 | 2024-10-18T17:16:07.505Z | Compiling string_cache v0.8.7 |
1421 | 2024-10-18T17:16:07.978Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1422 | 2024-10-18T17:16:08.424Z | Compiling bit-set v0.5.3 |
1423 | 2024-10-18T17:16:08.511Z | Compiling qorb v0.1.1 |
1424 | 2024-10-18T17:16:08.703Z | Compiling petgraph v0.6.5 |
1425 | 2024-10-18T17:16:08.759Z | Compiling tokio-postgres v0.7.12 |
1426 | 2024-10-18T17:16:09.406Z | Compiling flate2 v1.0.34 |
1427 | 2024-10-18T17:16:10.228Z | Compiling clap v4.5.20 |
1428 | 2024-10-18T17:16:10.354Z | Compiling reqwest v0.12.8 |
1429 | 2024-10-18T17:16:10.407Z | Compiling ecdsa v0.16.9 |
1430 | 2024-10-18T17:16:10.586Z | Compiling rsa v0.9.6 |
1431 | 2024-10-18T17:16:11.223Z | Compiling ed25519-dalek v2.1.1 |
1432 | 2024-10-18T17:16:12.535Z | Compiling toml v0.7.8 |
1433 | 2024-10-18T17:16:12.633Z | Compiling crossterm v0.28.1 |
1434 | 2024-10-18T17:16:14.515Z | Compiling hex v0.4.3 |
1435 | 2024-10-18T17:16:14.793Z | Compiling itertools v0.10.5 |
1436 | 2024-10-18T17:16:14.885Z | Compiling itertools v0.12.1 |
1437 | 2024-10-18T17:16:14.941Z | Compiling x509-cert v0.2.5 |
1438 | 2024-10-18T17:16:15.035Z | Compiling peg-runtime v0.8.3 |
1439 | 2024-10-18T17:16:15.115Z | Compiling unicode-xid v0.2.6 |
1440 | 2024-10-18T17:16:15.298Z | Compiling lalrpop-util v0.19.12 |
1441 | 2024-10-18T17:16:15.656Z | Compiling xattr v1.3.1 |
1442 | 2024-10-18T17:16:15.678Z | Compiling strum_macros v0.26.4 |
1443 | 2024-10-18T17:16:15.920Z | Compiling filetime v0.2.25 |
1444 | 2024-10-18T17:16:16.244Z | Compiling tar v0.4.42 |
1445 | 2024-10-18T17:16:19.370Z | Compiling strum v0.26.3 |
1446 | 2024-10-18T17:16:19.592Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1447 | 2024-10-18T17:16:19.832Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1448 | 2024-10-18T17:16:25.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
1449 | 2024-10-18T17:16:25.370Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1450 | 2024-10-18T17:16:25.417Z | Oct 18 17:16:24.224 INFO Starting download, target: Clickhouse |
1451 | 2024-10-18T17:16:25.417Z | Oct 18 17:16:24.225 INFO Starting download, target: Console |
1452 | 2024-10-18T17:16:25.417Z | Oct 18 17:16:24.225 INFO Starting download, target: Cockroach |
1453 | 2024-10-18T17:16:25.420Z | Oct 18 17:16:24.225 INFO Starting download, target: DendriteOpenapi |
1454 | 2024-10-18T17:16:25.420Z | Oct 18 17:16:24.225 INFO Starting download, target: DendriteStub |
1455 | 2024-10-18T17:16:25.421Z | Oct 18 17:16:24.225 INFO Starting download, target: MaghemiteMgd |
1456 | 2024-10-18T17:16:25.421Z | Oct 18 17:16:24.225 INFO Starting download, target: TransceiverControl |
1457 | 2024-10-18T17:16:25.421Z | Oct 18 17:16:24.225 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1458 | 2024-10-18T17:16:25.421Z | Oct 18 17:16:24.225 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1459 | 2024-10-18T17:16:25.421Z | Oct 18 17:16:24.225 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1460 | 2024-10-18T17:16:25.421Z | Oct 18 17:16:24.225 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1461 | 2024-10-18T17:16:25.421Z | Oct 18 17:16:24.226 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1462 | 2024-10-18T17:16:25.421Z | Oct 18 17:16:24.226 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1463 | 2024-10-18T17:16:25.421Z | Oct 18 17:16:24.226 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1464 | 2024-10-18T17:16:25.633Z | Oct 18 17:16:24.423 INFO Download complete, target: DendriteOpenapi |
1465 | 2024-10-18T17:16:25.760Z | Oct 18 17:16:24.554 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1466 | 2024-10-18T17:16:26.094Z | Oct 18 17:16:24.901 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1467 | 2024-10-18T17:16:26.103Z | Oct 18 17:16:24.910 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1468 | 2024-10-18T17:16:26.130Z | Oct 18 17:16:24.937 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1469 | 2024-10-18T17:16:26.493Z | Oct 18 17:16:25.300 INFO Download complete, target: Console |
1470 | 2024-10-18T17:16:26.568Z | Oct 18 17:16:25.374 INFO Download complete, target: TransceiverControl |
1471 | 2024-10-18T17:16:26.770Z | Oct 18 17:16:25.577 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1472 | 2024-10-18T17:16:26.770Z | Oct 18 17:16:25.577 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1473 | 2024-10-18T17:16:27.609Z | Oct 18 17:16:26.415 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1474 | 2024-10-18T17:16:29.249Z | Oct 18 17:16:28.053 INFO Download complete, target: DendriteStub |
1475 | 2024-10-18T17:16:29.426Z | Oct 18 17:16:28.230 INFO Download complete, target: MaghemiteMgd |
1476 | 2024-10-18T17:16:35.048Z | Oct 18 17:16:33.848 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1477 | 2024-10-18T17:16:35.344Z | Oct 18 17:16:34.145 INFO Checking that binary works, target: Cockroach |
1478 | 2024-10-18T17:16:35.504Z | Oct 18 17:16:34.305 INFO Download complete, target: Cockroach |
1479 | 2024-10-18T17:16:41.591Z | Oct 18 17:16:40.387 INFO Checking that binary works, target: Clickhouse |
1480 | 2024-10-18T17:16:41.741Z | Oct 18 17:16:40.536 INFO Download complete, target: Clickhouse |
1481 | 2024-10-18T17:16:41.762Z | All builder prerequisites installed successfully, and PATH looks valid |
1482 | 2024-10-18T17:16:41.765Z | |
1483 | 2024-10-18T17:16:41.765Z | real 3:48.197976655 |
1484 | 2024-10-18T17:16:41.765Z | user 12:44.822481628 |
1485 | 2024-10-18T17:16:41.765Z | sys 2:40.741547287 |
1486 | 2024-10-18T17:16:41.765Z | trap 0.459304558 |
1487 | 2024-10-18T17:16:41.765Z | tflt 1.623287143 |
1488 | 2024-10-18T17:16:41.765Z | dflt 1.594685473 |
1489 | 2024-10-18T17:16:41.765Z | kflt 0.020378394 |
1490 | 2024-10-18T17:16:41.765Z | lock 25:03.038739192 |
1491 | 2024-10-18T17:16:41.765Z | slp 48:38.916084741 |
1492 | 2024-10-18T17:16:41.765Z | lat 48.979089881 |
1493 | 2024-10-18T17:16:41.765Z | stop 2:04.633962011 |
1494 | 2024-10-18T17:16:41.766Z | + banner clippy |
1495 | 2024-10-18T17:16:41.768Z | |
1496 | 2024-10-18T17:16:41.769Z | #### # # ##### ##### # # |
1497 | 2024-10-18T17:16:41.769Z | # # # # # # # # # # |
1498 | 2024-10-18T17:16:41.769Z | # # # # # # # # |
1499 | 2024-10-18T17:16:41.769Z | # # # ##### ##### # |
1500 | 2024-10-18T17:16:41.769Z | # # # # # # # |
1501 | 2024-10-18T17:16:41.769Z | #### ###### # # # # |
1502 | 2024-10-18T17:16:41.769Z | |
1503 | 2024-10-18T17:16:41.769Z | + export CARGO_INCREMENTAL=0 |
1504 | 2024-10-18T17:16:41.769Z | + CARGO_INCREMENTAL=0 |
1505 | 2024-10-18T17:16:41.769Z | + ptime -m cargo xtask clippy |
1506 | 2024-10-18T17:16:42.330Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1507 | 2024-10-18T17:16:45.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
1508 | 2024-10-18T17:16:46.040Z | Running `target/debug/xtask clippy` |
1509 | 2024-10-18T17:16:46.060Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1510 | 2024-10-18T17:16:46.776Z | Downloading crates ... |
1511 | 2024-10-18T17:16:47.077Z | Downloaded escape8259 v0.5.3 |
1512 | 2024-10-18T17:16:47.081Z | Downloaded futures-timer v3.0.3 |
1513 | 2024-10-18T17:16:47.081Z | Downloaded approx v0.5.1 |
1514 | 2024-10-18T17:16:47.083Z | Downloaded criterion-plot v0.5.0 |
1515 | 2024-10-18T17:16:47.083Z | Downloaded piper v0.2.4 |
1516 | 2024-10-18T17:16:47.085Z | Downloaded parking v2.2.1 |
1517 | 2024-10-18T17:16:47.087Z | Downloaded kv-log-macro v1.0.7 |
1518 | 2024-10-18T17:16:47.087Z | Downloaded async-channel v1.9.0 |
1519 | 2024-10-18T17:16:47.090Z | Downloaded plotters-svg v0.3.7 |
1520 | 2024-10-18T17:16:47.090Z | Downloaded doc-comment v0.3.3 |
1521 | 2024-10-18T17:16:47.093Z | Downloaded nested v0.1.1 |
1522 | 2024-10-18T17:16:47.093Z | Downloaded guppy-workspace-hack v0.1.0 |
1523 | 2024-10-18T17:16:47.097Z | Downloaded path-tree v0.8.1 |
1524 | 2024-10-18T17:16:47.102Z | Downloaded async-global-executor v2.4.1 |
1525 | 2024-10-18T17:16:47.104Z | Downloaded cast v0.3.0 |
1526 | 2024-10-18T17:16:47.106Z | Downloaded target-spec v3.2.2 |
1527 | 2024-10-18T17:16:47.109Z | Downloaded concurrent-queue v2.5.0 |
1528 | 2024-10-18T17:16:47.112Z | Downloaded blake2b_simd v1.0.2 |
1529 | 2024-10-18T17:16:47.112Z | Downloaded hyper-rustls v0.26.0 |
1530 | 2024-10-18T17:16:47.116Z | Downloaded tinytemplate v1.2.1 |
1531 | 2024-10-18T17:16:47.119Z | Downloaded async-lock v3.4.0 |
1532 | 2024-10-18T17:16:47.121Z | Downloaded fancy-regex v0.13.0 |
1533 | 2024-10-18T17:16:47.124Z | Downloaded async-executor v1.13.1 |
1534 | 2024-10-18T17:16:47.126Z | Downloaded async-process v2.3.0 |
1535 | 2024-10-18T17:16:47.128Z | Downloaded rstest v0.23.0 |
1536 | 2024-10-18T17:16:47.132Z | Downloaded assert_cmd v2.0.16 |
1537 | 2024-10-18T17:16:47.135Z | Downloaded yansi v1.0.1 |
1538 | 2024-10-18T17:16:47.138Z | Downloaded rand_distr v0.4.3 |
1539 | 2024-10-18T17:16:47.141Z | Downloaded pretty_assertions v1.4.1 |
1540 | 2024-10-18T17:16:47.144Z | Downloaded pathdiff v0.2.2 |
1541 | 2024-10-18T17:16:47.144Z | Downloaded async-object-pool v0.1.5 |
1542 | 2024-10-18T17:16:47.144Z | Downloaded event-listener v5.3.1 |
1543 | 2024-10-18T17:16:47.160Z | Downloaded stringmetrics v2.2.2 |
1544 | 2024-10-18T17:16:47.163Z | Downloaded oorandom v11.1.4 |
1545 | 2024-10-18T17:16:47.163Z | Downloaded indoc v2.0.5 |
1546 | 2024-10-18T17:16:47.165Z | Downloaded event-listener-strategy v0.5.2 |
1547 | 2024-10-18T17:16:47.167Z | Downloaded event-listener v2.5.3 |
1548 | 2024-10-18T17:16:47.168Z | Downloaded async-signal v0.2.10 |
1549 | 2024-10-18T17:16:47.170Z | Downloaded num_cpus v1.16.0 |
1550 | 2024-10-18T17:16:47.173Z | Downloaded threadpool v1.8.1 |
1551 | 2024-10-18T17:16:47.173Z | Downloaded blocking v1.6.1 |
1552 | 2024-10-18T17:16:47.175Z | Downloaded async-attributes v1.1.2 |
1553 | 2024-10-18T17:16:47.175Z | Downloaded assert-json-diff v2.0.2 |
1554 | 2024-10-18T17:16:47.178Z | Downloaded datatest-stable v0.2.9 |
1555 | 2024-10-18T17:16:47.178Z | Downloaded async-task v4.7.1 |
1556 | 2024-10-18T17:16:47.181Z | Downloaded anes v0.1.6 |
1557 | 2024-10-18T17:16:47.183Z | Downloaded serde_regex v1.1.0 |
1558 | 2024-10-18T17:16:47.183Z | Downloaded similar-asserts v1.6.0 |
1559 | 2024-10-18T17:16:47.186Z | Downloaded relative-path v1.9.3 |
1560 | 2024-10-18T17:16:47.186Z | Downloaded plotters-backend v0.3.7 |
1561 | 2024-10-18T17:16:47.189Z | Downloaded libtest-mimic v0.7.3 |
1562 | 2024-10-18T17:16:47.191Z | Downloaded proc-macro-crate v3.2.0 |
1563 | 2024-10-18T17:16:47.191Z | Downloaded target-lexicon v0.12.16 |
1564 | 2024-10-18T17:16:47.194Z | Downloaded async-io v2.3.4 |
1565 | 2024-10-18T17:16:47.196Z | Downloaded httptest v0.16.1 |
1566 | 2024-10-18T17:16:47.198Z | Downloaded trybuild v1.0.100 |
1567 | 2024-10-18T17:16:47.201Z | Downloaded rustls-native-certs v0.7.3 |
1568 | 2024-10-18T17:16:47.203Z | Downloaded partial-io v0.5.4 |
1569 | 2024-10-18T17:16:47.205Z | Downloaded rstest_macros v0.23.0 |
1570 | 2024-10-18T17:16:47.208Z | Downloaded polling v3.7.3 |
1571 | 2024-10-18T17:16:47.212Z | Downloaded futures-lite v2.3.0 |
1572 | 2024-10-18T17:16:47.215Z | Downloaded async-std v1.13.0 |
1573 | 2024-10-18T17:16:47.231Z | Downloaded cfg-expr v0.17.0 |
1574 | 2024-10-18T17:16:47.234Z | Downloaded plotters v0.3.7 |
1575 | 2024-10-18T17:16:47.242Z | Downloaded guppy v0.17.8 |
1576 | 2024-10-18T17:16:47.248Z | Downloaded criterion v0.5.1 |
1577 | 2024-10-18T17:16:47.254Z | Downloaded async-channel v2.3.1 |
1578 | 2024-10-18T17:16:47.256Z | Downloaded rust-argon2 v2.1.0 |
1579 | 2024-10-18T17:16:47.287Z | Downloaded httpmock v0.8.0-alpha.1 |
1580 | 2024-10-18T17:16:47.995Z | Checking cfg-if v1.0.0 |
1581 | 2024-10-18T17:16:48.068Z | Checking libc v0.2.159 |
1582 | 2024-10-18T17:16:48.086Z | Checking serde v1.0.210 |
1583 | 2024-10-18T17:16:48.107Z | Checking memchr v2.7.4 |
1584 | 2024-10-18T17:16:48.124Z | Checking value-bag v1.9.0 |
1585 | 2024-10-18T17:16:48.124Z | Checking scopeguard v1.2.0 |
1586 | 2024-10-18T17:16:48.165Z | Checking itoa v1.0.11 |
1587 | 2024-10-18T17:16:48.186Z | Checking zeroize v1.8.1 |
1588 | 2024-10-18T17:16:48.216Z | Checking smallvec v1.13.2 |
1589 | 2024-10-18T17:16:48.258Z | Checking lock_api v0.4.12 |
1590 | 2024-10-18T17:16:48.387Z | Checking pin-project-lite v0.2.14 |
1591 | 2024-10-18T17:16:48.469Z | Checking byteorder v1.5.0 |
1592 | 2024-10-18T17:16:48.512Z | Checking subtle v2.6.1 |
1593 | 2024-10-18T17:16:48.538Z | Checking log v0.4.22 |
1594 | 2024-10-18T17:16:48.560Z | Checking once_cell v1.20.2 |
1595 | 2024-10-18T17:16:48.683Z | Checking typenum v1.17.0 |
1596 | 2024-10-18T17:16:48.755Z | Checking futures-core v0.3.31 |
1597 | 2024-10-18T17:16:48.868Z | Checking libm v0.2.8 |
1598 | 2024-10-18T17:16:48.894Z | Checking zerocopy v0.7.35 |
1599 | 2024-10-18T17:16:48.946Z | Checking thiserror v1.0.64 |
1600 | 2024-10-18T17:16:48.968Z | Checking ryu v1.0.18 |
1601 | 2024-10-18T17:16:49.056Z | Checking spin v0.9.8 |
1602 | 2024-10-18T17:16:49.090Z | Checking const-oid v0.9.6 |
1603 | 2024-10-18T17:16:49.150Z | Checking getrandom v0.2.15 |
1604 | 2024-10-18T17:16:49.204Z | Checking signal-hook-registry v1.4.2 |
1605 | 2024-10-18T17:16:49.381Z | Checking parking_lot_core v0.9.10 |
1606 | 2024-10-18T17:16:49.406Z | Checking rand_core v0.6.4 |
1607 | 2024-10-18T17:16:49.450Z | Checking mio v1.0.2 |
1608 | 2024-10-18T17:16:49.696Z | Checking socket2 v0.5.7 |
1609 | 2024-10-18T17:16:49.735Z | Checking parking_lot v0.12.3 |
1610 | 2024-10-18T17:16:49.762Z | Checking num-traits v0.2.19 |
1611 | 2024-10-18T17:16:49.936Z | Checking generic-array v0.14.7 |
1612 | 2024-10-18T17:16:50.065Z | Checking futures-io v0.3.31 |
1613 | 2024-10-18T17:16:50.108Z | Checking slab v0.4.9 |
1614 | 2024-10-18T17:16:50.186Z | Checking allocator-api2 v0.2.18 |
1615 | 2024-10-18T17:16:50.254Z | Checking futures-sink v0.3.31 |
1616 | 2024-10-18T17:16:50.276Z | Checking cpufeatures v0.2.14 |
1617 | 2024-10-18T17:16:50.360Z | Checking pin-utils v0.1.0 |
1618 | 2024-10-18T17:16:50.393Z | Checking futures-channel v0.3.31 |
1619 | 2024-10-18T17:16:50.412Z | Checking equivalent v1.0.1 |
1620 | 2024-10-18T17:16:50.457Z | Checking foldhash v0.1.3 |
1621 | 2024-10-18T17:16:50.518Z | Checking futures-task v0.3.31 |
1622 | 2024-10-18T17:16:50.664Z | Checking fnv v1.0.7 |
1623 | 2024-10-18T17:16:50.766Z | Checking futures-util v0.3.31 |
1624 | 2024-10-18T17:16:50.796Z | Checking tracing-core v0.1.32 |
1625 | 2024-10-18T17:16:50.820Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1626 | 2024-10-18T17:16:50.897Z | Checking hashbrown v0.15.0 |
1627 | 2024-10-18T17:16:50.949Z | Checking iana-time-zone v0.1.61 |
1628 | 2024-10-18T17:16:51.089Z | Checking crypto-common v0.1.6 |
1629 | 2024-10-18T17:16:51.133Z | Checking block-buffer v0.10.4 |
1630 | 2024-10-18T17:16:51.174Z | Checking ppv-lite86 v0.2.20 |
1631 | 2024-10-18T17:16:51.272Z | Checking errno v0.3.9 |
1632 | 2024-10-18T17:16:51.349Z | Checking digest v0.10.7 |
1633 | 2024-10-18T17:16:51.415Z | Checking tinyvec_macros v0.1.1 |
1634 | 2024-10-18T17:16:51.454Z | Checking unicode-bidi v0.3.17 |
1635 | 2024-10-18T17:16:51.487Z | Checking tracing v0.1.40 |
1636 | 2024-10-18T17:16:51.514Z | Checking tinyvec v1.8.0 |
1637 | 2024-10-18T17:16:51.717Z | Checking block-padding v0.3.3 |
1638 | 2024-10-18T17:16:51.827Z | Checking dyn-clone v1.0.17 |
1639 | 2024-10-18T17:16:51.923Z | Checking percent-encoding v2.3.1 |
1640 | 2024-10-18T17:16:51.950Z | Checking rand_chacha v0.3.1 |
1641 | 2024-10-18T17:16:51.953Z | Checking inout v0.1.3 |
1642 | 2024-10-18T17:16:51.993Z | Checking crossbeam-utils v0.8.20 |
1643 | 2024-10-18T17:16:52.101Z | Checking httparse v1.9.5 |
1644 | 2024-10-18T17:16:52.122Z | Checking form_urlencoded v1.2.1 |
1645 | 2024-10-18T17:16:52.201Z | Checking cipher v0.4.4 |
1646 | 2024-10-18T17:16:52.356Z | Checking regex-syntax v0.8.5 |
1647 | 2024-10-18T17:16:52.420Z | Checking rand v0.8.5 |
1648 | 2024-10-18T17:16:52.550Z | Checking base64ct v1.6.0 |
1649 | 2024-10-18T17:16:52.614Z | Checking hmac v0.12.1 |
1650 | 2024-10-18T17:16:52.756Z | Checking sha2 v0.10.8 |
1651 | 2024-10-18T17:16:52.829Z | Checking aho-corasick v1.1.3 |
1652 | 2024-10-18T17:16:52.910Z | Checking unicode-normalization v0.1.24 |
1653 | 2024-10-18T17:16:52.971Z | Checking untrusted v0.9.0 |
1654 | 2024-10-18T17:16:53.097Z | Checking bytes v1.7.2 |
1655 | 2024-10-18T17:16:53.123Z | Checking bitflags v2.6.0 |
1656 | 2024-10-18T17:16:53.273Z | Checking serde_json v1.0.128 |
1657 | 2024-10-18T17:16:53.393Z | Checking indexmap v2.6.0 |
1658 | 2024-10-18T17:16:53.589Z | Checking chrono v0.4.38 |
1659 | 2024-10-18T17:16:53.730Z | Checking rustix v0.38.37 |
1660 | 2024-10-18T17:16:53.897Z | Checking tokio v1.40.0 |
1661 | 2024-10-18T17:16:54.414Z | Checking uuid v1.10.0 |
1662 | 2024-10-18T17:16:54.633Z | Checking http v1.1.0 |
1663 | 2024-10-18T17:16:54.917Z | Checking atomic-waker v1.1.2 |
1664 | 2024-10-18T17:16:54.988Z | Checking ring v0.17.8 |
1665 | 2024-10-18T17:16:55.054Z | Checking lazy_static v1.5.0 |
1666 | 2024-10-18T17:16:55.179Z | Checking unicode-ident v1.0.13 |
1667 | 2024-10-18T17:16:55.359Z | Checking idna v0.5.0 |
1668 | 2024-10-18T17:16:55.511Z | Checking regex-automata v0.4.8 |
1669 | 2024-10-18T17:16:55.642Z | Checking schemars v0.8.21 |
1670 | 2024-10-18T17:16:55.802Z | Checking adler2 v2.0.0 |
1671 | 2024-10-18T17:16:55.973Z | Checking miniz_oxide v0.8.0 |
1672 | 2024-10-18T17:16:56.002Z | Checking pem-rfc7468 v0.7.0 |
1673 | 2024-10-18T17:16:56.225Z | Checking url v2.5.2 |
1674 | 2024-10-18T17:16:56.279Z | Checking powerfmt v0.2.0 |
1675 | 2024-10-18T17:16:56.551Z | Checking try-lock v0.2.5 |
1676 | 2024-10-18T17:16:56.685Z | Checking httpdate v1.0.3 |
1677 | 2024-10-18T17:16:56.731Z | Checking want v0.3.1 |
1678 | 2024-10-18T17:16:56.894Z | Checking deranged v0.3.11 |
1679 | 2024-10-18T17:16:56.918Z | Checking proc-macro2 v1.0.87 |
1680 | 2024-10-18T17:16:56.942Z | Checking time-core v0.1.2 |
1681 | 2024-10-18T17:16:56.984Z | Checking rustls-pki-types v1.9.0 |
1682 | 2024-10-18T17:16:57.095Z | Checking num-conv v0.1.0 |
1683 | 2024-10-18T17:16:57.227Z | Checking num_threads v0.1.7 |
1684 | 2024-10-18T17:16:57.269Z | Checking flagset v0.4.6 |
1685 | 2024-10-18T17:16:57.338Z | Checking base64 v0.22.1 |
1686 | 2024-10-18T17:16:57.362Z | Checking http-body v1.0.1 |
1687 | 2024-10-18T17:16:57.465Z | Checking der v0.7.9 |
1688 | 2024-10-18T17:16:57.539Z | Checking pbkdf2 v0.12.2 |
1689 | 2024-10-18T17:16:57.565Z | Checking aes v0.8.4 |
1690 | 2024-10-18T17:16:57.589Z | Checking quote v1.0.37 |
1691 | 2024-10-18T17:16:57.716Z | Checking tower-service v0.3.3 |
1692 | 2024-10-18T17:16:57.803Z | Checking salsa20 v0.10.2 |
1693 | 2024-10-18T17:16:57.833Z | Checking cbc v0.1.2 |
1694 | 2024-10-18T17:16:57.925Z | Checking syn v2.0.79 |
1695 | 2024-10-18T17:16:58.019Z | Checking ahash v0.8.11 |
1696 | 2024-10-18T17:16:58.051Z | Checking scrypt v0.11.0 |
1697 | 2024-10-18T17:16:58.283Z | Checking rustls-webpki v0.102.8 |
1698 | 2024-10-18T17:16:58.498Z | Checking slog v2.7.0 |
1699 | 2024-10-18T17:16:58.545Z | Checking gimli v0.31.1 |
1700 | 2024-10-18T17:16:58.627Z | Checking time v0.3.36 |
1701 | 2024-10-18T17:16:58.992Z | Checking mime v0.3.17 |
1702 | 2024-10-18T17:16:59.018Z | Checking object v0.36.5 |
1703 | 2024-10-18T17:16:59.268Z | Checking spki v0.7.3 |
1704 | 2024-10-18T17:16:59.322Z | Checking rustc-demangle v0.1.24 |
1705 | 2024-10-18T17:16:59.574Z | Checking pkcs5 v0.7.1 |
1706 | 2024-10-18T17:16:59.744Z | Checking ipnet v2.10.1 |
1707 | 2024-10-18T17:17:00.049Z | Checking utf8parse v0.2.2 |
1708 | 2024-10-18T17:17:00.076Z | Checking pkcs8 v0.10.2 |
1709 | 2024-10-18T17:17:00.195Z | Checking regex v1.11.0 |
1710 | 2024-10-18T17:17:00.220Z | Checking unicode-width v0.1.14 |
1711 | 2024-10-18T17:17:00.386Z | Checking data-encoding v2.6.0 |
1712 | 2024-10-18T17:17:00.692Z | Checking futures-executor v0.3.31 |
1713 | 2024-10-18T17:17:00.811Z | Checking toml_datetime v0.6.8 |
1714 | 2024-10-18T17:17:00.872Z | Checking tokio-util v0.7.12 |
1715 | 2024-10-18T17:17:00.934Z | Checking serde_spanned v0.6.8 |
1716 | 2024-10-18T17:17:01.051Z | Checking anstyle v1.0.8 |
1717 | 2024-10-18T17:17:01.104Z | Checking futures v0.3.31 |
1718 | 2024-10-18T17:17:01.130Z | Checking http-body-util v0.1.2 |
1719 | 2024-10-18T17:17:01.134Z | Checking serde_urlencoded v0.7.1 |
1720 | 2024-10-18T17:17:01.226Z | Checking encoding_rs v0.8.34 |
1721 | 2024-10-18T17:17:01.415Z | Checking foreign-types-shared v0.1.1 |
1722 | 2024-10-18T17:17:01.526Z | Checking openssl-probe v0.1.5 |
1723 | 2024-10-18T17:17:01.574Z | Checking foreign-types v0.3.2 |
1724 | 2024-10-18T17:17:01.606Z | Checking rustls-pemfile v2.2.0 |
1725 | 2024-10-18T17:17:01.666Z | Checking semver v1.0.23 |
1726 | 2024-10-18T17:17:01.669Z | Checking sha1 v0.10.6 |
1727 | 2024-10-18T17:17:01.723Z | Checking h2 v0.4.6 |
1728 | 2024-10-18T17:17:01.804Z | Checking openssl-sys v0.9.103 |
1729 | 2024-10-18T17:17:01.936Z | Checking anstyle-parse v0.2.5 |
1730 | 2024-10-18T17:17:02.087Z | Checking colorchoice v1.0.2 |
1731 | 2024-10-18T17:17:02.192Z | Checking anstyle-query v1.1.1 |
1732 | 2024-10-18T17:17:02.223Z | Checking is_terminal_polyfill v1.70.1 |
1733 | 2024-10-18T17:17:02.323Z | Checking rustls v0.23.14 |
1734 | 2024-10-18T17:17:02.349Z | Checking anstream v0.6.15 |
1735 | 2024-10-18T17:17:02.530Z | Checking addr2line v0.24.2 |
1736 | 2024-10-18T17:17:02.717Z | Checking terminal_size v0.4.0 |
1737 | 2024-10-18T17:17:02.899Z | Checking camino v1.1.9 |
1738 | 2024-10-18T17:17:02.998Z | Checking signature v2.2.0 |
1739 | 2024-10-18T17:17:03.036Z | Checking openssl v0.10.66 |
1740 | 2024-10-18T17:17:03.195Z | Checking strsim v0.11.1 |
1741 | 2024-10-18T17:17:03.440Z | Checking clap_lex v0.7.2 |
1742 | 2024-10-18T17:17:03.485Z | Checking winnow v0.6.20 |
1743 | 2024-10-18T17:17:03.555Z | Checking either v1.13.0 |
1744 | 2024-10-18T17:17:03.668Z | Checking clap_builder v4.5.20 |
1745 | 2024-10-18T17:17:03.951Z | Checking openapiv3 v2.0.0 |
1746 | 2024-10-18T17:17:04.114Z | Checking idna v0.3.0 |
1747 | 2024-10-18T17:17:04.993Z | Checking psl-types v2.0.11 |
1748 | 2024-10-18T17:17:05.178Z | Checking publicsuffix v2.2.3 |
1749 | 2024-10-18T17:17:05.365Z | Checking backtrace v0.3.74 |
1750 | 2024-10-18T17:17:05.415Z | Checking cookie v0.18.1 |
1751 | 2024-10-18T17:17:05.860Z | Checking webpki-roots v0.26.6 |
1752 | 2024-10-18T17:17:05.945Z | Checking anyhow v1.0.89 |
1753 | 2024-10-18T17:17:06.069Z | Checking is-terminal v0.4.13 |
1754 | 2024-10-18T17:17:06.206Z | Checking scroll v0.12.0 |
1755 | 2024-10-18T17:17:06.320Z | Checking base16ct v0.2.0 |
1756 | 2024-10-18T17:17:06.344Z | Checking plain v0.2.3 |
1757 | 2024-10-18T17:17:06.501Z | Checking ucd-trie v0.1.7 |
1758 | 2024-10-18T17:17:06.522Z | Checking sec1 v0.7.3 |
1759 | 2024-10-18T17:17:06.674Z | Checking goblin v0.8.2 |
1760 | 2024-10-18T17:17:06.677Z | Checking clap v4.5.20 |
1761 | 2024-10-18T17:17:06.720Z | Checking pest v2.7.14 |
1762 | 2024-10-18T17:17:06.815Z | Checking cookie_store v0.21.0 |
1763 | 2024-10-18T17:17:06.878Z | Checking num-integer v0.1.46 |
1764 | 2024-10-18T17:17:07.300Z | Checking tokio-rustls v0.26.0 |
1765 | 2024-10-18T17:17:07.380Z | Checking ff v0.13.0 |
1766 | 2024-10-18T17:17:07.407Z | Checking sync_wrapper v1.0.1 |
1767 | 2024-10-18T17:17:07.431Z | Checking pretty-hex v0.4.1 |
1768 | 2024-10-18T17:17:07.549Z | Checking hkdf v0.12.4 |
1769 | 2024-10-18T17:17:07.596Z | Checking crypto-bigint v0.5.5 |
1770 | 2024-10-18T17:17:07.599Z | Checking group v0.13.0 |
1771 | 2024-10-18T17:17:07.682Z | Checking thread-id v4.2.2 |
1772 | 2024-10-18T17:17:07.747Z | Checking bitflags v1.3.2 |
1773 | 2024-10-18T17:17:07.773Z | Checking hyper v1.4.1 |
1774 | 2024-10-18T17:17:07.799Z | Checking static_assertions v1.1.0 |
1775 | 2024-10-18T17:17:07.848Z | Checking utf-8 v0.7.6 |
1776 | 2024-10-18T17:17:07.887Z | Checking toml_edit v0.22.22 |
1777 | 2024-10-18T17:17:08.071Z | Checking memmap v0.7.0 |
1778 | 2024-10-18T17:17:08.242Z | Checking dirs-sys-next v0.1.2 |
1779 | 2024-10-18T17:17:08.402Z | Checking native-tls v0.2.12 |
1780 | 2024-10-18T17:17:08.443Z | Checking stable_deref_trait v1.2.0 |
1781 | 2024-10-18T17:17:08.538Z | Checking unicode-segmentation v1.12.0 |
1782 | 2024-10-18T17:17:08.725Z | Checking tokio-native-tls v0.3.1 |
1783 | 2024-10-18T17:17:08.991Z | Checking dirs-next v2.0.0 |
1784 | 2024-10-18T17:17:09.030Z | Checking dtrace-parser v0.2.0 |
1785 | 2024-10-18T17:17:09.128Z | Checking num-iter v0.1.45 |
1786 | 2024-10-18T17:17:09.239Z | Checking crossbeam-channel v0.5.13 |
1787 | 2024-10-18T17:17:09.310Z | Checking crossbeam-epoch v0.9.18 |
1788 | 2024-10-18T17:17:09.472Z | Checking thread_local v1.1.8 |
1789 | 2024-10-18T17:17:09.699Z | Checking hyper-util v0.1.9 |
1790 | 2024-10-18T17:17:09.740Z | Checking crc32fast v1.4.2 |
1791 | 2024-10-18T17:17:09.742Z | Checking term v0.7.0 |
1792 | 2024-10-18T17:17:09.927Z | Checking bstr v1.10.0 |
1793 | 2024-10-18T17:17:09.974Z | Checking hex v0.4.3 |
1794 | 2024-10-18T17:17:09.999Z | Checking toml v0.8.19 |
1795 | 2024-10-18T17:17:10.135Z | Checking rfc6979 v0.4.0 |
1796 | 2024-10-18T17:17:10.167Z | Checking match_cfg v0.1.0 |
1797 | 2024-10-18T17:17:10.208Z | Checking elliptic-curve v0.13.8 |
1798 | 2024-10-18T17:17:10.266Z | Checking managed v0.8.0 |
1799 | 2024-10-18T17:17:10.306Z | Checking take_mut v0.2.2 |
1800 | 2024-10-18T17:17:10.455Z | Checking winnow v0.5.40 |
1801 | 2024-10-18T17:17:10.479Z | Checking slog-async v2.8.0 |
1802 | 2024-10-18T17:17:10.631Z | Checking hostname v0.3.1 |
1803 | 2024-10-18T17:17:10.740Z | Checking slog-term v2.9.1 |
1804 | 2024-10-18T17:17:10.770Z | Checking crossbeam-deque v0.8.5 |
1805 | 2024-10-18T17:17:10.770Z | Checking num-bigint-dig v0.8.4 |
1806 | 2024-10-18T17:17:10.824Z | Checking pkcs1 v0.7.5 |
1807 | 2024-10-18T17:17:10.873Z | Checking ecdsa v0.16.9 |
1808 | 2024-10-18T17:17:11.119Z | Checking curve25519-dalek v4.1.3 |
1809 | 2024-10-18T17:17:11.234Z | Checking zerocopy v0.6.6 |
1810 | 2024-10-18T17:17:11.260Z | Checking siphasher v0.3.11 |
1811 | 2024-10-18T17:17:11.342Z | Checking dof v0.3.0 |
1812 | 2024-10-18T17:17:11.554Z | Checking rayon-core v1.12.1 |
1813 | 2024-10-18T17:17:11.578Z | Checking flate2 v1.0.34 |
1814 | 2024-10-18T17:17:11.688Z | Checking hyper-tls v0.6.0 |
1815 | 2024-10-18T17:17:11.943Z | Checking hyper-rustls v0.27.3 |
1816 | 2024-10-18T17:17:11.969Z | Checking usdt-impl v0.5.0 |
1817 | 2024-10-18T17:17:11.996Z | Checking ed25519 v2.2.3 |
1818 | 2024-10-18T17:17:12.207Z | Checking rustls v0.22.4 |
1819 | 2024-10-18T17:17:12.235Z | Checking signal-hook v0.3.17 |
1820 | 2024-10-18T17:17:12.266Z | Checking reqwest v0.12.8 |
1821 | 2024-10-18T17:17:12.292Z | Checking quick-error v1.2.3 |
1822 | 2024-10-18T17:17:12.432Z | Checking itertools v0.10.5 |
1823 | 2024-10-18T17:17:12.480Z | Checking usdt v0.5.0 |
1824 | 2024-10-18T17:17:12.577Z | Checking slog-json v2.6.1 |
1825 | 2024-10-18T17:17:12.746Z | Checking x509-cert v0.2.5 |
1826 | 2024-10-18T17:17:12.824Z | Checking idna v0.4.0 |
1827 | 2024-10-18T17:17:12.914Z | Checking rsa v0.9.6 |
1828 | 2024-10-18T17:17:12.963Z | Checking ed25519-dalek v2.1.1 |
1829 | 2024-10-18T17:17:13.368Z | Checking hubpack v0.1.2 |
1830 | 2024-10-18T17:17:13.425Z | Checking toml_edit v0.19.15 |
1831 | 2024-10-18T17:17:13.675Z | Checking debug-ignore v1.0.5 |
1832 | 2024-10-18T17:17:13.700Z | Checking bit-vec v0.6.3 |
1833 | 2024-10-18T17:17:13.808Z | Checking hickory-proto v0.24.1 |
1834 | 2024-10-18T17:17:13.948Z | Checking slog-bunyan v2.5.0 |
1835 | 2024-10-18T17:17:14.037Z | Checking bit-set v0.5.3 |
1836 | 2024-10-18T17:17:14.063Z | Checking signal-hook-mio v0.2.4 |
1837 | 2024-10-18T17:17:14.115Z | Checking multer v3.1.0 |
1838 | 2024-10-18T17:17:14.203Z | Checking console v0.15.8 |
1839 | 2024-10-18T17:17:14.301Z | Checking waitgroup v0.1.2 |
1840 | 2024-10-18T17:17:14.327Z | Checking serde_path_to_error v0.1.16 |
1841 | 2024-10-18T17:17:14.431Z | Checking async-stream v0.3.6 |
1842 | 2024-10-18T17:17:14.501Z | Checking hostname v0.4.0 |
1843 | 2024-10-18T17:17:14.628Z | Checking hash32 v0.2.1 |
1844 | 2024-10-18T17:17:14.653Z | Checking predicates-core v1.0.8 |
1845 | 2024-10-18T17:17:14.656Z | Checking linked-hash-map v0.5.6 |
1846 | 2024-10-18T17:17:14.782Z | Checking unicode-properties v0.1.3 |
1847 | 2024-10-18T17:17:14.835Z | Checking crossterm v0.28.1 |
1848 | 2024-10-18T17:17:14.930Z | Checking rayon v1.10.0 |
1849 | 2024-10-18T17:17:14.955Z | Checking heapless v0.7.17 |
1850 | 2024-10-18T17:17:15.002Z | Checking lru-cache v0.1.2 |
1851 | 2024-10-18T17:17:15.151Z | Checking stringprep v0.1.5 |
1852 | 2024-10-18T17:17:15.184Z | Checking phf_shared v0.11.2 |
1853 | 2024-10-18T17:17:15.434Z | Checking similar v2.6.0 |
1854 | 2024-10-18T17:17:15.478Z | Checking tokio-stream v0.1.16 |
1855 | 2024-10-18T17:17:15.755Z | Checking toml v0.7.8 |
1856 | 2024-10-18T17:17:15.794Z | Checking tokio-rustls v0.25.0 |
1857 | 2024-10-18T17:17:15.955Z | Checking md-5 v0.10.6 |
1858 | 2024-10-18T17:17:16.204Z | Checking float-cmp v0.9.0 |
1859 | 2024-10-18T17:17:16.216Z | Checking dropshot v0.12.0 |
1860 | 2024-10-18T17:17:16.286Z | Checking difflib v0.4.0 |
1861 | 2024-10-18T17:17:16.384Z | Checking fixedbitset v0.4.2 |
1862 | 2024-10-18T17:17:16.395Z | Checking fallible-iterator v0.2.0 |
1863 | 2024-10-18T17:17:16.508Z | Checking normalize-line-endings v0.3.0 |
1864 | 2024-10-18T17:17:16.583Z | Checking smoltcp v0.9.1 |
1865 | 2024-10-18T17:17:16.641Z | Checking predicates v3.1.2 |
1866 | 2024-10-18T17:17:16.649Z | Checking petgraph v0.6.5 |
1867 | 2024-10-18T17:17:16.674Z | Checking phf v0.11.2 |
1868 | 2024-10-18T17:17:16.933Z | Checking resolv-conf v0.7.0 |
1869 | 2024-10-18T17:17:17.025Z | Checking postgres-protocol v0.6.7 |
1870 | 2024-10-18T17:17:17.273Z | Checking phf_shared v0.10.0 |
1871 | 2024-10-18T17:17:17.299Z | Checking tungstenite v0.24.0 |
1872 | 2024-10-18T17:17:17.565Z | Checking fs-err v2.11.0 |
1873 | 2024-10-18T17:17:17.691Z | Checking serde-big-array v0.5.1 |
1874 | 2024-10-18T17:17:17.904Z | Checking portable-atomic v1.9.0 |
1875 | 2024-10-18T17:17:18.008Z | Checking lalrpop-util v0.19.12 |
1876 | 2024-10-18T17:17:18.115Z | Checking precomputed-hash v0.1.1 |
1877 | 2024-10-18T17:17:18.201Z | Checking minimal-lexical v0.2.1 |
1878 | 2024-10-18T17:17:18.225Z | Checking number_prefix v0.4.0 |
1879 | 2024-10-18T17:17:18.291Z | Checking new_debug_unreachable v1.0.6 |
1880 | 2024-10-18T17:17:18.381Z | Checking string_cache v0.8.7 |
1881 | 2024-10-18T17:17:18.383Z | Checking hickory-resolver v0.24.1 |
1882 | 2024-10-18T17:17:18.431Z | Checking tokio-tungstenite v0.24.0 |
1883 | 2024-10-18T17:17:18.586Z | Checking nom v7.1.3 |
1884 | 2024-10-18T17:17:18.665Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1885 | 2024-10-18T17:17:18.690Z | Checking postgres-types v0.2.8 |
1886 | 2024-10-18T17:17:18.897Z | Checking itertools v0.12.1 |
1887 | 2024-10-18T17:17:18.955Z | Checking indicatif v0.17.8 |
1888 | 2024-10-18T17:17:19.413Z | Checking whoami v1.5.2 |
1889 | 2024-10-18T17:17:19.692Z | Checking peg-runtime v0.8.3 |
1890 | 2024-10-18T17:17:19.736Z | Checking tokio-postgres v0.7.12 |
1891 | 2024-10-18T17:17:19.879Z | Compiling hashbrown v0.14.5 |
1892 | 2024-10-18T17:17:19.926Z | Compiling unsafe-libyaml v0.2.11 |
1893 | 2024-10-18T17:17:19.953Z | Checking qorb v0.1.1 |
1894 | 2024-10-18T17:17:19.991Z | Compiling ident_case v1.0.1 |
1895 | 2024-10-18T17:17:20.184Z | Compiling darling_core v0.20.10 |
1896 | 2024-10-18T17:17:21.188Z | Compiling regress v0.10.1 |
1897 | 2024-10-18T17:17:21.354Z | Compiling serde_yaml v0.9.34+deprecated |
1898 | 2024-10-18T17:17:21.992Z | Checking heck v0.5.0 |
1899 | 2024-10-18T17:17:22.188Z | Checking progenitor-client v0.8.0 |
1900 | 2024-10-18T17:17:22.268Z | Checking fastrand v2.1.1 |
1901 | 2024-10-18T17:17:22.528Z | Compiling newtype-uuid v1.1.2 |
1902 | 2024-10-18T17:17:22.581Z | Checking ipnetwork v0.20.0 |
1903 | 2024-10-18T17:17:22.773Z | Compiling structmeta-derive v0.3.0 |
1904 | 2024-10-18T17:17:22.860Z | Checking strum v0.26.3 |
1905 | 2024-10-18T17:17:22.941Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1906 | 2024-10-18T17:17:23.265Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1907 | 2024-10-18T17:17:23.613Z | Checking tempfile v3.13.0 |
1908 | 2024-10-18T17:17:23.719Z | Checking instant v0.1.13 |
1909 | 2024-10-18T17:17:23.843Z | Checking regress v0.9.1 |
1910 | 2024-10-18T17:17:23.993Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1911 | 2024-10-18T17:17:24.061Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1912 | 2024-10-18T17:17:24.371Z | Checking macaddr v1.0.1 |
1913 | 2024-10-18T17:17:24.691Z | Checking backoff v0.4.0 |
1914 | 2024-10-18T17:17:24.774Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1915 | 2024-10-18T17:17:24.921Z | Compiling typify-impl v0.2.0 |
1916 | 2024-10-18T17:17:25.013Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1917 | 2024-10-18T17:17:25.174Z | Checking wait-timeout v0.2.0 |
1918 | 2024-10-18T17:17:25.362Z | Checking rusty-fork v0.3.0 |
1919 | 2024-10-18T17:17:25.406Z | Checking rand_xorshift v0.3.0 |
1920 | 2024-10-18T17:17:25.576Z | Compiling structmeta-derive v0.2.0 |
1921 | 2024-10-18T17:17:25.655Z | Checking unarray v0.1.4 |
1922 | 2024-10-18T17:17:25.659Z | Compiling structmeta v0.3.0 |
1923 | 2024-10-18T17:17:25.823Z | Checking proptest v1.5.0 |
1924 | 2024-10-18T17:17:26.135Z | Compiling parse-display-derive v0.10.0 |
1925 | 2024-10-18T17:17:26.245Z | Checking camino-tempfile v1.1.1 |
1926 | 2024-10-18T17:17:26.523Z | Compiling proc-macro-error v1.0.4 |
1927 | 2024-10-18T17:17:27.119Z | Compiling darling_macro v0.20.10 |
1928 | 2024-10-18T17:17:27.216Z | Compiling proc-macro-crate v1.3.1 |
1929 | 2024-10-18T17:17:27.370Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1930 | 2024-10-18T17:17:27.768Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1931 | 2024-10-18T17:17:28.090Z | Compiling darling v0.20.10 |
1932 | 2024-10-18T17:17:28.109Z | Compiling foreign-types-macros v0.2.3 |
1933 | 2024-10-18T17:17:28.205Z | Compiling serde_with_macros v3.11.0 |
1934 | 2024-10-18T17:17:28.323Z | Compiling num_enum_derive v0.5.11 |
1935 | 2024-10-18T17:17:28.572Z | Compiling structmeta v0.2.0 |
1936 | 2024-10-18T17:17:28.715Z | Checking foreign-types-shared v0.3.1 |
1937 | 2024-10-18T17:17:29.018Z | Compiling test-strategy v0.3.1 |
1938 | 2024-10-18T17:17:29.163Z | Checking tabwriter v1.4.0 |
1939 | 2024-10-18T17:17:29.384Z | Checking cstr-argument v0.1.2 |
1940 | 2024-10-18T17:17:29.425Z | Checking foreign-types v0.5.0 |
1941 | 2024-10-18T17:17:29.541Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1942 | 2024-10-18T17:17:29.564Z | Checking pretty-hex v0.2.1 |
1943 | 2024-10-18T17:17:29.725Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1944 | 2024-10-18T17:17:30.052Z | Checking colored v2.1.0 |
1945 | 2024-10-18T17:17:30.333Z | Checking smf v0.2.3 |
1946 | 2024-10-18T17:17:30.382Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1947 | 2024-10-18T17:17:30.523Z | Checking base64 v0.21.7 |
1948 | 2024-10-18T17:17:30.547Z | Compiling crucible-workspace-hack v0.1.0 |
1949 | 2024-10-18T17:17:30.775Z | Compiling heapless v0.8.0 |
1950 | 2024-10-18T17:17:30.865Z | Checking parse-display v0.10.0 |
1951 | 2024-10-18T17:17:30.885Z | Checking termtree v0.4.1 |
1952 | 2024-10-18T17:17:30.969Z | Checking num_enum v0.5.11 |
1953 | 2024-10-18T17:17:31.123Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1954 | 2024-10-18T17:17:31.147Z | Checking predicates-tree v1.0.11 |
1955 | 2024-10-18T17:17:31.149Z | Checking serde_with v3.11.0 |
1956 | 2024-10-18T17:17:31.192Z | Checking hash32 v0.3.1 |
1957 | 2024-10-18T17:17:31.213Z | Compiling smoltcp v0.11.0 |
1958 | 2024-10-18T17:17:31.299Z | Checking cobs v0.2.3 |
1959 | 2024-10-18T17:17:31.391Z | Checking sigpipe v0.1.3 |
1960 | 2024-10-18T17:17:31.394Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1961 | 2024-10-18T17:17:31.485Z | Checking postcard v1.0.10 |
1962 | 2024-10-18T17:17:31.527Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1963 | 2024-10-18T17:17:31.674Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1964 | 2024-10-18T17:17:31.786Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1965 | 2024-10-18T17:17:31.948Z | Compiling mockall_derive v0.13.0 |
1966 | 2024-10-18T17:17:32.006Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1967 | 2024-10-18T17:17:32.112Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1968 | 2024-10-18T17:17:32.319Z | Compiling zone_cfg_derive v0.3.0 |
1969 | 2024-10-18T17:17:32.574Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1970 | 2024-10-18T17:17:32.887Z | Compiling num-derive v0.4.2 |
1971 | 2024-10-18T17:17:32.908Z | Checking fragile v2.0.0 |
1972 | 2024-10-18T17:17:33.183Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1973 | 2024-10-18T17:17:33.489Z | Checking downcast v0.11.0 |
1974 | 2024-10-18T17:17:33.741Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1975 | 2024-10-18T17:17:33.862Z | Checking zone v0.3.0 |
1976 | 2024-10-18T17:17:33.993Z | Checking atomicwrites v0.4.4 |
1977 | 2024-10-18T17:17:34.190Z | Compiling convert_case v0.4.0 |
1978 | 2024-10-18T17:17:34.322Z | Checking tungstenite v0.21.0 |
1979 | 2024-10-18T17:17:34.466Z | Checking newline-converter v0.3.0 |
1980 | 2024-10-18T17:17:34.595Z | Checking itertools v0.13.0 |
1981 | 2024-10-18T17:17:34.630Z | Checking expectorate v1.1.0 |
1982 | 2024-10-18T17:17:34.796Z | Checking same-file v1.0.6 |
1983 | 2024-10-18T17:17:34.973Z | Checking walkdir v2.5.0 |
1984 | 2024-10-18T17:17:35.157Z | Compiling derive_more v0.99.18 |
1985 | 2024-10-18T17:17:35.210Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1986 | 2024-10-18T17:17:35.232Z | Checking tokio-tungstenite v0.21.0 |
1987 | 2024-10-18T17:17:35.257Z | Checking arc-swap v1.7.1 |
1988 | 2024-10-18T17:17:35.605Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1989 | 2024-10-18T17:17:35.654Z | Checking xattr v1.3.1 |
1990 | 2024-10-18T17:17:35.680Z | Checking slog-scope v4.4.0 |
1991 | 2024-10-18T17:17:35.723Z | Checking filetime v0.2.25 |
1992 | 2024-10-18T17:17:35.854Z | Checking swrite v0.1.0 |
1993 | 2024-10-18T17:17:35.912Z | Checking slog-stdlog v4.1.1 |
1994 | 2024-10-18T17:17:35.973Z | Checking tar v0.4.42 |
1995 | 2024-10-18T17:17:35.998Z | Compiling owo-colors v4.1.0 |
1996 | 2024-10-18T17:17:36.082Z | Checking slog-envlogger v2.2.0 |
1997 | 2024-10-18T17:17:36.299Z | Compiling cancel-safe-futures v0.1.5 |
1998 | 2024-10-18T17:17:36.775Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1999 | 2024-10-18T17:17:37.058Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2000 | 2024-10-18T17:17:37.120Z | Checking libsw v3.3.1 |
2001 | 2024-10-18T17:17:37.163Z | Checking password-hash v0.5.0 |
2002 | 2024-10-18T17:17:37.286Z | Checking blake2 v0.10.6 |
2003 | 2024-10-18T17:17:37.385Z | Checking indent_write v2.2.0 |
2004 | 2024-10-18T17:17:37.587Z | Checking linear-map v1.2.0 |
2005 | 2024-10-18T17:17:37.612Z | Checking num-rational v0.4.2 |
2006 | 2024-10-18T17:17:37.759Z | Checking argon2 v0.5.3 |
2007 | 2024-10-18T17:17:37.905Z | Checking pem v3.0.4 |
2008 | 2024-10-18T17:17:38.179Z | Checking num-complex v0.4.6 |
2009 | 2024-10-18T17:17:38.205Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2010 | 2024-10-18T17:17:38.245Z | Checking float-ord v0.3.2 |
2011 | 2024-10-18T17:17:38.400Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2012 | 2024-10-18T17:17:38.428Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2013 | 2024-10-18T17:17:38.786Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2014 | 2024-10-18T17:17:39.102Z | Compiling lzma-sys v0.1.20 |
2015 | 2024-10-18T17:17:39.127Z | Checking num v0.4.3 |
2016 | 2024-10-18T17:17:39.237Z | Checking humantime v2.1.0 |
2017 | 2024-10-18T17:17:39.257Z | Checking headers-core v0.3.0 |
2018 | 2024-10-18T17:17:39.279Z | Compiling heck v0.3.3 |
2019 | 2024-10-18T17:17:39.395Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2020 | 2024-10-18T17:17:39.542Z | Checking headers v0.4.0 |
2021 | 2024-10-18T17:17:39.697Z | Compiling zone_cfg_derive v0.1.2 |
2022 | 2024-10-18T17:17:39.753Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2023 | 2024-10-18T17:17:40.013Z | Checking yasna v0.5.2 |
2024 | 2024-10-18T17:17:40.048Z | Checking base64 v0.13.1 |
2025 | 2024-10-18T17:17:40.369Z | Checking mockall v0.13.0 |
2026 | 2024-10-18T17:17:40.467Z | Checking ron v0.7.1 |
2027 | 2024-10-18T17:17:40.605Z | Checking xz2 v0.1.7 |
2028 | 2024-10-18T17:17:40.626Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2029 | 2024-10-18T17:17:40.895Z | Checking rcgen v0.12.1 |
2030 | 2024-10-18T17:17:41.116Z | Checking subprocess v0.2.9 |
2031 | 2024-10-18T17:17:41.224Z | Checking zone v0.1.8 |
2032 | 2024-10-18T17:17:41.581Z | Checking half v2.4.1 |
2033 | 2024-10-18T17:17:41.643Z | Compiling semver v0.1.20 |
2034 | 2024-10-18T17:17:41.667Z | Checking ciborium-io v0.2.2 |
2035 | 2024-10-18T17:17:41.825Z | Checking highway v1.2.0 |
2036 | 2024-10-18T17:17:41.882Z | Compiling prettyplease v0.2.22 |
2037 | 2024-10-18T17:17:42.028Z | Checking ciborium-ll v0.2.2 |
2038 | 2024-10-18T17:17:42.186Z | Compiling rustc_version v0.1.7 |
2039 | 2024-10-18T17:17:42.328Z | Checking ciborium v0.2.2 |
2040 | 2024-10-18T17:17:42.695Z | Compiling newtype_derive v0.1.6 |
2041 | 2024-10-18T17:17:42.745Z | Compiling home v0.5.9 |
2042 | 2024-10-18T17:17:42.932Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2043 | 2024-10-18T17:17:43.212Z | Checking steno v0.4.1 |
2044 | 2024-10-18T17:17:43.447Z | Compiling typify-macro v0.2.0 |
2045 | 2024-10-18T17:17:45.054Z | Compiling slog-dtrace v0.3.0 |
2046 | 2024-10-18T17:17:45.453Z | Checking display-error-chain v0.2.1 |
2047 | 2024-10-18T17:17:45.494Z | Compiling ring v0.16.20 |
2048 | 2024-10-18T17:17:45.497Z | Compiling blake3 v1.5.4 |
2049 | 2024-10-18T17:17:45.587Z | Checking keccak v0.1.5 |
2050 | 2024-10-18T17:17:45.949Z | Checking sha3 v0.10.8 |
2051 | 2024-10-18T17:17:45.996Z | Checking universal-hash v0.5.1 |
2052 | 2024-10-18T17:17:46.089Z | Checking secrecy v0.8.0 |
2053 | 2024-10-18T17:17:46.190Z | Checking opaque-debug v0.3.1 |
2054 | 2024-10-18T17:17:46.305Z | Checking aead v0.5.2 |
2055 | 2024-10-18T17:17:46.328Z | Checking poly1305 v0.8.0 |
2056 | 2024-10-18T17:17:46.357Z | Checking chacha20 v0.9.1 |
2057 | 2024-10-18T17:17:46.789Z | Checking gethostname v0.5.0 |
2058 | 2024-10-18T17:17:46.893Z | Compiling memmap2 v0.9.5 |
2059 | 2024-10-18T17:17:46.921Z | Compiling arrayvec v0.7.6 |
2060 | 2024-10-18T17:17:47.213Z | Compiling arrayref v0.3.9 |
2061 | 2024-10-18T17:17:47.318Z | Compiling untrusted v0.7.1 |
2062 | 2024-10-18T17:17:47.346Z | Compiling constant_time_eq v0.3.1 |
2063 | 2024-10-18T17:17:47.367Z | Compiling spin v0.5.2 |
2064 | 2024-10-18T17:17:47.521Z | Compiling toolchain_find v0.4.0 |
2065 | 2024-10-18T17:17:47.544Z | Compiling thiserror-impl-no-std v2.0.2 |
2066 | 2024-10-18T17:17:47.592Z | Compiling topological-sort v0.2.2 |
2067 | 2024-10-18T17:17:47.798Z | Compiling typify v0.2.0 |
2068 | 2024-10-18T17:17:47.935Z | Compiling progenitor-impl v0.8.0 |
2069 | 2024-10-18T17:17:47.959Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2070 | 2024-10-18T17:17:48.181Z | Compiling rustfmt-wrapper v0.2.1 |
2071 | 2024-10-18T17:17:48.291Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2072 | 2024-10-18T17:17:48.715Z | Checking chacha20poly1305 v0.10.1 |
2073 | 2024-10-18T17:17:48.749Z | Checking nibble_vec v0.1.0 |
2074 | 2024-10-18T17:17:48.856Z | Checking endian-type v0.1.2 |
2075 | 2024-10-18T17:17:48.905Z | Checking fxhash v0.2.1 |
2076 | 2024-10-18T17:17:48.933Z | Checking termcolor v1.4.1 |
2077 | 2024-10-18T17:17:49.062Z | Checking radix_trie v0.2.1 |
2078 | 2024-10-18T17:17:49.093Z | Compiling radium v0.7.0 |
2079 | 2024-10-18T17:17:49.165Z | Checking maplit v1.0.2 |
2080 | 2024-10-18T17:17:49.285Z | Compiling maybe-uninit v2.0.0 |
2081 | 2024-10-18T17:17:49.352Z | Checking tap v1.0.1 |
2082 | 2024-10-18T17:17:49.462Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2083 | 2024-10-18T17:17:49.513Z | Checking wyz v0.5.1 |
2084 | 2024-10-18T17:17:49.858Z | Checking funty v2.0.0 |
2085 | 2024-10-18T17:17:49.881Z | Compiling packed_struct v0.10.1 |
2086 | 2024-10-18T17:17:49.905Z | Checking crc-catalog v2.4.0 |
2087 | 2024-10-18T17:17:50.055Z | Checking crc v3.2.1 |
2088 | 2024-10-18T17:17:50.088Z | Checking kstat-rs v0.2.4 |
2089 | 2024-10-18T17:17:50.385Z | Compiling packed_struct_codegen v0.10.1 |
2090 | 2024-10-18T17:17:50.413Z | Compiling indexmap v1.9.3 |
2091 | 2024-10-18T17:17:50.513Z | Checking nodrop v0.1.14 |
2092 | 2024-10-18T17:17:50.634Z | Compiling libefi-sys v0.1.0 |
2093 | 2024-10-18T17:17:50.740Z | Checking thiserror-no-std v2.0.2 |
2094 | 2024-10-18T17:17:50.760Z | Checking bitvec v1.0.1 |
2095 | 2024-10-18T17:17:50.782Z | Checking array-init v0.0.4 |
2096 | 2024-10-18T17:17:50.860Z | Checking vsss-rs v3.3.4 |
2097 | 2024-10-18T17:17:50.984Z | Checking smallvec v0.6.14 |
2098 | 2024-10-18T17:17:51.385Z | Compiling omicron-zone-package v0.11.1 |
2099 | 2024-10-18T17:17:51.548Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2100 | 2024-10-18T17:17:51.843Z | Compiling bitfield-struct v0.6.2 |
2101 | 2024-10-18T17:17:51.966Z | Compiling async-recursion v1.1.1 |
2102 | 2024-10-18T17:17:52.738Z | Checking hashbrown v0.12.3 |
2103 | 2024-10-18T17:17:53.241Z | Checking bitfield v0.14.0 |
2104 | 2024-10-18T17:17:53.277Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2105 | 2024-10-18T17:17:53.663Z | Checking serde-hex v0.1.0 |
2106 | 2024-10-18T17:17:53.683Z | Checking bzip2 v0.4.4 |
2107 | 2024-10-18T17:17:53.968Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2108 | 2024-10-18T17:17:54.215Z | Checking env_logger v0.10.2 |
2109 | 2024-10-18T17:17:54.235Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2110 | 2024-10-18T17:17:54.237Z | Checking ron v0.8.1 |
2111 | 2024-10-18T17:17:54.436Z | Checking hashbrown v0.13.2 |
2112 | 2024-10-18T17:17:54.530Z | Checking crc-any v2.5.0 |
2113 | 2024-10-18T17:17:54.611Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2114 | 2024-10-18T17:17:54.741Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2115 | 2024-10-18T17:17:55.155Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2116 | 2024-10-18T17:17:55.221Z | Checking zip v0.6.6 |
2117 | 2024-10-18T17:17:55.405Z | Checking path-slash v0.1.5 |
2118 | 2024-10-18T17:17:55.457Z | Checking object v0.30.4 |
2119 | 2024-10-18T17:17:55.512Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2120 | 2024-10-18T17:17:55.544Z | Compiling parking_lot_core v0.8.6 |
2121 | 2024-10-18T17:17:55.766Z | Checking glob v0.3.1 |
2122 | 2024-10-18T17:17:55.913Z | Compiling progenitor-macro v0.8.0 |
2123 | 2024-10-18T17:17:55.948Z | Checking hickory-client v0.24.1 |
2124 | 2024-10-18T17:17:56.109Z | Checking hickory-server v0.24.1 |
2125 | 2024-10-18T17:17:56.416Z | Checking parking_lot v0.11.2 |
2126 | 2024-10-18T17:17:56.587Z | Checking primeorder v0.13.6 |
2127 | 2024-10-18T17:17:56.778Z | Checking sled v0.34.7 |
2128 | 2024-10-18T17:17:57.055Z | Compiling unicase v2.7.0 |
2129 | 2024-10-18T17:17:57.285Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2130 | 2024-10-18T17:17:57.559Z | Checking nanorand v0.7.0 |
2131 | 2024-10-18T17:17:57.866Z | Compiling buf-list v1.0.3 |
2132 | 2024-10-18T17:17:58.058Z | Checking flume v0.11.0 |
2133 | 2024-10-18T17:17:58.569Z | Checking atty v0.2.14 |
2134 | 2024-10-18T17:17:58.612Z | Compiling vte_generate_state_changes v0.1.2 |
2135 | 2024-10-18T17:17:58.653Z | Compiling salty v0.3.0 |
2136 | 2024-10-18T17:17:59.020Z | Checking p384 v0.13.0 |
2137 | 2024-10-18T17:17:59.103Z | Checking fd-lock v4.0.2 |
2138 | 2024-10-18T17:17:59.289Z | Compiling mime_guess v2.0.5 |
2139 | 2024-10-18T17:17:59.313Z | Checking vte v0.11.1 |
2140 | 2024-10-18T17:17:59.534Z | Checking env_filter v0.1.2 |
2141 | 2024-10-18T17:17:59.705Z | Checking nu-ansi-term v0.50.1 |
2142 | 2024-10-18T17:17:59.770Z | Checking env_logger v0.11.5 |
2143 | 2024-10-18T17:18:00.103Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2144 | 2024-10-18T17:18:00.153Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2145 | 2024-10-18T17:18:00.409Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2146 | 2024-10-18T17:18:00.429Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2147 | 2024-10-18T17:18:00.680Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2148 | 2024-10-18T17:18:00.702Z | Checking strip-ansi-escapes v0.2.0 |
2149 | 2024-10-18T17:18:00.767Z | Compiling dsl_auto_type v0.1.2 |
2150 | 2024-10-18T17:18:00.839Z | Checking reedline v0.35.0 |
2151 | 2024-10-18T17:18:00.960Z | Checking scheduled-thread-pool v0.2.7 |
2152 | 2024-10-18T17:18:00.983Z | Compiling diesel_table_macro_syntax v0.2.0 |
2153 | 2024-10-18T17:18:01.187Z | Compiling crunchy v0.2.2 |
2154 | 2024-10-18T17:18:01.400Z | Checking http-range v0.1.5 |
2155 | 2024-10-18T17:18:01.460Z | Checking r2d2 v0.8.10 |
2156 | 2024-10-18T17:18:01.491Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2157 | 2024-10-18T17:18:01.579Z | Checking hyper-staticfile v0.10.1 |
2158 | 2024-10-18T17:18:01.779Z | Compiling clang-sys v1.8.1 |
2159 | 2024-10-18T17:18:02.116Z | Compiling phf_generator v0.11.2 |
2160 | 2024-10-18T17:18:02.311Z | Checking bytecount v0.6.8 |
2161 | 2024-10-18T17:18:02.411Z | Compiling tiny-keccak v2.0.2 |
2162 | 2024-10-18T17:18:02.476Z | Checking papergrid v0.11.0 |
2163 | 2024-10-18T17:18:02.504Z | Compiling diesel_derives v2.2.3 |
2164 | 2024-10-18T17:18:02.558Z | Compiling phf_codegen v0.11.2 |
2165 | 2024-10-18T17:18:02.775Z | Compiling tabled_derive v0.7.0 |
2166 | 2024-10-18T17:18:02.859Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2167 | 2024-10-18T17:18:03.125Z | Compiling parse-zoneinfo v0.3.1 |
2168 | 2024-10-18T17:18:03.558Z | Compiling cfg_aliases v0.1.1 |
2169 | 2024-10-18T17:18:03.674Z | Compiling ref-cast v1.0.23 |
2170 | 2024-10-18T17:18:03.932Z | Compiling chrono-tz-build v0.4.0 |
2171 | 2024-10-18T17:18:04.155Z | Compiling nix v0.28.0 |
2172 | 2024-10-18T17:18:04.981Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2173 | 2024-10-18T17:18:05.003Z | Compiling ascii-canvas v3.0.0 |
2174 | 2024-10-18T17:18:05.092Z | Compiling ena v0.14.3 |
2175 | 2024-10-18T17:18:05.280Z | Compiling ref-cast-impl v1.0.23 |
2176 | 2024-10-18T17:18:05.320Z | Checking tabled v0.15.0 |
2177 | 2024-10-18T17:18:05.343Z | Compiling libloading v0.8.5 |
2178 | 2024-10-18T17:18:05.501Z | Compiling diff v0.1.13 |
2179 | 2024-10-18T17:18:05.548Z | Compiling regex-syntax v0.6.29 |
2180 | 2024-10-18T17:18:05.760Z | Compiling bindgen v0.69.5 |
2181 | 2024-10-18T17:18:06.614Z | Compiling chrono-tz v0.10.0 |
2182 | 2024-10-18T17:18:06.708Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2183 | 2024-10-18T17:18:07.314Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2184 | 2024-10-18T17:18:08.326Z | Compiling which v4.4.2 |
2185 | 2024-10-18T17:18:08.417Z | Checking signal-hook-tokio v0.3.1 |
2186 | 2024-10-18T17:18:08.528Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2187 | 2024-10-18T17:18:08.597Z | Compiling cexpr v0.6.0 |
2188 | 2024-10-18T17:18:08.947Z | Compiling lalrpop v0.19.12 |
2189 | 2024-10-18T17:18:10.362Z | Compiling lazycell v1.3.0 |
2190 | 2024-10-18T17:18:10.545Z | Compiling rustc-hash v1.1.0 |
2191 | 2024-10-18T17:18:10.797Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2192 | 2024-10-18T17:18:11.493Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2193 | 2024-10-18T17:18:11.783Z | Compiling derive_builder_core v0.20.2 |
2194 | 2024-10-18T17:18:11.937Z | Checking http v0.2.12 |
2195 | 2024-10-18T17:18:13.254Z | Compiling peg-macros v0.8.4 |
2196 | 2024-10-18T17:18:14.090Z | Compiling libxml v0.3.3 |
2197 | 2024-10-18T17:18:14.186Z | Checking progenitor v0.8.0 |
2198 | 2024-10-18T17:18:14.406Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2199 | 2024-10-18T17:18:14.446Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2200 | 2024-10-18T17:18:14.467Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2201 | 2024-10-18T17:18:16.990Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2202 | 2024-10-18T17:18:18.516Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2203 | 2024-10-18T17:18:18.855Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2204 | 2024-10-18T17:18:19.139Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2205 | 2024-10-18T17:18:21.284Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2206 | 2024-10-18T17:18:22.439Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2207 | 2024-10-18T17:18:23.037Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2208 | 2024-10-18T17:18:23.267Z | Checking diesel v2.2.4 |
2209 | 2024-10-18T17:18:23.539Z | Compiling sqlparser_derive v0.2.2 |
2210 | 2024-10-18T17:18:24.697Z | Compiling memoffset v0.9.1 |
2211 | 2024-10-18T17:18:25.021Z | Checking unicode_categories v0.1.1 |
2212 | 2024-10-18T17:18:25.317Z | Checking sqlformat v0.2.6 |
2213 | 2024-10-18T17:18:27.725Z | Checking sqlparser v0.45.0 |
2214 | 2024-10-18T17:18:29.846Z | Checking peg v0.8.4 |
2215 | 2024-10-18T17:18:30.013Z | Compiling derive_builder_macro v0.20.2 |
2216 | 2024-10-18T17:18:30.912Z | Checking rustyline v14.0.0 |
2217 | 2024-10-18T17:18:37.169Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2218 | 2024-10-18T17:18:40.893Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2219 | 2024-10-18T17:18:42.287Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2220 | 2024-10-18T17:18:44.095Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2221 | 2024-10-18T17:18:45.326Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2222 | 2024-10-18T17:18:47.300Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2223 | 2024-10-18T17:18:47.790Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2224 | 2024-10-18T17:18:48.534Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2225 | 2024-10-18T17:18:49.278Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2226 | 2024-10-18T17:18:49.405Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2227 | 2024-10-18T17:18:49.408Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2228 | 2024-10-18T17:18:49.718Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2229 | 2024-10-18T17:18:50.193Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2230 | 2024-10-18T17:18:50.255Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2231 | 2024-10-18T17:18:50.421Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2232 | 2024-10-18T17:18:50.772Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2233 | 2024-10-18T17:18:51.265Z | Checking tungstenite v0.23.0 |
2234 | 2024-10-18T17:18:52.231Z | Checking bcs v0.1.6 |
2235 | 2024-10-18T17:18:52.701Z | Compiling strum_macros v0.24.3 |
2236 | 2024-10-18T17:18:52.861Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2237 | 2024-10-18T17:18:53.693Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2238 | 2024-10-18T17:18:55.320Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2239 | 2024-10-18T17:18:55.881Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2240 | 2024-10-18T17:18:56.432Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2241 | 2024-10-18T17:18:56.571Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2242 | 2024-10-18T17:18:56.896Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2243 | 2024-10-18T17:18:58.301Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2244 | 2024-10-18T17:18:58.773Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2245 | 2024-10-18T17:18:59.697Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2246 | 2024-10-18T17:19:00.524Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2247 | 2024-10-18T17:19:01.342Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2248 | 2024-10-18T17:19:01.792Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2249 | 2024-10-18T17:19:03.139Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2250 | 2024-10-18T17:19:03.319Z | Compiling pin-project-internal v1.1.6 |
2251 | 2024-10-18T17:19:03.645Z | Compiling indoc v1.0.9 |
2252 | 2024-10-18T17:19:03.696Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2253 | 2024-10-18T17:19:04.348Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2254 | 2024-10-18T17:19:04.497Z | Checking tokio-tungstenite v0.23.1 |
2255 | 2024-10-18T17:19:04.669Z | Checking derive_builder v0.20.2 |
2256 | 2024-10-18T17:19:05.133Z | Checking h2 v0.3.26 |
2257 | 2024-10-18T17:19:05.814Z | Checking http-body v0.4.6 |
2258 | 2024-10-18T17:19:06.216Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2259 | 2024-10-18T17:19:06.407Z | Checking pin-project v1.1.6 |
2260 | 2024-10-18T17:19:06.536Z | Checking quick-xml v0.33.0 |
2261 | 2024-10-18T17:19:06.539Z | Compiling impl-trait-for-tuples v0.2.2 |
2262 | 2024-10-18T17:19:06.630Z | Compiling oso-derive v0.27.3 |
2263 | 2024-10-18T17:19:07.753Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2264 | 2024-10-18T17:19:08.196Z | Checking nix v0.27.1 |
2265 | 2024-10-18T17:19:08.616Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2266 | 2024-10-18T17:19:09.123Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2267 | 2024-10-18T17:19:09.504Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2268 | 2024-10-18T17:19:09.783Z | Compiling snafu-derive v0.8.5 |
2269 | 2024-10-18T17:19:11.013Z | Compiling diesel-dtrace v0.3.0 |
2270 | 2024-10-18T17:19:11.392Z | Checking sync_wrapper v0.1.2 |
2271 | 2024-10-18T17:19:11.444Z | Checking hyper v0.14.30 |
2272 | 2024-10-18T17:19:13.914Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2273 | 2024-10-18T17:19:14.846Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2274 | 2024-10-18T17:19:15.170Z | Checking globset v0.4.15 |
2275 | 2024-10-18T17:19:15.439Z | Checking snafu v0.8.5 |
2276 | 2024-10-18T17:19:15.715Z | Checking bb8 v0.8.5 |
2277 | 2024-10-18T17:19:15.948Z | Checking olpc-cjson v0.1.4 |
2278 | 2024-10-18T17:19:16.189Z | Checking serde_plain v1.0.2 |
2279 | 2024-10-18T17:19:16.225Z | Checking reqwest v0.11.27 |
2280 | 2024-10-18T17:19:16.250Z | Compiling const_format_proc_macros v0.2.33 |
2281 | 2024-10-18T17:19:16.445Z | Checking typed-path v0.7.1 |
2282 | 2024-10-18T17:19:17.247Z | Checking async-bb8-diesel v0.2.1 |
2283 | 2024-10-18T17:19:17.691Z | Checking parse-size v1.0.0 |
2284 | 2024-10-18T17:19:17.880Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2285 | 2024-10-18T17:19:17.996Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2286 | 2024-10-18T17:19:18.312Z | Checking tough v0.17.1 |
2287 | 2024-10-18T17:19:18.389Z | Checking const_format v0.2.33 |
2288 | 2024-10-18T17:19:18.747Z | Checking heck v0.4.1 |
2289 | 2024-10-18T17:19:18.881Z | Checking assert_matches v1.5.0 |
2290 | 2024-10-18T17:19:18.967Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2291 | 2024-10-18T17:19:18.987Z | Checking rand_seeder v0.3.0 |
2292 | 2024-10-18T17:19:19.162Z | Compiling libz-sys v1.1.20 |
2293 | 2024-10-18T17:19:19.220Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2294 | 2024-10-18T17:19:19.357Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2295 | 2024-10-18T17:19:20.079Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2296 | 2024-10-18T17:19:20.754Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2297 | 2024-10-18T17:19:22.538Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2298 | 2024-10-18T17:19:22.650Z | Checking is_ci v1.2.0 |
2299 | 2024-10-18T17:19:22.777Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2300 | 2024-10-18T17:19:22.798Z | Checking supports-color v3.0.1 |
2301 | 2024-10-18T17:19:22.871Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2302 | 2024-10-18T17:19:22.983Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2303 | 2024-10-18T17:19:23.144Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2304 | 2024-10-18T17:19:23.175Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2305 | 2024-10-18T17:19:23.297Z | Compiling vergen v8.3.2 |
2306 | 2024-10-18T17:19:23.614Z | Compiling cargo-platform v0.1.8 |
2307 | 2024-10-18T17:19:24.185Z | Checking unicode-linebreak v0.1.5 |
2308 | 2024-10-18T17:19:24.427Z | Checking smawk v0.3.2 |
2309 | 2024-10-18T17:19:24.597Z | Compiling cargo_metadata v0.18.1 |
2310 | 2024-10-18T17:19:24.643Z | Checking textwrap v0.16.1 |
2311 | 2024-10-18T17:19:25.065Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2312 | 2024-10-18T17:19:25.346Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2313 | 2024-10-18T17:19:26.776Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2314 | 2024-10-18T17:19:27.408Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2315 | 2024-10-18T17:19:28.005Z | Checking castaway v0.2.3 |
2316 | 2024-10-18T17:19:28.180Z | Compiling libsqlite3-sys v0.30.1 |
2317 | 2024-10-18T17:19:28.243Z | Compiling rustls v0.21.12 |
2318 | 2024-10-18T17:19:28.390Z | Compiling cfg_aliases v0.2.1 |
2319 | 2024-10-18T17:19:28.497Z | Compiling nix v0.29.0 |
2320 | 2024-10-18T17:19:28.570Z | Checking compact_str v0.8.0 |
2321 | 2024-10-18T17:19:29.412Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2322 | 2024-10-18T17:19:29.438Z | Checking unicode-truncate v1.1.0 |
2323 | 2024-10-18T17:19:29.676Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2324 | 2024-10-18T17:19:29.991Z | Checking rustls-webpki v0.101.7 |
2325 | 2024-10-18T17:19:30.269Z | Checking sct v0.7.1 |
2326 | 2024-10-18T17:19:30.490Z | Checking lru v0.12.5 |
2327 | 2024-10-18T17:19:30.678Z | Compiling instability v0.3.2 |
2328 | 2024-10-18T17:19:30.767Z | Checking cassowary v0.3.0 |
2329 | 2024-10-18T17:19:31.740Z | Checking ratatui v0.28.1 |
2330 | 2024-10-18T17:19:32.129Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2331 | 2024-10-18T17:19:32.422Z | Checking hashlink v0.9.1 |
2332 | 2024-10-18T17:19:33.073Z | Checking concurrent-queue v2.5.0 |
2333 | 2024-10-18T17:19:33.351Z | Checking fallible-streaming-iterator v0.1.9 |
2334 | 2024-10-18T17:19:33.605Z | Checking parking v2.2.1 |
2335 | 2024-10-18T17:19:33.730Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2336 | 2024-10-18T17:19:33.772Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2337 | 2024-10-18T17:19:34.161Z | Checking fallible-iterator v0.3.0 |
2338 | 2024-10-18T17:19:34.719Z | Checking plotters-backend v0.3.7 |
2339 | 2024-10-18T17:19:34.789Z | Checking rusqlite v0.32.1 |
2340 | 2024-10-18T17:19:34.959Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2341 | 2024-10-18T17:19:35.075Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2342 | 2024-10-18T17:19:36.412Z | Checking plotters-svg v0.3.7 |
2343 | 2024-10-18T17:19:36.593Z | Checking tokio-rustls v0.24.1 |
2344 | 2024-10-18T17:19:36.951Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2345 | 2024-10-18T17:19:37.158Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2346 | 2024-10-18T17:19:37.554Z | Checking rustls-pemfile v1.0.4 |
2347 | 2024-10-18T17:19:37.700Z | Checking twox-hash v1.6.3 |
2348 | 2024-10-18T17:19:38.100Z | Checking cast v0.3.0 |
2349 | 2024-10-18T17:19:38.208Z | Checking plotters v0.3.7 |
2350 | 2024-10-18T17:19:38.410Z | Checking criterion-plot v0.5.0 |
2351 | 2024-10-18T17:19:38.906Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2352 | 2024-10-18T17:19:39.712Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2353 | 2024-10-18T17:19:40.045Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2354 | 2024-10-18T17:19:40.794Z | Checking fatfs v0.3.6 |
2355 | 2024-10-18T17:19:41.729Z | Checking tinytemplate v1.2.1 |
2356 | 2024-10-18T17:19:41.839Z | Checking csv-core v0.1.11 |
2357 | 2024-10-18T17:19:42.122Z | Checking oorandom v11.1.4 |
2358 | 2024-10-18T17:19:42.173Z | Checking shell-words v1.1.0 |
2359 | 2024-10-18T17:19:42.296Z | Checking anes v0.1.6 |
2360 | 2024-10-18T17:19:42.333Z | Checking csv v1.3.0 |
2361 | 2024-10-18T17:19:42.594Z | Checking criterion v0.5.1 |
2362 | 2024-10-18T17:19:43.239Z | Checking event-listener v5.3.1 |
2363 | 2024-10-18T17:19:43.652Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2364 | 2024-10-18T17:19:44.559Z | Compiling samael v0.0.17 |
2365 | 2024-10-18T17:19:45.272Z | Checking rtoolbox v0.0.2 |
2366 | 2024-10-18T17:19:45.476Z | Checking rpassword v7.3.1 |
2367 | 2024-10-18T17:19:45.620Z | Checking event-listener-strategy v0.5.2 |
2368 | 2024-10-18T17:19:45.829Z | Checking tui-tree-widget v0.22.0 |
2369 | 2024-10-18T17:19:46.165Z | Checking polyval v0.6.2 |
2370 | 2024-10-18T17:19:46.466Z | Checking ghash v0.5.1 |
2371 | 2024-10-18T17:19:46.650Z | Checking futures-lite v2.3.0 |
2372 | 2024-10-18T17:19:48.113Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2373 | 2024-10-18T17:19:48.828Z | Checking ctr v0.9.2 |
2374 | 2024-10-18T17:19:49.115Z | Checking yansi v1.0.1 |
2375 | 2024-10-18T17:19:49.840Z | Checking pretty_assertions v1.4.1 |
2376 | 2024-10-18T17:19:49.860Z | Checking aes-gcm v0.10.3 |
2377 | 2024-10-18T17:19:50.044Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2378 | 2024-10-18T17:19:50.112Z | Checking ssh-encoding v0.2.0 |
2379 | 2024-10-18T17:19:50.437Z | Checking blowfish v0.9.1 |
2380 | 2024-10-18T17:19:50.660Z | Checking bcrypt-pbkdf v0.10.0 |
2381 | 2024-10-18T17:19:50.921Z | Checking ssh-cipher v0.2.0 |
2382 | 2024-10-18T17:19:51.261Z | Checking async-lock v3.4.0 |
2383 | 2024-10-18T17:19:52.201Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2384 | 2024-10-18T17:19:52.730Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2385 | 2024-10-18T17:19:54.259Z | Checking polling v3.7.3 |
2386 | 2024-10-18T17:19:54.568Z | Checking password-hash v0.4.2 |
2387 | 2024-10-18T17:19:54.691Z | Checking matches v0.1.10 |
2388 | 2024-10-18T17:19:54.796Z | Checking hex-literal v0.4.1 |
2389 | 2024-10-18T17:19:54.946Z | Checking idna v0.2.3 |
2390 | 2024-10-18T17:19:54.979Z | Checking pbkdf2 v0.11.0 |
2391 | 2024-10-18T17:19:55.259Z | Checking async-io v2.3.4 |
2392 | 2024-10-18T17:19:55.791Z | Checking ssh-key v0.6.6 |
2393 | 2024-10-18T17:19:56.112Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2394 | 2024-10-18T17:19:56.903Z | Checking p521 v0.13.3 |
2395 | 2024-10-18T17:19:57.264Z | Checking p256 v0.13.2 |
2396 | 2024-10-18T17:19:57.468Z | Checking russh-cryptovec v0.7.3 |
2397 | 2024-10-18T17:19:57.671Z | Compiling enum-as-inner v0.5.1 |
2398 | 2024-10-18T17:19:57.767Z | Compiling target-lexicon v0.12.16 |
2399 | 2024-10-18T17:19:58.299Z | Checking md5 v0.7.0 |
2400 | 2024-10-18T17:19:58.605Z | Compiling doc-comment v0.3.3 |
2401 | 2024-10-18T17:19:58.721Z | Checking async-task v4.7.1 |
2402 | 2024-10-18T17:19:58.816Z | Checking trust-dns-proto v0.22.0 |
2403 | 2024-10-18T17:19:59.068Z | Checking russh-keys v0.45.0 |
2404 | 2024-10-18T17:19:59.403Z | Checking async-channel v2.3.1 |
2405 | 2024-10-18T17:19:59.737Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2406 | 2024-10-18T17:20:00.451Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2407 | 2024-10-18T17:20:01.189Z | Checking piper v0.2.4 |
2408 | 2024-10-18T17:20:01.423Z | Checking num-bigint v0.4.6 |
2409 | 2024-10-18T17:20:01.506Z | Checking des v0.8.1 |
2410 | 2024-10-18T17:20:01.720Z | Compiling assert_cmd v2.0.16 |
2411 | 2024-10-18T17:20:01.785Z | Checking futures-timer v3.0.3 |
2412 | 2024-10-18T17:20:02.084Z | Compiling guppy-workspace-hack v0.1.0 |
2413 | 2024-10-18T17:20:02.149Z | Compiling dhcproto-macros v0.1.0 |
2414 | 2024-10-18T17:20:02.428Z | Checking blocking v1.6.1 |
2415 | 2024-10-18T17:20:02.648Z | Checking async-executor v1.13.1 |
2416 | 2024-10-18T17:20:02.989Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2417 | 2024-10-18T17:20:03.112Z | Checking dhcproto v0.12.0 |
2418 | 2024-10-18T17:20:03.230Z | Checking async-signal v0.2.10 |
2419 | 2024-10-18T17:20:03.506Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2420 | 2024-10-18T17:20:03.573Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2421 | 2024-10-18T17:20:03.815Z | Checking russh v0.45.0 |
2422 | 2024-10-18T17:20:04.264Z | Compiling target-spec v3.2.2 |
2423 | 2024-10-18T17:20:04.468Z | Checking internet-checksum v0.2.1 |
2424 | 2024-10-18T17:20:04.652Z | Checking event-listener v2.5.3 |
2425 | 2024-10-18T17:20:04.905Z | Checking async-channel v1.9.0 |
2426 | 2024-10-18T17:20:05.157Z | Checking async-process v2.3.0 |
2427 | 2024-10-18T17:20:05.421Z | Checking cfg-expr v0.17.0 |
2428 | 2024-10-18T17:20:05.508Z | Checking async-global-executor v2.4.1 |
2429 | 2024-10-18T17:20:06.278Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2430 | 2024-10-18T17:20:06.371Z | Checking httptest v0.16.1 |
2431 | 2024-10-18T17:20:06.613Z | Checking rustls-native-certs v0.7.3 |
2432 | 2024-10-18T17:20:06.800Z | Checking num_cpus v1.16.0 |
2433 | 2024-10-18T17:20:06.931Z | Checking kv-log-macro v1.0.7 |
2434 | 2024-10-18T17:20:07.072Z | Compiling async-attributes v1.1.2 |
2435 | 2024-10-18T17:20:07.953Z | Checking async-std v1.13.0 |
2436 | 2024-10-18T17:20:08.174Z | Checking threadpool v1.8.1 |
2437 | 2024-10-18T17:20:08.398Z | Checking hyper-rustls v0.26.0 |
2438 | 2024-10-18T17:20:09.064Z | Checking pathdiff v0.2.2 |
2439 | 2024-10-18T17:20:09.111Z | Compiling rstest_macros v0.23.0 |
2440 | 2024-10-18T17:20:09.228Z | Checking nested v0.1.1 |
2441 | 2024-10-18T17:20:09.461Z | Checking escape8259 v0.5.3 |
2442 | 2024-10-18T17:20:09.670Z | Checking libtest-mimic v0.7.3 |
2443 | 2024-10-18T17:20:09.762Z | Checking guppy v0.17.8 |
2444 | 2024-10-18T17:20:10.144Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2445 | 2024-10-18T17:20:10.685Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2446 | 2024-10-18T17:20:11.245Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2447 | 2024-10-18T17:20:11.562Z | Checking similar-asserts v1.6.0 |
2448 | 2024-10-18T17:20:11.619Z | Checking async-object-pool v0.1.5 |
2449 | 2024-10-18T17:20:11.790Z | Checking fancy-regex v0.13.0 |
2450 | 2024-10-18T17:20:11.816Z | Checking serde_regex v1.1.0 |
2451 | 2024-10-18T17:20:11.866Z | Checking assert-json-diff v2.0.2 |
2452 | 2024-10-18T17:20:12.059Z | Compiling proc-macro-crate v3.2.0 |
2453 | 2024-10-18T17:20:12.155Z | Checking path-tree v0.8.1 |
2454 | 2024-10-18T17:20:12.497Z | Compiling relative-path v1.9.3 |
2455 | 2024-10-18T17:20:12.500Z | Checking stringmetrics v2.2.2 |
2456 | 2024-10-18T17:20:12.732Z | Compiling trybuild v1.0.100 |
2457 | 2024-10-18T17:20:13.244Z | Checking httpmock v0.8.0-alpha.1 |
2458 | 2024-10-18T17:20:13.274Z | Checking datatest-stable v0.2.9 |
2459 | 2024-10-18T17:20:13.598Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2460 | 2024-10-18T17:20:13.725Z | Checking blake2b_simd v1.0.2 |
2461 | 2024-10-18T17:20:14.571Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2462 | 2024-10-18T17:20:15.039Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2463 | 2024-10-18T17:20:15.376Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2464 | 2024-10-18T17:20:15.709Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2465 | 2024-10-18T17:20:16.060Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2466 | 2024-10-18T17:20:16.204Z | Compiling git2 v0.19.0 |
2467 | 2024-10-18T17:20:16.609Z | Checking serde_tokenstream v0.2.2 |
2468 | 2024-10-18T17:20:17.034Z | Checking uzers v0.12.1 |
2469 | 2024-10-18T17:20:17.584Z | Checking rust-argon2 v2.1.0 |
2470 | 2024-10-18T17:20:18.458Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2471 | 2024-10-18T17:20:19.301Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2472 | 2024-10-18T17:20:20.374Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2473 | 2024-10-18T17:20:20.713Z | Checking rand_distr v0.4.3 |
2474 | 2024-10-18T17:20:21.519Z | Checking multimap v0.10.0 |
2475 | 2024-10-18T17:20:23.834Z | Checking approx v0.5.1 |
2476 | 2024-10-18T17:20:24.105Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2477 | 2024-10-18T17:20:24.334Z | Checking rstest v0.23.0 |
2478 | 2024-10-18T17:20:24.705Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2479 | 2024-10-18T17:20:25.647Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2480 | 2024-10-18T17:20:25.669Z | Checking partial-io v0.5.4 |
2481 | 2024-10-18T17:20:25.671Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2482 | 2024-10-18T17:20:26.014Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2483 | 2024-10-18T17:20:26.070Z | Checking cargo_toml v0.20.5 |
2484 | 2024-10-18T17:20:26.123Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2485 | 2024-10-18T17:20:27.176Z | Checking termios v0.3.3 |
2486 | 2024-10-18T17:20:27.332Z | Compiling indoc v2.0.5 |
2487 | 2024-10-18T17:20:27.428Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2488 | 2024-10-18T17:20:28.172Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2489 | 2024-10-18T17:20:29.895Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2490 | 2024-10-18T17:20:30.051Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2491 | 2024-10-18T17:20:30.469Z | Compiling polar-core v0.27.3 |
2492 | 2024-10-18T17:20:41.352Z | Checking oso v0.27.3 |
2493 | 2024-10-18T17:20:46.036Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2494 | 2024-10-18T17:20:53.392Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2495 | 2024-10-18T17:21:18.449Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2496 | 2024-10-18T17:21:22.033Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2497 | 2024-10-18T17:21:22.230Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2498 | 2024-10-18T17:21:45.491Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2499 | 2024-10-18T17:21:45.491Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2500 | 2024-10-18T17:21:45.494Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2501 | 2024-10-18T17:23:10.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 23s |
2502 | 2024-10-18T17:23:10.401Z | |
2503 | 2024-10-18T17:23:10.401Z | real 6:28.361142329 |
2504 | 2024-10-18T17:23:10.401Z | user 36:36.784987382 |
2505 | 2024-10-18T17:23:10.401Z | sys 6:15.426979168 |
2506 | 2024-10-18T17:23:10.401Z | trap 0.969719003 |
2507 | 2024-10-18T17:23:10.401Z | tflt 2.737208660 |
2508 | 2024-10-18T17:23:10.401Z | dflt 0.508323384 |
2509 | 2024-10-18T17:23:10.404Z | kflt 0.003537318 |
2510 | 2024-10-18T17:23:10.404Z | lock 55:00.872485340 |
2511 | 2024-10-18T17:23:10.404Z | slp 2:07:12.340924717 |
2512 | 2024-10-18T17:23:10.404Z | lat 1:36.964618092 |
2513 | 2024-10-18T17:23:10.404Z | stop 5:56.655358100 |
2514 | 2024-10-18T17:23:10.404Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2515 | 2024-10-18T17:23:10.404Z | + ptime -m cargo doc --workspace --no-deps |
2516 | 2024-10-18T17:23:11.658Z | warning: output filename collision. |
2517 | 2024-10-18T17:23:11.658Z | 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)`. |
2518 | 2024-10-18T17:23:11.658Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2519 | 2024-10-18T17:23:11.658Z | The targets should have unique names. |
2520 | 2024-10-18T17:23:11.658Z | This is a known bug where multiple crates with the same name use |
2521 | 2024-10-18T17:23:11.658Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2522 | 2024-10-18T17:23:12.069Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2523 | 2024-10-18T17:23:12.133Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2524 | 2024-10-18T17:23:12.151Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2525 | 2024-10-18T17:23:12.186Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2526 | 2024-10-18T17:23:12.219Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2527 | 2024-10-18T17:23:12.219Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2528 | 2024-10-18T17:23:12.372Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2529 | 2024-10-18T17:23:12.449Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2530 | 2024-10-18T17:23:12.477Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2531 | 2024-10-18T17:23:12.495Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2532 | 2024-10-18T17:23:12.518Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2533 | 2024-10-18T17:23:12.690Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2534 | 2024-10-18T17:23:12.758Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2535 | 2024-10-18T17:23:12.762Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2536 | 2024-10-18T17:23:12.972Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2537 | 2024-10-18T17:23:13.232Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2538 | 2024-10-18T17:23:15.724Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2539 | 2024-10-18T17:23:16.075Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2540 | 2024-10-18T17:23:16.458Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2541 | 2024-10-18T17:23:17.362Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2542 | 2024-10-18T17:23:17.406Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2543 | 2024-10-18T17:23:17.705Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2544 | 2024-10-18T17:23:17.752Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2545 | 2024-10-18T17:23:18.092Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2546 | 2024-10-18T17:23:18.297Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2547 | 2024-10-18T17:23:18.622Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2548 | 2024-10-18T17:23:18.928Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2549 | 2024-10-18T17:23:19.239Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2550 | 2024-10-18T17:23:19.377Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2551 | 2024-10-18T17:23:19.423Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2552 | 2024-10-18T17:23:19.736Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2553 | 2024-10-18T17:23:19.798Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2554 | 2024-10-18T17:23:20.136Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2555 | 2024-10-18T17:23:20.304Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2556 | 2024-10-18T17:23:20.445Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2557 | 2024-10-18T17:23:20.823Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2558 | 2024-10-18T17:23:20.840Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2559 | 2024-10-18T17:23:20.858Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2560 | 2024-10-18T17:23:20.875Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2561 | 2024-10-18T17:23:21.591Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2562 | 2024-10-18T17:23:25.628Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2563 | 2024-10-18T17:23:26.338Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2564 | 2024-10-18T17:23:26.462Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2565 | 2024-10-18T17:23:26.707Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2566 | 2024-10-18T17:23:26.984Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2567 | 2024-10-18T17:23:27.192Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2568 | 2024-10-18T17:23:28.775Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2569 | 2024-10-18T17:23:28.805Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2570 | 2024-10-18T17:23:29.683Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2571 | 2024-10-18T17:23:30.403Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2572 | 2024-10-18T17:23:31.142Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2573 | 2024-10-18T17:23:35.774Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2574 | 2024-10-18T17:23:36.319Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2575 | 2024-10-18T17:23:36.557Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2576 | 2024-10-18T17:23:36.999Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2577 | 2024-10-18T17:23:37.335Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2578 | 2024-10-18T17:23:37.518Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2579 | 2024-10-18T17:23:37.745Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2580 | 2024-10-18T17:23:38.248Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2581 | 2024-10-18T17:23:38.700Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2582 | 2024-10-18T17:23:39.332Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2583 | 2024-10-18T17:23:40.024Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2584 | 2024-10-18T17:23:40.626Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2585 | 2024-10-18T17:23:40.785Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2586 | 2024-10-18T17:23:40.812Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2587 | 2024-10-18T17:23:41.133Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2588 | 2024-10-18T17:23:41.306Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2589 | 2024-10-18T17:23:41.457Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2590 | 2024-10-18T17:23:41.533Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2591 | 2024-10-18T17:23:41.589Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2592 | 2024-10-18T17:23:42.034Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2593 | 2024-10-18T17:23:42.727Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2594 | 2024-10-18T17:23:42.755Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2595 | 2024-10-18T17:23:43.069Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2596 | 2024-10-18T17:23:43.095Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2597 | 2024-10-18T17:23:43.775Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2598 | 2024-10-18T17:23:44.335Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2599 | 2024-10-18T17:23:44.521Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2600 | 2024-10-18T17:23:45.120Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2601 | 2024-10-18T17:23:45.209Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2602 | 2024-10-18T17:23:45.435Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2603 | 2024-10-18T17:23:45.594Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2604 | 2024-10-18T17:23:45.751Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2605 | 2024-10-18T17:23:46.145Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2606 | 2024-10-18T17:23:46.225Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2607 | 2024-10-18T17:23:46.257Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2608 | 2024-10-18T17:23:46.647Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2609 | 2024-10-18T17:23:47.339Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2610 | 2024-10-18T17:23:47.532Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2611 | 2024-10-18T17:23:47.626Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2612 | 2024-10-18T17:23:48.155Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2613 | 2024-10-18T17:23:48.511Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2614 | 2024-10-18T17:23:49.580Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2615 | 2024-10-18T17:23:50.389Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2616 | 2024-10-18T17:23:51.215Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2617 | 2024-10-18T17:23:51.382Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2618 | 2024-10-18T17:23:51.762Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2619 | 2024-10-18T17:23:51.919Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2620 | 2024-10-18T17:23:52.103Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2621 | 2024-10-18T17:23:53.003Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2622 | 2024-10-18T17:23:55.903Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2623 | 2024-10-18T17:23:56.080Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2624 | 2024-10-18T17:23:56.505Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2625 | 2024-10-18T17:23:56.965Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2626 | 2024-10-18T17:23:58.260Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2627 | 2024-10-18T17:24:01.885Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2628 | 2024-10-18T17:24:03.844Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2629 | 2024-10-18T17:24:06.227Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2630 | 2024-10-18T17:24:06.640Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2631 | 2024-10-18T17:24:15.540Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2632 | 2024-10-18T17:24:15.765Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2633 | 2024-10-18T17:24:16.907Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2634 | 2024-10-18T17:25:03.150Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2635 | 2024-10-18T17:25:03.960Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2636 | 2024-10-18T17:25:05.168Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2637 | 2024-10-18T17:25:12.724Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2638 | 2024-10-18T17:25:17.923Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2639 | 2024-10-18T17:25:21.074Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2640 | 2024-10-18T17:25:27.302Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2641 | 2024-10-18T17:25:36.071Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2642 | 2024-10-18T17:25:42.705Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2643 | 2024-10-18T17:25:45.476Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2644 | 2024-10-18T17:25:46.693Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2645 | 2024-10-18T17:25:49.550Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2646 | 2024-10-18T17:25:54.404Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2647 | 2024-10-18T17:25:56.392Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2648 | 2024-10-18T17:25:59.089Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2649 | 2024-10-18T17:25:59.428Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2650 | 2024-10-18T17:26:01.948Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2651 | 2024-10-18T17:26:30.871Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2652 | 2024-10-18T17:26:36.777Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2653 | 2024-10-18T17:26:41.238Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2654 | 2024-10-18T17:26:41.450Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2655 | 2024-10-18T17:26:44.590Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2656 | 2024-10-18T17:26:48.086Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2657 | 2024-10-18T17:26:51.377Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2658 | 2024-10-18T17:27:03.446Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2659 | 2024-10-18T17:27:07.760Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2660 | 2024-10-18T17:27:13.502Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2661 | 2024-10-18T17:27:23.057Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2662 | 2024-10-18T17:27:32.736Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2663 | 2024-10-18T17:27:33.249Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2664 | 2024-10-18T17:27:38.334Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2665 | 2024-10-18T17:27:40.890Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2666 | 2024-10-18T17:27:45.337Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2667 | 2024-10-18T17:27:51.226Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2668 | 2024-10-18T17:27:52.452Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2669 | 2024-10-18T17:27:56.039Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2670 | 2024-10-18T17:28:05.225Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2671 | 2024-10-18T17:28:06.455Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2672 | 2024-10-18T17:28:07.215Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2673 | 2024-10-18T17:28:10.019Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2674 | 2024-10-18T17:28:13.015Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2675 | 2024-10-18T17:28:14.661Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2676 | 2024-10-18T17:28:21.831Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2677 | 2024-10-18T17:28:24.001Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2678 | 2024-10-18T17:28:24.420Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2679 | 2024-10-18T17:28:29.278Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2680 | 2024-10-18T17:28:30.648Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2681 | 2024-10-18T17:28:31.699Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2682 | 2024-10-18T17:28:34.033Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2683 | 2024-10-18T17:28:38.684Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2684 | 2024-10-18T17:28:43.892Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2685 | 2024-10-18T17:28:44.203Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2686 | 2024-10-18T17:28:45.746Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2687 | 2024-10-18T17:28:45.922Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2688 | 2024-10-18T17:28:47.046Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2689 | 2024-10-18T17:28:49.550Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2690 | 2024-10-18T17:28:52.591Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2691 | 2024-10-18T17:28:56.968Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2692 | 2024-10-18T17:28:57.826Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2693 | 2024-10-18T17:29:00.640Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2694 | 2024-10-18T17:29:03.818Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2695 | 2024-10-18T17:29:04.672Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2696 | 2024-10-18T17:29:04.922Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2697 | 2024-10-18T17:29:05.853Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2698 | 2024-10-18T17:29:11.787Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2699 | 2024-10-18T17:29:17.558Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2700 | 2024-10-18T17:29:17.849Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2701 | 2024-10-18T17:29:18.565Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2702 | 2024-10-18T17:29:19.211Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2703 | 2024-10-18T17:29:20.963Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2704 | 2024-10-18T17:29:22.365Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2705 | 2024-10-18T17:29:23.381Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2706 | 2024-10-18T17:29:30.970Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2707 | 2024-10-18T17:29:32.303Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2708 | 2024-10-18T17:29:34.321Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2709 | 2024-10-18T17:29:36.944Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2710 | 2024-10-18T17:29:37.354Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2711 | 2024-10-18T17:29:38.666Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2712 | 2024-10-18T17:29:38.914Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2713 | 2024-10-18T17:29:42.048Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2714 | 2024-10-18T17:29:46.416Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2715 | 2024-10-18T17:29:48.707Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2716 | 2024-10-18T17:29:50.757Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2717 | 2024-10-18T17:29:50.976Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2718 | 2024-10-18T17:29:52.020Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2719 | 2024-10-18T17:29:52.694Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2720 | 2024-10-18T17:29:53.388Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2721 | 2024-10-18T17:29:55.527Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2722 | 2024-10-18T17:30:04.163Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2723 | 2024-10-18T17:30:05.667Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2724 | 2024-10-18T17:30:06.223Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2725 | 2024-10-18T17:30:08.672Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2726 | 2024-10-18T17:30:10.124Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2727 | 2024-10-18T17:30:10.471Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2728 | 2024-10-18T17:30:11.283Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2729 | 2024-10-18T17:30:11.348Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2730 | 2024-10-18T17:30:12.119Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2731 | 2024-10-18T17:30:12.762Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2732 | 2024-10-18T17:30:15.414Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2733 | 2024-10-18T17:30:15.867Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2734 | 2024-10-18T17:30:16.132Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2735 | 2024-10-18T17:30:17.426Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2736 | 2024-10-18T17:30:19.137Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2737 | 2024-10-18T17:30:19.838Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2738 | 2024-10-18T17:30:50.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 39s |
2739 | 2024-10-18T17:30:50.882Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 132 other files |
2740 | 2024-10-18T17:30:50.943Z | |
2741 | 2024-10-18T17:30:50.946Z | real 7:40.179751880 |
2742 | 2024-10-18T17:30:50.946Z | user 23:14.436760790 |
2743 | 2024-10-18T17:30:50.946Z | sys 34:05.175459715 |
2744 | 2024-10-18T17:30:50.946Z | trap 0.375496357 |
2745 | 2024-10-18T17:30:50.946Z | tflt 0.257052372 |
2746 | 2024-10-18T17:30:50.946Z | dflt 0.165439841 |
2747 | 2024-10-18T17:30:50.946Z | kflt 0.000007434 |
2748 | 2024-10-18T17:30:50.946Z | lock 1:16:13.718418750 |
2749 | 2024-10-18T17:30:50.946Z | slp 2:09:52.695902596 |
2750 | 2024-10-18T17:30:50.946Z | lat 1:09.191799857 |
2751 | 2024-10-18T17:30:50.946Z | stop 1:04.372640214 |
2752 | 2024-10-18T17:30:50.946Z | process exited: duration 1076923 ms, exit code 0 |
|
2753 | 2024-10-18T17:30:50.953Z | found 0 output files |