|
|
|
1 | 2024-08-16T04:57:20.382Z | job assigned to worker 01J5CRQEN72CX5ZRED96B3RMVG (queued for 26 s) |
|
2 | 2024-08-16T04:57:20.869Z | starting task 0: "setup" |
3 | 2024-08-16T04:57:20.894Z | ++ uname -s |
4 | 2024-08-16T04:57:20.894Z | + kern=SunOS |
5 | 2024-08-16T04:57:20.894Z | + case "$kern" in |
6 | 2024-08-16T04:57:20.894Z | + groupadd -g 12345 build |
7 | 2024-08-16T04:57:20.894Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-16T04:57:22.900Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-16T04:57:22.940Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-16T04:57:22.965Z | + home_fs=zfs |
11 | 2024-08-16T04:57:22.966Z | + [[ zfs == autofs ]] |
12 | 2024-08-16T04:57:22.966Z | + mkdir -p /home/build |
13 | 2024-08-16T04:57:22.966Z | + chown build:build /home/build /work |
14 | 2024-08-16T04:57:24.950Z | + chmod 0700 /home/build /work |
15 | 2024-08-16T04:57:24.975Z | process exited: duration 4086 ms, exit code 0 |
|
16 | 2024-08-16T04:57:25.026Z | starting task 1: "rust-toolchain" |
17 | 2024-08-16T04:57:25.050Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-16T04:57:25.050Z | ' 1.80.1 |
19 | 2024-08-16T04:57:25.050Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-16T04:57:25.050Z | ' default |
21 | 2024-08-16T04:57:25.050Z | * toolchain channel = "1.80.1" |
22 | 2024-08-16T04:57:25.050Z | * toolchain profile = "default" |
23 | 2024-08-16T04:57:25.051Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-16T04:57:25.051Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-16T04:57:25.193Z | info: downloading installer |
26 | 2024-08-16T04:57:25.774Z | info: profile set to 'default' |
27 | 2024-08-16T04:57:25.774Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-16T04:57:25.798Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-16T04:57:25.893Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-16T04:57:25.893Z | info: downloading component 'cargo' |
31 | 2024-08-16T04:57:26.113Z | info: downloading component 'clippy' |
32 | 2024-08-16T04:57:26.200Z | info: downloading component 'rust-docs' |
33 | 2024-08-16T04:57:26.525Z | info: downloading component 'rust-std' |
34 | 2024-08-16T04:57:26.989Z | info: downloading component 'rustc' |
35 | 2024-08-16T04:57:28.404Z | info: downloading component 'rustfmt' |
36 | 2024-08-16T04:57:28.475Z | info: installing component 'cargo' |
37 | 2024-08-16T04:57:29.606Z | info: installing component 'clippy' |
38 | 2024-08-16T04:57:30.057Z | info: installing component 'rust-docs' |
39 | 2024-08-16T04:57:33.638Z | info: installing component 'rust-std' |
40 | 2024-08-16T04:57:35.584Z | info: installing component 'rustc' |
41 | 2024-08-16T04:57:40.494Z | info: installing component 'rustfmt' |
42 | 2024-08-16T04:57:40.890Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-16T04:57:40.890Z | |
44 | 2024-08-16T04:57:40.996Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-16T04:57:40.996Z | |
46 | 2024-08-16T04:57:41.022Z | |
47 | 2024-08-16T04:57:41.022Z | Rust is installed now. Great! |
48 | 2024-08-16T04:57:41.022Z | |
49 | 2024-08-16T04:57:41.022Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-16T04:57:41.022Z | environment variable. This has not been done automatically. |
51 | 2024-08-16T04:57:41.022Z | |
52 | 2024-08-16T04:57:41.022Z | To configure your current shell, you need to source |
53 | 2024-08-16T04:57:41.022Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-16T04:57:41.022Z | |
55 | 2024-08-16T04:57:41.022Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-16T04:57:41.022Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-16T04:57:41.022Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-16T04:57:41.073Z | + rustc --version |
59 | 2024-08-16T04:57:41.187Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-16T04:57:41.211Z | process exited: duration 16169 ms, exit code 0 |
|
61 | 2024-08-16T04:57:41.260Z | starting task 2: "authentication" |
62 | 2024-08-16T04:57:41.309Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
63 | 2024-08-16T04:57:47.391Z | process exited: duration 6132 ms, exit code 0 |
|
64 | 2024-08-16T04:57:47.441Z | starting task 3: "clone repository" |
65 | 2024-08-16T04:57:47.465Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-08-16T04:57:47.465Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-08-16T04:57:47.489Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-08-16T04:57:54.222Z | + cd /work/oxidecomputer/omicron |
69 | 2024-08-16T04:57:54.222Z | + git fetch origin b927580f518ded71630e936d7c2ef13a91cd0ded |
70 | 2024-08-16T04:57:54.586Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-08-16T04:57:54.586Z | * branch b927580f518ded71630e936d7c2ef13a91cd0ded -> FETCH_HEAD |
72 | 2024-08-16T04:57:54.610Z | + [[ -n sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 ]] |
73 | 2024-08-16T04:57:54.610Z | ++ git branch --show-current |
74 | 2024-08-16T04:57:54.610Z | + current=main |
75 | 2024-08-16T04:57:54.610Z | + [[ main != sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 ]] |
76 | 2024-08-16T04:57:54.610Z | + git branch -f sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 b927580f518ded71630e936d7c2ef13a91cd0ded |
77 | 2024-08-16T04:57:54.635Z | + git checkout -f sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 |
78 | 2024-08-16T04:57:54.696Z | Switched to branch 'sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249' |
79 | 2024-08-16T04:57:54.719Z | + git reset --hard b927580f518ded71630e936d7c2ef13a91cd0ded |
80 | 2024-08-16T04:57:54.780Z | HEAD is now at b927580f5 [spr] initial version |
81 | 2024-08-16T04:57:54.804Z | process exited: duration 7342 ms, exit code 0 |
|
82 | 2024-08-16T04:57:54.852Z | starting task 4: "build" |
83 | 2024-08-16T04:57:54.877Z | + cargo --version |
84 | 2024-08-16T04:57:54.931Z | cargo 1.80.1 (376290515 2024-07-16) |
85 | 2024-08-16T04:57:54.955Z | + rustc --version |
86 | 2024-08-16T04:57:55.010Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
87 | 2024-08-16T04:57:55.034Z | + source ./env.sh |
88 | 2024-08-16T04:57:55.034Z | ++ OLD_SHELL_OPTS=ehxB |
89 | 2024-08-16T04:57:55.034Z | ++ set -o xtrace |
90 | 2024-08-16T04:57:55.034Z | ++++ dirname ./env.sh |
91 | 2024-08-16T04:57:55.034Z | +++ readlink -f . |
92 | 2024-08-16T04:57:55.034Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
93 | 2024-08-16T04:57:55.034Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-16T04:57:55.034Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-16T04:57:55.034Z | ++ 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 |
96 | 2024-08-16T04:57:55.034Z | ++ 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 |
97 | 2024-08-16T04:57:55.034Z | ++ 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 |
98 | 2024-08-16T04:57:55.034Z | ++ 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 |
99 | 2024-08-16T04:57:55.034Z | ++ 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 |
100 | 2024-08-16T04:57:55.034Z | ++ 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 |
101 | 2024-08-16T04:57:55.034Z | ++ case $OLD_SHELL_OPTS in |
102 | 2024-08-16T04:57:55.034Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
103 | 2024-08-16T04:57:55.034Z | + 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 |
104 | 2024-08-16T04:57:55.034Z | + 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 |
105 | 2024-08-16T04:57:55.034Z | + banner prerequisites |
106 | 2024-08-16T04:57:55.034Z | |
107 | 2024-08-16T04:57:55.034Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-08-16T04:57:55.035Z | # # # # # # # # # # # # # # # |
109 | 2024-08-16T04:57:55.035Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-08-16T04:57:55.035Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-08-16T04:57:55.035Z | # # # # # # # # # # # # # # # |
112 | 2024-08-16T04:57:55.035Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-08-16T04:57:55.035Z | |
114 | 2024-08-16T04:57:55.035Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-08-16T04:58:00.451Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-08-16T04:58:03.096Z | Startup: Caching catalogs ... Done |
117 | 2024-08-16T04:58:05.477Z | Planning: Solver setup ... Done (1.553s) |
118 | 2024-08-16T04:58:05.504Z | Planning: Running solver ... Done (0.027s) |
119 | 2024-08-16T04:58:05.546Z | Planning: Finding local manifests ... Done (0.003s) |
120 | 2024-08-16T04:58:05.624Z | Planning: Fetching manifests: 0/4 0% complete |
121 | 2024-08-16T04:58:06.134Z | Planning: Fetching manifests: 4/4 100% complete |
122 | 2024-08-16T04:58:06.201Z | Planning: Package planning ... Done (0.067s) |
123 | 2024-08-16T04:58:06.267Z | Planning: Merging actions ... Done (0.065s) |
124 | 2024-08-16T04:58:06.628Z | Planning: Checking for conflicting actions ... Done (0.361s) |
125 | 2024-08-16T04:58:06.652Z | Planning: Consolidating action changes ... Done (0.013s) |
126 | 2024-08-16T04:58:07.305Z | Planning: Evaluating mediators ... Done (0.663s) |
127 | 2024-08-16T04:58:07.329Z | Planning: Planning completed in 4.14 seconds |
128 | 2024-08-16T04:58:07.353Z | Packages to install: 4 |
129 | 2024-08-16T04:58:07.353Z | Mediators to change: 2 |
130 | 2024-08-16T04:58:07.353Z | Services to change: 1 |
131 | 2024-08-16T04:58:07.353Z | Estimated space available: 148.82 GB |
132 | 2024-08-16T04:58:07.353Z | Estimated space to be consumed: 1.48 GB |
133 | 2024-08-16T04:58:07.353Z | Create boot environment: No |
134 | 2024-08-16T04:58:07.353Z | Create backup boot environment: No |
135 | 2024-08-16T04:58:07.353Z | Rebuild boot archive: No |
136 | 2024-08-16T04:58:07.353Z | |
137 | 2024-08-16T04:58:07.353Z | Changed mediators: |
138 | 2024-08-16T04:58:07.353Z | mediator clang: |
139 | 2024-08-16T04:58:07.353Z | version: None -> 15 (system default) |
140 | 2024-08-16T04:58:07.353Z | |
141 | 2024-08-16T04:58:07.353Z | mediator llvm: |
142 | 2024-08-16T04:58:07.353Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-08-16T04:58:07.353Z | |
144 | 2024-08-16T04:58:07.353Z | Changed packages: |
145 | 2024-08-16T04:58:07.353Z | helios-dev |
146 | 2024-08-16T04:58:07.353Z | developer/build-essential |
147 | 2024-08-16T04:58:07.353Z | None -> 11-2.0 |
148 | 2024-08-16T04:58:07.353Z | library/libxmlsec1 |
149 | 2024-08-16T04:58:07.353Z | None -> 1.2.35-2.0 |
150 | 2024-08-16T04:58:07.353Z | ooce/developer/clang-15 |
151 | 2024-08-16T04:58:07.353Z | None -> 15.0.7-2.0 |
152 | 2024-08-16T04:58:07.353Z | ooce/developer/llvm-15 |
153 | 2024-08-16T04:58:07.353Z | None -> 15.0.7-2.0 |
154 | 2024-08-16T04:58:07.353Z | |
155 | 2024-08-16T04:58:07.353Z | Services: |
156 | 2024-08-16T04:58:07.353Z | restart_fmri: |
157 | 2024-08-16T04:58:07.353Z | svc:/system/update-man-index:default |
158 | 2024-08-16T04:58:07.385Z | |
159 | 2024-08-16T04:58:07.386Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
160 | 2024-08-16T04:58:12.387Z | Download: 994/3290 items 19.5/212.6MB 9% complete (4.0M/s) |
161 | 2024-08-16T04:58:17.393Z | Download: 1426/3290 items 117.2/212.6MB 55% complete (11.9M/s) |
162 | 2024-08-16T04:58:22.393Z | Download: 2818/3290 items 121.0/212.6MB 56% complete (10.2M/s) |
163 | 2024-08-16T04:58:27.393Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (8.6M/s) |
164 | 2024-08-16T04:58:29.038Z | Download: Completed 212.60 MB in 21.66 seconds (9.8M/s) |
165 | 2024-08-16T04:58:29.205Z | Actions: 1/3689 actions (Installing new actions) |
166 | 2024-08-16T04:58:34.236Z | Actions: 2754/3689 actions (Installing new actions) |
167 | 2024-08-16T04:58:35.198Z | Actions: Completed 3689 actions in 5.99 seconds. |
168 | 2024-08-16T04:58:35.611Z | Done (0.406s) |
169 | 2024-08-16T04:58:35.611Z | Done (0.000s) |
170 | 2024-08-16T04:58:36.163Z | Done (0.552s) |
171 | 2024-08-16T04:58:41.530Z | Done (5.193s) |
172 | 2024-08-16T04:58:41.635Z | Done (0.019s) |
173 | 2024-08-16T04:58:41.668Z | Done (0.000s) |
174 | 2024-08-16T04:58:41.785Z | Done (0.000s) |
175 | 2024-08-16T04:58:42.483Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-08-16T04:58:42.690Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-08-16T04:58:42.723Z | Planning: Consolidating action changes ... Done |
178 | 2024-08-16T04:58:43.031Z | Planning: Evaluating mediators ... Done |
179 | 2024-08-16T04:58:43.055Z | Planning: Planning completed in 0.57 seconds |
180 | 2024-08-16T04:58:43.080Z | Mediators to change: 2 |
181 | 2024-08-16T04:58:43.080Z | Create boot environment: No |
182 | 2024-08-16T04:58:43.080Z | Create backup boot environment: No |
183 | 2024-08-16T04:58:43.141Z | Done |
184 | 2024-08-16T04:58:43.141Z | Done |
185 | 2024-08-16T04:58:43.466Z | Done |
186 | 2024-08-16T04:58:48.519Z | Done |
187 | 2024-08-16T04:58:48.613Z | Done |
188 | 2024-08-16T04:58:48.641Z | Done |
189 | 2024-08-16T04:58:48.675Z | Done |
190 | 2024-08-16T04:58:49.465Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-08-16T04:58:49.489Z | Planning: Merging actions ... Done |
192 | 2024-08-16T04:58:49.709Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-08-16T04:58:49.733Z | Planning: Consolidating action changes ... Done |
194 | 2024-08-16T04:58:50.064Z | Planning: Evaluating mediators ... Done |
195 | 2024-08-16T04:58:50.130Z | Planning: Planning completed in 0.98 seconds |
196 | 2024-08-16T04:58:50.176Z | Packages to change: 1 |
197 | 2024-08-16T04:58:50.177Z | Mediators to change: 1 |
198 | 2024-08-16T04:58:50.177Z | Services to change: 1 |
199 | 2024-08-16T04:58:50.177Z | Create boot environment: No |
200 | 2024-08-16T04:58:50.177Z | Create backup boot environment: Yes |
201 | 2024-08-16T04:58:51.706Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2024-08-16T04:58:51.730Z | Actions: Completed 6 actions in 0.00 seconds. |
203 | 2024-08-16T04:58:51.730Z | Done |
204 | 2024-08-16T04:58:51.730Z | Done |
205 | 2024-08-16T04:58:51.804Z | Done |
206 | 2024-08-16T04:58:56.493Z | Done |
207 | 2024-08-16T04:58:56.591Z | Done |
208 | 2024-08-16T04:58:56.615Z | Done |
209 | 2024-08-16T04:58:56.678Z | Done |
210 | 2024-08-16T04:58:57.220Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2024-08-16T04:58:57.221Z | clang system 15 system |
212 | 2024-08-16T04:58:57.221Z | csh system system illumos |
213 | 2024-08-16T04:58:57.221Z | ctags system system illumos |
214 | 2024-08-16T04:58:57.221Z | gcc vendor 12 vendor |
215 | 2024-08-16T04:58:57.221Z | gcc system 10 system |
216 | 2024-08-16T04:58:57.221Z | gcc system 7 system |
217 | 2024-08-16T04:58:57.221Z | go system 1.20 system |
218 | 2024-08-16T04:58:57.221Z | go system 1.19 system |
219 | 2024-08-16T04:58:57.221Z | llvm system 15 system |
220 | 2024-08-16T04:58:57.221Z | llvm system 14 system |
221 | 2024-08-16T04:58:57.221Z | mariadb system 10.6 system |
222 | 2024-08-16T04:58:57.221Z | mta vendor vendor dma |
223 | 2024-08-16T04:58:57.221Z | openjdk system 17 system |
224 | 2024-08-16T04:58:57.221Z | openjdk system 11 system |
225 | 2024-08-16T04:58:57.221Z | openjdk system 1.8 system |
226 | 2024-08-16T04:58:57.221Z | openssl vendor 3 vendor |
227 | 2024-08-16T04:58:57.221Z | perl system 5.36 system |
228 | 2024-08-16T04:58:57.221Z | postgresql system 15 system |
229 | 2024-08-16T04:58:57.221Z | postgresql system 13 system |
230 | 2024-08-16T04:58:57.221Z | python vendor 3 vendor |
231 | 2024-08-16T04:58:57.221Z | python system 2 system |
232 | 2024-08-16T04:58:57.221Z | python3 system 3.11 system |
233 | 2024-08-16T04:58:57.221Z | ruby system 3.0 system |
234 | 2024-08-16T04:58:57.221Z | words vendor vendor american-english |
235 | 2024-08-16T04:58:57.221Z | words system system australian-english |
236 | 2024-08-16T04:58:57.222Z | words system system british-english |
237 | 2024-08-16T04:58:57.222Z | words system system canadian-english |
238 | 2024-08-16T04:58:57.222Z | words system system french |
239 | 2024-08-16T04:58:57.222Z | words system system italian |
240 | 2024-08-16T04:58:57.222Z | words system system ngerman |
241 | 2024-08-16T04:58:57.222Z | words system system ogerman |
242 | 2024-08-16T04:58:57.222Z | words system system spanish |
243 | 2024-08-16T04:58:57.638Z | PUBLISHER TYPE STATUS P LOCATION |
244 | 2024-08-16T04:58:57.638Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
245 | 2024-08-16T04:58:59.781Z | FMRI IFO |
246 | 2024-08-16T04:58:59.781Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2024-08-16T04:58:59.781Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2024-08-16T04:58:59.781Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2024-08-16T04:58:59.782Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2024-08-16T04:58:59.782Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
251 | 2024-08-16T04:58:59.782Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2024-08-16T04:58:59.782Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
253 | 2024-08-16T04:58:59.782Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2024-08-16T04:58:59.782Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
255 | 2024-08-16T04:58:59.782Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2024-08-16T04:58:59.782Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
257 | 2024-08-16T04:58:59.782Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
258 | 2024-08-16T04:59:00.504Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
259 | 2024-08-16T04:59:00.854Z | Updating git repository `https://github.com/oxidecomputer/zone` |
260 | 2024-08-16T04:59:01.217Z | Updating crates.io index |
261 | 2024-08-16T04:59:01.245Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
262 | 2024-08-16T04:59:02.111Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
263 | 2024-08-16T04:59:02.949Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
264 | 2024-08-16T04:59:03.291Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
265 | 2024-08-16T04:59:05.008Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
266 | 2024-08-16T04:59:05.329Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
267 | 2024-08-16T04:59:05.661Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
268 | 2024-08-16T04:59:06.764Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
269 | 2024-08-16T04:59:08.763Z | Updating git repository `https://github.com/oxidecomputer/opte` |
270 | 2024-08-16T04:59:09.832Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
271 | 2024-08-16T04:59:10.518Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
272 | 2024-08-16T04:59:10.879Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
273 | 2024-08-16T04:59:11.507Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
274 | 2024-08-16T04:59:11.886Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
275 | 2024-08-16T04:59:12.281Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
276 | 2024-08-16T04:59:12.668Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2024-08-16T04:59:12.962Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2024-08-16T04:59:13.268Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2024-08-16T04:59:13.608Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
280 | 2024-08-16T04:59:14.016Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
281 | 2024-08-16T04:59:14.399Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
282 | 2024-08-16T04:59:14.820Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
283 | 2024-08-16T04:59:15.140Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
284 | 2024-08-16T04:59:15.698Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
285 | 2024-08-16T04:59:16.096Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
286 | 2024-08-16T04:59:16.592Z | Updating git repository `https://github.com/oxidecomputer/typify` |
287 | 2024-08-16T04:59:18.813Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
288 | 2024-08-16T04:59:19.104Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
289 | 2024-08-16T04:59:19.468Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
290 | 2024-08-16T04:59:19.904Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
291 | 2024-08-16T04:59:21.216Z | Downloading crates ... |
292 | 2024-08-16T04:59:21.290Z | Downloaded colorchoice v1.0.1 |
293 | 2024-08-16T04:59:21.316Z | Downloaded equivalent v1.0.1 |
294 | 2024-08-16T04:59:21.316Z | Downloaded is_terminal_polyfill v1.70.0 |
295 | 2024-08-16T04:59:21.316Z | Downloaded dtrace-parser v0.2.0 |
296 | 2024-08-16T04:59:21.316Z | Downloaded anstyle-query v1.0.3 |
297 | 2024-08-16T04:59:21.316Z | Downloaded crypto-common v0.1.6 |
298 | 2024-08-16T04:59:21.316Z | Downloaded thiserror-impl v1.0.63 |
299 | 2024-08-16T04:59:21.316Z | Downloaded cpufeatures v0.2.12 |
300 | 2024-08-16T04:59:21.343Z | Downloaded usdt-attr-macro v0.5.0 |
301 | 2024-08-16T04:59:21.343Z | Downloaded zerocopy-derive v0.7.34 |
302 | 2024-08-16T04:59:21.343Z | Downloaded utf8parse v0.2.1 |
303 | 2024-08-16T04:59:21.367Z | Downloaded toml_edit v0.22.20 |
304 | 2024-08-16T04:59:21.391Z | Downloaded zerocopy v0.7.34 |
305 | 2024-08-16T04:59:21.415Z | Downloaded syn v2.0.74 |
306 | 2024-08-16T04:59:21.439Z | Downloaded unicode-width v0.1.13 |
307 | 2024-08-16T04:59:21.439Z | Downloaded rustix v0.38.34 |
308 | 2024-08-16T04:59:21.463Z | Downloaded libc v0.2.155 |
309 | 2024-08-16T04:59:21.498Z | Downloaded syn v1.0.109 |
310 | 2024-08-16T04:59:21.530Z | Downloaded serde_json v1.0.125 |
311 | 2024-08-16T04:59:21.530Z | Downloaded pest v2.7.10 |
312 | 2024-08-16T04:59:21.530Z | Downloaded hashbrown v0.14.5 |
313 | 2024-08-16T04:59:21.530Z | Downloaded goblin v0.8.2 |
314 | 2024-08-16T04:59:21.531Z | Downloaded clap_builder v4.5.15 |
315 | 2024-08-16T04:59:21.561Z | Downloaded winnow v0.6.18 |
316 | 2024-08-16T04:59:21.561Z | Downloaded tabled v0.15.0 |
317 | 2024-08-16T04:59:21.561Z | Downloaded indexmap v2.4.0 |
318 | 2024-08-16T04:59:21.587Z | Downloaded toml_datetime v0.6.8 |
319 | 2024-08-16T04:59:21.588Z | Downloaded thread-id v4.2.1 |
320 | 2024-08-16T04:59:21.588Z | Downloaded thiserror v1.0.63 |
321 | 2024-08-16T04:59:21.588Z | Downloaded tabled_derive v0.7.0 |
322 | 2024-08-16T04:59:21.588Z | Downloaded strsim v0.11.1 |
323 | 2024-08-16T04:59:21.588Z | Downloaded serde_tokenstream v0.2.2 |
324 | 2024-08-16T04:59:21.588Z | Downloaded serde v1.0.207 |
325 | 2024-08-16T04:59:21.588Z | Downloaded semver v1.0.23 |
326 | 2024-08-16T04:59:21.588Z | Downloaded ryu v1.0.18 |
327 | 2024-08-16T04:59:21.588Z | Downloaded quote v1.0.36 |
328 | 2024-08-16T04:59:21.588Z | Downloaded proc-macro-error-attr v1.0.4 |
329 | 2024-08-16T04:59:21.588Z | Downloaded plain v0.2.3 |
330 | 2024-08-16T04:59:21.615Z | Downloaded pest_generator v2.7.10 |
331 | 2024-08-16T04:59:21.615Z | Downloaded papergrid v0.11.0 |
332 | 2024-08-16T04:59:21.615Z | Downloaded once_cell v1.19.0 |
333 | 2024-08-16T04:59:21.616Z | Downloaded memchr v2.7.2 |
334 | 2024-08-16T04:59:21.616Z | Downloaded log v0.4.21 |
335 | 2024-08-16T04:59:21.616Z | Downloaded itoa v1.0.11 |
336 | 2024-08-16T04:59:21.616Z | Downloaded fs-err v2.11.0 |
337 | 2024-08-16T04:59:21.616Z | Downloaded usdt-impl v0.5.0 |
338 | 2024-08-16T04:59:21.616Z | Downloaded unicode-ident v1.0.12 |
339 | 2024-08-16T04:59:21.616Z | Downloaded ucd-trie v0.1.6 |
340 | 2024-08-16T04:59:21.648Z | Downloaded typenum v1.17.0 |
341 | 2024-08-16T04:59:21.648Z | Downloaded toml v0.8.19 |
342 | 2024-08-16T04:59:21.648Z | Downloaded proc-macro2 v1.0.86 |
343 | 2024-08-16T04:59:21.648Z | Downloaded pest_meta v2.7.10 |
344 | 2024-08-16T04:59:21.648Z | Downloaded clap v4.5.15 |
345 | 2024-08-16T04:59:21.648Z | Downloaded bitflags v2.6.0 |
346 | 2024-08-16T04:59:21.686Z | Downloaded version_check v0.9.5 |
347 | 2024-08-16T04:59:21.686Z | Downloaded usdt-macro v0.5.0 |
348 | 2024-08-16T04:59:21.686Z | Downloaded usdt v0.5.0 |
349 | 2024-08-16T04:59:21.686Z | Downloaded terminal_size v0.3.0 |
350 | 2024-08-16T04:59:21.686Z | Downloaded sha2 v0.10.8 |
351 | 2024-08-16T04:59:21.686Z | Downloaded serde_derive v1.0.207 |
352 | 2024-08-16T04:59:21.686Z | Downloaded scroll_derive v0.12.0 |
353 | 2024-08-16T04:59:21.687Z | Downloaded proc-macro-error v1.0.4 |
354 | 2024-08-16T04:59:21.687Z | Downloaded pretty-hex v0.4.1 |
355 | 2024-08-16T04:59:21.687Z | Downloaded pest_derive v2.7.10 |
356 | 2024-08-16T04:59:21.687Z | Downloaded memmap v0.7.0 |
357 | 2024-08-16T04:59:21.687Z | Downloaded macaddr v1.0.1 |
358 | 2024-08-16T04:59:21.687Z | Downloaded heck v0.5.0 |
359 | 2024-08-16T04:59:21.687Z | Downloaded heck v0.4.1 |
360 | 2024-08-16T04:59:21.687Z | Downloaded generic-array v0.14.7 |
361 | 2024-08-16T04:59:21.688Z | Downloaded fnv v1.0.7 |
362 | 2024-08-16T04:59:21.688Z | Downloaded errno v0.3.9 |
363 | 2024-08-16T04:59:21.688Z | Downloaded digest v0.10.7 |
364 | 2024-08-16T04:59:21.718Z | Downloaded cargo_toml v0.20.4 |
365 | 2024-08-16T04:59:21.718Z | Downloaded serde_spanned v0.6.7 |
366 | 2024-08-16T04:59:21.719Z | Downloaded scroll v0.12.0 |
367 | 2024-08-16T04:59:21.719Z | Downloaded bytecount v0.6.8 |
368 | 2024-08-16T04:59:21.719Z | Downloaded anyhow v1.0.86 |
369 | 2024-08-16T04:59:21.719Z | Downloaded clap_lex v0.7.0 |
370 | 2024-08-16T04:59:21.719Z | Downloaded cfg-if v1.0.0 |
371 | 2024-08-16T04:59:21.720Z | Downloaded cargo-platform v0.1.8 |
372 | 2024-08-16T04:59:21.720Z | Downloaded byteorder v1.5.0 |
373 | 2024-08-16T04:59:21.720Z | Downloaded swrite v0.1.0 |
374 | 2024-08-16T04:59:21.720Z | Downloaded cargo_metadata v0.18.1 |
375 | 2024-08-16T04:59:21.720Z | Downloaded autocfg v1.3.0 |
376 | 2024-08-16T04:59:21.720Z | Downloaded clap_derive v4.5.13 |
377 | 2024-08-16T04:59:21.721Z | Downloaded camino v1.1.7 |
378 | 2024-08-16T04:59:21.721Z | Downloaded block-buffer v0.10.4 |
379 | 2024-08-16T04:59:21.747Z | Downloaded anstream v0.6.14 |
380 | 2024-08-16T04:59:21.747Z | Downloaded anstyle-parse v0.2.4 |
381 | 2024-08-16T04:59:21.747Z | Downloaded anstyle v1.0.8 |
382 | 2024-08-16T04:59:21.747Z | Downloaded dof v0.3.0 |
383 | 2024-08-16T04:59:21.855Z | Compiling proc-macro2 v1.0.86 |
384 | 2024-08-16T04:59:21.886Z | Compiling unicode-ident v1.0.12 |
385 | 2024-08-16T04:59:21.886Z | Compiling version_check v0.9.5 |
386 | 2024-08-16T04:59:21.886Z | Compiling serde v1.0.207 |
387 | 2024-08-16T04:59:21.886Z | Compiling thiserror v1.0.63 |
388 | 2024-08-16T04:59:21.886Z | Compiling memchr v2.7.2 |
389 | 2024-08-16T04:59:21.887Z | Compiling libc v0.2.155 |
390 | 2024-08-16T04:59:21.887Z | Compiling itoa v1.0.11 |
391 | 2024-08-16T04:59:22.171Z | Compiling ryu v1.0.18 |
392 | 2024-08-16T04:59:22.253Z | Compiling ucd-trie v0.1.6 |
393 | 2024-08-16T04:59:22.709Z | Compiling once_cell v1.19.0 |
394 | 2024-08-16T04:59:22.737Z | Compiling byteorder v1.5.0 |
395 | 2024-08-16T04:59:22.768Z | Compiling serde_json v1.0.125 |
396 | 2024-08-16T04:59:23.220Z | Compiling proc-macro-error-attr v1.0.4 |
397 | 2024-08-16T04:59:23.248Z | Compiling usdt-impl v0.5.0 |
398 | 2024-08-16T04:59:23.277Z | Compiling syn v1.0.109 |
399 | 2024-08-16T04:59:23.505Z | Compiling rustix v0.38.34 |
400 | 2024-08-16T04:59:23.604Z | Compiling quote v1.0.36 |
401 | 2024-08-16T04:59:23.633Z | Compiling proc-macro-error v1.0.4 |
402 | 2024-08-16T04:59:23.720Z | Compiling equivalent v1.0.1 |
403 | 2024-08-16T04:59:23.837Z | Compiling bitflags v2.6.0 |
404 | 2024-08-16T04:59:23.902Z | Compiling utf8parse v0.2.1 |
405 | 2024-08-16T04:59:23.941Z | Compiling syn v2.0.74 |
406 | 2024-08-16T04:59:24.068Z | Compiling errno v0.3.9 |
407 | 2024-08-16T04:59:24.233Z | Compiling plain v0.2.3 |
408 | 2024-08-16T04:59:24.263Z | Compiling log v0.4.21 |
409 | 2024-08-16T04:59:24.287Z | Compiling hashbrown v0.14.5 |
410 | 2024-08-16T04:59:24.323Z | Compiling anstyle-parse v0.2.4 |
411 | 2024-08-16T04:59:24.387Z | Compiling thread-id v4.2.1 |
412 | 2024-08-16T04:59:24.627Z | Compiling anstyle-query v1.0.3 |
413 | 2024-08-16T04:59:24.657Z | Compiling winnow v0.6.18 |
414 | 2024-08-16T04:59:24.769Z | Compiling colorchoice v1.0.1 |
415 | 2024-08-16T04:59:24.918Z | Compiling is_terminal_polyfill v1.70.0 |
416 | 2024-08-16T04:59:24.951Z | Compiling pretty-hex v0.4.1 |
417 | 2024-08-16T04:59:25.041Z | Compiling anstyle v1.0.8 |
418 | 2024-08-16T04:59:25.159Z | Compiling camino v1.1.7 |
419 | 2024-08-16T04:59:25.201Z | Compiling autocfg v1.3.0 |
420 | 2024-08-16T04:59:25.448Z | Compiling indexmap v2.4.0 |
421 | 2024-08-16T04:59:25.474Z | Compiling semver v1.0.23 |
422 | 2024-08-16T04:59:25.771Z | Compiling anstream v0.6.14 |
423 | 2024-08-16T04:59:25.911Z | Compiling terminal_size v0.3.0 |
424 | 2024-08-16T04:59:26.117Z | Compiling fs-err v2.11.0 |
425 | 2024-08-16T04:59:26.269Z | Compiling strsim v0.11.1 |
426 | 2024-08-16T04:59:26.309Z | Compiling clap_lex v0.7.0 |
427 | 2024-08-16T04:59:26.396Z | Compiling unicode-width v0.1.13 |
428 | 2024-08-16T04:59:26.540Z | Compiling heck v0.4.1 |
429 | 2024-08-16T04:59:26.696Z | Compiling heck v0.5.0 |
430 | 2024-08-16T04:59:26.734Z | Compiling anyhow v1.0.86 |
431 | 2024-08-16T04:59:26.829Z | Compiling bytecount v0.6.8 |
432 | 2024-08-16T04:59:27.072Z | Compiling fnv v1.0.7 |
433 | 2024-08-16T04:59:27.175Z | Compiling clap_builder v4.5.15 |
434 | 2024-08-16T04:59:27.230Z | Compiling papergrid v0.11.0 |
435 | 2024-08-16T04:59:27.348Z | Compiling memmap v0.7.0 |
436 | 2024-08-16T04:59:27.765Z | Compiling swrite v0.1.0 |
437 | 2024-08-16T04:59:29.317Z | Compiling tabled_derive v0.7.0 |
438 | 2024-08-16T04:59:31.104Z | Compiling tabled v0.15.0 |
439 | 2024-08-16T04:59:32.454Z | Compiling serde_derive v1.0.207 |
440 | 2024-08-16T04:59:32.454Z | Compiling thiserror-impl v1.0.63 |
441 | 2024-08-16T04:59:32.500Z | Compiling zerocopy-derive v0.7.34 |
442 | 2024-08-16T04:59:32.500Z | Compiling scroll_derive v0.12.0 |
443 | 2024-08-16T04:59:32.624Z | Compiling clap_derive v4.5.13 |
444 | 2024-08-16T04:59:33.718Z | Compiling scroll v0.12.0 |
445 | 2024-08-16T04:59:34.135Z | Compiling goblin v0.8.2 |
446 | 2024-08-16T04:59:34.271Z | Compiling zerocopy v0.7.34 |
447 | 2024-08-16T04:59:34.781Z | Compiling pest v2.7.10 |
448 | 2024-08-16T04:59:36.157Z | Compiling clap v4.5.15 |
449 | 2024-08-16T04:59:36.927Z | Compiling pest_meta v2.7.10 |
450 | 2024-08-16T04:59:37.937Z | Compiling pest_generator v2.7.10 |
451 | 2024-08-16T04:59:39.639Z | Compiling pest_derive v2.7.10 |
452 | 2024-08-16T04:59:40.279Z | Compiling dtrace-parser v0.2.0 |
453 | 2024-08-16T04:59:42.366Z | Compiling serde_spanned v0.6.7 |
454 | 2024-08-16T04:59:42.366Z | Compiling toml_datetime v0.6.8 |
455 | 2024-08-16T04:59:42.446Z | Compiling cargo-platform v0.1.8 |
456 | 2024-08-16T04:59:42.742Z | Compiling serde_tokenstream v0.2.2 |
457 | 2024-08-16T04:59:42.882Z | Compiling toml_edit v0.22.20 |
458 | 2024-08-16T04:59:42.982Z | Compiling macaddr v1.0.1 |
459 | 2024-08-16T04:59:43.867Z | Compiling dof v0.3.0 |
460 | 2024-08-16T04:59:43.867Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-08-16T04:59:45.420Z | Compiling toml v0.8.19 |
462 | 2024-08-16T04:59:45.966Z | Compiling usdt-macro v0.5.0 |
463 | 2024-08-16T04:59:45.966Z | Compiling usdt-attr-macro v0.5.0 |
464 | 2024-08-16T04:59:46.198Z | Compiling cargo_toml v0.20.4 |
465 | 2024-08-16T04:59:47.262Z | Compiling usdt v0.5.0 |
466 | 2024-08-16T04:59:50.493Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-08-16T04:59:55.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.21s |
468 | 2024-08-16T04:59:55.602Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-08-16T04:59:56.479Z | Downloading crates ... |
470 | 2024-08-16T04:59:56.641Z | Downloaded csv-core v0.1.11 |
471 | 2024-08-16T04:59:56.669Z | Downloaded olpc-cjson v0.1.3 |
472 | 2024-08-16T04:59:56.699Z | Downloaded openssl-macros v0.1.1 |
473 | 2024-08-16T04:59:56.699Z | Downloaded num_enum v0.5.11 |
474 | 2024-08-16T04:59:56.727Z | Downloaded tiny-keccak v2.0.2 |
475 | 2024-08-16T04:59:56.756Z | Downloaded pbkdf2 v0.12.2 |
476 | 2024-08-16T04:59:56.756Z | Downloaded spin v0.5.2 |
477 | 2024-08-16T04:59:56.756Z | Downloaded want v0.3.1 |
478 | 2024-08-16T04:59:56.828Z | Downloaded zone_cfg_derive v0.1.2 |
479 | 2024-08-16T04:59:56.828Z | Downloaded deranged v0.3.11 |
480 | 2024-08-16T04:59:56.828Z | Downloaded defmt-parser v0.3.4 |
481 | 2024-08-16T04:59:56.828Z | Downloaded ref-cast-impl v1.0.23 |
482 | 2024-08-16T04:59:56.828Z | Downloaded sqlparser_derive v0.2.2 |
483 | 2024-08-16T04:59:56.828Z | Downloaded topological-sort v0.2.2 |
484 | 2024-08-16T04:59:56.828Z | Downloaded smawk v0.3.2 |
485 | 2024-08-16T04:59:56.828Z | Downloaded downcast v0.11.0 |
486 | 2024-08-16T04:59:56.828Z | Downloaded rand_seeder v0.3.0 |
487 | 2024-08-16T04:59:56.884Z | Downloaded foreign-types-shared v0.1.1 |
488 | 2024-08-16T04:59:56.884Z | Downloaded portpicker v0.1.1 |
489 | 2024-08-16T04:59:56.885Z | Downloaded foreign-types-macros v0.2.3 |
490 | 2024-08-16T04:59:56.885Z | Downloaded foreign-types v0.5.0 |
491 | 2024-08-16T04:59:56.885Z | Downloaded enum-as-inner v0.6.0 |
492 | 2024-08-16T04:59:56.885Z | Downloaded pkcs1 v0.7.5 |
493 | 2024-08-16T04:59:56.885Z | Downloaded futures-sink v0.3.30 |
494 | 2024-08-16T04:59:56.885Z | Downloaded dsl_auto_type v0.1.2 |
495 | 2024-08-16T04:59:56.885Z | Downloaded ppv-lite86 v0.2.17 |
496 | 2024-08-16T04:59:56.885Z | Downloaded fxhash v0.2.1 |
497 | 2024-08-16T04:59:56.885Z | Downloaded futures-task v0.3.30 |
498 | 2024-08-16T04:59:56.885Z | Downloaded either v1.13.0 |
499 | 2024-08-16T04:59:56.885Z | Downloaded glob v0.3.1 |
500 | 2024-08-16T04:59:56.885Z | Downloaded hash32 v0.2.1 |
501 | 2024-08-16T04:59:56.885Z | Downloaded group v0.13.0 |
502 | 2024-08-16T04:59:56.885Z | Downloaded hash32 v0.3.1 |
503 | 2024-08-16T04:59:56.919Z | Downloaded globset v0.4.14 |
504 | 2024-08-16T04:59:56.919Z | Downloaded getrandom v0.2.14 |
505 | 2024-08-16T04:59:56.919Z | Downloaded expectorate v1.1.0 |
506 | 2024-08-16T04:59:56.919Z | Downloaded hashbrown v0.12.3 |
507 | 2024-08-16T04:59:56.919Z | Downloaded reedline v0.33.0 |
508 | 2024-08-16T04:59:56.919Z | Downloaded futures-util v0.3.30 |
509 | 2024-08-16T04:59:56.947Z | Downloaded h2 v0.3.26 |
510 | 2024-08-16T04:59:56.992Z | Downloaded ratatui v0.28.0 |
511 | 2024-08-16T04:59:57.035Z | Downloaded csv v1.3.0 |
512 | 2024-08-16T04:59:57.035Z | Downloaded finl_unicode v1.2.0 |
513 | 2024-08-16T04:59:57.035Z | Downloaded form_urlencoded v1.2.1 |
514 | 2024-08-16T04:59:57.035Z | Downloaded petgraph v0.6.5 |
515 | 2024-08-16T04:59:57.065Z | Downloaded encoding_rs v0.8.34 |
516 | 2024-08-16T04:59:57.097Z | Downloaded sha3 v0.10.8 |
517 | 2024-08-16T04:59:57.123Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
518 | 2024-08-16T04:59:57.166Z | Downloaded regex-automata v0.4.6 |
519 | 2024-08-16T04:59:57.196Z | Downloaded tokio v1.38.1 |
520 | 2024-08-16T04:59:57.245Z | Downloaded sled v0.34.7 |
521 | 2024-08-16T04:59:57.275Z | Downloaded zerocopy-derive v0.6.6 |
522 | 2024-08-16T04:59:57.276Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
523 | 2024-08-16T04:59:57.303Z | Downloaded git2 v0.19.0 |
524 | 2024-08-16T04:59:57.303Z | Downloaded gimli v0.28.1 |
525 | 2024-08-16T04:59:57.330Z | Downloaded polar-core v0.27.3 |
526 | 2024-08-16T04:59:57.331Z | Downloaded proptest v1.5.0 |
527 | 2024-08-16T04:59:57.357Z | Downloaded diesel v2.2.2 |
528 | 2024-08-16T04:59:57.389Z | Downloaded libz-sys v1.1.16 |
529 | 2024-08-16T04:59:57.446Z | Downloaded smoltcp v0.11.0 |
530 | 2024-08-16T04:59:57.476Z | Downloaded smoltcp v0.9.1 |
531 | 2024-08-16T04:59:57.500Z | Downloaded rustls v0.22.4 |
532 | 2024-08-16T04:59:57.501Z | Downloaded ring v0.17.8 |
533 | 2024-08-16T04:59:57.571Z | Downloaded rustls v0.21.12 |
534 | 2024-08-16T04:59:57.595Z | Downloaded regress v0.9.1 |
535 | 2024-08-16T04:59:57.595Z | Downloaded libsqlite3-sys v0.28.0 |
536 | 2024-08-16T04:59:57.684Z | Downloaded regex-syntax v0.8.4 |
537 | 2024-08-16T04:59:57.708Z | Downloaded ring v0.16.20 |
538 | 2024-08-16T04:59:57.799Z | Downloaded regex-syntax v0.6.29 |
539 | 2024-08-16T04:59:57.823Z | Downloaded regex v1.10.6 |
540 | 2024-08-16T04:59:57.847Z | Downloaded hashbrown v0.13.2 |
541 | 2024-08-16T04:59:57.847Z | Downloaded portable-atomic v1.6.0 |
542 | 2024-08-16T04:59:57.847Z | Downloaded radix_trie v0.2.1 |
543 | 2024-08-16T04:59:57.847Z | Downloaded rustls-webpki v0.102.4 |
544 | 2024-08-16T04:59:57.871Z | Downloaded rustls-webpki v0.101.7 |
545 | 2024-08-16T04:59:57.895Z | Downloaded rayon v1.10.0 |
546 | 2024-08-16T04:59:57.919Z | Downloaded quick-xml v0.31.0 |
547 | 2024-08-16T04:59:57.919Z | Downloaded tough v0.17.1 |
548 | 2024-08-16T04:59:57.919Z | Downloaded webpki-roots v0.25.4 |
549 | 2024-08-16T04:59:57.919Z | Downloaded fatfs v0.3.6 |
550 | 2024-08-16T04:59:57.944Z | Downloaded rusqlite v0.31.0 |
551 | 2024-08-16T04:59:57.944Z | Downloaded reqwest v0.11.27 |
552 | 2024-08-16T04:59:57.944Z | Downloaded flate2 v1.0.31 |
553 | 2024-08-16T04:59:57.968Z | Downloaded serde_with v3.8.3 |
554 | 2024-08-16T04:59:57.968Z | Downloaded filetime v0.2.24 |
555 | 2024-08-16T04:59:57.968Z | Downloaded hashlink v0.9.1 |
556 | 2024-08-16T04:59:57.968Z | Downloaded openapiv3 v2.0.0 |
557 | 2024-08-16T04:59:57.992Z | Downloaded half v2.4.1 |
558 | 2024-08-16T04:59:57.992Z | Downloaded pkcs5 v0.7.1 |
559 | 2024-08-16T04:59:57.992Z | Downloaded flagset v0.4.5 |
560 | 2024-08-16T04:59:57.992Z | Downloaded flume v0.11.0 |
561 | 2024-08-16T04:59:58.016Z | Downloaded unicode-normalization v0.1.23 |
562 | 2024-08-16T04:59:58.016Z | Downloaded typed-path v0.7.1 |
563 | 2024-08-16T04:59:58.016Z | Downloaded tracing v0.1.40 |
564 | 2024-08-16T04:59:58.016Z | Downloaded fd-lock v4.0.2 |
565 | 2024-08-16T04:59:58.041Z | Downloaded elliptic-curve v0.13.8 |
566 | 2024-08-16T04:59:58.041Z | Downloaded peg-macros v0.8.4 |
567 | 2024-08-16T04:59:58.041Z | Downloaded futures v0.3.30 |
568 | 2024-08-16T04:59:58.041Z | Downloaded fixedbitset v0.4.2 |
569 | 2024-08-16T04:59:58.041Z | Downloaded env_logger v0.10.2 |
570 | 2024-08-16T04:59:58.042Z | Downloaded rand v0.8.5 |
571 | 2024-08-16T04:59:58.042Z | Downloaded publicsuffix v2.2.3 |
572 | 2024-08-16T04:59:58.068Z | Downloaded tungstenite v0.20.1 |
573 | 2024-08-16T04:59:58.068Z | Downloaded tracing-core v0.1.32 |
574 | 2024-08-16T04:59:58.068Z | Downloaded getopts v0.2.21 |
575 | 2024-08-16T04:59:58.068Z | Downloaded gethostname v0.5.0 |
576 | 2024-08-16T04:59:58.068Z | Downloaded ff v0.13.0 |
577 | 2024-08-16T04:59:58.068Z | Downloaded unicode-segmentation v1.11.0 |
578 | 2024-08-16T04:59:58.068Z | Downloaded tokio-util v0.7.11 |
579 | 2024-08-16T04:59:58.092Z | Downloaded dyn-clone v1.0.17 |
580 | 2024-08-16T04:59:58.092Z | Downloaded futures-channel v0.3.30 |
581 | 2024-08-16T04:59:58.092Z | Downloaded postcard v1.0.8 |
582 | 2024-08-16T04:59:58.092Z | Downloaded fallible-iterator v0.3.0 |
583 | 2024-08-16T04:59:58.092Z | Downloaded fastrand v2.1.0 |
584 | 2024-08-16T04:59:58.092Z | Downloaded fallible-streaming-iterator v0.1.9 |
585 | 2024-08-16T04:59:58.092Z | Downloaded fallible-iterator v0.2.0 |
586 | 2024-08-16T04:59:58.092Z | Downloaded predicates v3.1.2 |
587 | 2024-08-16T04:59:58.123Z | Downloaded pkcs8 v0.10.2 |
588 | 2024-08-16T04:59:58.124Z | Downloaded peg v0.8.4 |
589 | 2024-08-16T04:59:58.124Z | Downloaded erased-serde v0.3.31 |
590 | 2024-08-16T04:59:58.124Z | Downloaded env_logger v0.9.3 |
591 | 2024-08-16T04:59:58.124Z | Downloaded poly1305 v0.8.0 |
592 | 2024-08-16T04:59:58.124Z | Downloaded pkg-config v0.3.30 |
593 | 2024-08-16T04:59:58.124Z | Downloaded prettyplease v0.2.20 |
594 | 2024-08-16T04:59:58.124Z | Downloaded tungstenite v0.21.0 |
595 | 2024-08-16T04:59:58.166Z | Downloaded winnow v0.5.40 |
596 | 2024-08-16T04:59:58.166Z | Downloaded nix v0.28.0 |
597 | 2024-08-16T04:59:58.166Z | Downloaded ena v0.14.3 |
598 | 2024-08-16T04:59:58.166Z | Downloaded embedded-io v0.4.0 |
599 | 2024-08-16T04:59:58.166Z | Downloaded futures-core v0.3.30 |
600 | 2024-08-16T04:59:58.166Z | Downloaded fragile v2.0.0 |
601 | 2024-08-16T04:59:58.166Z | Downloaded rcgen v0.12.1 |
602 | 2024-08-16T04:59:58.199Z | Downloaded diesel_derives v2.2.2 |
603 | 2024-08-16T04:59:58.199Z | Downloaded unicode-bidi v0.3.15 |
604 | 2024-08-16T04:59:58.199Z | Downloaded tokio-tungstenite v0.20.1 |
605 | 2024-08-16T04:59:58.199Z | Downloaded sqlparser v0.45.0 |
606 | 2024-08-16T04:59:58.200Z | Downloaded hickory-proto v0.24.1 |
607 | 2024-08-16T04:59:58.291Z | Downloaded object v0.32.2 |
608 | 2024-08-16T04:59:58.291Z | Downloaded predicates-core v1.0.6 |
609 | 2024-08-16T04:59:58.291Z | Downloaded precomputed-hash v0.1.1 |
610 | 2024-08-16T04:59:58.291Z | Downloaded funty v2.0.0 |
611 | 2024-08-16T04:59:58.291Z | Downloaded powerfmt v0.2.0 |
612 | 2024-08-16T04:59:58.291Z | Downloaded postgres-protocol v0.6.7 |
613 | 2024-08-16T04:59:58.291Z | Downloaded diff v0.1.13 |
614 | 2024-08-16T04:59:58.291Z | Downloaded toml_edit v0.19.15 |
615 | 2024-08-16T04:59:58.291Z | Downloaded regex-automata v0.1.10 |
616 | 2024-08-16T04:59:58.291Z | Downloaded futures-executor v0.3.30 |
617 | 2024-08-16T04:59:58.362Z | Downloaded postgres-types v0.2.7 |
618 | 2024-08-16T04:59:58.367Z | Downloaded float-ord v0.3.2 |
619 | 2024-08-16T04:59:58.367Z | Downloaded pin-project v1.1.5 |
620 | 2024-08-16T04:59:58.367Z | Downloaded rayon-core v1.12.1 |
621 | 2024-08-16T04:59:58.368Z | Downloaded psl-types v2.0.11 |
622 | 2024-08-16T04:59:58.368Z | Downloaded predicates-tree v1.0.9 |
623 | 2024-08-16T04:59:58.368Z | Downloaded twox-hash v1.6.3 |
624 | 2024-08-16T04:59:58.368Z | Downloaded pem-rfc7468 v0.7.0 |
625 | 2024-08-16T04:59:58.368Z | Downloaded endian-type v0.1.2 |
626 | 2024-08-16T04:59:58.368Z | Downloaded futures-macro v0.3.30 |
627 | 2024-08-16T04:59:58.368Z | Downloaded futures-io v0.3.30 |
628 | 2024-08-16T04:59:58.368Z | Downloaded float-cmp v0.9.0 |
629 | 2024-08-16T04:59:58.369Z | Downloaded pin-project-lite v0.2.14 |
630 | 2024-08-16T04:59:58.369Z | Downloaded proc-macro-crate v1.3.1 |
631 | 2024-08-16T04:59:58.369Z | Downloaded unarray v0.1.4 |
632 | 2024-08-16T04:59:58.369Z | Downloaded signal-hook v0.3.17 |
633 | 2024-08-16T04:59:58.369Z | Downloaded foreign-types v0.3.2 |
634 | 2024-08-16T04:59:58.369Z | Downloaded pin-project-internal v1.1.5 |
635 | 2024-08-16T04:59:58.369Z | Downloaded phf_shared v0.11.2 |
636 | 2024-08-16T04:59:58.370Z | Downloaded phf_shared v0.10.0 |
637 | 2024-08-16T04:59:58.370Z | Downloaded phf v0.11.2 |
638 | 2024-08-16T04:59:58.370Z | Downloaded percent-encoding v2.3.1 |
639 | 2024-08-16T04:59:58.370Z | Downloaded pem v3.0.4 |
640 | 2024-08-16T04:59:58.370Z | Downloaded peg-runtime v0.8.3 |
641 | 2024-08-16T04:59:58.370Z | Downloaded pretty-hex v0.2.1 |
642 | 2024-08-16T04:59:58.370Z | Downloaded similar v2.5.0 |
643 | 2024-08-16T04:59:58.371Z | Downloaded serde_with_macros v3.8.3 |
644 | 2024-08-16T04:59:58.371Z | Downloaded serde_derive_internals v0.29.1 |
645 | 2024-08-16T04:59:58.371Z | Downloaded unicase v2.7.0 |
646 | 2024-08-16T04:59:58.371Z | Downloaded signal-hook-registry v1.4.2 |
647 | 2024-08-16T04:59:58.371Z | Downloaded serde_yaml v0.9.34+deprecated |
648 | 2024-08-16T04:59:58.371Z | Downloaded ron v0.7.1 |
649 | 2024-08-16T04:59:58.371Z | Downloaded foreign-types-shared v0.3.1 |
650 | 2024-08-16T04:59:58.371Z | Downloaded pin-utils v0.1.0 |
651 | 2024-08-16T04:59:58.371Z | Downloaded rand_xorshift v0.3.0 |
652 | 2024-08-16T04:59:58.372Z | Downloaded rand_core v0.6.4 |
653 | 2024-08-16T04:59:58.372Z | Downloaded tui-tree-widget v0.22.0 |
654 | 2024-08-16T04:59:58.372Z | Downloaded try-lock v0.2.5 |
655 | 2024-08-16T04:59:58.372Z | Downloaded tracing-attributes v0.1.27 |
656 | 2024-08-16T04:59:58.372Z | Downloaded slog v2.7.0 |
657 | 2024-08-16T04:59:58.372Z | Downloaded slab v0.4.9 |
658 | 2024-08-16T04:59:58.372Z | Downloaded signature v2.2.0 |
659 | 2024-08-16T04:59:58.471Z | Downloaded serde_plain v1.0.2 |
660 | 2024-08-16T04:59:58.471Z | Downloaded rsa v0.9.6 |
661 | 2024-08-16T04:59:58.471Z | Downloaded ron v0.8.1 |
662 | 2024-08-16T04:59:58.471Z | Downloaded vcpkg v0.2.15 |
663 | 2024-08-16T04:59:58.472Z | Downloaded openssl v0.10.66 |
664 | 2024-08-16T04:59:58.472Z | Downloaded rand_chacha v0.3.1 |
665 | 2024-08-16T04:59:58.472Z | Downloaded r2d2 v0.8.10 |
666 | 2024-08-16T04:59:58.472Z | Downloaded dirs-next v2.0.0 |
667 | 2024-08-16T04:59:58.472Z | Downloaded difflib v0.4.0 |
668 | 2024-08-16T04:59:58.472Z | Downloaded derive_more v0.99.18 |
669 | 2024-08-16T04:59:58.473Z | Downloaded unicode-truncate v1.0.0 |
670 | 2024-08-16T04:59:58.528Z | Downloaded toml v0.7.8 |
671 | 2024-08-16T04:59:58.528Z | Downloaded tokio-tungstenite v0.21.0 |
672 | 2024-08-16T04:59:58.528Z | Downloaded smf v0.2.3 |
673 | 2024-08-16T04:59:58.528Z | Downloaded shell-words v1.1.0 |
674 | 2024-08-16T04:59:58.528Z | Downloaded sha1 v0.10.6 |
675 | 2024-08-16T04:59:58.529Z | Downloaded rustversion v1.0.17 |
676 | 2024-08-16T04:59:58.529Z | Downloaded rustls-pki-types v1.7.0 |
677 | 2024-08-16T04:59:58.529Z | Downloaded rustls-pemfile v2.1.3 |
678 | 2024-08-16T04:59:58.529Z | Downloaded rustls-pemfile v1.0.4 |
679 | 2024-08-16T04:59:58.529Z | Downloaded rustc-demangle v0.1.24 |
680 | 2024-08-16T04:59:58.529Z | Downloaded idna v0.4.0 |
681 | 2024-08-16T04:59:58.529Z | Downloaded radium v0.7.0 |
682 | 2024-08-16T04:59:58.529Z | Downloaded quick-error v1.2.3 |
683 | 2024-08-16T04:59:58.529Z | Downloaded display-error-chain v0.2.0 |
684 | 2024-08-16T04:59:58.529Z | Downloaded dirs-sys-next v0.1.2 |
685 | 2024-08-16T04:59:58.530Z | Downloaded unicode-xid v0.2.4 |
686 | 2024-08-16T04:59:58.530Z | Downloaded unicode-linebreak v0.1.5 |
687 | 2024-08-16T04:59:58.530Z | Downloaded smallvec v0.6.14 |
688 | 2024-08-16T04:59:58.530Z | Downloaded slog-term v2.9.1 |
689 | 2024-08-16T04:59:58.530Z | Downloaded serde_urlencoded v0.7.1 |
690 | 2024-08-16T04:59:58.530Z | Downloaded rtoolbox v0.0.2 |
691 | 2024-08-16T04:59:58.530Z | Downloaded rpassword v7.3.1 |
692 | 2024-08-16T04:59:58.530Z | Downloaded nix v0.27.1 |
693 | 2024-08-16T04:59:58.530Z | Downloaded diesel_table_macro_syntax v0.2.0 |
694 | 2024-08-16T04:59:58.530Z | Downloaded derive_builder_macro v0.20.0 |
695 | 2024-08-16T04:59:58.530Z | Downloaded tower-service v0.3.2 |
696 | 2024-08-16T04:59:58.530Z | Downloaded smallvec v1.13.2 |
697 | 2024-08-16T04:59:58.530Z | Downloaded slog-scope v4.4.0 |
698 | 2024-08-16T04:59:58.531Z | Downloaded slog-json v2.6.1 |
699 | 2024-08-16T04:59:58.531Z | Downloaded slog-envlogger v2.2.0 |
700 | 2024-08-16T04:59:58.531Z | Downloaded slog-bunyan v2.5.0 |
701 | 2024-08-16T04:59:58.531Z | Downloaded siphasher v0.3.11 |
702 | 2024-08-16T04:59:58.531Z | Downloaded signal-hook-tokio v0.3.1 |
703 | 2024-08-16T04:59:58.531Z | Downloaded shlex v1.3.0 |
704 | 2024-08-16T04:59:58.531Z | Downloaded serde_path_to_error v0.1.16 |
705 | 2024-08-16T04:59:58.531Z | Downloaded rusty-fork v0.3.0 |
706 | 2024-08-16T04:59:58.531Z | Downloaded rustfmt-wrapper v0.2.1 |
707 | 2024-08-16T04:59:58.531Z | Downloaded rustc_version v0.1.7 |
708 | 2024-08-16T04:59:58.531Z | Downloaded x509-cert v0.2.5 |
709 | 2024-08-16T04:59:58.557Z | Downloaded slog-async v2.8.0 |
710 | 2024-08-16T04:59:58.557Z | Downloaded signal-hook-mio v0.2.4 |
711 | 2024-08-16T04:59:58.557Z | Downloaded resolv-conf v0.7.0 |
712 | 2024-08-16T04:59:58.557Z | Downloaded der v0.7.9 |
713 | 2024-08-16T04:59:58.557Z | Downloaded object v0.30.4 |
714 | 2024-08-16T04:59:58.557Z | Downloaded idna v0.3.0 |
715 | 2024-08-16T04:59:58.557Z | Downloaded toolchain_find v0.4.0 |
716 | 2024-08-16T04:59:58.557Z | Downloaded stable_deref_trait v1.2.0 |
717 | 2024-08-16T04:59:58.557Z | Downloaded sigpipe v0.1.3 |
718 | 2024-08-16T04:59:58.557Z | Downloaded serde_repr v0.1.19 |
719 | 2024-08-16T04:59:58.583Z | Downloaded rustc-hash v1.1.0 |
720 | 2024-08-16T04:59:58.583Z | Downloaded derive_builder_core v0.20.0 |
721 | 2024-08-16T04:59:58.583Z | Downloaded zip v0.6.6 |
722 | 2024-08-16T04:59:58.583Z | Downloaded zerocopy v0.6.6 |
723 | 2024-08-16T04:59:58.583Z | Downloaded lalrpop v0.19.12 |
724 | 2024-08-16T04:59:58.608Z | Downloaded slog-stdlog v4.1.1 |
725 | 2024-08-16T04:59:58.608Z | Downloaded slog-dtrace v0.3.0 |
726 | 2024-08-16T04:59:58.608Z | Downloaded rustc_version v0.4.0 |
727 | 2024-08-16T04:59:58.608Z | Downloaded derive-where v1.2.7 |
728 | 2024-08-16T04:59:58.608Z | Downloaded yasna v0.5.2 |
729 | 2024-08-16T04:59:58.609Z | Downloaded packed_struct v0.10.1 |
730 | 2024-08-16T04:59:58.609Z | Downloaded hkdf v0.12.4 |
731 | 2024-08-16T04:59:58.609Z | Downloaded idna v0.5.0 |
732 | 2024-08-16T04:59:58.609Z | Downloaded ref-cast v1.0.23 |
733 | 2024-08-16T04:59:58.634Z | Downloaded derive_builder v0.20.0 |
734 | 2024-08-16T04:59:58.634Z | Downloaded der_derive v0.7.2 |
735 | 2024-08-16T04:59:58.634Z | Downloaded vte v0.11.1 |
736 | 2024-08-16T04:59:58.635Z | Downloaded vergen v8.3.2 |
737 | 2024-08-16T04:59:58.635Z | Downloaded http v1.1.0 |
738 | 2024-08-16T04:59:58.635Z | Downloaded http v0.2.12 |
739 | 2024-08-16T04:59:58.635Z | Downloaded data-encoding v2.6.0 |
740 | 2024-08-16T04:59:58.660Z | Downloaded curve25519-dalek v4.1.3 |
741 | 2024-08-16T04:59:58.660Z | Downloaded zone v0.1.8 |
742 | 2024-08-16T04:59:58.660Z | Downloaded zeroize_derive v1.4.2 |
743 | 2024-08-16T04:59:58.660Z | Downloaded whoami v1.5.1 |
744 | 2024-08-16T04:59:58.660Z | Downloaded walkdir v2.5.0 |
745 | 2024-08-16T04:59:58.661Z | Downloaded uuid v1.10.0 |
746 | 2024-08-16T04:59:58.661Z | Downloaded url v2.5.2 |
747 | 2024-08-16T04:59:58.688Z | Downloaded unicode_categories v0.1.1 |
748 | 2024-08-16T04:59:58.688Z | Downloaded heapless v0.8.0 |
749 | 2024-08-16T04:59:58.689Z | Downloaded defmt-macros v0.3.9 |
750 | 2024-08-16T04:59:58.689Z | Downloaded wyz v0.5.1 |
751 | 2024-08-16T04:59:58.689Z | Downloaded vsss-rs v3.3.4 |
752 | 2024-08-16T04:59:58.689Z | Downloaded uzers v0.11.3 |
753 | 2024-08-16T04:59:58.689Z | Downloaded untrusted v0.7.1 |
754 | 2024-08-16T04:59:58.689Z | Downloaded unsafe-libyaml v0.2.11 |
755 | 2024-08-16T04:59:58.689Z | Downloaded universal-hash v0.5.1 |
756 | 2024-08-16T04:59:58.716Z | Downloaded socket2 v0.5.7 |
757 | 2024-08-16T04:59:58.716Z | Downloaded chrono v0.4.38 |
758 | 2024-08-16T04:59:58.716Z | Downloaded zeroize v1.7.0 |
759 | 2024-08-16T04:59:58.716Z | Downloaded xattr v1.3.1 |
760 | 2024-08-16T04:59:58.716Z | Downloaded which v4.4.2 |
761 | 2024-08-16T04:59:58.716Z | Downloaded utf-8 v0.7.6 |
762 | 2024-08-16T04:59:58.717Z | Downloaded untrusted v0.9.0 |
763 | 2024-08-16T04:59:58.717Z | Downloaded spin v0.9.8 |
764 | 2024-08-16T04:59:58.717Z | Downloaded snafu-derive v0.8.2 |
765 | 2024-08-16T04:59:58.717Z | Downloaded snafu v0.8.2 |
766 | 2024-08-16T04:59:58.741Z | Downloaded hickory-server v0.24.1 |
767 | 2024-08-16T04:59:58.741Z | Downloaded hickory-resolver v0.24.1 |
768 | 2024-08-16T04:59:58.741Z | Downloaded hickory-client v0.24.1 |
769 | 2024-08-16T04:59:58.742Z | Downloaded cookie v0.18.1 |
770 | 2024-08-16T04:59:58.742Z | Downloaded waitgroup v0.1.2 |
771 | 2024-08-16T04:59:58.742Z | Downloaded wait-timeout v0.2.0 |
772 | 2024-08-16T04:59:58.742Z | Downloaded vte_generate_state_changes v0.1.1 |
773 | 2024-08-16T04:59:58.742Z | Downloaded sqlformat v0.2.4 |
774 | 2024-08-16T04:59:58.775Z | Downloaded spki v0.7.3 |
775 | 2024-08-16T04:59:58.776Z | Downloaded socket2 v0.4.10 |
776 | 2024-08-16T04:59:58.776Z | Downloaded parking_lot_core v0.9.10 |
777 | 2024-08-16T04:59:58.776Z | Downloaded parking_lot v0.12.2 |
778 | 2024-08-16T04:59:58.776Z | Downloaded parking_lot v0.11.2 |
779 | 2024-08-16T04:59:58.776Z | Downloaded owo-colors v4.0.0 |
780 | 2024-08-16T04:59:58.776Z | Downloaded openssl-sys v0.9.103 |
781 | 2024-08-16T04:59:58.776Z | Downloaded highway v1.2.0 |
782 | 2024-08-16T04:59:58.808Z | Downloaded heck v0.3.3 |
783 | 2024-08-16T04:59:58.808Z | Downloaded heapless v0.7.17 |
784 | 2024-08-16T04:59:58.809Z | Downloaded headers v0.3.9 |
785 | 2024-08-16T04:59:58.809Z | Downloaded tokio-postgres v0.7.11 |
786 | 2024-08-16T04:59:58.809Z | Downloaded time v0.3.36 |
787 | 2024-08-16T04:59:58.809Z | Downloaded nanorand v0.7.0 |
788 | 2024-08-16T04:59:58.809Z | Downloaded libxml v0.3.3 |
789 | 2024-08-16T04:59:58.837Z | Downloaded hyper v0.14.30 |
790 | 2024-08-16T04:59:58.837Z | Downloaded parse-size v1.0.0 |
791 | 2024-08-16T04:59:58.837Z | Downloaded parse-display-derive v0.10.0 |
792 | 2024-08-16T04:59:58.838Z | Downloaded parse-display v0.10.0 |
793 | 2024-08-16T04:59:58.838Z | Downloaded parking_lot_core v0.8.6 |
794 | 2024-08-16T04:59:58.838Z | Downloaded packed_struct_codegen v0.10.1 |
795 | 2024-08-16T04:59:58.838Z | Downloaded http-body v0.4.6 |
796 | 2024-08-16T04:59:58.838Z | Downloaded home v0.5.9 |
797 | 2024-08-16T04:59:58.838Z | Downloaded hmac v0.12.1 |
798 | 2024-08-16T04:59:58.838Z | Downloaded hex v0.4.3 |
799 | 2024-08-16T04:59:58.838Z | Downloaded headers-core v0.2.0 |
800 | 2024-08-16T04:59:58.838Z | Downloaded tokio-macros v2.3.0 |
801 | 2024-08-16T04:59:58.838Z | Downloaded textwrap v0.16.1 |
802 | 2024-08-16T04:59:58.838Z | Downloaded test-strategy v0.3.1 |
803 | 2024-08-16T04:59:58.839Z | Downloaded term v0.7.0 |
804 | 2024-08-16T04:59:58.865Z | Downloaded tar v0.4.41 |
805 | 2024-08-16T04:59:58.865Z | Downloaded steno v0.4.1 |
806 | 2024-08-16T04:59:58.865Z | Downloaded salsa20 v0.10.2 |
807 | 2024-08-16T04:59:58.865Z | Downloaded rustyline v14.0.0 |
808 | 2024-08-16T04:59:58.865Z | Downloaded num-bigint-dig v0.8.4 |
809 | 2024-08-16T04:59:58.865Z | Downloaded nom v7.1.3 |
810 | 2024-08-16T04:59:58.896Z | Downloaded mio v1.0.2 |
811 | 2024-08-16T04:59:58.896Z | Downloaded mio v0.8.11 |
812 | 2024-08-16T04:59:58.896Z | Downloaded libm v0.2.8 |
813 | 2024-08-16T04:59:58.930Z | Downloaded itertools v0.13.0 |
814 | 2024-08-16T04:59:58.930Z | Downloaded itertools v0.12.1 |
815 | 2024-08-16T04:59:58.930Z | Downloaded itertools v0.10.5 |
816 | 2024-08-16T04:59:58.930Z | Downloaded clang-sys v1.7.0 |
817 | 2024-08-16T04:59:58.930Z | Downloaded cc v1.0.97 |
818 | 2024-08-16T04:59:58.959Z | Downloaded bstr v1.9.1 |
819 | 2024-08-16T04:59:58.959Z | Downloaded path-slash v0.1.5 |
820 | 2024-08-16T04:59:58.959Z | Downloaded paste v1.0.15 |
821 | 2024-08-16T04:59:58.959Z | Downloaded password-hash v0.5.0 |
822 | 2024-08-16T04:59:58.959Z | Downloaded oso-derive v0.27.3 |
823 | 2024-08-16T04:59:58.959Z | Downloaded oso v0.27.3 |
824 | 2024-08-16T04:59:58.959Z | Downloaded openssl-probe v0.1.5 |
825 | 2024-08-16T04:59:58.960Z | Downloaded httpdate v1.0.3 |
826 | 2024-08-16T04:59:58.960Z | Downloaded httparse v1.8.0 |
827 | 2024-08-16T04:59:58.960Z | Downloaded http-range v0.1.5 |
828 | 2024-08-16T04:59:58.960Z | Downloaded hostname v0.4.0 |
829 | 2024-08-16T04:59:58.960Z | Downloaded hostname v0.3.1 |
830 | 2024-08-16T04:59:58.960Z | Downloaded tokio-stream v0.1.15 |
831 | 2024-08-16T04:59:59.024Z | Downloaded tokio-rustls v0.25.0 |
832 | 2024-08-16T04:59:59.024Z | Downloaded tokio-rustls v0.24.1 |
833 | 2024-08-16T04:59:59.025Z | Downloaded tokio-native-tls v0.3.1 |
834 | 2024-08-16T04:59:59.025Z | Downloaded tls_codec_derive v0.4.1 |
835 | 2024-08-16T04:59:59.025Z | Downloaded tls_codec v0.4.1 |
836 | 2024-08-16T04:59:59.025Z | Downloaded tinyvec_macros v0.1.1 |
837 | 2024-08-16T04:59:59.025Z | Downloaded tinyvec v1.6.0 |
838 | 2024-08-16T04:59:59.025Z | Downloaded time-macros v0.2.18 |
839 | 2024-08-16T04:59:59.025Z | Downloaded time-core v0.1.2 |
840 | 2024-08-16T04:59:59.025Z | Downloaded thread_local v1.1.8 |
841 | 2024-08-16T04:59:59.025Z | Downloaded thiserror-no-std v2.0.2 |
842 | 2024-08-16T04:59:59.089Z | Downloaded thiserror-impl-no-std v2.0.2 |
843 | 2024-08-16T04:59:59.089Z | Downloaded termtree v0.4.1 |
844 | 2024-08-16T04:59:59.089Z | Downloaded termios v0.3.3 |
845 | 2024-08-16T04:59:59.089Z | Downloaded termcolor v1.4.1 |
846 | 2024-08-16T04:59:59.089Z | Downloaded tempfile v3.10.1 |
847 | 2024-08-16T04:59:59.089Z | Downloaded tap v1.0.1 |
848 | 2024-08-16T04:59:59.089Z | Downloaded take_mut v0.2.2 |
849 | 2024-08-16T04:59:59.089Z | Downloaded tabwriter v1.4.0 |
850 | 2024-08-16T04:59:59.089Z | Downloaded sync_wrapper v0.1.2 |
851 | 2024-08-16T04:59:59.090Z | Downloaded supports-color v3.0.0 |
852 | 2024-08-16T04:59:59.090Z | Downloaded subtle v2.5.0 |
853 | 2024-08-16T04:59:59.090Z | Downloaded subprocess v0.2.9 |
854 | 2024-08-16T04:59:59.090Z | Downloaded strum_macros v0.26.4 |
855 | 2024-08-16T04:59:59.090Z | Downloaded strum_macros v0.25.3 |
856 | 2024-08-16T04:59:59.090Z | Downloaded strum_macros v0.24.3 |
857 | 2024-08-16T04:59:59.090Z | Downloaded strum v0.26.3 |
858 | 2024-08-16T04:59:59.090Z | Downloaded structmeta-derive v0.3.0 |
859 | 2024-08-16T04:59:59.090Z | Downloaded structmeta-derive v0.2.0 |
860 | 2024-08-16T04:59:59.090Z | Downloaded structmeta v0.3.0 |
861 | 2024-08-16T04:59:59.090Z | Downloaded structmeta v0.2.0 |
862 | 2024-08-16T04:59:59.090Z | Downloaded strip-ansi-escapes v0.2.0 |
863 | 2024-08-16T04:59:59.090Z | Downloaded stringprep v0.1.4 |
864 | 2024-08-16T04:59:59.090Z | Downloaded string_cache v0.8.7 |
865 | 2024-08-16T04:59:59.090Z | Downloaded static_assertions v1.1.0 |
866 | 2024-08-16T04:59:59.091Z | Downloaded serde_arrays v0.1.0 |
867 | 2024-08-16T04:59:59.091Z | Downloaded serde-hex v0.1.0 |
868 | 2024-08-16T04:59:59.091Z | Downloaded semver v0.1.20 |
869 | 2024-08-16T04:59:59.091Z | Downloaded secrecy v0.8.0 |
870 | 2024-08-16T04:59:59.091Z | Downloaded sec1 v0.7.3 |
871 | 2024-08-16T04:59:59.091Z | Downloaded sct v0.7.1 |
872 | 2024-08-16T04:59:59.091Z | Downloaded scrypt v0.11.0 |
873 | 2024-08-16T04:59:59.091Z | Downloaded scopeguard v1.2.0 |
874 | 2024-08-16T04:59:59.091Z | Downloaded schemars_derive v0.8.21 |
875 | 2024-08-16T04:59:59.092Z | Downloaded schemars v0.8.21 |
876 | 2024-08-16T04:59:59.125Z | Downloaded scheduled-thread-pool v0.2.7 |
877 | 2024-08-16T04:59:59.125Z | Downloaded same-file v1.0.6 |
878 | 2024-08-16T04:59:59.125Z | Downloaded samael v0.0.15 |
879 | 2024-08-16T04:59:59.125Z | Downloaded num_enum_derive v0.5.11 |
880 | 2024-08-16T04:59:59.125Z | Downloaded num-rational v0.4.2 |
881 | 2024-08-16T04:59:59.125Z | Downloaded nu-ansi-term v0.50.0 |
882 | 2024-08-16T04:59:59.125Z | Downloaded mockall_derive v0.13.0 |
883 | 2024-08-16T04:59:59.125Z | Downloaded debug-ignore v1.0.5 |
884 | 2024-08-16T04:59:59.125Z | Downloaded darling v0.20.9 |
885 | 2024-08-16T04:59:59.126Z | Downloaded crypto-bigint v0.5.5 |
886 | 2024-08-16T04:59:59.126Z | Downloaded crucible-workspace-hack v0.1.0 |
887 | 2024-08-16T04:59:59.126Z | Downloaded crossterm v0.27.0 |
888 | 2024-08-16T04:59:59.126Z | Downloaded crossbeam-epoch v0.9.18 |
889 | 2024-08-16T04:59:59.126Z | Downloaded crossbeam-channel v0.5.12 |
890 | 2024-08-16T04:59:59.126Z | Downloaded const-oid v0.9.6 |
891 | 2024-08-16T04:59:59.126Z | Downloaded compact_str v0.8.0 |
892 | 2024-08-16T04:59:59.156Z | Downloaded ciborium-ll v0.2.2 |
893 | 2024-08-16T04:59:59.156Z | Downloaded chacha20poly1305 v0.10.1 |
894 | 2024-08-16T04:59:59.156Z | Downloaded cancel-safe-futures v0.1.5 |
895 | 2024-08-16T04:59:59.156Z | Downloaded bstr v0.2.17 |
896 | 2024-08-16T04:59:59.156Z | Downloaded serde-big-array v0.5.1 |
897 | 2024-08-16T04:59:59.156Z | Downloaded opaque-debug v0.3.1 |
898 | 2024-08-16T04:59:59.156Z | Downloaded omicron-zone-package v0.11.0 |
899 | 2024-08-16T04:59:59.156Z | Downloaded number_prefix v0.4.0 |
900 | 2024-08-16T04:59:59.157Z | Downloaded num_cpus v1.16.0 |
901 | 2024-08-16T04:59:59.157Z | Downloaded num-traits v0.2.19 |
902 | 2024-08-16T04:59:59.157Z | Downloaded num-integer v0.1.46 |
903 | 2024-08-16T04:59:59.184Z | Downloaded num-complex v0.4.6 |
904 | 2024-08-16T04:59:59.184Z | Downloaded nibble_vec v0.1.0 |
905 | 2024-08-16T04:59:59.184Z | Downloaded newtype-uuid v1.1.0 |
906 | 2024-08-16T04:59:59.184Z | Downloaded new_debug_unreachable v1.0.6 |
907 | 2024-08-16T04:59:59.184Z | Downloaded native-tls v0.2.11 |
908 | 2024-08-16T04:59:59.184Z | Downloaded multimap v0.10.0 |
909 | 2024-08-16T04:59:59.184Z | Downloaded miniz_oxide v0.7.2 |
910 | 2024-08-16T04:59:59.184Z | Downloaded minimal-lexical v0.2.1 |
911 | 2024-08-16T04:59:59.184Z | Downloaded mime_guess v2.0.4 |
912 | 2024-08-16T04:59:59.184Z | Downloaded memoffset v0.9.1 |
913 | 2024-08-16T04:59:59.184Z | Downloaded md-5 v0.10.6 |
914 | 2024-08-16T04:59:59.185Z | Downloaded match_cfg v0.1.0 |
915 | 2024-08-16T04:59:59.185Z | Downloaded managed v0.8.0 |
916 | 2024-08-16T04:59:59.185Z | Downloaded lock_api v0.4.12 |
917 | 2024-08-16T04:59:59.214Z | Downloaded linear-map v1.2.0 |
918 | 2024-08-16T04:59:59.214Z | Downloaded libloading v0.8.3 |
919 | 2024-08-16T04:59:59.214Z | Downloaded libefi-sys v0.1.0 |
920 | 2024-08-16T04:59:59.214Z | Downloaded lazy_static v1.5.0 |
921 | 2024-08-16T04:59:59.214Z | Downloaded keccak v0.1.5 |
922 | 2024-08-16T04:59:59.214Z | Downloaded indicatif v0.17.8 |
923 | 2024-08-16T04:59:59.215Z | Downloaded indexmap v1.9.3 |
924 | 2024-08-16T04:59:59.215Z | Downloaded darling_macro v0.20.9 |
925 | 2024-08-16T04:59:59.215Z | Downloaded crc-catalog v2.4.0 |
926 | 2024-08-16T04:59:59.215Z | Downloaded crc v3.2.1 |
927 | 2024-08-16T04:59:59.215Z | Downloaded convert_case v0.4.0 |
928 | 2024-08-16T04:59:59.215Z | Downloaded const_format_proc_macros v0.2.32 |
929 | 2024-08-16T04:59:59.215Z | Downloaded colored v2.1.0 |
930 | 2024-08-16T04:59:59.240Z | Downloaded cfg_aliases v0.1.1 |
931 | 2024-08-16T04:59:59.240Z | Downloaded blake3 v1.5.1 |
932 | 2024-08-16T04:59:59.240Z | Downloaded bitvec v1.0.1 |
933 | 2024-08-16T04:59:59.265Z | Downloaded bindgen v0.69.4 |
934 | 2024-08-16T04:59:59.265Z | Downloaded arrayref v0.3.7 |
935 | 2024-08-16T04:59:59.265Z | Downloaded aho-corasick v1.1.3 |
936 | 2024-08-16T04:59:59.265Z | Downloaded mockall v0.13.0 |
937 | 2024-08-16T04:59:59.265Z | Downloaded impl-trait-for-tuples v0.2.2 |
938 | 2024-08-16T04:59:59.265Z | Downloaded hyper-rustls v0.24.2 |
939 | 2024-08-16T04:59:59.289Z | Downloaded humantime v2.1.0 |
940 | 2024-08-16T04:59:59.289Z | Downloaded defmt v0.3.8 |
941 | 2024-08-16T04:59:59.289Z | Downloaded crossterm v0.28.1 |
942 | 2024-08-16T04:59:59.289Z | Downloaded castaway v0.2.3 |
943 | 2024-08-16T04:59:59.289Z | Downloaded aes v0.8.4 |
944 | 2024-08-16T04:59:59.289Z | Downloaded num-iter v0.1.45 |
945 | 2024-08-16T04:59:59.289Z | Downloaded num-derive v0.4.2 |
946 | 2024-08-16T04:59:59.289Z | Downloaded normalize-line-endings v0.3.0 |
947 | 2024-08-16T04:59:59.290Z | Downloaded newtype_derive v0.1.6 |
948 | 2024-08-16T04:59:59.313Z | Downloaded newline-converter v0.3.0 |
949 | 2024-08-16T04:59:59.314Z | Downloaded multer v3.1.0 |
950 | 2024-08-16T04:59:59.314Z | Downloaded memmap2 v0.9.4 |
951 | 2024-08-16T04:59:59.314Z | Downloaded maybe-uninit v2.0.0 |
952 | 2024-08-16T04:59:59.314Z | Downloaded maplit v1.0.2 |
953 | 2024-08-16T04:59:59.314Z | Downloaded lru-cache v0.1.2 |
954 | 2024-08-16T04:59:59.314Z | Downloaded lru v0.12.3 |
955 | 2024-08-16T04:59:59.314Z | Downloaded linked-hash-map v0.5.6 |
956 | 2024-08-16T04:59:59.314Z | Downloaded lazycell v1.3.0 |
957 | 2024-08-16T04:59:59.314Z | Downloaded lalrpop-util v0.19.12 |
958 | 2024-08-16T04:59:59.314Z | Downloaded kstat-rs v0.2.4 |
959 | 2024-08-16T04:59:59.314Z | Downloaded jobserver v0.1.32 |
960 | 2024-08-16T04:59:59.314Z | Downloaded is-terminal v0.4.12 |
961 | 2024-08-16T04:59:59.314Z | Downloaded ipnetwork v0.20.0 |
962 | 2024-08-16T04:59:59.314Z | Downloaded ipnet v2.9.0 |
963 | 2024-08-16T04:59:59.314Z | Downloaded instability v0.3.2 |
964 | 2024-08-16T04:59:59.339Z | Downloaded inout v0.1.3 |
965 | 2024-08-16T04:59:59.339Z | Downloaded indoc v1.0.9 |
966 | 2024-08-16T04:59:59.339Z | Downloaded indent_write v2.2.0 |
967 | 2024-08-16T04:59:59.339Z | Downloaded iana-time-zone v0.1.60 |
968 | 2024-08-16T04:59:59.339Z | Downloaded hubpack v0.1.2 |
969 | 2024-08-16T04:59:59.339Z | Downloaded crc-any v2.5.0 |
970 | 2024-08-16T04:59:59.339Z | Downloaded const_format v0.2.32 |
971 | 2024-08-16T04:59:59.339Z | Downloaded console v0.15.8 |
972 | 2024-08-16T04:59:59.339Z | Downloaded camino-tempfile v1.1.1 |
973 | 2024-08-16T04:59:59.339Z | Downloaded bitstruct_derive v0.1.0 |
974 | 2024-08-16T04:59:59.339Z | Downloaded bitflags v1.3.2 |
975 | 2024-08-16T04:59:59.363Z | Downloaded bitfield v0.14.0 |
976 | 2024-08-16T04:59:59.364Z | Downloaded assert_matches v1.5.0 |
977 | 2024-08-16T04:59:59.364Z | Downloaded ascii v1.1.0 |
978 | 2024-08-16T04:59:59.364Z | Downloaded arrayvec v0.7.4 |
979 | 2024-08-16T04:59:59.364Z | Downloaded argon2 v0.5.3 |
980 | 2024-08-16T04:59:59.364Z | Downloaded arc-swap v1.7.1 |
981 | 2024-08-16T04:59:59.364Z | Downloaded allocator-api2 v0.2.18 |
982 | 2024-08-16T04:59:59.364Z | Downloaded ahash v0.8.11 |
983 | 2024-08-16T04:59:59.364Z | Downloaded num_threads v0.1.7 |
984 | 2024-08-16T04:59:59.364Z | Downloaded num-conv v0.1.0 |
985 | 2024-08-16T04:59:59.391Z | Downloaded num v0.4.3 |
986 | 2024-08-16T04:59:59.391Z | Downloaded nodrop v0.1.14 |
987 | 2024-08-16T04:59:59.391Z | Downloaded mime v0.3.17 |
988 | 2024-08-16T04:59:59.391Z | Downloaded libsw v3.3.1 |
989 | 2024-08-16T04:59:59.391Z | Downloaded is_ci v1.2.0 |
990 | 2024-08-16T04:59:59.391Z | Downloaded instant v0.1.12 |
991 | 2024-08-16T04:59:59.391Z | Downloaded ident_case v1.0.1 |
992 | 2024-08-16T04:59:59.391Z | Downloaded hyper-tls v0.5.0 |
993 | 2024-08-16T04:59:59.391Z | Downloaded hyper-staticfile v0.9.5 |
994 | 2024-08-16T04:59:59.391Z | Downloaded hubpack_derive v0.1.1 |
995 | 2024-08-16T04:59:59.391Z | Downloaded darling_core v0.20.9 |
996 | 2024-08-16T04:59:59.391Z | Downloaded curve25519-dalek-derive v0.1.1 |
997 | 2024-08-16T04:59:59.391Z | Downloaded crossbeam-deque v0.8.5 |
998 | 2024-08-16T04:59:59.391Z | Downloaded crc32fast v1.4.0 |
999 | 2024-08-16T04:59:59.391Z | Downloaded cookie_store v0.20.0 |
1000 | 2024-08-16T04:59:59.418Z | Downloaded cobs v0.2.3 |
1001 | 2024-08-16T04:59:59.418Z | Downloaded cipher v0.4.4 |
1002 | 2024-08-16T04:59:59.418Z | Downloaded ciborium-io v0.2.2 |
1003 | 2024-08-16T04:59:59.418Z | Downloaded ciborium v0.2.2 |
1004 | 2024-08-16T04:59:59.418Z | Downloaded chacha20 v0.9.1 |
1005 | 2024-08-16T04:59:59.418Z | Downloaded cexpr v0.6.0 |
1006 | 2024-08-16T04:59:59.418Z | Downloaded cbc v0.1.2 |
1007 | 2024-08-16T04:59:59.418Z | Downloaded cassowary v0.3.0 |
1008 | 2024-08-16T04:59:59.418Z | Downloaded bzip2 v0.4.4 |
1009 | 2024-08-16T04:59:59.418Z | Downloaded bytes v1.7.1 |
1010 | 2024-08-16T04:59:59.418Z | Downloaded blake2 v0.10.6 |
1011 | 2024-08-16T04:59:59.418Z | Downloaded bit-set v0.5.3 |
1012 | 2024-08-16T04:59:59.418Z | Downloaded bcs v0.1.6 |
1013 | 2024-08-16T04:59:59.446Z | Downloaded base64ct v1.6.0 |
1014 | 2024-08-16T04:59:59.446Z | Downloaded base64 v0.22.1 |
1015 | 2024-08-16T04:59:59.446Z | Downloaded base64 v0.21.7 |
1016 | 2024-08-16T04:59:59.446Z | Downloaded base64 v0.13.1 |
1017 | 2024-08-16T04:59:59.446Z | Downloaded base16ct v0.2.0 |
1018 | 2024-08-16T04:59:59.446Z | Downloaded backtrace v0.3.71 |
1019 | 2024-08-16T04:59:59.446Z | Downloaded backoff v0.4.0 |
1020 | 2024-08-16T04:59:59.446Z | Downloaded atomicwrites v0.4.3 |
1021 | 2024-08-16T04:59:59.447Z | Downloaded async-trait v0.1.81 |
1022 | 2024-08-16T04:59:59.497Z | Downloaded async-stream v0.3.5 |
1023 | 2024-08-16T04:59:59.497Z | Downloaded async-recursion v1.1.1 |
1024 | 2024-08-16T04:59:59.497Z | Downloaded ascii-canvas v3.0.0 |
1025 | 2024-08-16T04:59:59.497Z | Downloaded aead v0.5.2 |
1026 | 2024-08-16T04:59:59.497Z | Downloaded adler v1.0.2 |
1027 | 2024-08-16T04:59:59.498Z | Downloaded addr2line v0.21.0 |
1028 | 2024-08-16T04:59:59.498Z | Downloaded cstr-argument v0.1.2 |
1029 | 2024-08-16T04:59:59.498Z | Downloaded crunchy v0.2.2 |
1030 | 2024-08-16T04:59:59.498Z | Downloaded crossbeam-utils v0.8.19 |
1031 | 2024-08-16T04:59:59.498Z | Downloaded cookie v0.17.0 |
1032 | 2024-08-16T04:59:59.498Z | Downloaded constant_time_eq v0.3.0 |
1033 | 2024-08-16T04:59:59.498Z | Downloaded buf-list v1.0.3 |
1034 | 2024-08-16T04:59:59.498Z | Downloaded block-padding v0.3.3 |
1035 | 2024-08-16T04:59:59.499Z | Downloaded bitstruct v0.1.1 |
1036 | 2024-08-16T04:59:59.499Z | Downloaded bitfield-struct v0.6.1 |
1037 | 2024-08-16T04:59:59.499Z | Downloaded bit-vec v0.6.3 |
1038 | 2024-08-16T04:59:59.558Z | Downloaded bb8 v0.8.5 |
1039 | 2024-08-16T04:59:59.559Z | Downloaded atty v0.2.14 |
1040 | 2024-08-16T04:59:59.559Z | Downloaded atomic-waker v1.1.2 |
1041 | 2024-08-16T04:59:59.559Z | Downloaded async-stream-impl v0.3.5 |
1042 | 2024-08-16T04:59:59.559Z | Downloaded array-init v0.0.4 |
1043 | 2024-08-16T04:59:59.641Z | Compiling cfg-if v1.0.0 |
1044 | 2024-08-16T04:59:59.642Z | Compiling serde v1.0.207 |
1045 | 2024-08-16T04:59:59.674Z | Compiling lock_api v0.4.12 |
1046 | 2024-08-16T04:59:59.675Z | Compiling typenum v1.17.0 |
1047 | 2024-08-16T04:59:59.675Z | Compiling scopeguard v1.2.0 |
1048 | 2024-08-16T04:59:59.675Z | Compiling generic-array v0.14.7 |
1049 | 2024-08-16T04:59:59.675Z | Compiling syn v2.0.74 |
1050 | 2024-08-16T04:59:59.676Z | Compiling log v0.4.21 |
1051 | 2024-08-16T04:59:59.770Z | Compiling getrandom v0.2.14 |
1052 | 2024-08-16T04:59:59.913Z | Compiling jobserver v0.1.32 |
1053 | 2024-08-16T04:59:59.988Z | Compiling rand_core v0.6.4 |
1054 | 2024-08-16T05:00:00.234Z | Compiling subtle v2.5.0 |
1055 | 2024-08-16T05:00:00.290Z | Compiling const-oid v0.9.6 |
1056 | 2024-08-16T05:00:00.290Z | Compiling cc v1.0.97 |
1057 | 2024-08-16T05:00:00.478Z | Compiling smallvec v1.13.2 |
1058 | 2024-08-16T05:00:00.502Z | Compiling pin-project-lite v0.2.14 |
1059 | 2024-08-16T05:00:00.544Z | Compiling parking_lot_core v0.9.10 |
1060 | 2024-08-16T05:00:00.633Z | Compiling spin v0.9.8 |
1061 | 2024-08-16T05:00:00.737Z | Compiling signal-hook-registry v1.4.2 |
1062 | 2024-08-16T05:00:00.891Z | Compiling mio v0.8.11 |
1063 | 2024-08-16T05:00:01.082Z | Compiling ahash v0.8.11 |
1064 | 2024-08-16T05:00:01.363Z | Compiling tinyvec_macros v0.1.1 |
1065 | 2024-08-16T05:00:01.411Z | Compiling parking_lot v0.12.2 |
1066 | 2024-08-16T05:00:01.494Z | Compiling tinyvec v1.6.0 |
1067 | 2024-08-16T05:00:01.830Z | Compiling socket2 v0.5.7 |
1068 | 2024-08-16T05:00:02.169Z | Compiling num_cpus v1.16.0 |
1069 | 2024-08-16T05:00:02.269Z | Compiling futures-core v0.3.30 |
1070 | 2024-08-16T05:00:02.303Z | Compiling cpufeatures v0.2.12 |
1071 | 2024-08-16T05:00:02.378Z | Compiling libm v0.2.8 |
1072 | 2024-08-16T05:00:02.418Z | Compiling serde_json v1.0.125 |
1073 | 2024-08-16T05:00:02.601Z | Compiling slab v0.4.9 |
1074 | 2024-08-16T05:00:02.627Z | Compiling num-traits v0.2.19 |
1075 | 2024-08-16T05:00:02.855Z | Compiling unicode-bidi v0.3.15 |
1076 | 2024-08-16T05:00:02.929Z | Compiling futures-sink v0.3.30 |
1077 | 2024-08-16T05:00:02.961Z | Compiling allocator-api2 v0.2.18 |
1078 | 2024-08-16T05:00:03.289Z | Compiling futures-channel v0.3.30 |
1079 | 2024-08-16T05:00:03.339Z | Compiling unicode-normalization v0.1.23 |
1080 | 2024-08-16T05:00:03.758Z | Compiling pin-utils v0.1.0 |
1081 | 2024-08-16T05:00:03.874Z | Compiling pkg-config v0.3.30 |
1082 | 2024-08-16T05:00:03.906Z | Compiling vcpkg v0.2.15 |
1083 | 2024-08-16T05:00:03.938Z | Compiling futures-io v0.3.30 |
1084 | 2024-08-16T05:00:04.469Z | Compiling futures-task v0.3.30 |
1085 | 2024-08-16T05:00:04.529Z | Compiling base64ct v1.6.0 |
1086 | 2024-08-16T05:00:04.621Z | Compiling ring v0.17.8 |
1087 | 2024-08-16T05:00:04.658Z | Compiling ppv-lite86 v0.2.17 |
1088 | 2024-08-16T05:00:04.722Z | Compiling percent-encoding v2.3.1 |
1089 | 2024-08-16T05:00:05.052Z | Compiling pem-rfc7468 v0.7.0 |
1090 | 2024-08-16T05:00:05.080Z | Compiling flagset v0.4.5 |
1091 | 2024-08-16T05:00:05.242Z | Compiling rand_chacha v0.3.1 |
1092 | 2024-08-16T05:00:05.313Z | Compiling tracing-core v0.1.32 |
1093 | 2024-08-16T05:00:05.345Z | Compiling untrusted v0.9.0 |
1094 | 2024-08-16T05:00:05.446Z | Compiling rustix v0.38.34 |
1095 | 2024-08-16T05:00:05.754Z | Compiling rand v0.8.5 |
1096 | 2024-08-16T05:00:05.929Z | Compiling openssl-sys v0.9.103 |
1097 | 2024-08-16T05:00:06.027Z | Compiling time-core v0.1.2 |
1098 | 2024-08-16T05:00:06.188Z | Compiling num-conv v0.1.0 |
1099 | 2024-08-16T05:00:06.238Z | Compiling foreign-types-shared v0.1.1 |
1100 | 2024-08-16T05:00:06.349Z | Compiling rustversion v1.0.17 |
1101 | 2024-08-16T05:00:06.466Z | Compiling openssl v0.10.66 |
1102 | 2024-08-16T05:00:06.519Z | Compiling httparse v1.8.0 |
1103 | 2024-08-16T05:00:06.915Z | Compiling powerfmt v0.2.0 |
1104 | 2024-08-16T05:00:06.990Z | Compiling time-macros v0.2.18 |
1105 | 2024-08-16T05:00:07.153Z | Compiling foreign-types v0.3.2 |
1106 | 2024-08-16T05:00:07.207Z | Compiling deranged v0.3.11 |
1107 | 2024-08-16T05:00:07.248Z | Compiling form_urlencoded v1.2.1 |
1108 | 2024-08-16T05:00:07.298Z | Compiling lazy_static v1.5.0 |
1109 | 2024-08-16T05:00:07.414Z | Compiling try-lock v0.2.5 |
1110 | 2024-08-16T05:00:07.518Z | Compiling siphasher v0.3.11 |
1111 | 2024-08-16T05:00:07.543Z | Compiling native-tls v0.2.11 |
1112 | 2024-08-16T05:00:07.569Z | Compiling num_threads v0.1.7 |
1113 | 2024-08-16T05:00:07.684Z | Compiling syn v1.0.109 |
1114 | 2024-08-16T05:00:07.842Z | Compiling crossbeam-utils v0.8.19 |
1115 | 2024-08-16T05:00:07.874Z | Compiling rustls v0.21.12 |
1116 | 2024-08-16T05:00:08.181Z | Compiling want v0.3.1 |
1117 | 2024-08-16T05:00:08.492Z | Compiling idna v0.5.0 |
1118 | 2024-08-16T05:00:08.569Z | Compiling aho-corasick v1.1.3 |
1119 | 2024-08-16T05:00:09.110Z | Compiling cookie v0.17.0 |
1120 | 2024-08-16T05:00:09.230Z | Compiling httpdate v1.0.3 |
1121 | 2024-08-16T05:00:09.425Z | Compiling slog v2.7.0 |
1122 | 2024-08-16T05:00:09.702Z | Compiling regex-syntax v0.8.4 |
1123 | 2024-08-16T05:00:09.818Z | Compiling tower-service v0.3.2 |
1124 | 2024-08-16T05:00:09.943Z | Compiling finl_unicode v1.2.0 |
1125 | 2024-08-16T05:00:09.968Z | Compiling adler v1.0.2 |
1126 | 2024-08-16T05:00:10.073Z | Compiling openssl-probe v0.1.5 |
1127 | 2024-08-16T05:00:10.115Z | Compiling time v0.3.36 |
1128 | 2024-08-16T05:00:10.198Z | Compiling iana-time-zone v0.1.60 |
1129 | 2024-08-16T05:00:10.408Z | Compiling miniz_oxide v0.7.2 |
1130 | 2024-08-16T05:00:10.503Z | Compiling stringprep v0.1.4 |
1131 | 2024-08-16T05:00:10.807Z | Compiling url v2.5.2 |
1132 | 2024-08-16T05:00:12.503Z | Compiling rustls-webpki v0.101.7 |
1133 | 2024-08-16T05:00:12.616Z | Compiling sct v0.7.1 |
1134 | 2024-08-16T05:00:12.895Z | Compiling regex-automata v0.4.6 |
1135 | 2024-08-16T05:00:13.191Z | Compiling serde_derive v1.0.207 |
1136 | 2024-08-16T05:00:13.463Z | Compiling zeroize_derive v1.4.2 |
1137 | 2024-08-16T05:00:14.169Z | Compiling zerocopy-derive v0.7.34 |
1138 | 2024-08-16T05:00:14.280Z | Compiling tokio-macros v2.3.0 |
1139 | 2024-08-16T05:00:14.807Z | Compiling thiserror-impl v1.0.63 |
1140 | 2024-08-16T05:00:14.887Z | Compiling zeroize v1.7.0 |
1141 | 2024-08-16T05:00:15.528Z | Compiling futures-macro v0.3.30 |
1142 | 2024-08-16T05:00:15.620Z | Compiling der_derive v0.7.2 |
1143 | 2024-08-16T05:00:16.055Z | Compiling zerocopy v0.7.34 |
1144 | 2024-08-16T05:00:16.513Z | Compiling crypto-common v0.1.6 |
1145 | 2024-08-16T05:00:16.731Z | Compiling block-buffer v0.10.4 |
1146 | 2024-08-16T05:00:16.973Z | Compiling digest v0.10.7 |
1147 | 2024-08-16T05:00:17.270Z | Compiling block-padding v0.3.3 |
1148 | 2024-08-16T05:00:17.510Z | Compiling hmac v0.12.1 |
1149 | 2024-08-16T05:00:17.534Z | Compiling inout v0.1.3 |
1150 | 2024-08-16T05:00:17.633Z | Compiling thiserror v1.0.63 |
1151 | 2024-08-16T05:00:17.746Z | Compiling cipher v0.4.4 |
1152 | 2024-08-16T05:00:17.772Z | Compiling sha2 v0.10.8 |
1153 | 2024-08-16T05:00:17.796Z | Compiling futures-util v0.3.30 |
1154 | 2024-08-16T05:00:17.821Z | Compiling pest v2.7.10 |
1155 | 2024-08-16T05:00:17.959Z | Compiling hashbrown v0.14.5 |
1156 | 2024-08-16T05:00:18.230Z | Compiling salsa20 v0.10.2 |
1157 | 2024-08-16T05:00:18.460Z | Compiling der v0.7.9 |
1158 | 2024-08-16T05:00:19.282Z | Compiling pbkdf2 v0.12.2 |
1159 | 2024-08-16T05:00:19.431Z | Compiling scroll_derive v0.12.0 |
1160 | 2024-08-16T05:00:20.504Z | Compiling pest_meta v2.7.10 |
1161 | 2024-08-16T05:00:20.582Z | Compiling tracing-attributes v0.1.27 |
1162 | 2024-08-16T05:00:20.657Z | Compiling scroll v0.12.0 |
1163 | 2024-08-16T05:00:21.117Z | Compiling spki v0.7.3 |
1164 | 2024-08-16T05:00:21.446Z | Compiling scrypt v0.11.0 |
1165 | 2024-08-16T05:00:21.470Z | Compiling aes v0.8.4 |
1166 | 2024-08-16T05:00:21.985Z | Compiling pest_generator v2.7.10 |
1167 | 2024-08-16T05:00:23.327Z | Compiling cbc v0.1.2 |
1168 | 2024-08-16T05:00:23.565Z | Compiling pkcs5 v0.7.1 |
1169 | 2024-08-16T05:00:23.667Z | Compiling goblin v0.8.2 |
1170 | 2024-08-16T05:00:23.802Z | Compiling openssl-macros v0.1.1 |
1171 | 2024-08-16T05:00:23.889Z | Compiling tracing v0.1.40 |
1172 | 2024-08-16T05:00:24.180Z | Compiling pkcs8 v0.10.2 |
1173 | 2024-08-16T05:00:24.336Z | Compiling md-5 v0.10.6 |
1174 | 2024-08-16T05:00:24.502Z | Compiling num-integer v0.1.46 |
1175 | 2024-08-16T05:00:24.575Z | Compiling backtrace v0.3.71 |
1176 | 2024-08-16T05:00:24.640Z | Compiling idna v0.3.0 |
1177 | 2024-08-16T05:00:24.821Z | Compiling hash32 v0.2.1 |
1178 | 2024-08-16T05:00:24.891Z | Compiling pest_derive v2.7.10 |
1179 | 2024-08-16T05:00:25.010Z | Compiling stable_deref_trait v1.2.0 |
1180 | 2024-08-16T05:00:25.106Z | Compiling smoltcp v0.9.1 |
1181 | 2024-08-16T05:00:25.169Z | Compiling base64 v0.22.1 |
1182 | 2024-08-16T05:00:25.202Z | Compiling crc32fast v1.4.0 |
1183 | 2024-08-16T05:00:25.634Z | Compiling bytes v1.7.1 |
1184 | 2024-08-16T05:00:25.658Z | Compiling bitflags v2.6.0 |
1185 | 2024-08-16T05:00:25.870Z | Compiling indexmap v2.4.0 |
1186 | 2024-08-16T05:00:25.957Z | Compiling semver v1.0.23 |
1187 | 2024-08-16T05:00:26.706Z | Compiling tokio v1.38.1 |
1188 | 2024-08-16T05:00:26.816Z | Compiling http v0.2.12 |
1189 | 2024-08-16T05:00:27.183Z | Compiling rustc_version v0.4.0 |
1190 | 2024-08-16T05:00:27.858Z | Compiling heapless v0.7.17 |
1191 | 2024-08-16T05:00:28.249Z | Compiling http-body v0.4.6 |
1192 | 2024-08-16T05:00:28.556Z | Compiling dtrace-parser v0.2.0 |
1193 | 2024-08-16T05:00:28.598Z | Compiling uuid v1.10.0 |
1194 | 2024-08-16T05:00:28.710Z | Compiling dof v0.3.0 |
1195 | 2024-08-16T05:00:29.200Z | Compiling chrono v0.4.38 |
1196 | 2024-08-16T05:00:29.905Z | Compiling usdt-impl v0.5.0 |
1197 | 2024-08-16T05:00:30.463Z | Compiling serde_tokenstream v0.2.2 |
1198 | 2024-08-16T05:00:30.637Z | Compiling serde_spanned v0.6.7 |
1199 | 2024-08-16T05:00:30.878Z | Compiling toml_datetime v0.6.8 |
1200 | 2024-08-16T05:00:31.011Z | Compiling num-bigint-dig v0.8.4 |
1201 | 2024-08-16T05:00:31.251Z | Compiling cfg_aliases v0.1.1 |
1202 | 2024-08-16T05:00:31.278Z | Compiling signal-hook v0.3.17 |
1203 | 2024-08-16T05:00:31.355Z | Compiling psl-types v2.0.11 |
1204 | 2024-08-16T05:00:31.505Z | Compiling fallible-iterator v0.2.0 |
1205 | 2024-08-16T05:00:31.529Z | Compiling gimli v0.28.1 |
1206 | 2024-08-16T05:00:31.929Z | Compiling publicsuffix v2.2.3 |
1207 | 2024-08-16T05:00:32.137Z | Compiling postgres-protocol v0.6.7 |
1208 | 2024-08-16T05:00:32.161Z | Compiling nix v0.28.0 |
1209 | 2024-08-16T05:00:32.358Z | Compiling terminal_size v0.3.0 |
1210 | 2024-08-16T05:00:32.659Z | Compiling num-iter v0.1.45 |
1211 | 2024-08-16T05:00:32.803Z | Compiling hubpack_derive v0.1.1 |
1212 | 2024-08-16T05:00:32.836Z | Compiling zerocopy-derive v0.6.6 |
1213 | 2024-08-16T05:00:32.861Z | Compiling async-trait v0.1.81 |
1214 | 2024-08-16T05:00:33.705Z | Compiling phf_shared v0.11.2 |
1215 | 2024-08-16T05:00:33.729Z | Compiling serde_derive_internals v0.29.1 |
1216 | 2024-08-16T05:00:34.067Z | Compiling tokio-util v0.7.11 |
1217 | 2024-08-16T05:00:34.147Z | Compiling tokio-rustls v0.24.1 |
1218 | 2024-08-16T05:00:34.378Z | Compiling tokio-native-tls v0.3.1 |
1219 | 2024-08-16T05:00:34.485Z | Compiling ff v0.13.0 |
1220 | 2024-08-16T05:00:34.619Z | Compiling object v0.32.2 |
1221 | 2024-08-16T05:00:34.695Z | Compiling fs-err v2.11.0 |
1222 | 2024-08-16T05:00:34.814Z | Compiling base16ct v0.2.0 |
1223 | 2024-08-16T05:00:34.964Z | Compiling h2 v0.3.26 |
1224 | 2024-08-16T05:00:35.105Z | Compiling managed v0.8.0 |
1225 | 2024-08-16T05:00:35.281Z | Compiling addr2line v0.21.0 |
1226 | 2024-08-16T05:00:35.305Z | Compiling schemars v0.8.21 |
1227 | 2024-08-16T05:00:35.502Z | Compiling base64 v0.21.7 |
1228 | 2024-08-16T05:00:35.604Z | Compiling rustc-demangle v0.1.24 |
1229 | 2024-08-16T05:00:35.809Z | Compiling anyhow v1.0.86 |
1230 | 2024-08-16T05:00:35.898Z | Compiling regex-automata v0.1.10 |
1231 | 2024-08-16T05:00:36.133Z | Compiling winnow v0.5.40 |
1232 | 2024-08-16T05:00:36.161Z | Compiling bitflags v1.3.2 |
1233 | 2024-08-16T05:00:36.258Z | Compiling either v1.13.0 |
1234 | 2024-08-16T05:00:36.356Z | Compiling ipnet v2.9.0 |
1235 | 2024-08-16T05:00:36.442Z | Compiling bstr v0.2.17 |
1236 | 2024-08-16T05:00:36.542Z | Compiling clap_builder v4.5.15 |
1237 | 2024-08-16T05:00:37.422Z | Compiling schemars_derive v0.8.21 |
1238 | 2024-08-16T05:00:37.704Z | Compiling rustls-pemfile v1.0.4 |
1239 | 2024-08-16T05:00:38.174Z | Compiling sec1 v0.7.3 |
1240 | 2024-08-16T05:00:38.670Z | Compiling zerocopy v0.6.6 |
1241 | 2024-08-16T05:00:38.762Z | Compiling group v0.13.0 |
1242 | 2024-08-16T05:00:39.111Z | Compiling phf v0.11.2 |
1243 | 2024-08-16T05:00:39.408Z | Compiling toml_edit v0.19.15 |
1244 | 2024-08-16T05:00:39.552Z | Compiling cookie_store v0.20.0 |
1245 | 2024-08-16T05:00:39.656Z | Compiling hubpack v0.1.2 |
1246 | 2024-08-16T05:00:40.124Z | Compiling usdt-macro v0.5.0 |
1247 | 2024-08-16T05:00:40.549Z | Compiling usdt-attr-macro v0.5.0 |
1248 | 2024-08-16T05:00:40.926Z | Compiling hyper v0.14.30 |
1249 | 2024-08-16T05:00:41.391Z | Compiling postgres-types v0.2.7 |
1250 | 2024-08-16T05:00:42.681Z | Compiling serde_urlencoded v0.7.1 |
1251 | 2024-08-16T05:00:43.058Z | Compiling pkcs1 v0.7.5 |
1252 | 2024-08-16T05:00:43.165Z | Compiling futures-executor v0.3.30 |
1253 | 2024-08-16T05:00:43.332Z | Compiling regex v1.10.6 |
1254 | 2024-08-16T05:00:43.722Z | Compiling hkdf v0.12.4 |
1255 | 2024-08-16T05:00:43.990Z | Compiling signature v2.2.0 |
1256 | 2024-08-16T05:00:44.032Z | Compiling crypto-bigint v0.5.5 |
1257 | 2024-08-16T05:00:44.104Z | Compiling serde_repr v0.1.19 |
1258 | 2024-08-16T05:00:44.266Z | Compiling strum_macros v0.25.3 |
1259 | 2024-08-16T05:00:44.373Z | Compiling enum-as-inner v0.6.0 |
1260 | 2024-08-16T05:00:44.855Z | Compiling clap_derive v4.5.13 |
1261 | 2024-08-16T05:00:45.102Z | Compiling phf_shared v0.10.0 |
1262 | 2024-08-16T05:00:45.253Z | Compiling float-cmp v0.9.0 |
1263 | 2024-08-16T05:00:45.449Z | Compiling idna v0.4.0 |
1264 | 2024-08-16T05:00:45.473Z | Compiling mio v1.0.2 |
1265 | 2024-08-16T05:00:46.236Z | Compiling encoding_rs v0.8.34 |
1266 | 2024-08-16T05:00:46.512Z | Compiling static_assertions v1.1.0 |
1267 | 2024-08-16T05:00:46.684Z | Compiling webpki-roots v0.25.4 |
1268 | 2024-08-16T05:00:46.765Z | Compiling dyn-clone v1.0.17 |
1269 | 2024-08-16T05:00:46.867Z | Compiling sync_wrapper v0.1.2 |
1270 | 2024-08-16T05:00:46.976Z | Compiling bit-vec v0.6.3 |
1271 | 2024-08-16T05:00:47.000Z | Compiling whoami v1.5.1 |
1272 | 2024-08-16T05:00:47.397Z | Compiling hyper-rustls v0.24.2 |
1273 | 2024-08-16T05:00:47.597Z | Compiling hyper-tls v0.5.0 |
1274 | 2024-08-16T05:00:47.707Z | Compiling mime v0.3.17 |
1275 | 2024-08-16T05:00:47.750Z | Compiling minimal-lexical v0.2.1 |
1276 | 2024-08-16T05:00:47.923Z | Compiling normalize-line-endings v0.3.0 |
1277 | 2024-08-16T05:00:48.070Z | Compiling difflib v0.4.0 |
1278 | 2024-08-16T05:00:48.209Z | Compiling precomputed-hash v0.1.1 |
1279 | 2024-08-16T05:00:48.256Z | Compiling predicates-core v1.0.6 |
1280 | 2024-08-16T05:00:48.330Z | Compiling data-encoding v2.6.0 |
1281 | 2024-08-16T05:00:48.658Z | Compiling unicode-segmentation v1.11.0 |
1282 | 2024-08-16T05:00:49.197Z | Compiling fixedbitset v0.4.2 |
1283 | 2024-08-16T05:00:49.249Z | Compiling new_debug_unreachable v1.0.6 |
1284 | 2024-08-16T05:00:49.344Z | Compiling string_cache v0.8.7 |
1285 | 2024-08-16T05:00:49.393Z | Compiling similar v2.5.0 |
1286 | 2024-08-16T05:00:49.550Z | Compiling petgraph v0.6.5 |
1287 | 2024-08-16T05:00:49.606Z | Compiling clap v4.5.15 |
1288 | 2024-08-16T05:00:49.712Z | Compiling hickory-proto v0.24.1 |
1289 | 2024-08-16T05:00:49.765Z | Compiling toml_edit v0.22.20 |
1290 | 2024-08-16T05:00:49.824Z | Compiling console v0.15.8 |
1291 | 2024-08-16T05:00:50.009Z | Compiling predicates v3.1.2 |
1292 | 2024-08-16T05:00:50.439Z | Compiling reqwest v0.11.27 |
1293 | 2024-08-16T05:00:51.166Z | Compiling nom v7.1.3 |
1294 | 2024-08-16T05:00:51.468Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1295 | 2024-08-16T05:00:51.589Z | Compiling tokio-postgres v0.7.11 |
1296 | 2024-08-16T05:00:52.843Z | Compiling bit-set v0.5.3 |
1297 | 2024-08-16T05:00:53.153Z | Compiling elliptic-curve v0.13.8 |
1298 | 2024-08-16T05:00:53.922Z | Compiling usdt v0.5.0 |
1299 | 2024-08-16T05:00:54.180Z | Compiling signal-hook-mio v0.2.4 |
1300 | 2024-08-16T05:00:54.343Z | Compiling rsa v0.9.6 |
1301 | 2024-08-16T05:00:54.367Z | Compiling futures v0.3.30 |
1302 | 2024-08-16T05:00:54.470Z | Compiling flate2 v1.0.31 |
1303 | 2024-08-16T05:00:55.284Z | Compiling toml v0.7.8 |
1304 | 2024-08-16T05:00:56.766Z | Compiling itertools v0.10.5 |
1305 | 2024-08-16T05:00:56.766Z | Compiling itertools v0.12.1 |
1306 | 2024-08-16T05:00:57.004Z | Compiling tokio-stream v0.1.15 |
1307 | 2024-08-16T05:00:57.457Z | Compiling openapiv3 v2.0.0 |
1308 | 2024-08-16T05:00:57.802Z | Compiling hex v0.4.3 |
1309 | 2024-08-16T05:00:58.186Z | Compiling bstr v1.9.1 |
1310 | 2024-08-16T05:00:58.321Z | Compiling sha1 v0.10.6 |
1311 | 2024-08-16T05:00:58.722Z | Compiling crossbeam-epoch v0.9.18 |
1312 | 2024-08-16T05:00:59.196Z | Compiling dirs-sys-next v0.1.2 |
1313 | 2024-08-16T05:00:59.357Z | Compiling lalrpop-util v0.19.12 |
1314 | 2024-08-16T05:00:59.433Z | Compiling peg-runtime v0.8.3 |
1315 | 2024-08-16T05:00:59.628Z | Compiling unicode-xid v0.2.4 |
1316 | 2024-08-16T05:00:59.681Z | Compiling dirs-next v2.0.0 |
1317 | 2024-08-16T05:00:59.742Z | Compiling thread_local v1.1.8 |
1318 | 2024-08-16T05:00:59.777Z | Compiling slog-async v2.8.0 |
1319 | 2024-08-16T05:00:59.802Z | Compiling xattr v1.3.1 |
1320 | 2024-08-16T05:00:59.871Z | Compiling term v0.7.0 |
1321 | 2024-08-16T05:01:00.019Z | Compiling strum_macros v0.26.4 |
1322 | 2024-08-16T05:01:00.044Z | Compiling crossbeam-channel v0.5.12 |
1323 | 2024-08-16T05:01:00.253Z | Compiling filetime v0.2.24 |
1324 | 2024-08-16T05:01:00.309Z | Compiling is-terminal v0.4.12 |
1325 | 2024-08-16T05:01:00.427Z | Compiling take_mut v0.2.2 |
1326 | 2024-08-16T05:01:00.531Z | Compiling tar v0.4.41 |
1327 | 2024-08-16T05:01:00.573Z | Compiling slog-term v2.9.1 |
1328 | 2024-08-16T05:01:00.986Z | Compiling camino v1.1.7 |
1329 | 2024-08-16T05:01:02.315Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1330 | 2024-08-16T05:01:03.252Z | Compiling strum v0.26.3 |
1331 | 2024-08-16T05:01:03.365Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1332 | 2024-08-16T05:01:10.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
1333 | 2024-08-16T05:01:10.458Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1334 | 2024-08-16T05:01:10.532Z | Aug 16 05:01:10.436 INFO Starting download, target: Cockroach |
1335 | 2024-08-16T05:01:10.532Z | Aug 16 05:01:10.436 INFO Starting download, target: Clickhouse |
1336 | 2024-08-16T05:01:10.532Z | Aug 16 05:01:10.436 INFO Starting download, target: Console |
1337 | 2024-08-16T05:01:10.532Z | Aug 16 05:01:10.436 INFO Starting download, target: DendriteOpenapi |
1338 | 2024-08-16T05:01:10.532Z | Aug 16 05:01:10.436 INFO Starting download, target: MaghemiteMgd |
1339 | 2024-08-16T05:01:10.532Z | Aug 16 05:01:10.436 INFO Starting download, target: DendriteStub |
1340 | 2024-08-16T05:01:10.532Z | Aug 16 05:01:10.436 INFO Starting download, target: TransceiverControl |
1341 | 2024-08-16T05:01:10.573Z | Aug 16 05:01:10.438 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1342 | 2024-08-16T05:01:10.573Z | Aug 16 05:01:10.438 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1343 | 2024-08-16T05:01:10.573Z | Aug 16 05:01:10.438 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1344 | 2024-08-16T05:01:10.573Z | Aug 16 05:01:10.438 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1345 | 2024-08-16T05:01:10.573Z | Aug 16 05:01:10.438 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1346 | 2024-08-16T05:01:10.573Z | Aug 16 05:01:10.438 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1347 | 2024-08-16T05:01:10.573Z | Aug 16 05:01:10.438 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1348 | 2024-08-16T05:01:11.537Z | Aug 16 05:01:10.863 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1349 | 2024-08-16T05:01:11.537Z | Aug 16 05:01:11.024 INFO Download complete, target: DendriteOpenapi |
1350 | 2024-08-16T05:01:11.537Z | Aug 16 05:01:11.361 INFO Download complete, target: Console |
1351 | 2024-08-16T05:01:12.098Z | Aug 16 05:01:12.011 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1352 | 2024-08-16T05:01:12.779Z | Aug 16 05:01:12.692 INFO Download complete, target: TransceiverControl |
1353 | 2024-08-16T05:01:13.299Z | Aug 16 05:01:13.213 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1354 | 2024-08-16T05:01:14.016Z | Aug 16 05:01:13.929 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1355 | 2024-08-16T05:01:16.681Z | Aug 16 05:01:16.595 INFO Download complete, target: MaghemiteMgd |
1356 | 2024-08-16T05:01:16.839Z | Aug 16 05:01:16.752 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1357 | 2024-08-16T05:01:16.839Z | Aug 16 05:01:16.752 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1358 | 2024-08-16T05:01:17.227Z | Aug 16 05:01:17.141 INFO Download complete, target: DendriteStub |
1359 | 2024-08-16T05:01:26.426Z | Aug 16 05:01:26.342 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1360 | 2024-08-16T05:01:26.886Z | Aug 16 05:01:26.801 INFO Checking that binary works, target: Cockroach |
1361 | 2024-08-16T05:01:27.117Z | Aug 16 05:01:27.032 INFO Download complete, target: Cockroach |
1362 | 2024-08-16T05:01:27.997Z | Aug 16 05:01:27.913 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1363 | 2024-08-16T05:01:43.639Z | Aug 16 05:01:43.557 INFO Checking that binary works, target: Clickhouse |
1364 | 2024-08-16T05:01:43.785Z | Aug 16 05:01:43.704 INFO Download complete, target: Clickhouse |
1365 | 2024-08-16T05:01:43.812Z | All builder prerequisites installed successfully, and PATH looks valid |
1366 | 2024-08-16T05:01:43.836Z | |
1367 | 2024-08-16T05:01:43.836Z | real 3:48.825313997 |
1368 | 2024-08-16T05:01:43.836Z | user 10:30.639591518 |
1369 | 2024-08-16T05:01:43.836Z | sys 2:29.180823550 |
1370 | 2024-08-16T05:01:43.836Z | trap 0.364704013 |
1371 | 2024-08-16T05:01:43.836Z | tflt 0.474131818 |
1372 | 2024-08-16T05:01:43.836Z | dflt 1.798389406 |
1373 | 2024-08-16T05:01:43.836Z | kflt 0.008905332 |
1374 | 2024-08-16T05:01:43.836Z | lock 24:31.858816239 |
1375 | 2024-08-16T05:01:43.836Z | slp 39:31.830689716 |
1376 | 2024-08-16T05:01:43.836Z | lat 46.595887378 |
1377 | 2024-08-16T05:01:43.836Z | stop 1:51.402035787 |
1378 | 2024-08-16T05:01:43.836Z | + banner hack-check |
1379 | 2024-08-16T05:01:43.836Z | |
1380 | 2024-08-16T05:01:43.836Z | # # ## #### # # #### # # ###### #### # # |
1381 | 2024-08-16T05:01:43.836Z | # # # # # # # # # # # # # # # # # |
1382 | 2024-08-16T05:01:43.836Z | ###### # # # #### ##### # ###### ##### # #### |
1383 | 2024-08-16T05:01:43.836Z | # # ###### # # # # # # # # # # |
1384 | 2024-08-16T05:01:43.837Z | # # # # # # # # # # # # # # # # # |
1385 | 2024-08-16T05:01:43.837Z | # # # # #### # # #### # # ###### #### # # |
1386 | 2024-08-16T05:01:43.837Z | |
1387 | 2024-08-16T05:01:43.837Z | + export CARGO_INCREMENTAL=0 |
1388 | 2024-08-16T05:01:43.837Z | + CARGO_INCREMENTAL=0 |
1389 | 2024-08-16T05:01:43.837Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1390 | 2024-08-16T05:01:44.586Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1391 | 2024-08-16T05:01:49.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s |
1392 | 2024-08-16T05:01:49.200Z | Running `target/debug/xtask check-features --ci` |
1393 | 2024-08-16T05:01:49.235Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1394 | 2024-08-16T05:01:49.235Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1395 | 2024-08-16T05:01:49.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1396 | 2024-08-16T05:01:50.016Z | Running `target/debug/xtask download cargo-hack` |
1397 | 2024-08-16T05:01:51.308Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1398 | 2024-08-16T05:01:51.684Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1399 | 2024-08-16T05:01:58.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.22s |
1400 | 2024-08-16T05:01:58.390Z | Running `target/debug/xtask-downloader cargo-hack` |
1401 | 2024-08-16T05:01:58.439Z | Aug 16 05:01:58.360 INFO Starting download, target: CargoHack |
1402 | 2024-08-16T05:01:58.463Z | Aug 16 05:01:58.361 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1403 | 2024-08-16T05:01:58.992Z | Aug 16 05:01:58.914 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1404 | 2024-08-16T05:01:59.110Z | Aug 16 05:01:59.031 INFO Download complete, target: CargoHack |
1405 | 2024-08-16T05:01:59.135Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1406 | 2024-08-16T05:01:59.183Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1407 | 2024-08-16T05:01:59.346Z | info: running `cargo check --bins` on api_identity (1/150) |
1408 | 2024-08-16T05:02:00.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1409 | 2024-08-16T05:02:00.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1410 | 2024-08-16T05:02:00.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1411 | 2024-08-16T05:02:00.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1412 | 2024-08-16T05:02:00.198Z | |
1413 | 2024-08-16T05:02:00.198Z | info: running `cargo check --bins` on bootstore (2/150) |
1414 | 2024-08-16T05:02:00.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1415 | 2024-08-16T05:02:01.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1416 | 2024-08-16T05:02:01.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1417 | 2024-08-16T05:02:01.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1418 | 2024-08-16T05:02:01.072Z | |
1419 | 2024-08-16T05:02:01.072Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/150) |
1420 | 2024-08-16T05:02:01.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1421 | 2024-08-16T05:02:01.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1422 | 2024-08-16T05:02:01.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1423 | 2024-08-16T05:02:01.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1424 | 2024-08-16T05:02:01.958Z | |
1425 | 2024-08-16T05:02:01.958Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/150) |
1426 | 2024-08-16T05:02:02.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1427 | 2024-08-16T05:02:02.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1428 | 2024-08-16T05:02:02.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1429 | 2024-08-16T05:02:02.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1430 | 2024-08-16T05:02:02.828Z | |
1431 | 2024-08-16T05:02:02.828Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/150) |
1432 | 2024-08-16T05:02:03.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1433 | 2024-08-16T05:02:03.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1434 | 2024-08-16T05:02:03.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1435 | 2024-08-16T05:02:03.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1436 | 2024-08-16T05:02:03.526Z | |
1437 | 2024-08-16T05:02:03.526Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/150) |
1438 | 2024-08-16T05:02:04.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1439 | 2024-08-16T05:02:04.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1440 | 2024-08-16T05:02:04.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1441 | 2024-08-16T05:02:04.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1442 | 2024-08-16T05:02:04.212Z | |
1443 | 2024-08-16T05:02:04.212Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/150) |
1444 | 2024-08-16T05:02:04.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1445 | 2024-08-16T05:02:04.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1446 | 2024-08-16T05:02:04.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1447 | 2024-08-16T05:02:04.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1448 | 2024-08-16T05:02:04.870Z | |
1449 | 2024-08-16T05:02:04.870Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/150) |
1450 | 2024-08-16T05:02:05.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1451 | 2024-08-16T05:02:05.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1452 | 2024-08-16T05:02:05.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1453 | 2024-08-16T05:02:05.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1454 | 2024-08-16T05:02:05.527Z | |
1455 | 2024-08-16T05:02:05.527Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/150) |
1456 | 2024-08-16T05:02:06.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1457 | 2024-08-16T05:02:06.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1458 | 2024-08-16T05:02:06.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1459 | 2024-08-16T05:02:06.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1460 | 2024-08-16T05:02:06.180Z | |
1461 | 2024-08-16T05:02:06.180Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/150) |
1462 | 2024-08-16T05:02:06.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1463 | 2024-08-16T05:02:06.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1464 | 2024-08-16T05:02:06.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1465 | 2024-08-16T05:02:06.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1466 | 2024-08-16T05:02:06.808Z | |
1467 | 2024-08-16T05:02:06.808Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/150) |
1468 | 2024-08-16T05:02:07.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1469 | 2024-08-16T05:02:07.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1470 | 2024-08-16T05:02:07.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1471 | 2024-08-16T05:02:07.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1472 | 2024-08-16T05:02:07.432Z | |
1473 | 2024-08-16T05:02:07.432Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/150) |
1474 | 2024-08-16T05:02:08.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1475 | 2024-08-16T05:02:08.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1476 | 2024-08-16T05:02:08.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1477 | 2024-08-16T05:02:08.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1478 | 2024-08-16T05:02:08.060Z | |
1479 | 2024-08-16T05:02:08.060Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/150) |
1480 | 2024-08-16T05:02:08.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1481 | 2024-08-16T05:02:08.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1482 | 2024-08-16T05:02:08.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1483 | 2024-08-16T05:02:08.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1484 | 2024-08-16T05:02:08.781Z | |
1485 | 2024-08-16T05:02:08.781Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/150) |
1486 | 2024-08-16T05:02:09.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1487 | 2024-08-16T05:02:09.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1488 | 2024-08-16T05:02:09.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1489 | 2024-08-16T05:02:09.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1490 | 2024-08-16T05:02:09.419Z | |
1491 | 2024-08-16T05:02:09.419Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/150) |
1492 | 2024-08-16T05:02:10.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1493 | 2024-08-16T05:02:10.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1494 | 2024-08-16T05:02:10.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1495 | 2024-08-16T05:02:10.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1496 | 2024-08-16T05:02:10.062Z | |
1497 | 2024-08-16T05:02:10.062Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/150) |
1498 | 2024-08-16T05:02:10.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1499 | 2024-08-16T05:02:10.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1500 | 2024-08-16T05:02:10.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1501 | 2024-08-16T05:02:10.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1502 | 2024-08-16T05:02:10.719Z | |
1503 | 2024-08-16T05:02:10.719Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/150) |
1504 | 2024-08-16T05:02:11.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1505 | 2024-08-16T05:02:11.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1506 | 2024-08-16T05:02:11.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1507 | 2024-08-16T05:02:11.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1508 | 2024-08-16T05:02:11.364Z | |
1509 | 2024-08-16T05:02:11.364Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/150) |
1510 | 2024-08-16T05:02:11.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1511 | 2024-08-16T05:02:11.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1512 | 2024-08-16T05:02:11.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1513 | 2024-08-16T05:02:11.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1514 | 2024-08-16T05:02:12.012Z | |
1515 | 2024-08-16T05:02:12.012Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/150) |
1516 | 2024-08-16T05:02:12.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1517 | 2024-08-16T05:02:12.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1518 | 2024-08-16T05:02:12.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1519 | 2024-08-16T05:02:12.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1520 | 2024-08-16T05:02:12.663Z | |
1521 | 2024-08-16T05:02:12.663Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/150) |
1522 | 2024-08-16T05:02:13.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1523 | 2024-08-16T05:02:13.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1524 | 2024-08-16T05:02:13.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1525 | 2024-08-16T05:02:13.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1526 | 2024-08-16T05:02:13.361Z | |
1527 | 2024-08-16T05:02:13.361Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/150) |
1528 | 2024-08-16T05:02:13.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1529 | 2024-08-16T05:02:13.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1530 | 2024-08-16T05:02:13.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1531 | 2024-08-16T05:02:13.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1532 | 2024-08-16T05:02:14.020Z | |
1533 | 2024-08-16T05:02:14.020Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/150) |
1534 | 2024-08-16T05:02:14.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1535 | 2024-08-16T05:02:14.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1536 | 2024-08-16T05:02:14.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1537 | 2024-08-16T05:02:14.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1538 | 2024-08-16T05:02:14.692Z | |
1539 | 2024-08-16T05:02:14.692Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/150) |
1540 | 2024-08-16T05:02:15.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1541 | 2024-08-16T05:02:15.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1542 | 2024-08-16T05:02:15.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1543 | 2024-08-16T05:02:15.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1544 | 2024-08-16T05:02:15.352Z | |
1545 | 2024-08-16T05:02:15.352Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/150) |
1546 | 2024-08-16T05:02:15.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1547 | 2024-08-16T05:02:15.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1548 | 2024-08-16T05:02:15.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1549 | 2024-08-16T05:02:15.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1550 | 2024-08-16T05:02:16.016Z | |
1551 | 2024-08-16T05:02:16.017Z | info: running `cargo check --bins` on sled-hardware-types (25/150) |
1552 | 2024-08-16T05:02:16.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1553 | 2024-08-16T05:02:16.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1554 | 2024-08-16T05:02:16.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1555 | 2024-08-16T05:02:16.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1556 | 2024-08-16T05:02:16.898Z | |
1557 | 2024-08-16T05:02:16.898Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/150) |
1558 | 2024-08-16T05:02:17.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1559 | 2024-08-16T05:02:17.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1560 | 2024-08-16T05:02:17.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1561 | 2024-08-16T05:02:17.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1562 | 2024-08-16T05:02:17.768Z | |
1563 | 2024-08-16T05:02:17.768Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/150) |
1564 | 2024-08-16T05:02:18.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1565 | 2024-08-16T05:02:18.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1566 | 2024-08-16T05:02:18.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1567 | 2024-08-16T05:02:18.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
1568 | 2024-08-16T05:02:18.712Z | |
1569 | 2024-08-16T05:02:18.712Z | info: running `cargo check --bins` on oxlog (28/150) |
1570 | 2024-08-16T05:02:19.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1571 | 2024-08-16T05:02:19.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1572 | 2024-08-16T05:02:19.574Z | Checking cfg-if v1.0.0 |
1573 | 2024-08-16T05:02:19.609Z | Checking libc v0.2.155 |
1574 | 2024-08-16T05:02:19.610Z | Checking memchr v2.7.2 |
1575 | 2024-08-16T05:02:19.639Z | Checking serde v1.0.207 |
1576 | 2024-08-16T05:02:19.639Z | Checking zeroize v1.7.0 |
1577 | 2024-08-16T05:02:19.666Z | Checking scopeguard v1.2.0 |
1578 | 2024-08-16T05:02:19.697Z | Checking typenum v1.17.0 |
1579 | 2024-08-16T05:02:19.697Z | Checking byteorder v1.5.0 |
1580 | 2024-08-16T05:02:19.727Z | Checking log v0.4.21 |
1581 | 2024-08-16T05:02:19.788Z | Checking lock_api v0.4.12 |
1582 | 2024-08-16T05:02:19.874Z | Checking subtle v2.5.0 |
1583 | 2024-08-16T05:02:19.969Z | Checking once_cell v1.19.0 |
1584 | 2024-08-16T05:02:20.047Z | Checking const-oid v0.9.6 |
1585 | 2024-08-16T05:02:20.101Z | Checking itoa v1.0.11 |
1586 | 2024-08-16T05:02:20.154Z | Checking smallvec v1.13.2 |
1587 | 2024-08-16T05:02:20.232Z | Checking pin-project-lite v0.2.14 |
1588 | 2024-08-16T05:02:20.288Z | Checking spin v0.9.8 |
1589 | 2024-08-16T05:02:20.343Z | Checking zerocopy v0.7.34 |
1590 | 2024-08-16T05:02:20.371Z | Checking tinyvec_macros v0.1.1 |
1591 | 2024-08-16T05:02:20.449Z | Checking tinyvec v1.6.0 |
1592 | 2024-08-16T05:02:20.473Z | Checking futures-core v0.3.30 |
1593 | 2024-08-16T05:02:20.556Z | Checking getrandom v0.2.14 |
1594 | 2024-08-16T05:02:20.590Z | Checking parking_lot_core v0.9.10 |
1595 | 2024-08-16T05:02:20.628Z | Checking signal-hook-registry v1.4.2 |
1596 | 2024-08-16T05:02:20.688Z | Checking generic-array v0.14.7 |
1597 | 2024-08-16T05:02:20.785Z | Checking rand_core v0.6.4 |
1598 | 2024-08-16T05:02:20.847Z | Checking mio v0.8.11 |
1599 | 2024-08-16T05:02:20.882Z | Checking parking_lot v0.12.2 |
1600 | 2024-08-16T05:02:21.047Z | Checking num_cpus v1.16.0 |
1601 | 2024-08-16T05:02:21.148Z | Checking socket2 v0.5.7 |
1602 | 2024-08-16T05:02:21.172Z | Checking cpufeatures v0.2.12 |
1603 | 2024-08-16T05:02:21.244Z | Checking unicode-bidi v0.3.15 |
1604 | 2024-08-16T05:02:21.376Z | Checking futures-sink v0.3.30 |
1605 | 2024-08-16T05:02:21.402Z | Checking allocator-api2 v0.2.18 |
1606 | 2024-08-16T05:02:21.505Z | Checking libm v0.2.8 |
1607 | 2024-08-16T05:02:21.529Z | Checking ahash v0.8.11 |
1608 | 2024-08-16T05:02:21.553Z | Checking unicode-normalization v0.1.23 |
1609 | 2024-08-16T05:02:21.579Z | Checking equivalent v1.0.1 |
1610 | 2024-08-16T05:02:21.647Z | Checking crypto-common v0.1.6 |
1611 | 2024-08-16T05:02:21.684Z | Checking block-buffer v0.10.4 |
1612 | 2024-08-16T05:02:21.784Z | Checking block-padding v0.3.3 |
1613 | 2024-08-16T05:02:21.807Z | Checking ryu v1.0.18 |
1614 | 2024-08-16T05:02:21.866Z | Checking digest v0.10.7 |
1615 | 2024-08-16T05:02:21.967Z | Checking inout v0.1.3 |
1616 | 2024-08-16T05:02:21.991Z | Checking futures-channel v0.3.30 |
1617 | 2024-08-16T05:02:22.015Z | Checking hashbrown v0.14.5 |
1618 | 2024-08-16T05:02:22.039Z | Checking slab v0.4.9 |
1619 | 2024-08-16T05:02:22.164Z | Checking cipher v0.4.4 |
1620 | 2024-08-16T05:02:22.193Z | Checking hmac v0.12.1 |
1621 | 2024-08-16T05:02:22.257Z | Checking sha2 v0.10.8 |
1622 | 2024-08-16T05:02:22.292Z | Checking futures-task v0.3.30 |
1623 | 2024-08-16T05:02:22.316Z | Checking num-traits v0.2.19 |
1624 | 2024-08-16T05:02:22.316Z | Checking futures-io v0.3.30 |
1625 | 2024-08-16T05:02:22.376Z | Checking pin-utils v0.1.0 |
1626 | 2024-08-16T05:02:22.463Z | Checking base64ct v1.6.0 |
1627 | 2024-08-16T05:02:22.487Z | Checking flagset v0.4.5 |
1628 | 2024-08-16T05:02:22.511Z | Checking futures-util v0.3.30 |
1629 | 2024-08-16T05:02:22.535Z | Checking percent-encoding v2.3.1 |
1630 | 2024-08-16T05:02:22.656Z | Checking ppv-lite86 v0.2.17 |
1631 | 2024-08-16T05:02:22.697Z | Checking salsa20 v0.10.2 |
1632 | 2024-08-16T05:02:22.737Z | Checking pbkdf2 v0.12.2 |
1633 | 2024-08-16T05:02:22.844Z | Checking pem-rfc7468 v0.7.0 |
1634 | 2024-08-16T05:02:22.882Z | Checking tracing-core v0.1.32 |
1635 | 2024-08-16T05:02:22.906Z | Checking fnv v1.0.7 |
1636 | 2024-08-16T05:02:23.010Z | Checking untrusted v0.9.0 |
1637 | 2024-08-16T05:02:23.048Z | Checking scrypt v0.11.0 |
1638 | 2024-08-16T05:02:23.075Z | Checking der v0.7.9 |
1639 | 2024-08-16T05:02:23.149Z | Checking ring v0.17.8 |
1640 | 2024-08-16T05:02:23.252Z | Checking rand_chacha v0.3.1 |
1641 | 2024-08-16T05:02:23.277Z | Checking cbc v0.1.2 |
1642 | 2024-08-16T05:02:23.461Z | Checking aes v0.8.4 |
1643 | 2024-08-16T05:02:23.486Z | Checking tracing v0.1.40 |
1644 | 2024-08-16T05:02:23.606Z | Checking rand v0.8.5 |
1645 | 2024-08-16T05:02:23.815Z | Checking thiserror v1.0.63 |
1646 | 2024-08-16T05:02:23.849Z | Checking foreign-types-shared v0.1.1 |
1647 | 2024-08-16T05:02:23.939Z | Checking form_urlencoded v1.2.1 |
1648 | 2024-08-16T05:02:23.963Z | Checking foreign-types v0.3.2 |
1649 | 2024-08-16T05:02:23.989Z | Checking bytes v1.7.1 |
1650 | 2024-08-16T05:02:24.041Z | Checking bitflags v2.6.0 |
1651 | 2024-08-16T05:02:24.135Z | Checking indexmap v2.4.0 |
1652 | 2024-08-16T05:02:24.247Z | Checking serde_json v1.0.125 |
1653 | 2024-08-16T05:02:24.303Z | Checking lazy_static v1.5.0 |
1654 | 2024-08-16T05:02:24.406Z | Checking openssl-sys v0.9.103 |
1655 | 2024-08-16T05:02:24.667Z | Checking tokio v1.38.1 |
1656 | 2024-08-16T05:02:24.691Z | Checking http v0.2.12 |
1657 | 2024-08-16T05:02:24.742Z | Checking spki v0.7.3 |
1658 | 2024-08-16T05:02:24.878Z | Checking try-lock v0.2.5 |
1659 | 2024-08-16T05:02:24.990Z | Checking powerfmt v0.2.0 |
1660 | 2024-08-16T05:02:25.015Z | Checking pkcs5 v0.7.1 |
1661 | 2024-08-16T05:02:25.220Z | Checking siphasher v0.3.11 |
1662 | 2024-08-16T05:02:25.243Z | Checking unicode-ident v1.0.12 |
1663 | 2024-08-16T05:02:25.393Z | Checking proc-macro2 v1.0.86 |
1664 | 2024-08-16T05:02:25.442Z | Checking pkcs8 v0.10.2 |
1665 | 2024-08-16T05:02:25.484Z | Checking deranged v0.3.11 |
1666 | 2024-08-16T05:02:25.508Z | Checking openssl v0.10.66 |
1667 | 2024-08-16T05:02:25.726Z | Checking want v0.3.1 |
1668 | 2024-08-16T05:02:25.756Z | Checking sct v0.7.1 |
1669 | 2024-08-16T05:02:25.870Z | Checking http-body v0.4.6 |
1670 | 2024-08-16T05:02:25.894Z | Checking rustls-webpki v0.101.7 |
1671 | 2024-08-16T05:02:25.945Z | Checking uuid v1.10.0 |
1672 | 2024-08-16T05:02:25.970Z | Checking idna v0.5.0 |
1673 | 2024-08-16T05:02:26.236Z | Checking httparse v1.8.0 |
1674 | 2024-08-16T05:02:26.449Z | Checking errno v0.3.9 |
1675 | 2024-08-16T05:02:26.511Z | Checking scroll v0.12.0 |
1676 | 2024-08-16T05:02:26.589Z | Checking aho-corasick v1.1.3 |
1677 | 2024-08-16T05:02:26.613Z | Checking tower-service v0.3.2 |
1678 | 2024-08-16T05:02:26.638Z | Checking finl_unicode v1.2.0 |
1679 | 2024-08-16T05:02:26.731Z | Checking adler v1.0.2 |
1680 | 2024-08-16T05:02:26.877Z | Checking regex-syntax v0.8.4 |
1681 | 2024-08-16T05:02:26.933Z | Checking anstyle v1.0.8 |
1682 | 2024-08-16T05:02:26.957Z | Checking num_threads v0.1.7 |
1683 | 2024-08-16T05:02:27.025Z | Checking ucd-trie v0.1.6 |
1684 | 2024-08-16T05:02:27.052Z | Checking openssl-probe v0.1.5 |
1685 | 2024-08-16T05:02:27.145Z | Checking plain v0.2.3 |
1686 | 2024-08-16T05:02:27.184Z | Checking utf8parse v0.2.1 |
1687 | 2024-08-16T05:02:27.208Z | Checking num-conv v0.1.0 |
1688 | 2024-08-16T05:02:27.233Z | Checking httpdate v1.0.3 |
1689 | 2024-08-16T05:02:27.278Z | Checking iana-time-zone v0.1.60 |
1690 | 2024-08-16T05:02:27.317Z | Checking time-core v0.1.2 |
1691 | 2024-08-16T05:02:27.412Z | Checking chrono v0.4.38 |
1692 | 2024-08-16T05:02:27.436Z | Checking anstyle-parse v0.2.4 |
1693 | 2024-08-16T05:02:27.460Z | Checking goblin v0.8.2 |
1694 | 2024-08-16T05:02:27.460Z | Checking time v0.3.36 |
1695 | 2024-08-16T05:02:27.648Z | Checking pest v2.7.10 |
1696 | 2024-08-16T05:02:28.041Z | Checking stringprep v0.1.4 |
1697 | 2024-08-16T05:02:28.292Z | Checking miniz_oxide v0.7.2 |
1698 | 2024-08-16T05:02:29.010Z | Checking url v2.5.2 |
1699 | 2024-08-16T05:02:29.353Z | Checking rustix v0.38.34 |
1700 | 2024-08-16T05:02:29.679Z | Checking regex-automata v0.4.6 |
1701 | 2024-08-16T05:02:29.761Z | Checking rustls v0.21.12 |
1702 | 2024-08-16T05:02:29.785Z | Checking quote v1.0.36 |
1703 | 2024-08-16T05:02:29.869Z | Checking toml_datetime v0.6.8 |
1704 | 2024-08-16T05:02:30.093Z | Checking serde_spanned v0.6.7 |
1705 | 2024-08-16T05:02:30.139Z | Checking num-integer v0.1.46 |
1706 | 2024-08-16T05:02:30.305Z | Checking idna v0.3.0 |
1707 | 2024-08-16T05:02:30.363Z | Checking native-tls v0.2.11 |
1708 | 2024-08-16T05:02:30.596Z | Checking md-5 v0.10.6 |
1709 | 2024-08-16T05:02:30.684Z | Checking hash32 v0.2.1 |
1710 | 2024-08-16T05:02:30.801Z | Checking stable_deref_trait v1.2.0 |
1711 | 2024-08-16T05:02:30.895Z | Checking gimli v0.28.1 |
1712 | 2024-08-16T05:02:30.978Z | Checking is_terminal_polyfill v1.70.0 |
1713 | 2024-08-16T05:02:31.024Z | Checking tokio-util v0.7.11 |
1714 | 2024-08-16T05:02:31.049Z | Checking fallible-iterator v0.2.0 |
1715 | 2024-08-16T05:02:31.118Z | Checking anstyle-query v1.0.3 |
1716 | 2024-08-16T05:02:31.191Z | Checking colorchoice v1.0.1 |
1717 | 2024-08-16T05:02:31.233Z | Checking pretty-hex v0.4.1 |
1718 | 2024-08-16T05:02:31.305Z | Checking base64 v0.22.1 |
1719 | 2024-08-16T05:02:31.384Z | Checking psl-types v2.0.11 |
1720 | 2024-08-16T05:02:31.548Z | Checking publicsuffix v2.2.3 |
1721 | 2024-08-16T05:02:31.595Z | Checking anstream v0.6.14 |
1722 | 2024-08-16T05:02:31.748Z | Checking postgres-protocol v0.6.7 |
1723 | 2024-08-16T05:02:31.774Z | Checking terminal_size v0.3.0 |
1724 | 2024-08-16T05:02:31.805Z | Checking h2 v0.3.26 |
1725 | 2024-08-16T05:02:31.908Z | Checking dof v0.3.0 |
1726 | 2024-08-16T05:02:31.933Z | Checking tokio-native-tls v0.3.1 |
1727 | 2024-08-16T05:02:31.957Z | Checking heapless v0.7.17 |
1728 | 2024-08-16T05:02:32.136Z | Checking num-iter v0.1.45 |
1729 | 2024-08-16T05:02:32.279Z | Checking syn v2.0.74 |
1730 | 2024-08-16T05:02:32.304Z | Checking dtrace-parser v0.2.0 |
1731 | 2024-08-16T05:02:32.425Z | Checking cookie v0.17.0 |
1732 | 2024-08-16T05:02:32.604Z | Checking tokio-rustls v0.24.1 |
1733 | 2024-08-16T05:02:32.720Z | Checking phf_shared v0.11.2 |
1734 | 2024-08-16T05:02:32.774Z | Checking ff v0.13.0 |
1735 | 2024-08-16T05:02:32.830Z | Checking thread-id v4.2.1 |
1736 | 2024-08-16T05:02:32.907Z | Checking object v0.32.2 |
1737 | 2024-08-16T05:02:32.932Z | Checking winnow v0.5.40 |
1738 | 2024-08-16T05:02:32.969Z | Checking clap_lex v0.7.0 |
1739 | 2024-08-16T05:02:32.993Z | Checking bitflags v1.3.2 |
1740 | 2024-08-16T05:02:33.076Z | Checking base16ct v0.2.0 |
1741 | 2024-08-16T05:02:33.195Z | Checking either v1.13.0 |
1742 | 2024-08-16T05:02:33.251Z | Checking rustc-demangle v0.1.24 |
1743 | 2024-08-16T05:02:33.532Z | Checking base64 v0.21.7 |
1744 | 2024-08-16T05:02:33.640Z | Checking managed v0.8.0 |
1745 | 2024-08-16T05:02:33.780Z | Checking strsim v0.11.1 |
1746 | 2024-08-16T05:02:33.959Z | Checking regex-automata v0.1.10 |
1747 | 2024-08-16T05:02:33.989Z | Checking ipnet v2.9.0 |
1748 | 2024-08-16T05:02:34.044Z | Checking clap_builder v4.5.15 |
1749 | 2024-08-16T05:02:34.257Z | Checking addr2line v0.21.0 |
1750 | 2024-08-16T05:02:34.311Z | Checking bstr v0.2.17 |
1751 | 2024-08-16T05:02:34.394Z | Checking smoltcp v0.9.1 |
1752 | 2024-08-16T05:02:34.684Z | Checking rustls-pemfile v1.0.4 |
1753 | 2024-08-16T05:02:34.836Z | Checking regex v1.10.6 |
1754 | 2024-08-16T05:02:34.990Z | Checking sec1 v0.7.3 |
1755 | 2024-08-16T05:02:35.323Z | Checking group v0.13.0 |
1756 | 2024-08-16T05:02:35.357Z | Checking phf v0.11.2 |
1757 | 2024-08-16T05:02:35.496Z | Checking toml_edit v0.19.15 |
1758 | 2024-08-16T05:02:35.538Z | Checking cookie_store v0.20.0 |
1759 | 2024-08-16T05:02:35.581Z | Checking postgres-types v0.2.7 |
1760 | 2024-08-16T05:02:35.648Z | Checking num-bigint-dig v0.8.4 |
1761 | 2024-08-16T05:02:36.081Z | Checking futures-executor v0.3.30 |
1762 | 2024-08-16T05:02:36.166Z | Checking pkcs1 v0.7.5 |
1763 | 2024-08-16T05:02:36.270Z | Checking phf_shared v0.10.0 |
1764 | 2024-08-16T05:02:36.501Z | Checking serde_urlencoded v0.7.1 |
1765 | 2024-08-16T05:02:36.527Z | Checking hubpack v0.1.2 |
1766 | 2024-08-16T05:02:36.665Z | Checking zerocopy v0.6.6 |
1767 | 2024-08-16T05:02:36.814Z | Checking float-cmp v0.9.0 |
1768 | 2024-08-16T05:02:36.909Z | Checking crossbeam-utils v0.8.19 |
1769 | 2024-08-16T05:02:36.976Z | Checking crc32fast v1.4.0 |
1770 | 2024-08-16T05:02:37.128Z | Checking hyper v0.14.30 |
1771 | 2024-08-16T05:02:37.176Z | Checking signal-hook v0.3.17 |
1772 | 2024-08-16T05:02:37.331Z | Checking hkdf v0.12.4 |
1773 | 2024-08-16T05:02:37.453Z | Checking idna v0.4.0 |
1774 | 2024-08-16T05:02:37.478Z | Checking signature v2.2.0 |
1775 | 2024-08-16T05:02:37.503Z | Checking crypto-bigint v0.5.5 |
1776 | 2024-08-16T05:02:37.530Z | Checking memmap v0.7.0 |
1777 | 2024-08-16T05:02:37.573Z | Checking mio v1.0.2 |
1778 | 2024-08-16T05:02:37.648Z | Checking encoding_rs v0.8.34 |
1779 | 2024-08-16T05:02:37.708Z | Checking minimal-lexical v0.2.1 |
1780 | 2024-08-16T05:02:37.807Z | Checking usdt-impl v0.5.0 |
1781 | 2024-08-16T05:02:38.054Z | Checking difflib v0.4.0 |
1782 | 2024-08-16T05:02:38.113Z | Checking normalize-line-endings v0.3.0 |
1783 | 2024-08-16T05:02:38.162Z | Checking whoami v1.5.1 |
1784 | 2024-08-16T05:02:38.162Z | Checking backtrace v0.3.71 |
1785 | 2024-08-16T05:02:38.221Z | Checking static_assertions v1.1.0 |
1786 | 2024-08-16T05:02:38.300Z | Checking data-encoding v2.6.0 |
1787 | 2024-08-16T05:02:38.329Z | Checking winnow v0.6.18 |
1788 | 2024-08-16T05:02:38.362Z | Checking bit-vec v0.6.3 |
1789 | 2024-08-16T05:02:39.476Z | Checking precomputed-hash v0.1.1 |
1790 | 2024-08-16T05:02:39.500Z | Checking unicode-width v0.1.13 |
1791 | 2024-08-16T05:02:39.500Z | Checking sync_wrapper v0.1.2 |
1792 | 2024-08-16T05:02:39.500Z | Checking fixedbitset v0.4.2 |
1793 | 2024-08-16T05:02:39.500Z | Checking predicates-core v1.0.6 |
1794 | 2024-08-16T05:02:39.500Z | Checking dyn-clone v1.0.17 |
1795 | 2024-08-16T05:02:39.500Z | Checking new_debug_unreachable v1.0.6 |
1796 | 2024-08-16T05:02:39.500Z | Checking webpki-roots v0.25.4 |
1797 | 2024-08-16T05:02:39.500Z | Checking mime v0.3.17 |
1798 | 2024-08-16T05:02:39.500Z | Checking unicode-segmentation v1.11.0 |
1799 | 2024-08-16T05:02:39.500Z | Checking string_cache v0.8.7 |
1800 | 2024-08-16T05:02:39.500Z | Checking petgraph v0.6.5 |
1801 | 2024-08-16T05:02:39.500Z | Checking schemars v0.8.21 |
1802 | 2024-08-16T05:02:39.500Z | Checking predicates v3.1.2 |
1803 | 2024-08-16T05:02:39.500Z | Checking similar v2.5.0 |
1804 | 2024-08-16T05:02:39.639Z | Checking hickory-proto v0.24.1 |
1805 | 2024-08-16T05:02:39.792Z | Checking console v0.15.8 |
1806 | 2024-08-16T05:02:39.981Z | Checking elliptic-curve v0.13.8 |
1807 | 2024-08-16T05:02:40.184Z | Checking anyhow v1.0.86 |
1808 | 2024-08-16T05:02:40.273Z | Checking bit-set v0.5.3 |
1809 | 2024-08-16T05:02:40.484Z | Checking tokio-postgres v0.7.11 |
1810 | 2024-08-16T05:02:40.516Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1811 | 2024-08-16T05:02:40.541Z | Checking usdt v0.5.0 |
1812 | 2024-08-16T05:02:40.576Z | Checking signal-hook-mio v0.2.4 |
1813 | 2024-08-16T05:02:40.704Z | Checking nom v7.1.3 |
1814 | 2024-08-16T05:02:40.769Z | Checking rsa v0.9.6 |
1815 | 2024-08-16T05:02:40.948Z | Checking toml_edit v0.22.20 |
1816 | 2024-08-16T05:02:41.652Z | Checking toml v0.7.8 |
1817 | 2024-08-16T05:02:42.130Z | Checking crossbeam-epoch v0.9.18 |
1818 | 2024-08-16T05:02:42.248Z | Checking flate2 v1.0.31 |
1819 | 2024-08-16T05:02:42.307Z | Checking clap v4.5.15 |
1820 | 2024-08-16T05:02:42.416Z | Checking futures v0.3.30 |
1821 | 2024-08-16T05:02:42.468Z | Checking hyper-tls v0.5.0 |
1822 | 2024-08-16T05:02:42.522Z | Checking hyper-rustls v0.24.2 |
1823 | 2024-08-16T05:02:42.709Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1824 | 2024-08-16T05:02:42.733Z | Checking bstr v1.9.1 |
1825 | 2024-08-16T05:02:42.763Z | Checking reqwest v0.11.27 |
1826 | 2024-08-16T05:02:42.804Z | Checking itertools v0.10.5 |
1827 | 2024-08-16T05:02:42.845Z | Checking itertools v0.12.1 |
1828 | 2024-08-16T05:02:43.140Z | Checking tokio-stream v0.1.15 |
1829 | 2024-08-16T05:02:43.183Z | Checking fs-err v2.11.0 |
1830 | 2024-08-16T05:02:43.590Z | Checking nix v0.28.0 |
1831 | 2024-08-16T05:02:43.695Z | Checking openapiv3 v2.0.0 |
1832 | 2024-08-16T05:02:43.736Z | Checking slog v2.7.0 |
1833 | 2024-08-16T05:02:43.884Z | Checking semver v1.0.23 |
1834 | 2024-08-16T05:02:44.157Z | Checking hex v0.4.3 |
1835 | 2024-08-16T05:02:44.256Z | Checking sha1 v0.10.6 |
1836 | 2024-08-16T05:02:44.280Z | Checking peg-runtime v0.8.3 |
1837 | 2024-08-16T05:02:44.452Z | Checking lalrpop-util v0.19.12 |
1838 | 2024-08-16T05:02:44.497Z | Checking camino v1.1.7 |
1839 | 2024-08-16T05:02:44.592Z | Checking sigpipe v0.1.3 |
1840 | 2024-08-16T05:02:46.474Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1841 | 2024-08-16T05:02:46.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.17s |
1842 | 2024-08-16T05:02:47.012Z | |
1843 | 2024-08-16T05:02:47.012Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/150) |
1844 | 2024-08-16T05:02:47.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1845 | 2024-08-16T05:02:47.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1846 | 2024-08-16T05:02:47.982Z | Compiling regress v0.9.1 |
1847 | 2024-08-16T05:02:48.008Z | Checking strum v0.26.3 |
1848 | 2024-08-16T05:02:48.032Z | Checking heck v0.5.0 |
1849 | 2024-08-16T05:02:48.032Z | Compiling getopts v0.2.21 |
1850 | 2024-08-16T05:02:48.032Z | Checking dirs-sys-next v0.1.2 |
1851 | 2024-08-16T05:02:48.032Z | Compiling unsafe-libyaml v0.2.11 |
1852 | 2024-08-16T05:02:48.151Z | Checking http v1.1.0 |
1853 | 2024-08-16T05:02:48.248Z | Checking thread_local v1.1.8 |
1854 | 2024-08-16T05:02:48.278Z | Checking dirs-next v2.0.0 |
1855 | 2024-08-16T05:02:48.415Z | Compiling ident_case v1.0.1 |
1856 | 2024-08-16T05:02:48.440Z | Checking rustls-pki-types v1.7.0 |
1857 | 2024-08-16T05:02:48.513Z | Checking term v0.7.0 |
1858 | 2024-08-16T05:02:48.618Z | Compiling darling_core v0.20.9 |
1859 | 2024-08-16T05:02:48.854Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1860 | 2024-08-16T05:02:48.945Z | Checking crossbeam-channel v0.5.12 |
1861 | 2024-08-16T05:02:49.007Z | Checking is-terminal v0.4.12 |
1862 | 2024-08-16T05:02:49.108Z | Checking atty v0.2.14 |
1863 | 2024-08-16T05:02:49.137Z | Compiling rustls v0.22.4 |
1864 | 2024-08-16T05:02:49.203Z | Checking humantime v2.1.0 |
1865 | 2024-08-16T05:02:49.371Z | Compiling serde_yaml v0.9.34+deprecated |
1866 | 2024-08-16T05:02:49.412Z | Checking utf-8 v0.7.6 |
1867 | 2024-08-16T05:02:49.464Z | Compiling paste v1.0.15 |
1868 | 2024-08-16T05:02:49.581Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1869 | 2024-08-16T05:02:49.605Z | Checking take_mut v0.2.2 |
1870 | 2024-08-16T05:02:49.724Z | Checking termcolor v1.4.1 |
1871 | 2024-08-16T05:02:49.811Z | Checking slog-async v2.8.0 |
1872 | 2024-08-16T05:02:49.954Z | Checking slog-term v2.9.1 |
1873 | 2024-08-16T05:02:49.999Z | Checking rustls-webpki v0.102.4 |
1874 | 2024-08-16T05:02:50.067Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1875 | 2024-08-16T05:02:50.100Z | Checking env_logger v0.9.3 |
1876 | 2024-08-16T05:02:50.370Z | Compiling proc-macro-crate v1.3.1 |
1877 | 2024-08-16T05:02:50.407Z | Compiling bitstruct_derive v0.1.0 |
1878 | 2024-08-16T05:02:50.474Z | Compiling structmeta-derive v0.3.0 |
1879 | 2024-08-16T05:02:50.636Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1880 | 2024-08-16T05:02:50.749Z | Compiling multer v3.1.0 |
1881 | 2024-08-16T05:02:50.901Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1882 | 2024-08-16T05:02:51.276Z | Checking match_cfg v0.1.0 |
1883 | 2024-08-16T05:02:51.356Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1884 | 2024-08-16T05:02:51.530Z | Checking ascii v1.1.0 |
1885 | 2024-08-16T05:02:51.620Z | Checking bitstruct v0.1.1 |
1886 | 2024-08-16T05:02:51.744Z | Checking hostname v0.3.1 |
1887 | 2024-08-16T05:02:51.858Z | Compiling num_enum_derive v0.5.11 |
1888 | 2024-08-16T05:02:51.907Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1889 | 2024-08-16T05:02:52.340Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1890 | 2024-08-16T05:02:52.661Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1891 | 2024-08-16T05:02:52.983Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1892 | 2024-08-16T05:02:53.007Z | Compiling structmeta v0.3.0 |
1893 | 2024-08-16T05:02:53.031Z | Checking slog-json v2.6.1 |
1894 | 2024-08-16T05:02:53.252Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1895 | 2024-08-16T05:02:53.276Z | Checking serde_arrays v0.1.0 |
1896 | 2024-08-16T05:02:53.422Z | Checking erased-serde v0.3.31 |
1897 | 2024-08-16T05:02:53.446Z | Compiling async-stream-impl v0.3.5 |
1898 | 2024-08-16T05:02:53.505Z | Compiling foreign-types-macros v0.2.3 |
1899 | 2024-08-16T05:02:54.011Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1900 | 2024-08-16T05:02:54.120Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1901 | 2024-08-16T05:02:54.262Z | Checking atomic-waker v1.1.2 |
1902 | 2024-08-16T05:02:54.360Z | Checking foreign-types-shared v0.3.1 |
1903 | 2024-08-16T05:02:54.385Z | Checking arc-swap v1.7.1 |
1904 | 2024-08-16T05:02:54.409Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1905 | 2024-08-16T05:02:54.471Z | Checking waitgroup v0.1.2 |
1906 | 2024-08-16T05:02:54.621Z | Checking foreign-types v0.5.0 |
1907 | 2024-08-16T05:02:54.685Z | Compiling darling_macro v0.20.9 |
1908 | 2024-08-16T05:02:54.709Z | Checking async-stream v0.3.5 |
1909 | 2024-08-16T05:02:54.734Z | Checking num_enum v0.5.11 |
1910 | 2024-08-16T05:02:54.760Z | Compiling parse-display-derive v0.10.0 |
1911 | 2024-08-16T05:02:54.760Z | Checking slog-scope v4.4.0 |
1912 | 2024-08-16T05:02:54.856Z | Checking slog-bunyan v2.5.0 |
1913 | 2024-08-16T05:02:54.890Z | Compiling proc-macro-error v1.0.4 |
1914 | 2024-08-16T05:02:55.150Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1915 | 2024-08-16T05:02:55.275Z | Checking toml v0.8.19 |
1916 | 2024-08-16T05:02:55.419Z | Checking tungstenite v0.20.1 |
1917 | 2024-08-16T05:02:55.503Z | Checking rustls-pemfile v2.1.3 |
1918 | 2024-08-16T05:02:55.527Z | Compiling darling v0.20.9 |
1919 | 2024-08-16T05:02:55.637Z | Compiling serde_with_macros v3.8.3 |
1920 | 2024-08-16T05:02:55.700Z | Checking tokio-rustls v0.25.0 |
1921 | 2024-08-16T05:02:55.735Z | Compiling heck v0.3.3 |
1922 | 2024-08-16T05:02:55.967Z | Checking newtype-uuid v1.1.0 |
1923 | 2024-08-16T05:02:56.011Z | Checking ipnetwork v0.20.0 |
1924 | 2024-08-16T05:02:56.128Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1925 | 2024-08-16T05:02:56.176Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1926 | 2024-08-16T05:02:56.200Z | Checking serde_path_to_error v0.1.16 |
1927 | 2024-08-16T05:02:56.338Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1928 | 2024-08-16T05:02:56.813Z | Checking hostname v0.4.0 |
1929 | 2024-08-16T05:02:56.934Z | Checking cstr-argument v0.1.2 |
1930 | 2024-08-16T05:02:56.961Z | Checking instant v0.1.12 |
1931 | 2024-08-16T05:02:57.049Z | Checking debug-ignore v1.0.5 |
1932 | 2024-08-16T05:02:57.073Z | Checking fastrand v2.1.0 |
1933 | 2024-08-16T05:02:57.098Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1934 | 2024-08-16T05:02:57.185Z | Checking pretty-hex v0.2.1 |
1935 | 2024-08-16T05:02:57.331Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1936 | 2024-08-16T05:02:57.376Z | Checking tempfile v3.10.1 |
1937 | 2024-08-16T05:02:57.400Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1938 | 2024-08-16T05:02:57.567Z | Checking backoff v0.4.0 |
1939 | 2024-08-16T05:02:57.662Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1940 | 2024-08-16T05:02:57.790Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1941 | 2024-08-16T05:02:57.818Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1942 | 2024-08-16T05:02:57.845Z | Checking tokio-tungstenite v0.20.1 |
1943 | 2024-08-16T05:02:58.036Z | Compiling zone_cfg_derive v0.1.2 |
1944 | 2024-08-16T05:02:58.102Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1945 | 2024-08-16T05:02:58.143Z | Checking serde_with v3.8.3 |
1946 | 2024-08-16T05:02:58.276Z | Checking slog-stdlog v4.1.1 |
1947 | 2024-08-16T05:02:58.431Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1948 | 2024-08-16T05:02:58.578Z | Checking tungstenite v0.21.0 |
1949 | 2024-08-16T05:02:58.734Z | Checking parse-display v0.10.0 |
1950 | 2024-08-16T05:02:58.805Z | Checking colored v2.1.0 |
1951 | 2024-08-16T05:02:58.928Z | Checking macaddr v1.0.1 |
1952 | 2024-08-16T05:02:59.048Z | Checking socket2 v0.4.10 |
1953 | 2024-08-16T05:02:59.212Z | Checking base64 v0.13.1 |
1954 | 2024-08-16T05:02:59.333Z | Checking tokio-tungstenite v0.21.0 |
1955 | 2024-08-16T05:02:59.357Z | Checking zone v0.1.8 |
1956 | 2024-08-16T05:02:59.559Z | Checking ron v0.7.1 |
1957 | 2024-08-16T05:02:59.731Z | Checking slog-envlogger v2.2.0 |
1958 | 2024-08-16T05:02:59.911Z | Checking pem v3.0.4 |
1959 | 2024-08-16T05:02:59.935Z | Checking tabwriter v1.4.0 |
1960 | 2024-08-16T05:03:00.128Z | Checking xattr v1.3.1 |
1961 | 2024-08-16T05:03:00.152Z | Checking portpicker v0.1.1 |
1962 | 2024-08-16T05:03:00.278Z | Checking yasna v0.5.2 |
1963 | 2024-08-16T05:03:00.302Z | Checking headers-core v0.2.0 |
1964 | 2024-08-16T05:03:00.437Z | Checking smf v0.2.3 |
1965 | 2024-08-16T05:03:00.495Z | Checking filetime v0.2.24 |
1966 | 2024-08-16T05:03:00.674Z | Checking same-file v1.0.6 |
1967 | 2024-08-16T05:03:00.835Z | Checking walkdir v2.5.0 |
1968 | 2024-08-16T05:03:00.865Z | Checking tar v0.4.41 |
1969 | 2024-08-16T05:03:00.891Z | Checking headers v0.3.9 |
1970 | 2024-08-16T05:03:00.947Z | Checking atomicwrites v0.4.3 |
1971 | 2024-08-16T05:03:01.044Z | Checking rcgen v0.12.1 |
1972 | 2024-08-16T05:03:01.080Z | Checking camino-tempfile v1.1.1 |
1973 | 2024-08-16T05:03:01.120Z | Checking subprocess v0.2.9 |
1974 | 2024-08-16T05:03:02.242Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1975 | 2024-08-16T05:03:02.477Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1976 | 2024-08-16T05:03:04.465Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1977 | 2024-08-16T05:03:06.871Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1978 | 2024-08-16T05:03:06.981Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1979 | 2024-08-16T05:03:11.414Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1980 | 2024-08-16T05:03:19.053Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1981 | 2024-08-16T05:03:19.226Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1982 | 2024-08-16T05:03:19.226Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1983 | 2024-08-16T05:03:22.628Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1984 | 2024-08-16T05:03:23.000Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1985 | 2024-08-16T05:03:30.729Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1986 | 2024-08-16T05:03:32.594Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1987 | 2024-08-16T05:03:34.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.03s |
1988 | 2024-08-16T05:03:34.183Z | |
1989 | 2024-08-16T05:03:34.183Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/150) |
1990 | 2024-08-16T05:03:35.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1991 | 2024-08-16T05:03:35.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1992 | 2024-08-16T05:03:35.105Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1993 | 2024-08-16T05:03:36.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s |
1994 | 2024-08-16T05:03:36.748Z | |
1995 | 2024-08-16T05:03:36.748Z | info: running `cargo check --bins` on nexus-config (31/150) |
1996 | 2024-08-16T05:03:37.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1997 | 2024-08-16T05:03:37.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1998 | 2024-08-16T05:03:37.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1999 | 2024-08-16T05:03:37.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2000 | 2024-08-16T05:03:37.654Z | |
2001 | 2024-08-16T05:03:37.654Z | info: running `cargo check --bins` on omicron-rpaths (32/150) |
2002 | 2024-08-16T05:03:38.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2003 | 2024-08-16T05:03:38.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2004 | 2024-08-16T05:03:38.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2005 | 2024-08-16T05:03:38.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2006 | 2024-08-16T05:03:38.531Z | |
2007 | 2024-08-16T05:03:38.531Z | info: running `cargo check --bins` on omicron-certificates (33/150) |
2008 | 2024-08-16T05:03:39.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2009 | 2024-08-16T05:03:39.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2010 | 2024-08-16T05:03:39.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2011 | 2024-08-16T05:03:39.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2012 | 2024-08-16T05:03:39.414Z | |
2013 | 2024-08-16T05:03:39.415Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/150) |
2014 | 2024-08-16T05:03:40.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2015 | 2024-08-16T05:03:40.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2016 | 2024-08-16T05:03:40.338Z | Compiling heapless v0.8.0 |
2017 | 2024-08-16T05:03:40.363Z | Checking hash32 v0.3.1 |
2018 | 2024-08-16T05:03:40.363Z | Compiling smoltcp v0.11.0 |
2019 | 2024-08-16T05:03:40.389Z | Checking embedded-io v0.4.0 |
2020 | 2024-08-16T05:03:40.389Z | Checking cobs v0.2.3 |
2021 | 2024-08-16T05:03:40.417Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2022 | 2024-08-16T05:03:40.442Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2023 | 2024-08-16T05:03:40.475Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2024 | 2024-08-16T05:03:40.522Z | Compiling crucible-workspace-hack v0.1.0 |
2025 | 2024-08-16T05:03:40.584Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2026 | 2024-08-16T05:03:40.621Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2027 | 2024-08-16T05:03:40.621Z | Checking postcard v1.0.8 |
2028 | 2024-08-16T05:03:40.760Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2029 | 2024-08-16T05:03:40.848Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2030 | 2024-08-16T05:03:40.887Z | Compiling num-derive v0.4.2 |
2031 | 2024-08-16T05:03:41.054Z | Compiling slog-dtrace v0.3.0 |
2032 | 2024-08-16T05:03:41.127Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2033 | 2024-08-16T05:03:41.203Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2034 | 2024-08-16T05:03:41.233Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2035 | 2024-08-16T05:03:41.961Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2036 | 2024-08-16T05:03:42.464Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2037 | 2024-08-16T05:03:44.287Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2038 | 2024-08-16T05:03:45.358Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2039 | 2024-08-16T05:03:46.679Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2040 | 2024-08-16T05:03:48.819Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2041 | 2024-08-16T05:03:49.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.25s |
2042 | 2024-08-16T05:03:49.801Z | |
2043 | 2024-08-16T05:03:49.801Z | info: running `cargo check --bins` on clickhouse-admin-api (35/150) |
2044 | 2024-08-16T05:03:50.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2045 | 2024-08-16T05:03:50.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2046 | 2024-08-16T05:03:50.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2047 | 2024-08-16T05:03:50.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2048 | 2024-08-16T05:03:50.682Z | |
2049 | 2024-08-16T05:03:50.682Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (36/150) |
2050 | 2024-08-16T05:03:51.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2051 | 2024-08-16T05:03:51.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2052 | 2024-08-16T05:03:51.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2053 | 2024-08-16T05:03:51.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
2054 | 2024-08-16T05:03:51.718Z | |
2055 | 2024-08-16T05:03:51.718Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/150) |
2056 | 2024-08-16T05:03:52.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2057 | 2024-08-16T05:03:52.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2058 | 2024-08-16T05:03:52.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2059 | 2024-08-16T05:03:52.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2060 | 2024-08-16T05:03:52.729Z | |
2061 | 2024-08-16T05:03:52.729Z | info: running `cargo check --bins` on dns-server (38/150) |
2062 | 2024-08-16T05:03:53.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2063 | 2024-08-16T05:03:53.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2064 | 2024-08-16T05:03:53.650Z | Compiling parking_lot_core v0.8.6 |
2065 | 2024-08-16T05:03:53.674Z | Checking newline-converter v0.3.0 |
2066 | 2024-08-16T05:03:53.674Z | Checking nibble_vec v0.1.0 |
2067 | 2024-08-16T05:03:53.674Z | Checking quick-error v1.2.3 |
2068 | 2024-08-16T05:03:53.699Z | Checking linked-hash-map v0.5.6 |
2069 | 2024-08-16T05:03:53.699Z | Checking endian-type v0.1.2 |
2070 | 2024-08-16T05:03:53.723Z | Checking fxhash v0.2.1 |
2071 | 2024-08-16T05:03:53.723Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2072 | 2024-08-16T05:03:53.818Z | Checking resolv-conf v0.7.0 |
2073 | 2024-08-16T05:03:53.818Z | Checking expectorate v1.1.0 |
2074 | 2024-08-16T05:03:53.858Z | Checking hickory-server v0.24.1 |
2075 | 2024-08-16T05:03:53.890Z | Checking radix_trie v0.2.1 |
2076 | 2024-08-16T05:03:53.976Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2077 | 2024-08-16T05:03:54.024Z | Checking lru-cache v0.1.2 |
2078 | 2024-08-16T05:03:54.164Z | Checking hickory-resolver v0.24.1 |
2079 | 2024-08-16T05:03:54.239Z | Checking hickory-client v0.24.1 |
2080 | 2024-08-16T05:03:54.363Z | Checking parking_lot v0.11.2 |
2081 | 2024-08-16T05:03:54.655Z | Checking sled v0.34.7 |
2082 | 2024-08-16T05:03:56.882Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2083 | 2024-08-16T05:03:58.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
2084 | 2024-08-16T05:03:58.419Z | |
2085 | 2024-08-16T05:03:58.419Z | info: running `cargo check --bins` on dns-server-api (39/150) |
2086 | 2024-08-16T05:03:59.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2087 | 2024-08-16T05:03:59.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2088 | 2024-08-16T05:03:59.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2089 | 2024-08-16T05:03:59.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2090 | 2024-08-16T05:03:59.260Z | |
2091 | 2024-08-16T05:03:59.260Z | info: running `cargo check --bins` on dns-service-client (40/150) |
2092 | 2024-08-16T05:04:00.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2093 | 2024-08-16T05:04:00.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2094 | 2024-08-16T05:04:00.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2095 | 2024-08-16T05:04:00.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2096 | 2024-08-16T05:04:00.155Z | |
2097 | 2024-08-16T05:04:00.155Z | info: running `cargo check --bins` on gateway-test-utils (41/150) |
2098 | 2024-08-16T05:04:00.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2099 | 2024-08-16T05:04:00.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2100 | 2024-08-16T05:04:00.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2101 | 2024-08-16T05:04:00.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2102 | 2024-08-16T05:04:01.027Z | |
2103 | 2024-08-16T05:04:01.027Z | info: running `cargo check --bins` on gateway-types (42/150) |
2104 | 2024-08-16T05:04:01.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2105 | 2024-08-16T05:04:01.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2106 | 2024-08-16T05:04:01.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2107 | 2024-08-16T05:04:01.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2108 | 2024-08-16T05:04:01.887Z | |
2109 | 2024-08-16T05:04:01.887Z | info: running `cargo check --bins` on ipcc (43/150) |
2110 | 2024-08-16T05:04:02.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2111 | 2024-08-16T05:04:02.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2112 | 2024-08-16T05:04:02.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2113 | 2024-08-16T05:04:02.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2114 | 2024-08-16T05:04:02.787Z | |
2115 | 2024-08-16T05:04:02.787Z | info: running `cargo check --bins` on omicron-gateway (44/150) |
2116 | 2024-08-16T05:04:03.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2117 | 2024-08-16T05:04:03.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2118 | 2024-08-16T05:04:03.737Z | Compiling radium v0.7.0 |
2119 | 2024-08-16T05:04:03.764Z | Compiling maybe-uninit v2.0.0 |
2120 | 2024-08-16T05:04:03.789Z | Checking tap v1.0.1 |
2121 | 2024-08-16T05:04:03.813Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2122 | 2024-08-16T05:04:03.813Z | Compiling packed_struct v0.10.1 |
2123 | 2024-08-16T05:04:03.813Z | Checking funty v2.0.0 |
2124 | 2024-08-16T05:04:03.813Z | Checking crc-catalog v2.4.0 |
2125 | 2024-08-16T05:04:03.837Z | Compiling packed_struct_codegen v0.10.1 |
2126 | 2024-08-16T05:04:03.922Z | Checking wyz v0.5.1 |
2127 | 2024-08-16T05:04:03.973Z | Checking crc v3.2.1 |
2128 | 2024-08-16T05:04:04.266Z | Checking half v2.4.1 |
2129 | 2024-08-16T05:04:04.298Z | Compiling indexmap v1.9.3 |
2130 | 2024-08-16T05:04:04.341Z | Checking nodrop v0.1.14 |
2131 | 2024-08-16T05:04:04.403Z | Checking ciborium-io v0.2.2 |
2132 | 2024-08-16T05:04:04.442Z | Checking array-init v0.0.4 |
2133 | 2024-08-16T05:04:04.476Z | Checking smallvec v0.6.14 |
2134 | 2024-08-16T05:04:04.511Z | Compiling memoffset v0.9.1 |
2135 | 2024-08-16T05:04:04.596Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2136 | 2024-08-16T05:04:04.620Z | Checking bitvec v1.0.1 |
2137 | 2024-08-16T05:04:04.663Z | Checking ciborium-ll v0.2.2 |
2138 | 2024-08-16T05:04:04.769Z | Checking hashbrown v0.12.3 |
2139 | 2024-08-16T05:04:04.806Z | Checking bitfield v0.14.0 |
2140 | 2024-08-16T05:04:04.888Z | Checking env_logger v0.10.2 |
2141 | 2024-08-16T05:04:04.924Z | Checking ciborium v0.2.2 |
2142 | 2024-08-16T05:04:05.177Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2143 | 2024-08-16T05:04:05.239Z | Checking ron v0.8.1 |
2144 | 2024-08-16T05:04:05.264Z | Checking serde-hex v0.1.0 |
2145 | 2024-08-16T05:04:05.390Z | Checking x509-cert v0.2.5 |
2146 | 2024-08-16T05:04:05.746Z | Checking hashbrown v0.13.2 |
2147 | 2024-08-16T05:04:05.770Z | Checking bzip2 v0.4.4 |
2148 | 2024-08-16T05:04:06.014Z | Checking crc-any v2.5.0 |
2149 | 2024-08-16T05:04:06.112Z | Checking zip v0.6.6 |
2150 | 2024-08-16T05:04:06.328Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2151 | 2024-08-16T05:04:06.422Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2152 | 2024-08-16T05:04:06.553Z | Checking path-slash v0.1.5 |
2153 | 2024-08-16T05:04:06.607Z | Checking object v0.30.4 |
2154 | 2024-08-16T05:04:06.712Z | Checking nix v0.27.1 |
2155 | 2024-08-16T05:04:06.747Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2156 | 2024-08-16T05:04:06.771Z | Checking serde-big-array v0.5.1 |
2157 | 2024-08-16T05:04:06.795Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2158 | 2024-08-16T05:04:06.820Z | Checking signal-hook-tokio v0.3.1 |
2159 | 2024-08-16T05:04:09.066Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2160 | 2024-08-16T05:04:09.798Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2161 | 2024-08-16T05:04:18.375Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2162 | 2024-08-16T05:04:19.899Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2163 | 2024-08-16T05:04:22.040Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2164 | 2024-08-16T05:04:24.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.43s |
2165 | 2024-08-16T05:04:24.363Z | |
2166 | 2024-08-16T05:04:24.363Z | info: running `cargo check --bins` on gateway-api (45/150) |
2167 | 2024-08-16T05:04:25.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2168 | 2024-08-16T05:04:25.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2169 | 2024-08-16T05:04:25.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2170 | 2024-08-16T05:04:25.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2171 | 2024-08-16T05:04:25.223Z | |
2172 | 2024-08-16T05:04:25.223Z | info: running `cargo check --bins` on sp-sim (46/150) |
2173 | 2024-08-16T05:04:26.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2174 | 2024-08-16T05:04:26.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2175 | 2024-08-16T05:04:26.107Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2176 | 2024-08-16T05:04:28.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.80s |
2177 | 2024-08-16T05:04:28.194Z | |
2178 | 2024-08-16T05:04:28.194Z | info: running `cargo check --bins` on internal-dns (47/150) |
2179 | 2024-08-16T05:04:28.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2180 | 2024-08-16T05:04:29.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2181 | 2024-08-16T05:04:29.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2182 | 2024-08-16T05:04:29.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2183 | 2024-08-16T05:04:29.066Z | |
2184 | 2024-08-16T05:04:29.066Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (48/150) |
2185 | 2024-08-16T05:04:29.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2186 | 2024-08-16T05:04:29.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2187 | 2024-08-16T05:04:29.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2188 | 2024-08-16T05:04:29.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2189 | 2024-08-16T05:04:29.980Z | |
2190 | 2024-08-16T05:04:29.980Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/150) |
2191 | 2024-08-16T05:04:30.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2192 | 2024-08-16T05:04:30.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2193 | 2024-08-16T05:04:30.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2194 | 2024-08-16T05:04:30.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2195 | 2024-08-16T05:04:30.942Z | |
2196 | 2024-08-16T05:04:30.942Z | info: running `cargo check --bins` on db-macros (50/150) |
2197 | 2024-08-16T05:04:31.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2198 | 2024-08-16T05:04:31.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2199 | 2024-08-16T05:04:31.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2200 | 2024-08-16T05:04:31.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2201 | 2024-08-16T05:04:31.787Z | |
2202 | 2024-08-16T05:04:31.787Z | info: running `cargo check --bins` on nexus-macros-common (51/150) |
2203 | 2024-08-16T05:04:32.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2204 | 2024-08-16T05:04:32.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2205 | 2024-08-16T05:04:32.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2206 | 2024-08-16T05:04:32.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2207 | 2024-08-16T05:04:32.627Z | |
2208 | 2024-08-16T05:04:32.627Z | info: running `cargo check --bins` on nexus-auth (52/150) |
2209 | 2024-08-16T05:04:33.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2210 | 2024-08-16T05:04:33.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2211 | 2024-08-16T05:04:33.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2212 | 2024-08-16T05:04:33.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2213 | 2024-08-16T05:04:33.584Z | |
2214 | 2024-08-16T05:04:33.584Z | info: running `cargo check --bins` on authz-macros (53/150) |
2215 | 2024-08-16T05:04:34.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2216 | 2024-08-16T05:04:34.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2217 | 2024-08-16T05:04:34.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2218 | 2024-08-16T05:04:34.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2219 | 2024-08-16T05:04:34.388Z | |
2220 | 2024-08-16T05:04:34.388Z | info: running `cargo check --bins` on nexus-db-fixed-data (54/150) |
2221 | 2024-08-16T05:04:35.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2222 | 2024-08-16T05:04:35.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2223 | 2024-08-16T05:04:35.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2224 | 2024-08-16T05:04:35.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2225 | 2024-08-16T05:04:35.268Z | |
2226 | 2024-08-16T05:04:35.268Z | info: running `cargo check --bins` on nexus-db-model (55/150) |
2227 | 2024-08-16T05:04:36.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2228 | 2024-08-16T05:04:36.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2229 | 2024-08-16T05:04:36.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2230 | 2024-08-16T05:04:36.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2231 | 2024-08-16T05:04:36.169Z | |
2232 | 2024-08-16T05:04:36.169Z | info: running `cargo check --bins` on nexus-defaults (56/150) |
2233 | 2024-08-16T05:04:36.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2234 | 2024-08-16T05:04:36.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2235 | 2024-08-16T05:04:36.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2236 | 2024-08-16T05:04:36.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2237 | 2024-08-16T05:04:37.017Z | |
2238 | 2024-08-16T05:04:37.017Z | info: running `cargo check --bins` on nexus-sled-agent-shared (57/150) |
2239 | 2024-08-16T05:04:37.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2240 | 2024-08-16T05:04:37.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2241 | 2024-08-16T05:04:37.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2242 | 2024-08-16T05:04:37.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2243 | 2024-08-16T05:04:37.908Z | |
2244 | 2024-08-16T05:04:37.908Z | info: running `cargo check --bins` on omicron-passwords (58/150) |
2245 | 2024-08-16T05:04:38.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2246 | 2024-08-16T05:04:38.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2247 | 2024-08-16T05:04:38.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2248 | 2024-08-16T05:04:38.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2249 | 2024-08-16T05:04:38.781Z | |
2250 | 2024-08-16T05:04:38.781Z | info: running `cargo check --bins` on nexus-types (59/150) |
2251 | 2024-08-16T05:04:39.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2252 | 2024-08-16T05:04:39.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2253 | 2024-08-16T05:04:39.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2254 | 2024-08-16T05:04:39.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2255 | 2024-08-16T05:04:39.663Z | |
2256 | 2024-08-16T05:04:39.663Z | info: running `cargo check --bins` on gateway-client (60/150) |
2257 | 2024-08-16T05:04:40.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2258 | 2024-08-16T05:04:40.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2259 | 2024-08-16T05:04:40.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2260 | 2024-08-16T05:04:40.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2261 | 2024-08-16T05:04:40.501Z | |
2262 | 2024-08-16T05:04:40.501Z | info: running `cargo check --bins` on sled-agent-client (61/150) |
2263 | 2024-08-16T05:04:41.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2264 | 2024-08-16T05:04:41.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2265 | 2024-08-16T05:04:41.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2266 | 2024-08-16T05:04:41.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2267 | 2024-08-16T05:04:41.375Z | |
2268 | 2024-08-16T05:04:41.375Z | info: running `cargo check --bins` on oximeter (62/150) |
2269 | 2024-08-16T05:04:42.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2270 | 2024-08-16T05:04:42.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2271 | 2024-08-16T05:04:42.266Z | Compiling rustls-pki-types v1.7.0 |
2272 | 2024-08-16T05:04:42.293Z | Compiling match_cfg v0.1.0 |
2273 | 2024-08-16T05:04:42.319Z | Compiling prettyplease v0.2.20 |
2274 | 2024-08-16T05:04:42.343Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2275 | 2024-08-16T05:04:42.343Z | Compiling slog-json v2.6.1 |
2276 | 2024-08-16T05:04:42.343Z | Compiling http v1.1.0 |
2277 | 2024-08-16T05:04:42.367Z | Compiling atomic-waker v1.1.2 |
2278 | 2024-08-16T05:04:42.367Z | Compiling hostname v0.3.1 |
2279 | 2024-08-16T05:04:42.397Z | Compiling async-stream v0.3.5 |
2280 | 2024-08-16T05:04:42.541Z | Compiling waitgroup v0.1.2 |
2281 | 2024-08-16T05:04:42.600Z | Compiling slog-bunyan v2.5.0 |
2282 | 2024-08-16T05:04:42.624Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2283 | 2024-08-16T05:04:42.673Z | Compiling rustls-webpki v0.102.4 |
2284 | 2024-08-16T05:04:42.696Z | Compiling rustls-pemfile v2.1.3 |
2285 | 2024-08-16T05:04:42.722Z | Compiling toml v0.8.19 |
2286 | 2024-08-16T05:04:42.746Z | Compiling ipnetwork v0.20.0 |
2287 | 2024-08-16T05:04:42.792Z | Compiling newtype-uuid v1.1.0 |
2288 | 2024-08-16T05:04:42.822Z | Compiling serde_path_to_error v0.1.16 |
2289 | 2024-08-16T05:04:43.003Z | Compiling hostname v0.4.0 |
2290 | 2024-08-16T05:04:43.050Z | Compiling instant v0.1.12 |
2291 | 2024-08-16T05:04:43.119Z | Compiling debug-ignore v1.0.5 |
2292 | 2024-08-16T05:04:43.191Z | Compiling backoff v0.4.0 |
2293 | 2024-08-16T05:04:43.246Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2294 | 2024-08-16T05:04:43.272Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2295 | 2024-08-16T05:04:43.484Z | Compiling rustls v0.22.4 |
2296 | 2024-08-16T05:04:43.552Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2297 | 2024-08-16T05:04:43.576Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2298 | 2024-08-16T05:04:43.576Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2299 | 2024-08-16T05:04:43.732Z | Compiling multer v3.1.0 |
2300 | 2024-08-16T05:04:43.903Z | Compiling serde_with v3.8.3 |
2301 | 2024-08-16T05:04:44.205Z | Compiling parse-display v0.10.0 |
2302 | 2024-08-16T05:04:44.431Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2303 | 2024-08-16T05:04:44.455Z | Compiling num-rational v0.4.2 |
2304 | 2024-08-16T05:04:44.537Z | Compiling num-complex v0.4.6 |
2305 | 2024-08-16T05:04:44.569Z | Compiling macaddr v1.0.1 |
2306 | 2024-08-16T05:04:45.334Z | Compiling num v0.4.3 |
2307 | 2024-08-16T05:04:45.414Z | Compiling float-ord v0.3.2 |
2308 | 2024-08-16T05:04:46.338Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2309 | 2024-08-16T05:04:46.952Z | Compiling tokio-rustls v0.25.0 |
2310 | 2024-08-16T05:04:47.251Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2311 | 2024-08-16T05:04:50.741Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2312 | 2024-08-16T05:05:04.903Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2313 | 2024-08-16T05:05:08.371Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2314 | 2024-08-16T05:05:09.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.82s |
2315 | 2024-08-16T05:05:09.339Z | |
2316 | 2024-08-16T05:05:09.339Z | info: running `cargo check --bins` on oximeter-impl (63/150) |
2317 | 2024-08-16T05:05:10.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2318 | 2024-08-16T05:05:10.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2319 | 2024-08-16T05:05:10.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2320 | 2024-08-16T05:05:10.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2321 | 2024-08-16T05:05:10.310Z | |
2322 | 2024-08-16T05:05:10.310Z | info: running `cargo check --bins` on oximeter-macro-impl (64/150) |
2323 | 2024-08-16T05:05:11.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2324 | 2024-08-16T05:05:11.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2325 | 2024-08-16T05:05:11.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2326 | 2024-08-16T05:05:11.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2327 | 2024-08-16T05:05:11.223Z | |
2328 | 2024-08-16T05:05:11.223Z | info: running `cargo check --bins` on oximeter-timeseries-macro (65/150) |
2329 | 2024-08-16T05:05:12.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2330 | 2024-08-16T05:05:12.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2331 | 2024-08-16T05:05:12.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2332 | 2024-08-16T05:05:12.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2333 | 2024-08-16T05:05:12.195Z | |
2334 | 2024-08-16T05:05:12.195Z | info: running `cargo check --bins` on nexus-inventory (66/150) |
2335 | 2024-08-16T05:05:13.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2336 | 2024-08-16T05:05:13.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2337 | 2024-08-16T05:05:13.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2338 | 2024-08-16T05:05:13.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
2339 | 2024-08-16T05:05:13.282Z | |
2340 | 2024-08-16T05:05:13.283Z | info: running `cargo check --bins` on typed-rng (67/150) |
2341 | 2024-08-16T05:05:14.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2342 | 2024-08-16T05:05:14.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2343 | 2024-08-16T05:05:14.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2344 | 2024-08-16T05:05:14.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2345 | 2024-08-16T05:05:14.249Z | |
2346 | 2024-08-16T05:05:14.249Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (68/150) |
2347 | 2024-08-16T05:05:15.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2348 | 2024-08-16T05:05:15.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2349 | 2024-08-16T05:05:15.381Z | Checking password-hash v0.5.0 |
2350 | 2024-08-16T05:05:15.381Z | Checking blake2 v0.10.6 |
2351 | 2024-08-16T05:05:15.381Z | Compiling semver v0.1.20 |
2352 | 2024-08-16T05:05:15.408Z | Compiling convert_case v0.4.0 |
2353 | 2024-08-16T05:05:15.408Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2354 | 2024-08-16T05:05:15.408Z | Compiling rayon-core v1.12.1 |
2355 | 2024-08-16T05:05:15.488Z | Compiling crossbeam-deque v0.8.5 |
2356 | 2024-08-16T05:05:15.517Z | Compiling curve25519-dalek v4.1.3 |
2357 | 2024-08-16T05:05:15.735Z | Compiling unicase v2.7.0 |
2358 | 2024-08-16T05:05:15.817Z | Compiling rustc_version v0.1.7 |
2359 | 2024-08-16T05:05:15.845Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2360 | 2024-08-16T05:05:15.872Z | Checking argon2 v0.5.3 |
2361 | 2024-08-16T05:05:16.000Z | Checking keccak v0.1.5 |
2362 | 2024-08-16T05:05:16.049Z | Compiling same-file v1.0.6 |
2363 | 2024-08-16T05:05:16.073Z | Compiling fastrand v2.1.0 |
2364 | 2024-08-16T05:05:16.213Z | Compiling walkdir v2.5.0 |
2365 | 2024-08-16T05:05:16.256Z | Compiling newtype_derive v0.1.6 |
2366 | 2024-08-16T05:05:16.281Z | Checking sha3 v0.10.8 |
2367 | 2024-08-16T05:05:16.329Z | Compiling derive_more v0.99.18 |
2368 | 2024-08-16T05:05:16.455Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2369 | 2024-08-16T05:05:16.503Z | Compiling tempfile v3.10.1 |
2370 | 2024-08-16T05:05:16.601Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2371 | 2024-08-16T05:05:16.625Z | Compiling thiserror-impl-no-std v2.0.2 |
2372 | 2024-08-16T05:05:16.658Z | Checking universal-hash v0.5.1 |
2373 | 2024-08-16T05:05:16.749Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2374 | 2024-08-16T05:05:16.824Z | Checking secrecy v0.8.0 |
2375 | 2024-08-16T05:05:16.869Z | Compiling blake3 v1.5.1 |
2376 | 2024-08-16T05:05:16.906Z | Compiling ring v0.16.20 |
2377 | 2024-08-16T05:05:17.001Z | Compiling derive-where v1.2.7 |
2378 | 2024-08-16T05:05:17.249Z | Compiling curve25519-dalek-derive v0.1.1 |
2379 | 2024-08-16T05:05:17.411Z | Checking opaque-debug v0.3.1 |
2380 | 2024-08-16T05:05:17.494Z | Checking poly1305 v0.8.0 |
2381 | 2024-08-16T05:05:17.897Z | Compiling rayon v1.10.0 |
2382 | 2024-08-16T05:05:18.100Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2383 | 2024-08-16T05:05:18.466Z | Checking chacha20 v0.9.1 |
2384 | 2024-08-16T05:05:18.491Z | Checking aead v0.5.2 |
2385 | 2024-08-16T05:05:18.668Z | Compiling memmap2 v0.9.4 |
2386 | 2024-08-16T05:05:18.757Z | Compiling constant_time_eq v0.3.0 |
2387 | 2024-08-16T05:05:18.919Z | Compiling arrayvec v0.7.4 |
2388 | 2024-08-16T05:05:19.048Z | Compiling libefi-sys v0.1.0 |
2389 | 2024-08-16T05:05:19.251Z | Checking thiserror-no-std v2.0.2 |
2390 | 2024-08-16T05:05:19.275Z | Compiling untrusted v0.7.1 |
2391 | 2024-08-16T05:05:19.301Z | Compiling arrayref v0.3.7 |
2392 | 2024-08-16T05:05:19.351Z | Compiling spin v0.5.2 |
2393 | 2024-08-16T05:05:19.385Z | Compiling home v0.5.9 |
2394 | 2024-08-16T05:05:19.468Z | Checking chacha20poly1305 v0.10.1 |
2395 | 2024-08-16T05:05:19.567Z | Compiling toolchain_find v0.4.0 |
2396 | 2024-08-16T05:05:19.622Z | Checking steno v0.4.1 |
2397 | 2024-08-16T05:05:19.664Z | Compiling camino-tempfile v1.1.1 |
2398 | 2024-08-16T05:05:19.982Z | Checking vsss-rs v3.3.4 |
2399 | 2024-08-16T05:05:20.098Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2400 | 2024-08-16T05:05:20.163Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2401 | 2024-08-16T05:05:20.394Z | Compiling bitfield-struct v0.6.1 |
2402 | 2024-08-16T05:05:20.500Z | Compiling topological-sort v0.2.2 |
2403 | 2024-08-16T05:05:20.696Z | Compiling cancel-safe-futures v0.1.5 |
2404 | 2024-08-16T05:05:21.113Z | Compiling mime_guess v2.0.4 |
2405 | 2024-08-16T05:05:21.583Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2406 | 2024-08-16T05:05:21.912Z | Compiling rustfmt-wrapper v0.2.1 |
2407 | 2024-08-16T05:05:22.108Z | Compiling omicron-zone-package v0.11.0 |
2408 | 2024-08-16T05:05:22.386Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2409 | 2024-08-16T05:05:22.553Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2410 | 2024-08-16T05:05:22.610Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2411 | 2024-08-16T05:05:22.674Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2412 | 2024-08-16T05:05:22.724Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2413 | 2024-08-16T05:05:23.154Z | Checking gethostname v0.5.0 |
2414 | 2024-08-16T05:05:23.223Z | Checking libsw v3.3.1 |
2415 | 2024-08-16T05:05:23.267Z | Checking linear-map v1.2.0 |
2416 | 2024-08-16T05:05:23.291Z | Checking swrite v0.1.0 |
2417 | 2024-08-16T05:05:23.324Z | Checking owo-colors v4.0.0 |
2418 | 2024-08-16T05:05:23.445Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2419 | 2024-08-16T05:05:23.543Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2420 | 2024-08-16T05:05:23.830Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2421 | 2024-08-16T05:05:23.894Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2422 | 2024-08-16T05:05:24.231Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2423 | 2024-08-16T05:05:24.361Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2424 | 2024-08-16T05:05:24.565Z | Checking kstat-rs v0.2.4 |
2425 | 2024-08-16T05:05:24.589Z | Checking nanorand v0.7.0 |
2426 | 2024-08-16T05:05:24.787Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2427 | 2024-08-16T05:05:24.847Z | Checking glob v0.3.1 |
2428 | 2024-08-16T05:05:24.905Z | Checking http-range v0.1.5 |
2429 | 2024-08-16T05:05:24.944Z | Checking flume v0.11.0 |
2430 | 2024-08-16T05:05:25.062Z | Checking hyper-staticfile v0.9.5 |
2431 | 2024-08-16T05:05:25.119Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2432 | 2024-08-16T05:05:25.191Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2433 | 2024-08-16T05:05:25.345Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2434 | 2024-08-16T05:05:25.418Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2435 | 2024-08-16T05:05:25.771Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2436 | 2024-08-16T05:05:25.857Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2437 | 2024-08-16T05:05:26.579Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2438 | 2024-08-16T05:05:26.637Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2439 | 2024-08-16T05:05:27.235Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2440 | 2024-08-16T05:05:27.402Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2441 | 2024-08-16T05:05:27.497Z | Checking itertools v0.13.0 |
2442 | 2024-08-16T05:05:28.210Z | Checking display-error-chain v0.2.0 |
2443 | 2024-08-16T05:05:28.864Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2444 | 2024-08-16T05:05:35.231Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2445 | 2024-08-16T05:05:42.594Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2446 | 2024-08-16T05:05:42.618Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2447 | 2024-08-16T05:05:43.504Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2448 | 2024-08-16T05:05:59.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.96s |
2449 | 2024-08-16T05:05:59.341Z | |
2450 | 2024-08-16T05:05:59.341Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (69/150) |
2451 | 2024-08-16T05:06:00.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2024-08-16T05:06:00.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2024-08-16T05:06:00.398Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2454 | 2024-08-16T05:06:16.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.71s |
2455 | 2024-08-16T05:06:16.218Z | |
2456 | 2024-08-16T05:06:16.218Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (70/150) |
2457 | 2024-08-16T05:06:17.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-08-16T05:06:17.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-08-16T05:06:17.245Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2460 | 2024-08-16T05:06:32.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.41s |
2461 | 2024-08-16T05:06:32.798Z | |
2462 | 2024-08-16T05:06:32.798Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (71/150) |
2463 | 2024-08-16T05:06:33.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-08-16T05:06:33.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-08-16T05:06:33.857Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2466 | 2024-08-16T05:06:49.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.61s |
2467 | 2024-08-16T05:06:49.583Z | |
2468 | 2024-08-16T05:06:49.583Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (72/150) |
2469 | 2024-08-16T05:06:50.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-08-16T05:06:50.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-08-16T05:06:50.638Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2472 | 2024-08-16T05:07:06.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.03s |
2473 | 2024-08-16T05:07:06.774Z | |
2474 | 2024-08-16T05:07:06.774Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (73/150) |
2475 | 2024-08-16T05:07:07.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-08-16T05:07:07.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-08-16T05:07:07.800Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2478 | 2024-08-16T05:07:25.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.85s |
2479 | 2024-08-16T05:07:25.442Z | |
2480 | 2024-08-16T05:07:25.442Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (74/150) |
2481 | 2024-08-16T05:07:25.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-08-16T05:07:25.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-08-16T05:07:25.442Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2484 | 2024-08-16T05:07:40.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.93s |
2485 | 2024-08-16T05:07:40.889Z | |
2486 | 2024-08-16T05:07:40.889Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (75/150) |
2487 | 2024-08-16T05:07:41.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-08-16T05:07:41.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-08-16T05:07:41.968Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2490 | 2024-08-16T05:07:58.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.80s |
2491 | 2024-08-16T05:07:58.851Z | |
2492 | 2024-08-16T05:07:58.851Z | info: running `cargo check --bins` on bootstrap-agent-api (76/150) |
2493 | 2024-08-16T05:07:59.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-08-16T05:07:59.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-08-16T05:07:59.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2496 | 2024-08-16T05:07:59.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2497 | 2024-08-16T05:07:59.786Z | |
2498 | 2024-08-16T05:07:59.786Z | info: running `cargo check --bins` on nexus-client (77/150) |
2499 | 2024-08-16T05:08:00.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-08-16T05:08:00.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-08-16T05:08:00.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-08-16T05:08:00.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2503 | 2024-08-16T05:08:00.786Z | |
2504 | 2024-08-16T05:08:00.786Z | info: running `cargo check --bins` on sled-agent-types (78/150) |
2505 | 2024-08-16T05:08:01.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-08-16T05:08:01.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-08-16T05:08:01.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-08-16T05:08:01.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2509 | 2024-08-16T05:08:01.731Z | |
2510 | 2024-08-16T05:08:01.731Z | info: running `cargo check --bins` on bootstrap-agent-client (79/150) |
2511 | 2024-08-16T05:08:02.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-08-16T05:08:02.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-08-16T05:08:02.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-08-16T05:08:02.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2515 | 2024-08-16T05:08:02.677Z | |
2516 | 2024-08-16T05:08:02.677Z | info: running `cargo check --bins` on dpd-client (80/150) |
2517 | 2024-08-16T05:08:03.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-08-16T05:08:03.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-08-16T05:08:03.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-08-16T05:08:03.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2521 | 2024-08-16T05:08:03.611Z | |
2522 | 2024-08-16T05:08:03.611Z | info: running `cargo check --bins` on installinator-common (81/150) |
2523 | 2024-08-16T05:08:04.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-08-16T05:08:04.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-08-16T05:08:04.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-08-16T05:08:04.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2527 | 2024-08-16T05:08:04.468Z | |
2528 | 2024-08-16T05:08:04.468Z | info: running `cargo check --bins` on update-engine (82/150) |
2529 | 2024-08-16T05:08:05.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-08-16T05:08:05.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-08-16T05:08:05.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-08-16T05:08:05.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2533 | 2024-08-16T05:08:05.410Z | |
2534 | 2024-08-16T05:08:05.410Z | info: running `cargo check --bins` on key-manager (83/150) |
2535 | 2024-08-16T05:08:06.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-08-16T05:08:06.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-08-16T05:08:06.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-08-16T05:08:06.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2539 | 2024-08-16T05:08:06.333Z | |
2540 | 2024-08-16T05:08:06.333Z | info: running `cargo check --bins` on omicron-ddm-admin-client (84/150) |
2541 | 2024-08-16T05:08:07.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-08-16T05:08:07.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-08-16T05:08:07.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-08-16T05:08:07.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2545 | 2024-08-16T05:08:07.236Z | |
2546 | 2024-08-16T05:08:07.237Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (85/150) |
2547 | 2024-08-16T05:08:08.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-08-16T05:08:08.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-08-16T05:08:08.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-08-16T05:08:08.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2551 | 2024-08-16T05:08:08.104Z | |
2552 | 2024-08-16T05:08:08.104Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (86/150) |
2553 | 2024-08-16T05:08:08.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-08-16T05:08:08.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-08-16T05:08:08.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-08-16T05:08:08.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2557 | 2024-08-16T05:08:08.996Z | |
2558 | 2024-08-16T05:08:08.996Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (87/150) |
2559 | 2024-08-16T05:08:09.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-08-16T05:08:09.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-08-16T05:08:09.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-08-16T05:08:09.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2563 | 2024-08-16T05:08:09.877Z | |
2564 | 2024-08-16T05:08:09.877Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (88/150) |
2565 | 2024-08-16T05:08:10.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-08-16T05:08:10.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-08-16T05:08:10.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-08-16T05:08:10.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2569 | 2024-08-16T05:08:10.856Z | |
2570 | 2024-08-16T05:08:10.856Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (89/150) |
2571 | 2024-08-16T05:08:11.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-08-16T05:08:11.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-08-16T05:08:11.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2024-08-16T05:08:11.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2575 | 2024-08-16T05:08:11.758Z | |
2576 | 2024-08-16T05:08:11.758Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (90/150) |
2577 | 2024-08-16T05:08:12.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-08-16T05:08:12.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-08-16T05:08:12.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2580 | 2024-08-16T05:08:12.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2581 | 2024-08-16T05:08:12.651Z | |
2582 | 2024-08-16T05:08:12.651Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (91/150) |
2583 | 2024-08-16T05:08:13.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-08-16T05:08:13.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-08-16T05:08:13.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2024-08-16T05:08:13.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2587 | 2024-08-16T05:08:13.544Z | |
2588 | 2024-08-16T05:08:13.544Z | info: running `cargo check --bins` on oximeter-producer (92/150) |
2589 | 2024-08-16T05:08:14.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2024-08-16T05:08:14.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2024-08-16T05:08:14.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2592 | 2024-08-16T05:08:14.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2593 | 2024-08-16T05:08:14.477Z | |
2594 | 2024-08-16T05:08:14.477Z | info: running `cargo check --bins` on sled-agent-api (93/150) |
2595 | 2024-08-16T05:08:15.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2024-08-16T05:08:15.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2024-08-16T05:08:15.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2598 | 2024-08-16T05:08:15.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2599 | 2024-08-16T05:08:15.482Z | |
2600 | 2024-08-16T05:08:15.482Z | info: running `cargo check --bins` on sled-hardware (94/150) |
2601 | 2024-08-16T05:08:16.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2024-08-16T05:08:16.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2024-08-16T05:08:16.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2604 | 2024-08-16T05:08:16.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2605 | 2024-08-16T05:08:16.458Z | |
2606 | 2024-08-16T05:08:16.458Z | info: running `cargo check --bins --no-default-features` on sled-storage (95/150) |
2607 | 2024-08-16T05:08:17.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2024-08-16T05:08:17.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2024-08-16T05:08:17.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2610 | 2024-08-16T05:08:17.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2611 | 2024-08-16T05:08:17.384Z | |
2612 | 2024-08-16T05:08:17.384Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (96/150) |
2613 | 2024-08-16T05:08:18.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2024-08-16T05:08:18.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2024-08-16T05:08:18.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2616 | 2024-08-16T05:08:18.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2617 | 2024-08-16T05:08:18.290Z | |
2618 | 2024-08-16T05:08:18.290Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (97/150) |
2619 | 2024-08-16T05:08:19.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2024-08-16T05:08:19.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2024-08-16T05:08:19.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2622 | 2024-08-16T05:08:19.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2623 | 2024-08-16T05:08:19.186Z | |
2624 | 2024-08-16T05:08:19.186Z | info: running `cargo check --bins` on nexus-test-interface (98/150) |
2625 | 2024-08-16T05:08:20.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2024-08-16T05:08:20.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2024-08-16T05:08:20.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2024-08-16T05:08:20.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2629 | 2024-08-16T05:08:20.144Z | |
2630 | 2024-08-16T05:08:20.144Z | info: running `cargo check --bins` on oximeter-collector (99/150) |
2631 | 2024-08-16T05:08:21.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2024-08-16T05:08:21.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2024-08-16T05:08:21.197Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2634 | 2024-08-16T05:08:21.197Z | Checking bcs v0.1.6 |
2635 | 2024-08-16T05:08:21.197Z | Compiling async-recursion v1.1.1 |
2636 | 2024-08-16T05:08:21.197Z | Checking highway v1.2.0 |
2637 | 2024-08-16T05:08:21.221Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2638 | 2024-08-16T05:08:21.221Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2639 | 2024-08-16T05:08:22.426Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2640 | 2024-08-16T05:08:26.754Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2641 | 2024-08-16T05:08:28.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.84s |
2642 | 2024-08-16T05:08:29.143Z | |
2643 | 2024-08-16T05:08:29.144Z | info: running `cargo check --bins` on oximeter-api (100/150) |
2644 | 2024-08-16T05:08:29.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2024-08-16T05:08:29.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2024-08-16T05:08:29.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2647 | 2024-08-16T05:08:29.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2648 | 2024-08-16T05:08:30.043Z | |
2649 | 2024-08-16T05:08:30.043Z | info: running `cargo check --bins` on oximeter-client (101/150) |
2650 | 2024-08-16T05:08:30.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2024-08-16T05:08:30.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2024-08-16T05:08:30.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2653 | 2024-08-16T05:08:30.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2654 | 2024-08-16T05:08:31.019Z | |
2655 | 2024-08-16T05:08:31.019Z | info: running `cargo check --bins --no-default-features` on oximeter-db (102/150) |
2656 | 2024-08-16T05:08:31.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2024-08-16T05:08:31.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2024-08-16T05:08:31.939Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2659 | 2024-08-16T05:08:32.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
2660 | 2024-08-16T05:08:32.759Z | |
2661 | 2024-08-16T05:08:32.760Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (103/150) |
2662 | 2024-08-16T05:08:33.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2024-08-16T05:08:33.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2024-08-16T05:08:33.715Z | Compiling vte_generate_state_changes v0.1.1 |
2665 | 2024-08-16T05:08:33.715Z | Checking fd-lock v4.0.2 |
2666 | 2024-08-16T05:08:33.739Z | Checking bytecount v0.6.8 |
2667 | 2024-08-16T05:08:33.739Z | Compiling tabled_derive v0.7.0 |
2668 | 2024-08-16T05:08:33.739Z | Checking crossterm v0.27.0 |
2669 | 2024-08-16T05:08:33.739Z | Compiling peg-macros v0.8.4 |
2670 | 2024-08-16T05:08:33.739Z | Compiling sqlparser_derive v0.2.2 |
2671 | 2024-08-16T05:08:33.739Z | Checking unicode_categories v0.1.1 |
2672 | 2024-08-16T05:08:33.923Z | Checking home v0.5.9 |
2673 | 2024-08-16T05:08:33.950Z | Checking papergrid v0.11.0 |
2674 | 2024-08-16T05:08:34.012Z | Checking nu-ansi-term v0.50.0 |
2675 | 2024-08-16T05:08:34.062Z | Checking rustyline v14.0.0 |
2676 | 2024-08-16T05:08:34.309Z | Checking vte v0.11.1 |
2677 | 2024-08-16T05:08:34.363Z | Checking sqlformat v0.2.4 |
2678 | 2024-08-16T05:08:34.783Z | Checking sqlparser v0.45.0 |
2679 | 2024-08-16T05:08:35.262Z | Checking crossterm v0.28.1 |
2680 | 2024-08-16T05:08:35.496Z | Checking strip-ansi-escapes v0.2.0 |
2681 | 2024-08-16T05:08:35.650Z | Checking reedline v0.33.0 |
2682 | 2024-08-16T05:08:36.010Z | Checking tabled v0.15.0 |
2683 | 2024-08-16T05:08:36.607Z | Checking peg v0.8.4 |
2684 | 2024-08-16T05:08:42.510Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2685 | 2024-08-16T05:08:50.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.28s |
2686 | 2024-08-16T05:08:50.218Z | |
2687 | 2024-08-16T05:08:50.218Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (104/150) |
2688 | 2024-08-16T05:08:51.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2024-08-16T05:08:51.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2024-08-16T05:08:51.200Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2691 | 2024-08-16T05:08:58.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.51s |
2692 | 2024-08-16T05:08:58.891Z | |
2693 | 2024-08-16T05:08:58.891Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (105/150) |
2694 | 2024-08-16T05:08:59.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2024-08-16T05:08:59.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2024-08-16T05:08:59.799Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2697 | 2024-08-16T05:09:07.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.33s |
2698 | 2024-08-16T05:09:07.379Z | |
2699 | 2024-08-16T05:09:07.379Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (106/150) |
2700 | 2024-08-16T05:09:08.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2024-08-16T05:09:08.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2024-08-16T05:09:08.316Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2703 | 2024-08-16T05:09:13.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.44s |
2704 | 2024-08-16T05:09:13.973Z | |
2705 | 2024-08-16T05:09:13.973Z | info: running `cargo check --bins` on cockroach-admin-client (107/150) |
2706 | 2024-08-16T05:09:14.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2024-08-16T05:09:14.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2024-08-16T05:09:14.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2709 | 2024-08-16T05:09:14.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2710 | 2024-08-16T05:09:14.837Z | |
2711 | 2024-08-16T05:09:14.837Z | info: running `cargo check --bins` on installinator-client (108/150) |
2712 | 2024-08-16T05:09:15.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2024-08-16T05:09:15.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2024-08-16T05:09:15.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2715 | 2024-08-16T05:09:15.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2716 | 2024-08-16T05:09:15.869Z | |
2717 | 2024-08-16T05:09:15.869Z | info: running `cargo check --bins` on oxide-client (109/150) |
2718 | 2024-08-16T05:09:16.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2024-08-16T05:09:16.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2024-08-16T05:09:16.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2721 | 2024-08-16T05:09:16.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2722 | 2024-08-16T05:09:16.739Z | |
2723 | 2024-08-16T05:09:16.739Z | info: running `cargo check --bins` on wicketd-client (110/150) |
2724 | 2024-08-16T05:09:17.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2725 | 2024-08-16T05:09:17.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2726 | 2024-08-16T05:09:17.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2727 | 2024-08-16T05:09:17.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2728 | 2024-08-16T05:09:17.691Z | |
2729 | 2024-08-16T05:09:17.691Z | info: running `cargo check --bins` on wicket-common (111/150) |
2730 | 2024-08-16T05:09:18.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2731 | 2024-08-16T05:09:18.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2732 | 2024-08-16T05:09:18.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2733 | 2024-08-16T05:09:18.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2734 | 2024-08-16T05:09:18.592Z | |
2735 | 2024-08-16T05:09:18.592Z | info: running `cargo check --bins` on omicron-cockroach-admin (112/150) |
2736 | 2024-08-16T05:09:19.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2737 | 2024-08-16T05:09:19.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2738 | 2024-08-16T05:09:19.520Z | Checking csv-core v0.1.11 |
2739 | 2024-08-16T05:09:19.545Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2740 | 2024-08-16T05:09:19.822Z | Checking csv v1.3.0 |
2741 | 2024-08-16T05:09:20.557Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2742 | 2024-08-16T05:09:21.018Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2743 | 2024-08-16T05:09:22.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
2744 | 2024-08-16T05:09:22.674Z | |
2745 | 2024-08-16T05:09:22.674Z | info: running `cargo check --bins` on cockroach-admin-api (113/150) |
2746 | 2024-08-16T05:09:23.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2024-08-16T05:09:23.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2024-08-16T05:09:23.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2749 | 2024-08-16T05:09:23.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2750 | 2024-08-16T05:09:23.572Z | |
2751 | 2024-08-16T05:09:23.572Z | info: running `cargo check --bins` on cockroach-admin-types (114/150) |
2752 | 2024-08-16T05:09:24.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2024-08-16T05:09:24.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2024-08-16T05:09:24.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2755 | 2024-08-16T05:09:24.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2756 | 2024-08-16T05:09:24.448Z | |
2757 | 2024-08-16T05:09:24.448Z | info: running `cargo check --bins` on cert-dev (115/150) |
2758 | 2024-08-16T05:09:25.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2024-08-16T05:09:25.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2024-08-16T05:09:25.377Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2761 | 2024-08-16T05:09:25.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
2762 | 2024-08-16T05:09:25.768Z | |
2763 | 2024-08-16T05:09:25.769Z | info: running `cargo check --bins` on ch-dev (116/150) |
2764 | 2024-08-16T05:09:26.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2024-08-16T05:09:26.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2024-08-16T05:09:26.689Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2767 | 2024-08-16T05:09:27.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
2768 | 2024-08-16T05:09:27.624Z | |
2769 | 2024-08-16T05:09:27.624Z | info: running `cargo check --bins` on crdb-seed (117/150) |
2770 | 2024-08-16T05:09:28.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2024-08-16T05:09:28.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2024-08-16T05:09:28.572Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2773 | 2024-08-16T05:09:28.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
2774 | 2024-08-16T05:09:29.045Z | |
2775 | 2024-08-16T05:09:29.045Z | info: running `cargo check --bins` on db-dev (118/150) |
2776 | 2024-08-16T05:09:29.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2024-08-16T05:09:29.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2024-08-16T05:09:29.990Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2779 | 2024-08-16T05:09:30.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
2780 | 2024-08-16T05:09:30.987Z | |
2781 | 2024-08-16T05:09:30.987Z | info: running `cargo check --bins` on omicron-dev-lib (119/150) |
2782 | 2024-08-16T05:09:31.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2024-08-16T05:09:31.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2024-08-16T05:09:31.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2024-08-16T05:09:31.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2786 | 2024-08-16T05:09:31.899Z | |
2787 | 2024-08-16T05:09:31.899Z | info: running `cargo check --bins` on xtask-downloader (120/150) |
2788 | 2024-08-16T05:09:32.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2024-08-16T05:09:32.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2024-08-16T05:09:32.751Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2791 | 2024-08-16T05:09:33.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
2792 | 2024-08-16T05:09:33.916Z | |
2793 | 2024-08-16T05:09:33.916Z | info: running `cargo check --bins` on mgs-dev (121/150) |
2794 | 2024-08-16T05:09:34.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2024-08-16T05:09:34.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2024-08-16T05:09:34.906Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2797 | 2024-08-16T05:09:35.542Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2798 | 2024-08-16T05:09:36.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
2799 | 2024-08-16T05:09:36.167Z | |
2800 | 2024-08-16T05:09:36.167Z | info: running `cargo check --bins` on omicron-omdb (122/150) |
2801 | 2024-08-16T05:09:37.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2802 | 2024-08-16T05:09:37.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2803 | 2024-08-16T05:09:37.307Z | Compiling glob v0.3.1 |
2804 | 2024-08-16T05:09:37.307Z | Compiling crunchy v0.2.2 |
2805 | 2024-08-16T05:09:37.307Z | Compiling tiny-keccak v2.0.2 |
2806 | 2024-08-16T05:09:37.331Z | Compiling dsl_auto_type v0.1.2 |
2807 | 2024-08-16T05:09:37.331Z | Checking scheduled-thread-pool v0.2.7 |
2808 | 2024-08-16T05:09:37.355Z | Compiling diesel_table_macro_syntax v0.2.0 |
2809 | 2024-08-16T05:09:37.420Z | Compiling ascii-canvas v3.0.0 |
2810 | 2024-08-16T05:09:37.445Z | Compiling ena v0.14.3 |
2811 | 2024-08-16T05:09:37.547Z | Checking r2d2 v0.8.10 |
2812 | 2024-08-16T05:09:37.698Z | Compiling libloading v0.8.3 |
2813 | 2024-08-16T05:09:37.815Z | Compiling diff v0.1.13 |
2814 | 2024-08-16T05:09:37.839Z | Compiling regex-syntax v0.6.29 |
2815 | 2024-08-16T05:09:37.918Z | Compiling bindgen v0.69.4 |
2816 | 2024-08-16T05:09:38.086Z | Compiling which v4.4.2 |
2817 | 2024-08-16T05:09:38.222Z | Compiling clang-sys v1.7.0 |
2818 | 2024-08-16T05:09:38.456Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2819 | 2024-08-16T05:09:38.580Z | Compiling cexpr v0.6.0 |
2820 | 2024-08-16T05:09:38.604Z | Compiling lazycell v1.3.0 |
2821 | 2024-08-16T05:09:38.640Z | Compiling shlex v1.3.0 |
2822 | 2024-08-16T05:09:38.665Z | Compiling rustc-hash v1.1.0 |
2823 | 2024-08-16T05:09:38.752Z | Compiling ref-cast v1.0.23 |
2824 | 2024-08-16T05:09:38.783Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2825 | 2024-08-16T05:09:38.806Z | Compiling diesel_derives v2.2.2 |
2826 | 2024-08-16T05:09:38.831Z | Compiling derive_builder_core v0.20.0 |
2827 | 2024-08-16T05:09:39.036Z | Compiling libxml v0.3.3 |
2828 | 2024-08-16T05:09:39.059Z | Compiling ref-cast-impl v1.0.23 |
2829 | 2024-08-16T05:09:39.324Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2830 | 2024-08-16T05:09:39.423Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2831 | 2024-08-16T05:09:39.747Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2832 | 2024-08-16T05:09:40.015Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2833 | 2024-08-16T05:09:40.208Z | Compiling strum_macros v0.24.3 |
2834 | 2024-08-16T05:09:40.242Z | Compiling cookie v0.18.1 |
2835 | 2024-08-16T05:09:40.391Z | Compiling indoc v1.0.9 |
2836 | 2024-08-16T05:09:40.576Z | Compiling lalrpop v0.19.12 |
2837 | 2024-08-16T05:09:40.898Z | Compiling derive_builder_macro v0.20.0 |
2838 | 2024-08-16T05:09:41.676Z | Checking derive_builder v0.20.0 |
2839 | 2024-08-16T05:09:41.826Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2840 | 2024-08-16T05:09:42.308Z | Compiling impl-trait-for-tuples v0.2.2 |
2841 | 2024-08-16T05:09:42.762Z | Compiling oso-derive v0.27.3 |
2842 | 2024-08-16T05:09:42.863Z | Checking quick-xml v0.31.0 |
2843 | 2024-08-16T05:09:43.284Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2844 | 2024-08-16T05:09:43.551Z | Checking maplit v1.0.2 |
2845 | 2024-08-16T05:09:43.732Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2846 | 2024-08-16T05:09:44.125Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2847 | 2024-08-16T05:09:44.367Z | Checking bb8 v0.8.5 |
2848 | 2024-08-16T05:09:44.585Z | Compiling const_format_proc_macros v0.2.32 |
2849 | 2024-08-16T05:09:44.802Z | Checking crossbeam-deque v0.8.5 |
2850 | 2024-08-16T05:09:45.132Z | Compiling portable-atomic v1.6.0 |
2851 | 2024-08-16T05:09:45.174Z | Checking rayon-core v1.12.1 |
2852 | 2024-08-16T05:09:45.785Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2853 | 2024-08-16T05:09:46.052Z | Checking castaway v0.2.3 |
2854 | 2024-08-16T05:09:46.208Z | Checking compact_str v0.8.0 |
2855 | 2024-08-16T05:09:46.482Z | Checking const_format v0.2.32 |
2856 | 2024-08-16T05:09:46.978Z | Checking rayon v1.10.0 |
2857 | 2024-08-16T05:09:47.058Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2858 | 2024-08-16T05:09:47.082Z | Checking unicode-truncate v1.0.0 |
2859 | 2024-08-16T05:09:47.290Z | Checking lru v0.12.3 |
2860 | 2024-08-16T05:09:47.316Z | Compiling instability v0.3.2 |
2861 | 2024-08-16T05:09:47.831Z | Checking unicode-linebreak v0.1.5 |
2862 | 2024-08-16T05:09:47.884Z | Checking cassowary v0.3.0 |
2863 | 2024-08-16T05:09:48.167Z | Checking number_prefix v0.4.0 |
2864 | 2024-08-16T05:09:48.241Z | Checking smawk v0.3.2 |
2865 | 2024-08-16T05:09:48.355Z | Checking ratatui v0.28.0 |
2866 | 2024-08-16T05:09:48.436Z | Checking textwrap v0.16.1 |
2867 | 2024-08-16T05:09:48.814Z | Checking multimap v0.10.0 |
2868 | 2024-08-16T05:09:49.151Z | Checking diesel v2.2.2 |
2869 | 2024-08-16T05:09:50.562Z | Checking indicatif v0.17.8 |
2870 | 2024-08-16T05:10:08.242Z | Compiling samael v0.0.15 |
2871 | 2024-08-16T05:10:20.362Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2872 | 2024-08-16T05:10:22.579Z | Compiling polar-core v0.27.3 |
2873 | 2024-08-16T05:10:31.824Z | Checking oso v0.27.3 |
2874 | 2024-08-16T05:11:53.430Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2875 | 2024-08-16T05:12:01.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
2876 | 2024-08-16T05:12:01.308Z | |
2877 | 2024-08-16T05:12:01.308Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (123/150) |
2878 | 2024-08-16T05:12:02.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2024-08-16T05:12:02.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2024-08-16T05:12:02.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2881 | 2024-08-16T05:12:02.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2882 | 2024-08-16T05:12:02.274Z | |
2883 | 2024-08-16T05:12:02.274Z | info: running `cargo check --bins` on nexus-saga-recovery (124/150) |
2884 | 2024-08-16T05:12:03.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2885 | 2024-08-16T05:12:03.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2886 | 2024-08-16T05:12:03.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2887 | 2024-08-16T05:12:03.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2888 | 2024-08-16T05:12:03.223Z | |
2889 | 2024-08-16T05:12:03.224Z | info: running `cargo check --bins` on nexus-test-utils-macros (125/150) |
2890 | 2024-08-16T05:12:04.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2891 | 2024-08-16T05:12:04.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2892 | 2024-08-16T05:12:04.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2893 | 2024-08-16T05:12:04.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2894 | 2024-08-16T05:12:04.096Z | |
2895 | 2024-08-16T05:12:04.096Z | info: running `cargo check --bins` on omicron-nexus (126/150) |
2896 | 2024-08-16T05:12:05.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2897 | 2024-08-16T05:12:05.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2898 | 2024-08-16T05:12:05.355Z | Compiling libz-sys v1.1.16 |
2899 | 2024-08-16T05:12:05.383Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2900 | 2024-08-16T05:12:05.408Z | Compiling vergen v8.3.2 |
2901 | 2024-08-16T05:12:05.408Z | Compiling cargo-platform v0.1.8 |
2902 | 2024-08-16T05:12:05.408Z | Compiling pin-project-internal v1.1.5 |
2903 | 2024-08-16T05:12:05.461Z | Compiling snafu-derive v0.8.2 |
2904 | 2024-08-16T05:12:05.462Z | Compiling libsqlite3-sys v0.28.0 |
2905 | 2024-08-16T05:12:05.490Z | Compiling buf-list v1.0.3 |
2906 | 2024-08-16T05:12:05.741Z | Checking globset v0.4.14 |
2907 | 2024-08-16T05:12:05.964Z | Compiling cargo_metadata v0.18.1 |
2908 | 2024-08-16T05:12:06.032Z | Checking olpc-cjson v0.1.3 |
2909 | 2024-08-16T05:12:06.155Z | Checking rand_seeder v0.3.0 |
2910 | 2024-08-16T05:12:06.180Z | Checking serde_plain v1.0.2 |
2911 | 2024-08-16T05:12:06.250Z | Checking typed-path v0.7.1 |
2912 | 2024-08-16T05:12:06.374Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2913 | 2024-08-16T05:12:06.576Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2914 | 2024-08-16T05:12:06.603Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2915 | 2024-08-16T05:12:06.812Z | Checking hashlink v0.9.1 |
2916 | 2024-08-16T05:12:06.837Z | Checking fallible-iterator v0.3.0 |
2917 | 2024-08-16T05:12:06.861Z | Checking fallible-streaming-iterator v0.1.9 |
2918 | 2024-08-16T05:12:07.055Z | Checking parse-size v1.0.0 |
2919 | 2024-08-16T05:12:07.273Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2920 | 2024-08-16T05:12:07.325Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2921 | 2024-08-16T05:12:07.373Z | Checking rusqlite v0.31.0 |
2922 | 2024-08-16T05:12:07.990Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2923 | 2024-08-16T05:12:08.080Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2924 | 2024-08-16T05:12:08.126Z | Checking pin-project v1.1.5 |
2925 | 2024-08-16T05:12:08.224Z | Checking twox-hash v1.6.3 |
2926 | 2024-08-16T05:12:08.293Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2927 | 2024-08-16T05:12:08.616Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2928 | 2024-08-16T05:12:08.766Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2929 | 2024-08-16T05:12:09.016Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2930 | 2024-08-16T05:12:09.051Z | Checking fatfs v0.3.6 |
2931 | 2024-08-16T05:12:09.169Z | Checking assert_matches v1.5.0 |
2932 | 2024-08-16T05:12:10.314Z | Checking snafu v0.8.2 |
2933 | 2024-08-16T05:12:10.773Z | Checking tough v0.17.1 |
2934 | 2024-08-16T05:12:14.847Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2935 | 2024-08-16T05:12:16.440Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2936 | 2024-08-16T05:12:16.967Z | Compiling git2 v0.19.0 |
2937 | 2024-08-16T05:12:23.224Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2938 | 2024-08-16T05:13:44.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s |
2939 | 2024-08-16T05:13:44.720Z | |
2940 | 2024-08-16T05:13:44.720Z | info: running `cargo check --bins` on nexus-internal-api (127/150) |
2941 | 2024-08-16T05:13:45.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2942 | 2024-08-16T05:13:45.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2943 | 2024-08-16T05:13:45.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2944 | 2024-08-16T05:13:45.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
2945 | 2024-08-16T05:13:45.683Z | |
2946 | 2024-08-16T05:13:45.683Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (128/150) |
2947 | 2024-08-16T05:13:46.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2948 | 2024-08-16T05:13:46.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2949 | 2024-08-16T05:13:46.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2950 | 2024-08-16T05:13:46.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2951 | 2024-08-16T05:13:46.669Z | |
2952 | 2024-08-16T05:13:46.669Z | info: running `cargo check --bins` on nexus-networking (129/150) |
2953 | 2024-08-16T05:13:47.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2954 | 2024-08-16T05:13:47.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2955 | 2024-08-16T05:13:47.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2956 | 2024-08-16T05:13:47.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2957 | 2024-08-16T05:13:47.661Z | |
2958 | 2024-08-16T05:13:47.661Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (130/150) |
2959 | 2024-08-16T05:13:48.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2960 | 2024-08-16T05:13:48.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2961 | 2024-08-16T05:13:48.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2962 | 2024-08-16T05:13:48.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2963 | 2024-08-16T05:13:48.669Z | |
2964 | 2024-08-16T05:13:48.669Z | info: running `cargo check --bins` on update-common (131/150) |
2965 | 2024-08-16T05:13:49.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2966 | 2024-08-16T05:13:49.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2967 | 2024-08-16T05:13:49.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2968 | 2024-08-16T05:13:49.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2969 | 2024-08-16T05:13:49.614Z | |
2970 | 2024-08-16T05:13:49.614Z | info: running `cargo check --bins` on tufaceous-lib (132/150) |
2971 | 2024-08-16T05:13:50.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2972 | 2024-08-16T05:13:50.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2973 | 2024-08-16T05:13:50.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2974 | 2024-08-16T05:13:50.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2975 | 2024-08-16T05:13:50.617Z | |
2976 | 2024-08-16T05:13:50.617Z | info: running `cargo check --bins` on tufaceous (133/150) |
2977 | 2024-08-16T05:13:51.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2978 | 2024-08-16T05:13:51.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2979 | 2024-08-16T05:13:51.585Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2980 | 2024-08-16T05:13:52.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
2981 | 2024-08-16T05:13:52.847Z | |
2982 | 2024-08-16T05:13:52.847Z | info: running `cargo check --bins` on omicron-dev (134/150) |
2983 | 2024-08-16T05:13:53.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2984 | 2024-08-16T05:13:53.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2985 | 2024-08-16T05:13:54.089Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2986 | 2024-08-16T05:13:54.090Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2987 | 2024-08-16T05:13:54.114Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2988 | 2024-08-16T05:13:55.848Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2989 | 2024-08-16T05:13:58.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s |
2990 | 2024-08-16T05:13:59.181Z | |
2991 | 2024-08-16T05:13:59.181Z | info: running `cargo check --bins` on openapi-manager (135/150) |
2992 | 2024-08-16T05:14:00.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2993 | 2024-08-16T05:14:00.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2994 | 2024-08-16T05:14:00.230Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2995 | 2024-08-16T05:14:00.230Z | Checking heck v0.4.1 |
2996 | 2024-08-16T05:14:00.230Z | Checking is_ci v1.2.0 |
2997 | 2024-08-16T05:14:00.253Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2998 | 2024-08-16T05:14:00.253Z | Checking indent_write v2.2.0 |
2999 | 2024-08-16T05:14:00.374Z | Checking supports-color v3.0.0 |
3000 | 2024-08-16T05:14:00.455Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3001 | 2024-08-16T05:14:02.285Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3002 | 2024-08-16T05:14:03.381Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3003 | 2024-08-16T05:14:04.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s |
3004 | 2024-08-16T05:14:04.763Z | |
3005 | 2024-08-16T05:14:04.764Z | info: running `cargo check --bins` on installinator-api (136/150) |
3006 | 2024-08-16T05:14:05.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3007 | 2024-08-16T05:14:05.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3008 | 2024-08-16T05:14:05.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3009 | 2024-08-16T05:14:05.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3010 | 2024-08-16T05:14:05.773Z | |
3011 | 2024-08-16T05:14:05.774Z | info: running `cargo check --bins` on wicketd-api (137/150) |
3012 | 2024-08-16T05:14:06.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3013 | 2024-08-16T05:14:06.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3014 | 2024-08-16T05:14:06.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3015 | 2024-08-16T05:14:06.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3016 | 2024-08-16T05:14:06.718Z | |
3017 | 2024-08-16T05:14:06.718Z | info: running `cargo check --bins` on reconfigurator-cli (138/150) |
3018 | 2024-08-16T05:14:07.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3019 | 2024-08-16T05:14:07.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3020 | 2024-08-16T05:14:07.731Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3021 | 2024-08-16T05:14:09.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
3022 | 2024-08-16T05:14:09.407Z | |
3023 | 2024-08-16T05:14:09.407Z | info: running `cargo check --bins` on omicron-releng (139/150) |
3024 | 2024-08-16T05:14:10.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3025 | 2024-08-16T05:14:10.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3026 | 2024-08-16T05:14:10.458Z | Checking memmap2 v0.9.4 |
3027 | 2024-08-16T05:14:10.459Z | Checking arrayvec v0.7.4 |
3028 | 2024-08-16T05:14:10.482Z | Checking untrusted v0.7.1 |
3029 | 2024-08-16T05:14:10.482Z | Checking spin v0.5.2 |
3030 | 2024-08-16T05:14:10.482Z | Checking constant_time_eq v0.3.0 |
3031 | 2024-08-16T05:14:10.483Z | Checking arrayref v0.3.7 |
3032 | 2024-08-16T05:14:10.483Z | Checking cargo-platform v0.1.8 |
3033 | 2024-08-16T05:14:10.506Z | Checking topological-sort v0.2.2 |
3034 | 2024-08-16T05:14:10.624Z | Checking shell-words v1.1.0 |
3035 | 2024-08-16T05:14:10.747Z | Checking ring v0.16.20 |
3036 | 2024-08-16T05:14:10.818Z | Checking cargo_metadata v0.18.1 |
3037 | 2024-08-16T05:14:10.896Z | Checking blake3 v1.5.1 |
3038 | 2024-08-16T05:14:12.287Z | Checking omicron-zone-package v0.11.0 |
3039 | 2024-08-16T05:14:13.745Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3040 | 2024-08-16T05:14:14.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s |
3041 | 2024-08-16T05:14:15.090Z | |
3042 | 2024-08-16T05:14:15.090Z | info: running `cargo check --bins` on xtask (140/150) |
3043 | 2024-08-16T05:14:15.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2024-08-16T05:14:15.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2024-08-16T05:14:15.788Z | Checking serde v1.0.207 |
3046 | 2024-08-16T05:14:15.788Z | Checking thiserror v1.0.63 |
3047 | 2024-08-16T05:14:15.788Z | Checking scroll v0.12.0 |
3048 | 2024-08-16T05:14:15.788Z | Checking hashbrown v0.14.5 |
3049 | 2024-08-16T05:14:15.788Z | Checking bitflags v2.6.0 |
3050 | 2024-08-16T05:14:15.812Z | Checking log v0.4.21 |
3051 | 2024-08-16T05:14:15.835Z | Checking zerocopy v0.7.34 |
3052 | 2024-08-16T05:14:15.898Z | Checking syn v2.0.74 |
3053 | 2024-08-16T05:14:15.942Z | Checking pest v2.7.10 |
3054 | 2024-08-16T05:14:16.143Z | Checking rustix v0.38.34 |
3055 | 2024-08-16T05:14:16.166Z | Checking fs-err v2.11.0 |
3056 | 2024-08-16T05:14:16.277Z | Checking goblin v0.8.2 |
3057 | 2024-08-16T05:14:16.437Z | Checking anyhow v1.0.86 |
3058 | 2024-08-16T05:14:16.775Z | Checking tabled v0.15.0 |
3059 | 2024-08-16T05:14:16.858Z | Checking indexmap v2.4.0 |
3060 | 2024-08-16T05:14:17.034Z | Checking terminal_size v0.3.0 |
3061 | 2024-08-16T05:14:17.196Z | Checking clap_builder v4.5.15 |
3062 | 2024-08-16T05:14:18.112Z | Checking dtrace-parser v0.2.0 |
3063 | 2024-08-16T05:14:20.011Z | Checking clap v4.5.15 |
3064 | 2024-08-16T05:14:20.180Z | Checking serde_json v1.0.125 |
3065 | 2024-08-16T05:14:20.180Z | Checking toml_datetime v0.6.8 |
3066 | 2024-08-16T05:14:20.203Z | Checking serde_spanned v0.6.7 |
3067 | 2024-08-16T05:14:20.204Z | Checking semver v1.0.23 |
3068 | 2024-08-16T05:14:20.204Z | Checking cargo-platform v0.1.8 |
3069 | 2024-08-16T05:14:20.204Z | Checking camino v1.1.7 |
3070 | 2024-08-16T05:14:20.323Z | Checking macaddr v1.0.1 |
3071 | 2024-08-16T05:14:20.487Z | Checking toml_edit v0.22.20 |
3072 | 2024-08-16T05:14:21.448Z | Checking dof v0.3.0 |
3073 | 2024-08-16T05:14:21.448Z | Checking cargo_metadata v0.18.1 |
3074 | 2024-08-16T05:14:21.983Z | Checking usdt-impl v0.5.0 |
3075 | 2024-08-16T05:14:22.469Z | Checking usdt v0.5.0 |
3076 | 2024-08-16T05:14:22.754Z | Checking toml v0.8.19 |
3077 | 2024-08-16T05:14:23.384Z | Checking cargo_toml v0.20.4 |
3078 | 2024-08-16T05:14:25.102Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3079 | 2024-08-16T05:14:25.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.77s |
3080 | 2024-08-16T05:14:25.969Z | |
3081 | 2024-08-16T05:14:25.969Z | info: running `cargo check --bins` on end-to-end-tests (141/150) |
3082 | 2024-08-16T05:14:26.655Z | Downloading crates ... |
3083 | 2024-08-16T05:14:26.931Z | Downloaded blowfish v0.9.1 |
3084 | 2024-08-16T05:14:26.955Z | Downloaded dhcproto-macros v0.1.0 |
3085 | 2024-08-16T05:14:26.955Z | Downloaded dirs-sys v0.4.1 |
3086 | 2024-08-16T05:14:26.955Z | Downloaded option-ext v0.2.0 |
3087 | 2024-08-16T05:14:26.955Z | Downloaded md5 v0.7.0 |
3088 | 2024-08-16T05:14:26.955Z | Downloaded bcrypt-pbkdf v0.10.0 |
3089 | 2024-08-16T05:14:26.955Z | Downloaded ed25519 v2.2.3 |
3090 | 2024-08-16T05:14:26.955Z | Downloaded ssh-encoding v0.2.0 |
3091 | 2024-08-16T05:14:26.955Z | Downloaded russh-keys v0.44.0 |
3092 | 2024-08-16T05:14:26.978Z | Downloaded russh-cryptovec v0.7.2 |
3093 | 2024-08-16T05:14:26.978Z | Downloaded ssh-cipher v0.2.0 |
3094 | 2024-08-16T05:14:26.978Z | Downloaded ssh-key v0.6.6 |
3095 | 2024-08-16T05:14:26.978Z | Downloaded p384 v0.13.0 |
3096 | 2024-08-16T05:14:26.978Z | Downloaded ed25519-dalek v2.1.1 |
3097 | 2024-08-16T05:14:27.002Z | Downloaded russh v0.44.1 |
3098 | 2024-08-16T05:14:27.002Z | Downloaded p521 v0.13.3 |
3099 | 2024-08-16T05:14:27.003Z | Downloaded password-hash v0.4.2 |
3100 | 2024-08-16T05:14:27.003Z | Downloaded p256 v0.13.2 |
3101 | 2024-08-16T05:14:27.003Z | Downloaded num-bigint v0.4.5 |
3102 | 2024-08-16T05:14:27.026Z | Downloaded hex-literal v0.4.1 |
3103 | 2024-08-16T05:14:27.026Z | Downloaded rfc6979 v0.4.0 |
3104 | 2024-08-16T05:14:27.026Z | Downloaded primeorder v0.13.6 |
3105 | 2024-08-16T05:14:27.026Z | Downloaded polyval v0.6.2 |
3106 | 2024-08-16T05:14:27.026Z | Downloaded ghash v0.5.1 |
3107 | 2024-08-16T05:14:27.026Z | Downloaded pbkdf2 v0.11.0 |
3108 | 2024-08-16T05:14:27.050Z | Downloaded internet-checksum v0.2.1 |
3109 | 2024-08-16T05:14:27.050Z | Downloaded ecdsa v0.16.9 |
3110 | 2024-08-16T05:14:27.050Z | Downloaded dirs v5.0.1 |
3111 | 2024-08-16T05:14:27.050Z | Downloaded dhcproto v0.12.0 |
3112 | 2024-08-16T05:14:27.050Z | Downloaded aes-gcm v0.10.3 |
3113 | 2024-08-16T05:14:27.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3114 | 2024-08-16T05:14:27.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3115 | 2024-08-16T05:14:27.239Z | Checking polyval v0.6.2 |
3116 | 2024-08-16T05:14:27.239Z | Checking rfc6979 v0.4.0 |
3117 | 2024-08-16T05:14:27.286Z | Checking primeorder v0.13.6 |
3118 | 2024-08-16T05:14:27.311Z | Checking ctr v0.9.2 |
3119 | 2024-08-16T05:14:27.334Z | Checking ed25519 v2.2.3 |
3120 | 2024-08-16T05:14:27.334Z | Checking ssh-encoding v0.2.0 |
3121 | 2024-08-16T05:14:27.334Z | Checking blowfish v0.9.1 |
3122 | 2024-08-16T05:14:27.334Z | Checking option-ext v0.2.0 |
3123 | 2024-08-16T05:14:27.449Z | Checking ecdsa v0.16.9 |
3124 | 2024-08-16T05:14:27.495Z | Checking ghash v0.5.1 |
3125 | 2024-08-16T05:14:27.520Z | Checking dirs-sys v0.4.1 |
3126 | 2024-08-16T05:14:27.570Z | Checking password-hash v0.4.2 |
3127 | 2024-08-16T05:14:27.595Z | Checking bcrypt-pbkdf v0.10.0 |
3128 | 2024-08-16T05:14:27.643Z | Checking ed25519-dalek v2.1.1 |
3129 | 2024-08-16T05:14:27.666Z | Checking matches v0.1.10 |
3130 | 2024-08-16T05:14:27.690Z | Checking aes-gcm v0.10.3 |
3131 | 2024-08-16T05:14:27.690Z | Checking dirs v5.0.1 |
3132 | 2024-08-16T05:14:27.737Z | Compiling enum-as-inner v0.5.1 |
3133 | 2024-08-16T05:14:27.762Z | Checking idna v0.2.3 |
3134 | 2024-08-16T05:14:27.825Z | Checking russh-cryptovec v0.7.2 |
3135 | 2024-08-16T05:14:27.848Z | Checking md5 v0.7.0 |
3136 | 2024-08-16T05:14:27.897Z | Checking ssh-cipher v0.2.0 |
3137 | 2024-08-16T05:14:27.971Z | Checking pbkdf2 v0.11.0 |
3138 | 2024-08-16T05:14:27.995Z | Checking num-bigint v0.4.5 |
3139 | 2024-08-16T05:14:28.018Z | Checking hex-literal v0.4.1 |
3140 | 2024-08-16T05:14:28.104Z | Compiling dhcproto-macros v0.1.0 |
3141 | 2024-08-16T05:14:28.127Z | Checking p256 v0.13.2 |
3142 | 2024-08-16T05:14:28.151Z | Checking p384 v0.13.0 |
3143 | 2024-08-16T05:14:28.181Z | Checking ssh-key v0.6.6 |
3144 | 2024-08-16T05:14:28.239Z | Checking p521 v0.13.3 |
3145 | 2024-08-16T05:14:28.498Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3146 | 2024-08-16T05:14:28.577Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3147 | 2024-08-16T05:14:28.675Z | Checking trust-dns-proto v0.22.0 |
3148 | 2024-08-16T05:14:28.922Z | Checking internet-checksum v0.2.1 |
3149 | 2024-08-16T05:14:29.599Z | Checking russh-keys v0.44.0 |
3150 | 2024-08-16T05:14:30.775Z | Checking russh v0.44.1 |
3151 | 2024-08-16T05:14:32.252Z | Checking dhcproto v0.12.0 |
3152 | 2024-08-16T05:14:53.341Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3153 | 2024-08-16T05:14:54.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.01s |
3154 | 2024-08-16T05:14:55.161Z | |
3155 | 2024-08-16T05:14:55.161Z | info: running `cargo check --bins` on gateway-cli (142/150) |
3156 | 2024-08-16T05:14:55.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3157 | 2024-08-16T05:14:55.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3158 | 2024-08-16T05:14:56.044Z | Checking termios v0.3.3 |
3159 | 2024-08-16T05:14:56.221Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3160 | 2024-08-16T05:14:57.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
3161 | 2024-08-16T05:14:57.338Z | |
3162 | 2024-08-16T05:14:57.338Z | info: running `cargo check --bins --no-default-features` on installinator (143/150) |
3163 | 2024-08-16T05:14:58.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3164 | 2024-08-16T05:14:58.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3165 | 2024-08-16T05:14:58.320Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3166 | 2024-08-16T05:15:00.915Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3167 | 2024-08-16T05:15:03.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s |
3168 | 2024-08-16T05:15:03.350Z | |
3169 | 2024-08-16T05:15:03.350Z | info: running `cargo check --bins` on internal-dns-cli (144/150) |
3170 | 2024-08-16T05:15:04.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3171 | 2024-08-16T05:15:04.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3172 | 2024-08-16T05:15:04.290Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3173 | 2024-08-16T05:15:04.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
3174 | 2024-08-16T05:15:04.933Z | |
3175 | 2024-08-16T05:15:04.933Z | info: running `cargo check --bins` on omicron-package (145/150) |
3176 | 2024-08-16T05:15:05.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3177 | 2024-08-16T05:15:05.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3178 | 2024-08-16T05:15:05.882Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3179 | 2024-08-16T05:15:07.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
3180 | 2024-08-16T05:15:07.567Z | |
3181 | 2024-08-16T05:15:07.567Z | info: running `cargo check --bins` on wicket-dbg (146/150) |
3182 | 2024-08-16T05:15:08.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3183 | 2024-08-16T05:15:08.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3184 | 2024-08-16T05:15:08.555Z | Checking rtoolbox v0.0.2 |
3185 | 2024-08-16T05:15:08.555Z | Checking tui-tree-widget v0.22.0 |
3186 | 2024-08-16T05:15:08.579Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3187 | 2024-08-16T05:15:08.743Z | Checking rpassword v7.3.1 |
3188 | 2024-08-16T05:15:13.823Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3189 | 2024-08-16T05:15:17.719Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3190 | 2024-08-16T05:15:19.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s |
3191 | 2024-08-16T05:15:22.467Z | |
3192 | 2024-08-16T05:15:22.467Z | info: running `cargo check --bins` on wicket (147/150) |
3193 | 2024-08-16T05:15:22.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3194 | 2024-08-16T05:15:22.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3195 | 2024-08-16T05:15:22.545Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3196 | 2024-08-16T05:15:22.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3197 | 2024-08-16T05:15:22.591Z | |
3198 | 2024-08-16T05:15:22.591Z | info: running `cargo check --bins` on wicketd (148/150) |
3199 | 2024-08-16T05:15:22.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3200 | 2024-08-16T05:15:22.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3201 | 2024-08-16T05:15:22.591Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3202 | 2024-08-16T05:15:26.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s |
3203 | 2024-08-16T05:15:26.868Z | |
3204 | 2024-08-16T05:15:26.868Z | info: running `cargo check --bins` on omicron-workspace-hack (149/150) |
3205 | 2024-08-16T05:15:27.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3206 | 2024-08-16T05:15:27.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3207 | 2024-08-16T05:15:27.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3208 | 2024-08-16T05:15:27.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3209 | 2024-08-16T05:15:27.742Z | |
3210 | 2024-08-16T05:15:27.742Z | info: running `cargo check --bins` on zone-setup (150/150) |
3211 | 2024-08-16T05:15:28.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3212 | 2024-08-16T05:15:28.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3213 | 2024-08-16T05:15:28.810Z | Checking uzers v0.11.3 |
3214 | 2024-08-16T05:15:29.113Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3215 | 2024-08-16T05:15:30.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s |
3216 | 2024-08-16T05:15:30.641Z | |
3217 | 2024-08-16T05:15:30.641Z | real 13:46.963332928 |
3218 | 2024-08-16T05:15:30.642Z | user 24:09.457411629 |
3219 | 2024-08-16T05:15:30.642Z | sys 5:33.083722585 |
3220 | 2024-08-16T05:15:30.642Z | trap 0.619593095 |
3221 | 2024-08-16T05:15:30.642Z | tflt 1.531347991 |
3222 | 2024-08-16T05:15:30.642Z | dflt 2.714074888 |
3223 | 2024-08-16T05:15:30.642Z | kflt 0.001064616 |
3224 | 2024-08-16T05:15:30.642Z | lock 46:35.551787707 |
3225 | 2024-08-16T05:15:30.642Z | slp 2:07:28.624816818 |
3226 | 2024-08-16T05:15:30.642Z | lat 58.545421897 |
3227 | 2024-08-16T05:15:30.642Z | stop 2:37.869815832 |
3228 | 2024-08-16T05:15:30.667Z | process exited: duration 1055974 ms, exit code 0 |
|
3229 | 2024-08-16T05:15:30.740Z | found 0 output files |