|
|
|
1 | 2025-01-08T00:17:57.222Z | job assigned to worker 01JH1MB7PYZMCGY9Q5ZD4JVD83 [factory aws, i-0f087a5964d5b00f1] (queued for 1 m 0 s) |
|
2 | 2025-01-08T00:18:04.625Z | starting task 0: "setup" |
3 | 2025-01-08T00:18:04.635Z | ++ uname -s |
4 | 2025-01-08T00:18:04.637Z | + kern=SunOS |
5 | 2025-01-08T00:18:04.637Z | + case "$kern" in |
6 | 2025-01-08T00:18:04.637Z | + groupadd -g 12345 build |
7 | 2025-01-08T00:18:04.640Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-08T00:18:06.647Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-08T00:18:06.755Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-08T00:18:06.757Z | + home_fs=zfs |
11 | 2025-01-08T00:18:06.757Z | + [[ zfs == autofs ]] |
12 | 2025-01-08T00:18:06.757Z | + mkdir -p /home/build |
13 | 2025-01-08T00:18:06.760Z | + chown build:build /home/build /work |
14 | 2025-01-08T00:18:07.762Z | + chmod 0700 /home/build /work |
15 | 2025-01-08T00:18:07.765Z | process exited: duration 3140 ms, exit code 0 |
|
16 | 2025-01-08T00:18:07.770Z | starting task 1: "rust-toolchain" |
17 | 2025-01-08T00:18:07.776Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-08T00:18:07.776Z | * toolchain channel = "1.81.0" |
19 | 2025-01-08T00:18:07.776Z | * toolchain profile = "default" |
20 | 2025-01-08T00:18:07.777Z | ' 1.81.0 |
21 | 2025-01-08T00:18:07.777Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-08T00:18:07.777Z | ' default |
23 | 2025-01-08T00:18:07.780Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-08T00:18:07.780Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-08T00:18:07.894Z | info: downloading installer |
26 | 2025-01-08T00:18:09.254Z | info: profile set to 'default' |
27 | 2025-01-08T00:18:09.255Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-08T00:18:09.258Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-08T00:18:09.410Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-08T00:18:09.410Z | info: downloading component 'cargo' |
31 | 2025-01-08T00:18:10.249Z | info: downloading component 'clippy' |
32 | 2025-01-08T00:18:10.562Z | info: downloading component 'rust-docs' |
33 | 2025-01-08T00:18:11.732Z | info: downloading component 'rust-std' |
34 | 2025-01-08T00:18:13.547Z | info: downloading component 'rustc' |
35 | 2025-01-08T00:18:20.078Z | info: downloading component 'rustfmt' |
36 | 2025-01-08T00:18:20.324Z | info: installing component 'cargo' |
37 | 2025-01-08T00:18:21.124Z | info: installing component 'clippy' |
38 | 2025-01-08T00:18:21.480Z | info: installing component 'rust-docs' |
39 | 2025-01-08T00:18:23.032Z | info: installing component 'rust-std' |
40 | 2025-01-08T00:18:24.842Z | info: installing component 'rustc' |
41 | 2025-01-08T00:18:30.497Z | info: installing component 'rustfmt' |
42 | 2025-01-08T00:18:30.821Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-08T00:18:30.821Z | |
44 | 2025-01-08T00:18:31.188Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-08T00:18:31.188Z | |
46 | 2025-01-08T00:18:31.190Z | |
47 | 2025-01-08T00:18:31.191Z | Rust is installed now. Great! |
48 | 2025-01-08T00:18:31.191Z | |
49 | 2025-01-08T00:18:31.191Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-08T00:18:31.191Z | environment variable. This has not been done automatically. |
51 | 2025-01-08T00:18:31.191Z | |
52 | 2025-01-08T00:18:31.191Z | To configure your current shell, you need to source |
53 | 2025-01-08T00:18:31.191Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-08T00:18:31.191Z | |
55 | 2025-01-08T00:18:31.191Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-08T00:18:31.191Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-08T00:18:31.191Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-08T00:18:31.266Z | + rustc --version |
59 | 2025-01-08T00:18:31.332Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-08T00:18:31.335Z | process exited: duration 23562 ms, exit code 0 |
|
61 | 2025-01-08T00:18:31.343Z | starting task 2: "authentication" |
62 | 2025-01-08T00:18:31.362Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-08T00:18:31.368Z | starting task 3: "clone repository" |
64 | 2025-01-08T00:18:31.373Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-08T00:18:31.375Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-08T00:18:31.413Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-08T00:18:38.684Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-08T00:18:38.684Z | + git fetch origin 125e5170aac0e37130918c3e2b3f1ac324401517 |
69 | 2025-01-08T00:18:38.998Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-08T00:18:38.998Z | * branch 125e5170aac0e37130918c3e2b3f1ac324401517 -> FETCH_HEAD |
71 | 2025-01-08T00:18:39.008Z | + [[ -n spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured ]] |
72 | 2025-01-08T00:18:39.011Z | ++ git branch --show-current |
73 | 2025-01-08T00:18:39.013Z | + current=main |
74 | 2025-01-08T00:18:39.013Z | + [[ main != spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured ]] |
75 | 2025-01-08T00:18:39.013Z | + git branch -f spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured 125e5170aac0e37130918c3e2b3f1ac324401517 |
76 | 2025-01-08T00:18:39.016Z | + git checkout -f spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured |
77 | 2025-01-08T00:18:39.194Z | Switched to branch 'spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured' |
78 | 2025-01-08T00:18:39.197Z | + git reset --hard 125e5170aac0e37130918c3e2b3f1ac324401517 |
79 | 2025-01-08T00:18:39.212Z | HEAD is now at 125e5170a rebase |
80 | 2025-01-08T00:18:39.214Z | process exited: duration 7844 ms, exit code 0 |
|
81 | 2025-01-08T00:18:39.221Z | starting task 4: "build" |
82 | 2025-01-08T00:18:39.225Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-08T00:18:39.225Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-08T00:18:39.225Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-08T00:18:39.225Z | + cargo --version |
86 | 2025-01-08T00:18:39.283Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-08T00:18:39.287Z | + rustc --version |
88 | 2025-01-08T00:18:39.345Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-08T00:18:39.348Z | + source ./env.sh |
90 | 2025-01-08T00:18:39.348Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-08T00:18:39.348Z | ++ set -o xtrace |
92 | 2025-01-08T00:18:39.350Z | ++++ dirname ./env.sh |
93 | 2025-01-08T00:18:39.353Z | +++ readlink -f . |
94 | 2025-01-08T00:18:39.357Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-08T00:18:39.360Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-08T00:18:39.360Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2025-01-08T00:18:39.360Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2025-01-08T00:18:39.360Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2025-01-08T00:18:39.360Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2025-01-08T00:18:39.360Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2025-01-08T00:18:39.360Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2025-01-08T00:18:39.360Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2025-01-08T00:18:39.360Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-08T00:18:39.360Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-08T00:18:39.360Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2025-01-08T00:18:39.360Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2025-01-08T00:18:39.360Z | + banner prerequisites |
108 | 2025-01-08T00:18:39.363Z | |
109 | 2025-01-08T00:18:39.363Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-08T00:18:39.363Z | # # # # # # # # # # # # # # # |
111 | 2025-01-08T00:18:39.363Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-08T00:18:39.363Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-08T00:18:39.363Z | # # # # # # # # # # # # # # # |
114 | 2025-01-08T00:18:39.363Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-08T00:18:39.363Z | |
116 | 2025-01-08T00:18:39.363Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-08T00:18:46.593Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2025-01-08T00:18:50.535Z | Startup: Caching catalogs ... Done |
119 | 2025-01-08T00:19:02.064Z | Planning: Solver setup ... Done (10.536s) |
120 | 2025-01-08T00:19:02.204Z | Planning: Running solver ... Done (0.140s) |
121 | 2025-01-08T00:19:02.316Z | Planning: Finding local manifests ... Done (0.004s) |
122 | 2025-01-08T00:19:02.370Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2025-01-08T00:19:03.224Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2025-01-08T00:19:03.422Z | Planning: Package planning ... Done (0.274s) |
125 | 2025-01-08T00:19:03.479Z | Planning: Merging actions ... Done (0.057s) |
126 | 2025-01-08T00:19:03.673Z | Planning: Checking for conflicting actions ... Done (0.194s) |
127 | 2025-01-08T00:19:05.805Z | Planning: Consolidating action changes ... Done (2.131s) |
128 | 2025-01-08T00:19:06.265Z | Planning: Evaluating mediators ... Done (0.461s) |
129 | 2025-01-08T00:19:06.348Z | Planning: Planning completed in 15.71 seconds |
130 | 2025-01-08T00:19:06.364Z | Packages to install: 4 |
131 | 2025-01-08T00:19:06.364Z | Packages to update: 1 |
132 | 2025-01-08T00:19:06.367Z | Mediators to change: 2 |
133 | 2025-01-08T00:19:06.367Z | Services to change: 1 |
134 | 2025-01-08T00:19:06.367Z | Estimated space available: 155.63 GB |
135 | 2025-01-08T00:19:06.367Z | Estimated space to be consumed: 1.62 GB |
136 | 2025-01-08T00:19:06.367Z | Create boot environment: No |
137 | 2025-01-08T00:19:06.367Z | Create backup boot environment: Yes |
138 | 2025-01-08T00:19:06.367Z | Rebuild boot archive: No |
139 | 2025-01-08T00:19:06.367Z | |
140 | 2025-01-08T00:19:06.367Z | Changed mediators: |
141 | 2025-01-08T00:19:06.367Z | mediator clang: |
142 | 2025-01-08T00:19:06.367Z | version: None -> 15 (system default) |
143 | 2025-01-08T00:19:06.367Z | |
144 | 2025-01-08T00:19:06.367Z | mediator llvm: |
145 | 2025-01-08T00:19:06.367Z | version: 14 (system default) -> 15 (system default) |
146 | 2025-01-08T00:19:06.367Z | |
147 | 2025-01-08T00:19:06.367Z | Changed packages: |
148 | 2025-01-08T00:19:06.367Z | helios-dev |
149 | 2025-01-08T00:19:06.367Z | developer/build-essential |
150 | 2025-01-08T00:19:06.367Z | None -> 11-2.0 |
151 | 2025-01-08T00:19:06.367Z | library/libxmlsec1 |
152 | 2025-01-08T00:19:06.367Z | None -> 1.2.35-2.0 |
153 | 2025-01-08T00:19:06.367Z | ooce/developer/clang-15 |
154 | 2025-01-08T00:19:06.367Z | None -> 15.0.7-2.0 |
155 | 2025-01-08T00:19:06.367Z | ooce/developer/llvm-15 |
156 | 2025-01-08T00:19:06.367Z | None -> 15.0.7-2.0 |
157 | 2025-01-08T00:19:06.367Z | package/pkg |
158 | 2025-01-08T00:19:06.367Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2025-01-08T00:19:06.367Z | |
160 | 2025-01-08T00:19:06.367Z | Services: |
161 | 2025-01-08T00:19:06.368Z | restart_fmri: |
162 | 2025-01-08T00:19:06.368Z | svc:/system/update-man-index:default |
163 | 2025-01-08T00:19:06.368Z | |
164 | 2025-01-08T00:19:06.368Z | Editable files to change: |
165 | 2025-01-08T00:19:06.368Z | Update: |
166 | 2025-01-08T00:19:06.368Z | usr/share/lib/pkg/web/config.shtml |
167 | 2025-01-08T00:19:06.453Z | |
168 | 2025-01-08T00:19:06.453Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2025-01-08T00:19:11.521Z | Download: 202/4281 items 1.3/220.6MB 0% complete (205k/s) |
170 | 2025-01-08T00:19:19.753Z | Download: 211/4281 items 1.3/220.6MB 0% complete (201k/s) |
171 | 2025-01-08T00:19:24.872Z | Download: 550/4281 items 17.5/220.6MB 7% complete (3.3M/s) |
172 | 2025-01-08T00:19:29.875Z | Download: 898/4281 items 18.9/220.6MB 8% complete (1.8M/s) |
173 | 2025-01-08T00:19:34.976Z | Download: 1190/4281 items 80.0/220.6MB 36% complete (6.2M/s) |
174 | 2025-01-08T00:19:39.976Z | Download: 1254/4281 items 104.2/220.6MB 47% complete (8.5M/s) |
175 | 2025-01-08T00:19:44.981Z | Download: 1896/4281 items 117.3/220.6MB 53% complete (3.8M/s) |
176 | 2025-01-08T00:19:50.501Z | Download: 2219/4281 items 118.5/220.6MB 53% complete (3.6M/s) |
177 | 2025-01-08T00:19:58.044Z | Download: 2220/4281 items 118.5/220.6MB 53% complete (3.4M/s) |
178 | 2025-01-08T00:20:04.731Z | Download: 2221/4281 items 118.5/220.6MB 53% complete |
179 | 2025-01-08T00:20:09.737Z | Download: 3264/4281 items 210.1/220.6MB 95% complete (18.3M/s) |
180 | 2025-01-08T00:20:15.184Z | Download: 3277/4281 items 210.4/220.6MB 95% complete (17.2M/s) |
181 | 2025-01-08T00:20:21.600Z | Download: 3284/4281 items 211.1/220.6MB 95% complete (11.5M/s) |
182 | 2025-01-08T00:20:34.413Z | Download: 3289/4281 items 212.6/220.6MB 96% complete |
183 | 2025-01-08T00:20:39.776Z | Download: 4203/4281 items 220.6/220.6MB 99% complete (1.7M/s) |
184 | 2025-01-08T00:20:40.657Z | Download: Completed 220.60 MB in 94.20 seconds (2.3M/s) |
185 | 2025-01-08T00:20:41.871Z | Actions: 1/5063 actions (Removing old actions) |
186 | 2025-01-08T00:20:41.893Z | Actions: 194/5063 actions (Installing new actions) |
187 | 2025-01-08T00:20:46.630Z | Actions: 4226/5063 actions (Updating modified actions) |
188 | 2025-01-08T00:20:46.951Z | Actions: Completed 5063 actions in 5.08 seconds. |
189 | 2025-01-08T00:20:47.369Z | Done (0.411s) |
190 | 2025-01-08T00:20:47.372Z | Done (0.000s) |
191 | 2025-01-08T00:20:47.969Z | Done (0.598s) |
192 | 2025-01-08T00:20:52.357Z | Done (4.163s) |
193 | 2025-01-08T00:20:52.447Z | Done (0.018s) |
194 | 2025-01-08T00:20:52.450Z | Done (0.000s) |
195 | 2025-01-08T00:20:52.625Z | Done (0.000s) |
196 | 2025-01-08T00:20:53.327Z | Planning: Evaluating mediator changes ... Done |
197 | 2025-01-08T00:20:53.495Z | Planning: Checking for conflicting actions ... Done |
198 | 2025-01-08T00:20:53.498Z | Planning: Consolidating action changes ... Done |
199 | 2025-01-08T00:20:53.776Z | Planning: Evaluating mediators ... Done |
200 | 2025-01-08T00:20:53.779Z | Planning: Planning completed in 0.45 seconds |
201 | 2025-01-08T00:20:53.817Z | Mediators to change: 2 |
202 | 2025-01-08T00:20:53.817Z | Create boot environment: No |
203 | 2025-01-08T00:20:53.820Z | Create backup boot environment: No |
204 | 2025-01-08T00:20:53.898Z | Done |
205 | 2025-01-08T00:20:53.898Z | Done |
206 | 2025-01-08T00:20:54.267Z | Done |
207 | 2025-01-08T00:20:58.122Z | Done |
208 | 2025-01-08T00:20:58.216Z | Done |
209 | 2025-01-08T00:20:58.218Z | Done |
210 | 2025-01-08T00:20:58.350Z | Done |
211 | 2025-01-08T00:20:58.981Z | Planning: Evaluating mediator changes ... Done |
212 | 2025-01-08T00:20:58.983Z | Planning: Merging actions ... Done |
213 | 2025-01-08T00:20:59.177Z | Planning: Checking for conflicting actions ... Done |
214 | 2025-01-08T00:20:59.180Z | Planning: Consolidating action changes ... Done |
215 | 2025-01-08T00:20:59.462Z | Planning: Evaluating mediators ... Done |
216 | 2025-01-08T00:20:59.520Z | Planning: Planning completed in 0.79 seconds |
217 | 2025-01-08T00:20:59.561Z | Packages to change: 1 |
218 | 2025-01-08T00:20:59.561Z | Mediators to change: 1 |
219 | 2025-01-08T00:20:59.565Z | Services to change: 1 |
220 | 2025-01-08T00:20:59.565Z | Create boot environment: No |
221 | 2025-01-08T00:20:59.565Z | Create backup boot environment: Yes |
222 | 2025-01-08T00:21:01.921Z | Actions: 1/6 actions (Updating modified actions) |
223 | 2025-01-08T00:21:01.924Z | Actions: Completed 6 actions in 0.00 seconds. |
224 | 2025-01-08T00:21:01.924Z | Done |
225 | 2025-01-08T00:21:01.924Z | Done |
226 | 2025-01-08T00:21:02.041Z | Done |
227 | 2025-01-08T00:21:05.939Z | Done |
228 | 2025-01-08T00:21:06.035Z | Done |
229 | 2025-01-08T00:21:06.039Z | Done |
230 | 2025-01-08T00:21:06.180Z | Done |
231 | 2025-01-08T00:21:06.620Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
232 | 2025-01-08T00:21:06.620Z | clang system 15 system |
233 | 2025-01-08T00:21:06.620Z | csh system system illumos |
234 | 2025-01-08T00:21:06.620Z | ctags system system illumos |
235 | 2025-01-08T00:21:06.620Z | gcc vendor 12 vendor |
236 | 2025-01-08T00:21:06.620Z | gcc system 10 system |
237 | 2025-01-08T00:21:06.620Z | gcc system 7 system |
238 | 2025-01-08T00:21:06.620Z | go system 1.20 system |
239 | 2025-01-08T00:21:06.620Z | go system 1.19 system |
240 | 2025-01-08T00:21:06.620Z | llvm system 15 system |
241 | 2025-01-08T00:21:06.621Z | llvm system 14 system |
242 | 2025-01-08T00:21:06.621Z | mariadb system 10.6 system |
243 | 2025-01-08T00:21:06.621Z | mta vendor vendor dma |
244 | 2025-01-08T00:21:06.621Z | openjdk system 17 system |
245 | 2025-01-08T00:21:06.621Z | openjdk system 11 system |
246 | 2025-01-08T00:21:06.621Z | openjdk system 1.8 system |
247 | 2025-01-08T00:21:06.621Z | openssl vendor 3 vendor |
248 | 2025-01-08T00:21:06.621Z | perl system 5.36 system |
249 | 2025-01-08T00:21:06.621Z | postgresql system 15 system |
250 | 2025-01-08T00:21:06.621Z | postgresql system 13 system |
251 | 2025-01-08T00:21:06.621Z | python vendor 3 vendor |
252 | 2025-01-08T00:21:06.621Z | python system 2 system |
253 | 2025-01-08T00:21:06.621Z | python3 system 3.11 system |
254 | 2025-01-08T00:21:06.621Z | ruby system 3.0 system |
255 | 2025-01-08T00:21:06.621Z | words vendor vendor american-english |
256 | 2025-01-08T00:21:06.621Z | words system system australian-english |
257 | 2025-01-08T00:21:06.621Z | words system system british-english |
258 | 2025-01-08T00:21:06.621Z | words system system canadian-english |
259 | 2025-01-08T00:21:06.621Z | words system system french |
260 | 2025-01-08T00:21:06.621Z | words system system italian |
261 | 2025-01-08T00:21:06.621Z | words system system ngerman |
262 | 2025-01-08T00:21:06.621Z | words system system ogerman |
263 | 2025-01-08T00:21:06.621Z | words system system spanish |
264 | 2025-01-08T00:21:06.958Z | PUBLISHER TYPE STATUS P LOCATION |
265 | 2025-01-08T00:21:06.958Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
266 | 2025-01-08T00:21:09.769Z | FMRI IFO |
267 | 2025-01-08T00:21:09.769Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
268 | 2025-01-08T00:21:09.769Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
269 | 2025-01-08T00:21:09.769Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
270 | 2025-01-08T00:21:09.769Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
271 | 2025-01-08T00:21:09.769Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
272 | 2025-01-08T00:21:09.769Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
273 | 2025-01-08T00:21:09.769Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
274 | 2025-01-08T00:21:09.769Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
275 | 2025-01-08T00:21:09.769Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
276 | 2025-01-08T00:21:09.769Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
277 | 2025-01-08T00:21:09.769Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
278 | 2025-01-08T00:21:09.769Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
279 | 2025-01-08T00:21:09.769Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
280 | 2025-01-08T00:21:09.769Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
281 | 2025-01-08T00:21:09.769Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
282 | 2025-01-08T00:21:10.536Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
283 | 2025-01-08T00:21:10.816Z | Updating crates.io index |
284 | 2025-01-08T00:21:10.851Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
285 | 2025-01-08T00:21:11.138Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
286 | 2025-01-08T00:21:11.689Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
287 | 2025-01-08T00:21:11.967Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
288 | 2025-01-08T00:21:12.251Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
289 | 2025-01-08T00:21:12.574Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
290 | 2025-01-08T00:21:13.483Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
291 | 2025-01-08T00:21:15.085Z | Updating git repository `https://github.com/oxidecomputer/opte` |
292 | 2025-01-08T00:21:15.771Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
293 | 2025-01-08T00:21:16.545Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
294 | 2025-01-08T00:21:16.805Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
295 | 2025-01-08T00:21:17.086Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
296 | 2025-01-08T00:21:17.803Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
297 | 2025-01-08T00:21:18.098Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
298 | 2025-01-08T00:21:18.394Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
299 | 2025-01-08T00:21:18.667Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
300 | 2025-01-08T00:21:18.950Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
301 | 2025-01-08T00:21:19.231Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
302 | 2025-01-08T00:21:19.547Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
303 | 2025-01-08T00:21:19.810Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
304 | 2025-01-08T00:21:20.214Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
305 | 2025-01-08T00:21:20.513Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2025-01-08T00:21:21.008Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
307 | 2025-01-08T00:21:21.331Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
308 | 2025-01-08T00:21:21.687Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
309 | 2025-01-08T00:21:22.124Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
310 | 2025-01-08T00:21:22.435Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
311 | 2025-01-08T00:21:22.692Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
312 | 2025-01-08T00:21:22.963Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
313 | 2025-01-08T00:21:24.144Z | Downloading crates ... |
314 | 2025-01-08T00:21:24.223Z | Downloaded anstream v0.6.15 |
315 | 2025-01-08T00:21:24.228Z | Downloaded anstyle v1.0.10 |
316 | 2025-01-08T00:21:24.231Z | Downloaded bytecount v0.6.8 |
317 | 2025-01-08T00:21:24.234Z | Downloaded camino-tempfile v1.1.1 |
318 | 2025-01-08T00:21:24.234Z | Downloaded anstyle-parse v0.2.5 |
319 | 2025-01-08T00:21:24.247Z | Downloaded pretty-hex v0.4.1 |
320 | 2025-01-08T00:21:24.251Z | Downloaded equivalent v1.0.1 |
321 | 2025-01-08T00:21:24.271Z | Downloaded byteorder v1.5.0 |
322 | 2025-01-08T00:21:24.286Z | Downloaded usdt-macro v0.5.0 |
323 | 2025-01-08T00:21:24.286Z | Downloaded swrite v0.1.0 |
324 | 2025-01-08T00:21:24.286Z | Downloaded dtrace-parser v0.2.0 |
325 | 2025-01-08T00:21:24.286Z | Downloaded usdt-attr-macro v0.5.0 |
326 | 2025-01-08T00:21:24.286Z | Downloaded scroll_derive v0.12.0 |
327 | 2025-01-08T00:21:24.286Z | Downloaded anstyle-query v1.1.1 |
328 | 2025-01-08T00:21:24.297Z | Downloaded unicode-linebreak v0.1.5 |
329 | 2025-01-08T00:21:24.297Z | Downloaded crypto-common v0.1.6 |
330 | 2025-01-08T00:21:24.297Z | Downloaded block-buffer v0.10.4 |
331 | 2025-01-08T00:21:24.297Z | Downloaded autocfg v1.4.0 |
332 | 2025-01-08T00:21:24.297Z | Downloaded fnv v1.0.7 |
333 | 2025-01-08T00:21:24.297Z | Downloaded digest v0.10.7 |
334 | 2025-01-08T00:21:24.297Z | Downloaded version_check v0.9.5 |
335 | 2025-01-08T00:21:24.297Z | Downloaded cargo-platform v0.1.8 |
336 | 2025-01-08T00:21:24.297Z | Downloaded tabled_derive v0.7.0 |
337 | 2025-01-08T00:21:24.303Z | Downloaded thread-id v4.2.2 |
338 | 2025-01-08T00:21:24.303Z | Downloaded pest_generator v2.7.14 |
339 | 2025-01-08T00:21:24.303Z | Downloaded proc-macro-error-attr v1.0.4 |
340 | 2025-01-08T00:21:24.303Z | Downloaded fs-err v2.11.0 |
341 | 2025-01-08T00:21:24.303Z | Downloaded dof v0.3.0 |
342 | 2025-01-08T00:21:24.303Z | Downloaded is_terminal_polyfill v1.70.1 |
343 | 2025-01-08T00:21:24.303Z | Downloaded terminal_size v0.4.0 |
344 | 2025-01-08T00:21:24.306Z | Downloaded plain v0.2.3 |
345 | 2025-01-08T00:21:24.306Z | Downloaded fastrand v2.1.1 |
346 | 2025-01-08T00:21:24.306Z | Downloaded colorchoice v1.0.2 |
347 | 2025-01-08T00:21:24.306Z | Downloaded usdt-impl v0.5.0 |
348 | 2025-01-08T00:21:24.308Z | Downloaded thiserror-impl v1.0.69 |
349 | 2025-01-08T00:21:24.308Z | Downloaded generic-array v0.14.7 |
350 | 2025-01-08T00:21:24.311Z | Downloaded serde_tokenstream v0.2.2 |
351 | 2025-01-08T00:21:24.313Z | Downloaded errno v0.3.9 |
352 | 2025-01-08T00:21:24.314Z | Downloaded cfg-if v1.0.0 |
353 | 2025-01-08T00:21:24.316Z | Downloaded clap_lex v0.7.2 |
354 | 2025-01-08T00:21:24.316Z | Downloaded smawk v0.3.2 |
355 | 2025-01-08T00:21:24.319Z | Downloaded thiserror v1.0.69 |
356 | 2025-01-08T00:21:24.322Z | Downloaded utf8parse v0.2.2 |
357 | 2025-01-08T00:21:24.325Z | Downloaded usdt v0.5.0 |
358 | 2025-01-08T00:21:24.329Z | Downloaded toml_datetime v0.6.8 |
359 | 2025-01-08T00:21:24.331Z | Downloaded camino v1.1.9 |
360 | 2025-01-08T00:21:24.331Z | Downloaded itoa v1.0.11 |
361 | 2025-01-08T00:21:24.334Z | Downloaded heck v0.5.0 |
362 | 2025-01-08T00:21:24.334Z | Downloaded heck v0.4.1 |
363 | 2025-01-08T00:21:24.336Z | Downloaded scroll v0.12.0 |
364 | 2025-01-08T00:21:24.338Z | Downloaded proc-macro-error v1.0.4 |
365 | 2025-01-08T00:21:24.343Z | Downloaded strsim v0.11.1 |
366 | 2025-01-08T00:21:24.343Z | Downloaded cargo_metadata v0.18.1 |
367 | 2025-01-08T00:21:24.347Z | Downloaded semver v1.0.23 |
368 | 2025-01-08T00:21:24.347Z | Downloaded memmap v0.7.0 |
369 | 2025-01-08T00:21:24.351Z | Downloaded serde_spanned v0.6.8 |
370 | 2025-01-08T00:21:24.353Z | Downloaded quote v1.0.37 |
371 | 2025-01-08T00:21:24.356Z | Downloaded sha2 v0.10.8 |
372 | 2025-01-08T00:21:24.358Z | Downloaded cpufeatures v0.2.14 |
373 | 2025-01-08T00:21:24.358Z | Downloaded cargo_toml v0.20.5 |
374 | 2025-01-08T00:21:24.361Z | Downloaded zerocopy-derive v0.7.35 |
375 | 2025-01-08T00:21:24.364Z | Downloaded tempfile v3.13.0 |
376 | 2025-01-08T00:21:24.367Z | Downloaded once_cell v1.20.2 |
377 | 2025-01-08T00:21:24.369Z | Downloaded textwrap v0.16.1 |
378 | 2025-01-08T00:21:24.372Z | Downloaded ucd-trie v0.1.7 |
379 | 2025-01-08T00:21:24.372Z | Downloaded macaddr v1.0.1 |
380 | 2025-01-08T00:21:24.375Z | Downloaded proc-macro2 v1.0.89 |
381 | 2025-01-08T00:21:24.382Z | Downloaded unicode-ident v1.0.13 |
382 | 2025-01-08T00:21:24.385Z | Downloaded papergrid v0.11.0 |
383 | 2025-01-08T00:21:24.385Z | Downloaded typenum v1.17.0 |
384 | 2025-01-08T00:21:24.387Z | Downloaded toml v0.8.19 |
385 | 2025-01-08T00:21:24.390Z | Downloaded pest_meta v2.7.14 |
386 | 2025-01-08T00:21:24.393Z | Downloaded anyhow v1.0.93 |
387 | 2025-01-08T00:21:24.396Z | Downloaded ryu v1.0.18 |
388 | 2025-01-08T00:21:24.399Z | Downloaded serde_derive v1.0.215 |
389 | 2025-01-08T00:21:24.401Z | Downloaded log v0.4.22 |
390 | 2025-01-08T00:21:24.403Z | Downloaded clap_derive v4.5.18 |
391 | 2025-01-08T00:21:24.405Z | Downloaded pest_derive v2.7.14 |
392 | 2025-01-08T00:21:24.408Z | Downloaded clap v4.5.21 |
393 | 2025-01-08T00:21:24.415Z | Downloaded serde v1.0.215 |
394 | 2025-01-08T00:21:24.418Z | Downloaded bitflags v2.6.0 |
395 | 2025-01-08T00:21:24.422Z | Downloaded indexmap v2.6.0 |
396 | 2025-01-08T00:21:25.429Z | Downloaded memchr v2.7.4 |
397 | 2025-01-08T00:21:25.432Z | Downloaded toml_edit v0.22.22 |
398 | 2025-01-08T00:21:25.432Z | Downloaded pest v2.7.14 |
399 | 2025-01-08T00:21:25.432Z | Downloaded hashbrown v0.15.1 |
400 | 2025-01-08T00:21:25.432Z | Downloaded serde_json v1.0.133 |
401 | 2025-01-08T00:21:25.432Z | Downloaded zerocopy v0.7.35 |
402 | 2025-01-08T00:21:25.432Z | Downloaded winnow v0.6.20 |
403 | 2025-01-08T00:21:25.432Z | Downloaded goblin v0.8.2 |
404 | 2025-01-08T00:21:25.432Z | Downloaded clap_builder v4.5.21 |
405 | 2025-01-08T00:21:25.432Z | Downloaded tabled v0.15.0 |
406 | 2025-01-08T00:21:25.432Z | Downloaded syn v1.0.109 |
407 | 2025-01-08T00:21:25.432Z | Downloaded syn v2.0.87 |
408 | 2025-01-08T00:21:25.432Z | Downloaded unicode-width v0.1.14 |
409 | 2025-01-08T00:21:25.432Z | Downloaded rustix v0.38.37 |
410 | 2025-01-08T00:21:25.432Z | Downloaded libc v0.2.162 |
411 | 2025-01-08T00:21:25.432Z | Compiling proc-macro2 v1.0.89 |
412 | 2025-01-08T00:21:25.432Z | Compiling unicode-ident v1.0.13 |
413 | 2025-01-08T00:21:25.432Z | Compiling serde v1.0.215 |
414 | 2025-01-08T00:21:25.432Z | Compiling version_check v0.9.5 |
415 | 2025-01-08T00:21:25.432Z | Compiling thiserror v1.0.69 |
416 | 2025-01-08T00:21:25.432Z | Compiling memchr v2.7.4 |
417 | 2025-01-08T00:21:25.432Z | Compiling libc v0.2.162 |
418 | 2025-01-08T00:21:25.432Z | Compiling ucd-trie v0.1.7 |
419 | 2025-01-08T00:21:25.432Z | Compiling itoa v1.0.11 |
420 | 2025-01-08T00:21:25.432Z | Compiling ryu v1.0.18 |
421 | 2025-01-08T00:21:25.698Z | Compiling once_cell v1.20.2 |
422 | 2025-01-08T00:21:25.771Z | Compiling byteorder v1.5.0 |
423 | 2025-01-08T00:21:25.771Z | Compiling rustix v0.38.37 |
424 | 2025-01-08T00:21:25.972Z | Compiling serde_json v1.0.133 |
425 | 2025-01-08T00:21:26.367Z | Compiling bitflags v2.6.0 |
426 | 2025-01-08T00:21:26.399Z | Compiling proc-macro-error-attr v1.0.4 |
427 | 2025-01-08T00:21:26.687Z | Compiling usdt-impl v0.5.0 |
428 | 2025-01-08T00:21:26.713Z | Compiling syn v1.0.109 |
429 | 2025-01-08T00:21:26.796Z | Compiling proc-macro-error v1.0.4 |
430 | 2025-01-08T00:21:26.822Z | Compiling quote v1.0.37 |
431 | 2025-01-08T00:21:26.825Z | Compiling equivalent v1.0.1 |
432 | 2025-01-08T00:21:26.985Z | Compiling camino v1.1.9 |
433 | 2025-01-08T00:21:27.092Z | Compiling hashbrown v0.15.1 |
434 | 2025-01-08T00:21:27.180Z | Compiling plain v0.2.3 |
435 | 2025-01-08T00:21:27.340Z | Compiling syn v2.0.87 |
436 | 2025-01-08T00:21:27.366Z | Compiling errno v0.3.9 |
437 | 2025-01-08T00:21:27.582Z | Compiling log v0.4.22 |
438 | 2025-01-08T00:21:27.606Z | Compiling utf8parse v0.2.2 |
439 | 2025-01-08T00:21:27.777Z | Compiling thread-id v4.2.2 |
440 | 2025-01-08T00:21:27.849Z | Compiling anstyle-parse v0.2.5 |
441 | 2025-01-08T00:21:28.067Z | Compiling winnow v0.6.20 |
442 | 2025-01-08T00:21:28.207Z | Compiling semver v1.0.23 |
443 | 2025-01-08T00:21:28.312Z | Compiling indexmap v2.6.0 |
444 | 2025-01-08T00:21:28.370Z | Compiling colorchoice v1.0.2 |
445 | 2025-01-08T00:21:28.548Z | Compiling anstyle v1.0.10 |
446 | 2025-01-08T00:21:28.665Z | Compiling is_terminal_polyfill v1.70.1 |
447 | 2025-01-08T00:21:28.724Z | Compiling unicode-width v0.1.14 |
448 | 2025-01-08T00:21:28.810Z | Compiling anstyle-query v1.1.1 |
449 | 2025-01-08T00:21:28.974Z | Compiling pretty-hex v0.4.1 |
450 | 2025-01-08T00:21:29.010Z | Compiling autocfg v1.4.0 |
451 | 2025-01-08T00:21:29.205Z | Compiling anstream v0.6.15 |
452 | 2025-01-08T00:21:29.646Z | Compiling fastrand v2.1.1 |
453 | 2025-01-08T00:21:29.781Z | Compiling terminal_size v0.4.0 |
454 | 2025-01-08T00:21:30.014Z | Compiling cfg-if v1.0.0 |
455 | 2025-01-08T00:21:30.017Z | Compiling bytecount v0.6.8 |
456 | 2025-01-08T00:21:30.125Z | Compiling fnv v1.0.7 |
457 | 2025-01-08T00:21:30.183Z | Compiling fs-err v2.11.0 |
458 | 2025-01-08T00:21:30.258Z | Compiling heck v0.5.0 |
459 | 2025-01-08T00:21:30.284Z | Compiling strsim v0.11.1 |
460 | 2025-01-08T00:21:30.465Z | Compiling anyhow v1.0.93 |
461 | 2025-01-08T00:21:30.537Z | Compiling heck v0.4.1 |
462 | 2025-01-08T00:21:30.803Z | Compiling clap_lex v0.7.2 |
463 | 2025-01-08T00:21:31.053Z | Compiling tempfile v3.13.0 |
464 | 2025-01-08T00:21:31.259Z | Compiling clap_builder v4.5.21 |
465 | 2025-01-08T00:21:31.396Z | Compiling papergrid v0.11.0 |
466 | 2025-01-08T00:21:31.508Z | Compiling memmap v0.7.0 |
467 | 2025-01-08T00:21:31.511Z | Compiling unicode-linebreak v0.1.5 |
468 | 2025-01-08T00:21:31.860Z | Compiling smawk v0.3.2 |
469 | 2025-01-08T00:21:32.029Z | Compiling swrite v0.1.0 |
470 | 2025-01-08T00:21:32.079Z | Compiling textwrap v0.16.1 |
471 | 2025-01-08T00:21:33.295Z | Compiling tabled_derive v0.7.0 |
472 | 2025-01-08T00:21:35.002Z | Compiling tabled v0.15.0 |
473 | 2025-01-08T00:21:36.560Z | Compiling serde_derive v1.0.215 |
474 | 2025-01-08T00:21:36.560Z | Compiling thiserror-impl v1.0.69 |
475 | 2025-01-08T00:21:36.563Z | Compiling zerocopy-derive v0.7.35 |
476 | 2025-01-08T00:21:36.602Z | Compiling scroll_derive v0.12.0 |
477 | 2025-01-08T00:21:36.857Z | Compiling clap_derive v4.5.18 |
478 | 2025-01-08T00:21:37.922Z | Compiling scroll v0.12.0 |
479 | 2025-01-08T00:21:38.485Z | Compiling zerocopy v0.7.35 |
480 | 2025-01-08T00:21:38.511Z | Compiling goblin v0.8.2 |
481 | 2025-01-08T00:21:39.308Z | Compiling pest v2.7.14 |
482 | 2025-01-08T00:21:40.785Z | Compiling clap v4.5.21 |
483 | 2025-01-08T00:21:41.576Z | Compiling pest_meta v2.7.14 |
484 | 2025-01-08T00:21:42.422Z | Compiling pest_generator v2.7.14 |
485 | 2025-01-08T00:21:44.325Z | Compiling pest_derive v2.7.14 |
486 | 2025-01-08T00:21:45.096Z | Compiling dtrace-parser v0.2.0 |
487 | 2025-01-08T00:21:46.876Z | Compiling serde_tokenstream v0.2.2 |
488 | 2025-01-08T00:21:47.042Z | Compiling toml_datetime v0.6.8 |
489 | 2025-01-08T00:21:47.044Z | Compiling serde_spanned v0.6.8 |
490 | 2025-01-08T00:21:47.138Z | Compiling cargo-platform v0.1.8 |
491 | 2025-01-08T00:21:47.450Z | Compiling toml_edit v0.22.22 |
492 | 2025-01-08T00:21:47.478Z | Compiling macaddr v1.0.1 |
493 | 2025-01-08T00:21:47.661Z | Compiling camino-tempfile v1.1.1 |
494 | 2025-01-08T00:21:48.426Z | Compiling dof v0.3.0 |
495 | 2025-01-08T00:21:48.596Z | Compiling cargo_metadata v0.18.1 |
496 | 2025-01-08T00:21:50.150Z | Compiling usdt-macro v0.5.0 |
497 | 2025-01-08T00:21:50.150Z | Compiling usdt-attr-macro v0.5.0 |
498 | 2025-01-08T00:21:50.198Z | Compiling toml v0.8.19 |
499 | 2025-01-08T00:21:51.132Z | Compiling cargo_toml v0.20.5 |
500 | 2025-01-08T00:21:51.618Z | Compiling usdt v0.5.0 |
501 | 2025-01-08T00:21:54.772Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
502 | 2025-01-08T00:21:59.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.89s |
503 | 2025-01-08T00:21:59.471Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
504 | 2025-01-08T00:22:00.087Z | Downloading crates ... |
505 | 2025-01-08T00:22:00.226Z | Downloaded addr2line v0.24.2 |
506 | 2025-01-08T00:22:00.243Z | Downloaded darling v0.20.10 |
507 | 2025-01-08T00:22:00.252Z | Downloaded http-body v1.0.1 |
508 | 2025-01-08T00:22:00.254Z | Downloaded heapless v0.7.17 |
509 | 2025-01-08T00:22:00.259Z | Downloaded hostname v0.3.1 |
510 | 2025-01-08T00:22:00.262Z | Downloaded headers-core v0.3.0 |
511 | 2025-01-08T00:22:00.265Z | Downloaded is_ci v1.2.0 |
512 | 2025-01-08T00:22:00.267Z | Downloaded icu_provider_macros v1.5.0 |
513 | 2025-01-08T00:22:00.282Z | Downloaded allocator-api2 v0.2.18 |
514 | 2025-01-08T00:22:00.286Z | Downloaded http-range v0.1.5 |
515 | 2025-01-08T00:22:00.289Z | Downloaded instant v0.1.13 |
516 | 2025-01-08T00:22:00.295Z | Downloaded match_cfg v0.1.0 |
517 | 2025-01-08T00:22:00.298Z | Downloaded atty v0.2.14 |
518 | 2025-01-08T00:22:00.301Z | Downloaded md5 v0.7.0 |
519 | 2025-01-08T00:22:00.303Z | Downloaded ascii-canvas v3.0.0 |
520 | 2025-01-08T00:22:00.306Z | Downloaded arrayref v0.3.9 |
521 | 2025-01-08T00:22:00.306Z | Downloaded hostname v0.4.0 |
522 | 2025-01-08T00:22:00.309Z | Downloaded bb8 v0.8.5 |
523 | 2025-01-08T00:22:00.312Z | Downloaded home v0.5.9 |
524 | 2025-01-08T00:22:00.312Z | Downloaded lru-cache v0.1.2 |
525 | 2025-01-08T00:22:00.316Z | Downloaded hyper-tls v0.6.0 |
526 | 2025-01-08T00:22:00.316Z | Downloaded httpdate v1.0.3 |
527 | 2025-01-08T00:22:00.316Z | Downloaded atomicwrites v0.4.4 |
528 | 2025-01-08T00:22:00.319Z | Downloaded http-body-util v0.1.2 |
529 | 2025-01-08T00:22:00.321Z | Downloaded base16ct v0.2.0 |
530 | 2025-01-08T00:22:00.322Z | Downloaded async-recursion v1.1.1 |
531 | 2025-01-08T00:22:00.325Z | Downloaded linked-hash-map v0.5.6 |
532 | 2025-01-08T00:22:00.328Z | Downloaded matches v0.1.10 |
533 | 2025-01-08T00:22:00.330Z | Downloaded hex v0.4.3 |
534 | 2025-01-08T00:22:00.333Z | Downloaded linear-map v1.2.0 |
535 | 2025-01-08T00:22:00.333Z | Downloaded atomic-waker v1.1.2 |
536 | 2025-01-08T00:22:00.335Z | Downloaded ahash v0.8.11 |
537 | 2025-01-08T00:22:00.339Z | Downloaded libefi-sys v0.1.0 |
538 | 2025-01-08T00:22:00.341Z | Downloaded maplit v1.0.2 |
539 | 2025-01-08T00:22:00.344Z | Downloaded bcrypt-pbkdf v0.10.0 |
540 | 2025-01-08T00:22:00.345Z | Downloaded keccak v0.1.5 |
541 | 2025-01-08T00:22:00.347Z | Downloaded is-terminal v0.4.13 |
542 | 2025-01-08T00:22:00.347Z | Downloaded internet-checksum v0.2.1 |
543 | 2025-01-08T00:22:00.350Z | Downloaded instability v0.3.2 |
544 | 2025-01-08T00:22:00.350Z | Downloaded indent_write v2.2.0 |
545 | 2025-01-08T00:22:00.352Z | Downloaded lazy_static v1.5.0 |
546 | 2025-01-08T00:22:00.355Z | Downloaded lazycell v1.3.0 |
547 | 2025-01-08T00:22:00.355Z | Downloaded cfg_aliases v0.1.1 |
548 | 2025-01-08T00:22:00.358Z | Downloaded idna_adapter v1.2.0 |
549 | 2025-01-08T00:22:00.358Z | Downloaded indoc v1.0.9 |
550 | 2025-01-08T00:22:00.366Z | Downloaded mime v0.3.17 |
551 | 2025-01-08T00:22:00.367Z | Downloaded humantime v2.1.0 |
552 | 2025-01-08T00:22:00.367Z | Downloaded memoffset v0.9.1 |
553 | 2025-01-08T00:22:00.369Z | Downloaded md-5 v0.10.6 |
554 | 2025-01-08T00:22:00.369Z | Downloaded ciborium-io v0.2.2 |
555 | 2025-01-08T00:22:00.369Z | Downloaded managed v0.8.0 |
556 | 2025-01-08T00:22:00.372Z | Downloaded ident_case v1.0.1 |
557 | 2025-01-08T00:22:00.372Z | Downloaded highway v1.2.0 |
558 | 2025-01-08T00:22:00.375Z | Downloaded maybe-uninit v2.0.0 |
559 | 2025-01-08T00:22:00.377Z | Downloaded quick-error v1.2.3 |
560 | 2025-01-08T00:22:00.377Z | Downloaded cstr-argument v0.1.2 |
561 | 2025-01-08T00:22:00.380Z | Downloaded libsw v3.3.1 |
562 | 2025-01-08T00:22:00.382Z | Downloaded arc-swap v1.7.1 |
563 | 2025-01-08T00:22:00.386Z | Downloaded bitfield v0.14.0 |
564 | 2025-01-08T00:22:00.388Z | Downloaded aead v0.5.2 |
565 | 2025-01-08T00:22:00.392Z | Downloaded async-trait v0.1.83 |
566 | 2025-01-08T00:22:00.395Z | Downloaded mime_guess v2.0.5 |
567 | 2025-01-08T00:22:00.397Z | Downloaded bit-vec v0.6.3 |
568 | 2025-01-08T00:22:00.400Z | Downloaded cbc v0.1.2 |
569 | 2025-01-08T00:22:00.401Z | Downloaded jobserver v0.1.32 |
570 | 2025-01-08T00:22:00.403Z | Downloaded cmake v0.1.51 |
571 | 2025-01-08T00:22:00.406Z | Downloaded chacha20 v0.9.1 |
572 | 2025-01-08T00:22:00.408Z | Downloaded chrono-tz-build v0.4.0 |
573 | 2025-01-08T00:22:00.408Z | Downloaded bitfield-struct v0.6.2 |
574 | 2025-01-08T00:22:00.411Z | Downloaded litemap v0.7.3 |
575 | 2025-01-08T00:22:00.413Z | Downloaded same-file v1.0.6 |
576 | 2025-01-08T00:22:00.416Z | Downloaded strum v0.26.3 |
577 | 2025-01-08T00:22:00.416Z | Downloaded icu_locid_transform v1.5.0 |
578 | 2025-01-08T00:22:00.418Z | Downloaded lalrpop-util v0.19.12 |
579 | 2025-01-08T00:22:00.421Z | Downloaded blowfish v0.9.1 |
580 | 2025-01-08T00:22:00.423Z | Downloaded ciborium-ll v0.2.2 |
581 | 2025-01-08T00:22:00.423Z | Downloaded ref-cast-impl v1.0.23 |
582 | 2025-01-08T00:22:00.426Z | Downloaded crc v3.2.1 |
583 | 2025-01-08T00:22:00.428Z | Downloaded take_mut v0.2.2 |
584 | 2025-01-08T00:22:00.428Z | Downloaded heck v0.3.3 |
585 | 2025-01-08T00:22:00.431Z | Downloaded time-core v0.1.2 |
586 | 2025-01-08T00:22:00.433Z | Downloaded curve25519-dalek-derive v0.1.1 |
587 | 2025-01-08T00:22:00.433Z | Downloaded crossbeam-deque v0.8.5 |
588 | 2025-01-08T00:22:00.436Z | Downloaded zerofrom v0.1.4 |
589 | 2025-01-08T00:22:00.436Z | Downloaded iana-time-zone v0.1.61 |
590 | 2025-01-08T00:22:00.438Z | Downloaded crc-catalog v2.4.0 |
591 | 2025-01-08T00:22:00.441Z | Downloaded try-lock v0.2.5 |
592 | 2025-01-08T00:22:00.443Z | Downloaded rusty-fork v0.3.0 |
593 | 2025-01-08T00:22:00.443Z | Downloaded indexmap v1.9.3 |
594 | 2025-01-08T00:22:00.447Z | Downloaded ctr v0.9.2 |
595 | 2025-01-08T00:22:00.450Z | Downloaded hmac v0.12.1 |
596 | 2025-01-08T00:22:00.453Z | Downloaded hyper-rustls v0.27.3 |
597 | 2025-01-08T00:22:00.457Z | Downloaded bcs v0.1.6 |
598 | 2025-01-08T00:22:00.460Z | Downloaded icu_locid_transform_data v1.5.0 |
599 | 2025-01-08T00:22:00.462Z | Downloaded httparse v1.9.5 |
600 | 2025-01-08T00:22:00.466Z | Downloaded scheduled-thread-pool v0.2.7 |
601 | 2025-01-08T00:22:00.466Z | Downloaded rustls-pemfile v1.0.4 |
602 | 2025-01-08T00:22:00.468Z | Downloaded const_format_proc_macros v0.2.33 |
603 | 2025-01-08T00:22:00.471Z | Downloaded derive_builder_macro v0.20.2 |
604 | 2025-01-08T00:22:00.474Z | Downloaded hyper-staticfile v0.10.1 |
605 | 2025-01-08T00:22:00.477Z | Downloaded downcast v0.11.0 |
606 | 2025-01-08T00:22:00.477Z | Downloaded signal-hook-registry v1.4.2 |
607 | 2025-01-08T00:22:00.479Z | Downloaded console v0.15.8 |
608 | 2025-01-08T00:22:00.481Z | Downloaded structmeta-derive v0.3.0 |
609 | 2025-01-08T00:22:00.499Z | Downloaded slab v0.4.9 |
610 | 2025-01-08T00:22:00.499Z | Downloaded slog-bunyan v2.5.0 |
611 | 2025-01-08T00:22:00.499Z | Downloaded slog-async v2.8.0 |
612 | 2025-01-08T00:22:00.499Z | Downloaded ssh-encoding v0.2.0 |
613 | 2025-01-08T00:22:00.499Z | Downloaded icu_locid v1.5.0 |
614 | 2025-01-08T00:22:00.502Z | Downloaded num-conv v0.1.0 |
615 | 2025-01-08T00:22:00.502Z | Downloaded crc32fast v1.4.2 |
616 | 2025-01-08T00:22:00.502Z | Downloaded mirai-annotations v1.12.0 |
617 | 2025-01-08T00:22:00.502Z | Downloaded oso-derive v0.27.3 |
618 | 2025-01-08T00:22:00.502Z | Downloaded tui-tree-widget v0.22.0 |
619 | 2025-01-08T00:22:00.505Z | Downloaded impl-trait-for-tuples v0.2.2 |
620 | 2025-01-08T00:22:00.507Z | Downloaded universal-hash v0.5.1 |
621 | 2025-01-08T00:22:00.510Z | Downloaded unicode-xid v0.2.6 |
622 | 2025-01-08T00:22:00.512Z | Downloaded zone v0.1.8 |
623 | 2025-01-08T00:22:00.512Z | Downloaded wyz v0.5.1 |
624 | 2025-01-08T00:22:00.514Z | Downloaded icu_provider v1.5.0 |
625 | 2025-01-08T00:22:00.517Z | Downloaded icu_normalizer_data v1.5.0 |
626 | 2025-01-08T00:22:00.519Z | Downloaded async-bb8-diesel v0.2.1 |
627 | 2025-01-08T00:22:00.522Z | Downloaded hyper-util v0.1.10 |
628 | 2025-01-08T00:22:00.527Z | Downloaded icu_normalizer v1.5.0 |
629 | 2025-01-08T00:22:00.531Z | Downloaded base64 v0.21.7 |
630 | 2025-01-08T00:22:00.536Z | Downloaded pretty-hex v0.2.1 |
631 | 2025-01-08T00:22:00.539Z | Downloaded defmt-parser v0.3.4 |
632 | 2025-01-08T00:22:00.539Z | Downloaded bzip2 v0.4.4 |
633 | 2025-01-08T00:22:00.542Z | Downloaded rpassword v7.3.1 |
634 | 2025-01-08T00:22:00.542Z | Downloaded backtrace v0.3.74 |
635 | 2025-01-08T00:22:00.560Z | Downloaded futures-macro v0.3.31 |
636 | 2025-01-08T00:22:00.562Z | Downloaded csv-core v0.1.11 |
637 | 2025-01-08T00:22:00.565Z | Downloaded crossbeam-utils v0.8.20 |
638 | 2025-01-08T00:22:00.568Z | Downloaded blake2 v0.10.6 |
639 | 2025-01-08T00:22:00.570Z | Downloaded tower-service v0.3.3 |
640 | 2025-01-08T00:22:00.573Z | Downloaded tinyvec_macros v0.1.1 |
641 | 2025-01-08T00:22:00.573Z | Downloaded thiserror-no-std v2.0.2 |
642 | 2025-01-08T00:22:00.575Z | Downloaded num_enum_derive v0.5.11 |
643 | 2025-01-08T00:22:00.578Z | Downloaded paste v1.0.15 |
644 | 2025-01-08T00:22:00.580Z | Downloaded num_enum v0.5.11 |
645 | 2025-01-08T00:22:00.586Z | Downloaded lock_api v0.4.12 |
646 | 2025-01-08T00:22:00.590Z | Downloaded heapless v0.8.0 |
647 | 2025-01-08T00:22:00.593Z | Downloaded write16 v1.0.0 |
648 | 2025-01-08T00:22:00.595Z | Downloaded icu_collections v1.5.0 |
649 | 2025-01-08T00:22:00.601Z | Downloaded derive_builder v0.20.2 |
650 | 2025-01-08T00:22:00.606Z | Downloaded clang-sys v1.8.1 |
651 | 2025-01-08T00:22:00.609Z | Downloaded icu_properties v1.5.1 |
652 | 2025-01-08T00:22:00.613Z | Downloaded rustversion v1.0.17 |
653 | 2025-01-08T00:22:00.615Z | Downloaded quinn-udp v0.5.5 |
654 | 2025-01-08T00:22:00.618Z | Downloaded progenitor-macro v0.8.0 |
655 | 2025-01-08T00:22:00.621Z | Downloaded derive_builder_core v0.20.2 |
656 | 2025-01-08T00:22:00.623Z | Downloaded slog-envlogger v2.2.0 |
657 | 2025-01-08T00:22:00.623Z | Downloaded signature v2.2.0 |
658 | 2025-01-08T00:22:00.626Z | Downloaded cookie_store v0.21.0 |
659 | 2025-01-08T00:22:00.628Z | Downloaded rustc_version v0.1.7 |
660 | 2025-01-08T00:22:00.631Z | Downloaded supports-color v3.0.1 |
661 | 2025-01-08T00:22:00.631Z | Downloaded slog v2.7.0 |
662 | 2025-01-08T00:22:00.634Z | Downloaded crc-any v2.5.0 |
663 | 2025-01-08T00:22:00.636Z | Downloaded want v0.3.1 |
664 | 2025-01-08T00:22:00.640Z | Downloaded tls_codec v0.4.1 |
665 | 2025-01-08T00:22:00.643Z | Downloaded thiserror-impl v2.0.3 |
666 | 2025-01-08T00:22:00.643Z | Downloaded tls_codec_derive v0.4.1 |
667 | 2025-01-08T00:22:00.645Z | Downloaded structmeta v0.2.0 |
668 | 2025-01-08T00:22:00.648Z | Downloaded unarray v0.1.4 |
669 | 2025-01-08T00:22:00.648Z | Downloaded pkg-config v0.3.31 |
670 | 2025-01-08T00:22:00.650Z | Downloaded password-hash v0.5.0 |
671 | 2025-01-08T00:22:00.652Z | Downloaded password-hash v0.4.2 |
672 | 2025-01-08T00:22:00.655Z | Downloaded unicode-properties v0.1.3 |
673 | 2025-01-08T00:22:00.658Z | Downloaded prettyplease v0.2.25 |
674 | 2025-01-08T00:22:00.660Z | Downloaded minimal-lexical v0.2.1 |
675 | 2025-01-08T00:22:00.666Z | Downloaded zerofrom-derive v0.1.4 |
676 | 2025-01-08T00:22:00.668Z | Downloaded samael v0.0.17 |
677 | 2025-01-08T00:22:00.674Z | Downloaded zeroize_derive v1.4.2 |
678 | 2025-01-08T00:22:00.677Z | Downloaded zeroize v1.8.1 |
679 | 2025-01-08T00:22:00.679Z | Downloaded shell-words v1.1.0 |
680 | 2025-01-08T00:22:00.679Z | Downloaded pkcs8 v0.10.2 |
681 | 2025-01-08T00:22:00.682Z | Downloaded futures-executor v0.3.31 |
682 | 2025-01-08T00:22:00.684Z | Downloaded fragile v2.0.0 |
683 | 2025-01-08T00:22:00.687Z | Downloaded ff v0.13.0 |
684 | 2025-01-08T00:22:00.689Z | Downloaded fd-lock v4.0.2 |
685 | 2025-01-08T00:22:00.693Z | Downloaded rand_xorshift v0.3.0 |
686 | 2025-01-08T00:22:00.695Z | Downloaded futures-task v0.3.31 |
687 | 2025-01-08T00:22:00.695Z | Downloaded smf v0.2.3 |
688 | 2025-01-08T00:22:00.695Z | Downloaded qorb v0.2.1 |
689 | 2025-01-08T00:22:00.700Z | Downloaded num-iter v0.1.45 |
690 | 2025-01-08T00:22:00.703Z | Downloaded rsa v0.9.6 |
691 | 2025-01-08T00:22:00.709Z | Downloaded waitgroup v0.1.2 |
692 | 2025-01-08T00:22:00.713Z | Downloaded peg v0.8.4 |
693 | 2025-01-08T00:22:00.716Z | Downloaded writeable v0.5.5 |
694 | 2025-01-08T00:22:00.719Z | Downloaded psl-types v2.0.11 |
695 | 2025-01-08T00:22:00.719Z | Downloaded aes v0.8.4 |
696 | 2025-01-08T00:22:00.723Z | Downloaded oso v0.27.3 |
697 | 2025-01-08T00:22:00.727Z | Downloaded darling_core v0.20.10 |
698 | 2025-01-08T00:22:00.734Z | Downloaded newtype_derive v0.1.6 |
699 | 2025-01-08T00:22:00.736Z | Downloaded foreign-types-shared v0.3.1 |
700 | 2025-01-08T00:22:00.736Z | Downloaded foreign-types-shared v0.1.1 |
701 | 2025-01-08T00:22:00.739Z | Downloaded pkcs5 v0.7.1 |
702 | 2025-01-08T00:22:00.742Z | Downloaded resolv-conf v0.7.0 |
703 | 2025-01-08T00:22:00.744Z | Downloaded des v0.8.1 |
704 | 2025-01-08T00:22:00.747Z | Downloaded ref-cast v1.0.23 |
705 | 2025-01-08T00:22:00.750Z | Downloaded parse-size v1.1.0 |
706 | 2025-01-08T00:22:00.752Z | Downloaded form_urlencoded v1.2.1 |
707 | 2025-01-08T00:22:00.752Z | Downloaded smallvec v0.6.14 |
708 | 2025-01-08T00:22:00.755Z | Downloaded rand_seeder v0.3.0 |
709 | 2025-01-08T00:22:00.757Z | Downloaded rand_core v0.6.4 |
710 | 2025-01-08T00:22:00.760Z | Downloaded num-rational v0.4.2 |
711 | 2025-01-08T00:22:00.762Z | Downloaded structmeta-derive v0.2.0 |
712 | 2025-01-08T00:22:00.765Z | Downloaded structmeta v0.3.0 |
713 | 2025-01-08T00:22:00.765Z | Downloaded smallvec v1.13.2 |
714 | 2025-01-08T00:22:00.769Z | Downloaded russh-cryptovec v0.7.3 |
715 | 2025-01-08T00:22:00.771Z | Downloaded hickory-server v0.24.1 |
716 | 2025-01-08T00:22:00.775Z | Downloaded wait-timeout v0.2.0 |
717 | 2025-01-08T00:22:00.777Z | Downloaded parking_lot v0.11.2 |
718 | 2025-01-08T00:22:00.781Z | Downloaded aes-gcm v0.10.3 |
719 | 2025-01-08T00:22:00.784Z | Downloaded postgres-protocol v0.6.7 |
720 | 2025-01-08T00:22:00.787Z | Downloaded http v1.1.0 |
721 | 2025-01-08T00:22:00.791Z | Downloaded libxml v0.3.3 |
722 | 2025-01-08T00:22:00.798Z | Downloaded xz2 v0.1.7 |
723 | 2025-01-08T00:22:00.801Z | Downloaded multimap v0.10.0 |
724 | 2025-01-08T00:22:00.804Z | Downloaded nibble_vec v0.1.0 |
725 | 2025-01-08T00:22:00.807Z | Downloaded futures-sink v0.3.31 |
726 | 2025-01-08T00:22:00.807Z | Downloaded foreign-types-macros v0.2.3 |
727 | 2025-01-08T00:22:00.809Z | Downloaded rayon-core v1.12.1 |
728 | 2025-01-08T00:22:00.812Z | Downloaded derive_more v0.99.18 |
729 | 2025-01-08T00:22:00.817Z | Downloaded slog-term v2.9.1 |
730 | 2025-01-08T00:22:00.821Z | Downloaded diesel_table_macro_syntax v0.2.0 |
731 | 2025-01-08T00:22:00.823Z | Downloaded dhcproto-macros v0.1.0 |
732 | 2025-01-08T00:22:00.823Z | Downloaded parse-display-derive v0.10.0 |
733 | 2025-01-08T00:22:00.826Z | Downloaded powerfmt v0.2.0 |
734 | 2025-01-08T00:22:00.826Z | Downloaded olpc-cjson v0.1.4 |
735 | 2025-01-08T00:22:00.828Z | Downloaded path-slash v0.1.5 |
736 | 2025-01-08T00:22:00.831Z | Downloaded opaque-debug v0.3.1 |
737 | 2025-01-08T00:22:00.831Z | Downloaded ppv-lite86 v0.2.20 |
738 | 2025-01-08T00:22:00.833Z | Downloaded polyval v0.6.2 |
739 | 2025-01-08T00:22:00.836Z | Downloaded tokio-tungstenite v0.21.0 |
740 | 2025-01-08T00:22:00.838Z | Downloaded peg-runtime v0.8.3 |
741 | 2025-01-08T00:22:00.838Z | Downloaded normalize-line-endings v0.3.0 |
742 | 2025-01-08T00:22:00.841Z | Downloaded schemars_derive v0.8.21 |
743 | 2025-01-08T00:22:00.841Z | Downloaded parse-display v0.10.0 |
744 | 2025-01-08T00:22:00.843Z | Downloaded flume v0.11.1 |
745 | 2025-01-08T00:22:00.847Z | Downloaded progenitor-client v0.8.0 |
746 | 2025-01-08T00:22:00.850Z | Downloaded strum_macros v0.24.3 |
747 | 2025-01-08T00:22:00.853Z | Downloaded sha1 v0.10.6 |
748 | 2025-01-08T00:22:00.855Z | Downloaded serde_derive_internals v0.29.1 |
749 | 2025-01-08T00:22:00.857Z | Downloaded unicode_categories v0.1.1 |
750 | 2025-01-08T00:22:00.860Z | Downloaded itertools v0.12.1 |
751 | 2025-01-08T00:22:00.871Z | Downloaded termtree v0.4.1 |
752 | 2025-01-08T00:22:00.873Z | Downloaded hkdf v0.12.4 |
753 | 2025-01-08T00:22:00.876Z | Downloaded idna v1.0.3 |
754 | 2025-01-08T00:22:00.881Z | Downloaded diesel-dtrace v0.4.2 |
755 | 2025-01-08T00:22:00.883Z | Downloaded fs_extra v1.3.0 |
756 | 2025-01-08T00:22:00.885Z | Downloaded elliptic-curve v0.13.8 |
757 | 2025-01-08T00:22:00.891Z | Downloaded dyn-clone v1.0.17 |
758 | 2025-01-08T00:22:00.893Z | Downloaded dirs-next v2.0.0 |
759 | 2025-01-08T00:22:00.895Z | Downloaded difflib v0.4.0 |
760 | 2025-01-08T00:22:00.898Z | Downloaded hash32 v0.3.1 |
761 | 2025-01-08T00:22:00.900Z | Downloaded pbkdf2 v0.11.0 |
762 | 2025-01-08T00:22:00.903Z | Downloaded packed_struct v0.10.1 |
763 | 2025-01-08T00:22:00.903Z | Downloaded poly1305 v0.8.0 |
764 | 2025-01-08T00:22:00.906Z | Downloaded phf_shared v0.10.0 |
765 | 2025-01-08T00:22:00.909Z | Downloaded rustc-demangle v0.1.24 |
766 | 2025-01-08T00:22:00.912Z | Downloaded owo-colors v4.1.0 |
767 | 2025-01-08T00:22:00.914Z | Downloaded strum_macros v0.26.4 |
768 | 2025-01-08T00:22:00.916Z | Downloaded unicode-segmentation v1.12.0 |
769 | 2025-01-08T00:22:00.919Z | Downloaded strum_macros v0.25.3 |
770 | 2025-01-08T00:22:00.922Z | Downloaded serde-hex v0.1.0 |
771 | 2025-01-08T00:22:00.925Z | Downloaded itertools v0.13.0 |
772 | 2025-01-08T00:22:00.932Z | Downloaded foreign-types v0.3.2 |
773 | 2025-01-08T00:22:00.935Z | Downloaded toolchain_find v0.4.0 |
774 | 2025-01-08T00:22:00.935Z | Downloaded phf_generator v0.11.2 |
775 | 2025-01-08T00:22:00.938Z | Downloaded signal-hook-mio v0.2.4 |
776 | 2025-01-08T00:22:00.938Z | Downloaded shlex v1.3.0 |
777 | 2025-01-08T00:22:00.940Z | Downloaded dropshot_endpoint v0.13.0 |
778 | 2025-01-08T00:22:00.943Z | Downloaded salsa20 v0.10.2 |
779 | 2025-01-08T00:22:00.945Z | Downloaded tracing-attributes v0.1.27 |
780 | 2025-01-08T00:22:00.948Z | Downloaded openssl-probe v0.1.5 |
781 | 2025-01-08T00:22:00.950Z | Downloaded openssl-macros v0.1.1 |
782 | 2025-01-08T00:22:00.950Z | Downloaded endian-type v0.1.2 |
783 | 2025-01-08T00:22:00.953Z | Downloaded fatfs v0.3.6 |
784 | 2025-01-08T00:22:00.955Z | Downloaded nodrop v0.1.14 |
785 | 2025-01-08T00:22:00.955Z | Downloaded which v4.4.2 |
786 | 2025-01-08T00:22:00.958Z | Downloaded untrusted v0.9.0 |
787 | 2025-01-08T00:22:00.961Z | Downloaded untrusted v0.7.1 |
788 | 2025-01-08T00:22:00.961Z | Downloaded tungstenite v0.24.0 |
789 | 2025-01-08T00:22:00.965Z | Downloaded fallible-iterator v0.2.0 |
790 | 2025-01-08T00:22:00.968Z | Downloaded env_filter v0.1.2 |
791 | 2025-01-08T00:22:00.971Z | Downloaded parking_lot_core v0.9.10 |
792 | 2025-01-08T00:22:00.974Z | Downloaded parking_lot v0.12.3 |
793 | 2025-01-08T00:22:00.974Z | Downloaded darling_macro v0.20.10 |
794 | 2025-01-08T00:22:00.976Z | Downloaded schemars v0.8.21 |
795 | 2025-01-08T00:22:00.988Z | Downloaded slog-dtrace v0.3.0 |
796 | 2025-01-08T00:22:00.990Z | Downloaded hyper v1.5.0 |
797 | 2025-01-08T00:22:00.997Z | Downloaded newline-converter v0.3.0 |
798 | 2025-01-08T00:22:01.000Z | Downloaded crossterm v0.28.1 |
799 | 2025-01-08T00:22:01.006Z | Downloaded foreign-types v0.5.0 |
800 | 2025-01-08T00:22:01.009Z | Downloaded flagset v0.4.6 |
801 | 2025-01-08T00:22:01.011Z | Downloaded tokio-rustls v0.25.0 |
802 | 2025-01-08T00:22:01.014Z | Downloaded tokio-rustls v0.24.1 |
803 | 2025-01-08T00:22:01.016Z | Downloaded snafu v0.8.5 |
804 | 2025-01-08T00:22:01.021Z | Downloaded vte_generate_state_changes v0.1.2 |
805 | 2025-01-08T00:22:01.024Z | Downloaded num_threads v0.1.7 |
806 | 2025-01-08T00:22:01.024Z | Downloaded diff v0.1.13 |
807 | 2025-01-08T00:22:01.028Z | Downloaded enum-as-inner v0.5.1 |
808 | 2025-01-08T00:22:01.030Z | Downloaded hashbrown v0.13.2 |
809 | 2025-01-08T00:22:01.035Z | Downloaded rustc_version v0.4.1 |
810 | 2025-01-08T00:22:01.037Z | Downloaded rustc-hash v2.0.0 |
811 | 2025-01-08T00:22:01.040Z | Downloaded env_logger v0.11.5 |
812 | 2025-01-08T00:22:01.043Z | Downloaded defmt-macros v0.3.9 |
813 | 2025-01-08T00:22:01.045Z | Downloaded fixedbitset v0.4.2 |
814 | 2025-01-08T00:22:01.048Z | Downloaded env_logger v0.10.2 |
815 | 2025-01-08T00:22:01.051Z | Downloaded omicron-zone-package v0.12.0 |
816 | 2025-01-08T00:22:01.054Z | Downloaded embedded-io v0.4.0 |
817 | 2025-01-08T00:22:01.057Z | Downloaded utf-8 v0.7.6 |
818 | 2025-01-08T00:22:01.057Z | Downloaded unicase v2.7.0 |
819 | 2025-01-08T00:22:01.059Z | Downloaded spki v0.7.3 |
820 | 2025-01-08T00:22:01.062Z | Downloaded zone_cfg_derive v0.1.2 |
821 | 2025-01-08T00:22:01.065Z | Downloaded signal-hook v0.3.17 |
822 | 2025-01-08T00:22:01.067Z | Downloaded serde_yaml v0.9.34+deprecated |
823 | 2025-01-08T00:22:01.070Z | Downloaded num-integer v0.1.46 |
824 | 2025-01-08T00:22:01.073Z | Downloaded tokio-tungstenite v0.24.0 |
825 | 2025-01-08T00:22:01.075Z | Downloaded num-derive v0.4.2 |
826 | 2025-01-08T00:22:01.078Z | Downloaded typify v0.2.0 |
827 | 2025-01-08T00:22:01.082Z | Downloaded tracing-core v0.1.32 |
828 | 2025-01-08T00:22:01.086Z | Downloaded precomputed-hash v0.1.1 |
829 | 2025-01-08T00:22:01.089Z | Downloaded slog-scope v4.4.0 |
830 | 2025-01-08T00:22:01.091Z | Downloaded zone_cfg_derive v0.3.0 |
831 | 2025-01-08T00:22:01.093Z | Downloaded slog-stdlog v4.1.1 |
832 | 2025-01-08T00:22:01.096Z | Downloaded yoke-derive v0.7.4 |
833 | 2025-01-08T00:22:01.098Z | Downloaded pem v3.0.4 |
834 | 2025-01-08T00:22:01.101Z | Downloaded group v0.13.0 |
835 | 2025-01-08T00:22:01.103Z | Downloaded ena v0.14.3 |
836 | 2025-01-08T00:22:01.106Z | Downloaded sqlformat v0.2.6 |
837 | 2025-01-08T00:22:01.108Z | Downloaded dhcproto v0.12.0 |
838 | 2025-01-08T00:22:01.114Z | Downloaded scopeguard v1.2.0 |
839 | 2025-01-08T00:22:01.117Z | Downloaded rustc-hash v1.1.0 |
840 | 2025-01-08T00:22:01.119Z | Downloaded predicates-tree v1.0.11 |
841 | 2025-01-08T00:22:01.122Z | Downloaded fxhash v0.2.1 |
842 | 2025-01-08T00:22:01.124Z | Downloaded secrecy v0.8.0 |
843 | 2025-01-08T00:22:01.124Z | Downloaded sec1 v0.7.3 |
844 | 2025-01-08T00:22:01.127Z | Downloaded primeorder v0.13.6 |
845 | 2025-01-08T00:22:01.129Z | Downloaded tokio-rustls v0.26.0 |
846 | 2025-01-08T00:22:01.131Z | Downloaded zip v2.1.3 |
847 | 2025-01-08T00:22:01.135Z | Downloaded aws-lc-rs v1.10.0 |
848 | 2025-01-08T00:22:01.147Z | Downloaded sync-ptr v0.1.1 |
849 | 2025-01-08T00:22:01.150Z | Downloaded simd-adler32 v0.3.7 |
850 | 2025-01-08T00:22:01.152Z | Downloaded hashbrown v0.12.3 |
851 | 2025-01-08T00:22:01.156Z | Downloaded number_prefix v0.4.0 |
852 | 2025-01-08T00:22:01.159Z | Downloaded snafu-derive v0.8.5 |
853 | 2025-01-08T00:22:01.162Z | Downloaded scrypt v0.11.0 |
854 | 2025-01-08T00:22:01.162Z | Downloaded new_debug_unreachable v1.0.6 |
855 | 2025-01-08T00:22:01.165Z | Downloaded utf8_iter v1.0.4 |
856 | 2025-01-08T00:22:01.165Z | Downloaded sync_wrapper v1.0.1 |
857 | 2025-01-08T00:22:01.168Z | Downloaded pin-utils v0.1.0 |
858 | 2025-01-08T00:22:01.168Z | Downloaded rustyline v14.0.0 |
859 | 2025-01-08T00:22:01.173Z | Downloaded proc-macro-crate v1.3.1 |
860 | 2025-01-08T00:22:01.175Z | Downloaded reedline v0.35.0 |
861 | 2025-01-08T00:22:01.183Z | Downloaded rtoolbox v0.0.2 |
862 | 2025-01-08T00:22:01.185Z | Downloaded zerocopy v0.6.6 |
863 | 2025-01-08T00:22:01.188Z | Downloaded sigpipe v0.1.3 |
864 | 2025-01-08T00:22:01.190Z | Downloaded sct v0.7.1 |
865 | 2025-01-08T00:22:01.193Z | Downloaded data-encoding v2.6.0 |
866 | 2025-01-08T00:22:01.194Z | Downloaded funty v2.0.0 |
867 | 2025-01-08T00:22:01.196Z | Downloaded openssl-sys v0.9.103 |
868 | 2025-01-08T00:22:01.201Z | Downloaded termcolor v1.4.1 |
869 | 2025-01-08T00:22:01.203Z | Downloaded ghash v0.5.1 |
870 | 2025-01-08T00:22:01.205Z | Downloaded gethostname v0.5.0 |
871 | 2025-01-08T00:22:01.205Z | Downloaded tokio-native-tls v0.3.1 |
872 | 2025-01-08T00:22:01.208Z | Downloaded blake3 v1.5.4 |
873 | 2025-01-08T00:22:01.216Z | Downloaded native-tls v0.2.12 |
874 | 2025-01-08T00:22:01.219Z | Downloaded multer v3.1.0 |
875 | 2025-01-08T00:22:01.222Z | Downloaded publicsuffix v2.2.3 |
876 | 2025-01-08T00:22:01.224Z | Downloaded steno v0.4.1 |
877 | 2025-01-08T00:22:01.227Z | Downloaded tap v1.0.1 |
878 | 2025-01-08T00:22:01.229Z | Downloaded subtle v2.6.1 |
879 | 2025-01-08T00:22:01.229Z | Downloaded rfc6979 v0.4.0 |
880 | 2025-01-08T00:22:01.232Z | Downloaded predicates-core v1.0.8 |
881 | 2025-01-08T00:22:01.236Z | Downloaded predicates v3.1.2 |
882 | 2025-01-08T00:22:01.238Z | Downloaded url v2.5.3 |
883 | 2025-01-08T00:22:01.239Z | Downloaded rayon v1.10.0 |
884 | 2025-01-08T00:22:01.247Z | Downloaded radium v0.7.0 |
885 | 2025-01-08T00:22:01.250Z | Downloaded r2d2 v0.8.10 |
886 | 2025-01-08T00:22:01.252Z | Downloaded yasna v0.5.2 |
887 | 2025-01-08T00:22:01.252Z | Downloaded glob v0.3.1 |
888 | 2025-01-08T00:22:01.255Z | Downloaded ecdsa v0.16.9 |
889 | 2025-01-08T00:22:01.257Z | Downloaded tiny-keccak v2.0.2 |
890 | 2025-01-08T00:22:01.260Z | Downloaded uuid v1.11.0 |
891 | 2025-01-08T00:22:01.263Z | Downloaded ed25519 v2.2.3 |
892 | 2025-01-08T00:22:01.265Z | Downloaded futures v0.3.31 |
893 | 2025-01-08T00:22:01.268Z | Downloaded similar v2.6.0 |
894 | 2025-01-08T00:22:01.273Z | Downloaded bitvec v1.0.1 |
895 | 2025-01-08T00:22:01.287Z | Downloaded zopfli v0.8.1 |
896 | 2025-01-08T00:22:01.291Z | Downloaded lalrpop v0.19.12 |
897 | 2025-01-08T00:22:01.301Z | Downloaded globset v0.4.15 |
898 | 2025-01-08T00:22:01.303Z | Downloaded defmt v0.3.8 |
899 | 2025-01-08T00:22:01.306Z | Downloaded time-macros v0.2.18 |
900 | 2025-01-08T00:22:01.309Z | Downloaded icu_properties_data v1.5.0 |
901 | 2025-01-08T00:22:01.320Z | Downloaded x509-cert v0.2.5 |
902 | 2025-01-08T00:22:01.327Z | Downloaded zerovec v0.10.4 |
903 | 2025-01-08T00:22:01.335Z | Downloaded half v2.4.1 |
904 | 2025-01-08T00:22:01.338Z | Downloaded p256 v0.13.2 |
905 | 2025-01-08T00:22:01.341Z | Downloaded nom v7.1.3 |
906 | 2025-01-08T00:22:01.347Z | Downloaded chrono v0.4.38 |
907 | 2025-01-08T00:22:01.355Z | Downloaded ron v0.7.1 |
908 | 2025-01-08T00:22:01.360Z | Downloaded flate2 v1.0.34 |
909 | 2025-01-08T00:22:01.366Z | Downloaded portable-atomic v1.9.0 |
910 | 2025-01-08T00:22:01.373Z | Downloaded expectorate v1.1.0 |
911 | 2025-01-08T00:22:01.376Z | Downloaded typed-path v0.9.3 |
912 | 2025-01-08T00:22:01.382Z | Downloaded bindgen v0.69.5 |
913 | 2025-01-08T00:22:01.389Z | Downloaded tokio-util v0.7.12 |
914 | 2025-01-08T00:22:01.397Z | Downloaded ssh-key v0.6.6 |
915 | 2025-01-08T00:22:01.404Z | Downloaded serde_with v3.11.0 |
916 | 2025-01-08T00:22:01.414Z | Downloaded winnow v0.5.40 |
917 | 2025-01-08T00:22:01.425Z | Downloaded git2 v0.19.0 |
918 | 2025-01-08T00:22:01.433Z | Downloaded num-bigint-dig v0.8.4 |
919 | 2025-01-08T00:22:01.437Z | Downloaded petname v2.0.2 |
920 | 2025-01-08T00:22:01.442Z | Downloaded idna v0.4.0 |
921 | 2025-01-08T00:22:01.450Z | Downloaded idna v0.2.3 |
922 | 2025-01-08T00:22:01.456Z | Downloaded regex v1.11.1 |
923 | 2025-01-08T00:22:01.470Z | Downloaded p521 v0.13.3 |
924 | 2025-01-08T00:22:01.474Z | Downloaded russh v0.45.0 |
925 | 2025-01-08T00:22:01.479Z | Downloaded salty v0.3.0 |
926 | 2025-01-08T00:22:01.486Z | Downloaded idna v0.5.0 |
927 | 2025-01-08T00:22:01.493Z | Downloaded rusqlite v0.32.1 |
928 | 2025-01-08T00:22:01.501Z | Downloaded unicode-width v0.2.0 |
929 | 2025-01-08T00:22:01.509Z | Downloaded vcpkg v0.2.15 |
930 | 2025-01-08T00:22:01.552Z | Downloaded sqlparser v0.45.0 |
931 | 2025-01-08T00:22:01.558Z | Downloaded radix_trie v0.2.1 |
932 | 2025-01-08T00:22:01.563Z | Downloaded smoltcp v0.9.1 |
933 | 2025-01-08T00:22:01.574Z | Downloaded futures-util v0.3.31 |
934 | 2025-01-08T00:22:01.589Z | Downloaded h2 v0.4.6 |
935 | 2025-01-08T00:22:01.596Z | Downloaded curve25519-dalek v4.1.3 |
936 | 2025-01-08T00:22:01.606Z | Downloaded proptest v1.5.0 |
937 | 2025-01-08T00:22:01.616Z | Downloaded zerocopy v0.8.10 |
938 | 2025-01-08T00:22:01.644Z | Downloaded dropshot v0.12.0 |
939 | 2025-01-08T00:22:01.669Z | Downloaded nix v0.27.1 |
940 | 2025-01-08T00:22:01.677Z | Downloaded p384 v0.13.0 |
941 | 2025-01-08T00:22:01.684Z | Downloaded openssl v0.10.66 |
942 | 2025-01-08T00:22:01.695Z | Downloaded regress v0.10.1 |
943 | 2025-01-08T00:22:01.704Z | Downloaded trust-dns-proto v0.22.0 |
944 | 2025-01-08T00:22:01.719Z | Downloaded webpki-roots v0.26.6 |
945 | 2025-01-08T00:22:01.723Z | Downloaded rustls v0.21.12 |
946 | 2025-01-08T00:22:01.736Z | Downloaded polar-core v0.27.3 |
947 | 2025-01-08T00:22:01.746Z | Downloaded object v0.30.4 |
948 | 2025-01-08T00:22:01.758Z | Downloaded rustls v0.22.4 |
949 | 2025-01-08T00:22:01.773Z | Downloaded nix v0.29.0 |
950 | 2025-01-08T00:22:01.789Z | Downloaded diesel v2.2.6 |
951 | 2025-01-08T00:22:01.808Z | Downloaded rustls v0.23.19 |
952 | 2025-01-08T00:22:01.823Z | Downloaded sled v0.34.7 |
953 | 2025-01-08T00:22:01.833Z | Downloaded typify-impl v0.2.0 |
954 | 2025-01-08T00:22:01.850Z | Downloaded object v0.36.5 |
955 | 2025-01-08T00:22:01.863Z | Downloaded dropshot v0.13.0 |
956 | 2025-01-08T00:22:01.885Z | Downloaded regex-syntax v0.8.5 |
957 | 2025-01-08T00:22:01.895Z | Downloaded zerocopy-derive v0.6.6 |
958 | 2025-01-08T00:22:01.905Z | Downloaded ratatui v0.28.1 |
959 | 2025-01-08T00:22:01.929Z | Downloaded regress v0.9.1 |
960 | 2025-01-08T00:22:01.940Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
961 | 2025-01-08T00:22:01.953Z | Downloaded regex-automata v0.4.8 |
962 | 2025-01-08T00:22:01.974Z | Downloaded openapiv3 v2.0.0 |
963 | 2025-01-08T00:22:01.989Z | Downloaded regex-syntax v0.6.29 |
964 | 2025-01-08T00:22:01.997Z | Downloaded lzma-sys v0.1.20 |
965 | 2025-01-08T00:22:02.030Z | Downloaded bstr v1.10.0 |
966 | 2025-01-08T00:22:02.040Z | Downloaded smoltcp v0.11.0 |
967 | 2025-01-08T00:22:02.053Z | Downloaded chrono-tz v0.10.0 |
968 | 2025-01-08T00:22:02.061Z | Downloaded hickory-proto v0.24.1 |
969 | 2025-01-08T00:22:02.078Z | Downloaded libz-sys v1.1.20 |
970 | 2025-01-08T00:22:02.101Z | Downloaded nix v0.28.0 |
971 | 2025-01-08T00:22:02.114Z | Downloaded gimli v0.31.1 |
972 | 2025-01-08T00:22:02.122Z | Downloaded quick-xml v0.33.0 |
973 | 2025-01-08T00:22:02.129Z | Downloaded petgraph v0.6.5 |
974 | 2025-01-08T00:22:02.146Z | Downloaded reqwest v0.12.9 |
975 | 2025-01-08T00:22:02.155Z | Downloaded idna v0.3.0 |
976 | 2025-01-08T00:22:02.162Z | Downloaded tar v0.4.42 |
977 | 2025-01-08T00:22:02.165Z | Downloaded quinn v0.11.5 |
978 | 2025-01-08T00:22:02.169Z | Downloaded rustls-webpki v0.102.8 |
979 | 2025-01-08T00:22:02.189Z | Downloaded quinn-proto v0.11.8 |
980 | 2025-01-08T00:22:02.193Z | Downloaded csv v1.3.0 |
981 | 2025-01-08T00:22:02.213Z | Downloaded vergen v8.3.2 |
982 | 2025-01-08T00:22:02.216Z | Downloaded tokio-postgres v0.7.12 |
983 | 2025-01-08T00:22:02.221Z | Downloaded num-bigint v0.4.6 |
984 | 2025-01-08T00:22:02.225Z | Downloaded rustls-webpki v0.101.7 |
985 | 2025-01-08T00:22:02.241Z | Downloaded tokio v1.40.0 |
986 | 2025-01-08T00:22:02.276Z | Downloaded sha3 v0.10.8 |
987 | 2025-01-08T00:22:02.280Z | Downloaded whoami v1.5.2 |
988 | 2025-01-08T00:22:02.283Z | Downloaded yoke v0.7.4 |
989 | 2025-01-08T00:22:02.286Z | Downloaded vsss-rs v3.3.4 |
990 | 2025-01-08T00:22:02.286Z | Downloaded der v0.7.9 |
991 | 2025-01-08T00:22:02.291Z | Downloaded parse-zoneinfo v0.3.1 |
992 | 2025-01-08T00:22:02.294Z | Downloaded tough v0.19.0 |
993 | 2025-01-08T00:22:02.303Z | Downloaded getrandom v0.2.15 |
994 | 2025-01-08T00:22:02.308Z | Downloaded walkdir v2.5.0 |
995 | 2025-01-08T00:22:02.308Z | Downloaded utf16_iter v1.0.5 |
996 | 2025-01-08T00:22:02.312Z | Downloaded vte v0.11.1 |
997 | 2025-01-08T00:22:02.312Z | Downloaded socket2 v0.5.7 |
998 | 2025-01-08T00:22:02.312Z | Downloaded num-complex v0.4.6 |
999 | 2025-01-08T00:22:02.315Z | Downloaded tinystr v0.7.6 |
1000 | 2025-01-08T00:22:02.315Z | Downloaded diesel_derives v2.2.3 |
1001 | 2025-01-08T00:22:02.318Z | Downloaded sqlparser_derive v0.2.2 |
1002 | 2025-01-08T00:22:02.318Z | Downloaded slog-json v2.6.1 |
1003 | 2025-01-08T00:22:02.320Z | Downloaded progenitor v0.8.0 |
1004 | 2025-01-08T00:22:02.320Z | Downloaded futures-core v0.3.31 |
1005 | 2025-01-08T00:22:02.323Z | Downloaded futures-channel v0.3.31 |
1006 | 2025-01-08T00:22:02.326Z | Downloaded tokio-tungstenite v0.23.1 |
1007 | 2025-01-08T00:22:02.326Z | Downloaded serde-big-array v0.5.1 |
1008 | 2025-01-08T00:22:02.329Z | Downloaded pin-project-lite v0.2.14 |
1009 | 2025-01-08T00:22:02.332Z | Downloaded pin-project v1.1.6 |
1010 | 2025-01-08T00:22:02.341Z | Downloaded mio v1.0.2 |
1011 | 2025-01-08T00:22:02.346Z | Downloaded embedded-io v0.6.1 |
1012 | 2025-01-08T00:22:02.349Z | Downloaded hashbrown v0.14.5 |
1013 | 2025-01-08T00:22:02.352Z | Downloaded tungstenite v0.23.0 |
1014 | 2025-01-08T00:22:02.356Z | Downloaded spin v0.9.8 |
1015 | 2025-01-08T00:22:02.359Z | Downloaded percent-encoding v2.3.1 |
1016 | 2025-01-08T00:22:02.364Z | Downloaded pem-rfc7468 v0.7.0 |
1017 | 2025-01-08T00:22:02.364Z | Downloaded unicode-normalization v0.1.24 |
1018 | 2025-01-08T00:22:02.368Z | Downloaded toml_edit v0.19.15 |
1019 | 2025-01-08T00:22:02.386Z | Downloaded twox-hash v1.6.3 |
1020 | 2025-01-08T00:22:02.401Z | Downloaded tokio-macros v2.4.0 |
1021 | 2025-01-08T00:22:02.401Z | Downloaded stable_deref_trait v1.2.0 |
1022 | 2025-01-08T00:22:02.401Z | Downloaded ssh-cipher v0.2.0 |
1023 | 2025-01-08T00:22:02.401Z | Downloaded phf_codegen v0.11.2 |
1024 | 2025-01-08T00:22:02.401Z | Downloaded termios v0.3.3 |
1025 | 2025-01-08T00:22:02.401Z | Downloaded ed25519-dalek v2.1.1 |
1026 | 2025-01-08T00:22:02.401Z | Downloaded semver v0.1.20 |
1027 | 2025-01-08T00:22:02.401Z | Downloaded phf v0.11.2 |
1028 | 2025-01-08T00:22:02.401Z | Downloaded zip v0.6.6 |
1029 | 2025-01-08T00:22:02.407Z | Downloaded num v0.4.3 |
1030 | 2025-01-08T00:22:02.407Z | Downloaded nanorand v0.7.0 |
1031 | 2025-01-08T00:22:02.407Z | Downloaded subprocess v0.2.9 |
1032 | 2025-01-08T00:22:02.407Z | Downloaded unsafe-libyaml v0.2.11 |
1033 | 2025-01-08T00:22:02.411Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1034 | 2025-01-08T00:22:02.464Z | Downloaded encoding_rs v0.8.34 |
1035 | 2025-01-08T00:22:02.484Z | Downloaded unicode-bidi v0.3.17 |
1036 | 2025-01-08T00:22:02.487Z | Downloaded time v0.3.36 |
1037 | 2025-01-08T00:22:02.493Z | Downloaded headers v0.4.0 |
1038 | 2025-01-08T00:22:02.497Z | Downloaded serde_with_macros v3.11.0 |
1039 | 2025-01-08T00:22:02.500Z | Downloaded tracing v0.1.40 |
1040 | 2025-01-08T00:22:02.503Z | Downloaded test-strategy v0.3.1 |
1041 | 2025-01-08T00:22:02.506Z | Downloaded hash32 v0.2.1 |
1042 | 2025-01-08T00:22:02.509Z | Downloaded debug-ignore v1.0.5 |
1043 | 2025-01-08T00:22:02.509Z | Downloaded xattr v1.3.1 |
1044 | 2025-01-08T00:22:02.513Z | Downloaded postgres-types v0.2.8 |
1045 | 2025-01-08T00:22:02.516Z | Downloaded miniz_oxide v0.8.0 |
1046 | 2025-01-08T00:22:02.516Z | Downloaded signal-hook-tokio v0.3.1 |
1047 | 2025-01-08T00:22:02.519Z | Downloaded topological-sort v0.2.2 |
1048 | 2025-01-08T00:22:02.519Z | Downloaded static_assertions v1.1.0 |
1049 | 2025-01-08T00:22:02.519Z | Downloaded dropshot_endpoint v0.12.0 |
1050 | 2025-01-08T00:22:02.523Z | Downloaded serde_urlencoded v0.7.1 |
1051 | 2025-01-08T00:22:02.527Z | Downloaded thiserror v2.0.3 |
1052 | 2025-01-08T00:22:02.532Z | Downloaded num-traits v0.2.19 |
1053 | 2025-01-08T00:22:02.532Z | Downloaded newtype-uuid v1.1.3 |
1054 | 2025-01-08T00:22:02.536Z | Downloaded stringprep v0.1.5 |
1055 | 2025-01-08T00:22:02.536Z | Downloaded derive-where v1.2.7 |
1056 | 2025-01-08T00:22:02.540Z | Downloaded ron v0.8.1 |
1057 | 2025-01-08T00:22:02.544Z | Downloaded filetime v0.2.25 |
1058 | 2025-01-08T00:22:02.544Z | Downloaded dunce v1.0.5 |
1059 | 2025-01-08T00:22:02.549Z | Downloaded dsl_auto_type v0.1.2 |
1060 | 2025-01-08T00:22:02.549Z | Downloaded zone v0.3.0 |
1061 | 2025-01-08T00:22:02.549Z | Downloaded zerovec-derive v0.10.3 |
1062 | 2025-01-08T00:22:02.549Z | Downloaded rcgen v0.12.1 |
1063 | 2025-01-08T00:22:02.554Z | Downloaded aho-corasick v1.1.3 |
1064 | 2025-01-08T00:22:02.557Z | Downloaded libm v0.2.8 |
1065 | 2025-01-08T00:22:02.563Z | Downloaded itertools v0.10.5 |
1066 | 2025-01-08T00:22:02.569Z | Downloaded postcard v1.0.10 |
1067 | 2025-01-08T00:22:02.572Z | Downloaded pin-project-internal v1.1.6 |
1068 | 2025-01-08T00:22:02.575Z | Downloaded peg-macros v0.8.4 |
1069 | 2025-01-08T00:22:02.575Z | Downloaded zerocopy-derive v0.8.10 |
1070 | 2025-01-08T00:22:02.581Z | Downloaded crypto-bigint v0.5.5 |
1071 | 2025-01-08T00:22:02.587Z | Downloaded tinyvec v1.8.0 |
1072 | 2025-01-08T00:22:02.591Z | Downloaded thiserror-impl-no-std v2.0.2 |
1073 | 2025-01-08T00:22:02.595Z | Downloaded crossbeam-channel v0.5.13 |
1074 | 2025-01-08T00:22:02.602Z | Downloaded rand_chacha v0.3.1 |
1075 | 2025-01-08T00:22:02.602Z | Downloaded hashlink v0.9.1 |
1076 | 2025-01-08T00:22:02.602Z | Downloaded der_derive v0.7.3 |
1077 | 2025-01-08T00:22:02.610Z | Downloaded rustls-pki-types v1.10.0 |
1078 | 2025-01-08T00:22:02.610Z | Downloaded pkcs1 v0.7.5 |
1079 | 2025-01-08T00:22:02.610Z | Downloaded cc v1.1.30 |
1080 | 2025-01-08T00:22:02.614Z | Downloaded pbkdf2 v0.12.2 |
1081 | 2025-01-08T00:22:02.614Z | Downloaded packed_struct_codegen v0.10.1 |
1082 | 2025-01-08T00:22:02.614Z | Downloaded value-bag v1.9.0 |
1083 | 2025-01-08T00:22:02.614Z | Downloaded uzers v0.12.1 |
1084 | 2025-01-08T00:22:02.619Z | Downloaded term v0.7.0 |
1085 | 2025-01-08T00:22:02.619Z | Downloaded nu-ansi-term v0.50.1 |
1086 | 2025-01-08T00:22:02.622Z | Downloaded mockall_derive v0.13.0 |
1087 | 2025-01-08T00:22:02.622Z | Downloaded tungstenite v0.21.0 |
1088 | 2025-01-08T00:22:02.626Z | Downloaded rustls-pemfile v2.2.0 |
1089 | 2025-01-08T00:22:02.630Z | Downloaded rand v0.8.5 |
1090 | 2025-01-08T00:22:02.637Z | Downloaded indicatif v0.17.9 |
1091 | 2025-01-08T00:22:02.642Z | Downloaded either v1.13.0 |
1092 | 2025-01-08T00:22:02.642Z | Downloaded deranged v0.3.11 |
1093 | 2025-01-08T00:22:02.642Z | Downloaded const_format v0.2.33 |
1094 | 2025-01-08T00:22:02.642Z | Downloaded bumpalo v3.16.0 |
1095 | 2025-01-08T00:22:02.646Z | Downloaded toml v0.7.8 |
1096 | 2025-01-08T00:22:02.650Z | Downloaded typify-macro v0.2.0 |
1097 | 2025-01-08T00:22:02.654Z | Downloaded parking_lot_core v0.8.6 |
1098 | 2025-01-08T00:22:02.654Z | Downloaded tokio-stream v0.1.16 |
1099 | 2025-01-08T00:22:02.658Z | Downloaded hickory-resolver v0.24.1 |
1100 | 2025-01-08T00:22:02.660Z | Downloaded strip-ansi-escapes v0.2.0 |
1101 | 2025-01-08T00:22:02.661Z | Downloaded compact_str v0.8.0 |
1102 | 2025-01-08T00:22:02.663Z | Downloaded chacha20poly1305 v0.10.1 |
1103 | 2025-01-08T00:22:02.668Z | Downloaded bytes v1.8.0 |
1104 | 2025-01-08T00:22:02.672Z | Downloaded displaydoc v0.2.5 |
1105 | 2025-01-08T00:22:02.674Z | Downloaded russh-keys v0.45.0 |
1106 | 2025-01-08T00:22:02.675Z | Downloaded phf_shared v0.11.2 |
1107 | 2025-01-08T00:22:02.677Z | Downloaded mockall v0.13.0 |
1108 | 2025-01-08T00:22:02.677Z | Downloaded futures-io v0.3.31 |
1109 | 2025-01-08T00:22:02.677Z | Downloaded foldhash v0.1.3 |
1110 | 2025-01-08T00:22:02.680Z | Downloaded float-ord v0.3.2 |
1111 | 2025-01-08T00:22:02.680Z | Downloaded float-cmp v0.9.0 |
1112 | 2025-01-08T00:22:02.680Z | Downloaded fallible-streaming-iterator v0.1.9 |
1113 | 2025-01-08T00:22:02.683Z | Downloaded fallible-iterator v0.3.0 |
1114 | 2025-01-08T00:22:02.683Z | Downloaded enum-as-inner v0.6.1 |
1115 | 2025-01-08T00:22:02.686Z | Downloaded display-error-chain v0.2.2 |
1116 | 2025-01-08T00:22:02.686Z | Downloaded dirs-sys-next v0.1.2 |
1117 | 2025-01-08T00:22:02.686Z | Downloaded string_cache v0.8.7 |
1118 | 2025-01-08T00:22:02.689Z | Downloaded crossbeam-epoch v0.9.18 |
1119 | 2025-01-08T00:22:02.693Z | Downloaded cookie v0.18.1 |
1120 | 2025-01-08T00:22:02.693Z | Downloaded const-oid v0.9.6 |
1121 | 2025-01-08T00:22:02.698Z | Downloaded progenitor-impl v0.8.0 |
1122 | 2025-01-08T00:22:02.698Z | Downloaded unicode-truncate v1.1.0 |
1123 | 2025-01-08T00:22:02.701Z | Downloaded thread_local v1.1.8 |
1124 | 2025-01-08T00:22:02.701Z | Downloaded tabwriter v1.4.0 |
1125 | 2025-01-08T00:22:02.701Z | Downloaded synstructure v0.13.1 |
1126 | 2025-01-08T00:22:02.701Z | Downloaded rustfmt-wrapper v0.2.1 |
1127 | 2025-01-08T00:22:02.705Z | Downloaded cancel-safe-futures v0.1.5 |
1128 | 2025-01-08T00:22:02.708Z | Downloaded serde_repr v0.1.19 |
1129 | 2025-01-08T00:22:02.708Z | Downloaded serde_plain v1.0.2 |
1130 | 2025-01-08T00:22:02.708Z | Downloaded serde_path_to_error v0.1.16 |
1131 | 2025-01-08T00:22:02.710Z | Downloaded siphasher v0.3.11 |
1132 | 2025-01-08T00:22:02.710Z | Downloaded memmap2 v0.9.5 |
1133 | 2025-01-08T00:22:02.713Z | Downloaded cipher v0.4.4 |
1134 | 2025-01-08T00:22:02.713Z | Downloaded ciborium v0.2.2 |
1135 | 2025-01-08T00:22:02.717Z | Downloaded base64 v0.22.1 |
1136 | 2025-01-08T00:22:02.721Z | Downloaded base64 v0.13.1 |
1137 | 2025-01-08T00:22:02.726Z | Downloaded lru v0.12.5 |
1138 | 2025-01-08T00:22:02.726Z | Downloaded inout v0.1.3 |
1139 | 2025-01-08T00:22:02.726Z | Downloaded convert_case v0.4.0 |
1140 | 2025-01-08T00:22:02.729Z | Downloaded constant_time_eq v0.3.1 |
1141 | 2025-01-08T00:22:02.729Z | Downloaded colored v2.1.0 |
1142 | 2025-01-08T00:22:02.729Z | Downloaded buf-list v1.0.3 |
1143 | 2025-01-08T00:22:02.732Z | Downloaded cobs v0.2.3 |
1144 | 2025-01-08T00:22:02.732Z | Downloaded castaway v0.2.3 |
1145 | 2025-01-08T00:22:02.734Z | Downloaded cassowary v0.3.0 |
1146 | 2025-01-08T00:22:02.734Z | Downloaded cexpr v0.6.0 |
1147 | 2025-01-08T00:22:02.739Z | Downloaded block-padding v0.3.3 |
1148 | 2025-01-08T00:22:02.739Z | Downloaded libloading v0.8.5 |
1149 | 2025-01-08T00:22:02.743Z | Downloaded ipnet v2.10.1 |
1150 | 2025-01-08T00:22:02.743Z | Downloaded bit-set v0.5.3 |
1151 | 2025-01-08T00:22:02.743Z | Downloaded hickory-client v0.24.1 |
1152 | 2025-01-08T00:22:02.746Z | Downloaded crunchy v0.2.2 |
1153 | 2025-01-08T00:22:02.746Z | Downloaded crucible-workspace-hack v0.1.0 |
1154 | 2025-01-08T00:22:02.746Z | Downloaded hubpack_derive v0.1.1 |
1155 | 2025-01-08T00:22:02.746Z | Downloaded lockfree-object-pool v0.1.6 |
1156 | 2025-01-08T00:22:02.750Z | Downloaded kstat-rs v0.2.4 |
1157 | 2025-01-08T00:22:02.750Z | Downloaded cfg_aliases v0.2.1 |
1158 | 2025-01-08T00:22:02.750Z | Downloaded hubpack v0.1.2 |
1159 | 2025-01-08T00:22:02.755Z | Downloaded adler2 v2.0.0 |
1160 | 2025-01-08T00:22:02.755Z | Downloaded ipnetwork v0.20.0 |
1161 | 2025-01-08T00:22:02.755Z | Downloaded bitflags v1.3.2 |
1162 | 2025-01-08T00:22:02.759Z | Downloaded backoff v0.4.0 |
1163 | 2025-01-08T00:22:02.759Z | Downloaded argon2 v0.5.3 |
1164 | 2025-01-08T00:22:02.764Z | Downloaded base64ct v1.6.0 |
1165 | 2025-01-08T00:22:02.764Z | Downloaded arrayvec v0.7.6 |
1166 | 2025-01-08T00:22:02.768Z | Downloaded async-stream-impl v0.3.6 |
1167 | 2025-01-08T00:22:02.769Z | Downloaded async-stream v0.3.6 |
1168 | 2025-01-08T00:22:02.769Z | Downloaded assert_matches v1.5.0 |
1169 | 2025-01-08T00:22:02.769Z | Downloaded hex-literal v0.4.1 |
1170 | 2025-01-08T00:22:02.773Z | Downloaded array-init v0.0.4 |
1171 | 2025-01-08T00:22:02.858Z | Downloaded libsqlite3-sys v0.30.1 |
1172 | 2025-01-08T00:22:02.957Z | Downloaded ring v0.17.8 |
1173 | 2025-01-08T00:22:03.276Z | Downloaded aws-lc-sys v0.22.0 |
1174 | 2025-01-08T00:22:03.587Z | Compiling serde v1.0.215 |
1175 | 2025-01-08T00:22:03.590Z | Compiling lock_api v0.4.12 |
1176 | 2025-01-08T00:22:03.590Z | Compiling scopeguard v1.2.0 |
1177 | 2025-01-08T00:22:03.591Z | Compiling value-bag v1.9.0 |
1178 | 2025-01-08T00:22:03.591Z | Compiling typenum v1.17.0 |
1179 | 2025-01-08T00:22:03.591Z | Compiling generic-array v0.14.7 |
1180 | 2025-01-08T00:22:03.786Z | Compiling syn v2.0.87 |
1181 | 2025-01-08T00:22:03.803Z | Compiling getrandom v0.2.15 |
1182 | 2025-01-08T00:22:03.891Z | Compiling subtle v2.6.1 |
1183 | 2025-01-08T00:22:04.100Z | Compiling rand_core v0.6.4 |
1184 | 2025-01-08T00:22:04.264Z | Compiling log v0.4.22 |
1185 | 2025-01-08T00:22:04.295Z | Compiling shlex v1.3.0 |
1186 | 2025-01-08T00:22:04.325Z | Compiling jobserver v0.1.32 |
1187 | 2025-01-08T00:22:04.415Z | Compiling smallvec v1.13.2 |
1188 | 2025-01-08T00:22:04.643Z | Compiling const-oid v0.9.6 |
1189 | 2025-01-08T00:22:04.663Z | Compiling spin v0.9.8 |
1190 | 2025-01-08T00:22:04.730Z | Compiling cc v1.1.30 |
1191 | 2025-01-08T00:22:04.865Z | Compiling pin-project-lite v0.2.14 |
1192 | 2025-01-08T00:22:05.002Z | Compiling rustix v0.38.37 |
1193 | 2025-01-08T00:22:05.060Z | Compiling parking_lot_core v0.9.10 |
1194 | 2025-01-08T00:22:05.126Z | Compiling futures-core v0.3.31 |
1195 | 2025-01-08T00:22:05.278Z | Compiling signal-hook-registry v1.4.2 |
1196 | 2025-01-08T00:22:05.362Z | Compiling mio v1.0.2 |
1197 | 2025-01-08T00:22:05.932Z | Compiling parking_lot v0.12.3 |
1198 | 2025-01-08T00:22:06.072Z | Compiling aho-corasick v1.1.3 |
1199 | 2025-01-08T00:22:06.335Z | Compiling either v1.13.0 |
1200 | 2025-01-08T00:22:06.570Z | Compiling cpufeatures v0.2.14 |
1201 | 2025-01-08T00:22:06.685Z | Compiling regex-syntax v0.8.5 |
1202 | 2025-01-08T00:22:06.706Z | Compiling lazy_static v1.5.0 |
1203 | 2025-01-08T00:22:06.770Z | Compiling glob v0.3.1 |
1204 | 2025-01-08T00:22:06.835Z | Compiling stable_deref_trait v1.2.0 |
1205 | 2025-01-08T00:22:06.854Z | Compiling futures-sink v0.3.31 |
1206 | 2025-01-08T00:22:06.964Z | Compiling socket2 v0.5.7 |
1207 | 2025-01-08T00:22:06.983Z | Compiling slab v0.4.9 |
1208 | 2025-01-08T00:22:07.048Z | Compiling prettyplease v0.2.25 |
1209 | 2025-01-08T00:22:07.396Z | Compiling minimal-lexical v0.2.1 |
1210 | 2025-01-08T00:22:07.431Z | Compiling serde_json v1.0.133 |
1211 | 2025-01-08T00:22:07.810Z | Compiling clang-sys v1.8.1 |
1212 | 2025-01-08T00:22:07.938Z | Compiling nom v7.1.3 |
1213 | 2025-01-08T00:22:07.989Z | Compiling libloading v0.8.5 |
1214 | 2025-01-08T00:22:08.084Z | Compiling bindgen v0.69.5 |
1215 | 2025-01-08T00:22:08.410Z | Compiling home v0.5.9 |
1216 | 2025-01-08T00:22:08.698Z | Compiling futures-channel v0.3.31 |
1217 | 2025-01-08T00:22:08.914Z | Compiling itertools v0.12.1 |
1218 | 2025-01-08T00:22:09.137Z | Compiling foldhash v0.1.3 |
1219 | 2025-01-08T00:22:09.161Z | Compiling allocator-api2 v0.2.18 |
1220 | 2025-01-08T00:22:09.467Z | Compiling pin-utils v0.1.0 |
1221 | 2025-01-08T00:22:09.575Z | Compiling futures-task v0.3.31 |
1222 | 2025-01-08T00:22:09.881Z | Compiling libm v0.2.8 |
1223 | 2025-01-08T00:22:09.987Z | Compiling futures-io v0.3.31 |
1224 | 2025-01-08T00:22:10.220Z | Compiling lazycell v1.3.0 |
1225 | 2025-01-08T00:22:10.299Z | Compiling rustc-hash v1.1.0 |
1226 | 2025-01-08T00:22:10.419Z | Compiling regex-automata v0.4.8 |
1227 | 2025-01-08T00:22:10.448Z | Compiling hashbrown v0.15.1 |
1228 | 2025-01-08T00:22:11.730Z | Compiling synstructure v0.13.1 |
1229 | 2025-01-08T00:22:12.017Z | Compiling cexpr v0.6.0 |
1230 | 2025-01-08T00:22:12.095Z | Compiling cmake v0.1.51 |
1231 | 2025-01-08T00:22:13.147Z | Compiling num-traits v0.2.19 |
1232 | 2025-01-08T00:22:13.431Z | Compiling dunce v1.0.5 |
1233 | 2025-01-08T00:22:13.485Z | Compiling pkg-config v0.3.31 |
1234 | 2025-01-08T00:22:13.563Z | Compiling fs_extra v1.3.0 |
1235 | 2025-01-08T00:22:13.717Z | Compiling tinyvec_macros v0.1.1 |
1236 | 2025-01-08T00:22:13.818Z | Compiling tinyvec v1.8.0 |
1237 | 2025-01-08T00:22:14.159Z | Compiling ring v0.17.8 |
1238 | 2025-01-08T00:22:15.043Z | Compiling unicode-bidi v0.3.17 |
1239 | 2025-01-08T00:22:15.308Z | Compiling unicode-normalization v0.1.24 |
1240 | 2025-01-08T00:22:15.331Z | Compiling paste v1.0.15 |
1241 | 2025-01-08T00:22:15.420Z | Compiling litemap v0.7.3 |
1242 | 2025-01-08T00:22:15.827Z | Compiling writeable v0.5.5 |
1243 | 2025-01-08T00:22:15.847Z | Compiling base64ct v1.6.0 |
1244 | 2025-01-08T00:22:16.485Z | Compiling regex v1.11.1 |
1245 | 2025-01-08T00:22:16.508Z | Compiling pem-rfc7468 v0.7.0 |
1246 | 2025-01-08T00:22:16.603Z | Compiling aws-lc-rs v1.10.0 |
1247 | 2025-01-08T00:22:17.059Z | Compiling httparse v1.9.5 |
1248 | 2025-01-08T00:22:17.191Z | Compiling flagset v0.4.6 |
1249 | 2025-01-08T00:22:17.413Z | Compiling tracing-core v0.1.32 |
1250 | 2025-01-08T00:22:17.591Z | Compiling rustls-pki-types v1.10.0 |
1251 | 2025-01-08T00:22:17.871Z | Compiling percent-encoding v2.3.1 |
1252 | 2025-01-08T00:22:18.232Z | Compiling icu_locid_transform_data v1.5.0 |
1253 | 2025-01-08T00:22:18.328Z | Compiling crossbeam-utils v0.8.20 |
1254 | 2025-01-08T00:22:18.676Z | Compiling powerfmt v0.2.0 |
1255 | 2025-01-08T00:22:18.698Z | Compiling untrusted v0.9.0 |
1256 | 2025-01-08T00:22:18.823Z | Compiling serde_derive v1.0.215 |
1257 | 2025-01-08T00:22:18.845Z | Compiling zeroize_derive v1.4.2 |
1258 | 2025-01-08T00:22:18.898Z | Compiling zerocopy-derive v0.7.35 |
1259 | 2025-01-08T00:22:19.082Z | Compiling tokio-macros v2.4.0 |
1260 | 2025-01-08T00:22:19.099Z | Compiling zerofrom-derive v0.1.4 |
1261 | 2025-01-08T00:22:20.440Z | Compiling zeroize v1.8.1 |
1262 | 2025-01-08T00:22:20.638Z | Compiling thiserror-impl v1.0.69 |
1263 | 2025-01-08T00:22:20.837Z | Compiling yoke-derive v0.7.4 |
1264 | 2025-01-08T00:22:21.204Z | Compiling zerocopy v0.7.35 |
1265 | 2025-01-08T00:22:22.251Z | Compiling crypto-common v0.1.6 |
1266 | 2025-01-08T00:22:22.270Z | Compiling block-buffer v0.10.4 |
1267 | 2025-01-08T00:22:22.497Z | Compiling digest v0.10.7 |
1268 | 2025-01-08T00:22:22.545Z | Compiling zerovec-derive v0.10.3 |
1269 | 2025-01-08T00:22:22.864Z | Compiling futures-macro v0.3.31 |
1270 | 2025-01-08T00:22:22.989Z | Compiling hmac v0.12.1 |
1271 | 2025-01-08T00:22:23.244Z | Compiling block-padding v0.3.3 |
1272 | 2025-01-08T00:22:23.297Z | Compiling zerofrom v0.1.4 |
1273 | 2025-01-08T00:22:23.485Z | Compiling displaydoc v0.2.5 |
1274 | 2025-01-08T00:22:23.504Z | Compiling inout v0.1.3 |
1275 | 2025-01-08T00:22:23.542Z | Compiling sha2 v0.10.8 |
1276 | 2025-01-08T00:22:23.780Z | Compiling cipher v0.4.4 |
1277 | 2025-01-08T00:22:23.978Z | Compiling yoke v0.7.4 |
1278 | 2025-01-08T00:22:24.137Z | Compiling thiserror v1.0.69 |
1279 | 2025-01-08T00:22:24.276Z | Compiling ppv-lite86 v0.2.20 |
1280 | 2025-01-08T00:22:24.333Z | Compiling icu_provider_macros v1.5.0 |
1281 | 2025-01-08T00:22:24.347Z | Compiling der_derive v0.7.3 |
1282 | 2025-01-08T00:22:24.809Z | Compiling futures-util v0.3.31 |
1283 | 2025-01-08T00:22:25.111Z | Compiling rand_chacha v0.3.1 |
1284 | 2025-01-08T00:22:25.218Z | Compiling tracing-attributes v0.1.27 |
1285 | 2025-01-08T00:22:25.242Z | Compiling zerovec v0.10.4 |
1286 | 2025-01-08T00:22:25.455Z | Compiling salsa20 v0.10.2 |
1287 | 2025-01-08T00:22:25.694Z | Compiling rand v0.8.5 |
1288 | 2025-01-08T00:22:26.903Z | Compiling der v0.7.9 |
1289 | 2025-01-08T00:22:27.106Z | Compiling pest v2.7.14 |
1290 | 2025-01-08T00:22:27.457Z | Compiling tinystr v0.7.6 |
1291 | 2025-01-08T00:22:27.639Z | Compiling icu_collections v1.5.0 |
1292 | 2025-01-08T00:22:27.873Z | Compiling icu_locid v1.5.0 |
1293 | 2025-01-08T00:22:27.977Z | Compiling pbkdf2 v0.12.2 |
1294 | 2025-01-08T00:22:28.176Z | Compiling time-core v0.1.2 |
1295 | 2025-01-08T00:22:28.358Z | Compiling vcpkg v0.2.15 |
1296 | 2025-01-08T00:22:29.128Z | Compiling icu_provider v1.5.0 |
1297 | 2025-01-08T00:22:29.161Z | Compiling tracing v0.1.40 |
1298 | 2025-01-08T00:22:29.693Z | Compiling spki v0.7.3 |
1299 | 2025-01-08T00:22:30.080Z | Compiling icu_locid_transform v1.5.0 |
1300 | 2025-01-08T00:22:30.181Z | Compiling mirai-annotations v1.12.0 |
1301 | 2025-01-08T00:22:30.201Z | Compiling num-conv v0.1.0 |
1302 | 2025-01-08T00:22:30.303Z | Compiling icu_properties_data v1.5.0 |
1303 | 2025-01-08T00:22:30.320Z | Compiling untrusted v0.7.1 |
1304 | 2025-01-08T00:22:30.362Z | Compiling pest_meta v2.7.14 |
1305 | 2025-01-08T00:22:30.484Z | Compiling time-macros v0.2.18 |
1306 | 2025-01-08T00:22:30.540Z | Compiling scrypt v0.11.0 |
1307 | 2025-01-08T00:22:30.580Z | Compiling openssl-sys v0.9.103 |
1308 | 2025-01-08T00:22:31.029Z | Compiling cbc v0.1.2 |
1309 | 2025-01-08T00:22:31.131Z | Compiling aes v0.8.4 |
1310 | 2025-01-08T00:22:31.314Z | Compiling icu_properties v1.5.1 |
1311 | 2025-01-08T00:22:31.815Z | Compiling deranged v0.3.11 |
1312 | 2025-01-08T00:22:32.851Z | Compiling scroll_derive v0.12.0 |
1313 | 2025-01-08T00:22:33.351Z | Compiling bitflags v2.6.0 |
1314 | 2025-01-08T00:22:33.770Z | Compiling bytes v1.8.0 |
1315 | 2025-01-08T00:22:33.993Z | Compiling indexmap v2.6.0 |
1316 | 2025-01-08T00:22:34.411Z | Compiling semver v1.0.23 |
1317 | 2025-01-08T00:22:35.103Z | Compiling tokio v1.40.0 |
1318 | 2025-01-08T00:22:35.187Z | Compiling http v1.1.0 |
1319 | 2025-01-08T00:22:35.326Z | Compiling rustc_version v0.4.1 |
1320 | 2025-01-08T00:22:35.474Z | Compiling num_threads v0.1.7 |
1321 | 2025-01-08T00:22:35.571Z | Compiling icu_normalizer_data v1.5.0 |
1322 | 2025-01-08T00:22:35.607Z | Compiling utf8_iter v1.0.4 |
1323 | 2025-01-08T00:22:35.684Z | Compiling utf16_iter v1.0.5 |
1324 | 2025-01-08T00:22:35.855Z | Compiling write16 v1.0.0 |
1325 | 2025-01-08T00:22:35.900Z | Compiling atomic-waker v1.1.2 |
1326 | 2025-01-08T00:22:35.991Z | Compiling icu_normalizer v1.5.0 |
1327 | 2025-01-08T00:22:36.077Z | Compiling time v0.3.36 |
1328 | 2025-01-08T00:22:36.111Z | Compiling scroll v0.12.0 |
1329 | 2025-01-08T00:22:36.264Z | Compiling pkcs5 v0.7.1 |
1330 | 2025-01-08T00:22:36.788Z | Compiling http-body v1.0.1 |
1331 | 2025-01-08T00:22:37.029Z | Compiling pest_generator v2.7.14 |
1332 | 2025-01-08T00:22:37.154Z | Compiling form_urlencoded v1.2.1 |
1333 | 2025-01-08T00:22:37.485Z | Compiling try-lock v0.2.5 |
1334 | 2025-01-08T00:22:37.503Z | Compiling slog v2.7.0 |
1335 | 2025-01-08T00:22:37.634Z | Compiling want v0.3.1 |
1336 | 2025-01-08T00:22:37.705Z | Compiling which v4.4.2 |
1337 | 2025-01-08T00:22:37.921Z | Compiling goblin v0.8.2 |
1338 | 2025-01-08T00:22:38.128Z | Compiling pkcs8 v0.10.2 |
1339 | 2025-01-08T00:22:38.324Z | Compiling idna_adapter v1.2.0 |
1340 | 2025-01-08T00:22:38.550Z | Compiling uuid v1.11.0 |
1341 | 2025-01-08T00:22:38.842Z | Compiling httpdate v1.0.3 |
1342 | 2025-01-08T00:22:39.129Z | Compiling pest_derive v2.7.14 |
1343 | 2025-01-08T00:22:39.151Z | Compiling iana-time-zone v0.1.61 |
1344 | 2025-01-08T00:22:39.296Z | Compiling idna v1.0.3 |
1345 | 2025-01-08T00:22:39.604Z | Compiling chrono v0.4.38 |
1346 | 2025-01-08T00:22:39.941Z | Compiling dtrace-parser v0.2.0 |
1347 | 2025-01-08T00:22:40.815Z | Compiling toml_datetime v0.6.8 |
1348 | 2025-01-08T00:22:41.196Z | Compiling serde_spanned v0.6.8 |
1349 | 2025-01-08T00:22:41.385Z | Compiling serde_tokenstream v0.2.2 |
1350 | 2025-01-08T00:22:41.387Z | Compiling adler2 v2.0.0 |
1351 | 2025-01-08T00:22:41.437Z | Compiling foreign-types-shared v0.1.1 |
1352 | 2025-01-08T00:22:41.547Z | Compiling rustversion v1.0.17 |
1353 | 2025-01-08T00:22:41.619Z | Compiling base64 v0.22.1 |
1354 | 2025-01-08T00:22:42.006Z | Compiling tower-service v0.3.3 |
1355 | 2025-01-08T00:22:42.124Z | Compiling match_cfg v0.1.0 |
1356 | 2025-01-08T00:22:42.144Z | Compiling openssl v0.10.66 |
1357 | 2025-01-08T00:22:42.226Z | Compiling hostname v0.3.1 |
1358 | 2025-01-08T00:22:42.343Z | Compiling miniz_oxide v0.8.0 |
1359 | 2025-01-08T00:22:42.361Z | Compiling foreign-types v0.3.2 |
1360 | 2025-01-08T00:22:42.459Z | Compiling url v2.5.3 |
1361 | 2025-01-08T00:22:42.580Z | Compiling async-trait v0.1.83 |
1362 | 2025-01-08T00:22:43.401Z | Compiling openssl-macros v0.1.1 |
1363 | 2025-01-08T00:22:43.844Z | Compiling tokio-util v0.7.12 |
1364 | 2025-01-08T00:22:43.867Z | Compiling dof v0.3.0 |
1365 | 2025-01-08T00:22:44.170Z | Compiling serde_derive_internals v0.29.1 |
1366 | 2025-01-08T00:22:44.449Z | Compiling dirs-sys-next v0.1.2 |
1367 | 2025-01-08T00:22:45.104Z | Compiling h2 v0.4.6 |
1368 | 2025-01-08T00:22:45.287Z | Compiling usdt-impl v0.5.0 |
1369 | 2025-01-08T00:22:45.341Z | Compiling native-tls v0.2.12 |
1370 | 2025-01-08T00:22:45.669Z | Compiling syn v1.0.109 |
1371 | 2025-01-08T00:22:46.015Z | Compiling schemars v0.8.21 |
1372 | 2025-01-08T00:22:46.347Z | Compiling rustls v0.22.4 |
1373 | 2025-01-08T00:22:46.380Z | Compiling rustls v0.23.19 |
1374 | 2025-01-08T00:22:46.620Z | Compiling data-encoding v2.6.0 |
1375 | 2025-01-08T00:22:46.653Z | Compiling siphasher v0.3.11 |
1376 | 2025-01-08T00:22:46.918Z | Compiling schemars_derive v0.8.21 |
1377 | 2025-01-08T00:22:47.042Z | Compiling dirs-next v2.0.0 |
1378 | 2025-01-08T00:22:48.161Z | Compiling http-body-util v0.1.2 |
1379 | 2025-01-08T00:22:48.654Z | Compiling heapless v0.7.17 |
1380 | 2025-01-08T00:22:48.685Z | Compiling crossbeam-epoch v0.9.18 |
1381 | 2025-01-08T00:22:49.065Z | Compiling signature v2.2.0 |
1382 | 2025-01-08T00:22:49.068Z | Compiling sha1 v0.10.6 |
1383 | 2025-01-08T00:22:49.366Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1384 | 2025-01-08T00:22:49.489Z | Compiling thread_local v1.1.8 |
1385 | 2025-01-08T00:22:49.509Z | Compiling encoding_rs v0.8.34 |
1386 | 2025-01-08T00:22:49.865Z | Compiling cookie v0.18.1 |
1387 | 2025-01-08T00:22:50.037Z | Compiling multer v3.1.0 |
1388 | 2025-01-08T00:22:50.156Z | Compiling ipnet v2.10.1 |
1389 | 2025-01-08T00:22:50.328Z | Compiling dyn-clone v1.0.17 |
1390 | 2025-01-08T00:22:50.384Z | Compiling mime v0.3.17 |
1391 | 2025-01-08T00:22:50.537Z | Compiling slog-async v2.8.0 |
1392 | 2025-01-08T00:22:50.794Z | Compiling signal-hook v0.3.17 |
1393 | 2025-01-08T00:22:51.021Z | Compiling unicode-properties v0.1.3 |
1394 | 2025-01-08T00:22:51.057Z | Compiling openssl-probe v0.1.5 |
1395 | 2025-01-08T00:22:51.076Z | Compiling rayon-core v1.12.1 |
1396 | 2025-01-08T00:22:51.373Z | Compiling gimli v0.31.1 |
1397 | 2025-01-08T00:22:51.424Z | Compiling stringprep v0.1.5 |
1398 | 2025-01-08T00:22:51.559Z | Compiling toml_edit v0.22.22 |
1399 | 2025-01-08T00:22:52.686Z | Compiling hyper v1.5.0 |
1400 | 2025-01-08T00:22:55.399Z | Compiling hyper-util v0.1.10 |
1401 | 2025-01-08T00:22:55.569Z | Compiling crossbeam-deque v0.8.5 |
1402 | 2025-01-08T00:22:55.829Z | Compiling addr2line v0.24.2 |
1403 | 2025-01-08T00:22:55.961Z | Compiling usdt-macro v0.5.0 |
1404 | 2025-01-08T00:22:56.390Z | Compiling usdt-attr-macro v0.5.0 |
1405 | 2025-01-08T00:22:56.468Z | Compiling term v0.7.0 |
1406 | 2025-01-08T00:22:56.712Z | Compiling slog-json v2.6.1 |
1407 | 2025-01-08T00:22:57.097Z | Compiling serde_urlencoded v0.7.1 |
1408 | 2025-01-08T00:22:57.459Z | Compiling curve25519-dalek v4.1.3 |
1409 | 2025-01-08T00:22:57.623Z | Compiling crossbeam-channel v0.5.13 |
1410 | 2025-01-08T00:22:57.982Z | Compiling futures-executor v0.3.31 |
1411 | 2025-01-08T00:22:58.061Z | Compiling enum-as-inner v0.6.1 |
1412 | 2025-01-08T00:22:58.064Z | Compiling md-5 v0.10.6 |
1413 | 2025-01-08T00:22:58.341Z | Compiling async-stream-impl v0.3.6 |
1414 | 2025-01-08T00:22:58.551Z | Compiling rustls-pemfile v2.2.0 |
1415 | 2025-01-08T00:22:58.572Z | Compiling num-integer v0.1.46 |
1416 | 2025-01-08T00:22:58.697Z | Compiling idna v0.4.0 |
1417 | 2025-01-08T00:22:58.895Z | Compiling idna v0.3.0 |
1418 | 2025-01-08T00:22:59.216Z | Compiling hash32 v0.2.1 |
1419 | 2025-01-08T00:22:59.327Z | Compiling ff v0.13.0 |
1420 | 2025-01-08T00:22:59.562Z | Compiling is-terminal v0.4.13 |
1421 | 2025-01-08T00:22:59.591Z | Compiling dropshot v0.12.0 |
1422 | 2025-01-08T00:22:59.699Z | Compiling object v0.36.5 |
1423 | 2025-01-08T00:22:59.732Z | Compiling portable-atomic v1.9.0 |
1424 | 2025-01-08T00:22:59.878Z | Compiling anyhow v1.0.93 |
1425 | 2025-01-08T00:22:59.924Z | Compiling utf-8 v0.7.6 |
1426 | 2025-01-08T00:23:00.253Z | Compiling psl-types v2.0.11 |
1427 | 2025-01-08T00:23:00.318Z | Compiling num-bigint-dig v0.8.4 |
1428 | 2025-01-08T00:23:00.458Z | Compiling take_mut v0.2.2 |
1429 | 2025-01-08T00:23:00.511Z | Compiling base16ct v0.2.0 |
1430 | 2025-01-08T00:23:00.533Z | Compiling linked-hash-map v0.5.6 |
1431 | 2025-01-08T00:23:00.601Z | Compiling rustc-demangle v0.1.24 |
1432 | 2025-01-08T00:23:00.601Z | Compiling quick-error v1.2.3 |
1433 | 2025-01-08T00:23:00.753Z | Compiling fallible-iterator v0.2.0 |
1434 | 2025-01-08T00:23:00.775Z | Compiling smoltcp v0.9.1 |
1435 | 2025-01-08T00:23:00.876Z | Compiling lru-cache v0.1.2 |
1436 | 2025-01-08T00:23:00.896Z | Compiling resolv-conf v0.7.0 |
1437 | 2025-01-08T00:23:01.108Z | Compiling sec1 v0.7.3 |
1438 | 2025-01-08T00:23:01.505Z | Compiling postgres-protocol v0.6.7 |
1439 | 2025-01-08T00:23:01.727Z | Compiling publicsuffix v2.2.3 |
1440 | 2025-01-08T00:23:01.750Z | Compiling tungstenite v0.24.0 |
1441 | 2025-01-08T00:23:02.036Z | Compiling async-stream v0.3.6 |
1442 | 2025-01-08T00:23:02.089Z | Compiling slog-term v2.9.1 |
1443 | 2025-01-08T00:23:02.335Z | Compiling usdt v0.5.0 |
1444 | 2025-01-08T00:23:02.836Z | Compiling hickory-proto v0.24.1 |
1445 | 2025-01-08T00:23:02.853Z | Compiling group v0.13.0 |
1446 | 2025-01-08T00:23:03.175Z | Compiling num-iter v0.1.45 |
1447 | 2025-01-08T00:23:03.369Z | Compiling futures v0.3.31 |
1448 | 2025-01-08T00:23:03.493Z | Compiling slog-bunyan v2.5.0 |
1449 | 2025-01-08T00:23:03.692Z | Compiling toml v0.8.19 |
1450 | 2025-01-08T00:23:05.249Z | Compiling tokio-native-tls v0.3.1 |
1451 | 2025-01-08T00:23:05.542Z | Compiling camino v1.1.9 |
1452 | 2025-01-08T00:23:05.568Z | Compiling phf_shared v0.11.2 |
1453 | 2025-01-08T00:23:05.584Z | Compiling dropshot_endpoint v0.12.0 |
1454 | 2025-01-08T00:23:05.968Z | Compiling terminal_size v0.4.0 |
1455 | 2025-01-08T00:23:06.233Z | Compiling waitgroup v0.1.2 |
1456 | 2025-01-08T00:23:06.353Z | Compiling openapiv3 v2.0.0 |
1457 | 2025-01-08T00:23:06.483Z | Compiling serde_path_to_error v0.1.16 |
1458 | 2025-01-08T00:23:06.644Z | Compiling hkdf v0.12.4 |
1459 | 2025-01-08T00:23:06.932Z | Compiling crypto-bigint v0.5.5 |
1460 | 2025-01-08T00:23:07.364Z | Compiling backtrace v0.3.74 |
1461 | 2025-01-08T00:23:08.033Z | Compiling zerocopy-derive v0.6.6 |
1462 | 2025-01-08T00:23:10.490Z | Compiling curve25519-dalek-derive v0.1.1 |
1463 | 2025-01-08T00:23:10.712Z | Compiling webpki-roots v0.26.6 |
1464 | 2025-01-08T00:23:10.965Z | Compiling idna v0.5.0 |
1465 | 2025-01-08T00:23:11.217Z | Compiling hostname v0.4.0 |
1466 | 2025-01-08T00:23:11.256Z | Compiling hubpack_derive v0.1.1 |
1467 | 2025-01-08T00:23:11.317Z | Compiling ahash v0.8.11 |
1468 | 2025-01-08T00:23:11.507Z | Compiling fs-err v2.11.0 |
1469 | 2025-01-08T00:23:11.695Z | Compiling crc32fast v1.4.2 |
1470 | 2025-01-08T00:23:11.826Z | Compiling newtype-uuid v1.1.3 |
1471 | 2025-01-08T00:23:12.055Z | Compiling winnow v0.5.40 |
1472 | 2025-01-08T00:23:12.112Z | Compiling managed v0.8.0 |
1473 | 2025-01-08T00:23:12.190Z | Compiling bitflags v1.3.2 |
1474 | 2025-01-08T00:23:12.212Z | Compiling debug-ignore v1.0.5 |
1475 | 2025-01-08T00:23:12.315Z | Compiling clap_builder v4.5.21 |
1476 | 2025-01-08T00:23:12.377Z | Compiling strum_macros v0.25.3 |
1477 | 2025-01-08T00:23:13.665Z | Compiling hubpack v0.1.2 |
1478 | 2025-01-08T00:23:13.972Z | Compiling console v0.15.8 |
1479 | 2025-01-08T00:23:14.183Z | Compiling cookie_store v0.21.0 |
1480 | 2025-01-08T00:23:14.875Z | Compiling flate2 v1.0.34 |
1481 | 2025-01-08T00:23:15.872Z | Compiling toml_edit v0.19.15 |
1482 | 2025-01-08T00:23:15.947Z | Compiling zerocopy v0.6.6 |
1483 | 2025-01-08T00:23:15.982Z | Compiling elliptic-curve v0.13.8 |
1484 | 2025-01-08T00:23:16.137Z | Compiling hickory-resolver v0.24.1 |
1485 | 2025-01-08T00:23:16.962Z | Compiling phf v0.11.2 |
1486 | 2025-01-08T00:23:16.984Z | Compiling signal-hook-mio v0.2.4 |
1487 | 2025-01-08T00:23:17.179Z | Compiling hyper-tls v0.6.0 |
1488 | 2025-01-08T00:23:17.303Z | Compiling rayon v1.10.0 |
1489 | 2025-01-08T00:23:17.643Z | Compiling bzip2 v0.4.4 |
1490 | 2025-01-08T00:23:18.093Z | Compiling tokio-tungstenite v0.24.0 |
1491 | 2025-01-08T00:23:18.745Z | Compiling postgres-types v0.2.8 |
1492 | 2025-01-08T00:23:21.920Z | Compiling ed25519 v2.2.3 |
1493 | 2025-01-08T00:23:22.014Z | Compiling phf_shared v0.10.0 |
1494 | 2025-01-08T00:23:22.517Z | Compiling tokio-stream v0.1.16 |
1495 | 2025-01-08T00:23:22.691Z | Compiling pkcs1 v0.7.5 |
1496 | 2025-01-08T00:23:22.940Z | Compiling serde-big-array v0.5.1 |
1497 | 2025-01-08T00:23:23.219Z | Compiling clap_derive v4.5.18 |
1498 | 2025-01-08T00:23:23.737Z | Compiling rfc6979 v0.4.0 |
1499 | 2025-01-08T00:23:23.768Z | Compiling derive-where v1.2.7 |
1500 | 2025-01-08T00:23:23.949Z | Compiling serde_repr v0.1.19 |
1501 | 2025-01-08T00:23:23.972Z | Compiling float-cmp v0.9.0 |
1502 | 2025-01-08T00:23:24.027Z | Compiling bstr v1.10.0 |
1503 | 2025-01-08T00:23:24.233Z | Compiling sync_wrapper v1.0.1 |
1504 | 2025-01-08T00:23:24.420Z | Compiling normalize-line-endings v0.3.0 |
1505 | 2025-01-08T00:23:24.576Z | Compiling whoami v1.5.2 |
1506 | 2025-01-08T00:23:25.150Z | Compiling unicode-width v0.2.0 |
1507 | 2025-01-08T00:23:25.298Z | Compiling new_debug_unreachable v1.0.6 |
1508 | 2025-01-08T00:23:25.300Z | Compiling predicates-core v1.0.8 |
1509 | 2025-01-08T00:23:25.432Z | Compiling precomputed-hash v0.1.1 |
1510 | 2025-01-08T00:23:25.563Z | Compiling static_assertions v1.1.0 |
1511 | 2025-01-08T00:23:25.679Z | Compiling number_prefix v0.4.0 |
1512 | 2025-01-08T00:23:25.699Z | Compiling fixedbitset v0.4.2 |
1513 | 2025-01-08T00:23:25.720Z | Compiling difflib v0.4.0 |
1514 | 2025-01-08T00:23:25.930Z | Compiling bit-vec v0.6.3 |
1515 | 2025-01-08T00:23:26.025Z | Compiling unicode-segmentation v1.12.0 |
1516 | 2025-01-08T00:23:26.231Z | Compiling predicates v3.1.2 |
1517 | 2025-01-08T00:23:26.456Z | Compiling bit-set v0.5.3 |
1518 | 2025-01-08T00:23:26.776Z | Compiling petgraph v0.6.5 |
1519 | 2025-01-08T00:23:27.040Z | Compiling similar v2.6.0 |
1520 | 2025-01-08T00:23:27.479Z | Compiling indicatif v0.17.9 |
1521 | 2025-01-08T00:23:27.833Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1522 | 2025-01-08T00:23:28.210Z | Compiling string_cache v0.8.7 |
1523 | 2025-01-08T00:23:28.728Z | Compiling tokio-postgres v0.7.12 |
1524 | 2025-01-08T00:23:28.868Z | Compiling clap v4.5.21 |
1525 | 2025-01-08T00:23:29.018Z | Compiling ecdsa v0.16.9 |
1526 | 2025-01-08T00:23:29.719Z | Compiling rsa v0.9.6 |
1527 | 2025-01-08T00:23:29.952Z | Compiling ed25519-dalek v2.1.1 |
1528 | 2025-01-08T00:23:29.978Z | Compiling toml v0.7.8 |
1529 | 2025-01-08T00:23:31.368Z | Compiling zip v0.6.6 |
1530 | 2025-01-08T00:23:31.501Z | Compiling crossterm v0.28.1 |
1531 | 2025-01-08T00:23:33.243Z | Compiling hex v0.4.3 |
1532 | 2025-01-08T00:23:33.606Z | Compiling x509-cert v0.2.5 |
1533 | 2025-01-08T00:23:33.896Z | Compiling itertools v0.10.5 |
1534 | 2025-01-08T00:23:33.899Z | Compiling lalrpop-util v0.19.12 |
1535 | 2025-01-08T00:23:35.118Z | Compiling unicode-xid v0.2.6 |
1536 | 2025-01-08T00:23:35.316Z | Compiling peg-runtime v0.8.3 |
1537 | 2025-01-08T00:23:35.373Z | Compiling strum_macros v0.26.4 |
1538 | 2025-01-08T00:23:35.413Z | Compiling xattr v1.3.1 |
1539 | 2025-01-08T00:23:35.706Z | Compiling filetime v0.2.25 |
1540 | 2025-01-08T00:23:36.038Z | Compiling tar v0.4.42 |
1541 | 2025-01-08T00:23:40.702Z | Compiling strum v0.26.3 |
1542 | 2025-01-08T00:23:42.618Z | Compiling aws-lc-sys v0.22.0 |
1543 | 2025-01-08T00:24:13.525Z | Compiling rustls-webpki v0.102.8 |
1544 | 2025-01-08T00:24:17.150Z | Compiling tokio-rustls v0.25.0 |
1545 | 2025-01-08T00:24:18.680Z | Compiling tokio-rustls v0.26.0 |
1546 | 2025-01-08T00:24:18.992Z | Compiling hyper-rustls v0.27.3 |
1547 | 2025-01-08T00:24:19.436Z | Compiling reqwest v0.12.9 |
1548 | 2025-01-08T00:24:20.745Z | Compiling qorb v0.2.1 |
1549 | 2025-01-08T00:24:25.625Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1550 | 2025-01-08T00:24:25.860Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1551 | 2025-01-08T00:24:32.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
1552 | 2025-01-08T00:24:32.185Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1553 | 2025-01-08T00:24:32.263Z | Jan 08 00:24:30.500 INFO Starting download, target: Cockroach |
1554 | 2025-01-08T00:24:32.264Z | Jan 08 00:24:30.500 INFO Starting download, target: Clickhouse |
1555 | 2025-01-08T00:24:32.264Z | Jan 08 00:24:30.500 INFO Starting download, target: Console |
1556 | 2025-01-08T00:24:32.264Z | Jan 08 00:24:30.500 INFO Starting download, target: DendriteOpenapi |
1557 | 2025-01-08T00:24:32.264Z | Jan 08 00:24:30.500 INFO Starting download, target: DendriteStub |
1558 | 2025-01-08T00:24:32.264Z | Jan 08 00:24:30.500 INFO Starting download, target: MaghemiteMgd |
1559 | 2025-01-08T00:24:32.266Z | Jan 08 00:24:30.500 INFO Starting download, target: TransceiverControl |
1560 | 2025-01-08T00:24:32.266Z | Jan 08 00:24:30.501 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1561 | 2025-01-08T00:24:32.266Z | Jan 08 00:24:30.501 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1562 | 2025-01-08T00:24:32.266Z | Jan 08 00:24:30.501 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1563 | 2025-01-08T00:24:32.266Z | Jan 08 00:24:30.501 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1564 | 2025-01-08T00:24:32.266Z | Jan 08 00:24:30.501 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1565 | 2025-01-08T00:24:32.266Z | Jan 08 00:24:30.501 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1566 | 2025-01-08T00:24:32.266Z | Jan 08 00:24:30.501 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1567 | 2025-01-08T00:24:32.520Z | Jan 08 00:24:30.723 INFO Download complete, target: DendriteOpenapi |
1568 | 2025-01-08T00:24:32.686Z | Jan 08 00:24:30.918 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1569 | 2025-01-08T00:24:32.768Z | Jan 08 00:24:30.983 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1570 | 2025-01-08T00:24:33.111Z | Jan 08 00:24:31.340 INFO Download complete, target: Console |
1571 | 2025-01-08T00:24:33.244Z | Jan 08 00:24:31.478 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1572 | 2025-01-08T00:24:33.363Z | Jan 08 00:24:31.597 INFO Download complete, target: TransceiverControl |
1573 | 2025-01-08T00:24:33.496Z | Jan 08 00:24:31.682 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1574 | 2025-01-08T00:24:34.045Z | Jan 08 00:24:32.282 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1575 | 2025-01-08T00:24:34.045Z | Jan 08 00:24:32.282 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1576 | 2025-01-08T00:24:34.138Z | Jan 08 00:24:32.372 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1577 | 2025-01-08T00:24:36.146Z | Jan 08 00:24:34.382 INFO Download complete, target: DendriteStub |
1578 | 2025-01-08T00:24:36.400Z | Jan 08 00:24:34.636 INFO Download complete, target: MaghemiteMgd |
1579 | 2025-01-08T00:24:41.507Z | Jan 08 00:24:39.743 INFO Checking that binary works, target: Cockroach |
1580 | 2025-01-08T00:24:41.677Z | Jan 08 00:24:39.913 INFO Download complete, target: Cockroach |
1581 | 2025-01-08T00:24:46.698Z | Jan 08 00:24:44.933 INFO Checking that binary works, target: Clickhouse |
1582 | 2025-01-08T00:24:46.825Z | Jan 08 00:24:45.060 INFO Download complete, target: Clickhouse |
1583 | 2025-01-08T00:24:46.847Z | All builder prerequisites installed successfully, and PATH looks valid |
1584 | 2025-01-08T00:24:46.850Z | |
1585 | 2025-01-08T00:24:46.850Z | real 6:07.452603477 |
1586 | 2025-01-08T00:24:46.850Z | user 17:03.353970201 |
1587 | 2025-01-08T00:24:46.850Z | sys 3:20.447963257 |
1588 | 2025-01-08T00:24:46.850Z | trap 0.586589096 |
1589 | 2025-01-08T00:24:46.850Z | tflt 1.391629180 |
1590 | 2025-01-08T00:24:46.850Z | dflt 2.256081210 |
1591 | 2025-01-08T00:24:46.850Z | kflt 0.026764523 |
1592 | 2025-01-08T00:24:46.850Z | lock 30:21.349616272 |
1593 | 2025-01-08T00:24:46.850Z | slp 1:05:46.292328999 |
1594 | 2025-01-08T00:24:46.850Z | lat 57.768812642 |
1595 | 2025-01-08T00:24:46.850Z | stop 2:19.238272005 |
1596 | 2025-01-08T00:24:46.850Z | + banner hack-check |
1597 | 2025-01-08T00:24:46.853Z | |
1598 | 2025-01-08T00:24:46.853Z | # # ## #### # # #### # # ###### #### # # |
1599 | 2025-01-08T00:24:46.853Z | # # # # # # # # # # # # # # # # # |
1600 | 2025-01-08T00:24:46.853Z | ###### # # # #### ##### # ###### ##### # #### |
1601 | 2025-01-08T00:24:46.853Z | # # ###### # # # # # # # # # # |
1602 | 2025-01-08T00:24:46.853Z | # # # # # # # # # # # # # # # # # |
1603 | 2025-01-08T00:24:46.853Z | # # # # #### # # #### # # ###### #### # # |
1604 | 2025-01-08T00:24:46.853Z | |
1605 | 2025-01-08T00:24:46.853Z | + export CARGO_INCREMENTAL=0 |
1606 | 2025-01-08T00:24:46.853Z | + CARGO_INCREMENTAL=0 |
1607 | 2025-01-08T00:24:46.853Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1608 | 2025-01-08T00:24:47.463Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1609 | 2025-01-08T00:24:51.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
1610 | 2025-01-08T00:24:51.345Z | Running `target/debug/xtask check-features --ci` |
1611 | 2025-01-08T00:24:51.371Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1612 | 2025-01-08T00:24:51.371Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1613 | 2025-01-08T00:24:51.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1614 | 2025-01-08T00:24:51.863Z | Running `target/debug/xtask download cargo-hack` |
1615 | 2025-01-08T00:24:52.824Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1616 | 2025-01-08T00:24:53.222Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1617 | 2025-01-08T00:24:58.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.66s |
1618 | 2025-01-08T00:24:58.719Z | Running `target/debug/xtask-downloader cargo-hack` |
1619 | 2025-01-08T00:24:58.764Z | Jan 08 00:24:56.998 INFO Starting download, target: CargoHack |
1620 | 2025-01-08T00:24:58.766Z | Jan 08 00:24:56.999 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1621 | 2025-01-08T00:24:59.210Z | Jan 08 00:24:57.444 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1622 | 2025-01-08T00:24:59.301Z | Jan 08 00:24:57.535 INFO Download complete, target: CargoHack |
1623 | 2025-01-08T00:24:59.305Z | 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" |
1624 | 2025-01-08T00:24:59.323Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1625 | 2025-01-08T00:24:59.505Z | info: running `cargo check --bins` on api_identity (1/176) |
1626 | 2025-01-08T00:25:00.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1627 | 2025-01-08T00:25:00.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1628 | 2025-01-08T00:25:00.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1629 | 2025-01-08T00:25:00.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1630 | 2025-01-08T00:25:00.152Z | |
1631 | 2025-01-08T00:25:00.153Z | info: running `cargo check --bins` on bootstore (2/176) |
1632 | 2025-01-08T00:25:00.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1633 | 2025-01-08T00:25:00.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1634 | 2025-01-08T00:25:00.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1635 | 2025-01-08T00:25:00.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1636 | 2025-01-08T00:25:00.808Z | |
1637 | 2025-01-08T00:25:00.808Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1638 | 2025-01-08T00:25:01.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1639 | 2025-01-08T00:25:01.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1640 | 2025-01-08T00:25:01.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1641 | 2025-01-08T00:25:01.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1642 | 2025-01-08T00:25:01.471Z | |
1643 | 2025-01-08T00:25:01.471Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1644 | 2025-01-08T00:25:02.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1645 | 2025-01-08T00:25:02.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1646 | 2025-01-08T00:25:02.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1647 | 2025-01-08T00:25:02.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1648 | 2025-01-08T00:25:02.117Z | |
1649 | 2025-01-08T00:25:02.117Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1650 | 2025-01-08T00:25:02.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1651 | 2025-01-08T00:25:02.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1652 | 2025-01-08T00:25:02.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1653 | 2025-01-08T00:25:02.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1654 | 2025-01-08T00:25:02.548Z | |
1655 | 2025-01-08T00:25:02.548Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1656 | 2025-01-08T00:25:02.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1657 | 2025-01-08T00:25:02.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1658 | 2025-01-08T00:25:02.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1659 | 2025-01-08T00:25:02.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1660 | 2025-01-08T00:25:02.982Z | |
1661 | 2025-01-08T00:25:02.983Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1662 | 2025-01-08T00:25:03.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1663 | 2025-01-08T00:25:03.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1664 | 2025-01-08T00:25:03.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1665 | 2025-01-08T00:25:03.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1666 | 2025-01-08T00:25:03.414Z | |
1667 | 2025-01-08T00:25:03.414Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1668 | 2025-01-08T00:25:03.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1669 | 2025-01-08T00:25:03.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1670 | 2025-01-08T00:25:03.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1671 | 2025-01-08T00:25:03.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1672 | 2025-01-08T00:25:03.849Z | |
1673 | 2025-01-08T00:25:03.849Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1674 | 2025-01-08T00:25:04.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1675 | 2025-01-08T00:25:04.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1676 | 2025-01-08T00:25:04.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1677 | 2025-01-08T00:25:04.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1678 | 2025-01-08T00:25:04.280Z | |
1679 | 2025-01-08T00:25:04.280Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1680 | 2025-01-08T00:25:04.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1681 | 2025-01-08T00:25:04.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1682 | 2025-01-08T00:25:04.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1683 | 2025-01-08T00:25:04.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1684 | 2025-01-08T00:25:04.722Z | |
1685 | 2025-01-08T00:25:04.722Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1686 | 2025-01-08T00:25:05.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1687 | 2025-01-08T00:25:05.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1688 | 2025-01-08T00:25:05.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1689 | 2025-01-08T00:25:05.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1690 | 2025-01-08T00:25:05.174Z | |
1691 | 2025-01-08T00:25:05.174Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1692 | 2025-01-08T00:25:05.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1693 | 2025-01-08T00:25:05.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1694 | 2025-01-08T00:25:05.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1695 | 2025-01-08T00:25:05.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1696 | 2025-01-08T00:25:05.633Z | |
1697 | 2025-01-08T00:25:05.634Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1698 | 2025-01-08T00:25:06.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1699 | 2025-01-08T00:25:06.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1700 | 2025-01-08T00:25:06.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1701 | 2025-01-08T00:25:06.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1702 | 2025-01-08T00:25:06.091Z | |
1703 | 2025-01-08T00:25:06.091Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1704 | 2025-01-08T00:25:06.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1705 | 2025-01-08T00:25:06.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1706 | 2025-01-08T00:25:06.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1707 | 2025-01-08T00:25:06.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1708 | 2025-01-08T00:25:06.554Z | |
1709 | 2025-01-08T00:25:06.554Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1710 | 2025-01-08T00:25:06.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1711 | 2025-01-08T00:25:06.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1712 | 2025-01-08T00:25:06.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1713 | 2025-01-08T00:25:06.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1714 | 2025-01-08T00:25:07.016Z | |
1715 | 2025-01-08T00:25:07.016Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1716 | 2025-01-08T00:25:07.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1717 | 2025-01-08T00:25:07.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1718 | 2025-01-08T00:25:07.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1719 | 2025-01-08T00:25:07.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1720 | 2025-01-08T00:25:07.479Z | |
1721 | 2025-01-08T00:25:07.479Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1722 | 2025-01-08T00:25:07.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1723 | 2025-01-08T00:25:07.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1724 | 2025-01-08T00:25:07.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1725 | 2025-01-08T00:25:07.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1726 | 2025-01-08T00:25:07.963Z | |
1727 | 2025-01-08T00:25:07.963Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1728 | 2025-01-08T00:25:08.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1729 | 2025-01-08T00:25:08.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1730 | 2025-01-08T00:25:08.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1731 | 2025-01-08T00:25:08.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1732 | 2025-01-08T00:25:08.421Z | |
1733 | 2025-01-08T00:25:08.421Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1734 | 2025-01-08T00:25:08.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1735 | 2025-01-08T00:25:08.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1736 | 2025-01-08T00:25:08.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1737 | 2025-01-08T00:25:08.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1738 | 2025-01-08T00:25:08.876Z | |
1739 | 2025-01-08T00:25:08.876Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1740 | 2025-01-08T00:25:09.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1741 | 2025-01-08T00:25:09.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1742 | 2025-01-08T00:25:09.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1743 | 2025-01-08T00:25:09.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1744 | 2025-01-08T00:25:09.322Z | |
1745 | 2025-01-08T00:25:09.322Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1746 | 2025-01-08T00:25:09.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1747 | 2025-01-08T00:25:09.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1748 | 2025-01-08T00:25:09.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1749 | 2025-01-08T00:25:09.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1750 | 2025-01-08T00:25:09.771Z | |
1751 | 2025-01-08T00:25:09.771Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1752 | 2025-01-08T00:25:10.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1753 | 2025-01-08T00:25:10.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1754 | 2025-01-08T00:25:10.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1755 | 2025-01-08T00:25:10.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1756 | 2025-01-08T00:25:10.220Z | |
1757 | 2025-01-08T00:25:10.220Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1758 | 2025-01-08T00:25:10.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1759 | 2025-01-08T00:25:10.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1760 | 2025-01-08T00:25:10.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1761 | 2025-01-08T00:25:10.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1762 | 2025-01-08T00:25:10.675Z | |
1763 | 2025-01-08T00:25:10.675Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1764 | 2025-01-08T00:25:11.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1765 | 2025-01-08T00:25:11.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1766 | 2025-01-08T00:25:11.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1767 | 2025-01-08T00:25:11.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1768 | 2025-01-08T00:25:11.127Z | |
1769 | 2025-01-08T00:25:11.127Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1770 | 2025-01-08T00:25:11.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1771 | 2025-01-08T00:25:11.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1772 | 2025-01-08T00:25:11.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1773 | 2025-01-08T00:25:11.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1774 | 2025-01-08T00:25:11.799Z | |
1775 | 2025-01-08T00:25:11.799Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1776 | 2025-01-08T00:25:12.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1777 | 2025-01-08T00:25:12.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1778 | 2025-01-08T00:25:12.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1779 | 2025-01-08T00:25:12.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1780 | 2025-01-08T00:25:12.481Z | |
1781 | 2025-01-08T00:25:12.481Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1782 | 2025-01-08T00:25:13.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1783 | 2025-01-08T00:25:13.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1784 | 2025-01-08T00:25:13.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1785 | 2025-01-08T00:25:13.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1786 | 2025-01-08T00:25:13.152Z | |
1787 | 2025-01-08T00:25:13.152Z | info: running `cargo check --bins` on oxlog (28/176) |
1788 | 2025-01-08T00:25:13.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1789 | 2025-01-08T00:25:13.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1790 | 2025-01-08T00:25:13.789Z | Checking cfg-if v1.0.0 |
1791 | 2025-01-08T00:25:13.791Z | Checking libc v0.2.162 |
1792 | 2025-01-08T00:25:13.899Z | Checking serde v1.0.215 |
1793 | 2025-01-08T00:25:13.902Z | Checking zeroize v1.8.1 |
1794 | 2025-01-08T00:25:13.917Z | Checking memchr v2.7.4 |
1795 | 2025-01-08T00:25:13.920Z | Checking typenum v1.17.0 |
1796 | 2025-01-08T00:25:13.928Z | Checking scopeguard v1.2.0 |
1797 | 2025-01-08T00:25:13.954Z | Checking subtle v2.6.1 |
1798 | 2025-01-08T00:25:13.966Z | Checking value-bag v1.9.0 |
1799 | 2025-01-08T00:25:14.063Z | Checking lock_api v0.4.12 |
1800 | 2025-01-08T00:25:14.140Z | Checking const-oid v0.9.6 |
1801 | 2025-01-08T00:25:14.197Z | Checking smallvec v1.13.2 |
1802 | 2025-01-08T00:25:14.398Z | Checking log v0.4.22 |
1803 | 2025-01-08T00:25:14.494Z | Checking itoa v1.0.11 |
1804 | 2025-01-08T00:25:14.531Z | Checking pin-project-lite v0.2.14 |
1805 | 2025-01-08T00:25:14.681Z | Checking byteorder v1.5.0 |
1806 | 2025-01-08T00:25:14.699Z | Checking futures-core v0.3.31 |
1807 | 2025-01-08T00:25:14.791Z | Checking once_cell v1.20.2 |
1808 | 2025-01-08T00:25:14.884Z | Checking cpufeatures v0.2.14 |
1809 | 2025-01-08T00:25:14.942Z | Checking futures-sink v0.3.31 |
1810 | 2025-01-08T00:25:14.974Z | Checking stable_deref_trait v1.2.0 |
1811 | 2025-01-08T00:25:15.062Z | Checking getrandom v0.2.15 |
1812 | 2025-01-08T00:25:15.077Z | Checking signal-hook-registry v1.4.2 |
1813 | 2025-01-08T00:25:15.080Z | Checking parking_lot_core v0.9.10 |
1814 | 2025-01-08T00:25:15.105Z | Checking mio v1.0.2 |
1815 | 2025-01-08T00:25:15.107Z | Checking socket2 v0.5.7 |
1816 | 2025-01-08T00:25:15.261Z | Checking generic-array v0.14.7 |
1817 | 2025-01-08T00:25:15.277Z | Checking rand_core v0.6.4 |
1818 | 2025-01-08T00:25:15.318Z | Checking spin v0.9.8 |
1819 | 2025-01-08T00:25:15.405Z | Checking parking_lot v0.12.3 |
1820 | 2025-01-08T00:25:15.585Z | Checking zerocopy v0.7.35 |
1821 | 2025-01-08T00:25:15.611Z | Checking slab v0.4.9 |
1822 | 2025-01-08T00:25:15.661Z | Checking zerofrom v0.1.4 |
1823 | 2025-01-08T00:25:15.723Z | Checking futures-channel v0.3.31 |
1824 | 2025-01-08T00:25:15.756Z | Checking futures-task v0.3.31 |
1825 | 2025-01-08T00:25:15.863Z | Checking equivalent v1.0.1 |
1826 | 2025-01-08T00:25:15.878Z | Checking yoke v0.7.4 |
1827 | 2025-01-08T00:25:15.930Z | Checking futures-io v0.3.31 |
1828 | 2025-01-08T00:25:15.971Z | Checking pin-utils v0.1.0 |
1829 | 2025-01-08T00:25:15.990Z | Checking allocator-api2 v0.2.18 |
1830 | 2025-01-08T00:25:16.066Z | Checking foldhash v0.1.3 |
1831 | 2025-01-08T00:25:16.088Z | Checking tinyvec_macros v0.1.1 |
1832 | 2025-01-08T00:25:16.116Z | Checking futures-util v0.3.31 |
1833 | 2025-01-08T00:25:16.169Z | Checking ryu v1.0.18 |
1834 | 2025-01-08T00:25:16.225Z | Checking zerovec v0.10.4 |
1835 | 2025-01-08T00:25:16.277Z | Checking tinyvec v1.8.0 |
1836 | 2025-01-08T00:25:16.397Z | Checking fnv v1.0.7 |
1837 | 2025-01-08T00:25:16.420Z | Checking crypto-common v0.1.6 |
1838 | 2025-01-08T00:25:16.513Z | Checking block-buffer v0.10.4 |
1839 | 2025-01-08T00:25:16.589Z | Checking block-padding v0.3.3 |
1840 | 2025-01-08T00:25:16.642Z | Checking hashbrown v0.15.1 |
1841 | 2025-01-08T00:25:16.722Z | Checking digest v0.10.7 |
1842 | 2025-01-08T00:25:16.799Z | Checking inout v0.1.3 |
1843 | 2025-01-08T00:25:17.026Z | Checking libm v0.2.8 |
1844 | 2025-01-08T00:25:17.040Z | Checking cipher v0.4.4 |
1845 | 2025-01-08T00:25:17.112Z | Checking hmac v0.12.1 |
1846 | 2025-01-08T00:25:17.308Z | Checking sha2 v0.10.8 |
1847 | 2025-01-08T00:25:17.428Z | Checking base64ct v1.6.0 |
1848 | 2025-01-08T00:25:17.648Z | Checking unicode-normalization v0.1.24 |
1849 | 2025-01-08T00:25:17.793Z | Checking unicode-bidi v0.3.17 |
1850 | 2025-01-08T00:25:17.861Z | Checking litemap v0.7.3 |
1851 | 2025-01-08T00:25:17.895Z | Checking writeable v0.5.5 |
1852 | 2025-01-08T00:25:17.911Z | Checking tinystr v0.7.6 |
1853 | 2025-01-08T00:25:18.001Z | Checking num-traits v0.2.19 |
1854 | 2025-01-08T00:25:18.195Z | Checking pem-rfc7468 v0.7.0 |
1855 | 2025-01-08T00:25:18.211Z | Checking ppv-lite86 v0.2.20 |
1856 | 2025-01-08T00:25:18.313Z | Checking icu_locid v1.5.0 |
1857 | 2025-01-08T00:25:18.419Z | Checking flagset v0.4.6 |
1858 | 2025-01-08T00:25:18.451Z | Checking tracing-core v0.1.32 |
1859 | 2025-01-08T00:25:18.571Z | Checking thiserror v1.0.69 |
1860 | 2025-01-08T00:25:18.609Z | Checking der v0.7.9 |
1861 | 2025-01-08T00:25:18.706Z | Checking icu_locid_transform_data v1.5.0 |
1862 | 2025-01-08T00:25:18.808Z | Checking percent-encoding v2.3.1 |
1863 | 2025-01-08T00:25:18.896Z | Checking bytes v1.8.0 |
1864 | 2025-01-08T00:25:18.976Z | Checking indexmap v2.6.0 |
1865 | 2025-01-08T00:25:19.022Z | Checking serde_json v1.0.133 |
1866 | 2025-01-08T00:25:19.110Z | Checking rand_chacha v0.3.1 |
1867 | 2025-01-08T00:25:19.361Z | Checking icu_provider v1.5.0 |
1868 | 2025-01-08T00:25:19.497Z | Checking bitflags v2.6.0 |
1869 | 2025-01-08T00:25:19.701Z | Checking tokio v1.40.0 |
1870 | 2025-01-08T00:25:19.704Z | Checking http v1.1.0 |
1871 | 2025-01-08T00:25:19.791Z | Checking rustls-pki-types v1.10.0 |
1872 | 2025-01-08T00:25:20.027Z | Checking icu_locid_transform v1.5.0 |
1873 | 2025-01-08T00:25:20.325Z | Checking rand v0.8.5 |
1874 | 2025-01-08T00:25:20.390Z | Checking tracing v0.1.40 |
1875 | 2025-01-08T00:25:20.493Z | Checking spki v0.7.3 |
1876 | 2025-01-08T00:25:20.761Z | Checking icu_collections v1.5.0 |
1877 | 2025-01-08T00:25:20.777Z | Checking salsa20 v0.10.2 |
1878 | 2025-01-08T00:25:20.791Z | Checking pbkdf2 v0.12.2 |
1879 | 2025-01-08T00:25:21.148Z | Checking aws-lc-sys v0.22.0 |
1880 | 2025-01-08T00:25:21.160Z | Checking httparse v1.9.5 |
1881 | 2025-01-08T00:25:21.160Z | Checking untrusted v0.7.1 |
1882 | 2025-01-08T00:25:21.160Z | Checking powerfmt v0.2.0 |
1883 | 2025-01-08T00:25:21.208Z | Checking mirai-annotations v1.12.0 |
1884 | 2025-01-08T00:25:21.362Z | Checking icu_properties_data v1.5.0 |
1885 | 2025-01-08T00:25:21.378Z | Checking untrusted v0.9.0 |
1886 | 2025-01-08T00:25:21.393Z | Checking deranged v0.3.11 |
1887 | 2025-01-08T00:25:21.419Z | Checking scrypt v0.11.0 |
1888 | 2025-01-08T00:25:21.435Z | Checking aes v0.8.4 |
1889 | 2025-01-08T00:25:21.534Z | Checking ring v0.17.8 |
1890 | 2025-01-08T00:25:21.597Z | Checking icu_properties v1.5.1 |
1891 | 2025-01-08T00:25:21.613Z | Checking cbc v0.1.2 |
1892 | 2025-01-08T00:25:21.633Z | Checking crossbeam-utils v0.8.20 |
1893 | 2025-01-08T00:25:21.817Z | Checking write16 v1.0.0 |
1894 | 2025-01-08T00:25:21.958Z | Checking num-conv v0.1.0 |
1895 | 2025-01-08T00:25:22.239Z | Checking num_threads v0.1.7 |
1896 | 2025-01-08T00:25:22.354Z | Checking utf8_iter v1.0.4 |
1897 | 2025-01-08T00:25:22.369Z | Checking icu_normalizer_data v1.5.0 |
1898 | 2025-01-08T00:25:22.385Z | Checking time-core v0.1.2 |
1899 | 2025-01-08T00:25:22.472Z | Checking atomic-waker v1.1.2 |
1900 | 2025-01-08T00:25:22.541Z | Checking utf16_iter v1.0.5 |
1901 | 2025-01-08T00:25:22.561Z | Checking pkcs5 v0.7.1 |
1902 | 2025-01-08T00:25:22.608Z | Checking http-body v1.0.1 |
1903 | 2025-01-08T00:25:22.714Z | Checking form_urlencoded v1.2.1 |
1904 | 2025-01-08T00:25:22.832Z | Checking try-lock v0.2.5 |
1905 | 2025-01-08T00:25:22.920Z | Checking uuid v1.11.0 |
1906 | 2025-01-08T00:25:22.966Z | Checking want v0.3.1 |
1907 | 2025-01-08T00:25:23.078Z | Checking pkcs8 v0.10.2 |
1908 | 2025-01-08T00:25:23.138Z | Checking httpdate v1.0.3 |
1909 | 2025-01-08T00:25:23.173Z | Checking time v0.3.36 |
1910 | 2025-01-08T00:25:23.386Z | Checking unicode-ident v1.0.13 |
1911 | 2025-01-08T00:25:23.403Z | Checking toml_datetime v0.6.8 |
1912 | 2025-01-08T00:25:23.484Z | Checking serde_spanned v0.6.8 |
1913 | 2025-01-08T00:25:23.518Z | Checking aws-lc-rs v1.10.0 |
1914 | 2025-01-08T00:25:23.548Z | Checking slog v2.7.0 |
1915 | 2025-01-08T00:25:23.564Z | Checking proc-macro2 v1.0.89 |
1916 | 2025-01-08T00:25:23.667Z | Checking scroll v0.12.0 |
1917 | 2025-01-08T00:25:23.685Z | Checking foreign-types-shared v0.1.1 |
1918 | 2025-01-08T00:25:23.795Z | Checking iana-time-zone v0.1.61 |
1919 | 2025-01-08T00:25:23.955Z | Checking ucd-trie v0.1.7 |
1920 | 2025-01-08T00:25:24.065Z | Checking tower-service v0.3.3 |
1921 | 2025-01-08T00:25:24.175Z | Checking plain v0.2.3 |
1922 | 2025-01-08T00:25:24.175Z | Checking base64 v0.22.1 |
1923 | 2025-01-08T00:25:24.202Z | Checking adler2 v2.0.0 |
1924 | 2025-01-08T00:25:24.239Z | Checking match_cfg v0.1.0 |
1925 | 2025-01-08T00:25:24.313Z | Checking goblin v0.8.2 |
1926 | 2025-01-08T00:25:24.330Z | Checking hostname v0.3.1 |
1927 | 2025-01-08T00:25:24.360Z | Checking miniz_oxide v0.8.0 |
1928 | 2025-01-08T00:25:24.468Z | Checking quote v1.0.37 |
1929 | 2025-01-08T00:25:24.652Z | Checking pest v2.7.14 |
1930 | 2025-01-08T00:25:24.804Z | Checking chrono v0.4.38 |
1931 | 2025-01-08T00:25:24.998Z | Checking icu_normalizer v1.5.0 |
1932 | 2025-01-08T00:25:25.153Z | Checking foreign-types v0.3.2 |
1933 | 2025-01-08T00:25:25.261Z | Checking openssl-sys v0.9.103 |
1934 | 2025-01-08T00:25:25.443Z | Checking rustls-webpki v0.102.8 |
1935 | 2025-01-08T00:25:25.767Z | Checking idna_adapter v1.2.0 |
1936 | 2025-01-08T00:25:25.789Z | Checking dirs-sys-next v0.1.2 |
1937 | 2025-01-08T00:25:25.977Z | Checking errno v0.3.9 |
1938 | 2025-01-08T00:25:25.992Z | Checking idna v1.0.3 |
1939 | 2025-01-08T00:25:26.173Z | Checking aho-corasick v1.1.3 |
1940 | 2025-01-08T00:25:26.281Z | Checking data-encoding v2.6.0 |
1941 | 2025-01-08T00:25:26.488Z | Checking url v2.5.3 |
1942 | 2025-01-08T00:25:26.574Z | Checking pretty-hex v0.4.1 |
1943 | 2025-01-08T00:25:26.747Z | Checking siphasher v0.3.11 |
1944 | 2025-01-08T00:25:26.909Z | Compiling newtype-uuid v1.1.3 |
1945 | 2025-01-08T00:25:27.036Z | Checking regex-syntax v0.8.5 |
1946 | 2025-01-08T00:25:27.053Z | Checking openssl v0.10.66 |
1947 | 2025-01-08T00:25:27.212Z | Checking rustix v0.38.37 |
1948 | 2025-01-08T00:25:27.231Z | Checking dtrace-parser v0.2.0 |
1949 | 2025-01-08T00:25:27.257Z | Checking tokio-util v0.7.12 |
1950 | 2025-01-08T00:25:27.343Z | Checking dirs-next v2.0.0 |
1951 | 2025-01-08T00:25:27.475Z | Checking syn v2.0.87 |
1952 | 2025-01-08T00:25:27.721Z | Checking http-body-util v0.1.2 |
1953 | 2025-01-08T00:25:27.864Z | Checking crossbeam-epoch v0.9.18 |
1954 | 2025-01-08T00:25:28.176Z | Checking sha1 v0.10.6 |
1955 | 2025-01-08T00:25:28.204Z | Checking h2 v0.4.6 |
1956 | 2025-01-08T00:25:28.315Z | Checking signature v2.2.0 |
1957 | 2025-01-08T00:25:28.464Z | Checking lazy_static v1.5.0 |
1958 | 2025-01-08T00:25:28.520Z | Checking thread_local v1.1.8 |
1959 | 2025-01-08T00:25:28.586Z | Checking thread-id v4.2.2 |
1960 | 2025-01-08T00:25:28.704Z | Checking encoding_rs v0.8.34 |
1961 | 2025-01-08T00:25:28.812Z | Checking utf8parse v0.2.2 |
1962 | 2025-01-08T00:25:28.966Z | Checking winnow v0.6.20 |
1963 | 2025-01-08T00:25:29.470Z | Checking dof v0.3.0 |
1964 | 2025-01-08T00:25:30.167Z | Checking either v1.13.0 |
1965 | 2025-01-08T00:25:30.466Z | Checking regex-automata v0.4.8 |
1966 | 2025-01-08T00:25:30.592Z | Checking unicode-properties v0.1.3 |
1967 | 2025-01-08T00:25:30.805Z | Checking gimli v0.31.1 |
1968 | 2025-01-08T00:25:30.974Z | Checking openssl-probe v0.1.5 |
1969 | 2025-01-08T00:25:31.146Z | Checking ipnet v2.10.1 |
1970 | 2025-01-08T00:25:31.218Z | Checking mime v0.3.17 |
1971 | 2025-01-08T00:25:31.572Z | Checking anstyle v1.0.10 |
1972 | 2025-01-08T00:25:31.653Z | Checking stringprep v0.1.5 |
1973 | 2025-01-08T00:25:31.947Z | Checking anstyle-parse v0.2.5 |
1974 | 2025-01-08T00:25:31.965Z | Checking crossbeam-deque v0.8.5 |
1975 | 2025-01-08T00:25:32.110Z | Checking toml_edit v0.22.22 |
1976 | 2025-01-08T00:25:32.208Z | Checking term v0.7.0 |
1977 | 2025-01-08T00:25:32.288Z | Checking rustls v0.22.4 |
1978 | 2025-01-08T00:25:32.648Z | Checking native-tls v0.2.12 |
1979 | 2025-01-08T00:25:32.662Z | Checking rustls v0.23.19 |
1980 | 2025-01-08T00:25:32.968Z | Checking slog-json v2.6.1 |
1981 | 2025-01-08T00:25:33.238Z | Checking serde_urlencoded v0.7.1 |
1982 | 2025-01-08T00:25:33.671Z | Checking crossbeam-channel v0.5.13 |
1983 | 2025-01-08T00:25:34.073Z | Checking usdt-impl v0.5.0 |
1984 | 2025-01-08T00:25:34.437Z | Checking futures-executor v0.3.31 |
1985 | 2025-01-08T00:25:34.629Z | Checking rustls-pemfile v2.2.0 |
1986 | 2025-01-08T00:25:34.662Z | Checking num-integer v0.1.46 |
1987 | 2025-01-08T00:25:34.719Z | Checking idna v0.3.0 |
1988 | 2025-01-08T00:25:34.763Z | Checking hyper v1.5.0 |
1989 | 2025-01-08T00:25:34.839Z | Checking idna v0.4.0 |
1990 | 2025-01-08T00:25:34.906Z | Checking addr2line v0.24.2 |
1991 | 2025-01-08T00:25:35.171Z | Checking md-5 v0.10.6 |
1992 | 2025-01-08T00:25:35.220Z | Checking ff v0.13.0 |
1993 | 2025-01-08T00:25:35.397Z | Checking hash32 v0.2.1 |
1994 | 2025-01-08T00:25:35.422Z | Checking memmap v0.7.0 |
1995 | 2025-01-08T00:25:35.425Z | Checking is-terminal v0.4.13 |
1996 | 2025-01-08T00:25:35.553Z | Checking object v0.36.5 |
1997 | 2025-01-08T00:25:35.570Z | Checking base16ct v0.2.0 |
1998 | 2025-01-08T00:25:35.632Z | Checking dyn-clone v1.0.17 |
1999 | 2025-01-08T00:25:35.692Z | Checking quick-error v1.2.3 |
2000 | 2025-01-08T00:25:35.713Z | Checking linked-hash-map v0.5.6 |
2001 | 2025-01-08T00:25:35.762Z | Checking anstyle-query v1.1.1 |
2002 | 2025-01-08T00:25:35.778Z | Checking take_mut v0.2.2 |
2003 | 2025-01-08T00:25:35.829Z | Checking is_terminal_polyfill v1.70.1 |
2004 | 2025-01-08T00:25:35.889Z | Checking rustc-demangle v0.1.24 |
2005 | 2025-01-08T00:25:35.924Z | Checking utf-8 v0.7.6 |
2006 | 2025-01-08T00:25:35.948Z | Checking fallible-iterator v0.2.0 |
2007 | 2025-01-08T00:25:36.020Z | Checking colorchoice v1.0.2 |
2008 | 2025-01-08T00:25:36.040Z | Checking psl-types v2.0.11 |
2009 | 2025-01-08T00:25:36.140Z | Checking tungstenite v0.24.0 |
2010 | 2025-01-08T00:25:36.157Z | Checking anstream v0.6.15 |
2011 | 2025-01-08T00:25:36.232Z | Checking publicsuffix v2.2.3 |
2012 | 2025-01-08T00:25:36.335Z | Checking lru-cache v0.1.2 |
2013 | 2025-01-08T00:25:36.458Z | Checking tokio-rustls v0.25.0 |
2014 | 2025-01-08T00:25:36.529Z | Checking slog-async v2.8.0 |
2015 | 2025-01-08T00:25:36.531Z | Checking resolv-conf v0.7.0 |
2016 | 2025-01-08T00:25:36.597Z | Checking postgres-protocol v0.6.7 |
2017 | 2025-01-08T00:25:36.829Z | Checking schemars v0.8.21 |
2018 | 2025-01-08T00:25:36.847Z | Checking hyper-util v0.1.10 |
2019 | 2025-01-08T00:25:36.850Z | Checking sec1 v0.7.3 |
2020 | 2025-01-08T00:25:36.877Z | Checking heapless v0.7.17 |
2021 | 2025-01-08T00:25:37.104Z | Checking hickory-proto v0.24.1 |
2022 | 2025-01-08T00:25:37.232Z | Checking usdt v0.5.0 |
2023 | 2025-01-08T00:25:37.276Z | Checking slog-term v2.9.1 |
2024 | 2025-01-08T00:25:37.519Z | Checking group v0.13.0 |
2025 | 2025-01-08T00:25:37.777Z | Checking num-iter v0.1.45 |
2026 | 2025-01-08T00:25:37.793Z | Checking toml v0.8.19 |
2027 | 2025-01-08T00:25:37.914Z | Checking futures v0.3.31 |
2028 | 2025-01-08T00:25:37.960Z | Checking slog-bunyan v2.5.0 |
2029 | 2025-01-08T00:25:38.028Z | Checking tokio-native-tls v0.3.1 |
2030 | 2025-01-08T00:25:38.127Z | Checking rayon-core v1.12.1 |
2031 | 2025-01-08T00:25:38.173Z | Checking tokio-rustls v0.26.0 |
2032 | 2025-01-08T00:25:38.302Z | Checking multer v3.1.0 |
2033 | 2025-01-08T00:25:38.492Z | Checking terminal_size v0.4.0 |
2034 | 2025-01-08T00:25:38.594Z | Checking phf_shared v0.11.2 |
2035 | 2025-01-08T00:25:38.671Z | Checking cookie v0.18.1 |
2036 | 2025-01-08T00:25:38.712Z | Checking async-stream v0.3.6 |
2037 | 2025-01-08T00:25:38.803Z | Checking bzip2-sys v0.1.11+1.0.8 |
2038 | 2025-01-08T00:25:38.820Z | Checking camino v1.1.9 |
2039 | 2025-01-08T00:25:38.888Z | Checking waitgroup v0.1.2 |
2040 | 2025-01-08T00:25:38.904Z | Checking signal-hook v0.3.17 |
2041 | 2025-01-08T00:25:38.922Z | Checking openapiv3 v2.0.0 |
2042 | 2025-01-08T00:25:38.924Z | Checking webpki-roots v0.26.6 |
2043 | 2025-01-08T00:25:39.029Z | Checking serde_path_to_error v0.1.16 |
2044 | 2025-01-08T00:25:39.129Z | Checking idna v0.5.0 |
2045 | 2025-01-08T00:25:39.164Z | Checking hkdf v0.12.4 |
2046 | 2025-01-08T00:25:39.236Z | Checking crypto-bigint v0.5.5 |
2047 | 2025-01-08T00:25:39.370Z | Checking hostname v0.4.0 |
2048 | 2025-01-08T00:25:39.385Z | Checking crc32fast v1.4.2 |
2049 | 2025-01-08T00:25:39.500Z | Checking unicode-width v0.1.14 |
2050 | 2025-01-08T00:25:39.612Z | Checking bitflags v1.3.2 |
2051 | 2025-01-08T00:25:39.638Z | Checking debug-ignore v1.0.5 |
2052 | 2025-01-08T00:25:39.714Z | Checking strsim v0.11.1 |
2053 | 2025-01-08T00:25:39.767Z | Checking managed v0.8.0 |
2054 | 2025-01-08T00:25:39.986Z | Checking winnow v0.5.40 |
2055 | 2025-01-08T00:25:39.988Z | Checking clap_lex v0.7.2 |
2056 | 2025-01-08T00:25:40.013Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2057 | 2025-01-08T00:25:40.151Z | Checking smoltcp v0.9.1 |
2058 | 2025-01-08T00:25:40.224Z | Checking clap_builder v4.5.21 |
2059 | 2025-01-08T00:25:40.276Z | Checking cookie_store v0.21.0 |
2060 | 2025-01-08T00:25:40.962Z | Checking console v0.15.8 |
2061 | 2025-01-08T00:25:41.590Z | Checking flate2 v1.0.34 |
2062 | 2025-01-08T00:25:41.737Z | Checking signal-hook-mio v0.2.4 |
2063 | 2025-01-08T00:25:41.881Z | Checking hyper-rustls v0.27.3 |
2064 | 2025-01-08T00:25:41.981Z | Checking hickory-resolver v0.24.1 |
2065 | 2025-01-08T00:25:42.083Z | Checking elliptic-curve v0.13.8 |
2066 | 2025-01-08T00:25:42.112Z | Checking backtrace v0.3.74 |
2067 | 2025-01-08T00:25:42.239Z | Checking hyper-tls v0.6.0 |
2068 | 2025-01-08T00:25:42.253Z | Checking bzip2 v0.4.4 |
2069 | 2025-01-08T00:25:42.363Z | Checking dropshot v0.12.0 |
2070 | 2025-01-08T00:25:42.536Z | Checking phf v0.11.2 |
2071 | 2025-01-08T00:25:42.550Z | Checking rayon v1.10.0 |
2072 | 2025-01-08T00:25:42.672Z | Checking anyhow v1.0.93 |
2073 | 2025-01-08T00:25:42.704Z | Checking num-bigint-dig v0.8.4 |
2074 | 2025-01-08T00:25:42.799Z | Checking postgres-types v0.2.8 |
2075 | 2025-01-08T00:25:43.045Z | Checking tokio-tungstenite v0.24.0 |
2076 | 2025-01-08T00:25:43.062Z | Checking toml_edit v0.19.15 |
2077 | 2025-01-08T00:25:43.215Z | Checking bstr v1.10.0 |
2078 | 2025-01-08T00:25:43.500Z | Checking regex v1.11.1 |
2079 | 2025-01-08T00:25:43.553Z | Checking ed25519 v2.2.3 |
2080 | 2025-01-08T00:25:43.573Z | Checking tokio-stream v0.1.16 |
2081 | 2025-01-08T00:25:43.844Z | Checking phf_shared v0.10.0 |
2082 | 2025-01-08T00:25:44.135Z | Checking curve25519-dalek v4.1.3 |
2083 | 2025-01-08T00:25:44.163Z | Checking zerocopy v0.6.6 |
2084 | 2025-01-08T00:25:44.223Z | Checking hubpack v0.1.2 |
2085 | 2025-01-08T00:25:44.465Z | Checking portable-atomic v1.9.0 |
2086 | 2025-01-08T00:25:44.538Z | Checking pkcs1 v0.7.5 |
2087 | 2025-01-08T00:25:44.862Z | Checking float-cmp v0.9.0 |
2088 | 2025-01-08T00:25:44.915Z | Checking serde-big-array v0.5.1 |
2089 | 2025-01-08T00:25:44.940Z | Checking rfc6979 v0.4.0 |
2090 | 2025-01-08T00:25:45.055Z | Checking sync_wrapper v1.0.1 |
2091 | 2025-01-08T00:25:45.126Z | Checking bit-vec v0.6.3 |
2092 | 2025-01-08T00:25:45.142Z | Checking fixedbitset v0.4.2 |
2093 | 2025-01-08T00:25:45.204Z | Checking minimal-lexical v0.2.1 |
2094 | 2025-01-08T00:25:45.422Z | Checking predicates-core v1.0.8 |
2095 | 2025-01-08T00:25:45.494Z | Checking unicode-segmentation v1.12.0 |
2096 | 2025-01-08T00:25:45.529Z | Checking difflib v0.4.0 |
2097 | 2025-01-08T00:25:45.576Z | Checking unicode-width v0.2.0 |
2098 | 2025-01-08T00:25:45.600Z | Checking number_prefix v0.4.0 |
2099 | 2025-01-08T00:25:45.615Z | Checking static_assertions v1.1.0 |
2100 | 2025-01-08T00:25:45.712Z | Checking whoami v1.5.2 |
2101 | 2025-01-08T00:25:45.795Z | Checking new_debug_unreachable v1.0.6 |
2102 | 2025-01-08T00:25:45.848Z | Checking normalize-line-endings v0.3.0 |
2103 | 2025-01-08T00:25:45.879Z | Checking precomputed-hash v0.1.1 |
2104 | 2025-01-08T00:25:45.965Z | Checking predicates v3.1.2 |
2105 | 2025-01-08T00:25:45.991Z | Checking string_cache v0.8.7 |
2106 | 2025-01-08T00:25:46.020Z | Checking tokio-postgres v0.7.12 |
2107 | 2025-01-08T00:25:46.038Z | Checking ed25519-dalek v2.1.1 |
2108 | 2025-01-08T00:25:46.055Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2109 | 2025-01-08T00:25:46.079Z | Checking qorb v0.2.1 |
2110 | 2025-01-08T00:25:46.183Z | Checking similar v2.6.0 |
2111 | 2025-01-08T00:25:46.279Z | Checking nom v7.1.3 |
2112 | 2025-01-08T00:25:46.431Z | Checking toml v0.7.8 |
2113 | 2025-01-08T00:25:46.447Z | Checking indicatif v0.17.9 |
2114 | 2025-01-08T00:25:46.648Z | Checking bit-set v0.5.3 |
2115 | 2025-01-08T00:25:46.899Z | Checking petgraph v0.6.5 |
2116 | 2025-01-08T00:25:47.039Z | Checking reqwest v0.12.9 |
2117 | 2025-01-08T00:25:47.143Z | Checking ecdsa v0.16.9 |
2118 | 2025-01-08T00:25:47.217Z | Checking rsa v0.9.6 |
2119 | 2025-01-08T00:25:47.864Z | Checking clap v4.5.21 |
2120 | 2025-01-08T00:25:47.992Z | Checking zip v0.6.6 |
2121 | 2025-01-08T00:25:48.282Z | Checking crossterm v0.28.1 |
2122 | 2025-01-08T00:25:48.654Z | Checking itertools v0.12.1 |
2123 | 2025-01-08T00:25:48.669Z | Checking itertools v0.10.5 |
2124 | 2025-01-08T00:25:48.911Z | Checking fs-err v2.11.0 |
2125 | 2025-01-08T00:25:49.217Z | Checking ahash v0.8.11 |
2126 | 2025-01-08T00:25:49.458Z | Checking x509-cert v0.2.5 |
2127 | 2025-01-08T00:25:49.516Z | Checking hex v0.4.3 |
2128 | 2025-01-08T00:25:49.798Z | Checking semver v1.0.23 |
2129 | 2025-01-08T00:25:50.023Z | Checking peg-runtime v0.8.3 |
2130 | 2025-01-08T00:25:50.177Z | Checking lalrpop-util v0.19.12 |
2131 | 2025-01-08T00:25:50.211Z | Checking sigpipe v0.1.3 |
2132 | 2025-01-08T00:25:51.145Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2133 | 2025-01-08T00:25:51.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.30s |
2134 | 2025-01-08T00:25:51.628Z | |
2135 | 2025-01-08T00:25:51.628Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2136 | 2025-01-08T00:25:52.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2137 | 2025-01-08T00:25:52.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2138 | 2025-01-08T00:25:52.295Z | Compiling hashbrown v0.14.5 |
2139 | 2025-01-08T00:25:52.417Z | Checking heck v0.5.0 |
2140 | 2025-01-08T00:25:52.430Z | Compiling unsafe-libyaml v0.2.11 |
2141 | 2025-01-08T00:25:52.445Z | Checking ipnetwork v0.20.0 |
2142 | 2025-01-08T00:25:52.447Z | Compiling ident_case v1.0.1 |
2143 | 2025-01-08T00:25:52.469Z | Checking progenitor-client v0.8.0 |
2144 | 2025-01-08T00:25:52.484Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2145 | 2025-01-08T00:25:52.579Z | Compiling darling_core v0.20.10 |
2146 | 2025-01-08T00:25:52.616Z | Checking newtype-uuid v1.1.3 |
2147 | 2025-01-08T00:25:52.794Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2148 | 2025-01-08T00:25:52.829Z | Compiling proc-macro-crate v1.3.1 |
2149 | 2025-01-08T00:25:52.870Z | Compiling structmeta-derive v0.3.0 |
2150 | 2025-01-08T00:25:52.893Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2151 | 2025-01-08T00:25:53.131Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2152 | 2025-01-08T00:25:53.197Z | Compiling lzma-sys v0.1.20 |
2153 | 2025-01-08T00:25:53.542Z | Checking regress v0.10.1 |
2154 | 2025-01-08T00:25:53.982Z | Compiling serde_yaml v0.9.34+deprecated |
2155 | 2025-01-08T00:25:54.005Z | Compiling num_enum_derive v0.5.11 |
2156 | 2025-01-08T00:25:54.347Z | Compiling foreign-types-macros v0.2.3 |
2157 | 2025-01-08T00:25:54.372Z | Compiling dropshot v0.13.0 |
2158 | 2025-01-08T00:25:54.668Z | Checking arc-swap v1.7.1 |
2159 | 2025-01-08T00:25:55.097Z | Checking foreign-types-shared v0.3.1 |
2160 | 2025-01-08T00:25:55.213Z | Checking slog-scope v4.4.0 |
2161 | 2025-01-08T00:25:55.485Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2162 | 2025-01-08T00:25:55.668Z | Checking foreign-types v0.5.0 |
2163 | 2025-01-08T00:25:55.802Z | Compiling structmeta v0.3.0 |
2164 | 2025-01-08T00:25:55.968Z | Compiling proc-macro-error v1.0.4 |
2165 | 2025-01-08T00:25:56.212Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2166 | 2025-01-08T00:25:56.284Z | Compiling parse-display-derive v0.10.0 |
2167 | 2025-01-08T00:25:56.326Z | Checking tungstenite v0.21.0 |
2168 | 2025-01-08T00:25:56.656Z | Checking num_enum v0.5.11 |
2169 | 2025-01-08T00:25:56.703Z | Compiling heck v0.3.3 |
2170 | 2025-01-08T00:25:56.823Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2171 | 2025-01-08T00:25:57.153Z | Compiling dropshot_endpoint v0.13.0 |
2172 | 2025-01-08T00:25:57.171Z | Checking typify-impl v0.2.0 |
2173 | 2025-01-08T00:25:57.314Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2174 | 2025-01-08T00:25:58.088Z | Checking cstr-argument v0.1.2 |
2175 | 2025-01-08T00:25:58.242Z | Checking instant v0.1.13 |
2176 | 2025-01-08T00:25:58.268Z | Checking base64 v0.21.7 |
2177 | 2025-01-08T00:25:58.364Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2178 | 2025-01-08T00:25:58.644Z | Checking fastrand v2.1.1 |
2179 | 2025-01-08T00:25:58.745Z | Checking pretty-hex v0.2.1 |
2180 | 2025-01-08T00:25:58.909Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2181 | 2025-01-08T00:25:58.926Z | Checking backoff v0.4.0 |
2182 | 2025-01-08T00:25:58.995Z | Checking tempfile v3.13.0 |
2183 | 2025-01-08T00:25:59.195Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2184 | 2025-01-08T00:25:59.244Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2185 | 2025-01-08T00:25:59.368Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2186 | 2025-01-08T00:25:59.388Z | Checking tokio-tungstenite v0.21.0 |
2187 | 2025-01-08T00:25:59.507Z | Compiling zone_cfg_derive v0.1.2 |
2188 | 2025-01-08T00:25:59.522Z | Checking strum v0.26.3 |
2189 | 2025-01-08T00:25:59.567Z | Compiling darling_macro v0.20.10 |
2190 | 2025-01-08T00:25:59.672Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2191 | 2025-01-08T00:25:59.689Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2192 | 2025-01-08T00:26:00.017Z | Checking slog-stdlog v4.1.1 |
2193 | 2025-01-08T00:26:00.063Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2194 | 2025-01-08T00:26:00.177Z | Checking regress v0.9.1 |
2195 | 2025-01-08T00:26:00.224Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2196 | 2025-01-08T00:26:00.424Z | Checking colored v2.1.0 |
2197 | 2025-01-08T00:26:00.501Z | Checking macaddr v1.0.1 |
2198 | 2025-01-08T00:26:00.518Z | Compiling darling v0.20.10 |
2199 | 2025-01-08T00:26:00.633Z | Compiling serde_with_macros v3.11.0 |
2200 | 2025-01-08T00:26:00.717Z | Checking base64 v0.13.1 |
2201 | 2025-01-08T00:26:00.918Z | Checking parse-display v0.10.0 |
2202 | 2025-01-08T00:26:00.964Z | Checking zone v0.1.8 |
2203 | 2025-01-08T00:26:01.146Z | Checking ron v0.7.1 |
2204 | 2025-01-08T00:26:01.199Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2205 | 2025-01-08T00:26:01.681Z | Checking slog-envlogger v2.2.0 |
2206 | 2025-01-08T00:26:01.695Z | Checking xz2 v0.1.7 |
2207 | 2025-01-08T00:26:01.898Z | Checking tabwriter v1.4.0 |
2208 | 2025-01-08T00:26:01.990Z | Checking xattr v1.3.1 |
2209 | 2025-01-08T00:26:02.134Z | Checking pem v3.0.4 |
2210 | 2025-01-08T00:26:02.191Z | Checking yasna v0.5.2 |
2211 | 2025-01-08T00:26:02.263Z | Checking headers-core v0.3.0 |
2212 | 2025-01-08T00:26:02.398Z | Checking smf v0.2.3 |
2213 | 2025-01-08T00:26:02.414Z | Checking filetime v0.2.25 |
2214 | 2025-01-08T00:26:02.620Z | Checking same-file v1.0.6 |
2215 | 2025-01-08T00:26:02.803Z | Checking walkdir v2.5.0 |
2216 | 2025-01-08T00:26:02.844Z | Checking tar v0.4.42 |
2217 | 2025-01-08T00:26:02.874Z | Checking headers v0.4.0 |
2218 | 2025-01-08T00:26:03.074Z | Checking atomicwrites v0.4.4 |
2219 | 2025-01-08T00:26:03.093Z | Checking rcgen v0.12.1 |
2220 | 2025-01-08T00:26:03.270Z | Checking camino-tempfile v1.1.1 |
2221 | 2025-01-08T00:26:03.526Z | Checking subprocess v0.2.9 |
2222 | 2025-01-08T00:26:03.617Z | Checking serde_with v3.11.0 |
2223 | 2025-01-08T00:26:07.887Z | Compiling typify-macro v0.2.0 |
2224 | 2025-01-08T00:26:09.762Z | Compiling typify v0.2.0 |
2225 | 2025-01-08T00:26:09.830Z | Compiling progenitor-impl v0.8.0 |
2226 | 2025-01-08T00:26:13.069Z | Compiling progenitor-macro v0.8.0 |
2227 | 2025-01-08T00:26:17.848Z | Checking progenitor v0.8.0 |
2228 | 2025-01-08T00:26:18.034Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2229 | 2025-01-08T00:26:18.049Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2230 | 2025-01-08T00:26:20.667Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2231 | 2025-01-08T00:26:20.989Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2232 | 2025-01-08T00:26:27.564Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2233 | 2025-01-08T00:26:29.166Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2234 | 2025-01-08T00:26:30.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.80s |
2235 | 2025-01-08T00:26:30.614Z | |
2236 | 2025-01-08T00:26:30.615Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2237 | 2025-01-08T00:26:31.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2238 | 2025-01-08T00:26:31.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2239 | 2025-01-08T00:26:31.280Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2240 | 2025-01-08T00:26:32.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
2241 | 2025-01-08T00:26:32.866Z | |
2242 | 2025-01-08T00:26:32.866Z | info: running `cargo check --bins` on nexus-config (31/176) |
2243 | 2025-01-08T00:26:33.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2244 | 2025-01-08T00:26:33.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2245 | 2025-01-08T00:26:33.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2246 | 2025-01-08T00:26:33.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2247 | 2025-01-08T00:26:33.496Z | |
2248 | 2025-01-08T00:26:33.496Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2249 | 2025-01-08T00:26:34.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2250 | 2025-01-08T00:26:34.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2251 | 2025-01-08T00:26:34.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2252 | 2025-01-08T00:26:34.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2253 | 2025-01-08T00:26:34.107Z | |
2254 | 2025-01-08T00:26:34.107Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2255 | 2025-01-08T00:26:34.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2256 | 2025-01-08T00:26:34.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2257 | 2025-01-08T00:26:34.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2258 | 2025-01-08T00:26:34.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2259 | 2025-01-08T00:26:34.743Z | |
2260 | 2025-01-08T00:26:34.743Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2261 | 2025-01-08T00:26:35.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2262 | 2025-01-08T00:26:35.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2263 | 2025-01-08T00:26:35.429Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2264 | 2025-01-08T00:26:35.538Z | Compiling ipnetwork v0.20.0 |
2265 | 2025-01-08T00:26:35.538Z | Compiling zerocopy v0.8.10 |
2266 | 2025-01-08T00:26:35.541Z | Compiling progenitor-client v0.8.0 |
2267 | 2025-01-08T00:26:35.541Z | Compiling itertools v0.13.0 |
2268 | 2025-01-08T00:26:35.541Z | Compiling zerocopy-derive v0.8.10 |
2269 | 2025-01-08T00:26:35.541Z | Compiling heapless v0.8.0 |
2270 | 2025-01-08T00:26:35.541Z | Checking hash32 v0.3.1 |
2271 | 2025-01-08T00:26:35.710Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2272 | 2025-01-08T00:26:35.821Z | Compiling instant v0.1.13 |
2273 | 2025-01-08T00:26:35.975Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2274 | 2025-01-08T00:26:36.038Z | Compiling progenitor v0.8.0 |
2275 | 2025-01-08T00:26:36.290Z | Compiling smoltcp v0.11.0 |
2276 | 2025-01-08T00:26:36.387Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2277 | 2025-01-08T00:26:36.441Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2278 | 2025-01-08T00:26:36.484Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2279 | 2025-01-08T00:26:36.687Z | Compiling backoff v0.4.0 |
2280 | 2025-01-08T00:26:37.042Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2281 | 2025-01-08T00:26:37.058Z | Compiling dropshot v0.13.0 |
2282 | 2025-01-08T00:26:37.366Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2283 | 2025-01-08T00:26:37.401Z | Compiling serde_with v3.11.0 |
2284 | 2025-01-08T00:26:37.487Z | Compiling parse-display v0.10.0 |
2285 | 2025-01-08T00:26:37.548Z | Checking num-rational v0.4.2 |
2286 | 2025-01-08T00:26:38.208Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2287 | 2025-01-08T00:26:38.380Z | Compiling regress v0.9.1 |
2288 | 2025-01-08T00:26:38.694Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2289 | 2025-01-08T00:26:40.050Z | Compiling phf_generator v0.11.2 |
2290 | 2025-01-08T00:26:40.245Z | Checking num-complex v0.4.6 |
2291 | 2025-01-08T00:26:41.566Z | Compiling macaddr v1.0.1 |
2292 | 2025-01-08T00:26:41.828Z | Checking cobs v0.2.3 |
2293 | 2025-01-08T00:26:42.030Z | Checking postcard v1.0.10 |
2294 | 2025-01-08T00:26:42.259Z | Compiling num v0.4.3 |
2295 | 2025-01-08T00:26:42.479Z | Compiling phf_codegen v0.11.2 |
2296 | 2025-01-08T00:26:42.690Z | Compiling parse-zoneinfo v0.3.1 |
2297 | 2025-01-08T00:26:43.503Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2298 | 2025-01-08T00:26:43.789Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2299 | 2025-01-08T00:26:43.945Z | Checking float-ord v0.3.2 |
2300 | 2025-01-08T00:26:44.273Z | Compiling convert_case v0.4.0 |
2301 | 2025-01-08T00:26:44.812Z | Compiling chrono-tz-build v0.4.0 |
2302 | 2025-01-08T00:26:44.858Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2303 | 2025-01-08T00:26:45.270Z | Compiling derive_more v0.99.18 |
2304 | 2025-01-08T00:26:45.641Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2305 | 2025-01-08T00:26:45.783Z | Compiling crucible-workspace-hack v0.1.0 |
2306 | 2025-01-08T00:26:45.929Z | Compiling thiserror v2.0.3 |
2307 | 2025-01-08T00:26:45.972Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2308 | 2025-01-08T00:26:46.141Z | Checking newline-converter v0.3.0 |
2309 | 2025-01-08T00:26:46.325Z | Compiling chrono-tz v0.10.0 |
2310 | 2025-01-08T00:26:46.764Z | Checking prettyplease v0.2.25 |
2311 | 2025-01-08T00:26:46.797Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2312 | 2025-01-08T00:26:46.959Z | Compiling thiserror-impl v2.0.3 |
2313 | 2025-01-08T00:26:46.991Z | Compiling slog-dtrace v0.3.0 |
2314 | 2025-01-08T00:26:47.288Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2315 | 2025-01-08T00:26:47.605Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2316 | 2025-01-08T00:26:48.721Z | Checking expectorate v1.1.0 |
2317 | 2025-01-08T00:26:48.885Z | Compiling zone_cfg_derive v0.3.0 |
2318 | 2025-01-08T00:26:49.010Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2319 | 2025-01-08T00:26:49.062Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2320 | 2025-01-08T00:26:49.789Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2321 | 2025-01-08T00:26:50.177Z | Compiling const_format_proc_macros v0.2.33 |
2322 | 2025-01-08T00:26:50.199Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2323 | 2025-01-08T00:26:50.423Z | Compiling num-derive v0.4.2 |
2324 | 2025-01-08T00:26:50.589Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2325 | 2025-01-08T00:26:50.852Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2326 | 2025-01-08T00:26:51.164Z | Checking highway v1.2.0 |
2327 | 2025-01-08T00:26:51.414Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2328 | 2025-01-08T00:26:51.623Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2329 | 2025-01-08T00:26:51.671Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2330 | 2025-01-08T00:26:51.905Z | Checking zone v0.3.0 |
2331 | 2025-01-08T00:26:52.607Z | Checking const_format v0.2.33 |
2332 | 2025-01-08T00:26:52.729Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2333 | 2025-01-08T00:26:52.748Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2334 | 2025-01-08T00:26:53.147Z | Checking gethostname v0.5.0 |
2335 | 2025-01-08T00:26:53.165Z | Checking bcs v0.1.6 |
2336 | 2025-01-08T00:26:53.321Z | Compiling async-recursion v1.1.1 |
2337 | 2025-01-08T00:26:53.347Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2338 | 2025-01-08T00:26:53.773Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2339 | 2025-01-08T00:26:53.776Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2340 | 2025-01-08T00:26:56.659Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2341 | 2025-01-08T00:27:00.642Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2342 | 2025-01-08T00:27:04.490Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2343 | 2025-01-08T00:27:08.072Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2344 | 2025-01-08T00:27:09.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.60s |
2345 | 2025-01-08T00:27:09.536Z | |
2346 | 2025-01-08T00:27:09.536Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2347 | 2025-01-08T00:27:10.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2348 | 2025-01-08T00:27:10.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2349 | 2025-01-08T00:27:10.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2350 | 2025-01-08T00:27:10.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2351 | 2025-01-08T00:27:10.204Z | |
2352 | 2025-01-08T00:27:10.204Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2353 | 2025-01-08T00:27:10.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2354 | 2025-01-08T00:27:10.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2355 | 2025-01-08T00:27:10.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2356 | 2025-01-08T00:27:10.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2357 | 2025-01-08T00:27:10.886Z | |
2358 | 2025-01-08T00:27:10.886Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2359 | 2025-01-08T00:27:11.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2360 | 2025-01-08T00:27:11.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2361 | 2025-01-08T00:27:11.618Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2362 | 2025-01-08T00:27:12.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
2363 | 2025-01-08T00:27:12.545Z | |
2364 | 2025-01-08T00:27:12.545Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2365 | 2025-01-08T00:27:13.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2366 | 2025-01-08T00:27:13.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2367 | 2025-01-08T00:27:13.309Z | Compiling cfg_aliases v0.1.1 |
2368 | 2025-01-08T00:27:13.312Z | Compiling vte_generate_state_changes v0.1.2 |
2369 | 2025-01-08T00:27:13.312Z | Checking fd-lock v4.0.2 |
2370 | 2025-01-08T00:27:13.312Z | Checking nibble_vec v0.1.0 |
2371 | 2025-01-08T00:27:13.426Z | Checking bytecount v0.6.8 |
2372 | 2025-01-08T00:27:13.428Z | Checking endian-type v0.1.2 |
2373 | 2025-01-08T00:27:13.454Z | Compiling tabled_derive v0.7.0 |
2374 | 2025-01-08T00:27:13.470Z | Compiling peg-macros v0.8.4 |
2375 | 2025-01-08T00:27:13.517Z | Compiling nix v0.28.0 |
2376 | 2025-01-08T00:27:13.599Z | Checking papergrid v0.11.0 |
2377 | 2025-01-08T00:27:13.603Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2378 | 2025-01-08T00:27:13.635Z | Compiling sqlparser_derive v0.2.2 |
2379 | 2025-01-08T00:27:13.674Z | Checking radix_trie v0.2.1 |
2380 | 2025-01-08T00:27:14.048Z | Checking vte v0.11.1 |
2381 | 2025-01-08T00:27:14.093Z | Checking nu-ansi-term v0.50.1 |
2382 | 2025-01-08T00:27:14.503Z | Checking home v0.5.9 |
2383 | 2025-01-08T00:27:14.657Z | Checking unicode_categories v0.1.1 |
2384 | 2025-01-08T00:27:14.811Z | Checking sqlparser v0.45.0 |
2385 | 2025-01-08T00:27:14.836Z | Checking display-error-chain v0.2.2 |
2386 | 2025-01-08T00:27:14.947Z | Checking sqlformat v0.2.6 |
2387 | 2025-01-08T00:27:15.505Z | Checking strip-ansi-escapes v0.2.0 |
2388 | 2025-01-08T00:27:15.658Z | Checking reedline v0.35.0 |
2389 | 2025-01-08T00:27:15.885Z | Checking tabled v0.15.0 |
2390 | 2025-01-08T00:27:16.512Z | Checking peg v0.8.4 |
2391 | 2025-01-08T00:27:17.127Z | Checking rustyline v14.0.0 |
2392 | 2025-01-08T00:27:27.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.78s |
2393 | 2025-01-08T00:27:27.512Z | |
2394 | 2025-01-08T00:27:27.512Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2395 | 2025-01-08T00:27:28.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2025-01-08T00:27:28.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2025-01-08T00:27:28.229Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2398 | 2025-01-08T00:27:33.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s |
2399 | 2025-01-08T00:27:34.040Z | |
2400 | 2025-01-08T00:27:34.040Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2401 | 2025-01-08T00:27:34.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2025-01-08T00:27:34.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2025-01-08T00:27:34.758Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2404 | 2025-01-08T00:27:38.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s |
2405 | 2025-01-08T00:27:38.936Z | |
2406 | 2025-01-08T00:27:38.936Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2407 | 2025-01-08T00:27:39.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2025-01-08T00:27:39.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2025-01-08T00:27:39.642Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2410 | 2025-01-08T00:27:44.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s |
2411 | 2025-01-08T00:27:44.750Z | |
2412 | 2025-01-08T00:27:44.750Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2413 | 2025-01-08T00:27:45.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2414 | 2025-01-08T00:27:45.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2415 | 2025-01-08T00:27:45.438Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2416 | 2025-01-08T00:27:50.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s |
2417 | 2025-01-08T00:27:50.631Z | |
2418 | 2025-01-08T00:27:50.631Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2419 | 2025-01-08T00:27:51.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2420 | 2025-01-08T00:27:51.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2421 | 2025-01-08T00:27:51.319Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2422 | 2025-01-08T00:27:55.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
2423 | 2025-01-08T00:27:55.537Z | |
2424 | 2025-01-08T00:27:55.537Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2425 | 2025-01-08T00:27:56.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2426 | 2025-01-08T00:27:56.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2427 | 2025-01-08T00:27:56.225Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2428 | 2025-01-08T00:28:00.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
2429 | 2025-01-08T00:28:00.492Z | |
2430 | 2025-01-08T00:28:00.492Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2431 | 2025-01-08T00:28:01.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2432 | 2025-01-08T00:28:01.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2433 | 2025-01-08T00:28:01.178Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2434 | 2025-01-08T00:28:06.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s |
2435 | 2025-01-08T00:28:06.805Z | |
2436 | 2025-01-08T00:28:06.805Z | info: running `cargo check --bins` on oximeter (46/176) |
2437 | 2025-01-08T00:28:07.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2438 | 2025-01-08T00:28:07.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2439 | 2025-01-08T00:28:07.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2440 | 2025-01-08T00:28:07.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2441 | 2025-01-08T00:28:07.116Z | |
2442 | 2025-01-08T00:28:07.116Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2443 | 2025-01-08T00:28:07.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2444 | 2025-01-08T00:28:07.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2445 | 2025-01-08T00:28:07.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2446 | 2025-01-08T00:28:07.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2447 | 2025-01-08T00:28:07.735Z | |
2448 | 2025-01-08T00:28:07.735Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2449 | 2025-01-08T00:28:08.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2450 | 2025-01-08T00:28:08.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2451 | 2025-01-08T00:28:08.382Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2452 | 2025-01-08T00:28:10.575Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2453 | 2025-01-08T00:28:11.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s |
2454 | 2025-01-08T00:28:11.744Z | |
2455 | 2025-01-08T00:28:11.744Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2456 | 2025-01-08T00:28:12.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2457 | 2025-01-08T00:28:12.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2458 | 2025-01-08T00:28:12.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2459 | 2025-01-08T00:28:12.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2460 | 2025-01-08T00:28:12.392Z | |
2461 | 2025-01-08T00:28:12.392Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2462 | 2025-01-08T00:28:12.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2463 | 2025-01-08T00:28:12.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2464 | 2025-01-08T00:28:12.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2465 | 2025-01-08T00:28:12.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2466 | 2025-01-08T00:28:13.040Z | |
2467 | 2025-01-08T00:28:13.040Z | info: running `cargo check --bins` on oxql-types (51/176) |
2468 | 2025-01-08T00:28:13.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2469 | 2025-01-08T00:28:13.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2470 | 2025-01-08T00:28:13.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2471 | 2025-01-08T00:28:13.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2472 | 2025-01-08T00:28:13.697Z | |
2473 | 2025-01-08T00:28:13.697Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2474 | 2025-01-08T00:28:14.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2475 | 2025-01-08T00:28:14.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2476 | 2025-01-08T00:28:14.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2477 | 2025-01-08T00:28:14.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2478 | 2025-01-08T00:28:14.384Z | |
2479 | 2025-01-08T00:28:14.384Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2480 | 2025-01-08T00:28:14.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2481 | 2025-01-08T00:28:14.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2482 | 2025-01-08T00:28:14.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2483 | 2025-01-08T00:28:14.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2484 | 2025-01-08T00:28:15.067Z | |
2485 | 2025-01-08T00:28:15.067Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2486 | 2025-01-08T00:28:15.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2487 | 2025-01-08T00:28:15.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2488 | 2025-01-08T00:28:15.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2489 | 2025-01-08T00:28:15.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2490 | 2025-01-08T00:28:15.755Z | |
2491 | 2025-01-08T00:28:15.755Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2492 | 2025-01-08T00:28:16.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2493 | 2025-01-08T00:28:16.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2494 | 2025-01-08T00:28:16.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2495 | 2025-01-08T00:28:16.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2496 | 2025-01-08T00:28:16.390Z | |
2497 | 2025-01-08T00:28:16.390Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2498 | 2025-01-08T00:28:16.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2499 | 2025-01-08T00:28:16.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2500 | 2025-01-08T00:28:16.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2501 | 2025-01-08T00:28:16.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2502 | 2025-01-08T00:28:17.022Z | |
2503 | 2025-01-08T00:28:17.022Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2504 | 2025-01-08T00:28:17.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2505 | 2025-01-08T00:28:17.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2506 | 2025-01-08T00:28:17.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2507 | 2025-01-08T00:28:17.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2508 | 2025-01-08T00:28:17.655Z | |
2509 | 2025-01-08T00:28:17.656Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2510 | 2025-01-08T00:28:18.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2511 | 2025-01-08T00:28:18.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2512 | 2025-01-08T00:28:18.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2513 | 2025-01-08T00:28:18.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2514 | 2025-01-08T00:28:18.266Z | |
2515 | 2025-01-08T00:28:18.266Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2516 | 2025-01-08T00:28:18.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2517 | 2025-01-08T00:28:18.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2518 | 2025-01-08T00:28:18.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2519 | 2025-01-08T00:28:18.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2520 | 2025-01-08T00:28:18.905Z | |
2521 | 2025-01-08T00:28:18.906Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2522 | 2025-01-08T00:28:19.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2523 | 2025-01-08T00:28:19.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2524 | 2025-01-08T00:28:19.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2525 | 2025-01-08T00:28:19.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2526 | 2025-01-08T00:28:19.535Z | |
2527 | 2025-01-08T00:28:19.535Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2528 | 2025-01-08T00:28:20.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2529 | 2025-01-08T00:28:20.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2530 | 2025-01-08T00:28:20.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2531 | 2025-01-08T00:28:20.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2532 | 2025-01-08T00:28:20.167Z | |
2533 | 2025-01-08T00:28:20.167Z | info: running `cargo check --bins` on dpd-client (62/176) |
2534 | 2025-01-08T00:28:20.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2535 | 2025-01-08T00:28:20.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2536 | 2025-01-08T00:28:20.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2537 | 2025-01-08T00:28:20.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2538 | 2025-01-08T00:28:20.782Z | |
2539 | 2025-01-08T00:28:20.783Z | info: running `cargo check --bins` on gateway-client (63/176) |
2540 | 2025-01-08T00:28:21.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2541 | 2025-01-08T00:28:21.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2542 | 2025-01-08T00:28:21.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2543 | 2025-01-08T00:28:21.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2544 | 2025-01-08T00:28:21.393Z | |
2545 | 2025-01-08T00:28:21.393Z | info: running `cargo check --bins` on installinator-client (64/176) |
2546 | 2025-01-08T00:28:21.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2547 | 2025-01-08T00:28:21.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2548 | 2025-01-08T00:28:21.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2549 | 2025-01-08T00:28:21.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2550 | 2025-01-08T00:28:22.031Z | |
2551 | 2025-01-08T00:28:22.031Z | info: running `cargo check --bins` on installinator-common (65/176) |
2552 | 2025-01-08T00:28:22.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2553 | 2025-01-08T00:28:22.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2554 | 2025-01-08T00:28:22.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2555 | 2025-01-08T00:28:22.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2556 | 2025-01-08T00:28:22.666Z | |
2557 | 2025-01-08T00:28:22.666Z | info: running `cargo check --bins` on update-engine (66/176) |
2558 | 2025-01-08T00:28:23.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2559 | 2025-01-08T00:28:23.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2560 | 2025-01-08T00:28:23.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2561 | 2025-01-08T00:28:23.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2562 | 2025-01-08T00:28:23.274Z | |
2563 | 2025-01-08T00:28:23.274Z | info: running `cargo check --bins` on nexus-client (67/176) |
2564 | 2025-01-08T00:28:23.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2565 | 2025-01-08T00:28:23.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2566 | 2025-01-08T00:28:23.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2567 | 2025-01-08T00:28:23.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2568 | 2025-01-08T00:28:23.921Z | |
2569 | 2025-01-08T00:28:23.921Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2570 | 2025-01-08T00:28:24.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2025-01-08T00:28:24.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2025-01-08T00:28:24.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2573 | 2025-01-08T00:28:24.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2574 | 2025-01-08T00:28:24.558Z | |
2575 | 2025-01-08T00:28:24.559Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2576 | 2025-01-08T00:28:25.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2025-01-08T00:28:25.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2025-01-08T00:28:25.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2579 | 2025-01-08T00:28:25.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2580 | 2025-01-08T00:28:25.173Z | |
2581 | 2025-01-08T00:28:25.173Z | info: running `cargo check --bins` on nexus-types (70/176) |
2582 | 2025-01-08T00:28:25.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2025-01-08T00:28:25.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2025-01-08T00:28:25.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2585 | 2025-01-08T00:28:25.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2586 | 2025-01-08T00:28:25.825Z | |
2587 | 2025-01-08T00:28:25.825Z | info: running `cargo check --bins` on oxide-client (71/176) |
2588 | 2025-01-08T00:28:26.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2025-01-08T00:28:26.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2025-01-08T00:28:26.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2591 | 2025-01-08T00:28:26.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2592 | 2025-01-08T00:28:26.453Z | |
2593 | 2025-01-08T00:28:26.453Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2594 | 2025-01-08T00:28:26.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2025-01-08T00:28:26.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2025-01-08T00:28:26.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2597 | 2025-01-08T00:28:26.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2598 | 2025-01-08T00:28:27.063Z | |
2599 | 2025-01-08T00:28:27.063Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2600 | 2025-01-08T00:28:27.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2601 | 2025-01-08T00:28:27.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2602 | 2025-01-08T00:28:27.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2603 | 2025-01-08T00:28:27.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2604 | 2025-01-08T00:28:27.667Z | |
2605 | 2025-01-08T00:28:27.667Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2606 | 2025-01-08T00:28:28.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2025-01-08T00:28:28.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2025-01-08T00:28:28.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2609 | 2025-01-08T00:28:28.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2610 | 2025-01-08T00:28:28.305Z | |
2611 | 2025-01-08T00:28:28.306Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2612 | 2025-01-08T00:28:28.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2025-01-08T00:28:28.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2025-01-08T00:28:28.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2615 | 2025-01-08T00:28:28.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2616 | 2025-01-08T00:28:28.964Z | |
2617 | 2025-01-08T00:28:28.964Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2618 | 2025-01-08T00:28:29.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2025-01-08T00:28:29.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2025-01-08T00:28:29.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2621 | 2025-01-08T00:28:29.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2622 | 2025-01-08T00:28:29.608Z | |
2623 | 2025-01-08T00:28:29.608Z | info: running `cargo check --bins` on wicket-common (77/176) |
2624 | 2025-01-08T00:28:30.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2025-01-08T00:28:30.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2025-01-08T00:28:30.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2627 | 2025-01-08T00:28:30.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2628 | 2025-01-08T00:28:30.250Z | |
2629 | 2025-01-08T00:28:30.250Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2630 | 2025-01-08T00:28:30.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2025-01-08T00:28:30.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2025-01-08T00:28:30.904Z | Checking csv-core v0.1.11 |
2633 | 2025-01-08T00:28:30.904Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2634 | 2025-01-08T00:28:30.907Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2635 | 2025-01-08T00:28:30.907Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2636 | 2025-01-08T00:28:31.175Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2637 | 2025-01-08T00:28:31.239Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2638 | 2025-01-08T00:28:31.254Z | Checking csv v1.3.0 |
2639 | 2025-01-08T00:28:31.854Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2640 | 2025-01-08T00:28:32.206Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2641 | 2025-01-08T00:28:33.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s |
2642 | 2025-01-08T00:28:34.123Z | |
2643 | 2025-01-08T00:28:34.123Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2644 | 2025-01-08T00:28:34.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2025-01-08T00:28:34.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2025-01-08T00:28:34.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2647 | 2025-01-08T00:28:34.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2648 | 2025-01-08T00:28:34.776Z | |
2649 | 2025-01-08T00:28:34.776Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2650 | 2025-01-08T00:28:35.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2025-01-08T00:28:35.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2025-01-08T00:28:35.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2653 | 2025-01-08T00:28:35.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2654 | 2025-01-08T00:28:35.435Z | |
2655 | 2025-01-08T00:28:35.435Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2656 | 2025-01-08T00:28:36.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2025-01-08T00:28:36.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2025-01-08T00:28:36.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2659 | 2025-01-08T00:28:36.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2660 | 2025-01-08T00:28:36.173Z | |
2661 | 2025-01-08T00:28:36.173Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2662 | 2025-01-08T00:28:36.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2025-01-08T00:28:36.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2025-01-08T00:28:36.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2665 | 2025-01-08T00:28:36.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2666 | 2025-01-08T00:28:36.904Z | |
2667 | 2025-01-08T00:28:36.904Z | info: running `cargo check --bins` on dns-server (83/176) |
2668 | 2025-01-08T00:28:37.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2025-01-08T00:28:37.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2025-01-08T00:28:37.544Z | Compiling parking_lot_core v0.8.6 |
2671 | 2025-01-08T00:28:37.547Z | Checking fxhash v0.2.1 |
2672 | 2025-01-08T00:28:37.547Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2673 | 2025-01-08T00:28:37.547Z | Checking hickory-server v0.24.1 |
2674 | 2025-01-08T00:28:37.647Z | Checking hickory-client v0.24.1 |
2675 | 2025-01-08T00:28:38.245Z | Checking parking_lot v0.11.2 |
2676 | 2025-01-08T00:28:38.370Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2677 | 2025-01-08T00:28:38.375Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2678 | 2025-01-08T00:28:38.491Z | Checking sled v0.34.7 |
2679 | 2025-01-08T00:28:40.286Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2680 | 2025-01-08T00:28:41.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
2681 | 2025-01-08T00:28:41.731Z | |
2682 | 2025-01-08T00:28:41.731Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2683 | 2025-01-08T00:28:42.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2684 | 2025-01-08T00:28:42.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2685 | 2025-01-08T00:28:42.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2686 | 2025-01-08T00:28:42.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2687 | 2025-01-08T00:28:42.363Z | |
2688 | 2025-01-08T00:28:42.363Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2689 | 2025-01-08T00:28:42.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2690 | 2025-01-08T00:28:42.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2691 | 2025-01-08T00:28:42.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2692 | 2025-01-08T00:28:42.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2693 | 2025-01-08T00:28:43.037Z | |
2694 | 2025-01-08T00:28:43.037Z | info: running `cargo check --bins` on gateway-types (86/176) |
2695 | 2025-01-08T00:28:43.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2696 | 2025-01-08T00:28:43.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2697 | 2025-01-08T00:28:43.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2698 | 2025-01-08T00:28:43.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2699 | 2025-01-08T00:28:43.665Z | |
2700 | 2025-01-08T00:28:43.665Z | info: running `cargo check --bins` on ipcc (87/176) |
2701 | 2025-01-08T00:28:44.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2702 | 2025-01-08T00:28:44.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2703 | 2025-01-08T00:28:44.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2704 | 2025-01-08T00:28:44.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2705 | 2025-01-08T00:28:44.296Z | |
2706 | 2025-01-08T00:28:44.296Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2707 | 2025-01-08T00:28:44.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2708 | 2025-01-08T00:28:44.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2709 | 2025-01-08T00:28:44.991Z | Compiling semver v0.1.20 |
2710 | 2025-01-08T00:28:44.994Z | Compiling radium v0.7.0 |
2711 | 2025-01-08T00:28:45.105Z | Checking tap v1.0.1 |
2712 | 2025-01-08T00:28:45.107Z | Compiling maybe-uninit v2.0.0 |
2713 | 2025-01-08T00:28:45.121Z | Checking password-hash v0.5.0 |
2714 | 2025-01-08T00:28:45.124Z | Checking blake2 v0.10.6 |
2715 | 2025-01-08T00:28:45.124Z | Compiling owo-colors v4.1.0 |
2716 | 2025-01-08T00:28:45.124Z | Checking funty v2.0.0 |
2717 | 2025-01-08T00:28:45.238Z | Checking wyz v0.5.1 |
2718 | 2025-01-08T00:28:45.398Z | Compiling rustc_version v0.1.7 |
2719 | 2025-01-08T00:28:45.568Z | Checking crc-catalog v2.4.0 |
2720 | 2025-01-08T00:28:45.608Z | Compiling packed_struct v0.10.1 |
2721 | 2025-01-08T00:28:45.627Z | Compiling cancel-safe-futures v0.1.5 |
2722 | 2025-01-08T00:28:45.701Z | Checking argon2 v0.5.3 |
2723 | 2025-01-08T00:28:45.717Z | Checking crc v3.2.1 |
2724 | 2025-01-08T00:28:45.804Z | Compiling packed_struct_codegen v0.10.1 |
2725 | 2025-01-08T00:28:45.883Z | Compiling newtype_derive v0.1.6 |
2726 | 2025-01-08T00:28:45.934Z | Compiling indexmap v1.9.3 |
2727 | 2025-01-08T00:28:45.984Z | Checking half v2.4.1 |
2728 | 2025-01-08T00:28:46.032Z | Checking bitvec v1.0.1 |
2729 | 2025-01-08T00:28:46.118Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2730 | 2025-01-08T00:28:46.134Z | Checking nodrop v0.1.14 |
2731 | 2025-01-08T00:28:46.222Z | Checking ciborium-io v0.2.2 |
2732 | 2025-01-08T00:28:46.256Z | Checking array-init v0.0.4 |
2733 | 2025-01-08T00:28:46.366Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2734 | 2025-01-08T00:28:46.387Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2735 | 2025-01-08T00:28:46.445Z | Checking ciborium-ll v0.2.2 |
2736 | 2025-01-08T00:28:46.644Z | Checking smallvec v0.6.14 |
2737 | 2025-01-08T00:28:46.747Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2738 | 2025-01-08T00:28:46.778Z | Checking libsw v3.3.1 |
2739 | 2025-01-08T00:28:47.032Z | Compiling memoffset v0.9.1 |
2740 | 2025-01-08T00:28:47.052Z | Checking indent_write v2.2.0 |
2741 | 2025-01-08T00:28:47.131Z | Checking bitfield v0.14.0 |
2742 | 2025-01-08T00:28:47.253Z | Checking hashbrown v0.12.3 |
2743 | 2025-01-08T00:28:47.253Z | Checking swrite v0.1.0 |
2744 | 2025-01-08T00:28:47.324Z | Checking linear-map v1.2.0 |
2745 | 2025-01-08T00:28:47.379Z | Checking termcolor v1.4.1 |
2746 | 2025-01-08T00:28:47.539Z | Checking ron v0.8.1 |
2747 | 2025-01-08T00:28:47.661Z | Checking serde-hex v0.1.0 |
2748 | 2025-01-08T00:28:47.808Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2749 | 2025-01-08T00:28:47.825Z | Checking env_logger v0.10.2 |
2750 | 2025-01-08T00:28:48.231Z | Checking ciborium v0.2.2 |
2751 | 2025-01-08T00:28:48.316Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2752 | 2025-01-08T00:28:48.818Z | Checking steno v0.4.1 |
2753 | 2025-01-08T00:28:48.837Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2754 | 2025-01-08T00:28:48.985Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2755 | 2025-01-08T00:28:49.100Z | Checking hashbrown v0.13.2 |
2756 | 2025-01-08T00:28:49.243Z | Checking crc-any v2.5.0 |
2757 | 2025-01-08T00:28:49.394Z | Checking humantime v2.1.0 |
2758 | 2025-01-08T00:28:49.608Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2759 | 2025-01-08T00:28:49.688Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2760 | 2025-01-08T00:28:50.080Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2761 | 2025-01-08T00:28:50.183Z | Checking object v0.30.4 |
2762 | 2025-01-08T00:28:50.244Z | Checking path-slash v0.1.5 |
2763 | 2025-01-08T00:28:50.392Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2764 | 2025-01-08T00:28:50.432Z | Checking nix v0.27.1 |
2765 | 2025-01-08T00:28:51.174Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2766 | 2025-01-08T00:28:51.259Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2767 | 2025-01-08T00:28:51.529Z | Checking tungstenite v0.23.0 |
2768 | 2025-01-08T00:28:51.584Z | Checking kstat-rs v0.2.4 |
2769 | 2025-01-08T00:28:51.728Z | Checking signal-hook-tokio v0.3.1 |
2770 | 2025-01-08T00:28:51.901Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2771 | 2025-01-08T00:28:52.282Z | Checking tokio-tungstenite v0.23.1 |
2772 | 2025-01-08T00:28:52.600Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2773 | 2025-01-08T00:28:53.285Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2774 | 2025-01-08T00:28:53.305Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2775 | 2025-01-08T00:28:59.675Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2776 | 2025-01-08T00:29:00.966Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2777 | 2025-01-08T00:29:04.378Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2778 | 2025-01-08T00:29:10.083Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2779 | 2025-01-08T00:29:10.790Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2780 | 2025-01-08T00:29:13.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.30s |
2781 | 2025-01-08T00:29:13.788Z | |
2782 | 2025-01-08T00:29:13.788Z | info: running `cargo check --bins` on gateway-api (89/176) |
2783 | 2025-01-08T00:29:14.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2025-01-08T00:29:14.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2025-01-08T00:29:14.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2786 | 2025-01-08T00:29:14.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2787 | 2025-01-08T00:29:14.413Z | |
2788 | 2025-01-08T00:29:14.413Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2789 | 2025-01-08T00:29:14.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2025-01-08T00:29:14.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2025-01-08T00:29:14.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2792 | 2025-01-08T00:29:14.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2793 | 2025-01-08T00:29:15.027Z | |
2794 | 2025-01-08T00:29:15.027Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2795 | 2025-01-08T00:29:15.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2025-01-08T00:29:15.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2025-01-08T00:29:15.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2798 | 2025-01-08T00:29:15.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2799 | 2025-01-08T00:29:15.646Z | |
2800 | 2025-01-08T00:29:15.646Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2801 | 2025-01-08T00:29:16.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2802 | 2025-01-08T00:29:16.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2803 | 2025-01-08T00:29:16.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2804 | 2025-01-08T00:29:16.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2805 | 2025-01-08T00:29:16.277Z | |
2806 | 2025-01-08T00:29:16.277Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2807 | 2025-01-08T00:29:16.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2025-01-08T00:29:16.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2025-01-08T00:29:16.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2810 | 2025-01-08T00:29:16.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2811 | 2025-01-08T00:29:16.900Z | |
2812 | 2025-01-08T00:29:16.900Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2813 | 2025-01-08T00:29:17.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2025-01-08T00:29:17.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2025-01-08T00:29:17.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2816 | 2025-01-08T00:29:17.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2817 | 2025-01-08T00:29:17.529Z | |
2818 | 2025-01-08T00:29:17.529Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2819 | 2025-01-08T00:29:18.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2025-01-08T00:29:18.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2025-01-08T00:29:18.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2822 | 2025-01-08T00:29:18.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2823 | 2025-01-08T00:29:18.151Z | |
2824 | 2025-01-08T00:29:18.151Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2825 | 2025-01-08T00:29:18.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2025-01-08T00:29:18.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2025-01-08T00:29:18.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2828 | 2025-01-08T00:29:18.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2829 | 2025-01-08T00:29:18.776Z | |
2830 | 2025-01-08T00:29:18.776Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2831 | 2025-01-08T00:29:19.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2025-01-08T00:29:19.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2025-01-08T00:29:19.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2834 | 2025-01-08T00:29:19.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2835 | 2025-01-08T00:29:19.429Z | |
2836 | 2025-01-08T00:29:19.429Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2837 | 2025-01-08T00:29:19.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2025-01-08T00:29:19.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2025-01-08T00:29:19.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2840 | 2025-01-08T00:29:19.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2841 | 2025-01-08T00:29:20.065Z | |
2842 | 2025-01-08T00:29:20.065Z | info: running `cargo check --bins` on sp-sim (99/176) |
2843 | 2025-01-08T00:29:20.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2025-01-08T00:29:20.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2025-01-08T00:29:20.703Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2846 | 2025-01-08T00:29:21.195Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2847 | 2025-01-08T00:29:23.004Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2848 | 2025-01-08T00:29:24.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
2849 | 2025-01-08T00:29:24.958Z | |
2850 | 2025-01-08T00:29:24.958Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2851 | 2025-01-08T00:29:25.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2025-01-08T00:29:25.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2025-01-08T00:29:25.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2854 | 2025-01-08T00:29:25.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2855 | 2025-01-08T00:29:25.638Z | |
2856 | 2025-01-08T00:29:25.638Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2857 | 2025-01-08T00:29:26.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2025-01-08T00:29:26.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2025-01-08T00:29:26.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2860 | 2025-01-08T00:29:26.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2861 | 2025-01-08T00:29:26.324Z | |
2862 | 2025-01-08T00:29:26.324Z | info: running `cargo check --bins` on db-macros (102/176) |
2863 | 2025-01-08T00:29:26.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2025-01-08T00:29:26.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2025-01-08T00:29:26.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2866 | 2025-01-08T00:29:26.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2867 | 2025-01-08T00:29:26.934Z | |
2868 | 2025-01-08T00:29:26.934Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2869 | 2025-01-08T00:29:27.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2025-01-08T00:29:27.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2025-01-08T00:29:27.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2872 | 2025-01-08T00:29:27.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2873 | 2025-01-08T00:29:27.549Z | |
2874 | 2025-01-08T00:29:27.549Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2875 | 2025-01-08T00:29:28.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2876 | 2025-01-08T00:29:28.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2877 | 2025-01-08T00:29:28.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2878 | 2025-01-08T00:29:28.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2879 | 2025-01-08T00:29:28.211Z | |
2880 | 2025-01-08T00:29:28.211Z | info: running `cargo check --bins` on authz-macros (105/176) |
2881 | 2025-01-08T00:29:28.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2882 | 2025-01-08T00:29:28.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2883 | 2025-01-08T00:29:28.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2884 | 2025-01-08T00:29:28.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2885 | 2025-01-08T00:29:28.819Z | |
2886 | 2025-01-08T00:29:28.819Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2887 | 2025-01-08T00:29:29.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2025-01-08T00:29:29.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2025-01-08T00:29:29.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2890 | 2025-01-08T00:29:29.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2891 | 2025-01-08T00:29:29.475Z | |
2892 | 2025-01-08T00:29:29.475Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2893 | 2025-01-08T00:29:30.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2894 | 2025-01-08T00:29:30.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2895 | 2025-01-08T00:29:30.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2896 | 2025-01-08T00:29:30.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2897 | 2025-01-08T00:29:30.134Z | |
2898 | 2025-01-08T00:29:30.134Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2899 | 2025-01-08T00:29:30.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2900 | 2025-01-08T00:29:30.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2901 | 2025-01-08T00:29:30.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2902 | 2025-01-08T00:29:30.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2903 | 2025-01-08T00:29:30.765Z | |
2904 | 2025-01-08T00:29:30.765Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2905 | 2025-01-08T00:29:31.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2906 | 2025-01-08T00:29:31.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2907 | 2025-01-08T00:29:31.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2908 | 2025-01-08T00:29:31.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2909 | 2025-01-08T00:29:31.421Z | |
2910 | 2025-01-08T00:29:31.421Z | info: running `cargo check --bins` on typed-rng (110/176) |
2911 | 2025-01-08T00:29:31.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2912 | 2025-01-08T00:29:31.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2913 | 2025-01-08T00:29:31.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2914 | 2025-01-08T00:29:31.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2915 | 2025-01-08T00:29:32.023Z | |
2916 | 2025-01-08T00:29:32.023Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2917 | 2025-01-08T00:29:32.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2918 | 2025-01-08T00:29:32.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2919 | 2025-01-08T00:29:32.754Z | Checking keccak v0.1.5 |
2920 | 2025-01-08T00:29:32.865Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2921 | 2025-01-08T00:29:32.867Z | Checking secrecy v0.8.0 |
2922 | 2025-01-08T00:29:32.867Z | Compiling unicase v2.7.0 |
2923 | 2025-01-08T00:29:32.873Z | Compiling same-file v1.0.6 |
2924 | 2025-01-08T00:29:32.901Z | Compiling tempfile v3.13.0 |
2925 | 2025-01-08T00:29:32.918Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2926 | 2025-01-08T00:29:32.921Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2927 | 2025-01-08T00:29:33.039Z | Compiling thiserror-impl-no-std v2.0.2 |
2928 | 2025-01-08T00:29:33.159Z | Checking sha3 v0.10.8 |
2929 | 2025-01-08T00:29:33.176Z | Compiling walkdir v2.5.0 |
2930 | 2025-01-08T00:29:33.219Z | Checking universal-hash v0.5.1 |
2931 | 2025-01-08T00:29:33.240Z | Compiling blake3 v1.5.4 |
2932 | 2025-01-08T00:29:33.322Z | Checking opaque-debug v0.3.1 |
2933 | 2025-01-08T00:29:33.405Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2934 | 2025-01-08T00:29:33.421Z | Checking poly1305 v0.8.0 |
2935 | 2025-01-08T00:29:33.466Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2936 | 2025-01-08T00:29:33.568Z | Checking chacha20 v0.9.1 |
2937 | 2025-01-08T00:29:33.684Z | Checking aead v0.5.2 |
2938 | 2025-01-08T00:29:33.814Z | Compiling memmap2 v0.9.5 |
2939 | 2025-01-08T00:29:33.880Z | Compiling arrayvec v0.7.6 |
2940 | 2025-01-08T00:29:33.908Z | Compiling libefi-sys v0.1.0 |
2941 | 2025-01-08T00:29:33.934Z | Compiling salty v0.3.0 |
2942 | 2025-01-08T00:29:33.954Z | Compiling arrayref v0.3.9 |
2943 | 2025-01-08T00:29:34.063Z | Compiling constant_time_eq v0.3.1 |
2944 | 2025-01-08T00:29:34.231Z | Checking chacha20poly1305 v0.10.1 |
2945 | 2025-01-08T00:29:34.270Z | Compiling toolchain_find v0.4.0 |
2946 | 2025-01-08T00:29:34.296Z | Compiling camino-tempfile v1.1.1 |
2947 | 2025-01-08T00:29:34.339Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2948 | 2025-01-08T00:29:34.415Z | Compiling bitfield-struct v0.6.2 |
2949 | 2025-01-08T00:29:34.651Z | Compiling topological-sort v0.2.2 |
2950 | 2025-01-08T00:29:34.735Z | Compiling mime_guess v2.0.5 |
2951 | 2025-01-08T00:29:34.834Z | Compiling rustfmt-wrapper v0.2.1 |
2952 | 2025-01-08T00:29:35.345Z | Compiling omicron-zone-package v0.12.0 |
2953 | 2025-01-08T00:29:35.413Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2954 | 2025-01-08T00:29:35.433Z | Checking primeorder v0.13.6 |
2955 | 2025-01-08T00:29:35.718Z | Checking env_filter v0.1.2 |
2956 | 2025-01-08T00:29:35.829Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2957 | 2025-01-08T00:29:35.872Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2958 | 2025-01-08T00:29:35.922Z | Checking p384 v0.13.0 |
2959 | 2025-01-08T00:29:35.943Z | Checking env_logger v0.11.5 |
2960 | 2025-01-08T00:29:36.066Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2961 | 2025-01-08T00:29:36.195Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2962 | 2025-01-08T00:29:36.247Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2963 | 2025-01-08T00:29:36.266Z | Checking thiserror-no-std v2.0.2 |
2964 | 2025-01-08T00:29:36.392Z | Checking vsss-rs v3.3.4 |
2965 | 2025-01-08T00:29:36.461Z | Checking simd-adler32 v0.3.7 |
2966 | 2025-01-08T00:29:36.480Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2967 | 2025-01-08T00:29:36.613Z | Checking http-range v0.1.5 |
2968 | 2025-01-08T00:29:36.691Z | Checking lockfree-object-pool v0.1.6 |
2969 | 2025-01-08T00:29:36.800Z | Checking bumpalo v3.16.0 |
2970 | 2025-01-08T00:29:36.819Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2971 | 2025-01-08T00:29:36.922Z | Compiling zip v2.1.3 |
2972 | 2025-01-08T00:29:36.952Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2973 | 2025-01-08T00:29:37.090Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2974 | 2025-01-08T00:29:37.129Z | Checking zopfli v0.8.1 |
2975 | 2025-01-08T00:29:37.267Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2976 | 2025-01-08T00:29:37.374Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2977 | 2025-01-08T00:29:37.806Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2978 | 2025-01-08T00:29:37.863Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2979 | 2025-01-08T00:29:37.902Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2980 | 2025-01-08T00:29:38.158Z | Checking nanorand v0.7.0 |
2981 | 2025-01-08T00:29:38.257Z | Checking atty v0.2.14 |
2982 | 2025-01-08T00:29:38.344Z | Checking glob v0.3.1 |
2983 | 2025-01-08T00:29:38.391Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2984 | 2025-01-08T00:29:38.449Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2985 | 2025-01-08T00:29:38.520Z | Checking flume v0.11.1 |
2986 | 2025-01-08T00:29:38.658Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2987 | 2025-01-08T00:29:39.016Z | Checking hyper-staticfile v0.10.1 |
2988 | 2025-01-08T00:29:39.123Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2989 | 2025-01-08T00:29:39.900Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2990 | 2025-01-08T00:29:40.295Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2991 | 2025-01-08T00:29:40.313Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2992 | 2025-01-08T00:29:40.408Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2993 | 2025-01-08T00:29:40.654Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2994 | 2025-01-08T00:29:40.694Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2995 | 2025-01-08T00:29:41.284Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2996 | 2025-01-08T00:29:41.618Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2997 | 2025-01-08T00:29:42.185Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2998 | 2025-01-08T00:29:42.379Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2999 | 2025-01-08T00:29:45.365Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3000 | 2025-01-08T00:29:45.365Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3001 | 2025-01-08T00:29:54.651Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3002 | 2025-01-08T00:30:08.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.68s |
3003 | 2025-01-08T00:30:08.897Z | |
3004 | 2025-01-08T00:30:08.897Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
3005 | 2025-01-08T00:30:09.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2025-01-08T00:30:09.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2025-01-08T00:30:09.655Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3008 | 2025-01-08T00:30:24.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.42s |
3009 | 2025-01-08T00:30:24.522Z | |
3010 | 2025-01-08T00:30:24.522Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
3011 | 2025-01-08T00:30:25.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2025-01-08T00:30:25.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2025-01-08T00:30:25.268Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3014 | 2025-01-08T00:30:39.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.28s |
3015 | 2025-01-08T00:30:40.010Z | |
3016 | 2025-01-08T00:30:40.010Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
3017 | 2025-01-08T00:30:40.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2025-01-08T00:30:40.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2025-01-08T00:30:40.798Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3020 | 2025-01-08T00:30:55.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.40s |
3021 | 2025-01-08T00:30:55.616Z | |
3022 | 2025-01-08T00:30:55.616Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
3023 | 2025-01-08T00:30:56.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2025-01-08T00:30:56.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2025-01-08T00:30:56.400Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3026 | 2025-01-08T00:31:10.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.12s |
3027 | 2025-01-08T00:31:10.932Z | |
3028 | 2025-01-08T00:31:10.932Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
3029 | 2025-01-08T00:31:11.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2025-01-08T00:31:11.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2025-01-08T00:31:11.662Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3032 | 2025-01-08T00:31:25.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.62s |
3033 | 2025-01-08T00:31:25.747Z | |
3034 | 2025-01-08T00:31:25.747Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
3035 | 2025-01-08T00:31:26.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2025-01-08T00:31:26.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2025-01-08T00:31:26.481Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3038 | 2025-01-08T00:31:40.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s |
3039 | 2025-01-08T00:31:40.364Z | |
3040 | 2025-01-08T00:31:40.365Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
3041 | 2025-01-08T00:31:40.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2025-01-08T00:31:40.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2025-01-08T00:31:41.111Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3044 | 2025-01-08T00:31:55.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.89s |
3045 | 2025-01-08T00:31:55.452Z | |
3046 | 2025-01-08T00:31:55.452Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
3047 | 2025-01-08T00:31:56.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2025-01-08T00:31:56.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2025-01-08T00:31:56.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2025-01-08T00:31:56.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3051 | 2025-01-08T00:31:56.115Z | |
3052 | 2025-01-08T00:31:56.115Z | info: running `cargo check --bins` on key-manager (120/176) |
3053 | 2025-01-08T00:31:56.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2025-01-08T00:31:56.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2025-01-08T00:31:56.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2025-01-08T00:31:56.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3057 | 2025-01-08T00:31:56.752Z | |
3058 | 2025-01-08T00:31:56.752Z | info: running `cargo check --bins` on range-requests (121/176) |
3059 | 2025-01-08T00:31:57.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2025-01-08T00:31:57.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2025-01-08T00:31:57.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2025-01-08T00:31:57.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3063 | 2025-01-08T00:31:57.355Z | |
3064 | 2025-01-08T00:31:57.355Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
3065 | 2025-01-08T00:31:57.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2025-01-08T00:31:57.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2025-01-08T00:31:57.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2025-01-08T00:31:57.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3069 | 2025-01-08T00:31:57.982Z | |
3070 | 2025-01-08T00:31:57.982Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
3071 | 2025-01-08T00:31:58.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2025-01-08T00:31:58.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2025-01-08T00:31:58.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3074 | 2025-01-08T00:31:58.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3075 | 2025-01-08T00:31:58.634Z | |
3076 | 2025-01-08T00:31:58.634Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
3077 | 2025-01-08T00:31:59.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2025-01-08T00:31:59.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2025-01-08T00:31:59.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3080 | 2025-01-08T00:31:59.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3081 | 2025-01-08T00:31:59.237Z | |
3082 | 2025-01-08T00:31:59.237Z | info: running `cargo check --bins` on sled-hardware (125/176) |
3083 | 2025-01-08T00:31:59.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2025-01-08T00:31:59.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2025-01-08T00:31:59.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3086 | 2025-01-08T00:31:59.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3087 | 2025-01-08T00:31:59.869Z | |
3088 | 2025-01-08T00:31:59.870Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
3089 | 2025-01-08T00:32:00.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3090 | 2025-01-08T00:32:00.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3091 | 2025-01-08T00:32:00.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3092 | 2025-01-08T00:32:00.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3093 | 2025-01-08T00:32:00.507Z | |
3094 | 2025-01-08T00:32:00.507Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
3095 | 2025-01-08T00:32:01.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3096 | 2025-01-08T00:32:01.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3097 | 2025-01-08T00:32:01.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3098 | 2025-01-08T00:32:01.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3099 | 2025-01-08T00:32:01.152Z | |
3100 | 2025-01-08T00:32:01.152Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (128/176) |
3101 | 2025-01-08T00:32:01.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3102 | 2025-01-08T00:32:01.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3103 | 2025-01-08T00:32:01.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3104 | 2025-01-08T00:32:01.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3105 | 2025-01-08T00:32:01.801Z | |
3106 | 2025-01-08T00:32:01.801Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (129/176) |
3107 | 2025-01-08T00:32:02.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2025-01-08T00:32:02.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2025-01-08T00:32:02.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3110 | 2025-01-08T00:32:02.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3111 | 2025-01-08T00:32:02.458Z | |
3112 | 2025-01-08T00:32:02.458Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
3113 | 2025-01-08T00:32:03.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3114 | 2025-01-08T00:32:03.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3115 | 2025-01-08T00:32:03.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3116 | 2025-01-08T00:32:03.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3117 | 2025-01-08T00:32:03.111Z | |
3118 | 2025-01-08T00:32:03.111Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
3119 | 2025-01-08T00:32:03.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2025-01-08T00:32:03.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2025-01-08T00:32:03.795Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3122 | 2025-01-08T00:32:03.795Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3123 | 2025-01-08T00:32:04.668Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3124 | 2025-01-08T00:32:06.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s |
3125 | 2025-01-08T00:32:06.869Z | |
3126 | 2025-01-08T00:32:06.869Z | info: running `cargo check --bins` on oximeter-api (132/176) |
3127 | 2025-01-08T00:32:07.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3128 | 2025-01-08T00:32:07.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3129 | 2025-01-08T00:32:07.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3130 | 2025-01-08T00:32:07.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3131 | 2025-01-08T00:32:07.488Z | |
3132 | 2025-01-08T00:32:07.488Z | info: running `cargo check --bins` on cert-dev (133/176) |
3133 | 2025-01-08T00:32:08.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3134 | 2025-01-08T00:32:08.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3135 | 2025-01-08T00:32:08.100Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3136 | 2025-01-08T00:32:08.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3137 | 2025-01-08T00:32:08.530Z | |
3138 | 2025-01-08T00:32:08.530Z | info: running `cargo check --bins` on clickana (134/176) |
3139 | 2025-01-08T00:32:09.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3140 | 2025-01-08T00:32:09.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3141 | 2025-01-08T00:32:09.177Z | Checking castaway v0.2.3 |
3142 | 2025-01-08T00:32:09.180Z | Checking unicode-truncate v1.1.0 |
3143 | 2025-01-08T00:32:09.180Z | Checking lru v0.12.5 |
3144 | 2025-01-08T00:32:09.180Z | Compiling instability v0.3.2 |
3145 | 2025-01-08T00:32:09.180Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3146 | 2025-01-08T00:32:09.180Z | Checking cassowary v0.3.0 |
3147 | 2025-01-08T00:32:09.401Z | Checking compact_str v0.8.0 |
3148 | 2025-01-08T00:32:10.027Z | Checking ratatui v0.28.1 |
3149 | 2025-01-08T00:32:10.935Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3150 | 2025-01-08T00:32:11.962Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3151 | 2025-01-08T00:32:12.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
3152 | 2025-01-08T00:32:12.975Z | |
3153 | 2025-01-08T00:32:12.975Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
3154 | 2025-01-08T00:32:13.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3155 | 2025-01-08T00:32:13.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3156 | 2025-01-08T00:32:13.656Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3157 | 2025-01-08T00:32:13.658Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3158 | 2025-01-08T00:32:14.712Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3159 | 2025-01-08T00:32:15.200Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3160 | 2025-01-08T00:32:15.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
3161 | 2025-01-08T00:32:15.762Z | |
3162 | 2025-01-08T00:32:15.762Z | info: running `cargo check --bins` on ch-dev (136/176) |
3163 | 2025-01-08T00:32:16.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3164 | 2025-01-08T00:32:16.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3165 | 2025-01-08T00:32:16.434Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3166 | 2025-01-08T00:32:17.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3167 | 2025-01-08T00:32:17.338Z | |
3168 | 2025-01-08T00:32:17.338Z | info: running `cargo check --bins` on crdb-seed (137/176) |
3169 | 2025-01-08T00:32:17.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3170 | 2025-01-08T00:32:17.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3171 | 2025-01-08T00:32:18.002Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3172 | 2025-01-08T00:32:18.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3173 | 2025-01-08T00:32:18.555Z | |
3174 | 2025-01-08T00:32:18.555Z | info: running `cargo check --bins` on db-dev (138/176) |
3175 | 2025-01-08T00:32:19.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3176 | 2025-01-08T00:32:19.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3177 | 2025-01-08T00:32:19.221Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3178 | 2025-01-08T00:32:19.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3179 | 2025-01-08T00:32:20.129Z | |
3180 | 2025-01-08T00:32:20.129Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
3181 | 2025-01-08T00:32:20.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3182 | 2025-01-08T00:32:20.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3183 | 2025-01-08T00:32:20.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3184 | 2025-01-08T00:32:20.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3185 | 2025-01-08T00:32:20.774Z | |
3186 | 2025-01-08T00:32:20.774Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
3187 | 2025-01-08T00:32:21.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3188 | 2025-01-08T00:32:21.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3189 | 2025-01-08T00:32:21.396Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3190 | 2025-01-08T00:32:22.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
3191 | 2025-01-08T00:32:22.452Z | |
3192 | 2025-01-08T00:32:22.452Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
3193 | 2025-01-08T00:32:22.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3194 | 2025-01-08T00:32:22.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3195 | 2025-01-08T00:32:23.072Z | Checking cargo-platform v0.1.8 |
3196 | 2025-01-08T00:32:23.339Z | Checking cargo_metadata v0.18.1 |
3197 | 2025-01-08T00:32:24.287Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3198 | 2025-01-08T00:32:25.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
3199 | 2025-01-08T00:32:25.267Z | |
3200 | 2025-01-08T00:32:25.267Z | info: running `cargo check --bins` on mgs-dev (142/176) |
3201 | 2025-01-08T00:32:25.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3202 | 2025-01-08T00:32:25.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3203 | 2025-01-08T00:32:25.979Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3204 | 2025-01-08T00:32:27.485Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3205 | 2025-01-08T00:32:28.116Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3206 | 2025-01-08T00:32:28.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
3207 | 2025-01-08T00:32:28.880Z | |
3208 | 2025-01-08T00:32:28.881Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
3209 | 2025-01-08T00:32:29.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3210 | 2025-01-08T00:32:29.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3211 | 2025-01-08T00:32:29.672Z | Compiling crunchy v0.2.2 |
3212 | 2025-01-08T00:32:29.675Z | Compiling tiny-keccak v2.0.2 |
3213 | 2025-01-08T00:32:29.675Z | Compiling dsl_auto_type v0.1.2 |
3214 | 2025-01-08T00:32:29.675Z | Checking scheduled-thread-pool v0.2.7 |
3215 | 2025-01-08T00:32:29.675Z | Compiling diesel_table_macro_syntax v0.2.0 |
3216 | 2025-01-08T00:32:29.820Z | Compiling ascii-canvas v3.0.0 |
3217 | 2025-01-08T00:32:29.823Z | Compiling ena v0.14.3 |
3218 | 2025-01-08T00:32:29.834Z | Compiling diff v0.1.13 |
3219 | 2025-01-08T00:32:30.005Z | Checking r2d2 v0.8.10 |
3220 | 2025-01-08T00:32:30.060Z | Compiling regex-syntax v0.6.29 |
3221 | 2025-01-08T00:32:30.237Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3222 | 2025-01-08T00:32:30.256Z | Compiling ref-cast v1.0.23 |
3223 | 2025-01-08T00:32:30.324Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3224 | 2025-01-08T00:32:30.367Z | Compiling derive_builder_core v0.20.2 |
3225 | 2025-01-08T00:32:30.473Z | Compiling libxml v0.3.3 |
3226 | 2025-01-08T00:32:30.499Z | Compiling ref-cast-impl v1.0.23 |
3227 | 2025-01-08T00:32:30.589Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3228 | 2025-01-08T00:32:30.890Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3229 | 2025-01-08T00:32:30.917Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3230 | 2025-01-08T00:32:31.108Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3231 | 2025-01-08T00:32:31.146Z | Compiling strum_macros v0.24.3 |
3232 | 2025-01-08T00:32:31.203Z | Compiling samael v0.0.17 |
3233 | 2025-01-08T00:32:31.433Z | Compiling diesel_derives v2.2.3 |
3234 | 2025-01-08T00:32:31.523Z | Compiling indoc v1.0.9 |
3235 | 2025-01-08T00:32:32.482Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3236 | 2025-01-08T00:32:32.780Z | Compiling derive_builder_macro v0.20.2 |
3237 | 2025-01-08T00:32:32.798Z | Compiling impl-trait-for-tuples v0.2.2 |
3238 | 2025-01-08T00:32:33.591Z | Compiling lalrpop v0.19.12 |
3239 | 2025-01-08T00:32:33.689Z | Checking derive_builder v0.20.2 |
3240 | 2025-01-08T00:32:33.847Z | Compiling oso-derive v0.27.3 |
3241 | 2025-01-08T00:32:34.445Z | Checking quick-xml v0.33.0 |
3242 | 2025-01-08T00:32:34.788Z | Compiling diesel-dtrace v0.4.2 |
3243 | 2025-01-08T00:32:34.891Z | Checking maplit v1.0.2 |
3244 | 2025-01-08T00:32:35.047Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3245 | 2025-01-08T00:32:35.158Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3246 | 2025-01-08T00:32:35.298Z | Checking bb8 v0.8.5 |
3247 | 2025-01-08T00:32:35.463Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3248 | 2025-01-08T00:32:35.762Z | Checking rand_seeder v0.3.0 |
3249 | 2025-01-08T00:32:35.813Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3250 | 2025-01-08T00:32:35.925Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3251 | 2025-01-08T00:32:35.996Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3252 | 2025-01-08T00:32:36.266Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3253 | 2025-01-08T00:32:36.550Z | Checking unicode-linebreak v0.1.5 |
3254 | 2025-01-08T00:32:36.775Z | Checking is_ci v1.2.0 |
3255 | 2025-01-08T00:32:36.930Z | Checking smawk v0.3.2 |
3256 | 2025-01-08T00:32:36.964Z | Checking supports-color v3.0.1 |
3257 | 2025-01-08T00:32:37.155Z | Checking textwrap v0.16.1 |
3258 | 2025-01-08T00:32:37.201Z | Checking multimap v0.10.0 |
3259 | 2025-01-08T00:32:37.777Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3260 | 2025-01-08T00:32:40.419Z | Checking diesel v2.2.6 |
3261 | 2025-01-08T00:33:06.694Z | Compiling polar-core v0.27.3 |
3262 | 2025-01-08T00:33:10.019Z | Checking async-bb8-diesel v0.2.1 |
3263 | 2025-01-08T00:33:14.099Z | Checking oso v0.27.3 |
3264 | 2025-01-08T00:34:21.645Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3265 | 2025-01-08T00:34:27.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s |
3266 | 2025-01-08T00:34:27.919Z | |
3267 | 2025-01-08T00:34:27.920Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
3268 | 2025-01-08T00:34:28.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3269 | 2025-01-08T00:34:28.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3270 | 2025-01-08T00:34:28.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3271 | 2025-01-08T00:34:28.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3272 | 2025-01-08T00:34:28.605Z | |
3273 | 2025-01-08T00:34:28.605Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
3274 | 2025-01-08T00:34:29.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3275 | 2025-01-08T00:34:29.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3276 | 2025-01-08T00:34:29.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3277 | 2025-01-08T00:34:29.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3278 | 2025-01-08T00:34:29.283Z | |
3279 | 2025-01-08T00:34:29.283Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
3280 | 2025-01-08T00:34:29.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3281 | 2025-01-08T00:34:29.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3282 | 2025-01-08T00:34:29.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3283 | 2025-01-08T00:34:29.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3284 | 2025-01-08T00:34:29.901Z | |
3285 | 2025-01-08T00:34:29.901Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
3286 | 2025-01-08T00:34:30.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3287 | 2025-01-08T00:34:30.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3288 | 2025-01-08T00:34:30.707Z | Compiling libz-sys v1.1.20 |
3289 | 2025-01-08T00:34:30.822Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3290 | 2025-01-08T00:34:30.834Z | Compiling vergen v8.3.2 |
3291 | 2025-01-08T00:34:30.837Z | Compiling cargo-platform v0.1.8 |
3292 | 2025-01-08T00:34:30.837Z | Compiling pin-project-internal v1.1.6 |
3293 | 2025-01-08T00:34:30.870Z | Compiling libsqlite3-sys v0.30.1 |
3294 | 2025-01-08T00:34:30.872Z | Compiling snafu-derive v0.8.5 |
3295 | 2025-01-08T00:34:30.872Z | Compiling rustls v0.21.12 |
3296 | 2025-01-08T00:34:31.126Z | Compiling cfg_aliases v0.2.1 |
3297 | 2025-01-08T00:34:31.170Z | Compiling cargo_metadata v0.18.1 |
3298 | 2025-01-08T00:34:31.239Z | Compiling buf-list v1.0.3 |
3299 | 2025-01-08T00:34:31.424Z | Compiling nix v0.29.0 |
3300 | 2025-01-08T00:34:31.475Z | Checking globset v0.4.15 |
3301 | 2025-01-08T00:34:31.800Z | Checking olpc-cjson v0.1.4 |
3302 | 2025-01-08T00:34:31.930Z | Checking sct v0.7.1 |
3303 | 2025-01-08T00:34:32.024Z | Checking rustls-webpki v0.101.7 |
3304 | 2025-01-08T00:34:32.052Z | Checking serde_plain v1.0.2 |
3305 | 2025-01-08T00:34:32.121Z | Checking typed-path v0.9.3 |
3306 | 2025-01-08T00:34:32.633Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3307 | 2025-01-08T00:34:32.748Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3308 | 2025-01-08T00:34:32.900Z | Checking hashlink v0.9.1 |
3309 | 2025-01-08T00:34:33.014Z | Checking parse-size v1.1.0 |
3310 | 2025-01-08T00:34:33.203Z | Checking fallible-iterator v0.3.0 |
3311 | 2025-01-08T00:34:33.517Z | Checking fallible-streaming-iterator v0.1.9 |
3312 | 2025-01-08T00:34:33.809Z | Checking rusqlite v0.32.1 |
3313 | 2025-01-08T00:34:33.940Z | Checking pin-project v1.1.6 |
3314 | 2025-01-08T00:34:34.069Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3315 | 2025-01-08T00:34:34.090Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3316 | 2025-01-08T00:34:34.311Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3317 | 2025-01-08T00:34:34.645Z | Checking rustls-pemfile v1.0.4 |
3318 | 2025-01-08T00:34:34.862Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3319 | 2025-01-08T00:34:34.984Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3320 | 2025-01-08T00:34:35.035Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3321 | 2025-01-08T00:34:35.131Z | Checking twox-hash v1.6.3 |
3322 | 2025-01-08T00:34:35.171Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3323 | 2025-01-08T00:34:35.236Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3324 | 2025-01-08T00:34:35.541Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3325 | 2025-01-08T00:34:35.912Z | Checking tokio-rustls v0.24.1 |
3326 | 2025-01-08T00:34:36.131Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3327 | 2025-01-08T00:34:36.324Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3328 | 2025-01-08T00:34:36.345Z | Checking snafu v0.8.5 |
3329 | 2025-01-08T00:34:36.361Z | Checking fatfs v0.3.6 |
3330 | 2025-01-08T00:34:36.828Z | Checking tough v0.19.0 |
3331 | 2025-01-08T00:34:37.073Z | Checking assert_matches v1.5.0 |
3332 | 2025-01-08T00:34:40.772Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3333 | 2025-01-08T00:34:42.164Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3334 | 2025-01-08T00:34:43.426Z | Compiling git2 v0.19.0 |
3335 | 2025-01-08T00:34:48.210Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3336 | 2025-01-08T00:35:41.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3337 | 2025-01-08T00:35:41.798Z | |
3338 | 2025-01-08T00:35:41.799Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
3339 | 2025-01-08T00:35:42.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3340 | 2025-01-08T00:35:42.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3341 | 2025-01-08T00:35:42.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3342 | 2025-01-08T00:35:42.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3343 | 2025-01-08T00:35:42.491Z | |
3344 | 2025-01-08T00:35:42.491Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
3345 | 2025-01-08T00:35:43.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3346 | 2025-01-08T00:35:43.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3347 | 2025-01-08T00:35:43.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3348 | 2025-01-08T00:35:43.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3349 | 2025-01-08T00:35:43.114Z | |
3350 | 2025-01-08T00:35:43.114Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
3351 | 2025-01-08T00:35:43.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3352 | 2025-01-08T00:35:43.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3353 | 2025-01-08T00:35:43.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3354 | 2025-01-08T00:35:43.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3355 | 2025-01-08T00:35:43.776Z | |
3356 | 2025-01-08T00:35:43.776Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
3357 | 2025-01-08T00:35:44.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3358 | 2025-01-08T00:35:44.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3359 | 2025-01-08T00:35:44.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3360 | 2025-01-08T00:35:44.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3361 | 2025-01-08T00:35:44.450Z | |
3362 | 2025-01-08T00:35:44.450Z | info: running `cargo check --bins` on nexus-networking (152/176) |
3363 | 2025-01-08T00:35:45.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3364 | 2025-01-08T00:35:45.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3365 | 2025-01-08T00:35:45.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3366 | 2025-01-08T00:35:45.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3367 | 2025-01-08T00:35:45.133Z | |
3368 | 2025-01-08T00:35:45.133Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
3369 | 2025-01-08T00:35:45.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3370 | 2025-01-08T00:35:45.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3371 | 2025-01-08T00:35:45.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3372 | 2025-01-08T00:35:45.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3373 | 2025-01-08T00:35:45.811Z | |
3374 | 2025-01-08T00:35:45.811Z | info: running `cargo check --bins` on update-common (154/176) |
3375 | 2025-01-08T00:35:46.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3376 | 2025-01-08T00:35:46.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3377 | 2025-01-08T00:35:46.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3378 | 2025-01-08T00:35:46.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3379 | 2025-01-08T00:35:46.471Z | |
3380 | 2025-01-08T00:35:46.471Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
3381 | 2025-01-08T00:35:47.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3382 | 2025-01-08T00:35:47.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3383 | 2025-01-08T00:35:47.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3384 | 2025-01-08T00:35:47.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3385 | 2025-01-08T00:35:47.120Z | |
3386 | 2025-01-08T00:35:47.121Z | info: running `cargo check --bins` on tufaceous (156/176) |
3387 | 2025-01-08T00:35:47.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3388 | 2025-01-08T00:35:47.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3389 | 2025-01-08T00:35:47.811Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3390 | 2025-01-08T00:35:49.039Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3391 | 2025-01-08T00:35:49.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.80s |
3392 | 2025-01-08T00:35:50.113Z | |
3393 | 2025-01-08T00:35:50.113Z | info: running `cargo check --bins` on omicron-dev (157/176) |
3394 | 2025-01-08T00:35:50.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3395 | 2025-01-08T00:35:50.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3396 | 2025-01-08T00:35:50.954Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3397 | 2025-01-08T00:35:50.959Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3398 | 2025-01-08T00:35:51.093Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3399 | 2025-01-08T00:35:51.095Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3400 | 2025-01-08T00:35:52.133Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3401 | 2025-01-08T00:36:18.215Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3402 | 2025-01-08T00:36:18.215Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3403 | 2025-01-08T00:36:18.218Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3404 | 2025-01-08T00:36:18.218Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3405 | 2025-01-08T00:36:18.218Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3406 | 2025-01-08T00:36:19.181Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3407 | 2025-01-08T00:36:20.448Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3408 | 2025-01-08T00:36:58.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
3409 | 2025-01-08T00:36:59.149Z | |
3410 | 2025-01-08T00:36:59.149Z | info: running `cargo check --bins` on openapi-manager (158/176) |
3411 | 2025-01-08T00:36:59.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3412 | 2025-01-08T00:36:59.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3413 | 2025-01-08T00:36:59.718Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3414 | 2025-01-08T00:36:59.718Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3415 | 2025-01-08T00:36:59.728Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3416 | 2025-01-08T00:36:59.847Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3417 | 2025-01-08T00:36:59.849Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3418 | 2025-01-08T00:36:59.871Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3419 | 2025-01-08T00:36:59.876Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3420 | 2025-01-08T00:36:59.887Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3421 | 2025-01-08T00:37:00.028Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3422 | 2025-01-08T00:37:00.088Z | Checking heck v0.4.1 |
3423 | 2025-01-08T00:37:00.167Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3424 | 2025-01-08T00:37:00.329Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3425 | 2025-01-08T00:37:00.501Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3426 | 2025-01-08T00:37:00.566Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3427 | 2025-01-08T00:37:01.011Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3428 | 2025-01-08T00:37:01.203Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3429 | 2025-01-08T00:37:01.360Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3430 | 2025-01-08T00:37:02.483Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3431 | 2025-01-08T00:37:03.397Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3432 | 2025-01-08T00:37:03.400Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3433 | 2025-01-08T00:37:03.710Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3434 | 2025-01-08T00:37:05.948Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3435 | 2025-01-08T00:37:05.965Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3436 | 2025-01-08T00:37:06.960Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3437 | 2025-01-08T00:37:08.517Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3438 | 2025-01-08T00:37:14.669Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3439 | 2025-01-08T00:37:14.669Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3440 | 2025-01-08T00:37:15.898Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3441 | 2025-01-08T00:37:17.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.98s |
3442 | 2025-01-08T00:37:17.189Z | |
3443 | 2025-01-08T00:37:17.189Z | info: running `cargo check --bins` on installinator-api (159/176) |
3444 | 2025-01-08T00:37:17.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3445 | 2025-01-08T00:37:17.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3446 | 2025-01-08T00:37:17.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3447 | 2025-01-08T00:37:17.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3448 | 2025-01-08T00:37:17.832Z | |
3449 | 2025-01-08T00:37:17.832Z | info: running `cargo check --bins` on wicketd-api (160/176) |
3450 | 2025-01-08T00:37:18.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3451 | 2025-01-08T00:37:18.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3452 | 2025-01-08T00:37:18.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3453 | 2025-01-08T00:37:18.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3454 | 2025-01-08T00:37:18.492Z | |
3455 | 2025-01-08T00:37:18.492Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
3456 | 2025-01-08T00:37:19.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3457 | 2025-01-08T00:37:19.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3458 | 2025-01-08T00:37:19.186Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3459 | 2025-01-08T00:37:19.186Z | Compiling petname v2.0.2 |
3460 | 2025-01-08T00:37:19.189Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3461 | 2025-01-08T00:37:19.189Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3462 | 2025-01-08T00:37:19.189Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3463 | 2025-01-08T00:37:19.292Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3464 | 2025-01-08T00:37:19.312Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3465 | 2025-01-08T00:37:19.337Z | Checking sync-ptr v0.1.1 |
3466 | 2025-01-08T00:37:24.965Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3467 | 2025-01-08T00:37:25.621Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3468 | 2025-01-08T00:37:26.821Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3469 | 2025-01-08T00:37:28.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.92s |
3470 | 2025-01-08T00:37:28.596Z | |
3471 | 2025-01-08T00:37:28.596Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
3472 | 2025-01-08T00:37:29.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3473 | 2025-01-08T00:37:29.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3474 | 2025-01-08T00:37:29.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3475 | 2025-01-08T00:37:29.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3476 | 2025-01-08T00:37:29.267Z | |
3477 | 2025-01-08T00:37:29.267Z | info: running `cargo check --bins` on omicron-releng (163/176) |
3478 | 2025-01-08T00:37:29.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3479 | 2025-01-08T00:37:29.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3480 | 2025-01-08T00:37:29.939Z | Checking memmap2 v0.9.5 |
3481 | 2025-01-08T00:37:29.939Z | Checking arrayvec v0.7.6 |
3482 | 2025-01-08T00:37:29.943Z | Checking constant_time_eq v0.3.1 |
3483 | 2025-01-08T00:37:29.944Z | Checking arrayref v0.3.9 |
3484 | 2025-01-08T00:37:29.944Z | Checking topological-sort v0.2.2 |
3485 | 2025-01-08T00:37:29.944Z | Checking shell-words v1.1.0 |
3486 | 2025-01-08T00:37:30.316Z | Checking blake3 v1.5.4 |
3487 | 2025-01-08T00:37:30.666Z | Checking omicron-zone-package v0.12.0 |
3488 | 2025-01-08T00:37:31.888Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3489 | 2025-01-08T00:37:32.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
3490 | 2025-01-08T00:37:32.986Z | |
3491 | 2025-01-08T00:37:32.987Z | info: running `cargo check --bins` on xtask (164/176) |
3492 | 2025-01-08T00:37:33.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3493 | 2025-01-08T00:37:33.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3494 | 2025-01-08T00:37:33.421Z | Checking bitflags v2.6.0 |
3495 | 2025-01-08T00:37:33.425Z | Checking serde v1.0.215 |
3496 | 2025-01-08T00:37:33.425Z | Checking thiserror v1.0.69 |
3497 | 2025-01-08T00:37:33.505Z | Checking scroll v0.12.0 |
3498 | 2025-01-08T00:37:33.519Z | Checking hashbrown v0.15.1 |
3499 | 2025-01-08T00:37:33.522Z | Checking log v0.4.22 |
3500 | 2025-01-08T00:37:33.526Z | Checking zerocopy v0.7.35 |
3501 | 2025-01-08T00:37:33.545Z | Checking syn v2.0.87 |
3502 | 2025-01-08T00:37:33.604Z | Checking pest v2.7.14 |
3503 | 2025-01-08T00:37:33.755Z | Checking rustix v0.38.37 |
3504 | 2025-01-08T00:37:33.775Z | Checking once_cell v1.20.2 |
3505 | 2025-01-08T00:37:33.972Z | Checking goblin v0.8.2 |
3506 | 2025-01-08T00:37:34.074Z | Checking fs-err v2.11.0 |
3507 | 2025-01-08T00:37:34.400Z | Checking tabled v0.15.0 |
3508 | 2025-01-08T00:37:34.583Z | Checking indexmap v2.6.0 |
3509 | 2025-01-08T00:37:34.876Z | Checking anyhow v1.0.93 |
3510 | 2025-01-08T00:37:35.815Z | Checking terminal_size v0.4.0 |
3511 | 2025-01-08T00:37:35.815Z | Checking tempfile v3.13.0 |
3512 | 2025-01-08T00:37:35.954Z | Checking clap_builder v4.5.21 |
3513 | 2025-01-08T00:37:35.980Z | Checking dtrace-parser v0.2.0 |
3514 | 2025-01-08T00:37:37.857Z | Checking serde_json v1.0.133 |
3515 | 2025-01-08T00:37:37.857Z | Checking toml_datetime v0.6.8 |
3516 | 2025-01-08T00:37:37.857Z | Checking serde_spanned v0.6.8 |
3517 | 2025-01-08T00:37:37.860Z | Checking camino v1.1.9 |
3518 | 2025-01-08T00:37:37.860Z | Checking semver v1.0.23 |
3519 | 2025-01-08T00:37:37.860Z | Checking cargo-platform v0.1.8 |
3520 | 2025-01-08T00:37:38.084Z | Checking macaddr v1.0.1 |
3521 | 2025-01-08T00:37:38.202Z | Checking toml_edit v0.22.22 |
3522 | 2025-01-08T00:37:38.364Z | Checking camino-tempfile v1.1.1 |
3523 | 2025-01-08T00:37:38.517Z | Checking clap v4.5.21 |
3524 | 2025-01-08T00:37:39.013Z | Checking dof v0.3.0 |
3525 | 2025-01-08T00:37:39.014Z | Checking cargo_metadata v0.18.1 |
3526 | 2025-01-08T00:37:39.431Z | Checking usdt-impl v0.5.0 |
3527 | 2025-01-08T00:37:39.788Z | Checking usdt v0.5.0 |
3528 | 2025-01-08T00:37:39.983Z | Checking toml v0.8.19 |
3529 | 2025-01-08T00:37:40.433Z | Checking cargo_toml v0.20.5 |
3530 | 2025-01-08T00:37:41.647Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3531 | 2025-01-08T00:37:42.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s |
3532 | 2025-01-08T00:37:42.360Z | |
3533 | 2025-01-08T00:37:42.360Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
3534 | 2025-01-08T00:37:42.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3535 | 2025-01-08T00:37:43.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3536 | 2025-01-08T00:37:43.122Z | Checking polyval v0.6.2 |
3537 | 2025-01-08T00:37:43.234Z | Checking ctr v0.9.2 |
3538 | 2025-01-08T00:37:43.246Z | Checking ssh-encoding v0.2.0 |
3539 | 2025-01-08T00:37:43.258Z | Checking blowfish v0.9.1 |
3540 | 2025-01-08T00:37:43.267Z | Checking password-hash v0.4.2 |
3541 | 2025-01-08T00:37:43.273Z | Checking matches v0.1.10 |
3542 | 2025-01-08T00:37:43.292Z | Checking p256 v0.13.2 |
3543 | 2025-01-08T00:37:43.292Z | Checking p521 v0.13.3 |
3544 | 2025-01-08T00:37:43.366Z | Checking idna v0.2.3 |
3545 | 2025-01-08T00:37:43.467Z | Checking ghash v0.5.1 |
3546 | 2025-01-08T00:37:43.473Z | Checking bcrypt-pbkdf v0.10.0 |
3547 | 2025-01-08T00:37:43.528Z | Compiling enum-as-inner v0.5.1 |
3548 | 2025-01-08T00:37:43.546Z | Checking russh-cryptovec v0.7.3 |
3549 | 2025-01-08T00:37:43.656Z | Checking aes-gcm v0.10.3 |
3550 | 2025-01-08T00:37:43.678Z | Checking pbkdf2 v0.11.0 |
3551 | 2025-01-08T00:37:43.739Z | Checking md5 v0.7.0 |
3552 | 2025-01-08T00:37:43.760Z | Checking num-bigint v0.4.6 |
3553 | 2025-01-08T00:37:43.781Z | Checking des v0.8.1 |
3554 | 2025-01-08T00:37:43.898Z | Checking ssh-cipher v0.2.0 |
3555 | 2025-01-08T00:37:43.959Z | Compiling dhcproto-macros v0.1.0 |
3556 | 2025-01-08T00:37:44.022Z | Checking hex-literal v0.4.1 |
3557 | 2025-01-08T00:37:44.048Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3558 | 2025-01-08T00:37:44.161Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3559 | 2025-01-08T00:37:44.183Z | Checking ssh-key v0.6.6 |
3560 | 2025-01-08T00:37:44.220Z | Checking internet-checksum v0.2.1 |
3561 | 2025-01-08T00:37:44.526Z | Checking trust-dns-proto v0.22.0 |
3562 | 2025-01-08T00:37:45.508Z | Checking russh-keys v0.45.0 |
3563 | 2025-01-08T00:37:49.083Z | Checking russh v0.45.0 |
3564 | 2025-01-08T00:37:49.109Z | Checking dhcproto v0.12.0 |
3565 | 2025-01-08T00:38:04.453Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3566 | 2025-01-08T00:38:05.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.51s |
3567 | 2025-01-08T00:38:06.076Z | |
3568 | 2025-01-08T00:38:06.076Z | info: running `cargo check --bins` on gateway-cli (166/176) |
3569 | 2025-01-08T00:38:06.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3570 | 2025-01-08T00:38:06.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3571 | 2025-01-08T00:38:06.722Z | Checking termios v0.3.3 |
3572 | 2025-01-08T00:38:06.939Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3573 | 2025-01-08T00:38:07.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3574 | 2025-01-08T00:38:07.882Z | |
3575 | 2025-01-08T00:38:07.882Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
3576 | 2025-01-08T00:38:08.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3577 | 2025-01-08T00:38:08.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3578 | 2025-01-08T00:38:08.583Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3579 | 2025-01-08T00:38:08.583Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3580 | 2025-01-08T00:38:08.586Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3581 | 2025-01-08T00:38:08.586Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3582 | 2025-01-08T00:38:09.647Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3583 | 2025-01-08T00:38:10.961Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3584 | 2025-01-08T00:38:12.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.97s |
3585 | 2025-01-08T00:38:13.037Z | |
3586 | 2025-01-08T00:38:13.037Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
3587 | 2025-01-08T00:38:13.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3588 | 2025-01-08T00:38:13.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3589 | 2025-01-08T00:38:13.676Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3590 | 2025-01-08T00:38:14.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3591 | 2025-01-08T00:38:14.336Z | |
3592 | 2025-01-08T00:38:14.336Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
3593 | 2025-01-08T00:38:14.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3594 | 2025-01-08T00:38:14.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3595 | 2025-01-08T00:38:14.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3596 | 2025-01-08T00:38:14.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3597 | 2025-01-08T00:38:14.953Z | |
3598 | 2025-01-08T00:38:14.953Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
3599 | 2025-01-08T00:38:15.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3600 | 2025-01-08T00:38:15.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3601 | 2025-01-08T00:38:15.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3602 | 2025-01-08T00:38:15.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3603 | 2025-01-08T00:38:15.566Z | |
3604 | 2025-01-08T00:38:15.566Z | info: running `cargo check --bins` on omicron-package (171/176) |
3605 | 2025-01-08T00:38:16.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3606 | 2025-01-08T00:38:16.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3607 | 2025-01-08T00:38:16.235Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3608 | 2025-01-08T00:38:17.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
3609 | 2025-01-08T00:38:17.839Z | |
3610 | 2025-01-08T00:38:17.839Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
3611 | 2025-01-08T00:38:18.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3612 | 2025-01-08T00:38:18.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3613 | 2025-01-08T00:38:18.542Z | Checking rtoolbox v0.0.2 |
3614 | 2025-01-08T00:38:18.545Z | Checking tui-tree-widget v0.22.0 |
3615 | 2025-01-08T00:38:18.545Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3616 | 2025-01-08T00:38:18.769Z | Checking rpassword v7.3.1 |
3617 | 2025-01-08T00:38:22.846Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3618 | 2025-01-08T00:38:25.893Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3619 | 2025-01-08T00:38:27.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.28s |
3620 | 2025-01-08T00:38:27.316Z | |
3621 | 2025-01-08T00:38:27.317Z | info: running `cargo check --bins` on wicket (173/176) |
3622 | 2025-01-08T00:38:27.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3623 | 2025-01-08T00:38:27.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3624 | 2025-01-08T00:38:28.009Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3625 | 2025-01-08T00:38:28.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3626 | 2025-01-08T00:38:28.644Z | |
3627 | 2025-01-08T00:38:28.644Z | info: running `cargo check --bins` on wicketd (174/176) |
3628 | 2025-01-08T00:38:29.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3629 | 2025-01-08T00:38:29.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3630 | 2025-01-08T00:38:29.351Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3631 | 2025-01-08T00:38:29.351Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3632 | 2025-01-08T00:38:30.219Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3633 | 2025-01-08T00:38:34.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
3634 | 2025-01-08T00:38:34.192Z | |
3635 | 2025-01-08T00:38:34.192Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
3636 | 2025-01-08T00:38:34.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3637 | 2025-01-08T00:38:34.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3638 | 2025-01-08T00:38:34.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3639 | 2025-01-08T00:38:34.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3640 | 2025-01-08T00:38:34.803Z | |
3641 | 2025-01-08T00:38:34.803Z | info: running `cargo check --bins` on zone-setup (176/176) |
3642 | 2025-01-08T00:38:35.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3643 | 2025-01-08T00:38:35.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3644 | 2025-01-08T00:38:35.529Z | Checking uzers v0.12.1 |
3645 | 2025-01-08T00:38:35.874Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3646 | 2025-01-08T00:38:37.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s |
3647 | 2025-01-08T00:38:37.291Z | |
3648 | 2025-01-08T00:38:37.291Z | real 13:50.369326846 |
3649 | 2025-01-08T00:38:37.291Z | user 25:52.186191364 |
3650 | 2025-01-08T00:38:37.294Z | sys 5:51.387557583 |
3651 | 2025-01-08T00:38:37.294Z | trap 0.511641926 |
3652 | 2025-01-08T00:38:37.294Z | tflt 2.360224881 |
3653 | 2025-01-08T00:38:37.294Z | dflt 2.969770353 |
3654 | 2025-01-08T00:38:37.294Z | kflt 0.001437767 |
3655 | 2025-01-08T00:38:37.295Z | lock 48:47.773120914 |
3656 | 2025-01-08T00:38:37.295Z | slp 2:15:46.356784371 |
3657 | 2025-01-08T00:38:37.295Z | lat 1:05.141888804 |
3658 | 2025-01-08T00:38:37.295Z | stop 3:27.758696435 |
3659 | 2025-01-08T00:38:37.295Z | process exited: duration 1197973 ms, exit code 0 |
|
3660 | 2025-01-08T00:38:37.302Z | found 0 output files |