|
|
|
1 | 2025-01-17T07:37:19.934Z | job assigned to worker 01JHSK2GMA0Q3636YWAD5MX7GH [factory aws, i-09e4fc616d0f8ede0] (queued for 48 s) |
|
2 | 2025-01-17T07:37:27.769Z | starting task 0: "setup" |
3 | 2025-01-17T07:37:27.779Z | ++ uname -s |
4 | 2025-01-17T07:37:27.782Z | + kern=SunOS |
5 | 2025-01-17T07:37:27.782Z | + case "$kern" in |
6 | 2025-01-17T07:37:27.782Z | + groupadd -g 12345 build |
7 | 2025-01-17T07:37:27.784Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-17T07:37:29.794Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-17T07:37:29.899Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-17T07:37:29.902Z | + home_fs=zfs |
11 | 2025-01-17T07:37:29.902Z | + [[ zfs == autofs ]] |
12 | 2025-01-17T07:37:29.902Z | + mkdir -p /home/build |
13 | 2025-01-17T07:37:29.904Z | + chown build:build /home/build /work |
14 | 2025-01-17T07:37:31.906Z | + chmod 0700 /home/build /work |
15 | 2025-01-17T07:37:31.910Z | process exited: duration 4140 ms, exit code 0 |
|
16 | 2025-01-17T07:37:31.915Z | starting task 1: "rust-toolchain" |
17 | 2025-01-17T07:37:31.921Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-17T07:37:31.921Z | ' 1.84.0 |
19 | 2025-01-17T07:37:31.921Z | * toolchain channel = "1.84.0" |
20 | 2025-01-17T07:37:31.922Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-17T07:37:31.922Z | ' default |
22 | 2025-01-17T07:37:31.922Z | * toolchain profile = "default" |
23 | 2025-01-17T07:37:31.925Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-17T07:37:31.925Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-17T07:37:32.047Z | info: downloading installer |
26 | 2025-01-17T07:37:33.398Z | info: profile set to 'default' |
27 | 2025-01-17T07:37:33.398Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-17T07:37:33.402Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-17T07:37:33.574Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-17T07:37:33.574Z | info: downloading component 'cargo' |
31 | 2025-01-17T07:37:34.630Z | info: downloading component 'clippy' |
32 | 2025-01-17T07:37:35.033Z | info: downloading component 'rust-docs' |
33 | 2025-01-17T07:37:36.473Z | info: downloading component 'rust-std' |
34 | 2025-01-17T07:37:38.606Z | info: downloading component 'rustc' |
35 | 2025-01-17T07:37:46.808Z | info: downloading component 'rustfmt' |
36 | 2025-01-17T07:37:47.115Z | info: installing component 'cargo' |
37 | 2025-01-17T07:37:47.930Z | info: installing component 'clippy' |
38 | 2025-01-17T07:37:48.305Z | info: installing component 'rust-docs' |
39 | 2025-01-17T07:37:49.984Z | info: installing component 'rust-std' |
40 | 2025-01-17T07:37:51.690Z | info: installing component 'rustc' |
41 | 2025-01-17T07:37:57.726Z | info: installing component 'rustfmt' |
42 | 2025-01-17T07:37:58.057Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-17T07:37:58.057Z | |
44 | 2025-01-17T07:37:58.449Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-17T07:37:58.450Z | |
46 | 2025-01-17T07:37:58.455Z | |
47 | 2025-01-17T07:37:58.455Z | Rust is installed now. Great! |
48 | 2025-01-17T07:37:58.455Z | |
49 | 2025-01-17T07:37:58.455Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-17T07:37:58.455Z | environment variable. This has not been done automatically. |
51 | 2025-01-17T07:37:58.455Z | |
52 | 2025-01-17T07:37:58.455Z | To configure your current shell, you need to source |
53 | 2025-01-17T07:37:58.455Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-17T07:37:58.455Z | |
55 | 2025-01-17T07:37:58.455Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-17T07:37:58.455Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-17T07:37:58.455Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-17T07:37:58.534Z | + rustc --version |
59 | 2025-01-17T07:37:58.602Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-17T07:37:58.605Z | process exited: duration 26676 ms, exit code 0 |
|
61 | 2025-01-17T07:37:58.610Z | starting task 2: "authentication" |
62 | 2025-01-17T07:37:58.636Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-17T07:37:58.642Z | starting task 3: "clone repository" |
64 | 2025-01-17T07:37:58.648Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-17T07:37:58.652Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-17T07:37:58.696Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-17T07:38:05.659Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-17T07:38:05.659Z | + git fetch origin b84b8458e98887045a2851c27597bc604bfa9b96 |
69 | 2025-01-17T07:38:05.984Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-17T07:38:05.984Z | * branch b84b8458e98887045a2851c27597bc604bfa9b96 -> FETCH_HEAD |
71 | 2025-01-17T07:38:05.995Z | + [[ -n renovate/hyper-staticfile-0.x ]] |
72 | 2025-01-17T07:38:05.997Z | ++ git branch --show-current |
73 | 2025-01-17T07:38:06.000Z | + current=main |
74 | 2025-01-17T07:38:06.000Z | + [[ main != renovate/hyper-staticfile-0.x ]] |
75 | 2025-01-17T07:38:06.000Z | + git branch -f renovate/hyper-staticfile-0.x b84b8458e98887045a2851c27597bc604bfa9b96 |
76 | 2025-01-17T07:38:06.003Z | + git checkout -f renovate/hyper-staticfile-0.x |
77 | 2025-01-17T07:38:06.181Z | Switched to branch 'renovate/hyper-staticfile-0.x' |
78 | 2025-01-17T07:38:06.183Z | + git reset --hard b84b8458e98887045a2851c27597bc604bfa9b96 |
79 | 2025-01-17T07:38:06.197Z | HEAD is now at b84b8458e Update Rust crate hyper-staticfile to 0.10.1 |
80 | 2025-01-17T07:38:06.200Z | process exited: duration 7552 ms, exit code 0 |
|
81 | 2025-01-17T07:38:06.205Z | starting task 4: "build" |
82 | 2025-01-17T07:38:06.210Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-17T07:38:06.210Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-17T07:38:06.210Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-17T07:38:06.213Z | + cargo --version |
86 | 2025-01-17T07:38:06.270Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-17T07:38:06.274Z | + rustc --version |
88 | 2025-01-17T07:38:06.334Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-17T07:38:06.337Z | + source ./env.sh |
90 | 2025-01-17T07:38:06.337Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-17T07:38:06.337Z | ++ set -o xtrace |
92 | 2025-01-17T07:38:06.339Z | ++++ dirname ./env.sh |
93 | 2025-01-17T07:38:06.343Z | +++ readlink -f . |
94 | 2025-01-17T07:38:06.345Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-17T07:38:06.346Z | ++ 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-17T07:38:06.346Z | ++ 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-17T07:38:06.346Z | ++ 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-17T07:38:06.346Z | ++ 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-17T07:38:06.347Z | ++ 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-17T07:38:06.347Z | ++ 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-17T07:38:06.347Z | ++ 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-17T07:38:06.347Z | ++ 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-17T07:38:06.347Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-17T07:38:06.347Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-17T07:38:06.347Z | + 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-17T07:38:06.347Z | + 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-17T07:38:06.347Z | + banner prerequisites |
108 | 2025-01-17T07:38:06.349Z | |
109 | 2025-01-17T07:38:06.349Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-17T07:38:06.349Z | # # # # # # # # # # # # # # # |
111 | 2025-01-17T07:38:06.350Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-17T07:38:06.350Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-17T07:38:06.350Z | # # # # # # # # # # # # # # # |
114 | 2025-01-17T07:38:06.350Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-17T07:38:06.350Z | |
116 | 2025-01-17T07:38:06.350Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-17T07:38:08.044Z | pkg list: illegal option -- F |
118 | 2025-01-17T07:38:08.044Z | Usage: |
119 | 2025-01-17T07:38:08.047Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-17T07:38:08.047Z | [pkg_fmri_pattern ...] |
121 | 2025-01-17T07:38:08.896Z | pkg list: illegal option -- F |
122 | 2025-01-17T07:38:08.896Z | Usage: |
123 | 2025-01-17T07:38:08.899Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
124 | 2025-01-17T07:38:08.899Z | [pkg_fmri_pattern ...] |
125 | 2025-01-17T07:38:21.405Z | Startup: Refreshing catalog 'helios-dev' ... Done |
126 | 2025-01-17T07:38:25.484Z | Startup: Caching catalogs ... Done |
127 | 2025-01-17T07:38:36.908Z | Planning: Solver setup ... Done (10.604s) |
128 | 2025-01-17T07:38:37.055Z | Planning: Running solver ... Done (0.147s) |
129 | 2025-01-17T07:38:37.169Z | Planning: Finding local manifests ... Done (0.008s) |
130 | 2025-01-17T07:38:37.198Z | Planning: Fetching manifests: 0/7 0% complete |
131 | 2025-01-17T07:38:38.644Z | Planning: Fetching manifests: 7/7 100% complete |
132 | 2025-01-17T07:38:38.759Z | Planning: Package planning ... Done (0.111s) |
133 | 2025-01-17T07:38:38.836Z | Planning: Merging actions ... Done (0.057s) |
134 | 2025-01-17T07:38:39.024Z | Planning: Checking for conflicting actions ... Done (0.199s) |
135 | 2025-01-17T07:38:41.051Z | Planning: Consolidating action changes ... Done (2.037s) |
136 | 2025-01-17T07:38:41.489Z | Planning: Evaluating mediators ... Done (0.438s) |
137 | 2025-01-17T07:38:41.569Z | Planning: Planning completed in 15.98 seconds |
138 | 2025-01-17T07:38:41.588Z | Packages to install: 4 |
139 | 2025-01-17T07:38:41.588Z | Packages to update: 3 |
140 | 2025-01-17T07:38:41.593Z | Mediators to change: 2 |
141 | 2025-01-17T07:38:41.593Z | Services to change: 1 |
142 | 2025-01-17T07:38:41.593Z | Estimated space available: 155.61 GB |
143 | 2025-01-17T07:38:41.593Z | Estimated space to be consumed: 1.64 GB |
144 | 2025-01-17T07:38:41.594Z | Create boot environment: No |
145 | 2025-01-17T07:38:41.594Z | Create backup boot environment: Yes |
146 | 2025-01-17T07:38:41.594Z | Rebuild boot archive: No |
147 | 2025-01-17T07:38:41.594Z | |
148 | 2025-01-17T07:38:41.594Z | Changed mediators: |
149 | 2025-01-17T07:38:41.594Z | mediator clang: |
150 | 2025-01-17T07:38:41.594Z | version: None -> 15 (system default) |
151 | 2025-01-17T07:38:41.594Z | |
152 | 2025-01-17T07:38:41.594Z | mediator llvm: |
153 | 2025-01-17T07:38:41.594Z | version: 14 (system default) -> 15 (system default) |
154 | 2025-01-17T07:38:41.594Z | |
155 | 2025-01-17T07:38:41.594Z | Changed packages: |
156 | 2025-01-17T07:38:41.594Z | helios-dev |
157 | 2025-01-17T07:38:41.594Z | developer/build-essential |
158 | 2025-01-17T07:38:41.594Z | None -> 11-2.0 |
159 | 2025-01-17T07:38:41.594Z | library/libxmlsec1 |
160 | 2025-01-17T07:38:41.594Z | None -> 1.2.35-2.0 |
161 | 2025-01-17T07:38:41.594Z | ooce/developer/clang-15 |
162 | 2025-01-17T07:38:41.594Z | None -> 15.0.7-2.0 |
163 | 2025-01-17T07:38:41.594Z | ooce/developer/llvm-15 |
164 | 2025-01-17T07:38:41.594Z | None -> 15.0.7-2.0 |
165 | 2025-01-17T07:38:41.594Z | package/pkg |
166 | 2025-01-17T07:38:41.594Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
167 | 2025-01-17T07:38:41.594Z | system/library/g++-runtime |
168 | 2025-01-17T07:38:41.595Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-17T07:38:41.595Z | system/library/gcc-runtime |
170 | 2025-01-17T07:38:41.595Z | 13-2.0 -> 14-2.0 |
171 | 2025-01-17T07:38:41.595Z | |
172 | 2025-01-17T07:38:41.595Z | Services: |
173 | 2025-01-17T07:38:41.595Z | restart_fmri: |
174 | 2025-01-17T07:38:41.595Z | svc:/system/update-man-index:default |
175 | 2025-01-17T07:38:41.595Z | |
176 | 2025-01-17T07:38:41.595Z | Editable files to change: |
177 | 2025-01-17T07:38:41.597Z | Update: |
178 | 2025-01-17T07:38:41.597Z | usr/share/lib/pkg/web/config.shtml |
179 | 2025-01-17T07:38:41.670Z | |
180 | 2025-01-17T07:38:41.670Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
181 | 2025-01-17T07:38:47.845Z | Download: 212/4301 items 1.3/225.4MB 0% complete (412k/s) |
182 | 2025-01-17T07:38:52.817Z | Download: 636/4301 items 17.9/225.4MB 7% complete (1.8M/s) |
183 | 2025-01-17T07:38:57.821Z | Download: 1046/4301 items 19.7/225.4MB 8% complete (1.9M/s) |
184 | 2025-01-17T07:39:04.880Z | Download: 1196/4301 items 83.4/225.4MB 36% complete (6.9M/s) |
185 | 2025-01-17T07:39:09.883Z | Download: 1371/4301 items 114.8/225.4MB 50% complete (4.2M/s) |
186 | 2025-01-17T07:39:14.903Z | Download: 1829/4301 items 117.6/225.4MB 52% complete (3.5M/s) |
187 | 2025-01-17T07:39:19.957Z | Download: 2131/4301 items 118.1/225.4MB 52% complete (455k/s) |
188 | 2025-01-17T07:39:40.841Z | Download: 2223/4301 items 119.2/225.4MB 52% complete |
189 | 2025-01-17T07:39:45.864Z | Download: 2647/4301 items 120.6/225.4MB 53% complete (288k/s) |
190 | 2025-01-17T07:39:50.866Z | Download: 3198/4301 items 158.4/225.4MB 70% complete (3.8M/s) |
191 | 2025-01-17T07:40:00.155Z | Download: 3247/4301 items 203.1/225.4MB 90% complete (8.3M/s) |
192 | 2025-01-17T07:40:13.607Z | Download: 3248/4301 items 203.1/225.4MB 90% complete |
193 | 2025-01-17T07:40:18.611Z | Download: 4128/4301 items 220.0/225.4MB 97% complete (3.4M/s) |
194 | 2025-01-17T07:40:19.657Z | Download: Completed 225.42 MB in 97.94 seconds (2.3M/s) |
195 | 2025-01-17T07:40:22.061Z | Actions: 1/5122 actions (Removing old actions) |
196 | 2025-01-17T07:40:22.084Z | Actions: 194/5122 actions (Installing new actions) |
197 | 2025-01-17T07:40:26.806Z | Actions: 4267/5122 actions (Updating modified actions) |
198 | 2025-01-17T07:40:27.168Z | Actions: Completed 5122 actions in 5.10 seconds. |
199 | 2025-01-17T07:40:27.577Z | Done (0.401s) |
200 | 2025-01-17T07:40:27.580Z | Done (0.001s) |
201 | 2025-01-17T07:40:28.157Z | Done (0.578s) |
202 | 2025-01-17T07:40:32.737Z | Done (4.347s) |
203 | 2025-01-17T07:40:32.823Z | Done (0.019s) |
204 | 2025-01-17T07:40:32.826Z | Done (0.000s) |
205 | 2025-01-17T07:40:33.005Z | Done (0.000s) |
206 | 2025-01-17T07:40:33.701Z | Planning: Evaluating mediator changes ... Done |
207 | 2025-01-17T07:40:33.863Z | Planning: Checking for conflicting actions ... Done |
208 | 2025-01-17T07:40:33.866Z | Planning: Consolidating action changes ... Done |
209 | 2025-01-17T07:40:34.131Z | Planning: Evaluating mediators ... Done |
210 | 2025-01-17T07:40:34.134Z | Planning: Planning completed in 0.43 seconds |
211 | 2025-01-17T07:40:34.171Z | Mediators to change: 2 |
212 | 2025-01-17T07:40:34.174Z | Create boot environment: No |
213 | 2025-01-17T07:40:34.174Z | Create backup boot environment: No |
214 | 2025-01-17T07:40:34.251Z | Done |
215 | 2025-01-17T07:40:34.251Z | Done |
216 | 2025-01-17T07:40:34.628Z | Done |
217 | 2025-01-17T07:40:38.213Z | Done |
218 | 2025-01-17T07:40:38.303Z | Done |
219 | 2025-01-17T07:40:38.308Z | Done |
220 | 2025-01-17T07:40:38.441Z | Done |
221 | 2025-01-17T07:40:39.055Z | Planning: Evaluating mediator changes ... Done |
222 | 2025-01-17T07:40:39.060Z | Planning: Merging actions ... Done |
223 | 2025-01-17T07:40:39.244Z | Planning: Checking for conflicting actions ... Done |
224 | 2025-01-17T07:40:39.248Z | Planning: Consolidating action changes ... Done |
225 | 2025-01-17T07:40:39.507Z | Planning: Evaluating mediators ... Done |
226 | 2025-01-17T07:40:39.562Z | Planning: Planning completed in 0.75 seconds |
227 | 2025-01-17T07:40:39.604Z | Packages to change: 1 |
228 | 2025-01-17T07:40:39.604Z | Mediators to change: 1 |
229 | 2025-01-17T07:40:39.606Z | Services to change: 1 |
230 | 2025-01-17T07:40:39.606Z | Create boot environment: No |
231 | 2025-01-17T07:40:39.606Z | Create backup boot environment: Yes |
232 | 2025-01-17T07:40:41.810Z | Actions: 1/6 actions (Updating modified actions) |
233 | 2025-01-17T07:40:41.813Z | Actions: Completed 6 actions in 0.00 seconds. |
234 | 2025-01-17T07:40:41.813Z | Done |
235 | 2025-01-17T07:40:41.813Z | Done |
236 | 2025-01-17T07:40:41.931Z | Done |
237 | 2025-01-17T07:40:45.555Z | Done |
238 | 2025-01-17T07:40:45.645Z | Done |
239 | 2025-01-17T07:40:45.648Z | Done |
240 | 2025-01-17T07:40:45.790Z | Done |
241 | 2025-01-17T07:40:46.222Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
242 | 2025-01-17T07:40:46.222Z | clang system 15 system |
243 | 2025-01-17T07:40:46.222Z | csh system system illumos |
244 | 2025-01-17T07:40:46.222Z | ctags system system illumos |
245 | 2025-01-17T07:40:46.222Z | gcc vendor 12 vendor |
246 | 2025-01-17T07:40:46.223Z | gcc system 10 system |
247 | 2025-01-17T07:40:46.223Z | gcc system 7 system |
248 | 2025-01-17T07:40:46.223Z | go system 1.20 system |
249 | 2025-01-17T07:40:46.223Z | go system 1.19 system |
250 | 2025-01-17T07:40:46.223Z | llvm system 15 system |
251 | 2025-01-17T07:40:46.223Z | llvm system 14 system |
252 | 2025-01-17T07:40:46.223Z | mariadb system 10.6 system |
253 | 2025-01-17T07:40:46.223Z | mta vendor vendor dma |
254 | 2025-01-17T07:40:46.223Z | openjdk system 17 system |
255 | 2025-01-17T07:40:46.223Z | openjdk system 11 system |
256 | 2025-01-17T07:40:46.223Z | openjdk system 1.8 system |
257 | 2025-01-17T07:40:46.223Z | openssl vendor 3 vendor |
258 | 2025-01-17T07:40:46.223Z | perl system 5.36 system |
259 | 2025-01-17T07:40:46.223Z | postgresql system 15 system |
260 | 2025-01-17T07:40:46.223Z | postgresql system 13 system |
261 | 2025-01-17T07:40:46.223Z | python vendor 3 vendor |
262 | 2025-01-17T07:40:46.223Z | python system 2 system |
263 | 2025-01-17T07:40:46.223Z | python3 system 3.11 system |
264 | 2025-01-17T07:40:46.223Z | ruby system 3.0 system |
265 | 2025-01-17T07:40:46.223Z | words vendor vendor american-english |
266 | 2025-01-17T07:40:46.223Z | words system system australian-english |
267 | 2025-01-17T07:40:46.223Z | words system system british-english |
268 | 2025-01-17T07:40:46.223Z | words system system canadian-english |
269 | 2025-01-17T07:40:46.224Z | words system system french |
270 | 2025-01-17T07:40:46.224Z | words system system italian |
271 | 2025-01-17T07:40:46.224Z | words system system ngerman |
272 | 2025-01-17T07:40:46.224Z | words system system ogerman |
273 | 2025-01-17T07:40:46.224Z | words system system spanish |
274 | 2025-01-17T07:40:46.554Z | PUBLISHER TYPE STATUS P LOCATION |
275 | 2025-01-17T07:40:46.554Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
276 | 2025-01-17T07:40:49.336Z | FMRI IFO |
277 | 2025-01-17T07:40:49.336Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
278 | 2025-01-17T07:40:49.336Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
279 | 2025-01-17T07:40:49.336Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
280 | 2025-01-17T07:40:49.336Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
281 | 2025-01-17T07:40:49.336Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
282 | 2025-01-17T07:40:49.336Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
283 | 2025-01-17T07:40:49.336Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
284 | 2025-01-17T07:40:49.336Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
285 | 2025-01-17T07:40:49.336Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
286 | 2025-01-17T07:40:49.336Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
287 | 2025-01-17T07:40:49.336Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
288 | 2025-01-17T07:40:49.336Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
289 | 2025-01-17T07:40:49.336Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
290 | 2025-01-17T07:40:49.336Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
291 | 2025-01-17T07:40:49.336Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
292 | 2025-01-17T07:40:50.088Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
293 | 2025-01-17T07:40:50.458Z | Updating crates.io index |
294 | 2025-01-17T07:40:50.461Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
295 | 2025-01-17T07:40:50.854Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
296 | 2025-01-17T07:40:51.385Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
297 | 2025-01-17T07:40:51.643Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
298 | 2025-01-17T07:40:51.924Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
299 | 2025-01-17T07:40:52.215Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
300 | 2025-01-17T07:40:53.239Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
301 | 2025-01-17T07:40:54.909Z | Updating git repository `https://github.com/oxidecomputer/opte` |
302 | 2025-01-17T07:40:55.574Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
303 | 2025-01-17T07:40:56.404Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
304 | 2025-01-17T07:40:56.675Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
305 | 2025-01-17T07:40:57.050Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
306 | 2025-01-17T07:40:57.641Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
307 | 2025-01-17T07:40:58.011Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
308 | 2025-01-17T07:40:58.319Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
309 | 2025-01-17T07:40:58.619Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
310 | 2025-01-17T07:40:58.873Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
311 | 2025-01-17T07:40:59.130Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
312 | 2025-01-17T07:40:59.487Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
313 | 2025-01-17T07:40:59.773Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
314 | 2025-01-17T07:41:00.153Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
315 | 2025-01-17T07:41:00.456Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
316 | 2025-01-17T07:41:00.992Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
317 | 2025-01-17T07:41:01.293Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
318 | 2025-01-17T07:41:01.711Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
319 | 2025-01-17T07:41:02.116Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
320 | 2025-01-17T07:41:02.405Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
321 | 2025-01-17T07:41:02.716Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
322 | 2025-01-17T07:41:02.987Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
323 | 2025-01-17T07:41:04.214Z | Downloading crates ... |
324 | 2025-01-17T07:41:04.343Z | Downloaded bytecount v0.6.8 |
325 | 2025-01-17T07:41:04.353Z | Downloaded crypto-common v0.1.6 |
326 | 2025-01-17T07:41:04.355Z | Downloaded cpufeatures v0.2.14 |
327 | 2025-01-17T07:41:04.357Z | Downloaded byteorder v1.5.0 |
328 | 2025-01-17T07:41:04.359Z | Downloaded clap_derive v4.5.18 |
329 | 2025-01-17T07:41:04.359Z | Downloaded cargo-platform v0.1.8 |
330 | 2025-01-17T07:41:04.362Z | Downloaded fastrand v2.1.1 |
331 | 2025-01-17T07:41:04.365Z | Downloaded equivalent v1.0.1 |
332 | 2025-01-17T07:41:04.365Z | Downloaded block-buffer v0.10.4 |
333 | 2025-01-17T07:41:04.367Z | Downloaded cfg-if v1.0.0 |
334 | 2025-01-17T07:41:04.371Z | Downloaded dof v0.3.0 |
335 | 2025-01-17T07:41:04.383Z | Downloaded clap_lex v0.7.2 |
336 | 2025-01-17T07:41:04.385Z | Downloaded heck v0.5.0 |
337 | 2025-01-17T07:41:04.388Z | Downloaded fnv v1.0.7 |
338 | 2025-01-17T07:41:04.388Z | Downloaded colorchoice v1.0.2 |
339 | 2025-01-17T07:41:04.393Z | Downloaded dtrace-parser v0.2.0 |
340 | 2025-01-17T07:41:04.396Z | Downloaded scroll_derive v0.12.0 |
341 | 2025-01-17T07:41:04.403Z | Downloaded macaddr v1.0.1 |
342 | 2025-01-17T07:41:04.406Z | Downloaded heck v0.4.1 |
343 | 2025-01-17T07:41:04.408Z | Downloaded generic-array v0.14.7 |
344 | 2025-01-17T07:41:04.408Z | Downloaded fs-err v2.11.0 |
345 | 2025-01-17T07:41:04.411Z | Downloaded camino-tempfile v1.1.1 |
346 | 2025-01-17T07:41:04.414Z | Downloaded itoa v1.0.11 |
347 | 2025-01-17T07:41:04.416Z | Downloaded cargo_toml v0.20.5 |
348 | 2025-01-17T07:41:04.418Z | Downloaded digest v0.10.7 |
349 | 2025-01-17T07:41:04.418Z | Downloaded pretty-hex v0.4.1 |
350 | 2025-01-17T07:41:04.421Z | Downloaded cargo_metadata v0.18.1 |
351 | 2025-01-17T07:41:04.444Z | Downloaded usdt-attr-macro v0.5.0 |
352 | 2025-01-17T07:41:04.447Z | Downloaded swrite v0.1.0 |
353 | 2025-01-17T07:41:04.449Z | Downloaded usdt-macro v0.5.0 |
354 | 2025-01-17T07:41:04.449Z | Downloaded memmap v0.7.0 |
355 | 2025-01-17T07:41:04.452Z | Downloaded is_terminal_polyfill v1.70.1 |
356 | 2025-01-17T07:41:04.452Z | Downloaded once_cell v1.20.2 |
357 | 2025-01-17T07:41:04.467Z | Downloaded errno v0.3.9 |
358 | 2025-01-17T07:41:04.467Z | Downloaded anstyle-query v1.1.1 |
359 | 2025-01-17T07:41:04.474Z | Downloaded smawk v0.3.2 |
360 | 2025-01-17T07:41:04.474Z | Downloaded strsim v0.11.1 |
361 | 2025-01-17T07:41:04.474Z | Downloaded pest_generator v2.7.14 |
362 | 2025-01-17T07:41:04.476Z | Downloaded serde_tokenstream v0.2.2 |
363 | 2025-01-17T07:41:04.476Z | Downloaded plain v0.2.3 |
364 | 2025-01-17T07:41:04.479Z | Downloaded proc-macro-error-attr v1.0.4 |
365 | 2025-01-17T07:41:04.481Z | Downloaded tabled_derive v0.7.0 |
366 | 2025-01-17T07:41:04.481Z | Downloaded pest_derive v2.7.14 |
367 | 2025-01-17T07:41:04.484Z | Downloaded autocfg v1.4.0 |
368 | 2025-01-17T07:41:04.486Z | Downloaded anstyle-parse v0.2.5 |
369 | 2025-01-17T07:41:04.496Z | Downloaded unicode-linebreak v0.1.5 |
370 | 2025-01-17T07:41:04.499Z | Downloaded usdt v0.5.0 |
371 | 2025-01-17T07:41:04.499Z | Downloaded serde_spanned v0.6.8 |
372 | 2025-01-17T07:41:04.501Z | Downloaded anstyle v1.0.10 |
373 | 2025-01-17T07:41:04.501Z | Downloaded toml_datetime v0.6.8 |
374 | 2025-01-17T07:41:04.504Z | Downloaded thiserror v1.0.69 |
375 | 2025-01-17T07:41:04.506Z | Downloaded usdt-impl v0.5.0 |
376 | 2025-01-17T07:41:04.509Z | Downloaded thread-id v4.2.2 |
377 | 2025-01-17T07:41:04.509Z | Downloaded clap v4.5.21 |
378 | 2025-01-17T07:41:04.516Z | Downloaded utf8parse v0.2.2 |
379 | 2025-01-17T07:41:04.518Z | Downloaded thiserror-impl v1.0.69 |
380 | 2025-01-17T07:41:04.518Z | Downloaded sha2 v0.10.8 |
381 | 2025-01-17T07:41:04.521Z | Downloaded proc-macro-error v1.0.4 |
382 | 2025-01-17T07:41:04.523Z | Downloaded log v0.4.22 |
383 | 2025-01-17T07:41:04.526Z | Downloaded terminal_size v0.4.0 |
384 | 2025-01-17T07:41:04.528Z | Downloaded semver v1.0.24 |
385 | 2025-01-17T07:41:04.531Z | Downloaded quote v1.0.38 |
386 | 2025-01-17T07:41:04.549Z | Downloaded version_check v0.9.5 |
387 | 2025-01-17T07:41:04.559Z | Downloaded ryu v1.0.18 |
388 | 2025-01-17T07:41:04.562Z | Downloaded pest_meta v2.7.14 |
389 | 2025-01-17T07:41:04.565Z | Downloaded papergrid v0.11.0 |
390 | 2025-01-17T07:41:04.571Z | Downloaded typenum v1.17.0 |
391 | 2025-01-17T07:41:04.574Z | Downloaded proc-macro2 v1.0.92 |
392 | 2025-01-17T07:41:04.580Z | Downloaded unicode-ident v1.0.14 |
393 | 2025-01-17T07:41:04.583Z | Downloaded scroll v0.12.0 |
394 | 2025-01-17T07:41:04.586Z | Downloaded camino v1.1.9 |
395 | 2025-01-17T07:41:04.586Z | Downloaded anyhow v1.0.93 |
396 | 2025-01-17T07:41:04.589Z | Downloaded zerocopy-derive v0.7.35 |
397 | 2025-01-17T07:41:04.592Z | Downloaded toml v0.8.19 |
398 | 2025-01-17T07:41:04.595Z | Downloaded serde_derive v1.0.217 |
399 | 2025-01-17T07:41:04.598Z | Downloaded bitflags v2.6.0 |
400 | 2025-01-17T07:41:04.601Z | Downloaded tempfile v3.13.0 |
401 | 2025-01-17T07:41:04.603Z | Downloaded anstream v0.6.15 |
402 | 2025-01-17T07:41:04.606Z | Downloaded textwrap v0.16.1 |
403 | 2025-01-17T07:41:04.612Z | Downloaded ucd-trie v0.1.7 |
404 | 2025-01-17T07:41:04.615Z | Downloaded memchr v2.7.4 |
405 | 2025-01-17T07:41:04.619Z | Downloaded serde v1.0.217 |
406 | 2025-01-17T07:41:04.622Z | Downloaded indexmap v2.7.0 |
407 | 2025-01-17T07:41:04.642Z | Downloaded toml_edit v0.22.22 |
408 | 2025-01-17T07:41:04.662Z | Downloaded pest v2.7.14 |
409 | 2025-01-17T07:41:04.673Z | Downloaded hashbrown v0.15.1 |
410 | 2025-01-17T07:41:04.695Z | Downloaded serde_json v1.0.135 |
411 | 2025-01-17T07:41:04.700Z | Downloaded clap_builder v4.5.21 |
412 | 2025-01-17T07:41:04.707Z | Downloaded zerocopy v0.7.35 |
413 | 2025-01-17T07:41:04.721Z | Downloaded winnow v0.6.20 |
414 | 2025-01-17T07:41:04.728Z | Downloaded goblin v0.8.2 |
415 | 2025-01-17T07:41:04.735Z | Downloaded tabled v0.15.0 |
416 | 2025-01-17T07:41:04.749Z | Downloaded syn v1.0.109 |
417 | 2025-01-17T07:41:04.769Z | Downloaded unicode-width v0.1.14 |
418 | 2025-01-17T07:41:04.774Z | Downloaded syn v2.0.96 |
419 | 2025-01-17T07:41:04.789Z | Downloaded rustix v0.38.37 |
420 | 2025-01-17T07:41:04.821Z | Downloaded libc v0.2.169 |
421 | 2025-01-17T07:41:05.131Z | Compiling proc-macro2 v1.0.92 |
422 | 2025-01-17T07:41:05.131Z | Compiling unicode-ident v1.0.14 |
423 | 2025-01-17T07:41:05.134Z | Compiling serde v1.0.217 |
424 | 2025-01-17T07:41:05.134Z | Compiling version_check v0.9.5 |
425 | 2025-01-17T07:41:05.134Z | Compiling thiserror v1.0.69 |
426 | 2025-01-17T07:41:05.134Z | Compiling memchr v2.7.4 |
427 | 2025-01-17T07:41:05.134Z | Compiling libc v0.2.169 |
428 | 2025-01-17T07:41:05.167Z | Compiling ryu v1.0.18 |
429 | 2025-01-17T07:41:05.451Z | Compiling itoa v1.0.11 |
430 | 2025-01-17T07:41:05.629Z | Compiling ucd-trie v0.1.7 |
431 | 2025-01-17T07:41:05.940Z | Compiling once_cell v1.20.2 |
432 | 2025-01-17T07:41:05.964Z | Compiling byteorder v1.5.0 |
433 | 2025-01-17T07:41:06.212Z | Compiling rustix v0.38.37 |
434 | 2025-01-17T07:41:06.332Z | Compiling serde_json v1.0.135 |
435 | 2025-01-17T07:41:06.413Z | Compiling bitflags v2.6.0 |
436 | 2025-01-17T07:41:06.664Z | Compiling proc-macro-error-attr v1.0.4 |
437 | 2025-01-17T07:41:06.721Z | Compiling usdt-impl v0.5.0 |
438 | 2025-01-17T07:41:06.805Z | Compiling syn v1.0.109 |
439 | 2025-01-17T07:41:06.862Z | Compiling proc-macro-error v1.0.4 |
440 | 2025-01-17T07:41:06.979Z | Compiling quote v1.0.38 |
441 | 2025-01-17T07:41:07.029Z | Compiling errno v0.3.9 |
442 | 2025-01-17T07:41:07.139Z | Compiling camino v1.1.9 |
443 | 2025-01-17T07:41:07.247Z | Compiling log v0.4.22 |
444 | 2025-01-17T07:41:07.273Z | Compiling utf8parse v0.2.2 |
445 | 2025-01-17T07:41:07.337Z | Compiling syn v2.0.96 |
446 | 2025-01-17T07:41:07.522Z | Compiling equivalent v1.0.1 |
447 | 2025-01-17T07:41:07.585Z | Compiling plain v0.2.3 |
448 | 2025-01-17T07:41:07.588Z | Compiling hashbrown v0.15.1 |
449 | 2025-01-17T07:41:07.664Z | Compiling thread-id v4.2.2 |
450 | 2025-01-17T07:41:07.757Z | Compiling anstyle-parse v0.2.5 |
451 | 2025-01-17T07:41:07.933Z | Compiling unicode-width v0.1.14 |
452 | 2025-01-17T07:41:08.089Z | Compiling pretty-hex v0.4.1 |
453 | 2025-01-17T07:41:08.156Z | Compiling anstyle v1.0.10 |
454 | 2025-01-17T07:41:08.313Z | Compiling colorchoice v1.0.2 |
455 | 2025-01-17T07:41:08.398Z | Compiling is_terminal_polyfill v1.70.1 |
456 | 2025-01-17T07:41:08.529Z | Compiling anstyle-query v1.1.1 |
457 | 2025-01-17T07:41:08.532Z | Compiling autocfg v1.4.0 |
458 | 2025-01-17T07:41:08.532Z | Compiling semver v1.0.24 |
459 | 2025-01-17T07:41:08.599Z | Compiling indexmap v2.7.0 |
460 | 2025-01-17T07:41:08.626Z | Compiling winnow v0.6.20 |
461 | 2025-01-17T07:41:08.668Z | Compiling anstream v0.6.15 |
462 | 2025-01-17T07:41:09.105Z | Compiling terminal_size v0.4.0 |
463 | 2025-01-17T07:41:09.424Z | Compiling fs-err v2.11.0 |
464 | 2025-01-17T07:41:09.448Z | Compiling clap_lex v0.7.2 |
465 | 2025-01-17T07:41:09.450Z | Compiling heck v0.4.1 |
466 | 2025-01-17T07:41:09.708Z | Compiling heck v0.5.0 |
467 | 2025-01-17T07:41:09.729Z | Compiling strsim v0.11.1 |
468 | 2025-01-17T07:41:09.819Z | Compiling cfg-if v1.0.0 |
469 | 2025-01-17T07:41:09.880Z | Compiling anyhow v1.0.93 |
470 | 2025-01-17T07:41:09.917Z | Compiling bytecount v0.6.8 |
471 | 2025-01-17T07:41:09.946Z | Compiling fnv v1.0.7 |
472 | 2025-01-17T07:41:10.093Z | Compiling fastrand v2.1.1 |
473 | 2025-01-17T07:41:10.179Z | Compiling clap_builder v4.5.21 |
474 | 2025-01-17T07:41:10.540Z | Compiling tempfile v3.13.0 |
475 | 2025-01-17T07:41:10.595Z | Compiling papergrid v0.11.0 |
476 | 2025-01-17T07:41:11.110Z | Compiling memmap v0.7.0 |
477 | 2025-01-17T07:41:11.133Z | Compiling smawk v0.3.2 |
478 | 2025-01-17T07:41:11.327Z | Compiling unicode-linebreak v0.1.5 |
479 | 2025-01-17T07:41:11.820Z | Compiling textwrap v0.16.1 |
480 | 2025-01-17T07:41:11.903Z | Compiling swrite v0.1.0 |
481 | 2025-01-17T07:41:12.576Z | Compiling tabled_derive v0.7.0 |
482 | 2025-01-17T07:41:14.199Z | Compiling serde_derive v1.0.217 |
483 | 2025-01-17T07:41:14.303Z | Compiling thiserror-impl v1.0.69 |
484 | 2025-01-17T07:41:14.326Z | Compiling zerocopy-derive v0.7.35 |
485 | 2025-01-17T07:41:14.354Z | Compiling scroll_derive v0.12.0 |
486 | 2025-01-17T07:41:14.444Z | Compiling clap_derive v4.5.18 |
487 | 2025-01-17T07:41:14.467Z | Compiling tabled v0.15.0 |
488 | 2025-01-17T07:41:15.753Z | Compiling scroll v0.12.0 |
489 | 2025-01-17T07:41:16.200Z | Compiling zerocopy v0.7.35 |
490 | 2025-01-17T07:41:16.225Z | Compiling goblin v0.8.2 |
491 | 2025-01-17T07:41:16.612Z | Compiling pest v2.7.14 |
492 | 2025-01-17T07:41:17.627Z | Compiling clap v4.5.21 |
493 | 2025-01-17T07:41:18.923Z | Compiling pest_meta v2.7.14 |
494 | 2025-01-17T07:41:19.768Z | Compiling pest_generator v2.7.14 |
495 | 2025-01-17T07:41:21.093Z | Compiling pest_derive v2.7.14 |
496 | 2025-01-17T07:41:21.799Z | Compiling dtrace-parser v0.2.0 |
497 | 2025-01-17T07:41:22.976Z | Compiling serde_tokenstream v0.2.2 |
498 | 2025-01-17T07:41:23.100Z | Compiling toml_datetime v0.6.8 |
499 | 2025-01-17T07:41:23.105Z | Compiling serde_spanned v0.6.8 |
500 | 2025-01-17T07:41:23.194Z | Compiling cargo-platform v0.1.8 |
501 | 2025-01-17T07:41:23.398Z | Compiling macaddr v1.0.1 |
502 | 2025-01-17T07:41:23.470Z | Compiling toml_edit v0.22.22 |
503 | 2025-01-17T07:41:23.675Z | Compiling camino-tempfile v1.1.1 |
504 | 2025-01-17T07:41:24.362Z | Compiling dof v0.3.0 |
505 | 2025-01-17T07:41:24.513Z | Compiling cargo_metadata v0.18.1 |
506 | 2025-01-17T07:41:25.740Z | Compiling usdt-attr-macro v0.5.0 |
507 | 2025-01-17T07:41:25.741Z | Compiling usdt-macro v0.5.0 |
508 | 2025-01-17T07:41:26.124Z | Compiling toml v0.8.19 |
509 | 2025-01-17T07:41:26.834Z | Compiling usdt v0.5.0 |
510 | 2025-01-17T07:41:26.947Z | Compiling cargo_toml v0.20.5 |
511 | 2025-01-17T07:41:29.620Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
512 | 2025-01-17T07:41:32.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.88s |
513 | 2025-01-17T07:41:33.040Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
514 | 2025-01-17T07:41:33.555Z | Downloading crates ... |
515 | 2025-01-17T07:41:33.680Z | Downloaded addr2line v0.24.2 |
516 | 2025-01-17T07:41:33.683Z | Downloaded ahash v0.8.11 |
517 | 2025-01-17T07:41:33.693Z | Downloaded aes-gcm v0.10.3 |
518 | 2025-01-17T07:41:33.699Z | Downloaded headers-core v0.3.0 |
519 | 2025-01-17T07:41:33.702Z | Downloaded darling v0.20.10 |
520 | 2025-01-17T07:41:33.732Z | Downloaded atomic-waker v1.1.2 |
521 | 2025-01-17T07:41:33.734Z | Downloaded bit-set v0.5.3 |
522 | 2025-01-17T07:41:33.754Z | Downloaded block-padding v0.3.3 |
523 | 2025-01-17T07:41:33.757Z | Downloaded bcrypt-pbkdf v0.10.0 |
524 | 2025-01-17T07:41:33.757Z | Downloaded aho-corasick v1.1.3 |
525 | 2025-01-17T07:41:33.761Z | Downloaded bitflags v1.3.2 |
526 | 2025-01-17T07:41:33.764Z | Downloaded bit-vec v0.6.3 |
527 | 2025-01-17T07:41:33.767Z | Downloaded bitfield-struct v0.6.2 |
528 | 2025-01-17T07:41:33.769Z | Downloaded hickory-client v0.24.1 |
529 | 2025-01-17T07:41:33.772Z | Downloaded cbc v0.1.2 |
530 | 2025-01-17T07:41:33.775Z | Downloaded blowfish v0.9.1 |
531 | 2025-01-17T07:41:33.775Z | Downloaded bitfield v0.14.0 |
532 | 2025-01-17T07:41:33.777Z | Downloaded hmac v0.12.1 |
533 | 2025-01-17T07:41:33.780Z | Downloaded async-trait v0.1.83 |
534 | 2025-01-17T07:41:33.783Z | Downloaded cancel-safe-futures v0.1.5 |
535 | 2025-01-17T07:41:33.785Z | Downloaded bzip2 v0.4.4 |
536 | 2025-01-17T07:41:33.788Z | Downloaded hostname v0.4.0 |
537 | 2025-01-17T07:41:33.790Z | Downloaded hostname v0.3.1 |
538 | 2025-01-17T07:41:33.793Z | Downloaded cfg_aliases v0.1.1 |
539 | 2025-01-17T07:41:33.796Z | Downloaded blake2 v0.10.6 |
540 | 2025-01-17T07:41:33.798Z | Downloaded buf-list v1.0.3 |
541 | 2025-01-17T07:41:33.801Z | Downloaded http-range v0.1.5 |
542 | 2025-01-17T07:41:33.803Z | Downloaded hubpack v0.1.2 |
543 | 2025-01-17T07:41:33.806Z | Downloaded atty v0.2.14 |
544 | 2025-01-17T07:41:33.808Z | Downloaded hubpack_derive v0.1.1 |
545 | 2025-01-17T07:41:33.808Z | Downloaded http-body v1.0.1 |
546 | 2025-01-17T07:41:33.808Z | Downloaded hickory-resolver v0.24.1 |
547 | 2025-01-17T07:41:33.813Z | Downloaded ident_case v1.0.1 |
548 | 2025-01-17T07:41:33.816Z | Downloaded ciborium-io v0.2.2 |
549 | 2025-01-17T07:41:33.816Z | Downloaded http-body-util v0.1.2 |
550 | 2025-01-17T07:41:33.818Z | Downloaded async-stream-impl v0.3.6 |
551 | 2025-01-17T07:41:33.818Z | Downloaded atomicwrites v0.4.4 |
552 | 2025-01-17T07:41:33.822Z | Downloaded humantime v2.1.0 |
553 | 2025-01-17T07:41:33.822Z | Downloaded home v0.5.9 |
554 | 2025-01-17T07:41:33.825Z | Downloaded cstr-argument v0.1.2 |
555 | 2025-01-17T07:41:33.825Z | Downloaded bytes v1.9.0 |
556 | 2025-01-17T07:41:33.828Z | Downloaded hyper-tls v0.6.0 |
557 | 2025-01-17T07:41:33.832Z | Downloaded httpdate v1.0.3 |
558 | 2025-01-17T07:41:33.835Z | Downloaded castaway v0.2.3 |
559 | 2025-01-17T07:41:33.835Z | Downloaded cexpr v0.6.0 |
560 | 2025-01-17T07:41:33.838Z | Downloaded aead v0.5.2 |
561 | 2025-01-17T07:41:33.838Z | Downloaded httparse v1.9.5 |
562 | 2025-01-17T07:41:33.841Z | Downloaded highway v1.2.0 |
563 | 2025-01-17T07:41:33.846Z | Downloaded icu_provider_macros v1.5.0 |
564 | 2025-01-17T07:41:33.846Z | Downloaded crunchy v0.2.2 |
565 | 2025-01-17T07:41:33.846Z | Downloaded crucible-workspace-hack v0.1.0 |
566 | 2025-01-17T07:41:33.846Z | Downloaded instant v0.1.13 |
567 | 2025-01-17T07:41:33.849Z | Downloaded hickory-server v0.24.1 |
568 | 2025-01-17T07:41:33.852Z | Downloaded cipher v0.4.4 |
569 | 2025-01-17T07:41:33.855Z | Downloaded is_ci v1.2.0 |
570 | 2025-01-17T07:41:33.857Z | Downloaded cfg_aliases v0.2.1 |
571 | 2025-01-17T07:41:33.857Z | Downloaded adler2 v2.0.0 |
572 | 2025-01-17T07:41:33.860Z | Downloaded cmake v0.1.51 |
573 | 2025-01-17T07:41:33.860Z | Downloaded constant_time_eq v0.3.1 |
574 | 2025-01-17T07:41:33.862Z | Downloaded cobs v0.2.3 |
575 | 2025-01-17T07:41:33.862Z | Downloaded chrono-tz-build v0.4.0 |
576 | 2025-01-17T07:41:33.865Z | Downloaded indoc v1.0.9 |
577 | 2025-01-17T07:41:33.867Z | Downloaded crc-catalog v2.4.0 |
578 | 2025-01-17T07:41:33.870Z | Downloaded colored v2.1.0 |
579 | 2025-01-17T07:41:33.870Z | Downloaded crossbeam-deque v0.8.5 |
580 | 2025-01-17T07:41:33.872Z | Downloaded md5 v0.7.0 |
581 | 2025-01-17T07:41:33.875Z | Downloaded matches v0.1.10 |
582 | 2025-01-17T07:41:33.875Z | Downloaded match_cfg v0.1.0 |
583 | 2025-01-17T07:41:33.877Z | Downloaded convert_case v0.4.0 |
584 | 2025-01-17T07:41:33.877Z | Downloaded cassowary v0.3.0 |
585 | 2025-01-17T07:41:33.880Z | Downloaded assert_matches v1.5.0 |
586 | 2025-01-17T07:41:33.880Z | Downloaded hyper-staticfile v0.10.1 |
587 | 2025-01-17T07:41:33.882Z | Downloaded hyper-rustls v0.27.3 |
588 | 2025-01-17T07:41:33.885Z | Downloaded curve25519-dalek-derive v0.1.1 |
589 | 2025-01-17T07:41:33.887Z | Downloaded bb8 v0.8.5 |
590 | 2025-01-17T07:41:33.887Z | Downloaded iana-time-zone v0.1.61 |
591 | 2025-01-17T07:41:33.890Z | Downloaded async-recursion v1.1.1 |
592 | 2025-01-17T07:41:33.894Z | Downloaded bcs v0.1.6 |
593 | 2025-01-17T07:41:33.897Z | Downloaded cc v1.1.30 |
594 | 2025-01-17T07:41:33.902Z | Downloaded hex-literal v0.4.1 |
595 | 2025-01-17T07:41:33.902Z | Downloaded inout v0.1.3 |
596 | 2025-01-17T07:41:33.902Z | Downloaded base16ct v0.2.0 |
597 | 2025-01-17T07:41:33.905Z | Downloaded instability v0.3.2 |
598 | 2025-01-17T07:41:33.905Z | Downloaded indent_write v2.2.0 |
599 | 2025-01-17T07:41:33.908Z | Downloaded tinyvec_macros v0.1.1 |
600 | 2025-01-17T07:41:33.908Z | Downloaded ctr v0.9.2 |
601 | 2025-01-17T07:41:33.911Z | Downloaded idna_adapter v1.2.0 |
602 | 2025-01-17T07:41:33.911Z | Downloaded heck v0.3.3 |
603 | 2025-01-17T07:41:33.914Z | Downloaded strum v0.26.3 |
604 | 2025-01-17T07:41:33.914Z | Downloaded ciborium-ll v0.2.2 |
605 | 2025-01-17T07:41:33.914Z | Downloaded progenitor v0.9.1 |
606 | 2025-01-17T07:41:33.917Z | Downloaded lazy_static v1.5.0 |
607 | 2025-01-17T07:41:33.920Z | Downloaded ipnetwork v0.20.0 |
608 | 2025-01-17T07:41:33.920Z | Downloaded kstat-rs v0.2.4 |
609 | 2025-01-17T07:41:33.922Z | Downloaded salsa20 v0.10.2 |
610 | 2025-01-17T07:41:33.922Z | Downloaded rusty-fork v0.3.0 |
611 | 2025-01-17T07:41:33.925Z | Downloaded lru-cache v0.1.2 |
612 | 2025-01-17T07:41:33.930Z | Downloaded libefi-sys v0.1.0 |
613 | 2025-01-17T07:41:33.930Z | Downloaded rustfmt-wrapper v0.2.1 |
614 | 2025-01-17T07:41:33.930Z | Downloaded console v0.15.8 |
615 | 2025-01-17T07:41:33.933Z | Downloaded md-5 v0.10.6 |
616 | 2025-01-17T07:41:33.935Z | Downloaded mime v0.3.17 |
617 | 2025-01-17T07:41:33.935Z | Downloaded memoffset v0.9.1 |
618 | 2025-01-17T07:41:33.938Z | Downloaded maplit v1.0.2 |
619 | 2025-01-17T07:41:33.938Z | Downloaded managed v0.8.0 |
620 | 2025-01-17T07:41:33.942Z | Downloaded try-lock v0.2.5 |
621 | 2025-01-17T07:41:33.942Z | Downloaded icu_locid v1.5.0 |
622 | 2025-01-17T07:41:33.945Z | Downloaded quick-error v1.2.3 |
623 | 2025-01-17T07:41:33.948Z | Downloaded libsw v3.3.1 |
624 | 2025-01-17T07:41:33.948Z | Downloaded sha1 v0.10.6 |
625 | 2025-01-17T07:41:33.954Z | Downloaded serde_urlencoded v0.7.1 |
626 | 2025-01-17T07:41:33.957Z | Downloaded r2d2 v0.8.10 |
627 | 2025-01-17T07:41:33.957Z | Downloaded icu_normalizer_data v1.5.0 |
628 | 2025-01-17T07:41:33.957Z | Downloaded csv-core v0.1.11 |
629 | 2025-01-17T07:41:33.957Z | Downloaded crc32fast v1.4.2 |
630 | 2025-01-17T07:41:33.960Z | Downloaded serde-hex v0.1.0 |
631 | 2025-01-17T07:41:33.963Z | Downloaded keccak v0.1.5 |
632 | 2025-01-17T07:41:33.963Z | Downloaded base64ct v1.6.0 |
633 | 2025-01-17T07:41:33.966Z | Downloaded dhcproto-macros v0.1.0 |
634 | 2025-01-17T07:41:33.966Z | Downloaded zone_cfg_derive v0.1.2 |
635 | 2025-01-17T07:41:33.966Z | Downloaded static_assertions v1.1.0 |
636 | 2025-01-17T07:41:33.971Z | Downloaded siphasher v0.3.11 |
637 | 2025-01-17T07:41:33.971Z | Downloaded icu_normalizer v1.5.0 |
638 | 2025-01-17T07:41:33.975Z | Downloaded progenitor-macro v0.9.1 |
639 | 2025-01-17T07:41:33.977Z | Downloaded cookie_store v0.21.0 |
640 | 2025-01-17T07:41:33.977Z | Downloaded thread_local v1.1.8 |
641 | 2025-01-17T07:41:33.978Z | Downloaded strum_macros v0.25.3 |
642 | 2025-01-17T07:41:33.980Z | Downloaded const_format_proc_macros v0.2.33 |
643 | 2025-01-17T07:41:33.983Z | Downloaded foreign-types-macros v0.2.3 |
644 | 2025-01-17T07:41:33.983Z | Downloaded strum_macros v0.24.3 |
645 | 2025-01-17T07:41:33.989Z | Downloaded linked-hash-map v0.5.6 |
646 | 2025-01-17T07:41:33.989Z | Downloaded linear-map v1.2.0 |
647 | 2025-01-17T07:41:33.989Z | Downloaded libloading v0.8.5 |
648 | 2025-01-17T07:41:33.993Z | Downloaded maybe-uninit v2.0.0 |
649 | 2025-01-17T07:41:33.993Z | Downloaded mime_guess v2.0.5 |
650 | 2025-01-17T07:41:33.995Z | Downloaded lock_api v0.4.12 |
651 | 2025-01-17T07:41:33.999Z | Downloaded twox-hash v1.6.3 |
652 | 2025-01-17T07:41:33.999Z | Downloaded cookie v0.18.1 |
653 | 2025-01-17T07:41:34.004Z | Downloaded new_debug_unreachable v1.0.6 |
654 | 2025-01-17T07:41:34.004Z | Downloaded memmap2 v0.9.5 |
655 | 2025-01-17T07:41:34.007Z | Downloaded http v1.2.0 |
656 | 2025-01-17T07:41:34.009Z | Downloaded path-slash v0.1.5 |
657 | 2025-01-17T07:41:34.009Z | Downloaded oso-derive v0.27.3 |
658 | 2025-01-17T07:41:34.014Z | Downloaded wyz v0.5.1 |
659 | 2025-01-17T07:41:34.014Z | Downloaded untrusted v0.7.1 |
660 | 2025-01-17T07:41:34.018Z | Downloaded arrayvec v0.7.6 |
661 | 2025-01-17T07:41:34.018Z | Downloaded clang-sys v1.8.1 |
662 | 2025-01-17T07:41:34.021Z | Downloaded progenitor-client v0.9.1 |
663 | 2025-01-17T07:41:34.021Z | Downloaded defmt-macros v0.3.9 |
664 | 2025-01-17T07:41:34.023Z | Downloaded rustls-pemfile v2.2.0 |
665 | 2025-01-17T07:41:34.026Z | Downloaded ipnet v2.10.1 |
666 | 2025-01-17T07:41:34.026Z | Downloaded zone v0.3.0 |
667 | 2025-01-17T07:41:34.029Z | Downloaded crossbeam-utils v0.8.20 |
668 | 2025-01-17T07:41:34.032Z | Downloaded crc-any v2.5.0 |
669 | 2025-01-17T07:41:34.035Z | Downloaded zeroize_derive v1.4.2 |
670 | 2025-01-17T07:41:34.035Z | Downloaded slab v0.4.9 |
671 | 2025-01-17T07:41:34.035Z | Downloaded diesel-dtrace v0.4.2 |
672 | 2025-01-17T07:41:34.038Z | Downloaded ref-cast v1.0.23 |
673 | 2025-01-17T07:41:34.041Z | Downloaded ghash v0.5.1 |
674 | 2025-01-17T07:41:34.041Z | Downloaded fallible-streaming-iterator v0.1.9 |
675 | 2025-01-17T07:41:34.043Z | Downloaded sync_wrapper v1.0.1 |
676 | 2025-01-17T07:41:34.044Z | Downloaded enum-as-inner v0.6.1 |
677 | 2025-01-17T07:41:34.047Z | Downloaded funty v2.0.0 |
678 | 2025-01-17T07:41:34.047Z | Downloaded fragile v2.0.0 |
679 | 2025-01-17T07:41:34.049Z | Downloaded indexmap v1.9.3 |
680 | 2025-01-17T07:41:34.054Z | Downloaded embedded-io v0.6.1 |
681 | 2025-01-17T07:41:34.058Z | Downloaded ed25519 v2.2.3 |
682 | 2025-01-17T07:41:34.058Z | Downloaded chacha20poly1305 v0.10.1 |
683 | 2025-01-17T07:41:34.058Z | Downloaded time-core v0.1.2 |
684 | 2025-01-17T07:41:34.060Z | Downloaded sync-ptr v0.1.1 |
685 | 2025-01-17T07:41:34.060Z | Downloaded tokio-tungstenite v0.23.1 |
686 | 2025-01-17T07:41:34.064Z | Downloaded supports-color v3.0.1 |
687 | 2025-01-17T07:41:34.064Z | Downloaded yoke-derive v0.7.4 |
688 | 2025-01-17T07:41:34.064Z | Downloaded allocator-api2 v0.2.18 |
689 | 2025-01-17T07:41:34.068Z | Downloaded tokio-tungstenite v0.21.0 |
690 | 2025-01-17T07:41:34.070Z | Downloaded want v0.3.1 |
691 | 2025-01-17T07:41:34.070Z | Downloaded nanorand v0.7.0 |
692 | 2025-01-17T07:41:34.073Z | Downloaded writeable v0.5.5 |
693 | 2025-01-17T07:41:34.076Z | Downloaded olpc-cjson v0.1.4 |
694 | 2025-01-17T07:41:34.076Z | Downloaded hyper-util v0.1.10 |
695 | 2025-01-17T07:41:34.080Z | Downloaded pkg-config v0.3.31 |
696 | 2025-01-17T07:41:34.082Z | Downloaded vsss-rs v3.3.4 |
697 | 2025-01-17T07:41:34.085Z | Downloaded phf_generator v0.11.2 |
698 | 2025-01-17T07:41:34.087Z | Downloaded pbkdf2 v0.11.0 |
699 | 2025-01-17T07:41:34.090Z | Downloaded endian-type v0.1.2 |
700 | 2025-01-17T07:41:34.090Z | Downloaded paste v1.0.15 |
701 | 2025-01-17T07:41:34.093Z | Downloaded fallible-iterator v0.2.0 |
702 | 2025-01-17T07:41:34.093Z | Downloaded dropshot_endpoint v0.15.1 |
703 | 2025-01-17T07:41:34.096Z | Downloaded signal-hook-mio v0.2.4 |
704 | 2025-01-17T07:41:34.099Z | Downloaded ssh-cipher v0.2.0 |
705 | 2025-01-17T07:41:34.101Z | Downloaded fxhash v0.2.1 |
706 | 2025-01-17T07:41:34.101Z | Downloaded futures-task v0.3.31 |
707 | 2025-01-17T07:41:34.104Z | Downloaded float-ord v0.3.2 |
708 | 2025-01-17T07:41:34.104Z | Downloaded nodrop v0.1.14 |
709 | 2025-01-17T07:41:34.116Z | Downloaded parse-size v1.1.0 |
710 | 2025-01-17T07:41:34.118Z | Downloaded tinyvec v1.8.0 |
711 | 2025-01-17T07:41:34.121Z | Downloaded openssl-macros v0.1.1 |
712 | 2025-01-17T07:41:34.121Z | Downloaded serde_repr v0.1.19 |
713 | 2025-01-17T07:41:34.123Z | Downloaded semver v0.1.20 |
714 | 2025-01-17T07:41:34.123Z | Downloaded const_format v0.2.33 |
715 | 2025-01-17T07:41:34.128Z | Downloaded utf16_iter v1.0.5 |
716 | 2025-01-17T07:41:34.130Z | Downloaded tinystr v0.7.6 |
717 | 2025-01-17T07:41:34.133Z | Downloaded arc-swap v1.7.1 |
718 | 2025-01-17T07:41:34.136Z | Downloaded russh-cryptovec v0.7.3 |
719 | 2025-01-17T07:41:34.138Z | Downloaded walkdir v2.5.0 |
720 | 2025-01-17T07:41:34.138Z | Downloaded utf-8 v0.7.6 |
721 | 2025-01-17T07:41:34.142Z | Downloaded tui-tree-widget v0.22.0 |
722 | 2025-01-17T07:41:34.142Z | Downloaded native-tls v0.2.12 |
723 | 2025-01-17T07:41:34.148Z | Downloaded take_mut v0.2.2 |
724 | 2025-01-17T07:41:34.148Z | Downloaded serde-big-array v0.5.1 |
725 | 2025-01-17T07:41:34.148Z | Downloaded nu-ansi-term v0.50.1 |
726 | 2025-01-17T07:41:34.150Z | Downloaded base64 v0.21.7 |
727 | 2025-01-17T07:41:34.156Z | Downloaded poly1305 v0.8.0 |
728 | 2025-01-17T07:41:34.158Z | Downloaded heapless v0.8.0 |
729 | 2025-01-17T07:41:34.161Z | Downloaded ena v0.14.3 |
730 | 2025-01-17T07:41:34.161Z | Downloaded ssh-encoding v0.2.0 |
731 | 2025-01-17T07:41:34.164Z | Downloaded serde_with_macros v3.11.0 |
732 | 2025-01-17T07:41:34.167Z | Downloaded deranged v0.3.11 |
733 | 2025-01-17T07:41:34.167Z | Downloaded socket2 v0.5.7 |
734 | 2025-01-17T07:41:34.171Z | Downloaded float-cmp v0.9.0 |
735 | 2025-01-17T07:41:34.171Z | Downloaded pkcs8 v0.10.2 |
736 | 2025-01-17T07:41:34.173Z | Downloaded pkcs5 v0.7.1 |
737 | 2025-01-17T07:41:34.176Z | Downloaded futures-sink v0.3.31 |
738 | 2025-01-17T07:41:34.178Z | Downloaded icu_collections v1.5.0 |
739 | 2025-01-17T07:41:34.183Z | Downloaded futures-macro v0.3.31 |
740 | 2025-01-17T07:41:34.186Z | Downloaded synstructure v0.13.1 |
741 | 2025-01-17T07:41:34.189Z | Downloaded time-macros v0.2.18 |
742 | 2025-01-17T07:41:34.191Z | Downloaded indicatif v0.17.9 |
743 | 2025-01-17T07:41:34.194Z | Downloaded crypto-bigint v0.5.5 |
744 | 2025-01-17T07:41:34.199Z | Downloaded tracing-attributes v0.1.27 |
745 | 2025-01-17T07:41:34.201Z | Downloaded tiny-keccak v2.0.2 |
746 | 2025-01-17T07:41:34.206Z | Downloaded num-conv v0.1.0 |
747 | 2025-01-17T07:41:34.208Z | Downloaded newline-converter v0.3.0 |
748 | 2025-01-17T07:41:34.208Z | Downloaded foreign-types-shared v0.3.1 |
749 | 2025-01-17T07:41:34.208Z | Downloaded resolv-conf v0.7.0 |
750 | 2025-01-17T07:41:34.211Z | Downloaded unsafe-libyaml v0.2.11 |
751 | 2025-01-17T07:41:34.213Z | Downloaded secrecy v0.8.0 |
752 | 2025-01-17T07:41:34.216Z | Downloaded sec1 v0.7.3 |
753 | 2025-01-17T07:41:34.216Z | Downloaded oso v0.27.3 |
754 | 2025-01-17T07:41:34.219Z | Downloaded peg-runtime v0.8.3 |
755 | 2025-01-17T07:41:34.221Z | Downloaded base64 v0.22.1 |
756 | 2025-01-17T07:41:34.224Z | Downloaded unicode-bidi v0.3.17 |
757 | 2025-01-17T07:41:34.228Z | Downloaded slog-stdlog v4.1.1 |
758 | 2025-01-17T07:41:34.230Z | Downloaded tabwriter v1.4.0 |
759 | 2025-01-17T07:41:34.230Z | Downloaded phf_shared v0.10.0 |
760 | 2025-01-17T07:41:34.232Z | Downloaded der_derive v0.7.3 |
761 | 2025-01-17T07:41:34.233Z | Downloaded spki v0.7.3 |
762 | 2025-01-17T07:41:34.235Z | Downloaded samael v0.0.17 |
763 | 2025-01-17T07:41:34.240Z | Downloaded unicode-truncate v1.1.0 |
764 | 2025-01-17T07:41:34.242Z | Downloaded password-hash v0.5.0 |
765 | 2025-01-17T07:41:34.246Z | Downloaded password-hash v0.4.2 |
766 | 2025-01-17T07:41:34.249Z | Downloaded polyval v0.6.2 |
767 | 2025-01-17T07:41:34.249Z | Downloaded minimal-lexical v0.2.1 |
768 | 2025-01-17T07:41:34.252Z | Downloaded serde_yaml v0.9.34+deprecated |
769 | 2025-01-17T07:41:34.256Z | Downloaded tower-service v0.3.3 |
770 | 2025-01-17T07:41:34.259Z | Downloaded thiserror-impl-no-std v2.0.2 |
771 | 2025-01-17T07:41:34.259Z | Downloaded which v4.4.2 |
772 | 2025-01-17T07:41:34.261Z | Downloaded utf8_iter v1.0.4 |
773 | 2025-01-17T07:41:34.261Z | Downloaded topological-sort v0.2.2 |
774 | 2025-01-17T07:41:34.264Z | Downloaded postgres-protocol v0.6.7 |
775 | 2025-01-17T07:41:34.267Z | Downloaded postgres-types v0.2.8 |
776 | 2025-01-17T07:41:34.271Z | Downloaded zone v0.1.8 |
777 | 2025-01-17T07:41:34.271Z | Downloaded postcard v1.0.10 |
778 | 2025-01-17T07:41:34.273Z | Downloaded num-rational v0.4.2 |
779 | 2025-01-17T07:41:34.273Z | Downloaded env_filter v0.1.2 |
780 | 2025-01-17T07:41:34.276Z | Downloaded zerovec-derive v0.10.3 |
781 | 2025-01-17T07:41:34.276Z | Downloaded zeroize v1.8.1 |
782 | 2025-01-17T07:41:34.278Z | Downloaded zerofrom-derive v0.1.4 |
783 | 2025-01-17T07:41:34.278Z | Downloaded form_urlencoded v1.2.1 |
784 | 2025-01-17T07:41:34.279Z | Downloaded parking_lot v0.11.2 |
785 | 2025-01-17T07:41:34.281Z | Downloaded num-iter v0.1.45 |
786 | 2025-01-17T07:41:34.285Z | Downloaded packed_struct_codegen v0.10.1 |
787 | 2025-01-17T07:41:34.285Z | Downloaded num-integer v0.1.46 |
788 | 2025-01-17T07:41:34.288Z | Downloaded aes v0.8.4 |
789 | 2025-01-17T07:41:34.290Z | Downloaded foreign-types v0.3.2 |
790 | 2025-01-17T07:41:34.293Z | Downloaded subtle v2.6.1 |
791 | 2025-01-17T07:41:34.293Z | Downloaded sqlformat v0.2.6 |
792 | 2025-01-17T07:41:34.295Z | Downloaded slog-term v2.9.1 |
793 | 2025-01-17T07:41:34.298Z | Downloaded downcast v0.11.0 |
794 | 2025-01-17T07:41:34.298Z | Downloaded percent-encoding v2.3.1 |
795 | 2025-01-17T07:41:34.300Z | Downloaded packed_struct v0.10.1 |
796 | 2025-01-17T07:41:34.302Z | Downloaded foreign-types-shared v0.1.1 |
797 | 2025-01-17T07:41:34.302Z | Downloaded phf v0.11.2 |
798 | 2025-01-17T07:41:34.305Z | Downloaded signal-hook v0.3.17 |
799 | 2025-01-17T07:41:34.307Z | Downloaded spin v0.9.8 |
800 | 2025-01-17T07:41:34.311Z | Downloaded scheduled-thread-pool v0.2.7 |
801 | 2025-01-17T07:41:34.314Z | Downloaded phf_shared v0.11.2 |
802 | 2025-01-17T07:41:34.314Z | Downloaded phf_codegen v0.11.2 |
803 | 2025-01-17T07:41:34.314Z | Downloaded tokio-rustls v0.25.0 |
804 | 2025-01-17T07:41:34.317Z | Downloaded num-traits v0.2.19 |
805 | 2025-01-17T07:41:34.320Z | Downloaded number_prefix v0.4.0 |
806 | 2025-01-17T07:41:34.320Z | Downloaded num_threads v0.1.7 |
807 | 2025-01-17T07:41:34.320Z | Downloaded newtype-uuid v1.2.1 |
808 | 2025-01-17T07:41:34.323Z | Downloaded slog-bunyan v2.5.0 |
809 | 2025-01-17T07:41:34.323Z | Downloaded slog-async v2.8.0 |
810 | 2025-01-17T07:41:34.325Z | Downloaded same-file v1.0.6 |
811 | 2025-01-17T07:41:34.328Z | Downloaded tokio-native-tls v0.3.1 |
812 | 2025-01-17T07:41:34.328Z | Downloaded tokio-macros v2.5.0 |
813 | 2025-01-17T07:41:34.330Z | Downloaded hkdf v0.12.4 |
814 | 2025-01-17T07:41:34.333Z | Downloaded smallvec v0.6.14 |
815 | 2025-01-17T07:41:34.333Z | Downloaded unicase v2.7.0 |
816 | 2025-01-17T07:41:34.337Z | Downloaded sigpipe v0.1.3 |
817 | 2025-01-17T07:41:34.337Z | Downloaded enum-as-inner v0.5.1 |
818 | 2025-01-17T07:41:34.337Z | Downloaded tracing v0.1.40 |
819 | 2025-01-17T07:41:34.341Z | Downloaded tracing-core v0.1.32 |
820 | 2025-01-17T07:41:34.344Z | Downloaded zerofrom v0.1.4 |
821 | 2025-01-17T07:41:34.347Z | Downloaded multer v3.1.0 |
822 | 2025-01-17T07:41:34.350Z | Downloaded globset v0.4.15 |
823 | 2025-01-17T07:41:34.350Z | Downloaded slog-json v2.6.1 |
824 | 2025-01-17T07:41:34.352Z | Downloaded dunce v1.0.5 |
825 | 2025-01-17T07:41:34.355Z | Downloaded slog-envlogger v2.2.0 |
826 | 2025-01-17T07:41:34.355Z | Downloaded slog-dtrace v0.3.0 |
827 | 2025-01-17T07:41:34.357Z | Downloaded whoami v1.5.2 |
828 | 2025-01-17T07:41:34.360Z | Downloaded typify v0.2.0 |
829 | 2025-01-17T07:41:34.362Z | Downloaded derive_builder_macro v0.20.2 |
830 | 2025-01-17T07:41:34.362Z | Downloaded foreign-types v0.5.0 |
831 | 2025-01-17T07:41:34.365Z | Downloaded dsl_auto_type v0.1.2 |
832 | 2025-01-17T07:41:34.365Z | Downloaded pem-rfc7468 v0.7.0 |
833 | 2025-01-17T07:41:34.368Z | Downloaded qorb v0.2.1 |
834 | 2025-01-17T07:41:34.371Z | Downloaded mockall v0.13.0 |
835 | 2025-01-17T07:41:34.374Z | Downloaded itertools v0.10.5 |
836 | 2025-01-17T07:41:34.379Z | Downloaded pin-utils v0.1.0 |
837 | 2025-01-17T07:41:34.383Z | Downloaded num_enum_derive v0.5.11 |
838 | 2025-01-17T07:41:34.383Z | Downloaded libxml v0.3.3 |
839 | 2025-01-17T07:41:34.388Z | Downloaded slog-scope v4.4.0 |
840 | 2025-01-17T07:41:34.390Z | Downloaded blake3 v1.5.4 |
841 | 2025-01-17T07:41:34.397Z | Downloaded dropshot_endpoint v0.12.0 |
842 | 2025-01-17T07:41:34.401Z | Downloaded hyper v1.5.2 |
843 | 2025-01-17T07:41:34.406Z | Downloaded darling_macro v0.20.10 |
844 | 2025-01-17T07:41:34.409Z | Downloaded sqlparser_derive v0.2.2 |
845 | 2025-01-17T07:41:34.409Z | Downloaded rustc_version v0.4.1 |
846 | 2025-01-17T07:41:34.411Z | Downloaded scrypt v0.11.0 |
847 | 2025-01-17T07:41:34.411Z | Downloaded typed-path v0.9.3 |
848 | 2025-01-17T07:41:34.417Z | Downloaded tls_codec_derive v0.4.1 |
849 | 2025-01-17T07:41:34.419Z | Downloaded tls_codec v0.4.1 |
850 | 2025-01-17T07:41:34.422Z | Downloaded value-bag v1.9.0 |
851 | 2025-01-17T07:41:34.425Z | Downloaded yoke v0.7.4 |
852 | 2025-01-17T07:41:34.427Z | Downloaded structmeta-derive v0.3.0 |
853 | 2025-01-17T07:41:34.427Z | Downloaded yasna v0.5.2 |
854 | 2025-01-17T07:41:34.430Z | Downloaded unicode-xid v0.2.6 |
855 | 2025-01-17T07:41:34.432Z | Downloaded defmt-parser v0.3.4 |
856 | 2025-01-17T07:41:34.432Z | Downloaded hash32 v0.2.1 |
857 | 2025-01-17T07:41:34.434Z | Downloaded defmt v0.3.8 |
858 | 2025-01-17T07:41:34.437Z | Downloaded debug-ignore v1.0.5 |
859 | 2025-01-17T07:41:34.440Z | Downloaded data-encoding v2.6.0 |
860 | 2025-01-17T07:41:34.441Z | Downloaded mockall_derive v0.13.0 |
861 | 2025-01-17T07:41:34.444Z | Downloaded futures-core v0.3.31 |
862 | 2025-01-17T07:41:34.444Z | Downloaded crossterm v0.28.1 |
863 | 2025-01-17T07:41:34.450Z | Downloaded zone_cfg_derive v0.3.0 |
864 | 2025-01-17T07:41:34.452Z | Downloaded itertools v0.12.1 |
865 | 2025-01-17T07:41:34.458Z | Downloaded rfc6979 v0.4.0 |
866 | 2025-01-17T07:41:34.461Z | Downloaded pretty-hex v0.2.1 |
867 | 2025-01-17T07:41:34.461Z | Downloaded pbkdf2 v0.12.2 |
868 | 2025-01-17T07:41:34.463Z | Downloaded pin-project-lite v0.2.14 |
869 | 2025-01-17T07:41:34.467Z | Downloaded rustc_version v0.1.7 |
870 | 2025-01-17T07:41:34.469Z | Downloaded progenitor v0.8.0 |
871 | 2025-01-17T07:41:34.469Z | Downloaded proc-macro-crate v1.3.1 |
872 | 2025-01-17T07:41:34.472Z | Downloaded primeorder v0.13.6 |
873 | 2025-01-17T07:41:34.472Z | Downloaded derive_builder v0.20.2 |
874 | 2025-01-17T07:41:34.477Z | Downloaded fixedbitset v0.4.2 |
875 | 2025-01-17T07:41:34.479Z | Downloaded untrusted v0.9.0 |
876 | 2025-01-17T07:41:34.482Z | Downloaded filetime v0.2.25 |
877 | 2025-01-17T07:41:34.482Z | Downloaded fd-lock v4.0.2 |
878 | 2025-01-17T07:41:34.484Z | Downloaded ff v0.13.0 |
879 | 2025-01-17T07:41:34.487Z | Downloaded quinn v0.11.5 |
880 | 2025-01-17T07:41:34.489Z | Downloaded tokio-rustls v0.24.1 |
881 | 2025-01-17T07:41:34.492Z | Downloaded universal-hash v0.5.1 |
882 | 2025-01-17T07:41:34.494Z | Downloaded idna v1.0.3 |
883 | 2025-01-17T07:41:34.497Z | Downloaded thiserror-no-std v2.0.2 |
884 | 2025-01-17T07:41:34.501Z | Downloaded normalize-line-endings v0.3.0 |
885 | 2025-01-17T07:41:34.504Z | Downloaded smf v0.2.3 |
886 | 2025-01-17T07:41:34.504Z | Downloaded unarray v0.1.4 |
887 | 2025-01-17T07:41:34.506Z | Downloaded stringprep v0.1.5 |
888 | 2025-01-17T07:41:34.506Z | Downloaded string_cache v0.8.7 |
889 | 2025-01-17T07:41:34.509Z | Downloaded simd-adler32 v0.3.7 |
890 | 2025-01-17T07:41:34.511Z | Downloaded typify-macro v0.3.0 |
891 | 2025-01-17T07:41:34.511Z | Downloaded futures-channel v0.3.31 |
892 | 2025-01-17T07:41:34.514Z | Downloaded peg v0.8.4 |
893 | 2025-01-17T07:41:34.516Z | Downloaded parse-display v0.10.0 |
894 | 2025-01-17T07:41:34.519Z | Downloaded parse-zoneinfo v0.3.1 |
895 | 2025-01-17T07:41:34.521Z | Downloaded opaque-debug v0.3.1 |
896 | 2025-01-17T07:41:34.524Z | Downloaded ecdsa v0.16.9 |
897 | 2025-01-17T07:41:34.524Z | Downloaded ron v0.7.1 |
898 | 2025-01-17T07:41:34.528Z | Downloaded schemars_derive v0.8.21 |
899 | 2025-01-17T07:41:34.530Z | Downloaded openssl-probe v0.1.5 |
900 | 2025-01-17T07:41:34.533Z | Downloaded ppv-lite86 v0.2.20 |
901 | 2025-01-17T07:41:34.533Z | Downloaded tungstenite v0.24.0 |
902 | 2025-01-17T07:41:34.536Z | Downloaded tungstenite v0.21.0 |
903 | 2025-01-17T07:41:34.539Z | Downloaded termios v0.3.3 |
904 | 2025-01-17T07:41:34.542Z | Downloaded rand_chacha v0.3.1 |
905 | 2025-01-17T07:41:34.545Z | Downloaded diesel_derives v2.2.3 |
906 | 2025-01-17T07:41:34.547Z | Downloaded rusqlite v0.32.1 |
907 | 2025-01-17T07:41:34.553Z | Downloaded termtree v0.4.1 |
908 | 2025-01-17T07:41:34.556Z | Downloaded snafu-derive v0.8.5 |
909 | 2025-01-17T07:41:34.556Z | Downloaded serde_plain v1.0.2 |
910 | 2025-01-17T07:41:34.558Z | Downloaded mirai-annotations v1.12.0 |
911 | 2025-01-17T07:41:34.558Z | Downloaded unicode-properties v0.1.3 |
912 | 2025-01-17T07:41:34.561Z | Downloaded url v2.5.3 |
913 | 2025-01-17T07:41:34.563Z | Downloaded radium v0.7.0 |
914 | 2025-01-17T07:41:34.565Z | Downloaded quinn-udp v0.5.5 |
915 | 2025-01-17T07:41:34.573Z | Downloaded diesel_table_macro_syntax v0.2.0 |
916 | 2025-01-17T07:41:34.573Z | Downloaded flate2 v1.0.34 |
917 | 2025-01-17T07:41:34.573Z | Downloaded futures-executor v0.3.31 |
918 | 2025-01-17T07:41:34.577Z | Downloaded dirs-sys-next v0.1.2 |
919 | 2025-01-17T07:41:34.577Z | Downloaded smallvec v1.13.2 |
920 | 2025-01-17T07:41:34.577Z | Downloaded parking_lot_core v0.9.10 |
921 | 2025-01-17T07:41:34.580Z | Downloaded parking_lot_core v0.8.6 |
922 | 2025-01-17T07:41:34.583Z | Downloaded der v0.7.9 |
923 | 2025-01-17T07:41:34.586Z | Downloaded itertools v0.13.0 |
924 | 2025-01-17T07:41:34.593Z | Downloaded rpassword v7.3.1 |
925 | 2025-01-17T07:41:34.595Z | Downloaded bitvec v1.0.1 |
926 | 2025-01-17T07:41:34.610Z | Downloaded progenitor-client v0.8.0 |
927 | 2025-01-17T07:41:34.612Z | Downloaded tokio-postgres v0.7.12 |
928 | 2025-01-17T07:41:34.615Z | Downloaded psl-types v2.0.11 |
929 | 2025-01-17T07:41:34.615Z | Downloaded scopeguard v1.2.0 |
930 | 2025-01-17T07:41:34.618Z | Downloaded hashlink v0.9.1 |
931 | 2025-01-17T07:41:34.620Z | Downloaded precomputed-hash v0.1.1 |
932 | 2025-01-17T07:41:34.620Z | Downloaded waitgroup v0.1.2 |
933 | 2025-01-17T07:41:34.620Z | Downloaded signal-hook-tokio v0.3.1 |
934 | 2025-01-17T07:41:34.623Z | Downloaded dyn-clone v1.0.17 |
935 | 2025-01-17T07:41:34.623Z | Downloaded pin-project v1.1.6 |
936 | 2025-01-17T07:41:34.633Z | Downloaded wait-timeout v0.2.0 |
937 | 2025-01-17T07:41:34.636Z | Downloaded num v0.4.3 |
938 | 2025-01-17T07:41:34.636Z | Downloaded termcolor v1.4.1 |
939 | 2025-01-17T07:41:34.638Z | Downloaded nibble_vec v0.1.0 |
940 | 2025-01-17T07:41:34.638Z | Downloaded fatfs v0.3.6 |
941 | 2025-01-17T07:41:34.641Z | Downloaded gethostname v0.5.0 |
942 | 2025-01-17T07:41:34.643Z | Downloaded tokio-stream v0.1.16 |
943 | 2025-01-17T07:41:34.646Z | Downloaded write16 v1.0.0 |
944 | 2025-01-17T07:41:34.648Z | Downloaded futures-io v0.3.31 |
945 | 2025-01-17T07:41:34.648Z | Downloaded zopfli v0.8.1 |
946 | 2025-01-17T07:41:34.651Z | Downloaded snafu v0.8.5 |
947 | 2025-01-17T07:41:34.656Z | Downloaded rustls-pemfile v1.0.4 |
948 | 2025-01-17T07:41:34.659Z | Downloaded toolchain_find v0.4.0 |
949 | 2025-01-17T07:41:34.661Z | Downloaded des v0.8.1 |
950 | 2025-01-17T07:41:34.661Z | Downloaded parking_lot v0.12.3 |
951 | 2025-01-17T07:41:34.664Z | Downloaded vte_generate_state_changes v0.1.2 |
952 | 2025-01-17T07:41:34.667Z | Downloaded sct v0.7.1 |
953 | 2025-01-17T07:41:34.667Z | Downloaded derive_more v0.99.18 |
954 | 2025-01-17T07:41:34.672Z | Downloaded display-error-chain v0.2.2 |
955 | 2025-01-17T07:41:34.674Z | Downloaded reedline v0.35.0 |
956 | 2025-01-17T07:41:34.680Z | Downloaded structmeta v0.3.0 |
957 | 2025-01-17T07:41:34.683Z | Downloaded signal-hook-registry v1.4.2 |
958 | 2025-01-17T07:41:34.683Z | Downloaded rand_seeder v0.3.0 |
959 | 2025-01-17T07:41:34.685Z | Downloaded flagset v0.4.6 |
960 | 2025-01-17T07:41:34.685Z | Downloaded either v1.13.0 |
961 | 2025-01-17T07:41:34.687Z | Downloaded miniz_oxide v0.8.0 |
962 | 2025-01-17T07:41:34.690Z | Downloaded progenitor-macro v0.8.0 |
963 | 2025-01-17T07:41:34.690Z | Downloaded foldhash v0.1.3 |
964 | 2025-01-17T07:41:34.693Z | Downloaded serde_path_to_error v0.1.16 |
965 | 2025-01-17T07:41:34.693Z | Downloaded structmeta-derive v0.2.0 |
966 | 2025-01-17T07:41:34.695Z | Downloaded env_logger v0.10.2 |
967 | 2025-01-17T07:41:34.698Z | Downloaded strip-ansi-escapes v0.2.0 |
968 | 2025-01-17T07:41:34.698Z | Downloaded num-complex v0.4.6 |
969 | 2025-01-17T07:41:34.700Z | Downloaded predicates v3.1.2 |
970 | 2025-01-17T07:41:34.703Z | Downloaded powerfmt v0.2.0 |
971 | 2025-01-17T07:41:34.703Z | Downloaded uzers v0.12.1 |
972 | 2025-01-17T07:41:34.706Z | Downloaded unicode_categories v0.1.1 |
973 | 2025-01-17T07:41:34.709Z | Downloaded sqlparser v0.45.0 |
974 | 2025-01-17T07:41:34.712Z | Downloaded typify-macro v0.2.0 |
975 | 2025-01-17T07:41:34.715Z | Downloaded difflib v0.4.0 |
976 | 2025-01-17T07:41:34.715Z | Downloaded tokio-rustls v0.26.0 |
977 | 2025-01-17T07:41:34.717Z | Downloaded xattr v1.3.1 |
978 | 2025-01-17T07:41:34.720Z | Downloaded typify v0.3.0 |
979 | 2025-01-17T07:41:34.722Z | Downloaded dirs-next v2.0.0 |
980 | 2025-01-17T07:41:34.725Z | Downloaded env_logger v0.11.5 |
981 | 2025-01-17T07:41:34.727Z | Downloaded aws-lc-rs v1.10.0 |
982 | 2025-01-17T07:41:34.733Z | Downloaded tokio-tungstenite v0.24.0 |
983 | 2025-01-17T07:41:34.736Z | Downloaded slog v2.7.0 |
984 | 2025-01-17T07:41:34.738Z | Downloaded zip v2.1.3 |
985 | 2025-01-17T07:41:34.743Z | Downloaded rustc-demangle v0.1.24 |
986 | 2025-01-17T07:41:34.745Z | Downloaded headers v0.4.0 |
987 | 2025-01-17T07:41:34.749Z | Downloaded uuid v1.11.0 |
988 | 2025-01-17T07:41:34.752Z | Downloaded term v0.7.0 |
989 | 2025-01-17T07:41:34.755Z | Downloaded darling_core v0.20.10 |
990 | 2025-01-17T07:41:34.760Z | Downloaded rustls-pki-types v1.10.0 |
991 | 2025-01-17T07:41:34.763Z | Downloaded serde_with v3.11.0 |
992 | 2025-01-17T07:41:34.771Z | Downloaded half v2.4.1 |
993 | 2025-01-17T07:41:34.773Z | Downloaded dhcproto v0.12.0 |
994 | 2025-01-17T07:41:34.776Z | Downloaded omicron-zone-package v0.12.0 |
995 | 2025-01-17T07:41:34.780Z | Downloaded thiserror v2.0.11 |
996 | 2025-01-17T07:41:34.785Z | Downloaded tungstenite v0.23.0 |
997 | 2025-01-17T07:41:34.788Z | Downloaded russh-keys v0.45.0 |
998 | 2025-01-17T07:41:34.791Z | Downloaded toml v0.7.8 |
999 | 2025-01-17T07:41:34.794Z | Downloaded ron v0.8.1 |
1000 | 2025-01-17T07:41:34.799Z | Downloaded zerovec v0.10.4 |
1001 | 2025-01-17T07:41:34.805Z | Downloaded test-strategy v0.3.1 |
1002 | 2025-01-17T07:41:34.808Z | Downloaded chrono v0.4.38 |
1003 | 2025-01-17T07:41:34.815Z | Downloaded steno v0.4.1 |
1004 | 2025-01-17T07:41:34.819Z | Downloaded diff v0.1.13 |
1005 | 2025-01-17T07:41:34.822Z | Downloaded futures v0.3.31 |
1006 | 2025-01-17T07:41:34.826Z | Downloaded rayon v1.10.0 |
1007 | 2025-01-17T07:41:34.836Z | Downloaded rand v0.8.5 |
1008 | 2025-01-17T07:41:34.839Z | Downloaded ed25519-dalek v2.1.1 |
1009 | 2025-01-17T07:41:34.842Z | Downloaded openssl-sys v0.9.103 |
1010 | 2025-01-17T07:41:34.847Z | Downloaded icu_properties_data v1.5.0 |
1011 | 2025-01-17T07:41:34.857Z | Downloaded progenitor-impl v0.9.1 |
1012 | 2025-01-17T07:41:34.860Z | Downloaded expectorate v1.1.0 |
1013 | 2025-01-17T07:41:34.862Z | Downloaded unicode-segmentation v1.12.0 |
1014 | 2025-01-17T07:41:34.865Z | Downloaded flume v0.11.1 |
1015 | 2025-01-17T07:41:34.869Z | Downloaded progenitor-impl v0.8.0 |
1016 | 2025-01-17T07:41:34.871Z | Downloaded lalrpop v0.19.12 |
1017 | 2025-01-17T07:41:34.881Z | Downloaded zerocopy-derive v0.8.10 |
1018 | 2025-01-17T07:41:34.887Z | Downloaded rsa v0.9.6 |
1019 | 2025-01-17T07:41:34.892Z | Downloaded reqwest v0.12.9 |
1020 | 2025-01-17T07:41:34.900Z | Downloaded time v0.3.36 |
1021 | 2025-01-17T07:41:34.908Z | Downloaded nom v7.1.3 |
1022 | 2025-01-17T07:41:34.912Z | Downloaded portable-atomic v1.9.0 |
1023 | 2025-01-17T07:41:34.919Z | Downloaded salty v0.3.0 |
1024 | 2025-01-17T07:41:34.926Z | Downloaded tar v0.4.42 |
1025 | 2025-01-17T07:41:34.929Z | Downloaded mio v1.0.2 |
1026 | 2025-01-17T07:41:34.934Z | Downloaded ssh-key v0.6.6 |
1027 | 2025-01-17T07:41:34.941Z | Downloaded tough v0.19.0 |
1028 | 2025-01-17T07:41:34.949Z | Downloaded p521 v0.13.3 |
1029 | 2025-01-17T07:41:34.953Z | Downloaded hashbrown v0.14.5 |
1030 | 2025-01-17T07:41:34.958Z | Downloaded num-bigint v0.4.6 |
1031 | 2025-01-17T07:41:34.965Z | Downloaded zerocopy v0.8.10 |
1032 | 2025-01-17T07:41:34.986Z | Downloaded russh v0.45.0 |
1033 | 2025-01-17T07:41:34.991Z | Downloaded vcpkg v0.2.15 |
1034 | 2025-01-17T07:41:35.027Z | Downloaded tokio-util v0.7.12 |
1035 | 2025-01-17T07:41:35.033Z | Downloaded idna v0.4.0 |
1036 | 2025-01-17T07:41:35.040Z | Downloaded hickory-proto v0.24.1 |
1037 | 2025-01-17T07:41:35.056Z | Downloaded h2 v0.4.6 |
1038 | 2025-01-17T07:41:35.063Z | Downloaded unicode-width v0.2.0 |
1039 | 2025-01-17T07:41:35.068Z | Downloaded idna v0.5.0 |
1040 | 2025-01-17T07:41:35.075Z | Downloaded rustls-webpki v0.101.7 |
1041 | 2025-01-17T07:41:35.088Z | Downloaded petname v2.0.2 |
1042 | 2025-01-17T07:41:35.093Z | Downloaded bstr v1.10.0 |
1043 | 2025-01-17T07:41:35.104Z | Downloaded polar-core v0.27.3 |
1044 | 2025-01-17T07:41:35.113Z | Downloaded rustls-webpki v0.102.8 |
1045 | 2025-01-17T07:41:35.129Z | Downloaded winnow v0.5.40 |
1046 | 2025-01-17T07:41:35.137Z | Downloaded object v0.30.4 |
1047 | 2025-01-17T07:41:35.147Z | Downloaded quick-xml v0.33.0 |
1048 | 2025-01-17T07:41:35.153Z | Downloaded webpki-roots v0.26.6 |
1049 | 2025-01-17T07:41:35.157Z | Downloaded trust-dns-proto v0.22.0 |
1050 | 2025-01-17T07:41:35.168Z | Downloaded proptest v1.5.0 |
1051 | 2025-01-17T07:41:35.178Z | Downloaded p384 v0.13.0 |
1052 | 2025-01-17T07:41:35.184Z | Downloaded regex-syntax v0.8.5 |
1053 | 2025-01-17T07:41:35.192Z | Downloaded radix_trie v0.2.1 |
1054 | 2025-01-17T07:41:35.198Z | Downloaded rustls v0.23.19 |
1055 | 2025-01-17T07:41:35.210Z | Downloaded rustls v0.21.12 |
1056 | 2025-01-17T07:41:35.220Z | Downloaded diesel v2.2.6 |
1057 | 2025-01-17T07:41:35.238Z | Downloaded smoltcp v0.9.1 |
1058 | 2025-01-17T07:41:35.249Z | Downloaded nix v0.27.1 |
1059 | 2025-01-17T07:41:35.259Z | Downloaded rustls v0.22.4 |
1060 | 2025-01-17T07:41:35.272Z | Downloaded sled v0.34.7 |
1061 | 2025-01-17T07:41:35.282Z | Downloaded nix v0.28.0 |
1062 | 2025-01-17T07:41:35.293Z | Downloaded gimli v0.31.1 |
1063 | 2025-01-17T07:41:35.301Z | Downloaded nix v0.29.0 |
1064 | 2025-01-17T07:41:35.315Z | Downloaded zerocopy-derive v0.6.6 |
1065 | 2025-01-17T07:41:35.322Z | Downloaded smoltcp v0.11.0 |
1066 | 2025-01-17T07:41:35.334Z | Downloaded typify-impl v0.2.0 |
1067 | 2025-01-17T07:41:35.351Z | Downloaded regress v0.9.1 |
1068 | 2025-01-17T07:41:35.358Z | Downloaded regress v0.10.1 |
1069 | 2025-01-17T07:41:35.366Z | Downloaded openapiv3 v2.0.0 |
1070 | 2025-01-17T07:41:35.378Z | Downloaded dropshot v0.15.1 |
1071 | 2025-01-17T07:41:35.400Z | Downloaded ratatui v0.28.1 |
1072 | 2025-01-17T07:41:35.417Z | Downloaded object v0.36.5 |
1073 | 2025-01-17T07:41:35.428Z | Downloaded git2 v0.19.0 |
1074 | 2025-01-17T07:41:35.436Z | Downloaded chrono-tz v0.10.0 |
1075 | 2025-01-17T07:41:35.443Z | Downloaded lzma-sys v0.1.20 |
1076 | 2025-01-17T07:41:35.471Z | Downloaded openssl v0.10.66 |
1077 | 2025-01-17T07:41:35.480Z | Downloaded regex-automata v0.4.8 |
1078 | 2025-01-17T07:41:35.496Z | Downloaded typify-impl v0.3.0 |
1079 | 2025-01-17T07:41:35.512Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1080 | 2025-01-17T07:41:35.524Z | Downloaded dropshot v0.12.0 |
1081 | 2025-01-17T07:41:35.544Z | Downloaded curve25519-dalek v4.1.3 |
1082 | 2025-01-17T07:41:35.552Z | Downloaded regex-syntax v0.6.29 |
1083 | 2025-01-17T07:41:35.557Z | Downloaded libz-sys v1.1.20 |
1084 | 2025-01-17T07:41:35.577Z | Downloaded quinn-proto v0.11.8 |
1085 | 2025-01-17T07:41:35.584Z | Downloaded idna v0.2.3 |
1086 | 2025-01-17T07:41:35.591Z | Downloaded futures-util v0.3.31 |
1087 | 2025-01-17T07:41:35.601Z | Downloaded idna v0.3.0 |
1088 | 2025-01-17T07:41:35.608Z | Downloaded regex v1.11.1 |
1089 | 2025-01-17T07:41:35.619Z | Downloaded petgraph v0.6.5 |
1090 | 2025-01-17T07:41:35.636Z | Downloaded p256 v0.13.2 |
1091 | 2025-01-17T07:41:35.640Z | Downloaded num-bigint-dig v0.8.4 |
1092 | 2025-01-17T07:41:35.645Z | Downloaded thiserror-impl v2.0.11 |
1093 | 2025-01-17T07:41:35.648Z | Downloaded bindgen v0.69.5 |
1094 | 2025-01-17T07:41:35.653Z | Downloaded pkcs1 v0.7.5 |
1095 | 2025-01-17T07:41:35.655Z | Downloaded tokio v1.43.0 |
1096 | 2025-01-17T07:41:35.691Z | Downloaded sha3 v0.10.8 |
1097 | 2025-01-17T07:41:35.696Z | Downloaded csv v1.3.0 |
1098 | 2025-01-17T07:41:35.715Z | Downloaded stable_deref_trait v1.2.0 |
1099 | 2025-01-17T07:41:35.718Z | Downloaded vte v0.11.1 |
1100 | 2025-01-17T07:41:35.720Z | Downloaded elliptic-curve v0.13.8 |
1101 | 2025-01-17T07:41:35.724Z | Downloaded hashbrown v0.12.3 |
1102 | 2025-01-17T07:41:35.730Z | Downloaded unicode-normalization v0.1.24 |
1103 | 2025-01-17T07:41:35.736Z | Downloaded hashbrown v0.13.2 |
1104 | 2025-01-17T07:41:35.745Z | Downloaded signature v2.2.0 |
1105 | 2025-01-17T07:41:35.745Z | Downloaded predicates-tree v1.0.11 |
1106 | 2025-01-17T07:41:35.748Z | Downloaded predicates-core v1.0.8 |
1107 | 2025-01-17T07:41:35.748Z | Downloaded zip v0.6.6 |
1108 | 2025-01-17T07:41:35.752Z | Downloaded pin-project-internal v1.1.6 |
1109 | 2025-01-17T07:41:35.755Z | Downloaded peg-macros v0.8.4 |
1110 | 2025-01-17T07:41:35.757Z | Downloaded toml_edit v0.19.15 |
1111 | 2025-01-17T07:41:35.779Z | Downloaded displaydoc v0.2.5 |
1112 | 2025-01-17T07:41:35.782Z | Downloaded schemars v0.8.21 |
1113 | 2025-01-17T07:41:35.797Z | Downloaded xz2 v0.1.7 |
1114 | 2025-01-17T07:41:35.800Z | Downloaded publicsuffix v2.2.3 |
1115 | 2025-01-17T07:41:35.805Z | Downloaded tap v1.0.1 |
1116 | 2025-01-17T07:41:35.808Z | Downloaded rustyline v14.0.0 |
1117 | 2025-01-17T07:41:35.810Z | Downloaded libm v0.2.8 |
1118 | 2025-01-17T07:41:35.818Z | Downloaded x509-cert v0.2.5 |
1119 | 2025-01-17T07:41:35.825Z | Downloaded rustversion v1.0.17 |
1120 | 2025-01-17T07:41:35.829Z | Downloaded rustc-hash v2.0.0 |
1121 | 2025-01-17T07:41:35.831Z | Downloaded rustc-hash v1.1.0 |
1122 | 2025-01-17T07:41:35.834Z | Downloaded rcgen v0.12.1 |
1123 | 2025-01-17T07:41:35.837Z | Downloaded rayon-core v1.12.1 |
1124 | 2025-01-17T07:41:35.840Z | Downloaded derive-where v1.2.7 |
1125 | 2025-01-17T07:41:35.843Z | Downloaded pem v3.0.4 |
1126 | 2025-01-17T07:41:35.846Z | Downloaded serde_derive_internals v0.29.1 |
1127 | 2025-01-17T07:41:35.848Z | Downloaded multimap v0.10.0 |
1128 | 2025-01-17T07:41:35.848Z | Downloaded group v0.13.0 |
1129 | 2025-01-17T07:41:35.850Z | Downloaded glob v0.3.1 |
1130 | 2025-01-17T07:41:35.850Z | Downloaded embedded-io v0.4.0 |
1131 | 2025-01-17T07:41:35.852Z | Downloaded zerocopy v0.6.6 |
1132 | 2025-01-17T07:41:35.855Z | Downloaded crossbeam-channel v0.5.13 |
1133 | 2025-01-17T07:41:35.858Z | Downloaded backtrace v0.3.74 |
1134 | 2025-01-17T07:41:35.863Z | Downloaded heapless v0.7.17 |
1135 | 2025-01-17T07:41:35.866Z | Downloaded owo-colors v4.1.0 |
1136 | 2025-01-17T07:41:35.870Z | Downloaded encoding_rs v0.8.34 |
1137 | 2025-01-17T07:41:35.889Z | Downloaded base64 v0.13.1 |
1138 | 2025-01-17T07:41:35.893Z | Downloaded vergen v8.3.2 |
1139 | 2025-01-17T07:41:35.900Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1140 | 2025-01-17T07:41:35.960Z | Downloaded icu_properties v1.5.1 |
1141 | 2025-01-17T07:41:35.962Z | Downloaded compact_str v0.8.0 |
1142 | 2025-01-17T07:41:35.965Z | Downloaded rand_xorshift v0.3.0 |
1143 | 2025-01-17T07:41:35.965Z | Downloaded getrandom v0.2.15 |
1144 | 2025-01-17T07:41:35.967Z | Downloaded fs_extra v1.3.0 |
1145 | 2025-01-17T07:41:35.970Z | Downloaded fallible-iterator v0.3.0 |
1146 | 2025-01-17T07:41:35.972Z | Downloaded subprocess v0.2.9 |
1147 | 2025-01-17T07:41:35.972Z | Downloaded strum_macros v0.26.4 |
1148 | 2025-01-17T07:41:35.977Z | Downloaded newtype_derive v0.1.6 |
1149 | 2025-01-17T07:41:35.977Z | Downloaded shell-words v1.1.0 |
1150 | 2025-01-17T07:41:35.979Z | Downloaded prettyplease v0.2.25 |
1151 | 2025-01-17T07:41:35.979Z | Downloaded shlex v1.3.0 |
1152 | 2025-01-17T07:41:35.982Z | Downloaded ref-cast-impl v1.0.23 |
1153 | 2025-01-17T07:41:35.982Z | Downloaded derive_builder_core v0.20.2 |
1154 | 2025-01-17T07:41:35.985Z | Downloaded similar v2.6.0 |
1155 | 2025-01-17T07:41:35.988Z | Downloaded parse-display-derive v0.10.0 |
1156 | 2025-01-17T07:41:35.991Z | Downloaded num_enum v0.5.11 |
1157 | 2025-01-17T07:41:35.994Z | Downloaded num-derive v0.4.2 |
1158 | 2025-01-17T07:41:35.998Z | Downloaded hash32 v0.3.1 |
1159 | 2025-01-17T07:41:35.998Z | Downloaded icu_provider v1.5.0 |
1160 | 2025-01-17T07:41:36.001Z | Downloaded bumpalo v3.16.0 |
1161 | 2025-01-17T07:41:36.005Z | Downloaded litemap v0.7.3 |
1162 | 2025-01-17T07:41:36.005Z | Downloaded jobserver v0.1.32 |
1163 | 2025-01-17T07:41:36.009Z | Downloaded crossbeam-epoch v0.9.18 |
1164 | 2025-01-17T07:41:36.012Z | Downloaded const-oid v0.9.6 |
1165 | 2025-01-17T07:41:36.012Z | Downloaded structmeta v0.2.0 |
1166 | 2025-01-17T07:41:36.012Z | Downloaded argon2 v0.5.3 |
1167 | 2025-01-17T07:41:36.014Z | Downloaded icu_locid_transform_data v1.5.0 |
1168 | 2025-01-17T07:41:36.017Z | Downloaded icu_locid_transform v1.5.0 |
1169 | 2025-01-17T07:41:36.017Z | Downloaded backoff v0.4.0 |
1170 | 2025-01-17T07:41:36.019Z | Downloaded async-bb8-diesel v0.2.1 |
1171 | 2025-01-17T07:41:36.022Z | Downloaded lockfree-object-pool v0.1.6 |
1172 | 2025-01-17T07:41:36.024Z | Downloaded lazycell v1.3.0 |
1173 | 2025-01-17T07:41:36.024Z | Downloaded lalrpop-util v0.19.12 |
1174 | 2025-01-17T07:41:36.024Z | Downloaded ciborium v0.2.2 |
1175 | 2025-01-17T07:41:36.027Z | Downloaded chacha20 v0.9.1 |
1176 | 2025-01-17T07:41:36.030Z | Downloaded rtoolbox v0.0.2 |
1177 | 2025-01-17T07:41:36.030Z | Downloaded rand_core v0.6.4 |
1178 | 2025-01-17T07:41:36.032Z | Downloaded lru v0.12.5 |
1179 | 2025-01-17T07:41:36.032Z | Downloaded internet-checksum v0.2.1 |
1180 | 2025-01-17T07:41:36.035Z | Downloaded crc v3.2.1 |
1181 | 2025-01-17T07:41:36.037Z | Downloaded is-terminal v0.4.13 |
1182 | 2025-01-17T07:41:36.037Z | Downloaded impl-trait-for-tuples v0.2.2 |
1183 | 2025-01-17T07:41:36.040Z | Downloaded hex v0.4.3 |
1184 | 2025-01-17T07:41:36.042Z | Downloaded array-init v0.0.4 |
1185 | 2025-01-17T07:41:36.042Z | Downloaded async-stream v0.3.6 |
1186 | 2025-01-17T07:41:36.045Z | Downloaded ascii-canvas v3.0.0 |
1187 | 2025-01-17T07:41:36.045Z | Downloaded arrayref v0.3.9 |
1188 | 2025-01-17T07:41:36.226Z | Downloaded libsqlite3-sys v0.30.1 |
1189 | 2025-01-17T07:41:36.436Z | Downloaded ring v0.17.8 |
1190 | 2025-01-17T07:41:36.790Z | Downloaded aws-lc-sys v0.22.0 |
1191 | 2025-01-17T07:41:37.098Z | Compiling serde v1.0.217 |
1192 | 2025-01-17T07:41:37.101Z | Compiling lock_api v0.4.12 |
1193 | 2025-01-17T07:41:37.101Z | Compiling scopeguard v1.2.0 |
1194 | 2025-01-17T07:41:37.101Z | Compiling value-bag v1.9.0 |
1195 | 2025-01-17T07:41:37.101Z | Compiling typenum v1.17.0 |
1196 | 2025-01-17T07:41:37.101Z | Compiling generic-array v0.14.7 |
1197 | 2025-01-17T07:41:37.256Z | Compiling syn v2.0.96 |
1198 | 2025-01-17T07:41:37.259Z | Compiling getrandom v0.2.15 |
1199 | 2025-01-17T07:41:37.389Z | Compiling subtle v2.6.1 |
1200 | 2025-01-17T07:41:37.655Z | Compiling rand_core v0.6.4 |
1201 | 2025-01-17T07:41:37.759Z | Compiling log v0.4.22 |
1202 | 2025-01-17T07:41:37.826Z | Compiling shlex v1.3.0 |
1203 | 2025-01-17T07:41:37.844Z | Compiling jobserver v0.1.32 |
1204 | 2025-01-17T07:41:37.864Z | Compiling smallvec v1.13.2 |
1205 | 2025-01-17T07:41:38.175Z | Compiling const-oid v0.9.6 |
1206 | 2025-01-17T07:41:38.177Z | Compiling spin v0.9.8 |
1207 | 2025-01-17T07:41:38.213Z | Compiling pin-project-lite v0.2.14 |
1208 | 2025-01-17T07:41:38.250Z | Compiling cc v1.1.30 |
1209 | 2025-01-17T07:41:38.343Z | Compiling rustix v0.38.37 |
1210 | 2025-01-17T07:41:38.518Z | Compiling parking_lot_core v0.9.10 |
1211 | 2025-01-17T07:41:38.561Z | Compiling futures-core v0.3.31 |
1212 | 2025-01-17T07:41:38.693Z | Compiling signal-hook-registry v1.4.2 |
1213 | 2025-01-17T07:41:38.806Z | Compiling mio v1.0.2 |
1214 | 2025-01-17T07:41:39.151Z | Compiling aho-corasick v1.1.3 |
1215 | 2025-01-17T07:41:39.428Z | Compiling parking_lot v0.12.3 |
1216 | 2025-01-17T07:41:39.514Z | Compiling regex-syntax v0.8.5 |
1217 | 2025-01-17T07:41:39.533Z | Compiling either v1.13.0 |
1218 | 2025-01-17T07:41:39.898Z | Compiling cpufeatures v0.2.14 |
1219 | 2025-01-17T07:41:39.935Z | Compiling lazy_static v1.5.0 |
1220 | 2025-01-17T07:41:40.004Z | Compiling futures-sink v0.3.31 |
1221 | 2025-01-17T07:41:40.065Z | Compiling glob v0.3.1 |
1222 | 2025-01-17T07:41:40.164Z | Compiling stable_deref_trait v1.2.0 |
1223 | 2025-01-17T07:41:40.185Z | Compiling socket2 v0.5.7 |
1224 | 2025-01-17T07:41:40.202Z | Compiling slab v0.4.9 |
1225 | 2025-01-17T07:41:40.284Z | Compiling prettyplease v0.2.25 |
1226 | 2025-01-17T07:41:40.643Z | Compiling serde_json v1.0.135 |
1227 | 2025-01-17T07:41:40.662Z | Compiling minimal-lexical v0.2.1 |
1228 | 2025-01-17T07:41:40.954Z | Compiling clang-sys v1.8.1 |
1229 | 2025-01-17T07:41:41.157Z | Compiling nom v7.1.3 |
1230 | 2025-01-17T07:41:41.238Z | Compiling libloading v0.8.5 |
1231 | 2025-01-17T07:41:41.294Z | Compiling home v0.5.9 |
1232 | 2025-01-17T07:41:41.556Z | Compiling bindgen v0.69.5 |
1233 | 2025-01-17T07:41:41.612Z | Compiling futures-channel v0.3.31 |
1234 | 2025-01-17T07:41:41.981Z | Compiling itertools v0.12.1 |
1235 | 2025-01-17T07:41:42.029Z | Compiling futures-io v0.3.31 |
1236 | 2025-01-17T07:41:42.357Z | Compiling foldhash v0.1.3 |
1237 | 2025-01-17T07:41:42.440Z | Compiling lazycell v1.3.0 |
1238 | 2025-01-17T07:41:42.616Z | Compiling allocator-api2 v0.2.18 |
1239 | 2025-01-17T07:41:42.648Z | Compiling futures-task v0.3.31 |
1240 | 2025-01-17T07:41:42.935Z | Compiling rustc-hash v1.1.0 |
1241 | 2025-01-17T07:41:43.097Z | Compiling libm v0.2.8 |
1242 | 2025-01-17T07:41:43.327Z | Compiling regex-automata v0.4.8 |
1243 | 2025-01-17T07:41:43.407Z | Compiling pin-utils v0.1.0 |
1244 | 2025-01-17T07:41:43.544Z | Compiling hashbrown v0.15.1 |
1245 | 2025-01-17T07:41:43.877Z | Compiling cmake v0.1.51 |
1246 | 2025-01-17T07:41:44.536Z | Compiling cexpr v0.6.0 |
1247 | 2025-01-17T07:41:44.726Z | Compiling synstructure v0.13.1 |
1248 | 2025-01-17T07:41:44.840Z | Compiling num-traits v0.2.19 |
1249 | 2025-01-17T07:41:45.131Z | Compiling fs_extra v1.3.0 |
1250 | 2025-01-17T07:41:45.663Z | Compiling dunce v1.0.5 |
1251 | 2025-01-17T07:41:45.693Z | Compiling tinyvec_macros v0.1.1 |
1252 | 2025-01-17T07:41:45.824Z | Compiling pkg-config v0.3.31 |
1253 | 2025-01-17T07:41:45.844Z | Compiling tinyvec v1.8.0 |
1254 | 2025-01-17T07:41:46.389Z | Compiling ring v0.17.8 |
1255 | 2025-01-17T07:41:47.340Z | Compiling unicode-normalization v0.1.24 |
1256 | 2025-01-17T07:41:47.435Z | Compiling writeable v0.5.5 |
1257 | 2025-01-17T07:41:47.454Z | Compiling unicode-bidi v0.3.17 |
1258 | 2025-01-17T07:41:47.517Z | Compiling paste v1.0.15 |
1259 | 2025-01-17T07:41:47.995Z | Compiling litemap v0.7.3 |
1260 | 2025-01-17T07:41:48.016Z | Compiling base64ct v1.6.0 |
1261 | 2025-01-17T07:41:48.468Z | Compiling pem-rfc7468 v0.7.0 |
1262 | 2025-01-17T07:41:48.578Z | Compiling flagset v0.4.6 |
1263 | 2025-01-17T07:41:48.612Z | Compiling regex v1.11.1 |
1264 | 2025-01-17T07:41:48.743Z | Compiling httparse v1.9.5 |
1265 | 2025-01-17T07:41:48.772Z | Compiling aws-lc-rs v1.10.0 |
1266 | 2025-01-17T07:41:49.167Z | Compiling tracing-core v0.1.32 |
1267 | 2025-01-17T07:41:49.475Z | Compiling percent-encoding v2.3.1 |
1268 | 2025-01-17T07:41:49.535Z | Compiling rustls-pki-types v1.10.0 |
1269 | 2025-01-17T07:41:49.795Z | Compiling crossbeam-utils v0.8.20 |
1270 | 2025-01-17T07:41:50.184Z | Compiling icu_locid_transform_data v1.5.0 |
1271 | 2025-01-17T07:41:50.267Z | Compiling serde_derive v1.0.217 |
1272 | 2025-01-17T07:41:50.288Z | Compiling zeroize_derive v1.4.2 |
1273 | 2025-01-17T07:41:50.291Z | Compiling zerocopy-derive v0.7.35 |
1274 | 2025-01-17T07:41:50.502Z | Compiling tokio-macros v2.5.0 |
1275 | 2025-01-17T07:41:50.872Z | Compiling zerofrom-derive v0.1.4 |
1276 | 2025-01-17T07:41:51.683Z | Compiling zeroize v1.8.1 |
1277 | 2025-01-17T07:41:51.936Z | Compiling thiserror-impl v1.0.69 |
1278 | 2025-01-17T07:41:52.212Z | Compiling yoke-derive v0.7.4 |
1279 | 2025-01-17T07:41:52.345Z | Compiling zerocopy v0.7.35 |
1280 | 2025-01-17T07:41:53.307Z | Compiling crypto-common v0.1.6 |
1281 | 2025-01-17T07:41:53.533Z | Compiling block-buffer v0.10.4 |
1282 | 2025-01-17T07:41:53.641Z | Compiling zerovec-derive v0.10.3 |
1283 | 2025-01-17T07:41:53.800Z | Compiling digest v0.10.7 |
1284 | 2025-01-17T07:41:54.258Z | Compiling hmac v0.12.1 |
1285 | 2025-01-17T07:41:54.289Z | Compiling futures-macro v0.3.31 |
1286 | 2025-01-17T07:41:54.358Z | Compiling zerofrom v0.1.4 |
1287 | 2025-01-17T07:41:54.380Z | Compiling block-padding v0.3.3 |
1288 | 2025-01-17T07:41:54.506Z | Compiling displaydoc v0.2.5 |
1289 | 2025-01-17T07:41:54.579Z | Compiling inout v0.1.3 |
1290 | 2025-01-17T07:41:54.616Z | Compiling sha2 v0.10.8 |
1291 | 2025-01-17T07:41:54.697Z | Compiling yoke v0.7.4 |
1292 | 2025-01-17T07:41:54.799Z | Compiling thiserror v1.0.69 |
1293 | 2025-01-17T07:41:54.850Z | Compiling cipher v0.4.4 |
1294 | 2025-01-17T07:41:54.951Z | Compiling ppv-lite86 v0.2.20 |
1295 | 2025-01-17T07:41:55.121Z | Compiling der_derive v0.7.3 |
1296 | 2025-01-17T07:41:55.344Z | Compiling icu_provider_macros v1.5.0 |
1297 | 2025-01-17T07:41:55.805Z | Compiling rand_chacha v0.3.1 |
1298 | 2025-01-17T07:41:56.097Z | Compiling tracing-attributes v0.1.27 |
1299 | 2025-01-17T07:41:56.117Z | Compiling zerovec v0.10.4 |
1300 | 2025-01-17T07:41:56.177Z | Compiling futures-util v0.3.31 |
1301 | 2025-01-17T07:41:56.468Z | Compiling rand v0.8.5 |
1302 | 2025-01-17T07:41:57.309Z | Compiling der v0.7.9 |
1303 | 2025-01-17T07:41:58.077Z | Compiling tinystr v0.7.6 |
1304 | 2025-01-17T07:41:58.174Z | Compiling icu_collections v1.5.0 |
1305 | 2025-01-17T07:41:58.259Z | Compiling salsa20 v0.10.2 |
1306 | 2025-01-17T07:41:58.433Z | Compiling icu_locid v1.5.0 |
1307 | 2025-01-17T07:41:58.464Z | Compiling pest v2.7.14 |
1308 | 2025-01-17T07:41:58.485Z | Compiling pbkdf2 v0.12.2 |
1309 | 2025-01-17T07:41:58.690Z | Compiling num-conv v0.1.0 |
1310 | 2025-01-17T07:41:58.978Z | Compiling powerfmt v0.2.0 |
1311 | 2025-01-17T07:41:59.332Z | Compiling spki v0.7.3 |
1312 | 2025-01-17T07:41:59.374Z | Compiling tracing v0.1.40 |
1313 | 2025-01-17T07:41:59.466Z | Compiling untrusted v0.9.0 |
1314 | 2025-01-17T07:41:59.641Z | Compiling icu_provider v1.5.0 |
1315 | 2025-01-17T07:41:59.701Z | Compiling icu_properties_data v1.5.0 |
1316 | 2025-01-17T07:41:59.872Z | Compiling untrusted v0.7.1 |
1317 | 2025-01-17T07:41:59.964Z | Compiling mirai-annotations v1.12.0 |
1318 | 2025-01-17T07:42:00.052Z | Compiling time-core v0.1.2 |
1319 | 2025-01-17T07:42:00.157Z | Compiling vcpkg v0.2.15 |
1320 | 2025-01-17T07:42:00.242Z | Compiling time-macros v0.2.18 |
1321 | 2025-01-17T07:42:00.477Z | Compiling icu_locid_transform v1.5.0 |
1322 | 2025-01-17T07:42:00.561Z | Compiling deranged v0.3.11 |
1323 | 2025-01-17T07:42:01.385Z | Compiling pest_meta v2.7.14 |
1324 | 2025-01-17T07:42:02.054Z | Compiling openssl-sys v0.9.103 |
1325 | 2025-01-17T07:42:02.075Z | Compiling icu_properties v1.5.1 |
1326 | 2025-01-17T07:42:02.727Z | Compiling scrypt v0.11.0 |
1327 | 2025-01-17T07:42:02.883Z | Compiling bitflags v2.6.0 |
1328 | 2025-01-17T07:42:03.078Z | Compiling bytes v1.9.0 |
1329 | 2025-01-17T07:42:03.307Z | Compiling indexmap v2.7.0 |
1330 | 2025-01-17T07:42:03.309Z | Compiling semver v1.0.24 |
1331 | 2025-01-17T07:42:03.694Z | Compiling cbc v0.1.2 |
1332 | 2025-01-17T07:42:03.932Z | Compiling tokio v1.43.0 |
1333 | 2025-01-17T07:42:04.011Z | Compiling http v1.2.0 |
1334 | 2025-01-17T07:42:04.244Z | Compiling rustc_version v0.4.1 |
1335 | 2025-01-17T07:42:04.619Z | Compiling aes v0.8.4 |
1336 | 2025-01-17T07:42:04.943Z | Compiling scroll_derive v0.12.0 |
1337 | 2025-01-17T07:42:05.762Z | Compiling utf8_iter v1.0.4 |
1338 | 2025-01-17T07:42:05.904Z | Compiling icu_normalizer_data v1.5.0 |
1339 | 2025-01-17T07:42:06.012Z | Compiling num_threads v0.1.7 |
1340 | 2025-01-17T07:42:06.032Z | Compiling write16 v1.0.0 |
1341 | 2025-01-17T07:42:06.167Z | Compiling utf16_iter v1.0.5 |
1342 | 2025-01-17T07:42:06.188Z | Compiling atomic-waker v1.1.2 |
1343 | 2025-01-17T07:42:06.192Z | Compiling time v0.3.36 |
1344 | 2025-01-17T07:42:06.365Z | Compiling scroll v0.12.0 |
1345 | 2025-01-17T07:42:06.385Z | Compiling icu_normalizer v1.5.0 |
1346 | 2025-01-17T07:42:06.388Z | Compiling pkcs5 v0.7.1 |
1347 | 2025-01-17T07:42:06.625Z | Compiling http-body v1.0.1 |
1348 | 2025-01-17T07:42:06.869Z | Compiling which v4.4.2 |
1349 | 2025-01-17T07:42:06.992Z | Compiling pest_generator v2.7.14 |
1350 | 2025-01-17T07:42:07.415Z | Compiling form_urlencoded v1.2.1 |
1351 | 2025-01-17T07:42:07.494Z | Compiling slog v2.7.0 |
1352 | 2025-01-17T07:42:07.718Z | Compiling try-lock v0.2.5 |
1353 | 2025-01-17T07:42:07.885Z | Compiling want v0.3.1 |
1354 | 2025-01-17T07:42:07.908Z | Compiling goblin v0.8.2 |
1355 | 2025-01-17T07:42:08.048Z | Compiling idna_adapter v1.2.0 |
1356 | 2025-01-17T07:42:08.154Z | Compiling pkcs8 v0.10.2 |
1357 | 2025-01-17T07:42:08.175Z | Compiling uuid v1.11.0 |
1358 | 2025-01-17T07:42:08.259Z | Compiling httpdate v1.0.3 |
1359 | 2025-01-17T07:42:08.681Z | Compiling iana-time-zone v0.1.61 |
1360 | 2025-01-17T07:42:08.794Z | Compiling idna v1.0.3 |
1361 | 2025-01-17T07:42:08.881Z | Compiling pest_derive v2.7.14 |
1362 | 2025-01-17T07:42:09.070Z | Compiling chrono v0.4.38 |
1363 | 2025-01-17T07:42:09.645Z | Compiling dtrace-parser v0.2.0 |
1364 | 2025-01-17T07:42:10.273Z | Compiling toml_datetime v0.6.8 |
1365 | 2025-01-17T07:42:10.452Z | Compiling serde_spanned v0.6.8 |
1366 | 2025-01-17T07:42:10.696Z | Compiling serde_tokenstream v0.2.2 |
1367 | 2025-01-17T07:42:10.774Z | Compiling rustversion v1.0.17 |
1368 | 2025-01-17T07:42:10.838Z | Compiling base64 v0.22.1 |
1369 | 2025-01-17T07:42:11.290Z | Compiling foreign-types-shared v0.1.1 |
1370 | 2025-01-17T07:42:11.411Z | Compiling adler2 v2.0.0 |
1371 | 2025-01-17T07:42:11.463Z | Compiling openssl v0.10.66 |
1372 | 2025-01-17T07:42:11.532Z | Compiling tower-service v0.3.3 |
1373 | 2025-01-17T07:42:11.558Z | Compiling match_cfg v0.1.0 |
1374 | 2025-01-17T07:42:11.615Z | Compiling miniz_oxide v0.8.0 |
1375 | 2025-01-17T07:42:11.663Z | Compiling hostname v0.3.1 |
1376 | 2025-01-17T07:42:11.753Z | Compiling foreign-types v0.3.2 |
1377 | 2025-01-17T07:42:11.861Z | Compiling url v2.5.3 |
1378 | 2025-01-17T07:42:11.901Z | Compiling openssl-macros v0.1.1 |
1379 | 2025-01-17T07:42:12.430Z | Compiling tokio-util v0.7.12 |
1380 | 2025-01-17T07:42:12.635Z | Compiling async-trait v0.1.83 |
1381 | 2025-01-17T07:42:13.045Z | Compiling serde_derive_internals v0.29.1 |
1382 | 2025-01-17T07:42:13.135Z | Compiling dirs-sys-next v0.1.2 |
1383 | 2025-01-17T07:42:13.578Z | Compiling h2 v0.4.6 |
1384 | 2025-01-17T07:42:13.670Z | Compiling dof v0.3.0 |
1385 | 2025-01-17T07:42:13.673Z | Compiling rustls v0.23.19 |
1386 | 2025-01-17T07:42:13.958Z | Compiling schemars v0.8.21 |
1387 | 2025-01-17T07:42:14.294Z | Compiling native-tls v0.2.12 |
1388 | 2025-01-17T07:42:14.630Z | Compiling usdt-impl v0.5.0 |
1389 | 2025-01-17T07:42:14.997Z | Compiling data-encoding v2.6.0 |
1390 | 2025-01-17T07:42:15.370Z | Compiling syn v1.0.109 |
1391 | 2025-01-17T07:42:15.436Z | Compiling siphasher v0.3.11 |
1392 | 2025-01-17T07:42:15.878Z | Compiling rustls v0.22.4 |
1393 | 2025-01-17T07:42:16.015Z | Compiling schemars_derive v0.8.21 |
1394 | 2025-01-17T07:42:16.124Z | Compiling dirs-next v2.0.0 |
1395 | 2025-01-17T07:42:17.081Z | Compiling http-body-util v0.1.2 |
1396 | 2025-01-17T07:42:17.199Z | Compiling heapless v0.7.17 |
1397 | 2025-01-17T07:42:17.420Z | Compiling crossbeam-epoch v0.9.18 |
1398 | 2025-01-17T07:42:17.559Z | Compiling sha1 v0.10.6 |
1399 | 2025-01-17T07:42:17.581Z | Compiling signature v2.2.0 |
1400 | 2025-01-17T07:42:17.621Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1401 | 2025-01-17T07:42:17.874Z | Compiling thread_local v1.1.8 |
1402 | 2025-01-17T07:42:17.951Z | Compiling encoding_rs v0.8.34 |
1403 | 2025-01-17T07:42:18.092Z | Compiling multer v3.1.0 |
1404 | 2025-01-17T07:42:18.130Z | Compiling cookie v0.18.1 |
1405 | 2025-01-17T07:42:18.360Z | Compiling signal-hook v0.3.17 |
1406 | 2025-01-17T07:42:18.393Z | Compiling slog-async v2.8.0 |
1407 | 2025-01-17T07:42:18.413Z | Compiling unicode-properties v0.1.3 |
1408 | 2025-01-17T07:42:18.637Z | Compiling rayon-core v1.12.1 |
1409 | 2025-01-17T07:42:18.828Z | Compiling mime v0.3.17 |
1410 | 2025-01-17T07:42:18.870Z | Compiling dyn-clone v1.0.17 |
1411 | 2025-01-17T07:42:18.921Z | Compiling ipnet v2.10.1 |
1412 | 2025-01-17T07:42:19.080Z | Compiling gimli v0.31.1 |
1413 | 2025-01-17T07:42:19.099Z | Compiling openssl-probe v0.1.5 |
1414 | 2025-01-17T07:42:19.522Z | Compiling stringprep v0.1.5 |
1415 | 2025-01-17T07:42:20.117Z | Compiling toml_edit v0.22.22 |
1416 | 2025-01-17T07:42:20.582Z | Compiling hyper v1.5.2 |
1417 | 2025-01-17T07:42:22.767Z | Compiling crossbeam-deque v0.8.5 |
1418 | 2025-01-17T07:42:23.112Z | Compiling hyper-util v0.1.10 |
1419 | 2025-01-17T07:42:23.463Z | Compiling addr2line v0.24.2 |
1420 | 2025-01-17T07:42:23.760Z | Compiling usdt-macro v0.5.0 |
1421 | 2025-01-17T07:42:23.780Z | Compiling usdt-attr-macro v0.5.0 |
1422 | 2025-01-17T07:42:24.094Z | Compiling term v0.7.0 |
1423 | 2025-01-17T07:42:24.304Z | Compiling slog-json v2.6.1 |
1424 | 2025-01-17T07:42:24.677Z | Compiling serde_urlencoded v0.7.1 |
1425 | 2025-01-17T07:42:25.092Z | Compiling curve25519-dalek v4.1.3 |
1426 | 2025-01-17T07:42:25.125Z | Compiling crossbeam-channel v0.5.13 |
1427 | 2025-01-17T07:42:25.292Z | Compiling futures-executor v0.3.31 |
1428 | 2025-01-17T07:42:25.323Z | Compiling enum-as-inner v0.6.1 |
1429 | 2025-01-17T07:42:25.752Z | Compiling md-5 v0.10.6 |
1430 | 2025-01-17T07:42:25.862Z | Compiling async-stream-impl v0.3.6 |
1431 | 2025-01-17T07:42:25.925Z | Compiling rustls-pemfile v2.2.0 |
1432 | 2025-01-17T07:42:26.073Z | Compiling num-integer v0.1.46 |
1433 | 2025-01-17T07:42:26.126Z | Compiling idna v0.4.0 |
1434 | 2025-01-17T07:42:26.271Z | Compiling idna v0.3.0 |
1435 | 2025-01-17T07:42:26.373Z | Compiling hash32 v0.2.1 |
1436 | 2025-01-17T07:42:26.715Z | Compiling ff v0.13.0 |
1437 | 2025-01-17T07:42:26.806Z | Compiling is-terminal v0.4.13 |
1438 | 2025-01-17T07:42:26.941Z | Compiling object v0.36.5 |
1439 | 2025-01-17T07:42:26.957Z | Compiling dropshot v0.12.0 |
1440 | 2025-01-17T07:42:27.151Z | Compiling psl-types v2.0.11 |
1441 | 2025-01-17T07:42:27.235Z | Compiling take_mut v0.2.2 |
1442 | 2025-01-17T07:42:27.361Z | Compiling anyhow v1.0.93 |
1443 | 2025-01-17T07:42:27.412Z | Compiling smoltcp v0.9.1 |
1444 | 2025-01-17T07:42:27.474Z | Compiling linked-hash-map v0.5.6 |
1445 | 2025-01-17T07:42:27.629Z | Compiling num-bigint-dig v0.8.4 |
1446 | 2025-01-17T07:42:27.793Z | Compiling quick-error v1.2.3 |
1447 | 2025-01-17T07:42:27.829Z | Compiling portable-atomic v1.9.0 |
1448 | 2025-01-17T07:42:27.915Z | Compiling rustc-demangle v0.1.24 |
1449 | 2025-01-17T07:42:27.937Z | Compiling utf-8 v0.7.6 |
1450 | 2025-01-17T07:42:27.957Z | Compiling fallible-iterator v0.2.0 |
1451 | 2025-01-17T07:42:28.006Z | Compiling base16ct v0.2.0 |
1452 | 2025-01-17T07:42:28.235Z | Compiling sec1 v0.7.3 |
1453 | 2025-01-17T07:42:28.333Z | Compiling tungstenite v0.24.0 |
1454 | 2025-01-17T07:42:28.592Z | Compiling postgres-protocol v0.6.7 |
1455 | 2025-01-17T07:42:28.807Z | Compiling resolv-conf v0.7.0 |
1456 | 2025-01-17T07:42:28.897Z | Compiling lru-cache v0.1.2 |
1457 | 2025-01-17T07:42:29.222Z | Compiling publicsuffix v2.2.3 |
1458 | 2025-01-17T07:42:29.514Z | Compiling async-stream v0.3.6 |
1459 | 2025-01-17T07:42:29.552Z | Compiling hickory-proto v0.24.1 |
1460 | 2025-01-17T07:42:29.791Z | Compiling usdt v0.5.0 |
1461 | 2025-01-17T07:42:29.818Z | Compiling slog-term v2.9.1 |
1462 | 2025-01-17T07:42:30.134Z | Compiling group v0.13.0 |
1463 | 2025-01-17T07:42:30.276Z | Compiling num-iter v0.1.45 |
1464 | 2025-01-17T07:42:30.476Z | Compiling futures v0.3.31 |
1465 | 2025-01-17T07:42:30.556Z | Compiling slog-bunyan v2.5.0 |
1466 | 2025-01-17T07:42:30.759Z | Compiling toml v0.8.19 |
1467 | 2025-01-17T07:42:30.987Z | Compiling camino v1.1.9 |
1468 | 2025-01-17T07:42:31.877Z | Compiling tokio-native-tls v0.3.1 |
1469 | 2025-01-17T07:42:32.301Z | Compiling phf_shared v0.11.2 |
1470 | 2025-01-17T07:42:32.376Z | Compiling dropshot_endpoint v0.12.0 |
1471 | 2025-01-17T07:42:32.655Z | Compiling terminal_size v0.4.0 |
1472 | 2025-01-17T07:42:32.883Z | Compiling waitgroup v0.1.2 |
1473 | 2025-01-17T07:42:33.102Z | Compiling openapiv3 v2.0.0 |
1474 | 2025-01-17T07:42:33.129Z | Compiling serde_path_to_error v0.1.16 |
1475 | 2025-01-17T07:42:33.154Z | Compiling hkdf v0.12.4 |
1476 | 2025-01-17T07:42:33.416Z | Compiling backtrace v0.3.74 |
1477 | 2025-01-17T07:42:33.882Z | Compiling crypto-bigint v0.5.5 |
1478 | 2025-01-17T07:42:33.902Z | Compiling zerocopy-derive v0.6.6 |
1479 | 2025-01-17T07:42:35.898Z | Compiling curve25519-dalek-derive v0.1.1 |
1480 | 2025-01-17T07:42:36.513Z | Compiling webpki-roots v0.26.6 |
1481 | 2025-01-17T07:42:36.622Z | Compiling idna v0.5.0 |
1482 | 2025-01-17T07:42:36.642Z | Compiling hubpack_derive v0.1.1 |
1483 | 2025-01-17T07:42:36.730Z | Compiling hostname v0.4.0 |
1484 | 2025-01-17T07:42:36.941Z | Compiling fs-err v2.11.0 |
1485 | 2025-01-17T07:42:37.051Z | Compiling crc32fast v1.4.2 |
1486 | 2025-01-17T07:42:37.240Z | Compiling ahash v0.8.11 |
1487 | 2025-01-17T07:42:37.288Z | Compiling debug-ignore v1.0.5 |
1488 | 2025-01-17T07:42:37.380Z | Compiling managed v0.8.0 |
1489 | 2025-01-17T07:42:37.436Z | Compiling bitflags v1.3.2 |
1490 | 2025-01-17T07:42:37.471Z | Compiling newtype-uuid v1.2.1 |
1491 | 2025-01-17T07:42:37.547Z | Compiling winnow v0.5.40 |
1492 | 2025-01-17T07:42:37.565Z | Compiling console v0.15.8 |
1493 | 2025-01-17T07:42:37.884Z | Compiling cookie_store v0.21.0 |
1494 | 2025-01-17T07:42:38.107Z | Compiling hubpack v0.1.2 |
1495 | 2025-01-17T07:42:38.517Z | Compiling clap_builder v4.5.21 |
1496 | 2025-01-17T07:42:38.617Z | Compiling strum_macros v0.25.3 |
1497 | 2025-01-17T07:42:39.317Z | Compiling flate2 v1.0.34 |
1498 | 2025-01-17T07:42:39.722Z | Compiling elliptic-curve v0.13.8 |
1499 | 2025-01-17T07:42:39.829Z | Compiling zerocopy v0.6.6 |
1500 | 2025-01-17T07:42:40.198Z | Compiling hickory-resolver v0.24.1 |
1501 | 2025-01-17T07:42:40.564Z | Compiling signal-hook-mio v0.2.4 |
1502 | 2025-01-17T07:42:40.737Z | Compiling toml_edit v0.19.15 |
1503 | 2025-01-17T07:42:41.004Z | Compiling phf v0.11.2 |
1504 | 2025-01-17T07:42:41.293Z | Compiling hyper-tls v0.6.0 |
1505 | 2025-01-17T07:42:41.323Z | Compiling rayon v1.10.0 |
1506 | 2025-01-17T07:42:41.695Z | Compiling bzip2 v0.4.4 |
1507 | 2025-01-17T07:42:42.381Z | Compiling postgres-types v0.2.8 |
1508 | 2025-01-17T07:42:43.724Z | Compiling tokio-tungstenite v0.24.0 |
1509 | 2025-01-17T07:42:45.510Z | Compiling ed25519 v2.2.3 |
1510 | 2025-01-17T07:42:45.558Z | Compiling phf_shared v0.10.0 |
1511 | 2025-01-17T07:42:45.937Z | Compiling tokio-stream v0.1.16 |
1512 | 2025-01-17T07:42:46.017Z | Compiling pkcs1 v0.7.5 |
1513 | 2025-01-17T07:42:46.783Z | Compiling serde-big-array v0.5.1 |
1514 | 2025-01-17T07:42:46.883Z | Compiling clap_derive v4.5.18 |
1515 | 2025-01-17T07:42:46.906Z | Compiling rfc6979 v0.4.0 |
1516 | 2025-01-17T07:42:46.935Z | Compiling derive-where v1.2.7 |
1517 | 2025-01-17T07:42:46.999Z | Compiling serde_repr v0.1.19 |
1518 | 2025-01-17T07:42:47.103Z | Compiling float-cmp v0.9.0 |
1519 | 2025-01-17T07:42:47.331Z | Compiling bstr v1.10.0 |
1520 | 2025-01-17T07:42:47.398Z | Compiling sync_wrapper v1.0.1 |
1521 | 2025-01-17T07:42:47.561Z | Compiling new_debug_unreachable v1.0.6 |
1522 | 2025-01-17T07:42:47.666Z | Compiling normalize-line-endings v0.3.0 |
1523 | 2025-01-17T07:42:47.796Z | Compiling fixedbitset v0.4.2 |
1524 | 2025-01-17T07:42:47.964Z | Compiling static_assertions v1.1.0 |
1525 | 2025-01-17T07:42:48.073Z | Compiling number_prefix v0.4.0 |
1526 | 2025-01-17T07:42:48.093Z | Compiling unicode-segmentation v1.12.0 |
1527 | 2025-01-17T07:42:48.212Z | Compiling unicode-width v0.2.0 |
1528 | 2025-01-17T07:42:48.312Z | Compiling precomputed-hash v0.1.1 |
1529 | 2025-01-17T07:42:48.445Z | Compiling bit-vec v0.6.3 |
1530 | 2025-01-17T07:42:48.753Z | Compiling difflib v0.4.0 |
1531 | 2025-01-17T07:42:48.830Z | Compiling predicates-core v1.0.8 |
1532 | 2025-01-17T07:42:48.868Z | Compiling whoami v1.5.2 |
1533 | 2025-01-17T07:42:48.943Z | Compiling similar v2.6.0 |
1534 | 2025-01-17T07:42:49.157Z | Compiling bit-set v0.5.3 |
1535 | 2025-01-17T07:42:49.426Z | Compiling tokio-postgres v0.7.12 |
1536 | 2025-01-17T07:42:49.445Z | Compiling predicates v3.1.2 |
1537 | 2025-01-17T07:42:50.092Z | Compiling indicatif v0.17.9 |
1538 | 2025-01-17T07:42:50.144Z | Compiling string_cache v0.8.7 |
1539 | 2025-01-17T07:42:50.569Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1540 | 2025-01-17T07:42:50.924Z | Compiling petgraph v0.6.5 |
1541 | 2025-01-17T07:42:51.034Z | Compiling ecdsa v0.16.9 |
1542 | 2025-01-17T07:42:51.385Z | Compiling clap v4.5.21 |
1543 | 2025-01-17T07:42:51.514Z | Compiling rsa v0.9.6 |
1544 | 2025-01-17T07:42:51.871Z | Compiling ed25519-dalek v2.1.1 |
1545 | 2025-01-17T07:42:52.163Z | Compiling toml v0.7.8 |
1546 | 2025-01-17T07:42:53.153Z | Compiling zip v0.6.6 |
1547 | 2025-01-17T07:42:53.693Z | Compiling crossterm v0.28.1 |
1548 | 2025-01-17T07:42:55.115Z | Compiling hex v0.4.3 |
1549 | 2025-01-17T07:42:55.248Z | Compiling x509-cert v0.2.5 |
1550 | 2025-01-17T07:42:55.330Z | Compiling itertools v0.10.5 |
1551 | 2025-01-17T07:42:55.691Z | Compiling lalrpop-util v0.19.12 |
1552 | 2025-01-17T07:42:55.895Z | Compiling peg-runtime v0.8.3 |
1553 | 2025-01-17T07:42:56.068Z | Compiling unicode-xid v0.2.6 |
1554 | 2025-01-17T07:42:56.268Z | Compiling strum_macros v0.26.4 |
1555 | 2025-01-17T07:42:56.482Z | Compiling xattr v1.3.1 |
1556 | 2025-01-17T07:42:56.739Z | Compiling filetime v0.2.25 |
1557 | 2025-01-17T07:42:57.032Z | Compiling tar v0.4.42 |
1558 | 2025-01-17T07:43:00.898Z | Compiling strum v0.26.3 |
1559 | 2025-01-17T07:43:03.923Z | Compiling aws-lc-sys v0.22.0 |
1560 | 2025-01-17T07:43:31.224Z | Compiling rustls-webpki v0.102.8 |
1561 | 2025-01-17T07:43:34.360Z | Compiling tokio-rustls v0.25.0 |
1562 | 2025-01-17T07:43:36.031Z | Compiling tokio-rustls v0.26.0 |
1563 | 2025-01-17T07:43:36.342Z | Compiling hyper-rustls v0.27.3 |
1564 | 2025-01-17T07:43:36.626Z | Compiling reqwest v0.12.9 |
1565 | 2025-01-17T07:43:37.999Z | Compiling qorb v0.2.1 |
1566 | 2025-01-17T07:43:41.122Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1567 | 2025-01-17T07:43:41.357Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1568 | 2025-01-17T07:43:45.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
1569 | 2025-01-17T07:43:45.963Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1570 | 2025-01-17T07:43:46.011Z | Jan 17 07:43:44.142 INFO Starting download, target: Cockroach |
1571 | 2025-01-17T07:43:46.011Z | Jan 17 07:43:44.142 INFO Starting download, target: Clickhouse |
1572 | 2025-01-17T07:43:46.011Z | Jan 17 07:43:44.142 INFO Starting download, target: Console |
1573 | 2025-01-17T07:43:46.015Z | Jan 17 07:43:44.142 INFO Starting download, target: DendriteOpenapi |
1574 | 2025-01-17T07:43:46.015Z | Jan 17 07:43:44.142 INFO Starting download, target: DendriteStub |
1575 | 2025-01-17T07:43:46.015Z | Jan 17 07:43:44.142 INFO Starting download, target: MaghemiteMgd |
1576 | 2025-01-17T07:43:46.015Z | Jan 17 07:43:44.142 INFO Starting download, target: TransceiverControl |
1577 | 2025-01-17T07:43:46.015Z | Jan 17 07:43:44.143 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1578 | 2025-01-17T07:43:46.015Z | Jan 17 07:43:44.143 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1579 | 2025-01-17T07:43:46.015Z | Jan 17 07:43:44.143 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1580 | 2025-01-17T07:43:46.015Z | Jan 17 07:43:44.143 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1581 | 2025-01-17T07:43:46.015Z | Jan 17 07:43:44.143 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1582 | 2025-01-17T07:43:46.015Z | Jan 17 07:43:44.143 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1583 | 2025-01-17T07:43:46.015Z | Jan 17 07:43:44.143 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1584 | 2025-01-17T07:43:46.152Z | Jan 17 07:43:44.276 INFO Download complete, target: DendriteOpenapi |
1585 | 2025-01-17T07:43:46.364Z | Jan 17 07:43:44.458 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1586 | 2025-01-17T07:43:46.619Z | Jan 17 07:43:44.729 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1587 | 2025-01-17T07:43:46.894Z | Jan 17 07:43:45.021 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1588 | 2025-01-17T07:43:46.941Z | Jan 17 07:43:45.065 INFO Download complete, target: Console |
1589 | 2025-01-17T07:43:46.956Z | Jan 17 07:43:45.070 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1590 | 2025-01-17T07:43:47.025Z | Jan 17 07:43:45.155 INFO Download complete, target: TransceiverControl |
1591 | 2025-01-17T07:43:47.481Z | Jan 17 07:43:45.609 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1592 | 2025-01-17T07:43:47.481Z | Jan 17 07:43:45.609 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1593 | 2025-01-17T07:43:47.949Z | Jan 17 07:43:46.068 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1594 | 2025-01-17T07:43:49.699Z | Jan 17 07:43:47.827 INFO Download complete, target: DendriteStub |
1595 | 2025-01-17T07:43:49.722Z | Jan 17 07:43:47.851 INFO Download complete, target: MaghemiteMgd |
1596 | 2025-01-17T07:43:54.764Z | Jan 17 07:43:52.888 INFO Checking that binary works, target: Cockroach |
1597 | 2025-01-17T07:43:55.044Z | Jan 17 07:43:53.170 INFO Download complete, target: Cockroach |
1598 | 2025-01-17T07:44:00.212Z | Jan 17 07:43:58.335 INFO Checking that binary works, target: Clickhouse |
1599 | 2025-01-17T07:44:00.333Z | Jan 17 07:43:58.454 INFO Download complete, target: Clickhouse |
1600 | 2025-01-17T07:44:00.353Z | All builder prerequisites installed successfully, and PATH looks valid |
1601 | 2025-01-17T07:44:00.356Z | |
1602 | 2025-01-17T07:44:00.356Z | real 5:53.815590157 |
1603 | 2025-01-17T07:44:00.356Z | user 15:38.629621484 |
1604 | 2025-01-17T07:44:00.356Z | sys 2:02.004400844 |
1605 | 2025-01-17T07:44:00.356Z | trap 0.541653216 |
1606 | 2025-01-17T07:44:00.356Z | tflt 1.827059913 |
1607 | 2025-01-17T07:44:00.356Z | dflt 1.688832009 |
1608 | 2025-01-17T07:44:00.356Z | kflt 0.031658544 |
1609 | 2025-01-17T07:44:00.356Z | lock 24:50.161943052 |
1610 | 2025-01-17T07:44:00.356Z | slp 56:54.660692993 |
1611 | 2025-01-17T07:44:00.356Z | lat 58.414718690 |
1612 | 2025-01-17T07:44:00.356Z | stop 2:21.634552994 |
1613 | 2025-01-17T07:44:00.356Z | + banner hack-check |
1614 | 2025-01-17T07:44:00.359Z | |
1615 | 2025-01-17T07:44:00.359Z | # # ## #### # # #### # # ###### #### # # |
1616 | 2025-01-17T07:44:00.359Z | # # # # # # # # # # # # # # # # # |
1617 | 2025-01-17T07:44:00.359Z | ###### # # # #### ##### # ###### ##### # #### |
1618 | 2025-01-17T07:44:00.359Z | # # ###### # # # # # # # # # # |
1619 | 2025-01-17T07:44:00.359Z | # # # # # # # # # # # # # # # # # |
1620 | 2025-01-17T07:44:00.359Z | # # # # #### # # #### # # ###### #### # # |
1621 | 2025-01-17T07:44:00.359Z | |
1622 | 2025-01-17T07:44:00.359Z | + export CARGO_INCREMENTAL=0 |
1623 | 2025-01-17T07:44:00.359Z | + CARGO_INCREMENTAL=0 |
1624 | 2025-01-17T07:44:00.359Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1625 | 2025-01-17T07:44:00.893Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1626 | 2025-01-17T07:44:03.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
1627 | 2025-01-17T07:44:03.745Z | Running `target/debug/xtask check-features --ci` |
1628 | 2025-01-17T07:44:03.766Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1629 | 2025-01-17T07:44:03.769Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1630 | 2025-01-17T07:44:04.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1631 | 2025-01-17T07:44:04.219Z | Running `target/debug/xtask download cargo-hack` |
1632 | 2025-01-17T07:44:05.037Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1633 | 2025-01-17T07:44:05.418Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1634 | 2025-01-17T07:44:09.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s |
1635 | 2025-01-17T07:44:09.237Z | Running `target/debug/xtask-downloader cargo-hack` |
1636 | 2025-01-17T07:44:09.273Z | Jan 17 07:44:07.392 INFO Starting download, target: CargoHack |
1637 | 2025-01-17T07:44:09.276Z | Jan 17 07:44:07.393 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1638 | 2025-01-17T07:44:09.754Z | Jan 17 07:44:07.873 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1639 | 2025-01-17T07:44:09.843Z | Jan 17 07:44:07.962 INFO Download complete, target: CargoHack |
1640 | 2025-01-17T07:44:09.847Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1641 | 2025-01-17T07:44:09.864Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1642 | 2025-01-17T07:44:10.041Z | info: running `cargo check --bins` on api_identity (1/197) |
1643 | 2025-01-17T07:44:10.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2025-01-17T07:44:10.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2025-01-17T07:44:10.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2025-01-17T07:44:10.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1647 | 2025-01-17T07:44:10.635Z | |
1648 | 2025-01-17T07:44:10.635Z | info: running `cargo check --bins` on bootstore (2/197) |
1649 | 2025-01-17T07:44:11.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2025-01-17T07:44:11.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2025-01-17T07:44:11.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2025-01-17T07:44:11.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1653 | 2025-01-17T07:44:11.255Z | |
1654 | 2025-01-17T07:44:11.255Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/197) |
1655 | 2025-01-17T07:44:11.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2025-01-17T07:44:11.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2025-01-17T07:44:11.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2025-01-17T07:44:11.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1659 | 2025-01-17T07:44:11.854Z | |
1660 | 2025-01-17T07:44:11.854Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197) |
1661 | 2025-01-17T07:44:12.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2025-01-17T07:44:12.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2025-01-17T07:44:12.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1664 | 2025-01-17T07:44:12.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1665 | 2025-01-17T07:44:12.462Z | |
1666 | 2025-01-17T07:44:12.462Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197) |
1667 | 2025-01-17T07:44:12.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1668 | 2025-01-17T07:44:12.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1669 | 2025-01-17T07:44:12.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1670 | 2025-01-17T07:44:12.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1671 | 2025-01-17T07:44:12.868Z | |
1672 | 2025-01-17T07:44:12.868Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197) |
1673 | 2025-01-17T07:44:13.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1674 | 2025-01-17T07:44:13.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1675 | 2025-01-17T07:44:13.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1676 | 2025-01-17T07:44:13.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1677 | 2025-01-17T07:44:13.291Z | |
1678 | 2025-01-17T07:44:13.291Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197) |
1679 | 2025-01-17T07:44:13.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2025-01-17T07:44:13.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2025-01-17T07:44:13.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2025-01-17T07:44:13.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1683 | 2025-01-17T07:44:13.709Z | |
1684 | 2025-01-17T07:44:13.709Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197) |
1685 | 2025-01-17T07:44:14.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2025-01-17T07:44:14.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2025-01-17T07:44:14.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2025-01-17T07:44:14.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1689 | 2025-01-17T07:44:14.128Z | |
1690 | 2025-01-17T07:44:14.129Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197) |
1691 | 2025-01-17T07:44:14.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2025-01-17T07:44:14.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2025-01-17T07:44:14.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1694 | 2025-01-17T07:44:14.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1695 | 2025-01-17T07:44:14.539Z | |
1696 | 2025-01-17T07:44:14.539Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197) |
1697 | 2025-01-17T07:44:14.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1698 | 2025-01-17T07:44:14.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1699 | 2025-01-17T07:44:14.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1700 | 2025-01-17T07:44:14.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1701 | 2025-01-17T07:44:14.957Z | |
1702 | 2025-01-17T07:44:14.957Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197) |
1703 | 2025-01-17T07:44:15.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2025-01-17T07:44:15.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2025-01-17T07:44:15.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1706 | 2025-01-17T07:44:15.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1707 | 2025-01-17T07:44:15.378Z | |
1708 | 2025-01-17T07:44:15.378Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197) |
1709 | 2025-01-17T07:44:15.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1710 | 2025-01-17T07:44:15.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1711 | 2025-01-17T07:44:15.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1712 | 2025-01-17T07:44:15.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1713 | 2025-01-17T07:44:15.799Z | |
1714 | 2025-01-17T07:44:15.799Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197) |
1715 | 2025-01-17T07:44:16.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1716 | 2025-01-17T07:44:16.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1717 | 2025-01-17T07:44:16.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1718 | 2025-01-17T07:44:16.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1719 | 2025-01-17T07:44:16.218Z | |
1720 | 2025-01-17T07:44:16.218Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197) |
1721 | 2025-01-17T07:44:16.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1722 | 2025-01-17T07:44:16.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1723 | 2025-01-17T07:44:16.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1724 | 2025-01-17T07:44:16.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1725 | 2025-01-17T07:44:16.637Z | |
1726 | 2025-01-17T07:44:16.637Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197) |
1727 | 2025-01-17T07:44:17.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1728 | 2025-01-17T07:44:17.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1729 | 2025-01-17T07:44:17.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1730 | 2025-01-17T07:44:17.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1731 | 2025-01-17T07:44:17.058Z | |
1732 | 2025-01-17T07:44:17.058Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197) |
1733 | 2025-01-17T07:44:17.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2025-01-17T07:44:17.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2025-01-17T07:44:17.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2025-01-17T07:44:17.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1737 | 2025-01-17T07:44:17.483Z | |
1738 | 2025-01-17T07:44:17.483Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197) |
1739 | 2025-01-17T07:44:17.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2025-01-17T07:44:17.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2025-01-17T07:44:17.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2025-01-17T07:44:17.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1743 | 2025-01-17T07:44:17.905Z | |
1744 | 2025-01-17T07:44:17.905Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197) |
1745 | 2025-01-17T07:44:18.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2025-01-17T07:44:18.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2025-01-17T07:44:18.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2025-01-17T07:44:18.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1749 | 2025-01-17T07:44:18.331Z | |
1750 | 2025-01-17T07:44:18.331Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197) |
1751 | 2025-01-17T07:44:18.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2025-01-17T07:44:18.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2025-01-17T07:44:18.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2025-01-17T07:44:18.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1755 | 2025-01-17T07:44:18.760Z | |
1756 | 2025-01-17T07:44:18.760Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197) |
1757 | 2025-01-17T07:44:19.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2025-01-17T07:44:19.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2025-01-17T07:44:19.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2025-01-17T07:44:19.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1761 | 2025-01-17T07:44:19.186Z | |
1762 | 2025-01-17T07:44:19.186Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197) |
1763 | 2025-01-17T07:44:19.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2025-01-17T07:44:19.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2025-01-17T07:44:19.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2025-01-17T07:44:19.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1767 | 2025-01-17T07:44:19.610Z | |
1768 | 2025-01-17T07:44:19.610Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197) |
1769 | 2025-01-17T07:44:19.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2025-01-17T07:44:20.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2025-01-17T07:44:20.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2025-01-17T07:44:20.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1773 | 2025-01-17T07:44:20.038Z | |
1774 | 2025-01-17T07:44:20.038Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197) |
1775 | 2025-01-17T07:44:20.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2025-01-17T07:44:20.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2025-01-17T07:44:20.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1778 | 2025-01-17T07:44:20.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1779 | 2025-01-17T07:44:20.468Z | |
1780 | 2025-01-17T07:44:20.468Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197) |
1781 | 2025-01-17T07:44:20.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1782 | 2025-01-17T07:44:20.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1783 | 2025-01-17T07:44:20.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1784 | 2025-01-17T07:44:20.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1785 | 2025-01-17T07:44:20.892Z | |
1786 | 2025-01-17T07:44:20.892Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197) |
1787 | 2025-01-17T07:44:21.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1788 | 2025-01-17T07:44:21.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1789 | 2025-01-17T07:44:21.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1790 | 2025-01-17T07:44:21.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1791 | 2025-01-17T07:44:21.319Z | |
1792 | 2025-01-17T07:44:21.319Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197) |
1793 | 2025-01-17T07:44:21.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1794 | 2025-01-17T07:44:21.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1795 | 2025-01-17T07:44:21.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1796 | 2025-01-17T07:44:21.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1797 | 2025-01-17T07:44:21.740Z | |
1798 | 2025-01-17T07:44:21.740Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197) |
1799 | 2025-01-17T07:44:22.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1800 | 2025-01-17T07:44:22.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1801 | 2025-01-17T07:44:22.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1802 | 2025-01-17T07:44:22.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1803 | 2025-01-17T07:44:22.166Z | |
1804 | 2025-01-17T07:44:22.166Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197) |
1805 | 2025-01-17T07:44:22.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1806 | 2025-01-17T07:44:22.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1807 | 2025-01-17T07:44:22.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1808 | 2025-01-17T07:44:22.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1809 | 2025-01-17T07:44:22.584Z | |
1810 | 2025-01-17T07:44:22.584Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197) |
1811 | 2025-01-17T07:44:22.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1812 | 2025-01-17T07:44:22.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1813 | 2025-01-17T07:44:22.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1814 | 2025-01-17T07:44:22.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1815 | 2025-01-17T07:44:23.009Z | |
1816 | 2025-01-17T07:44:23.009Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197) |
1817 | 2025-01-17T07:44:23.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1818 | 2025-01-17T07:44:23.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1819 | 2025-01-17T07:44:23.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1820 | 2025-01-17T07:44:23.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1821 | 2025-01-17T07:44:23.429Z | |
1822 | 2025-01-17T07:44:23.429Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197) |
1823 | 2025-01-17T07:44:23.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1824 | 2025-01-17T07:44:23.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1825 | 2025-01-17T07:44:23.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1826 | 2025-01-17T07:44:23.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1827 | 2025-01-17T07:44:23.849Z | |
1828 | 2025-01-17T07:44:23.849Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197) |
1829 | 2025-01-17T07:44:24.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1830 | 2025-01-17T07:44:24.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1831 | 2025-01-17T07:44:24.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1832 | 2025-01-17T07:44:24.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1833 | 2025-01-17T07:44:24.268Z | |
1834 | 2025-01-17T07:44:24.268Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197) |
1835 | 2025-01-17T07:44:24.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1836 | 2025-01-17T07:44:24.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1837 | 2025-01-17T07:44:24.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1838 | 2025-01-17T07:44:24.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1839 | 2025-01-17T07:44:24.688Z | |
1840 | 2025-01-17T07:44:24.688Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197) |
1841 | 2025-01-17T07:44:25.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1842 | 2025-01-17T07:44:25.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1843 | 2025-01-17T07:44:25.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1844 | 2025-01-17T07:44:25.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1845 | 2025-01-17T07:44:25.112Z | |
1846 | 2025-01-17T07:44:25.112Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197) |
1847 | 2025-01-17T07:44:25.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1848 | 2025-01-17T07:44:25.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1849 | 2025-01-17T07:44:25.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1850 | 2025-01-17T07:44:25.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1851 | 2025-01-17T07:44:25.538Z | |
1852 | 2025-01-17T07:44:25.540Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197) |
1853 | 2025-01-17T07:44:25.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1854 | 2025-01-17T07:44:25.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1855 | 2025-01-17T07:44:25.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1856 | 2025-01-17T07:44:25.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1857 | 2025-01-17T07:44:25.966Z | |
1858 | 2025-01-17T07:44:25.966Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197) |
1859 | 2025-01-17T07:44:26.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1860 | 2025-01-17T07:44:26.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1861 | 2025-01-17T07:44:26.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1862 | 2025-01-17T07:44:26.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1863 | 2025-01-17T07:44:26.388Z | |
1864 | 2025-01-17T07:44:26.388Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197) |
1865 | 2025-01-17T07:44:26.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1866 | 2025-01-17T07:44:26.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1867 | 2025-01-17T07:44:26.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1868 | 2025-01-17T07:44:26.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1869 | 2025-01-17T07:44:26.814Z | |
1870 | 2025-01-17T07:44:26.814Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197) |
1871 | 2025-01-17T07:44:27.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1872 | 2025-01-17T07:44:27.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1873 | 2025-01-17T07:44:27.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1874 | 2025-01-17T07:44:27.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1875 | 2025-01-17T07:44:27.235Z | |
1876 | 2025-01-17T07:44:27.235Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197) |
1877 | 2025-01-17T07:44:27.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1878 | 2025-01-17T07:44:27.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1879 | 2025-01-17T07:44:27.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1880 | 2025-01-17T07:44:27.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1881 | 2025-01-17T07:44:27.650Z | |
1882 | 2025-01-17T07:44:27.650Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197) |
1883 | 2025-01-17T07:44:28.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1884 | 2025-01-17T07:44:28.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1885 | 2025-01-17T07:44:28.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1886 | 2025-01-17T07:44:28.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1887 | 2025-01-17T07:44:28.070Z | |
1888 | 2025-01-17T07:44:28.070Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197) |
1889 | 2025-01-17T07:44:28.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1890 | 2025-01-17T07:44:28.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1891 | 2025-01-17T07:44:28.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1892 | 2025-01-17T07:44:28.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1893 | 2025-01-17T07:44:28.494Z | |
1894 | 2025-01-17T07:44:28.494Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197) |
1895 | 2025-01-17T07:44:28.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1896 | 2025-01-17T07:44:28.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1897 | 2025-01-17T07:44:28.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1898 | 2025-01-17T07:44:28.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1899 | 2025-01-17T07:44:28.923Z | |
1900 | 2025-01-17T07:44:28.923Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197) |
1901 | 2025-01-17T07:44:29.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1902 | 2025-01-17T07:44:29.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1903 | 2025-01-17T07:44:29.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1904 | 2025-01-17T07:44:29.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1905 | 2025-01-17T07:44:29.345Z | |
1906 | 2025-01-17T07:44:29.345Z | info: running `cargo check --bins` on sled-hardware-types (45/197) |
1907 | 2025-01-17T07:44:29.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1908 | 2025-01-17T07:44:29.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1909 | 2025-01-17T07:44:29.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1910 | 2025-01-17T07:44:29.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1911 | 2025-01-17T07:44:29.970Z | |
1912 | 2025-01-17T07:44:29.970Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/197) |
1913 | 2025-01-17T07:44:30.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1914 | 2025-01-17T07:44:30.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1915 | 2025-01-17T07:44:30.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1916 | 2025-01-17T07:44:30.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1917 | 2025-01-17T07:44:30.583Z | |
1918 | 2025-01-17T07:44:30.583Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197) |
1919 | 2025-01-17T07:44:31.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1920 | 2025-01-17T07:44:31.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1921 | 2025-01-17T07:44:31.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1922 | 2025-01-17T07:44:31.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1923 | 2025-01-17T07:44:31.194Z | |
1924 | 2025-01-17T07:44:31.194Z | info: running `cargo check --bins` on oxlog (48/197) |
1925 | 2025-01-17T07:44:31.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1926 | 2025-01-17T07:44:31.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1927 | 2025-01-17T07:44:31.796Z | Checking cfg-if v1.0.0 |
1928 | 2025-01-17T07:44:31.799Z | Checking libc v0.2.169 |
1929 | 2025-01-17T07:44:31.908Z | Checking serde v1.0.217 |
1930 | 2025-01-17T07:44:31.911Z | Checking zeroize v1.8.1 |
1931 | 2025-01-17T07:44:31.927Z | Checking memchr v2.7.4 |
1932 | 2025-01-17T07:44:31.930Z | Checking typenum v1.17.0 |
1933 | 2025-01-17T07:44:31.938Z | Checking scopeguard v1.2.0 |
1934 | 2025-01-17T07:44:31.950Z | Checking subtle v2.6.1 |
1935 | 2025-01-17T07:44:31.974Z | Checking value-bag v1.9.0 |
1936 | 2025-01-17T07:44:32.088Z | Checking lock_api v0.4.12 |
1937 | 2025-01-17T07:44:32.150Z | Checking const-oid v0.9.6 |
1938 | 2025-01-17T07:44:32.208Z | Checking itoa v1.0.11 |
1939 | 2025-01-17T07:44:32.368Z | Checking log v0.4.22 |
1940 | 2025-01-17T07:44:32.434Z | Checking smallvec v1.13.2 |
1941 | 2025-01-17T07:44:32.456Z | Checking pin-project-lite v0.2.14 |
1942 | 2025-01-17T07:44:32.588Z | Checking byteorder v1.5.0 |
1943 | 2025-01-17T07:44:32.749Z | Checking futures-core v0.3.31 |
1944 | 2025-01-17T07:44:32.774Z | Checking once_cell v1.20.2 |
1945 | 2025-01-17T07:44:32.871Z | Checking cpufeatures v0.2.14 |
1946 | 2025-01-17T07:44:32.903Z | Checking getrandom v0.2.15 |
1947 | 2025-01-17T07:44:32.934Z | Checking parking_lot_core v0.9.10 |
1948 | 2025-01-17T07:44:32.966Z | Checking generic-array v0.14.7 |
1949 | 2025-01-17T07:44:32.980Z | Checking signal-hook-registry v1.4.2 |
1950 | 2025-01-17T07:44:32.983Z | Checking mio v1.0.2 |
1951 | 2025-01-17T07:44:33.049Z | Checking futures-sink v0.3.31 |
1952 | 2025-01-17T07:44:33.146Z | Checking rand_core v0.6.4 |
1953 | 2025-01-17T07:44:33.190Z | Checking stable_deref_trait v1.2.0 |
1954 | 2025-01-17T07:44:33.231Z | Checking socket2 v0.5.7 |
1955 | 2025-01-17T07:44:33.271Z | Checking parking_lot v0.12.3 |
1956 | 2025-01-17T07:44:33.298Z | Checking spin v0.9.8 |
1957 | 2025-01-17T07:44:33.449Z | Checking zerocopy v0.7.35 |
1958 | 2025-01-17T07:44:33.554Z | Checking slab v0.4.9 |
1959 | 2025-01-17T07:44:33.578Z | Checking zerofrom v0.1.4 |
1960 | 2025-01-17T07:44:33.626Z | Checking futures-channel v0.3.31 |
1961 | 2025-01-17T07:44:33.690Z | Checking foldhash v0.1.3 |
1962 | 2025-01-17T07:44:33.774Z | Checking yoke v0.7.4 |
1963 | 2025-01-17T07:44:33.797Z | Checking allocator-api2 v0.2.18 |
1964 | 2025-01-17T07:44:33.899Z | Checking futures-task v0.3.31 |
1965 | 2025-01-17T07:44:33.965Z | Checking equivalent v1.0.1 |
1966 | 2025-01-17T07:44:34.002Z | Checking crypto-common v0.1.6 |
1967 | 2025-01-17T07:44:34.063Z | Checking block-buffer v0.10.4 |
1968 | 2025-01-17T07:44:34.080Z | Checking futures-io v0.3.31 |
1969 | 2025-01-17T07:44:34.095Z | Checking pin-utils v0.1.0 |
1970 | 2025-01-17T07:44:34.131Z | Checking zerovec v0.10.4 |
1971 | 2025-01-17T07:44:34.175Z | Checking block-padding v0.3.3 |
1972 | 2025-01-17T07:44:34.190Z | Checking tinyvec_macros v0.1.1 |
1973 | 2025-01-17T07:44:34.246Z | Checking futures-util v0.3.31 |
1974 | 2025-01-17T07:44:34.276Z | Checking ryu v1.0.18 |
1975 | 2025-01-17T07:44:34.291Z | Checking digest v0.10.7 |
1976 | 2025-01-17T07:44:34.374Z | Checking inout v0.1.3 |
1977 | 2025-01-17T07:44:34.389Z | Checking hashbrown v0.15.1 |
1978 | 2025-01-17T07:44:34.497Z | Checking tinyvec v1.8.0 |
1979 | 2025-01-17T07:44:34.605Z | Checking fnv v1.0.7 |
1980 | 2025-01-17T07:44:34.635Z | Checking cipher v0.4.4 |
1981 | 2025-01-17T07:44:34.650Z | Checking hmac v0.12.1 |
1982 | 2025-01-17T07:44:34.739Z | Checking sha2 v0.10.8 |
1983 | 2025-01-17T07:44:34.860Z | Checking libm v0.2.8 |
1984 | 2025-01-17T07:44:35.027Z | Checking unicode-bidi v0.3.17 |
1985 | 2025-01-17T07:44:35.308Z | Checking base64ct v1.6.0 |
1986 | 2025-01-17T07:44:35.409Z | Checking litemap v0.7.3 |
1987 | 2025-01-17T07:44:35.654Z | Checking writeable v0.5.5 |
1988 | 2025-01-17T07:44:35.670Z | Checking tinystr v0.7.6 |
1989 | 2025-01-17T07:44:35.743Z | Checking ppv-lite86 v0.2.20 |
1990 | 2025-01-17T07:44:35.760Z | Checking pem-rfc7468 v0.7.0 |
1991 | 2025-01-17T07:44:35.763Z | Checking unicode-normalization v0.1.24 |
1992 | 2025-01-17T07:44:35.763Z | Checking num-traits v0.2.19 |
1993 | 2025-01-17T07:44:35.976Z | Checking icu_locid v1.5.0 |
1994 | 2025-01-17T07:44:35.995Z | Checking flagset v0.4.6 |
1995 | 2025-01-17T07:44:36.015Z | Checking tracing-core v0.1.32 |
1996 | 2025-01-17T07:44:36.178Z | Checking der v0.7.9 |
1997 | 2025-01-17T07:44:36.293Z | Checking bytes v1.9.0 |
1998 | 2025-01-17T07:44:36.410Z | Checking indexmap v2.7.0 |
1999 | 2025-01-17T07:44:36.633Z | Checking serde_json v1.0.135 |
2000 | 2025-01-17T07:44:36.749Z | Checking rand_chacha v0.3.1 |
2001 | 2025-01-17T07:44:36.935Z | Checking icu_provider v1.5.0 |
2002 | 2025-01-17T07:44:37.050Z | Checking tokio v1.43.0 |
2003 | 2025-01-17T07:44:37.159Z | Checking http v1.2.0 |
2004 | 2025-01-17T07:44:37.230Z | Checking bitflags v2.6.0 |
2005 | 2025-01-17T07:44:37.517Z | Checking thiserror v1.0.69 |
2006 | 2025-01-17T07:44:37.536Z | Checking icu_locid_transform_data v1.5.0 |
2007 | 2025-01-17T07:44:37.586Z | Checking rustls-pki-types v1.10.0 |
2008 | 2025-01-17T07:44:37.635Z | Checking percent-encoding v2.3.1 |
2009 | 2025-01-17T07:44:37.663Z | Checking icu_locid_transform v1.5.0 |
2010 | 2025-01-17T07:44:37.804Z | Checking spki v0.7.3 |
2011 | 2025-01-17T07:44:37.830Z | Checking rand v0.8.5 |
2012 | 2025-01-17T07:44:38.094Z | Checking tracing v0.1.40 |
2013 | 2025-01-17T07:44:38.136Z | Checking icu_collections v1.5.0 |
2014 | 2025-01-17T07:44:38.241Z | Checking salsa20 v0.10.2 |
2015 | 2025-01-17T07:44:38.439Z | Checking pbkdf2 v0.12.2 |
2016 | 2025-01-17T07:44:38.455Z | Checking aws-lc-sys v0.22.0 |
2017 | 2025-01-17T07:44:38.458Z | Checking httparse v1.9.5 |
2018 | 2025-01-17T07:44:38.589Z | Checking untrusted v0.7.1 |
2019 | 2025-01-17T07:44:38.634Z | Checking powerfmt v0.2.0 |
2020 | 2025-01-17T07:44:38.652Z | Checking icu_properties_data v1.5.0 |
2021 | 2025-01-17T07:44:38.756Z | Checking mirai-annotations v1.12.0 |
2022 | 2025-01-17T07:44:38.773Z | Checking untrusted v0.9.0 |
2023 | 2025-01-17T07:44:38.878Z | Checking scrypt v0.11.0 |
2024 | 2025-01-17T07:44:38.895Z | Checking deranged v0.3.11 |
2025 | 2025-01-17T07:44:38.910Z | Checking icu_properties v1.5.1 |
2026 | 2025-01-17T07:44:38.925Z | Checking ring v0.17.8 |
2027 | 2025-01-17T07:44:38.928Z | Checking cbc v0.1.2 |
2028 | 2025-01-17T07:44:38.975Z | Checking aes v0.8.4 |
2029 | 2025-01-17T07:44:39.091Z | Checking crossbeam-utils v0.8.20 |
2030 | 2025-01-17T07:44:39.130Z | Checking utf8_iter v1.0.4 |
2031 | 2025-01-17T07:44:39.337Z | Checking time-core v0.1.2 |
2032 | 2025-01-17T07:44:39.484Z | Checking utf16_iter v1.0.5 |
2033 | 2025-01-17T07:44:39.661Z | Checking atomic-waker v1.1.2 |
2034 | 2025-01-17T07:44:39.815Z | Checking num_threads v0.1.7 |
2035 | 2025-01-17T07:44:39.867Z | Checking write16 v1.0.0 |
2036 | 2025-01-17T07:44:39.882Z | Checking icu_normalizer_data v1.5.0 |
2037 | 2025-01-17T07:44:39.929Z | Checking num-conv v0.1.0 |
2038 | 2025-01-17T07:44:39.986Z | Checking pkcs5 v0.7.1 |
2039 | 2025-01-17T07:44:40.004Z | Checking http-body v1.0.1 |
2040 | 2025-01-17T07:44:40.168Z | Checking form_urlencoded v1.2.1 |
2041 | 2025-01-17T07:44:40.191Z | Checking time v0.3.36 |
2042 | 2025-01-17T07:44:40.207Z | Checking try-lock v0.2.5 |
2043 | 2025-01-17T07:44:40.352Z | Checking want v0.3.1 |
2044 | 2025-01-17T07:44:40.374Z | Checking uuid v1.11.0 |
2045 | 2025-01-17T07:44:40.460Z | Checking pkcs8 v0.10.2 |
2046 | 2025-01-17T07:44:40.494Z | Checking aws-lc-rs v1.10.0 |
2047 | 2025-01-17T07:44:40.529Z | Checking httpdate v1.0.3 |
2048 | 2025-01-17T07:44:40.668Z | Checking unicode-ident v1.0.14 |
2049 | 2025-01-17T07:44:40.757Z | Checking toml_datetime v0.6.8 |
2050 | 2025-01-17T07:44:40.773Z | Checking serde_spanned v0.6.8 |
2051 | 2025-01-17T07:44:40.842Z | Checking proc-macro2 v1.0.92 |
2052 | 2025-01-17T07:44:40.935Z | Checking slog v2.7.0 |
2053 | 2025-01-17T07:44:40.957Z | Checking scroll v0.12.0 |
2054 | 2025-01-17T07:44:41.031Z | Checking tower-service v0.3.3 |
2055 | 2025-01-17T07:44:41.166Z | Checking base64 v0.22.1 |
2056 | 2025-01-17T07:44:41.379Z | Checking plain v0.2.3 |
2057 | 2025-01-17T07:44:41.409Z | Checking foreign-types-shared v0.1.1 |
2058 | 2025-01-17T07:44:41.508Z | Checking ucd-trie v0.1.7 |
2059 | 2025-01-17T07:44:41.524Z | Checking iana-time-zone v0.1.61 |
2060 | 2025-01-17T07:44:41.527Z | Checking match_cfg v0.1.0 |
2061 | 2025-01-17T07:44:41.630Z | Checking adler2 v2.0.0 |
2062 | 2025-01-17T07:44:41.645Z | Checking hostname v0.3.1 |
2063 | 2025-01-17T07:44:41.677Z | Checking chrono v0.4.38 |
2064 | 2025-01-17T07:44:41.714Z | Checking pest v2.7.14 |
2065 | 2025-01-17T07:44:41.774Z | Checking goblin v0.8.2 |
2066 | 2025-01-17T07:44:41.790Z | Checking miniz_oxide v0.8.0 |
2067 | 2025-01-17T07:44:42.148Z | Checking icu_normalizer v1.5.0 |
2068 | 2025-01-17T07:44:42.166Z | Checking rustls-webpki v0.102.8 |
2069 | 2025-01-17T07:44:42.474Z | Checking foreign-types v0.3.2 |
2070 | 2025-01-17T07:44:42.517Z | Checking quote v1.0.38 |
2071 | 2025-01-17T07:44:42.568Z | Checking openssl-sys v0.9.103 |
2072 | 2025-01-17T07:44:42.826Z | Checking dirs-sys-next v0.1.2 |
2073 | 2025-01-17T07:44:42.886Z | Checking idna_adapter v1.2.0 |
2074 | 2025-01-17T07:44:42.888Z | Checking errno v0.3.9 |
2075 | 2025-01-17T07:44:43.002Z | Checking aho-corasick v1.1.3 |
2076 | 2025-01-17T07:44:43.073Z | Checking idna v1.0.3 |
2077 | 2025-01-17T07:44:43.088Z | Compiling newtype-uuid v1.2.1 |
2078 | 2025-01-17T07:44:43.370Z | Checking siphasher v0.3.11 |
2079 | 2025-01-17T07:44:43.588Z | Checking url v2.5.3 |
2080 | 2025-01-17T07:44:43.605Z | Checking pretty-hex v0.4.1 |
2081 | 2025-01-17T07:44:43.666Z | Checking data-encoding v2.6.0 |
2082 | 2025-01-17T07:44:43.689Z | Checking regex-syntax v0.8.5 |
2083 | 2025-01-17T07:44:43.692Z | Checking tokio-util v0.7.12 |
2084 | 2025-01-17T07:44:43.791Z | Checking openssl v0.10.66 |
2085 | 2025-01-17T07:44:44.210Z | Checking rustix v0.38.37 |
2086 | 2025-01-17T07:44:44.273Z | Checking dtrace-parser v0.2.0 |
2087 | 2025-01-17T07:44:44.361Z | Checking dirs-next v2.0.0 |
2088 | 2025-01-17T07:44:44.496Z | Checking syn v2.0.96 |
2089 | 2025-01-17T07:44:44.552Z | Checking h2 v0.4.6 |
2090 | 2025-01-17T07:44:44.573Z | Checking http-body-util v0.1.2 |
2091 | 2025-01-17T07:44:44.758Z | Checking crossbeam-epoch v0.9.18 |
2092 | 2025-01-17T07:44:45.024Z | Checking sha1 v0.10.6 |
2093 | 2025-01-17T07:44:45.187Z | Checking signature v2.2.0 |
2094 | 2025-01-17T07:44:45.299Z | Checking lazy_static v1.5.0 |
2095 | 2025-01-17T07:44:45.385Z | Checking thread_local v1.1.8 |
2096 | 2025-01-17T07:44:45.431Z | Checking thread-id v4.2.2 |
2097 | 2025-01-17T07:44:45.545Z | Checking encoding_rs v0.8.34 |
2098 | 2025-01-17T07:44:45.651Z | Checking either v1.13.0 |
2099 | 2025-01-17T07:44:45.984Z | Checking unicode-properties v0.1.3 |
2100 | 2025-01-17T07:44:46.356Z | Checking gimli v0.31.1 |
2101 | 2025-01-17T07:44:46.486Z | Checking dof v0.3.0 |
2102 | 2025-01-17T07:44:46.940Z | Checking regex-automata v0.4.8 |
2103 | 2025-01-17T07:44:47.084Z | Checking ipnet v2.10.1 |
2104 | 2025-01-17T07:44:47.355Z | Checking mime v0.3.17 |
2105 | 2025-01-17T07:44:47.545Z | Checking openssl-probe v0.1.5 |
2106 | 2025-01-17T07:44:47.658Z | Checking utf8parse v0.2.2 |
2107 | 2025-01-17T07:44:47.712Z | Checking winnow v0.6.20 |
2108 | 2025-01-17T07:44:47.816Z | Checking anstyle v1.0.10 |
2109 | 2025-01-17T07:44:47.839Z | Checking anstyle-parse v0.2.5 |
2110 | 2025-01-17T07:44:48.111Z | Checking stringprep v0.1.5 |
2111 | 2025-01-17T07:44:48.175Z | Checking crossbeam-deque v0.8.5 |
2112 | 2025-01-17T07:44:48.401Z | Checking term v0.7.0 |
2113 | 2025-01-17T07:44:48.491Z | Checking rustls v0.22.4 |
2114 | 2025-01-17T07:44:48.830Z | Checking rustls v0.23.19 |
2115 | 2025-01-17T07:44:48.876Z | Checking native-tls v0.2.12 |
2116 | 2025-01-17T07:44:49.175Z | Checking slog-json v2.6.1 |
2117 | 2025-01-17T07:44:49.440Z | Checking serde_urlencoded v0.7.1 |
2118 | 2025-01-17T07:44:49.851Z | Checking crossbeam-channel v0.5.13 |
2119 | 2025-01-17T07:44:50.095Z | Checking addr2line v0.24.2 |
2120 | 2025-01-17T07:44:50.422Z | Checking usdt-impl v0.5.0 |
2121 | 2025-01-17T07:44:50.458Z | Checking toml_edit v0.22.22 |
2122 | 2025-01-17T07:44:50.549Z | Checking futures-executor v0.3.31 |
2123 | 2025-01-17T07:44:50.611Z | Checking rustls-pemfile v2.2.0 |
2124 | 2025-01-17T07:44:50.673Z | Checking hyper v1.5.2 |
2125 | 2025-01-17T07:44:50.769Z | Checking num-integer v0.1.46 |
2126 | 2025-01-17T07:44:50.830Z | Checking idna v0.4.0 |
2127 | 2025-01-17T07:44:50.931Z | Checking idna v0.3.0 |
2128 | 2025-01-17T07:44:51.211Z | Checking md-5 v0.10.6 |
2129 | 2025-01-17T07:44:51.282Z | Checking ff v0.13.0 |
2130 | 2025-01-17T07:44:51.424Z | Checking hash32 v0.2.1 |
2131 | 2025-01-17T07:44:51.478Z | Checking is-terminal v0.4.13 |
2132 | 2025-01-17T07:44:51.610Z | Checking memmap v0.7.0 |
2133 | 2025-01-17T07:44:51.700Z | Checking object v0.36.5 |
2134 | 2025-01-17T07:44:51.745Z | Checking rustc-demangle v0.1.24 |
2135 | 2025-01-17T07:44:51.823Z | Checking is_terminal_polyfill v1.70.1 |
2136 | 2025-01-17T07:44:51.839Z | Checking quick-error v1.2.3 |
2137 | 2025-01-17T07:44:51.855Z | Checking anstyle-query v1.1.1 |
2138 | 2025-01-17T07:44:51.939Z | Checking fallible-iterator v0.2.0 |
2139 | 2025-01-17T07:44:51.974Z | Checking utf-8 v0.7.6 |
2140 | 2025-01-17T07:44:51.992Z | Checking dyn-clone v1.0.17 |
2141 | 2025-01-17T07:44:52.131Z | Checking take_mut v0.2.2 |
2142 | 2025-01-17T07:44:52.167Z | Checking psl-types v2.0.11 |
2143 | 2025-01-17T07:44:52.186Z | Checking colorchoice v1.0.2 |
2144 | 2025-01-17T07:44:52.285Z | Checking base16ct v0.2.0 |
2145 | 2025-01-17T07:44:52.329Z | Checking linked-hash-map v0.5.6 |
2146 | 2025-01-17T07:44:52.364Z | Checking publicsuffix v2.2.3 |
2147 | 2025-01-17T07:44:52.475Z | Checking postgres-protocol v0.6.7 |
2148 | 2025-01-17T07:44:52.490Z | Checking sec1 v0.7.3 |
2149 | 2025-01-17T07:44:52.516Z | Checking hyper-util v0.1.10 |
2150 | 2025-01-17T07:44:52.594Z | Checking anstream v0.6.15 |
2151 | 2025-01-17T07:44:52.625Z | Checking lru-cache v0.1.2 |
2152 | 2025-01-17T07:44:52.809Z | Checking slog-async v2.8.0 |
2153 | 2025-01-17T07:44:52.853Z | Checking tungstenite v0.24.0 |
2154 | 2025-01-17T07:44:52.929Z | Checking toml v0.8.19 |
2155 | 2025-01-17T07:44:52.945Z | Checking schemars v0.8.21 |
2156 | 2025-01-17T07:44:53.096Z | Checking resolv-conf v0.7.0 |
2157 | 2025-01-17T07:44:53.112Z | Checking tokio-rustls v0.25.0 |
2158 | 2025-01-17T07:44:53.450Z | Checking usdt v0.5.0 |
2159 | 2025-01-17T07:44:53.476Z | Checking hickory-proto v0.24.1 |
2160 | 2025-01-17T07:44:53.605Z | Checking heapless v0.7.17 |
2161 | 2025-01-17T07:44:53.694Z | Checking slog-term v2.9.1 |
2162 | 2025-01-17T07:44:53.721Z | Checking group v0.13.0 |
2163 | 2025-01-17T07:44:53.869Z | Checking tokio-rustls v0.26.0 |
2164 | 2025-01-17T07:44:53.968Z | Checking num-iter v0.1.45 |
2165 | 2025-01-17T07:44:54.140Z | Checking futures v0.3.31 |
2166 | 2025-01-17T07:44:54.183Z | Checking slog-bunyan v2.5.0 |
2167 | 2025-01-17T07:44:54.250Z | Checking tokio-native-tls v0.3.1 |
2168 | 2025-01-17T07:44:54.253Z | Checking rayon-core v1.12.1 |
2169 | 2025-01-17T07:44:54.339Z | Checking multer v3.1.0 |
2170 | 2025-01-17T07:44:54.413Z | Checking terminal_size v0.4.0 |
2171 | 2025-01-17T07:44:54.494Z | Checking phf_shared v0.11.2 |
2172 | 2025-01-17T07:44:54.509Z | Checking cookie v0.18.1 |
2173 | 2025-01-17T07:44:54.580Z | Checking async-stream v0.3.6 |
2174 | 2025-01-17T07:44:54.708Z | Checking bzip2-sys v0.1.11+1.0.8 |
2175 | 2025-01-17T07:44:54.738Z | Checking signal-hook v0.3.17 |
2176 | 2025-01-17T07:44:54.755Z | Checking camino v1.1.9 |
2177 | 2025-01-17T07:44:54.772Z | Checking waitgroup v0.1.2 |
2178 | 2025-01-17T07:44:54.833Z | Checking openapiv3 v2.0.0 |
2179 | 2025-01-17T07:44:54.900Z | Checking webpki-roots v0.26.6 |
2180 | 2025-01-17T07:44:54.916Z | Checking idna v0.5.0 |
2181 | 2025-01-17T07:44:54.955Z | Checking serde_path_to_error v0.1.16 |
2182 | 2025-01-17T07:44:55.083Z | Checking hkdf v0.12.4 |
2183 | 2025-01-17T07:44:55.114Z | Checking crypto-bigint v0.5.5 |
2184 | 2025-01-17T07:44:55.256Z | Checking hostname v0.4.0 |
2185 | 2025-01-17T07:44:55.288Z | Checking crc32fast v1.4.2 |
2186 | 2025-01-17T07:44:55.401Z | Checking bitflags v1.3.2 |
2187 | 2025-01-17T07:44:55.500Z | Checking debug-ignore v1.0.5 |
2188 | 2025-01-17T07:44:55.531Z | Checking managed v0.8.0 |
2189 | 2025-01-17T07:44:55.534Z | Checking clap_lex v0.7.2 |
2190 | 2025-01-17T07:44:55.648Z | Checking winnow v0.5.40 |
2191 | 2025-01-17T07:44:55.807Z | Checking unicode-width v0.1.14 |
2192 | 2025-01-17T07:44:55.826Z | Checking strsim v0.11.1 |
2193 | 2025-01-17T07:44:55.873Z | Checking smoltcp v0.9.1 |
2194 | 2025-01-17T07:44:56.096Z | Checking clap_builder v4.5.21 |
2195 | 2025-01-17T07:44:56.309Z | Checking console v0.15.8 |
2196 | 2025-01-17T07:44:56.862Z | Checking cookie_store v0.21.0 |
2197 | 2025-01-17T07:44:57.259Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2198 | 2025-01-17T07:44:57.544Z | Checking backtrace v0.3.74 |
2199 | 2025-01-17T07:44:57.562Z | Checking flate2 v1.0.34 |
2200 | 2025-01-17T07:44:57.564Z | Checking hyper-rustls v0.27.3 |
2201 | 2025-01-17T07:44:57.744Z | Checking elliptic-curve v0.13.8 |
2202 | 2025-01-17T07:44:57.888Z | Checking signal-hook-mio v0.2.4 |
2203 | 2025-01-17T07:44:57.907Z | Checking dropshot v0.12.0 |
2204 | 2025-01-17T07:44:58.014Z | Checking hickory-resolver v0.24.1 |
2205 | 2025-01-17T07:44:58.039Z | Checking rayon v1.10.0 |
2206 | 2025-01-17T07:44:58.093Z | Checking anyhow v1.0.93 |
2207 | 2025-01-17T07:44:58.166Z | Checking bzip2 v0.4.4 |
2208 | 2025-01-17T07:44:58.326Z | Checking phf v0.11.2 |
2209 | 2025-01-17T07:44:58.381Z | Checking toml_edit v0.19.15 |
2210 | 2025-01-17T07:44:58.447Z | Checking hyper-tls v0.6.0 |
2211 | 2025-01-17T07:44:58.467Z | Checking num-bigint-dig v0.8.4 |
2212 | 2025-01-17T07:44:58.579Z | Checking tokio-tungstenite v0.24.0 |
2213 | 2025-01-17T07:44:58.714Z | Checking postgres-types v0.2.8 |
2214 | 2025-01-17T07:44:58.936Z | Checking regex v1.11.1 |
2215 | 2025-01-17T07:44:59.008Z | Checking bstr v1.10.0 |
2216 | 2025-01-17T07:44:59.364Z | Checking ed25519 v2.2.3 |
2217 | 2025-01-17T07:44:59.487Z | Checking tokio-stream v0.1.16 |
2218 | 2025-01-17T07:44:59.609Z | Checking phf_shared v0.10.0 |
2219 | 2025-01-17T07:44:59.677Z | Checking curve25519-dalek v4.1.3 |
2220 | 2025-01-17T07:44:59.883Z | Checking zerocopy v0.6.6 |
2221 | 2025-01-17T07:44:59.899Z | Checking pkcs1 v0.7.5 |
2222 | 2025-01-17T07:45:00.276Z | Checking hubpack v0.1.2 |
2223 | 2025-01-17T07:45:00.305Z | Checking portable-atomic v1.9.0 |
2224 | 2025-01-17T07:45:00.456Z | Checking float-cmp v0.9.0 |
2225 | 2025-01-17T07:45:00.553Z | Checking serde-big-array v0.5.1 |
2226 | 2025-01-17T07:45:00.583Z | Checking rfc6979 v0.4.0 |
2227 | 2025-01-17T07:45:00.658Z | Checking sync_wrapper v1.0.1 |
2228 | 2025-01-17T07:45:00.763Z | Checking normalize-line-endings v0.3.0 |
2229 | 2025-01-17T07:45:00.766Z | Checking predicates-core v1.0.8 |
2230 | 2025-01-17T07:45:00.796Z | Checking whoami v1.5.2 |
2231 | 2025-01-17T07:45:00.796Z | Checking minimal-lexical v0.2.1 |
2232 | 2025-01-17T07:45:00.884Z | Checking unicode-segmentation v1.12.0 |
2233 | 2025-01-17T07:45:00.955Z | Checking static_assertions v1.1.0 |
2234 | 2025-01-17T07:45:01.061Z | Checking precomputed-hash v0.1.1 |
2235 | 2025-01-17T07:45:01.092Z | Checking bit-vec v0.6.3 |
2236 | 2025-01-17T07:45:01.183Z | Checking number_prefix v0.4.0 |
2237 | 2025-01-17T07:45:01.215Z | Checking new_debug_unreachable v1.0.6 |
2238 | 2025-01-17T07:45:01.291Z | Checking difflib v0.4.0 |
2239 | 2025-01-17T07:45:01.293Z | Checking unicode-width v0.2.0 |
2240 | 2025-01-17T07:45:01.323Z | Checking fixedbitset v0.4.2 |
2241 | 2025-01-17T07:45:01.375Z | Checking string_cache v0.8.7 |
2242 | 2025-01-17T07:45:01.401Z | Checking bit-set v0.5.3 |
2243 | 2025-01-17T07:45:01.462Z | Checking qorb v0.2.1 |
2244 | 2025-01-17T07:45:01.495Z | Checking ed25519-dalek v2.1.1 |
2245 | 2025-01-17T07:45:01.560Z | Checking similar v2.6.0 |
2246 | 2025-01-17T07:45:01.576Z | Checking petgraph v0.6.5 |
2247 | 2025-01-17T07:45:01.606Z | Checking predicates v3.1.2 |
2248 | 2025-01-17T07:45:01.633Z | Checking nom v7.1.3 |
2249 | 2025-01-17T07:45:01.648Z | Checking tokio-postgres v0.7.12 |
2250 | 2025-01-17T07:45:01.764Z | Checking indicatif v0.17.9 |
2251 | 2025-01-17T07:45:01.881Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2252 | 2025-01-17T07:45:02.206Z | Checking toml v0.7.8 |
2253 | 2025-01-17T07:45:02.371Z | Checking reqwest v0.12.9 |
2254 | 2025-01-17T07:45:02.487Z | Checking ecdsa v0.16.9 |
2255 | 2025-01-17T07:45:02.868Z | Checking rsa v0.9.6 |
2256 | 2025-01-17T07:45:03.203Z | Checking clap v4.5.21 |
2257 | 2025-01-17T07:45:03.322Z | Checking zip v0.6.6 |
2258 | 2025-01-17T07:45:03.853Z | Checking crossterm v0.28.1 |
2259 | 2025-01-17T07:45:03.915Z | Checking itertools v0.12.1 |
2260 | 2025-01-17T07:45:04.014Z | Checking itertools v0.10.5 |
2261 | 2025-01-17T07:45:04.103Z | Checking ahash v0.8.11 |
2262 | 2025-01-17T07:45:04.185Z | Checking fs-err v2.11.0 |
2263 | 2025-01-17T07:45:04.481Z | Checking x509-cert v0.2.5 |
2264 | 2025-01-17T07:45:04.559Z | Checking semver v1.0.24 |
2265 | 2025-01-17T07:45:04.581Z | Checking hex v0.4.3 |
2266 | 2025-01-17T07:45:04.716Z | Checking lalrpop-util v0.19.12 |
2267 | 2025-01-17T07:45:04.992Z | Checking peg-runtime v0.8.3 |
2268 | 2025-01-17T07:45:05.028Z | Checking sigpipe v0.1.3 |
2269 | 2025-01-17T07:45:06.244Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2270 | 2025-01-17T07:45:06.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.34s |
2271 | 2025-01-17T07:45:06.720Z | |
2272 | 2025-01-17T07:45:06.720Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197) |
2273 | 2025-01-17T07:45:07.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2274 | 2025-01-17T07:45:07.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2275 | 2025-01-17T07:45:07.357Z | Compiling hashbrown v0.14.5 |
2276 | 2025-01-17T07:45:07.480Z | Checking heck v0.5.0 |
2277 | 2025-01-17T07:45:07.493Z | Compiling unsafe-libyaml v0.2.11 |
2278 | 2025-01-17T07:45:07.505Z | Checking ipnetwork v0.20.0 |
2279 | 2025-01-17T07:45:07.518Z | Compiling ident_case v1.0.1 |
2280 | 2025-01-17T07:45:07.531Z | Checking progenitor-client v0.8.0 |
2281 | 2025-01-17T07:45:07.546Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2282 | 2025-01-17T07:45:07.639Z | Checking newtype-uuid v1.2.1 |
2283 | 2025-01-17T07:45:07.684Z | Compiling darling_core v0.20.10 |
2284 | 2025-01-17T07:45:07.842Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2285 | 2025-01-17T07:45:07.845Z | Compiling proc-macro-crate v1.3.1 |
2286 | 2025-01-17T07:45:07.867Z | Compiling structmeta-derive v0.3.0 |
2287 | 2025-01-17T07:45:07.929Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2288 | 2025-01-17T07:45:08.138Z | Compiling thiserror v2.0.11 |
2289 | 2025-01-17T07:45:08.228Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2290 | 2025-01-17T07:45:08.443Z | Checking regress v0.10.1 |
2291 | 2025-01-17T07:45:08.802Z | Compiling serde_yaml v0.9.34+deprecated |
2292 | 2025-01-17T07:45:09.088Z | Compiling num_enum_derive v0.5.11 |
2293 | 2025-01-17T07:45:09.359Z | Compiling lzma-sys v0.1.20 |
2294 | 2025-01-17T07:45:09.412Z | Compiling foreign-types-macros v0.2.3 |
2295 | 2025-01-17T07:45:10.084Z | Compiling thiserror-impl v2.0.11 |
2296 | 2025-01-17T07:45:10.575Z | Compiling structmeta v0.3.0 |
2297 | 2025-01-17T07:45:10.641Z | Compiling dropshot v0.15.1 |
2298 | 2025-01-17T07:45:10.928Z | Checking foreign-types-shared v0.3.1 |
2299 | 2025-01-17T07:45:10.969Z | Checking arc-swap v1.7.1 |
2300 | 2025-01-17T07:45:11.043Z | Checking foreign-types v0.5.0 |
2301 | 2025-01-17T07:45:11.158Z | Compiling parse-display-derive v0.10.0 |
2302 | 2025-01-17T07:45:11.361Z | Checking slog-scope v4.4.0 |
2303 | 2025-01-17T07:45:11.387Z | Checking num_enum v0.5.11 |
2304 | 2025-01-17T07:45:11.598Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2305 | 2025-01-17T07:45:11.616Z | Compiling proc-macro-error v1.0.4 |
2306 | 2025-01-17T07:45:11.947Z | Checking typify-impl v0.2.0 |
2307 | 2025-01-17T07:45:12.386Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2308 | 2025-01-17T07:45:12.501Z | Checking tungstenite v0.21.0 |
2309 | 2025-01-17T07:45:12.518Z | Compiling heck v0.3.3 |
2310 | 2025-01-17T07:45:12.873Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2311 | 2025-01-17T07:45:13.160Z | Compiling dropshot_endpoint v0.15.1 |
2312 | 2025-01-17T07:45:13.378Z | Checking cstr-argument v0.1.2 |
2313 | 2025-01-17T07:45:13.427Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2314 | 2025-01-17T07:45:13.567Z | Checking instant v0.1.13 |
2315 | 2025-01-17T07:45:13.680Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2316 | 2025-01-17T07:45:13.696Z | Checking fastrand v2.1.1 |
2317 | 2025-01-17T07:45:13.796Z | Compiling darling_macro v0.20.10 |
2318 | 2025-01-17T07:45:13.962Z | Checking pretty-hex v0.2.1 |
2319 | 2025-01-17T07:45:14.009Z | Checking base64 v0.21.7 |
2320 | 2025-01-17T07:45:14.149Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2321 | 2025-01-17T07:45:14.230Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2322 | 2025-01-17T07:45:14.284Z | Checking tempfile v3.13.0 |
2323 | 2025-01-17T07:45:14.402Z | Checking backoff v0.4.0 |
2324 | 2025-01-17T07:45:14.461Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2325 | 2025-01-17T07:45:14.489Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2326 | 2025-01-17T07:45:14.611Z | Checking tokio-tungstenite v0.21.0 |
2327 | 2025-01-17T07:45:14.630Z | Checking strum v0.26.3 |
2328 | 2025-01-17T07:45:14.670Z | Compiling darling v0.20.10 |
2329 | 2025-01-17T07:45:14.688Z | Compiling zone_cfg_derive v0.1.2 |
2330 | 2025-01-17T07:45:14.801Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2331 | 2025-01-17T07:45:14.839Z | Compiling serde_with_macros v3.11.0 |
2332 | 2025-01-17T07:45:14.857Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2333 | 2025-01-17T07:45:15.107Z | Checking parse-display v0.10.0 |
2334 | 2025-01-17T07:45:15.173Z | Checking slog-stdlog v4.1.1 |
2335 | 2025-01-17T07:45:15.314Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2336 | 2025-01-17T07:45:15.343Z | Checking regress v0.9.1 |
2337 | 2025-01-17T07:45:15.346Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2338 | 2025-01-17T07:45:15.464Z | Checking progenitor-client v0.9.1 |
2339 | 2025-01-17T07:45:15.500Z | Checking colored v2.1.0 |
2340 | 2025-01-17T07:45:15.652Z | Checking macaddr v1.0.1 |
2341 | 2025-01-17T07:45:15.776Z | Checking base64 v0.13.1 |
2342 | 2025-01-17T07:45:15.992Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2343 | 2025-01-17T07:45:16.113Z | Checking zone v0.1.8 |
2344 | 2025-01-17T07:45:16.186Z | Checking ron v0.7.1 |
2345 | 2025-01-17T07:45:16.449Z | Checking slog-envlogger v2.2.0 |
2346 | 2025-01-17T07:45:16.671Z | Checking xz2 v0.1.7 |
2347 | 2025-01-17T07:45:16.775Z | Checking tabwriter v1.4.0 |
2348 | 2025-01-17T07:45:16.975Z | Checking xattr v1.3.1 |
2349 | 2025-01-17T07:45:17.004Z | Checking pem v3.0.4 |
2350 | 2025-01-17T07:45:17.179Z | Checking yasna v0.5.2 |
2351 | 2025-01-17T07:45:17.266Z | Checking headers-core v0.3.0 |
2352 | 2025-01-17T07:45:17.285Z | Checking smf v0.2.3 |
2353 | 2025-01-17T07:45:17.370Z | Checking serde_with v3.11.0 |
2354 | 2025-01-17T07:45:17.425Z | Checking filetime v0.2.25 |
2355 | 2025-01-17T07:45:17.646Z | Checking same-file v1.0.6 |
2356 | 2025-01-17T07:45:17.673Z | Checking tar v0.4.42 |
2357 | 2025-01-17T07:45:17.709Z | Checking headers v0.4.0 |
2358 | 2025-01-17T07:45:17.835Z | Checking walkdir v2.5.0 |
2359 | 2025-01-17T07:45:18.003Z | Checking rcgen v0.12.1 |
2360 | 2025-01-17T07:45:18.111Z | Checking atomicwrites v0.4.4 |
2361 | 2025-01-17T07:45:18.320Z | Checking camino-tempfile v1.1.1 |
2362 | 2025-01-17T07:45:18.469Z | Checking subprocess v0.2.9 |
2363 | 2025-01-17T07:45:21.285Z | Compiling typify-macro v0.2.0 |
2364 | 2025-01-17T07:45:22.741Z | Compiling typify v0.2.0 |
2365 | 2025-01-17T07:45:22.809Z | Compiling progenitor-impl v0.8.0 |
2366 | 2025-01-17T07:45:25.185Z | Compiling progenitor-macro v0.8.0 |
2367 | 2025-01-17T07:45:28.760Z | Checking progenitor v0.8.0 |
2368 | 2025-01-17T07:45:28.889Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2369 | 2025-01-17T07:45:28.891Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2370 | 2025-01-17T07:45:31.372Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2371 | 2025-01-17T07:45:31.696Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2372 | 2025-01-17T07:45:37.513Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2373 | 2025-01-17T07:45:38.940Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2374 | 2025-01-17T07:45:40.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.38s |
2375 | 2025-01-17T07:45:40.295Z | |
2376 | 2025-01-17T07:45:40.295Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197) |
2377 | 2025-01-17T07:45:41.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2378 | 2025-01-17T07:45:41.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2379 | 2025-01-17T07:45:41.843Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2380 | 2025-01-17T07:45:42.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s |
2381 | 2025-01-17T07:45:42.414Z | |
2382 | 2025-01-17T07:45:42.414Z | info: running `cargo check --bins` on nexus-config (51/197) |
2383 | 2025-01-17T07:45:42.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2384 | 2025-01-17T07:45:42.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2385 | 2025-01-17T07:45:42.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2386 | 2025-01-17T07:45:42.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2387 | 2025-01-17T07:45:43.018Z | |
2388 | 2025-01-17T07:45:43.018Z | info: running `cargo check --bins` on omicron-rpaths (52/197) |
2389 | 2025-01-17T07:45:43.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2390 | 2025-01-17T07:45:43.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2391 | 2025-01-17T07:45:43.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2392 | 2025-01-17T07:45:43.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2393 | 2025-01-17T07:45:43.607Z | |
2394 | 2025-01-17T07:45:43.607Z | info: running `cargo check --bins` on omicron-certificates (53/197) |
2395 | 2025-01-17T07:45:44.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2025-01-17T07:45:44.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2025-01-17T07:45:44.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2398 | 2025-01-17T07:45:44.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2399 | 2025-01-17T07:45:44.222Z | |
2400 | 2025-01-17T07:45:44.222Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/197) |
2401 | 2025-01-17T07:45:44.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2025-01-17T07:45:44.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2025-01-17T07:45:44.876Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2404 | 2025-01-17T07:45:44.987Z | Compiling ipnetwork v0.20.0 |
2405 | 2025-01-17T07:45:44.990Z | Compiling zerocopy v0.8.10 |
2406 | 2025-01-17T07:45:44.990Z | Compiling progenitor-client v0.8.0 |
2407 | 2025-01-17T07:45:44.992Z | Compiling itertools v0.13.0 |
2408 | 2025-01-17T07:45:44.992Z | Compiling zerocopy-derive v0.8.10 |
2409 | 2025-01-17T07:45:44.992Z | Compiling heapless v0.8.0 |
2410 | 2025-01-17T07:45:44.992Z | Compiling thiserror v2.0.11 |
2411 | 2025-01-17T07:45:45.163Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2412 | 2025-01-17T07:45:45.237Z | Checking hash32 v0.3.1 |
2413 | 2025-01-17T07:45:45.414Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2414 | 2025-01-17T07:45:45.431Z | Compiling progenitor v0.8.0 |
2415 | 2025-01-17T07:45:45.619Z | Compiling instant v0.1.13 |
2416 | 2025-01-17T07:45:45.779Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2417 | 2025-01-17T07:45:45.782Z | Compiling smoltcp v0.11.0 |
2418 | 2025-01-17T07:45:45.831Z | Compiling backoff v0.4.0 |
2419 | 2025-01-17T07:45:45.867Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2420 | 2025-01-17T07:45:46.079Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2421 | 2025-01-17T07:45:46.167Z | Compiling dropshot v0.15.1 |
2422 | 2025-01-17T07:45:46.441Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2423 | 2025-01-17T07:45:46.664Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2424 | 2025-01-17T07:45:46.681Z | Compiling serde_with v3.11.0 |
2425 | 2025-01-17T07:45:46.850Z | Compiling parse-display v0.10.0 |
2426 | 2025-01-17T07:45:46.898Z | Checking num-rational v0.4.2 |
2427 | 2025-01-17T07:45:47.431Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2428 | 2025-01-17T07:45:47.517Z | Compiling progenitor-client v0.9.1 |
2429 | 2025-01-17T07:45:47.855Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2430 | 2025-01-17T07:45:48.041Z | Compiling regress v0.9.1 |
2431 | 2025-01-17T07:45:49.200Z | Compiling phf_generator v0.11.2 |
2432 | 2025-01-17T07:45:49.398Z | Checking num-complex v0.4.6 |
2433 | 2025-01-17T07:45:50.267Z | Compiling macaddr v1.0.1 |
2434 | 2025-01-17T07:45:50.470Z | Checking cobs v0.2.3 |
2435 | 2025-01-17T07:45:50.670Z | Checking postcard v1.0.10 |
2436 | 2025-01-17T07:45:50.691Z | Checking num v0.4.3 |
2437 | 2025-01-17T07:45:50.791Z | Compiling phf_codegen v0.11.2 |
2438 | 2025-01-17T07:45:51.126Z | Compiling parse-zoneinfo v0.3.1 |
2439 | 2025-01-17T07:45:51.208Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2440 | 2025-01-17T07:45:51.626Z | Checking float-ord v0.3.2 |
2441 | 2025-01-17T07:45:52.823Z | Compiling convert_case v0.4.0 |
2442 | 2025-01-17T07:45:52.871Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2443 | 2025-01-17T07:45:53.221Z | Compiling chrono-tz-build v0.4.0 |
2444 | 2025-01-17T07:45:53.511Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2445 | 2025-01-17T07:45:53.669Z | Compiling derive_more v0.99.18 |
2446 | 2025-01-17T07:45:53.981Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2447 | 2025-01-17T07:45:54.275Z | Compiling crucible-workspace-hack v0.1.0 |
2448 | 2025-01-17T07:45:54.384Z | Checking newline-converter v0.3.0 |
2449 | 2025-01-17T07:45:54.401Z | Compiling chrono-tz v0.10.0 |
2450 | 2025-01-17T07:45:54.478Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2451 | 2025-01-17T07:45:54.566Z | Checking prettyplease v0.2.25 |
2452 | 2025-01-17T07:45:55.042Z | Compiling slog-dtrace v0.3.0 |
2453 | 2025-01-17T07:45:55.091Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2454 | 2025-01-17T07:45:55.180Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2455 | 2025-01-17T07:45:55.734Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2456 | 2025-01-17T07:45:55.798Z | Checking expectorate v1.1.0 |
2457 | 2025-01-17T07:45:55.951Z | Compiling zone_cfg_derive v0.3.0 |
2458 | 2025-01-17T07:45:56.420Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2459 | 2025-01-17T07:45:57.018Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2460 | 2025-01-17T07:45:57.214Z | Compiling const_format_proc_macros v0.2.33 |
2461 | 2025-01-17T07:45:57.245Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2462 | 2025-01-17T07:45:57.263Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2463 | 2025-01-17T07:45:57.327Z | Compiling num-derive v0.4.2 |
2464 | 2025-01-17T07:45:57.444Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2465 | 2025-01-17T07:45:57.739Z | Checking highway v1.2.0 |
2466 | 2025-01-17T07:45:58.213Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2467 | 2025-01-17T07:45:58.345Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2468 | 2025-01-17T07:45:58.458Z | Checking zone v0.3.0 |
2469 | 2025-01-17T07:45:58.524Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2470 | 2025-01-17T07:45:59.047Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2471 | 2025-01-17T07:45:59.201Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2472 | 2025-01-17T07:45:59.218Z | Checking const_format v0.2.33 |
2473 | 2025-01-17T07:45:59.544Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2474 | 2025-01-17T07:45:59.990Z | Checking gethostname v0.5.0 |
2475 | 2025-01-17T07:46:00.088Z | Checking bcs v0.1.6 |
2476 | 2025-01-17T07:46:00.112Z | Compiling async-recursion v1.1.1 |
2477 | 2025-01-17T07:46:00.148Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2478 | 2025-01-17T07:46:00.339Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2479 | 2025-01-17T07:46:00.343Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2480 | 2025-01-17T07:46:02.176Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2481 | 2025-01-17T07:46:06.667Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2482 | 2025-01-17T07:46:09.852Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2483 | 2025-01-17T07:46:12.327Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2484 | 2025-01-17T07:46:13.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.19s |
2485 | 2025-01-17T07:46:13.614Z | |
2486 | 2025-01-17T07:46:13.614Z | info: running `cargo check --bins` on clickhouse-admin-api (55/197) |
2487 | 2025-01-17T07:46:14.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2025-01-17T07:46:14.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2025-01-17T07:46:14.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2025-01-17T07:46:14.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2491 | 2025-01-17T07:46:14.239Z | |
2492 | 2025-01-17T07:46:14.239Z | info: running `cargo check --bins` on clickhouse-admin-types (56/197) |
2493 | 2025-01-17T07:46:14.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2025-01-17T07:46:14.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2025-01-17T07:46:14.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2496 | 2025-01-17T07:46:14.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2497 | 2025-01-17T07:46:14.855Z | |
2498 | 2025-01-17T07:46:14.855Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/197) |
2499 | 2025-01-17T07:46:15.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2025-01-17T07:46:15.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2025-01-17T07:46:15.497Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2502 | 2025-01-17T07:46:16.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
2503 | 2025-01-17T07:46:16.284Z | |
2504 | 2025-01-17T07:46:16.284Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197) |
2505 | 2025-01-17T07:46:16.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2025-01-17T07:46:16.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2025-01-17T07:46:16.929Z | Compiling cfg_aliases v0.1.1 |
2508 | 2025-01-17T07:46:16.932Z | Compiling vte_generate_state_changes v0.1.2 |
2509 | 2025-01-17T07:46:16.932Z | Checking fd-lock v4.0.2 |
2510 | 2025-01-17T07:46:16.932Z | Checking nibble_vec v0.1.0 |
2511 | 2025-01-17T07:46:17.034Z | Checking endian-type v0.1.2 |
2512 | 2025-01-17T07:46:17.043Z | Checking bytecount v0.6.8 |
2513 | 2025-01-17T07:46:17.066Z | Compiling tabled_derive v0.7.0 |
2514 | 2025-01-17T07:46:17.094Z | Compiling peg-macros v0.8.4 |
2515 | 2025-01-17T07:46:17.112Z | Compiling nix v0.28.0 |
2516 | 2025-01-17T07:46:17.190Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2517 | 2025-01-17T07:46:17.205Z | Checking papergrid v0.11.0 |
2518 | 2025-01-17T07:46:17.208Z | Compiling sqlparser_derive v0.2.2 |
2519 | 2025-01-17T07:46:17.255Z | Checking radix_trie v0.2.1 |
2520 | 2025-01-17T07:46:17.616Z | Checking vte v0.11.1 |
2521 | 2025-01-17T07:46:17.634Z | Checking unicode_categories v0.1.1 |
2522 | 2025-01-17T07:46:17.939Z | Checking nu-ansi-term v0.50.1 |
2523 | 2025-01-17T07:46:18.191Z | Checking home v0.5.9 |
2524 | 2025-01-17T07:46:18.222Z | Checking sqlparser v0.45.0 |
2525 | 2025-01-17T07:46:18.366Z | Checking sqlformat v0.2.6 |
2526 | 2025-01-17T07:46:18.387Z | Checking display-error-chain v0.2.2 |
2527 | 2025-01-17T07:46:18.898Z | Checking strip-ansi-escapes v0.2.0 |
2528 | 2025-01-17T07:46:19.059Z | Checking reedline v0.35.0 |
2529 | 2025-01-17T07:46:19.174Z | Checking tabled v0.15.0 |
2530 | 2025-01-17T07:46:19.662Z | Checking peg v0.8.4 |
2531 | 2025-01-17T07:46:20.001Z | Checking rustyline v14.0.0 |
2532 | 2025-01-17T07:46:28.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.91s |
2533 | 2025-01-17T07:46:28.378Z | |
2534 | 2025-01-17T07:46:28.378Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197) |
2535 | 2025-01-17T07:46:28.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2025-01-17T07:46:28.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2025-01-17T07:46:29.026Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2538 | 2025-01-17T07:46:33.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s |
2539 | 2025-01-17T07:46:33.873Z | |
2540 | 2025-01-17T07:46:33.873Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197) |
2541 | 2025-01-17T07:46:34.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2025-01-17T07:46:34.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2025-01-17T07:46:34.529Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2544 | 2025-01-17T07:46:37.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s |
2545 | 2025-01-17T07:46:38.150Z | |
2546 | 2025-01-17T07:46:38.150Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197) |
2547 | 2025-01-17T07:46:38.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2025-01-17T07:46:38.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2025-01-17T07:46:38.806Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2550 | 2025-01-17T07:46:43.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s |
2551 | 2025-01-17T07:46:43.368Z | |
2552 | 2025-01-17T07:46:43.368Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197) |
2553 | 2025-01-17T07:46:43.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2025-01-17T07:46:43.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2025-01-17T07:46:44.026Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2556 | 2025-01-17T07:46:48.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.05s |
2557 | 2025-01-17T07:46:48.597Z | |
2558 | 2025-01-17T07:46:48.597Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197) |
2559 | 2025-01-17T07:46:49.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2025-01-17T07:46:49.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2025-01-17T07:46:49.245Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2562 | 2025-01-17T07:46:52.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
2563 | 2025-01-17T07:46:53.055Z | |
2564 | 2025-01-17T07:46:53.055Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197) |
2565 | 2025-01-17T07:46:53.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2025-01-17T07:46:53.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2025-01-17T07:46:53.695Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2568 | 2025-01-17T07:46:57.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
2569 | 2025-01-17T07:46:57.511Z | |
2570 | 2025-01-17T07:46:57.511Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197) |
2571 | 2025-01-17T07:46:58.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2025-01-17T07:46:58.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2025-01-17T07:46:58.160Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2574 | 2025-01-17T07:47:02.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s |
2575 | 2025-01-17T07:47:02.908Z | |
2576 | 2025-01-17T07:47:02.908Z | info: running `cargo check --bins` on oximeter (66/197) |
2577 | 2025-01-17T07:47:03.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2025-01-17T07:47:03.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2025-01-17T07:47:03.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2580 | 2025-01-17T07:47:03.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2581 | 2025-01-17T07:47:03.516Z | |
2582 | 2025-01-17T07:47:03.516Z | info: running `cargo check --bins` on oximeter-macro-impl (67/197) |
2583 | 2025-01-17T07:47:04.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2025-01-17T07:47:04.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2025-01-17T07:47:04.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2025-01-17T07:47:04.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2587 | 2025-01-17T07:47:04.110Z | |
2588 | 2025-01-17T07:47:04.110Z | info: running `cargo check --bins` on oximeter-schema (68/197) |
2589 | 2025-01-17T07:47:04.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2025-01-17T07:47:04.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2025-01-17T07:47:04.732Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2592 | 2025-01-17T07:47:06.714Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2593 | 2025-01-17T07:47:07.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
2594 | 2025-01-17T07:47:07.800Z | |
2595 | 2025-01-17T07:47:07.800Z | info: running `cargo check --bins` on oximeter-types (69/197) |
2596 | 2025-01-17T07:47:08.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2025-01-17T07:47:08.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2025-01-17T07:47:08.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2599 | 2025-01-17T07:47:08.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2600 | 2025-01-17T07:47:08.409Z | |
2601 | 2025-01-17T07:47:08.409Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/197) |
2602 | 2025-01-17T07:47:08.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2025-01-17T07:47:08.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2025-01-17T07:47:08.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2025-01-17T07:47:08.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2606 | 2025-01-17T07:47:09.024Z | |
2607 | 2025-01-17T07:47:09.024Z | info: running `cargo check --bins` on oxql-types (71/197) |
2608 | 2025-01-17T07:47:09.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2025-01-17T07:47:09.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2025-01-17T07:47:09.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2025-01-17T07:47:09.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2612 | 2025-01-17T07:47:09.638Z | |
2613 | 2025-01-17T07:47:09.638Z | info: running `cargo check --bins` on oximeter-test-utils (72/197) |
2614 | 2025-01-17T07:47:10.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2025-01-17T07:47:10.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2025-01-17T07:47:10.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2617 | 2025-01-17T07:47:10.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2618 | 2025-01-17T07:47:10.277Z | |
2619 | 2025-01-17T07:47:10.277Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/197) |
2620 | 2025-01-17T07:47:10.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2025-01-17T07:47:10.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2025-01-17T07:47:10.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2623 | 2025-01-17T07:47:10.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2624 | 2025-01-17T07:47:10.893Z | |
2625 | 2025-01-17T07:47:10.893Z | info: running `cargo check --bins` on bootstrap-agent-client (74/197) |
2626 | 2025-01-17T07:47:11.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2025-01-17T07:47:11.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2025-01-17T07:47:11.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2025-01-17T07:47:11.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2630 | 2025-01-17T07:47:11.527Z | |
2631 | 2025-01-17T07:47:11.527Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197) |
2632 | 2025-01-17T07:47:12.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2025-01-17T07:47:12.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2025-01-17T07:47:12.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2025-01-17T07:47:12.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2636 | 2025-01-17T07:47:12.149Z | |
2637 | 2025-01-17T07:47:12.149Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/197) |
2638 | 2025-01-17T07:47:12.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2025-01-17T07:47:12.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2025-01-17T07:47:12.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2025-01-17T07:47:12.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2642 | 2025-01-17T07:47:12.772Z | |
2643 | 2025-01-17T07:47:12.772Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/197) |
2644 | 2025-01-17T07:47:13.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2025-01-17T07:47:13.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2025-01-17T07:47:13.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2647 | 2025-01-17T07:47:13.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2648 | 2025-01-17T07:47:13.385Z | |
2649 | 2025-01-17T07:47:13.385Z | info: running `cargo check --bins` on cockroach-admin-client (78/197) |
2650 | 2025-01-17T07:47:13.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2025-01-17T07:47:13.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2025-01-17T07:47:13.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2653 | 2025-01-17T07:47:13.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2654 | 2025-01-17T07:47:13.982Z | |
2655 | 2025-01-17T07:47:13.982Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/197) |
2656 | 2025-01-17T07:47:14.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2025-01-17T07:47:14.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2025-01-17T07:47:14.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2659 | 2025-01-17T07:47:14.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2660 | 2025-01-17T07:47:14.618Z | |
2661 | 2025-01-17T07:47:14.618Z | info: running `cargo check --bins` on dns-service-client (80/197) |
2662 | 2025-01-17T07:47:15.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2025-01-17T07:47:15.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2025-01-17T07:47:15.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2665 | 2025-01-17T07:47:15.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2666 | 2025-01-17T07:47:15.234Z | |
2667 | 2025-01-17T07:47:15.234Z | info: running `cargo check --bins` on internal-dns-types (81/197) |
2668 | 2025-01-17T07:47:15.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2025-01-17T07:47:15.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2025-01-17T07:47:15.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2671 | 2025-01-17T07:47:15.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2672 | 2025-01-17T07:47:15.851Z | |
2673 | 2025-01-17T07:47:15.851Z | info: running `cargo check --bins` on dpd-client (82/197) |
2674 | 2025-01-17T07:47:16.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2025-01-17T07:47:16.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2025-01-17T07:47:16.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2025-01-17T07:47:16.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2678 | 2025-01-17T07:47:16.459Z | |
2679 | 2025-01-17T07:47:16.459Z | info: running `cargo check --bins` on gateway-client (83/197) |
2680 | 2025-01-17T07:47:16.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2025-01-17T07:47:16.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2025-01-17T07:47:16.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2025-01-17T07:47:16.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2684 | 2025-01-17T07:47:17.058Z | |
2685 | 2025-01-17T07:47:17.058Z | info: running `cargo check --bins` on installinator-client (84/197) |
2686 | 2025-01-17T07:47:17.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2025-01-17T07:47:17.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2025-01-17T07:47:17.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2689 | 2025-01-17T07:47:17.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2690 | 2025-01-17T07:47:17.694Z | |
2691 | 2025-01-17T07:47:17.694Z | info: running `cargo check --bins` on installinator-common (85/197) |
2692 | 2025-01-17T07:47:18.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2025-01-17T07:47:18.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2025-01-17T07:47:18.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2695 | 2025-01-17T07:47:18.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2696 | 2025-01-17T07:47:18.334Z | |
2697 | 2025-01-17T07:47:18.334Z | info: running `cargo check --bins` on update-engine (86/197) |
2698 | 2025-01-17T07:47:18.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2025-01-17T07:47:18.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2025-01-17T07:47:18.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2701 | 2025-01-17T07:47:18.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2702 | 2025-01-17T07:47:18.938Z | |
2703 | 2025-01-17T07:47:18.938Z | info: running `cargo check --bins` on nexus-client (87/197) |
2704 | 2025-01-17T07:47:19.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2025-01-17T07:47:19.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2025-01-17T07:47:19.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2707 | 2025-01-17T07:47:19.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2708 | 2025-01-17T07:47:19.571Z | |
2709 | 2025-01-17T07:47:19.571Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/197) |
2710 | 2025-01-17T07:47:20.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2025-01-17T07:47:20.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2025-01-17T07:47:20.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2713 | 2025-01-17T07:47:20.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2714 | 2025-01-17T07:47:20.196Z | |
2715 | 2025-01-17T07:47:20.196Z | info: running `cargo check --bins` on omicron-passwords (89/197) |
2716 | 2025-01-17T07:47:20.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2025-01-17T07:47:20.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2025-01-17T07:47:20.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2719 | 2025-01-17T07:47:20.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2720 | 2025-01-17T07:47:20.799Z | |
2721 | 2025-01-17T07:47:20.799Z | info: running `cargo check --bins` on nexus-types (90/197) |
2722 | 2025-01-17T07:47:21.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2025-01-17T07:47:21.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2025-01-17T07:47:21.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2725 | 2025-01-17T07:47:21.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2726 | 2025-01-17T07:47:21.437Z | |
2727 | 2025-01-17T07:47:21.437Z | info: running `cargo check --bins` on oxide-client (91/197) |
2728 | 2025-01-17T07:47:21.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2025-01-17T07:47:21.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2025-01-17T07:47:21.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2731 | 2025-01-17T07:47:21.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2732 | 2025-01-17T07:47:22.043Z | |
2733 | 2025-01-17T07:47:22.043Z | info: running `cargo check --bins` on oximeter-client (92/197) |
2734 | 2025-01-17T07:47:22.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2025-01-17T07:47:22.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2025-01-17T07:47:22.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2737 | 2025-01-17T07:47:22.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2738 | 2025-01-17T07:47:22.658Z | |
2739 | 2025-01-17T07:47:22.658Z | info: running `cargo check --bins` on repo-depot-client (93/197) |
2740 | 2025-01-17T07:47:23.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2025-01-17T07:47:23.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2025-01-17T07:47:23.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2743 | 2025-01-17T07:47:23.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2744 | 2025-01-17T07:47:23.260Z | |
2745 | 2025-01-17T07:47:23.260Z | info: running `cargo check --bins` on sled-agent-client (94/197) |
2746 | 2025-01-17T07:47:23.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2025-01-17T07:47:23.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2025-01-17T07:47:23.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2749 | 2025-01-17T07:47:23.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2750 | 2025-01-17T07:47:23.895Z | |
2751 | 2025-01-17T07:47:23.895Z | info: running `cargo check --bins` on wicketd-client (95/197) |
2752 | 2025-01-17T07:47:24.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2025-01-17T07:47:24.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2025-01-17T07:47:24.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2755 | 2025-01-17T07:47:24.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2756 | 2025-01-17T07:47:24.557Z | |
2757 | 2025-01-17T07:47:24.557Z | info: running `cargo check --bins` on sled-agent-types (96/197) |
2758 | 2025-01-17T07:47:25.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2025-01-17T07:47:25.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2025-01-17T07:47:25.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2761 | 2025-01-17T07:47:25.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2762 | 2025-01-17T07:47:25.212Z | |
2763 | 2025-01-17T07:47:25.212Z | info: running `cargo check --bins` on wicket-common (97/197) |
2764 | 2025-01-17T07:47:25.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2025-01-17T07:47:25.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2025-01-17T07:47:25.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2767 | 2025-01-17T07:47:25.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2768 | 2025-01-17T07:47:25.917Z | |
2769 | 2025-01-17T07:47:25.917Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/197) |
2770 | 2025-01-17T07:47:26.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2025-01-17T07:47:26.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2025-01-17T07:47:26.502Z | Checking csv-core v0.1.11 |
2773 | 2025-01-17T07:47:26.502Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2774 | 2025-01-17T07:47:26.505Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2775 | 2025-01-17T07:47:26.505Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2776 | 2025-01-17T07:47:26.784Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2777 | 2025-01-17T07:47:26.805Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2778 | 2025-01-17T07:47:26.831Z | Checking csv v1.3.0 |
2779 | 2025-01-17T07:47:27.366Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2780 | 2025-01-17T07:47:27.704Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2781 | 2025-01-17T07:47:29.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
2782 | 2025-01-17T07:47:29.441Z | |
2783 | 2025-01-17T07:47:29.441Z | info: running `cargo check --bins` on cockroach-admin-api (99/197) |
2784 | 2025-01-17T07:47:29.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2025-01-17T07:47:29.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2025-01-17T07:47:29.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2787 | 2025-01-17T07:47:29.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2788 | 2025-01-17T07:47:30.062Z | |
2789 | 2025-01-17T07:47:30.062Z | info: running `cargo check --bins` on cockroach-admin-types (100/197) |
2790 | 2025-01-17T07:47:30.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2025-01-17T07:47:30.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2025-01-17T07:47:30.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2025-01-17T07:47:30.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2794 | 2025-01-17T07:47:30.673Z | |
2795 | 2025-01-17T07:47:30.673Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197) |
2796 | 2025-01-17T07:47:31.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2025-01-17T07:47:31.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2025-01-17T07:47:31.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2799 | 2025-01-17T07:47:31.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2800 | 2025-01-17T07:47:31.382Z | |
2801 | 2025-01-17T07:47:31.382Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197) |
2802 | 2025-01-17T07:47:32.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2803 | 2025-01-17T07:47:32.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2804 | 2025-01-17T07:47:32.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2805 | 2025-01-17T07:47:32.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2806 | 2025-01-17T07:47:32.098Z | |
2807 | 2025-01-17T07:47:32.098Z | info: running `cargo check --bins` on dns-server (103/197) |
2808 | 2025-01-17T07:47:32.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2809 | 2025-01-17T07:47:32.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2810 | 2025-01-17T07:47:32.730Z | Compiling typify-impl v0.3.0 |
2811 | 2025-01-17T07:47:32.837Z | Compiling parking_lot_core v0.8.6 |
2812 | 2025-01-17T07:47:32.849Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2813 | 2025-01-17T07:47:32.855Z | Checking fxhash v0.2.1 |
2814 | 2025-01-17T07:47:32.858Z | Checking hickory-client v0.24.1 |
2815 | 2025-01-17T07:47:32.864Z | Checking hickory-server v0.24.1 |
2816 | 2025-01-17T07:47:33.551Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2817 | 2025-01-17T07:47:33.577Z | Checking parking_lot v0.11.2 |
2818 | 2025-01-17T07:47:33.827Z | Checking sled v0.34.7 |
2819 | 2025-01-17T07:47:38.214Z | Compiling typify-macro v0.3.0 |
2820 | 2025-01-17T07:47:39.732Z | Compiling typify v0.3.0 |
2821 | 2025-01-17T07:47:39.810Z | Compiling progenitor-impl v0.9.1 |
2822 | 2025-01-17T07:47:42.164Z | Compiling progenitor-macro v0.9.1 |
2823 | 2025-01-17T07:47:45.816Z | Checking progenitor v0.9.1 |
2824 | 2025-01-17T07:47:45.945Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2825 | 2025-01-17T07:47:46.395Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2826 | 2025-01-17T07:47:47.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.51s |
2827 | 2025-01-17T07:47:47.793Z | |
2828 | 2025-01-17T07:47:47.794Z | info: running `cargo check --bins` on dns-server-api (104/197) |
2829 | 2025-01-17T07:47:48.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2025-01-17T07:47:48.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2025-01-17T07:47:48.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2025-01-17T07:47:48.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2833 | 2025-01-17T07:47:48.407Z | |
2834 | 2025-01-17T07:47:48.407Z | info: running `cargo check --bins` on gateway-test-utils (105/197) |
2835 | 2025-01-17T07:47:48.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2025-01-17T07:47:48.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2025-01-17T07:47:48.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2025-01-17T07:47:48.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2839 | 2025-01-17T07:47:49.071Z | |
2840 | 2025-01-17T07:47:49.071Z | info: running `cargo check --bins` on gateway-types (106/197) |
2841 | 2025-01-17T07:47:49.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2025-01-17T07:47:49.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2025-01-17T07:47:49.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2025-01-17T07:47:49.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2845 | 2025-01-17T07:47:49.683Z | |
2846 | 2025-01-17T07:47:49.683Z | info: running `cargo check --bins` on ipcc (107/197) |
2847 | 2025-01-17T07:47:50.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2025-01-17T07:47:50.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2025-01-17T07:47:50.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2850 | 2025-01-17T07:47:50.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2851 | 2025-01-17T07:47:50.319Z | |
2852 | 2025-01-17T07:47:50.319Z | info: running `cargo check --bins` on omicron-gateway (108/197) |
2853 | 2025-01-17T07:47:50.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2025-01-17T07:47:50.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2025-01-17T07:47:51.015Z | Compiling semver v0.1.20 |
2856 | 2025-01-17T07:47:51.015Z | Compiling radium v0.7.0 |
2857 | 2025-01-17T07:47:51.133Z | Checking tap v1.0.1 |
2858 | 2025-01-17T07:47:51.135Z | Compiling maybe-uninit v2.0.0 |
2859 | 2025-01-17T07:47:51.151Z | Checking password-hash v0.5.0 |
2860 | 2025-01-17T07:47:51.154Z | Checking blake2 v0.10.6 |
2861 | 2025-01-17T07:47:51.154Z | Checking crc-catalog v2.4.0 |
2862 | 2025-01-17T07:47:51.154Z | Compiling owo-colors v4.1.0 |
2863 | 2025-01-17T07:47:51.271Z | Checking wyz v0.5.1 |
2864 | 2025-01-17T07:47:51.293Z | Compiling cancel-safe-futures v0.1.5 |
2865 | 2025-01-17T07:47:51.427Z | Compiling rustc_version v0.1.7 |
2866 | 2025-01-17T07:47:51.608Z | Compiling packed_struct v0.10.1 |
2867 | 2025-01-17T07:47:51.611Z | Checking funty v2.0.0 |
2868 | 2025-01-17T07:47:51.642Z | Checking argon2 v0.5.3 |
2869 | 2025-01-17T07:47:51.695Z | Checking crc v3.2.1 |
2870 | 2025-01-17T07:47:51.718Z | Compiling packed_struct_codegen v0.10.1 |
2871 | 2025-01-17T07:47:51.757Z | Compiling indexmap v1.9.3 |
2872 | 2025-01-17T07:47:51.831Z | Compiling newtype_derive v0.1.6 |
2873 | 2025-01-17T07:47:51.897Z | Checking half v2.4.1 |
2874 | 2025-01-17T07:47:52.049Z | Checking nodrop v0.1.14 |
2875 | 2025-01-17T07:47:52.067Z | Checking ciborium-io v0.2.2 |
2876 | 2025-01-17T07:47:52.131Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2877 | 2025-01-17T07:47:52.169Z | Checking array-init v0.0.4 |
2878 | 2025-01-17T07:47:52.225Z | Checking smallvec v0.6.14 |
2879 | 2025-01-17T07:47:52.299Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2880 | 2025-01-17T07:47:52.317Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2881 | 2025-01-17T07:47:52.356Z | Checking ciborium-ll v0.2.2 |
2882 | 2025-01-17T07:47:52.418Z | Checking bitvec v1.0.1 |
2883 | 2025-01-17T07:47:52.588Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2884 | 2025-01-17T07:47:52.653Z | Checking libsw v3.3.1 |
2885 | 2025-01-17T07:47:52.906Z | Compiling memoffset v0.9.1 |
2886 | 2025-01-17T07:47:52.968Z | Checking linear-map v1.2.0 |
2887 | 2025-01-17T07:47:53.007Z | Checking indent_write v2.2.0 |
2888 | 2025-01-17T07:47:53.026Z | Checking swrite v0.1.0 |
2889 | 2025-01-17T07:47:53.156Z | Checking hashbrown v0.12.3 |
2890 | 2025-01-17T07:47:53.212Z | Checking termcolor v1.4.1 |
2891 | 2025-01-17T07:47:53.231Z | Checking bitfield v0.14.0 |
2892 | 2025-01-17T07:47:53.415Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2893 | 2025-01-17T07:47:53.505Z | Checking ron v0.8.1 |
2894 | 2025-01-17T07:47:53.528Z | Checking serde-hex v0.1.0 |
2895 | 2025-01-17T07:47:53.612Z | Checking env_logger v0.10.2 |
2896 | 2025-01-17T07:47:53.948Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2897 | 2025-01-17T07:47:54.030Z | Checking ciborium v0.2.2 |
2898 | 2025-01-17T07:47:54.386Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2899 | 2025-01-17T07:47:54.696Z | Checking steno v0.4.1 |
2900 | 2025-01-17T07:47:54.714Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2901 | 2025-01-17T07:47:54.841Z | Checking hashbrown v0.13.2 |
2902 | 2025-01-17T07:47:54.954Z | Checking humantime v2.1.0 |
2903 | 2025-01-17T07:47:54.995Z | Checking crc-any v2.5.0 |
2904 | 2025-01-17T07:47:55.262Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2905 | 2025-01-17T07:47:55.372Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2906 | 2025-01-17T07:47:55.668Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2907 | 2025-01-17T07:47:55.737Z | Checking object v0.30.4 |
2908 | 2025-01-17T07:47:55.939Z | Checking path-slash v0.1.5 |
2909 | 2025-01-17T07:47:56.033Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2910 | 2025-01-17T07:47:56.089Z | Checking nix v0.27.1 |
2911 | 2025-01-17T07:47:56.765Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2912 | 2025-01-17T07:47:56.847Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2913 | 2025-01-17T07:47:57.114Z | Checking tungstenite v0.23.0 |
2914 | 2025-01-17T07:47:57.236Z | Checking kstat-rs v0.2.4 |
2915 | 2025-01-17T07:47:57.357Z | Checking signal-hook-tokio v0.3.1 |
2916 | 2025-01-17T07:47:57.568Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2917 | 2025-01-17T07:47:57.885Z | Checking tokio-tungstenite v0.23.1 |
2918 | 2025-01-17T07:47:58.208Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2919 | 2025-01-17T07:47:58.469Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2920 | 2025-01-17T07:47:58.619Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2921 | 2025-01-17T07:48:05.108Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2922 | 2025-01-17T07:48:06.424Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2923 | 2025-01-17T07:48:08.234Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2924 | 2025-01-17T07:48:13.504Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2925 | 2025-01-17T07:48:14.158Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2926 | 2025-01-17T07:48:16.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.42s |
2927 | 2025-01-17T07:48:16.950Z | |
2928 | 2025-01-17T07:48:16.951Z | info: running `cargo check --bins` on gateway-api (109/197) |
2929 | 2025-01-17T07:48:17.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2930 | 2025-01-17T07:48:17.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2931 | 2025-01-17T07:48:17.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2932 | 2025-01-17T07:48:17.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2933 | 2025-01-17T07:48:17.563Z | |
2934 | 2025-01-17T07:48:17.563Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197) |
2935 | 2025-01-17T07:48:18.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2936 | 2025-01-17T07:48:18.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2937 | 2025-01-17T07:48:18.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2938 | 2025-01-17T07:48:18.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2939 | 2025-01-17T07:48:18.157Z | |
2940 | 2025-01-17T07:48:18.157Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197) |
2941 | 2025-01-17T07:48:18.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2942 | 2025-01-17T07:48:18.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2943 | 2025-01-17T07:48:18.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2944 | 2025-01-17T07:48:18.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2945 | 2025-01-17T07:48:18.768Z | |
2946 | 2025-01-17T07:48:18.768Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197) |
2947 | 2025-01-17T07:48:19.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2948 | 2025-01-17T07:48:19.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2949 | 2025-01-17T07:48:19.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2950 | 2025-01-17T07:48:19.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2951 | 2025-01-17T07:48:19.383Z | |
2952 | 2025-01-17T07:48:19.383Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197) |
2953 | 2025-01-17T07:48:19.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2954 | 2025-01-17T07:48:19.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2955 | 2025-01-17T07:48:19.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2956 | 2025-01-17T07:48:19.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2957 | 2025-01-17T07:48:20.003Z | |
2958 | 2025-01-17T07:48:20.003Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197) |
2959 | 2025-01-17T07:48:20.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2960 | 2025-01-17T07:48:20.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2961 | 2025-01-17T07:48:20.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2962 | 2025-01-17T07:48:20.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2963 | 2025-01-17T07:48:20.620Z | |
2964 | 2025-01-17T07:48:20.620Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197) |
2965 | 2025-01-17T07:48:21.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2966 | 2025-01-17T07:48:21.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2967 | 2025-01-17T07:48:21.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2968 | 2025-01-17T07:48:21.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2969 | 2025-01-17T07:48:21.236Z | |
2970 | 2025-01-17T07:48:21.236Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197) |
2971 | 2025-01-17T07:48:21.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2972 | 2025-01-17T07:48:21.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2973 | 2025-01-17T07:48:21.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2974 | 2025-01-17T07:48:21.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2975 | 2025-01-17T07:48:21.852Z | |
2976 | 2025-01-17T07:48:21.853Z | info: running `cargo check --bins` on oximeter-producer (117/197) |
2977 | 2025-01-17T07:48:22.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2978 | 2025-01-17T07:48:22.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2979 | 2025-01-17T07:48:22.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2980 | 2025-01-17T07:48:22.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2981 | 2025-01-17T07:48:22.493Z | |
2982 | 2025-01-17T07:48:22.493Z | info: running `cargo check --bins` on internal-dns-resolver (118/197) |
2983 | 2025-01-17T07:48:23.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2984 | 2025-01-17T07:48:23.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2985 | 2025-01-17T07:48:23.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2986 | 2025-01-17T07:48:23.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2987 | 2025-01-17T07:48:23.109Z | |
2988 | 2025-01-17T07:48:23.109Z | info: running `cargo check --bins` on sp-sim (119/197) |
2989 | 2025-01-17T07:48:23.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2990 | 2025-01-17T07:48:23.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2991 | 2025-01-17T07:48:23.731Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2992 | 2025-01-17T07:48:24.170Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2993 | 2025-01-17T07:48:25.801Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2994 | 2025-01-17T07:48:27.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
2995 | 2025-01-17T07:48:27.596Z | |
2996 | 2025-01-17T07:48:27.596Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197) |
2997 | 2025-01-17T07:48:28.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2025-01-17T07:48:28.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2025-01-17T07:48:28.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3000 | 2025-01-17T07:48:28.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3001 | 2025-01-17T07:48:28.263Z | |
3002 | 2025-01-17T07:48:28.263Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197) |
3003 | 2025-01-17T07:48:28.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2025-01-17T07:48:28.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2025-01-17T07:48:28.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3006 | 2025-01-17T07:48:28.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3007 | 2025-01-17T07:48:28.932Z | |
3008 | 2025-01-17T07:48:28.932Z | info: running `cargo check --bins` on db-macros (122/197) |
3009 | 2025-01-17T07:48:29.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2025-01-17T07:48:29.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2025-01-17T07:48:29.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3012 | 2025-01-17T07:48:29.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3013 | 2025-01-17T07:48:29.524Z | |
3014 | 2025-01-17T07:48:29.524Z | info: running `cargo check --bins` on nexus-macros-common (123/197) |
3015 | 2025-01-17T07:48:30.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2025-01-17T07:48:30.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2025-01-17T07:48:30.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3018 | 2025-01-17T07:48:30.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3019 | 2025-01-17T07:48:30.119Z | |
3020 | 2025-01-17T07:48:30.119Z | info: running `cargo check --bins` on nexus-auth (124/197) |
3021 | 2025-01-17T07:48:30.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2025-01-17T07:48:30.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2025-01-17T07:48:30.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3024 | 2025-01-17T07:48:30.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3025 | 2025-01-17T07:48:30.773Z | |
3026 | 2025-01-17T07:48:30.773Z | info: running `cargo check --bins` on authz-macros (125/197) |
3027 | 2025-01-17T07:48:31.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2025-01-17T07:48:31.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2025-01-17T07:48:31.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3030 | 2025-01-17T07:48:31.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3031 | 2025-01-17T07:48:31.365Z | |
3032 | 2025-01-17T07:48:31.365Z | info: running `cargo check --bins` on nexus-db-fixed-data (126/197) |
3033 | 2025-01-17T07:48:31.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2025-01-17T07:48:31.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2025-01-17T07:48:31.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2025-01-17T07:48:31.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3037 | 2025-01-17T07:48:32.008Z | |
3038 | 2025-01-17T07:48:32.008Z | info: running `cargo check --bins` on nexus-db-model (127/197) |
3039 | 2025-01-17T07:48:32.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2025-01-17T07:48:32.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2025-01-17T07:48:32.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2025-01-17T07:48:32.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3043 | 2025-01-17T07:48:32.651Z | |
3044 | 2025-01-17T07:48:32.651Z | info: running `cargo check --bins` on nexus-defaults (128/197) |
3045 | 2025-01-17T07:48:33.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2025-01-17T07:48:33.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2025-01-17T07:48:33.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2025-01-17T07:48:33.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3049 | 2025-01-17T07:48:33.261Z | |
3050 | 2025-01-17T07:48:33.261Z | info: running `cargo check --bins` on nexus-inventory (129/197) |
3051 | 2025-01-17T07:48:33.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2025-01-17T07:48:33.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2025-01-17T07:48:33.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3054 | 2025-01-17T07:48:33.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3055 | 2025-01-17T07:48:33.897Z | |
3056 | 2025-01-17T07:48:33.897Z | info: running `cargo check --bins` on typed-rng (130/197) |
3057 | 2025-01-17T07:48:34.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2025-01-17T07:48:34.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2025-01-17T07:48:34.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3060 | 2025-01-17T07:48:34.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3061 | 2025-01-17T07:48:34.481Z | |
3062 | 2025-01-17T07:48:34.481Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197) |
3063 | 2025-01-17T07:48:35.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2025-01-17T07:48:35.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2025-01-17T07:48:35.217Z | Checking keccak v0.1.5 |
3066 | 2025-01-17T07:48:35.329Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3067 | 2025-01-17T07:48:35.331Z | Checking secrecy v0.8.0 |
3068 | 2025-01-17T07:48:35.331Z | Compiling unicase v2.7.0 |
3069 | 2025-01-17T07:48:35.331Z | Compiling same-file v1.0.6 |
3070 | 2025-01-17T07:48:35.360Z | Compiling tempfile v3.13.0 |
3071 | 2025-01-17T07:48:35.373Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3072 | 2025-01-17T07:48:35.376Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3073 | 2025-01-17T07:48:35.482Z | Compiling thiserror-impl-no-std v2.0.2 |
3074 | 2025-01-17T07:48:35.621Z | Checking sha3 v0.10.8 |
3075 | 2025-01-17T07:48:35.637Z | Compiling walkdir v2.5.0 |
3076 | 2025-01-17T07:48:35.656Z | Checking universal-hash v0.5.1 |
3077 | 2025-01-17T07:48:35.706Z | Compiling blake3 v1.5.4 |
3078 | 2025-01-17T07:48:35.786Z | Checking opaque-debug v0.3.1 |
3079 | 2025-01-17T07:48:35.846Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3080 | 2025-01-17T07:48:35.889Z | Checking poly1305 v0.8.0 |
3081 | 2025-01-17T07:48:35.949Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3082 | 2025-01-17T07:48:36.004Z | Checking chacha20 v0.9.1 |
3083 | 2025-01-17T07:48:36.095Z | Checking aead v0.5.2 |
3084 | 2025-01-17T07:48:36.136Z | Compiling memmap2 v0.9.5 |
3085 | 2025-01-17T07:48:36.275Z | Compiling arrayref v0.3.9 |
3086 | 2025-01-17T07:48:36.319Z | Compiling constant_time_eq v0.3.1 |
3087 | 2025-01-17T07:48:36.338Z | Compiling arrayvec v0.7.6 |
3088 | 2025-01-17T07:48:36.384Z | Compiling salty v0.3.0 |
3089 | 2025-01-17T07:48:36.403Z | Compiling libefi-sys v0.1.0 |
3090 | 2025-01-17T07:48:36.508Z | Checking chacha20poly1305 v0.10.1 |
3091 | 2025-01-17T07:48:36.579Z | Compiling toolchain_find v0.4.0 |
3092 | 2025-01-17T07:48:36.708Z | Compiling camino-tempfile v1.1.1 |
3093 | 2025-01-17T07:48:36.734Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3094 | 2025-01-17T07:48:36.796Z | Compiling bitfield-struct v0.6.2 |
3095 | 2025-01-17T07:48:37.053Z | Compiling topological-sort v0.2.2 |
3096 | 2025-01-17T07:48:37.145Z | Compiling mime_guess v2.0.5 |
3097 | 2025-01-17T07:48:37.145Z | Compiling rustfmt-wrapper v0.2.1 |
3098 | 2025-01-17T07:48:37.628Z | Compiling omicron-zone-package v0.12.0 |
3099 | 2025-01-17T07:48:37.742Z | Compiling progenitor v0.9.1 |
3100 | 2025-01-17T07:48:37.807Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3101 | 2025-01-17T07:48:37.952Z | Checking primeorder v0.13.6 |
3102 | 2025-01-17T07:48:38.067Z | Checking env_filter v0.1.2 |
3103 | 2025-01-17T07:48:38.108Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3104 | 2025-01-17T07:48:38.132Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3105 | 2025-01-17T07:48:38.242Z | Checking thiserror-no-std v2.0.2 |
3106 | 2025-01-17T07:48:38.300Z | Checking env_logger v0.11.5 |
3107 | 2025-01-17T07:48:38.319Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3108 | 2025-01-17T07:48:38.337Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3109 | 2025-01-17T07:48:38.357Z | Checking vsss-rs v3.3.4 |
3110 | 2025-01-17T07:48:38.375Z | Checking p384 v0.13.0 |
3111 | 2025-01-17T07:48:38.444Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3112 | 2025-01-17T07:48:38.657Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3113 | 2025-01-17T07:48:38.681Z | Checking simd-adler32 v0.3.7 |
3114 | 2025-01-17T07:48:38.873Z | Compiling zip v2.1.3 |
3115 | 2025-01-17T07:48:38.904Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3116 | 2025-01-17T07:48:39.039Z | Checking lockfree-object-pool v0.1.6 |
3117 | 2025-01-17T07:48:39.098Z | Checking bumpalo v3.16.0 |
3118 | 2025-01-17T07:48:39.177Z | Checking http-range v0.1.5 |
3119 | 2025-01-17T07:48:39.264Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3120 | 2025-01-17T07:48:39.367Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3121 | 2025-01-17T07:48:39.409Z | Checking zopfli v0.8.1 |
3122 | 2025-01-17T07:48:39.450Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3123 | 2025-01-17T07:48:39.763Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3124 | 2025-01-17T07:48:40.023Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3125 | 2025-01-17T07:48:40.120Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3126 | 2025-01-17T07:48:40.139Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3127 | 2025-01-17T07:48:40.404Z | Checking nanorand v0.7.0 |
3128 | 2025-01-17T07:48:40.591Z | Checking atty v0.2.14 |
3129 | 2025-01-17T07:48:40.640Z | Checking glob v0.3.1 |
3130 | 2025-01-17T07:48:40.660Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3131 | 2025-01-17T07:48:40.731Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3132 | 2025-01-17T07:48:40.788Z | Checking flume v0.11.1 |
3133 | 2025-01-17T07:48:40.944Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3134 | 2025-01-17T07:48:41.270Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3135 | 2025-01-17T07:48:41.903Z | Checking hyper-staticfile v0.10.1 |
3136 | 2025-01-17T07:48:41.982Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3137 | 2025-01-17T07:48:42.341Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3138 | 2025-01-17T07:48:42.412Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3139 | 2025-01-17T07:48:42.609Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3140 | 2025-01-17T07:48:42.745Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3141 | 2025-01-17T07:48:42.897Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3142 | 2025-01-17T07:48:43.262Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3143 | 2025-01-17T07:48:43.318Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3144 | 2025-01-17T07:48:43.538Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3145 | 2025-01-17T07:48:43.791Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3146 | 2025-01-17T07:48:46.624Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3147 | 2025-01-17T07:48:46.625Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3148 | 2025-01-17T07:48:54.645Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3149 | 2025-01-17T07:49:07.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.87s |
3150 | 2025-01-17T07:49:07.562Z | |
3151 | 2025-01-17T07:49:07.562Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197) |
3152 | 2025-01-17T07:49:08.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3153 | 2025-01-17T07:49:08.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3154 | 2025-01-17T07:49:08.283Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3155 | 2025-01-17T07:49:21.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.86s |
3156 | 2025-01-17T07:49:21.626Z | |
3157 | 2025-01-17T07:49:21.626Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197) |
3158 | 2025-01-17T07:49:22.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3159 | 2025-01-17T07:49:22.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3160 | 2025-01-17T07:49:22.354Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3161 | 2025-01-17T07:49:35.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s |
3162 | 2025-01-17T07:49:35.747Z | |
3163 | 2025-01-17T07:49:35.747Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197) |
3164 | 2025-01-17T07:49:36.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3165 | 2025-01-17T07:49:36.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3166 | 2025-01-17T07:49:36.486Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3167 | 2025-01-17T07:49:49.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.90s |
3168 | 2025-01-17T07:49:49.847Z | |
3169 | 2025-01-17T07:49:49.847Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197) |
3170 | 2025-01-17T07:49:50.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3171 | 2025-01-17T07:49:50.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3172 | 2025-01-17T07:49:50.572Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3173 | 2025-01-17T07:50:03.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.82s |
3174 | 2025-01-17T07:50:03.875Z | |
3175 | 2025-01-17T07:50:03.875Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197) |
3176 | 2025-01-17T07:50:04.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3177 | 2025-01-17T07:50:04.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3178 | 2025-01-17T07:50:04.594Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3179 | 2025-01-17T07:50:17.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s |
3180 | 2025-01-17T07:50:17.874Z | |
3181 | 2025-01-17T07:50:17.874Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197) |
3182 | 2025-01-17T07:50:18.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3183 | 2025-01-17T07:50:18.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3184 | 2025-01-17T07:50:18.596Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3185 | 2025-01-17T07:50:31.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s |
3186 | 2025-01-17T07:50:31.837Z | |
3187 | 2025-01-17T07:50:31.837Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197) |
3188 | 2025-01-17T07:50:32.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3189 | 2025-01-17T07:50:32.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3190 | 2025-01-17T07:50:32.560Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3191 | 2025-01-17T07:50:45.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s |
3192 | 2025-01-17T07:50:45.878Z | |
3193 | 2025-01-17T07:50:45.878Z | info: running `cargo check --bins` on bootstrap-agent-api (139/197) |
3194 | 2025-01-17T07:50:46.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3195 | 2025-01-17T07:50:46.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3196 | 2025-01-17T07:50:46.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3197 | 2025-01-17T07:50:46.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3198 | 2025-01-17T07:50:46.524Z | |
3199 | 2025-01-17T07:50:46.524Z | info: running `cargo check --bins` on key-manager (140/197) |
3200 | 2025-01-17T07:50:47.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3201 | 2025-01-17T07:50:47.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3202 | 2025-01-17T07:50:47.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3203 | 2025-01-17T07:50:47.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3204 | 2025-01-17T07:50:47.135Z | |
3205 | 2025-01-17T07:50:47.135Z | info: running `cargo check --bins` on range-requests (141/197) |
3206 | 2025-01-17T07:50:47.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3207 | 2025-01-17T07:50:47.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3208 | 2025-01-17T07:50:47.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3209 | 2025-01-17T07:50:47.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3210 | 2025-01-17T07:50:47.730Z | |
3211 | 2025-01-17T07:50:47.730Z | info: running `cargo check --bins` on repo-depot-api (142/197) |
3212 | 2025-01-17T07:50:48.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3213 | 2025-01-17T07:50:48.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3214 | 2025-01-17T07:50:48.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3215 | 2025-01-17T07:50:48.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3216 | 2025-01-17T07:50:48.343Z | |
3217 | 2025-01-17T07:50:48.343Z | info: running `cargo check --bins` on sled-agent-api (143/197) |
3218 | 2025-01-17T07:50:48.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3219 | 2025-01-17T07:50:48.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3220 | 2025-01-17T07:50:48.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3221 | 2025-01-17T07:50:48.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3222 | 2025-01-17T07:50:48.986Z | |
3223 | 2025-01-17T07:50:48.986Z | info: running `cargo check --bins` on sled-diagnostics (144/197) |
3224 | 2025-01-17T07:50:49.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3225 | 2025-01-17T07:50:49.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3226 | 2025-01-17T07:50:49.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3227 | 2025-01-17T07:50:49.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3228 | 2025-01-17T07:50:49.581Z | |
3229 | 2025-01-17T07:50:49.581Z | info: running `cargo check --bins` on sled-hardware (145/197) |
3230 | 2025-01-17T07:50:50.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3231 | 2025-01-17T07:50:50.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3232 | 2025-01-17T07:50:50.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3233 | 2025-01-17T07:50:50.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3234 | 2025-01-17T07:50:50.214Z | |
3235 | 2025-01-17T07:50:50.214Z | info: running `cargo check --bins --no-default-features` on sled-storage (146/197) |
3236 | 2025-01-17T07:50:50.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3237 | 2025-01-17T07:50:50.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3238 | 2025-01-17T07:50:50.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3239 | 2025-01-17T07:50:50.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3240 | 2025-01-17T07:50:50.851Z | |
3241 | 2025-01-17T07:50:50.851Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197) |
3242 | 2025-01-17T07:50:51.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3243 | 2025-01-17T07:50:51.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3244 | 2025-01-17T07:50:51.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3245 | 2025-01-17T07:50:51.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3246 | 2025-01-17T07:50:51.485Z | |
3247 | 2025-01-17T07:50:51.485Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197) |
3248 | 2025-01-17T07:50:52.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3249 | 2025-01-17T07:50:52.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3250 | 2025-01-17T07:50:52.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3251 | 2025-01-17T07:50:52.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3252 | 2025-01-17T07:50:52.133Z | |
3253 | 2025-01-17T07:50:52.133Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (149/197) |
3254 | 2025-01-17T07:50:52.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3255 | 2025-01-17T07:50:52.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3256 | 2025-01-17T07:50:52.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3257 | 2025-01-17T07:50:52.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3258 | 2025-01-17T07:50:52.777Z | |
3259 | 2025-01-17T07:50:52.777Z | info: running `cargo check --bins` on nexus-test-interface (150/197) |
3260 | 2025-01-17T07:50:53.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3261 | 2025-01-17T07:50:53.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3262 | 2025-01-17T07:50:53.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3263 | 2025-01-17T07:50:53.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3264 | 2025-01-17T07:50:53.425Z | |
3265 | 2025-01-17T07:50:53.425Z | info: running `cargo check --bins` on oximeter-collector (151/197) |
3266 | 2025-01-17T07:50:53.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3267 | 2025-01-17T07:50:53.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3268 | 2025-01-17T07:50:54.116Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3269 | 2025-01-17T07:50:54.116Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3270 | 2025-01-17T07:50:54.963Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3271 | 2025-01-17T07:50:56.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s |
3272 | 2025-01-17T07:50:57.060Z | |
3273 | 2025-01-17T07:50:57.060Z | info: running `cargo check --bins` on oximeter-api (152/197) |
3274 | 2025-01-17T07:50:57.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3275 | 2025-01-17T07:50:57.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3276 | 2025-01-17T07:50:57.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3277 | 2025-01-17T07:50:57.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3278 | 2025-01-17T07:50:57.683Z | |
3279 | 2025-01-17T07:50:57.683Z | info: running `cargo check --bins` on cert-dev (153/197) |
3280 | 2025-01-17T07:50:58.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3281 | 2025-01-17T07:50:58.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3282 | 2025-01-17T07:50:58.282Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3283 | 2025-01-17T07:50:58.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3284 | 2025-01-17T07:50:58.715Z | |
3285 | 2025-01-17T07:50:58.715Z | info: running `cargo check --bins` on clickana (154/197) |
3286 | 2025-01-17T07:50:59.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3287 | 2025-01-17T07:50:59.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3288 | 2025-01-17T07:50:59.359Z | Checking castaway v0.2.3 |
3289 | 2025-01-17T07:50:59.359Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3290 | 2025-01-17T07:50:59.361Z | Checking unicode-truncate v1.1.0 |
3291 | 2025-01-17T07:50:59.361Z | Checking lru v0.12.5 |
3292 | 2025-01-17T07:50:59.361Z | Compiling instability v0.3.2 |
3293 | 2025-01-17T07:50:59.361Z | Checking cassowary v0.3.0 |
3294 | 2025-01-17T07:50:59.590Z | Checking compact_str v0.8.0 |
3295 | 2025-01-17T07:51:00.172Z | Checking ratatui v0.28.1 |
3296 | 2025-01-17T07:51:01.020Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3297 | 2025-01-17T07:51:01.975Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3298 | 2025-01-17T07:51:02.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
3299 | 2025-01-17T07:51:02.943Z | |
3300 | 2025-01-17T07:51:02.943Z | info: running `cargo check --bins` on clickhouse-cluster-dev (155/197) |
3301 | 2025-01-17T07:51:03.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3302 | 2025-01-17T07:51:03.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3303 | 2025-01-17T07:51:03.605Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3304 | 2025-01-17T07:51:03.605Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3305 | 2025-01-17T07:51:04.570Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3306 | 2025-01-17T07:51:05.045Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3307 | 2025-01-17T07:51:05.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s |
3308 | 2025-01-17T07:51:05.556Z | |
3309 | 2025-01-17T07:51:05.556Z | info: running `cargo check --bins` on ch-dev (156/197) |
3310 | 2025-01-17T07:51:06.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3311 | 2025-01-17T07:51:06.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3312 | 2025-01-17T07:51:06.201Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3313 | 2025-01-17T07:51:06.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
3314 | 2025-01-17T07:51:07.071Z | |
3315 | 2025-01-17T07:51:07.072Z | info: running `cargo check --bins` on crdb-seed (157/197) |
3316 | 2025-01-17T07:51:07.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3317 | 2025-01-17T07:51:07.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3318 | 2025-01-17T07:51:07.707Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3319 | 2025-01-17T07:51:08.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
3320 | 2025-01-17T07:51:08.226Z | |
3321 | 2025-01-17T07:51:08.226Z | info: running `cargo check --bins` on db-dev (158/197) |
3322 | 2025-01-17T07:51:08.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3323 | 2025-01-17T07:51:08.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3324 | 2025-01-17T07:51:08.864Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3325 | 2025-01-17T07:51:09.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
3326 | 2025-01-17T07:51:09.750Z | |
3327 | 2025-01-17T07:51:09.750Z | info: running `cargo check --bins` on omicron-dev-lib (159/197) |
3328 | 2025-01-17T07:51:10.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3329 | 2025-01-17T07:51:10.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3330 | 2025-01-17T07:51:10.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3331 | 2025-01-17T07:51:10.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3332 | 2025-01-17T07:51:10.393Z | |
3333 | 2025-01-17T07:51:10.393Z | info: running `cargo check --bins` on xtask-downloader (160/197) |
3334 | 2025-01-17T07:51:10.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3335 | 2025-01-17T07:51:10.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3336 | 2025-01-17T07:51:10.993Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3337 | 2025-01-17T07:51:11.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
3338 | 2025-01-17T07:51:11.993Z | |
3339 | 2025-01-17T07:51:11.994Z | info: running `cargo check --bins` on omicron-ls-apis (161/197) |
3340 | 2025-01-17T07:51:12.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3341 | 2025-01-17T07:51:12.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3342 | 2025-01-17T07:51:12.595Z | Checking cargo-platform v0.1.8 |
3343 | 2025-01-17T07:51:12.868Z | Checking cargo_metadata v0.18.1 |
3344 | 2025-01-17T07:51:13.776Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3345 | 2025-01-17T07:51:14.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
3346 | 2025-01-17T07:51:14.757Z | |
3347 | 2025-01-17T07:51:14.757Z | info: running `cargo check --bins` on mgs-dev (162/197) |
3348 | 2025-01-17T07:51:15.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3349 | 2025-01-17T07:51:15.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3350 | 2025-01-17T07:51:15.461Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3351 | 2025-01-17T07:51:16.847Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3352 | 2025-01-17T07:51:17.386Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3353 | 2025-01-17T07:51:17.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
3354 | 2025-01-17T07:51:18.097Z | |
3355 | 2025-01-17T07:51:18.097Z | info: running `cargo check --bins` on omicron-omdb (163/197) |
3356 | 2025-01-17T07:51:18.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3357 | 2025-01-17T07:51:18.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3358 | 2025-01-17T07:51:18.868Z | Compiling crunchy v0.2.2 |
3359 | 2025-01-17T07:51:18.868Z | Compiling tiny-keccak v2.0.2 |
3360 | 2025-01-17T07:51:18.868Z | Compiling dsl_auto_type v0.1.2 |
3361 | 2025-01-17T07:51:18.871Z | Checking scheduled-thread-pool v0.2.7 |
3362 | 2025-01-17T07:51:18.871Z | Compiling diesel_table_macro_syntax v0.2.0 |
3363 | 2025-01-17T07:51:18.871Z | Compiling ascii-canvas v3.0.0 |
3364 | 2025-01-17T07:51:18.983Z | Compiling ena v0.14.3 |
3365 | 2025-01-17T07:51:18.994Z | Compiling diff v0.1.13 |
3366 | 2025-01-17T07:51:19.180Z | Checking r2d2 v0.8.10 |
3367 | 2025-01-17T07:51:19.280Z | Compiling regex-syntax v0.6.29 |
3368 | 2025-01-17T07:51:19.386Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3369 | 2025-01-17T07:51:19.421Z | Compiling ref-cast v1.0.23 |
3370 | 2025-01-17T07:51:19.487Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3371 | 2025-01-17T07:51:19.506Z | Compiling derive_builder_core v0.20.2 |
3372 | 2025-01-17T07:51:19.548Z | Compiling libxml v0.3.3 |
3373 | 2025-01-17T07:51:19.612Z | Compiling ref-cast-impl v1.0.23 |
3374 | 2025-01-17T07:51:19.774Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3375 | 2025-01-17T07:51:20.003Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3376 | 2025-01-17T07:51:20.048Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3377 | 2025-01-17T07:51:20.254Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3378 | 2025-01-17T07:51:20.279Z | Compiling strum_macros v0.24.3 |
3379 | 2025-01-17T07:51:20.337Z | Compiling samael v0.0.17 |
3380 | 2025-01-17T07:51:20.423Z | Compiling diesel_derives v2.2.3 |
3381 | 2025-01-17T07:51:20.607Z | Compiling indoc v1.0.9 |
3382 | 2025-01-17T07:51:21.468Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3383 | 2025-01-17T07:51:21.737Z | Compiling derive_builder_macro v0.20.2 |
3384 | 2025-01-17T07:51:21.757Z | Compiling oso-derive v0.27.3 |
3385 | 2025-01-17T07:51:22.350Z | Compiling impl-trait-for-tuples v0.2.2 |
3386 | 2025-01-17T07:51:22.589Z | Compiling lalrpop v0.19.12 |
3387 | 2025-01-17T07:51:22.690Z | Checking derive_builder v0.20.2 |
3388 | 2025-01-17T07:51:22.856Z | Checking quick-xml v0.33.0 |
3389 | 2025-01-17T07:51:23.125Z | Compiling diesel-dtrace v0.4.2 |
3390 | 2025-01-17T07:51:23.436Z | Checking maplit v1.0.2 |
3391 | 2025-01-17T07:51:23.564Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3392 | 2025-01-17T07:51:23.601Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3393 | 2025-01-17T07:51:23.911Z | Checking bb8 v0.8.5 |
3394 | 2025-01-17T07:51:24.127Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3395 | 2025-01-17T07:51:24.368Z | Checking rand_seeder v0.3.0 |
3396 | 2025-01-17T07:51:24.462Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3397 | 2025-01-17T07:51:24.581Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3398 | 2025-01-17T07:51:24.606Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3399 | 2025-01-17T07:51:24.796Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3400 | 2025-01-17T07:51:25.162Z | Checking unicode-linebreak v0.1.5 |
3401 | 2025-01-17T07:51:25.162Z | Checking smawk v0.3.2 |
3402 | 2025-01-17T07:51:25.412Z | Checking is_ci v1.2.0 |
3403 | 2025-01-17T07:51:25.570Z | Checking supports-color v3.0.1 |
3404 | 2025-01-17T07:51:25.621Z | Checking textwrap v0.16.1 |
3405 | 2025-01-17T07:51:25.803Z | Checking multimap v0.10.0 |
3406 | 2025-01-17T07:51:26.446Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3407 | 2025-01-17T07:51:28.452Z | Checking diesel v2.2.6 |
3408 | 2025-01-17T07:51:52.807Z | Compiling polar-core v0.27.3 |
3409 | 2025-01-17T07:51:53.186Z | Checking async-bb8-diesel v0.2.1 |
3410 | 2025-01-17T07:52:00.020Z | Checking oso v0.27.3 |
3411 | 2025-01-17T07:52:58.736Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3412 | 2025-01-17T07:53:04.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s |
3413 | 2025-01-17T07:53:05.120Z | |
3414 | 2025-01-17T07:53:05.120Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197) |
3415 | 2025-01-17T07:53:05.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3416 | 2025-01-17T07:53:05.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3417 | 2025-01-17T07:53:05.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3418 | 2025-01-17T07:53:05.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3419 | 2025-01-17T07:53:05.783Z | |
3420 | 2025-01-17T07:53:05.783Z | info: running `cargo check --bins` on nexus-saga-recovery (165/197) |
3421 | 2025-01-17T07:53:06.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3422 | 2025-01-17T07:53:06.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3423 | 2025-01-17T07:53:06.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3424 | 2025-01-17T07:53:06.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3425 | 2025-01-17T07:53:06.442Z | |
3426 | 2025-01-17T07:53:06.442Z | info: running `cargo check --bins` on nexus-test-utils-macros (166/197) |
3427 | 2025-01-17T07:53:06.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3428 | 2025-01-17T07:53:06.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3429 | 2025-01-17T07:53:06.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3430 | 2025-01-17T07:53:06.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3431 | 2025-01-17T07:53:07.036Z | |
3432 | 2025-01-17T07:53:07.036Z | info: running `cargo check --bins` on omicron-nexus (167/197) |
3433 | 2025-01-17T07:53:07.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3434 | 2025-01-17T07:53:07.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3435 | 2025-01-17T07:53:07.822Z | Compiling libz-sys v1.1.20 |
3436 | 2025-01-17T07:53:07.829Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3437 | 2025-01-17T07:53:07.950Z | Compiling vergen v8.3.2 |
3438 | 2025-01-17T07:53:07.952Z | Compiling cargo-platform v0.1.8 |
3439 | 2025-01-17T07:53:07.952Z | Compiling pin-project-internal v1.1.6 |
3440 | 2025-01-17T07:53:07.988Z | Compiling libsqlite3-sys v0.30.1 |
3441 | 2025-01-17T07:53:07.990Z | Compiling snafu-derive v0.8.5 |
3442 | 2025-01-17T07:53:07.990Z | Compiling buf-list v1.0.3 |
3443 | 2025-01-17T07:53:08.237Z | Compiling rustls v0.21.12 |
3444 | 2025-01-17T07:53:08.429Z | Compiling cargo_metadata v0.18.1 |
3445 | 2025-01-17T07:53:08.485Z | Compiling cfg_aliases v0.2.1 |
3446 | 2025-01-17T07:53:08.592Z | Compiling nix v0.29.0 |
3447 | 2025-01-17T07:53:08.630Z | Checking globset v0.4.15 |
3448 | 2025-01-17T07:53:08.685Z | Checking olpc-cjson v0.1.4 |
3449 | 2025-01-17T07:53:08.811Z | Checking rustls-webpki v0.101.7 |
3450 | 2025-01-17T07:53:08.905Z | Checking sct v0.7.1 |
3451 | 2025-01-17T07:53:09.101Z | Checking serde_plain v1.0.2 |
3452 | 2025-01-17T07:53:09.116Z | Checking typed-path v0.9.3 |
3453 | 2025-01-17T07:53:09.634Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3454 | 2025-01-17T07:53:09.788Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3455 | 2025-01-17T07:53:09.908Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3456 | 2025-01-17T07:53:10.082Z | Checking hashlink v0.9.1 |
3457 | 2025-01-17T07:53:10.201Z | Checking parse-size v1.1.0 |
3458 | 2025-01-17T07:53:10.395Z | Checking fallible-iterator v0.3.0 |
3459 | 2025-01-17T07:53:10.640Z | Checking fallible-streaming-iterator v0.1.9 |
3460 | 2025-01-17T07:53:10.706Z | Checking pin-project v1.1.6 |
3461 | 2025-01-17T07:53:10.922Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3462 | 2025-01-17T07:53:10.951Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3463 | 2025-01-17T07:53:10.999Z | Checking rusqlite v0.32.1 |
3464 | 2025-01-17T07:53:11.336Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3465 | 2025-01-17T07:53:11.467Z | Checking rustls-pemfile v1.0.4 |
3466 | 2025-01-17T07:53:11.624Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3467 | 2025-01-17T07:53:11.803Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3468 | 2025-01-17T07:53:11.911Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3469 | 2025-01-17T07:53:11.948Z | Checking twox-hash v1.6.3 |
3470 | 2025-01-17T07:53:12.045Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3471 | 2025-01-17T07:53:12.118Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3472 | 2025-01-17T07:53:12.393Z | Checking tokio-rustls v0.24.1 |
3473 | 2025-01-17T07:53:12.736Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3474 | 2025-01-17T07:53:12.842Z | Checking snafu v0.8.5 |
3475 | 2025-01-17T07:53:13.122Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3476 | 2025-01-17T07:53:13.187Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3477 | 2025-01-17T07:53:13.253Z | Checking fatfs v0.3.6 |
3478 | 2025-01-17T07:53:13.272Z | Checking tough v0.19.0 |
3479 | 2025-01-17T07:53:13.784Z | Checking assert_matches v1.5.0 |
3480 | 2025-01-17T07:53:17.149Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3481 | 2025-01-17T07:53:18.470Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3482 | 2025-01-17T07:53:19.773Z | Compiling git2 v0.19.0 |
3483 | 2025-01-17T07:53:23.748Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3484 | 2025-01-17T07:54:16.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
3485 | 2025-01-17T07:54:16.639Z | |
3486 | 2025-01-17T07:54:16.639Z | info: running `cargo check --bins` on nexus-external-api (168/197) |
3487 | 2025-01-17T07:54:17.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3488 | 2025-01-17T07:54:17.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3489 | 2025-01-17T07:54:17.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3490 | 2025-01-17T07:54:17.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3491 | 2025-01-17T07:54:17.313Z | |
3492 | 2025-01-17T07:54:17.313Z | info: running `cargo check --bins` on openapi-manager-types (169/197) |
3493 | 2025-01-17T07:54:17.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3494 | 2025-01-17T07:54:17.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3495 | 2025-01-17T07:54:17.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3496 | 2025-01-17T07:54:17.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3497 | 2025-01-17T07:54:17.908Z | |
3498 | 2025-01-17T07:54:17.910Z | info: running `cargo check --bins` on nexus-internal-api (170/197) |
3499 | 2025-01-17T07:54:18.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3500 | 2025-01-17T07:54:18.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3501 | 2025-01-17T07:54:18.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3502 | 2025-01-17T07:54:18.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3503 | 2025-01-17T07:54:18.546Z | |
3504 | 2025-01-17T07:54:18.546Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/197) |
3505 | 2025-01-17T07:54:19.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3506 | 2025-01-17T07:54:19.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3507 | 2025-01-17T07:54:19.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3508 | 2025-01-17T07:54:19.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3509 | 2025-01-17T07:54:19.194Z | |
3510 | 2025-01-17T07:54:19.194Z | info: running `cargo check --bins` on nexus-networking (172/197) |
3511 | 2025-01-17T07:54:19.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3512 | 2025-01-17T07:54:19.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3513 | 2025-01-17T07:54:19.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3514 | 2025-01-17T07:54:19.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3515 | 2025-01-17T07:54:19.851Z | |
3516 | 2025-01-17T07:54:19.851Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/197) |
3517 | 2025-01-17T07:54:20.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3518 | 2025-01-17T07:54:20.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3519 | 2025-01-17T07:54:20.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3520 | 2025-01-17T07:54:20.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3521 | 2025-01-17T07:54:20.531Z | |
3522 | 2025-01-17T07:54:20.531Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197) |
3523 | 2025-01-17T07:54:21.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3524 | 2025-01-17T07:54:21.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3525 | 2025-01-17T07:54:21.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3526 | 2025-01-17T07:54:21.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3527 | 2025-01-17T07:54:21.197Z | |
3528 | 2025-01-17T07:54:21.197Z | info: running `cargo check --bins` on update-common (175/197) |
3529 | 2025-01-17T07:54:21.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3530 | 2025-01-17T07:54:21.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3531 | 2025-01-17T07:54:21.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3532 | 2025-01-17T07:54:21.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3533 | 2025-01-17T07:54:21.829Z | |
3534 | 2025-01-17T07:54:21.829Z | info: running `cargo check --bins` on tufaceous-lib (176/197) |
3535 | 2025-01-17T07:54:22.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3536 | 2025-01-17T07:54:22.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3537 | 2025-01-17T07:54:22.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3538 | 2025-01-17T07:54:22.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3539 | 2025-01-17T07:54:22.459Z | |
3540 | 2025-01-17T07:54:22.459Z | info: running `cargo check --bins` on tufaceous (177/197) |
3541 | 2025-01-17T07:54:23.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3542 | 2025-01-17T07:54:23.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3543 | 2025-01-17T07:54:23.108Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3544 | 2025-01-17T07:54:24.222Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3545 | 2025-01-17T07:54:25.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
3546 | 2025-01-17T07:54:25.193Z | |
3547 | 2025-01-17T07:54:25.193Z | info: running `cargo check --bins` on omicron-dev (178/197) |
3548 | 2025-01-17T07:54:25.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3549 | 2025-01-17T07:54:25.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3550 | 2025-01-17T07:54:26.023Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3551 | 2025-01-17T07:54:26.026Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3552 | 2025-01-17T07:54:26.161Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3553 | 2025-01-17T07:54:26.164Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3554 | 2025-01-17T07:54:27.110Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3555 | 2025-01-17T07:54:52.856Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3556 | 2025-01-17T07:54:52.859Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3557 | 2025-01-17T07:54:52.859Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3558 | 2025-01-17T07:54:52.859Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3559 | 2025-01-17T07:54:52.859Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3560 | 2025-01-17T07:54:52.869Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3561 | 2025-01-17T07:54:53.631Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3562 | 2025-01-17T07:54:54.835Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3563 | 2025-01-17T07:55:33.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
3564 | 2025-01-17T07:55:33.363Z | |
3565 | 2025-01-17T07:55:33.363Z | info: running `cargo check --bins` on openapi-manager (179/197) |
3566 | 2025-01-17T07:55:33.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3567 | 2025-01-17T07:55:33.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3568 | 2025-01-17T07:55:34.053Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3569 | 2025-01-17T07:55:34.056Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3570 | 2025-01-17T07:55:34.056Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3571 | 2025-01-17T07:55:34.183Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3572 | 2025-01-17T07:55:34.186Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3573 | 2025-01-17T07:55:34.209Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3574 | 2025-01-17T07:55:34.211Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3575 | 2025-01-17T07:55:34.225Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3576 | 2025-01-17T07:55:34.352Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3577 | 2025-01-17T07:55:34.423Z | Checking heck v0.4.1 |
3578 | 2025-01-17T07:55:34.510Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3579 | 2025-01-17T07:55:34.635Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3580 | 2025-01-17T07:55:34.794Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3581 | 2025-01-17T07:55:35.016Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3582 | 2025-01-17T07:55:35.472Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3583 | 2025-01-17T07:55:35.628Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3584 | 2025-01-17T07:55:35.934Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3585 | 2025-01-17T07:55:36.695Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3586 | 2025-01-17T07:55:37.167Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3587 | 2025-01-17T07:55:37.667Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3588 | 2025-01-17T07:55:37.901Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3589 | 2025-01-17T07:55:39.436Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3590 | 2025-01-17T07:55:39.436Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3591 | 2025-01-17T07:55:41.051Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3592 | 2025-01-17T07:55:42.450Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3593 | 2025-01-17T07:55:47.605Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3594 | 2025-01-17T07:55:47.608Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3595 | 2025-01-17T07:55:48.759Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3596 | 2025-01-17T07:55:49.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.35s |
3597 | 2025-01-17T07:55:49.919Z | |
3598 | 2025-01-17T07:55:49.919Z | info: running `cargo check --bins` on installinator-api (180/197) |
3599 | 2025-01-17T07:55:50.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3600 | 2025-01-17T07:55:50.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3601 | 2025-01-17T07:55:50.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3602 | 2025-01-17T07:55:50.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3603 | 2025-01-17T07:55:50.552Z | |
3604 | 2025-01-17T07:55:50.552Z | info: running `cargo check --bins` on wicketd-api (181/197) |
3605 | 2025-01-17T07:55:51.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3606 | 2025-01-17T07:55:51.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3607 | 2025-01-17T07:55:51.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3608 | 2025-01-17T07:55:51.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3609 | 2025-01-17T07:55:51.197Z | |
3610 | 2025-01-17T07:55:51.197Z | info: running `cargo check --bins` on reconfigurator-cli (182/197) |
3611 | 2025-01-17T07:55:51.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3612 | 2025-01-17T07:55:51.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3613 | 2025-01-17T07:55:51.889Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3614 | 2025-01-17T07:55:51.889Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3615 | 2025-01-17T07:55:51.892Z | Compiling petname v2.0.2 |
3616 | 2025-01-17T07:55:51.892Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3617 | 2025-01-17T07:55:51.892Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3618 | 2025-01-17T07:55:51.892Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3619 | 2025-01-17T07:55:51.892Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3620 | 2025-01-17T07:55:52.020Z | Checking sync-ptr v0.1.1 |
3621 | 2025-01-17T07:55:57.136Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3622 | 2025-01-17T07:55:57.739Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3623 | 2025-01-17T07:55:58.850Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3624 | 2025-01-17T07:56:00.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s |
3625 | 2025-01-17T07:56:00.523Z | |
3626 | 2025-01-17T07:56:00.523Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197) |
3627 | 2025-01-17T07:56:01.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3628 | 2025-01-17T07:56:01.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3629 | 2025-01-17T07:56:01.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3630 | 2025-01-17T07:56:01.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3631 | 2025-01-17T07:56:01.167Z | |
3632 | 2025-01-17T07:56:01.167Z | info: running `cargo check --bins` on omicron-releng (184/197) |
3633 | 2025-01-17T07:56:01.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3634 | 2025-01-17T07:56:01.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3635 | 2025-01-17T07:56:01.817Z | Checking memmap2 v0.9.5 |
3636 | 2025-01-17T07:56:01.817Z | Checking constant_time_eq v0.3.1 |
3637 | 2025-01-17T07:56:01.817Z | Checking arrayvec v0.7.6 |
3638 | 2025-01-17T07:56:01.820Z | Checking arrayref v0.3.9 |
3639 | 2025-01-17T07:56:01.820Z | Checking topological-sort v0.2.2 |
3640 | 2025-01-17T07:56:01.924Z | Checking shell-words v1.1.0 |
3641 | 2025-01-17T07:56:02.176Z | Checking blake3 v1.5.4 |
3642 | 2025-01-17T07:56:02.500Z | Checking omicron-zone-package v0.12.0 |
3643 | 2025-01-17T07:56:03.591Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3644 | 2025-01-17T07:56:04.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s |
3645 | 2025-01-17T07:56:04.671Z | |
3646 | 2025-01-17T07:56:04.671Z | info: running `cargo check --bins` on xtask (185/197) |
3647 | 2025-01-17T07:56:05.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3648 | 2025-01-17T07:56:05.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3649 | 2025-01-17T07:56:05.100Z | Checking bitflags v2.6.0 |
3650 | 2025-01-17T07:56:05.102Z | Checking serde v1.0.217 |
3651 | 2025-01-17T07:56:05.102Z | Checking thiserror v1.0.69 |
3652 | 2025-01-17T07:56:05.196Z | Checking scroll v0.12.0 |
3653 | 2025-01-17T07:56:05.206Z | Checking hashbrown v0.15.1 |
3654 | 2025-01-17T07:56:05.210Z | Checking log v0.4.22 |
3655 | 2025-01-17T07:56:05.210Z | Checking zerocopy v0.7.35 |
3656 | 2025-01-17T07:56:05.238Z | Checking syn v2.0.96 |
3657 | 2025-01-17T07:56:05.309Z | Checking pest v2.7.14 |
3658 | 2025-01-17T07:56:05.423Z | Checking rustix v0.38.37 |
3659 | 2025-01-17T07:56:05.462Z | Checking once_cell v1.20.2 |
3660 | 2025-01-17T07:56:05.622Z | Checking goblin v0.8.2 |
3661 | 2025-01-17T07:56:05.758Z | Checking fs-err v2.11.0 |
3662 | 2025-01-17T07:56:06.048Z | Checking anyhow v1.0.93 |
3663 | 2025-01-17T07:56:06.089Z | Checking indexmap v2.7.0 |
3664 | 2025-01-17T07:56:06.413Z | Checking tabled v0.15.0 |
3665 | 2025-01-17T07:56:07.270Z | Checking terminal_size v0.4.0 |
3666 | 2025-01-17T07:56:07.273Z | Checking tempfile v3.13.0 |
3667 | 2025-01-17T07:56:07.447Z | Checking clap_builder v4.5.21 |
3668 | 2025-01-17T07:56:07.753Z | Checking dtrace-parser v0.2.0 |
3669 | 2025-01-17T07:56:08.988Z | Checking serde_json v1.0.135 |
3670 | 2025-01-17T07:56:08.988Z | Checking toml_datetime v0.6.8 |
3671 | 2025-01-17T07:56:08.990Z | Checking serde_spanned v0.6.8 |
3672 | 2025-01-17T07:56:08.990Z | Checking camino v1.1.9 |
3673 | 2025-01-17T07:56:08.990Z | Checking semver v1.0.24 |
3674 | 2025-01-17T07:56:09.228Z | Checking cargo-platform v0.1.8 |
3675 | 2025-01-17T07:56:09.257Z | Checking macaddr v1.0.1 |
3676 | 2025-01-17T07:56:09.286Z | Checking toml_edit v0.22.22 |
3677 | 2025-01-17T07:56:09.545Z | Checking camino-tempfile v1.1.1 |
3678 | 2025-01-17T07:56:09.709Z | Checking clap v4.5.21 |
3679 | 2025-01-17T07:56:10.158Z | Checking dof v0.3.0 |
3680 | 2025-01-17T07:56:10.159Z | Checking cargo_metadata v0.18.1 |
3681 | 2025-01-17T07:56:10.557Z | Checking usdt-impl v0.5.0 |
3682 | 2025-01-17T07:56:10.917Z | Checking usdt v0.5.0 |
3683 | 2025-01-17T07:56:11.124Z | Checking toml v0.8.19 |
3684 | 2025-01-17T07:56:11.547Z | Checking cargo_toml v0.20.5 |
3685 | 2025-01-17T07:56:12.680Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3686 | 2025-01-17T07:56:13.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.61s |
3687 | 2025-01-17T07:56:13.397Z | |
3688 | 2025-01-17T07:56:13.397Z | info: running `cargo check --bins` on end-to-end-tests (186/197) |
3689 | 2025-01-17T07:56:14.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3690 | 2025-01-17T07:56:14.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3691 | 2025-01-17T07:56:14.158Z | Checking polyval v0.6.2 |
3692 | 2025-01-17T07:56:14.272Z | Checking ctr v0.9.2 |
3693 | 2025-01-17T07:56:14.285Z | Checking ssh-encoding v0.2.0 |
3694 | 2025-01-17T07:56:14.287Z | Checking blowfish v0.9.1 |
3695 | 2025-01-17T07:56:14.306Z | Checking password-hash v0.4.2 |
3696 | 2025-01-17T07:56:14.308Z | Checking matches v0.1.10 |
3697 | 2025-01-17T07:56:14.339Z | Checking p521 v0.13.3 |
3698 | 2025-01-17T07:56:14.342Z | Checking p256 v0.13.2 |
3699 | 2025-01-17T07:56:14.421Z | Checking idna v0.2.3 |
3700 | 2025-01-17T07:56:14.490Z | Checking ghash v0.5.1 |
3701 | 2025-01-17T07:56:14.493Z | Checking bcrypt-pbkdf v0.10.0 |
3702 | 2025-01-17T07:56:14.529Z | Compiling enum-as-inner v0.5.1 |
3703 | 2025-01-17T07:56:14.586Z | Checking russh-cryptovec v0.7.3 |
3704 | 2025-01-17T07:56:14.650Z | Checking aes-gcm v0.10.3 |
3705 | 2025-01-17T07:56:14.727Z | Checking pbkdf2 v0.11.0 |
3706 | 2025-01-17T07:56:14.748Z | Checking md5 v0.7.0 |
3707 | 2025-01-17T07:56:14.792Z | Checking num-bigint v0.4.6 |
3708 | 2025-01-17T07:56:14.832Z | Checking des v0.8.1 |
3709 | 2025-01-17T07:56:14.888Z | Checking ssh-cipher v0.2.0 |
3710 | 2025-01-17T07:56:15.014Z | Checking hex-literal v0.4.1 |
3711 | 2025-01-17T07:56:15.037Z | Compiling dhcproto-macros v0.1.0 |
3712 | 2025-01-17T07:56:15.106Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3713 | 2025-01-17T07:56:15.153Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3714 | 2025-01-17T07:56:15.179Z | Checking ssh-key v0.6.6 |
3715 | 2025-01-17T07:56:15.314Z | Checking internet-checksum v0.2.1 |
3716 | 2025-01-17T07:56:15.512Z | Checking trust-dns-proto v0.22.0 |
3717 | 2025-01-17T07:56:16.398Z | Checking russh-keys v0.45.0 |
3718 | 2025-01-17T07:56:17.268Z | Checking russh v0.45.0 |
3719 | 2025-01-17T07:56:17.865Z | Checking dhcproto v0.12.0 |
3720 | 2025-01-17T07:56:33.823Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3721 | 2025-01-17T07:56:35.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.72s |
3722 | 2025-01-17T07:56:35.330Z | |
3723 | 2025-01-17T07:56:35.330Z | info: running `cargo check --bins` on gateway-cli (187/197) |
3724 | 2025-01-17T07:56:35.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3725 | 2025-01-17T07:56:35.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3726 | 2025-01-17T07:56:35.976Z | Checking termios v0.3.3 |
3727 | 2025-01-17T07:56:36.193Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3728 | 2025-01-17T07:56:36.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3729 | 2025-01-17T07:56:37.145Z | |
3730 | 2025-01-17T07:56:37.145Z | info: running `cargo check --bins --no-default-features` on installinator (188/197) |
3731 | 2025-01-17T07:56:37.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3732 | 2025-01-17T07:56:37.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3733 | 2025-01-17T07:56:37.832Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3734 | 2025-01-17T07:56:37.832Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3735 | 2025-01-17T07:56:37.835Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3736 | 2025-01-17T07:56:37.835Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3737 | 2025-01-17T07:56:38.817Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3738 | 2025-01-17T07:56:40.015Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3739 | 2025-01-17T07:56:41.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
3740 | 2025-01-17T07:56:41.940Z | |
3741 | 2025-01-17T07:56:41.940Z | info: running `cargo check --bins` on internal-dns-cli (189/197) |
3742 | 2025-01-17T07:56:42.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3743 | 2025-01-17T07:56:42.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3744 | 2025-01-17T07:56:42.558Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3745 | 2025-01-17T07:56:43.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3746 | 2025-01-17T07:56:43.185Z | |
3747 | 2025-01-17T07:56:43.185Z | info: running `cargo check --bins` on omicron-live-tests (190/197) |
3748 | 2025-01-17T07:56:43.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3749 | 2025-01-17T07:56:43.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3750 | 2025-01-17T07:56:43.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3751 | 2025-01-17T07:56:43.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3752 | 2025-01-17T07:56:43.779Z | |
3753 | 2025-01-17T07:56:43.780Z | info: running `cargo check --bins` on live-tests-macros (191/197) |
3754 | 2025-01-17T07:56:44.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3755 | 2025-01-17T07:56:44.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3756 | 2025-01-17T07:56:44.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3757 | 2025-01-17T07:56:44.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3758 | 2025-01-17T07:56:44.374Z | |
3759 | 2025-01-17T07:56:44.374Z | info: running `cargo check --bins` on omicron-package (192/197) |
3760 | 2025-01-17T07:56:44.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3761 | 2025-01-17T07:56:44.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3762 | 2025-01-17T07:56:45.024Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3763 | 2025-01-17T07:56:46.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
3764 | 2025-01-17T07:56:46.555Z | |
3765 | 2025-01-17T07:56:46.555Z | info: running `cargo check --bins` on wicket-dbg (193/197) |
3766 | 2025-01-17T07:56:47.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3767 | 2025-01-17T07:56:47.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3768 | 2025-01-17T07:56:47.236Z | Checking rtoolbox v0.0.2 |
3769 | 2025-01-17T07:56:47.238Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3770 | 2025-01-17T07:56:47.238Z | Checking tui-tree-widget v0.22.0 |
3771 | 2025-01-17T07:56:47.471Z | Checking rpassword v7.3.1 |
3772 | 2025-01-17T07:56:51.146Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3773 | 2025-01-17T07:56:53.940Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3774 | 2025-01-17T07:56:55.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.50s |
3775 | 2025-01-17T07:56:55.255Z | |
3776 | 2025-01-17T07:56:55.255Z | info: running `cargo check --bins` on wicket (194/197) |
3777 | 2025-01-17T07:56:55.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3778 | 2025-01-17T07:56:55.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3779 | 2025-01-17T07:56:55.939Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3780 | 2025-01-17T07:56:56.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
3781 | 2025-01-17T07:56:56.528Z | |
3782 | 2025-01-17T07:56:56.528Z | info: running `cargo check --bins` on wicketd (195/197) |
3783 | 2025-01-17T07:56:57.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3784 | 2025-01-17T07:56:57.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3785 | 2025-01-17T07:56:57.229Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3786 | 2025-01-17T07:56:57.231Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3787 | 2025-01-17T07:56:58.029Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3788 | 2025-01-17T07:57:01.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s |
3789 | 2025-01-17T07:57:01.882Z | |
3790 | 2025-01-17T07:57:01.882Z | info: running `cargo check --bins` on omicron-workspace-hack (196/197) |
3791 | 2025-01-17T07:57:02.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3792 | 2025-01-17T07:57:02.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3793 | 2025-01-17T07:57:02.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3794 | 2025-01-17T07:57:02.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3795 | 2025-01-17T07:57:02.478Z | |
3796 | 2025-01-17T07:57:02.478Z | info: running `cargo check --bins` on zone-setup (197/197) |
3797 | 2025-01-17T07:57:03.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3798 | 2025-01-17T07:57:03.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3799 | 2025-01-17T07:57:03.190Z | Checking uzers v0.12.1 |
3800 | 2025-01-17T07:57:03.528Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3801 | 2025-01-17T07:57:04.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
3802 | 2025-01-17T07:57:04.807Z | |
3803 | 2025-01-17T07:57:04.807Z | real 13:04.037756077 |
3804 | 2025-01-17T07:57:04.807Z | user 25:23.513890800 |
3805 | 2025-01-17T07:57:04.808Z | sys 4:08.589043843 |
3806 | 2025-01-17T07:57:04.808Z | trap 0.511282813 |
3807 | 2025-01-17T07:57:04.810Z | tflt 3.088660391 |
3808 | 2025-01-17T07:57:04.810Z | dflt 2.433180827 |
3809 | 2025-01-17T07:57:04.810Z | kflt 0.001305882 |
3810 | 2025-01-17T07:57:04.810Z | lock 43:57.203628087 |
3811 | 2025-01-17T07:57:04.810Z | slp 2:05:36.191481159 |
3812 | 2025-01-17T07:57:04.810Z | lat 1:04.595558626 |
3813 | 2025-01-17T07:57:04.810Z | stop 3:41.948235481 |
3814 | 2025-01-17T07:57:04.810Z | process exited: duration 1138007 ms, exit code 0 |
|
3815 | 2025-01-17T07:57:04.816Z | found 0 output files |