|
|
|
1 | 2024-11-05T23:26:44.626Z | job assigned to worker 01JBZACF9M4VC9ZNFNR1DXWXZB (queued for 48 s) |
|
2 | 2024-11-05T23:26:51.590Z | starting task 0: "setup" |
3 | 2024-11-05T23:26:51.600Z | ++ uname -s |
4 | 2024-11-05T23:26:51.602Z | + kern=SunOS |
5 | 2024-11-05T23:26:51.602Z | + case "$kern" in |
6 | 2024-11-05T23:26:51.602Z | + [[ 0 == 12345 ]] |
7 | 2024-11-05T23:26:51.602Z | + groupadd -g 12345 build |
8 | 2024-11-05T23:26:51.605Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-05T23:26:53.614Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-05T23:26:53.731Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-05T23:26:53.734Z | + home_fs=zfs |
12 | 2024-11-05T23:26:53.734Z | + [[ zfs == autofs ]] |
13 | 2024-11-05T23:26:53.734Z | + mkdir -p /home/build |
14 | 2024-11-05T23:26:53.736Z | + chown build:build /home/build /work |
15 | 2024-11-05T23:26:55.737Z | + chmod 0700 /home/build /work |
16 | 2024-11-05T23:26:55.740Z | process exited: duration 4151 ms, exit code 0 |
|
17 | 2024-11-05T23:26:55.745Z | starting task 1: "rust-toolchain" |
18 | 2024-11-05T23:26:55.751Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-05T23:26:55.751Z | * toolchain channel = "1.82.0" |
20 | 2024-11-05T23:26:55.751Z | * toolchain profile = "default" |
21 | 2024-11-05T23:26:55.751Z | ' 1.82.0 |
22 | 2024-11-05T23:26:55.751Z | + printf ' * toolchain profile = "%s" |
23 | 2024-11-05T23:26:55.751Z | ' default |
24 | 2024-11-05T23:26:55.753Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-05T23:26:55.753Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-05T23:26:55.866Z | info: downloading installer |
27 | 2024-11-05T23:26:57.252Z | info: profile set to 'default' |
28 | 2024-11-05T23:26:57.252Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-05T23:26:57.255Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-05T23:26:57.425Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-05T23:26:57.425Z | info: downloading component 'cargo' |
32 | 2024-11-05T23:26:58.400Z | info: downloading component 'clippy' |
33 | 2024-11-05T23:26:58.786Z | info: downloading component 'rust-docs' |
34 | 2024-11-05T23:27:00.157Z | info: downloading component 'rust-std' |
35 | 2024-11-05T23:27:02.336Z | info: downloading component 'rustc' |
36 | 2024-11-05T23:27:10.106Z | info: downloading component 'rustfmt' |
37 | 2024-11-05T23:27:10.384Z | info: installing component 'cargo' |
38 | 2024-11-05T23:27:11.244Z | info: installing component 'clippy' |
39 | 2024-11-05T23:27:11.654Z | info: installing component 'rust-docs' |
40 | 2024-11-05T23:27:13.346Z | info: installing component 'rust-std' |
41 | 2024-11-05T23:27:15.357Z | info: installing component 'rustc' |
42 | 2024-11-05T23:27:21.478Z | info: installing component 'rustfmt' |
43 | 2024-11-05T23:27:21.808Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-05T23:27:21.808Z | |
45 | 2024-11-05T23:27:22.186Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-05T23:27:22.186Z | |
47 | 2024-11-05T23:27:22.189Z | |
48 | 2024-11-05T23:27:22.189Z | Rust is installed now. Great! |
49 | 2024-11-05T23:27:22.189Z | |
50 | 2024-11-05T23:27:22.189Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-05T23:27:22.189Z | environment variable. This has not been done automatically. |
52 | 2024-11-05T23:27:22.189Z | |
53 | 2024-11-05T23:27:22.189Z | To configure your current shell, you need to source |
54 | 2024-11-05T23:27:22.189Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-05T23:27:22.189Z | |
56 | 2024-11-05T23:27:22.189Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-05T23:27:22.189Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-05T23:27:22.189Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-05T23:27:22.264Z | + rustc --version |
60 | 2024-11-05T23:27:22.331Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-05T23:27:22.334Z | process exited: duration 26589 ms, exit code 0 |
|
62 | 2024-11-05T23:27:22.342Z | starting task 2: "authentication" |
63 | 2024-11-05T23:27:22.361Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-11-05T23:27:22.367Z | starting task 3: "clone repository" |
65 | 2024-11-05T23:27:22.372Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-05T23:27:22.375Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-05T23:27:22.413Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-05T23:27:29.256Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-05T23:27:29.259Z | + git fetch origin aa9cd9852e552b804f557cf84c969d1719bf20db |
70 | 2024-11-05T23:27:29.806Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-05T23:27:29.806Z | * branch aa9cd9852e552b804f557cf84c969d1719bf20db -> FETCH_HEAD |
72 | 2024-11-05T23:27:29.814Z | + [[ -n '' ]] |
73 | 2024-11-05T23:27:29.815Z | + git reset --hard aa9cd9852e552b804f557cf84c969d1719bf20db |
74 | 2024-11-05T23:27:29.976Z | HEAD is now at aa9cd9852 address comments |
75 | 2024-11-05T23:27:29.979Z | process exited: duration 7611 ms, exit code 0 |
|
76 | 2024-11-05T23:27:29.984Z | starting task 4: "build" |
77 | 2024-11-05T23:27:29.990Z | + source .github/buildomat/ci-env.sh |
78 | 2024-11-05T23:27:29.990Z | ++ export CARGO_TERM_COLOR=always |
79 | 2024-11-05T23:27:29.990Z | ++ CARGO_TERM_COLOR=always |
80 | 2024-11-05T23:27:29.993Z | + cargo --version |
81 | 2024-11-05T23:27:30.048Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
82 | 2024-11-05T23:27:30.051Z | + rustc --version |
83 | 2024-11-05T23:27:30.111Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
84 | 2024-11-05T23:27:30.114Z | + source ./env.sh |
85 | 2024-11-05T23:27:30.114Z | ++ OLD_SHELL_OPTS=ehxB |
86 | 2024-11-05T23:27:30.114Z | ++ set -o xtrace |
87 | 2024-11-05T23:27:30.116Z | ++++ dirname ./env.sh |
88 | 2024-11-05T23:27:30.119Z | +++ readlink -f . |
89 | 2024-11-05T23:27:30.123Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
90 | 2024-11-05T23:27:30.123Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-11-05T23:27:30.123Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-11-05T23:27:30.123Z | ++ 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 |
93 | 2024-11-05T23:27:30.123Z | ++ 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 |
94 | 2024-11-05T23:27:30.123Z | ++ 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 |
95 | 2024-11-05T23:27:30.123Z | ++ 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 |
96 | 2024-11-05T23:27:30.123Z | ++ 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 |
97 | 2024-11-05T23:27:30.123Z | ++ 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 |
98 | 2024-11-05T23:27:30.123Z | ++ case $OLD_SHELL_OPTS in |
99 | 2024-11-05T23:27:30.123Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
100 | 2024-11-05T23:27:30.123Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
101 | 2024-11-05T23:27:30.123Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
102 | 2024-11-05T23:27:30.123Z | + banner prerequisites |
103 | 2024-11-05T23:27:30.126Z | |
104 | 2024-11-05T23:27:30.126Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-11-05T23:27:30.126Z | # # # # # # # # # # # # # # # |
106 | 2024-11-05T23:27:30.126Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-11-05T23:27:30.126Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-11-05T23:27:30.126Z | # # # # # # # # # # # # # # # |
109 | 2024-11-05T23:27:30.126Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-11-05T23:27:30.126Z | |
111 | 2024-11-05T23:27:30.126Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-11-05T23:27:39.042Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-11-05T23:27:42.504Z | Startup: Caching catalogs ... Done |
114 | 2024-11-05T23:27:50.401Z | Planning: Solver setup ... Done (7.179s) |
115 | 2024-11-05T23:27:50.501Z | Planning: Running solver ... Done (0.100s) |
116 | 2024-11-05T23:27:50.589Z | Planning: Finding local manifests ... Done (0.004s) |
117 | 2024-11-05T23:27:50.617Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-11-05T23:27:51.244Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-11-05T23:27:51.343Z | Planning: Package planning ... Done (0.100s) |
120 | 2024-11-05T23:27:51.398Z | Planning: Merging actions ... Done (0.055s) |
121 | 2024-11-05T23:27:51.591Z | Planning: Checking for conflicting actions ... Done (0.190s) |
122 | 2024-11-05T23:27:53.528Z | Planning: Consolidating action changes ... Done (1.921s) |
123 | 2024-11-05T23:27:53.935Z | Planning: Evaluating mediators ... Done (0.424s) |
124 | 2024-11-05T23:27:54.014Z | Planning: Planning completed in 11.42 seconds |
125 | 2024-11-05T23:27:54.031Z | Packages to install: 4 |
126 | 2024-11-05T23:27:54.031Z | Packages to update: 1 |
127 | 2024-11-05T23:27:54.035Z | Mediators to change: 2 |
128 | 2024-11-05T23:27:54.036Z | Services to change: 1 |
129 | 2024-11-05T23:27:54.036Z | Estimated space available: 155.61 GB |
130 | 2024-11-05T23:27:54.036Z | Estimated space to be consumed: 1.59 GB |
131 | 2024-11-05T23:27:54.036Z | Create boot environment: No |
132 | 2024-11-05T23:27:54.036Z | Create backup boot environment: Yes |
133 | 2024-11-05T23:27:54.036Z | Rebuild boot archive: No |
134 | 2024-11-05T23:27:54.036Z | |
135 | 2024-11-05T23:27:54.036Z | Changed mediators: |
136 | 2024-11-05T23:27:54.036Z | mediator clang: |
137 | 2024-11-05T23:27:54.036Z | version: None -> 15 (system default) |
138 | 2024-11-05T23:27:54.037Z | |
139 | 2024-11-05T23:27:54.037Z | mediator llvm: |
140 | 2024-11-05T23:27:54.037Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-11-05T23:27:54.037Z | |
142 | 2024-11-05T23:27:54.037Z | Changed packages: |
143 | 2024-11-05T23:27:54.037Z | helios-dev |
144 | 2024-11-05T23:27:54.037Z | developer/build-essential |
145 | 2024-11-05T23:27:54.037Z | None -> 11-2.0 |
146 | 2024-11-05T23:27:54.038Z | library/libxmlsec1 |
147 | 2024-11-05T23:27:54.038Z | None -> 1.2.35-2.0 |
148 | 2024-11-05T23:27:54.038Z | ooce/developer/clang-15 |
149 | 2024-11-05T23:27:54.038Z | None -> 15.0.7-2.0 |
150 | 2024-11-05T23:27:54.038Z | ooce/developer/llvm-15 |
151 | 2024-11-05T23:27:54.038Z | None -> 15.0.7-2.0 |
152 | 2024-11-05T23:27:54.038Z | package/pkg |
153 | 2024-11-05T23:27:54.038Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-11-05T23:27:54.038Z | |
155 | 2024-11-05T23:27:54.038Z | Services: |
156 | 2024-11-05T23:27:54.038Z | restart_fmri: |
157 | 2024-11-05T23:27:54.039Z | svc:/system/update-man-index:default |
158 | 2024-11-05T23:27:54.039Z | |
159 | 2024-11-05T23:27:54.039Z | Editable files to change: |
160 | 2024-11-05T23:27:54.039Z | Update: |
161 | 2024-11-05T23:27:54.039Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-11-05T23:27:54.111Z | |
163 | 2024-11-05T23:27:54.112Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-11-05T23:27:59.111Z | Download: 1137/4281 items 39.3/220.6MB 17% complete (7.8M/s) |
165 | 2024-11-05T23:28:04.111Z | Download: 1884/4281 items 118.6/220.6MB 53% complete (12.0M/s) |
166 | 2024-11-05T23:28:09.115Z | Download: 3114/4281 items 134.9/220.6MB 61% complete (9.5M/s) |
167 | 2024-11-05T23:28:14.224Z | Download: 3985/4281 items 219.4/220.6MB 99% complete (10.1M/s) |
168 | 2024-11-05T23:28:15.924Z | Download: Completed 220.60 MB in 21.82 seconds (10.1M/s) |
169 | 2024-11-05T23:28:17.849Z | Actions: 1/5063 actions (Removing old actions) |
170 | 2024-11-05T23:28:17.872Z | Actions: 194/5063 actions (Installing new actions) |
171 | 2024-11-05T23:28:22.576Z | Actions: 4226/5063 actions (Updating modified actions) |
172 | 2024-11-05T23:28:22.897Z | Actions: Completed 5063 actions in 5.05 seconds. |
173 | 2024-11-05T23:28:23.280Z | Done (0.375s) |
174 | 2024-11-05T23:28:23.283Z | Done (0.000s) |
175 | 2024-11-05T23:28:23.794Z | Done (0.512s) |
176 | 2024-11-05T23:28:28.314Z | Done (4.306s) |
177 | 2024-11-05T23:28:28.405Z | Done (0.017s) |
178 | 2024-11-05T23:28:28.409Z | Done (0.000s) |
179 | 2024-11-05T23:28:28.573Z | Done (0.000s) |
180 | 2024-11-05T23:28:29.239Z | Planning: Evaluating mediator changes ... Done |
181 | 2024-11-05T23:28:29.399Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-11-05T23:28:29.402Z | Planning: Consolidating action changes ... Done |
183 | 2024-11-05T23:28:29.669Z | Planning: Evaluating mediators ... Done |
184 | 2024-11-05T23:28:29.674Z | Planning: Planning completed in 0.43 seconds |
185 | 2024-11-05T23:28:29.708Z | Mediators to change: 2 |
186 | 2024-11-05T23:28:29.708Z | Create boot environment: No |
187 | 2024-11-05T23:28:29.711Z | Create backup boot environment: No |
188 | 2024-11-05T23:28:29.786Z | Done |
189 | 2024-11-05T23:28:29.786Z | Done |
190 | 2024-11-05T23:28:30.118Z | Done |
191 | 2024-11-05T23:28:33.646Z | Done |
192 | 2024-11-05T23:28:33.738Z | Done |
193 | 2024-11-05T23:28:33.741Z | Done |
194 | 2024-11-05T23:28:33.843Z | Done |
195 | 2024-11-05T23:28:34.497Z | Planning: Evaluating mediator changes ... Done |
196 | 2024-11-05T23:28:34.564Z | Planning: Merging actions ... Done |
197 | 2024-11-05T23:28:34.701Z | Planning: Checking for conflicting actions ... Done |
198 | 2024-11-05T23:28:34.735Z | Planning: Consolidating action changes ... Done |
199 | 2024-11-05T23:28:34.916Z | Planning: Evaluating mediators ... Done |
200 | 2024-11-05T23:28:34.970Z | Planning: Planning completed in 0.76 seconds |
201 | 2024-11-05T23:28:35.009Z | Packages to change: 1 |
202 | 2024-11-05T23:28:35.009Z | Mediators to change: 1 |
203 | 2024-11-05T23:28:35.013Z | Services to change: 1 |
204 | 2024-11-05T23:28:35.013Z | Create boot environment: No |
205 | 2024-11-05T23:28:35.013Z | Create backup boot environment: Yes |
206 | 2024-11-05T23:28:37.079Z | Actions: 1/6 actions (Updating modified actions) |
207 | 2024-11-05T23:28:37.093Z | Actions: Completed 6 actions in 0.00 seconds. |
208 | 2024-11-05T23:28:37.093Z | Done |
209 | 2024-11-05T23:28:37.093Z | Done |
210 | 2024-11-05T23:28:37.204Z | Done |
211 | 2024-11-05T23:28:40.829Z | Done |
212 | 2024-11-05T23:28:40.916Z | Done |
213 | 2024-11-05T23:28:40.919Z | Done |
214 | 2024-11-05T23:28:41.035Z | Done |
215 | 2024-11-05T23:28:41.467Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
216 | 2024-11-05T23:28:41.467Z | clang system 15 system |
217 | 2024-11-05T23:28:41.467Z | csh system system illumos |
218 | 2024-11-05T23:28:41.467Z | ctags system system illumos |
219 | 2024-11-05T23:28:41.467Z | gcc vendor 12 vendor |
220 | 2024-11-05T23:28:41.467Z | gcc system 10 system |
221 | 2024-11-05T23:28:41.468Z | gcc system 7 system |
222 | 2024-11-05T23:28:41.468Z | go system 1.20 system |
223 | 2024-11-05T23:28:41.468Z | go system 1.19 system |
224 | 2024-11-05T23:28:41.468Z | llvm system 15 system |
225 | 2024-11-05T23:28:41.468Z | llvm system 14 system |
226 | 2024-11-05T23:28:41.468Z | mariadb system 10.6 system |
227 | 2024-11-05T23:28:41.468Z | mta vendor vendor dma |
228 | 2024-11-05T23:28:41.468Z | openjdk system 17 system |
229 | 2024-11-05T23:28:41.468Z | openjdk system 11 system |
230 | 2024-11-05T23:28:41.468Z | openjdk system 1.8 system |
231 | 2024-11-05T23:28:41.468Z | openssl vendor 3 vendor |
232 | 2024-11-05T23:28:41.468Z | perl system 5.36 system |
233 | 2024-11-05T23:28:41.468Z | postgresql system 15 system |
234 | 2024-11-05T23:28:41.468Z | postgresql system 13 system |
235 | 2024-11-05T23:28:41.468Z | python vendor 3 vendor |
236 | 2024-11-05T23:28:41.468Z | python system 2 system |
237 | 2024-11-05T23:28:41.468Z | python3 system 3.11 system |
238 | 2024-11-05T23:28:41.468Z | ruby system 3.0 system |
239 | 2024-11-05T23:28:41.468Z | words vendor vendor american-english |
240 | 2024-11-05T23:28:41.468Z | words system system australian-english |
241 | 2024-11-05T23:28:41.468Z | words system system british-english |
242 | 2024-11-05T23:28:41.468Z | words system system canadian-english |
243 | 2024-11-05T23:28:41.468Z | words system system french |
244 | 2024-11-05T23:28:41.468Z | words system system italian |
245 | 2024-11-05T23:28:41.468Z | words system system ngerman |
246 | 2024-11-05T23:28:41.468Z | words system system ogerman |
247 | 2024-11-05T23:28:41.468Z | words system system spanish |
248 | 2024-11-05T23:28:41.796Z | PUBLISHER TYPE STATUS P LOCATION |
249 | 2024-11-05T23:28:41.796Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
250 | 2024-11-05T23:28:44.250Z | FMRI IFO |
251 | 2024-11-05T23:28:44.250Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
252 | 2024-11-05T23:28:44.250Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
253 | 2024-11-05T23:28:44.250Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
254 | 2024-11-05T23:28:44.250Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
255 | 2024-11-05T23:28:44.250Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
256 | 2024-11-05T23:28:44.250Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
257 | 2024-11-05T23:28:44.250Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
258 | 2024-11-05T23:28:44.250Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
259 | 2024-11-05T23:28:44.250Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
260 | 2024-11-05T23:28:44.251Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
261 | 2024-11-05T23:28:44.251Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
262 | 2024-11-05T23:28:44.251Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
263 | 2024-11-05T23:28:44.251Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
264 | 2024-11-05T23:28:44.251Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
265 | 2024-11-05T23:28:44.251Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
266 | 2024-11-05T23:28:44.941Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
267 | 2024-11-05T23:28:45.203Z | Updating crates.io index |
268 | 2024-11-05T23:28:45.206Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
269 | 2024-11-05T23:28:46.068Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
270 | 2024-11-05T23:28:46.323Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
271 | 2024-11-05T23:28:46.630Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
272 | 2024-11-05T23:28:46.882Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
273 | 2024-11-05T23:28:47.803Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
274 | 2024-11-05T23:28:50.183Z | Updating git repository `https://github.com/oxidecomputer/opte` |
275 | 2024-11-05T23:28:51.221Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
276 | 2024-11-05T23:28:52.022Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
277 | 2024-11-05T23:28:52.296Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
278 | 2024-11-05T23:28:52.530Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
279 | 2024-11-05T23:28:53.069Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
280 | 2024-11-05T23:28:53.416Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
281 | 2024-11-05T23:28:53.807Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
282 | 2024-11-05T23:28:54.063Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
283 | 2024-11-05T23:28:54.327Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
284 | 2024-11-05T23:28:54.563Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
285 | 2024-11-05T23:28:54.843Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
286 | 2024-11-05T23:28:55.140Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
287 | 2024-11-05T23:28:55.438Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
288 | 2024-11-05T23:28:55.816Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
289 | 2024-11-05T23:28:56.239Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
290 | 2024-11-05T23:28:56.561Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
291 | 2024-11-05T23:28:56.928Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
292 | 2024-11-05T23:28:57.281Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
293 | 2024-11-05T23:28:57.574Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
294 | 2024-11-05T23:28:58.065Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
295 | 2024-11-05T23:28:59.326Z | Downloading crates ... |
296 | 2024-11-05T23:28:59.395Z | Downloaded anstyle v1.0.8 |
297 | 2024-11-05T23:28:59.398Z | Downloaded anstyle-query v1.1.1 |
298 | 2024-11-05T23:28:59.400Z | Downloaded cfg-if v1.0.0 |
299 | 2024-11-05T23:28:59.404Z | Downloaded cargo_metadata v0.18.1 |
300 | 2024-11-05T23:28:59.406Z | Downloaded errno v0.3.9 |
301 | 2024-11-05T23:28:59.409Z | Downloaded once_cell v1.20.2 |
302 | 2024-11-05T23:28:59.415Z | Downloaded ucd-trie v0.1.7 |
303 | 2024-11-05T23:28:59.417Z | Downloaded toml_datetime v0.6.8 |
304 | 2024-11-05T23:28:59.422Z | Downloaded swrite v0.1.0 |
305 | 2024-11-05T23:28:59.424Z | Downloaded usdt-macro v0.5.0 |
306 | 2024-11-05T23:28:59.433Z | Downloaded heck v0.4.1 |
307 | 2024-11-05T23:28:59.435Z | Downloaded dof v0.3.0 |
308 | 2024-11-05T23:28:59.439Z | Downloaded bytecount v0.6.8 |
309 | 2024-11-05T23:28:59.439Z | Downloaded crypto-common v0.1.6 |
310 | 2024-11-05T23:28:59.441Z | Downloaded thread-id v4.2.2 |
311 | 2024-11-05T23:28:59.441Z | Downloaded scroll v0.12.0 |
312 | 2024-11-05T23:28:59.441Z | Downloaded autocfg v1.4.0 |
313 | 2024-11-05T23:28:59.444Z | Downloaded pest_generator v2.7.14 |
314 | 2024-11-05T23:28:59.446Z | Downloaded quote v1.0.37 |
315 | 2024-11-05T23:28:59.449Z | Downloaded fnv v1.0.7 |
316 | 2024-11-05T23:28:59.451Z | Downloaded camino-tempfile v1.1.1 |
317 | 2024-11-05T23:28:59.453Z | Downloaded tempfile v3.13.0 |
318 | 2024-11-05T23:28:59.456Z | Downloaded anstream v0.6.15 |
319 | 2024-11-05T23:28:59.458Z | Downloaded sha2 v0.10.8 |
320 | 2024-11-05T23:28:59.459Z | Downloaded proc-macro-error v1.0.4 |
321 | 2024-11-05T23:28:59.467Z | Downloaded zerocopy-derive v0.7.35 |
322 | 2024-11-05T23:28:59.486Z | Downloaded clap_lex v0.7.2 |
323 | 2024-11-05T23:28:59.491Z | Downloaded clap_derive v4.5.18 |
324 | 2024-11-05T23:28:59.494Z | Downloaded anstyle-parse v0.2.5 |
325 | 2024-11-05T23:28:59.500Z | Downloaded byteorder v1.5.0 |
326 | 2024-11-05T23:28:59.503Z | Downloaded equivalent v1.0.1 |
327 | 2024-11-05T23:28:59.505Z | Downloaded cargo_toml v0.20.5 |
328 | 2024-11-05T23:28:59.511Z | Downloaded is_terminal_polyfill v1.70.1 |
329 | 2024-11-05T23:28:59.517Z | Downloaded serde v1.0.210 |
330 | 2024-11-05T23:28:59.521Z | Downloaded indexmap v2.6.0 |
331 | 2024-11-05T23:28:59.524Z | Downloaded block-buffer v0.10.4 |
332 | 2024-11-05T23:28:59.529Z | Downloaded pretty-hex v0.4.1 |
333 | 2024-11-05T23:28:59.533Z | Downloaded usdt-attr-macro v0.5.0 |
334 | 2024-11-05T23:28:59.535Z | Downloaded scroll_derive v0.12.0 |
335 | 2024-11-05T23:28:59.535Z | Downloaded camino v1.1.9 |
336 | 2024-11-05T23:28:59.538Z | Downloaded cargo-platform v0.1.8 |
337 | 2024-11-05T23:28:59.542Z | Downloaded dtrace-parser v0.2.0 |
338 | 2024-11-05T23:28:59.545Z | Downloaded heck v0.5.0 |
339 | 2024-11-05T23:28:59.547Z | Downloaded generic-array v0.14.7 |
340 | 2024-11-05T23:28:59.547Z | Downloaded fs-err v2.11.0 |
341 | 2024-11-05T23:28:59.549Z | Downloaded itoa v1.0.11 |
342 | 2024-11-05T23:28:59.549Z | Downloaded digest v0.10.7 |
343 | 2024-11-05T23:28:59.551Z | Downloaded fastrand v2.1.1 |
344 | 2024-11-05T23:28:59.554Z | Downloaded proc-macro-error-attr v1.0.4 |
345 | 2024-11-05T23:28:59.554Z | Downloaded plain v0.2.3 |
346 | 2024-11-05T23:28:59.554Z | Downloaded cpufeatures v0.2.14 |
347 | 2024-11-05T23:28:59.556Z | Downloaded colorchoice v1.0.2 |
348 | 2024-11-05T23:28:59.556Z | Downloaded thiserror-impl v1.0.64 |
349 | 2024-11-05T23:28:59.560Z | Downloaded macaddr v1.0.1 |
350 | 2024-11-05T23:28:59.563Z | Downloaded strsim v0.11.1 |
351 | 2024-11-05T23:28:59.565Z | Downloaded utf8parse v0.2.2 |
352 | 2024-11-05T23:28:59.568Z | Downloaded thiserror v1.0.64 |
353 | 2024-11-05T23:28:59.571Z | Downloaded terminal_size v0.4.0 |
354 | 2024-11-05T23:28:59.573Z | Downloaded tabled_derive v0.7.0 |
355 | 2024-11-05T23:28:59.573Z | Downloaded usdt-impl v0.5.0 |
356 | 2024-11-05T23:28:59.576Z | Downloaded usdt v0.5.0 |
357 | 2024-11-05T23:28:59.576Z | Downloaded unicode-linebreak v0.1.5 |
358 | 2024-11-05T23:28:59.579Z | Downloaded smawk v0.3.2 |
359 | 2024-11-05T23:28:59.579Z | Downloaded bitflags v2.6.0 |
360 | 2024-11-05T23:28:59.582Z | Downloaded serde_tokenstream v0.2.2 |
361 | 2024-11-05T23:28:59.584Z | Downloaded serde_spanned v0.6.8 |
362 | 2024-11-05T23:28:59.595Z | Downloaded version_check v0.9.5 |
363 | 2024-11-05T23:28:59.598Z | Downloaded semver v1.0.23 |
364 | 2024-11-05T23:28:59.600Z | Downloaded clap v4.5.20 |
365 | 2024-11-05T23:28:59.607Z | Downloaded pest_derive v2.7.14 |
366 | 2024-11-05T23:28:59.609Z | Downloaded toml v0.8.19 |
367 | 2024-11-05T23:28:59.612Z | Downloaded anyhow v1.0.89 |
368 | 2024-11-05T23:28:59.615Z | Downloaded serde_derive v1.0.210 |
369 | 2024-11-05T23:28:59.618Z | Downloaded unicode-ident v1.0.13 |
370 | 2024-11-05T23:28:59.620Z | Downloaded memmap v0.7.0 |
371 | 2024-11-05T23:28:59.622Z | Downloaded typenum v1.17.0 |
372 | 2024-11-05T23:28:59.625Z | Downloaded proc-macro2 v1.0.87 |
373 | 2024-11-05T23:28:59.627Z | Downloaded textwrap v0.16.1 |
374 | 2024-11-05T23:28:59.630Z | Downloaded pest_meta v2.7.14 |
375 | 2024-11-05T23:28:59.632Z | Downloaded papergrid v0.11.0 |
376 | 2024-11-05T23:28:59.635Z | Downloaded ryu v1.0.18 |
377 | 2024-11-05T23:28:59.638Z | Downloaded pest v2.7.14 |
378 | 2024-11-05T23:28:59.643Z | Downloaded log v0.4.22 |
379 | 2024-11-05T23:28:59.656Z | Downloaded serde_json v1.0.128 |
380 | 2024-11-05T23:28:59.664Z | Downloaded winnow v0.6.20 |
381 | 2024-11-05T23:28:59.677Z | Downloaded toml_edit v0.22.22 |
382 | 2024-11-05T23:28:59.698Z | Downloaded memchr v2.7.4 |
383 | 2024-11-05T23:28:59.703Z | Downloaded hashbrown v0.15.0 |
384 | 2024-11-05T23:28:59.720Z | Downloaded clap_builder v4.5.20 |
385 | 2024-11-05T23:28:59.729Z | Downloaded zerocopy v0.7.35 |
386 | 2024-11-05T23:28:59.745Z | Downloaded unicode-width v0.1.14 |
387 | 2024-11-05T23:28:59.750Z | Downloaded tabled v0.15.0 |
388 | 2024-11-05T23:28:59.765Z | Downloaded syn v2.0.79 |
389 | 2024-11-05T23:28:59.775Z | Downloaded syn v1.0.109 |
390 | 2024-11-05T23:28:59.785Z | Downloaded goblin v0.8.2 |
391 | 2024-11-05T23:28:59.808Z | Downloaded rustix v0.38.37 |
392 | 2024-11-05T23:28:59.838Z | Downloaded libc v0.2.161 |
393 | 2024-11-05T23:29:00.145Z | Compiling proc-macro2 v1.0.87 |
394 | 2024-11-05T23:29:00.145Z | Compiling unicode-ident v1.0.13 |
395 | 2024-11-05T23:29:00.148Z | Compiling version_check v0.9.5 |
396 | 2024-11-05T23:29:00.148Z | Compiling serde v1.0.210 |
397 | 2024-11-05T23:29:00.148Z | Compiling memchr v2.7.4 |
398 | 2024-11-05T23:29:00.148Z | Compiling thiserror v1.0.64 |
399 | 2024-11-05T23:29:00.179Z | Compiling libc v0.2.161 |
400 | 2024-11-05T23:29:00.183Z | Compiling ryu v1.0.18 |
401 | 2024-11-05T23:29:00.397Z | Compiling itoa v1.0.11 |
402 | 2024-11-05T23:29:00.635Z | Compiling ucd-trie v0.1.7 |
403 | 2024-11-05T23:29:00.945Z | Compiling once_cell v1.20.2 |
404 | 2024-11-05T23:29:00.979Z | Compiling byteorder v1.5.0 |
405 | 2024-11-05T23:29:01.237Z | Compiling serde_json v1.0.128 |
406 | 2024-11-05T23:29:01.289Z | Compiling rustix v0.38.37 |
407 | 2024-11-05T23:29:01.386Z | Compiling bitflags v2.6.0 |
408 | 2024-11-05T23:29:01.636Z | Compiling usdt-impl v0.5.0 |
409 | 2024-11-05T23:29:01.820Z | Compiling proc-macro-error-attr v1.0.4 |
410 | 2024-11-05T23:29:01.853Z | Compiling syn v1.0.109 |
411 | 2024-11-05T23:29:01.906Z | Compiling proc-macro-error v1.0.4 |
412 | 2024-11-05T23:29:02.072Z | Compiling quote v1.0.37 |
413 | 2024-11-05T23:29:02.224Z | Compiling hashbrown v0.15.0 |
414 | 2024-11-05T23:29:02.278Z | Compiling camino v1.1.9 |
415 | 2024-11-05T23:29:02.298Z | Compiling utf8parse v0.2.2 |
416 | 2024-11-05T23:29:02.473Z | Compiling syn v2.0.79 |
417 | 2024-11-05T23:29:02.496Z | Compiling errno v0.3.9 |
418 | 2024-11-05T23:29:02.744Z | Compiling thread-id v4.2.2 |
419 | 2024-11-05T23:29:02.746Z | Compiling log v0.4.22 |
420 | 2024-11-05T23:29:02.816Z | Compiling equivalent v1.0.1 |
421 | 2024-11-05T23:29:02.858Z | Compiling plain v0.2.3 |
422 | 2024-11-05T23:29:02.984Z | Compiling anstyle-parse v0.2.5 |
423 | 2024-11-05T23:29:03.172Z | Compiling pretty-hex v0.4.1 |
424 | 2024-11-05T23:29:03.328Z | Compiling anstyle-query v1.1.1 |
425 | 2024-11-05T23:29:03.395Z | Compiling autocfg v1.4.0 |
426 | 2024-11-05T23:29:03.490Z | Compiling indexmap v2.6.0 |
427 | 2024-11-05T23:29:03.514Z | Compiling winnow v0.6.20 |
428 | 2024-11-05T23:29:03.541Z | Compiling unicode-width v0.1.14 |
429 | 2024-11-05T23:29:03.741Z | Compiling anstyle v1.0.8 |
430 | 2024-11-05T23:29:04.103Z | Compiling semver v1.0.23 |
431 | 2024-11-05T23:29:04.229Z | Compiling colorchoice v1.0.2 |
432 | 2024-11-05T23:29:04.411Z | Compiling is_terminal_polyfill v1.70.1 |
433 | 2024-11-05T23:29:04.469Z | Compiling fs-err v2.11.0 |
434 | 2024-11-05T23:29:04.553Z | Compiling anstream v0.6.15 |
435 | 2024-11-05T23:29:04.861Z | Compiling terminal_size v0.4.0 |
436 | 2024-11-05T23:29:04.892Z | Compiling clap_lex v0.7.2 |
437 | 2024-11-05T23:29:04.916Z | Compiling fastrand v2.1.1 |
438 | 2024-11-05T23:29:05.087Z | Compiling strsim v0.11.1 |
439 | 2024-11-05T23:29:05.242Z | Compiling cfg-if v1.0.0 |
440 | 2024-11-05T23:29:05.346Z | Compiling anyhow v1.0.89 |
441 | 2024-11-05T23:29:05.409Z | Compiling fnv v1.0.7 |
442 | 2024-11-05T23:29:05.477Z | Compiling bytecount v0.6.8 |
443 | 2024-11-05T23:29:05.548Z | Compiling heck v0.4.1 |
444 | 2024-11-05T23:29:05.938Z | Compiling heck v0.5.0 |
445 | 2024-11-05T23:29:05.999Z | Compiling tempfile v3.13.0 |
446 | 2024-11-05T23:29:06.050Z | Compiling papergrid v0.11.0 |
447 | 2024-11-05T23:29:06.397Z | Compiling clap_builder v4.5.20 |
448 | 2024-11-05T23:29:06.458Z | Compiling memmap v0.7.0 |
449 | 2024-11-05T23:29:06.573Z | Compiling unicode-linebreak v0.1.5 |
450 | 2024-11-05T23:29:06.819Z | Compiling smawk v0.3.2 |
451 | 2024-11-05T23:29:07.056Z | Compiling textwrap v0.16.1 |
452 | 2024-11-05T23:29:07.264Z | Compiling swrite v0.1.0 |
453 | 2024-11-05T23:29:08.289Z | Compiling tabled_derive v0.7.0 |
454 | 2024-11-05T23:29:09.960Z | Compiling tabled v0.15.0 |
455 | 2024-11-05T23:29:10.334Z | Compiling serde_derive v1.0.210 |
456 | 2024-11-05T23:29:10.334Z | Compiling thiserror-impl v1.0.64 |
457 | 2024-11-05T23:29:10.336Z | Compiling zerocopy-derive v0.7.35 |
458 | 2024-11-05T23:29:10.337Z | Compiling scroll_derive v0.12.0 |
459 | 2024-11-05T23:29:10.538Z | Compiling clap_derive v4.5.18 |
460 | 2024-11-05T23:29:11.873Z | Compiling scroll v0.12.0 |
461 | 2024-11-05T23:29:12.459Z | Compiling goblin v0.8.2 |
462 | 2024-11-05T23:29:12.520Z | Compiling zerocopy v0.7.35 |
463 | 2024-11-05T23:29:13.452Z | Compiling pest v2.7.14 |
464 | 2024-11-05T23:29:14.203Z | Compiling clap v4.5.20 |
465 | 2024-11-05T23:29:15.564Z | Compiling pest_meta v2.7.14 |
466 | 2024-11-05T23:29:16.466Z | Compiling pest_generator v2.7.14 |
467 | 2024-11-05T23:29:18.018Z | Compiling pest_derive v2.7.14 |
468 | 2024-11-05T23:29:18.660Z | Compiling dtrace-parser v0.2.0 |
469 | 2024-11-05T23:29:20.391Z | Compiling serde_tokenstream v0.2.2 |
470 | 2024-11-05T23:29:20.493Z | Compiling serde_spanned v0.6.8 |
471 | 2024-11-05T23:29:20.493Z | Compiling toml_datetime v0.6.8 |
472 | 2024-11-05T23:29:20.627Z | Compiling cargo-platform v0.1.8 |
473 | 2024-11-05T23:29:20.860Z | Compiling toml_edit v0.22.22 |
474 | 2024-11-05T23:29:21.059Z | Compiling macaddr v1.0.1 |
475 | 2024-11-05T23:29:21.195Z | Compiling camino-tempfile v1.1.1 |
476 | 2024-11-05T23:29:21.833Z | Compiling dof v0.3.0 |
477 | 2024-11-05T23:29:22.030Z | Compiling cargo_metadata v0.18.1 |
478 | 2024-11-05T23:29:23.587Z | Compiling usdt-macro v0.5.0 |
479 | 2024-11-05T23:29:23.587Z | Compiling usdt-attr-macro v0.5.0 |
480 | 2024-11-05T23:29:23.674Z | Compiling toml v0.8.19 |
481 | 2024-11-05T23:29:24.682Z | Compiling cargo_toml v0.20.5 |
482 | 2024-11-05T23:29:24.902Z | Compiling usdt v0.5.0 |
483 | 2024-11-05T23:29:28.086Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
484 | 2024-11-05T23:29:31.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.17s |
485 | 2024-11-05T23:29:32.168Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
486 | 2024-11-05T23:29:32.670Z | Downloading crates ... |
487 | 2024-11-05T23:29:32.793Z | Downloaded aead v0.5.2 |
488 | 2024-11-05T23:29:32.797Z | Downloaded addr2line v0.24.2 |
489 | 2024-11-05T23:29:32.804Z | Downloaded ciborium-io v0.2.2 |
490 | 2024-11-05T23:29:32.807Z | Downloaded async-stream-impl v0.3.6 |
491 | 2024-11-05T23:29:32.809Z | Downloaded crucible-workspace-hack v0.1.0 |
492 | 2024-11-05T23:29:32.814Z | Downloaded cfg_aliases v0.1.1 |
493 | 2024-11-05T23:29:32.818Z | Downloaded http-range v0.1.5 |
494 | 2024-11-05T23:29:32.821Z | Downloaded http-body v1.0.1 |
495 | 2024-11-05T23:29:32.821Z | Downloaded atomic-waker v1.1.2 |
496 | 2024-11-05T23:29:32.826Z | Downloaded cbc v0.1.2 |
497 | 2024-11-05T23:29:32.829Z | Downloaded hyper-tls v0.6.0 |
498 | 2024-11-05T23:29:32.831Z | Downloaded hubpack_derive v0.1.1 |
499 | 2024-11-05T23:29:32.833Z | Downloaded colored v2.1.0 |
500 | 2024-11-05T23:29:32.833Z | Downloaded block-padding v0.3.3 |
501 | 2024-11-05T23:29:32.836Z | Downloaded array-init v0.0.4 |
502 | 2024-11-05T23:29:32.836Z | Downloaded constant_time_eq v0.3.1 |
503 | 2024-11-05T23:29:32.838Z | Downloaded hmac v0.12.1 |
504 | 2024-11-05T23:29:32.841Z | Downloaded arrayvec v0.7.6 |
505 | 2024-11-05T23:29:32.843Z | Downloaded chacha20 v0.9.1 |
506 | 2024-11-05T23:29:32.846Z | Downloaded bitflags v1.3.2 |
507 | 2024-11-05T23:29:32.848Z | Downloaded matches v0.1.10 |
508 | 2024-11-05T23:29:32.850Z | Downloaded backoff v0.4.0 |
509 | 2024-11-05T23:29:32.853Z | Downloaded curve25519-dalek-derive v0.1.1 |
510 | 2024-11-05T23:29:32.855Z | Downloaded bit-vec v0.6.3 |
511 | 2024-11-05T23:29:32.857Z | Downloaded md5 v0.7.0 |
512 | 2024-11-05T23:29:32.857Z | Downloaded bcs v0.1.6 |
513 | 2024-11-05T23:29:32.860Z | Downloaded managed v0.8.0 |
514 | 2024-11-05T23:29:32.863Z | Downloaded debug-ignore v1.0.5 |
515 | 2024-11-05T23:29:32.863Z | Downloaded base64ct v1.6.0 |
516 | 2024-11-05T23:29:32.865Z | Downloaded csv-core v0.1.11 |
517 | 2024-11-05T23:29:32.868Z | Downloaded mime v0.3.17 |
518 | 2024-11-05T23:29:32.868Z | Downloaded const-oid v0.9.6 |
519 | 2024-11-05T23:29:32.871Z | Downloaded newtype-uuid v1.1.2 |
520 | 2024-11-05T23:29:32.873Z | Downloaded cookie v0.18.1 |
521 | 2024-11-05T23:29:32.876Z | Downloaded crossbeam-epoch v0.9.18 |
522 | 2024-11-05T23:29:32.878Z | Downloaded libsw v3.3.1 |
523 | 2024-11-05T23:29:32.881Z | Downloaded nodrop v0.1.14 |
524 | 2024-11-05T23:29:32.884Z | Downloaded is-terminal v0.4.13 |
525 | 2024-11-05T23:29:32.884Z | Downloaded instability v0.3.2 |
526 | 2024-11-05T23:29:32.886Z | Downloaded rand_core v0.6.4 |
527 | 2024-11-05T23:29:32.889Z | Downloaded mime_guess v2.0.5 |
528 | 2024-11-05T23:29:32.889Z | Downloaded darling_core v0.20.10 |
529 | 2024-11-05T23:29:32.895Z | Downloaded native-tls v0.2.12 |
530 | 2024-11-05T23:29:32.898Z | Downloaded nibble_vec v0.1.0 |
531 | 2024-11-05T23:29:32.900Z | Downloaded cexpr v0.6.0 |
532 | 2024-11-05T23:29:32.903Z | Downloaded bit-set v0.5.3 |
533 | 2024-11-05T23:29:32.905Z | Downloaded ipnet v2.10.1 |
534 | 2024-11-05T23:29:32.905Z | Downloaded iana-time-zone v0.1.61 |
535 | 2024-11-05T23:29:32.908Z | Downloaded linear-map v1.2.0 |
536 | 2024-11-05T23:29:32.911Z | Downloaded atty v0.2.14 |
537 | 2024-11-05T23:29:32.913Z | Downloaded crossbeam-channel v0.5.13 |
538 | 2024-11-05T23:29:32.916Z | Downloaded indicatif v0.17.8 |
539 | 2024-11-05T23:29:32.921Z | Downloaded http v1.1.0 |
540 | 2024-11-05T23:29:32.925Z | Downloaded hostname v0.3.1 |
541 | 2024-11-05T23:29:32.928Z | Downloaded same-file v1.0.6 |
542 | 2024-11-05T23:29:32.931Z | Downloaded hostname v0.4.0 |
543 | 2024-11-05T23:29:32.933Z | Downloaded home v0.5.9 |
544 | 2024-11-05T23:29:32.933Z | Downloaded cstr-argument v0.1.2 |
545 | 2024-11-05T23:29:32.936Z | Downloaded http-body-util v0.1.2 |
546 | 2024-11-05T23:29:32.938Z | Downloaded cfg_aliases v0.2.1 |
547 | 2024-11-05T23:29:32.938Z | Downloaded bitfield v0.14.0 |
548 | 2024-11-05T23:29:32.941Z | Downloaded instant v0.1.13 |
549 | 2024-11-05T23:29:32.944Z | Downloaded cipher v0.4.4 |
550 | 2024-11-05T23:29:32.944Z | Downloaded bcrypt-pbkdf v0.10.0 |
551 | 2024-11-05T23:29:32.947Z | Downloaded const_format_proc_macros v0.2.33 |
552 | 2024-11-05T23:29:32.949Z | Downloaded strum v0.26.3 |
553 | 2024-11-05T23:29:32.949Z | Downloaded humantime v2.1.0 |
554 | 2024-11-05T23:29:32.952Z | Downloaded hubpack v0.1.2 |
555 | 2024-11-05T23:29:32.952Z | Downloaded httpdate v1.0.3 |
556 | 2024-11-05T23:29:32.954Z | Downloaded ident_case v1.0.1 |
557 | 2024-11-05T23:29:32.954Z | Downloaded ciborium-ll v0.2.2 |
558 | 2024-11-05T23:29:32.956Z | Downloaded castaway v0.2.3 |
559 | 2024-11-05T23:29:32.959Z | Downloaded bb8 v0.8.5 |
560 | 2024-11-05T23:29:32.959Z | Downloaded is_ci v1.2.0 |
561 | 2024-11-05T23:29:32.961Z | Downloaded highway v1.2.0 |
562 | 2024-11-05T23:29:32.963Z | Downloaded impl-trait-for-tuples v0.2.2 |
563 | 2024-11-05T23:29:32.966Z | Downloaded base16ct v0.2.0 |
564 | 2024-11-05T23:29:32.968Z | Downloaded async-recursion v1.1.1 |
565 | 2024-11-05T23:29:32.971Z | Downloaded match_cfg v0.1.0 |
566 | 2024-11-05T23:29:32.973Z | Downloaded crc-catalog v2.4.0 |
567 | 2024-11-05T23:29:32.973Z | Downloaded cobs v0.2.3 |
568 | 2024-11-05T23:29:32.976Z | Downloaded ctr v0.9.2 |
569 | 2024-11-05T23:29:32.978Z | Downloaded chrono-tz-build v0.4.0 |
570 | 2024-11-05T23:29:32.980Z | Downloaded new_debug_unreachable v1.0.6 |
571 | 2024-11-05T23:29:32.981Z | Downloaded httparse v1.9.5 |
572 | 2024-11-05T23:29:32.983Z | Downloaded http-body v0.4.6 |
573 | 2024-11-05T23:29:32.986Z | Downloaded crossbeam-deque v0.8.5 |
574 | 2024-11-05T23:29:32.989Z | Downloaded newtype_derive v0.1.6 |
575 | 2024-11-05T23:29:32.989Z | Downloaded newline-converter v0.3.0 |
576 | 2024-11-05T23:29:32.992Z | Downloaded data-encoding v2.6.0 |
577 | 2024-11-05T23:29:32.992Z | Downloaded assert_matches v1.5.0 |
578 | 2024-11-05T23:29:32.995Z | Downloaded adler2 v2.0.0 |
579 | 2024-11-05T23:29:32.995Z | Downloaded ciborium v0.2.2 |
580 | 2024-11-05T23:29:32.998Z | Downloaded cassowary v0.3.0 |
581 | 2024-11-05T23:29:33.000Z | Downloaded ascii-canvas v3.0.0 |
582 | 2024-11-05T23:29:33.000Z | Downloaded blake2 v0.10.6 |
583 | 2024-11-05T23:29:33.004Z | Downloaded arrayref v0.3.9 |
584 | 2024-11-05T23:29:33.006Z | Downloaded downcast v0.11.0 |
585 | 2024-11-05T23:29:33.006Z | Downloaded waitgroup v0.1.2 |
586 | 2024-11-05T23:29:33.009Z | Downloaded blowfish v0.9.1 |
587 | 2024-11-05T23:29:33.009Z | Downloaded slab v0.4.9 |
588 | 2024-11-05T23:29:33.011Z | Downloaded foreign-types-shared v0.1.1 |
589 | 2024-11-05T23:29:33.012Z | Downloaded keccak v0.1.5 |
590 | 2024-11-05T23:29:33.014Z | Downloaded serde_urlencoded v0.7.1 |
591 | 2024-11-05T23:29:33.014Z | Downloaded inout v0.1.3 |
592 | 2024-11-05T23:29:33.017Z | Downloaded crc v3.2.1 |
593 | 2024-11-05T23:29:33.019Z | Downloaded tiny-keccak v2.0.2 |
594 | 2024-11-05T23:29:33.022Z | Downloaded linked-hash-map v0.5.6 |
595 | 2024-11-05T23:29:33.024Z | Downloaded lazycell v1.3.0 |
596 | 2024-11-05T23:29:33.024Z | Downloaded lalrpop-util v0.19.12 |
597 | 2024-11-05T23:29:33.027Z | Downloaded console v0.15.8 |
598 | 2024-11-05T23:29:33.029Z | Downloaded structmeta-derive v0.3.0 |
599 | 2024-11-05T23:29:33.032Z | Downloaded typify-macro v0.2.0 |
600 | 2024-11-05T23:29:33.032Z | Downloaded hickory-server v0.24.1 |
601 | 2024-11-05T23:29:33.038Z | Downloaded time-macros v0.2.18 |
602 | 2024-11-05T23:29:33.044Z | Downloaded memoffset v0.9.1 |
603 | 2024-11-05T23:29:33.044Z | Downloaded md-5 v0.10.6 |
604 | 2024-11-05T23:29:33.044Z | Downloaded utf-8 v0.7.6 |
605 | 2024-11-05T23:29:33.058Z | Downloaded maybe-uninit v2.0.0 |
606 | 2024-11-05T23:29:33.058Z | Downloaded walkdir v2.5.0 |
607 | 2024-11-05T23:29:33.058Z | Downloaded normalize-line-endings v0.3.0 |
608 | 2024-11-05T23:29:33.058Z | Downloaded num_threads v0.1.7 |
609 | 2024-11-05T23:29:33.058Z | Downloaded nanorand v0.7.0 |
610 | 2024-11-05T23:29:33.061Z | Downloaded mockall v0.13.0 |
611 | 2024-11-05T23:29:33.061Z | Downloaded hyper-staticfile v0.10.1 |
612 | 2024-11-05T23:29:33.061Z | Downloaded term v0.7.0 |
613 | 2024-11-05T23:29:33.064Z | Downloaded libm v0.2.8 |
614 | 2024-11-05T23:29:33.071Z | Downloaded fixedbitset v0.4.2 |
615 | 2024-11-05T23:29:33.075Z | Downloaded defmt-parser v0.3.4 |
616 | 2024-11-05T23:29:33.078Z | Downloaded stringprep v0.1.5 |
617 | 2024-11-05T23:29:33.078Z | Downloaded rustc_version v0.4.1 |
618 | 2024-11-05T23:29:33.078Z | Downloaded scheduled-thread-pool v0.2.7 |
619 | 2024-11-05T23:29:33.078Z | Downloaded ipnetwork v0.20.0 |
620 | 2024-11-05T23:29:33.081Z | Downloaded jobserver v0.1.32 |
621 | 2024-11-05T23:29:33.084Z | Downloaded hash32 v0.3.1 |
622 | 2024-11-05T23:29:33.084Z | Downloaded tokio-stream v0.1.16 |
623 | 2024-11-05T23:29:33.090Z | Downloaded flagset v0.4.6 |
624 | 2024-11-05T23:29:33.093Z | Downloaded unarray v0.1.4 |
625 | 2024-11-05T23:29:33.093Z | Downloaded lock_api v0.4.12 |
626 | 2024-11-05T23:29:33.096Z | Downloaded libloading v0.8.5 |
627 | 2024-11-05T23:29:33.100Z | Downloaded snafu-derive v0.8.5 |
628 | 2024-11-05T23:29:33.100Z | Downloaded tinyvec_macros v0.1.1 |
629 | 2024-11-05T23:29:33.100Z | Downloaded time-core v0.1.2 |
630 | 2024-11-05T23:29:33.103Z | Downloaded sigpipe v0.1.3 |
631 | 2024-11-05T23:29:33.103Z | Downloaded signal-hook-tokio v0.3.1 |
632 | 2024-11-05T23:29:33.105Z | Downloaded ahash v0.8.11 |
633 | 2024-11-05T23:29:33.108Z | Downloaded der_derive v0.7.3 |
634 | 2024-11-05T23:29:33.110Z | Downloaded paste v1.0.15 |
635 | 2024-11-05T23:29:33.113Z | Downloaded num_enum_derive v0.5.11 |
636 | 2024-11-05T23:29:33.116Z | Downloaded num_enum v0.5.11 |
637 | 2024-11-05T23:29:33.119Z | Downloaded schemars v0.8.21 |
638 | 2024-11-05T23:29:33.132Z | Downloaded sync_wrapper v0.1.2 |
639 | 2024-11-05T23:29:33.135Z | Downloaded samael v0.0.17 |
640 | 2024-11-05T23:29:33.139Z | Downloaded r2d2 v0.8.10 |
641 | 2024-11-05T23:29:33.143Z | Downloaded percent-encoding v2.3.1 |
642 | 2024-11-05T23:29:33.143Z | Downloaded hickory-resolver v0.24.1 |
643 | 2024-11-05T23:29:33.147Z | Downloaded zone_cfg_derive v0.3.0 |
644 | 2024-11-05T23:29:33.150Z | Downloaded rustfmt-wrapper v0.2.1 |
645 | 2024-11-05T23:29:33.152Z | Downloaded serde_path_to_error v0.1.16 |
646 | 2024-11-05T23:29:33.152Z | Downloaded sec1 v0.7.3 |
647 | 2024-11-05T23:29:33.162Z | Downloaded getrandom v0.2.15 |
648 | 2024-11-05T23:29:33.162Z | Downloaded tokio-tungstenite v0.23.1 |
649 | 2024-11-05T23:29:33.162Z | Downloaded compact_str v0.8.0 |
650 | 2024-11-05T23:29:33.165Z | Downloaded resolv-conf v0.7.0 |
651 | 2024-11-05T23:29:33.168Z | Downloaded slog-term v2.9.1 |
652 | 2024-11-05T23:29:33.172Z | Downloaded path-slash v0.1.5 |
653 | 2024-11-05T23:29:33.172Z | Downloaded rayon-core v1.12.1 |
654 | 2024-11-05T23:29:33.175Z | Downloaded opaque-debug v0.3.1 |
655 | 2024-11-05T23:29:33.177Z | Downloaded phf_shared v0.10.0 |
656 | 2024-11-05T23:29:33.177Z | Downloaded pretty-hex v0.2.1 |
657 | 2024-11-05T23:29:33.181Z | Downloaded phf_shared v0.11.2 |
658 | 2024-11-05T23:29:33.181Z | Downloaded supports-color v3.0.1 |
659 | 2024-11-05T23:29:33.183Z | Downloaded spki v0.7.3 |
660 | 2024-11-05T23:29:33.183Z | Downloaded signature v2.2.0 |
661 | 2024-11-05T23:29:33.187Z | Downloaded backtrace v0.3.74 |
662 | 2024-11-05T23:29:33.190Z | Downloaded strum_macros v0.24.3 |
663 | 2024-11-05T23:29:33.193Z | Downloaded postgres-types v0.2.8 |
664 | 2024-11-05T23:29:33.196Z | Downloaded postgres-protocol v0.6.7 |
665 | 2024-11-05T23:29:33.199Z | Downloaded parking_lot v0.11.2 |
666 | 2024-11-05T23:29:33.201Z | Downloaded serde-big-array v0.5.1 |
667 | 2024-11-05T23:29:33.204Z | Downloaded zerocopy v0.6.6 |
668 | 2024-11-05T23:29:33.206Z | Downloaded zone v0.1.8 |
669 | 2024-11-05T23:29:33.210Z | Downloaded scopeguard v1.2.0 |
670 | 2024-11-05T23:29:33.210Z | Downloaded zeroize v1.8.1 |
671 | 2024-11-05T23:29:33.213Z | Downloaded termtree v0.4.1 |
672 | 2024-11-05T23:29:33.213Z | Downloaded futures-macro v0.3.31 |
673 | 2024-11-05T23:29:33.213Z | Downloaded pem-rfc7468 v0.7.0 |
674 | 2024-11-05T23:29:33.216Z | Downloaded futures-io v0.3.31 |
675 | 2024-11-05T23:29:33.223Z | Downloaded hyper-util v0.1.9 |
676 | 2024-11-05T23:29:33.223Z | Downloaded heck v0.3.3 |
677 | 2024-11-05T23:29:33.228Z | Downloaded fallible-iterator v0.3.0 |
678 | 2024-11-05T23:29:33.228Z | Downloaded deranged v0.3.11 |
679 | 2024-11-05T23:29:33.228Z | Downloaded crypto-bigint v0.5.5 |
680 | 2024-11-05T23:29:33.243Z | Downloaded derive_builder_macro v0.20.2 |
681 | 2024-11-05T23:29:33.246Z | Downloaded cc v1.1.30 |
682 | 2024-11-05T23:29:33.248Z | Downloaded futures-task v0.3.31 |
683 | 2024-11-05T23:29:33.251Z | Downloaded futures-sink v0.3.31 |
684 | 2024-11-05T23:29:33.251Z | Downloaded num-traits v0.2.19 |
685 | 2024-11-05T23:29:33.254Z | Downloaded ref-cast v1.0.23 |
686 | 2024-11-05T23:29:33.256Z | Downloaded radium v0.7.0 |
687 | 2024-11-05T23:29:33.259Z | Downloaded pin-utils v0.1.0 |
688 | 2024-11-05T23:29:33.263Z | Downloaded openssl-probe v0.1.5 |
689 | 2024-11-05T23:29:33.263Z | Downloaded serde-hex v0.1.0 |
690 | 2024-11-05T23:29:33.265Z | Downloaded env_logger v0.10.2 |
691 | 2024-11-05T23:29:33.267Z | Downloaded snafu v0.8.5 |
692 | 2024-11-05T23:29:33.273Z | Downloaded twox-hash v1.6.3 |
693 | 2024-11-05T23:29:33.276Z | Downloaded float-cmp v0.9.0 |
694 | 2024-11-05T23:29:33.278Z | Downloaded parking_lot_core v0.8.6 |
695 | 2024-11-05T23:29:33.280Z | Downloaded signal-hook v0.3.17 |
696 | 2024-11-05T23:29:33.283Z | Downloaded rsa v0.9.6 |
697 | 2024-11-05T23:29:33.289Z | Downloaded russh-cryptovec v0.7.3 |
698 | 2024-11-05T23:29:33.292Z | Downloaded precomputed-hash v0.1.1 |
699 | 2024-11-05T23:29:33.292Z | Downloaded unicase v2.7.0 |
700 | 2024-11-05T23:29:33.294Z | Downloaded slog-scope v4.4.0 |
701 | 2024-11-05T23:29:33.294Z | Downloaded password-hash v0.5.0 |
702 | 2024-11-05T23:29:33.297Z | Downloaded fallible-iterator v0.2.0 |
703 | 2024-11-05T23:29:33.299Z | Downloaded password-hash v0.4.2 |
704 | 2024-11-05T23:29:33.299Z | Downloaded ref-cast-impl v1.0.23 |
705 | 2024-11-05T23:29:33.302Z | Downloaded tabwriter v1.4.0 |
706 | 2024-11-05T23:29:33.302Z | Downloaded foreign-types-macros v0.2.3 |
707 | 2024-11-05T23:29:33.304Z | Downloaded slog-envlogger v2.2.0 |
708 | 2024-11-05T23:29:33.306Z | Downloaded slog-dtrace v0.3.0 |
709 | 2024-11-05T23:29:33.309Z | Downloaded futures-channel v0.3.31 |
710 | 2024-11-05T23:29:33.309Z | Downloaded dsl_auto_type v0.1.2 |
711 | 2024-11-05T23:29:33.311Z | Downloaded env_logger v0.11.5 |
712 | 2024-11-05T23:29:33.314Z | Downloaded unicode-truncate v1.1.0 |
713 | 2024-11-05T23:29:33.316Z | Downloaded thiserror-no-std v2.0.2 |
714 | 2024-11-05T23:29:33.320Z | Downloaded thiserror-impl-no-std v2.0.2 |
715 | 2024-11-05T23:29:33.322Z | Downloaded phf_codegen v0.11.2 |
716 | 2024-11-05T23:29:33.325Z | Downloaded phf v0.11.2 |
717 | 2024-11-05T23:29:33.325Z | Downloaded hex v0.4.3 |
718 | 2024-11-05T23:29:33.327Z | Downloaded yasna v0.5.2 |
719 | 2024-11-05T23:29:33.329Z | Downloaded rpassword v7.3.1 |
720 | 2024-11-05T23:29:33.332Z | Downloaded serde_repr v0.1.19 |
721 | 2024-11-05T23:29:33.332Z | Downloaded serde_plain v1.0.2 |
722 | 2024-11-05T23:29:33.334Z | Downloaded rand_xorshift v0.3.0 |
723 | 2024-11-05T23:29:33.336Z | Downloaded dyn-clone v1.0.17 |
724 | 2024-11-05T23:29:33.339Z | Downloaded rand_seeder v0.3.0 |
725 | 2024-11-05T23:29:33.339Z | Downloaded slog-json v2.6.1 |
726 | 2024-11-05T23:29:33.342Z | Downloaded parking_lot v0.12.3 |
727 | 2024-11-05T23:29:33.344Z | Downloaded http v0.2.12 |
728 | 2024-11-05T23:29:33.347Z | Downloaded take_mut v0.2.2 |
729 | 2024-11-05T23:29:33.350Z | Downloaded openssl-macros v0.1.1 |
730 | 2024-11-05T23:29:33.350Z | Downloaded headers-core v0.3.0 |
731 | 2024-11-05T23:29:33.350Z | Downloaded hex-literal v0.4.1 |
732 | 2024-11-05T23:29:33.352Z | Downloaded tracing-attributes v0.1.27 |
733 | 2024-11-05T23:29:33.355Z | Downloaded dirs-sys-next v0.1.2 |
734 | 2024-11-05T23:29:33.357Z | Downloaded untrusted v0.9.0 |
735 | 2024-11-05T23:29:33.360Z | Downloaded untrusted v0.7.1 |
736 | 2024-11-05T23:29:33.360Z | Downloaded universal-hash v0.5.1 |
737 | 2024-11-05T23:29:33.360Z | Downloaded tokio-macros v2.4.0 |
738 | 2024-11-05T23:29:33.362Z | Downloaded structmeta v0.3.0 |
739 | 2024-11-05T23:29:33.362Z | Downloaded ghash v0.5.1 |
740 | 2024-11-05T23:29:33.365Z | Downloaded progenitor-client v0.8.0 |
741 | 2024-11-05T23:29:33.365Z | Downloaded dirs-next v2.0.0 |
742 | 2024-11-05T23:29:33.369Z | Downloaded parse-size v1.0.0 |
743 | 2024-11-05T23:29:33.369Z | Downloaded float-ord v0.3.2 |
744 | 2024-11-05T23:29:33.369Z | Downloaded toml v0.7.8 |
745 | 2024-11-05T23:29:33.372Z | Downloaded hashlink v0.9.1 |
746 | 2024-11-05T23:29:33.374Z | Downloaded ppv-lite86 v0.2.20 |
747 | 2024-11-05T23:29:33.377Z | Downloaded hyper v0.14.30 |
748 | 2024-11-05T23:29:33.385Z | Downloaded fxhash v0.2.1 |
749 | 2024-11-05T23:29:33.388Z | Downloaded strum_macros v0.25.3 |
750 | 2024-11-05T23:29:33.390Z | Downloaded pbkdf2 v0.12.2 |
751 | 2024-11-05T23:29:33.393Z | Downloaded pbkdf2 v0.11.0 |
752 | 2024-11-05T23:29:33.393Z | Downloaded spin v0.5.2 |
753 | 2024-11-05T23:29:33.396Z | Downloaded rustc-hash v1.1.0 |
754 | 2024-11-05T23:29:33.401Z | Downloaded zip v0.6.6 |
755 | 2024-11-05T23:29:33.405Z | Downloaded serde_with_macros v3.11.0 |
756 | 2024-11-05T23:29:33.405Z | Downloaded der v0.7.9 |
757 | 2024-11-05T23:29:33.408Z | Downloaded peg-runtime v0.8.3 |
758 | 2024-11-05T23:29:33.411Z | Downloaded parse-display-derive v0.10.0 |
759 | 2024-11-05T23:29:33.411Z | Downloaded hashbrown v0.12.3 |
760 | 2024-11-05T23:29:33.416Z | Downloaded schemars_derive v0.8.21 |
761 | 2024-11-05T23:29:33.418Z | Downloaded difflib v0.4.0 |
762 | 2024-11-05T23:29:33.420Z | Downloaded derive_builder v0.20.2 |
763 | 2024-11-05T23:29:33.424Z | Downloaded toolchain_find v0.4.0 |
764 | 2024-11-05T23:29:33.426Z | Downloaded tokio-native-tls v0.3.1 |
765 | 2024-11-05T23:29:33.429Z | Downloaded fatfs v0.3.6 |
766 | 2024-11-05T23:29:33.432Z | Downloaded omicron-zone-package v0.11.1 |
767 | 2024-11-05T23:29:33.434Z | Downloaded display-error-chain v0.2.1 |
768 | 2024-11-05T23:29:33.437Z | Downloaded env_filter v0.1.2 |
769 | 2024-11-05T23:29:33.437Z | Downloaded enum-as-inner v0.6.1 |
770 | 2024-11-05T23:29:33.440Z | Downloaded tracing v0.1.40 |
771 | 2024-11-05T23:29:33.444Z | Downloaded embedded-io v0.6.1 |
772 | 2024-11-05T23:29:33.446Z | Downloaded dropshot_endpoint v0.12.0 |
773 | 2024-11-05T23:29:33.448Z | Downloaded glob v0.3.1 |
774 | 2024-11-05T23:29:33.451Z | Downloaded gethostname v0.5.0 |
775 | 2024-11-05T23:29:33.451Z | Downloaded funty v2.0.0 |
776 | 2024-11-05T23:29:33.454Z | Downloaded num-complex v0.4.6 |
777 | 2024-11-05T23:29:33.457Z | Downloaded scrypt v0.11.0 |
778 | 2024-11-05T23:29:33.457Z | Downloaded rtoolbox v0.0.2 |
779 | 2024-11-05T23:29:33.459Z | Downloaded peg v0.8.4 |
780 | 2024-11-05T23:29:33.462Z | Downloaded similar v2.6.0 |
781 | 2024-11-05T23:29:33.467Z | Downloaded foreign-types v0.5.0 |
782 | 2024-11-05T23:29:33.470Z | Downloaded rfc6979 v0.4.0 |
783 | 2024-11-05T23:29:33.472Z | Downloaded predicates-core v1.0.8 |
784 | 2024-11-05T23:29:33.472Z | Downloaded secrecy v0.8.0 |
785 | 2024-11-05T23:29:33.475Z | Downloaded rustc-demangle v0.1.24 |
786 | 2024-11-05T23:29:33.475Z | Downloaded sync_wrapper v1.0.1 |
787 | 2024-11-05T23:29:33.477Z | Downloaded which v4.4.2 |
788 | 2024-11-05T23:29:33.481Z | Downloaded salsa20 v0.10.2 |
789 | 2024-11-05T23:29:33.481Z | Downloaded tungstenite v0.24.0 |
790 | 2024-11-05T23:29:33.483Z | Downloaded strum_macros v0.26.4 |
791 | 2024-11-05T23:29:33.486Z | Downloaded subprocess v0.2.9 |
792 | 2024-11-05T23:29:33.488Z | Downloaded derive_more v0.99.18 |
793 | 2024-11-05T23:29:33.495Z | Downloaded foreign-types v0.3.2 |
794 | 2024-11-05T23:29:33.497Z | Downloaded pem v3.0.4 |
795 | 2024-11-05T23:29:33.497Z | Downloaded tokio-rustls v0.24.1 |
796 | 2024-11-05T23:29:33.500Z | Downloaded progenitor v0.8.0 |
797 | 2024-11-05T23:29:33.503Z | Downloaded ena v0.14.3 |
798 | 2024-11-05T23:29:33.506Z | Downloaded tower-service v0.3.3 |
799 | 2024-11-05T23:29:33.506Z | Downloaded num-conv v0.1.0 |
800 | 2024-11-05T23:29:33.508Z | Downloaded minimal-lexical v0.2.1 |
801 | 2024-11-05T23:29:33.511Z | Downloaded try-lock v0.2.5 |
802 | 2024-11-05T23:29:33.513Z | Downloaded serde_with v3.11.0 |
803 | 2024-11-05T23:29:33.520Z | Downloaded olpc-cjson v0.1.4 |
804 | 2024-11-05T23:29:33.523Z | Downloaded globset v0.4.15 |
805 | 2024-11-05T23:29:33.525Z | Downloaded siphasher v0.3.11 |
806 | 2024-11-05T23:29:33.528Z | Downloaded foreign-types-shared v0.3.1 |
807 | 2024-11-05T23:29:33.528Z | Downloaded shlex v1.3.0 |
808 | 2024-11-05T23:29:33.528Z | Downloaded shell-words v1.1.0 |
809 | 2024-11-05T23:29:33.531Z | Downloaded want v0.3.1 |
810 | 2024-11-05T23:29:33.531Z | Downloaded sha1 v0.10.6 |
811 | 2024-11-05T23:29:33.533Z | Downloaded peg-macros v0.8.4 |
812 | 2024-11-05T23:29:33.536Z | Downloaded unicode-xid v0.2.6 |
813 | 2024-11-05T23:29:33.538Z | Downloaded poly1305 v0.8.0 |
814 | 2024-11-05T23:29:33.541Z | Downloaded psl-types v2.0.11 |
815 | 2024-11-05T23:29:33.541Z | Downloaded powerfmt v0.2.0 |
816 | 2024-11-05T23:29:33.543Z | Downloaded heapless v0.8.0 |
817 | 2024-11-05T23:29:33.546Z | Downloaded diesel_table_macro_syntax v0.2.0 |
818 | 2024-11-05T23:29:33.548Z | Downloaded sct v0.7.1 |
819 | 2024-11-05T23:29:33.550Z | Downloaded itertools v0.10.5 |
820 | 2024-11-05T23:29:33.559Z | Downloaded quick-error v1.2.3 |
821 | 2024-11-05T23:29:33.561Z | Downloaded number_prefix v0.4.0 |
822 | 2024-11-05T23:29:33.561Z | Downloaded endian-type v0.1.2 |
823 | 2024-11-05T23:29:33.562Z | Downloaded wyz v0.5.1 |
824 | 2024-11-05T23:29:33.564Z | Downloaded unicode-bidi v0.3.17 |
825 | 2024-11-05T23:29:33.567Z | Downloaded tokio-rustls v0.25.0 |
826 | 2024-11-05T23:29:33.569Z | Downloaded rusty-fork v0.3.0 |
827 | 2024-11-05T23:29:33.569Z | Downloaded tokio-rustls v0.26.0 |
828 | 2024-11-05T23:29:33.572Z | Downloaded semver v0.1.20 |
829 | 2024-11-05T23:29:33.574Z | Downloaded smallvec v0.6.14 |
830 | 2024-11-05T23:29:33.574Z | Downloaded publicsuffix v2.2.3 |
831 | 2024-11-05T23:29:33.577Z | Downloaded sqlparser_derive v0.2.2 |
832 | 2024-11-05T23:29:33.579Z | Downloaded half v2.4.1 |
833 | 2024-11-05T23:29:33.582Z | Downloaded headers v0.4.0 |
834 | 2024-11-05T23:29:33.586Z | Downloaded num v0.4.3 |
835 | 2024-11-05T23:29:33.589Z | Downloaded hash32 v0.2.1 |
836 | 2024-11-05T23:29:33.591Z | Downloaded xattr v1.3.1 |
837 | 2024-11-05T23:29:33.591Z | Downloaded dhcproto v0.12.0 |
838 | 2024-11-05T23:29:33.594Z | Downloaded num-derive v0.4.2 |
839 | 2024-11-05T23:29:33.596Z | Downloaded derive-where v1.2.7 |
840 | 2024-11-05T23:29:33.599Z | Downloaded futures v0.3.31 |
841 | 2024-11-05T23:29:33.605Z | Downloaded vte_generate_state_changes v0.1.2 |
842 | 2024-11-05T23:29:33.607Z | Downloaded form_urlencoded v1.2.1 |
843 | 2024-11-05T23:29:33.607Z | Downloaded foldhash v0.1.3 |
844 | 2024-11-05T23:29:33.609Z | Downloaded slog-async v2.8.0 |
845 | 2024-11-05T23:29:33.609Z | Downloaded p256 v0.13.2 |
846 | 2024-11-05T23:29:33.612Z | Downloaded pkg-config v0.3.31 |
847 | 2024-11-05T23:29:33.615Z | Downloaded structmeta v0.2.0 |
848 | 2024-11-05T23:29:33.618Z | Downloaded strip-ansi-escapes v0.2.0 |
849 | 2024-11-05T23:29:33.618Z | Downloaded uzers v0.12.1 |
850 | 2024-11-05T23:29:33.621Z | Downloaded aes-gcm v0.10.3 |
851 | 2024-11-05T23:29:33.624Z | Downloaded progenitor-impl v0.8.0 |
852 | 2024-11-05T23:29:33.626Z | Downloaded string_cache v0.8.7 |
853 | 2024-11-05T23:29:33.626Z | Downloaded fragile v2.0.0 |
854 | 2024-11-05T23:29:33.628Z | Downloaded oso-derive v0.27.3 |
855 | 2024-11-05T23:29:33.631Z | Downloaded url v2.5.2 |
856 | 2024-11-05T23:29:33.634Z | Downloaded pkcs8 v0.10.2 |
857 | 2024-11-05T23:29:33.636Z | Downloaded serde_yaml v0.9.34+deprecated |
858 | 2024-11-05T23:29:33.639Z | Downloaded ssh-encoding v0.2.0 |
859 | 2024-11-05T23:29:33.641Z | Downloaded time v0.3.36 |
860 | 2024-11-05T23:29:33.647Z | Downloaded tui-tree-widget v0.22.0 |
861 | 2024-11-05T23:29:33.649Z | Downloaded topological-sort v0.2.2 |
862 | 2024-11-05T23:29:33.652Z | Downloaded hashbrown v0.13.2 |
863 | 2024-11-05T23:29:33.654Z | Downloaded dhcproto-macros v0.1.0 |
864 | 2024-11-05T23:29:33.656Z | Downloaded packed_struct_codegen v0.10.1 |
865 | 2024-11-05T23:29:33.656Z | Downloaded hickory-client v0.24.1 |
866 | 2024-11-05T23:29:33.659Z | Downloaded num-integer v0.1.46 |
867 | 2024-11-05T23:29:33.662Z | Downloaded unsafe-libyaml v0.2.11 |
868 | 2024-11-05T23:29:33.664Z | Downloaded smf v0.2.3 |
869 | 2024-11-05T23:29:33.666Z | Downloaded unicode-segmentation v1.12.0 |
870 | 2024-11-05T23:29:33.668Z | Downloaded hyper v1.4.1 |
871 | 2024-11-05T23:29:33.675Z | Downloaded predicates-tree v1.0.11 |
872 | 2024-11-05T23:29:33.678Z | Downloaded rand_chacha v0.3.1 |
873 | 2024-11-05T23:29:33.678Z | Downloaded proc-macro-crate v1.3.1 |
874 | 2024-11-05T23:29:33.681Z | Downloaded slog v2.7.0 |
875 | 2024-11-05T23:29:33.683Z | Downloaded quinn v0.11.5 |
876 | 2024-11-05T23:29:33.686Z | Downloaded flume v0.11.0 |
877 | 2024-11-05T23:29:33.689Z | Downloaded nom v7.1.3 |
878 | 2024-11-05T23:29:33.694Z | Downloaded ff v0.13.0 |
879 | 2024-11-05T23:29:33.700Z | Downloaded hkdf v0.12.4 |
880 | 2024-11-05T23:29:33.702Z | Downloaded aho-corasick v1.1.3 |
881 | 2024-11-05T23:29:33.704Z | Downloaded rustls-pemfile v1.0.4 |
882 | 2024-11-05T23:29:33.707Z | Downloaded fd-lock v4.0.2 |
883 | 2024-11-05T23:29:33.709Z | Downloaded filetime v0.2.25 |
884 | 2024-11-05T23:29:33.714Z | Downloaded tokio-postgres v0.7.12 |
885 | 2024-11-05T23:29:33.716Z | Downloaded stable_deref_trait v1.2.0 |
886 | 2024-11-05T23:29:33.716Z | Downloaded rustls-pki-types v1.9.0 |
887 | 2024-11-05T23:29:33.719Z | Downloaded diff v0.1.13 |
888 | 2024-11-05T23:29:33.722Z | Downloaded parse-display v0.10.0 |
889 | 2024-11-05T23:29:33.727Z | Downloaded parking_lot_core v0.9.10 |
890 | 2024-11-05T23:29:33.727Z | Downloaded enum-as-inner v0.5.1 |
891 | 2024-11-05T23:29:33.727Z | Downloaded embedded-io v0.4.0 |
892 | 2024-11-05T23:29:33.730Z | Downloaded lalrpop v0.19.12 |
893 | 2024-11-05T23:29:33.740Z | Downloaded whoami v1.5.2 |
894 | 2024-11-05T23:29:33.744Z | Downloaded phf_generator v0.11.2 |
895 | 2024-11-05T23:29:33.747Z | Downloaded tap v1.0.1 |
896 | 2024-11-05T23:29:33.747Z | Downloaded pkcs1 v0.7.5 |
897 | 2024-11-05T23:29:33.747Z | Downloaded vte v0.11.1 |
898 | 2024-11-05T23:29:33.750Z | Downloaded vsss-rs v3.3.4 |
899 | 2024-11-05T23:29:33.755Z | Downloaded either v1.13.0 |
900 | 2024-11-05T23:29:33.755Z | Downloaded termcolor v1.4.1 |
901 | 2024-11-05T23:29:33.755Z | Downloaded packed_struct v0.10.1 |
902 | 2024-11-05T23:29:33.757Z | Downloaded diesel-dtrace v0.3.0 |
903 | 2024-11-05T23:29:33.761Z | Downloaded spin v0.9.8 |
904 | 2024-11-05T23:29:33.761Z | Downloaded pkcs5 v0.7.1 |
905 | 2024-11-05T23:29:33.766Z | Downloaded tls_codec v0.4.1 |
906 | 2024-11-05T23:29:33.766Z | Downloaded thread_local v1.1.8 |
907 | 2024-11-05T23:29:33.769Z | Downloaded parse-zoneinfo v0.3.1 |
908 | 2024-11-05T23:29:33.771Z | Downloaded value-bag v1.9.0 |
909 | 2024-11-05T23:29:33.775Z | Downloaded subtle v2.6.1 |
910 | 2024-11-05T23:29:33.775Z | Downloaded smallvec v1.13.2 |
911 | 2024-11-05T23:29:33.778Z | Downloaded reedline v0.35.0 |
912 | 2024-11-05T23:29:33.784Z | Downloaded owo-colors v4.1.0 |
913 | 2024-11-05T23:29:33.788Z | Downloaded rustls-pemfile v2.2.0 |
914 | 2024-11-05T23:29:33.790Z | Downloaded vergen v8.3.2 |
915 | 2024-11-05T23:29:33.793Z | Downloaded tls_codec_derive v0.4.1 |
916 | 2024-11-05T23:29:33.793Z | Downloaded heapless v0.7.17 |
917 | 2024-11-05T23:29:33.798Z | Downloaded static_assertions v1.1.0 |
918 | 2024-11-05T23:29:33.801Z | Downloaded oso v0.27.3 |
919 | 2024-11-05T23:29:33.804Z | Downloaded prettyplease v0.2.22 |
920 | 2024-11-05T23:29:33.806Z | Downloaded unicode_categories v0.1.1 |
921 | 2024-11-05T23:29:33.809Z | Downloaded tough v0.17.1 |
922 | 2024-11-05T23:29:33.815Z | Downloaded tungstenite v0.23.0 |
923 | 2024-11-05T23:29:33.818Z | Downloaded blake3 v1.5.4 |
924 | 2024-11-05T23:29:33.826Z | Downloaded termios v0.3.3 |
925 | 2024-11-05T23:29:33.829Z | Downloaded tungstenite v0.21.0 |
926 | 2024-11-05T23:29:33.832Z | Downloaded portable-atomic v1.9.0 |
927 | 2024-11-05T23:29:33.838Z | Downloaded diesel_derives v2.2.3 |
928 | 2024-11-05T23:29:33.842Z | Downloaded rustyline v14.0.0 |
929 | 2024-11-05T23:29:33.848Z | Downloaded sqlparser v0.45.0 |
930 | 2024-11-05T23:29:33.853Z | Downloaded elliptic-curve v0.13.8 |
931 | 2024-11-05T23:29:33.857Z | Downloaded bindgen v0.69.5 |
932 | 2024-11-05T23:29:33.865Z | Downloaded rcgen v0.12.1 |
933 | 2024-11-05T23:29:33.867Z | Downloaded toml_edit v0.19.15 |
934 | 2024-11-05T23:29:33.887Z | Downloaded steno v0.4.1 |
935 | 2024-11-05T23:29:33.889Z | Downloaded idna v0.3.0 |
936 | 2024-11-05T23:29:33.895Z | Downloaded x509-cert v0.2.5 |
937 | 2024-11-05T23:29:33.901Z | Downloaded tokio-util v0.7.12 |
938 | 2024-11-05T23:29:33.907Z | Downloaded reqwest v0.12.8 |
939 | 2024-11-05T23:29:33.916Z | Downloaded rayon v1.10.0 |
940 | 2024-11-05T23:29:33.925Z | Downloaded rand v0.8.5 |
941 | 2024-11-05T23:29:33.929Z | Downloaded quinn-proto v0.11.8 |
942 | 2024-11-05T23:29:33.935Z | Downloaded num-bigint-dig v0.8.4 |
943 | 2024-11-05T23:29:33.941Z | Downloaded hashbrown v0.14.5 |
944 | 2024-11-05T23:29:33.946Z | Downloaded proptest v1.5.0 |
945 | 2024-11-05T23:29:33.956Z | Downloaded flate2 v1.0.34 |
946 | 2024-11-05T23:29:33.961Z | Downloaded salty v0.3.0 |
947 | 2024-11-05T23:29:33.968Z | Downloaded regex v1.11.0 |
948 | 2024-11-05T23:29:33.981Z | Downloaded reqwest v0.11.27 |
949 | 2024-11-05T23:29:33.989Z | Downloaded ssh-key v0.6.6 |
950 | 2024-11-05T23:29:33.996Z | Downloaded bstr v1.10.0 |
951 | 2024-11-05T23:29:34.007Z | Downloaded futures-util v0.3.31 |
952 | 2024-11-05T23:29:34.021Z | Downloaded rustls-webpki v0.101.7 |
953 | 2024-11-05T23:29:34.033Z | Downloaded russh v0.45.0 |
954 | 2024-11-05T23:29:34.038Z | Downloaded rustls-webpki v0.102.8 |
955 | 2024-11-05T23:29:34.057Z | Downloaded p521 v0.13.3 |
956 | 2024-11-05T23:29:34.061Z | Downloaded h2 v0.4.6 |
957 | 2024-11-05T23:29:34.069Z | Downloaded curve25519-dalek v4.1.3 |
958 | 2024-11-05T23:29:34.076Z | Downloaded winnow v0.5.40 |
959 | 2024-11-05T23:29:34.085Z | Downloaded rusqlite v0.32.1 |
960 | 2024-11-05T23:29:34.092Z | Downloaded git2 v0.19.0 |
961 | 2024-11-05T23:29:34.101Z | Downloaded nix v0.27.1 |
962 | 2024-11-05T23:29:34.113Z | Downloaded rustls v0.23.14 |
963 | 2024-11-05T23:29:34.124Z | Downloaded idna v0.4.0 |
964 | 2024-11-05T23:29:34.132Z | Downloaded idna v0.2.3 |
965 | 2024-11-05T23:29:34.139Z | Downloaded trust-dns-proto v0.22.0 |
966 | 2024-11-05T23:29:34.151Z | Downloaded quick-xml v0.33.0 |
967 | 2024-11-05T23:29:34.157Z | Downloaded idna v0.5.0 |
968 | 2024-11-05T23:29:34.165Z | Downloaded object v0.30.4 |
969 | 2024-11-05T23:29:34.174Z | Downloaded p384 v0.13.0 |
970 | 2024-11-05T23:29:34.181Z | Downloaded dropshot v0.12.0 |
971 | 2024-11-05T23:29:34.202Z | Downloaded smoltcp v0.9.1 |
972 | 2024-11-05T23:29:34.212Z | Downloaded regress v0.9.1 |
973 | 2024-11-05T23:29:34.221Z | Downloaded regex-syntax v0.8.5 |
974 | 2024-11-05T23:29:34.229Z | Downloaded object v0.36.5 |
975 | 2024-11-05T23:29:34.241Z | Downloaded nix v0.29.0 |
976 | 2024-11-05T23:29:34.253Z | Downloaded gimli v0.31.1 |
977 | 2024-11-05T23:29:34.261Z | Downloaded polar-core v0.27.3 |
978 | 2024-11-05T23:29:34.270Z | Downloaded regex-syntax v0.6.29 |
979 | 2024-11-05T23:29:34.277Z | Downloaded radix_trie v0.2.1 |
980 | 2024-11-05T23:29:34.283Z | Downloaded hickory-proto v0.24.1 |
981 | 2024-11-05T23:29:34.298Z | Downloaded rustls v0.22.4 |
982 | 2024-11-05T23:29:34.311Z | Downloaded diesel v2.2.4 |
983 | 2024-11-05T23:29:34.330Z | Downloaded smoltcp v0.11.0 |
984 | 2024-11-05T23:29:34.344Z | Downloaded openapiv3 v2.0.0 |
985 | 2024-11-05T23:29:34.357Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
986 | 2024-11-05T23:29:34.368Z | Downloaded ratatui v0.28.1 |
987 | 2024-11-05T23:29:34.388Z | Downloaded sled v0.34.7 |
988 | 2024-11-05T23:29:34.399Z | Downloaded typify-impl v0.2.0 |
989 | 2024-11-05T23:29:34.414Z | Downloaded openssl v0.10.66 |
990 | 2024-11-05T23:29:34.424Z | Downloaded rustls v0.21.12 |
991 | 2024-11-05T23:29:34.435Z | Downloaded regress v0.10.1 |
992 | 2024-11-05T23:29:34.444Z | Downloaded zerocopy-derive v0.6.6 |
993 | 2024-11-05T23:29:34.454Z | Downloaded h2 v0.3.26 |
994 | 2024-11-05T23:29:34.461Z | Downloaded webpki-roots v0.26.6 |
995 | 2024-11-05T23:29:34.465Z | Downloaded vcpkg v0.2.15 |
996 | 2024-11-05T23:29:34.504Z | Downloaded chrono-tz v0.10.0 |
997 | 2024-11-05T23:29:34.512Z | Downloaded regex-automata v0.4.8 |
998 | 2024-11-05T23:29:34.528Z | Downloaded nix v0.28.0 |
999 | 2024-11-05T23:29:34.539Z | Downloaded chrono v0.4.38 |
1000 | 2024-11-05T23:29:34.546Z | Downloaded bitvec v1.0.1 |
1001 | 2024-11-05T23:29:34.561Z | Downloaded tokio v1.40.0 |
1002 | 2024-11-05T23:29:34.599Z | Downloaded csv v1.3.0 |
1003 | 2024-11-05T23:29:34.619Z | Downloaded qorb v0.2.0 |
1004 | 2024-11-05T23:29:34.623Z | Downloaded openssl-sys v0.9.103 |
1005 | 2024-11-05T23:29:34.629Z | Downloaded ron v0.8.1 |
1006 | 2024-11-05T23:29:34.634Z | Downloaded num-bigint v0.4.6 |
1007 | 2024-11-05T23:29:34.638Z | Downloaded typed-path v0.7.1 |
1008 | 2024-11-05T23:29:34.644Z | Downloaded sha3 v0.10.8 |
1009 | 2024-11-05T23:29:34.649Z | Downloaded unicode-normalization v0.1.24 |
1010 | 2024-11-05T23:29:34.652Z | Downloaded lzma-sys v0.1.20 |
1011 | 2024-11-05T23:29:34.682Z | Downloaded primeorder v0.13.6 |
1012 | 2024-11-05T23:29:34.684Z | Downloaded itertools v0.13.0 |
1013 | 2024-11-05T23:29:34.690Z | Downloaded expectorate v1.1.0 |
1014 | 2024-11-05T23:29:34.693Z | Downloaded libxml v0.3.3 |
1015 | 2024-11-05T23:29:34.698Z | Downloaded slog-bunyan v2.5.0 |
1016 | 2024-11-05T23:29:34.701Z | Downloaded socket2 v0.5.7 |
1017 | 2024-11-05T23:29:34.703Z | Downloaded tokio-tungstenite v0.24.0 |
1018 | 2024-11-05T23:29:34.705Z | Downloaded des v0.8.1 |
1019 | 2024-11-05T23:29:34.706Z | Downloaded derive_builder_core v0.20.2 |
1020 | 2024-11-05T23:29:34.708Z | Downloaded crossterm v0.28.1 |
1021 | 2024-11-05T23:29:34.713Z | Downloaded test-strategy v0.3.1 |
1022 | 2024-11-05T23:29:34.716Z | Downloaded petgraph v0.6.5 |
1023 | 2024-11-05T23:29:34.734Z | Downloaded libz-sys v1.1.20 |
1024 | 2024-11-05T23:29:34.755Z | Downloaded ron v0.7.1 |
1025 | 2024-11-05T23:29:34.760Z | Downloaded predicates v3.1.2 |
1026 | 2024-11-05T23:29:34.763Z | Downloaded mio v1.0.2 |
1027 | 2024-11-05T23:29:34.768Z | Downloaded pin-project v1.1.6 |
1028 | 2024-11-05T23:29:34.779Z | Downloaded polyval v0.6.2 |
1029 | 2024-11-05T23:29:34.781Z | Downloaded slog-stdlog v4.1.1 |
1030 | 2024-11-05T23:29:34.784Z | Downloaded unicode-properties v0.1.3 |
1031 | 2024-11-05T23:29:34.784Z | Downloaded ed25519-dalek v2.1.1 |
1032 | 2024-11-05T23:29:34.787Z | Downloaded uuid v1.10.0 |
1033 | 2024-11-05T23:29:34.790Z | Downloaded num-rational v0.4.2 |
1034 | 2024-11-05T23:29:34.792Z | Downloaded tracing-core v0.1.32 |
1035 | 2024-11-05T23:29:34.794Z | Downloaded tar v0.4.42 |
1036 | 2024-11-05T23:29:34.797Z | Downloaded base64 v0.21.7 |
1037 | 2024-11-05T23:29:34.799Z | Downloaded const_format v0.2.33 |
1038 | 2024-11-05T23:29:34.804Z | Downloaded zone v0.3.0 |
1039 | 2024-11-05T23:29:34.806Z | Downloaded indexmap v1.9.3 |
1040 | 2024-11-05T23:29:34.808Z | Downloaded signal-hook-registry v1.4.2 |
1041 | 2024-11-05T23:29:34.811Z | Downloaded serde_derive_internals v0.29.1 |
1042 | 2024-11-05T23:29:34.811Z | Downloaded encoding_rs v0.8.34 |
1043 | 2024-11-05T23:29:34.831Z | Downloaded tinyvec v1.8.0 |
1044 | 2024-11-05T23:29:34.834Z | Downloaded russh-keys v0.45.0 |
1045 | 2024-11-05T23:29:34.837Z | Downloaded itertools v0.12.1 |
1046 | 2024-11-05T23:29:34.843Z | Downloaded zeroize_derive v1.4.2 |
1047 | 2024-11-05T23:29:34.846Z | Downloaded xz2 v0.1.7 |
1048 | 2024-11-05T23:29:34.846Z | Downloaded postcard v1.0.10 |
1049 | 2024-11-05T23:29:34.848Z | Downloaded pin-project-internal v1.1.6 |
1050 | 2024-11-05T23:29:34.851Z | Downloaded defmt-macros v0.3.9 |
1051 | 2024-11-05T23:29:34.853Z | Downloaded nu-ansi-term v0.50.1 |
1052 | 2024-11-05T23:29:34.856Z | Downloaded miniz_oxide v0.8.0 |
1053 | 2024-11-05T23:29:34.858Z | Downloaded group v0.13.0 |
1054 | 2024-11-05T23:29:34.861Z | Downloaded arc-swap v1.7.1 |
1055 | 2024-11-05T23:29:34.863Z | Downloaded pin-project-lite v0.2.14 |
1056 | 2024-11-05T23:29:34.866Z | Downloaded sqlformat v0.2.6 |
1057 | 2024-11-05T23:29:34.868Z | Downloaded fallible-streaming-iterator v0.1.9 |
1058 | 2024-11-05T23:29:34.871Z | Downloaded ed25519 v2.2.3 |
1059 | 2024-11-05T23:29:34.871Z | Downloaded quinn-udp v0.5.5 |
1060 | 2024-11-05T23:29:34.873Z | Downloaded progenitor-macro v0.8.0 |
1061 | 2024-11-05T23:29:34.873Z | Downloaded ecdsa v0.16.9 |
1062 | 2024-11-05T23:29:34.875Z | Downloaded memmap2 v0.9.5 |
1063 | 2024-11-05T23:29:34.877Z | Downloaded bytes v1.7.2 |
1064 | 2024-11-05T23:29:34.880Z | Downloaded tokio-tungstenite v0.21.0 |
1065 | 2024-11-05T23:29:34.883Z | Downloaded rustc_version v0.1.7 |
1066 | 2024-11-05T23:29:34.883Z | Downloaded rustc-hash v2.0.0 |
1067 | 2024-11-05T23:29:34.886Z | Downloaded futures-core v0.3.31 |
1068 | 2024-11-05T23:29:34.886Z | Downloaded zone_cfg_derive v0.1.2 |
1069 | 2024-11-05T23:29:34.886Z | Downloaded defmt v0.3.8 |
1070 | 2024-11-05T23:29:34.890Z | Downloaded chacha20poly1305 v0.10.1 |
1071 | 2024-11-05T23:29:34.892Z | Downloaded multer v3.1.0 |
1072 | 2024-11-05T23:29:34.892Z | Downloaded mockall_derive v0.13.0 |
1073 | 2024-11-05T23:29:34.894Z | Downloaded base64 v0.22.1 |
1074 | 2024-11-05T23:29:34.897Z | Downloaded num-iter v0.1.45 |
1075 | 2024-11-05T23:29:34.900Z | Downloaded futures-executor v0.3.31 |
1076 | 2024-11-05T23:29:34.900Z | Downloaded typify v0.2.0 |
1077 | 2024-11-05T23:29:34.902Z | Downloaded crossbeam-utils v0.8.20 |
1078 | 2024-11-05T23:29:34.906Z | Downloaded cookie_store v0.21.0 |
1079 | 2024-11-05T23:29:34.909Z | Downloaded argon2 v0.5.3 |
1080 | 2024-11-05T23:29:34.909Z | Downloaded wait-timeout v0.2.0 |
1081 | 2024-11-05T23:29:34.911Z | Downloaded darling v0.20.10 |
1082 | 2024-11-05T23:29:34.913Z | Downloaded lru-cache v0.1.2 |
1083 | 2024-11-05T23:29:34.916Z | Downloaded kstat-rs v0.2.4 |
1084 | 2024-11-05T23:29:34.916Z | Downloaded crc32fast v1.4.2 |
1085 | 2024-11-05T23:29:34.918Z | Downloaded bitfield-struct v0.6.2 |
1086 | 2024-11-05T23:29:34.918Z | Downloaded async-trait v0.1.83 |
1087 | 2024-11-05T23:29:34.921Z | Downloaded async-stream v0.3.6 |
1088 | 2024-11-05T23:29:34.924Z | Downloaded structmeta-derive v0.2.0 |
1089 | 2024-11-05T23:29:34.926Z | Downloaded ssh-cipher v0.2.0 |
1090 | 2024-11-05T23:29:34.926Z | Downloaded signal-hook-mio v0.2.4 |
1091 | 2024-11-05T23:29:34.926Z | Downloaded rustversion v1.0.17 |
1092 | 2024-11-05T23:29:34.929Z | Downloaded maplit v1.0.2 |
1093 | 2024-11-05T23:29:34.929Z | Downloaded internet-checksum v0.2.1 |
1094 | 2024-11-05T23:29:34.932Z | Downloaded indoc v1.0.9 |
1095 | 2024-11-05T23:29:34.935Z | Downloaded indent_write v2.2.0 |
1096 | 2024-11-05T23:29:34.935Z | Downloaded buf-list v1.0.3 |
1097 | 2024-11-05T23:29:34.938Z | Downloaded convert_case v0.4.0 |
1098 | 2024-11-05T23:29:34.938Z | Downloaded darling_macro v0.20.10 |
1099 | 2024-11-05T23:29:34.938Z | Downloaded crunchy v0.2.2 |
1100 | 2024-11-05T23:29:34.938Z | Downloaded atomicwrites v0.4.4 |
1101 | 2024-11-05T23:29:34.940Z | Downloaded allocator-api2 v0.2.18 |
1102 | 2024-11-05T23:29:34.942Z | Downloaded hyper-rustls v0.27.3 |
1103 | 2024-11-05T23:29:34.945Z | Downloaded base64 v0.13.1 |
1104 | 2024-11-05T23:29:34.947Z | Downloaded aes v0.8.4 |
1105 | 2024-11-05T23:29:34.949Z | Downloaded clang-sys v1.8.1 |
1106 | 2024-11-05T23:29:34.952Z | Downloaded multimap v0.10.0 |
1107 | 2024-11-05T23:29:34.954Z | Downloaded lru v0.12.5 |
1108 | 2024-11-05T23:29:34.954Z | Downloaded lazy_static v1.5.0 |
1109 | 2024-11-05T23:29:34.957Z | Downloaded bzip2 v0.4.4 |
1110 | 2024-11-05T23:29:34.957Z | Downloaded libefi-sys v0.1.0 |
1111 | 2024-11-05T23:29:34.960Z | Downloaded crc-any v2.5.0 |
1112 | 2024-11-05T23:29:34.960Z | Downloaded cancel-safe-futures v0.1.5 |
1113 | 2024-11-05T23:29:34.964Z | Downloaded async-bb8-diesel v0.2.1 |
1114 | 2024-11-05T23:29:34.983Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1115 | 2024-11-05T23:29:35.171Z | Downloaded ring v0.16.20 |
1116 | 2024-11-05T23:29:35.489Z | Downloaded ring v0.17.8 |
1117 | 2024-11-05T23:29:35.610Z | Downloaded libsqlite3-sys v0.30.1 |
1118 | 2024-11-05T23:29:35.786Z | Compiling serde v1.0.210 |
1119 | 2024-11-05T23:29:35.788Z | Compiling typenum v1.17.0 |
1120 | 2024-11-05T23:29:35.788Z | Compiling generic-array v0.14.7 |
1121 | 2024-11-05T23:29:35.788Z | Compiling lock_api v0.4.12 |
1122 | 2024-11-05T23:29:35.788Z | Compiling scopeguard v1.2.0 |
1123 | 2024-11-05T23:29:35.788Z | Compiling subtle v2.6.1 |
1124 | 2024-11-05T23:29:35.788Z | Compiling syn v2.0.79 |
1125 | 2024-11-05T23:29:35.927Z | Compiling getrandom v0.2.15 |
1126 | 2024-11-05T23:29:36.235Z | Compiling value-bag v1.9.0 |
1127 | 2024-11-05T23:29:36.419Z | Compiling rand_core v0.6.4 |
1128 | 2024-11-05T23:29:36.502Z | Compiling const-oid v0.9.6 |
1129 | 2024-11-05T23:29:36.520Z | Compiling pin-project-lite v0.2.14 |
1130 | 2024-11-05T23:29:36.537Z | Compiling smallvec v1.13.2 |
1131 | 2024-11-05T23:29:36.652Z | Compiling jobserver v0.1.32 |
1132 | 2024-11-05T23:29:36.892Z | Compiling log v0.4.22 |
1133 | 2024-11-05T23:29:36.964Z | Compiling shlex v1.3.0 |
1134 | 2024-11-05T23:29:36.992Z | Compiling parking_lot_core v0.9.10 |
1135 | 2024-11-05T23:29:37.010Z | Compiling futures-core v0.3.31 |
1136 | 2024-11-05T23:29:37.262Z | Compiling cc v1.1.30 |
1137 | 2024-11-05T23:29:37.381Z | Compiling signal-hook-registry v1.4.2 |
1138 | 2024-11-05T23:29:37.608Z | Compiling mio v1.0.2 |
1139 | 2024-11-05T23:29:37.819Z | Compiling cpufeatures v0.2.14 |
1140 | 2024-11-05T23:29:37.933Z | Compiling parking_lot v0.12.3 |
1141 | 2024-11-05T23:29:38.171Z | Compiling futures-sink v0.3.31 |
1142 | 2024-11-05T23:29:38.229Z | Compiling spin v0.9.8 |
1143 | 2024-11-05T23:29:38.341Z | Compiling socket2 v0.5.7 |
1144 | 2024-11-05T23:29:38.600Z | Compiling slab v0.4.9 |
1145 | 2024-11-05T23:29:38.685Z | Compiling serde_json v1.0.128 |
1146 | 2024-11-05T23:29:38.848Z | Compiling futures-channel v0.3.31 |
1147 | 2024-11-05T23:29:38.848Z | Compiling futures-task v0.3.31 |
1148 | 2024-11-05T23:29:38.880Z | Compiling pin-utils v0.1.0 |
1149 | 2024-11-05T23:29:38.975Z | Compiling foldhash v0.1.3 |
1150 | 2024-11-05T23:29:39.042Z | Compiling allocator-api2 v0.2.18 |
1151 | 2024-11-05T23:29:39.147Z | Compiling tinyvec_macros v0.1.1 |
1152 | 2024-11-05T23:29:39.244Z | Compiling futures-io v0.3.31 |
1153 | 2024-11-05T23:29:39.276Z | Compiling tinyvec v1.8.0 |
1154 | 2024-11-05T23:29:39.294Z | Compiling libm v0.2.8 |
1155 | 2024-11-05T23:29:39.354Z | Compiling num-traits v0.2.19 |
1156 | 2024-11-05T23:29:39.358Z | Compiling unicode-bidi v0.3.17 |
1157 | 2024-11-05T23:29:39.545Z | Compiling base64ct v1.6.0 |
1158 | 2024-11-05T23:29:39.876Z | Compiling hashbrown v0.15.0 |
1159 | 2024-11-05T23:29:39.895Z | Compiling flagset v0.4.6 |
1160 | 2024-11-05T23:29:40.081Z | Compiling pem-rfc7468 v0.7.0 |
1161 | 2024-11-05T23:29:40.098Z | Compiling httparse v1.9.5 |
1162 | 2024-11-05T23:29:40.723Z | Compiling unicode-normalization v0.1.24 |
1163 | 2024-11-05T23:29:40.789Z | Compiling tracing-core v0.1.32 |
1164 | 2024-11-05T23:29:40.908Z | Compiling crossbeam-utils v0.8.20 |
1165 | 2024-11-05T23:29:41.027Z | Compiling rustls-pki-types v1.9.0 |
1166 | 2024-11-05T23:29:41.211Z | Compiling percent-encoding v2.3.1 |
1167 | 2024-11-05T23:29:41.365Z | Compiling ring v0.17.8 |
1168 | 2024-11-05T23:29:41.599Z | Compiling vcpkg v0.2.15 |
1169 | 2024-11-05T23:29:41.848Z | Compiling num-conv v0.1.0 |
1170 | 2024-11-05T23:29:42.099Z | Compiling pkg-config v0.3.31 |
1171 | 2024-11-05T23:29:42.136Z | Compiling powerfmt v0.2.0 |
1172 | 2024-11-05T23:29:42.153Z | Compiling untrusted v0.9.0 |
1173 | 2024-11-05T23:29:42.291Z | Compiling time-core v0.1.2 |
1174 | 2024-11-05T23:29:42.466Z | Compiling time-macros v0.2.18 |
1175 | 2024-11-05T23:29:42.527Z | Compiling deranged v0.3.11 |
1176 | 2024-11-05T23:29:42.870Z | Compiling num_threads v0.1.7 |
1177 | 2024-11-05T23:29:43.001Z | Compiling atomic-waker v1.1.2 |
1178 | 2024-11-05T23:29:43.188Z | Compiling form_urlencoded v1.2.1 |
1179 | 2024-11-05T23:29:43.502Z | Compiling slog v2.7.0 |
1180 | 2024-11-05T23:29:43.517Z | Compiling try-lock v0.2.5 |
1181 | 2024-11-05T23:29:43.538Z | Compiling openssl-sys v0.9.103 |
1182 | 2024-11-05T23:29:43.560Z | Compiling rustix v0.38.37 |
1183 | 2024-11-05T23:29:43.664Z | Compiling want v0.3.1 |
1184 | 2024-11-05T23:29:43.922Z | Compiling httpdate v1.0.3 |
1185 | 2024-11-05T23:29:44.330Z | Compiling idna v0.5.0 |
1186 | 2024-11-05T23:29:44.374Z | Compiling match_cfg v0.1.0 |
1187 | 2024-11-05T23:29:44.410Z | Compiling foreign-types-shared v0.1.1 |
1188 | 2024-11-05T23:29:44.470Z | Compiling openssl v0.10.66 |
1189 | 2024-11-05T23:29:44.524Z | Compiling base64 v0.22.1 |
1190 | 2024-11-05T23:29:44.669Z | Compiling rustversion v1.0.17 |
1191 | 2024-11-05T23:29:44.822Z | Compiling tower-service v0.3.3 |
1192 | 2024-11-05T23:29:44.868Z | Compiling iana-time-zone v0.1.61 |
1193 | 2024-11-05T23:29:45.237Z | Compiling url v2.5.2 |
1194 | 2024-11-05T23:29:45.288Z | Compiling foreign-types v0.3.2 |
1195 | 2024-11-05T23:29:45.380Z | Compiling hostname v0.3.1 |
1196 | 2024-11-05T23:29:45.397Z | Compiling time v0.3.36 |
1197 | 2024-11-05T23:29:45.423Z | Compiling dirs-sys-next v0.1.2 |
1198 | 2024-11-05T23:29:45.625Z | Compiling aho-corasick v1.1.3 |
1199 | 2024-11-05T23:29:45.862Z | Compiling syn v1.0.109 |
1200 | 2024-11-05T23:29:46.057Z | Compiling regex-syntax v0.8.5 |
1201 | 2024-11-05T23:29:46.326Z | Compiling data-encoding v2.6.0 |
1202 | 2024-11-05T23:29:46.487Z | Compiling rustls v0.23.14 |
1203 | 2024-11-05T23:29:46.764Z | Compiling rustls v0.22.4 |
1204 | 2024-11-05T23:29:46.992Z | Compiling native-tls v0.2.12 |
1205 | 2024-11-05T23:29:47.037Z | Compiling adler2 v2.0.0 |
1206 | 2024-11-05T23:29:47.234Z | Compiling siphasher v0.3.11 |
1207 | 2024-11-05T23:29:47.340Z | Compiling miniz_oxide v0.8.0 |
1208 | 2024-11-05T23:29:47.685Z | Compiling dirs-next v2.0.0 |
1209 | 2024-11-05T23:29:48.422Z | Compiling serde_derive_internals v0.29.1 |
1210 | 2024-11-05T23:29:48.861Z | Compiling crossbeam-epoch v0.9.18 |
1211 | 2024-11-05T23:29:49.200Z | Compiling lazy_static v1.5.0 |
1212 | 2024-11-05T23:29:49.322Z | Compiling thread_local v1.1.8 |
1213 | 2024-11-05T23:29:49.566Z | Compiling serde_derive v1.0.210 |
1214 | 2024-11-05T23:29:49.602Z | Compiling zeroize_derive v1.4.2 |
1215 | 2024-11-05T23:29:49.860Z | Compiling zerocopy-derive v0.7.35 |
1216 | 2024-11-05T23:29:50.447Z | Compiling tokio-macros v2.4.0 |
1217 | 2024-11-05T23:29:50.506Z | Compiling thiserror-impl v1.0.64 |
1218 | 2024-11-05T23:29:50.949Z | Compiling futures-macro v0.3.31 |
1219 | 2024-11-05T23:29:51.161Z | Compiling zeroize v1.8.1 |
1220 | 2024-11-05T23:29:52.029Z | Compiling der_derive v0.7.3 |
1221 | 2024-11-05T23:29:52.048Z | Compiling zerocopy v0.7.35 |
1222 | 2024-11-05T23:29:52.282Z | Compiling tracing-attributes v0.1.27 |
1223 | 2024-11-05T23:29:52.411Z | Compiling scroll_derive v0.12.0 |
1224 | 2024-11-05T23:29:52.830Z | Compiling futures-util v0.3.31 |
1225 | 2024-11-05T23:29:53.059Z | Compiling crypto-common v0.1.6 |
1226 | 2024-11-05T23:29:53.300Z | Compiling block-buffer v0.10.4 |
1227 | 2024-11-05T23:29:53.552Z | Compiling digest v0.10.7 |
1228 | 2024-11-05T23:29:53.629Z | Compiling block-padding v0.3.3 |
1229 | 2024-11-05T23:29:53.651Z | Compiling thiserror v1.0.64 |
1230 | 2024-11-05T23:29:53.792Z | Compiling ppv-lite86 v0.2.20 |
1231 | 2024-11-05T23:29:53.838Z | Compiling inout v0.1.3 |
1232 | 2024-11-05T23:29:53.874Z | Compiling pest v2.7.14 |
1233 | 2024-11-05T23:29:54.043Z | Compiling hmac v0.12.1 |
1234 | 2024-11-05T23:29:54.102Z | Compiling cipher v0.4.4 |
1235 | 2024-11-05T23:29:54.286Z | Compiling sha2 v0.10.8 |
1236 | 2024-11-05T23:29:54.406Z | Compiling der v0.7.9 |
1237 | 2024-11-05T23:29:54.610Z | Compiling rand_chacha v0.3.1 |
1238 | 2024-11-05T23:29:54.678Z | Compiling salsa20 v0.10.2 |
1239 | 2024-11-05T23:29:54.913Z | Compiling pbkdf2 v0.12.2 |
1240 | 2024-11-05T23:29:55.087Z | Compiling rand v0.8.5 |
1241 | 2024-11-05T23:29:55.839Z | Compiling tracing v0.1.40 |
1242 | 2024-11-05T23:29:56.394Z | Compiling scrypt v0.11.0 |
1243 | 2024-11-05T23:29:56.926Z | Compiling spki v0.7.3 |
1244 | 2024-11-05T23:29:56.962Z | Compiling pest_meta v2.7.14 |
1245 | 2024-11-05T23:29:56.979Z | Compiling aes v0.8.4 |
1246 | 2024-11-05T23:29:57.260Z | Compiling cbc v0.1.2 |
1247 | 2024-11-05T23:29:57.306Z | Compiling scroll v0.12.0 |
1248 | 2024-11-05T23:29:57.495Z | Compiling rustls-webpki v0.102.8 |
1249 | 2024-11-05T23:29:57.789Z | Compiling goblin v0.8.2 |
1250 | 2024-11-05T23:29:57.866Z | Compiling async-trait v0.1.83 |
1251 | 2024-11-05T23:29:57.936Z | Compiling pkcs5 v0.7.1 |
1252 | 2024-11-05T23:29:59.134Z | Compiling pest_generator v2.7.14 |
1253 | 2024-11-05T23:29:59.417Z | Compiling pkcs8 v0.10.2 |
1254 | 2024-11-05T23:29:59.436Z | Compiling openssl-macros v0.1.1 |
1255 | 2024-11-05T23:29:59.847Z | Compiling sha1 v0.10.6 |
1256 | 2024-11-05T23:30:00.099Z | Compiling signature v2.2.0 |
1257 | 2024-11-05T23:30:00.219Z | Compiling regex-automata v0.4.8 |
1258 | 2024-11-05T23:30:00.291Z | Compiling cookie v0.18.1 |
1259 | 2024-11-05T23:30:00.392Z | Compiling multer v3.1.0 |
1260 | 2024-11-05T23:30:00.544Z | Compiling encoding_rs v0.8.34 |
1261 | 2024-11-05T23:30:00.579Z | Compiling gimli v0.31.1 |
1262 | 2024-11-05T23:30:00.680Z | Compiling signal-hook v0.3.17 |
1263 | 2024-11-05T23:30:00.964Z | Compiling rayon-core v1.12.1 |
1264 | 2024-11-05T23:30:01.017Z | Compiling unicode-properties v0.1.3 |
1265 | 2024-11-05T23:30:01.410Z | Compiling ipnet v2.10.1 |
1266 | 2024-11-05T23:30:01.413Z | Compiling mime v0.3.17 |
1267 | 2024-11-05T23:30:01.573Z | Compiling pest_derive v2.7.14 |
1268 | 2024-11-05T23:30:01.969Z | Compiling schemars v0.8.21 |
1269 | 2024-11-05T23:30:02.340Z | Compiling slog-async v2.8.0 |
1270 | 2024-11-05T23:30:02.369Z | Compiling dtrace-parser v0.2.0 |
1271 | 2024-11-05T23:30:02.542Z | Compiling paste v1.0.15 |
1272 | 2024-11-05T23:30:02.870Z | Compiling openssl-probe v0.1.5 |
1273 | 2024-11-05T23:30:03.054Z | Compiling either v1.13.0 |
1274 | 2024-11-05T23:30:03.297Z | Compiling bytes v1.7.2 |
1275 | 2024-11-05T23:30:03.623Z | Compiling indexmap v2.6.0 |
1276 | 2024-11-05T23:30:04.377Z | Compiling tokio v1.40.0 |
1277 | 2024-11-05T23:30:04.603Z | Compiling http v1.1.0 |
1278 | 2024-11-05T23:30:04.721Z | Compiling bitflags v2.6.0 |
1279 | 2024-11-05T23:30:05.115Z | Compiling semver v1.0.23 |
1280 | 2024-11-05T23:30:05.757Z | Compiling rustc_version v0.4.1 |
1281 | 2024-11-05T23:30:05.850Z | Compiling dof v0.3.0 |
1282 | 2024-11-05T23:30:06.553Z | Compiling http-body v1.0.1 |
1283 | 2024-11-05T23:30:06.634Z | Compiling serde_spanned v0.6.8 |
1284 | 2024-11-05T23:30:06.787Z | Compiling uuid v1.10.0 |
1285 | 2024-11-05T23:30:06.876Z | Compiling toml_datetime v0.6.8 |
1286 | 2024-11-05T23:30:06.992Z | Compiling serde_tokenstream v0.2.2 |
1287 | 2024-11-05T23:30:07.398Z | Compiling usdt-impl v0.5.0 |
1288 | 2024-11-05T23:30:07.605Z | Compiling chrono v0.4.38 |
1289 | 2024-11-05T23:30:07.796Z | Compiling http-body-util v0.1.2 |
1290 | 2024-11-05T23:30:07.975Z | Compiling heapless v0.7.17 |
1291 | 2024-11-05T23:30:08.320Z | Compiling toml_edit v0.22.22 |
1292 | 2024-11-05T23:30:08.489Z | Compiling curve25519-dalek v4.1.3 |
1293 | 2024-11-05T23:30:08.858Z | Compiling usdt-attr-macro v0.5.0 |
1294 | 2024-11-05T23:30:09.155Z | Compiling usdt-macro v0.5.0 |
1295 | 2024-11-05T23:30:10.472Z | Compiling slog-json v2.6.1 |
1296 | 2024-11-05T23:30:10.518Z | Compiling addr2line v0.24.2 |
1297 | 2024-11-05T23:30:10.652Z | Compiling serde_urlencoded v0.7.1 |
1298 | 2024-11-05T23:30:10.932Z | Compiling stringprep v0.1.5 |
1299 | 2024-11-05T23:30:11.291Z | Compiling futures-executor v0.3.31 |
1300 | 2024-11-05T23:30:11.849Z | Compiling md-5 v0.10.6 |
1301 | 2024-11-05T23:30:12.080Z | Compiling schemars_derive v0.8.21 |
1302 | 2024-11-05T23:30:12.104Z | Compiling async-stream-impl v0.3.6 |
1303 | 2024-11-05T23:30:12.243Z | Compiling enum-as-inner v0.6.1 |
1304 | 2024-11-05T23:30:13.322Z | Compiling tokio-util v0.7.12 |
1305 | 2024-11-05T23:30:13.447Z | Compiling crossbeam-deque v0.8.5 |
1306 | 2024-11-05T23:30:13.794Z | Compiling term v0.7.0 |
1307 | 2024-11-05T23:30:14.671Z | Compiling h2 v0.4.6 |
1308 | 2024-11-05T23:30:15.815Z | Compiling crossbeam-channel v0.5.13 |
1309 | 2024-11-05T23:30:16.165Z | Compiling num-integer v0.1.46 |
1310 | 2024-11-05T23:30:16.853Z | Compiling idna v0.3.0 |
1311 | 2024-11-05T23:30:16.926Z | Compiling idna v0.4.0 |
1312 | 2024-11-05T23:30:16.947Z | Compiling rustls-pemfile v2.2.0 |
1313 | 2024-11-05T23:30:17.287Z | Compiling ff v0.13.0 |
1314 | 2024-11-05T23:30:17.524Z | Compiling hash32 v0.2.1 |
1315 | 2024-11-05T23:30:17.919Z | Compiling is-terminal v0.4.13 |
1316 | 2024-11-05T23:30:18.162Z | Compiling object v0.36.5 |
1317 | 2024-11-05T23:30:18.481Z | Compiling dropshot v0.12.0 |
1318 | 2024-11-05T23:30:18.498Z | Compiling take_mut v0.2.2 |
1319 | 2024-11-05T23:30:18.660Z | Compiling rustc-demangle v0.1.24 |
1320 | 2024-11-05T23:30:18.768Z | Compiling smoltcp v0.9.1 |
1321 | 2024-11-05T23:30:19.027Z | Compiling quick-error v1.2.3 |
1322 | 2024-11-05T23:30:19.176Z | Compiling dyn-clone v1.0.17 |
1323 | 2024-11-05T23:30:19.400Z | Compiling anyhow v1.0.89 |
1324 | 2024-11-05T23:30:19.473Z | Compiling num-bigint-dig v0.8.4 |
1325 | 2024-11-05T23:30:19.575Z | Compiling portable-atomic v1.9.0 |
1326 | 2024-11-05T23:30:19.780Z | Compiling stable_deref_trait v1.2.0 |
1327 | 2024-11-05T23:30:19.895Z | Compiling fallible-iterator v0.2.0 |
1328 | 2024-11-05T23:30:20.024Z | Compiling base16ct v0.2.0 |
1329 | 2024-11-05T23:30:20.351Z | Compiling utf-8 v0.7.6 |
1330 | 2024-11-05T23:30:20.617Z | Compiling linked-hash-map v0.5.6 |
1331 | 2024-11-05T23:30:20.649Z | Compiling psl-types v2.0.11 |
1332 | 2024-11-05T23:30:20.736Z | Compiling postgres-protocol v0.6.7 |
1333 | 2024-11-05T23:30:20.855Z | Compiling publicsuffix v2.2.3 |
1334 | 2024-11-05T23:30:21.010Z | Compiling lru-cache v0.1.2 |
1335 | 2024-11-05T23:30:21.156Z | Compiling tungstenite v0.24.0 |
1336 | 2024-11-05T23:30:21.188Z | Compiling sec1 v0.7.3 |
1337 | 2024-11-05T23:30:21.756Z | Compiling hyper v1.4.1 |
1338 | 2024-11-05T23:30:22.828Z | Compiling resolv-conf v0.7.0 |
1339 | 2024-11-05T23:30:23.585Z | Compiling usdt v0.5.0 |
1340 | 2024-11-05T23:30:24.095Z | Compiling slog-term v2.9.1 |
1341 | 2024-11-05T23:30:24.541Z | Compiling hyper-util v0.1.9 |
1342 | 2024-11-05T23:30:24.615Z | Compiling hickory-proto v0.24.1 |
1343 | 2024-11-05T23:30:25.042Z | Compiling tokio-rustls v0.26.0 |
1344 | 2024-11-05T23:30:25.296Z | Compiling group v0.13.0 |
1345 | 2024-11-05T23:30:25.500Z | Compiling backtrace v0.3.74 |
1346 | 2024-11-05T23:30:25.615Z | Compiling num-iter v0.1.45 |
1347 | 2024-11-05T23:30:25.781Z | Compiling tokio-rustls v0.25.0 |
1348 | 2024-11-05T23:30:25.784Z | Compiling tokio-native-tls v0.3.1 |
1349 | 2024-11-05T23:30:26.108Z | Compiling async-stream v0.3.6 |
1350 | 2024-11-05T23:30:26.196Z | Compiling toml v0.8.19 |
1351 | 2024-11-05T23:30:26.222Z | Compiling futures v0.3.31 |
1352 | 2024-11-05T23:30:27.472Z | Compiling camino v1.1.9 |
1353 | 2024-11-05T23:30:27.591Z | Compiling slog-bunyan v2.5.0 |
1354 | 2024-11-05T23:30:27.798Z | Compiling terminal_size v0.4.0 |
1355 | 2024-11-05T23:30:27.864Z | Compiling dropshot_endpoint v0.12.0 |
1356 | 2024-11-05T23:30:27.891Z | Compiling openapiv3 v2.0.0 |
1357 | 2024-11-05T23:30:28.378Z | Compiling serde_path_to_error v0.1.16 |
1358 | 2024-11-05T23:30:28.438Z | Compiling hkdf v0.12.4 |
1359 | 2024-11-05T23:30:28.619Z | Compiling hubpack_derive v0.1.1 |
1360 | 2024-11-05T23:30:28.706Z | Compiling crypto-bigint v0.5.5 |
1361 | 2024-11-05T23:30:28.821Z | Compiling zerocopy-derive v0.6.6 |
1362 | 2024-11-05T23:30:29.155Z | Compiling curve25519-dalek-derive v0.1.1 |
1363 | 2024-11-05T23:30:29.210Z | Compiling phf_shared v0.11.2 |
1364 | 2024-11-05T23:30:29.522Z | Compiling waitgroup v0.1.2 |
1365 | 2024-11-05T23:30:29.589Z | Compiling webpki-roots v0.26.6 |
1366 | 2024-11-05T23:30:29.736Z | Compiling hostname v0.4.0 |
1367 | 2024-11-05T23:30:29.799Z | Compiling ahash v0.8.11 |
1368 | 2024-11-05T23:30:29.995Z | Compiling fs-err v2.11.0 |
1369 | 2024-11-05T23:30:30.142Z | Compiling managed v0.8.0 |
1370 | 2024-11-05T23:30:30.287Z | Compiling bitflags v1.3.2 |
1371 | 2024-11-05T23:30:30.387Z | Compiling winnow v0.5.40 |
1372 | 2024-11-05T23:30:30.577Z | Compiling debug-ignore v1.0.5 |
1373 | 2024-11-05T23:30:30.596Z | Compiling strum_macros v0.25.3 |
1374 | 2024-11-05T23:30:30.731Z | Compiling console v0.15.8 |
1375 | 2024-11-05T23:30:30.918Z | Compiling zerocopy v0.6.6 |
1376 | 2024-11-05T23:30:31.825Z | Compiling elliptic-curve v0.13.8 |
1377 | 2024-11-05T23:30:32.285Z | Compiling clap_builder v4.5.20 |
1378 | 2024-11-05T23:30:34.460Z | Compiling toml_edit v0.19.15 |
1379 | 2024-11-05T23:30:34.596Z | Compiling hickory-resolver v0.24.1 |
1380 | 2024-11-05T23:30:34.799Z | Compiling hyper-rustls v0.27.3 |
1381 | 2024-11-05T23:30:34.846Z | Compiling hubpack v0.1.2 |
1382 | 2024-11-05T23:30:34.865Z | Compiling phf v0.11.2 |
1383 | 2024-11-05T23:30:35.166Z | Compiling signal-hook-mio v0.2.4 |
1384 | 2024-11-05T23:30:35.278Z | Compiling hyper-tls v0.6.0 |
1385 | 2024-11-05T23:30:35.338Z | Compiling cookie_store v0.21.0 |
1386 | 2024-11-05T23:30:35.427Z | Compiling rayon v1.10.0 |
1387 | 2024-11-05T23:30:36.900Z | Compiling tokio-tungstenite v0.24.0 |
1388 | 2024-11-05T23:30:37.467Z | Compiling postgres-types v0.2.8 |
1389 | 2024-11-05T23:30:40.246Z | Compiling tokio-stream v0.1.16 |
1390 | 2024-11-05T23:30:40.359Z | Compiling bstr v1.10.0 |
1391 | 2024-11-05T23:30:40.383Z | Compiling regex v1.11.0 |
1392 | 2024-11-05T23:30:40.936Z | Compiling serde-big-array v0.5.1 |
1393 | 2024-11-05T23:30:41.145Z | Compiling ed25519 v2.2.3 |
1394 | 2024-11-05T23:30:41.187Z | Compiling pkcs1 v0.7.5 |
1395 | 2024-11-05T23:30:41.342Z | Compiling rfc6979 v0.4.0 |
1396 | 2024-11-05T23:30:41.460Z | Compiling clap_derive v4.5.18 |
1397 | 2024-11-05T23:30:41.513Z | Compiling derive-where v1.2.7 |
1398 | 2024-11-05T23:30:41.540Z | Compiling serde_repr v0.1.19 |
1399 | 2024-11-05T23:30:42.094Z | Compiling phf_shared v0.10.0 |
1400 | 2024-11-05T23:30:42.130Z | Compiling float-cmp v0.9.0 |
1401 | 2024-11-05T23:30:42.149Z | Compiling sync_wrapper v1.0.1 |
1402 | 2024-11-05T23:30:42.305Z | Compiling crc32fast v1.4.2 |
1403 | 2024-11-05T23:30:42.359Z | Compiling whoami v1.5.2 |
1404 | 2024-11-05T23:30:42.489Z | Compiling precomputed-hash v0.1.1 |
1405 | 2024-11-05T23:30:42.609Z | Compiling minimal-lexical v0.2.1 |
1406 | 2024-11-05T23:30:42.643Z | Compiling predicates-core v1.0.8 |
1407 | 2024-11-05T23:30:42.697Z | Compiling bit-vec v0.6.3 |
1408 | 2024-11-05T23:30:42.994Z | Compiling difflib v0.4.0 |
1409 | 2024-11-05T23:30:43.013Z | Compiling fixedbitset v0.4.2 |
1410 | 2024-11-05T23:30:43.032Z | Compiling unicode-segmentation v1.12.0 |
1411 | 2024-11-05T23:30:43.106Z | Compiling new_debug_unreachable v1.0.6 |
1412 | 2024-11-05T23:30:43.154Z | Compiling static_assertions v1.1.0 |
1413 | 2024-11-05T23:30:43.204Z | Compiling number_prefix v0.4.0 |
1414 | 2024-11-05T23:30:43.263Z | Compiling normalize-line-endings v0.3.0 |
1415 | 2024-11-05T23:30:43.394Z | Compiling predicates v3.1.2 |
1416 | 2024-11-05T23:30:43.456Z | Compiling indicatif v0.17.8 |
1417 | 2024-11-05T23:30:43.474Z | Compiling petgraph v0.6.5 |
1418 | 2024-11-05T23:30:43.899Z | Compiling similar v2.6.0 |
1419 | 2024-11-05T23:30:44.542Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1420 | 2024-11-05T23:30:44.902Z | Compiling qorb v0.2.0 |
1421 | 2024-11-05T23:30:45.088Z | Compiling string_cache v0.8.7 |
1422 | 2024-11-05T23:30:45.549Z | Compiling bit-set v0.5.3 |
1423 | 2024-11-05T23:30:45.605Z | Compiling nom v7.1.3 |
1424 | 2024-11-05T23:30:45.841Z | Compiling tokio-postgres v0.7.12 |
1425 | 2024-11-05T23:30:46.062Z | Compiling clap v4.5.20 |
1426 | 2024-11-05T23:30:46.195Z | Compiling flate2 v1.0.34 |
1427 | 2024-11-05T23:30:46.295Z | Compiling reqwest v0.12.8 |
1428 | 2024-11-05T23:30:47.167Z | Compiling rsa v0.9.6 |
1429 | 2024-11-05T23:30:47.550Z | Compiling ecdsa v0.16.9 |
1430 | 2024-11-05T23:30:48.417Z | Compiling ed25519-dalek v2.1.1 |
1431 | 2024-11-05T23:30:49.359Z | Compiling toml v0.7.8 |
1432 | 2024-11-05T23:30:49.750Z | Compiling crossterm v0.28.1 |
1433 | 2024-11-05T23:30:51.311Z | Compiling itertools v0.10.5 |
1434 | 2024-11-05T23:30:51.365Z | Compiling itertools v0.12.1 |
1435 | 2024-11-05T23:30:51.368Z | Compiling hex v0.4.3 |
1436 | 2024-11-05T23:30:51.576Z | Compiling x509-cert v0.2.5 |
1437 | 2024-11-05T23:30:51.697Z | Compiling peg-runtime v0.8.3 |
1438 | 2024-11-05T23:30:51.965Z | Compiling lalrpop-util v0.19.12 |
1439 | 2024-11-05T23:30:52.319Z | Compiling unicode-xid v0.2.6 |
1440 | 2024-11-05T23:30:52.372Z | Compiling xattr v1.3.1 |
1441 | 2024-11-05T23:30:52.485Z | Compiling strum_macros v0.26.4 |
1442 | 2024-11-05T23:30:52.632Z | Compiling filetime v0.2.25 |
1443 | 2024-11-05T23:30:52.949Z | Compiling tar v0.4.42 |
1444 | 2024-11-05T23:30:55.828Z | Compiling strum v0.26.3 |
1445 | 2024-11-05T23:30:56.056Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1446 | 2024-11-05T23:30:56.306Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1447 | 2024-11-05T23:31:01.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
1448 | 2024-11-05T23:31:01.845Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1449 | 2024-11-05T23:31:01.891Z | Nov 05 23:31:01.465 INFO Starting download, target: Cockroach |
1450 | 2024-11-05T23:31:01.891Z | Nov 05 23:31:01.465 INFO Starting download, target: Clickhouse |
1451 | 2024-11-05T23:31:01.891Z | Nov 05 23:31:01.465 INFO Starting download, target: DendriteOpenapi |
1452 | 2024-11-05T23:31:01.893Z | Nov 05 23:31:01.465 INFO Starting download, target: DendriteStub |
1453 | 2024-11-05T23:31:01.893Z | Nov 05 23:31:01.465 INFO Starting download, target: Console |
1454 | 2024-11-05T23:31:01.894Z | Nov 05 23:31:01.465 INFO Starting download, target: MaghemiteMgd |
1455 | 2024-11-05T23:31:01.894Z | Nov 05 23:31:01.465 INFO Starting download, target: TransceiverControl |
1456 | 2024-11-05T23:31:01.894Z | Nov 05 23:31:01.466 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1457 | 2024-11-05T23:31:01.894Z | Nov 05 23:31:01.466 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1458 | 2024-11-05T23:31:01.894Z | Nov 05 23:31:01.466 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1459 | 2024-11-05T23:31:01.894Z | Nov 05 23:31:01.466 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1460 | 2024-11-05T23:31:01.894Z | Nov 05 23:31:01.466 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1461 | 2024-11-05T23:31:01.894Z | Nov 05 23:31:01.466 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1462 | 2024-11-05T23:31:01.894Z | Nov 05 23:31:01.466 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1463 | 2024-11-05T23:31:02.079Z | Nov 05 23:31:01.650 INFO Download complete, target: DendriteOpenapi |
1464 | 2024-11-05T23:31:02.343Z | Nov 05 23:31:01.901 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1465 | 2024-11-05T23:31:02.476Z | Nov 05 23:31:02.032 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1466 | 2024-11-05T23:31:02.725Z | Nov 05 23:31:02.294 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1467 | 2024-11-05T23:31:02.747Z | Nov 05 23:31:02.319 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1468 | 2024-11-05T23:31:02.834Z | Nov 05 23:31:02.404 INFO Download complete, target: Console |
1469 | 2024-11-05T23:31:03.022Z | Nov 05 23:31:02.594 INFO Download complete, target: TransceiverControl |
1470 | 2024-11-05T23:31:03.308Z | Nov 05 23:31:02.882 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1471 | 2024-11-05T23:31:03.308Z | Nov 05 23:31:02.882 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1472 | 2024-11-05T23:31:04.005Z | Nov 05 23:31:03.579 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1473 | 2024-11-05T23:31:05.447Z | Nov 05 23:31:05.021 INFO Download complete, target: DendriteStub |
1474 | 2024-11-05T23:31:05.690Z | Nov 05 23:31:05.264 INFO Download complete, target: MaghemiteMgd |
1475 | 2024-11-05T23:31:10.636Z | Nov 05 23:31:10.210 INFO Checking that binary works, target: Cockroach |
1476 | 2024-11-05T23:31:10.797Z | Nov 05 23:31:10.371 INFO Download complete, target: Cockroach |
1477 | 2024-11-05T23:31:16.246Z | Nov 05 23:31:15.821 INFO Checking that binary works, target: Clickhouse |
1478 | 2024-11-05T23:31:16.382Z | Nov 05 23:31:15.956 INFO Download complete, target: Clickhouse |
1479 | 2024-11-05T23:31:16.403Z | All builder prerequisites installed successfully, and PATH looks valid |
1480 | 2024-11-05T23:31:16.405Z | |
1481 | 2024-11-05T23:31:16.405Z | real 3:46.281914604 |
1482 | 2024-11-05T23:31:16.405Z | user 12:14.305353277 |
1483 | 2024-11-05T23:31:16.405Z | sys 2:41.100779438 |
1484 | 2024-11-05T23:31:16.405Z | trap 0.446014848 |
1485 | 2024-11-05T23:31:16.406Z | tflt 1.321204510 |
1486 | 2024-11-05T23:31:16.406Z | dflt 1.308802734 |
1487 | 2024-11-05T23:31:16.406Z | kflt 0.027847433 |
1488 | 2024-11-05T23:31:16.406Z | lock 22:49.112167501 |
1489 | 2024-11-05T23:31:16.406Z | slp 47:13.532982285 |
1490 | 2024-11-05T23:31:16.406Z | lat 46.928196375 |
1491 | 2024-11-05T23:31:16.406Z | stop 1:58.911882044 |
1492 | 2024-11-05T23:31:16.406Z | + banner hack-check |
1493 | 2024-11-05T23:31:16.408Z | |
1494 | 2024-11-05T23:31:16.408Z | # # ## #### # # #### # # ###### #### # # |
1495 | 2024-11-05T23:31:16.408Z | # # # # # # # # # # # # # # # # # |
1496 | 2024-11-05T23:31:16.408Z | ###### # # # #### ##### # ###### ##### # #### |
1497 | 2024-11-05T23:31:16.408Z | # # ###### # # # # # # # # # # |
1498 | 2024-11-05T23:31:16.409Z | # # # # # # # # # # # # # # # # # |
1499 | 2024-11-05T23:31:16.409Z | # # # # #### # # #### # # ###### #### # # |
1500 | 2024-11-05T23:31:16.409Z | |
1501 | 2024-11-05T23:31:16.409Z | + export CARGO_INCREMENTAL=0 |
1502 | 2024-11-05T23:31:16.409Z | + CARGO_INCREMENTAL=0 |
1503 | 2024-11-05T23:31:16.409Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1504 | 2024-11-05T23:31:16.904Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1505 | 2024-11-05T23:31:20.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s |
1506 | 2024-11-05T23:31:20.379Z | Running `target/debug/xtask check-features --ci` |
1507 | 2024-11-05T23:31:20.399Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1508 | 2024-11-05T23:31:20.399Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1509 | 2024-11-05T23:31:20.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1510 | 2024-11-05T23:31:20.840Z | Running `target/debug/xtask download cargo-hack` |
1511 | 2024-11-05T23:31:21.603Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1512 | 2024-11-05T23:31:21.970Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1513 | 2024-11-05T23:31:26.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s |
1514 | 2024-11-05T23:31:26.872Z | Running `target/debug/xtask-downloader cargo-hack` |
1515 | 2024-11-05T23:31:26.905Z | Nov 05 23:31:26.480 INFO Starting download, target: CargoHack |
1516 | 2024-11-05T23:31:26.908Z | Nov 05 23:31:26.481 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1517 | 2024-11-05T23:31:27.488Z | Nov 05 23:31:27.063 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1518 | 2024-11-05T23:31:27.575Z | Nov 05 23:31:27.150 INFO Download complete, target: CargoHack |
1519 | 2024-11-05T23:31:27.579Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1520 | 2024-11-05T23:31:27.594Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1521 | 2024-11-05T23:31:27.757Z | info: running `cargo check --bins` on api_identity (1/168) |
1522 | 2024-11-05T23:31:28.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1523 | 2024-11-05T23:31:28.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1524 | 2024-11-05T23:31:28.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1525 | 2024-11-05T23:31:28.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1526 | 2024-11-05T23:31:28.319Z | |
1527 | 2024-11-05T23:31:28.319Z | info: running `cargo check --bins` on bootstore (2/168) |
1528 | 2024-11-05T23:31:28.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1529 | 2024-11-05T23:31:28.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1530 | 2024-11-05T23:31:28.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1531 | 2024-11-05T23:31:28.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1532 | 2024-11-05T23:31:28.914Z | |
1533 | 2024-11-05T23:31:28.914Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/168) |
1534 | 2024-11-05T23:31:29.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1535 | 2024-11-05T23:31:29.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1536 | 2024-11-05T23:31:29.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1537 | 2024-11-05T23:31:29.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1538 | 2024-11-05T23:31:29.503Z | |
1539 | 2024-11-05T23:31:29.503Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168) |
1540 | 2024-11-05T23:31:30.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1541 | 2024-11-05T23:31:30.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1542 | 2024-11-05T23:31:30.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1543 | 2024-11-05T23:31:30.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1544 | 2024-11-05T23:31:30.078Z | |
1545 | 2024-11-05T23:31:30.078Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168) |
1546 | 2024-11-05T23:31:30.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1547 | 2024-11-05T23:31:30.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1548 | 2024-11-05T23:31:30.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1549 | 2024-11-05T23:31:30.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1550 | 2024-11-05T23:31:30.480Z | |
1551 | 2024-11-05T23:31:30.480Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168) |
1552 | 2024-11-05T23:31:30.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1553 | 2024-11-05T23:31:30.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1554 | 2024-11-05T23:31:30.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1555 | 2024-11-05T23:31:30.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1556 | 2024-11-05T23:31:30.881Z | |
1557 | 2024-11-05T23:31:30.881Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168) |
1558 | 2024-11-05T23:31:31.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1559 | 2024-11-05T23:31:31.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1560 | 2024-11-05T23:31:31.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1561 | 2024-11-05T23:31:31.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1562 | 2024-11-05T23:31:31.278Z | |
1563 | 2024-11-05T23:31:31.278Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168) |
1564 | 2024-11-05T23:31:31.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1565 | 2024-11-05T23:31:31.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1566 | 2024-11-05T23:31:31.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1567 | 2024-11-05T23:31:31.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1568 | 2024-11-05T23:31:31.680Z | |
1569 | 2024-11-05T23:31:31.680Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168) |
1570 | 2024-11-05T23:31:32.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1571 | 2024-11-05T23:31:32.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1572 | 2024-11-05T23:31:32.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1573 | 2024-11-05T23:31:32.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1574 | 2024-11-05T23:31:32.083Z | |
1575 | 2024-11-05T23:31:32.084Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168) |
1576 | 2024-11-05T23:31:32.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1577 | 2024-11-05T23:31:32.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1578 | 2024-11-05T23:31:32.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1579 | 2024-11-05T23:31:32.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1580 | 2024-11-05T23:31:32.488Z | |
1581 | 2024-11-05T23:31:32.488Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168) |
1582 | 2024-11-05T23:31:32.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1583 | 2024-11-05T23:31:32.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1584 | 2024-11-05T23:31:32.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1585 | 2024-11-05T23:31:32.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1586 | 2024-11-05T23:31:32.889Z | |
1587 | 2024-11-05T23:31:32.889Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168) |
1588 | 2024-11-05T23:31:33.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1589 | 2024-11-05T23:31:33.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1590 | 2024-11-05T23:31:33.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1591 | 2024-11-05T23:31:33.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1592 | 2024-11-05T23:31:33.292Z | |
1593 | 2024-11-05T23:31:33.292Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168) |
1594 | 2024-11-05T23:31:33.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1595 | 2024-11-05T23:31:33.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1596 | 2024-11-05T23:31:33.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1597 | 2024-11-05T23:31:33.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1598 | 2024-11-05T23:31:33.699Z | |
1599 | 2024-11-05T23:31:33.699Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168) |
1600 | 2024-11-05T23:31:34.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1601 | 2024-11-05T23:31:34.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1602 | 2024-11-05T23:31:34.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1603 | 2024-11-05T23:31:34.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1604 | 2024-11-05T23:31:34.097Z | |
1605 | 2024-11-05T23:31:34.097Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168) |
1606 | 2024-11-05T23:31:34.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1607 | 2024-11-05T23:31:34.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1608 | 2024-11-05T23:31:34.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1609 | 2024-11-05T23:31:34.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1610 | 2024-11-05T23:31:34.503Z | |
1611 | 2024-11-05T23:31:34.503Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168) |
1612 | 2024-11-05T23:31:34.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1613 | 2024-11-05T23:31:34.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1614 | 2024-11-05T23:31:34.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1615 | 2024-11-05T23:31:34.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1616 | 2024-11-05T23:31:34.900Z | |
1617 | 2024-11-05T23:31:34.900Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168) |
1618 | 2024-11-05T23:31:35.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1619 | 2024-11-05T23:31:35.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1620 | 2024-11-05T23:31:35.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1621 | 2024-11-05T23:31:35.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1622 | 2024-11-05T23:31:35.296Z | |
1623 | 2024-11-05T23:31:35.296Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168) |
1624 | 2024-11-05T23:31:35.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2024-11-05T23:31:35.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2024-11-05T23:31:35.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1627 | 2024-11-05T23:31:35.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1628 | 2024-11-05T23:31:35.698Z | |
1629 | 2024-11-05T23:31:35.698Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168) |
1630 | 2024-11-05T23:31:36.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2024-11-05T23:31:36.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2024-11-05T23:31:36.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2024-11-05T23:31:36.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1634 | 2024-11-05T23:31:36.100Z | |
1635 | 2024-11-05T23:31:36.100Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168) |
1636 | 2024-11-05T23:31:36.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2024-11-05T23:31:36.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2024-11-05T23:31:36.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2024-11-05T23:31:36.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1640 | 2024-11-05T23:31:36.499Z | |
1641 | 2024-11-05T23:31:36.500Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168) |
1642 | 2024-11-05T23:31:36.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2024-11-05T23:31:36.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2024-11-05T23:31:36.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2024-11-05T23:31:36.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1646 | 2024-11-05T23:31:36.905Z | |
1647 | 2024-11-05T23:31:36.905Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168) |
1648 | 2024-11-05T23:31:37.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2024-11-05T23:31:37.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2024-11-05T23:31:37.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2024-11-05T23:31:37.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1652 | 2024-11-05T23:31:37.307Z | |
1653 | 2024-11-05T23:31:37.307Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168) |
1654 | 2024-11-05T23:31:37.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2024-11-05T23:31:37.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2024-11-05T23:31:37.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2024-11-05T23:31:37.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1658 | 2024-11-05T23:31:37.710Z | |
1659 | 2024-11-05T23:31:37.710Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168) |
1660 | 2024-11-05T23:31:38.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2024-11-05T23:31:38.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2024-11-05T23:31:38.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2024-11-05T23:31:38.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1664 | 2024-11-05T23:31:38.104Z | |
1665 | 2024-11-05T23:31:38.104Z | info: running `cargo check --bins` on sled-hardware-types (25/168) |
1666 | 2024-11-05T23:31:38.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2024-11-05T23:31:38.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2024-11-05T23:31:38.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2024-11-05T23:31:38.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1670 | 2024-11-05T23:31:38.695Z | |
1671 | 2024-11-05T23:31:38.695Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/168) |
1672 | 2024-11-05T23:31:39.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2024-11-05T23:31:39.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2024-11-05T23:31:39.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2024-11-05T23:31:39.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1676 | 2024-11-05T23:31:39.276Z | |
1677 | 2024-11-05T23:31:39.277Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168) |
1678 | 2024-11-05T23:31:39.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2024-11-05T23:31:39.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2024-11-05T23:31:39.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2024-11-05T23:31:39.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1682 | 2024-11-05T23:31:39.867Z | |
1683 | 2024-11-05T23:31:39.867Z | info: running `cargo check --bins` on oxlog (28/168) |
1684 | 2024-11-05T23:31:40.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2024-11-05T23:31:40.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2024-11-05T23:31:40.436Z | Checking cfg-if v1.0.0 |
1687 | 2024-11-05T23:31:40.438Z | Checking libc v0.2.161 |
1688 | 2024-11-05T23:31:40.536Z | Checking serde v1.0.210 |
1689 | 2024-11-05T23:31:40.539Z | Checking zeroize v1.8.1 |
1690 | 2024-11-05T23:31:40.551Z | Checking memchr v2.7.4 |
1691 | 2024-11-05T23:31:40.562Z | Checking typenum v1.17.0 |
1692 | 2024-11-05T23:31:40.564Z | Checking scopeguard v1.2.0 |
1693 | 2024-11-05T23:31:40.565Z | Checking subtle v2.6.1 |
1694 | 2024-11-05T23:31:40.598Z | Checking value-bag v1.9.0 |
1695 | 2024-11-05T23:31:40.708Z | Checking lock_api v0.4.12 |
1696 | 2024-11-05T23:31:40.789Z | Checking const-oid v0.9.6 |
1697 | 2024-11-05T23:31:40.835Z | Checking itoa v1.0.11 |
1698 | 2024-11-05T23:31:41.022Z | Checking log v0.4.22 |
1699 | 2024-11-05T23:31:41.037Z | Checking pin-project-lite v0.2.14 |
1700 | 2024-11-05T23:31:41.108Z | Checking smallvec v1.13.2 |
1701 | 2024-11-05T23:31:41.156Z | Checking byteorder v1.5.0 |
1702 | 2024-11-05T23:31:41.449Z | Checking futures-core v0.3.31 |
1703 | 2024-11-05T23:31:41.465Z | Checking once_cell v1.20.2 |
1704 | 2024-11-05T23:31:41.574Z | Checking cpufeatures v0.2.14 |
1705 | 2024-11-05T23:31:41.590Z | Checking futures-sink v0.3.31 |
1706 | 2024-11-05T23:31:41.604Z | Checking getrandom v0.2.15 |
1707 | 2024-11-05T23:31:41.659Z | Checking signal-hook-registry v1.4.2 |
1708 | 2024-11-05T23:31:41.673Z | Checking parking_lot_core v0.9.10 |
1709 | 2024-11-05T23:31:41.722Z | Checking mio v1.0.2 |
1710 | 2024-11-05T23:31:41.786Z | Checking socket2 v0.5.7 |
1711 | 2024-11-05T23:31:41.816Z | Checking rand_core v0.6.4 |
1712 | 2024-11-05T23:31:41.848Z | Checking generic-array v0.14.7 |
1713 | 2024-11-05T23:31:41.892Z | Checking spin v0.9.8 |
1714 | 2024-11-05T23:31:42.006Z | Checking parking_lot v0.12.3 |
1715 | 2024-11-05T23:31:42.111Z | Checking zerocopy v0.7.35 |
1716 | 2024-11-05T23:31:42.246Z | Checking slab v0.4.9 |
1717 | 2024-11-05T23:31:42.261Z | Checking futures-channel v0.3.31 |
1718 | 2024-11-05T23:31:42.334Z | Checking tinyvec_macros v0.1.1 |
1719 | 2024-11-05T23:31:42.362Z | Checking pin-utils v0.1.0 |
1720 | 2024-11-05T23:31:42.422Z | Checking foldhash v0.1.3 |
1721 | 2024-11-05T23:31:42.450Z | Checking futures-io v0.3.31 |
1722 | 2024-11-05T23:31:42.518Z | Checking futures-task v0.3.31 |
1723 | 2024-11-05T23:31:42.596Z | Checking allocator-api2 v0.2.18 |
1724 | 2024-11-05T23:31:42.613Z | Checking equivalent v1.0.1 |
1725 | 2024-11-05T23:31:42.615Z | Checking tinyvec v1.8.0 |
1726 | 2024-11-05T23:31:42.640Z | Checking ryu v1.0.18 |
1727 | 2024-11-05T23:31:42.712Z | Checking fnv v1.0.7 |
1728 | 2024-11-05T23:31:42.742Z | Checking futures-util v0.3.31 |
1729 | 2024-11-05T23:31:42.836Z | Checking unicode-bidi v0.3.17 |
1730 | 2024-11-05T23:31:42.862Z | Checking libm v0.2.8 |
1731 | 2024-11-05T23:31:43.079Z | Checking crypto-common v0.1.6 |
1732 | 2024-11-05T23:31:43.196Z | Checking block-buffer v0.10.4 |
1733 | 2024-11-05T23:31:43.253Z | Checking hashbrown v0.15.0 |
1734 | 2024-11-05T23:31:43.416Z | Checking digest v0.10.7 |
1735 | 2024-11-05T23:31:43.449Z | Checking block-padding v0.3.3 |
1736 | 2024-11-05T23:31:43.539Z | Checking base64ct v1.6.0 |
1737 | 2024-11-05T23:31:43.644Z | Checking inout v0.1.3 |
1738 | 2024-11-05T23:31:43.768Z | Checking num-traits v0.2.19 |
1739 | 2024-11-05T23:31:43.809Z | Checking hmac v0.12.1 |
1740 | 2024-11-05T23:31:43.864Z | Checking cipher v0.4.4 |
1741 | 2024-11-05T23:31:43.933Z | Checking unicode-normalization v0.1.24 |
1742 | 2024-11-05T23:31:43.983Z | Checking sha2 v0.10.8 |
1743 | 2024-11-05T23:31:44.031Z | Checking pem-rfc7468 v0.7.0 |
1744 | 2024-11-05T23:31:44.279Z | Checking ppv-lite86 v0.2.20 |
1745 | 2024-11-05T23:31:44.312Z | Checking flagset v0.4.6 |
1746 | 2024-11-05T23:31:44.419Z | Checking tracing-core v0.1.32 |
1747 | 2024-11-05T23:31:44.511Z | Checking der v0.7.9 |
1748 | 2024-11-05T23:31:44.565Z | Checking thiserror v1.0.64 |
1749 | 2024-11-05T23:31:44.693Z | Checking rustls-pki-types v1.9.0 |
1750 | 2024-11-05T23:31:44.854Z | Checking percent-encoding v2.3.1 |
1751 | 2024-11-05T23:31:45.039Z | Checking tracing v0.1.40 |
1752 | 2024-11-05T23:31:45.068Z | Checking salsa20 v0.10.2 |
1753 | 2024-11-05T23:31:45.098Z | Checking rand_chacha v0.3.1 |
1754 | 2024-11-05T23:31:45.261Z | Checking pbkdf2 v0.12.2 |
1755 | 2024-11-05T23:31:45.277Z | Checking httparse v1.9.5 |
1756 | 2024-11-05T23:31:45.416Z | Checking untrusted v0.9.0 |
1757 | 2024-11-05T23:31:45.483Z | Checking powerfmt v0.2.0 |
1758 | 2024-11-05T23:31:45.500Z | Checking scrypt v0.11.0 |
1759 | 2024-11-05T23:31:45.501Z | Checking rand v0.8.5 |
1760 | 2024-11-05T23:31:45.501Z | Checking bytes v1.7.2 |
1761 | 2024-11-05T23:31:45.572Z | Checking indexmap v2.6.0 |
1762 | 2024-11-05T23:31:45.684Z | Checking serde_json v1.0.128 |
1763 | 2024-11-05T23:31:45.717Z | Checking bitflags v2.6.0 |
1764 | 2024-11-05T23:31:45.742Z | Checking deranged v0.3.11 |
1765 | 2024-11-05T23:31:45.982Z | Checking ring v0.17.8 |
1766 | 2024-11-05T23:31:46.344Z | Checking tokio v1.40.0 |
1767 | 2024-11-05T23:31:46.428Z | Checking http v1.1.0 |
1768 | 2024-11-05T23:31:46.758Z | Checking spki v0.7.3 |
1769 | 2024-11-05T23:31:46.885Z | Checking cbc v0.1.2 |
1770 | 2024-11-05T23:31:47.053Z | Checking aes v0.8.4 |
1771 | 2024-11-05T23:31:47.096Z | Checking crossbeam-utils v0.8.20 |
1772 | 2024-11-05T23:31:47.431Z | Checking num-conv v0.1.0 |
1773 | 2024-11-05T23:31:47.519Z | Checking num_threads v0.1.7 |
1774 | 2024-11-05T23:31:47.629Z | Checking time-core v0.1.2 |
1775 | 2024-11-05T23:31:47.671Z | Checking atomic-waker v1.1.2 |
1776 | 2024-11-05T23:31:47.779Z | Checking time v0.3.36 |
1777 | 2024-11-05T23:31:47.795Z | Checking http-body v1.0.1 |
1778 | 2024-11-05T23:31:47.809Z | Checking rustls-webpki v0.102.8 |
1779 | 2024-11-05T23:31:47.812Z | Checking form_urlencoded v1.2.1 |
1780 | 2024-11-05T23:31:47.836Z | Checking try-lock v0.2.5 |
1781 | 2024-11-05T23:31:47.933Z | Checking pkcs5 v0.7.1 |
1782 | 2024-11-05T23:31:47.964Z | Checking want v0.3.1 |
1783 | 2024-11-05T23:31:47.981Z | Checking unicode-ident v1.0.13 |
1784 | 2024-11-05T23:31:48.010Z | Checking httpdate v1.0.3 |
1785 | 2024-11-05T23:31:48.127Z | Checking toml_datetime v0.6.8 |
1786 | 2024-11-05T23:31:48.142Z | Checking proc-macro2 v1.0.87 |
1787 | 2024-11-05T23:31:48.156Z | Checking uuid v1.10.0 |
1788 | 2024-11-05T23:31:48.237Z | Checking serde_spanned v0.6.8 |
1789 | 2024-11-05T23:31:48.400Z | Checking idna v0.5.0 |
1790 | 2024-11-05T23:31:48.428Z | Checking slog v2.7.0 |
1791 | 2024-11-05T23:31:48.466Z | Checking pkcs8 v0.10.2 |
1792 | 2024-11-05T23:31:48.575Z | Checking scroll v0.12.0 |
1793 | 2024-11-05T23:31:48.738Z | Checking tower-service v0.3.3 |
1794 | 2024-11-05T23:31:48.784Z | Checking plain v0.2.3 |
1795 | 2024-11-05T23:31:48.820Z | Checking iana-time-zone v0.1.61 |
1796 | 2024-11-05T23:31:48.865Z | Checking ucd-trie v0.1.7 |
1797 | 2024-11-05T23:31:48.936Z | Checking base64 v0.22.1 |
1798 | 2024-11-05T23:31:48.936Z | Checking foreign-types-shared v0.1.1 |
1799 | 2024-11-05T23:31:48.967Z | Checking match_cfg v0.1.0 |
1800 | 2024-11-05T23:31:49.042Z | Checking goblin v0.8.2 |
1801 | 2024-11-05T23:31:49.058Z | Checking foreign-types v0.3.2 |
1802 | 2024-11-05T23:31:49.061Z | Checking pest v2.7.14 |
1803 | 2024-11-05T23:31:49.061Z | Checking hostname v0.3.1 |
1804 | 2024-11-05T23:31:49.173Z | Checking chrono v0.4.38 |
1805 | 2024-11-05T23:31:49.196Z | Checking quote v1.0.37 |
1806 | 2024-11-05T23:31:49.238Z | Checking url v2.5.2 |
1807 | 2024-11-05T23:31:49.433Z | Checking openssl-sys v0.9.103 |
1808 | 2024-11-05T23:31:49.523Z | Checking errno v0.3.9 |
1809 | 2024-11-05T23:31:49.693Z | Checking dirs-sys-next v0.1.2 |
1810 | 2024-11-05T23:31:49.870Z | Checking aho-corasick v1.1.3 |
1811 | 2024-11-05T23:31:50.045Z | Checking regex-syntax v0.8.5 |
1812 | 2024-11-05T23:31:50.237Z | Checking data-encoding v2.6.0 |
1813 | 2024-11-05T23:31:50.797Z | Checking pretty-hex v0.4.1 |
1814 | 2024-11-05T23:31:50.882Z | Checking adler2 v2.0.0 |
1815 | 2024-11-05T23:31:50.967Z | Checking siphasher v0.3.11 |
1816 | 2024-11-05T23:31:51.032Z | Checking miniz_oxide v0.8.0 |
1817 | 2024-11-05T23:31:51.163Z | Checking openssl v0.10.66 |
1818 | 2024-11-05T23:31:51.272Z | Checking dirs-next v2.0.0 |
1819 | 2024-11-05T23:31:51.405Z | Checking rustix v0.38.37 |
1820 | 2024-11-05T23:31:51.570Z | Checking dtrace-parser v0.2.0 |
1821 | 2024-11-05T23:31:51.589Z | Checking syn v2.0.79 |
1822 | 2024-11-05T23:31:51.761Z | Checking http-body-util v0.1.2 |
1823 | 2024-11-05T23:31:52.065Z | Checking crossbeam-epoch v0.9.18 |
1824 | 2024-11-05T23:31:52.241Z | Checking signature v2.2.0 |
1825 | 2024-11-05T23:31:52.485Z | Checking sha1 v0.10.6 |
1826 | 2024-11-05T23:31:52.507Z | Checking lazy_static v1.5.0 |
1827 | 2024-11-05T23:31:52.626Z | Checking thread_local v1.1.8 |
1828 | 2024-11-05T23:31:52.705Z | Checking thread-id v4.2.2 |
1829 | 2024-11-05T23:31:52.816Z | Checking encoding_rs v0.8.34 |
1830 | 2024-11-05T23:31:52.913Z | Checking winnow v0.6.20 |
1831 | 2024-11-05T23:31:53.390Z | Checking regex-automata v0.4.8 |
1832 | 2024-11-05T23:31:53.483Z | Checking tokio-util v0.7.12 |
1833 | 2024-11-05T23:31:54.230Z | Checking dof v0.3.0 |
1834 | 2024-11-05T23:31:54.394Z | Checking h2 v0.4.6 |
1835 | 2024-11-05T23:31:54.852Z | Checking gimli v0.31.1 |
1836 | 2024-11-05T23:31:55.014Z | Checking anstyle v1.0.8 |
1837 | 2024-11-05T23:31:55.164Z | Checking mime v0.3.17 |
1838 | 2024-11-05T23:31:55.371Z | Checking utf8parse v0.2.2 |
1839 | 2024-11-05T23:31:55.506Z | Checking ipnet v2.10.1 |
1840 | 2024-11-05T23:31:55.520Z | Checking unicode-properties v0.1.3 |
1841 | 2024-11-05T23:31:55.842Z | Checking openssl-probe v0.1.5 |
1842 | 2024-11-05T23:31:55.881Z | Checking either v1.13.0 |
1843 | 2024-11-05T23:31:55.958Z | Checking stringprep v0.1.5 |
1844 | 2024-11-05T23:31:55.988Z | Checking toml_edit v0.22.22 |
1845 | 2024-11-05T23:31:56.226Z | Checking anstyle-parse v0.2.5 |
1846 | 2024-11-05T23:31:56.264Z | Checking crossbeam-deque v0.8.5 |
1847 | 2024-11-05T23:31:56.491Z | Checking term v0.7.0 |
1848 | 2024-11-05T23:31:56.579Z | Checking slog-json v2.6.1 |
1849 | 2024-11-05T23:31:56.677Z | Checking native-tls v0.2.12 |
1850 | 2024-11-05T23:31:56.840Z | Checking rustls v0.23.14 |
1851 | 2024-11-05T23:31:56.900Z | Checking rustls v0.22.4 |
1852 | 2024-11-05T23:31:56.990Z | Checking futures-executor v0.3.31 |
1853 | 2024-11-05T23:31:57.216Z | Checking serde_urlencoded v0.7.1 |
1854 | 2024-11-05T23:31:57.637Z | Checking crossbeam-channel v0.5.13 |
1855 | 2024-11-05T23:31:58.009Z | Checking num-integer v0.1.46 |
1856 | 2024-11-05T23:31:58.030Z | Checking usdt-impl v0.5.0 |
1857 | 2024-11-05T23:31:58.335Z | Checking rustls-pemfile v2.2.0 |
1858 | 2024-11-05T23:31:58.511Z | Checking idna v0.4.0 |
1859 | 2024-11-05T23:31:58.555Z | Checking idna v0.3.0 |
1860 | 2024-11-05T23:31:58.576Z | Checking md-5 v0.10.6 |
1861 | 2024-11-05T23:31:58.706Z | Checking ff v0.13.0 |
1862 | 2024-11-05T23:31:58.793Z | Checking memmap v0.7.0 |
1863 | 2024-11-05T23:31:58.918Z | Checking is-terminal v0.4.13 |
1864 | 2024-11-05T23:31:59.002Z | Checking hash32 v0.2.1 |
1865 | 2024-11-05T23:31:59.035Z | Checking object v0.36.5 |
1866 | 2024-11-05T23:31:59.038Z | Checking addr2line v0.24.2 |
1867 | 2024-11-05T23:31:59.313Z | Checking utf-8 v0.7.6 |
1868 | 2024-11-05T23:31:59.351Z | Checking rustc-demangle v0.1.24 |
1869 | 2024-11-05T23:31:59.404Z | Checking take_mut v0.2.2 |
1870 | 2024-11-05T23:31:59.519Z | Checking psl-types v2.0.11 |
1871 | 2024-11-05T23:31:59.548Z | Checking linked-hash-map v0.5.6 |
1872 | 2024-11-05T23:31:59.564Z | Checking is_terminal_polyfill v1.70.1 |
1873 | 2024-11-05T23:31:59.680Z | Checking anstyle-query v1.1.1 |
1874 | 2024-11-05T23:31:59.696Z | Checking quick-error v1.2.3 |
1875 | 2024-11-05T23:31:59.776Z | Checking colorchoice v1.0.2 |
1876 | 2024-11-05T23:31:59.804Z | Checking dyn-clone v1.0.17 |
1877 | 2024-11-05T23:31:59.831Z | Checking stable_deref_trait v1.2.0 |
1878 | 2024-11-05T23:31:59.854Z | Checking base16ct v0.2.0 |
1879 | 2024-11-05T23:31:59.902Z | Checking fallible-iterator v0.2.0 |
1880 | 2024-11-05T23:31:59.930Z | Checking heapless v0.7.17 |
1881 | 2024-11-05T23:31:59.945Z | Checking schemars v0.8.21 |
1882 | 2024-11-05T23:32:00.040Z | Checking sec1 v0.7.3 |
1883 | 2024-11-05T23:32:00.426Z | Checking anstream v0.6.15 |
1884 | 2024-11-05T23:32:00.516Z | Checking postgres-protocol v0.6.7 |
1885 | 2024-11-05T23:32:00.563Z | Checking tokio-rustls v0.25.0 |
1886 | 2024-11-05T23:32:00.742Z | Checking hyper v1.4.1 |
1887 | 2024-11-05T23:32:00.789Z | Checking lru-cache v0.1.2 |
1888 | 2024-11-05T23:32:00.925Z | Checking resolv-conf v0.7.0 |
1889 | 2024-11-05T23:32:00.980Z | Checking publicsuffix v2.2.3 |
1890 | 2024-11-05T23:32:00.993Z | Checking slog-async v2.8.0 |
1891 | 2024-11-05T23:32:01.174Z | Checking tungstenite v0.24.0 |
1892 | 2024-11-05T23:32:01.200Z | Checking hickory-proto v0.24.1 |
1893 | 2024-11-05T23:32:01.258Z | Checking slog-term v2.9.1 |
1894 | 2024-11-05T23:32:02.275Z | Checking usdt v0.5.0 |
1895 | 2024-11-05T23:32:02.277Z | Checking group v0.13.0 |
1896 | 2024-11-05T23:32:02.278Z | Checking toml v0.8.19 |
1897 | 2024-11-05T23:32:02.278Z | Checking num-iter v0.1.45 |
1898 | 2024-11-05T23:32:02.278Z | Checking futures v0.3.31 |
1899 | 2024-11-05T23:32:02.278Z | Checking tokio-rustls v0.26.0 |
1900 | 2024-11-05T23:32:02.278Z | Checking tokio-native-tls v0.3.1 |
1901 | 2024-11-05T23:32:02.278Z | Checking slog-bunyan v2.5.0 |
1902 | 2024-11-05T23:32:02.278Z | Checking rayon-core v1.12.1 |
1903 | 2024-11-05T23:32:02.278Z | Checking multer v3.1.0 |
1904 | 2024-11-05T23:32:02.278Z | Checking terminal_size v0.4.0 |
1905 | 2024-11-05T23:32:02.278Z | Checking phf_shared v0.11.2 |
1906 | 2024-11-05T23:32:02.315Z | Checking cookie v0.18.1 |
1907 | 2024-11-05T23:32:02.327Z | Checking async-stream v0.3.6 |
1908 | 2024-11-05T23:32:02.448Z | Checking camino v1.1.9 |
1909 | 2024-11-05T23:32:02.486Z | Checking signal-hook v0.3.17 |
1910 | 2024-11-05T23:32:02.509Z | Checking waitgroup v0.1.2 |
1911 | 2024-11-05T23:32:02.647Z | Checking openapiv3 v2.0.0 |
1912 | 2024-11-05T23:32:02.725Z | Checking serde_path_to_error v0.1.16 |
1913 | 2024-11-05T23:32:02.767Z | Checking webpki-roots v0.26.6 |
1914 | 2024-11-05T23:32:02.804Z | Checking hkdf v0.12.4 |
1915 | 2024-11-05T23:32:02.921Z | Checking hyper-util v0.1.9 |
1916 | 2024-11-05T23:32:02.982Z | Checking crypto-bigint v0.5.5 |
1917 | 2024-11-05T23:32:03.008Z | Checking hostname v0.4.0 |
1918 | 2024-11-05T23:32:03.011Z | Checking strsim v0.11.1 |
1919 | 2024-11-05T23:32:03.160Z | Checking debug-ignore v1.0.5 |
1920 | 2024-11-05T23:32:03.288Z | Checking unicode-width v0.1.14 |
1921 | 2024-11-05T23:32:03.304Z | Checking clap_lex v0.7.2 |
1922 | 2024-11-05T23:32:03.318Z | Checking winnow v0.5.40 |
1923 | 2024-11-05T23:32:03.556Z | Checking managed v0.8.0 |
1924 | 2024-11-05T23:32:03.776Z | Checking bitflags v1.3.2 |
1925 | 2024-11-05T23:32:03.880Z | Checking console v0.15.8 |
1926 | 2024-11-05T23:32:03.927Z | Checking smoltcp v0.9.1 |
1927 | 2024-11-05T23:32:04.481Z | Checking clap_builder v4.5.20 |
1928 | 2024-11-05T23:32:05.148Z | Checking hyper-rustls v0.27.3 |
1929 | 2024-11-05T23:32:05.481Z | Checking hyper-tls v0.6.0 |
1930 | 2024-11-05T23:32:05.502Z | Checking signal-hook-mio v0.2.4 |
1931 | 2024-11-05T23:32:05.637Z | Checking cookie_store v0.21.0 |
1932 | 2024-11-05T23:32:05.692Z | Checking backtrace v0.3.74 |
1933 | 2024-11-05T23:32:05.735Z | Checking rayon v1.10.0 |
1934 | 2024-11-05T23:32:05.821Z | Checking elliptic-curve v0.13.8 |
1935 | 2024-11-05T23:32:05.929Z | Checking hickory-resolver v0.24.1 |
1936 | 2024-11-05T23:32:06.092Z | Checking dropshot v0.12.0 |
1937 | 2024-11-05T23:32:06.225Z | Checking anyhow v1.0.89 |
1938 | 2024-11-05T23:32:06.272Z | Checking phf v0.11.2 |
1939 | 2024-11-05T23:32:06.472Z | Checking tokio-tungstenite v0.24.0 |
1940 | 2024-11-05T23:32:06.487Z | Checking toml_edit v0.19.15 |
1941 | 2024-11-05T23:32:06.516Z | Checking num-bigint-dig v0.8.4 |
1942 | 2024-11-05T23:32:06.589Z | Checking postgres-types v0.2.8 |
1943 | 2024-11-05T23:32:06.976Z | Checking regex v1.11.0 |
1944 | 2024-11-05T23:32:07.314Z | Checking bstr v1.10.0 |
1945 | 2024-11-05T23:32:07.535Z | Checking tokio-stream v0.1.16 |
1946 | 2024-11-05T23:32:07.551Z | Checking ed25519 v2.2.3 |
1947 | 2024-11-05T23:32:07.564Z | Checking phf_shared v0.10.0 |
1948 | 2024-11-05T23:32:07.829Z | Checking pkcs1 v0.7.5 |
1949 | 2024-11-05T23:32:07.858Z | Checking curve25519-dalek v4.1.3 |
1950 | 2024-11-05T23:32:08.243Z | Checking zerocopy v0.6.6 |
1951 | 2024-11-05T23:32:08.246Z | Checking hubpack v0.1.2 |
1952 | 2024-11-05T23:32:08.404Z | Checking portable-atomic v1.9.0 |
1953 | 2024-11-05T23:32:08.566Z | Checking serde-big-array v0.5.1 |
1954 | 2024-11-05T23:32:08.756Z | Checking float-cmp v0.9.0 |
1955 | 2024-11-05T23:32:08.789Z | Checking rfc6979 v0.4.0 |
1956 | 2024-11-05T23:32:08.946Z | Checking sync_wrapper v1.0.1 |
1957 | 2024-11-05T23:32:08.961Z | Checking crc32fast v1.4.2 |
1958 | 2024-11-05T23:32:08.997Z | Checking fixedbitset v0.4.2 |
1959 | 2024-11-05T23:32:09.013Z | Checking static_assertions v1.1.0 |
1960 | 2024-11-05T23:32:09.101Z | Checking minimal-lexical v0.2.1 |
1961 | 2024-11-05T23:32:09.104Z | Checking new_debug_unreachable v1.0.6 |
1962 | 2024-11-05T23:32:09.186Z | Checking difflib v0.4.0 |
1963 | 2024-11-05T23:32:09.201Z | Checking number_prefix v0.4.0 |
1964 | 2024-11-05T23:32:09.290Z | Checking whoami v1.5.2 |
1965 | 2024-11-05T23:32:09.390Z | Checking normalize-line-endings v0.3.0 |
1966 | 2024-11-05T23:32:09.449Z | Checking precomputed-hash v0.1.1 |
1967 | 2024-11-05T23:32:09.497Z | Checking predicates-core v1.0.8 |
1968 | 2024-11-05T23:32:09.512Z | Checking unicode-segmentation v1.12.0 |
1969 | 2024-11-05T23:32:09.515Z | Checking bit-vec v0.6.3 |
1970 | 2024-11-05T23:32:09.560Z | Checking string_cache v0.8.7 |
1971 | 2024-11-05T23:32:09.578Z | Checking tokio-postgres v0.7.12 |
1972 | 2024-11-05T23:32:09.646Z | Checking indicatif v0.17.8 |
1973 | 2024-11-05T23:32:09.670Z | Checking predicates v3.1.2 |
1974 | 2024-11-05T23:32:09.745Z | Checking ed25519-dalek v2.1.1 |
1975 | 2024-11-05T23:32:09.834Z | Checking nom v7.1.3 |
1976 | 2024-11-05T23:32:09.849Z | Checking bit-set v0.5.3 |
1977 | 2024-11-05T23:32:09.883Z | Checking qorb v0.2.0 |
1978 | 2024-11-05T23:32:10.108Z | Checking petgraph v0.6.5 |
1979 | 2024-11-05T23:32:10.162Z | Checking flate2 v1.0.34 |
1980 | 2024-11-05T23:32:10.178Z | Checking similar v2.6.0 |
1981 | 2024-11-05T23:32:10.307Z | Checking reqwest v0.12.8 |
1982 | 2024-11-05T23:32:10.411Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1983 | 2024-11-05T23:32:10.823Z | Checking toml v0.7.8 |
1984 | 2024-11-05T23:32:11.036Z | Checking ecdsa v0.16.9 |
1985 | 2024-11-05T23:32:11.558Z | Checking rsa v0.9.6 |
1986 | 2024-11-05T23:32:11.804Z | Checking clap v4.5.20 |
1987 | 2024-11-05T23:32:11.927Z | Checking crossterm v0.28.1 |
1988 | 2024-11-05T23:32:12.165Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1989 | 2024-11-05T23:32:12.192Z | Checking itertools v0.10.5 |
1990 | 2024-11-05T23:32:12.534Z | Checking itertools v0.12.1 |
1991 | 2024-11-05T23:32:12.570Z | Checking fs-err v2.11.0 |
1992 | 2024-11-05T23:32:12.675Z | Checking ahash v0.8.11 |
1993 | 2024-11-05T23:32:12.760Z | Checking x509-cert v0.2.5 |
1994 | 2024-11-05T23:32:13.127Z | Checking hex v0.4.3 |
1995 | 2024-11-05T23:32:13.208Z | Checking semver v1.0.23 |
1996 | 2024-11-05T23:32:13.471Z | Checking peg-runtime v0.8.3 |
1997 | 2024-11-05T23:32:13.625Z | Checking lalrpop-util v0.19.12 |
1998 | 2024-11-05T23:32:13.669Z | Checking sigpipe v0.1.3 |
1999 | 2024-11-05T23:32:15.122Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2000 | 2024-11-05T23:32:15.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.56s |
2001 | 2024-11-05T23:32:15.582Z | |
2002 | 2024-11-05T23:32:15.582Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168) |
2003 | 2024-11-05T23:32:16.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2004 | 2024-11-05T23:32:16.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2005 | 2024-11-05T23:32:16.188Z | Compiling hashbrown v0.14.5 |
2006 | 2024-11-05T23:32:16.300Z | Checking heck v0.5.0 |
2007 | 2024-11-05T23:32:16.311Z | Compiling unsafe-libyaml v0.2.11 |
2008 | 2024-11-05T23:32:16.322Z | Compiling ident_case v1.0.1 |
2009 | 2024-11-05T23:32:16.325Z | Checking progenitor-client v0.8.0 |
2010 | 2024-11-05T23:32:16.348Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2011 | 2024-11-05T23:32:16.363Z | Compiling proc-macro-crate v1.3.1 |
2012 | 2024-11-05T23:32:16.457Z | Compiling darling_core v0.20.10 |
2013 | 2024-11-05T23:32:16.483Z | Checking ipnetwork v0.20.0 |
2014 | 2024-11-05T23:32:16.642Z | Compiling structmeta-derive v0.3.0 |
2015 | 2024-11-05T23:32:16.722Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2016 | 2024-11-05T23:32:16.850Z | Compiling newtype-uuid v1.1.2 |
2017 | 2024-11-05T23:32:17.051Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2018 | 2024-11-05T23:32:17.175Z | Compiling lzma-sys v0.1.20 |
2019 | 2024-11-05T23:32:17.382Z | Checking regress v0.10.1 |
2020 | 2024-11-05T23:32:17.397Z | Compiling num_enum_derive v0.5.11 |
2021 | 2024-11-05T23:32:17.410Z | Compiling foreign-types-macros v0.2.3 |
2022 | 2024-11-05T23:32:17.905Z | Compiling serde_yaml v0.9.34+deprecated |
2023 | 2024-11-05T23:32:18.159Z | Checking foreign-types-shared v0.3.1 |
2024 | 2024-11-05T23:32:18.279Z | Checking arc-swap v1.7.1 |
2025 | 2024-11-05T23:32:18.660Z | Checking foreign-types v0.5.0 |
2026 | 2024-11-05T23:32:18.732Z | Checking slog-scope v4.4.0 |
2027 | 2024-11-05T23:32:18.813Z | Compiling proc-macro-error v1.0.4 |
2028 | 2024-11-05T23:32:19.464Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2029 | 2024-11-05T23:32:19.481Z | Compiling structmeta v0.3.0 |
2030 | 2024-11-05T23:32:19.537Z | Checking tungstenite v0.21.0 |
2031 | 2024-11-05T23:32:19.572Z | Compiling heck v0.3.3 |
2032 | 2024-11-05T23:32:19.828Z | Checking num_enum v0.5.11 |
2033 | 2024-11-05T23:32:19.897Z | Compiling parse-display-derive v0.10.0 |
2034 | 2024-11-05T23:32:19.979Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2035 | 2024-11-05T23:32:19.994Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2036 | 2024-11-05T23:32:20.425Z | Checking cstr-argument v0.1.2 |
2037 | 2024-11-05T23:32:20.618Z | Checking instant v0.1.13 |
2038 | 2024-11-05T23:32:20.737Z | Checking pretty-hex v0.2.1 |
2039 | 2024-11-05T23:32:20.754Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2040 | 2024-11-05T23:32:20.812Z | Checking base64 v0.21.7 |
2041 | 2024-11-05T23:32:20.889Z | Checking fastrand v2.1.1 |
2042 | 2024-11-05T23:32:20.904Z | Checking typify-impl v0.2.0 |
2043 | 2024-11-05T23:32:21.071Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2044 | 2024-11-05T23:32:21.210Z | Checking tempfile v3.13.0 |
2045 | 2024-11-05T23:32:21.333Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2046 | 2024-11-05T23:32:21.493Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2047 | 2024-11-05T23:32:21.568Z | Checking backoff v0.4.0 |
2048 | 2024-11-05T23:32:21.635Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2049 | 2024-11-05T23:32:21.872Z | Checking tokio-tungstenite v0.21.0 |
2050 | 2024-11-05T23:32:21.946Z | Compiling zone_cfg_derive v0.1.2 |
2051 | 2024-11-05T23:32:21.992Z | Checking strum v0.26.3 |
2052 | 2024-11-05T23:32:22.158Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2053 | 2024-11-05T23:32:22.375Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2054 | 2024-11-05T23:32:22.500Z | Checking slog-stdlog v4.1.1 |
2055 | 2024-11-05T23:32:22.669Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2056 | 2024-11-05T23:32:22.780Z | Checking regress v0.9.1 |
2057 | 2024-11-05T23:32:22.828Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2058 | 2024-11-05T23:32:22.845Z | Compiling darling_macro v0.20.10 |
2059 | 2024-11-05T23:32:22.935Z | Checking colored v2.1.0 |
2060 | 2024-11-05T23:32:23.111Z | Checking macaddr v1.0.1 |
2061 | 2024-11-05T23:32:23.214Z | Checking base64 v0.13.1 |
2062 | 2024-11-05T23:32:23.374Z | Checking zone v0.1.8 |
2063 | 2024-11-05T23:32:23.429Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2064 | 2024-11-05T23:32:23.612Z | Checking ron v0.7.1 |
2065 | 2024-11-05T23:32:23.739Z | Compiling darling v0.20.10 |
2066 | 2024-11-05T23:32:23.864Z | Compiling serde_with_macros v3.11.0 |
2067 | 2024-11-05T23:32:23.880Z | Checking xz2 v0.1.7 |
2068 | 2024-11-05T23:32:24.042Z | Checking slog-envlogger v2.2.0 |
2069 | 2024-11-05T23:32:24.204Z | Checking tabwriter v1.4.0 |
2070 | 2024-11-05T23:32:24.243Z | Checking parse-display v0.10.0 |
2071 | 2024-11-05T23:32:24.300Z | Checking xattr v1.3.1 |
2072 | 2024-11-05T23:32:24.437Z | Checking pem v3.0.4 |
2073 | 2024-11-05T23:32:24.479Z | Checking yasna v0.5.2 |
2074 | 2024-11-05T23:32:24.500Z | Checking headers-core v0.3.0 |
2075 | 2024-11-05T23:32:24.646Z | Checking smf v0.2.3 |
2076 | 2024-11-05T23:32:24.693Z | Checking filetime v0.2.25 |
2077 | 2024-11-05T23:32:24.866Z | Checking same-file v1.0.6 |
2078 | 2024-11-05T23:32:24.907Z | Checking tar v0.4.42 |
2079 | 2024-11-05T23:32:25.033Z | Checking walkdir v2.5.0 |
2080 | 2024-11-05T23:32:25.123Z | Checking headers v0.4.0 |
2081 | 2024-11-05T23:32:25.321Z | Checking atomicwrites v0.4.4 |
2082 | 2024-11-05T23:32:25.341Z | Checking rcgen v0.12.1 |
2083 | 2024-11-05T23:32:25.461Z | Checking camino-tempfile v1.1.1 |
2084 | 2024-11-05T23:32:25.507Z | Checking subprocess v0.2.9 |
2085 | 2024-11-05T23:32:26.397Z | Checking serde_with v3.11.0 |
2086 | 2024-11-05T23:32:29.746Z | Compiling typify-macro v0.2.0 |
2087 | 2024-11-05T23:32:31.582Z | Compiling typify v0.2.0 |
2088 | 2024-11-05T23:32:31.648Z | Compiling progenitor-impl v0.8.0 |
2089 | 2024-11-05T23:32:34.767Z | Compiling progenitor-macro v0.8.0 |
2090 | 2024-11-05T23:32:40.005Z | Checking progenitor v0.8.0 |
2091 | 2024-11-05T23:32:40.134Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2092 | 2024-11-05T23:32:40.138Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2093 | 2024-11-05T23:32:42.816Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2094 | 2024-11-05T23:32:43.147Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2095 | 2024-11-05T23:32:49.479Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2096 | 2024-11-05T23:32:50.994Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2097 | 2024-11-05T23:32:52.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.62s |
2098 | 2024-11-05T23:32:52.359Z | |
2099 | 2024-11-05T23:32:52.359Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168) |
2100 | 2024-11-05T23:32:52.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2101 | 2024-11-05T23:32:52.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2102 | 2024-11-05T23:32:52.963Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2103 | 2024-11-05T23:32:54.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
2104 | 2024-11-05T23:32:54.501Z | |
2105 | 2024-11-05T23:32:54.502Z | info: running `cargo check --bins` on nexus-config (31/168) |
2106 | 2024-11-05T23:32:55.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2107 | 2024-11-05T23:32:55.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2108 | 2024-11-05T23:32:55.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2109 | 2024-11-05T23:32:55.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2110 | 2024-11-05T23:32:55.070Z | |
2111 | 2024-11-05T23:32:55.070Z | info: running `cargo check --bins` on omicron-rpaths (32/168) |
2112 | 2024-11-05T23:32:55.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2113 | 2024-11-05T23:32:55.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2114 | 2024-11-05T23:32:55.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2115 | 2024-11-05T23:32:55.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2116 | 2024-11-05T23:32:55.633Z | |
2117 | 2024-11-05T23:32:55.633Z | info: running `cargo check --bins` on omicron-certificates (33/168) |
2118 | 2024-11-05T23:32:56.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2119 | 2024-11-05T23:32:56.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2120 | 2024-11-05T23:32:56.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2121 | 2024-11-05T23:32:56.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2122 | 2024-11-05T23:32:56.213Z | |
2123 | 2024-11-05T23:32:56.213Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/168) |
2124 | 2024-11-05T23:32:56.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2125 | 2024-11-05T23:32:56.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2126 | 2024-11-05T23:32:56.817Z | Compiling heapless v0.8.0 |
2127 | 2024-11-05T23:32:56.820Z | Checking hash32 v0.3.1 |
2128 | 2024-11-05T23:32:56.913Z | Compiling smoltcp v0.11.0 |
2129 | 2024-11-05T23:32:56.929Z | Checking cobs v0.2.3 |
2130 | 2024-11-05T23:32:56.939Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2131 | 2024-11-05T23:32:56.942Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2132 | 2024-11-05T23:32:56.961Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2133 | 2024-11-05T23:32:56.961Z | Compiling crucible-workspace-hack v0.1.0 |
2134 | 2024-11-05T23:32:57.074Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2135 | 2024-11-05T23:32:57.088Z | Checking postcard v1.0.10 |
2136 | 2024-11-05T23:32:57.201Z | Checking newline-converter v0.3.0 |
2137 | 2024-11-05T23:32:57.254Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2138 | 2024-11-05T23:32:57.282Z | Compiling convert_case v0.4.0 |
2139 | 2024-11-05T23:32:57.343Z | Checking expectorate v1.1.0 |
2140 | 2024-11-05T23:32:57.500Z | Compiling zone_cfg_derive v0.3.0 |
2141 | 2024-11-05T23:32:57.586Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2142 | 2024-11-05T23:32:57.598Z | Checking itertools v0.13.0 |
2143 | 2024-11-05T23:32:57.610Z | Compiling num-derive v0.4.2 |
2144 | 2024-11-05T23:32:57.776Z | Compiling slog-dtrace v0.3.0 |
2145 | 2024-11-05T23:32:57.926Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2146 | 2024-11-05T23:32:58.141Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2147 | 2024-11-05T23:32:58.153Z | Compiling derive_more v0.99.18 |
2148 | 2024-11-05T23:32:58.875Z | Checking zone v0.3.0 |
2149 | 2024-11-05T23:32:59.558Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2150 | 2024-11-05T23:33:00.944Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2151 | 2024-11-05T23:33:01.797Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2152 | 2024-11-05T23:33:01.850Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2153 | 2024-11-05T23:33:02.917Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2154 | 2024-11-05T23:33:03.152Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2155 | 2024-11-05T23:33:04.727Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2156 | 2024-11-05T23:33:05.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.41s |
2157 | 2024-11-05T23:33:05.783Z | |
2158 | 2024-11-05T23:33:05.783Z | info: running `cargo check --bins` on clickhouse-admin-api (35/168) |
2159 | 2024-11-05T23:33:06.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2160 | 2024-11-05T23:33:06.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2161 | 2024-11-05T23:33:06.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2162 | 2024-11-05T23:33:06.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2163 | 2024-11-05T23:33:06.369Z | |
2164 | 2024-11-05T23:33:06.369Z | info: running `cargo check --bins` on clickhouse-admin-types (36/168) |
2165 | 2024-11-05T23:33:06.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2166 | 2024-11-05T23:33:06.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2167 | 2024-11-05T23:33:06.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2168 | 2024-11-05T23:33:06.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2169 | 2024-11-05T23:33:06.963Z | |
2170 | 2024-11-05T23:33:06.963Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168) |
2171 | 2024-11-05T23:33:07.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2172 | 2024-11-05T23:33:07.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2173 | 2024-11-05T23:33:07.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2174 | 2024-11-05T23:33:07.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2175 | 2024-11-05T23:33:07.647Z | |
2176 | 2024-11-05T23:33:07.647Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168) |
2177 | 2024-11-05T23:33:08.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2178 | 2024-11-05T23:33:08.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2179 | 2024-11-05T23:33:08.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2180 | 2024-11-05T23:33:08.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2181 | 2024-11-05T23:33:08.328Z | |
2182 | 2024-11-05T23:33:08.328Z | info: running `cargo check --bins` on dns-server (39/168) |
2183 | 2024-11-05T23:33:08.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2184 | 2024-11-05T23:33:08.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2185 | 2024-11-05T23:33:08.922Z | Compiling parking_lot_core v0.8.6 |
2186 | 2024-11-05T23:33:08.923Z | Checking nibble_vec v0.1.0 |
2187 | 2024-11-05T23:33:08.926Z | Checking endian-type v0.1.2 |
2188 | 2024-11-05T23:33:08.926Z | Checking fxhash v0.2.1 |
2189 | 2024-11-05T23:33:08.926Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2190 | 2024-11-05T23:33:08.926Z | Checking hickory-server v0.24.1 |
2191 | 2024-11-05T23:33:09.232Z | Checking radix_trie v0.2.1 |
2192 | 2024-11-05T23:33:09.529Z | Checking hickory-client v0.24.1 |
2193 | 2024-11-05T23:33:09.663Z | Checking parking_lot v0.11.2 |
2194 | 2024-11-05T23:33:09.705Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2195 | 2024-11-05T23:33:09.705Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2196 | 2024-11-05T23:33:09.904Z | Checking sled v0.34.7 |
2197 | 2024-11-05T23:33:11.676Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2198 | 2024-11-05T23:33:12.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
2199 | 2024-11-05T23:33:13.045Z | |
2200 | 2024-11-05T23:33:13.045Z | info: running `cargo check --bins` on dns-server-api (40/168) |
2201 | 2024-11-05T23:33:13.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2202 | 2024-11-05T23:33:13.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2203 | 2024-11-05T23:33:13.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2204 | 2024-11-05T23:33:13.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2205 | 2024-11-05T23:33:13.627Z | |
2206 | 2024-11-05T23:33:13.627Z | info: running `cargo check --bins` on internal-dns-types (41/168) |
2207 | 2024-11-05T23:33:14.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2208 | 2024-11-05T23:33:14.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2209 | 2024-11-05T23:33:14.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2210 | 2024-11-05T23:33:14.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2211 | 2024-11-05T23:33:14.214Z | |
2212 | 2024-11-05T23:33:14.214Z | info: running `cargo check --bins` on dns-service-client (42/168) |
2213 | 2024-11-05T23:33:14.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2214 | 2024-11-05T23:33:14.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2215 | 2024-11-05T23:33:14.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2216 | 2024-11-05T23:33:14.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2217 | 2024-11-05T23:33:14.797Z | |
2218 | 2024-11-05T23:33:14.797Z | info: running `cargo check --bins` on gateway-test-utils (43/168) |
2219 | 2024-11-05T23:33:15.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2220 | 2024-11-05T23:33:15.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2221 | 2024-11-05T23:33:15.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2222 | 2024-11-05T23:33:15.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2223 | 2024-11-05T23:33:15.432Z | |
2224 | 2024-11-05T23:33:15.432Z | info: running `cargo check --bins` on gateway-types (44/168) |
2225 | 2024-11-05T23:33:15.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2226 | 2024-11-05T23:33:15.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2227 | 2024-11-05T23:33:15.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2228 | 2024-11-05T23:33:15.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2229 | 2024-11-05T23:33:16.018Z | |
2230 | 2024-11-05T23:33:16.018Z | info: running `cargo check --bins` on ipcc (45/168) |
2231 | 2024-11-05T23:33:16.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2232 | 2024-11-05T23:33:16.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2233 | 2024-11-05T23:33:16.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2234 | 2024-11-05T23:33:16.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2235 | 2024-11-05T23:33:16.605Z | |
2236 | 2024-11-05T23:33:16.605Z | info: running `cargo check --bins` on omicron-gateway (46/168) |
2237 | 2024-11-05T23:33:17.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2238 | 2024-11-05T23:33:17.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2239 | 2024-11-05T23:33:17.254Z | Checking num-rational v0.4.2 |
2240 | 2024-11-05T23:33:17.254Z | Compiling progenitor-client v0.8.0 |
2241 | 2024-11-05T23:33:17.257Z | Checking num-complex v0.4.6 |
2242 | 2024-11-05T23:33:17.257Z | Compiling prettyplease v0.2.22 |
2243 | 2024-11-05T23:33:17.257Z | Compiling newtype-uuid v1.1.2 |
2244 | 2024-11-05T23:33:17.257Z | Compiling ipnetwork v0.20.0 |
2245 | 2024-11-05T23:33:17.257Z | Compiling instant v0.1.13 |
2246 | 2024-11-05T23:33:17.355Z | Compiling radium v0.7.0 |
2247 | 2024-11-05T23:33:17.541Z | Checking float-ord v0.3.2 |
2248 | 2024-11-05T23:33:17.633Z | Compiling semver v0.1.20 |
2249 | 2024-11-05T23:33:17.683Z | Compiling progenitor v0.8.0 |
2250 | 2024-11-05T23:33:17.692Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2251 | 2024-11-05T23:33:17.835Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2252 | 2024-11-05T23:33:17.903Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2253 | 2024-11-05T23:33:17.923Z | Compiling backoff v0.4.0 |
2254 | 2024-11-05T23:33:17.938Z | Compiling parse-display v0.10.0 |
2255 | 2024-11-05T23:33:18.066Z | Compiling rustc_version v0.1.7 |
2256 | 2024-11-05T23:33:18.218Z | Checking num v0.4.3 |
2257 | 2024-11-05T23:33:18.235Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2258 | 2024-11-05T23:33:18.267Z | Compiling serde_with v3.11.0 |
2259 | 2024-11-05T23:33:18.284Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2260 | 2024-11-05T23:33:18.319Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2261 | 2024-11-05T23:33:18.408Z | Compiling regress v0.9.1 |
2262 | 2024-11-05T23:33:18.564Z | Compiling macaddr v1.0.1 |
2263 | 2024-11-05T23:33:18.581Z | Checking tap v1.0.1 |
2264 | 2024-11-05T23:33:18.736Z | Compiling maybe-uninit v2.0.0 |
2265 | 2024-11-05T23:33:18.972Z | Checking wyz v0.5.1 |
2266 | 2024-11-05T23:33:19.340Z | Compiling newtype_derive v0.1.6 |
2267 | 2024-11-05T23:33:19.664Z | Checking password-hash v0.5.0 |
2268 | 2024-11-05T23:33:19.761Z | Checking blake2 v0.10.6 |
2269 | 2024-11-05T23:33:19.761Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2270 | 2024-11-05T23:33:20.087Z | Checking funty v2.0.0 |
2271 | 2024-11-05T23:33:20.112Z | Compiling cancel-safe-futures v0.1.5 |
2272 | 2024-11-05T23:33:20.217Z | Compiling owo-colors v4.1.0 |
2273 | 2024-11-05T23:33:20.272Z | Checking crc-catalog v2.4.0 |
2274 | 2024-11-05T23:33:20.407Z | Compiling packed_struct v0.10.1 |
2275 | 2024-11-05T23:33:20.546Z | Checking crc v3.2.1 |
2276 | 2024-11-05T23:33:20.923Z | Checking argon2 v0.5.3 |
2277 | 2024-11-05T23:33:21.052Z | Checking bitvec v1.0.1 |
2278 | 2024-11-05T23:33:21.557Z | Compiling packed_struct_codegen v0.10.1 |
2279 | 2024-11-05T23:33:21.690Z | Compiling indexmap v1.9.3 |
2280 | 2024-11-05T23:33:21.978Z | Checking half v2.4.1 |
2281 | 2024-11-05T23:33:22.054Z | Checking ciborium-io v0.2.2 |
2282 | 2024-11-05T23:33:22.120Z | Checking nodrop v0.1.14 |
2283 | 2024-11-05T23:33:22.178Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2284 | 2024-11-05T23:33:22.237Z | Checking array-init v0.0.4 |
2285 | 2024-11-05T23:33:22.426Z | Checking ciborium-ll v0.2.2 |
2286 | 2024-11-05T23:33:22.667Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2287 | 2024-11-05T23:33:22.721Z | Checking smallvec v0.6.14 |
2288 | 2024-11-05T23:33:23.053Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2289 | 2024-11-05T23:33:23.129Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2290 | 2024-11-05T23:33:23.822Z | Checking libsw v3.3.1 |
2291 | 2024-11-05T23:33:24.105Z | Compiling memoffset v0.9.1 |
2292 | 2024-11-05T23:33:24.108Z | Checking linear-map v1.2.0 |
2293 | 2024-11-05T23:33:24.166Z | Checking bitfield v0.14.0 |
2294 | 2024-11-05T23:33:24.450Z | Checking highway v1.2.0 |
2295 | 2024-11-05T23:33:24.467Z | Checking indent_write v2.2.0 |
2296 | 2024-11-05T23:33:24.470Z | Checking termcolor v1.4.1 |
2297 | 2024-11-05T23:33:24.664Z | Checking hashbrown v0.12.3 |
2298 | 2024-11-05T23:33:24.820Z | Checking swrite v0.1.0 |
2299 | 2024-11-05T23:33:24.871Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2300 | 2024-11-05T23:33:24.927Z | Checking env_logger v0.10.2 |
2301 | 2024-11-05T23:33:24.943Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2302 | 2024-11-05T23:33:25.244Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2303 | 2024-11-05T23:33:25.335Z | Checking ron v0.8.1 |
2304 | 2024-11-05T23:33:25.584Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2305 | 2024-11-05T23:33:25.939Z | Checking serde-hex v0.1.0 |
2306 | 2024-11-05T23:33:26.314Z | Checking steno v0.4.1 |
2307 | 2024-11-05T23:33:26.405Z | Checking ciborium v0.2.2 |
2308 | 2024-11-05T23:33:26.632Z | Checking bzip2 v0.4.4 |
2309 | 2024-11-05T23:33:27.147Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2310 | 2024-11-05T23:33:27.161Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2311 | 2024-11-05T23:33:27.391Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2312 | 2024-11-05T23:33:27.416Z | Checking hashbrown v0.13.2 |
2313 | 2024-11-05T23:33:27.793Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2314 | 2024-11-05T23:33:28.281Z | Checking humantime v2.1.0 |
2315 | 2024-11-05T23:33:28.435Z | Checking crc-any v2.5.0 |
2316 | 2024-11-05T23:33:28.545Z | Checking object v0.30.4 |
2317 | 2024-11-05T23:33:28.560Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2318 | 2024-11-05T23:33:28.623Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2319 | 2024-11-05T23:33:28.801Z | Checking zip v0.6.6 |
2320 | 2024-11-05T23:33:28.995Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2321 | 2024-11-05T23:33:29.138Z | Checking path-slash v0.1.5 |
2322 | 2024-11-05T23:33:29.283Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2323 | 2024-11-05T23:33:29.399Z | Checking nix v0.27.1 |
2324 | 2024-11-05T23:33:29.464Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2325 | 2024-11-05T23:33:29.986Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2326 | 2024-11-05T23:33:30.189Z | Checking tungstenite v0.23.0 |
2327 | 2024-11-05T23:33:30.235Z | Checking kstat-rs v0.2.4 |
2328 | 2024-11-05T23:33:30.585Z | Checking signal-hook-tokio v0.3.1 |
2329 | 2024-11-05T23:33:31.152Z | Checking tokio-tungstenite v0.23.1 |
2330 | 2024-11-05T23:33:31.867Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2331 | 2024-11-05T23:33:32.077Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2332 | 2024-11-05T23:33:36.957Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2333 | 2024-11-05T23:33:38.645Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2334 | 2024-11-05T23:33:38.710Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2335 | 2024-11-05T23:33:41.772Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2336 | 2024-11-05T23:33:42.019Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2337 | 2024-11-05T23:33:43.875Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2338 | 2024-11-05T23:33:49.973Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2339 | 2024-11-05T23:33:50.616Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2340 | 2024-11-05T23:33:54.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.75s |
2341 | 2024-11-05T23:33:54.528Z | |
2342 | 2024-11-05T23:33:54.528Z | info: running `cargo check --bins` on gateway-api (47/168) |
2343 | 2024-11-05T23:33:55.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2344 | 2024-11-05T23:33:55.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2345 | 2024-11-05T23:33:55.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2346 | 2024-11-05T23:33:55.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2347 | 2024-11-05T23:33:55.122Z | |
2348 | 2024-11-05T23:33:55.122Z | info: running `cargo check --bins` on oximeter (48/168) |
2349 | 2024-11-05T23:33:55.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2350 | 2024-11-05T23:33:55.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2351 | 2024-11-05T23:33:55.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2352 | 2024-11-05T23:33:55.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2353 | 2024-11-05T23:33:55.710Z | |
2354 | 2024-11-05T23:33:55.710Z | info: running `cargo check --bins` on oximeter-macro-impl (49/168) |
2355 | 2024-11-05T23:33:56.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2356 | 2024-11-05T23:33:56.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2357 | 2024-11-05T23:33:56.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2358 | 2024-11-05T23:33:56.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2359 | 2024-11-05T23:33:56.271Z | |
2360 | 2024-11-05T23:33:56.271Z | info: running `cargo check --bins` on oximeter-schema (50/168) |
2361 | 2024-11-05T23:33:56.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2362 | 2024-11-05T23:33:56.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2363 | 2024-11-05T23:33:56.862Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2364 | 2024-11-05T23:33:57.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
2365 | 2024-11-05T23:33:57.433Z | |
2366 | 2024-11-05T23:33:57.433Z | info: running `cargo check --bins` on oximeter-types (51/168) |
2367 | 2024-11-05T23:33:57.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2368 | 2024-11-05T23:33:57.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2369 | 2024-11-05T23:33:57.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2370 | 2024-11-05T23:33:57.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2371 | 2024-11-05T23:33:58.018Z | |
2372 | 2024-11-05T23:33:58.018Z | info: running `cargo check --bins` on oximeter-timeseries-macro (52/168) |
2373 | 2024-11-05T23:33:58.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2374 | 2024-11-05T23:33:58.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2375 | 2024-11-05T23:33:58.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2376 | 2024-11-05T23:33:58.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2377 | 2024-11-05T23:33:58.602Z | |
2378 | 2024-11-05T23:33:58.602Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168) |
2379 | 2024-11-05T23:33:59.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2380 | 2024-11-05T23:33:59.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2381 | 2024-11-05T23:33:59.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2382 | 2024-11-05T23:33:59.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2383 | 2024-11-05T23:33:59.170Z | |
2384 | 2024-11-05T23:33:59.170Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168) |
2385 | 2024-11-05T23:33:59.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2386 | 2024-11-05T23:33:59.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2387 | 2024-11-05T23:33:59.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2388 | 2024-11-05T23:33:59.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2389 | 2024-11-05T23:33:59.754Z | |
2390 | 2024-11-05T23:33:59.754Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168) |
2391 | 2024-11-05T23:34:00.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2024-11-05T23:34:00.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2024-11-05T23:34:00.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2394 | 2024-11-05T23:34:00.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2395 | 2024-11-05T23:34:00.340Z | |
2396 | 2024-11-05T23:34:00.340Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168) |
2397 | 2024-11-05T23:34:00.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2024-11-05T23:34:00.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2024-11-05T23:34:00.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2400 | 2024-11-05T23:34:00.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2401 | 2024-11-05T23:34:00.926Z | |
2402 | 2024-11-05T23:34:00.926Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168) |
2403 | 2024-11-05T23:34:01.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2024-11-05T23:34:01.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2024-11-05T23:34:01.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2406 | 2024-11-05T23:34:01.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2407 | 2024-11-05T23:34:01.518Z | |
2408 | 2024-11-05T23:34:01.518Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168) |
2409 | 2024-11-05T23:34:02.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2024-11-05T23:34:02.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2024-11-05T23:34:02.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2412 | 2024-11-05T23:34:02.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2413 | 2024-11-05T23:34:02.105Z | |
2414 | 2024-11-05T23:34:02.105Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168) |
2415 | 2024-11-05T23:34:02.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2024-11-05T23:34:02.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2024-11-05T23:34:02.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2418 | 2024-11-05T23:34:02.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2419 | 2024-11-05T23:34:02.695Z | |
2420 | 2024-11-05T23:34:02.695Z | info: running `cargo check --bins` on oximeter-producer (60/168) |
2421 | 2024-11-05T23:34:03.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-11-05T23:34:03.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-11-05T23:34:03.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2424 | 2024-11-05T23:34:03.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2425 | 2024-11-05T23:34:03.309Z | |
2426 | 2024-11-05T23:34:03.309Z | info: running `cargo check --bins` on internal-dns-resolver (61/168) |
2427 | 2024-11-05T23:34:03.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2024-11-05T23:34:03.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2024-11-05T23:34:03.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2430 | 2024-11-05T23:34:03.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2431 | 2024-11-05T23:34:03.897Z | |
2432 | 2024-11-05T23:34:03.897Z | info: running `cargo check --bins` on nexus-client (62/168) |
2433 | 2024-11-05T23:34:04.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2024-11-05T23:34:04.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2024-11-05T23:34:04.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2436 | 2024-11-05T23:34:04.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2437 | 2024-11-05T23:34:04.506Z | |
2438 | 2024-11-05T23:34:04.506Z | info: running `cargo check --bins` on nexus-sled-agent-shared (63/168) |
2439 | 2024-11-05T23:34:05.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2024-11-05T23:34:05.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2024-11-05T23:34:05.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2024-11-05T23:34:05.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2443 | 2024-11-05T23:34:05.099Z | |
2444 | 2024-11-05T23:34:05.099Z | info: running `cargo check --bins` on omicron-passwords (64/168) |
2445 | 2024-11-05T23:34:05.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2024-11-05T23:34:05.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2024-11-05T23:34:05.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2024-11-05T23:34:05.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2449 | 2024-11-05T23:34:05.673Z | |
2450 | 2024-11-05T23:34:05.673Z | info: running `cargo check --bins` on nexus-types (65/168) |
2451 | 2024-11-05T23:34:06.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2024-11-05T23:34:06.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2024-11-05T23:34:06.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2454 | 2024-11-05T23:34:06.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2455 | 2024-11-05T23:34:06.282Z | |
2456 | 2024-11-05T23:34:06.282Z | info: running `cargo check --bins` on gateway-client (66/168) |
2457 | 2024-11-05T23:34:06.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-11-05T23:34:06.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-11-05T23:34:06.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2024-11-05T23:34:06.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2461 | 2024-11-05T23:34:06.860Z | |
2462 | 2024-11-05T23:34:06.860Z | info: running `cargo check --bins` on oxql-types (67/168) |
2463 | 2024-11-05T23:34:07.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-11-05T23:34:07.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-11-05T23:34:07.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2024-11-05T23:34:07.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2467 | 2024-11-05T23:34:07.447Z | |
2468 | 2024-11-05T23:34:07.447Z | info: running `cargo check --bins` on update-engine (68/168) |
2469 | 2024-11-05T23:34:07.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-11-05T23:34:07.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-11-05T23:34:07.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2472 | 2024-11-05T23:34:07.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2473 | 2024-11-05T23:34:08.023Z | |
2474 | 2024-11-05T23:34:08.023Z | info: running `cargo check --bins` on sp-sim (69/168) |
2475 | 2024-11-05T23:34:08.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-11-05T23:34:08.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-11-05T23:34:08.615Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2478 | 2024-11-05T23:34:10.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s |
2479 | 2024-11-05T23:34:10.623Z | |
2480 | 2024-11-05T23:34:10.623Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168) |
2481 | 2024-11-05T23:34:11.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-11-05T23:34:11.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-11-05T23:34:11.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2484 | 2024-11-05T23:34:11.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2485 | 2024-11-05T23:34:11.259Z | |
2486 | 2024-11-05T23:34:11.259Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168) |
2487 | 2024-11-05T23:34:11.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-11-05T23:34:11.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-11-05T23:34:11.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2024-11-05T23:34:11.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2491 | 2024-11-05T23:34:11.895Z | |
2492 | 2024-11-05T23:34:11.895Z | info: running `cargo check --bins` on db-macros (72/168) |
2493 | 2024-11-05T23:34:12.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-11-05T23:34:12.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-11-05T23:34:12.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2496 | 2024-11-05T23:34:12.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2497 | 2024-11-05T23:34:12.472Z | |
2498 | 2024-11-05T23:34:12.473Z | info: running `cargo check --bins` on nexus-macros-common (73/168) |
2499 | 2024-11-05T23:34:12.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-11-05T23:34:12.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-11-05T23:34:12.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-11-05T23:34:12.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2503 | 2024-11-05T23:34:13.043Z | |
2504 | 2024-11-05T23:34:13.043Z | info: running `cargo check --bins` on nexus-auth (74/168) |
2505 | 2024-11-05T23:34:13.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-11-05T23:34:13.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-11-05T23:34:13.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-11-05T23:34:13.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2509 | 2024-11-05T23:34:13.670Z | |
2510 | 2024-11-05T23:34:13.670Z | info: running `cargo check --bins` on authz-macros (75/168) |
2511 | 2024-11-05T23:34:14.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-11-05T23:34:14.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-11-05T23:34:14.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-11-05T23:34:14.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2515 | 2024-11-05T23:34:14.238Z | |
2516 | 2024-11-05T23:34:14.238Z | info: running `cargo check --bins` on nexus-db-fixed-data (76/168) |
2517 | 2024-11-05T23:34:14.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-11-05T23:34:14.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-11-05T23:34:14.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-11-05T23:34:14.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2521 | 2024-11-05T23:34:14.850Z | |
2522 | 2024-11-05T23:34:14.850Z | info: running `cargo check --bins` on nexus-db-model (77/168) |
2523 | 2024-11-05T23:34:15.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-11-05T23:34:15.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-11-05T23:34:15.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-11-05T23:34:15.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2527 | 2024-11-05T23:34:15.464Z | |
2528 | 2024-11-05T23:34:15.464Z | info: running `cargo check --bins` on nexus-defaults (78/168) |
2529 | 2024-11-05T23:34:15.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-11-05T23:34:15.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-11-05T23:34:15.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-11-05T23:34:15.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2533 | 2024-11-05T23:34:16.051Z | |
2534 | 2024-11-05T23:34:16.051Z | info: running `cargo check --bins` on sled-agent-client (79/168) |
2535 | 2024-11-05T23:34:16.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-11-05T23:34:16.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-11-05T23:34:16.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-11-05T23:34:16.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2539 | 2024-11-05T23:34:16.651Z | |
2540 | 2024-11-05T23:34:16.651Z | info: running `cargo check --bins` on nexus-inventory (80/168) |
2541 | 2024-11-05T23:34:17.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-11-05T23:34:17.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-11-05T23:34:17.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-11-05T23:34:17.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2545 | 2024-11-05T23:34:17.263Z | |
2546 | 2024-11-05T23:34:17.263Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168) |
2547 | 2024-11-05T23:34:17.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-11-05T23:34:17.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-11-05T23:34:17.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-11-05T23:34:17.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2551 | 2024-11-05T23:34:17.852Z | |
2552 | 2024-11-05T23:34:17.852Z | info: running `cargo check --bins` on clickhouse-admin-server-client (82/168) |
2553 | 2024-11-05T23:34:18.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-11-05T23:34:18.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-11-05T23:34:18.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-11-05T23:34:18.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2557 | 2024-11-05T23:34:18.439Z | |
2558 | 2024-11-05T23:34:18.440Z | info: running `cargo check --bins` on typed-rng (83/168) |
2559 | 2024-11-05T23:34:18.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-11-05T23:34:18.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-11-05T23:34:18.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-11-05T23:34:18.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2563 | 2024-11-05T23:34:19.010Z | |
2564 | 2024-11-05T23:34:19.010Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168) |
2565 | 2024-11-05T23:34:19.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-11-05T23:34:19.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-11-05T23:34:19.698Z | Checking keccak v0.1.5 |
2568 | 2024-11-05T23:34:19.801Z | Checking secrecy v0.8.0 |
2569 | 2024-11-05T23:34:19.809Z | Compiling unicase v2.7.0 |
2570 | 2024-11-05T23:34:19.810Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2571 | 2024-11-05T23:34:19.810Z | Compiling same-file v1.0.6 |
2572 | 2024-11-05T23:34:19.810Z | Compiling tempfile v3.13.0 |
2573 | 2024-11-05T23:34:19.845Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2574 | 2024-11-05T23:34:19.848Z | Compiling thiserror-impl-no-std v2.0.2 |
2575 | 2024-11-05T23:34:19.988Z | Compiling walkdir v2.5.0 |
2576 | 2024-11-05T23:34:20.085Z | Checking sha3 v0.10.8 |
2577 | 2024-11-05T23:34:20.112Z | Checking universal-hash v0.5.1 |
2578 | 2024-11-05T23:34:20.139Z | Compiling blake3 v1.5.4 |
2579 | 2024-11-05T23:34:20.274Z | Compiling ring v0.16.20 |
2580 | 2024-11-05T23:34:20.317Z | Checking opaque-debug v0.3.1 |
2581 | 2024-11-05T23:34:20.414Z | Checking poly1305 v0.8.0 |
2582 | 2024-11-05T23:34:20.516Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2583 | 2024-11-05T23:34:20.593Z | Checking chacha20 v0.9.1 |
2584 | 2024-11-05T23:34:20.661Z | Checking aead v0.5.2 |
2585 | 2024-11-05T23:34:20.732Z | Compiling memmap2 v0.9.5 |
2586 | 2024-11-05T23:34:20.823Z | Compiling spin v0.5.2 |
2587 | 2024-11-05T23:34:20.883Z | Compiling salty v0.3.0 |
2588 | 2024-11-05T23:34:20.900Z | Compiling libefi-sys v0.1.0 |
2589 | 2024-11-05T23:34:20.948Z | Compiling home v0.5.9 |
2590 | 2024-11-05T23:34:21.040Z | Compiling constant_time_eq v0.3.1 |
2591 | 2024-11-05T23:34:21.154Z | Compiling untrusted v0.7.1 |
2592 | 2024-11-05T23:34:21.171Z | Compiling arrayvec v0.7.6 |
2593 | 2024-11-05T23:34:21.203Z | Compiling arrayref v0.3.9 |
2594 | 2024-11-05T23:34:21.245Z | Compiling toolchain_find v0.4.0 |
2595 | 2024-11-05T23:34:21.314Z | Checking chacha20poly1305 v0.10.1 |
2596 | 2024-11-05T23:34:21.405Z | Compiling camino-tempfile v1.1.1 |
2597 | 2024-11-05T23:34:21.500Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2598 | 2024-11-05T23:34:21.611Z | Compiling bitfield-struct v0.6.2 |
2599 | 2024-11-05T23:34:21.775Z | Compiling topological-sort v0.2.2 |
2600 | 2024-11-05T23:34:21.856Z | Compiling mime_guess v2.0.5 |
2601 | 2024-11-05T23:34:21.875Z | Compiling rustfmt-wrapper v0.2.1 |
2602 | 2024-11-05T23:34:22.407Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2603 | 2024-11-05T23:34:22.442Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2604 | 2024-11-05T23:34:22.564Z | Checking primeorder v0.13.6 |
2605 | 2024-11-05T23:34:22.739Z | Checking env_filter v0.1.2 |
2606 | 2024-11-05T23:34:22.751Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2607 | 2024-11-05T23:34:22.852Z | Checking thiserror-no-std v2.0.2 |
2608 | 2024-11-05T23:34:22.948Z | Checking env_logger v0.11.5 |
2609 | 2024-11-05T23:34:22.965Z | Checking vsss-rs v3.3.4 |
2610 | 2024-11-05T23:34:23.024Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2611 | 2024-11-05T23:34:23.042Z | Checking p384 v0.13.0 |
2612 | 2024-11-05T23:34:23.097Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2613 | 2024-11-05T23:34:23.121Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2614 | 2024-11-05T23:34:23.363Z | Checking gethostname v0.5.0 |
2615 | 2024-11-05T23:34:23.491Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2616 | 2024-11-05T23:34:23.508Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2617 | 2024-11-05T23:34:23.587Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2618 | 2024-11-05T23:34:23.838Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2619 | 2024-11-05T23:34:23.886Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2620 | 2024-11-05T23:34:24.028Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2621 | 2024-11-05T23:34:24.207Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2622 | 2024-11-05T23:34:24.466Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2623 | 2024-11-05T23:34:24.483Z | Checking nanorand v0.7.0 |
2624 | 2024-11-05T23:34:24.507Z | Checking atty v0.2.14 |
2625 | 2024-11-05T23:34:24.535Z | Checking http-range v0.1.5 |
2626 | 2024-11-05T23:34:24.692Z | Checking glob v0.3.1 |
2627 | 2024-11-05T23:34:24.753Z | Checking hyper-staticfile v0.10.1 |
2628 | 2024-11-05T23:34:24.870Z | Checking flume v0.11.0 |
2629 | 2024-11-05T23:34:24.974Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2630 | 2024-11-05T23:34:25.392Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2631 | 2024-11-05T23:34:25.489Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2632 | 2024-11-05T23:34:25.656Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2633 | 2024-11-05T23:34:25.935Z | Compiling omicron-zone-package v0.11.1 |
2634 | 2024-11-05T23:34:26.357Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2635 | 2024-11-05T23:34:26.719Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2636 | 2024-11-05T23:34:27.319Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2637 | 2024-11-05T23:34:27.356Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2638 | 2024-11-05T23:34:27.512Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2639 | 2024-11-05T23:34:28.016Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2640 | 2024-11-05T23:34:28.198Z | Checking display-error-chain v0.2.1 |
2641 | 2024-11-05T23:34:31.258Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2642 | 2024-11-05T23:34:31.302Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2643 | 2024-11-05T23:34:31.934Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2644 | 2024-11-05T23:34:31.984Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2645 | 2024-11-05T23:34:42.991Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2646 | 2024-11-05T23:35:30.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
2647 | 2024-11-05T23:35:31.095Z | |
2648 | 2024-11-05T23:35:31.095Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168) |
2649 | 2024-11-05T23:35:31.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2024-11-05T23:35:31.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2024-11-05T23:35:31.782Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2652 | 2024-11-05T23:36:20.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.22s |
2653 | 2024-11-05T23:36:20.494Z | |
2654 | 2024-11-05T23:36:20.494Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168) |
2655 | 2024-11-05T23:36:21.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2656 | 2024-11-05T23:36:21.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2657 | 2024-11-05T23:36:21.165Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2658 | 2024-11-05T23:37:09.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.84s |
2659 | 2024-11-05T23:37:09.521Z | |
2660 | 2024-11-05T23:37:09.521Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168) |
2661 | 2024-11-05T23:37:10.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2662 | 2024-11-05T23:37:10.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2663 | 2024-11-05T23:37:10.198Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2664 | 2024-11-05T23:37:58.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.78s |
2665 | 2024-11-05T23:37:58.480Z | |
2666 | 2024-11-05T23:37:58.480Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168) |
2667 | 2024-11-05T23:37:59.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2024-11-05T23:37:59.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2024-11-05T23:37:59.157Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2670 | 2024-11-05T23:38:47.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.50s |
2671 | 2024-11-05T23:38:48.158Z | |
2672 | 2024-11-05T23:38:48.158Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168) |
2673 | 2024-11-05T23:38:48.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2024-11-05T23:38:48.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2024-11-05T23:38:48.828Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2676 | 2024-11-05T23:39:38.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.28s |
2677 | 2024-11-05T23:39:38.616Z | |
2678 | 2024-11-05T23:39:38.616Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168) |
2679 | 2024-11-05T23:39:39.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2024-11-05T23:39:39.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2024-11-05T23:39:39.306Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2682 | 2024-11-05T23:40:27.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.69s |
2683 | 2024-11-05T23:40:27.505Z | |
2684 | 2024-11-05T23:40:27.505Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168) |
2685 | 2024-11-05T23:40:28.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2024-11-05T23:40:28.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2024-11-05T23:40:28.187Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2688 | 2024-11-05T23:41:16.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.63s |
2689 | 2024-11-05T23:41:16.310Z | |
2690 | 2024-11-05T23:41:16.310Z | info: running `cargo check --bins` on bootstrap-agent-api (92/168) |
2691 | 2024-11-05T23:41:16.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2024-11-05T23:41:16.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2024-11-05T23:41:16.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2694 | 2024-11-05T23:41:16.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2695 | 2024-11-05T23:41:16.927Z | |
2696 | 2024-11-05T23:41:16.928Z | info: running `cargo check --bins` on sled-agent-types (93/168) |
2697 | 2024-11-05T23:41:17.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2024-11-05T23:41:17.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2024-11-05T23:41:17.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2700 | 2024-11-05T23:41:17.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2701 | 2024-11-05T23:41:17.541Z | |
2702 | 2024-11-05T23:41:17.541Z | info: running `cargo check --bins` on bootstrap-agent-client (94/168) |
2703 | 2024-11-05T23:41:18.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2704 | 2024-11-05T23:41:18.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2705 | 2024-11-05T23:41:18.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2706 | 2024-11-05T23:41:18.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2707 | 2024-11-05T23:41:18.140Z | |
2708 | 2024-11-05T23:41:18.140Z | info: running `cargo check --bins` on dpd-client (95/168) |
2709 | 2024-11-05T23:41:18.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2710 | 2024-11-05T23:41:18.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2711 | 2024-11-05T23:41:18.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2712 | 2024-11-05T23:41:18.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2713 | 2024-11-05T23:41:18.760Z | |
2714 | 2024-11-05T23:41:18.760Z | info: running `cargo check --bins` on installinator-common (96/168) |
2715 | 2024-11-05T23:41:19.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2716 | 2024-11-05T23:41:19.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2717 | 2024-11-05T23:41:19.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2718 | 2024-11-05T23:41:19.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2719 | 2024-11-05T23:41:19.341Z | |
2720 | 2024-11-05T23:41:19.341Z | info: running `cargo check --bins` on key-manager (97/168) |
2721 | 2024-11-05T23:41:19.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2722 | 2024-11-05T23:41:19.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2723 | 2024-11-05T23:41:19.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2724 | 2024-11-05T23:41:19.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2725 | 2024-11-05T23:41:19.921Z | |
2726 | 2024-11-05T23:41:19.921Z | info: running `cargo check --bins` on omicron-ddm-admin-client (98/168) |
2727 | 2024-11-05T23:41:20.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2728 | 2024-11-05T23:41:20.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2729 | 2024-11-05T23:41:20.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2730 | 2024-11-05T23:41:20.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2731 | 2024-11-05T23:41:20.514Z | |
2732 | 2024-11-05T23:41:20.514Z | info: running `cargo check --bins` on repo-depot-api (99/168) |
2733 | 2024-11-05T23:41:21.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2734 | 2024-11-05T23:41:21.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2735 | 2024-11-05T23:41:21.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2736 | 2024-11-05T23:41:21.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2737 | 2024-11-05T23:41:21.096Z | |
2738 | 2024-11-05T23:41:21.096Z | info: running `cargo check --bins` on repo-depot-client (100/168) |
2739 | 2024-11-05T23:41:21.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2740 | 2024-11-05T23:41:21.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2741 | 2024-11-05T23:41:21.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2742 | 2024-11-05T23:41:21.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2743 | 2024-11-05T23:41:21.661Z | |
2744 | 2024-11-05T23:41:21.661Z | info: running `cargo check --bins` on sled-agent-api (101/168) |
2745 | 2024-11-05T23:41:22.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2746 | 2024-11-05T23:41:22.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2747 | 2024-11-05T23:41:22.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2748 | 2024-11-05T23:41:22.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2749 | 2024-11-05T23:41:22.269Z | |
2750 | 2024-11-05T23:41:22.269Z | info: running `cargo check --bins` on sled-hardware (102/168) |
2751 | 2024-11-05T23:41:22.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2752 | 2024-11-05T23:41:22.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2753 | 2024-11-05T23:41:22.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2754 | 2024-11-05T23:41:22.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2755 | 2024-11-05T23:41:22.865Z | |
2756 | 2024-11-05T23:41:22.865Z | info: running `cargo check --bins --no-default-features` on sled-storage (103/168) |
2757 | 2024-11-05T23:41:23.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2758 | 2024-11-05T23:41:23.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2759 | 2024-11-05T23:41:23.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2760 | 2024-11-05T23:41:23.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2761 | 2024-11-05T23:41:23.464Z | |
2762 | 2024-11-05T23:41:23.464Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168) |
2763 | 2024-11-05T23:41:23.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2764 | 2024-11-05T23:41:23.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2765 | 2024-11-05T23:41:23.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2766 | 2024-11-05T23:41:23.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2767 | 2024-11-05T23:41:24.058Z | |
2768 | 2024-11-05T23:41:24.058Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (105/168) |
2769 | 2024-11-05T23:41:24.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2770 | 2024-11-05T23:41:24.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2771 | 2024-11-05T23:41:24.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2772 | 2024-11-05T23:41:24.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2773 | 2024-11-05T23:41:24.680Z | |
2774 | 2024-11-05T23:41:24.680Z | info: running `cargo check --bins` on nexus-test-interface (106/168) |
2775 | 2024-11-05T23:41:25.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2024-11-05T23:41:25.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2024-11-05T23:41:25.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2778 | 2024-11-05T23:41:25.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2779 | 2024-11-05T23:41:25.285Z | |
2780 | 2024-11-05T23:41:25.285Z | info: running `cargo check --bins` on oximeter-collector (107/168) |
2781 | 2024-11-05T23:41:25.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2024-11-05T23:41:25.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2024-11-05T23:41:25.916Z | Compiling phf_generator v0.11.2 |
2784 | 2024-11-05T23:41:25.919Z | Compiling parse-zoneinfo v0.3.1 |
2785 | 2024-11-05T23:41:26.026Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2786 | 2024-11-05T23:41:26.029Z | Checking bcs v0.1.6 |
2787 | 2024-11-05T23:41:26.029Z | Compiling async-recursion v1.1.1 |
2788 | 2024-11-05T23:41:26.029Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2789 | 2024-11-05T23:41:26.029Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2790 | 2024-11-05T23:41:26.120Z | Compiling phf_codegen v0.11.2 |
2791 | 2024-11-05T23:41:26.471Z | Compiling chrono-tz-build v0.4.0 |
2792 | 2024-11-05T23:41:27.426Z | Compiling chrono-tz v0.10.0 |
2793 | 2024-11-05T23:41:34.615Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2794 | 2024-11-05T23:41:38.780Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2795 | 2024-11-05T23:41:41.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.88s |
2796 | 2024-11-05T23:41:41.343Z | |
2797 | 2024-11-05T23:41:41.343Z | info: running `cargo check --bins` on oximeter-api (108/168) |
2798 | 2024-11-05T23:41:41.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-11-05T23:41:41.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-11-05T23:41:41.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2024-11-05T23:41:41.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2802 | 2024-11-05T23:41:41.934Z | |
2803 | 2024-11-05T23:41:41.934Z | info: running `cargo check --bins` on oximeter-client (109/168) |
2804 | 2024-11-05T23:41:42.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-11-05T23:41:42.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-11-05T23:41:42.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2024-11-05T23:41:42.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2808 | 2024-11-05T23:41:42.522Z | |
2809 | 2024-11-05T23:41:42.522Z | info: running `cargo check --bins --no-default-features` on oximeter-db (110/168) |
2810 | 2024-11-05T23:41:43.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-11-05T23:41:43.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-11-05T23:41:43.119Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2813 | 2024-11-05T23:41:43.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
2814 | 2024-11-05T23:41:43.898Z | |
2815 | 2024-11-05T23:41:43.898Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168) |
2816 | 2024-11-05T23:41:44.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-11-05T23:41:44.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-11-05T23:41:44.512Z | Compiling cfg_aliases v0.1.1 |
2819 | 2024-11-05T23:41:44.514Z | Compiling vte_generate_state_changes v0.1.2 |
2820 | 2024-11-05T23:41:44.514Z | Checking fd-lock v4.0.2 |
2821 | 2024-11-05T23:41:44.514Z | Checking bytecount v0.6.8 |
2822 | 2024-11-05T23:41:44.626Z | Compiling tabled_derive v0.7.0 |
2823 | 2024-11-05T23:41:44.637Z | Compiling peg-macros v0.8.4 |
2824 | 2024-11-05T23:41:44.640Z | Compiling sqlparser_derive v0.2.2 |
2825 | 2024-11-05T23:41:44.640Z | Checking nu-ansi-term v0.50.1 |
2826 | 2024-11-05T23:41:44.691Z | Compiling nix v0.28.0 |
2827 | 2024-11-05T23:41:44.748Z | Checking papergrid v0.11.0 |
2828 | 2024-11-05T23:41:44.765Z | Checking home v0.5.9 |
2829 | 2024-11-05T23:41:44.899Z | Checking unicode_categories v0.1.1 |
2830 | 2024-11-05T23:41:45.193Z | Checking sqlformat v0.2.6 |
2831 | 2024-11-05T23:41:45.226Z | Checking vte v0.11.1 |
2832 | 2024-11-05T23:41:45.698Z | Checking sqlparser v0.45.0 |
2833 | 2024-11-05T23:41:46.483Z | Checking tabled v0.15.0 |
2834 | 2024-11-05T23:41:46.543Z | Checking strip-ansi-escapes v0.2.0 |
2835 | 2024-11-05T23:41:46.705Z | Checking reedline v0.35.0 |
2836 | 2024-11-05T23:41:47.321Z | Checking peg v0.8.4 |
2837 | 2024-11-05T23:41:47.638Z | Checking rustyline v14.0.0 |
2838 | 2024-11-05T23:41:52.385Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2839 | 2024-11-05T23:41:58.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.83s |
2840 | 2024-11-05T23:41:58.904Z | |
2841 | 2024-11-05T23:41:58.904Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168) |
2842 | 2024-11-05T23:41:59.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2843 | 2024-11-05T23:41:59.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2844 | 2024-11-05T23:41:59.522Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2845 | 2024-11-05T23:42:06.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.15s |
2846 | 2024-11-05T23:42:06.232Z | |
2847 | 2024-11-05T23:42:06.232Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168) |
2848 | 2024-11-05T23:42:06.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2849 | 2024-11-05T23:42:06.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2850 | 2024-11-05T23:42:06.851Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2851 | 2024-11-05T23:42:11.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s |
2852 | 2024-11-05T23:42:12.018Z | |
2853 | 2024-11-05T23:42:12.018Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168) |
2854 | 2024-11-05T23:42:12.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2855 | 2024-11-05T23:42:12.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2856 | 2024-11-05T23:42:12.629Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2857 | 2024-11-05T23:42:18.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.71s |
2858 | 2024-11-05T23:42:18.893Z | |
2859 | 2024-11-05T23:42:18.893Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168) |
2860 | 2024-11-05T23:42:19.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2861 | 2024-11-05T23:42:19.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2862 | 2024-11-05T23:42:19.502Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2863 | 2024-11-05T23:42:25.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.74s |
2864 | 2024-11-05T23:42:25.814Z | |
2865 | 2024-11-05T23:42:25.814Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168) |
2866 | 2024-11-05T23:42:26.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2867 | 2024-11-05T23:42:26.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2868 | 2024-11-05T23:42:26.430Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2869 | 2024-11-05T23:42:31.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s |
2870 | 2024-11-05T23:42:31.736Z | |
2871 | 2024-11-05T23:42:31.736Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168) |
2872 | 2024-11-05T23:42:32.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2873 | 2024-11-05T23:42:32.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2874 | 2024-11-05T23:42:32.339Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2875 | 2024-11-05T23:42:37.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s |
2876 | 2024-11-05T23:42:37.679Z | |
2877 | 2024-11-05T23:42:37.679Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168) |
2878 | 2024-11-05T23:42:38.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2024-11-05T23:42:38.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2024-11-05T23:42:38.291Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2881 | 2024-11-05T23:42:44.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.02s |
2882 | 2024-11-05T23:42:44.867Z | |
2883 | 2024-11-05T23:42:44.867Z | info: running `cargo check --bins` on oximeter-test-utils (119/168) |
2884 | 2024-11-05T23:42:45.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2885 | 2024-11-05T23:42:45.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2886 | 2024-11-05T23:42:45.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2887 | 2024-11-05T23:42:45.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2888 | 2024-11-05T23:42:45.468Z | |
2889 | 2024-11-05T23:42:45.468Z | info: running `cargo check --bins` on cockroach-admin-client (120/168) |
2890 | 2024-11-05T23:42:45.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2891 | 2024-11-05T23:42:45.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2892 | 2024-11-05T23:42:45.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2893 | 2024-11-05T23:42:45.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2894 | 2024-11-05T23:42:46.032Z | |
2895 | 2024-11-05T23:42:46.032Z | info: running `cargo check --bins` on installinator-client (121/168) |
2896 | 2024-11-05T23:42:46.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2897 | 2024-11-05T23:42:46.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2898 | 2024-11-05T23:42:46.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2899 | 2024-11-05T23:42:46.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2900 | 2024-11-05T23:42:46.634Z | |
2901 | 2024-11-05T23:42:46.634Z | info: running `cargo check --bins` on oxide-client (122/168) |
2902 | 2024-11-05T23:42:47.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2903 | 2024-11-05T23:42:47.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2904 | 2024-11-05T23:42:47.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2905 | 2024-11-05T23:42:47.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2906 | 2024-11-05T23:42:47.209Z | |
2907 | 2024-11-05T23:42:47.209Z | info: running `cargo check --bins` on wicketd-client (123/168) |
2908 | 2024-11-05T23:42:47.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2909 | 2024-11-05T23:42:47.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2910 | 2024-11-05T23:42:47.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2911 | 2024-11-05T23:42:47.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2912 | 2024-11-05T23:42:47.832Z | |
2913 | 2024-11-05T23:42:47.832Z | info: running `cargo check --bins` on wicket-common (124/168) |
2914 | 2024-11-05T23:42:48.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2915 | 2024-11-05T23:42:48.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2916 | 2024-11-05T23:42:48.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2917 | 2024-11-05T23:42:48.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2918 | 2024-11-05T23:42:48.438Z | |
2919 | 2024-11-05T23:42:48.439Z | info: running `cargo check --bins` on omicron-cockroach-admin (125/168) |
2920 | 2024-11-05T23:42:48.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2921 | 2024-11-05T23:42:48.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2922 | 2024-11-05T23:42:49.046Z | Checking csv-core v0.1.11 |
2923 | 2024-11-05T23:42:49.049Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2924 | 2024-11-05T23:42:49.344Z | Checking csv v1.3.0 |
2925 | 2024-11-05T23:42:49.860Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2926 | 2024-11-05T23:42:50.192Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2927 | 2024-11-05T23:42:51.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s |
2928 | 2024-11-05T23:42:51.544Z | |
2929 | 2024-11-05T23:42:51.544Z | info: running `cargo check --bins` on cockroach-admin-api (126/168) |
2930 | 2024-11-05T23:42:52.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2931 | 2024-11-05T23:42:52.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2932 | 2024-11-05T23:42:52.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2933 | 2024-11-05T23:42:52.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2934 | 2024-11-05T23:42:52.123Z | |
2935 | 2024-11-05T23:42:52.123Z | info: running `cargo check --bins` on cockroach-admin-types (127/168) |
2936 | 2024-11-05T23:42:52.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2937 | 2024-11-05T23:42:52.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2938 | 2024-11-05T23:42:52.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2939 | 2024-11-05T23:42:52.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2940 | 2024-11-05T23:42:52.709Z | |
2941 | 2024-11-05T23:42:52.709Z | info: running `cargo check --bins` on cert-dev (128/168) |
2942 | 2024-11-05T23:42:53.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2943 | 2024-11-05T23:42:53.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2944 | 2024-11-05T23:42:53.274Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2945 | 2024-11-05T23:42:53.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2946 | 2024-11-05T23:42:53.690Z | |
2947 | 2024-11-05T23:42:53.690Z | info: running `cargo check --bins` on ch-dev (129/168) |
2948 | 2024-11-05T23:42:54.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2949 | 2024-11-05T23:42:54.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2950 | 2024-11-05T23:42:54.306Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2951 | 2024-11-05T23:42:55.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2952 | 2024-11-05T23:42:55.176Z | |
2953 | 2024-11-05T23:42:55.176Z | info: running `cargo check --bins` on crdb-seed (130/168) |
2954 | 2024-11-05T23:42:55.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2955 | 2024-11-05T23:42:55.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2956 | 2024-11-05T23:42:55.781Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2957 | 2024-11-05T23:42:56.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2958 | 2024-11-05T23:42:56.278Z | |
2959 | 2024-11-05T23:42:56.278Z | info: running `cargo check --bins` on db-dev (131/168) |
2960 | 2024-11-05T23:42:56.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2961 | 2024-11-05T23:42:56.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2962 | 2024-11-05T23:42:56.895Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2963 | 2024-11-05T23:42:57.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2964 | 2024-11-05T23:42:57.763Z | |
2965 | 2024-11-05T23:42:57.763Z | info: running `cargo check --bins` on omicron-dev-lib (132/168) |
2966 | 2024-11-05T23:42:58.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2967 | 2024-11-05T23:42:58.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2968 | 2024-11-05T23:42:58.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2969 | 2024-11-05T23:42:58.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2970 | 2024-11-05T23:42:58.358Z | |
2971 | 2024-11-05T23:42:58.358Z | info: running `cargo check --bins` on xtask-downloader (133/168) |
2972 | 2024-11-05T23:42:58.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2973 | 2024-11-05T23:42:58.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2974 | 2024-11-05T23:42:58.926Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2975 | 2024-11-05T23:42:59.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
2976 | 2024-11-05T23:43:00.008Z | |
2977 | 2024-11-05T23:43:00.008Z | info: running `cargo check --bins` on omicron-ls-apis (134/168) |
2978 | 2024-11-05T23:43:00.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2979 | 2024-11-05T23:43:00.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2980 | 2024-11-05T23:43:00.584Z | Checking cargo-platform v0.1.8 |
2981 | 2024-11-05T23:43:00.851Z | Checking cargo_metadata v0.18.1 |
2982 | 2024-11-05T23:43:01.826Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2983 | 2024-11-05T23:43:02.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s |
2984 | 2024-11-05T23:43:02.691Z | |
2985 | 2024-11-05T23:43:02.691Z | info: running `cargo check --bins` on mgs-dev (135/168) |
2986 | 2024-11-05T23:43:03.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2024-11-05T23:43:03.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2024-11-05T23:43:03.360Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2989 | 2024-11-05T23:43:04.040Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2990 | 2024-11-05T23:43:04.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
2991 | 2024-11-05T23:43:04.714Z | |
2992 | 2024-11-05T23:43:04.714Z | info: running `cargo check --bins` on omicron-omdb (136/168) |
2993 | 2024-11-05T23:43:05.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2994 | 2024-11-05T23:43:05.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2995 | 2024-11-05T23:43:05.442Z | Compiling glob v0.3.1 |
2996 | 2024-11-05T23:43:05.442Z | Compiling crunchy v0.2.2 |
2997 | 2024-11-05T23:43:05.445Z | Compiling tiny-keccak v2.0.2 |
2998 | 2024-11-05T23:43:05.445Z | Compiling dsl_auto_type v0.1.2 |
2999 | 2024-11-05T23:43:05.445Z | Checking scheduled-thread-pool v0.2.7 |
3000 | 2024-11-05T23:43:05.445Z | Compiling diesel_table_macro_syntax v0.2.0 |
3001 | 2024-11-05T23:43:05.575Z | Compiling ascii-canvas v3.0.0 |
3002 | 2024-11-05T23:43:05.579Z | Compiling ena v0.14.3 |
3003 | 2024-11-05T23:43:05.791Z | Checking r2d2 v0.8.10 |
3004 | 2024-11-05T23:43:05.851Z | Compiling libloading v0.8.5 |
3005 | 2024-11-05T23:43:05.955Z | Compiling bindgen v0.69.5 |
3006 | 2024-11-05T23:43:06.032Z | Compiling diff v0.1.13 |
3007 | 2024-11-05T23:43:06.108Z | Compiling regex-syntax v0.6.29 |
3008 | 2024-11-05T23:43:06.128Z | Compiling which v4.4.2 |
3009 | 2024-11-05T23:43:06.272Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3010 | 2024-11-05T23:43:06.494Z | Compiling cexpr v0.6.0 |
3011 | 2024-11-05T23:43:06.516Z | Compiling clang-sys v1.8.1 |
3012 | 2024-11-05T23:43:06.657Z | Compiling rustc-hash v1.1.0 |
3013 | 2024-11-05T23:43:06.721Z | Compiling lazycell v1.3.0 |
3014 | 2024-11-05T23:43:06.771Z | Compiling ref-cast v1.0.23 |
3015 | 2024-11-05T23:43:06.824Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3016 | 2024-11-05T23:43:06.899Z | Compiling derive_builder_core v0.20.2 |
3017 | 2024-11-05T23:43:06.923Z | Compiling libxml v0.3.3 |
3018 | 2024-11-05T23:43:07.058Z | Compiling diesel_derives v2.2.3 |
3019 | 2024-11-05T23:43:07.108Z | Compiling ref-cast-impl v1.0.23 |
3020 | 2024-11-05T23:43:07.308Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3021 | 2024-11-05T23:43:07.424Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3022 | 2024-11-05T23:43:07.822Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3023 | 2024-11-05T23:43:08.120Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3024 | 2024-11-05T23:43:08.173Z | Compiling strum_macros v0.24.3 |
3025 | 2024-11-05T23:43:08.427Z | Compiling indoc v1.0.9 |
3026 | 2024-11-05T23:43:09.183Z | Compiling derive_builder_macro v0.20.2 |
3027 | 2024-11-05T23:43:09.423Z | Compiling lalrpop v0.19.12 |
3028 | 2024-11-05T23:43:10.093Z | Checking derive_builder v0.20.2 |
3029 | 2024-11-05T23:43:10.248Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3030 | 2024-11-05T23:43:10.366Z | Compiling impl-trait-for-tuples v0.2.2 |
3031 | 2024-11-05T23:43:10.530Z | Compiling oso-derive v0.27.3 |
3032 | 2024-11-05T23:43:11.579Z | Checking quick-xml v0.33.0 |
3033 | 2024-11-05T23:43:11.587Z | Compiling diesel-dtrace v0.3.0 |
3034 | 2024-11-05T23:43:11.794Z | Checking maplit v1.0.2 |
3035 | 2024-11-05T23:43:11.942Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3036 | 2024-11-05T23:43:11.970Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3037 | 2024-11-05T23:43:12.275Z | Checking bb8 v0.8.5 |
3038 | 2024-11-05T23:43:12.788Z | Compiling const_format_proc_macros v0.2.33 |
3039 | 2024-11-05T23:43:13.634Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3040 | 2024-11-05T23:43:13.838Z | Checking castaway v0.2.3 |
3041 | 2024-11-05T23:43:13.937Z | Checking rand_seeder v0.3.0 |
3042 | 2024-11-05T23:43:14.009Z | Checking compact_str v0.8.0 |
3043 | 2024-11-05T23:43:14.247Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3044 | 2024-11-05T23:43:14.490Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3045 | 2024-11-05T23:43:14.924Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3046 | 2024-11-05T23:43:14.965Z | Checking const_format v0.2.33 |
3047 | 2024-11-05T23:43:15.466Z | Checking unicode-truncate v1.1.0 |
3048 | 2024-11-05T23:43:15.704Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3049 | 2024-11-05T23:43:16.015Z | Checking lru v0.12.5 |
3050 | 2024-11-05T23:43:16.341Z | Compiling instability v0.3.2 |
3051 | 2024-11-05T23:43:16.357Z | Checking smawk v0.3.2 |
3052 | 2024-11-05T23:43:16.375Z | Checking is_ci v1.2.0 |
3053 | 2024-11-05T23:43:16.514Z | Checking cassowary v0.3.0 |
3054 | 2024-11-05T23:43:16.568Z | Checking unicode-linebreak v0.1.5 |
3055 | 2024-11-05T23:43:16.948Z | Checking supports-color v3.0.1 |
3056 | 2024-11-05T23:43:16.984Z | Checking textwrap v0.16.1 |
3057 | 2024-11-05T23:43:17.147Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3058 | 2024-11-05T23:43:17.369Z | Checking ratatui v0.28.1 |
3059 | 2024-11-05T23:43:17.391Z | Checking multimap v0.10.0 |
3060 | 2024-11-05T23:43:18.779Z | Checking diesel v2.2.4 |
3061 | 2024-11-05T23:43:36.857Z | Compiling samael v0.0.17 |
3062 | 2024-11-05T23:43:54.064Z | Checking async-bb8-diesel v0.2.1 |
3063 | 2024-11-05T23:43:54.853Z | Compiling polar-core v0.27.3 |
3064 | 2024-11-05T23:44:02.334Z | Checking oso v0.27.3 |
3065 | 2024-11-05T23:45:35.156Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3066 | 2024-11-05T23:45:43.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s |
3067 | 2024-11-05T23:45:43.209Z | |
3068 | 2024-11-05T23:45:43.209Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168) |
3069 | 2024-11-05T23:45:43.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2024-11-05T23:45:43.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2024-11-05T23:45:43.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3072 | 2024-11-05T23:45:43.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3073 | 2024-11-05T23:45:43.846Z | |
3074 | 2024-11-05T23:45:43.846Z | info: running `cargo check --bins` on nexus-saga-recovery (138/168) |
3075 | 2024-11-05T23:45:44.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2024-11-05T23:45:44.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2024-11-05T23:45:44.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3078 | 2024-11-05T23:45:44.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3079 | 2024-11-05T23:45:44.475Z | |
3080 | 2024-11-05T23:45:44.475Z | info: running `cargo check --bins` on nexus-test-utils-macros (139/168) |
3081 | 2024-11-05T23:45:44.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2024-11-05T23:45:44.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2024-11-05T23:45:44.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3084 | 2024-11-05T23:45:44.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3085 | 2024-11-05T23:45:45.047Z | |
3086 | 2024-11-05T23:45:45.047Z | info: running `cargo check --bins` on omicron-nexus (140/168) |
3087 | 2024-11-05T23:45:45.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3088 | 2024-11-05T23:45:45.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3089 | 2024-11-05T23:45:45.799Z | Compiling libz-sys v1.1.20 |
3090 | 2024-11-05T23:45:45.908Z | Checking http v0.2.12 |
3091 | 2024-11-05T23:45:45.910Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3092 | 2024-11-05T23:45:45.926Z | Compiling vergen v8.3.2 |
3093 | 2024-11-05T23:45:45.929Z | Compiling cargo-platform v0.1.8 |
3094 | 2024-11-05T23:45:45.929Z | Compiling pin-project-internal v1.1.6 |
3095 | 2024-11-05T23:45:45.967Z | Compiling libsqlite3-sys v0.30.1 |
3096 | 2024-11-05T23:45:45.967Z | Compiling snafu-derive v0.8.5 |
3097 | 2024-11-05T23:45:46.233Z | Compiling cfg_aliases v0.2.1 |
3098 | 2024-11-05T23:45:46.339Z | Compiling cargo_metadata v0.18.1 |
3099 | 2024-11-05T23:45:46.490Z | Checking sync_wrapper v0.1.2 |
3100 | 2024-11-05T23:45:46.510Z | Compiling rustls v0.21.12 |
3101 | 2024-11-05T23:45:46.626Z | Compiling buf-list v1.0.3 |
3102 | 2024-11-05T23:45:46.845Z | Compiling nix v0.29.0 |
3103 | 2024-11-05T23:45:46.871Z | Checking globset v0.4.15 |
3104 | 2024-11-05T23:45:47.238Z | Checking h2 v0.3.26 |
3105 | 2024-11-05T23:45:47.265Z | Checking http-body v0.4.6 |
3106 | 2024-11-05T23:45:47.432Z | Checking sct v0.7.1 |
3107 | 2024-11-05T23:45:47.618Z | Checking rustls-webpki v0.101.7 |
3108 | 2024-11-05T23:45:47.640Z | Checking olpc-cjson v0.1.4 |
3109 | 2024-11-05T23:45:47.642Z | Checking serde_plain v1.0.2 |
3110 | 2024-11-05T23:45:47.864Z | Checking typed-path v0.7.1 |
3111 | 2024-11-05T23:45:48.668Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3112 | 2024-11-05T23:45:48.826Z | Checking pin-project v1.1.6 |
3113 | 2024-11-05T23:45:48.920Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3114 | 2024-11-05T23:45:48.984Z | Checking hashlink v0.9.1 |
3115 | 2024-11-05T23:45:49.249Z | Checking parse-size v1.0.0 |
3116 | 2024-11-05T23:45:49.440Z | Checking fallible-iterator v0.3.0 |
3117 | 2024-11-05T23:45:49.711Z | Checking fallible-streaming-iterator v0.1.9 |
3118 | 2024-11-05T23:45:49.834Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3119 | 2024-11-05T23:45:49.945Z | Checking rustls-pemfile v1.0.4 |
3120 | 2024-11-05T23:45:50.020Z | Checking rusqlite v0.32.1 |
3121 | 2024-11-05T23:45:50.137Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3122 | 2024-11-05T23:45:50.322Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3123 | 2024-11-05T23:45:50.436Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3124 | 2024-11-05T23:45:50.561Z | Checking twox-hash v1.6.3 |
3125 | 2024-11-05T23:45:50.805Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3126 | 2024-11-05T23:45:50.995Z | Checking snafu v0.8.5 |
3127 | 2024-11-05T23:45:51.462Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3128 | 2024-11-05T23:45:51.556Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3129 | 2024-11-05T23:45:51.623Z | Checking tokio-rustls v0.24.1 |
3130 | 2024-11-05T23:45:51.961Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3131 | 2024-11-05T23:45:52.008Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3132 | 2024-11-05T23:45:52.077Z | Checking fatfs v0.3.6 |
3133 | 2024-11-05T23:45:52.584Z | Checking assert_matches v1.5.0 |
3134 | 2024-11-05T23:45:53.178Z | Checking hyper v0.14.30 |
3135 | 2024-11-05T23:45:57.187Z | Checking reqwest v0.11.27 |
3136 | 2024-11-05T23:45:57.985Z | Checking tough v0.17.1 |
3137 | 2024-11-05T23:45:58.792Z | Compiling git2 v0.19.0 |
3138 | 2024-11-05T23:46:01.164Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3139 | 2024-11-05T23:46:02.334Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3140 | 2024-11-05T23:46:03.991Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3141 | 2024-11-05T23:49:34.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 49s |
3142 | 2024-11-05T23:49:34.300Z | |
3143 | 2024-11-05T23:49:34.300Z | info: running `cargo check --bins` on nexus-external-api (141/168) |
3144 | 2024-11-05T23:49:34.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3145 | 2024-11-05T23:49:34.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3146 | 2024-11-05T23:49:34.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3147 | 2024-11-05T23:49:34.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3148 | 2024-11-05T23:49:34.944Z | |
3149 | 2024-11-05T23:49:34.944Z | info: running `cargo check --bins` on openapi-manager-types (142/168) |
3150 | 2024-11-05T23:49:35.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3151 | 2024-11-05T23:49:35.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3152 | 2024-11-05T23:49:35.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3153 | 2024-11-05T23:49:35.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3154 | 2024-11-05T23:49:35.516Z | |
3155 | 2024-11-05T23:49:35.517Z | info: running `cargo check --bins` on nexus-internal-api (143/168) |
3156 | 2024-11-05T23:49:36.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3157 | 2024-11-05T23:49:36.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3158 | 2024-11-05T23:49:36.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3159 | 2024-11-05T23:49:36.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3160 | 2024-11-05T23:49:36.126Z | |
3161 | 2024-11-05T23:49:36.126Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (144/168) |
3162 | 2024-11-05T23:49:36.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3163 | 2024-11-05T23:49:36.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3164 | 2024-11-05T23:49:36.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3165 | 2024-11-05T23:49:36.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3166 | 2024-11-05T23:49:36.766Z | |
3167 | 2024-11-05T23:49:36.766Z | info: running `cargo check --bins` on nexus-networking (145/168) |
3168 | 2024-11-05T23:49:37.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3169 | 2024-11-05T23:49:37.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3170 | 2024-11-05T23:49:37.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3171 | 2024-11-05T23:49:37.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3172 | 2024-11-05T23:49:37.399Z | |
3173 | 2024-11-05T23:49:37.399Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (146/168) |
3174 | 2024-11-05T23:49:37.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3175 | 2024-11-05T23:49:37.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3176 | 2024-11-05T23:49:37.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3177 | 2024-11-05T23:49:37.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3178 | 2024-11-05T23:49:38.033Z | |
3179 | 2024-11-05T23:49:38.033Z | info: running `cargo check --bins` on update-common (147/168) |
3180 | 2024-11-05T23:49:38.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3181 | 2024-11-05T23:49:38.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3182 | 2024-11-05T23:49:38.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3183 | 2024-11-05T23:49:38.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3184 | 2024-11-05T23:49:38.653Z | |
3185 | 2024-11-05T23:49:38.653Z | info: running `cargo check --bins` on tufaceous-lib (148/168) |
3186 | 2024-11-05T23:49:39.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3187 | 2024-11-05T23:49:39.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3188 | 2024-11-05T23:49:39.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3189 | 2024-11-05T23:49:39.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3190 | 2024-11-05T23:49:39.256Z | |
3191 | 2024-11-05T23:49:39.256Z | info: running `cargo check --bins` on tufaceous (149/168) |
3192 | 2024-11-05T23:49:39.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3193 | 2024-11-05T23:49:39.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3194 | 2024-11-05T23:49:39.880Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3195 | 2024-11-05T23:49:40.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
3196 | 2024-11-05T23:49:40.967Z | |
3197 | 2024-11-05T23:49:40.967Z | info: running `cargo check --bins` on omicron-dev (150/168) |
3198 | 2024-11-05T23:49:41.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3199 | 2024-11-05T23:49:41.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3200 | 2024-11-05T23:49:41.761Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3201 | 2024-11-05T23:49:41.880Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3202 | 2024-11-05T23:49:41.882Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3203 | 2024-11-05T23:49:41.882Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3204 | 2024-11-05T23:50:37.395Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3205 | 2024-11-05T23:50:37.395Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3206 | 2024-11-05T23:50:37.397Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3207 | 2024-11-05T23:50:37.397Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3208 | 2024-11-05T23:50:37.397Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3209 | 2024-11-05T23:50:38.180Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3210 | 2024-11-05T23:50:39.371Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3211 | 2024-11-05T23:53:55.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 14s |
3212 | 2024-11-05T23:53:56.005Z | |
3213 | 2024-11-05T23:53:56.005Z | info: running `cargo check --bins` on openapi-manager (151/168) |
3214 | 2024-11-05T23:53:56.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3215 | 2024-11-05T23:53:56.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3216 | 2024-11-05T23:53:56.671Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3217 | 2024-11-05T23:53:56.674Z | Checking heck v0.4.1 |
3218 | 2024-11-05T23:53:56.674Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3219 | 2024-11-05T23:53:56.912Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3220 | 2024-11-05T23:53:58.204Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3221 | 2024-11-05T23:53:59.031Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3222 | 2024-11-05T23:54:00.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s |
3223 | 2024-11-05T23:54:00.211Z | |
3224 | 2024-11-05T23:54:00.211Z | info: running `cargo check --bins` on installinator-api (152/168) |
3225 | 2024-11-05T23:54:00.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3226 | 2024-11-05T23:54:00.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3227 | 2024-11-05T23:54:00.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3228 | 2024-11-05T23:54:00.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3229 | 2024-11-05T23:54:00.813Z | |
3230 | 2024-11-05T23:54:00.813Z | info: running `cargo check --bins` on wicketd-api (153/168) |
3231 | 2024-11-05T23:54:01.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3232 | 2024-11-05T23:54:01.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3233 | 2024-11-05T23:54:01.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3234 | 2024-11-05T23:54:01.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3235 | 2024-11-05T23:54:01.422Z | |
3236 | 2024-11-05T23:54:01.422Z | info: running `cargo check --bins` on reconfigurator-cli (154/168) |
3237 | 2024-11-05T23:54:01.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3238 | 2024-11-05T23:54:01.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3239 | 2024-11-05T23:54:02.068Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3240 | 2024-11-05T23:54:03.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
3241 | 2024-11-05T23:54:03.390Z | |
3242 | 2024-11-05T23:54:03.390Z | info: running `cargo check --bins` on omicron-releng (155/168) |
3243 | 2024-11-05T23:54:03.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3244 | 2024-11-05T23:54:03.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3245 | 2024-11-05T23:54:04.018Z | Checking memmap2 v0.9.5 |
3246 | 2024-11-05T23:54:04.018Z | Checking constant_time_eq v0.3.1 |
3247 | 2024-11-05T23:54:04.021Z | Checking arrayref v0.3.9 |
3248 | 2024-11-05T23:54:04.021Z | Checking untrusted v0.7.1 |
3249 | 2024-11-05T23:54:04.021Z | Checking spin v0.5.2 |
3250 | 2024-11-05T23:54:04.021Z | Checking arrayvec v0.7.6 |
3251 | 2024-11-05T23:54:04.137Z | Checking topological-sort v0.2.2 |
3252 | 2024-11-05T23:54:04.172Z | Checking shell-words v1.1.0 |
3253 | 2024-11-05T23:54:04.303Z | Checking ring v0.16.20 |
3254 | 2024-11-05T23:54:04.426Z | Checking blake3 v1.5.4 |
3255 | 2024-11-05T23:54:05.454Z | Checking omicron-zone-package v0.11.1 |
3256 | 2024-11-05T23:54:06.569Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3257 | 2024-11-05T23:54:07.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s |
3258 | 2024-11-05T23:54:07.663Z | |
3259 | 2024-11-05T23:54:07.663Z | info: running `cargo check --bins` on xtask (156/168) |
3260 | 2024-11-05T23:54:08.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3261 | 2024-11-05T23:54:08.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3262 | 2024-11-05T23:54:08.079Z | Checking bitflags v2.6.0 |
3263 | 2024-11-05T23:54:08.081Z | Checking serde v1.0.210 |
3264 | 2024-11-05T23:54:08.081Z | Checking thiserror v1.0.64 |
3265 | 2024-11-05T23:54:08.168Z | Checking scroll v0.12.0 |
3266 | 2024-11-05T23:54:08.172Z | Checking hashbrown v0.15.0 |
3267 | 2024-11-05T23:54:08.172Z | Checking log v0.4.22 |
3268 | 2024-11-05T23:54:08.184Z | Checking zerocopy v0.7.35 |
3269 | 2024-11-05T23:54:08.204Z | Checking syn v2.0.79 |
3270 | 2024-11-05T23:54:08.269Z | Checking pest v2.7.14 |
3271 | 2024-11-05T23:54:08.399Z | Checking rustix v0.38.37 |
3272 | 2024-11-05T23:54:08.437Z | Checking once_cell v1.20.2 |
3273 | 2024-11-05T23:54:08.616Z | Checking goblin v0.8.2 |
3274 | 2024-11-05T23:54:08.740Z | Checking fs-err v2.11.0 |
3275 | 2024-11-05T23:54:09.040Z | Checking anyhow v1.0.89 |
3276 | 2024-11-05T23:54:09.178Z | Checking indexmap v2.6.0 |
3277 | 2024-11-05T23:54:09.448Z | Checking tabled v0.15.0 |
3278 | 2024-11-05T23:54:10.403Z | Checking terminal_size v0.4.0 |
3279 | 2024-11-05T23:54:10.403Z | Checking tempfile v3.13.0 |
3280 | 2024-11-05T23:54:10.526Z | Checking dtrace-parser v0.2.0 |
3281 | 2024-11-05T23:54:10.544Z | Checking clap_builder v4.5.20 |
3282 | 2024-11-05T23:54:12.471Z | Checking serde_json v1.0.128 |
3283 | 2024-11-05T23:54:12.471Z | Checking serde_spanned v0.6.8 |
3284 | 2024-11-05T23:54:12.473Z | Checking toml_datetime v0.6.8 |
3285 | 2024-11-05T23:54:12.473Z | Checking camino v1.1.9 |
3286 | 2024-11-05T23:54:12.473Z | Checking semver v1.0.23 |
3287 | 2024-11-05T23:54:12.702Z | Checking cargo-platform v0.1.8 |
3288 | 2024-11-05T23:54:12.734Z | Checking macaddr v1.0.1 |
3289 | 2024-11-05T23:54:12.789Z | Checking toml_edit v0.22.22 |
3290 | 2024-11-05T23:54:12.953Z | Checking clap v4.5.20 |
3291 | 2024-11-05T23:54:13.039Z | Checking camino-tempfile v1.1.1 |
3292 | 2024-11-05T23:54:13.652Z | Checking dof v0.3.0 |
3293 | 2024-11-05T23:54:13.652Z | Checking cargo_metadata v0.18.1 |
3294 | 2024-11-05T23:54:14.052Z | Checking usdt-impl v0.5.0 |
3295 | 2024-11-05T23:54:14.405Z | Checking usdt v0.5.0 |
3296 | 2024-11-05T23:54:14.578Z | Checking toml v0.8.19 |
3297 | 2024-11-05T23:54:15.036Z | Checking cargo_toml v0.20.5 |
3298 | 2024-11-05T23:54:16.229Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3299 | 2024-11-05T23:54:16.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s |
3300 | 2024-11-05T23:54:16.937Z | |
3301 | 2024-11-05T23:54:16.937Z | info: running `cargo check --bins` on end-to-end-tests (157/168) |
3302 | 2024-11-05T23:54:17.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3303 | 2024-11-05T23:54:17.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3304 | 2024-11-05T23:54:17.653Z | Checking polyval v0.6.2 |
3305 | 2024-11-05T23:54:17.760Z | Checking ctr v0.9.2 |
3306 | 2024-11-05T23:54:17.772Z | Checking ssh-encoding v0.2.0 |
3307 | 2024-11-05T23:54:17.774Z | Checking blowfish v0.9.1 |
3308 | 2024-11-05T23:54:17.795Z | Checking password-hash v0.4.2 |
3309 | 2024-11-05T23:54:17.797Z | Checking matches v0.1.10 |
3310 | 2024-11-05T23:54:17.823Z | Checking p521 v0.13.3 |
3311 | 2024-11-05T23:54:17.823Z | Checking p256 v0.13.2 |
3312 | 2024-11-05T23:54:17.890Z | Checking idna v0.2.3 |
3313 | 2024-11-05T23:54:17.987Z | Checking ghash v0.5.1 |
3314 | 2024-11-05T23:54:18.008Z | Checking bcrypt-pbkdf v0.10.0 |
3315 | 2024-11-05T23:54:18.054Z | Compiling enum-as-inner v0.5.1 |
3316 | 2024-11-05T23:54:18.089Z | Checking russh-cryptovec v0.7.3 |
3317 | 2024-11-05T23:54:18.146Z | Checking aes-gcm v0.10.3 |
3318 | 2024-11-05T23:54:18.207Z | Checking pbkdf2 v0.11.0 |
3319 | 2024-11-05T23:54:18.288Z | Checking md5 v0.7.0 |
3320 | 2024-11-05T23:54:18.308Z | Checking num-bigint v0.4.6 |
3321 | 2024-11-05T23:54:18.326Z | Checking des v0.8.1 |
3322 | 2024-11-05T23:54:18.378Z | Checking ssh-cipher v0.2.0 |
3323 | 2024-11-05T23:54:18.483Z | Checking hex-literal v0.4.1 |
3324 | 2024-11-05T23:54:18.562Z | Compiling dhcproto-macros v0.1.0 |
3325 | 2024-11-05T23:54:18.604Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3326 | 2024-11-05T23:54:18.621Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3327 | 2024-11-05T23:54:18.662Z | Checking ssh-key v0.6.6 |
3328 | 2024-11-05T23:54:18.683Z | Checking internet-checksum v0.2.1 |
3329 | 2024-11-05T23:54:19.055Z | Checking trust-dns-proto v0.22.0 |
3330 | 2024-11-05T23:54:19.957Z | Checking russh-keys v0.45.0 |
3331 | 2024-11-05T23:54:20.941Z | Checking russh v0.45.0 |
3332 | 2024-11-05T23:54:21.571Z | Checking dhcproto v0.12.0 |
3333 | 2024-11-05T23:54:43.362Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3334 | 2024-11-05T23:54:44.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.78s |
3335 | 2024-11-05T23:54:44.904Z | |
3336 | 2024-11-05T23:54:44.904Z | info: running `cargo check --bins` on gateway-cli (158/168) |
3337 | 2024-11-05T23:54:45.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2024-11-05T23:54:45.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2024-11-05T23:54:45.507Z | Checking termios v0.3.3 |
3340 | 2024-11-05T23:54:45.717Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3341 | 2024-11-05T23:54:46.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
3342 | 2024-11-05T23:54:46.624Z | |
3343 | 2024-11-05T23:54:46.624Z | info: running `cargo check --bins --no-default-features` on installinator (159/168) |
3344 | 2024-11-05T23:54:47.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3345 | 2024-11-05T23:54:47.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3346 | 2024-11-05T23:54:47.270Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3347 | 2024-11-05T23:54:49.250Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3348 | 2024-11-05T23:54:51.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
3349 | 2024-11-05T23:54:51.424Z | |
3350 | 2024-11-05T23:54:51.425Z | info: running `cargo check --bins` on internal-dns-cli (160/168) |
3351 | 2024-11-05T23:54:51.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3352 | 2024-11-05T23:54:51.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3353 | 2024-11-05T23:54:52.020Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3354 | 2024-11-05T23:54:52.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3355 | 2024-11-05T23:54:52.637Z | |
3356 | 2024-11-05T23:54:52.637Z | info: running `cargo check --bins` on omicron-live-tests (161/168) |
3357 | 2024-11-05T23:54:53.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3358 | 2024-11-05T23:54:53.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3359 | 2024-11-05T23:54:53.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3360 | 2024-11-05T23:54:53.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3361 | 2024-11-05T23:54:53.212Z | |
3362 | 2024-11-05T23:54:53.212Z | info: running `cargo check --bins` on live-tests-macros (162/168) |
3363 | 2024-11-05T23:54:53.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3364 | 2024-11-05T23:54:53.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3365 | 2024-11-05T23:54:53.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3366 | 2024-11-05T23:54:53.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3367 | 2024-11-05T23:54:53.786Z | |
3368 | 2024-11-05T23:54:53.786Z | info: running `cargo check --bins` on omicron-package (163/168) |
3369 | 2024-11-05T23:54:54.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3370 | 2024-11-05T23:54:54.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3371 | 2024-11-05T23:54:54.413Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3372 | 2024-11-05T23:54:55.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
3373 | 2024-11-05T23:54:55.824Z | |
3374 | 2024-11-05T23:54:55.824Z | info: running `cargo check --bins` on wicket-dbg (164/168) |
3375 | 2024-11-05T23:54:56.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3376 | 2024-11-05T23:54:56.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3377 | 2024-11-05T23:54:56.473Z | Checking rtoolbox v0.0.2 |
3378 | 2024-11-05T23:54:56.476Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3379 | 2024-11-05T23:54:56.476Z | Checking tui-tree-widget v0.22.0 |
3380 | 2024-11-05T23:54:56.693Z | Checking rpassword v7.3.1 |
3381 | 2024-11-05T23:55:00.622Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3382 | 2024-11-05T23:55:03.729Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3383 | 2024-11-05T23:55:04.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.04s |
3384 | 2024-11-05T23:55:05.043Z | |
3385 | 2024-11-05T23:55:05.043Z | info: running `cargo check --bins` on wicket (165/168) |
3386 | 2024-11-05T23:55:05.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3387 | 2024-11-05T23:55:05.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3388 | 2024-11-05T23:55:05.686Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3389 | 2024-11-05T23:55:06.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3390 | 2024-11-05T23:55:06.249Z | |
3391 | 2024-11-05T23:55:06.249Z | info: running `cargo check --bins` on wicketd (166/168) |
3392 | 2024-11-05T23:55:06.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3393 | 2024-11-05T23:55:06.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3394 | 2024-11-05T23:55:06.917Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3395 | 2024-11-05T23:55:16.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.10s |
3396 | 2024-11-05T23:55:16.535Z | |
3397 | 2024-11-05T23:55:16.535Z | info: running `cargo check --bins` on omicron-workspace-hack (167/168) |
3398 | 2024-11-05T23:55:17.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3399 | 2024-11-05T23:55:17.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3400 | 2024-11-05T23:55:17.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3401 | 2024-11-05T23:55:17.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
3402 | 2024-11-05T23:55:17.101Z | |
3403 | 2024-11-05T23:55:17.101Z | info: running `cargo check --bins` on zone-setup (168/168) |
3404 | 2024-11-05T23:55:17.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3405 | 2024-11-05T23:55:17.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3406 | 2024-11-05T23:55:17.782Z | Checking uzers v0.12.1 |
3407 | 2024-11-05T23:55:18.113Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3408 | 2024-11-05T23:55:19.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
3409 | 2024-11-05T23:55:19.383Z | |
3410 | 2024-11-05T23:55:19.385Z | real 24:03.016267835 |
3411 | 2024-11-05T23:55:19.385Z | user 36:16.933703642 |
3412 | 2024-11-05T23:55:19.385Z | sys 5:14.657042607 |
3413 | 2024-11-05T23:55:19.385Z | trap 0.564944078 |
3414 | 2024-11-05T23:55:19.385Z | tflt 2.650424666 |
3415 | 2024-11-05T23:55:19.385Z | dflt 2.542775640 |
3416 | 2024-11-05T23:55:19.385Z | kflt 0.001700188 |
3417 | 2024-11-05T23:55:19.385Z | lock 1:27:45.178759652 |
3418 | 2024-11-05T23:55:19.385Z | slp 3:24:32.077553743 |
3419 | 2024-11-05T23:55:19.385Z | lat 57.033546096 |
3420 | 2024-11-05T23:55:19.385Z | stop 3:03.200245572 |
3421 | 2024-11-05T23:55:19.385Z | process exited: duration 1669447 ms, exit code 0 |
|
3422 | 2024-11-05T23:55:19.391Z | found 0 output files |