|
|
|
1 | 2024-12-19T21:36:21.974Z | job assigned to worker 01JFGDJ13SXH5ZDPY72GKHD1V6 [factory aws, i-08b2a84c2ed0e8a92] (queued for 49 s) |
|
2 | 2024-12-19T21:36:30.293Z | starting task 0: "setup" |
3 | 2024-12-19T21:36:30.303Z | ++ uname -s |
4 | 2024-12-19T21:36:30.306Z | + kern=SunOS |
5 | 2024-12-19T21:36:30.307Z | + case "$kern" in |
6 | 2024-12-19T21:36:30.307Z | + groupadd -g 12345 build |
7 | 2024-12-19T21:36:30.310Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T21:36:32.316Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T21:36:32.399Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T21:36:32.401Z | + home_fs=zfs |
11 | 2024-12-19T21:36:32.401Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T21:36:32.402Z | + mkdir -p /home/build |
13 | 2024-12-19T21:36:32.404Z | + chown build:build /home/build /work |
14 | 2024-12-19T21:36:34.405Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T21:36:34.408Z | process exited: duration 4116 ms, exit code 0 |
|
16 | 2024-12-19T21:36:34.413Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T21:36:34.422Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T21:36:34.422Z | ' 1.81.0 |
19 | 2024-12-19T21:36:34.422Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-19T21:36:34.422Z | ' default |
21 | 2024-12-19T21:36:34.425Z | * toolchain channel = "1.81.0" |
22 | 2024-12-19T21:36:34.425Z | * toolchain profile = "default" |
23 | 2024-12-19T21:36:34.425Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T21:36:34.425Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T21:36:34.541Z | info: downloading installer |
26 | 2024-12-19T21:36:36.038Z | info: profile set to 'default' |
27 | 2024-12-19T21:36:36.038Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T21:36:36.041Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T21:36:36.188Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T21:36:36.188Z | info: downloading component 'cargo' |
31 | 2024-12-19T21:36:36.901Z | info: downloading component 'clippy' |
32 | 2024-12-19T21:36:37.188Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T21:36:38.179Z | info: downloading component 'rust-std' |
34 | 2024-12-19T21:36:39.727Z | info: downloading component 'rustc' |
35 | 2024-12-19T21:36:45.408Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T21:36:45.616Z | info: installing component 'cargo' |
37 | 2024-12-19T21:36:46.435Z | info: installing component 'clippy' |
38 | 2024-12-19T21:36:46.810Z | info: installing component 'rust-docs' |
39 | 2024-12-19T21:36:48.404Z | info: installing component 'rust-std' |
40 | 2024-12-19T21:36:50.170Z | info: installing component 'rustc' |
41 | 2024-12-19T21:36:56.031Z | info: installing component 'rustfmt' |
42 | 2024-12-19T21:36:56.349Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-19T21:36:56.349Z | |
44 | 2024-12-19T21:36:56.717Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T21:36:56.717Z | |
46 | 2024-12-19T21:36:56.720Z | |
47 | 2024-12-19T21:36:56.720Z | Rust is installed now. Great! |
48 | 2024-12-19T21:36:56.720Z | |
49 | 2024-12-19T21:36:56.720Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T21:36:56.720Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T21:36:56.720Z | |
52 | 2024-12-19T21:36:56.720Z | To configure your current shell, you need to source |
53 | 2024-12-19T21:36:56.720Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T21:36:56.720Z | |
55 | 2024-12-19T21:36:56.720Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T21:36:56.720Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T21:36:56.720Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T21:36:56.792Z | + rustc --version |
59 | 2024-12-19T21:36:56.855Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T21:36:56.859Z | process exited: duration 22443 ms, exit code 0 |
|
61 | 2024-12-19T21:36:56.867Z | starting task 2: "authentication" |
62 | 2024-12-19T21:36:56.887Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-19T21:36:56.892Z | starting task 3: "clone repository" |
64 | 2024-12-19T21:36:56.897Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T21:36:56.899Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T21:36:56.944Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T21:37:04.082Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T21:37:04.082Z | + git fetch origin 6c76593747facb9105989da7bec1e2b292ad3748 |
69 | 2024-12-19T21:37:04.548Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T21:37:04.549Z | * branch 6c76593747facb9105989da7bec1e2b292ad3748 -> FETCH_HEAD |
71 | 2024-12-19T21:37:04.557Z | + [[ -n '' ]] |
72 | 2024-12-19T21:37:04.557Z | + git reset --hard 6c76593747facb9105989da7bec1e2b292ad3748 |
73 | 2024-12-19T21:37:04.731Z | HEAD is now at 6c7659374 Merge branch 'main' into pick_non_expunged_clone_source |
74 | 2024-12-19T21:37:04.735Z | process exited: duration 7839 ms, exit code 0 |
|
75 | 2024-12-19T21:37:04.742Z | starting task 4: "build" |
76 | 2024-12-19T21:37:04.746Z | + source .github/buildomat/ci-env.sh |
77 | 2024-12-19T21:37:04.750Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-12-19T21:37:04.750Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-12-19T21:37:04.750Z | + cargo --version |
80 | 2024-12-19T21:37:04.804Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2024-12-19T21:37:04.807Z | + rustc --version |
82 | 2024-12-19T21:37:04.866Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2024-12-19T21:37:04.869Z | + source ./env.sh |
84 | 2024-12-19T21:37:04.869Z | ++ OLD_SHELL_OPTS=ehxB |
85 | 2024-12-19T21:37:04.869Z | ++ set -o xtrace |
86 | 2024-12-19T21:37:04.872Z | ++++ dirname ./env.sh |
87 | 2024-12-19T21:37:04.875Z | +++ readlink -f . |
88 | 2024-12-19T21:37:04.878Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2024-12-19T21:37:04.878Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-12-19T21:37:04.878Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-12-19T21:37:04.878Z | ++ 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 |
92 | 2024-12-19T21:37:04.878Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-12-19T21:37:04.878Z | ++ 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 |
94 | 2024-12-19T21:37:04.878Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-12-19T21:37:04.878Z | ++ 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 |
96 | 2024-12-19T21:37:04.878Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-12-19T21:37:04.878Z | ++ case $OLD_SHELL_OPTS in |
98 | 2024-12-19T21:37:04.878Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
99 | 2024-12-19T21:37:04.878Z | + 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 |
100 | 2024-12-19T21:37:04.878Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
101 | 2024-12-19T21:37:04.878Z | + banner prerequisites |
102 | 2024-12-19T21:37:04.881Z | |
103 | 2024-12-19T21:37:04.881Z | ##### ##### ###### ##### ###### #### # # # #### # |
104 | 2024-12-19T21:37:04.881Z | # # # # # # # # # # # # # # # |
105 | 2024-12-19T21:37:04.881Z | # # # # ##### # # ##### # # # # # #### # |
106 | 2024-12-19T21:37:04.881Z | ##### ##### # ##### # # # # # # # # # |
107 | 2024-12-19T21:37:04.881Z | # # # # # # # # # # # # # # # |
108 | 2024-12-19T21:37:04.881Z | # # # ###### # # ###### ### # #### # #### # |
109 | 2024-12-19T21:37:04.881Z | |
110 | 2024-12-19T21:37:04.881Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
111 | 2024-12-19T21:37:16.976Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-12-19T21:37:20.828Z | Startup: Caching catalogs ... Done |
113 | 2024-12-19T21:37:31.511Z | Planning: Solver setup ... Done (9.810s) |
114 | 2024-12-19T21:37:31.643Z | Planning: Running solver ... Done (0.133s) |
115 | 2024-12-19T21:37:31.746Z | Planning: Finding local manifests ... Done (0.005s) |
116 | 2024-12-19T21:37:31.759Z | Planning: Fetching manifests: 0/5 0% complete |
117 | 2024-12-19T21:37:32.386Z | Planning: Fetching manifests: 5/5 100% complete |
118 | 2024-12-19T21:37:32.484Z | Planning: Package planning ... Done (0.097s) |
119 | 2024-12-19T21:37:32.552Z | Planning: Merging actions ... Done (0.056s) |
120 | 2024-12-19T21:37:32.792Z | Planning: Checking for conflicting actions ... Done (0.193s) |
121 | 2024-12-19T21:37:34.909Z | Planning: Consolidating action changes ... Done (2.175s) |
122 | 2024-12-19T21:37:35.349Z | Planning: Evaluating mediators ... Done (0.441s) |
123 | 2024-12-19T21:37:35.427Z | Planning: Planning completed in 14.50 seconds |
124 | 2024-12-19T21:37:35.444Z | Packages to install: 4 |
125 | 2024-12-19T21:37:35.447Z | Packages to update: 1 |
126 | 2024-12-19T21:37:35.447Z | Mediators to change: 2 |
127 | 2024-12-19T21:37:35.447Z | Services to change: 1 |
128 | 2024-12-19T21:37:35.447Z | Estimated space available: 155.64 GB |
129 | 2024-12-19T21:37:35.447Z | Estimated space to be consumed: 1.61 GB |
130 | 2024-12-19T21:37:35.447Z | Create boot environment: No |
131 | 2024-12-19T21:37:35.448Z | Create backup boot environment: Yes |
132 | 2024-12-19T21:37:35.448Z | Rebuild boot archive: No |
133 | 2024-12-19T21:37:35.448Z | |
134 | 2024-12-19T21:37:35.448Z | Changed mediators: |
135 | 2024-12-19T21:37:35.448Z | mediator clang: |
136 | 2024-12-19T21:37:35.448Z | version: None -> 15 (system default) |
137 | 2024-12-19T21:37:35.448Z | |
138 | 2024-12-19T21:37:35.448Z | mediator llvm: |
139 | 2024-12-19T21:37:35.448Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-12-19T21:37:35.448Z | |
141 | 2024-12-19T21:37:35.448Z | Changed packages: |
142 | 2024-12-19T21:37:35.448Z | helios-dev |
143 | 2024-12-19T21:37:35.448Z | developer/build-essential |
144 | 2024-12-19T21:37:35.448Z | None -> 11-2.0 |
145 | 2024-12-19T21:37:35.448Z | library/libxmlsec1 |
146 | 2024-12-19T21:37:35.448Z | None -> 1.2.35-2.0 |
147 | 2024-12-19T21:37:35.448Z | ooce/developer/clang-15 |
148 | 2024-12-19T21:37:35.448Z | None -> 15.0.7-2.0 |
149 | 2024-12-19T21:37:35.449Z | ooce/developer/llvm-15 |
150 | 2024-12-19T21:37:35.449Z | None -> 15.0.7-2.0 |
151 | 2024-12-19T21:37:35.449Z | package/pkg |
152 | 2024-12-19T21:37:35.449Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
153 | 2024-12-19T21:37:35.449Z | |
154 | 2024-12-19T21:37:35.449Z | Services: |
155 | 2024-12-19T21:37:35.449Z | restart_fmri: |
156 | 2024-12-19T21:37:35.449Z | svc:/system/update-man-index:default |
157 | 2024-12-19T21:37:35.449Z | |
158 | 2024-12-19T21:37:35.449Z | Editable files to change: |
159 | 2024-12-19T21:37:35.449Z | Update: |
160 | 2024-12-19T21:37:35.449Z | usr/share/lib/pkg/web/config.shtml |
161 | 2024-12-19T21:37:35.527Z | |
162 | 2024-12-19T21:37:35.527Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
163 | 2024-12-19T21:37:40.539Z | Download: 607/4281 items 17.6/220.6MB 7% complete (3.6M/s) |
164 | 2024-12-19T21:37:45.544Z | Download: 1789/4281 items 118.4/220.6MB 53% complete (12.0M/s) |
165 | 2024-12-19T21:37:50.557Z | Download: 2508/4281 items 120.2/220.6MB 54% complete (10.3M/s) |
166 | 2024-12-19T21:37:55.557Z | Download: 3194/4281 items 184.8/220.6MB 83% complete (6.6M/s) |
167 | 2024-12-19T21:38:00.613Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (8.4M/s) |
168 | 2024-12-19T21:38:05.623Z | Download: 3436/4281 items 215.2/220.6MB 97% complete (3.6M/s) |
169 | 2024-12-19T21:38:10.709Z | Download: 4204/4281 items 220.6/220.6MB 99% complete (1.9M/s) |
170 | 2024-12-19T21:38:11.395Z | Download: Completed 220.60 MB in 35.87 seconds (6.2M/s) |
171 | 2024-12-19T21:38:13.599Z | Actions: 1/5063 actions (Removing old actions) |
172 | 2024-12-19T21:38:13.621Z | Actions: 194/5063 actions (Installing new actions) |
173 | 2024-12-19T21:38:18.244Z | Actions: 4226/5063 actions (Updating modified actions) |
174 | 2024-12-19T21:38:18.571Z | Actions: Completed 5063 actions in 4.97 seconds. |
175 | 2024-12-19T21:38:18.975Z | Done (0.395s) |
176 | 2024-12-19T21:38:18.978Z | Done (0.000s) |
177 | 2024-12-19T21:38:19.545Z | Done (0.568s) |
178 | 2024-12-19T21:38:23.897Z | Done (4.123s) |
179 | 2024-12-19T21:38:23.988Z | Done (0.018s) |
180 | 2024-12-19T21:38:23.990Z | Done (0.000s) |
181 | 2024-12-19T21:38:24.148Z | Done (0.000s) |
182 | 2024-12-19T21:38:24.835Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-12-19T21:38:24.998Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-12-19T21:38:25.002Z | Planning: Consolidating action changes ... Done |
185 | 2024-12-19T21:38:25.271Z | Planning: Evaluating mediators ... Done |
186 | 2024-12-19T21:38:25.274Z | Planning: Planning completed in 0.44 seconds |
187 | 2024-12-19T21:38:25.313Z | Mediators to change: 2 |
188 | 2024-12-19T21:38:25.316Z | Create boot environment: No |
189 | 2024-12-19T21:38:25.316Z | Create backup boot environment: No |
190 | 2024-12-19T21:38:25.414Z | Done |
191 | 2024-12-19T21:38:25.414Z | Done |
192 | 2024-12-19T21:38:25.771Z | Done |
193 | 2024-12-19T21:38:29.363Z | Done |
194 | 2024-12-19T21:38:29.455Z | Done |
195 | 2024-12-19T21:38:29.458Z | Done |
196 | 2024-12-19T21:38:29.587Z | Done |
197 | 2024-12-19T21:38:30.206Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-12-19T21:38:30.226Z | Planning: Merging actions ... Done |
199 | 2024-12-19T21:38:30.393Z | Planning: Checking for conflicting actions ... Done |
200 | 2024-12-19T21:38:30.396Z | Planning: Consolidating action changes ... Done |
201 | 2024-12-19T21:38:30.658Z | Planning: Evaluating mediators ... Done |
202 | 2024-12-19T21:38:30.714Z | Planning: Planning completed in 0.76 seconds |
203 | 2024-12-19T21:38:30.757Z | Packages to change: 1 |
204 | 2024-12-19T21:38:30.757Z | Mediators to change: 1 |
205 | 2024-12-19T21:38:30.760Z | Services to change: 1 |
206 | 2024-12-19T21:38:30.760Z | Create boot environment: No |
207 | 2024-12-19T21:38:30.760Z | Create backup boot environment: Yes |
208 | 2024-12-19T21:38:32.979Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2024-12-19T21:38:32.982Z | Actions: Completed 6 actions in 0.00 seconds. |
210 | 2024-12-19T21:38:32.982Z | Done |
211 | 2024-12-19T21:38:32.982Z | Done |
212 | 2024-12-19T21:38:33.098Z | Done |
213 | 2024-12-19T21:38:36.698Z | Done |
214 | 2024-12-19T21:38:36.788Z | Done |
215 | 2024-12-19T21:38:36.791Z | Done |
216 | 2024-12-19T21:38:36.935Z | Done |
217 | 2024-12-19T21:38:37.369Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2024-12-19T21:38:37.369Z | clang system 15 system |
219 | 2024-12-19T21:38:37.369Z | csh system system illumos |
220 | 2024-12-19T21:38:37.369Z | ctags system system illumos |
221 | 2024-12-19T21:38:37.369Z | gcc vendor 12 vendor |
222 | 2024-12-19T21:38:37.369Z | gcc system 10 system |
223 | 2024-12-19T21:38:37.369Z | gcc system 7 system |
224 | 2024-12-19T21:38:37.369Z | go system 1.20 system |
225 | 2024-12-19T21:38:37.369Z | go system 1.19 system |
226 | 2024-12-19T21:38:37.369Z | llvm system 15 system |
227 | 2024-12-19T21:38:37.369Z | llvm system 14 system |
228 | 2024-12-19T21:38:37.369Z | mariadb system 10.6 system |
229 | 2024-12-19T21:38:37.369Z | mta vendor vendor dma |
230 | 2024-12-19T21:38:37.369Z | openjdk system 17 system |
231 | 2024-12-19T21:38:37.369Z | openjdk system 11 system |
232 | 2024-12-19T21:38:37.369Z | openjdk system 1.8 system |
233 | 2024-12-19T21:38:37.369Z | openssl vendor 3 vendor |
234 | 2024-12-19T21:38:37.369Z | perl system 5.36 system |
235 | 2024-12-19T21:38:37.369Z | postgresql system 15 system |
236 | 2024-12-19T21:38:37.369Z | postgresql system 13 system |
237 | 2024-12-19T21:38:37.369Z | python vendor 3 vendor |
238 | 2024-12-19T21:38:37.369Z | python system 2 system |
239 | 2024-12-19T21:38:37.369Z | python3 system 3.11 system |
240 | 2024-12-19T21:38:37.369Z | ruby system 3.0 system |
241 | 2024-12-19T21:38:37.370Z | words vendor vendor american-english |
242 | 2024-12-19T21:38:37.370Z | words system system australian-english |
243 | 2024-12-19T21:38:37.370Z | words system system british-english |
244 | 2024-12-19T21:38:37.370Z | words system system canadian-english |
245 | 2024-12-19T21:38:37.370Z | words system system french |
246 | 2024-12-19T21:38:37.370Z | words system system italian |
247 | 2024-12-19T21:38:37.370Z | words system system ngerman |
248 | 2024-12-19T21:38:37.370Z | words system system ogerman |
249 | 2024-12-19T21:38:37.370Z | words system system spanish |
250 | 2024-12-19T21:38:37.699Z | PUBLISHER TYPE STATUS P LOCATION |
251 | 2024-12-19T21:38:37.699Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
252 | 2024-12-19T21:38:40.410Z | FMRI IFO |
253 | 2024-12-19T21:38:40.410Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
254 | 2024-12-19T21:38:40.410Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
255 | 2024-12-19T21:38:40.410Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
256 | 2024-12-19T21:38:40.410Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
257 | 2024-12-19T21:38:40.410Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
258 | 2024-12-19T21:38:40.411Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2024-12-19T21:38:40.411Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
260 | 2024-12-19T21:38:40.411Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
261 | 2024-12-19T21:38:40.411Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
262 | 2024-12-19T21:38:40.411Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
263 | 2024-12-19T21:38:40.411Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
264 | 2024-12-19T21:38:40.411Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2024-12-19T21:38:40.411Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
266 | 2024-12-19T21:38:40.411Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
267 | 2024-12-19T21:38:40.411Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2024-12-19T21:38:41.167Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
269 | 2024-12-19T21:38:41.445Z | Updating crates.io index |
270 | 2024-12-19T21:38:41.447Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
271 | 2024-12-19T21:38:42.056Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
272 | 2024-12-19T21:38:42.375Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
273 | 2024-12-19T21:38:42.648Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
274 | 2024-12-19T21:38:42.883Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
275 | 2024-12-19T21:38:43.726Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
276 | 2024-12-19T21:38:45.204Z | Updating git repository `https://github.com/oxidecomputer/opte` |
277 | 2024-12-19T21:38:45.805Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
278 | 2024-12-19T21:38:46.511Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
279 | 2024-12-19T21:38:46.755Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
280 | 2024-12-19T21:38:47.073Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
281 | 2024-12-19T21:38:47.704Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
282 | 2024-12-19T21:38:48.003Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
283 | 2024-12-19T21:38:48.348Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
284 | 2024-12-19T21:38:48.618Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
285 | 2024-12-19T21:38:48.866Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
286 | 2024-12-19T21:38:49.135Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
287 | 2024-12-19T21:38:49.433Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
288 | 2024-12-19T21:38:49.745Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
289 | 2024-12-19T21:38:50.143Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
290 | 2024-12-19T21:38:50.526Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
291 | 2024-12-19T21:38:50.986Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
292 | 2024-12-19T21:38:51.353Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
293 | 2024-12-19T21:38:51.712Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
294 | 2024-12-19T21:38:52.166Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
295 | 2024-12-19T21:38:52.502Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
296 | 2024-12-19T21:38:52.761Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
297 | 2024-12-19T21:38:53.061Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
298 | 2024-12-19T21:38:54.242Z | Downloading crates ... |
299 | 2024-12-19T21:38:54.320Z | Downloaded anstyle v1.0.10 |
300 | 2024-12-19T21:38:54.327Z | Downloaded anstream v0.6.15 |
301 | 2024-12-19T21:38:54.329Z | Downloaded generic-array v0.14.7 |
302 | 2024-12-19T21:38:54.332Z | Downloaded cargo-platform v0.1.8 |
303 | 2024-12-19T21:38:54.348Z | Downloaded dtrace-parser v0.2.0 |
304 | 2024-12-19T21:38:54.363Z | Downloaded swrite v0.1.0 |
305 | 2024-12-19T21:38:54.366Z | Downloaded scroll_derive v0.12.0 |
306 | 2024-12-19T21:38:54.366Z | Downloaded pretty-hex v0.4.1 |
307 | 2024-12-19T21:38:54.368Z | Downloaded cpufeatures v0.2.14 |
308 | 2024-12-19T21:38:54.372Z | Downloaded usdt-macro v0.5.0 |
309 | 2024-12-19T21:38:54.374Z | Downloaded usdt-attr-macro v0.5.0 |
310 | 2024-12-19T21:38:54.377Z | Downloaded equivalent v1.0.1 |
311 | 2024-12-19T21:38:54.381Z | Downloaded fs-err v2.11.0 |
312 | 2024-12-19T21:38:54.384Z | Downloaded macaddr v1.0.1 |
313 | 2024-12-19T21:38:54.386Z | Downloaded heck v0.4.1 |
314 | 2024-12-19T21:38:54.386Z | Downloaded block-buffer v0.10.4 |
315 | 2024-12-19T21:38:54.386Z | Downloaded autocfg v1.4.0 |
316 | 2024-12-19T21:38:54.389Z | Downloaded fastrand v2.1.1 |
317 | 2024-12-19T21:38:54.391Z | Downloaded colorchoice v1.0.2 |
318 | 2024-12-19T21:38:54.391Z | Downloaded heck v0.5.0 |
319 | 2024-12-19T21:38:54.391Z | Downloaded errno v0.3.9 |
320 | 2024-12-19T21:38:54.394Z | Downloaded usdt v0.5.0 |
321 | 2024-12-19T21:38:54.397Z | Downloaded plain v0.2.3 |
322 | 2024-12-19T21:38:54.399Z | Downloaded pest_generator v2.7.14 |
323 | 2024-12-19T21:38:54.402Z | Downloaded thiserror v1.0.69 |
324 | 2024-12-19T21:38:54.408Z | Downloaded thread-id v4.2.2 |
325 | 2024-12-19T21:38:54.410Z | Downloaded itoa v1.0.11 |
326 | 2024-12-19T21:38:54.412Z | Downloaded byteorder v1.5.0 |
327 | 2024-12-19T21:38:54.412Z | Downloaded terminal_size v0.4.0 |
328 | 2024-12-19T21:38:54.415Z | Downloaded smawk v0.3.2 |
329 | 2024-12-19T21:38:54.415Z | Downloaded is_terminal_polyfill v1.70.1 |
330 | 2024-12-19T21:38:54.415Z | Downloaded digest v0.10.7 |
331 | 2024-12-19T21:38:54.418Z | Downloaded bytecount v0.6.8 |
332 | 2024-12-19T21:38:54.421Z | Downloaded tabled_derive v0.7.0 |
333 | 2024-12-19T21:38:54.425Z | Downloaded utf8parse v0.2.2 |
334 | 2024-12-19T21:38:54.428Z | Downloaded unicode-linebreak v0.1.5 |
335 | 2024-12-19T21:38:54.430Z | Downloaded anstyle-parse v0.2.5 |
336 | 2024-12-19T21:38:54.433Z | Downloaded toml_datetime v0.6.8 |
337 | 2024-12-19T21:38:54.433Z | Downloaded fnv v1.0.7 |
338 | 2024-12-19T21:38:54.435Z | Downloaded thiserror-impl v1.0.69 |
339 | 2024-12-19T21:38:54.438Z | Downloaded serde_tokenstream v0.2.2 |
340 | 2024-12-19T21:38:54.438Z | Downloaded dof v0.3.0 |
341 | 2024-12-19T21:38:54.441Z | Downloaded serde_spanned v0.6.8 |
342 | 2024-12-19T21:38:54.441Z | Downloaded crypto-common v0.1.6 |
343 | 2024-12-19T21:38:54.443Z | Downloaded clap_derive v4.5.18 |
344 | 2024-12-19T21:38:54.447Z | Downloaded proc-macro-error v1.0.4 |
345 | 2024-12-19T21:38:54.450Z | Downloaded cargo_toml v0.20.5 |
346 | 2024-12-19T21:38:54.454Z | Downloaded semver v1.0.23 |
347 | 2024-12-19T21:38:54.457Z | Downloaded camino v1.1.9 |
348 | 2024-12-19T21:38:54.463Z | Downloaded zerocopy-derive v0.7.35 |
349 | 2024-12-19T21:38:54.467Z | Downloaded proc-macro-error-attr v1.0.4 |
350 | 2024-12-19T21:38:54.469Z | Downloaded camino-tempfile v1.1.1 |
351 | 2024-12-19T21:38:54.469Z | Downloaded anstyle-query v1.1.1 |
352 | 2024-12-19T21:38:54.472Z | Downloaded sha2 v0.10.8 |
353 | 2024-12-19T21:38:54.476Z | Downloaded once_cell v1.20.2 |
354 | 2024-12-19T21:38:54.478Z | Downloaded version_check v0.9.5 |
355 | 2024-12-19T21:38:54.481Z | Downloaded cfg-if v1.0.0 |
356 | 2024-12-19T21:38:54.481Z | Downloaded memmap v0.7.0 |
357 | 2024-12-19T21:38:54.483Z | Downloaded clap_lex v0.7.2 |
358 | 2024-12-19T21:38:54.489Z | Downloaded pest_meta v2.7.14 |
359 | 2024-12-19T21:38:54.491Z | Downloaded toml v0.8.19 |
360 | 2024-12-19T21:38:54.494Z | Downloaded typenum v1.17.0 |
361 | 2024-12-19T21:38:54.497Z | Downloaded tempfile v3.13.0 |
362 | 2024-12-19T21:38:54.499Z | Downloaded textwrap v0.16.1 |
363 | 2024-12-19T21:38:54.502Z | Downloaded scroll v0.12.0 |
364 | 2024-12-19T21:38:54.504Z | Downloaded proc-macro2 v1.0.89 |
365 | 2024-12-19T21:38:54.506Z | Downloaded quote v1.0.37 |
366 | 2024-12-19T21:38:54.508Z | Downloaded clap v4.5.21 |
367 | 2024-12-19T21:38:54.514Z | Downloaded ryu v1.0.18 |
368 | 2024-12-19T21:38:54.517Z | Downloaded usdt-impl v0.5.0 |
369 | 2024-12-19T21:38:54.519Z | Downloaded papergrid v0.11.0 |
370 | 2024-12-19T21:38:54.522Z | Downloaded bitflags v2.6.0 |
371 | 2024-12-19T21:38:54.526Z | Downloaded pest_derive v2.7.14 |
372 | 2024-12-19T21:38:54.528Z | Downloaded cargo_metadata v0.18.1 |
373 | 2024-12-19T21:38:54.531Z | Downloaded anyhow v1.0.93 |
374 | 2024-12-19T21:38:54.534Z | Downloaded ucd-trie v0.1.7 |
375 | 2024-12-19T21:38:54.537Z | Downloaded strsim v0.11.1 |
376 | 2024-12-19T21:38:54.540Z | Downloaded unicode-ident v1.0.13 |
377 | 2024-12-19T21:38:54.543Z | Downloaded serde_derive v1.0.215 |
378 | 2024-12-19T21:38:54.545Z | Downloaded log v0.4.22 |
379 | 2024-12-19T21:38:54.569Z | Downloaded indexmap v2.6.0 |
380 | 2024-12-19T21:38:54.576Z | Downloaded serde v1.0.215 |
381 | 2024-12-19T21:38:54.582Z | Downloaded toml_edit v0.22.22 |
382 | 2024-12-19T21:38:54.602Z | Downloaded memchr v2.7.4 |
383 | 2024-12-19T21:38:54.608Z | Downloaded hashbrown v0.15.1 |
384 | 2024-12-19T21:38:54.622Z | Downloaded pest v2.7.14 |
385 | 2024-12-19T21:38:54.628Z | Downloaded serde_json v1.0.132 |
386 | 2024-12-19T21:38:54.639Z | Downloaded zerocopy v0.7.35 |
387 | 2024-12-19T21:38:54.653Z | Downloaded winnow v0.6.20 |
388 | 2024-12-19T21:38:54.661Z | Downloaded tabled v0.15.0 |
389 | 2024-12-19T21:38:54.676Z | Downloaded goblin v0.8.2 |
390 | 2024-12-19T21:38:54.680Z | Downloaded clap_builder v4.5.21 |
391 | 2024-12-19T21:38:54.687Z | Downloaded syn v1.0.109 |
392 | 2024-12-19T21:38:54.695Z | Downloaded unicode-width v0.1.14 |
393 | 2024-12-19T21:38:54.700Z | Downloaded syn v2.0.87 |
394 | 2024-12-19T21:38:54.710Z | Downloaded rustix v0.38.37 |
395 | 2024-12-19T21:38:54.748Z | Downloaded libc v0.2.162 |
396 | 2024-12-19T21:38:55.054Z | Compiling proc-macro2 v1.0.89 |
397 | 2024-12-19T21:38:55.054Z | Compiling unicode-ident v1.0.13 |
398 | 2024-12-19T21:38:55.057Z | Compiling version_check v0.9.5 |
399 | 2024-12-19T21:38:55.057Z | Compiling serde v1.0.215 |
400 | 2024-12-19T21:38:55.057Z | Compiling memchr v2.7.4 |
401 | 2024-12-19T21:38:55.057Z | Compiling thiserror v1.0.69 |
402 | 2024-12-19T21:38:55.057Z | Compiling libc v0.2.162 |
403 | 2024-12-19T21:38:55.057Z | Compiling ucd-trie v0.1.7 |
404 | 2024-12-19T21:38:55.298Z | Compiling itoa v1.0.11 |
405 | 2024-12-19T21:38:55.542Z | Compiling ryu v1.0.18 |
406 | 2024-12-19T21:38:55.787Z | Compiling once_cell v1.20.2 |
407 | 2024-12-19T21:38:55.878Z | Compiling byteorder v1.5.0 |
408 | 2024-12-19T21:38:56.129Z | Compiling rustix v0.38.37 |
409 | 2024-12-19T21:38:56.185Z | Compiling serde_json v1.0.132 |
410 | 2024-12-19T21:38:56.361Z | Compiling bitflags v2.6.0 |
411 | 2024-12-19T21:38:56.519Z | Compiling proc-macro-error-attr v1.0.4 |
412 | 2024-12-19T21:38:56.742Z | Compiling usdt-impl v0.5.0 |
413 | 2024-12-19T21:38:56.788Z | Compiling syn v1.0.109 |
414 | 2024-12-19T21:38:56.812Z | Compiling proc-macro-error v1.0.4 |
415 | 2024-12-19T21:38:56.904Z | Compiling quote v1.0.37 |
416 | 2024-12-19T21:38:57.125Z | Compiling utf8parse v0.2.2 |
417 | 2024-12-19T21:38:57.149Z | Compiling hashbrown v0.15.1 |
418 | 2024-12-19T21:38:57.241Z | Compiling log v0.4.22 |
419 | 2024-12-19T21:38:57.288Z | Compiling errno v0.3.9 |
420 | 2024-12-19T21:38:57.471Z | Compiling syn v2.0.87 |
421 | 2024-12-19T21:38:57.660Z | Compiling plain v0.2.3 |
422 | 2024-12-19T21:38:57.687Z | Compiling thread-id v4.2.2 |
423 | 2024-12-19T21:38:57.691Z | Compiling camino v1.1.9 |
424 | 2024-12-19T21:38:57.780Z | Compiling equivalent v1.0.1 |
425 | 2024-12-19T21:38:57.834Z | Compiling anstyle-parse v0.2.5 |
426 | 2024-12-19T21:38:58.179Z | Compiling winnow v0.6.20 |
427 | 2024-12-19T21:38:58.378Z | Compiling indexmap v2.6.0 |
428 | 2024-12-19T21:38:58.413Z | Compiling anstyle v1.0.10 |
429 | 2024-12-19T21:38:58.436Z | Compiling unicode-width v0.1.14 |
430 | 2024-12-19T21:38:58.651Z | Compiling colorchoice v1.0.2 |
431 | 2024-12-19T21:38:58.808Z | Compiling anstyle-query v1.1.1 |
432 | 2024-12-19T21:38:58.883Z | Compiling is_terminal_polyfill v1.70.1 |
433 | 2024-12-19T21:38:58.959Z | Compiling autocfg v1.4.0 |
434 | 2024-12-19T21:38:58.986Z | Compiling semver v1.0.23 |
435 | 2024-12-19T21:38:59.022Z | Compiling pretty-hex v0.4.1 |
436 | 2024-12-19T21:38:59.238Z | Compiling anstream v0.6.15 |
437 | 2024-12-19T21:38:59.742Z | Compiling terminal_size v0.4.0 |
438 | 2024-12-19T21:38:59.902Z | Compiling bytecount v0.6.8 |
439 | 2024-12-19T21:38:59.961Z | Compiling cfg-if v1.0.0 |
440 | 2024-12-19T21:39:00.008Z | Compiling strsim v0.11.1 |
441 | 2024-12-19T21:39:00.064Z | Compiling fastrand v2.1.1 |
442 | 2024-12-19T21:39:00.113Z | Compiling fs-err v2.11.0 |
443 | 2024-12-19T21:39:00.116Z | Compiling clap_lex v0.7.2 |
444 | 2024-12-19T21:39:00.379Z | Compiling heck v0.5.0 |
445 | 2024-12-19T21:39:00.408Z | Compiling fnv v1.0.7 |
446 | 2024-12-19T21:39:00.616Z | Compiling anyhow v1.0.93 |
447 | 2024-12-19T21:39:00.915Z | Compiling heck v0.4.1 |
448 | 2024-12-19T21:39:00.945Z | Compiling tempfile v3.13.0 |
449 | 2024-12-19T21:39:00.970Z | Compiling papergrid v0.11.0 |
450 | 2024-12-19T21:39:01.427Z | Compiling clap_builder v4.5.21 |
451 | 2024-12-19T21:39:01.496Z | Compiling memmap v0.7.0 |
452 | 2024-12-19T21:39:01.631Z | Compiling smawk v0.3.2 |
453 | 2024-12-19T21:39:01.822Z | Compiling unicode-linebreak v0.1.5 |
454 | 2024-12-19T21:39:02.034Z | Compiling swrite v0.1.0 |
455 | 2024-12-19T21:39:02.359Z | Compiling textwrap v0.16.1 |
456 | 2024-12-19T21:39:03.380Z | Compiling tabled_derive v0.7.0 |
457 | 2024-12-19T21:39:04.942Z | Compiling tabled v0.15.0 |
458 | 2024-12-19T21:39:06.454Z | Compiling serde_derive v1.0.215 |
459 | 2024-12-19T21:39:06.456Z | Compiling thiserror-impl v1.0.69 |
460 | 2024-12-19T21:39:06.457Z | Compiling zerocopy-derive v0.7.35 |
461 | 2024-12-19T21:39:06.620Z | Compiling scroll_derive v0.12.0 |
462 | 2024-12-19T21:39:06.646Z | Compiling clap_derive v4.5.18 |
463 | 2024-12-19T21:39:07.947Z | Compiling scroll v0.12.0 |
464 | 2024-12-19T21:39:08.477Z | Compiling goblin v0.8.2 |
465 | 2024-12-19T21:39:08.504Z | Compiling zerocopy v0.7.35 |
466 | 2024-12-19T21:39:09.153Z | Compiling pest v2.7.14 |
467 | 2024-12-19T21:39:10.495Z | Compiling clap v4.5.21 |
468 | 2024-12-19T21:39:11.392Z | Compiling pest_meta v2.7.14 |
469 | 2024-12-19T21:39:12.308Z | Compiling pest_generator v2.7.14 |
470 | 2024-12-19T21:39:14.182Z | Compiling pest_derive v2.7.14 |
471 | 2024-12-19T21:39:14.824Z | Compiling dtrace-parser v0.2.0 |
472 | 2024-12-19T21:39:16.727Z | Compiling serde_tokenstream v0.2.2 |
473 | 2024-12-19T21:39:16.882Z | Compiling serde_spanned v0.6.8 |
474 | 2024-12-19T21:39:16.882Z | Compiling toml_datetime v0.6.8 |
475 | 2024-12-19T21:39:17.006Z | Compiling cargo-platform v0.1.8 |
476 | 2024-12-19T21:39:17.284Z | Compiling toml_edit v0.22.22 |
477 | 2024-12-19T21:39:17.325Z | Compiling macaddr v1.0.1 |
478 | 2024-12-19T21:39:17.566Z | Compiling camino-tempfile v1.1.1 |
479 | 2024-12-19T21:39:18.233Z | Compiling dof v0.3.0 |
480 | 2024-12-19T21:39:18.403Z | Compiling cargo_metadata v0.18.1 |
481 | 2024-12-19T21:39:19.981Z | Compiling usdt-attr-macro v0.5.0 |
482 | 2024-12-19T21:39:19.981Z | Compiling usdt-macro v0.5.0 |
483 | 2024-12-19T21:39:20.130Z | Compiling toml v0.8.19 |
484 | 2024-12-19T21:39:20.998Z | Compiling cargo_toml v0.20.5 |
485 | 2024-12-19T21:39:21.498Z | Compiling usdt v0.5.0 |
486 | 2024-12-19T21:39:24.463Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
487 | 2024-12-19T21:39:28.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.67s |
488 | 2024-12-19T21:39:28.875Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
489 | 2024-12-19T21:39:29.400Z | Downloading crates ... |
490 | 2024-12-19T21:39:29.516Z | Downloaded addr2line v0.24.2 |
491 | 2024-12-19T21:39:29.525Z | Downloaded atomicwrites v0.4.4 |
492 | 2024-12-19T21:39:29.532Z | Downloaded aead v0.5.2 |
493 | 2024-12-19T21:39:29.536Z | Downloaded atty v0.2.14 |
494 | 2024-12-19T21:39:29.544Z | Downloaded cfg_aliases v0.2.1 |
495 | 2024-12-19T21:39:29.546Z | Downloaded http-body v1.0.1 |
496 | 2024-12-19T21:39:29.549Z | Downloaded ciborium-io v0.2.2 |
497 | 2024-12-19T21:39:29.552Z | Downloaded cstr-argument v0.1.2 |
498 | 2024-12-19T21:39:29.556Z | Downloaded hex-literal v0.4.1 |
499 | 2024-12-19T21:39:29.559Z | Downloaded crunchy v0.2.2 |
500 | 2024-12-19T21:39:29.559Z | Downloaded hubpack_derive v0.1.1 |
501 | 2024-12-19T21:39:29.559Z | Downloaded cfg_aliases v0.1.1 |
502 | 2024-12-19T21:39:29.564Z | Downloaded instant v0.1.13 |
503 | 2024-12-19T21:39:29.567Z | Downloaded crucible-workspace-hack v0.1.0 |
504 | 2024-12-19T21:39:29.571Z | Downloaded array-init v0.0.4 |
505 | 2024-12-19T21:39:29.576Z | Downloaded base16ct v0.2.0 |
506 | 2024-12-19T21:39:29.580Z | Downloaded async-stream v0.3.6 |
507 | 2024-12-19T21:39:29.583Z | Downloaded constant_time_eq v0.3.1 |
508 | 2024-12-19T21:39:29.583Z | Downloaded http-body-util v0.1.2 |
509 | 2024-12-19T21:39:29.587Z | Downloaded hostname v0.3.1 |
510 | 2024-12-19T21:39:29.587Z | Downloaded mirai-annotations v1.12.0 |
511 | 2024-12-19T21:39:29.589Z | Downloaded httpdate v1.0.3 |
512 | 2024-12-19T21:39:29.591Z | Downloaded headers-core v0.3.0 |
513 | 2024-12-19T21:39:29.591Z | Downloaded atomic-waker v1.1.2 |
514 | 2024-12-19T21:39:29.594Z | Downloaded md5 v0.7.0 |
515 | 2024-12-19T21:39:29.594Z | Downloaded mime v0.3.17 |
516 | 2024-12-19T21:39:29.597Z | Downloaded cexpr v0.6.0 |
517 | 2024-12-19T21:39:29.600Z | Downloaded match_cfg v0.1.0 |
518 | 2024-12-19T21:39:29.600Z | Downloaded bit-set v0.5.3 |
519 | 2024-12-19T21:39:29.603Z | Downloaded lalrpop-util v0.19.12 |
520 | 2024-12-19T21:39:29.603Z | Downloaded humantime v2.1.0 |
521 | 2024-12-19T21:39:29.606Z | Downloaded hubpack v0.1.2 |
522 | 2024-12-19T21:39:29.606Z | Downloaded maybe-uninit v2.0.0 |
523 | 2024-12-19T21:39:29.608Z | Downloaded crc-catalog v2.4.0 |
524 | 2024-12-19T21:39:29.611Z | Downloaded md-5 v0.10.6 |
525 | 2024-12-19T21:39:29.611Z | Downloaded maplit v1.0.2 |
526 | 2024-12-19T21:39:29.614Z | Downloaded internet-checksum v0.2.1 |
527 | 2024-12-19T21:39:29.614Z | Downloaded lazy_static v1.5.0 |
528 | 2024-12-19T21:39:29.616Z | Downloaded lockfree-object-pool v0.1.6 |
529 | 2024-12-19T21:39:29.619Z | Downloaded icu_provider_macros v1.5.0 |
530 | 2024-12-19T21:39:29.622Z | Downloaded curve25519-dalek-derive v0.1.1 |
531 | 2024-12-19T21:39:29.623Z | Downloaded castaway v0.2.3 |
532 | 2024-12-19T21:39:29.625Z | Downloaded cipher v0.4.4 |
533 | 2024-12-19T21:39:29.629Z | Downloaded ipnetwork v0.20.0 |
534 | 2024-12-19T21:39:29.629Z | Downloaded linked-hash-map v0.5.6 |
535 | 2024-12-19T21:39:29.634Z | Downloaded indent_write v2.2.0 |
536 | 2024-12-19T21:39:29.634Z | Downloaded bitflags v1.3.2 |
537 | 2024-12-19T21:39:29.637Z | Downloaded matches v0.1.10 |
538 | 2024-12-19T21:39:29.637Z | Downloaded httparse v1.9.5 |
539 | 2024-12-19T21:39:29.639Z | Downloaded hmac v0.12.1 |
540 | 2024-12-19T21:39:29.644Z | Downloaded bitfield-struct v0.6.2 |
541 | 2024-12-19T21:39:29.647Z | Downloaded bitfield v0.14.0 |
542 | 2024-12-19T21:39:29.647Z | Downloaded linear-map v1.2.0 |
543 | 2024-12-19T21:39:29.647Z | Downloaded mockall v0.13.0 |
544 | 2024-12-19T21:39:29.650Z | Downloaded memoffset v0.9.1 |
545 | 2024-12-19T21:39:29.654Z | Downloaded backoff v0.4.0 |
546 | 2024-12-19T21:39:29.654Z | Downloaded russh-cryptovec v0.7.3 |
547 | 2024-12-19T21:39:29.657Z | Downloaded ipnet v2.10.1 |
548 | 2024-12-19T21:39:29.657Z | Downloaded lru-cache v0.1.2 |
549 | 2024-12-19T21:39:29.660Z | Downloaded kstat-rs v0.2.4 |
550 | 2024-12-19T21:39:29.660Z | Downloaded managed v0.8.0 |
551 | 2024-12-19T21:39:29.662Z | Downloaded chacha20 v0.9.1 |
552 | 2024-12-19T21:39:29.665Z | Downloaded instability v0.3.2 |
553 | 2024-12-19T21:39:29.669Z | Downloaded cmake v0.1.51 |
554 | 2024-12-19T21:39:29.669Z | Downloaded memmap2 v0.9.5 |
555 | 2024-12-19T21:39:29.672Z | Downloaded libloading v0.8.5 |
556 | 2024-12-19T21:39:29.675Z | Downloaded crc v3.2.1 |
557 | 2024-12-19T21:39:29.679Z | Downloaded mime_guess v2.0.5 |
558 | 2024-12-19T21:39:29.681Z | Downloaded bcs v0.1.6 |
559 | 2024-12-19T21:39:29.683Z | Downloaded crc32fast v1.4.2 |
560 | 2024-12-19T21:39:29.686Z | Downloaded ciborium v0.2.2 |
561 | 2024-12-19T21:39:29.688Z | Downloaded console v0.15.8 |
562 | 2024-12-19T21:39:29.691Z | Downloaded tower-service v0.3.3 |
563 | 2024-12-19T21:39:29.691Z | Downloaded block-padding v0.3.3 |
564 | 2024-12-19T21:39:29.693Z | Downloaded base64ct v1.6.0 |
565 | 2024-12-19T21:39:29.696Z | Downloaded arrayvec v0.7.6 |
566 | 2024-12-19T21:39:29.699Z | Downloaded bzip2 v0.4.4 |
567 | 2024-12-19T21:39:29.701Z | Downloaded want v0.3.1 |
568 | 2024-12-19T21:39:29.703Z | Downloaded waitgroup v0.1.2 |
569 | 2024-12-19T21:39:29.703Z | Downloaded lru v0.12.5 |
570 | 2024-12-19T21:39:29.706Z | Downloaded downcast v0.11.0 |
571 | 2024-12-19T21:39:29.706Z | Downloaded cookie_store v0.21.0 |
572 | 2024-12-19T21:39:29.709Z | Downloaded async-bb8-diesel v0.2.1 |
573 | 2024-12-19T21:39:29.712Z | Downloaded litemap v0.7.3 |
574 | 2024-12-19T21:39:29.715Z | Downloaded csv-core v0.1.11 |
575 | 2024-12-19T21:39:29.717Z | Downloaded ahash v0.8.11 |
576 | 2024-12-19T21:39:29.720Z | Downloaded indoc v1.0.9 |
577 | 2024-12-19T21:39:29.723Z | Downloaded darling v0.20.10 |
578 | 2024-12-19T21:39:29.728Z | Downloaded ref-cast-impl v1.0.23 |
579 | 2024-12-19T21:39:29.731Z | Downloaded rand_chacha v0.3.1 |
580 | 2024-12-19T21:39:29.735Z | Downloaded shell-words v1.1.0 |
581 | 2024-12-19T21:39:29.735Z | Downloaded bcrypt-pbkdf v0.10.0 |
582 | 2024-12-19T21:39:29.735Z | Downloaded slog-bunyan v2.5.0 |
583 | 2024-12-19T21:39:29.737Z | Downloaded number_prefix v0.4.0 |
584 | 2024-12-19T21:39:29.737Z | Downloaded slog-async v2.8.0 |
585 | 2024-12-19T21:39:29.741Z | Downloaded slab v0.4.9 |
586 | 2024-12-19T21:39:29.745Z | Downloaded scopeguard v1.2.0 |
587 | 2024-12-19T21:39:29.745Z | Downloaded tokio-macros v2.4.0 |
588 | 2024-12-19T21:39:29.745Z | Downloaded tabwriter v1.4.0 |
589 | 2024-12-19T21:39:29.748Z | Downloaded normalize-line-endings v0.3.0 |
590 | 2024-12-19T21:39:29.748Z | Downloaded tokio-native-tls v0.3.1 |
591 | 2024-12-19T21:39:29.751Z | Downloaded openssl-probe v0.1.5 |
592 | 2024-12-19T21:39:29.751Z | Downloaded const_format_proc_macros v0.2.33 |
593 | 2024-12-19T21:39:29.754Z | Downloaded cookie v0.18.1 |
594 | 2024-12-19T21:39:29.756Z | Downloaded wait-timeout v0.2.0 |
595 | 2024-12-19T21:39:29.759Z | Downloaded crossbeam-epoch v0.9.18 |
596 | 2024-12-19T21:39:29.762Z | Downloaded mockall_derive v0.13.0 |
597 | 2024-12-19T21:39:29.764Z | Downloaded peg-runtime v0.8.3 |
598 | 2024-12-19T21:39:29.767Z | Downloaded zone v0.1.8 |
599 | 2024-12-19T21:39:29.767Z | Downloaded zeroize v1.8.1 |
600 | 2024-12-19T21:39:29.770Z | Downloaded opaque-debug v0.3.1 |
601 | 2024-12-19T21:39:29.770Z | Downloaded allocator-api2 v0.2.18 |
602 | 2024-12-19T21:39:29.773Z | Downloaded termios v0.3.3 |
603 | 2024-12-19T21:39:29.777Z | Downloaded defmt-parser v0.3.4 |
604 | 2024-12-19T21:39:29.779Z | Downloaded rustls-pemfile v1.0.4 |
605 | 2024-12-19T21:39:29.782Z | Downloaded icu_properties v1.5.1 |
606 | 2024-12-19T21:39:29.785Z | Downloaded hyper-util v0.1.10 |
607 | 2024-12-19T21:39:29.788Z | Downloaded indicatif v0.17.9 |
608 | 2024-12-19T21:39:29.793Z | Downloaded filetime v0.2.25 |
609 | 2024-12-19T21:39:29.795Z | Downloaded futures-core v0.3.31 |
610 | 2024-12-19T21:39:29.798Z | Downloaded defmt-macros v0.3.9 |
611 | 2024-12-19T21:39:29.801Z | Downloaded debug-ignore v1.0.5 |
612 | 2024-12-19T21:39:29.804Z | Downloaded subtle v2.6.1 |
613 | 2024-12-19T21:39:29.806Z | Downloaded termtree v0.4.1 |
614 | 2024-12-19T21:39:29.808Z | Downloaded icu_normalizer_data v1.5.0 |
615 | 2024-12-19T21:39:29.811Z | Downloaded rustc_version v0.4.1 |
616 | 2024-12-19T21:39:29.811Z | Downloaded nodrop v0.1.14 |
617 | 2024-12-19T21:39:29.811Z | Downloaded ff v0.13.0 |
618 | 2024-12-19T21:39:29.814Z | Downloaded pem v3.0.4 |
619 | 2024-12-19T21:39:29.816Z | Downloaded funty v2.0.0 |
620 | 2024-12-19T21:39:29.819Z | Downloaded walkdir v2.5.0 |
621 | 2024-12-19T21:39:29.819Z | Downloaded tracing-attributes v0.1.27 |
622 | 2024-12-19T21:39:29.822Z | Downloaded chacha20poly1305 v0.10.1 |
623 | 2024-12-19T21:39:29.825Z | Downloaded crc-any v2.5.0 |
624 | 2024-12-19T21:39:29.828Z | Downloaded fragile v2.0.0 |
625 | 2024-12-19T21:39:29.830Z | Downloaded tokio-tungstenite v0.24.0 |
626 | 2024-12-19T21:39:29.833Z | Downloaded powerfmt v0.2.0 |
627 | 2024-12-19T21:39:29.835Z | Downloaded compact_str v0.8.0 |
628 | 2024-12-19T21:39:29.838Z | Downloaded progenitor-impl v0.8.0 |
629 | 2024-12-19T21:39:29.843Z | Downloaded icu_normalizer v1.5.0 |
630 | 2024-12-19T21:39:29.847Z | Downloaded yoke-derive v0.7.4 |
631 | 2024-12-19T21:39:29.850Z | Downloaded crossbeam-utils v0.8.20 |
632 | 2024-12-19T21:39:29.850Z | Downloaded endian-type v0.1.2 |
633 | 2024-12-19T21:39:29.852Z | Downloaded dhcproto-macros v0.1.0 |
634 | 2024-12-19T21:39:29.852Z | Downloaded slog v2.7.0 |
635 | 2024-12-19T21:39:29.856Z | Downloaded rand_xorshift v0.3.0 |
636 | 2024-12-19T21:39:29.859Z | Downloaded hickory-server v0.24.1 |
637 | 2024-12-19T21:39:29.864Z | Downloaded strum v0.26.3 |
638 | 2024-12-19T21:39:29.866Z | Downloaded signal-hook-tokio v0.3.1 |
639 | 2024-12-19T21:39:29.866Z | Downloaded fxhash v0.2.1 |
640 | 2024-12-19T21:39:29.869Z | Downloaded foreign-types-shared v0.1.1 |
641 | 2024-12-19T21:39:29.869Z | Downloaded bytes v1.8.0 |
642 | 2024-12-19T21:39:29.873Z | Downloaded defmt v0.3.8 |
643 | 2024-12-19T21:39:29.877Z | Downloaded strum_macros v0.25.3 |
644 | 2024-12-19T21:39:29.880Z | Downloaded strum_macros v0.24.3 |
645 | 2024-12-19T21:39:29.882Z | Downloaded newtype_derive v0.1.6 |
646 | 2024-12-19T21:39:29.884Z | Downloaded strip-ansi-escapes v0.2.0 |
647 | 2024-12-19T21:39:29.887Z | Downloaded backtrace v0.3.74 |
648 | 2024-12-19T21:39:29.891Z | Downloaded fs_extra v1.3.0 |
649 | 2024-12-19T21:39:29.893Z | Downloaded topological-sort v0.2.2 |
650 | 2024-12-19T21:39:29.896Z | Downloaded env_logger v0.11.5 |
651 | 2024-12-19T21:39:29.899Z | Downloaded twox-hash v1.6.3 |
652 | 2024-12-19T21:39:29.901Z | Downloaded postgres-types v0.2.8 |
653 | 2024-12-19T21:39:29.905Z | Downloaded minimal-lexical v0.2.1 |
654 | 2024-12-19T21:39:29.910Z | Downloaded nanorand v0.7.0 |
655 | 2024-12-19T21:39:29.913Z | Downloaded serde-big-array v0.5.1 |
656 | 2024-12-19T21:39:29.915Z | Downloaded data-encoding v2.6.0 |
657 | 2024-12-19T21:39:29.917Z | Downloaded sqlparser_derive v0.2.2 |
658 | 2024-12-19T21:39:29.920Z | Downloaded tls_codec v0.4.1 |
659 | 2024-12-19T21:39:29.924Z | Downloaded diesel-dtrace v0.4.2 |
660 | 2024-12-19T21:39:29.924Z | Downloaded utf16_iter v1.0.5 |
661 | 2024-12-19T21:39:30.929Z | Downloaded tls_codec_derive v0.4.1 |
662 | 2024-12-19T21:39:30.929Z | Downloaded futures v0.3.31 |
663 | 2024-12-19T21:39:30.933Z | Downloaded sync_wrapper v1.0.1 |
664 | 2024-12-19T21:39:30.933Z | Downloaded olpc-cjson v0.1.4 |
665 | 2024-12-19T21:39:30.933Z | Downloaded derive_builder_macro v0.20.2 |
666 | 2024-12-19T21:39:30.933Z | Downloaded toolchain_find v0.4.0 |
667 | 2024-12-19T21:39:30.933Z | Downloaded sct v0.7.1 |
668 | 2024-12-19T21:39:30.933Z | Downloaded diff v0.1.13 |
669 | 2024-12-19T21:39:30.933Z | Downloaded phf v0.11.2 |
670 | 2024-12-19T21:39:30.933Z | Downloaded time-core v0.1.2 |
671 | 2024-12-19T21:39:30.933Z | Downloaded thread_local v1.1.8 |
672 | 2024-12-19T21:39:30.933Z | Downloaded sync-ptr v0.1.1 |
673 | 2024-12-19T21:39:30.933Z | Downloaded primeorder v0.13.6 |
674 | 2024-12-19T21:39:30.933Z | Downloaded ron v0.8.1 |
675 | 2024-12-19T21:39:30.933Z | Downloaded nibble_vec v0.1.0 |
676 | 2024-12-19T21:39:30.933Z | Downloaded newtype-uuid v1.1.3 |
677 | 2024-12-19T21:39:30.933Z | Downloaded samael v0.0.17 |
678 | 2024-12-19T21:39:30.933Z | Downloaded smf v0.2.3 |
679 | 2024-12-19T21:39:30.934Z | Downloaded http v1.1.0 |
680 | 2024-12-19T21:39:30.934Z | Downloaded precomputed-hash v0.1.1 |
681 | 2024-12-19T21:39:30.934Z | Downloaded phf_shared v0.10.0 |
682 | 2024-12-19T21:39:30.934Z | Downloaded path-slash v0.1.5 |
683 | 2024-12-19T21:39:30.934Z | Downloaded oso-derive v0.27.3 |
684 | 2024-12-19T21:39:30.934Z | Downloaded foreign-types v0.5.0 |
685 | 2024-12-19T21:39:30.934Z | Downloaded darling_macro v0.20.10 |
686 | 2024-12-19T21:39:30.934Z | Downloaded fallible-streaming-iterator v0.1.9 |
687 | 2024-12-19T21:39:30.934Z | Downloaded tracing v0.1.40 |
688 | 2024-12-19T21:39:30.934Z | Downloaded rand_core v0.6.4 |
689 | 2024-12-19T21:39:30.934Z | Downloaded zone v0.3.0 |
690 | 2024-12-19T21:39:30.935Z | Downloaded structmeta v0.2.0 |
691 | 2024-12-19T21:39:30.935Z | Downloaded vsss-rs v3.3.4 |
692 | 2024-12-19T21:39:30.935Z | Downloaded yoke v0.7.4 |
693 | 2024-12-19T21:39:30.935Z | Downloaded deranged v0.3.11 |
694 | 2024-12-19T21:39:30.935Z | Downloaded phf_codegen v0.11.2 |
695 | 2024-12-19T21:39:30.935Z | Downloaded ron v0.7.1 |
696 | 2024-12-19T21:39:30.935Z | Downloaded password-hash v0.4.2 |
697 | 2024-12-19T21:39:30.935Z | Downloaded semver v0.1.20 |
698 | 2024-12-19T21:39:30.935Z | Downloaded secrecy v0.8.0 |
699 | 2024-12-19T21:39:30.935Z | Downloaded tinyvec_macros v0.1.1 |
700 | 2024-12-19T21:39:30.935Z | Downloaded signal-hook v0.3.17 |
701 | 2024-12-19T21:39:30.935Z | Downloaded untrusted v0.9.0 |
702 | 2024-12-19T21:39:30.935Z | Downloaded fallible-iterator v0.2.0 |
703 | 2024-12-19T21:39:30.935Z | Downloaded sigpipe v0.1.3 |
704 | 2024-12-19T21:39:30.935Z | Downloaded fatfs v0.3.6 |
705 | 2024-12-19T21:39:30.935Z | Downloaded hash32 v0.2.1 |
706 | 2024-12-19T21:39:30.935Z | Downloaded smallvec v1.13.2 |
707 | 2024-12-19T21:39:30.935Z | Downloaded libxml v0.3.3 |
708 | 2024-12-19T21:39:30.935Z | Downloaded vte_generate_state_changes v0.1.2 |
709 | 2024-12-19T21:39:30.935Z | Downloaded qorb v0.2.1 |
710 | 2024-12-19T21:39:30.935Z | Downloaded phf_generator v0.11.2 |
711 | 2024-12-19T21:39:30.935Z | Downloaded which v4.4.2 |
712 | 2024-12-19T21:39:30.935Z | Downloaded futures-macro v0.3.31 |
713 | 2024-12-19T21:39:30.936Z | Downloaded crossbeam-channel v0.5.13 |
714 | 2024-12-19T21:39:30.936Z | Downloaded zone_cfg_derive v0.1.2 |
715 | 2024-12-19T21:39:30.936Z | Downloaded zip v2.1.3 |
716 | 2024-12-19T21:39:30.936Z | Downloaded scheduled-thread-pool v0.2.7 |
717 | 2024-12-19T21:39:30.936Z | Downloaded rustfmt-wrapper v0.2.1 |
718 | 2024-12-19T21:39:30.936Z | Downloaded rustc_version v0.1.7 |
719 | 2024-12-19T21:39:30.936Z | Downloaded ppv-lite86 v0.2.20 |
720 | 2024-12-19T21:39:30.936Z | Downloaded rustc-demangle v0.1.24 |
721 | 2024-12-19T21:39:30.936Z | Downloaded zerocopy v0.6.6 |
722 | 2024-12-19T21:39:30.936Z | Downloaded vte v0.11.1 |
723 | 2024-12-19T21:39:30.936Z | Downloaded parse-size v1.1.0 |
724 | 2024-12-19T21:39:30.936Z | Downloaded smallvec v0.6.14 |
725 | 2024-12-19T21:39:30.936Z | Downloaded unicode_categories v0.1.1 |
726 | 2024-12-19T21:39:30.936Z | Downloaded idna v1.0.3 |
727 | 2024-12-19T21:39:30.936Z | Downloaded tinystr v0.7.6 |
728 | 2024-12-19T21:39:30.936Z | Downloaded tiny-keccak v2.0.2 |
729 | 2024-12-19T21:39:30.936Z | Downloaded derive_builder v0.20.2 |
730 | 2024-12-19T21:39:30.936Z | Downloaded signature v2.2.0 |
731 | 2024-12-19T21:39:30.936Z | Downloaded openssl-sys v0.9.103 |
732 | 2024-12-19T21:39:30.936Z | Downloaded env_filter v0.1.2 |
733 | 2024-12-19T21:39:30.936Z | Downloaded enum-as-inner v0.6.1 |
734 | 2024-12-19T21:39:30.936Z | Downloaded spki v0.7.3 |
735 | 2024-12-19T21:39:30.936Z | Downloaded predicates v3.1.2 |
736 | 2024-12-19T21:39:30.936Z | Downloaded parse-zoneinfo v0.3.1 |
737 | 2024-12-19T21:39:30.936Z | Downloaded test-strategy v0.3.1 |
738 | 2024-12-19T21:39:30.936Z | Downloaded thiserror-impl-no-std v2.0.2 |
739 | 2024-12-19T21:39:30.936Z | Downloaded thiserror-impl v2.0.3 |
740 | 2024-12-19T21:39:30.936Z | Downloaded der_derive v0.7.3 |
741 | 2024-12-19T21:39:30.936Z | Downloaded num v0.4.3 |
742 | 2024-12-19T21:39:30.936Z | Downloaded hash32 v0.3.1 |
743 | 2024-12-19T21:39:30.936Z | Downloaded enum-as-inner v0.5.1 |
744 | 2024-12-19T21:39:30.936Z | Downloaded newline-converter v0.3.0 |
745 | 2024-12-19T21:39:30.936Z | Downloaded num-complex v0.4.6 |
746 | 2024-12-19T21:39:30.936Z | Downloaded r2d2 v0.8.10 |
747 | 2024-12-19T21:39:30.937Z | Downloaded quinn-udp v0.5.5 |
748 | 2024-12-19T21:39:30.937Z | Downloaded parse-display v0.10.0 |
749 | 2024-12-19T21:39:30.937Z | Downloaded slog-envlogger v2.2.0 |
750 | 2024-12-19T21:39:30.937Z | Downloaded hyper v1.5.0 |
751 | 2024-12-19T21:39:30.937Z | Downloaded half v2.4.1 |
752 | 2024-12-19T21:39:30.937Z | Downloaded structmeta-derive v0.2.0 |
753 | 2024-12-19T21:39:30.937Z | Downloaded structmeta-derive v0.3.0 |
754 | 2024-12-19T21:39:30.937Z | Downloaded der v0.7.9 |
755 | 2024-12-19T21:39:30.937Z | Downloaded time-macros v0.2.18 |
756 | 2024-12-19T21:39:30.937Z | Downloaded time v0.3.36 |
757 | 2024-12-19T21:39:30.937Z | Downloaded utf8_iter v1.0.4 |
758 | 2024-12-19T21:39:30.937Z | Downloaded utf-8 v0.7.6 |
759 | 2024-12-19T21:39:30.937Z | Downloaded multer v3.1.0 |
760 | 2024-12-19T21:39:30.937Z | Downloaded zone_cfg_derive v0.3.0 |
761 | 2024-12-19T21:39:30.937Z | Downloaded psl-types v2.0.11 |
762 | 2024-12-19T21:39:30.937Z | Downloaded progenitor-macro v0.8.0 |
763 | 2024-12-19T21:39:30.941Z | Downloaded derive-where v1.2.7 |
764 | 2024-12-19T21:39:30.941Z | Downloaded num-derive v0.4.2 |
765 | 2024-12-19T21:39:30.941Z | Downloaded ghash v0.5.1 |
766 | 2024-12-19T21:39:30.941Z | Downloaded flagset v0.4.6 |
767 | 2024-12-19T21:39:30.941Z | Downloaded dirs-next v2.0.0 |
768 | 2024-12-19T21:39:30.941Z | Downloaded itertools v0.13.0 |
769 | 2024-12-19T21:39:30.941Z | Downloaded static_assertions v1.1.0 |
770 | 2024-12-19T21:39:30.941Z | Downloaded paste v1.0.15 |
771 | 2024-12-19T21:39:30.941Z | Downloaded tokio-rustls v0.24.1 |
772 | 2024-12-19T21:39:30.941Z | Downloaded thiserror v2.0.3 |
773 | 2024-12-19T21:39:30.941Z | Downloaded predicates-tree v1.0.11 |
774 | 2024-12-19T21:39:30.941Z | Downloaded num-integer v0.1.46 |
775 | 2024-12-19T21:39:30.942Z | Downloaded write16 v1.0.0 |
776 | 2024-12-19T21:39:30.942Z | Downloaded difflib v0.4.0 |
777 | 2024-12-19T21:39:30.942Z | Downloaded slog-stdlog v4.1.1 |
778 | 2024-12-19T21:39:30.942Z | Downloaded fallible-iterator v0.3.0 |
779 | 2024-12-19T21:39:30.942Z | Downloaded num-rational v0.4.2 |
780 | 2024-12-19T21:39:30.942Z | Downloaded slog-scope v4.4.0 |
781 | 2024-12-19T21:39:30.942Z | Downloaded slog-json v2.6.1 |
782 | 2024-12-19T21:39:30.942Z | Downloaded env_logger v0.10.2 |
783 | 2024-12-19T21:39:30.942Z | Downloaded dhcproto v0.12.0 |
784 | 2024-12-19T21:39:30.942Z | Downloaded num_enum_derive v0.5.11 |
785 | 2024-12-19T21:39:30.942Z | Downloaded futures-io v0.3.31 |
786 | 2024-12-19T21:39:30.942Z | Downloaded futures-executor v0.3.31 |
787 | 2024-12-19T21:39:30.942Z | Downloaded form_urlencoded v1.2.1 |
788 | 2024-12-19T21:39:30.942Z | Downloaded unicode-segmentation v1.12.0 |
789 | 2024-12-19T21:39:30.943Z | Downloaded new_debug_unreachable v1.0.6 |
790 | 2024-12-19T21:39:30.943Z | Downloaded ref-cast v1.0.23 |
791 | 2024-12-19T21:39:30.943Z | Downloaded headers v0.4.0 |
792 | 2024-12-19T21:39:30.943Z | Downloaded resolv-conf v0.7.0 |
793 | 2024-12-19T21:39:30.943Z | Downloaded schemars v0.8.21 |
794 | 2024-12-19T21:39:30.943Z | Downloaded diesel_table_macro_syntax v0.2.0 |
795 | 2024-12-19T21:39:30.943Z | Downloaded zerofrom v0.1.4 |
796 | 2024-12-19T21:39:30.943Z | Downloaded aes v0.8.4 |
797 | 2024-12-19T21:39:30.943Z | Downloaded rusty-fork v0.3.0 |
798 | 2024-12-19T21:39:30.943Z | Downloaded foreign-types v0.3.2 |
799 | 2024-12-19T21:39:30.943Z | Downloaded structmeta v0.3.0 |
800 | 2024-12-19T21:39:30.943Z | Downloaded salsa20 v0.10.2 |
801 | 2024-12-19T21:39:30.943Z | Downloaded ed25519 v2.2.3 |
802 | 2024-12-19T21:39:30.943Z | Downloaded zeroize_derive v1.4.2 |
803 | 2024-12-19T21:39:30.943Z | Downloaded tokio-rustls v0.26.0 |
804 | 2024-12-19T21:39:30.943Z | Downloaded tap v1.0.1 |
805 | 2024-12-19T21:39:30.943Z | Downloaded slog-term v2.9.1 |
806 | 2024-12-19T21:39:30.943Z | Downloaded term v0.7.0 |
807 | 2024-12-19T21:39:30.943Z | Downloaded rtoolbox v0.0.2 |
808 | 2024-12-19T21:39:30.943Z | Downloaded progenitor-client v0.8.0 |
809 | 2024-12-19T21:39:30.943Z | Downloaded pretty-hex v0.2.1 |
810 | 2024-12-19T21:39:30.943Z | Downloaded slog-dtrace v0.3.0 |
811 | 2024-12-19T21:39:30.944Z | Downloaded packed_struct_codegen v0.10.1 |
812 | 2024-12-19T21:39:30.944Z | Downloaded parking_lot_core v0.9.10 |
813 | 2024-12-19T21:39:30.944Z | Downloaded multimap v0.10.0 |
814 | 2024-12-19T21:39:30.944Z | Downloaded hex v0.4.3 |
815 | 2024-12-19T21:39:30.944Z | Downloaded heck v0.3.3 |
816 | 2024-12-19T21:39:30.944Z | Downloaded parking_lot_core v0.8.6 |
817 | 2024-12-19T21:39:30.944Z | Downloaded tui-tree-widget v0.22.0 |
818 | 2024-12-19T21:39:30.944Z | Downloaded hkdf v0.12.4 |
819 | 2024-12-19T21:39:30.944Z | Downloaded p256 v0.13.2 |
820 | 2024-12-19T21:39:30.944Z | Downloaded tough v0.19.0 |
821 | 2024-12-19T21:39:30.944Z | Downloaded universal-hash v0.5.1 |
822 | 2024-12-19T21:39:30.944Z | Downloaded poly1305 v0.8.0 |
823 | 2024-12-19T21:39:30.944Z | Downloaded tokio-postgres v0.7.12 |
824 | 2024-12-19T21:39:30.944Z | Downloaded take_mut v0.2.2 |
825 | 2024-12-19T21:39:30.944Z | Downloaded serde_with_macros v3.11.0 |
826 | 2024-12-19T21:39:30.944Z | Downloaded num_threads v0.1.7 |
827 | 2024-12-19T21:39:30.944Z | Downloaded foldhash v0.1.3 |
828 | 2024-12-19T21:39:30.944Z | Downloaded sha1 v0.10.6 |
829 | 2024-12-19T21:39:30.944Z | Downloaded percent-encoding v2.3.1 |
830 | 2024-12-19T21:39:30.944Z | Downloaded glob v0.3.1 |
831 | 2024-12-19T21:39:30.944Z | Downloaded futures-task v0.3.31 |
832 | 2024-12-19T21:39:30.944Z | Downloaded ssh-key v0.6.6 |
833 | 2024-12-19T21:39:30.944Z | Downloaded stringprep v0.1.5 |
834 | 2024-12-19T21:39:30.944Z | Downloaded rand_seeder v0.3.0 |
835 | 2024-12-19T21:39:30.944Z | Downloaded unicode-properties v0.1.3 |
836 | 2024-12-19T21:39:30.944Z | Downloaded parking_lot v0.11.2 |
837 | 2024-12-19T21:39:30.944Z | Downloaded ecdsa v0.16.9 |
838 | 2024-12-19T21:39:30.944Z | Downloaded zopfli v0.8.1 |
839 | 2024-12-19T21:39:30.944Z | Downloaded try-lock v0.2.5 |
840 | 2024-12-19T21:39:30.944Z | Downloaded dsl_auto_type v0.1.2 |
841 | 2024-12-19T21:39:30.944Z | Downloaded display-error-chain v0.2.2 |
842 | 2024-12-19T21:39:30.944Z | Downloaded strum_macros v0.26.4 |
843 | 2024-12-19T21:39:30.944Z | Downloaded nu-ansi-term v0.50.1 |
844 | 2024-12-19T21:39:30.944Z | Downloaded either v1.13.0 |
845 | 2024-12-19T21:39:30.944Z | Downloaded ed25519-dalek v2.1.1 |
846 | 2024-12-19T21:39:30.944Z | Downloaded snafu-derive v0.8.5 |
847 | 2024-12-19T21:39:30.944Z | Downloaded serde_urlencoded v0.7.1 |
848 | 2024-12-19T21:39:30.946Z | Downloaded zip v0.6.6 |
849 | 2024-12-19T21:39:30.946Z | Downloaded xz2 v0.1.7 |
850 | 2024-12-19T21:39:30.946Z | Downloaded foreign-types-shared v0.3.1 |
851 | 2024-12-19T21:39:30.946Z | Downloaded dyn-clone v1.0.17 |
852 | 2024-12-19T21:39:30.946Z | Downloaded pbkdf2 v0.11.0 |
853 | 2024-12-19T21:39:30.946Z | Downloaded dunce v1.0.5 |
854 | 2024-12-19T21:39:30.946Z | Downloaded rustyline v14.0.0 |
855 | 2024-12-19T21:39:30.946Z | Downloaded num-conv v0.1.0 |
856 | 2024-12-19T21:39:30.946Z | Downloaded synstructure v0.13.1 |
857 | 2024-12-19T21:39:30.946Z | Downloaded dirs-sys-next v0.1.2 |
858 | 2024-12-19T21:39:30.946Z | Downloaded phf_shared v0.11.2 |
859 | 2024-12-19T21:39:30.946Z | Downloaded pem-rfc7468 v0.7.0 |
860 | 2024-12-19T21:39:30.946Z | Downloaded num_enum v0.5.11 |
861 | 2024-12-19T21:39:30.946Z | Downloaded serde_with v3.11.0 |
862 | 2024-12-19T21:39:30.946Z | Downloaded tokio-tungstenite v0.23.1 |
863 | 2024-12-19T21:39:30.950Z | Downloaded untrusted v0.7.1 |
864 | 2024-12-19T21:39:30.950Z | Downloaded string_cache v0.8.7 |
865 | 2024-12-19T21:39:30.950Z | Downloaded pin-utils v0.1.0 |
866 | 2024-12-19T21:39:30.951Z | Downloaded xattr v1.3.1 |
867 | 2024-12-19T21:39:30.951Z | Downloaded tokio-stream v0.1.16 |
868 | 2024-12-19T21:39:30.951Z | Downloaded unarray v0.1.4 |
869 | 2024-12-19T21:39:30.951Z | Downloaded icu_properties_data v1.5.0 |
870 | 2024-12-19T21:39:30.951Z | Downloaded schemars_derive v0.8.21 |
871 | 2024-12-19T21:39:30.951Z | Downloaded lalrpop v0.19.12 |
872 | 2024-12-19T21:39:30.951Z | Downloaded tokio-tungstenite v0.21.0 |
873 | 2024-12-19T21:39:30.951Z | Downloaded aho-corasick v1.1.3 |
874 | 2024-12-19T21:39:30.951Z | Downloaded subprocess v0.2.9 |
875 | 2024-12-19T21:39:30.951Z | Downloaded rfc6979 v0.4.0 |
876 | 2024-12-19T21:39:30.951Z | Downloaded toml v0.7.8 |
877 | 2024-12-19T21:39:30.951Z | Downloaded same-file v1.0.6 |
878 | 2024-12-19T21:39:30.951Z | Downloaded unicase v2.7.0 |
879 | 2024-12-19T21:39:30.951Z | Downloaded des v0.8.1 |
880 | 2024-12-19T21:39:30.951Z | Downloaded snafu v0.8.5 |
881 | 2024-12-19T21:39:30.951Z | Downloaded float-cmp v0.9.0 |
882 | 2024-12-19T21:39:30.951Z | Downloaded writeable v0.5.5 |
883 | 2024-12-19T21:39:30.951Z | Downloaded serde_yaml v0.9.34+deprecated |
884 | 2024-12-19T21:39:30.951Z | Downloaded quick-xml v0.33.0 |
885 | 2024-12-19T21:39:30.951Z | Downloaded globset v0.4.15 |
886 | 2024-12-19T21:39:30.951Z | Downloaded pin-project-lite v0.2.14 |
887 | 2024-12-19T21:39:30.951Z | Downloaded unsafe-libyaml v0.2.11 |
888 | 2024-12-19T21:39:30.952Z | Downloaded unicode-bidi v0.3.17 |
889 | 2024-12-19T21:39:30.952Z | Downloaded futures-util v0.3.31 |
890 | 2024-12-19T21:39:30.952Z | Downloaded yasna v0.5.2 |
891 | 2024-12-19T21:39:30.952Z | Downloaded rustls-pemfile v2.2.0 |
892 | 2024-12-19T21:39:30.952Z | Downloaded portable-atomic v1.9.0 |
893 | 2024-12-19T21:39:30.952Z | Downloaded rcgen v0.12.1 |
894 | 2024-12-19T21:39:30.952Z | Downloaded value-bag v1.9.0 |
895 | 2024-12-19T21:39:30.952Z | Downloaded uuid v1.11.0 |
896 | 2024-12-19T21:39:30.952Z | Downloaded aws-lc-rs v1.10.0 |
897 | 2024-12-19T21:39:30.952Z | Downloaded tar v0.4.42 |
898 | 2024-12-19T21:39:30.952Z | Downloaded pin-project-internal v1.1.6 |
899 | 2024-12-19T21:39:30.952Z | Downloaded tungstenite v0.21.0 |
900 | 2024-12-19T21:39:30.952Z | Downloaded num-bigint v0.4.6 |
901 | 2024-12-19T21:39:30.952Z | Downloaded prettyplease v0.2.25 |
902 | 2024-12-19T21:39:30.952Z | Downloaded idna v0.3.0 |
903 | 2024-12-19T21:39:30.952Z | Downloaded pin-project v1.1.6 |
904 | 2024-12-19T21:39:30.952Z | Downloaded zerocopy v0.8.10 |
905 | 2024-12-19T21:39:30.952Z | Downloaded salty v0.3.0 |
906 | 2024-12-19T21:39:30.952Z | Downloaded idna v0.5.0 |
907 | 2024-12-19T21:39:30.952Z | Downloaded sqlparser v0.45.0 |
908 | 2024-12-19T21:39:30.952Z | Downloaded elliptic-curve v0.13.8 |
909 | 2024-12-19T21:39:30.952Z | Downloaded unicode-normalization v0.1.24 |
910 | 2024-12-19T21:39:30.952Z | Downloaded chrono v0.4.38 |
911 | 2024-12-19T21:39:30.952Z | Downloaded bitvec v1.0.1 |
912 | 2024-12-19T21:39:30.952Z | Downloaded heapless v0.8.0 |
913 | 2024-12-19T21:39:30.952Z | Downloaded flume v0.11.1 |
914 | 2024-12-19T21:39:30.952Z | Downloaded rayon-core v1.12.1 |
915 | 2024-12-19T21:39:30.952Z | Downloaded flate2 v1.0.34 |
916 | 2024-12-19T21:39:30.952Z | Downloaded steno v0.4.1 |
917 | 2024-12-19T21:39:30.952Z | Downloaded zerocopy-derive v0.8.10 |
918 | 2024-12-19T21:39:30.952Z | Downloaded toml_edit v0.19.15 |
919 | 2024-12-19T21:39:30.952Z | Downloaded tokio-util v0.7.12 |
920 | 2024-12-19T21:39:30.952Z | Downloaded openssl v0.10.66 |
921 | 2024-12-19T21:39:30.952Z | Downloaded heapless v0.7.17 |
922 | 2024-12-19T21:39:30.952Z | Downloaded quinn-proto v0.11.8 |
923 | 2024-12-19T21:39:30.952Z | Downloaded russh v0.45.0 |
924 | 2024-12-19T21:39:30.952Z | Downloaded zerovec v0.10.4 |
925 | 2024-12-19T21:39:30.953Z | Downloaded h2 v0.4.6 |
926 | 2024-12-19T21:39:30.953Z | Downloaded url v2.5.3 |
927 | 2024-12-19T21:39:30.953Z | Downloaded x509-cert v0.2.5 |
928 | 2024-12-19T21:39:30.953Z | Downloaded hashbrown v0.12.3 |
929 | 2024-12-19T21:39:30.953Z | Downloaded rustls-webpki v0.102.8 |
930 | 2024-12-19T21:39:30.953Z | Downloaded radix_trie v0.2.1 |
931 | 2024-12-19T21:39:30.953Z | Downloaded dropshot v0.13.0 |
932 | 2024-12-19T21:39:30.953Z | Downloaded num-bigint-dig v0.8.4 |
933 | 2024-12-19T21:39:30.953Z | Downloaded vcpkg v0.2.15 |
934 | 2024-12-19T21:39:30.953Z | Downloaded p384 v0.13.0 |
935 | 2024-12-19T21:39:30.953Z | Downloaded hickory-proto v0.24.1 |
936 | 2024-12-19T21:39:30.953Z | Downloaded p521 v0.13.3 |
937 | 2024-12-19T21:39:30.953Z | Downloaded git2 v0.19.0 |
938 | 2024-12-19T21:39:30.953Z | Downloaded rustls-webpki v0.101.7 |
939 | 2024-12-19T21:39:30.953Z | Downloaded reedline v0.35.0 |
940 | 2024-12-19T21:39:30.953Z | Downloaded rustls v0.23.19 |
941 | 2024-12-19T21:39:30.953Z | Downloaded diesel v2.2.6 |
942 | 2024-12-19T21:39:30.953Z | Downloaded rusqlite v0.32.1 |
943 | 2024-12-19T21:39:30.953Z | Downloaded trust-dns-proto v0.22.0 |
944 | 2024-12-19T21:39:30.953Z | Downloaded curve25519-dalek v4.1.3 |
945 | 2024-12-19T21:39:30.953Z | Downloaded object v0.30.4 |
946 | 2024-12-19T21:39:30.953Z | Downloaded smoltcp v0.11.0 |
947 | 2024-12-19T21:39:30.958Z | Downloaded nix v0.27.1 |
948 | 2024-12-19T21:39:30.970Z | Downloaded rustls v0.21.12 |
949 | 2024-12-19T21:39:30.980Z | Downloaded reqwest v0.12.9 |
950 | 2024-12-19T21:39:30.989Z | Downloaded regex v1.11.1 |
951 | 2024-12-19T21:39:31.002Z | Downloaded regex-syntax v0.6.29 |
952 | 2024-12-19T21:39:31.009Z | Downloaded rustls v0.22.4 |
953 | 2024-12-19T21:39:31.021Z | Downloaded regress v0.9.1 |
954 | 2024-12-19T21:39:31.030Z | Downloaded chrono-tz v0.10.0 |
955 | 2024-12-19T21:39:31.038Z | Downloaded bstr v1.10.0 |
956 | 2024-12-19T21:39:31.048Z | Downloaded polar-core v0.27.3 |
957 | 2024-12-19T21:39:31.056Z | Downloaded object v0.36.5 |
958 | 2024-12-19T21:39:31.067Z | Downloaded nix v0.28.0 |
959 | 2024-12-19T21:39:31.079Z | Downloaded zerocopy-derive v0.6.6 |
960 | 2024-12-19T21:39:31.088Z | Downloaded sled v0.34.7 |
961 | 2024-12-19T21:39:31.098Z | Downloaded lzma-sys v0.1.20 |
962 | 2024-12-19T21:39:31.126Z | Downloaded regress v0.10.1 |
963 | 2024-12-19T21:39:31.135Z | Downloaded webpki-roots v0.26.6 |
964 | 2024-12-19T21:39:31.138Z | Downloaded petname v2.0.2 |
965 | 2024-12-19T21:39:31.143Z | Downloaded gimli v0.31.1 |
966 | 2024-12-19T21:39:31.151Z | Downloaded proptest v1.5.0 |
967 | 2024-12-19T21:39:31.160Z | Downloaded regex-syntax v0.8.5 |
968 | 2024-12-19T21:39:31.169Z | Downloaded petgraph v0.6.5 |
969 | 2024-12-19T21:39:31.186Z | Downloaded ratatui v0.28.1 |
970 | 2024-12-19T21:39:31.205Z | Downloaded typify-impl v0.2.0 |
971 | 2024-12-19T21:39:31.220Z | Downloaded libz-sys v1.1.20 |
972 | 2024-12-19T21:39:31.240Z | Downloaded openapiv3 v2.0.0 |
973 | 2024-12-19T21:39:31.251Z | Downloaded nix v0.29.0 |
974 | 2024-12-19T21:39:31.263Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
975 | 2024-12-19T21:39:31.274Z | Downloaded smoltcp v0.9.1 |
976 | 2024-12-19T21:39:31.284Z | Downloaded unicode-width v0.2.0 |
977 | 2024-12-19T21:39:31.290Z | Downloaded dropshot v0.12.0 |
978 | 2024-12-19T21:39:31.309Z | Downloaded regex-automata v0.4.8 |
979 | 2024-12-19T21:39:31.327Z | Downloaded idna v0.4.0 |
980 | 2024-12-19T21:39:31.332Z | Downloaded idna v0.2.3 |
981 | 2024-12-19T21:39:31.339Z | Downloaded blake3 v1.5.4 |
982 | 2024-12-19T21:39:31.346Z | Downloaded bindgen v0.69.5 |
983 | 2024-12-19T21:39:31.353Z | Downloaded rustls-pki-types v1.10.0 |
984 | 2024-12-19T21:39:31.356Z | Downloaded diesel_derives v2.2.3 |
985 | 2024-12-19T21:39:31.360Z | Downloaded winnow v0.5.40 |
986 | 2024-12-19T21:39:31.368Z | Downloaded derive_more v0.99.18 |
987 | 2024-12-19T21:39:31.372Z | Downloaded darling_core v0.20.10 |
988 | 2024-12-19T21:39:31.376Z | Downloaded publicsuffix v2.2.3 |
989 | 2024-12-19T21:39:31.379Z | Downloaded hashbrown v0.14.5 |
990 | 2024-12-19T21:39:31.384Z | Downloaded typify-macro v0.2.0 |
991 | 2024-12-19T21:39:31.386Z | Downloaded tokio v1.40.0 |
992 | 2024-12-19T21:39:31.421Z | Downloaded sha3 v0.10.8 |
993 | 2024-12-19T21:39:31.426Z | Downloaded packed_struct v0.10.1 |
994 | 2024-12-19T21:39:31.429Z | Downloaded csv v1.3.0 |
995 | 2024-12-19T21:39:31.447Z | Downloaded parking_lot v0.12.3 |
996 | 2024-12-19T21:39:31.450Z | Downloaded rayon v1.10.0 |
997 | 2024-12-19T21:39:31.457Z | Downloaded zerofrom-derive v0.1.4 |
998 | 2024-12-19T21:39:31.460Z | Downloaded supports-color v3.0.1 |
999 | 2024-12-19T21:39:31.460Z | Downloaded serde_plain v1.0.2 |
1000 | 2024-12-19T21:39:31.462Z | Downloaded similar v2.6.0 |
1001 | 2024-12-19T21:39:31.465Z | Downloaded serde_repr v0.1.19 |
1002 | 2024-12-19T21:39:31.468Z | Downloaded tokio-rustls v0.25.0 |
1003 | 2024-12-19T21:39:31.470Z | Downloaded russh-keys v0.45.0 |
1004 | 2024-12-19T21:39:31.475Z | Downloaded expectorate v1.1.0 |
1005 | 2024-12-19T21:39:31.475Z | Downloaded encoding_rs v0.8.34 |
1006 | 2024-12-19T21:39:31.493Z | Downloaded rand v0.8.5 |
1007 | 2024-12-19T21:39:31.504Z | Downloaded getrandom v0.2.15 |
1008 | 2024-12-19T21:39:31.504Z | Downloaded password-hash v0.5.0 |
1009 | 2024-12-19T21:39:31.504Z | Downloaded socket2 v0.5.7 |
1010 | 2024-12-19T21:39:31.507Z | Downloaded aes-gcm v0.10.3 |
1011 | 2024-12-19T21:39:31.507Z | Downloaded tungstenite v0.23.0 |
1012 | 2024-12-19T21:39:31.510Z | Downloaded typed-path v0.9.3 |
1013 | 2024-12-19T21:39:31.514Z | Downloaded hashbrown v0.13.2 |
1014 | 2024-12-19T21:39:31.519Z | Downloaded crossterm v0.28.1 |
1015 | 2024-12-19T21:39:31.525Z | Downloaded dropshot_endpoint v0.13.0 |
1016 | 2024-12-19T21:39:31.528Z | Downloaded dropshot_endpoint v0.12.0 |
1017 | 2024-12-19T21:39:31.530Z | Downloaded vergen v8.3.2 |
1018 | 2024-12-19T21:39:31.533Z | Downloaded nom v7.1.3 |
1019 | 2024-12-19T21:39:31.538Z | Downloaded simd-adler32 v0.3.7 |
1020 | 2024-12-19T21:39:31.541Z | Downloaded fixedbitset v0.4.2 |
1021 | 2024-12-19T21:39:31.545Z | Downloaded num-traits v0.2.19 |
1022 | 2024-12-19T21:39:31.545Z | Downloaded rustc-hash v2.0.0 |
1023 | 2024-12-19T21:39:31.548Z | Downloaded rustc-hash v1.1.0 |
1024 | 2024-12-19T21:39:31.548Z | Downloaded zerovec-derive v0.10.3 |
1025 | 2024-12-19T21:39:31.548Z | Downloaded rsa v0.9.6 |
1026 | 2024-12-19T21:39:31.550Z | Downloaded futures-sink v0.3.31 |
1027 | 2024-12-19T21:39:31.553Z | Downloaded radium v0.7.0 |
1028 | 2024-12-19T21:39:31.553Z | Downloaded quick-error v1.2.3 |
1029 | 2024-12-19T21:39:31.556Z | Downloaded num-iter v0.1.45 |
1030 | 2024-12-19T21:39:31.556Z | Downloaded owo-colors v4.1.0 |
1031 | 2024-12-19T21:39:31.559Z | Downloaded pkcs5 v0.7.1 |
1032 | 2024-12-19T21:39:31.561Z | Downloaded predicates-core v1.0.8 |
1033 | 2024-12-19T21:39:31.561Z | Downloaded parse-display-derive v0.10.0 |
1034 | 2024-12-19T21:39:31.564Z | Downloaded sqlformat v0.2.6 |
1035 | 2024-12-19T21:39:31.564Z | Downloaded embedded-io v0.6.1 |
1036 | 2024-12-19T21:39:31.566Z | Downloaded embedded-io v0.4.0 |
1037 | 2024-12-19T21:39:31.566Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1038 | 2024-12-19T21:39:31.622Z | Downloaded itertools v0.12.1 |
1039 | 2024-12-19T21:39:31.628Z | Downloaded tungstenite v0.24.0 |
1040 | 2024-12-19T21:39:31.631Z | Downloaded quinn v0.11.5 |
1041 | 2024-12-19T21:39:31.635Z | Downloaded polyval v0.6.2 |
1042 | 2024-12-19T21:39:31.637Z | Downloaded group v0.13.0 |
1043 | 2024-12-19T21:39:31.637Z | Downloaded derive_builder_core v0.20.2 |
1044 | 2024-12-19T21:39:31.640Z | Downloaded whoami v1.5.2 |
1045 | 2024-12-19T21:39:31.642Z | Downloaded uzers v0.12.1 |
1046 | 2024-12-19T21:39:31.645Z | Downloaded pkcs8 v0.10.2 |
1047 | 2024-12-19T21:39:31.648Z | Downloaded oso v0.27.3 |
1048 | 2024-12-19T21:39:31.651Z | Downloaded omicron-zone-package v0.11.1 |
1049 | 2024-12-19T21:39:31.654Z | Downloaded libm v0.2.8 |
1050 | 2024-12-19T21:39:31.659Z | Downloaded itertools v0.10.5 |
1051 | 2024-12-19T21:39:31.666Z | Downloaded thiserror-no-std v2.0.2 |
1052 | 2024-12-19T21:39:31.669Z | Downloaded hashlink v0.9.1 |
1053 | 2024-12-19T21:39:31.673Z | Downloaded peg-macros v0.8.4 |
1054 | 2024-12-19T21:39:31.673Z | Downloaded mio v1.0.2 |
1055 | 2024-12-19T21:39:31.677Z | Downloaded serde_path_to_error v0.1.16 |
1056 | 2024-12-19T21:39:31.679Z | Downloaded serde-hex v0.1.0 |
1057 | 2024-12-19T21:39:31.681Z | Downloaded bumpalo v3.16.0 |
1058 | 2024-12-19T21:39:31.683Z | Downloaded progenitor v0.8.0 |
1059 | 2024-12-19T21:39:31.683Z | Downloaded proc-macro-crate v1.3.1 |
1060 | 2024-12-19T21:39:31.686Z | Downloaded pkg-config v0.3.31 |
1061 | 2024-12-19T21:39:31.686Z | Downloaded float-ord v0.3.2 |
1062 | 2024-12-19T21:39:31.689Z | Downloaded pbkdf2 v0.12.2 |
1063 | 2024-12-19T21:39:31.689Z | Downloaded serde_derive_internals v0.29.1 |
1064 | 2024-12-19T21:39:31.692Z | Downloaded tracing-core v0.1.32 |
1065 | 2024-12-19T21:39:31.692Z | Downloaded gethostname v0.5.0 |
1066 | 2024-12-19T21:39:31.695Z | Downloaded foreign-types-macros v0.2.3 |
1067 | 2024-12-19T21:39:31.695Z | Downloaded ena v0.14.3 |
1068 | 2024-12-19T21:39:31.695Z | Downloaded spin v0.9.8 |
1069 | 2024-12-19T21:39:31.697Z | Downloaded pkcs1 v0.7.5 |
1070 | 2024-12-19T21:39:31.702Z | Downloaded tinyvec v1.8.0 |
1071 | 2024-12-19T21:39:31.704Z | Downloaded icu_collections v1.5.0 |
1072 | 2024-12-19T21:39:31.707Z | Downloaded wyz v0.5.1 |
1073 | 2024-12-19T21:39:31.709Z | Downloaded typify v0.2.0 |
1074 | 2024-12-19T21:39:31.714Z | Downloaded crypto-bigint v0.5.5 |
1075 | 2024-12-19T21:39:31.717Z | Downloaded base64 v0.21.7 |
1076 | 2024-12-19T21:39:31.720Z | Downloaded postgres-protocol v0.6.7 |
1077 | 2024-12-19T21:39:31.723Z | Downloaded const_format v0.2.33 |
1078 | 2024-12-19T21:39:31.726Z | Downloaded base64 v0.22.1 |
1079 | 2024-12-19T21:39:31.729Z | Downloaded postcard v1.0.10 |
1080 | 2024-12-19T21:39:31.732Z | Downloaded displaydoc v0.2.5 |
1081 | 2024-12-19T21:39:31.735Z | Downloaded cc v1.1.30 |
1082 | 2024-12-19T21:39:31.739Z | Downloaded spin v0.5.2 |
1083 | 2024-12-19T21:39:31.739Z | Downloaded stable_deref_trait v1.2.0 |
1084 | 2024-12-19T21:39:31.741Z | Downloaded signal-hook-registry v1.4.2 |
1085 | 2024-12-19T21:39:31.741Z | Downloaded signal-hook-mio v0.2.4 |
1086 | 2024-12-19T21:39:31.741Z | Downloaded sec1 v0.7.3 |
1087 | 2024-12-19T21:39:31.744Z | Downloaded rpassword v7.3.1 |
1088 | 2024-12-19T21:39:31.745Z | Downloaded native-tls v0.2.12 |
1089 | 2024-12-19T21:39:31.747Z | Downloaded peg v0.8.4 |
1090 | 2024-12-19T21:39:31.750Z | Downloaded futures-channel v0.3.31 |
1091 | 2024-12-19T21:39:31.753Z | Downloaded hickory-resolver v0.24.1 |
1092 | 2024-12-19T21:39:31.755Z | Downloaded blake2 v0.10.6 |
1093 | 2024-12-19T21:39:31.758Z | Downloaded base64 v0.13.1 |
1094 | 2024-12-19T21:39:31.760Z | Downloaded icu_provider v1.5.0 |
1095 | 2024-12-19T21:39:31.763Z | Downloaded fd-lock v4.0.2 |
1096 | 2024-12-19T21:39:31.765Z | Downloaded unicode-xid v0.2.6 |
1097 | 2024-12-19T21:39:31.766Z | Downloaded unicode-truncate v1.1.0 |
1098 | 2024-12-19T21:39:31.768Z | Downloaded icu_locid v1.5.0 |
1099 | 2024-12-19T21:39:31.771Z | Downloaded miniz_oxide v0.8.0 |
1100 | 2024-12-19T21:39:31.773Z | Downloaded lock_api v0.4.12 |
1101 | 2024-12-19T21:39:31.776Z | Downloaded termcolor v1.4.1 |
1102 | 2024-12-19T21:39:31.776Z | Downloaded ssh-encoding v0.2.0 |
1103 | 2024-12-19T21:39:31.778Z | Downloaded ssh-cipher v0.2.0 |
1104 | 2024-12-19T21:39:31.778Z | Downloaded arc-swap v1.7.1 |
1105 | 2024-12-19T21:39:31.782Z | Downloaded indexmap v1.9.3 |
1106 | 2024-12-19T21:39:31.786Z | Downloaded clang-sys v1.8.1 |
1107 | 2024-12-19T21:39:31.791Z | Downloaded openssl-macros v0.1.1 |
1108 | 2024-12-19T21:39:31.791Z | Downloaded icu_locid_transform_data v1.5.0 |
1109 | 2024-12-19T21:39:31.794Z | Downloaded const-oid v0.9.6 |
1110 | 2024-12-19T21:39:31.794Z | Downloaded siphasher v0.3.11 |
1111 | 2024-12-19T21:39:31.794Z | Downloaded scrypt v0.11.0 |
1112 | 2024-12-19T21:39:31.794Z | Downloaded cancel-safe-futures v0.1.5 |
1113 | 2024-12-19T21:39:31.798Z | Downloaded rustversion v1.0.17 |
1114 | 2024-12-19T21:39:31.800Z | Downloaded shlex v1.3.0 |
1115 | 2024-12-19T21:39:31.804Z | Downloaded cbc v0.1.2 |
1116 | 2024-12-19T21:39:31.804Z | Downloaded argon2 v0.5.3 |
1117 | 2024-12-19T21:39:31.806Z | Downloaded icu_locid_transform v1.5.0 |
1118 | 2024-12-19T21:39:31.808Z | Downloaded iana-time-zone v0.1.61 |
1119 | 2024-12-19T21:39:31.811Z | Downloaded hyper-tls v0.6.0 |
1120 | 2024-12-19T21:39:31.811Z | Downloaded hyper-staticfile v0.10.1 |
1121 | 2024-12-19T21:39:31.814Z | Downloaded hyper-rustls v0.27.3 |
1122 | 2024-12-19T21:39:31.816Z | Downloaded bit-vec v0.6.3 |
1123 | 2024-12-19T21:39:31.816Z | Downloaded http-range v0.1.5 |
1124 | 2024-12-19T21:39:31.816Z | Downloaded buf-list v1.0.3 |
1125 | 2024-12-19T21:39:31.818Z | Downloaded libefi-sys v0.1.0 |
1126 | 2024-12-19T21:39:31.821Z | Downloaded impl-trait-for-tuples v0.2.2 |
1127 | 2024-12-19T21:39:31.825Z | Downloaded async-trait v0.1.83 |
1128 | 2024-12-19T21:39:31.825Z | Downloaded hickory-client v0.24.1 |
1129 | 2024-12-19T21:39:31.879Z | Downloaded crossbeam-deque v0.8.5 |
1130 | 2024-12-19T21:39:31.879Z | Downloaded chrono-tz-build v0.4.0 |
1131 | 2024-12-19T21:39:31.879Z | Downloaded adler2 v2.0.0 |
1132 | 2024-12-19T21:39:31.879Z | Downloaded is_ci v1.2.0 |
1133 | 2024-12-19T21:39:31.879Z | Downloaded ident_case v1.0.1 |
1134 | 2024-12-19T21:39:31.879Z | Downloaded ctr v0.9.2 |
1135 | 2024-12-19T21:39:31.879Z | Downloaded idna_adapter v1.2.0 |
1136 | 2024-12-19T21:39:31.879Z | Downloaded colored v2.1.0 |
1137 | 2024-12-19T21:39:31.879Z | Downloaded blowfish v0.9.1 |
1138 | 2024-12-19T21:39:31.879Z | Downloaded libsw v3.3.1 |
1139 | 2024-12-19T21:39:31.879Z | Downloaded lazycell v1.3.0 |
1140 | 2024-12-19T21:39:31.879Z | Downloaded inout v0.1.3 |
1141 | 2024-12-19T21:39:31.879Z | Downloaded convert_case v0.4.0 |
1142 | 2024-12-19T21:39:31.879Z | Downloaded cobs v0.2.3 |
1143 | 2024-12-19T21:39:31.879Z | Downloaded ciborium-ll v0.2.2 |
1144 | 2024-12-19T21:39:31.879Z | Downloaded bb8 v0.8.5 |
1145 | 2024-12-19T21:39:31.879Z | Downloaded keccak v0.1.5 |
1146 | 2024-12-19T21:39:31.879Z | Downloaded jobserver v0.1.32 |
1147 | 2024-12-19T21:39:31.879Z | Downloaded is-terminal v0.4.13 |
1148 | 2024-12-19T21:39:31.882Z | Downloaded async-recursion v1.1.1 |
1149 | 2024-12-19T21:39:31.885Z | Downloaded cassowary v0.3.0 |
1150 | 2024-12-19T21:39:31.887Z | Downloaded ascii-canvas v3.0.0 |
1151 | 2024-12-19T21:39:31.889Z | Downloaded arrayref v0.3.9 |
1152 | 2024-12-19T21:39:31.889Z | Downloaded hostname v0.4.0 |
1153 | 2024-12-19T21:39:31.891Z | Downloaded home v0.5.9 |
1154 | 2024-12-19T21:39:31.894Z | Downloaded highway v1.2.0 |
1155 | 2024-12-19T21:39:31.897Z | Downloaded async-stream-impl v0.3.6 |
1156 | 2024-12-19T21:39:31.897Z | Downloaded assert_matches v1.5.0 |
1157 | 2024-12-19T21:39:31.996Z | Downloaded libsqlite3-sys v0.30.1 |
1158 | 2024-12-19T21:39:32.328Z | Downloaded ring v0.17.8 |
1159 | 2024-12-19T21:39:32.524Z | Downloaded ring v0.16.20 |
1160 | 2024-12-19T21:39:32.785Z | Downloaded aws-lc-sys v0.22.0 |
1161 | 2024-12-19T21:39:33.089Z | Compiling serde v1.0.215 |
1162 | 2024-12-19T21:39:33.091Z | Compiling lock_api v0.4.12 |
1163 | 2024-12-19T21:39:33.091Z | Compiling scopeguard v1.2.0 |
1164 | 2024-12-19T21:39:33.091Z | Compiling value-bag v1.9.0 |
1165 | 2024-12-19T21:39:33.092Z | Compiling typenum v1.17.0 |
1166 | 2024-12-19T21:39:33.092Z | Compiling generic-array v0.14.7 |
1167 | 2024-12-19T21:39:33.297Z | Compiling syn v2.0.87 |
1168 | 2024-12-19T21:39:33.313Z | Compiling getrandom v0.2.15 |
1169 | 2024-12-19T21:39:33.455Z | Compiling shlex v1.3.0 |
1170 | 2024-12-19T21:39:33.556Z | Compiling rand_core v0.6.4 |
1171 | 2024-12-19T21:39:33.792Z | Compiling log v0.4.22 |
1172 | 2024-12-19T21:39:33.817Z | Compiling subtle v2.6.1 |
1173 | 2024-12-19T21:39:33.868Z | Compiling jobserver v0.1.32 |
1174 | 2024-12-19T21:39:33.897Z | Compiling const-oid v0.9.6 |
1175 | 2024-12-19T21:39:34.109Z | Compiling smallvec v1.13.2 |
1176 | 2024-12-19T21:39:34.147Z | Compiling spin v0.9.8 |
1177 | 2024-12-19T21:39:34.166Z | Compiling pin-project-lite v0.2.14 |
1178 | 2024-12-19T21:39:34.286Z | Compiling cc v1.1.30 |
1179 | 2024-12-19T21:39:34.514Z | Compiling rustix v0.38.37 |
1180 | 2024-12-19T21:39:34.554Z | Compiling parking_lot_core v0.9.10 |
1181 | 2024-12-19T21:39:34.717Z | Compiling futures-core v0.3.31 |
1182 | 2024-12-19T21:39:34.835Z | Compiling signal-hook-registry v1.4.2 |
1183 | 2024-12-19T21:39:34.968Z | Compiling mio v1.0.2 |
1184 | 2024-12-19T21:39:35.417Z | Compiling parking_lot v0.12.3 |
1185 | 2024-12-19T21:39:35.629Z | Compiling aho-corasick v1.1.3 |
1186 | 2024-12-19T21:39:35.648Z | Compiling cpufeatures v0.2.14 |
1187 | 2024-12-19T21:39:35.747Z | Compiling regex-syntax v0.8.5 |
1188 | 2024-12-19T21:39:35.876Z | Compiling lazy_static v1.5.0 |
1189 | 2024-12-19T21:39:36.001Z | Compiling glob v0.3.1 |
1190 | 2024-12-19T21:39:36.030Z | Compiling futures-sink v0.3.31 |
1191 | 2024-12-19T21:39:36.139Z | Compiling stable_deref_trait v1.2.0 |
1192 | 2024-12-19T21:39:36.173Z | Compiling either v1.13.0 |
1193 | 2024-12-19T21:39:36.250Z | Compiling socket2 v0.5.7 |
1194 | 2024-12-19T21:39:36.345Z | Compiling slab v0.4.9 |
1195 | 2024-12-19T21:39:36.603Z | Compiling prettyplease v0.2.25 |
1196 | 2024-12-19T21:39:36.794Z | Compiling minimal-lexical v0.2.1 |
1197 | 2024-12-19T21:39:37.040Z | Compiling clang-sys v1.8.1 |
1198 | 2024-12-19T21:39:37.258Z | Compiling nom v7.1.3 |
1199 | 2024-12-19T21:39:37.279Z | Compiling libloading v0.8.5 |
1200 | 2024-12-19T21:39:37.369Z | Compiling home v0.5.9 |
1201 | 2024-12-19T21:39:37.636Z | Compiling serde_json v1.0.132 |
1202 | 2024-12-19T21:39:37.704Z | Compiling bindgen v0.69.5 |
1203 | 2024-12-19T21:39:37.970Z | Compiling itertools v0.10.5 |
1204 | 2024-12-19T21:39:38.532Z | Compiling futures-channel v0.3.31 |
1205 | 2024-12-19T21:39:38.675Z | Compiling allocator-api2 v0.2.18 |
1206 | 2024-12-19T21:39:38.928Z | Compiling foldhash v0.1.3 |
1207 | 2024-12-19T21:39:39.249Z | Compiling rustc-hash v1.1.0 |
1208 | 2024-12-19T21:39:39.399Z | Compiling regex-automata v0.4.8 |
1209 | 2024-12-19T21:39:39.499Z | Compiling lazycell v1.3.0 |
1210 | 2024-12-19T21:39:39.671Z | Compiling futures-io v0.3.31 |
1211 | 2024-12-19T21:39:40.006Z | Compiling pin-utils v0.1.0 |
1212 | 2024-12-19T21:39:40.105Z | Compiling futures-task v0.3.31 |
1213 | 2024-12-19T21:39:40.383Z | Compiling hashbrown v0.15.1 |
1214 | 2024-12-19T21:39:40.766Z | Compiling cexpr v0.6.0 |
1215 | 2024-12-19T21:39:40.958Z | Compiling synstructure v0.13.1 |
1216 | 2024-12-19T21:39:41.713Z | Compiling cmake v0.1.51 |
1217 | 2024-12-19T21:39:42.558Z | Compiling libm v0.2.8 |
1218 | 2024-12-19T21:39:42.589Z | Compiling tinyvec_macros v0.1.1 |
1219 | 2024-12-19T21:39:42.673Z | Compiling fs_extra v1.3.0 |
1220 | 2024-12-19T21:39:42.692Z | Compiling pkg-config v0.3.31 |
1221 | 2024-12-19T21:39:42.741Z | Compiling dunce v1.0.5 |
1222 | 2024-12-19T21:39:42.885Z | Compiling tinyvec v1.8.0 |
1223 | 2024-12-19T21:39:42.909Z | Compiling num-traits v0.2.19 |
1224 | 2024-12-19T21:39:43.410Z | Compiling ring v0.17.8 |
1225 | 2024-12-19T21:39:44.214Z | Compiling unicode-bidi v0.3.17 |
1226 | 2024-12-19T21:39:44.409Z | Compiling unicode-normalization v0.1.24 |
1227 | 2024-12-19T21:39:45.555Z | Compiling litemap v0.7.3 |
1228 | 2024-12-19T21:39:45.559Z | Compiling paste v1.0.15 |
1229 | 2024-12-19T21:39:45.559Z | Compiling writeable v0.5.5 |
1230 | 2024-12-19T21:39:45.559Z | Compiling regex v1.11.1 |
1231 | 2024-12-19T21:39:45.559Z | Compiling base64ct v1.6.0 |
1232 | 2024-12-19T21:39:45.559Z | Compiling pem-rfc7468 v0.7.0 |
1233 | 2024-12-19T21:39:45.638Z | Compiling aws-lc-rs v1.10.0 |
1234 | 2024-12-19T21:39:45.985Z | Compiling httparse v1.9.5 |
1235 | 2024-12-19T21:39:46.074Z | Compiling flagset v0.4.6 |
1236 | 2024-12-19T21:39:46.251Z | Compiling tracing-core v0.1.32 |
1237 | 2024-12-19T21:39:46.766Z | Compiling percent-encoding v2.3.1 |
1238 | 2024-12-19T21:39:47.163Z | Compiling rustls-pki-types v1.10.0 |
1239 | 2024-12-19T21:39:47.397Z | Compiling icu_locid_transform_data v1.5.0 |
1240 | 2024-12-19T21:39:47.502Z | Compiling crossbeam-utils v0.8.20 |
1241 | 2024-12-19T21:39:47.744Z | Compiling untrusted v0.7.1 |
1242 | 2024-12-19T21:39:47.806Z | Compiling serde_derive v1.0.215 |
1243 | 2024-12-19T21:39:47.923Z | Compiling zeroize_derive v1.4.2 |
1244 | 2024-12-19T21:39:48.068Z | Compiling zerocopy-derive v0.7.35 |
1245 | 2024-12-19T21:39:48.287Z | Compiling tokio-macros v2.4.0 |
1246 | 2024-12-19T21:39:48.384Z | Compiling zerofrom-derive v0.1.4 |
1247 | 2024-12-19T21:39:49.481Z | Compiling zeroize v1.8.1 |
1248 | 2024-12-19T21:39:49.859Z | Compiling thiserror-impl v1.0.69 |
1249 | 2024-12-19T21:39:49.942Z | Compiling yoke-derive v0.7.4 |
1250 | 2024-12-19T21:39:50.395Z | Compiling zerocopy v0.7.35 |
1251 | 2024-12-19T21:39:51.004Z | Compiling futures-macro v0.3.31 |
1252 | 2024-12-19T21:39:51.161Z | Compiling crypto-common v0.1.6 |
1253 | 2024-12-19T21:39:51.407Z | Compiling block-buffer v0.10.4 |
1254 | 2024-12-19T21:39:51.680Z | Compiling digest v0.10.7 |
1255 | 2024-12-19T21:39:52.064Z | Compiling zerovec-derive v0.10.3 |
1256 | 2024-12-19T21:39:52.215Z | Compiling hmac v0.12.1 |
1257 | 2024-12-19T21:39:52.335Z | Compiling block-padding v0.3.3 |
1258 | 2024-12-19T21:39:52.465Z | Compiling zerofrom v0.1.4 |
1259 | 2024-12-19T21:39:52.481Z | Compiling displaydoc v0.2.5 |
1260 | 2024-12-19T21:39:52.591Z | Compiling inout v0.1.3 |
1261 | 2024-12-19T21:39:52.686Z | Compiling sha2 v0.10.8 |
1262 | 2024-12-19T21:39:52.859Z | Compiling cipher v0.4.4 |
1263 | 2024-12-19T21:39:53.073Z | Compiling futures-util v0.3.31 |
1264 | 2024-12-19T21:39:53.093Z | Compiling yoke v0.7.4 |
1265 | 2024-12-19T21:39:53.306Z | Compiling thiserror v1.0.69 |
1266 | 2024-12-19T21:39:53.396Z | Compiling ppv-lite86 v0.2.20 |
1267 | 2024-12-19T21:39:53.442Z | Compiling der_derive v0.7.3 |
1268 | 2024-12-19T21:39:53.445Z | Compiling icu_provider_macros v1.5.0 |
1269 | 2024-12-19T21:39:54.201Z | Compiling rand_chacha v0.3.1 |
1270 | 2024-12-19T21:39:54.205Z | Compiling tracing-attributes v0.1.27 |
1271 | 2024-12-19T21:39:54.650Z | Compiling rand v0.8.5 |
1272 | 2024-12-19T21:39:54.784Z | Compiling zerovec v0.10.4 |
1273 | 2024-12-19T21:39:55.990Z | Compiling der v0.7.9 |
1274 | 2024-12-19T21:39:56.280Z | Compiling pest v2.7.14 |
1275 | 2024-12-19T21:39:56.544Z | Compiling salsa20 v0.10.2 |
1276 | 2024-12-19T21:39:56.781Z | Compiling tinystr v0.7.6 |
1277 | 2024-12-19T21:39:56.818Z | Compiling icu_collections v1.5.0 |
1278 | 2024-12-19T21:39:57.084Z | Compiling pbkdf2 v0.12.2 |
1279 | 2024-12-19T21:39:57.218Z | Compiling icu_locid v1.5.0 |
1280 | 2024-12-19T21:39:57.290Z | Compiling untrusted v0.9.0 |
1281 | 2024-12-19T21:39:57.476Z | Compiling mirai-annotations v1.12.0 |
1282 | 2024-12-19T21:39:57.684Z | Compiling time-core v0.1.2 |
1283 | 2024-12-19T21:39:57.864Z | Compiling vcpkg v0.2.15 |
1284 | 2024-12-19T21:39:57.986Z | Compiling tracing v0.1.40 |
1285 | 2024-12-19T21:39:58.326Z | Compiling spki v0.7.3 |
1286 | 2024-12-19T21:39:58.504Z | Compiling icu_provider v1.5.0 |
1287 | 2024-12-19T21:39:58.669Z | Compiling powerfmt v0.2.0 |
1288 | 2024-12-19T21:39:59.066Z | Compiling num-conv v0.1.0 |
1289 | 2024-12-19T21:39:59.352Z | Compiling icu_locid_transform v1.5.0 |
1290 | 2024-12-19T21:39:59.392Z | Compiling icu_properties_data v1.5.0 |
1291 | 2024-12-19T21:39:59.415Z | Compiling time-macros v0.2.18 |
1292 | 2024-12-19T21:39:59.436Z | Compiling deranged v0.3.11 |
1293 | 2024-12-19T21:39:59.595Z | Compiling pest_meta v2.7.14 |
1294 | 2024-12-19T21:40:00.042Z | Compiling openssl-sys v0.9.103 |
1295 | 2024-12-19T21:40:00.919Z | Compiling icu_properties v1.5.1 |
1296 | 2024-12-19T21:40:01.146Z | Compiling scrypt v0.11.0 |
1297 | 2024-12-19T21:40:01.315Z | Compiling cbc v0.1.2 |
1298 | 2024-12-19T21:40:01.552Z | Compiling aes v0.8.4 |
1299 | 2024-12-19T21:40:01.696Z | Compiling scroll_derive v0.12.0 |
1300 | 2024-12-19T21:40:02.118Z | Compiling bitflags v2.6.0 |
1301 | 2024-12-19T21:40:02.230Z | Compiling bytes v1.8.0 |
1302 | 2024-12-19T21:40:03.185Z | Compiling tokio v1.40.0 |
1303 | 2024-12-19T21:40:03.527Z | Compiling indexmap v2.6.0 |
1304 | 2024-12-19T21:40:03.579Z | Compiling http v1.1.0 |
1305 | 2024-12-19T21:40:04.500Z | Compiling semver v1.0.23 |
1306 | 2024-12-19T21:40:04.841Z | Compiling utf8_iter v1.0.4 |
1307 | 2024-12-19T21:40:05.007Z | Compiling rustc_version v0.4.1 |
1308 | 2024-12-19T21:40:05.077Z | Compiling icu_normalizer_data v1.5.0 |
1309 | 2024-12-19T21:40:05.185Z | Compiling utf16_iter v1.0.5 |
1310 | 2024-12-19T21:40:05.252Z | Compiling write16 v1.0.0 |
1311 | 2024-12-19T21:40:05.390Z | Compiling atomic-waker v1.1.2 |
1312 | 2024-12-19T21:40:05.407Z | Compiling num_threads v0.1.7 |
1313 | 2024-12-19T21:40:05.539Z | Compiling time v0.3.36 |
1314 | 2024-12-19T21:40:05.573Z | Compiling icu_normalizer v1.5.0 |
1315 | 2024-12-19T21:40:05.793Z | Compiling http-body v1.0.1 |
1316 | 2024-12-19T21:40:05.876Z | Compiling scroll v0.12.0 |
1317 | 2024-12-19T21:40:05.969Z | Compiling pkcs5 v0.7.1 |
1318 | 2024-12-19T21:40:06.034Z | Compiling pest_generator v2.7.14 |
1319 | 2024-12-19T21:40:06.118Z | Compiling form_urlencoded v1.2.1 |
1320 | 2024-12-19T21:40:06.433Z | Compiling slog v2.7.0 |
1321 | 2024-12-19T21:40:06.436Z | Compiling try-lock v0.2.5 |
1322 | 2024-12-19T21:40:06.611Z | Compiling which v4.4.2 |
1323 | 2024-12-19T21:40:07.189Z | Compiling goblin v0.8.2 |
1324 | 2024-12-19T21:40:07.337Z | Compiling want v0.3.1 |
1325 | 2024-12-19T21:40:07.639Z | Compiling pkcs8 v0.10.2 |
1326 | 2024-12-19T21:40:07.669Z | Compiling idna_adapter v1.2.0 |
1327 | 2024-12-19T21:40:07.898Z | Compiling httpdate v1.0.3 |
1328 | 2024-12-19T21:40:07.972Z | Compiling idna v1.0.3 |
1329 | 2024-12-19T21:40:08.100Z | Compiling pest_derive v2.7.14 |
1330 | 2024-12-19T21:40:08.336Z | Compiling serde_spanned v0.6.8 |
1331 | 2024-12-19T21:40:08.826Z | Compiling dtrace-parser v0.2.0 |
1332 | 2024-12-19T21:40:09.129Z | Compiling toml_datetime v0.6.8 |
1333 | 2024-12-19T21:40:09.155Z | Compiling uuid v1.11.0 |
1334 | 2024-12-19T21:40:09.641Z | Compiling serde_tokenstream v0.2.2 |
1335 | 2024-12-19T21:40:09.732Z | Compiling adler2 v2.0.0 |
1336 | 2024-12-19T21:40:09.939Z | Compiling base64 v0.22.1 |
1337 | 2024-12-19T21:40:10.258Z | Compiling rustversion v1.0.17 |
1338 | 2024-12-19T21:40:10.568Z | Compiling tower-service v0.3.3 |
1339 | 2024-12-19T21:40:10.699Z | Compiling foreign-types-shared v0.1.1 |
1340 | 2024-12-19T21:40:10.702Z | Compiling match_cfg v0.1.0 |
1341 | 2024-12-19T21:40:10.808Z | Compiling iana-time-zone v0.1.61 |
1342 | 2024-12-19T21:40:10.820Z | Compiling openssl v0.10.66 |
1343 | 2024-12-19T21:40:10.824Z | Compiling hostname v0.3.1 |
1344 | 2024-12-19T21:40:10.930Z | Compiling foreign-types v0.3.2 |
1345 | 2024-12-19T21:40:11.030Z | Compiling chrono v0.4.38 |
1346 | 2024-12-19T21:40:11.048Z | Compiling miniz_oxide v0.8.0 |
1347 | 2024-12-19T21:40:11.077Z | Compiling url v2.5.3 |
1348 | 2024-12-19T21:40:11.267Z | Compiling async-trait v0.1.83 |
1349 | 2024-12-19T21:40:12.608Z | Compiling tokio-util v0.7.12 |
1350 | 2024-12-19T21:40:12.738Z | Compiling openssl-macros v0.1.1 |
1351 | 2024-12-19T21:40:13.115Z | Compiling dof v0.3.0 |
1352 | 2024-12-19T21:40:13.501Z | Compiling dirs-sys-next v0.1.2 |
1353 | 2024-12-19T21:40:14.022Z | Compiling h2 v0.4.6 |
1354 | 2024-12-19T21:40:14.065Z | Compiling usdt-impl v0.5.0 |
1355 | 2024-12-19T21:40:14.153Z | Compiling syn v1.0.109 |
1356 | 2024-12-19T21:40:14.782Z | Compiling rustls v0.23.19 |
1357 | 2024-12-19T21:40:14.834Z | Compiling rustls v0.22.4 |
1358 | 2024-12-19T21:40:15.033Z | Compiling siphasher v0.3.11 |
1359 | 2024-12-19T21:40:15.093Z | Compiling data-encoding v2.6.0 |
1360 | 2024-12-19T21:40:15.212Z | Compiling native-tls v0.2.12 |
1361 | 2024-12-19T21:40:15.526Z | Compiling dirs-next v2.0.0 |
1362 | 2024-12-19T21:40:15.732Z | Compiling http-body-util v0.1.2 |
1363 | 2024-12-19T21:40:16.280Z | Compiling heapless v0.7.17 |
1364 | 2024-12-19T21:40:16.708Z | Compiling crossbeam-epoch v0.9.18 |
1365 | 2024-12-19T21:40:17.013Z | Compiling sha1 v0.10.6 |
1366 | 2024-12-19T21:40:17.458Z | Compiling signature v2.2.0 |
1367 | 2024-12-19T21:40:17.481Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1368 | 2024-12-19T21:40:17.499Z | Compiling serde_derive_internals v0.29.1 |
1369 | 2024-12-19T21:40:17.563Z | Compiling thread_local v1.1.8 |
1370 | 2024-12-19T21:40:17.772Z | Compiling encoding_rs v0.8.34 |
1371 | 2024-12-19T21:40:17.984Z | Compiling cookie v0.18.1 |
1372 | 2024-12-19T21:40:18.126Z | Compiling multer v3.1.0 |
1373 | 2024-12-19T21:40:18.235Z | Compiling ipnet v2.10.1 |
1374 | 2024-12-19T21:40:18.407Z | Compiling mime v0.3.17 |
1375 | 2024-12-19T21:40:18.874Z | Compiling slog-async v2.8.0 |
1376 | 2024-12-19T21:40:19.004Z | Compiling gimli v0.31.1 |
1377 | 2024-12-19T21:40:19.369Z | Compiling openssl-probe v0.1.5 |
1378 | 2024-12-19T21:40:19.510Z | Compiling schemars v0.8.21 |
1379 | 2024-12-19T21:40:19.731Z | Compiling unicode-properties v0.1.3 |
1380 | 2024-12-19T21:40:19.834Z | Compiling rayon-core v1.12.1 |
1381 | 2024-12-19T21:40:20.102Z | Compiling signal-hook v0.3.17 |
1382 | 2024-12-19T21:40:20.166Z | Compiling stringprep v0.1.5 |
1383 | 2024-12-19T21:40:20.260Z | Compiling schemars_derive v0.8.21 |
1384 | 2024-12-19T21:40:20.484Z | Compiling toml_edit v0.22.22 |
1385 | 2024-12-19T21:40:21.391Z | Compiling hyper v1.5.0 |
1386 | 2024-12-19T21:40:26.297Z | Compiling addr2line v0.24.2 |
1387 | 2024-12-19T21:40:26.395Z | Compiling hyper-util v0.1.10 |
1388 | 2024-12-19T21:40:26.395Z | Compiling usdt-attr-macro v0.5.0 |
1389 | 2024-12-19T21:40:26.395Z | Compiling usdt-macro v0.5.0 |
1390 | 2024-12-19T21:40:26.395Z | Compiling crossbeam-deque v0.8.5 |
1391 | 2024-12-19T21:40:26.395Z | Compiling term v0.7.0 |
1392 | 2024-12-19T21:40:26.434Z | Compiling slog-json v2.6.1 |
1393 | 2024-12-19T21:40:26.434Z | Compiling serde_urlencoded v0.7.1 |
1394 | 2024-12-19T21:40:26.434Z | Compiling curve25519-dalek v4.1.3 |
1395 | 2024-12-19T21:40:26.434Z | Compiling crossbeam-channel v0.5.13 |
1396 | 2024-12-19T21:40:26.434Z | Compiling enum-as-inner v0.6.1 |
1397 | 2024-12-19T21:40:26.467Z | Compiling futures-executor v0.3.31 |
1398 | 2024-12-19T21:40:26.571Z | Compiling md-5 v0.10.6 |
1399 | 2024-12-19T21:40:26.889Z | Compiling async-stream-impl v0.3.6 |
1400 | 2024-12-19T21:40:27.054Z | Compiling rustls-pemfile v2.2.0 |
1401 | 2024-12-19T21:40:27.169Z | Compiling num-integer v0.1.46 |
1402 | 2024-12-19T21:40:27.234Z | Compiling idna v0.3.0 |
1403 | 2024-12-19T21:40:27.340Z | Compiling idna v0.4.0 |
1404 | 2024-12-19T21:40:27.396Z | Compiling hash32 v0.2.1 |
1405 | 2024-12-19T21:40:27.792Z | Compiling ff v0.13.0 |
1406 | 2024-12-19T21:40:27.953Z | Compiling is-terminal v0.4.13 |
1407 | 2024-12-19T21:40:28.026Z | Compiling dropshot v0.12.0 |
1408 | 2024-12-19T21:40:28.084Z | Compiling object v0.36.5 |
1409 | 2024-12-19T21:40:28.282Z | Compiling utf-8 v0.7.6 |
1410 | 2024-12-19T21:40:28.305Z | Compiling rustc-demangle v0.1.24 |
1411 | 2024-12-19T21:40:28.607Z | Compiling psl-types v2.0.11 |
1412 | 2024-12-19T21:40:28.802Z | Compiling base16ct v0.2.0 |
1413 | 2024-12-19T21:40:28.827Z | Compiling fallible-iterator v0.2.0 |
1414 | 2024-12-19T21:40:28.947Z | Compiling quick-error v1.2.3 |
1415 | 2024-12-19T21:40:29.005Z | Compiling linked-hash-map v0.5.6 |
1416 | 2024-12-19T21:40:29.098Z | Compiling smoltcp v0.9.1 |
1417 | 2024-12-19T21:40:29.145Z | Compiling anyhow v1.0.93 |
1418 | 2024-12-19T21:40:29.281Z | Compiling portable-atomic v1.9.0 |
1419 | 2024-12-19T21:40:29.365Z | Compiling dyn-clone v1.0.17 |
1420 | 2024-12-19T21:40:29.517Z | Compiling num-bigint-dig v0.8.4 |
1421 | 2024-12-19T21:40:29.586Z | Compiling take_mut v0.2.2 |
1422 | 2024-12-19T21:40:29.878Z | Compiling postgres-protocol v0.6.7 |
1423 | 2024-12-19T21:40:30.168Z | Compiling lru-cache v0.1.2 |
1424 | 2024-12-19T21:40:30.344Z | Compiling resolv-conf v0.7.0 |
1425 | 2024-12-19T21:40:30.389Z | Compiling sec1 v0.7.3 |
1426 | 2024-12-19T21:40:30.957Z | Compiling publicsuffix v2.2.3 |
1427 | 2024-12-19T21:40:30.982Z | Compiling tungstenite v0.24.0 |
1428 | 2024-12-19T21:40:31.230Z | Compiling async-stream v0.3.6 |
1429 | 2024-12-19T21:40:31.249Z | Compiling hickory-proto v0.24.1 |
1430 | 2024-12-19T21:40:31.285Z | Compiling slog-term v2.9.1 |
1431 | 2024-12-19T21:40:31.539Z | Compiling group v0.13.0 |
1432 | 2024-12-19T21:40:31.904Z | Compiling usdt v0.5.0 |
1433 | 2024-12-19T21:40:32.602Z | Compiling num-iter v0.1.45 |
1434 | 2024-12-19T21:40:32.794Z | Compiling futures v0.3.31 |
1435 | 2024-12-19T21:40:33.025Z | Compiling slog-bunyan v2.5.0 |
1436 | 2024-12-19T21:40:33.558Z | Compiling toml v0.8.19 |
1437 | 2024-12-19T21:40:34.724Z | Compiling tokio-native-tls v0.3.1 |
1438 | 2024-12-19T21:40:34.759Z | Compiling camino v1.1.9 |
1439 | 2024-12-19T21:40:35.054Z | Compiling phf_shared v0.11.2 |
1440 | 2024-12-19T21:40:35.295Z | Compiling dropshot_endpoint v0.12.0 |
1441 | 2024-12-19T21:40:35.429Z | Compiling backtrace v0.3.74 |
1442 | 2024-12-19T21:40:35.758Z | Compiling terminal_size v0.4.0 |
1443 | 2024-12-19T21:40:35.990Z | Compiling waitgroup v0.1.2 |
1444 | 2024-12-19T21:40:36.024Z | Compiling openapiv3 v2.0.0 |
1445 | 2024-12-19T21:40:36.128Z | Compiling serde_path_to_error v0.1.16 |
1446 | 2024-12-19T21:40:36.198Z | Compiling hkdf v0.12.4 |
1447 | 2024-12-19T21:40:36.469Z | Compiling crypto-bigint v0.5.5 |
1448 | 2024-12-19T21:40:36.989Z | Compiling zerocopy-derive v0.6.6 |
1449 | 2024-12-19T21:40:39.174Z | Compiling curve25519-dalek-derive v0.1.1 |
1450 | 2024-12-19T21:40:39.284Z | Compiling webpki-roots v0.26.6 |
1451 | 2024-12-19T21:40:39.432Z | Compiling hubpack_derive v0.1.1 |
1452 | 2024-12-19T21:40:39.508Z | Compiling idna v0.5.0 |
1453 | 2024-12-19T21:40:40.034Z | Compiling hostname v0.4.0 |
1454 | 2024-12-19T21:40:40.293Z | Compiling ahash v0.8.11 |
1455 | 2024-12-19T21:40:40.318Z | Compiling fs-err v2.11.0 |
1456 | 2024-12-19T21:40:40.515Z | Compiling crc32fast v1.4.2 |
1457 | 2024-12-19T21:40:40.594Z | Compiling managed v0.8.0 |
1458 | 2024-12-19T21:40:40.620Z | Compiling debug-ignore v1.0.5 |
1459 | 2024-12-19T21:40:40.640Z | Compiling winnow v0.5.40 |
1460 | 2024-12-19T21:40:40.772Z | Compiling bitflags v1.3.2 |
1461 | 2024-12-19T21:40:40.856Z | Compiling strum_macros v0.25.3 |
1462 | 2024-12-19T21:40:40.883Z | Compiling clap_builder v4.5.21 |
1463 | 2024-12-19T21:40:41.189Z | Compiling console v0.15.8 |
1464 | 2024-12-19T21:40:41.951Z | Compiling flate2 v1.0.34 |
1465 | 2024-12-19T21:40:42.964Z | Compiling cookie_store v0.21.0 |
1466 | 2024-12-19T21:40:43.086Z | Compiling hubpack v0.1.2 |
1467 | 2024-12-19T21:40:43.149Z | Compiling elliptic-curve v0.13.8 |
1468 | 2024-12-19T21:40:43.547Z | Compiling zerocopy v0.6.6 |
1469 | 2024-12-19T21:40:44.008Z | Compiling hickory-resolver v0.24.1 |
1470 | 2024-12-19T21:40:44.443Z | Compiling toml_edit v0.19.15 |
1471 | 2024-12-19T21:40:44.600Z | Compiling signal-hook-mio v0.2.4 |
1472 | 2024-12-19T21:40:44.764Z | Compiling phf v0.11.2 |
1473 | 2024-12-19T21:40:45.029Z | Compiling hyper-tls v0.6.0 |
1474 | 2024-12-19T21:40:45.095Z | Compiling rayon v1.10.0 |
1475 | 2024-12-19T21:40:45.413Z | Compiling bzip2 v0.4.4 |
1476 | 2024-12-19T21:40:45.806Z | Compiling tokio-tungstenite v0.24.0 |
1477 | 2024-12-19T21:40:46.347Z | Compiling postgres-types v0.2.8 |
1478 | 2024-12-19T21:40:49.302Z | Compiling ed25519 v2.2.3 |
1479 | 2024-12-19T21:40:50.002Z | Compiling phf_shared v0.10.0 |
1480 | 2024-12-19T21:40:50.363Z | Compiling tokio-stream v0.1.16 |
1481 | 2024-12-19T21:40:50.425Z | Compiling pkcs1 v0.7.5 |
1482 | 2024-12-19T21:40:50.758Z | Compiling serde-big-array v0.5.1 |
1483 | 2024-12-19T21:40:50.817Z | Compiling clap_derive v4.5.18 |
1484 | 2024-12-19T21:40:50.976Z | Compiling rfc6979 v0.4.0 |
1485 | 2024-12-19T21:40:51.170Z | Compiling serde_repr v0.1.19 |
1486 | 2024-12-19T21:40:51.189Z | Compiling derive-where v1.2.7 |
1487 | 2024-12-19T21:40:51.439Z | Compiling float-cmp v0.9.0 |
1488 | 2024-12-19T21:40:51.458Z | Compiling bstr v1.10.0 |
1489 | 2024-12-19T21:40:51.662Z | Compiling sync_wrapper v1.0.1 |
1490 | 2024-12-19T21:40:51.824Z | Compiling static_assertions v1.1.0 |
1491 | 2024-12-19T21:40:51.944Z | Compiling precomputed-hash v0.1.1 |
1492 | 2024-12-19T21:40:52.064Z | Compiling difflib v0.4.0 |
1493 | 2024-12-19T21:40:52.399Z | Compiling unicode-segmentation v1.12.0 |
1494 | 2024-12-19T21:40:52.565Z | Compiling new_debug_unreachable v1.0.6 |
1495 | 2024-12-19T21:40:52.666Z | Compiling unicode-width v0.2.0 |
1496 | 2024-12-19T21:40:53.189Z | Compiling whoami v1.5.2 |
1497 | 2024-12-19T21:40:53.211Z | Compiling fixedbitset v0.4.2 |
1498 | 2024-12-19T21:40:53.298Z | Compiling number_prefix v0.4.0 |
1499 | 2024-12-19T21:40:53.523Z | Compiling bit-vec v0.6.3 |
1500 | 2024-12-19T21:40:53.673Z | Compiling predicates-core v1.0.8 |
1501 | 2024-12-19T21:40:53.726Z | Compiling normalize-line-endings v0.3.0 |
1502 | 2024-12-19T21:40:53.828Z | Compiling tokio-postgres v0.7.12 |
1503 | 2024-12-19T21:40:53.860Z | Compiling predicates v3.1.2 |
1504 | 2024-12-19T21:40:53.988Z | Compiling bit-set v0.5.3 |
1505 | 2024-12-19T21:40:54.038Z | Compiling petgraph v0.6.5 |
1506 | 2024-12-19T21:40:54.285Z | Compiling indicatif v0.17.9 |
1507 | 2024-12-19T21:40:54.842Z | Compiling similar v2.6.0 |
1508 | 2024-12-19T21:40:55.666Z | Compiling string_cache v0.8.7 |
1509 | 2024-12-19T21:40:55.914Z | Compiling clap v4.5.21 |
1510 | 2024-12-19T21:40:56.046Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1511 | 2024-12-19T21:40:56.157Z | Compiling ecdsa v0.16.9 |
1512 | 2024-12-19T21:40:56.537Z | Compiling rsa v0.9.6 |
1513 | 2024-12-19T21:40:57.025Z | Compiling ed25519-dalek v2.1.1 |
1514 | 2024-12-19T21:40:57.316Z | Compiling toml v0.7.8 |
1515 | 2024-12-19T21:40:58.203Z | Compiling zip v0.6.6 |
1516 | 2024-12-19T21:40:58.345Z | Compiling crossterm v0.28.1 |
1517 | 2024-12-19T21:40:59.771Z | Compiling hex v0.4.3 |
1518 | 2024-12-19T21:40:59.971Z | Compiling x509-cert v0.2.5 |
1519 | 2024-12-19T21:41:00.019Z | Compiling lalrpop-util v0.19.12 |
1520 | 2024-12-19T21:41:00.279Z | Compiling unicode-xid v0.2.6 |
1521 | 2024-12-19T21:41:00.353Z | Compiling peg-runtime v0.8.3 |
1522 | 2024-12-19T21:41:00.388Z | Compiling strum_macros v0.26.4 |
1523 | 2024-12-19T21:41:00.459Z | Compiling xattr v1.3.1 |
1524 | 2024-12-19T21:41:00.730Z | Compiling filetime v0.2.25 |
1525 | 2024-12-19T21:41:01.042Z | Compiling tar v0.4.42 |
1526 | 2024-12-19T21:41:05.594Z | Compiling strum v0.26.3 |
1527 | 2024-12-19T21:41:08.779Z | Compiling aws-lc-sys v0.22.0 |
1528 | 2024-12-19T21:41:36.724Z | Compiling rustls-webpki v0.102.8 |
1529 | 2024-12-19T21:41:40.110Z | Compiling tokio-rustls v0.25.0 |
1530 | 2024-12-19T21:41:41.676Z | Compiling tokio-rustls v0.26.0 |
1531 | 2024-12-19T21:41:42.012Z | Compiling hyper-rustls v0.27.3 |
1532 | 2024-12-19T21:41:42.393Z | Compiling reqwest v0.12.9 |
1533 | 2024-12-19T21:41:43.632Z | Compiling qorb v0.2.1 |
1534 | 2024-12-19T21:41:48.558Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1535 | 2024-12-19T21:41:48.786Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1536 | 2024-12-19T21:41:54.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1537 | 2024-12-19T21:41:54.467Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1538 | 2024-12-19T21:41:54.518Z | Dec 19 21:41:53.234 INFO Starting download, target: Console |
1539 | 2024-12-19T21:41:54.518Z | Dec 19 21:41:53.234 INFO Starting download, target: DendriteOpenapi |
1540 | 2024-12-19T21:41:54.518Z | Dec 19 21:41:53.234 INFO Starting download, target: Clickhouse |
1541 | 2024-12-19T21:41:54.518Z | Dec 19 21:41:53.234 INFO Starting download, target: Cockroach |
1542 | 2024-12-19T21:41:54.518Z | Dec 19 21:41:53.234 INFO Starting download, target: DendriteStub |
1543 | 2024-12-19T21:41:54.521Z | Dec 19 21:41:53.234 INFO Starting download, target: MaghemiteMgd |
1544 | 2024-12-19T21:41:54.521Z | Dec 19 21:41:53.234 INFO Starting download, target: TransceiverControl |
1545 | 2024-12-19T21:41:54.521Z | Dec 19 21:41:53.235 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1546 | 2024-12-19T21:41:54.521Z | Dec 19 21:41:53.235 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1547 | 2024-12-19T21:41:54.521Z | Dec 19 21:41:53.235 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1548 | 2024-12-19T21:41:54.521Z | Dec 19 21:41:53.235 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1549 | 2024-12-19T21:41:54.521Z | Dec 19 21:41:53.235 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1550 | 2024-12-19T21:41:54.521Z | Dec 19 21:41:53.235 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1551 | 2024-12-19T21:41:54.521Z | Dec 19 21:41:53.235 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1552 | 2024-12-19T21:41:54.683Z | Dec 19 21:41:53.399 INFO Download complete, target: DendriteOpenapi |
1553 | 2024-12-19T21:41:54.964Z | Dec 19 21:41:53.674 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1554 | 2024-12-19T21:41:55.123Z | Dec 19 21:41:53.837 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1555 | 2024-12-19T21:41:55.437Z | Dec 19 21:41:54.146 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1556 | 2024-12-19T21:41:55.444Z | Dec 19 21:41:54.148 INFO Download complete, target: Console |
1557 | 2024-12-19T21:41:55.590Z | Dec 19 21:41:54.307 INFO Download complete, target: TransceiverControl |
1558 | 2024-12-19T21:41:55.601Z | Dec 19 21:41:54.318 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1559 | 2024-12-19T21:41:56.202Z | Dec 19 21:41:54.920 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1560 | 2024-12-19T21:41:56.202Z | Dec 19 21:41:54.920 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1561 | 2024-12-19T21:41:57.665Z | Dec 19 21:41:56.383 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1562 | 2024-12-19T21:41:58.472Z | Dec 19 21:41:57.189 INFO Download complete, target: DendriteStub |
1563 | 2024-12-19T21:41:58.550Z | Dec 19 21:41:57.267 INFO Download complete, target: MaghemiteMgd |
1564 | 2024-12-19T21:42:03.604Z | Dec 19 21:42:02.319 INFO Checking that binary works, target: Cockroach |
1565 | 2024-12-19T21:42:03.768Z | Dec 19 21:42:02.484 INFO Download complete, target: Cockroach |
1566 | 2024-12-19T21:42:09.829Z | Dec 19 21:42:08.545 INFO Checking that binary works, target: Clickhouse |
1567 | 2024-12-19T21:42:09.966Z | Dec 19 21:42:08.682 INFO Download complete, target: Clickhouse |
1568 | 2024-12-19T21:42:09.986Z | All builder prerequisites installed successfully, and PATH looks valid |
1569 | 2024-12-19T21:42:09.988Z | |
1570 | 2024-12-19T21:42:09.988Z | real 5:05.075182697 |
1571 | 2024-12-19T21:42:09.988Z | user 16:28.794274749 |
1572 | 2024-12-19T21:42:09.988Z | sys 3:14.328384515 |
1573 | 2024-12-19T21:42:09.988Z | trap 0.535118095 |
1574 | 2024-12-19T21:42:09.988Z | tflt 1.483301360 |
1575 | 2024-12-19T21:42:09.988Z | dflt 2.176807410 |
1576 | 2024-12-19T21:42:09.988Z | kflt 0.043439505 |
1577 | 2024-12-19T21:42:09.988Z | lock 29:33.144252140 |
1578 | 2024-12-19T21:42:09.988Z | slp 1:01:37.091241963 |
1579 | 2024-12-19T21:42:09.988Z | lat 56.439495724 |
1580 | 2024-12-19T21:42:09.988Z | stop 2:19.124819303 |
1581 | 2024-12-19T21:42:09.988Z | + banner hack-check |
1582 | 2024-12-19T21:42:09.991Z | |
1583 | 2024-12-19T21:42:09.991Z | # # ## #### # # #### # # ###### #### # # |
1584 | 2024-12-19T21:42:09.991Z | # # # # # # # # # # # # # # # # # |
1585 | 2024-12-19T21:42:09.991Z | ###### # # # #### ##### # ###### ##### # #### |
1586 | 2024-12-19T21:42:09.991Z | # # ###### # # # # # # # # # # |
1587 | 2024-12-19T21:42:09.991Z | # # # # # # # # # # # # # # # # # |
1588 | 2024-12-19T21:42:09.991Z | # # # # #### # # #### # # ###### #### # # |
1589 | 2024-12-19T21:42:09.991Z | |
1590 | 2024-12-19T21:42:09.991Z | + export CARGO_INCREMENTAL=0 |
1591 | 2024-12-19T21:42:09.991Z | + CARGO_INCREMENTAL=0 |
1592 | 2024-12-19T21:42:09.991Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1593 | 2024-12-19T21:42:10.504Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1594 | 2024-12-19T21:42:14.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
1595 | 2024-12-19T21:42:14.090Z | Running `target/debug/xtask check-features --ci` |
1596 | 2024-12-19T21:42:14.111Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1597 | 2024-12-19T21:42:14.113Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1598 | 2024-12-19T21:42:14.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1599 | 2024-12-19T21:42:14.570Z | Running `target/debug/xtask download cargo-hack` |
1600 | 2024-12-19T21:42:15.379Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1601 | 2024-12-19T21:42:15.734Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1602 | 2024-12-19T21:42:20.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s |
1603 | 2024-12-19T21:42:20.573Z | Running `target/debug/xtask-downloader cargo-hack` |
1604 | 2024-12-19T21:42:20.607Z | Dec 19 21:42:19.322 INFO Starting download, target: CargoHack |
1605 | 2024-12-19T21:42:20.616Z | Dec 19 21:42:19.323 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1606 | 2024-12-19T21:42:21.184Z | Dec 19 21:42:19.899 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1607 | 2024-12-19T21:42:21.273Z | Dec 19 21:42:19.988 INFO Download complete, target: CargoHack |
1608 | 2024-12-19T21:42:21.276Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1609 | 2024-12-19T21:42:21.292Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1610 | 2024-12-19T21:42:21.467Z | info: running `cargo check --bins` on api_identity (1/175) |
1611 | 2024-12-19T21:42:22.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1612 | 2024-12-19T21:42:22.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1613 | 2024-12-19T21:42:22.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1614 | 2024-12-19T21:42:22.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1615 | 2024-12-19T21:42:22.074Z | |
1616 | 2024-12-19T21:42:22.074Z | info: running `cargo check --bins` on bootstore (2/175) |
1617 | 2024-12-19T21:42:22.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1618 | 2024-12-19T21:42:22.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1619 | 2024-12-19T21:42:22.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1620 | 2024-12-19T21:42:22.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1621 | 2024-12-19T21:42:22.702Z | |
1622 | 2024-12-19T21:42:22.702Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/175) |
1623 | 2024-12-19T21:42:23.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1624 | 2024-12-19T21:42:23.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1625 | 2024-12-19T21:42:23.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1626 | 2024-12-19T21:42:23.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1627 | 2024-12-19T21:42:23.304Z | |
1628 | 2024-12-19T21:42:23.304Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/175) |
1629 | 2024-12-19T21:42:23.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1630 | 2024-12-19T21:42:23.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1631 | 2024-12-19T21:42:23.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1632 | 2024-12-19T21:42:23.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1633 | 2024-12-19T21:42:23.921Z | |
1634 | 2024-12-19T21:42:23.921Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/175) |
1635 | 2024-12-19T21:42:24.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1636 | 2024-12-19T21:42:24.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1637 | 2024-12-19T21:42:24.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1638 | 2024-12-19T21:42:24.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1639 | 2024-12-19T21:42:24.334Z | |
1640 | 2024-12-19T21:42:24.334Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/175) |
1641 | 2024-12-19T21:42:24.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1642 | 2024-12-19T21:42:24.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1643 | 2024-12-19T21:42:24.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1644 | 2024-12-19T21:42:24.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1645 | 2024-12-19T21:42:24.741Z | |
1646 | 2024-12-19T21:42:24.741Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/175) |
1647 | 2024-12-19T21:42:25.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1648 | 2024-12-19T21:42:25.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1649 | 2024-12-19T21:42:25.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1650 | 2024-12-19T21:42:25.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1651 | 2024-12-19T21:42:25.145Z | |
1652 | 2024-12-19T21:42:25.145Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/175) |
1653 | 2024-12-19T21:42:25.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1654 | 2024-12-19T21:42:25.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1655 | 2024-12-19T21:42:25.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1656 | 2024-12-19T21:42:25.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1657 | 2024-12-19T21:42:25.558Z | |
1658 | 2024-12-19T21:42:25.558Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/175) |
1659 | 2024-12-19T21:42:25.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1660 | 2024-12-19T21:42:25.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1661 | 2024-12-19T21:42:25.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1662 | 2024-12-19T21:42:25.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1663 | 2024-12-19T21:42:25.971Z | |
1664 | 2024-12-19T21:42:25.971Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/175) |
1665 | 2024-12-19T21:42:26.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1666 | 2024-12-19T21:42:26.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1667 | 2024-12-19T21:42:26.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1668 | 2024-12-19T21:42:26.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1669 | 2024-12-19T21:42:26.382Z | |
1670 | 2024-12-19T21:42:26.382Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/175) |
1671 | 2024-12-19T21:42:26.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1672 | 2024-12-19T21:42:26.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1673 | 2024-12-19T21:42:26.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1674 | 2024-12-19T21:42:26.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1675 | 2024-12-19T21:42:26.798Z | |
1676 | 2024-12-19T21:42:26.798Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/175) |
1677 | 2024-12-19T21:42:28.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1678 | 2024-12-19T21:42:28.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1679 | 2024-12-19T21:42:28.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1680 | 2024-12-19T21:42:28.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1681 | 2024-12-19T21:42:28.177Z | |
1682 | 2024-12-19T21:42:28.177Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/175) |
1683 | 2024-12-19T21:42:28.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1684 | 2024-12-19T21:42:28.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1685 | 2024-12-19T21:42:28.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1686 | 2024-12-19T21:42:28.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1687 | 2024-12-19T21:42:28.177Z | |
1688 | 2024-12-19T21:42:28.177Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/175) |
1689 | 2024-12-19T21:42:28.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1690 | 2024-12-19T21:42:28.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1691 | 2024-12-19T21:42:28.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1692 | 2024-12-19T21:42:28.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1693 | 2024-12-19T21:42:28.177Z | |
1694 | 2024-12-19T21:42:28.177Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/175) |
1695 | 2024-12-19T21:42:28.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2024-12-19T21:42:28.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2024-12-19T21:42:28.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2024-12-19T21:42:28.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1699 | 2024-12-19T21:42:28.452Z | |
1700 | 2024-12-19T21:42:28.452Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/175) |
1701 | 2024-12-19T21:42:28.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2024-12-19T21:42:28.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2024-12-19T21:42:28.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2024-12-19T21:42:28.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1705 | 2024-12-19T21:42:28.859Z | |
1706 | 2024-12-19T21:42:28.859Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/175) |
1707 | 2024-12-19T21:42:29.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1708 | 2024-12-19T21:42:29.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1709 | 2024-12-19T21:42:29.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1710 | 2024-12-19T21:42:29.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1711 | 2024-12-19T21:42:29.270Z | |
1712 | 2024-12-19T21:42:29.270Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/175) |
1713 | 2024-12-19T21:42:29.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2024-12-19T21:42:29.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2024-12-19T21:42:29.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2024-12-19T21:42:29.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1717 | 2024-12-19T21:42:29.688Z | |
1718 | 2024-12-19T21:42:29.688Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/175) |
1719 | 2024-12-19T21:42:30.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2024-12-19T21:42:30.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2024-12-19T21:42:30.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2024-12-19T21:42:30.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1723 | 2024-12-19T21:42:30.101Z | |
1724 | 2024-12-19T21:42:30.101Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/175) |
1725 | 2024-12-19T21:42:30.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2024-12-19T21:42:30.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2024-12-19T21:42:30.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2024-12-19T21:42:30.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1729 | 2024-12-19T21:42:30.513Z | |
1730 | 2024-12-19T21:42:30.513Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/175) |
1731 | 2024-12-19T21:42:30.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1732 | 2024-12-19T21:42:30.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1733 | 2024-12-19T21:42:30.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1734 | 2024-12-19T21:42:30.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1735 | 2024-12-19T21:42:30.926Z | |
1736 | 2024-12-19T21:42:30.926Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/175) |
1737 | 2024-12-19T21:42:31.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2024-12-19T21:42:31.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2024-12-19T21:42:31.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2024-12-19T21:42:31.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1741 | 2024-12-19T21:42:31.345Z | |
1742 | 2024-12-19T21:42:31.345Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/175) |
1743 | 2024-12-19T21:42:31.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2024-12-19T21:42:31.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2024-12-19T21:42:31.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2024-12-19T21:42:31.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1747 | 2024-12-19T21:42:31.764Z | |
1748 | 2024-12-19T21:42:31.764Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/175) |
1749 | 2024-12-19T21:42:32.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2024-12-19T21:42:32.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2024-12-19T21:42:32.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2024-12-19T21:42:32.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1753 | 2024-12-19T21:42:32.176Z | |
1754 | 2024-12-19T21:42:32.176Z | info: running `cargo check --bins` on sled-hardware-types (25/175) |
1755 | 2024-12-19T21:42:32.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2024-12-19T21:42:32.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2024-12-19T21:42:32.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2024-12-19T21:42:32.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1759 | 2024-12-19T21:42:32.798Z | |
1760 | 2024-12-19T21:42:32.798Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/175) |
1761 | 2024-12-19T21:42:33.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1762 | 2024-12-19T21:42:33.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1763 | 2024-12-19T21:42:33.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1764 | 2024-12-19T21:42:33.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1765 | 2024-12-19T21:42:33.419Z | |
1766 | 2024-12-19T21:42:33.419Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/175) |
1767 | 2024-12-19T21:42:33.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2024-12-19T21:42:33.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2024-12-19T21:42:33.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2024-12-19T21:42:33.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1771 | 2024-12-19T21:42:34.042Z | |
1772 | 2024-12-19T21:42:34.042Z | info: running `cargo check --bins` on oxlog (28/175) |
1773 | 2024-12-19T21:42:34.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2024-12-19T21:42:34.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2024-12-19T21:42:34.652Z | Checking cfg-if v1.0.0 |
1776 | 2024-12-19T21:42:34.654Z | Checking libc v0.2.162 |
1777 | 2024-12-19T21:42:34.757Z | Checking serde v1.0.215 |
1778 | 2024-12-19T21:42:34.760Z | Checking zeroize v1.8.1 |
1779 | 2024-12-19T21:42:34.774Z | Checking memchr v2.7.4 |
1780 | 2024-12-19T21:42:34.777Z | Checking typenum v1.17.0 |
1781 | 2024-12-19T21:42:34.785Z | Checking scopeguard v1.2.0 |
1782 | 2024-12-19T21:42:34.798Z | Checking subtle v2.6.1 |
1783 | 2024-12-19T21:42:34.823Z | Checking value-bag v1.9.0 |
1784 | 2024-12-19T21:42:34.924Z | Checking lock_api v0.4.12 |
1785 | 2024-12-19T21:42:34.994Z | Checking itoa v1.0.11 |
1786 | 2024-12-19T21:42:35.062Z | Checking smallvec v1.13.2 |
1787 | 2024-12-19T21:42:35.182Z | Checking const-oid v0.9.6 |
1788 | 2024-12-19T21:42:35.247Z | Checking log v0.4.22 |
1789 | 2024-12-19T21:42:35.328Z | Checking pin-project-lite v0.2.14 |
1790 | 2024-12-19T21:42:35.397Z | Checking byteorder v1.5.0 |
1791 | 2024-12-19T21:42:35.438Z | Checking futures-core v0.3.31 |
1792 | 2024-12-19T21:42:35.618Z | Checking once_cell v1.20.2 |
1793 | 2024-12-19T21:42:35.658Z | Checking cpufeatures v0.2.14 |
1794 | 2024-12-19T21:42:35.748Z | Checking futures-sink v0.3.31 |
1795 | 2024-12-19T21:42:35.776Z | Checking stable_deref_trait v1.2.0 |
1796 | 2024-12-19T21:42:35.779Z | Checking spin v0.9.8 |
1797 | 2024-12-19T21:42:35.870Z | Checking zerocopy v0.7.35 |
1798 | 2024-12-19T21:42:35.884Z | Checking getrandom v0.2.15 |
1799 | 2024-12-19T21:42:35.884Z | Checking parking_lot_core v0.9.10 |
1800 | 2024-12-19T21:42:35.905Z | Checking signal-hook-registry v1.4.2 |
1801 | 2024-12-19T21:42:36.093Z | Checking rand_core v0.6.4 |
1802 | 2024-12-19T21:42:36.110Z | Checking generic-array v0.14.7 |
1803 | 2024-12-19T21:42:36.127Z | Checking mio v1.0.2 |
1804 | 2024-12-19T21:42:36.145Z | Checking socket2 v0.5.7 |
1805 | 2024-12-19T21:42:36.193Z | Checking parking_lot v0.12.3 |
1806 | 2024-12-19T21:42:36.403Z | Checking slab v0.4.9 |
1807 | 2024-12-19T21:42:36.519Z | Checking zerofrom v0.1.4 |
1808 | 2024-12-19T21:42:36.654Z | Checking futures-channel v0.3.31 |
1809 | 2024-12-19T21:42:36.669Z | Checking pin-utils v0.1.0 |
1810 | 2024-12-19T21:42:36.731Z | Checking allocator-api2 v0.2.18 |
1811 | 2024-12-19T21:42:36.747Z | Checking yoke v0.7.4 |
1812 | 2024-12-19T21:42:36.747Z | Checking foldhash v0.1.3 |
1813 | 2024-12-19T21:42:36.963Z | Checking futures-task v0.3.31 |
1814 | 2024-12-19T21:42:37.011Z | Checking equivalent v1.0.1 |
1815 | 2024-12-19T21:42:37.027Z | Checking futures-io v0.3.31 |
1816 | 2024-12-19T21:42:37.065Z | Checking zerovec v0.10.4 |
1817 | 2024-12-19T21:42:37.108Z | Checking ryu v1.0.18 |
1818 | 2024-12-19T21:42:37.183Z | Checking tinyvec_macros v0.1.1 |
1819 | 2024-12-19T21:42:37.199Z | Checking futures-util v0.3.31 |
1820 | 2024-12-19T21:42:37.262Z | Checking crypto-common v0.1.6 |
1821 | 2024-12-19T21:42:37.283Z | Checking block-buffer v0.10.4 |
1822 | 2024-12-19T21:42:37.295Z | Checking block-padding v0.3.3 |
1823 | 2024-12-19T21:42:37.313Z | Checking tinyvec v1.8.0 |
1824 | 2024-12-19T21:42:37.361Z | Checking hashbrown v0.15.1 |
1825 | 2024-12-19T21:42:37.430Z | Checking fnv v1.0.7 |
1826 | 2024-12-19T21:42:37.478Z | Checking inout v0.1.3 |
1827 | 2024-12-19T21:42:37.493Z | Checking digest v0.10.7 |
1828 | 2024-12-19T21:42:37.545Z | Checking libm v0.2.8 |
1829 | 2024-12-19T21:42:37.702Z | Checking cipher v0.4.4 |
1830 | 2024-12-19T21:42:37.886Z | Checking hmac v0.12.1 |
1831 | 2024-12-19T21:42:38.088Z | Checking sha2 v0.10.8 |
1832 | 2024-12-19T21:42:38.101Z | Checking litemap v0.7.3 |
1833 | 2024-12-19T21:42:38.444Z | Checking unicode-bidi v0.3.17 |
1834 | 2024-12-19T21:42:38.480Z | Checking base64ct v1.6.0 |
1835 | 2024-12-19T21:42:38.511Z | Checking writeable v0.5.5 |
1836 | 2024-12-19T21:42:38.599Z | Checking unicode-normalization v0.1.24 |
1837 | 2024-12-19T21:42:38.639Z | Checking num-traits v0.2.19 |
1838 | 2024-12-19T21:42:38.668Z | Checking tinystr v0.7.6 |
1839 | 2024-12-19T21:42:38.828Z | Checking ppv-lite86 v0.2.20 |
1840 | 2024-12-19T21:42:38.897Z | Checking pem-rfc7468 v0.7.0 |
1841 | 2024-12-19T21:42:39.114Z | Checking icu_locid v1.5.0 |
1842 | 2024-12-19T21:42:39.305Z | Checking flagset v0.4.6 |
1843 | 2024-12-19T21:42:39.305Z | Checking tracing-core v0.1.32 |
1844 | 2024-12-19T21:42:39.509Z | Checking der v0.7.9 |
1845 | 2024-12-19T21:42:39.737Z | Checking thiserror v1.0.69 |
1846 | 2024-12-19T21:42:39.876Z | Checking rand_chacha v0.3.1 |
1847 | 2024-12-19T21:42:39.876Z | Checking percent-encoding v2.3.1 |
1848 | 2024-12-19T21:42:39.876Z | Checking bytes v1.8.0 |
1849 | 2024-12-19T21:42:39.876Z | Checking indexmap v2.6.0 |
1850 | 2024-12-19T21:42:40.000Z | Checking serde_json v1.0.132 |
1851 | 2024-12-19T21:42:40.092Z | Checking bitflags v2.6.0 |
1852 | 2024-12-19T21:42:40.181Z | Checking icu_provider v1.5.0 |
1853 | 2024-12-19T21:42:40.335Z | Checking rustls-pki-types v1.10.0 |
1854 | 2024-12-19T21:42:40.401Z | Checking icu_locid_transform_data v1.5.0 |
1855 | 2024-12-19T21:42:40.454Z | Checking rand v0.8.5 |
1856 | 2024-12-19T21:42:40.538Z | Checking tokio v1.40.0 |
1857 | 2024-12-19T21:42:40.703Z | Checking http v1.1.0 |
1858 | 2024-12-19T21:42:40.872Z | Checking icu_locid_transform v1.5.0 |
1859 | 2024-12-19T21:42:41.038Z | Checking tracing v0.1.40 |
1860 | 2024-12-19T21:42:41.064Z | Checking spki v0.7.3 |
1861 | 2024-12-19T21:42:41.334Z | Checking icu_collections v1.5.0 |
1862 | 2024-12-19T21:42:41.352Z | Checking pbkdf2 v0.12.2 |
1863 | 2024-12-19T21:42:41.516Z | Checking salsa20 v0.10.2 |
1864 | 2024-12-19T21:42:41.618Z | Checking aws-lc-sys v0.22.0 |
1865 | 2024-12-19T21:42:41.719Z | Checking httparse v1.9.5 |
1866 | 2024-12-19T21:42:41.749Z | Checking untrusted v0.7.1 |
1867 | 2024-12-19T21:42:41.855Z | Checking icu_properties_data v1.5.0 |
1868 | 2024-12-19T21:42:41.906Z | Checking mirai-annotations v1.12.0 |
1869 | 2024-12-19T21:42:42.015Z | Checking untrusted v0.9.0 |
1870 | 2024-12-19T21:42:42.078Z | Checking powerfmt v0.2.0 |
1871 | 2024-12-19T21:42:42.093Z | Checking icu_properties v1.5.1 |
1872 | 2024-12-19T21:42:42.096Z | Checking scrypt v0.11.0 |
1873 | 2024-12-19T21:42:42.138Z | Checking cbc v0.1.2 |
1874 | 2024-12-19T21:42:42.158Z | Checking ring v0.17.8 |
1875 | 2024-12-19T21:42:42.331Z | Checking aes v0.8.4 |
1876 | 2024-12-19T21:42:42.347Z | Checking deranged v0.3.11 |
1877 | 2024-12-19T21:42:42.350Z | Checking crossbeam-utils v0.8.20 |
1878 | 2024-12-19T21:42:42.375Z | Checking utf8_iter v1.0.4 |
1879 | 2024-12-19T21:42:42.582Z | Checking write16 v1.0.0 |
1880 | 2024-12-19T21:42:42.707Z | Checking time-core v0.1.2 |
1881 | 2024-12-19T21:42:42.866Z | Checking atomic-waker v1.1.2 |
1882 | 2024-12-19T21:42:42.998Z | Checking num_threads v0.1.7 |
1883 | 2024-12-19T21:42:43.034Z | Checking utf16_iter v1.0.5 |
1884 | 2024-12-19T21:42:43.106Z | Checking icu_normalizer_data v1.5.0 |
1885 | 2024-12-19T21:42:43.188Z | Checking num-conv v0.1.0 |
1886 | 2024-12-19T21:42:43.204Z | Checking http-body v1.0.1 |
1887 | 2024-12-19T21:42:43.263Z | Checking pkcs5 v0.7.1 |
1888 | 2024-12-19T21:42:43.410Z | Checking form_urlencoded v1.2.1 |
1889 | 2024-12-19T21:42:43.441Z | Checking try-lock v0.2.5 |
1890 | 2024-12-19T21:42:43.576Z | Checking want v0.3.1 |
1891 | 2024-12-19T21:42:43.608Z | Checking httpdate v1.0.3 |
1892 | 2024-12-19T21:42:43.752Z | Checking unicode-ident v1.0.13 |
1893 | 2024-12-19T21:42:43.772Z | Checking pkcs8 v0.10.2 |
1894 | 2024-12-19T21:42:43.833Z | Checking uuid v1.11.0 |
1895 | 2024-12-19T21:42:43.918Z | Checking proc-macro2 v1.0.89 |
1896 | 2024-12-19T21:42:43.945Z | Checking toml_datetime v0.6.8 |
1897 | 2024-12-19T21:42:44.081Z | Checking serde_spanned v0.6.8 |
1898 | 2024-12-19T21:42:44.129Z | Checking aws-lc-rs v1.10.0 |
1899 | 2024-12-19T21:42:44.171Z | Checking time v0.3.36 |
1900 | 2024-12-19T21:42:44.213Z | Checking slog v2.7.0 |
1901 | 2024-12-19T21:42:44.262Z | Checking scroll v0.12.0 |
1902 | 2024-12-19T21:42:44.423Z | Checking plain v0.2.3 |
1903 | 2024-12-19T21:42:44.574Z | Checking iana-time-zone v0.1.61 |
1904 | 2024-12-19T21:42:44.609Z | Checking base64 v0.22.1 |
1905 | 2024-12-19T21:42:44.691Z | Checking match_cfg v0.1.0 |
1906 | 2024-12-19T21:42:44.717Z | Checking tower-service v0.3.3 |
1907 | 2024-12-19T21:42:44.717Z | Checking foreign-types-shared v0.1.1 |
1908 | 2024-12-19T21:42:44.776Z | Checking adler2 v2.0.0 |
1909 | 2024-12-19T21:42:44.826Z | Checking ucd-trie v0.1.7 |
1910 | 2024-12-19T21:42:44.839Z | Checking foreign-types v0.3.2 |
1911 | 2024-12-19T21:42:44.917Z | Checking hostname v0.3.1 |
1912 | 2024-12-19T21:42:44.932Z | Checking miniz_oxide v0.8.0 |
1913 | 2024-12-19T21:42:45.021Z | Checking pest v2.7.14 |
1914 | 2024-12-19T21:42:45.048Z | Checking goblin v0.8.2 |
1915 | 2024-12-19T21:42:45.071Z | Checking chrono v0.4.38 |
1916 | 2024-12-19T21:42:45.400Z | Checking icu_normalizer v1.5.0 |
1917 | 2024-12-19T21:42:45.657Z | Checking quote v1.0.37 |
1918 | 2024-12-19T21:42:45.916Z | Checking rustls-webpki v0.102.8 |
1919 | 2024-12-19T21:42:46.013Z | Checking openssl-sys v0.9.103 |
1920 | 2024-12-19T21:42:46.197Z | Checking idna_adapter v1.2.0 |
1921 | 2024-12-19T21:42:46.396Z | Checking idna v1.0.3 |
1922 | 2024-12-19T21:42:46.679Z | Checking dirs-sys-next v0.1.2 |
1923 | 2024-12-19T21:42:46.808Z | Checking errno v0.3.9 |
1924 | 2024-12-19T21:42:46.865Z | Checking aho-corasick v1.1.3 |
1925 | 2024-12-19T21:42:46.897Z | Checking url v2.5.3 |
1926 | 2024-12-19T21:42:46.970Z | Checking siphasher v0.3.11 |
1927 | 2024-12-19T21:42:47.197Z | Checking pretty-hex v0.4.1 |
1928 | 2024-12-19T21:42:47.256Z | Checking regex-syntax v0.8.5 |
1929 | 2024-12-19T21:42:47.295Z | Checking data-encoding v2.6.0 |
1930 | 2024-12-19T21:42:47.364Z | Checking openssl v0.10.66 |
1931 | 2024-12-19T21:42:47.526Z | Checking dtrace-parser v0.2.0 |
1932 | 2024-12-19T21:42:47.704Z | Checking rustix v0.38.37 |
1933 | 2024-12-19T21:42:47.815Z | Checking tokio-util v0.7.12 |
1934 | 2024-12-19T21:42:47.907Z | Checking dirs-next v2.0.0 |
1935 | 2024-12-19T21:42:47.997Z | Checking syn v2.0.87 |
1936 | 2024-12-19T21:42:48.037Z | Checking http-body-util v0.1.2 |
1937 | 2024-12-19T21:42:48.497Z | Checking crossbeam-epoch v0.9.18 |
1938 | 2024-12-19T21:42:48.512Z | Checking signature v2.2.0 |
1939 | 2024-12-19T21:42:48.700Z | Checking sha1 v0.10.6 |
1940 | 2024-12-19T21:42:48.726Z | Checking h2 v0.4.6 |
1941 | 2024-12-19T21:42:48.928Z | Checking lazy_static v1.5.0 |
1942 | 2024-12-19T21:42:48.971Z | Checking thread_local v1.1.8 |
1943 | 2024-12-19T21:42:49.035Z | Checking thread-id v4.2.2 |
1944 | 2024-12-19T21:42:49.141Z | Checking encoding_rs v0.8.34 |
1945 | 2024-12-19T21:42:49.229Z | Checking openssl-probe v0.1.5 |
1946 | 2024-12-19T21:42:49.383Z | Checking gimli v0.31.1 |
1947 | 2024-12-19T21:42:50.048Z | Checking dof v0.3.0 |
1948 | 2024-12-19T21:42:50.409Z | Checking regex-automata v0.4.8 |
1949 | 2024-12-19T21:42:50.641Z | Checking unicode-properties v0.1.3 |
1950 | 2024-12-19T21:42:51.008Z | Checking anstyle v1.0.10 |
1951 | 2024-12-19T21:42:51.156Z | Checking mime v0.3.17 |
1952 | 2024-12-19T21:42:51.370Z | Checking ipnet v2.10.1 |
1953 | 2024-12-19T21:42:51.502Z | Checking winnow v0.6.20 |
1954 | 2024-12-19T21:42:51.562Z | Checking utf8parse v0.2.2 |
1955 | 2024-12-19T21:42:51.711Z | Checking anstyle-parse v0.2.5 |
1956 | 2024-12-19T21:42:51.870Z | Checking stringprep v0.1.5 |
1957 | 2024-12-19T21:42:51.983Z | Checking crossbeam-deque v0.8.5 |
1958 | 2024-12-19T21:42:52.136Z | Checking term v0.7.0 |
1959 | 2024-12-19T21:42:52.287Z | Checking rustls v0.22.4 |
1960 | 2024-12-19T21:42:52.544Z | Checking rustls v0.23.19 |
1961 | 2024-12-19T21:42:52.615Z | Checking native-tls v0.2.12 |
1962 | 2024-12-19T21:42:52.919Z | Checking slog-json v2.6.1 |
1963 | 2024-12-19T21:42:53.188Z | Checking serde_urlencoded v0.7.1 |
1964 | 2024-12-19T21:42:53.463Z | Checking addr2line v0.24.2 |
1965 | 2024-12-19T21:42:53.593Z | Checking crossbeam-channel v0.5.13 |
1966 | 2024-12-19T21:42:53.979Z | Checking futures-executor v0.3.31 |
1967 | 2024-12-19T21:42:54.191Z | Checking rustls-pemfile v2.2.0 |
1968 | 2024-12-19T21:42:54.270Z | Checking usdt-impl v0.5.0 |
1969 | 2024-12-19T21:42:54.319Z | Checking num-integer v0.1.46 |
1970 | 2024-12-19T21:42:54.391Z | Checking idna v0.3.0 |
1971 | 2024-12-19T21:42:54.472Z | Checking toml_edit v0.22.22 |
1972 | 2024-12-19T21:42:54.733Z | Checking hyper v1.5.0 |
1973 | 2024-12-19T21:42:54.775Z | Checking idna v0.4.0 |
1974 | 2024-12-19T21:42:54.789Z | Checking md-5 v0.10.6 |
1975 | 2024-12-19T21:42:55.011Z | Checking ff v0.13.0 |
1976 | 2024-12-19T21:42:55.065Z | Checking is-terminal v0.4.13 |
1977 | 2024-12-19T21:42:55.180Z | Checking memmap v0.7.0 |
1978 | 2024-12-19T21:42:55.215Z | Checking hash32 v0.2.1 |
1979 | 2024-12-19T21:42:55.250Z | Checking object v0.36.5 |
1980 | 2024-12-19T21:42:55.379Z | Checking anstyle-query v1.1.1 |
1981 | 2024-12-19T21:42:55.501Z | Checking base16ct v0.2.0 |
1982 | 2024-12-19T21:42:55.528Z | Checking is_terminal_polyfill v1.70.1 |
1983 | 2024-12-19T21:42:55.578Z | Checking fallible-iterator v0.2.0 |
1984 | 2024-12-19T21:42:55.645Z | Checking either v1.13.0 |
1985 | 2024-12-19T21:42:55.683Z | Checking take_mut v0.2.2 |
1986 | 2024-12-19T21:42:55.827Z | Checking dyn-clone v1.0.17 |
1987 | 2024-12-19T21:42:55.932Z | Checking psl-types v2.0.11 |
1988 | 2024-12-19T21:42:55.956Z | Checking rustc-demangle v0.1.24 |
1989 | 2024-12-19T21:42:56.020Z | Checking colorchoice v1.0.2 |
1990 | 2024-12-19T21:42:56.113Z | Checking quick-error v1.2.3 |
1991 | 2024-12-19T21:42:56.147Z | Checking linked-hash-map v0.5.6 |
1992 | 2024-12-19T21:42:56.184Z | Checking utf-8 v0.7.6 |
1993 | 2024-12-19T21:42:56.245Z | Checking resolv-conf v0.7.0 |
1994 | 2024-12-19T21:42:56.358Z | Checking postgres-protocol v0.6.7 |
1995 | 2024-12-19T21:42:56.378Z | Checking tungstenite v0.24.0 |
1996 | 2024-12-19T21:42:56.460Z | Checking lru-cache v0.1.2 |
1997 | 2024-12-19T21:42:56.593Z | Checking anstream v0.6.15 |
1998 | 2024-12-19T21:42:56.648Z | Checking publicsuffix v2.2.3 |
1999 | 2024-12-19T21:42:56.741Z | Checking hyper-util v0.1.10 |
2000 | 2024-12-19T21:42:56.896Z | Checking schemars v0.8.21 |
2001 | 2024-12-19T21:42:56.959Z | Checking tokio-rustls v0.25.0 |
2002 | 2024-12-19T21:42:57.032Z | Checking slog-async v2.8.0 |
2003 | 2024-12-19T21:42:57.058Z | Checking toml v0.8.19 |
2004 | 2024-12-19T21:42:57.309Z | Checking sec1 v0.7.3 |
2005 | 2024-12-19T21:42:57.326Z | Checking hickory-proto v0.24.1 |
2006 | 2024-12-19T21:42:57.339Z | Checking heapless v0.7.17 |
2007 | 2024-12-19T21:42:57.680Z | Checking usdt v0.5.0 |
2008 | 2024-12-19T21:42:57.814Z | Checking group v0.13.0 |
2009 | 2024-12-19T21:42:57.944Z | Checking slog-term v2.9.1 |
2010 | 2024-12-19T21:42:58.049Z | Checking num-iter v0.1.45 |
2011 | 2024-12-19T21:42:58.090Z | Checking tokio-rustls v0.26.0 |
2012 | 2024-12-19T21:42:58.221Z | Checking futures v0.3.31 |
2013 | 2024-12-19T21:42:58.327Z | Checking slog-bunyan v2.5.0 |
2014 | 2024-12-19T21:42:58.346Z | Checking tokio-native-tls v0.3.1 |
2015 | 2024-12-19T21:42:58.402Z | Checking rayon-core v1.12.1 |
2016 | 2024-12-19T21:42:58.480Z | Checking multer v3.1.0 |
2017 | 2024-12-19T21:42:58.497Z | Checking terminal_size v0.4.0 |
2018 | 2024-12-19T21:42:58.526Z | Checking phf_shared v0.11.2 |
2019 | 2024-12-19T21:42:58.589Z | Checking cookie v0.18.1 |
2020 | 2024-12-19T21:42:58.651Z | Checking async-stream v0.3.6 |
2021 | 2024-12-19T21:42:58.705Z | Checking bzip2-sys v0.1.11+1.0.8 |
2022 | 2024-12-19T21:42:58.798Z | Checking signal-hook v0.3.17 |
2023 | 2024-12-19T21:42:58.820Z | Checking camino v1.1.9 |
2024 | 2024-12-19T21:42:58.837Z | Checking waitgroup v0.1.2 |
2025 | 2024-12-19T21:42:58.873Z | Checking openapiv3 v2.0.0 |
2026 | 2024-12-19T21:42:58.961Z | Checking webpki-roots v0.26.6 |
2027 | 2024-12-19T21:42:59.032Z | Checking serde_path_to_error v0.1.16 |
2028 | 2024-12-19T21:42:59.035Z | Checking idna v0.5.0 |
2029 | 2024-12-19T21:42:59.132Z | Checking hkdf v0.12.4 |
2030 | 2024-12-19T21:42:59.152Z | Checking crypto-bigint v0.5.5 |
2031 | 2024-12-19T21:42:59.327Z | Checking hostname v0.4.0 |
2032 | 2024-12-19T21:42:59.418Z | Checking crc32fast v1.4.2 |
2033 | 2024-12-19T21:42:59.460Z | Checking clap_lex v0.7.2 |
2034 | 2024-12-19T21:42:59.626Z | Checking managed v0.8.0 |
2035 | 2024-12-19T21:42:59.657Z | Checking unicode-width v0.1.14 |
2036 | 2024-12-19T21:42:59.688Z | Checking debug-ignore v1.0.5 |
2037 | 2024-12-19T21:42:59.823Z | Checking bitflags v1.3.2 |
2038 | 2024-12-19T21:42:59.848Z | Checking strsim v0.11.1 |
2039 | 2024-12-19T21:42:59.928Z | Checking winnow v0.5.40 |
2040 | 2024-12-19T21:42:59.993Z | Checking smoltcp v0.9.1 |
2041 | 2024-12-19T21:43:00.109Z | Checking clap_builder v4.5.21 |
2042 | 2024-12-19T21:43:00.125Z | Checking console v0.15.8 |
2043 | 2024-12-19T21:43:00.681Z | Checking cookie_store v0.21.0 |
2044 | 2024-12-19T21:43:01.400Z | Checking flate2 v1.0.34 |
2045 | 2024-12-19T21:43:01.463Z | Checking hyper-rustls v0.27.3 |
2046 | 2024-12-19T21:43:01.617Z | Checking backtrace v0.3.74 |
2047 | 2024-12-19T21:43:01.805Z | Checking signal-hook-mio v0.2.4 |
2048 | 2024-12-19T21:43:01.952Z | Checking rayon v1.10.0 |
2049 | 2024-12-19T21:43:01.974Z | Checking elliptic-curve v0.13.8 |
2050 | 2024-12-19T21:43:02.037Z | Checking bzip2 v0.4.4 |
2051 | 2024-12-19T21:43:02.091Z | Checking hickory-resolver v0.24.1 |
2052 | 2024-12-19T21:43:02.149Z | Checking anyhow v1.0.93 |
2053 | 2024-12-19T21:43:02.327Z | Checking phf v0.11.2 |
2054 | 2024-12-19T21:43:02.355Z | Checking dropshot v0.12.0 |
2055 | 2024-12-19T21:43:02.529Z | Checking hyper-tls v0.6.0 |
2056 | 2024-12-19T21:43:02.579Z | Checking num-bigint-dig v0.8.4 |
2057 | 2024-12-19T21:43:02.582Z | Checking tokio-tungstenite v0.24.0 |
2058 | 2024-12-19T21:43:02.812Z | Checking postgres-types v0.2.8 |
2059 | 2024-12-19T21:43:02.946Z | Checking toml_edit v0.19.15 |
2060 | 2024-12-19T21:43:03.055Z | Checking regex v1.11.1 |
2061 | 2024-12-19T21:43:03.131Z | Checking bstr v1.10.0 |
2062 | 2024-12-19T21:43:03.532Z | Checking tokio-stream v0.1.16 |
2063 | 2024-12-19T21:43:03.696Z | Checking ed25519 v2.2.3 |
2064 | 2024-12-19T21:43:03.698Z | Checking phf_shared v0.10.0 |
2065 | 2024-12-19T21:43:03.995Z | Checking zerocopy v0.6.6 |
2066 | 2024-12-19T21:43:04.010Z | Checking curve25519-dalek v4.1.3 |
2067 | 2024-12-19T21:43:04.071Z | Checking pkcs1 v0.7.5 |
2068 | 2024-12-19T21:43:04.444Z | Checking hubpack v0.1.2 |
2069 | 2024-12-19T21:43:04.463Z | Checking portable-atomic v1.9.0 |
2070 | 2024-12-19T21:43:04.647Z | Checking float-cmp v0.9.0 |
2071 | 2024-12-19T21:43:04.737Z | Checking serde-big-array v0.5.1 |
2072 | 2024-12-19T21:43:04.752Z | Checking rfc6979 v0.4.0 |
2073 | 2024-12-19T21:43:04.819Z | Checking sync_wrapper v1.0.1 |
2074 | 2024-12-19T21:43:04.925Z | Checking predicates-core v1.0.8 |
2075 | 2024-12-19T21:43:04.952Z | Checking number_prefix v0.4.0 |
2076 | 2024-12-19T21:43:04.955Z | Checking new_debug_unreachable v1.0.6 |
2077 | 2024-12-19T21:43:05.051Z | Checking unicode-width v0.2.0 |
2078 | 2024-12-19T21:43:05.095Z | Checking minimal-lexical v0.2.1 |
2079 | 2024-12-19T21:43:05.127Z | Checking unicode-segmentation v1.12.0 |
2080 | 2024-12-19T21:43:05.392Z | Checking normalize-line-endings v0.3.0 |
2081 | 2024-12-19T21:43:05.460Z | Checking static_assertions v1.1.0 |
2082 | 2024-12-19T21:43:05.475Z | Checking bit-vec v0.6.3 |
2083 | 2024-12-19T21:43:05.495Z | Checking difflib v0.4.0 |
2084 | 2024-12-19T21:43:05.510Z | Checking fixedbitset v0.4.2 |
2085 | 2024-12-19T21:43:05.549Z | Checking whoami v1.5.2 |
2086 | 2024-12-19T21:43:05.753Z | Checking precomputed-hash v0.1.1 |
2087 | 2024-12-19T21:43:05.769Z | Checking petgraph v0.6.5 |
2088 | 2024-12-19T21:43:05.794Z | Checking predicates v3.1.2 |
2089 | 2024-12-19T21:43:05.808Z | Checking bit-set v0.5.3 |
2090 | 2024-12-19T21:43:05.822Z | Checking similar v2.6.0 |
2091 | 2024-12-19T21:43:05.837Z | Checking tokio-postgres v0.7.12 |
2092 | 2024-12-19T21:43:05.854Z | Checking string_cache v0.8.7 |
2093 | 2024-12-19T21:43:05.899Z | Checking ed25519-dalek v2.1.1 |
2094 | 2024-12-19T21:43:06.015Z | Checking qorb v0.2.1 |
2095 | 2024-12-19T21:43:06.047Z | Checking indicatif v0.17.9 |
2096 | 2024-12-19T21:43:06.115Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2097 | 2024-12-19T21:43:06.294Z | Checking nom v7.1.3 |
2098 | 2024-12-19T21:43:06.424Z | Checking toml v0.7.8 |
2099 | 2024-12-19T21:43:06.706Z | Checking reqwest v0.12.9 |
2100 | 2024-12-19T21:43:06.830Z | Checking ecdsa v0.16.9 |
2101 | 2024-12-19T21:43:07.160Z | Checking rsa v0.9.6 |
2102 | 2024-12-19T21:43:07.537Z | Checking clap v4.5.21 |
2103 | 2024-12-19T21:43:07.658Z | Checking zip v0.6.6 |
2104 | 2024-12-19T21:43:08.224Z | Checking crossterm v0.28.1 |
2105 | 2024-12-19T21:43:08.364Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2106 | 2024-12-19T21:43:08.389Z | Checking itertools v0.10.5 |
2107 | 2024-12-19T21:43:08.522Z | Checking fs-err v2.11.0 |
2108 | 2024-12-19T21:43:08.566Z | Checking ahash v0.8.11 |
2109 | 2024-12-19T21:43:08.978Z | Checking x509-cert v0.2.5 |
2110 | 2024-12-19T21:43:08.999Z | Checking semver v1.0.23 |
2111 | 2024-12-19T21:43:09.084Z | Checking hex v0.4.3 |
2112 | 2024-12-19T21:43:09.123Z | Checking lalrpop-util v0.19.12 |
2113 | 2024-12-19T21:43:09.137Z | Checking peg-runtime v0.8.3 |
2114 | 2024-12-19T21:43:09.359Z | Checking heck v0.4.1 |
2115 | 2024-12-19T21:43:09.401Z | Checking sigpipe v0.1.3 |
2116 | 2024-12-19T21:43:10.813Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2117 | 2024-12-19T21:43:11.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.06s |
2118 | 2024-12-19T21:43:11.273Z | |
2119 | 2024-12-19T21:43:11.273Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/175) |
2120 | 2024-12-19T21:43:11.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2121 | 2024-12-19T21:43:11.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2122 | 2024-12-19T21:43:11.934Z | Compiling hashbrown v0.14.5 |
2123 | 2024-12-19T21:43:12.052Z | Checking heck v0.5.0 |
2124 | 2024-12-19T21:43:12.064Z | Compiling unsafe-libyaml v0.2.11 |
2125 | 2024-12-19T21:43:12.078Z | Compiling ident_case v1.0.1 |
2126 | 2024-12-19T21:43:12.091Z | Checking progenitor-client v0.8.0 |
2127 | 2024-12-19T21:43:12.104Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2128 | 2024-12-19T21:43:12.118Z | Compiling proc-macro-crate v1.3.1 |
2129 | 2024-12-19T21:43:12.202Z | Checking ipnetwork v0.20.0 |
2130 | 2024-12-19T21:43:12.238Z | Compiling darling_core v0.20.10 |
2131 | 2024-12-19T21:43:12.441Z | Compiling structmeta-derive v0.3.0 |
2132 | 2024-12-19T21:43:12.456Z | Compiling newtype-uuid v1.1.3 |
2133 | 2024-12-19T21:43:12.530Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2134 | 2024-12-19T21:43:12.759Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2135 | 2024-12-19T21:43:12.832Z | Compiling lzma-sys v0.1.20 |
2136 | 2024-12-19T21:43:13.099Z | Compiling foreign-types-macros v0.2.3 |
2137 | 2024-12-19T21:43:13.177Z | Checking regress v0.10.1 |
2138 | 2024-12-19T21:43:13.217Z | Compiling num_enum_derive v0.5.11 |
2139 | 2024-12-19T21:43:13.593Z | Compiling serde_yaml v0.9.34+deprecated |
2140 | 2024-12-19T21:43:13.940Z | Compiling dropshot v0.13.0 |
2141 | 2024-12-19T21:43:14.213Z | Checking arc-swap v1.7.1 |
2142 | 2024-12-19T21:43:14.396Z | Checking foreign-types-shared v0.3.1 |
2143 | 2024-12-19T21:43:14.511Z | Checking foreign-types v0.5.0 |
2144 | 2024-12-19T21:43:14.638Z | Checking slog-scope v4.4.0 |
2145 | 2024-12-19T21:43:14.727Z | Compiling proc-macro-error v1.0.4 |
2146 | 2024-12-19T21:43:15.331Z | Compiling structmeta v0.3.0 |
2147 | 2024-12-19T21:43:15.391Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2148 | 2024-12-19T21:43:15.408Z | Checking tungstenite v0.21.0 |
2149 | 2024-12-19T21:43:15.499Z | Compiling heck v0.3.3 |
2150 | 2024-12-19T21:43:15.760Z | Compiling parse-display-derive v0.10.0 |
2151 | 2024-12-19T21:43:15.763Z | Checking num_enum v0.5.11 |
2152 | 2024-12-19T21:43:15.913Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2153 | 2024-12-19T21:43:15.936Z | Compiling dropshot_endpoint v0.13.0 |
2154 | 2024-12-19T21:43:16.384Z | Checking cstr-argument v0.1.2 |
2155 | 2024-12-19T21:43:16.581Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2156 | 2024-12-19T21:43:16.735Z | Checking typify-impl v0.2.0 |
2157 | 2024-12-19T21:43:16.815Z | Checking instant v0.1.13 |
2158 | 2024-12-19T21:43:16.909Z | Checking fastrand v2.1.1 |
2159 | 2024-12-19T21:43:17.350Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2160 | 2024-12-19T21:43:17.620Z | Checking base64 v0.21.7 |
2161 | 2024-12-19T21:43:17.834Z | Checking pretty-hex v0.2.1 |
2162 | 2024-12-19T21:43:17.994Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2163 | 2024-12-19T21:43:18.113Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2164 | 2024-12-19T21:43:18.256Z | Checking tempfile v3.13.0 |
2165 | 2024-12-19T21:43:18.271Z | Checking backoff v0.4.0 |
2166 | 2024-12-19T21:43:18.416Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2167 | 2024-12-19T21:43:18.554Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2168 | 2024-12-19T21:43:18.568Z | Checking tokio-tungstenite v0.21.0 |
2169 | 2024-12-19T21:43:18.625Z | Compiling zone_cfg_derive v0.1.2 |
2170 | 2024-12-19T21:43:18.868Z | Checking strum v0.26.3 |
2171 | 2024-12-19T21:43:19.026Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2172 | 2024-12-19T21:43:19.082Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2173 | 2024-12-19T21:43:19.242Z | Compiling darling_macro v0.20.10 |
2174 | 2024-12-19T21:43:19.275Z | Checking slog-stdlog v4.1.1 |
2175 | 2024-12-19T21:43:19.431Z | Checking regress v0.9.1 |
2176 | 2024-12-19T21:43:19.459Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2177 | 2024-12-19T21:43:19.610Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2178 | 2024-12-19T21:43:19.759Z | Checking colored v2.1.0 |
2179 | 2024-12-19T21:43:19.882Z | Checking macaddr v1.0.1 |
2180 | 2024-12-19T21:43:20.035Z | Checking base64 v0.13.1 |
2181 | 2024-12-19T21:43:20.074Z | Checking zone v0.1.8 |
2182 | 2024-12-19T21:43:20.186Z | Compiling darling v0.20.10 |
2183 | 2024-12-19T21:43:20.511Z | Compiling serde_with_macros v3.11.0 |
2184 | 2024-12-19T21:43:20.515Z | Checking parse-display v0.10.0 |
2185 | 2024-12-19T21:43:20.515Z | Checking ron v0.7.1 |
2186 | 2024-12-19T21:43:20.615Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2187 | 2024-12-19T21:43:20.688Z | Checking xz2 v0.1.7 |
2188 | 2024-12-19T21:43:20.999Z | Checking slog-envlogger v2.2.0 |
2189 | 2024-12-19T21:43:21.074Z | Checking tabwriter v1.4.0 |
2190 | 2024-12-19T21:43:21.218Z | Checking xattr v1.3.1 |
2191 | 2024-12-19T21:43:21.316Z | Checking pem v3.0.4 |
2192 | 2024-12-19T21:43:21.414Z | Checking yasna v0.5.2 |
2193 | 2024-12-19T21:43:21.582Z | Checking headers-core v0.3.0 |
2194 | 2024-12-19T21:43:21.631Z | Checking smf v0.2.3 |
2195 | 2024-12-19T21:43:21.727Z | Checking filetime v0.2.25 |
2196 | 2024-12-19T21:43:21.940Z | Checking same-file v1.0.6 |
2197 | 2024-12-19T21:43:22.089Z | Checking tar v0.4.42 |
2198 | 2024-12-19T21:43:22.109Z | Checking walkdir v2.5.0 |
2199 | 2024-12-19T21:43:22.248Z | Checking headers v0.4.0 |
2200 | 2024-12-19T21:43:22.352Z | Checking rcgen v0.12.1 |
2201 | 2024-12-19T21:43:22.375Z | Checking atomicwrites v0.4.4 |
2202 | 2024-12-19T21:43:22.561Z | Checking camino-tempfile v1.1.1 |
2203 | 2024-12-19T21:43:22.841Z | Checking subprocess v0.2.9 |
2204 | 2024-12-19T21:43:23.195Z | Checking serde_with v3.11.0 |
2205 | 2024-12-19T21:43:27.148Z | Compiling typify-macro v0.2.0 |
2206 | 2024-12-19T21:43:29.012Z | Compiling typify v0.2.0 |
2207 | 2024-12-19T21:43:29.080Z | Compiling progenitor-impl v0.8.0 |
2208 | 2024-12-19T21:43:32.325Z | Compiling progenitor-macro v0.8.0 |
2209 | 2024-12-19T21:43:37.089Z | Checking progenitor v0.8.0 |
2210 | 2024-12-19T21:43:37.243Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2211 | 2024-12-19T21:43:37.245Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2212 | 2024-12-19T21:43:39.886Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2213 | 2024-12-19T21:43:40.272Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2214 | 2024-12-19T21:43:46.559Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2215 | 2024-12-19T21:43:48.176Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2216 | 2024-12-19T21:43:49.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.12s |
2217 | 2024-12-19T21:43:49.572Z | |
2218 | 2024-12-19T21:43:49.572Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/175) |
2219 | 2024-12-19T21:43:50.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2220 | 2024-12-19T21:43:50.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2221 | 2024-12-19T21:43:50.216Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2222 | 2024-12-19T21:43:51.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
2223 | 2024-12-19T21:43:51.791Z | |
2224 | 2024-12-19T21:43:51.791Z | info: running `cargo check --bins` on nexus-config (31/175) |
2225 | 2024-12-19T21:43:52.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2226 | 2024-12-19T21:43:52.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2227 | 2024-12-19T21:43:52.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2228 | 2024-12-19T21:43:52.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2229 | 2024-12-19T21:43:52.407Z | |
2230 | 2024-12-19T21:43:52.407Z | info: running `cargo check --bins` on omicron-rpaths (32/175) |
2231 | 2024-12-19T21:43:52.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2232 | 2024-12-19T21:43:52.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2233 | 2024-12-19T21:43:52.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2234 | 2024-12-19T21:43:52.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2235 | 2024-12-19T21:43:53.007Z | |
2236 | 2024-12-19T21:43:53.007Z | info: running `cargo check --bins` on omicron-certificates (33/175) |
2237 | 2024-12-19T21:43:53.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2238 | 2024-12-19T21:43:53.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2239 | 2024-12-19T21:43:53.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2240 | 2024-12-19T21:43:53.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2241 | 2024-12-19T21:43:53.623Z | |
2242 | 2024-12-19T21:43:53.623Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/175) |
2243 | 2024-12-19T21:43:54.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2244 | 2024-12-19T21:43:54.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2245 | 2024-12-19T21:43:54.291Z | Compiling zerocopy v0.8.10 |
2246 | 2024-12-19T21:43:54.291Z | Compiling progenitor-client v0.8.0 |
2247 | 2024-12-19T21:43:54.292Z | Compiling itertools v0.13.0 |
2248 | 2024-12-19T21:43:54.295Z | Compiling zerocopy-derive v0.8.10 |
2249 | 2024-12-19T21:43:54.295Z | Compiling heapless v0.8.0 |
2250 | 2024-12-19T21:43:54.295Z | Compiling newtype-uuid v1.1.3 |
2251 | 2024-12-19T21:43:54.295Z | Compiling ipnetwork v0.20.0 |
2252 | 2024-12-19T21:43:54.295Z | Checking hash32 v0.3.1 |
2253 | 2024-12-19T21:43:54.627Z | Compiling instant v0.1.13 |
2254 | 2024-12-19T21:43:54.686Z | Compiling smoltcp v0.11.0 |
2255 | 2024-12-19T21:43:54.765Z | Compiling progenitor v0.8.0 |
2256 | 2024-12-19T21:43:54.850Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2257 | 2024-12-19T21:43:55.016Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2258 | 2024-12-19T21:43:55.349Z | Compiling backoff v0.4.0 |
2259 | 2024-12-19T21:43:55.367Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2260 | 2024-12-19T21:43:55.399Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2261 | 2024-12-19T21:43:55.577Z | Compiling dropshot v0.13.0 |
2262 | 2024-12-19T21:43:55.616Z | Compiling serde_with v3.11.0 |
2263 | 2024-12-19T21:43:55.677Z | Compiling parse-display v0.10.0 |
2264 | 2024-12-19T21:43:55.720Z | Checking num-rational v0.4.2 |
2265 | 2024-12-19T21:43:56.121Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2266 | 2024-12-19T21:43:56.375Z | Compiling regress v0.9.1 |
2267 | 2024-12-19T21:43:56.425Z | Compiling phf_generator v0.11.2 |
2268 | 2024-12-19T21:43:56.655Z | Checking num-complex v0.4.6 |
2269 | 2024-12-19T21:43:57.617Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2270 | 2024-12-19T21:43:58.085Z | Compiling macaddr v1.0.1 |
2271 | 2024-12-19T21:43:58.486Z | Checking cobs v0.2.3 |
2272 | 2024-12-19T21:43:58.537Z | Compiling num v0.4.3 |
2273 | 2024-12-19T21:43:58.666Z | Checking postcard v1.0.10 |
2274 | 2024-12-19T21:43:58.737Z | Compiling phf_codegen v0.11.2 |
2275 | 2024-12-19T21:43:59.213Z | Compiling parse-zoneinfo v0.3.1 |
2276 | 2024-12-19T21:43:59.656Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2277 | 2024-12-19T21:43:59.957Z | Compiling convert_case v0.4.0 |
2278 | 2024-12-19T21:44:00.616Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2279 | 2024-12-19T21:44:00.990Z | Checking float-ord v0.3.2 |
2280 | 2024-12-19T21:44:01.223Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2281 | 2024-12-19T21:44:01.315Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2282 | 2024-12-19T21:44:01.372Z | Compiling derive_more v0.99.18 |
2283 | 2024-12-19T21:44:01.630Z | Compiling chrono-tz-build v0.4.0 |
2284 | 2024-12-19T21:44:01.988Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2285 | 2024-12-19T21:44:02.911Z | Compiling thiserror v2.0.3 |
2286 | 2024-12-19T21:44:03.121Z | Compiling crucible-workspace-hack v0.1.0 |
2287 | 2024-12-19T21:44:03.273Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2288 | 2024-12-19T21:44:03.409Z | Compiling chrono-tz v0.10.0 |
2289 | 2024-12-19T21:44:03.583Z | Checking newline-converter v0.3.0 |
2290 | 2024-12-19T21:44:03.906Z | Checking prettyplease v0.2.25 |
2291 | 2024-12-19T21:44:04.086Z | Compiling thiserror-impl v2.0.3 |
2292 | 2024-12-19T21:44:04.784Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2293 | 2024-12-19T21:44:04.896Z | Compiling slog-dtrace v0.3.0 |
2294 | 2024-12-19T21:44:05.026Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2295 | 2024-12-19T21:44:05.175Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2296 | 2024-12-19T21:44:05.563Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2297 | 2024-12-19T21:44:06.221Z | Checking expectorate v1.1.0 |
2298 | 2024-12-19T21:44:06.352Z | Compiling zone_cfg_derive v0.3.0 |
2299 | 2024-12-19T21:44:06.407Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2300 | 2024-12-19T21:44:06.520Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2301 | 2024-12-19T21:44:06.854Z | Compiling const_format_proc_macros v0.2.33 |
2302 | 2024-12-19T21:44:07.234Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2303 | 2024-12-19T21:44:07.738Z | Compiling num-derive v0.4.2 |
2304 | 2024-12-19T21:44:07.782Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2305 | 2024-12-19T21:44:07.928Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2306 | 2024-12-19T21:44:07.944Z | Checking highway v1.2.0 |
2307 | 2024-12-19T21:44:08.233Z | Checking zone v0.3.0 |
2308 | 2024-12-19T21:44:08.347Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2309 | 2024-12-19T21:44:08.387Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2310 | 2024-12-19T21:44:08.944Z | Checking const_format v0.2.33 |
2311 | 2024-12-19T21:44:09.156Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2312 | 2024-12-19T21:44:09.364Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2313 | 2024-12-19T21:44:09.389Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2314 | 2024-12-19T21:44:09.432Z | Checking gethostname v0.5.0 |
2315 | 2024-12-19T21:44:09.559Z | Checking bcs v0.1.6 |
2316 | 2024-12-19T21:44:09.880Z | Compiling async-recursion v1.1.1 |
2317 | 2024-12-19T21:44:10.106Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2318 | 2024-12-19T21:44:10.864Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2319 | 2024-12-19T21:44:11.574Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2320 | 2024-12-19T21:44:17.300Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2321 | 2024-12-19T21:44:20.592Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2322 | 2024-12-19T21:44:23.227Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2323 | 2024-12-19T21:44:24.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.78s |
2324 | 2024-12-19T21:44:24.591Z | |
2325 | 2024-12-19T21:44:24.591Z | info: running `cargo check --bins` on clickhouse-admin-api (35/175) |
2326 | 2024-12-19T21:44:25.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2327 | 2024-12-19T21:44:25.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2328 | 2024-12-19T21:44:25.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2329 | 2024-12-19T21:44:25.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2330 | 2024-12-19T21:44:25.216Z | |
2331 | 2024-12-19T21:44:25.216Z | info: running `cargo check --bins` on clickhouse-admin-types (36/175) |
2332 | 2024-12-19T21:44:25.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2333 | 2024-12-19T21:44:25.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2334 | 2024-12-19T21:44:25.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2335 | 2024-12-19T21:44:25.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2336 | 2024-12-19T21:44:25.847Z | |
2337 | 2024-12-19T21:44:25.847Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/175) |
2338 | 2024-12-19T21:44:26.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2339 | 2024-12-19T21:44:26.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2340 | 2024-12-19T21:44:26.492Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2341 | 2024-12-19T21:44:27.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2342 | 2024-12-19T21:44:27.295Z | |
2343 | 2024-12-19T21:44:27.295Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/175) |
2344 | 2024-12-19T21:44:27.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2345 | 2024-12-19T21:44:27.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2346 | 2024-12-19T21:44:27.956Z | Compiling cfg_aliases v0.1.1 |
2347 | 2024-12-19T21:44:27.958Z | Compiling vte_generate_state_changes v0.1.2 |
2348 | 2024-12-19T21:44:27.958Z | Checking fd-lock v4.0.2 |
2349 | 2024-12-19T21:44:28.059Z | Checking nibble_vec v0.1.0 |
2350 | 2024-12-19T21:44:28.067Z | Checking endian-type v0.1.2 |
2351 | 2024-12-19T21:44:28.071Z | Checking bytecount v0.6.8 |
2352 | 2024-12-19T21:44:28.096Z | Compiling tabled_derive v0.7.0 |
2353 | 2024-12-19T21:44:28.109Z | Checking itertools v0.12.1 |
2354 | 2024-12-19T21:44:28.137Z | Compiling nix v0.28.0 |
2355 | 2024-12-19T21:44:28.235Z | Checking papergrid v0.11.0 |
2356 | 2024-12-19T21:44:28.235Z | Compiling peg-macros v0.8.4 |
2357 | 2024-12-19T21:44:28.253Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2358 | 2024-12-19T21:44:28.278Z | Checking radix_trie v0.2.1 |
2359 | 2024-12-19T21:44:28.642Z | Checking vte v0.11.1 |
2360 | 2024-12-19T21:44:28.673Z | Compiling sqlparser_derive v0.2.2 |
2361 | 2024-12-19T21:44:29.398Z | Checking unicode_categories v0.1.1 |
2362 | 2024-12-19T21:44:29.679Z | Checking nu-ansi-term v0.50.1 |
2363 | 2024-12-19T21:44:29.694Z | Checking home v0.5.9 |
2364 | 2024-12-19T21:44:29.801Z | Checking sqlparser v0.45.0 |
2365 | 2024-12-19T21:44:29.834Z | Checking sqlformat v0.2.6 |
2366 | 2024-12-19T21:44:30.040Z | Checking strip-ansi-escapes v0.2.0 |
2367 | 2024-12-19T21:44:30.085Z | Checking display-error-chain v0.2.2 |
2368 | 2024-12-19T21:44:30.563Z | Checking tabled v0.15.0 |
2369 | 2024-12-19T21:44:30.635Z | Checking reedline v0.35.0 |
2370 | 2024-12-19T21:44:31.326Z | Checking rustyline v14.0.0 |
2371 | 2024-12-19T21:44:31.341Z | Checking peg v0.8.4 |
2372 | 2024-12-19T21:44:40.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.07s |
2373 | 2024-12-19T21:44:40.559Z | |
2374 | 2024-12-19T21:44:40.559Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/175) |
2375 | 2024-12-19T21:44:41.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2376 | 2024-12-19T21:44:41.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2377 | 2024-12-19T21:44:41.214Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2378 | 2024-12-19T21:44:46.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s |
2379 | 2024-12-19T21:44:46.385Z | |
2380 | 2024-12-19T21:44:46.385Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/175) |
2381 | 2024-12-19T21:44:46.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2382 | 2024-12-19T21:44:46.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2383 | 2024-12-19T21:44:47.048Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2384 | 2024-12-19T21:44:50.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
2385 | 2024-12-19T21:44:50.963Z | |
2386 | 2024-12-19T21:44:50.963Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/175) |
2387 | 2024-12-19T21:44:51.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2024-12-19T21:44:51.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2024-12-19T21:44:51.618Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2390 | 2024-12-19T21:44:56.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s |
2391 | 2024-12-19T21:44:56.483Z | |
2392 | 2024-12-19T21:44:56.483Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/175) |
2393 | 2024-12-19T21:44:57.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2024-12-19T21:44:57.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2024-12-19T21:44:57.148Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2396 | 2024-12-19T21:45:01.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s |
2397 | 2024-12-19T21:45:02.066Z | |
2398 | 2024-12-19T21:45:02.066Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/175) |
2399 | 2024-12-19T21:45:02.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2024-12-19T21:45:02.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2024-12-19T21:45:02.720Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2402 | 2024-12-19T21:45:06.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
2403 | 2024-12-19T21:45:06.830Z | |
2404 | 2024-12-19T21:45:06.831Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/175) |
2405 | 2024-12-19T21:45:07.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2024-12-19T21:45:07.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2024-12-19T21:45:07.482Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2408 | 2024-12-19T21:45:11.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
2409 | 2024-12-19T21:45:11.633Z | |
2410 | 2024-12-19T21:45:11.633Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/175) |
2411 | 2024-12-19T21:45:12.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2024-12-19T21:45:12.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2024-12-19T21:45:12.291Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2414 | 2024-12-19T21:45:17.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
2415 | 2024-12-19T21:45:17.344Z | |
2416 | 2024-12-19T21:45:17.345Z | info: running `cargo check --bins` on oximeter (46/175) |
2417 | 2024-12-19T21:45:17.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2024-12-19T21:45:17.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2024-12-19T21:45:17.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2420 | 2024-12-19T21:45:17.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2421 | 2024-12-19T21:45:17.962Z | |
2422 | 2024-12-19T21:45:17.962Z | info: running `cargo check --bins` on oximeter-macro-impl (47/175) |
2423 | 2024-12-19T21:45:18.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2024-12-19T21:45:18.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2024-12-19T21:45:18.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2426 | 2024-12-19T21:45:18.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2427 | 2024-12-19T21:45:18.560Z | |
2428 | 2024-12-19T21:45:18.560Z | info: running `cargo check --bins` on oximeter-schema (48/175) |
2429 | 2024-12-19T21:45:19.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2024-12-19T21:45:19.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2024-12-19T21:45:19.184Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2432 | 2024-12-19T21:45:19.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
2433 | 2024-12-19T21:45:19.786Z | |
2434 | 2024-12-19T21:45:19.786Z | info: running `cargo check --bins` on oximeter-types (49/175) |
2435 | 2024-12-19T21:45:20.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2024-12-19T21:45:20.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2024-12-19T21:45:20.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2438 | 2024-12-19T21:45:20.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2439 | 2024-12-19T21:45:20.404Z | |
2440 | 2024-12-19T21:45:20.404Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/175) |
2441 | 2024-12-19T21:45:20.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2024-12-19T21:45:20.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2024-12-19T21:45:20.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2444 | 2024-12-19T21:45:20.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2445 | 2024-12-19T21:45:21.024Z | |
2446 | 2024-12-19T21:45:21.024Z | info: running `cargo check --bins` on oxql-types (51/175) |
2447 | 2024-12-19T21:45:21.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2024-12-19T21:45:21.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2024-12-19T21:45:21.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2450 | 2024-12-19T21:45:21.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2451 | 2024-12-19T21:45:21.643Z | |
2452 | 2024-12-19T21:45:21.644Z | info: running `cargo check --bins` on oximeter-test-utils (52/175) |
2453 | 2024-12-19T21:45:22.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2454 | 2024-12-19T21:45:22.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2455 | 2024-12-19T21:45:22.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2456 | 2024-12-19T21:45:22.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2457 | 2024-12-19T21:45:22.290Z | |
2458 | 2024-12-19T21:45:22.290Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/175) |
2459 | 2024-12-19T21:45:22.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2460 | 2024-12-19T21:45:22.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2461 | 2024-12-19T21:45:22.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2462 | 2024-12-19T21:45:22.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2463 | 2024-12-19T21:45:22.916Z | |
2464 | 2024-12-19T21:45:22.916Z | info: running `cargo check --bins` on bootstrap-agent-client (54/175) |
2465 | 2024-12-19T21:45:23.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2466 | 2024-12-19T21:45:23.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2467 | 2024-12-19T21:45:23.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2468 | 2024-12-19T21:45:23.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2469 | 2024-12-19T21:45:23.557Z | |
2470 | 2024-12-19T21:45:23.557Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/175) |
2471 | 2024-12-19T21:45:24.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2472 | 2024-12-19T21:45:24.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2473 | 2024-12-19T21:45:24.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2474 | 2024-12-19T21:45:24.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2475 | 2024-12-19T21:45:24.185Z | |
2476 | 2024-12-19T21:45:24.185Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/175) |
2477 | 2024-12-19T21:45:24.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2478 | 2024-12-19T21:45:24.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2479 | 2024-12-19T21:45:24.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2480 | 2024-12-19T21:45:24.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2481 | 2024-12-19T21:45:24.813Z | |
2482 | 2024-12-19T21:45:24.814Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/175) |
2483 | 2024-12-19T21:45:25.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2484 | 2024-12-19T21:45:25.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2485 | 2024-12-19T21:45:25.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2486 | 2024-12-19T21:45:25.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2487 | 2024-12-19T21:45:25.446Z | |
2488 | 2024-12-19T21:45:25.446Z | info: running `cargo check --bins` on cockroach-admin-client (58/175) |
2489 | 2024-12-19T21:45:25.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2490 | 2024-12-19T21:45:25.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2491 | 2024-12-19T21:45:25.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2492 | 2024-12-19T21:45:25.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2493 | 2024-12-19T21:45:26.056Z | |
2494 | 2024-12-19T21:45:26.057Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/175) |
2495 | 2024-12-19T21:45:26.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2496 | 2024-12-19T21:45:26.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2497 | 2024-12-19T21:45:26.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2498 | 2024-12-19T21:45:26.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2499 | 2024-12-19T21:45:26.697Z | |
2500 | 2024-12-19T21:45:26.697Z | info: running `cargo check --bins` on dns-service-client (60/175) |
2501 | 2024-12-19T21:45:27.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2502 | 2024-12-19T21:45:27.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2503 | 2024-12-19T21:45:27.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2504 | 2024-12-19T21:45:27.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2505 | 2024-12-19T21:45:27.322Z | |
2506 | 2024-12-19T21:45:27.322Z | info: running `cargo check --bins` on internal-dns-types (61/175) |
2507 | 2024-12-19T21:45:27.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2508 | 2024-12-19T21:45:27.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2509 | 2024-12-19T21:45:27.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2510 | 2024-12-19T21:45:27.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2511 | 2024-12-19T21:45:27.946Z | |
2512 | 2024-12-19T21:45:27.946Z | info: running `cargo check --bins` on dpd-client (62/175) |
2513 | 2024-12-19T21:45:28.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2514 | 2024-12-19T21:45:28.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2515 | 2024-12-19T21:45:28.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2516 | 2024-12-19T21:45:28.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2517 | 2024-12-19T21:45:28.557Z | |
2518 | 2024-12-19T21:45:28.557Z | info: running `cargo check --bins` on gateway-client (63/175) |
2519 | 2024-12-19T21:45:29.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2520 | 2024-12-19T21:45:29.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2521 | 2024-12-19T21:45:29.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2522 | 2024-12-19T21:45:29.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2523 | 2024-12-19T21:45:29.171Z | |
2524 | 2024-12-19T21:45:29.171Z | info: running `cargo check --bins` on installinator-client (64/175) |
2525 | 2024-12-19T21:45:29.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2526 | 2024-12-19T21:45:29.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2527 | 2024-12-19T21:45:29.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2528 | 2024-12-19T21:45:29.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2529 | 2024-12-19T21:45:29.808Z | |
2530 | 2024-12-19T21:45:29.808Z | info: running `cargo check --bins` on installinator-common (65/175) |
2531 | 2024-12-19T21:45:30.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2532 | 2024-12-19T21:45:30.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2533 | 2024-12-19T21:45:30.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2534 | 2024-12-19T21:45:30.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2535 | 2024-12-19T21:45:30.445Z | |
2536 | 2024-12-19T21:45:30.445Z | info: running `cargo check --bins` on update-engine (66/175) |
2537 | 2024-12-19T21:45:30.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2538 | 2024-12-19T21:45:30.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2539 | 2024-12-19T21:45:30.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2540 | 2024-12-19T21:45:30.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2541 | 2024-12-19T21:45:31.059Z | |
2542 | 2024-12-19T21:45:31.059Z | info: running `cargo check --bins` on nexus-client (67/175) |
2543 | 2024-12-19T21:45:31.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2544 | 2024-12-19T21:45:31.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2545 | 2024-12-19T21:45:31.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2546 | 2024-12-19T21:45:31.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2547 | 2024-12-19T21:45:31.719Z | |
2548 | 2024-12-19T21:45:31.719Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/175) |
2549 | 2024-12-19T21:45:32.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2024-12-19T21:45:32.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2024-12-19T21:45:32.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2552 | 2024-12-19T21:45:32.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2553 | 2024-12-19T21:45:32.356Z | |
2554 | 2024-12-19T21:45:32.356Z | info: running `cargo check --bins` on omicron-passwords (69/175) |
2555 | 2024-12-19T21:45:32.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2024-12-19T21:45:32.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2024-12-19T21:45:32.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2558 | 2024-12-19T21:45:32.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2559 | 2024-12-19T21:45:32.957Z | |
2560 | 2024-12-19T21:45:32.957Z | info: running `cargo check --bins` on nexus-types (70/175) |
2561 | 2024-12-19T21:45:33.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2562 | 2024-12-19T21:45:33.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2563 | 2024-12-19T21:45:33.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2564 | 2024-12-19T21:45:33.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2565 | 2024-12-19T21:45:33.606Z | |
2566 | 2024-12-19T21:45:33.606Z | info: running `cargo check --bins` on oxide-client (71/175) |
2567 | 2024-12-19T21:45:34.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2024-12-19T21:45:34.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2024-12-19T21:45:34.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2570 | 2024-12-19T21:45:34.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2571 | 2024-12-19T21:45:34.215Z | |
2572 | 2024-12-19T21:45:34.216Z | info: running `cargo check --bins` on oximeter-client (72/175) |
2573 | 2024-12-19T21:45:34.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2024-12-19T21:45:34.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2024-12-19T21:45:34.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2576 | 2024-12-19T21:45:34.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2577 | 2024-12-19T21:45:34.836Z | |
2578 | 2024-12-19T21:45:34.836Z | info: running `cargo check --bins` on repo-depot-client (73/175) |
2579 | 2024-12-19T21:45:35.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2580 | 2024-12-19T21:45:35.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2581 | 2024-12-19T21:45:35.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2582 | 2024-12-19T21:45:35.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2583 | 2024-12-19T21:45:35.444Z | |
2584 | 2024-12-19T21:45:35.444Z | info: running `cargo check --bins` on sled-agent-client (74/175) |
2585 | 2024-12-19T21:45:36.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2024-12-19T21:45:36.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2024-12-19T21:45:36.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2588 | 2024-12-19T21:45:36.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2589 | 2024-12-19T21:45:36.080Z | |
2590 | 2024-12-19T21:45:36.080Z | info: running `cargo check --bins` on wicketd-client (75/175) |
2591 | 2024-12-19T21:45:36.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2024-12-19T21:45:36.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2024-12-19T21:45:36.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2594 | 2024-12-19T21:45:36.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2595 | 2024-12-19T21:45:36.742Z | |
2596 | 2024-12-19T21:45:36.742Z | info: running `cargo check --bins` on sled-agent-types (76/175) |
2597 | 2024-12-19T21:45:37.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2024-12-19T21:45:37.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2024-12-19T21:45:37.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2600 | 2024-12-19T21:45:37.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2601 | 2024-12-19T21:45:37.394Z | |
2602 | 2024-12-19T21:45:37.394Z | info: running `cargo check --bins` on wicket-common (77/175) |
2603 | 2024-12-19T21:45:37.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2024-12-19T21:45:37.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2024-12-19T21:45:37.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2606 | 2024-12-19T21:45:37.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2607 | 2024-12-19T21:45:38.039Z | |
2608 | 2024-12-19T21:45:38.039Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/175) |
2609 | 2024-12-19T21:45:38.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2610 | 2024-12-19T21:45:38.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2611 | 2024-12-19T21:45:38.702Z | Checking csv-core v0.1.11 |
2612 | 2024-12-19T21:45:38.702Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2613 | 2024-12-19T21:45:38.705Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2614 | 2024-12-19T21:45:39.017Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2615 | 2024-12-19T21:45:39.028Z | Checking csv v1.3.0 |
2616 | 2024-12-19T21:45:39.574Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2617 | 2024-12-19T21:45:39.909Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2618 | 2024-12-19T21:45:41.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s |
2619 | 2024-12-19T21:45:41.333Z | |
2620 | 2024-12-19T21:45:41.333Z | info: running `cargo check --bins` on cockroach-admin-api (79/175) |
2621 | 2024-12-19T21:45:41.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2622 | 2024-12-19T21:45:41.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2623 | 2024-12-19T21:45:41.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2624 | 2024-12-19T21:45:41.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2625 | 2024-12-19T21:45:41.960Z | |
2626 | 2024-12-19T21:45:41.961Z | info: running `cargo check --bins` on cockroach-admin-types (80/175) |
2627 | 2024-12-19T21:45:42.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2024-12-19T21:45:42.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2024-12-19T21:45:42.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2630 | 2024-12-19T21:45:42.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2631 | 2024-12-19T21:45:42.588Z | |
2632 | 2024-12-19T21:45:42.588Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/175) |
2633 | 2024-12-19T21:45:43.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2024-12-19T21:45:43.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2024-12-19T21:45:43.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2636 | 2024-12-19T21:45:43.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2637 | 2024-12-19T21:45:43.321Z | |
2638 | 2024-12-19T21:45:43.321Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/175) |
2639 | 2024-12-19T21:45:43.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2024-12-19T21:45:43.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2024-12-19T21:45:43.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2642 | 2024-12-19T21:45:43.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2643 | 2024-12-19T21:45:44.043Z | |
2644 | 2024-12-19T21:45:44.043Z | info: running `cargo check --bins` on dns-server (83/175) |
2645 | 2024-12-19T21:45:44.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2024-12-19T21:45:44.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2024-12-19T21:45:44.685Z | Compiling parking_lot_core v0.8.6 |
2648 | 2024-12-19T21:45:44.686Z | Checking fxhash v0.2.1 |
2649 | 2024-12-19T21:45:44.689Z | Checking hickory-server v0.24.1 |
2650 | 2024-12-19T21:45:44.690Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2651 | 2024-12-19T21:45:44.690Z | Checking hickory-client v0.24.1 |
2652 | 2024-12-19T21:45:45.379Z | Checking parking_lot v0.11.2 |
2653 | 2024-12-19T21:45:45.485Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2654 | 2024-12-19T21:45:45.485Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2655 | 2024-12-19T21:45:45.611Z | Checking sled v0.34.7 |
2656 | 2024-12-19T21:45:47.384Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2657 | 2024-12-19T21:45:48.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
2658 | 2024-12-19T21:45:48.800Z | |
2659 | 2024-12-19T21:45:48.800Z | info: running `cargo check --bins` on dns-server-api (84/175) |
2660 | 2024-12-19T21:45:49.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2024-12-19T21:45:49.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2024-12-19T21:45:49.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2024-12-19T21:45:49.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2664 | 2024-12-19T21:45:49.424Z | |
2665 | 2024-12-19T21:45:49.424Z | info: running `cargo check --bins` on gateway-test-utils (85/175) |
2666 | 2024-12-19T21:45:50.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2024-12-19T21:45:50.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2024-12-19T21:45:50.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2024-12-19T21:45:50.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2670 | 2024-12-19T21:45:50.103Z | |
2671 | 2024-12-19T21:45:50.103Z | info: running `cargo check --bins` on gateway-types (86/175) |
2672 | 2024-12-19T21:45:50.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2024-12-19T21:45:50.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2024-12-19T21:45:50.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2024-12-19T21:45:50.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2676 | 2024-12-19T21:45:50.720Z | |
2677 | 2024-12-19T21:45:50.720Z | info: running `cargo check --bins` on ipcc (87/175) |
2678 | 2024-12-19T21:45:51.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2024-12-19T21:45:51.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2024-12-19T21:45:51.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2024-12-19T21:45:51.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2682 | 2024-12-19T21:45:51.347Z | |
2683 | 2024-12-19T21:45:51.347Z | info: running `cargo check --bins` on omicron-gateway (88/175) |
2684 | 2024-12-19T21:45:51.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2024-12-19T21:45:51.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2024-12-19T21:45:52.047Z | Compiling radium v0.7.0 |
2687 | 2024-12-19T21:45:52.047Z | Compiling semver v0.1.20 |
2688 | 2024-12-19T21:45:52.050Z | Compiling maybe-uninit v2.0.0 |
2689 | 2024-12-19T21:45:52.050Z | Checking tap v1.0.1 |
2690 | 2024-12-19T21:45:52.171Z | Checking password-hash v0.5.0 |
2691 | 2024-12-19T21:45:52.181Z | Checking blake2 v0.10.6 |
2692 | 2024-12-19T21:45:52.183Z | Checking funty v2.0.0 |
2693 | 2024-12-19T21:45:52.184Z | Compiling owo-colors v4.1.0 |
2694 | 2024-12-19T21:45:52.309Z | Checking wyz v0.5.1 |
2695 | 2024-12-19T21:45:52.488Z | Compiling rustc_version v0.1.7 |
2696 | 2024-12-19T21:45:52.593Z | Checking crc-catalog v2.4.0 |
2697 | 2024-12-19T21:45:52.636Z | Compiling cancel-safe-futures v0.1.5 |
2698 | 2024-12-19T21:45:52.687Z | Compiling packed_struct v0.10.1 |
2699 | 2024-12-19T21:45:52.735Z | Checking crc v3.2.1 |
2700 | 2024-12-19T21:45:52.769Z | Checking argon2 v0.5.3 |
2701 | 2024-12-19T21:45:52.840Z | Compiling packed_struct_codegen v0.10.1 |
2702 | 2024-12-19T21:45:52.977Z | Checking half v2.4.1 |
2703 | 2024-12-19T21:45:52.993Z | Compiling newtype_derive v0.1.6 |
2704 | 2024-12-19T21:45:52.995Z | Compiling indexmap v1.9.3 |
2705 | 2024-12-19T21:45:53.126Z | Checking bitvec v1.0.1 |
2706 | 2024-12-19T21:45:53.148Z | Checking nodrop v0.1.14 |
2707 | 2024-12-19T21:45:53.164Z | Checking ciborium-io v0.2.2 |
2708 | 2024-12-19T21:45:53.269Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2709 | 2024-12-19T21:45:53.300Z | Checking array-init v0.0.4 |
2710 | 2024-12-19T21:45:53.408Z | Checking ciborium-ll v0.2.2 |
2711 | 2024-12-19T21:45:53.427Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2712 | 2024-12-19T21:45:53.442Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2713 | 2024-12-19T21:45:53.698Z | Checking smallvec v0.6.14 |
2714 | 2024-12-19T21:45:53.740Z | Checking libsw v3.3.1 |
2715 | 2024-12-19T21:45:53.764Z | Compiling memoffset v0.9.1 |
2716 | 2024-12-19T21:45:53.986Z | Checking linear-map v1.2.0 |
2717 | 2024-12-19T21:45:54.048Z | Checking hashbrown v0.12.3 |
2718 | 2024-12-19T21:45:54.068Z | Checking termcolor v1.4.1 |
2719 | 2024-12-19T21:45:54.127Z | Checking bitfield v0.14.0 |
2720 | 2024-12-19T21:45:54.269Z | Checking swrite v0.1.0 |
2721 | 2024-12-19T21:45:54.316Z | Checking indent_write v2.2.0 |
2722 | 2024-12-19T21:45:54.390Z | Checking serde-hex v0.1.0 |
2723 | 2024-12-19T21:45:54.407Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2724 | 2024-12-19T21:45:54.496Z | Checking env_logger v0.10.2 |
2725 | 2024-12-19T21:45:54.652Z | Checking ron v0.8.1 |
2726 | 2024-12-19T21:45:54.891Z | Checking ciborium v0.2.2 |
2727 | 2024-12-19T21:45:55.478Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2728 | 2024-12-19T21:45:55.790Z | Checking steno v0.4.1 |
2729 | 2024-12-19T21:45:55.806Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2730 | 2024-12-19T21:45:55.898Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2731 | 2024-12-19T21:45:55.913Z | Checking hashbrown v0.13.2 |
2732 | 2024-12-19T21:45:55.986Z | Checking humantime v2.1.0 |
2733 | 2024-12-19T21:45:56.045Z | Checking crc-any v2.5.0 |
2734 | 2024-12-19T21:45:56.267Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2735 | 2024-12-19T21:45:56.419Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2736 | 2024-12-19T21:45:56.669Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2737 | 2024-12-19T21:45:56.966Z | Checking path-slash v0.1.5 |
2738 | 2024-12-19T21:45:57.001Z | Checking object v0.30.4 |
2739 | 2024-12-19T21:45:57.040Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2740 | 2024-12-19T21:45:57.191Z | Checking nix v0.27.1 |
2741 | 2024-12-19T21:45:58.030Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2742 | 2024-12-19T21:45:58.337Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2743 | 2024-12-19T21:45:58.467Z | Checking tungstenite v0.23.0 |
2744 | 2024-12-19T21:45:58.493Z | Checking kstat-rs v0.2.4 |
2745 | 2024-12-19T21:45:58.600Z | Checking signal-hook-tokio v0.3.1 |
2746 | 2024-12-19T21:45:58.850Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2747 | 2024-12-19T21:45:59.402Z | Checking tokio-tungstenite v0.23.1 |
2748 | 2024-12-19T21:45:59.696Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2749 | 2024-12-19T21:45:59.969Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2750 | 2024-12-19T21:46:00.195Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2751 | 2024-12-19T21:46:06.812Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2752 | 2024-12-19T21:46:08.116Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2753 | 2024-12-19T21:46:10.927Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2754 | 2024-12-19T21:46:16.660Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2755 | 2024-12-19T21:46:17.372Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2756 | 2024-12-19T21:46:20.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.82s |
2757 | 2024-12-19T21:46:20.378Z | |
2758 | 2024-12-19T21:46:20.378Z | info: running `cargo check --bins` on gateway-api (89/175) |
2759 | 2024-12-19T21:46:20.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2760 | 2024-12-19T21:46:20.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2761 | 2024-12-19T21:46:20.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2762 | 2024-12-19T21:46:20.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2763 | 2024-12-19T21:46:21.031Z | |
2764 | 2024-12-19T21:46:21.031Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/175) |
2765 | 2024-12-19T21:46:21.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2766 | 2024-12-19T21:46:21.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2767 | 2024-12-19T21:46:21.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2768 | 2024-12-19T21:46:21.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2769 | 2024-12-19T21:46:21.673Z | |
2770 | 2024-12-19T21:46:21.673Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/175) |
2771 | 2024-12-19T21:46:22.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2024-12-19T21:46:22.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2024-12-19T21:46:22.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2774 | 2024-12-19T21:46:22.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2775 | 2024-12-19T21:46:22.321Z | |
2776 | 2024-12-19T21:46:22.321Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/175) |
2777 | 2024-12-19T21:46:22.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2024-12-19T21:46:22.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2024-12-19T21:46:22.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2780 | 2024-12-19T21:46:22.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2781 | 2024-12-19T21:46:22.969Z | |
2782 | 2024-12-19T21:46:22.969Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/175) |
2783 | 2024-12-19T21:46:23.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2024-12-19T21:46:23.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2024-12-19T21:46:23.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2786 | 2024-12-19T21:46:23.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2787 | 2024-12-19T21:46:23.619Z | |
2788 | 2024-12-19T21:46:23.620Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/175) |
2789 | 2024-12-19T21:46:24.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2024-12-19T21:46:24.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2024-12-19T21:46:24.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2792 | 2024-12-19T21:46:24.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2793 | 2024-12-19T21:46:24.278Z | |
2794 | 2024-12-19T21:46:24.278Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/175) |
2795 | 2024-12-19T21:46:24.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2024-12-19T21:46:24.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2024-12-19T21:46:24.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2798 | 2024-12-19T21:46:24.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2799 | 2024-12-19T21:46:24.930Z | |
2800 | 2024-12-19T21:46:24.930Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/175) |
2801 | 2024-12-19T21:46:25.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2802 | 2024-12-19T21:46:25.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2803 | 2024-12-19T21:46:25.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2804 | 2024-12-19T21:46:25.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2805 | 2024-12-19T21:46:25.594Z | |
2806 | 2024-12-19T21:46:25.594Z | info: running `cargo check --bins` on oximeter-producer (97/175) |
2807 | 2024-12-19T21:46:26.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2024-12-19T21:46:26.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2024-12-19T21:46:26.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2810 | 2024-12-19T21:46:26.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2811 | 2024-12-19T21:46:26.274Z | |
2812 | 2024-12-19T21:46:26.274Z | info: running `cargo check --bins` on internal-dns-resolver (98/175) |
2813 | 2024-12-19T21:46:26.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2024-12-19T21:46:26.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2024-12-19T21:46:26.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2816 | 2024-12-19T21:46:26.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2817 | 2024-12-19T21:46:26.927Z | |
2818 | 2024-12-19T21:46:26.927Z | info: running `cargo check --bins` on sp-sim (99/175) |
2819 | 2024-12-19T21:46:27.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2024-12-19T21:46:27.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2024-12-19T21:46:27.583Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2822 | 2024-12-19T21:46:29.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
2823 | 2024-12-19T21:46:29.666Z | |
2824 | 2024-12-19T21:46:29.666Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/175) |
2825 | 2024-12-19T21:46:30.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2024-12-19T21:46:30.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2024-12-19T21:46:30.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2828 | 2024-12-19T21:46:30.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2829 | 2024-12-19T21:46:30.354Z | |
2830 | 2024-12-19T21:46:30.354Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/175) |
2831 | 2024-12-19T21:46:30.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2024-12-19T21:46:30.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2024-12-19T21:46:30.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2834 | 2024-12-19T21:46:30.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2835 | 2024-12-19T21:46:31.045Z | |
2836 | 2024-12-19T21:46:31.045Z | info: running `cargo check --bins` on db-macros (102/175) |
2837 | 2024-12-19T21:46:31.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2024-12-19T21:46:31.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2024-12-19T21:46:31.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2840 | 2024-12-19T21:46:31.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2841 | 2024-12-19T21:46:31.676Z | |
2842 | 2024-12-19T21:46:31.676Z | info: running `cargo check --bins` on nexus-macros-common (103/175) |
2843 | 2024-12-19T21:46:32.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2024-12-19T21:46:32.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2024-12-19T21:46:32.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2846 | 2024-12-19T21:46:32.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2847 | 2024-12-19T21:46:32.308Z | |
2848 | 2024-12-19T21:46:32.308Z | info: running `cargo check --bins` on nexus-auth (104/175) |
2849 | 2024-12-19T21:46:32.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2024-12-19T21:46:32.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2024-12-19T21:46:32.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2852 | 2024-12-19T21:46:32.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2853 | 2024-12-19T21:46:32.988Z | |
2854 | 2024-12-19T21:46:32.988Z | info: running `cargo check --bins` on authz-macros (105/175) |
2855 | 2024-12-19T21:46:33.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2024-12-19T21:46:33.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2024-12-19T21:46:33.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2024-12-19T21:46:33.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2859 | 2024-12-19T21:46:33.617Z | |
2860 | 2024-12-19T21:46:33.617Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/175) |
2861 | 2024-12-19T21:46:34.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2024-12-19T21:46:34.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2024-12-19T21:46:34.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2024-12-19T21:46:34.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2865 | 2024-12-19T21:46:34.287Z | |
2866 | 2024-12-19T21:46:34.288Z | info: running `cargo check --bins` on nexus-db-model (107/175) |
2867 | 2024-12-19T21:46:34.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2024-12-19T21:46:34.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2024-12-19T21:46:34.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2870 | 2024-12-19T21:46:34.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2871 | 2024-12-19T21:46:34.972Z | |
2872 | 2024-12-19T21:46:34.972Z | info: running `cargo check --bins` on nexus-defaults (108/175) |
2873 | 2024-12-19T21:46:35.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2024-12-19T21:46:35.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2024-12-19T21:46:35.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2876 | 2024-12-19T21:46:35.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2877 | 2024-12-19T21:46:35.623Z | |
2878 | 2024-12-19T21:46:35.623Z | info: running `cargo check --bins` on nexus-inventory (109/175) |
2879 | 2024-12-19T21:46:36.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2024-12-19T21:46:36.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2024-12-19T21:46:36.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2024-12-19T21:46:36.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2883 | 2024-12-19T21:46:36.293Z | |
2884 | 2024-12-19T21:46:36.293Z | info: running `cargo check --bins` on typed-rng (110/175) |
2885 | 2024-12-19T21:46:36.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2024-12-19T21:46:36.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2024-12-19T21:46:36.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2888 | 2024-12-19T21:46:36.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2889 | 2024-12-19T21:46:36.916Z | |
2890 | 2024-12-19T21:46:36.916Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/175) |
2891 | 2024-12-19T21:46:37.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2024-12-19T21:46:37.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2024-12-19T21:46:37.678Z | Checking keccak v0.1.5 |
2894 | 2024-12-19T21:46:37.788Z | Checking secrecy v0.8.0 |
2895 | 2024-12-19T21:46:37.790Z | Compiling unicase v2.7.0 |
2896 | 2024-12-19T21:46:37.790Z | Compiling same-file v1.0.6 |
2897 | 2024-12-19T21:46:37.808Z | Compiling tempfile v3.13.0 |
2898 | 2024-12-19T21:46:37.835Z | Compiling thiserror-impl-no-std v2.0.2 |
2899 | 2024-12-19T21:46:37.837Z | Checking universal-hash v0.5.1 |
2900 | 2024-12-19T21:46:37.837Z | Compiling blake3 v1.5.4 |
2901 | 2024-12-19T21:46:37.963Z | Compiling ring v0.16.20 |
2902 | 2024-12-19T21:46:38.033Z | Compiling walkdir v2.5.0 |
2903 | 2024-12-19T21:46:38.068Z | Checking sha3 v0.10.8 |
2904 | 2024-12-19T21:46:38.082Z | Checking opaque-debug v0.3.1 |
2905 | 2024-12-19T21:46:38.176Z | Checking poly1305 v0.8.0 |
2906 | 2024-12-19T21:46:38.234Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2907 | 2024-12-19T21:46:38.473Z | Checking chacha20 v0.9.1 |
2908 | 2024-12-19T21:46:38.527Z | Checking aead v0.5.2 |
2909 | 2024-12-19T21:46:38.679Z | Compiling memmap2 v0.9.5 |
2910 | 2024-12-19T21:46:38.712Z | Compiling constant_time_eq v0.3.1 |
2911 | 2024-12-19T21:46:38.731Z | Compiling salty v0.3.0 |
2912 | 2024-12-19T21:46:38.795Z | Compiling arrayref v0.3.9 |
2913 | 2024-12-19T21:46:38.843Z | Compiling libefi-sys v0.1.0 |
2914 | 2024-12-19T21:46:38.886Z | Compiling spin v0.5.2 |
2915 | 2024-12-19T21:46:38.928Z | Compiling arrayvec v0.7.6 |
2916 | 2024-12-19T21:46:39.101Z | Checking chacha20poly1305 v0.10.1 |
2917 | 2024-12-19T21:46:39.136Z | Compiling toolchain_find v0.4.0 |
2918 | 2024-12-19T21:46:39.179Z | Compiling camino-tempfile v1.1.1 |
2919 | 2024-12-19T21:46:39.208Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2920 | 2024-12-19T21:46:39.318Z | Compiling bitfield-struct v0.6.2 |
2921 | 2024-12-19T21:46:39.543Z | Compiling topological-sort v0.2.2 |
2922 | 2024-12-19T21:46:39.652Z | Compiling mime_guess v2.0.5 |
2923 | 2024-12-19T21:46:39.716Z | Compiling rustfmt-wrapper v0.2.1 |
2924 | 2024-12-19T21:46:40.136Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2925 | 2024-12-19T21:46:40.299Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2926 | 2024-12-19T21:46:40.437Z | Checking primeorder v0.13.6 |
2927 | 2024-12-19T21:46:40.560Z | Checking env_filter v0.1.2 |
2928 | 2024-12-19T21:46:40.599Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2929 | 2024-12-19T21:46:40.777Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2930 | 2024-12-19T21:46:40.796Z | Checking env_logger v0.11.5 |
2931 | 2024-12-19T21:46:40.897Z | Checking p384 v0.13.0 |
2932 | 2024-12-19T21:46:40.949Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2933 | 2024-12-19T21:46:41.009Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2934 | 2024-12-19T21:46:41.025Z | Checking thiserror-no-std v2.0.2 |
2935 | 2024-12-19T21:46:41.134Z | Checking vsss-rs v3.3.4 |
2936 | 2024-12-19T21:46:41.232Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2937 | 2024-12-19T21:46:41.349Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2938 | 2024-12-19T21:46:41.387Z | Checking http-range v0.1.5 |
2939 | 2024-12-19T21:46:41.598Z | Checking simd-adler32 v0.3.7 |
2940 | 2024-12-19T21:46:41.615Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2941 | 2024-12-19T21:46:41.654Z | Checking lockfree-object-pool v0.1.6 |
2942 | 2024-12-19T21:46:41.836Z | Compiling zip v2.1.3 |
2943 | 2024-12-19T21:46:41.902Z | Checking bumpalo v3.16.0 |
2944 | 2024-12-19T21:46:41.941Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2945 | 2024-12-19T21:46:42.037Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2946 | 2024-12-19T21:46:42.178Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2947 | 2024-12-19T21:46:42.235Z | Checking zopfli v0.8.1 |
2948 | 2024-12-19T21:46:42.317Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2949 | 2024-12-19T21:46:42.675Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2950 | 2024-12-19T21:46:42.863Z | Checking nanorand v0.7.0 |
2951 | 2024-12-19T21:46:42.909Z | Checking atty v0.2.14 |
2952 | 2024-12-19T21:46:42.912Z | Checking glob v0.3.1 |
2953 | 2024-12-19T21:46:43.037Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2954 | 2024-12-19T21:46:43.251Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2955 | 2024-12-19T21:46:43.261Z | Checking flume v0.11.1 |
2956 | 2024-12-19T21:46:43.409Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2957 | 2024-12-19T21:46:43.788Z | Compiling omicron-zone-package v0.11.1 |
2958 | 2024-12-19T21:46:43.907Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2959 | 2024-12-19T21:46:44.664Z | Checking hyper-staticfile v0.10.1 |
2960 | 2024-12-19T21:46:45.287Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2961 | 2024-12-19T21:46:45.499Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2962 | 2024-12-19T21:46:45.648Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2963 | 2024-12-19T21:46:45.711Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2964 | 2024-12-19T21:46:45.856Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2965 | 2024-12-19T21:46:45.938Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2966 | 2024-12-19T21:46:46.500Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2967 | 2024-12-19T21:46:46.744Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2968 | 2024-12-19T21:46:47.129Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2969 | 2024-12-19T21:46:48.176Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2970 | 2024-12-19T21:46:50.101Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2971 | 2024-12-19T21:46:50.101Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2972 | 2024-12-19T21:47:00.692Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2973 | 2024-12-19T21:47:17.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.20s |
2974 | 2024-12-19T21:47:17.316Z | |
2975 | 2024-12-19T21:47:17.316Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/175) |
2976 | 2024-12-19T21:47:17.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2977 | 2024-12-19T21:47:17.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2978 | 2024-12-19T21:47:18.131Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2979 | 2024-12-19T21:47:33.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.94s |
2980 | 2024-12-19T21:47:33.467Z | |
2981 | 2024-12-19T21:47:33.467Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/175) |
2982 | 2024-12-19T21:47:34.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2983 | 2024-12-19T21:47:34.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2984 | 2024-12-19T21:47:34.248Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2985 | 2024-12-19T21:47:48.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.38s |
2986 | 2024-12-19T21:47:49.052Z | |
2987 | 2024-12-19T21:47:49.053Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/175) |
2988 | 2024-12-19T21:47:49.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2989 | 2024-12-19T21:47:49.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2990 | 2024-12-19T21:47:49.823Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2991 | 2024-12-19T21:48:04.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.49s |
2992 | 2024-12-19T21:48:04.755Z | |
2993 | 2024-12-19T21:48:04.755Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/175) |
2994 | 2024-12-19T21:48:05.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2995 | 2024-12-19T21:48:05.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2996 | 2024-12-19T21:48:05.535Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2997 | 2024-12-19T21:48:20.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.32s |
2998 | 2024-12-19T21:48:20.277Z | |
2999 | 2024-12-19T21:48:20.277Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/175) |
3000 | 2024-12-19T21:48:20.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3001 | 2024-12-19T21:48:20.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3002 | 2024-12-19T21:48:21.045Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3003 | 2024-12-19T21:48:35.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.15s |
3004 | 2024-12-19T21:48:39.802Z | |
3005 | 2024-12-19T21:48:39.802Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/175) |
3006 | 2024-12-19T21:48:39.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3007 | 2024-12-19T21:48:39.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3008 | 2024-12-19T21:48:39.890Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3009 | 2024-12-19T21:48:50.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.59s |
3010 | 2024-12-19T21:48:50.422Z | |
3011 | 2024-12-19T21:48:50.422Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/175) |
3012 | 2024-12-19T21:48:51.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3013 | 2024-12-19T21:48:51.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3014 | 2024-12-19T21:48:51.284Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3015 | 2024-12-19T21:49:05.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s |
3016 | 2024-12-19T21:49:05.240Z | |
3017 | 2024-12-19T21:49:05.240Z | info: running `cargo check --bins` on bootstrap-agent-api (119/175) |
3018 | 2024-12-19T21:49:05.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3019 | 2024-12-19T21:49:05.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3020 | 2024-12-19T21:49:05.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3021 | 2024-12-19T21:49:05.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3022 | 2024-12-19T21:49:05.898Z | |
3023 | 2024-12-19T21:49:05.899Z | info: running `cargo check --bins` on key-manager (120/175) |
3024 | 2024-12-19T21:49:06.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3025 | 2024-12-19T21:49:06.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3026 | 2024-12-19T21:49:06.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3027 | 2024-12-19T21:49:06.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3028 | 2024-12-19T21:49:06.530Z | |
3029 | 2024-12-19T21:49:06.530Z | info: running `cargo check --bins` on range-requests (121/175) |
3030 | 2024-12-19T21:49:07.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3031 | 2024-12-19T21:49:07.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3032 | 2024-12-19T21:49:07.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3033 | 2024-12-19T21:49:07.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3034 | 2024-12-19T21:49:07.140Z | |
3035 | 2024-12-19T21:49:07.140Z | info: running `cargo check --bins` on repo-depot-api (122/175) |
3036 | 2024-12-19T21:49:07.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3037 | 2024-12-19T21:49:07.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3038 | 2024-12-19T21:49:07.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3039 | 2024-12-19T21:49:07.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3040 | 2024-12-19T21:49:07.769Z | |
3041 | 2024-12-19T21:49:07.769Z | info: running `cargo check --bins` on sled-agent-api (123/175) |
3042 | 2024-12-19T21:49:08.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3043 | 2024-12-19T21:49:08.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3044 | 2024-12-19T21:49:08.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3045 | 2024-12-19T21:49:08.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3046 | 2024-12-19T21:49:08.413Z | |
3047 | 2024-12-19T21:49:08.413Z | info: running `cargo check --bins` on sled-diagnostics (124/175) |
3048 | 2024-12-19T21:49:08.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3049 | 2024-12-19T21:49:08.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3050 | 2024-12-19T21:49:08.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3051 | 2024-12-19T21:49:08.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3052 | 2024-12-19T21:49:09.012Z | |
3053 | 2024-12-19T21:49:09.012Z | info: running `cargo check --bins` on sled-hardware (125/175) |
3054 | 2024-12-19T21:49:09.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3055 | 2024-12-19T21:49:09.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3056 | 2024-12-19T21:49:09.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3057 | 2024-12-19T21:49:09.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3058 | 2024-12-19T21:49:09.656Z | |
3059 | 2024-12-19T21:49:09.656Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/175) |
3060 | 2024-12-19T21:49:10.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3061 | 2024-12-19T21:49:10.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3062 | 2024-12-19T21:49:10.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3063 | 2024-12-19T21:49:10.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3064 | 2024-12-19T21:49:10.291Z | |
3065 | 2024-12-19T21:49:10.291Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/175) |
3066 | 2024-12-19T21:49:10.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3067 | 2024-12-19T21:49:10.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3068 | 2024-12-19T21:49:10.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3069 | 2024-12-19T21:49:10.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3070 | 2024-12-19T21:49:10.928Z | |
3071 | 2024-12-19T21:49:10.928Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/175) |
3072 | 2024-12-19T21:49:11.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3073 | 2024-12-19T21:49:11.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3074 | 2024-12-19T21:49:11.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3075 | 2024-12-19T21:49:11.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3076 | 2024-12-19T21:49:11.577Z | |
3077 | 2024-12-19T21:49:11.577Z | info: running `cargo check --bins` on nexus-test-interface (129/175) |
3078 | 2024-12-19T21:49:12.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2024-12-19T21:49:12.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2024-12-19T21:49:12.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3081 | 2024-12-19T21:49:12.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3082 | 2024-12-19T21:49:12.220Z | |
3083 | 2024-12-19T21:49:12.220Z | info: running `cargo check --bins` on oximeter-collector (130/175) |
3084 | 2024-12-19T21:49:12.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3085 | 2024-12-19T21:49:12.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3086 | 2024-12-19T21:49:12.916Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3087 | 2024-12-19T21:49:12.916Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3088 | 2024-12-19T21:49:13.838Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3089 | 2024-12-19T21:49:15.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.71s |
3090 | 2024-12-19T21:49:16.120Z | |
3091 | 2024-12-19T21:49:16.120Z | info: running `cargo check --bins` on oximeter-api (131/175) |
3092 | 2024-12-19T21:49:16.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3093 | 2024-12-19T21:49:16.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3094 | 2024-12-19T21:49:16.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3095 | 2024-12-19T21:49:16.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3096 | 2024-12-19T21:49:16.750Z | |
3097 | 2024-12-19T21:49:16.750Z | info: running `cargo check --bins` on cert-dev (132/175) |
3098 | 2024-12-19T21:49:17.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3099 | 2024-12-19T21:49:17.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3100 | 2024-12-19T21:49:17.348Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3101 | 2024-12-19T21:49:17.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3102 | 2024-12-19T21:49:17.777Z | |
3103 | 2024-12-19T21:49:17.777Z | info: running `cargo check --bins` on clickana (133/175) |
3104 | 2024-12-19T21:49:18.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3105 | 2024-12-19T21:49:18.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3106 | 2024-12-19T21:49:18.414Z | Checking castaway v0.2.3 |
3107 | 2024-12-19T21:49:18.414Z | Checking unicode-truncate v1.1.0 |
3108 | 2024-12-19T21:49:18.415Z | Checking lru v0.12.5 |
3109 | 2024-12-19T21:49:18.419Z | Compiling instability v0.3.2 |
3110 | 2024-12-19T21:49:18.419Z | Checking cassowary v0.3.0 |
3111 | 2024-12-19T21:49:18.419Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3112 | 2024-12-19T21:49:18.624Z | Checking compact_str v0.8.0 |
3113 | 2024-12-19T21:49:19.228Z | Checking ratatui v0.28.1 |
3114 | 2024-12-19T21:49:21.085Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3115 | 2024-12-19T21:49:21.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
3116 | 2024-12-19T21:49:22.084Z | |
3117 | 2024-12-19T21:49:22.085Z | info: running `cargo check --bins` on clickhouse-cluster-dev (134/175) |
3118 | 2024-12-19T21:49:22.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3119 | 2024-12-19T21:49:22.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3120 | 2024-12-19T21:49:22.757Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3121 | 2024-12-19T21:49:22.757Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3122 | 2024-12-19T21:49:23.348Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3123 | 2024-12-19T21:49:23.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
3124 | 2024-12-19T21:49:24.042Z | |
3125 | 2024-12-19T21:49:24.043Z | info: running `cargo check --bins` on ch-dev (135/175) |
3126 | 2024-12-19T21:49:24.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3127 | 2024-12-19T21:49:24.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3128 | 2024-12-19T21:49:24.701Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3129 | 2024-12-19T21:49:25.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3130 | 2024-12-19T21:49:25.572Z | |
3131 | 2024-12-19T21:49:25.572Z | info: running `cargo check --bins` on crdb-seed (136/175) |
3132 | 2024-12-19T21:49:26.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3133 | 2024-12-19T21:49:26.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3134 | 2024-12-19T21:49:26.225Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3135 | 2024-12-19T21:49:26.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3136 | 2024-12-19T21:49:26.760Z | |
3137 | 2024-12-19T21:49:26.760Z | info: running `cargo check --bins` on db-dev (137/175) |
3138 | 2024-12-19T21:49:27.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3139 | 2024-12-19T21:49:27.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3140 | 2024-12-19T21:49:27.412Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3141 | 2024-12-19T21:49:28.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3142 | 2024-12-19T21:49:28.306Z | |
3143 | 2024-12-19T21:49:28.306Z | info: running `cargo check --bins` on omicron-dev-lib (138/175) |
3144 | 2024-12-19T21:49:28.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3145 | 2024-12-19T21:49:28.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3146 | 2024-12-19T21:49:28.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3147 | 2024-12-19T21:49:28.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3148 | 2024-12-19T21:49:28.946Z | |
3149 | 2024-12-19T21:49:28.946Z | info: running `cargo check --bins` on xtask-downloader (139/175) |
3150 | 2024-12-19T21:49:29.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3151 | 2024-12-19T21:49:29.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3152 | 2024-12-19T21:49:29.554Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3153 | 2024-12-19T21:49:30.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3154 | 2024-12-19T21:49:30.589Z | |
3155 | 2024-12-19T21:49:30.589Z | info: running `cargo check --bins` on omicron-ls-apis (140/175) |
3156 | 2024-12-19T21:49:31.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3157 | 2024-12-19T21:49:31.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3158 | 2024-12-19T21:49:31.202Z | Checking cargo-platform v0.1.8 |
3159 | 2024-12-19T21:49:31.465Z | Checking cargo_metadata v0.18.1 |
3160 | 2024-12-19T21:49:32.415Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3161 | 2024-12-19T21:49:33.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s |
3162 | 2024-12-19T21:49:33.396Z | |
3163 | 2024-12-19T21:49:33.397Z | info: running `cargo check --bins` on mgs-dev (141/175) |
3164 | 2024-12-19T21:49:33.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3165 | 2024-12-19T21:49:33.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3166 | 2024-12-19T21:49:34.101Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3167 | 2024-12-19T21:49:34.812Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3168 | 2024-12-19T21:49:35.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
3169 | 2024-12-19T21:49:35.551Z | |
3170 | 2024-12-19T21:49:35.551Z | info: running `cargo check --bins` on omicron-omdb (142/175) |
3171 | 2024-12-19T21:49:36.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3172 | 2024-12-19T21:49:36.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3173 | 2024-12-19T21:49:36.329Z | Compiling crunchy v0.2.2 |
3174 | 2024-12-19T21:49:36.332Z | Compiling tiny-keccak v2.0.2 |
3175 | 2024-12-19T21:49:36.332Z | Compiling dsl_auto_type v0.1.2 |
3176 | 2024-12-19T21:49:36.332Z | Checking scheduled-thread-pool v0.2.7 |
3177 | 2024-12-19T21:49:36.332Z | Compiling diesel_table_macro_syntax v0.2.0 |
3178 | 2024-12-19T21:49:36.455Z | Compiling ascii-canvas v3.0.0 |
3179 | 2024-12-19T21:49:36.458Z | Compiling ena v0.14.3 |
3180 | 2024-12-19T21:49:36.463Z | Compiling regex-syntax v0.6.29 |
3181 | 2024-12-19T21:49:36.634Z | Checking r2d2 v0.8.10 |
3182 | 2024-12-19T21:49:36.780Z | Compiling diff v0.1.13 |
3183 | 2024-12-19T21:49:36.891Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3184 | 2024-12-19T21:49:36.910Z | Compiling ref-cast v1.0.23 |
3185 | 2024-12-19T21:49:36.947Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3186 | 2024-12-19T21:49:36.967Z | Compiling derive_builder_core v0.20.2 |
3187 | 2024-12-19T21:49:37.099Z | Compiling libxml v0.3.3 |
3188 | 2024-12-19T21:49:37.218Z | Compiling ref-cast-impl v1.0.23 |
3189 | 2024-12-19T21:49:37.436Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3190 | 2024-12-19T21:49:37.532Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3191 | 2024-12-19T21:49:37.556Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3192 | 2024-12-19T21:49:37.693Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3193 | 2024-12-19T21:49:37.837Z | Compiling strum_macros v0.24.3 |
3194 | 2024-12-19T21:49:37.976Z | Compiling samael v0.0.17 |
3195 | 2024-12-19T21:49:37.999Z | Compiling diesel_derives v2.2.3 |
3196 | 2024-12-19T21:49:38.140Z | Compiling indoc v1.0.9 |
3197 | 2024-12-19T21:49:39.120Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3198 | 2024-12-19T21:49:39.395Z | Compiling impl-trait-for-tuples v0.2.2 |
3199 | 2024-12-19T21:49:39.422Z | Compiling derive_builder_macro v0.20.2 |
3200 | 2024-12-19T21:49:39.851Z | Compiling lalrpop v0.19.12 |
3201 | 2024-12-19T21:49:40.282Z | Checking derive_builder v0.20.2 |
3202 | 2024-12-19T21:49:40.439Z | Compiling oso-derive v0.27.3 |
3203 | 2024-12-19T21:49:40.984Z | Checking quick-xml v0.33.0 |
3204 | 2024-12-19T21:49:41.444Z | Compiling diesel-dtrace v0.4.2 |
3205 | 2024-12-19T21:49:41.489Z | Checking maplit v1.0.2 |
3206 | 2024-12-19T21:49:41.701Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3207 | 2024-12-19T21:49:41.872Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3208 | 2024-12-19T21:49:42.157Z | Checking bb8 v0.8.5 |
3209 | 2024-12-19T21:49:42.412Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3210 | 2024-12-19T21:49:42.595Z | Checking rand_seeder v0.3.0 |
3211 | 2024-12-19T21:49:42.648Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3212 | 2024-12-19T21:49:42.736Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3213 | 2024-12-19T21:49:42.821Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3214 | 2024-12-19T21:49:43.014Z | Checking smawk v0.3.2 |
3215 | 2024-12-19T21:49:43.016Z | Checking is_ci v1.2.0 |
3216 | 2024-12-19T21:49:43.176Z | Checking unicode-linebreak v0.1.5 |
3217 | 2024-12-19T21:49:43.216Z | Checking supports-color v3.0.1 |
3218 | 2024-12-19T21:49:43.373Z | Checking multimap v0.10.0 |
3219 | 2024-12-19T21:49:43.594Z | Checking textwrap v0.16.1 |
3220 | 2024-12-19T21:49:44.458Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3221 | 2024-12-19T21:49:46.760Z | Checking diesel v2.2.6 |
3222 | 2024-12-19T21:50:12.942Z | Compiling polar-core v0.27.3 |
3223 | 2024-12-19T21:50:16.199Z | Checking async-bb8-diesel v0.2.1 |
3224 | 2024-12-19T21:50:20.459Z | Checking oso v0.27.3 |
3225 | 2024-12-19T21:51:29.753Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3226 | 2024-12-19T21:51:35.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s |
3227 | 2024-12-19T21:51:36.071Z | |
3228 | 2024-12-19T21:51:36.072Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (143/175) |
3229 | 2024-12-19T21:51:36.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3230 | 2024-12-19T21:51:36.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3231 | 2024-12-19T21:51:36.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3232 | 2024-12-19T21:51:36.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3233 | 2024-12-19T21:51:36.744Z | |
3234 | 2024-12-19T21:51:36.744Z | info: running `cargo check --bins` on nexus-saga-recovery (144/175) |
3235 | 2024-12-19T21:51:37.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3236 | 2024-12-19T21:51:37.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3237 | 2024-12-19T21:51:37.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3238 | 2024-12-19T21:51:37.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3239 | 2024-12-19T21:51:37.414Z | |
3240 | 2024-12-19T21:51:37.414Z | info: running `cargo check --bins` on nexus-test-utils-macros (145/175) |
3241 | 2024-12-19T21:51:37.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3242 | 2024-12-19T21:51:37.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3243 | 2024-12-19T21:51:37.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3244 | 2024-12-19T21:51:37.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3245 | 2024-12-19T21:51:38.025Z | |
3246 | 2024-12-19T21:51:38.025Z | info: running `cargo check --bins` on omicron-nexus (146/175) |
3247 | 2024-12-19T21:51:38.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3248 | 2024-12-19T21:51:38.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3249 | 2024-12-19T21:51:38.820Z | Compiling libz-sys v1.1.20 |
3250 | 2024-12-19T21:51:38.934Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3251 | 2024-12-19T21:51:38.944Z | Compiling vergen v8.3.2 |
3252 | 2024-12-19T21:51:38.947Z | Compiling cargo-platform v0.1.8 |
3253 | 2024-12-19T21:51:38.947Z | Compiling pin-project-internal v1.1.6 |
3254 | 2024-12-19T21:51:38.978Z | Compiling snafu-derive v0.8.5 |
3255 | 2024-12-19T21:51:38.981Z | Compiling libsqlite3-sys v0.30.1 |
3256 | 2024-12-19T21:51:38.981Z | Compiling buf-list v1.0.3 |
3257 | 2024-12-19T21:51:39.221Z | Compiling cargo_metadata v0.18.1 |
3258 | 2024-12-19T21:51:39.481Z | Compiling cfg_aliases v0.2.1 |
3259 | 2024-12-19T21:51:39.499Z | Compiling rustls v0.21.12 |
3260 | 2024-12-19T21:51:39.590Z | Compiling nix v0.29.0 |
3261 | 2024-12-19T21:51:39.745Z | Checking globset v0.4.15 |
3262 | 2024-12-19T21:51:39.811Z | Checking olpc-cjson v0.1.4 |
3263 | 2024-12-19T21:51:39.877Z | Checking sct v0.7.1 |
3264 | 2024-12-19T21:51:40.035Z | Checking rustls-webpki v0.101.7 |
3265 | 2024-12-19T21:51:40.090Z | Checking serde_plain v1.0.2 |
3266 | 2024-12-19T21:51:40.225Z | Checking typed-path v0.9.3 |
3267 | 2024-12-19T21:51:40.757Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3268 | 2024-12-19T21:51:40.788Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3269 | 2024-12-19T21:51:41.036Z | Checking hashlink v0.9.1 |
3270 | 2024-12-19T21:51:41.061Z | Checking parse-size v1.1.0 |
3271 | 2024-12-19T21:51:41.242Z | Checking fallible-streaming-iterator v0.1.9 |
3272 | 2024-12-19T21:51:41.469Z | Checking fallible-iterator v0.3.0 |
3273 | 2024-12-19T21:51:41.915Z | Checking pin-project v1.1.6 |
3274 | 2024-12-19T21:51:42.043Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3275 | 2024-12-19T21:51:42.148Z | Checking rusqlite v0.32.1 |
3276 | 2024-12-19T21:51:42.205Z | Checking rustls-pemfile v1.0.4 |
3277 | 2024-12-19T21:51:42.244Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3278 | 2024-12-19T21:51:42.384Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3279 | 2024-12-19T21:51:42.662Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3280 | 2024-12-19T21:51:42.781Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3281 | 2024-12-19T21:51:42.891Z | Checking twox-hash v1.6.3 |
3282 | 2024-12-19T21:51:42.930Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3283 | 2024-12-19T21:51:43.377Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3284 | 2024-12-19T21:51:43.715Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3285 | 2024-12-19T21:51:43.979Z | Checking tokio-rustls v0.24.1 |
3286 | 2024-12-19T21:51:44.145Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3287 | 2024-12-19T21:51:44.269Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3288 | 2024-12-19T21:51:44.298Z | Checking fatfs v0.3.6 |
3289 | 2024-12-19T21:51:44.429Z | Checking snafu v0.8.5 |
3290 | 2024-12-19T21:51:44.876Z | Checking assert_matches v1.5.0 |
3291 | 2024-12-19T21:51:44.896Z | Checking tough v0.19.0 |
3292 | 2024-12-19T21:51:49.054Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3293 | 2024-12-19T21:51:50.355Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3294 | 2024-12-19T21:51:51.309Z | Compiling git2 v0.19.0 |
3295 | 2024-12-19T21:51:55.955Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3296 | 2024-12-19T21:52:48.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3297 | 2024-12-19T21:52:48.883Z | |
3298 | 2024-12-19T21:52:48.883Z | info: running `cargo check --bins` on nexus-external-api (147/175) |
3299 | 2024-12-19T21:52:49.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3300 | 2024-12-19T21:52:49.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3301 | 2024-12-19T21:52:49.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3302 | 2024-12-19T21:52:49.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3303 | 2024-12-19T21:52:49.578Z | |
3304 | 2024-12-19T21:52:49.578Z | info: running `cargo check --bins` on openapi-manager-types (148/175) |
3305 | 2024-12-19T21:52:50.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3306 | 2024-12-19T21:52:50.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3307 | 2024-12-19T21:52:50.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3308 | 2024-12-19T21:52:50.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3309 | 2024-12-19T21:52:50.198Z | |
3310 | 2024-12-19T21:52:50.198Z | info: running `cargo check --bins` on nexus-internal-api (149/175) |
3311 | 2024-12-19T21:52:50.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3312 | 2024-12-19T21:52:50.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3313 | 2024-12-19T21:52:50.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3314 | 2024-12-19T21:52:50.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3315 | 2024-12-19T21:52:50.851Z | |
3316 | 2024-12-19T21:52:50.851Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (150/175) |
3317 | 2024-12-19T21:52:51.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3318 | 2024-12-19T21:52:51.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3319 | 2024-12-19T21:52:51.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3320 | 2024-12-19T21:52:51.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3321 | 2024-12-19T21:52:51.521Z | |
3322 | 2024-12-19T21:52:51.521Z | info: running `cargo check --bins` on nexus-networking (151/175) |
3323 | 2024-12-19T21:52:52.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2024-12-19T21:52:52.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2024-12-19T21:52:52.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3326 | 2024-12-19T21:52:52.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3327 | 2024-12-19T21:52:52.185Z | |
3328 | 2024-12-19T21:52:52.185Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (152/175) |
3329 | 2024-12-19T21:52:52.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2024-12-19T21:52:52.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2024-12-19T21:52:52.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3332 | 2024-12-19T21:52:52.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3333 | 2024-12-19T21:52:52.853Z | |
3334 | 2024-12-19T21:52:52.853Z | info: running `cargo check --bins` on update-common (153/175) |
3335 | 2024-12-19T21:52:53.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3336 | 2024-12-19T21:52:53.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3337 | 2024-12-19T21:52:53.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3338 | 2024-12-19T21:52:53.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3339 | 2024-12-19T21:52:53.495Z | |
3340 | 2024-12-19T21:52:53.495Z | info: running `cargo check --bins` on tufaceous-lib (154/175) |
3341 | 2024-12-19T21:52:54.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3342 | 2024-12-19T21:52:54.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3343 | 2024-12-19T21:52:54.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3344 | 2024-12-19T21:52:54.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3345 | 2024-12-19T21:52:54.133Z | |
3346 | 2024-12-19T21:52:54.133Z | info: running `cargo check --bins` on tufaceous (155/175) |
3347 | 2024-12-19T21:52:54.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3348 | 2024-12-19T21:52:54.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3349 | 2024-12-19T21:52:54.792Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3350 | 2024-12-19T21:52:55.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3351 | 2024-12-19T21:52:55.934Z | |
3352 | 2024-12-19T21:52:55.934Z | info: running `cargo check --bins` on omicron-dev (156/175) |
3353 | 2024-12-19T21:52:56.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3354 | 2024-12-19T21:52:56.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3355 | 2024-12-19T21:52:56.768Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3356 | 2024-12-19T21:52:56.893Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3357 | 2024-12-19T21:52:56.895Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3358 | 2024-12-19T21:52:56.895Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3359 | 2024-12-19T21:53:22.806Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3360 | 2024-12-19T21:53:22.809Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3361 | 2024-12-19T21:53:22.809Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3362 | 2024-12-19T21:53:22.809Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3363 | 2024-12-19T21:53:22.809Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3364 | 2024-12-19T21:53:23.649Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3365 | 2024-12-19T21:53:24.945Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3366 | 2024-12-19T21:54:02.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
3367 | 2024-12-19T21:54:02.969Z | |
3368 | 2024-12-19T21:54:02.969Z | info: running `cargo check --bins` on openapi-manager (157/175) |
3369 | 2024-12-19T21:54:03.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3370 | 2024-12-19T21:54:03.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3371 | 2024-12-19T21:54:03.664Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3372 | 2024-12-19T21:54:03.666Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3373 | 2024-12-19T21:54:03.666Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3374 | 2024-12-19T21:54:05.297Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3375 | 2024-12-19T21:54:06.191Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3376 | 2024-12-19T21:54:07.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
3377 | 2024-12-19T21:54:07.466Z | |
3378 | 2024-12-19T21:54:07.466Z | info: running `cargo check --bins` on installinator-api (158/175) |
3379 | 2024-12-19T21:54:08.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3380 | 2024-12-19T21:54:08.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3381 | 2024-12-19T21:54:08.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3382 | 2024-12-19T21:54:08.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3383 | 2024-12-19T21:54:08.111Z | |
3384 | 2024-12-19T21:54:08.111Z | info: running `cargo check --bins` on wicketd-api (159/175) |
3385 | 2024-12-19T21:54:08.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3386 | 2024-12-19T21:54:08.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3387 | 2024-12-19T21:54:08.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3388 | 2024-12-19T21:54:08.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3389 | 2024-12-19T21:54:08.763Z | |
3390 | 2024-12-19T21:54:08.763Z | info: running `cargo check --bins` on reconfigurator-cli (160/175) |
3391 | 2024-12-19T21:54:09.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3392 | 2024-12-19T21:54:09.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3393 | 2024-12-19T21:54:09.448Z | Compiling petname v2.0.2 |
3394 | 2024-12-19T21:54:09.453Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3395 | 2024-12-19T21:54:09.453Z | Checking sync-ptr v0.1.1 |
3396 | 2024-12-19T21:54:10.874Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3397 | 2024-12-19T21:54:12.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s |
3398 | 2024-12-19T21:54:12.604Z | |
3399 | 2024-12-19T21:54:12.604Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (161/175) |
3400 | 2024-12-19T21:54:13.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3401 | 2024-12-19T21:54:13.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3402 | 2024-12-19T21:54:13.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3403 | 2024-12-19T21:54:13.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3404 | 2024-12-19T21:54:13.268Z | |
3405 | 2024-12-19T21:54:13.268Z | info: running `cargo check --bins` on omicron-releng (162/175) |
3406 | 2024-12-19T21:54:13.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3407 | 2024-12-19T21:54:13.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3408 | 2024-12-19T21:54:13.933Z | Checking memmap2 v0.9.5 |
3409 | 2024-12-19T21:54:13.933Z | Checking spin v0.5.2 |
3410 | 2024-12-19T21:54:13.935Z | Checking arrayref v0.3.9 |
3411 | 2024-12-19T21:54:13.935Z | Checking arrayvec v0.7.6 |
3412 | 2024-12-19T21:54:13.935Z | Checking constant_time_eq v0.3.1 |
3413 | 2024-12-19T21:54:13.935Z | Checking topological-sort v0.2.2 |
3414 | 2024-12-19T21:54:14.048Z | Checking shell-words v1.1.0 |
3415 | 2024-12-19T21:54:14.221Z | Checking ring v0.16.20 |
3416 | 2024-12-19T21:54:14.322Z | Checking blake3 v1.5.4 |
3417 | 2024-12-19T21:54:15.334Z | Checking omicron-zone-package v0.11.1 |
3418 | 2024-12-19T21:54:16.465Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3419 | 2024-12-19T21:54:17.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
3420 | 2024-12-19T21:54:17.525Z | |
3421 | 2024-12-19T21:54:17.525Z | info: running `cargo check --bins` on xtask (163/175) |
3422 | 2024-12-19T21:54:17.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3423 | 2024-12-19T21:54:17.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3424 | 2024-12-19T21:54:17.958Z | Checking bitflags v2.6.0 |
3425 | 2024-12-19T21:54:17.961Z | Checking serde v1.0.215 |
3426 | 2024-12-19T21:54:18.034Z | Checking thiserror v1.0.69 |
3427 | 2024-12-19T21:54:18.048Z | Checking scroll v0.12.0 |
3428 | 2024-12-19T21:54:18.055Z | Checking hashbrown v0.15.1 |
3429 | 2024-12-19T21:54:18.057Z | Checking log v0.4.22 |
3430 | 2024-12-19T21:54:18.058Z | Checking zerocopy v0.7.35 |
3431 | 2024-12-19T21:54:18.090Z | Checking syn v2.0.87 |
3432 | 2024-12-19T21:54:18.148Z | Checking pest v2.7.14 |
3433 | 2024-12-19T21:54:18.263Z | Checking rustix v0.38.37 |
3434 | 2024-12-19T21:54:18.311Z | Checking once_cell v1.20.2 |
3435 | 2024-12-19T21:54:18.499Z | Checking goblin v0.8.2 |
3436 | 2024-12-19T21:54:18.605Z | Checking fs-err v2.11.0 |
3437 | 2024-12-19T21:54:18.898Z | Checking tabled v0.15.0 |
3438 | 2024-12-19T21:54:19.102Z | Checking indexmap v2.6.0 |
3439 | 2024-12-19T21:54:19.581Z | Checking anyhow v1.0.93 |
3440 | 2024-12-19T21:54:20.179Z | Checking terminal_size v0.4.0 |
3441 | 2024-12-19T21:54:20.179Z | Checking tempfile v3.13.0 |
3442 | 2024-12-19T21:54:20.336Z | Checking clap_builder v4.5.21 |
3443 | 2024-12-19T21:54:20.688Z | Checking dtrace-parser v0.2.0 |
3444 | 2024-12-19T21:54:22.251Z | Checking serde_json v1.0.132 |
3445 | 2024-12-19T21:54:22.251Z | Checking serde_spanned v0.6.8 |
3446 | 2024-12-19T21:54:22.251Z | Checking toml_datetime v0.6.8 |
3447 | 2024-12-19T21:54:22.255Z | Checking camino v1.1.9 |
3448 | 2024-12-19T21:54:22.255Z | Checking cargo-platform v0.1.8 |
3449 | 2024-12-19T21:54:22.308Z | Checking semver v1.0.23 |
3450 | 2024-12-19T21:54:22.453Z | Checking macaddr v1.0.1 |
3451 | 2024-12-19T21:54:22.565Z | Checking toml_edit v0.22.22 |
3452 | 2024-12-19T21:54:22.598Z | Checking clap v4.5.21 |
3453 | 2024-12-19T21:54:22.816Z | Checking camino-tempfile v1.1.1 |
3454 | 2024-12-19T21:54:23.430Z | Checking dof v0.3.0 |
3455 | 2024-12-19T21:54:23.430Z | Checking cargo_metadata v0.18.1 |
3456 | 2024-12-19T21:54:23.832Z | Checking usdt-impl v0.5.0 |
3457 | 2024-12-19T21:54:24.183Z | Checking usdt v0.5.0 |
3458 | 2024-12-19T21:54:24.343Z | Checking toml v0.8.19 |
3459 | 2024-12-19T21:54:24.817Z | Checking cargo_toml v0.20.5 |
3460 | 2024-12-19T21:54:26.006Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3461 | 2024-12-19T21:54:26.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s |
3462 | 2024-12-19T21:54:26.714Z | |
3463 | 2024-12-19T21:54:26.714Z | info: running `cargo check --bins` on end-to-end-tests (164/175) |
3464 | 2024-12-19T21:54:27.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3465 | 2024-12-19T21:54:27.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3466 | 2024-12-19T21:54:27.471Z | Checking polyval v0.6.2 |
3467 | 2024-12-19T21:54:27.583Z | Checking ctr v0.9.2 |
3468 | 2024-12-19T21:54:27.593Z | Checking ssh-encoding v0.2.0 |
3469 | 2024-12-19T21:54:27.596Z | Checking blowfish v0.9.1 |
3470 | 2024-12-19T21:54:27.615Z | Checking password-hash v0.4.2 |
3471 | 2024-12-19T21:54:27.618Z | Checking matches v0.1.10 |
3472 | 2024-12-19T21:54:27.647Z | Checking p521 v0.13.3 |
3473 | 2024-12-19T21:54:27.649Z | Checking p256 v0.13.2 |
3474 | 2024-12-19T21:54:27.704Z | Checking idna v0.2.3 |
3475 | 2024-12-19T21:54:27.796Z | Checking ghash v0.5.1 |
3476 | 2024-12-19T21:54:27.796Z | Checking bcrypt-pbkdf v0.10.0 |
3477 | 2024-12-19T21:54:27.833Z | Compiling enum-as-inner v0.5.1 |
3478 | 2024-12-19T21:54:27.889Z | Checking russh-cryptovec v0.7.3 |
3479 | 2024-12-19T21:54:27.965Z | Checking aes-gcm v0.10.3 |
3480 | 2024-12-19T21:54:28.044Z | Checking pbkdf2 v0.11.0 |
3481 | 2024-12-19T21:54:28.062Z | Checking md5 v0.7.0 |
3482 | 2024-12-19T21:54:28.126Z | Checking num-bigint v0.4.6 |
3483 | 2024-12-19T21:54:28.145Z | Checking des v0.8.1 |
3484 | 2024-12-19T21:54:28.198Z | Checking ssh-cipher v0.2.0 |
3485 | 2024-12-19T21:54:28.318Z | Compiling dhcproto-macros v0.1.0 |
3486 | 2024-12-19T21:54:28.338Z | Checking hex-literal v0.4.1 |
3487 | 2024-12-19T21:54:28.403Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3488 | 2024-12-19T21:54:28.462Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3489 | 2024-12-19T21:54:28.491Z | Checking ssh-key v0.6.6 |
3490 | 2024-12-19T21:54:28.541Z | Checking internet-checksum v0.2.1 |
3491 | 2024-12-19T21:54:28.841Z | Checking trust-dns-proto v0.22.0 |
3492 | 2024-12-19T21:54:29.879Z | Checking russh-keys v0.45.0 |
3493 | 2024-12-19T21:54:30.800Z | Checking russh v0.45.0 |
3494 | 2024-12-19T21:54:31.426Z | Checking dhcproto v0.12.0 |
3495 | 2024-12-19T21:54:48.923Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3496 | 2024-12-19T21:54:50.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.66s |
3497 | 2024-12-19T21:54:50.589Z | |
3498 | 2024-12-19T21:54:50.589Z | info: running `cargo check --bins` on gateway-cli (165/175) |
3499 | 2024-12-19T21:54:51.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3500 | 2024-12-19T21:54:51.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3501 | 2024-12-19T21:54:51.229Z | Checking termios v0.3.3 |
3502 | 2024-12-19T21:54:51.447Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3503 | 2024-12-19T21:54:52.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
3504 | 2024-12-19T21:54:52.425Z | |
3505 | 2024-12-19T21:54:52.425Z | info: running `cargo check --bins --no-default-features` on installinator (166/175) |
3506 | 2024-12-19T21:54:53.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3507 | 2024-12-19T21:54:53.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3508 | 2024-12-19T21:54:53.123Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3509 | 2024-12-19T21:54:55.165Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3510 | 2024-12-19T21:54:57.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
3511 | 2024-12-19T21:54:57.212Z | |
3512 | 2024-12-19T21:54:57.212Z | info: running `cargo check --bins` on internal-dns-cli (167/175) |
3513 | 2024-12-19T21:54:57.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3514 | 2024-12-19T21:54:57.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3515 | 2024-12-19T21:54:57.848Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3516 | 2024-12-19T21:54:58.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3517 | 2024-12-19T21:54:58.500Z | |
3518 | 2024-12-19T21:54:58.500Z | info: running `cargo check --bins` on omicron-live-tests (168/175) |
3519 | 2024-12-19T21:54:59.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3520 | 2024-12-19T21:54:59.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3521 | 2024-12-19T21:54:59.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3522 | 2024-12-19T21:54:59.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3523 | 2024-12-19T21:54:59.112Z | |
3524 | 2024-12-19T21:54:59.112Z | info: running `cargo check --bins` on live-tests-macros (169/175) |
3525 | 2024-12-19T21:54:59.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3526 | 2024-12-19T21:54:59.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3527 | 2024-12-19T21:54:59.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3528 | 2024-12-19T21:54:59.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3529 | 2024-12-19T21:54:59.738Z | |
3530 | 2024-12-19T21:54:59.738Z | info: running `cargo check --bins` on omicron-package (170/175) |
3531 | 2024-12-19T21:55:00.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3532 | 2024-12-19T21:55:00.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3533 | 2024-12-19T21:55:00.416Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3534 | 2024-12-19T21:55:01.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
3535 | 2024-12-19T21:55:01.966Z | |
3536 | 2024-12-19T21:55:01.966Z | info: running `cargo check --bins` on wicket-dbg (171/175) |
3537 | 2024-12-19T21:55:02.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3538 | 2024-12-19T21:55:02.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3539 | 2024-12-19T21:55:02.675Z | Checking rtoolbox v0.0.2 |
3540 | 2024-12-19T21:55:02.678Z | Checking tui-tree-widget v0.22.0 |
3541 | 2024-12-19T21:55:02.678Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3542 | 2024-12-19T21:55:02.903Z | Checking rpassword v7.3.1 |
3543 | 2024-12-19T21:55:07.059Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3544 | 2024-12-19T21:55:10.156Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3545 | 2024-12-19T21:55:11.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.46s |
3546 | 2024-12-19T21:55:11.629Z | |
3547 | 2024-12-19T21:55:11.629Z | info: running `cargo check --bins` on wicket (172/175) |
3548 | 2024-12-19T21:55:12.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3549 | 2024-12-19T21:55:12.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3550 | 2024-12-19T21:55:12.344Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3551 | 2024-12-19T21:55:12.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
3552 | 2024-12-19T21:55:12.985Z | |
3553 | 2024-12-19T21:55:12.985Z | info: running `cargo check --bins` on wicketd (173/175) |
3554 | 2024-12-19T21:55:13.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3555 | 2024-12-19T21:55:13.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3556 | 2024-12-19T21:55:13.755Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3557 | 2024-12-19T21:55:18.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s |
3558 | 2024-12-19T21:55:18.220Z | |
3559 | 2024-12-19T21:55:18.221Z | info: running `cargo check --bins` on omicron-workspace-hack (174/175) |
3560 | 2024-12-19T21:55:18.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3561 | 2024-12-19T21:55:18.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3562 | 2024-12-19T21:55:18.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3563 | 2024-12-19T21:55:18.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3564 | 2024-12-19T21:55:18.860Z | |
3565 | 2024-12-19T21:55:18.860Z | info: running `cargo check --bins` on zone-setup (175/175) |
3566 | 2024-12-19T21:55:19.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3567 | 2024-12-19T21:55:19.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3568 | 2024-12-19T21:55:19.632Z | Checking uzers v0.12.1 |
3569 | 2024-12-19T21:55:19.988Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3570 | 2024-12-19T21:55:21.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s |
3571 | 2024-12-19T21:55:21.422Z | |
3572 | 2024-12-19T21:55:21.422Z | real 13:11.361522940 |
3573 | 2024-12-19T21:55:21.422Z | user 24:23.443734420 |
3574 | 2024-12-19T21:55:21.422Z | sys 5:27.812672001 |
3575 | 2024-12-19T21:55:21.422Z | trap 0.467838945 |
3576 | 2024-12-19T21:55:21.422Z | tflt 2.310713784 |
3577 | 2024-12-19T21:55:21.423Z | dflt 2.964404655 |
3578 | 2024-12-19T21:55:21.423Z | kflt 0.001120257 |
3579 | 2024-12-19T21:55:21.423Z | lock 46:30.511851012 |
3580 | 2024-12-19T21:55:21.423Z | slp 2:07:23.983527007 |
3581 | 2024-12-19T21:55:21.425Z | lat 1:02.755224902 |
3582 | 2024-12-19T21:55:21.425Z | stop 3:27.913935436 |
3583 | 2024-12-19T21:55:21.425Z | process exited: duration 1096586 ms, exit code 0 |
|
3584 | 2024-12-19T21:55:21.431Z | found 0 output files |