|
|
|
1 | 2024-11-22T23:12:12.793Z | job assigned to worker 01JDB29ZMWV0RSE58JGQ26KWR8 [factory aws, i-0b388d51d577627b1] (queued for 55 s) |
|
2 | 2024-11-22T23:12:20.320Z | starting task 0: "setup" |
3 | 2024-11-22T23:12:20.330Z | ++ uname -s |
4 | 2024-11-22T23:12:20.333Z | + kern=SunOS |
5 | 2024-11-22T23:12:20.333Z | + case "$kern" in |
6 | 2024-11-22T23:12:20.333Z | + groupadd -g 12345 build |
7 | 2024-11-22T23:12:20.336Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-22T23:12:22.343Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-22T23:12:22.448Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-22T23:12:22.451Z | + home_fs=zfs |
11 | 2024-11-22T23:12:22.451Z | + [[ zfs == autofs ]] |
12 | 2024-11-22T23:12:22.451Z | + mkdir -p /home/build |
13 | 2024-11-22T23:12:22.454Z | + chown build:build /home/build /work |
14 | 2024-11-22T23:12:24.454Z | + chmod 0700 /home/build /work |
15 | 2024-11-22T23:12:24.457Z | process exited: duration 4136 ms, exit code 0 |
|
16 | 2024-11-22T23:12:24.462Z | starting task 1: "rust-toolchain" |
17 | 2024-11-22T23:12:24.467Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-22T23:12:24.467Z | ' 1.81.0 |
19 | 2024-11-22T23:12:24.467Z | * toolchain channel = "1.81.0" |
20 | 2024-11-22T23:12:24.467Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-22T23:12:24.467Z | ' default |
22 | 2024-11-22T23:12:24.467Z | * toolchain profile = "default" |
23 | 2024-11-22T23:12:24.469Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-22T23:12:24.469Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-22T23:12:24.586Z | info: downloading installer |
26 | 2024-11-22T23:12:25.750Z | info: profile set to 'default' |
27 | 2024-11-22T23:12:25.750Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-22T23:12:25.753Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-22T23:12:25.901Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-22T23:12:25.901Z | info: downloading component 'cargo' |
31 | 2024-11-22T23:12:26.731Z | info: downloading component 'clippy' |
32 | 2024-11-22T23:12:27.041Z | info: downloading component 'rust-docs' |
33 | 2024-11-22T23:12:28.194Z | info: downloading component 'rust-std' |
34 | 2024-11-22T23:12:30.091Z | info: downloading component 'rustc' |
35 | 2024-11-22T23:12:36.560Z | info: downloading component 'rustfmt' |
36 | 2024-11-22T23:12:36.808Z | info: installing component 'cargo' |
37 | 2024-11-22T23:12:37.595Z | info: installing component 'clippy' |
38 | 2024-11-22T23:12:37.959Z | info: installing component 'rust-docs' |
39 | 2024-11-22T23:12:39.570Z | info: installing component 'rust-std' |
40 | 2024-11-22T23:12:41.287Z | info: installing component 'rustc' |
41 | 2024-11-22T23:12:46.903Z | info: installing component 'rustfmt' |
42 | 2024-11-22T23:12:47.221Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-22T23:12:47.221Z | |
44 | 2024-11-22T23:12:47.587Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-22T23:12:47.588Z | |
46 | 2024-11-22T23:12:47.591Z | |
47 | 2024-11-22T23:12:47.591Z | Rust is installed now. Great! |
48 | 2024-11-22T23:12:47.591Z | |
49 | 2024-11-22T23:12:47.591Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-22T23:12:47.591Z | environment variable. This has not been done automatically. |
51 | 2024-11-22T23:12:47.591Z | |
52 | 2024-11-22T23:12:47.591Z | To configure your current shell, you need to source |
53 | 2024-11-22T23:12:47.592Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-22T23:12:47.592Z | |
55 | 2024-11-22T23:12:47.592Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-22T23:12:47.592Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-22T23:12:47.592Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-22T23:12:47.661Z | + rustc --version |
59 | 2024-11-22T23:12:47.726Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-22T23:12:47.729Z | process exited: duration 23264 ms, exit code 0 |
|
61 | 2024-11-22T23:12:47.736Z | starting task 2: "authentication" |
62 | 2024-11-22T23:12:47.756Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-22T23:12:47.761Z | starting task 3: "clone repository" |
64 | 2024-11-22T23:12:47.765Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-22T23:12:47.768Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-22T23:12:47.811Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-22T23:12:54.098Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-22T23:12:54.098Z | + git fetch origin 20b4c6c48f7b1cb7935133979f44b23829b79f30 |
69 | 2024-11-22T23:12:54.405Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-22T23:12:54.405Z | * branch 20b4c6c48f7b1cb7935133979f44b23829b79f30 -> FETCH_HEAD |
71 | 2024-11-22T23:12:54.415Z | + [[ -n oxql-query-planner ]] |
72 | 2024-11-22T23:12:54.418Z | ++ git branch --show-current |
73 | 2024-11-22T23:12:54.422Z | + current=main |
74 | 2024-11-22T23:12:54.422Z | + [[ main != oxql-query-planner ]] |
75 | 2024-11-22T23:12:54.422Z | + git branch -f oxql-query-planner 20b4c6c48f7b1cb7935133979f44b23829b79f30 |
76 | 2024-11-22T23:12:54.425Z | + git checkout -f oxql-query-planner |
77 | 2024-11-22T23:12:54.597Z | Switched to branch 'oxql-query-planner' |
78 | 2024-11-22T23:12:54.600Z | + git reset --hard 20b4c6c48f7b1cb7935133979f44b23829b79f30 |
79 | 2024-11-22T23:12:54.610Z | HEAD is now at 20b4c6c48 Add a query planner for OxQL |
80 | 2024-11-22T23:12:54.614Z | process exited: duration 6850 ms, exit code 0 |
|
81 | 2024-11-22T23:12:54.620Z | starting task 4: "build" |
82 | 2024-11-22T23:12:54.625Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-22T23:12:54.628Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-22T23:12:54.628Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-22T23:12:54.628Z | + cargo --version |
86 | 2024-11-22T23:12:54.681Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-22T23:12:54.684Z | + rustc --version |
88 | 2024-11-22T23:12:54.743Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-22T23:12:54.745Z | + source ./env.sh |
90 | 2024-11-22T23:12:54.745Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-11-22T23:12:54.745Z | ++ set -o xtrace |
92 | 2024-11-22T23:12:54.750Z | ++++ dirname ./env.sh |
93 | 2024-11-22T23:12:54.753Z | +++ readlink -f . |
94 | 2024-11-22T23:12:54.754Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-11-22T23:12:54.754Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-11-22T23:12:54.754Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-11-22T23:12:54.754Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-11-22T23:12:54.754Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-11-22T23:12:54.754Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-11-22T23:12:54.754Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-11-22T23:12:54.754Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2024-11-22T23:12:54.754Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-11-22T23:12:54.754Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-11-22T23:12:54.754Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-11-22T23:12:54.754Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2024-11-22T23:12:54.754Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2024-11-22T23:12:54.754Z | + banner prerequisites |
108 | 2024-11-22T23:12:54.757Z | |
109 | 2024-11-22T23:12:54.757Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-11-22T23:12:54.757Z | # # # # # # # # # # # # # # # |
111 | 2024-11-22T23:12:54.757Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-11-22T23:12:54.757Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-11-22T23:12:54.757Z | # # # # # # # # # # # # # # # |
114 | 2024-11-22T23:12:54.757Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-11-22T23:12:54.757Z | |
116 | 2024-11-22T23:12:54.757Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-11-22T23:13:01.521Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-11-22T23:13:05.140Z | Startup: Caching catalogs ... Done |
119 | 2024-11-22T23:13:14.020Z | Planning: Solver setup ... Done (8.142s) |
120 | 2024-11-22T23:13:14.137Z | Planning: Running solver ... Done (0.113s) |
121 | 2024-11-22T23:13:14.227Z | Planning: Finding local manifests ... Done (0.004s) |
122 | 2024-11-22T23:13:14.239Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-11-22T23:13:14.458Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-11-22T23:13:14.555Z | Planning: Package planning ... Done (0.098s) |
125 | 2024-11-22T23:13:14.611Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-11-22T23:13:14.800Z | Planning: Checking for conflicting actions ... Done (0.188s) |
127 | 2024-11-22T23:13:16.730Z | Planning: Consolidating action changes ... Done (1.931s) |
128 | 2024-11-22T23:13:17.153Z | Planning: Evaluating mediators ... Done (0.421s) |
129 | 2024-11-22T23:13:17.233Z | Planning: Planning completed in 12.00 seconds |
130 | 2024-11-22T23:13:17.249Z | Packages to install: 4 |
131 | 2024-11-22T23:13:17.249Z | Packages to update: 1 |
132 | 2024-11-22T23:13:17.251Z | Mediators to change: 2 |
133 | 2024-11-22T23:13:17.251Z | Services to change: 1 |
134 | 2024-11-22T23:13:17.251Z | Estimated space available: 155.64 GB |
135 | 2024-11-22T23:13:17.251Z | Estimated space to be consumed: 1.60 GB |
136 | 2024-11-22T23:13:17.251Z | Create boot environment: No |
137 | 2024-11-22T23:13:17.251Z | Create backup boot environment: Yes |
138 | 2024-11-22T23:13:17.251Z | Rebuild boot archive: No |
139 | 2024-11-22T23:13:17.252Z | |
140 | 2024-11-22T23:13:17.252Z | Changed mediators: |
141 | 2024-11-22T23:13:17.252Z | mediator clang: |
142 | 2024-11-22T23:13:17.252Z | version: None -> 15 (system default) |
143 | 2024-11-22T23:13:17.252Z | |
144 | 2024-11-22T23:13:17.252Z | mediator llvm: |
145 | 2024-11-22T23:13:17.252Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-11-22T23:13:17.252Z | |
147 | 2024-11-22T23:13:17.252Z | Changed packages: |
148 | 2024-11-22T23:13:17.252Z | helios-dev |
149 | 2024-11-22T23:13:17.252Z | developer/build-essential |
150 | 2024-11-22T23:13:17.252Z | None -> 11-2.0 |
151 | 2024-11-22T23:13:17.252Z | library/libxmlsec1 |
152 | 2024-11-22T23:13:17.252Z | None -> 1.2.35-2.0 |
153 | 2024-11-22T23:13:17.252Z | ooce/developer/clang-15 |
154 | 2024-11-22T23:13:17.252Z | None -> 15.0.7-2.0 |
155 | 2024-11-22T23:13:17.252Z | ooce/developer/llvm-15 |
156 | 2024-11-22T23:13:17.252Z | None -> 15.0.7-2.0 |
157 | 2024-11-22T23:13:17.252Z | package/pkg |
158 | 2024-11-22T23:13:17.252Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-11-22T23:13:17.252Z | |
160 | 2024-11-22T23:13:17.253Z | Services: |
161 | 2024-11-22T23:13:17.253Z | restart_fmri: |
162 | 2024-11-22T23:13:17.253Z | svc:/system/update-man-index:default |
163 | 2024-11-22T23:13:17.253Z | |
164 | 2024-11-22T23:13:17.253Z | Editable files to change: |
165 | 2024-11-22T23:13:17.253Z | Update: |
166 | 2024-11-22T23:13:17.253Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-11-22T23:13:17.329Z | |
168 | 2024-11-22T23:13:17.329Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-11-22T23:13:22.331Z | Download: 1271/4281 items 111.5/220.6MB 50% complete (22.3M/s) |
170 | 2024-11-22T23:13:27.331Z | Download: 3200/4281 items 165.2/220.6MB 74% complete (16.5M/s) |
171 | 2024-11-22T23:13:31.570Z | Download: Completed 220.60 MB in 14.24 seconds (15.5M/s) |
172 | 2024-11-22T23:13:33.476Z | Actions: 1/5063 actions (Removing old actions) |
173 | 2024-11-22T23:13:33.497Z | Actions: 194/5063 actions (Installing new actions) |
174 | 2024-11-22T23:13:38.176Z | Actions: 4226/5063 actions (Updating modified actions) |
175 | 2024-11-22T23:13:38.493Z | Actions: Completed 5063 actions in 5.01 seconds. |
176 | 2024-11-22T23:13:38.879Z | Done (0.378s) |
177 | 2024-11-22T23:13:38.884Z | Done (0.000s) |
178 | 2024-11-22T23:13:39.406Z | Done (0.530s) |
179 | 2024-11-22T23:13:43.807Z | Done (4.180s) |
180 | 2024-11-22T23:13:43.895Z | Done (0.019s) |
181 | 2024-11-22T23:13:43.899Z | Done (0.000s) |
182 | 2024-11-22T23:13:44.108Z | Done (0.000s) |
183 | 2024-11-22T23:13:44.780Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-11-22T23:13:44.937Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-11-22T23:13:44.940Z | Planning: Consolidating action changes ... Done |
186 | 2024-11-22T23:13:45.202Z | Planning: Evaluating mediators ... Done |
187 | 2024-11-22T23:13:45.204Z | Planning: Planning completed in 0.42 seconds |
188 | 2024-11-22T23:13:45.241Z | Mediators to change: 2 |
189 | 2024-11-22T23:13:45.241Z | Create boot environment: No |
190 | 2024-11-22T23:13:45.244Z | Create backup boot environment: No |
191 | 2024-11-22T23:13:45.333Z | Done |
192 | 2024-11-22T23:13:45.333Z | Done |
193 | 2024-11-22T23:13:45.668Z | Done |
194 | 2024-11-22T23:13:49.249Z | Done |
195 | 2024-11-22T23:13:49.345Z | Done |
196 | 2024-11-22T23:13:49.348Z | Done |
197 | 2024-11-22T23:13:49.461Z | Done |
198 | 2024-11-22T23:13:50.062Z | Planning: Evaluating mediator changes ... Done |
199 | 2024-11-22T23:13:50.065Z | Planning: Merging actions ... Done |
200 | 2024-11-22T23:13:50.247Z | Planning: Checking for conflicting actions ... Done |
201 | 2024-11-22T23:13:50.249Z | Planning: Consolidating action changes ... Done |
202 | 2024-11-22T23:13:50.510Z | Planning: Evaluating mediators ... Done |
203 | 2024-11-22T23:13:50.563Z | Planning: Planning completed in 0.74 seconds |
204 | 2024-11-22T23:13:50.604Z | Packages to change: 1 |
205 | 2024-11-22T23:13:50.604Z | Mediators to change: 1 |
206 | 2024-11-22T23:13:50.607Z | Services to change: 1 |
207 | 2024-11-22T23:13:50.607Z | Create boot environment: No |
208 | 2024-11-22T23:13:50.607Z | Create backup boot environment: Yes |
209 | 2024-11-22T23:13:52.611Z | Actions: 1/6 actions (Updating modified actions) |
210 | 2024-11-22T23:13:52.615Z | Actions: Completed 6 actions in 0.00 seconds. |
211 | 2024-11-22T23:13:52.615Z | Done |
212 | 2024-11-22T23:13:52.615Z | Done |
213 | 2024-11-22T23:13:52.722Z | Done |
214 | 2024-11-22T23:13:56.330Z | Done |
215 | 2024-11-22T23:13:56.428Z | Done |
216 | 2024-11-22T23:13:56.430Z | Done |
217 | 2024-11-22T23:13:56.531Z | Done |
218 | 2024-11-22T23:13:56.957Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
219 | 2024-11-22T23:13:56.957Z | clang system 15 system |
220 | 2024-11-22T23:13:56.957Z | csh system system illumos |
221 | 2024-11-22T23:13:56.957Z | ctags system system illumos |
222 | 2024-11-22T23:13:56.957Z | gcc vendor 12 vendor |
223 | 2024-11-22T23:13:56.957Z | gcc system 10 system |
224 | 2024-11-22T23:13:56.957Z | gcc system 7 system |
225 | 2024-11-22T23:13:56.957Z | go system 1.20 system |
226 | 2024-11-22T23:13:56.957Z | go system 1.19 system |
227 | 2024-11-22T23:13:56.957Z | llvm system 15 system |
228 | 2024-11-22T23:13:56.957Z | llvm system 14 system |
229 | 2024-11-22T23:13:56.957Z | mariadb system 10.6 system |
230 | 2024-11-22T23:13:56.957Z | mta vendor vendor dma |
231 | 2024-11-22T23:13:56.957Z | openjdk system 17 system |
232 | 2024-11-22T23:13:56.958Z | openjdk system 11 system |
233 | 2024-11-22T23:13:56.958Z | openjdk system 1.8 system |
234 | 2024-11-22T23:13:56.958Z | openssl vendor 3 vendor |
235 | 2024-11-22T23:13:56.958Z | perl system 5.36 system |
236 | 2024-11-22T23:13:56.958Z | postgresql system 15 system |
237 | 2024-11-22T23:13:56.958Z | postgresql system 13 system |
238 | 2024-11-22T23:13:56.958Z | python vendor 3 vendor |
239 | 2024-11-22T23:13:56.958Z | python system 2 system |
240 | 2024-11-22T23:13:56.958Z | python3 system 3.11 system |
241 | 2024-11-22T23:13:56.958Z | ruby system 3.0 system |
242 | 2024-11-22T23:13:56.958Z | words vendor vendor american-english |
243 | 2024-11-22T23:13:56.958Z | words system system australian-english |
244 | 2024-11-22T23:13:56.958Z | words system system british-english |
245 | 2024-11-22T23:13:56.958Z | words system system canadian-english |
246 | 2024-11-22T23:13:56.958Z | words system system french |
247 | 2024-11-22T23:13:56.958Z | words system system italian |
248 | 2024-11-22T23:13:56.958Z | words system system ngerman |
249 | 2024-11-22T23:13:56.958Z | words system system ogerman |
250 | 2024-11-22T23:13:56.958Z | words system system spanish |
251 | 2024-11-22T23:13:57.285Z | PUBLISHER TYPE STATUS P LOCATION |
252 | 2024-11-22T23:13:57.285Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
253 | 2024-11-22T23:13:59.812Z | FMRI IFO |
254 | 2024-11-22T23:13:59.812Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2024-11-22T23:13:59.812Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2024-11-22T23:13:59.812Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2024-11-22T23:13:59.812Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
258 | 2024-11-22T23:13:59.812Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
259 | 2024-11-22T23:13:59.812Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
260 | 2024-11-22T23:13:59.812Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
261 | 2024-11-22T23:13:59.812Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
262 | 2024-11-22T23:13:59.812Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
263 | 2024-11-22T23:13:59.812Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
264 | 2024-11-22T23:13:59.813Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
265 | 2024-11-22T23:13:59.813Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
266 | 2024-11-22T23:13:59.813Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
267 | 2024-11-22T23:13:59.813Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
268 | 2024-11-22T23:13:59.813Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
269 | 2024-11-22T23:14:00.540Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
270 | 2024-11-22T23:14:00.816Z | Updating crates.io index |
271 | 2024-11-22T23:14:00.824Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
272 | 2024-11-22T23:14:01.635Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
273 | 2024-11-22T23:14:01.947Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
274 | 2024-11-22T23:14:02.169Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
275 | 2024-11-22T23:14:02.462Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
276 | 2024-11-22T23:14:03.322Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
277 | 2024-11-22T23:14:05.678Z | Updating git repository `https://github.com/oxidecomputer/opte` |
278 | 2024-11-22T23:14:06.723Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
279 | 2024-11-22T23:14:07.560Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
280 | 2024-11-22T23:14:07.829Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
281 | 2024-11-22T23:14:08.172Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
282 | 2024-11-22T23:14:08.805Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
283 | 2024-11-22T23:14:09.094Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
284 | 2024-11-22T23:14:09.394Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
285 | 2024-11-22T23:14:09.656Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
286 | 2024-11-22T23:14:09.989Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
287 | 2024-11-22T23:14:10.215Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
288 | 2024-11-22T23:14:10.552Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
289 | 2024-11-22T23:14:10.882Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
290 | 2024-11-22T23:14:11.334Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
291 | 2024-11-22T23:14:11.621Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
292 | 2024-11-22T23:14:12.076Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
293 | 2024-11-22T23:14:12.421Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
294 | 2024-11-22T23:14:13.065Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
295 | 2024-11-22T23:14:13.430Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
296 | 2024-11-22T23:14:13.882Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
297 | 2024-11-22T23:14:14.204Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
298 | 2024-11-22T23:14:14.420Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
299 | 2024-11-22T23:14:14.651Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
300 | 2024-11-22T23:14:16.024Z | Downloading crates ... |
301 | 2024-11-22T23:14:16.079Z | Downloaded cargo_toml v0.20.5 |
302 | 2024-11-22T23:14:16.083Z | Downloaded block-buffer v0.10.4 |
303 | 2024-11-22T23:14:16.086Z | Downloaded camino v1.1.9 |
304 | 2024-11-22T23:14:16.096Z | Downloaded indexmap v2.6.0 |
305 | 2024-11-22T23:14:16.098Z | Downloaded generic-array v0.14.7 |
306 | 2024-11-22T23:14:16.101Z | Downloaded plain v0.2.3 |
307 | 2024-11-22T23:14:16.103Z | Downloaded fastrand v2.1.1 |
308 | 2024-11-22T23:14:16.103Z | Downloaded tempfile v3.13.0 |
309 | 2024-11-22T23:14:16.106Z | Downloaded typenum v1.17.0 |
310 | 2024-11-22T23:14:16.134Z | Downloaded unicode-width v0.1.14 |
311 | 2024-11-22T23:14:16.140Z | Downloaded rustix v0.38.37 |
312 | 2024-11-22T23:14:16.166Z | Downloaded cargo_metadata v0.18.1 |
313 | 2024-11-22T23:14:16.177Z | Downloaded cargo-platform v0.1.8 |
314 | 2024-11-22T23:14:16.177Z | Downloaded camino-tempfile v1.1.1 |
315 | 2024-11-22T23:14:16.177Z | Downloaded autocfg v1.4.0 |
316 | 2024-11-22T23:14:16.177Z | Downloaded anyhow v1.0.93 |
317 | 2024-11-22T23:14:16.177Z | Downloaded crypto-common v0.1.6 |
318 | 2024-11-22T23:14:16.177Z | Downloaded clap v4.5.21 |
319 | 2024-11-22T23:14:16.185Z | Downloaded heck v0.4.1 |
320 | 2024-11-22T23:14:16.185Z | Downloaded digest v0.10.7 |
321 | 2024-11-22T23:14:16.185Z | Downloaded cfg-if v1.0.0 |
322 | 2024-11-22T23:14:16.185Z | Downloaded cpufeatures v0.2.14 |
323 | 2024-11-22T23:14:16.189Z | Downloaded clap_derive v4.5.18 |
324 | 2024-11-22T23:14:16.189Z | Downloaded clap_lex v0.7.2 |
325 | 2024-11-22T23:14:16.189Z | Downloaded anstyle v1.0.10 |
326 | 2024-11-22T23:14:16.192Z | Downloaded anstream v0.6.15 |
327 | 2024-11-22T23:14:16.192Z | Downloaded errno v0.3.9 |
328 | 2024-11-22T23:14:16.197Z | Downloaded itoa v1.0.11 |
329 | 2024-11-22T23:14:16.197Z | Downloaded dof v0.3.0 |
330 | 2024-11-22T23:14:16.200Z | Downloaded byteorder v1.5.0 |
331 | 2024-11-22T23:14:16.200Z | Downloaded bytecount v0.6.8 |
332 | 2024-11-22T23:14:16.200Z | Downloaded anstyle-query v1.1.1 |
333 | 2024-11-22T23:14:16.200Z | Downloaded equivalent v1.0.1 |
334 | 2024-11-22T23:14:16.200Z | Downloaded anstyle-parse v0.2.5 |
335 | 2024-11-22T23:14:16.203Z | Downloaded bitflags v2.6.0 |
336 | 2024-11-22T23:14:16.207Z | Downloaded pretty-hex v0.4.1 |
337 | 2024-11-22T23:14:16.210Z | Downloaded dtrace-parser v0.2.0 |
338 | 2024-11-22T23:14:16.219Z | Downloaded scroll_derive v0.12.0 |
339 | 2024-11-22T23:14:16.224Z | Downloaded heck v0.5.0 |
340 | 2024-11-22T23:14:16.224Z | Downloaded colorchoice v1.0.2 |
341 | 2024-11-22T23:14:16.227Z | Downloaded memmap v0.7.0 |
342 | 2024-11-22T23:14:16.230Z | Downloaded usdt-macro v0.5.0 |
343 | 2024-11-22T23:14:16.230Z | Downloaded swrite v0.1.0 |
344 | 2024-11-22T23:14:16.234Z | Downloaded usdt-attr-macro v0.5.0 |
345 | 2024-11-22T23:14:16.236Z | Downloaded fs-err v2.11.0 |
346 | 2024-11-22T23:14:16.241Z | Downloaded serde_spanned v0.6.8 |
347 | 2024-11-22T23:14:16.243Z | Downloaded strsim v0.11.1 |
348 | 2024-11-22T23:14:16.247Z | Downloaded smawk v0.3.2 |
349 | 2024-11-22T23:14:16.247Z | Downloaded proc-macro-error-attr v1.0.4 |
350 | 2024-11-22T23:14:16.247Z | Downloaded fnv v1.0.7 |
351 | 2024-11-22T23:14:16.250Z | Downloaded usdt v0.5.0 |
352 | 2024-11-22T23:14:16.253Z | Downloaded thiserror v1.0.69 |
353 | 2024-11-22T23:14:16.257Z | Downloaded macaddr v1.0.1 |
354 | 2024-11-22T23:14:16.260Z | Downloaded unicode-linebreak v0.1.5 |
355 | 2024-11-22T23:14:16.260Z | Downloaded thread-id v4.2.2 |
356 | 2024-11-22T23:14:16.271Z | Downloaded terminal_size v0.4.0 |
357 | 2024-11-22T23:14:16.272Z | Downloaded tabled_derive v0.7.0 |
358 | 2024-11-22T23:14:16.272Z | Downloaded serde_tokenstream v0.2.2 |
359 | 2024-11-22T23:14:16.272Z | Downloaded toml_datetime v0.6.8 |
360 | 2024-11-22T23:14:16.272Z | Downloaded version_check v0.9.5 |
361 | 2024-11-22T23:14:16.283Z | Downloaded utf8parse v0.2.2 |
362 | 2024-11-22T23:14:16.283Z | Downloaded thiserror-impl v1.0.69 |
363 | 2024-11-22T23:14:16.284Z | Downloaded usdt-impl v0.5.0 |
364 | 2024-11-22T23:14:16.284Z | Downloaded proc-macro-error v1.0.4 |
365 | 2024-11-22T23:14:16.284Z | Downloaded scroll v0.12.0 |
366 | 2024-11-22T23:14:16.297Z | Downloaded once_cell v1.20.2 |
367 | 2024-11-22T23:14:16.297Z | Downloaded semver v1.0.23 |
368 | 2024-11-22T23:14:16.297Z | Downloaded sha2 v0.10.8 |
369 | 2024-11-22T23:14:16.297Z | Downloaded quote v1.0.37 |
370 | 2024-11-22T23:14:16.298Z | Downloaded pest_generator v2.7.14 |
371 | 2024-11-22T23:14:16.298Z | Downloaded pest_derive v2.7.14 |
372 | 2024-11-22T23:14:16.305Z | Downloaded zerocopy-derive v0.7.35 |
373 | 2024-11-22T23:14:16.305Z | Downloaded unicode-ident v1.0.13 |
374 | 2024-11-22T23:14:16.305Z | Downloaded ucd-trie v0.1.7 |
375 | 2024-11-22T23:14:16.305Z | Downloaded toml v0.8.19 |
376 | 2024-11-22T23:14:16.320Z | Downloaded ryu v1.0.18 |
377 | 2024-11-22T23:14:16.321Z | Downloaded hashbrown v0.15.0 |
378 | 2024-11-22T23:14:16.321Z | Downloaded textwrap v0.16.1 |
379 | 2024-11-22T23:14:16.329Z | Downloaded proc-macro2 v1.0.89 |
380 | 2024-11-22T23:14:16.330Z | Downloaded serde_derive v1.0.215 |
381 | 2024-11-22T23:14:16.330Z | Downloaded clap_builder v4.5.21 |
382 | 2024-11-22T23:14:16.340Z | Downloaded papergrid v0.11.0 |
383 | 2024-11-22T23:14:16.340Z | Downloaded pest_meta v2.7.14 |
384 | 2024-11-22T23:14:16.340Z | Downloaded serde v1.0.215 |
385 | 2024-11-22T23:14:16.340Z | Downloaded log v0.4.22 |
386 | 2024-11-22T23:14:16.351Z | Downloaded is_terminal_polyfill v1.70.1 |
387 | 2024-11-22T23:14:16.351Z | Downloaded memchr v2.7.4 |
388 | 2024-11-22T23:14:16.358Z | Downloaded toml_edit v0.22.22 |
389 | 2024-11-22T23:14:16.373Z | Downloaded serde_json v1.0.132 |
390 | 2024-11-22T23:14:16.388Z | Downloaded pest v2.7.14 |
391 | 2024-11-22T23:14:16.405Z | Downloaded winnow v0.6.20 |
392 | 2024-11-22T23:14:16.405Z | Downloaded zerocopy v0.7.35 |
393 | 2024-11-22T23:14:16.409Z | Downloaded tabled v0.15.0 |
394 | 2024-11-22T23:14:16.420Z | Downloaded goblin v0.8.2 |
395 | 2024-11-22T23:14:16.429Z | Downloaded syn v1.0.109 |
396 | 2024-11-22T23:14:16.450Z | Downloaded syn v2.0.87 |
397 | 2024-11-22T23:14:16.463Z | Downloaded libc v0.2.162 |
398 | 2024-11-22T23:14:16.781Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-11-22T23:14:16.781Z | Compiling unicode-ident v1.0.13 |
400 | 2024-11-22T23:14:16.784Z | Compiling version_check v0.9.5 |
401 | 2024-11-22T23:14:16.784Z | Compiling serde v1.0.215 |
402 | 2024-11-22T23:14:16.784Z | Compiling memchr v2.7.4 |
403 | 2024-11-22T23:14:16.784Z | Compiling thiserror v1.0.69 |
404 | 2024-11-22T23:14:16.784Z | Compiling libc v0.2.162 |
405 | 2024-11-22T23:14:16.784Z | Compiling itoa v1.0.11 |
406 | 2024-11-22T23:14:17.041Z | Compiling ryu v1.0.18 |
407 | 2024-11-22T23:14:17.097Z | Compiling ucd-trie v0.1.7 |
408 | 2024-11-22T23:14:17.387Z | Compiling once_cell v1.20.2 |
409 | 2024-11-22T23:14:17.623Z | Compiling byteorder v1.5.0 |
410 | 2024-11-22T23:14:17.811Z | Compiling rustix v0.38.37 |
411 | 2024-11-22T23:14:17.838Z | Compiling serde_json v1.0.132 |
412 | 2024-11-22T23:14:18.048Z | Compiling bitflags v2.6.0 |
413 | 2024-11-22T23:14:18.171Z | Compiling usdt-impl v0.5.0 |
414 | 2024-11-22T23:14:18.477Z | Compiling proc-macro-error-attr v1.0.4 |
415 | 2024-11-22T23:14:18.525Z | Compiling syn v1.0.109 |
416 | 2024-11-22T23:14:18.593Z | Compiling quote v1.0.37 |
417 | 2024-11-22T23:14:18.689Z | Compiling proc-macro-error v1.0.4 |
418 | 2024-11-22T23:14:18.765Z | Compiling equivalent v1.0.1 |
419 | 2024-11-22T23:14:18.816Z | Compiling camino v1.1.9 |
420 | 2024-11-22T23:14:18.889Z | Compiling hashbrown v0.15.0 |
421 | 2024-11-22T23:14:18.978Z | Compiling syn v2.0.87 |
422 | 2024-11-22T23:14:19.227Z | Compiling log v0.4.22 |
423 | 2024-11-22T23:14:19.289Z | Compiling thread-id v4.2.2 |
424 | 2024-11-22T23:14:19.358Z | Compiling plain v0.2.3 |
425 | 2024-11-22T23:14:19.417Z | Compiling utf8parse v0.2.2 |
426 | 2024-11-22T23:14:19.586Z | Compiling errno v0.3.9 |
427 | 2024-11-22T23:14:19.613Z | Compiling anstyle-parse v0.2.5 |
428 | 2024-11-22T23:14:19.862Z | Compiling autocfg v1.4.0 |
429 | 2024-11-22T23:14:19.950Z | Compiling pretty-hex v0.4.1 |
430 | 2024-11-22T23:14:20.005Z | Compiling unicode-width v0.1.14 |
431 | 2024-11-22T23:14:20.157Z | Compiling indexmap v2.6.0 |
432 | 2024-11-22T23:14:20.184Z | Compiling anstyle-query v1.1.1 |
433 | 2024-11-22T23:14:20.311Z | Compiling anstyle v1.0.10 |
434 | 2024-11-22T23:14:20.348Z | Compiling semver v1.0.23 |
435 | 2024-11-22T23:14:20.513Z | Compiling colorchoice v1.0.2 |
436 | 2024-11-22T23:14:20.680Z | Compiling winnow v0.6.20 |
437 | 2024-11-22T23:14:20.759Z | Compiling is_terminal_polyfill v1.70.1 |
438 | 2024-11-22T23:14:20.919Z | Compiling anstream v0.6.15 |
439 | 2024-11-22T23:14:20.994Z | Compiling fs-err v2.11.0 |
440 | 2024-11-22T23:14:21.243Z | Compiling anyhow v1.0.93 |
441 | 2024-11-22T23:14:21.283Z | Compiling heck v0.5.0 |
442 | 2024-11-22T23:14:21.544Z | Compiling heck v0.4.1 |
443 | 2024-11-22T23:14:21.883Z | Compiling cfg-if v1.0.0 |
444 | 2024-11-22T23:14:21.933Z | Compiling bytecount v0.6.8 |
445 | 2024-11-22T23:14:21.985Z | Compiling terminal_size v0.4.0 |
446 | 2024-11-22T23:14:22.063Z | Compiling fnv v1.0.7 |
447 | 2024-11-22T23:14:22.159Z | Compiling fastrand v2.1.1 |
448 | 2024-11-22T23:14:22.185Z | Compiling strsim v0.11.1 |
449 | 2024-11-22T23:14:22.212Z | Compiling clap_lex v0.7.2 |
450 | 2024-11-22T23:14:22.214Z | Compiling papergrid v0.11.0 |
451 | 2024-11-22T23:14:22.736Z | Compiling clap_builder v4.5.21 |
452 | 2024-11-22T23:14:22.781Z | Compiling tempfile v3.13.0 |
453 | 2024-11-22T23:14:23.474Z | Compiling memmap v0.7.0 |
454 | 2024-11-22T23:14:23.572Z | Compiling smawk v0.3.2 |
455 | 2024-11-22T23:14:23.688Z | Compiling unicode-linebreak v0.1.5 |
456 | 2024-11-22T23:14:24.166Z | Compiling textwrap v0.16.1 |
457 | 2024-11-22T23:14:24.440Z | Compiling swrite v0.1.0 |
458 | 2024-11-22T23:14:25.382Z | Compiling tabled_derive v0.7.0 |
459 | 2024-11-22T23:14:26.858Z | Compiling tabled v0.15.0 |
460 | 2024-11-22T23:14:28.249Z | Compiling serde_derive v1.0.215 |
461 | 2024-11-22T23:14:28.249Z | Compiling thiserror-impl v1.0.69 |
462 | 2024-11-22T23:14:28.252Z | Compiling zerocopy-derive v0.7.35 |
463 | 2024-11-22T23:14:28.252Z | Compiling scroll_derive v0.12.0 |
464 | 2024-11-22T23:14:28.321Z | Compiling clap_derive v4.5.18 |
465 | 2024-11-22T23:14:29.417Z | Compiling scroll v0.12.0 |
466 | 2024-11-22T23:14:29.938Z | Compiling goblin v0.8.2 |
467 | 2024-11-22T23:14:30.020Z | Compiling zerocopy v0.7.35 |
468 | 2024-11-22T23:14:32.110Z | Compiling clap v4.5.21 |
469 | 2024-11-22T23:14:33.517Z | Compiling pest v2.7.14 |
470 | 2024-11-22T23:14:35.337Z | Compiling pest_meta v2.7.14 |
471 | 2024-11-22T23:14:36.327Z | Compiling pest_generator v2.7.14 |
472 | 2024-11-22T23:14:37.989Z | Compiling toml_datetime v0.6.8 |
473 | 2024-11-22T23:14:37.989Z | Compiling serde_spanned v0.6.8 |
474 | 2024-11-22T23:14:38.095Z | Compiling pest_derive v2.7.14 |
475 | 2024-11-22T23:14:38.393Z | Compiling serde_tokenstream v0.2.2 |
476 | 2024-11-22T23:14:38.607Z | Compiling toml_edit v0.22.22 |
477 | 2024-11-22T23:14:38.633Z | Compiling cargo-platform v0.1.8 |
478 | 2024-11-22T23:14:38.708Z | Compiling camino-tempfile v1.1.1 |
479 | 2024-11-22T23:14:38.900Z | Compiling dtrace-parser v0.2.0 |
480 | 2024-11-22T23:14:38.972Z | Compiling macaddr v1.0.1 |
481 | 2024-11-22T23:14:39.619Z | Compiling dof v0.3.0 |
482 | 2024-11-22T23:14:39.768Z | Compiling cargo_metadata v0.18.1 |
483 | 2024-11-22T23:14:41.664Z | Compiling toml v0.8.19 |
484 | 2024-11-22T23:14:41.707Z | Compiling usdt-macro v0.5.0 |
485 | 2024-11-22T23:14:41.710Z | Compiling usdt-attr-macro v0.5.0 |
486 | 2024-11-22T23:14:42.545Z | Compiling cargo_toml v0.20.5 |
487 | 2024-11-22T23:14:43.079Z | Compiling usdt v0.5.0 |
488 | 2024-11-22T23:14:45.943Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
489 | 2024-11-22T23:14:50.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.77s |
490 | 2024-11-22T23:14:50.354Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
491 | 2024-11-22T23:14:50.889Z | Downloading crates ... |
492 | 2024-11-22T23:14:51.021Z | Downloaded bitflags v1.3.2 |
493 | 2024-11-22T23:14:51.024Z | Downloaded cexpr v0.6.0 |
494 | 2024-11-22T23:14:51.027Z | Downloaded bb8 v0.8.5 |
495 | 2024-11-22T23:14:51.031Z | Downloaded crossbeam-epoch v0.9.18 |
496 | 2024-11-22T23:14:51.035Z | Downloaded const_format v0.2.33 |
497 | 2024-11-22T23:14:51.051Z | Downloaded aes-gcm v0.10.3 |
498 | 2024-11-22T23:14:51.059Z | Downloaded ascii-canvas v3.0.0 |
499 | 2024-11-22T23:14:51.062Z | Downloaded adler2 v2.0.0 |
500 | 2024-11-22T23:14:51.074Z | Downloaded argon2 v0.5.3 |
501 | 2024-11-22T23:14:51.078Z | Downloaded addr2line v0.24.2 |
502 | 2024-11-22T23:14:51.078Z | Downloaded ahash v0.8.11 |
503 | 2024-11-22T23:14:51.078Z | Downloaded allocator-api2 v0.2.18 |
504 | 2024-11-22T23:14:51.078Z | Downloaded aead v0.5.2 |
505 | 2024-11-22T23:14:51.079Z | Downloaded aes v0.8.4 |
506 | 2024-11-22T23:14:51.082Z | Downloaded aho-corasick v1.1.3 |
507 | 2024-11-22T23:14:51.088Z | Downloaded arrayvec v0.7.6 |
508 | 2024-11-22T23:14:51.090Z | Downloaded heck v0.3.3 |
509 | 2024-11-22T23:14:51.093Z | Downloaded arrayref v0.3.9 |
510 | 2024-11-22T23:14:51.097Z | Downloaded array-init v0.0.4 |
511 | 2024-11-22T23:14:51.097Z | Downloaded arc-swap v1.7.1 |
512 | 2024-11-22T23:14:51.100Z | Downloaded darling v0.20.10 |
513 | 2024-11-22T23:14:51.106Z | Downloaded http-range v0.1.5 |
514 | 2024-11-22T23:14:51.109Z | Downloaded headers-core v0.3.0 |
515 | 2024-11-22T23:14:51.116Z | Downloaded atty v0.2.14 |
516 | 2024-11-22T23:14:51.119Z | Downloaded async-trait v0.1.83 |
517 | 2024-11-22T23:14:51.121Z | Downloaded httpdate v1.0.3 |
518 | 2024-11-22T23:14:51.124Z | Downloaded heapless v0.8.0 |
519 | 2024-11-22T23:14:51.128Z | Downloaded http-body v1.0.1 |
520 | 2024-11-22T23:14:51.131Z | Downloaded heapless v0.7.17 |
521 | 2024-11-22T23:14:51.135Z | Downloaded httparse v1.9.5 |
522 | 2024-11-22T23:14:51.139Z | Downloaded home v0.5.9 |
523 | 2024-11-22T23:14:51.142Z | Downloaded highway v1.2.0 |
524 | 2024-11-22T23:14:51.144Z | Downloaded ciborium-io v0.2.2 |
525 | 2024-11-22T23:14:51.144Z | Downloaded hostname v0.4.0 |
526 | 2024-11-22T23:14:51.147Z | Downloaded hmac v0.12.1 |
527 | 2024-11-22T23:14:51.149Z | Downloaded hickory-server v0.24.1 |
528 | 2024-11-22T23:14:51.155Z | Downloaded crunchy v0.2.2 |
529 | 2024-11-22T23:14:51.157Z | Downloaded hickory-resolver v0.24.1 |
530 | 2024-11-22T23:14:51.161Z | Downloaded cstr-argument v0.1.2 |
531 | 2024-11-22T23:14:51.164Z | Downloaded bit-set v0.5.3 |
532 | 2024-11-22T23:14:51.168Z | Downloaded atomic-waker v1.1.2 |
533 | 2024-11-22T23:14:51.168Z | Downloaded async-recursion v1.1.1 |
534 | 2024-11-22T23:14:51.171Z | Downloaded icu_provider_macros v1.5.0 |
535 | 2024-11-22T23:14:51.174Z | Downloaded ident_case v1.0.1 |
536 | 2024-11-22T23:14:51.174Z | Downloaded hubpack_derive v0.1.1 |
537 | 2024-11-22T23:14:51.176Z | Downloaded bitfield v0.14.0 |
538 | 2024-11-22T23:14:51.176Z | Downloaded castaway v0.2.3 |
539 | 2024-11-22T23:14:51.179Z | Downloaded idna_adapter v1.2.0 |
540 | 2024-11-22T23:14:51.179Z | Downloaded buf-list v1.0.3 |
541 | 2024-11-22T23:14:51.182Z | Downloaded blowfish v0.9.1 |
542 | 2024-11-22T23:14:51.185Z | Downloaded progenitor-client v0.8.0 |
543 | 2024-11-22T23:14:51.185Z | Downloaded backoff v0.4.0 |
544 | 2024-11-22T23:14:51.187Z | Downloaded indent_write v2.2.0 |
545 | 2024-11-22T23:14:51.190Z | Downloaded bitfield-struct v0.6.2 |
546 | 2024-11-22T23:14:51.193Z | Downloaded is_ci v1.2.0 |
547 | 2024-11-22T23:14:51.193Z | Downloaded chrono-tz-build v0.4.0 |
548 | 2024-11-22T23:14:51.197Z | Downloaded chacha20 v0.9.1 |
549 | 2024-11-22T23:14:51.197Z | Downloaded cbc v0.1.2 |
550 | 2024-11-22T23:14:51.203Z | Downloaded instant v0.1.13 |
551 | 2024-11-22T23:14:51.203Z | Downloaded md5 v0.7.0 |
552 | 2024-11-22T23:14:51.203Z | Downloaded matches v0.1.10 |
553 | 2024-11-22T23:14:51.207Z | Downloaded ctr v0.9.2 |
554 | 2024-11-22T23:14:51.207Z | Downloaded match_cfg v0.1.0 |
555 | 2024-11-22T23:14:51.207Z | Downloaded sync_wrapper v1.0.1 |
556 | 2024-11-22T23:14:51.212Z | Downloaded lru v0.12.5 |
557 | 2024-11-22T23:14:51.212Z | Downloaded const_format_proc_macros v0.2.33 |
558 | 2024-11-22T23:14:51.215Z | Downloaded constant_time_eq v0.3.1 |
559 | 2024-11-22T23:14:51.215Z | Downloaded curve25519-dalek-derive v0.1.1 |
560 | 2024-11-22T23:14:51.215Z | Downloaded cipher v0.4.4 |
561 | 2024-11-22T23:14:51.217Z | Downloaded hyper-tls v0.6.0 |
562 | 2024-11-22T23:14:51.220Z | Downloaded humantime v2.1.0 |
563 | 2024-11-22T23:14:51.223Z | Downloaded bcs v0.1.6 |
564 | 2024-11-22T23:14:51.223Z | Downloaded indoc v1.0.9 |
565 | 2024-11-22T23:14:51.226Z | Downloaded impl-trait-for-tuples v0.2.2 |
566 | 2024-11-22T23:14:51.229Z | Downloaded colored v2.1.0 |
567 | 2024-11-22T23:14:51.232Z | Downloaded libsw v3.3.1 |
568 | 2024-11-22T23:14:51.235Z | Downloaded quinn-udp v0.5.5 |
569 | 2024-11-22T23:14:51.238Z | Downloaded libefi-sys v0.1.0 |
570 | 2024-11-22T23:14:51.243Z | Downloaded ciborium v0.2.2 |
571 | 2024-11-22T23:14:51.245Z | Downloaded stable_deref_trait v1.2.0 |
572 | 2024-11-22T23:14:51.245Z | Downloaded ref-cast-impl v1.0.23 |
573 | 2024-11-22T23:14:51.245Z | Downloaded managed v0.8.0 |
574 | 2024-11-22T23:14:51.245Z | Downloaded lockfree-object-pool v0.1.6 |
575 | 2024-11-22T23:14:51.248Z | Downloaded ipnetwork v0.20.0 |
576 | 2024-11-22T23:14:51.251Z | Downloaded scrypt v0.11.0 |
577 | 2024-11-22T23:14:51.253Z | Downloaded lalrpop-util v0.19.12 |
578 | 2024-11-22T23:14:51.256Z | Downloaded kstat-rs v0.2.4 |
579 | 2024-11-22T23:14:51.256Z | Downloaded is-terminal v0.4.13 |
580 | 2024-11-22T23:14:51.261Z | Downloaded spin v0.5.2 |
581 | 2024-11-22T23:14:51.264Z | Downloaded smallvec v0.6.14 |
582 | 2024-11-22T23:14:51.264Z | Downloaded crc32fast v1.4.2 |
583 | 2024-11-22T23:14:51.264Z | Downloaded diesel_table_macro_syntax v0.2.0 |
584 | 2024-11-22T23:14:51.267Z | Downloaded mime v0.3.17 |
585 | 2024-11-22T23:14:51.267Z | Downloaded memoffset v0.9.1 |
586 | 2024-11-22T23:14:51.269Z | Downloaded md-5 v0.10.6 |
587 | 2024-11-22T23:14:51.269Z | Downloaded maybe-uninit v2.0.0 |
588 | 2024-11-22T23:14:51.272Z | Downloaded csv-core v0.1.11 |
589 | 2024-11-22T23:14:51.275Z | Downloaded cookie_store v0.21.0 |
590 | 2024-11-22T23:14:51.277Z | Downloaded hyper-staticfile v0.10.1 |
591 | 2024-11-22T23:14:51.280Z | Downloaded blake2 v0.10.6 |
592 | 2024-11-22T23:14:51.282Z | Downloaded iana-time-zone v0.1.61 |
593 | 2024-11-22T23:14:51.286Z | Downloaded litemap v0.7.3 |
594 | 2024-11-22T23:14:51.294Z | Downloaded bzip2 v0.4.4 |
595 | 2024-11-22T23:14:51.294Z | Downloaded keccak v0.1.5 |
596 | 2024-11-22T23:14:51.297Z | Downloaded icu_locid_transform v1.5.0 |
597 | 2024-11-22T23:14:51.298Z | Downloaded tls_codec_derive v0.4.1 |
598 | 2024-11-22T23:14:51.298Z | Downloaded opaque-debug v0.3.1 |
599 | 2024-11-22T23:14:51.300Z | Downloaded num_threads v0.1.7 |
600 | 2024-11-22T23:14:51.301Z | Downloaded tls_codec v0.4.1 |
601 | 2024-11-22T23:14:51.303Z | Downloaded unicode-xid v0.2.6 |
602 | 2024-11-22T23:14:51.303Z | Downloaded static_assertions v1.1.0 |
603 | 2024-11-22T23:14:51.306Z | Downloaded signature v2.2.0 |
604 | 2024-11-22T23:14:51.308Z | Downloaded sha1 v0.10.6 |
605 | 2024-11-22T23:14:51.311Z | Downloaded sct v0.7.1 |
606 | 2024-11-22T23:14:51.313Z | Downloaded lock_api v0.4.12 |
607 | 2024-11-22T23:14:51.316Z | Downloaded thiserror-no-std v2.0.2 |
608 | 2024-11-22T23:14:51.319Z | Downloaded mime_guess v2.0.5 |
609 | 2024-11-22T23:14:51.322Z | Downloaded pretty-hex v0.2.1 |
610 | 2024-11-22T23:14:51.324Z | Downloaded universal-hash v0.5.1 |
611 | 2024-11-22T23:14:51.331Z | Downloaded tokio-macros v2.4.0 |
612 | 2024-11-22T23:14:51.331Z | Downloaded diesel-dtrace v0.3.0 |
613 | 2024-11-22T23:14:51.334Z | Downloaded percent-encoding v2.3.1 |
614 | 2024-11-22T23:14:51.334Z | Downloaded ena v0.14.3 |
615 | 2024-11-22T23:14:51.334Z | Downloaded crossbeam-utils v0.8.20 |
616 | 2024-11-22T23:14:51.338Z | Downloaded icu_normalizer_data v1.5.0 |
617 | 2024-11-22T23:14:51.342Z | Downloaded deranged v0.3.11 |
618 | 2024-11-22T23:14:51.342Z | Downloaded base64 v0.13.1 |
619 | 2024-11-22T23:14:51.344Z | Downloaded rpassword v7.3.1 |
620 | 2024-11-22T23:14:51.347Z | Downloaded fixedbitset v0.4.2 |
621 | 2024-11-22T23:14:51.349Z | Downloaded backtrace v0.3.74 |
622 | 2024-11-22T23:14:51.353Z | Downloaded hash32 v0.3.1 |
623 | 2024-11-22T23:14:51.355Z | Downloaded fallible-iterator v0.3.0 |
624 | 2024-11-22T23:14:51.358Z | Downloaded float-ord v0.3.2 |
625 | 2024-11-22T23:14:51.358Z | Downloaded flagset v0.4.6 |
626 | 2024-11-22T23:14:51.361Z | Downloaded salsa20 v0.10.2 |
627 | 2024-11-22T23:14:51.364Z | Downloaded ghash v0.5.1 |
628 | 2024-11-22T23:14:51.364Z | Downloaded tui-tree-widget v0.22.0 |
629 | 2024-11-22T23:14:51.367Z | Downloaded chacha20poly1305 v0.10.1 |
630 | 2024-11-22T23:14:51.370Z | Downloaded paste v1.0.15 |
631 | 2024-11-22T23:14:51.372Z | Downloaded parse-display v0.10.0 |
632 | 2024-11-22T23:14:51.372Z | Downloaded num-iter v0.1.45 |
633 | 2024-11-22T23:14:51.375Z | Downloaded synstructure v0.13.1 |
634 | 2024-11-22T23:14:51.375Z | Downloaded spin v0.9.8 |
635 | 2024-11-22T23:14:51.378Z | Downloaded diff v0.1.13 |
636 | 2024-11-22T23:14:51.382Z | Downloaded pin-utils v0.1.0 |
637 | 2024-11-22T23:14:51.384Z | Downloaded ipnet v2.10.1 |
638 | 2024-11-22T23:14:51.387Z | Downloaded tokio-native-tls v0.3.1 |
639 | 2024-11-22T23:14:51.390Z | Downloaded rand_seeder v0.3.0 |
640 | 2024-11-22T23:14:51.390Z | Downloaded prettyplease v0.2.25 |
641 | 2024-11-22T23:14:51.393Z | Downloaded zerofrom v0.1.4 |
642 | 2024-11-22T23:14:51.396Z | Downloaded base64 v0.22.1 |
643 | 2024-11-22T23:14:51.400Z | Downloaded quick-error v1.2.3 |
644 | 2024-11-22T23:14:51.403Z | Downloaded ppv-lite86 v0.2.20 |
645 | 2024-11-22T23:14:51.407Z | Downloaded rustversion v1.0.17 |
646 | 2024-11-22T23:14:51.407Z | Downloaded float-cmp v0.9.0 |
647 | 2024-11-22T23:14:51.410Z | Downloaded icu_locid v1.5.0 |
648 | 2024-11-22T23:14:51.416Z | Downloaded number_prefix v0.4.0 |
649 | 2024-11-22T23:14:51.426Z | Downloaded walkdir v2.5.0 |
650 | 2024-11-22T23:14:51.429Z | Downloaded hkdf v0.12.4 |
651 | 2024-11-22T23:14:51.432Z | Downloaded normalize-line-endings v0.3.0 |
652 | 2024-11-22T23:14:51.434Z | Downloaded nodrop v0.1.14 |
653 | 2024-11-22T23:14:51.434Z | Downloaded derive_builder_macro v0.20.2 |
654 | 2024-11-22T23:14:51.434Z | Downloaded debug-ignore v1.0.5 |
655 | 2024-11-22T23:14:51.438Z | Downloaded phf_shared v0.10.0 |
656 | 2024-11-22T23:14:51.440Z | Downloaded string_cache v0.8.7 |
657 | 2024-11-22T23:14:51.440Z | Downloaded ssh-encoding v0.2.0 |
658 | 2024-11-22T23:14:51.444Z | Downloaded dsl_auto_type v0.1.2 |
659 | 2024-11-22T23:14:51.444Z | Downloaded zopfli v0.8.1 |
660 | 2024-11-22T23:14:51.446Z | Downloaded ssh-cipher v0.2.0 |
661 | 2024-11-22T23:14:51.449Z | Downloaded crypto-bigint v0.5.5 |
662 | 2024-11-22T23:14:51.456Z | Downloaded sigpipe v0.1.3 |
663 | 2024-11-22T23:14:51.459Z | Downloaded env_filter v0.1.2 |
664 | 2024-11-22T23:14:51.459Z | Downloaded bumpalo v3.16.0 |
665 | 2024-11-22T23:14:51.463Z | Downloaded secrecy v0.8.0 |
666 | 2024-11-22T23:14:51.465Z | Downloaded futures-executor v0.3.31 |
667 | 2024-11-22T23:14:51.470Z | Downloaded phf_generator v0.11.2 |
668 | 2024-11-22T23:14:51.473Z | Downloaded try-lock v0.2.5 |
669 | 2024-11-22T23:14:51.476Z | Downloaded tinyvec_macros v0.1.1 |
670 | 2024-11-22T23:14:51.478Z | Downloaded termtree v0.4.1 |
671 | 2024-11-22T23:14:51.481Z | Downloaded tokio-rustls v0.24.1 |
672 | 2024-11-22T23:14:51.484Z | Downloaded indicatif v0.17.9 |
673 | 2024-11-22T23:14:51.493Z | Downloaded vte_generate_state_changes v0.1.2 |
674 | 2024-11-22T23:14:51.496Z | Downloaded derive_builder_core v0.20.2 |
675 | 2024-11-22T23:14:51.496Z | Downloaded icu_collections v1.5.0 |
676 | 2024-11-22T23:14:51.504Z | Downloaded rustc-hash v2.0.0 |
677 | 2024-11-22T23:14:51.506Z | Downloaded proc-macro-crate v1.3.1 |
678 | 2024-11-22T23:14:51.509Z | Downloaded endian-type v0.1.2 |
679 | 2024-11-22T23:14:51.511Z | Downloaded difflib v0.4.0 |
680 | 2024-11-22T23:14:51.511Z | Downloaded serde-hex v0.1.0 |
681 | 2024-11-22T23:14:51.514Z | Downloaded enum-as-inner v0.6.1 |
682 | 2024-11-22T23:14:51.514Z | Downloaded packed_struct_codegen v0.10.1 |
683 | 2024-11-22T23:14:51.516Z | Downloaded simd-adler32 v0.3.7 |
684 | 2024-11-22T23:14:51.519Z | Downloaded r2d2 v0.8.10 |
685 | 2024-11-22T23:14:51.522Z | Downloaded tokio-tungstenite v0.21.0 |
686 | 2024-11-22T23:14:51.525Z | Downloaded newtype_derive v0.1.6 |
687 | 2024-11-22T23:14:51.525Z | Downloaded newline-converter v0.3.0 |
688 | 2024-11-22T23:14:51.525Z | Downloaded new_debug_unreachable v1.0.6 |
689 | 2024-11-22T23:14:51.530Z | Downloaded futures-task v0.3.31 |
690 | 2024-11-22T23:14:51.530Z | Downloaded tokio-stream v0.1.16 |
691 | 2024-11-22T23:14:51.536Z | Downloaded unicode-truncate v1.1.0 |
692 | 2024-11-22T23:14:51.538Z | Downloaded siphasher v0.3.11 |
693 | 2024-11-22T23:14:51.539Z | Downloaded term v0.7.0 |
694 | 2024-11-22T23:14:51.542Z | Downloaded unicode_categories v0.1.1 |
695 | 2024-11-22T23:14:51.544Z | Downloaded xattr v1.3.1 |
696 | 2024-11-22T23:14:51.547Z | Downloaded wait-timeout v0.2.0 |
697 | 2024-11-22T23:14:51.549Z | Downloaded pin-project-lite v0.2.14 |
698 | 2024-11-22T23:14:51.554Z | Downloaded defmt v0.3.8 |
699 | 2024-11-22T23:14:51.558Z | Downloaded data-encoding v2.6.0 |
700 | 2024-11-22T23:14:51.560Z | Downloaded russh-cryptovec v0.7.3 |
701 | 2024-11-22T23:14:51.560Z | Downloaded rustc-demangle v0.1.24 |
702 | 2024-11-22T23:14:51.563Z | Downloaded termtree v0.5.1 |
703 | 2024-11-22T23:14:51.565Z | Downloaded flume v0.11.1 |
704 | 2024-11-22T23:14:51.568Z | Downloaded embedded-io v0.4.0 |
705 | 2024-11-22T23:14:51.570Z | Downloaded env_logger v0.11.5 |
706 | 2024-11-22T23:14:51.573Z | Downloaded futures-sink v0.3.31 |
707 | 2024-11-22T23:14:51.575Z | Downloaded predicates-core v1.0.8 |
708 | 2024-11-22T23:14:51.575Z | Downloaded nibble_vec v0.1.0 |
709 | 2024-11-22T23:14:51.578Z | Downloaded time-core v0.1.2 |
710 | 2024-11-22T23:14:51.583Z | Downloaded utf8_iter v1.0.4 |
711 | 2024-11-22T23:14:51.583Z | Downloaded foreign-types v0.3.2 |
712 | 2024-11-22T23:14:51.583Z | Downloaded waitgroup v0.1.2 |
713 | 2024-11-22T23:14:51.587Z | Downloaded signal-hook-mio v0.2.4 |
714 | 2024-11-22T23:14:51.587Z | Downloaded predicates-tree v1.0.11 |
715 | 2024-11-22T23:14:51.587Z | Downloaded newtype-uuid v1.1.3 |
716 | 2024-11-22T23:14:51.587Z | Downloaded zerovec-derive v0.10.3 |
717 | 2024-11-22T23:14:51.590Z | Downloaded dirs-next v2.0.0 |
718 | 2024-11-22T23:14:51.594Z | Downloaded slog-term v2.9.1 |
719 | 2024-11-22T23:14:51.594Z | Downloaded embedded-io v0.6.1 |
720 | 2024-11-22T23:14:51.596Z | Downloaded unsafe-libyaml v0.2.11 |
721 | 2024-11-22T23:14:51.600Z | Downloaded spki v0.7.3 |
722 | 2024-11-22T23:14:51.603Z | Downloaded diesel_derives v2.2.3 |
723 | 2024-11-22T23:14:51.605Z | Downloaded zerocopy v0.6.6 |
724 | 2024-11-22T23:14:51.609Z | Downloaded tar v0.4.42 |
725 | 2024-11-22T23:14:51.612Z | Downloaded p256 v0.13.2 |
726 | 2024-11-22T23:14:51.615Z | Downloaded peg-macros v0.8.4 |
727 | 2024-11-22T23:14:51.618Z | Downloaded termios v0.3.3 |
728 | 2024-11-22T23:14:51.621Z | Downloaded untrusted v0.9.0 |
729 | 2024-11-22T23:14:51.625Z | Downloaded precomputed-hash v0.1.1 |
730 | 2024-11-22T23:14:51.625Z | Downloaded peg-runtime v0.8.3 |
731 | 2024-11-22T23:14:51.625Z | Downloaded phf_shared v0.11.2 |
732 | 2024-11-22T23:14:51.627Z | Downloaded utf16_iter v1.0.5 |
733 | 2024-11-22T23:14:51.627Z | Downloaded getrandom v0.2.15 |
734 | 2024-11-22T23:14:51.630Z | Downloaded rand_core v0.6.4 |
735 | 2024-11-22T23:14:51.635Z | Downloaded rand_chacha v0.3.1 |
736 | 2024-11-22T23:14:51.638Z | Downloaded toolchain_find v0.4.0 |
737 | 2024-11-22T23:14:51.638Z | Downloaded signal-hook-registry v1.4.2 |
738 | 2024-11-22T23:14:51.638Z | Downloaded rustc_version v0.1.7 |
739 | 2024-11-22T23:14:51.638Z | Downloaded native-tls v0.2.12 |
740 | 2024-11-22T23:14:51.644Z | Downloaded dunce v1.0.5 |
741 | 2024-11-22T23:14:51.644Z | Downloaded foreign-types v0.5.0 |
742 | 2024-11-22T23:14:51.647Z | Downloaded hashbrown v0.13.2 |
743 | 2024-11-22T23:14:51.647Z | Downloaded foreign-types-shared v0.1.1 |
744 | 2024-11-22T23:14:51.651Z | Downloaded tower-service v0.3.3 |
745 | 2024-11-22T23:14:51.651Z | Downloaded thiserror-impl-no-std v2.0.2 |
746 | 2024-11-22T23:14:51.651Z | Downloaded zone_cfg_derive v0.1.2 |
747 | 2024-11-22T23:14:51.654Z | Downloaded steno v0.4.1 |
748 | 2024-11-22T23:14:51.656Z | Downloaded powerfmt v0.2.0 |
749 | 2024-11-22T23:14:51.659Z | Downloaded snafu-derive v0.8.5 |
750 | 2024-11-22T23:14:51.659Z | Downloaded minimal-lexical v0.2.1 |
751 | 2024-11-22T23:14:51.664Z | Downloaded rustfmt-wrapper v0.2.1 |
752 | 2024-11-22T23:14:51.667Z | Downloaded rustc_version v0.4.1 |
753 | 2024-11-22T23:14:51.669Z | Downloaded rcgen v0.12.1 |
754 | 2024-11-22T23:14:51.673Z | Downloaded parse-size v1.1.0 |
755 | 2024-11-22T23:14:51.673Z | Downloaded crossterm v0.28.1 |
756 | 2024-11-22T23:14:51.679Z | Downloaded phf_codegen v0.11.2 |
757 | 2024-11-22T23:14:51.681Z | Downloaded nu-ansi-term v0.50.1 |
758 | 2024-11-22T23:14:51.683Z | Downloaded write16 v1.0.0 |
759 | 2024-11-22T23:14:51.686Z | Downloaded smf v0.2.3 |
760 | 2024-11-22T23:14:51.686Z | Downloaded dhcproto-macros v0.1.0 |
761 | 2024-11-22T23:14:51.688Z | Downloaded zone_cfg_derive v0.3.0 |
762 | 2024-11-22T23:14:51.688Z | Downloaded twox-hash v1.6.3 |
763 | 2024-11-22T23:14:51.691Z | Downloaded slog-scope v4.4.0 |
764 | 2024-11-22T23:14:51.693Z | Downloaded serde_repr v0.1.19 |
765 | 2024-11-22T23:14:51.693Z | Downloaded tinystr v0.7.6 |
766 | 2024-11-22T23:14:51.696Z | Downloaded shell-words v1.1.0 |
767 | 2024-11-22T23:14:51.699Z | Downloaded progenitor v0.8.0 |
768 | 2024-11-22T23:14:51.699Z | Downloaded tiny-keccak v2.0.2 |
769 | 2024-11-22T23:14:51.702Z | Downloaded peg v0.8.4 |
770 | 2024-11-22T23:14:51.707Z | Downloaded nanorand v0.7.0 |
771 | 2024-11-22T23:14:51.709Z | Downloaded foreign-types-macros v0.2.3 |
772 | 2024-11-22T23:14:51.712Z | Downloaded postgres-types v0.2.8 |
773 | 2024-11-22T23:14:51.716Z | Downloaded topological-sort v0.2.2 |
774 | 2024-11-22T23:14:51.719Z | Downloaded filetime v0.2.25 |
775 | 2024-11-22T23:14:51.719Z | Downloaded zone v0.3.0 |
776 | 2024-11-22T23:14:51.719Z | Downloaded zone v0.1.8 |
777 | 2024-11-22T23:14:51.722Z | Downloaded ff v0.13.0 |
778 | 2024-11-22T23:14:51.724Z | Downloaded signal-hook-tokio v0.3.1 |
779 | 2024-11-22T23:14:51.724Z | Downloaded progenitor-macro v0.8.0 |
780 | 2024-11-22T23:14:51.724Z | Downloaded rsa v0.9.6 |
781 | 2024-11-22T23:14:51.730Z | Downloaded futures v0.3.31 |
782 | 2024-11-22T23:14:51.736Z | Downloaded want v0.3.1 |
783 | 2024-11-22T23:14:51.739Z | Downloaded serde-big-array v0.5.1 |
784 | 2024-11-22T23:14:51.742Z | Downloaded phf v0.11.2 |
785 | 2024-11-22T23:14:51.742Z | Downloaded serde_urlencoded v0.7.1 |
786 | 2024-11-22T23:14:51.744Z | Downloaded uzers v0.12.1 |
787 | 2024-11-22T23:14:51.748Z | Downloaded uuid v1.11.0 |
788 | 2024-11-22T23:14:51.750Z | Downloaded take_mut v0.2.2 |
789 | 2024-11-22T23:14:51.750Z | Downloaded foreign-types-shared v0.3.1 |
790 | 2024-11-22T23:14:51.750Z | Downloaded dropshot_endpoint v0.13.0 |
791 | 2024-11-22T23:14:51.754Z | Downloaded path-slash v0.1.5 |
792 | 2024-11-22T23:14:51.756Z | Downloaded num-complex v0.4.6 |
793 | 2024-11-22T23:14:51.759Z | Downloaded structmeta v0.2.0 |
794 | 2024-11-22T23:14:51.759Z | Downloaded strip-ansi-escapes v0.2.0 |
795 | 2024-11-22T23:14:51.761Z | Downloaded num-rational v0.4.2 |
796 | 2024-11-22T23:14:51.761Z | Downloaded dropshot_endpoint v0.12.0 |
797 | 2024-11-22T23:14:51.763Z | Downloaded dirs-sys-next v0.1.2 |
798 | 2024-11-22T23:14:51.766Z | Downloaded downcast v0.11.0 |
799 | 2024-11-22T23:14:51.768Z | Downloaded num v0.4.3 |
800 | 2024-11-22T23:14:51.768Z | Downloaded russh-keys v0.45.0 |
801 | 2024-11-22T23:14:51.771Z | Downloaded tungstenite v0.24.0 |
802 | 2024-11-22T23:14:51.774Z | Downloaded socket2 v0.5.7 |
803 | 2024-11-22T23:14:51.776Z | Downloaded pem-rfc7468 v0.7.0 |
804 | 2024-11-22T23:14:51.779Z | Downloaded darling_macro v0.20.10 |
805 | 2024-11-22T23:14:51.785Z | Downloaded pkg-config v0.3.31 |
806 | 2024-11-22T23:14:51.787Z | Downloaded structmeta v0.3.0 |
807 | 2024-11-22T23:14:51.787Z | Downloaded futures-macro v0.3.31 |
808 | 2024-11-22T23:14:51.787Z | Downloaded glob v0.3.1 |
809 | 2024-11-22T23:14:51.787Z | Downloaded flate2 v1.0.34 |
810 | 2024-11-22T23:14:51.792Z | Downloaded pin-project v1.1.6 |
811 | 2024-11-22T23:14:51.804Z | Downloaded openssl-macros v0.1.1 |
812 | 2024-11-22T23:14:51.807Z | Downloaded structmeta-derive v0.2.0 |
813 | 2024-11-22T23:14:51.807Z | Downloaded radium v0.7.0 |
814 | 2024-11-22T23:14:51.811Z | Downloaded time-macros v0.2.18 |
815 | 2024-11-22T23:14:51.811Z | Downloaded idna v1.0.3 |
816 | 2024-11-22T23:14:51.816Z | Downloaded rustyline v14.0.0 |
817 | 2024-11-22T23:14:51.821Z | Downloaded structmeta-derive v0.3.0 |
818 | 2024-11-22T23:14:51.824Z | Downloaded olpc-cjson v0.1.4 |
819 | 2024-11-22T23:14:51.824Z | Downloaded mirai-annotations v1.12.0 |
820 | 2024-11-22T23:14:51.827Z | Downloaded slab v0.4.9 |
821 | 2024-11-22T23:14:51.827Z | Downloaded num-traits v0.2.19 |
822 | 2024-11-22T23:14:51.830Z | Downloaded tracing-attributes v0.1.27 |
823 | 2024-11-22T23:14:51.834Z | Downloaded ref-cast v1.0.23 |
824 | 2024-11-22T23:14:51.836Z | Downloaded zerofrom-derive v0.1.4 |
825 | 2024-11-22T23:14:51.843Z | Downloaded blake3 v1.5.4 |
826 | 2024-11-22T23:14:51.848Z | Downloaded dyn-clone v1.0.17 |
827 | 2024-11-22T23:14:51.848Z | Downloaded typify-macro v0.2.0 |
828 | 2024-11-22T23:14:51.848Z | Downloaded password-hash v0.4.2 |
829 | 2024-11-22T23:14:51.851Z | Downloaded resolv-conf v0.7.0 |
830 | 2024-11-22T23:14:51.853Z | Downloaded rand_xorshift v0.3.0 |
831 | 2024-11-22T23:14:51.853Z | Downloaded unicode-bidi v0.3.17 |
832 | 2024-11-22T23:14:51.857Z | Downloaded parse-display-derive v0.10.0 |
833 | 2024-11-22T23:14:51.860Z | Downloaded fragile v2.0.0 |
834 | 2024-11-22T23:14:51.862Z | Downloaded itertools v0.12.1 |
835 | 2024-11-22T23:14:51.867Z | Downloaded oso-derive v0.27.3 |
836 | 2024-11-22T23:14:51.869Z | Downloaded derive_builder v0.20.2 |
837 | 2024-11-22T23:14:51.872Z | Downloaded openssl-probe v0.1.5 |
838 | 2024-11-22T23:14:51.875Z | Downloaded futures-io v0.3.31 |
839 | 2024-11-22T23:14:51.875Z | Downloaded strum v0.26.3 |
840 | 2024-11-22T23:14:51.877Z | Downloaded futures-core v0.3.31 |
841 | 2024-11-22T23:14:51.880Z | Downloaded slog-bunyan v2.5.0 |
842 | 2024-11-22T23:14:51.880Z | Downloaded parking_lot v0.11.2 |
843 | 2024-11-22T23:14:51.883Z | Downloaded strum_macros v0.25.3 |
844 | 2024-11-22T23:14:51.887Z | Downloaded slog-async v2.8.0 |
845 | 2024-11-22T23:14:51.890Z | Downloaded serde_with_macros v3.11.0 |
846 | 2024-11-22T23:14:51.890Z | Downloaded defmt-parser v0.3.4 |
847 | 2024-11-22T23:14:51.891Z | Downloaded defmt-macros v0.3.9 |
848 | 2024-11-22T23:14:51.894Z | Downloaded polyval v0.6.2 |
849 | 2024-11-22T23:14:51.897Z | Downloaded fs_extra v1.3.0 |
850 | 2024-11-22T23:14:51.899Z | Downloaded yasna v0.5.2 |
851 | 2024-11-22T23:14:51.902Z | Downloaded slog-dtrace v0.3.0 |
852 | 2024-11-22T23:14:51.902Z | Downloaded rustls-webpki v0.101.7 |
853 | 2024-11-22T23:14:51.917Z | Downloaded unarray v0.1.4 |
854 | 2024-11-22T23:14:51.920Z | Downloaded slog-envlogger v2.2.0 |
855 | 2024-11-22T23:14:51.920Z | Downloaded fallible-iterator v0.2.0 |
856 | 2024-11-22T23:14:51.923Z | Downloaded enum-as-inner v0.5.1 |
857 | 2024-11-22T23:14:51.923Z | Downloaded display-error-chain v0.2.2 |
858 | 2024-11-22T23:14:51.925Z | Downloaded shlex v1.3.0 |
859 | 2024-11-22T23:14:51.928Z | Downloaded supports-color v3.0.1 |
860 | 2024-11-22T23:14:51.928Z | Downloaded ssh-key v0.6.6 |
861 | 2024-11-22T23:14:51.934Z | Downloaded ed25519 v2.2.3 |
862 | 2024-11-22T23:14:51.937Z | Downloaded futures-channel v0.3.31 |
863 | 2024-11-22T23:14:51.941Z | Downloaded itertools v0.13.0 |
864 | 2024-11-22T23:14:51.945Z | Downloaded pbkdf2 v0.12.2 |
865 | 2024-11-22T23:14:51.949Z | Downloaded pbkdf2 v0.11.0 |
866 | 2024-11-22T23:14:51.952Z | Downloaded fd-lock v4.0.2 |
867 | 2024-11-22T23:14:51.952Z | Downloaded strum_macros v0.24.3 |
868 | 2024-11-22T23:14:51.955Z | Downloaded mockall v0.13.0 |
869 | 2024-11-22T23:14:51.960Z | Downloaded funty v2.0.0 |
870 | 2024-11-22T23:14:51.960Z | Downloaded serde_plain v1.0.2 |
871 | 2024-11-22T23:14:51.963Z | Downloaded serde_path_to_error v0.1.16 |
872 | 2024-11-22T23:14:51.963Z | Downloaded postcard v1.0.10 |
873 | 2024-11-22T23:14:51.966Z | Downloaded wyz v0.5.1 |
874 | 2024-11-22T23:14:51.966Z | Downloaded zeroize v1.8.1 |
875 | 2024-11-22T23:14:51.968Z | Downloaded displaydoc v0.2.5 |
876 | 2024-11-22T23:14:51.970Z | Downloaded unicase v2.7.0 |
877 | 2024-11-22T23:14:51.973Z | Downloaded globset v0.4.15 |
878 | 2024-11-22T23:14:51.973Z | Downloaded snafu v0.8.5 |
879 | 2024-11-22T23:14:51.979Z | Downloaded parking_lot v0.12.3 |
880 | 2024-11-22T23:14:51.982Z | Downloaded bitvec v1.0.1 |
881 | 2024-11-22T23:14:51.998Z | Downloaded zeroize_derive v1.4.2 |
882 | 2024-11-22T23:14:52.001Z | Downloaded rustls-pemfile v2.2.0 |
883 | 2024-11-22T23:14:52.004Z | Downloaded pkcs8 v0.10.2 |
884 | 2024-11-22T23:14:52.004Z | Downloaded toml_edit v0.19.15 |
885 | 2024-11-22T23:14:52.022Z | Downloaded typify v0.2.0 |
886 | 2024-11-22T23:14:52.025Z | Downloaded pkcs1 v0.7.5 |
887 | 2024-11-22T23:14:52.028Z | Downloaded chrono v0.4.38 |
888 | 2024-11-22T23:14:52.034Z | Downloaded pkcs5 v0.7.1 |
889 | 2024-11-22T23:14:52.038Z | Downloaded zip v0.6.6 |
890 | 2024-11-22T23:14:52.042Z | Downloaded pin-project-internal v1.1.6 |
891 | 2024-11-22T23:14:52.045Z | Downloaded tracing v0.1.40 |
892 | 2024-11-22T23:14:52.048Z | Downloaded postgres-protocol v0.6.7 |
893 | 2024-11-22T23:14:52.051Z | Downloaded fallible-streaming-iterator v0.1.9 |
894 | 2024-11-22T23:14:52.054Z | Downloaded signal-hook v0.3.17 |
895 | 2024-11-22T23:14:52.057Z | Downloaded nom v7.1.3 |
896 | 2024-11-22T23:14:52.061Z | Downloaded zip v2.1.3 |
897 | 2024-11-22T23:14:52.065Z | Downloaded num-bigint-dig v0.8.4 |
898 | 2024-11-22T23:14:52.070Z | Downloaded portable-atomic v1.9.0 |
899 | 2024-11-22T23:14:52.078Z | Downloaded openssl-sys v0.9.103 |
900 | 2024-11-22T23:14:52.083Z | Downloaded vcpkg v0.2.15 |
901 | 2024-11-22T23:14:52.122Z | Downloaded fatfs v0.3.6 |
902 | 2024-11-22T23:14:52.124Z | Downloaded rayon-core v1.12.1 |
903 | 2024-11-22T23:14:52.128Z | Downloaded parse-zoneinfo v0.3.1 |
904 | 2024-11-22T23:14:52.131Z | Downloaded time v0.3.36 |
905 | 2024-11-22T23:14:52.139Z | Downloaded unicode-segmentation v1.12.0 |
906 | 2024-11-22T23:14:52.143Z | Downloaded sqlparser v0.45.0 |
907 | 2024-11-22T23:14:52.149Z | Downloaded ron v0.8.1 |
908 | 2024-11-22T23:14:52.155Z | Downloaded reqwest v0.12.9 |
909 | 2024-11-22T23:14:52.163Z | Downloaded x509-cert v0.2.5 |
910 | 2024-11-22T23:14:52.170Z | Downloaded tracing-core v0.1.32 |
911 | 2024-11-22T23:14:52.173Z | Downloaded tough v0.19.0 |
912 | 2024-11-22T23:14:52.182Z | Downloaded quick-xml v0.33.0 |
913 | 2024-11-22T23:14:52.189Z | Downloaded headers v0.4.0 |
914 | 2024-11-22T23:14:52.195Z | Downloaded der v0.7.9 |
915 | 2024-11-22T23:14:52.199Z | Downloaded unicode-normalization v0.1.24 |
916 | 2024-11-22T23:14:52.204Z | Downloaded serde_with v3.11.0 |
917 | 2024-11-22T23:14:52.214Z | Downloaded russh v0.45.0 |
918 | 2024-11-22T23:14:52.219Z | Downloaded publicsuffix v2.2.3 |
919 | 2024-11-22T23:14:52.222Z | Downloaded curve25519-dalek v4.1.3 |
920 | 2024-11-22T23:14:52.232Z | Downloaded lalrpop v0.19.12 |
921 | 2024-11-22T23:14:52.244Z | Downloaded mio v1.0.2 |
922 | 2024-11-22T23:14:52.250Z | Downloaded typed-path v0.9.3 |
923 | 2024-11-22T23:14:52.256Z | Downloaded rusqlite v0.32.1 |
924 | 2024-11-22T23:14:52.263Z | Downloaded idna v0.4.0 |
925 | 2024-11-22T23:14:52.270Z | Downloaded reedline v0.35.0 |
926 | 2024-11-22T23:14:52.278Z | Downloaded git2 v0.19.0 |
927 | 2024-11-22T23:14:52.287Z | Downloaded winnow v0.5.40 |
928 | 2024-11-22T23:14:52.297Z | Downloaded webpki-roots v0.26.6 |
929 | 2024-11-22T23:14:52.301Z | Downloaded idna v0.5.0 |
930 | 2024-11-22T23:14:52.309Z | Downloaded proptest v1.5.0 |
931 | 2024-11-22T23:14:52.320Z | Downloaded polar-core v0.27.3 |
932 | 2024-11-22T23:14:52.329Z | Downloaded regex v1.11.1 |
933 | 2024-11-22T23:14:52.342Z | Downloaded regex-syntax v0.8.5 |
934 | 2024-11-22T23:14:52.355Z | Downloaded hickory-proto v0.24.1 |
935 | 2024-11-22T23:14:52.368Z | Downloaded petname v2.0.2 |
936 | 2024-11-22T23:14:52.373Z | Downloaded rustls v0.22.4 |
937 | 2024-11-22T23:14:52.386Z | Downloaded gimli v0.31.1 |
938 | 2024-11-22T23:14:52.395Z | Downloaded object v0.30.4 |
939 | 2024-11-22T23:14:52.404Z | Downloaded smoltcp v0.9.1 |
940 | 2024-11-22T23:14:52.416Z | Downloaded dropshot v0.12.0 |
941 | 2024-11-22T23:14:52.435Z | Downloaded unicode-width v0.2.0 |
942 | 2024-11-22T23:14:52.441Z | Downloaded nix v0.28.0 |
943 | 2024-11-22T23:14:52.452Z | Downloaded openssl v0.10.66 |
944 | 2024-11-22T23:14:52.461Z | Downloaded nix v0.29.0 |
945 | 2024-11-22T23:14:52.472Z | Downloaded trust-dns-proto v0.22.0 |
946 | 2024-11-22T23:14:52.484Z | Downloaded smoltcp v0.11.0 |
947 | 2024-11-22T23:14:52.497Z | Downloaded object v0.36.5 |
948 | 2024-11-22T23:14:52.509Z | Downloaded rustls v0.23.14 |
949 | 2024-11-22T23:14:52.520Z | Downloaded regress v0.9.1 |
950 | 2024-11-22T23:14:52.529Z | Downloaded zerocopy-derive v0.6.6 |
951 | 2024-11-22T23:14:52.539Z | Downloaded dropshot v0.13.0 |
952 | 2024-11-22T23:14:52.560Z | Downloaded sled v0.34.7 |
953 | 2024-11-22T23:14:52.570Z | Downloaded openapiv3 v2.0.0 |
954 | 2024-11-22T23:14:52.582Z | Downloaded diesel v2.2.4 |
955 | 2024-11-22T23:14:52.600Z | Downloaded regex-syntax v0.6.29 |
956 | 2024-11-22T23:14:52.608Z | Downloaded ratatui v0.28.1 |
957 | 2024-11-22T23:14:52.628Z | Downloaded nix v0.27.1 |
958 | 2024-11-22T23:14:52.637Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
959 | 2024-11-22T23:14:52.649Z | Downloaded rustls v0.21.12 |
960 | 2024-11-22T23:14:52.660Z | Downloaded typify-impl v0.2.0 |
961 | 2024-11-22T23:14:52.675Z | Downloaded regex-automata v0.4.8 |
962 | 2024-11-22T23:14:52.692Z | Downloaded radix_trie v0.2.1 |
963 | 2024-11-22T23:14:52.698Z | Downloaded regress v0.10.1 |
964 | 2024-11-22T23:14:52.706Z | Downloaded bstr v1.10.0 |
965 | 2024-11-22T23:14:52.716Z | Downloaded petgraph v0.6.5 |
966 | 2024-11-22T23:14:52.734Z | Downloaded chrono-tz v0.10.0 |
967 | 2024-11-22T23:14:52.741Z | Downloaded lzma-sys v0.1.20 |
968 | 2024-11-22T23:14:52.769Z | Downloaded p384 v0.13.0 |
969 | 2024-11-22T23:14:52.775Z | Downloaded idna v0.2.3 |
970 | 2024-11-22T23:14:52.782Z | Downloaded idna v0.3.0 |
971 | 2024-11-22T23:14:52.790Z | Downloaded tokio v1.40.0 |
972 | 2024-11-22T23:14:52.825Z | Downloaded csv v1.3.0 |
973 | 2024-11-22T23:14:52.845Z | Downloaded libz-sys v1.1.20 |
974 | 2024-11-22T23:14:52.865Z | Downloaded zerovec v0.10.4 |
975 | 2024-11-22T23:14:52.870Z | Downloaded futures-util v0.3.31 |
976 | 2024-11-22T23:14:52.882Z | Downloaded expectorate v1.1.0 |
977 | 2024-11-22T23:14:52.884Z | Downloaded rustls-webpki v0.102.8 |
978 | 2024-11-22T23:14:52.901Z | Downloaded icu_properties_data v1.5.0 |
979 | 2024-11-22T23:14:52.912Z | Downloaded sha3 v0.10.8 |
980 | 2024-11-22T23:14:52.916Z | Downloaded quinn-proto v0.11.8 |
981 | 2024-11-22T23:14:52.922Z | Downloaded miniz_oxide v0.8.0 |
982 | 2024-11-22T23:14:52.924Z | Downloaded oso v0.27.3 |
983 | 2024-11-22T23:14:52.927Z | Downloaded num-bigint v0.4.6 |
984 | 2024-11-22T23:14:52.932Z | Downloaded zerocopy v0.8.10 |
985 | 2024-11-22T23:14:52.954Z | Downloaded subprocess v0.2.9 |
986 | 2024-11-22T23:14:52.957Z | Downloaded quinn v0.11.5 |
987 | 2024-11-22T23:14:52.960Z | Downloaded qorb v0.2.0 |
988 | 2024-11-22T23:14:52.964Z | Downloaded salty v0.3.0 |
989 | 2024-11-22T23:14:52.970Z | Downloaded p521 v0.13.3 |
990 | 2024-11-22T23:14:52.974Z | Downloaded hashbrown v0.14.5 |
991 | 2024-11-22T23:14:52.979Z | Downloaded h2 v0.4.6 |
992 | 2024-11-22T23:14:52.986Z | Downloaded bindgen v0.69.5 |
993 | 2024-11-22T23:14:52.993Z | Downloaded parking_lot_core v0.8.6 |
994 | 2024-11-22T23:14:52.995Z | Downloaded parking_lot_core v0.9.10 |
995 | 2024-11-22T23:14:52.998Z | Downloaded tokio-util v0.7.12 |
996 | 2024-11-22T23:14:53.003Z | Downloaded aws-lc-rs v1.10.0 |
997 | 2024-11-22T23:14:53.011Z | Downloaded subtle v2.6.1 |
998 | 2024-11-22T23:14:53.015Z | Downloaded unicode-properties v0.1.3 |
999 | 2024-11-22T23:14:53.018Z | Downloaded dhcproto v0.12.0 |
1000 | 2024-11-22T23:14:53.018Z | Downloaded derive-where v1.2.7 |
1001 | 2024-11-22T23:14:53.020Z | Downloaded rayon v1.10.0 |
1002 | 2024-11-22T23:14:53.029Z | Downloaded rfc6979 v0.4.0 |
1003 | 2024-11-22T23:14:53.032Z | Downloaded url v2.5.3 |
1004 | 2024-11-22T23:14:53.034Z | Downloaded whoami v1.5.2 |
1005 | 2024-11-22T23:14:53.036Z | Downloaded toml v0.7.8 |
1006 | 2024-11-22T23:14:53.040Z | Downloaded serde_yaml v0.9.34+deprecated |
1007 | 2024-11-22T23:14:53.042Z | Downloaded value-bag v1.9.0 |
1008 | 2024-11-22T23:14:53.045Z | Downloaded ed25519-dalek v2.1.1 |
1009 | 2024-11-22T23:14:53.048Z | Downloaded sync-ptr v0.1.1 |
1010 | 2024-11-22T23:14:53.048Z | Downloaded psl-types v2.0.11 |
1011 | 2024-11-22T23:14:53.050Z | Downloaded rustls-pemfile v1.0.4 |
1012 | 2024-11-22T23:14:53.050Z | Downloaded test-strategy v0.3.1 |
1013 | 2024-11-22T23:14:53.053Z | Downloaded encoding_rs v0.8.34 |
1014 | 2024-11-22T23:14:53.074Z | Downloaded elliptic-curve v0.13.8 |
1015 | 2024-11-22T23:14:53.077Z | Downloaded hyper v1.5.0 |
1016 | 2024-11-22T23:14:53.084Z | Downloaded libxml v0.3.3 |
1017 | 2024-11-22T23:14:53.089Z | Downloaded itertools v0.10.5 |
1018 | 2024-11-22T23:14:53.095Z | Downloaded num-integer v0.1.46 |
1019 | 2024-11-22T23:14:53.098Z | Downloaded num-derive v0.4.2 |
1020 | 2024-11-22T23:14:53.101Z | Downloaded predicates v3.1.2 |
1021 | 2024-11-22T23:14:53.101Z | Downloaded vte v0.11.1 |
1022 | 2024-11-22T23:14:53.104Z | Downloaded hashbrown v0.12.3 |
1023 | 2024-11-22T23:14:53.106Z | Downloaded slog-stdlog v4.1.1 |
1024 | 2024-11-22T23:14:53.109Z | Downloaded slog-json v2.6.1 |
1025 | 2024-11-22T23:14:53.111Z | Downloaded libm v0.2.8 |
1026 | 2024-11-22T23:14:53.116Z | Downloaded foldhash v0.1.3 |
1027 | 2024-11-22T23:14:53.118Z | Downloaded schemars v0.8.21 |
1028 | 2024-11-22T23:14:53.127Z | Downloaded env_logger v0.10.2 |
1029 | 2024-11-22T23:14:53.130Z | Downloaded derive_more v0.99.18 |
1030 | 2024-11-22T23:14:53.134Z | Downloaded tinyvec v1.8.0 |
1031 | 2024-11-22T23:14:53.137Z | Downloaded mockall_derive v0.13.0 |
1032 | 2024-11-22T23:14:53.140Z | Downloaded similar v2.6.0 |
1033 | 2024-11-22T23:14:53.144Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1034 | 2024-11-22T23:14:53.200Z | Downloaded utf-8 v0.7.6 |
1035 | 2024-11-22T23:14:53.202Z | Downloaded num-conv v0.1.0 |
1036 | 2024-11-22T23:14:53.202Z | Downloaded tap v1.0.1 |
1037 | 2024-11-22T23:14:53.204Z | Downloaded tokio-rustls v0.26.0 |
1038 | 2024-11-22T23:14:53.206Z | Downloaded serde_derive_internals v0.29.1 |
1039 | 2024-11-22T23:14:53.206Z | Downloaded des v0.8.1 |
1040 | 2024-11-22T23:14:53.209Z | Downloaded darling_core v0.20.10 |
1041 | 2024-11-22T23:14:53.212Z | Downloaded zerocopy-derive v0.8.10 |
1042 | 2024-11-22T23:14:53.218Z | Downloaded yoke v0.7.4 |
1043 | 2024-11-22T23:14:53.221Z | Downloaded vsss-rs v3.3.4 |
1044 | 2024-11-22T23:14:53.223Z | Downloaded icu_properties v1.5.1 |
1045 | 2024-11-22T23:14:53.228Z | Downloaded stringprep v0.1.5 |
1046 | 2024-11-22T23:14:53.228Z | Downloaded sqlformat v0.2.6 |
1047 | 2024-11-22T23:14:53.230Z | Downloaded poly1305 v0.8.0 |
1048 | 2024-11-22T23:14:53.231Z | Downloaded multer v3.1.0 |
1049 | 2024-11-22T23:14:53.233Z | Downloaded tungstenite v0.23.0 |
1050 | 2024-11-22T23:14:53.237Z | Downloaded tungstenite v0.21.0 |
1051 | 2024-11-22T23:14:53.239Z | Downloaded tokio-postgres v0.7.12 |
1052 | 2024-11-22T23:14:53.244Z | Downloaded rustls-pki-types v1.9.0 |
1053 | 2024-11-22T23:14:53.246Z | Downloaded packed_struct v0.10.1 |
1054 | 2024-11-22T23:14:53.249Z | Downloaded gethostname v0.5.0 |
1055 | 2024-11-22T23:14:53.249Z | Downloaded form_urlencoded v1.2.1 |
1056 | 2024-11-22T23:14:53.252Z | Downloaded either v1.13.0 |
1057 | 2024-11-22T23:14:53.252Z | Downloaded semver v0.1.20 |
1058 | 2024-11-22T23:14:53.252Z | Downloaded hashlink v0.9.1 |
1059 | 2024-11-22T23:14:53.255Z | Downloaded crossbeam-channel v0.5.13 |
1060 | 2024-11-22T23:14:53.257Z | Downloaded hyper-util v0.1.10 |
1061 | 2024-11-22T23:14:53.261Z | Downloaded owo-colors v4.1.0 |
1062 | 2024-11-22T23:14:53.264Z | Downloaded omicron-zone-package v0.11.1 |
1063 | 2024-11-22T23:14:53.266Z | Downloaded sqlparser_derive v0.2.2 |
1064 | 2024-11-22T23:14:53.269Z | Downloaded pem v3.0.4 |
1065 | 2024-11-22T23:14:53.269Z | Downloaded num_enum_derive v0.5.11 |
1066 | 2024-11-22T23:14:53.270Z | Downloaded num_enum v0.5.11 |
1067 | 2024-11-22T23:14:53.274Z | Downloaded multimap v0.10.0 |
1068 | 2024-11-22T23:14:53.278Z | Downloaded writeable v0.5.5 |
1069 | 2024-11-22T23:14:53.278Z | Downloaded tokio-tungstenite v0.24.0 |
1070 | 2024-11-22T23:14:53.283Z | Downloaded tokio-tungstenite v0.23.1 |
1071 | 2024-11-22T23:14:53.283Z | Downloaded tokio-rustls v0.25.0 |
1072 | 2024-11-22T23:14:53.285Z | Downloaded half v2.4.1 |
1073 | 2024-11-22T23:14:53.286Z | Downloaded rand v0.8.5 |
1074 | 2024-11-22T23:14:53.288Z | Downloaded scheduled-thread-pool v0.2.7 |
1075 | 2024-11-22T23:14:53.290Z | Downloaded strum_macros v0.26.4 |
1076 | 2024-11-22T23:14:53.293Z | Downloaded slog v2.7.0 |
1077 | 2024-11-22T23:14:53.295Z | Downloaded fxhash v0.2.1 |
1078 | 2024-11-22T23:14:53.295Z | Downloaded untrusted v0.7.1 |
1079 | 2024-11-22T23:14:53.295Z | Downloaded termcolor v1.4.1 |
1080 | 2024-11-22T23:14:53.298Z | Downloaded sec1 v0.7.3 |
1081 | 2024-11-22T23:14:53.298Z | Downloaded same-file v1.0.6 |
1082 | 2024-11-22T23:14:53.300Z | Downloaded rtoolbox v0.0.2 |
1083 | 2024-11-22T23:14:53.300Z | Downloaded password-hash v0.5.0 |
1084 | 2024-11-22T23:14:53.303Z | Downloaded ecdsa v0.16.9 |
1085 | 2024-11-22T23:14:53.305Z | Downloaded vergen v8.3.2 |
1086 | 2024-11-22T23:14:53.309Z | Downloaded samael v0.0.17 |
1087 | 2024-11-22T23:14:53.311Z | Downloaded rusty-fork v0.3.0 |
1088 | 2024-11-22T23:14:53.314Z | Downloaded hash32 v0.2.1 |
1089 | 2024-11-22T23:14:53.317Z | Downloaded der_derive v0.7.3 |
1090 | 2024-11-22T23:14:53.320Z | Downloaded progenitor-impl v0.8.0 |
1091 | 2024-11-22T23:14:53.320Z | Downloaded indexmap v1.9.3 |
1092 | 2024-11-22T23:14:53.324Z | Downloaded cc v1.1.30 |
1093 | 2024-11-22T23:14:53.326Z | Downloaded base64 v0.21.7 |
1094 | 2024-11-22T23:14:53.329Z | Downloaded yoke-derive v0.7.4 |
1095 | 2024-11-22T23:14:53.331Z | Downloaded primeorder v0.13.6 |
1096 | 2024-11-22T23:14:53.331Z | Downloaded icu_locid_transform_data v1.5.0 |
1097 | 2024-11-22T23:14:53.334Z | Downloaded cookie v0.18.1 |
1098 | 2024-11-22T23:14:53.336Z | Downloaded compact_str v0.8.0 |
1099 | 2024-11-22T23:14:53.339Z | Downloaded ron v0.7.1 |
1100 | 2024-11-22T23:14:53.342Z | Downloaded group v0.13.0 |
1101 | 2024-11-22T23:14:53.346Z | Downloaded bytes v1.8.0 |
1102 | 2024-11-22T23:14:53.349Z | Downloaded icu_normalizer v1.5.0 |
1103 | 2024-11-22T23:14:53.353Z | Downloaded which v4.4.2 |
1104 | 2024-11-22T23:14:53.356Z | Downloaded thread_local v1.1.8 |
1105 | 2024-11-22T23:14:53.356Z | Downloaded tabwriter v1.4.0 |
1106 | 2024-11-22T23:14:53.358Z | Downloaded xz2 v0.1.7 |
1107 | 2024-11-22T23:14:53.358Z | Downloaded crc-any v2.5.0 |
1108 | 2024-11-22T23:14:53.361Z | Downloaded memmap2 v0.9.5 |
1109 | 2024-11-22T23:14:53.363Z | Downloaded jobserver v0.1.32 |
1110 | 2024-11-22T23:14:53.366Z | Downloaded smallvec v1.13.2 |
1111 | 2024-11-22T23:14:53.367Z | Downloaded const-oid v0.9.6 |
1112 | 2024-11-22T23:14:53.375Z | Downloaded linked-hash-map v0.5.6 |
1113 | 2024-11-22T23:14:53.375Z | Downloaded libloading v0.8.5 |
1114 | 2024-11-22T23:14:53.375Z | Downloaded clang-sys v1.8.1 |
1115 | 2024-11-22T23:14:53.375Z | Downloaded icu_provider v1.5.0 |
1116 | 2024-11-22T23:14:53.379Z | Downloaded http v1.1.0 |
1117 | 2024-11-22T23:14:53.381Z | Downloaded hyper-rustls v0.27.3 |
1118 | 2024-11-22T23:14:53.384Z | Downloaded maplit v1.0.2 |
1119 | 2024-11-22T23:14:53.384Z | Downloaded inout v0.1.3 |
1120 | 2024-11-22T23:14:53.384Z | Downloaded hubpack v0.1.2 |
1121 | 2024-11-22T23:14:53.386Z | Downloaded scopeguard v1.2.0 |
1122 | 2024-11-22T23:14:53.386Z | Downloaded schemars_derive v0.8.21 |
1123 | 2024-11-22T23:14:53.389Z | Downloaded rustc-hash v1.1.0 |
1124 | 2024-11-22T23:14:53.389Z | Downloaded lru-cache v0.1.2 |
1125 | 2024-11-22T23:14:53.391Z | Downloaded linear-map v1.2.0 |
1126 | 2024-11-22T23:14:53.391Z | Downloaded lazycell v1.3.0 |
1127 | 2024-11-22T23:14:53.391Z | Downloaded lazy_static v1.5.0 |
1128 | 2024-11-22T23:14:53.393Z | Downloaded internet-checksum v0.2.1 |
1129 | 2024-11-22T23:14:53.393Z | Downloaded instability v0.3.2 |
1130 | 2024-11-22T23:14:53.396Z | Downloaded crossbeam-deque v0.8.5 |
1131 | 2024-11-22T23:14:53.396Z | Downloaded console v0.15.8 |
1132 | 2024-11-22T23:14:53.398Z | Downloaded cancel-safe-futures v0.1.5 |
1133 | 2024-11-22T23:14:53.401Z | Downloaded base64ct v1.6.0 |
1134 | 2024-11-22T23:14:53.404Z | Downloaded bit-vec v0.6.3 |
1135 | 2024-11-22T23:14:53.408Z | Downloaded crc-catalog v2.4.0 |
1136 | 2024-11-22T23:14:53.408Z | Downloaded crc v3.2.1 |
1137 | 2024-11-22T23:14:53.410Z | Downloaded convert_case v0.4.0 |
1138 | 2024-11-22T23:14:53.410Z | Downloaded cobs v0.2.3 |
1139 | 2024-11-22T23:14:53.410Z | Downloaded cmake v0.1.51 |
1140 | 2024-11-22T23:14:53.413Z | Downloaded ciborium-ll v0.2.2 |
1141 | 2024-11-22T23:14:53.413Z | Downloaded cassowary v0.3.0 |
1142 | 2024-11-22T23:14:53.415Z | Downloaded block-padding v0.3.3 |
1143 | 2024-11-22T23:14:53.415Z | Downloaded base16ct v0.2.0 |
1144 | 2024-11-22T23:14:53.418Z | Downloaded hickory-client v0.24.1 |
1145 | 2024-11-22T23:14:53.420Z | Downloaded crucible-workspace-hack v0.1.0 |
1146 | 2024-11-22T23:14:53.420Z | Downloaded bcrypt-pbkdf v0.10.0 |
1147 | 2024-11-22T23:14:53.420Z | Downloaded async-bb8-diesel v0.2.1 |
1148 | 2024-11-22T23:14:53.423Z | Downloaded hex-literal v0.4.1 |
1149 | 2024-11-22T23:14:53.423Z | Downloaded cfg_aliases v0.2.1 |
1150 | 2024-11-22T23:14:53.426Z | Downloaded cfg_aliases v0.1.1 |
1151 | 2024-11-22T23:14:53.426Z | Downloaded assert_matches v1.5.0 |
1152 | 2024-11-22T23:14:53.426Z | Downloaded hostname v0.3.1 |
1153 | 2024-11-22T23:14:53.428Z | Downloaded async-stream-impl v0.3.6 |
1154 | 2024-11-22T23:14:53.428Z | Downloaded http-body-util v0.1.2 |
1155 | 2024-11-22T23:14:53.430Z | Downloaded hex v0.4.3 |
1156 | 2024-11-22T23:14:53.433Z | Downloaded async-stream v0.3.6 |
1157 | 2024-11-22T23:14:53.436Z | Downloaded atomicwrites v0.4.4 |
1158 | 2024-11-22T23:14:53.525Z | Downloaded libsqlite3-sys v0.30.1 |
1159 | 2024-11-22T23:14:53.706Z | Downloaded ring v0.17.8 |
1160 | 2024-11-22T23:14:53.807Z | Downloaded ring v0.16.20 |
1161 | 2024-11-22T23:14:54.068Z | Downloaded aws-lc-sys v0.22.0 |
1162 | 2024-11-22T23:14:54.372Z | Compiling serde v1.0.215 |
1163 | 2024-11-22T23:14:54.374Z | Compiling lock_api v0.4.12 |
1164 | 2024-11-22T23:14:54.374Z | Compiling scopeguard v1.2.0 |
1165 | 2024-11-22T23:14:54.374Z | Compiling value-bag v1.9.0 |
1166 | 2024-11-22T23:14:54.374Z | Compiling typenum v1.17.0 |
1167 | 2024-11-22T23:14:54.374Z | Compiling generic-array v0.14.7 |
1168 | 2024-11-22T23:14:54.581Z | Compiling syn v2.0.87 |
1169 | 2024-11-22T23:14:54.583Z | Compiling getrandom v0.2.15 |
1170 | 2024-11-22T23:14:54.661Z | Compiling shlex v1.3.0 |
1171 | 2024-11-22T23:14:54.855Z | Compiling rand_core v0.6.4 |
1172 | 2024-11-22T23:14:54.989Z | Compiling log v0.4.22 |
1173 | 2024-11-22T23:14:55.089Z | Compiling subtle v2.6.1 |
1174 | 2024-11-22T23:14:55.111Z | Compiling jobserver v0.1.32 |
1175 | 2024-11-22T23:14:55.136Z | Compiling smallvec v1.13.2 |
1176 | 2024-11-22T23:14:55.379Z | Compiling const-oid v0.9.6 |
1177 | 2024-11-22T23:14:55.408Z | Compiling spin v0.9.8 |
1178 | 2024-11-22T23:14:55.428Z | Compiling pin-project-lite v0.2.14 |
1179 | 2024-11-22T23:14:55.560Z | Compiling cc v1.1.30 |
1180 | 2024-11-22T23:14:55.563Z | Compiling rustix v0.38.37 |
1181 | 2024-11-22T23:14:55.775Z | Compiling parking_lot_core v0.9.10 |
1182 | 2024-11-22T23:14:55.847Z | Compiling futures-core v0.3.31 |
1183 | 2024-11-22T23:14:56.038Z | Compiling signal-hook-registry v1.4.2 |
1184 | 2024-11-22T23:14:56.084Z | Compiling mio v1.0.2 |
1185 | 2024-11-22T23:14:56.608Z | Compiling aho-corasick v1.1.3 |
1186 | 2024-11-22T23:14:57.010Z | Compiling parking_lot v0.12.3 |
1187 | 2024-11-22T23:14:57.073Z | Compiling regex-syntax v0.8.5 |
1188 | 2024-11-22T23:14:57.404Z | Compiling cpufeatures v0.2.14 |
1189 | 2024-11-22T23:14:57.460Z | Compiling either v1.13.0 |
1190 | 2024-11-22T23:14:57.480Z | Compiling lazy_static v1.5.0 |
1191 | 2024-11-22T23:14:57.503Z | Compiling stable_deref_trait v1.2.0 |
1192 | 2024-11-22T23:14:57.600Z | Compiling futures-sink v0.3.31 |
1193 | 2024-11-22T23:14:57.620Z | Compiling glob v0.3.1 |
1194 | 2024-11-22T23:14:57.765Z | Compiling socket2 v0.5.7 |
1195 | 2024-11-22T23:14:57.877Z | Compiling slab v0.4.9 |
1196 | 2024-11-22T23:14:57.975Z | Compiling prettyplease v0.2.25 |
1197 | 2024-11-22T23:14:58.334Z | Compiling minimal-lexical v0.2.1 |
1198 | 2024-11-22T23:14:58.675Z | Compiling libloading v0.8.5 |
1199 | 2024-11-22T23:14:58.695Z | Compiling clang-sys v1.8.1 |
1200 | 2024-11-22T23:14:58.790Z | Compiling nom v7.1.3 |
1201 | 2024-11-22T23:14:58.889Z | Compiling serde_json v1.0.132 |
1202 | 2024-11-22T23:14:59.115Z | Compiling bindgen v0.69.5 |
1203 | 2024-11-22T23:14:59.202Z | Compiling home v0.5.9 |
1204 | 2024-11-22T23:14:59.515Z | Compiling itertools v0.12.1 |
1205 | 2024-11-22T23:14:59.956Z | Compiling futures-channel v0.3.31 |
1206 | 2024-11-22T23:15:00.148Z | Compiling allocator-api2 v0.2.18 |
1207 | 2024-11-22T23:15:00.393Z | Compiling futures-task v0.3.31 |
1208 | 2024-11-22T23:15:00.690Z | Compiling foldhash v0.1.3 |
1209 | 2024-11-22T23:15:00.998Z | Compiling regex-automata v0.4.8 |
1210 | 2024-11-22T23:15:01.017Z | Compiling rustc-hash v1.1.0 |
1211 | 2024-11-22T23:15:01.161Z | Compiling lazycell v1.3.0 |
1212 | 2024-11-22T23:15:01.321Z | Compiling pin-utils v0.1.0 |
1213 | 2024-11-22T23:15:01.414Z | Compiling futures-io v0.3.31 |
1214 | 2024-11-22T23:15:01.753Z | Compiling hashbrown v0.15.0 |
1215 | 2024-11-22T23:15:02.490Z | Compiling synstructure v0.13.1 |
1216 | 2024-11-22T23:15:02.745Z | Compiling cexpr v0.6.0 |
1217 | 2024-11-22T23:15:03.118Z | Compiling cmake v0.1.51 |
1218 | 2024-11-22T23:15:04.072Z | Compiling dunce v1.0.5 |
1219 | 2024-11-22T23:15:04.169Z | Compiling tinyvec_macros v0.1.1 |
1220 | 2024-11-22T23:15:04.189Z | Compiling fs_extra v1.3.0 |
1221 | 2024-11-22T23:15:04.206Z | Compiling pkg-config v0.3.31 |
1222 | 2024-11-22T23:15:04.266Z | Compiling libm v0.2.8 |
1223 | 2024-11-22T23:15:04.573Z | Compiling tinyvec v1.8.0 |
1224 | 2024-11-22T23:15:04.621Z | Compiling num-traits v0.2.19 |
1225 | 2024-11-22T23:15:05.125Z | Compiling ring v0.17.8 |
1226 | 2024-11-22T23:15:05.691Z | Compiling litemap v0.7.3 |
1227 | 2024-11-22T23:15:05.777Z | Compiling unicode-bidi v0.3.17 |
1228 | 2024-11-22T23:15:06.070Z | Compiling unicode-normalization v0.1.24 |
1229 | 2024-11-22T23:15:06.095Z | Compiling base64ct v1.6.0 |
1230 | 2024-11-22T23:15:06.162Z | Compiling writeable v0.5.5 |
1231 | 2024-11-22T23:15:06.277Z | Compiling paste v1.0.15 |
1232 | 2024-11-22T23:15:06.718Z | Compiling regex v1.11.1 |
1233 | 2024-11-22T23:15:06.785Z | Compiling pem-rfc7468 v0.7.0 |
1234 | 2024-11-22T23:15:07.247Z | Compiling aws-lc-rs v1.10.0 |
1235 | 2024-11-22T23:15:07.525Z | Compiling flagset v0.4.6 |
1236 | 2024-11-22T23:15:07.706Z | Compiling httparse v1.9.5 |
1237 | 2024-11-22T23:15:07.780Z | Compiling tracing-core v0.1.32 |
1238 | 2024-11-22T23:15:08.519Z | Compiling percent-encoding v2.3.1 |
1239 | 2024-11-22T23:15:08.881Z | Compiling icu_locid_transform_data v1.5.0 |
1240 | 2024-11-22T23:15:08.911Z | Compiling crossbeam-utils v0.8.20 |
1241 | 2024-11-22T23:15:08.973Z | Compiling rustls-pki-types v1.9.0 |
1242 | 2024-11-22T23:15:09.235Z | Compiling mirai-annotations v1.12.0 |
1243 | 2024-11-22T23:15:09.280Z | Compiling serde_derive v1.0.215 |
1244 | 2024-11-22T23:15:09.445Z | Compiling zeroize_derive v1.4.2 |
1245 | 2024-11-22T23:15:09.484Z | Compiling zerocopy-derive v0.7.35 |
1246 | 2024-11-22T23:15:09.817Z | Compiling tokio-macros v2.4.0 |
1247 | 2024-11-22T23:15:10.085Z | Compiling zerofrom-derive v0.1.4 |
1248 | 2024-11-22T23:15:11.050Z | Compiling zeroize v1.8.1 |
1249 | 2024-11-22T23:15:11.459Z | Compiling yoke-derive v0.7.4 |
1250 | 2024-11-22T23:15:11.622Z | Compiling thiserror-impl v1.0.69 |
1251 | 2024-11-22T23:15:11.800Z | Compiling zerocopy v0.7.35 |
1252 | 2024-11-22T23:15:12.680Z | Compiling zerovec-derive v0.10.3 |
1253 | 2024-11-22T23:15:12.842Z | Compiling crypto-common v0.1.6 |
1254 | 2024-11-22T23:15:13.081Z | Compiling block-buffer v0.10.4 |
1255 | 2024-11-22T23:15:13.345Z | Compiling digest v0.10.7 |
1256 | 2024-11-22T23:15:13.460Z | Compiling futures-macro v0.3.31 |
1257 | 2024-11-22T23:15:13.834Z | Compiling hmac v0.12.1 |
1258 | 2024-11-22T23:15:13.935Z | Compiling block-padding v0.3.3 |
1259 | 2024-11-22T23:15:14.075Z | Compiling displaydoc v0.2.5 |
1260 | 2024-11-22T23:15:14.175Z | Compiling zerofrom v0.1.4 |
1261 | 2024-11-22T23:15:14.195Z | Compiling inout v0.1.3 |
1262 | 2024-11-22T23:15:14.422Z | Compiling sha2 v0.10.8 |
1263 | 2024-11-22T23:15:14.461Z | Compiling cipher v0.4.4 |
1264 | 2024-11-22T23:15:14.613Z | Compiling yoke v0.7.4 |
1265 | 2024-11-22T23:15:14.978Z | Compiling ppv-lite86 v0.2.20 |
1266 | 2024-11-22T23:15:15.000Z | Compiling der_derive v0.7.3 |
1267 | 2024-11-22T23:15:15.077Z | Compiling thiserror v1.0.69 |
1268 | 2024-11-22T23:15:15.219Z | Compiling icu_provider_macros v1.5.0 |
1269 | 2024-11-22T23:15:15.390Z | Compiling zerovec v0.10.4 |
1270 | 2024-11-22T23:15:15.432Z | Compiling futures-util v0.3.31 |
1271 | 2024-11-22T23:15:15.817Z | Compiling rand_chacha v0.3.1 |
1272 | 2024-11-22T23:15:15.836Z | Compiling tracing-attributes v0.1.27 |
1273 | 2024-11-22T23:15:16.344Z | Compiling rand v0.8.5 |
1274 | 2024-11-22T23:15:17.669Z | Compiling tinystr v0.7.6 |
1275 | 2024-11-22T23:15:17.701Z | Compiling der v0.7.9 |
1276 | 2024-11-22T23:15:17.949Z | Compiling icu_collections v1.5.0 |
1277 | 2024-11-22T23:15:18.112Z | Compiling icu_locid v1.5.0 |
1278 | 2024-11-22T23:15:18.252Z | Compiling pest v2.7.14 |
1279 | 2024-11-22T23:15:18.594Z | Compiling salsa20 v0.10.2 |
1280 | 2024-11-22T23:15:18.812Z | Compiling pbkdf2 v0.12.2 |
1281 | 2024-11-22T23:15:19.025Z | Compiling time-core v0.1.2 |
1282 | 2024-11-22T23:15:19.202Z | Compiling vcpkg v0.2.15 |
1283 | 2024-11-22T23:15:19.433Z | Compiling icu_provider v1.5.0 |
1284 | 2024-11-22T23:15:19.718Z | Compiling tracing v0.1.40 |
1285 | 2024-11-22T23:15:20.250Z | Compiling icu_locid_transform v1.5.0 |
1286 | 2024-11-22T23:15:20.580Z | Compiling spki v0.7.3 |
1287 | 2024-11-22T23:15:20.597Z | Compiling powerfmt v0.2.0 |
1288 | 2024-11-22T23:15:20.954Z | Compiling untrusted v0.7.1 |
1289 | 2024-11-22T23:15:21.006Z | Compiling icu_properties_data v1.5.0 |
1290 | 2024-11-22T23:15:21.092Z | Compiling untrusted v0.9.0 |
1291 | 2024-11-22T23:15:21.134Z | Compiling num-conv v0.1.0 |
1292 | 2024-11-22T23:15:21.269Z | Compiling deranged v0.3.11 |
1293 | 2024-11-22T23:15:21.273Z | Compiling pest_meta v2.7.14 |
1294 | 2024-11-22T23:15:21.344Z | Compiling openssl-sys v0.9.103 |
1295 | 2024-11-22T23:15:21.407Z | Compiling time-macros v0.2.18 |
1296 | 2024-11-22T23:15:21.705Z | Compiling icu_properties v1.5.1 |
1297 | 2024-11-22T23:15:23.004Z | Compiling scrypt v0.11.0 |
1298 | 2024-11-22T23:15:23.293Z | Compiling cbc v0.1.2 |
1299 | 2024-11-22T23:15:23.536Z | Compiling aes v0.8.4 |
1300 | 2024-11-22T23:15:23.585Z | Compiling scroll_derive v0.12.0 |
1301 | 2024-11-22T23:15:23.751Z | Compiling bitflags v2.6.0 |
1302 | 2024-11-22T23:15:24.031Z | Compiling bytes v1.8.0 |
1303 | 2024-11-22T23:15:25.034Z | Compiling tokio v1.40.0 |
1304 | 2024-11-22T23:15:25.054Z | Compiling indexmap v2.6.0 |
1305 | 2024-11-22T23:15:25.347Z | Compiling http v1.1.0 |
1306 | 2024-11-22T23:15:26.432Z | Compiling semver v1.0.23 |
1307 | 2024-11-22T23:15:26.585Z | Compiling utf16_iter v1.0.5 |
1308 | 2024-11-22T23:15:26.605Z | Compiling num_threads v0.1.7 |
1309 | 2024-11-22T23:15:26.676Z | Compiling write16 v1.0.0 |
1310 | 2024-11-22T23:15:26.738Z | Compiling atomic-waker v1.1.2 |
1311 | 2024-11-22T23:15:26.791Z | Compiling utf8_iter v1.0.4 |
1312 | 2024-11-22T23:15:26.811Z | Compiling icu_normalizer_data v1.5.0 |
1313 | 2024-11-22T23:15:26.922Z | Compiling rustc_version v0.4.1 |
1314 | 2024-11-22T23:15:26.942Z | Compiling http-body v1.0.1 |
1315 | 2024-11-22T23:15:27.030Z | Compiling icu_normalizer v1.5.0 |
1316 | 2024-11-22T23:15:27.197Z | Compiling time v0.3.36 |
1317 | 2024-11-22T23:15:27.218Z | Compiling scroll v0.12.0 |
1318 | 2024-11-22T23:15:27.688Z | Compiling pkcs5 v0.7.1 |
1319 | 2024-11-22T23:15:27.769Z | Compiling pest_generator v2.7.14 |
1320 | 2024-11-22T23:15:27.909Z | Compiling form_urlencoded v1.2.1 |
1321 | 2024-11-22T23:15:28.060Z | Compiling try-lock v0.2.5 |
1322 | 2024-11-22T23:15:28.209Z | Compiling which v4.4.2 |
1323 | 2024-11-22T23:15:28.230Z | Compiling slog v2.7.0 |
1324 | 2024-11-22T23:15:28.964Z | Compiling pkcs8 v0.10.2 |
1325 | 2024-11-22T23:15:28.966Z | Compiling goblin v0.8.2 |
1326 | 2024-11-22T23:15:29.060Z | Compiling want v0.3.1 |
1327 | 2024-11-22T23:15:29.360Z | Compiling idna_adapter v1.2.0 |
1328 | 2024-11-22T23:15:29.565Z | Compiling httpdate v1.0.3 |
1329 | 2024-11-22T23:15:29.585Z | Compiling idna v1.0.3 |
1330 | 2024-11-22T23:15:29.853Z | Compiling pest_derive v2.7.14 |
1331 | 2024-11-22T23:15:30.022Z | Compiling serde_spanned v0.6.8 |
1332 | 2024-11-22T23:15:30.250Z | Compiling toml_datetime v0.6.8 |
1333 | 2024-11-22T23:15:30.456Z | Compiling uuid v1.11.0 |
1334 | 2024-11-22T23:15:30.643Z | Compiling dtrace-parser v0.2.0 |
1335 | 2024-11-22T23:15:30.757Z | Compiling serde_tokenstream v0.2.2 |
1336 | 2024-11-22T23:15:31.377Z | Compiling match_cfg v0.1.0 |
1337 | 2024-11-22T23:15:31.399Z | Compiling base64 v0.22.1 |
1338 | 2024-11-22T23:15:31.493Z | Compiling tower-service v0.3.3 |
1339 | 2024-11-22T23:15:31.630Z | Compiling adler2 v2.0.0 |
1340 | 2024-11-22T23:15:31.856Z | Compiling iana-time-zone v0.1.61 |
1341 | 2024-11-22T23:15:31.910Z | Compiling rustversion v1.0.17 |
1342 | 2024-11-22T23:15:32.184Z | Compiling foreign-types-shared v0.1.1 |
1343 | 2024-11-22T23:15:32.298Z | Compiling openssl v0.10.66 |
1344 | 2024-11-22T23:15:32.318Z | Compiling foreign-types v0.3.2 |
1345 | 2024-11-22T23:15:32.416Z | Compiling chrono v0.4.38 |
1346 | 2024-11-22T23:15:32.573Z | Compiling miniz_oxide v0.8.0 |
1347 | 2024-11-22T23:15:32.694Z | Compiling hostname v0.3.1 |
1348 | 2024-11-22T23:15:32.746Z | Compiling url v2.5.3 |
1349 | 2024-11-22T23:15:32.933Z | Compiling async-trait v0.1.83 |
1350 | 2024-11-22T23:15:34.114Z | Compiling tokio-util v0.7.12 |
1351 | 2024-11-22T23:15:34.299Z | Compiling openssl-macros v0.1.1 |
1352 | 2024-11-22T23:15:34.837Z | Compiling dof v0.3.0 |
1353 | 2024-11-22T23:15:35.073Z | Compiling dirs-sys-next v0.1.2 |
1354 | 2024-11-22T23:15:35.555Z | Compiling h2 v0.4.6 |
1355 | 2024-11-22T23:15:35.668Z | Compiling usdt-impl v0.5.0 |
1356 | 2024-11-22T23:15:35.729Z | Compiling syn v1.0.109 |
1357 | 2024-11-22T23:15:36.175Z | Compiling rustls v0.23.14 |
1358 | 2024-11-22T23:15:36.361Z | Compiling native-tls v0.2.12 |
1359 | 2024-11-22T23:15:36.430Z | Compiling siphasher v0.3.11 |
1360 | 2024-11-22T23:15:36.741Z | Compiling rustls v0.22.4 |
1361 | 2024-11-22T23:15:36.855Z | Compiling data-encoding v2.6.0 |
1362 | 2024-11-22T23:15:37.088Z | Compiling dirs-next v2.0.0 |
1363 | 2024-11-22T23:15:37.285Z | Compiling heapless v0.7.17 |
1364 | 2024-11-22T23:15:37.721Z | Compiling http-body-util v0.1.2 |
1365 | 2024-11-22T23:15:38.257Z | Compiling crossbeam-epoch v0.9.18 |
1366 | 2024-11-22T23:15:38.672Z | Compiling sha1 v0.10.6 |
1367 | 2024-11-22T23:15:39.018Z | Compiling signature v2.2.0 |
1368 | 2024-11-22T23:15:39.076Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1369 | 2024-11-22T23:15:39.285Z | Compiling serde_derive_internals v0.29.1 |
1370 | 2024-11-22T23:15:39.303Z | Compiling thread_local v1.1.8 |
1371 | 2024-11-22T23:15:39.323Z | Compiling multer v3.1.0 |
1372 | 2024-11-22T23:15:39.584Z | Compiling cookie v0.18.1 |
1373 | 2024-11-22T23:15:39.610Z | Compiling encoding_rs v0.8.34 |
1374 | 2024-11-22T23:15:39.838Z | Compiling unicode-properties v0.1.3 |
1375 | 2024-11-22T23:15:39.863Z | Compiling rayon-core v1.12.1 |
1376 | 2024-11-22T23:15:40.147Z | Compiling mime v0.3.17 |
1377 | 2024-11-22T23:15:40.228Z | Compiling signal-hook v0.3.17 |
1378 | 2024-11-22T23:15:40.504Z | Compiling openssl-probe v0.1.5 |
1379 | 2024-11-22T23:15:40.733Z | Compiling schemars v0.8.21 |
1380 | 2024-11-22T23:15:40.735Z | Compiling ipnet v2.10.1 |
1381 | 2024-11-22T23:15:40.884Z | Compiling slog-async v2.8.0 |
1382 | 2024-11-22T23:15:41.091Z | Compiling gimli v0.31.1 |
1383 | 2024-11-22T23:15:41.527Z | Compiling toml_edit v0.22.22 |
1384 | 2024-11-22T23:15:42.055Z | Compiling stringprep v0.1.5 |
1385 | 2024-11-22T23:15:42.105Z | Compiling schemars_derive v0.8.21 |
1386 | 2024-11-22T23:15:43.313Z | Compiling hyper v1.5.0 |
1387 | 2024-11-22T23:15:45.559Z | Compiling addr2line v0.24.2 |
1388 | 2024-11-22T23:15:45.926Z | Compiling hyper-util v0.1.10 |
1389 | 2024-11-22T23:15:46.180Z | Compiling usdt-attr-macro v0.5.0 |
1390 | 2024-11-22T23:15:46.249Z | Compiling usdt-macro v0.5.0 |
1391 | 2024-11-22T23:15:46.270Z | Compiling crossbeam-deque v0.8.5 |
1392 | 2024-11-22T23:15:46.666Z | Compiling term v0.7.0 |
1393 | 2024-11-22T23:15:47.525Z | Compiling slog-json v2.6.1 |
1394 | 2024-11-22T23:15:47.742Z | Compiling serde_urlencoded v0.7.1 |
1395 | 2024-11-22T23:15:47.802Z | Compiling curve25519-dalek v4.1.3 |
1396 | 2024-11-22T23:15:47.910Z | Compiling crossbeam-channel v0.5.13 |
1397 | 2024-11-22T23:15:48.235Z | Compiling enum-as-inner v0.6.1 |
1398 | 2024-11-22T23:15:48.271Z | Compiling futures-executor v0.3.31 |
1399 | 2024-11-22T23:15:48.423Z | Compiling md-5 v0.10.6 |
1400 | 2024-11-22T23:15:48.699Z | Compiling rustls-pemfile v2.2.0 |
1401 | 2024-11-22T23:15:48.840Z | Compiling async-stream-impl v0.3.6 |
1402 | 2024-11-22T23:15:49.036Z | Compiling num-integer v0.1.46 |
1403 | 2024-11-22T23:15:49.054Z | Compiling idna v0.3.0 |
1404 | 2024-11-22T23:15:49.134Z | Compiling idna v0.4.0 |
1405 | 2024-11-22T23:15:49.365Z | Compiling hash32 v0.2.1 |
1406 | 2024-11-22T23:15:49.725Z | Compiling ff v0.13.0 |
1407 | 2024-11-22T23:15:49.791Z | Compiling is-terminal v0.4.13 |
1408 | 2024-11-22T23:15:49.921Z | Compiling dropshot v0.12.0 |
1409 | 2024-11-22T23:15:49.953Z | Compiling object v0.36.5 |
1410 | 2024-11-22T23:15:49.986Z | Compiling utf-8 v0.7.6 |
1411 | 2024-11-22T23:15:50.214Z | Compiling rustc-demangle v0.1.24 |
1412 | 2024-11-22T23:15:50.237Z | Compiling take_mut v0.2.2 |
1413 | 2024-11-22T23:15:50.325Z | Compiling psl-types v2.0.11 |
1414 | 2024-11-22T23:15:50.396Z | Compiling anyhow v1.0.93 |
1415 | 2024-11-22T23:15:50.528Z | Compiling smoltcp v0.9.1 |
1416 | 2024-11-22T23:15:50.707Z | Compiling quick-error v1.2.3 |
1417 | 2024-11-22T23:15:50.805Z | Compiling linked-hash-map v0.5.6 |
1418 | 2024-11-22T23:15:50.863Z | Compiling fallible-iterator v0.2.0 |
1419 | 2024-11-22T23:15:51.022Z | Compiling portable-atomic v1.9.0 |
1420 | 2024-11-22T23:15:51.142Z | Compiling num-bigint-dig v0.8.4 |
1421 | 2024-11-22T23:15:51.173Z | Compiling base16ct v0.2.0 |
1422 | 2024-11-22T23:15:51.224Z | Compiling dyn-clone v1.0.17 |
1423 | 2024-11-22T23:15:51.454Z | Compiling sec1 v0.7.3 |
1424 | 2024-11-22T23:15:51.578Z | Compiling postgres-protocol v0.6.7 |
1425 | 2024-11-22T23:15:51.607Z | Compiling lru-cache v0.1.2 |
1426 | 2024-11-22T23:15:52.065Z | Compiling resolv-conf v0.7.0 |
1427 | 2024-11-22T23:15:52.174Z | Compiling publicsuffix v2.2.3 |
1428 | 2024-11-22T23:15:52.457Z | Compiling async-stream v0.3.6 |
1429 | 2024-11-22T23:15:52.838Z | Compiling tungstenite v0.24.0 |
1430 | 2024-11-22T23:15:52.876Z | Compiling hickory-proto v0.24.1 |
1431 | 2024-11-22T23:15:52.926Z | Compiling group v0.13.0 |
1432 | 2024-11-22T23:15:53.252Z | Compiling slog-term v2.9.1 |
1433 | 2024-11-22T23:15:53.436Z | Compiling usdt v0.5.0 |
1434 | 2024-11-22T23:15:54.536Z | Compiling num-iter v0.1.45 |
1435 | 2024-11-22T23:15:54.737Z | Compiling futures v0.3.31 |
1436 | 2024-11-22T23:15:54.982Z | Compiling slog-bunyan v2.5.0 |
1437 | 2024-11-22T23:15:55.345Z | Compiling camino v1.1.9 |
1438 | 2024-11-22T23:15:56.298Z | Compiling toml v0.8.19 |
1439 | 2024-11-22T23:15:56.326Z | Compiling tokio-native-tls v0.3.1 |
1440 | 2024-11-22T23:15:56.639Z | Compiling phf_shared v0.11.2 |
1441 | 2024-11-22T23:15:57.023Z | Compiling dropshot_endpoint v0.12.0 |
1442 | 2024-11-22T23:15:57.079Z | Compiling terminal_size v0.4.0 |
1443 | 2024-11-22T23:15:57.299Z | Compiling waitgroup v0.1.2 |
1444 | 2024-11-22T23:15:57.525Z | Compiling backtrace v0.3.74 |
1445 | 2024-11-22T23:15:57.595Z | Compiling openapiv3 v2.0.0 |
1446 | 2024-11-22T23:15:58.121Z | Compiling serde_path_to_error v0.1.16 |
1447 | 2024-11-22T23:15:58.160Z | Compiling hkdf v0.12.4 |
1448 | 2024-11-22T23:15:58.426Z | Compiling crypto-bigint v0.5.5 |
1449 | 2024-11-22T23:15:58.985Z | Compiling webpki-roots v0.26.6 |
1450 | 2024-11-22T23:15:59.210Z | Compiling curve25519-dalek-derive v0.1.1 |
1451 | 2024-11-22T23:16:00.805Z | Compiling zerocopy-derive v0.6.6 |
1452 | 2024-11-22T23:16:01.056Z | Compiling hubpack_derive v0.1.1 |
1453 | 2024-11-22T23:16:01.267Z | Compiling idna v0.5.0 |
1454 | 2024-11-22T23:16:01.651Z | Compiling hostname v0.4.0 |
1455 | 2024-11-22T23:16:01.918Z | Compiling ahash v0.8.11 |
1456 | 2024-11-22T23:16:01.941Z | Compiling fs-err v2.11.0 |
1457 | 2024-11-22T23:16:02.178Z | Compiling crc32fast v1.4.2 |
1458 | 2024-11-22T23:16:02.227Z | Compiling debug-ignore v1.0.5 |
1459 | 2024-11-22T23:16:02.257Z | Compiling bitflags v1.3.2 |
1460 | 2024-11-22T23:16:02.367Z | Compiling managed v0.8.0 |
1461 | 2024-11-22T23:16:02.387Z | Compiling winnow v0.5.40 |
1462 | 2024-11-22T23:16:02.510Z | Compiling strum_macros v0.25.3 |
1463 | 2024-11-22T23:16:02.954Z | Compiling flate2 v1.0.34 |
1464 | 2024-11-22T23:16:03.062Z | Compiling zerocopy v0.6.6 |
1465 | 2024-11-22T23:16:03.543Z | Compiling clap_builder v4.5.21 |
1466 | 2024-11-22T23:16:03.932Z | Compiling console v0.15.8 |
1467 | 2024-11-22T23:16:04.176Z | Compiling cookie_store v0.21.0 |
1468 | 2024-11-22T23:16:04.619Z | Compiling hubpack v0.1.2 |
1469 | 2024-11-22T23:16:04.909Z | Compiling elliptic-curve v0.13.8 |
1470 | 2024-11-22T23:16:05.552Z | Compiling hickory-resolver v0.24.1 |
1471 | 2024-11-22T23:16:05.839Z | Compiling signal-hook-mio v0.2.4 |
1472 | 2024-11-22T23:16:06.014Z | Compiling toml_edit v0.19.15 |
1473 | 2024-11-22T23:16:06.296Z | Compiling phf v0.11.2 |
1474 | 2024-11-22T23:16:06.644Z | Compiling hyper-tls v0.6.0 |
1475 | 2024-11-22T23:16:06.778Z | Compiling rayon v1.10.0 |
1476 | 2024-11-22T23:16:06.801Z | Compiling bzip2 v0.4.4 |
1477 | 2024-11-22T23:16:07.204Z | Compiling tokio-tungstenite v0.24.0 |
1478 | 2024-11-22T23:16:07.742Z | Compiling postgres-types v0.2.8 |
1479 | 2024-11-22T23:16:10.699Z | Compiling ed25519 v2.2.3 |
1480 | 2024-11-22T23:16:11.767Z | Compiling phf_shared v0.10.0 |
1481 | 2024-11-22T23:16:12.181Z | Compiling tokio-stream v0.1.16 |
1482 | 2024-11-22T23:16:12.554Z | Compiling pkcs1 v0.7.5 |
1483 | 2024-11-22T23:16:12.618Z | Compiling serde-big-array v0.5.1 |
1484 | 2024-11-22T23:16:12.862Z | Compiling clap_derive v4.5.18 |
1485 | 2024-11-22T23:16:13.196Z | Compiling rfc6979 v0.4.0 |
1486 | 2024-11-22T23:16:13.199Z | Compiling derive-where v1.2.7 |
1487 | 2024-11-22T23:16:13.263Z | Compiling serde_repr v0.1.19 |
1488 | 2024-11-22T23:16:13.377Z | Compiling float-cmp v0.9.0 |
1489 | 2024-11-22T23:16:13.532Z | Compiling bstr v1.10.0 |
1490 | 2024-11-22T23:16:13.613Z | Compiling sync_wrapper v1.0.1 |
1491 | 2024-11-22T23:16:13.766Z | Compiling precomputed-hash v0.1.1 |
1492 | 2024-11-22T23:16:13.917Z | Compiling fixedbitset v0.4.2 |
1493 | 2024-11-22T23:16:14.134Z | Compiling difflib v0.4.0 |
1494 | 2024-11-22T23:16:14.380Z | Compiling whoami v1.5.2 |
1495 | 2024-11-22T23:16:14.471Z | Compiling number_prefix v0.4.0 |
1496 | 2024-11-22T23:16:14.702Z | Compiling predicates-core v1.0.8 |
1497 | 2024-11-22T23:16:15.008Z | Compiling static_assertions v1.1.0 |
1498 | 2024-11-22T23:16:15.082Z | Compiling unicode-width v0.2.0 |
1499 | 2024-11-22T23:16:15.110Z | Compiling bit-vec v0.6.3 |
1500 | 2024-11-22T23:16:15.318Z | Compiling new_debug_unreachable v1.0.6 |
1501 | 2024-11-22T23:16:15.421Z | Compiling normalize-line-endings v0.3.0 |
1502 | 2024-11-22T23:16:15.551Z | Compiling unicode-segmentation v1.12.0 |
1503 | 2024-11-22T23:16:15.570Z | Compiling indicatif v0.17.9 |
1504 | 2024-11-22T23:16:15.613Z | Compiling predicates v3.1.2 |
1505 | 2024-11-22T23:16:15.790Z | Compiling bit-set v0.5.3 |
1506 | 2024-11-22T23:16:16.093Z | Compiling string_cache v0.8.7 |
1507 | 2024-11-22T23:16:16.440Z | Compiling similar v2.6.0 |
1508 | 2024-11-22T23:16:16.599Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1509 | 2024-11-22T23:16:16.946Z | Compiling tokio-postgres v0.7.12 |
1510 | 2024-11-22T23:16:17.398Z | Compiling petgraph v0.6.5 |
1511 | 2024-11-22T23:16:17.833Z | Compiling ecdsa v0.16.9 |
1512 | 2024-11-22T23:16:17.905Z | Compiling clap v4.5.21 |
1513 | 2024-11-22T23:16:18.031Z | Compiling rsa v0.9.6 |
1514 | 2024-11-22T23:16:18.734Z | Compiling ed25519-dalek v2.1.1 |
1515 | 2024-11-22T23:16:19.002Z | Compiling toml v0.7.8 |
1516 | 2024-11-22T23:16:20.100Z | Compiling zip v0.6.6 |
1517 | 2024-11-22T23:16:20.690Z | Compiling crossterm v0.28.1 |
1518 | 2024-11-22T23:16:21.745Z | Compiling hex v0.4.3 |
1519 | 2024-11-22T23:16:22.307Z | Compiling x509-cert v0.2.5 |
1520 | 2024-11-22T23:16:22.368Z | Compiling itertools v0.10.5 |
1521 | 2024-11-22T23:16:22.410Z | Compiling lalrpop-util v0.19.12 |
1522 | 2024-11-22T23:16:22.781Z | Compiling peg-runtime v0.8.3 |
1523 | 2024-11-22T23:16:22.956Z | Compiling unicode-xid v0.2.6 |
1524 | 2024-11-22T23:16:23.141Z | Compiling strum_macros v0.26.4 |
1525 | 2024-11-22T23:16:23.493Z | Compiling xattr v1.3.1 |
1526 | 2024-11-22T23:16:23.680Z | Compiling filetime v0.2.25 |
1527 | 2024-11-22T23:16:23.990Z | Compiling tar v0.4.42 |
1528 | 2024-11-22T23:16:28.404Z | Compiling strum v0.26.3 |
1529 | 2024-11-22T23:16:30.873Z | Compiling aws-lc-sys v0.22.0 |
1530 | 2024-11-22T23:16:58.836Z | Compiling rustls-webpki v0.102.8 |
1531 | 2024-11-22T23:17:02.226Z | Compiling tokio-rustls v0.25.0 |
1532 | 2024-11-22T23:17:03.812Z | Compiling tokio-rustls v0.26.0 |
1533 | 2024-11-22T23:17:04.174Z | Compiling hyper-rustls v0.27.3 |
1534 | 2024-11-22T23:17:04.641Z | Compiling reqwest v0.12.9 |
1535 | 2024-11-22T23:17:05.718Z | Compiling qorb v0.2.0 |
1536 | 2024-11-22T23:17:10.708Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1537 | 2024-11-22T23:17:10.938Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1538 | 2024-11-22T23:17:16.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1539 | 2024-11-22T23:17:16.903Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1540 | 2024-11-22T23:17:16.955Z | Nov 22 23:17:16.361 INFO Starting download, target: Clickhouse |
1541 | 2024-11-22T23:17:16.955Z | Nov 22 23:17:16.361 INFO Starting download, target: Console |
1542 | 2024-11-22T23:17:16.955Z | Nov 22 23:17:16.361 INFO Starting download, target: Cockroach |
1543 | 2024-11-22T23:17:16.955Z | Nov 22 23:17:16.361 INFO Starting download, target: DendriteOpenapi |
1544 | 2024-11-22T23:17:16.957Z | Nov 22 23:17:16.361 INFO Starting download, target: DendriteStub |
1545 | 2024-11-22T23:17:16.957Z | Nov 22 23:17:16.361 INFO Starting download, target: MaghemiteMgd |
1546 | 2024-11-22T23:17:16.957Z | Nov 22 23:17:16.361 INFO Starting download, target: TransceiverControl |
1547 | 2024-11-22T23:17:16.957Z | Nov 22 23:17:16.361 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1548 | 2024-11-22T23:17:16.957Z | Nov 22 23:17:16.361 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1549 | 2024-11-22T23:17:16.957Z | Nov 22 23:17:16.362 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi |
1550 | 2024-11-22T23:17:16.957Z | Nov 22 23:17:16.362 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1551 | 2024-11-22T23:17:16.957Z | Nov 22 23:17:16.362 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1552 | 2024-11-22T23:17:16.957Z | Nov 22 23:17:16.362 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1553 | 2024-11-22T23:17:16.957Z | Nov 22 23:17:16.362 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1554 | 2024-11-22T23:17:17.108Z | Nov 22 23:17:16.512 INFO Download complete, target: DendriteOpenapi |
1555 | 2024-11-22T23:17:17.374Z | Nov 22 23:17:16.748 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1556 | 2024-11-22T23:17:17.573Z | Nov 22 23:17:16.964 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1557 | 2024-11-22T23:17:17.785Z | Nov 22 23:17:17.186 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1558 | 2024-11-22T23:17:17.807Z | Nov 22 23:17:17.211 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1559 | 2024-11-22T23:17:17.890Z | Nov 22 23:17:17.296 INFO Download complete, target: Console |
1560 | 2024-11-22T23:17:18.053Z | Nov 22 23:17:17.455 INFO Download complete, target: TransceiverControl |
1561 | 2024-11-22T23:17:18.470Z | Nov 22 23:17:17.876 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1562 | 2024-11-22T23:17:18.470Z | Nov 22 23:17:17.877 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1563 | 2024-11-22T23:17:19.002Z | Nov 22 23:17:18.408 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1564 | 2024-11-22T23:17:20.539Z | Nov 22 23:17:19.944 INFO Download complete, target: DendriteStub |
1565 | 2024-11-22T23:17:20.611Z | Nov 22 23:17:20.017 INFO Download complete, target: MaghemiteMgd |
1566 | 2024-11-22T23:17:25.618Z | Nov 22 23:17:25.024 INFO Checking that binary works, target: Cockroach |
1567 | 2024-11-22T23:17:25.774Z | Nov 22 23:17:25.180 INFO Download complete, target: Cockroach |
1568 | 2024-11-22T23:17:30.906Z | Nov 22 23:17:30.311 INFO Checking that binary works, target: Clickhouse |
1569 | 2024-11-22T23:17:31.077Z | Nov 22 23:17:30.482 INFO Download complete, target: Clickhouse |
1570 | 2024-11-22T23:17:31.097Z | All builder prerequisites installed successfully, and PATH looks valid |
1571 | 2024-11-22T23:17:31.100Z | |
1572 | 2024-11-22T23:17:31.100Z | real 4:36.313104221 |
1573 | 2024-11-22T23:17:31.100Z | user 16:29.623901133 |
1574 | 2024-11-22T23:17:31.100Z | sys 3:14.516902218 |
1575 | 2024-11-22T23:17:31.100Z | trap 0.538409279 |
1576 | 2024-11-22T23:17:31.100Z | tflt 1.734824251 |
1577 | 2024-11-22T23:17:31.100Z | dflt 2.227321480 |
1578 | 2024-11-22T23:17:31.100Z | kflt 0.028968362 |
1579 | 2024-11-22T23:17:31.100Z | lock 29:22.640998878 |
1580 | 2024-11-22T23:17:31.100Z | slp 1:01:12.295875101 |
1581 | 2024-11-22T23:17:31.100Z | lat 56.884066681 |
1582 | 2024-11-22T23:17:31.100Z | stop 2:22.554188241 |
1583 | 2024-11-22T23:17:31.100Z | + banner hack-check |
1584 | 2024-11-22T23:17:31.103Z | |
1585 | 2024-11-22T23:17:31.103Z | # # ## #### # # #### # # ###### #### # # |
1586 | 2024-11-22T23:17:31.103Z | # # # # # # # # # # # # # # # # # |
1587 | 2024-11-22T23:17:31.103Z | ###### # # # #### ##### # ###### ##### # #### |
1588 | 2024-11-22T23:17:31.103Z | # # ###### # # # # # # # # # # |
1589 | 2024-11-22T23:17:31.103Z | # # # # # # # # # # # # # # # # # |
1590 | 2024-11-22T23:17:31.103Z | # # # # #### # # #### # # ###### #### # # |
1591 | 2024-11-22T23:17:31.104Z | |
1592 | 2024-11-22T23:17:31.104Z | + export CARGO_INCREMENTAL=0 |
1593 | 2024-11-22T23:17:31.104Z | + CARGO_INCREMENTAL=0 |
1594 | 2024-11-22T23:17:31.104Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1595 | 2024-11-22T23:17:31.640Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1596 | 2024-11-22T23:17:35.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
1597 | 2024-11-22T23:17:35.186Z | Running `target/debug/xtask check-features --ci` |
1598 | 2024-11-22T23:17:35.206Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1599 | 2024-11-22T23:17:35.207Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1600 | 2024-11-22T23:17:35.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1601 | 2024-11-22T23:17:35.676Z | Running `target/debug/xtask download cargo-hack` |
1602 | 2024-11-22T23:17:36.498Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1603 | 2024-11-22T23:17:36.869Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1604 | 2024-11-22T23:17:41.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s |
1605 | 2024-11-22T23:17:42.081Z | Running `target/debug/xtask-downloader cargo-hack` |
1606 | 2024-11-22T23:17:42.116Z | Nov 22 23:17:41.520 INFO Starting download, target: CargoHack |
1607 | 2024-11-22T23:17:42.119Z | Nov 22 23:17:41.521 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1608 | 2024-11-22T23:17:42.738Z | Nov 22 23:17:42.142 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1609 | 2024-11-22T23:17:42.824Z | Nov 22 23:17:42.228 INFO Download complete, target: CargoHack |
1610 | 2024-11-22T23:17:42.827Z | 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" |
1611 | 2024-11-22T23:17:42.842Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1612 | 2024-11-22T23:17:43.003Z | info: running `cargo check --bins` on api_identity (1/173) |
1613 | 2024-11-22T23:17:43.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1614 | 2024-11-22T23:17:43.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1615 | 2024-11-22T23:17:43.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1616 | 2024-11-22T23:17:43.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1617 | 2024-11-22T23:17:43.599Z | |
1618 | 2024-11-22T23:17:43.599Z | info: running `cargo check --bins` on bootstore (2/173) |
1619 | 2024-11-22T23:17:44.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1620 | 2024-11-22T23:17:44.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1621 | 2024-11-22T23:17:44.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1622 | 2024-11-22T23:17:44.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1623 | 2024-11-22T23:17:44.235Z | |
1624 | 2024-11-22T23:17:44.235Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
1625 | 2024-11-22T23:17:44.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1626 | 2024-11-22T23:17:44.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1627 | 2024-11-22T23:17:44.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1628 | 2024-11-22T23:17:44.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1629 | 2024-11-22T23:17:44.875Z | |
1630 | 2024-11-22T23:17:44.875Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
1631 | 2024-11-22T23:17:45.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1632 | 2024-11-22T23:17:45.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1633 | 2024-11-22T23:17:45.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1634 | 2024-11-22T23:17:45.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1635 | 2024-11-22T23:17:45.491Z | |
1636 | 2024-11-22T23:17:45.491Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
1637 | 2024-11-22T23:17:45.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1638 | 2024-11-22T23:17:45.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1639 | 2024-11-22T23:17:45.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1640 | 2024-11-22T23:17:45.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1641 | 2024-11-22T23:17:45.909Z | |
1642 | 2024-11-22T23:17:45.909Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
1643 | 2024-11-22T23:17:46.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2024-11-22T23:17:46.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2024-11-22T23:17:46.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2024-11-22T23:17:46.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1647 | 2024-11-22T23:17:46.331Z | |
1648 | 2024-11-22T23:17:46.331Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
1649 | 2024-11-22T23:17:46.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2024-11-22T23:17:46.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2024-11-22T23:17:46.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2024-11-22T23:17:46.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1653 | 2024-11-22T23:17:46.757Z | |
1654 | 2024-11-22T23:17:46.757Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
1655 | 2024-11-22T23:17:47.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2024-11-22T23:17:47.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2024-11-22T23:17:47.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2024-11-22T23:17:47.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1659 | 2024-11-22T23:17:47.188Z | |
1660 | 2024-11-22T23:17:47.188Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
1661 | 2024-11-22T23:17:47.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2024-11-22T23:17:47.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2024-11-22T23:17:47.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1664 | 2024-11-22T23:17:47.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1665 | 2024-11-22T23:17:47.620Z | |
1666 | 2024-11-22T23:17:47.620Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
1667 | 2024-11-22T23:17:48.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1668 | 2024-11-22T23:17:48.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1669 | 2024-11-22T23:17:48.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1670 | 2024-11-22T23:17:48.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1671 | 2024-11-22T23:17:48.046Z | |
1672 | 2024-11-22T23:17:48.046Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
1673 | 2024-11-22T23:17:48.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1674 | 2024-11-22T23:17:48.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1675 | 2024-11-22T23:17:48.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1676 | 2024-11-22T23:17:48.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1677 | 2024-11-22T23:17:48.471Z | |
1678 | 2024-11-22T23:17:48.471Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
1679 | 2024-11-22T23:17:48.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2024-11-22T23:17:48.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2024-11-22T23:17:48.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2024-11-22T23:17:48.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1683 | 2024-11-22T23:17:48.904Z | |
1684 | 2024-11-22T23:17:48.904Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
1685 | 2024-11-22T23:17:49.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2024-11-22T23:17:49.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2024-11-22T23:17:49.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2024-11-22T23:17:49.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1689 | 2024-11-22T23:17:49.331Z | |
1690 | 2024-11-22T23:17:49.331Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
1691 | 2024-11-22T23:17:49.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2024-11-22T23:17:49.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2024-11-22T23:17:49.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1694 | 2024-11-22T23:17:49.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1695 | 2024-11-22T23:17:49.751Z | |
1696 | 2024-11-22T23:17:49.751Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
1697 | 2024-11-22T23:17:50.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1698 | 2024-11-22T23:17:50.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1699 | 2024-11-22T23:17:50.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1700 | 2024-11-22T23:17:50.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1701 | 2024-11-22T23:17:50.174Z | |
1702 | 2024-11-22T23:17:50.174Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
1703 | 2024-11-22T23:17:50.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2024-11-22T23:17:50.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2024-11-22T23:17:50.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1706 | 2024-11-22T23:17:50.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1707 | 2024-11-22T23:17:50.602Z | |
1708 | 2024-11-22T23:17:50.602Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
1709 | 2024-11-22T23:17:50.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1710 | 2024-11-22T23:17:50.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1711 | 2024-11-22T23:17:50.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1712 | 2024-11-22T23:17:50.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1713 | 2024-11-22T23:17:51.022Z | |
1714 | 2024-11-22T23:17:51.022Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
1715 | 2024-11-22T23:17:51.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1716 | 2024-11-22T23:17:51.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1717 | 2024-11-22T23:17:51.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1718 | 2024-11-22T23:17:51.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1719 | 2024-11-22T23:17:51.449Z | |
1720 | 2024-11-22T23:17:51.449Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
1721 | 2024-11-22T23:17:51.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1722 | 2024-11-22T23:17:51.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1723 | 2024-11-22T23:17:51.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1724 | 2024-11-22T23:17:51.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1725 | 2024-11-22T23:17:51.878Z | |
1726 | 2024-11-22T23:17:51.878Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
1727 | 2024-11-22T23:17:52.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1728 | 2024-11-22T23:17:52.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1729 | 2024-11-22T23:17:52.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1730 | 2024-11-22T23:17:52.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1731 | 2024-11-22T23:17:52.300Z | |
1732 | 2024-11-22T23:17:52.300Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
1733 | 2024-11-22T23:17:52.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2024-11-22T23:17:52.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2024-11-22T23:17:52.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2024-11-22T23:17:52.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1737 | 2024-11-22T23:17:52.727Z | |
1738 | 2024-11-22T23:17:52.727Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
1739 | 2024-11-22T23:17:53.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2024-11-22T23:17:53.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2024-11-22T23:17:53.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2024-11-22T23:17:53.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1743 | 2024-11-22T23:17:53.160Z | |
1744 | 2024-11-22T23:17:53.161Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
1745 | 2024-11-22T23:17:53.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2024-11-22T23:17:53.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2024-11-22T23:17:53.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2024-11-22T23:17:53.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1749 | 2024-11-22T23:17:53.589Z | |
1750 | 2024-11-22T23:17:53.589Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
1751 | 2024-11-22T23:17:53.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2024-11-22T23:17:53.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2024-11-22T23:17:53.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2024-11-22T23:17:53.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1755 | 2024-11-22T23:17:54.020Z | |
1756 | 2024-11-22T23:17:54.020Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
1757 | 2024-11-22T23:17:54.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2024-11-22T23:17:54.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2024-11-22T23:17:54.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2024-11-22T23:17:54.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1761 | 2024-11-22T23:17:54.660Z | |
1762 | 2024-11-22T23:17:54.660Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
1763 | 2024-11-22T23:17:55.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2024-11-22T23:17:55.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2024-11-22T23:17:55.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2024-11-22T23:17:55.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1767 | 2024-11-22T23:17:55.287Z | |
1768 | 2024-11-22T23:17:55.287Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
1769 | 2024-11-22T23:17:55.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2024-11-22T23:17:55.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2024-11-22T23:17:55.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2024-11-22T23:17:55.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1773 | 2024-11-22T23:17:55.924Z | |
1774 | 2024-11-22T23:17:55.924Z | info: running `cargo check --bins` on oxlog (28/173) |
1775 | 2024-11-22T23:17:56.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2024-11-22T23:17:56.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2024-11-22T23:17:56.540Z | Checking cfg-if v1.0.0 |
1778 | 2024-11-22T23:17:56.543Z | Checking libc v0.2.162 |
1779 | 2024-11-22T23:17:56.649Z | Checking serde v1.0.215 |
1780 | 2024-11-22T23:17:56.652Z | Checking zeroize v1.8.1 |
1781 | 2024-11-22T23:17:56.666Z | Checking memchr v2.7.4 |
1782 | 2024-11-22T23:17:56.669Z | Checking typenum v1.17.0 |
1783 | 2024-11-22T23:17:56.680Z | Checking scopeguard v1.2.0 |
1784 | 2024-11-22T23:17:56.690Z | Checking subtle v2.6.1 |
1785 | 2024-11-22T23:17:56.715Z | Checking value-bag v1.9.0 |
1786 | 2024-11-22T23:17:56.829Z | Checking lock_api v0.4.12 |
1787 | 2024-11-22T23:17:56.893Z | Checking itoa v1.0.11 |
1788 | 2024-11-22T23:17:56.952Z | Checking const-oid v0.9.6 |
1789 | 2024-11-22T23:17:57.109Z | Checking smallvec v1.13.2 |
1790 | 2024-11-22T23:17:57.135Z | Checking log v0.4.22 |
1791 | 2024-11-22T23:17:57.235Z | Checking pin-project-lite v0.2.14 |
1792 | 2024-11-22T23:17:57.374Z | Checking byteorder v1.5.0 |
1793 | 2024-11-22T23:17:57.458Z | Checking futures-core v0.3.31 |
1794 | 2024-11-22T23:17:57.526Z | Checking once_cell v1.20.2 |
1795 | 2024-11-22T23:17:57.634Z | Checking cpufeatures v0.2.14 |
1796 | 2024-11-22T23:17:57.680Z | Checking stable_deref_trait v1.2.0 |
1797 | 2024-11-22T23:17:57.726Z | Checking futures-sink v0.3.31 |
1798 | 2024-11-22T23:17:57.776Z | Checking spin v0.9.8 |
1799 | 2024-11-22T23:17:57.779Z | Checking zerocopy v0.7.35 |
1800 | 2024-11-22T23:17:57.815Z | Checking slab v0.4.9 |
1801 | 2024-11-22T23:17:57.830Z | Checking getrandom v0.2.15 |
1802 | 2024-11-22T23:17:57.864Z | Checking signal-hook-registry v1.4.2 |
1803 | 2024-11-22T23:17:57.970Z | Checking generic-array v0.14.7 |
1804 | 2024-11-22T23:17:58.040Z | Checking rand_core v0.6.4 |
1805 | 2024-11-22T23:17:58.067Z | Checking parking_lot_core v0.9.10 |
1806 | 2024-11-22T23:17:58.110Z | Checking mio v1.0.2 |
1807 | 2024-11-22T23:17:58.126Z | Checking socket2 v0.5.7 |
1808 | 2024-11-22T23:17:58.349Z | Checking zerofrom v0.1.4 |
1809 | 2024-11-22T23:17:58.383Z | Checking parking_lot v0.12.3 |
1810 | 2024-11-22T23:17:58.575Z | Checking yoke v0.7.4 |
1811 | 2024-11-22T23:17:58.604Z | Checking futures-channel v0.3.31 |
1812 | 2024-11-22T23:17:58.701Z | Checking allocator-api2 v0.2.18 |
1813 | 2024-11-22T23:17:58.741Z | Checking pin-utils v0.1.0 |
1814 | 2024-11-22T23:17:58.798Z | Checking futures-task v0.3.31 |
1815 | 2024-11-22T23:17:58.832Z | Checking foldhash v0.1.3 |
1816 | 2024-11-22T23:17:58.928Z | Checking futures-io v0.3.31 |
1817 | 2024-11-22T23:17:58.928Z | Checking equivalent v1.0.1 |
1818 | 2024-11-22T23:17:59.026Z | Checking zerovec v0.10.4 |
1819 | 2024-11-22T23:17:59.041Z | Checking ryu v1.0.18 |
1820 | 2024-11-22T23:17:59.043Z | Checking tinyvec_macros v0.1.1 |
1821 | 2024-11-22T23:17:59.098Z | Checking crypto-common v0.1.6 |
1822 | 2024-11-22T23:17:59.114Z | Checking block-buffer v0.10.4 |
1823 | 2024-11-22T23:17:59.133Z | Checking futures-util v0.3.31 |
1824 | 2024-11-22T23:17:59.181Z | Checking block-padding v0.3.3 |
1825 | 2024-11-22T23:17:59.267Z | Checking tinyvec v1.8.0 |
1826 | 2024-11-22T23:17:59.283Z | Checking fnv v1.0.7 |
1827 | 2024-11-22T23:17:59.320Z | Checking digest v0.10.7 |
1828 | 2024-11-22T23:17:59.337Z | Checking hashbrown v0.15.0 |
1829 | 2024-11-22T23:17:59.375Z | Checking inout v0.1.3 |
1830 | 2024-11-22T23:17:59.391Z | Checking libm v0.2.8 |
1831 | 2024-11-22T23:17:59.605Z | Checking cipher v0.4.4 |
1832 | 2024-11-22T23:17:59.720Z | Checking hmac v0.12.1 |
1833 | 2024-11-22T23:17:59.928Z | Checking sha2 v0.10.8 |
1834 | 2024-11-22T23:18:00.016Z | Checking litemap v0.7.3 |
1835 | 2024-11-22T23:18:00.344Z | Checking unicode-bidi v0.3.17 |
1836 | 2024-11-22T23:18:00.358Z | Checking writeable v0.5.5 |
1837 | 2024-11-22T23:18:00.455Z | Checking base64ct v1.6.0 |
1838 | 2024-11-22T23:18:00.472Z | Checking num-traits v0.2.19 |
1839 | 2024-11-22T23:18:00.606Z | Checking unicode-normalization v0.1.24 |
1840 | 2024-11-22T23:18:00.662Z | Checking ppv-lite86 v0.2.20 |
1841 | 2024-11-22T23:18:00.716Z | Checking tinystr v0.7.6 |
1842 | 2024-11-22T23:18:00.876Z | Checking pem-rfc7468 v0.7.0 |
1843 | 2024-11-22T23:18:00.938Z | Checking flagset v0.4.6 |
1844 | 2024-11-22T23:18:01.115Z | Checking icu_locid v1.5.0 |
1845 | 2024-11-22T23:18:01.143Z | Checking tracing-core v0.1.32 |
1846 | 2024-11-22T23:18:01.167Z | Checking der v0.7.9 |
1847 | 2024-11-22T23:18:01.446Z | Checking rand_chacha v0.3.1 |
1848 | 2024-11-22T23:18:01.536Z | Checking thiserror v1.0.69 |
1849 | 2024-11-22T23:18:01.610Z | Checking bytes v1.8.0 |
1850 | 2024-11-22T23:18:01.664Z | Checking indexmap v2.6.0 |
1851 | 2024-11-22T23:18:01.777Z | Checking serde_json v1.0.132 |
1852 | 2024-11-22T23:18:01.854Z | Checking bitflags v2.6.0 |
1853 | 2024-11-22T23:18:02.138Z | Checking icu_locid_transform_data v1.5.0 |
1854 | 2024-11-22T23:18:02.154Z | Checking icu_provider v1.5.0 |
1855 | 2024-11-22T23:18:02.160Z | Checking rustls-pki-types v1.9.0 |
1856 | 2024-11-22T23:18:02.238Z | Checking percent-encoding v2.3.1 |
1857 | 2024-11-22T23:18:02.417Z | Checking tokio v1.40.0 |
1858 | 2024-11-22T23:18:02.438Z | Checking http v1.1.0 |
1859 | 2024-11-22T23:18:02.732Z | Checking rand v0.8.5 |
1860 | 2024-11-22T23:18:02.825Z | Checking icu_locid_transform v1.5.0 |
1861 | 2024-11-22T23:18:02.976Z | Checking tracing v0.1.40 |
1862 | 2024-11-22T23:18:03.048Z | Checking spki v0.7.3 |
1863 | 2024-11-22T23:18:03.320Z | Checking icu_collections v1.5.0 |
1864 | 2024-11-22T23:18:03.336Z | Checking salsa20 v0.10.2 |
1865 | 2024-11-22T23:18:03.554Z | Checking pbkdf2 v0.12.2 |
1866 | 2024-11-22T23:18:03.571Z | Checking aws-lc-sys v0.22.0 |
1867 | 2024-11-22T23:18:03.710Z | Checking httparse v1.9.5 |
1868 | 2024-11-22T23:18:03.787Z | Checking untrusted v0.7.1 |
1869 | 2024-11-22T23:18:03.810Z | Checking powerfmt v0.2.0 |
1870 | 2024-11-22T23:18:03.952Z | Checking mirai-annotations v1.12.0 |
1871 | 2024-11-22T23:18:03.968Z | Checking icu_properties_data v1.5.0 |
1872 | 2024-11-22T23:18:04.013Z | Checking untrusted v0.9.0 |
1873 | 2024-11-22T23:18:04.064Z | Checking deranged v0.3.11 |
1874 | 2024-11-22T23:18:04.113Z | Checking scrypt v0.11.0 |
1875 | 2024-11-22T23:18:04.128Z | Checking cbc v0.1.2 |
1876 | 2024-11-22T23:18:04.162Z | Checking ring v0.17.8 |
1877 | 2024-11-22T23:18:04.204Z | Checking icu_properties v1.5.1 |
1878 | 2024-11-22T23:18:04.240Z | Checking aes v0.8.4 |
1879 | 2024-11-22T23:18:04.316Z | Checking crossbeam-utils v0.8.20 |
1880 | 2024-11-22T23:18:04.318Z | Checking icu_normalizer_data v1.5.0 |
1881 | 2024-11-22T23:18:04.444Z | Checking utf8_iter v1.0.4 |
1882 | 2024-11-22T23:18:04.653Z | Checking write16 v1.0.0 |
1883 | 2024-11-22T23:18:04.778Z | Checking num_threads v0.1.7 |
1884 | 2024-11-22T23:18:04.893Z | Checking utf16_iter v1.0.5 |
1885 | 2024-11-22T23:18:05.043Z | Checking num-conv v0.1.0 |
1886 | 2024-11-22T23:18:05.063Z | Checking time-core v0.1.2 |
1887 | 2024-11-22T23:18:05.139Z | Checking atomic-waker v1.1.2 |
1888 | 2024-11-22T23:18:05.207Z | Checking pkcs5 v0.7.1 |
1889 | 2024-11-22T23:18:05.265Z | Checking http-body v1.0.1 |
1890 | 2024-11-22T23:18:05.286Z | Checking form_urlencoded v1.2.1 |
1891 | 2024-11-22T23:18:05.459Z | Checking try-lock v0.2.5 |
1892 | 2024-11-22T23:18:05.479Z | Checking unicode-ident v1.0.13 |
1893 | 2024-11-22T23:18:05.586Z | Checking want v0.3.1 |
1894 | 2024-11-22T23:18:05.643Z | Checking httpdate v1.0.3 |
1895 | 2024-11-22T23:18:05.706Z | Checking pkcs8 v0.10.2 |
1896 | 2024-11-22T23:18:05.757Z | Checking proc-macro2 v1.0.89 |
1897 | 2024-11-22T23:18:05.851Z | Checking time v0.3.36 |
1898 | 2024-11-22T23:18:05.878Z | Checking toml_datetime v0.6.8 |
1899 | 2024-11-22T23:18:06.016Z | Checking uuid v1.11.0 |
1900 | 2024-11-22T23:18:06.034Z | Checking serde_spanned v0.6.8 |
1901 | 2024-11-22T23:18:06.142Z | Checking slog v2.7.0 |
1902 | 2024-11-22T23:18:06.170Z | Checking aws-lc-rs v1.10.0 |
1903 | 2024-11-22T23:18:06.206Z | Checking scroll v0.12.0 |
1904 | 2024-11-22T23:18:06.438Z | Checking foreign-types-shared v0.1.1 |
1905 | 2024-11-22T23:18:06.547Z | Checking match_cfg v0.1.0 |
1906 | 2024-11-22T23:18:06.628Z | Checking iana-time-zone v0.1.61 |
1907 | 2024-11-22T23:18:06.643Z | Checking tower-service v0.3.3 |
1908 | 2024-11-22T23:18:06.646Z | Checking plain v0.2.3 |
1909 | 2024-11-22T23:18:06.699Z | Checking adler2 v2.0.0 |
1910 | 2024-11-22T23:18:06.761Z | Checking base64 v0.22.1 |
1911 | 2024-11-22T23:18:06.781Z | Checking ucd-trie v0.1.7 |
1912 | 2024-11-22T23:18:06.802Z | Checking goblin v0.8.2 |
1913 | 2024-11-22T23:18:06.862Z | Checking miniz_oxide v0.8.0 |
1914 | 2024-11-22T23:18:06.977Z | Checking pest v2.7.14 |
1915 | 2024-11-22T23:18:07.230Z | Checking chrono v0.4.38 |
1916 | 2024-11-22T23:18:07.565Z | Checking icu_normalizer v1.5.0 |
1917 | 2024-11-22T23:18:07.611Z | Checking hostname v0.3.1 |
1918 | 2024-11-22T23:18:07.743Z | Checking foreign-types v0.3.2 |
1919 | 2024-11-22T23:18:07.828Z | Checking quote v1.0.37 |
1920 | 2024-11-22T23:18:07.992Z | Checking rustls-webpki v0.102.8 |
1921 | 2024-11-22T23:18:08.165Z | Checking openssl-sys v0.9.103 |
1922 | 2024-11-22T23:18:08.291Z | Checking idna_adapter v1.2.0 |
1923 | 2024-11-22T23:18:08.323Z | Checking dirs-sys-next v0.1.2 |
1924 | 2024-11-22T23:18:08.470Z | Checking idna v1.0.3 |
1925 | 2024-11-22T23:18:08.507Z | Checking errno v0.3.9 |
1926 | 2024-11-22T23:18:08.673Z | Checking aho-corasick v1.1.3 |
1927 | 2024-11-22T23:18:08.808Z | Checking pretty-hex v0.4.1 |
1928 | 2024-11-22T23:18:08.965Z | Checking url v2.5.3 |
1929 | 2024-11-22T23:18:08.979Z | Checking data-encoding v2.6.0 |
1930 | 2024-11-22T23:18:09.320Z | Checking siphasher v0.3.11 |
1931 | 2024-11-22T23:18:09.444Z | Checking regex-syntax v0.8.5 |
1932 | 2024-11-22T23:18:09.508Z | Checking openssl v0.10.66 |
1933 | 2024-11-22T23:18:09.635Z | Checking dtrace-parser v0.2.0 |
1934 | 2024-11-22T23:18:09.684Z | Checking rustix v0.38.37 |
1935 | 2024-11-22T23:18:09.711Z | Checking tokio-util v0.7.12 |
1936 | 2024-11-22T23:18:09.795Z | Checking dirs-next v2.0.0 |
1937 | 2024-11-22T23:18:09.932Z | Checking syn v2.0.87 |
1938 | 2024-11-22T23:18:10.098Z | Checking http-body-util v0.1.2 |
1939 | 2024-11-22T23:18:10.345Z | Checking crossbeam-epoch v0.9.18 |
1940 | 2024-11-22T23:18:10.540Z | Checking signature v2.2.0 |
1941 | 2024-11-22T23:18:10.634Z | Checking h2 v0.4.6 |
1942 | 2024-11-22T23:18:10.735Z | Checking sha1 v0.10.6 |
1943 | 2024-11-22T23:18:10.783Z | Checking lazy_static v1.5.0 |
1944 | 2024-11-22T23:18:10.902Z | Checking thread-id v4.2.2 |
1945 | 2024-11-22T23:18:11.002Z | Checking thread_local v1.1.8 |
1946 | 2024-11-22T23:18:11.020Z | Checking encoding_rs v0.8.34 |
1947 | 2024-11-22T23:18:11.286Z | Checking utf8parse v0.2.2 |
1948 | 2024-11-22T23:18:11.422Z | Checking gimli v0.31.1 |
1949 | 2024-11-22T23:18:11.922Z | Checking dof v0.3.0 |
1950 | 2024-11-22T23:18:12.536Z | Checking unicode-properties v0.1.3 |
1951 | 2024-11-22T23:18:12.780Z | Checking regex-automata v0.4.8 |
1952 | 2024-11-22T23:18:12.905Z | Checking anstyle v1.0.10 |
1953 | 2024-11-22T23:18:13.223Z | Checking either v1.13.0 |
1954 | 2024-11-22T23:18:13.241Z | Checking openssl-probe v0.1.5 |
1955 | 2024-11-22T23:18:13.364Z | Checking mime v0.3.17 |
1956 | 2024-11-22T23:18:13.397Z | Checking winnow v0.6.20 |
1957 | 2024-11-22T23:18:13.590Z | Checking ipnet v2.10.1 |
1958 | 2024-11-22T23:18:13.689Z | Checking stringprep v0.1.5 |
1959 | 2024-11-22T23:18:13.969Z | Checking anstyle-parse v0.2.5 |
1960 | 2024-11-22T23:18:14.066Z | Checking crossbeam-deque v0.8.5 |
1961 | 2024-11-22T23:18:14.240Z | Checking term v0.7.0 |
1962 | 2024-11-22T23:18:14.368Z | Checking rustls v0.23.14 |
1963 | 2024-11-22T23:18:14.684Z | Checking rustls v0.22.4 |
1964 | 2024-11-22T23:18:15.093Z | Checking native-tls v0.2.12 |
1965 | 2024-11-22T23:18:15.394Z | Checking slog-json v2.6.1 |
1966 | 2024-11-22T23:18:15.468Z | Checking addr2line v0.24.2 |
1967 | 2024-11-22T23:18:15.667Z | Checking serde_urlencoded v0.7.1 |
1968 | 2024-11-22T23:18:15.991Z | Checking crossbeam-channel v0.5.13 |
1969 | 2024-11-22T23:18:16.109Z | Checking futures-executor v0.3.31 |
1970 | 2024-11-22T23:18:16.177Z | Checking usdt-impl v0.5.0 |
1971 | 2024-11-22T23:18:16.343Z | Checking rustls-pemfile v2.2.0 |
1972 | 2024-11-22T23:18:16.416Z | Checking toml_edit v0.22.22 |
1973 | 2024-11-22T23:18:16.560Z | Checking num-integer v0.1.46 |
1974 | 2024-11-22T23:18:16.687Z | Checking idna v0.4.0 |
1975 | 2024-11-22T23:18:16.744Z | Checking idna v0.3.0 |
1976 | 2024-11-22T23:18:16.830Z | Checking hyper v1.5.0 |
1977 | 2024-11-22T23:18:17.050Z | Checking md-5 v0.10.6 |
1978 | 2024-11-22T23:18:17.265Z | Checking ff v0.13.0 |
1979 | 2024-11-22T23:18:17.414Z | Checking is-terminal v0.4.13 |
1980 | 2024-11-22T23:18:17.479Z | Checking memmap v0.7.0 |
1981 | 2024-11-22T23:18:17.515Z | Checking hash32 v0.2.1 |
1982 | 2024-11-22T23:18:17.532Z | Checking object v0.36.5 |
1983 | 2024-11-22T23:18:17.560Z | Checking take_mut v0.2.2 |
1984 | 2024-11-22T23:18:17.678Z | Checking psl-types v2.0.11 |
1985 | 2024-11-22T23:18:17.701Z | Checking rustc-demangle v0.1.24 |
1986 | 2024-11-22T23:18:17.826Z | Checking utf-8 v0.7.6 |
1987 | 2024-11-22T23:18:17.872Z | Checking colorchoice v1.0.2 |
1988 | 2024-11-22T23:18:18.000Z | Checking fallible-iterator v0.2.0 |
1989 | 2024-11-22T23:18:18.030Z | Checking linked-hash-map v0.5.6 |
1990 | 2024-11-22T23:18:18.113Z | Checking base16ct v0.2.0 |
1991 | 2024-11-22T23:18:18.302Z | Checking anstyle-query v1.1.1 |
1992 | 2024-11-22T23:18:18.320Z | Checking quick-error v1.2.3 |
1993 | 2024-11-22T23:18:18.355Z | Checking dyn-clone v1.0.17 |
1994 | 2024-11-22T23:18:18.429Z | Checking is_terminal_polyfill v1.70.1 |
1995 | 2024-11-22T23:18:18.455Z | Checking resolv-conf v0.7.0 |
1996 | 2024-11-22T23:18:18.502Z | Checking schemars v0.8.21 |
1997 | 2024-11-22T23:18:18.546Z | Checking anstream v0.6.15 |
1998 | 2024-11-22T23:18:18.592Z | Checking postgres-protocol v0.6.7 |
1999 | 2024-11-22T23:18:18.796Z | Checking lru-cache v0.1.2 |
2000 | 2024-11-22T23:18:18.883Z | Checking hyper-util v0.1.10 |
2001 | 2024-11-22T23:18:18.898Z | Checking sec1 v0.7.3 |
2002 | 2024-11-22T23:18:18.961Z | Checking tokio-rustls v0.25.0 |
2003 | 2024-11-22T23:18:19.031Z | Checking toml v0.8.19 |
2004 | 2024-11-22T23:18:19.265Z | Checking tungstenite v0.24.0 |
2005 | 2024-11-22T23:18:19.281Z | Checking publicsuffix v2.2.3 |
2006 | 2024-11-22T23:18:19.329Z | Checking heapless v0.7.17 |
2007 | 2024-11-22T23:18:19.529Z | Checking slog-async v2.8.0 |
2008 | 2024-11-22T23:18:19.786Z | Checking usdt v0.5.0 |
2009 | 2024-11-22T23:18:19.826Z | Checking slog-term v2.9.1 |
2010 | 2024-11-22T23:18:20.035Z | Checking hickory-proto v0.24.1 |
2011 | 2024-11-22T23:18:20.051Z | Checking tokio-rustls v0.26.0 |
2012 | 2024-11-22T23:18:20.153Z | Checking group v0.13.0 |
2013 | 2024-11-22T23:18:20.155Z | Checking num-iter v0.1.45 |
2014 | 2024-11-22T23:18:20.299Z | Checking futures v0.3.31 |
2015 | 2024-11-22T23:18:20.337Z | Checking slog-bunyan v2.5.0 |
2016 | 2024-11-22T23:18:20.340Z | Checking tokio-native-tls v0.3.1 |
2017 | 2024-11-22T23:18:20.394Z | Checking rayon-core v1.12.1 |
2018 | 2024-11-22T23:18:20.410Z | Checking multer v3.1.0 |
2019 | 2024-11-22T23:18:20.435Z | Checking terminal_size v0.4.0 |
2020 | 2024-11-22T23:18:20.495Z | Checking phf_shared v0.11.2 |
2021 | 2024-11-22T23:18:20.611Z | Checking cookie v0.18.1 |
2022 | 2024-11-22T23:18:20.621Z | Checking async-stream v0.3.6 |
2023 | 2024-11-22T23:18:20.769Z | Checking bzip2-sys v0.1.11+1.0.8 |
2024 | 2024-11-22T23:18:20.785Z | Checking signal-hook v0.3.17 |
2025 | 2024-11-22T23:18:20.799Z | Checking camino v1.1.9 |
2026 | 2024-11-22T23:18:20.889Z | Checking waitgroup v0.1.2 |
2027 | 2024-11-22T23:18:20.976Z | Checking openapiv3 v2.0.0 |
2028 | 2024-11-22T23:18:21.014Z | Checking webpki-roots v0.26.6 |
2029 | 2024-11-22T23:18:21.053Z | Checking serde_path_to_error v0.1.16 |
2030 | 2024-11-22T23:18:21.070Z | Checking idna v0.5.0 |
2031 | 2024-11-22T23:18:21.115Z | Checking hkdf v0.12.4 |
2032 | 2024-11-22T23:18:21.227Z | Checking crypto-bigint v0.5.5 |
2033 | 2024-11-22T23:18:21.313Z | Checking hostname v0.4.0 |
2034 | 2024-11-22T23:18:21.366Z | Checking crc32fast v1.4.2 |
2035 | 2024-11-22T23:18:21.450Z | Checking managed v0.8.0 |
2036 | 2024-11-22T23:18:21.589Z | Checking bitflags v1.3.2 |
2037 | 2024-11-22T23:18:21.681Z | Checking unicode-width v0.1.14 |
2038 | 2024-11-22T23:18:21.697Z | Checking debug-ignore v1.0.5 |
2039 | 2024-11-22T23:18:21.820Z | Checking winnow v0.5.40 |
2040 | 2024-11-22T23:18:21.835Z | Checking strsim v0.11.1 |
2041 | 2024-11-22T23:18:21.902Z | Checking clap_lex v0.7.2 |
2042 | 2024-11-22T23:18:22.116Z | Checking cookie_store v0.21.0 |
2043 | 2024-11-22T23:18:22.153Z | Checking console v0.15.8 |
2044 | 2024-11-22T23:18:22.155Z | Checking clap_builder v4.5.21 |
2045 | 2024-11-22T23:18:22.726Z | Checking smoltcp v0.9.1 |
2046 | 2024-11-22T23:18:22.777Z | Checking flate2 v1.0.34 |
2047 | 2024-11-22T23:18:23.456Z | Checking hyper-rustls v0.27.3 |
2048 | 2024-11-22T23:18:23.819Z | Checking signal-hook-mio v0.2.4 |
2049 | 2024-11-22T23:18:23.961Z | Checking rayon v1.10.0 |
2050 | 2024-11-22T23:18:24.094Z | Checking backtrace v0.3.74 |
2051 | 2024-11-22T23:18:24.138Z | Checking elliptic-curve v0.13.8 |
2052 | 2024-11-22T23:18:24.225Z | Checking hyper-tls v0.6.0 |
2053 | 2024-11-22T23:18:24.397Z | Checking dropshot v0.12.0 |
2054 | 2024-11-22T23:18:24.531Z | Checking bzip2 v0.4.4 |
2055 | 2024-11-22T23:18:24.645Z | Checking anyhow v1.0.93 |
2056 | 2024-11-22T23:18:24.797Z | Checking hickory-resolver v0.24.1 |
2057 | 2024-11-22T23:18:24.814Z | Checking phf v0.11.2 |
2058 | 2024-11-22T23:18:24.817Z | Checking num-bigint-dig v0.8.4 |
2059 | 2024-11-22T23:18:24.858Z | Checking toml_edit v0.19.15 |
2060 | 2024-11-22T23:18:25.013Z | Checking tokio-tungstenite v0.24.0 |
2061 | 2024-11-22T23:18:25.070Z | Checking postgres-types v0.2.8 |
2062 | 2024-11-22T23:18:25.206Z | Checking regex v1.11.1 |
2063 | 2024-11-22T23:18:25.472Z | Checking bstr v1.10.0 |
2064 | 2024-11-22T23:18:25.779Z | Checking ed25519 v2.2.3 |
2065 | 2024-11-22T23:18:25.840Z | Checking tokio-stream v0.1.16 |
2066 | 2024-11-22T23:18:26.086Z | Checking phf_shared v0.10.0 |
2067 | 2024-11-22T23:18:26.372Z | Checking curve25519-dalek v4.1.3 |
2068 | 2024-11-22T23:18:26.388Z | Checking zerocopy v0.6.6 |
2069 | 2024-11-22T23:18:26.420Z | Checking pkcs1 v0.7.5 |
2070 | 2024-11-22T23:18:26.800Z | Checking hubpack v0.1.2 |
2071 | 2024-11-22T23:18:26.821Z | Checking portable-atomic v1.9.0 |
2072 | 2024-11-22T23:18:27.003Z | Checking float-cmp v0.9.0 |
2073 | 2024-11-22T23:18:27.128Z | Checking serde-big-array v0.5.1 |
2074 | 2024-11-22T23:18:27.170Z | Checking rfc6979 v0.4.0 |
2075 | 2024-11-22T23:18:27.194Z | Checking sync_wrapper v1.0.1 |
2076 | 2024-11-22T23:18:27.314Z | Checking minimal-lexical v0.2.1 |
2077 | 2024-11-22T23:18:27.330Z | Checking new_debug_unreachable v1.0.6 |
2078 | 2024-11-22T23:18:27.333Z | Checking precomputed-hash v0.1.1 |
2079 | 2024-11-22T23:18:27.359Z | Checking difflib v0.4.0 |
2080 | 2024-11-22T23:18:27.424Z | Checking unicode-width v0.2.0 |
2081 | 2024-11-22T23:18:27.426Z | Checking predicates-core v1.0.8 |
2082 | 2024-11-22T23:18:27.610Z | Checking fixedbitset v0.4.2 |
2083 | 2024-11-22T23:18:27.672Z | Checking number_prefix v0.4.0 |
2084 | 2024-11-22T23:18:27.690Z | Checking unicode-segmentation v1.12.0 |
2085 | 2024-11-22T23:18:27.848Z | Checking normalize-line-endings v0.3.0 |
2086 | 2024-11-22T23:18:27.864Z | Checking bit-vec v0.6.3 |
2087 | 2024-11-22T23:18:27.879Z | Checking whoami v1.5.2 |
2088 | 2024-11-22T23:18:27.896Z | Checking static_assertions v1.1.0 |
2089 | 2024-11-22T23:18:27.897Z | Checking indicatif v0.17.9 |
2090 | 2024-11-22T23:18:27.962Z | Checking predicates v3.1.2 |
2091 | 2024-11-22T23:18:28.000Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2092 | 2024-11-22T23:18:28.094Z | Checking qorb v0.2.0 |
2093 | 2024-11-22T23:18:28.155Z | Checking tokio-postgres v0.7.12 |
2094 | 2024-11-22T23:18:28.171Z | Checking bit-set v0.5.3 |
2095 | 2024-11-22T23:18:28.205Z | Checking ed25519-dalek v2.1.1 |
2096 | 2024-11-22T23:18:28.365Z | Checking similar v2.6.0 |
2097 | 2024-11-22T23:18:28.421Z | Checking petgraph v0.6.5 |
2098 | 2024-11-22T23:18:28.598Z | Checking nom v7.1.3 |
2099 | 2024-11-22T23:18:28.633Z | Checking string_cache v0.8.7 |
2100 | 2024-11-22T23:18:28.660Z | Checking ecdsa v0.16.9 |
2101 | 2024-11-22T23:18:28.924Z | Checking reqwest v0.12.9 |
2102 | 2024-11-22T23:18:29.185Z | Checking toml v0.7.8 |
2103 | 2024-11-22T23:18:29.372Z | Checking rsa v0.9.6 |
2104 | 2024-11-22T23:18:29.965Z | Checking clap v4.5.21 |
2105 | 2024-11-22T23:18:30.093Z | Checking zip v0.6.6 |
2106 | 2024-11-22T23:18:30.471Z | Checking crossterm v0.28.1 |
2107 | 2024-11-22T23:18:30.654Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2108 | 2024-11-22T23:18:30.682Z | Checking itertools v0.10.5 |
2109 | 2024-11-22T23:18:30.784Z | Checking itertools v0.12.1 |
2110 | 2024-11-22T23:18:30.801Z | Checking fs-err v2.11.0 |
2111 | 2024-11-22T23:18:31.348Z | Checking ahash v0.8.11 |
2112 | 2024-11-22T23:18:31.369Z | Checking x509-cert v0.2.5 |
2113 | 2024-11-22T23:18:31.473Z | Checking semver v1.0.23 |
2114 | 2024-11-22T23:18:31.794Z | Checking hex v0.4.3 |
2115 | 2024-11-22T23:18:31.903Z | Checking lalrpop-util v0.19.12 |
2116 | 2024-11-22T23:18:31.921Z | Checking peg-runtime v0.8.3 |
2117 | 2024-11-22T23:18:32.145Z | Checking sigpipe v0.1.3 |
2118 | 2024-11-22T23:18:33.052Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2119 | 2024-11-22T23:18:33.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.43s |
2120 | 2024-11-22T23:18:33.520Z | |
2121 | 2024-11-22T23:18:33.521Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
2122 | 2024-11-22T23:18:34.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2123 | 2024-11-22T23:18:34.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2124 | 2024-11-22T23:18:34.173Z | Compiling hashbrown v0.14.5 |
2125 | 2024-11-22T23:18:34.293Z | Checking heck v0.5.0 |
2126 | 2024-11-22T23:18:34.305Z | Compiling unsafe-libyaml v0.2.11 |
2127 | 2024-11-22T23:18:34.318Z | Compiling ident_case v1.0.1 |
2128 | 2024-11-22T23:18:34.331Z | Checking progenitor-client v0.8.0 |
2129 | 2024-11-22T23:18:34.346Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2130 | 2024-11-22T23:18:34.360Z | Compiling proc-macro-crate v1.3.1 |
2131 | 2024-11-22T23:18:34.452Z | Compiling darling_core v0.20.10 |
2132 | 2024-11-22T23:18:34.489Z | Checking ipnetwork v0.20.0 |
2133 | 2024-11-22T23:18:34.693Z | Compiling structmeta-derive v0.3.0 |
2134 | 2024-11-22T23:18:34.714Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2135 | 2024-11-22T23:18:34.836Z | Compiling newtype-uuid v1.1.3 |
2136 | 2024-11-22T23:18:35.032Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2137 | 2024-11-22T23:18:35.146Z | Compiling lzma-sys v0.1.20 |
2138 | 2024-11-22T23:18:35.374Z | Compiling foreign-types-macros v0.2.3 |
2139 | 2024-11-22T23:18:35.448Z | Checking regress v0.10.1 |
2140 | 2024-11-22T23:18:35.599Z | Compiling serde_yaml v0.9.34+deprecated |
2141 | 2024-11-22T23:18:35.957Z | Compiling num_enum_derive v0.5.11 |
2142 | 2024-11-22T23:18:36.232Z | Compiling dropshot v0.13.0 |
2143 | 2024-11-22T23:18:36.517Z | Checking arc-swap v1.7.1 |
2144 | 2024-11-22T23:18:36.673Z | Checking foreign-types-shared v0.3.1 |
2145 | 2024-11-22T23:18:36.789Z | Checking foreign-types v0.5.0 |
2146 | 2024-11-22T23:18:36.946Z | Checking slog-scope v4.4.0 |
2147 | 2024-11-22T23:18:37.011Z | Compiling proc-macro-error v1.0.4 |
2148 | 2024-11-22T23:18:37.566Z | Compiling structmeta v0.3.0 |
2149 | 2024-11-22T23:18:37.702Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2150 | 2024-11-22T23:18:37.718Z | Checking tungstenite v0.21.0 |
2151 | 2024-11-22T23:18:37.822Z | Compiling heck v0.3.3 |
2152 | 2024-11-22T23:18:38.014Z | Compiling parse-display-derive v0.10.0 |
2153 | 2024-11-22T23:18:38.275Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2154 | 2024-11-22T23:18:38.622Z | Checking num_enum v0.5.11 |
2155 | 2024-11-22T23:18:38.666Z | Compiling dropshot_endpoint v0.13.0 |
2156 | 2024-11-22T23:18:38.777Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2157 | 2024-11-22T23:18:38.936Z | Checking typify-impl v0.2.0 |
2158 | 2024-11-22T23:18:39.584Z | Checking cstr-argument v0.1.2 |
2159 | 2024-11-22T23:18:39.769Z | Checking instant v0.1.13 |
2160 | 2024-11-22T23:18:39.864Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2161 | 2024-11-22T23:18:39.891Z | Checking pretty-hex v0.2.1 |
2162 | 2024-11-22T23:18:40.052Z | Checking fastrand v2.1.1 |
2163 | 2024-11-22T23:18:40.136Z | Checking base64 v0.21.7 |
2164 | 2024-11-22T23:18:40.390Z | Checking tempfile v3.13.0 |
2165 | 2024-11-22T23:18:40.599Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2166 | 2024-11-22T23:18:40.622Z | Checking backoff v0.4.0 |
2167 | 2024-11-22T23:18:40.779Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2168 | 2024-11-22T23:18:40.866Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2169 | 2024-11-22T23:18:40.913Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2170 | 2024-11-22T23:18:41.010Z | Checking tokio-tungstenite v0.21.0 |
2171 | 2024-11-22T23:18:41.061Z | Checking strum v0.26.3 |
2172 | 2024-11-22T23:18:41.082Z | Compiling zone_cfg_derive v0.1.2 |
2173 | 2024-11-22T23:18:41.218Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2174 | 2024-11-22T23:18:41.488Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2175 | 2024-11-22T23:18:41.515Z | Checking slog-stdlog v4.1.1 |
2176 | 2024-11-22T23:18:41.549Z | Compiling darling_macro v0.20.10 |
2177 | 2024-11-22T23:18:41.720Z | Checking regress v0.9.1 |
2178 | 2024-11-22T23:18:41.847Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2179 | 2024-11-22T23:18:41.971Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2180 | 2024-11-22T23:18:42.002Z | Checking colored v2.1.0 |
2181 | 2024-11-22T23:18:42.234Z | Checking macaddr v1.0.1 |
2182 | 2024-11-22T23:18:42.275Z | Checking base64 v0.13.1 |
2183 | 2024-11-22T23:18:42.469Z | Compiling darling v0.20.10 |
2184 | 2024-11-22T23:18:42.556Z | Checking zone v0.1.8 |
2185 | 2024-11-22T23:18:42.584Z | Compiling serde_with_macros v3.11.0 |
2186 | 2024-11-22T23:18:42.645Z | Checking parse-display v0.10.0 |
2187 | 2024-11-22T23:18:42.661Z | Checking ron v0.7.1 |
2188 | 2024-11-22T23:18:42.887Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2189 | 2024-11-22T23:18:43.210Z | Checking xz2 v0.1.7 |
2190 | 2024-11-22T23:18:43.342Z | Checking slog-envlogger v2.2.0 |
2191 | 2024-11-22T23:18:43.525Z | Checking tabwriter v1.4.0 |
2192 | 2024-11-22T23:18:43.564Z | Checking xattr v1.3.1 |
2193 | 2024-11-22T23:18:43.749Z | Checking pem v3.0.4 |
2194 | 2024-11-22T23:18:43.750Z | Checking yasna v0.5.2 |
2195 | 2024-11-22T23:18:43.779Z | Checking headers-core v0.3.0 |
2196 | 2024-11-22T23:18:43.915Z | Checking smf v0.2.3 |
2197 | 2024-11-22T23:18:44.023Z | Checking filetime v0.2.25 |
2198 | 2024-11-22T23:18:44.240Z | Checking same-file v1.0.6 |
2199 | 2024-11-22T23:18:44.367Z | Checking tar v0.4.42 |
2200 | 2024-11-22T23:18:44.409Z | Checking walkdir v2.5.0 |
2201 | 2024-11-22T23:18:44.520Z | Checking headers v0.4.0 |
2202 | 2024-11-22T23:18:44.648Z | Checking rcgen v0.12.1 |
2203 | 2024-11-22T23:18:44.746Z | Checking atomicwrites v0.4.4 |
2204 | 2024-11-22T23:18:44.955Z | Checking camino-tempfile v1.1.1 |
2205 | 2024-11-22T23:18:45.220Z | Checking subprocess v0.2.9 |
2206 | 2024-11-22T23:18:45.629Z | Checking serde_with v3.11.0 |
2207 | 2024-11-22T23:18:49.399Z | Compiling typify-macro v0.2.0 |
2208 | 2024-11-22T23:18:51.243Z | Compiling typify v0.2.0 |
2209 | 2024-11-22T23:18:51.311Z | Compiling progenitor-impl v0.8.0 |
2210 | 2024-11-22T23:18:54.481Z | Compiling progenitor-macro v0.8.0 |
2211 | 2024-11-22T23:18:59.736Z | Checking progenitor v0.8.0 |
2212 | 2024-11-22T23:18:59.887Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2213 | 2024-11-22T23:18:59.890Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2214 | 2024-11-22T23:19:02.545Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2215 | 2024-11-22T23:19:02.921Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2216 | 2024-11-22T23:19:09.451Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2217 | 2024-11-22T23:19:11.027Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2218 | 2024-11-22T23:19:12.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.72s |
2219 | 2024-11-22T23:19:12.424Z | |
2220 | 2024-11-22T23:19:12.424Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
2221 | 2024-11-22T23:19:12.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2222 | 2024-11-22T23:19:12.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2223 | 2024-11-22T23:19:13.086Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2224 | 2024-11-22T23:19:14.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
2225 | 2024-11-22T23:19:14.669Z | |
2226 | 2024-11-22T23:19:14.669Z | info: running `cargo check --bins` on nexus-config (31/173) |
2227 | 2024-11-22T23:19:15.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2228 | 2024-11-22T23:19:15.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2229 | 2024-11-22T23:19:15.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2230 | 2024-11-22T23:19:15.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2231 | 2024-11-22T23:19:15.289Z | |
2232 | 2024-11-22T23:19:15.289Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
2233 | 2024-11-22T23:19:15.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2234 | 2024-11-22T23:19:15.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2235 | 2024-11-22T23:19:15.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2236 | 2024-11-22T23:19:15.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2237 | 2024-11-22T23:19:15.898Z | |
2238 | 2024-11-22T23:19:15.898Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
2239 | 2024-11-22T23:19:16.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2240 | 2024-11-22T23:19:16.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2241 | 2024-11-22T23:19:16.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2242 | 2024-11-22T23:19:16.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2243 | 2024-11-22T23:19:16.523Z | |
2244 | 2024-11-22T23:19:16.523Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
2245 | 2024-11-22T23:19:17.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2246 | 2024-11-22T23:19:17.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2247 | 2024-11-22T23:19:17.210Z | Compiling zerocopy v0.8.10 |
2248 | 2024-11-22T23:19:17.210Z | Compiling progenitor-client v0.8.0 |
2249 | 2024-11-22T23:19:17.212Z | Compiling itertools v0.13.0 |
2250 | 2024-11-22T23:19:17.212Z | Compiling zerocopy-derive v0.8.10 |
2251 | 2024-11-22T23:19:17.212Z | Compiling heapless v0.8.0 |
2252 | 2024-11-22T23:19:17.212Z | Compiling newtype-uuid v1.1.3 |
2253 | 2024-11-22T23:19:17.212Z | Compiling ipnetwork v0.20.0 |
2254 | 2024-11-22T23:19:17.212Z | Checking hash32 v0.3.1 |
2255 | 2024-11-22T23:19:17.556Z | Compiling instant v0.1.13 |
2256 | 2024-11-22T23:19:17.639Z | Compiling progenitor v0.8.0 |
2257 | 2024-11-22T23:19:17.704Z | Compiling smoltcp v0.11.0 |
2258 | 2024-11-22T23:19:17.777Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2259 | 2024-11-22T23:19:17.902Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2260 | 2024-11-22T23:19:18.213Z | Compiling backoff v0.4.0 |
2261 | 2024-11-22T23:19:18.221Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2262 | 2024-11-22T23:19:18.433Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2263 | 2024-11-22T23:19:18.539Z | Compiling serde_with v3.11.0 |
2264 | 2024-11-22T23:19:18.569Z | Compiling dropshot v0.13.0 |
2265 | 2024-11-22T23:19:18.592Z | Compiling parse-display v0.10.0 |
2266 | 2024-11-22T23:19:18.609Z | Checking num-rational v0.4.2 |
2267 | 2024-11-22T23:19:19.098Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2268 | 2024-11-22T23:19:19.254Z | Compiling regress v0.9.1 |
2269 | 2024-11-22T23:19:19.331Z | Compiling phf_generator v0.11.2 |
2270 | 2024-11-22T23:19:19.523Z | Checking num-complex v0.4.6 |
2271 | 2024-11-22T23:19:20.466Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2272 | 2024-11-22T23:19:21.140Z | Compiling macaddr v1.0.1 |
2273 | 2024-11-22T23:19:21.593Z | Checking cobs v0.2.3 |
2274 | 2024-11-22T23:19:21.612Z | Compiling num v0.4.3 |
2275 | 2024-11-22T23:19:21.775Z | Checking postcard v1.0.10 |
2276 | 2024-11-22T23:19:21.830Z | Compiling phf_codegen v0.11.2 |
2277 | 2024-11-22T23:19:22.385Z | Compiling parse-zoneinfo v0.3.1 |
2278 | 2024-11-22T23:19:22.647Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2279 | 2024-11-22T23:19:22.918Z | Compiling convert_case v0.4.0 |
2280 | 2024-11-22T23:19:23.474Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2281 | 2024-11-22T23:19:23.914Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2282 | 2024-11-22T23:19:24.068Z | Compiling float-ord v0.3.2 |
2283 | 2024-11-22T23:19:24.398Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2284 | 2024-11-22T23:19:24.420Z | Compiling derive_more v0.99.18 |
2285 | 2024-11-22T23:19:24.505Z | Compiling chrono-tz-build v0.4.0 |
2286 | 2024-11-22T23:19:25.261Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2287 | 2024-11-22T23:19:26.016Z | Compiling crucible-workspace-hack v0.1.0 |
2288 | 2024-11-22T23:19:26.169Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2289 | 2024-11-22T23:19:26.259Z | Compiling chrono-tz v0.10.0 |
2290 | 2024-11-22T23:19:26.302Z | Checking newline-converter v0.3.0 |
2291 | 2024-11-22T23:19:26.470Z | Checking prettyplease v0.2.25 |
2292 | 2024-11-22T23:19:26.491Z | Compiling slog-dtrace v0.3.0 |
2293 | 2024-11-22T23:19:26.786Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2294 | 2024-11-22T23:19:27.579Z | Checking expectorate v1.1.0 |
2295 | 2024-11-22T23:19:27.694Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2296 | 2024-11-22T23:19:27.741Z | Compiling zone_cfg_derive v0.3.0 |
2297 | 2024-11-22T23:19:27.821Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2298 | 2024-11-22T23:19:28.182Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2299 | 2024-11-22T23:19:28.203Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2300 | 2024-11-22T23:19:28.469Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2301 | 2024-11-22T23:19:28.876Z | Compiling const_format_proc_macros v0.2.33 |
2302 | 2024-11-22T23:19:29.036Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2303 | 2024-11-22T23:19:29.295Z | Compiling num-derive v0.4.2 |
2304 | 2024-11-22T23:19:29.339Z | Checking highway v1.2.0 |
2305 | 2024-11-22T23:19:29.837Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2306 | 2024-11-22T23:19:30.151Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2307 | 2024-11-22T23:19:30.311Z | Checking zone v0.3.0 |
2308 | 2024-11-22T23:19:30.823Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2309 | 2024-11-22T23:19:31.073Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2310 | 2024-11-22T23:19:31.136Z | Checking const_format v0.2.33 |
2311 | 2024-11-22T23:19:31.615Z | Checking gethostname v0.5.0 |
2312 | 2024-11-22T23:19:31.641Z | Checking bcs v0.1.6 |
2313 | 2024-11-22T23:19:31.711Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2314 | 2024-11-22T23:19:31.714Z | Compiling async-recursion v1.1.1 |
2315 | 2024-11-22T23:19:31.745Z | Checking termtree v0.5.1 |
2316 | 2024-11-22T23:19:32.202Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2317 | 2024-11-22T23:19:32.256Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2318 | 2024-11-22T23:19:32.259Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2319 | 2024-11-22T23:19:33.484Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2320 | 2024-11-22T23:19:34.016Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2321 | 2024-11-22T23:19:39.950Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2322 | 2024-11-22T23:19:43.232Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2323 | 2024-11-22T23:19:45.881Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2324 | 2024-11-22T23:19:47.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.52s |
2325 | 2024-11-22T23:19:47.234Z | |
2326 | 2024-11-22T23:19:47.234Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
2327 | 2024-11-22T23:19:47.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2328 | 2024-11-22T23:19:47.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2329 | 2024-11-22T23:19:47.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2330 | 2024-11-22T23:19:47.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2331 | 2024-11-22T23:19:47.872Z | |
2332 | 2024-11-22T23:19:47.872Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
2333 | 2024-11-22T23:19:48.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2334 | 2024-11-22T23:19:48.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2335 | 2024-11-22T23:19:48.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2336 | 2024-11-22T23:19:48.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2337 | 2024-11-22T23:19:48.541Z | |
2338 | 2024-11-22T23:19:48.541Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
2339 | 2024-11-22T23:19:49.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2340 | 2024-11-22T23:19:49.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2341 | 2024-11-22T23:19:49.202Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2342 | 2024-11-22T23:19:49.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
2343 | 2024-11-22T23:19:50.021Z | |
2344 | 2024-11-22T23:19:50.021Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
2345 | 2024-11-22T23:19:50.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2346 | 2024-11-22T23:19:50.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2347 | 2024-11-22T23:19:50.701Z | Compiling cfg_aliases v0.1.1 |
2348 | 2024-11-22T23:19:50.704Z | Compiling vte_generate_state_changes v0.1.2 |
2349 | 2024-11-22T23:19:50.704Z | Checking fd-lock v4.0.2 |
2350 | 2024-11-22T23:19:50.704Z | Checking nibble_vec v0.1.0 |
2351 | 2024-11-22T23:19:50.806Z | Checking endian-type v0.1.2 |
2352 | 2024-11-22T23:19:50.808Z | Checking bytecount v0.6.8 |
2353 | 2024-11-22T23:19:50.824Z | Compiling tabled_derive v0.7.0 |
2354 | 2024-11-22T23:19:50.845Z | Compiling peg-macros v0.8.4 |
2355 | 2024-11-22T23:19:50.888Z | Compiling nix v0.28.0 |
2356 | 2024-11-22T23:19:50.963Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2357 | 2024-11-22T23:19:50.981Z | Checking papergrid v0.11.0 |
2358 | 2024-11-22T23:19:50.996Z | Compiling sqlparser_derive v0.2.2 |
2359 | 2024-11-22T23:19:51.010Z | Checking radix_trie v0.2.1 |
2360 | 2024-11-22T23:19:51.398Z | Checking home v0.5.9 |
2361 | 2024-11-22T23:19:51.415Z | Checking vte v0.11.1 |
2362 | 2024-11-22T23:19:51.533Z | Checking unicode_categories v0.1.1 |
2363 | 2024-11-22T23:19:51.822Z | Checking nu-ansi-term v0.50.1 |
2364 | 2024-11-22T23:19:52.103Z | Checking sqlparser v0.45.0 |
2365 | 2024-11-22T23:19:52.147Z | Checking sqlformat v0.2.6 |
2366 | 2024-11-22T23:19:52.201Z | Checking display-error-chain v0.2.2 |
2367 | 2024-11-22T23:19:52.761Z | Checking strip-ansi-escapes v0.2.0 |
2368 | 2024-11-22T23:19:52.917Z | Checking reedline v0.35.0 |
2369 | 2024-11-22T23:19:53.257Z | Checking tabled v0.15.0 |
2370 | 2024-11-22T23:19:53.801Z | Checking peg v0.8.4 |
2371 | 2024-11-22T23:19:54.079Z | Checking rustyline v14.0.0 |
2372 | 2024-11-22T23:20:03.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.11s |
2373 | 2024-11-22T23:20:03.313Z | |
2374 | 2024-11-22T23:20:03.313Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
2375 | 2024-11-22T23:20:03.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2376 | 2024-11-22T23:20:03.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2377 | 2024-11-22T23:20:04.001Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2378 | 2024-11-22T23:20:09.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s |
2379 | 2024-11-22T23:20:09.632Z | |
2380 | 2024-11-22T23:20:09.632Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
2381 | 2024-11-22T23:20:10.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2382 | 2024-11-22T23:20:10.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2383 | 2024-11-22T23:20:10.314Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2384 | 2024-11-22T23:20:14.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
2385 | 2024-11-22T23:20:14.224Z | |
2386 | 2024-11-22T23:20:14.224Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
2387 | 2024-11-22T23:20:14.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2024-11-22T23:20:14.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2024-11-22T23:20:14.888Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2390 | 2024-11-22T23:20:19.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s |
2391 | 2024-11-22T23:20:20.152Z | |
2392 | 2024-11-22T23:20:20.152Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
2393 | 2024-11-22T23:20:20.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2024-11-22T23:20:20.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2024-11-22T23:20:20.830Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2396 | 2024-11-22T23:20:26.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s |
2397 | 2024-11-22T23:20:26.175Z | |
2398 | 2024-11-22T23:20:26.175Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
2399 | 2024-11-22T23:20:26.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2024-11-22T23:20:26.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2024-11-22T23:20:26.853Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2402 | 2024-11-22T23:20:30.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
2403 | 2024-11-22T23:20:30.977Z | |
2404 | 2024-11-22T23:20:30.977Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
2405 | 2024-11-22T23:20:31.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2406 | 2024-11-22T23:20:31.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2407 | 2024-11-22T23:20:31.656Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2408 | 2024-11-22T23:20:35.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s |
2409 | 2024-11-22T23:20:35.854Z | |
2410 | 2024-11-22T23:20:35.854Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
2411 | 2024-11-22T23:20:36.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2024-11-22T23:20:36.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2024-11-22T23:20:36.529Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2414 | 2024-11-22T23:20:41.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s |
2415 | 2024-11-22T23:20:42.064Z | |
2416 | 2024-11-22T23:20:42.064Z | info: running `cargo check --bins` on oximeter (46/173) |
2417 | 2024-11-22T23:20:42.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2024-11-22T23:20:42.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2024-11-22T23:20:42.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2420 | 2024-11-22T23:20:42.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2421 | 2024-11-22T23:20:42.706Z | |
2422 | 2024-11-22T23:20:42.706Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
2423 | 2024-11-22T23:20:43.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2024-11-22T23:20:43.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2024-11-22T23:20:43.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2426 | 2024-11-22T23:20:43.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2427 | 2024-11-22T23:20:43.325Z | |
2428 | 2024-11-22T23:20:43.325Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
2429 | 2024-11-22T23:20:43.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2024-11-22T23:20:43.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2024-11-22T23:20:43.966Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2432 | 2024-11-22T23:20:44.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
2433 | 2024-11-22T23:20:44.595Z | |
2434 | 2024-11-22T23:20:44.595Z | info: running `cargo check --bins` on oximeter-types (49/173) |
2435 | 2024-11-22T23:20:45.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2024-11-22T23:20:45.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2024-11-22T23:20:45.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2438 | 2024-11-22T23:20:45.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2439 | 2024-11-22T23:20:45.239Z | |
2440 | 2024-11-22T23:20:45.239Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
2441 | 2024-11-22T23:20:45.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2024-11-22T23:20:45.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2024-11-22T23:20:45.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2444 | 2024-11-22T23:20:45.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2445 | 2024-11-22T23:20:45.874Z | |
2446 | 2024-11-22T23:20:45.874Z | info: running `cargo check --bins` on oxql-types (51/173) |
2447 | 2024-11-22T23:20:46.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2024-11-22T23:20:46.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2024-11-22T23:20:46.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2450 | 2024-11-22T23:20:46.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2451 | 2024-11-22T23:20:46.501Z | |
2452 | 2024-11-22T23:20:46.501Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
2453 | 2024-11-22T23:20:47.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2454 | 2024-11-22T23:20:47.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2455 | 2024-11-22T23:20:47.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2456 | 2024-11-22T23:20:47.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2457 | 2024-11-22T23:20:47.166Z | |
2458 | 2024-11-22T23:20:47.166Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
2459 | 2024-11-22T23:20:47.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2460 | 2024-11-22T23:20:47.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2461 | 2024-11-22T23:20:47.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2462 | 2024-11-22T23:20:47.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2463 | 2024-11-22T23:20:47.814Z | |
2464 | 2024-11-22T23:20:47.814Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
2465 | 2024-11-22T23:20:48.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2466 | 2024-11-22T23:20:48.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2467 | 2024-11-22T23:20:48.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2468 | 2024-11-22T23:20:48.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2469 | 2024-11-22T23:20:48.454Z | |
2470 | 2024-11-22T23:20:48.454Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
2471 | 2024-11-22T23:20:49.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2472 | 2024-11-22T23:20:49.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2473 | 2024-11-22T23:20:49.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2474 | 2024-11-22T23:20:49.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2475 | 2024-11-22T23:20:49.089Z | |
2476 | 2024-11-22T23:20:49.089Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
2477 | 2024-11-22T23:20:49.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2478 | 2024-11-22T23:20:49.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2479 | 2024-11-22T23:20:49.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2480 | 2024-11-22T23:20:49.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2481 | 2024-11-22T23:20:49.723Z | |
2482 | 2024-11-22T23:20:49.723Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
2483 | 2024-11-22T23:20:50.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2484 | 2024-11-22T23:20:50.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2485 | 2024-11-22T23:20:50.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2486 | 2024-11-22T23:20:50.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2487 | 2024-11-22T23:20:50.352Z | |
2488 | 2024-11-22T23:20:50.352Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
2489 | 2024-11-22T23:20:50.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2490 | 2024-11-22T23:20:50.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2491 | 2024-11-22T23:20:50.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2492 | 2024-11-22T23:20:50.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2493 | 2024-11-22T23:20:50.966Z | |
2494 | 2024-11-22T23:20:50.966Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
2495 | 2024-11-22T23:20:51.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2496 | 2024-11-22T23:20:51.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2497 | 2024-11-22T23:20:51.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2498 | 2024-11-22T23:20:51.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2499 | 2024-11-22T23:20:51.608Z | |
2500 | 2024-11-22T23:20:51.608Z | info: running `cargo check --bins` on dns-service-client (60/173) |
2501 | 2024-11-22T23:20:52.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2502 | 2024-11-22T23:20:52.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2503 | 2024-11-22T23:20:52.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2504 | 2024-11-22T23:20:52.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2505 | 2024-11-22T23:20:52.239Z | |
2506 | 2024-11-22T23:20:52.239Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
2507 | 2024-11-22T23:20:52.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2508 | 2024-11-22T23:20:52.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2509 | 2024-11-22T23:20:52.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2510 | 2024-11-22T23:20:52.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2511 | 2024-11-22T23:20:52.861Z | |
2512 | 2024-11-22T23:20:52.861Z | info: running `cargo check --bins` on dpd-client (62/173) |
2513 | 2024-11-22T23:20:53.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2514 | 2024-11-22T23:20:53.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2515 | 2024-11-22T23:20:53.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2516 | 2024-11-22T23:20:53.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2517 | 2024-11-22T23:20:53.484Z | |
2518 | 2024-11-22T23:20:53.484Z | info: running `cargo check --bins` on gateway-client (63/173) |
2519 | 2024-11-22T23:20:54.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2520 | 2024-11-22T23:20:54.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2521 | 2024-11-22T23:20:54.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2522 | 2024-11-22T23:20:54.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2523 | 2024-11-22T23:20:54.101Z | |
2524 | 2024-11-22T23:20:54.101Z | info: running `cargo check --bins` on installinator-client (64/173) |
2525 | 2024-11-22T23:20:54.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2526 | 2024-11-22T23:20:54.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2527 | 2024-11-22T23:20:54.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2528 | 2024-11-22T23:20:54.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2529 | 2024-11-22T23:20:54.747Z | |
2530 | 2024-11-22T23:20:54.748Z | info: running `cargo check --bins` on installinator-common (65/173) |
2531 | 2024-11-22T23:20:55.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2532 | 2024-11-22T23:20:55.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2533 | 2024-11-22T23:20:55.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2534 | 2024-11-22T23:20:55.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2535 | 2024-11-22T23:20:55.393Z | |
2536 | 2024-11-22T23:20:55.394Z | info: running `cargo check --bins` on update-engine (66/173) |
2537 | 2024-11-22T23:20:55.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2538 | 2024-11-22T23:20:55.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2539 | 2024-11-22T23:20:55.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2540 | 2024-11-22T23:20:55.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2541 | 2024-11-22T23:20:56.011Z | |
2542 | 2024-11-22T23:20:56.011Z | info: running `cargo check --bins` on nexus-client (67/173) |
2543 | 2024-11-22T23:20:56.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2544 | 2024-11-22T23:20:56.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2545 | 2024-11-22T23:20:56.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2546 | 2024-11-22T23:20:56.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2547 | 2024-11-22T23:20:56.663Z | |
2548 | 2024-11-22T23:20:56.663Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
2549 | 2024-11-22T23:20:57.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2024-11-22T23:20:57.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2024-11-22T23:20:57.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2552 | 2024-11-22T23:20:57.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2553 | 2024-11-22T23:20:57.305Z | |
2554 | 2024-11-22T23:20:57.305Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
2555 | 2024-11-22T23:20:57.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2024-11-22T23:20:57.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2024-11-22T23:20:57.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2558 | 2024-11-22T23:20:57.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2559 | 2024-11-22T23:20:57.921Z | |
2560 | 2024-11-22T23:20:57.921Z | info: running `cargo check --bins` on nexus-types (70/173) |
2561 | 2024-11-22T23:20:58.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2562 | 2024-11-22T23:20:58.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2563 | 2024-11-22T23:20:58.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2564 | 2024-11-22T23:20:58.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2565 | 2024-11-22T23:20:58.580Z | |
2566 | 2024-11-22T23:20:58.580Z | info: running `cargo check --bins` on oxide-client (71/173) |
2567 | 2024-11-22T23:20:59.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2024-11-22T23:20:59.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2024-11-22T23:20:59.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2570 | 2024-11-22T23:20:59.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2571 | 2024-11-22T23:20:59.199Z | |
2572 | 2024-11-22T23:20:59.199Z | info: running `cargo check --bins` on oximeter-client (72/173) |
2573 | 2024-11-22T23:20:59.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2024-11-22T23:20:59.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2024-11-22T23:20:59.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2576 | 2024-11-22T23:20:59.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2577 | 2024-11-22T23:20:59.829Z | |
2578 | 2024-11-22T23:20:59.829Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
2579 | 2024-11-22T23:21:00.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2580 | 2024-11-22T23:21:00.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2581 | 2024-11-22T23:21:00.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2582 | 2024-11-22T23:21:00.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2583 | 2024-11-22T23:21:00.442Z | |
2584 | 2024-11-22T23:21:00.442Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
2585 | 2024-11-22T23:21:01.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2024-11-22T23:21:01.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2024-11-22T23:21:01.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2588 | 2024-11-22T23:21:01.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2589 | 2024-11-22T23:21:01.084Z | |
2590 | 2024-11-22T23:21:01.084Z | info: running `cargo check --bins` on wicketd-client (75/173) |
2591 | 2024-11-22T23:21:01.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2024-11-22T23:21:01.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2024-11-22T23:21:01.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2594 | 2024-11-22T23:21:01.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2595 | 2024-11-22T23:21:01.746Z | |
2596 | 2024-11-22T23:21:01.746Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
2597 | 2024-11-22T23:21:02.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2024-11-22T23:21:02.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2024-11-22T23:21:02.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2600 | 2024-11-22T23:21:02.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2601 | 2024-11-22T23:21:02.403Z | |
2602 | 2024-11-22T23:21:02.403Z | info: running `cargo check --bins` on wicket-common (77/173) |
2603 | 2024-11-22T23:21:02.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2024-11-22T23:21:02.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2024-11-22T23:21:02.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2606 | 2024-11-22T23:21:02.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2607 | 2024-11-22T23:21:03.049Z | |
2608 | 2024-11-22T23:21:03.049Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
2609 | 2024-11-22T23:21:03.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2610 | 2024-11-22T23:21:03.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2611 | 2024-11-22T23:21:03.708Z | Checking csv-core v0.1.11 |
2612 | 2024-11-22T23:21:03.708Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2613 | 2024-11-22T23:21:03.710Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2614 | 2024-11-22T23:21:04.017Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2615 | 2024-11-22T23:21:04.029Z | Checking csv v1.3.0 |
2616 | 2024-11-22T23:21:04.596Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2617 | 2024-11-22T23:21:04.927Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2618 | 2024-11-22T23:21:06.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
2619 | 2024-11-22T23:21:06.382Z | |
2620 | 2024-11-22T23:21:06.382Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
2621 | 2024-11-22T23:21:06.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2622 | 2024-11-22T23:21:06.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2623 | 2024-11-22T23:21:06.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2624 | 2024-11-22T23:21:06.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2625 | 2024-11-22T23:21:07.016Z | |
2626 | 2024-11-22T23:21:07.016Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
2627 | 2024-11-22T23:21:07.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2024-11-22T23:21:07.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2024-11-22T23:21:07.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2630 | 2024-11-22T23:21:07.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2631 | 2024-11-22T23:21:07.652Z | |
2632 | 2024-11-22T23:21:07.652Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
2633 | 2024-11-22T23:21:08.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2024-11-22T23:21:08.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2024-11-22T23:21:08.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2636 | 2024-11-22T23:21:08.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2637 | 2024-11-22T23:21:08.378Z | |
2638 | 2024-11-22T23:21:08.378Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
2639 | 2024-11-22T23:21:09.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2024-11-22T23:21:09.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2024-11-22T23:21:09.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2642 | 2024-11-22T23:21:09.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2643 | 2024-11-22T23:21:09.105Z | |
2644 | 2024-11-22T23:21:09.105Z | info: running `cargo check --bins` on dns-server (83/173) |
2645 | 2024-11-22T23:21:09.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2024-11-22T23:21:09.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2024-11-22T23:21:09.751Z | Compiling parking_lot_core v0.8.6 |
2648 | 2024-11-22T23:21:09.754Z | Checking fxhash v0.2.1 |
2649 | 2024-11-22T23:21:09.754Z | Checking hickory-server v0.24.1 |
2650 | 2024-11-22T23:21:09.754Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2651 | 2024-11-22T23:21:09.854Z | Checking hickory-client v0.24.1 |
2652 | 2024-11-22T23:21:10.445Z | Checking parking_lot v0.11.2 |
2653 | 2024-11-22T23:21:10.572Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2654 | 2024-11-22T23:21:10.576Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2655 | 2024-11-22T23:21:10.688Z | Checking sled v0.34.7 |
2656 | 2024-11-22T23:21:12.400Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2657 | 2024-11-22T23:21:13.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s |
2658 | 2024-11-22T23:21:13.814Z | |
2659 | 2024-11-22T23:21:13.814Z | info: running `cargo check --bins` on dns-server-api (84/173) |
2660 | 2024-11-22T23:21:14.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2024-11-22T23:21:14.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2024-11-22T23:21:14.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2024-11-22T23:21:14.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2664 | 2024-11-22T23:21:14.444Z | |
2665 | 2024-11-22T23:21:14.444Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
2666 | 2024-11-22T23:21:15.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2024-11-22T23:21:15.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2024-11-22T23:21:15.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2024-11-22T23:21:15.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2670 | 2024-11-22T23:21:15.134Z | |
2671 | 2024-11-22T23:21:15.134Z | info: running `cargo check --bins` on gateway-types (86/173) |
2672 | 2024-11-22T23:21:15.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2024-11-22T23:21:15.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2024-11-22T23:21:15.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2024-11-22T23:21:15.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2676 | 2024-11-22T23:21:15.766Z | |
2677 | 2024-11-22T23:21:15.766Z | info: running `cargo check --bins` on ipcc (87/173) |
2678 | 2024-11-22T23:21:16.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2024-11-22T23:21:16.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2024-11-22T23:21:16.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2024-11-22T23:21:16.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2682 | 2024-11-22T23:21:16.392Z | |
2683 | 2024-11-22T23:21:16.392Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
2684 | 2024-11-22T23:21:16.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2024-11-22T23:21:16.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2024-11-22T23:21:17.089Z | Compiling radium v0.7.0 |
2687 | 2024-11-22T23:21:17.089Z | Compiling semver v0.1.20 |
2688 | 2024-11-22T23:21:17.205Z | Checking tap v1.0.1 |
2689 | 2024-11-22T23:21:17.207Z | Compiling maybe-uninit v2.0.0 |
2690 | 2024-11-22T23:21:17.223Z | Checking password-hash v0.5.0 |
2691 | 2024-11-22T23:21:17.226Z | Checking blake2 v0.10.6 |
2692 | 2024-11-22T23:21:17.226Z | Compiling owo-colors v4.1.0 |
2693 | 2024-11-22T23:21:17.226Z | Compiling packed_struct v0.10.1 |
2694 | 2024-11-22T23:21:17.340Z | Checking wyz v0.5.1 |
2695 | 2024-11-22T23:21:17.504Z | Compiling rustc_version v0.1.7 |
2696 | 2024-11-22T23:21:17.668Z | Checking funty v2.0.0 |
2697 | 2024-11-22T23:21:17.682Z | Checking crc-catalog v2.4.0 |
2698 | 2024-11-22T23:21:17.713Z | Compiling cancel-safe-futures v0.1.5 |
2699 | 2024-11-22T23:21:17.802Z | Checking argon2 v0.5.3 |
2700 | 2024-11-22T23:21:17.829Z | Checking crc v3.2.1 |
2701 | 2024-11-22T23:21:17.861Z | Compiling packed_struct_codegen v0.10.1 |
2702 | 2024-11-22T23:21:17.915Z | Checking half v2.4.1 |
2703 | 2024-11-22T23:21:17.994Z | Compiling newtype_derive v0.1.6 |
2704 | 2024-11-22T23:21:17.997Z | Compiling indexmap v1.9.3 |
2705 | 2024-11-22T23:21:18.088Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2706 | 2024-11-22T23:21:18.263Z | Checking ciborium-io v0.2.2 |
2707 | 2024-11-22T23:21:18.288Z | Checking nodrop v0.1.14 |
2708 | 2024-11-22T23:21:18.405Z | Checking ciborium-ll v0.2.2 |
2709 | 2024-11-22T23:21:18.408Z | Checking array-init v0.0.4 |
2710 | 2024-11-22T23:21:18.429Z | Checking smallvec v0.6.14 |
2711 | 2024-11-22T23:21:18.479Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2712 | 2024-11-22T23:21:18.496Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2713 | 2024-11-22T23:21:18.577Z | Checking bitvec v1.0.1 |
2714 | 2024-11-22T23:21:18.780Z | Checking libsw v3.3.1 |
2715 | 2024-11-22T23:21:18.820Z | Compiling memoffset v0.9.1 |
2716 | 2024-11-22T23:21:18.838Z | Checking bitfield v0.14.0 |
2717 | 2024-11-22T23:21:19.046Z | Checking swrite v0.1.0 |
2718 | 2024-11-22T23:21:19.110Z | Checking termcolor v1.4.1 |
2719 | 2024-11-22T23:21:19.124Z | Checking hashbrown v0.12.3 |
2720 | 2024-11-22T23:21:19.169Z | Checking linear-map v1.2.0 |
2721 | 2024-11-22T23:21:19.226Z | Checking indent_write v2.2.0 |
2722 | 2024-11-22T23:21:19.416Z | Checking serde-hex v0.1.0 |
2723 | 2024-11-22T23:21:19.433Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2724 | 2024-11-22T23:21:19.559Z | Checking env_logger v0.10.2 |
2725 | 2024-11-22T23:21:19.674Z | Checking ron v0.8.1 |
2726 | 2024-11-22T23:21:19.997Z | Checking ciborium v0.2.2 |
2727 | 2024-11-22T23:21:20.624Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2728 | 2024-11-22T23:21:20.642Z | Checking steno v0.4.1 |
2729 | 2024-11-22T23:21:20.903Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2730 | 2024-11-22T23:21:20.965Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2731 | 2024-11-22T23:21:21.029Z | Checking hashbrown v0.13.2 |
2732 | 2024-11-22T23:21:21.123Z | Checking crc-any v2.5.0 |
2733 | 2024-11-22T23:21:21.140Z | Checking humantime v2.1.0 |
2734 | 2024-11-22T23:21:21.433Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2735 | 2024-11-22T23:21:21.500Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2736 | 2024-11-22T23:21:21.811Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2737 | 2024-11-22T23:21:22.091Z | Checking path-slash v0.1.5 |
2738 | 2024-11-22T23:21:22.109Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2739 | 2024-11-22T23:21:22.137Z | Checking object v0.30.4 |
2740 | 2024-11-22T23:21:22.309Z | Checking nix v0.27.1 |
2741 | 2024-11-22T23:21:22.933Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2742 | 2024-11-22T23:21:23.448Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2743 | 2024-11-22T23:21:23.594Z | Checking tungstenite v0.23.0 |
2744 | 2024-11-22T23:21:23.646Z | Checking kstat-rs v0.2.4 |
2745 | 2024-11-22T23:21:23.695Z | Checking signal-hook-tokio v0.3.1 |
2746 | 2024-11-22T23:21:23.952Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2747 | 2024-11-22T23:21:24.393Z | Checking tokio-tungstenite v0.23.1 |
2748 | 2024-11-22T23:21:24.859Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2749 | 2024-11-22T23:21:24.940Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2750 | 2024-11-22T23:21:25.130Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2751 | 2024-11-22T23:21:31.892Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2752 | 2024-11-22T23:21:33.170Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2753 | 2024-11-22T23:21:35.754Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2754 | 2024-11-22T23:21:41.415Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2755 | 2024-11-22T23:21:42.114Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2756 | 2024-11-22T23:21:44.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.50s |
2757 | 2024-11-22T23:21:45.088Z | |
2758 | 2024-11-22T23:21:45.088Z | info: running `cargo check --bins` on gateway-api (89/173) |
2759 | 2024-11-22T23:21:45.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2760 | 2024-11-22T23:21:45.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2761 | 2024-11-22T23:21:45.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2762 | 2024-11-22T23:21:45.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2763 | 2024-11-22T23:21:45.719Z | |
2764 | 2024-11-22T23:21:45.719Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
2765 | 2024-11-22T23:21:46.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2766 | 2024-11-22T23:21:46.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2767 | 2024-11-22T23:21:46.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2768 | 2024-11-22T23:21:46.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2769 | 2024-11-22T23:21:46.327Z | |
2770 | 2024-11-22T23:21:46.327Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
2771 | 2024-11-22T23:21:46.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2024-11-22T23:21:46.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2024-11-22T23:21:46.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2774 | 2024-11-22T23:21:46.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2775 | 2024-11-22T23:21:46.966Z | |
2776 | 2024-11-22T23:21:46.966Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
2777 | 2024-11-22T23:21:47.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2024-11-22T23:21:47.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2024-11-22T23:21:47.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2780 | 2024-11-22T23:21:47.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2781 | 2024-11-22T23:21:47.601Z | |
2782 | 2024-11-22T23:21:47.601Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
2783 | 2024-11-22T23:21:48.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2024-11-22T23:21:48.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2024-11-22T23:21:48.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2786 | 2024-11-22T23:21:48.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2787 | 2024-11-22T23:21:48.236Z | |
2788 | 2024-11-22T23:21:48.237Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
2789 | 2024-11-22T23:21:48.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2024-11-22T23:21:48.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2024-11-22T23:21:48.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2792 | 2024-11-22T23:21:48.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2793 | 2024-11-22T23:21:48.881Z | |
2794 | 2024-11-22T23:21:48.881Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
2795 | 2024-11-22T23:21:49.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2024-11-22T23:21:49.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2024-11-22T23:21:49.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2798 | 2024-11-22T23:21:49.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2799 | 2024-11-22T23:21:49.518Z | |
2800 | 2024-11-22T23:21:49.518Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
2801 | 2024-11-22T23:21:50.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2802 | 2024-11-22T23:21:50.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2803 | 2024-11-22T23:21:50.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2804 | 2024-11-22T23:21:50.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2805 | 2024-11-22T23:21:50.154Z | |
2806 | 2024-11-22T23:21:50.154Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
2807 | 2024-11-22T23:21:50.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2024-11-22T23:21:50.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2024-11-22T23:21:50.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2810 | 2024-11-22T23:21:50.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2811 | 2024-11-22T23:21:50.815Z | |
2812 | 2024-11-22T23:21:50.815Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
2813 | 2024-11-22T23:21:51.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2024-11-22T23:21:51.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2024-11-22T23:21:51.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2816 | 2024-11-22T23:21:51.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2817 | 2024-11-22T23:21:51.449Z | |
2818 | 2024-11-22T23:21:51.449Z | info: running `cargo check --bins` on sp-sim (99/173) |
2819 | 2024-11-22T23:21:52.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2024-11-22T23:21:52.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2024-11-22T23:21:52.094Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2822 | 2024-11-22T23:21:53.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s |
2823 | 2024-11-22T23:21:54.109Z | |
2824 | 2024-11-22T23:21:54.109Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
2825 | 2024-11-22T23:21:54.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2024-11-22T23:21:54.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2024-11-22T23:21:54.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2828 | 2024-11-22T23:21:54.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2829 | 2024-11-22T23:21:54.787Z | |
2830 | 2024-11-22T23:21:54.787Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
2831 | 2024-11-22T23:21:55.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2024-11-22T23:21:55.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2024-11-22T23:21:55.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2834 | 2024-11-22T23:21:55.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2835 | 2024-11-22T23:21:55.474Z | |
2836 | 2024-11-22T23:21:55.474Z | info: running `cargo check --bins` on db-macros (102/173) |
2837 | 2024-11-22T23:21:56.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2024-11-22T23:21:56.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2024-11-22T23:21:56.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2840 | 2024-11-22T23:21:56.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2841 | 2024-11-22T23:21:56.085Z | |
2842 | 2024-11-22T23:21:56.086Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
2843 | 2024-11-22T23:21:56.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2024-11-22T23:21:56.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2024-11-22T23:21:56.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2846 | 2024-11-22T23:21:56.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2847 | 2024-11-22T23:21:56.706Z | |
2848 | 2024-11-22T23:21:56.706Z | info: running `cargo check --bins` on nexus-auth (104/173) |
2849 | 2024-11-22T23:21:57.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2850 | 2024-11-22T23:21:57.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2851 | 2024-11-22T23:21:57.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2852 | 2024-11-22T23:21:57.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2853 | 2024-11-22T23:21:57.379Z | |
2854 | 2024-11-22T23:21:57.379Z | info: running `cargo check --bins` on authz-macros (105/173) |
2855 | 2024-11-22T23:21:57.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2024-11-22T23:21:57.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2024-11-22T23:21:57.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2024-11-22T23:21:57.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2859 | 2024-11-22T23:21:57.999Z | |
2860 | 2024-11-22T23:21:57.999Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
2861 | 2024-11-22T23:21:58.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2024-11-22T23:21:58.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2024-11-22T23:21:58.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2024-11-22T23:21:58.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2865 | 2024-11-22T23:21:58.663Z | |
2866 | 2024-11-22T23:21:58.663Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
2867 | 2024-11-22T23:21:59.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2024-11-22T23:21:59.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2024-11-22T23:21:59.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2870 | 2024-11-22T23:21:59.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2871 | 2024-11-22T23:21:59.326Z | |
2872 | 2024-11-22T23:21:59.326Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
2873 | 2024-11-22T23:21:59.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2024-11-22T23:21:59.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2024-11-22T23:21:59.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2876 | 2024-11-22T23:21:59.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2877 | 2024-11-22T23:21:59.957Z | |
2878 | 2024-11-22T23:21:59.957Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
2879 | 2024-11-22T23:22:00.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2024-11-22T23:22:00.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2024-11-22T23:22:00.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2024-11-22T23:22:00.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2883 | 2024-11-22T23:22:00.612Z | |
2884 | 2024-11-22T23:22:00.612Z | info: running `cargo check --bins` on typed-rng (110/173) |
2885 | 2024-11-22T23:22:01.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2024-11-22T23:22:01.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2024-11-22T23:22:01.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2888 | 2024-11-22T23:22:01.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2889 | 2024-11-22T23:22:01.224Z | |
2890 | 2024-11-22T23:22:01.224Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
2891 | 2024-11-22T23:22:01.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2024-11-22T23:22:01.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2024-11-22T23:22:01.960Z | Checking keccak v0.1.5 |
2894 | 2024-11-22T23:22:02.070Z | Checking secrecy v0.8.0 |
2895 | 2024-11-22T23:22:02.073Z | Compiling unicase v2.7.0 |
2896 | 2024-11-22T23:22:02.073Z | Compiling same-file v1.0.6 |
2897 | 2024-11-22T23:22:02.079Z | Compiling tempfile v3.13.0 |
2898 | 2024-11-22T23:22:02.111Z | Compiling thiserror-impl-no-std v2.0.2 |
2899 | 2024-11-22T23:22:02.114Z | Checking universal-hash v0.5.1 |
2900 | 2024-11-22T23:22:02.114Z | Compiling ring v0.16.20 |
2901 | 2024-11-22T23:22:02.271Z | Compiling walkdir v2.5.0 |
2902 | 2024-11-22T23:22:02.290Z | Compiling blake3 v1.5.4 |
2903 | 2024-11-22T23:22:02.341Z | Checking sha3 v0.10.8 |
2904 | 2024-11-22T23:22:02.370Z | Checking opaque-debug v0.3.1 |
2905 | 2024-11-22T23:22:02.462Z | Checking poly1305 v0.8.0 |
2906 | 2024-11-22T23:22:02.576Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2907 | 2024-11-22T23:22:02.765Z | Checking chacha20 v0.9.1 |
2908 | 2024-11-22T23:22:02.873Z | Checking aead v0.5.2 |
2909 | 2024-11-22T23:22:02.964Z | Compiling memmap2 v0.9.5 |
2910 | 2024-11-22T23:22:02.980Z | Compiling libefi-sys v0.1.0 |
2911 | 2024-11-22T23:22:02.983Z | Compiling constant_time_eq v0.3.1 |
2912 | 2024-11-22T23:22:03.079Z | Compiling spin v0.5.2 |
2913 | 2024-11-22T23:22:03.108Z | Compiling arrayref v0.3.9 |
2914 | 2024-11-22T23:22:03.168Z | Compiling salty v0.3.0 |
2915 | 2024-11-22T23:22:03.209Z | Compiling arrayvec v0.7.6 |
2916 | 2024-11-22T23:22:03.275Z | Checking chacha20poly1305 v0.10.1 |
2917 | 2024-11-22T23:22:03.383Z | Compiling toolchain_find v0.4.0 |
2918 | 2024-11-22T23:22:03.443Z | Compiling camino-tempfile v1.1.1 |
2919 | 2024-11-22T23:22:03.553Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2920 | 2024-11-22T23:22:03.626Z | Compiling bitfield-struct v0.6.2 |
2921 | 2024-11-22T23:22:03.694Z | Compiling topological-sort v0.2.2 |
2922 | 2024-11-22T23:22:03.895Z | Compiling mime_guess v2.0.5 |
2923 | 2024-11-22T23:22:03.917Z | Compiling rustfmt-wrapper v0.2.1 |
2924 | 2024-11-22T23:22:04.475Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2925 | 2024-11-22T23:22:04.504Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2926 | 2024-11-22T23:22:04.643Z | Checking primeorder v0.13.6 |
2927 | 2024-11-22T23:22:04.811Z | Checking env_filter v0.1.2 |
2928 | 2024-11-22T23:22:04.892Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2929 | 2024-11-22T23:22:05.043Z | Checking env_logger v0.11.5 |
2930 | 2024-11-22T23:22:05.072Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2931 | 2024-11-22T23:22:05.123Z | Checking p384 v0.13.0 |
2932 | 2024-11-22T23:22:05.242Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2933 | 2024-11-22T23:22:05.268Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2934 | 2024-11-22T23:22:05.334Z | Checking thiserror-no-std v2.0.2 |
2935 | 2024-11-22T23:22:05.455Z | Checking vsss-rs v3.3.4 |
2936 | 2024-11-22T23:22:05.500Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2937 | 2024-11-22T23:22:05.613Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2938 | 2024-11-22T23:22:05.632Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2939 | 2024-11-22T23:22:05.891Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2940 | 2024-11-22T23:22:05.938Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2941 | 2024-11-22T23:22:06.071Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2942 | 2024-11-22T23:22:06.203Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2943 | 2024-11-22T23:22:06.507Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2944 | 2024-11-22T23:22:06.526Z | Checking nanorand v0.7.0 |
2945 | 2024-11-22T23:22:06.529Z | Checking atty v0.2.14 |
2946 | 2024-11-22T23:22:06.559Z | Checking glob v0.3.1 |
2947 | 2024-11-22T23:22:06.674Z | Checking http-range v0.1.5 |
2948 | 2024-11-22T23:22:06.855Z | Checking hyper-staticfile v0.10.1 |
2949 | 2024-11-22T23:22:06.884Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2950 | 2024-11-22T23:22:06.902Z | Checking flume v0.11.1 |
2951 | 2024-11-22T23:22:07.379Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2952 | 2024-11-22T23:22:07.483Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2953 | 2024-11-22T23:22:07.672Z | Compiling omicron-zone-package v0.11.1 |
2954 | 2024-11-22T23:22:08.110Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2955 | 2024-11-22T23:22:08.885Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2956 | 2024-11-22T23:22:08.968Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2957 | 2024-11-22T23:22:09.313Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2958 | 2024-11-22T23:22:09.424Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2959 | 2024-11-22T23:22:10.064Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2960 | 2024-11-22T23:22:10.222Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2961 | 2024-11-22T23:22:11.425Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2962 | 2024-11-22T23:22:11.983Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2963 | 2024-11-22T23:22:14.379Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2964 | 2024-11-22T23:22:14.382Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2965 | 2024-11-22T23:22:23.660Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2966 | 2024-11-22T23:22:36.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.39s |
2967 | 2024-11-22T23:22:36.809Z | |
2968 | 2024-11-22T23:22:36.809Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
2969 | 2024-11-22T23:22:37.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2970 | 2024-11-22T23:22:37.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2971 | 2024-11-22T23:22:37.544Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2972 | 2024-11-22T23:22:50.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.96s |
2973 | 2024-11-22T23:22:50.970Z | |
2974 | 2024-11-22T23:22:50.970Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
2975 | 2024-11-22T23:22:51.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2976 | 2024-11-22T23:22:51.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2977 | 2024-11-22T23:22:51.699Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2978 | 2024-11-22T23:23:04.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s |
2979 | 2024-11-22T23:23:05.017Z | |
2980 | 2024-11-22T23:23:05.017Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
2981 | 2024-11-22T23:23:05.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2024-11-22T23:23:05.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2024-11-22T23:23:05.762Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2984 | 2024-11-22T23:23:18.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.90s |
2985 | 2024-11-22T23:23:19.112Z | |
2986 | 2024-11-22T23:23:19.112Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
2987 | 2024-11-22T23:23:19.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2988 | 2024-11-22T23:23:19.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2989 | 2024-11-22T23:23:19.865Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2990 | 2024-11-22T23:23:33.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s |
2991 | 2024-11-22T23:23:33.222Z | |
2992 | 2024-11-22T23:23:33.222Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
2993 | 2024-11-22T23:23:33.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2994 | 2024-11-22T23:23:33.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2995 | 2024-11-22T23:23:33.958Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2996 | 2024-11-22T23:23:47.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s |
2997 | 2024-11-22T23:23:47.251Z | |
2998 | 2024-11-22T23:23:47.251Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
2999 | 2024-11-22T23:23:47.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3000 | 2024-11-22T23:23:47.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3001 | 2024-11-22T23:23:47.987Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3002 | 2024-11-22T23:24:01.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s |
3003 | 2024-11-22T23:24:01.240Z | |
3004 | 2024-11-22T23:24:01.240Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
3005 | 2024-11-22T23:24:01.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2024-11-22T23:24:01.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2024-11-22T23:24:02.006Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3008 | 2024-11-22T23:24:15.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.78s |
3009 | 2024-11-22T23:24:15.223Z | |
3010 | 2024-11-22T23:24:15.223Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
3011 | 2024-11-22T23:24:15.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2024-11-22T23:24:15.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2024-11-22T23:24:15.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3014 | 2024-11-22T23:24:15.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3015 | 2024-11-22T23:24:15.879Z | |
3016 | 2024-11-22T23:24:15.879Z | info: running `cargo check --bins` on key-manager (120/173) |
3017 | 2024-11-22T23:24:16.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2024-11-22T23:24:16.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2024-11-22T23:24:16.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3020 | 2024-11-22T23:24:16.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3021 | 2024-11-22T23:24:16.511Z | |
3022 | 2024-11-22T23:24:16.511Z | info: running `cargo check --bins` on repo-depot-api (121/173) |
3023 | 2024-11-22T23:24:17.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2024-11-22T23:24:17.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2024-11-22T23:24:17.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3026 | 2024-11-22T23:24:17.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3027 | 2024-11-22T23:24:17.160Z | |
3028 | 2024-11-22T23:24:17.160Z | info: running `cargo check --bins` on sled-agent-api (122/173) |
3029 | 2024-11-22T23:24:17.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2024-11-22T23:24:17.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2024-11-22T23:24:17.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2024-11-22T23:24:17.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3033 | 2024-11-22T23:24:17.815Z | |
3034 | 2024-11-22T23:24:17.815Z | info: running `cargo check --bins` on sled-hardware (123/173) |
3035 | 2024-11-22T23:24:18.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2024-11-22T23:24:18.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2024-11-22T23:24:18.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2024-11-22T23:24:18.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3039 | 2024-11-22T23:24:18.457Z | |
3040 | 2024-11-22T23:24:18.458Z | info: running `cargo check --bins --no-default-features` on sled-storage (124/173) |
3041 | 2024-11-22T23:24:19.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2024-11-22T23:24:19.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2024-11-22T23:24:19.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2024-11-22T23:24:19.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3045 | 2024-11-22T23:24:19.104Z | |
3046 | 2024-11-22T23:24:19.104Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (125/173) |
3047 | 2024-11-22T23:24:19.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2024-11-22T23:24:19.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2024-11-22T23:24:19.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2024-11-22T23:24:19.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3051 | 2024-11-22T23:24:19.758Z | |
3052 | 2024-11-22T23:24:19.759Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (126/173) |
3053 | 2024-11-22T23:24:20.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2024-11-22T23:24:20.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2024-11-22T23:24:20.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2024-11-22T23:24:20.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3057 | 2024-11-22T23:24:20.415Z | |
3058 | 2024-11-22T23:24:20.415Z | info: running `cargo check --bins` on nexus-test-interface (127/173) |
3059 | 2024-11-22T23:24:20.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2024-11-22T23:24:20.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2024-11-22T23:24:20.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2024-11-22T23:24:20.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3063 | 2024-11-22T23:24:21.071Z | |
3064 | 2024-11-22T23:24:21.071Z | info: running `cargo check --bins` on oximeter-collector (128/173) |
3065 | 2024-11-22T23:24:21.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2024-11-22T23:24:21.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2024-11-22T23:24:21.760Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3068 | 2024-11-22T23:24:21.760Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3069 | 2024-11-22T23:24:22.502Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3070 | 2024-11-22T23:24:24.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s |
3071 | 2024-11-22T23:24:24.618Z | |
3072 | 2024-11-22T23:24:24.618Z | info: running `cargo check --bins` on oximeter-api (129/173) |
3073 | 2024-11-22T23:24:25.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2024-11-22T23:24:25.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2024-11-22T23:24:25.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3076 | 2024-11-22T23:24:25.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3077 | 2024-11-22T23:24:25.245Z | |
3078 | 2024-11-22T23:24:25.245Z | info: running `cargo check --bins` on cert-dev (130/173) |
3079 | 2024-11-22T23:24:25.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3080 | 2024-11-22T23:24:25.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3081 | 2024-11-22T23:24:25.857Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3082 | 2024-11-22T23:24:26.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3083 | 2024-11-22T23:24:26.290Z | |
3084 | 2024-11-22T23:24:26.290Z | info: running `cargo check --bins` on clickhouse-cluster-dev (131/173) |
3085 | 2024-11-22T23:24:26.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3086 | 2024-11-22T23:24:26.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3087 | 2024-11-22T23:24:26.977Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3088 | 2024-11-22T23:24:26.977Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3089 | 2024-11-22T23:24:27.561Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3090 | 2024-11-22T23:24:27.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3091 | 2024-11-22T23:24:28.094Z | |
3092 | 2024-11-22T23:24:28.094Z | info: running `cargo check --bins` on ch-dev (132/173) |
3093 | 2024-11-22T23:24:28.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3094 | 2024-11-22T23:24:28.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3095 | 2024-11-22T23:24:28.765Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3096 | 2024-11-22T23:24:29.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3097 | 2024-11-22T23:24:29.647Z | |
3098 | 2024-11-22T23:24:29.647Z | info: running `cargo check --bins` on crdb-seed (133/173) |
3099 | 2024-11-22T23:24:30.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2024-11-22T23:24:30.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2024-11-22T23:24:30.312Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3102 | 2024-11-22T23:24:30.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3103 | 2024-11-22T23:24:30.869Z | |
3104 | 2024-11-22T23:24:30.869Z | info: running `cargo check --bins` on db-dev (134/173) |
3105 | 2024-11-22T23:24:31.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3106 | 2024-11-22T23:24:31.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3107 | 2024-11-22T23:24:31.537Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3108 | 2024-11-22T23:24:32.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3109 | 2024-11-22T23:24:32.440Z | |
3110 | 2024-11-22T23:24:32.440Z | info: running `cargo check --bins` on omicron-dev-lib (135/173) |
3111 | 2024-11-22T23:24:33.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3112 | 2024-11-22T23:24:33.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3113 | 2024-11-22T23:24:33.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3114 | 2024-11-22T23:24:33.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3115 | 2024-11-22T23:24:33.098Z | |
3116 | 2024-11-22T23:24:33.098Z | info: running `cargo check --bins` on xtask-downloader (136/173) |
3117 | 2024-11-22T23:24:33.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3118 | 2024-11-22T23:24:33.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3119 | 2024-11-22T23:24:33.720Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3120 | 2024-11-22T23:24:34.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
3121 | 2024-11-22T23:24:34.779Z | |
3122 | 2024-11-22T23:24:34.779Z | info: running `cargo check --bins` on omicron-ls-apis (137/173) |
3123 | 2024-11-22T23:24:35.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3124 | 2024-11-22T23:24:35.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3125 | 2024-11-22T23:24:35.406Z | Checking cargo-platform v0.1.8 |
3126 | 2024-11-22T23:24:35.677Z | Checking cargo_metadata v0.18.1 |
3127 | 2024-11-22T23:24:36.628Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3128 | 2024-11-22T23:24:37.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
3129 | 2024-11-22T23:24:37.526Z | |
3130 | 2024-11-22T23:24:37.527Z | info: running `cargo check --bins` on mgs-dev (138/173) |
3131 | 2024-11-22T23:24:38.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3132 | 2024-11-22T23:24:38.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3133 | 2024-11-22T23:24:38.248Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3134 | 2024-11-22T23:24:38.968Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3135 | 2024-11-22T23:24:39.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3136 | 2024-11-22T23:24:39.711Z | |
3137 | 2024-11-22T23:24:39.711Z | info: running `cargo check --bins` on omicron-omdb (139/173) |
3138 | 2024-11-22T23:24:40.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3139 | 2024-11-22T23:24:40.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3140 | 2024-11-22T23:24:40.489Z | Compiling crunchy v0.2.2 |
3141 | 2024-11-22T23:24:40.489Z | Compiling tiny-keccak v2.0.2 |
3142 | 2024-11-22T23:24:40.492Z | Compiling dsl_auto_type v0.1.2 |
3143 | 2024-11-22T23:24:40.492Z | Checking scheduled-thread-pool v0.2.7 |
3144 | 2024-11-22T23:24:40.492Z | Compiling diesel_table_macro_syntax v0.2.0 |
3145 | 2024-11-22T23:24:40.492Z | Compiling ascii-canvas v3.0.0 |
3146 | 2024-11-22T23:24:40.603Z | Compiling ena v0.14.3 |
3147 | 2024-11-22T23:24:40.607Z | Compiling diff v0.1.13 |
3148 | 2024-11-22T23:24:40.829Z | Checking r2d2 v0.8.10 |
3149 | 2024-11-22T23:24:40.943Z | Compiling regex-syntax v0.6.29 |
3150 | 2024-11-22T23:24:41.024Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3151 | 2024-11-22T23:24:41.054Z | Compiling ref-cast v1.0.23 |
3152 | 2024-11-22T23:24:41.205Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3153 | 2024-11-22T23:24:41.205Z | Compiling derive_builder_core v0.20.2 |
3154 | 2024-11-22T23:24:41.253Z | Compiling libxml v0.3.3 |
3155 | 2024-11-22T23:24:41.309Z | Compiling ref-cast-impl v1.0.23 |
3156 | 2024-11-22T23:24:41.469Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3157 | 2024-11-22T23:24:41.663Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3158 | 2024-11-22T23:24:41.681Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3159 | 2024-11-22T23:24:41.837Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3160 | 2024-11-22T23:24:41.954Z | Compiling strum_macros v0.24.3 |
3161 | 2024-11-22T23:24:42.027Z | Compiling samael v0.0.17 |
3162 | 2024-11-22T23:24:42.196Z | Compiling diesel_derives v2.2.3 |
3163 | 2024-11-22T23:24:42.260Z | Compiling indoc v1.0.9 |
3164 | 2024-11-22T23:24:43.264Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3165 | 2024-11-22T23:24:43.565Z | Compiling oso-derive v0.27.3 |
3166 | 2024-11-22T23:24:43.637Z | Compiling derive_builder_macro v0.20.2 |
3167 | 2024-11-22T23:24:44.396Z | Compiling lalrpop v0.19.12 |
3168 | 2024-11-22T23:24:44.581Z | Checking derive_builder v0.20.2 |
3169 | 2024-11-22T23:24:44.688Z | Compiling impl-trait-for-tuples v0.2.2 |
3170 | 2024-11-22T23:24:44.748Z | Checking quick-xml v0.33.0 |
3171 | 2024-11-22T23:24:45.126Z | Compiling diesel-dtrace v0.3.0 |
3172 | 2024-11-22T23:24:45.403Z | Checking maplit v1.0.2 |
3173 | 2024-11-22T23:24:45.619Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3174 | 2024-11-22T23:24:45.664Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3175 | 2024-11-22T23:24:45.945Z | Checking bb8 v0.8.5 |
3176 | 2024-11-22T23:24:46.324Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3177 | 2024-11-22T23:24:46.416Z | Checking castaway v0.2.3 |
3178 | 2024-11-22T23:24:46.602Z | Checking rand_seeder v0.3.0 |
3179 | 2024-11-22T23:24:46.653Z | Checking compact_str v0.8.0 |
3180 | 2024-11-22T23:24:46.850Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3181 | 2024-11-22T23:24:47.018Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3182 | 2024-11-22T23:24:47.039Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3183 | 2024-11-22T23:24:47.297Z | Checking unicode-truncate v1.1.0 |
3184 | 2024-11-22T23:24:47.534Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3185 | 2024-11-22T23:24:47.537Z | Checking lru v0.12.5 |
3186 | 2024-11-22T23:24:47.824Z | Compiling instability v0.3.2 |
3187 | 2024-11-22T23:24:47.864Z | Checking smawk v0.3.2 |
3188 | 2024-11-22T23:24:48.088Z | Checking is_ci v1.2.0 |
3189 | 2024-11-22T23:24:48.235Z | Checking unicode-linebreak v0.1.5 |
3190 | 2024-11-22T23:24:48.433Z | Checking cassowary v0.3.0 |
3191 | 2024-11-22T23:24:48.654Z | Checking textwrap v0.16.1 |
3192 | 2024-11-22T23:24:48.844Z | Checking supports-color v3.0.1 |
3193 | 2024-11-22T23:24:48.884Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3194 | 2024-11-22T23:24:48.903Z | Checking ratatui v0.28.1 |
3195 | 2024-11-22T23:24:49.061Z | Checking multimap v0.10.0 |
3196 | 2024-11-22T23:24:52.101Z | Checking diesel v2.2.4 |
3197 | 2024-11-22T23:25:17.753Z | Compiling polar-core v0.27.3 |
3198 | 2024-11-22T23:25:21.199Z | Checking async-bb8-diesel v0.2.1 |
3199 | 2024-11-22T23:25:25.165Z | Checking oso v0.27.3 |
3200 | 2024-11-22T23:26:35.077Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3201 | 2024-11-22T23:26:41.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s |
3202 | 2024-11-22T23:26:41.345Z | |
3203 | 2024-11-22T23:26:41.345Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (140/173) |
3204 | 2024-11-22T23:26:41.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3205 | 2024-11-22T23:26:41.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3206 | 2024-11-22T23:26:41.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3207 | 2024-11-22T23:26:41.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3208 | 2024-11-22T23:26:42.023Z | |
3209 | 2024-11-22T23:26:42.023Z | info: running `cargo check --bins` on nexus-saga-recovery (141/173) |
3210 | 2024-11-22T23:26:42.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3211 | 2024-11-22T23:26:42.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3212 | 2024-11-22T23:26:42.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3213 | 2024-11-22T23:26:42.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3214 | 2024-11-22T23:26:42.694Z | |
3215 | 2024-11-22T23:26:42.694Z | info: running `cargo check --bins` on nexus-test-utils-macros (142/173) |
3216 | 2024-11-22T23:26:43.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3217 | 2024-11-22T23:26:43.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3218 | 2024-11-22T23:26:43.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3219 | 2024-11-22T23:26:43.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3220 | 2024-11-22T23:26:43.317Z | |
3221 | 2024-11-22T23:26:43.317Z | info: running `cargo check --bins` on omicron-nexus (143/173) |
3222 | 2024-11-22T23:26:43.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3223 | 2024-11-22T23:26:43.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3224 | 2024-11-22T23:26:44.112Z | Compiling libz-sys v1.1.20 |
3225 | 2024-11-22T23:26:44.228Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3226 | 2024-11-22T23:26:44.240Z | Compiling vergen v8.3.2 |
3227 | 2024-11-22T23:26:44.242Z | Compiling cargo-platform v0.1.8 |
3228 | 2024-11-22T23:26:44.242Z | Compiling pin-project-internal v1.1.6 |
3229 | 2024-11-22T23:26:44.274Z | Compiling libsqlite3-sys v0.30.1 |
3230 | 2024-11-22T23:26:44.277Z | Compiling snafu-derive v0.8.5 |
3231 | 2024-11-22T23:26:44.277Z | Compiling rustls v0.21.12 |
3232 | 2024-11-22T23:26:44.526Z | Compiling cargo_metadata v0.18.1 |
3233 | 2024-11-22T23:26:44.584Z | Compiling buf-list v1.0.3 |
3234 | 2024-11-22T23:26:44.777Z | Compiling cfg_aliases v0.2.1 |
3235 | 2024-11-22T23:26:44.796Z | Compiling zip v2.1.3 |
3236 | 2024-11-22T23:26:44.885Z | Checking lockfree-object-pool v0.1.6 |
3237 | 2024-11-22T23:26:45.100Z | Checking bumpalo v3.16.0 |
3238 | 2024-11-22T23:26:45.173Z | Checking simd-adler32 v0.3.7 |
3239 | 2024-11-22T23:26:45.243Z | Compiling nix v0.29.0 |
3240 | 2024-11-22T23:26:45.361Z | Checking globset v0.4.15 |
3241 | 2024-11-22T23:26:45.421Z | Checking olpc-cjson v0.1.4 |
3242 | 2024-11-22T23:26:45.517Z | Checking zopfli v0.8.1 |
3243 | 2024-11-22T23:26:45.628Z | Checking rustls-webpki v0.101.7 |
3244 | 2024-11-22T23:26:45.864Z | Checking sct v0.7.1 |
3245 | 2024-11-22T23:26:46.071Z | Checking serde_plain v1.0.2 |
3246 | 2024-11-22T23:26:46.117Z | Checking typed-path v0.9.3 |
3247 | 2024-11-22T23:26:47.150Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3248 | 2024-11-22T23:26:47.262Z | Checking pin-project v1.1.6 |
3249 | 2024-11-22T23:26:47.265Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3250 | 2024-11-22T23:26:47.396Z | Checking hashlink v0.9.1 |
3251 | 2024-11-22T23:26:47.416Z | Checking fallible-iterator v0.3.0 |
3252 | 2024-11-22T23:26:47.551Z | Checking fallible-streaming-iterator v0.1.9 |
3253 | 2024-11-22T23:26:47.800Z | Checking parse-size v1.1.0 |
3254 | 2024-11-22T23:26:48.041Z | Checking rusqlite v0.32.1 |
3255 | 2024-11-22T23:26:48.059Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3256 | 2024-11-22T23:26:48.059Z | Checking rustls-pemfile v1.0.4 |
3257 | 2024-11-22T23:26:48.141Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3258 | 2024-11-22T23:26:48.261Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3259 | 2024-11-22T23:26:48.467Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3260 | 2024-11-22T23:26:48.534Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3261 | 2024-11-22T23:26:48.675Z | Checking twox-hash v1.6.3 |
3262 | 2024-11-22T23:26:48.695Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3263 | 2024-11-22T23:26:49.177Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3264 | 2024-11-22T23:26:49.500Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3265 | 2024-11-22T23:26:49.523Z | Checking tokio-rustls v0.24.1 |
3266 | 2024-11-22T23:26:49.818Z | Checking snafu v0.8.5 |
3267 | 2024-11-22T23:26:49.924Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3268 | 2024-11-22T23:26:50.078Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3269 | 2024-11-22T23:26:50.134Z | Checking fatfs v0.3.6 |
3270 | 2024-11-22T23:26:50.312Z | Checking tough v0.19.0 |
3271 | 2024-11-22T23:26:50.599Z | Checking assert_matches v1.5.0 |
3272 | 2024-11-22T23:26:54.525Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3273 | 2024-11-22T23:26:55.887Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3274 | 2024-11-22T23:26:56.812Z | Compiling git2 v0.19.0 |
3275 | 2024-11-22T23:27:01.629Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3276 | 2024-11-22T23:27:54.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3277 | 2024-11-22T23:27:54.599Z | |
3278 | 2024-11-22T23:27:54.599Z | info: running `cargo check --bins` on nexus-external-api (144/173) |
3279 | 2024-11-22T23:27:55.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3280 | 2024-11-22T23:27:55.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3281 | 2024-11-22T23:27:55.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3282 | 2024-11-22T23:27:55.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3283 | 2024-11-22T23:27:55.300Z | |
3284 | 2024-11-22T23:27:55.300Z | info: running `cargo check --bins` on openapi-manager-types (145/173) |
3285 | 2024-11-22T23:27:55.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3286 | 2024-11-22T23:27:55.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3287 | 2024-11-22T23:27:55.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3288 | 2024-11-22T23:27:55.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3289 | 2024-11-22T23:27:55.926Z | |
3290 | 2024-11-22T23:27:55.926Z | info: running `cargo check --bins` on nexus-internal-api (146/173) |
3291 | 2024-11-22T23:27:56.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3292 | 2024-11-22T23:27:56.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3293 | 2024-11-22T23:27:56.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3294 | 2024-11-22T23:27:56.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3295 | 2024-11-22T23:27:56.593Z | |
3296 | 2024-11-22T23:27:56.593Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (147/173) |
3297 | 2024-11-22T23:27:57.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2024-11-22T23:27:57.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2024-11-22T23:27:57.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3300 | 2024-11-22T23:27:57.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3301 | 2024-11-22T23:27:57.276Z | |
3302 | 2024-11-22T23:27:57.276Z | info: running `cargo check --bins` on nexus-networking (148/173) |
3303 | 2024-11-22T23:27:57.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3304 | 2024-11-22T23:27:57.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3305 | 2024-11-22T23:27:57.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3306 | 2024-11-22T23:27:57.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3307 | 2024-11-22T23:27:57.958Z | |
3308 | 2024-11-22T23:27:57.958Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (149/173) |
3309 | 2024-11-22T23:27:58.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3310 | 2024-11-22T23:27:58.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3311 | 2024-11-22T23:27:58.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3312 | 2024-11-22T23:27:58.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3313 | 2024-11-22T23:27:58.631Z | |
3314 | 2024-11-22T23:27:58.631Z | info: running `cargo check --bins` on update-common (150/173) |
3315 | 2024-11-22T23:27:59.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3316 | 2024-11-22T23:27:59.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3317 | 2024-11-22T23:27:59.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3318 | 2024-11-22T23:27:59.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3319 | 2024-11-22T23:27:59.286Z | |
3320 | 2024-11-22T23:27:59.286Z | info: running `cargo check --bins` on tufaceous-lib (151/173) |
3321 | 2024-11-22T23:27:59.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3322 | 2024-11-22T23:27:59.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3323 | 2024-11-22T23:27:59.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3324 | 2024-11-22T23:27:59.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3325 | 2024-11-22T23:27:59.961Z | |
3326 | 2024-11-22T23:27:59.961Z | info: running `cargo check --bins` on tufaceous (152/173) |
3327 | 2024-11-22T23:28:00.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3328 | 2024-11-22T23:28:00.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3329 | 2024-11-22T23:28:00.632Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3330 | 2024-11-22T23:28:01.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
3331 | 2024-11-22T23:28:01.804Z | |
3332 | 2024-11-22T23:28:01.804Z | info: running `cargo check --bins` on omicron-dev (153/173) |
3333 | 2024-11-22T23:28:02.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3334 | 2024-11-22T23:28:02.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3335 | 2024-11-22T23:28:02.652Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3336 | 2024-11-22T23:28:02.780Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3337 | 2024-11-22T23:28:02.783Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3338 | 2024-11-22T23:28:02.783Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3339 | 2024-11-22T23:28:28.386Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3340 | 2024-11-22T23:28:28.386Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3341 | 2024-11-22T23:28:28.389Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3342 | 2024-11-22T23:28:28.389Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3343 | 2024-11-22T23:28:28.389Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3344 | 2024-11-22T23:28:29.188Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3345 | 2024-11-22T23:28:30.463Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3346 | 2024-11-22T23:29:07.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
3347 | 2024-11-22T23:29:08.168Z | |
3348 | 2024-11-22T23:29:08.169Z | info: running `cargo check --bins` on openapi-manager (154/173) |
3349 | 2024-11-22T23:29:08.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2024-11-22T23:29:08.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2024-11-22T23:29:08.879Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3352 | 2024-11-22T23:29:08.879Z | Checking heck v0.4.1 |
3353 | 2024-11-22T23:29:08.879Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3354 | 2024-11-22T23:29:09.113Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3355 | 2024-11-22T23:29:10.535Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3356 | 2024-11-22T23:29:11.412Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3357 | 2024-11-22T23:29:12.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
3358 | 2024-11-22T23:29:12.682Z | |
3359 | 2024-11-22T23:29:12.682Z | info: running `cargo check --bins` on installinator-api (155/173) |
3360 | 2024-11-22T23:29:13.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3361 | 2024-11-22T23:29:13.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3362 | 2024-11-22T23:29:13.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3363 | 2024-11-22T23:29:13.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3364 | 2024-11-22T23:29:13.333Z | |
3365 | 2024-11-22T23:29:13.333Z | info: running `cargo check --bins` on wicketd-api (156/173) |
3366 | 2024-11-22T23:29:13.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3367 | 2024-11-22T23:29:13.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3368 | 2024-11-22T23:29:13.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3369 | 2024-11-22T23:29:13.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3370 | 2024-11-22T23:29:13.999Z | |
3371 | 2024-11-22T23:29:13.999Z | info: running `cargo check --bins` on reconfigurator-cli (157/173) |
3372 | 2024-11-22T23:29:14.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3373 | 2024-11-22T23:29:14.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3374 | 2024-11-22T23:29:14.692Z | Compiling petname v2.0.2 |
3375 | 2024-11-22T23:29:14.695Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3376 | 2024-11-22T23:29:14.695Z | Checking sync-ptr v0.1.1 |
3377 | 2024-11-22T23:29:16.102Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3378 | 2024-11-22T23:29:17.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.68s |
3379 | 2024-11-22T23:29:17.862Z | |
3380 | 2024-11-22T23:29:17.862Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (158/173) |
3381 | 2024-11-22T23:29:18.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3382 | 2024-11-22T23:29:18.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3383 | 2024-11-22T23:29:18.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3384 | 2024-11-22T23:29:18.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3385 | 2024-11-22T23:29:18.525Z | |
3386 | 2024-11-22T23:29:18.525Z | info: running `cargo check --bins` on omicron-releng (159/173) |
3387 | 2024-11-22T23:29:19.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3388 | 2024-11-22T23:29:19.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3389 | 2024-11-22T23:29:19.192Z | Checking memmap2 v0.9.5 |
3390 | 2024-11-22T23:29:19.192Z | Checking arrayvec v0.7.6 |
3391 | 2024-11-22T23:29:19.196Z | Checking constant_time_eq v0.3.1 |
3392 | 2024-11-22T23:29:19.196Z | Checking arrayref v0.3.9 |
3393 | 2024-11-22T23:29:19.196Z | Checking spin v0.5.2 |
3394 | 2024-11-22T23:29:19.196Z | Checking topological-sort v0.2.2 |
3395 | 2024-11-22T23:29:19.299Z | Checking shell-words v1.1.0 |
3396 | 2024-11-22T23:29:19.506Z | Checking ring v0.16.20 |
3397 | 2024-11-22T23:29:19.583Z | Checking blake3 v1.5.4 |
3398 | 2024-11-22T23:29:20.615Z | Checking omicron-zone-package v0.11.1 |
3399 | 2024-11-22T23:29:21.735Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3400 | 2024-11-22T23:29:22.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s |
3401 | 2024-11-22T23:29:22.813Z | |
3402 | 2024-11-22T23:29:22.813Z | info: running `cargo check --bins` on xtask (160/173) |
3403 | 2024-11-22T23:29:23.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3404 | 2024-11-22T23:29:23.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3405 | 2024-11-22T23:29:23.256Z | Checking bitflags v2.6.0 |
3406 | 2024-11-22T23:29:23.259Z | Checking serde v1.0.215 |
3407 | 2024-11-22T23:29:23.259Z | Checking thiserror v1.0.69 |
3408 | 2024-11-22T23:29:23.351Z | Checking scroll v0.12.0 |
3409 | 2024-11-22T23:29:23.354Z | Checking log v0.4.22 |
3410 | 2024-11-22T23:29:23.354Z | Checking hashbrown v0.15.0 |
3411 | 2024-11-22T23:29:23.374Z | Checking zerocopy v0.7.35 |
3412 | 2024-11-22T23:29:23.388Z | Checking syn v2.0.87 |
3413 | 2024-11-22T23:29:23.439Z | Checking pest v2.7.14 |
3414 | 2024-11-22T23:29:23.583Z | Checking rustix v0.38.37 |
3415 | 2024-11-22T23:29:23.618Z | Checking once_cell v1.20.2 |
3416 | 2024-11-22T23:29:23.801Z | Checking goblin v0.8.2 |
3417 | 2024-11-22T23:29:23.929Z | Checking fs-err v2.11.0 |
3418 | 2024-11-22T23:29:24.226Z | Checking tabled v0.15.0 |
3419 | 2024-11-22T23:29:24.441Z | Checking indexmap v2.6.0 |
3420 | 2024-11-22T23:29:24.839Z | Checking anyhow v1.0.93 |
3421 | 2024-11-22T23:29:25.600Z | Checking terminal_size v0.4.0 |
3422 | 2024-11-22T23:29:25.603Z | Checking tempfile v3.13.0 |
3423 | 2024-11-22T23:29:25.766Z | Checking dtrace-parser v0.2.0 |
3424 | 2024-11-22T23:29:25.782Z | Checking clap_builder v4.5.21 |
3425 | 2024-11-22T23:29:27.772Z | Checking serde_json v1.0.132 |
3426 | 2024-11-22T23:29:27.772Z | Checking toml_datetime v0.6.8 |
3427 | 2024-11-22T23:29:27.772Z | Checking serde_spanned v0.6.8 |
3428 | 2024-11-22T23:29:27.775Z | Checking camino v1.1.9 |
3429 | 2024-11-22T23:29:27.775Z | Checking cargo-platform v0.1.8 |
3430 | 2024-11-22T23:29:27.775Z | Checking semver v1.0.23 |
3431 | 2024-11-22T23:29:27.876Z | Checking clap v4.5.21 |
3432 | 2024-11-22T23:29:27.985Z | Checking macaddr v1.0.1 |
3433 | 2024-11-22T23:29:28.084Z | Checking toml_edit v0.22.22 |
3434 | 2024-11-22T23:29:28.252Z | Checking camino-tempfile v1.1.1 |
3435 | 2024-11-22T23:29:28.947Z | Checking dof v0.3.0 |
3436 | 2024-11-22T23:29:28.947Z | Checking cargo_metadata v0.18.1 |
3437 | 2024-11-22T23:29:29.355Z | Checking usdt-impl v0.5.0 |
3438 | 2024-11-22T23:29:29.740Z | Checking usdt v0.5.0 |
3439 | 2024-11-22T23:29:29.843Z | Checking toml v0.8.19 |
3440 | 2024-11-22T23:29:30.308Z | Checking cargo_toml v0.20.5 |
3441 | 2024-11-22T23:29:31.499Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3442 | 2024-11-22T23:29:32.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.30s |
3443 | 2024-11-22T23:29:32.221Z | |
3444 | 2024-11-22T23:29:32.221Z | info: running `cargo check --bins` on end-to-end-tests (161/173) |
3445 | 2024-11-22T23:29:32.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3446 | 2024-11-22T23:29:32.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3447 | 2024-11-22T23:29:32.979Z | Checking polyval v0.6.2 |
3448 | 2024-11-22T23:29:33.093Z | Checking ctr v0.9.2 |
3449 | 2024-11-22T23:29:33.103Z | Checking ssh-encoding v0.2.0 |
3450 | 2024-11-22T23:29:33.105Z | Checking blowfish v0.9.1 |
3451 | 2024-11-22T23:29:33.125Z | Checking password-hash v0.4.2 |
3452 | 2024-11-22T23:29:33.128Z | Checking matches v0.1.10 |
3453 | 2024-11-22T23:29:33.155Z | Checking p521 v0.13.3 |
3454 | 2024-11-22T23:29:33.155Z | Checking p256 v0.13.2 |
3455 | 2024-11-22T23:29:33.223Z | Checking idna v0.2.3 |
3456 | 2024-11-22T23:29:33.317Z | Checking ghash v0.5.1 |
3457 | 2024-11-22T23:29:33.320Z | Checking bcrypt-pbkdf v0.10.0 |
3458 | 2024-11-22T23:29:33.354Z | Compiling enum-as-inner v0.5.1 |
3459 | 2024-11-22T23:29:33.415Z | Checking russh-cryptovec v0.7.3 |
3460 | 2024-11-22T23:29:33.476Z | Checking aes-gcm v0.10.3 |
3461 | 2024-11-22T23:29:33.533Z | Checking pbkdf2 v0.11.0 |
3462 | 2024-11-22T23:29:33.594Z | Checking md5 v0.7.0 |
3463 | 2024-11-22T23:29:33.614Z | Checking num-bigint v0.4.6 |
3464 | 2024-11-22T23:29:33.702Z | Checking ssh-cipher v0.2.0 |
3465 | 2024-11-22T23:29:33.785Z | Checking des v0.8.1 |
3466 | 2024-11-22T23:29:33.837Z | Checking hex-literal v0.4.1 |
3467 | 2024-11-22T23:29:33.967Z | Compiling dhcproto-macros v0.1.0 |
3468 | 2024-11-22T23:29:33.983Z | Checking ssh-key v0.6.6 |
3469 | 2024-11-22T23:29:34.023Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3470 | 2024-11-22T23:29:34.070Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3471 | 2024-11-22T23:29:34.318Z | Checking trust-dns-proto v0.22.0 |
3472 | 2024-11-22T23:29:34.437Z | Checking internet-checksum v0.2.1 |
3473 | 2024-11-22T23:29:35.301Z | Checking russh-keys v0.45.0 |
3474 | 2024-11-22T23:29:36.218Z | Checking russh v0.45.0 |
3475 | 2024-11-22T23:29:36.907Z | Checking dhcproto v0.12.0 |
3476 | 2024-11-22T23:29:53.990Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3477 | 2024-11-22T23:29:55.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.18s |
3478 | 2024-11-22T23:29:55.622Z | |
3479 | 2024-11-22T23:29:55.622Z | info: running `cargo check --bins` on gateway-cli (162/173) |
3480 | 2024-11-22T23:29:56.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3481 | 2024-11-22T23:29:56.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3482 | 2024-11-22T23:29:56.256Z | Checking termios v0.3.3 |
3483 | 2024-11-22T23:29:56.473Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3484 | 2024-11-22T23:29:57.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3485 | 2024-11-22T23:29:57.437Z | |
3486 | 2024-11-22T23:29:57.437Z | info: running `cargo check --bins --no-default-features` on installinator (163/173) |
3487 | 2024-11-22T23:29:58.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3488 | 2024-11-22T23:29:58.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3489 | 2024-11-22T23:29:58.129Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3490 | 2024-11-22T23:30:00.136Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3491 | 2024-11-22T23:30:02.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s |
3492 | 2024-11-22T23:30:02.207Z | |
3493 | 2024-11-22T23:30:02.207Z | info: running `cargo check --bins` on internal-dns-cli (164/173) |
3494 | 2024-11-22T23:30:02.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3495 | 2024-11-22T23:30:02.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3496 | 2024-11-22T23:30:02.852Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3497 | 2024-11-22T23:30:03.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3498 | 2024-11-22T23:30:03.507Z | |
3499 | 2024-11-22T23:30:03.507Z | info: running `cargo check --bins` on omicron-live-tests (165/173) |
3500 | 2024-11-22T23:30:04.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3501 | 2024-11-22T23:30:04.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3502 | 2024-11-22T23:30:04.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3503 | 2024-11-22T23:30:04.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3504 | 2024-11-22T23:30:04.127Z | |
3505 | 2024-11-22T23:30:04.127Z | info: running `cargo check --bins` on live-tests-macros (166/173) |
3506 | 2024-11-22T23:30:04.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3507 | 2024-11-22T23:30:04.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3508 | 2024-11-22T23:30:04.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3509 | 2024-11-22T23:30:04.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3510 | 2024-11-22T23:30:04.747Z | |
3511 | 2024-11-22T23:30:04.747Z | info: running `cargo check --bins` on omicron-package (167/173) |
3512 | 2024-11-22T23:30:05.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3513 | 2024-11-22T23:30:05.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3514 | 2024-11-22T23:30:05.423Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3515 | 2024-11-22T23:30:06.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
3516 | 2024-11-22T23:30:06.928Z | |
3517 | 2024-11-22T23:30:06.928Z | info: running `cargo check --bins` on range-requests (168/173) |
3518 | 2024-11-22T23:30:07.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3519 | 2024-11-22T23:30:07.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3520 | 2024-11-22T23:30:07.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3521 | 2024-11-22T23:30:07.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3522 | 2024-11-22T23:30:07.551Z | |
3523 | 2024-11-22T23:30:07.551Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
3524 | 2024-11-22T23:30:08.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3525 | 2024-11-22T23:30:08.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3526 | 2024-11-22T23:30:08.254Z | Checking rtoolbox v0.0.2 |
3527 | 2024-11-22T23:30:08.256Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3528 | 2024-11-22T23:30:08.256Z | Checking tui-tree-widget v0.22.0 |
3529 | 2024-11-22T23:30:08.476Z | Checking rpassword v7.3.1 |
3530 | 2024-11-22T23:30:12.480Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3531 | 2024-11-22T23:30:15.484Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3532 | 2024-11-22T23:30:16.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s |
3533 | 2024-11-22T23:30:16.910Z | |
3534 | 2024-11-22T23:30:16.910Z | info: running `cargo check --bins` on wicket (170/173) |
3535 | 2024-11-22T23:30:17.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3536 | 2024-11-22T23:30:17.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3537 | 2024-11-22T23:30:17.610Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3538 | 2024-11-22T23:30:18.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3539 | 2024-11-22T23:30:18.238Z | |
3540 | 2024-11-22T23:30:18.238Z | info: running `cargo check --bins` on wicketd (171/173) |
3541 | 2024-11-22T23:30:18.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3542 | 2024-11-22T23:30:18.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3543 | 2024-11-22T23:30:18.954Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3544 | 2024-11-22T23:30:22.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
3545 | 2024-11-22T23:30:23.106Z | |
3546 | 2024-11-22T23:30:23.106Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
3547 | 2024-11-22T23:30:23.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3548 | 2024-11-22T23:30:23.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3549 | 2024-11-22T23:30:23.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3550 | 2024-11-22T23:30:23.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3551 | 2024-11-22T23:30:23.719Z | |
3552 | 2024-11-22T23:30:23.720Z | info: running `cargo check --bins` on zone-setup (173/173) |
3553 | 2024-11-22T23:30:24.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3554 | 2024-11-22T23:30:24.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3555 | 2024-11-22T23:30:24.450Z | Checking uzers v0.12.1 |
3556 | 2024-11-22T23:30:24.799Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3557 | 2024-11-22T23:30:25.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s |
3558 | 2024-11-22T23:30:26.159Z | |
3559 | 2024-11-22T23:30:26.161Z | real 12:54.985315835 |
3560 | 2024-11-22T23:30:26.161Z | user 24:06.435570147 |
3561 | 2024-11-22T23:30:26.161Z | sys 5:26.607902812 |
3562 | 2024-11-22T23:30:26.161Z | trap 0.478379027 |
3563 | 2024-11-22T23:30:26.161Z | tflt 2.297579053 |
3564 | 2024-11-22T23:30:26.161Z | dflt 3.189802705 |
3565 | 2024-11-22T23:30:26.161Z | kflt 0.002053404 |
3566 | 2024-11-22T23:30:26.161Z | lock 45:23.143945883 |
3567 | 2024-11-22T23:30:26.162Z | slp 2:05:44.986599591 |
3568 | 2024-11-22T23:30:26.162Z | lat 1:01.398632942 |
3569 | 2024-11-22T23:30:26.162Z | stop 3:18.351645390 |
3570 | 2024-11-22T23:30:26.162Z | process exited: duration 1051443 ms, exit code 0 |
|
3571 | 2024-11-22T23:30:26.169Z | found 0 output files |