|
|
|
1 | 2024-11-07T01:19:19.110Z | job assigned to worker 01JC23743RF8QWSZX3YQBZVWV6 (queued for 57 s) |
|
2 | 2024-11-07T01:19:27.033Z | starting task 0: "setup" |
3 | 2024-11-07T01:19:27.040Z | ++ uname -s |
4 | 2024-11-07T01:19:27.043Z | + kern=SunOS |
5 | 2024-11-07T01:19:27.043Z | + case "$kern" in |
6 | 2024-11-07T01:19:27.043Z | + groupadd -g 12345 build |
7 | 2024-11-07T01:19:27.046Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-07T01:19:29.055Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-07T01:19:29.211Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-07T01:19:29.214Z | + home_fs=zfs |
11 | 2024-11-07T01:19:29.214Z | + [[ zfs == autofs ]] |
12 | 2024-11-07T01:19:29.214Z | + mkdir -p /home/build |
13 | 2024-11-07T01:19:29.216Z | + chown build:build /home/build /work |
14 | 2024-11-07T01:19:31.218Z | + chmod 0700 /home/build /work |
15 | 2024-11-07T01:19:31.220Z | process exited: duration 4189 ms, exit code 0 |
|
16 | 2024-11-07T01:19:31.226Z | starting task 1: "rust-toolchain" |
17 | 2024-11-07T01:19:31.231Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-07T01:19:31.231Z | ' 1.82.0 |
19 | 2024-11-07T01:19:31.231Z | * toolchain channel = "1.82.0" |
20 | 2024-11-07T01:19:31.231Z | * toolchain profile = "default" |
21 | 2024-11-07T01:19:31.232Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-07T01:19:31.232Z | ' default |
23 | 2024-11-07T01:19:31.235Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-07T01:19:31.235Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
25 | 2024-11-07T01:19:31.354Z | info: downloading installer |
26 | 2024-11-07T01:19:32.861Z | info: profile set to 'default' |
27 | 2024-11-07T01:19:32.861Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-07T01:19:32.863Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
29 | 2024-11-07T01:19:33.022Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-07T01:19:33.022Z | info: downloading component 'cargo' |
31 | 2024-11-07T01:19:33.893Z | info: downloading component 'clippy' |
32 | 2024-11-07T01:19:34.223Z | info: downloading component 'rust-docs' |
33 | 2024-11-07T01:19:35.442Z | info: downloading component 'rust-std' |
34 | 2024-11-07T01:19:37.375Z | info: downloading component 'rustc' |
35 | 2024-11-07T01:19:44.175Z | info: downloading component 'rustfmt' |
36 | 2024-11-07T01:19:44.426Z | info: installing component 'cargo' |
37 | 2024-11-07T01:19:45.286Z | info: installing component 'clippy' |
38 | 2024-11-07T01:19:45.700Z | info: installing component 'rust-docs' |
39 | 2024-11-07T01:19:47.400Z | info: installing component 'rust-std' |
40 | 2024-11-07T01:19:49.423Z | info: installing component 'rustc' |
41 | 2024-11-07T01:19:55.796Z | info: installing component 'rustfmt' |
42 | 2024-11-07T01:19:56.143Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
43 | 2024-11-07T01:19:56.143Z | |
44 | 2024-11-07T01:19:56.524Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-07T01:19:56.524Z | |
46 | 2024-11-07T01:19:56.527Z | |
47 | 2024-11-07T01:19:56.528Z | Rust is installed now. Great! |
48 | 2024-11-07T01:19:56.528Z | |
49 | 2024-11-07T01:19:56.528Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-07T01:19:56.528Z | environment variable. This has not been done automatically. |
51 | 2024-11-07T01:19:56.528Z | |
52 | 2024-11-07T01:19:56.528Z | To configure your current shell, you need to source |
53 | 2024-11-07T01:19:56.528Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-07T01:19:56.528Z | |
55 | 2024-11-07T01:19:56.528Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-07T01:19:56.528Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-07T01:19:56.528Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-07T01:19:56.604Z | + rustc --version |
59 | 2024-11-07T01:19:56.674Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-07T01:19:56.678Z | process exited: duration 25447 ms, exit code 0 |
|
61 | 2024-11-07T01:19:56.683Z | starting task 2: "authentication" |
62 | 2024-11-07T01:19:56.709Z | process exited: duration 25 ms, exit code 0 |
|
63 | 2024-11-07T01:19:56.717Z | starting task 3: "clone repository" |
64 | 2024-11-07T01:19:56.723Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-07T01:19:56.726Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-07T01:19:56.992Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-07T01:20:04.254Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-07T01:20:04.254Z | + git fetch origin 0c9be2d70f86809bec33f4524f1c1cd32e9d666c |
69 | 2024-11-07T01:20:04.586Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-07T01:20:04.586Z | * branch 0c9be2d70f86809bec33f4524f1c1cd32e9d666c -> FETCH_HEAD |
71 | 2024-11-07T01:20:04.596Z | + [[ -n dataset-diff ]] |
72 | 2024-11-07T01:20:04.599Z | ++ git branch --show-current |
73 | 2024-11-07T01:20:04.601Z | + current=main |
74 | 2024-11-07T01:20:04.601Z | + [[ main != dataset-diff ]] |
75 | 2024-11-07T01:20:04.601Z | + git branch -f dataset-diff 0c9be2d70f86809bec33f4524f1c1cd32e9d666c |
76 | 2024-11-07T01:20:04.604Z | + git checkout -f dataset-diff |
77 | 2024-11-07T01:20:04.772Z | Switched to branch 'dataset-diff' |
78 | 2024-11-07T01:20:04.775Z | + git reset --hard 0c9be2d70f86809bec33f4524f1c1cd32e9d666c |
79 | 2024-11-07T01:20:04.940Z | HEAD is now at 0c9be2d70 Add a test that uses the diff behavior more explicitly |
80 | 2024-11-07T01:20:04.943Z | process exited: duration 8224 ms, exit code 0 |
|
81 | 2024-11-07T01:20:04.949Z | starting task 4: "build" |
82 | 2024-11-07T01:20:04.955Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-07T01:20:04.955Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-07T01:20:04.955Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-07T01:20:04.955Z | + cargo --version |
86 | 2024-11-07T01:20:05.013Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
87 | 2024-11-07T01:20:05.016Z | + rustc --version |
88 | 2024-11-07T01:20:05.078Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
89 | 2024-11-07T01:20:05.081Z | + source ./env.sh |
90 | 2024-11-07T01:20:05.081Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-11-07T01:20:05.081Z | ++ set -o xtrace |
92 | 2024-11-07T01:20:05.083Z | ++++ dirname ./env.sh |
93 | 2024-11-07T01:20:05.086Z | +++ readlink -f . |
94 | 2024-11-07T01:20:05.240Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-11-07T01:20:05.243Z | ++ 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-07T01:20:05.243Z | ++ 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-07T01:20:05.243Z | ++ 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-07T01:20:05.243Z | ++ 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-07T01:20:05.243Z | ++ 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-07T01:20:05.243Z | ++ 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-07T01:20:05.243Z | ++ 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-07T01:20:05.243Z | ++ 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-07T01:20:05.244Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-11-07T01:20:05.244Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-11-07T01:20:05.244Z | + 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-07T01:20:05.244Z | + 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-07T01:20:05.244Z | + banner prerequisites |
108 | 2024-11-07T01:20:05.455Z | |
109 | 2024-11-07T01:20:05.455Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-11-07T01:20:05.455Z | # # # # # # # # # # # # # # # |
111 | 2024-11-07T01:20:05.455Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-11-07T01:20:05.455Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-11-07T01:20:05.455Z | # # # # # # # # # # # # # # # |
114 | 2024-11-07T01:20:05.455Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-11-07T01:20:05.455Z | |
116 | 2024-11-07T01:20:05.458Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-11-07T01:20:30.963Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-11-07T01:20:34.793Z | Startup: Caching catalogs ... Done |
119 | 2024-11-07T01:20:42.936Z | Planning: Solver setup ... Done (7.409s) |
120 | 2024-11-07T01:20:43.038Z | Planning: Running solver ... Done (0.102s) |
121 | 2024-11-07T01:20:43.270Z | Planning: Finding local manifests ... Done (0.146s) |
122 | 2024-11-07T01:20:43.302Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-11-07T01:20:43.921Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-11-07T01:20:44.218Z | Planning: Package planning ... Done (0.297s) |
125 | 2024-11-07T01:20:44.275Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-11-07T01:20:45.511Z | Planning: Checking for conflicting actions ... Done (1.229s) |
127 | 2024-11-07T01:20:53.395Z | Planning: Consolidating action changes ... Done (7.889s) |
128 | 2024-11-07T01:20:53.852Z | Planning: Evaluating mediators ... Done (0.457s) |
129 | 2024-11-07T01:20:53.982Z | Planning: Planning completed in 19.10 seconds |
130 | 2024-11-07T01:20:54.419Z | Packages to install: 4 |
131 | 2024-11-07T01:20:54.419Z | Packages to update: 1 |
132 | 2024-11-07T01:20:54.419Z | Mediators to change: 2 |
133 | 2024-11-07T01:20:54.421Z | Services to change: 1 |
134 | 2024-11-07T01:20:54.421Z | Estimated space available: 155.61 GB |
135 | 2024-11-07T01:20:54.421Z | Estimated space to be consumed: 1.59 GB |
136 | 2024-11-07T01:20:54.421Z | Create boot environment: No |
137 | 2024-11-07T01:20:54.421Z | Create backup boot environment: Yes |
138 | 2024-11-07T01:20:54.421Z | Rebuild boot archive: No |
139 | 2024-11-07T01:20:54.421Z | |
140 | 2024-11-07T01:20:54.422Z | Changed mediators: |
141 | 2024-11-07T01:20:54.422Z | mediator clang: |
142 | 2024-11-07T01:20:54.422Z | version: None -> 15 (system default) |
143 | 2024-11-07T01:20:54.422Z | |
144 | 2024-11-07T01:20:54.422Z | mediator llvm: |
145 | 2024-11-07T01:20:54.422Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-11-07T01:20:54.422Z | |
147 | 2024-11-07T01:20:54.422Z | Changed packages: |
148 | 2024-11-07T01:20:54.422Z | helios-dev |
149 | 2024-11-07T01:20:54.422Z | developer/build-essential |
150 | 2024-11-07T01:20:54.422Z | None -> 11-2.0 |
151 | 2024-11-07T01:20:54.422Z | library/libxmlsec1 |
152 | 2024-11-07T01:20:54.422Z | None -> 1.2.35-2.0 |
153 | 2024-11-07T01:20:54.422Z | ooce/developer/clang-15 |
154 | 2024-11-07T01:20:54.422Z | None -> 15.0.7-2.0 |
155 | 2024-11-07T01:20:54.422Z | ooce/developer/llvm-15 |
156 | 2024-11-07T01:20:54.422Z | None -> 15.0.7-2.0 |
157 | 2024-11-07T01:20:54.422Z | package/pkg |
158 | 2024-11-07T01:20:54.422Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-11-07T01:20:54.422Z | |
160 | 2024-11-07T01:20:54.422Z | Services: |
161 | 2024-11-07T01:20:54.422Z | restart_fmri: |
162 | 2024-11-07T01:20:54.422Z | svc:/system/update-man-index:default |
163 | 2024-11-07T01:20:54.422Z | |
164 | 2024-11-07T01:20:54.422Z | Editable files to change: |
165 | 2024-11-07T01:20:54.422Z | Update: |
166 | 2024-11-07T01:20:54.422Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-11-07T01:20:54.780Z | |
168 | 2024-11-07T01:20:54.780Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-11-07T01:20:59.786Z | Download: 388/4281 items 16.3/220.6MB 7% complete (3.4M/s) |
170 | 2024-11-07T01:21:04.849Z | Download: 1197/4281 items 62.2/220.6MB 28% complete (6.4M/s) |
171 | 2024-11-07T01:21:09.858Z | Download: 1584/4281 items 116.9/220.6MB 53% complete (10.1M/s) |
172 | 2024-11-07T01:21:15.397Z | Download: 2221/4281 items 119.2/220.6MB 54% complete (8.8M/s) |
173 | 2024-11-07T01:21:20.398Z | Download: 2651/4281 items 120.6/220.6MB 54% complete (346k/s) |
174 | 2024-11-07T01:21:25.540Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (8.7M/s) |
175 | 2024-11-07T01:21:30.558Z | Download: 3606/4281 items 216.0/220.6MB 97% complete (9.5M/s) |
176 | 2024-11-07T01:21:36.841Z | Download: 4205/4281 items 220.5/220.6MB 99% complete (2.2M/s) |
177 | 2024-11-07T01:21:36.956Z | Download: Completed 220.60 MB in 42.17 seconds (5.2M/s) |
178 | 2024-11-07T01:21:41.193Z | Actions: 1/5063 actions (Removing old actions) |
179 | 2024-11-07T01:21:41.221Z | Actions: 194/5063 actions (Installing new actions) |
180 | 2024-11-07T01:21:43.139Z | Actions: 4111/5063 actions (Installing new actions) |
181 | 2024-11-07T01:21:44.461Z | Actions: 4226/5063 actions (Updating modified actions) |
182 | 2024-11-07T01:21:44.917Z | Actions: Completed 5063 actions in 6.89 seconds. |
183 | 2024-11-07T01:21:45.292Z | Done (0.368s) |
184 | 2024-11-07T01:21:45.296Z | Done (0.000s) |
185 | 2024-11-07T01:21:45.815Z | Done (0.513s) |
186 | 2024-11-07T01:21:54.015Z | Done (7.812s) |
187 | 2024-11-07T01:21:54.375Z | Done (0.469s) |
188 | 2024-11-07T01:21:54.378Z | Done (0.000s) |
189 | 2024-11-07T01:21:54.664Z | Done (0.000s) |
190 | 2024-11-07T01:21:55.366Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-11-07T01:21:55.532Z | Planning: Checking for conflicting actions ... Done |
192 | 2024-11-07T01:21:55.536Z | Planning: Consolidating action changes ... Done |
193 | 2024-11-07T01:21:55.808Z | Planning: Evaluating mediators ... Done |
194 | 2024-11-07T01:21:55.812Z | Planning: Planning completed in 0.44 seconds |
195 | 2024-11-07T01:21:55.848Z | Mediators to change: 2 |
196 | 2024-11-07T01:21:55.848Z | Create boot environment: No |
197 | 2024-11-07T01:21:55.851Z | Create backup boot environment: No |
198 | 2024-11-07T01:21:55.974Z | Done |
199 | 2024-11-07T01:21:55.975Z | Done |
200 | 2024-11-07T01:21:56.312Z | Done |
201 | 2024-11-07T01:21:59.973Z | Done |
202 | 2024-11-07T01:22:00.064Z | Done |
203 | 2024-11-07T01:22:00.067Z | Done |
204 | 2024-11-07T01:22:00.461Z | Done |
205 | 2024-11-07T01:22:01.091Z | Planning: Evaluating mediator changes ... Done |
206 | 2024-11-07T01:22:01.095Z | Planning: Merging actions ... Done |
207 | 2024-11-07T01:22:01.289Z | Planning: Checking for conflicting actions ... Done |
208 | 2024-11-07T01:22:01.293Z | Planning: Consolidating action changes ... Done |
209 | 2024-11-07T01:22:01.561Z | Planning: Evaluating mediators ... Done |
210 | 2024-11-07T01:22:01.618Z | Planning: Planning completed in 0.78 seconds |
211 | 2024-11-07T01:22:01.661Z | Packages to change: 1 |
212 | 2024-11-07T01:22:01.661Z | Mediators to change: 1 |
213 | 2024-11-07T01:22:01.664Z | Services to change: 1 |
214 | 2024-11-07T01:22:01.664Z | Create boot environment: No |
215 | 2024-11-07T01:22:01.664Z | Create backup boot environment: Yes |
216 | 2024-11-07T01:22:03.848Z | Actions: 1/6 actions (Updating modified actions) |
217 | 2024-11-07T01:22:04.012Z | Actions: Completed 6 actions in 0.16 seconds. |
218 | 2024-11-07T01:22:04.012Z | Done |
219 | 2024-11-07T01:22:04.016Z | Done |
220 | 2024-11-07T01:22:04.122Z | Done |
221 | 2024-11-07T01:22:07.787Z | Done |
222 | 2024-11-07T01:22:07.879Z | Done |
223 | 2024-11-07T01:22:07.882Z | Done |
224 | 2024-11-07T01:22:08.008Z | Done |
225 | 2024-11-07T01:22:08.447Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
226 | 2024-11-07T01:22:08.447Z | clang system 15 system |
227 | 2024-11-07T01:22:08.447Z | csh system system illumos |
228 | 2024-11-07T01:22:08.447Z | ctags system system illumos |
229 | 2024-11-07T01:22:08.447Z | gcc vendor 12 vendor |
230 | 2024-11-07T01:22:08.447Z | gcc system 10 system |
231 | 2024-11-07T01:22:08.447Z | gcc system 7 system |
232 | 2024-11-07T01:22:08.447Z | go system 1.20 system |
233 | 2024-11-07T01:22:08.447Z | go system 1.19 system |
234 | 2024-11-07T01:22:08.447Z | llvm system 15 system |
235 | 2024-11-07T01:22:08.448Z | llvm system 14 system |
236 | 2024-11-07T01:22:08.448Z | mariadb system 10.6 system |
237 | 2024-11-07T01:22:08.448Z | mta vendor vendor dma |
238 | 2024-11-07T01:22:08.448Z | openjdk system 17 system |
239 | 2024-11-07T01:22:08.448Z | openjdk system 11 system |
240 | 2024-11-07T01:22:08.448Z | openjdk system 1.8 system |
241 | 2024-11-07T01:22:08.448Z | openssl vendor 3 vendor |
242 | 2024-11-07T01:22:08.448Z | perl system 5.36 system |
243 | 2024-11-07T01:22:08.448Z | postgresql system 15 system |
244 | 2024-11-07T01:22:08.448Z | postgresql system 13 system |
245 | 2024-11-07T01:22:08.448Z | python vendor 3 vendor |
246 | 2024-11-07T01:22:08.448Z | python system 2 system |
247 | 2024-11-07T01:22:08.448Z | python3 system 3.11 system |
248 | 2024-11-07T01:22:08.448Z | ruby system 3.0 system |
249 | 2024-11-07T01:22:08.448Z | words vendor vendor american-english |
250 | 2024-11-07T01:22:08.448Z | words system system australian-english |
251 | 2024-11-07T01:22:08.448Z | words system system british-english |
252 | 2024-11-07T01:22:08.448Z | words system system canadian-english |
253 | 2024-11-07T01:22:08.448Z | words system system french |
254 | 2024-11-07T01:22:08.448Z | words system system italian |
255 | 2024-11-07T01:22:08.448Z | words system system ngerman |
256 | 2024-11-07T01:22:08.448Z | words system system ogerman |
257 | 2024-11-07T01:22:08.448Z | words system system spanish |
258 | 2024-11-07T01:22:08.781Z | PUBLISHER TYPE STATUS P LOCATION |
259 | 2024-11-07T01:22:08.781Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
260 | 2024-11-07T01:22:11.278Z | FMRI IFO |
261 | 2024-11-07T01:22:11.278Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
262 | 2024-11-07T01:22:11.278Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
263 | 2024-11-07T01:22:11.278Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
264 | 2024-11-07T01:22:11.278Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
265 | 2024-11-07T01:22:11.278Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
266 | 2024-11-07T01:22:11.278Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
267 | 2024-11-07T01:22:11.278Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
268 | 2024-11-07T01:22:11.278Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
269 | 2024-11-07T01:22:11.278Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
270 | 2024-11-07T01:22:11.278Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
271 | 2024-11-07T01:22:11.278Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
272 | 2024-11-07T01:22:11.278Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
273 | 2024-11-07T01:22:11.278Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
274 | 2024-11-07T01:22:11.279Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
275 | 2024-11-07T01:22:11.279Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
276 | 2024-11-07T01:22:11.981Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
277 | 2024-11-07T01:22:12.338Z | Updating crates.io index |
278 | 2024-11-07T01:22:12.340Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
279 | 2024-11-07T01:22:13.163Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
280 | 2024-11-07T01:22:13.454Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
281 | 2024-11-07T01:22:13.716Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
282 | 2024-11-07T01:22:14.029Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
283 | 2024-11-07T01:22:14.958Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
284 | 2024-11-07T01:22:17.295Z | Updating git repository `https://github.com/oxidecomputer/opte` |
285 | 2024-11-07T01:22:18.330Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
286 | 2024-11-07T01:22:19.076Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
287 | 2024-11-07T01:22:19.346Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
288 | 2024-11-07T01:22:19.620Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
289 | 2024-11-07T01:22:20.295Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
290 | 2024-11-07T01:22:20.755Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
291 | 2024-11-07T01:22:21.081Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
292 | 2024-11-07T01:22:21.340Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
293 | 2024-11-07T01:22:21.607Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
294 | 2024-11-07T01:22:21.855Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
295 | 2024-11-07T01:22:22.291Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
296 | 2024-11-07T01:22:22.613Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
297 | 2024-11-07T01:22:22.974Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
298 | 2024-11-07T01:22:23.226Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
299 | 2024-11-07T01:22:23.735Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
300 | 2024-11-07T01:22:24.063Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
301 | 2024-11-07T01:22:24.437Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
302 | 2024-11-07T01:22:24.816Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
303 | 2024-11-07T01:22:25.101Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
304 | 2024-11-07T01:22:25.397Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
305 | 2024-11-07T01:22:26.730Z | Downloading crates ... |
306 | 2024-11-07T01:22:26.804Z | Downloaded autocfg v1.4.0 |
307 | 2024-11-07T01:22:26.809Z | Downloaded itoa v1.0.11 |
308 | 2024-11-07T01:22:26.811Z | Downloaded dof v0.3.0 |
309 | 2024-11-07T01:22:26.811Z | Downloaded clap_derive v4.5.18 |
310 | 2024-11-07T01:22:26.814Z | Downloaded anstream v0.6.15 |
311 | 2024-11-07T01:22:26.814Z | Downloaded anstyle-parse v0.2.5 |
312 | 2024-11-07T01:22:26.821Z | Downloaded usdt-attr-macro v0.5.0 |
313 | 2024-11-07T01:22:26.829Z | Downloaded heck v0.5.0 |
314 | 2024-11-07T01:22:26.829Z | Downloaded cpufeatures v0.2.14 |
315 | 2024-11-07T01:22:26.829Z | Downloaded cfg-if v1.0.0 |
316 | 2024-11-07T01:22:26.829Z | Downloaded utf8parse v0.2.2 |
317 | 2024-11-07T01:22:26.829Z | Downloaded thiserror-impl v1.0.64 |
318 | 2024-11-07T01:22:26.829Z | Downloaded cargo-platform v0.1.8 |
319 | 2024-11-07T01:22:26.833Z | Downloaded toml_datetime v0.6.8 |
320 | 2024-11-07T01:22:26.833Z | Downloaded terminal_size v0.4.0 |
321 | 2024-11-07T01:22:26.836Z | Downloaded bytecount v0.6.8 |
322 | 2024-11-07T01:22:26.836Z | Downloaded smawk v0.3.2 |
323 | 2024-11-07T01:22:26.839Z | Downloaded serde_tokenstream v0.2.2 |
324 | 2024-11-07T01:22:26.839Z | Downloaded unicode-linebreak v0.1.5 |
325 | 2024-11-07T01:22:26.842Z | Downloaded fnv v1.0.7 |
326 | 2024-11-07T01:22:26.842Z | Downloaded errno v0.3.9 |
327 | 2024-11-07T01:22:26.842Z | Downloaded anstyle v1.0.8 |
328 | 2024-11-07T01:22:26.846Z | Downloaded macaddr v1.0.1 |
329 | 2024-11-07T01:22:26.846Z | Downloaded anstyle-query v1.1.1 |
330 | 2024-11-07T01:22:26.850Z | Downloaded proc-macro-error v1.0.4 |
331 | 2024-11-07T01:22:26.853Z | Downloaded camino v1.1.9 |
332 | 2024-11-07T01:22:26.853Z | Downloaded pest_derive v2.7.14 |
333 | 2024-11-07T01:22:26.856Z | Downloaded once_cell v1.20.2 |
334 | 2024-11-07T01:22:26.862Z | Downloaded serde_derive v1.0.210 |
335 | 2024-11-07T01:22:26.865Z | Downloaded ucd-trie v0.1.7 |
336 | 2024-11-07T01:22:26.868Z | Downloaded ryu v1.0.18 |
337 | 2024-11-07T01:22:26.885Z | Downloaded anyhow v1.0.92 |
338 | 2024-11-07T01:22:26.886Z | Downloaded bitflags v2.6.0 |
339 | 2024-11-07T01:22:26.886Z | Downloaded is_terminal_polyfill v1.70.1 |
340 | 2024-11-07T01:22:26.886Z | Downloaded equivalent v1.0.1 |
341 | 2024-11-07T01:22:26.886Z | Downloaded dtrace-parser v0.2.0 |
342 | 2024-11-07T01:22:26.886Z | Downloaded pest_meta v2.7.14 |
343 | 2024-11-07T01:22:26.889Z | Downloaded block-buffer v0.10.4 |
344 | 2024-11-07T01:22:26.889Z | Downloaded clap_lex v0.7.2 |
345 | 2024-11-07T01:22:26.893Z | Downloaded fs-err v2.11.0 |
346 | 2024-11-07T01:22:26.895Z | Downloaded crypto-common v0.1.6 |
347 | 2024-11-07T01:22:26.895Z | Downloaded colorchoice v1.0.2 |
348 | 2024-11-07T01:22:26.895Z | Downloaded camino-tempfile v1.1.1 |
349 | 2024-11-07T01:22:26.898Z | Downloaded pretty-hex v0.4.1 |
350 | 2024-11-07T01:22:26.909Z | Downloaded swrite v0.1.0 |
351 | 2024-11-07T01:22:26.911Z | Downloaded scroll_derive v0.12.0 |
352 | 2024-11-07T01:22:26.914Z | Downloaded usdt-macro v0.5.0 |
353 | 2024-11-07T01:22:26.917Z | Downloaded generic-array v0.14.7 |
354 | 2024-11-07T01:22:26.921Z | Downloaded fastrand v2.1.1 |
355 | 2024-11-07T01:22:26.921Z | Downloaded digest v0.10.7 |
356 | 2024-11-07T01:22:26.924Z | Downloaded cargo_toml v0.20.5 |
357 | 2024-11-07T01:22:26.927Z | Downloaded proc-macro-error-attr v1.0.4 |
358 | 2024-11-07T01:22:26.927Z | Downloaded byteorder v1.5.0 |
359 | 2024-11-07T01:22:26.930Z | Downloaded heck v0.4.1 |
360 | 2024-11-07T01:22:26.933Z | Downloaded serde_spanned v0.6.8 |
361 | 2024-11-07T01:22:26.935Z | Downloaded memmap v0.7.0 |
362 | 2024-11-07T01:22:26.938Z | Downloaded plain v0.2.3 |
363 | 2024-11-07T01:22:26.938Z | Downloaded pest_generator v2.7.14 |
364 | 2024-11-07T01:22:26.942Z | Downloaded strsim v0.11.1 |
365 | 2024-11-07T01:22:26.944Z | Downloaded version_check v0.9.5 |
366 | 2024-11-07T01:22:26.952Z | Downloaded usdt v0.5.0 |
367 | 2024-11-07T01:22:26.955Z | Downloaded cargo_metadata v0.18.1 |
368 | 2024-11-07T01:22:26.955Z | Downloaded thread-id v4.2.2 |
369 | 2024-11-07T01:22:26.958Z | Downloaded tabled_derive v0.7.0 |
370 | 2024-11-07T01:22:26.966Z | Downloaded semver v1.0.23 |
371 | 2024-11-07T01:22:26.969Z | Downloaded quote v1.0.37 |
372 | 2024-11-07T01:22:26.975Z | Downloaded sha2 v0.10.8 |
373 | 2024-11-07T01:22:26.978Z | Downloaded usdt-impl v0.5.0 |
374 | 2024-11-07T01:22:26.981Z | Downloaded zerocopy-derive v0.7.35 |
375 | 2024-11-07T01:22:26.986Z | Downloaded thiserror v1.0.64 |
376 | 2024-11-07T01:22:26.990Z | Downloaded typenum v1.17.0 |
377 | 2024-11-07T01:22:26.993Z | Downloaded proc-macro2 v1.0.87 |
378 | 2024-11-07T01:22:26.996Z | Downloaded unicode-ident v1.0.13 |
379 | 2024-11-07T01:22:26.998Z | Downloaded log v0.4.22 |
380 | 2024-11-07T01:22:27.001Z | Downloaded clap v4.5.20 |
381 | 2024-11-07T01:22:27.009Z | Downloaded tempfile v3.13.0 |
382 | 2024-11-07T01:22:27.011Z | Downloaded scroll v0.12.0 |
383 | 2024-11-07T01:22:27.019Z | Downloaded toml v0.8.19 |
384 | 2024-11-07T01:22:27.022Z | Downloaded papergrid v0.11.0 |
385 | 2024-11-07T01:22:27.027Z | Downloaded textwrap v0.16.1 |
386 | 2024-11-07T01:22:27.031Z | Downloaded serde v1.0.210 |
387 | 2024-11-07T01:22:27.034Z | Downloaded indexmap v2.6.0 |
388 | 2024-11-07T01:22:27.046Z | Downloaded memchr v2.7.4 |
389 | 2024-11-07T01:22:27.051Z | Downloaded goblin v0.8.2 |
390 | 2024-11-07T01:22:27.066Z | Downloaded toml_edit v0.22.22 |
391 | 2024-11-07T01:22:27.088Z | Downloaded winnow v0.6.20 |
392 | 2024-11-07T01:22:27.096Z | Downloaded hashbrown v0.15.0 |
393 | 2024-11-07T01:22:27.101Z | Downloaded tabled v0.15.0 |
394 | 2024-11-07T01:22:27.117Z | Downloaded pest v2.7.14 |
395 | 2024-11-07T01:22:27.122Z | Downloaded zerocopy v0.7.35 |
396 | 2024-11-07T01:22:27.136Z | Downloaded syn v1.0.109 |
397 | 2024-11-07T01:22:27.146Z | Downloaded serde_json v1.0.128 |
398 | 2024-11-07T01:22:27.152Z | Downloaded clap_builder v4.5.20 |
399 | 2024-11-07T01:22:27.164Z | Downloaded syn v2.0.79 |
400 | 2024-11-07T01:22:27.176Z | Downloaded unicode-width v0.1.14 |
401 | 2024-11-07T01:22:27.181Z | Downloaded rustix v0.38.37 |
402 | 2024-11-07T01:22:27.222Z | Downloaded libc v0.2.161 |
403 | 2024-11-07T01:22:27.527Z | Compiling proc-macro2 v1.0.87 |
404 | 2024-11-07T01:22:27.527Z | Compiling unicode-ident v1.0.13 |
405 | 2024-11-07T01:22:27.530Z | Compiling version_check v0.9.5 |
406 | 2024-11-07T01:22:27.530Z | Compiling serde v1.0.210 |
407 | 2024-11-07T01:22:27.530Z | Compiling thiserror v1.0.64 |
408 | 2024-11-07T01:22:27.530Z | Compiling memchr v2.7.4 |
409 | 2024-11-07T01:22:27.561Z | Compiling libc v0.2.161 |
410 | 2024-11-07T01:22:27.564Z | Compiling ucd-trie v0.1.7 |
411 | 2024-11-07T01:22:27.780Z | Compiling itoa v1.0.11 |
412 | 2024-11-07T01:22:28.047Z | Compiling ryu v1.0.18 |
413 | 2024-11-07T01:22:28.363Z | Compiling once_cell v1.20.2 |
414 | 2024-11-07T01:22:28.405Z | Compiling byteorder v1.5.0 |
415 | 2024-11-07T01:22:28.737Z | Compiling serde_json v1.0.128 |
416 | 2024-11-07T01:22:28.970Z | Compiling rustix v0.38.37 |
417 | 2024-11-07T01:22:30.050Z | Compiling bitflags v2.6.0 |
418 | 2024-11-07T01:22:30.053Z | Compiling usdt-impl v0.5.0 |
419 | 2024-11-07T01:22:30.134Z | Compiling proc-macro-error-attr v1.0.4 |
420 | 2024-11-07T01:22:30.181Z | Compiling syn v1.0.109 |
421 | 2024-11-07T01:22:30.382Z | Compiling proc-macro-error v1.0.4 |
422 | 2024-11-07T01:22:30.411Z | Compiling plain v0.2.3 |
423 | 2024-11-07T01:22:30.482Z | Compiling log v0.4.22 |
424 | 2024-11-07T01:22:30.576Z | Compiling camino v1.1.9 |
425 | 2024-11-07T01:22:30.620Z | Compiling equivalent v1.0.1 |
426 | 2024-11-07T01:22:30.683Z | Compiling hashbrown v0.15.0 |
427 | 2024-11-07T01:22:30.729Z | Compiling thread-id v4.2.2 |
428 | 2024-11-07T01:22:30.817Z | Compiling utf8parse v0.2.2 |
429 | 2024-11-07T01:22:30.887Z | Compiling autocfg v1.4.0 |
430 | 2024-11-07T01:22:30.973Z | Compiling quote v1.0.37 |
431 | 2024-11-07T01:22:30.998Z | Compiling anstyle-parse v0.2.5 |
432 | 2024-11-07T01:22:31.232Z | Compiling winnow v0.6.20 |
433 | 2024-11-07T01:22:31.299Z | Compiling unicode-width v0.1.14 |
434 | 2024-11-07T01:22:31.329Z | Compiling is_terminal_polyfill v1.70.1 |
435 | 2024-11-07T01:22:31.454Z | Compiling syn v2.0.79 |
436 | 2024-11-07T01:22:31.658Z | Compiling errno v0.3.9 |
437 | 2024-11-07T01:22:31.883Z | Compiling indexmap v2.6.0 |
438 | 2024-11-07T01:22:31.911Z | Compiling semver v1.0.23 |
439 | 2024-11-07T01:22:31.913Z | Compiling colorchoice v1.0.2 |
440 | 2024-11-07T01:22:32.091Z | Compiling anstyle v1.0.8 |
441 | 2024-11-07T01:22:32.415Z | Compiling pretty-hex v0.4.1 |
442 | 2024-11-07T01:22:32.505Z | Compiling anstyle-query v1.1.1 |
443 | 2024-11-07T01:22:32.645Z | Compiling anstream v0.6.15 |
444 | 2024-11-07T01:22:32.683Z | Compiling fs-err v2.11.0 |
445 | 2024-11-07T01:22:33.122Z | Compiling bytecount v0.6.8 |
446 | 2024-11-07T01:22:33.228Z | Compiling heck v0.5.0 |
447 | 2024-11-07T01:22:33.312Z | Compiling fastrand v2.1.1 |
448 | 2024-11-07T01:22:33.351Z | Compiling clap_lex v0.7.2 |
449 | 2024-11-07T01:22:33.773Z | Compiling heck v0.4.1 |
450 | 2024-11-07T01:22:33.834Z | Compiling cfg-if v1.0.0 |
451 | 2024-11-07T01:22:33.868Z | Compiling fnv v1.0.7 |
452 | 2024-11-07T01:22:33.891Z | Compiling anyhow v1.0.92 |
453 | 2024-11-07T01:22:33.929Z | Compiling terminal_size v0.4.0 |
454 | 2024-11-07T01:22:34.001Z | Compiling strsim v0.11.1 |
455 | 2024-11-07T01:22:34.133Z | Compiling papergrid v0.11.0 |
456 | 2024-11-07T01:22:34.222Z | Compiling tempfile v3.13.0 |
457 | 2024-11-07T01:22:34.861Z | Compiling clap_builder v4.5.20 |
458 | 2024-11-07T01:22:34.964Z | Compiling memmap v0.7.0 |
459 | 2024-11-07T01:22:35.027Z | Compiling unicode-linebreak v0.1.5 |
460 | 2024-11-07T01:22:35.051Z | Compiling smawk v0.3.2 |
461 | 2024-11-07T01:22:35.361Z | Compiling swrite v0.1.0 |
462 | 2024-11-07T01:22:35.490Z | Compiling textwrap v0.16.1 |
463 | 2024-11-07T01:22:36.734Z | Compiling tabled_derive v0.7.0 |
464 | 2024-11-07T01:22:38.185Z | Compiling tabled v0.15.0 |
465 | 2024-11-07T01:22:39.424Z | Compiling serde_derive v1.0.210 |
466 | 2024-11-07T01:22:39.426Z | Compiling thiserror-impl v1.0.64 |
467 | 2024-11-07T01:22:39.426Z | Compiling zerocopy-derive v0.7.35 |
468 | 2024-11-07T01:22:39.427Z | Compiling scroll_derive v0.12.0 |
469 | 2024-11-07T01:22:39.427Z | Compiling clap_derive v4.5.18 |
470 | 2024-11-07T01:22:40.873Z | Compiling scroll v0.12.0 |
471 | 2024-11-07T01:22:41.335Z | Compiling goblin v0.8.2 |
472 | 2024-11-07T01:22:41.504Z | Compiling zerocopy v0.7.35 |
473 | 2024-11-07T01:22:42.050Z | Compiling pest v2.7.14 |
474 | 2024-11-07T01:22:42.969Z | Compiling clap v4.5.20 |
475 | 2024-11-07T01:22:44.378Z | Compiling pest_meta v2.7.14 |
476 | 2024-11-07T01:22:45.218Z | Compiling pest_generator v2.7.14 |
477 | 2024-11-07T01:22:46.860Z | Compiling pest_derive v2.7.14 |
478 | 2024-11-07T01:22:47.566Z | Compiling dtrace-parser v0.2.0 |
479 | 2024-11-07T01:22:49.239Z | Compiling serde_spanned v0.6.8 |
480 | 2024-11-07T01:22:49.239Z | Compiling toml_datetime v0.6.8 |
481 | 2024-11-07T01:22:49.243Z | Compiling cargo-platform v0.1.8 |
482 | 2024-11-07T01:22:49.503Z | Compiling macaddr v1.0.1 |
483 | 2024-11-07T01:22:49.792Z | Compiling serde_tokenstream v0.2.2 |
484 | 2024-11-07T01:22:49.825Z | Compiling toml_edit v0.22.22 |
485 | 2024-11-07T01:22:49.884Z | Compiling camino-tempfile v1.1.1 |
486 | 2024-11-07T01:22:50.723Z | Compiling dof v0.3.0 |
487 | 2024-11-07T01:22:50.723Z | Compiling cargo_metadata v0.18.1 |
488 | 2024-11-07T01:22:52.536Z | Compiling toml v0.8.19 |
489 | 2024-11-07T01:22:52.982Z | Compiling usdt-macro v0.5.0 |
490 | 2024-11-07T01:22:53.089Z | Compiling usdt-attr-macro v0.5.0 |
491 | 2024-11-07T01:22:53.383Z | Compiling cargo_toml v0.20.5 |
492 | 2024-11-07T01:22:54.291Z | Compiling usdt v0.5.0 |
493 | 2024-11-07T01:22:56.965Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
494 | 2024-11-07T01:23:00.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.12s |
495 | 2024-11-07T01:23:01.163Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
496 | 2024-11-07T01:23:01.681Z | Downloading crates ... |
497 | 2024-11-07T01:23:01.819Z | Downloaded async-stream-impl v0.3.6 |
498 | 2024-11-07T01:23:01.821Z | Downloaded adler2 v2.0.0 |
499 | 2024-11-07T01:23:01.828Z | Downloaded async-bb8-diesel v0.2.1 |
500 | 2024-11-07T01:23:01.834Z | Downloaded ciborium-io v0.2.2 |
501 | 2024-11-07T01:23:01.837Z | Downloaded cfg_aliases v0.2.1 |
502 | 2024-11-07T01:23:01.844Z | Downloaded crunchy v0.2.2 |
503 | 2024-11-07T01:23:01.847Z | Downloaded const_format_proc_macros v0.2.33 |
504 | 2024-11-07T01:23:01.850Z | Downloaded hickory-client v0.24.1 |
505 | 2024-11-07T01:23:01.854Z | Downloaded crossbeam-deque v0.8.5 |
506 | 2024-11-07T01:23:01.856Z | Downloaded bitfield-struct v0.6.2 |
507 | 2024-11-07T01:23:01.858Z | Downloaded crc-catalog v2.4.0 |
508 | 2024-11-07T01:23:01.861Z | Downloaded blowfish v0.9.1 |
509 | 2024-11-07T01:23:01.863Z | Downloaded atomic-waker v1.1.2 |
510 | 2024-11-07T01:23:01.863Z | Downloaded backoff v0.4.0 |
511 | 2024-11-07T01:23:01.866Z | Downloaded crc v3.2.1 |
512 | 2024-11-07T01:23:01.869Z | Downloaded match_cfg v0.1.0 |
513 | 2024-11-07T01:23:01.871Z | Downloaded instant v0.1.13 |
514 | 2024-11-07T01:23:01.873Z | Downloaded chacha20 v0.9.1 |
515 | 2024-11-07T01:23:01.876Z | Downloaded newtype_derive v0.1.6 |
516 | 2024-11-07T01:23:01.876Z | Downloaded cancel-safe-futures v0.1.5 |
517 | 2024-11-07T01:23:01.879Z | Downloaded http-body-util v0.1.2 |
518 | 2024-11-07T01:23:01.881Z | Downloaded new_debug_unreachable v1.0.6 |
519 | 2024-11-07T01:23:01.883Z | Downloaded impl-trait-for-tuples v0.2.2 |
520 | 2024-11-07T01:23:01.886Z | Downloaded console v0.15.8 |
521 | 2024-11-07T01:23:01.889Z | Downloaded humantime v2.1.0 |
522 | 2024-11-07T01:23:01.892Z | Downloaded multimap v0.10.0 |
523 | 2024-11-07T01:23:01.894Z | Downloaded libsw v3.3.1 |
524 | 2024-11-07T01:23:01.896Z | Downloaded data-encoding v2.6.0 |
525 | 2024-11-07T01:23:01.899Z | Downloaded ipnetwork v0.20.0 |
526 | 2024-11-07T01:23:01.899Z | Downloaded cobs v0.2.3 |
527 | 2024-11-07T01:23:01.901Z | Downloaded memoffset v0.9.1 |
528 | 2024-11-07T01:23:01.904Z | Downloaded lockfree-object-pool v0.1.6 |
529 | 2024-11-07T01:23:01.907Z | Downloaded linear-map v1.2.0 |
530 | 2024-11-07T01:23:01.907Z | Downloaded atty v0.2.14 |
531 | 2024-11-07T01:23:01.910Z | Downloaded nanorand v0.7.0 |
532 | 2024-11-07T01:23:01.912Z | Downloaded inout v0.1.3 |
533 | 2024-11-07T01:23:01.915Z | Downloaded hyper-tls v0.6.0 |
534 | 2024-11-07T01:23:01.917Z | Downloaded rand_xorshift v0.3.0 |
535 | 2024-11-07T01:23:01.917Z | Downloaded addr2line v0.24.2 |
536 | 2024-11-07T01:23:01.920Z | Downloaded http-body v1.0.1 |
537 | 2024-11-07T01:23:01.922Z | Downloaded highway v1.2.0 |
538 | 2024-11-07T01:23:01.924Z | Downloaded aead v0.5.2 |
539 | 2024-11-07T01:23:01.927Z | Downloaded base64 v0.13.1 |
540 | 2024-11-07T01:23:01.930Z | Downloaded ident_case v1.0.1 |
541 | 2024-11-07T01:23:01.932Z | Downloaded hubpack_derive v0.1.1 |
542 | 2024-11-07T01:23:01.932Z | Downloaded cfg_aliases v0.1.1 |
543 | 2024-11-07T01:23:01.935Z | Downloaded mockall v0.13.0 |
544 | 2024-11-07T01:23:01.937Z | Downloaded atomicwrites v0.4.4 |
545 | 2024-11-07T01:23:01.937Z | Downloaded blake2 v0.10.6 |
546 | 2024-11-07T01:23:01.940Z | Downloaded libefi-sys v0.1.0 |
547 | 2024-11-07T01:23:01.943Z | Downloaded bumpalo v3.16.0 |
548 | 2024-11-07T01:23:01.945Z | Downloaded cc v1.1.30 |
549 | 2024-11-07T01:23:01.949Z | Downloaded base16ct v0.2.0 |
550 | 2024-11-07T01:23:01.951Z | Downloaded async-stream v0.3.6 |
551 | 2024-11-07T01:23:01.954Z | Downloaded crucible-workspace-hack v0.1.0 |
552 | 2024-11-07T01:23:01.956Z | Downloaded async-recursion v1.1.1 |
553 | 2024-11-07T01:23:01.959Z | Downloaded darling_macro v0.20.10 |
554 | 2024-11-07T01:23:01.961Z | Downloaded cstr-argument v0.1.2 |
555 | 2024-11-07T01:23:01.961Z | Downloaded ascii-canvas v3.0.0 |
556 | 2024-11-07T01:23:01.964Z | Downloaded is_ci v1.2.0 |
557 | 2024-11-07T01:23:01.964Z | Downloaded array-init v0.0.4 |
558 | 2024-11-07T01:23:01.966Z | Downloaded async-trait v0.1.83 |
559 | 2024-11-07T01:23:01.969Z | Downloaded bitfield v0.14.0 |
560 | 2024-11-07T01:23:01.971Z | Downloaded sec1 v0.7.3 |
561 | 2024-11-07T01:23:01.974Z | Downloaded md5 v0.7.0 |
562 | 2024-11-07T01:23:01.976Z | Downloaded bitflags v1.3.2 |
563 | 2024-11-07T01:23:01.979Z | Downloaded newline-converter v0.3.0 |
564 | 2024-11-07T01:23:01.981Z | Downloaded bcrypt-pbkdf v0.10.0 |
565 | 2024-11-07T01:23:01.981Z | Downloaded bb8 v0.8.5 |
566 | 2024-11-07T01:23:01.984Z | Downloaded argon2 v0.5.3 |
567 | 2024-11-07T01:23:01.986Z | Downloaded chrono-tz-build v0.4.0 |
568 | 2024-11-07T01:23:01.986Z | Downloaded cexpr v0.6.0 |
569 | 2024-11-07T01:23:01.988Z | Downloaded cbc v0.1.2 |
570 | 2024-11-07T01:23:01.991Z | Downloaded block-padding v0.3.3 |
571 | 2024-11-07T01:23:01.993Z | Downloaded http-range v0.1.5 |
572 | 2024-11-07T01:23:01.993Z | Downloaded assert_matches v1.5.0 |
573 | 2024-11-07T01:23:01.996Z | Downloaded lalrpop-util v0.19.12 |
574 | 2024-11-07T01:23:01.996Z | Downloaded kstat-rs v0.2.4 |
575 | 2024-11-07T01:23:01.999Z | Downloaded time-core v0.1.2 |
576 | 2024-11-07T01:23:01.999Z | Downloaded russh-cryptovec v0.7.3 |
577 | 2024-11-07T01:23:01.999Z | Downloaded constant_time_eq v0.3.1 |
578 | 2024-11-07T01:23:02.002Z | Downloaded http-body v0.4.6 |
579 | 2024-11-07T01:23:02.004Z | Downloaded indent_write v2.2.0 |
580 | 2024-11-07T01:23:02.004Z | Downloaded strum v0.26.3 |
581 | 2024-11-07T01:23:02.007Z | Downloaded cipher v0.4.4 |
582 | 2024-11-07T01:23:02.009Z | Downloaded hubpack v0.1.2 |
583 | 2024-11-07T01:23:02.009Z | Downloaded convert_case v0.4.0 |
584 | 2024-11-07T01:23:02.012Z | Downloaded colored v2.1.0 |
585 | 2024-11-07T01:23:02.014Z | Downloaded ctr v0.9.2 |
586 | 2024-11-07T01:23:02.016Z | Downloaded hostname v0.4.0 |
587 | 2024-11-07T01:23:02.019Z | Downloaded buf-list v1.0.3 |
588 | 2024-11-07T01:23:02.021Z | Downloaded difflib v0.4.0 |
589 | 2024-11-07T01:23:02.021Z | Downloaded httpdate v1.0.3 |
590 | 2024-11-07T01:23:02.024Z | Downloaded darling v0.20.10 |
591 | 2024-11-07T01:23:02.028Z | Downloaded aes v0.8.4 |
592 | 2024-11-07T01:23:02.032Z | Downloaded downcast v0.11.0 |
593 | 2024-11-07T01:23:02.035Z | Downloaded curve25519-dalek-derive v0.1.1 |
594 | 2024-11-07T01:23:02.037Z | Downloaded lru v0.12.5 |
595 | 2024-11-07T01:23:02.037Z | Downloaded lazycell v1.3.0 |
596 | 2024-11-07T01:23:02.040Z | Downloaded lazy_static v1.5.0 |
597 | 2024-11-07T01:23:02.040Z | Downloaded arrayvec v0.7.6 |
598 | 2024-11-07T01:23:02.042Z | Downloaded md-5 v0.10.6 |
599 | 2024-11-07T01:23:02.045Z | Downloaded mime v0.3.17 |
600 | 2024-11-07T01:23:02.047Z | Downloaded ciborium v0.2.2 |
601 | 2024-11-07T01:23:02.050Z | Downloaded bzip2 v0.4.4 |
602 | 2024-11-07T01:23:02.052Z | Downloaded maybe-uninit v2.0.0 |
603 | 2024-11-07T01:23:02.055Z | Downloaded maplit v1.0.2 |
604 | 2024-11-07T01:23:02.055Z | Downloaded fxhash v0.2.1 |
605 | 2024-11-07T01:23:02.057Z | Downloaded instability v0.3.2 |
606 | 2024-11-07T01:23:02.063Z | Downloaded openssl-probe v0.1.5 |
607 | 2024-11-07T01:23:02.063Z | Downloaded newtype-uuid v1.1.2 |
608 | 2024-11-07T01:23:02.065Z | Downloaded openssl-macros v0.1.1 |
609 | 2024-11-07T01:23:02.065Z | Downloaded internet-checksum v0.2.1 |
610 | 2024-11-07T01:23:02.065Z | Downloaded managed v0.8.0 |
611 | 2024-11-07T01:23:02.066Z | Downloaded ciborium-ll v0.2.2 |
612 | 2024-11-07T01:23:02.068Z | Downloaded slab v0.4.9 |
613 | 2024-11-07T01:23:02.068Z | Downloaded cassowary v0.3.0 |
614 | 2024-11-07T01:23:02.071Z | Downloaded nibble_vec v0.1.0 |
615 | 2024-11-07T01:23:02.073Z | Downloaded home v0.5.9 |
616 | 2024-11-07T01:23:02.073Z | Downloaded iana-time-zone v0.1.61 |
617 | 2024-11-07T01:23:02.076Z | Downloaded foreign-types v0.3.2 |
618 | 2024-11-07T01:23:02.078Z | Downloaded hyper-staticfile v0.10.1 |
619 | 2024-11-07T01:23:02.081Z | Downloaded crc32fast v1.4.2 |
620 | 2024-11-07T01:23:02.083Z | Downloaded sha1 v0.10.6 |
621 | 2024-11-07T01:23:02.086Z | Downloaded strum_macros v0.24.3 |
622 | 2024-11-07T01:23:02.089Z | Downloaded stringprep v0.1.5 |
623 | 2024-11-07T01:23:02.089Z | Downloaded unicase v2.7.0 |
624 | 2024-11-07T01:23:02.091Z | Downloaded parse-size v1.1.0 |
625 | 2024-11-07T01:23:02.094Z | Downloaded hmac v0.12.1 |
626 | 2024-11-07T01:23:02.096Z | Downloaded csv-core v0.1.11 |
627 | 2024-11-07T01:23:02.096Z | Downloaded jobserver v0.1.32 |
628 | 2024-11-07T01:23:02.099Z | Downloaded wyz v0.5.1 |
629 | 2024-11-07T01:23:02.101Z | Downloaded smallvec v1.13.2 |
630 | 2024-11-07T01:23:02.104Z | Downloaded structmeta-derive v0.3.0 |
631 | 2024-11-07T01:23:02.106Z | Downloaded ssh-encoding v0.2.0 |
632 | 2024-11-07T01:23:02.106Z | Downloaded smallvec v0.6.14 |
633 | 2024-11-07T01:23:02.109Z | Downloaded slog-stdlog v4.1.1 |
634 | 2024-11-07T01:23:02.112Z | Downloaded siphasher v0.3.11 |
635 | 2024-11-07T01:23:02.112Z | Downloaded hostname v0.3.1 |
636 | 2024-11-07T01:23:02.114Z | Downloaded libloading v0.8.5 |
637 | 2024-11-07T01:23:02.117Z | Downloaded defmt-parser v0.3.4 |
638 | 2024-11-07T01:23:02.119Z | Downloaded multer v3.1.0 |
639 | 2024-11-07T01:23:02.121Z | Downloaded linked-hash-map v0.5.6 |
640 | 2024-11-07T01:23:02.124Z | Downloaded defmt-macros v0.3.9 |
641 | 2024-11-07T01:23:02.126Z | Downloaded futures-sink v0.3.31 |
642 | 2024-11-07T01:23:02.129Z | Downloaded http v0.2.12 |
643 | 2024-11-07T01:23:02.132Z | Downloaded httparse v1.9.5 |
644 | 2024-11-07T01:23:02.136Z | Downloaded packed_struct v0.10.1 |
645 | 2024-11-07T01:23:02.138Z | Downloaded foreign-types v0.5.0 |
646 | 2024-11-07T01:23:02.141Z | Downloaded env_filter v0.1.2 |
647 | 2024-11-07T01:23:02.141Z | Downloaded memmap2 v0.9.5 |
648 | 2024-11-07T01:23:02.144Z | Downloaded cookie v0.18.1 |
649 | 2024-11-07T01:23:02.146Z | Downloaded crossbeam-epoch v0.9.18 |
650 | 2024-11-07T01:23:02.150Z | Downloaded slog-term v2.9.1 |
651 | 2024-11-07T01:23:02.153Z | Downloaded try-lock v0.2.5 |
652 | 2024-11-07T01:23:02.155Z | Downloaded parse-display-derive v0.10.0 |
653 | 2024-11-07T01:23:02.158Z | Downloaded rustc_version v0.4.1 |
654 | 2024-11-07T01:23:02.158Z | Downloaded tiny-keccak v2.0.2 |
655 | 2024-11-07T01:23:02.161Z | Downloaded defmt v0.3.8 |
656 | 2024-11-07T01:23:02.164Z | Downloaded darling_core v0.20.10 |
657 | 2024-11-07T01:23:02.171Z | Downloaded zone_cfg_derive v0.3.0 |
658 | 2024-11-07T01:23:02.177Z | Downloaded hickory-resolver v0.24.1 |
659 | 2024-11-07T01:23:02.177Z | Downloaded tokio-tungstenite v0.21.0 |
660 | 2024-11-07T01:23:02.181Z | Downloaded endian-type v0.1.2 |
661 | 2024-11-07T01:23:02.184Z | Downloaded rand_core v0.6.4 |
662 | 2024-11-07T01:23:02.184Z | Downloaded value-bag v1.9.0 |
663 | 2024-11-07T01:23:02.187Z | Downloaded base64 v0.21.7 |
664 | 2024-11-07T01:23:02.191Z | Downloaded same-file v1.0.6 |
665 | 2024-11-07T01:23:02.194Z | Downloaded ref-cast-impl v1.0.23 |
666 | 2024-11-07T01:23:02.196Z | Downloaded ref-cast v1.0.23 |
667 | 2024-11-07T01:23:02.199Z | Downloaded miniz_oxide v0.8.0 |
668 | 2024-11-07T01:23:02.201Z | Downloaded quick-error v1.2.3 |
669 | 2024-11-07T01:23:02.204Z | Downloaded futures-task v0.3.31 |
670 | 2024-11-07T01:23:02.204Z | Downloaded shlex v1.3.0 |
671 | 2024-11-07T01:23:02.207Z | Downloaded crc-any v2.5.0 |
672 | 2024-11-07T01:23:02.210Z | Downloaded headers-core v0.3.0 |
673 | 2024-11-07T01:23:02.210Z | Downloaded const-oid v0.9.6 |
674 | 2024-11-07T01:23:02.212Z | Downloaded env_logger v0.10.2 |
675 | 2024-11-07T01:23:02.215Z | Downloaded supports-color v3.0.1 |
676 | 2024-11-07T01:23:02.218Z | Downloaded slog-json v2.6.1 |
677 | 2024-11-07T01:23:02.220Z | Downloaded minimal-lexical v0.2.1 |
678 | 2024-11-07T01:23:02.225Z | Downloaded parking_lot_core v0.9.10 |
679 | 2024-11-07T01:23:02.240Z | Downloaded psl-types v2.0.11 |
680 | 2024-11-07T01:23:02.243Z | Downloaded uzers v0.12.1 |
681 | 2024-11-07T01:23:02.251Z | Downloaded tokio-macros v2.4.0 |
682 | 2024-11-07T01:23:02.251Z | Downloaded tap v1.0.1 |
683 | 2024-11-07T01:23:02.251Z | Downloaded tokio-tungstenite v0.24.0 |
684 | 2024-11-07T01:23:02.251Z | Downloaded slog-scope v4.4.0 |
685 | 2024-11-07T01:23:02.254Z | Downloaded uuid v1.10.0 |
686 | 2024-11-07T01:23:02.257Z | Downloaded tokio-native-tls v0.3.1 |
687 | 2024-11-07T01:23:02.260Z | Downloaded termios v0.3.3 |
688 | 2024-11-07T01:23:02.260Z | Downloaded unicode-bidi v0.3.17 |
689 | 2024-11-07T01:23:02.263Z | Downloaded display-error-chain v0.2.2 |
690 | 2024-11-07T01:23:02.266Z | Downloaded xz2 v0.1.7 |
691 | 2024-11-07T01:23:02.268Z | Downloaded ghash v0.5.1 |
692 | 2024-11-07T01:23:02.271Z | Downloaded gethostname v0.5.0 |
693 | 2024-11-07T01:23:02.271Z | Downloaded serde_yaml v0.9.34+deprecated |
694 | 2024-11-07T01:23:02.274Z | Downloaded signal-hook-mio v0.2.4 |
695 | 2024-11-07T01:23:02.278Z | Downloaded dhcproto-macros v0.1.0 |
696 | 2024-11-07T01:23:02.278Z | Downloaded tar v0.4.42 |
697 | 2024-11-07T01:23:02.282Z | Downloaded tui-tree-widget v0.22.0 |
698 | 2024-11-07T01:23:02.284Z | Downloaded schemars v0.8.21 |
699 | 2024-11-07T01:23:02.296Z | Downloaded ff v0.13.0 |
700 | 2024-11-07T01:23:02.298Z | Downloaded fd-lock v4.0.2 |
701 | 2024-11-07T01:23:02.301Z | Downloaded poly1305 v0.8.0 |
702 | 2024-11-07T01:23:02.303Z | Downloaded sct v0.7.1 |
703 | 2024-11-07T01:23:02.307Z | Downloaded rustfmt-wrapper v0.2.1 |
704 | 2024-11-07T01:23:02.310Z | Downloaded vte v0.11.1 |
705 | 2024-11-07T01:23:02.312Z | Downloaded vsss-rs v3.3.4 |
706 | 2024-11-07T01:23:02.315Z | Downloaded diesel_table_macro_syntax v0.2.0 |
707 | 2024-11-07T01:23:02.317Z | Downloaded itertools v0.10.5 |
708 | 2024-11-07T01:23:02.322Z | Downloaded smf v0.2.3 |
709 | 2024-11-07T01:23:02.325Z | Downloaded proc-macro-crate v1.3.1 |
710 | 2024-11-07T01:23:02.327Z | Downloaded slog-dtrace v0.3.0 |
711 | 2024-11-07T01:23:02.327Z | Downloaded indicatif v0.17.8 |
712 | 2024-11-07T01:23:02.331Z | Downloaded serde-big-array v0.5.1 |
713 | 2024-11-07T01:23:02.334Z | Downloaded rpassword v7.3.1 |
714 | 2024-11-07T01:23:02.337Z | Downloaded static_assertions v1.1.0 |
715 | 2024-11-07T01:23:02.337Z | Downloaded getrandom v0.2.15 |
716 | 2024-11-07T01:23:02.340Z | Downloaded thread_local v1.1.8 |
717 | 2024-11-07T01:23:02.343Z | Downloaded peg-macros v0.8.4 |
718 | 2024-11-07T01:23:02.345Z | Downloaded simd-adler32 v0.3.7 |
719 | 2024-11-07T01:23:02.348Z | Downloaded signal-hook v0.3.17 |
720 | 2024-11-07T01:23:02.350Z | Downloaded which v4.4.2 |
721 | 2024-11-07T01:23:02.353Z | Downloaded typify-macro v0.2.0 |
722 | 2024-11-07T01:23:02.355Z | Downloaded pin-project-internal v1.1.6 |
723 | 2024-11-07T01:23:02.358Z | Downloaded sync_wrapper v0.1.2 |
724 | 2024-11-07T01:23:02.358Z | Downloaded sync_wrapper v1.0.1 |
725 | 2024-11-07T01:23:02.360Z | Downloaded postgres-protocol v0.6.7 |
726 | 2024-11-07T01:23:02.360Z | Downloaded strip-ansi-escapes v0.2.0 |
727 | 2024-11-07T01:23:02.363Z | Downloaded string_cache v0.8.7 |
728 | 2024-11-07T01:23:02.363Z | Downloaded yasna v0.5.2 |
729 | 2024-11-07T01:23:02.366Z | Downloaded glob v0.3.1 |
730 | 2024-11-07T01:23:02.369Z | Downloaded untrusted v0.9.0 |
731 | 2024-11-07T01:23:02.372Z | Downloaded form_urlencoded v1.2.1 |
732 | 2024-11-07T01:23:02.372Z | Downloaded displaydoc v0.2.5 |
733 | 2024-11-07T01:23:02.375Z | Downloaded num v0.4.3 |
734 | 2024-11-07T01:23:02.377Z | Downloaded password-hash v0.5.0 |
735 | 2024-11-07T01:23:02.379Z | Downloaded pin-project v1.1.6 |
736 | 2024-11-07T01:23:02.390Z | Downloaded waitgroup v0.1.2 |
737 | 2024-11-07T01:23:02.393Z | Downloaded rand_chacha v0.3.1 |
738 | 2024-11-07T01:23:02.395Z | Downloaded packed_struct_codegen v0.10.1 |
739 | 2024-11-07T01:23:02.395Z | Downloaded want v0.3.1 |
740 | 2024-11-07T01:23:02.398Z | Downloaded libm v0.2.8 |
741 | 2024-11-07T01:23:02.406Z | Downloaded foreign-types-shared v0.3.1 |
742 | 2024-11-07T01:23:02.408Z | Downloaded serde_repr v0.1.19 |
743 | 2024-11-07T01:23:02.410Z | Downloaded tracing-attributes v0.1.27 |
744 | 2024-11-07T01:23:02.413Z | Downloaded serde-hex v0.1.0 |
745 | 2024-11-07T01:23:02.416Z | Downloaded rand_seeder v0.3.0 |
746 | 2024-11-07T01:23:02.416Z | Downloaded hex v0.4.3 |
747 | 2024-11-07T01:23:02.419Z | Downloaded progenitor v0.8.0 |
748 | 2024-11-07T01:23:02.421Z | Downloaded primeorder v0.13.6 |
749 | 2024-11-07T01:23:02.421Z | Downloaded dirs-sys-next v0.1.2 |
750 | 2024-11-07T01:23:02.423Z | Downloaded dirs-next v2.0.0 |
751 | 2024-11-07T01:23:02.423Z | Downloaded diesel-dtrace v0.3.0 |
752 | 2024-11-07T01:23:02.426Z | Downloaded tokio-rustls v0.24.1 |
753 | 2024-11-07T01:23:02.428Z | Downloaded progenitor-client v0.8.0 |
754 | 2024-11-07T01:23:02.428Z | Downloaded derive-where v1.2.7 |
755 | 2024-11-07T01:23:02.432Z | Downloaded rusty-fork v0.3.0 |
756 | 2024-11-07T01:23:02.434Z | Downloaded subtle v2.6.1 |
757 | 2024-11-07T01:23:02.437Z | Downloaded nu-ansi-term v0.50.1 |
758 | 2024-11-07T01:23:02.440Z | Downloaded peg-runtime v0.8.3 |
759 | 2024-11-07T01:23:02.440Z | Downloaded precomputed-hash v0.1.1 |
760 | 2024-11-07T01:23:02.443Z | Downloaded tokio-rustls v0.25.0 |
761 | 2024-11-07T01:23:02.443Z | Downloaded des v0.8.1 |
762 | 2024-11-07T01:23:02.445Z | Downloaded foreign-types-shared v0.1.1 |
763 | 2024-11-07T01:23:02.445Z | Downloaded fatfs v0.3.6 |
764 | 2024-11-07T01:23:02.448Z | Downloaded dsl_auto_type v0.1.2 |
765 | 2024-11-07T01:23:02.451Z | Downloaded rustc_version v0.1.7 |
766 | 2024-11-07T01:23:02.451Z | Downloaded rustc-hash v2.0.0 |
767 | 2024-11-07T01:23:02.451Z | Downloaded tinyvec_macros v0.1.1 |
768 | 2024-11-07T01:23:02.454Z | Downloaded password-hash v0.4.2 |
769 | 2024-11-07T01:23:02.456Z | Downloaded parking_lot_core v0.8.6 |
770 | 2024-11-07T01:23:02.459Z | Downloaded parking_lot v0.11.2 |
771 | 2024-11-07T01:23:02.461Z | Downloaded whoami v1.5.2 |
772 | 2024-11-07T01:23:02.464Z | Downloaded ppv-lite86 v0.2.20 |
773 | 2024-11-07T01:23:02.464Z | Downloaded unsafe-libyaml v0.2.11 |
774 | 2024-11-07T01:23:02.467Z | Downloaded tls_codec_derive v0.4.1 |
775 | 2024-11-07T01:23:02.469Z | Downloaded num_enum_derive v0.5.11 |
776 | 2024-11-07T01:23:02.472Z | Downloaded num_enum v0.5.11 |
777 | 2024-11-07T01:23:02.475Z | Downloaded heck v0.3.3 |
778 | 2024-11-07T01:23:02.477Z | Downloaded hashlink v0.9.1 |
779 | 2024-11-07T01:23:02.480Z | Downloaded phf_shared v0.10.0 |
780 | 2024-11-07T01:23:02.480Z | Downloaded opaque-debug v0.3.1 |
781 | 2024-11-07T01:23:02.482Z | Downloaded dhcproto v0.12.0 |
782 | 2024-11-07T01:23:02.485Z | Downloaded untrusted v0.7.1 |
783 | 2024-11-07T01:23:02.487Z | Downloaded hyper v1.4.1 |
784 | 2024-11-07T01:23:02.492Z | Downloaded peg v0.8.4 |
785 | 2024-11-07T01:23:02.496Z | Downloaded progenitor-macro v0.8.0 |
786 | 2024-11-07T01:23:02.498Z | Downloaded pbkdf2 v0.12.2 |
787 | 2024-11-07T01:23:02.501Z | Downloaded globset v0.4.15 |
788 | 2024-11-07T01:23:02.501Z | Downloaded typed-path v0.7.1 |
789 | 2024-11-07T01:23:02.507Z | Downloaded parking_lot v0.12.3 |
790 | 2024-11-07T01:23:02.509Z | Downloaded paste v1.0.15 |
791 | 2024-11-07T01:23:02.512Z | Downloaded rustls-pki-types v1.9.0 |
792 | 2024-11-07T01:23:02.516Z | Downloaded tower-service v0.3.3 |
793 | 2024-11-07T01:23:02.519Z | Downloaded walkdir v2.5.0 |
794 | 2024-11-07T01:23:02.521Z | Downloaded sigpipe v0.1.3 |
795 | 2024-11-07T01:23:02.521Z | Downloaded pem v3.0.4 |
796 | 2024-11-07T01:23:02.524Z | Downloaded mio v1.0.2 |
797 | 2024-11-07T01:23:02.528Z | Downloaded zeroize v1.8.1 |
798 | 2024-11-07T01:23:02.532Z | Downloaded snafu-derive v0.8.5 |
799 | 2024-11-07T01:23:02.532Z | Downloaded headers v0.4.0 |
800 | 2024-11-07T01:23:02.538Z | Downloaded embedded-io v0.6.1 |
801 | 2024-11-07T01:23:02.545Z | Downloaded p256 v0.13.2 |
802 | 2024-11-07T01:23:02.547Z | Downloaded itertools v0.13.0 |
803 | 2024-11-07T01:23:02.551Z | Downloaded spki v0.7.3 |
804 | 2024-11-07T01:23:02.554Z | Downloaded path-slash v0.1.5 |
805 | 2024-11-07T01:23:02.554Z | Downloaded diff v0.1.13 |
806 | 2024-11-07T01:23:02.557Z | Downloaded float-ord v0.3.2 |
807 | 2024-11-07T01:23:02.560Z | Downloaded derive_more v0.99.18 |
808 | 2024-11-07T01:23:02.562Z | Downloaded structmeta-derive v0.2.0 |
809 | 2024-11-07T01:23:02.567Z | Downloaded signature v2.2.0 |
810 | 2024-11-07T01:23:02.567Z | Downloaded rusqlite v0.32.1 |
811 | 2024-11-07T01:23:02.572Z | Downloaded tls_codec v0.4.1 |
812 | 2024-11-07T01:23:02.575Z | Downloaded env_logger v0.11.5 |
813 | 2024-11-07T01:23:02.579Z | Downloaded qorb v0.2.0 |
814 | 2024-11-07T01:23:02.582Z | Downloaded hash32 v0.2.1 |
815 | 2024-11-07T01:23:02.585Z | Downloaded tokio-postgres v0.7.12 |
816 | 2024-11-07T01:23:02.589Z | Downloaded group v0.13.0 |
817 | 2024-11-07T01:23:02.594Z | Downloaded rustls-pemfile v1.0.4 |
818 | 2024-11-07T01:23:02.594Z | Downloaded topological-sort v0.2.2 |
819 | 2024-11-07T01:23:02.596Z | Downloaded toolchain_find v0.4.0 |
820 | 2024-11-07T01:23:02.596Z | Downloaded rustc-hash v1.1.0 |
821 | 2024-11-07T01:23:02.599Z | Downloaded typify v0.2.0 |
822 | 2024-11-07T01:23:02.601Z | Downloaded dropshot_endpoint v0.12.0 |
823 | 2024-11-07T01:23:02.605Z | Downloaded oso v0.27.3 |
824 | 2024-11-07T01:23:02.608Z | Downloaded ena v0.14.3 |
825 | 2024-11-07T01:23:02.610Z | Downloaded hashbrown v0.12.3 |
826 | 2024-11-07T01:23:02.618Z | Downloaded derive_builder_macro v0.20.2 |
827 | 2024-11-07T01:23:02.620Z | Downloaded der v0.7.9 |
828 | 2024-11-07T01:23:02.620Z | Downloaded russh v0.45.0 |
829 | 2024-11-07T01:23:02.626Z | Downloaded olpc-cjson v0.1.4 |
830 | 2024-11-07T01:23:02.629Z | Downloaded serde_urlencoded v0.7.1 |
831 | 2024-11-07T01:23:02.629Z | Downloaded rtoolbox v0.0.2 |
832 | 2024-11-07T01:23:02.632Z | Downloaded rustc-demangle v0.1.24 |
833 | 2024-11-07T01:23:02.636Z | Downloaded unicode-truncate v1.1.0 |
834 | 2024-11-07T01:23:02.636Z | Downloaded thiserror-impl-no-std v2.0.2 |
835 | 2024-11-07T01:23:02.642Z | Downloaded slog v2.7.0 |
836 | 2024-11-07T01:23:02.642Z | Downloaded similar v2.6.0 |
837 | 2024-11-07T01:23:02.645Z | Downloaded percent-encoding v2.3.1 |
838 | 2024-11-07T01:23:02.645Z | Downloaded heapless v0.8.0 |
839 | 2024-11-07T01:23:02.649Z | Downloaded float-cmp v0.9.0 |
840 | 2024-11-07T01:23:02.652Z | Downloaded progenitor-impl v0.8.0 |
841 | 2024-11-07T01:23:02.655Z | Downloaded structmeta v0.3.0 |
842 | 2024-11-07T01:23:02.655Z | Downloaded futures v0.3.31 |
843 | 2024-11-07T01:23:02.659Z | Downloaded slog-bunyan v2.5.0 |
844 | 2024-11-07T01:23:02.662Z | Downloaded subprocess v0.2.9 |
845 | 2024-11-07T01:23:02.666Z | Downloaded rand v0.8.5 |
846 | 2024-11-07T01:23:02.668Z | Downloaded phf_generator v0.11.2 |
847 | 2024-11-07T01:23:02.671Z | Downloaded hashbrown v0.13.2 |
848 | 2024-11-07T01:23:02.674Z | Downloaded quinn v0.11.5 |
849 | 2024-11-07T01:23:02.678Z | Downloaded num_threads v0.1.7 |
850 | 2024-11-07T01:23:02.680Z | Downloaded tracing v0.1.40 |
851 | 2024-11-07T01:23:02.683Z | Downloaded termtree v0.4.1 |
852 | 2024-11-07T01:23:02.686Z | Downloaded take_mut v0.2.2 |
853 | 2024-11-07T01:23:02.686Z | Downloaded fallible-iterator v0.2.0 |
854 | 2024-11-07T01:23:02.688Z | Downloaded dyn-clone v1.0.17 |
855 | 2024-11-07T01:23:02.688Z | Downloaded utf-8 v0.7.6 |
856 | 2024-11-07T01:23:02.692Z | Downloaded universal-hash v0.5.1 |
857 | 2024-11-07T01:23:02.692Z | Downloaded salsa20 v0.10.2 |
858 | 2024-11-07T01:23:02.693Z | Downloaded russh-keys v0.45.0 |
859 | 2024-11-07T01:23:02.695Z | Downloaded number_prefix v0.4.0 |
860 | 2024-11-07T01:23:02.698Z | Downloaded prettyplease v0.2.22 |
861 | 2024-11-07T01:23:02.701Z | Downloaded pkcs5 v0.7.1 |
862 | 2024-11-07T01:23:02.704Z | Downloaded num-bigint v0.4.6 |
863 | 2024-11-07T01:23:02.709Z | Downloaded unicode-properties v0.1.3 |
864 | 2024-11-07T01:23:02.712Z | Downloaded blake3 v1.5.4 |
865 | 2024-11-07T01:23:02.719Z | Downloaded semver v0.1.20 |
866 | 2024-11-07T01:23:02.722Z | Downloaded scrypt v0.11.0 |
867 | 2024-11-07T01:23:02.725Z | Downloaded unicode-xid v0.2.6 |
868 | 2024-11-07T01:23:02.725Z | Downloaded winnow v0.5.40 |
869 | 2024-11-07T01:23:02.732Z | Downloaded zone_cfg_derive v0.1.2 |
870 | 2024-11-07T01:23:02.734Z | Downloaded hash32 v0.3.1 |
871 | 2024-11-07T01:23:02.734Z | Downloaded debug-ignore v1.0.5 |
872 | 2024-11-07T01:23:02.737Z | Downloaded phf v0.11.2 |
873 | 2024-11-07T01:23:02.739Z | Downloaded elliptic-curve v0.13.8 |
874 | 2024-11-07T01:23:02.742Z | Downloaded strum_macros v0.26.4 |
875 | 2024-11-07T01:23:02.744Z | Downloaded num-iter v0.1.45 |
876 | 2024-11-07T01:23:02.748Z | Downloaded structmeta v0.2.0 |
877 | 2024-11-07T01:23:02.748Z | Downloaded slog-async v2.8.0 |
878 | 2024-11-07T01:23:02.751Z | Downloaded pem-rfc7468 v0.7.0 |
879 | 2024-11-07T01:23:02.751Z | Downloaded num-rational v0.4.2 |
880 | 2024-11-07T01:23:02.753Z | Downloaded pretty-hex v0.2.1 |
881 | 2024-11-07T01:23:02.753Z | Downloaded futures-util v0.3.31 |
882 | 2024-11-07T01:23:02.765Z | Downloaded signal-hook-registry v1.4.2 |
883 | 2024-11-07T01:23:02.767Z | Downloaded publicsuffix v2.2.3 |
884 | 2024-11-07T01:23:02.770Z | Downloaded itertools v0.12.1 |
885 | 2024-11-07T01:23:02.776Z | Downloaded spin v0.5.2 |
886 | 2024-11-07T01:23:02.778Z | Downloaded strum_macros v0.25.3 |
887 | 2024-11-07T01:23:02.781Z | Downloaded steno v0.4.1 |
888 | 2024-11-07T01:23:02.784Z | Downloaded zerocopy v0.6.6 |
889 | 2024-11-07T01:23:02.786Z | Downloaded resolv-conf v0.7.0 |
890 | 2024-11-07T01:23:02.789Z | Downloaded tracing-core v0.1.32 |
891 | 2024-11-07T01:23:02.791Z | Downloaded tungstenite v0.23.0 |
892 | 2024-11-07T01:23:02.795Z | Downloaded der_derive v0.7.3 |
893 | 2024-11-07T01:23:02.797Z | Downloaded vte_generate_state_changes v0.1.2 |
894 | 2024-11-07T01:23:02.800Z | Downloaded predicates-tree v1.0.11 |
895 | 2024-11-07T01:23:02.800Z | Downloaded predicates-core v1.0.8 |
896 | 2024-11-07T01:23:02.803Z | Downloaded funty v2.0.0 |
897 | 2024-11-07T01:23:02.803Z | Downloaded hex-literal v0.4.1 |
898 | 2024-11-07T01:23:02.803Z | Downloaded fixedbitset v0.4.2 |
899 | 2024-11-07T01:23:02.806Z | Downloaded nodrop v0.1.14 |
900 | 2024-11-07T01:23:02.806Z | Downloaded flagset v0.4.6 |
901 | 2024-11-07T01:23:02.806Z | Downloaded tungstenite v0.21.0 |
902 | 2024-11-07T01:23:02.809Z | Downloaded serde_with_macros v3.11.0 |
903 | 2024-11-07T01:23:02.812Z | Downloaded r2d2 v0.8.10 |
904 | 2024-11-07T01:23:02.814Z | Downloaded powerfmt v0.2.0 |
905 | 2024-11-07T01:23:02.816Z | Downloaded pkg-config v0.3.31 |
906 | 2024-11-07T01:23:02.816Z | Downloaded fragile v2.0.0 |
907 | 2024-11-07T01:23:02.819Z | Downloaded stable_deref_trait v1.2.0 |
908 | 2024-11-07T01:23:02.819Z | Downloaded postgres-types v0.2.8 |
909 | 2024-11-07T01:23:02.821Z | Downloaded postcard v1.0.10 |
910 | 2024-11-07T01:23:02.824Z | Downloaded filetime v0.2.25 |
911 | 2024-11-07T01:23:02.827Z | Downloaded omicron-zone-package v0.11.1 |
912 | 2024-11-07T01:23:02.829Z | Downloaded num-integer v0.1.46 |
913 | 2024-11-07T01:23:02.832Z | Downloaded rfc6979 v0.4.0 |
914 | 2024-11-07T01:23:02.832Z | Downloaded nom v7.1.3 |
915 | 2024-11-07T01:23:02.837Z | Downloaded radium v0.7.0 |
916 | 2024-11-07T01:23:02.840Z | Downloaded flume v0.11.0 |
917 | 2024-11-07T01:23:02.842Z | Downloaded num-complex v0.4.6 |
918 | 2024-11-07T01:23:02.844Z | Downloaded futures-core v0.3.31 |
919 | 2024-11-07T01:23:02.847Z | Downloaded thiserror-no-std v2.0.2 |
920 | 2024-11-07T01:23:02.849Z | Downloaded oso-derive v0.27.3 |
921 | 2024-11-07T01:23:02.851Z | Downloaded xattr v1.3.1 |
922 | 2024-11-07T01:23:02.854Z | Downloaded futures-channel v0.3.31 |
923 | 2024-11-07T01:23:02.854Z | Downloaded futures-executor v0.3.31 |
924 | 2024-11-07T01:23:02.857Z | Downloaded derive_builder_core v0.20.2 |
925 | 2024-11-07T01:23:02.859Z | Downloaded num-traits v0.2.19 |
926 | 2024-11-07T01:23:02.862Z | Downloaded rcgen v0.12.1 |
927 | 2024-11-07T01:23:02.864Z | Downloaded rayon-core v1.12.1 |
928 | 2024-11-07T01:23:02.867Z | Downloaded portable-atomic v1.9.0 |
929 | 2024-11-07T01:23:02.874Z | Downloaded wait-timeout v0.2.0 |
930 | 2024-11-07T01:23:02.876Z | Downloaded bindgen v0.69.5 |
931 | 2024-11-07T01:23:02.883Z | Downloaded toml v0.7.8 |
932 | 2024-11-07T01:23:02.886Z | Downloaded socket2 v0.5.7 |
933 | 2024-11-07T01:23:02.888Z | Downloaded zopfli v0.8.1 |
934 | 2024-11-07T01:23:02.891Z | Downloaded rustls-webpki v0.102.8 |
935 | 2024-11-07T01:23:02.910Z | Downloaded ron v0.8.1 |
936 | 2024-11-07T01:23:02.915Z | Downloaded curve25519-dalek v4.1.3 |
937 | 2024-11-07T01:23:02.940Z | Downloaded test-strategy v0.3.1 |
938 | 2024-11-07T01:23:02.945Z | Downloaded hyper v0.14.30 |
939 | 2024-11-07T01:23:02.956Z | Downloaded zip v2.1.3 |
940 | 2024-11-07T01:23:02.962Z | Downloaded tough v0.17.1 |
941 | 2024-11-07T01:23:02.971Z | Downloaded bitvec v1.0.1 |
942 | 2024-11-07T01:23:02.988Z | Downloaded tokio-util v0.7.12 |
943 | 2024-11-07T01:23:02.995Z | Downloaded openssl-sys v0.9.103 |
944 | 2024-11-07T01:23:03.001Z | Downloaded hashbrown v0.14.5 |
945 | 2024-11-07T01:23:03.007Z | Downloaded time v0.3.36 |
946 | 2024-11-07T01:23:03.014Z | Downloaded expectorate v1.1.0 |
947 | 2024-11-07T01:23:03.017Z | Downloaded radix_trie v0.2.1 |
948 | 2024-11-07T01:23:03.023Z | Downloaded idna v0.3.0 |
949 | 2024-11-07T01:23:03.030Z | Downloaded toml_edit v0.19.15 |
950 | 2024-11-07T01:23:03.048Z | Downloaded p521 v0.13.3 |
951 | 2024-11-07T01:23:03.051Z | Downloaded chrono-tz v0.10.0 |
952 | 2024-11-07T01:23:03.058Z | Downloaded rustyline v14.0.0 |
953 | 2024-11-07T01:23:03.064Z | Downloaded git2 v0.19.0 |
954 | 2024-11-07T01:23:03.074Z | Downloaded salty v0.3.0 |
955 | 2024-11-07T01:23:03.081Z | Downloaded rustls-webpki v0.101.7 |
956 | 2024-11-07T01:23:03.097Z | Downloaded regex v1.11.0 |
957 | 2024-11-07T01:23:03.111Z | Downloaded flate2 v1.0.34 |
958 | 2024-11-07T01:23:03.117Z | Downloaded smoltcp v0.9.1 |
959 | 2024-11-07T01:23:03.128Z | Downloaded rustls v0.21.12 |
960 | 2024-11-07T01:23:03.140Z | Downloaded lalrpop v0.19.12 |
961 | 2024-11-07T01:23:03.152Z | Downloaded p384 v0.13.0 |
962 | 2024-11-07T01:23:03.158Z | Downloaded proptest v1.5.0 |
963 | 2024-11-07T01:23:03.168Z | Downloaded diesel v2.2.4 |
964 | 2024-11-07T01:23:03.187Z | Downloaded bstr v1.10.0 |
965 | 2024-11-07T01:23:03.197Z | Downloaded idna v0.5.0 |
966 | 2024-11-07T01:23:03.203Z | Downloaded h2 v0.4.6 |
967 | 2024-11-07T01:23:03.210Z | Downloaded rustls v0.22.4 |
968 | 2024-11-07T01:23:03.224Z | Downloaded sqlparser v0.45.0 |
969 | 2024-11-07T01:23:03.229Z | Downloaded idna v0.2.3 |
970 | 2024-11-07T01:23:03.236Z | Downloaded regress v0.10.1 |
971 | 2024-11-07T01:23:03.246Z | Downloaded h2 v0.3.26 |
972 | 2024-11-07T01:23:03.253Z | Downloaded sled v0.34.7 |
973 | 2024-11-07T01:23:03.264Z | Downloaded typify-impl v0.2.0 |
974 | 2024-11-07T01:23:03.279Z | Downloaded idna v0.4.0 |
975 | 2024-11-07T01:23:03.287Z | Downloaded reqwest v0.12.8 |
976 | 2024-11-07T01:23:03.295Z | Downloaded quinn-proto v0.11.8 |
977 | 2024-11-07T01:23:03.302Z | Downloaded nix v0.27.1 |
978 | 2024-11-07T01:23:03.314Z | Downloaded serde_with v3.11.0 |
979 | 2024-11-07T01:23:03.323Z | Downloaded rayon v1.10.0 |
980 | 2024-11-07T01:23:03.333Z | Downloaded zerocopy-derive v0.6.6 |
981 | 2024-11-07T01:23:03.342Z | Downloaded nix v0.28.0 |
982 | 2024-11-07T01:23:03.354Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
983 | 2024-11-07T01:23:03.366Z | Downloaded dropshot v0.12.0 |
984 | 2024-11-07T01:23:03.386Z | Downloaded nix v0.29.0 |
985 | 2024-11-07T01:23:03.398Z | Downloaded hickory-proto v0.24.1 |
986 | 2024-11-07T01:23:03.413Z | Downloaded rustls v0.23.14 |
987 | 2024-11-07T01:23:03.425Z | Downloaded vcpkg v0.2.15 |
988 | 2024-11-07T01:23:03.470Z | Downloaded object v0.30.4 |
989 | 2024-11-07T01:23:03.480Z | Downloaded object v0.36.5 |
990 | 2024-11-07T01:23:03.493Z | Downloaded openssl v0.10.66 |
991 | 2024-11-07T01:23:03.502Z | Downloaded webpki-roots v0.26.6 |
992 | 2024-11-07T01:23:03.505Z | Downloaded trust-dns-proto v0.22.0 |
993 | 2024-11-07T01:23:03.517Z | Downloaded gimli v0.31.1 |
994 | 2024-11-07T01:23:03.525Z | Downloaded csv v1.3.0 |
995 | 2024-11-07T01:23:03.551Z | Downloaded openapiv3 v2.0.0 |
996 | 2024-11-07T01:23:03.559Z | Downloaded tokio v1.40.0 |
997 | 2024-11-07T01:23:03.600Z | Downloaded regress v0.9.1 |
998 | 2024-11-07T01:23:03.609Z | Downloaded regex-syntax v0.8.5 |
999 | 2024-11-07T01:23:03.618Z | Downloaded sha3 v0.10.8 |
1000 | 2024-11-07T01:23:03.623Z | Downloaded quick-xml v0.33.0 |
1001 | 2024-11-07T01:23:03.632Z | Downloaded polar-core v0.27.3 |
1002 | 2024-11-07T01:23:03.639Z | Downloaded regex-syntax v0.6.29 |
1003 | 2024-11-07T01:23:03.647Z | Downloaded num-bigint-dig v0.8.4 |
1004 | 2024-11-07T01:23:03.655Z | Downloaded smoltcp v0.11.0 |
1005 | 2024-11-07T01:23:03.667Z | Downloaded ed25519-dalek v2.1.1 |
1006 | 2024-11-07T01:23:03.670Z | Downloaded unicode_categories v0.1.1 |
1007 | 2024-11-07T01:23:03.673Z | Downloaded snafu v0.8.5 |
1008 | 2024-11-07T01:23:03.678Z | Downloaded samael v0.0.17 |
1009 | 2024-11-07T01:23:03.684Z | Downloaded chrono v0.4.38 |
1010 | 2024-11-07T01:23:03.694Z | Downloaded tungstenite v0.24.0 |
1011 | 2024-11-07T01:23:03.696Z | Downloaded ssh-key v0.6.6 |
1012 | 2024-11-07T01:23:03.704Z | Downloaded shell-words v1.1.0 |
1013 | 2024-11-07T01:23:03.707Z | Downloaded spin v0.9.8 |
1014 | 2024-11-07T01:23:03.712Z | Downloaded secrecy v0.8.0 |
1015 | 2024-11-07T01:23:03.712Z | Downloaded rsa v0.9.6 |
1016 | 2024-11-07T01:23:03.714Z | Downloaded x509-cert v0.2.5 |
1017 | 2024-11-07T01:23:03.720Z | Downloaded url v2.5.2 |
1018 | 2024-11-07T01:23:03.724Z | Downloaded unicode-segmentation v1.12.0 |
1019 | 2024-11-07T01:23:03.728Z | Downloaded zone v0.3.0 |
1020 | 2024-11-07T01:23:03.730Z | Downloaded predicates v3.1.2 |
1021 | 2024-11-07T01:23:03.733Z | Downloaded fallible-streaming-iterator v0.1.9 |
1022 | 2024-11-07T01:23:03.733Z | Downloaded fallible-iterator v0.3.0 |
1023 | 2024-11-07T01:23:03.737Z | Downloaded deranged v0.3.11 |
1024 | 2024-11-07T01:23:03.737Z | Downloaded tinyvec v1.8.0 |
1025 | 2024-11-07T01:23:03.737Z | Downloaded pkcs8 v0.10.2 |
1026 | 2024-11-07T01:23:03.740Z | Downloaded half v2.4.1 |
1027 | 2024-11-07T01:23:03.742Z | Downloaded unicode-normalization v0.1.24 |
1028 | 2024-11-07T01:23:03.747Z | Downloaded reqwest v0.11.27 |
1029 | 2024-11-07T01:23:03.754Z | Downloaded phf_codegen v0.11.2 |
1030 | 2024-11-07T01:23:03.757Z | Downloaded zone v0.1.8 |
1031 | 2024-11-07T01:23:03.757Z | Downloaded pkcs1 v0.7.5 |
1032 | 2024-11-07T01:23:03.760Z | Downloaded pin-project-lite v0.2.14 |
1033 | 2024-11-07T01:23:03.763Z | Downloaded parse-zoneinfo v0.3.1 |
1034 | 2024-11-07T01:23:03.766Z | Downloaded regex-automata v0.4.8 |
1035 | 2024-11-07T01:23:03.786Z | Downloaded ratatui v0.28.1 |
1036 | 2024-11-07T01:23:03.808Z | Downloaded pbkdf2 v0.11.0 |
1037 | 2024-11-07T01:23:03.810Z | Downloaded libxml v0.3.3 |
1038 | 2024-11-07T01:23:03.816Z | Downloaded reedline v0.35.0 |
1039 | 2024-11-07T01:23:03.824Z | Downloaded signal-hook-tokio v0.3.1 |
1040 | 2024-11-07T01:23:03.827Z | Downloaded lzma-sys v0.1.20 |
1041 | 2024-11-07T01:23:03.858Z | Downloaded pin-utils v0.1.0 |
1042 | 2024-11-07T01:23:03.860Z | Downloaded embedded-io v0.4.0 |
1043 | 2024-11-07T01:23:03.863Z | Downloaded either v1.13.0 |
1044 | 2024-11-07T01:23:03.863Z | Downloaded twox-hash v1.6.3 |
1045 | 2024-11-07T01:23:03.865Z | Downloaded serde_derive_internals v0.29.1 |
1046 | 2024-11-07T01:23:03.865Z | Downloaded unarray v0.1.4 |
1047 | 2024-11-07T01:23:03.868Z | Downloaded tabwriter v1.4.0 |
1048 | 2024-11-07T01:23:03.868Z | Downloaded scopeguard v1.2.0 |
1049 | 2024-11-07T01:23:03.870Z | Downloaded schemars_derive v0.8.21 |
1050 | 2024-11-07T01:23:03.870Z | Downloaded scheduled-thread-pool v0.2.7 |
1051 | 2024-11-07T01:23:03.873Z | Downloaded petgraph v0.6.5 |
1052 | 2024-11-07T01:23:03.891Z | Downloaded quinn-udp v0.5.5 |
1053 | 2024-11-07T01:23:03.894Z | Downloaded diesel_derives v2.2.3 |
1054 | 2024-11-07T01:23:03.897Z | Downloaded aes-gcm v0.10.3 |
1055 | 2024-11-07T01:23:03.900Z | Downloaded vergen v8.3.2 |
1056 | 2024-11-07T01:23:03.903Z | Downloaded enum-as-inner v0.5.1 |
1057 | 2024-11-07T01:23:03.906Z | Downloaded sqlformat v0.2.6 |
1058 | 2024-11-07T01:23:03.908Z | Downloaded foreign-types-macros v0.2.3 |
1059 | 2024-11-07T01:23:03.908Z | Downloaded heapless v0.7.17 |
1060 | 2024-11-07T01:23:03.911Z | Downloaded derive_builder v0.20.2 |
1061 | 2024-11-07T01:23:03.916Z | Downloaded zip v0.6.6 |
1062 | 2024-11-07T01:23:03.920Z | Downloaded phf_shared v0.11.2 |
1063 | 2024-11-07T01:23:03.922Z | Downloaded crypto-bigint v0.5.5 |
1064 | 2024-11-07T01:23:03.928Z | Downloaded crossbeam-channel v0.5.13 |
1065 | 2024-11-07T01:23:03.933Z | Downloaded libz-sys v1.1.20 |
1066 | 2024-11-07T01:23:03.954Z | Downloaded owo-colors v4.1.0 |
1067 | 2024-11-07T01:23:03.957Z | Downloaded ssh-cipher v0.2.0 |
1068 | 2024-11-07T01:23:03.959Z | Downloaded http v1.1.0 |
1069 | 2024-11-07T01:23:03.962Z | Downloaded crossterm v0.28.1 |
1070 | 2024-11-07T01:23:03.968Z | Downloaded const_format v0.2.33 |
1071 | 2024-11-07T01:23:03.972Z | Downloaded termcolor v1.4.1 |
1072 | 2024-11-07T01:23:03.975Z | Downloaded ron v0.7.1 |
1073 | 2024-11-07T01:23:03.978Z | Downloaded serde_path_to_error v0.1.16 |
1074 | 2024-11-07T01:23:03.980Z | Downloaded rustls-pemfile v2.2.0 |
1075 | 2024-11-07T01:23:03.983Z | Downloaded base64 v0.22.1 |
1076 | 2024-11-07T01:23:03.985Z | Downloaded hyper-util v0.1.9 |
1077 | 2024-11-07T01:23:03.990Z | Downloaded slog-envlogger v2.2.0 |
1078 | 2024-11-07T01:23:03.992Z | Downloaded allocator-api2 v0.2.18 |
1079 | 2024-11-07T01:23:03.995Z | Downloaded ed25519 v2.2.3 |
1080 | 2024-11-07T01:23:03.998Z | Downloaded mockall_derive v0.13.0 |
1081 | 2024-11-07T01:23:03.998Z | Downloaded compact_str v0.8.0 |
1082 | 2024-11-07T01:23:04.001Z | Downloaded chacha20poly1305 v0.10.1 |
1083 | 2024-11-07T01:23:04.004Z | Downloaded tokio-tungstenite v0.23.1 |
1084 | 2024-11-07T01:23:04.015Z | Downloaded backtrace v0.3.74 |
1085 | 2024-11-07T01:23:04.019Z | Downloaded crossbeam-utils v0.8.20 |
1086 | 2024-11-07T01:23:04.019Z | Downloaded bytes v1.7.2 |
1087 | 2024-11-07T01:23:04.019Z | Downloaded sqlparser_derive v0.2.2 |
1088 | 2024-11-07T01:23:04.019Z | Downloaded polyval v0.6.2 |
1089 | 2024-11-07T01:23:04.022Z | Downloaded enum-as-inner v0.6.1 |
1090 | 2024-11-07T01:23:04.022Z | Downloaded ecdsa v0.16.9 |
1091 | 2024-11-07T01:23:04.024Z | Downloaded tokio-rustls v0.26.0 |
1092 | 2024-11-07T01:23:04.027Z | Downloaded time-macros v0.2.18 |
1093 | 2024-11-07T01:23:04.027Z | Downloaded hyper-rustls v0.27.3 |
1094 | 2024-11-07T01:23:04.029Z | Downloaded hkdf v0.12.4 |
1095 | 2024-11-07T01:23:04.032Z | Downloaded tokio-stream v0.1.16 |
1096 | 2024-11-07T01:23:04.036Z | Downloaded term v0.7.0 |
1097 | 2024-11-07T01:23:04.039Z | Downloaded aho-corasick v1.1.3 |
1098 | 2024-11-07T01:23:04.045Z | Downloaded parse-display v0.10.0 |
1099 | 2024-11-07T01:23:04.048Z | Downloaded indexmap v1.9.3 |
1100 | 2024-11-07T01:23:04.050Z | Downloaded num-derive v0.4.2 |
1101 | 2024-11-07T01:23:04.053Z | Downloaded futures-io v0.3.31 |
1102 | 2024-11-07T01:23:04.055Z | Downloaded futures-macro v0.3.31 |
1103 | 2024-11-07T01:23:04.055Z | Downloaded foldhash v0.1.3 |
1104 | 2024-11-07T01:23:04.055Z | Downloaded native-tls v0.2.12 |
1105 | 2024-11-07T01:23:04.058Z | Downloaded mime_guess v2.0.5 |
1106 | 2024-11-07T01:23:04.060Z | Downloaded lock_api v0.4.12 |
1107 | 2024-11-07T01:23:04.060Z | Downloaded zeroize_derive v1.4.2 |
1108 | 2024-11-07T01:23:04.063Z | Downloaded ipnet v2.10.1 |
1109 | 2024-11-07T01:23:04.063Z | Downloaded indoc v1.0.9 |
1110 | 2024-11-07T01:23:04.068Z | Downloaded hickory-server v0.24.1 |
1111 | 2024-11-07T01:23:04.070Z | Downloaded serde_plain v1.0.2 |
1112 | 2024-11-07T01:23:04.073Z | Downloaded rustversion v1.0.17 |
1113 | 2024-11-07T01:23:04.076Z | Downloaded lru-cache v0.1.2 |
1114 | 2024-11-07T01:23:04.076Z | Downloaded num-conv v0.1.0 |
1115 | 2024-11-07T01:23:04.079Z | Downloaded normalize-line-endings v0.3.0 |
1116 | 2024-11-07T01:23:04.079Z | Downloaded bit-vec v0.6.3 |
1117 | 2024-11-07T01:23:04.079Z | Downloaded keccak v0.1.5 |
1118 | 2024-11-07T01:23:04.081Z | Downloaded is-terminal v0.4.13 |
1119 | 2024-11-07T01:23:04.081Z | Downloaded base64ct v1.6.0 |
1120 | 2024-11-07T01:23:04.083Z | Downloaded ahash v0.8.11 |
1121 | 2024-11-07T01:23:04.086Z | Downloaded clang-sys v1.8.1 |
1122 | 2024-11-07T01:23:04.088Z | Downloaded matches v0.1.10 |
1123 | 2024-11-07T01:23:04.088Z | Downloaded cookie_store v0.21.0 |
1124 | 2024-11-07T01:23:04.091Z | Downloaded bcs v0.1.6 |
1125 | 2024-11-07T01:23:04.091Z | Downloaded arc-swap v1.7.1 |
1126 | 2024-11-07T01:23:04.095Z | Downloaded castaway v0.2.3 |
1127 | 2024-11-07T01:23:04.097Z | Downloaded bit-set v0.5.3 |
1128 | 2024-11-07T01:23:04.097Z | Downloaded arrayref v0.3.9 |
1129 | 2024-11-07T01:23:04.177Z | Downloaded encoding_rs v0.8.34 |
1130 | 2024-11-07T01:23:04.294Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1131 | 2024-11-07T01:23:04.972Z | Downloaded ring v0.17.8 |
1132 | 2024-11-07T01:23:05.157Z | Downloaded libsqlite3-sys v0.30.1 |
1133 | 2024-11-07T01:23:05.237Z | Downloaded ring v0.16.20 |
1134 | 2024-11-07T01:23:05.417Z | Compiling serde v1.0.210 |
1135 | 2024-11-07T01:23:05.420Z | Compiling typenum v1.17.0 |
1136 | 2024-11-07T01:23:05.420Z | Compiling lock_api v0.4.12 |
1137 | 2024-11-07T01:23:05.420Z | Compiling generic-array v0.14.7 |
1138 | 2024-11-07T01:23:05.420Z | Compiling scopeguard v1.2.0 |
1139 | 2024-11-07T01:23:05.420Z | Compiling subtle v2.6.1 |
1140 | 2024-11-07T01:23:05.583Z | Compiling syn v2.0.79 |
1141 | 2024-11-07T01:23:05.597Z | Compiling getrandom v0.2.15 |
1142 | 2024-11-07T01:23:05.794Z | Compiling value-bag v1.9.0 |
1143 | 2024-11-07T01:23:05.912Z | Compiling rand_core v0.6.4 |
1144 | 2024-11-07T01:23:05.969Z | Compiling const-oid v0.9.6 |
1145 | 2024-11-07T01:23:06.018Z | Compiling jobserver v0.1.32 |
1146 | 2024-11-07T01:23:06.101Z | Compiling shlex v1.3.0 |
1147 | 2024-11-07T01:23:06.374Z | Compiling log v0.4.22 |
1148 | 2024-11-07T01:23:06.411Z | Compiling cc v1.1.30 |
1149 | 2024-11-07T01:23:06.453Z | Compiling pin-project-lite v0.2.14 |
1150 | 2024-11-07T01:23:06.572Z | Compiling smallvec v1.13.2 |
1151 | 2024-11-07T01:23:06.937Z | Compiling parking_lot_core v0.9.10 |
1152 | 2024-11-07T01:23:06.984Z | Compiling futures-core v0.3.31 |
1153 | 2024-11-07T01:23:07.095Z | Compiling signal-hook-registry v1.4.2 |
1154 | 2024-11-07T01:23:07.247Z | Compiling mio v1.0.2 |
1155 | 2024-11-07T01:23:07.266Z | Compiling cpufeatures v0.2.14 |
1156 | 2024-11-07T01:23:07.373Z | Compiling futures-sink v0.3.31 |
1157 | 2024-11-07T01:23:07.529Z | Compiling spin v0.9.8 |
1158 | 2024-11-07T01:23:07.815Z | Compiling parking_lot v0.12.3 |
1159 | 2024-11-07T01:23:07.886Z | Compiling socket2 v0.5.7 |
1160 | 2024-11-07T01:23:07.962Z | Compiling slab v0.4.9 |
1161 | 2024-11-07T01:23:08.090Z | Compiling serde_json v1.0.128 |
1162 | 2024-11-07T01:23:08.281Z | Compiling futures-channel v0.3.31 |
1163 | 2024-11-07T01:23:08.464Z | Compiling futures-task v0.3.31 |
1164 | 2024-11-07T01:23:08.549Z | Compiling pin-utils v0.1.0 |
1165 | 2024-11-07T01:23:08.653Z | Compiling futures-io v0.3.31 |
1166 | 2024-11-07T01:23:08.727Z | Compiling foldhash v0.1.3 |
1167 | 2024-11-07T01:23:08.788Z | Compiling allocator-api2 v0.2.18 |
1168 | 2024-11-07T01:23:08.791Z | Compiling tinyvec_macros v0.1.1 |
1169 | 2024-11-07T01:23:08.865Z | Compiling tinyvec v1.8.0 |
1170 | 2024-11-07T01:23:08.885Z | Compiling pkg-config v0.3.31 |
1171 | 2024-11-07T01:23:08.977Z | Compiling libm v0.2.8 |
1172 | 2024-11-07T01:23:08.998Z | Compiling num-traits v0.2.19 |
1173 | 2024-11-07T01:23:09.044Z | Compiling unicode-bidi v0.3.17 |
1174 | 2024-11-07T01:23:09.529Z | Compiling base64ct v1.6.0 |
1175 | 2024-11-07T01:23:09.676Z | Compiling hashbrown v0.15.0 |
1176 | 2024-11-07T01:23:10.175Z | Compiling pem-rfc7468 v0.7.0 |
1177 | 2024-11-07T01:23:10.466Z | Compiling unicode-normalization v0.1.24 |
1178 | 2024-11-07T01:23:10.539Z | Compiling ring v0.17.8 |
1179 | 2024-11-07T01:23:10.539Z | Compiling flagset v0.4.6 |
1180 | 2024-11-07T01:23:10.798Z | Compiling httparse v1.9.5 |
1181 | 2024-11-07T01:23:10.866Z | Compiling tracing-core v0.1.32 |
1182 | 2024-11-07T01:23:10.973Z | Compiling percent-encoding v2.3.1 |
1183 | 2024-11-07T01:23:11.164Z | Compiling rustls-pki-types v1.9.0 |
1184 | 2024-11-07T01:23:11.355Z | Compiling crossbeam-utils v0.8.20 |
1185 | 2024-11-07T01:23:11.597Z | Compiling powerfmt v0.2.0 |
1186 | 2024-11-07T01:23:11.990Z | Compiling num-conv v0.1.0 |
1187 | 2024-11-07T01:23:12.009Z | Compiling untrusted v0.9.0 |
1188 | 2024-11-07T01:23:12.147Z | Compiling time-core v0.1.2 |
1189 | 2024-11-07T01:23:12.166Z | Compiling vcpkg v0.2.15 |
1190 | 2024-11-07T01:23:12.261Z | Compiling deranged v0.3.11 |
1191 | 2024-11-07T01:23:12.280Z | Compiling num_threads v0.1.7 |
1192 | 2024-11-07T01:23:12.300Z | Compiling time-macros v0.2.18 |
1193 | 2024-11-07T01:23:12.402Z | Compiling atomic-waker v1.1.2 |
1194 | 2024-11-07T01:23:12.540Z | Compiling form_urlencoded v1.2.1 |
1195 | 2024-11-07T01:23:12.582Z | Compiling rustix v0.38.37 |
1196 | 2024-11-07T01:23:12.864Z | Compiling try-lock v0.2.5 |
1197 | 2024-11-07T01:23:13.040Z | Compiling slog v2.7.0 |
1198 | 2024-11-07T01:23:13.454Z | Compiling want v0.3.1 |
1199 | 2024-11-07T01:23:13.473Z | Compiling httpdate v1.0.3 |
1200 | 2024-11-07T01:23:13.725Z | Compiling idna v0.5.0 |
1201 | 2024-11-07T01:23:13.934Z | Compiling openssl v0.10.66 |
1202 | 2024-11-07T01:23:14.012Z | Compiling tower-service v0.3.3 |
1203 | 2024-11-07T01:23:14.030Z | Compiling openssl-sys v0.9.103 |
1204 | 2024-11-07T01:23:14.142Z | Compiling rustversion v1.0.17 |
1205 | 2024-11-07T01:23:14.288Z | Compiling base64 v0.22.1 |
1206 | 2024-11-07T01:23:14.335Z | Compiling foreign-types-shared v0.1.1 |
1207 | 2024-11-07T01:23:14.446Z | Compiling adler2 v2.0.0 |
1208 | 2024-11-07T01:23:14.654Z | Compiling match_cfg v0.1.0 |
1209 | 2024-11-07T01:23:14.743Z | Compiling iana-time-zone v0.1.61 |
1210 | 2024-11-07T01:23:14.875Z | Compiling hostname v0.3.1 |
1211 | 2024-11-07T01:23:15.038Z | Compiling miniz_oxide v0.8.0 |
1212 | 2024-11-07T01:23:15.093Z | Compiling url v2.5.2 |
1213 | 2024-11-07T01:23:15.125Z | Compiling foreign-types v0.3.2 |
1214 | 2024-11-07T01:23:15.147Z | Compiling dirs-sys-next v0.1.2 |
1215 | 2024-11-07T01:23:15.149Z | Compiling time v0.3.36 |
1216 | 2024-11-07T01:23:15.205Z | Compiling aho-corasick v1.1.3 |
1217 | 2024-11-07T01:23:15.768Z | Compiling data-encoding v2.6.0 |
1218 | 2024-11-07T01:23:16.177Z | Compiling rustls v0.23.14 |
1219 | 2024-11-07T01:23:16.438Z | Compiling syn v1.0.109 |
1220 | 2024-11-07T01:23:16.684Z | Compiling siphasher v0.3.11 |
1221 | 2024-11-07T01:23:16.989Z | Compiling native-tls v0.2.12 |
1222 | 2024-11-07T01:23:17.046Z | Compiling rustls v0.22.4 |
1223 | 2024-11-07T01:23:17.295Z | Compiling regex-syntax v0.8.5 |
1224 | 2024-11-07T01:23:17.381Z | Compiling dirs-next v2.0.0 |
1225 | 2024-11-07T01:23:17.574Z | Compiling serde_derive_internals v0.29.1 |
1226 | 2024-11-07T01:23:18.703Z | Compiling serde_derive v1.0.210 |
1227 | 2024-11-07T01:23:18.861Z | Compiling zeroize_derive v1.4.2 |
1228 | 2024-11-07T01:23:18.898Z | Compiling zerocopy-derive v0.7.35 |
1229 | 2024-11-07T01:23:19.836Z | Compiling tokio-macros v2.4.0 |
1230 | 2024-11-07T01:23:19.858Z | Compiling thiserror-impl v1.0.64 |
1231 | 2024-11-07T01:23:20.008Z | Compiling futures-macro v0.3.31 |
1232 | 2024-11-07T01:23:20.269Z | Compiling zeroize v1.8.1 |
1233 | 2024-11-07T01:23:20.985Z | Compiling zerocopy v0.7.35 |
1234 | 2024-11-07T01:23:21.257Z | Compiling der_derive v0.7.3 |
1235 | 2024-11-07T01:23:21.867Z | Compiling futures-util v0.3.31 |
1236 | 2024-11-07T01:23:22.124Z | Compiling crypto-common v0.1.6 |
1237 | 2024-11-07T01:23:22.370Z | Compiling block-buffer v0.10.4 |
1238 | 2024-11-07T01:23:22.623Z | Compiling digest v0.10.7 |
1239 | 2024-11-07T01:23:22.642Z | Compiling block-padding v0.3.3 |
1240 | 2024-11-07T01:23:22.855Z | Compiling inout v0.1.3 |
1241 | 2024-11-07T01:23:22.900Z | Compiling thiserror v1.0.64 |
1242 | 2024-11-07T01:23:23.076Z | Compiling hmac v0.12.1 |
1243 | 2024-11-07T01:23:23.096Z | Compiling cipher v0.4.4 |
1244 | 2024-11-07T01:23:23.152Z | Compiling sha2 v0.10.8 |
1245 | 2024-11-07T01:23:23.319Z | Compiling ppv-lite86 v0.2.20 |
1246 | 2024-11-07T01:23:23.403Z | Compiling tracing-attributes v0.1.27 |
1247 | 2024-11-07T01:23:23.484Z | Compiling der v0.7.9 |
1248 | 2024-11-07T01:23:23.610Z | Compiling salsa20 v0.10.2 |
1249 | 2024-11-07T01:23:23.842Z | Compiling pbkdf2 v0.12.2 |
1250 | 2024-11-07T01:23:24.023Z | Compiling pest v2.7.14 |
1251 | 2024-11-07T01:23:24.154Z | Compiling rand_chacha v0.3.1 |
1252 | 2024-11-07T01:23:26.335Z | Compiling spki v0.7.3 |
1253 | 2024-11-07T01:23:26.539Z | Compiling rand v0.8.5 |
1254 | 2024-11-07T01:23:26.574Z | Compiling pest_meta v2.7.14 |
1255 | 2024-11-07T01:23:26.676Z | Compiling scrypt v0.11.0 |
1256 | 2024-11-07T01:23:26.701Z | Compiling tracing v0.1.40 |
1257 | 2024-11-07T01:23:26.953Z | Compiling aes v0.8.4 |
1258 | 2024-11-07T01:23:27.208Z | Compiling cbc v0.1.2 |
1259 | 2024-11-07T01:23:27.211Z | Compiling scroll_derive v0.12.0 |
1260 | 2024-11-07T01:23:27.413Z | Compiling openssl-macros v0.1.1 |
1261 | 2024-11-07T01:23:28.156Z | Compiling pkcs5 v0.7.1 |
1262 | 2024-11-07T01:23:28.202Z | Compiling pest_generator v2.7.14 |
1263 | 2024-11-07T01:23:28.591Z | Compiling scroll v0.12.0 |
1264 | 2024-11-07T01:23:28.659Z | Compiling async-trait v0.1.83 |
1265 | 2024-11-07T01:23:29.166Z | Compiling goblin v0.8.2 |
1266 | 2024-11-07T01:23:29.325Z | Compiling pkcs8 v0.10.2 |
1267 | 2024-11-07T01:23:29.847Z | Compiling sha1 v0.10.6 |
1268 | 2024-11-07T01:23:30.047Z | Compiling signature v2.2.0 |
1269 | 2024-11-07T01:23:30.117Z | Compiling regex-automata v0.4.8 |
1270 | 2024-11-07T01:23:30.266Z | Compiling crossbeam-epoch v0.9.18 |
1271 | 2024-11-07T01:23:30.341Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1272 | 2024-11-07T01:23:30.821Z | Compiling lazy_static v1.5.0 |
1273 | 2024-11-07T01:23:30.941Z | Compiling thread_local v1.1.8 |
1274 | 2024-11-07T01:23:31.018Z | Compiling rustls-webpki v0.102.8 |
1275 | 2024-11-07T01:23:31.191Z | Compiling pest_derive v2.7.14 |
1276 | 2024-11-07T01:23:31.331Z | Compiling multer v3.1.0 |
1277 | 2024-11-07T01:23:31.508Z | Compiling cookie v0.18.1 |
1278 | 2024-11-07T01:23:31.639Z | Compiling encoding_rs v0.8.34 |
1279 | 2024-11-07T01:23:31.830Z | Compiling gimli v0.31.1 |
1280 | 2024-11-07T01:23:31.987Z | Compiling dtrace-parser v0.2.0 |
1281 | 2024-11-07T01:23:32.606Z | Compiling bytes v1.7.2 |
1282 | 2024-11-07T01:23:33.061Z | Compiling indexmap v2.6.0 |
1283 | 2024-11-07T01:23:33.980Z | Compiling tokio v1.40.0 |
1284 | 2024-11-07T01:23:34.133Z | Compiling http v1.1.0 |
1285 | 2024-11-07T01:23:34.630Z | Compiling bitflags v2.6.0 |
1286 | 2024-11-07T01:23:35.051Z | Compiling semver v1.0.23 |
1287 | 2024-11-07T01:23:35.805Z | Compiling rustc_version v0.4.1 |
1288 | 2024-11-07T01:23:35.875Z | Compiling http-body v1.0.1 |
1289 | 2024-11-07T01:23:35.964Z | Compiling dof v0.3.0 |
1290 | 2024-11-07T01:23:36.584Z | Compiling toml_datetime v0.6.8 |
1291 | 2024-11-07T01:23:36.586Z | Compiling serde_spanned v0.6.8 |
1292 | 2024-11-07T01:23:36.826Z | Compiling serde_tokenstream v0.2.2 |
1293 | 2024-11-07T01:23:37.115Z | Compiling uuid v1.10.0 |
1294 | 2024-11-07T01:23:37.135Z | Compiling usdt-impl v0.5.0 |
1295 | 2024-11-07T01:23:37.454Z | Compiling chrono v0.4.38 |
1296 | 2024-11-07T01:23:38.072Z | Compiling heapless v0.7.17 |
1297 | 2024-11-07T01:23:38.543Z | Compiling http-body-util v0.1.2 |
1298 | 2024-11-07T01:23:38.643Z | Compiling signal-hook v0.3.17 |
1299 | 2024-11-07T01:23:38.910Z | Compiling unicode-properties v0.1.3 |
1300 | 2024-11-07T01:23:39.076Z | Compiling schemars v0.8.21 |
1301 | 2024-11-07T01:23:39.165Z | Compiling openssl-probe v0.1.5 |
1302 | 2024-11-07T01:23:39.302Z | Compiling rayon-core v1.12.1 |
1303 | 2024-11-07T01:23:39.428Z | Compiling either v1.13.0 |
1304 | 2024-11-07T01:23:39.524Z | Compiling paste v1.0.15 |
1305 | 2024-11-07T01:23:39.585Z | Compiling slog-async v2.8.0 |
1306 | 2024-11-07T01:23:39.857Z | Compiling ipnet v2.10.1 |
1307 | 2024-11-07T01:23:40.047Z | Compiling mime v0.3.17 |
1308 | 2024-11-07T01:23:40.317Z | Compiling stringprep v0.1.5 |
1309 | 2024-11-07T01:23:40.648Z | Compiling toml_edit v0.22.22 |
1310 | 2024-11-07T01:23:41.077Z | Compiling usdt-attr-macro v0.5.0 |
1311 | 2024-11-07T01:23:41.099Z | Compiling usdt-macro v0.5.0 |
1312 | 2024-11-07T01:23:41.566Z | Compiling curve25519-dalek v4.1.3 |
1313 | 2024-11-07T01:23:41.585Z | Compiling addr2line v0.24.2 |
1314 | 2024-11-07T01:23:42.235Z | Compiling slog-json v2.6.1 |
1315 | 2024-11-07T01:23:42.295Z | Compiling serde_urlencoded v0.7.1 |
1316 | 2024-11-07T01:23:42.325Z | Compiling tokio-util v0.7.12 |
1317 | 2024-11-07T01:23:42.845Z | Compiling crossbeam-deque v0.8.5 |
1318 | 2024-11-07T01:23:43.230Z | Compiling futures-executor v0.3.31 |
1319 | 2024-11-07T01:23:43.652Z | Compiling h2 v0.4.6 |
1320 | 2024-11-07T01:23:43.778Z | Compiling md-5 v0.10.6 |
1321 | 2024-11-07T01:23:44.047Z | Compiling schemars_derive v0.8.21 |
1322 | 2024-11-07T01:23:45.192Z | Compiling enum-as-inner v0.6.1 |
1323 | 2024-11-07T01:23:46.256Z | Compiling async-stream-impl v0.3.6 |
1324 | 2024-11-07T01:23:47.071Z | Compiling term v0.7.0 |
1325 | 2024-11-07T01:23:47.605Z | Compiling crossbeam-channel v0.5.13 |
1326 | 2024-11-07T01:23:48.595Z | Compiling num-integer v0.1.46 |
1327 | 2024-11-07T01:23:48.746Z | Compiling rustls-pemfile v2.2.0 |
1328 | 2024-11-07T01:23:48.767Z | Compiling idna v0.3.0 |
1329 | 2024-11-07T01:23:48.798Z | Compiling idna v0.4.0 |
1330 | 2024-11-07T01:23:49.102Z | Compiling hash32 v0.2.1 |
1331 | 2024-11-07T01:23:49.381Z | Compiling ff v0.13.0 |
1332 | 2024-11-07T01:23:49.486Z | Compiling is-terminal v0.4.13 |
1333 | 2024-11-07T01:23:49.618Z | Compiling dropshot v0.12.0 |
1334 | 2024-11-07T01:23:49.637Z | Compiling object v0.36.5 |
1335 | 2024-11-07T01:23:49.928Z | Compiling rustc-demangle v0.1.24 |
1336 | 2024-11-07T01:23:50.407Z | Compiling dyn-clone v1.0.17 |
1337 | 2024-11-07T01:23:50.410Z | Compiling portable-atomic v1.9.0 |
1338 | 2024-11-07T01:23:50.630Z | Compiling quick-error v1.2.3 |
1339 | 2024-11-07T01:23:50.780Z | Compiling hyper v1.4.1 |
1340 | 2024-11-07T01:23:50.880Z | Compiling base16ct v0.2.0 |
1341 | 2024-11-07T01:23:51.199Z | Compiling fallible-iterator v0.2.0 |
1342 | 2024-11-07T01:23:51.469Z | Compiling anyhow v1.0.92 |
1343 | 2024-11-07T01:23:51.940Z | Compiling take_mut v0.2.2 |
1344 | 2024-11-07T01:23:52.108Z | Compiling psl-types v2.0.11 |
1345 | 2024-11-07T01:23:52.139Z | Compiling utf-8 v0.7.6 |
1346 | 2024-11-07T01:23:52.295Z | Compiling stable_deref_trait v1.2.0 |
1347 | 2024-11-07T01:23:52.387Z | Compiling smoltcp v0.9.1 |
1348 | 2024-11-07T01:23:52.409Z | Compiling num-bigint-dig v0.8.4 |
1349 | 2024-11-07T01:23:52.465Z | Compiling linked-hash-map v0.5.6 |
1350 | 2024-11-07T01:23:52.821Z | Compiling lru-cache v0.1.2 |
1351 | 2024-11-07T01:23:53.026Z | Compiling tungstenite v0.24.0 |
1352 | 2024-11-07T01:23:53.166Z | Compiling publicsuffix v2.2.3 |
1353 | 2024-11-07T01:23:53.430Z | Compiling hyper-util v0.1.9 |
1354 | 2024-11-07T01:23:54.382Z | Compiling postgres-protocol v0.6.7 |
1355 | 2024-11-07T01:23:54.948Z | Compiling sec1 v0.7.3 |
1356 | 2024-11-07T01:23:55.273Z | Compiling resolv-conf v0.7.0 |
1357 | 2024-11-07T01:23:55.628Z | Compiling hickory-proto v0.24.1 |
1358 | 2024-11-07T01:23:55.711Z | Compiling usdt v0.5.0 |
1359 | 2024-11-07T01:23:55.878Z | Compiling slog-term v2.9.1 |
1360 | 2024-11-07T01:23:55.977Z | Compiling group v0.13.0 |
1361 | 2024-11-07T01:23:56.193Z | Compiling num-iter v0.1.45 |
1362 | 2024-11-07T01:23:56.292Z | Compiling tokio-rustls v0.26.0 |
1363 | 2024-11-07T01:23:56.383Z | Compiling async-stream v0.3.6 |
1364 | 2024-11-07T01:23:56.669Z | Compiling tokio-rustls v0.25.0 |
1365 | 2024-11-07T01:23:56.692Z | Compiling tokio-native-tls v0.3.1 |
1366 | 2024-11-07T01:23:56.905Z | Compiling toml v0.8.19 |
1367 | 2024-11-07T01:23:56.964Z | Compiling futures v0.3.31 |
1368 | 2024-11-07T01:23:57.973Z | Compiling backtrace v0.3.74 |
1369 | 2024-11-07T01:23:58.147Z | Compiling camino v1.1.9 |
1370 | 2024-11-07T01:23:58.190Z | Compiling slog-bunyan v2.5.0 |
1371 | 2024-11-07T01:23:58.838Z | Compiling terminal_size v0.4.0 |
1372 | 2024-11-07T01:23:59.060Z | Compiling dropshot_endpoint v0.12.0 |
1373 | 2024-11-07T01:23:59.111Z | Compiling openapiv3 v2.0.0 |
1374 | 2024-11-07T01:23:59.131Z | Compiling serde_path_to_error v0.1.16 |
1375 | 2024-11-07T01:23:59.518Z | Compiling hkdf v0.12.4 |
1376 | 2024-11-07T01:23:59.795Z | Compiling crypto-bigint v0.5.5 |
1377 | 2024-11-07T01:23:59.816Z | Compiling zerocopy-derive v0.6.6 |
1378 | 2024-11-07T01:23:59.978Z | Compiling curve25519-dalek-derive v0.1.1 |
1379 | 2024-11-07T01:24:00.887Z | Compiling hubpack_derive v0.1.1 |
1380 | 2024-11-07T01:24:01.349Z | Compiling phf_shared v0.11.2 |
1381 | 2024-11-07T01:24:01.463Z | Compiling waitgroup v0.1.2 |
1382 | 2024-11-07T01:24:01.670Z | Compiling webpki-roots v0.26.6 |
1383 | 2024-11-07T01:24:01.732Z | Compiling hostname v0.4.0 |
1384 | 2024-11-07T01:24:01.761Z | Compiling fs-err v2.11.0 |
1385 | 2024-11-07T01:24:01.889Z | Compiling ahash v0.8.11 |
1386 | 2024-11-07T01:24:01.949Z | Compiling crc32fast v1.4.2 |
1387 | 2024-11-07T01:24:01.996Z | Compiling winnow v0.5.40 |
1388 | 2024-11-07T01:24:02.060Z | Compiling debug-ignore v1.0.5 |
1389 | 2024-11-07T01:24:02.218Z | Compiling managed v0.8.0 |
1390 | 2024-11-07T01:24:02.243Z | Compiling bitflags v1.3.2 |
1391 | 2024-11-07T01:24:02.349Z | Compiling clap_builder v4.5.20 |
1392 | 2024-11-07T01:24:02.368Z | Compiling flate2 v1.0.34 |
1393 | 2024-11-07T01:24:03.381Z | Compiling elliptic-curve v0.13.8 |
1394 | 2024-11-07T01:24:03.751Z | Compiling console v0.15.8 |
1395 | 2024-11-07T01:24:04.235Z | Compiling strum_macros v0.25.3 |
1396 | 2024-11-07T01:24:04.908Z | Compiling zerocopy v0.6.6 |
1397 | 2024-11-07T01:24:05.271Z | Compiling hyper-rustls v0.27.3 |
1398 | 2024-11-07T01:24:05.773Z | Compiling toml_edit v0.19.15 |
1399 | 2024-11-07T01:24:05.869Z | Compiling hubpack v0.1.2 |
1400 | 2024-11-07T01:24:05.894Z | Compiling phf v0.11.2 |
1401 | 2024-11-07T01:24:06.124Z | Compiling hickory-resolver v0.24.1 |
1402 | 2024-11-07T01:24:06.196Z | Compiling signal-hook-mio v0.2.4 |
1403 | 2024-11-07T01:24:06.360Z | Compiling rayon v1.10.0 |
1404 | 2024-11-07T01:24:07.178Z | Compiling cookie_store v0.21.0 |
1405 | 2024-11-07T01:24:08.210Z | Compiling hyper-tls v0.6.0 |
1406 | 2024-11-07T01:24:08.639Z | Compiling bzip2 v0.4.4 |
1407 | 2024-11-07T01:24:09.061Z | Compiling postgres-types v0.2.8 |
1408 | 2024-11-07T01:24:11.327Z | Compiling tokio-tungstenite v0.24.0 |
1409 | 2024-11-07T01:24:11.351Z | Compiling tokio-stream v0.1.16 |
1410 | 2024-11-07T01:24:11.896Z | Compiling regex v1.11.0 |
1411 | 2024-11-07T01:24:11.958Z | Compiling bstr v1.10.0 |
1412 | 2024-11-07T01:24:12.433Z | Compiling serde-big-array v0.5.1 |
1413 | 2024-11-07T01:24:12.582Z | Compiling ed25519 v2.2.3 |
1414 | 2024-11-07T01:24:12.658Z | Compiling pkcs1 v0.7.5 |
1415 | 2024-11-07T01:24:12.767Z | Compiling rfc6979 v0.4.0 |
1416 | 2024-11-07T01:24:12.967Z | Compiling clap_derive v4.5.18 |
1417 | 2024-11-07T01:24:13.008Z | Compiling serde_repr v0.1.19 |
1418 | 2024-11-07T01:24:13.479Z | Compiling derive-where v1.2.7 |
1419 | 2024-11-07T01:24:13.664Z | Compiling phf_shared v0.10.0 |
1420 | 2024-11-07T01:24:13.755Z | Compiling float-cmp v0.9.0 |
1421 | 2024-11-07T01:24:13.985Z | Compiling sync_wrapper v1.0.1 |
1422 | 2024-11-07T01:24:14.096Z | Compiling bit-vec v0.6.3 |
1423 | 2024-11-07T01:24:14.149Z | Compiling unicode-segmentation v1.12.0 |
1424 | 2024-11-07T01:24:14.186Z | Compiling difflib v0.4.0 |
1425 | 2024-11-07T01:24:14.231Z | Compiling predicates-core v1.0.8 |
1426 | 2024-11-07T01:24:14.477Z | Compiling new_debug_unreachable v1.0.6 |
1427 | 2024-11-07T01:24:14.558Z | Compiling static_assertions v1.1.0 |
1428 | 2024-11-07T01:24:14.579Z | Compiling minimal-lexical v0.2.1 |
1429 | 2024-11-07T01:24:14.582Z | Compiling whoami v1.5.2 |
1430 | 2024-11-07T01:24:14.669Z | Compiling precomputed-hash v0.1.1 |
1431 | 2024-11-07T01:24:14.791Z | Compiling number_prefix v0.4.0 |
1432 | 2024-11-07T01:24:15.022Z | Compiling normalize-line-endings v0.3.0 |
1433 | 2024-11-07T01:24:15.042Z | Compiling fixedbitset v0.4.2 |
1434 | 2024-11-07T01:24:15.081Z | Compiling indicatif v0.17.8 |
1435 | 2024-11-07T01:24:15.146Z | Compiling predicates v3.1.2 |
1436 | 2024-11-07T01:24:15.236Z | Compiling nom v7.1.3 |
1437 | 2024-11-07T01:24:15.493Z | Compiling petgraph v0.6.5 |
1438 | 2024-11-07T01:24:15.860Z | Compiling tokio-postgres v0.7.12 |
1439 | 2024-11-07T01:24:16.896Z | Compiling similar v2.6.0 |
1440 | 2024-11-07T01:24:16.916Z | Compiling qorb v0.2.0 |
1441 | 2024-11-07T01:24:17.258Z | Compiling string_cache v0.8.7 |
1442 | 2024-11-07T01:24:17.644Z | Compiling clap v4.5.20 |
1443 | 2024-11-07T01:24:17.665Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1444 | 2024-11-07T01:24:17.775Z | Compiling bit-set v0.5.3 |
1445 | 2024-11-07T01:24:18.098Z | Compiling reqwest v0.12.8 |
1446 | 2024-11-07T01:24:19.091Z | Compiling rsa v0.9.6 |
1447 | 2024-11-07T01:24:19.302Z | Compiling ecdsa v0.16.9 |
1448 | 2024-11-07T01:24:19.513Z | Compiling ed25519-dalek v2.1.1 |
1449 | 2024-11-07T01:24:20.189Z | Compiling zip v0.6.6 |
1450 | 2024-11-07T01:24:20.880Z | Compiling toml v0.7.8 |
1451 | 2024-11-07T01:24:21.376Z | Compiling crossterm v0.28.1 |
1452 | 2024-11-07T01:24:22.535Z | Compiling itertools v0.12.1 |
1453 | 2024-11-07T01:24:22.634Z | Compiling itertools v0.10.5 |
1454 | 2024-11-07T01:24:23.183Z | Compiling hex v0.4.3 |
1455 | 2024-11-07T01:24:23.596Z | Compiling x509-cert v0.2.5 |
1456 | 2024-11-07T01:24:23.849Z | Compiling lalrpop-util v0.19.12 |
1457 | 2024-11-07T01:24:24.226Z | Compiling unicode-xid v0.2.6 |
1458 | 2024-11-07T01:24:24.418Z | Compiling peg-runtime v0.8.3 |
1459 | 2024-11-07T01:24:24.586Z | Compiling xattr v1.3.1 |
1460 | 2024-11-07T01:24:24.861Z | Compiling strum_macros v0.26.4 |
1461 | 2024-11-07T01:24:25.090Z | Compiling filetime v0.2.25 |
1462 | 2024-11-07T01:24:25.389Z | Compiling tar v0.4.42 |
1463 | 2024-11-07T01:24:27.684Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1464 | 2024-11-07T01:24:28.036Z | Compiling strum v0.26.3 |
1465 | 2024-11-07T01:24:28.121Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1466 | 2024-11-07T01:24:33.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s |
1467 | 2024-11-07T01:24:33.709Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1468 | 2024-11-07T01:24:33.758Z | Nov 07 01:24:32.701 INFO Starting download, target: DendriteOpenapi |
1469 | 2024-11-07T01:24:33.758Z | Nov 07 01:24:32.702 INFO Starting download, target: Clickhouse |
1470 | 2024-11-07T01:24:33.758Z | Nov 07 01:24:32.702 INFO Starting download, target: DendriteStub |
1471 | 2024-11-07T01:24:33.761Z | Nov 07 01:24:32.702 INFO Starting download, target: Cockroach |
1472 | 2024-11-07T01:24:33.761Z | Nov 07 01:24:32.702 INFO Starting download, target: Console |
1473 | 2024-11-07T01:24:33.761Z | Nov 07 01:24:32.702 INFO Starting download, target: MaghemiteMgd |
1474 | 2024-11-07T01:24:33.761Z | Nov 07 01:24:32.702 INFO Starting download, target: TransceiverControl |
1475 | 2024-11-07T01:24:33.761Z | Nov 07 01:24:32.702 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi |
1476 | 2024-11-07T01:24:33.761Z | Nov 07 01:24:32.702 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1477 | 2024-11-07T01:24:33.761Z | Nov 07 01:24:32.702 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1478 | 2024-11-07T01:24:33.761Z | Nov 07 01:24:32.703 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1479 | 2024-11-07T01:24:33.761Z | Nov 07 01:24:32.703 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1480 | 2024-11-07T01:24:33.761Z | Nov 07 01:24:32.703 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1481 | 2024-11-07T01:24:33.761Z | Nov 07 01:24:32.703 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1482 | 2024-11-07T01:24:33.953Z | Nov 07 01:24:32.896 INFO Download complete, target: DendriteOpenapi |
1483 | 2024-11-07T01:24:34.210Z | Nov 07 01:24:33.105 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1484 | 2024-11-07T01:24:34.575Z | Nov 07 01:24:33.518 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1485 | 2024-11-07T01:24:34.591Z | Nov 07 01:24:33.530 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1486 | 2024-11-07T01:24:34.831Z | Nov 07 01:24:33.760 INFO Download complete, target: TransceiverControl |
1487 | 2024-11-07T01:24:34.910Z | Nov 07 01:24:33.845 INFO Download complete, target: Console |
1488 | 2024-11-07T01:24:34.989Z | Nov 07 01:24:33.870 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1489 | 2024-11-07T01:24:36.097Z | Nov 07 01:24:35.038 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1490 | 2024-11-07T01:24:36.097Z | Nov 07 01:24:35.038 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1491 | 2024-11-07T01:24:36.590Z | Nov 07 01:24:35.533 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1492 | 2024-11-07T01:24:37.331Z | Nov 07 01:24:36.273 INFO Download complete, target: DendriteStub |
1493 | 2024-11-07T01:24:37.729Z | Nov 07 01:24:36.672 INFO Download complete, target: MaghemiteMgd |
1494 | 2024-11-07T01:24:43.266Z | Nov 07 01:24:42.208 INFO Checking that binary works, target: Cockroach |
1495 | 2024-11-07T01:24:43.432Z | Nov 07 01:24:42.374 INFO Download complete, target: Cockroach |
1496 | 2024-11-07T01:24:48.643Z | Nov 07 01:24:47.584 INFO Checking that binary works, target: Clickhouse |
1497 | 2024-11-07T01:24:49.528Z | Nov 07 01:24:48.435 INFO Download complete, target: Clickhouse |
1498 | 2024-11-07T01:24:49.871Z | All builder prerequisites installed successfully, and PATH looks valid |
1499 | 2024-11-07T01:24:49.883Z | |
1500 | 2024-11-07T01:24:49.883Z | real 4:44.368917860 |
1501 | 2024-11-07T01:24:49.883Z | user 12:18.378932168 |
1502 | 2024-11-07T01:24:49.883Z | sys 2:41.805388768 |
1503 | 2024-11-07T01:24:49.884Z | trap 0.406657914 |
1504 | 2024-11-07T01:24:49.884Z | tflt 8.731026367 |
1505 | 2024-11-07T01:24:49.884Z | dflt 6.603173925 |
1506 | 2024-11-07T01:24:49.884Z | kflt 0.409555237 |
1507 | 2024-11-07T01:24:49.884Z | lock 22:51.972407280 |
1508 | 2024-11-07T01:24:49.884Z | slp 50:45.529140198 |
1509 | 2024-11-07T01:24:49.885Z | lat 41.720374041 |
1510 | 2024-11-07T01:24:49.885Z | stop 2:00.658543936 |
1511 | 2024-11-07T01:24:49.885Z | + banner hack-check |
1512 | 2024-11-07T01:24:49.885Z | |
1513 | 2024-11-07T01:24:49.885Z | # # ## #### # # #### # # ###### #### # # |
1514 | 2024-11-07T01:24:49.886Z | # # # # # # # # # # # # # # # # # |
1515 | 2024-11-07T01:24:49.886Z | ###### # # # #### ##### # ###### ##### # #### |
1516 | 2024-11-07T01:24:49.886Z | # # ###### # # # # # # # # # # |
1517 | 2024-11-07T01:24:49.887Z | # # # # # # # # # # # # # # # # # |
1518 | 2024-11-07T01:24:49.887Z | # # # # #### # # #### # # ###### #### # # |
1519 | 2024-11-07T01:24:49.887Z | |
1520 | 2024-11-07T01:24:49.887Z | + export CARGO_INCREMENTAL=0 |
1521 | 2024-11-07T01:24:49.887Z | + CARGO_INCREMENTAL=0 |
1522 | 2024-11-07T01:24:49.887Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1523 | 2024-11-07T01:24:50.383Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1524 | 2024-11-07T01:24:53.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
1525 | 2024-11-07T01:24:53.894Z | Running `target/debug/xtask check-features --ci` |
1526 | 2024-11-07T01:24:53.915Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1527 | 2024-11-07T01:24:53.915Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1528 | 2024-11-07T01:24:54.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1529 | 2024-11-07T01:24:54.370Z | Running `target/debug/xtask download cargo-hack` |
1530 | 2024-11-07T01:24:55.164Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1531 | 2024-11-07T01:24:55.533Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1532 | 2024-11-07T01:24:59.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s |
1533 | 2024-11-07T01:25:00.139Z | Running `target/debug/xtask-downloader cargo-hack` |
1534 | 2024-11-07T01:25:00.177Z | Nov 07 01:24:59.116 INFO Starting download, target: CargoHack |
1535 | 2024-11-07T01:25:00.181Z | Nov 07 01:24:59.117 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1536 | 2024-11-07T01:25:00.758Z | Nov 07 01:24:59.697 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1537 | 2024-11-07T01:25:00.847Z | Nov 07 01:24:59.786 INFO Download complete, target: CargoHack |
1538 | 2024-11-07T01:25:00.851Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1539 | 2024-11-07T01:25:00.874Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1540 | 2024-11-07T01:25:01.045Z | info: running `cargo check --bins` on api_identity (1/168) |
1541 | 2024-11-07T01:25:01.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1542 | 2024-11-07T01:25:01.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1543 | 2024-11-07T01:25:01.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1544 | 2024-11-07T01:25:01.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1545 | 2024-11-07T01:25:01.650Z | |
1546 | 2024-11-07T01:25:01.650Z | info: running `cargo check --bins` on bootstore (2/168) |
1547 | 2024-11-07T01:25:02.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1548 | 2024-11-07T01:25:02.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1549 | 2024-11-07T01:25:02.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1550 | 2024-11-07T01:25:02.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1551 | 2024-11-07T01:25:02.262Z | |
1552 | 2024-11-07T01:25:02.262Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/168) |
1553 | 2024-11-07T01:25:02.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1554 | 2024-11-07T01:25:02.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1555 | 2024-11-07T01:25:02.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1556 | 2024-11-07T01:25:02.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1557 | 2024-11-07T01:25:03.155Z | |
1558 | 2024-11-07T01:25:03.155Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168) |
1559 | 2024-11-07T01:25:03.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1560 | 2024-11-07T01:25:03.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1561 | 2024-11-07T01:25:03.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1562 | 2024-11-07T01:25:03.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1563 | 2024-11-07T01:25:03.469Z | |
1564 | 2024-11-07T01:25:03.469Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168) |
1565 | 2024-11-07T01:25:03.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1566 | 2024-11-07T01:25:03.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1567 | 2024-11-07T01:25:03.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1568 | 2024-11-07T01:25:03.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1569 | 2024-11-07T01:25:03.882Z | |
1570 | 2024-11-07T01:25:03.882Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168) |
1571 | 2024-11-07T01:25:04.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1572 | 2024-11-07T01:25:04.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1573 | 2024-11-07T01:25:04.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1574 | 2024-11-07T01:25:04.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1575 | 2024-11-07T01:25:04.291Z | |
1576 | 2024-11-07T01:25:04.291Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168) |
1577 | 2024-11-07T01:25:04.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1578 | 2024-11-07T01:25:04.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1579 | 2024-11-07T01:25:04.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1580 | 2024-11-07T01:25:04.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1581 | 2024-11-07T01:25:04.698Z | |
1582 | 2024-11-07T01:25:04.698Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168) |
1583 | 2024-11-07T01:25:05.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1584 | 2024-11-07T01:25:05.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1585 | 2024-11-07T01:25:05.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1586 | 2024-11-07T01:25:05.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1587 | 2024-11-07T01:25:05.111Z | |
1588 | 2024-11-07T01:25:05.111Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168) |
1589 | 2024-11-07T01:25:05.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1590 | 2024-11-07T01:25:05.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1591 | 2024-11-07T01:25:05.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1592 | 2024-11-07T01:25:05.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1593 | 2024-11-07T01:25:05.522Z | |
1594 | 2024-11-07T01:25:05.522Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168) |
1595 | 2024-11-07T01:25:05.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1596 | 2024-11-07T01:25:05.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1597 | 2024-11-07T01:25:05.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1598 | 2024-11-07T01:25:05.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1599 | 2024-11-07T01:25:05.931Z | |
1600 | 2024-11-07T01:25:05.931Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168) |
1601 | 2024-11-07T01:25:06.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1602 | 2024-11-07T01:25:06.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1603 | 2024-11-07T01:25:06.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1604 | 2024-11-07T01:25:06.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1605 | 2024-11-07T01:25:06.340Z | |
1606 | 2024-11-07T01:25:06.340Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168) |
1607 | 2024-11-07T01:25:06.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1608 | 2024-11-07T01:25:06.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1609 | 2024-11-07T01:25:06.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1610 | 2024-11-07T01:25:06.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1611 | 2024-11-07T01:25:06.751Z | |
1612 | 2024-11-07T01:25:06.751Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168) |
1613 | 2024-11-07T01:25:07.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1614 | 2024-11-07T01:25:07.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1615 | 2024-11-07T01:25:07.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1616 | 2024-11-07T01:25:07.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1617 | 2024-11-07T01:25:07.163Z | |
1618 | 2024-11-07T01:25:07.163Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168) |
1619 | 2024-11-07T01:25:07.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1620 | 2024-11-07T01:25:07.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1621 | 2024-11-07T01:25:07.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1622 | 2024-11-07T01:25:07.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1623 | 2024-11-07T01:25:07.572Z | |
1624 | 2024-11-07T01:25:07.572Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168) |
1625 | 2024-11-07T01:25:07.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1626 | 2024-11-07T01:25:07.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1627 | 2024-11-07T01:25:07.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1628 | 2024-11-07T01:25:07.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1629 | 2024-11-07T01:25:07.985Z | |
1630 | 2024-11-07T01:25:07.985Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168) |
1631 | 2024-11-07T01:25:08.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1632 | 2024-11-07T01:25:08.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1633 | 2024-11-07T01:25:08.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1634 | 2024-11-07T01:25:08.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1635 | 2024-11-07T01:25:08.395Z | |
1636 | 2024-11-07T01:25:08.395Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168) |
1637 | 2024-11-07T01:25:08.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1638 | 2024-11-07T01:25:08.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1639 | 2024-11-07T01:25:08.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1640 | 2024-11-07T01:25:08.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1641 | 2024-11-07T01:25:08.807Z | |
1642 | 2024-11-07T01:25:08.807Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168) |
1643 | 2024-11-07T01:25:09.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2024-11-07T01:25:09.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2024-11-07T01:25:09.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2024-11-07T01:25:09.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1647 | 2024-11-07T01:25:09.213Z | |
1648 | 2024-11-07T01:25:09.214Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168) |
1649 | 2024-11-07T01:25:09.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2024-11-07T01:25:09.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2024-11-07T01:25:09.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2024-11-07T01:25:09.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1653 | 2024-11-07T01:25:09.619Z | |
1654 | 2024-11-07T01:25:09.619Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168) |
1655 | 2024-11-07T01:25:09.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2024-11-07T01:25:09.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2024-11-07T01:25:09.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2024-11-07T01:25:09.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1659 | 2024-11-07T01:25:10.025Z | |
1660 | 2024-11-07T01:25:10.025Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168) |
1661 | 2024-11-07T01:25:10.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2024-11-07T01:25:10.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2024-11-07T01:25:10.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1664 | 2024-11-07T01:25:10.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1665 | 2024-11-07T01:25:10.433Z | |
1666 | 2024-11-07T01:25:10.433Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168) |
1667 | 2024-11-07T01:25:10.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1668 | 2024-11-07T01:25:10.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1669 | 2024-11-07T01:25:10.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1670 | 2024-11-07T01:25:10.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1671 | 2024-11-07T01:25:10.848Z | |
1672 | 2024-11-07T01:25:10.848Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168) |
1673 | 2024-11-07T01:25:11.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1674 | 2024-11-07T01:25:11.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1675 | 2024-11-07T01:25:11.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1676 | 2024-11-07T01:25:11.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1677 | 2024-11-07T01:25:11.260Z | |
1678 | 2024-11-07T01:25:11.260Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168) |
1679 | 2024-11-07T01:25:11.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2024-11-07T01:25:11.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2024-11-07T01:25:11.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2024-11-07T01:25:11.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1683 | 2024-11-07T01:25:11.665Z | |
1684 | 2024-11-07T01:25:11.665Z | info: running `cargo check --bins` on sled-hardware-types (25/168) |
1685 | 2024-11-07T01:25:12.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2024-11-07T01:25:12.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2024-11-07T01:25:12.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2024-11-07T01:25:12.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1689 | 2024-11-07T01:25:12.268Z | |
1690 | 2024-11-07T01:25:12.268Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/168) |
1691 | 2024-11-07T01:25:12.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2024-11-07T01:25:12.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2024-11-07T01:25:12.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1694 | 2024-11-07T01:25:12.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1695 | 2024-11-07T01:25:12.874Z | |
1696 | 2024-11-07T01:25:12.874Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168) |
1697 | 2024-11-07T01:25:13.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1698 | 2024-11-07T01:25:13.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1699 | 2024-11-07T01:25:13.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1700 | 2024-11-07T01:25:13.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1701 | 2024-11-07T01:25:13.482Z | |
1702 | 2024-11-07T01:25:13.482Z | info: running `cargo check --bins` on oxlog (28/168) |
1703 | 2024-11-07T01:25:13.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2024-11-07T01:25:13.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2024-11-07T01:25:14.075Z | Checking cfg-if v1.0.0 |
1706 | 2024-11-07T01:25:14.079Z | Checking libc v0.2.161 |
1707 | 2024-11-07T01:25:14.176Z | Checking serde v1.0.210 |
1708 | 2024-11-07T01:25:14.176Z | Checking zeroize v1.8.1 |
1709 | 2024-11-07T01:25:14.184Z | Checking memchr v2.7.4 |
1710 | 2024-11-07T01:25:14.203Z | Checking typenum v1.17.0 |
1711 | 2024-11-07T01:25:14.203Z | Checking scopeguard v1.2.0 |
1712 | 2024-11-07T01:25:14.214Z | Checking subtle v2.6.1 |
1713 | 2024-11-07T01:25:14.240Z | Checking value-bag v1.9.0 |
1714 | 2024-11-07T01:25:14.349Z | Checking lock_api v0.4.12 |
1715 | 2024-11-07T01:25:14.415Z | Checking itoa v1.0.11 |
1716 | 2024-11-07T01:25:14.484Z | Checking const-oid v0.9.6 |
1717 | 2024-11-07T01:25:14.633Z | Checking pin-project-lite v0.2.14 |
1718 | 2024-11-07T01:25:14.654Z | Checking log v0.4.22 |
1719 | 2024-11-07T01:25:14.744Z | Checking smallvec v1.13.2 |
1720 | 2024-11-07T01:25:14.758Z | Checking byteorder v1.5.0 |
1721 | 2024-11-07T01:25:15.072Z | Checking futures-core v0.3.31 |
1722 | 2024-11-07T01:25:15.123Z | Checking once_cell v1.20.2 |
1723 | 2024-11-07T01:25:15.156Z | Checking cpufeatures v0.2.14 |
1724 | 2024-11-07T01:25:15.181Z | Checking futures-sink v0.3.31 |
1725 | 2024-11-07T01:25:15.242Z | Checking spin v0.9.8 |
1726 | 2024-11-07T01:25:15.257Z | Checking zerocopy v0.7.35 |
1727 | 2024-11-07T01:25:15.278Z | Checking getrandom v0.2.15 |
1728 | 2024-11-07T01:25:15.298Z | Checking signal-hook-registry v1.4.2 |
1729 | 2024-11-07T01:25:15.410Z | Checking parking_lot_core v0.9.10 |
1730 | 2024-11-07T01:25:15.502Z | Checking rand_core v0.6.4 |
1731 | 2024-11-07T01:25:15.558Z | Checking mio v1.0.2 |
1732 | 2024-11-07T01:25:15.571Z | Checking generic-array v0.14.7 |
1733 | 2024-11-07T01:25:15.583Z | Checking socket2 v0.5.7 |
1734 | 2024-11-07T01:25:15.738Z | Checking parking_lot v0.12.3 |
1735 | 2024-11-07T01:25:15.800Z | Checking slab v0.4.9 |
1736 | 2024-11-07T01:25:16.075Z | Checking futures-channel v0.3.31 |
1737 | 2024-11-07T01:25:16.090Z | Checking tinyvec_macros v0.1.1 |
1738 | 2024-11-07T01:25:16.103Z | Checking futures-task v0.3.31 |
1739 | 2024-11-07T01:25:16.170Z | Checking pin-utils v0.1.0 |
1740 | 2024-11-07T01:25:16.186Z | Checking equivalent v1.0.1 |
1741 | 2024-11-07T01:25:16.264Z | Checking allocator-api2 v0.2.18 |
1742 | 2024-11-07T01:25:16.280Z | Checking futures-io v0.3.31 |
1743 | 2024-11-07T01:25:16.293Z | Checking foldhash v0.1.3 |
1744 | 2024-11-07T01:25:16.342Z | Checking tinyvec v1.8.0 |
1745 | 2024-11-07T01:25:16.415Z | Checking ryu v1.0.18 |
1746 | 2024-11-07T01:25:16.455Z | Checking futures-util v0.3.31 |
1747 | 2024-11-07T01:25:16.490Z | Checking unicode-bidi v0.3.17 |
1748 | 2024-11-07T01:25:16.660Z | Checking fnv v1.0.7 |
1749 | 2024-11-07T01:25:16.712Z | Checking libm v0.2.8 |
1750 | 2024-11-07T01:25:16.767Z | Checking crypto-common v0.1.6 |
1751 | 2024-11-07T01:25:16.783Z | Checking block-buffer v0.10.4 |
1752 | 2024-11-07T01:25:16.900Z | Checking hashbrown v0.15.0 |
1753 | 2024-11-07T01:25:16.951Z | Checking block-padding v0.3.3 |
1754 | 2024-11-07T01:25:16.987Z | Checking digest v0.10.7 |
1755 | 2024-11-07T01:25:17.127Z | Checking base64ct v1.6.0 |
1756 | 2024-11-07T01:25:17.143Z | Checking inout v0.1.3 |
1757 | 2024-11-07T01:25:17.359Z | Checking hmac v0.12.1 |
1758 | 2024-11-07T01:25:17.359Z | Checking cipher v0.4.4 |
1759 | 2024-11-07T01:25:17.561Z | Checking sha2 v0.10.8 |
1760 | 2024-11-07T01:25:17.576Z | Checking pem-rfc7468 v0.7.0 |
1761 | 2024-11-07T01:25:17.591Z | Checking num-traits v0.2.19 |
1762 | 2024-11-07T01:25:17.646Z | Checking unicode-normalization v0.1.24 |
1763 | 2024-11-07T01:25:17.775Z | Checking ppv-lite86 v0.2.20 |
1764 | 2024-11-07T01:25:17.833Z | Checking flagset v0.4.6 |
1765 | 2024-11-07T01:25:18.019Z | Checking der v0.7.9 |
1766 | 2024-11-07T01:25:18.070Z | Checking tracing-core v0.1.32 |
1767 | 2024-11-07T01:25:18.110Z | Checking thiserror v1.0.64 |
1768 | 2024-11-07T01:25:18.244Z | Checking rustls-pki-types v1.9.0 |
1769 | 2024-11-07T01:25:18.542Z | Checking rand_chacha v0.3.1 |
1770 | 2024-11-07T01:25:18.558Z | Checking percent-encoding v2.3.1 |
1771 | 2024-11-07T01:25:18.728Z | Checking tracing v0.1.40 |
1772 | 2024-11-07T01:25:18.751Z | Checking salsa20 v0.10.2 |
1773 | 2024-11-07T01:25:18.822Z | Checking pbkdf2 v0.12.2 |
1774 | 2024-11-07T01:25:18.924Z | Checking rand v0.8.5 |
1775 | 2024-11-07T01:25:18.958Z | Checking httparse v1.9.5 |
1776 | 2024-11-07T01:25:18.979Z | Checking untrusted v0.9.0 |
1777 | 2024-11-07T01:25:19.063Z | Checking powerfmt v0.2.0 |
1778 | 2024-11-07T01:25:19.127Z | Checking ring v0.17.8 |
1779 | 2024-11-07T01:25:19.237Z | Checking bytes v1.7.2 |
1780 | 2024-11-07T01:25:19.309Z | Checking indexmap v2.6.0 |
1781 | 2024-11-07T01:25:19.330Z | Checking serde_json v1.0.128 |
1782 | 2024-11-07T01:25:19.393Z | Checking bitflags v2.6.0 |
1783 | 2024-11-07T01:25:19.703Z | Checking deranged v0.3.11 |
1784 | 2024-11-07T01:25:19.998Z | Checking spki v0.7.3 |
1785 | 2024-11-07T01:25:20.100Z | Checking tokio v1.40.0 |
1786 | 2024-11-07T01:25:20.171Z | Checking http v1.1.0 |
1787 | 2024-11-07T01:25:20.276Z | Checking scrypt v0.11.0 |
1788 | 2024-11-07T01:25:20.503Z | Checking cbc v0.1.2 |
1789 | 2024-11-07T01:25:20.650Z | Checking aes v0.8.4 |
1790 | 2024-11-07T01:25:20.685Z | Checking crossbeam-utils v0.8.20 |
1791 | 2024-11-07T01:25:20.990Z | Checking num-conv v0.1.0 |
1792 | 2024-11-07T01:25:21.054Z | Checking num_threads v0.1.7 |
1793 | 2024-11-07T01:25:21.168Z | Checking atomic-waker v1.1.2 |
1794 | 2024-11-07T01:25:21.235Z | Checking time-core v0.1.2 |
1795 | 2024-11-07T01:25:21.294Z | Checking rustls-webpki v0.102.8 |
1796 | 2024-11-07T01:25:21.385Z | Checking form_urlencoded v1.2.1 |
1797 | 2024-11-07T01:25:21.401Z | Checking try-lock v0.2.5 |
1798 | 2024-11-07T01:25:21.523Z | Checking want v0.3.1 |
1799 | 2024-11-07T01:25:21.539Z | Checking pkcs5 v0.7.1 |
1800 | 2024-11-07T01:25:21.553Z | Checking time v0.3.36 |
1801 | 2024-11-07T01:25:21.571Z | Checking unicode-ident v1.0.13 |
1802 | 2024-11-07T01:25:21.585Z | Checking http-body v1.0.1 |
1803 | 2024-11-07T01:25:21.694Z | Checking httpdate v1.0.3 |
1804 | 2024-11-07T01:25:21.730Z | Checking proc-macro2 v1.0.87 |
1805 | 2024-11-07T01:25:21.777Z | Checking serde_spanned v0.6.8 |
1806 | 2024-11-07T01:25:21.915Z | Checking uuid v1.10.0 |
1807 | 2024-11-07T01:25:21.952Z | Checking toml_datetime v0.6.8 |
1808 | 2024-11-07T01:25:21.973Z | Checking idna v0.5.0 |
1809 | 2024-11-07T01:25:22.041Z | Checking pkcs8 v0.10.2 |
1810 | 2024-11-07T01:25:22.056Z | Checking slog v2.7.0 |
1811 | 2024-11-07T01:25:22.206Z | Checking scroll v0.12.0 |
1812 | 2024-11-07T01:25:22.369Z | Checking plain v0.2.3 |
1813 | 2024-11-07T01:25:22.449Z | Checking match_cfg v0.1.0 |
1814 | 2024-11-07T01:25:22.491Z | Checking iana-time-zone v0.1.61 |
1815 | 2024-11-07T01:25:22.525Z | Checking base64 v0.22.1 |
1816 | 2024-11-07T01:25:22.537Z | Checking tower-service v0.3.3 |
1817 | 2024-11-07T01:25:22.568Z | Checking ucd-trie v0.1.7 |
1818 | 2024-11-07T01:25:22.644Z | Checking foreign-types-shared v0.1.1 |
1819 | 2024-11-07T01:25:22.662Z | Checking adler2 v2.0.0 |
1820 | 2024-11-07T01:25:22.693Z | Checking goblin v0.8.2 |
1821 | 2024-11-07T01:25:22.752Z | Checking pest v2.7.14 |
1822 | 2024-11-07T01:25:22.752Z | Checking foreign-types v0.3.2 |
1823 | 2024-11-07T01:25:22.802Z | Checking url v2.5.2 |
1824 | 2024-11-07T01:25:22.819Z | Checking miniz_oxide v0.8.0 |
1825 | 2024-11-07T01:25:22.834Z | Checking chrono v0.4.38 |
1826 | 2024-11-07T01:25:22.981Z | Checking hostname v0.3.1 |
1827 | 2024-11-07T01:25:23.092Z | Checking quote v1.0.37 |
1828 | 2024-11-07T01:25:23.449Z | Checking openssl-sys v0.9.103 |
1829 | 2024-11-07T01:25:23.538Z | Checking dirs-sys-next v0.1.2 |
1830 | 2024-11-07T01:25:23.599Z | Checking errno v0.3.9 |
1831 | 2024-11-07T01:25:23.710Z | Checking aho-corasick v1.1.3 |
1832 | 2024-11-07T01:25:23.756Z | Checking data-encoding v2.6.0 |
1833 | 2024-11-07T01:25:24.104Z | Checking siphasher v0.3.11 |
1834 | 2024-11-07T01:25:28.993Z | Checking regex-syntax v0.8.5 |
1835 | 2024-11-07T01:25:29.126Z | Checking pretty-hex v0.4.1 |
1836 | 2024-11-07T01:25:29.126Z | Checking rustix v0.38.37 |
1837 | 2024-11-07T01:25:29.126Z | Checking openssl v0.10.66 |
1838 | 2024-11-07T01:25:29.127Z | Checking dirs-next v2.0.0 |
1839 | 2024-11-07T01:25:29.127Z | Checking syn v2.0.79 |
1840 | 2024-11-07T01:25:29.127Z | Checking dtrace-parser v0.2.0 |
1841 | 2024-11-07T01:25:29.127Z | Checking http-body-util v0.1.2 |
1842 | 2024-11-07T01:25:29.127Z | Checking crossbeam-epoch v0.9.18 |
1843 | 2024-11-07T01:25:29.127Z | Checking sha1 v0.10.6 |
1844 | 2024-11-07T01:25:29.127Z | Checking signature v2.2.0 |
1845 | 2024-11-07T01:25:29.127Z | Checking lazy_static v1.5.0 |
1846 | 2024-11-07T01:25:29.127Z | Checking thread_local v1.1.8 |
1847 | 2024-11-07T01:25:29.127Z | Checking thread-id v4.2.2 |
1848 | 2024-11-07T01:25:29.127Z | Checking encoding_rs v0.8.34 |
1849 | 2024-11-07T01:25:29.127Z | Checking gimli v0.31.1 |
1850 | 2024-11-07T01:25:29.165Z | Checking tokio-util v0.7.12 |
1851 | 2024-11-07T01:25:29.165Z | Checking regex-automata v0.4.8 |
1852 | 2024-11-07T01:25:29.165Z | Checking dof v0.3.0 |
1853 | 2024-11-07T01:25:29.165Z | Checking utf8parse v0.2.2 |
1854 | 2024-11-07T01:25:29.165Z | Checking h2 v0.4.6 |
1855 | 2024-11-07T01:25:29.165Z | Checking anstyle v1.0.8 |
1856 | 2024-11-07T01:25:29.165Z | Checking openssl-probe v0.1.5 |
1857 | 2024-11-07T01:25:29.165Z | Checking winnow v0.6.20 |
1858 | 2024-11-07T01:25:29.165Z | Checking ipnet v2.10.1 |
1859 | 2024-11-07T01:25:29.165Z | Checking either v1.13.0 |
1860 | 2024-11-07T01:25:29.170Z | Checking mime v0.3.17 |
1861 | 2024-11-07T01:25:29.252Z | Checking unicode-properties v0.1.3 |
1862 | 2024-11-07T01:25:29.488Z | Checking anstyle-parse v0.2.5 |
1863 | 2024-11-07T01:25:29.580Z | Checking stringprep v0.1.5 |
1864 | 2024-11-07T01:25:29.762Z | Checking crossbeam-deque v0.8.5 |
1865 | 2024-11-07T01:25:29.840Z | Checking term v0.7.0 |
1866 | 2024-11-07T01:25:30.071Z | Checking slog-json v2.6.1 |
1867 | 2024-11-07T01:25:30.287Z | Checking rustls v0.23.14 |
1868 | 2024-11-07T01:25:30.322Z | Checking rustls v0.22.4 |
1869 | 2024-11-07T01:25:30.412Z | Checking native-tls v0.2.12 |
1870 | 2024-11-07T01:25:30.560Z | Checking addr2line v0.24.2 |
1871 | 2024-11-07T01:25:30.732Z | Checking futures-executor v0.3.31 |
1872 | 2024-11-07T01:25:30.976Z | Checking serde_urlencoded v0.7.1 |
1873 | 2024-11-07T01:25:31.100Z | Checking crossbeam-channel v0.5.13 |
1874 | 2024-11-07T01:25:31.399Z | Checking num-integer v0.1.46 |
1875 | 2024-11-07T01:25:31.634Z | Checking usdt-impl v0.5.0 |
1876 | 2024-11-07T01:25:31.759Z | Checking toml_edit v0.22.22 |
1877 | 2024-11-07T01:25:31.852Z | Checking rustls-pemfile v2.2.0 |
1878 | 2024-11-07T01:25:31.869Z | Checking idna v0.4.0 |
1879 | 2024-11-07T01:25:32.056Z | Checking idna v0.3.0 |
1880 | 2024-11-07T01:25:32.195Z | Checking md-5 v0.10.6 |
1881 | 2024-11-07T01:25:32.425Z | Checking ff v0.13.0 |
1882 | 2024-11-07T01:25:32.442Z | Checking memmap v0.7.0 |
1883 | 2024-11-07T01:25:32.647Z | Checking is-terminal v0.4.13 |
1884 | 2024-11-07T01:25:32.663Z | Checking hash32 v0.2.1 |
1885 | 2024-11-07T01:25:32.772Z | Checking object v0.36.5 |
1886 | 2024-11-07T01:25:32.775Z | Checking utf-8 v0.7.6 |
1887 | 2024-11-07T01:25:32.895Z | Checking fallible-iterator v0.2.0 |
1888 | 2024-11-07T01:25:32.973Z | Checking psl-types v2.0.11 |
1889 | 2024-11-07T01:25:32.988Z | Checking quick-error v1.2.3 |
1890 | 2024-11-07T01:25:33.125Z | Checking colorchoice v1.0.2 |
1891 | 2024-11-07T01:25:33.161Z | Checking take_mut v0.2.2 |
1892 | 2024-11-07T01:25:33.263Z | Checking anstyle-query v1.1.1 |
1893 | 2024-11-07T01:25:33.305Z | Checking stable_deref_trait v1.2.0 |
1894 | 2024-11-07T01:25:33.395Z | Checking is_terminal_polyfill v1.70.1 |
1895 | 2024-11-07T01:25:33.411Z | Checking linked-hash-map v0.5.6 |
1896 | 2024-11-07T01:25:33.474Z | Checking rustc-demangle v0.1.24 |
1897 | 2024-11-07T01:25:33.509Z | Checking base16ct v0.2.0 |
1898 | 2024-11-07T01:25:33.704Z | Checking dyn-clone v1.0.17 |
1899 | 2024-11-07T01:25:33.736Z | Checking lru-cache v0.1.2 |
1900 | 2024-11-07T01:25:33.842Z | Checking schemars v0.8.21 |
1901 | 2024-11-07T01:25:33.910Z | Checking sec1 v0.7.3 |
1902 | 2024-11-07T01:25:33.913Z | Checking anstream v0.6.15 |
1903 | 2024-11-07T01:25:33.913Z | Checking tokio-rustls v0.25.0 |
1904 | 2024-11-07T01:25:34.280Z | Checking postgres-protocol v0.6.7 |
1905 | 2024-11-07T01:25:34.309Z | Checking heapless v0.7.17 |
1906 | 2024-11-07T01:25:34.312Z | Checking slog-async v2.8.0 |
1907 | 2024-11-07T01:25:34.422Z | Checking toml v0.8.19 |
1908 | 2024-11-07T01:25:34.556Z | Checking hyper v1.4.1 |
1909 | 2024-11-07T01:25:34.607Z | Checking publicsuffix v2.2.3 |
1910 | 2024-11-07T01:25:34.832Z | Checking resolv-conf v0.7.0 |
1911 | 2024-11-07T01:25:34.962Z | Checking tungstenite v0.24.0 |
1912 | 2024-11-07T01:25:35.154Z | Checking hickory-proto v0.24.1 |
1913 | 2024-11-07T01:25:35.188Z | Checking slog-term v2.9.1 |
1914 | 2024-11-07T01:25:35.332Z | Checking tokio-rustls v0.26.0 |
1915 | 2024-11-07T01:25:35.355Z | Checking usdt v0.5.0 |
1916 | 2024-11-07T01:25:35.520Z | Checking group v0.13.0 |
1917 | 2024-11-07T01:25:35.609Z | Checking num-iter v0.1.45 |
1918 | 2024-11-07T01:25:35.672Z | Checking futures v0.3.31 |
1919 | 2024-11-07T01:25:35.721Z | Checking tokio-native-tls v0.3.1 |
1920 | 2024-11-07T01:25:35.772Z | Checking slog-bunyan v2.5.0 |
1921 | 2024-11-07T01:25:35.787Z | Checking rayon-core v1.12.1 |
1922 | 2024-11-07T01:25:35.791Z | Checking multer v3.1.0 |
1923 | 2024-11-07T01:25:35.866Z | Checking terminal_size v0.4.0 |
1924 | 2024-11-07T01:25:35.943Z | Checking phf_shared v0.11.2 |
1925 | 2024-11-07T01:25:35.958Z | Checking cookie v0.18.1 |
1926 | 2024-11-07T01:25:36.031Z | Checking async-stream v0.3.6 |
1927 | 2024-11-07T01:25:36.188Z | Checking bzip2-sys v0.1.11+1.0.8 |
1928 | 2024-11-07T01:25:36.210Z | Checking signal-hook v0.3.17 |
1929 | 2024-11-07T01:25:36.223Z | Checking camino v1.1.9 |
1930 | 2024-11-07T01:25:36.308Z | Checking waitgroup v0.1.2 |
1931 | 2024-11-07T01:25:36.410Z | Checking openapiv3 v2.0.0 |
1932 | 2024-11-07T01:25:36.432Z | Checking serde_path_to_error v0.1.16 |
1933 | 2024-11-07T01:25:36.516Z | Checking webpki-roots v0.26.6 |
1934 | 2024-11-07T01:25:36.540Z | Checking hkdf v0.12.4 |
1935 | 2024-11-07T01:25:36.701Z | Checking hyper-util v0.1.9 |
1936 | 2024-11-07T01:25:36.730Z | Checking crypto-bigint v0.5.5 |
1937 | 2024-11-07T01:25:36.745Z | Checking hostname v0.4.0 |
1938 | 2024-11-07T01:25:36.773Z | Checking crc32fast v1.4.2 |
1939 | 2024-11-07T01:25:36.871Z | Checking winnow v0.5.40 |
1940 | 2024-11-07T01:25:37.009Z | Checking managed v0.8.0 |
1941 | 2024-11-07T01:25:37.051Z | Checking strsim v0.11.1 |
1942 | 2024-11-07T01:25:37.329Z | Checking bitflags v1.3.2 |
1943 | 2024-11-07T01:25:37.405Z | Checking unicode-width v0.1.14 |
1944 | 2024-11-07T01:25:37.428Z | Checking debug-ignore v1.0.5 |
1945 | 2024-11-07T01:25:37.565Z | Checking clap_lex v0.7.2 |
1946 | 2024-11-07T01:25:37.821Z | Checking clap_builder v4.5.20 |
1947 | 2024-11-07T01:25:37.904Z | Checking console v0.15.8 |
1948 | 2024-11-07T01:25:38.503Z | Checking smoltcp v0.9.1 |
1949 | 2024-11-07T01:25:38.866Z | Checking hyper-tls v0.6.0 |
1950 | 2024-11-07T01:25:39.158Z | Checking hyper-rustls v0.27.3 |
1951 | 2024-11-07T01:25:39.519Z | Checking flate2 v1.0.34 |
1952 | 2024-11-07T01:25:39.547Z | Checking elliptic-curve v0.13.8 |
1953 | 2024-11-07T01:25:39.641Z | Checking backtrace v0.3.74 |
1954 | 2024-11-07T01:25:39.843Z | Checking dropshot v0.12.0 |
1955 | 2024-11-07T01:25:40.008Z | Checking signal-hook-mio v0.2.4 |
1956 | 2024-11-07T01:25:40.025Z | Checking hickory-resolver v0.24.1 |
1957 | 2024-11-07T01:25:40.039Z | Checking toml_edit v0.19.15 |
1958 | 2024-11-07T01:25:40.134Z | Checking rayon v1.10.0 |
1959 | 2024-11-07T01:25:40.149Z | Checking cookie_store v0.21.0 |
1960 | 2024-11-07T01:25:40.185Z | Checking bzip2 v0.4.4 |
1961 | 2024-11-07T01:25:40.188Z | Checking anyhow v1.0.92 |
1962 | 2024-11-07T01:25:40.472Z | Checking phf v0.11.2 |
1963 | 2024-11-07T01:25:40.572Z | Checking tokio-tungstenite v0.24.0 |
1964 | 2024-11-07T01:25:40.747Z | Checking num-bigint-dig v0.8.4 |
1965 | 2024-11-07T01:25:40.788Z | Checking postgres-types v0.2.8 |
1966 | 2024-11-07T01:25:41.022Z | Checking bstr v1.10.0 |
1967 | 2024-11-07T01:25:41.101Z | Checking regex v1.11.0 |
1968 | 2024-11-07T01:25:41.606Z | Checking tokio-stream v0.1.16 |
1969 | 2024-11-07T01:25:41.636Z | Checking ed25519 v2.2.3 |
1970 | 2024-11-07T01:25:41.718Z | Checking phf_shared v0.10.0 |
1971 | 2024-11-07T01:25:41.950Z | Checking curve25519-dalek v4.1.3 |
1972 | 2024-11-07T01:25:41.991Z | Checking zerocopy v0.6.6 |
1973 | 2024-11-07T01:25:42.007Z | Checking pkcs1 v0.7.5 |
1974 | 2024-11-07T01:25:42.411Z | Checking hubpack v0.1.2 |
1975 | 2024-11-07T01:25:42.467Z | Checking portable-atomic v1.9.0 |
1976 | 2024-11-07T01:25:42.603Z | Checking float-cmp v0.9.0 |
1977 | 2024-11-07T01:25:42.732Z | Checking serde-big-array v0.5.1 |
1978 | 2024-11-07T01:25:42.766Z | Checking rfc6979 v0.4.0 |
1979 | 2024-11-07T01:25:42.781Z | Checking sync_wrapper v1.0.1 |
1980 | 2024-11-07T01:25:42.927Z | Checking fixedbitset v0.4.2 |
1981 | 2024-11-07T01:25:42.943Z | Checking static_assertions v1.1.0 |
1982 | 2024-11-07T01:25:42.945Z | Checking bit-vec v0.6.3 |
1983 | 2024-11-07T01:25:43.005Z | Checking precomputed-hash v0.1.1 |
1984 | 2024-11-07T01:25:43.049Z | Checking normalize-line-endings v0.3.0 |
1985 | 2024-11-07T01:25:43.118Z | Checking new_debug_unreachable v1.0.6 |
1986 | 2024-11-07T01:25:43.167Z | Checking whoami v1.5.2 |
1987 | 2024-11-07T01:25:43.193Z | Checking number_prefix v0.4.0 |
1988 | 2024-11-07T01:25:43.207Z | Checking predicates-core v1.0.8 |
1989 | 2024-11-07T01:25:43.268Z | Checking unicode-segmentation v1.12.0 |
1990 | 2024-11-07T01:25:43.375Z | Checking minimal-lexical v0.2.1 |
1991 | 2024-11-07T01:25:43.378Z | Checking difflib v0.4.0 |
1992 | 2024-11-07T01:25:43.458Z | Checking tokio-postgres v0.7.12 |
1993 | 2024-11-07T01:25:43.507Z | Checking bit-set v0.5.3 |
1994 | 2024-11-07T01:25:43.688Z | Checking predicates v3.1.2 |
1995 | 2024-11-07T01:25:43.703Z | Checking qorb v0.2.0 |
1996 | 2024-11-07T01:25:43.747Z | Checking nom v7.1.3 |
1997 | 2024-11-07T01:25:43.762Z | Checking string_cache v0.8.7 |
1998 | 2024-11-07T01:25:43.796Z | Checking ed25519-dalek v2.1.1 |
1999 | 2024-11-07T01:25:43.953Z | Checking similar v2.6.0 |
2000 | 2024-11-07T01:25:44.036Z | Checking petgraph v0.6.5 |
2001 | 2024-11-07T01:25:44.076Z | Checking indicatif v0.17.8 |
2002 | 2024-11-07T01:25:44.201Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2003 | 2024-11-07T01:25:44.353Z | Checking rsa v0.9.6 |
2004 | 2024-11-07T01:25:44.817Z | Checking ecdsa v0.16.9 |
2005 | 2024-11-07T01:25:44.838Z | Checking reqwest v0.12.8 |
2006 | 2024-11-07T01:25:45.449Z | Checking toml v0.7.8 |
2007 | 2024-11-07T01:25:45.563Z | Checking clap v4.5.20 |
2008 | 2024-11-07T01:25:45.684Z | Checking zip v0.6.6 |
2009 | 2024-11-07T01:25:46.214Z | Checking crossterm v0.28.1 |
2010 | 2024-11-07T01:25:46.389Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2011 | 2024-11-07T01:25:46.406Z | Checking itertools v0.10.5 |
2012 | 2024-11-07T01:25:46.426Z | Checking itertools v0.12.1 |
2013 | 2024-11-07T01:25:46.646Z | Checking fs-err v2.11.0 |
2014 | 2024-11-07T01:25:46.697Z | Checking ahash v0.8.11 |
2015 | 2024-11-07T01:25:46.759Z | Checking x509-cert v0.2.5 |
2016 | 2024-11-07T01:25:47.208Z | Checking hex v0.4.3 |
2017 | 2024-11-07T01:25:47.222Z | Checking semver v1.0.23 |
2018 | 2024-11-07T01:25:47.429Z | Checking lalrpop-util v0.19.12 |
2019 | 2024-11-07T01:25:47.637Z | Checking peg-runtime v0.8.3 |
2020 | 2024-11-07T01:25:47.726Z | Checking sigpipe v0.1.3 |
2021 | 2024-11-07T01:25:49.056Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2022 | 2024-11-07T01:25:49.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.87s |
2023 | 2024-11-07T01:25:49.518Z | |
2024 | 2024-11-07T01:25:49.518Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168) |
2025 | 2024-11-07T01:25:50.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2026 | 2024-11-07T01:25:50.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2027 | 2024-11-07T01:25:50.142Z | Compiling hashbrown v0.14.5 |
2028 | 2024-11-07T01:25:50.482Z | Checking heck v0.5.0 |
2029 | 2024-11-07T01:25:50.493Z | Compiling unsafe-libyaml v0.2.11 |
2030 | 2024-11-07T01:25:50.493Z | Compiling ident_case v1.0.1 |
2031 | 2024-11-07T01:25:50.493Z | Checking progenitor-client v0.8.0 |
2032 | 2024-11-07T01:25:50.493Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2033 | 2024-11-07T01:25:50.493Z | Compiling proc-macro-crate v1.3.1 |
2034 | 2024-11-07T01:25:50.493Z | Compiling darling_core v0.20.10 |
2035 | 2024-11-07T01:25:50.493Z | Checking ipnetwork v0.20.0 |
2036 | 2024-11-07T01:25:50.592Z | Compiling structmeta-derive v0.3.0 |
2037 | 2024-11-07T01:25:50.675Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2038 | 2024-11-07T01:25:50.815Z | Compiling newtype-uuid v1.1.2 |
2039 | 2024-11-07T01:25:50.987Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2040 | 2024-11-07T01:25:51.143Z | Compiling lzma-sys v0.1.20 |
2041 | 2024-11-07T01:25:51.323Z | Compiling num_enum_derive v0.5.11 |
2042 | 2024-11-07T01:25:51.340Z | Compiling foreign-types-macros v0.2.3 |
2043 | 2024-11-07T01:25:51.427Z | Checking regress v0.10.1 |
2044 | 2024-11-07T01:25:51.887Z | Compiling serde_yaml v0.9.34+deprecated |
2045 | 2024-11-07T01:25:52.151Z | Checking foreign-types-shared v0.3.1 |
2046 | 2024-11-07T01:25:52.265Z | Checking arc-swap v1.7.1 |
2047 | 2024-11-07T01:25:52.566Z | Checking foreign-types v0.5.0 |
2048 | 2024-11-07T01:25:52.697Z | Checking slog-scope v4.4.0 |
2049 | 2024-11-07T01:25:52.719Z | Compiling proc-macro-error v1.0.4 |
2050 | 2024-11-07T01:25:53.401Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2051 | 2024-11-07T01:25:53.473Z | Checking tungstenite v0.21.0 |
2052 | 2024-11-07T01:25:53.488Z | Compiling structmeta v0.3.0 |
2053 | 2024-11-07T01:25:53.505Z | Compiling heck v0.3.3 |
2054 | 2024-11-07T01:25:53.759Z | Checking num_enum v0.5.11 |
2055 | 2024-11-07T01:25:53.870Z | Compiling parse-display-derive v0.10.0 |
2056 | 2024-11-07T01:25:53.910Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2057 | 2024-11-07T01:25:53.926Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2058 | 2024-11-07T01:25:54.405Z | Checking cstr-argument v0.1.2 |
2059 | 2024-11-07T01:25:54.592Z | Checking instant v0.1.13 |
2060 | 2024-11-07T01:25:54.668Z | Checking pretty-hex v0.2.1 |
2061 | 2024-11-07T01:25:54.707Z | Checking fastrand v2.1.1 |
2062 | 2024-11-07T01:25:54.723Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2063 | 2024-11-07T01:25:54.824Z | Checking base64 v0.21.7 |
2064 | 2024-11-07T01:25:55.029Z | Checking tempfile v3.13.0 |
2065 | 2024-11-07T01:25:55.048Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2066 | 2024-11-07T01:25:55.063Z | Checking typify-impl v0.2.0 |
2067 | 2024-11-07T01:25:55.325Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2068 | 2024-11-07T01:25:55.409Z | Checking backoff v0.4.0 |
2069 | 2024-11-07T01:25:55.477Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2070 | 2024-11-07T01:25:55.620Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2071 | 2024-11-07T01:25:55.705Z | Checking tokio-tungstenite v0.21.0 |
2072 | 2024-11-07T01:25:55.867Z | Compiling zone_cfg_derive v0.1.2 |
2073 | 2024-11-07T01:25:55.991Z | Checking strum v0.26.3 |
2074 | 2024-11-07T01:25:56.155Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2075 | 2024-11-07T01:25:56.244Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2076 | 2024-11-07T01:25:56.501Z | Checking slog-stdlog v4.1.1 |
2077 | 2024-11-07T01:25:56.671Z | Checking regress v0.9.1 |
2078 | 2024-11-07T01:25:56.699Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2079 | 2024-11-07T01:25:56.852Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2080 | 2024-11-07T01:25:56.926Z | Compiling darling_macro v0.20.10 |
2081 | 2024-11-07T01:25:56.942Z | Checking colored v2.1.0 |
2082 | 2024-11-07T01:25:57.138Z | Checking macaddr v1.0.1 |
2083 | 2024-11-07T01:25:57.235Z | Checking base64 v0.13.1 |
2084 | 2024-11-07T01:25:57.369Z | Checking zone v0.1.8 |
2085 | 2024-11-07T01:25:57.623Z | Checking ron v0.7.1 |
2086 | 2024-11-07T01:25:57.660Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2087 | 2024-11-07T01:25:57.847Z | Compiling darling v0.20.10 |
2088 | 2024-11-07T01:25:57.972Z | Compiling serde_with_macros v3.11.0 |
2089 | 2024-11-07T01:25:58.066Z | Checking xz2 v0.1.7 |
2090 | 2024-11-07T01:25:58.124Z | Checking slog-envlogger v2.2.0 |
2091 | 2024-11-07T01:25:58.263Z | Checking parse-display v0.10.0 |
2092 | 2024-11-07T01:25:58.336Z | Checking tabwriter v1.4.0 |
2093 | 2024-11-07T01:25:58.372Z | Checking xattr v1.3.1 |
2094 | 2024-11-07T01:25:58.485Z | Checking pem v3.0.4 |
2095 | 2024-11-07T01:25:58.565Z | Checking yasna v0.5.2 |
2096 | 2024-11-07T01:25:58.577Z | Checking headers-core v0.3.0 |
2097 | 2024-11-07T01:25:58.714Z | Checking smf v0.2.3 |
2098 | 2024-11-07T01:25:58.750Z | Checking filetime v0.2.25 |
2099 | 2024-11-07T01:25:58.766Z | Checking same-file v1.0.6 |
2100 | 2024-11-07T01:25:58.928Z | Checking walkdir v2.5.0 |
2101 | 2024-11-07T01:25:58.952Z | Checking tar v0.4.42 |
2102 | 2024-11-07T01:25:59.180Z | Checking headers v0.4.0 |
2103 | 2024-11-07T01:25:59.203Z | Checking camino-tempfile v1.1.1 |
2104 | 2024-11-07T01:25:59.445Z | Checking rcgen v0.12.1 |
2105 | 2024-11-07T01:25:59.467Z | Checking atomicwrites v0.4.4 |
2106 | 2024-11-07T01:25:59.489Z | Checking subprocess v0.2.9 |
2107 | 2024-11-07T01:26:00.418Z | Checking serde_with v3.11.0 |
2108 | 2024-11-07T01:26:03.823Z | Compiling typify-macro v0.2.0 |
2109 | 2024-11-07T01:26:05.690Z | Compiling typify v0.2.0 |
2110 | 2024-11-07T01:26:05.757Z | Compiling progenitor-impl v0.8.0 |
2111 | 2024-11-07T01:26:08.907Z | Compiling progenitor-macro v0.8.0 |
2112 | 2024-11-07T01:26:14.197Z | Checking progenitor v0.8.0 |
2113 | 2024-11-07T01:26:14.328Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2114 | 2024-11-07T01:26:14.332Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2115 | 2024-11-07T01:26:17.026Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2116 | 2024-11-07T01:26:17.331Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2117 | 2024-11-07T01:26:23.886Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2118 | 2024-11-07T01:26:25.463Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2119 | 2024-11-07T01:26:26.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.17s |
2120 | 2024-11-07T01:26:26.868Z | |
2121 | 2024-11-07T01:26:26.868Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168) |
2122 | 2024-11-07T01:26:27.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2123 | 2024-11-07T01:26:27.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2124 | 2024-11-07T01:26:27.484Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2125 | 2024-11-07T01:26:28.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
2126 | 2024-11-07T01:26:29.049Z | |
2127 | 2024-11-07T01:26:29.049Z | info: running `cargo check --bins` on nexus-config (31/168) |
2128 | 2024-11-07T01:26:29.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2129 | 2024-11-07T01:26:29.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2130 | 2024-11-07T01:26:29.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2131 | 2024-11-07T01:26:29.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2132 | 2024-11-07T01:26:29.632Z | |
2133 | 2024-11-07T01:26:29.632Z | info: running `cargo check --bins` on omicron-rpaths (32/168) |
2134 | 2024-11-07T01:26:30.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2135 | 2024-11-07T01:26:30.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2136 | 2024-11-07T01:26:30.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2137 | 2024-11-07T01:26:30.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2138 | 2024-11-07T01:26:30.211Z | |
2139 | 2024-11-07T01:26:30.211Z | info: running `cargo check --bins` on omicron-certificates (33/168) |
2140 | 2024-11-07T01:26:30.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2141 | 2024-11-07T01:26:30.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2142 | 2024-11-07T01:26:30.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2143 | 2024-11-07T01:26:30.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2144 | 2024-11-07T01:26:30.819Z | |
2145 | 2024-11-07T01:26:30.819Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/168) |
2146 | 2024-11-07T01:26:31.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2147 | 2024-11-07T01:26:31.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2148 | 2024-11-07T01:26:31.440Z | Compiling heapless v0.8.0 |
2149 | 2024-11-07T01:26:31.442Z | Checking hash32 v0.3.1 |
2150 | 2024-11-07T01:26:31.536Z | Compiling smoltcp v0.11.0 |
2151 | 2024-11-07T01:26:31.557Z | Checking cobs v0.2.3 |
2152 | 2024-11-07T01:26:31.569Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2153 | 2024-11-07T01:26:31.572Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2154 | 2024-11-07T01:26:31.598Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2155 | 2024-11-07T01:26:31.601Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2156 | 2024-11-07T01:26:31.690Z | Compiling crucible-workspace-hack v0.1.0 |
2157 | 2024-11-07T01:26:31.707Z | Checking newline-converter v0.3.0 |
2158 | 2024-11-07T01:26:31.719Z | Checking postcard v1.0.10 |
2159 | 2024-11-07T01:26:31.841Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2160 | 2024-11-07T01:26:31.907Z | Compiling convert_case v0.4.0 |
2161 | 2024-11-07T01:26:32.059Z | Checking expectorate v1.1.0 |
2162 | 2024-11-07T01:26:32.062Z | Compiling zone_cfg_derive v0.3.0 |
2163 | 2024-11-07T01:26:32.229Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2164 | 2024-11-07T01:26:32.244Z | Checking itertools v0.13.0 |
2165 | 2024-11-07T01:26:32.276Z | Compiling num-derive v0.4.2 |
2166 | 2024-11-07T01:26:32.461Z | Compiling slog-dtrace v0.3.0 |
2167 | 2024-11-07T01:26:32.569Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2168 | 2024-11-07T01:26:32.785Z | Compiling derive_more v0.99.18 |
2169 | 2024-11-07T01:26:32.840Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2170 | 2024-11-07T01:26:33.507Z | Checking zone v0.3.0 |
2171 | 2024-11-07T01:26:34.219Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2172 | 2024-11-07T01:26:35.580Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2173 | 2024-11-07T01:26:36.442Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2174 | 2024-11-07T01:26:36.516Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2175 | 2024-11-07T01:26:37.746Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2176 | 2024-11-07T01:26:37.821Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2177 | 2024-11-07T01:26:39.426Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2178 | 2024-11-07T01:26:40.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.51s |
2179 | 2024-11-07T01:26:40.495Z | |
2180 | 2024-11-07T01:26:40.495Z | info: running `cargo check --bins` on clickhouse-admin-api (35/168) |
2181 | 2024-11-07T01:26:41.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2182 | 2024-11-07T01:26:41.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2183 | 2024-11-07T01:26:41.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2184 | 2024-11-07T01:26:41.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2185 | 2024-11-07T01:26:41.098Z | |
2186 | 2024-11-07T01:26:41.098Z | info: running `cargo check --bins` on clickhouse-admin-types (36/168) |
2187 | 2024-11-07T01:26:41.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2188 | 2024-11-07T01:26:41.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2189 | 2024-11-07T01:26:41.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2190 | 2024-11-07T01:26:41.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2191 | 2024-11-07T01:26:41.697Z | |
2192 | 2024-11-07T01:26:41.697Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168) |
2193 | 2024-11-07T01:26:42.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2194 | 2024-11-07T01:26:42.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2195 | 2024-11-07T01:26:42.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2196 | 2024-11-07T01:26:42.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2197 | 2024-11-07T01:26:42.395Z | |
2198 | 2024-11-07T01:26:42.395Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168) |
2199 | 2024-11-07T01:26:43.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2200 | 2024-11-07T01:26:43.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2201 | 2024-11-07T01:26:43.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2202 | 2024-11-07T01:26:43.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2203 | 2024-11-07T01:26:43.099Z | |
2204 | 2024-11-07T01:26:43.099Z | info: running `cargo check --bins` on dns-server (39/168) |
2205 | 2024-11-07T01:26:43.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2206 | 2024-11-07T01:26:43.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2207 | 2024-11-07T01:26:43.702Z | Compiling parking_lot_core v0.8.6 |
2208 | 2024-11-07T01:26:43.702Z | Checking nibble_vec v0.1.0 |
2209 | 2024-11-07T01:26:43.702Z | Checking endian-type v0.1.2 |
2210 | 2024-11-07T01:26:43.704Z | Checking fxhash v0.2.1 |
2211 | 2024-11-07T01:26:43.704Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2212 | 2024-11-07T01:26:43.706Z | Checking hickory-server v0.24.1 |
2213 | 2024-11-07T01:26:43.962Z | Checking radix_trie v0.2.1 |
2214 | 2024-11-07T01:26:44.260Z | Checking hickory-client v0.24.1 |
2215 | 2024-11-07T01:26:44.411Z | Checking parking_lot v0.11.2 |
2216 | 2024-11-07T01:26:44.498Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2217 | 2024-11-07T01:26:44.501Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2218 | 2024-11-07T01:26:44.683Z | Checking sled v0.34.7 |
2219 | 2024-11-07T01:26:46.511Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2220 | 2024-11-07T01:26:47.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
2221 | 2024-11-07T01:26:47.900Z | |
2222 | 2024-11-07T01:26:47.900Z | info: running `cargo check --bins` on dns-server-api (40/168) |
2223 | 2024-11-07T01:26:48.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2224 | 2024-11-07T01:26:48.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2225 | 2024-11-07T01:26:48.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2226 | 2024-11-07T01:26:48.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2227 | 2024-11-07T01:26:48.493Z | |
2228 | 2024-11-07T01:26:48.493Z | info: running `cargo check --bins` on internal-dns-types (41/168) |
2229 | 2024-11-07T01:26:49.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2230 | 2024-11-07T01:26:49.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2231 | 2024-11-07T01:26:49.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2232 | 2024-11-07T01:26:49.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2233 | 2024-11-07T01:26:49.077Z | |
2234 | 2024-11-07T01:26:49.077Z | info: running `cargo check --bins` on dns-service-client (42/168) |
2235 | 2024-11-07T01:26:49.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2236 | 2024-11-07T01:26:49.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2237 | 2024-11-07T01:26:49.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2238 | 2024-11-07T01:26:49.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2239 | 2024-11-07T01:26:49.665Z | |
2240 | 2024-11-07T01:26:49.665Z | info: running `cargo check --bins` on gateway-test-utils (43/168) |
2241 | 2024-11-07T01:26:50.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2242 | 2024-11-07T01:26:50.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2243 | 2024-11-07T01:26:50.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2244 | 2024-11-07T01:26:50.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2245 | 2024-11-07T01:26:50.310Z | |
2246 | 2024-11-07T01:26:50.311Z | info: running `cargo check --bins` on gateway-types (44/168) |
2247 | 2024-11-07T01:26:50.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2248 | 2024-11-07T01:26:50.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2249 | 2024-11-07T01:26:50.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2250 | 2024-11-07T01:26:50.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2251 | 2024-11-07T01:26:50.905Z | |
2252 | 2024-11-07T01:26:50.905Z | info: running `cargo check --bins` on ipcc (45/168) |
2253 | 2024-11-07T01:26:51.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2254 | 2024-11-07T01:26:51.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2255 | 2024-11-07T01:26:51.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2256 | 2024-11-07T01:26:51.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2257 | 2024-11-07T01:26:51.497Z | |
2258 | 2024-11-07T01:26:51.498Z | info: running `cargo check --bins` on omicron-gateway (46/168) |
2259 | 2024-11-07T01:26:52.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2260 | 2024-11-07T01:26:52.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2261 | 2024-11-07T01:26:52.159Z | Checking num-rational v0.4.2 |
2262 | 2024-11-07T01:26:52.159Z | Compiling progenitor-client v0.8.0 |
2263 | 2024-11-07T01:26:52.163Z | Checking num-complex v0.4.6 |
2264 | 2024-11-07T01:26:52.163Z | Compiling prettyplease v0.2.22 |
2265 | 2024-11-07T01:26:52.163Z | Compiling newtype-uuid v1.1.2 |
2266 | 2024-11-07T01:26:52.163Z | Compiling ipnetwork v0.20.0 |
2267 | 2024-11-07T01:26:52.261Z | Compiling instant v0.1.13 |
2268 | 2024-11-07T01:26:52.264Z | Compiling semver v0.1.20 |
2269 | 2024-11-07T01:26:52.417Z | Checking float-ord v0.3.2 |
2270 | 2024-11-07T01:26:52.560Z | Compiling progenitor v0.8.0 |
2271 | 2024-11-07T01:26:52.575Z | Compiling radium v0.7.0 |
2272 | 2024-11-07T01:26:52.621Z | Compiling rustc_version v0.1.7 |
2273 | 2024-11-07T01:26:52.647Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2274 | 2024-11-07T01:26:52.763Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2275 | 2024-11-07T01:26:52.882Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2276 | 2024-11-07T01:26:52.959Z | Compiling backoff v0.4.0 |
2277 | 2024-11-07T01:26:52.987Z | Compiling parse-display v0.10.0 |
2278 | 2024-11-07T01:26:53.042Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2279 | 2024-11-07T01:26:53.085Z | Compiling serde_with v3.11.0 |
2280 | 2024-11-07T01:26:53.155Z | Checking num v0.4.3 |
2281 | 2024-11-07T01:26:53.172Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2282 | 2024-11-07T01:26:53.216Z | Compiling regress v0.9.1 |
2283 | 2024-11-07T01:26:53.252Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2284 | 2024-11-07T01:26:53.625Z | Compiling macaddr v1.0.1 |
2285 | 2024-11-07T01:26:53.641Z | Compiling maybe-uninit v2.0.0 |
2286 | 2024-11-07T01:26:54.087Z | Checking tap v1.0.1 |
2287 | 2024-11-07T01:26:54.200Z | Compiling newtype_derive v0.1.6 |
2288 | 2024-11-07T01:26:54.244Z | Checking wyz v0.5.1 |
2289 | 2024-11-07T01:26:54.481Z | Checking password-hash v0.5.0 |
2290 | 2024-11-07T01:26:54.625Z | Checking blake2 v0.10.6 |
2291 | 2024-11-07T01:26:54.809Z | Checking funty v2.0.0 |
2292 | 2024-11-07T01:26:54.934Z | Compiling owo-colors v4.1.0 |
2293 | 2024-11-07T01:26:55.073Z | Compiling cancel-safe-futures v0.1.5 |
2294 | 2024-11-07T01:26:55.204Z | Compiling packed_struct v0.10.1 |
2295 | 2024-11-07T01:26:55.231Z | Checking crc-catalog v2.4.0 |
2296 | 2024-11-07T01:26:55.373Z | Checking crc v3.2.1 |
2297 | 2024-11-07T01:26:55.492Z | Checking argon2 v0.5.3 |
2298 | 2024-11-07T01:26:55.747Z | Checking bitvec v1.0.1 |
2299 | 2024-11-07T01:26:55.897Z | Compiling packed_struct_codegen v0.10.1 |
2300 | 2024-11-07T01:26:56.158Z | Compiling indexmap v1.9.3 |
2301 | 2024-11-07T01:26:56.473Z | Checking half v2.4.1 |
2302 | 2024-11-07T01:26:56.798Z | Checking nodrop v0.1.14 |
2303 | 2024-11-07T01:26:56.916Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2304 | 2024-11-07T01:26:56.968Z | Checking ciborium-io v0.2.2 |
2305 | 2024-11-07T01:26:57.024Z | Checking array-init v0.0.4 |
2306 | 2024-11-07T01:26:57.097Z | Checking ciborium-ll v0.2.2 |
2307 | 2024-11-07T01:26:57.265Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2308 | 2024-11-07T01:26:57.400Z | Checking smallvec v0.6.14 |
2309 | 2024-11-07T01:26:57.676Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2310 | 2024-11-07T01:26:58.313Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2311 | 2024-11-07T01:26:58.487Z | Checking libsw v3.3.1 |
2312 | 2024-11-07T01:26:58.589Z | Compiling memoffset v0.9.1 |
2313 | 2024-11-07T01:26:58.761Z | Checking linear-map v1.2.0 |
2314 | 2024-11-07T01:26:58.808Z | Checking swrite v0.1.0 |
2315 | 2024-11-07T01:26:58.903Z | Checking indent_write v2.2.0 |
2316 | 2024-11-07T01:26:58.933Z | Checking highway v1.2.0 |
2317 | 2024-11-07T01:26:59.094Z | Checking termcolor v1.4.1 |
2318 | 2024-11-07T01:26:59.110Z | Checking bitfield v0.14.0 |
2319 | 2024-11-07T01:26:59.350Z | Checking hashbrown v0.12.3 |
2320 | 2024-11-07T01:26:59.387Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2321 | 2024-11-07T01:26:59.412Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2322 | 2024-11-07T01:26:59.505Z | Checking env_logger v0.10.2 |
2323 | 2024-11-07T01:26:59.686Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2324 | 2024-11-07T01:27:00.070Z | Checking ron v0.8.1 |
2325 | 2024-11-07T01:27:00.388Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2326 | 2024-11-07T01:27:00.473Z | Checking serde-hex v0.1.0 |
2327 | 2024-11-07T01:27:00.855Z | Checking steno v0.4.1 |
2328 | 2024-11-07T01:27:01.112Z | Checking ciborium v0.2.2 |
2329 | 2024-11-07T01:27:01.616Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2330 | 2024-11-07T01:27:01.884Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2331 | 2024-11-07T01:27:02.070Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2332 | 2024-11-07T01:27:02.127Z | Checking hashbrown v0.13.2 |
2333 | 2024-11-07T01:27:02.517Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2334 | 2024-11-07T01:27:02.868Z | Checking crc-any v2.5.0 |
2335 | 2024-11-07T01:27:03.199Z | Checking humantime v2.1.0 |
2336 | 2024-11-07T01:27:03.219Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2337 | 2024-11-07T01:27:03.235Z | Checking object v0.30.4 |
2338 | 2024-11-07T01:27:03.253Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2339 | 2024-11-07T01:27:03.506Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2340 | 2024-11-07T01:27:03.586Z | Checking path-slash v0.1.5 |
2341 | 2024-11-07T01:27:03.719Z | Checking nix v0.27.1 |
2342 | 2024-11-07T01:27:03.820Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2343 | 2024-11-07T01:27:03.873Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2344 | 2024-11-07T01:27:04.550Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2345 | 2024-11-07T01:27:04.621Z | Checking tungstenite v0.23.0 |
2346 | 2024-11-07T01:27:04.837Z | Checking kstat-rs v0.2.4 |
2347 | 2024-11-07T01:27:05.022Z | Checking signal-hook-tokio v0.3.1 |
2348 | 2024-11-07T01:27:05.447Z | Checking tokio-tungstenite v0.23.1 |
2349 | 2024-11-07T01:27:06.337Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2350 | 2024-11-07T01:27:06.571Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2351 | 2024-11-07T01:27:11.840Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2352 | 2024-11-07T01:27:13.648Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2353 | 2024-11-07T01:27:14.322Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2354 | 2024-11-07T01:27:17.475Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2355 | 2024-11-07T01:27:17.731Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2356 | 2024-11-07T01:27:18.264Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2357 | 2024-11-07T01:27:24.321Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2358 | 2024-11-07T01:27:24.997Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2359 | 2024-11-07T01:27:28.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.14s |
2360 | 2024-11-07T01:27:28.822Z | |
2361 | 2024-11-07T01:27:28.823Z | info: running `cargo check --bins` on gateway-api (47/168) |
2362 | 2024-11-07T01:27:29.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2363 | 2024-11-07T01:27:29.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2364 | 2024-11-07T01:27:29.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2365 | 2024-11-07T01:27:29.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2366 | 2024-11-07T01:27:29.420Z | |
2367 | 2024-11-07T01:27:29.420Z | info: running `cargo check --bins` on oximeter (48/168) |
2368 | 2024-11-07T01:27:29.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2369 | 2024-11-07T01:27:29.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2370 | 2024-11-07T01:27:29.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2371 | 2024-11-07T01:27:29.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2372 | 2024-11-07T01:27:30.022Z | |
2373 | 2024-11-07T01:27:30.022Z | info: running `cargo check --bins` on oximeter-macro-impl (49/168) |
2374 | 2024-11-07T01:27:30.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2375 | 2024-11-07T01:27:30.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2376 | 2024-11-07T01:27:30.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2377 | 2024-11-07T01:27:30.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2378 | 2024-11-07T01:27:30.596Z | |
2379 | 2024-11-07T01:27:30.597Z | info: running `cargo check --bins` on oximeter-schema (50/168) |
2380 | 2024-11-07T01:27:31.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2381 | 2024-11-07T01:27:31.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2382 | 2024-11-07T01:27:31.198Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2383 | 2024-11-07T01:27:31.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
2384 | 2024-11-07T01:27:31.774Z | |
2385 | 2024-11-07T01:27:31.775Z | info: running `cargo check --bins` on oximeter-types (51/168) |
2386 | 2024-11-07T01:27:32.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2387 | 2024-11-07T01:27:32.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2388 | 2024-11-07T01:27:32.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2389 | 2024-11-07T01:27:32.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2390 | 2024-11-07T01:27:32.365Z | |
2391 | 2024-11-07T01:27:32.365Z | info: running `cargo check --bins` on oximeter-timeseries-macro (52/168) |
2392 | 2024-11-07T01:27:32.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2393 | 2024-11-07T01:27:32.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2394 | 2024-11-07T01:27:32.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2395 | 2024-11-07T01:27:32.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2396 | 2024-11-07T01:27:32.976Z | |
2397 | 2024-11-07T01:27:32.976Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168) |
2398 | 2024-11-07T01:27:33.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2399 | 2024-11-07T01:27:33.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2400 | 2024-11-07T01:27:33.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2401 | 2024-11-07T01:27:33.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2402 | 2024-11-07T01:27:33.550Z | |
2403 | 2024-11-07T01:27:33.550Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168) |
2404 | 2024-11-07T01:27:34.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2405 | 2024-11-07T01:27:34.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2406 | 2024-11-07T01:27:34.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2407 | 2024-11-07T01:27:34.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2408 | 2024-11-07T01:27:34.146Z | |
2409 | 2024-11-07T01:27:34.146Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168) |
2410 | 2024-11-07T01:27:34.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2411 | 2024-11-07T01:27:34.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2412 | 2024-11-07T01:27:34.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2413 | 2024-11-07T01:27:34.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2414 | 2024-11-07T01:27:34.738Z | |
2415 | 2024-11-07T01:27:34.738Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168) |
2416 | 2024-11-07T01:27:35.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2417 | 2024-11-07T01:27:35.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2418 | 2024-11-07T01:27:35.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2419 | 2024-11-07T01:27:35.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2420 | 2024-11-07T01:27:35.337Z | |
2421 | 2024-11-07T01:27:35.338Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168) |
2422 | 2024-11-07T01:27:35.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2423 | 2024-11-07T01:27:35.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2424 | 2024-11-07T01:27:35.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2425 | 2024-11-07T01:27:35.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2426 | 2024-11-07T01:27:35.938Z | |
2427 | 2024-11-07T01:27:35.938Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168) |
2428 | 2024-11-07T01:27:36.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2429 | 2024-11-07T01:27:36.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2430 | 2024-11-07T01:27:36.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2431 | 2024-11-07T01:27:36.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2432 | 2024-11-07T01:27:36.525Z | |
2433 | 2024-11-07T01:27:36.525Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168) |
2434 | 2024-11-07T01:27:37.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2435 | 2024-11-07T01:27:37.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2436 | 2024-11-07T01:27:37.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2437 | 2024-11-07T01:27:37.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2438 | 2024-11-07T01:27:37.110Z | |
2439 | 2024-11-07T01:27:37.110Z | info: running `cargo check --bins` on oximeter-producer (60/168) |
2440 | 2024-11-07T01:27:37.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2441 | 2024-11-07T01:27:37.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2442 | 2024-11-07T01:27:37.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2443 | 2024-11-07T01:27:37.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2444 | 2024-11-07T01:27:37.724Z | |
2445 | 2024-11-07T01:27:37.724Z | info: running `cargo check --bins` on internal-dns-resolver (61/168) |
2446 | 2024-11-07T01:27:38.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2447 | 2024-11-07T01:27:38.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2448 | 2024-11-07T01:27:38.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2449 | 2024-11-07T01:27:38.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2450 | 2024-11-07T01:27:38.310Z | |
2451 | 2024-11-07T01:27:38.310Z | info: running `cargo check --bins` on nexus-client (62/168) |
2452 | 2024-11-07T01:27:38.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2453 | 2024-11-07T01:27:38.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2454 | 2024-11-07T01:27:38.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2455 | 2024-11-07T01:27:38.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2456 | 2024-11-07T01:27:38.914Z | |
2457 | 2024-11-07T01:27:38.914Z | info: running `cargo check --bins` on nexus-sled-agent-shared (63/168) |
2458 | 2024-11-07T01:27:39.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2024-11-07T01:27:39.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2024-11-07T01:27:39.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2461 | 2024-11-07T01:27:39.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2462 | 2024-11-07T01:27:39.511Z | |
2463 | 2024-11-07T01:27:39.511Z | info: running `cargo check --bins` on omicron-passwords (64/168) |
2464 | 2024-11-07T01:27:40.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2465 | 2024-11-07T01:27:40.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2466 | 2024-11-07T01:27:40.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2467 | 2024-11-07T01:27:40.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2468 | 2024-11-07T01:27:40.091Z | |
2469 | 2024-11-07T01:27:40.091Z | info: running `cargo check --bins` on nexus-types (65/168) |
2470 | 2024-11-07T01:27:40.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2471 | 2024-11-07T01:27:40.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2472 | 2024-11-07T01:27:40.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2473 | 2024-11-07T01:27:40.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2474 | 2024-11-07T01:27:40.702Z | |
2475 | 2024-11-07T01:27:40.703Z | info: running `cargo check --bins` on gateway-client (66/168) |
2476 | 2024-11-07T01:27:41.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2477 | 2024-11-07T01:27:41.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2478 | 2024-11-07T01:27:41.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2479 | 2024-11-07T01:27:41.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2480 | 2024-11-07T01:27:41.292Z | |
2481 | 2024-11-07T01:27:41.292Z | info: running `cargo check --bins` on oxql-types (67/168) |
2482 | 2024-11-07T01:27:41.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2483 | 2024-11-07T01:27:41.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2484 | 2024-11-07T01:27:41.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2485 | 2024-11-07T01:27:41.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2486 | 2024-11-07T01:27:41.881Z | |
2487 | 2024-11-07T01:27:41.881Z | info: running `cargo check --bins` on update-engine (68/168) |
2488 | 2024-11-07T01:27:42.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2489 | 2024-11-07T01:27:42.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2490 | 2024-11-07T01:27:42.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2491 | 2024-11-07T01:27:42.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2492 | 2024-11-07T01:27:42.456Z | |
2493 | 2024-11-07T01:27:42.457Z | info: running `cargo check --bins` on sp-sim (69/168) |
2494 | 2024-11-07T01:27:42.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2495 | 2024-11-07T01:27:42.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2496 | 2024-11-07T01:27:43.051Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2497 | 2024-11-07T01:27:44.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s |
2498 | 2024-11-07T01:27:45.052Z | |
2499 | 2024-11-07T01:27:45.052Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168) |
2500 | 2024-11-07T01:27:45.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2501 | 2024-11-07T01:27:45.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2502 | 2024-11-07T01:27:45.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2503 | 2024-11-07T01:27:45.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2504 | 2024-11-07T01:27:45.693Z | |
2505 | 2024-11-07T01:27:45.693Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168) |
2506 | 2024-11-07T01:27:46.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2507 | 2024-11-07T01:27:46.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2508 | 2024-11-07T01:27:46.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2509 | 2024-11-07T01:27:46.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2510 | 2024-11-07T01:27:46.346Z | |
2511 | 2024-11-07T01:27:46.346Z | info: running `cargo check --bins` on db-macros (72/168) |
2512 | 2024-11-07T01:27:46.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2024-11-07T01:27:46.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2024-11-07T01:27:46.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2515 | 2024-11-07T01:27:46.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2516 | 2024-11-07T01:27:46.929Z | |
2517 | 2024-11-07T01:27:46.929Z | info: running `cargo check --bins` on nexus-macros-common (73/168) |
2518 | 2024-11-07T01:27:47.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2024-11-07T01:27:47.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2024-11-07T01:27:47.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2521 | 2024-11-07T01:27:47.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2522 | 2024-11-07T01:27:47.503Z | |
2523 | 2024-11-07T01:27:47.503Z | info: running `cargo check --bins` on nexus-auth (74/168) |
2524 | 2024-11-07T01:27:48.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2024-11-07T01:27:48.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2024-11-07T01:27:48.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2527 | 2024-11-07T01:27:48.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2528 | 2024-11-07T01:27:48.138Z | |
2529 | 2024-11-07T01:27:48.138Z | info: running `cargo check --bins` on authz-macros (75/168) |
2530 | 2024-11-07T01:27:48.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2024-11-07T01:27:48.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2024-11-07T01:27:48.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2533 | 2024-11-07T01:27:48.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2534 | 2024-11-07T01:27:48.715Z | |
2535 | 2024-11-07T01:27:48.715Z | info: running `cargo check --bins` on nexus-db-fixed-data (76/168) |
2536 | 2024-11-07T01:27:49.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2024-11-07T01:27:49.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2024-11-07T01:27:49.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2539 | 2024-11-07T01:27:49.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2540 | 2024-11-07T01:27:49.326Z | |
2541 | 2024-11-07T01:27:49.326Z | info: running `cargo check --bins` on nexus-db-model (77/168) |
2542 | 2024-11-07T01:27:49.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2024-11-07T01:27:49.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2024-11-07T01:27:49.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2545 | 2024-11-07T01:27:49.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2546 | 2024-11-07T01:27:49.950Z | |
2547 | 2024-11-07T01:27:49.950Z | info: running `cargo check --bins` on nexus-defaults (78/168) |
2548 | 2024-11-07T01:27:50.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2024-11-07T01:27:50.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2024-11-07T01:27:50.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2551 | 2024-11-07T01:27:50.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2552 | 2024-11-07T01:27:50.545Z | |
2553 | 2024-11-07T01:27:50.545Z | info: running `cargo check --bins` on sled-agent-client (79/168) |
2554 | 2024-11-07T01:27:51.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2024-11-07T01:27:51.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2024-11-07T01:27:51.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2557 | 2024-11-07T01:27:51.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2558 | 2024-11-07T01:27:51.152Z | |
2559 | 2024-11-07T01:27:51.152Z | info: running `cargo check --bins` on nexus-inventory (80/168) |
2560 | 2024-11-07T01:27:51.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2024-11-07T01:27:51.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2024-11-07T01:27:51.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2563 | 2024-11-07T01:27:51.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2564 | 2024-11-07T01:27:51.770Z | |
2565 | 2024-11-07T01:27:51.770Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168) |
2566 | 2024-11-07T01:27:52.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2024-11-07T01:27:52.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2024-11-07T01:27:52.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2024-11-07T01:27:52.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2570 | 2024-11-07T01:27:52.369Z | |
2571 | 2024-11-07T01:27:52.369Z | info: running `cargo check --bins` on clickhouse-admin-server-client (82/168) |
2572 | 2024-11-07T01:27:52.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2024-11-07T01:27:52.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2024-11-07T01:27:52.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2575 | 2024-11-07T01:27:52.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2576 | 2024-11-07T01:27:52.971Z | |
2577 | 2024-11-07T01:27:52.971Z | info: running `cargo check --bins` on typed-rng (83/168) |
2578 | 2024-11-07T01:27:53.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2024-11-07T01:27:53.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2024-11-07T01:27:53.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2581 | 2024-11-07T01:27:53.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2582 | 2024-11-07T01:27:53.544Z | |
2583 | 2024-11-07T01:27:53.544Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168) |
2584 | 2024-11-07T01:27:54.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2024-11-07T01:27:54.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2024-11-07T01:27:54.242Z | Checking keccak v0.1.5 |
2587 | 2024-11-07T01:27:54.344Z | Checking secrecy v0.8.0 |
2588 | 2024-11-07T01:27:54.347Z | Compiling unicase v2.7.0 |
2589 | 2024-11-07T01:27:54.347Z | Compiling same-file v1.0.6 |
2590 | 2024-11-07T01:27:54.347Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2591 | 2024-11-07T01:27:54.366Z | Compiling tempfile v3.13.0 |
2592 | 2024-11-07T01:27:54.388Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2593 | 2024-11-07T01:27:54.401Z | Compiling thiserror-impl-no-std v2.0.2 |
2594 | 2024-11-07T01:27:54.544Z | Compiling walkdir v2.5.0 |
2595 | 2024-11-07T01:27:54.617Z | Checking sha3 v0.10.8 |
2596 | 2024-11-07T01:27:54.620Z | Checking universal-hash v0.5.1 |
2597 | 2024-11-07T01:27:54.698Z | Compiling blake3 v1.5.4 |
2598 | 2024-11-07T01:27:54.838Z | Compiling ring v0.16.20 |
2599 | 2024-11-07T01:27:54.840Z | Checking opaque-debug v0.3.1 |
2600 | 2024-11-07T01:27:54.950Z | Checking poly1305 v0.8.0 |
2601 | 2024-11-07T01:27:55.041Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2602 | 2024-11-07T01:27:55.190Z | Checking chacha20 v0.9.1 |
2603 | 2024-11-07T01:27:55.257Z | Checking aead v0.5.2 |
2604 | 2024-11-07T01:27:55.352Z | Compiling memmap2 v0.9.5 |
2605 | 2024-11-07T01:27:55.425Z | Compiling libefi-sys v0.1.0 |
2606 | 2024-11-07T01:27:55.481Z | Compiling salty v0.3.0 |
2607 | 2024-11-07T01:27:55.519Z | Compiling spin v0.5.2 |
2608 | 2024-11-07T01:27:55.684Z | Compiling constant_time_eq v0.3.1 |
2609 | 2024-11-07T01:27:55.726Z | Compiling arrayref v0.3.9 |
2610 | 2024-11-07T01:27:55.765Z | Compiling home v0.5.9 |
2611 | 2024-11-07T01:27:55.811Z | Compiling arrayvec v0.7.6 |
2612 | 2024-11-07T01:27:55.842Z | Compiling untrusted v0.7.1 |
2613 | 2024-11-07T01:27:55.930Z | Compiling toolchain_find v0.4.0 |
2614 | 2024-11-07T01:27:56.018Z | Checking chacha20poly1305 v0.10.1 |
2615 | 2024-11-07T01:27:56.037Z | Compiling camino-tempfile v1.1.1 |
2616 | 2024-11-07T01:27:56.236Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2617 | 2024-11-07T01:27:56.246Z | Compiling bitfield-struct v0.6.2 |
2618 | 2024-11-07T01:27:56.431Z | Compiling topological-sort v0.2.2 |
2619 | 2024-11-07T01:27:56.478Z | Compiling mime_guess v2.0.5 |
2620 | 2024-11-07T01:27:56.574Z | Compiling rustfmt-wrapper v0.2.1 |
2621 | 2024-11-07T01:27:57.051Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2622 | 2024-11-07T01:27:57.102Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2623 | 2024-11-07T01:27:57.281Z | Checking thiserror-no-std v2.0.2 |
2624 | 2024-11-07T01:27:57.371Z | Checking primeorder v0.13.6 |
2625 | 2024-11-07T01:27:57.388Z | Checking vsss-rs v3.3.4 |
2626 | 2024-11-07T01:27:57.405Z | Checking env_filter v0.1.2 |
2627 | 2024-11-07T01:27:57.408Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2628 | 2024-11-07T01:27:57.762Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2629 | 2024-11-07T01:27:57.773Z | Checking env_logger v0.11.5 |
2630 | 2024-11-07T01:27:57.773Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2631 | 2024-11-07T01:27:57.773Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2632 | 2024-11-07T01:27:57.844Z | Checking p384 v0.13.0 |
2633 | 2024-11-07T01:27:57.975Z | Checking gethostname v0.5.0 |
2634 | 2024-11-07T01:27:58.099Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2635 | 2024-11-07T01:27:58.159Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2636 | 2024-11-07T01:27:58.199Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2637 | 2024-11-07T01:27:58.524Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2638 | 2024-11-07T01:27:58.540Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2639 | 2024-11-07T01:27:58.599Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2640 | 2024-11-07T01:27:58.970Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2641 | 2024-11-07T01:27:59.091Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2642 | 2024-11-07T01:27:59.112Z | Checking nanorand v0.7.0 |
2643 | 2024-11-07T01:27:59.146Z | Checking atty v0.2.14 |
2644 | 2024-11-07T01:27:59.256Z | Checking http-range v0.1.5 |
2645 | 2024-11-07T01:27:59.277Z | Checking glob v0.3.1 |
2646 | 2024-11-07T01:27:59.442Z | Checking hyper-staticfile v0.10.1 |
2647 | 2024-11-07T01:27:59.485Z | Checking flume v0.11.0 |
2648 | 2024-11-07T01:27:59.585Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2649 | 2024-11-07T01:28:00.005Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2650 | 2024-11-07T01:28:00.008Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2651 | 2024-11-07T01:28:00.241Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2652 | 2024-11-07T01:28:00.699Z | Compiling omicron-zone-package v0.11.1 |
2653 | 2024-11-07T01:28:00.903Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2654 | 2024-11-07T01:28:01.280Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2655 | 2024-11-07T01:28:01.890Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2656 | 2024-11-07T01:28:01.994Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2657 | 2024-11-07T01:28:02.204Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2658 | 2024-11-07T01:28:02.639Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2659 | 2024-11-07T01:28:02.717Z | Checking display-error-chain v0.2.2 |
2660 | 2024-11-07T01:28:03.402Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2661 | 2024-11-07T01:28:04.748Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2662 | 2024-11-07T01:28:06.171Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2663 | 2024-11-07T01:28:06.174Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2664 | 2024-11-07T01:28:17.899Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2665 | 2024-11-07T01:29:06.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
2666 | 2024-11-07T01:29:06.439Z | |
2667 | 2024-11-07T01:29:06.439Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168) |
2668 | 2024-11-07T01:29:07.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2024-11-07T01:29:07.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2024-11-07T01:29:07.138Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2671 | 2024-11-07T01:29:55.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.26s |
2672 | 2024-11-07T01:29:55.890Z | |
2673 | 2024-11-07T01:29:55.890Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168) |
2674 | 2024-11-07T01:29:56.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2024-11-07T01:29:56.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2024-11-07T01:29:56.587Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2677 | 2024-11-07T01:30:45.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.22s |
2678 | 2024-11-07T01:30:45.317Z | |
2679 | 2024-11-07T01:30:45.317Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168) |
2680 | 2024-11-07T01:30:45.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2024-11-07T01:30:45.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2024-11-07T01:30:46.014Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2683 | 2024-11-07T01:31:35.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.75s |
2684 | 2024-11-07T01:31:35.264Z | |
2685 | 2024-11-07T01:31:35.264Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168) |
2686 | 2024-11-07T01:31:35.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2024-11-07T01:31:35.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2024-11-07T01:31:35.960Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2689 | 2024-11-07T01:32:24.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.44s |
2690 | 2024-11-07T01:32:24.896Z | |
2691 | 2024-11-07T01:32:24.896Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168) |
2692 | 2024-11-07T01:32:25.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2024-11-07T01:32:25.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2024-11-07T01:32:25.587Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2695 | 2024-11-07T01:33:14.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.38s |
2696 | 2024-11-07T01:33:14.464Z | |
2697 | 2024-11-07T01:33:14.464Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168) |
2698 | 2024-11-07T01:33:15.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2024-11-07T01:33:15.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2024-11-07T01:33:15.164Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2701 | 2024-11-07T01:34:03.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.29s |
2702 | 2024-11-07T01:34:03.942Z | |
2703 | 2024-11-07T01:34:03.942Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168) |
2704 | 2024-11-07T01:34:04.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2024-11-07T01:34:04.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2024-11-07T01:34:04.647Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2707 | 2024-11-07T01:34:53.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.17s |
2708 | 2024-11-07T01:34:53.333Z | |
2709 | 2024-11-07T01:34:53.333Z | info: running `cargo check --bins` on bootstrap-agent-api (92/168) |
2710 | 2024-11-07T01:34:53.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2024-11-07T01:34:53.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2024-11-07T01:34:53.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2713 | 2024-11-07T01:34:53.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2714 | 2024-11-07T01:34:53.922Z | |
2715 | 2024-11-07T01:34:53.922Z | info: running `cargo check --bins` on sled-agent-types (93/168) |
2716 | 2024-11-07T01:34:54.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2024-11-07T01:34:54.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2024-11-07T01:34:54.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2719 | 2024-11-07T01:34:54.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2720 | 2024-11-07T01:34:54.541Z | |
2721 | 2024-11-07T01:34:54.542Z | info: running `cargo check --bins` on bootstrap-agent-client (94/168) |
2722 | 2024-11-07T01:34:55.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2024-11-07T01:34:55.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2024-11-07T01:34:55.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2725 | 2024-11-07T01:34:55.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2726 | 2024-11-07T01:34:55.149Z | |
2727 | 2024-11-07T01:34:55.149Z | info: running `cargo check --bins` on dpd-client (95/168) |
2728 | 2024-11-07T01:34:55.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2024-11-07T01:34:55.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2024-11-07T01:34:55.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2731 | 2024-11-07T01:34:55.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2732 | 2024-11-07T01:34:55.734Z | |
2733 | 2024-11-07T01:34:55.734Z | info: running `cargo check --bins` on installinator-common (96/168) |
2734 | 2024-11-07T01:34:56.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2024-11-07T01:34:56.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2024-11-07T01:34:56.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2737 | 2024-11-07T01:34:56.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2738 | 2024-11-07T01:34:56.345Z | |
2739 | 2024-11-07T01:34:56.346Z | info: running `cargo check --bins` on key-manager (97/168) |
2740 | 2024-11-07T01:34:56.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2024-11-07T01:34:56.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2024-11-07T01:34:56.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2743 | 2024-11-07T01:34:56.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2744 | 2024-11-07T01:34:56.933Z | |
2745 | 2024-11-07T01:34:56.933Z | info: running `cargo check --bins` on omicron-ddm-admin-client (98/168) |
2746 | 2024-11-07T01:34:57.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2024-11-07T01:34:57.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2024-11-07T01:34:57.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2749 | 2024-11-07T01:34:57.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2750 | 2024-11-07T01:34:57.529Z | |
2751 | 2024-11-07T01:34:57.529Z | info: running `cargo check --bins` on repo-depot-api (99/168) |
2752 | 2024-11-07T01:34:58.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2024-11-07T01:34:58.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2024-11-07T01:34:58.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2755 | 2024-11-07T01:34:58.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2756 | 2024-11-07T01:34:58.119Z | |
2757 | 2024-11-07T01:34:58.119Z | info: running `cargo check --bins` on repo-depot-client (100/168) |
2758 | 2024-11-07T01:34:58.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2024-11-07T01:34:58.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2024-11-07T01:34:58.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2761 | 2024-11-07T01:34:58.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2762 | 2024-11-07T01:34:58.696Z | |
2763 | 2024-11-07T01:34:58.696Z | info: running `cargo check --bins` on sled-agent-api (101/168) |
2764 | 2024-11-07T01:34:59.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2024-11-07T01:34:59.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2024-11-07T01:34:59.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2767 | 2024-11-07T01:34:59.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2768 | 2024-11-07T01:34:59.308Z | |
2769 | 2024-11-07T01:34:59.308Z | info: running `cargo check --bins` on sled-hardware (102/168) |
2770 | 2024-11-07T01:34:59.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2024-11-07T01:34:59.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2024-11-07T01:34:59.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2773 | 2024-11-07T01:34:59.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2774 | 2024-11-07T01:34:59.922Z | |
2775 | 2024-11-07T01:34:59.922Z | info: running `cargo check --bins --no-default-features` on sled-storage (103/168) |
2776 | 2024-11-07T01:35:00.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2024-11-07T01:35:00.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2024-11-07T01:35:00.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2779 | 2024-11-07T01:35:00.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2780 | 2024-11-07T01:35:00.536Z | |
2781 | 2024-11-07T01:35:00.536Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168) |
2782 | 2024-11-07T01:35:01.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2024-11-07T01:35:01.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2024-11-07T01:35:01.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2024-11-07T01:35:01.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2786 | 2024-11-07T01:35:01.169Z | |
2787 | 2024-11-07T01:35:01.169Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (105/168) |
2788 | 2024-11-07T01:35:01.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2024-11-07T01:35:01.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2024-11-07T01:35:01.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2024-11-07T01:35:01.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2792 | 2024-11-07T01:35:01.813Z | |
2793 | 2024-11-07T01:35:01.813Z | info: running `cargo check --bins` on nexus-test-interface (106/168) |
2794 | 2024-11-07T01:35:02.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2024-11-07T01:35:02.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2024-11-07T01:35:02.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2797 | 2024-11-07T01:35:02.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2798 | 2024-11-07T01:35:02.447Z | |
2799 | 2024-11-07T01:35:02.447Z | info: running `cargo check --bins` on oximeter-collector (107/168) |
2800 | 2024-11-07T01:35:03.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2024-11-07T01:35:03.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2024-11-07T01:35:03.114Z | Compiling phf_generator v0.11.2 |
2803 | 2024-11-07T01:35:03.122Z | Compiling parse-zoneinfo v0.3.1 |
2804 | 2024-11-07T01:35:03.226Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2805 | 2024-11-07T01:35:03.229Z | Checking bcs v0.1.6 |
2806 | 2024-11-07T01:35:03.229Z | Compiling async-recursion v1.1.1 |
2807 | 2024-11-07T01:35:03.229Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2808 | 2024-11-07T01:35:03.229Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2809 | 2024-11-07T01:35:03.305Z | Compiling phf_codegen v0.11.2 |
2810 | 2024-11-07T01:35:03.780Z | Compiling chrono-tz-build v0.4.0 |
2811 | 2024-11-07T01:35:04.687Z | Compiling chrono-tz v0.10.0 |
2812 | 2024-11-07T01:35:11.933Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2813 | 2024-11-07T01:35:16.173Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2814 | 2024-11-07T01:35:21.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.15s |
2815 | 2024-11-07T01:35:21.970Z | |
2816 | 2024-11-07T01:35:21.970Z | info: running `cargo check --bins` on oximeter-api (108/168) |
2817 | 2024-11-07T01:35:21.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2024-11-07T01:35:21.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2024-11-07T01:35:21.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2024-11-07T01:35:21.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2821 | 2024-11-07T01:35:21.970Z | |
2822 | 2024-11-07T01:35:21.970Z | info: running `cargo check --bins` on oximeter-client (109/168) |
2823 | 2024-11-07T01:35:21.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-11-07T01:35:21.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-11-07T01:35:21.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2024-11-07T01:35:21.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2827 | 2024-11-07T01:35:21.971Z | |
2828 | 2024-11-07T01:35:21.971Z | info: running `cargo check --bins --no-default-features` on oximeter-db (110/168) |
2829 | 2024-11-07T01:35:21.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-11-07T01:35:21.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-11-07T01:35:21.971Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2832 | 2024-11-07T01:35:21.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
2833 | 2024-11-07T01:35:21.971Z | |
2834 | 2024-11-07T01:35:21.971Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168) |
2835 | 2024-11-07T01:35:21.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-11-07T01:35:21.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-11-07T01:35:21.990Z | Compiling cfg_aliases v0.1.1 |
2838 | 2024-11-07T01:35:21.993Z | Compiling vte_generate_state_changes v0.1.2 |
2839 | 2024-11-07T01:35:21.993Z | Checking fd-lock v4.0.2 |
2840 | 2024-11-07T01:35:21.993Z | Checking bytecount v0.6.8 |
2841 | 2024-11-07T01:35:22.088Z | Compiling tabled_derive v0.7.0 |
2842 | 2024-11-07T01:35:22.109Z | Compiling peg-macros v0.8.4 |
2843 | 2024-11-07T01:35:22.112Z | Compiling sqlparser_derive v0.2.2 |
2844 | 2024-11-07T01:35:22.121Z | Checking unicode_categories v0.1.1 |
2845 | 2024-11-07T01:35:22.175Z | Compiling nix v0.28.0 |
2846 | 2024-11-07T01:35:22.236Z | Checking papergrid v0.11.0 |
2847 | 2024-11-07T01:35:22.257Z | Checking home v0.5.9 |
2848 | 2024-11-07T01:35:22.391Z | Checking nu-ansi-term v0.50.1 |
2849 | 2024-11-07T01:35:22.432Z | Checking sqlformat v0.2.6 |
2850 | 2024-11-07T01:35:22.712Z | Checking vte v0.11.1 |
2851 | 2024-11-07T01:35:23.265Z | Checking sqlparser v0.45.0 |
2852 | 2024-11-07T01:35:24.006Z | Checking tabled v0.15.0 |
2853 | 2024-11-07T01:35:24.046Z | Checking strip-ansi-escapes v0.2.0 |
2854 | 2024-11-07T01:35:24.180Z | Checking reedline v0.35.0 |
2855 | 2024-11-07T01:35:24.763Z | Checking peg v0.8.4 |
2856 | 2024-11-07T01:35:25.499Z | Checking rustyline v14.0.0 |
2857 | 2024-11-07T01:35:29.907Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2858 | 2024-11-07T01:35:36.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.94s |
2859 | 2024-11-07T01:35:36.472Z | |
2860 | 2024-11-07T01:35:36.472Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168) |
2861 | 2024-11-07T01:35:37.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2024-11-07T01:35:37.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2024-11-07T01:35:37.092Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2864 | 2024-11-07T01:35:43.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.13s |
2865 | 2024-11-07T01:35:43.776Z | |
2866 | 2024-11-07T01:35:43.776Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168) |
2867 | 2024-11-07T01:35:44.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2024-11-07T01:35:44.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2024-11-07T01:35:44.404Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2870 | 2024-11-07T01:35:49.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s |
2871 | 2024-11-07T01:35:49.544Z | |
2872 | 2024-11-07T01:35:49.544Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168) |
2873 | 2024-11-07T01:35:50.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2024-11-07T01:35:50.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2024-11-07T01:35:50.159Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2876 | 2024-11-07T01:35:56.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.72s |
2877 | 2024-11-07T01:35:56.448Z | |
2878 | 2024-11-07T01:35:56.448Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168) |
2879 | 2024-11-07T01:35:56.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2024-11-07T01:35:56.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2024-11-07T01:35:57.068Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2882 | 2024-11-07T01:36:03.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.80s |
2883 | 2024-11-07T01:36:03.423Z | |
2884 | 2024-11-07T01:36:03.423Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168) |
2885 | 2024-11-07T01:36:03.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2024-11-07T01:36:03.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2024-11-07T01:36:04.046Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2888 | 2024-11-07T01:36:09.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s |
2889 | 2024-11-07T01:36:09.384Z | |
2890 | 2024-11-07T01:36:09.384Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168) |
2891 | 2024-11-07T01:36:09.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2024-11-07T01:36:09.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2024-11-07T01:36:10.002Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2894 | 2024-11-07T01:36:15.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s |
2895 | 2024-11-07T01:36:15.431Z | |
2896 | 2024-11-07T01:36:15.431Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168) |
2897 | 2024-11-07T01:36:15.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2898 | 2024-11-07T01:36:15.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2899 | 2024-11-07T01:36:16.049Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2900 | 2024-11-07T01:36:22.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.96s |
2901 | 2024-11-07T01:36:22.558Z | |
2902 | 2024-11-07T01:36:22.558Z | info: running `cargo check --bins` on oximeter-test-utils (119/168) |
2903 | 2024-11-07T01:36:23.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2904 | 2024-11-07T01:36:23.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2905 | 2024-11-07T01:36:23.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2906 | 2024-11-07T01:36:23.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2907 | 2024-11-07T01:36:23.178Z | |
2908 | 2024-11-07T01:36:23.178Z | info: running `cargo check --bins` on cockroach-admin-client (120/168) |
2909 | 2024-11-07T01:36:23.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2910 | 2024-11-07T01:36:23.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2911 | 2024-11-07T01:36:23.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2912 | 2024-11-07T01:36:23.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2913 | 2024-11-07T01:36:23.759Z | |
2914 | 2024-11-07T01:36:23.759Z | info: running `cargo check --bins` on installinator-client (121/168) |
2915 | 2024-11-07T01:36:24.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2916 | 2024-11-07T01:36:24.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2917 | 2024-11-07T01:36:24.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2918 | 2024-11-07T01:36:24.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2919 | 2024-11-07T01:36:24.368Z | |
2920 | 2024-11-07T01:36:24.368Z | info: running `cargo check --bins` on oxide-client (122/168) |
2921 | 2024-11-07T01:36:24.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2922 | 2024-11-07T01:36:24.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2923 | 2024-11-07T01:36:24.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2924 | 2024-11-07T01:36:24.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2925 | 2024-11-07T01:36:24.950Z | |
2926 | 2024-11-07T01:36:24.950Z | info: running `cargo check --bins` on wicketd-client (123/168) |
2927 | 2024-11-07T01:36:25.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2928 | 2024-11-07T01:36:25.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2929 | 2024-11-07T01:36:25.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2930 | 2024-11-07T01:36:25.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2931 | 2024-11-07T01:36:25.578Z | |
2932 | 2024-11-07T01:36:25.579Z | info: running `cargo check --bins` on wicket-common (124/168) |
2933 | 2024-11-07T01:36:26.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2934 | 2024-11-07T01:36:26.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2935 | 2024-11-07T01:36:26.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2936 | 2024-11-07T01:36:26.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2937 | 2024-11-07T01:36:26.195Z | |
2938 | 2024-11-07T01:36:26.196Z | info: running `cargo check --bins` on omicron-cockroach-admin (125/168) |
2939 | 2024-11-07T01:36:26.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2940 | 2024-11-07T01:36:26.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2941 | 2024-11-07T01:36:26.826Z | Checking csv-core v0.1.11 |
2942 | 2024-11-07T01:36:26.828Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2943 | 2024-11-07T01:36:27.132Z | Checking csv v1.3.0 |
2944 | 2024-11-07T01:36:27.656Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2945 | 2024-11-07T01:36:28.013Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2946 | 2024-11-07T01:36:29.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s |
2947 | 2024-11-07T01:36:29.354Z | |
2948 | 2024-11-07T01:36:29.354Z | info: running `cargo check --bins` on cockroach-admin-api (126/168) |
2949 | 2024-11-07T01:36:29.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2950 | 2024-11-07T01:36:29.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2951 | 2024-11-07T01:36:29.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2952 | 2024-11-07T01:36:29.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2953 | 2024-11-07T01:36:29.950Z | |
2954 | 2024-11-07T01:36:29.950Z | info: running `cargo check --bins` on cockroach-admin-types (127/168) |
2955 | 2024-11-07T01:36:30.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2956 | 2024-11-07T01:36:30.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2957 | 2024-11-07T01:36:30.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2958 | 2024-11-07T01:36:30.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2959 | 2024-11-07T01:36:30.540Z | |
2960 | 2024-11-07T01:36:30.540Z | info: running `cargo check --bins` on cert-dev (128/168) |
2961 | 2024-11-07T01:36:31.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2962 | 2024-11-07T01:36:31.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2963 | 2024-11-07T01:36:31.117Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2964 | 2024-11-07T01:36:31.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2965 | 2024-11-07T01:36:31.533Z | |
2966 | 2024-11-07T01:36:31.533Z | info: running `cargo check --bins` on ch-dev (129/168) |
2967 | 2024-11-07T01:36:32.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2968 | 2024-11-07T01:36:32.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2969 | 2024-11-07T01:36:32.150Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2970 | 2024-11-07T01:36:32.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
2971 | 2024-11-07T01:36:33.028Z | |
2972 | 2024-11-07T01:36:33.028Z | info: running `cargo check --bins` on crdb-seed (130/168) |
2973 | 2024-11-07T01:36:33.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2974 | 2024-11-07T01:36:33.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2975 | 2024-11-07T01:36:33.644Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2976 | 2024-11-07T01:36:33.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2977 | 2024-11-07T01:36:34.138Z | |
2978 | 2024-11-07T01:36:34.138Z | info: running `cargo check --bins` on db-dev (131/168) |
2979 | 2024-11-07T01:36:34.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2980 | 2024-11-07T01:36:34.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2981 | 2024-11-07T01:36:34.752Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2982 | 2024-11-07T01:36:35.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
2983 | 2024-11-07T01:36:35.636Z | |
2984 | 2024-11-07T01:36:35.636Z | info: running `cargo check --bins` on omicron-dev-lib (132/168) |
2985 | 2024-11-07T01:36:36.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2024-11-07T01:36:36.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2024-11-07T01:36:36.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2988 | 2024-11-07T01:36:36.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2989 | 2024-11-07T01:36:36.247Z | |
2990 | 2024-11-07T01:36:36.247Z | info: running `cargo check --bins` on xtask-downloader (133/168) |
2991 | 2024-11-07T01:36:36.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2024-11-07T01:36:36.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2024-11-07T01:36:36.828Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2994 | 2024-11-07T01:36:37.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
2995 | 2024-11-07T01:36:37.910Z | |
2996 | 2024-11-07T01:36:37.910Z | info: running `cargo check --bins` on omicron-ls-apis (134/168) |
2997 | 2024-11-07T01:36:38.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2024-11-07T01:36:38.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2024-11-07T01:36:38.491Z | Checking cargo-platform v0.1.8 |
3000 | 2024-11-07T01:36:38.758Z | Checking cargo_metadata v0.18.1 |
3001 | 2024-11-07T01:36:39.728Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3002 | 2024-11-07T01:36:40.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s |
3003 | 2024-11-07T01:36:40.628Z | |
3004 | 2024-11-07T01:36:40.628Z | info: running `cargo check --bins` on mgs-dev (135/168) |
3005 | 2024-11-07T01:36:41.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2024-11-07T01:36:41.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2024-11-07T01:36:41.313Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3008 | 2024-11-07T01:36:41.992Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3009 | 2024-11-07T01:36:42.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
3010 | 2024-11-07T01:36:42.672Z | |
3011 | 2024-11-07T01:36:42.672Z | info: running `cargo check --bins` on omicron-omdb (136/168) |
3012 | 2024-11-07T01:36:43.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3013 | 2024-11-07T01:36:43.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3014 | 2024-11-07T01:36:43.430Z | Compiling crunchy v0.2.2 |
3015 | 2024-11-07T01:36:43.430Z | Compiling glob v0.3.1 |
3016 | 2024-11-07T01:36:43.430Z | Compiling tiny-keccak v2.0.2 |
3017 | 2024-11-07T01:36:43.432Z | Compiling dsl_auto_type v0.1.2 |
3018 | 2024-11-07T01:36:43.432Z | Checking scheduled-thread-pool v0.2.7 |
3019 | 2024-11-07T01:36:43.432Z | Compiling diesel_table_macro_syntax v0.2.0 |
3020 | 2024-11-07T01:36:43.569Z | Compiling ascii-canvas v3.0.0 |
3021 | 2024-11-07T01:36:43.571Z | Compiling ena v0.14.3 |
3022 | 2024-11-07T01:36:43.778Z | Checking r2d2 v0.8.10 |
3023 | 2024-11-07T01:36:43.823Z | Compiling libloading v0.8.5 |
3024 | 2024-11-07T01:36:44.011Z | Compiling bindgen v0.69.5 |
3025 | 2024-11-07T01:36:44.014Z | Compiling regex-syntax v0.6.29 |
3026 | 2024-11-07T01:36:44.072Z | Compiling diff v0.1.13 |
3027 | 2024-11-07T01:36:44.091Z | Compiling which v4.4.2 |
3028 | 2024-11-07T01:36:44.250Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3029 | 2024-11-07T01:36:44.453Z | Compiling clang-sys v1.8.1 |
3030 | 2024-11-07T01:36:44.484Z | Compiling cexpr v0.6.0 |
3031 | 2024-11-07T01:36:44.674Z | Compiling rustc-hash v1.1.0 |
3032 | 2024-11-07T01:36:44.698Z | Compiling ref-cast v1.0.23 |
3033 | 2024-11-07T01:36:44.835Z | Compiling lazycell v1.3.0 |
3034 | 2024-11-07T01:36:44.853Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3035 | 2024-11-07T01:36:44.926Z | Compiling derive_builder_core v0.20.2 |
3036 | 2024-11-07T01:36:45.011Z | Compiling libxml v0.3.3 |
3037 | 2024-11-07T01:36:45.048Z | Compiling diesel_derives v2.2.3 |
3038 | 2024-11-07T01:36:45.130Z | Compiling ref-cast-impl v1.0.23 |
3039 | 2024-11-07T01:36:45.319Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3040 | 2024-11-07T01:36:45.439Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3041 | 2024-11-07T01:36:45.801Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3042 | 2024-11-07T01:36:46.121Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3043 | 2024-11-07T01:36:46.160Z | Compiling strum_macros v0.24.3 |
3044 | 2024-11-07T01:36:46.441Z | Compiling indoc v1.0.9 |
3045 | 2024-11-07T01:36:47.285Z | Compiling lalrpop v0.19.12 |
3046 | 2024-11-07T01:36:47.429Z | Compiling derive_builder_macro v0.20.2 |
3047 | 2024-11-07T01:36:48.331Z | Checking derive_builder v0.20.2 |
3048 | 2024-11-07T01:36:48.350Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3049 | 2024-11-07T01:36:48.489Z | Compiling impl-trait-for-tuples v0.2.2 |
3050 | 2024-11-07T01:36:48.646Z | Compiling oso-derive v0.27.3 |
3051 | 2024-11-07T01:36:49.574Z | Checking quick-xml v0.33.0 |
3052 | 2024-11-07T01:36:49.713Z | Compiling diesel-dtrace v0.3.0 |
3053 | 2024-11-07T01:36:49.775Z | Checking maplit v1.0.2 |
3054 | 2024-11-07T01:36:49.922Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3055 | 2024-11-07T01:36:50.097Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3056 | 2024-11-07T01:36:50.401Z | Checking bb8 v0.8.5 |
3057 | 2024-11-07T01:36:50.918Z | Compiling const_format_proc_macros v0.2.33 |
3058 | 2024-11-07T01:36:51.701Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3059 | 2024-11-07T01:36:51.848Z | Checking castaway v0.2.3 |
3060 | 2024-11-07T01:36:51.987Z | Checking rand_seeder v0.3.0 |
3061 | 2024-11-07T01:36:52.024Z | Checking compact_str v0.8.0 |
3062 | 2024-11-07T01:36:52.232Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3063 | 2024-11-07T01:36:52.461Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3064 | 2024-11-07T01:36:52.944Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3065 | 2024-11-07T01:36:53.040Z | Checking const_format v0.2.33 |
3066 | 2024-11-07T01:36:53.528Z | Checking unicode-truncate v1.1.0 |
3067 | 2024-11-07T01:36:53.767Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3068 | 2024-11-07T01:36:54.074Z | Checking lru v0.12.5 |
3069 | 2024-11-07T01:36:54.335Z | Compiling instability v0.3.2 |
3070 | 2024-11-07T01:36:54.376Z | Checking is_ci v1.2.0 |
3071 | 2024-11-07T01:36:54.454Z | Checking smawk v0.3.2 |
3072 | 2024-11-07T01:36:54.506Z | Checking unicode-linebreak v0.1.5 |
3073 | 2024-11-07T01:36:54.666Z | Checking cassowary v0.3.0 |
3074 | 2024-11-07T01:36:54.928Z | Checking textwrap v0.16.1 |
3075 | 2024-11-07T01:36:55.099Z | Checking supports-color v3.0.1 |
3076 | 2024-11-07T01:36:55.295Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3077 | 2024-11-07T01:36:55.372Z | Checking multimap v0.10.0 |
3078 | 2024-11-07T01:36:55.404Z | Checking ratatui v0.28.1 |
3079 | 2024-11-07T01:36:56.907Z | Checking diesel v2.2.4 |
3080 | 2024-11-07T01:37:17.471Z | Compiling samael v0.0.17 |
3081 | 2024-11-07T01:37:33.146Z | Checking async-bb8-diesel v0.2.1 |
3082 | 2024-11-07T01:37:33.286Z | Compiling polar-core v0.27.3 |
3083 | 2024-11-07T01:37:40.786Z | Checking oso v0.27.3 |
3084 | 2024-11-07T01:39:16.493Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3085 | 2024-11-07T01:39:24.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 41s |
3086 | 2024-11-07T01:39:24.822Z | |
3087 | 2024-11-07T01:39:24.823Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168) |
3088 | 2024-11-07T01:39:25.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3089 | 2024-11-07T01:39:25.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3090 | 2024-11-07T01:39:25.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3091 | 2024-11-07T01:39:25.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3092 | 2024-11-07T01:39:25.470Z | |
3093 | 2024-11-07T01:39:25.470Z | info: running `cargo check --bins` on nexus-saga-recovery (138/168) |
3094 | 2024-11-07T01:39:26.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2024-11-07T01:39:26.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2024-11-07T01:39:26.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3097 | 2024-11-07T01:39:26.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3098 | 2024-11-07T01:39:26.108Z | |
3099 | 2024-11-07T01:39:26.108Z | info: running `cargo check --bins` on nexus-test-utils-macros (139/168) |
3100 | 2024-11-07T01:39:26.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2024-11-07T01:39:26.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2024-11-07T01:39:26.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3103 | 2024-11-07T01:39:26.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3104 | 2024-11-07T01:39:26.693Z | |
3105 | 2024-11-07T01:39:26.693Z | info: running `cargo check --bins` on omicron-nexus (140/168) |
3106 | 2024-11-07T01:39:27.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3107 | 2024-11-07T01:39:27.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3108 | 2024-11-07T01:39:27.462Z | Compiling libz-sys v1.1.20 |
3109 | 2024-11-07T01:39:27.572Z | Checking http v0.2.12 |
3110 | 2024-11-07T01:39:27.575Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3111 | 2024-11-07T01:39:27.596Z | Compiling vergen v8.3.2 |
3112 | 2024-11-07T01:39:27.599Z | Compiling cargo-platform v0.1.8 |
3113 | 2024-11-07T01:39:27.599Z | Compiling pin-project-internal v1.1.6 |
3114 | 2024-11-07T01:39:27.641Z | Compiling libsqlite3-sys v0.30.1 |
3115 | 2024-11-07T01:39:27.641Z | Compiling snafu-derive v0.8.5 |
3116 | 2024-11-07T01:39:27.937Z | Compiling cargo_metadata v0.18.1 |
3117 | 2024-11-07T01:39:28.153Z | Checking bumpalo v3.16.0 |
3118 | 2024-11-07T01:39:28.172Z | Checking simd-adler32 v0.3.7 |
3119 | 2024-11-07T01:39:28.479Z | Checking lockfree-object-pool v0.1.6 |
3120 | 2024-11-07T01:39:28.530Z | Compiling rustls v0.21.12 |
3121 | 2024-11-07T01:39:28.558Z | Checking sync_wrapper v0.1.2 |
3122 | 2024-11-07T01:39:28.676Z | Compiling buf-list v1.0.3 |
3123 | 2024-11-07T01:39:28.725Z | Compiling cfg_aliases v0.2.1 |
3124 | 2024-11-07T01:39:28.803Z | Compiling zip v2.1.3 |
3125 | 2024-11-07T01:39:28.837Z | Compiling nix v0.29.0 |
3126 | 2024-11-07T01:39:28.872Z | Checking h2 v0.3.26 |
3127 | 2024-11-07T01:39:29.126Z | Checking http-body v0.4.6 |
3128 | 2024-11-07T01:39:29.432Z | Checking zopfli v0.8.1 |
3129 | 2024-11-07T01:39:29.585Z | Checking globset v0.4.15 |
3130 | 2024-11-07T01:39:29.709Z | Checking sct v0.7.1 |
3131 | 2024-11-07T01:39:29.924Z | Checking rustls-webpki v0.101.7 |
3132 | 2024-11-07T01:39:30.075Z | Checking olpc-cjson v0.1.4 |
3133 | 2024-11-07T01:39:30.110Z | Checking serde_plain v1.0.2 |
3134 | 2024-11-07T01:39:30.281Z | Compiling displaydoc v0.2.5 |
3135 | 2024-11-07T01:39:30.350Z | Checking typed-path v0.7.1 |
3136 | 2024-11-07T01:39:30.573Z | Checking pin-project v1.1.6 |
3137 | 2024-11-07T01:39:31.506Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3138 | 2024-11-07T01:39:31.522Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3139 | 2024-11-07T01:39:31.791Z | Checking hashlink v0.9.1 |
3140 | 2024-11-07T01:39:31.812Z | Checking fallible-iterator v0.3.0 |
3141 | 2024-11-07T01:39:32.305Z | Checking parse-size v1.1.0 |
3142 | 2024-11-07T01:39:32.406Z | Checking fallible-streaming-iterator v0.1.9 |
3143 | 2024-11-07T01:39:32.533Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3144 | 2024-11-07T01:39:32.618Z | Checking rusqlite v0.32.1 |
3145 | 2024-11-07T01:39:32.862Z | Checking snafu v0.8.5 |
3146 | 2024-11-07T01:39:32.961Z | Checking rustls-pemfile v1.0.4 |
3147 | 2024-11-07T01:39:33.052Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3148 | 2024-11-07T01:39:33.149Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3149 | 2024-11-07T01:39:33.331Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3150 | 2024-11-07T01:39:33.350Z | Checking twox-hash v1.6.3 |
3151 | 2024-11-07T01:39:33.462Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3152 | 2024-11-07T01:39:33.840Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3153 | 2024-11-07T01:39:33.903Z | Checking tokio-rustls v0.24.1 |
3154 | 2024-11-07T01:39:34.198Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3155 | 2024-11-07T01:39:34.264Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3156 | 2024-11-07T01:39:34.448Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3157 | 2024-11-07T01:39:34.684Z | Checking fatfs v0.3.6 |
3158 | 2024-11-07T01:39:34.934Z | Checking hyper v0.14.30 |
3159 | 2024-11-07T01:39:35.299Z | Checking assert_matches v1.5.0 |
3160 | 2024-11-07T01:39:39.288Z | Checking reqwest v0.11.27 |
3161 | 2024-11-07T01:39:40.040Z | Checking tough v0.17.1 |
3162 | 2024-11-07T01:39:41.195Z | Compiling git2 v0.19.0 |
3163 | 2024-11-07T01:39:43.306Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3164 | 2024-11-07T01:39:44.499Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3165 | 2024-11-07T01:39:46.353Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3166 | 2024-11-07T01:43:21.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 54s |
3167 | 2024-11-07T01:43:21.234Z | |
3168 | 2024-11-07T01:43:21.234Z | info: running `cargo check --bins` on nexus-external-api (141/168) |
3169 | 2024-11-07T01:43:21.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3170 | 2024-11-07T01:43:21.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3171 | 2024-11-07T01:43:21.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3172 | 2024-11-07T01:43:21.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3173 | 2024-11-07T01:43:21.890Z | |
3174 | 2024-11-07T01:43:21.890Z | info: running `cargo check --bins` on openapi-manager-types (142/168) |
3175 | 2024-11-07T01:43:22.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3176 | 2024-11-07T01:43:22.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3177 | 2024-11-07T01:43:22.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3178 | 2024-11-07T01:43:22.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3179 | 2024-11-07T01:43:22.476Z | |
3180 | 2024-11-07T01:43:22.476Z | info: running `cargo check --bins` on nexus-internal-api (143/168) |
3181 | 2024-11-07T01:43:23.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3182 | 2024-11-07T01:43:23.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3183 | 2024-11-07T01:43:23.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3184 | 2024-11-07T01:43:23.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3185 | 2024-11-07T01:43:23.091Z | |
3186 | 2024-11-07T01:43:23.091Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (144/168) |
3187 | 2024-11-07T01:43:23.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3188 | 2024-11-07T01:43:23.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3189 | 2024-11-07T01:43:23.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3190 | 2024-11-07T01:43:23.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3191 | 2024-11-07T01:43:23.733Z | |
3192 | 2024-11-07T01:43:23.733Z | info: running `cargo check --bins` on nexus-networking (145/168) |
3193 | 2024-11-07T01:43:24.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3194 | 2024-11-07T01:43:24.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3195 | 2024-11-07T01:43:24.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3196 | 2024-11-07T01:43:24.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3197 | 2024-11-07T01:43:24.374Z | |
3198 | 2024-11-07T01:43:24.374Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (146/168) |
3199 | 2024-11-07T01:43:24.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3200 | 2024-11-07T01:43:24.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3201 | 2024-11-07T01:43:24.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3202 | 2024-11-07T01:43:24.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3203 | 2024-11-07T01:43:25.014Z | |
3204 | 2024-11-07T01:43:25.014Z | info: running `cargo check --bins` on update-common (147/168) |
3205 | 2024-11-07T01:43:25.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3206 | 2024-11-07T01:43:25.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3207 | 2024-11-07T01:43:25.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3208 | 2024-11-07T01:43:25.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3209 | 2024-11-07T01:43:25.638Z | |
3210 | 2024-11-07T01:43:25.638Z | info: running `cargo check --bins` on tufaceous-lib (148/168) |
3211 | 2024-11-07T01:43:26.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3212 | 2024-11-07T01:43:26.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3213 | 2024-11-07T01:43:26.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3214 | 2024-11-07T01:43:26.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3215 | 2024-11-07T01:43:26.256Z | |
3216 | 2024-11-07T01:43:26.256Z | info: running `cargo check --bins` on tufaceous (149/168) |
3217 | 2024-11-07T01:43:26.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3218 | 2024-11-07T01:43:26.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3219 | 2024-11-07T01:43:26.897Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3220 | 2024-11-07T01:43:27.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
3221 | 2024-11-07T01:43:28.002Z | |
3222 | 2024-11-07T01:43:28.002Z | info: running `cargo check --bins` on omicron-dev (150/168) |
3223 | 2024-11-07T01:43:28.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3224 | 2024-11-07T01:43:28.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3225 | 2024-11-07T01:43:28.807Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3226 | 2024-11-07T01:43:28.929Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3227 | 2024-11-07T01:43:28.932Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3228 | 2024-11-07T01:43:28.932Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3229 | 2024-11-07T01:44:24.881Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3230 | 2024-11-07T01:44:24.881Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3231 | 2024-11-07T01:44:24.884Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3232 | 2024-11-07T01:44:24.884Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3233 | 2024-11-07T01:44:24.884Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3234 | 2024-11-07T01:44:25.629Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3235 | 2024-11-07T01:44:26.869Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3236 | 2024-11-07T01:47:46.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 18s |
3237 | 2024-11-07T01:47:46.543Z | |
3238 | 2024-11-07T01:47:46.543Z | info: running `cargo check --bins` on openapi-manager (151/168) |
3239 | 2024-11-07T01:47:47.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3240 | 2024-11-07T01:47:47.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3241 | 2024-11-07T01:47:47.224Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3242 | 2024-11-07T01:47:47.224Z | Checking heck v0.4.1 |
3243 | 2024-11-07T01:47:47.226Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3244 | 2024-11-07T01:47:47.468Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3245 | 2024-11-07T01:47:48.843Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3246 | 2024-11-07T01:47:49.669Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3247 | 2024-11-07T01:47:50.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
3248 | 2024-11-07T01:47:50.864Z | |
3249 | 2024-11-07T01:47:50.864Z | info: running `cargo check --bins` on installinator-api (152/168) |
3250 | 2024-11-07T01:47:51.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3251 | 2024-11-07T01:47:51.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3252 | 2024-11-07T01:47:51.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3253 | 2024-11-07T01:47:51.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3254 | 2024-11-07T01:47:51.471Z | |
3255 | 2024-11-07T01:47:51.471Z | info: running `cargo check --bins` on wicketd-api (153/168) |
3256 | 2024-11-07T01:47:52.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3257 | 2024-11-07T01:47:52.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3258 | 2024-11-07T01:47:52.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3259 | 2024-11-07T01:47:52.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3260 | 2024-11-07T01:47:52.087Z | |
3261 | 2024-11-07T01:47:52.087Z | info: running `cargo check --bins` on reconfigurator-cli (154/168) |
3262 | 2024-11-07T01:47:52.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3263 | 2024-11-07T01:47:52.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3264 | 2024-11-07T01:47:52.737Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3265 | 2024-11-07T01:47:53.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
3266 | 2024-11-07T01:47:54.068Z | |
3267 | 2024-11-07T01:47:54.068Z | info: running `cargo check --bins` on omicron-releng (155/168) |
3268 | 2024-11-07T01:47:54.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3269 | 2024-11-07T01:47:54.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3270 | 2024-11-07T01:47:54.704Z | Checking memmap2 v0.9.5 |
3271 | 2024-11-07T01:47:54.704Z | Checking arrayref v0.3.9 |
3272 | 2024-11-07T01:47:54.709Z | Checking spin v0.5.2 |
3273 | 2024-11-07T01:47:54.709Z | Checking arrayvec v0.7.6 |
3274 | 2024-11-07T01:47:54.709Z | Checking untrusted v0.7.1 |
3275 | 2024-11-07T01:47:54.709Z | Checking constant_time_eq v0.3.1 |
3276 | 2024-11-07T01:47:54.813Z | Checking topological-sort v0.2.2 |
3277 | 2024-11-07T01:47:54.830Z | Checking shell-words v1.1.0 |
3278 | 2024-11-07T01:47:54.953Z | Checking ring v0.16.20 |
3279 | 2024-11-07T01:47:55.138Z | Checking blake3 v1.5.4 |
3280 | 2024-11-07T01:47:56.133Z | Checking omicron-zone-package v0.11.1 |
3281 | 2024-11-07T01:47:57.249Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3282 | 2024-11-07T01:47:58.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
3283 | 2024-11-07T01:47:58.334Z | |
3284 | 2024-11-07T01:47:58.334Z | info: running `cargo check --bins` on xtask (156/168) |
3285 | 2024-11-07T01:47:58.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3286 | 2024-11-07T01:47:58.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3287 | 2024-11-07T01:47:58.752Z | Checking bitflags v2.6.0 |
3288 | 2024-11-07T01:47:58.755Z | Checking serde v1.0.210 |
3289 | 2024-11-07T01:47:58.755Z | Checking thiserror v1.0.64 |
3290 | 2024-11-07T01:47:58.839Z | Checking scroll v0.12.0 |
3291 | 2024-11-07T01:47:58.848Z | Checking log v0.4.22 |
3292 | 2024-11-07T01:47:58.850Z | Checking hashbrown v0.15.0 |
3293 | 2024-11-07T01:47:58.851Z | Checking zerocopy v0.7.35 |
3294 | 2024-11-07T01:47:58.880Z | Checking syn v2.0.79 |
3295 | 2024-11-07T01:47:58.935Z | Checking pest v2.7.14 |
3296 | 2024-11-07T01:47:59.149Z | Checking rustix v0.38.37 |
3297 | 2024-11-07T01:47:59.153Z | Checking once_cell v1.20.2 |
3298 | 2024-11-07T01:47:59.318Z | Checking goblin v0.8.2 |
3299 | 2024-11-07T01:47:59.445Z | Checking fs-err v2.11.0 |
3300 | 2024-11-07T01:47:59.769Z | Checking tabled v0.15.0 |
3301 | 2024-11-07T01:47:59.917Z | Checking indexmap v2.6.0 |
3302 | 2024-11-07T01:48:00.293Z | Checking anyhow v1.0.92 |
3303 | 2024-11-07T01:48:01.039Z | Checking terminal_size v0.4.0 |
3304 | 2024-11-07T01:48:01.039Z | Checking tempfile v3.13.0 |
3305 | 2024-11-07T01:48:01.216Z | Checking clap_builder v4.5.20 |
3306 | 2024-11-07T01:48:01.543Z | Checking dtrace-parser v0.2.0 |
3307 | 2024-11-07T01:48:03.237Z | Checking serde_json v1.0.128 |
3308 | 2024-11-07T01:48:03.237Z | Checking toml_datetime v0.6.8 |
3309 | 2024-11-07T01:48:03.240Z | Checking serde_spanned v0.6.8 |
3310 | 2024-11-07T01:48:03.240Z | Checking camino v1.1.9 |
3311 | 2024-11-07T01:48:03.240Z | Checking semver v1.0.23 |
3312 | 2024-11-07T01:48:03.433Z | Checking cargo-platform v0.1.8 |
3313 | 2024-11-07T01:48:03.448Z | Checking macaddr v1.0.1 |
3314 | 2024-11-07T01:48:03.472Z | Checking clap v4.5.20 |
3315 | 2024-11-07T01:48:03.549Z | Checking toml_edit v0.22.22 |
3316 | 2024-11-07T01:48:03.788Z | Checking camino-tempfile v1.1.1 |
3317 | 2024-11-07T01:48:04.329Z | Checking dof v0.3.0 |
3318 | 2024-11-07T01:48:04.329Z | Checking cargo_metadata v0.18.1 |
3319 | 2024-11-07T01:48:04.741Z | Checking usdt-impl v0.5.0 |
3320 | 2024-11-07T01:48:05.100Z | Checking usdt v0.5.0 |
3321 | 2024-11-07T01:48:05.319Z | Checking toml v0.8.19 |
3322 | 2024-11-07T01:48:05.794Z | Checking cargo_toml v0.20.5 |
3323 | 2024-11-07T01:48:07.015Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3324 | 2024-11-07T01:48:07.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.29s |
3325 | 2024-11-07T01:48:07.734Z | |
3326 | 2024-11-07T01:48:07.734Z | info: running `cargo check --bins` on end-to-end-tests (157/168) |
3327 | 2024-11-07T01:48:08.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3328 | 2024-11-07T01:48:08.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3329 | 2024-11-07T01:48:08.459Z | Checking polyval v0.6.2 |
3330 | 2024-11-07T01:48:08.567Z | Checking ctr v0.9.2 |
3331 | 2024-11-07T01:48:08.578Z | Checking ssh-encoding v0.2.0 |
3332 | 2024-11-07T01:48:08.581Z | Checking blowfish v0.9.1 |
3333 | 2024-11-07T01:48:08.602Z | Checking password-hash v0.4.2 |
3334 | 2024-11-07T01:48:08.605Z | Checking matches v0.1.10 |
3335 | 2024-11-07T01:48:08.631Z | Checking p256 v0.13.2 |
3336 | 2024-11-07T01:48:08.631Z | Checking p521 v0.13.3 |
3337 | 2024-11-07T01:48:08.708Z | Checking idna v0.2.3 |
3338 | 2024-11-07T01:48:08.779Z | Checking bcrypt-pbkdf v0.10.0 |
3339 | 2024-11-07T01:48:08.798Z | Checking ghash v0.5.1 |
3340 | 2024-11-07T01:48:08.815Z | Compiling enum-as-inner v0.5.1 |
3341 | 2024-11-07T01:48:08.918Z | Checking russh-cryptovec v0.7.3 |
3342 | 2024-11-07T01:48:08.989Z | Checking aes-gcm v0.10.3 |
3343 | 2024-11-07T01:48:09.005Z | Checking pbkdf2 v0.11.0 |
3344 | 2024-11-07T01:48:09.022Z | Checking md5 v0.7.0 |
3345 | 2024-11-07T01:48:09.117Z | Checking num-bigint v0.4.6 |
3346 | 2024-11-07T01:48:09.136Z | Checking des v0.8.1 |
3347 | 2024-11-07T01:48:09.218Z | Checking ssh-cipher v0.2.0 |
3348 | 2024-11-07T01:48:09.276Z | Compiling dhcproto-macros v0.1.0 |
3349 | 2024-11-07T01:48:09.300Z | Checking hex-literal v0.4.1 |
3350 | 2024-11-07T01:48:09.406Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3351 | 2024-11-07T01:48:09.433Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3352 | 2024-11-07T01:48:09.513Z | Checking ssh-key v0.6.6 |
3353 | 2024-11-07T01:48:09.562Z | Checking internet-checksum v0.2.1 |
3354 | 2024-11-07T01:48:09.802Z | Checking trust-dns-proto v0.22.0 |
3355 | 2024-11-07T01:48:10.874Z | Checking russh-keys v0.45.0 |
3356 | 2024-11-07T01:48:11.810Z | Checking russh v0.45.0 |
3357 | 2024-11-07T01:48:12.364Z | Checking dhcproto v0.12.0 |
3358 | 2024-11-07T01:48:34.523Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3359 | 2024-11-07T01:48:35.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.04s |
3360 | 2024-11-07T01:48:35.969Z | |
3361 | 2024-11-07T01:48:35.969Z | info: running `cargo check --bins` on gateway-cli (158/168) |
3362 | 2024-11-07T01:48:36.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3363 | 2024-11-07T01:48:36.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3364 | 2024-11-07T01:48:36.571Z | Checking termios v0.3.3 |
3365 | 2024-11-07T01:48:36.784Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3366 | 2024-11-07T01:48:37.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
3367 | 2024-11-07T01:48:37.728Z | |
3368 | 2024-11-07T01:48:37.728Z | info: running `cargo check --bins --no-default-features` on installinator (159/168) |
3369 | 2024-11-07T01:48:38.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3370 | 2024-11-07T01:48:38.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3371 | 2024-11-07T01:48:38.389Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3372 | 2024-11-07T01:48:40.386Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3373 | 2024-11-07T01:48:42.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s |
3374 | 2024-11-07T01:48:42.614Z | |
3375 | 2024-11-07T01:48:42.614Z | info: running `cargo check --bins` on internal-dns-cli (160/168) |
3376 | 2024-11-07T01:48:43.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3377 | 2024-11-07T01:48:43.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3378 | 2024-11-07T01:48:43.217Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3379 | 2024-11-07T01:48:43.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3380 | 2024-11-07T01:48:43.827Z | |
3381 | 2024-11-07T01:48:43.827Z | info: running `cargo check --bins` on omicron-live-tests (161/168) |
3382 | 2024-11-07T01:48:44.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3383 | 2024-11-07T01:48:44.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3384 | 2024-11-07T01:48:44.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3385 | 2024-11-07T01:48:44.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3386 | 2024-11-07T01:48:44.411Z | |
3387 | 2024-11-07T01:48:44.411Z | info: running `cargo check --bins` on live-tests-macros (162/168) |
3388 | 2024-11-07T01:48:44.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3389 | 2024-11-07T01:48:44.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3390 | 2024-11-07T01:48:44.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3391 | 2024-11-07T01:48:44.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3392 | 2024-11-07T01:48:44.990Z | |
3393 | 2024-11-07T01:48:44.990Z | info: running `cargo check --bins` on omicron-package (163/168) |
3394 | 2024-11-07T01:48:45.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3395 | 2024-11-07T01:48:45.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3396 | 2024-11-07T01:48:45.619Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3397 | 2024-11-07T01:48:46.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
3398 | 2024-11-07T01:48:47.051Z | |
3399 | 2024-11-07T01:48:47.051Z | info: running `cargo check --bins` on wicket-dbg (164/168) |
3400 | 2024-11-07T01:48:47.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3401 | 2024-11-07T01:48:47.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3402 | 2024-11-07T01:48:47.717Z | Checking rtoolbox v0.0.2 |
3403 | 2024-11-07T01:48:47.720Z | Checking tui-tree-widget v0.22.0 |
3404 | 2024-11-07T01:48:47.720Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3405 | 2024-11-07T01:48:47.936Z | Checking rpassword v7.3.1 |
3406 | 2024-11-07T01:48:52.053Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3407 | 2024-11-07T01:48:55.241Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3408 | 2024-11-07T01:48:56.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.34s |
3409 | 2024-11-07T01:48:56.577Z | |
3410 | 2024-11-07T01:48:56.577Z | info: running `cargo check --bins` on wicket (165/168) |
3411 | 2024-11-07T01:48:57.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3412 | 2024-11-07T01:48:57.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3413 | 2024-11-07T01:48:57.232Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3414 | 2024-11-07T01:48:57.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3415 | 2024-11-07T01:48:57.806Z | |
3416 | 2024-11-07T01:48:57.806Z | info: running `cargo check --bins` on wicketd (166/168) |
3417 | 2024-11-07T01:48:58.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3418 | 2024-11-07T01:48:58.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3419 | 2024-11-07T01:48:58.484Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3420 | 2024-11-07T01:49:07.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.10s |
3421 | 2024-11-07T01:49:08.098Z | |
3422 | 2024-11-07T01:49:08.098Z | info: running `cargo check --bins` on omicron-workspace-hack (167/168) |
3423 | 2024-11-07T01:49:08.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3424 | 2024-11-07T01:49:08.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3425 | 2024-11-07T01:49:08.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3426 | 2024-11-07T01:49:08.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3427 | 2024-11-07T01:49:08.676Z | |
3428 | 2024-11-07T01:49:08.676Z | info: running `cargo check --bins` on zone-setup (168/168) |
3429 | 2024-11-07T01:49:09.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3430 | 2024-11-07T01:49:09.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3431 | 2024-11-07T01:49:09.362Z | Checking uzers v0.12.1 |
3432 | 2024-11-07T01:49:09.703Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3433 | 2024-11-07T01:49:10.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
3434 | 2024-11-07T01:49:10.998Z | |
3435 | 2024-11-07T01:49:10.999Z | real 24:20.929094937 |
3436 | 2024-11-07T01:49:10.999Z | user 36:44.204861792 |
3437 | 2024-11-07T01:49:10.999Z | sys 5:17.417723576 |
3438 | 2024-11-07T01:49:10.999Z | trap 0.588875852 |
3439 | 2024-11-07T01:49:10.999Z | tflt 2.903427061 |
3440 | 2024-11-07T01:49:11.002Z | dflt 2.580758150 |
3441 | 2024-11-07T01:49:11.002Z | kflt 0.039751913 |
3442 | 2024-11-07T01:49:11.002Z | lock 1:28:48.802244623 |
3443 | 2024-11-07T01:49:11.002Z | slp 3:27:21.192835742 |
3444 | 2024-11-07T01:49:11.002Z | lat 59.219844092 |
3445 | 2024-11-07T01:49:11.002Z | stop 3:14.064915072 |
3446 | 2024-11-07T01:49:11.002Z | process exited: duration 1745814 ms, exit code 0 |
|
3447 | 2024-11-07T01:49:11.008Z | found 0 output files |