|
|
|
1 | 2024-11-28T04:04:08.133Z | job assigned to worker 01JDRF00GN0A606F833WYFZFKK [factory aws, i-0010aeb5a3814c0ed] (queued for 56 s) |
|
2 | 2024-11-28T04:04:16.379Z | starting task 0: "setup" |
3 | 2024-11-28T04:04:16.388Z | ++ uname -s |
4 | 2024-11-28T04:04:16.391Z | + kern=SunOS |
5 | 2024-11-28T04:04:16.391Z | + case "$kern" in |
6 | 2024-11-28T04:04:16.391Z | + groupadd -g 12345 build |
7 | 2024-11-28T04:04:16.393Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-28T04:04:18.400Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-28T04:04:18.523Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-28T04:04:18.525Z | + home_fs=zfs |
11 | 2024-11-28T04:04:18.525Z | + [[ zfs == autofs ]] |
12 | 2024-11-28T04:04:18.525Z | + mkdir -p /home/build |
13 | 2024-11-28T04:04:18.527Z | + chown build:build /home/build /work |
14 | 2024-11-28T04:04:20.529Z | + chmod 0700 /home/build /work |
15 | 2024-11-28T04:04:20.531Z | process exited: duration 4151 ms, exit code 0 |
|
16 | 2024-11-28T04:04:20.537Z | starting task 1: "rust-toolchain" |
17 | 2024-11-28T04:04:20.542Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-28T04:04:20.542Z | ' 1.81.0 |
19 | 2024-11-28T04:04:20.542Z | * toolchain channel = "1.81.0" |
20 | 2024-11-28T04:04:20.542Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-28T04:04:20.542Z | ' default |
22 | 2024-11-28T04:04:20.542Z | * toolchain profile = "default" |
23 | 2024-11-28T04:04:20.545Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-28T04:04:20.545Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-28T04:04:20.843Z | info: downloading installer |
26 | 2024-11-28T04:04:22.169Z | info: profile set to 'default' |
27 | 2024-11-28T04:04:22.169Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-28T04:04:22.171Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-28T04:04:22.349Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-28T04:04:22.349Z | info: downloading component 'cargo' |
31 | 2024-11-28T04:04:23.372Z | info: downloading component 'clippy' |
32 | 2024-11-28T04:04:23.760Z | info: downloading component 'rust-docs' |
33 | 2024-11-28T04:04:25.170Z | info: downloading component 'rust-std' |
34 | 2024-11-28T04:04:27.376Z | info: downloading component 'rustc' |
35 | 2024-11-28T04:04:35.247Z | info: downloading component 'rustfmt' |
36 | 2024-11-28T04:04:35.542Z | info: installing component 'cargo' |
37 | 2024-11-28T04:04:36.323Z | info: installing component 'clippy' |
38 | 2024-11-28T04:04:36.678Z | info: installing component 'rust-docs' |
39 | 2024-11-28T04:04:38.289Z | info: installing component 'rust-std' |
40 | 2024-11-28T04:04:39.980Z | info: installing component 'rustc' |
41 | 2024-11-28T04:04:45.587Z | info: installing component 'rustfmt' |
42 | 2024-11-28T04:04:45.905Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-28T04:04:45.905Z | |
44 | 2024-11-28T04:04:46.270Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-28T04:04:46.270Z | |
46 | 2024-11-28T04:04:46.273Z | |
47 | 2024-11-28T04:04:46.273Z | Rust is installed now. Great! |
48 | 2024-11-28T04:04:46.273Z | |
49 | 2024-11-28T04:04:46.273Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-28T04:04:46.273Z | environment variable. This has not been done automatically. |
51 | 2024-11-28T04:04:46.273Z | |
52 | 2024-11-28T04:04:46.273Z | To configure your current shell, you need to source |
53 | 2024-11-28T04:04:46.274Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-28T04:04:46.274Z | |
55 | 2024-11-28T04:04:46.274Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-28T04:04:46.274Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-28T04:04:46.274Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-28T04:04:46.341Z | + rustc --version |
59 | 2024-11-28T04:04:46.406Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-28T04:04:46.408Z | process exited: duration 25869 ms, exit code 0 |
|
61 | 2024-11-28T04:04:46.413Z | starting task 2: "authentication" |
62 | 2024-11-28T04:04:46.433Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-28T04:04:46.439Z | starting task 3: "clone repository" |
64 | 2024-11-28T04:04:46.443Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-28T04:04:46.445Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-28T04:04:46.726Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-28T04:04:54.271Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-28T04:04:54.271Z | + git fetch origin 2d40eaa949744312cb2a01a3b38863f238c38ac8 |
69 | 2024-11-28T04:04:54.556Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-28T04:04:54.556Z | * branch 2d40eaa949744312cb2a01a3b38863f238c38ac8 -> FETCH_HEAD |
71 | 2024-11-28T04:04:54.565Z | + [[ -n renovate/flate2-1.x ]] |
72 | 2024-11-28T04:04:54.569Z | ++ git branch --show-current |
73 | 2024-11-28T04:04:54.571Z | + current=main |
74 | 2024-11-28T04:04:54.571Z | + [[ main != renovate/flate2-1.x ]] |
75 | 2024-11-28T04:04:54.571Z | + git branch -f renovate/flate2-1.x 2d40eaa949744312cb2a01a3b38863f238c38ac8 |
76 | 2024-11-28T04:04:54.574Z | + git checkout -f renovate/flate2-1.x |
77 | 2024-11-28T04:04:54.748Z | Switched to branch 'renovate/flate2-1.x' |
78 | 2024-11-28T04:04:54.751Z | + git reset --hard 2d40eaa949744312cb2a01a3b38863f238c38ac8 |
79 | 2024-11-28T04:04:54.918Z | HEAD is now at 2d40eaa94 Update Rust crate flate2 to 1.0.35 |
80 | 2024-11-28T04:04:54.920Z | process exited: duration 8479 ms, exit code 0 |
|
81 | 2024-11-28T04:04:54.926Z | starting task 4: "build" |
82 | 2024-11-28T04:04:54.931Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-28T04:04:54.934Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-28T04:04:54.934Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-28T04:04:54.934Z | + cargo --version |
86 | 2024-11-28T04:04:54.988Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-28T04:04:54.991Z | + rustc --version |
88 | 2024-11-28T04:04:55.052Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-28T04:04:55.055Z | + source ./env.sh |
90 | 2024-11-28T04:04:55.055Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-11-28T04:04:55.055Z | ++ set -o xtrace |
92 | 2024-11-28T04:04:55.058Z | ++++ dirname ./env.sh |
93 | 2024-11-28T04:04:55.058Z | +++ readlink -f . |
94 | 2024-11-28T04:04:55.193Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-11-28T04:04:55.195Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-11-28T04:04:55.195Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-11-28T04:04:55.195Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-11-28T04:04:55.195Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-11-28T04:04:55.195Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-11-28T04:04:55.195Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-11-28T04:04:55.195Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2024-11-28T04:04:55.196Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-11-28T04:04:55.196Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-11-28T04:04:55.196Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-11-28T04:04:55.196Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2024-11-28T04:04:55.196Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2024-11-28T04:04:55.196Z | + banner prerequisites |
108 | 2024-11-28T04:04:55.314Z | |
109 | 2024-11-28T04:04:55.314Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-11-28T04:04:55.314Z | # # # # # # # # # # # # # # # |
111 | 2024-11-28T04:04:55.314Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-11-28T04:04:55.314Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-11-28T04:04:55.314Z | # # # # # # # # # # # # # # # |
114 | 2024-11-28T04:04:55.314Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-11-28T04:04:55.314Z | |
116 | 2024-11-28T04:04:55.317Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-11-28T04:05:08.392Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-11-28T04:05:12.213Z | Startup: Caching catalogs ... Done |
119 | 2024-11-28T04:05:21.348Z | Planning: Solver setup ... Done (8.281s) |
120 | 2024-11-28T04:05:21.465Z | Planning: Running solver ... Done (0.119s) |
121 | 2024-11-28T04:05:21.636Z | Planning: Finding local manifests ... Done (0.079s) |
122 | 2024-11-28T04:05:21.679Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-11-28T04:05:22.302Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-11-28T04:05:22.683Z | Planning: Package planning ... Done (0.382s) |
125 | 2024-11-28T04:05:22.739Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-11-28T04:05:23.366Z | Planning: Checking for conflicting actions ... Done (0.627s) |
127 | 2024-11-28T04:05:29.438Z | Planning: Consolidating action changes ... Done (6.070s) |
128 | 2024-11-28T04:05:29.871Z | Planning: Evaluating mediators ... Done (0.433s) |
129 | 2024-11-28T04:05:29.948Z | Planning: Planning completed in 17.65 seconds |
130 | 2024-11-28T04:05:30.640Z | Packages to install: 4 |
131 | 2024-11-28T04:05:30.640Z | Packages to update: 1 |
132 | 2024-11-28T04:05:30.644Z | Mediators to change: 2 |
133 | 2024-11-28T04:05:30.644Z | Services to change: 1 |
134 | 2024-11-28T04:05:30.644Z | Estimated space available: 155.64 GB |
135 | 2024-11-28T04:05:30.644Z | Estimated space to be consumed: 1.60 GB |
136 | 2024-11-28T04:05:30.644Z | Create boot environment: No |
137 | 2024-11-28T04:05:30.644Z | Create backup boot environment: Yes |
138 | 2024-11-28T04:05:30.644Z | Rebuild boot archive: No |
139 | 2024-11-28T04:05:30.644Z | |
140 | 2024-11-28T04:05:30.644Z | Changed mediators: |
141 | 2024-11-28T04:05:30.644Z | mediator clang: |
142 | 2024-11-28T04:05:30.644Z | version: None -> 15 (system default) |
143 | 2024-11-28T04:05:30.644Z | |
144 | 2024-11-28T04:05:30.644Z | mediator llvm: |
145 | 2024-11-28T04:05:30.644Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-11-28T04:05:30.644Z | |
147 | 2024-11-28T04:05:30.644Z | Changed packages: |
148 | 2024-11-28T04:05:30.644Z | helios-dev |
149 | 2024-11-28T04:05:30.644Z | developer/build-essential |
150 | 2024-11-28T04:05:30.644Z | None -> 11-2.0 |
151 | 2024-11-28T04:05:30.644Z | library/libxmlsec1 |
152 | 2024-11-28T04:05:30.644Z | None -> 1.2.35-2.0 |
153 | 2024-11-28T04:05:30.644Z | ooce/developer/clang-15 |
154 | 2024-11-28T04:05:30.644Z | None -> 15.0.7-2.0 |
155 | 2024-11-28T04:05:30.644Z | ooce/developer/llvm-15 |
156 | 2024-11-28T04:05:30.644Z | None -> 15.0.7-2.0 |
157 | 2024-11-28T04:05:30.644Z | package/pkg |
158 | 2024-11-28T04:05:30.644Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-11-28T04:05:30.644Z | |
160 | 2024-11-28T04:05:30.644Z | Services: |
161 | 2024-11-28T04:05:30.644Z | restart_fmri: |
162 | 2024-11-28T04:05:30.644Z | svc:/system/update-man-index:default |
163 | 2024-11-28T04:05:30.644Z | |
164 | 2024-11-28T04:05:30.645Z | Editable files to change: |
165 | 2024-11-28T04:05:30.645Z | Update: |
166 | 2024-11-28T04:05:30.645Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-11-28T04:05:30.990Z | |
168 | 2024-11-28T04:05:30.990Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-11-28T04:05:36.011Z | Download: 233/4281 items 15.8/220.6MB 7% complete (3.1M/s) |
170 | 2024-11-28T04:05:41.020Z | Download: 576/4281 items 17.4/220.6MB 7% complete (1.8M/s) |
171 | 2024-11-28T04:05:46.016Z | Download: 1121/4281 items 43.9/220.6MB 19% complete (2.7M/s) |
172 | 2024-11-28T04:05:51.469Z | Download: 1194/4281 items 80.3/220.6MB 36% complete (6.3M/s) |
173 | 2024-11-28T04:05:57.996Z | Download: 1196/4281 items 83.4/220.6MB 37% complete (6.4M/s) |
174 | 2024-11-28T04:06:07.415Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (5.3M/s) |
175 | 2024-11-28T04:06:12.374Z | Download: 1697/4281 items 118.0/220.6MB 53% complete (7.3M/s) |
176 | 2024-11-28T04:06:17.395Z | Download: 2171/4281 items 119.0/220.6MB 53% complete (3.6M/s) |
177 | 2024-11-28T04:06:26.380Z | Download: 2220/4281 items 119.2/220.6MB 54% complete (3.1M/s) |
178 | 2024-11-28T04:06:37.908Z | Download: 2221/4281 items 119.2/220.6MB 54% complete |
179 | 2024-11-28T04:06:42.913Z | Download: 2253/4281 items 119.6/220.6MB 54% complete (27.1k/s) |
180 | 2024-11-28T04:06:47.919Z | Download: 2985/4281 items 121.2/220.6MB 54% complete (209k/s) |
181 | 2024-11-28T04:06:53.386Z | Download: 3242/4281 items 201.4/220.6MB 91% complete (8.7M/s) |
182 | 2024-11-28T04:06:58.817Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.3M/s) |
183 | 2024-11-28T04:07:05.139Z | Download: 3288/4281 items 212.6/220.6MB 96% complete (1.4M/s) |
184 | 2024-11-28T04:07:11.551Z | Download: 3289/4281 items 212.6/220.6MB 96% complete (1.4M/s) |
185 | 2024-11-28T04:07:16.554Z | Download: 4189/4281 items 220.5/220.6MB 99% complete (1.6M/s) |
186 | 2024-11-28T04:07:17.781Z | Download: Completed 220.60 MB in 106.78 seconds (2.1M/s) |
187 | 2024-11-28T04:07:19.734Z | Actions: 1/5063 actions (Removing old actions) |
188 | 2024-11-28T04:07:19.750Z | Actions: 194/5063 actions (Installing new actions) |
189 | 2024-11-28T04:07:24.872Z | Actions: 4167/5063 actions (Installing new actions) |
190 | 2024-11-28T04:07:24.875Z | Actions: 4226/5063 actions (Updating modified actions) |
191 | 2024-11-28T04:07:25.234Z | Actions: Completed 5063 actions in 5.50 seconds. |
192 | 2024-11-28T04:07:25.631Z | Done (0.390s) |
193 | 2024-11-28T04:07:25.634Z | Done (0.000s) |
194 | 2024-11-28T04:07:26.166Z | Done (0.533s) |
195 | 2024-11-28T04:07:31.455Z | Done (5.074s) |
196 | 2024-11-28T04:07:31.791Z | Done (0.264s) |
197 | 2024-11-28T04:07:31.794Z | Done (0.000s) |
198 | 2024-11-28T04:07:31.968Z | Done (0.000s) |
199 | 2024-11-28T04:07:32.645Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-11-28T04:07:32.807Z | Planning: Checking for conflicting actions ... Done |
201 | 2024-11-28T04:07:32.809Z | Planning: Consolidating action changes ... Done |
202 | 2024-11-28T04:07:33.070Z | Planning: Evaluating mediators ... Done |
203 | 2024-11-28T04:07:33.072Z | Planning: Planning completed in 0.43 seconds |
204 | 2024-11-28T04:07:33.108Z | Mediators to change: 2 |
205 | 2024-11-28T04:07:33.108Z | Create boot environment: No |
206 | 2024-11-28T04:07:33.110Z | Create backup boot environment: No |
207 | 2024-11-28T04:07:33.197Z | Done |
208 | 2024-11-28T04:07:33.197Z | Done |
209 | 2024-11-28T04:07:33.544Z | Done |
210 | 2024-11-28T04:07:37.095Z | Done |
211 | 2024-11-28T04:07:37.186Z | Done |
212 | 2024-11-28T04:07:37.188Z | Done |
213 | 2024-11-28T04:07:37.300Z | Done |
214 | 2024-11-28T04:07:37.913Z | Planning: Evaluating mediator changes ... Done |
215 | 2024-11-28T04:07:37.916Z | Planning: Merging actions ... Done |
216 | 2024-11-28T04:07:38.107Z | Planning: Checking for conflicting actions ... Done |
217 | 2024-11-28T04:07:38.110Z | Planning: Consolidating action changes ... Done |
218 | 2024-11-28T04:07:38.372Z | Planning: Evaluating mediators ... Done |
219 | 2024-11-28T04:07:38.427Z | Planning: Planning completed in 0.76 seconds |
220 | 2024-11-28T04:07:38.466Z | Packages to change: 1 |
221 | 2024-11-28T04:07:38.466Z | Mediators to change: 1 |
222 | 2024-11-28T04:07:38.469Z | Services to change: 1 |
223 | 2024-11-28T04:07:38.469Z | Create boot environment: No |
224 | 2024-11-28T04:07:38.470Z | Create backup boot environment: Yes |
225 | 2024-11-28T04:07:40.587Z | Actions: 1/6 actions (Updating modified actions) |
226 | 2024-11-28T04:07:40.658Z | Actions: Completed 6 actions in 0.07 seconds. |
227 | 2024-11-28T04:07:40.662Z | Done |
228 | 2024-11-28T04:07:40.662Z | Done |
229 | 2024-11-28T04:07:40.767Z | Done |
230 | 2024-11-28T04:07:44.374Z | Done |
231 | 2024-11-28T04:07:44.465Z | Done |
232 | 2024-11-28T04:07:44.468Z | Done |
233 | 2024-11-28T04:07:44.646Z | Done |
234 | 2024-11-28T04:07:45.083Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
235 | 2024-11-28T04:07:45.083Z | clang system 15 system |
236 | 2024-11-28T04:07:45.083Z | csh system system illumos |
237 | 2024-11-28T04:07:45.083Z | ctags system system illumos |
238 | 2024-11-28T04:07:45.083Z | gcc vendor 12 vendor |
239 | 2024-11-28T04:07:45.083Z | gcc system 10 system |
240 | 2024-11-28T04:07:45.083Z | gcc system 7 system |
241 | 2024-11-28T04:07:45.083Z | go system 1.20 system |
242 | 2024-11-28T04:07:45.083Z | go system 1.19 system |
243 | 2024-11-28T04:07:45.083Z | llvm system 15 system |
244 | 2024-11-28T04:07:45.083Z | llvm system 14 system |
245 | 2024-11-28T04:07:45.083Z | mariadb system 10.6 system |
246 | 2024-11-28T04:07:45.083Z | mta vendor vendor dma |
247 | 2024-11-28T04:07:45.083Z | openjdk system 17 system |
248 | 2024-11-28T04:07:45.083Z | openjdk system 11 system |
249 | 2024-11-28T04:07:45.083Z | openjdk system 1.8 system |
250 | 2024-11-28T04:07:45.083Z | openssl vendor 3 vendor |
251 | 2024-11-28T04:07:45.084Z | perl system 5.36 system |
252 | 2024-11-28T04:07:45.084Z | postgresql system 15 system |
253 | 2024-11-28T04:07:45.084Z | postgresql system 13 system |
254 | 2024-11-28T04:07:45.084Z | python vendor 3 vendor |
255 | 2024-11-28T04:07:45.084Z | python system 2 system |
256 | 2024-11-28T04:07:45.084Z | python3 system 3.11 system |
257 | 2024-11-28T04:07:45.084Z | ruby system 3.0 system |
258 | 2024-11-28T04:07:45.084Z | words vendor vendor american-english |
259 | 2024-11-28T04:07:45.084Z | words system system australian-english |
260 | 2024-11-28T04:07:45.084Z | words system system british-english |
261 | 2024-11-28T04:07:45.084Z | words system system canadian-english |
262 | 2024-11-28T04:07:45.084Z | words system system french |
263 | 2024-11-28T04:07:45.085Z | words system system italian |
264 | 2024-11-28T04:07:45.085Z | words system system ngerman |
265 | 2024-11-28T04:07:45.085Z | words system system ogerman |
266 | 2024-11-28T04:07:45.085Z | words system system spanish |
267 | 2024-11-28T04:07:45.411Z | PUBLISHER TYPE STATUS P LOCATION |
268 | 2024-11-28T04:07:45.411Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
269 | 2024-11-28T04:07:48.007Z | FMRI IFO |
270 | 2024-11-28T04:07:48.007Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
271 | 2024-11-28T04:07:48.007Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
272 | 2024-11-28T04:07:48.007Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
273 | 2024-11-28T04:07:48.007Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
274 | 2024-11-28T04:07:48.007Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
275 | 2024-11-28T04:07:48.007Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
276 | 2024-11-28T04:07:48.007Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
277 | 2024-11-28T04:07:48.007Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
278 | 2024-11-28T04:07:48.007Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
279 | 2024-11-28T04:07:48.007Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
280 | 2024-11-28T04:07:48.007Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
281 | 2024-11-28T04:07:48.007Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
282 | 2024-11-28T04:07:48.007Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
283 | 2024-11-28T04:07:48.007Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
284 | 2024-11-28T04:07:48.007Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
285 | 2024-11-28T04:07:48.752Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
286 | 2024-11-28T04:07:49.090Z | Updating crates.io index |
287 | 2024-11-28T04:07:49.093Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
288 | 2024-11-28T04:07:49.602Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
289 | 2024-11-28T04:07:49.831Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
290 | 2024-11-28T04:07:50.089Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
291 | 2024-11-28T04:07:50.327Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
292 | 2024-11-28T04:07:51.272Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
293 | 2024-11-28T04:07:53.978Z | Updating git repository `https://github.com/oxidecomputer/opte` |
294 | 2024-11-28T04:07:55.073Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
295 | 2024-11-28T04:07:55.964Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
296 | 2024-11-28T04:07:56.198Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
297 | 2024-11-28T04:07:56.493Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
298 | 2024-11-28T04:07:57.052Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
299 | 2024-11-28T04:07:57.484Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
300 | 2024-11-28T04:07:57.783Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
301 | 2024-11-28T04:07:58.060Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
302 | 2024-11-28T04:07:58.309Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
303 | 2024-11-28T04:07:58.599Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
304 | 2024-11-28T04:07:58.919Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
305 | 2024-11-28T04:07:59.238Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
306 | 2024-11-28T04:07:59.497Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
307 | 2024-11-28T04:07:59.833Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
308 | 2024-11-28T04:08:00.321Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
309 | 2024-11-28T04:08:00.628Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
310 | 2024-11-28T04:08:01.001Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
311 | 2024-11-28T04:08:01.434Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
312 | 2024-11-28T04:08:01.692Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
313 | 2024-11-28T04:08:01.979Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
314 | 2024-11-28T04:08:02.253Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
315 | 2024-11-28T04:08:03.629Z | Downloading crates ... |
316 | 2024-11-28T04:08:03.718Z | Downloaded digest v0.10.7 |
317 | 2024-11-28T04:08:03.727Z | Downloaded fastrand v2.1.1 |
318 | 2024-11-28T04:08:03.730Z | Downloaded equivalent v1.0.1 |
319 | 2024-11-28T04:08:03.730Z | Downloaded ucd-trie v0.1.7 |
320 | 2024-11-28T04:08:03.736Z | Downloaded pretty-hex v0.4.1 |
321 | 2024-11-28T04:08:03.739Z | Downloaded papergrid v0.11.0 |
322 | 2024-11-28T04:08:03.745Z | Downloaded smawk v0.3.2 |
323 | 2024-11-28T04:08:03.748Z | Downloaded memmap v0.7.0 |
324 | 2024-11-28T04:08:03.748Z | Downloaded serde_derive v1.0.215 |
325 | 2024-11-28T04:08:03.751Z | Downloaded anstyle-parse v0.2.5 |
326 | 2024-11-28T04:08:03.757Z | Downloaded goblin v0.8.2 |
327 | 2024-11-28T04:08:03.764Z | Downloaded anstyle v1.0.10 |
328 | 2024-11-28T04:08:03.769Z | Downloaded itoa v1.0.11 |
329 | 2024-11-28T04:08:03.769Z | Downloaded anstream v0.6.15 |
330 | 2024-11-28T04:08:03.775Z | Downloaded zerocopy v0.7.35 |
331 | 2024-11-28T04:08:03.790Z | Downloaded fnv v1.0.7 |
332 | 2024-11-28T04:08:03.794Z | Downloaded camino v1.1.9 |
333 | 2024-11-28T04:08:03.794Z | Downloaded dof v0.3.0 |
334 | 2024-11-28T04:08:03.797Z | Downloaded colorchoice v1.0.2 |
335 | 2024-11-28T04:08:03.797Z | Downloaded clap_derive v4.5.18 |
336 | 2024-11-28T04:08:03.797Z | Downloaded bytecount v0.6.8 |
337 | 2024-11-28T04:08:03.800Z | Downloaded block-buffer v0.10.4 |
338 | 2024-11-28T04:08:03.800Z | Downloaded anstyle-query v1.1.1 |
339 | 2024-11-28T04:08:03.803Z | Downloaded bitflags v2.6.0 |
340 | 2024-11-28T04:08:03.806Z | Downloaded autocfg v1.4.0 |
341 | 2024-11-28T04:08:03.808Z | Downloaded dtrace-parser v0.2.0 |
342 | 2024-11-28T04:08:03.808Z | Downloaded crypto-common v0.1.6 |
343 | 2024-11-28T04:08:03.808Z | Downloaded cargo_toml v0.20.5 |
344 | 2024-11-28T04:08:03.811Z | Downloaded cargo-platform v0.1.8 |
345 | 2024-11-28T04:08:03.811Z | Downloaded clap_builder v4.5.21 |
346 | 2024-11-28T04:08:03.817Z | Downloaded clap_lex v0.7.2 |
347 | 2024-11-28T04:08:03.819Z | Downloaded anyhow v1.0.93 |
348 | 2024-11-28T04:08:03.822Z | Downloaded cargo_metadata v0.18.1 |
349 | 2024-11-28T04:08:03.826Z | Downloaded cpufeatures v0.2.14 |
350 | 2024-11-28T04:08:03.831Z | Downloaded cfg-if v1.0.0 |
351 | 2024-11-28T04:08:03.831Z | Downloaded generic-array v0.14.7 |
352 | 2024-11-28T04:08:03.831Z | Downloaded camino-tempfile v1.1.1 |
353 | 2024-11-28T04:08:03.833Z | Downloaded scroll_derive v0.12.0 |
354 | 2024-11-28T04:08:03.833Z | Downloaded byteorder v1.5.0 |
355 | 2024-11-28T04:08:03.833Z | Downloaded tabled_derive v0.7.0 |
356 | 2024-11-28T04:08:03.834Z | Downloaded errno v0.3.9 |
357 | 2024-11-28T04:08:03.843Z | Downloaded usdt-macro v0.5.0 |
358 | 2024-11-28T04:08:03.846Z | Downloaded proc-macro-error-attr v1.0.4 |
359 | 2024-11-28T04:08:03.850Z | Downloaded heck v0.5.0 |
360 | 2024-11-28T04:08:03.855Z | Downloaded fs-err v2.11.0 |
361 | 2024-11-28T04:08:03.859Z | Downloaded is_terminal_polyfill v1.70.1 |
362 | 2024-11-28T04:08:03.859Z | Downloaded plain v0.2.3 |
363 | 2024-11-28T04:08:03.859Z | Downloaded heck v0.4.1 |
364 | 2024-11-28T04:08:03.862Z | Downloaded swrite v0.1.0 |
365 | 2024-11-28T04:08:03.864Z | Downloaded usdt-attr-macro v0.5.0 |
366 | 2024-11-28T04:08:03.866Z | Downloaded usdt v0.5.0 |
367 | 2024-11-28T04:08:03.866Z | Downloaded macaddr v1.0.1 |
368 | 2024-11-28T04:08:03.873Z | Downloaded pest_generator v2.7.14 |
369 | 2024-11-28T04:08:03.879Z | Downloaded strsim v0.11.1 |
370 | 2024-11-28T04:08:03.885Z | Downloaded version_check v0.9.5 |
371 | 2024-11-28T04:08:03.888Z | Downloaded toml_datetime v0.6.8 |
372 | 2024-11-28T04:08:03.888Z | Downloaded terminal_size v0.4.0 |
373 | 2024-11-28T04:08:03.892Z | Downloaded unicode-linebreak v0.1.5 |
374 | 2024-11-28T04:08:03.892Z | Downloaded proc-macro-error v1.0.4 |
375 | 2024-11-28T04:08:03.898Z | Downloaded thiserror-impl v1.0.69 |
376 | 2024-11-28T04:08:03.902Z | Downloaded usdt-impl v0.5.0 |
377 | 2024-11-28T04:08:03.906Z | Downloaded utf8parse v0.2.2 |
378 | 2024-11-28T04:08:03.906Z | Downloaded thread-id v4.2.2 |
379 | 2024-11-28T04:08:03.908Z | Downloaded thiserror v1.0.69 |
380 | 2024-11-28T04:08:03.911Z | Downloaded sha2 v0.10.8 |
381 | 2024-11-28T04:08:03.914Z | Downloaded serde_spanned v0.6.8 |
382 | 2024-11-28T04:08:03.917Z | Downloaded quote v1.0.37 |
383 | 2024-11-28T04:08:03.917Z | Downloaded scroll v0.12.0 |
384 | 2024-11-28T04:08:03.920Z | Downloaded pest_derive v2.7.14 |
385 | 2024-11-28T04:08:03.920Z | Downloaded serde_tokenstream v0.2.2 |
386 | 2024-11-28T04:08:03.922Z | Downloaded once_cell v1.20.2 |
387 | 2024-11-28T04:08:03.925Z | Downloaded tempfile v3.13.0 |
388 | 2024-11-28T04:08:03.928Z | Downloaded semver v1.0.23 |
389 | 2024-11-28T04:08:03.932Z | Downloaded clap v4.5.21 |
390 | 2024-11-28T04:08:03.940Z | Downloaded zerocopy-derive v0.7.35 |
391 | 2024-11-28T04:08:03.945Z | Downloaded typenum v1.17.0 |
392 | 2024-11-28T04:08:03.947Z | Downloaded textwrap v0.16.1 |
393 | 2024-11-28T04:08:03.949Z | Downloaded pest_meta v2.7.14 |
394 | 2024-11-28T04:08:03.952Z | Downloaded log v0.4.22 |
395 | 2024-11-28T04:08:03.954Z | Downloaded ryu v1.0.18 |
396 | 2024-11-28T04:08:03.957Z | Downloaded proc-macro2 v1.0.89 |
397 | 2024-11-28T04:08:03.960Z | Downloaded toml v0.8.19 |
398 | 2024-11-28T04:08:03.962Z | Downloaded unicode-ident v1.0.13 |
399 | 2024-11-28T04:08:03.965Z | Downloaded serde v1.0.215 |
400 | 2024-11-28T04:08:03.968Z | Downloaded hashbrown v0.15.0 |
401 | 2024-11-28T04:08:03.973Z | Downloaded indexmap v2.6.0 |
402 | 2024-11-28T04:08:03.988Z | Downloaded memchr v2.7.4 |
403 | 2024-11-28T04:08:03.994Z | Downloaded toml_edit v0.22.22 |
404 | 2024-11-28T04:08:04.016Z | Downloaded pest v2.7.14 |
405 | 2024-11-28T04:08:04.034Z | Downloaded serde_json v1.0.132 |
406 | 2024-11-28T04:08:04.042Z | Downloaded winnow v0.6.20 |
407 | 2024-11-28T04:08:04.062Z | Downloaded tabled v0.15.0 |
408 | 2024-11-28T04:08:04.074Z | Downloaded syn v1.0.109 |
409 | 2024-11-28T04:08:04.085Z | Downloaded syn v2.0.87 |
410 | 2024-11-28T04:08:04.095Z | Downloaded unicode-width v0.1.14 |
411 | 2024-11-28T04:08:04.101Z | Downloaded rustix v0.38.37 |
412 | 2024-11-28T04:08:04.148Z | Downloaded libc v0.2.162 |
413 | 2024-11-28T04:08:04.457Z | Compiling proc-macro2 v1.0.89 |
414 | 2024-11-28T04:08:04.457Z | Compiling unicode-ident v1.0.13 |
415 | 2024-11-28T04:08:04.460Z | Compiling version_check v0.9.5 |
416 | 2024-11-28T04:08:04.460Z | Compiling serde v1.0.215 |
417 | 2024-11-28T04:08:04.460Z | Compiling memchr v2.7.4 |
418 | 2024-11-28T04:08:04.460Z | Compiling thiserror v1.0.69 |
419 | 2024-11-28T04:08:04.489Z | Compiling libc v0.2.162 |
420 | 2024-11-28T04:08:04.491Z | Compiling ryu v1.0.18 |
421 | 2024-11-28T04:08:04.725Z | Compiling itoa v1.0.11 |
422 | 2024-11-28T04:08:04.952Z | Compiling ucd-trie v0.1.7 |
423 | 2024-11-28T04:08:05.338Z | Compiling once_cell v1.20.2 |
424 | 2024-11-28T04:08:05.467Z | Compiling byteorder v1.5.0 |
425 | 2024-11-28T04:08:05.691Z | Compiling rustix v0.38.37 |
426 | 2024-11-28T04:08:05.856Z | Compiling serde_json v1.0.132 |
427 | 2024-11-28T04:08:05.899Z | Compiling bitflags v2.6.0 |
428 | 2024-11-28T04:08:06.146Z | Compiling proc-macro-error-attr v1.0.4 |
429 | 2024-11-28T04:08:06.206Z | Compiling usdt-impl v0.5.0 |
430 | 2024-11-28T04:08:06.313Z | Compiling syn v1.0.109 |
431 | 2024-11-28T04:08:06.466Z | Compiling proc-macro-error v1.0.4 |
432 | 2024-11-28T04:08:06.497Z | Compiling log v0.4.22 |
433 | 2024-11-28T04:08:06.580Z | Compiling camino v1.1.9 |
434 | 2024-11-28T04:08:06.705Z | Compiling utf8parse v0.2.2 |
435 | 2024-11-28T04:08:06.732Z | Compiling equivalent v1.0.1 |
436 | 2024-11-28T04:08:06.853Z | Compiling hashbrown v0.15.0 |
437 | 2024-11-28T04:08:06.879Z | Compiling quote v1.0.37 |
438 | 2024-11-28T04:08:06.905Z | Compiling plain v0.2.3 |
439 | 2024-11-28T04:08:07.008Z | Compiling anstyle-parse v0.2.5 |
440 | 2024-11-28T04:08:07.188Z | Compiling errno v0.3.9 |
441 | 2024-11-28T04:08:07.311Z | Compiling syn v2.0.87 |
442 | 2024-11-28T04:08:07.408Z | Compiling thread-id v4.2.2 |
443 | 2024-11-28T04:08:07.533Z | Compiling autocfg v1.4.0 |
444 | 2024-11-28T04:08:07.595Z | Compiling unicode-width v0.1.14 |
445 | 2024-11-28T04:08:07.796Z | Compiling anstyle v1.0.10 |
446 | 2024-11-28T04:08:08.054Z | Compiling indexmap v2.6.0 |
447 | 2024-11-28T04:08:08.114Z | Compiling anstyle-query v1.1.1 |
448 | 2024-11-28T04:08:08.240Z | Compiling colorchoice v1.0.2 |
449 | 2024-11-28T04:08:08.277Z | Compiling pretty-hex v0.4.1 |
450 | 2024-11-28T04:08:08.416Z | Compiling winnow v0.6.20 |
451 | 2024-11-28T04:08:08.507Z | Compiling semver v1.0.23 |
452 | 2024-11-28T04:08:08.698Z | Compiling is_terminal_polyfill v1.70.1 |
453 | 2024-11-28T04:08:08.784Z | Compiling fs-err v2.11.0 |
454 | 2024-11-28T04:08:08.840Z | Compiling anstream v0.6.15 |
455 | 2024-11-28T04:08:09.195Z | Compiling heck v0.5.0 |
456 | 2024-11-28T04:08:09.221Z | Compiling fastrand v2.1.1 |
457 | 2024-11-28T04:08:09.387Z | Compiling cfg-if v1.0.0 |
458 | 2024-11-28T04:08:09.492Z | Compiling terminal_size v0.4.0 |
459 | 2024-11-28T04:08:09.660Z | Compiling clap_lex v0.7.2 |
460 | 2024-11-28T04:08:09.761Z | Compiling bytecount v0.6.8 |
461 | 2024-11-28T04:08:09.792Z | Compiling heck v0.4.1 |
462 | 2024-11-28T04:08:09.991Z | Compiling anyhow v1.0.93 |
463 | 2024-11-28T04:08:10.166Z | Compiling strsim v0.11.1 |
464 | 2024-11-28T04:08:10.200Z | Compiling fnv v1.0.7 |
465 | 2024-11-28T04:08:10.300Z | Compiling tempfile v3.13.0 |
466 | 2024-11-28T04:08:10.352Z | Compiling papergrid v0.11.0 |
467 | 2024-11-28T04:08:11.005Z | Compiling clap_builder v4.5.21 |
468 | 2024-11-28T04:08:11.065Z | Compiling memmap v0.7.0 |
469 | 2024-11-28T04:08:11.177Z | Compiling smawk v0.3.2 |
470 | 2024-11-28T04:08:11.202Z | Compiling unicode-linebreak v0.1.5 |
471 | 2024-11-28T04:08:11.700Z | Compiling textwrap v0.16.1 |
472 | 2024-11-28T04:08:12.029Z | Compiling swrite v0.1.0 |
473 | 2024-11-28T04:08:13.258Z | Compiling tabled_derive v0.7.0 |
474 | 2024-11-28T04:08:14.730Z | Compiling tabled v0.15.0 |
475 | 2024-11-28T04:08:16.188Z | Compiling serde_derive v1.0.215 |
476 | 2024-11-28T04:08:16.188Z | Compiling thiserror-impl v1.0.69 |
477 | 2024-11-28T04:08:16.241Z | Compiling zerocopy-derive v0.7.35 |
478 | 2024-11-28T04:08:16.241Z | Compiling scroll_derive v0.12.0 |
479 | 2024-11-28T04:08:16.310Z | Compiling clap_derive v4.5.18 |
480 | 2024-11-28T04:08:17.631Z | Compiling scroll v0.12.0 |
481 | 2024-11-28T04:08:18.087Z | Compiling goblin v0.8.2 |
482 | 2024-11-28T04:08:18.200Z | Compiling zerocopy v0.7.35 |
483 | 2024-11-28T04:08:18.813Z | Compiling pest v2.7.14 |
484 | 2024-11-28T04:08:19.984Z | Compiling clap v4.5.21 |
485 | 2024-11-28T04:08:21.110Z | Compiling pest_meta v2.7.14 |
486 | 2024-11-28T04:08:21.946Z | Compiling pest_generator v2.7.14 |
487 | 2024-11-28T04:08:23.807Z | Compiling pest_derive v2.7.14 |
488 | 2024-11-28T04:08:24.489Z | Compiling dtrace-parser v0.2.0 |
489 | 2024-11-28T04:08:26.409Z | Compiling serde_tokenstream v0.2.2 |
490 | 2024-11-28T04:08:26.572Z | Compiling serde_spanned v0.6.8 |
491 | 2024-11-28T04:08:26.573Z | Compiling toml_datetime v0.6.8 |
492 | 2024-11-28T04:08:26.840Z | Compiling cargo-platform v0.1.8 |
493 | 2024-11-28T04:08:26.972Z | Compiling toml_edit v0.22.22 |
494 | 2024-11-28T04:08:27.007Z | Compiling macaddr v1.0.1 |
495 | 2024-11-28T04:08:27.328Z | Compiling camino-tempfile v1.1.1 |
496 | 2024-11-28T04:08:27.898Z | Compiling dof v0.3.0 |
497 | 2024-11-28T04:08:28.125Z | Compiling cargo_metadata v0.18.1 |
498 | 2024-11-28T04:08:29.685Z | Compiling usdt-macro v0.5.0 |
499 | 2024-11-28T04:08:29.685Z | Compiling usdt-attr-macro v0.5.0 |
500 | 2024-11-28T04:08:29.734Z | Compiling toml v0.8.19 |
501 | 2024-11-28T04:08:30.586Z | Compiling cargo_toml v0.20.5 |
502 | 2024-11-28T04:08:31.064Z | Compiling usdt v0.5.0 |
503 | 2024-11-28T04:08:34.134Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
504 | 2024-11-28T04:08:38.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.79s |
505 | 2024-11-28T04:08:38.578Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
506 | 2024-11-28T04:08:39.113Z | Downloading crates ... |
507 | 2024-11-28T04:08:39.267Z | Downloaded icu_properties v1.5.1 |
508 | 2024-11-28T04:08:39.279Z | Downloaded hyper-tls v0.6.0 |
509 | 2024-11-28T04:08:39.290Z | Downloaded jobserver v0.1.32 |
510 | 2024-11-28T04:08:39.293Z | Downloaded mime_guess v2.0.5 |
511 | 2024-11-28T04:08:39.301Z | Downloaded libxml v0.3.3 |
512 | 2024-11-28T04:08:39.307Z | Downloaded lalrpop v0.19.12 |
513 | 2024-11-28T04:08:39.319Z | Downloaded idna v0.5.0 |
514 | 2024-11-28T04:08:39.326Z | Downloaded hex v0.4.3 |
515 | 2024-11-28T04:08:39.329Z | Downloaded http-body v1.0.1 |
516 | 2024-11-28T04:08:39.332Z | Downloaded hostname v0.3.1 |
517 | 2024-11-28T04:08:39.332Z | Downloaded heapless v0.8.0 |
518 | 2024-11-28T04:08:39.336Z | Downloaded hickory-client v0.24.1 |
519 | 2024-11-28T04:08:39.339Z | Downloaded humantime v2.1.0 |
520 | 2024-11-28T04:08:39.342Z | Downloaded hickory-server v0.24.1 |
521 | 2024-11-28T04:08:39.345Z | Downloaded iana-time-zone v0.1.61 |
522 | 2024-11-28T04:08:39.348Z | Downloaded hmac v0.12.1 |
523 | 2024-11-28T04:08:39.351Z | Downloaded aes v0.8.4 |
524 | 2024-11-28T04:08:39.354Z | Downloaded aes-gcm v0.10.3 |
525 | 2024-11-28T04:08:39.360Z | Downloaded home v0.5.9 |
526 | 2024-11-28T04:08:39.363Z | Downloaded aho-corasick v1.1.3 |
527 | 2024-11-28T04:08:39.365Z | Downloaded icu_provider v1.5.0 |
528 | 2024-11-28T04:08:39.369Z | Downloaded ident_case v1.0.1 |
529 | 2024-11-28T04:08:39.372Z | Downloaded cookie_store v0.21.0 |
530 | 2024-11-28T04:08:39.372Z | Downloaded bitflags v1.3.2 |
531 | 2024-11-28T04:08:39.376Z | Downloaded icu_provider_macros v1.5.0 |
532 | 2024-11-28T04:08:39.379Z | Downloaded ahash v0.8.11 |
533 | 2024-11-28T04:08:39.379Z | Downloaded bitfield v0.14.0 |
534 | 2024-11-28T04:08:39.382Z | Downloaded instant v0.1.13 |
535 | 2024-11-28T04:08:39.382Z | Downloaded http-range v0.1.5 |
536 | 2024-11-28T04:08:39.387Z | Downloaded hyper-rustls v0.27.3 |
537 | 2024-11-28T04:08:39.391Z | Downloaded base64 v0.22.1 |
538 | 2024-11-28T04:08:39.395Z | Downloaded inout v0.1.3 |
539 | 2024-11-28T04:08:39.395Z | Downloaded httpdate v1.0.3 |
540 | 2024-11-28T04:08:39.395Z | Downloaded cexpr v0.6.0 |
541 | 2024-11-28T04:08:39.398Z | Downloaded bytes v1.8.0 |
542 | 2024-11-28T04:08:39.402Z | Downloaded is-terminal v0.4.13 |
543 | 2024-11-28T04:08:39.402Z | Downloaded indent_write v2.2.0 |
544 | 2024-11-28T04:08:39.406Z | Downloaded impl-trait-for-tuples v0.2.2 |
545 | 2024-11-28T04:08:39.406Z | Downloaded hubpack v0.1.2 |
546 | 2024-11-28T04:08:39.410Z | Downloaded cstr-argument v0.1.2 |
547 | 2024-11-28T04:08:39.410Z | Downloaded convert_case v0.4.0 |
548 | 2024-11-28T04:08:39.410Z | Downloaded atomicwrites v0.4.4 |
549 | 2024-11-28T04:08:39.418Z | Downloaded atty v0.2.14 |
550 | 2024-11-28T04:08:39.418Z | Downloaded constant_time_eq v0.3.1 |
551 | 2024-11-28T04:08:39.418Z | Downloaded ipnetwork v0.20.0 |
552 | 2024-11-28T04:08:39.418Z | Downloaded instability v0.3.2 |
553 | 2024-11-28T04:08:39.418Z | Downloaded async-stream v0.3.6 |
554 | 2024-11-28T04:08:39.421Z | Downloaded md5 v0.7.0 |
555 | 2024-11-28T04:08:39.421Z | Downloaded matches v0.1.10 |
556 | 2024-11-28T04:08:39.421Z | Downloaded indoc v1.0.9 |
557 | 2024-11-28T04:08:39.426Z | Downloaded cipher v0.4.4 |
558 | 2024-11-28T04:08:39.430Z | Downloaded keccak v0.1.5 |
559 | 2024-11-28T04:08:39.430Z | Downloaded managed v0.8.0 |
560 | 2024-11-28T04:08:39.430Z | Downloaded is_ci v1.2.0 |
561 | 2024-11-28T04:08:39.433Z | Downloaded console v0.15.8 |
562 | 2024-11-28T04:08:39.433Z | Downloaded lazy_static v1.5.0 |
563 | 2024-11-28T04:08:39.436Z | Downloaded libsw v3.3.1 |
564 | 2024-11-28T04:08:39.439Z | Downloaded block-padding v0.3.3 |
565 | 2024-11-28T04:08:39.439Z | Downloaded bitfield-struct v0.6.2 |
566 | 2024-11-28T04:08:39.441Z | Downloaded memoffset v0.9.1 |
567 | 2024-11-28T04:08:39.443Z | Downloaded mime v0.3.17 |
568 | 2024-11-28T04:08:39.443Z | Downloaded lockfree-object-pool v0.1.6 |
569 | 2024-11-28T04:08:39.446Z | Downloaded crunchy v0.2.2 |
570 | 2024-11-28T04:08:39.448Z | Downloaded cobs v0.2.3 |
571 | 2024-11-28T04:08:39.448Z | Downloaded ipnet v2.10.1 |
572 | 2024-11-28T04:08:39.450Z | Downloaded httparse v1.9.5 |
573 | 2024-11-28T04:08:39.453Z | Downloaded curve25519-dalek-derive v0.1.1 |
574 | 2024-11-28T04:08:39.455Z | Downloaded bb8 v0.8.5 |
575 | 2024-11-28T04:08:39.455Z | Downloaded match_cfg v0.1.0 |
576 | 2024-11-28T04:08:39.458Z | Downloaded linear-map v1.2.0 |
577 | 2024-11-28T04:08:39.458Z | Downloaded bumpalo v3.16.0 |
578 | 2024-11-28T04:08:39.461Z | Downloaded lru-cache v0.1.2 |
579 | 2024-11-28T04:08:39.466Z | Downloaded linked-hash-map v0.5.6 |
580 | 2024-11-28T04:08:39.466Z | Downloaded crucible-workspace-hack v0.1.0 |
581 | 2024-11-28T04:08:39.470Z | Downloaded cookie v0.18.1 |
582 | 2024-11-28T04:08:39.470Z | Downloaded buf-list v1.0.3 |
583 | 2024-11-28T04:08:39.473Z | Downloaded maybe-uninit v2.0.0 |
584 | 2024-11-28T04:08:39.473Z | Downloaded indexmap v1.9.3 |
585 | 2024-11-28T04:08:39.476Z | Downloaded icu_locid_transform_data v1.5.0 |
586 | 2024-11-28T04:08:39.476Z | Downloaded icu_normalizer v1.5.0 |
587 | 2024-11-28T04:08:39.480Z | Downloaded signal-hook-tokio v0.3.1 |
588 | 2024-11-28T04:08:39.487Z | Downloaded crc v3.2.1 |
589 | 2024-11-28T04:08:39.489Z | Downloaded castaway v0.2.3 |
590 | 2024-11-28T04:08:39.489Z | Downloaded maplit v1.0.2 |
591 | 2024-11-28T04:08:39.489Z | Downloaded lru v0.12.5 |
592 | 2024-11-28T04:08:39.489Z | Downloaded chacha20 v0.9.1 |
593 | 2024-11-28T04:08:39.492Z | Downloaded cfg_aliases v0.1.1 |
594 | 2024-11-28T04:08:39.492Z | Downloaded lock_api v0.4.12 |
595 | 2024-11-28T04:08:39.498Z | Downloaded utf8_iter v1.0.4 |
596 | 2024-11-28T04:08:39.498Z | Downloaded libloading v0.8.5 |
597 | 2024-11-28T04:08:39.500Z | Downloaded backoff v0.4.0 |
598 | 2024-11-28T04:08:39.500Z | Downloaded endian-type v0.1.2 |
599 | 2024-11-28T04:08:39.501Z | Downloaded downcast v0.11.0 |
600 | 2024-11-28T04:08:39.503Z | Downloaded subtle v2.6.1 |
601 | 2024-11-28T04:08:39.503Z | Downloaded ctr v0.9.2 |
602 | 2024-11-28T04:08:39.509Z | Downloaded rustfmt-wrapper v0.2.1 |
603 | 2024-11-28T04:08:39.513Z | Downloaded resolv-conf v0.7.0 |
604 | 2024-11-28T04:08:39.518Z | Downloaded serde_path_to_error v0.1.16 |
605 | 2024-11-28T04:08:39.521Z | Downloaded scopeguard v1.2.0 |
606 | 2024-11-28T04:08:39.521Z | Downloaded arrayvec v0.7.6 |
607 | 2024-11-28T04:08:39.523Z | Downloaded tokio-native-tls v0.3.1 |
608 | 2024-11-28T04:08:39.526Z | Downloaded spin v0.5.2 |
609 | 2024-11-28T04:08:39.529Z | Downloaded ciborium v0.2.2 |
610 | 2024-11-28T04:08:39.532Z | Downloaded zeroize_derive v1.4.2 |
611 | 2024-11-28T04:08:39.532Z | Downloaded typify-macro v0.2.0 |
612 | 2024-11-28T04:08:39.534Z | Downloaded colored v2.1.0 |
613 | 2024-11-28T04:08:39.536Z | Downloaded const-oid v0.9.6 |
614 | 2024-11-28T04:08:39.539Z | Downloaded indicatif v0.17.9 |
615 | 2024-11-28T04:08:39.543Z | Downloaded openssl-probe v0.1.5 |
616 | 2024-11-28T04:08:39.546Z | Downloaded zerovec-derive v0.10.3 |
617 | 2024-11-28T04:08:39.549Z | Downloaded hyper-util v0.1.10 |
618 | 2024-11-28T04:08:39.551Z | Downloaded chacha20poly1305 v0.10.1 |
619 | 2024-11-28T04:08:39.554Z | Downloaded clang-sys v1.8.1 |
620 | 2024-11-28T04:08:39.556Z | Downloaded signal-hook-registry v1.4.2 |
621 | 2024-11-28T04:08:39.559Z | Downloaded env_filter v0.1.2 |
622 | 2024-11-28T04:08:39.562Z | Downloaded enum-as-inner v0.5.1 |
623 | 2024-11-28T04:08:39.562Z | Downloaded tiny-keccak v2.0.2 |
624 | 2024-11-28T04:08:39.567Z | Downloaded icu_normalizer_data v1.5.0 |
625 | 2024-11-28T04:08:39.570Z | Downloaded compact_str v0.8.0 |
626 | 2024-11-28T04:08:39.573Z | Downloaded futures-macro v0.3.31 |
627 | 2024-11-28T04:08:39.576Z | Downloaded spin v0.9.8 |
628 | 2024-11-28T04:08:39.576Z | Downloaded allocator-api2 v0.2.18 |
629 | 2024-11-28T04:08:39.580Z | Downloaded zeroize v1.8.1 |
630 | 2024-11-28T04:08:39.583Z | Downloaded blake2 v0.10.6 |
631 | 2024-11-28T04:08:39.585Z | Downloaded thiserror-impl-no-std v2.0.2 |
632 | 2024-11-28T04:08:39.588Z | Downloaded deranged v0.3.11 |
633 | 2024-11-28T04:08:39.590Z | Downloaded openssl-macros v0.1.1 |
634 | 2024-11-28T04:08:39.590Z | Downloaded hickory-resolver v0.24.1 |
635 | 2024-11-28T04:08:39.595Z | Downloaded peg-runtime v0.8.3 |
636 | 2024-11-28T04:08:39.598Z | Downloaded displaydoc v0.2.5 |
637 | 2024-11-28T04:08:39.602Z | Downloaded num_enum v0.5.11 |
638 | 2024-11-28T04:08:39.604Z | Downloaded want v0.3.1 |
639 | 2024-11-28T04:08:39.607Z | Downloaded snafu-derive v0.8.5 |
640 | 2024-11-28T04:08:39.609Z | Downloaded enum-as-inner v0.6.1 |
641 | 2024-11-28T04:08:39.612Z | Downloaded serde_derive_internals v0.29.1 |
642 | 2024-11-28T04:08:39.612Z | Downloaded display-error-chain v0.2.2 |
643 | 2024-11-28T04:08:39.615Z | Downloaded progenitor-impl v0.8.0 |
644 | 2024-11-28T04:08:39.620Z | Downloaded wyz v0.5.1 |
645 | 2024-11-28T04:08:39.620Z | Downloaded diesel_table_macro_syntax v0.2.0 |
646 | 2024-11-28T04:08:39.620Z | Downloaded strum_macros v0.26.4 |
647 | 2024-11-28T04:08:39.623Z | Downloaded multer v3.1.0 |
648 | 2024-11-28T04:08:39.625Z | Downloaded shell-words v1.1.0 |
649 | 2024-11-28T04:08:39.625Z | Downloaded sha1 v0.10.6 |
650 | 2024-11-28T04:08:39.628Z | Downloaded fs_extra v1.3.0 |
651 | 2024-11-28T04:08:39.631Z | Downloaded foldhash v0.1.3 |
652 | 2024-11-28T04:08:39.637Z | Downloaded tokio-tungstenite v0.24.0 |
653 | 2024-11-28T04:08:39.637Z | Downloaded normalize-line-endings v0.3.0 |
654 | 2024-11-28T04:08:39.640Z | Downloaded structmeta v0.3.0 |
655 | 2024-11-28T04:08:39.640Z | Downloaded number_prefix v0.4.0 |
656 | 2024-11-28T04:08:39.640Z | Downloaded predicates-tree v1.0.11 |
657 | 2024-11-28T04:08:39.640Z | Downloaded predicates-core v1.0.8 |
658 | 2024-11-28T04:08:39.651Z | Downloaded pem v3.0.4 |
659 | 2024-11-28T04:08:39.653Z | Downloaded pbkdf2 v0.12.2 |
660 | 2024-11-28T04:08:39.653Z | Downloaded darling_macro v0.20.10 |
661 | 2024-11-28T04:08:39.656Z | Downloaded arc-swap v1.7.1 |
662 | 2024-11-28T04:08:39.658Z | Downloaded num_threads v0.1.7 |
663 | 2024-11-28T04:08:39.661Z | Downloaded vsss-rs v3.3.4 |
664 | 2024-11-28T04:08:39.663Z | Downloaded diesel-dtrace v0.3.0 |
665 | 2024-11-28T04:08:39.666Z | Downloaded poly1305 v0.8.0 |
666 | 2024-11-28T04:08:39.670Z | Downloaded tls_codec_derive v0.4.1 |
667 | 2024-11-28T04:08:39.670Z | Downloaded termios v0.3.3 |
668 | 2024-11-28T04:08:39.673Z | Downloaded russh-cryptovec v0.7.3 |
669 | 2024-11-28T04:08:39.673Z | Downloaded progenitor-client v0.8.0 |
670 | 2024-11-28T04:08:39.676Z | Downloaded vergen v8.3.2 |
671 | 2024-11-28T04:08:39.679Z | Downloaded slog-scope v4.4.0 |
672 | 2024-11-28T04:08:39.679Z | Downloaded which v4.4.2 |
673 | 2024-11-28T04:08:39.681Z | Downloaded unicode-properties v0.1.3 |
674 | 2024-11-28T04:08:39.686Z | Downloaded slog-stdlog v4.1.1 |
675 | 2024-11-28T04:08:39.686Z | Downloaded dhcproto-macros v0.1.0 |
676 | 2024-11-28T04:08:39.692Z | Downloaded time-core v0.1.2 |
677 | 2024-11-28T04:08:39.692Z | Downloaded fd-lock v4.0.2 |
678 | 2024-11-28T04:08:39.692Z | Downloaded data-encoding v2.6.0 |
679 | 2024-11-28T04:08:39.697Z | Downloaded snafu v0.8.5 |
680 | 2024-11-28T04:08:39.704Z | Downloaded sync_wrapper v1.0.1 |
681 | 2024-11-28T04:08:39.704Z | Downloaded tungstenite v0.24.0 |
682 | 2024-11-28T04:08:39.713Z | Downloaded strip-ansi-escapes v0.2.0 |
683 | 2024-11-28T04:08:39.713Z | Downloaded slog v2.7.0 |
684 | 2024-11-28T04:08:39.716Z | Downloaded parse-display-derive v0.10.0 |
685 | 2024-11-28T04:08:39.716Z | Downloaded parse-display v0.10.0 |
686 | 2024-11-28T04:08:39.716Z | Downloaded whoami v1.5.2 |
687 | 2024-11-28T04:08:39.716Z | Downloaded smallvec v0.6.14 |
688 | 2024-11-28T04:08:39.716Z | Downloaded zerofrom v0.1.4 |
689 | 2024-11-28T04:08:39.716Z | Downloaded tokio-stream v0.1.16 |
690 | 2024-11-28T04:08:39.723Z | Downloaded value-bag v1.9.0 |
691 | 2024-11-28T04:08:39.727Z | Downloaded oso v0.27.3 |
692 | 2024-11-28T04:08:39.727Z | Downloaded tokio-rustls v0.26.0 |
693 | 2024-11-28T04:08:39.731Z | Downloaded progenitor v0.8.0 |
694 | 2024-11-28T04:08:39.734Z | Downloaded twox-hash v1.6.3 |
695 | 2024-11-28T04:08:39.734Z | Downloaded tui-tree-widget v0.22.0 |
696 | 2024-11-28T04:08:39.737Z | Downloaded sqlparser_derive v0.2.2 |
697 | 2024-11-28T04:08:39.737Z | Downloaded try-lock v0.2.5 |
698 | 2024-11-28T04:08:39.742Z | Downloaded same-file v1.0.6 |
699 | 2024-11-28T04:08:39.742Z | Downloaded walkdir v2.5.0 |
700 | 2024-11-28T04:08:39.742Z | Downloaded ron v0.7.1 |
701 | 2024-11-28T04:08:39.747Z | Downloaded parse-size v1.1.0 |
702 | 2024-11-28T04:08:39.747Z | Downloaded newtype-uuid v1.1.3 |
703 | 2024-11-28T04:08:39.750Z | Downloaded derive-where v1.2.7 |
704 | 2024-11-28T04:08:39.753Z | Downloaded newtype_derive v0.1.6 |
705 | 2024-11-28T04:08:39.756Z | Downloaded num-iter v0.1.45 |
706 | 2024-11-28T04:08:39.756Z | Downloaded slog-term v2.9.1 |
707 | 2024-11-28T04:08:39.760Z | Downloaded flume v0.11.1 |
708 | 2024-11-28T04:08:39.764Z | Downloaded utf-8 v0.7.6 |
709 | 2024-11-28T04:08:39.764Z | Downloaded percent-encoding v2.3.1 |
710 | 2024-11-28T04:08:39.779Z | Downloaded openssl-sys v0.9.103 |
711 | 2024-11-28T04:08:39.783Z | Downloaded des v0.8.1 |
712 | 2024-11-28T04:08:39.783Z | Downloaded rpassword v7.3.1 |
713 | 2024-11-28T04:08:39.783Z | Downloaded nibble_vec v0.1.0 |
714 | 2024-11-28T04:08:39.783Z | Downloaded float-cmp v0.9.0 |
715 | 2024-11-28T04:08:39.783Z | Downloaded flagset v0.4.6 |
716 | 2024-11-28T04:08:39.783Z | Downloaded dyn-clone v1.0.17 |
717 | 2024-11-28T04:08:39.783Z | Downloaded slog-dtrace v0.3.0 |
718 | 2024-11-28T04:08:39.786Z | Downloaded bindgen v0.69.5 |
719 | 2024-11-28T04:08:39.790Z | Downloaded rustc-demangle v0.1.24 |
720 | 2024-11-28T04:08:39.793Z | Downloaded tungstenite v0.23.0 |
721 | 2024-11-28T04:08:39.798Z | Downloaded yoke-derive v0.7.4 |
722 | 2024-11-28T04:08:39.801Z | Downloaded ssh-encoding v0.2.0 |
723 | 2024-11-28T04:08:39.801Z | Downloaded ssh-cipher v0.2.0 |
724 | 2024-11-28T04:08:39.801Z | Downloaded slog-envlogger v2.2.0 |
725 | 2024-11-28T04:08:39.806Z | Downloaded waitgroup v0.1.2 |
726 | 2024-11-28T04:08:39.809Z | Downloaded termtree v0.4.1 |
727 | 2024-11-28T04:08:39.809Z | Downloaded num v0.4.3 |
728 | 2024-11-28T04:08:39.809Z | Downloaded untrusted v0.9.0 |
729 | 2024-11-28T04:08:39.809Z | Downloaded serde_with_macros v3.11.0 |
730 | 2024-11-28T04:08:39.812Z | Downloaded fxhash v0.2.1 |
731 | 2024-11-28T04:08:39.812Z | Downloaded phf_shared v0.11.2 |
732 | 2024-11-28T04:08:39.815Z | Downloaded gethostname v0.5.0 |
733 | 2024-11-28T04:08:39.816Z | Downloaded dsl_auto_type v0.1.2 |
734 | 2024-11-28T04:08:39.818Z | Downloaded env_logger v0.11.5 |
735 | 2024-11-28T04:08:39.822Z | Downloaded tokio-macros v2.4.0 |
736 | 2024-11-28T04:08:39.822Z | Downloaded derive_builder_macro v0.20.2 |
737 | 2024-11-28T04:08:39.822Z | Downloaded postcard v1.0.10 |
738 | 2024-11-28T04:08:39.824Z | Downloaded slog-json v2.6.1 |
739 | 2024-11-28T04:08:39.829Z | Downloaded quick-error v1.2.3 |
740 | 2024-11-28T04:08:39.832Z | Downloaded powerfmt v0.2.0 |
741 | 2024-11-28T04:08:39.832Z | Downloaded slog-bunyan v2.5.0 |
742 | 2024-11-28T04:08:39.832Z | Downloaded typify v0.2.0 |
743 | 2024-11-28T04:08:39.835Z | Downloaded path-slash v0.1.5 |
744 | 2024-11-28T04:08:39.838Z | Downloaded serde_repr v0.1.19 |
745 | 2024-11-28T04:08:39.841Z | Downloaded unicode-xid v0.2.6 |
746 | 2024-11-28T04:08:39.843Z | Downloaded tinystr v0.7.6 |
747 | 2024-11-28T04:08:39.847Z | Downloaded futures-channel v0.3.31 |
748 | 2024-11-28T04:08:39.847Z | Downloaded russh-keys v0.45.0 |
749 | 2024-11-28T04:08:39.850Z | Downloaded serde_plain v1.0.2 |
750 | 2024-11-28T04:08:39.850Z | Downloaded serde-hex v0.1.0 |
751 | 2024-11-28T04:08:39.853Z | Downloaded darling_core v0.20.10 |
752 | 2024-11-28T04:08:39.858Z | Downloaded difflib v0.4.0 |
753 | 2024-11-28T04:08:39.861Z | Downloaded rand v0.8.5 |
754 | 2024-11-28T04:08:39.864Z | Downloaded ghash v0.5.1 |
755 | 2024-11-28T04:08:39.867Z | Downloaded fallible-iterator v0.2.0 |
756 | 2024-11-28T04:08:39.867Z | Downloaded getrandom v0.2.15 |
757 | 2024-11-28T04:08:39.869Z | Downloaded hash32 v0.2.1 |
758 | 2024-11-28T04:08:39.874Z | Downloaded thread_local v1.1.8 |
759 | 2024-11-28T04:08:39.874Z | Downloaded x509-cert v0.2.5 |
760 | 2024-11-28T04:08:39.880Z | Downloaded take_mut v0.2.2 |
761 | 2024-11-28T04:08:39.882Z | Downloaded phf_generator v0.11.2 |
762 | 2024-11-28T04:08:39.882Z | Downloaded funty v2.0.0 |
763 | 2024-11-28T04:08:39.886Z | Downloaded foreign-types-shared v0.3.1 |
764 | 2024-11-28T04:08:39.886Z | Downloaded polyval v0.6.2 |
765 | 2024-11-28T04:08:39.889Z | Downloaded foreign-types-shared v0.1.1 |
766 | 2024-11-28T04:08:39.889Z | Downloaded foreign-types-macros v0.2.3 |
767 | 2024-11-28T04:08:39.889Z | Downloaded crossterm v0.28.1 |
768 | 2024-11-28T04:08:39.896Z | Downloaded diff v0.1.13 |
769 | 2024-11-28T04:08:39.901Z | Downloaded scheduled-thread-pool v0.2.7 |
770 | 2024-11-28T04:08:39.906Z | Downloaded hickory-proto v0.24.1 |
771 | 2024-11-28T04:08:39.918Z | Downloaded utf16_iter v1.0.5 |
772 | 2024-11-28T04:08:39.920Z | Downloaded untrusted v0.7.1 |
773 | 2024-11-28T04:08:39.920Z | Downloaded supports-color v3.0.1 |
774 | 2024-11-28T04:08:39.924Z | Downloaded slab v0.4.9 |
775 | 2024-11-28T04:08:39.924Z | Downloaded siphasher v0.3.11 |
776 | 2024-11-28T04:08:39.927Z | Downloaded rustc_version v0.1.7 |
777 | 2024-11-28T04:08:39.927Z | Downloaded psl-types v2.0.11 |
778 | 2024-11-28T04:08:39.930Z | Downloaded env_logger v0.10.2 |
779 | 2024-11-28T04:08:39.930Z | Downloaded pkcs5 v0.7.1 |
780 | 2024-11-28T04:08:39.934Z | Downloaded oso-derive v0.27.3 |
781 | 2024-11-28T04:08:39.937Z | Downloaded zone_cfg_derive v0.3.0 |
782 | 2024-11-28T04:08:39.937Z | Downloaded zone_cfg_derive v0.1.2 |
783 | 2024-11-28T04:08:39.937Z | Downloaded toolchain_find v0.4.0 |
784 | 2024-11-28T04:08:39.941Z | Downloaded serde-big-array v0.5.1 |
785 | 2024-11-28T04:08:39.943Z | Downloaded pretty-hex v0.2.1 |
786 | 2024-11-28T04:08:39.943Z | Downloaded defmt v0.3.8 |
787 | 2024-11-28T04:08:39.947Z | Downloaded precomputed-hash v0.1.1 |
788 | 2024-11-28T04:08:39.947Z | Downloaded opaque-debug v0.3.1 |
789 | 2024-11-28T04:08:39.949Z | Downloaded hash32 v0.3.1 |
790 | 2024-11-28T04:08:39.949Z | Downloaded pin-utils v0.1.0 |
791 | 2024-11-28T04:08:39.953Z | Downloaded fragile v2.0.0 |
792 | 2024-11-28T04:08:39.953Z | Downloaded pkcs8 v0.10.2 |
793 | 2024-11-28T04:08:39.956Z | Downloaded sigpipe v0.1.3 |
794 | 2024-11-28T04:08:39.960Z | Downloaded packed_struct_codegen v0.10.1 |
795 | 2024-11-28T04:08:39.960Z | Downloaded test-strategy v0.3.1 |
796 | 2024-11-28T04:08:39.963Z | Downloaded tower-service v0.3.3 |
797 | 2024-11-28T04:08:39.965Z | Downloaded strum v0.26.3 |
798 | 2024-11-28T04:08:39.965Z | Downloaded proc-macro-crate v1.3.1 |
799 | 2024-11-28T04:08:39.969Z | Downloaded tracing-attributes v0.1.27 |
800 | 2024-11-28T04:08:39.969Z | Downloaded diesel_derives v2.2.3 |
801 | 2024-11-28T04:08:39.973Z | Downloaded semver v0.1.20 |
802 | 2024-11-28T04:08:39.975Z | Downloaded progenitor-macro v0.8.0 |
803 | 2024-11-28T04:08:39.979Z | Downloaded smallvec v1.13.2 |
804 | 2024-11-28T04:08:39.979Z | Downloaded pin-project v1.1.6 |
805 | 2024-11-28T04:08:39.990Z | Downloaded r2d2 v0.8.10 |
806 | 2024-11-28T04:08:39.993Z | Downloaded primeorder v0.13.6 |
807 | 2024-11-28T04:08:39.998Z | Downloaded zone v0.3.0 |
808 | 2024-11-28T04:08:39.998Z | Downloaded signal-hook-mio v0.2.4 |
809 | 2024-11-28T04:08:39.998Z | Downloaded shlex v1.3.0 |
810 | 2024-11-28T04:08:40.001Z | Downloaded futures-task v0.3.31 |
811 | 2024-11-28T04:08:40.001Z | Downloaded phf v0.11.2 |
812 | 2024-11-28T04:08:40.001Z | Downloaded aws-lc-rs v1.10.0 |
813 | 2024-11-28T04:08:40.009Z | Downloaded new_debug_unreachable v1.0.6 |
814 | 2024-11-28T04:08:40.013Z | Downloaded paste v1.0.15 |
815 | 2024-11-28T04:08:40.015Z | Downloaded mirai-annotations v1.12.0 |
816 | 2024-11-28T04:08:40.015Z | Downloaded simd-adler32 v0.3.7 |
817 | 2024-11-28T04:08:40.018Z | Downloaded signature v2.2.0 |
818 | 2024-11-28T04:08:40.020Z | Downloaded pbkdf2 v0.11.0 |
819 | 2024-11-28T04:08:40.023Z | Downloaded tokio-rustls v0.25.0 |
820 | 2024-11-28T04:08:40.025Z | Downloaded derive_more v0.99.18 |
821 | 2024-11-28T04:08:40.030Z | Downloaded fallible-streaming-iterator v0.1.9 |
822 | 2024-11-28T04:08:40.034Z | Downloaded zerofrom-derive v0.1.4 |
823 | 2024-11-28T04:08:40.034Z | Downloaded xattr v1.3.1 |
824 | 2024-11-28T04:08:40.037Z | Downloaded omicron-zone-package v0.11.1 |
825 | 2024-11-28T04:08:40.040Z | Downloaded universal-hash v0.5.1 |
826 | 2024-11-28T04:08:40.040Z | Downloaded fallible-iterator v0.3.0 |
827 | 2024-11-28T04:08:40.042Z | Downloaded rand_core v0.6.4 |
828 | 2024-11-28T04:08:40.047Z | Downloaded stable_deref_trait v1.2.0 |
829 | 2024-11-28T04:08:40.047Z | Downloaded rand_xorshift v0.3.0 |
830 | 2024-11-28T04:08:40.050Z | Downloaded rand_seeder v0.3.0 |
831 | 2024-11-28T04:08:40.050Z | Downloaded ppv-lite86 v0.2.20 |
832 | 2024-11-28T04:08:40.050Z | Downloaded multimap v0.10.0 |
833 | 2024-11-28T04:08:40.052Z | Downloaded futures v0.3.31 |
834 | 2024-11-28T04:08:40.056Z | Downloaded newline-converter v0.3.0 |
835 | 2024-11-28T04:08:40.058Z | Downloaded ed25519 v2.2.3 |
836 | 2024-11-28T04:08:40.061Z | Downloaded tokio-util v0.7.12 |
837 | 2024-11-28T04:08:40.068Z | Downloaded unicode_categories v0.1.1 |
838 | 2024-11-28T04:08:40.071Z | Downloaded publicsuffix v2.2.3 |
839 | 2024-11-28T04:08:40.073Z | Downloaded nanorand v0.7.0 |
840 | 2024-11-28T04:08:40.076Z | Downloaded toml v0.7.8 |
841 | 2024-11-28T04:08:40.079Z | Downloaded steno v0.4.1 |
842 | 2024-11-28T04:08:40.084Z | Downloaded parse-zoneinfo v0.3.1 |
843 | 2024-11-28T04:08:40.087Z | Downloaded num-conv v0.1.0 |
844 | 2024-11-28T04:08:40.090Z | Downloaded foreign-types v0.3.2 |
845 | 2024-11-28T04:08:40.090Z | Downloaded url v2.5.3 |
846 | 2024-11-28T04:08:40.095Z | Downloaded write16 v1.0.0 |
847 | 2024-11-28T04:08:40.097Z | Downloaded term v0.7.0 |
848 | 2024-11-28T04:08:40.097Z | Downloaded password-hash v0.5.0 |
849 | 2024-11-28T04:08:40.099Z | Downloaded bitvec v1.0.1 |
850 | 2024-11-28T04:08:40.113Z | Downloaded tinyvec_macros v0.1.1 |
851 | 2024-11-28T04:08:40.115Z | Downloaded vte_generate_state_changes v0.1.2 |
852 | 2024-11-28T04:08:40.115Z | Downloaded futures-sink v0.3.31 |
853 | 2024-11-28T04:08:40.115Z | Downloaded rustls-pemfile v1.0.4 |
854 | 2024-11-28T04:08:40.118Z | Downloaded rustc-hash v1.1.0 |
855 | 2024-11-28T04:08:40.118Z | Downloaded tinyvec v1.8.0 |
856 | 2024-11-28T04:08:40.123Z | Downloaded pin-project-lite v0.2.14 |
857 | 2024-11-28T04:08:40.125Z | Downloaded serde_yaml v0.9.34+deprecated |
858 | 2024-11-28T04:08:40.134Z | Downloaded foreign-types v0.5.0 |
859 | 2024-11-28T04:08:40.140Z | Downloaded flate2 v1.0.35 |
860 | 2024-11-28T04:08:40.140Z | Downloaded uzers v0.12.1 |
861 | 2024-11-28T04:08:40.140Z | Downloaded num-bigint v0.4.6 |
862 | 2024-11-28T04:08:40.143Z | Downloaded float-ord v0.3.2 |
863 | 2024-11-28T04:08:40.146Z | Downloaded hkdf v0.12.4 |
864 | 2024-11-28T04:08:40.149Z | Downloaded expectorate v1.1.0 |
865 | 2024-11-28T04:08:40.149Z | Downloaded h2 v0.4.6 |
866 | 2024-11-28T04:08:40.155Z | Downloaded defmt-parser v0.3.4 |
867 | 2024-11-28T04:08:40.158Z | Downloaded wait-timeout v0.2.0 |
868 | 2024-11-28T04:08:40.160Z | Downloaded ena v0.14.3 |
869 | 2024-11-28T04:08:40.161Z | Downloaded icu_properties_data v1.5.0 |
870 | 2024-11-28T04:08:40.170Z | Downloaded string_cache v0.8.7 |
871 | 2024-11-28T04:08:40.172Z | Downloaded unicase v2.7.0 |
872 | 2024-11-28T04:08:40.175Z | Downloaded uuid v1.11.0 |
873 | 2024-11-28T04:08:40.178Z | Downloaded tls_codec v0.4.1 |
874 | 2024-11-28T04:08:40.180Z | Downloaded sqlformat v0.2.6 |
875 | 2024-11-28T04:08:40.183Z | Downloaded static_assertions v1.1.0 |
876 | 2024-11-28T04:08:40.183Z | Downloaded structmeta-derive v0.2.0 |
877 | 2024-11-28T04:08:40.183Z | Downloaded yoke v0.7.4 |
878 | 2024-11-28T04:08:40.186Z | Downloaded chrono v0.4.38 |
879 | 2024-11-28T04:08:40.191Z | Downloaded unarray v0.1.4 |
880 | 2024-11-28T04:08:40.194Z | Downloaded password-hash v0.4.2 |
881 | 2024-11-28T04:08:40.196Z | Downloaded dirs-next v2.0.0 |
882 | 2024-11-28T04:08:40.196Z | Downloaded either v1.13.0 |
883 | 2024-11-28T04:08:40.199Z | Downloaded structmeta-derive v0.3.0 |
884 | 2024-11-28T04:08:40.199Z | Downloaded parking_lot_core v0.8.6 |
885 | 2024-11-28T04:08:40.202Z | Downloaded pem-rfc7468 v0.7.0 |
886 | 2024-11-28T04:08:40.202Z | Downloaded num-complex v0.4.6 |
887 | 2024-11-28T04:08:40.205Z | Downloaded tar v0.4.42 |
888 | 2024-11-28T04:08:40.207Z | Downloaded zip v0.6.6 |
889 | 2024-11-28T04:08:40.212Z | Downloaded derive_builder v0.20.2 |
890 | 2024-11-28T04:08:40.216Z | Downloaded quinn v0.11.5 |
891 | 2024-11-28T04:08:40.219Z | Downloaded toml_edit v0.19.15 |
892 | 2024-11-28T04:08:40.234Z | Downloaded tokio-rustls v0.24.1 |
893 | 2024-11-28T04:08:40.236Z | Downloaded similar v2.6.0 |
894 | 2024-11-28T04:08:40.241Z | Downloaded serde_with v3.11.0 |
895 | 2024-11-28T04:08:40.249Z | Downloaded ed25519-dalek v2.1.1 |
896 | 2024-11-28T04:08:40.252Z | Downloaded p256 v0.13.2 |
897 | 2024-11-28T04:08:40.255Z | Downloaded rustls-pki-types v1.9.0 |
898 | 2024-11-28T04:08:40.258Z | Downloaded schemars v0.8.21 |
899 | 2024-11-28T04:08:40.270Z | Downloaded reedline v0.35.0 |
900 | 2024-11-28T04:08:40.278Z | Downloaded unsafe-libyaml v0.2.11 |
901 | 2024-11-28T04:08:40.281Z | Downloaded rustyline v14.0.0 |
902 | 2024-11-28T04:08:40.286Z | Downloaded idna v0.3.0 |
903 | 2024-11-28T04:08:40.293Z | Downloaded unicode-bidi v0.3.17 |
904 | 2024-11-28T04:08:40.295Z | Downloaded ecdsa v0.16.9 |
905 | 2024-11-28T04:08:40.299Z | Downloaded mio v1.0.2 |
906 | 2024-11-28T04:08:40.302Z | Downloaded chrono-tz v0.10.0 |
907 | 2024-11-28T04:08:40.310Z | Downloaded tracing-core v0.1.32 |
908 | 2024-11-28T04:08:40.313Z | Downloaded idna v0.2.3 |
909 | 2024-11-28T04:08:40.321Z | Downloaded reqwest v0.12.9 |
910 | 2024-11-28T04:08:40.328Z | Downloaded tokio-postgres v0.7.12 |
911 | 2024-11-28T04:08:40.333Z | Downloaded der v0.7.9 |
912 | 2024-11-28T04:08:40.338Z | Downloaded zip v2.1.3 |
913 | 2024-11-28T04:08:40.342Z | Downloaded curve25519-dalek v4.1.3 |
914 | 2024-11-28T04:08:40.352Z | Downloaded hashbrown v0.14.5 |
915 | 2024-11-28T04:08:40.357Z | Downloaded petname v2.0.2 |
916 | 2024-11-28T04:08:40.363Z | Downloaded idna v0.4.0 |
917 | 2024-11-28T04:08:40.371Z | Downloaded portable-atomic v1.9.0 |
918 | 2024-11-28T04:08:40.376Z | Downloaded winnow v0.5.40 |
919 | 2024-11-28T04:08:40.385Z | Downloaded git2 v0.19.0 |
920 | 2024-11-28T04:08:40.393Z | Downloaded regex-syntax v0.6.29 |
921 | 2024-11-28T04:08:40.401Z | Downloaded proptest v1.5.0 |
922 | 2024-11-28T04:08:40.410Z | Downloaded unicode-normalization v0.1.24 |
923 | 2024-11-28T04:08:40.414Z | Downloaded quinn-proto v0.11.8 |
924 | 2024-11-28T04:08:40.420Z | Downloaded p521 v0.13.3 |
925 | 2024-11-28T04:08:40.424Z | Downloaded rusqlite v0.32.1 |
926 | 2024-11-28T04:08:40.430Z | Downloaded rustls-webpki v0.101.7 |
927 | 2024-11-28T04:08:40.445Z | Downloaded ssh-key v0.6.6 |
928 | 2024-11-28T04:08:40.450Z | Downloaded zerocopy v0.8.10 |
929 | 2024-11-28T04:08:40.475Z | Downloaded sqlparser v0.45.0 |
930 | 2024-11-28T04:08:40.479Z | Downloaded gimli v0.31.1 |
931 | 2024-11-28T04:08:40.490Z | Downloaded regress v0.10.1 |
932 | 2024-11-28T04:08:40.499Z | Downloaded rustls-webpki v0.102.8 |
933 | 2024-11-28T04:08:40.515Z | Downloaded vcpkg v0.2.15 |
934 | 2024-11-28T04:08:40.552Z | Downloaded nix v0.27.1 |
935 | 2024-11-28T04:08:40.562Z | Downloaded regex-syntax v0.8.5 |
936 | 2024-11-28T04:08:40.570Z | Downloaded regex v1.11.1 |
937 | 2024-11-28T04:08:40.583Z | Downloaded p384 v0.13.0 |
938 | 2024-11-28T04:08:40.589Z | Downloaded smoltcp v0.9.1 |
939 | 2024-11-28T04:08:40.599Z | Downloaded dropshot v0.12.0 |
940 | 2024-11-28T04:08:40.619Z | Downloaded rustls v0.23.14 |
941 | 2024-11-28T04:08:40.630Z | Downloaded object v0.36.5 |
942 | 2024-11-28T04:08:40.643Z | Downloaded nix v0.28.0 |
943 | 2024-11-28T04:08:40.652Z | Downloaded unicode-width v0.2.0 |
944 | 2024-11-28T04:08:40.658Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
945 | 2024-11-28T04:08:40.671Z | Downloaded openapiv3 v2.0.0 |
946 | 2024-11-28T04:08:40.682Z | Downloaded rustls v0.22.4 |
947 | 2024-11-28T04:08:40.696Z | Downloaded sled v0.34.7 |
948 | 2024-11-28T04:08:40.705Z | Downloaded typify-impl v0.2.0 |
949 | 2024-11-28T04:08:40.720Z | Downloaded dropshot v0.13.0 |
950 | 2024-11-28T04:08:40.743Z | Downloaded ratatui v0.28.1 |
951 | 2024-11-28T04:08:40.759Z | Downloaded diesel v2.2.4 |
952 | 2024-11-28T04:08:40.777Z | Downloaded bstr v1.10.0 |
953 | 2024-11-28T04:08:40.787Z | Downloaded regress v0.9.1 |
954 | 2024-11-28T04:08:40.797Z | Downloaded zerocopy-derive v0.6.6 |
955 | 2024-11-28T04:08:40.805Z | Downloaded petgraph v0.6.5 |
956 | 2024-11-28T04:08:40.822Z | Downloaded smoltcp v0.11.0 |
957 | 2024-11-28T04:08:40.834Z | Downloaded rayon v1.10.0 |
958 | 2024-11-28T04:08:40.843Z | Downloaded object v0.30.4 |
959 | 2024-11-28T04:08:40.853Z | Downloaded radix_trie v0.2.1 |
960 | 2024-11-28T04:08:40.858Z | Downloaded polar-core v0.27.3 |
961 | 2024-11-28T04:08:40.867Z | Downloaded regex-automata v0.4.8 |
962 | 2024-11-28T04:08:40.887Z | Downloaded lzma-sys v0.1.20 |
963 | 2024-11-28T04:08:40.912Z | Downloaded nix v0.29.0 |
964 | 2024-11-28T04:08:40.923Z | Downloaded csv v1.3.0 |
965 | 2024-11-28T04:08:40.942Z | Downloaded tokio v1.40.0 |
966 | 2024-11-28T04:08:40.978Z | Downloaded openssl v0.10.66 |
967 | 2024-11-28T04:08:40.987Z | Downloaded trust-dns-proto v0.22.0 |
968 | 2024-11-28T04:08:41.000Z | Downloaded rustls v0.21.12 |
969 | 2024-11-28T04:08:41.009Z | Downloaded webpki-roots v0.26.6 |
970 | 2024-11-28T04:08:41.013Z | Downloaded sha3 v0.10.8 |
971 | 2024-11-28T04:08:41.017Z | Downloaded libz-sys v1.1.20 |
972 | 2024-11-28T04:08:41.037Z | Downloaded hashbrown v0.13.2 |
973 | 2024-11-28T04:08:41.041Z | Downloaded hashbrown v0.12.3 |
974 | 2024-11-28T04:08:41.045Z | Downloaded tough v0.19.0 |
975 | 2024-11-28T04:08:41.052Z | Downloaded russh v0.45.0 |
976 | 2024-11-28T04:08:41.058Z | Downloaded futures-util v0.3.31 |
977 | 2024-11-28T04:08:41.068Z | Downloaded quick-xml v0.33.0 |
978 | 2024-11-28T04:08:41.074Z | Downloaded num-bigint-dig v0.8.4 |
979 | 2024-11-28T04:08:41.079Z | Downloaded owo-colors v4.1.0 |
980 | 2024-11-28T04:08:41.082Z | Downloaded rustls-pemfile v2.2.0 |
981 | 2024-11-28T04:08:41.085Z | Downloaded pin-project-internal v1.1.6 |
982 | 2024-11-28T04:08:41.088Z | Downloaded parking_lot v0.12.3 |
983 | 2024-11-28T04:08:41.088Z | Downloaded native-tls v0.2.12 |
984 | 2024-11-28T04:08:41.091Z | Downloaded pkcs1 v0.7.5 |
985 | 2024-11-28T04:08:41.094Z | Downloaded num-integer v0.1.46 |
986 | 2024-11-28T04:08:41.094Z | Downloaded hashlink v0.9.1 |
987 | 2024-11-28T04:08:41.096Z | Downloaded dirs-sys-next v0.1.2 |
988 | 2024-11-28T04:08:41.097Z | Downloaded packed_struct v0.10.1 |
989 | 2024-11-28T04:08:41.099Z | Downloaded num-derive v0.4.2 |
990 | 2024-11-28T04:08:41.099Z | Downloaded spki v0.7.3 |
991 | 2024-11-28T04:08:41.105Z | Downloaded smf v0.2.3 |
992 | 2024-11-28T04:08:41.105Z | Downloaded secrecy v0.8.0 |
993 | 2024-11-28T04:08:41.105Z | Downloaded rustversion v1.0.17 |
994 | 2024-11-28T04:08:41.108Z | Downloaded phf_codegen v0.11.2 |
995 | 2024-11-28T04:08:41.108Z | Downloaded tracing v0.1.40 |
996 | 2024-11-28T04:08:41.111Z | Downloaded salty v0.3.0 |
997 | 2024-11-28T04:08:41.115Z | Downloaded signal-hook v0.3.17 |
998 | 2024-11-28T04:08:41.118Z | Downloaded phf_shared v0.10.0 |
999 | 2024-11-28T04:08:41.120Z | Downloaded parking_lot v0.11.2 |
1000 | 2024-11-28T04:08:41.123Z | Downloaded nom v7.1.3 |
1001 | 2024-11-28T04:08:41.125Z | Downloaded dropshot_endpoint v0.12.0 |
1002 | 2024-11-28T04:08:41.128Z | Downloaded zerocopy v0.6.6 |
1003 | 2024-11-28T04:08:41.131Z | Downloaded rsa v0.9.6 |
1004 | 2024-11-28T04:08:41.135Z | Downloaded blake3 v1.5.4 |
1005 | 2024-11-28T04:08:41.142Z | Downloaded typed-path v0.9.3 |
1006 | 2024-11-28T04:08:41.147Z | Downloaded time v0.3.36 |
1007 | 2024-11-28T04:08:41.154Z | Downloaded zerocopy-derive v0.8.10 |
1008 | 2024-11-28T04:08:41.160Z | Downloaded zerovec v0.10.4 |
1009 | 2024-11-28T04:08:41.165Z | Downloaded futures-core v0.3.31 |
1010 | 2024-11-28T04:08:41.168Z | Downloaded debug-ignore v1.0.5 |
1011 | 2024-11-28T04:08:41.168Z | Downloaded topological-sort v0.2.2 |
1012 | 2024-11-28T04:08:41.173Z | Downloaded tabwriter v1.4.0 |
1013 | 2024-11-28T04:08:41.173Z | Downloaded ron v0.8.1 |
1014 | 2024-11-28T04:08:41.175Z | Downloaded rcgen v0.12.1 |
1015 | 2024-11-28T04:08:41.178Z | Downloaded form_urlencoded v1.2.1 |
1016 | 2024-11-28T04:08:41.181Z | Downloaded defmt-macros v0.3.9 |
1017 | 2024-11-28T04:08:41.181Z | Downloaded xz2 v0.1.7 |
1018 | 2024-11-28T04:08:41.185Z | Downloaded samael v0.0.17 |
1019 | 2024-11-28T04:08:41.189Z | Downloaded embedded-io v0.6.1 |
1020 | 2024-11-28T04:08:41.192Z | Downloaded embedded-io v0.4.0 |
1021 | 2024-11-28T04:08:41.192Z | Downloaded tap v1.0.1 |
1022 | 2024-11-28T04:08:41.192Z | Downloaded olpc-cjson v0.1.4 |
1023 | 2024-11-28T04:08:41.196Z | Downloaded rayon-core v1.12.1 |
1024 | 2024-11-28T04:08:41.198Z | Downloaded itertools v0.13.0 |
1025 | 2024-11-28T04:08:41.203Z | Downloaded zone v0.1.8 |
1026 | 2024-11-28T04:08:41.206Z | Downloaded globset v0.4.15 |
1027 | 2024-11-28T04:08:41.206Z | Downloaded derive_builder_core v0.20.2 |
1028 | 2024-11-28T04:08:41.208Z | Downloaded postgres-types v0.2.8 |
1029 | 2024-11-28T04:08:41.210Z | Downloaded rustc-hash v2.0.0 |
1030 | 2024-11-28T04:08:41.213Z | Downloaded dropshot_endpoint v0.13.0 |
1031 | 2024-11-28T04:08:41.216Z | Downloaded zopfli v0.8.1 |
1032 | 2024-11-28T04:08:41.218Z | Downloaded headers v0.4.0 |
1033 | 2024-11-28T04:08:41.222Z | Downloaded unicode-segmentation v1.12.0 |
1034 | 2024-11-28T04:08:41.225Z | Downloaded itertools v0.12.1 |
1035 | 2024-11-28T04:08:41.232Z | Downloaded rusty-fork v0.3.0 |
1036 | 2024-11-28T04:08:41.235Z | Downloaded miniz_oxide v0.8.0 |
1037 | 2024-11-28T04:08:41.238Z | Downloaded tungstenite v0.21.0 |
1038 | 2024-11-28T04:08:41.239Z | Downloaded pkg-config v0.3.31 |
1039 | 2024-11-28T04:08:41.241Z | Downloaded strum_macros v0.24.3 |
1040 | 2024-11-28T04:08:41.245Z | Downloaded postgres-protocol v0.6.7 |
1041 | 2024-11-28T04:08:41.245Z | Downloaded libm v0.2.8 |
1042 | 2024-11-28T04:08:41.250Z | Downloaded idna v1.0.3 |
1043 | 2024-11-28T04:08:41.254Z | Downloaded encoding_rs v0.8.34 |
1044 | 2024-11-28T04:08:41.274Z | Downloaded thiserror-no-std v2.0.2 |
1045 | 2024-11-28T04:08:41.278Z | Downloaded termcolor v1.4.1 |
1046 | 2024-11-28T04:08:41.280Z | Downloaded parking_lot_core v0.9.10 |
1047 | 2024-11-28T04:08:41.283Z | Downloaded glob v0.3.1 |
1048 | 2024-11-28T04:08:41.283Z | Downloaded der_derive v0.7.3 |
1049 | 2024-11-28T04:08:41.285Z | Downloaded num-traits v0.2.19 |
1050 | 2024-11-28T04:08:41.288Z | Downloaded yasna v0.5.2 |
1051 | 2024-11-28T04:08:41.288Z | Downloaded salsa20 v0.10.2 |
1052 | 2024-11-28T04:08:41.291Z | Downloaded rtoolbox v0.0.2 |
1053 | 2024-11-28T04:08:41.291Z | Downloaded num-rational v0.4.2 |
1054 | 2024-11-28T04:08:41.293Z | Downloaded itertools v0.10.5 |
1055 | 2024-11-28T04:08:41.297Z | Downloaded fatfs v0.3.6 |
1056 | 2024-11-28T04:08:41.300Z | Downloaded dhcproto v0.12.0 |
1057 | 2024-11-28T04:08:41.303Z | Downloaded dunce v1.0.5 |
1058 | 2024-11-28T04:08:41.305Z | Downloaded serde_urlencoded v0.7.1 |
1059 | 2024-11-28T04:08:41.305Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1060 | 2024-11-28T04:08:41.361Z | Downloaded radium v0.7.0 |
1061 | 2024-11-28T04:08:41.363Z | Downloaded half v2.4.1 |
1062 | 2024-11-28T04:08:41.366Z | Downloaded hyper v1.5.0 |
1063 | 2024-11-28T04:08:41.370Z | Downloaded elliptic-curve v0.13.8 |
1064 | 2024-11-28T04:08:41.373Z | Downloaded synstructure v0.13.1 |
1065 | 2024-11-28T04:08:41.377Z | Downloaded nu-ansi-term v0.50.1 |
1066 | 2024-11-28T04:08:41.377Z | Downloaded fixedbitset v0.4.2 |
1067 | 2024-11-28T04:08:41.380Z | Downloaded sync-ptr v0.1.1 |
1068 | 2024-11-28T04:08:41.380Z | Downloaded qorb v0.2.1 |
1069 | 2024-11-28T04:08:41.382Z | Downloaded mockall_derive v0.13.0 |
1070 | 2024-11-28T04:08:41.385Z | Downloaded stringprep v0.1.5 |
1071 | 2024-11-28T04:08:41.388Z | Downloaded minimal-lexical v0.2.1 |
1072 | 2024-11-28T04:08:41.390Z | Downloaded socket2 v0.5.7 |
1073 | 2024-11-28T04:08:41.393Z | Downloaded crossbeam-channel v0.5.13 |
1074 | 2024-11-28T04:08:41.395Z | Downloaded cc v1.1.30 |
1075 | 2024-11-28T04:08:41.400Z | Downloaded filetime v0.2.25 |
1076 | 2024-11-28T04:08:41.402Z | Downloaded ff v0.13.0 |
1077 | 2024-11-28T04:08:41.402Z | Downloaded sct v0.7.1 |
1078 | 2024-11-28T04:08:41.408Z | Downloaded predicates v3.1.2 |
1079 | 2024-11-28T04:08:41.410Z | Downloaded peg-macros v0.8.4 |
1080 | 2024-11-28T04:08:41.410Z | Downloaded peg v0.8.4 |
1081 | 2024-11-28T04:08:41.413Z | Downloaded group v0.13.0 |
1082 | 2024-11-28T04:08:41.413Z | Downloaded const_format v0.2.33 |
1083 | 2024-11-28T04:08:41.417Z | Downloaded structmeta v0.2.0 |
1084 | 2024-11-28T04:08:41.419Z | Downloaded nodrop v0.1.14 |
1085 | 2024-11-28T04:08:41.419Z | Downloaded vte v0.11.1 |
1086 | 2024-11-28T04:08:41.422Z | Downloaded subprocess v0.2.9 |
1087 | 2024-11-28T04:08:41.425Z | Downloaded tokio-tungstenite v0.21.0 |
1088 | 2024-11-28T04:08:41.425Z | Downloaded crossbeam-epoch v0.9.18 |
1089 | 2024-11-28T04:08:41.427Z | Downloaded scrypt v0.11.0 |
1090 | 2024-11-28T04:08:41.430Z | Downloaded prettyplease v0.2.25 |
1091 | 2024-11-28T04:08:41.433Z | Downloaded sec1 v0.7.3 |
1092 | 2024-11-28T04:08:41.433Z | Downloaded tokio-tungstenite v0.23.1 |
1093 | 2024-11-28T04:08:41.435Z | Downloaded time-macros v0.2.18 |
1094 | 2024-11-28T04:08:41.438Z | Downloaded crypto-bigint v0.5.5 |
1095 | 2024-11-28T04:08:41.442Z | Downloaded num_enum_derive v0.5.11 |
1096 | 2024-11-28T04:08:41.445Z | Downloaded mockall v0.13.0 |
1097 | 2024-11-28T04:08:41.445Z | Downloaded crc-any v2.5.0 |
1098 | 2024-11-28T04:08:41.449Z | Downloaded writeable v0.5.5 |
1099 | 2024-11-28T04:08:41.452Z | Downloaded unicode-truncate v1.1.0 |
1100 | 2024-11-28T04:08:41.452Z | Downloaded strum_macros v0.25.3 |
1101 | 2024-11-28T04:08:41.452Z | Downloaded base64 v0.21.7 |
1102 | 2024-11-28T04:08:41.455Z | Downloaded futures-io v0.3.31 |
1103 | 2024-11-28T04:08:41.457Z | Downloaded futures-executor v0.3.31 |
1104 | 2024-11-28T04:08:41.457Z | Downloaded crossbeam-utils v0.8.20 |
1105 | 2024-11-28T04:08:41.460Z | Downloaded schemars_derive v0.8.21 |
1106 | 2024-11-28T04:08:41.463Z | Downloaded cbc v0.1.2 |
1107 | 2024-11-28T04:08:41.463Z | Downloaded backtrace v0.3.74 |
1108 | 2024-11-28T04:08:41.466Z | Downloaded icu_collections v1.5.0 |
1109 | 2024-11-28T04:08:41.472Z | Downloaded crc32fast v1.4.2 |
1110 | 2024-11-28T04:08:41.474Z | Downloaded arrayref v0.3.9 |
1111 | 2024-11-28T04:08:41.476Z | Downloaded argon2 v0.5.3 |
1112 | 2024-11-28T04:08:41.476Z | Downloaded http v1.1.0 |
1113 | 2024-11-28T04:08:41.481Z | Downloaded cancel-safe-futures v0.1.5 |
1114 | 2024-11-28T04:08:41.485Z | Downloaded slog-async v2.8.0 |
1115 | 2024-11-28T04:08:41.485Z | Downloaded rfc6979 v0.4.0 |
1116 | 2024-11-28T04:08:41.487Z | Downloaded icu_locid v1.5.0 |
1117 | 2024-11-28T04:08:41.490Z | Downloaded crossbeam-deque v0.8.5 |
1118 | 2024-11-28T04:08:41.493Z | Downloaded crc-catalog v2.4.0 |
1119 | 2024-11-28T04:08:41.493Z | Downloaded chrono-tz-build v0.4.0 |
1120 | 2024-11-28T04:08:41.493Z | Downloaded ascii-canvas v3.0.0 |
1121 | 2024-11-28T04:08:41.493Z | Downloaded csv-core v0.1.11 |
1122 | 2024-11-28T04:08:41.496Z | Downloaded cassowary v0.3.0 |
1123 | 2024-11-28T04:08:41.497Z | Downloaded rustc_version v0.4.1 |
1124 | 2024-11-28T04:08:41.500Z | Downloaded ref-cast-impl v1.0.23 |
1125 | 2024-11-28T04:08:41.500Z | Downloaded ref-cast v1.0.23 |
1126 | 2024-11-28T04:08:41.500Z | Downloaded quinn-udp v0.5.5 |
1127 | 2024-11-28T04:08:41.502Z | Downloaded memmap2 v0.9.5 |
1128 | 2024-11-28T04:08:41.504Z | Downloaded rand_chacha v0.3.1 |
1129 | 2024-11-28T04:08:41.504Z | Downloaded litemap v0.7.3 |
1130 | 2024-11-28T04:08:41.506Z | Downloaded async-bb8-diesel v0.2.1 |
1131 | 2024-11-28T04:08:41.509Z | Downloaded array-init v0.0.4 |
1132 | 2024-11-28T04:08:41.509Z | Downloaded blowfish v0.9.1 |
1133 | 2024-11-28T04:08:41.512Z | Downloaded assert_matches v1.5.0 |
1134 | 2024-11-28T04:08:41.512Z | Downloaded highway v1.2.0 |
1135 | 2024-11-28T04:08:41.514Z | Downloaded const_format_proc_macros v0.2.33 |
1136 | 2024-11-28T04:08:41.514Z | Downloaded cfg_aliases v0.2.1 |
1137 | 2024-11-28T04:08:41.517Z | Downloaded bit-vec v0.6.3 |
1138 | 2024-11-28T04:08:41.517Z | Downloaded ciborium-ll v0.2.2 |
1139 | 2024-11-28T04:08:41.517Z | Downloaded ciborium-io v0.2.2 |
1140 | 2024-11-28T04:08:41.519Z | Downloaded bcrypt-pbkdf v0.10.0 |
1141 | 2024-11-28T04:08:41.519Z | Downloaded libefi-sys v0.1.0 |
1142 | 2024-11-28T04:08:41.522Z | Downloaded lazycell v1.3.0 |
1143 | 2024-11-28T04:08:41.522Z | Downloaded lalrpop-util v0.19.12 |
1144 | 2024-11-28T04:08:41.522Z | Downloaded kstat-rs v0.2.4 |
1145 | 2024-11-28T04:08:41.524Z | Downloaded md-5 v0.10.6 |
1146 | 2024-11-28T04:08:41.524Z | Downloaded idna_adapter v1.2.0 |
1147 | 2024-11-28T04:08:41.527Z | Downloaded icu_locid_transform v1.5.0 |
1148 | 2024-11-28T04:08:41.527Z | Downloaded cmake v0.1.51 |
1149 | 2024-11-28T04:08:41.530Z | Downloaded bzip2 v0.4.4 |
1150 | 2024-11-28T04:08:41.530Z | Downloaded internet-checksum v0.2.1 |
1151 | 2024-11-28T04:08:41.532Z | Downloaded base64ct v1.6.0 |
1152 | 2024-11-28T04:08:41.532Z | Downloaded hyper-staticfile v0.10.1 |
1153 | 2024-11-28T04:08:41.535Z | Downloaded async-recursion v1.1.1 |
1154 | 2024-11-28T04:08:41.538Z | Downloaded base16ct v0.2.0 |
1155 | 2024-11-28T04:08:41.540Z | Downloaded atomic-waker v1.1.2 |
1156 | 2024-11-28T04:08:41.540Z | Downloaded async-trait v0.1.83 |
1157 | 2024-11-28T04:08:41.543Z | Downloaded base64 v0.13.1 |
1158 | 2024-11-28T04:08:41.545Z | Downloaded async-stream-impl v0.3.6 |
1159 | 2024-11-28T04:08:41.548Z | Downloaded http-body-util v0.1.2 |
1160 | 2024-11-28T04:08:41.551Z | Downloaded adler2 v2.0.0 |
1161 | 2024-11-28T04:08:41.554Z | Downloaded addr2line v0.24.2 |
1162 | 2024-11-28T04:08:41.557Z | Downloaded hubpack_derive v0.1.1 |
1163 | 2024-11-28T04:08:41.557Z | Downloaded hostname v0.4.0 |
1164 | 2024-11-28T04:08:41.557Z | Downloaded bit-set v0.5.3 |
1165 | 2024-11-28T04:08:41.559Z | Downloaded bcs v0.1.6 |
1166 | 2024-11-28T04:08:41.559Z | Downloaded aead v0.5.2 |
1167 | 2024-11-28T04:08:41.562Z | Downloaded heapless v0.7.17 |
1168 | 2024-11-28T04:08:41.564Z | Downloaded heck v0.3.3 |
1169 | 2024-11-28T04:08:41.564Z | Downloaded headers-core v0.3.0 |
1170 | 2024-11-28T04:08:41.567Z | Downloaded darling v0.20.10 |
1171 | 2024-11-28T04:08:41.569Z | Downloaded hex-literal v0.4.1 |
1172 | 2024-11-28T04:08:41.785Z | Downloaded ring v0.17.8 |
1173 | 2024-11-28T04:08:41.863Z | Downloaded aws-lc-sys v0.22.0 |
1174 | 2024-11-28T04:08:42.141Z | Downloaded ring v0.16.20 |
1175 | 2024-11-28T04:08:42.224Z | Downloaded libsqlite3-sys v0.30.1 |
1176 | 2024-11-28T04:08:42.400Z | Compiling serde v1.0.215 |
1177 | 2024-11-28T04:08:42.403Z | Compiling lock_api v0.4.12 |
1178 | 2024-11-28T04:08:42.403Z | Compiling scopeguard v1.2.0 |
1179 | 2024-11-28T04:08:42.403Z | Compiling value-bag v1.9.0 |
1180 | 2024-11-28T04:08:42.403Z | Compiling typenum v1.17.0 |
1181 | 2024-11-28T04:08:42.403Z | Compiling generic-array v0.14.7 |
1182 | 2024-11-28T04:08:42.602Z | Compiling syn v2.0.87 |
1183 | 2024-11-28T04:08:42.619Z | Compiling getrandom v0.2.15 |
1184 | 2024-11-28T04:08:42.747Z | Compiling shlex v1.3.0 |
1185 | 2024-11-28T04:08:42.859Z | Compiling rand_core v0.6.4 |
1186 | 2024-11-28T04:08:43.044Z | Compiling log v0.4.22 |
1187 | 2024-11-28T04:08:43.143Z | Compiling subtle v2.6.1 |
1188 | 2024-11-28T04:08:43.171Z | Compiling jobserver v0.1.32 |
1189 | 2024-11-28T04:08:43.191Z | Compiling smallvec v1.13.2 |
1190 | 2024-11-28T04:08:43.374Z | Compiling const-oid v0.9.6 |
1191 | 2024-11-28T04:08:43.481Z | Compiling spin v0.9.8 |
1192 | 2024-11-28T04:08:43.503Z | Compiling pin-project-lite v0.2.14 |
1193 | 2024-11-28T04:08:43.570Z | Compiling cc v1.1.30 |
1194 | 2024-11-28T04:08:43.616Z | Compiling rustix v0.38.37 |
1195 | 2024-11-28T04:08:43.859Z | Compiling parking_lot_core v0.9.10 |
1196 | 2024-11-28T04:08:43.916Z | Compiling futures-core v0.3.31 |
1197 | 2024-11-28T04:08:44.111Z | Compiling signal-hook-registry v1.4.2 |
1198 | 2024-11-28T04:08:44.150Z | Compiling mio v1.0.2 |
1199 | 2024-11-28T04:08:44.610Z | Compiling aho-corasick v1.1.3 |
1200 | 2024-11-28T04:08:45.062Z | Compiling parking_lot v0.12.3 |
1201 | 2024-11-28T04:08:45.162Z | Compiling regex-syntax v0.8.5 |
1202 | 2024-11-28T04:08:45.351Z | Compiling either v1.13.0 |
1203 | 2024-11-28T04:08:45.438Z | Compiling cpufeatures v0.2.14 |
1204 | 2024-11-28T04:08:45.463Z | Compiling lazy_static v1.5.0 |
1205 | 2024-11-28T04:08:45.546Z | Compiling stable_deref_trait v1.2.0 |
1206 | 2024-11-28T04:08:45.597Z | Compiling glob v0.3.1 |
1207 | 2024-11-28T04:08:45.700Z | Compiling futures-sink v0.3.31 |
1208 | 2024-11-28T04:08:45.805Z | Compiling socket2 v0.5.7 |
1209 | 2024-11-28T04:08:45.870Z | Compiling slab v0.4.9 |
1210 | 2024-11-28T04:08:46.085Z | Compiling prettyplease v0.2.25 |
1211 | 2024-11-28T04:08:46.339Z | Compiling minimal-lexical v0.2.1 |
1212 | 2024-11-28T04:08:46.693Z | Compiling clang-sys v1.8.1 |
1213 | 2024-11-28T04:08:46.744Z | Compiling libloading v0.8.5 |
1214 | 2024-11-28T04:08:46.822Z | Compiling nom v7.1.3 |
1215 | 2024-11-28T04:08:46.873Z | Compiling home v0.5.9 |
1216 | 2024-11-28T04:08:47.144Z | Compiling bindgen v0.69.5 |
1217 | 2024-11-28T04:08:47.179Z | Compiling serde_json v1.0.132 |
1218 | 2024-11-28T04:08:47.537Z | Compiling futures-channel v0.3.31 |
1219 | 2024-11-28T04:08:47.961Z | Compiling itertools v0.12.1 |
1220 | 2024-11-28T04:08:48.005Z | Compiling futures-task v0.3.31 |
1221 | 2024-11-28T04:08:48.076Z | Compiling rustc-hash v1.1.0 |
1222 | 2024-11-28T04:08:48.239Z | Compiling foldhash v0.1.3 |
1223 | 2024-11-28T04:08:48.319Z | Compiling futures-io v0.3.31 |
1224 | 2024-11-28T04:08:48.570Z | Compiling lazycell v1.3.0 |
1225 | 2024-11-28T04:08:48.630Z | Compiling allocator-api2 v0.2.18 |
1226 | 2024-11-28T04:08:48.748Z | Compiling pin-utils v0.1.0 |
1227 | 2024-11-28T04:08:48.849Z | Compiling regex-automata v0.4.8 |
1228 | 2024-11-28T04:08:49.478Z | Compiling hashbrown v0.15.0 |
1229 | 2024-11-28T04:08:50.378Z | Compiling cexpr v0.6.0 |
1230 | 2024-11-28T04:08:50.669Z | Compiling synstructure v0.13.1 |
1231 | 2024-11-28T04:08:51.168Z | Compiling cmake v0.1.51 |
1232 | 2024-11-28T04:08:52.074Z | Compiling libm v0.2.8 |
1233 | 2024-11-28T04:08:52.133Z | Compiling tinyvec_macros v0.1.1 |
1234 | 2024-11-28T04:08:52.212Z | Compiling dunce v1.0.5 |
1235 | 2024-11-28T04:08:52.235Z | Compiling fs_extra v1.3.0 |
1236 | 2024-11-28T04:08:52.343Z | Compiling pkg-config v0.3.31 |
1237 | 2024-11-28T04:08:52.364Z | Compiling tinyvec v1.8.0 |
1238 | 2024-11-28T04:08:52.421Z | Compiling num-traits v0.2.19 |
1239 | 2024-11-28T04:08:52.938Z | Compiling ring v0.17.8 |
1240 | 2024-11-28T04:08:53.882Z | Compiling unicode-normalization v0.1.24 |
1241 | 2024-11-28T04:08:53.899Z | Compiling base64ct v1.6.0 |
1242 | 2024-11-28T04:08:54.055Z | Compiling paste v1.0.15 |
1243 | 2024-11-28T04:08:54.058Z | Compiling unicode-bidi v0.3.17 |
1244 | 2024-11-28T04:08:54.223Z | Compiling litemap v0.7.3 |
1245 | 2024-11-28T04:08:54.488Z | Compiling regex v1.11.1 |
1246 | 2024-11-28T04:08:54.602Z | Compiling writeable v0.5.5 |
1247 | 2024-11-28T04:08:54.711Z | Compiling pem-rfc7468 v0.7.0 |
1248 | 2024-11-28T04:08:55.461Z | Compiling httparse v1.9.5 |
1249 | 2024-11-28T04:08:55.484Z | Compiling flagset v0.4.6 |
1250 | 2024-11-28T04:08:55.614Z | Compiling aws-lc-rs v1.10.0 |
1251 | 2024-11-28T04:08:56.066Z | Compiling tracing-core v0.1.32 |
1252 | 2024-11-28T04:08:56.270Z | Compiling crossbeam-utils v0.8.20 |
1253 | 2024-11-28T04:08:56.818Z | Compiling icu_locid_transform_data v1.5.0 |
1254 | 2024-11-28T04:08:56.839Z | Compiling percent-encoding v2.3.1 |
1255 | 2024-11-28T04:08:56.920Z | Compiling rustls-pki-types v1.9.0 |
1256 | 2024-11-28T04:08:57.194Z | Compiling powerfmt v0.2.0 |
1257 | 2024-11-28T04:08:57.338Z | Compiling untrusted v0.9.0 |
1258 | 2024-11-28T04:08:57.457Z | Compiling serde_derive v1.0.215 |
1259 | 2024-11-28T04:08:57.502Z | Compiling zeroize_derive v1.4.2 |
1260 | 2024-11-28T04:08:57.559Z | Compiling zerocopy-derive v0.7.35 |
1261 | 2024-11-28T04:08:57.799Z | Compiling tokio-macros v2.4.0 |
1262 | 2024-11-28T04:08:57.964Z | Compiling zerofrom-derive v0.1.4 |
1263 | 2024-11-28T04:08:59.099Z | Compiling zeroize v1.8.1 |
1264 | 2024-11-28T04:08:59.474Z | Compiling thiserror-impl v1.0.69 |
1265 | 2024-11-28T04:08:59.511Z | Compiling yoke-derive v0.7.4 |
1266 | 2024-11-28T04:08:59.770Z | Compiling zerocopy v0.7.35 |
1267 | 2024-11-28T04:09:00.877Z | Compiling crypto-common v0.1.6 |
1268 | 2024-11-28T04:09:01.116Z | Compiling block-buffer v0.10.4 |
1269 | 2024-11-28T04:09:01.345Z | Compiling digest v0.10.7 |
1270 | 2024-11-28T04:09:01.383Z | Compiling futures-macro v0.3.31 |
1271 | 2024-11-28T04:09:01.732Z | Compiling zerovec-derive v0.10.3 |
1272 | 2024-11-28T04:09:01.811Z | Compiling hmac v0.12.1 |
1273 | 2024-11-28T04:09:02.077Z | Compiling block-padding v0.3.3 |
1274 | 2024-11-28T04:09:02.094Z | Compiling zerofrom v0.1.4 |
1275 | 2024-11-28T04:09:02.325Z | Compiling displaydoc v0.2.5 |
1276 | 2024-11-28T04:09:02.337Z | Compiling inout v0.1.3 |
1277 | 2024-11-28T04:09:02.677Z | Compiling cipher v0.4.4 |
1278 | 2024-11-28T04:09:02.697Z | Compiling yoke v0.7.4 |
1279 | 2024-11-28T04:09:02.883Z | Compiling thiserror v1.0.69 |
1280 | 2024-11-28T04:09:02.985Z | Compiling sha2 v0.10.8 |
1281 | 2024-11-28T04:09:03.005Z | Compiling ppv-lite86 v0.2.20 |
1282 | 2024-11-28T04:09:03.056Z | Compiling icu_provider_macros v1.5.0 |
1283 | 2024-11-28T04:09:03.291Z | Compiling futures-util v0.3.31 |
1284 | 2024-11-28T04:09:03.808Z | Compiling der_derive v0.7.3 |
1285 | 2024-11-28T04:09:03.929Z | Compiling rand_chacha v0.3.1 |
1286 | 2024-11-28T04:09:04.234Z | Compiling tracing-attributes v0.1.27 |
1287 | 2024-11-28T04:09:04.265Z | Compiling zerovec v0.10.4 |
1288 | 2024-11-28T04:09:04.805Z | Compiling rand v0.8.5 |
1289 | 2024-11-28T04:09:06.342Z | Compiling tinystr v0.7.6 |
1290 | 2024-11-28T04:09:06.387Z | Compiling der v0.7.9 |
1291 | 2024-11-28T04:09:06.544Z | Compiling icu_collections v1.5.0 |
1292 | 2024-11-28T04:09:06.565Z | Compiling salsa20 v0.10.2 |
1293 | 2024-11-28T04:09:06.786Z | Compiling icu_locid v1.5.0 |
1294 | 2024-11-28T04:09:06.802Z | Compiling pest v2.7.14 |
1295 | 2024-11-28T04:09:06.953Z | Compiling pbkdf2 v0.12.2 |
1296 | 2024-11-28T04:09:07.132Z | Compiling untrusted v0.7.1 |
1297 | 2024-11-28T04:09:07.320Z | Compiling mirai-annotations v1.12.0 |
1298 | 2024-11-28T04:09:07.531Z | Compiling vcpkg v0.2.15 |
1299 | 2024-11-28T04:09:08.070Z | Compiling icu_provider v1.5.0 |
1300 | 2024-11-28T04:09:08.232Z | Compiling tracing v0.1.40 |
1301 | 2024-11-28T04:09:08.771Z | Compiling spki v0.7.3 |
1302 | 2024-11-28T04:09:09.161Z | Compiling icu_locid_transform v1.5.0 |
1303 | 2024-11-28T04:09:09.180Z | Compiling time-core v0.1.2 |
1304 | 2024-11-28T04:09:09.199Z | Compiling icu_properties_data v1.5.0 |
1305 | 2024-11-28T04:09:09.340Z | Compiling num-conv v0.1.0 |
1306 | 2024-11-28T04:09:09.383Z | Compiling pest_meta v2.7.14 |
1307 | 2024-11-28T04:09:09.463Z | Compiling scrypt v0.11.0 |
1308 | 2024-11-28T04:09:09.658Z | Compiling time-macros v0.2.18 |
1309 | 2024-11-28T04:09:09.743Z | Compiling openssl-sys v0.9.103 |
1310 | 2024-11-28T04:09:09.883Z | Compiling aes v0.8.4 |
1311 | 2024-11-28T04:09:10.076Z | Compiling cbc v0.1.2 |
1312 | 2024-11-28T04:09:10.325Z | Compiling scroll_derive v0.12.0 |
1313 | 2024-11-28T04:09:10.849Z | Compiling icu_properties v1.5.1 |
1314 | 2024-11-28T04:09:11.761Z | Compiling bitflags v2.6.0 |
1315 | 2024-11-28T04:09:11.796Z | Compiling bytes v1.8.0 |
1316 | 2024-11-28T04:09:12.744Z | Compiling tokio v1.40.0 |
1317 | 2024-11-28T04:09:12.948Z | Compiling indexmap v2.6.0 |
1318 | 2024-11-28T04:09:13.136Z | Compiling http v1.1.0 |
1319 | 2024-11-28T04:09:13.441Z | Compiling semver v1.0.23 |
1320 | 2024-11-28T04:09:14.217Z | Compiling rustc_version v0.4.1 |
1321 | 2024-11-28T04:09:14.393Z | Compiling deranged v0.3.11 |
1322 | 2024-11-28T04:09:15.046Z | Compiling write16 v1.0.0 |
1323 | 2024-11-28T04:09:15.181Z | Compiling num_threads v0.1.7 |
1324 | 2024-11-28T04:09:15.250Z | Compiling icu_normalizer_data v1.5.0 |
1325 | 2024-11-28T04:09:15.301Z | Compiling utf8_iter v1.0.4 |
1326 | 2024-11-28T04:09:15.357Z | Compiling utf16_iter v1.0.5 |
1327 | 2024-11-28T04:09:15.545Z | Compiling atomic-waker v1.1.2 |
1328 | 2024-11-28T04:09:15.569Z | Compiling icu_normalizer v1.5.0 |
1329 | 2024-11-28T04:09:15.644Z | Compiling http-body v1.0.1 |
1330 | 2024-11-28T04:09:15.722Z | Compiling scroll v0.12.0 |
1331 | 2024-11-28T04:09:15.876Z | Compiling pkcs5 v0.7.1 |
1332 | 2024-11-28T04:09:15.910Z | Compiling pest_generator v2.7.14 |
1333 | 2024-11-28T04:09:16.018Z | Compiling form_urlencoded v1.2.1 |
1334 | 2024-11-28T04:09:16.252Z | Compiling which v4.4.2 |
1335 | 2024-11-28T04:09:16.332Z | Compiling time v0.3.36 |
1336 | 2024-11-28T04:09:16.392Z | Compiling slog v2.7.0 |
1337 | 2024-11-28T04:09:16.916Z | Compiling try-lock v0.2.5 |
1338 | 2024-11-28T04:09:17.063Z | Compiling want v0.3.1 |
1339 | 2024-11-28T04:09:17.183Z | Compiling pkcs8 v0.10.2 |
1340 | 2024-11-28T04:09:17.352Z | Compiling idna_adapter v1.2.0 |
1341 | 2024-11-28T04:09:17.584Z | Compiling goblin v0.8.2 |
1342 | 2024-11-28T04:09:17.603Z | Compiling httpdate v1.0.3 |
1343 | 2024-11-28T04:09:17.627Z | Compiling idna v1.0.3 |
1344 | 2024-11-28T04:09:17.929Z | Compiling pest_derive v2.7.14 |
1345 | 2024-11-28T04:09:18.067Z | Compiling toml_datetime v0.6.8 |
1346 | 2024-11-28T04:09:18.585Z | Compiling uuid v1.11.0 |
1347 | 2024-11-28T04:09:18.749Z | Compiling serde_tokenstream v0.2.2 |
1348 | 2024-11-28T04:09:18.751Z | Compiling dtrace-parser v0.2.0 |
1349 | 2024-11-28T04:09:19.369Z | Compiling serde_spanned v0.6.8 |
1350 | 2024-11-28T04:09:19.420Z | Compiling iana-time-zone v0.1.61 |
1351 | 2024-11-28T04:09:19.634Z | Compiling openssl v0.10.66 |
1352 | 2024-11-28T04:09:19.912Z | Compiling adler2 v2.0.0 |
1353 | 2024-11-28T04:09:20.021Z | Compiling match_cfg v0.1.0 |
1354 | 2024-11-28T04:09:20.064Z | Compiling base64 v0.22.1 |
1355 | 2024-11-28T04:09:20.122Z | Compiling tower-service v0.3.3 |
1356 | 2024-11-28T04:09:20.142Z | Compiling rustversion v1.0.17 |
1357 | 2024-11-28T04:09:20.250Z | Compiling foreign-types-shared v0.1.1 |
1358 | 2024-11-28T04:09:20.365Z | Compiling foreign-types v0.3.2 |
1359 | 2024-11-28T04:09:20.466Z | Compiling hostname v0.3.1 |
1360 | 2024-11-28T04:09:20.752Z | Compiling miniz_oxide v0.8.0 |
1361 | 2024-11-28T04:09:20.811Z | Compiling chrono v0.4.38 |
1362 | 2024-11-28T04:09:20.926Z | Compiling url v2.5.3 |
1363 | 2024-11-28T04:09:20.999Z | Compiling tokio-util v0.7.12 |
1364 | 2024-11-28T04:09:22.321Z | Compiling h2 v0.4.6 |
1365 | 2024-11-28T04:09:22.468Z | Compiling async-trait v0.1.83 |
1366 | 2024-11-28T04:09:22.968Z | Compiling openssl-macros v0.1.1 |
1367 | 2024-11-28T04:09:22.988Z | Compiling dirs-sys-next v0.1.2 |
1368 | 2024-11-28T04:09:23.643Z | Compiling dof v0.3.0 |
1369 | 2024-11-28T04:09:23.733Z | Compiling syn v1.0.109 |
1370 | 2024-11-28T04:09:24.376Z | Compiling rustls v0.23.14 |
1371 | 2024-11-28T04:09:24.658Z | Compiling usdt-impl v0.5.0 |
1372 | 2024-11-28T04:09:24.681Z | Compiling rustls v0.22.4 |
1373 | 2024-11-28T04:09:24.941Z | Compiling siphasher v0.3.11 |
1374 | 2024-11-28T04:09:25.167Z | Compiling data-encoding v2.6.0 |
1375 | 2024-11-28T04:09:25.337Z | Compiling native-tls v0.2.12 |
1376 | 2024-11-28T04:09:25.888Z | Compiling dirs-next v2.0.0 |
1377 | 2024-11-28T04:09:26.244Z | Compiling http-body-util v0.1.2 |
1378 | 2024-11-28T04:09:26.792Z | Compiling crossbeam-epoch v0.9.18 |
1379 | 2024-11-28T04:09:27.531Z | Compiling heapless v0.7.17 |
1380 | 2024-11-28T04:09:27.580Z | Compiling signature v2.2.0 |
1381 | 2024-11-28T04:09:27.601Z | Compiling sha1 v0.10.6 |
1382 | 2024-11-28T04:09:27.863Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1383 | 2024-11-28T04:09:27.958Z | Compiling serde_derive_internals v0.29.1 |
1384 | 2024-11-28T04:09:28.017Z | Compiling thread_local v1.1.8 |
1385 | 2024-11-28T04:09:28.075Z | Compiling cookie v0.18.1 |
1386 | 2024-11-28T04:09:28.262Z | Compiling multer v3.1.0 |
1387 | 2024-11-28T04:09:28.348Z | Compiling encoding_rs v0.8.34 |
1388 | 2024-11-28T04:09:28.352Z | Compiling ipnet v2.10.1 |
1389 | 2024-11-28T04:09:28.530Z | Compiling mime v0.3.17 |
1390 | 2024-11-28T04:09:28.559Z | Compiling rayon-core v1.12.1 |
1391 | 2024-11-28T04:09:28.815Z | Compiling openssl-probe v0.1.5 |
1392 | 2024-11-28T04:09:29.152Z | Compiling signal-hook v0.3.17 |
1393 | 2024-11-28T04:09:29.183Z | Compiling hyper v1.5.0 |
1394 | 2024-11-28T04:09:29.427Z | Compiling slog-async v2.8.0 |
1395 | 2024-11-28T04:09:29.630Z | Compiling unicode-properties v0.1.3 |
1396 | 2024-11-28T04:09:29.961Z | Compiling schemars v0.8.21 |
1397 | 2024-11-28T04:09:30.033Z | Compiling gimli v0.31.1 |
1398 | 2024-11-28T04:09:30.351Z | Compiling stringprep v0.1.5 |
1399 | 2024-11-28T04:09:30.776Z | Compiling schemars_derive v0.8.21 |
1400 | 2024-11-28T04:09:31.669Z | Compiling hyper-util v0.1.10 |
1401 | 2024-11-28T04:09:33.155Z | Compiling toml_edit v0.22.22 |
1402 | 2024-11-28T04:09:33.512Z | Compiling usdt-macro v0.5.0 |
1403 | 2024-11-28T04:09:34.148Z | Compiling usdt-attr-macro v0.5.0 |
1404 | 2024-11-28T04:09:34.466Z | Compiling addr2line v0.24.2 |
1405 | 2024-11-28T04:09:34.860Z | Compiling crossbeam-deque v0.8.5 |
1406 | 2024-11-28T04:09:34.949Z | Compiling term v0.7.0 |
1407 | 2024-11-28T04:09:35.180Z | Compiling slog-json v2.6.1 |
1408 | 2024-11-28T04:09:35.199Z | Compiling serde_urlencoded v0.7.1 |
1409 | 2024-11-28T04:09:35.218Z | Compiling crossbeam-channel v0.5.13 |
1410 | 2024-11-28T04:09:35.557Z | Compiling curve25519-dalek v4.1.3 |
1411 | 2024-11-28T04:09:35.738Z | Compiling enum-as-inner v0.6.1 |
1412 | 2024-11-28T04:09:35.793Z | Compiling futures-executor v0.3.31 |
1413 | 2024-11-28T04:09:36.175Z | Compiling md-5 v0.10.6 |
1414 | 2024-11-28T04:09:36.298Z | Compiling rustls-pemfile v2.2.0 |
1415 | 2024-11-28T04:09:36.358Z | Compiling async-stream-impl v0.3.6 |
1416 | 2024-11-28T04:09:36.433Z | Compiling num-integer v0.1.46 |
1417 | 2024-11-28T04:09:36.453Z | Compiling idna v0.4.0 |
1418 | 2024-11-28T04:09:36.620Z | Compiling idna v0.3.0 |
1419 | 2024-11-28T04:09:36.825Z | Compiling hash32 v0.2.1 |
1420 | 2024-11-28T04:09:37.220Z | Compiling ff v0.13.0 |
1421 | 2024-11-28T04:09:37.241Z | Compiling is-terminal v0.4.13 |
1422 | 2024-11-28T04:09:37.376Z | Compiling object v0.36.5 |
1423 | 2024-11-28T04:09:37.452Z | Compiling dropshot v0.12.0 |
1424 | 2024-11-28T04:09:37.740Z | Compiling rustc-demangle v0.1.24 |
1425 | 2024-11-28T04:09:37.742Z | Compiling smoltcp v0.9.1 |
1426 | 2024-11-28T04:09:38.145Z | Compiling base16ct v0.2.0 |
1427 | 2024-11-28T04:09:38.266Z | Compiling take_mut v0.2.2 |
1428 | 2024-11-28T04:09:38.432Z | Compiling portable-atomic v1.9.0 |
1429 | 2024-11-28T04:09:38.458Z | Compiling utf-8 v0.7.6 |
1430 | 2024-11-28T04:09:38.461Z | Compiling linked-hash-map v0.5.6 |
1431 | 2024-11-28T04:09:38.725Z | Compiling quick-error v1.2.3 |
1432 | 2024-11-28T04:09:38.783Z | Compiling anyhow v1.0.93 |
1433 | 2024-11-28T04:09:38.846Z | Compiling dyn-clone v1.0.17 |
1434 | 2024-11-28T04:09:38.874Z | Compiling num-bigint-dig v0.8.4 |
1435 | 2024-11-28T04:09:39.069Z | Compiling fallible-iterator v0.2.0 |
1436 | 2024-11-28T04:09:39.164Z | Compiling psl-types v2.0.11 |
1437 | 2024-11-28T04:09:39.365Z | Compiling publicsuffix v2.2.3 |
1438 | 2024-11-28T04:09:39.649Z | Compiling resolv-conf v0.7.0 |
1439 | 2024-11-28T04:09:39.801Z | Compiling postgres-protocol v0.6.7 |
1440 | 2024-11-28T04:09:39.823Z | Compiling lru-cache v0.1.2 |
1441 | 2024-11-28T04:09:40.034Z | Compiling tungstenite v0.24.0 |
1442 | 2024-11-28T04:09:41.172Z | Compiling sec1 v0.7.3 |
1443 | 2024-11-28T04:09:41.405Z | Compiling async-stream v0.3.6 |
1444 | 2024-11-28T04:09:41.750Z | Compiling group v0.13.0 |
1445 | 2024-11-28T04:09:41.776Z | Compiling usdt v0.5.0 |
1446 | 2024-11-28T04:09:41.793Z | Compiling slog-term v2.9.1 |
1447 | 2024-11-28T04:09:42.098Z | Compiling hickory-proto v0.24.1 |
1448 | 2024-11-28T04:09:42.447Z | Compiling num-iter v0.1.45 |
1449 | 2024-11-28T04:09:42.648Z | Compiling toml v0.8.19 |
1450 | 2024-11-28T04:09:43.149Z | Compiling futures v0.3.31 |
1451 | 2024-11-28T04:09:43.270Z | Compiling slog-bunyan v2.5.0 |
1452 | 2024-11-28T04:09:43.635Z | Compiling camino v1.1.9 |
1453 | 2024-11-28T04:09:44.411Z | Compiling tokio-native-tls v0.3.1 |
1454 | 2024-11-28T04:09:44.712Z | Compiling phf_shared v0.11.2 |
1455 | 2024-11-28T04:09:45.132Z | Compiling backtrace v0.3.74 |
1456 | 2024-11-28T04:09:45.286Z | Compiling dropshot_endpoint v0.12.0 |
1457 | 2024-11-28T04:09:45.558Z | Compiling terminal_size v0.4.0 |
1458 | 2024-11-28T04:09:45.688Z | Compiling waitgroup v0.1.2 |
1459 | 2024-11-28T04:09:45.743Z | Compiling openapiv3 v2.0.0 |
1460 | 2024-11-28T04:09:45.784Z | Compiling serde_path_to_error v0.1.16 |
1461 | 2024-11-28T04:09:45.918Z | Compiling hkdf v0.12.4 |
1462 | 2024-11-28T04:09:46.202Z | Compiling crypto-bigint v0.5.5 |
1463 | 2024-11-28T04:09:46.627Z | Compiling webpki-roots v0.26.6 |
1464 | 2024-11-28T04:09:46.859Z | Compiling curve25519-dalek-derive v0.1.1 |
1465 | 2024-11-28T04:09:48.474Z | Compiling zerocopy-derive v0.6.6 |
1466 | 2024-11-28T04:09:48.950Z | Compiling idna v0.5.0 |
1467 | 2024-11-28T04:09:49.361Z | Compiling hubpack_derive v0.1.1 |
1468 | 2024-11-28T04:09:49.943Z | Compiling hostname v0.4.0 |
1469 | 2024-11-28T04:09:50.217Z | Compiling crc32fast v1.4.2 |
1470 | 2024-11-28T04:09:50.239Z | Compiling ahash v0.8.11 |
1471 | 2024-11-28T04:09:50.304Z | Compiling fs-err v2.11.0 |
1472 | 2024-11-28T04:09:50.565Z | Compiling debug-ignore v1.0.5 |
1473 | 2024-11-28T04:09:50.586Z | Compiling bitflags v1.3.2 |
1474 | 2024-11-28T04:09:50.589Z | Compiling winnow v0.5.40 |
1475 | 2024-11-28T04:09:50.651Z | Compiling managed v0.8.0 |
1476 | 2024-11-28T04:09:50.694Z | Compiling clap_builder v4.5.21 |
1477 | 2024-11-28T04:09:50.715Z | Compiling zerocopy v0.6.6 |
1478 | 2024-11-28T04:09:50.807Z | Compiling console v0.15.8 |
1479 | 2024-11-28T04:09:51.627Z | Compiling strum_macros v0.25.3 |
1480 | 2024-11-28T04:09:52.558Z | Compiling flate2 v1.0.35 |
1481 | 2024-11-28T04:09:52.577Z | Compiling hubpack v0.1.2 |
1482 | 2024-11-28T04:09:52.714Z | Compiling cookie_store v0.21.0 |
1483 | 2024-11-28T04:09:53.019Z | Compiling elliptic-curve v0.13.8 |
1484 | 2024-11-28T04:09:53.552Z | Compiling hickory-resolver v0.24.1 |
1485 | 2024-11-28T04:09:54.318Z | Compiling toml_edit v0.19.15 |
1486 | 2024-11-28T04:09:54.426Z | Compiling signal-hook-mio v0.2.4 |
1487 | 2024-11-28T04:09:54.629Z | Compiling phf v0.11.2 |
1488 | 2024-11-28T04:09:54.757Z | Compiling hyper-tls v0.6.0 |
1489 | 2024-11-28T04:09:54.934Z | Compiling rayon v1.10.0 |
1490 | 2024-11-28T04:09:55.200Z | Compiling bzip2 v0.4.4 |
1491 | 2024-11-28T04:09:55.959Z | Compiling tokio-tungstenite v0.24.0 |
1492 | 2024-11-28T04:09:56.518Z | Compiling postgres-types v0.2.8 |
1493 | 2024-11-28T04:09:59.404Z | Compiling ed25519 v2.2.3 |
1494 | 2024-11-28T04:09:59.852Z | Compiling phf_shared v0.10.0 |
1495 | 2024-11-28T04:10:00.263Z | Compiling tokio-stream v0.1.16 |
1496 | 2024-11-28T04:10:00.287Z | Compiling pkcs1 v0.7.5 |
1497 | 2024-11-28T04:10:00.404Z | Compiling serde-big-array v0.5.1 |
1498 | 2024-11-28T04:10:00.648Z | Compiling clap_derive v4.5.18 |
1499 | 2024-11-28T04:10:01.323Z | Compiling rfc6979 v0.4.0 |
1500 | 2024-11-28T04:10:01.345Z | Compiling serde_repr v0.1.19 |
1501 | 2024-11-28T04:10:01.374Z | Compiling derive-where v1.2.7 |
1502 | 2024-11-28T04:10:01.516Z | Compiling float-cmp v0.9.0 |
1503 | 2024-11-28T04:10:01.538Z | Compiling bstr v1.10.0 |
1504 | 2024-11-28T04:10:01.747Z | Compiling sync_wrapper v1.0.1 |
1505 | 2024-11-28T04:10:01.911Z | Compiling unicode-segmentation v1.12.0 |
1506 | 2024-11-28T04:10:02.555Z | Compiling whoami v1.5.2 |
1507 | 2024-11-28T04:10:02.588Z | Compiling predicates-core v1.0.8 |
1508 | 2024-11-28T04:10:02.837Z | Compiling static_assertions v1.1.0 |
1509 | 2024-11-28T04:10:02.949Z | Compiling unicode-width v0.2.0 |
1510 | 2024-11-28T04:10:02.951Z | Compiling normalize-line-endings v0.3.0 |
1511 | 2024-11-28T04:10:03.098Z | Compiling number_prefix v0.4.0 |
1512 | 2024-11-28T04:10:03.202Z | Compiling fixedbitset v0.4.2 |
1513 | 2024-11-28T04:10:03.334Z | Compiling difflib v0.4.0 |
1514 | 2024-11-28T04:10:03.354Z | Compiling new_debug_unreachable v1.0.6 |
1515 | 2024-11-28T04:10:03.454Z | Compiling bit-vec v0.6.3 |
1516 | 2024-11-28T04:10:03.486Z | Compiling precomputed-hash v0.1.1 |
1517 | 2024-11-28T04:10:03.609Z | Compiling string_cache v0.8.7 |
1518 | 2024-11-28T04:10:03.655Z | Compiling petgraph v0.6.5 |
1519 | 2024-11-28T04:10:03.938Z | Compiling bit-set v0.5.3 |
1520 | 2024-11-28T04:10:04.078Z | Compiling predicates v3.1.2 |
1521 | 2024-11-28T04:10:04.234Z | Compiling indicatif v0.17.9 |
1522 | 2024-11-28T04:10:05.019Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1523 | 2024-11-28T04:10:05.040Z | Compiling tokio-postgres v0.7.12 |
1524 | 2024-11-28T04:10:05.696Z | Compiling clap v4.5.21 |
1525 | 2024-11-28T04:10:05.827Z | Compiling similar v2.6.0 |
1526 | 2024-11-28T04:10:05.887Z | Compiling ecdsa v0.16.9 |
1527 | 2024-11-28T04:10:06.578Z | Compiling rsa v0.9.6 |
1528 | 2024-11-28T04:10:06.757Z | Compiling ed25519-dalek v2.1.1 |
1529 | 2024-11-28T04:10:07.958Z | Compiling toml v0.7.8 |
1530 | 2024-11-28T04:10:08.081Z | Compiling zip v0.6.6 |
1531 | 2024-11-28T04:10:08.376Z | Compiling crossterm v0.28.1 |
1532 | 2024-11-28T04:10:10.207Z | Compiling hex v0.4.3 |
1533 | 2024-11-28T04:10:10.404Z | Compiling x509-cert v0.2.5 |
1534 | 2024-11-28T04:10:10.475Z | Compiling itertools v0.10.5 |
1535 | 2024-11-28T04:10:10.820Z | Compiling peg-runtime v0.8.3 |
1536 | 2024-11-28T04:10:10.900Z | Compiling lalrpop-util v0.19.12 |
1537 | 2024-11-28T04:10:11.286Z | Compiling unicode-xid v0.2.6 |
1538 | 2024-11-28T04:10:11.477Z | Compiling strum_macros v0.26.4 |
1539 | 2024-11-28T04:10:11.512Z | Compiling xattr v1.3.1 |
1540 | 2024-11-28T04:10:11.791Z | Compiling filetime v0.2.25 |
1541 | 2024-11-28T04:10:12.122Z | Compiling tar v0.4.42 |
1542 | 2024-11-28T04:10:16.712Z | Compiling strum v0.26.3 |
1543 | 2024-11-28T04:10:19.143Z | Compiling aws-lc-sys v0.22.0 |
1544 | 2024-11-28T04:10:52.223Z | Compiling rustls-webpki v0.102.8 |
1545 | 2024-11-28T04:10:55.617Z | Compiling tokio-rustls v0.25.0 |
1546 | 2024-11-28T04:10:57.236Z | Compiling tokio-rustls v0.26.0 |
1547 | 2024-11-28T04:10:57.707Z | Compiling hyper-rustls v0.27.3 |
1548 | 2024-11-28T04:10:58.052Z | Compiling reqwest v0.12.9 |
1549 | 2024-11-28T04:10:59.134Z | Compiling qorb v0.2.1 |
1550 | 2024-11-28T04:11:04.094Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1551 | 2024-11-28T04:11:04.332Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1552 | 2024-11-28T04:11:10.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
1553 | 2024-11-28T04:11:10.654Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1554 | 2024-11-28T04:11:10.725Z | Nov 28 04:11:09.621 INFO Starting download, target: Clickhouse |
1555 | 2024-11-28T04:11:10.725Z | Nov 28 04:11:09.621 INFO Starting download, target: Cockroach |
1556 | 2024-11-28T04:11:10.725Z | Nov 28 04:11:09.621 INFO Starting download, target: Console |
1557 | 2024-11-28T04:11:10.725Z | Nov 28 04:11:09.621 INFO Starting download, target: DendriteOpenapi |
1558 | 2024-11-28T04:11:10.728Z | Nov 28 04:11:09.621 INFO Starting download, target: DendriteStub |
1559 | 2024-11-28T04:11:10.728Z | Nov 28 04:11:09.621 INFO Starting download, target: MaghemiteMgd |
1560 | 2024-11-28T04:11:10.728Z | Nov 28 04:11:09.622 INFO Starting download, target: TransceiverControl |
1561 | 2024-11-28T04:11:10.728Z | Nov 28 04:11:09.622 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1562 | 2024-11-28T04:11:10.728Z | Nov 28 04:11:09.622 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1563 | 2024-11-28T04:11:10.728Z | Nov 28 04:11:09.622 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1564 | 2024-11-28T04:11:10.728Z | Nov 28 04:11:09.622 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1565 | 2024-11-28T04:11:10.728Z | Nov 28 04:11:09.622 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1566 | 2024-11-28T04:11:10.728Z | Nov 28 04:11:09.622 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1567 | 2024-11-28T04:11:10.728Z | Nov 28 04:11:09.623 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1568 | 2024-11-28T04:11:10.936Z | Nov 28 04:11:09.839 INFO Download complete, target: DendriteOpenapi |
1569 | 2024-11-28T04:11:11.240Z | Nov 28 04:11:10.144 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1570 | 2024-11-28T04:11:11.247Z | Nov 28 04:11:10.145 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1571 | 2024-11-28T04:11:11.563Z | Nov 28 04:11:10.470 INFO Download complete, target: Console |
1572 | 2024-11-28T04:11:11.607Z | Nov 28 04:11:10.513 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1573 | 2024-11-28T04:11:11.913Z | Nov 28 04:11:10.820 INFO Download complete, target: TransceiverControl |
1574 | 2024-11-28T04:11:11.951Z | Nov 28 04:11:10.856 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1575 | 2024-11-28T04:11:12.548Z | Nov 28 04:11:11.456 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1576 | 2024-11-28T04:11:12.548Z | Nov 28 04:11:11.456 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1577 | 2024-11-28T04:11:12.689Z | Nov 28 04:11:11.597 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1578 | 2024-11-28T04:11:14.352Z | Nov 28 04:11:13.259 INFO Download complete, target: DendriteStub |
1579 | 2024-11-28T04:11:14.688Z | Nov 28 04:11:13.596 INFO Download complete, target: MaghemiteMgd |
1580 | 2024-11-28T04:11:19.808Z | Nov 28 04:11:18.685 INFO Checking that binary works, target: Cockroach |
1581 | 2024-11-28T04:11:19.940Z | Nov 28 04:11:18.845 INFO Download complete, target: Cockroach |
1582 | 2024-11-28T04:11:24.549Z | Nov 28 04:11:23.454 INFO Checking that binary works, target: Clickhouse |
1583 | 2024-11-28T04:11:24.914Z | Nov 28 04:11:23.820 INFO Download complete, target: Clickhouse |
1584 | 2024-11-28T04:11:24.982Z | All builder prerequisites installed successfully, and PATH looks valid |
1585 | 2024-11-28T04:11:24.984Z | |
1586 | 2024-11-28T04:11:24.984Z | real 6:29.626349259 |
1587 | 2024-11-28T04:11:24.984Z | user 16:29.456458790 |
1588 | 2024-11-28T04:11:24.984Z | sys 3:16.334304979 |
1589 | 2024-11-28T04:11:24.984Z | trap 0.558653669 |
1590 | 2024-11-28T04:11:24.984Z | tflt 5.314595881 |
1591 | 2024-11-28T04:11:24.984Z | dflt 4.854317051 |
1592 | 2024-11-28T04:11:24.984Z | kflt 0.227742702 |
1593 | 2024-11-28T04:11:24.984Z | lock 29:31.891861622 |
1594 | 2024-11-28T04:11:24.984Z | slp 1:05:26.717545933 |
1595 | 2024-11-28T04:11:24.984Z | lat 56.592985826 |
1596 | 2024-11-28T04:11:24.984Z | stop 2:20.682866008 |
1597 | 2024-11-28T04:11:24.984Z | + banner hack-check |
1598 | 2024-11-28T04:11:24.987Z | |
1599 | 2024-11-28T04:11:24.987Z | # # ## #### # # #### # # ###### #### # # |
1600 | 2024-11-28T04:11:24.987Z | # # # # # # # # # # # # # # # # # |
1601 | 2024-11-28T04:11:24.987Z | ###### # # # #### ##### # ###### ##### # #### |
1602 | 2024-11-28T04:11:24.987Z | # # ###### # # # # # # # # # # |
1603 | 2024-11-28T04:11:24.987Z | # # # # # # # # # # # # # # # # # |
1604 | 2024-11-28T04:11:24.987Z | # # # # #### # # #### # # ###### #### # # |
1605 | 2024-11-28T04:11:24.987Z | |
1606 | 2024-11-28T04:11:24.987Z | + export CARGO_INCREMENTAL=0 |
1607 | 2024-11-28T04:11:24.987Z | + CARGO_INCREMENTAL=0 |
1608 | 2024-11-28T04:11:24.988Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1609 | 2024-11-28T04:11:25.514Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1610 | 2024-11-28T04:11:29.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
1611 | 2024-11-28T04:11:29.136Z | Running `target/debug/xtask check-features --ci` |
1612 | 2024-11-28T04:11:29.157Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1613 | 2024-11-28T04:11:29.157Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1614 | 2024-11-28T04:11:29.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1615 | 2024-11-28T04:11:29.638Z | Running `target/debug/xtask download cargo-hack` |
1616 | 2024-11-28T04:11:30.458Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1617 | 2024-11-28T04:11:30.814Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1618 | 2024-11-28T04:11:35.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s |
1619 | 2024-11-28T04:11:35.965Z | Running `target/debug/xtask-downloader cargo-hack` |
1620 | 2024-11-28T04:11:36.001Z | Nov 28 04:11:34.906 INFO Starting download, target: CargoHack |
1621 | 2024-11-28T04:11:36.004Z | Nov 28 04:11:34.907 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1622 | 2024-11-28T04:11:36.442Z | Nov 28 04:11:35.348 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1623 | 2024-11-28T04:11:36.529Z | Nov 28 04:11:35.435 INFO Download complete, target: CargoHack |
1624 | 2024-11-28T04:11:36.533Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1625 | 2024-11-28T04:11:36.550Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1626 | 2024-11-28T04:11:36.714Z | info: running `cargo check --bins` on api_identity (1/173) |
1627 | 2024-11-28T04:11:37.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1628 | 2024-11-28T04:11:37.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1629 | 2024-11-28T04:11:37.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1630 | 2024-11-28T04:11:37.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1631 | 2024-11-28T04:11:37.313Z | |
1632 | 2024-11-28T04:11:37.314Z | info: running `cargo check --bins` on bootstore (2/173) |
1633 | 2024-11-28T04:11:37.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2024-11-28T04:11:37.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2024-11-28T04:11:37.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2024-11-28T04:11:37.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1637 | 2024-11-28T04:11:37.947Z | |
1638 | 2024-11-28T04:11:37.947Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
1639 | 2024-11-28T04:11:38.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2024-11-28T04:11:38.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2024-11-28T04:11:38.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2024-11-28T04:11:38.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1643 | 2024-11-28T04:11:38.563Z | |
1644 | 2024-11-28T04:11:38.563Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
1645 | 2024-11-28T04:11:39.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2024-11-28T04:11:39.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2024-11-28T04:11:39.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2024-11-28T04:11:39.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1649 | 2024-11-28T04:11:39.191Z | |
1650 | 2024-11-28T04:11:39.191Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
1651 | 2024-11-28T04:11:39.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2024-11-28T04:11:39.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2024-11-28T04:11:39.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2024-11-28T04:11:39.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1655 | 2024-11-28T04:11:39.624Z | |
1656 | 2024-11-28T04:11:39.624Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
1657 | 2024-11-28T04:11:39.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2024-11-28T04:11:40.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2024-11-28T04:11:40.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2024-11-28T04:11:40.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1661 | 2024-11-28T04:11:40.039Z | |
1662 | 2024-11-28T04:11:40.039Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
1663 | 2024-11-28T04:11:40.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2024-11-28T04:11:40.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2024-11-28T04:11:40.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2024-11-28T04:11:40.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1667 | 2024-11-28T04:11:40.456Z | |
1668 | 2024-11-28T04:11:40.456Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
1669 | 2024-11-28T04:11:40.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2024-11-28T04:11:40.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2024-11-28T04:11:40.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2024-11-28T04:11:40.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1673 | 2024-11-28T04:11:40.879Z | |
1674 | 2024-11-28T04:11:40.879Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
1675 | 2024-11-28T04:11:41.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2024-11-28T04:11:41.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2024-11-28T04:11:41.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2024-11-28T04:11:41.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1679 | 2024-11-28T04:11:41.301Z | |
1680 | 2024-11-28T04:11:41.301Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
1681 | 2024-11-28T04:11:41.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2024-11-28T04:11:41.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2024-11-28T04:11:41.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2024-11-28T04:11:41.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1685 | 2024-11-28T04:11:41.717Z | |
1686 | 2024-11-28T04:11:41.717Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
1687 | 2024-11-28T04:11:42.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2024-11-28T04:11:42.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2024-11-28T04:11:42.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2024-11-28T04:11:42.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1691 | 2024-11-28T04:11:42.138Z | |
1692 | 2024-11-28T04:11:42.138Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
1693 | 2024-11-28T04:11:42.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2024-11-28T04:11:42.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2024-11-28T04:11:42.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2024-11-28T04:11:42.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1697 | 2024-11-28T04:11:42.588Z | |
1698 | 2024-11-28T04:11:42.588Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
1699 | 2024-11-28T04:11:42.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2024-11-28T04:11:42.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2024-11-28T04:11:42.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2024-11-28T04:11:42.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1703 | 2024-11-28T04:11:43.028Z | |
1704 | 2024-11-28T04:11:43.028Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
1705 | 2024-11-28T04:11:43.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1706 | 2024-11-28T04:11:43.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1707 | 2024-11-28T04:11:43.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1708 | 2024-11-28T04:11:43.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1709 | 2024-11-28T04:11:43.455Z | |
1710 | 2024-11-28T04:11:43.455Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
1711 | 2024-11-28T04:11:43.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2024-11-28T04:11:43.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2024-11-28T04:11:43.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2024-11-28T04:11:43.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1715 | 2024-11-28T04:11:43.878Z | |
1716 | 2024-11-28T04:11:43.878Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
1717 | 2024-11-28T04:11:44.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2024-11-28T04:11:44.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2024-11-28T04:11:44.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2024-11-28T04:11:44.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1721 | 2024-11-28T04:11:44.297Z | |
1722 | 2024-11-28T04:11:44.297Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
1723 | 2024-11-28T04:11:44.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2024-11-28T04:11:44.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2024-11-28T04:11:44.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2024-11-28T04:11:44.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1727 | 2024-11-28T04:11:44.714Z | |
1728 | 2024-11-28T04:11:44.714Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
1729 | 2024-11-28T04:11:45.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1730 | 2024-11-28T04:11:45.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1731 | 2024-11-28T04:11:45.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1732 | 2024-11-28T04:11:45.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1733 | 2024-11-28T04:11:45.139Z | |
1734 | 2024-11-28T04:11:45.139Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
1735 | 2024-11-28T04:11:45.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1736 | 2024-11-28T04:11:45.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1737 | 2024-11-28T04:11:45.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1738 | 2024-11-28T04:11:45.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1739 | 2024-11-28T04:11:45.564Z | |
1740 | 2024-11-28T04:11:45.564Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
1741 | 2024-11-28T04:11:45.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1742 | 2024-11-28T04:11:45.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1743 | 2024-11-28T04:11:45.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1744 | 2024-11-28T04:11:45.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1745 | 2024-11-28T04:11:45.983Z | |
1746 | 2024-11-28T04:11:45.983Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
1747 | 2024-11-28T04:11:46.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1748 | 2024-11-28T04:11:46.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1749 | 2024-11-28T04:11:46.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1750 | 2024-11-28T04:11:46.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1751 | 2024-11-28T04:11:46.398Z | |
1752 | 2024-11-28T04:11:46.398Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
1753 | 2024-11-28T04:11:46.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1754 | 2024-11-28T04:11:46.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1755 | 2024-11-28T04:11:46.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1756 | 2024-11-28T04:11:46.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1757 | 2024-11-28T04:11:46.819Z | |
1758 | 2024-11-28T04:11:46.819Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
1759 | 2024-11-28T04:11:47.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1760 | 2024-11-28T04:11:47.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1761 | 2024-11-28T04:11:47.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1762 | 2024-11-28T04:11:47.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1763 | 2024-11-28T04:11:47.237Z | |
1764 | 2024-11-28T04:11:47.237Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
1765 | 2024-11-28T04:11:47.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1766 | 2024-11-28T04:11:47.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1767 | 2024-11-28T04:11:47.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1768 | 2024-11-28T04:11:47.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1769 | 2024-11-28T04:11:47.649Z | |
1770 | 2024-11-28T04:11:47.649Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
1771 | 2024-11-28T04:11:48.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1772 | 2024-11-28T04:11:48.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1773 | 2024-11-28T04:11:48.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1774 | 2024-11-28T04:11:48.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1775 | 2024-11-28T04:11:48.272Z | |
1776 | 2024-11-28T04:11:48.272Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
1777 | 2024-11-28T04:11:48.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2024-11-28T04:11:48.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2024-11-28T04:11:48.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1780 | 2024-11-28T04:11:48.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1781 | 2024-11-28T04:11:48.902Z | |
1782 | 2024-11-28T04:11:48.902Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
1783 | 2024-11-28T04:11:49.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1784 | 2024-11-28T04:11:49.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1785 | 2024-11-28T04:11:49.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1786 | 2024-11-28T04:11:49.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1787 | 2024-11-28T04:11:49.533Z | |
1788 | 2024-11-28T04:11:49.533Z | info: running `cargo check --bins` on oxlog (28/173) |
1789 | 2024-11-28T04:11:50.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1790 | 2024-11-28T04:11:50.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1791 | 2024-11-28T04:11:50.148Z | Checking cfg-if v1.0.0 |
1792 | 2024-11-28T04:11:50.150Z | Checking libc v0.2.162 |
1793 | 2024-11-28T04:11:50.253Z | Checking serde v1.0.215 |
1794 | 2024-11-28T04:11:50.255Z | Checking zeroize v1.8.1 |
1795 | 2024-11-28T04:11:50.267Z | Checking memchr v2.7.4 |
1796 | 2024-11-28T04:11:50.269Z | Checking typenum v1.17.0 |
1797 | 2024-11-28T04:11:50.288Z | Checking scopeguard v1.2.0 |
1798 | 2024-11-28T04:11:50.290Z | Checking subtle v2.6.1 |
1799 | 2024-11-28T04:11:50.314Z | Checking value-bag v1.9.0 |
1800 | 2024-11-28T04:11:50.420Z | Checking lock_api v0.4.12 |
1801 | 2024-11-28T04:11:50.487Z | Checking itoa v1.0.11 |
1802 | 2024-11-28T04:11:50.547Z | Checking smallvec v1.13.2 |
1803 | 2024-11-28T04:11:50.679Z | Checking const-oid v0.9.6 |
1804 | 2024-11-28T04:11:50.693Z | Checking log v0.4.22 |
1805 | 2024-11-28T04:11:50.867Z | Checking pin-project-lite v0.2.14 |
1806 | 2024-11-28T04:11:50.890Z | Checking byteorder v1.5.0 |
1807 | 2024-11-28T04:11:50.995Z | Checking futures-core v0.3.31 |
1808 | 2024-11-28T04:11:51.108Z | Checking once_cell v1.20.2 |
1809 | 2024-11-28T04:11:51.164Z | Checking cpufeatures v0.2.14 |
1810 | 2024-11-28T04:11:51.225Z | Checking futures-sink v0.3.31 |
1811 | 2024-11-28T04:11:51.250Z | Checking stable_deref_trait v1.2.0 |
1812 | 2024-11-28T04:11:51.307Z | Checking spin v0.9.8 |
1813 | 2024-11-28T04:11:51.348Z | Checking zerocopy v0.7.35 |
1814 | 2024-11-28T04:11:51.365Z | Checking slab v0.4.9 |
1815 | 2024-11-28T04:11:51.378Z | Checking getrandom v0.2.15 |
1816 | 2024-11-28T04:11:51.391Z | Checking parking_lot_core v0.9.10 |
1817 | 2024-11-28T04:11:51.573Z | Checking generic-array v0.14.7 |
1818 | 2024-11-28T04:11:51.589Z | Checking rand_core v0.6.4 |
1819 | 2024-11-28T04:11:51.601Z | Checking signal-hook-registry v1.4.2 |
1820 | 2024-11-28T04:11:51.663Z | Checking mio v1.0.2 |
1821 | 2024-11-28T04:11:51.706Z | Checking parking_lot v0.12.3 |
1822 | 2024-11-28T04:11:51.849Z | Checking socket2 v0.5.7 |
1823 | 2024-11-28T04:11:51.873Z | Checking zerofrom v0.1.4 |
1824 | 2024-11-28T04:11:52.059Z | Checking futures-channel v0.3.31 |
1825 | 2024-11-28T04:11:52.091Z | Checking yoke v0.7.4 |
1826 | 2024-11-28T04:11:52.239Z | Checking futures-io v0.3.31 |
1827 | 2024-11-28T04:11:52.338Z | Checking equivalent v1.0.1 |
1828 | 2024-11-28T04:11:52.398Z | Checking foldhash v0.1.3 |
1829 | 2024-11-28T04:11:52.419Z | Checking futures-task v0.3.31 |
1830 | 2024-11-28T04:11:52.422Z | Checking pin-utils v0.1.0 |
1831 | 2024-11-28T04:11:52.447Z | Checking allocator-api2 v0.2.18 |
1832 | 2024-11-28T04:11:52.450Z | Checking zerovec v0.10.4 |
1833 | 2024-11-28T04:11:52.515Z | Checking ryu v1.0.18 |
1834 | 2024-11-28T04:11:52.585Z | Checking tinyvec_macros v0.1.1 |
1835 | 2024-11-28T04:11:52.641Z | Checking futures-util v0.3.31 |
1836 | 2024-11-28T04:11:52.667Z | Checking tinyvec v1.8.0 |
1837 | 2024-11-28T04:11:52.733Z | Checking crypto-common v0.1.6 |
1838 | 2024-11-28T04:11:52.733Z | Checking block-buffer v0.10.4 |
1839 | 2024-11-28T04:11:52.766Z | Checking block-padding v0.3.3 |
1840 | 2024-11-28T04:11:52.903Z | Checking fnv v1.0.7 |
1841 | 2024-11-28T04:11:52.955Z | Checking digest v0.10.7 |
1842 | 2024-11-28T04:11:52.969Z | Checking inout v0.1.3 |
1843 | 2024-11-28T04:11:53.018Z | Checking libm v0.2.8 |
1844 | 2024-11-28T04:11:53.082Z | Checking hashbrown v0.15.0 |
1845 | 2024-11-28T04:11:53.189Z | Checking cipher v0.4.4 |
1846 | 2024-11-28T04:11:53.317Z | Checking hmac v0.12.1 |
1847 | 2024-11-28T04:11:53.533Z | Checking sha2 v0.10.8 |
1848 | 2024-11-28T04:11:53.563Z | Checking litemap v0.7.3 |
1849 | 2024-11-28T04:11:53.879Z | Checking base64ct v1.6.0 |
1850 | 2024-11-28T04:11:53.898Z | Checking unicode-bidi v0.3.17 |
1851 | 2024-11-28T04:11:53.960Z | Checking unicode-normalization v0.1.24 |
1852 | 2024-11-28T04:11:54.074Z | Checking tinystr v0.7.6 |
1853 | 2024-11-28T04:11:54.099Z | Checking writeable v0.5.5 |
1854 | 2024-11-28T04:11:54.226Z | Checking num-traits v0.2.19 |
1855 | 2024-11-28T04:11:54.291Z | Checking pem-rfc7468 v0.7.0 |
1856 | 2024-11-28T04:11:54.439Z | Checking ppv-lite86 v0.2.20 |
1857 | 2024-11-28T04:11:54.442Z | Checking icu_locid v1.5.0 |
1858 | 2024-11-28T04:11:54.523Z | Checking flagset v0.4.6 |
1859 | 2024-11-28T04:11:54.556Z | Checking tracing-core v0.1.32 |
1860 | 2024-11-28T04:11:54.703Z | Checking der v0.7.9 |
1861 | 2024-11-28T04:11:54.903Z | Checking thiserror v1.0.69 |
1862 | 2024-11-28T04:11:55.026Z | Checking rustls-pki-types v1.9.0 |
1863 | 2024-11-28T04:11:55.207Z | Checking percent-encoding v2.3.1 |
1864 | 2024-11-28T04:11:55.231Z | Checking rand_chacha v0.3.1 |
1865 | 2024-11-28T04:11:55.325Z | Checking bytes v1.8.0 |
1866 | 2024-11-28T04:11:55.413Z | Checking indexmap v2.6.0 |
1867 | 2024-11-28T04:11:55.475Z | Checking serde_json v1.0.132 |
1868 | 2024-11-28T04:11:55.595Z | Checking icu_provider v1.5.0 |
1869 | 2024-11-28T04:11:55.623Z | Checking bitflags v2.6.0 |
1870 | 2024-11-28T04:11:55.905Z | Checking icu_locid_transform_data v1.5.0 |
1871 | 2024-11-28T04:11:55.909Z | Checking rand v0.8.5 |
1872 | 2024-11-28T04:11:56.002Z | Checking tracing v0.1.40 |
1873 | 2024-11-28T04:11:56.135Z | Checking tokio v1.40.0 |
1874 | 2024-11-28T04:11:56.247Z | Checking http v1.1.0 |
1875 | 2024-11-28T04:11:56.346Z | Checking icu_locid_transform v1.5.0 |
1876 | 2024-11-28T04:11:56.587Z | Checking spki v0.7.3 |
1877 | 2024-11-28T04:11:56.683Z | Checking icu_collections v1.5.0 |
1878 | 2024-11-28T04:11:56.875Z | Checking salsa20 v0.10.2 |
1879 | 2024-11-28T04:11:57.082Z | Checking pbkdf2 v0.12.2 |
1880 | 2024-11-28T04:11:57.215Z | Checking aws-lc-sys v0.22.0 |
1881 | 2024-11-28T04:11:57.241Z | Checking httparse v1.9.5 |
1882 | 2024-11-28T04:11:57.264Z | Checking powerfmt v0.2.0 |
1883 | 2024-11-28T04:11:57.323Z | Checking mirai-annotations v1.12.0 |
1884 | 2024-11-28T04:11:57.343Z | Checking untrusted v0.9.0 |
1885 | 2024-11-28T04:11:57.487Z | Checking icu_properties_data v1.5.0 |
1886 | 2024-11-28T04:11:57.501Z | Checking untrusted v0.7.1 |
1887 | 2024-11-28T04:11:57.516Z | Checking deranged v0.3.11 |
1888 | 2024-11-28T04:11:57.558Z | Checking ring v0.17.8 |
1889 | 2024-11-28T04:11:57.652Z | Checking scrypt v0.11.0 |
1890 | 2024-11-28T04:11:57.654Z | Checking aes v0.8.4 |
1891 | 2024-11-28T04:11:57.723Z | Checking icu_properties v1.5.1 |
1892 | 2024-11-28T04:11:57.741Z | Checking cbc v0.1.2 |
1893 | 2024-11-28T04:11:57.866Z | Checking crossbeam-utils v0.8.20 |
1894 | 2024-11-28T04:11:57.943Z | Checking utf16_iter v1.0.5 |
1895 | 2024-11-28T04:11:58.110Z | Checking num-conv v0.1.0 |
1896 | 2024-11-28T04:11:58.340Z | Checking num_threads v0.1.7 |
1897 | 2024-11-28T04:11:58.455Z | Checking write16 v1.0.0 |
1898 | 2024-11-28T04:11:58.563Z | Checking atomic-waker v1.1.2 |
1899 | 2024-11-28T04:11:58.565Z | Checking utf8_iter v1.0.4 |
1900 | 2024-11-28T04:11:58.593Z | Checking time-core v0.1.2 |
1901 | 2024-11-28T04:11:58.703Z | Checking icu_normalizer_data v1.5.0 |
1902 | 2024-11-28T04:11:58.745Z | Checking pkcs5 v0.7.1 |
1903 | 2024-11-28T04:11:58.764Z | Checking http-body v1.0.1 |
1904 | 2024-11-28T04:11:58.799Z | Checking form_urlencoded v1.2.1 |
1905 | 2024-11-28T04:11:58.959Z | Checking try-lock v0.2.5 |
1906 | 2024-11-28T04:11:59.006Z | Checking unicode-ident v1.0.13 |
1907 | 2024-11-28T04:11:59.086Z | Checking want v0.3.1 |
1908 | 2024-11-28T04:11:59.166Z | Checking httpdate v1.0.3 |
1909 | 2024-11-28T04:11:59.227Z | Checking pkcs8 v0.10.2 |
1910 | 2024-11-28T04:11:59.255Z | Checking time v0.3.36 |
1911 | 2024-11-28T04:11:59.280Z | Checking proc-macro2 v1.0.89 |
1912 | 2024-11-28T04:11:59.366Z | Checking toml_datetime v0.6.8 |
1913 | 2024-11-28T04:11:59.385Z | Checking serde_spanned v0.6.8 |
1914 | 2024-11-28T04:11:59.529Z | Checking uuid v1.11.0 |
1915 | 2024-11-28T04:11:59.569Z | Checking slog v2.7.0 |
1916 | 2024-11-28T04:11:59.646Z | Checking scroll v0.12.0 |
1917 | 2024-11-28T04:11:59.812Z | Checking aws-lc-rs v1.10.0 |
1918 | 2024-11-28T04:11:59.948Z | Checking base64 v0.22.1 |
1919 | 2024-11-28T04:12:00.032Z | Checking iana-time-zone v0.1.61 |
1920 | 2024-11-28T04:12:00.105Z | Checking ucd-trie v0.1.7 |
1921 | 2024-11-28T04:12:00.142Z | Checking adler2 v2.0.0 |
1922 | 2024-11-28T04:12:00.185Z | Checking match_cfg v0.1.0 |
1923 | 2024-11-28T04:12:00.274Z | Checking tower-service v0.3.3 |
1924 | 2024-11-28T04:12:00.296Z | Checking plain v0.2.3 |
1925 | 2024-11-28T04:12:00.312Z | Checking foreign-types-shared v0.1.1 |
1926 | 2024-11-28T04:12:00.388Z | Checking pest v2.7.14 |
1927 | 2024-11-28T04:12:00.407Z | Checking miniz_oxide v0.8.0 |
1928 | 2024-11-28T04:12:00.422Z | Checking foreign-types v0.3.2 |
1929 | 2024-11-28T04:12:00.435Z | Checking goblin v0.8.2 |
1930 | 2024-11-28T04:12:00.499Z | Checking hostname v0.3.1 |
1931 | 2024-11-28T04:12:00.631Z | Checking chrono v0.4.38 |
1932 | 2024-11-28T04:12:01.124Z | Checking quote v1.0.37 |
1933 | 2024-11-28T04:12:01.154Z | Checking icu_normalizer v1.5.0 |
1934 | 2024-11-28T04:12:01.477Z | Checking openssl-sys v0.9.103 |
1935 | 2024-11-28T04:12:01.574Z | Checking rustls-webpki v0.102.8 |
1936 | 2024-11-28T04:12:01.846Z | Checking errno v0.3.9 |
1937 | 2024-11-28T04:12:01.939Z | Checking idna_adapter v1.2.0 |
1938 | 2024-11-28T04:12:02.028Z | Checking dirs-sys-next v0.1.2 |
1939 | 2024-11-28T04:12:02.128Z | Checking idna v1.0.3 |
1940 | 2024-11-28T04:12:02.204Z | Checking aho-corasick v1.1.3 |
1941 | 2024-11-28T04:12:02.425Z | Checking pretty-hex v0.4.1 |
1942 | 2024-11-28T04:12:02.607Z | Checking data-encoding v2.6.0 |
1943 | 2024-11-28T04:12:02.634Z | Checking url v2.5.3 |
1944 | 2024-11-28T04:12:02.681Z | Checking regex-syntax v0.8.5 |
1945 | 2024-11-28T04:12:02.782Z | Checking siphasher v0.3.11 |
1946 | 2024-11-28T04:12:02.924Z | Checking dtrace-parser v0.2.0 |
1947 | 2024-11-28T04:12:03.074Z | Checking openssl v0.10.66 |
1948 | 2024-11-28T04:12:03.227Z | Checking dirs-next v2.0.0 |
1949 | 2024-11-28T04:12:03.357Z | Checking rustix v0.38.37 |
1950 | 2024-11-28T04:12:03.373Z | Checking syn v2.0.87 |
1951 | 2024-11-28T04:12:03.439Z | Checking tokio-util v0.7.12 |
1952 | 2024-11-28T04:12:03.500Z | Checking http-body-util v0.1.2 |
1953 | 2024-11-28T04:12:03.740Z | Checking crossbeam-epoch v0.9.18 |
1954 | 2024-11-28T04:12:03.994Z | Checking sha1 v0.10.6 |
1955 | 2024-11-28T04:12:04.165Z | Checking signature v2.2.0 |
1956 | 2024-11-28T04:12:04.264Z | Checking lazy_static v1.5.0 |
1957 | 2024-11-28T04:12:04.362Z | Checking h2 v0.4.6 |
1958 | 2024-11-28T04:12:04.379Z | Checking thread_local v1.1.8 |
1959 | 2024-11-28T04:12:04.394Z | Checking thread-id v4.2.2 |
1960 | 2024-11-28T04:12:04.495Z | Checking encoding_rs v0.8.34 |
1961 | 2024-11-28T04:12:04.630Z | Checking ipnet v2.10.1 |
1962 | 2024-11-28T04:12:05.048Z | Checking utf8parse v0.2.2 |
1963 | 2024-11-28T04:12:05.185Z | Checking winnow v0.6.20 |
1964 | 2024-11-28T04:12:05.347Z | Checking dof v0.3.0 |
1965 | 2024-11-28T04:12:05.925Z | Checking regex-automata v0.4.8 |
1966 | 2024-11-28T04:12:05.989Z | Checking gimli v0.31.1 |
1967 | 2024-11-28T04:12:06.768Z | Checking unicode-properties v0.1.3 |
1968 | 2024-11-28T04:12:06.784Z | Checking anstyle v1.0.10 |
1969 | 2024-11-28T04:12:07.129Z | Checking mime v0.3.17 |
1970 | 2024-11-28T04:12:07.133Z | Checking openssl-probe v0.1.5 |
1971 | 2024-11-28T04:12:07.292Z | Checking either v1.13.0 |
1972 | 2024-11-28T04:12:07.440Z | Checking stringprep v0.1.5 |
1973 | 2024-11-28T04:12:07.685Z | Checking anstyle-parse v0.2.5 |
1974 | 2024-11-28T04:12:07.709Z | Checking crossbeam-deque v0.8.5 |
1975 | 2024-11-28T04:12:07.945Z | Checking term v0.7.0 |
1976 | 2024-11-28T04:12:08.023Z | Checking rustls v0.23.14 |
1977 | 2024-11-28T04:12:08.169Z | Checking toml_edit v0.22.22 |
1978 | 2024-11-28T04:12:08.363Z | Checking rustls v0.22.4 |
1979 | 2024-11-28T04:12:08.536Z | Checking native-tls v0.2.12 |
1980 | 2024-11-28T04:12:08.840Z | Checking slog-json v2.6.1 |
1981 | 2024-11-28T04:12:09.081Z | Checking serde_urlencoded v0.7.1 |
1982 | 2024-11-28T04:12:09.533Z | Checking crossbeam-channel v0.5.13 |
1983 | 2024-11-28T04:12:09.709Z | Checking usdt-impl v0.5.0 |
1984 | 2024-11-28T04:12:10.078Z | Checking addr2line v0.24.2 |
1985 | 2024-11-28T04:12:10.222Z | Checking futures-executor v0.3.31 |
1986 | 2024-11-28T04:12:10.261Z | Checking num-integer v0.1.46 |
1987 | 2024-11-28T04:12:10.434Z | Checking rustls-pemfile v2.2.0 |
1988 | 2024-11-28T04:12:10.606Z | Checking idna v0.4.0 |
1989 | 2024-11-28T04:12:10.622Z | Checking hyper v1.5.0 |
1990 | 2024-11-28T04:12:10.635Z | Checking idna v0.3.0 |
1991 | 2024-11-28T04:12:10.650Z | Checking md-5 v0.10.6 |
1992 | 2024-11-28T04:12:10.711Z | Checking ff v0.13.0 |
1993 | 2024-11-28T04:12:10.768Z | Checking is-terminal v0.4.13 |
1994 | 2024-11-28T04:12:10.851Z | Checking memmap v0.7.0 |
1995 | 2024-11-28T04:12:10.886Z | Checking hash32 v0.2.1 |
1996 | 2024-11-28T04:12:10.921Z | Checking object v0.36.5 |
1997 | 2024-11-28T04:12:11.052Z | Checking colorchoice v1.0.2 |
1998 | 2024-11-28T04:12:11.175Z | Checking dyn-clone v1.0.17 |
1999 | 2024-11-28T04:12:11.201Z | Checking base16ct v0.2.0 |
2000 | 2024-11-28T04:12:11.312Z | Checking fallible-iterator v0.2.0 |
2001 | 2024-11-28T04:12:11.384Z | Checking anstyle-query v1.1.1 |
2002 | 2024-11-28T04:12:11.435Z | Checking rustc-demangle v0.1.24 |
2003 | 2024-11-28T04:12:11.507Z | Checking utf-8 v0.7.6 |
2004 | 2024-11-28T04:12:11.523Z | Checking quick-error v1.2.3 |
2005 | 2024-11-28T04:12:11.658Z | Checking is_terminal_polyfill v1.70.1 |
2006 | 2024-11-28T04:12:11.711Z | Checking psl-types v2.0.11 |
2007 | 2024-11-28T04:12:11.768Z | Checking take_mut v0.2.2 |
2008 | 2024-11-28T04:12:11.840Z | Checking linked-hash-map v0.5.6 |
2009 | 2024-11-28T04:12:11.880Z | Checking publicsuffix v2.2.3 |
2010 | 2024-11-28T04:12:11.914Z | Checking postgres-protocol v0.6.7 |
2011 | 2024-11-28T04:12:11.917Z | Checking slog-async v2.8.0 |
2012 | 2024-11-28T04:12:12.022Z | Checking tokio-rustls v0.25.0 |
2013 | 2024-11-28T04:12:12.092Z | Checking anstream v0.6.15 |
2014 | 2024-11-28T04:12:12.166Z | Checking lru-cache v0.1.2 |
2015 | 2024-11-28T04:12:12.337Z | Checking tungstenite v0.24.0 |
2016 | 2024-11-28T04:12:12.352Z | Checking resolv-conf v0.7.0 |
2017 | 2024-11-28T04:12:12.440Z | Checking hickory-proto v0.24.1 |
2018 | 2024-11-28T04:12:12.544Z | Checking sec1 v0.7.3 |
2019 | 2024-11-28T04:12:12.567Z | Checking schemars v0.8.21 |
2020 | 2024-11-28T04:12:12.604Z | Checking hyper-util v0.1.10 |
2021 | 2024-11-28T04:12:12.657Z | Checking heapless v0.7.17 |
2022 | 2024-11-28T04:12:12.904Z | Checking usdt v0.5.0 |
2023 | 2024-11-28T04:12:13.148Z | Checking group v0.13.0 |
2024 | 2024-11-28T04:12:13.229Z | Checking slog-term v2.9.1 |
2025 | 2024-11-28T04:12:13.404Z | Checking toml v0.8.19 |
2026 | 2024-11-28T04:12:13.498Z | Checking tokio-rustls v0.26.0 |
2027 | 2024-11-28T04:12:13.716Z | Checking num-iter v0.1.45 |
2028 | 2024-11-28T04:12:13.734Z | Checking futures v0.3.31 |
2029 | 2024-11-28T04:12:13.842Z | Checking slog-bunyan v2.5.0 |
2030 | 2024-11-28T04:12:13.888Z | Checking tokio-native-tls v0.3.1 |
2031 | 2024-11-28T04:12:13.906Z | Checking rayon-core v1.12.1 |
2032 | 2024-11-28T04:12:14.004Z | Checking multer v3.1.0 |
2033 | 2024-11-28T04:12:14.132Z | Checking terminal_size v0.4.0 |
2034 | 2024-11-28T04:12:14.153Z | Checking phf_shared v0.11.2 |
2035 | 2024-11-28T04:12:14.173Z | Checking cookie v0.18.1 |
2036 | 2024-11-28T04:12:14.316Z | Checking async-stream v0.3.6 |
2037 | 2024-11-28T04:12:14.399Z | Checking bzip2-sys v0.1.11+1.0.8 |
2038 | 2024-11-28T04:12:14.445Z | Checking signal-hook v0.3.17 |
2039 | 2024-11-28T04:12:14.498Z | Checking camino v1.1.9 |
2040 | 2024-11-28T04:12:14.534Z | Checking waitgroup v0.1.2 |
2041 | 2024-11-28T04:12:14.563Z | Checking openapiv3 v2.0.0 |
2042 | 2024-11-28T04:12:14.579Z | Checking webpki-roots v0.26.6 |
2043 | 2024-11-28T04:12:14.622Z | Checking serde_path_to_error v0.1.16 |
2044 | 2024-11-28T04:12:14.648Z | Checking idna v0.5.0 |
2045 | 2024-11-28T04:12:14.774Z | Checking hkdf v0.12.4 |
2046 | 2024-11-28T04:12:14.774Z | Checking crypto-bigint v0.5.5 |
2047 | 2024-11-28T04:12:14.992Z | Checking hostname v0.4.0 |
2048 | 2024-11-28T04:12:15.038Z | Checking crc32fast v1.4.2 |
2049 | 2024-11-28T04:12:15.217Z | Checking strsim v0.11.1 |
2050 | 2024-11-28T04:12:15.222Z | Checking debug-ignore v1.0.5 |
2051 | 2024-11-28T04:12:15.254Z | Checking winnow v0.5.40 |
2052 | 2024-11-28T04:12:15.351Z | Checking clap_lex v0.7.2 |
2053 | 2024-11-28T04:12:15.392Z | Checking managed v0.8.0 |
2054 | 2024-11-28T04:12:15.503Z | Checking bitflags v1.3.2 |
2055 | 2024-11-28T04:12:15.584Z | Checking unicode-width v0.1.14 |
2056 | 2024-11-28T04:12:15.600Z | Checking clap_builder v4.5.21 |
2057 | 2024-11-28T04:12:15.756Z | Checking smoltcp v0.9.1 |
2058 | 2024-11-28T04:12:16.056Z | Checking console v0.15.8 |
2059 | 2024-11-28T04:12:16.608Z | Checking cookie_store v0.21.0 |
2060 | 2024-11-28T04:12:17.155Z | Checking hickory-resolver v0.24.1 |
2061 | 2024-11-28T04:12:17.199Z | Checking flate2 v1.0.35 |
2062 | 2024-11-28T04:12:17.259Z | Checking hyper-rustls v0.27.3 |
2063 | 2024-11-28T04:12:17.294Z | Checking backtrace v0.3.74 |
2064 | 2024-11-28T04:12:17.599Z | Checking signal-hook-mio v0.2.4 |
2065 | 2024-11-28T04:12:17.731Z | Checking elliptic-curve v0.13.8 |
2066 | 2024-11-28T04:12:17.747Z | Checking rayon v1.10.0 |
2067 | 2024-11-28T04:12:17.835Z | Checking hyper-tls v0.6.0 |
2068 | 2024-11-28T04:12:17.854Z | Checking anyhow v1.0.93 |
2069 | 2024-11-28T04:12:18.034Z | Checking dropshot v0.12.0 |
2070 | 2024-11-28T04:12:18.124Z | Checking bzip2 v0.4.4 |
2071 | 2024-11-28T04:12:18.217Z | Checking phf v0.11.2 |
2072 | 2024-11-28T04:12:18.338Z | Checking toml_edit v0.19.15 |
2073 | 2024-11-28T04:12:18.353Z | Checking num-bigint-dig v0.8.4 |
2074 | 2024-11-28T04:12:18.415Z | Checking tokio-tungstenite v0.24.0 |
2075 | 2024-11-28T04:12:18.463Z | Checking postgres-types v0.2.8 |
2076 | 2024-11-28T04:12:18.624Z | Checking regex v1.11.1 |
2077 | 2024-11-28T04:12:18.660Z | Checking bstr v1.10.0 |
2078 | 2024-11-28T04:12:18.851Z | Checking ed25519 v2.2.3 |
2079 | 2024-11-28T04:12:19.159Z | Checking tokio-stream v0.1.16 |
2080 | 2024-11-28T04:12:19.210Z | Checking phf_shared v0.10.0 |
2081 | 2024-11-28T04:12:19.231Z | Checking curve25519-dalek v4.1.3 |
2082 | 2024-11-28T04:12:19.516Z | Checking zerocopy v0.6.6 |
2083 | 2024-11-28T04:12:19.625Z | Checking pkcs1 v0.7.5 |
2084 | 2024-11-28T04:12:20.017Z | Checking hubpack v0.1.2 |
2085 | 2024-11-28T04:12:20.020Z | Checking portable-atomic v1.9.0 |
2086 | 2024-11-28T04:12:20.414Z | Checking float-cmp v0.9.0 |
2087 | 2024-11-28T04:12:20.434Z | Checking serde-big-array v0.5.1 |
2088 | 2024-11-28T04:12:20.557Z | Checking rfc6979 v0.4.0 |
2089 | 2024-11-28T04:12:20.628Z | Checking sync_wrapper v1.0.1 |
2090 | 2024-11-28T04:12:20.687Z | Checking number_prefix v0.4.0 |
2091 | 2024-11-28T04:12:20.736Z | Checking normalize-line-endings v0.3.0 |
2092 | 2024-11-28T04:12:20.768Z | Checking predicates-core v1.0.8 |
2093 | 2024-11-28T04:12:20.851Z | Checking minimal-lexical v0.2.1 |
2094 | 2024-11-28T04:12:20.876Z | Checking static_assertions v1.1.0 |
2095 | 2024-11-28T04:12:20.950Z | Checking difflib v0.4.0 |
2096 | 2024-11-28T04:12:20.969Z | Checking precomputed-hash v0.1.1 |
2097 | 2024-11-28T04:12:20.984Z | Checking new_debug_unreachable v1.0.6 |
2098 | 2024-11-28T04:12:21.065Z | Checking unicode-width v0.2.0 |
2099 | 2024-11-28T04:12:21.080Z | Checking unicode-segmentation v1.12.0 |
2100 | 2024-11-28T04:12:21.224Z | Checking fixedbitset v0.4.2 |
2101 | 2024-11-28T04:12:21.251Z | Checking whoami v1.5.2 |
2102 | 2024-11-28T04:12:21.265Z | Checking bit-vec v0.6.3 |
2103 | 2024-11-28T04:12:21.311Z | Checking ed25519-dalek v2.1.1 |
2104 | 2024-11-28T04:12:21.480Z | Checking petgraph v0.6.5 |
2105 | 2024-11-28T04:12:21.531Z | Checking predicates v3.1.2 |
2106 | 2024-11-28T04:12:21.547Z | Checking tokio-postgres v0.7.12 |
2107 | 2024-11-28T04:12:21.587Z | Checking bit-set v0.5.3 |
2108 | 2024-11-28T04:12:21.692Z | Checking indicatif v0.17.9 |
2109 | 2024-11-28T04:12:21.707Z | Checking nom v7.1.3 |
2110 | 2024-11-28T04:12:21.730Z | Checking similar v2.6.0 |
2111 | 2024-11-28T04:12:21.830Z | Checking string_cache v0.8.7 |
2112 | 2024-11-28T04:12:21.834Z | Checking qorb v0.2.1 |
2113 | 2024-11-28T04:12:22.113Z | Checking toml v0.7.8 |
2114 | 2024-11-28T04:12:22.195Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2115 | 2024-11-28T04:12:22.456Z | Checking reqwest v0.12.9 |
2116 | 2024-11-28T04:12:22.598Z | Checking ecdsa v0.16.9 |
2117 | 2024-11-28T04:12:22.855Z | Checking rsa v0.9.6 |
2118 | 2024-11-28T04:12:23.312Z | Checking clap v4.5.21 |
2119 | 2024-11-28T04:12:23.429Z | Checking zip v0.6.6 |
2120 | 2024-11-28T04:12:23.910Z | Checking crossterm v0.28.1 |
2121 | 2024-11-28T04:12:24.107Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2122 | 2024-11-28T04:12:24.133Z | Checking itertools v0.10.5 |
2123 | 2024-11-28T04:12:24.340Z | Checking itertools v0.12.1 |
2124 | 2024-11-28T04:12:24.411Z | Checking fs-err v2.11.0 |
2125 | 2024-11-28T04:12:24.489Z | Checking ahash v0.8.11 |
2126 | 2024-11-28T04:12:24.603Z | Checking x509-cert v0.2.5 |
2127 | 2024-11-28T04:12:24.904Z | Checking hex v0.4.3 |
2128 | 2024-11-28T04:12:24.976Z | Checking semver v1.0.23 |
2129 | 2024-11-28T04:12:25.068Z | Checking peg-runtime v0.8.3 |
2130 | 2024-11-28T04:12:25.296Z | Checking lalrpop-util v0.19.12 |
2131 | 2024-11-28T04:12:25.377Z | Checking sigpipe v0.1.3 |
2132 | 2024-11-28T04:12:26.876Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2133 | 2024-11-28T04:12:27.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.64s |
2134 | 2024-11-28T04:12:27.337Z | |
2135 | 2024-11-28T04:12:27.337Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
2136 | 2024-11-28T04:12:27.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2137 | 2024-11-28T04:12:27.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2138 | 2024-11-28T04:12:27.989Z | Compiling hashbrown v0.14.5 |
2139 | 2024-11-28T04:12:28.107Z | Checking heck v0.5.0 |
2140 | 2024-11-28T04:12:28.121Z | Compiling unsafe-libyaml v0.2.11 |
2141 | 2024-11-28T04:12:28.133Z | Compiling ident_case v1.0.1 |
2142 | 2024-11-28T04:12:28.145Z | Checking progenitor-client v0.8.0 |
2143 | 2024-11-28T04:12:28.156Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2144 | 2024-11-28T04:12:28.169Z | Compiling proc-macro-crate v1.3.1 |
2145 | 2024-11-28T04:12:28.270Z | Compiling darling_core v0.20.10 |
2146 | 2024-11-28T04:12:28.295Z | Checking ipnetwork v0.20.0 |
2147 | 2024-11-28T04:12:28.503Z | Compiling structmeta-derive v0.3.0 |
2148 | 2024-11-28T04:12:28.505Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2149 | 2024-11-28T04:12:28.620Z | Compiling newtype-uuid v1.1.3 |
2150 | 2024-11-28T04:12:28.817Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2151 | 2024-11-28T04:12:28.907Z | Compiling lzma-sys v0.1.20 |
2152 | 2024-11-28T04:12:29.160Z | Compiling foreign-types-macros v0.2.3 |
2153 | 2024-11-28T04:12:29.231Z | Checking regress v0.10.1 |
2154 | 2024-11-28T04:12:29.394Z | Compiling serde_yaml v0.9.34+deprecated |
2155 | 2024-11-28T04:12:29.699Z | Compiling num_enum_derive v0.5.11 |
2156 | 2024-11-28T04:12:30.014Z | Compiling dropshot v0.13.0 |
2157 | 2024-11-28T04:12:30.315Z | Checking foreign-types-shared v0.3.1 |
2158 | 2024-11-28T04:12:30.424Z | Checking arc-swap v1.7.1 |
2159 | 2024-11-28T04:12:30.482Z | Checking foreign-types v0.5.0 |
2160 | 2024-11-28T04:12:30.689Z | Compiling proc-macro-error v1.0.4 |
2161 | 2024-11-28T04:12:30.858Z | Checking slog-scope v4.4.0 |
2162 | 2024-11-28T04:12:31.430Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2163 | 2024-11-28T04:12:31.451Z | Compiling structmeta v0.3.0 |
2164 | 2024-11-28T04:12:31.535Z | Checking tungstenite v0.21.0 |
2165 | 2024-11-28T04:12:31.553Z | Compiling heck v0.3.3 |
2166 | 2024-11-28T04:12:31.885Z | Compiling parse-display-derive v0.10.0 |
2167 | 2024-11-28T04:12:31.995Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2168 | 2024-11-28T04:12:32.281Z | Checking num_enum v0.5.11 |
2169 | 2024-11-28T04:12:32.427Z | Compiling dropshot_endpoint v0.13.0 |
2170 | 2024-11-28T04:12:32.443Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2171 | 2024-11-28T04:12:32.711Z | Checking typify-impl v0.2.0 |
2172 | 2024-11-28T04:12:32.815Z | Checking cstr-argument v0.1.2 |
2173 | 2024-11-28T04:12:33.180Z | Checking instant v0.1.13 |
2174 | 2024-11-28T04:12:33.296Z | Checking pretty-hex v0.2.1 |
2175 | 2024-11-28T04:12:33.462Z | Checking fastrand v2.1.1 |
2176 | 2024-11-28T04:12:33.652Z | Checking base64 v0.21.7 |
2177 | 2024-11-28T04:12:33.773Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2178 | 2024-11-28T04:12:34.073Z | Checking tempfile v3.13.0 |
2179 | 2024-11-28T04:12:34.116Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2180 | 2024-11-28T04:12:34.372Z | Checking backoff v0.4.0 |
2181 | 2024-11-28T04:12:34.411Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2182 | 2024-11-28T04:12:34.447Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2183 | 2024-11-28T04:12:34.559Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2184 | 2024-11-28T04:12:34.685Z | Checking tokio-tungstenite v0.21.0 |
2185 | 2024-11-28T04:12:34.713Z | Checking strum v0.26.3 |
2186 | 2024-11-28T04:12:34.768Z | Compiling zone_cfg_derive v0.1.2 |
2187 | 2024-11-28T04:12:34.859Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2188 | 2024-11-28T04:12:35.196Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2189 | 2024-11-28T04:12:35.241Z | Checking slog-stdlog v4.1.1 |
2190 | 2024-11-28T04:12:35.385Z | Compiling darling_macro v0.20.10 |
2191 | 2024-11-28T04:12:35.423Z | Checking regress v0.9.1 |
2192 | 2024-11-28T04:12:35.565Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2193 | 2024-11-28T04:12:35.600Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2194 | 2024-11-28T04:12:35.721Z | Checking colored v2.1.0 |
2195 | 2024-11-28T04:12:35.884Z | Checking macaddr v1.0.1 |
2196 | 2024-11-28T04:12:36.005Z | Checking base64 v0.13.1 |
2197 | 2024-11-28T04:12:36.235Z | Checking zone v0.1.8 |
2198 | 2024-11-28T04:12:36.284Z | Compiling darling v0.20.10 |
2199 | 2024-11-28T04:12:36.396Z | Checking ron v0.7.1 |
2200 | 2024-11-28T04:12:36.412Z | Compiling serde_with_macros v3.11.0 |
2201 | 2024-11-28T04:12:36.542Z | Checking parse-display v0.10.0 |
2202 | 2024-11-28T04:12:36.763Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2203 | 2024-11-28T04:12:36.928Z | Checking xz2 v0.1.7 |
2204 | 2024-11-28T04:12:37.237Z | Checking slog-envlogger v2.2.0 |
2205 | 2024-11-28T04:12:37.239Z | Checking tabwriter v1.4.0 |
2206 | 2024-11-28T04:12:37.464Z | Checking xattr v1.3.1 |
2207 | 2024-11-28T04:12:37.481Z | Checking pem v3.0.4 |
2208 | 2024-11-28T04:12:37.514Z | Checking yasna v0.5.2 |
2209 | 2024-11-28T04:12:37.658Z | Checking headers-core v0.3.0 |
2210 | 2024-11-28T04:12:37.733Z | Checking smf v0.2.3 |
2211 | 2024-11-28T04:12:37.803Z | Checking filetime v0.2.25 |
2212 | 2024-11-28T04:12:38.012Z | Checking same-file v1.0.6 |
2213 | 2024-11-28T04:12:38.038Z | Checking tar v0.4.42 |
2214 | 2024-11-28T04:12:38.186Z | Checking walkdir v2.5.0 |
2215 | 2024-11-28T04:12:38.201Z | Checking headers v0.4.0 |
2216 | 2024-11-28T04:12:38.383Z | Checking rcgen v0.12.1 |
2217 | 2024-11-28T04:12:38.457Z | Checking camino-tempfile v1.1.1 |
2218 | 2024-11-28T04:12:38.742Z | Checking atomicwrites v0.4.4 |
2219 | 2024-11-28T04:12:38.865Z | Checking subprocess v0.2.9 |
2220 | 2024-11-28T04:12:39.288Z | Checking serde_with v3.11.0 |
2221 | 2024-11-28T04:12:43.037Z | Compiling typify-macro v0.2.0 |
2222 | 2024-11-28T04:12:44.892Z | Compiling typify v0.2.0 |
2223 | 2024-11-28T04:12:44.959Z | Compiling progenitor-impl v0.8.0 |
2224 | 2024-11-28T04:12:48.071Z | Compiling progenitor-macro v0.8.0 |
2225 | 2024-11-28T04:12:53.367Z | Checking progenitor v0.8.0 |
2226 | 2024-11-28T04:12:53.516Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2227 | 2024-11-28T04:12:53.519Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2228 | 2024-11-28T04:12:56.168Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2229 | 2024-11-28T04:12:56.491Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2230 | 2024-11-28T04:13:02.669Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2231 | 2024-11-28T04:13:04.206Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2232 | 2024-11-28T04:13:05.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.13s |
2233 | 2024-11-28T04:13:05.644Z | |
2234 | 2024-11-28T04:13:05.644Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
2235 | 2024-11-28T04:13:06.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2236 | 2024-11-28T04:13:06.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2237 | 2024-11-28T04:13:06.292Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2238 | 2024-11-28T04:13:07.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
2239 | 2024-11-28T04:13:07.852Z | |
2240 | 2024-11-28T04:13:07.852Z | info: running `cargo check --bins` on nexus-config (31/173) |
2241 | 2024-11-28T04:13:08.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2242 | 2024-11-28T04:13:08.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2243 | 2024-11-28T04:13:08.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2244 | 2024-11-28T04:13:08.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2245 | 2024-11-28T04:13:08.471Z | |
2246 | 2024-11-28T04:13:08.471Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
2247 | 2024-11-28T04:13:08.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2248 | 2024-11-28T04:13:09.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2249 | 2024-11-28T04:13:09.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2250 | 2024-11-28T04:13:09.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2251 | 2024-11-28T04:13:09.070Z | |
2252 | 2024-11-28T04:13:09.070Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
2253 | 2024-11-28T04:13:09.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2254 | 2024-11-28T04:13:09.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2255 | 2024-11-28T04:13:09.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2256 | 2024-11-28T04:13:09.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2257 | 2024-11-28T04:13:09.696Z | |
2258 | 2024-11-28T04:13:09.696Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
2259 | 2024-11-28T04:13:10.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2260 | 2024-11-28T04:13:10.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2261 | 2024-11-28T04:13:10.360Z | Compiling zerocopy v0.8.10 |
2262 | 2024-11-28T04:13:10.360Z | Compiling progenitor-client v0.8.0 |
2263 | 2024-11-28T04:13:10.361Z | Compiling itertools v0.13.0 |
2264 | 2024-11-28T04:13:10.361Z | Compiling zerocopy-derive v0.8.10 |
2265 | 2024-11-28T04:13:10.365Z | Compiling heapless v0.8.0 |
2266 | 2024-11-28T04:13:10.365Z | Compiling newtype-uuid v1.1.3 |
2267 | 2024-11-28T04:13:10.365Z | Compiling ipnetwork v0.20.0 |
2268 | 2024-11-28T04:13:10.365Z | Checking hash32 v0.3.1 |
2269 | 2024-11-28T04:13:10.620Z | Compiling instant v0.1.13 |
2270 | 2024-11-28T04:13:10.767Z | Compiling smoltcp v0.11.0 |
2271 | 2024-11-28T04:13:10.817Z | Compiling progenitor v0.8.0 |
2272 | 2024-11-28T04:13:10.932Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2273 | 2024-11-28T04:13:11.063Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2274 | 2024-11-28T04:13:11.426Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2275 | 2024-11-28T04:13:11.435Z | Compiling backoff v0.4.0 |
2276 | 2024-11-28T04:13:11.479Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2277 | 2024-11-28T04:13:11.638Z | Compiling dropshot v0.13.0 |
2278 | 2024-11-28T04:13:11.655Z | Compiling serde_with v3.11.0 |
2279 | 2024-11-28T04:13:11.739Z | Compiling parse-display v0.10.0 |
2280 | 2024-11-28T04:13:11.774Z | Checking num-rational v0.4.2 |
2281 | 2024-11-28T04:13:12.265Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2282 | 2024-11-28T04:13:12.450Z | Compiling regress v0.9.1 |
2283 | 2024-11-28T04:13:12.452Z | Compiling phf_generator v0.11.2 |
2284 | 2024-11-28T04:13:12.633Z | Checking num-complex v0.4.6 |
2285 | 2024-11-28T04:13:13.657Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2286 | 2024-11-28T04:13:14.200Z | Compiling macaddr v1.0.1 |
2287 | 2024-11-28T04:13:14.566Z | Checking cobs v0.2.3 |
2288 | 2024-11-28T04:13:14.658Z | Compiling num v0.4.3 |
2289 | 2024-11-28T04:13:14.748Z | Checking postcard v1.0.10 |
2290 | 2024-11-28T04:13:14.876Z | Compiling phf_codegen v0.11.2 |
2291 | 2024-11-28T04:13:15.348Z | Compiling parse-zoneinfo v0.3.1 |
2292 | 2024-11-28T04:13:15.708Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2293 | 2024-11-28T04:13:15.989Z | Checking float-ord v0.3.2 |
2294 | 2024-11-28T04:13:16.138Z | Compiling convert_case v0.4.0 |
2295 | 2024-11-28T04:13:16.646Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2296 | 2024-11-28T04:13:17.158Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2297 | 2024-11-28T04:13:17.379Z | Compiling derive_more v0.99.18 |
2298 | 2024-11-28T04:13:17.481Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2299 | 2024-11-28T04:13:17.625Z | Compiling chrono-tz-build v0.4.0 |
2300 | 2024-11-28T04:13:18.124Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2301 | 2024-11-28T04:13:19.051Z | Compiling crucible-workspace-hack v0.1.0 |
2302 | 2024-11-28T04:13:19.067Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2303 | 2024-11-28T04:13:19.330Z | Compiling chrono-tz v0.10.0 |
2304 | 2024-11-28T04:13:19.383Z | Checking newline-converter v0.3.0 |
2305 | 2024-11-28T04:13:19.397Z | Checking prettyplease v0.2.25 |
2306 | 2024-11-28T04:13:19.538Z | Compiling slog-dtrace v0.3.0 |
2307 | 2024-11-28T04:13:19.841Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2308 | 2024-11-28T04:13:20.145Z | Checking expectorate v1.1.0 |
2309 | 2024-11-28T04:13:20.492Z | Compiling zone_cfg_derive v0.3.0 |
2310 | 2024-11-28T04:13:20.900Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2311 | 2024-11-28T04:13:21.013Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2312 | 2024-11-28T04:13:21.031Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2313 | 2024-11-28T04:13:21.076Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2314 | 2024-11-28T04:13:21.699Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2315 | 2024-11-28T04:13:22.026Z | Compiling const_format_proc_macros v0.2.33 |
2316 | 2024-11-28T04:13:22.089Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2317 | 2024-11-28T04:13:22.252Z | Compiling num-derive v0.4.2 |
2318 | 2024-11-28T04:13:22.319Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2319 | 2024-11-28T04:13:22.594Z | Checking highway v1.2.0 |
2320 | 2024-11-28T04:13:23.023Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2321 | 2024-11-28T04:13:23.309Z | Checking zone v0.3.0 |
2322 | 2024-11-28T04:13:24.035Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2323 | 2024-11-28T04:13:24.049Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2324 | 2024-11-28T04:13:24.175Z | Checking const_format v0.2.33 |
2325 | 2024-11-28T04:13:24.530Z | Checking gethostname v0.5.0 |
2326 | 2024-11-28T04:13:24.654Z | Checking bcs v0.1.6 |
2327 | 2024-11-28T04:13:24.670Z | Compiling async-recursion v1.1.1 |
2328 | 2024-11-28T04:13:24.673Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2329 | 2024-11-28T04:13:25.343Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2330 | 2024-11-28T04:13:25.345Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2331 | 2024-11-28T04:13:25.382Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2332 | 2024-11-28T04:13:26.711Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2333 | 2024-11-28T04:13:27.196Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2334 | 2024-11-28T04:13:32.748Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2335 | 2024-11-28T04:13:36.116Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2336 | 2024-11-28T04:13:38.705Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2337 | 2024-11-28T04:13:39.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.24s |
2338 | 2024-11-28T04:13:40.124Z | |
2339 | 2024-11-28T04:13:40.124Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
2340 | 2024-11-28T04:13:40.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2341 | 2024-11-28T04:13:40.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2342 | 2024-11-28T04:13:40.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2343 | 2024-11-28T04:13:40.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2344 | 2024-11-28T04:13:40.758Z | |
2345 | 2024-11-28T04:13:40.758Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
2346 | 2024-11-28T04:13:41.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2347 | 2024-11-28T04:13:41.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2348 | 2024-11-28T04:13:41.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2349 | 2024-11-28T04:13:41.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2350 | 2024-11-28T04:13:41.396Z | |
2351 | 2024-11-28T04:13:41.396Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
2352 | 2024-11-28T04:13:41.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2353 | 2024-11-28T04:13:41.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2354 | 2024-11-28T04:13:42.037Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2355 | 2024-11-28T04:13:42.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2356 | 2024-11-28T04:13:42.845Z | |
2357 | 2024-11-28T04:13:42.846Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
2358 | 2024-11-28T04:13:43.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2359 | 2024-11-28T04:13:43.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2360 | 2024-11-28T04:13:43.510Z | Compiling cfg_aliases v0.1.1 |
2361 | 2024-11-28T04:13:43.512Z | Compiling vte_generate_state_changes v0.1.2 |
2362 | 2024-11-28T04:13:43.513Z | Checking fd-lock v4.0.2 |
2363 | 2024-11-28T04:13:43.513Z | Checking nibble_vec v0.1.0 |
2364 | 2024-11-28T04:13:43.513Z | Checking bytecount v0.6.8 |
2365 | 2024-11-28T04:13:43.612Z | Checking endian-type v0.1.2 |
2366 | 2024-11-28T04:13:43.627Z | Compiling tabled_derive v0.7.0 |
2367 | 2024-11-28T04:13:43.675Z | Compiling peg-macros v0.8.4 |
2368 | 2024-11-28T04:13:43.690Z | Compiling nix v0.28.0 |
2369 | 2024-11-28T04:13:43.882Z | Checking papergrid v0.11.0 |
2370 | 2024-11-28T04:13:43.884Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2371 | 2024-11-28T04:13:43.884Z | Compiling sqlparser_derive v0.2.2 |
2372 | 2024-11-28T04:13:43.884Z | Checking radix_trie v0.2.1 |
2373 | 2024-11-28T04:13:44.211Z | Checking vte v0.11.1 |
2374 | 2024-11-28T04:13:44.257Z | Checking unicode_categories v0.1.1 |
2375 | 2024-11-28T04:13:44.561Z | Checking nu-ansi-term v0.50.1 |
2376 | 2024-11-28T04:13:44.896Z | Checking home v0.5.9 |
2377 | 2024-11-28T04:13:44.927Z | Checking sqlparser v0.45.0 |
2378 | 2024-11-28T04:13:44.978Z | Checking sqlformat v0.2.6 |
2379 | 2024-11-28T04:13:45.034Z | Checking display-error-chain v0.2.2 |
2380 | 2024-11-28T04:13:45.539Z | Checking strip-ansi-escapes v0.2.0 |
2381 | 2024-11-28T04:13:45.685Z | Checking reedline v0.35.0 |
2382 | 2024-11-28T04:13:46.037Z | Checking tabled v0.15.0 |
2383 | 2024-11-28T04:13:46.567Z | Checking peg v0.8.4 |
2384 | 2024-11-28T04:13:46.978Z | Checking rustyline v14.0.0 |
2385 | 2024-11-28T04:13:55.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.77s |
2386 | 2024-11-28T04:13:55.789Z | |
2387 | 2024-11-28T04:13:55.789Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
2388 | 2024-11-28T04:13:56.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2024-11-28T04:13:56.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2024-11-28T04:13:56.446Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2391 | 2024-11-28T04:14:01.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
2392 | 2024-11-28T04:14:01.520Z | |
2393 | 2024-11-28T04:14:01.520Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
2394 | 2024-11-28T04:14:02.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2395 | 2024-11-28T04:14:02.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2396 | 2024-11-28T04:14:02.176Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2397 | 2024-11-28T04:14:05.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
2398 | 2024-11-28T04:14:06.030Z | |
2399 | 2024-11-28T04:14:06.030Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
2400 | 2024-11-28T04:14:06.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2024-11-28T04:14:06.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2024-11-28T04:14:06.686Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2403 | 2024-11-28T04:14:11.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s |
2404 | 2024-11-28T04:14:11.465Z | |
2405 | 2024-11-28T04:14:11.465Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
2406 | 2024-11-28T04:14:12.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2407 | 2024-11-28T04:14:12.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2408 | 2024-11-28T04:14:12.126Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2409 | 2024-11-28T04:14:16.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
2410 | 2024-11-28T04:14:16.997Z | |
2411 | 2024-11-28T04:14:16.997Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
2412 | 2024-11-28T04:14:17.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2413 | 2024-11-28T04:14:17.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2414 | 2024-11-28T04:14:17.653Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2415 | 2024-11-28T04:14:21.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s |
2416 | 2024-11-28T04:14:21.710Z | |
2417 | 2024-11-28T04:14:21.710Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
2418 | 2024-11-28T04:14:22.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2419 | 2024-11-28T04:14:22.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2420 | 2024-11-28T04:14:22.373Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2421 | 2024-11-28T04:14:26.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
2422 | 2024-11-28T04:14:26.520Z | |
2423 | 2024-11-28T04:14:26.520Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
2424 | 2024-11-28T04:14:27.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2425 | 2024-11-28T04:14:27.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2426 | 2024-11-28T04:14:27.182Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2427 | 2024-11-28T04:14:32.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
2428 | 2024-11-28T04:14:32.254Z | |
2429 | 2024-11-28T04:14:32.254Z | info: running `cargo check --bins` on oximeter (46/173) |
2430 | 2024-11-28T04:14:32.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2431 | 2024-11-28T04:14:32.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2432 | 2024-11-28T04:14:32.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2433 | 2024-11-28T04:14:32.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2434 | 2024-11-28T04:14:32.877Z | |
2435 | 2024-11-28T04:14:32.877Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
2436 | 2024-11-28T04:14:33.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2437 | 2024-11-28T04:14:33.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2438 | 2024-11-28T04:14:33.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2439 | 2024-11-28T04:14:33.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2440 | 2024-11-28T04:14:33.482Z | |
2441 | 2024-11-28T04:14:33.482Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
2442 | 2024-11-28T04:14:34.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2443 | 2024-11-28T04:14:34.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2444 | 2024-11-28T04:14:34.113Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2445 | 2024-11-28T04:14:34.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
2446 | 2024-11-28T04:14:34.735Z | |
2447 | 2024-11-28T04:14:34.735Z | info: running `cargo check --bins` on oximeter-types (49/173) |
2448 | 2024-11-28T04:14:35.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2449 | 2024-11-28T04:14:35.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2450 | 2024-11-28T04:14:35.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2451 | 2024-11-28T04:14:35.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2452 | 2024-11-28T04:14:35.360Z | |
2453 | 2024-11-28T04:14:35.360Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
2454 | 2024-11-28T04:14:35.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2455 | 2024-11-28T04:14:35.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2456 | 2024-11-28T04:14:35.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2457 | 2024-11-28T04:14:35.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2458 | 2024-11-28T04:14:35.988Z | |
2459 | 2024-11-28T04:14:35.988Z | info: running `cargo check --bins` on oxql-types (51/173) |
2460 | 2024-11-28T04:14:36.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2024-11-28T04:14:36.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2024-11-28T04:14:36.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2463 | 2024-11-28T04:14:36.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2464 | 2024-11-28T04:14:36.653Z | |
2465 | 2024-11-28T04:14:36.653Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
2466 | 2024-11-28T04:14:37.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2024-11-28T04:14:37.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2024-11-28T04:14:37.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2469 | 2024-11-28T04:14:37.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2470 | 2024-11-28T04:14:37.256Z | |
2471 | 2024-11-28T04:14:37.257Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
2472 | 2024-11-28T04:14:37.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2024-11-28T04:14:37.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2024-11-28T04:14:37.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2024-11-28T04:14:37.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2476 | 2024-11-28T04:14:37.883Z | |
2477 | 2024-11-28T04:14:37.883Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
2478 | 2024-11-28T04:14:38.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-11-28T04:14:38.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-11-28T04:14:38.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2024-11-28T04:14:38.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2482 | 2024-11-28T04:14:38.521Z | |
2483 | 2024-11-28T04:14:38.522Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
2484 | 2024-11-28T04:14:39.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-11-28T04:14:39.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-11-28T04:14:39.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2024-11-28T04:14:39.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2488 | 2024-11-28T04:14:39.150Z | |
2489 | 2024-11-28T04:14:39.150Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
2490 | 2024-11-28T04:14:39.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2024-11-28T04:14:39.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2024-11-28T04:14:39.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2024-11-28T04:14:39.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2494 | 2024-11-28T04:14:39.782Z | |
2495 | 2024-11-28T04:14:39.782Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
2496 | 2024-11-28T04:14:40.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2024-11-28T04:14:40.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2024-11-28T04:14:40.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2499 | 2024-11-28T04:14:40.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2500 | 2024-11-28T04:14:40.413Z | |
2501 | 2024-11-28T04:14:40.413Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
2502 | 2024-11-28T04:14:40.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2024-11-28T04:14:40.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2024-11-28T04:14:40.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2024-11-28T04:14:40.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2506 | 2024-11-28T04:14:41.021Z | |
2507 | 2024-11-28T04:14:41.021Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
2508 | 2024-11-28T04:14:41.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2024-11-28T04:14:41.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2024-11-28T04:14:41.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2024-11-28T04:14:41.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2512 | 2024-11-28T04:14:41.652Z | |
2513 | 2024-11-28T04:14:41.652Z | info: running `cargo check --bins` on dns-service-client (60/173) |
2514 | 2024-11-28T04:14:42.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2024-11-28T04:14:42.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2024-11-28T04:14:42.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2024-11-28T04:14:42.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2518 | 2024-11-28T04:14:42.280Z | |
2519 | 2024-11-28T04:14:42.280Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
2520 | 2024-11-28T04:14:42.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2024-11-28T04:14:42.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2024-11-28T04:14:42.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2024-11-28T04:14:42.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2524 | 2024-11-28T04:14:42.901Z | |
2525 | 2024-11-28T04:14:42.901Z | info: running `cargo check --bins` on dpd-client (62/173) |
2526 | 2024-11-28T04:14:43.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2024-11-28T04:14:43.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2024-11-28T04:14:43.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2024-11-28T04:14:43.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2530 | 2024-11-28T04:14:43.517Z | |
2531 | 2024-11-28T04:14:43.517Z | info: running `cargo check --bins` on gateway-client (63/173) |
2532 | 2024-11-28T04:14:44.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2024-11-28T04:14:44.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2024-11-28T04:14:44.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2024-11-28T04:14:44.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2536 | 2024-11-28T04:14:44.128Z | |
2537 | 2024-11-28T04:14:44.128Z | info: running `cargo check --bins` on installinator-client (64/173) |
2538 | 2024-11-28T04:14:44.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2024-11-28T04:14:44.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2024-11-28T04:14:44.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2024-11-28T04:14:44.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2542 | 2024-11-28T04:14:44.769Z | |
2543 | 2024-11-28T04:14:44.769Z | info: running `cargo check --bins` on installinator-common (65/173) |
2544 | 2024-11-28T04:14:45.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2024-11-28T04:14:45.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2024-11-28T04:14:45.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2024-11-28T04:14:45.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2548 | 2024-11-28T04:14:45.408Z | |
2549 | 2024-11-28T04:14:45.408Z | info: running `cargo check --bins` on update-engine (66/173) |
2550 | 2024-11-28T04:14:45.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2024-11-28T04:14:45.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2024-11-28T04:14:45.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2024-11-28T04:14:45.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2554 | 2024-11-28T04:14:46.015Z | |
2555 | 2024-11-28T04:14:46.015Z | info: running `cargo check --bins` on nexus-client (67/173) |
2556 | 2024-11-28T04:14:46.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2024-11-28T04:14:46.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2024-11-28T04:14:46.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2024-11-28T04:14:46.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2560 | 2024-11-28T04:14:46.675Z | |
2561 | 2024-11-28T04:14:46.675Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
2562 | 2024-11-28T04:14:47.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2024-11-28T04:14:47.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2024-11-28T04:14:47.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2024-11-28T04:14:47.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2566 | 2024-11-28T04:14:47.311Z | |
2567 | 2024-11-28T04:14:47.311Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
2568 | 2024-11-28T04:14:47.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2024-11-28T04:14:47.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2024-11-28T04:14:47.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2024-11-28T04:14:47.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2572 | 2024-11-28T04:14:47.912Z | |
2573 | 2024-11-28T04:14:47.912Z | info: running `cargo check --bins` on nexus-types (70/173) |
2574 | 2024-11-28T04:14:48.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2024-11-28T04:14:48.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2024-11-28T04:14:48.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2024-11-28T04:14:48.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2578 | 2024-11-28T04:14:48.553Z | |
2579 | 2024-11-28T04:14:48.553Z | info: running `cargo check --bins` on oxide-client (71/173) |
2580 | 2024-11-28T04:14:49.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2024-11-28T04:14:49.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2024-11-28T04:14:49.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2024-11-28T04:14:49.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2584 | 2024-11-28T04:14:49.160Z | |
2585 | 2024-11-28T04:14:49.160Z | info: running `cargo check --bins` on oximeter-client (72/173) |
2586 | 2024-11-28T04:14:49.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2024-11-28T04:14:49.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2024-11-28T04:14:49.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2024-11-28T04:14:49.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2590 | 2024-11-28T04:14:49.791Z | |
2591 | 2024-11-28T04:14:49.791Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
2592 | 2024-11-28T04:14:50.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2024-11-28T04:14:50.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2024-11-28T04:14:50.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2024-11-28T04:14:50.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2596 | 2024-11-28T04:14:50.401Z | |
2597 | 2024-11-28T04:14:50.401Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
2598 | 2024-11-28T04:14:50.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2024-11-28T04:14:50.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2024-11-28T04:14:50.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2024-11-28T04:14:50.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2602 | 2024-11-28T04:14:51.040Z | |
2603 | 2024-11-28T04:14:51.040Z | info: running `cargo check --bins` on wicketd-client (75/173) |
2604 | 2024-11-28T04:14:51.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2024-11-28T04:14:51.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2024-11-28T04:14:51.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2024-11-28T04:14:51.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2608 | 2024-11-28T04:14:51.708Z | |
2609 | 2024-11-28T04:14:51.708Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
2610 | 2024-11-28T04:14:52.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2024-11-28T04:14:52.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2024-11-28T04:14:52.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2024-11-28T04:14:52.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2614 | 2024-11-28T04:14:52.360Z | |
2615 | 2024-11-28T04:14:52.360Z | info: running `cargo check --bins` on wicket-common (77/173) |
2616 | 2024-11-28T04:14:52.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2024-11-28T04:14:52.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2024-11-28T04:14:52.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2024-11-28T04:14:52.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2620 | 2024-11-28T04:14:53.007Z | |
2621 | 2024-11-28T04:14:53.007Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
2622 | 2024-11-28T04:14:53.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2024-11-28T04:14:53.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2024-11-28T04:14:53.666Z | Checking csv-core v0.1.11 |
2625 | 2024-11-28T04:14:53.666Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2626 | 2024-11-28T04:14:53.669Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2627 | 2024-11-28T04:14:53.969Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2628 | 2024-11-28T04:14:53.982Z | Checking csv v1.3.0 |
2629 | 2024-11-28T04:14:54.521Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2630 | 2024-11-28T04:14:54.864Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2631 | 2024-11-28T04:14:56.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s |
2632 | 2024-11-28T04:14:56.252Z | |
2633 | 2024-11-28T04:14:56.252Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
2634 | 2024-11-28T04:14:56.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2024-11-28T04:14:56.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2024-11-28T04:14:56.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2024-11-28T04:14:56.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2638 | 2024-11-28T04:14:56.876Z | |
2639 | 2024-11-28T04:14:56.876Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
2640 | 2024-11-28T04:14:57.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2024-11-28T04:14:57.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2024-11-28T04:14:57.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2024-11-28T04:14:57.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2644 | 2024-11-28T04:14:57.504Z | |
2645 | 2024-11-28T04:14:57.504Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
2646 | 2024-11-28T04:14:58.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2024-11-28T04:14:58.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2024-11-28T04:14:58.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2024-11-28T04:14:58.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2650 | 2024-11-28T04:14:58.229Z | |
2651 | 2024-11-28T04:14:58.230Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
2652 | 2024-11-28T04:14:58.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2024-11-28T04:14:58.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2024-11-28T04:14:58.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2024-11-28T04:14:58.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2656 | 2024-11-28T04:14:58.962Z | |
2657 | 2024-11-28T04:14:58.962Z | info: running `cargo check --bins` on dns-server (83/173) |
2658 | 2024-11-28T04:14:59.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2024-11-28T04:14:59.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2024-11-28T04:14:59.602Z | Compiling parking_lot_core v0.8.6 |
2661 | 2024-11-28T04:14:59.606Z | Checking fxhash v0.2.1 |
2662 | 2024-11-28T04:14:59.606Z | Checking hickory-server v0.24.1 |
2663 | 2024-11-28T04:14:59.606Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2664 | 2024-11-28T04:14:59.606Z | Checking hickory-client v0.24.1 |
2665 | 2024-11-28T04:15:00.269Z | Checking parking_lot v0.11.2 |
2666 | 2024-11-28T04:15:00.388Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2667 | 2024-11-28T04:15:00.388Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2668 | 2024-11-28T04:15:00.523Z | Checking sled v0.34.7 |
2669 | 2024-11-28T04:15:02.281Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2670 | 2024-11-28T04:15:03.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
2671 | 2024-11-28T04:15:03.682Z | |
2672 | 2024-11-28T04:15:03.682Z | info: running `cargo check --bins` on dns-server-api (84/173) |
2673 | 2024-11-28T04:15:04.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2024-11-28T04:15:04.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2024-11-28T04:15:04.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2676 | 2024-11-28T04:15:04.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2677 | 2024-11-28T04:15:04.315Z | |
2678 | 2024-11-28T04:15:04.315Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
2679 | 2024-11-28T04:15:04.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2024-11-28T04:15:04.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2024-11-28T04:15:04.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2682 | 2024-11-28T04:15:04.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2683 | 2024-11-28T04:15:04.999Z | |
2684 | 2024-11-28T04:15:04.999Z | info: running `cargo check --bins` on gateway-types (86/173) |
2685 | 2024-11-28T04:15:05.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2024-11-28T04:15:05.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2024-11-28T04:15:05.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2688 | 2024-11-28T04:15:05.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2689 | 2024-11-28T04:15:05.614Z | |
2690 | 2024-11-28T04:15:05.614Z | info: running `cargo check --bins` on ipcc (87/173) |
2691 | 2024-11-28T04:15:06.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2024-11-28T04:15:06.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2024-11-28T04:15:06.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2694 | 2024-11-28T04:15:06.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2695 | 2024-11-28T04:15:06.235Z | |
2696 | 2024-11-28T04:15:06.235Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
2697 | 2024-11-28T04:15:06.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2024-11-28T04:15:06.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2024-11-28T04:15:06.930Z | Compiling radium v0.7.0 |
2700 | 2024-11-28T04:15:06.930Z | Compiling semver v0.1.20 |
2701 | 2024-11-28T04:15:07.035Z | Compiling maybe-uninit v2.0.0 |
2702 | 2024-11-28T04:15:07.042Z | Checking tap v1.0.1 |
2703 | 2024-11-28T04:15:07.057Z | Checking password-hash v0.5.0 |
2704 | 2024-11-28T04:15:07.060Z | Checking blake2 v0.10.6 |
2705 | 2024-11-28T04:15:07.060Z | Compiling packed_struct v0.10.1 |
2706 | 2024-11-28T04:15:07.060Z | Checking crc-catalog v2.4.0 |
2707 | 2024-11-28T04:15:07.228Z | Compiling cancel-safe-futures v0.1.5 |
2708 | 2024-11-28T04:15:07.448Z | Compiling rustc_version v0.1.7 |
2709 | 2024-11-28T04:15:07.478Z | Compiling owo-colors v4.1.0 |
2710 | 2024-11-28T04:15:07.493Z | Checking wyz v0.5.1 |
2711 | 2024-11-28T04:15:07.495Z | Checking funty v2.0.0 |
2712 | 2024-11-28T04:15:07.622Z | Checking argon2 v0.5.3 |
2713 | 2024-11-28T04:15:07.624Z | Checking crc v3.2.1 |
2714 | 2024-11-28T04:15:07.694Z | Compiling packed_struct_codegen v0.10.1 |
2715 | 2024-11-28T04:15:07.754Z | Checking half v2.4.1 |
2716 | 2024-11-28T04:15:07.868Z | Compiling indexmap v1.9.3 |
2717 | 2024-11-28T04:15:07.871Z | Checking ciborium-io v0.2.2 |
2718 | 2024-11-28T04:15:07.927Z | Compiling newtype_derive v0.1.6 |
2719 | 2024-11-28T04:15:07.998Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2720 | 2024-11-28T04:15:08.065Z | Checking nodrop v0.1.14 |
2721 | 2024-11-28T04:15:08.193Z | Checking array-init v0.0.4 |
2722 | 2024-11-28T04:15:08.222Z | Checking ciborium-ll v0.2.2 |
2723 | 2024-11-28T04:15:08.300Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2724 | 2024-11-28T04:15:08.323Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2725 | 2024-11-28T04:15:08.371Z | Checking smallvec v0.6.14 |
2726 | 2024-11-28T04:15:08.388Z | Checking bitvec v1.0.1 |
2727 | 2024-11-28T04:15:08.585Z | Checking libsw v3.3.1 |
2728 | 2024-11-28T04:15:08.761Z | Compiling memoffset v0.9.1 |
2729 | 2024-11-28T04:15:08.878Z | Checking linear-map v1.2.0 |
2730 | 2024-11-28T04:15:08.935Z | Checking swrite v0.1.0 |
2731 | 2024-11-28T04:15:09.056Z | Checking indent_write v2.2.0 |
2732 | 2024-11-28T04:15:09.074Z | Checking hashbrown v0.12.3 |
2733 | 2024-11-28T04:15:09.074Z | Checking termcolor v1.4.1 |
2734 | 2024-11-28T04:15:09.133Z | Checking bitfield v0.14.0 |
2735 | 2024-11-28T04:15:09.198Z | Checking ron v0.8.1 |
2736 | 2024-11-28T04:15:09.272Z | Checking serde-hex v0.1.0 |
2737 | 2024-11-28T04:15:09.597Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2738 | 2024-11-28T04:15:10.028Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2739 | 2024-11-28T04:15:10.045Z | Checking env_logger v0.10.2 |
2740 | 2024-11-28T04:15:10.455Z | Checking ciborium v0.2.2 |
2741 | 2024-11-28T04:15:10.455Z | Checking steno v0.4.1 |
2742 | 2024-11-28T04:15:10.691Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2743 | 2024-11-28T04:15:10.795Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2744 | 2024-11-28T04:15:10.943Z | Checking hashbrown v0.13.2 |
2745 | 2024-11-28T04:15:11.128Z | Checking crc-any v2.5.0 |
2746 | 2024-11-28T04:15:11.511Z | Checking humantime v2.1.0 |
2747 | 2024-11-28T04:15:11.525Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2748 | 2024-11-28T04:15:11.804Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2749 | 2024-11-28T04:15:12.022Z | Checking object v0.30.4 |
2750 | 2024-11-28T04:15:12.135Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2751 | 2024-11-28T04:15:12.171Z | Checking path-slash v0.1.5 |
2752 | 2024-11-28T04:15:12.311Z | Checking nix v0.27.1 |
2753 | 2024-11-28T04:15:12.495Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2754 | 2024-11-28T04:15:12.689Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2755 | 2024-11-28T04:15:12.941Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2756 | 2024-11-28T04:15:12.975Z | Checking tungstenite v0.23.0 |
2757 | 2024-11-28T04:15:13.186Z | Checking kstat-rs v0.2.4 |
2758 | 2024-11-28T04:15:13.478Z | Checking signal-hook-tokio v0.3.1 |
2759 | 2024-11-28T04:15:13.537Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2760 | 2024-11-28T04:15:13.909Z | Checking tokio-tungstenite v0.23.1 |
2761 | 2024-11-28T04:15:14.789Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2762 | 2024-11-28T04:15:14.989Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2763 | 2024-11-28T04:15:15.139Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2764 | 2024-11-28T04:15:21.778Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2765 | 2024-11-28T04:15:23.071Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2766 | 2024-11-28T04:15:25.587Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2767 | 2024-11-28T04:15:31.101Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2768 | 2024-11-28T04:15:31.781Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2769 | 2024-11-28T04:15:34.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.34s |
2770 | 2024-11-28T04:15:34.765Z | |
2771 | 2024-11-28T04:15:34.765Z | info: running `cargo check --bins` on gateway-api (89/173) |
2772 | 2024-11-28T04:15:35.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2024-11-28T04:15:35.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2024-11-28T04:15:35.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2024-11-28T04:15:35.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2776 | 2024-11-28T04:15:35.391Z | |
2777 | 2024-11-28T04:15:35.391Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
2778 | 2024-11-28T04:15:35.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2024-11-28T04:15:35.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2024-11-28T04:15:35.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2024-11-28T04:15:35.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2782 | 2024-11-28T04:15:35.993Z | |
2783 | 2024-11-28T04:15:35.993Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
2784 | 2024-11-28T04:15:36.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2024-11-28T04:15:36.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2024-11-28T04:15:36.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2787 | 2024-11-28T04:15:36.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2788 | 2024-11-28T04:15:36.619Z | |
2789 | 2024-11-28T04:15:36.619Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
2790 | 2024-11-28T04:15:37.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2024-11-28T04:15:37.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2024-11-28T04:15:37.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2024-11-28T04:15:37.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2794 | 2024-11-28T04:15:37.245Z | |
2795 | 2024-11-28T04:15:37.245Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
2796 | 2024-11-28T04:15:37.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2024-11-28T04:15:37.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2024-11-28T04:15:37.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2799 | 2024-11-28T04:15:37.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2800 | 2024-11-28T04:15:37.874Z | |
2801 | 2024-11-28T04:15:37.874Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
2802 | 2024-11-28T04:15:38.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2803 | 2024-11-28T04:15:38.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2804 | 2024-11-28T04:15:38.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2805 | 2024-11-28T04:15:38.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2806 | 2024-11-28T04:15:38.507Z | |
2807 | 2024-11-28T04:15:38.507Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
2808 | 2024-11-28T04:15:39.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2809 | 2024-11-28T04:15:39.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2810 | 2024-11-28T04:15:39.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2811 | 2024-11-28T04:15:39.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2812 | 2024-11-28T04:15:39.138Z | |
2813 | 2024-11-28T04:15:39.138Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
2814 | 2024-11-28T04:15:39.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2815 | 2024-11-28T04:15:39.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2816 | 2024-11-28T04:15:39.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2817 | 2024-11-28T04:15:39.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2818 | 2024-11-28T04:15:39.766Z | |
2819 | 2024-11-28T04:15:39.766Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
2820 | 2024-11-28T04:15:40.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2821 | 2024-11-28T04:15:40.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2822 | 2024-11-28T04:15:40.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2823 | 2024-11-28T04:15:40.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2824 | 2024-11-28T04:15:40.417Z | |
2825 | 2024-11-28T04:15:40.417Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
2826 | 2024-11-28T04:15:40.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2827 | 2024-11-28T04:15:40.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2828 | 2024-11-28T04:15:40.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2829 | 2024-11-28T04:15:40.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2830 | 2024-11-28T04:15:41.040Z | |
2831 | 2024-11-28T04:15:41.040Z | info: running `cargo check --bins` on sp-sim (99/173) |
2832 | 2024-11-28T04:15:41.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-11-28T04:15:41.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-11-28T04:15:41.677Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2835 | 2024-11-28T04:15:43.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s |
2836 | 2024-11-28T04:15:43.664Z | |
2837 | 2024-11-28T04:15:43.664Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
2838 | 2024-11-28T04:15:44.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-11-28T04:15:44.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-11-28T04:15:44.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2841 | 2024-11-28T04:15:44.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2842 | 2024-11-28T04:15:44.331Z | |
2843 | 2024-11-28T04:15:44.331Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
2844 | 2024-11-28T04:15:44.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-11-28T04:15:44.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-11-28T04:15:44.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2847 | 2024-11-28T04:15:44.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2848 | 2024-11-28T04:15:45.007Z | |
2849 | 2024-11-28T04:15:45.007Z | info: running `cargo check --bins` on db-macros (102/173) |
2850 | 2024-11-28T04:15:45.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2024-11-28T04:15:45.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2024-11-28T04:15:45.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2853 | 2024-11-28T04:15:45.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2854 | 2024-11-28T04:15:45.628Z | |
2855 | 2024-11-28T04:15:45.628Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
2856 | 2024-11-28T04:15:46.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2024-11-28T04:15:46.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2024-11-28T04:15:46.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2859 | 2024-11-28T04:15:46.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2860 | 2024-11-28T04:15:46.237Z | |
2861 | 2024-11-28T04:15:46.237Z | info: running `cargo check --bins` on nexus-auth (104/173) |
2862 | 2024-11-28T04:15:46.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2024-11-28T04:15:46.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2024-11-28T04:15:46.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2865 | 2024-11-28T04:15:46.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2866 | 2024-11-28T04:15:46.901Z | |
2867 | 2024-11-28T04:15:46.902Z | info: running `cargo check --bins` on authz-macros (105/173) |
2868 | 2024-11-28T04:15:47.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2024-11-28T04:15:47.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2024-11-28T04:15:47.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2024-11-28T04:15:47.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2872 | 2024-11-28T04:15:47.507Z | |
2873 | 2024-11-28T04:15:47.507Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
2874 | 2024-11-28T04:15:48.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2024-11-28T04:15:48.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2024-11-28T04:15:48.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2877 | 2024-11-28T04:15:48.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2878 | 2024-11-28T04:15:48.165Z | |
2879 | 2024-11-28T04:15:48.165Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
2880 | 2024-11-28T04:15:48.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2024-11-28T04:15:48.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2024-11-28T04:15:48.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2883 | 2024-11-28T04:15:48.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2884 | 2024-11-28T04:15:48.821Z | |
2885 | 2024-11-28T04:15:48.821Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
2886 | 2024-11-28T04:15:49.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2887 | 2024-11-28T04:15:49.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2888 | 2024-11-28T04:15:49.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2889 | 2024-11-28T04:15:49.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2890 | 2024-11-28T04:15:49.438Z | |
2891 | 2024-11-28T04:15:49.438Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
2892 | 2024-11-28T04:15:50.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2893 | 2024-11-28T04:15:50.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2894 | 2024-11-28T04:15:50.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2895 | 2024-11-28T04:15:50.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2896 | 2024-11-28T04:15:50.082Z | |
2897 | 2024-11-28T04:15:50.082Z | info: running `cargo check --bins` on typed-rng (110/173) |
2898 | 2024-11-28T04:15:50.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2899 | 2024-11-28T04:15:50.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2900 | 2024-11-28T04:15:50.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2901 | 2024-11-28T04:15:50.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2902 | 2024-11-28T04:15:50.681Z | |
2903 | 2024-11-28T04:15:50.681Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
2904 | 2024-11-28T04:15:51.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2905 | 2024-11-28T04:15:51.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2906 | 2024-11-28T04:15:51.413Z | Checking keccak v0.1.5 |
2907 | 2024-11-28T04:15:51.520Z | Checking secrecy v0.8.0 |
2908 | 2024-11-28T04:15:51.523Z | Compiling unicase v2.7.0 |
2909 | 2024-11-28T04:15:51.523Z | Compiling same-file v1.0.6 |
2910 | 2024-11-28T04:15:51.537Z | Compiling tempfile v3.13.0 |
2911 | 2024-11-28T04:15:51.558Z | Compiling thiserror-impl-no-std v2.0.2 |
2912 | 2024-11-28T04:15:51.561Z | Checking universal-hash v0.5.1 |
2913 | 2024-11-28T04:15:51.561Z | Compiling ring v0.16.20 |
2914 | 2024-11-28T04:15:51.711Z | Compiling walkdir v2.5.0 |
2915 | 2024-11-28T04:15:51.728Z | Compiling blake3 v1.5.4 |
2916 | 2024-11-28T04:15:51.797Z | Checking sha3 v0.10.8 |
2917 | 2024-11-28T04:15:51.800Z | Checking opaque-debug v0.3.1 |
2918 | 2024-11-28T04:15:51.909Z | Checking poly1305 v0.8.0 |
2919 | 2024-11-28T04:15:51.948Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2920 | 2024-11-28T04:15:52.216Z | Checking chacha20 v0.9.1 |
2921 | 2024-11-28T04:15:52.245Z | Checking aead v0.5.2 |
2922 | 2024-11-28T04:15:52.399Z | Compiling memmap2 v0.9.5 |
2923 | 2024-11-28T04:15:52.425Z | Compiling libefi-sys v0.1.0 |
2924 | 2024-11-28T04:15:52.448Z | Compiling spin v0.5.2 |
2925 | 2024-11-28T04:15:52.465Z | Compiling salty v0.3.0 |
2926 | 2024-11-28T04:15:52.555Z | Compiling arrayref v0.3.9 |
2927 | 2024-11-28T04:15:52.657Z | Compiling constant_time_eq v0.3.1 |
2928 | 2024-11-28T04:15:52.690Z | Compiling arrayvec v0.7.6 |
2929 | 2024-11-28T04:15:52.732Z | Checking chacha20poly1305 v0.10.1 |
2930 | 2024-11-28T04:15:52.820Z | Compiling toolchain_find v0.4.0 |
2931 | 2024-11-28T04:15:52.886Z | Compiling camino-tempfile v1.1.1 |
2932 | 2024-11-28T04:15:52.905Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2933 | 2024-11-28T04:15:52.993Z | Compiling bitfield-struct v0.6.2 |
2934 | 2024-11-28T04:15:53.242Z | Compiling topological-sort v0.2.2 |
2935 | 2024-11-28T04:15:53.337Z | Compiling mime_guess v2.0.5 |
2936 | 2024-11-28T04:15:53.409Z | Compiling rustfmt-wrapper v0.2.1 |
2937 | 2024-11-28T04:15:53.903Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2938 | 2024-11-28T04:15:53.981Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2939 | 2024-11-28T04:15:54.051Z | Checking primeorder v0.13.6 |
2940 | 2024-11-28T04:15:54.308Z | Checking env_filter v0.1.2 |
2941 | 2024-11-28T04:15:54.330Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2942 | 2024-11-28T04:15:54.431Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2943 | 2024-11-28T04:15:54.533Z | Checking env_logger v0.11.5 |
2944 | 2024-11-28T04:15:54.552Z | Checking p384 v0.13.0 |
2945 | 2024-11-28T04:15:54.661Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2946 | 2024-11-28T04:15:54.681Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2947 | 2024-11-28T04:15:54.730Z | Checking thiserror-no-std v2.0.2 |
2948 | 2024-11-28T04:15:54.844Z | Checking vsss-rs v3.3.4 |
2949 | 2024-11-28T04:15:54.903Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2950 | 2024-11-28T04:15:55.025Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2951 | 2024-11-28T04:15:55.126Z | Checking bumpalo v3.16.0 |
2952 | 2024-11-28T04:15:55.282Z | Checking lockfree-object-pool v0.1.6 |
2953 | 2024-11-28T04:15:55.302Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2954 | 2024-11-28T04:15:55.446Z | Checking http-range v0.1.5 |
2955 | 2024-11-28T04:15:55.478Z | Checking simd-adler32 v0.3.7 |
2956 | 2024-11-28T04:15:55.519Z | Compiling zip v2.1.3 |
2957 | 2024-11-28T04:15:55.611Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2958 | 2024-11-28T04:15:55.669Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2959 | 2024-11-28T04:15:55.807Z | Checking zopfli v0.8.1 |
2960 | 2024-11-28T04:15:55.853Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2961 | 2024-11-28T04:15:55.963Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2962 | 2024-11-28T04:15:56.332Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2963 | 2024-11-28T04:15:56.503Z | Checking nanorand v0.7.0 |
2964 | 2024-11-28T04:15:56.521Z | Checking atty v0.2.14 |
2965 | 2024-11-28T04:15:56.547Z | Checking glob v0.3.1 |
2966 | 2024-11-28T04:15:56.640Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2967 | 2024-11-28T04:15:56.855Z | Checking flume v0.11.1 |
2968 | 2024-11-28T04:15:56.873Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2969 | 2024-11-28T04:15:56.958Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2970 | 2024-11-28T04:15:57.356Z | Compiling omicron-zone-package v0.11.1 |
2971 | 2024-11-28T04:15:57.531Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2972 | 2024-11-28T04:15:58.311Z | Checking hyper-staticfile v0.10.1 |
2973 | 2024-11-28T04:15:58.874Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2974 | 2024-11-28T04:15:58.959Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2975 | 2024-11-28T04:15:59.322Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2976 | 2024-11-28T04:15:59.405Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2977 | 2024-11-28T04:15:59.517Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2978 | 2024-11-28T04:15:59.550Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2979 | 2024-11-28T04:16:00.106Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2980 | 2024-11-28T04:16:00.673Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2981 | 2024-11-28T04:16:01.767Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2982 | 2024-11-28T04:16:03.432Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2983 | 2024-11-28T04:16:03.435Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2984 | 2024-11-28T04:16:13.685Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2985 | 2024-11-28T04:16:27.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.45s |
2986 | 2024-11-28T04:16:27.322Z | |
2987 | 2024-11-28T04:16:27.322Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
2988 | 2024-11-28T04:16:27.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2989 | 2024-11-28T04:16:27.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2990 | 2024-11-28T04:16:28.050Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2991 | 2024-11-28T04:16:41.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.06s |
2992 | 2024-11-28T04:16:41.573Z | |
2993 | 2024-11-28T04:16:41.573Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
2994 | 2024-11-28T04:16:42.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2995 | 2024-11-28T04:16:42.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2996 | 2024-11-28T04:16:42.295Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2997 | 2024-11-28T04:16:55.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s |
2998 | 2024-11-28T04:16:55.957Z | |
2999 | 2024-11-28T04:16:55.957Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
3000 | 2024-11-28T04:16:56.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3001 | 2024-11-28T04:16:56.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3002 | 2024-11-28T04:16:56.681Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3003 | 2024-11-28T04:17:10.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.20s |
3004 | 2024-11-28T04:17:10.358Z | |
3005 | 2024-11-28T04:17:10.358Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
3006 | 2024-11-28T04:17:10.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3007 | 2024-11-28T04:17:10.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3008 | 2024-11-28T04:17:11.079Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3009 | 2024-11-28T04:17:24.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s |
3010 | 2024-11-28T04:17:24.866Z | |
3011 | 2024-11-28T04:17:24.866Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
3012 | 2024-11-28T04:17:25.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3013 | 2024-11-28T04:17:25.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3014 | 2024-11-28T04:17:25.589Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3015 | 2024-11-28T04:17:39.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.14s |
3016 | 2024-11-28T04:17:39.206Z | |
3017 | 2024-11-28T04:17:39.206Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
3018 | 2024-11-28T04:17:39.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3019 | 2024-11-28T04:17:39.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3020 | 2024-11-28T04:17:39.938Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3021 | 2024-11-28T04:17:53.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.14s |
3022 | 2024-11-28T04:17:53.540Z | |
3023 | 2024-11-28T04:17:53.540Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
3024 | 2024-11-28T04:17:54.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3025 | 2024-11-28T04:17:54.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3026 | 2024-11-28T04:17:54.279Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3027 | 2024-11-28T04:18:07.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.17s |
3028 | 2024-11-28T04:18:07.900Z | |
3029 | 2024-11-28T04:18:07.900Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
3030 | 2024-11-28T04:18:08.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3031 | 2024-11-28T04:18:08.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3032 | 2024-11-28T04:18:08.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3033 | 2024-11-28T04:18:08.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3034 | 2024-11-28T04:18:08.563Z | |
3035 | 2024-11-28T04:18:08.563Z | info: running `cargo check --bins` on key-manager (120/173) |
3036 | 2024-11-28T04:18:09.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3037 | 2024-11-28T04:18:09.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3038 | 2024-11-28T04:18:09.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3039 | 2024-11-28T04:18:09.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3040 | 2024-11-28T04:18:09.192Z | |
3041 | 2024-11-28T04:18:09.192Z | info: running `cargo check --bins` on range-requests (121/173) |
3042 | 2024-11-28T04:18:09.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3043 | 2024-11-28T04:18:09.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3044 | 2024-11-28T04:18:09.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3045 | 2024-11-28T04:18:09.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3046 | 2024-11-28T04:18:09.807Z | |
3047 | 2024-11-28T04:18:09.807Z | info: running `cargo check --bins` on repo-depot-api (122/173) |
3048 | 2024-11-28T04:18:10.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3049 | 2024-11-28T04:18:10.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3050 | 2024-11-28T04:18:10.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3051 | 2024-11-28T04:18:10.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3052 | 2024-11-28T04:18:10.442Z | |
3053 | 2024-11-28T04:18:10.442Z | info: running `cargo check --bins` on sled-agent-api (123/173) |
3054 | 2024-11-28T04:18:11.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3055 | 2024-11-28T04:18:11.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3056 | 2024-11-28T04:18:11.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3057 | 2024-11-28T04:18:11.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3058 | 2024-11-28T04:18:11.097Z | |
3059 | 2024-11-28T04:18:11.097Z | info: running `cargo check --bins` on sled-hardware (124/173) |
3060 | 2024-11-28T04:18:11.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3061 | 2024-11-28T04:18:11.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3062 | 2024-11-28T04:18:11.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3063 | 2024-11-28T04:18:11.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3064 | 2024-11-28T04:18:11.741Z | |
3065 | 2024-11-28T04:18:11.741Z | info: running `cargo check --bins --no-default-features` on sled-storage (125/173) |
3066 | 2024-11-28T04:18:12.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3067 | 2024-11-28T04:18:12.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3068 | 2024-11-28T04:18:12.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3069 | 2024-11-28T04:18:12.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3070 | 2024-11-28T04:18:12.385Z | |
3071 | 2024-11-28T04:18:12.385Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173) |
3072 | 2024-11-28T04:18:12.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3073 | 2024-11-28T04:18:12.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3074 | 2024-11-28T04:18:12.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3075 | 2024-11-28T04:18:12.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3076 | 2024-11-28T04:18:13.031Z | |
3077 | 2024-11-28T04:18:13.031Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (127/173) |
3078 | 2024-11-28T04:18:13.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2024-11-28T04:18:13.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2024-11-28T04:18:13.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3081 | 2024-11-28T04:18:13.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3082 | 2024-11-28T04:18:13.690Z | |
3083 | 2024-11-28T04:18:13.690Z | info: running `cargo check --bins` on nexus-test-interface (128/173) |
3084 | 2024-11-28T04:18:14.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3085 | 2024-11-28T04:18:14.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3086 | 2024-11-28T04:18:14.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3087 | 2024-11-28T04:18:14.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3088 | 2024-11-28T04:18:14.330Z | |
3089 | 2024-11-28T04:18:14.330Z | info: running `cargo check --bins` on oximeter-collector (129/173) |
3090 | 2024-11-28T04:18:14.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2024-11-28T04:18:14.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2024-11-28T04:18:15.022Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3093 | 2024-11-28T04:18:15.022Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3094 | 2024-11-28T04:18:15.753Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3095 | 2024-11-28T04:18:17.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s |
3096 | 2024-11-28T04:18:17.823Z | |
3097 | 2024-11-28T04:18:17.823Z | info: running `cargo check --bins` on oximeter-api (130/173) |
3098 | 2024-11-28T04:18:18.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3099 | 2024-11-28T04:18:18.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3100 | 2024-11-28T04:18:18.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3101 | 2024-11-28T04:18:18.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3102 | 2024-11-28T04:18:18.453Z | |
3103 | 2024-11-28T04:18:18.453Z | info: running `cargo check --bins` on cert-dev (131/173) |
3104 | 2024-11-28T04:18:18.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3105 | 2024-11-28T04:18:18.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3106 | 2024-11-28T04:18:19.063Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3107 | 2024-11-28T04:18:19.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3108 | 2024-11-28T04:18:19.493Z | |
3109 | 2024-11-28T04:18:19.493Z | info: running `cargo check --bins` on clickhouse-cluster-dev (132/173) |
3110 | 2024-11-28T04:18:20.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3111 | 2024-11-28T04:18:20.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3112 | 2024-11-28T04:18:20.155Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3113 | 2024-11-28T04:18:20.155Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3114 | 2024-11-28T04:18:20.730Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3115 | 2024-11-28T04:18:21.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
3116 | 2024-11-28T04:18:21.275Z | |
3117 | 2024-11-28T04:18:21.275Z | info: running `cargo check --bins` on ch-dev (133/173) |
3118 | 2024-11-28T04:18:21.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3119 | 2024-11-28T04:18:21.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3120 | 2024-11-28T04:18:21.920Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3121 | 2024-11-28T04:18:22.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
3122 | 2024-11-28T04:18:22.787Z | |
3123 | 2024-11-28T04:18:22.787Z | info: running `cargo check --bins` on crdb-seed (134/173) |
3124 | 2024-11-28T04:18:23.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3125 | 2024-11-28T04:18:23.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3126 | 2024-11-28T04:18:23.436Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3127 | 2024-11-28T04:18:23.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3128 | 2024-11-28T04:18:23.973Z | |
3129 | 2024-11-28T04:18:23.973Z | info: running `cargo check --bins` on db-dev (135/173) |
3130 | 2024-11-28T04:18:24.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3131 | 2024-11-28T04:18:24.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3132 | 2024-11-28T04:18:24.629Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3133 | 2024-11-28T04:18:25.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3134 | 2024-11-28T04:18:25.511Z | |
3135 | 2024-11-28T04:18:25.511Z | info: running `cargo check --bins` on omicron-dev-lib (136/173) |
3136 | 2024-11-28T04:18:26.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3137 | 2024-11-28T04:18:26.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3138 | 2024-11-28T04:18:26.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3139 | 2024-11-28T04:18:26.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3140 | 2024-11-28T04:18:26.148Z | |
3141 | 2024-11-28T04:18:26.149Z | info: running `cargo check --bins` on xtask-downloader (137/173) |
3142 | 2024-11-28T04:18:26.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3143 | 2024-11-28T04:18:26.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3144 | 2024-11-28T04:18:26.749Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3145 | 2024-11-28T04:18:27.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3146 | 2024-11-28T04:18:27.788Z | |
3147 | 2024-11-28T04:18:27.788Z | info: running `cargo check --bins` on omicron-ls-apis (138/173) |
3148 | 2024-11-28T04:18:28.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3149 | 2024-11-28T04:18:28.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3150 | 2024-11-28T04:18:28.393Z | Checking cargo-platform v0.1.8 |
3151 | 2024-11-28T04:18:28.656Z | Checking cargo_metadata v0.18.1 |
3152 | 2024-11-28T04:18:29.626Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3153 | 2024-11-28T04:18:30.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
3154 | 2024-11-28T04:18:30.503Z | |
3155 | 2024-11-28T04:18:30.503Z | info: running `cargo check --bins` on mgs-dev (139/173) |
3156 | 2024-11-28T04:18:31.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3157 | 2024-11-28T04:18:31.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3158 | 2024-11-28T04:18:31.209Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3159 | 2024-11-28T04:18:31.915Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3160 | 2024-11-28T04:18:32.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
3161 | 2024-11-28T04:18:32.660Z | |
3162 | 2024-11-28T04:18:32.660Z | info: running `cargo check --bins` on omicron-omdb (140/173) |
3163 | 2024-11-28T04:18:33.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3164 | 2024-11-28T04:18:33.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3165 | 2024-11-28T04:18:33.433Z | Compiling crunchy v0.2.2 |
3166 | 2024-11-28T04:18:33.433Z | Compiling tiny-keccak v2.0.2 |
3167 | 2024-11-28T04:18:33.436Z | Compiling dsl_auto_type v0.1.2 |
3168 | 2024-11-28T04:18:33.436Z | Checking scheduled-thread-pool v0.2.7 |
3169 | 2024-11-28T04:18:33.436Z | Compiling diesel_table_macro_syntax v0.2.0 |
3170 | 2024-11-28T04:18:33.580Z | Compiling ascii-canvas v3.0.0 |
3171 | 2024-11-28T04:18:33.591Z | Compiling ena v0.14.3 |
3172 | 2024-11-28T04:18:33.594Z | Compiling regex-syntax v0.6.29 |
3173 | 2024-11-28T04:18:33.781Z | Checking r2d2 v0.8.10 |
3174 | 2024-11-28T04:18:33.829Z | Compiling diff v0.1.13 |
3175 | 2024-11-28T04:18:33.976Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3176 | 2024-11-28T04:18:34.003Z | Compiling ref-cast v1.0.23 |
3177 | 2024-11-28T04:18:34.086Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3178 | 2024-11-28T04:18:34.136Z | Compiling derive_builder_core v0.20.2 |
3179 | 2024-11-28T04:18:34.198Z | Compiling libxml v0.3.3 |
3180 | 2024-11-28T04:18:34.376Z | Compiling ref-cast-impl v1.0.23 |
3181 | 2024-11-28T04:18:34.499Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3182 | 2024-11-28T04:18:34.615Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3183 | 2024-11-28T04:18:34.642Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3184 | 2024-11-28T04:18:34.793Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3185 | 2024-11-28T04:18:34.922Z | Compiling strum_macros v0.24.3 |
3186 | 2024-11-28T04:18:35.020Z | Compiling samael v0.0.17 |
3187 | 2024-11-28T04:18:35.164Z | Compiling diesel_derives v2.2.3 |
3188 | 2024-11-28T04:18:35.207Z | Compiling indoc v1.0.9 |
3189 | 2024-11-28T04:18:36.191Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3190 | 2024-11-28T04:18:36.483Z | Compiling oso-derive v0.27.3 |
3191 | 2024-11-28T04:18:36.643Z | Compiling derive_builder_macro v0.20.2 |
3192 | 2024-11-28T04:18:36.823Z | Compiling lalrpop v0.19.12 |
3193 | 2024-11-28T04:18:37.531Z | Checking derive_builder v0.20.2 |
3194 | 2024-11-28T04:18:37.533Z | Compiling impl-trait-for-tuples v0.2.2 |
3195 | 2024-11-28T04:18:37.678Z | Checking quick-xml v0.33.0 |
3196 | 2024-11-28T04:18:38.059Z | Compiling diesel-dtrace v0.3.0 |
3197 | 2024-11-28T04:18:38.360Z | Checking maplit v1.0.2 |
3198 | 2024-11-28T04:18:38.568Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3199 | 2024-11-28T04:18:38.592Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3200 | 2024-11-28T04:18:38.868Z | Checking bb8 v0.8.5 |
3201 | 2024-11-28T04:18:39.433Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3202 | 2024-11-28T04:18:39.516Z | Checking castaway v0.2.3 |
3203 | 2024-11-28T04:18:39.681Z | Checking rand_seeder v0.3.0 |
3204 | 2024-11-28T04:18:39.747Z | Checking compact_str v0.8.0 |
3205 | 2024-11-28T04:18:39.916Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3206 | 2024-11-28T04:18:39.919Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3207 | 2024-11-28T04:18:40.127Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3208 | 2024-11-28T04:18:40.284Z | Checking unicode-truncate v1.1.0 |
3209 | 2024-11-28T04:18:40.528Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3210 | 2024-11-28T04:18:40.642Z | Checking lru v0.12.5 |
3211 | 2024-11-28T04:18:40.794Z | Compiling instability v0.3.2 |
3212 | 2024-11-28T04:18:40.941Z | Checking unicode-linebreak v0.1.5 |
3213 | 2024-11-28T04:18:41.366Z | Checking cassowary v0.3.0 |
3214 | 2024-11-28T04:18:41.593Z | Checking smawk v0.3.2 |
3215 | 2024-11-28T04:18:41.750Z | Checking is_ci v1.2.0 |
3216 | 2024-11-28T04:18:41.804Z | Checking textwrap v0.16.1 |
3217 | 2024-11-28T04:18:41.891Z | Checking ratatui v0.28.1 |
3218 | 2024-11-28T04:18:41.908Z | Checking supports-color v3.0.1 |
3219 | 2024-11-28T04:18:41.942Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3220 | 2024-11-28T04:18:42.135Z | Checking multimap v0.10.0 |
3221 | 2024-11-28T04:18:45.135Z | Checking diesel v2.2.4 |
3222 | 2024-11-28T04:19:10.213Z | Compiling polar-core v0.27.3 |
3223 | 2024-11-28T04:19:14.334Z | Checking async-bb8-diesel v0.2.1 |
3224 | 2024-11-28T04:19:17.566Z | Checking oso v0.27.3 |
3225 | 2024-11-28T04:20:24.057Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3226 | 2024-11-28T04:20:30.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s |
3227 | 2024-11-28T04:20:30.255Z | |
3228 | 2024-11-28T04:20:30.255Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173) |
3229 | 2024-11-28T04:20:30.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3230 | 2024-11-28T04:20:30.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3231 | 2024-11-28T04:20:30.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3232 | 2024-11-28T04:20:30.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3233 | 2024-11-28T04:20:30.922Z | |
3234 | 2024-11-28T04:20:30.922Z | info: running `cargo check --bins` on nexus-saga-recovery (142/173) |
3235 | 2024-11-28T04:20:31.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3236 | 2024-11-28T04:20:31.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3237 | 2024-11-28T04:20:31.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3238 | 2024-11-28T04:20:31.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3239 | 2024-11-28T04:20:31.602Z | |
3240 | 2024-11-28T04:20:31.602Z | info: running `cargo check --bins` on nexus-test-utils-macros (143/173) |
3241 | 2024-11-28T04:20:32.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3242 | 2024-11-28T04:20:32.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3243 | 2024-11-28T04:20:32.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3244 | 2024-11-28T04:20:32.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3245 | 2024-11-28T04:20:32.214Z | |
3246 | 2024-11-28T04:20:32.214Z | info: running `cargo check --bins` on omicron-nexus (144/173) |
3247 | 2024-11-28T04:20:32.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3248 | 2024-11-28T04:20:32.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3249 | 2024-11-28T04:20:33.011Z | Compiling libz-sys v1.1.20 |
3250 | 2024-11-28T04:20:33.125Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3251 | 2024-11-28T04:20:33.135Z | Compiling vergen v8.3.2 |
3252 | 2024-11-28T04:20:33.138Z | Compiling cargo-platform v0.1.8 |
3253 | 2024-11-28T04:20:33.138Z | Compiling pin-project-internal v1.1.6 |
3254 | 2024-11-28T04:20:33.173Z | Compiling libsqlite3-sys v0.30.1 |
3255 | 2024-11-28T04:20:33.175Z | Compiling snafu-derive v0.8.5 |
3256 | 2024-11-28T04:20:33.175Z | Compiling buf-list v1.0.3 |
3257 | 2024-11-28T04:20:33.425Z | Compiling rustls v0.21.12 |
3258 | 2024-11-28T04:20:33.690Z | Compiling cargo_metadata v0.18.1 |
3259 | 2024-11-28T04:20:33.710Z | Compiling cfg_aliases v0.2.1 |
3260 | 2024-11-28T04:20:33.808Z | Compiling nix v0.29.0 |
3261 | 2024-11-28T04:20:33.810Z | Checking globset v0.4.15 |
3262 | 2024-11-28T04:20:33.931Z | Checking olpc-cjson v0.1.4 |
3263 | 2024-11-28T04:20:34.067Z | Checking sct v0.7.1 |
3264 | 2024-11-28T04:20:34.147Z | Checking rustls-webpki v0.101.7 |
3265 | 2024-11-28T04:20:34.286Z | Checking serde_plain v1.0.2 |
3266 | 2024-11-28T04:20:34.364Z | Checking typed-path v0.9.3 |
3267 | 2024-11-28T04:20:34.860Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3268 | 2024-11-28T04:20:35.142Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3269 | 2024-11-28T04:20:35.180Z | Checking hashlink v0.9.1 |
3270 | 2024-11-28T04:20:35.418Z | Checking fallible-streaming-iterator v0.1.9 |
3271 | 2024-11-28T04:20:35.610Z | Checking fallible-iterator v0.3.0 |
3272 | 2024-11-28T04:20:35.799Z | Checking parse-size v1.1.0 |
3273 | 2024-11-28T04:20:36.074Z | Checking pin-project v1.1.6 |
3274 | 2024-11-28T04:20:36.201Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3275 | 2024-11-28T04:20:36.220Z | Checking rusqlite v0.32.1 |
3276 | 2024-11-28T04:20:36.389Z | Checking rustls-pemfile v1.0.4 |
3277 | 2024-11-28T04:20:36.476Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3278 | 2024-11-28T04:20:36.587Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3279 | 2024-11-28T04:20:36.857Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3280 | 2024-11-28T04:20:37.241Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3281 | 2024-11-28T04:20:37.296Z | Checking twox-hash v1.6.3 |
3282 | 2024-11-28T04:20:37.374Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3283 | 2024-11-28T04:20:37.808Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3284 | 2024-11-28T04:20:37.825Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3285 | 2024-11-28T04:20:37.995Z | Checking tokio-rustls v0.24.1 |
3286 | 2024-11-28T04:20:38.267Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3287 | 2024-11-28T04:20:38.345Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
3288 | 2024-11-28T04:20:38.378Z | Checking fatfs v0.3.6 |
3289 | 2024-11-28T04:20:38.585Z | Checking snafu v0.8.5 |
3290 | 2024-11-28T04:20:39.070Z | Checking tough v0.19.0 |
3291 | 2024-11-28T04:20:39.131Z | Checking assert_matches v1.5.0 |
3292 | 2024-11-28T04:20:43.003Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3293 | 2024-11-28T04:20:44.358Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3294 | 2024-11-28T04:20:45.702Z | Compiling git2 v0.19.0 |
3295 | 2024-11-28T04:20:50.373Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
3296 | 2024-11-28T04:21:42.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3297 | 2024-11-28T04:21:42.616Z | |
3298 | 2024-11-28T04:21:42.617Z | info: running `cargo check --bins` on nexus-external-api (145/173) |
3299 | 2024-11-28T04:21:43.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3300 | 2024-11-28T04:21:43.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3301 | 2024-11-28T04:21:43.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3302 | 2024-11-28T04:21:43.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3303 | 2024-11-28T04:21:43.313Z | |
3304 | 2024-11-28T04:21:43.313Z | info: running `cargo check --bins` on openapi-manager-types (146/173) |
3305 | 2024-11-28T04:21:43.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3306 | 2024-11-28T04:21:43.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3307 | 2024-11-28T04:21:43.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3308 | 2024-11-28T04:21:43.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3309 | 2024-11-28T04:21:43.926Z | |
3310 | 2024-11-28T04:21:43.926Z | info: running `cargo check --bins` on nexus-internal-api (147/173) |
3311 | 2024-11-28T04:21:44.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3312 | 2024-11-28T04:21:44.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3313 | 2024-11-28T04:21:44.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3314 | 2024-11-28T04:21:44.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3315 | 2024-11-28T04:21:44.586Z | |
3316 | 2024-11-28T04:21:44.586Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (148/173) |
3317 | 2024-11-28T04:21:45.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3318 | 2024-11-28T04:21:45.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3319 | 2024-11-28T04:21:45.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3320 | 2024-11-28T04:21:45.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3321 | 2024-11-28T04:21:45.256Z | |
3322 | 2024-11-28T04:21:45.256Z | info: running `cargo check --bins` on nexus-networking (149/173) |
3323 | 2024-11-28T04:21:45.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2024-11-28T04:21:45.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2024-11-28T04:21:45.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3326 | 2024-11-28T04:21:45.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3327 | 2024-11-28T04:21:45.932Z | |
3328 | 2024-11-28T04:21:45.932Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (150/173) |
3329 | 2024-11-28T04:21:46.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2024-11-28T04:21:46.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2024-11-28T04:21:46.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3332 | 2024-11-28T04:21:46.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3333 | 2024-11-28T04:21:46.600Z | |
3334 | 2024-11-28T04:21:46.600Z | info: running `cargo check --bins` on update-common (151/173) |
3335 | 2024-11-28T04:21:47.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3336 | 2024-11-28T04:21:47.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3337 | 2024-11-28T04:21:47.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3338 | 2024-11-28T04:21:47.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3339 | 2024-11-28T04:21:47.250Z | |
3340 | 2024-11-28T04:21:47.250Z | info: running `cargo check --bins` on tufaceous-lib (152/173) |
3341 | 2024-11-28T04:21:47.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3342 | 2024-11-28T04:21:47.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3343 | 2024-11-28T04:21:47.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3344 | 2024-11-28T04:21:47.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3345 | 2024-11-28T04:21:47.903Z | |
3346 | 2024-11-28T04:21:47.904Z | info: running `cargo check --bins` on tufaceous (153/173) |
3347 | 2024-11-28T04:21:48.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3348 | 2024-11-28T04:21:48.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3349 | 2024-11-28T04:21:48.573Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3350 | 2024-11-28T04:21:49.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3351 | 2024-11-28T04:21:49.721Z | |
3352 | 2024-11-28T04:21:49.721Z | info: running `cargo check --bins` on omicron-dev (154/173) |
3353 | 2024-11-28T04:21:50.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3354 | 2024-11-28T04:21:50.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3355 | 2024-11-28T04:21:50.562Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3356 | 2024-11-28T04:21:50.686Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3357 | 2024-11-28T04:21:50.687Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3358 | 2024-11-28T04:21:50.689Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3359 | 2024-11-28T04:22:15.840Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3360 | 2024-11-28T04:22:15.840Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3361 | 2024-11-28T04:22:15.842Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3362 | 2024-11-28T04:22:15.843Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3363 | 2024-11-28T04:22:15.843Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3364 | 2024-11-28T04:22:16.634Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3365 | 2024-11-28T04:22:17.905Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3366 | 2024-11-28T04:22:55.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
3367 | 2024-11-28T04:22:55.587Z | |
3368 | 2024-11-28T04:22:55.587Z | info: running `cargo check --bins` on openapi-manager (155/173) |
3369 | 2024-11-28T04:22:56.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3370 | 2024-11-28T04:22:56.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3371 | 2024-11-28T04:22:56.295Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3372 | 2024-11-28T04:22:56.295Z | Checking heck v0.4.1 |
3373 | 2024-11-28T04:22:56.297Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3374 | 2024-11-28T04:22:56.535Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3375 | 2024-11-28T04:22:57.885Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3376 | 2024-11-28T04:22:58.768Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3377 | 2024-11-28T04:22:59.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s |
3378 | 2024-11-28T04:23:00.031Z | |
3379 | 2024-11-28T04:23:00.031Z | info: running `cargo check --bins` on installinator-api (156/173) |
3380 | 2024-11-28T04:23:00.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3381 | 2024-11-28T04:23:00.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3382 | 2024-11-28T04:23:00.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3383 | 2024-11-28T04:23:00.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3384 | 2024-11-28T04:23:00.676Z | |
3385 | 2024-11-28T04:23:00.676Z | info: running `cargo check --bins` on wicketd-api (157/173) |
3386 | 2024-11-28T04:23:01.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3387 | 2024-11-28T04:23:01.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3388 | 2024-11-28T04:23:01.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3389 | 2024-11-28T04:23:01.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3390 | 2024-11-28T04:23:01.330Z | |
3391 | 2024-11-28T04:23:01.330Z | info: running `cargo check --bins` on reconfigurator-cli (158/173) |
3392 | 2024-11-28T04:23:01.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3393 | 2024-11-28T04:23:01.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3394 | 2024-11-28T04:23:02.011Z | Compiling petname v2.0.2 |
3395 | 2024-11-28T04:23:02.014Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3396 | 2024-11-28T04:23:02.014Z | Checking sync-ptr v0.1.1 |
3397 | 2024-11-28T04:23:03.422Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3398 | 2024-11-28T04:23:04.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s |
3399 | 2024-11-28T04:23:05.163Z | |
3400 | 2024-11-28T04:23:05.163Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173) |
3401 | 2024-11-28T04:23:05.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3402 | 2024-11-28T04:23:05.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3403 | 2024-11-28T04:23:05.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3404 | 2024-11-28T04:23:05.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3405 | 2024-11-28T04:23:05.821Z | |
3406 | 2024-11-28T04:23:05.821Z | info: running `cargo check --bins` on omicron-releng (160/173) |
3407 | 2024-11-28T04:23:06.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3408 | 2024-11-28T04:23:06.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3409 | 2024-11-28T04:23:06.492Z | Checking memmap2 v0.9.5 |
3410 | 2024-11-28T04:23:06.494Z | Checking arrayvec v0.7.6 |
3411 | 2024-11-28T04:23:06.494Z | Checking arrayref v0.3.9 |
3412 | 2024-11-28T04:23:06.494Z | Checking spin v0.5.2 |
3413 | 2024-11-28T04:23:06.494Z | Checking constant_time_eq v0.3.1 |
3414 | 2024-11-28T04:23:06.495Z | Checking topological-sort v0.2.2 |
3415 | 2024-11-28T04:23:06.604Z | Checking shell-words v1.1.0 |
3416 | 2024-11-28T04:23:06.754Z | Checking ring v0.16.20 |
3417 | 2024-11-28T04:23:06.868Z | Checking blake3 v1.5.4 |
3418 | 2024-11-28T04:23:07.876Z | Checking omicron-zone-package v0.11.1 |
3419 | 2024-11-28T04:23:08.981Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3420 | 2024-11-28T04:23:09.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
3421 | 2024-11-28T04:23:10.060Z | |
3422 | 2024-11-28T04:23:10.060Z | info: running `cargo check --bins` on xtask (161/173) |
3423 | 2024-11-28T04:23:10.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3424 | 2024-11-28T04:23:10.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3425 | 2024-11-28T04:23:10.494Z | Checking bitflags v2.6.0 |
3426 | 2024-11-28T04:23:10.497Z | Checking serde v1.0.215 |
3427 | 2024-11-28T04:23:10.497Z | Checking thiserror v1.0.69 |
3428 | 2024-11-28T04:23:10.583Z | Checking scroll v0.12.0 |
3429 | 2024-11-28T04:23:10.589Z | Checking hashbrown v0.15.0 |
3430 | 2024-11-28T04:23:10.591Z | Checking log v0.4.22 |
3431 | 2024-11-28T04:23:10.600Z | Checking zerocopy v0.7.35 |
3432 | 2024-11-28T04:23:10.624Z | Checking syn v2.0.87 |
3433 | 2024-11-28T04:23:10.800Z | Checking rustix v0.38.37 |
3434 | 2024-11-28T04:23:10.816Z | Checking once_cell v1.20.2 |
3435 | 2024-11-28T04:23:10.993Z | Checking goblin v0.8.2 |
3436 | 2024-11-28T04:23:11.121Z | Checking fs-err v2.11.0 |
3437 | 2024-11-28T04:23:11.417Z | Checking tabled v0.15.0 |
3438 | 2024-11-28T04:23:11.528Z | Checking indexmap v2.6.0 |
3439 | 2024-11-28T04:23:11.955Z | Checking anyhow v1.0.93 |
3440 | 2024-11-28T04:23:12.557Z | Checking terminal_size v0.4.0 |
3441 | 2024-11-28T04:23:12.557Z | Checking tempfile v3.13.0 |
3442 | 2024-11-28T04:23:12.684Z | Checking clap_builder v4.5.21 |
3443 | 2024-11-28T04:23:14.489Z | Checking pest v2.7.14 |
3444 | 2024-11-28T04:23:14.539Z | Checking serde_json v1.0.132 |
3445 | 2024-11-28T04:23:14.539Z | Checking serde_spanned v0.6.8 |
3446 | 2024-11-28T04:23:14.541Z | Checking toml_datetime v0.6.8 |
3447 | 2024-11-28T04:23:14.541Z | Checking camino v1.1.9 |
3448 | 2024-11-28T04:23:14.754Z | Checking cargo-platform v0.1.8 |
3449 | 2024-11-28T04:23:14.829Z | Checking toml_edit v0.22.22 |
3450 | 2024-11-28T04:23:14.948Z | Checking semver v1.0.23 |
3451 | 2024-11-28T04:23:15.040Z | Checking macaddr v1.0.1 |
3452 | 2024-11-28T04:23:15.079Z | Checking camino-tempfile v1.1.1 |
3453 | 2024-11-28T04:23:15.127Z | Checking clap v4.5.21 |
3454 | 2024-11-28T04:23:15.787Z | Checking dof v0.3.0 |
3455 | 2024-11-28T04:23:15.787Z | Checking cargo_metadata v0.18.1 |
3456 | 2024-11-28T04:23:16.387Z | Checking dtrace-parser v0.2.0 |
3457 | 2024-11-28T04:23:16.692Z | Checking usdt-impl v0.5.0 |
3458 | 2024-11-28T04:23:16.729Z | Checking toml v0.8.19 |
3459 | 2024-11-28T04:23:17.041Z | Checking usdt v0.5.0 |
3460 | 2024-11-28T04:23:17.207Z | Checking cargo_toml v0.20.5 |
3461 | 2024-11-28T04:23:18.390Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3462 | 2024-11-28T04:23:18.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.93s |
3463 | 2024-11-28T04:23:19.094Z | |
3464 | 2024-11-28T04:23:19.094Z | info: running `cargo check --bins` on end-to-end-tests (162/173) |
3465 | 2024-11-28T04:23:19.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3466 | 2024-11-28T04:23:19.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3467 | 2024-11-28T04:23:19.857Z | Checking polyval v0.6.2 |
3468 | 2024-11-28T04:23:19.968Z | Checking ctr v0.9.2 |
3469 | 2024-11-28T04:23:19.980Z | Checking ssh-encoding v0.2.0 |
3470 | 2024-11-28T04:23:19.982Z | Checking blowfish v0.9.1 |
3471 | 2024-11-28T04:23:20.002Z | Checking password-hash v0.4.2 |
3472 | 2024-11-28T04:23:20.004Z | Checking matches v0.1.10 |
3473 | 2024-11-28T04:23:20.033Z | Checking p521 v0.13.3 |
3474 | 2024-11-28T04:23:20.033Z | Checking p256 v0.13.2 |
3475 | 2024-11-28T04:23:20.110Z | Checking idna v0.2.3 |
3476 | 2024-11-28T04:23:20.188Z | Checking ghash v0.5.1 |
3477 | 2024-11-28T04:23:20.212Z | Checking bcrypt-pbkdf v0.10.0 |
3478 | 2024-11-28T04:23:20.235Z | Compiling enum-as-inner v0.5.1 |
3479 | 2024-11-28T04:23:20.285Z | Checking russh-cryptovec v0.7.3 |
3480 | 2024-11-28T04:23:20.348Z | Checking aes-gcm v0.10.3 |
3481 | 2024-11-28T04:23:20.391Z | Checking pbkdf2 v0.11.0 |
3482 | 2024-11-28T04:23:20.456Z | Checking md5 v0.7.0 |
3483 | 2024-11-28T04:23:20.484Z | Checking num-bigint v0.4.6 |
3484 | 2024-11-28T04:23:20.525Z | Checking des v0.8.1 |
3485 | 2024-11-28T04:23:20.567Z | Checking ssh-cipher v0.2.0 |
3486 | 2024-11-28T04:23:20.667Z | Checking hex-literal v0.4.1 |
3487 | 2024-11-28T04:23:20.726Z | Compiling dhcproto-macros v0.1.0 |
3488 | 2024-11-28T04:23:20.782Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3489 | 2024-11-28T04:23:20.799Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3490 | 2024-11-28T04:23:20.857Z | Checking ssh-key v0.6.6 |
3491 | 2024-11-28T04:23:20.945Z | Checking internet-checksum v0.2.1 |
3492 | 2024-11-28T04:23:21.322Z | Checking trust-dns-proto v0.22.0 |
3493 | 2024-11-28T04:23:22.221Z | Checking russh-keys v0.45.0 |
3494 | 2024-11-28T04:23:23.140Z | Checking russh v0.45.0 |
3495 | 2024-11-28T04:23:23.779Z | Checking dhcproto v0.12.0 |
3496 | 2024-11-28T04:23:40.478Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3497 | 2024-11-28T04:23:41.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.75s |
3498 | 2024-11-28T04:23:42.051Z | |
3499 | 2024-11-28T04:23:42.051Z | info: running `cargo check --bins` on gateway-cli (163/173) |
3500 | 2024-11-28T04:23:42.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3501 | 2024-11-28T04:23:42.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3502 | 2024-11-28T04:23:42.845Z | Checking termios v0.3.3 |
3503 | 2024-11-28T04:23:42.904Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3504 | 2024-11-28T04:23:43.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3505 | 2024-11-28T04:23:43.857Z | |
3506 | 2024-11-28T04:23:43.858Z | info: running `cargo check --bins --no-default-features` on installinator (164/173) |
3507 | 2024-11-28T04:23:44.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3508 | 2024-11-28T04:23:44.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3509 | 2024-11-28T04:23:44.548Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3510 | 2024-11-28T04:23:46.551Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3511 | 2024-11-28T04:23:48.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s |
3512 | 2024-11-28T04:23:48.578Z | |
3513 | 2024-11-28T04:23:48.578Z | info: running `cargo check --bins` on internal-dns-cli (165/173) |
3514 | 2024-11-28T04:23:49.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3515 | 2024-11-28T04:23:49.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3516 | 2024-11-28T04:23:49.216Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3517 | 2024-11-28T04:23:49.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3518 | 2024-11-28T04:23:49.876Z | |
3519 | 2024-11-28T04:23:49.876Z | info: running `cargo check --bins` on omicron-live-tests (166/173) |
3520 | 2024-11-28T04:23:50.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3521 | 2024-11-28T04:23:50.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3522 | 2024-11-28T04:23:50.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3523 | 2024-11-28T04:23:50.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3524 | 2024-11-28T04:23:50.488Z | |
3525 | 2024-11-28T04:23:50.488Z | info: running `cargo check --bins` on live-tests-macros (167/173) |
3526 | 2024-11-28T04:23:51.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3527 | 2024-11-28T04:23:51.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3528 | 2024-11-28T04:23:51.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3529 | 2024-11-28T04:23:51.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3530 | 2024-11-28T04:23:51.097Z | |
3531 | 2024-11-28T04:23:51.097Z | info: running `cargo check --bins` on omicron-package (168/173) |
3532 | 2024-11-28T04:23:51.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3533 | 2024-11-28T04:23:51.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3534 | 2024-11-28T04:23:51.764Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3535 | 2024-11-28T04:23:53.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s |
3536 | 2024-11-28T04:23:53.234Z | |
3537 | 2024-11-28T04:23:53.234Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
3538 | 2024-11-28T04:23:53.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3539 | 2024-11-28T04:23:53.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3540 | 2024-11-28T04:23:53.930Z | Checking rtoolbox v0.0.2 |
3541 | 2024-11-28T04:23:53.933Z | Checking tui-tree-widget v0.22.0 |
3542 | 2024-11-28T04:23:53.933Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3543 | 2024-11-28T04:23:54.151Z | Checking rpassword v7.3.1 |
3544 | 2024-11-28T04:23:58.165Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3545 | 2024-11-28T04:24:01.143Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3546 | 2024-11-28T04:24:02.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s |
3547 | 2024-11-28T04:24:02.538Z | |
3548 | 2024-11-28T04:24:02.538Z | info: running `cargo check --bins` on wicket (170/173) |
3549 | 2024-11-28T04:24:03.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3550 | 2024-11-28T04:24:03.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3551 | 2024-11-28T04:24:03.229Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3552 | 2024-11-28T04:24:03.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3553 | 2024-11-28T04:24:03.854Z | |
3554 | 2024-11-28T04:24:03.854Z | info: running `cargo check --bins` on wicketd (171/173) |
3555 | 2024-11-28T04:24:04.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3556 | 2024-11-28T04:24:04.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3557 | 2024-11-28T04:24:04.567Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3558 | 2024-11-28T04:24:08.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
3559 | 2024-11-28T04:24:08.704Z | |
3560 | 2024-11-28T04:24:08.705Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
3561 | 2024-11-28T04:24:09.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3562 | 2024-11-28T04:24:09.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3563 | 2024-11-28T04:24:09.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3564 | 2024-11-28T04:24:09.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3565 | 2024-11-28T04:24:09.318Z | |
3566 | 2024-11-28T04:24:09.318Z | info: running `cargo check --bins` on zone-setup (173/173) |
3567 | 2024-11-28T04:24:09.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3568 | 2024-11-28T04:24:09.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3569 | 2024-11-28T04:24:10.052Z | Checking uzers v0.12.1 |
3570 | 2024-11-28T04:24:10.384Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3571 | 2024-11-28T04:24:11.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
3572 | 2024-11-28T04:24:11.738Z | |
3573 | 2024-11-28T04:24:11.738Z | real 12:46.677975985 |
3574 | 2024-11-28T04:24:11.738Z | user 23:57.512703350 |
3575 | 2024-11-28T04:24:11.738Z | sys 5:22.223937515 |
3576 | 2024-11-28T04:24:11.738Z | trap 0.459332112 |
3577 | 2024-11-28T04:24:11.738Z | tflt 2.314949625 |
3578 | 2024-11-28T04:24:11.738Z | dflt 3.036973019 |
3579 | 2024-11-28T04:24:11.738Z | kflt 0.000929752 |
3580 | 2024-11-28T04:24:11.739Z | lock 45:31.502958505 |
3581 | 2024-11-28T04:24:11.739Z | slp 2:04:36.920538508 |
3582 | 2024-11-28T04:24:11.742Z | lat 1:01.613851398 |
3583 | 2024-11-28T04:24:11.742Z | stop 3:17.739987715 |
3584 | 2024-11-28T04:24:11.742Z | process exited: duration 1156703 ms, exit code 0 |
|
3585 | 2024-11-28T04:24:11.749Z | found 0 output files |