|
|
|
1 | 2025-01-24T22:50:55.953Z | job assigned to worker 01JJD849MPR82RMQF6GEK8GP7H [factory aws, i-040d01eac479fa52b] (queued for 56 s) |
|
2 | 2025-01-24T22:51:03.730Z | starting task 0: "setup" |
3 | 2025-01-24T22:51:03.736Z | ++ uname -s |
4 | 2025-01-24T22:51:03.740Z | + kern=SunOS |
5 | 2025-01-24T22:51:03.740Z | + case "$kern" in |
6 | 2025-01-24T22:51:03.740Z | + groupadd -g 12345 build |
7 | 2025-01-24T22:51:03.743Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-24T22:51:05.747Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-24T22:51:05.866Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-24T22:51:05.868Z | + home_fs=zfs |
11 | 2025-01-24T22:51:05.868Z | + [[ zfs == autofs ]] |
12 | 2025-01-24T22:51:05.868Z | + mkdir -p /home/build |
13 | 2025-01-24T22:51:05.871Z | + chown build:build /home/build /work |
14 | 2025-01-24T22:51:07.872Z | + chmod 0700 /home/build /work |
15 | 2025-01-24T22:51:07.877Z | process exited: duration 4148 ms, exit code 0 |
|
16 | 2025-01-24T22:51:07.883Z | starting task 1: "rust-toolchain" |
17 | 2025-01-24T22:51:07.889Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-24T22:51:07.889Z | ' 1.84.0 |
19 | 2025-01-24T22:51:07.889Z | * toolchain channel = "1.84.0" |
20 | 2025-01-24T22:51:07.889Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-24T22:51:07.889Z | ' default |
22 | 2025-01-24T22:51:07.889Z | * toolchain profile = "default" |
23 | 2025-01-24T22:51:07.891Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-24T22:51:07.891Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-24T22:51:08.012Z | info: downloading installer |
26 | 2025-01-24T22:51:09.686Z | info: profile set to 'default' |
27 | 2025-01-24T22:51:09.686Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-24T22:51:09.689Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-24T22:51:09.841Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-24T22:51:09.841Z | info: downloading component 'cargo' |
31 | 2025-01-24T22:51:10.724Z | info: downloading component 'clippy' |
32 | 2025-01-24T22:51:11.063Z | info: downloading component 'rust-docs' |
33 | 2025-01-24T22:51:12.273Z | info: downloading component 'rust-std' |
34 | 2025-01-24T22:51:14.066Z | info: downloading component 'rustc' |
35 | 2025-01-24T22:51:20.928Z | info: downloading component 'rustfmt' |
36 | 2025-01-24T22:51:21.251Z | info: installing component 'cargo' |
37 | 2025-01-24T22:51:22.642Z | info: installing component 'clippy' |
38 | 2025-01-24T22:51:22.650Z | info: installing component 'rust-docs' |
39 | 2025-01-24T22:51:24.085Z | info: installing component 'rust-std' |
40 | 2025-01-24T22:51:25.769Z | info: installing component 'rustc' |
41 | 2025-01-24T22:51:31.935Z | info: installing component 'rustfmt' |
42 | 2025-01-24T22:51:32.255Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-24T22:51:32.255Z | |
44 | 2025-01-24T22:51:32.643Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-24T22:51:32.644Z | |
46 | 2025-01-24T22:51:32.647Z | |
47 | 2025-01-24T22:51:32.647Z | Rust is installed now. Great! |
48 | 2025-01-24T22:51:32.647Z | |
49 | 2025-01-24T22:51:32.647Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-24T22:51:32.647Z | environment variable. This has not been done automatically. |
51 | 2025-01-24T22:51:32.647Z | |
52 | 2025-01-24T22:51:32.647Z | To configure your current shell, you need to source |
53 | 2025-01-24T22:51:32.647Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-24T22:51:32.647Z | |
55 | 2025-01-24T22:51:32.647Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-24T22:51:32.647Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-24T22:51:32.647Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-24T22:51:32.722Z | + rustc --version |
59 | 2025-01-24T22:51:32.792Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-24T22:51:32.795Z | process exited: duration 24910 ms, exit code 0 |
|
61 | 2025-01-24T22:51:32.800Z | starting task 2: "authentication" |
62 | 2025-01-24T22:51:32.821Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-24T22:51:32.827Z | starting task 3: "clone repository" |
64 | 2025-01-24T22:51:32.831Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-24T22:51:32.835Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-24T22:51:33.085Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-24T22:51:41.553Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-24T22:51:41.553Z | + git fetch origin 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58 |
69 | 2025-01-24T22:51:41.895Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-24T22:51:41.895Z | * branch 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58 -> FETCH_HEAD |
71 | 2025-01-24T22:51:41.906Z | + [[ -n omdb-decommissioned-disk-task-impl ]] |
72 | 2025-01-24T22:51:41.908Z | ++ git branch --show-current |
73 | 2025-01-24T22:51:41.911Z | + current=main |
74 | 2025-01-24T22:51:41.911Z | + [[ main != omdb-decommissioned-disk-task-impl ]] |
75 | 2025-01-24T22:51:41.911Z | + git branch -f omdb-decommissioned-disk-task-impl 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58 |
76 | 2025-01-24T22:51:41.915Z | + git checkout -f omdb-decommissioned-disk-task-impl |
77 | 2025-01-24T22:51:42.093Z | Switched to branch 'omdb-decommissioned-disk-task-impl' |
78 | 2025-01-24T22:51:42.095Z | + git reset --hard 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58 |
79 | 2025-01-24T22:51:42.108Z | HEAD is now at 40f39e77e Merge branch 'omdb-sb-task-impl' into omdb-decommissioned-disk-task-impl |
80 | 2025-01-24T22:51:42.111Z | process exited: duration 9282 ms, exit code 0 |
|
81 | 2025-01-24T22:51:42.116Z | starting task 4: "build" |
82 | 2025-01-24T22:51:42.121Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-24T22:51:42.121Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-24T22:51:42.124Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-24T22:51:42.124Z | + cargo --version |
86 | 2025-01-24T22:51:42.183Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-24T22:51:42.185Z | + rustc --version |
88 | 2025-01-24T22:51:42.246Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-24T22:51:42.249Z | + source ./env.sh |
90 | 2025-01-24T22:51:42.249Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-24T22:51:42.249Z | ++ set -o xtrace |
92 | 2025-01-24T22:51:42.251Z | ++++ dirname ./env.sh |
93 | 2025-01-24T22:51:42.254Z | +++ readlink -f . |
94 | 2025-01-24T22:51:42.350Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-24T22:51:42.352Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-24T22:51:42.352Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2025-01-24T22:51:42.352Z | ++ 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 |
98 | 2025-01-24T22:51:42.353Z | ++ 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 |
99 | 2025-01-24T22:51:42.353Z | ++ 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 |
100 | 2025-01-24T22:51:42.353Z | ++ 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 |
101 | 2025-01-24T22:51:42.353Z | ++ 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 |
102 | 2025-01-24T22:51:42.354Z | ++ 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 |
103 | 2025-01-24T22:51:42.354Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-24T22:51:42.354Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-24T22:51:42.354Z | + 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 |
106 | 2025-01-24T22:51:42.355Z | + 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 |
107 | 2025-01-24T22:51:42.355Z | + banner prerequisites |
108 | 2025-01-24T22:51:42.451Z | |
109 | 2025-01-24T22:51:42.451Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-24T22:51:42.451Z | # # # # # # # # # # # # # # # |
111 | 2025-01-24T22:51:42.451Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-24T22:51:42.451Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-24T22:51:42.451Z | # # # # # # # # # # # # # # # |
114 | 2025-01-24T22:51:42.452Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-24T22:51:42.452Z | |
116 | 2025-01-24T22:51:42.455Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-24T22:51:54.583Z | pkg list: illegal option -- F |
118 | 2025-01-24T22:51:54.583Z | Usage: |
119 | 2025-01-24T22:51:54.586Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-24T22:51:54.586Z | [pkg_fmri_pattern ...] |
121 | 2025-01-24T22:51:55.437Z | pkg list: illegal option -- F |
122 | 2025-01-24T22:51:55.437Z | Usage: |
123 | 2025-01-24T22:51:55.440Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
124 | 2025-01-24T22:51:55.441Z | [pkg_fmri_pattern ...] |
125 | 2025-01-24T22:52:05.744Z | Startup: Refreshing catalog 'helios-dev' ... Done |
126 | 2025-01-24T22:52:10.130Z | Startup: Caching catalogs ... Done |
127 | 2025-01-24T22:52:21.460Z | Planning: Solver setup ... Done (10.528s) |
128 | 2025-01-24T22:52:21.607Z | Planning: Running solver ... Done (0.148s) |
129 | 2025-01-24T22:52:22.138Z | Planning: Finding local manifests ... Done (0.428s) |
130 | 2025-01-24T22:52:22.179Z | Planning: Fetching manifests: 0/7 0% complete |
131 | 2025-01-24T22:52:22.860Z | Planning: Fetching manifests: 7/7 100% complete |
132 | 2025-01-24T22:52:23.492Z | Planning: Package planning ... Done (0.631s) |
133 | 2025-01-24T22:52:23.551Z | Planning: Merging actions ... Done (0.060s) |
134 | 2025-01-24T22:52:24.693Z | Planning: Checking for conflicting actions ... Done (1.142s) |
135 | 2025-01-24T22:52:31.537Z | Planning: Consolidating action changes ... Done (6.844s) |
136 | 2025-01-24T22:52:31.949Z | Planning: Evaluating mediators ... Done (0.412s) |
137 | 2025-01-24T22:52:32.070Z | Planning: Planning completed in 21.85 seconds |
138 | 2025-01-24T22:52:32.081Z | Packages to install: 4 |
139 | 2025-01-24T22:52:32.081Z | Packages to update: 3 |
140 | 2025-01-24T22:52:32.083Z | Mediators to change: 2 |
141 | 2025-01-24T22:52:32.083Z | Services to change: 1 |
142 | 2025-01-24T22:52:32.084Z | Estimated space available: 155.61 GB |
143 | 2025-01-24T22:52:32.084Z | Estimated space to be consumed: 1.64 GB |
144 | 2025-01-24T22:52:32.084Z | Create boot environment: No |
145 | 2025-01-24T22:52:32.084Z | Create backup boot environment: Yes |
146 | 2025-01-24T22:52:32.084Z | Rebuild boot archive: No |
147 | 2025-01-24T22:52:32.084Z | |
148 | 2025-01-24T22:52:32.084Z | Changed mediators: |
149 | 2025-01-24T22:52:32.084Z | mediator clang: |
150 | 2025-01-24T22:52:32.084Z | version: None -> 15 (system default) |
151 | 2025-01-24T22:52:32.084Z | |
152 | 2025-01-24T22:52:32.084Z | mediator llvm: |
153 | 2025-01-24T22:52:32.084Z | version: 14 (system default) -> 15 (system default) |
154 | 2025-01-24T22:52:32.084Z | |
155 | 2025-01-24T22:52:32.084Z | Changed packages: |
156 | 2025-01-24T22:52:32.084Z | helios-dev |
157 | 2025-01-24T22:52:32.084Z | developer/build-essential |
158 | 2025-01-24T22:52:32.084Z | None -> 11-2.0 |
159 | 2025-01-24T22:52:32.084Z | library/libxmlsec1 |
160 | 2025-01-24T22:52:32.084Z | None -> 1.2.35-2.0 |
161 | 2025-01-24T22:52:32.084Z | ooce/developer/clang-15 |
162 | 2025-01-24T22:52:32.084Z | None -> 15.0.7-2.0 |
163 | 2025-01-24T22:52:32.085Z | ooce/developer/llvm-15 |
164 | 2025-01-24T22:52:32.085Z | None -> 15.0.7-2.0 |
165 | 2025-01-24T22:52:32.085Z | package/pkg |
166 | 2025-01-24T22:52:32.085Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
167 | 2025-01-24T22:52:32.085Z | system/library/g++-runtime |
168 | 2025-01-24T22:52:32.085Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-24T22:52:32.085Z | system/library/gcc-runtime |
170 | 2025-01-24T22:52:32.085Z | 13-2.0 -> 14-2.0 |
171 | 2025-01-24T22:52:32.085Z | |
172 | 2025-01-24T22:52:32.085Z | Services: |
173 | 2025-01-24T22:52:32.085Z | restart_fmri: |
174 | 2025-01-24T22:52:32.085Z | svc:/system/update-man-index:default |
175 | 2025-01-24T22:52:32.085Z | |
176 | 2025-01-24T22:52:32.085Z | Editable files to change: |
177 | 2025-01-24T22:52:32.085Z | Update: |
178 | 2025-01-24T22:52:32.085Z | usr/share/lib/pkg/web/config.shtml |
179 | 2025-01-24T22:52:32.548Z | |
180 | 2025-01-24T22:52:32.548Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
181 | 2025-01-24T22:52:37.548Z | Download: 272/4301 items 1.6/225.4MB 0% complete (311k/s) |
182 | 2025-01-24T22:52:42.552Z | Download: 794/4301 items 18.6/225.4MB 8% complete (1.9M/s) |
183 | 2025-01-24T22:52:47.555Z | Download: 1168/4301 items 65.7/225.4MB 29% complete (6.4M/s) |
184 | 2025-01-24T22:52:52.566Z | Download: 1212/4301 items 84.9/225.4MB 37% complete (6.6M/s) |
185 | 2025-01-24T22:52:57.568Z | Download: 2825/4301 items 121.1/225.4MB 53% complete (5.5M/s) |
186 | 2025-01-24T22:53:02.703Z | Download: 3285/4301 items 212.4/225.4MB 94% complete (12.9M/s) |
187 | 2025-01-24T22:53:07.829Z | Download: 3348/4301 items 212.9/225.4MB 94% complete (9.3M/s) |
188 | 2025-01-24T22:53:12.831Z | Download: 4281/4301 items 220.6/225.4MB 97% complete (914k/s) |
189 | 2025-01-24T22:53:14.564Z | Download: Completed 225.42 MB in 42.02 seconds (5.4M/s) |
190 | 2025-01-24T22:53:16.427Z | Actions: 1/5122 actions (Removing old actions) |
191 | 2025-01-24T22:53:16.442Z | Actions: 194/5122 actions (Installing new actions) |
192 | 2025-01-24T22:53:21.577Z | Actions: 4112/5122 actions (Installing new actions) |
193 | 2025-01-24T22:53:22.458Z | Actions: 4267/5122 actions (Updating modified actions) |
194 | 2025-01-24T22:53:23.054Z | Actions: Completed 5122 actions in 6.63 seconds. |
195 | 2025-01-24T22:53:23.466Z | Done (0.403s) |
196 | 2025-01-24T22:53:23.469Z | Done (0.001s) |
197 | 2025-01-24T22:53:24.046Z | Done (0.579s) |
198 | 2025-01-24T22:53:31.002Z | Done (6.719s) |
199 | 2025-01-24T22:53:31.592Z | Done (0.521s) |
200 | 2025-01-24T22:53:31.595Z | Done (0.000s) |
201 | 2025-01-24T22:53:31.751Z | Done (0.000s) |
202 | 2025-01-24T22:53:32.457Z | Planning: Evaluating mediator changes ... Done |
203 | 2025-01-24T22:53:32.619Z | Planning: Checking for conflicting actions ... Done |
204 | 2025-01-24T22:53:32.622Z | Planning: Consolidating action changes ... Done |
205 | 2025-01-24T22:53:32.887Z | Planning: Evaluating mediators ... Done |
206 | 2025-01-24T22:53:32.890Z | Planning: Planning completed in 0.43 seconds |
207 | 2025-01-24T22:53:32.926Z | Mediators to change: 2 |
208 | 2025-01-24T22:53:32.926Z | Create boot environment: No |
209 | 2025-01-24T22:53:32.929Z | Create backup boot environment: No |
210 | 2025-01-24T22:53:33.008Z | Done |
211 | 2025-01-24T22:53:33.008Z | Done |
212 | 2025-01-24T22:53:33.377Z | Done |
213 | 2025-01-24T22:53:37.044Z | Done |
214 | 2025-01-24T22:53:37.133Z | Done |
215 | 2025-01-24T22:53:37.136Z | Done |
216 | 2025-01-24T22:53:37.281Z | Done |
217 | 2025-01-24T22:53:37.890Z | Planning: Evaluating mediator changes ... Done |
218 | 2025-01-24T22:53:37.893Z | Planning: Merging actions ... Done |
219 | 2025-01-24T22:53:38.086Z | Planning: Checking for conflicting actions ... Done |
220 | 2025-01-24T22:53:38.089Z | Planning: Consolidating action changes ... Done |
221 | 2025-01-24T22:53:38.355Z | Planning: Evaluating mediators ... Done |
222 | 2025-01-24T22:53:38.410Z | Planning: Planning completed in 0.76 seconds |
223 | 2025-01-24T22:53:38.450Z | Packages to change: 1 |
224 | 2025-01-24T22:53:38.450Z | Mediators to change: 1 |
225 | 2025-01-24T22:53:38.450Z | Services to change: 1 |
226 | 2025-01-24T22:53:38.453Z | Create boot environment: No |
227 | 2025-01-24T22:53:38.453Z | Create backup boot environment: Yes |
228 | 2025-01-24T22:53:40.485Z | Actions: 1/6 actions (Updating modified actions) |
229 | 2025-01-24T22:53:40.580Z | Actions: Completed 6 actions in 0.10 seconds. |
230 | 2025-01-24T22:53:40.583Z | Done |
231 | 2025-01-24T22:53:40.583Z | Done |
232 | 2025-01-24T22:53:40.698Z | Done |
233 | 2025-01-24T22:53:44.373Z | Done |
234 | 2025-01-24T22:53:44.462Z | Done |
235 | 2025-01-24T22:53:44.464Z | Done |
236 | 2025-01-24T22:53:44.585Z | Done |
237 | 2025-01-24T22:53:45.024Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
238 | 2025-01-24T22:53:45.024Z | clang system 15 system |
239 | 2025-01-24T22:53:45.024Z | csh system system illumos |
240 | 2025-01-24T22:53:45.024Z | ctags system system illumos |
241 | 2025-01-24T22:53:45.024Z | gcc vendor 12 vendor |
242 | 2025-01-24T22:53:45.024Z | gcc system 10 system |
243 | 2025-01-24T22:53:45.024Z | gcc system 7 system |
244 | 2025-01-24T22:53:45.024Z | go system 1.20 system |
245 | 2025-01-24T22:53:45.024Z | go system 1.19 system |
246 | 2025-01-24T22:53:45.024Z | llvm system 15 system |
247 | 2025-01-24T22:53:45.024Z | llvm system 14 system |
248 | 2025-01-24T22:53:45.024Z | mariadb system 10.6 system |
249 | 2025-01-24T22:53:45.024Z | mta vendor vendor dma |
250 | 2025-01-24T22:53:45.024Z | openjdk system 17 system |
251 | 2025-01-24T22:53:45.025Z | openjdk system 11 system |
252 | 2025-01-24T22:53:45.025Z | openjdk system 1.8 system |
253 | 2025-01-24T22:53:45.025Z | openssl vendor 3 vendor |
254 | 2025-01-24T22:53:45.025Z | perl system 5.36 system |
255 | 2025-01-24T22:53:45.025Z | postgresql system 15 system |
256 | 2025-01-24T22:53:45.025Z | postgresql system 13 system |
257 | 2025-01-24T22:53:45.025Z | python vendor 3 vendor |
258 | 2025-01-24T22:53:45.025Z | python system 2 system |
259 | 2025-01-24T22:53:45.025Z | python3 system 3.11 system |
260 | 2025-01-24T22:53:45.025Z | ruby system 3.0 system |
261 | 2025-01-24T22:53:45.025Z | words vendor vendor american-english |
262 | 2025-01-24T22:53:45.025Z | words system system australian-english |
263 | 2025-01-24T22:53:45.025Z | words system system british-english |
264 | 2025-01-24T22:53:45.025Z | words system system canadian-english |
265 | 2025-01-24T22:53:45.025Z | words system system french |
266 | 2025-01-24T22:53:45.025Z | words system system italian |
267 | 2025-01-24T22:53:45.025Z | words system system ngerman |
268 | 2025-01-24T22:53:45.025Z | words system system ogerman |
269 | 2025-01-24T22:53:45.025Z | words system system spanish |
270 | 2025-01-24T22:53:45.349Z | PUBLISHER TYPE STATUS P LOCATION |
271 | 2025-01-24T22:53:45.349Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
272 | 2025-01-24T22:53:48.114Z | FMRI IFO |
273 | 2025-01-24T22:53:48.114Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
274 | 2025-01-24T22:53:48.114Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
275 | 2025-01-24T22:53:48.114Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
276 | 2025-01-24T22:53:48.114Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
277 | 2025-01-24T22:53:48.114Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
278 | 2025-01-24T22:53:48.114Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
279 | 2025-01-24T22:53:48.114Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
280 | 2025-01-24T22:53:48.114Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
281 | 2025-01-24T22:53:48.114Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
282 | 2025-01-24T22:53:48.114Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
283 | 2025-01-24T22:53:48.114Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
284 | 2025-01-24T22:53:48.114Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
285 | 2025-01-24T22:53:48.114Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
286 | 2025-01-24T22:53:48.115Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
287 | 2025-01-24T22:53:48.115Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
288 | 2025-01-24T22:53:48.876Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
289 | 2025-01-24T22:53:49.176Z | Updating crates.io index |
290 | 2025-01-24T22:53:49.179Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
291 | 2025-01-24T22:53:49.583Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
292 | 2025-01-24T22:53:50.097Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
293 | 2025-01-24T22:53:50.349Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
294 | 2025-01-24T22:53:50.636Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
295 | 2025-01-24T22:53:50.908Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
296 | 2025-01-24T22:53:51.835Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
297 | 2025-01-24T22:53:53.421Z | Updating git repository `https://github.com/oxidecomputer/opte` |
298 | 2025-01-24T22:53:54.086Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
299 | 2025-01-24T22:53:54.858Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
300 | 2025-01-24T22:53:55.160Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
301 | 2025-01-24T22:53:55.567Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
302 | 2025-01-24T22:53:56.312Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
303 | 2025-01-24T22:53:56.721Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
304 | 2025-01-24T22:53:57.126Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
305 | 2025-01-24T22:53:57.418Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
306 | 2025-01-24T22:53:57.720Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
307 | 2025-01-24T22:53:57.968Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
308 | 2025-01-24T22:53:58.305Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
309 | 2025-01-24T22:53:58.658Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
310 | 2025-01-24T22:53:59.040Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
311 | 2025-01-24T22:53:59.421Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
312 | 2025-01-24T22:53:59.754Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
313 | 2025-01-24T22:54:00.120Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
314 | 2025-01-24T22:54:00.609Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
315 | 2025-01-24T22:54:01.028Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
316 | 2025-01-24T22:54:01.399Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
317 | 2025-01-24T22:54:01.810Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
318 | 2025-01-24T22:54:02.202Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
319 | 2025-01-24T22:54:02.491Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
320 | 2025-01-24T22:54:02.747Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
321 | 2025-01-24T22:54:04.060Z | Downloading crates ... |
322 | 2025-01-24T22:54:04.139Z | Downloaded anstyle-query v1.1.1 |
323 | 2025-01-24T22:54:04.146Z | Downloaded fastrand v2.1.1 |
324 | 2025-01-24T22:54:04.149Z | Downloaded autocfg v1.4.0 |
325 | 2025-01-24T22:54:04.152Z | Downloaded bitflags v2.6.0 |
326 | 2025-01-24T22:54:04.183Z | Downloaded scroll_derive v0.12.0 |
327 | 2025-01-24T22:54:04.193Z | Downloaded usdt-macro v0.5.0 |
328 | 2025-01-24T22:54:04.196Z | Downloaded equivalent v1.0.1 |
329 | 2025-01-24T22:54:04.196Z | Downloaded usdt-attr-macro v0.5.0 |
330 | 2025-01-24T22:54:04.200Z | Downloaded pretty-hex v0.4.1 |
331 | 2025-01-24T22:54:04.214Z | Downloaded heck v0.4.1 |
332 | 2025-01-24T22:54:04.217Z | Downloaded swrite v0.1.0 |
333 | 2025-01-24T22:54:04.217Z | Downloaded anstyle-parse v0.2.5 |
334 | 2025-01-24T22:54:04.220Z | Downloaded anstyle v1.0.10 |
335 | 2025-01-24T22:54:04.220Z | Downloaded digest v0.10.7 |
336 | 2025-01-24T22:54:04.223Z | Downloaded cfg-if v1.0.0 |
337 | 2025-01-24T22:54:04.223Z | Downloaded bytecount v0.6.8 |
338 | 2025-01-24T22:54:04.226Z | Downloaded fs-err v2.11.0 |
339 | 2025-01-24T22:54:04.230Z | Downloaded plain v0.2.3 |
340 | 2025-01-24T22:54:04.230Z | Downloaded errno v0.3.9 |
341 | 2025-01-24T22:54:04.232Z | Downloaded colorchoice v1.0.2 |
342 | 2025-01-24T22:54:04.232Z | Downloaded clap_lex v0.7.2 |
343 | 2025-01-24T22:54:04.232Z | Downloaded fnv v1.0.7 |
344 | 2025-01-24T22:54:04.235Z | Downloaded dof v0.3.0 |
345 | 2025-01-24T22:54:04.235Z | Downloaded camino-tempfile v1.1.1 |
346 | 2025-01-24T22:54:04.237Z | Downloaded thiserror-impl v1.0.69 |
347 | 2025-01-24T22:54:04.237Z | Downloaded terminal_size v0.4.0 |
348 | 2025-01-24T22:54:04.240Z | Downloaded macaddr v1.0.1 |
349 | 2025-01-24T22:54:04.240Z | Downloaded crypto-common v0.1.6 |
350 | 2025-01-24T22:54:04.242Z | Downloaded cpufeatures v0.2.14 |
351 | 2025-01-24T22:54:04.242Z | Downloaded cargo-platform v0.1.8 |
352 | 2025-01-24T22:54:04.245Z | Downloaded block-buffer v0.10.4 |
353 | 2025-01-24T22:54:04.245Z | Downloaded usdt-impl v0.5.0 |
354 | 2025-01-24T22:54:04.247Z | Downloaded proc-macro-error-attr v1.0.4 |
355 | 2025-01-24T22:54:04.255Z | Downloaded thread-id v4.2.2 |
356 | 2025-01-24T22:54:04.258Z | Downloaded strsim v0.11.1 |
357 | 2025-01-24T22:54:04.258Z | Downloaded heck v0.5.0 |
358 | 2025-01-24T22:54:04.261Z | Downloaded dtrace-parser v0.2.0 |
359 | 2025-01-24T22:54:04.261Z | Downloaded itoa v1.0.11 |
360 | 2025-01-24T22:54:04.264Z | Downloaded generic-array v0.14.7 |
361 | 2025-01-24T22:54:04.264Z | Downloaded tabled_derive v0.7.0 |
362 | 2025-01-24T22:54:04.264Z | Downloaded is_terminal_polyfill v1.70.1 |
363 | 2025-01-24T22:54:04.267Z | Downloaded unicode-linebreak v0.1.5 |
364 | 2025-01-24T22:54:04.267Z | Downloaded thiserror v1.0.69 |
365 | 2025-01-24T22:54:04.272Z | Downloaded memmap v0.7.0 |
366 | 2025-01-24T22:54:04.276Z | Downloaded pest_generator v2.7.14 |
367 | 2025-01-24T22:54:04.285Z | Downloaded usdt v0.5.0 |
368 | 2025-01-24T22:54:04.288Z | Downloaded toml_datetime v0.6.8 |
369 | 2025-01-24T22:54:04.288Z | Downloaded camino v1.1.9 |
370 | 2025-01-24T22:54:04.290Z | Downloaded byteorder v1.5.0 |
371 | 2025-01-24T22:54:04.293Z | Downloaded cargo_toml v0.20.5 |
372 | 2025-01-24T22:54:04.293Z | Downloaded smawk v0.3.2 |
373 | 2025-01-24T22:54:04.295Z | Downloaded serde_tokenstream v0.2.2 |
374 | 2025-01-24T22:54:04.295Z | Downloaded serde_spanned v0.6.8 |
375 | 2025-01-24T22:54:04.298Z | Downloaded utf8parse v0.2.2 |
376 | 2025-01-24T22:54:04.298Z | Downloaded tempfile v3.13.0 |
377 | 2025-01-24T22:54:04.301Z | Downloaded sha2 v0.10.8 |
378 | 2025-01-24T22:54:04.303Z | Downloaded proc-macro-error v1.0.4 |
379 | 2025-01-24T22:54:04.306Z | Downloaded quote v1.0.38 |
380 | 2025-01-24T22:54:04.310Z | Downloaded zerocopy-derive v0.7.35 |
381 | 2025-01-24T22:54:04.313Z | Downloaded version_check v0.9.5 |
382 | 2025-01-24T22:54:04.316Z | Downloaded once_cell v1.20.2 |
383 | 2025-01-24T22:54:04.318Z | Downloaded cargo_metadata v0.18.1 |
384 | 2025-01-24T22:54:04.318Z | Downloaded semver v1.0.24 |
385 | 2025-01-24T22:54:04.321Z | Downloaded clap_derive v4.5.18 |
386 | 2025-01-24T22:54:04.327Z | Downloaded scroll v0.12.0 |
387 | 2025-01-24T22:54:04.331Z | Downloaded anstream v0.6.15 |
388 | 2025-01-24T22:54:04.337Z | Downloaded anyhow v1.0.95 |
389 | 2025-01-24T22:54:04.341Z | Downloaded papergrid v0.11.0 |
390 | 2025-01-24T22:54:04.347Z | Downloaded textwrap v0.16.1 |
391 | 2025-01-24T22:54:04.350Z | Downloaded ucd-trie v0.1.7 |
392 | 2025-01-24T22:54:04.352Z | Downloaded log v0.4.22 |
393 | 2025-01-24T22:54:04.355Z | Downloaded proc-macro2 v1.0.92 |
394 | 2025-01-24T22:54:04.358Z | Downloaded typenum v1.17.0 |
395 | 2025-01-24T22:54:04.360Z | Downloaded pest_meta v2.7.14 |
396 | 2025-01-24T22:54:04.368Z | Downloaded clap v4.5.21 |
397 | 2025-01-24T22:54:04.378Z | Downloaded unicode-ident v1.0.14 |
398 | 2025-01-24T22:54:04.381Z | Downloaded toml v0.8.19 |
399 | 2025-01-24T22:54:04.384Z | Downloaded serde_derive v1.0.217 |
400 | 2025-01-24T22:54:04.398Z | Downloaded pest_derive v2.7.14 |
401 | 2025-01-24T22:54:04.401Z | Downloaded ryu v1.0.18 |
402 | 2025-01-24T22:54:04.408Z | Downloaded indexmap v2.7.0 |
403 | 2025-01-24T22:54:04.412Z | Downloaded serde v1.0.217 |
404 | 2025-01-24T22:54:04.419Z | Downloaded memchr v2.7.4 |
405 | 2025-01-24T22:54:04.430Z | Downloaded toml_edit v0.22.22 |
406 | 2025-01-24T22:54:04.463Z | Downloaded pest v2.7.14 |
407 | 2025-01-24T22:54:04.468Z | Downloaded hashbrown v0.15.1 |
408 | 2025-01-24T22:54:04.474Z | Downloaded clap_builder v4.5.21 |
409 | 2025-01-24T22:54:04.493Z | Downloaded goblin v0.8.2 |
410 | 2025-01-24T22:54:04.501Z | Downloaded zerocopy v0.7.35 |
411 | 2025-01-24T22:54:04.521Z | Downloaded winnow v0.6.20 |
412 | 2025-01-24T22:54:04.529Z | Downloaded serde_json v1.0.135 |
413 | 2025-01-24T22:54:04.536Z | Downloaded tabled v0.15.0 |
414 | 2025-01-24T22:54:04.552Z | Downloaded syn v1.0.109 |
415 | 2025-01-24T22:54:04.562Z | Downloaded unicode-width v0.1.14 |
416 | 2025-01-24T22:54:04.568Z | Downloaded syn v2.0.96 |
417 | 2025-01-24T22:54:04.580Z | Downloaded rustix v0.38.37 |
418 | 2025-01-24T22:54:04.617Z | Downloaded libc v0.2.169 |
419 | 2025-01-24T22:54:04.939Z | Compiling proc-macro2 v1.0.92 |
420 | 2025-01-24T22:54:04.939Z | Compiling unicode-ident v1.0.14 |
421 | 2025-01-24T22:54:04.941Z | Compiling serde v1.0.217 |
422 | 2025-01-24T22:54:04.941Z | Compiling version_check v0.9.5 |
423 | 2025-01-24T22:54:04.941Z | Compiling thiserror v1.0.69 |
424 | 2025-01-24T22:54:04.941Z | Compiling memchr v2.7.4 |
425 | 2025-01-24T22:54:04.977Z | Compiling libc v0.2.169 |
426 | 2025-01-24T22:54:04.980Z | Compiling ryu v1.0.18 |
427 | 2025-01-24T22:54:05.239Z | Compiling itoa v1.0.11 |
428 | 2025-01-24T22:54:05.436Z | Compiling ucd-trie v0.1.7 |
429 | 2025-01-24T22:54:05.701Z | Compiling once_cell v1.20.2 |
430 | 2025-01-24T22:54:05.860Z | Compiling byteorder v1.5.0 |
431 | 2025-01-24T22:54:06.018Z | Compiling rustix v0.38.37 |
432 | 2025-01-24T22:54:06.180Z | Compiling serde_json v1.0.135 |
433 | 2025-01-24T22:54:07.089Z | Compiling bitflags v2.6.0 |
434 | 2025-01-24T22:54:07.133Z | Compiling proc-macro-error-attr v1.0.4 |
435 | 2025-01-24T22:54:07.178Z | Compiling usdt-impl v0.5.0 |
436 | 2025-01-24T22:54:07.226Z | Compiling syn v1.0.109 |
437 | 2025-01-24T22:54:07.401Z | Compiling proc-macro-error v1.0.4 |
438 | 2025-01-24T22:54:07.494Z | Compiling hashbrown v0.15.1 |
439 | 2025-01-24T22:54:07.522Z | Compiling plain v0.2.3 |
440 | 2025-01-24T22:54:07.696Z | Compiling camino v1.1.9 |
441 | 2025-01-24T22:54:07.716Z | Compiling log v0.4.22 |
442 | 2025-01-24T22:54:07.718Z | Compiling equivalent v1.0.1 |
443 | 2025-01-24T22:54:07.793Z | Compiling thread-id v4.2.2 |
444 | 2025-01-24T22:54:07.840Z | Compiling utf8parse v0.2.2 |
445 | 2025-01-24T22:54:08.022Z | Compiling anstyle-parse v0.2.5 |
446 | 2025-01-24T22:54:08.049Z | Compiling unicode-width v0.1.14 |
447 | 2025-01-24T22:54:08.070Z | Compiling anstyle v1.0.10 |
448 | 2025-01-24T22:54:08.260Z | Compiling quote v1.0.38 |
449 | 2025-01-24T22:54:08.291Z | Compiling errno v0.3.9 |
450 | 2025-01-24T22:54:08.410Z | Compiling autocfg v1.4.0 |
451 | 2025-01-24T22:54:08.487Z | Compiling semver v1.0.24 |
452 | 2025-01-24T22:54:08.521Z | Compiling pretty-hex v0.4.1 |
453 | 2025-01-24T22:54:08.559Z | Compiling indexmap v2.7.0 |
454 | 2025-01-24T22:54:08.630Z | Compiling winnow v0.6.20 |
455 | 2025-01-24T22:54:08.761Z | Compiling syn v2.0.96 |
456 | 2025-01-24T22:54:08.962Z | Compiling anstyle-query v1.1.1 |
457 | 2025-01-24T22:54:09.120Z | Compiling is_terminal_polyfill v1.70.1 |
458 | 2025-01-24T22:54:09.253Z | Compiling colorchoice v1.0.2 |
459 | 2025-01-24T22:54:09.347Z | Compiling fs-err v2.11.0 |
460 | 2025-01-24T22:54:09.427Z | Compiling anstream v0.6.15 |
461 | 2025-01-24T22:54:09.885Z | Compiling cfg-if v1.0.0 |
462 | 2025-01-24T22:54:10.018Z | Compiling fnv v1.0.7 |
463 | 2025-01-24T22:54:10.046Z | Compiling anyhow v1.0.95 |
464 | 2025-01-24T22:54:10.108Z | Compiling clap_lex v0.7.2 |
465 | 2025-01-24T22:54:10.167Z | Compiling heck v0.5.0 |
466 | 2025-01-24T22:54:10.427Z | Compiling terminal_size v0.4.0 |
467 | 2025-01-24T22:54:10.587Z | Compiling heck v0.4.1 |
468 | 2025-01-24T22:54:10.624Z | Compiling fastrand v2.1.1 |
469 | 2025-01-24T22:54:10.648Z | Compiling bytecount v0.6.8 |
470 | 2025-01-24T22:54:10.673Z | Compiling strsim v0.11.1 |
471 | 2025-01-24T22:54:10.873Z | Compiling papergrid v0.11.0 |
472 | 2025-01-24T22:54:11.022Z | Compiling clap_builder v4.5.21 |
473 | 2025-01-24T22:54:11.063Z | Compiling tempfile v3.13.0 |
474 | 2025-01-24T22:54:11.587Z | Compiling memmap v0.7.0 |
475 | 2025-01-24T22:54:11.851Z | Compiling smawk v0.3.2 |
476 | 2025-01-24T22:54:11.932Z | Compiling unicode-linebreak v0.1.5 |
477 | 2025-01-24T22:54:12.119Z | Compiling swrite v0.1.0 |
478 | 2025-01-24T22:54:12.559Z | Compiling textwrap v0.16.1 |
479 | 2025-01-24T22:54:13.264Z | Compiling tabled_derive v0.7.0 |
480 | 2025-01-24T22:54:14.352Z | Compiling tabled v0.15.0 |
481 | 2025-01-24T22:54:15.637Z | Compiling serde_derive v1.0.217 |
482 | 2025-01-24T22:54:15.773Z | Compiling thiserror-impl v1.0.69 |
483 | 2025-01-24T22:54:15.797Z | Compiling zerocopy-derive v0.7.35 |
484 | 2025-01-24T22:54:15.800Z | Compiling scroll_derive v0.12.0 |
485 | 2025-01-24T22:54:15.843Z | Compiling clap_derive v4.5.18 |
486 | 2025-01-24T22:54:16.971Z | Compiling scroll v0.12.0 |
487 | 2025-01-24T22:54:17.318Z | Compiling zerocopy v0.7.35 |
488 | 2025-01-24T22:54:17.401Z | Compiling goblin v0.8.2 |
489 | 2025-01-24T22:54:17.878Z | Compiling pest v2.7.14 |
490 | 2025-01-24T22:54:19.364Z | Compiling clap v4.5.21 |
491 | 2025-01-24T22:54:20.197Z | Compiling pest_meta v2.7.14 |
492 | 2025-01-24T22:54:21.056Z | Compiling pest_generator v2.7.14 |
493 | 2025-01-24T22:54:22.283Z | Compiling pest_derive v2.7.14 |
494 | 2025-01-24T22:54:22.987Z | Compiling dtrace-parser v0.2.0 |
495 | 2025-01-24T22:54:23.969Z | Compiling toml_datetime v0.6.8 |
496 | 2025-01-24T22:54:23.972Z | Compiling serde_spanned v0.6.8 |
497 | 2025-01-24T22:54:23.972Z | Compiling cargo-platform v0.1.8 |
498 | 2025-01-24T22:54:24.285Z | Compiling serde_tokenstream v0.2.2 |
499 | 2025-01-24T22:54:24.342Z | Compiling toml_edit v0.22.22 |
500 | 2025-01-24T22:54:24.491Z | Compiling macaddr v1.0.1 |
501 | 2025-01-24T22:54:24.665Z | Compiling camino-tempfile v1.1.1 |
502 | 2025-01-24T22:54:25.394Z | Compiling dof v0.3.0 |
503 | 2025-01-24T22:54:25.394Z | Compiling cargo_metadata v0.18.1 |
504 | 2025-01-24T22:54:27.053Z | Compiling usdt-attr-macro v0.5.0 |
505 | 2025-01-24T22:54:27.053Z | Compiling usdt-macro v0.5.0 |
506 | 2025-01-24T22:54:27.296Z | Compiling toml v0.8.19 |
507 | 2025-01-24T22:54:28.132Z | Compiling cargo_toml v0.20.5 |
508 | 2025-01-24T22:54:28.241Z | Compiling usdt v0.5.0 |
509 | 2025-01-24T22:54:30.809Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
510 | 2025-01-24T22:54:33.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.28s |
511 | 2025-01-24T22:54:34.208Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
512 | 2025-01-24T22:54:34.756Z | Downloading crates ... |
513 | 2025-01-24T22:54:34.913Z | Downloaded hex v0.4.3 |
514 | 2025-01-24T22:54:34.918Z | Downloaded hickory-server v0.24.2 |
515 | 2025-01-24T22:54:34.925Z | Downloaded is_ci v1.2.0 |
516 | 2025-01-24T22:54:34.928Z | Downloaded hubpack_derive v0.1.1 |
517 | 2025-01-24T22:54:34.930Z | Downloaded http-range v0.1.5 |
518 | 2025-01-24T22:54:34.930Z | Downloaded ident_case v1.0.1 |
519 | 2025-01-24T22:54:34.935Z | Downloaded http-body v1.0.1 |
520 | 2025-01-24T22:54:34.944Z | Downloaded icu_provider_macros v1.5.0 |
521 | 2025-01-24T22:54:34.947Z | Downloaded mirai-annotations v1.12.0 |
522 | 2025-01-24T22:54:34.953Z | Downloaded md5 v0.7.0 |
523 | 2025-01-24T22:54:34.965Z | Downloaded match_cfg v0.1.0 |
524 | 2025-01-24T22:54:34.969Z | Downloaded hostname v0.4.0 |
525 | 2025-01-24T22:54:34.972Z | Downloaded lazy_static v1.5.0 |
526 | 2025-01-24T22:54:34.974Z | Downloaded libsw v3.3.1 |
527 | 2025-01-24T22:54:34.977Z | Downloaded lalrpop-util v0.19.12 |
528 | 2025-01-24T22:54:34.977Z | Downloaded is-terminal v0.4.13 |
529 | 2025-01-24T22:54:34.979Z | Downloaded lockfree-object-pool v0.1.6 |
530 | 2025-01-24T22:54:34.983Z | Downloaded http-body-util v0.1.2 |
531 | 2025-01-24T22:54:34.985Z | Downloaded mime v0.3.17 |
532 | 2025-01-24T22:54:34.985Z | Downloaded memoffset v0.9.1 |
533 | 2025-01-24T22:54:34.985Z | Downloaded lazycell v1.3.0 |
534 | 2025-01-24T22:54:34.989Z | Downloaded instability v0.3.2 |
535 | 2025-01-24T22:54:34.989Z | Downloaded inout v0.1.3 |
536 | 2025-01-24T22:54:34.992Z | Downloaded maybe-uninit v2.0.0 |
537 | 2025-01-24T22:54:34.992Z | Downloaded managed v0.8.0 |
538 | 2025-01-24T22:54:34.994Z | Downloaded indoc v1.0.9 |
539 | 2025-01-24T22:54:34.994Z | Downloaded humantime v2.1.0 |
540 | 2025-01-24T22:54:34.997Z | Downloaded impl-trait-for-tuples v0.2.2 |
541 | 2025-01-24T22:54:34.999Z | Downloaded idna_adapter v1.2.0 |
542 | 2025-01-24T22:54:35.002Z | Downloaded md-5 v0.10.6 |
543 | 2025-01-24T22:54:35.002Z | Downloaded libefi-sys v0.1.0 |
544 | 2025-01-24T22:54:35.005Z | Downloaded kstat-rs v0.2.4 |
545 | 2025-01-24T22:54:35.005Z | Downloaded internet-checksum v0.2.1 |
546 | 2025-01-24T22:54:35.005Z | Downloaded home v0.5.9 |
547 | 2025-01-24T22:54:35.007Z | Downloaded array-init v0.0.4 |
548 | 2025-01-24T22:54:35.008Z | Downloaded mockall v0.13.0 |
549 | 2025-01-24T22:54:35.011Z | Downloaded progenitor-client v0.9.1 |
550 | 2025-01-24T22:54:35.014Z | Downloaded instant v0.1.13 |
551 | 2025-01-24T22:54:35.014Z | Downloaded maplit v1.0.2 |
552 | 2025-01-24T22:54:35.014Z | Downloaded highway v1.2.0 |
553 | 2025-01-24T22:54:35.016Z | Downloaded hubpack v0.1.2 |
554 | 2025-01-24T22:54:35.019Z | Downloaded jobserver v0.1.32 |
555 | 2025-01-24T22:54:35.022Z | Downloaded hostname v0.3.1 |
556 | 2025-01-24T22:54:35.023Z | Downloaded hex-literal v0.4.1 |
557 | 2025-01-24T22:54:35.028Z | Downloaded async-bb8-diesel v0.2.1 |
558 | 2025-01-24T22:54:35.028Z | Downloaded linked-hash-map v0.5.6 |
559 | 2025-01-24T22:54:35.032Z | Downloaded httparse v1.9.5 |
560 | 2025-01-24T22:54:35.032Z | Downloaded hyper-tls v0.6.0 |
561 | 2025-01-24T22:54:35.032Z | Downloaded heck v0.3.3 |
562 | 2025-01-24T22:54:35.034Z | Downloaded multer v3.1.0 |
563 | 2025-01-24T22:54:35.037Z | Downloaded lru v0.12.5 |
564 | 2025-01-24T22:54:35.040Z | Downloaded atomicwrites v0.4.4 |
565 | 2025-01-24T22:54:35.040Z | Downloaded libloading v0.8.5 |
566 | 2025-01-24T22:54:35.042Z | Downloaded keccak v0.1.5 |
567 | 2025-01-24T22:54:35.044Z | Downloaded memmap2 v0.9.5 |
568 | 2025-01-24T22:54:35.047Z | Downloaded block-padding v0.3.3 |
569 | 2025-01-24T22:54:35.047Z | Downloaded async-stream-impl v0.3.6 |
570 | 2025-01-24T22:54:35.049Z | Downloaded cfg_aliases v0.2.1 |
571 | 2025-01-24T22:54:35.050Z | Downloaded arrayref v0.3.9 |
572 | 2025-01-24T22:54:35.052Z | Downloaded assert_matches v1.5.0 |
573 | 2025-01-24T22:54:35.055Z | Downloaded lock_api v0.4.12 |
574 | 2025-01-24T22:54:35.058Z | Downloaded linear-map v1.2.0 |
575 | 2025-01-24T22:54:35.058Z | Downloaded iana-time-zone v0.1.61 |
576 | 2025-01-24T22:54:35.060Z | Downloaded indent_write v2.2.0 |
577 | 2025-01-24T22:54:35.063Z | Downloaded bitfield-struct v0.6.2 |
578 | 2025-01-24T22:54:35.066Z | Downloaded bcrypt-pbkdf v0.10.0 |
579 | 2025-01-24T22:54:35.066Z | Downloaded base16ct v0.2.0 |
580 | 2025-01-24T22:54:35.069Z | Downloaded atomic-waker v1.1.2 |
581 | 2025-01-24T22:54:35.069Z | Downloaded ascii-canvas v3.0.0 |
582 | 2025-01-24T22:54:35.069Z | Downloaded async-stream v0.3.6 |
583 | 2025-01-24T22:54:35.072Z | Downloaded icu_locid_transform v1.5.0 |
584 | 2025-01-24T22:54:35.074Z | Downloaded darling v0.20.10 |
585 | 2025-01-24T22:54:35.079Z | Downloaded cfg_aliases v0.1.1 |
586 | 2025-01-24T22:54:35.082Z | Downloaded bit-set v0.5.3 |
587 | 2025-01-24T22:54:35.082Z | Downloaded atty v0.2.14 |
588 | 2025-01-24T22:54:35.085Z | Downloaded async-recursion v1.1.1 |
589 | 2025-01-24T22:54:35.088Z | Downloaded time-core v0.1.2 |
590 | 2025-01-24T22:54:35.092Z | Downloaded quick-error v1.2.3 |
591 | 2025-01-24T22:54:35.092Z | Downloaded strum v0.26.3 |
592 | 2025-01-24T22:54:35.094Z | Downloaded cassowary v0.3.0 |
593 | 2025-01-24T22:54:35.094Z | Downloaded crucible-workspace-hack v0.1.0 |
594 | 2025-01-24T22:54:35.094Z | Downloaded crunchy v0.2.2 |
595 | 2025-01-24T22:54:35.094Z | Downloaded bitfield v0.14.0 |
596 | 2025-01-24T22:54:35.097Z | Downloaded mockall_derive v0.13.0 |
597 | 2025-01-24T22:54:35.100Z | Downloaded bitflags v1.3.2 |
598 | 2025-01-24T22:54:35.102Z | Downloaded async-trait v0.1.83 |
599 | 2025-01-24T22:54:35.106Z | Downloaded mime_guess v2.0.5 |
600 | 2025-01-24T22:54:35.109Z | Downloaded litrs v0.4.1 |
601 | 2025-01-24T22:54:35.112Z | Downloaded icu_provider v1.5.0 |
602 | 2025-01-24T22:54:35.115Z | Downloaded icu_normalizer v1.5.0 |
603 | 2025-01-24T22:54:35.118Z | Downloaded icu_locid_transform_data v1.5.0 |
604 | 2025-01-24T22:54:35.121Z | Downloaded ciborium-io v0.2.2 |
605 | 2025-01-24T22:54:35.123Z | Downloaded chacha20 v0.9.1 |
606 | 2025-01-24T22:54:35.125Z | Downloaded ipnet v2.10.1 |
607 | 2025-01-24T22:54:35.128Z | Downloaded colored v2.1.0 |
608 | 2025-01-24T22:54:35.131Z | Downloaded cipher v0.4.4 |
609 | 2025-01-24T22:54:35.131Z | Downloaded ciborium-ll v0.2.2 |
610 | 2025-01-24T22:54:35.133Z | Downloaded salsa20 v0.10.2 |
611 | 2025-01-24T22:54:35.136Z | Downloaded cstr-argument v0.1.2 |
612 | 2025-01-24T22:54:35.136Z | Downloaded cobs v0.2.3 |
613 | 2025-01-24T22:54:35.138Z | Downloaded cbc v0.1.2 |
614 | 2025-01-24T22:54:35.138Z | Downloaded bcs v0.1.6 |
615 | 2025-01-24T22:54:35.141Z | Downloaded litemap v0.7.3 |
616 | 2025-01-24T22:54:35.143Z | Downloaded sha1 v0.10.6 |
617 | 2025-01-24T22:54:35.146Z | Downloaded same-file v1.0.6 |
618 | 2025-01-24T22:54:35.149Z | Downloaded buf-list v1.0.3 |
619 | 2025-01-24T22:54:35.151Z | Downloaded slog-envlogger v2.2.0 |
620 | 2025-01-24T22:54:35.155Z | Downloaded strum_macros v0.24.3 |
621 | 2025-01-24T22:54:35.155Z | Downloaded zone v0.1.8 |
622 | 2025-01-24T22:54:35.155Z | Downloaded slog-json v2.6.1 |
623 | 2025-01-24T22:54:35.158Z | Downloaded curve25519-dalek-derive v0.1.1 |
624 | 2025-01-24T22:54:35.160Z | Downloaded indexmap v1.9.3 |
625 | 2025-01-24T22:54:35.162Z | Downloaded crossbeam-deque v0.8.5 |
626 | 2025-01-24T22:54:35.165Z | Downloaded thiserror-impl-no-std v2.0.2 |
627 | 2025-01-24T22:54:35.167Z | Downloaded backoff v0.4.0 |
628 | 2025-01-24T22:54:35.170Z | Downloaded icu_properties v1.5.1 |
629 | 2025-01-24T22:54:35.172Z | Downloaded hyper-util v0.1.10 |
630 | 2025-01-24T22:54:35.177Z | Downloaded display-error-chain v0.2.2 |
631 | 2025-01-24T22:54:35.180Z | Downloaded heapless v0.8.0 |
632 | 2025-01-24T22:54:35.183Z | Downloaded crc-catalog v2.4.0 |
633 | 2025-01-24T22:54:35.186Z | Downloaded crc v3.2.1 |
634 | 2025-01-24T22:54:35.188Z | Downloaded ctr v0.9.2 |
635 | 2025-01-24T22:54:35.191Z | Downloaded convert_case v0.4.0 |
636 | 2025-01-24T22:54:35.191Z | Downloaded thread_local v1.1.8 |
637 | 2025-01-24T22:54:35.193Z | Downloaded addr2line v0.24.2 |
638 | 2025-01-24T22:54:35.196Z | Downloaded which v4.4.2 |
639 | 2025-01-24T22:54:35.198Z | Downloaded typify-macro v0.2.0 |
640 | 2025-01-24T22:54:35.198Z | Downloaded miniz_oxide v0.8.0 |
641 | 2025-01-24T22:54:35.201Z | Downloaded nodrop v0.1.14 |
642 | 2025-01-24T22:54:35.203Z | Downloaded number_prefix v0.4.0 |
643 | 2025-01-24T22:54:35.206Z | Downloaded xattr v1.3.1 |
644 | 2025-01-24T22:54:35.210Z | Downloaded utf8_iter v1.0.4 |
645 | 2025-01-24T22:54:35.210Z | Downloaded blake2 v0.10.6 |
646 | 2025-01-24T22:54:35.213Z | Downloaded ciborium v0.2.2 |
647 | 2025-01-24T22:54:35.216Z | Downloaded xz2 v0.1.7 |
648 | 2025-01-24T22:54:35.216Z | Downloaded hmac v0.12.1 |
649 | 2025-01-24T22:54:35.219Z | Downloaded normalize-line-endings v0.3.0 |
650 | 2025-01-24T22:54:35.219Z | Downloaded bzip2 v0.4.4 |
651 | 2025-01-24T22:54:35.221Z | Downloaded strum_macros v0.25.3 |
652 | 2025-01-24T22:54:35.224Z | Downloaded slog-async v2.8.0 |
653 | 2025-01-24T22:54:35.226Z | Downloaded universal-hash v0.5.1 |
654 | 2025-01-24T22:54:35.229Z | Downloaded console v0.15.8 |
655 | 2025-01-24T22:54:35.231Z | Downloaded zone v0.3.0 |
656 | 2025-01-24T22:54:35.234Z | Downloaded strum_macros v0.26.4 |
657 | 2025-01-24T22:54:35.236Z | Downloaded arc-swap v1.7.1 |
658 | 2025-01-24T22:54:35.240Z | Downloaded ipnetwork v0.20.0 |
659 | 2025-01-24T22:54:35.242Z | Downloaded httpdate v1.0.3 |
660 | 2025-01-24T22:54:35.242Z | Downloaded newline-converter v0.3.0 |
661 | 2025-01-24T22:54:35.245Z | Downloaded form_urlencoded v1.2.1 |
662 | 2025-01-24T22:54:35.245Z | Downloaded crc32fast v1.4.2 |
663 | 2025-01-24T22:54:35.248Z | Downloaded ed25519 v2.2.3 |
664 | 2025-01-24T22:54:35.250Z | Downloaded fragile v2.0.0 |
665 | 2025-01-24T22:54:35.253Z | Downloaded fixedbitset v0.4.2 |
666 | 2025-01-24T22:54:35.256Z | Downloaded cookie_store v0.21.1 |
667 | 2025-01-24T22:54:35.258Z | Downloaded take_mut v0.2.2 |
668 | 2025-01-24T22:54:35.258Z | Downloaded clang-sys v1.8.1 |
669 | 2025-01-24T22:54:35.260Z | Downloaded indicatif v0.17.9 |
670 | 2025-01-24T22:54:35.266Z | Downloaded oso-derive v0.27.3 |
671 | 2025-01-24T22:54:35.268Z | Downloaded flagset v0.4.6 |
672 | 2025-01-24T22:54:35.269Z | Downloaded sqlparser_derive v0.2.2 |
673 | 2025-01-24T22:54:35.271Z | Downloaded serde-big-array v0.5.1 |
674 | 2025-01-24T22:54:35.274Z | Downloaded hyper-rustls v0.27.3 |
675 | 2025-01-24T22:54:35.285Z | Downloaded sync_wrapper v1.0.1 |
676 | 2025-01-24T22:54:35.288Z | Downloaded hickory-client v0.24.2 |
677 | 2025-01-24T22:54:35.291Z | Downloaded peg v0.8.4 |
678 | 2025-01-24T22:54:35.294Z | Downloaded ahash v0.8.11 |
679 | 2025-01-24T22:54:35.297Z | Downloaded darling_macro v0.20.10 |
680 | 2025-01-24T22:54:35.300Z | Downloaded backtrace v0.3.74 |
681 | 2025-01-24T22:54:35.304Z | Downloaded headers-core v0.3.0 |
682 | 2025-01-24T22:54:35.307Z | Downloaded pin-utils v0.1.0 |
683 | 2025-01-24T22:54:35.307Z | Downloaded yoke v0.7.4 |
684 | 2025-01-24T22:54:35.309Z | Downloaded aho-corasick v1.1.3 |
685 | 2025-01-24T22:54:35.315Z | Downloaded rand_xorshift v0.3.0 |
686 | 2025-01-24T22:54:35.317Z | Downloaded signal-hook-tokio v0.3.1 |
687 | 2025-01-24T22:54:35.317Z | Downloaded signal-hook-registry v1.4.2 |
688 | 2025-01-24T22:54:35.320Z | Downloaded semver v0.1.20 |
689 | 2025-01-24T22:54:35.322Z | Downloaded rand_seeder v0.3.0 |
690 | 2025-01-24T22:54:35.322Z | Downloaded ecdsa v0.16.9 |
691 | 2025-01-24T22:54:35.325Z | Downloaded compact_str v0.8.0 |
692 | 2025-01-24T22:54:35.328Z | Downloaded minimal-lexical v0.2.1 |
693 | 2025-01-24T22:54:35.334Z | Downloaded openssl-macros v0.1.1 |
694 | 2025-01-24T22:54:35.336Z | Downloaded mio v1.0.2 |
695 | 2025-01-24T22:54:35.342Z | Downloaded tabwriter v1.4.0 |
696 | 2025-01-24T22:54:35.344Z | Downloaded synstructure v0.13.1 |
697 | 2025-01-24T22:54:35.347Z | Downloaded sync-ptr v0.1.1 |
698 | 2025-01-24T22:54:35.347Z | Downloaded spki v0.7.3 |
699 | 2025-01-24T22:54:35.349Z | Downloaded tokio-native-tls v0.3.1 |
700 | 2025-01-24T22:54:35.353Z | Downloaded peg-macros v0.8.4 |
701 | 2025-01-24T22:54:35.353Z | Downloaded twox-hash v1.6.3 |
702 | 2025-01-24T22:54:35.355Z | Downloaded cancel-safe-futures v0.1.5 |
703 | 2025-01-24T22:54:35.358Z | Downloaded packed_struct_codegen v0.10.1 |
704 | 2025-01-24T22:54:35.361Z | Downloaded dirs-next v2.0.0 |
705 | 2025-01-24T22:54:35.363Z | Downloaded progenitor-macro v0.8.0 |
706 | 2025-01-24T22:54:35.363Z | Downloaded parking_lot v0.11.2 |
707 | 2025-01-24T22:54:35.366Z | Downloaded nu-ansi-term v0.50.1 |
708 | 2025-01-24T22:54:35.369Z | Downloaded sigpipe v0.1.3 |
709 | 2025-01-24T22:54:35.371Z | Downloaded allocator-api2 v0.2.18 |
710 | 2025-01-24T22:54:35.374Z | Downloaded progenitor-client v0.8.0 |
711 | 2025-01-24T22:54:35.374Z | Downloaded serde_yaml v0.9.34+deprecated |
712 | 2025-01-24T22:54:35.380Z | Downloaded multimap v0.10.0 |
713 | 2025-01-24T22:54:35.382Z | Downloaded float-ord v0.3.2 |
714 | 2025-01-24T22:54:35.382Z | Downloaded float-cmp v0.9.0 |
715 | 2025-01-24T22:54:35.382Z | Downloaded pkcs1 v0.7.5 |
716 | 2025-01-24T22:54:35.385Z | Downloaded embedded-io v0.6.1 |
717 | 2025-01-24T22:54:35.387Z | Downloaded bumpalo v3.16.0 |
718 | 2025-01-24T22:54:35.390Z | Downloaded http v1.2.0 |
719 | 2025-01-24T22:54:35.395Z | Downloaded futures-sink v0.3.31 |
720 | 2025-01-24T22:54:35.397Z | Downloaded rustls-pemfile v2.2.0 |
721 | 2025-01-24T22:54:35.400Z | Downloaded futures-macro v0.3.31 |
722 | 2025-01-24T22:54:35.400Z | Downloaded futures-io v0.3.31 |
723 | 2025-01-24T22:54:35.402Z | Downloaded const_format v0.2.33 |
724 | 2025-01-24T22:54:35.407Z | Downloaded yoke-derive v0.7.4 |
725 | 2025-01-24T22:54:35.410Z | Downloaded tap v1.0.1 |
726 | 2025-01-24T22:54:35.410Z | Downloaded untrusted v0.7.1 |
727 | 2025-01-24T22:54:35.413Z | Downloaded diesel_derives v2.2.3 |
728 | 2025-01-24T22:54:35.416Z | Downloaded tracing-core v0.1.32 |
729 | 2025-01-24T22:54:35.419Z | Downloaded write16 v1.0.0 |
730 | 2025-01-24T22:54:35.421Z | Downloaded whoami v1.5.2 |
731 | 2025-01-24T22:54:35.424Z | Downloaded psl-types v2.0.11 |
732 | 2025-01-24T22:54:35.426Z | Downloaded progenitor v0.9.1 |
733 | 2025-01-24T22:54:35.426Z | Downloaded progenitor v0.8.0 |
734 | 2025-01-24T22:54:35.429Z | Downloaded rustc_version v0.4.1 |
735 | 2025-01-24T22:54:35.431Z | Downloaded percent-encoding v2.3.1 |
736 | 2025-01-24T22:54:35.431Z | Downloaded fxhash v0.2.1 |
737 | 2025-01-24T22:54:35.434Z | Downloaded predicates-tree v1.0.11 |
738 | 2025-01-24T22:54:35.434Z | Downloaded progenitor-impl v0.9.1 |
739 | 2025-01-24T22:54:35.436Z | Downloaded progenitor-impl v0.8.0 |
740 | 2025-01-24T22:54:35.443Z | Downloaded scrypt v0.11.0 |
741 | 2025-01-24T22:54:35.443Z | Downloaded slog-stdlog v4.1.1 |
742 | 2025-01-24T22:54:35.443Z | Downloaded num-complex v0.4.6 |
743 | 2025-01-24T22:54:35.447Z | Downloaded scopeguard v1.2.0 |
744 | 2025-01-24T22:54:35.447Z | Downloaded schemars_derive v0.8.21 |
745 | 2025-01-24T22:54:35.450Z | Downloaded phf_shared v0.10.0 |
746 | 2025-01-24T22:54:35.450Z | Downloaded openssl-probe v0.1.5 |
747 | 2025-01-24T22:54:35.452Z | Downloaded rustfmt-wrapper v0.2.1 |
748 | 2025-01-24T22:54:35.452Z | Downloaded pkcs5 v0.7.1 |
749 | 2025-01-24T22:54:35.455Z | Downloaded opaque-debug v0.3.1 |
750 | 2025-01-24T22:54:35.459Z | Downloaded peg-runtime v0.8.3 |
751 | 2025-01-24T22:54:35.462Z | Downloaded subtle v2.6.1 |
752 | 2025-01-24T22:54:35.462Z | Downloaded termcolor v1.4.1 |
753 | 2025-01-24T22:54:35.462Z | Downloaded tracing v0.1.40 |
754 | 2025-01-24T22:54:35.466Z | Downloaded russh-cryptovec v0.7.3 |
755 | 2025-01-24T22:54:35.468Z | Downloaded structmeta-derive v0.3.0 |
756 | 2025-01-24T22:54:35.468Z | Downloaded pem-rfc7468 v0.7.0 |
757 | 2025-01-24T22:54:35.471Z | Downloaded password-hash v0.5.0 |
758 | 2025-01-24T22:54:35.473Z | Downloaded rustls-pki-types v1.10.0 |
759 | 2025-01-24T22:54:35.476Z | Downloaded wyz v0.5.1 |
760 | 2025-01-24T22:54:35.479Z | Downloaded tui-tree-widget v0.22.0 |
761 | 2025-01-24T22:54:35.482Z | Downloaded num-rational v0.4.2 |
762 | 2025-01-24T22:54:35.482Z | Downloaded stringprep v0.1.5 |
763 | 2025-01-24T22:54:35.484Z | Downloaded uzers v0.12.1 |
764 | 2025-01-24T22:54:35.487Z | Downloaded wait-timeout v0.2.0 |
765 | 2025-01-24T22:54:35.489Z | Downloaded derive-where v1.2.7 |
766 | 2025-01-24T22:54:35.492Z | Downloaded gethostname v0.5.0 |
767 | 2025-01-24T22:54:35.495Z | Downloaded document-features v0.2.10 |
768 | 2025-01-24T22:54:35.497Z | Downloaded futures-task v0.3.31 |
769 | 2025-01-24T22:54:35.497Z | Downloaded crossbeam-channel v0.5.13 |
770 | 2025-01-24T22:54:35.501Z | Downloaded downcast v0.11.0 |
771 | 2025-01-24T22:54:35.505Z | Downloaded rcgen v0.12.1 |
772 | 2025-01-24T22:54:35.507Z | Downloaded itertools v0.10.5 |
773 | 2025-01-24T22:54:35.513Z | Downloaded diesel_table_macro_syntax v0.2.0 |
774 | 2025-01-24T22:54:35.516Z | Downloaded heapless v0.7.17 |
775 | 2025-01-24T22:54:35.519Z | Downloaded foreign-types-shared v0.3.1 |
776 | 2025-01-24T22:54:35.521Z | Downloaded ref-cast-impl v1.0.23 |
777 | 2025-01-24T22:54:35.522Z | Downloaded ref-cast v1.0.23 |
778 | 2025-01-24T22:54:35.524Z | Downloaded phf_generator v0.11.2 |
779 | 2025-01-24T22:54:35.526Z | Downloaded phf_codegen v0.11.2 |
780 | 2025-01-24T22:54:35.526Z | Downloaded shlex v1.3.0 |
781 | 2025-01-24T22:54:35.529Z | Downloaded pretty-hex v0.2.1 |
782 | 2025-01-24T22:54:35.532Z | Downloaded parse-size v1.1.0 |
783 | 2025-01-24T22:54:35.532Z | Downloaded uuid v1.12.0 |
784 | 2025-01-24T22:54:35.534Z | Downloaded tungstenite v0.24.0 |
785 | 2025-01-24T22:54:35.538Z | Downloaded rtoolbox v0.0.2 |
786 | 2025-01-24T22:54:35.542Z | Downloaded rpassword v7.3.1 |
787 | 2025-01-24T22:54:35.542Z | Downloaded writeable v0.5.5 |
788 | 2025-01-24T22:54:35.544Z | Downloaded typify v0.2.0 |
789 | 2025-01-24T22:54:35.548Z | Downloaded unarray v0.1.4 |
790 | 2025-01-24T22:54:35.550Z | Downloaded stable_deref_trait v1.2.0 |
791 | 2025-01-24T22:54:35.550Z | Downloaded ssh-encoding v0.2.0 |
792 | 2025-01-24T22:54:35.553Z | Downloaded displaydoc v0.2.5 |
793 | 2025-01-24T22:54:35.555Z | Downloaded tokio-tungstenite v0.24.0 |
794 | 2025-01-24T22:54:35.558Z | Downloaded utf-8 v0.7.6 |
795 | 2025-01-24T22:54:35.561Z | Downloaded unicase v2.7.0 |
796 | 2025-01-24T22:54:35.561Z | Downloaded num_enum v0.5.11 |
797 | 2025-01-24T22:54:35.566Z | Downloaded foreign-types v0.3.2 |
798 | 2025-01-24T22:54:35.569Z | Downloaded derive_builder_macro v0.20.2 |
799 | 2025-01-24T22:54:35.569Z | Downloaded defmt-parser v0.3.4 |
800 | 2025-01-24T22:54:35.572Z | Downloaded num-traits v0.2.19 |
801 | 2025-01-24T22:54:35.574Z | Downloaded dropshot_endpoint v0.15.1 |
802 | 2025-01-24T22:54:35.577Z | Downloaded hyper v1.5.2 |
803 | 2025-01-24T22:54:35.583Z | Downloaded num v0.4.3 |
804 | 2025-01-24T22:54:35.586Z | Downloaded hash32 v0.2.1 |
805 | 2025-01-24T22:54:35.589Z | Downloaded num-conv v0.1.0 |
806 | 2025-01-24T22:54:35.589Z | Downloaded diesel-dtrace v0.4.2 |
807 | 2025-01-24T22:54:35.591Z | Downloaded newtype_derive v0.1.6 |
808 | 2025-01-24T22:54:35.591Z | Downloaded polyval v0.6.2 |
809 | 2025-01-24T22:54:35.594Z | Downloaded phf_shared v0.11.2 |
810 | 2025-01-24T22:54:35.594Z | Downloaded nibble_vec v0.1.0 |
811 | 2025-01-24T22:54:35.596Z | Downloaded dsl_auto_type v0.1.2 |
812 | 2025-01-24T22:54:35.599Z | Downloaded phf v0.11.2 |
813 | 2025-01-24T22:54:35.602Z | Downloaded typify v0.3.0 |
814 | 2025-01-24T22:54:35.604Z | Downloaded tokio-postgres v0.7.12 |
815 | 2025-01-24T22:54:35.609Z | Downloaded resolv-conf v0.7.0 |
816 | 2025-01-24T22:54:35.611Z | Downloaded predicates-core v1.0.8 |
817 | 2025-01-24T22:54:35.614Z | Downloaded idna v1.0.3 |
818 | 2025-01-24T22:54:35.617Z | Downloaded p256 v0.13.2 |
819 | 2025-01-24T22:54:35.620Z | Downloaded futures-channel v0.3.31 |
820 | 2025-01-24T22:54:35.623Z | Downloaded tinyvec_macros v0.1.1 |
821 | 2025-01-24T22:54:35.625Z | Downloaded diff v0.1.13 |
822 | 2025-01-24T22:54:35.628Z | Downloaded waitgroup v0.1.2 |
823 | 2025-01-24T22:54:35.631Z | Downloaded fd-lock v4.0.2 |
824 | 2025-01-24T22:54:35.633Z | Downloaded deranged v0.3.11 |
825 | 2025-01-24T22:54:35.633Z | Downloaded utf16_iter v1.0.5 |
826 | 2025-01-24T22:54:35.636Z | Downloaded tls_codec_derive v0.4.1 |
827 | 2025-01-24T22:54:35.638Z | Downloaded endian-type v0.1.2 |
828 | 2025-01-24T22:54:35.638Z | Downloaded want v0.3.1 |
829 | 2025-01-24T22:54:35.641Z | Downloaded rustyline v14.0.0 |
830 | 2025-01-24T22:54:35.645Z | Downloaded num-derive v0.4.2 |
831 | 2025-01-24T22:54:35.647Z | Downloaded ff v0.13.0 |
832 | 2025-01-24T22:54:35.650Z | Downloaded zeroize_derive v1.4.2 |
833 | 2025-01-24T22:54:35.650Z | Downloaded zeroize v1.8.1 |
834 | 2025-01-24T22:54:35.652Z | Downloaded crossterm v0.28.1 |
835 | 2025-01-24T22:54:35.659Z | Downloaded precomputed-hash v0.1.1 |
836 | 2025-01-24T22:54:35.661Z | Downloaded zerocopy v0.6.6 |
837 | 2025-01-24T22:54:35.664Z | Downloaded termtree v0.4.1 |
838 | 2025-01-24T22:54:35.666Z | Downloaded newtype-uuid v1.2.1 |
839 | 2025-01-24T22:54:35.666Z | Downloaded poly1305 v0.8.0 |
840 | 2025-01-24T22:54:35.669Z | Downloaded tungstenite v0.23.0 |
841 | 2025-01-24T22:54:35.673Z | Downloaded num-integer v0.1.46 |
842 | 2025-01-24T22:54:35.675Z | Downloaded derive_more v0.99.18 |
843 | 2025-01-24T22:54:35.681Z | Downloaded serde_path_to_error v0.1.16 |
844 | 2025-01-24T22:54:35.683Z | Downloaded russh v0.45.0 |
845 | 2025-01-24T22:54:35.689Z | Downloaded structmeta v0.2.0 |
846 | 2025-01-24T22:54:35.692Z | Downloaded serde_with_macros v3.11.0 |
847 | 2025-01-24T22:54:35.697Z | Downloaded test-strategy v0.3.1 |
848 | 2025-01-24T22:54:35.699Z | Downloaded typify-macro v0.3.0 |
849 | 2025-01-24T22:54:35.699Z | Downloaded time-macros v0.2.18 |
850 | 2025-01-24T22:54:35.702Z | Downloaded headers v0.4.0 |
851 | 2025-01-24T22:54:35.707Z | Downloaded path-slash v0.1.5 |
852 | 2025-01-24T22:54:35.710Z | Downloaded olpc-cjson v0.1.4 |
853 | 2025-01-24T22:54:35.710Z | Downloaded structmeta v0.3.0 |
854 | 2025-01-24T22:54:35.713Z | Downloaded tokio-rustls v0.25.0 |
855 | 2025-01-24T22:54:35.716Z | Downloaded omicron-zone-package v0.12.0 |
856 | 2025-01-24T22:54:35.719Z | Downloaded env_filter v0.1.2 |
857 | 2025-01-24T22:54:35.719Z | Downloaded enum-as-inner v0.6.1 |
858 | 2025-01-24T22:54:35.721Z | Downloaded unicode-properties v0.1.3 |
859 | 2025-01-24T22:54:35.724Z | Downloaded either v1.13.0 |
860 | 2025-01-24T22:54:35.726Z | Downloaded defmt-macros v0.3.9 |
861 | 2025-01-24T22:54:35.729Z | Downloaded typed-path v0.9.3 |
862 | 2025-01-24T22:54:35.736Z | Downloaded termtree v0.5.1 |
863 | 2025-01-24T22:54:35.738Z | Downloaded rustc_version v0.1.7 |
864 | 2025-01-24T22:54:35.739Z | Downloaded rustc-hash v1.1.0 |
865 | 2025-01-24T22:54:35.742Z | Downloaded ppv-lite86 v0.2.20 |
866 | 2025-01-24T22:54:35.742Z | Downloaded embedded-io v0.4.0 |
867 | 2025-01-24T22:54:35.745Z | Downloaded zerofrom-derive v0.1.4 |
868 | 2025-01-24T22:54:35.745Z | Downloaded termios v0.3.3 |
869 | 2025-01-24T22:54:35.748Z | Downloaded structmeta-derive v0.2.0 |
870 | 2025-01-24T22:54:35.751Z | Downloaded strip-ansi-escapes v0.2.0 |
871 | 2025-01-24T22:54:35.751Z | Downloaded rustc-demangle v0.1.24 |
872 | 2025-01-24T22:54:35.754Z | Downloaded zone_cfg_derive v0.3.0 |
873 | 2025-01-24T22:54:35.754Z | Downloaded ghash v0.5.1 |
874 | 2025-01-24T22:54:35.756Z | Downloaded sct v0.7.1 |
875 | 2025-01-24T22:54:35.759Z | Downloaded zone_cfg_derive v0.1.2 |
876 | 2025-01-24T22:54:35.759Z | Downloaded vte_generate_state_changes v0.1.2 |
877 | 2025-01-24T22:54:35.762Z | Downloaded pin-project-internal v1.1.6 |
878 | 2025-01-24T22:54:35.762Z | Downloaded num_threads v0.1.7 |
879 | 2025-01-24T22:54:35.766Z | Downloaded socket2 v0.5.7 |
880 | 2025-01-24T22:54:35.769Z | Downloaded snafu v0.8.5 |
881 | 2025-01-24T22:54:35.772Z | Downloaded parse-display-derive v0.10.0 |
882 | 2025-01-24T22:54:35.776Z | Downloaded aes-gcm v0.10.3 |
883 | 2025-01-24T22:54:35.778Z | Downloaded parse-display v0.10.0 |
884 | 2025-01-24T22:54:35.781Z | Downloaded nom v7.1.3 |
885 | 2025-01-24T22:54:35.784Z | Downloaded paste v1.0.15 |
886 | 2025-01-24T22:54:35.788Z | Downloaded zerovec-derive v0.10.3 |
887 | 2025-01-24T22:54:35.791Z | Downloaded qorb v0.2.1 |
888 | 2025-01-24T22:54:35.795Z | Downloaded signal-hook-mio v0.2.4 |
889 | 2025-01-24T22:54:35.797Z | Downloaded der_derive v0.7.3 |
890 | 2025-01-24T22:54:35.800Z | Downloaded tough v0.19.0 |
891 | 2025-01-24T22:54:35.808Z | Downloaded foreign-types-shared v0.1.1 |
892 | 2025-01-24T22:54:35.811Z | Downloaded foreign-types-macros v0.2.3 |
893 | 2025-01-24T22:54:35.811Z | Downloaded password-hash v0.4.2 |
894 | 2025-01-24T22:54:35.815Z | Downloaded tower-service v0.3.3 |
895 | 2025-01-24T22:54:35.815Z | Downloaded foreign-types v0.5.0 |
896 | 2025-01-24T22:54:35.819Z | Downloaded string_cache v0.8.7 |
897 | 2025-01-24T22:54:35.819Z | Downloaded try-lock v0.2.5 |
898 | 2025-01-24T22:54:35.820Z | Downloaded new_debug_unreachable v1.0.6 |
899 | 2025-01-24T22:54:35.820Z | Downloaded rand_chacha v0.3.1 |
900 | 2025-01-24T22:54:35.823Z | Downloaded radium v0.7.0 |
901 | 2025-01-24T22:54:35.823Z | Downloaded env_logger v0.11.5 |
902 | 2025-01-24T22:54:35.826Z | Downloaded russh-keys v0.45.0 |
903 | 2025-01-24T22:54:35.828Z | Downloaded rustversion v1.0.17 |
904 | 2025-01-24T22:54:35.831Z | Downloaded getrandom v0.2.15 |
905 | 2025-01-24T22:54:35.833Z | Downloaded prettyplease v0.2.25 |
906 | 2025-01-24T22:54:35.836Z | Downloaded env_logger v0.10.2 |
907 | 2025-01-24T22:54:35.839Z | Downloaded tokio-rustls v0.26.0 |
908 | 2025-01-24T22:54:35.843Z | Downloaded unicode-bidi v0.3.17 |
909 | 2025-01-24T22:54:35.845Z | Downloaded ron v0.8.1 |
910 | 2025-01-24T22:54:35.851Z | Downloaded flate2 v1.0.35 |
911 | 2025-01-24T22:54:35.856Z | Downloaded untrusted v0.9.0 |
912 | 2025-01-24T22:54:35.859Z | Downloaded parking_lot_core v0.8.6 |
913 | 2025-01-24T22:54:35.861Z | Downloaded toolchain_find v0.4.0 |
914 | 2025-01-24T22:54:35.864Z | Downloaded num_enum_derive v0.5.11 |
915 | 2025-01-24T22:54:35.864Z | Downloaded tokio-tungstenite v0.23.1 |
916 | 2025-01-24T22:54:35.866Z | Downloaded siphasher v0.3.11 |
917 | 2025-01-24T22:54:35.868Z | Downloaded smf v0.2.3 |
918 | 2025-01-24T22:54:35.868Z | Downloaded tokio-tungstenite v0.21.0 |
919 | 2025-01-24T22:54:35.871Z | Downloaded rustls-pemfile v1.0.4 |
920 | 2025-01-24T22:54:35.874Z | Downloaded r2d2 v0.8.10 |
921 | 2025-01-24T22:54:35.877Z | Downloaded oso v0.27.3 |
922 | 2025-01-24T22:54:35.880Z | Downloaded ssh-cipher v0.2.0 |
923 | 2025-01-24T22:54:35.882Z | Downloaded native-tls v0.2.12 |
924 | 2025-01-24T22:54:35.882Z | Downloaded postgres-protocol v0.6.7 |
925 | 2025-01-24T22:54:35.885Z | Downloaded num-iter v0.1.45 |
926 | 2025-01-24T22:54:35.887Z | Downloaded static_assertions v1.1.0 |
927 | 2025-01-24T22:54:35.890Z | Downloaded topological-sort v0.2.2 |
928 | 2025-01-24T22:54:35.890Z | Downloaded nanorand v0.7.0 |
929 | 2025-01-24T22:54:35.892Z | Downloaded schemars v0.8.21 |
930 | 2025-01-24T22:54:35.903Z | Downloaded proc-macro-crate v1.3.1 |
931 | 2025-01-24T22:54:35.906Z | Downloaded packed_struct v0.10.1 |
932 | 2025-01-24T22:54:35.908Z | Downloaded primeorder v0.13.6 |
933 | 2025-01-24T22:54:35.908Z | Downloaded owo-colors v4.1.0 |
934 | 2025-01-24T22:54:35.911Z | Downloaded hash32 v0.3.1 |
935 | 2025-01-24T22:54:35.914Z | Downloaded serde_plain v1.0.2 |
936 | 2025-01-24T22:54:35.916Z | Downloaded fallible-iterator v0.2.0 |
937 | 2025-01-24T22:54:35.916Z | Downloaded group v0.13.0 |
938 | 2025-01-24T22:54:35.919Z | Downloaded fallible-streaming-iterator v0.1.9 |
939 | 2025-01-24T22:54:35.919Z | Downloaded fallible-iterator v0.3.0 |
940 | 2025-01-24T22:54:35.924Z | Downloaded value-bag v1.9.0 |
941 | 2025-01-24T22:54:35.932Z | Downloaded similar v2.6.0 |
942 | 2025-01-24T22:54:35.934Z | Downloaded data-encoding v2.6.0 |
943 | 2025-01-24T22:54:35.935Z | Downloaded quinn-udp v0.5.5 |
944 | 2025-01-24T22:54:35.935Z | Downloaded defmt v0.3.8 |
945 | 2025-01-24T22:54:35.938Z | Downloaded quick-xml v0.33.0 |
946 | 2025-01-24T22:54:35.942Z | Downloaded proptest v1.5.0 |
947 | 2025-01-24T22:54:35.952Z | Downloaded unicode-xid v0.2.6 |
948 | 2025-01-24T22:54:35.956Z | Downloaded postcard v1.0.10 |
949 | 2025-01-24T22:54:35.958Z | Downloaded hashbrown v0.12.3 |
950 | 2025-01-24T22:54:35.962Z | Downloaded postgres-types v0.2.8 |
951 | 2025-01-24T22:54:35.965Z | Downloaded hashlink v0.9.1 |
952 | 2025-01-24T22:54:35.968Z | Downloaded rand v0.8.5 |
953 | 2025-01-24T22:54:35.972Z | Downloaded salty v0.3.0 |
954 | 2025-01-24T22:54:35.977Z | Downloaded debug-ignore v1.0.5 |
955 | 2025-01-24T22:54:35.979Z | Downloaded bitvec v1.0.1 |
956 | 2025-01-24T22:54:35.996Z | Downloaded vte v0.11.1 |
957 | 2025-01-24T22:54:35.999Z | Downloaded icu_properties_data v1.5.0 |
958 | 2025-01-24T22:54:36.008Z | Downloaded bindgen v0.69.5 |
959 | 2025-01-24T22:54:36.016Z | Downloaded zopfli v0.8.1 |
960 | 2025-01-24T22:54:36.018Z | Downloaded tinyvec v1.8.0 |
961 | 2025-01-24T22:54:36.021Z | Downloaded chrono v0.4.39 |
962 | 2025-01-24T22:54:36.028Z | Downloaded spin v0.9.8 |
963 | 2025-01-24T22:54:36.032Z | Downloaded num-bigint-dig v0.8.4 |
964 | 2025-01-24T22:54:36.036Z | Downloaded pin-project v1.1.6 |
965 | 2025-01-24T22:54:36.050Z | Downloaded fatfs v0.3.6 |
966 | 2025-01-24T22:54:36.053Z | Downloaded url v2.5.3 |
967 | 2025-01-24T22:54:36.055Z | Downloaded unsafe-libyaml v0.2.11 |
968 | 2025-01-24T22:54:36.059Z | Downloaded unicode-segmentation v1.12.0 |
969 | 2025-01-24T22:54:36.064Z | Downloaded rayon v1.10.0 |
970 | 2025-01-24T22:54:36.073Z | Downloaded sqlparser v0.45.0 |
971 | 2025-01-24T22:54:36.079Z | Downloaded futures-util v0.3.31 |
972 | 2025-01-24T22:54:36.091Z | Downloaded steno v0.4.1 |
973 | 2025-01-24T22:54:36.097Z | Downloaded unicode_categories v0.1.1 |
974 | 2025-01-24T22:54:36.101Z | Downloaded unicode-normalization v0.1.24 |
975 | 2025-01-24T22:54:36.106Z | Downloaded parse-zoneinfo v0.3.1 |
976 | 2025-01-24T22:54:36.108Z | Downloaded rusqlite v0.32.1 |
977 | 2025-01-24T22:54:36.113Z | Downloaded hashbrown v0.13.2 |
978 | 2025-01-24T22:54:36.117Z | Downloaded serde_with v3.11.0 |
979 | 2025-01-24T22:54:36.128Z | Downloaded expectorate v1.1.0 |
980 | 2025-01-24T22:54:36.130Z | Downloaded quinn-proto v0.11.8 |
981 | 2025-01-24T22:54:36.135Z | Downloaded git2 v0.19.0 |
982 | 2025-01-24T22:54:36.145Z | Downloaded rustls-webpki v0.102.8 |
983 | 2025-01-24T22:54:36.165Z | Downloaded h2 v0.4.6 |
984 | 2025-01-24T22:54:36.171Z | Downloaded rustls v0.21.12 |
985 | 2025-01-24T22:54:36.183Z | Downloaded p521 v0.13.3 |
986 | 2025-01-24T22:54:36.187Z | Downloaded openssl v0.10.66 |
987 | 2025-01-24T22:54:36.197Z | Downloaded zerovec v0.10.4 |
988 | 2025-01-24T22:54:36.203Z | Downloaded webpki-roots v0.26.6 |
989 | 2025-01-24T22:54:36.207Z | Downloaded serde_urlencoded v0.7.1 |
990 | 2025-01-24T22:54:36.209Z | Downloaded tinystr v0.7.6 |
991 | 2025-01-24T22:54:36.212Z | Downloaded elliptic-curve v0.13.8 |
992 | 2025-01-24T22:54:36.215Z | Downloaded hkdf v0.12.4 |
993 | 2025-01-24T22:54:36.218Z | Downloaded lalrpop v0.19.12 |
994 | 2025-01-24T22:54:36.231Z | Downloaded tokio-util v0.7.12 |
995 | 2025-01-24T22:54:36.238Z | Downloaded hashbrown v0.14.5 |
996 | 2025-01-24T22:54:36.245Z | Downloaded winnow v0.5.40 |
997 | 2025-01-24T22:54:36.253Z | Downloaded petname v2.0.2 |
998 | 2025-01-24T22:54:36.260Z | Downloaded p384 v0.13.0 |
999 | 2025-01-24T22:54:36.266Z | Downloaded curve25519-dalek v4.1.3 |
1000 | 2025-01-24T22:54:36.275Z | Downloaded num-bigint v0.4.6 |
1001 | 2025-01-24T22:54:36.281Z | Downloaded portable-atomic v1.9.0 |
1002 | 2025-01-24T22:54:36.288Z | Downloaded hickory-proto v0.24.2 |
1003 | 2025-01-24T22:54:36.305Z | Downloaded shell-words v1.1.0 |
1004 | 2025-01-24T22:54:36.308Z | Downloaded bstr v1.10.0 |
1005 | 2025-01-24T22:54:36.317Z | Downloaded zerocopy v0.8.10 |
1006 | 2025-01-24T22:54:36.342Z | Downloaded vcpkg v0.2.15 |
1007 | 2025-01-24T22:54:36.381Z | Downloaded nix v0.27.1 |
1008 | 2025-01-24T22:54:36.392Z | Downloaded unicode-width v0.2.0 |
1009 | 2025-01-24T22:54:36.397Z | Downloaded dropshot v0.15.1 |
1010 | 2025-01-24T22:54:36.420Z | Downloaded regex v1.11.1 |
1011 | 2025-01-24T22:54:36.432Z | Downloaded radix_trie v0.2.1 |
1012 | 2025-01-24T22:54:36.438Z | Downloaded object v0.30.4 |
1013 | 2025-01-24T22:54:36.448Z | Downloaded gimli v0.31.1 |
1014 | 2025-01-24T22:54:36.456Z | Downloaded regex-syntax v0.6.29 |
1015 | 2025-01-24T22:54:36.464Z | Downloaded smoltcp v0.11.0 |
1016 | 2025-01-24T22:54:36.477Z | Downloaded regress v0.10.1 |
1017 | 2025-01-24T22:54:36.487Z | Downloaded object v0.36.5 |
1018 | 2025-01-24T22:54:36.499Z | Downloaded diesel v2.2.6 |
1019 | 2025-01-24T22:54:36.518Z | Downloaded rustls v0.23.19 |
1020 | 2025-01-24T22:54:36.530Z | Downloaded sled v0.34.7 |
1021 | 2025-01-24T22:54:36.541Z | Downloaded typify-impl v0.3.0 |
1022 | 2025-01-24T22:54:36.558Z | Downloaded ratatui v0.28.1 |
1023 | 2025-01-24T22:54:36.577Z | Downloaded typify-impl v0.2.0 |
1024 | 2025-01-24T22:54:36.592Z | Downloaded zerocopy-derive v0.6.6 |
1025 | 2025-01-24T22:54:36.601Z | Downloaded openapiv3 v2.0.0 |
1026 | 2025-01-24T22:54:36.613Z | Downloaded regex-automata v0.4.8 |
1027 | 2025-01-24T22:54:36.630Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1028 | 2025-01-24T22:54:36.642Z | Downloaded rustls v0.22.4 |
1029 | 2025-01-24T22:54:36.655Z | Downloaded regex-syntax v0.8.5 |
1030 | 2025-01-24T22:54:36.664Z | Downloaded regress v0.9.1 |
1031 | 2025-01-24T22:54:36.672Z | Downloaded nix v0.29.0 |
1032 | 2025-01-24T22:54:36.683Z | Downloaded dropshot v0.12.0 |
1033 | 2025-01-24T22:54:36.703Z | Downloaded petgraph v0.6.5 |
1034 | 2025-01-24T22:54:36.722Z | Downloaded lzma-sys v0.1.20 |
1035 | 2025-01-24T22:54:36.749Z | Downloaded chrono-tz v0.10.1 |
1036 | 2025-01-24T22:54:36.756Z | Downloaded polar-core v0.27.3 |
1037 | 2025-01-24T22:54:36.764Z | Downloaded smoltcp v0.9.1 |
1038 | 2025-01-24T22:54:36.775Z | Downloaded nix v0.28.0 |
1039 | 2025-01-24T22:54:36.787Z | Downloaded serde_repr v0.1.19 |
1040 | 2025-01-24T22:54:36.789Z | Downloaded libz-sys v1.1.20 |
1041 | 2025-01-24T22:54:36.809Z | Downloaded scheduled-thread-pool v0.2.7 |
1042 | 2025-01-24T22:54:36.811Z | Downloaded zip v2.1.3 |
1043 | 2025-01-24T22:54:36.814Z | Downloaded slog-scope v4.4.0 |
1044 | 2025-01-24T22:54:36.816Z | Downloaded aws-lc-rs v1.10.0 |
1045 | 2025-01-24T22:54:36.824Z | Downloaded openssl-sys v0.9.103 |
1046 | 2025-01-24T22:54:36.830Z | Downloaded rustls-webpki v0.101.7 |
1047 | 2025-01-24T22:54:36.841Z | Downloaded sha3 v0.10.8 |
1048 | 2025-01-24T22:54:36.846Z | Downloaded tokio v1.43.0 |
1049 | 2025-01-24T22:54:36.885Z | Downloaded csv v1.3.0 |
1050 | 2025-01-24T22:54:36.903Z | Downloaded tiny-keccak v2.0.2 |
1051 | 2025-01-24T22:54:36.906Z | Downloaded tokio-stream v0.1.16 |
1052 | 2025-01-24T22:54:36.910Z | Downloaded predicates v3.1.2 |
1053 | 2025-01-24T22:54:36.912Z | Downloaded ssh-key v0.6.6 |
1054 | 2025-01-24T22:54:36.919Z | Downloaded x509-cert v0.2.5 |
1055 | 2025-01-24T22:54:36.925Z | Downloaded funty v2.0.0 |
1056 | 2025-01-24T22:54:36.927Z | Downloaded futures v0.3.31 |
1057 | 2025-01-24T22:54:36.930Z | Downloaded zip v0.6.6 |
1058 | 2025-01-24T22:54:36.937Z | Downloaded rsa v0.9.6 |
1059 | 2025-01-24T22:54:36.941Z | Downloaded reedline v0.35.0 |
1060 | 2025-01-24T22:54:36.945Z | Downloaded blake3 v1.5.4 |
1061 | 2025-01-24T22:54:36.952Z | Downloaded reqwest v0.12.9 |
1062 | 2025-01-24T22:54:36.960Z | Downloaded simd-adler32 v0.3.7 |
1063 | 2025-01-24T22:54:36.962Z | Downloaded rusty-fork v0.3.0 |
1064 | 2025-01-24T22:54:36.965Z | Downloaded parking_lot_core v0.9.10 |
1065 | 2025-01-24T22:54:36.965Z | Downloaded walkdir v2.5.0 |
1066 | 2025-01-24T22:54:36.967Z | Downloaded publicsuffix v2.3.0 |
1067 | 2025-01-24T22:54:36.970Z | Downloaded flume v0.11.1 |
1068 | 2025-01-24T22:54:36.972Z | Downloaded rfc6979 v0.4.0 |
1069 | 2025-01-24T22:54:36.984Z | Downloaded dropshot_endpoint v0.12.0 |
1070 | 2025-01-24T22:54:36.984Z | Downloaded pin-project-lite v0.2.14 |
1071 | 2025-01-24T22:54:36.984Z | Downloaded signal-hook v0.3.17 |
1072 | 2025-01-24T22:54:36.984Z | Downloaded time v0.3.36 |
1073 | 2025-01-24T22:54:36.988Z | Downloaded des v0.8.1 |
1074 | 2025-01-24T22:54:36.992Z | Downloaded half v2.4.1 |
1075 | 2025-01-24T22:54:36.994Z | Downloaded zerocopy-derive v0.8.10 |
1076 | 2025-01-24T22:54:36.998Z | Downloaded itertools v0.13.0 |
1077 | 2025-01-24T22:54:37.005Z | Downloaded tar v0.4.42 |
1078 | 2025-01-24T22:54:37.008Z | Downloaded encoding_rs v0.8.34 |
1079 | 2025-01-24T22:54:37.028Z | Downloaded secrecy v0.8.0 |
1080 | 2025-01-24T22:54:37.030Z | Downloaded sec1 v0.7.3 |
1081 | 2025-01-24T22:54:37.033Z | Downloaded snafu-derive v0.8.5 |
1082 | 2025-01-24T22:54:37.033Z | Downloaded serde_derive_internals v0.29.1 |
1083 | 2025-01-24T22:54:37.036Z | Downloaded toml v0.7.8 |
1084 | 2025-01-24T22:54:37.038Z | Downloaded term v0.7.0 |
1085 | 2025-01-24T22:54:37.041Z | Downloaded tungstenite v0.21.0 |
1086 | 2025-01-24T22:54:37.043Z | Downloaded itertools v0.12.1 |
1087 | 2025-01-24T22:54:37.049Z | Downloaded tokio-macros v2.5.0 |
1088 | 2025-01-24T22:54:37.051Z | Downloaded tls_codec v0.4.1 |
1089 | 2025-01-24T22:54:37.054Z | Downloaded thiserror-impl v2.0.11 |
1090 | 2025-01-24T22:54:37.054Z | Downloaded thiserror v2.0.11 |
1091 | 2025-01-24T22:54:37.058Z | Downloaded subprocess v0.2.9 |
1092 | 2025-01-24T22:54:37.060Z | Downloaded libm v0.2.8 |
1093 | 2025-01-24T22:54:37.067Z | Downloaded darling_core v0.20.10 |
1094 | 2025-01-24T22:54:37.072Z | Downloaded toml_edit v0.19.15 |
1095 | 2025-01-24T22:54:37.087Z | Downloaded pem v3.0.4 |
1096 | 2025-01-24T22:54:37.089Z | Downloaded slog-term v2.9.1 |
1097 | 2025-01-24T22:54:37.091Z | Downloaded ed25519-dalek v2.1.1 |
1098 | 2025-01-24T22:54:37.094Z | Downloaded der v0.7.9 |
1099 | 2025-01-24T22:54:37.097Z | Downloaded foldhash v0.1.3 |
1100 | 2025-01-24T22:54:37.100Z | Downloaded dirs-sys-next v0.1.2 |
1101 | 2025-01-24T22:54:37.100Z | Downloaded difflib v0.4.0 |
1102 | 2025-01-24T22:54:37.102Z | Downloaded progenitor-macro v0.9.1 |
1103 | 2025-01-24T22:54:37.102Z | Downloaded ena v0.14.3 |
1104 | 2025-01-24T22:54:37.102Z | Downloaded libxml v0.3.3 |
1105 | 2025-01-24T22:54:37.112Z | Downloaded pkcs8 v0.10.2 |
1106 | 2025-01-24T22:54:37.116Z | Downloaded derive_builder v0.20.2 |
1107 | 2025-01-24T22:54:37.118Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1108 | 2025-01-24T22:54:37.170Z | Downloaded tokio-rustls v0.24.1 |
1109 | 2025-01-24T22:54:37.173Z | Downloaded parking_lot v0.12.3 |
1110 | 2025-01-24T22:54:37.176Z | Downloaded powerfmt v0.2.0 |
1111 | 2025-01-24T22:54:37.178Z | Downloaded smallvec v1.13.2 |
1112 | 2025-01-24T22:54:37.178Z | Downloaded crypto-bigint v0.5.5 |
1113 | 2025-01-24T22:54:37.184Z | Downloaded cc v1.1.30 |
1114 | 2025-01-24T22:54:37.187Z | Downloaded bytes v1.9.0 |
1115 | 2025-01-24T22:54:37.190Z | Downloaded futures-executor v0.3.31 |
1116 | 2025-01-24T22:54:37.193Z | Downloaded futures-core v0.3.31 |
1117 | 2025-01-24T22:54:37.193Z | Downloaded sqlformat v0.2.6 |
1118 | 2025-01-24T22:54:37.195Z | Downloaded rayon-core v1.12.1 |
1119 | 2025-01-24T22:54:37.198Z | Downloaded quinn v0.11.5 |
1120 | 2025-01-24T22:54:37.201Z | Downloaded samael v0.0.17 |
1121 | 2025-01-24T22:54:37.206Z | Downloaded globset v0.4.15 |
1122 | 2025-01-24T22:54:37.208Z | Downloaded glob v0.3.1 |
1123 | 2025-01-24T22:54:37.211Z | Downloaded yasna v0.5.2 |
1124 | 2025-01-24T22:54:37.211Z | Downloaded vergen v8.3.2 |
1125 | 2025-01-24T22:54:37.213Z | Downloaded supports-color v3.0.1 |
1126 | 2025-01-24T22:54:37.216Z | Downloaded smallvec v0.6.14 |
1127 | 2025-01-24T22:54:37.216Z | Downloaded serde-hex v0.1.0 |
1128 | 2025-01-24T22:54:37.219Z | Downloaded base64 v0.13.1 |
1129 | 2025-01-24T22:54:37.222Z | Downloaded crc-any v2.5.0 |
1130 | 2025-01-24T22:54:37.224Z | Downloaded base64 v0.22.1 |
1131 | 2025-01-24T22:54:37.226Z | Downloaded fs_extra v1.3.0 |
1132 | 2025-01-24T22:54:37.229Z | Downloaded rand_core v0.6.4 |
1133 | 2025-01-24T22:54:37.231Z | Downloaded aes v0.8.4 |
1134 | 2025-01-24T22:54:37.234Z | Downloaded zerofrom v0.1.4 |
1135 | 2025-01-24T22:54:37.234Z | Downloaded unicode-truncate v1.1.0 |
1136 | 2025-01-24T22:54:37.237Z | Downloaded pkg-config v0.3.31 |
1137 | 2025-01-24T22:54:37.239Z | Downloaded slog v2.7.0 |
1138 | 2025-01-24T22:54:37.239Z | Downloaded base64 v0.21.7 |
1139 | 2025-01-24T22:54:37.243Z | Downloaded pbkdf2 v0.12.2 |
1140 | 2025-01-24T22:54:37.245Z | Downloaded derive_builder_core v0.20.2 |
1141 | 2025-01-24T22:54:37.248Z | Downloaded crossbeam-utils v0.8.20 |
1142 | 2025-01-24T22:54:37.251Z | Downloaded crossbeam-epoch v0.9.18 |
1143 | 2025-01-24T22:54:37.251Z | Downloaded cookie v0.18.1 |
1144 | 2025-01-24T22:54:37.254Z | Downloaded pbkdf2 v0.11.0 |
1145 | 2025-01-24T22:54:37.256Z | Downloaded vsss-rs v3.3.4 |
1146 | 2025-01-24T22:54:37.258Z | Downloaded ron v0.7.1 |
1147 | 2025-01-24T22:54:37.261Z | Downloaded csv-core v0.1.11 |
1148 | 2025-01-24T22:54:37.264Z | Downloaded const-oid v0.9.6 |
1149 | 2025-01-24T22:54:37.266Z | Downloaded chacha20poly1305 v0.10.1 |
1150 | 2025-01-24T22:54:37.266Z | Downloaded hickory-resolver v0.24.2 |
1151 | 2025-01-24T22:54:37.270Z | Downloaded chrono-tz-build v0.4.0 |
1152 | 2025-01-24T22:54:37.273Z | Downloaded filetime v0.2.25 |
1153 | 2025-01-24T22:54:37.273Z | Downloaded dyn-clone v1.0.17 |
1154 | 2025-01-24T22:54:37.275Z | Downloaded dunce v1.0.5 |
1155 | 2025-01-24T22:54:37.275Z | Downloaded tracing-attributes v0.1.27 |
1156 | 2025-01-24T22:54:37.278Z | Downloaded icu_collections v1.5.0 |
1157 | 2025-01-24T22:54:37.282Z | Downloaded const_format_proc_macros v0.2.33 |
1158 | 2025-01-24T22:54:37.285Z | Downloaded thiserror-no-std v2.0.2 |
1159 | 2025-01-24T22:54:37.290Z | Downloaded constant_time_eq v0.3.1 |
1160 | 2025-01-24T22:54:37.292Z | Downloaded bb8 v0.8.5 |
1161 | 2025-01-24T22:54:37.293Z | Downloaded cmake v0.1.51 |
1162 | 2025-01-24T22:54:37.293Z | Downloaded slog-dtrace v0.3.0 |
1163 | 2025-01-24T22:54:37.295Z | Downloaded slog-bunyan v2.5.0 |
1164 | 2025-01-24T22:54:37.295Z | Downloaded slab v0.4.9 |
1165 | 2025-01-24T22:54:37.297Z | Downloaded signature v2.2.0 |
1166 | 2025-01-24T22:54:37.298Z | Downloaded aead v0.5.2 |
1167 | 2025-01-24T22:54:37.298Z | Downloaded blowfish v0.9.1 |
1168 | 2025-01-24T22:54:37.303Z | Downloaded icu_normalizer_data v1.5.0 |
1169 | 2025-01-24T22:54:37.305Z | Downloaded base64ct v1.6.0 |
1170 | 2025-01-24T22:54:37.305Z | Downloaded rustc-hash v2.0.0 |
1171 | 2025-01-24T22:54:37.306Z | Downloaded lru-cache v0.1.2 |
1172 | 2025-01-24T22:54:37.306Z | Downloaded cexpr v0.6.0 |
1173 | 2025-01-24T22:54:37.308Z | Downloaded castaway v0.2.3 |
1174 | 2025-01-24T22:54:37.308Z | Downloaded bit-vec v0.6.3 |
1175 | 2025-01-24T22:54:37.311Z | Downloaded adler2 v2.0.0 |
1176 | 2025-01-24T22:54:37.311Z | Downloaded arrayvec v0.7.6 |
1177 | 2025-01-24T22:54:37.313Z | Downloaded argon2 v0.5.3 |
1178 | 2025-01-24T22:54:37.314Z | Downloaded icu_locid v1.5.0 |
1179 | 2025-01-24T22:54:37.318Z | Downloaded hyper-staticfile v0.10.1 |
1180 | 2025-01-24T22:54:37.476Z | Downloaded libsqlite3-sys v0.30.1 |
1181 | 2025-01-24T22:54:37.599Z | Downloaded ring v0.17.8 |
1182 | 2025-01-24T22:54:37.914Z | Downloaded aws-lc-sys v0.22.0 |
1183 | 2025-01-24T22:54:38.227Z | Compiling serde v1.0.217 |
1184 | 2025-01-24T22:54:38.230Z | Compiling lock_api v0.4.12 |
1185 | 2025-01-24T22:54:38.230Z | Compiling scopeguard v1.2.0 |
1186 | 2025-01-24T22:54:38.230Z | Compiling value-bag v1.9.0 |
1187 | 2025-01-24T22:54:38.230Z | Compiling typenum v1.17.0 |
1188 | 2025-01-24T22:54:38.230Z | Compiling generic-array v0.14.7 |
1189 | 2025-01-24T22:54:38.425Z | Compiling syn v2.0.96 |
1190 | 2025-01-24T22:54:38.439Z | Compiling getrandom v0.2.15 |
1191 | 2025-01-24T22:54:38.578Z | Compiling shlex v1.3.0 |
1192 | 2025-01-24T22:54:38.773Z | Compiling rand_core v0.6.4 |
1193 | 2025-01-24T22:54:38.868Z | Compiling log v0.4.22 |
1194 | 2025-01-24T22:54:38.933Z | Compiling subtle v2.6.1 |
1195 | 2025-01-24T22:54:38.935Z | Compiling jobserver v0.1.32 |
1196 | 2025-01-24T22:54:38.985Z | Compiling smallvec v1.13.2 |
1197 | 2025-01-24T22:54:39.226Z | Compiling const-oid v0.9.6 |
1198 | 2025-01-24T22:54:39.266Z | Compiling spin v0.9.8 |
1199 | 2025-01-24T22:54:39.311Z | Compiling cc v1.1.30 |
1200 | 2025-01-24T22:54:39.359Z | Compiling pin-project-lite v0.2.14 |
1201 | 2025-01-24T22:54:39.493Z | Compiling rustix v0.38.37 |
1202 | 2025-01-24T22:54:39.745Z | Compiling parking_lot_core v0.9.10 |
1203 | 2025-01-24T22:54:39.765Z | Compiling futures-core v0.3.31 |
1204 | 2025-01-24T22:54:39.816Z | Compiling signal-hook-registry v1.4.2 |
1205 | 2025-01-24T22:54:40.018Z | Compiling mio v1.0.2 |
1206 | 2025-01-24T22:54:40.432Z | Compiling aho-corasick v1.1.3 |
1207 | 2025-01-24T22:54:40.525Z | Compiling regex-syntax v0.8.5 |
1208 | 2025-01-24T22:54:40.829Z | Compiling parking_lot v0.12.3 |
1209 | 2025-01-24T22:54:40.850Z | Compiling stable_deref_trait v1.2.0 |
1210 | 2025-01-24T22:54:40.972Z | Compiling cpufeatures v0.2.14 |
1211 | 2025-01-24T22:54:41.095Z | Compiling lazy_static v1.5.0 |
1212 | 2025-01-24T22:54:41.157Z | Compiling either v1.13.0 |
1213 | 2025-01-24T22:54:41.238Z | Compiling glob v0.3.1 |
1214 | 2025-01-24T22:54:41.534Z | Compiling futures-sink v0.3.31 |
1215 | 2025-01-24T22:54:41.595Z | Compiling socket2 v0.5.7 |
1216 | 2025-01-24T22:54:41.705Z | Compiling slab v0.4.9 |
1217 | 2025-01-24T22:54:41.722Z | Compiling prettyplease v0.2.25 |
1218 | 2025-01-24T22:54:42.081Z | Compiling minimal-lexical v0.2.1 |
1219 | 2025-01-24T22:54:42.129Z | Compiling clang-sys v1.8.1 |
1220 | 2025-01-24T22:54:42.183Z | Compiling serde_json v1.0.135 |
1221 | 2025-01-24T22:54:42.514Z | Compiling nom v7.1.3 |
1222 | 2025-01-24T22:54:42.601Z | Compiling libloading v0.8.5 |
1223 | 2025-01-24T22:54:42.846Z | Compiling home v0.5.9 |
1224 | 2025-01-24T22:54:42.873Z | Compiling bindgen v0.69.5 |
1225 | 2025-01-24T22:54:43.104Z | Compiling futures-channel v0.3.31 |
1226 | 2025-01-24T22:54:43.109Z | Compiling itertools v0.10.5 |
1227 | 2025-01-24T22:54:43.534Z | Compiling allocator-api2 v0.2.18 |
1228 | 2025-01-24T22:54:43.748Z | Compiling libm v0.2.8 |
1229 | 2025-01-24T22:54:44.086Z | Compiling futures-task v0.3.31 |
1230 | 2025-01-24T22:54:44.232Z | Compiling futures-io v0.3.31 |
1231 | 2025-01-24T22:54:44.387Z | Compiling regex-automata v0.4.8 |
1232 | 2025-01-24T22:54:44.521Z | Compiling foldhash v0.1.3 |
1233 | 2025-01-24T22:54:44.859Z | Compiling pin-utils v0.1.0 |
1234 | 2025-01-24T22:54:44.971Z | Compiling lazycell v1.3.0 |
1235 | 2025-01-24T22:54:45.148Z | Compiling rustc-hash v1.1.0 |
1236 | 2025-01-24T22:54:45.241Z | Compiling hashbrown v0.15.1 |
1237 | 2025-01-24T22:54:45.327Z | Compiling cmake v0.1.51 |
1238 | 2025-01-24T22:54:45.695Z | Compiling cexpr v0.6.0 |
1239 | 2025-01-24T22:54:45.891Z | Compiling synstructure v0.13.1 |
1240 | 2025-01-24T22:54:46.448Z | Compiling num-traits v0.2.19 |
1241 | 2025-01-24T22:54:46.745Z | Compiling dunce v1.0.5 |
1242 | 2025-01-24T22:54:46.832Z | Compiling pkg-config v0.3.31 |
1243 | 2025-01-24T22:54:46.886Z | Compiling fs_extra v1.3.0 |
1244 | 2025-01-24T22:54:47.433Z | Compiling writeable v0.5.5 |
1245 | 2025-01-24T22:54:47.544Z | Compiling litemap v0.7.3 |
1246 | 2025-01-24T22:54:47.940Z | Compiling ring v0.17.8 |
1247 | 2025-01-24T22:54:47.968Z | Compiling paste v1.0.15 |
1248 | 2025-01-24T22:54:48.212Z | Compiling base64ct v1.6.0 |
1249 | 2025-01-24T22:54:48.683Z | Compiling pem-rfc7468 v0.7.0 |
1250 | 2025-01-24T22:54:48.888Z | Compiling flagset v0.4.6 |
1251 | 2025-01-24T22:54:49.004Z | Compiling aws-lc-rs v1.10.0 |
1252 | 2025-01-24T22:54:49.110Z | Compiling icu_locid_transform_data v1.5.0 |
1253 | 2025-01-24T22:54:49.220Z | Compiling httparse v1.9.5 |
1254 | 2025-01-24T22:54:49.385Z | Compiling tracing-core v0.1.32 |
1255 | 2025-01-24T22:54:49.891Z | Compiling regex v1.11.1 |
1256 | 2025-01-24T22:54:50.171Z | Compiling percent-encoding v2.3.1 |
1257 | 2025-01-24T22:54:50.376Z | Compiling rustls-pki-types v1.10.0 |
1258 | 2025-01-24T22:54:50.494Z | Compiling crossbeam-utils v0.8.20 |
1259 | 2025-01-24T22:54:50.513Z | Compiling icu_properties_data v1.5.0 |
1260 | 2025-01-24T22:54:50.830Z | Compiling time-core v0.1.2 |
1261 | 2025-01-24T22:54:51.012Z | Compiling mirai-annotations v1.12.0 |
1262 | 2025-01-24T22:54:51.052Z | Compiling utf16_iter v1.0.5 |
1263 | 2025-01-24T22:54:51.201Z | Compiling untrusted v0.7.1 |
1264 | 2025-01-24T22:54:51.238Z | Compiling utf8_iter v1.0.4 |
1265 | 2025-01-24T22:54:51.265Z | Compiling vcpkg v0.2.15 |
1266 | 2025-01-24T22:54:51.360Z | Compiling serde_derive v1.0.217 |
1267 | 2025-01-24T22:54:51.381Z | Compiling zeroize_derive v1.4.2 |
1268 | 2025-01-24T22:54:51.416Z | Compiling zerocopy-derive v0.7.35 |
1269 | 2025-01-24T22:54:51.453Z | Compiling zerofrom-derive v0.1.4 |
1270 | 2025-01-24T22:54:52.713Z | Compiling zeroize v1.8.1 |
1271 | 2025-01-24T22:54:52.922Z | Compiling tokio-macros v2.5.0 |
1272 | 2025-01-24T22:54:53.180Z | Compiling zerocopy v0.7.35 |
1273 | 2025-01-24T22:54:53.252Z | Compiling yoke-derive v0.7.4 |
1274 | 2025-01-24T22:54:54.235Z | Compiling crypto-common v0.1.6 |
1275 | 2025-01-24T22:54:54.238Z | Compiling block-buffer v0.10.4 |
1276 | 2025-01-24T22:54:54.446Z | Compiling thiserror-impl v1.0.69 |
1277 | 2025-01-24T22:54:54.495Z | Compiling digest v0.10.7 |
1278 | 2025-01-24T22:54:54.513Z | Compiling zerovec-derive v0.10.3 |
1279 | 2025-01-24T22:54:54.962Z | Compiling zerofrom v0.1.4 |
1280 | 2025-01-24T22:54:54.993Z | Compiling hmac v0.12.1 |
1281 | 2025-01-24T22:54:55.126Z | Compiling futures-macro v0.3.31 |
1282 | 2025-01-24T22:54:55.191Z | Compiling displaydoc v0.2.5 |
1283 | 2025-01-24T22:54:55.230Z | Compiling block-padding v0.3.3 |
1284 | 2025-01-24T22:54:55.480Z | Compiling inout v0.1.3 |
1285 | 2025-01-24T22:54:55.748Z | Compiling cipher v0.4.4 |
1286 | 2025-01-24T22:54:55.905Z | Compiling yoke v0.7.4 |
1287 | 2025-01-24T22:54:56.236Z | Compiling sha2 v0.10.8 |
1288 | 2025-01-24T22:54:56.238Z | Compiling icu_provider_macros v1.5.0 |
1289 | 2025-01-24T22:54:56.661Z | Compiling ppv-lite86 v0.2.20 |
1290 | 2025-01-24T22:54:56.875Z | Compiling futures-util v0.3.31 |
1291 | 2025-01-24T22:54:56.901Z | Compiling zerovec v0.10.4 |
1292 | 2025-01-24T22:54:57.276Z | Compiling der_derive v0.7.3 |
1293 | 2025-01-24T22:54:57.341Z | Compiling rand_chacha v0.3.1 |
1294 | 2025-01-24T22:54:57.373Z | Compiling thiserror v1.0.69 |
1295 | 2025-01-24T22:54:57.533Z | Compiling tracing-attributes v0.1.27 |
1296 | 2025-01-24T22:54:58.780Z | Compiling tinystr v0.7.6 |
1297 | 2025-01-24T22:54:59.133Z | Compiling icu_locid v1.5.0 |
1298 | 2025-01-24T22:54:59.427Z | Compiling der v0.7.9 |
1299 | 2025-01-24T22:54:59.481Z | Compiling icu_collections v1.5.0 |
1300 | 2025-01-24T22:54:59.517Z | Compiling rand v0.8.5 |
1301 | 2025-01-24T22:55:00.749Z | Compiling icu_provider v1.5.0 |
1302 | 2025-01-24T22:55:00.834Z | Compiling tracing v0.1.40 |
1303 | 2025-01-24T22:55:01.179Z | Compiling pest v2.7.14 |
1304 | 2025-01-24T22:55:01.320Z | Compiling spki v0.7.3 |
1305 | 2025-01-24T22:55:01.462Z | Compiling icu_locid_transform v1.5.0 |
1306 | 2025-01-24T22:55:01.644Z | Compiling salsa20 v0.10.2 |
1307 | 2025-01-24T22:55:01.680Z | Compiling pbkdf2 v0.12.2 |
1308 | 2025-01-24T22:55:01.849Z | Compiling icu_normalizer_data v1.5.0 |
1309 | 2025-01-24T22:55:01.869Z | Compiling untrusted v0.9.0 |
1310 | 2025-01-24T22:55:01.961Z | Compiling write16 v1.0.0 |
1311 | 2025-01-24T22:55:02.030Z | Compiling num-conv v0.1.0 |
1312 | 2025-01-24T22:55:02.052Z | Compiling powerfmt v0.2.0 |
1313 | 2025-01-24T22:55:02.107Z | Compiling scrypt v0.11.0 |
1314 | 2025-01-24T22:55:02.254Z | Compiling cbc v0.1.2 |
1315 | 2025-01-24T22:55:02.292Z | Compiling time-macros v0.2.18 |
1316 | 2025-01-24T22:55:02.419Z | Compiling deranged v0.3.11 |
1317 | 2025-01-24T22:55:02.450Z | Compiling aes v0.8.4 |
1318 | 2025-01-24T22:55:02.635Z | Compiling icu_properties v1.5.1 |
1319 | 2025-01-24T22:55:03.725Z | Compiling bitflags v2.6.0 |
1320 | 2025-01-24T22:55:03.838Z | Compiling bytes v1.9.0 |
1321 | 2025-01-24T22:55:03.984Z | Compiling indexmap v2.7.0 |
1322 | 2025-01-24T22:55:04.004Z | Compiling semver v1.0.24 |
1323 | 2025-01-24T22:55:04.738Z | Compiling tokio v1.43.0 |
1324 | 2025-01-24T22:55:05.023Z | Compiling http v1.2.0 |
1325 | 2025-01-24T22:55:05.090Z | Compiling rustc_version v0.4.1 |
1326 | 2025-01-24T22:55:05.289Z | Compiling pest_meta v2.7.14 |
1327 | 2025-01-24T22:55:05.820Z | Compiling openssl-sys v0.9.103 |
1328 | 2025-01-24T22:55:06.860Z | Compiling icu_normalizer v1.5.0 |
1329 | 2025-01-24T22:55:06.883Z | Compiling scroll_derive v0.12.0 |
1330 | 2025-01-24T22:55:07.220Z | Compiling num_threads v0.1.7 |
1331 | 2025-01-24T22:55:07.369Z | Compiling atomic-waker v1.1.2 |
1332 | 2025-01-24T22:55:07.579Z | Compiling tinyvec_macros v0.1.1 |
1333 | 2025-01-24T22:55:07.691Z | Compiling tinyvec v1.8.0 |
1334 | 2025-01-24T22:55:08.344Z | Compiling which v4.4.2 |
1335 | 2025-01-24T22:55:08.359Z | Compiling scroll v0.12.0 |
1336 | 2025-01-24T22:55:08.644Z | Compiling idna_adapter v1.2.0 |
1337 | 2025-01-24T22:55:08.860Z | Compiling time v0.3.36 |
1338 | 2025-01-24T22:55:08.901Z | Compiling pest_generator v2.7.14 |
1339 | 2025-01-24T22:55:08.901Z | Compiling http-body v1.0.1 |
1340 | 2025-01-24T22:55:09.111Z | Compiling pkcs5 v0.7.1 |
1341 | 2025-01-24T22:55:09.147Z | Compiling form_urlencoded v1.2.1 |
1342 | 2025-01-24T22:55:09.177Z | Compiling slog v2.7.0 |
1343 | 2025-01-24T22:55:09.469Z | Compiling try-lock v0.2.5 |
1344 | 2025-01-24T22:55:09.647Z | Compiling want v0.3.1 |
1345 | 2025-01-24T22:55:09.750Z | Compiling pkcs8 v0.10.2 |
1346 | 2025-01-24T22:55:09.781Z | Compiling goblin v0.8.2 |
1347 | 2025-01-24T22:55:09.953Z | Compiling idna v1.0.3 |
1348 | 2025-01-24T22:55:10.255Z | Compiling uuid v1.12.0 |
1349 | 2025-01-24T22:55:10.448Z | Compiling iana-time-zone v0.1.61 |
1350 | 2025-01-24T22:55:10.716Z | Compiling pest_derive v2.7.14 |
1351 | 2025-01-24T22:55:10.849Z | Compiling httpdate v1.0.3 |
1352 | 2025-01-24T22:55:11.295Z | Compiling chrono v0.4.39 |
1353 | 2025-01-24T22:55:11.517Z | Compiling dtrace-parser v0.2.0 |
1354 | 2025-01-24T22:55:11.751Z | Compiling serde_spanned v0.6.8 |
1355 | 2025-01-24T22:55:12.015Z | Compiling toml_datetime v0.6.8 |
1356 | 2025-01-24T22:55:12.311Z | Compiling serde_tokenstream v0.2.2 |
1357 | 2025-01-24T22:55:12.495Z | Compiling match_cfg v0.1.0 |
1358 | 2025-01-24T22:55:12.611Z | Compiling adler2 v2.0.0 |
1359 | 2025-01-24T22:55:12.836Z | Compiling tokio-util v0.7.12 |
1360 | 2025-01-24T22:55:12.918Z | Compiling openssl v0.10.66 |
1361 | 2025-01-24T22:55:13.342Z | Compiling tower-service v0.3.3 |
1362 | 2025-01-24T22:55:13.483Z | Compiling base64 v0.22.1 |
1363 | 2025-01-24T22:55:13.505Z | Compiling rustversion v1.0.17 |
1364 | 2025-01-24T22:55:13.587Z | Compiling foreign-types-shared v0.1.1 |
1365 | 2025-01-24T22:55:13.730Z | Compiling foreign-types v0.3.2 |
1366 | 2025-01-24T22:55:13.843Z | Compiling h2 v0.4.6 |
1367 | 2025-01-24T22:55:14.135Z | Compiling miniz_oxide v0.8.0 |
1368 | 2025-01-24T22:55:14.193Z | Compiling hostname v0.3.1 |
1369 | 2025-01-24T22:55:14.241Z | Compiling url v2.5.3 |
1370 | 2025-01-24T22:55:14.772Z | Compiling openssl-macros v0.1.1 |
1371 | 2025-01-24T22:55:15.511Z | Compiling async-trait v0.1.83 |
1372 | 2025-01-24T22:55:15.550Z | Compiling serde_derive_internals v0.29.1 |
1373 | 2025-01-24T22:55:15.718Z | Compiling dof v0.3.0 |
1374 | 2025-01-24T22:55:16.045Z | Compiling dirs-sys-next v0.1.2 |
1375 | 2025-01-24T22:55:16.617Z | Compiling usdt-impl v0.5.0 |
1376 | 2025-01-24T22:55:17.606Z | Compiling data-encoding v2.6.0 |
1377 | 2025-01-24T22:55:17.911Z | Compiling syn v1.0.109 |
1378 | 2025-01-24T22:55:17.935Z | Compiling rustls v0.23.19 |
1379 | 2025-01-24T22:55:17.990Z | Compiling siphasher v0.3.11 |
1380 | 2025-01-24T22:55:18.219Z | Compiling native-tls v0.2.12 |
1381 | 2025-01-24T22:55:18.315Z | Compiling schemars v0.8.21 |
1382 | 2025-01-24T22:55:18.364Z | Compiling rustls v0.22.4 |
1383 | 2025-01-24T22:55:18.524Z | Compiling schemars_derive v0.8.21 |
1384 | 2025-01-24T22:55:18.583Z | Compiling dirs-next v2.0.0 |
1385 | 2025-01-24T22:55:18.774Z | Compiling http-body-util v0.1.2 |
1386 | 2025-01-24T22:55:19.228Z | Compiling unicode-normalization v0.1.24 |
1387 | 2025-01-24T22:55:19.247Z | Compiling crossbeam-epoch v0.9.18 |
1388 | 2025-01-24T22:55:19.602Z | Compiling heapless v0.7.17 |
1389 | 2025-01-24T22:55:19.965Z | Compiling signature v2.2.0 |
1390 | 2025-01-24T22:55:19.986Z | Compiling sha1 v0.10.6 |
1391 | 2025-01-24T22:55:20.036Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1392 | 2025-01-24T22:55:20.267Z | Compiling thread_local v1.1.8 |
1393 | 2025-01-24T22:55:20.380Z | Compiling multer v3.1.0 |
1394 | 2025-01-24T22:55:20.407Z | Compiling cookie v0.18.1 |
1395 | 2025-01-24T22:55:20.514Z | Compiling encoding_rs v0.8.34 |
1396 | 2025-01-24T22:55:20.676Z | Compiling mime v0.3.17 |
1397 | 2025-01-24T22:55:20.710Z | Compiling gimli v0.31.1 |
1398 | 2025-01-24T22:55:20.749Z | Compiling slog-async v2.8.0 |
1399 | 2025-01-24T22:55:21.165Z | Compiling hyper v1.5.2 |
1400 | 2025-01-24T22:55:21.268Z | Compiling signal-hook v0.3.17 |
1401 | 2025-01-24T22:55:21.497Z | Compiling ipnet v2.10.1 |
1402 | 2025-01-24T22:55:21.543Z | Compiling rayon-core v1.12.1 |
1403 | 2025-01-24T22:55:21.822Z | Compiling dyn-clone v1.0.17 |
1404 | 2025-01-24T22:55:22.064Z | Compiling unicode-bidi v0.3.17 |
1405 | 2025-01-24T22:55:22.628Z | Compiling unicode-properties v0.1.3 |
1406 | 2025-01-24T22:55:23.050Z | Compiling openssl-probe v0.1.5 |
1407 | 2025-01-24T22:55:23.324Z | Compiling stringprep v0.1.5 |
1408 | 2025-01-24T22:55:23.945Z | Compiling hyper-util v0.1.10 |
1409 | 2025-01-24T22:55:24.741Z | Compiling addr2line v0.24.2 |
1410 | 2025-01-24T22:55:25.008Z | Compiling toml_edit v0.22.22 |
1411 | 2025-01-24T22:55:25.428Z | Compiling crossbeam-deque v0.8.5 |
1412 | 2025-01-24T22:55:25.465Z | Compiling usdt-attr-macro v0.5.0 |
1413 | 2025-01-24T22:55:25.785Z | Compiling usdt-macro v0.5.0 |
1414 | 2025-01-24T22:55:26.347Z | Compiling term v0.7.0 |
1415 | 2025-01-24T22:55:26.729Z | Compiling slog-json v2.6.1 |
1416 | 2025-01-24T22:55:26.855Z | Compiling serde_urlencoded v0.7.1 |
1417 | 2025-01-24T22:55:27.007Z | Compiling crossbeam-channel v0.5.13 |
1418 | 2025-01-24T22:55:27.098Z | Compiling curve25519-dalek v4.1.3 |
1419 | 2025-01-24T22:55:27.192Z | Compiling enum-as-inner v0.6.1 |
1420 | 2025-01-24T22:55:27.355Z | Compiling futures-executor v0.3.31 |
1421 | 2025-01-24T22:55:27.558Z | Compiling md-5 v0.10.6 |
1422 | 2025-01-24T22:55:27.753Z | Compiling async-stream-impl v0.3.6 |
1423 | 2025-01-24T22:55:27.854Z | Compiling rustls-pemfile v2.2.0 |
1424 | 2025-01-24T22:55:27.873Z | Compiling num-integer v0.1.46 |
1425 | 2025-01-24T22:55:27.958Z | Compiling hash32 v0.2.1 |
1426 | 2025-01-24T22:55:28.205Z | Compiling ff v0.13.0 |
1427 | 2025-01-24T22:55:28.209Z | Compiling is-terminal v0.4.13 |
1428 | 2025-01-24T22:55:28.313Z | Compiling dropshot v0.12.0 |
1429 | 2025-01-24T22:55:28.359Z | Compiling object v0.36.5 |
1430 | 2025-01-24T22:55:28.447Z | Compiling take_mut v0.2.2 |
1431 | 2025-01-24T22:55:28.568Z | Compiling portable-atomic v1.9.0 |
1432 | 2025-01-24T22:55:28.609Z | Compiling anyhow v1.0.95 |
1433 | 2025-01-24T22:55:28.630Z | Compiling smoltcp v0.9.1 |
1434 | 2025-01-24T22:55:29.016Z | Compiling fallible-iterator v0.2.0 |
1435 | 2025-01-24T22:55:29.207Z | Compiling rustc-demangle v0.1.24 |
1436 | 2025-01-24T22:55:29.276Z | Compiling utf-8 v0.7.6 |
1437 | 2025-01-24T22:55:29.479Z | Compiling psl-types v2.0.11 |
1438 | 2025-01-24T22:55:29.673Z | Compiling linked-hash-map v0.5.6 |
1439 | 2025-01-24T22:55:29.736Z | Compiling base16ct v0.2.0 |
1440 | 2025-01-24T22:55:29.759Z | Compiling quick-error v1.2.3 |
1441 | 2025-01-24T22:55:29.926Z | Compiling num-bigint-dig v0.8.4 |
1442 | 2025-01-24T22:55:29.992Z | Compiling litrs v0.4.1 |
1443 | 2025-01-24T22:55:30.083Z | Compiling lru-cache v0.1.2 |
1444 | 2025-01-24T22:55:30.221Z | Compiling sec1 v0.7.3 |
1445 | 2025-01-24T22:55:30.272Z | Compiling resolv-conf v0.7.0 |
1446 | 2025-01-24T22:55:30.296Z | Compiling postgres-protocol v0.6.7 |
1447 | 2025-01-24T22:55:30.772Z | Compiling publicsuffix v2.3.0 |
1448 | 2025-01-24T22:55:30.980Z | Compiling tungstenite v0.24.0 |
1449 | 2025-01-24T22:55:31.156Z | Compiling document-features v0.2.10 |
1450 | 2025-01-24T22:55:31.576Z | Compiling async-stream v0.3.6 |
1451 | 2025-01-24T22:55:31.879Z | Compiling group v0.13.0 |
1452 | 2025-01-24T22:55:32.219Z | Compiling slog-term v2.9.1 |
1453 | 2025-01-24T22:55:32.325Z | Compiling num-iter v0.1.45 |
1454 | 2025-01-24T22:55:32.473Z | Compiling usdt v0.5.0 |
1455 | 2025-01-24T22:55:32.525Z | Compiling toml v0.8.19 |
1456 | 2025-01-24T22:55:32.955Z | Compiling hickory-proto v0.24.2 |
1457 | 2025-01-24T22:55:33.141Z | Compiling futures v0.3.31 |
1458 | 2025-01-24T22:55:33.259Z | Compiling slog-bunyan v2.5.0 |
1459 | 2025-01-24T22:55:34.579Z | Compiling tokio-native-tls v0.3.1 |
1460 | 2025-01-24T22:55:34.783Z | Compiling backtrace v0.3.74 |
1461 | 2025-01-24T22:55:34.873Z | Compiling camino v1.1.9 |
1462 | 2025-01-24T22:55:34.968Z | Compiling phf_shared v0.11.2 |
1463 | 2025-01-24T22:55:35.006Z | Compiling dropshot_endpoint v0.12.0 |
1464 | 2025-01-24T22:55:35.318Z | Compiling terminal_size v0.4.0 |
1465 | 2025-01-24T22:55:35.410Z | Compiling waitgroup v0.1.2 |
1466 | 2025-01-24T22:55:35.531Z | Compiling openapiv3 v2.0.0 |
1467 | 2025-01-24T22:55:35.641Z | Compiling serde_path_to_error v0.1.16 |
1468 | 2025-01-24T22:55:35.695Z | Compiling hkdf v0.12.4 |
1469 | 2025-01-24T22:55:35.971Z | Compiling crypto-bigint v0.5.5 |
1470 | 2025-01-24T22:55:36.394Z | Compiling curve25519-dalek-derive v0.1.1 |
1471 | 2025-01-24T22:55:37.834Z | Compiling zerocopy-derive v0.6.6 |
1472 | 2025-01-24T22:55:37.894Z | Compiling webpki-roots v0.26.6 |
1473 | 2025-01-24T22:55:38.136Z | Compiling hostname v0.4.0 |
1474 | 2025-01-24T22:55:38.373Z | Compiling crc32fast v1.4.2 |
1475 | 2025-01-24T22:55:38.721Z | Compiling ahash v0.8.11 |
1476 | 2025-01-24T22:55:39.079Z | Compiling fs-err v2.11.0 |
1477 | 2025-01-24T22:55:39.126Z | Compiling hubpack_derive v0.1.1 |
1478 | 2025-01-24T22:55:39.214Z | Compiling managed v0.8.0 |
1479 | 2025-01-24T22:55:39.375Z | Compiling debug-ignore v1.0.5 |
1480 | 2025-01-24T22:55:39.553Z | Compiling winnow v0.5.40 |
1481 | 2025-01-24T22:55:39.594Z | Compiling bitflags v1.3.2 |
1482 | 2025-01-24T22:55:39.688Z | Compiling newtype-uuid v1.2.1 |
1483 | 2025-01-24T22:55:39.814Z | Compiling zerocopy v0.6.6 |
1484 | 2025-01-24T22:55:39.983Z | Compiling hubpack v0.1.2 |
1485 | 2025-01-24T22:55:40.029Z | Compiling clap_builder v4.5.21 |
1486 | 2025-01-24T22:55:40.424Z | Compiling strum_macros v0.25.3 |
1487 | 2025-01-24T22:55:40.529Z | Compiling console v0.15.8 |
1488 | 2025-01-24T22:55:41.908Z | Compiling elliptic-curve v0.13.8 |
1489 | 2025-01-24T22:55:41.937Z | Compiling flate2 v1.0.35 |
1490 | 2025-01-24T22:55:41.952Z | Compiling hickory-resolver v0.24.2 |
1491 | 2025-01-24T22:55:42.802Z | Compiling toml_edit v0.19.15 |
1492 | 2025-01-24T22:55:43.081Z | Compiling phf v0.11.2 |
1493 | 2025-01-24T22:55:43.381Z | Compiling hyper-tls v0.6.0 |
1494 | 2025-01-24T22:55:43.503Z | Compiling signal-hook-mio v0.2.4 |
1495 | 2025-01-24T22:55:43.705Z | Compiling cookie_store v0.21.1 |
1496 | 2025-01-24T22:55:43.796Z | Compiling rayon v1.10.0 |
1497 | 2025-01-24T22:55:44.288Z | Compiling bzip2 v0.4.4 |
1498 | 2025-01-24T22:55:45.277Z | Compiling tokio-tungstenite v0.24.0 |
1499 | 2025-01-24T22:55:47.129Z | Compiling postgres-types v0.2.8 |
1500 | 2025-01-24T22:55:48.060Z | Compiling ed25519 v2.2.3 |
1501 | 2025-01-24T22:55:48.201Z | Compiling phf_shared v0.10.0 |
1502 | 2025-01-24T22:55:48.366Z | Compiling tokio-stream v0.1.16 |
1503 | 2025-01-24T22:55:48.434Z | Compiling pkcs1 v0.7.5 |
1504 | 2025-01-24T22:55:48.590Z | Compiling serde-big-array v0.5.1 |
1505 | 2025-01-24T22:55:48.836Z | Compiling clap_derive v4.5.18 |
1506 | 2025-01-24T22:55:49.288Z | Compiling rfc6979 v0.4.0 |
1507 | 2025-01-24T22:55:49.331Z | Compiling derive-where v1.2.7 |
1508 | 2025-01-24T22:55:49.501Z | Compiling serde_repr v0.1.19 |
1509 | 2025-01-24T22:55:49.963Z | Compiling float-cmp v0.9.0 |
1510 | 2025-01-24T22:55:50.197Z | Compiling bstr v1.10.0 |
1511 | 2025-01-24T22:55:50.216Z | Compiling sync_wrapper v1.0.1 |
1512 | 2025-01-24T22:55:50.235Z | Compiling whoami v1.5.2 |
1513 | 2025-01-24T22:55:50.377Z | Compiling bit-vec v0.6.3 |
1514 | 2025-01-24T22:55:50.608Z | Compiling difflib v0.4.0 |
1515 | 2025-01-24T22:55:50.766Z | Compiling precomputed-hash v0.1.1 |
1516 | 2025-01-24T22:55:50.818Z | Compiling unicode-width v0.2.0 |
1517 | 2025-01-24T22:55:50.902Z | Compiling predicates-core v1.0.8 |
1518 | 2025-01-24T22:55:51.237Z | Compiling number_prefix v0.4.0 |
1519 | 2025-01-24T22:55:51.394Z | Compiling static_assertions v1.1.0 |
1520 | 2025-01-24T22:55:51.481Z | Compiling unicode-segmentation v1.12.0 |
1521 | 2025-01-24T22:55:51.513Z | Compiling normalize-line-endings v0.3.0 |
1522 | 2025-01-24T22:55:51.659Z | Compiling fixedbitset v0.4.2 |
1523 | 2025-01-24T22:55:51.804Z | Compiling new_debug_unreachable v1.0.6 |
1524 | 2025-01-24T22:55:51.919Z | Compiling string_cache v0.8.7 |
1525 | 2025-01-24T22:55:51.962Z | Compiling petgraph v0.6.5 |
1526 | 2025-01-24T22:55:52.129Z | Compiling predicates v3.1.2 |
1527 | 2025-01-24T22:55:52.344Z | Compiling similar v2.6.0 |
1528 | 2025-01-24T22:55:52.347Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1529 | 2025-01-24T22:55:52.602Z | Compiling indicatif v0.17.9 |
1530 | 2025-01-24T22:55:53.441Z | Compiling clap v4.5.21 |
1531 | 2025-01-24T22:55:53.575Z | Compiling bit-set v0.5.3 |
1532 | 2025-01-24T22:55:53.691Z | Compiling tokio-postgres v0.7.12 |
1533 | 2025-01-24T22:55:53.862Z | Compiling ecdsa v0.16.9 |
1534 | 2025-01-24T22:55:54.520Z | Compiling rsa v0.9.6 |
1535 | 2025-01-24T22:55:54.668Z | Compiling ed25519-dalek v2.1.1 |
1536 | 2025-01-24T22:55:54.699Z | Compiling toml v0.7.8 |
1537 | 2025-01-24T22:55:55.638Z | Compiling zip v0.6.6 |
1538 | 2025-01-24T22:55:55.989Z | Compiling crossterm v0.28.1 |
1539 | 2025-01-24T22:55:57.265Z | Compiling hex v0.4.3 |
1540 | 2025-01-24T22:55:57.581Z | Compiling x509-cert v0.2.5 |
1541 | 2025-01-24T22:55:57.863Z | Compiling peg-runtime v0.8.3 |
1542 | 2025-01-24T22:55:58.454Z | Compiling lalrpop-util v0.19.12 |
1543 | 2025-01-24T22:55:58.487Z | Compiling unicode-xid v0.2.6 |
1544 | 2025-01-24T22:55:58.584Z | Compiling strum_macros v0.26.4 |
1545 | 2025-01-24T22:55:58.687Z | Compiling xattr v1.3.1 |
1546 | 2025-01-24T22:55:58.822Z | Compiling filetime v0.2.25 |
1547 | 2025-01-24T22:55:59.158Z | Compiling tar v0.4.42 |
1548 | 2025-01-24T22:56:03.262Z | Compiling strum v0.26.3 |
1549 | 2025-01-24T22:56:06.531Z | Compiling aws-lc-sys v0.22.0 |
1550 | 2025-01-24T22:56:42.659Z | Compiling rustls-webpki v0.102.8 |
1551 | 2025-01-24T22:56:45.853Z | Compiling tokio-rustls v0.25.0 |
1552 | 2025-01-24T22:56:47.515Z | Compiling tokio-rustls v0.26.0 |
1553 | 2025-01-24T22:56:47.817Z | Compiling hyper-rustls v0.27.3 |
1554 | 2025-01-24T22:56:48.106Z | Compiling reqwest v0.12.9 |
1555 | 2025-01-24T22:56:49.447Z | Compiling qorb v0.2.1 |
1556 | 2025-01-24T22:56:52.571Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1557 | 2025-01-24T22:56:52.816Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1558 | 2025-01-24T22:56:57.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
1559 | 2025-01-24T22:56:57.529Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1560 | 2025-01-24T22:56:57.587Z | Jan 24 22:56:56.671 INFO Starting download, target: Clickhouse |
1561 | 2025-01-24T22:56:57.587Z | Jan 24 22:56:56.671 INFO Starting download, target: Console |
1562 | 2025-01-24T22:56:57.587Z | Jan 24 22:56:56.671 INFO Starting download, target: DendriteOpenapi |
1563 | 2025-01-24T22:56:57.587Z | Jan 24 22:56:56.671 INFO Starting download, target: Cockroach |
1564 | 2025-01-24T22:56:57.587Z | Jan 24 22:56:56.671 INFO Starting download, target: DendriteStub |
1565 | 2025-01-24T22:56:57.590Z | Jan 24 22:56:56.671 INFO Starting download, target: MaghemiteMgd |
1566 | 2025-01-24T22:56:57.591Z | Jan 24 22:56:56.671 INFO Starting download, target: TransceiverControl |
1567 | 2025-01-24T22:56:57.591Z | Jan 24 22:56:56.672 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1568 | 2025-01-24T22:56:57.591Z | Jan 24 22:56:56.672 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1569 | 2025-01-24T22:56:57.591Z | Jan 24 22:56:56.672 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1570 | 2025-01-24T22:56:57.591Z | Jan 24 22:56:56.672 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1571 | 2025-01-24T22:56:57.591Z | Jan 24 22:56:56.672 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1572 | 2025-01-24T22:56:57.591Z | Jan 24 22:56:56.673 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1573 | 2025-01-24T22:56:57.591Z | Jan 24 22:56:56.673 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1574 | 2025-01-24T22:56:57.767Z | Jan 24 22:56:56.841 INFO Download complete, target: DendriteOpenapi |
1575 | 2025-01-24T22:56:57.959Z | Jan 24 22:56:57.034 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1576 | 2025-01-24T22:56:58.130Z | Jan 24 22:56:57.210 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1577 | 2025-01-24T22:56:58.447Z | Jan 24 22:56:57.528 INFO Download complete, target: Console |
1578 | 2025-01-24T22:56:58.588Z | Jan 24 22:56:57.669 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1579 | 2025-01-24T22:56:58.598Z | Jan 24 22:56:57.679 INFO Download complete, target: TransceiverControl |
1580 | 2025-01-24T22:56:58.695Z | Jan 24 22:56:57.775 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1581 | 2025-01-24T22:56:59.127Z | Jan 24 22:56:58.211 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1582 | 2025-01-24T22:56:59.127Z | Jan 24 22:56:58.211 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1583 | 2025-01-24T22:56:59.471Z | Jan 24 22:56:58.555 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1584 | 2025-01-24T22:57:01.614Z | Jan 24 22:57:00.698 INFO Download complete, target: MaghemiteMgd |
1585 | 2025-01-24T22:57:01.697Z | Jan 24 22:57:00.780 INFO Download complete, target: DendriteStub |
1586 | 2025-01-24T22:57:06.669Z | Jan 24 22:57:05.753 INFO Checking that binary works, target: Cockroach |
1587 | 2025-01-24T22:57:06.859Z | Jan 24 22:57:05.942 INFO Download complete, target: Cockroach |
1588 | 2025-01-24T22:57:12.108Z | Jan 24 22:57:11.188 INFO Checking that binary works, target: Clickhouse |
1589 | 2025-01-24T22:57:12.968Z | Jan 24 22:57:12.052 INFO Download complete, target: Clickhouse |
1590 | 2025-01-24T22:57:13.100Z | All builder prerequisites installed successfully, and PATH looks valid |
1591 | 2025-01-24T22:57:13.103Z | |
1592 | 2025-01-24T22:57:13.103Z | real 5:30.628246745 |
1593 | 2025-01-24T22:57:13.103Z | user 15:40.666892769 |
1594 | 2025-01-24T22:57:13.103Z | sys 2:04.067005072 |
1595 | 2025-01-24T22:57:13.103Z | trap 0.560678955 |
1596 | 2025-01-24T22:57:13.103Z | tflt 8.657184770 |
1597 | 2025-01-24T22:57:13.103Z | dflt 7.603222860 |
1598 | 2025-01-24T22:57:13.103Z | kflt 0.418594178 |
1599 | 2025-01-24T22:57:13.103Z | lock 25:12.832355209 |
1600 | 2025-01-24T22:57:13.103Z | slp 57:53.003199788 |
1601 | 2025-01-24T22:57:13.103Z | lat 54.986040788 |
1602 | 2025-01-24T22:57:13.103Z | stop 2:22.321496577 |
1603 | 2025-01-24T22:57:13.103Z | + banner hack-check |
1604 | 2025-01-24T22:57:13.103Z | |
1605 | 2025-01-24T22:57:13.103Z | # # ## #### # # #### # # ###### #### # # |
1606 | 2025-01-24T22:57:13.103Z | # # # # # # # # # # # # # # # # # |
1607 | 2025-01-24T22:57:13.103Z | ###### # # # #### ##### # ###### ##### # #### |
1608 | 2025-01-24T22:57:13.104Z | # # ###### # # # # # # # # # # |
1609 | 2025-01-24T22:57:13.104Z | # # # # # # # # # # # # # # # # # |
1610 | 2025-01-24T22:57:13.104Z | # # # # #### # # #### # # ###### #### # # |
1611 | 2025-01-24T22:57:13.104Z | |
1612 | 2025-01-24T22:57:13.104Z | + export CARGO_INCREMENTAL=0 |
1613 | 2025-01-24T22:57:13.104Z | + CARGO_INCREMENTAL=0 |
1614 | 2025-01-24T22:57:13.104Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1615 | 2025-01-24T22:57:13.669Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1616 | 2025-01-24T22:57:16.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s |
1617 | 2025-01-24T22:57:16.817Z | Running `target/debug/xtask check-features --ci` |
1618 | 2025-01-24T22:57:16.842Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1619 | 2025-01-24T22:57:16.842Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1620 | 2025-01-24T22:57:17.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1621 | 2025-01-24T22:57:17.349Z | Running `target/debug/xtask download cargo-hack` |
1622 | 2025-01-24T22:57:18.255Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1623 | 2025-01-24T22:57:18.653Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1624 | 2025-01-24T22:57:22.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s |
1625 | 2025-01-24T22:57:22.846Z | Running `target/debug/xtask-downloader cargo-hack` |
1626 | 2025-01-24T22:57:22.889Z | Jan 24 22:57:21.970 INFO Starting download, target: CargoHack |
1627 | 2025-01-24T22:57:22.892Z | Jan 24 22:57:21.971 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1628 | 2025-01-24T22:57:23.376Z | Jan 24 22:57:22.459 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1629 | 2025-01-24T22:57:23.469Z | Jan 24 22:57:22.551 INFO Download complete, target: CargoHack |
1630 | 2025-01-24T22:57:23.473Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1631 | 2025-01-24T22:57:23.491Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1632 | 2025-01-24T22:57:23.673Z | info: running `cargo check --bins` on api_identity (1/197) |
1633 | 2025-01-24T22:57:24.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2025-01-24T22:57:24.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2025-01-24T22:57:24.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2025-01-24T22:57:24.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1637 | 2025-01-24T22:57:24.322Z | |
1638 | 2025-01-24T22:57:24.322Z | info: running `cargo check --bins` on bootstore (2/197) |
1639 | 2025-01-24T22:57:24.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2025-01-24T22:57:24.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2025-01-24T22:57:24.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2025-01-24T22:57:24.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1643 | 2025-01-24T22:57:25.003Z | |
1644 | 2025-01-24T22:57:25.003Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/197) |
1645 | 2025-01-24T22:57:25.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2025-01-24T22:57:25.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2025-01-24T22:57:25.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2025-01-24T22:57:25.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1649 | 2025-01-24T22:57:25.645Z | |
1650 | 2025-01-24T22:57:25.645Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197) |
1651 | 2025-01-24T22:57:26.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2025-01-24T22:57:26.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2025-01-24T22:57:26.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2025-01-24T22:57:26.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1655 | 2025-01-24T22:57:26.290Z | |
1656 | 2025-01-24T22:57:26.290Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197) |
1657 | 2025-01-24T22:57:26.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2025-01-24T22:57:26.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2025-01-24T22:57:26.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2025-01-24T22:57:26.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1661 | 2025-01-24T22:57:26.729Z | |
1662 | 2025-01-24T22:57:26.729Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197) |
1663 | 2025-01-24T22:57:27.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2025-01-24T22:57:27.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2025-01-24T22:57:27.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2025-01-24T22:57:27.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1667 | 2025-01-24T22:57:27.182Z | |
1668 | 2025-01-24T22:57:27.182Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197) |
1669 | 2025-01-24T22:57:27.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2025-01-24T22:57:27.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2025-01-24T22:57:27.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2025-01-24T22:57:27.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1673 | 2025-01-24T22:57:27.635Z | |
1674 | 2025-01-24T22:57:27.635Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197) |
1675 | 2025-01-24T22:57:28.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2025-01-24T22:57:28.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2025-01-24T22:57:28.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2025-01-24T22:57:28.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1679 | 2025-01-24T22:57:28.084Z | |
1680 | 2025-01-24T22:57:28.085Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197) |
1681 | 2025-01-24T22:57:28.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2025-01-24T22:57:28.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2025-01-24T22:57:28.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2025-01-24T22:57:28.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1685 | 2025-01-24T22:57:28.523Z | |
1686 | 2025-01-24T22:57:28.523Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197) |
1687 | 2025-01-24T22:57:28.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2025-01-24T22:57:28.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2025-01-24T22:57:28.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2025-01-24T22:57:28.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1691 | 2025-01-24T22:57:28.955Z | |
1692 | 2025-01-24T22:57:28.955Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197) |
1693 | 2025-01-24T22:57:29.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2025-01-24T22:57:29.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2025-01-24T22:57:29.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2025-01-24T22:57:29.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1697 | 2025-01-24T22:57:29.391Z | |
1698 | 2025-01-24T22:57:29.391Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197) |
1699 | 2025-01-24T22:57:29.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2025-01-24T22:57:29.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2025-01-24T22:57:29.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2025-01-24T22:57:29.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1703 | 2025-01-24T22:57:29.839Z | |
1704 | 2025-01-24T22:57:29.839Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197) |
1705 | 2025-01-24T22:57:30.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1706 | 2025-01-24T22:57:30.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1707 | 2025-01-24T22:57:30.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1708 | 2025-01-24T22:57:30.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1709 | 2025-01-24T22:57:30.265Z | |
1710 | 2025-01-24T22:57:30.265Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197) |
1711 | 2025-01-24T22:57:30.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2025-01-24T22:57:30.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2025-01-24T22:57:30.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2025-01-24T22:57:30.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1715 | 2025-01-24T22:57:30.695Z | |
1716 | 2025-01-24T22:57:30.695Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197) |
1717 | 2025-01-24T22:57:31.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2025-01-24T22:57:31.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2025-01-24T22:57:31.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2025-01-24T22:57:31.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1721 | 2025-01-24T22:57:31.129Z | |
1722 | 2025-01-24T22:57:31.129Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197) |
1723 | 2025-01-24T22:57:31.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2025-01-24T22:57:31.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2025-01-24T22:57:31.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2025-01-24T22:57:31.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1727 | 2025-01-24T22:57:31.565Z | |
1728 | 2025-01-24T22:57:31.566Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197) |
1729 | 2025-01-24T22:57:31.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1730 | 2025-01-24T22:57:31.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1731 | 2025-01-24T22:57:31.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1732 | 2025-01-24T22:57:31.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1733 | 2025-01-24T22:57:32.007Z | |
1734 | 2025-01-24T22:57:32.007Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197) |
1735 | 2025-01-24T22:57:32.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1736 | 2025-01-24T22:57:32.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1737 | 2025-01-24T22:57:32.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1738 | 2025-01-24T22:57:32.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1739 | 2025-01-24T22:57:32.438Z | |
1740 | 2025-01-24T22:57:32.439Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197) |
1741 | 2025-01-24T22:57:32.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1742 | 2025-01-24T22:57:32.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1743 | 2025-01-24T22:57:32.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1744 | 2025-01-24T22:57:32.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1745 | 2025-01-24T22:57:32.873Z | |
1746 | 2025-01-24T22:57:32.873Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197) |
1747 | 2025-01-24T22:57:33.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1748 | 2025-01-24T22:57:33.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1749 | 2025-01-24T22:57:33.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1750 | 2025-01-24T22:57:33.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1751 | 2025-01-24T22:57:33.324Z | |
1752 | 2025-01-24T22:57:33.324Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197) |
1753 | 2025-01-24T22:57:33.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1754 | 2025-01-24T22:57:33.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1755 | 2025-01-24T22:57:33.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1756 | 2025-01-24T22:57:33.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1757 | 2025-01-24T22:57:33.796Z | |
1758 | 2025-01-24T22:57:33.796Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197) |
1759 | 2025-01-24T22:57:34.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1760 | 2025-01-24T22:57:34.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1761 | 2025-01-24T22:57:34.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1762 | 2025-01-24T22:57:34.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1763 | 2025-01-24T22:57:34.275Z | |
1764 | 2025-01-24T22:57:34.275Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197) |
1765 | 2025-01-24T22:57:34.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1766 | 2025-01-24T22:57:34.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1767 | 2025-01-24T22:57:34.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1768 | 2025-01-24T22:57:34.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1769 | 2025-01-24T22:57:34.741Z | |
1770 | 2025-01-24T22:57:34.741Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197) |
1771 | 2025-01-24T22:57:35.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1772 | 2025-01-24T22:57:35.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1773 | 2025-01-24T22:57:35.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1774 | 2025-01-24T22:57:35.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1775 | 2025-01-24T22:57:35.223Z | |
1776 | 2025-01-24T22:57:35.223Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197) |
1777 | 2025-01-24T22:57:35.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2025-01-24T22:57:35.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2025-01-24T22:57:35.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1780 | 2025-01-24T22:57:35.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1781 | 2025-01-24T22:57:35.710Z | |
1782 | 2025-01-24T22:57:35.710Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197) |
1783 | 2025-01-24T22:57:36.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1784 | 2025-01-24T22:57:36.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1785 | 2025-01-24T22:57:36.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1786 | 2025-01-24T22:57:36.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1787 | 2025-01-24T22:57:36.182Z | |
1788 | 2025-01-24T22:57:36.182Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197) |
1789 | 2025-01-24T22:57:36.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1790 | 2025-01-24T22:57:36.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1791 | 2025-01-24T22:57:36.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1792 | 2025-01-24T22:57:36.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1793 | 2025-01-24T22:57:36.647Z | |
1794 | 2025-01-24T22:57:36.647Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197) |
1795 | 2025-01-24T22:57:37.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1796 | 2025-01-24T22:57:37.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1797 | 2025-01-24T22:57:37.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1798 | 2025-01-24T22:57:37.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1799 | 2025-01-24T22:57:37.101Z | |
1800 | 2025-01-24T22:57:37.101Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197) |
1801 | 2025-01-24T22:57:37.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1802 | 2025-01-24T22:57:37.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1803 | 2025-01-24T22:57:37.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1804 | 2025-01-24T22:57:37.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1805 | 2025-01-24T22:57:37.546Z | |
1806 | 2025-01-24T22:57:37.546Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197) |
1807 | 2025-01-24T22:57:37.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1808 | 2025-01-24T22:57:37.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1809 | 2025-01-24T22:57:37.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1810 | 2025-01-24T22:57:37.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1811 | 2025-01-24T22:57:38.003Z | |
1812 | 2025-01-24T22:57:38.004Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197) |
1813 | 2025-01-24T22:57:38.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1814 | 2025-01-24T22:57:38.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1815 | 2025-01-24T22:57:38.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1816 | 2025-01-24T22:57:38.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1817 | 2025-01-24T22:57:38.456Z | |
1818 | 2025-01-24T22:57:38.456Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197) |
1819 | 2025-01-24T22:57:38.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1820 | 2025-01-24T22:57:38.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1821 | 2025-01-24T22:57:38.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1822 | 2025-01-24T22:57:38.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1823 | 2025-01-24T22:57:38.912Z | |
1824 | 2025-01-24T22:57:38.912Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197) |
1825 | 2025-01-24T22:57:39.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1826 | 2025-01-24T22:57:39.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1827 | 2025-01-24T22:57:39.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1828 | 2025-01-24T22:57:39.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1829 | 2025-01-24T22:57:39.361Z | |
1830 | 2025-01-24T22:57:39.361Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197) |
1831 | 2025-01-24T22:57:39.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1832 | 2025-01-24T22:57:39.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1833 | 2025-01-24T22:57:39.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1834 | 2025-01-24T22:57:39.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1835 | 2025-01-24T22:57:39.795Z | |
1836 | 2025-01-24T22:57:39.795Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197) |
1837 | 2025-01-24T22:57:40.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1838 | 2025-01-24T22:57:40.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1839 | 2025-01-24T22:57:40.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1840 | 2025-01-24T22:57:40.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1841 | 2025-01-24T22:57:40.232Z | |
1842 | 2025-01-24T22:57:40.232Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197) |
1843 | 2025-01-24T22:57:40.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1844 | 2025-01-24T22:57:40.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1845 | 2025-01-24T22:57:40.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1846 | 2025-01-24T22:57:40.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1847 | 2025-01-24T22:57:40.672Z | |
1848 | 2025-01-24T22:57:40.672Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197) |
1849 | 2025-01-24T22:57:41.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1850 | 2025-01-24T22:57:41.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1851 | 2025-01-24T22:57:41.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1852 | 2025-01-24T22:57:41.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1853 | 2025-01-24T22:57:41.122Z | |
1854 | 2025-01-24T22:57:41.122Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197) |
1855 | 2025-01-24T22:57:41.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1856 | 2025-01-24T22:57:41.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1857 | 2025-01-24T22:57:41.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1858 | 2025-01-24T22:57:41.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1859 | 2025-01-24T22:57:41.567Z | |
1860 | 2025-01-24T22:57:41.567Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197) |
1861 | 2025-01-24T22:57:41.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1862 | 2025-01-24T22:57:41.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1863 | 2025-01-24T22:57:41.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1864 | 2025-01-24T22:57:41.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1865 | 2025-01-24T22:57:42.007Z | |
1866 | 2025-01-24T22:57:42.007Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197) |
1867 | 2025-01-24T22:57:42.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1868 | 2025-01-24T22:57:42.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1869 | 2025-01-24T22:57:42.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1870 | 2025-01-24T22:57:42.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1871 | 2025-01-24T22:57:42.449Z | |
1872 | 2025-01-24T22:57:42.449Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197) |
1873 | 2025-01-24T22:57:42.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1874 | 2025-01-24T22:57:42.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1875 | 2025-01-24T22:57:42.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1876 | 2025-01-24T22:57:42.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1877 | 2025-01-24T22:57:42.888Z | |
1878 | 2025-01-24T22:57:42.888Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197) |
1879 | 2025-01-24T22:57:43.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1880 | 2025-01-24T22:57:43.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1881 | 2025-01-24T22:57:43.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1882 | 2025-01-24T22:57:43.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1883 | 2025-01-24T22:57:43.329Z | |
1884 | 2025-01-24T22:57:43.329Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197) |
1885 | 2025-01-24T22:57:43.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1886 | 2025-01-24T22:57:43.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1887 | 2025-01-24T22:57:43.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1888 | 2025-01-24T22:57:43.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1889 | 2025-01-24T22:57:43.770Z | |
1890 | 2025-01-24T22:57:43.770Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197) |
1891 | 2025-01-24T22:57:44.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1892 | 2025-01-24T22:57:44.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1893 | 2025-01-24T22:57:44.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1894 | 2025-01-24T22:57:44.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1895 | 2025-01-24T22:57:44.227Z | |
1896 | 2025-01-24T22:57:44.227Z | info: running `cargo check --bins` on sled-hardware-types (45/197) |
1897 | 2025-01-24T22:57:44.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1898 | 2025-01-24T22:57:44.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1899 | 2025-01-24T22:57:44.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1900 | 2025-01-24T22:57:44.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1901 | 2025-01-24T22:57:44.893Z | |
1902 | 2025-01-24T22:57:44.893Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/197) |
1903 | 2025-01-24T22:57:45.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1904 | 2025-01-24T22:57:45.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1905 | 2025-01-24T22:57:45.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1906 | 2025-01-24T22:57:45.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1907 | 2025-01-24T22:57:45.599Z | |
1908 | 2025-01-24T22:57:45.599Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197) |
1909 | 2025-01-24T22:57:46.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1910 | 2025-01-24T22:57:46.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1911 | 2025-01-24T22:57:46.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1912 | 2025-01-24T22:57:46.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1913 | 2025-01-24T22:57:46.274Z | |
1914 | 2025-01-24T22:57:46.274Z | info: running `cargo check --bins` on oxlog (48/197) |
1915 | 2025-01-24T22:57:46.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1916 | 2025-01-24T22:57:46.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1917 | 2025-01-24T22:57:46.904Z | Checking cfg-if v1.0.0 |
1918 | 2025-01-24T22:57:46.907Z | Checking libc v0.2.169 |
1919 | 2025-01-24T22:57:47.016Z | Checking serde v1.0.217 |
1920 | 2025-01-24T22:57:47.020Z | Checking zeroize v1.8.1 |
1921 | 2025-01-24T22:57:47.038Z | Checking memchr v2.7.4 |
1922 | 2025-01-24T22:57:47.041Z | Checking typenum v1.17.0 |
1923 | 2025-01-24T22:57:47.049Z | Checking scopeguard v1.2.0 |
1924 | 2025-01-24T22:57:47.079Z | Checking subtle v2.6.1 |
1925 | 2025-01-24T22:57:47.093Z | Checking value-bag v1.9.0 |
1926 | 2025-01-24T22:57:47.208Z | Checking lock_api v0.4.12 |
1927 | 2025-01-24T22:57:47.267Z | Checking smallvec v1.13.2 |
1928 | 2025-01-24T22:57:47.333Z | Checking const-oid v0.9.6 |
1929 | 2025-01-24T22:57:47.503Z | Checking log v0.4.22 |
1930 | 2025-01-24T22:57:47.567Z | Checking itoa v1.0.11 |
1931 | 2025-01-24T22:57:47.599Z | Checking pin-project-lite v0.2.14 |
1932 | 2025-01-24T22:57:47.764Z | Checking byteorder v1.5.0 |
1933 | 2025-01-24T22:57:47.815Z | Checking futures-core v0.3.31 |
1934 | 2025-01-24T22:57:47.888Z | Checking once_cell v1.20.2 |
1935 | 2025-01-24T22:57:47.970Z | Checking stable_deref_trait v1.2.0 |
1936 | 2025-01-24T22:57:48.006Z | Checking cpufeatures v0.2.14 |
1937 | 2025-01-24T22:57:48.056Z | Checking getrandom v0.2.15 |
1938 | 2025-01-24T22:57:48.087Z | Checking signal-hook-registry v1.4.2 |
1939 | 2025-01-24T22:57:48.111Z | Checking parking_lot_core v0.9.10 |
1940 | 2025-01-24T22:57:48.132Z | Checking generic-array v0.14.7 |
1941 | 2025-01-24T22:57:48.154Z | Checking mio v1.0.2 |
1942 | 2025-01-24T22:57:48.170Z | Checking futures-sink v0.3.31 |
1943 | 2025-01-24T22:57:48.304Z | Checking rand_core v0.6.4 |
1944 | 2025-01-24T22:57:48.319Z | Checking socket2 v0.5.7 |
1945 | 2025-01-24T22:57:48.333Z | Checking spin v0.9.8 |
1946 | 2025-01-24T22:57:48.440Z | Checking parking_lot v0.12.3 |
1947 | 2025-01-24T22:57:48.625Z | Checking zerocopy v0.7.35 |
1948 | 2025-01-24T22:57:48.665Z | Checking zerofrom v0.1.4 |
1949 | 2025-01-24T22:57:48.767Z | Checking slab v0.4.9 |
1950 | 2025-01-24T22:57:48.782Z | Checking futures-channel v0.3.31 |
1951 | 2025-01-24T22:57:48.782Z | Checking equivalent v1.0.1 |
1952 | 2025-01-24T22:57:48.872Z | Checking yoke v0.7.4 |
1953 | 2025-01-24T22:57:48.905Z | Checking allocator-api2 v0.2.18 |
1954 | 2025-01-24T22:57:49.015Z | Checking foldhash v0.1.3 |
1955 | 2025-01-24T22:57:49.130Z | Checking futures-io v0.3.31 |
1956 | 2025-01-24T22:57:49.179Z | Checking futures-task v0.3.31 |
1957 | 2025-01-24T22:57:49.197Z | Checking zerovec v0.10.4 |
1958 | 2025-01-24T22:57:49.200Z | Checking crypto-common v0.1.6 |
1959 | 2025-01-24T22:57:49.231Z | Checking block-buffer v0.10.4 |
1960 | 2025-01-24T22:57:49.316Z | Checking pin-utils v0.1.0 |
1961 | 2025-01-24T22:57:49.401Z | Checking block-padding v0.3.3 |
1962 | 2025-01-24T22:57:49.418Z | Checking futures-util v0.3.31 |
1963 | 2025-01-24T22:57:49.421Z | Checking ryu v1.0.18 |
1964 | 2025-01-24T22:57:49.463Z | Checking digest v0.10.7 |
1965 | 2025-01-24T22:57:49.514Z | Checking hashbrown v0.15.1 |
1966 | 2025-01-24T22:57:49.605Z | Checking inout v0.1.3 |
1967 | 2025-01-24T22:57:49.682Z | Checking fnv v1.0.7 |
1968 | 2025-01-24T22:57:49.808Z | Checking litemap v0.7.3 |
1969 | 2025-01-24T22:57:49.827Z | Checking writeable v0.5.5 |
1970 | 2025-01-24T22:57:49.831Z | Checking hmac v0.12.1 |
1971 | 2025-01-24T22:57:49.856Z | Checking cipher v0.4.4 |
1972 | 2025-01-24T22:57:50.043Z | Checking sha2 v0.10.8 |
1973 | 2025-01-24T22:57:50.151Z | Checking libm v0.2.8 |
1974 | 2025-01-24T22:57:50.168Z | Checking base64ct v1.6.0 |
1975 | 2025-01-24T22:57:50.274Z | Checking ppv-lite86 v0.2.20 |
1976 | 2025-01-24T22:57:50.544Z | Checking icu_locid_transform_data v1.5.0 |
1977 | 2025-01-24T22:57:50.605Z | Checking pem-rfc7468 v0.7.0 |
1978 | 2025-01-24T22:57:50.608Z | Checking flagset v0.4.6 |
1979 | 2025-01-24T22:57:50.640Z | Checking tracing-core v0.1.32 |
1980 | 2025-01-24T22:57:50.737Z | Checking tinystr v0.7.6 |
1981 | 2025-01-24T22:57:50.819Z | Checking icu_collections v1.5.0 |
1982 | 2025-01-24T22:57:50.871Z | Checking der v0.7.9 |
1983 | 2025-01-24T22:57:50.978Z | Checking rand_chacha v0.3.1 |
1984 | 2025-01-24T22:57:51.040Z | Checking num-traits v0.2.19 |
1985 | 2025-01-24T22:57:51.073Z | Checking icu_locid v1.5.0 |
1986 | 2025-01-24T22:57:51.256Z | Checking thiserror v1.0.69 |
1987 | 2025-01-24T22:57:51.377Z | Checking icu_properties_data v1.5.0 |
1988 | 2025-01-24T22:57:51.404Z | Checking percent-encoding v2.3.1 |
1989 | 2025-01-24T22:57:51.478Z | Checking rustls-pki-types v1.10.0 |
1990 | 2025-01-24T22:57:51.514Z | Checking bytes v1.9.0 |
1991 | 2025-01-24T22:57:51.609Z | Checking indexmap v2.7.0 |
1992 | 2025-01-24T22:57:51.627Z | Checking serde_json v1.0.135 |
1993 | 2025-01-24T22:57:52.034Z | Checking icu_provider v1.5.0 |
1994 | 2025-01-24T22:57:52.051Z | Checking bitflags v2.6.0 |
1995 | 2025-01-24T22:57:52.303Z | Checking tokio v1.43.0 |
1996 | 2025-01-24T22:57:52.360Z | Checking http v1.2.0 |
1997 | 2025-01-24T22:57:52.526Z | Checking spki v0.7.3 |
1998 | 2025-01-24T22:57:52.541Z | Checking rand v0.8.5 |
1999 | 2025-01-24T22:57:52.627Z | Checking icu_locid_transform v1.5.0 |
2000 | 2025-01-24T22:57:52.800Z | Checking tracing v0.1.40 |
2001 | 2025-01-24T22:57:52.812Z | Checking salsa20 v0.10.2 |
2002 | 2025-01-24T22:57:53.035Z | Checking pbkdf2 v0.12.2 |
2003 | 2025-01-24T22:57:53.154Z | Checking aws-lc-sys v0.22.0 |
2004 | 2025-01-24T22:57:53.253Z | Checking httparse v1.9.5 |
2005 | 2025-01-24T22:57:53.273Z | Checking untrusted v0.7.1 |
2006 | 2025-01-24T22:57:53.455Z | Checking untrusted v0.9.0 |
2007 | 2025-01-24T22:57:53.618Z | Checking icu_properties v1.5.1 |
2008 | 2025-01-24T22:57:53.620Z | Checking write16 v1.0.0 |
2009 | 2025-01-24T22:57:53.650Z | Checking utf8_iter v1.0.4 |
2010 | 2025-01-24T22:57:53.661Z | Checking powerfmt v0.2.0 |
2011 | 2025-01-24T22:57:53.700Z | Checking utf16_iter v1.0.5 |
2012 | 2025-01-24T22:57:53.760Z | Checking mirai-annotations v1.12.0 |
2013 | 2025-01-24T22:57:53.837Z | Checking icu_normalizer_data v1.5.0 |
2014 | 2025-01-24T22:57:53.864Z | Checking ring v0.17.8 |
2015 | 2025-01-24T22:57:53.918Z | Checking scrypt v0.11.0 |
2016 | 2025-01-24T22:57:53.935Z | Checking deranged v0.3.11 |
2017 | 2025-01-24T22:57:53.948Z | Checking aes v0.8.4 |
2018 | 2025-01-24T22:57:53.950Z | Checking cbc v0.1.2 |
2019 | 2025-01-24T22:57:54.134Z | Checking crossbeam-utils v0.8.20 |
2020 | 2025-01-24T22:57:54.156Z | Checking num-conv v0.1.0 |
2021 | 2025-01-24T22:57:54.418Z | Checking tinyvec_macros v0.1.1 |
2022 | 2025-01-24T22:57:54.515Z | Checking time-core v0.1.2 |
2023 | 2025-01-24T22:57:54.687Z | Checking atomic-waker v1.1.2 |
2024 | 2025-01-24T22:57:54.839Z | Checking num_threads v0.1.7 |
2025 | 2025-01-24T22:57:54.872Z | Checking tinyvec v1.8.0 |
2026 | 2025-01-24T22:57:54.886Z | Checking pkcs5 v0.7.1 |
2027 | 2025-01-24T22:57:54.964Z | Checking http-body v1.0.1 |
2028 | 2025-01-24T22:57:55.179Z | Checking form_urlencoded v1.2.1 |
2029 | 2025-01-24T22:57:55.228Z | Checking aws-lc-rs v1.10.0 |
2030 | 2025-01-24T22:57:55.267Z | Checking time v0.3.36 |
2031 | 2025-01-24T22:57:55.369Z | Checking try-lock v0.2.5 |
2032 | 2025-01-24T22:57:55.391Z | Checking pkcs8 v0.10.2 |
2033 | 2025-01-24T22:57:55.516Z | Checking want v0.3.1 |
2034 | 2025-01-24T22:57:55.671Z | Checking uuid v1.12.0 |
2035 | 2025-01-24T22:57:55.699Z | Checking unicode-ident v1.0.14 |
2036 | 2025-01-24T22:57:55.702Z | Checking httpdate v1.0.3 |
2037 | 2025-01-24T22:57:55.873Z | Checking proc-macro2 v1.0.92 |
2038 | 2025-01-24T22:57:55.960Z | Checking toml_datetime v0.6.8 |
2039 | 2025-01-24T22:57:56.163Z | Checking serde_spanned v0.6.8 |
2040 | 2025-01-24T22:57:56.245Z | Checking slog v2.7.0 |
2041 | 2025-01-24T22:57:56.260Z | Checking scroll v0.12.0 |
2042 | 2025-01-24T22:57:56.358Z | Checking foreign-types-shared v0.1.1 |
2043 | 2025-01-24T22:57:56.482Z | Checking match_cfg v0.1.0 |
2044 | 2025-01-24T22:57:56.566Z | Checking tower-service v0.3.3 |
2045 | 2025-01-24T22:57:56.583Z | Checking ucd-trie v0.1.7 |
2046 | 2025-01-24T22:57:56.700Z | Checking adler2 v2.0.0 |
2047 | 2025-01-24T22:57:56.718Z | Checking iana-time-zone v0.1.61 |
2048 | 2025-01-24T22:57:56.720Z | Checking plain v0.2.3 |
2049 | 2025-01-24T22:57:56.784Z | Checking base64 v0.22.1 |
2050 | 2025-01-24T22:57:56.853Z | Checking icu_normalizer v1.5.0 |
2051 | 2025-01-24T22:57:56.871Z | Checking chrono v0.4.39 |
2052 | 2025-01-24T22:57:56.871Z | Checking miniz_oxide v0.8.0 |
2053 | 2025-01-24T22:57:56.874Z | Checking goblin v0.8.2 |
2054 | 2025-01-24T22:57:56.965Z | Checking rustls-webpki v0.102.8 |
2055 | 2025-01-24T22:57:57.242Z | Checking pest v2.7.14 |
2056 | 2025-01-24T22:57:57.585Z | Checking idna_adapter v1.2.0 |
2057 | 2025-01-24T22:57:57.587Z | Checking hostname v0.3.1 |
2058 | 2025-01-24T22:57:57.602Z | Checking quote v1.0.38 |
2059 | 2025-01-24T22:57:57.724Z | Checking foreign-types v0.3.2 |
2060 | 2025-01-24T22:57:57.751Z | Checking openssl-sys v0.9.103 |
2061 | 2025-01-24T22:57:57.782Z | Checking idna v1.0.3 |
2062 | 2025-01-24T22:57:57.816Z | Checking dirs-sys-next v0.1.2 |
2063 | 2025-01-24T22:57:57.944Z | Checking errno v0.3.9 |
2064 | 2025-01-24T22:57:58.006Z | Checking aho-corasick v1.1.3 |
2065 | 2025-01-24T22:57:58.135Z | Checking data-encoding v2.6.0 |
2066 | 2025-01-24T22:57:58.239Z | Checking url v2.5.3 |
2067 | 2025-01-24T22:57:58.701Z | Compiling newtype-uuid v1.2.1 |
2068 | 2025-01-24T22:57:58.773Z | Checking pretty-hex v0.4.1 |
2069 | 2025-01-24T22:57:58.899Z | Checking regex-syntax v0.8.5 |
2070 | 2025-01-24T22:57:58.965Z | Checking siphasher v0.3.11 |
2071 | 2025-01-24T22:57:59.022Z | Checking openssl v0.10.66 |
2072 | 2025-01-24T22:57:59.039Z | Checking rustix v0.38.37 |
2073 | 2025-01-24T22:57:59.066Z | Checking tokio-util v0.7.12 |
2074 | 2025-01-24T22:57:59.295Z | Checking dirs-next v2.0.0 |
2075 | 2025-01-24T22:57:59.451Z | Checking syn v2.0.96 |
2076 | 2025-01-24T22:57:59.612Z | Checking unicode-normalization v0.1.24 |
2077 | 2025-01-24T22:57:59.829Z | Checking dtrace-parser v0.2.0 |
2078 | 2025-01-24T22:57:59.861Z | Checking h2 v0.4.6 |
2079 | 2025-01-24T22:58:00.276Z | Checking http-body-util v0.1.2 |
2080 | 2025-01-24T22:58:00.572Z | Checking crossbeam-epoch v0.9.18 |
2081 | 2025-01-24T22:58:00.684Z | Checking signature v2.2.0 |
2082 | 2025-01-24T22:58:00.890Z | Checking sha1 v0.10.6 |
2083 | 2025-01-24T22:58:01.005Z | Checking lazy_static v1.5.0 |
2084 | 2025-01-24T22:58:01.135Z | Checking thread_local v1.1.8 |
2085 | 2025-01-24T22:58:01.164Z | Checking thread-id v4.2.2 |
2086 | 2025-01-24T22:58:01.284Z | Checking encoding_rs v0.8.34 |
2087 | 2025-01-24T22:58:01.433Z | Checking openssl-probe v0.1.5 |
2088 | 2025-01-24T22:58:01.609Z | Checking winnow v0.6.20 |
2089 | 2025-01-24T22:58:01.871Z | Checking dof v0.3.0 |
2090 | 2025-01-24T22:58:02.097Z | Checking regex-automata v0.4.8 |
2091 | 2025-01-24T22:58:02.203Z | Checking gimli v0.31.1 |
2092 | 2025-01-24T22:58:02.488Z | Checking unicode-properties v0.1.3 |
2093 | 2025-01-24T22:58:02.881Z | Checking unicode-bidi v0.3.17 |
2094 | 2025-01-24T22:58:03.498Z | Checking ipnet v2.10.1 |
2095 | 2025-01-24T22:58:03.568Z | Checking utf8parse v0.2.2 |
2096 | 2025-01-24T22:58:03.724Z | Checking mime v0.3.17 |
2097 | 2025-01-24T22:58:03.972Z | Checking anstyle v1.0.10 |
2098 | 2025-01-24T22:58:04.045Z | Checking anstyle-parse v0.2.5 |
2099 | 2025-01-24T22:58:04.101Z | Checking native-tls v0.2.12 |
2100 | 2025-01-24T22:58:04.279Z | Checking toml_edit v0.22.22 |
2101 | 2025-01-24T22:58:04.324Z | Checking stringprep v0.1.5 |
2102 | 2025-01-24T22:58:04.339Z | Checking crossbeam-deque v0.8.5 |
2103 | 2025-01-24T22:58:04.429Z | Checking term v0.7.0 |
2104 | 2025-01-24T22:58:04.619Z | Checking rustls v0.23.19 |
2105 | 2025-01-24T22:58:04.642Z | Checking rustls v0.22.4 |
2106 | 2025-01-24T22:58:04.850Z | Checking slog-json v2.6.1 |
2107 | 2025-01-24T22:58:05.100Z | Checking serde_urlencoded v0.7.1 |
2108 | 2025-01-24T22:58:05.400Z | Checking usdt-impl v0.5.0 |
2109 | 2025-01-24T22:58:05.536Z | Checking crossbeam-channel v0.5.13 |
2110 | 2025-01-24T22:58:05.975Z | Checking futures-executor v0.3.31 |
2111 | 2025-01-24T22:58:05.995Z | Checking addr2line v0.24.2 |
2112 | 2025-01-24T22:58:06.014Z | Checking hyper v1.5.2 |
2113 | 2025-01-24T22:58:06.189Z | Checking num-integer v0.1.46 |
2114 | 2025-01-24T22:58:06.212Z | Checking rustls-pemfile v2.2.0 |
2115 | 2025-01-24T22:58:06.416Z | Checking md-5 v0.10.6 |
2116 | 2025-01-24T22:58:06.502Z | Checking ff v0.13.0 |
2117 | 2025-01-24T22:58:06.504Z | Checking hash32 v0.2.1 |
2118 | 2025-01-24T22:58:06.627Z | Checking is-terminal v0.4.13 |
2119 | 2025-01-24T22:58:06.680Z | Checking memmap v0.7.0 |
2120 | 2025-01-24T22:58:06.724Z | Checking object v0.36.5 |
2121 | 2025-01-24T22:58:06.751Z | Checking take_mut v0.2.2 |
2122 | 2025-01-24T22:58:06.811Z | Checking linked-hash-map v0.5.6 |
2123 | 2025-01-24T22:58:06.876Z | Checking is_terminal_polyfill v1.70.1 |
2124 | 2025-01-24T22:58:06.879Z | Checking rustc-demangle v0.1.24 |
2125 | 2025-01-24T22:58:06.906Z | Checking psl-types v2.0.11 |
2126 | 2025-01-24T22:58:06.993Z | Checking either v1.13.0 |
2127 | 2025-01-24T22:58:07.087Z | Checking colorchoice v1.0.2 |
2128 | 2025-01-24T22:58:07.109Z | Checking dyn-clone v1.0.17 |
2129 | 2025-01-24T22:58:07.239Z | Checking fallible-iterator v0.2.0 |
2130 | 2025-01-24T22:58:07.271Z | Checking base16ct v0.2.0 |
2131 | 2025-01-24T22:58:07.333Z | Checking quick-error v1.2.3 |
2132 | 2025-01-24T22:58:07.350Z | Checking utf-8 v0.7.6 |
2133 | 2025-01-24T22:58:07.479Z | Checking anstyle-query v1.1.1 |
2134 | 2025-01-24T22:58:07.496Z | Checking resolv-conf v0.7.0 |
2135 | 2025-01-24T22:58:07.559Z | Checking tungstenite v0.24.0 |
2136 | 2025-01-24T22:58:07.616Z | Checking anstream v0.6.15 |
2137 | 2025-01-24T22:58:07.832Z | Checking postgres-protocol v0.6.7 |
2138 | 2025-01-24T22:58:07.854Z | Checking sec1 v0.7.3 |
2139 | 2025-01-24T22:58:07.967Z | Checking schemars v0.8.21 |
2140 | 2025-01-24T22:58:07.970Z | Checking hyper-util v0.1.10 |
2141 | 2025-01-24T22:58:08.072Z | Checking tokio-rustls v0.25.0 |
2142 | 2025-01-24T22:58:08.240Z | Checking lru-cache v0.1.2 |
2143 | 2025-01-24T22:58:08.416Z | Checking publicsuffix v2.3.0 |
2144 | 2025-01-24T22:58:08.434Z | Checking slog-async v2.8.0 |
2145 | 2025-01-24T22:58:08.453Z | Checking toml v0.8.19 |
2146 | 2025-01-24T22:58:08.466Z | Checking usdt v0.5.0 |
2147 | 2025-01-24T22:58:08.951Z | Checking heapless v0.7.17 |
2148 | 2025-01-24T22:58:08.972Z | Checking slog-term v2.9.1 |
2149 | 2025-01-24T22:58:08.972Z | Checking group v0.13.0 |
2150 | 2025-01-24T22:58:08.994Z | Checking num-iter v0.1.45 |
2151 | 2025-01-24T22:58:09.177Z | Checking futures v0.3.31 |
2152 | 2025-01-24T22:58:09.193Z | Checking slog-bunyan v2.5.0 |
2153 | 2025-01-24T22:58:09.243Z | Checking rayon-core v1.12.1 |
2154 | 2025-01-24T22:58:09.295Z | Checking tokio-native-tls v0.3.1 |
2155 | 2025-01-24T22:58:09.346Z | Checking multer v3.1.0 |
2156 | 2025-01-24T22:58:09.510Z | Checking hickory-proto v0.24.2 |
2157 | 2025-01-24T22:58:09.541Z | Checking terminal_size v0.4.0 |
2158 | 2025-01-24T22:58:09.569Z | Checking phf_shared v0.11.2 |
2159 | 2025-01-24T22:58:09.698Z | Checking tokio-rustls v0.26.0 |
2160 | 2025-01-24T22:58:09.739Z | Checking cookie v0.18.1 |
2161 | 2025-01-24T22:58:09.833Z | Checking async-stream v0.3.6 |
2162 | 2025-01-24T22:58:09.888Z | Checking bzip2-sys v0.1.11+1.0.8 |
2163 | 2025-01-24T22:58:09.942Z | Checking camino v1.1.9 |
2164 | 2025-01-24T22:58:09.989Z | Checking signal-hook v0.3.17 |
2165 | 2025-01-24T22:58:10.015Z | Checking waitgroup v0.1.2 |
2166 | 2025-01-24T22:58:10.033Z | Checking openapiv3 v2.0.0 |
2167 | 2025-01-24T22:58:10.096Z | Checking webpki-roots v0.26.6 |
2168 | 2025-01-24T22:58:10.156Z | Checking serde_path_to_error v0.1.16 |
2169 | 2025-01-24T22:58:10.170Z | Checking hkdf v0.12.4 |
2170 | 2025-01-24T22:58:10.315Z | Checking crypto-bigint v0.5.5 |
2171 | 2025-01-24T22:58:10.331Z | Checking hostname v0.4.0 |
2172 | 2025-01-24T22:58:10.384Z | Checking crc32fast v1.4.2 |
2173 | 2025-01-24T22:58:10.438Z | Checking bitflags v1.3.2 |
2174 | 2025-01-24T22:58:10.467Z | Checking strsim v0.11.1 |
2175 | 2025-01-24T22:58:10.546Z | Checking managed v0.8.0 |
2176 | 2025-01-24T22:58:10.612Z | Checking winnow v0.5.40 |
2177 | 2025-01-24T22:58:10.738Z | Checking debug-ignore v1.0.5 |
2178 | 2025-01-24T22:58:10.754Z | Checking clap_lex v0.7.2 |
2179 | 2025-01-24T22:58:10.895Z | Checking unicode-width v0.1.14 |
2180 | 2025-01-24T22:58:10.910Z | Checking smoltcp v0.9.1 |
2181 | 2025-01-24T22:58:11.011Z | Checking clap_builder v4.5.21 |
2182 | 2025-01-24T22:58:11.397Z | Checking console v0.15.8 |
2183 | 2025-01-24T22:58:11.975Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2184 | 2025-01-24T22:58:12.228Z | Checking flate2 v1.0.35 |
2185 | 2025-01-24T22:58:12.251Z | Checking signal-hook-mio v0.2.4 |
2186 | 2025-01-24T22:58:12.404Z | Checking hyper-rustls v0.27.3 |
2187 | 2025-01-24T22:58:12.525Z | Checking backtrace v0.3.74 |
2188 | 2025-01-24T22:58:12.762Z | Checking cookie_store v0.21.1 |
2189 | 2025-01-24T22:58:12.835Z | Checking bzip2 v0.4.4 |
2190 | 2025-01-24T22:58:12.954Z | Checking elliptic-curve v0.13.8 |
2191 | 2025-01-24T22:58:13.107Z | Checking anyhow v1.0.95 |
2192 | 2025-01-24T22:58:13.123Z | Checking hyper-tls v0.6.0 |
2193 | 2025-01-24T22:58:13.217Z | Checking dropshot v0.12.0 |
2194 | 2025-01-24T22:58:13.406Z | Checking toml_edit v0.19.15 |
2195 | 2025-01-24T22:58:13.422Z | Checking rayon v1.10.0 |
2196 | 2025-01-24T22:58:13.422Z | Checking phf v0.11.2 |
2197 | 2025-01-24T22:58:13.481Z | Checking num-bigint-dig v0.8.4 |
2198 | 2025-01-24T22:58:13.556Z | Checking postgres-types v0.2.8 |
2199 | 2025-01-24T22:58:13.679Z | Checking tokio-tungstenite v0.24.0 |
2200 | 2025-01-24T22:58:13.916Z | Checking bstr v1.10.0 |
2201 | 2025-01-24T22:58:14.045Z | Checking hickory-resolver v0.24.2 |
2202 | 2025-01-24T22:58:14.130Z | Checking regex v1.11.1 |
2203 | 2025-01-24T22:58:14.173Z | Checking ed25519 v2.2.3 |
2204 | 2025-01-24T22:58:14.516Z | Checking tokio-stream v0.1.16 |
2205 | 2025-01-24T22:58:14.737Z | Checking phf_shared v0.10.0 |
2206 | 2025-01-24T22:58:14.798Z | Checking curve25519-dalek v4.1.3 |
2207 | 2025-01-24T22:58:14.991Z | Checking zerocopy v0.6.6 |
2208 | 2025-01-24T22:58:15.308Z | Checking hubpack v0.1.2 |
2209 | 2025-01-24T22:58:15.436Z | Checking portable-atomic v1.9.0 |
2210 | 2025-01-24T22:58:15.610Z | Checking pkcs1 v0.7.5 |
2211 | 2025-01-24T22:58:15.639Z | Checking float-cmp v0.9.0 |
2212 | 2025-01-24T22:58:15.691Z | Checking serde-big-array v0.5.1 |
2213 | 2025-01-24T22:58:15.817Z | Checking rfc6979 v0.4.0 |
2214 | 2025-01-24T22:58:15.833Z | Checking sync_wrapper v1.0.1 |
2215 | 2025-01-24T22:58:15.906Z | Checking normalize-line-endings v0.3.0 |
2216 | 2025-01-24T22:58:15.986Z | Checking bit-vec v0.6.3 |
2217 | 2025-01-24T22:58:16.002Z | Checking unicode-segmentation v1.12.0 |
2218 | 2025-01-24T22:58:16.019Z | Checking precomputed-hash v0.1.1 |
2219 | 2025-01-24T22:58:16.043Z | Checking predicates-core v1.0.8 |
2220 | 2025-01-24T22:58:16.140Z | Checking new_debug_unreachable v1.0.6 |
2221 | 2025-01-24T22:58:16.235Z | Checking unicode-width v0.2.0 |
2222 | 2025-01-24T22:58:16.237Z | Checking minimal-lexical v0.2.1 |
2223 | 2025-01-24T22:58:16.309Z | Checking difflib v0.4.0 |
2224 | 2025-01-24T22:58:16.412Z | Checking static_assertions v1.1.0 |
2225 | 2025-01-24T22:58:16.511Z | Checking fixedbitset v0.4.2 |
2226 | 2025-01-24T22:58:16.985Z | Checking number_prefix v0.4.0 |
2227 | 2025-01-24T22:58:16.986Z | Checking whoami v1.5.2 |
2228 | 2025-01-24T22:58:16.986Z | Checking predicates v3.1.2 |
2229 | 2025-01-24T22:58:16.986Z | Checking nom v7.1.3 |
2230 | 2025-01-24T22:58:16.986Z | Checking similar v2.6.0 |
2231 | 2025-01-24T22:58:16.986Z | Checking ed25519-dalek v2.1.1 |
2232 | 2025-01-24T22:58:16.986Z | Checking qorb v0.2.1 |
2233 | 2025-01-24T22:58:16.986Z | Checking petgraph v0.6.5 |
2234 | 2025-01-24T22:58:16.986Z | Checking indicatif v0.17.9 |
2235 | 2025-01-24T22:58:16.986Z | Checking tokio-postgres v0.7.12 |
2236 | 2025-01-24T22:58:17.093Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2237 | 2025-01-24T22:58:17.233Z | Checking bit-set v0.5.3 |
2238 | 2025-01-24T22:58:17.488Z | Checking string_cache v0.8.7 |
2239 | 2025-01-24T22:58:17.505Z | Checking rsa v0.9.6 |
2240 | 2025-01-24T22:58:17.576Z | Checking ecdsa v0.16.9 |
2241 | 2025-01-24T22:58:17.759Z | Checking reqwest v0.12.9 |
2242 | 2025-01-24T22:58:18.260Z | Checking toml v0.7.8 |
2243 | 2025-01-24T22:58:18.504Z | Checking clap v4.5.21 |
2244 | 2025-01-24T22:58:18.622Z | Checking zip v0.6.6 |
2245 | 2025-01-24T22:58:18.969Z | Checking crossterm v0.28.1 |
2246 | 2025-01-24T22:58:19.249Z | Checking itertools v0.10.5 |
2247 | 2025-01-24T22:58:19.270Z | Checking fs-err v2.11.0 |
2248 | 2025-01-24T22:58:19.287Z | Checking ahash v0.8.11 |
2249 | 2025-01-24T22:58:19.697Z | Checking x509-cert v0.2.5 |
2250 | 2025-01-24T22:58:19.714Z | Checking semver v1.0.24 |
2251 | 2025-01-24T22:58:19.740Z | Checking hex v0.4.3 |
2252 | 2025-01-24T22:58:19.785Z | Checking peg-runtime v0.8.3 |
2253 | 2025-01-24T22:58:19.818Z | Checking lalrpop-util v0.19.12 |
2254 | 2025-01-24T22:58:20.021Z | Checking sigpipe v0.1.3 |
2255 | 2025-01-24T22:58:21.452Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2256 | 2025-01-24T22:58:21.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.51s |
2257 | 2025-01-24T22:58:21.967Z | |
2258 | 2025-01-24T22:58:21.967Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197) |
2259 | 2025-01-24T22:58:22.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2260 | 2025-01-24T22:58:22.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2261 | 2025-01-24T22:58:22.684Z | Compiling hashbrown v0.14.5 |
2262 | 2025-01-24T22:58:22.808Z | Checking heck v0.5.0 |
2263 | 2025-01-24T22:58:22.823Z | Compiling unsafe-libyaml v0.2.11 |
2264 | 2025-01-24T22:58:22.836Z | Checking ipnetwork v0.20.0 |
2265 | 2025-01-24T22:58:22.839Z | Compiling ident_case v1.0.1 |
2266 | 2025-01-24T22:58:22.865Z | Checking progenitor-client v0.8.0 |
2267 | 2025-01-24T22:58:22.879Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2268 | 2025-01-24T22:58:22.974Z | Checking newtype-uuid v1.2.1 |
2269 | 2025-01-24T22:58:23.035Z | Compiling darling_core v0.20.10 |
2270 | 2025-01-24T22:58:23.180Z | Compiling proc-macro-crate v1.3.1 |
2271 | 2025-01-24T22:58:23.199Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2272 | 2025-01-24T22:58:23.237Z | Compiling structmeta-derive v0.3.0 |
2273 | 2025-01-24T22:58:23.240Z | Compiling thiserror v2.0.11 |
2274 | 2025-01-24T22:58:23.565Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2275 | 2025-01-24T22:58:23.782Z | Checking regress v0.10.1 |
2276 | 2025-01-24T22:58:23.891Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2277 | 2025-01-24T22:58:24.137Z | Compiling serde_yaml v0.9.34+deprecated |
2278 | 2025-01-24T22:58:24.246Z | Compiling num_enum_derive v0.5.11 |
2279 | 2025-01-24T22:58:24.682Z | Compiling lzma-sys v0.1.20 |
2280 | 2025-01-24T22:58:25.098Z | Compiling foreign-types-macros v0.2.3 |
2281 | 2025-01-24T22:58:25.422Z | Compiling thiserror-impl v2.0.11 |
2282 | 2025-01-24T22:58:25.862Z | Compiling structmeta v0.3.0 |
2283 | 2025-01-24T22:58:26.245Z | Compiling dropshot v0.15.1 |
2284 | 2025-01-24T22:58:26.270Z | Checking arc-swap v1.7.1 |
2285 | 2025-01-24T22:58:26.512Z | Checking foreign-types-shared v0.3.1 |
2286 | 2025-01-24T22:58:26.605Z | Checking num_enum v0.5.11 |
2287 | 2025-01-24T22:58:26.644Z | Checking foreign-types v0.5.0 |
2288 | 2025-01-24T22:58:26.696Z | Checking slog-scope v4.4.0 |
2289 | 2025-01-24T22:58:26.752Z | Compiling parse-display-derive v0.10.0 |
2290 | 2025-01-24T22:58:26.804Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2291 | 2025-01-24T22:58:26.895Z | Compiling proc-macro-error v1.0.4 |
2292 | 2025-01-24T22:58:27.440Z | Checking typify-impl v0.2.0 |
2293 | 2025-01-24T22:58:27.717Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2294 | 2025-01-24T22:58:27.721Z | Checking tungstenite v0.21.0 |
2295 | 2025-01-24T22:58:27.849Z | Compiling heck v0.3.3 |
2296 | 2025-01-24T22:58:28.208Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2297 | 2025-01-24T22:58:28.639Z | Compiling dropshot_endpoint v0.15.1 |
2298 | 2025-01-24T22:58:28.642Z | Checking cstr-argument v0.1.2 |
2299 | 2025-01-24T22:58:28.816Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2300 | 2025-01-24T22:58:28.834Z | Checking instant v0.1.13 |
2301 | 2025-01-24T22:58:28.958Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2302 | 2025-01-24T22:58:28.985Z | Checking base64 v0.21.7 |
2303 | 2025-01-24T22:58:29.076Z | Compiling darling_macro v0.20.10 |
2304 | 2025-01-24T22:58:29.275Z | Checking fastrand v2.1.1 |
2305 | 2025-01-24T22:58:29.515Z | Checking pretty-hex v0.2.1 |
2306 | 2025-01-24T22:58:29.571Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2307 | 2025-01-24T22:58:29.626Z | Checking tempfile v3.13.0 |
2308 | 2025-01-24T22:58:29.687Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2309 | 2025-01-24T22:58:29.863Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2310 | 2025-01-24T22:58:29.926Z | Checking backoff v0.4.0 |
2311 | 2025-01-24T22:58:29.962Z | Compiling darling v0.20.10 |
2312 | 2025-01-24T22:58:29.979Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2313 | 2025-01-24T22:58:30.014Z | Checking tokio-tungstenite v0.21.0 |
2314 | 2025-01-24T22:58:30.030Z | Checking strum v0.26.3 |
2315 | 2025-01-24T22:58:30.074Z | Compiling serde_with_macros v3.11.0 |
2316 | 2025-01-24T22:58:30.196Z | Compiling zone_cfg_derive v0.1.2 |
2317 | 2025-01-24T22:58:30.215Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2318 | 2025-01-24T22:58:30.261Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2319 | 2025-01-24T22:58:30.511Z | Checking slog-stdlog v4.1.1 |
2320 | 2025-01-24T22:58:30.679Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2321 | 2025-01-24T22:58:30.728Z | Checking regress v0.9.1 |
2322 | 2025-01-24T22:58:30.827Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2323 | 2025-01-24T22:58:30.830Z | Checking parse-display v0.10.0 |
2324 | 2025-01-24T22:58:30.941Z | Checking progenitor-client v0.9.1 |
2325 | 2025-01-24T22:58:31.081Z | Checking colored v2.1.0 |
2326 | 2025-01-24T22:58:31.099Z | Checking macaddr v1.0.1 |
2327 | 2025-01-24T22:58:31.337Z | Checking base64 v0.13.1 |
2328 | 2025-01-24T22:58:31.430Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2329 | 2025-01-24T22:58:31.575Z | Checking zone v0.1.8 |
2330 | 2025-01-24T22:58:31.755Z | Checking ron v0.7.1 |
2331 | 2025-01-24T22:58:31.889Z | Checking xz2 v0.1.7 |
2332 | 2025-01-24T22:58:32.198Z | Checking slog-envlogger v2.2.0 |
2333 | 2025-01-24T22:58:32.243Z | Checking tabwriter v1.4.0 |
2334 | 2025-01-24T22:58:32.429Z | Checking xattr v1.3.1 |
2335 | 2025-01-24T22:58:32.484Z | Checking pem v3.0.4 |
2336 | 2025-01-24T22:58:32.586Z | Checking serde_with v3.11.0 |
2337 | 2025-01-24T22:58:32.625Z | Checking yasna v0.5.2 |
2338 | 2025-01-24T22:58:32.753Z | Checking headers-core v0.3.0 |
2339 | 2025-01-24T22:58:32.864Z | Checking smf v0.2.3 |
2340 | 2025-01-24T22:58:32.907Z | Checking filetime v0.2.25 |
2341 | 2025-01-24T22:58:33.108Z | Checking same-file v1.0.6 |
2342 | 2025-01-24T22:58:33.214Z | Checking tar v0.4.42 |
2343 | 2025-01-24T22:58:33.279Z | Checking walkdir v2.5.0 |
2344 | 2025-01-24T22:58:33.296Z | Checking headers v0.4.0 |
2345 | 2025-01-24T22:58:33.488Z | Checking rcgen v0.12.1 |
2346 | 2025-01-24T22:58:33.553Z | Checking camino-tempfile v1.1.1 |
2347 | 2025-01-24T22:58:33.846Z | Checking atomicwrites v0.4.4 |
2348 | 2025-01-24T22:58:34.027Z | Checking subprocess v0.2.9 |
2349 | 2025-01-24T22:58:36.785Z | Compiling typify-macro v0.2.0 |
2350 | 2025-01-24T22:58:38.301Z | Compiling typify v0.2.0 |
2351 | 2025-01-24T22:58:38.370Z | Compiling progenitor-impl v0.8.0 |
2352 | 2025-01-24T22:58:40.813Z | Compiling progenitor-macro v0.8.0 |
2353 | 2025-01-24T22:58:44.501Z | Checking progenitor v0.8.0 |
2354 | 2025-01-24T22:58:44.640Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2355 | 2025-01-24T22:58:44.643Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2356 | 2025-01-24T22:58:47.151Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2357 | 2025-01-24T22:58:47.433Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2358 | 2025-01-24T22:58:53.403Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2359 | 2025-01-24T22:58:54.905Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2360 | 2025-01-24T22:58:56.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.16s |
2361 | 2025-01-24T22:58:56.324Z | |
2362 | 2025-01-24T22:58:56.324Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197) |
2363 | 2025-01-24T22:58:56.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2364 | 2025-01-24T22:58:56.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2365 | 2025-01-24T22:58:56.979Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2366 | 2025-01-24T22:58:58.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
2367 | 2025-01-24T22:58:58.502Z | |
2368 | 2025-01-24T22:58:58.502Z | info: running `cargo check --bins` on nexus-config (51/197) |
2369 | 2025-01-24T22:58:59.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2370 | 2025-01-24T22:58:59.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2371 | 2025-01-24T22:58:59.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2372 | 2025-01-24T22:58:59.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2373 | 2025-01-24T22:58:59.117Z | |
2374 | 2025-01-24T22:58:59.117Z | info: running `cargo check --bins` on omicron-rpaths (52/197) |
2375 | 2025-01-24T22:58:59.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2376 | 2025-01-24T22:58:59.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2377 | 2025-01-24T22:58:59.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2378 | 2025-01-24T22:58:59.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2379 | 2025-01-24T22:58:59.725Z | |
2380 | 2025-01-24T22:58:59.725Z | info: running `cargo check --bins` on omicron-certificates (53/197) |
2381 | 2025-01-24T22:59:00.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2382 | 2025-01-24T22:59:00.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2383 | 2025-01-24T22:59:00.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2384 | 2025-01-24T22:59:00.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2385 | 2025-01-24T22:59:00.353Z | |
2386 | 2025-01-24T22:59:00.353Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/197) |
2387 | 2025-01-24T22:59:00.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2025-01-24T22:59:00.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2025-01-24T22:59:01.033Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2390 | 2025-01-24T22:59:01.144Z | Compiling ipnetwork v0.20.0 |
2391 | 2025-01-24T22:59:01.144Z | Compiling zerocopy v0.8.10 |
2392 | 2025-01-24T22:59:01.147Z | Compiling progenitor-client v0.8.0 |
2393 | 2025-01-24T22:59:01.147Z | Compiling itertools v0.13.0 |
2394 | 2025-01-24T22:59:01.147Z | Compiling zerocopy-derive v0.8.10 |
2395 | 2025-01-24T22:59:01.147Z | Compiling heapless v0.8.0 |
2396 | 2025-01-24T22:59:01.147Z | Compiling thiserror v2.0.11 |
2397 | 2025-01-24T22:59:01.330Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2398 | 2025-01-24T22:59:01.421Z | Checking hash32 v0.3.1 |
2399 | 2025-01-24T22:59:01.560Z | Compiling progenitor v0.8.0 |
2400 | 2025-01-24T22:59:01.619Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2401 | 2025-01-24T22:59:01.768Z | Compiling instant v0.1.13 |
2402 | 2025-01-24T22:59:01.923Z | Compiling smoltcp v0.11.0 |
2403 | 2025-01-24T22:59:01.986Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2404 | 2025-01-24T22:59:02.001Z | Compiling backoff v0.4.0 |
2405 | 2025-01-24T22:59:02.036Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2406 | 2025-01-24T22:59:02.265Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2407 | 2025-01-24T22:59:02.333Z | Compiling dropshot v0.15.1 |
2408 | 2025-01-24T22:59:02.617Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2409 | 2025-01-24T22:59:02.769Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2410 | 2025-01-24T22:59:02.906Z | Compiling serde_with v3.11.0 |
2411 | 2025-01-24T22:59:02.958Z | Compiling parse-display v0.10.0 |
2412 | 2025-01-24T22:59:03.094Z | Checking num-rational v0.4.2 |
2413 | 2025-01-24T22:59:03.591Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2414 | 2025-01-24T22:59:03.707Z | Compiling progenitor-client v0.9.1 |
2415 | 2025-01-24T22:59:04.050Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2416 | 2025-01-24T22:59:04.216Z | Compiling regress v0.9.1 |
2417 | 2025-01-24T22:59:05.431Z | Compiling phf_generator v0.11.2 |
2418 | 2025-01-24T22:59:05.633Z | Checking num-complex v0.4.6 |
2419 | 2025-01-24T22:59:06.505Z | Compiling macaddr v1.0.1 |
2420 | 2025-01-24T22:59:06.591Z | Checking cobs v0.2.3 |
2421 | 2025-01-24T22:59:06.791Z | Checking postcard v1.0.10 |
2422 | 2025-01-24T22:59:06.962Z | Checking num v0.4.3 |
2423 | 2025-01-24T22:59:07.069Z | Compiling phf_codegen v0.11.2 |
2424 | 2025-01-24T22:59:07.347Z | Compiling parse-zoneinfo v0.3.1 |
2425 | 2025-01-24T22:59:07.413Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2426 | 2025-01-24T22:59:07.723Z | Compiling float-ord v0.3.2 |
2427 | 2025-01-24T22:59:07.912Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2428 | 2025-01-24T22:59:09.149Z | Compiling convert_case v0.4.0 |
2429 | 2025-01-24T22:59:09.487Z | Compiling chrono-tz-build v0.4.0 |
2430 | 2025-01-24T22:59:09.864Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2431 | 2025-01-24T22:59:10.016Z | Compiling derive_more v0.99.18 |
2432 | 2025-01-24T22:59:10.274Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2433 | 2025-01-24T22:59:10.569Z | Compiling crucible-workspace-hack v0.1.0 |
2434 | 2025-01-24T22:59:10.678Z | Compiling chrono-tz v0.10.1 |
2435 | 2025-01-24T22:59:10.740Z | Checking newline-converter v0.3.0 |
2436 | 2025-01-24T22:59:10.836Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2437 | 2025-01-24T22:59:10.906Z | Checking prettyplease v0.2.25 |
2438 | 2025-01-24T22:59:11.350Z | Compiling slog-dtrace v0.3.0 |
2439 | 2025-01-24T22:59:11.516Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2440 | 2025-01-24T22:59:11.545Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2441 | 2025-01-24T22:59:12.004Z | Checking expectorate v1.1.0 |
2442 | 2025-01-24T22:59:12.139Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2443 | 2025-01-24T22:59:12.260Z | Compiling zone_cfg_derive v0.3.0 |
2444 | 2025-01-24T22:59:12.863Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2445 | 2025-01-24T22:59:13.354Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2446 | 2025-01-24T22:59:13.558Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2447 | 2025-01-24T22:59:13.684Z | Compiling const_format_proc_macros v0.2.33 |
2448 | 2025-01-24T22:59:13.689Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2449 | 2025-01-24T22:59:13.689Z | Compiling num-derive v0.4.2 |
2450 | 2025-01-24T22:59:13.898Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2451 | 2025-01-24T22:59:14.198Z | Checking highway v1.2.0 |
2452 | 2025-01-24T22:59:14.732Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2453 | 2025-01-24T22:59:14.842Z | Checking zone v0.3.0 |
2454 | 2025-01-24T22:59:14.958Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2455 | 2025-01-24T22:59:14.988Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2456 | 2025-01-24T22:59:15.505Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2457 | 2025-01-24T22:59:15.582Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2458 | 2025-01-24T22:59:15.667Z | Checking const_format v0.2.33 |
2459 | 2025-01-24T22:59:16.108Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2460 | 2025-01-24T22:59:16.482Z | Checking gethostname v0.5.0 |
2461 | 2025-01-24T22:59:16.523Z | Checking bcs v0.1.6 |
2462 | 2025-01-24T22:59:16.540Z | Compiling async-recursion v1.1.1 |
2463 | 2025-01-24T22:59:16.609Z | Checking termtree v0.5.1 |
2464 | 2025-01-24T22:59:16.612Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2465 | 2025-01-24T22:59:16.804Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2466 | 2025-01-24T22:59:16.822Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2467 | 2025-01-24T22:59:18.529Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2468 | 2025-01-24T22:59:23.028Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2469 | 2025-01-24T22:59:26.252Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2470 | 2025-01-24T22:59:28.678Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2471 | 2025-01-24T22:59:29.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.50s |
2472 | 2025-01-24T22:59:30.041Z | |
2473 | 2025-01-24T22:59:30.041Z | info: running `cargo check --bins` on clickhouse-admin-api (55/197) |
2474 | 2025-01-24T22:59:30.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2475 | 2025-01-24T22:59:30.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2476 | 2025-01-24T22:59:30.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2477 | 2025-01-24T22:59:30.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2478 | 2025-01-24T22:59:30.684Z | |
2479 | 2025-01-24T22:59:30.684Z | info: running `cargo check --bins` on clickhouse-admin-types (56/197) |
2480 | 2025-01-24T22:59:31.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2481 | 2025-01-24T22:59:31.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2482 | 2025-01-24T22:59:31.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2483 | 2025-01-24T22:59:31.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2484 | 2025-01-24T22:59:31.323Z | |
2485 | 2025-01-24T22:59:31.323Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/197) |
2486 | 2025-01-24T22:59:31.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2487 | 2025-01-24T22:59:31.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2488 | 2025-01-24T22:59:31.973Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2489 | 2025-01-24T22:59:32.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2490 | 2025-01-24T22:59:32.780Z | |
2491 | 2025-01-24T22:59:32.781Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197) |
2492 | 2025-01-24T22:59:33.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2493 | 2025-01-24T22:59:33.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2494 | 2025-01-24T22:59:33.456Z | Compiling cfg_aliases v0.1.1 |
2495 | 2025-01-24T22:59:33.459Z | Compiling vte_generate_state_changes v0.1.2 |
2496 | 2025-01-24T22:59:33.459Z | Checking fd-lock v4.0.2 |
2497 | 2025-01-24T22:59:33.459Z | Checking nibble_vec v0.1.0 |
2498 | 2025-01-24T22:59:33.560Z | Checking bytecount v0.6.8 |
2499 | 2025-01-24T22:59:33.564Z | Checking endian-type v0.1.2 |
2500 | 2025-01-24T22:59:33.625Z | Compiling tabled_derive v0.7.0 |
2501 | 2025-01-24T22:59:33.627Z | Checking itertools v0.12.1 |
2502 | 2025-01-24T22:59:33.656Z | Compiling nix v0.28.0 |
2503 | 2025-01-24T22:59:33.739Z | Checking papergrid v0.11.0 |
2504 | 2025-01-24T22:59:33.756Z | Compiling peg-macros v0.8.4 |
2505 | 2025-01-24T22:59:33.771Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2506 | 2025-01-24T22:59:33.804Z | Checking radix_trie v0.2.1 |
2507 | 2025-01-24T22:59:34.149Z | Checking vte v0.11.1 |
2508 | 2025-01-24T22:59:34.204Z | Compiling sqlparser_derive v0.2.2 |
2509 | 2025-01-24T22:59:34.825Z | Checking unicode_categories v0.1.1 |
2510 | 2025-01-24T22:59:35.136Z | Checking home v0.5.9 |
2511 | 2025-01-24T22:59:35.154Z | Checking nu-ansi-term v0.50.1 |
2512 | 2025-01-24T22:59:35.292Z | Checking sqlparser v0.45.0 |
2513 | 2025-01-24T22:59:35.309Z | Checking sqlformat v0.2.6 |
2514 | 2025-01-24T22:59:35.563Z | Checking display-error-chain v0.2.2 |
2515 | 2025-01-24T22:59:35.581Z | Checking strip-ansi-escapes v0.2.0 |
2516 | 2025-01-24T22:59:35.870Z | Checking tabled v0.15.0 |
2517 | 2025-01-24T22:59:35.963Z | Checking reedline v0.35.0 |
2518 | 2025-01-24T22:59:36.550Z | Checking rustyline v14.0.0 |
2519 | 2025-01-24T22:59:36.564Z | Checking peg v0.8.4 |
2520 | 2025-01-24T22:59:45.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.00s |
2521 | 2025-01-24T22:59:45.964Z | |
2522 | 2025-01-24T22:59:45.964Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197) |
2523 | 2025-01-24T22:59:46.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2025-01-24T22:59:46.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2025-01-24T22:59:46.666Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2526 | 2025-01-24T22:59:52.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s |
2527 | 2025-01-24T22:59:52.445Z | |
2528 | 2025-01-24T22:59:52.445Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197) |
2529 | 2025-01-24T22:59:53.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2025-01-24T22:59:53.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2025-01-24T22:59:53.189Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2532 | 2025-01-24T22:59:56.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s |
2533 | 2025-01-24T22:59:57.174Z | |
2534 | 2025-01-24T22:59:57.174Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197) |
2535 | 2025-01-24T22:59:57.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2025-01-24T22:59:57.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2025-01-24T22:59:57.831Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2538 | 2025-01-24T23:00:02.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s |
2539 | 2025-01-24T23:00:02.939Z | |
2540 | 2025-01-24T23:00:02.939Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197) |
2541 | 2025-01-24T23:00:03.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2025-01-24T23:00:03.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2025-01-24T23:00:03.601Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2544 | 2025-01-24T23:00:08.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
2545 | 2025-01-24T23:00:08.656Z | |
2546 | 2025-01-24T23:00:08.657Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197) |
2547 | 2025-01-24T23:00:09.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2025-01-24T23:00:09.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2025-01-24T23:00:09.332Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2550 | 2025-01-24T23:00:13.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
2551 | 2025-01-24T23:00:13.282Z | |
2552 | 2025-01-24T23:00:13.282Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197) |
2553 | 2025-01-24T23:00:13.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2025-01-24T23:00:13.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2025-01-24T23:00:13.979Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2556 | 2025-01-24T23:00:17.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
2557 | 2025-01-24T23:00:17.904Z | |
2558 | 2025-01-24T23:00:17.904Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197) |
2559 | 2025-01-24T23:00:18.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2025-01-24T23:00:18.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2025-01-24T23:00:18.579Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2562 | 2025-01-24T23:00:23.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s |
2563 | 2025-01-24T23:00:23.938Z | |
2564 | 2025-01-24T23:00:23.938Z | info: running `cargo check --bins` on oximeter (66/197) |
2565 | 2025-01-24T23:00:24.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2025-01-24T23:00:24.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2025-01-24T23:00:24.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2025-01-24T23:00:24.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2569 | 2025-01-24T23:00:24.605Z | |
2570 | 2025-01-24T23:00:24.605Z | info: running `cargo check --bins` on oximeter-macro-impl (67/197) |
2571 | 2025-01-24T23:00:25.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2025-01-24T23:00:25.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2025-01-24T23:00:25.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2025-01-24T23:00:25.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2575 | 2025-01-24T23:00:25.219Z | |
2576 | 2025-01-24T23:00:25.219Z | info: running `cargo check --bins` on oximeter-schema (68/197) |
2577 | 2025-01-24T23:00:25.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2025-01-24T23:00:25.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2025-01-24T23:00:25.856Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2580 | 2025-01-24T23:00:27.857Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2581 | 2025-01-24T23:00:28.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s |
2582 | 2025-01-24T23:00:28.972Z | |
2583 | 2025-01-24T23:00:28.972Z | info: running `cargo check --bins` on oximeter-types (69/197) |
2584 | 2025-01-24T23:00:29.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2025-01-24T23:00:29.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2025-01-24T23:00:29.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2025-01-24T23:00:29.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2588 | 2025-01-24T23:00:29.608Z | |
2589 | 2025-01-24T23:00:29.608Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/197) |
2590 | 2025-01-24T23:00:30.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2025-01-24T23:00:30.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2025-01-24T23:00:30.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2025-01-24T23:00:30.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2594 | 2025-01-24T23:00:30.239Z | |
2595 | 2025-01-24T23:00:30.239Z | info: running `cargo check --bins` on oxql-types (71/197) |
2596 | 2025-01-24T23:00:30.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2025-01-24T23:00:30.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2025-01-24T23:00:30.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2599 | 2025-01-24T23:00:30.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2600 | 2025-01-24T23:00:30.902Z | |
2601 | 2025-01-24T23:00:30.902Z | info: running `cargo check --bins` on oximeter-test-utils (72/197) |
2602 | 2025-01-24T23:00:31.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2025-01-24T23:00:31.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2025-01-24T23:00:31.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2025-01-24T23:00:31.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2606 | 2025-01-24T23:00:31.515Z | |
2607 | 2025-01-24T23:00:31.515Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/197) |
2608 | 2025-01-24T23:00:32.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2025-01-24T23:00:32.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2025-01-24T23:00:32.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2025-01-24T23:00:32.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2612 | 2025-01-24T23:00:32.185Z | |
2613 | 2025-01-24T23:00:32.186Z | info: running `cargo check --bins` on bootstrap-agent-client (74/197) |
2614 | 2025-01-24T23:00:32.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2025-01-24T23:00:32.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2025-01-24T23:00:32.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2617 | 2025-01-24T23:00:32.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2618 | 2025-01-24T23:00:32.820Z | |
2619 | 2025-01-24T23:00:32.820Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197) |
2620 | 2025-01-24T23:00:33.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2025-01-24T23:00:33.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2025-01-24T23:00:33.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2623 | 2025-01-24T23:00:33.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2624 | 2025-01-24T23:00:33.465Z | |
2625 | 2025-01-24T23:00:33.465Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/197) |
2626 | 2025-01-24T23:00:34.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2025-01-24T23:00:34.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2025-01-24T23:00:34.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2025-01-24T23:00:34.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2630 | 2025-01-24T23:00:34.103Z | |
2631 | 2025-01-24T23:00:34.103Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/197) |
2632 | 2025-01-24T23:00:34.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2025-01-24T23:00:34.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2025-01-24T23:00:34.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2025-01-24T23:00:34.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2636 | 2025-01-24T23:00:34.729Z | |
2637 | 2025-01-24T23:00:34.729Z | info: running `cargo check --bins` on cockroach-admin-client (78/197) |
2638 | 2025-01-24T23:00:35.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2025-01-24T23:00:35.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2025-01-24T23:00:35.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2025-01-24T23:00:35.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2642 | 2025-01-24T23:00:35.326Z | |
2643 | 2025-01-24T23:00:35.326Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/197) |
2644 | 2025-01-24T23:00:35.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2025-01-24T23:00:35.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2025-01-24T23:00:35.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2647 | 2025-01-24T23:00:35.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2648 | 2025-01-24T23:00:35.973Z | |
2649 | 2025-01-24T23:00:35.973Z | info: running `cargo check --bins` on dns-service-client (80/197) |
2650 | 2025-01-24T23:00:36.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2025-01-24T23:00:36.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2025-01-24T23:00:36.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2653 | 2025-01-24T23:00:36.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2654 | 2025-01-24T23:00:36.593Z | |
2655 | 2025-01-24T23:00:36.593Z | info: running `cargo check --bins` on internal-dns-types (81/197) |
2656 | 2025-01-24T23:00:37.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2025-01-24T23:00:37.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2025-01-24T23:00:37.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2659 | 2025-01-24T23:00:37.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2660 | 2025-01-24T23:00:37.227Z | |
2661 | 2025-01-24T23:00:37.227Z | info: running `cargo check --bins` on dpd-client (82/197) |
2662 | 2025-01-24T23:00:37.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2025-01-24T23:00:37.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2025-01-24T23:00:37.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2665 | 2025-01-24T23:00:37.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2666 | 2025-01-24T23:00:37.865Z | |
2667 | 2025-01-24T23:00:37.865Z | info: running `cargo check --bins` on gateway-client (83/197) |
2668 | 2025-01-24T23:00:38.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2025-01-24T23:00:38.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2025-01-24T23:00:38.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2671 | 2025-01-24T23:00:38.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2672 | 2025-01-24T23:00:38.486Z | |
2673 | 2025-01-24T23:00:38.486Z | info: running `cargo check --bins` on installinator-client (84/197) |
2674 | 2025-01-24T23:00:39.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2025-01-24T23:00:39.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2025-01-24T23:00:39.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2025-01-24T23:00:39.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2678 | 2025-01-24T23:00:39.180Z | |
2679 | 2025-01-24T23:00:39.180Z | info: running `cargo check --bins` on installinator-common (85/197) |
2680 | 2025-01-24T23:00:39.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2025-01-24T23:00:39.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2025-01-24T23:00:39.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2025-01-24T23:00:39.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2684 | 2025-01-24T23:00:39.903Z | |
2685 | 2025-01-24T23:00:39.903Z | info: running `cargo check --bins` on update-engine (86/197) |
2686 | 2025-01-24T23:00:40.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2025-01-24T23:00:40.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2025-01-24T23:00:40.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2689 | 2025-01-24T23:00:40.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2690 | 2025-01-24T23:00:40.588Z | |
2691 | 2025-01-24T23:00:40.588Z | info: running `cargo check --bins` on nexus-client (87/197) |
2692 | 2025-01-24T23:00:41.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2025-01-24T23:00:41.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2025-01-24T23:00:41.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2695 | 2025-01-24T23:00:41.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2696 | 2025-01-24T23:00:41.283Z | |
2697 | 2025-01-24T23:00:41.283Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/197) |
2698 | 2025-01-24T23:00:41.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2025-01-24T23:00:41.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2025-01-24T23:00:41.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2701 | 2025-01-24T23:00:41.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2702 | 2025-01-24T23:00:41.963Z | |
2703 | 2025-01-24T23:00:41.963Z | info: running `cargo check --bins` on omicron-passwords (89/197) |
2704 | 2025-01-24T23:00:42.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2025-01-24T23:00:42.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2025-01-24T23:00:42.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2707 | 2025-01-24T23:00:42.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2708 | 2025-01-24T23:00:42.634Z | |
2709 | 2025-01-24T23:00:42.634Z | info: running `cargo check --bins` on nexus-types (90/197) |
2710 | 2025-01-24T23:00:43.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2025-01-24T23:00:43.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2025-01-24T23:00:43.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2713 | 2025-01-24T23:00:43.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2714 | 2025-01-24T23:00:43.334Z | |
2715 | 2025-01-24T23:00:43.334Z | info: running `cargo check --bins` on oxide-client (91/197) |
2716 | 2025-01-24T23:00:43.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2025-01-24T23:00:43.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2025-01-24T23:00:43.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2719 | 2025-01-24T23:00:43.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2720 | 2025-01-24T23:00:43.961Z | |
2721 | 2025-01-24T23:00:43.961Z | info: running `cargo check --bins` on oximeter-client (92/197) |
2722 | 2025-01-24T23:00:44.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2025-01-24T23:00:44.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2025-01-24T23:00:44.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2725 | 2025-01-24T23:00:44.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2726 | 2025-01-24T23:00:44.627Z | |
2727 | 2025-01-24T23:00:44.627Z | info: running `cargo check --bins` on repo-depot-client (93/197) |
2728 | 2025-01-24T23:00:45.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2025-01-24T23:00:45.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2025-01-24T23:00:45.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2731 | 2025-01-24T23:00:45.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2732 | 2025-01-24T23:00:45.248Z | |
2733 | 2025-01-24T23:00:45.249Z | info: running `cargo check --bins` on sled-agent-client (94/197) |
2734 | 2025-01-24T23:00:45.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2025-01-24T23:00:45.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2025-01-24T23:00:45.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2737 | 2025-01-24T23:00:45.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2738 | 2025-01-24T23:00:45.897Z | |
2739 | 2025-01-24T23:00:45.899Z | info: running `cargo check --bins` on wicketd-client (95/197) |
2740 | 2025-01-24T23:00:46.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2025-01-24T23:00:46.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2025-01-24T23:00:46.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2743 | 2025-01-24T23:00:46.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2744 | 2025-01-24T23:00:46.584Z | |
2745 | 2025-01-24T23:00:46.584Z | info: running `cargo check --bins` on sled-agent-types (96/197) |
2746 | 2025-01-24T23:00:47.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2025-01-24T23:00:47.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2025-01-24T23:00:47.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2749 | 2025-01-24T23:00:47.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2750 | 2025-01-24T23:00:47.233Z | |
2751 | 2025-01-24T23:00:47.233Z | info: running `cargo check --bins` on wicket-common (97/197) |
2752 | 2025-01-24T23:00:47.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2025-01-24T23:00:47.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2025-01-24T23:00:47.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2755 | 2025-01-24T23:00:47.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2756 | 2025-01-24T23:00:47.880Z | |
2757 | 2025-01-24T23:00:47.880Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/197) |
2758 | 2025-01-24T23:00:48.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2025-01-24T23:00:48.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2025-01-24T23:00:48.550Z | Checking csv-core v0.1.11 |
2761 | 2025-01-24T23:00:48.550Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2762 | 2025-01-24T23:00:48.552Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2763 | 2025-01-24T23:00:48.553Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2764 | 2025-01-24T23:00:48.838Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2765 | 2025-01-24T23:00:48.840Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2766 | 2025-01-24T23:00:48.890Z | Checking csv v1.3.0 |
2767 | 2025-01-24T23:00:49.435Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2768 | 2025-01-24T23:00:49.775Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2769 | 2025-01-24T23:00:51.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s |
2770 | 2025-01-24T23:00:51.518Z | |
2771 | 2025-01-24T23:00:51.519Z | info: running `cargo check --bins` on cockroach-admin-api (99/197) |
2772 | 2025-01-24T23:00:52.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2025-01-24T23:00:52.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2025-01-24T23:00:52.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2025-01-24T23:00:52.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2776 | 2025-01-24T23:00:52.136Z | |
2777 | 2025-01-24T23:00:52.137Z | info: running `cargo check --bins` on cockroach-admin-types (100/197) |
2778 | 2025-01-24T23:00:52.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2025-01-24T23:00:52.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2025-01-24T23:00:52.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2025-01-24T23:00:52.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2782 | 2025-01-24T23:00:52.763Z | |
2783 | 2025-01-24T23:00:52.763Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197) |
2784 | 2025-01-24T23:00:53.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2025-01-24T23:00:53.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2025-01-24T23:00:53.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2787 | 2025-01-24T23:00:53.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2788 | 2025-01-24T23:00:53.505Z | |
2789 | 2025-01-24T23:00:53.505Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197) |
2790 | 2025-01-24T23:00:54.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2025-01-24T23:00:54.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2025-01-24T23:00:54.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2025-01-24T23:00:54.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2794 | 2025-01-24T23:00:54.227Z | |
2795 | 2025-01-24T23:00:54.227Z | info: running `cargo check --bins` on dns-server (103/197) |
2796 | 2025-01-24T23:00:54.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2025-01-24T23:00:54.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2025-01-24T23:00:54.893Z | Compiling typify-impl v0.3.0 |
2799 | 2025-01-24T23:00:55.001Z | Compiling parking_lot_core v0.8.6 |
2800 | 2025-01-24T23:00:55.021Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2801 | 2025-01-24T23:00:55.023Z | Checking fxhash v0.2.1 |
2802 | 2025-01-24T23:00:55.023Z | Checking hickory-client v0.24.2 |
2803 | 2025-01-24T23:00:55.032Z | Checking hickory-server v0.24.2 |
2804 | 2025-01-24T23:00:55.716Z | Checking parking_lot v0.11.2 |
2805 | 2025-01-24T23:00:55.771Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2806 | 2025-01-24T23:00:55.970Z | Checking sled v0.34.7 |
2807 | 2025-01-24T23:01:00.611Z | Compiling typify-macro v0.3.0 |
2808 | 2025-01-24T23:01:02.206Z | Compiling typify v0.3.0 |
2809 | 2025-01-24T23:01:02.275Z | Compiling progenitor-impl v0.9.1 |
2810 | 2025-01-24T23:01:04.699Z | Compiling progenitor-macro v0.9.1 |
2811 | 2025-01-24T23:01:08.472Z | Checking progenitor v0.9.1 |
2812 | 2025-01-24T23:01:08.603Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2813 | 2025-01-24T23:01:09.069Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2814 | 2025-01-24T23:01:10.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.09s |
2815 | 2025-01-24T23:01:10.492Z | |
2816 | 2025-01-24T23:01:10.492Z | info: running `cargo check --bins` on dns-server-api (104/197) |
2817 | 2025-01-24T23:01:11.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2025-01-24T23:01:11.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2025-01-24T23:01:11.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2025-01-24T23:01:11.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2821 | 2025-01-24T23:01:11.131Z | |
2822 | 2025-01-24T23:01:11.131Z | info: running `cargo check --bins` on gateway-test-utils (105/197) |
2823 | 2025-01-24T23:01:11.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2025-01-24T23:01:11.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2025-01-24T23:01:11.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2025-01-24T23:01:11.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2827 | 2025-01-24T23:01:11.818Z | |
2828 | 2025-01-24T23:01:11.818Z | info: running `cargo check --bins` on gateway-types (106/197) |
2829 | 2025-01-24T23:01:12.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2025-01-24T23:01:12.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2025-01-24T23:01:12.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2025-01-24T23:01:12.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2833 | 2025-01-24T23:01:12.455Z | |
2834 | 2025-01-24T23:01:12.455Z | info: running `cargo check --bins` on ipcc (107/197) |
2835 | 2025-01-24T23:01:13.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2025-01-24T23:01:13.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2025-01-24T23:01:13.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2025-01-24T23:01:13.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2839 | 2025-01-24T23:01:13.115Z | |
2840 | 2025-01-24T23:01:13.116Z | info: running `cargo check --bins` on omicron-gateway (108/197) |
2841 | 2025-01-24T23:01:13.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2025-01-24T23:01:13.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2025-01-24T23:01:13.838Z | Compiling radium v0.7.0 |
2844 | 2025-01-24T23:01:13.838Z | Compiling semver v0.1.20 |
2845 | 2025-01-24T23:01:13.946Z | Checking tap v1.0.1 |
2846 | 2025-01-24T23:01:13.957Z | Compiling maybe-uninit v2.0.0 |
2847 | 2025-01-24T23:01:13.984Z | Checking password-hash v0.5.0 |
2848 | 2025-01-24T23:01:13.986Z | Checking blake2 v0.10.6 |
2849 | 2025-01-24T23:01:13.986Z | Compiling cancel-safe-futures v0.1.5 |
2850 | 2025-01-24T23:01:13.986Z | Checking funty v2.0.0 |
2851 | 2025-01-24T23:01:14.109Z | Checking wyz v0.5.1 |
2852 | 2025-01-24T23:01:14.343Z | Compiling rustc_version v0.1.7 |
2853 | 2025-01-24T23:01:14.405Z | Compiling packed_struct v0.10.1 |
2854 | 2025-01-24T23:01:14.436Z | Checking crc-catalog v2.4.0 |
2855 | 2025-01-24T23:01:14.454Z | Compiling owo-colors v4.1.0 |
2856 | 2025-01-24T23:01:14.503Z | Checking argon2 v0.5.3 |
2857 | 2025-01-24T23:01:14.580Z | Checking crc v3.2.1 |
2858 | 2025-01-24T23:01:14.665Z | Compiling packed_struct_codegen v0.10.1 |
2859 | 2025-01-24T23:01:14.754Z | Compiling indexmap v1.9.3 |
2860 | 2025-01-24T23:01:14.771Z | Compiling newtype_derive v0.1.6 |
2861 | 2025-01-24T23:01:14.784Z | Checking half v2.4.1 |
2862 | 2025-01-24T23:01:14.848Z | Checking nodrop v0.1.14 |
2863 | 2025-01-24T23:01:14.868Z | Checking bitvec v1.0.1 |
2864 | 2025-01-24T23:01:14.977Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2865 | 2025-01-24T23:01:15.022Z | Checking ciborium-io v0.2.2 |
2866 | 2025-01-24T23:01:15.090Z | Checking array-init v0.0.4 |
2867 | 2025-01-24T23:01:15.162Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2868 | 2025-01-24T23:01:15.234Z | Checking ciborium-ll v0.2.2 |
2869 | 2025-01-24T23:01:15.250Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2870 | 2025-01-24T23:01:15.484Z | Checking smallvec v0.6.14 |
2871 | 2025-01-24T23:01:15.520Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2872 | 2025-01-24T23:01:15.712Z | Checking libsw v3.3.1 |
2873 | 2025-01-24T23:01:15.856Z | Compiling memoffset v0.9.1 |
2874 | 2025-01-24T23:01:15.916Z | Checking termcolor v1.4.1 |
2875 | 2025-01-24T23:01:15.934Z | Checking indent_write v2.2.0 |
2876 | 2025-01-24T23:01:15.968Z | Checking linear-map v1.2.0 |
2877 | 2025-01-24T23:01:16.148Z | Checking swrite v0.1.0 |
2878 | 2025-01-24T23:01:16.174Z | Checking hashbrown v0.12.3 |
2879 | 2025-01-24T23:01:16.273Z | Checking bitfield v0.14.0 |
2880 | 2025-01-24T23:01:16.327Z | Checking env_logger v0.10.2 |
2881 | 2025-01-24T23:01:16.446Z | Checking ron v0.8.1 |
2882 | 2025-01-24T23:01:16.468Z | Checking serde-hex v0.1.0 |
2883 | 2025-01-24T23:01:16.556Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2884 | 2025-01-24T23:01:16.722Z | Checking ciborium v0.2.2 |
2885 | 2025-01-24T23:01:16.747Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2886 | 2025-01-24T23:01:17.433Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2887 | 2025-01-24T23:01:17.645Z | Checking steno v0.4.1 |
2888 | 2025-01-24T23:01:17.648Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2889 | 2025-01-24T23:01:17.739Z | Checking hashbrown v0.13.2 |
2890 | 2025-01-24T23:01:18.226Z | Checking crc-any v2.5.0 |
2891 | 2025-01-24T23:01:18.229Z | Checking humantime v2.1.0 |
2892 | 2025-01-24T23:01:18.269Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2893 | 2025-01-24T23:01:18.311Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2894 | 2025-01-24T23:01:18.645Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2895 | 2025-01-24T23:01:18.662Z | Checking object v0.30.4 |
2896 | 2025-01-24T23:01:18.870Z | Checking path-slash v0.1.5 |
2897 | 2025-01-24T23:01:19.015Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2898 | 2025-01-24T23:01:19.032Z | Checking nix v0.27.1 |
2899 | 2025-01-24T23:01:19.641Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2900 | 2025-01-24T23:01:19.804Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2901 | 2025-01-24T23:01:20.048Z | Checking tungstenite v0.23.0 |
2902 | 2025-01-24T23:01:20.297Z | Checking kstat-rs v0.2.4 |
2903 | 2025-01-24T23:01:20.300Z | Checking signal-hook-tokio v0.3.1 |
2904 | 2025-01-24T23:01:20.631Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2905 | 2025-01-24T23:01:20.808Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2906 | 2025-01-24T23:01:20.844Z | Checking tokio-tungstenite v0.23.1 |
2907 | 2025-01-24T23:01:21.581Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2908 | 2025-01-24T23:01:21.641Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2909 | 2025-01-24T23:01:27.719Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2910 | 2025-01-24T23:01:29.053Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2911 | 2025-01-24T23:01:31.925Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2912 | 2025-01-24T23:01:37.295Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2913 | 2025-01-24T23:01:37.965Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2914 | 2025-01-24T23:01:40.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.55s |
2915 | 2025-01-24T23:01:40.866Z | |
2916 | 2025-01-24T23:01:40.866Z | info: running `cargo check --bins` on gateway-api (109/197) |
2917 | 2025-01-24T23:01:41.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2918 | 2025-01-24T23:01:41.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2919 | 2025-01-24T23:01:41.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2920 | 2025-01-24T23:01:41.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2921 | 2025-01-24T23:01:41.488Z | |
2922 | 2025-01-24T23:01:41.488Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197) |
2923 | 2025-01-24T23:01:42.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2924 | 2025-01-24T23:01:42.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2925 | 2025-01-24T23:01:42.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2926 | 2025-01-24T23:01:42.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2927 | 2025-01-24T23:01:42.088Z | |
2928 | 2025-01-24T23:01:42.088Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197) |
2929 | 2025-01-24T23:01:42.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2930 | 2025-01-24T23:01:42.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2931 | 2025-01-24T23:01:42.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2932 | 2025-01-24T23:01:42.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2933 | 2025-01-24T23:01:42.724Z | |
2934 | 2025-01-24T23:01:42.724Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197) |
2935 | 2025-01-24T23:01:43.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2936 | 2025-01-24T23:01:43.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2937 | 2025-01-24T23:01:43.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2938 | 2025-01-24T23:01:43.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2939 | 2025-01-24T23:01:43.349Z | |
2940 | 2025-01-24T23:01:43.349Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197) |
2941 | 2025-01-24T23:01:43.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2942 | 2025-01-24T23:01:43.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2943 | 2025-01-24T23:01:43.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2944 | 2025-01-24T23:01:43.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2945 | 2025-01-24T23:01:43.964Z | |
2946 | 2025-01-24T23:01:43.964Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197) |
2947 | 2025-01-24T23:01:44.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2948 | 2025-01-24T23:01:44.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2949 | 2025-01-24T23:01:44.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2950 | 2025-01-24T23:01:44.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2951 | 2025-01-24T23:01:44.591Z | |
2952 | 2025-01-24T23:01:44.591Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197) |
2953 | 2025-01-24T23:01:45.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2954 | 2025-01-24T23:01:45.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2955 | 2025-01-24T23:01:45.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2956 | 2025-01-24T23:01:45.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2957 | 2025-01-24T23:01:45.214Z | |
2958 | 2025-01-24T23:01:45.214Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197) |
2959 | 2025-01-24T23:01:45.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2960 | 2025-01-24T23:01:45.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2961 | 2025-01-24T23:01:45.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2962 | 2025-01-24T23:01:45.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2963 | 2025-01-24T23:01:45.843Z | |
2964 | 2025-01-24T23:01:45.843Z | info: running `cargo check --bins` on oximeter-producer (117/197) |
2965 | 2025-01-24T23:01:46.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2966 | 2025-01-24T23:01:46.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2967 | 2025-01-24T23:01:46.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2968 | 2025-01-24T23:01:46.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2969 | 2025-01-24T23:01:46.506Z | |
2970 | 2025-01-24T23:01:46.506Z | info: running `cargo check --bins` on internal-dns-resolver (118/197) |
2971 | 2025-01-24T23:01:47.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2972 | 2025-01-24T23:01:47.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2973 | 2025-01-24T23:01:47.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2974 | 2025-01-24T23:01:47.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2975 | 2025-01-24T23:01:47.137Z | |
2976 | 2025-01-24T23:01:47.137Z | info: running `cargo check --bins` on sp-sim (119/197) |
2977 | 2025-01-24T23:01:47.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2978 | 2025-01-24T23:01:47.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2979 | 2025-01-24T23:01:47.769Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2980 | 2025-01-24T23:01:48.234Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2981 | 2025-01-24T23:01:50.047Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2982 | 2025-01-24T23:01:51.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
2983 | 2025-01-24T23:01:51.901Z | |
2984 | 2025-01-24T23:01:51.901Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197) |
2985 | 2025-01-24T23:01:52.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2025-01-24T23:01:52.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2025-01-24T23:01:52.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2988 | 2025-01-24T23:01:52.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2989 | 2025-01-24T23:01:52.586Z | |
2990 | 2025-01-24T23:01:52.586Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197) |
2991 | 2025-01-24T23:01:53.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2025-01-24T23:01:53.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2025-01-24T23:01:53.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2994 | 2025-01-24T23:01:53.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2995 | 2025-01-24T23:01:53.268Z | |
2996 | 2025-01-24T23:01:53.268Z | info: running `cargo check --bins` on db-macros (122/197) |
2997 | 2025-01-24T23:01:53.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2025-01-24T23:01:53.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2025-01-24T23:01:53.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3000 | 2025-01-24T23:01:53.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3001 | 2025-01-24T23:01:53.872Z | |
3002 | 2025-01-24T23:01:53.872Z | info: running `cargo check --bins` on nexus-macros-common (123/197) |
3003 | 2025-01-24T23:01:54.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2025-01-24T23:01:54.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2025-01-24T23:01:54.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3006 | 2025-01-24T23:01:54.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3007 | 2025-01-24T23:01:54.483Z | |
3008 | 2025-01-24T23:01:54.483Z | info: running `cargo check --bins` on nexus-auth (124/197) |
3009 | 2025-01-24T23:01:55.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2025-01-24T23:01:55.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2025-01-24T23:01:55.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3012 | 2025-01-24T23:01:55.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3013 | 2025-01-24T23:01:55.162Z | |
3014 | 2025-01-24T23:01:55.162Z | info: running `cargo check --bins` on authz-macros (125/197) |
3015 | 2025-01-24T23:01:55.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2025-01-24T23:01:55.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2025-01-24T23:01:55.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3018 | 2025-01-24T23:01:55.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3019 | 2025-01-24T23:01:55.776Z | |
3020 | 2025-01-24T23:01:55.776Z | info: running `cargo check --bins` on nexus-db-fixed-data (126/197) |
3021 | 2025-01-24T23:01:56.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2025-01-24T23:01:56.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2025-01-24T23:01:56.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3024 | 2025-01-24T23:01:56.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3025 | 2025-01-24T23:01:56.449Z | |
3026 | 2025-01-24T23:01:56.449Z | info: running `cargo check --bins` on nexus-db-model (127/197) |
3027 | 2025-01-24T23:01:57.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2025-01-24T23:01:57.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2025-01-24T23:01:57.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3030 | 2025-01-24T23:01:57.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3031 | 2025-01-24T23:01:57.148Z | |
3032 | 2025-01-24T23:01:57.148Z | info: running `cargo check --bins` on nexus-defaults (128/197) |
3033 | 2025-01-24T23:01:57.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2025-01-24T23:01:57.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2025-01-24T23:01:57.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2025-01-24T23:01:57.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3037 | 2025-01-24T23:01:57.821Z | |
3038 | 2025-01-24T23:01:57.821Z | info: running `cargo check --bins` on nexus-inventory (129/197) |
3039 | 2025-01-24T23:01:58.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2025-01-24T23:01:58.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2025-01-24T23:01:58.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2025-01-24T23:01:58.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3043 | 2025-01-24T23:01:58.537Z | |
3044 | 2025-01-24T23:01:58.537Z | info: running `cargo check --bins` on typed-rng (130/197) |
3045 | 2025-01-24T23:01:59.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2025-01-24T23:01:59.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2025-01-24T23:01:59.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2025-01-24T23:01:59.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3049 | 2025-01-24T23:01:59.165Z | |
3050 | 2025-01-24T23:01:59.165Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197) |
3051 | 2025-01-24T23:01:59.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2025-01-24T23:01:59.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2025-01-24T23:01:59.932Z | Checking keccak v0.1.5 |
3054 | 2025-01-24T23:02:00.046Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3055 | 2025-01-24T23:02:00.048Z | Checking secrecy v0.8.0 |
3056 | 2025-01-24T23:02:00.048Z | Compiling unicase v2.7.0 |
3057 | 2025-01-24T23:02:00.057Z | Compiling same-file v1.0.6 |
3058 | 2025-01-24T23:02:00.071Z | Compiling tempfile v3.13.0 |
3059 | 2025-01-24T23:02:00.115Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3060 | 2025-01-24T23:02:00.118Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3061 | 2025-01-24T23:02:00.223Z | Compiling thiserror-impl-no-std v2.0.2 |
3062 | 2025-01-24T23:02:00.333Z | Checking sha3 v0.10.8 |
3063 | 2025-01-24T23:02:00.354Z | Compiling walkdir v2.5.0 |
3064 | 2025-01-24T23:02:00.394Z | Checking universal-hash v0.5.1 |
3065 | 2025-01-24T23:02:00.445Z | Compiling blake3 v1.5.4 |
3066 | 2025-01-24T23:02:00.574Z | Checking opaque-debug v0.3.1 |
3067 | 2025-01-24T23:02:00.588Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3068 | 2025-01-24T23:02:00.703Z | Checking poly1305 v0.8.0 |
3069 | 2025-01-24T23:02:00.706Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3070 | 2025-01-24T23:02:00.741Z | Checking chacha20 v0.9.1 |
3071 | 2025-01-24T23:02:00.899Z | Checking aead v0.5.2 |
3072 | 2025-01-24T23:02:00.919Z | Compiling memmap2 v0.9.5 |
3073 | 2025-01-24T23:02:00.992Z | Compiling salty v0.3.0 |
3074 | 2025-01-24T23:02:01.087Z | Compiling constant_time_eq v0.3.1 |
3075 | 2025-01-24T23:02:01.125Z | Compiling libefi-sys v0.1.0 |
3076 | 2025-01-24T23:02:01.241Z | Compiling arrayvec v0.7.6 |
3077 | 2025-01-24T23:02:01.282Z | Compiling arrayref v0.3.9 |
3078 | 2025-01-24T23:02:01.345Z | Checking chacha20poly1305 v0.10.1 |
3079 | 2025-01-24T23:02:01.434Z | Compiling toolchain_find v0.4.0 |
3080 | 2025-01-24T23:02:01.463Z | Compiling camino-tempfile v1.1.1 |
3081 | 2025-01-24T23:02:01.531Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3082 | 2025-01-24T23:02:01.599Z | Compiling bitfield-struct v0.6.2 |
3083 | 2025-01-24T23:02:01.816Z | Compiling topological-sort v0.2.2 |
3084 | 2025-01-24T23:02:01.879Z | Compiling mime_guess v2.0.5 |
3085 | 2025-01-24T23:02:02.027Z | Compiling rustfmt-wrapper v0.2.1 |
3086 | 2025-01-24T23:02:02.434Z | Compiling omicron-zone-package v0.12.0 |
3087 | 2025-01-24T23:02:02.610Z | Compiling progenitor v0.9.1 |
3088 | 2025-01-24T23:02:02.629Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3089 | 2025-01-24T23:02:02.829Z | Checking primeorder v0.13.6 |
3090 | 2025-01-24T23:02:02.858Z | Checking env_filter v0.1.2 |
3091 | 2025-01-24T23:02:02.944Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3092 | 2025-01-24T23:02:02.959Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3093 | 2025-01-24T23:02:03.030Z | Checking thiserror-no-std v2.0.2 |
3094 | 2025-01-24T23:02:03.083Z | Checking env_logger v0.11.5 |
3095 | 2025-01-24T23:02:03.103Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3096 | 2025-01-24T23:02:03.162Z | Checking vsss-rs v3.3.4 |
3097 | 2025-01-24T23:02:03.259Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3098 | 2025-01-24T23:02:03.282Z | Checking p384 v0.13.0 |
3099 | 2025-01-24T23:02:03.300Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3100 | 2025-01-24T23:02:03.478Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3101 | 2025-01-24T23:02:03.542Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3102 | 2025-01-24T23:02:03.666Z | Checking lockfree-object-pool v0.1.6 |
3103 | 2025-01-24T23:02:03.668Z | Checking simd-adler32 v0.3.7 |
3104 | 2025-01-24T23:02:03.840Z | Checking bumpalo v3.16.0 |
3105 | 2025-01-24T23:02:03.894Z | Checking http-range v0.1.5 |
3106 | 2025-01-24T23:02:03.920Z | Compiling zip v2.1.3 |
3107 | 2025-01-24T23:02:04.036Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3108 | 2025-01-24T23:02:04.169Z | Checking zopfli v0.8.1 |
3109 | 2025-01-24T23:02:04.267Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3110 | 2025-01-24T23:02:04.428Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3111 | 2025-01-24T23:02:04.747Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3112 | 2025-01-24T23:02:04.881Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3113 | 2025-01-24T23:02:04.903Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3114 | 2025-01-24T23:02:04.954Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3115 | 2025-01-24T23:02:05.266Z | Checking nanorand v0.7.0 |
3116 | 2025-01-24T23:02:05.513Z | Checking atty v0.2.14 |
3117 | 2025-01-24T23:02:05.574Z | Checking glob v0.3.1 |
3118 | 2025-01-24T23:02:05.574Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3119 | 2025-01-24T23:02:05.611Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3120 | 2025-01-24T23:02:05.637Z | Checking flume v0.11.1 |
3121 | 2025-01-24T23:02:05.803Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3122 | 2025-01-24T23:02:05.997Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3123 | 2025-01-24T23:02:06.119Z | Checking hyper-staticfile v0.10.1 |
3124 | 2025-01-24T23:02:06.710Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3125 | 2025-01-24T23:02:06.987Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3126 | 2025-01-24T23:02:07.095Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3127 | 2025-01-24T23:02:07.410Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3128 | 2025-01-24T23:02:07.692Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3129 | 2025-01-24T23:02:07.765Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3130 | 2025-01-24T23:02:08.274Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3131 | 2025-01-24T23:02:08.294Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3132 | 2025-01-24T23:02:08.322Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3133 | 2025-01-24T23:02:08.866Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3134 | 2025-01-24T23:02:11.762Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3135 | 2025-01-24T23:02:11.764Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3136 | 2025-01-24T23:02:20.111Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3137 | 2025-01-24T23:02:34.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.86s |
3138 | 2025-01-24T23:02:34.225Z | |
3139 | 2025-01-24T23:02:34.225Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197) |
3140 | 2025-01-24T23:02:34.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3141 | 2025-01-24T23:02:34.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3142 | 2025-01-24T23:02:34.967Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3143 | 2025-01-24T23:02:48.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s |
3144 | 2025-01-24T23:02:48.318Z | |
3145 | 2025-01-24T23:02:48.319Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197) |
3146 | 2025-01-24T23:02:48.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3147 | 2025-01-24T23:02:48.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3148 | 2025-01-24T23:02:49.064Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3149 | 2025-01-24T23:03:02.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s |
3150 | 2025-01-24T23:03:02.414Z | |
3151 | 2025-01-24T23:03:02.415Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197) |
3152 | 2025-01-24T23:03:03.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3153 | 2025-01-24T23:03:03.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3154 | 2025-01-24T23:03:03.146Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3155 | 2025-01-24T23:03:16.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s |
3156 | 2025-01-24T23:03:16.401Z | |
3157 | 2025-01-24T23:03:16.401Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197) |
3158 | 2025-01-24T23:03:17.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3159 | 2025-01-24T23:03:17.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3160 | 2025-01-24T23:03:17.137Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3161 | 2025-01-24T23:03:30.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s |
3162 | 2025-01-24T23:03:30.206Z | |
3163 | 2025-01-24T23:03:30.206Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197) |
3164 | 2025-01-24T23:03:30.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3165 | 2025-01-24T23:03:30.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3166 | 2025-01-24T23:03:30.938Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3167 | 2025-01-24T23:03:43.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s |
3168 | 2025-01-24T23:03:44.150Z | |
3169 | 2025-01-24T23:03:44.150Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197) |
3170 | 2025-01-24T23:03:44.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3171 | 2025-01-24T23:03:44.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3172 | 2025-01-24T23:03:44.876Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3173 | 2025-01-24T23:03:57.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s |
3174 | 2025-01-24T23:03:58.044Z | |
3175 | 2025-01-24T23:03:58.044Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197) |
3176 | 2025-01-24T23:03:58.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3177 | 2025-01-24T23:03:58.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3178 | 2025-01-24T23:03:58.776Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3179 | 2025-01-24T23:04:12.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s |
3180 | 2025-01-24T23:04:12.226Z | |
3181 | 2025-01-24T23:04:12.226Z | info: running `cargo check --bins` on bootstrap-agent-api (139/197) |
3182 | 2025-01-24T23:04:12.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3183 | 2025-01-24T23:04:12.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3184 | 2025-01-24T23:04:12.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3185 | 2025-01-24T23:04:12.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3186 | 2025-01-24T23:04:12.889Z | |
3187 | 2025-01-24T23:04:12.889Z | info: running `cargo check --bins` on key-manager (140/197) |
3188 | 2025-01-24T23:04:13.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3189 | 2025-01-24T23:04:13.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3190 | 2025-01-24T23:04:13.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3191 | 2025-01-24T23:04:13.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3192 | 2025-01-24T23:04:13.519Z | |
3193 | 2025-01-24T23:04:13.519Z | info: running `cargo check --bins` on range-requests (141/197) |
3194 | 2025-01-24T23:04:14.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3195 | 2025-01-24T23:04:14.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3196 | 2025-01-24T23:04:14.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3197 | 2025-01-24T23:04:14.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3198 | 2025-01-24T23:04:14.141Z | |
3199 | 2025-01-24T23:04:14.141Z | info: running `cargo check --bins` on repo-depot-api (142/197) |
3200 | 2025-01-24T23:04:14.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3201 | 2025-01-24T23:04:14.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3202 | 2025-01-24T23:04:14.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3203 | 2025-01-24T23:04:14.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3204 | 2025-01-24T23:04:14.793Z | |
3205 | 2025-01-24T23:04:14.793Z | info: running `cargo check --bins` on sled-agent-api (143/197) |
3206 | 2025-01-24T23:04:15.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3207 | 2025-01-24T23:04:15.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3208 | 2025-01-24T23:04:15.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3209 | 2025-01-24T23:04:15.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3210 | 2025-01-24T23:04:15.477Z | |
3211 | 2025-01-24T23:04:15.477Z | info: running `cargo check --bins` on sled-diagnostics (144/197) |
3212 | 2025-01-24T23:04:16.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3213 | 2025-01-24T23:04:16.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3214 | 2025-01-24T23:04:16.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3215 | 2025-01-24T23:04:16.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3216 | 2025-01-24T23:04:16.116Z | |
3217 | 2025-01-24T23:04:16.116Z | info: running `cargo check --bins` on sled-hardware (145/197) |
3218 | 2025-01-24T23:04:16.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3219 | 2025-01-24T23:04:16.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3220 | 2025-01-24T23:04:16.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3221 | 2025-01-24T23:04:16.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3222 | 2025-01-24T23:04:16.814Z | |
3223 | 2025-01-24T23:04:16.814Z | info: running `cargo check --bins --no-default-features` on sled-storage (146/197) |
3224 | 2025-01-24T23:04:17.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3225 | 2025-01-24T23:04:17.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3226 | 2025-01-24T23:04:17.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3227 | 2025-01-24T23:04:17.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3228 | 2025-01-24T23:04:17.500Z | |
3229 | 2025-01-24T23:04:17.501Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197) |
3230 | 2025-01-24T23:04:18.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3231 | 2025-01-24T23:04:18.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3232 | 2025-01-24T23:04:18.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3233 | 2025-01-24T23:04:18.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3234 | 2025-01-24T23:04:18.160Z | |
3235 | 2025-01-24T23:04:18.160Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197) |
3236 | 2025-01-24T23:04:18.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3237 | 2025-01-24T23:04:18.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3238 | 2025-01-24T23:04:18.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3239 | 2025-01-24T23:04:18.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3240 | 2025-01-24T23:04:18.851Z | |
3241 | 2025-01-24T23:04:18.851Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (149/197) |
3242 | 2025-01-24T23:04:19.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3243 | 2025-01-24T23:04:19.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3244 | 2025-01-24T23:04:19.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3245 | 2025-01-24T23:04:19.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3246 | 2025-01-24T23:04:19.562Z | |
3247 | 2025-01-24T23:04:19.562Z | info: running `cargo check --bins` on nexus-test-interface (150/197) |
3248 | 2025-01-24T23:04:20.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3249 | 2025-01-24T23:04:20.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3250 | 2025-01-24T23:04:20.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3251 | 2025-01-24T23:04:20.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3252 | 2025-01-24T23:04:20.260Z | |
3253 | 2025-01-24T23:04:20.260Z | info: running `cargo check --bins` on oximeter-collector (151/197) |
3254 | 2025-01-24T23:04:20.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3255 | 2025-01-24T23:04:20.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3256 | 2025-01-24T23:04:20.992Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3257 | 2025-01-24T23:04:20.994Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3258 | 2025-01-24T23:04:21.860Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3259 | 2025-01-24T23:04:23.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s |
3260 | 2025-01-24T23:04:24.031Z | |
3261 | 2025-01-24T23:04:24.032Z | info: running `cargo check --bins` on oximeter-api (152/197) |
3262 | 2025-01-24T23:04:24.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3263 | 2025-01-24T23:04:24.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3264 | 2025-01-24T23:04:24.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3265 | 2025-01-24T23:04:24.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3266 | 2025-01-24T23:04:24.658Z | |
3267 | 2025-01-24T23:04:24.660Z | info: running `cargo check --bins` on cert-dev (153/197) |
3268 | 2025-01-24T23:04:25.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3269 | 2025-01-24T23:04:25.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3270 | 2025-01-24T23:04:25.265Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3271 | 2025-01-24T23:04:25.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3272 | 2025-01-24T23:04:25.702Z | |
3273 | 2025-01-24T23:04:25.702Z | info: running `cargo check --bins` on clickana (154/197) |
3274 | 2025-01-24T23:04:26.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3275 | 2025-01-24T23:04:26.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3276 | 2025-01-24T23:04:26.341Z | Checking castaway v0.2.3 |
3277 | 2025-01-24T23:04:26.344Z | Checking unicode-truncate v1.1.0 |
3278 | 2025-01-24T23:04:26.344Z | Checking lru v0.12.5 |
3279 | 2025-01-24T23:04:26.344Z | Compiling instability v0.3.2 |
3280 | 2025-01-24T23:04:26.344Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3281 | 2025-01-24T23:04:26.344Z | Checking cassowary v0.3.0 |
3282 | 2025-01-24T23:04:26.554Z | Checking compact_str v0.8.0 |
3283 | 2025-01-24T23:04:27.093Z | Checking ratatui v0.28.1 |
3284 | 2025-01-24T23:04:28.008Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3285 | 2025-01-24T23:04:28.966Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3286 | 2025-01-24T23:04:29.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
3287 | 2025-01-24T23:04:29.962Z | |
3288 | 2025-01-24T23:04:29.962Z | info: running `cargo check --bins` on clickhouse-cluster-dev (155/197) |
3289 | 2025-01-24T23:04:30.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2025-01-24T23:04:30.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2025-01-24T23:04:30.625Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3292 | 2025-01-24T23:04:30.625Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3293 | 2025-01-24T23:04:31.625Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3294 | 2025-01-24T23:04:32.075Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3295 | 2025-01-24T23:04:32.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s |
3296 | 2025-01-24T23:04:32.594Z | |
3297 | 2025-01-24T23:04:32.594Z | info: running `cargo check --bins` on ch-dev (156/197) |
3298 | 2025-01-24T23:04:33.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3299 | 2025-01-24T23:04:33.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3300 | 2025-01-24T23:04:33.256Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3301 | 2025-01-24T23:04:33.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3302 | 2025-01-24T23:04:34.157Z | |
3303 | 2025-01-24T23:04:34.157Z | info: running `cargo check --bins` on crdb-seed (157/197) |
3304 | 2025-01-24T23:04:34.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3305 | 2025-01-24T23:04:34.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3306 | 2025-01-24T23:04:34.816Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3307 | 2025-01-24T23:04:35.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
3308 | 2025-01-24T23:04:35.334Z | |
3309 | 2025-01-24T23:04:35.335Z | info: running `cargo check --bins` on db-dev (158/197) |
3310 | 2025-01-24T23:04:35.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3311 | 2025-01-24T23:04:35.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3312 | 2025-01-24T23:04:36.014Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3313 | 2025-01-24T23:04:36.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3314 | 2025-01-24T23:04:36.896Z | |
3315 | 2025-01-24T23:04:36.896Z | info: running `cargo check --bins` on omicron-dev-lib (159/197) |
3316 | 2025-01-24T23:04:37.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3317 | 2025-01-24T23:04:37.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3318 | 2025-01-24T23:04:37.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3319 | 2025-01-24T23:04:37.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3320 | 2025-01-24T23:04:37.528Z | |
3321 | 2025-01-24T23:04:37.528Z | info: running `cargo check --bins` on xtask-downloader (160/197) |
3322 | 2025-01-24T23:04:38.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3323 | 2025-01-24T23:04:38.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3324 | 2025-01-24T23:04:38.130Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3325 | 2025-01-24T23:04:38.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
3326 | 2025-01-24T23:04:39.153Z | |
3327 | 2025-01-24T23:04:39.153Z | info: running `cargo check --bins` on omicron-ls-apis (161/197) |
3328 | 2025-01-24T23:04:39.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3329 | 2025-01-24T23:04:39.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3330 | 2025-01-24T23:04:39.772Z | Checking cargo-platform v0.1.8 |
3331 | 2025-01-24T23:04:40.039Z | Checking cargo_metadata v0.18.1 |
3332 | 2025-01-24T23:04:40.952Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3333 | 2025-01-24T23:04:41.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
3334 | 2025-01-24T23:04:41.935Z | |
3335 | 2025-01-24T23:04:41.935Z | info: running `cargo check --bins` on mgs-dev (162/197) |
3336 | 2025-01-24T23:04:42.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3337 | 2025-01-24T23:04:42.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3338 | 2025-01-24T23:04:42.660Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3339 | 2025-01-24T23:04:44.085Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3340 | 2025-01-24T23:04:44.643Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3341 | 2025-01-24T23:04:45.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
3342 | 2025-01-24T23:04:45.349Z | |
3343 | 2025-01-24T23:04:45.349Z | info: running `cargo check --bins` on omicron-omdb (163/197) |
3344 | 2025-01-24T23:04:45.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3345 | 2025-01-24T23:04:45.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3346 | 2025-01-24T23:04:46.126Z | Compiling crunchy v0.2.2 |
3347 | 2025-01-24T23:04:46.126Z | Compiling tiny-keccak v2.0.2 |
3348 | 2025-01-24T23:04:46.129Z | Compiling dsl_auto_type v0.1.2 |
3349 | 2025-01-24T23:04:46.129Z | Checking scheduled-thread-pool v0.2.7 |
3350 | 2025-01-24T23:04:46.129Z | Compiling diesel_table_macro_syntax v0.2.0 |
3351 | 2025-01-24T23:04:46.287Z | Compiling ascii-canvas v3.0.0 |
3352 | 2025-01-24T23:04:46.289Z | Compiling ena v0.14.3 |
3353 | 2025-01-24T23:04:46.289Z | Compiling diff v0.1.13 |
3354 | 2025-01-24T23:04:46.443Z | Checking r2d2 v0.8.10 |
3355 | 2025-01-24T23:04:46.562Z | Compiling regex-syntax v0.6.29 |
3356 | 2025-01-24T23:04:46.662Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3357 | 2025-01-24T23:04:46.700Z | Compiling ref-cast v1.0.23 |
3358 | 2025-01-24T23:04:46.759Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3359 | 2025-01-24T23:04:46.796Z | Compiling derive_builder_core v0.20.2 |
3360 | 2025-01-24T23:04:46.834Z | Compiling libxml v0.3.3 |
3361 | 2025-01-24T23:04:46.884Z | Compiling ref-cast-impl v1.0.23 |
3362 | 2025-01-24T23:04:47.043Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3363 | 2025-01-24T23:04:47.249Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3364 | 2025-01-24T23:04:47.274Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3365 | 2025-01-24T23:04:47.439Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3366 | 2025-01-24T23:04:47.533Z | Compiling strum_macros v0.24.3 |
3367 | 2025-01-24T23:04:47.577Z | Compiling samael v0.0.17 |
3368 | 2025-01-24T23:04:47.637Z | Compiling diesel_derives v2.2.3 |
3369 | 2025-01-24T23:04:47.800Z | Compiling indoc v1.0.9 |
3370 | 2025-01-24T23:04:48.652Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3371 | 2025-01-24T23:04:48.926Z | Compiling derive_builder_macro v0.20.2 |
3372 | 2025-01-24T23:04:48.952Z | Compiling oso-derive v0.27.3 |
3373 | 2025-01-24T23:04:49.714Z | Compiling lalrpop v0.19.12 |
3374 | 2025-01-24T23:04:49.787Z | Checking derive_builder v0.20.2 |
3375 | 2025-01-24T23:04:49.961Z | Compiling impl-trait-for-tuples v0.2.2 |
3376 | 2025-01-24T23:04:49.981Z | Checking quick-xml v0.33.0 |
3377 | 2025-01-24T23:04:50.362Z | Compiling diesel-dtrace v0.4.2 |
3378 | 2025-01-24T23:04:50.685Z | Checking maplit v1.0.2 |
3379 | 2025-01-24T23:04:50.881Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3380 | 2025-01-24T23:04:50.901Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3381 | 2025-01-24T23:04:51.212Z | Checking bb8 v0.8.5 |
3382 | 2025-01-24T23:04:51.532Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3383 | 2025-01-24T23:04:51.669Z | Checking rand_seeder v0.3.0 |
3384 | 2025-01-24T23:04:51.851Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3385 | 2025-01-24T23:04:51.870Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3386 | 2025-01-24T23:04:51.906Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3387 | 2025-01-24T23:04:52.105Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3388 | 2025-01-24T23:04:52.409Z | Checking smawk v0.3.2 |
3389 | 2025-01-24T23:04:52.451Z | Checking is_ci v1.2.0 |
3390 | 2025-01-24T23:04:52.598Z | Checking unicode-linebreak v0.1.5 |
3391 | 2025-01-24T23:04:52.617Z | Checking supports-color v3.0.1 |
3392 | 2025-01-24T23:04:52.844Z | Checking multimap v0.10.0 |
3393 | 2025-01-24T23:04:53.019Z | Checking textwrap v0.16.1 |
3394 | 2025-01-24T23:04:53.594Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3395 | 2025-01-24T23:04:55.798Z | Checking diesel v2.2.6 |
3396 | 2025-01-24T23:05:20.265Z | Compiling polar-core v0.27.3 |
3397 | 2025-01-24T23:05:21.046Z | Checking async-bb8-diesel v0.2.1 |
3398 | 2025-01-24T23:05:27.494Z | Checking oso v0.27.3 |
3399 | 2025-01-24T23:06:30.589Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3400 | 2025-01-24T23:06:37.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 51s |
3401 | 2025-01-24T23:06:37.218Z | |
3402 | 2025-01-24T23:06:37.218Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197) |
3403 | 2025-01-24T23:06:37.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3404 | 2025-01-24T23:06:37.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3405 | 2025-01-24T23:06:37.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3406 | 2025-01-24T23:06:37.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3407 | 2025-01-24T23:06:37.898Z | |
3408 | 2025-01-24T23:06:37.898Z | info: running `cargo check --bins` on nexus-saga-recovery (165/197) |
3409 | 2025-01-24T23:06:38.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3410 | 2025-01-24T23:06:38.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3411 | 2025-01-24T23:06:38.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3412 | 2025-01-24T23:06:38.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3413 | 2025-01-24T23:06:38.566Z | |
3414 | 2025-01-24T23:06:38.566Z | info: running `cargo check --bins` on nexus-test-utils-macros (166/197) |
3415 | 2025-01-24T23:06:39.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3416 | 2025-01-24T23:06:39.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3417 | 2025-01-24T23:06:39.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3418 | 2025-01-24T23:06:39.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3419 | 2025-01-24T23:06:39.187Z | |
3420 | 2025-01-24T23:06:39.187Z | info: running `cargo check --bins` on omicron-nexus (167/197) |
3421 | 2025-01-24T23:06:39.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3422 | 2025-01-24T23:06:39.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3423 | 2025-01-24T23:06:39.998Z | Compiling libz-sys v1.1.20 |
3424 | 2025-01-24T23:06:40.001Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3425 | 2025-01-24T23:06:40.125Z | Compiling vergen v8.3.2 |
3426 | 2025-01-24T23:06:40.128Z | Compiling cargo-platform v0.1.8 |
3427 | 2025-01-24T23:06:40.128Z | Compiling pin-project-internal v1.1.6 |
3428 | 2025-01-24T23:06:40.160Z | Compiling libsqlite3-sys v0.30.1 |
3429 | 2025-01-24T23:06:40.163Z | Compiling snafu-derive v0.8.5 |
3430 | 2025-01-24T23:06:40.163Z | Compiling buf-list v1.0.3 |
3431 | 2025-01-24T23:06:40.444Z | Compiling cargo_metadata v0.18.1 |
3432 | 2025-01-24T23:06:40.603Z | Compiling rustls v0.21.12 |
3433 | 2025-01-24T23:06:40.662Z | Compiling cfg_aliases v0.2.1 |
3434 | 2025-01-24T23:06:40.783Z | Compiling nix v0.29.0 |
3435 | 2025-01-24T23:06:40.905Z | Checking globset v0.4.15 |
3436 | 2025-01-24T23:06:40.930Z | Checking olpc-cjson v0.1.4 |
3437 | 2025-01-24T23:06:41.035Z | Checking sct v0.7.1 |
3438 | 2025-01-24T23:06:41.155Z | Checking rustls-webpki v0.101.7 |
3439 | 2025-01-24T23:06:41.260Z | Checking serde_plain v1.0.2 |
3440 | 2025-01-24T23:06:41.409Z | Checking typed-path v0.9.3 |
3441 | 2025-01-24T23:06:41.873Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3442 | 2025-01-24T23:06:41.970Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3443 | 2025-01-24T23:06:42.148Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3444 | 2025-01-24T23:06:42.251Z | Checking hashlink v0.9.1 |
3445 | 2025-01-24T23:06:42.438Z | Checking parse-size v1.1.0 |
3446 | 2025-01-24T23:06:42.642Z | Checking fallible-streaming-iterator v0.1.9 |
3447 | 2025-01-24T23:06:42.795Z | Checking fallible-iterator v0.3.0 |
3448 | 2025-01-24T23:06:42.907Z | Checking pin-project v1.1.6 |
3449 | 2025-01-24T23:06:43.027Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3450 | 2025-01-24T23:06:43.252Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3451 | 2025-01-24T23:06:43.399Z | Checking rusqlite v0.32.1 |
3452 | 2025-01-24T23:06:43.446Z | Checking rustls-pemfile v1.0.4 |
3453 | 2025-01-24T23:06:43.467Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3454 | 2025-01-24T23:06:43.672Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3455 | 2025-01-24T23:06:44.014Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3456 | 2025-01-24T23:06:44.102Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3457 | 2025-01-24T23:06:44.183Z | Checking twox-hash v1.6.3 |
3458 | 2025-01-24T23:06:44.280Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3459 | 2025-01-24T23:06:44.381Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3460 | 2025-01-24T23:06:44.621Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3461 | 2025-01-24T23:06:44.682Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3462 | 2025-01-24T23:06:44.803Z | Checking tokio-rustls v0.24.1 |
3463 | 2025-01-24T23:06:44.973Z | Checking snafu v0.8.5 |
3464 | 2025-01-24T23:06:45.408Z | Checking tough v0.19.0 |
3465 | 2025-01-24T23:06:45.777Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3466 | 2025-01-24T23:06:45.885Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3467 | 2025-01-24T23:06:46.171Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3468 | 2025-01-24T23:06:46.265Z | Checking fatfs v0.3.6 |
3469 | 2025-01-24T23:06:46.360Z | Checking assert_matches v1.5.0 |
3470 | 2025-01-24T23:06:49.299Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3471 | 2025-01-24T23:06:50.690Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3472 | 2025-01-24T23:06:52.631Z | Compiling git2 v0.19.0 |
3473 | 2025-01-24T23:06:56.656Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3474 | 2025-01-24T23:07:51.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3475 | 2025-01-24T23:07:51.702Z | |
3476 | 2025-01-24T23:07:51.702Z | info: running `cargo check --bins` on nexus-external-api (168/197) |
3477 | 2025-01-24T23:07:52.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3478 | 2025-01-24T23:07:52.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3479 | 2025-01-24T23:07:52.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3480 | 2025-01-24T23:07:52.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3481 | 2025-01-24T23:07:52.398Z | |
3482 | 2025-01-24T23:07:52.399Z | info: running `cargo check --bins` on openapi-manager-types (169/197) |
3483 | 2025-01-24T23:07:52.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3484 | 2025-01-24T23:07:52.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3485 | 2025-01-24T23:07:52.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3486 | 2025-01-24T23:07:52.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3487 | 2025-01-24T23:07:53.030Z | |
3488 | 2025-01-24T23:07:53.030Z | info: running `cargo check --bins` on nexus-internal-api (170/197) |
3489 | 2025-01-24T23:07:53.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3490 | 2025-01-24T23:07:53.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3491 | 2025-01-24T23:07:53.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3492 | 2025-01-24T23:07:53.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3493 | 2025-01-24T23:07:53.686Z | |
3494 | 2025-01-24T23:07:53.687Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/197) |
3495 | 2025-01-24T23:07:54.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3496 | 2025-01-24T23:07:54.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3497 | 2025-01-24T23:07:54.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3498 | 2025-01-24T23:07:54.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3499 | 2025-01-24T23:07:54.378Z | |
3500 | 2025-01-24T23:07:54.378Z | info: running `cargo check --bins` on nexus-networking (172/197) |
3501 | 2025-01-24T23:07:54.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3502 | 2025-01-24T23:07:54.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3503 | 2025-01-24T23:07:54.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3504 | 2025-01-24T23:07:54.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3505 | 2025-01-24T23:07:55.044Z | |
3506 | 2025-01-24T23:07:55.044Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/197) |
3507 | 2025-01-24T23:07:55.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3508 | 2025-01-24T23:07:55.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3509 | 2025-01-24T23:07:55.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3510 | 2025-01-24T23:07:55.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3511 | 2025-01-24T23:07:55.719Z | |
3512 | 2025-01-24T23:07:55.719Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197) |
3513 | 2025-01-24T23:07:56.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3514 | 2025-01-24T23:07:56.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3515 | 2025-01-24T23:07:56.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3516 | 2025-01-24T23:07:56.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3517 | 2025-01-24T23:07:56.402Z | |
3518 | 2025-01-24T23:07:56.403Z | info: running `cargo check --bins` on update-common (175/197) |
3519 | 2025-01-24T23:07:56.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3520 | 2025-01-24T23:07:56.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3521 | 2025-01-24T23:07:56.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3522 | 2025-01-24T23:07:56.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3523 | 2025-01-24T23:07:57.046Z | |
3524 | 2025-01-24T23:07:57.046Z | info: running `cargo check --bins` on tufaceous-lib (176/197) |
3525 | 2025-01-24T23:07:57.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3526 | 2025-01-24T23:07:57.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3527 | 2025-01-24T23:07:57.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3528 | 2025-01-24T23:07:57.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3529 | 2025-01-24T23:07:57.700Z | |
3530 | 2025-01-24T23:07:57.700Z | info: running `cargo check --bins` on tufaceous (177/197) |
3531 | 2025-01-24T23:07:58.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3532 | 2025-01-24T23:07:58.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3533 | 2025-01-24T23:07:58.374Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3534 | 2025-01-24T23:07:59.511Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3535 | 2025-01-24T23:08:00.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
3536 | 2025-01-24T23:08:00.476Z | |
3537 | 2025-01-24T23:08:00.476Z | info: running `cargo check --bins` on omicron-dev (178/197) |
3538 | 2025-01-24T23:08:01.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3539 | 2025-01-24T23:08:01.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3540 | 2025-01-24T23:08:01.325Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3541 | 2025-01-24T23:08:01.342Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3542 | 2025-01-24T23:08:01.461Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3543 | 2025-01-24T23:08:01.463Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3544 | 2025-01-24T23:08:02.449Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3545 | 2025-01-24T23:08:29.107Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3546 | 2025-01-24T23:08:29.109Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3547 | 2025-01-24T23:08:29.109Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3548 | 2025-01-24T23:08:29.109Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3549 | 2025-01-24T23:08:29.110Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3550 | 2025-01-24T23:08:29.110Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3551 | 2025-01-24T23:08:29.930Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3552 | 2025-01-24T23:08:31.161Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3553 | 2025-01-24T23:09:11.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3554 | 2025-01-24T23:09:11.387Z | |
3555 | 2025-01-24T23:09:11.388Z | info: running `cargo check --bins` on openapi-manager (179/197) |
3556 | 2025-01-24T23:09:11.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3557 | 2025-01-24T23:09:11.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3558 | 2025-01-24T23:09:12.096Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3559 | 2025-01-24T23:09:12.098Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3560 | 2025-01-24T23:09:12.214Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3561 | 2025-01-24T23:09:12.225Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3562 | 2025-01-24T23:09:12.228Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3563 | 2025-01-24T23:09:12.252Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3564 | 2025-01-24T23:09:12.255Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3565 | 2025-01-24T23:09:12.268Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3566 | 2025-01-24T23:09:12.455Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3567 | 2025-01-24T23:09:12.558Z | Checking heck v0.4.1 |
3568 | 2025-01-24T23:09:12.599Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3569 | 2025-01-24T23:09:12.771Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3570 | 2025-01-24T23:09:12.789Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3571 | 2025-01-24T23:09:12.818Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3572 | 2025-01-24T23:09:13.212Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3573 | 2025-01-24T23:09:13.540Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3574 | 2025-01-24T23:09:13.670Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3575 | 2025-01-24T23:09:14.842Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3576 | 2025-01-24T23:09:15.328Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3577 | 2025-01-24T23:09:15.874Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3578 | 2025-01-24T23:09:16.143Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3579 | 2025-01-24T23:09:17.611Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3580 | 2025-01-24T23:09:17.612Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3581 | 2025-01-24T23:09:18.939Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3582 | 2025-01-24T23:09:20.356Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3583 | 2025-01-24T23:09:26.110Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3584 | 2025-01-24T23:09:26.110Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3585 | 2025-01-24T23:09:27.332Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3586 | 2025-01-24T23:09:28.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.93s |
3587 | 2025-01-24T23:09:28.516Z | |
3588 | 2025-01-24T23:09:28.516Z | info: running `cargo check --bins` on installinator-api (180/197) |
3589 | 2025-01-24T23:09:29.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3590 | 2025-01-24T23:09:29.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3591 | 2025-01-24T23:09:29.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3592 | 2025-01-24T23:09:29.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3593 | 2025-01-24T23:09:29.159Z | |
3594 | 2025-01-24T23:09:29.159Z | info: running `cargo check --bins` on wicketd-api (181/197) |
3595 | 2025-01-24T23:09:29.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3596 | 2025-01-24T23:09:29.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3597 | 2025-01-24T23:09:29.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3598 | 2025-01-24T23:09:29.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3599 | 2025-01-24T23:09:29.805Z | |
3600 | 2025-01-24T23:09:29.805Z | info: running `cargo check --bins` on reconfigurator-cli (182/197) |
3601 | 2025-01-24T23:09:30.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3602 | 2025-01-24T23:09:30.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3603 | 2025-01-24T23:09:30.485Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3604 | 2025-01-24T23:09:30.485Z | Compiling petname v2.0.2 |
3605 | 2025-01-24T23:09:30.488Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3606 | 2025-01-24T23:09:30.489Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3607 | 2025-01-24T23:09:30.489Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3608 | 2025-01-24T23:09:30.489Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3609 | 2025-01-24T23:09:30.638Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3610 | 2025-01-24T23:09:30.652Z | Checking sync-ptr v0.1.1 |
3611 | 2025-01-24T23:09:35.988Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3612 | 2025-01-24T23:09:36.601Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3613 | 2025-01-24T23:09:37.716Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3614 | 2025-01-24T23:09:39.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.49s |
3615 | 2025-01-24T23:09:39.501Z | |
3616 | 2025-01-24T23:09:39.501Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197) |
3617 | 2025-01-24T23:09:40.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3618 | 2025-01-24T23:09:40.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3619 | 2025-01-24T23:09:40.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3620 | 2025-01-24T23:09:40.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3621 | 2025-01-24T23:09:40.170Z | |
3622 | 2025-01-24T23:09:40.170Z | info: running `cargo check --bins` on omicron-releng (184/197) |
3623 | 2025-01-24T23:09:40.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3624 | 2025-01-24T23:09:40.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3625 | 2025-01-24T23:09:40.822Z | Checking memmap2 v0.9.5 |
3626 | 2025-01-24T23:09:40.822Z | Checking arrayref v0.3.9 |
3627 | 2025-01-24T23:09:40.827Z | Checking arrayvec v0.7.6 |
3628 | 2025-01-24T23:09:40.827Z | Checking constant_time_eq v0.3.1 |
3629 | 2025-01-24T23:09:40.829Z | Checking topological-sort v0.2.2 |
3630 | 2025-01-24T23:09:40.928Z | Checking shell-words v1.1.0 |
3631 | 2025-01-24T23:09:41.222Z | Checking blake3 v1.5.4 |
3632 | 2025-01-24T23:09:41.560Z | Checking omicron-zone-package v0.12.0 |
3633 | 2025-01-24T23:09:42.680Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3634 | 2025-01-24T23:09:43.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s |
3635 | 2025-01-24T23:09:43.766Z | |
3636 | 2025-01-24T23:09:43.766Z | info: running `cargo check --bins` on xtask (185/197) |
3637 | 2025-01-24T23:09:44.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3638 | 2025-01-24T23:09:44.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3639 | 2025-01-24T23:09:44.215Z | Checking bitflags v2.6.0 |
3640 | 2025-01-24T23:09:44.215Z | Checking serde v1.0.217 |
3641 | 2025-01-24T23:09:44.215Z | Checking thiserror v1.0.69 |
3642 | 2025-01-24T23:09:44.215Z | Checking scroll v0.12.0 |
3643 | 2025-01-24T23:09:44.310Z | Checking log v0.4.22 |
3644 | 2025-01-24T23:09:44.320Z | Checking hashbrown v0.15.1 |
3645 | 2025-01-24T23:09:44.320Z | Checking zerocopy v0.7.35 |
3646 | 2025-01-24T23:09:44.338Z | Checking syn v2.0.96 |
3647 | 2025-01-24T23:09:44.430Z | Checking pest v2.7.14 |
3648 | 2025-01-24T23:09:44.528Z | Checking rustix v0.38.37 |
3649 | 2025-01-24T23:09:44.548Z | Checking once_cell v1.20.2 |
3650 | 2025-01-24T23:09:44.745Z | Checking goblin v0.8.2 |
3651 | 2025-01-24T23:09:44.860Z | Checking fs-err v2.11.0 |
3652 | 2025-01-24T23:09:45.145Z | Checking tabled v0.15.0 |
3653 | 2025-01-24T23:09:45.263Z | Checking indexmap v2.7.0 |
3654 | 2025-01-24T23:09:45.447Z | Checking anyhow v1.0.95 |
3655 | 2025-01-24T23:09:46.326Z | Checking terminal_size v0.4.0 |
3656 | 2025-01-24T23:09:46.326Z | Checking tempfile v3.13.0 |
3657 | 2025-01-24T23:09:46.498Z | Checking clap_builder v4.5.21 |
3658 | 2025-01-24T23:09:46.672Z | Checking dtrace-parser v0.2.0 |
3659 | 2025-01-24T23:09:51.740Z | Checking serde_json v1.0.135 |
3660 | 2025-01-24T23:09:51.741Z | Checking serde_spanned v0.6.8 |
3661 | 2025-01-24T23:09:51.777Z | Checking toml_datetime v0.6.8 |
3662 | 2025-01-24T23:09:51.777Z | Checking camino v1.1.9 |
3663 | 2025-01-24T23:09:51.777Z | Checking semver v1.0.24 |
3664 | 2025-01-24T23:09:51.777Z | Checking cargo-platform v0.1.8 |
3665 | 2025-01-24T23:09:51.777Z | Checking toml_edit v0.22.22 |
3666 | 2025-01-24T23:09:51.777Z | Checking macaddr v1.0.1 |
3667 | 2025-01-24T23:09:51.778Z | Checking camino-tempfile v1.1.1 |
3668 | 2025-01-24T23:09:51.790Z | Checking clap v4.5.21 |
3669 | 2025-01-24T23:09:51.790Z | Checking dof v0.3.0 |
3670 | 2025-01-24T23:09:51.790Z | Checking cargo_metadata v0.18.1 |
3671 | 2025-01-24T23:09:51.790Z | Checking usdt-impl v0.5.0 |
3672 | 2025-01-24T23:09:51.790Z | Checking usdt v0.5.0 |
3673 | 2025-01-24T23:09:51.790Z | Checking toml v0.8.19 |
3674 | 2025-01-24T23:09:51.790Z | Checking cargo_toml v0.20.5 |
3675 | 2025-01-24T23:09:51.832Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3676 | 2025-01-24T23:09:52.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.67s |
3677 | 2025-01-24T23:09:52.558Z | |
3678 | 2025-01-24T23:09:52.558Z | info: running `cargo check --bins` on end-to-end-tests (186/197) |
3679 | 2025-01-24T23:09:53.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3680 | 2025-01-24T23:09:53.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3681 | 2025-01-24T23:09:53.312Z | Checking polyval v0.6.2 |
3682 | 2025-01-24T23:09:53.425Z | Checking ctr v0.9.2 |
3683 | 2025-01-24T23:09:53.438Z | Checking ssh-encoding v0.2.0 |
3684 | 2025-01-24T23:09:53.440Z | Checking blowfish v0.9.1 |
3685 | 2025-01-24T23:09:53.462Z | Checking password-hash v0.4.2 |
3686 | 2025-01-24T23:09:53.479Z | Checking p521 v0.13.3 |
3687 | 2025-01-24T23:09:53.482Z | Checking p256 v0.13.2 |
3688 | 2025-01-24T23:09:53.510Z | Checking russh-cryptovec v0.7.3 |
3689 | 2025-01-24T23:09:53.652Z | Checking ghash v0.5.1 |
3690 | 2025-01-24T23:09:53.674Z | Checking bcrypt-pbkdf v0.10.0 |
3691 | 2025-01-24T23:09:53.688Z | Checking md5 v0.7.0 |
3692 | 2025-01-24T23:09:53.749Z | Checking num-bigint v0.4.6 |
3693 | 2025-01-24T23:09:53.778Z | Checking des v0.8.1 |
3694 | 2025-01-24T23:09:53.832Z | Checking aes-gcm v0.10.3 |
3695 | 2025-01-24T23:09:53.851Z | Checking pbkdf2 v0.11.0 |
3696 | 2025-01-24T23:09:53.920Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3697 | 2025-01-24T23:09:53.961Z | Checking hex-literal v0.4.1 |
3698 | 2025-01-24T23:09:54.012Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3699 | 2025-01-24T23:09:54.034Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3700 | 2025-01-24T23:09:54.074Z | Checking ssh-cipher v0.2.0 |
3701 | 2025-01-24T23:09:54.100Z | Checking internet-checksum v0.2.1 |
3702 | 2025-01-24T23:09:54.360Z | Checking ssh-key v0.6.6 |
3703 | 2025-01-24T23:09:54.546Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3704 | 2025-01-24T23:09:55.486Z | Checking russh-keys v0.45.0 |
3705 | 2025-01-24T23:09:56.322Z | Checking russh v0.45.0 |
3706 | 2025-01-24T23:10:13.684Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3707 | 2025-01-24T23:10:15.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.51s |
3708 | 2025-01-24T23:10:15.281Z | |
3709 | 2025-01-24T23:10:15.281Z | info: running `cargo check --bins` on gateway-cli (187/197) |
3710 | 2025-01-24T23:10:15.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3711 | 2025-01-24T23:10:15.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3712 | 2025-01-24T23:10:15.921Z | Checking termios v0.3.3 |
3713 | 2025-01-24T23:10:16.142Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3714 | 2025-01-24T23:10:16.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3715 | 2025-01-24T23:10:17.112Z | |
3716 | 2025-01-24T23:10:17.112Z | info: running `cargo check --bins --no-default-features` on installinator (188/197) |
3717 | 2025-01-24T23:10:17.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3718 | 2025-01-24T23:10:17.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3719 | 2025-01-24T23:10:17.797Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3720 | 2025-01-24T23:10:17.800Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3721 | 2025-01-24T23:10:17.800Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3722 | 2025-01-24T23:10:17.800Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3723 | 2025-01-24T23:10:18.813Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3724 | 2025-01-24T23:10:20.062Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3725 | 2025-01-24T23:10:21.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s |
3726 | 2025-01-24T23:10:22.186Z | |
3727 | 2025-01-24T23:10:22.186Z | info: running `cargo check --bins` on internal-dns-cli (189/197) |
3728 | 2025-01-24T23:10:22.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3729 | 2025-01-24T23:10:22.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3730 | 2025-01-24T23:10:22.862Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3731 | 2025-01-24T23:10:23.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
3732 | 2025-01-24T23:10:23.548Z | |
3733 | 2025-01-24T23:10:23.548Z | info: running `cargo check --bins` on omicron-live-tests (190/197) |
3734 | 2025-01-24T23:10:24.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3735 | 2025-01-24T23:10:24.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3736 | 2025-01-24T23:10:24.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3737 | 2025-01-24T23:10:24.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3738 | 2025-01-24T23:10:24.207Z | |
3739 | 2025-01-24T23:10:24.207Z | info: running `cargo check --bins` on live-tests-macros (191/197) |
3740 | 2025-01-24T23:10:24.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3741 | 2025-01-24T23:10:24.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3742 | 2025-01-24T23:10:24.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3743 | 2025-01-24T23:10:24.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3744 | 2025-01-24T23:10:24.872Z | |
3745 | 2025-01-24T23:10:24.872Z | info: running `cargo check --bins` on omicron-package (192/197) |
3746 | 2025-01-24T23:10:25.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3747 | 2025-01-24T23:10:25.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3748 | 2025-01-24T23:10:25.590Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3749 | 2025-01-24T23:10:27.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s |
3750 | 2025-01-24T23:10:27.227Z | |
3751 | 2025-01-24T23:10:27.227Z | info: running `cargo check --bins` on wicket-dbg (193/197) |
3752 | 2025-01-24T23:10:27.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3753 | 2025-01-24T23:10:27.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3754 | 2025-01-24T23:10:28.018Z | Checking rtoolbox v0.0.2 |
3755 | 2025-01-24T23:10:28.021Z | Checking tui-tree-widget v0.22.0 |
3756 | 2025-01-24T23:10:28.021Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3757 | 2025-01-24T23:10:28.274Z | Checking rpassword v7.3.1 |
3758 | 2025-01-24T23:10:32.442Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3759 | 2025-01-24T23:10:35.453Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3760 | 2025-01-24T23:10:36.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.47s |
3761 | 2025-01-24T23:10:36.911Z | |
3762 | 2025-01-24T23:10:36.911Z | info: running `cargo check --bins` on wicket (194/197) |
3763 | 2025-01-24T23:10:37.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3764 | 2025-01-24T23:10:37.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3765 | 2025-01-24T23:10:37.682Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3766 | 2025-01-24T23:10:38.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
3767 | 2025-01-24T23:10:38.323Z | |
3768 | 2025-01-24T23:10:38.323Z | info: running `cargo check --bins` on wicketd (195/197) |
3769 | 2025-01-24T23:10:38.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3770 | 2025-01-24T23:10:38.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3771 | 2025-01-24T23:10:39.105Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3772 | 2025-01-24T23:10:39.109Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3773 | 2025-01-24T23:10:39.989Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3774 | 2025-01-24T23:10:44.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s |
3775 | 2025-01-24T23:10:44.321Z | |
3776 | 2025-01-24T23:10:44.321Z | info: running `cargo check --bins` on omicron-workspace-hack (196/197) |
3777 | 2025-01-24T23:10:44.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3778 | 2025-01-24T23:10:44.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3779 | 2025-01-24T23:10:44.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3780 | 2025-01-24T23:10:44.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3781 | 2025-01-24T23:10:44.990Z | |
3782 | 2025-01-24T23:10:44.990Z | info: running `cargo check --bins` on zone-setup (197/197) |
3783 | 2025-01-24T23:10:45.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3784 | 2025-01-24T23:10:45.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3785 | 2025-01-24T23:10:45.764Z | Checking uzers v0.12.1 |
3786 | 2025-01-24T23:10:46.127Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3787 | 2025-01-24T23:10:47.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
3788 | 2025-01-24T23:10:47.455Z | |
3789 | 2025-01-24T23:10:47.455Z | real 13:34.318962864 |
3790 | 2025-01-24T23:10:47.456Z | user 25:55.678611227 |
3791 | 2025-01-24T23:10:47.456Z | sys 4:15.840720825 |
3792 | 2025-01-24T23:10:47.456Z | trap 0.545027441 |
3793 | 2025-01-24T23:10:47.456Z | tflt 2.941614292 |
3794 | 2025-01-24T23:10:47.463Z | dflt 2.222720889 |
3795 | 2025-01-24T23:10:47.463Z | kflt 0.005056688 |
3796 | 2025-01-24T23:10:47.463Z | lock 45:47.417786419 |
3797 | 2025-01-24T23:10:47.463Z | slp 2:09:15.089107235 |
3798 | 2025-01-24T23:10:47.463Z | lat 1:06.040158737 |
3799 | 2025-01-24T23:10:47.463Z | stop 3:44.783004699 |
3800 | 2025-01-24T23:10:47.463Z | process exited: duration 1145295 ms, exit code 0 |
|
3801 | 2025-01-24T23:10:47.471Z | found 0 output files |