|
|
|
1 | 2024-08-17T03:14:46.079Z | job assigned to worker 01J5F57NYV04V3D250YGX2DFS6 (queued for 55 s) |
|
2 | 2024-08-17T03:14:54.431Z | starting task 0: "setup" |
3 | 2024-08-17T03:14:54.456Z | ++ uname -s |
4 | 2024-08-17T03:14:54.458Z | + kern=SunOS |
5 | 2024-08-17T03:14:54.458Z | + case "$kern" in |
6 | 2024-08-17T03:14:54.459Z | + groupadd -g 12345 build |
7 | 2024-08-17T03:14:54.462Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-17T03:14:56.474Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-17T03:14:56.612Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-17T03:14:56.615Z | + home_fs=zfs |
11 | 2024-08-17T03:14:56.615Z | + [[ zfs == autofs ]] |
12 | 2024-08-17T03:14:56.615Z | + mkdir -p /home/build |
13 | 2024-08-17T03:14:56.619Z | + chown build:build /home/build /work |
14 | 2024-08-17T03:14:58.620Z | + chmod 0700 /home/build /work |
15 | 2024-08-17T03:14:58.623Z | process exited: duration 4192 ms, exit code 0 |
|
16 | 2024-08-17T03:14:58.629Z | starting task 1: "rust-toolchain" |
17 | 2024-08-17T03:14:58.634Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-17T03:14:58.634Z | ' 1.80.1 |
19 | 2024-08-17T03:14:58.635Z | * toolchain channel = "1.80.1" |
20 | 2024-08-17T03:14:58.638Z | * toolchain profile = "default" |
21 | 2024-08-17T03:14:58.638Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-17T03:14:58.638Z | ' default |
23 | 2024-08-17T03:14:58.638Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-17T03:14:58.638Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-17T03:14:58.749Z | info: downloading installer |
26 | 2024-08-17T03:15:00.134Z | info: profile set to 'default' |
27 | 2024-08-17T03:15:00.134Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-17T03:15:00.137Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-17T03:15:00.287Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-17T03:15:00.287Z | info: downloading component 'cargo' |
31 | 2024-08-17T03:15:01.139Z | info: downloading component 'clippy' |
32 | 2024-08-17T03:15:01.439Z | info: downloading component 'rust-docs' |
33 | 2024-08-17T03:15:02.629Z | info: downloading component 'rust-std' |
34 | 2024-08-17T03:15:04.292Z | info: downloading component 'rustc' |
35 | 2024-08-17T03:15:08.921Z | info: downloading component 'rustfmt' |
36 | 2024-08-17T03:15:09.170Z | info: installing component 'cargo' |
37 | 2024-08-17T03:15:10.009Z | info: installing component 'clippy' |
38 | 2024-08-17T03:15:10.396Z | info: installing component 'rust-docs' |
39 | 2024-08-17T03:15:12.018Z | info: installing component 'rust-std' |
40 | 2024-08-17T03:15:13.674Z | info: installing component 'rustc' |
41 | 2024-08-17T03:15:18.510Z | info: installing component 'rustfmt' |
42 | 2024-08-17T03:15:18.516Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-17T03:15:18.516Z | |
44 | 2024-08-17T03:15:18.712Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-17T03:15:18.712Z | |
46 | 2024-08-17T03:15:18.739Z | |
47 | 2024-08-17T03:15:18.739Z | Rust is installed now. Great! |
48 | 2024-08-17T03:15:18.739Z | |
49 | 2024-08-17T03:15:18.739Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-17T03:15:18.739Z | environment variable. This has not been done automatically. |
51 | 2024-08-17T03:15:18.739Z | |
52 | 2024-08-17T03:15:18.739Z | To configure your current shell, you need to source |
53 | 2024-08-17T03:15:18.740Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-17T03:15:18.740Z | |
55 | 2024-08-17T03:15:18.740Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-17T03:15:18.740Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-17T03:15:18.740Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-17T03:15:18.775Z | + rustc --version |
59 | 2024-08-17T03:15:18.836Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-17T03:15:18.863Z | process exited: duration 20180 ms, exit code 0 |
|
61 | 2024-08-17T03:15:18.880Z | starting task 2: "authentication" |
62 | 2024-08-17T03:15:18.924Z | process exited: duration 33 ms, exit code 0 |
|
63 | 2024-08-17T03:15:18.966Z | starting task 3: "clone repository" |
64 | 2024-08-17T03:15:18.978Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-17T03:15:18.978Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-17T03:15:19.200Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-17T03:15:24.836Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-17T03:15:24.836Z | + git fetch origin da2e79ee00080e2d2f8b4e3cf3e438f72ad3a534 |
69 | 2024-08-17T03:15:25.102Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-17T03:15:25.102Z | * branch da2e79ee00080e2d2f8b4e3cf3e438f72ad3a534 -> FETCH_HEAD |
71 | 2024-08-17T03:15:25.109Z | + [[ -n sunshowers/spr/oxql-move-core-types-to-a-new-oxql-types-crate ]] |
72 | 2024-08-17T03:15:25.109Z | ++ git branch --show-current |
73 | 2024-08-17T03:15:25.109Z | + current=main |
74 | 2024-08-17T03:15:25.109Z | + [[ main != sunshowers/spr/oxql-move-core-types-to-a-new-oxql-types-crate ]] |
75 | 2024-08-17T03:15:25.109Z | + git branch -f sunshowers/spr/oxql-move-core-types-to-a-new-oxql-types-crate da2e79ee00080e2d2f8b4e3cf3e438f72ad3a534 |
76 | 2024-08-17T03:15:25.113Z | + git checkout -f sunshowers/spr/oxql-move-core-types-to-a-new-oxql-types-crate |
77 | 2024-08-17T03:15:25.254Z | Switched to branch 'sunshowers/spr/oxql-move-core-types-to-a-new-oxql-types-crate' |
78 | 2024-08-17T03:15:25.278Z | + git reset --hard da2e79ee00080e2d2f8b4e3cf3e438f72ad3a534 |
79 | 2024-08-17T03:15:25.432Z | HEAD is now at da2e79ee0 rebase on main |
80 | 2024-08-17T03:15:25.499Z | process exited: duration 6449 ms, exit code 0 |
|
81 | 2024-08-17T03:15:25.715Z | starting task 4: "build" |
82 | 2024-08-17T03:15:25.843Z | + cargo --version |
83 | 2024-08-17T03:15:25.844Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-17T03:15:25.844Z | + rustc --version |
85 | 2024-08-17T03:15:25.844Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-17T03:15:25.911Z | + source ./env.sh |
87 | 2024-08-17T03:15:25.911Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-17T03:15:25.911Z | ++ set -o xtrace |
89 | 2024-08-17T03:15:25.911Z | ++++ dirname ./env.sh |
90 | 2024-08-17T03:15:25.911Z | +++ readlink -f . |
91 | 2024-08-17T03:15:25.911Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-17T03:15:25.911Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-17T03:15:25.911Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-17T03:15:25.911Z | ++ 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 |
95 | 2024-08-17T03:15:25.911Z | ++ 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 |
96 | 2024-08-17T03:15:25.911Z | ++ 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 |
97 | 2024-08-17T03:15:25.912Z | ++ 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 |
98 | 2024-08-17T03:15:25.912Z | ++ 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 |
99 | 2024-08-17T03:15:25.912Z | ++ 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 |
100 | 2024-08-17T03:15:25.912Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-17T03:15:25.912Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-17T03:15:25.912Z | + 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 |
103 | 2024-08-17T03:15:25.912Z | + 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 |
104 | 2024-08-17T03:15:25.912Z | + banner prerequisites |
105 | 2024-08-17T03:15:25.912Z | |
106 | 2024-08-17T03:15:25.912Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-17T03:15:25.912Z | # # # # # # # # # # # # # # # |
108 | 2024-08-17T03:15:25.912Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-17T03:15:25.912Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-17T03:15:25.912Z | # # # # # # # # # # # # # # # |
111 | 2024-08-17T03:15:25.912Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-17T03:15:25.912Z | |
113 | 2024-08-17T03:15:25.913Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-17T03:15:32.288Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-17T03:15:34.496Z | Startup: Caching catalogs ... Done |
116 | 2024-08-17T03:15:36.391Z | Planning: Solver setup ... Done (1.238s) |
117 | 2024-08-17T03:15:36.413Z | Planning: Running solver ... Done (0.021s) |
118 | 2024-08-17T03:15:36.453Z | Planning: Finding local manifests ... Done (0.002s) |
119 | 2024-08-17T03:15:39.379Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-08-17T03:15:39.751Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-08-17T03:15:39.801Z | Planning: Package planning ... Done (0.048s) |
122 | 2024-08-17T03:15:39.849Z | Planning: Merging actions ... Done (0.049s) |
123 | 2024-08-17T03:15:41.155Z | Planning: Checking for conflicting actions ... Done (1.305s) |
124 | 2024-08-17T03:15:41.167Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2024-08-17T03:15:47.467Z | Planning: Evaluating mediators ... Done (6.297s) |
126 | 2024-08-17T03:15:47.477Z | Planning: Planning completed in 12.91 seconds |
127 | 2024-08-17T03:15:50.539Z | Packages to install: 4 |
128 | 2024-08-17T03:15:50.539Z | Mediators to change: 2 |
129 | 2024-08-17T03:15:50.539Z | Services to change: 1 |
130 | 2024-08-17T03:15:50.542Z | Estimated space available: 155.72 GB |
131 | 2024-08-17T03:15:50.542Z | Estimated space to be consumed: 1.48 GB |
132 | 2024-08-17T03:15:50.542Z | Create boot environment: No |
133 | 2024-08-17T03:15:50.542Z | Create backup boot environment: No |
134 | 2024-08-17T03:15:50.542Z | Rebuild boot archive: No |
135 | 2024-08-17T03:15:50.542Z | |
136 | 2024-08-17T03:15:50.542Z | Changed mediators: |
137 | 2024-08-17T03:15:50.542Z | mediator clang: |
138 | 2024-08-17T03:15:50.542Z | version: None -> 15 (system default) |
139 | 2024-08-17T03:15:50.543Z | |
140 | 2024-08-17T03:15:50.543Z | mediator llvm: |
141 | 2024-08-17T03:15:50.543Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-08-17T03:15:50.543Z | |
143 | 2024-08-17T03:15:50.543Z | Changed packages: |
144 | 2024-08-17T03:15:50.543Z | helios-dev |
145 | 2024-08-17T03:15:50.543Z | developer/build-essential |
146 | 2024-08-17T03:15:50.543Z | None -> 11-2.0 |
147 | 2024-08-17T03:15:50.543Z | library/libxmlsec1 |
148 | 2024-08-17T03:15:50.543Z | None -> 1.2.35-2.0 |
149 | 2024-08-17T03:15:50.543Z | ooce/developer/clang-15 |
150 | 2024-08-17T03:15:50.543Z | None -> 15.0.7-2.0 |
151 | 2024-08-17T03:15:50.543Z | ooce/developer/llvm-15 |
152 | 2024-08-17T03:15:50.543Z | None -> 15.0.7-2.0 |
153 | 2024-08-17T03:15:50.543Z | |
154 | 2024-08-17T03:15:50.543Z | Services: |
155 | 2024-08-17T03:15:50.543Z | restart_fmri: |
156 | 2024-08-17T03:15:50.543Z | svc:/system/update-man-index:default |
157 | 2024-08-17T03:15:50.676Z | |
158 | 2024-08-17T03:15:50.676Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-08-17T03:15:57.395Z | Download: 213/3290 items 1.3/212.6MB 0% complete (899k/s) |
160 | 2024-08-17T03:16:02.400Z | Download: 894/3290 items 18.9/212.6MB 8% complete (2.0M/s) |
161 | 2024-08-17T03:16:07.839Z | Download: 1193/3290 items 78.0/212.6MB 36% complete (7.7M/s) |
162 | 2024-08-17T03:16:12.845Z | Download: 1269/3290 items 112.7/212.6MB 52% complete (9.3M/s) |
163 | 2024-08-17T03:16:21.681Z | Download: 2130/3290 items 118.0/212.6MB 55% complete (4.0M/s) |
164 | 2024-08-17T03:16:23.240Z | Download: 2218/3290 items 118.3/212.6MB 55% complete (3.7M/s) |
165 | 2024-08-17T03:16:28.384Z | Download: 3067/3290 items 121.4/212.6MB 57% complete (343k/s) |
166 | 2024-08-17T03:16:33.757Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (9.6M/s) |
167 | 2024-08-17T03:16:42.729Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (9.4M/s) |
168 | 2024-08-17T03:16:44.265Z | Download: Completed 212.60 MB in 53.56 seconds (4.0M/s) |
169 | 2024-08-17T03:16:44.561Z | Actions: 1/3689 actions (Installing new actions) |
170 | 2024-08-17T03:16:49.589Z | Actions: 3542/3689 actions (Installing new actions) |
171 | 2024-08-17T03:16:50.473Z | Actions: Completed 3689 actions in 5.90 seconds. |
172 | 2024-08-17T03:16:50.746Z | Done (0.273s) |
173 | 2024-08-17T03:16:50.746Z | Done (0.000s) |
174 | 2024-08-17T03:16:51.110Z | Done (0.364s) |
175 | 2024-08-17T03:16:57.393Z | Done (6.102s) |
176 | 2024-08-17T03:16:57.570Z | Done (0.104s) |
177 | 2024-08-17T03:16:57.572Z | Done (0.000s) |
178 | 2024-08-17T03:16:57.745Z | Done (0.000s) |
179 | 2024-08-17T03:16:58.331Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-08-17T03:16:58.496Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-08-17T03:16:58.499Z | Planning: Consolidating action changes ... Done |
182 | 2024-08-17T03:16:58.761Z | Planning: Evaluating mediators ... Done |
183 | 2024-08-17T03:16:58.763Z | Planning: Planning completed in 0.43 seconds |
184 | 2024-08-17T03:16:58.794Z | Mediators to change: 2 |
185 | 2024-08-17T03:16:58.794Z | Create boot environment: No |
186 | 2024-08-17T03:16:58.796Z | Create backup boot environment: No |
187 | 2024-08-17T03:16:58.866Z | Done |
188 | 2024-08-17T03:16:58.866Z | Done |
189 | 2024-08-17T03:16:59.101Z | Done |
190 | 2024-08-17T03:17:02.650Z | Done |
191 | 2024-08-17T03:17:02.752Z | Done |
192 | 2024-08-17T03:17:02.774Z | Done |
193 | 2024-08-17T03:17:02.961Z | Done |
194 | 2024-08-17T03:17:03.548Z | Planning: Evaluating mediator changes ... Done |
195 | 2024-08-17T03:17:03.552Z | Planning: Merging actions ... Done |
196 | 2024-08-17T03:17:03.740Z | Planning: Checking for conflicting actions ... Done |
197 | 2024-08-17T03:17:03.743Z | Planning: Consolidating action changes ... Done |
198 | 2024-08-17T03:17:04.007Z | Planning: Evaluating mediators ... Done |
199 | 2024-08-17T03:17:04.066Z | Planning: Planning completed in 0.77 seconds |
200 | 2024-08-17T03:17:04.100Z | Packages to change: 1 |
201 | 2024-08-17T03:17:04.100Z | Mediators to change: 1 |
202 | 2024-08-17T03:17:04.103Z | Services to change: 1 |
203 | 2024-08-17T03:17:04.103Z | Create boot environment: No |
204 | 2024-08-17T03:17:04.103Z | Create backup boot environment: Yes |
205 | 2024-08-17T03:17:06.282Z | Actions: 1/6 actions (Updating modified actions) |
206 | 2024-08-17T03:17:06.285Z | Actions: Completed 6 actions in 0.00 seconds. |
207 | 2024-08-17T03:17:06.285Z | Done |
208 | 2024-08-17T03:17:06.285Z | Done |
209 | 2024-08-17T03:17:06.364Z | Done |
210 | 2024-08-17T03:17:10.066Z | Done |
211 | 2024-08-17T03:17:10.160Z | Done |
212 | 2024-08-17T03:17:10.174Z | Done |
213 | 2024-08-17T03:17:10.296Z | Done |
214 | 2024-08-17T03:17:10.745Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
215 | 2024-08-17T03:17:10.745Z | clang system 15 system |
216 | 2024-08-17T03:17:10.745Z | csh system system illumos |
217 | 2024-08-17T03:17:10.746Z | ctags system system illumos |
218 | 2024-08-17T03:17:10.746Z | gcc vendor 12 vendor |
219 | 2024-08-17T03:17:10.746Z | gcc system 10 system |
220 | 2024-08-17T03:17:10.746Z | gcc system 7 system |
221 | 2024-08-17T03:17:10.746Z | go system 1.20 system |
222 | 2024-08-17T03:17:10.746Z | go system 1.19 system |
223 | 2024-08-17T03:17:10.746Z | llvm system 15 system |
224 | 2024-08-17T03:17:10.746Z | llvm system 14 system |
225 | 2024-08-17T03:17:10.747Z | mariadb system 10.6 system |
226 | 2024-08-17T03:17:10.747Z | mta vendor vendor dma |
227 | 2024-08-17T03:17:10.747Z | openjdk system 17 system |
228 | 2024-08-17T03:17:10.747Z | openjdk system 11 system |
229 | 2024-08-17T03:17:10.747Z | openjdk system 1.8 system |
230 | 2024-08-17T03:17:10.747Z | openssl vendor 3 vendor |
231 | 2024-08-17T03:17:10.748Z | perl system 5.36 system |
232 | 2024-08-17T03:17:10.748Z | postgresql system 15 system |
233 | 2024-08-17T03:17:10.748Z | postgresql system 13 system |
234 | 2024-08-17T03:17:10.748Z | python vendor 3 vendor |
235 | 2024-08-17T03:17:10.748Z | python system 2 system |
236 | 2024-08-17T03:17:10.748Z | python3 system 3.11 system |
237 | 2024-08-17T03:17:10.748Z | ruby system 3.0 system |
238 | 2024-08-17T03:17:10.749Z | words vendor vendor american-english |
239 | 2024-08-17T03:17:10.749Z | words system system australian-english |
240 | 2024-08-17T03:17:10.749Z | words system system british-english |
241 | 2024-08-17T03:17:10.749Z | words system system canadian-english |
242 | 2024-08-17T03:17:10.749Z | words system system french |
243 | 2024-08-17T03:17:10.749Z | words system system italian |
244 | 2024-08-17T03:17:10.749Z | words system system ngerman |
245 | 2024-08-17T03:17:10.749Z | words system system ogerman |
246 | 2024-08-17T03:17:10.749Z | words system system spanish |
247 | 2024-08-17T03:17:11.082Z | PUBLISHER TYPE STATUS P LOCATION |
248 | 2024-08-17T03:17:11.082Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
249 | 2024-08-17T03:17:12.789Z | FMRI IFO |
250 | 2024-08-17T03:17:12.789Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
251 | 2024-08-17T03:17:12.789Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
252 | 2024-08-17T03:17:12.789Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
253 | 2024-08-17T03:17:12.789Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
254 | 2024-08-17T03:17:12.789Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
255 | 2024-08-17T03:17:12.789Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
256 | 2024-08-17T03:17:12.789Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
257 | 2024-08-17T03:17:12.789Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
258 | 2024-08-17T03:17:12.790Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
259 | 2024-08-17T03:17:12.790Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
260 | 2024-08-17T03:17:12.790Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
261 | 2024-08-17T03:17:12.790Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
262 | 2024-08-17T03:17:13.396Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
263 | 2024-08-17T03:17:13.661Z | Updating git repository `https://github.com/oxidecomputer/zone` |
264 | 2024-08-17T03:17:13.923Z | Updating crates.io index |
265 | 2024-08-17T03:17:14.017Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
266 | 2024-08-17T03:17:14.730Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
267 | 2024-08-17T03:17:15.482Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
268 | 2024-08-17T03:17:15.722Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
269 | 2024-08-17T03:17:17.134Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
270 | 2024-08-17T03:17:17.365Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
271 | 2024-08-17T03:17:17.595Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
272 | 2024-08-17T03:17:18.783Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
273 | 2024-08-17T03:17:20.753Z | Updating git repository `https://github.com/oxidecomputer/opte` |
274 | 2024-08-17T03:17:21.758Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
275 | 2024-08-17T03:17:22.504Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
276 | 2024-08-17T03:17:22.774Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
277 | 2024-08-17T03:17:23.340Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
278 | 2024-08-17T03:17:23.595Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
279 | 2024-08-17T03:17:23.928Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
280 | 2024-08-17T03:17:24.224Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
281 | 2024-08-17T03:17:24.509Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
282 | 2024-08-17T03:17:24.769Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
283 | 2024-08-17T03:17:25.056Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-08-17T03:17:25.331Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
285 | 2024-08-17T03:17:25.657Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
286 | 2024-08-17T03:17:25.981Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
287 | 2024-08-17T03:17:26.241Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
288 | 2024-08-17T03:17:26.792Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
289 | 2024-08-17T03:17:27.055Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
290 | 2024-08-17T03:17:27.522Z | Updating git repository `https://github.com/oxidecomputer/typify` |
291 | 2024-08-17T03:17:29.729Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
292 | 2024-08-17T03:17:29.945Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
293 | 2024-08-17T03:17:30.204Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
294 | 2024-08-17T03:17:30.577Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
295 | 2024-08-17T03:17:31.796Z | Downloading crates ... |
296 | 2024-08-17T03:17:31.895Z | Downloaded anstyle v1.0.8 |
297 | 2024-08-17T03:17:31.902Z | Downloaded block-buffer v0.10.4 |
298 | 2024-08-17T03:17:31.905Z | Downloaded autocfg v1.3.0 |
299 | 2024-08-17T03:17:31.905Z | Downloaded cfg-if v1.0.0 |
300 | 2024-08-17T03:17:31.905Z | Downloaded cargo_metadata v0.18.1 |
301 | 2024-08-17T03:17:31.912Z | Downloaded byteorder v1.5.0 |
302 | 2024-08-17T03:17:31.912Z | Downloaded pretty-hex v0.4.1 |
303 | 2024-08-17T03:17:31.923Z | Downloaded is_terminal_polyfill v1.70.0 |
304 | 2024-08-17T03:17:31.923Z | Downloaded scroll_derive v0.12.0 |
305 | 2024-08-17T03:17:31.924Z | Downloaded equivalent v1.0.1 |
306 | 2024-08-17T03:17:31.939Z | Downloaded usdt-attr-macro v0.5.0 |
307 | 2024-08-17T03:17:31.940Z | Downloaded usdt-macro v0.5.0 |
308 | 2024-08-17T03:17:32.000Z | Downloaded anstyle-query v1.0.3 |
309 | 2024-08-17T03:17:32.000Z | Downloaded anstyle-parse v0.2.4 |
310 | 2024-08-17T03:17:32.001Z | Downloaded generic-array v0.14.7 |
311 | 2024-08-17T03:17:32.001Z | Downloaded clap_lex v0.7.0 |
312 | 2024-08-17T03:17:32.001Z | Downloaded heck v0.5.0 |
313 | 2024-08-17T03:17:32.001Z | Downloaded cpufeatures v0.2.12 |
314 | 2024-08-17T03:17:32.001Z | Downloaded colorchoice v1.0.1 |
315 | 2024-08-17T03:17:32.001Z | Downloaded strsim v0.11.1 |
316 | 2024-08-17T03:17:32.002Z | Downloaded proc-macro-error-attr v1.0.4 |
317 | 2024-08-17T03:17:32.002Z | Downloaded macaddr v1.0.1 |
318 | 2024-08-17T03:17:32.002Z | Downloaded cargo-platform v0.1.8 |
319 | 2024-08-17T03:17:32.002Z | Downloaded version_check v0.9.5 |
320 | 2024-08-17T03:17:32.002Z | Downloaded toml_datetime v0.6.8 |
321 | 2024-08-17T03:17:32.002Z | Downloaded thiserror-impl v1.0.63 |
322 | 2024-08-17T03:17:32.002Z | Downloaded serde_tokenstream v0.2.2 |
323 | 2024-08-17T03:17:32.024Z | Downloaded terminal_size v0.3.0 |
324 | 2024-08-17T03:17:32.024Z | Downloaded thread-id v4.2.1 |
325 | 2024-08-17T03:17:32.024Z | Downloaded digest v0.10.7 |
326 | 2024-08-17T03:17:32.024Z | Downloaded clap_derive v4.5.13 |
327 | 2024-08-17T03:17:32.025Z | Downloaded memmap v0.7.0 |
328 | 2024-08-17T03:17:32.025Z | Downloaded anstream v0.6.14 |
329 | 2024-08-17T03:17:32.025Z | Downloaded quote v1.0.36 |
330 | 2024-08-17T03:17:32.025Z | Downloaded pest_derive v2.7.10 |
331 | 2024-08-17T03:17:32.025Z | Downloaded fnv v1.0.7 |
332 | 2024-08-17T03:17:32.025Z | Downloaded pest_meta v2.7.10 |
333 | 2024-08-17T03:17:32.025Z | Downloaded typenum v1.17.0 |
334 | 2024-08-17T03:17:32.025Z | Downloaded papergrid v0.11.0 |
335 | 2024-08-17T03:17:32.025Z | Downloaded swrite v0.1.0 |
336 | 2024-08-17T03:17:32.025Z | Downloaded dtrace-parser v0.2.0 |
337 | 2024-08-17T03:17:32.025Z | Downloaded itoa v1.0.11 |
338 | 2024-08-17T03:17:32.034Z | Downloaded bytecount v0.6.8 |
339 | 2024-08-17T03:17:32.034Z | Downloaded ryu v1.0.18 |
340 | 2024-08-17T03:17:32.034Z | Downloaded tabled_derive v0.7.0 |
341 | 2024-08-17T03:17:32.034Z | Downloaded ucd-trie v0.1.6 |
342 | 2024-08-17T03:17:32.034Z | Downloaded pest_generator v2.7.10 |
343 | 2024-08-17T03:17:32.040Z | Downloaded utf8parse v0.2.1 |
344 | 2024-08-17T03:17:32.041Z | Downloaded crypto-common v0.1.6 |
345 | 2024-08-17T03:17:32.041Z | Downloaded scroll v0.12.0 |
346 | 2024-08-17T03:17:32.042Z | Downloaded plain v0.2.3 |
347 | 2024-08-17T03:17:32.049Z | Downloaded semver v1.0.23 |
348 | 2024-08-17T03:17:32.053Z | Downloaded usdt v0.5.0 |
349 | 2024-08-17T03:17:32.054Z | Downloaded serde_spanned v0.6.7 |
350 | 2024-08-17T03:17:32.054Z | Downloaded fs-err v2.11.0 |
351 | 2024-08-17T03:17:32.054Z | Downloaded thiserror v1.0.63 |
352 | 2024-08-17T03:17:32.058Z | Downloaded errno v0.3.9 |
353 | 2024-08-17T03:17:32.058Z | Downloaded dof v0.3.0 |
354 | 2024-08-17T03:17:32.058Z | Downloaded cargo_toml v0.20.4 |
355 | 2024-08-17T03:17:32.075Z | Downloaded sha2 v0.10.8 |
356 | 2024-08-17T03:17:32.079Z | Downloaded camino v1.1.8 |
357 | 2024-08-17T03:17:32.079Z | Downloaded usdt-impl v0.5.0 |
358 | 2024-08-17T03:17:32.079Z | Downloaded proc-macro-error v1.0.4 |
359 | 2024-08-17T03:17:32.082Z | Downloaded zerocopy-derive v0.7.34 |
360 | 2024-08-17T03:17:32.086Z | Downloaded once_cell v1.19.0 |
361 | 2024-08-17T03:17:32.089Z | Downloaded log v0.4.21 |
362 | 2024-08-17T03:17:32.093Z | Downloaded proc-macro2 v1.0.86 |
363 | 2024-08-17T03:17:32.098Z | Downloaded toml v0.8.19 |
364 | 2024-08-17T03:17:32.101Z | Downloaded heck v0.4.1 |
365 | 2024-08-17T03:17:32.106Z | Downloaded clap v4.5.16 |
366 | 2024-08-17T03:17:32.113Z | Downloaded bitflags v2.6.0 |
367 | 2024-08-17T03:17:32.119Z | Downloaded unicode-ident v1.0.12 |
368 | 2024-08-17T03:17:32.124Z | Downloaded serde_derive v1.0.207 |
369 | 2024-08-17T03:17:32.124Z | Downloaded anyhow v1.0.86 |
370 | 2024-08-17T03:17:32.124Z | Downloaded serde v1.0.207 |
371 | 2024-08-17T03:17:32.139Z | Downloaded indexmap v2.4.0 |
372 | 2024-08-17T03:17:32.151Z | Downloaded toml_edit v0.22.20 |
373 | 2024-08-17T03:17:32.177Z | Downloaded serde_json v1.0.125 |
374 | 2024-08-17T03:17:32.179Z | Downloaded memchr v2.7.2 |
375 | 2024-08-17T03:17:32.185Z | Downloaded hashbrown v0.14.5 |
376 | 2024-08-17T03:17:32.191Z | Downloaded zerocopy v0.7.34 |
377 | 2024-08-17T03:17:32.205Z | Downloaded clap_builder v4.5.15 |
378 | 2024-08-17T03:17:32.211Z | Downloaded tabled v0.15.0 |
379 | 2024-08-17T03:17:32.227Z | Downloaded winnow v0.6.18 |
380 | 2024-08-17T03:17:32.235Z | Downloaded syn v1.0.109 |
381 | 2024-08-17T03:17:32.245Z | Downloaded goblin v0.8.2 |
382 | 2024-08-17T03:17:32.251Z | Downloaded pest v2.7.10 |
383 | 2024-08-17T03:17:32.256Z | Downloaded syn v2.0.74 |
384 | 2024-08-17T03:17:32.270Z | Downloaded rustix v0.38.34 |
385 | 2024-08-17T03:17:32.291Z | Downloaded unicode-width v0.1.13 |
386 | 2024-08-17T03:17:32.303Z | Downloaded libc v0.2.155 |
387 | 2024-08-17T03:17:32.606Z | Compiling proc-macro2 v1.0.86 |
388 | 2024-08-17T03:17:32.606Z | Compiling unicode-ident v1.0.12 |
389 | 2024-08-17T03:17:32.610Z | Compiling version_check v0.9.5 |
390 | 2024-08-17T03:17:32.611Z | Compiling serde v1.0.207 |
391 | 2024-08-17T03:17:32.611Z | Compiling thiserror v1.0.63 |
392 | 2024-08-17T03:17:32.611Z | Compiling memchr v2.7.2 |
393 | 2024-08-17T03:17:32.611Z | Compiling libc v0.2.155 |
394 | 2024-08-17T03:17:32.611Z | Compiling ucd-trie v0.1.6 |
395 | 2024-08-17T03:17:32.876Z | Compiling itoa v1.0.11 |
396 | 2024-08-17T03:17:33.080Z | Compiling ryu v1.0.18 |
397 | 2024-08-17T03:17:33.357Z | Compiling once_cell v1.19.0 |
398 | 2024-08-17T03:17:33.441Z | Compiling byteorder v1.5.0 |
399 | 2024-08-17T03:17:33.787Z | Compiling serde_json v1.0.125 |
400 | 2024-08-17T03:17:35.373Z | Compiling usdt-impl v0.5.0 |
401 | 2024-08-17T03:17:35.405Z | Compiling proc-macro-error-attr v1.0.4 |
402 | 2024-08-17T03:17:35.411Z | Compiling syn v1.0.109 |
403 | 2024-08-17T03:17:35.411Z | Compiling rustix v0.38.34 |
404 | 2024-08-17T03:17:35.472Z | Compiling proc-macro-error v1.0.4 |
405 | 2024-08-17T03:17:35.783Z | Compiling hashbrown v0.14.5 |
406 | 2024-08-17T03:17:35.791Z | Compiling equivalent v1.0.1 |
407 | 2024-08-17T03:17:35.866Z | Compiling utf8parse v0.2.1 |
408 | 2024-08-17T03:17:35.901Z | Compiling bitflags v2.6.0 |
409 | 2024-08-17T03:17:36.233Z | Compiling plain v0.2.3 |
410 | 2024-08-17T03:17:36.276Z | Compiling log v0.4.21 |
411 | 2024-08-17T03:17:36.276Z | Compiling anstyle-parse v0.2.4 |
412 | 2024-08-17T03:17:36.351Z | Compiling quote v1.0.36 |
413 | 2024-08-17T03:17:36.393Z | Compiling thread-id v4.2.1 |
414 | 2024-08-17T03:17:36.581Z | Compiling anstyle v1.0.8 |
415 | 2024-08-17T03:17:36.613Z | Compiling autocfg v1.3.0 |
416 | 2024-08-17T03:17:36.613Z | Compiling pretty-hex v0.4.1 |
417 | 2024-08-17T03:17:36.819Z | Compiling syn v2.0.74 |
418 | 2024-08-17T03:17:36.860Z | Compiling errno v0.3.9 |
419 | 2024-08-17T03:17:37.142Z | Compiling indexmap v2.4.0 |
420 | 2024-08-17T03:17:37.157Z | Compiling anstyle-query v1.0.3 |
421 | 2024-08-17T03:17:37.157Z | Compiling camino v1.1.8 |
422 | 2024-08-17T03:17:37.183Z | Compiling semver v1.0.23 |
423 | 2024-08-17T03:17:37.498Z | Compiling is_terminal_polyfill v1.70.0 |
424 | 2024-08-17T03:17:37.604Z | Compiling winnow v0.6.18 |
425 | 2024-08-17T03:17:37.840Z | Compiling colorchoice v1.0.1 |
426 | 2024-08-17T03:17:37.855Z | Compiling anstream v0.6.14 |
427 | 2024-08-17T03:17:37.904Z | Compiling fs-err v2.11.0 |
428 | 2024-08-17T03:17:38.225Z | Compiling terminal_size v0.3.0 |
429 | 2024-08-17T03:17:38.375Z | Compiling heck v0.4.1 |
430 | 2024-08-17T03:17:38.438Z | Compiling strsim v0.11.1 |
431 | 2024-08-17T03:17:38.533Z | Compiling anyhow v1.0.86 |
432 | 2024-08-17T03:17:38.565Z | Compiling heck v0.5.0 |
433 | 2024-08-17T03:17:38.723Z | Compiling clap_lex v0.7.0 |
434 | 2024-08-17T03:17:38.941Z | Compiling fnv v1.0.7 |
435 | 2024-08-17T03:17:39.018Z | Compiling bytecount v0.6.8 |
436 | 2024-08-17T03:17:39.121Z | Compiling unicode-width v0.1.13 |
437 | 2024-08-17T03:17:39.254Z | Compiling clap_builder v4.5.15 |
438 | 2024-08-17T03:17:39.274Z | Compiling papergrid v0.11.0 |
439 | 2024-08-17T03:17:39.322Z | Compiling memmap v0.7.0 |
440 | 2024-08-17T03:17:39.750Z | Compiling swrite v0.1.0 |
441 | 2024-08-17T03:17:41.847Z | Compiling tabled_derive v0.7.0 |
442 | 2024-08-17T03:17:43.267Z | Compiling tabled v0.15.0 |
443 | 2024-08-17T03:17:45.140Z | Compiling serde_derive v1.0.207 |
444 | 2024-08-17T03:17:45.140Z | Compiling thiserror-impl v1.0.63 |
445 | 2024-08-17T03:17:45.156Z | Compiling zerocopy-derive v0.7.34 |
446 | 2024-08-17T03:17:45.156Z | Compiling scroll_derive v0.12.0 |
447 | 2024-08-17T03:17:45.156Z | Compiling clap_derive v4.5.13 |
448 | 2024-08-17T03:17:46.370Z | Compiling scroll v0.12.0 |
449 | 2024-08-17T03:17:46.925Z | Compiling goblin v0.8.2 |
450 | 2024-08-17T03:17:47.119Z | Compiling zerocopy v0.7.34 |
451 | 2024-08-17T03:17:47.580Z | Compiling pest v2.7.10 |
452 | 2024-08-17T03:17:49.165Z | Compiling clap v4.5.16 |
453 | 2024-08-17T03:17:49.720Z | Compiling pest_meta v2.7.10 |
454 | 2024-08-17T03:17:50.795Z | Compiling pest_generator v2.7.10 |
455 | 2024-08-17T03:17:52.564Z | Compiling pest_derive v2.7.10 |
456 | 2024-08-17T03:17:53.180Z | Compiling dtrace-parser v0.2.0 |
457 | 2024-08-17T03:17:55.180Z | Compiling serde_spanned v0.6.7 |
458 | 2024-08-17T03:17:55.180Z | Compiling toml_datetime v0.6.8 |
459 | 2024-08-17T03:17:55.184Z | Compiling cargo-platform v0.1.8 |
460 | 2024-08-17T03:17:55.589Z | Compiling serde_tokenstream v0.2.2 |
461 | 2024-08-17T03:17:55.627Z | Compiling toml_edit v0.22.20 |
462 | 2024-08-17T03:17:55.721Z | Compiling macaddr v1.0.1 |
463 | 2024-08-17T03:17:56.626Z | Compiling dof v0.3.0 |
464 | 2024-08-17T03:17:56.626Z | Compiling cargo_metadata v0.18.1 |
465 | 2024-08-17T03:17:58.469Z | Compiling toml v0.8.19 |
466 | 2024-08-17T03:17:58.547Z | Compiling usdt-attr-macro v0.5.0 |
467 | 2024-08-17T03:17:58.547Z | Compiling usdt-macro v0.5.0 |
468 | 2024-08-17T03:17:59.227Z | Compiling cargo_toml v0.20.4 |
469 | 2024-08-17T03:18:00.007Z | Compiling usdt v0.5.0 |
470 | 2024-08-17T03:18:03.001Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
471 | 2024-08-17T03:18:06.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.60s |
472 | 2024-08-17T03:18:07.040Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
473 | 2024-08-17T03:18:07.600Z | Downloading crates ... |
474 | 2024-08-17T03:18:07.730Z | Downloaded bitstruct v0.1.1 |
475 | 2024-08-17T03:18:07.737Z | Downloaded assert_matches v1.5.0 |
476 | 2024-08-17T03:18:07.740Z | Downloaded adler v1.0.2 |
477 | 2024-08-17T03:18:07.742Z | Downloaded atomicwrites v0.4.3 |
478 | 2024-08-17T03:18:07.746Z | Downloaded crunchy v0.2.2 |
479 | 2024-08-17T03:18:07.750Z | Downloaded is-terminal v0.4.12 |
480 | 2024-08-17T03:18:07.750Z | Downloaded ident_case v1.0.1 |
481 | 2024-08-17T03:18:07.750Z | Downloaded ciborium-io v0.2.2 |
482 | 2024-08-17T03:18:07.754Z | Downloaded instant v0.1.12 |
483 | 2024-08-17T03:18:07.754Z | Downloaded hyper-tls v0.5.0 |
484 | 2024-08-17T03:18:07.754Z | Downloaded humantime v2.1.0 |
485 | 2024-08-17T03:18:07.755Z | Downloaded hubpack v0.1.2 |
486 | 2024-08-17T03:18:07.758Z | Downloaded ipnetwork v0.20.0 |
487 | 2024-08-17T03:18:07.762Z | Downloaded cstr-argument v0.1.2 |
488 | 2024-08-17T03:18:07.763Z | Downloaded bitfield-struct v0.6.1 |
489 | 2024-08-17T03:18:07.763Z | Downloaded match_cfg v0.1.0 |
490 | 2024-08-17T03:18:07.765Z | Downloaded new_debug_unreachable v1.0.6 |
491 | 2024-08-17T03:18:07.767Z | Downloaded openssl-probe v0.1.5 |
492 | 2024-08-17T03:18:07.767Z | Downloaded async-stream v0.3.5 |
493 | 2024-08-17T03:18:07.770Z | Downloaded buf-list v1.0.3 |
494 | 2024-08-17T03:18:07.772Z | Downloaded opaque-debug v0.3.1 |
495 | 2024-08-17T03:18:07.774Z | Downloaded crc-catalog v2.4.0 |
496 | 2024-08-17T03:18:07.777Z | Downloaded chacha20 v0.9.1 |
497 | 2024-08-17T03:18:07.779Z | Downloaded num-conv v0.1.0 |
498 | 2024-08-17T03:18:07.779Z | Downloaded cobs v0.2.3 |
499 | 2024-08-17T03:18:07.781Z | Downloaded defmt v0.3.8 |
500 | 2024-08-17T03:18:07.784Z | Downloaded indent_write v2.2.0 |
501 | 2024-08-17T03:18:07.786Z | Downloaded mime v0.3.17 |
502 | 2024-08-17T03:18:07.789Z | Downloaded num_enum v0.5.11 |
503 | 2024-08-17T03:18:07.793Z | Downloaded kstat-rs v0.2.4 |
504 | 2024-08-17T03:18:07.796Z | Downloaded nibble_vec v0.1.0 |
505 | 2024-08-17T03:18:07.798Z | Downloaded nanorand v0.7.0 |
506 | 2024-08-17T03:18:07.800Z | Downloaded async-trait v0.1.81 |
507 | 2024-08-17T03:18:07.805Z | Downloaded ascii v1.1.0 |
508 | 2024-08-17T03:18:07.809Z | Downloaded olpc-cjson v0.1.3 |
509 | 2024-08-17T03:18:07.812Z | Downloaded mockall v0.13.0 |
510 | 2024-08-17T03:18:07.815Z | Downloaded libsw v3.3.1 |
511 | 2024-08-17T03:18:07.815Z | Downloaded memoffset v0.9.1 |
512 | 2024-08-17T03:18:07.818Z | Downloaded is_ci v1.2.0 |
513 | 2024-08-17T03:18:07.818Z | Downloaded nu-ansi-term v0.50.0 |
514 | 2024-08-17T03:18:07.821Z | Downloaded camino-tempfile v1.1.1 |
515 | 2024-08-17T03:18:07.823Z | Downloaded num-integer v0.1.46 |
516 | 2024-08-17T03:18:07.826Z | Downloaded csv-core v0.1.11 |
517 | 2024-08-17T03:18:07.828Z | Downloaded cookie_store v0.20.0 |
518 | 2024-08-17T03:18:07.830Z | Downloaded async-stream-impl v0.3.5 |
519 | 2024-08-17T03:18:07.833Z | Downloaded openssl-macros v0.1.1 |
520 | 2024-08-17T03:18:07.833Z | Downloaded number_prefix v0.4.0 |
521 | 2024-08-17T03:18:07.836Z | Downloaded normalize-line-endings v0.3.0 |
522 | 2024-08-17T03:18:07.836Z | Downloaded nodrop v0.1.14 |
523 | 2024-08-17T03:18:07.838Z | Downloaded cfg_aliases v0.1.1 |
524 | 2024-08-17T03:18:07.838Z | Downloaded bitstruct_derive v0.1.0 |
525 | 2024-08-17T03:18:07.838Z | Downloaded newtype_derive v0.1.6 |
526 | 2024-08-17T03:18:07.841Z | Downloaded newline-converter v0.3.0 |
527 | 2024-08-17T03:18:07.843Z | Downloaded atty v0.2.14 |
528 | 2024-08-17T03:18:07.843Z | Downloaded hyper-staticfile v0.9.5 |
529 | 2024-08-17T03:18:07.846Z | Downloaded arrayref v0.3.7 |
530 | 2024-08-17T03:18:07.848Z | Downloaded signal-hook-registry v1.4.2 |
531 | 2024-08-17T03:18:07.848Z | Downloaded instability v0.3.2 |
532 | 2024-08-17T03:18:07.850Z | Downloaded num-rational v0.4.2 |
533 | 2024-08-17T03:18:07.853Z | Downloaded multer v3.1.0 |
534 | 2024-08-17T03:18:07.855Z | Downloaded hyper-rustls v0.24.2 |
535 | 2024-08-17T03:18:07.859Z | Downloaded num_enum_derive v0.5.11 |
536 | 2024-08-17T03:18:07.861Z | Downloaded darling_macro v0.20.9 |
537 | 2024-08-17T03:18:07.861Z | Downloaded crucible-workspace-hack v0.1.0 |
538 | 2024-08-17T03:18:07.861Z | Downloaded crossbeam-epoch v0.9.18 |
539 | 2024-08-17T03:18:07.864Z | Downloaded crc-any v2.5.0 |
540 | 2024-08-17T03:18:07.867Z | Downloaded slog-dtrace v0.3.0 |
541 | 2024-08-17T03:18:07.869Z | Downloaded maybe-uninit v2.0.0 |
542 | 2024-08-17T03:18:07.871Z | Downloaded base64 v0.13.1 |
543 | 2024-08-17T03:18:07.874Z | Downloaded num_threads v0.1.7 |
544 | 2024-08-17T03:18:07.876Z | Downloaded time-core v0.1.2 |
545 | 2024-08-17T03:18:07.878Z | Downloaded num-iter v0.1.45 |
546 | 2024-08-17T03:18:07.880Z | Downloaded vte_generate_state_changes v0.1.1 |
547 | 2024-08-17T03:18:07.880Z | Downloaded num-derive v0.4.2 |
548 | 2024-08-17T03:18:07.883Z | Downloaded num v0.4.3 |
549 | 2024-08-17T03:18:07.885Z | Downloaded endian-type v0.1.2 |
550 | 2024-08-17T03:18:07.885Z | Downloaded bitflags v1.3.2 |
551 | 2024-08-17T03:18:07.888Z | Downloaded block-padding v0.3.3 |
552 | 2024-08-17T03:18:07.890Z | Downloaded termcolor v1.4.1 |
553 | 2024-08-17T03:18:07.892Z | Downloaded newtype-uuid v1.1.0 |
554 | 2024-08-17T03:18:07.892Z | Downloaded bitfield v0.14.0 |
555 | 2024-08-17T03:18:07.895Z | Downloaded tabwriter v1.4.0 |
556 | 2024-08-17T03:18:07.898Z | Downloaded smf v0.2.3 |
557 | 2024-08-17T03:18:07.902Z | Downloaded jobserver v0.1.32 |
558 | 2024-08-17T03:18:07.902Z | Downloaded structmeta-derive v0.2.0 |
559 | 2024-08-17T03:18:07.905Z | Downloaded indicatif v0.17.8 |
560 | 2024-08-17T03:18:07.909Z | Downloaded ciborium-ll v0.2.2 |
561 | 2024-08-17T03:18:07.912Z | Downloaded http-range v0.1.5 |
562 | 2024-08-17T03:18:07.912Z | Downloaded tls_codec v0.4.1 |
563 | 2024-08-17T03:18:07.912Z | Downloaded topological-sort v0.2.2 |
564 | 2024-08-17T03:18:07.915Z | Downloaded sqlformat v0.2.4 |
565 | 2024-08-17T03:18:07.917Z | Downloaded headers-core v0.2.0 |
566 | 2024-08-17T03:18:07.917Z | Downloaded toolchain_find v0.4.0 |
567 | 2024-08-17T03:18:07.922Z | Downloaded debug-ignore v1.0.5 |
568 | 2024-08-17T03:18:07.922Z | Downloaded siphasher v0.3.11 |
569 | 2024-08-17T03:18:07.925Z | Downloaded schemars_derive v0.8.21 |
570 | 2024-08-17T03:18:07.925Z | Downloaded serde_derive_internals v0.29.1 |
571 | 2024-08-17T03:18:07.927Z | Downloaded memmap2 v0.9.4 |
572 | 2024-08-17T03:18:07.929Z | Downloaded precomputed-hash v0.1.1 |
573 | 2024-08-17T03:18:07.932Z | Downloaded sigpipe v0.1.3 |
574 | 2024-08-17T03:18:07.932Z | Downloaded tokio-tungstenite v0.20.1 |
575 | 2024-08-17T03:18:07.934Z | Downloaded lock_api v0.4.12 |
576 | 2024-08-17T03:18:07.937Z | Downloaded darling_core v0.20.9 |
577 | 2024-08-17T03:18:07.951Z | Downloaded enum-as-inner v0.6.0 |
578 | 2024-08-17T03:18:07.960Z | Downloaded deranged v0.3.11 |
579 | 2024-08-17T03:18:07.960Z | Downloaded indexmap v1.9.3 |
580 | 2024-08-17T03:18:07.960Z | Downloaded base64ct v1.6.0 |
581 | 2024-08-17T03:18:07.960Z | Downloaded backoff v0.4.0 |
582 | 2024-08-17T03:18:07.960Z | Downloaded sqlparser_derive v0.2.2 |
583 | 2024-08-17T03:18:07.961Z | Downloaded want v0.3.1 |
584 | 2024-08-17T03:18:07.961Z | Downloaded futures-macro v0.3.30 |
585 | 2024-08-17T03:18:07.965Z | Downloaded futures-io v0.3.30 |
586 | 2024-08-17T03:18:07.965Z | Downloaded glob v0.3.1 |
587 | 2024-08-17T03:18:07.965Z | Downloaded ciborium v0.2.2 |
588 | 2024-08-17T03:18:07.968Z | Downloaded phf v0.11.2 |
589 | 2024-08-17T03:18:07.968Z | Downloaded rand_xorshift v0.3.0 |
590 | 2024-08-17T03:18:07.974Z | Downloaded ppv-lite86 v0.2.17 |
591 | 2024-08-17T03:18:07.974Z | Downloaded predicates v3.1.2 |
592 | 2024-08-17T03:18:07.977Z | Downloaded addr2line v0.21.0 |
593 | 2024-08-17T03:18:07.977Z | Downloaded omicron-zone-package v0.11.0 |
594 | 2024-08-17T03:18:07.980Z | Downloaded unarray v0.1.4 |
595 | 2024-08-17T03:18:07.984Z | Downloaded vte v0.11.1 |
596 | 2024-08-17T03:18:07.997Z | Downloaded darling v0.20.9 |
597 | 2024-08-17T03:18:07.997Z | Downloaded ref-cast v1.0.23 |
598 | 2024-08-17T03:18:08.002Z | Downloaded signature v2.2.0 |
599 | 2024-08-17T03:18:08.003Z | Downloaded env_logger v0.10.2 |
600 | 2024-08-17T03:18:08.003Z | Downloaded env_logger v0.9.3 |
601 | 2024-08-17T03:18:08.003Z | Downloaded percent-encoding v2.3.1 |
602 | 2024-08-17T03:18:08.006Z | Downloaded der_derive v0.7.2 |
603 | 2024-08-17T03:18:08.006Z | Downloaded minimal-lexical v0.2.1 |
604 | 2024-08-17T03:18:08.010Z | Downloaded blake2 v0.10.6 |
605 | 2024-08-17T03:18:08.013Z | Downloaded foreign-types-shared v0.3.1 |
606 | 2024-08-17T03:18:08.017Z | Downloaded foreign-types-shared v0.1.1 |
607 | 2024-08-17T03:18:08.017Z | Downloaded tokio-macros v2.4.0 |
608 | 2024-08-17T03:18:08.020Z | Downloaded termios v0.3.3 |
609 | 2024-08-17T03:18:08.020Z | Downloaded sync_wrapper v0.1.2 |
610 | 2024-08-17T03:18:08.020Z | Downloaded mio v0.8.11 |
611 | 2024-08-17T03:18:08.026Z | Downloaded rustls-pemfile v1.0.4 |
612 | 2024-08-17T03:18:08.031Z | Downloaded phf_shared v0.10.0 |
613 | 2024-08-17T03:18:08.035Z | Downloaded vergen v8.3.2 |
614 | 2024-08-17T03:18:08.035Z | Downloaded oso-derive v0.27.3 |
615 | 2024-08-17T03:18:08.040Z | Downloaded mockall_derive v0.13.0 |
616 | 2024-08-17T03:18:08.040Z | Downloaded rustc-demangle v0.1.24 |
617 | 2024-08-17T03:18:08.052Z | Downloaded fragile v2.0.0 |
618 | 2024-08-17T03:18:08.052Z | Downloaded hash32 v0.3.1 |
619 | 2024-08-17T03:18:08.052Z | Downloaded rustls-pki-types v1.7.0 |
620 | 2024-08-17T03:18:09.058Z | Downloaded wait-timeout v0.2.0 |
621 | 2024-08-17T03:18:09.058Z | Downloaded derive-where v1.2.7 |
622 | 2024-08-17T03:18:09.059Z | Downloaded tap v1.0.1 |
623 | 2024-08-17T03:18:09.059Z | Downloaded hashlink v0.9.1 |
624 | 2024-08-17T03:18:09.073Z | Downloaded structmeta v0.2.0 |
625 | 2024-08-17T03:18:09.073Z | Downloaded dirs-next v2.0.0 |
626 | 2024-08-17T03:18:09.073Z | Downloaded tower-service v0.3.2 |
627 | 2024-08-17T03:18:09.073Z | Downloaded fixedbitset v0.4.2 |
628 | 2024-08-17T03:18:09.073Z | Downloaded pkg-config v0.3.30 |
629 | 2024-08-17T03:18:09.073Z | Downloaded tokio-rustls v0.24.1 |
630 | 2024-08-17T03:18:09.073Z | Downloaded radium v0.7.0 |
631 | 2024-08-17T03:18:09.073Z | Downloaded bytes v1.7.1 |
632 | 2024-08-17T03:18:09.073Z | Downloaded slog-scope v4.4.0 |
633 | 2024-08-17T03:18:09.073Z | Downloaded peg-runtime v0.8.3 |
634 | 2024-08-17T03:18:09.073Z | Downloaded structmeta v0.3.0 |
635 | 2024-08-17T03:18:09.073Z | Downloaded pin-utils v0.1.0 |
636 | 2024-08-17T03:18:09.073Z | Downloaded walkdir v2.5.0 |
637 | 2024-08-17T03:18:09.074Z | Downloaded derive_builder v0.20.0 |
638 | 2024-08-17T03:18:09.074Z | Downloaded rustls-pemfile v2.1.3 |
639 | 2024-08-17T03:18:09.074Z | Downloaded serde-big-array v0.5.1 |
640 | 2024-08-17T03:18:09.074Z | Downloaded path-slash v0.1.5 |
641 | 2024-08-17T03:18:09.074Z | Downloaded tiny-keccak v2.0.2 |
642 | 2024-08-17T03:18:09.074Z | Downloaded crossbeam-channel v0.5.12 |
643 | 2024-08-17T03:18:09.074Z | Downloaded resolv-conf v0.7.0 |
644 | 2024-08-17T03:18:09.074Z | Downloaded slog-bunyan v2.5.0 |
645 | 2024-08-17T03:18:09.074Z | Downloaded rusty-fork v0.3.0 |
646 | 2024-08-17T03:18:09.074Z | Downloaded similar v2.5.0 |
647 | 2024-08-17T03:18:09.074Z | Downloaded tinyvec_macros v0.1.1 |
648 | 2024-08-17T03:18:09.074Z | Downloaded packed_struct_codegen v0.10.1 |
649 | 2024-08-17T03:18:09.074Z | Downloaded fallible-streaming-iterator v0.1.9 |
650 | 2024-08-17T03:18:09.074Z | Downloaded slog-json v2.6.1 |
651 | 2024-08-17T03:18:09.074Z | Downloaded same-file v1.0.6 |
652 | 2024-08-17T03:18:09.074Z | Downloaded cc v1.0.97 |
653 | 2024-08-17T03:18:09.074Z | Downloaded zeroize_derive v1.4.2 |
654 | 2024-08-17T03:18:09.074Z | Downloaded quick-error v1.2.3 |
655 | 2024-08-17T03:18:09.075Z | Downloaded pem v3.0.4 |
656 | 2024-08-17T03:18:09.075Z | Downloaded fallible-iterator v0.3.0 |
657 | 2024-08-17T03:18:09.075Z | Downloaded signal-hook v0.3.17 |
658 | 2024-08-17T03:18:09.075Z | Downloaded fastrand v2.1.0 |
659 | 2024-08-17T03:18:09.075Z | Downloaded foreign-types v0.5.0 |
660 | 2024-08-17T03:18:09.075Z | Downloaded mio v1.0.2 |
661 | 2024-08-17T03:18:09.075Z | Downloaded shlex v1.3.0 |
662 | 2024-08-17T03:18:09.075Z | Downloaded zone_cfg_derive v0.1.2 |
663 | 2024-08-17T03:18:09.075Z | Downloaded half v2.4.1 |
664 | 2024-08-17T03:18:09.075Z | Downloaded diff v0.1.13 |
665 | 2024-08-17T03:18:09.075Z | Downloaded rpassword v7.3.1 |
666 | 2024-08-17T03:18:09.075Z | Downloaded headers v0.3.9 |
667 | 2024-08-17T03:18:09.075Z | Downloaded stable_deref_trait v1.2.0 |
668 | 2024-08-17T03:18:09.075Z | Downloaded elliptic-curve v0.13.8 |
669 | 2024-08-17T03:18:09.075Z | Downloaded fallible-iterator v0.2.0 |
670 | 2024-08-17T03:18:09.075Z | Downloaded thread_local v1.1.8 |
671 | 2024-08-17T03:18:09.075Z | Downloaded globset v0.4.14 |
672 | 2024-08-17T03:18:09.076Z | Downloaded futures-channel v0.3.30 |
673 | 2024-08-17T03:18:09.076Z | Downloaded crossterm v0.27.0 |
674 | 2024-08-17T03:18:09.076Z | Downloaded pkcs5 v0.7.1 |
675 | 2024-08-17T03:18:09.076Z | Downloaded try-lock v0.2.5 |
676 | 2024-08-17T03:18:09.076Z | Downloaded paste v1.0.15 |
677 | 2024-08-17T03:18:09.076Z | Downloaded ref-cast-impl v1.0.23 |
678 | 2024-08-17T03:18:09.076Z | Downloaded r2d2 v0.8.10 |
679 | 2024-08-17T03:18:09.076Z | Downloaded unicode-bidi v0.3.15 |
680 | 2024-08-17T03:18:09.076Z | Downloaded derive_builder_macro v0.20.0 |
681 | 2024-08-17T03:18:09.076Z | Downloaded foreign-types-macros v0.2.3 |
682 | 2024-08-17T03:18:09.076Z | Downloaded tracing-core v0.1.32 |
683 | 2024-08-17T03:18:09.076Z | Downloaded dsl_auto_type v0.1.2 |
684 | 2024-08-17T03:18:09.076Z | Downloaded defmt-macros v0.3.9 |
685 | 2024-08-17T03:18:09.076Z | Downloaded rtoolbox v0.0.2 |
686 | 2024-08-17T03:18:09.076Z | Downloaded steno v0.4.1 |
687 | 2024-08-17T03:18:09.076Z | Downloaded num-bigint-dig v0.8.4 |
688 | 2024-08-17T03:18:09.076Z | Downloaded spki v0.7.3 |
689 | 2024-08-17T03:18:09.076Z | Downloaded utf-8 v0.7.6 |
690 | 2024-08-17T03:18:09.076Z | Downloaded tls_codec_derive v0.4.1 |
691 | 2024-08-17T03:18:09.077Z | Downloaded proc-macro-crate v1.3.1 |
692 | 2024-08-17T03:18:09.077Z | Downloaded hostname v0.3.1 |
693 | 2024-08-17T03:18:09.077Z | Downloaded home v0.5.9 |
694 | 2024-08-17T03:18:09.077Z | Downloaded parse-size v1.0.0 |
695 | 2024-08-17T03:18:09.077Z | Downloaded serde-hex v0.1.0 |
696 | 2024-08-17T03:18:09.077Z | Downloaded sec1 v0.7.3 |
697 | 2024-08-17T03:18:09.077Z | Downloaded pin-project-lite v0.2.14 |
698 | 2024-08-17T03:18:09.077Z | Downloaded string_cache v0.8.7 |
699 | 2024-08-17T03:18:09.077Z | Downloaded yasna v0.5.2 |
700 | 2024-08-17T03:18:09.077Z | Downloaded pkcs1 v0.7.5 |
701 | 2024-08-17T03:18:09.077Z | Downloaded libm v0.2.8 |
702 | 2024-08-17T03:18:09.077Z | Downloaded parking_lot v0.11.2 |
703 | 2024-08-17T03:18:09.077Z | Downloaded funty v2.0.0 |
704 | 2024-08-17T03:18:09.077Z | Downloaded scrypt v0.11.0 |
705 | 2024-08-17T03:18:09.077Z | Downloaded serde_with_macros v3.8.3 |
706 | 2024-08-17T03:18:09.077Z | Downloaded subprocess v0.2.9 |
707 | 2024-08-17T03:18:09.077Z | Downloaded derive_more v0.99.18 |
708 | 2024-08-17T03:18:09.077Z | Downloaded slog-stdlog v4.1.1 |
709 | 2024-08-17T03:18:09.077Z | Downloaded predicates-tree v1.0.9 |
710 | 2024-08-17T03:18:09.078Z | Downloaded fxhash v0.2.1 |
711 | 2024-08-17T03:18:09.078Z | Downloaded diesel_table_macro_syntax v0.2.0 |
712 | 2024-08-17T03:18:09.078Z | Downloaded smallvec v0.6.14 |
713 | 2024-08-17T03:18:09.078Z | Downloaded tracing-attributes v0.1.27 |
714 | 2024-08-17T03:18:09.078Z | Downloaded packed_struct v0.10.1 |
715 | 2024-08-17T03:18:09.078Z | Downloaded httpdate v1.0.3 |
716 | 2024-08-17T03:18:09.078Z | Downloaded socket2 v0.4.10 |
717 | 2024-08-17T03:18:09.078Z | Downloaded spin v0.9.8 |
718 | 2024-08-17T03:18:09.078Z | Downloaded poly1305 v0.8.0 |
719 | 2024-08-17T03:18:09.078Z | Downloaded futures v0.3.30 |
720 | 2024-08-17T03:18:09.078Z | Downloaded tinyvec v1.6.0 |
721 | 2024-08-17T03:18:09.078Z | Downloaded zone v0.1.8 |
722 | 2024-08-17T03:18:09.078Z | Downloaded tui-tree-widget v0.22.0 |
723 | 2024-08-17T03:18:09.078Z | Downloaded serde_urlencoded v0.7.1 |
724 | 2024-08-17T03:18:09.090Z | Downloaded serde_repr v0.1.19 |
725 | 2024-08-17T03:18:09.090Z | Downloaded rand_seeder v0.3.0 |
726 | 2024-08-17T03:18:09.090Z | Downloaded http v0.2.12 |
727 | 2024-08-17T03:18:09.090Z | Downloaded rand_chacha v0.3.1 |
728 | 2024-08-17T03:18:09.090Z | Downloaded getopts v0.2.21 |
729 | 2024-08-17T03:18:09.090Z | Downloaded password-hash v0.5.0 |
730 | 2024-08-17T03:18:09.090Z | Downloaded hashbrown v0.13.2 |
731 | 2024-08-17T03:18:09.090Z | Downloaded itertools v0.12.1 |
732 | 2024-08-17T03:18:09.090Z | Downloaded fatfs v0.3.6 |
733 | 2024-08-17T03:18:09.090Z | Downloaded termtree v0.4.1 |
734 | 2024-08-17T03:18:09.090Z | Downloaded pretty-hex v0.2.1 |
735 | 2024-08-17T03:18:09.090Z | Downloaded gethostname v0.5.0 |
736 | 2024-08-17T03:18:09.090Z | Downloaded futures-task v0.3.30 |
737 | 2024-08-17T03:18:09.091Z | Downloaded serde_plain v1.0.2 |
738 | 2024-08-17T03:18:09.091Z | Downloaded postgres-types v0.2.7 |
739 | 2024-08-17T03:18:09.091Z | Downloaded snafu v0.8.2 |
740 | 2024-08-17T03:18:09.091Z | Downloaded rustfmt-wrapper v0.2.1 |
741 | 2024-08-17T03:18:09.091Z | Downloaded unicode-linebreak v0.1.5 |
742 | 2024-08-17T03:18:09.091Z | Downloaded untrusted v0.9.0 |
743 | 2024-08-17T03:18:09.091Z | Downloaded universal-hash v0.5.1 |
744 | 2024-08-17T03:18:09.091Z | Downloaded shell-words v1.1.0 |
745 | 2024-08-17T03:18:09.091Z | Downloaded strum v0.26.3 |
746 | 2024-08-17T03:18:09.091Z | Downloaded tokio-stream v0.1.15 |
747 | 2024-08-17T03:18:09.091Z | Downloaded postcard v1.0.8 |
748 | 2024-08-17T03:18:09.091Z | Downloaded portpicker v0.1.1 |
749 | 2024-08-17T03:18:09.091Z | Downloaded crossterm v0.28.1 |
750 | 2024-08-17T03:18:09.091Z | Downloaded structmeta-derive v0.3.0 |
751 | 2024-08-17T03:18:09.091Z | Downloaded supports-color v3.0.0 |
752 | 2024-08-17T03:18:09.091Z | Downloaded http-body v0.4.6 |
753 | 2024-08-17T03:18:09.091Z | Downloaded publicsuffix v2.2.3 |
754 | 2024-08-17T03:18:09.091Z | Downloaded ron v0.8.1 |
755 | 2024-08-17T03:18:09.091Z | Downloaded socket2 v0.5.7 |
756 | 2024-08-17T03:18:09.091Z | Downloaded hex v0.4.3 |
757 | 2024-08-17T03:18:09.091Z | Downloaded heck v0.3.3 |
758 | 2024-08-17T03:18:09.091Z | Downloaded futures-sink v0.3.30 |
759 | 2024-08-17T03:18:09.091Z | Downloaded which v4.4.2 |
760 | 2024-08-17T03:18:09.091Z | Downloaded smawk v0.3.2 |
761 | 2024-08-17T03:18:09.091Z | Downloaded subtle v2.5.0 |
762 | 2024-08-17T03:18:09.091Z | Downloaded strum_macros v0.24.3 |
763 | 2024-08-17T03:18:09.091Z | Downloaded ff v0.13.0 |
764 | 2024-08-17T03:18:09.091Z | Downloaded erased-serde v0.3.31 |
765 | 2024-08-17T03:18:09.091Z | Downloaded wyz v0.5.1 |
766 | 2024-08-17T03:18:09.091Z | Downloaded thiserror-no-std v2.0.2 |
767 | 2024-08-17T03:18:09.092Z | Downloaded parking_lot v0.12.2 |
768 | 2024-08-17T03:18:09.092Z | Downloaded hmac v0.12.1 |
769 | 2024-08-17T03:18:09.092Z | Downloaded smallvec v1.13.2 |
770 | 2024-08-17T03:18:09.092Z | Downloaded hickory-resolver v0.24.1 |
771 | 2024-08-17T03:18:09.092Z | Downloaded rsa v0.9.6 |
772 | 2024-08-17T03:18:09.092Z | Downloaded httparse v1.8.0 |
773 | 2024-08-17T03:18:09.092Z | Downloaded rand v0.8.5 |
774 | 2024-08-17T03:18:09.092Z | Downloaded url v2.5.2 |
775 | 2024-08-17T03:18:09.092Z | Downloaded hickory-server v0.24.1 |
776 | 2024-08-17T03:18:09.092Z | Downloaded postgres-protocol v0.6.7 |
777 | 2024-08-17T03:18:09.092Z | Downloaded pin-project-internal v1.1.5 |
778 | 2024-08-17T03:18:09.092Z | Downloaded bindgen v0.69.4 |
779 | 2024-08-17T03:18:09.092Z | Downloaded rustyline v14.0.0 |
780 | 2024-08-17T03:18:09.092Z | Downloaded tracing v0.1.40 |
781 | 2024-08-17T03:18:09.092Z | Downloaded bitvec v1.0.1 |
782 | 2024-08-17T03:18:09.092Z | Downloaded test-strategy v0.3.1 |
783 | 2024-08-17T03:18:09.092Z | Downloaded hickory-client v0.24.1 |
784 | 2024-08-17T03:18:09.092Z | Downloaded schemars v0.8.21 |
785 | 2024-08-17T03:18:09.092Z | Downloaded heapless v0.8.0 |
786 | 2024-08-17T03:18:09.092Z | Downloaded serde_yaml v0.9.34+deprecated |
787 | 2024-08-17T03:18:09.092Z | Downloaded diesel_derives v2.2.2 |
788 | 2024-08-17T03:18:09.092Z | Downloaded textwrap v0.16.1 |
789 | 2024-08-17T03:18:09.092Z | Downloaded hashbrown v0.12.3 |
790 | 2024-08-17T03:18:09.092Z | Downloaded chrono v0.4.38 |
791 | 2024-08-17T03:18:09.092Z | Downloaded prettyplease v0.2.20 |
792 | 2024-08-17T03:18:09.092Z | Downloaded expectorate v1.1.0 |
793 | 2024-08-17T03:18:09.092Z | Downloaded h2 v0.3.26 |
794 | 2024-08-17T03:18:09.092Z | Downloaded reqwest v0.11.27 |
795 | 2024-08-17T03:18:09.093Z | Downloaded rustls-webpki v0.101.7 |
796 | 2024-08-17T03:18:09.093Z | Downloaded typed-path v0.7.1 |
797 | 2024-08-17T03:18:09.093Z | Downloaded reedline v0.33.0 |
798 | 2024-08-17T03:18:09.093Z | Downloaded rusqlite v0.31.0 |
799 | 2024-08-17T03:18:09.093Z | Downloaded git2 v0.19.0 |
800 | 2024-08-17T03:18:09.093Z | Downloaded idna v0.5.0 |
801 | 2024-08-17T03:18:09.093Z | Downloaded idna v0.4.0 |
802 | 2024-08-17T03:18:09.093Z | Downloaded tokio-util v0.7.11 |
803 | 2024-08-17T03:18:09.093Z | Downloaded sqlparser v0.45.0 |
804 | 2024-08-17T03:18:09.093Z | Downloaded flate2 v1.0.31 |
805 | 2024-08-17T03:18:09.093Z | Downloaded object v0.30.4 |
806 | 2024-08-17T03:18:09.093Z | Downloaded smoltcp v0.9.1 |
807 | 2024-08-17T03:18:09.093Z | Downloaded lalrpop v0.19.12 |
808 | 2024-08-17T03:18:09.093Z | Downloaded rayon v1.10.0 |
809 | 2024-08-17T03:18:09.093Z | Downloaded regex v1.10.6 |
810 | 2024-08-17T03:18:09.093Z | Downloaded regex-syntax v0.6.29 |
811 | 2024-08-17T03:18:09.093Z | Downloaded winnow v0.5.40 |
812 | 2024-08-17T03:18:09.093Z | Downloaded proptest v1.5.0 |
813 | 2024-08-17T03:18:09.093Z | Downloaded webpki-roots v0.25.4 |
814 | 2024-08-17T03:18:09.093Z | Downloaded hkdf v0.12.4 |
815 | 2024-08-17T03:18:09.093Z | Downloaded radix_trie v0.2.1 |
816 | 2024-08-17T03:18:09.093Z | Downloaded smoltcp v0.11.0 |
817 | 2024-08-17T03:18:09.093Z | Downloaded quick-xml v0.31.0 |
818 | 2024-08-17T03:18:09.093Z | Downloaded nix v0.27.1 |
819 | 2024-08-17T03:18:09.093Z | Downloaded rustls v0.22.4 |
820 | 2024-08-17T03:18:09.093Z | Downloaded sled v0.34.7 |
821 | 2024-08-17T03:18:09.093Z | Downloaded gimli v0.28.1 |
822 | 2024-08-17T03:18:09.093Z | Downloaded polar-core v0.27.3 |
823 | 2024-08-17T03:18:09.093Z | Downloaded openapiv3 v2.0.0 |
824 | 2024-08-17T03:18:09.127Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
825 | 2024-08-17T03:18:09.127Z | Downloaded finl_unicode v1.2.0 |
826 | 2024-08-17T03:18:09.127Z | Downloaded diesel v2.2.2 |
827 | 2024-08-17T03:18:09.127Z | Downloaded csv v1.3.0 |
828 | 2024-08-17T03:18:09.127Z | Downloaded petgraph v0.6.5 |
829 | 2024-08-17T03:18:09.127Z | Downloaded regex-syntax v0.8.4 |
830 | 2024-08-17T03:18:09.127Z | Downloaded regress v0.9.1 |
831 | 2024-08-17T03:18:09.127Z | Downloaded object v0.32.2 |
832 | 2024-08-17T03:18:09.127Z | Downloaded hickory-proto v0.24.1 |
833 | 2024-08-17T03:18:09.127Z | Downloaded bstr v1.9.1 |
834 | 2024-08-17T03:18:09.127Z | Downloaded rustls v0.21.12 |
835 | 2024-08-17T03:18:09.127Z | Downloaded vcpkg v0.2.15 |
836 | 2024-08-17T03:18:09.127Z | Downloaded idna v0.3.0 |
837 | 2024-08-17T03:18:09.127Z | Downloaded curve25519-dalek v4.1.3 |
838 | 2024-08-17T03:18:09.127Z | Downloaded openssl v0.10.66 |
839 | 2024-08-17T03:18:09.127Z | Downloaded zerocopy-derive v0.6.6 |
840 | 2024-08-17T03:18:09.127Z | Downloaded ratatui v0.28.0 |
841 | 2024-08-17T03:18:09.127Z | Downloaded regex-automata v0.4.6 |
842 | 2024-08-17T03:18:09.127Z | Downloaded nix v0.28.0 |
843 | 2024-08-17T03:18:09.127Z | Downloaded bstr v0.2.17 |
844 | 2024-08-17T03:18:09.135Z | Downloaded futures-util v0.3.30 |
845 | 2024-08-17T03:18:09.135Z | Downloaded rustls-webpki v0.102.4 |
846 | 2024-08-17T03:18:09.146Z | Downloaded rayon-core v1.12.1 |
847 | 2024-08-17T03:18:09.148Z | Downloaded x509-cert v0.2.5 |
848 | 2024-08-17T03:18:09.154Z | Downloaded toml_edit v0.19.15 |
849 | 2024-08-17T03:18:09.171Z | Downloaded http v1.1.0 |
850 | 2024-08-17T03:18:09.175Z | Downloaded tokio v1.39.2 |
851 | 2024-08-17T03:18:09.212Z | Downloaded sha3 v0.10.8 |
852 | 2024-08-17T03:18:09.217Z | Downloaded tough v0.17.1 |
853 | 2024-08-17T03:18:09.225Z | Downloaded time v0.3.36 |
854 | 2024-08-17T03:18:09.232Z | Downloaded regex-automata v0.1.10 |
855 | 2024-08-17T03:18:09.237Z | Downloaded hyper v0.14.30 |
856 | 2024-08-17T03:18:09.245Z | Downloaded ron v0.7.1 |
857 | 2024-08-17T03:18:09.250Z | Downloaded der v0.7.9 |
858 | 2024-08-17T03:18:09.255Z | Downloaded unicode-normalization v0.1.23 |
859 | 2024-08-17T03:18:09.269Z | Downloaded portable-atomic v1.6.0 |
860 | 2024-08-17T03:18:09.272Z | Downloaded thiserror-impl-no-std v2.0.2 |
861 | 2024-08-17T03:18:09.272Z | Downloaded sct v0.7.1 |
862 | 2024-08-17T03:18:09.272Z | Downloaded flume v0.11.0 |
863 | 2024-08-17T03:18:09.278Z | Downloaded tokio-rustls v0.25.0 |
864 | 2024-08-17T03:18:09.282Z | Downloaded serde_with v3.8.3 |
865 | 2024-08-17T03:18:09.288Z | Downloaded pin-project v1.1.5 |
866 | 2024-08-17T03:18:09.296Z | Downloaded sha1 v0.10.6 |
867 | 2024-08-17T03:18:09.300Z | Downloaded futures-executor v0.3.30 |
868 | 2024-08-17T03:18:09.300Z | Downloaded futures-core v0.3.30 |
869 | 2024-08-17T03:18:09.304Z | Downloaded fd-lock v4.0.2 |
870 | 2024-08-17T03:18:09.304Z | Downloaded twox-hash v1.6.3 |
871 | 2024-08-17T03:18:09.304Z | Downloaded rustc_version v0.4.0 |
872 | 2024-08-17T03:18:09.308Z | Downloaded rustc_version v0.1.7 |
873 | 2024-08-17T03:18:09.308Z | Downloaded rand_core v0.6.4 |
874 | 2024-08-17T03:18:09.308Z | Downloaded zerocopy v0.6.6 |
875 | 2024-08-17T03:18:09.313Z | Downloaded toml v0.7.8 |
876 | 2024-08-17T03:18:09.313Z | Downloaded derive_builder_core v0.20.0 |
877 | 2024-08-17T03:18:09.317Z | Downloaded take_mut v0.2.2 |
878 | 2024-08-17T03:18:09.317Z | Downloaded untrusted v0.7.1 |
879 | 2024-08-17T03:18:09.317Z | Downloaded serde_path_to_error v0.1.16 |
880 | 2024-08-17T03:18:09.322Z | Downloaded serde_arrays v0.1.0 |
881 | 2024-08-17T03:18:09.322Z | Downloaded parse-display-derive v0.10.0 |
882 | 2024-08-17T03:18:09.322Z | Downloaded tokio-tungstenite v0.21.0 |
883 | 2024-08-17T03:18:09.325Z | Downloaded filetime v0.2.24 |
884 | 2024-08-17T03:18:09.325Z | Downloaded pem-rfc7468 v0.7.0 |
885 | 2024-08-17T03:18:09.329Z | Downloaded getrandom v0.2.14 |
886 | 2024-08-17T03:18:09.329Z | Downloaded unicode_categories v0.1.1 |
887 | 2024-08-17T03:18:09.332Z | Downloaded slog-term v2.9.1 |
888 | 2024-08-17T03:18:09.335Z | Downloaded defmt-parser v0.3.4 |
889 | 2024-08-17T03:18:09.335Z | Downloaded zeroize v1.7.0 |
890 | 2024-08-17T03:18:09.338Z | Downloaded xattr v1.3.1 |
891 | 2024-08-17T03:18:09.338Z | Downloaded zip v0.6.6 |
892 | 2024-08-17T03:18:09.341Z | Downloaded phf_shared v0.11.2 |
893 | 2024-08-17T03:18:09.351Z | Downloaded slog v2.7.0 |
894 | 2024-08-17T03:18:09.351Z | Downloaded libxml v0.3.3 |
895 | 2024-08-17T03:18:09.356Z | Downloaded blake3 v1.5.1 |
896 | 2024-08-17T03:18:09.362Z | Downloaded aho-corasick v1.1.3 |
897 | 2024-08-17T03:18:09.375Z | Downloaded samael v0.0.15 |
898 | 2024-08-17T03:18:09.375Z | Downloaded openssl-sys v0.9.103 |
899 | 2024-08-17T03:18:09.380Z | Downloaded group v0.13.0 |
900 | 2024-08-17T03:18:09.380Z | Downloaded float-ord v0.3.2 |
901 | 2024-08-17T03:18:09.381Z | Downloaded float-cmp v0.9.0 |
902 | 2024-08-17T03:18:09.381Z | Downloaded whoami v1.5.1 |
903 | 2024-08-17T03:18:09.390Z | Downloaded strum_macros v0.26.4 |
904 | 2024-08-17T03:18:09.390Z | Downloaded highway v1.2.0 |
905 | 2024-08-17T03:18:09.390Z | Downloaded rcgen v0.12.1 |
906 | 2024-08-17T03:18:09.390Z | Downloaded tokio-postgres v0.7.11 |
907 | 2024-08-17T03:18:09.395Z | Downloaded encoding_rs v0.8.34 |
908 | 2024-08-17T03:18:09.421Z | Downloaded snafu-derive v0.8.2 |
909 | 2024-08-17T03:18:09.425Z | Downloaded itertools v0.13.0 |
910 | 2024-08-17T03:18:09.425Z | Downloaded spin v0.5.2 |
911 | 2024-08-17T03:18:09.432Z | Downloaded static_assertions v1.1.0 |
912 | 2024-08-17T03:18:09.432Z | Downloaded slab v0.4.9 |
913 | 2024-08-17T03:18:09.432Z | Downloaded unicode-segmentation v1.11.0 |
914 | 2024-08-17T03:18:09.439Z | Downloaded hostname v0.4.0 |
915 | 2024-08-17T03:18:09.440Z | Downloaded dyn-clone v1.0.17 |
916 | 2024-08-17T03:18:09.440Z | Downloaded peg-macros v0.8.4 |
917 | 2024-08-17T03:18:09.440Z | Downloaded heapless v0.7.17 |
918 | 2024-08-17T03:18:09.451Z | Downloaded oso v0.27.3 |
919 | 2024-08-17T03:18:09.451Z | Downloaded secrecy v0.8.0 |
920 | 2024-08-17T03:18:09.451Z | Downloaded stringprep v0.1.4 |
921 | 2024-08-17T03:18:09.451Z | Downloaded psl-types v2.0.11 |
922 | 2024-08-17T03:18:09.451Z | Downloaded pbkdf2 v0.12.2 |
923 | 2024-08-17T03:18:09.458Z | Downloaded time-macros v0.2.18 |
924 | 2024-08-17T03:18:09.458Z | Downloaded aes v0.8.4 |
925 | 2024-08-17T03:18:09.485Z | Downloaded semver v0.1.20 |
926 | 2024-08-17T03:18:09.485Z | Downloaded rustc-hash v1.1.0 |
927 | 2024-08-17T03:18:09.485Z | Downloaded foreign-types v0.3.2 |
928 | 2024-08-17T03:18:09.485Z | Downloaded downcast v0.11.0 |
929 | 2024-08-17T03:18:09.485Z | Downloaded crypto-bigint v0.5.5 |
930 | 2024-08-17T03:18:09.499Z | Downloaded unicode-truncate v1.0.0 |
931 | 2024-08-17T03:18:09.499Z | Downloaded pkcs8 v0.10.2 |
932 | 2024-08-17T03:18:09.499Z | Downloaded tar v0.4.41 |
933 | 2024-08-17T03:18:09.500Z | Downloaded nom v7.1.3 |
934 | 2024-08-17T03:18:09.500Z | Downloaded base64 v0.21.7 |
935 | 2024-08-17T03:18:09.500Z | Downloaded allocator-api2 v0.2.18 |
936 | 2024-08-17T03:18:09.500Z | Downloaded unicode-xid v0.2.4 |
937 | 2024-08-17T03:18:09.500Z | Downloaded slog-async v2.8.0 |
938 | 2024-08-17T03:18:09.500Z | Downloaded peg v0.8.4 |
939 | 2024-08-17T03:18:09.500Z | Downloaded flagset v0.4.5 |
940 | 2024-08-17T03:18:09.507Z | Downloaded difflib v0.4.0 |
941 | 2024-08-17T03:18:09.507Z | Downloaded tungstenite v0.21.0 |
942 | 2024-08-17T03:18:09.507Z | Downloaded tungstenite v0.20.1 |
943 | 2024-08-17T03:18:09.507Z | Downloaded miniz_oxide v0.7.2 |
944 | 2024-08-17T03:18:09.507Z | Downloaded compact_str v0.8.0 |
945 | 2024-08-17T03:18:09.511Z | Downloaded crc32fast v1.4.0 |
946 | 2024-08-17T03:18:09.511Z | Downloaded unsafe-libyaml v0.2.11 |
947 | 2024-08-17T03:18:09.515Z | Downloaded unicase v2.7.0 |
948 | 2024-08-17T03:18:09.515Z | Downloaded const_format v0.2.32 |
949 | 2024-08-17T03:18:09.520Z | Downloaded chacha20poly1305 v0.10.1 |
950 | 2024-08-17T03:18:09.529Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
951 | 2024-08-17T03:18:09.579Z | Downloaded scheduled-thread-pool v0.2.7 |
952 | 2024-08-17T03:18:09.582Z | Downloaded ahash v0.8.11 |
953 | 2024-08-17T03:18:09.587Z | Downloaded tempfile v3.10.1 |
954 | 2024-08-17T03:18:09.587Z | Downloaded parking_lot_core v0.9.10 |
955 | 2024-08-17T03:18:09.594Z | Downloaded parking_lot_core v0.8.6 |
956 | 2024-08-17T03:18:09.594Z | Downloaded uuid v1.10.0 |
957 | 2024-08-17T03:18:09.599Z | Downloaded arc-swap v1.7.1 |
958 | 2024-08-17T03:18:09.600Z | Downloaded strip-ansi-escapes v0.2.0 |
959 | 2024-08-17T03:18:09.606Z | Downloaded hash32 v0.2.1 |
960 | 2024-08-17T03:18:09.606Z | Downloaded form_urlencoded v1.2.1 |
961 | 2024-08-17T03:18:09.606Z | Downloaded display-error-chain v0.2.0 |
962 | 2024-08-17T03:18:09.606Z | Downloaded signal-hook-tokio v0.3.1 |
963 | 2024-08-17T03:18:09.607Z | Downloaded signal-hook-mio v0.2.4 |
964 | 2024-08-17T03:18:09.607Z | Downloaded owo-colors v4.0.0 |
965 | 2024-08-17T03:18:09.611Z | Downloaded clang-sys v1.7.0 |
966 | 2024-08-17T03:18:09.611Z | Downloaded strum_macros v0.25.3 |
967 | 2024-08-17T03:18:09.611Z | Downloaded crossbeam-utils v0.8.19 |
968 | 2024-08-17T03:18:09.615Z | Downloaded cookie v0.18.1 |
969 | 2024-08-17T03:18:09.615Z | Downloaded const-oid v0.9.6 |
970 | 2024-08-17T03:18:09.620Z | Downloaded powerfmt v0.2.0 |
971 | 2024-08-17T03:18:09.620Z | Downloaded base16ct v0.2.0 |
972 | 2024-08-17T03:18:09.625Z | Downloaded ena v0.14.3 |
973 | 2024-08-17T03:18:09.625Z | Downloaded vsss-rs v3.3.4 |
974 | 2024-08-17T03:18:09.625Z | Downloaded term v0.7.0 |
975 | 2024-08-17T03:18:09.642Z | Downloaded rustversion v1.0.17 |
976 | 2024-08-17T03:18:09.642Z | Downloaded predicates-core v1.0.6 |
977 | 2024-08-17T03:18:09.673Z | Downloaded num-traits v0.2.19 |
978 | 2024-08-17T03:18:09.673Z | Downloaded libloading v0.8.3 |
979 | 2024-08-17T03:18:09.674Z | Downloaded convert_case v0.4.0 |
980 | 2024-08-17T03:18:09.674Z | Downloaded cancel-safe-futures v0.1.5 |
981 | 2024-08-17T03:18:09.674Z | Downloaded parse-display v0.10.0 |
982 | 2024-08-17T03:18:09.674Z | Downloaded embedded-io v0.4.0 |
983 | 2024-08-17T03:18:09.674Z | Downloaded either v1.13.0 |
984 | 2024-08-17T03:18:09.674Z | Downloaded waitgroup v0.1.2 |
985 | 2024-08-17T03:18:09.674Z | Downloaded backtrace v0.3.71 |
986 | 2024-08-17T03:18:09.674Z | Downloaded arrayvec v0.7.4 |
987 | 2024-08-17T03:18:09.674Z | Downloaded uzers v0.11.3 |
988 | 2024-08-17T03:18:09.674Z | Downloaded dirs-sys-next v0.1.2 |
989 | 2024-08-17T03:18:09.674Z | Downloaded tokio-native-tls v0.3.1 |
990 | 2024-08-17T03:18:09.674Z | Downloaded base64 v0.22.1 |
991 | 2024-08-17T03:18:09.679Z | Downloaded salsa20 v0.10.2 |
992 | 2024-08-17T03:18:09.679Z | Downloaded num-complex v0.4.6 |
993 | 2024-08-17T03:18:09.680Z | Downloaded native-tls v0.2.11 |
994 | 2024-08-17T03:18:09.680Z | Downloaded mime_guess v2.0.4 |
995 | 2024-08-17T03:18:09.680Z | Downloaded crc v3.2.1 |
996 | 2024-08-17T03:18:09.680Z | Downloaded itertools v0.10.5 |
997 | 2024-08-17T03:18:09.680Z | Downloaded crossbeam-deque v0.8.5 |
998 | 2024-08-17T03:18:09.680Z | Downloaded bcs v0.1.6 |
999 | 2024-08-17T03:18:09.680Z | Downloaded const_format_proc_macros v0.2.32 |
1000 | 2024-08-17T03:18:09.684Z | Downloaded castaway v0.2.3 |
1001 | 2024-08-17T03:18:09.684Z | Downloaded slog-envlogger v2.2.0 |
1002 | 2024-08-17T03:18:09.684Z | Downloaded ipnet v2.9.0 |
1003 | 2024-08-17T03:18:09.698Z | Downloaded bit-set v0.5.3 |
1004 | 2024-08-17T03:18:09.698Z | Downloaded ascii-canvas v3.0.0 |
1005 | 2024-08-17T03:18:09.698Z | Downloaded atomic-waker v1.1.2 |
1006 | 2024-08-17T03:18:09.698Z | Downloaded async-recursion v1.1.1 |
1007 | 2024-08-17T03:18:09.706Z | Downloaded libefi-sys v0.1.0 |
1008 | 2024-08-17T03:18:09.706Z | Downloaded multimap v0.10.0 |
1009 | 2024-08-17T03:18:09.706Z | Downloaded lru-cache v0.1.2 |
1010 | 2024-08-17T03:18:09.706Z | Downloaded maplit v1.0.2 |
1011 | 2024-08-17T03:18:09.706Z | Downloaded linear-map v1.2.0 |
1012 | 2024-08-17T03:18:09.706Z | Downloaded scopeguard v1.2.0 |
1013 | 2024-08-17T03:18:09.707Z | Downloaded lazy_static v1.5.0 |
1014 | 2024-08-17T03:18:09.707Z | Downloaded iana-time-zone v0.1.60 |
1015 | 2024-08-17T03:18:09.707Z | Downloaded array-init v0.0.4 |
1016 | 2024-08-17T03:18:09.707Z | Downloaded indoc v1.0.9 |
1017 | 2024-08-17T03:18:09.711Z | Downloaded impl-trait-for-tuples v0.2.2 |
1018 | 2024-08-17T03:18:09.711Z | Downloaded console v0.15.8 |
1019 | 2024-08-17T03:18:09.712Z | Downloaded bzip2 v0.4.4 |
1020 | 2024-08-17T03:18:09.712Z | Downloaded aead v0.5.2 |
1021 | 2024-08-17T03:18:09.715Z | Downloaded curve25519-dalek-derive v0.1.1 |
1022 | 2024-08-17T03:18:09.715Z | Downloaded cookie v0.17.0 |
1023 | 2024-08-17T03:18:09.718Z | Downloaded cexpr v0.6.0 |
1024 | 2024-08-17T03:18:09.718Z | Downloaded argon2 v0.5.3 |
1025 | 2024-08-17T03:18:09.722Z | Downloaded managed v0.8.0 |
1026 | 2024-08-17T03:18:09.722Z | Downloaded linked-hash-map v0.5.6 |
1027 | 2024-08-17T03:18:09.722Z | Downloaded lazycell v1.3.0 |
1028 | 2024-08-17T03:18:09.736Z | Downloaded lalrpop-util v0.19.12 |
1029 | 2024-08-17T03:18:09.737Z | Downloaded data-encoding v2.6.0 |
1030 | 2024-08-17T03:18:09.737Z | Downloaded constant_time_eq v0.3.0 |
1031 | 2024-08-17T03:18:09.737Z | Downloaded cassowary v0.3.0 |
1032 | 2024-08-17T03:18:09.737Z | Downloaded cipher v0.4.4 |
1033 | 2024-08-17T03:18:09.737Z | Downloaded bit-vec v0.6.3 |
1034 | 2024-08-17T03:18:09.737Z | Downloaded md-5 v0.10.6 |
1035 | 2024-08-17T03:18:09.737Z | Downloaded lru v0.12.3 |
1036 | 2024-08-17T03:18:09.737Z | Downloaded keccak v0.1.5 |
1037 | 2024-08-17T03:18:09.740Z | Downloaded inout v0.1.3 |
1038 | 2024-08-17T03:18:09.741Z | Downloaded colored v2.1.0 |
1039 | 2024-08-17T03:18:09.741Z | Downloaded bb8 v0.8.5 |
1040 | 2024-08-17T03:18:09.741Z | Downloaded cbc v0.1.2 |
1041 | 2024-08-17T03:18:09.741Z | Downloaded hubpack_derive v0.1.1 |
1042 | 2024-08-17T03:18:10.070Z | Downloaded libz-sys v1.1.16 |
1043 | 2024-08-17T03:18:10.189Z | Downloaded ring v0.17.8 |
1044 | 2024-08-17T03:18:10.355Z | Downloaded libsqlite3-sys v0.28.0 |
1045 | 2024-08-17T03:18:10.430Z | Downloaded ring v0.16.20 |
1046 | 2024-08-17T03:18:10.599Z | Compiling cfg-if v1.0.0 |
1047 | 2024-08-17T03:18:10.599Z | Compiling serde v1.0.207 |
1048 | 2024-08-17T03:18:10.748Z | Compiling lock_api v0.4.12 |
1049 | 2024-08-17T03:18:10.752Z | Compiling scopeguard v1.2.0 |
1050 | 2024-08-17T03:18:10.752Z | Compiling typenum v1.17.0 |
1051 | 2024-08-17T03:18:10.761Z | Compiling generic-array v0.14.7 |
1052 | 2024-08-17T03:18:10.802Z | Compiling syn v2.0.74 |
1053 | 2024-08-17T03:18:10.820Z | Compiling getrandom v0.2.14 |
1054 | 2024-08-17T03:18:10.848Z | Compiling log v0.4.21 |
1055 | 2024-08-17T03:18:10.889Z | Compiling jobserver v0.1.32 |
1056 | 2024-08-17T03:18:11.117Z | Compiling rand_core v0.6.4 |
1057 | 2024-08-17T03:18:11.343Z | Compiling cc v1.0.97 |
1058 | 2024-08-17T03:18:11.381Z | Compiling subtle v2.5.0 |
1059 | 2024-08-17T03:18:11.400Z | Compiling const-oid v0.9.6 |
1060 | 2024-08-17T03:18:11.696Z | Compiling smallvec v1.13.2 |
1061 | 2024-08-17T03:18:11.715Z | Compiling pin-project-lite v0.2.14 |
1062 | 2024-08-17T03:18:11.750Z | Compiling parking_lot_core v0.9.10 |
1063 | 2024-08-17T03:18:11.836Z | Compiling spin v0.9.8 |
1064 | 2024-08-17T03:18:11.870Z | Compiling signal-hook-registry v1.4.2 |
1065 | 2024-08-17T03:18:12.143Z | Compiling mio v1.0.2 |
1066 | 2024-08-17T03:18:12.303Z | Compiling ahash v0.8.11 |
1067 | 2024-08-17T03:18:12.772Z | Compiling parking_lot v0.12.2 |
1068 | 2024-08-17T03:18:12.807Z | Compiling tinyvec_macros v0.1.1 |
1069 | 2024-08-17T03:18:12.908Z | Compiling tinyvec v1.6.0 |
1070 | 2024-08-17T03:18:13.134Z | Compiling socket2 v0.5.7 |
1071 | 2024-08-17T03:18:13.447Z | Compiling cpufeatures v0.2.12 |
1072 | 2024-08-17T03:18:13.452Z | Compiling libm v0.2.8 |
1073 | 2024-08-17T03:18:13.550Z | Compiling serde_json v1.0.125 |
1074 | 2024-08-17T03:18:13.589Z | Compiling futures-core v0.3.30 |
1075 | 2024-08-17T03:18:13.683Z | Compiling slab v0.4.9 |
1076 | 2024-08-17T03:18:13.824Z | Compiling num-traits v0.2.19 |
1077 | 2024-08-17T03:18:13.842Z | Compiling futures-sink v0.3.30 |
1078 | 2024-08-17T03:18:13.903Z | Compiling unicode-bidi v0.3.15 |
1079 | 2024-08-17T03:18:13.972Z | Compiling allocator-api2 v0.2.18 |
1080 | 2024-08-17T03:18:14.313Z | Compiling futures-channel v0.3.30 |
1081 | 2024-08-17T03:18:14.408Z | Compiling unicode-normalization v0.1.23 |
1082 | 2024-08-17T03:18:14.419Z | Compiling futures-io v0.3.30 |
1083 | 2024-08-17T03:18:14.744Z | Compiling pin-utils v0.1.0 |
1084 | 2024-08-17T03:18:14.761Z | Compiling vcpkg v0.2.15 |
1085 | 2024-08-17T03:18:14.761Z | Compiling futures-task v0.3.30 |
1086 | 2024-08-17T03:18:14.832Z | Compiling pkg-config v0.3.30 |
1087 | 2024-08-17T03:18:15.442Z | Compiling base64ct v1.6.0 |
1088 | 2024-08-17T03:18:15.505Z | Compiling ring v0.17.8 |
1089 | 2024-08-17T03:18:15.509Z | Compiling ppv-lite86 v0.2.17 |
1090 | 2024-08-17T03:18:16.045Z | Compiling pem-rfc7468 v0.7.0 |
1091 | 2024-08-17T03:18:16.283Z | Compiling flagset v0.4.5 |
1092 | 2024-08-17T03:18:16.314Z | Compiling percent-encoding v2.3.1 |
1093 | 2024-08-17T03:18:16.493Z | Compiling rand_chacha v0.3.1 |
1094 | 2024-08-17T03:18:16.619Z | Compiling tracing-core v0.1.32 |
1095 | 2024-08-17T03:18:16.763Z | Compiling untrusted v0.9.0 |
1096 | 2024-08-17T03:18:16.833Z | Compiling rustix v0.38.34 |
1097 | 2024-08-17T03:18:16.856Z | Compiling openssl-sys v0.9.103 |
1098 | 2024-08-17T03:18:16.909Z | Compiling rand v0.8.5 |
1099 | 2024-08-17T03:18:17.337Z | Compiling foreign-types-shared v0.1.1 |
1100 | 2024-08-17T03:18:17.445Z | Compiling openssl v0.10.66 |
1101 | 2024-08-17T03:18:17.722Z | Compiling httparse v1.8.0 |
1102 | 2024-08-17T03:18:17.841Z | Compiling rustversion v1.0.17 |
1103 | 2024-08-17T03:18:18.002Z | Compiling num-conv v0.1.0 |
1104 | 2024-08-17T03:18:18.133Z | Compiling powerfmt v0.2.0 |
1105 | 2024-08-17T03:18:18.265Z | Compiling time-core v0.1.2 |
1106 | 2024-08-17T03:18:18.422Z | Compiling time-macros v0.2.18 |
1107 | 2024-08-17T03:18:18.475Z | Compiling deranged v0.3.11 |
1108 | 2024-08-17T03:18:18.606Z | Compiling foreign-types v0.3.2 |
1109 | 2024-08-17T03:18:18.623Z | Compiling form_urlencoded v1.2.1 |
1110 | 2024-08-17T03:18:18.689Z | Compiling lazy_static v1.5.0 |
1111 | 2024-08-17T03:18:18.724Z | Compiling crossbeam-utils v0.8.19 |
1112 | 2024-08-17T03:18:18.786Z | Compiling rustls v0.21.12 |
1113 | 2024-08-17T03:18:18.905Z | Compiling syn v1.0.109 |
1114 | 2024-08-17T03:18:19.056Z | Compiling siphasher v0.3.11 |
1115 | 2024-08-17T03:18:19.255Z | Compiling native-tls v0.2.11 |
1116 | 2024-08-17T03:18:19.397Z | Compiling try-lock v0.2.5 |
1117 | 2024-08-17T03:18:19.509Z | Compiling num_threads v0.1.7 |
1118 | 2024-08-17T03:18:19.577Z | Compiling want v0.3.1 |
1119 | 2024-08-17T03:18:19.822Z | Compiling idna v0.5.0 |
1120 | 2024-08-17T03:18:19.937Z | Compiling aho-corasick v1.1.3 |
1121 | 2024-08-17T03:18:20.307Z | Compiling cookie v0.17.0 |
1122 | 2024-08-17T03:18:20.627Z | Compiling regex-syntax v0.8.4 |
1123 | 2024-08-17T03:18:20.908Z | Compiling adler v1.0.2 |
1124 | 2024-08-17T03:18:21.128Z | Compiling iana-time-zone v0.1.60 |
1125 | 2024-08-17T03:18:21.255Z | Compiling finl_unicode v1.2.0 |
1126 | 2024-08-17T03:18:21.335Z | Compiling time v0.3.36 |
1127 | 2024-08-17T03:18:21.464Z | Compiling openssl-probe v0.1.5 |
1128 | 2024-08-17T03:18:21.787Z | Compiling slog v2.7.0 |
1129 | 2024-08-17T03:18:21.811Z | Compiling tower-service v0.3.2 |
1130 | 2024-08-17T03:18:21.884Z | Compiling httpdate v1.0.3 |
1131 | 2024-08-17T03:18:21.913Z | Compiling stringprep v0.1.4 |
1132 | 2024-08-17T03:18:22.344Z | Compiling miniz_oxide v0.7.2 |
1133 | 2024-08-17T03:18:22.429Z | Compiling url v2.5.2 |
1134 | 2024-08-17T03:18:24.097Z | Compiling regex-automata v0.4.6 |
1135 | 2024-08-17T03:18:24.142Z | Compiling num-integer v0.1.46 |
1136 | 2024-08-17T03:18:24.631Z | Compiling serde_derive v1.0.207 |
1137 | 2024-08-17T03:18:24.880Z | Compiling zeroize_derive v1.4.2 |
1138 | 2024-08-17T03:18:25.055Z | Compiling zerocopy-derive v0.7.34 |
1139 | 2024-08-17T03:18:26.479Z | Compiling tokio-macros v2.4.0 |
1140 | 2024-08-17T03:18:26.508Z | Compiling zeroize v1.7.0 |
1141 | 2024-08-17T03:18:26.974Z | Compiling thiserror-impl v1.0.63 |
1142 | 2024-08-17T03:18:27.287Z | Compiling zerocopy v0.7.34 |
1143 | 2024-08-17T03:18:28.049Z | Compiling futures-macro v0.3.30 |
1144 | 2024-08-17T03:18:28.269Z | Compiling crypto-common v0.1.6 |
1145 | 2024-08-17T03:18:28.478Z | Compiling block-buffer v0.10.4 |
1146 | 2024-08-17T03:18:28.725Z | Compiling digest v0.10.7 |
1147 | 2024-08-17T03:18:29.309Z | Compiling hmac v0.12.1 |
1148 | 2024-08-17T03:18:29.560Z | Compiling block-padding v0.3.3 |
1149 | 2024-08-17T03:18:29.583Z | Compiling hashbrown v0.14.5 |
1150 | 2024-08-17T03:18:29.583Z | Compiling sha2 v0.10.8 |
1151 | 2024-08-17T03:18:29.640Z | Compiling inout v0.1.3 |
1152 | 2024-08-17T03:18:29.909Z | Compiling cipher v0.4.4 |
1153 | 2024-08-17T03:18:29.977Z | Compiling futures-util v0.3.30 |
1154 | 2024-08-17T03:18:30.235Z | Compiling thiserror v1.0.63 |
1155 | 2024-08-17T03:18:30.415Z | Compiling pest v2.7.10 |
1156 | 2024-08-17T03:18:30.432Z | Compiling der_derive v0.7.2 |
1157 | 2024-08-17T03:18:30.827Z | Compiling salsa20 v0.10.2 |
1158 | 2024-08-17T03:18:31.065Z | Compiling pbkdf2 v0.12.2 |
1159 | 2024-08-17T03:18:31.240Z | Compiling scroll_derive v0.12.0 |
1160 | 2024-08-17T03:18:32.666Z | Compiling tracing-attributes v0.1.27 |
1161 | 2024-08-17T03:18:32.922Z | Compiling der v0.7.9 |
1162 | 2024-08-17T03:18:33.040Z | Compiling pest_meta v2.7.10 |
1163 | 2024-08-17T03:18:33.395Z | Compiling scroll v0.12.0 |
1164 | 2024-08-17T03:18:33.967Z | Compiling scrypt v0.11.0 |
1165 | 2024-08-17T03:18:34.560Z | Compiling pest_generator v2.7.10 |
1166 | 2024-08-17T03:18:36.274Z | Compiling spki v0.7.3 |
1167 | 2024-08-17T03:18:36.293Z | Compiling cbc v0.1.2 |
1168 | 2024-08-17T03:18:36.530Z | Compiling aes v0.8.4 |
1169 | 2024-08-17T03:18:36.568Z | Compiling tracing v0.1.40 |
1170 | 2024-08-17T03:18:36.635Z | Compiling goblin v0.8.2 |
1171 | 2024-08-17T03:18:36.894Z | Compiling openssl-macros v0.1.1 |
1172 | 2024-08-17T03:18:37.097Z | Compiling md-5 v0.10.6 |
1173 | 2024-08-17T03:18:37.357Z | Compiling backtrace v0.3.71 |
1174 | 2024-08-17T03:18:37.618Z | Compiling pkcs5 v0.7.1 |
1175 | 2024-08-17T03:18:37.656Z | Compiling idna v0.3.0 |
1176 | 2024-08-17T03:18:37.817Z | Compiling hash32 v0.2.1 |
1177 | 2024-08-17T03:18:38.146Z | Compiling pest_derive v2.7.10 |
1178 | 2024-08-17T03:18:38.195Z | Compiling pkcs8 v0.10.2 |
1179 | 2024-08-17T03:18:38.790Z | Compiling bytes v1.7.1 |
1180 | 2024-08-17T03:18:38.882Z | Compiling bitflags v2.6.0 |
1181 | 2024-08-17T03:18:38.940Z | Compiling indexmap v2.4.0 |
1182 | 2024-08-17T03:18:39.243Z | Compiling semver v1.0.23 |
1183 | 2024-08-17T03:18:40.011Z | Compiling tokio v1.39.2 |
1184 | 2024-08-17T03:18:40.103Z | Compiling http v0.2.12 |
1185 | 2024-08-17T03:18:40.382Z | Compiling rustc_version v0.4.0 |
1186 | 2024-08-17T03:18:40.419Z | Compiling dtrace-parser v0.2.0 |
1187 | 2024-08-17T03:18:41.195Z | Compiling heapless v0.7.17 |
1188 | 2024-08-17T03:18:41.637Z | Compiling http-body v0.4.6 |
1189 | 2024-08-17T03:18:42.050Z | Compiling sct v0.7.1 |
1190 | 2024-08-17T03:18:42.102Z | Compiling rustls-webpki v0.101.7 |
1191 | 2024-08-17T03:18:42.257Z | Compiling uuid v1.10.0 |
1192 | 2024-08-17T03:18:42.362Z | Compiling dof v0.3.0 |
1193 | 2024-08-17T03:18:42.599Z | Compiling serde_spanned v0.6.7 |
1194 | 2024-08-17T03:18:42.618Z | Compiling serde_tokenstream v0.2.2 |
1195 | 2024-08-17T03:18:42.823Z | Compiling chrono v0.4.38 |
1196 | 2024-08-17T03:18:43.232Z | Compiling usdt-impl v0.5.0 |
1197 | 2024-08-17T03:18:44.086Z | Compiling toml_datetime v0.6.8 |
1198 | 2024-08-17T03:18:44.548Z | Compiling cfg_aliases v0.1.1 |
1199 | 2024-08-17T03:18:44.617Z | Compiling fallible-iterator v0.2.0 |
1200 | 2024-08-17T03:18:44.653Z | Compiling stable_deref_trait v1.2.0 |
1201 | 2024-08-17T03:18:44.765Z | Compiling smoltcp v0.9.1 |
1202 | 2024-08-17T03:18:44.821Z | Compiling psl-types v2.0.11 |
1203 | 2024-08-17T03:18:45.020Z | Compiling base64 v0.22.1 |
1204 | 2024-08-17T03:18:45.328Z | Compiling crc32fast v1.4.0 |
1205 | 2024-08-17T03:18:45.833Z | Compiling gimli v0.28.1 |
1206 | 2024-08-17T03:18:45.876Z | Compiling num-bigint-dig v0.8.4 |
1207 | 2024-08-17T03:18:46.167Z | Compiling signal-hook v0.3.17 |
1208 | 2024-08-17T03:18:46.283Z | Compiling postgres-protocol v0.6.7 |
1209 | 2024-08-17T03:18:46.491Z | Compiling publicsuffix v2.2.3 |
1210 | 2024-08-17T03:18:46.746Z | Compiling nix v0.28.0 |
1211 | 2024-08-17T03:18:47.089Z | Compiling terminal_size v0.3.0 |
1212 | 2024-08-17T03:18:47.320Z | Compiling hubpack_derive v0.1.1 |
1213 | 2024-08-17T03:18:47.585Z | Compiling async-trait v0.1.81 |
1214 | 2024-08-17T03:18:47.616Z | Compiling zerocopy-derive v0.6.6 |
1215 | 2024-08-17T03:18:47.800Z | Compiling num-iter v0.1.45 |
1216 | 2024-08-17T03:18:48.077Z | Compiling tokio-util v0.7.11 |
1217 | 2024-08-17T03:18:48.248Z | Compiling tokio-rustls v0.24.1 |
1218 | 2024-08-17T03:18:48.654Z | Compiling tokio-native-tls v0.3.1 |
1219 | 2024-08-17T03:18:49.135Z | Compiling h2 v0.3.26 |
1220 | 2024-08-17T03:18:49.450Z | Compiling phf_shared v0.11.2 |
1221 | 2024-08-17T03:18:49.732Z | Compiling serde_derive_internals v0.29.1 |
1222 | 2024-08-17T03:18:49.751Z | Compiling ff v0.13.0 |
1223 | 2024-08-17T03:18:49.835Z | Compiling object v0.32.2 |
1224 | 2024-08-17T03:18:49.959Z | Compiling fs-err v2.11.0 |
1225 | 2024-08-17T03:18:50.312Z | Compiling addr2line v0.21.0 |
1226 | 2024-08-17T03:18:50.402Z | Compiling either v1.13.0 |
1227 | 2024-08-17T03:18:50.784Z | Compiling winnow v0.5.40 |
1228 | 2024-08-17T03:18:50.809Z | Compiling ipnet v2.9.0 |
1229 | 2024-08-17T03:18:51.019Z | Compiling anyhow v1.0.86 |
1230 | 2024-08-17T03:18:51.630Z | Compiling managed v0.8.0 |
1231 | 2024-08-17T03:18:52.054Z | Compiling bitflags v1.3.2 |
1232 | 2024-08-17T03:18:52.086Z | Compiling regex-automata v0.1.10 |
1233 | 2024-08-17T03:18:52.158Z | Compiling rustc-demangle v0.1.24 |
1234 | 2024-08-17T03:18:52.558Z | Compiling base16ct v0.2.0 |
1235 | 2024-08-17T03:18:52.577Z | Compiling base64 v0.21.7 |
1236 | 2024-08-17T03:18:52.595Z | Compiling schemars v0.8.21 |
1237 | 2024-08-17T03:18:52.872Z | Compiling sec1 v0.7.3 |
1238 | 2024-08-17T03:18:52.978Z | Compiling clap_builder v4.5.15 |
1239 | 2024-08-17T03:18:53.084Z | Compiling rustls-pemfile v1.0.4 |
1240 | 2024-08-17T03:18:53.333Z | Compiling schemars_derive v0.8.21 |
1241 | 2024-08-17T03:18:53.447Z | Compiling bstr v0.2.17 |
1242 | 2024-08-17T03:18:54.637Z | Compiling toml_edit v0.19.15 |
1243 | 2024-08-17T03:18:55.203Z | Compiling group v0.13.0 |
1244 | 2024-08-17T03:18:55.223Z | Compiling zerocopy v0.6.6 |
1245 | 2024-08-17T03:18:55.548Z | Compiling phf v0.11.2 |
1246 | 2024-08-17T03:18:55.623Z | Compiling cookie_store v0.20.0 |
1247 | 2024-08-17T03:18:55.825Z | Compiling hubpack v0.1.2 |
1248 | 2024-08-17T03:18:56.113Z | Compiling hyper v0.14.30 |
1249 | 2024-08-17T03:18:57.102Z | Compiling usdt-attr-macro v0.5.0 |
1250 | 2024-08-17T03:18:57.120Z | Compiling usdt-macro v0.5.0 |
1251 | 2024-08-17T03:18:58.592Z | Compiling postgres-types v0.2.7 |
1252 | 2024-08-17T03:18:59.790Z | Compiling pkcs1 v0.7.5 |
1253 | 2024-08-17T03:19:00.107Z | Compiling serde_urlencoded v0.7.1 |
1254 | 2024-08-17T03:19:00.155Z | Compiling futures-executor v0.3.30 |
1255 | 2024-08-17T03:19:00.214Z | Compiling hkdf v0.12.4 |
1256 | 2024-08-17T03:19:00.518Z | Compiling regex v1.10.6 |
1257 | 2024-08-17T03:19:00.683Z | Compiling signature v2.2.0 |
1258 | 2024-08-17T03:19:00.767Z | Compiling crypto-bigint v0.5.5 |
1259 | 2024-08-17T03:19:00.862Z | Compiling serde_repr v0.1.19 |
1260 | 2024-08-17T03:19:00.976Z | Compiling enum-as-inner v0.6.0 |
1261 | 2024-08-17T03:19:01.632Z | Compiling strum_macros v0.25.3 |
1262 | 2024-08-17T03:19:02.063Z | Compiling clap_derive v4.5.13 |
1263 | 2024-08-17T03:19:02.119Z | Compiling phf_shared v0.10.0 |
1264 | 2024-08-17T03:19:02.241Z | Compiling float-cmp v0.9.0 |
1265 | 2024-08-17T03:19:02.468Z | Compiling idna v0.4.0 |
1266 | 2024-08-17T03:19:02.510Z | Compiling mio v0.8.11 |
1267 | 2024-08-17T03:19:02.722Z | Compiling encoding_rs v0.8.34 |
1268 | 2024-08-17T03:19:03.783Z | Compiling hyper-rustls v0.24.2 |
1269 | 2024-08-17T03:19:03.983Z | Compiling hyper-tls v0.5.0 |
1270 | 2024-08-17T03:19:04.107Z | Compiling static_assertions v1.1.0 |
1271 | 2024-08-17T03:19:04.212Z | Compiling unicode-segmentation v1.11.0 |
1272 | 2024-08-17T03:19:04.321Z | Compiling webpki-roots v0.25.4 |
1273 | 2024-08-17T03:19:04.489Z | Compiling bit-vec v0.6.3 |
1274 | 2024-08-17T03:19:04.956Z | Compiling sync_wrapper v0.1.2 |
1275 | 2024-08-17T03:19:05.074Z | Compiling fixedbitset v0.4.2 |
1276 | 2024-08-17T03:19:05.093Z | Compiling new_debug_unreachable v1.0.6 |
1277 | 2024-08-17T03:19:05.184Z | Compiling minimal-lexical v0.2.1 |
1278 | 2024-08-17T03:19:05.575Z | Compiling data-encoding v2.6.0 |
1279 | 2024-08-17T03:19:05.762Z | Compiling dyn-clone v1.0.17 |
1280 | 2024-08-17T03:19:05.776Z | Compiling precomputed-hash v0.1.1 |
1281 | 2024-08-17T03:19:05.892Z | Compiling mime v0.3.17 |
1282 | 2024-08-17T03:19:05.964Z | Compiling whoami v1.5.1 |
1283 | 2024-08-17T03:19:06.224Z | Compiling normalize-line-endings v0.3.0 |
1284 | 2024-08-17T03:19:06.352Z | Compiling difflib v0.4.0 |
1285 | 2024-08-17T03:19:06.507Z | Compiling predicates-core v1.0.6 |
1286 | 2024-08-17T03:19:06.592Z | Compiling toml_edit v0.22.20 |
1287 | 2024-08-17T03:19:06.785Z | Compiling predicates v3.1.2 |
1288 | 2024-08-17T03:19:06.857Z | Compiling tokio-postgres v0.7.11 |
1289 | 2024-08-17T03:19:07.162Z | Compiling hickory-proto v0.24.1 |
1290 | 2024-08-17T03:19:07.199Z | Compiling clap v4.5.16 |
1291 | 2024-08-17T03:19:07.322Z | Compiling reqwest v0.11.27 |
1292 | 2024-08-17T03:19:07.956Z | Compiling string_cache v0.8.7 |
1293 | 2024-08-17T03:19:08.439Z | Compiling console v0.15.8 |
1294 | 2024-08-17T03:19:08.495Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1295 | 2024-08-17T03:19:10.000Z | Compiling nom v7.1.3 |
1296 | 2024-08-17T03:19:11.008Z | Compiling petgraph v0.6.5 |
1297 | 2024-08-17T03:19:11.751Z | Compiling similar v2.5.0 |
1298 | 2024-08-17T03:19:12.616Z | Compiling bit-set v0.5.3 |
1299 | 2024-08-17T03:19:12.897Z | Compiling usdt v0.5.0 |
1300 | 2024-08-17T03:19:13.417Z | Compiling elliptic-curve v0.13.8 |
1301 | 2024-08-17T03:19:13.649Z | Compiling signal-hook-mio v0.2.4 |
1302 | 2024-08-17T03:19:13.830Z | Compiling rsa v0.9.6 |
1303 | 2024-08-17T03:19:14.253Z | Compiling futures v0.3.30 |
1304 | 2024-08-17T03:19:14.296Z | Compiling flate2 v1.0.31 |
1305 | 2024-08-17T03:19:14.383Z | Compiling toml v0.7.8 |
1306 | 2024-08-17T03:19:15.217Z | Compiling itertools v0.10.5 |
1307 | 2024-08-17T03:19:15.863Z | Compiling itertools v0.12.1 |
1308 | 2024-08-17T03:19:15.882Z | Compiling tokio-stream v0.1.15 |
1309 | 2024-08-17T03:19:16.112Z | Compiling openapiv3 v2.0.0 |
1310 | 2024-08-17T03:19:16.953Z | Compiling hex v0.4.3 |
1311 | 2024-08-17T03:19:17.466Z | Compiling bstr v1.9.1 |
1312 | 2024-08-17T03:19:17.608Z | Compiling sha1 v0.10.6 |
1313 | 2024-08-17T03:19:18.049Z | Compiling crossbeam-epoch v0.9.18 |
1314 | 2024-08-17T03:19:18.068Z | Compiling dirs-sys-next v0.1.2 |
1315 | 2024-08-17T03:19:18.740Z | Compiling unicode-xid v0.2.4 |
1316 | 2024-08-17T03:19:18.829Z | Compiling lalrpop-util v0.19.12 |
1317 | 2024-08-17T03:19:18.914Z | Compiling peg-runtime v0.8.3 |
1318 | 2024-08-17T03:19:19.007Z | Compiling dirs-next v2.0.0 |
1319 | 2024-08-17T03:19:19.027Z | Compiling thread_local v1.1.8 |
1320 | 2024-08-17T03:19:19.172Z | Compiling slog-async v2.8.0 |
1321 | 2024-08-17T03:19:19.192Z | Compiling term v0.7.0 |
1322 | 2024-08-17T03:19:19.229Z | Compiling xattr v1.3.1 |
1323 | 2024-08-17T03:19:19.500Z | Compiling strum_macros v0.26.4 |
1324 | 2024-08-17T03:19:19.560Z | Compiling crossbeam-channel v0.5.12 |
1325 | 2024-08-17T03:19:19.577Z | Compiling filetime v0.2.24 |
1326 | 2024-08-17T03:19:19.776Z | Compiling is-terminal v0.4.12 |
1327 | 2024-08-17T03:19:19.875Z | Compiling take_mut v0.2.2 |
1328 | 2024-08-17T03:19:19.906Z | Compiling slog-term v2.9.1 |
1329 | 2024-08-17T03:19:20.030Z | Compiling tar v0.4.41 |
1330 | 2024-08-17T03:19:20.728Z | Compiling camino v1.1.8 |
1331 | 2024-08-17T03:19:21.715Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1332 | 2024-08-17T03:19:22.700Z | Compiling strum v0.26.3 |
1333 | 2024-08-17T03:19:22.776Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1334 | 2024-08-17T03:19:28.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
1335 | 2024-08-17T03:19:28.298Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1336 | 2024-08-17T03:19:28.347Z | Aug 17 03:19:26.822 INFO Starting download, target: Console |
1337 | 2024-08-17T03:19:28.347Z | Aug 17 03:19:26.822 INFO Starting download, target: Clickhouse |
1338 | 2024-08-17T03:19:28.347Z | Aug 17 03:19:26.822 INFO Starting download, target: Cockroach |
1339 | 2024-08-17T03:19:28.347Z | Aug 17 03:19:26.822 INFO Starting download, target: DendriteOpenapi |
1340 | 2024-08-17T03:19:28.347Z | Aug 17 03:19:26.822 INFO Starting download, target: DendriteStub |
1341 | 2024-08-17T03:19:28.350Z | Aug 17 03:19:26.822 INFO Starting download, target: MaghemiteMgd |
1342 | 2024-08-17T03:19:28.350Z | Aug 17 03:19:26.822 INFO Starting download, target: TransceiverControl |
1343 | 2024-08-17T03:19:28.350Z | Aug 17 03:19:26.823 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1344 | 2024-08-17T03:19:28.350Z | Aug 17 03:19:26.823 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1345 | 2024-08-17T03:19:28.350Z | Aug 17 03:19:26.823 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1346 | 2024-08-17T03:19:28.350Z | Aug 17 03:19:26.823 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1347 | 2024-08-17T03:19:28.350Z | Aug 17 03:19:26.823 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1348 | 2024-08-17T03:19:28.350Z | Aug 17 03:19:26.823 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1349 | 2024-08-17T03:19:28.350Z | Aug 17 03:19:26.823 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1350 | 2024-08-17T03:19:28.494Z | Aug 17 03:19:26.961 INFO Download complete, target: DendriteOpenapi |
1351 | 2024-08-17T03:19:28.648Z | Aug 17 03:19:27.122 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1352 | 2024-08-17T03:19:28.903Z | Aug 17 03:19:27.374 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1353 | 2024-08-17T03:19:29.154Z | Aug 17 03:19:27.622 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1354 | 2024-08-17T03:19:29.223Z | Aug 17 03:19:27.698 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1355 | 2024-08-17T03:19:29.296Z | Aug 17 03:19:27.770 INFO Download complete, target: Console |
1356 | 2024-08-17T03:19:29.403Z | Aug 17 03:19:27.876 INFO Download complete, target: TransceiverControl |
1357 | 2024-08-17T03:19:30.461Z | Aug 17 03:19:28.935 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1358 | 2024-08-17T03:19:30.461Z | Aug 17 03:19:28.935 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1359 | 2024-08-17T03:19:30.587Z | Aug 17 03:19:29.059 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1360 | 2024-08-17T03:19:32.408Z | Aug 17 03:19:30.881 INFO Download complete, target: DendriteStub |
1361 | 2024-08-17T03:19:32.457Z | Aug 17 03:19:30.930 INFO Download complete, target: MaghemiteMgd |
1362 | 2024-08-17T03:19:38.585Z | Aug 17 03:19:37.055 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1363 | 2024-08-17T03:19:38.956Z | Aug 17 03:19:37.425 INFO Checking that binary works, target: Cockroach |
1364 | 2024-08-17T03:19:39.115Z | Aug 17 03:19:37.584 INFO Download complete, target: Cockroach |
1365 | 2024-08-17T03:19:44.256Z | Aug 17 03:19:42.724 INFO Checking that binary works, target: Clickhouse |
1366 | 2024-08-17T03:19:44.465Z | Aug 17 03:19:42.932 INFO Download complete, target: Clickhouse |
1367 | 2024-08-17T03:19:44.798Z | All builder prerequisites installed successfully, and PATH looks valid |
1368 | 2024-08-17T03:19:44.800Z | |
1369 | 2024-08-17T03:19:44.800Z | real 4:18.832529486 |
1370 | 2024-08-17T03:19:44.800Z | user 11:16.803857437 |
1371 | 2024-08-17T03:19:44.800Z | sys 2:24.409378200 |
1372 | 2024-08-17T03:19:44.800Z | trap 0.385491206 |
1373 | 2024-08-17T03:19:44.800Z | tflt 7.171933160 |
1374 | 2024-08-17T03:19:44.800Z | dflt 6.905198325 |
1375 | 2024-08-17T03:19:44.800Z | kflt 0.279972858 |
1376 | 2024-08-17T03:19:44.800Z | lock 21:50.356573474 |
1377 | 2024-08-17T03:19:44.800Z | slp 46:10.464111038 |
1378 | 2024-08-17T03:19:44.800Z | lat 36.131243938 |
1379 | 2024-08-17T03:19:44.800Z | stop 1:44.144324434 |
1380 | 2024-08-17T03:19:44.800Z | + banner hack-check |
1381 | 2024-08-17T03:19:44.804Z | |
1382 | 2024-08-17T03:19:44.805Z | # # ## #### # # #### # # ###### #### # # |
1383 | 2024-08-17T03:19:44.805Z | # # # # # # # # # # # # # # # # # |
1384 | 2024-08-17T03:19:44.805Z | ###### # # # #### ##### # ###### ##### # #### |
1385 | 2024-08-17T03:19:44.805Z | # # ###### # # # # # # # # # # |
1386 | 2024-08-17T03:19:44.805Z | # # # # # # # # # # # # # # # # # |
1387 | 2024-08-17T03:19:44.805Z | # # # # #### # # #### # # ###### #### # # |
1388 | 2024-08-17T03:19:44.805Z | |
1389 | 2024-08-17T03:19:44.805Z | + export CARGO_INCREMENTAL=0 |
1390 | 2024-08-17T03:19:44.805Z | + CARGO_INCREMENTAL=0 |
1391 | 2024-08-17T03:19:44.805Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1392 | 2024-08-17T03:19:45.366Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1393 | 2024-08-17T03:19:48.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
1394 | 2024-08-17T03:19:48.838Z | Running `target/debug/xtask check-features --ci` |
1395 | 2024-08-17T03:19:48.858Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1396 | 2024-08-17T03:19:48.860Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1397 | 2024-08-17T03:19:49.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1398 | 2024-08-17T03:19:49.367Z | Running `target/debug/xtask download cargo-hack` |
1399 | 2024-08-17T03:19:50.163Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1400 | 2024-08-17T03:19:50.522Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1401 | 2024-08-17T03:19:55.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s |
1402 | 2024-08-17T03:19:55.246Z | Running `target/debug/xtask-downloader cargo-hack` |
1403 | 2024-08-17T03:19:55.281Z | Aug 17 03:19:53.743 INFO Starting download, target: CargoHack |
1404 | 2024-08-17T03:19:55.286Z | Aug 17 03:19:53.743 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1405 | 2024-08-17T03:19:55.775Z | Aug 17 03:19:54.237 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1406 | 2024-08-17T03:19:55.876Z | Aug 17 03:19:54.337 INFO Download complete, target: CargoHack |
1407 | 2024-08-17T03:19:55.879Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1408 | 2024-08-17T03:19:55.894Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1409 | 2024-08-17T03:19:56.049Z | info: running `cargo check --bins` on api_identity (1/153) |
1410 | 2024-08-17T03:19:56.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1411 | 2024-08-17T03:19:56.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1412 | 2024-08-17T03:19:56.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1413 | 2024-08-17T03:19:56.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1414 | 2024-08-17T03:19:56.657Z | |
1415 | 2024-08-17T03:19:56.657Z | info: running `cargo check --bins` on bootstore (2/153) |
1416 | 2024-08-17T03:19:57.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1417 | 2024-08-17T03:19:57.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1418 | 2024-08-17T03:19:57.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1419 | 2024-08-17T03:19:57.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1420 | 2024-08-17T03:19:57.308Z | |
1421 | 2024-08-17T03:19:57.308Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/153) |
1422 | 2024-08-17T03:19:57.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1423 | 2024-08-17T03:19:57.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1424 | 2024-08-17T03:19:57.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1425 | 2024-08-17T03:19:57.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1426 | 2024-08-17T03:19:57.937Z | |
1427 | 2024-08-17T03:19:57.937Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/153) |
1428 | 2024-08-17T03:19:58.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1429 | 2024-08-17T03:19:58.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1430 | 2024-08-17T03:19:58.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1431 | 2024-08-17T03:19:58.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1432 | 2024-08-17T03:19:58.579Z | |
1433 | 2024-08-17T03:19:58.579Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/153) |
1434 | 2024-08-17T03:19:59.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1435 | 2024-08-17T03:19:59.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1436 | 2024-08-17T03:19:59.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1437 | 2024-08-17T03:19:59.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1438 | 2024-08-17T03:19:59.047Z | |
1439 | 2024-08-17T03:19:59.047Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/153) |
1440 | 2024-08-17T03:19:59.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1441 | 2024-08-17T03:19:59.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1442 | 2024-08-17T03:19:59.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1443 | 2024-08-17T03:19:59.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1444 | 2024-08-17T03:19:59.529Z | |
1445 | 2024-08-17T03:19:59.529Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/153) |
1446 | 2024-08-17T03:19:59.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1447 | 2024-08-17T03:19:59.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1448 | 2024-08-17T03:19:59.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1449 | 2024-08-17T03:19:59.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1450 | 2024-08-17T03:19:59.994Z | |
1451 | 2024-08-17T03:19:59.994Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/153) |
1452 | 2024-08-17T03:20:00.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1453 | 2024-08-17T03:20:00.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1454 | 2024-08-17T03:20:00.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1455 | 2024-08-17T03:20:00.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1456 | 2024-08-17T03:20:00.474Z | |
1457 | 2024-08-17T03:20:00.474Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/153) |
1458 | 2024-08-17T03:20:00.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1459 | 2024-08-17T03:20:00.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1460 | 2024-08-17T03:20:00.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1461 | 2024-08-17T03:20:00.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1462 | 2024-08-17T03:20:00.939Z | |
1463 | 2024-08-17T03:20:00.939Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/153) |
1464 | 2024-08-17T03:20:01.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1465 | 2024-08-17T03:20:01.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1466 | 2024-08-17T03:20:01.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1467 | 2024-08-17T03:20:01.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1468 | 2024-08-17T03:20:01.418Z | |
1469 | 2024-08-17T03:20:01.418Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/153) |
1470 | 2024-08-17T03:20:01.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1471 | 2024-08-17T03:20:01.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1472 | 2024-08-17T03:20:01.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1473 | 2024-08-17T03:20:01.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1474 | 2024-08-17T03:20:01.886Z | |
1475 | 2024-08-17T03:20:01.886Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/153) |
1476 | 2024-08-17T03:20:02.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1477 | 2024-08-17T03:20:02.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1478 | 2024-08-17T03:20:02.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1479 | 2024-08-17T03:20:02.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1480 | 2024-08-17T03:20:02.363Z | |
1481 | 2024-08-17T03:20:02.363Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/153) |
1482 | 2024-08-17T03:20:02.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1483 | 2024-08-17T03:20:02.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1484 | 2024-08-17T03:20:02.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1485 | 2024-08-17T03:20:02.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1486 | 2024-08-17T03:20:02.833Z | |
1487 | 2024-08-17T03:20:02.833Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/153) |
1488 | 2024-08-17T03:20:03.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1489 | 2024-08-17T03:20:03.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1490 | 2024-08-17T03:20:03.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1491 | 2024-08-17T03:20:03.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1492 | 2024-08-17T03:20:03.308Z | |
1493 | 2024-08-17T03:20:03.308Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/153) |
1494 | 2024-08-17T03:20:03.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1495 | 2024-08-17T03:20:03.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1496 | 2024-08-17T03:20:03.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1497 | 2024-08-17T03:20:03.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1498 | 2024-08-17T03:20:03.780Z | |
1499 | 2024-08-17T03:20:03.780Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/153) |
1500 | 2024-08-17T03:20:04.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1501 | 2024-08-17T03:20:04.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1502 | 2024-08-17T03:20:04.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1503 | 2024-08-17T03:20:04.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1504 | 2024-08-17T03:20:04.747Z | |
1505 | 2024-08-17T03:20:04.747Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/153) |
1506 | 2024-08-17T03:20:04.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1507 | 2024-08-17T03:20:04.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1508 | 2024-08-17T03:20:04.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1509 | 2024-08-17T03:20:04.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1510 | 2024-08-17T03:20:04.792Z | |
1511 | 2024-08-17T03:20:04.792Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/153) |
1512 | 2024-08-17T03:20:05.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1513 | 2024-08-17T03:20:05.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1514 | 2024-08-17T03:20:05.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1515 | 2024-08-17T03:20:05.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1516 | 2024-08-17T03:20:05.193Z | |
1517 | 2024-08-17T03:20:05.193Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/153) |
1518 | 2024-08-17T03:20:05.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1519 | 2024-08-17T03:20:05.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1520 | 2024-08-17T03:20:05.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1521 | 2024-08-17T03:20:05.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1522 | 2024-08-17T03:20:05.660Z | |
1523 | 2024-08-17T03:20:05.660Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/153) |
1524 | 2024-08-17T03:20:06.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1525 | 2024-08-17T03:20:06.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1526 | 2024-08-17T03:20:06.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1527 | 2024-08-17T03:20:06.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1528 | 2024-08-17T03:20:06.131Z | |
1529 | 2024-08-17T03:20:06.131Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/153) |
1530 | 2024-08-17T03:20:06.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1531 | 2024-08-17T03:20:06.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1532 | 2024-08-17T03:20:06.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1533 | 2024-08-17T03:20:06.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1534 | 2024-08-17T03:20:06.601Z | |
1535 | 2024-08-17T03:20:06.601Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/153) |
1536 | 2024-08-17T03:20:07.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1537 | 2024-08-17T03:20:07.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1538 | 2024-08-17T03:20:07.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1539 | 2024-08-17T03:20:07.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1540 | 2024-08-17T03:20:07.074Z | |
1541 | 2024-08-17T03:20:07.074Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/153) |
1542 | 2024-08-17T03:20:07.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1543 | 2024-08-17T03:20:07.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1544 | 2024-08-17T03:20:07.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1545 | 2024-08-17T03:20:07.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1546 | 2024-08-17T03:20:07.550Z | |
1547 | 2024-08-17T03:20:07.550Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/153) |
1548 | 2024-08-17T03:20:07.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1549 | 2024-08-17T03:20:07.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1550 | 2024-08-17T03:20:07.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1551 | 2024-08-17T03:20:07.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1552 | 2024-08-17T03:20:08.014Z | |
1553 | 2024-08-17T03:20:08.015Z | info: running `cargo check --bins` on sled-hardware-types (25/153) |
1554 | 2024-08-17T03:20:08.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1555 | 2024-08-17T03:20:08.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1556 | 2024-08-17T03:20:08.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1557 | 2024-08-17T03:20:08.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1558 | 2024-08-17T03:20:08.664Z | |
1559 | 2024-08-17T03:20:08.664Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/153) |
1560 | 2024-08-17T03:20:09.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1561 | 2024-08-17T03:20:09.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1562 | 2024-08-17T03:20:09.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1563 | 2024-08-17T03:20:09.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1564 | 2024-08-17T03:20:09.308Z | |
1565 | 2024-08-17T03:20:09.309Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/153) |
1566 | 2024-08-17T03:20:09.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1567 | 2024-08-17T03:20:09.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1568 | 2024-08-17T03:20:09.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1569 | 2024-08-17T03:20:09.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1570 | 2024-08-17T03:20:09.954Z | |
1571 | 2024-08-17T03:20:09.954Z | info: running `cargo check --bins` on oxlog (28/153) |
1572 | 2024-08-17T03:20:10.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1573 | 2024-08-17T03:20:10.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1574 | 2024-08-17T03:20:10.572Z | Checking cfg-if v1.0.0 |
1575 | 2024-08-17T03:20:10.575Z | Checking libc v0.2.155 |
1576 | 2024-08-17T03:20:10.656Z | Checking memchr v2.7.2 |
1577 | 2024-08-17T03:20:10.673Z | Checking serde v1.0.207 |
1578 | 2024-08-17T03:20:10.676Z | Checking zeroize v1.7.0 |
1579 | 2024-08-17T03:20:10.683Z | Checking scopeguard v1.2.0 |
1580 | 2024-08-17T03:20:10.703Z | Checking typenum v1.17.0 |
1581 | 2024-08-17T03:20:10.706Z | Checking byteorder v1.5.0 |
1582 | 2024-08-17T03:20:10.726Z | Checking log v0.4.21 |
1583 | 2024-08-17T03:20:10.821Z | Checking lock_api v0.4.12 |
1584 | 2024-08-17T03:20:10.919Z | Checking subtle v2.5.0 |
1585 | 2024-08-17T03:20:11.013Z | Checking once_cell v1.19.0 |
1586 | 2024-08-17T03:20:11.110Z | Checking const-oid v0.9.6 |
1587 | 2024-08-17T03:20:11.152Z | Checking itoa v1.0.11 |
1588 | 2024-08-17T03:20:11.233Z | Checking pin-project-lite v0.2.14 |
1589 | 2024-08-17T03:20:11.297Z | Checking smallvec v1.13.2 |
1590 | 2024-08-17T03:20:11.353Z | Checking spin v0.9.8 |
1591 | 2024-08-17T03:20:11.356Z | Checking zerocopy v0.7.34 |
1592 | 2024-08-17T03:20:11.485Z | Checking tinyvec_macros v0.1.1 |
1593 | 2024-08-17T03:20:11.570Z | Checking tinyvec v1.6.0 |
1594 | 2024-08-17T03:20:11.646Z | Checking cpufeatures v0.2.12 |
1595 | 2024-08-17T03:20:11.699Z | Checking futures-core v0.3.30 |
1596 | 2024-08-17T03:20:11.730Z | Checking getrandom v0.2.14 |
1597 | 2024-08-17T03:20:11.730Z | Checking parking_lot_core v0.9.10 |
1598 | 2024-08-17T03:20:11.862Z | Checking signal-hook-registry v1.4.2 |
1599 | 2024-08-17T03:20:11.937Z | Checking generic-array v0.14.7 |
1600 | 2024-08-17T03:20:11.970Z | Checking rand_core v0.6.4 |
1601 | 2024-08-17T03:20:12.068Z | Checking parking_lot v0.12.2 |
1602 | 2024-08-17T03:20:12.109Z | Checking mio v1.0.2 |
1603 | 2024-08-17T03:20:12.247Z | Checking socket2 v0.5.7 |
1604 | 2024-08-17T03:20:12.405Z | Checking futures-sink v0.3.30 |
1605 | 2024-08-17T03:20:12.548Z | Checking allocator-api2 v0.2.18 |
1606 | 2024-08-17T03:20:12.695Z | Checking unicode-bidi v0.3.15 |
1607 | 2024-08-17T03:20:12.719Z | Checking ahash v0.8.11 |
1608 | 2024-08-17T03:20:12.741Z | Checking libm v0.2.8 |
1609 | 2024-08-17T03:20:12.846Z | Checking ryu v1.0.18 |
1610 | 2024-08-17T03:20:12.861Z | Checking unicode-normalization v0.1.23 |
1611 | 2024-08-17T03:20:13.063Z | Checking equivalent v1.0.1 |
1612 | 2024-08-17T03:20:13.067Z | Checking crypto-common v0.1.6 |
1613 | 2024-08-17T03:20:13.161Z | Checking block-buffer v0.10.4 |
1614 | 2024-08-17T03:20:13.194Z | Checking block-padding v0.3.3 |
1615 | 2024-08-17T03:20:13.227Z | Checking hashbrown v0.14.5 |
1616 | 2024-08-17T03:20:13.249Z | Checking futures-channel v0.3.30 |
1617 | 2024-08-17T03:20:13.297Z | Checking slab v0.4.9 |
1618 | 2024-08-17T03:20:13.379Z | Checking digest v0.10.7 |
1619 | 2024-08-17T03:20:13.398Z | Checking inout v0.1.3 |
1620 | 2024-08-17T03:20:13.555Z | Checking futures-io v0.3.30 |
1621 | 2024-08-17T03:20:13.580Z | Checking futures-task v0.3.30 |
1622 | 2024-08-17T03:20:13.616Z | Checking cipher v0.4.4 |
1623 | 2024-08-17T03:20:13.637Z | Checking num-traits v0.2.19 |
1624 | 2024-08-17T03:20:13.722Z | Checking pin-utils v0.1.0 |
1625 | 2024-08-17T03:20:13.742Z | Checking hmac v0.12.1 |
1626 | 2024-08-17T03:20:13.762Z | Checking sha2 v0.10.8 |
1627 | 2024-08-17T03:20:13.810Z | Checking futures-util v0.3.30 |
1628 | 2024-08-17T03:20:13.820Z | Checking base64ct v1.6.0 |
1629 | 2024-08-17T03:20:13.949Z | Checking flagset v0.4.5 |
1630 | 2024-08-17T03:20:14.014Z | Checking percent-encoding v2.3.1 |
1631 | 2024-08-17T03:20:14.136Z | Checking ppv-lite86 v0.2.17 |
1632 | 2024-08-17T03:20:14.208Z | Checking salsa20 v0.10.2 |
1633 | 2024-08-17T03:20:14.247Z | Checking pem-rfc7468 v0.7.0 |
1634 | 2024-08-17T03:20:14.324Z | Checking pbkdf2 v0.12.2 |
1635 | 2024-08-17T03:20:14.411Z | Checking tracing-core v0.1.32 |
1636 | 2024-08-17T03:20:14.426Z | Checking fnv v1.0.7 |
1637 | 2024-08-17T03:20:14.477Z | Checking untrusted v0.9.0 |
1638 | 2024-08-17T03:20:14.503Z | Checking der v0.7.9 |
1639 | 2024-08-17T03:20:14.537Z | Checking scrypt v0.11.0 |
1640 | 2024-08-17T03:20:14.631Z | Checking ring v0.17.8 |
1641 | 2024-08-17T03:20:14.765Z | Checking aes v0.8.4 |
1642 | 2024-08-17T03:20:14.862Z | Checking rand_chacha v0.3.1 |
1643 | 2024-08-17T03:20:15.052Z | Checking tracing v0.1.40 |
1644 | 2024-08-17T03:20:15.207Z | Checking rand v0.8.5 |
1645 | 2024-08-17T03:20:15.318Z | Checking cbc v0.1.2 |
1646 | 2024-08-17T03:20:15.381Z | Checking thiserror v1.0.63 |
1647 | 2024-08-17T03:20:15.503Z | Checking foreign-types-shared v0.1.1 |
1648 | 2024-08-17T03:20:15.518Z | Checking form_urlencoded v1.2.1 |
1649 | 2024-08-17T03:20:15.594Z | Checking foreign-types v0.3.2 |
1650 | 2024-08-17T03:20:15.651Z | Checking openssl-sys v0.9.103 |
1651 | 2024-08-17T03:20:15.664Z | Checking bytes v1.7.1 |
1652 | 2024-08-17T03:20:15.677Z | Checking bitflags v2.6.0 |
1653 | 2024-08-17T03:20:15.707Z | Checking indexmap v2.4.0 |
1654 | 2024-08-17T03:20:15.942Z | Checking serde_json v1.0.125 |
1655 | 2024-08-17T03:20:16.287Z | Checking spki v0.7.3 |
1656 | 2024-08-17T03:20:16.437Z | Checking lazy_static v1.5.0 |
1657 | 2024-08-17T03:20:16.454Z | Checking try-lock v0.2.5 |
1658 | 2024-08-17T03:20:16.477Z | Checking tokio v1.39.2 |
1659 | 2024-08-17T03:20:16.563Z | Checking http v0.2.12 |
1660 | 2024-08-17T03:20:16.577Z | Checking pkcs5 v0.7.1 |
1661 | 2024-08-17T03:20:16.583Z | Checking powerfmt v0.2.0 |
1662 | 2024-08-17T03:20:16.840Z | Checking unicode-ident v1.0.12 |
1663 | 2024-08-17T03:20:16.876Z | Checking siphasher v0.3.11 |
1664 | 2024-08-17T03:20:16.987Z | Checking openssl v0.10.66 |
1665 | 2024-08-17T03:20:16.992Z | Checking proc-macro2 v1.0.86 |
1666 | 2024-08-17T03:20:17.059Z | Checking pkcs8 v0.10.2 |
1667 | 2024-08-17T03:20:17.174Z | Checking deranged v0.3.11 |
1668 | 2024-08-17T03:20:17.357Z | Checking want v0.3.1 |
1669 | 2024-08-17T03:20:17.541Z | Checking rustls-webpki v0.101.7 |
1670 | 2024-08-17T03:20:17.602Z | Checking sct v0.7.1 |
1671 | 2024-08-17T03:20:17.663Z | Checking uuid v1.10.0 |
1672 | 2024-08-17T03:20:17.822Z | Checking idna v0.5.0 |
1673 | 2024-08-17T03:20:17.876Z | Checking http-body v0.4.6 |
1674 | 2024-08-17T03:20:18.232Z | Checking httparse v1.8.0 |
1675 | 2024-08-17T03:20:18.246Z | Checking errno v0.3.9 |
1676 | 2024-08-17T03:20:18.261Z | Checking scroll v0.12.0 |
1677 | 2024-08-17T03:20:18.408Z | Checking aho-corasick v1.1.3 |
1678 | 2024-08-17T03:20:18.626Z | Checking regex-syntax v0.8.4 |
1679 | 2024-08-17T03:20:18.626Z | Checking ucd-trie v0.1.6 |
1680 | 2024-08-17T03:20:18.733Z | Checking plain v0.2.3 |
1681 | 2024-08-17T03:20:18.792Z | Checking openssl-probe v0.1.5 |
1682 | 2024-08-17T03:20:18.836Z | Checking iana-time-zone v0.1.60 |
1683 | 2024-08-17T03:20:18.877Z | Checking num-conv v0.1.0 |
1684 | 2024-08-17T03:20:18.892Z | Checking anstyle v1.0.8 |
1685 | 2024-08-17T03:20:18.937Z | Checking utf8parse v0.2.1 |
1686 | 2024-08-17T03:20:18.989Z | Checking httpdate v1.0.3 |
1687 | 2024-08-17T03:20:19.081Z | Checking time-core v0.1.2 |
1688 | 2024-08-17T03:20:19.121Z | Checking num_threads v0.1.7 |
1689 | 2024-08-17T03:20:19.221Z | Checking tower-service v0.3.2 |
1690 | 2024-08-17T03:20:19.237Z | Checking finl_unicode v1.2.0 |
1691 | 2024-08-17T03:20:19.237Z | Checking adler v1.0.2 |
1692 | 2024-08-17T03:20:19.264Z | Checking time v0.3.36 |
1693 | 2024-08-17T03:20:19.327Z | Checking anstyle-parse v0.2.4 |
1694 | 2024-08-17T03:20:19.398Z | Checking miniz_oxide v0.7.2 |
1695 | 2024-08-17T03:20:19.604Z | Checking chrono v0.4.38 |
1696 | 2024-08-17T03:20:19.810Z | Checking stringprep v0.1.4 |
1697 | 2024-08-17T03:20:20.017Z | Checking goblin v0.8.2 |
1698 | 2024-08-17T03:20:20.055Z | Checking pest v2.7.10 |
1699 | 2024-08-17T03:20:20.126Z | Checking url v2.5.2 |
1700 | 2024-08-17T03:20:20.941Z | Checking rustix v0.38.34 |
1701 | 2024-08-17T03:20:21.521Z | Checking rustls v0.21.12 |
1702 | 2024-08-17T03:20:21.817Z | Checking quote v1.0.36 |
1703 | 2024-08-17T03:20:21.868Z | Checking regex-automata v0.4.6 |
1704 | 2024-08-17T03:20:22.161Z | Checking serde_spanned v0.6.7 |
1705 | 2024-08-17T03:20:22.358Z | Checking toml_datetime v0.6.8 |
1706 | 2024-08-17T03:20:22.441Z | Checking native-tls v0.2.11 |
1707 | 2024-08-17T03:20:22.550Z | Checking num-integer v0.1.46 |
1708 | 2024-08-17T03:20:22.615Z | Checking idna v0.3.0 |
1709 | 2024-08-17T03:20:22.738Z | Checking md-5 v0.10.6 |
1710 | 2024-08-17T03:20:22.876Z | Checking hash32 v0.2.1 |
1711 | 2024-08-17T03:20:22.957Z | Checking colorchoice v1.0.1 |
1712 | 2024-08-17T03:20:23.055Z | Checking psl-types v2.0.11 |
1713 | 2024-08-17T03:20:23.074Z | Checking is_terminal_polyfill v1.70.0 |
1714 | 2024-08-17T03:20:23.157Z | Checking anstyle-query v1.0.3 |
1715 | 2024-08-17T03:20:23.191Z | Checking fallible-iterator v0.2.0 |
1716 | 2024-08-17T03:20:23.218Z | Checking base64 v0.22.1 |
1717 | 2024-08-17T03:20:23.278Z | Checking gimli v0.28.1 |
1718 | 2024-08-17T03:20:23.366Z | Checking tokio-util v0.7.11 |
1719 | 2024-08-17T03:20:23.465Z | Checking stable_deref_trait v1.2.0 |
1720 | 2024-08-17T03:20:23.577Z | Checking pretty-hex v0.4.1 |
1721 | 2024-08-17T03:20:23.677Z | Checking heapless v0.7.17 |
1722 | 2024-08-17T03:20:23.748Z | Checking publicsuffix v2.2.3 |
1723 | 2024-08-17T03:20:23.763Z | Checking postgres-protocol v0.6.7 |
1724 | 2024-08-17T03:20:23.984Z | Checking tokio-native-tls v0.3.1 |
1725 | 2024-08-17T03:20:24.222Z | Checking anstream v0.6.14 |
1726 | 2024-08-17T03:20:24.243Z | Checking h2 v0.3.26 |
1727 | 2024-08-17T03:20:24.432Z | Checking num-iter v0.1.45 |
1728 | 2024-08-17T03:20:24.574Z | Checking terminal_size v0.3.0 |
1729 | 2024-08-17T03:20:24.589Z | Checking dtrace-parser v0.2.0 |
1730 | 2024-08-17T03:20:24.610Z | Checking tokio-rustls v0.24.1 |
1731 | 2024-08-17T03:20:24.692Z | Checking syn v2.0.74 |
1732 | 2024-08-17T03:20:24.724Z | Checking cookie v0.17.0 |
1733 | 2024-08-17T03:20:24.946Z | Checking phf_shared v0.11.2 |
1734 | 2024-08-17T03:20:25.045Z | Checking ff v0.13.0 |
1735 | 2024-08-17T03:20:25.106Z | Checking dof v0.3.0 |
1736 | 2024-08-17T03:20:25.120Z | Checking thread-id v4.2.1 |
1737 | 2024-08-17T03:20:25.219Z | Checking object v0.32.2 |
1738 | 2024-08-17T03:20:25.234Z | Checking base16ct v0.2.0 |
1739 | 2024-08-17T03:20:25.249Z | Checking strsim v0.11.1 |
1740 | 2024-08-17T03:20:25.415Z | Checking managed v0.8.0 |
1741 | 2024-08-17T03:20:25.508Z | Checking base64 v0.21.7 |
1742 | 2024-08-17T03:20:25.686Z | Checking winnow v0.5.40 |
1743 | 2024-08-17T03:20:25.769Z | Checking clap_lex v0.7.0 |
1744 | 2024-08-17T03:20:25.938Z | Checking either v1.13.0 |
1745 | 2024-08-17T03:20:26.001Z | Checking regex-automata v0.1.10 |
1746 | 2024-08-17T03:20:26.313Z | Checking ipnet v2.9.0 |
1747 | 2024-08-17T03:20:26.407Z | Checking rustc-demangle v0.1.24 |
1748 | 2024-08-17T03:20:26.432Z | Checking bitflags v1.3.2 |
1749 | 2024-08-17T03:20:26.532Z | Checking smoltcp v0.9.1 |
1750 | 2024-08-17T03:20:26.760Z | Checking regex v1.10.6 |
1751 | 2024-08-17T03:20:26.818Z | Checking bstr v0.2.17 |
1752 | 2024-08-17T03:20:27.223Z | Checking addr2line v0.21.0 |
1753 | 2024-08-17T03:20:27.385Z | Checking clap_builder v4.5.15 |
1754 | 2024-08-17T03:20:27.662Z | Checking rustls-pemfile v1.0.4 |
1755 | 2024-08-17T03:20:27.731Z | Checking sec1 v0.7.3 |
1756 | 2024-08-17T03:20:27.838Z | Checking group v0.13.0 |
1757 | 2024-08-17T03:20:27.942Z | Checking phf v0.11.2 |
1758 | 2024-08-17T03:20:28.099Z | Checking cookie_store v0.20.0 |
1759 | 2024-08-17T03:20:28.113Z | Checking num-bigint-dig v0.8.4 |
1760 | 2024-08-17T03:20:28.202Z | Checking postgres-types v0.2.7 |
1761 | 2024-08-17T03:20:28.696Z | Checking toml_edit v0.19.15 |
1762 | 2024-08-17T03:20:28.722Z | Checking futures-executor v0.3.30 |
1763 | 2024-08-17T03:20:28.943Z | Checking pkcs1 v0.7.5 |
1764 | 2024-08-17T03:20:28.945Z | Checking phf_shared v0.10.0 |
1765 | 2024-08-17T03:20:29.233Z | Checking serde_urlencoded v0.7.1 |
1766 | 2024-08-17T03:20:29.364Z | Checking hubpack v0.1.2 |
1767 | 2024-08-17T03:20:29.661Z | Checking zerocopy v0.6.6 |
1768 | 2024-08-17T03:20:29.665Z | Checking float-cmp v0.9.0 |
1769 | 2024-08-17T03:20:29.852Z | Checking crossbeam-utils v0.8.19 |
1770 | 2024-08-17T03:20:30.177Z | Checking crc32fast v1.4.0 |
1771 | 2024-08-17T03:20:30.286Z | Checking hyper v0.14.30 |
1772 | 2024-08-17T03:20:30.347Z | Checking signal-hook v0.3.17 |
1773 | 2024-08-17T03:20:30.392Z | Checking hkdf v0.12.4 |
1774 | 2024-08-17T03:20:30.421Z | Checking idna v0.4.0 |
1775 | 2024-08-17T03:20:30.551Z | Checking signature v2.2.0 |
1776 | 2024-08-17T03:20:30.590Z | Checking crypto-bigint v0.5.5 |
1777 | 2024-08-17T03:20:30.661Z | Checking mio v0.8.11 |
1778 | 2024-08-17T03:20:30.735Z | Checking memmap v0.7.0 |
1779 | 2024-08-17T03:20:30.882Z | Checking usdt-impl v0.5.0 |
1780 | 2024-08-17T03:20:30.929Z | Checking encoding_rs v0.8.34 |
1781 | 2024-08-17T03:20:31.170Z | Checking minimal-lexical v0.2.1 |
1782 | 2024-08-17T03:20:31.187Z | Checking backtrace v0.3.71 |
1783 | 2024-08-17T03:20:31.213Z | Checking winnow v0.6.18 |
1784 | 2024-08-17T03:20:31.227Z | Checking static_assertions v1.1.0 |
1785 | 2024-08-17T03:20:31.313Z | Checking precomputed-hash v0.1.1 |
1786 | 2024-08-17T03:20:31.415Z | Checking data-encoding v2.6.0 |
1787 | 2024-08-17T03:20:31.429Z | Checking unicode-segmentation v1.11.0 |
1788 | 2024-08-17T03:20:31.534Z | Checking unicode-width v0.1.13 |
1789 | 2024-08-17T03:20:31.707Z | Checking mime v0.3.17 |
1790 | 2024-08-17T03:20:31.724Z | Checking difflib v0.4.0 |
1791 | 2024-08-17T03:20:32.005Z | Checking whoami v1.5.1 |
1792 | 2024-08-17T03:20:32.027Z | Checking bit-vec v0.6.3 |
1793 | 2024-08-17T03:20:32.051Z | Checking new_debug_unreachable v1.0.6 |
1794 | 2024-08-17T03:20:32.066Z | Checking predicates-core v1.0.6 |
1795 | 2024-08-17T03:20:32.143Z | Checking normalize-line-endings v0.3.0 |
1796 | 2024-08-17T03:20:32.248Z | Checking webpki-roots v0.25.4 |
1797 | 2024-08-17T03:20:32.263Z | Checking sync_wrapper v0.1.2 |
1798 | 2024-08-17T03:20:32.311Z | Checking fixedbitset v0.4.2 |
1799 | 2024-08-17T03:20:32.340Z | Checking dyn-clone v1.0.17 |
1800 | 2024-08-17T03:20:32.379Z | Checking bit-set v0.5.3 |
1801 | 2024-08-17T03:20:32.398Z | Checking tokio-postgres v0.7.11 |
1802 | 2024-08-17T03:20:32.480Z | Checking schemars v0.8.21 |
1803 | 2024-08-17T03:20:32.567Z | Checking petgraph v0.6.5 |
1804 | 2024-08-17T03:20:32.624Z | Checking predicates v3.1.2 |
1805 | 2024-08-17T03:20:33.186Z | Checking string_cache v0.8.7 |
1806 | 2024-08-17T03:20:33.265Z | Checking hickory-proto v0.24.1 |
1807 | 2024-08-17T03:20:33.335Z | Checking elliptic-curve v0.13.8 |
1808 | 2024-08-17T03:20:33.464Z | Checking similar v2.5.0 |
1809 | 2024-08-17T03:20:34.042Z | Checking anyhow v1.0.86 |
1810 | 2024-08-17T03:20:34.128Z | Checking console v0.15.8 |
1811 | 2024-08-17T03:20:34.160Z | Checking toml_edit v0.22.20 |
1812 | 2024-08-17T03:20:34.307Z | Checking nom v7.1.3 |
1813 | 2024-08-17T03:20:34.427Z | Checking usdt v0.5.0 |
1814 | 2024-08-17T03:20:34.672Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1815 | 2024-08-17T03:20:34.706Z | Checking signal-hook-mio v0.2.4 |
1816 | 2024-08-17T03:20:34.855Z | Checking toml v0.7.8 |
1817 | 2024-08-17T03:20:35.339Z | Checking rsa v0.9.6 |
1818 | 2024-08-17T03:20:35.579Z | Checking crossbeam-epoch v0.9.18 |
1819 | 2024-08-17T03:20:35.919Z | Checking flate2 v1.0.31 |
1820 | 2024-08-17T03:20:36.010Z | Checking clap v4.5.16 |
1821 | 2024-08-17T03:20:36.124Z | Checking futures v0.3.30 |
1822 | 2024-08-17T03:20:36.224Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1823 | 2024-08-17T03:20:36.250Z | Checking bstr v1.9.1 |
1824 | 2024-08-17T03:20:36.324Z | Checking itertools v0.10.5 |
1825 | 2024-08-17T03:20:36.381Z | Checking hyper-tls v0.5.0 |
1826 | 2024-08-17T03:20:36.536Z | Checking hyper-rustls v0.24.2 |
1827 | 2024-08-17T03:20:36.673Z | Checking itertools v0.12.1 |
1828 | 2024-08-17T03:20:36.766Z | Checking fs-err v2.11.0 |
1829 | 2024-08-17T03:20:36.838Z | Checking reqwest v0.11.27 |
1830 | 2024-08-17T03:20:37.047Z | Checking tokio-stream v0.1.15 |
1831 | 2024-08-17T03:20:37.154Z | Checking nix v0.28.0 |
1832 | 2024-08-17T03:20:37.307Z | Checking openapiv3 v2.0.0 |
1833 | 2024-08-17T03:20:37.833Z | Checking slog v2.7.0 |
1834 | 2024-08-17T03:20:37.980Z | Checking hex v0.4.3 |
1835 | 2024-08-17T03:20:38.316Z | Checking semver v1.0.23 |
1836 | 2024-08-17T03:20:38.463Z | Checking sha1 v0.10.6 |
1837 | 2024-08-17T03:20:38.499Z | Checking lalrpop-util v0.19.12 |
1838 | 2024-08-17T03:20:38.644Z | Checking peg-runtime v0.8.3 |
1839 | 2024-08-17T03:20:38.696Z | Checking camino v1.1.8 |
1840 | 2024-08-17T03:20:38.733Z | Checking sigpipe v0.1.3 |
1841 | 2024-08-17T03:20:40.213Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1842 | 2024-08-17T03:20:40.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.55s |
1843 | 2024-08-17T03:20:40.654Z | |
1844 | 2024-08-17T03:20:40.654Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/153) |
1845 | 2024-08-17T03:20:41.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1846 | 2024-08-17T03:20:41.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1847 | 2024-08-17T03:20:41.318Z | Compiling regress v0.9.1 |
1848 | 2024-08-17T03:20:41.416Z | Checking strum v0.26.3 |
1849 | 2024-08-17T03:20:41.424Z | Checking heck v0.5.0 |
1850 | 2024-08-17T03:20:41.447Z | Compiling getopts v0.2.21 |
1851 | 2024-08-17T03:20:41.460Z | Checking dirs-sys-next v0.1.2 |
1852 | 2024-08-17T03:20:41.470Z | Compiling unsafe-libyaml v0.2.11 |
1853 | 2024-08-17T03:20:41.529Z | Checking http v1.1.0 |
1854 | 2024-08-17T03:20:41.587Z | Checking thread_local v1.1.8 |
1855 | 2024-08-17T03:20:41.601Z | Checking dirs-next v2.0.0 |
1856 | 2024-08-17T03:20:41.712Z | Checking rustls-pki-types v1.7.0 |
1857 | 2024-08-17T03:20:41.783Z | Compiling ident_case v1.0.1 |
1858 | 2024-08-17T03:20:41.846Z | Checking term v0.7.0 |
1859 | 2024-08-17T03:20:41.950Z | Compiling darling_core v0.20.9 |
1860 | 2024-08-17T03:20:42.098Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1861 | 2024-08-17T03:20:42.271Z | Checking crossbeam-channel v0.5.12 |
1862 | 2024-08-17T03:20:42.309Z | Checking is-terminal v0.4.12 |
1863 | 2024-08-17T03:20:42.428Z | Checking atty v0.2.14 |
1864 | 2024-08-17T03:20:42.444Z | Checking take_mut v0.2.2 |
1865 | 2024-08-17T03:20:42.547Z | Checking humantime v2.1.0 |
1866 | 2024-08-17T03:20:42.584Z | Checking utf-8 v0.7.6 |
1867 | 2024-08-17T03:20:42.769Z | Compiling serde_yaml v0.9.34+deprecated |
1868 | 2024-08-17T03:20:42.834Z | Checking termcolor v1.4.1 |
1869 | 2024-08-17T03:20:42.871Z | Compiling paste v1.0.15 |
1870 | 2024-08-17T03:20:42.992Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1871 | 2024-08-17T03:20:43.245Z | Compiling rustls v0.22.4 |
1872 | 2024-08-17T03:20:43.366Z | Checking env_logger v0.9.3 |
1873 | 2024-08-17T03:20:43.449Z | Checking slog-async v2.8.0 |
1874 | 2024-08-17T03:20:43.472Z | Checking slog-term v2.9.1 |
1875 | 2024-08-17T03:20:43.563Z | Checking rustls-webpki v0.102.4 |
1876 | 2024-08-17T03:20:43.739Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1877 | 2024-08-17T03:20:43.834Z | Compiling proc-macro-crate v1.3.1 |
1878 | 2024-08-17T03:20:43.980Z | Compiling bitstruct_derive v0.1.0 |
1879 | 2024-08-17T03:20:44.107Z | Compiling structmeta-derive v0.3.0 |
1880 | 2024-08-17T03:20:44.345Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1881 | 2024-08-17T03:20:44.470Z | Compiling multer v3.1.0 |
1882 | 2024-08-17T03:20:44.764Z | Checking match_cfg v0.1.0 |
1883 | 2024-08-17T03:20:44.807Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1884 | 2024-08-17T03:20:44.857Z | Checking ascii v1.1.0 |
1885 | 2024-08-17T03:20:44.912Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1886 | 2024-08-17T03:20:45.238Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1887 | 2024-08-17T03:20:45.363Z | Checking bitstruct v0.1.1 |
1888 | 2024-08-17T03:20:45.497Z | Compiling num_enum_derive v0.5.11 |
1889 | 2024-08-17T03:20:46.158Z | Checking hostname v0.3.1 |
1890 | 2024-08-17T03:20:46.360Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1891 | 2024-08-17T03:20:46.515Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1892 | 2024-08-17T03:20:46.976Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1893 | 2024-08-17T03:20:47.037Z | Compiling structmeta v0.3.0 |
1894 | 2024-08-17T03:20:47.248Z | Checking slog-json v2.6.1 |
1895 | 2024-08-17T03:20:47.264Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1896 | 2024-08-17T03:20:47.436Z | Checking erased-serde v0.3.31 |
1897 | 2024-08-17T03:20:47.509Z | Checking serde_arrays v0.1.0 |
1898 | 2024-08-17T03:20:47.525Z | Compiling async-stream-impl v0.3.5 |
1899 | 2024-08-17T03:20:47.646Z | Compiling foreign-types-macros v0.2.3 |
1900 | 2024-08-17T03:20:47.990Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1901 | 2024-08-17T03:20:48.232Z | Checking arc-swap v1.7.1 |
1902 | 2024-08-17T03:20:48.303Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1903 | 2024-08-17T03:20:48.449Z | Checking atomic-waker v1.1.2 |
1904 | 2024-08-17T03:20:48.573Z | Checking foreign-types-shared v0.3.1 |
1905 | 2024-08-17T03:20:48.609Z | Checking waitgroup v0.1.2 |
1906 | 2024-08-17T03:20:48.653Z | Checking slog-scope v4.4.0 |
1907 | 2024-08-17T03:20:48.679Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1908 | 2024-08-17T03:20:48.855Z | Checking num_enum v0.5.11 |
1909 | 2024-08-17T03:20:48.871Z | Checking slog-bunyan v2.5.0 |
1910 | 2024-08-17T03:20:48.883Z | Checking async-stream v0.3.5 |
1911 | 2024-08-17T03:20:48.921Z | Compiling darling_macro v0.20.9 |
1912 | 2024-08-17T03:20:49.002Z | Compiling parse-display-derive v0.10.0 |
1913 | 2024-08-17T03:20:49.019Z | Checking foreign-types v0.5.0 |
1914 | 2024-08-17T03:20:49.030Z | Compiling proc-macro-error v1.0.4 |
1915 | 2024-08-17T03:20:49.281Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1916 | 2024-08-17T03:20:49.397Z | Checking toml v0.8.19 |
1917 | 2024-08-17T03:20:49.657Z | Checking tungstenite v0.20.1 |
1918 | 2024-08-17T03:20:49.719Z | Checking rustls-pemfile v2.1.3 |
1919 | 2024-08-17T03:20:49.890Z | Compiling darling v0.20.9 |
1920 | 2024-08-17T03:20:49.943Z | Compiling heck v0.3.3 |
1921 | 2024-08-17T03:20:50.000Z | Compiling serde_with_macros v3.8.3 |
1922 | 2024-08-17T03:20:50.048Z | Checking tokio-rustls v0.25.0 |
1923 | 2024-08-17T03:20:50.102Z | Checking newtype-uuid v1.1.0 |
1924 | 2024-08-17T03:20:50.338Z | Checking ipnetwork v0.20.0 |
1925 | 2024-08-17T03:20:50.420Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1926 | 2024-08-17T03:20:50.439Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1927 | 2024-08-17T03:20:50.552Z | Checking serde_path_to_error v0.1.16 |
1928 | 2024-08-17T03:20:50.701Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1929 | 2024-08-17T03:20:51.171Z | Checking hostname v0.4.0 |
1930 | 2024-08-17T03:20:51.247Z | Checking cstr-argument v0.1.2 |
1931 | 2024-08-17T03:20:51.312Z | Checking instant v0.1.12 |
1932 | 2024-08-17T03:20:51.421Z | Checking debug-ignore v1.0.5 |
1933 | 2024-08-17T03:20:51.434Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1934 | 2024-08-17T03:20:51.441Z | Checking fastrand v2.1.0 |
1935 | 2024-08-17T03:20:51.551Z | Checking pretty-hex v0.2.1 |
1936 | 2024-08-17T03:20:51.715Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1937 | 2024-08-17T03:20:52.253Z | Checking tempfile v3.10.1 |
1938 | 2024-08-17T03:20:52.280Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1939 | 2024-08-17T03:20:52.280Z | Checking backoff v0.4.0 |
1940 | 2024-08-17T03:20:52.280Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1941 | 2024-08-17T03:20:52.280Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1942 | 2024-08-17T03:20:52.289Z | Checking tokio-tungstenite v0.20.1 |
1943 | 2024-08-17T03:20:52.289Z | Compiling zone_cfg_derive v0.1.2 |
1944 | 2024-08-17T03:20:52.572Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1945 | 2024-08-17T03:20:52.719Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1946 | 2024-08-17T03:20:52.780Z | Checking slog-stdlog v4.1.1 |
1947 | 2024-08-17T03:20:52.949Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1948 | 2024-08-17T03:20:52.969Z | Checking serde_with v3.8.3 |
1949 | 2024-08-17T03:20:53.102Z | Checking tungstenite v0.21.0 |
1950 | 2024-08-17T03:20:53.497Z | Checking colored v2.1.0 |
1951 | 2024-08-17T03:20:53.629Z | Checking parse-display v0.10.0 |
1952 | 2024-08-17T03:20:53.779Z | Checking macaddr v1.0.1 |
1953 | 2024-08-17T03:20:53.813Z | Checking socket2 v0.4.10 |
1954 | 2024-08-17T03:20:53.909Z | Checking base64 v0.13.1 |
1955 | 2024-08-17T03:20:54.019Z | Checking tokio-tungstenite v0.21.0 |
1956 | 2024-08-17T03:20:54.099Z | Checking zone v0.1.8 |
1957 | 2024-08-17T03:20:54.315Z | Checking ron v0.7.1 |
1958 | 2024-08-17T03:20:54.487Z | Checking slog-envlogger v2.2.0 |
1959 | 2024-08-17T03:20:54.694Z | Checking pem v3.0.4 |
1960 | 2024-08-17T03:20:54.796Z | Checking tabwriter v1.4.0 |
1961 | 2024-08-17T03:20:54.959Z | Checking xattr v1.3.1 |
1962 | 2024-08-17T03:20:55.026Z | Checking portpicker v0.1.1 |
1963 | 2024-08-17T03:20:55.151Z | Checking yasna v0.5.2 |
1964 | 2024-08-17T03:20:55.154Z | Checking headers-core v0.2.0 |
1965 | 2024-08-17T03:20:55.308Z | Checking smf v0.2.3 |
1966 | 2024-08-17T03:20:55.449Z | Checking filetime v0.2.24 |
1967 | 2024-08-17T03:20:55.655Z | Checking same-file v1.0.6 |
1968 | 2024-08-17T03:20:55.735Z | Checking tar v0.4.41 |
1969 | 2024-08-17T03:20:55.827Z | Checking walkdir v2.5.0 |
1970 | 2024-08-17T03:20:55.978Z | Checking headers v0.3.9 |
1971 | 2024-08-17T03:20:56.047Z | Checking rcgen v0.12.1 |
1972 | 2024-08-17T03:20:56.101Z | Checking camino-tempfile v1.1.1 |
1973 | 2024-08-17T03:20:56.330Z | Checking atomicwrites v0.4.3 |
1974 | 2024-08-17T03:20:56.380Z | Checking subprocess v0.2.9 |
1975 | 2024-08-17T03:20:57.412Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1976 | 2024-08-17T03:20:57.673Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1977 | 2024-08-17T03:20:59.414Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1978 | 2024-08-17T03:21:01.290Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1979 | 2024-08-17T03:21:01.368Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1980 | 2024-08-17T03:21:04.530Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1981 | 2024-08-17T03:21:10.941Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1982 | 2024-08-17T03:21:11.069Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1983 | 2024-08-17T03:21:11.069Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1984 | 2024-08-17T03:21:13.597Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1985 | 2024-08-17T03:21:13.932Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1986 | 2024-08-17T03:21:19.759Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1987 | 2024-08-17T03:21:21.195Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1988 | 2024-08-17T03:21:22.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.60s |
1989 | 2024-08-17T03:21:22.436Z | |
1990 | 2024-08-17T03:21:22.436Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/153) |
1991 | 2024-08-17T03:21:23.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1992 | 2024-08-17T03:21:23.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1993 | 2024-08-17T03:21:23.094Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1994 | 2024-08-17T03:21:24.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s |
1995 | 2024-08-17T03:21:24.491Z | |
1996 | 2024-08-17T03:21:24.491Z | info: running `cargo check --bins` on nexus-config (31/153) |
1997 | 2024-08-17T03:21:25.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1998 | 2024-08-17T03:21:25.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1999 | 2024-08-17T03:21:25.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2000 | 2024-08-17T03:21:25.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2001 | 2024-08-17T03:21:25.128Z | |
2002 | 2024-08-17T03:21:25.128Z | info: running `cargo check --bins` on omicron-rpaths (32/153) |
2003 | 2024-08-17T03:21:25.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2004 | 2024-08-17T03:21:25.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2005 | 2024-08-17T03:21:25.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2006 | 2024-08-17T03:21:25.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2007 | 2024-08-17T03:21:25.733Z | |
2008 | 2024-08-17T03:21:25.733Z | info: running `cargo check --bins` on omicron-certificates (33/153) |
2009 | 2024-08-17T03:21:26.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2010 | 2024-08-17T03:21:26.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2011 | 2024-08-17T03:21:26.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2012 | 2024-08-17T03:21:26.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2013 | 2024-08-17T03:21:26.369Z | |
2014 | 2024-08-17T03:21:26.369Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/153) |
2015 | 2024-08-17T03:21:26.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2016 | 2024-08-17T03:21:26.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2017 | 2024-08-17T03:21:27.024Z | Compiling heapless v0.8.0 |
2018 | 2024-08-17T03:21:27.027Z | Checking hash32 v0.3.1 |
2019 | 2024-08-17T03:21:27.121Z | Compiling smoltcp v0.11.0 |
2020 | 2024-08-17T03:21:27.133Z | Checking embedded-io v0.4.0 |
2021 | 2024-08-17T03:21:27.136Z | Checking cobs v0.2.3 |
2022 | 2024-08-17T03:21:27.155Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2023 | 2024-08-17T03:21:27.158Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2024 | 2024-08-17T03:21:27.183Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2025 | 2024-08-17T03:21:27.263Z | Compiling crucible-workspace-hack v0.1.0 |
2026 | 2024-08-17T03:21:27.304Z | Checking postcard v1.0.8 |
2027 | 2024-08-17T03:21:27.304Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2028 | 2024-08-17T03:21:27.328Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2029 | 2024-08-17T03:21:27.521Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2030 | 2024-08-17T03:21:27.554Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2031 | 2024-08-17T03:21:27.649Z | Compiling num-derive v0.4.2 |
2032 | 2024-08-17T03:21:27.833Z | Compiling slog-dtrace v0.3.0 |
2033 | 2024-08-17T03:21:27.861Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2034 | 2024-08-17T03:21:27.985Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2035 | 2024-08-17T03:21:28.009Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2036 | 2024-08-17T03:21:28.814Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2037 | 2024-08-17T03:21:29.326Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2038 | 2024-08-17T03:21:30.696Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2039 | 2024-08-17T03:21:31.555Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2040 | 2024-08-17T03:21:32.600Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2041 | 2024-08-17T03:21:34.298Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2042 | 2024-08-17T03:21:34.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.59s |
2043 | 2024-08-17T03:21:35.113Z | |
2044 | 2024-08-17T03:21:35.113Z | info: running `cargo check --bins` on clickhouse-admin-api (35/153) |
2045 | 2024-08-17T03:21:35.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2046 | 2024-08-17T03:21:35.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2047 | 2024-08-17T03:21:35.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2048 | 2024-08-17T03:21:35.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2049 | 2024-08-17T03:21:35.765Z | |
2050 | 2024-08-17T03:21:35.766Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (36/153) |
2051 | 2024-08-17T03:21:36.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2052 | 2024-08-17T03:21:36.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2053 | 2024-08-17T03:21:36.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2054 | 2024-08-17T03:21:36.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2055 | 2024-08-17T03:21:36.493Z | |
2056 | 2024-08-17T03:21:36.493Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/153) |
2057 | 2024-08-17T03:21:37.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2058 | 2024-08-17T03:21:37.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2059 | 2024-08-17T03:21:37.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2060 | 2024-08-17T03:21:37.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2061 | 2024-08-17T03:21:37.222Z | |
2062 | 2024-08-17T03:21:37.222Z | info: running `cargo check --bins` on dns-server (38/153) |
2063 | 2024-08-17T03:21:37.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2064 | 2024-08-17T03:21:37.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2065 | 2024-08-17T03:21:37.861Z | Compiling parking_lot_core v0.8.6 |
2066 | 2024-08-17T03:21:37.951Z | Checking newline-converter v0.3.0 |
2067 | 2024-08-17T03:21:37.962Z | Checking nibble_vec v0.1.0 |
2068 | 2024-08-17T03:21:37.962Z | Checking quick-error v1.2.3 |
2069 | 2024-08-17T03:21:37.962Z | Checking linked-hash-map v0.5.6 |
2070 | 2024-08-17T03:21:37.962Z | Checking endian-type v0.1.2 |
2071 | 2024-08-17T03:21:37.962Z | Checking fxhash v0.2.1 |
2072 | 2024-08-17T03:21:37.983Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2073 | 2024-08-17T03:21:38.064Z | Checking expectorate v1.1.0 |
2074 | 2024-08-17T03:21:38.080Z | Checking resolv-conf v0.7.0 |
2075 | 2024-08-17T03:21:38.119Z | Checking hickory-server v0.24.1 |
2076 | 2024-08-17T03:21:38.174Z | Checking radix_trie v0.2.1 |
2077 | 2024-08-17T03:21:38.206Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2078 | 2024-08-17T03:21:38.301Z | Checking lru-cache v0.1.2 |
2079 | 2024-08-17T03:21:38.471Z | Checking hickory-resolver v0.24.1 |
2080 | 2024-08-17T03:21:38.496Z | Checking hickory-client v0.24.1 |
2081 | 2024-08-17T03:21:38.645Z | Checking parking_lot v0.11.2 |
2082 | 2024-08-17T03:21:38.901Z | Checking sled v0.34.7 |
2083 | 2024-08-17T03:21:40.677Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2084 | 2024-08-17T03:21:41.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s |
2085 | 2024-08-17T03:21:41.883Z | |
2086 | 2024-08-17T03:21:41.883Z | info: running `cargo check --bins` on dns-server-api (39/153) |
2087 | 2024-08-17T03:21:42.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2088 | 2024-08-17T03:21:42.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2089 | 2024-08-17T03:21:42.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2090 | 2024-08-17T03:21:42.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2091 | 2024-08-17T03:21:42.502Z | |
2092 | 2024-08-17T03:21:42.502Z | info: running `cargo check --bins` on dns-service-client (40/153) |
2093 | 2024-08-17T03:21:43.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2094 | 2024-08-17T03:21:43.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2095 | 2024-08-17T03:21:43.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2096 | 2024-08-17T03:21:43.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2097 | 2024-08-17T03:21:43.105Z | |
2098 | 2024-08-17T03:21:43.105Z | info: running `cargo check --bins` on gateway-test-utils (41/153) |
2099 | 2024-08-17T03:21:43.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2100 | 2024-08-17T03:21:43.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2101 | 2024-08-17T03:21:43.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2102 | 2024-08-17T03:21:43.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2103 | 2024-08-17T03:21:43.788Z | |
2104 | 2024-08-17T03:21:43.788Z | info: running `cargo check --bins` on gateway-types (42/153) |
2105 | 2024-08-17T03:21:44.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2106 | 2024-08-17T03:21:44.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2107 | 2024-08-17T03:21:44.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2108 | 2024-08-17T03:21:44.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2109 | 2024-08-17T03:21:44.428Z | |
2110 | 2024-08-17T03:21:44.428Z | info: running `cargo check --bins` on ipcc (43/153) |
2111 | 2024-08-17T03:21:44.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2112 | 2024-08-17T03:21:45.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2113 | 2024-08-17T03:21:45.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2114 | 2024-08-17T03:21:45.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2115 | 2024-08-17T03:21:45.064Z | |
2116 | 2024-08-17T03:21:45.064Z | info: running `cargo check --bins` on omicron-gateway (44/153) |
2117 | 2024-08-17T03:21:45.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2118 | 2024-08-17T03:21:45.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2119 | 2024-08-17T03:21:45.743Z | Compiling radium v0.7.0 |
2120 | 2024-08-17T03:21:45.833Z | Checking tap v1.0.1 |
2121 | 2024-08-17T03:21:45.836Z | Compiling maybe-uninit v2.0.0 |
2122 | 2024-08-17T03:21:45.851Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2123 | 2024-08-17T03:21:45.854Z | Compiling packed_struct v0.10.1 |
2124 | 2024-08-17T03:21:45.854Z | Checking crc-catalog v2.4.0 |
2125 | 2024-08-17T03:21:45.854Z | Checking funty v2.0.0 |
2126 | 2024-08-17T03:21:45.898Z | Compiling packed_struct_codegen v0.10.1 |
2127 | 2024-08-17T03:21:45.956Z | Checking wyz v0.5.1 |
2128 | 2024-08-17T03:21:45.979Z | Checking crc v3.2.1 |
2129 | 2024-08-17T03:21:46.323Z | Checking half v2.4.1 |
2130 | 2024-08-17T03:21:46.404Z | Compiling indexmap v1.9.3 |
2131 | 2024-08-17T03:21:46.423Z | Checking nodrop v0.1.14 |
2132 | 2024-08-17T03:21:46.526Z | Checking ciborium-io v0.2.2 |
2133 | 2024-08-17T03:21:46.541Z | Checking array-init v0.0.4 |
2134 | 2024-08-17T03:21:46.586Z | Checking smallvec v0.6.14 |
2135 | 2024-08-17T03:21:46.643Z | Compiling memoffset v0.9.1 |
2136 | 2024-08-17T03:21:46.715Z | Checking ciborium-ll v0.2.2 |
2137 | 2024-08-17T03:21:46.744Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2138 | 2024-08-17T03:21:46.774Z | Checking bitvec v1.0.1 |
2139 | 2024-08-17T03:21:46.935Z | Checking hashbrown v0.12.3 |
2140 | 2024-08-17T03:21:46.951Z | Checking bitfield v0.14.0 |
2141 | 2024-08-17T03:21:46.981Z | Checking ciborium v0.2.2 |
2142 | 2024-08-17T03:21:47.050Z | Checking env_logger v0.10.2 |
2143 | 2024-08-17T03:21:47.353Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2144 | 2024-08-17T03:21:47.454Z | Checking ron v0.8.1 |
2145 | 2024-08-17T03:21:47.481Z | Checking serde-hex v0.1.0 |
2146 | 2024-08-17T03:21:47.578Z | Checking x509-cert v0.2.5 |
2147 | 2024-08-17T03:21:47.922Z | Checking hashbrown v0.13.2 |
2148 | 2024-08-17T03:21:48.028Z | Checking bzip2 v0.4.4 |
2149 | 2024-08-17T03:21:48.316Z | Checking crc-any v2.5.0 |
2150 | 2024-08-17T03:21:48.613Z | Checking zip v0.6.6 |
2151 | 2024-08-17T03:21:48.669Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2152 | 2024-08-17T03:21:48.752Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2153 | 2024-08-17T03:21:48.931Z | Checking path-slash v0.1.5 |
2154 | 2024-08-17T03:21:48.957Z | Checking object v0.30.4 |
2155 | 2024-08-17T03:21:49.075Z | Checking nix v0.27.1 |
2156 | 2024-08-17T03:21:49.139Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2157 | 2024-08-17T03:21:49.185Z | Checking serde-big-array v0.5.1 |
2158 | 2024-08-17T03:21:49.217Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2159 | 2024-08-17T03:21:49.307Z | Checking signal-hook-tokio v0.3.1 |
2160 | 2024-08-17T03:21:51.208Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2161 | 2024-08-17T03:21:51.953Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2162 | 2024-08-17T03:21:58.746Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2163 | 2024-08-17T03:21:59.988Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2164 | 2024-08-17T03:22:01.696Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2165 | 2024-08-17T03:22:03.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.37s |
2166 | 2024-08-17T03:22:03.605Z | |
2167 | 2024-08-17T03:22:03.605Z | info: running `cargo check --bins` on gateway-api (45/153) |
2168 | 2024-08-17T03:22:04.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2169 | 2024-08-17T03:22:04.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2170 | 2024-08-17T03:22:04.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2171 | 2024-08-17T03:22:04.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2172 | 2024-08-17T03:22:04.237Z | |
2173 | 2024-08-17T03:22:04.237Z | info: running `cargo check --bins` on sp-sim (46/153) |
2174 | 2024-08-17T03:22:04.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2175 | 2024-08-17T03:22:04.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2176 | 2024-08-17T03:22:04.867Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2177 | 2024-08-17T03:22:06.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s |
2178 | 2024-08-17T03:22:06.638Z | |
2179 | 2024-08-17T03:22:06.638Z | info: running `cargo check --bins` on internal-dns (47/153) |
2180 | 2024-08-17T03:22:07.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2181 | 2024-08-17T03:22:07.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2182 | 2024-08-17T03:22:07.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2183 | 2024-08-17T03:22:07.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2184 | 2024-08-17T03:22:07.274Z | |
2185 | 2024-08-17T03:22:07.274Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (48/153) |
2186 | 2024-08-17T03:22:07.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2187 | 2024-08-17T03:22:07.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2188 | 2024-08-17T03:22:07.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2189 | 2024-08-17T03:22:07.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2190 | 2024-08-17T03:22:07.950Z | |
2191 | 2024-08-17T03:22:07.950Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/153) |
2192 | 2024-08-17T03:22:08.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2193 | 2024-08-17T03:22:08.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2194 | 2024-08-17T03:22:08.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2195 | 2024-08-17T03:22:08.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2196 | 2024-08-17T03:22:08.642Z | |
2197 | 2024-08-17T03:22:08.642Z | info: running `cargo check --bins` on db-macros (50/153) |
2198 | 2024-08-17T03:22:09.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2199 | 2024-08-17T03:22:09.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2200 | 2024-08-17T03:22:09.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2201 | 2024-08-17T03:22:09.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2202 | 2024-08-17T03:22:09.250Z | |
2203 | 2024-08-17T03:22:09.250Z | info: running `cargo check --bins` on nexus-macros-common (51/153) |
2204 | 2024-08-17T03:22:09.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2205 | 2024-08-17T03:22:09.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2206 | 2024-08-17T03:22:09.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2207 | 2024-08-17T03:22:09.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2208 | 2024-08-17T03:22:09.851Z | |
2209 | 2024-08-17T03:22:09.851Z | info: running `cargo check --bins` on nexus-auth (52/153) |
2210 | 2024-08-17T03:22:10.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2211 | 2024-08-17T03:22:10.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2212 | 2024-08-17T03:22:10.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2213 | 2024-08-17T03:22:10.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2214 | 2024-08-17T03:22:10.524Z | |
2215 | 2024-08-17T03:22:10.524Z | info: running `cargo check --bins` on authz-macros (53/153) |
2216 | 2024-08-17T03:22:11.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2217 | 2024-08-17T03:22:11.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2218 | 2024-08-17T03:22:11.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2219 | 2024-08-17T03:22:11.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2220 | 2024-08-17T03:22:11.141Z | |
2221 | 2024-08-17T03:22:11.141Z | info: running `cargo check --bins` on nexus-db-fixed-data (54/153) |
2222 | 2024-08-17T03:22:11.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2223 | 2024-08-17T03:22:11.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2224 | 2024-08-17T03:22:11.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2225 | 2024-08-17T03:22:11.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2226 | 2024-08-17T03:22:11.804Z | |
2227 | 2024-08-17T03:22:11.804Z | info: running `cargo check --bins` on nexus-db-model (55/153) |
2228 | 2024-08-17T03:22:12.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2229 | 2024-08-17T03:22:12.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2230 | 2024-08-17T03:22:12.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2231 | 2024-08-17T03:22:12.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2232 | 2024-08-17T03:22:12.473Z | |
2233 | 2024-08-17T03:22:12.473Z | info: running `cargo check --bins` on nexus-defaults (56/153) |
2234 | 2024-08-17T03:22:13.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2235 | 2024-08-17T03:22:13.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2236 | 2024-08-17T03:22:13.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2237 | 2024-08-17T03:22:13.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2238 | 2024-08-17T03:22:13.112Z | |
2239 | 2024-08-17T03:22:13.112Z | info: running `cargo check --bins` on nexus-sled-agent-shared (57/153) |
2240 | 2024-08-17T03:22:13.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2241 | 2024-08-17T03:22:13.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2242 | 2024-08-17T03:22:13.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2243 | 2024-08-17T03:22:13.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2244 | 2024-08-17T03:22:13.770Z | |
2245 | 2024-08-17T03:22:13.771Z | info: running `cargo check --bins` on omicron-passwords (58/153) |
2246 | 2024-08-17T03:22:14.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2247 | 2024-08-17T03:22:14.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2248 | 2024-08-17T03:22:14.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2249 | 2024-08-17T03:22:14.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2250 | 2024-08-17T03:22:14.393Z | |
2251 | 2024-08-17T03:22:14.393Z | info: running `cargo check --bins` on nexus-types (59/153) |
2252 | 2024-08-17T03:22:14.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2253 | 2024-08-17T03:22:14.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2254 | 2024-08-17T03:22:14.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2255 | 2024-08-17T03:22:14.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2256 | 2024-08-17T03:22:15.051Z | |
2257 | 2024-08-17T03:22:15.051Z | info: running `cargo check --bins` on gateway-client (60/153) |
2258 | 2024-08-17T03:22:15.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2259 | 2024-08-17T03:22:15.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2260 | 2024-08-17T03:22:15.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2261 | 2024-08-17T03:22:15.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2262 | 2024-08-17T03:22:15.676Z | |
2263 | 2024-08-17T03:22:15.676Z | info: running `cargo check --bins` on sled-agent-client (61/153) |
2264 | 2024-08-17T03:22:16.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2265 | 2024-08-17T03:22:16.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2266 | 2024-08-17T03:22:16.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2267 | 2024-08-17T03:22:16.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2268 | 2024-08-17T03:22:16.328Z | |
2269 | 2024-08-17T03:22:16.328Z | info: running `cargo check --bins` on oximeter (62/153) |
2270 | 2024-08-17T03:22:16.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2271 | 2024-08-17T03:22:16.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2272 | 2024-08-17T03:22:16.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2273 | 2024-08-17T03:22:16.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2274 | 2024-08-17T03:22:16.957Z | |
2275 | 2024-08-17T03:22:16.957Z | info: running `cargo check --bins` on oximeter-macro-impl (63/153) |
2276 | 2024-08-17T03:22:17.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2277 | 2024-08-17T03:22:17.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2278 | 2024-08-17T03:22:17.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2279 | 2024-08-17T03:22:17.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2280 | 2024-08-17T03:22:17.575Z | |
2281 | 2024-08-17T03:22:17.575Z | info: running `cargo check --bins` on oximeter-schema (64/153) |
2282 | 2024-08-17T03:22:18.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2283 | 2024-08-17T03:22:18.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2284 | 2024-08-17T03:22:18.218Z | Checking num-rational v0.4.2 |
2285 | 2024-08-17T03:22:18.218Z | Checking num-complex v0.4.6 |
2286 | 2024-08-17T03:22:18.218Z | Compiling prettyplease v0.2.20 |
2287 | 2024-08-17T03:22:18.218Z | Checking float-ord v0.3.2 |
2288 | 2024-08-17T03:22:18.920Z | Checking num v0.4.3 |
2289 | 2024-08-17T03:22:18.987Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2290 | 2024-08-17T03:22:20.960Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2291 | 2024-08-17T03:22:21.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s |
2292 | 2024-08-17T03:22:22.017Z | |
2293 | 2024-08-17T03:22:22.017Z | info: running `cargo check --bins` on oximeter-types (65/153) |
2294 | 2024-08-17T03:22:22.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2295 | 2024-08-17T03:22:22.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2296 | 2024-08-17T03:22:22.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2297 | 2024-08-17T03:22:22.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2298 | 2024-08-17T03:22:22.654Z | |
2299 | 2024-08-17T03:22:22.654Z | info: running `cargo check --bins` on oximeter-timeseries-macro (66/153) |
2300 | 2024-08-17T03:22:23.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2301 | 2024-08-17T03:22:23.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2302 | 2024-08-17T03:22:23.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2303 | 2024-08-17T03:22:23.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2304 | 2024-08-17T03:22:23.299Z | |
2305 | 2024-08-17T03:22:23.299Z | info: running `cargo check --bins` on nexus-inventory (67/153) |
2306 | 2024-08-17T03:22:23.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2307 | 2024-08-17T03:22:23.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2308 | 2024-08-17T03:22:23.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2309 | 2024-08-17T03:22:23.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2310 | 2024-08-17T03:22:23.960Z | |
2311 | 2024-08-17T03:22:23.960Z | info: running `cargo check --bins` on typed-rng (68/153) |
2312 | 2024-08-17T03:22:24.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2313 | 2024-08-17T03:22:24.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2314 | 2024-08-17T03:22:24.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2315 | 2024-08-17T03:22:24.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2316 | 2024-08-17T03:22:24.575Z | |
2317 | 2024-08-17T03:22:24.575Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (69/153) |
2318 | 2024-08-17T03:22:25.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2319 | 2024-08-17T03:22:25.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2320 | 2024-08-17T03:22:25.314Z | Compiling toml v0.8.19 |
2321 | 2024-08-17T03:22:25.314Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2322 | 2024-08-17T03:22:25.317Z | Compiling rustls-pki-types v1.7.0 |
2323 | 2024-08-17T03:22:25.317Z | Checking password-hash v0.5.0 |
2324 | 2024-08-17T03:22:25.317Z | Checking blake2 v0.10.6 |
2325 | 2024-08-17T03:22:25.317Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2326 | 2024-08-17T03:22:25.317Z | Compiling match_cfg v0.1.0 |
2327 | 2024-08-17T03:22:25.317Z | Compiling slog-json v2.6.1 |
2328 | 2024-08-17T03:22:25.542Z | Compiling hostname v0.3.1 |
2329 | 2024-08-17T03:22:25.793Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2330 | 2024-08-17T03:22:25.823Z | Compiling rustls-webpki v0.102.4 |
2331 | 2024-08-17T03:22:25.840Z | Compiling http v1.1.0 |
2332 | 2024-08-17T03:22:25.855Z | Compiling atomic-waker v1.1.2 |
2333 | 2024-08-17T03:22:25.884Z | Checking argon2 v0.5.3 |
2334 | 2024-08-17T03:22:25.994Z | Compiling semver v0.1.20 |
2335 | 2024-08-17T03:22:26.049Z | Compiling convert_case v0.4.0 |
2336 | 2024-08-17T03:22:26.070Z | Compiling waitgroup v0.1.2 |
2337 | 2024-08-17T03:22:26.199Z | Compiling rustls-pemfile v2.1.3 |
2338 | 2024-08-17T03:22:26.276Z | Compiling slog-bunyan v2.5.0 |
2339 | 2024-08-17T03:22:26.492Z | Compiling rustc_version v0.1.7 |
2340 | 2024-08-17T03:22:26.544Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2341 | 2024-08-17T03:22:26.663Z | Compiling rustls v0.22.4 |
2342 | 2024-08-17T03:22:26.677Z | Compiling async-stream v0.3.5 |
2343 | 2024-08-17T03:22:27.296Z | Compiling newtype-uuid v1.1.0 |
2344 | 2024-08-17T03:22:27.323Z | Compiling ipnetwork v0.20.0 |
2345 | 2024-08-17T03:22:27.323Z | Compiling serde_path_to_error v0.1.16 |
2346 | 2024-08-17T03:22:27.323Z | Compiling derive_more v0.99.18 |
2347 | 2024-08-17T03:22:27.323Z | Compiling hostname v0.4.0 |
2348 | 2024-08-17T03:22:27.323Z | Compiling instant v0.1.12 |
2349 | 2024-08-17T03:22:27.323Z | Compiling debug-ignore v1.0.5 |
2350 | 2024-08-17T03:22:27.395Z | Compiling multer v3.1.0 |
2351 | 2024-08-17T03:22:27.442Z | Compiling rayon-core v1.12.1 |
2352 | 2024-08-17T03:22:27.772Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2353 | 2024-08-17T03:22:27.842Z | Compiling backoff v0.4.0 |
2354 | 2024-08-17T03:22:27.876Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2355 | 2024-08-17T03:22:27.899Z | Compiling newtype_derive v0.1.6 |
2356 | 2024-08-17T03:22:28.195Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2357 | 2024-08-17T03:22:28.213Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2358 | 2024-08-17T03:22:28.213Z | Compiling parse-display v0.10.0 |
2359 | 2024-08-17T03:22:28.307Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2360 | 2024-08-17T03:22:28.448Z | Compiling serde_with v3.8.3 |
2361 | 2024-08-17T03:22:28.482Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2362 | 2024-08-17T03:22:28.498Z | Compiling num-rational v0.4.2 |
2363 | 2024-08-17T03:22:28.646Z | Compiling crossbeam-deque v0.8.5 |
2364 | 2024-08-17T03:22:28.908Z | Compiling curve25519-dalek v4.1.3 |
2365 | 2024-08-17T03:22:29.008Z | Compiling num-complex v0.4.6 |
2366 | 2024-08-17T03:22:29.557Z | Compiling macaddr v1.0.1 |
2367 | 2024-08-17T03:22:29.663Z | Compiling unicase v2.7.0 |
2368 | 2024-08-17T03:22:29.977Z | Compiling same-file v1.0.6 |
2369 | 2024-08-17T03:22:29.997Z | Compiling fastrand v2.1.0 |
2370 | 2024-08-17T03:22:30.083Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2371 | 2024-08-17T03:22:30.272Z | Checking keccak v0.1.5 |
2372 | 2024-08-17T03:22:30.325Z | Compiling tempfile v3.10.1 |
2373 | 2024-08-17T03:22:30.535Z | Compiling walkdir v2.5.0 |
2374 | 2024-08-17T03:22:30.599Z | Checking sha3 v0.10.8 |
2375 | 2024-08-17T03:22:30.926Z | Compiling tokio-rustls v0.25.0 |
2376 | 2024-08-17T03:22:31.144Z | Compiling num v0.4.3 |
2377 | 2024-08-17T03:22:31.266Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2378 | 2024-08-17T03:22:31.497Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2379 | 2024-08-17T03:22:31.545Z | Compiling thiserror-impl-no-std v2.0.2 |
2380 | 2024-08-17T03:22:31.804Z | Checking universal-hash v0.5.1 |
2381 | 2024-08-17T03:22:31.998Z | Checking secrecy v0.8.0 |
2382 | 2024-08-17T03:22:32.209Z | Compiling ring v0.16.20 |
2383 | 2024-08-17T03:22:32.303Z | Compiling blake3 v1.5.1 |
2384 | 2024-08-17T03:22:32.964Z | Compiling curve25519-dalek-derive v0.1.1 |
2385 | 2024-08-17T03:22:33.139Z | Compiling derive-where v1.2.7 |
2386 | 2024-08-17T03:22:33.373Z | Checking opaque-debug v0.3.1 |
2387 | 2024-08-17T03:22:33.472Z | Compiling float-ord v0.3.2 |
2388 | 2024-08-17T03:22:33.639Z | Checking poly1305 v0.8.0 |
2389 | 2024-08-17T03:22:34.819Z | Checking thiserror-no-std v2.0.2 |
2390 | 2024-08-17T03:22:34.932Z | Compiling rayon v1.10.0 |
2391 | 2024-08-17T03:22:35.534Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2392 | 2024-08-17T03:22:35.845Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2393 | 2024-08-17T03:22:36.154Z | Compiling prettyplease v0.2.20 |
2394 | 2024-08-17T03:22:36.426Z | Checking chacha20 v0.9.1 |
2395 | 2024-08-17T03:22:36.682Z | Checking aead v0.5.2 |
2396 | 2024-08-17T03:22:36.720Z | Compiling memmap2 v0.9.4 |
2397 | 2024-08-17T03:22:36.759Z | Compiling libefi-sys v0.1.0 |
2398 | 2024-08-17T03:22:36.802Z | Compiling untrusted v0.7.1 |
2399 | 2024-08-17T03:22:36.884Z | Compiling home v0.5.9 |
2400 | 2024-08-17T03:22:36.999Z | Compiling arrayref v0.3.7 |
2401 | 2024-08-17T03:22:37.040Z | Compiling spin v0.5.2 |
2402 | 2024-08-17T03:22:37.108Z | Compiling constant_time_eq v0.3.0 |
2403 | 2024-08-17T03:22:37.180Z | Compiling arrayvec v0.7.4 |
2404 | 2024-08-17T03:22:37.212Z | Compiling toolchain_find v0.4.0 |
2405 | 2024-08-17T03:22:37.298Z | Checking chacha20poly1305 v0.10.1 |
2406 | 2024-08-17T03:22:37.488Z | Checking vsss-rs v3.3.4 |
2407 | 2024-08-17T03:22:37.564Z | Checking steno v0.4.1 |
2408 | 2024-08-17T03:22:38.542Z | Compiling camino-tempfile v1.1.1 |
2409 | 2024-08-17T03:22:39.057Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2410 | 2024-08-17T03:22:39.202Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2411 | 2024-08-17T03:22:39.736Z | Compiling bitfield-struct v0.6.1 |
2412 | 2024-08-17T03:22:39.899Z | Compiling topological-sort v0.2.2 |
2413 | 2024-08-17T03:22:40.106Z | Compiling cancel-safe-futures v0.1.5 |
2414 | 2024-08-17T03:22:40.423Z | Compiling omicron-zone-package v0.11.0 |
2415 | 2024-08-17T03:22:40.461Z | Compiling mime_guess v2.0.4 |
2416 | 2024-08-17T03:22:40.846Z | Compiling rustfmt-wrapper v0.2.1 |
2417 | 2024-08-17T03:22:41.181Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2418 | 2024-08-17T03:22:41.376Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2419 | 2024-08-17T03:22:41.426Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2420 | 2024-08-17T03:22:41.718Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2421 | 2024-08-17T03:22:41.785Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2422 | 2024-08-17T03:22:41.898Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2423 | 2024-08-17T03:22:42.082Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2424 | 2024-08-17T03:22:42.659Z | Checking gethostname v0.5.0 |
2425 | 2024-08-17T03:22:42.746Z | Checking libsw v3.3.1 |
2426 | 2024-08-17T03:22:42.802Z | Checking swrite v0.1.0 |
2427 | 2024-08-17T03:22:42.911Z | Checking linear-map v1.2.0 |
2428 | 2024-08-17T03:22:42.916Z | Checking owo-colors v4.0.0 |
2429 | 2024-08-17T03:22:42.994Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2430 | 2024-08-17T03:22:43.405Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2431 | 2024-08-17T03:22:43.619Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2432 | 2024-08-17T03:22:43.907Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2433 | 2024-08-17T03:22:44.249Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2434 | 2024-08-17T03:22:44.435Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2435 | 2024-08-17T03:22:44.519Z | Checking kstat-rs v0.2.4 |
2436 | 2024-08-17T03:22:44.693Z | Checking nanorand v0.7.0 |
2437 | 2024-08-17T03:22:44.709Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2438 | 2024-08-17T03:22:44.841Z | Checking glob v0.3.1 |
2439 | 2024-08-17T03:22:45.037Z | Checking http-range v0.1.5 |
2440 | 2024-08-17T03:22:45.171Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2441 | 2024-08-17T03:22:45.219Z | Checking hyper-staticfile v0.9.5 |
2442 | 2024-08-17T03:22:45.391Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2443 | 2024-08-17T03:22:45.639Z | Checking flume v0.11.0 |
2444 | 2024-08-17T03:22:45.690Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2445 | 2024-08-17T03:22:46.080Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2446 | 2024-08-17T03:22:46.099Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2447 | 2024-08-17T03:22:46.810Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2448 | 2024-08-17T03:22:46.894Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2449 | 2024-08-17T03:22:47.730Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2450 | 2024-08-17T03:22:48.978Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2451 | 2024-08-17T03:22:49.449Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2452 | 2024-08-17T03:22:50.291Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2453 | 2024-08-17T03:22:50.616Z | Checking itertools v0.13.0 |
2454 | 2024-08-17T03:22:51.319Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2455 | 2024-08-17T03:22:51.560Z | Checking display-error-chain v0.2.0 |
2456 | 2024-08-17T03:22:55.331Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2457 | 2024-08-17T03:22:56.562Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2458 | 2024-08-17T03:22:57.472Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2459 | 2024-08-17T03:22:57.733Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2460 | 2024-08-17T03:23:02.003Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2461 | 2024-08-17T03:23:02.006Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2462 | 2024-08-17T03:23:03.172Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2463 | 2024-08-17T03:23:18.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.10s |
2464 | 2024-08-17T03:23:18.734Z | |
2465 | 2024-08-17T03:23:18.734Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (70/153) |
2466 | 2024-08-17T03:23:18.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2024-08-17T03:23:18.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2024-08-17T03:23:18.734Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2469 | 2024-08-17T03:23:27.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.43s |
2470 | 2024-08-17T03:23:27.475Z | |
2471 | 2024-08-17T03:23:27.475Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (71/153) |
2472 | 2024-08-17T03:23:28.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2024-08-17T03:23:28.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2024-08-17T03:23:28.195Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2475 | 2024-08-17T03:23:39.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.32s |
2476 | 2024-08-17T03:23:39.978Z | |
2477 | 2024-08-17T03:23:39.978Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (72/153) |
2478 | 2024-08-17T03:23:40.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-08-17T03:23:40.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-08-17T03:23:40.711Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2481 | 2024-08-17T03:23:52.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.30s |
2482 | 2024-08-17T03:23:52.462Z | |
2483 | 2024-08-17T03:23:52.462Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (73/153) |
2484 | 2024-08-17T03:23:53.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-08-17T03:23:53.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-08-17T03:23:53.183Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2487 | 2024-08-17T03:24:04.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.35s |
2488 | 2024-08-17T03:24:04.987Z | |
2489 | 2024-08-17T03:24:04.987Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (74/153) |
2490 | 2024-08-17T03:24:05.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2024-08-17T03:24:05.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2024-08-17T03:24:06.143Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2493 | 2024-08-17T03:24:17.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.21s |
2494 | 2024-08-17T03:24:17.382Z | |
2495 | 2024-08-17T03:24:17.382Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (75/153) |
2496 | 2024-08-17T03:24:17.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2024-08-17T03:24:18.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2024-08-17T03:24:18.108Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2499 | 2024-08-17T03:24:29.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.19s |
2500 | 2024-08-17T03:24:29.752Z | |
2501 | 2024-08-17T03:24:29.752Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (76/153) |
2502 | 2024-08-17T03:24:30.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2024-08-17T03:24:30.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2024-08-17T03:24:30.482Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2505 | 2024-08-17T03:24:41.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.04s |
2506 | 2024-08-17T03:24:41.975Z | |
2507 | 2024-08-17T03:24:41.975Z | info: running `cargo check --bins` on bootstrap-agent-api (77/153) |
2508 | 2024-08-17T03:24:42.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2024-08-17T03:24:42.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2024-08-17T03:24:42.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2024-08-17T03:24:42.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2512 | 2024-08-17T03:24:42.641Z | |
2513 | 2024-08-17T03:24:42.641Z | info: running `cargo check --bins` on nexus-client (78/153) |
2514 | 2024-08-17T03:24:43.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2024-08-17T03:24:43.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2024-08-17T03:24:43.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2024-08-17T03:24:43.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2518 | 2024-08-17T03:24:43.295Z | |
2519 | 2024-08-17T03:24:43.295Z | info: running `cargo check --bins` on sled-agent-types (79/153) |
2520 | 2024-08-17T03:24:43.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2024-08-17T03:24:43.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2024-08-17T03:24:43.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2024-08-17T03:24:43.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2524 | 2024-08-17T03:24:43.959Z | |
2525 | 2024-08-17T03:24:43.959Z | info: running `cargo check --bins` on bootstrap-agent-client (80/153) |
2526 | 2024-08-17T03:24:44.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2024-08-17T03:24:44.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2024-08-17T03:24:44.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2024-08-17T03:24:44.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2530 | 2024-08-17T03:24:44.617Z | |
2531 | 2024-08-17T03:24:44.617Z | info: running `cargo check --bins` on dpd-client (81/153) |
2532 | 2024-08-17T03:24:45.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2024-08-17T03:24:45.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2024-08-17T03:24:45.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2024-08-17T03:24:45.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2536 | 2024-08-17T03:24:45.236Z | |
2537 | 2024-08-17T03:24:45.236Z | info: running `cargo check --bins` on installinator-common (82/153) |
2538 | 2024-08-17T03:24:45.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2024-08-17T03:24:45.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2024-08-17T03:24:45.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2024-08-17T03:24:45.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2542 | 2024-08-17T03:24:45.896Z | |
2543 | 2024-08-17T03:24:45.896Z | info: running `cargo check --bins` on update-engine (83/153) |
2544 | 2024-08-17T03:24:46.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2024-08-17T03:24:46.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2024-08-17T03:24:46.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2024-08-17T03:24:46.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2548 | 2024-08-17T03:24:46.526Z | |
2549 | 2024-08-17T03:24:46.526Z | info: running `cargo check --bins` on key-manager (84/153) |
2550 | 2024-08-17T03:24:47.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2024-08-17T03:24:47.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2024-08-17T03:24:47.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2024-08-17T03:24:47.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2554 | 2024-08-17T03:24:47.157Z | |
2555 | 2024-08-17T03:24:47.157Z | info: running `cargo check --bins` on omicron-ddm-admin-client (85/153) |
2556 | 2024-08-17T03:24:47.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2024-08-17T03:24:47.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2024-08-17T03:24:47.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2024-08-17T03:24:47.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2560 | 2024-08-17T03:24:47.819Z | |
2561 | 2024-08-17T03:24:47.820Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (86/153) |
2562 | 2024-08-17T03:24:48.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2024-08-17T03:24:48.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2024-08-17T03:24:48.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2024-08-17T03:24:48.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2566 | 2024-08-17T03:24:48.434Z | |
2567 | 2024-08-17T03:24:48.434Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (87/153) |
2568 | 2024-08-17T03:24:49.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2024-08-17T03:24:49.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2024-08-17T03:24:49.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2024-08-17T03:24:49.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2572 | 2024-08-17T03:24:49.076Z | |
2573 | 2024-08-17T03:24:49.076Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (88/153) |
2574 | 2024-08-17T03:24:49.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2024-08-17T03:24:49.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2024-08-17T03:24:49.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2024-08-17T03:24:49.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2578 | 2024-08-17T03:24:49.719Z | |
2579 | 2024-08-17T03:24:49.719Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (89/153) |
2580 | 2024-08-17T03:24:50.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2024-08-17T03:24:50.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2024-08-17T03:24:50.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2024-08-17T03:24:50.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2584 | 2024-08-17T03:24:50.358Z | |
2585 | 2024-08-17T03:24:50.358Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (90/153) |
2586 | 2024-08-17T03:24:50.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2024-08-17T03:24:50.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2024-08-17T03:24:50.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2024-08-17T03:24:50.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2590 | 2024-08-17T03:24:51.006Z | |
2591 | 2024-08-17T03:24:51.006Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (91/153) |
2592 | 2024-08-17T03:24:51.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2024-08-17T03:24:51.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2024-08-17T03:24:51.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2024-08-17T03:24:51.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2596 | 2024-08-17T03:24:51.646Z | |
2597 | 2024-08-17T03:24:51.646Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (92/153) |
2598 | 2024-08-17T03:24:52.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2024-08-17T03:24:52.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2024-08-17T03:24:52.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2024-08-17T03:24:52.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2602 | 2024-08-17T03:24:52.286Z | |
2603 | 2024-08-17T03:24:52.286Z | info: running `cargo check --bins` on oximeter-producer (93/153) |
2604 | 2024-08-17T03:24:52.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2024-08-17T03:24:52.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2024-08-17T03:24:52.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2024-08-17T03:24:52.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2608 | 2024-08-17T03:24:52.954Z | |
2609 | 2024-08-17T03:24:52.955Z | info: running `cargo check --bins` on sled-agent-api (94/153) |
2610 | 2024-08-17T03:24:53.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2024-08-17T03:24:53.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2024-08-17T03:24:53.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2024-08-17T03:24:53.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2614 | 2024-08-17T03:24:53.769Z | |
2615 | 2024-08-17T03:24:53.769Z | info: running `cargo check --bins` on sled-hardware (95/153) |
2616 | 2024-08-17T03:24:54.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2024-08-17T03:24:54.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2024-08-17T03:24:54.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2024-08-17T03:24:54.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2620 | 2024-08-17T03:24:54.284Z | |
2621 | 2024-08-17T03:24:54.284Z | info: running `cargo check --bins --no-default-features` on sled-storage (96/153) |
2622 | 2024-08-17T03:24:54.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2024-08-17T03:24:54.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2024-08-17T03:24:54.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2625 | 2024-08-17T03:24:54.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2626 | 2024-08-17T03:24:54.930Z | |
2627 | 2024-08-17T03:24:54.930Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (97/153) |
2628 | 2024-08-17T03:24:55.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2024-08-17T03:24:55.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2024-08-17T03:24:55.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2024-08-17T03:24:55.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2632 | 2024-08-17T03:24:55.579Z | |
2633 | 2024-08-17T03:24:55.579Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (98/153) |
2634 | 2024-08-17T03:24:56.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2024-08-17T03:24:56.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2024-08-17T03:24:56.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2024-08-17T03:24:56.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2638 | 2024-08-17T03:24:56.242Z | |
2639 | 2024-08-17T03:24:56.242Z | info: running `cargo check --bins` on nexus-test-interface (99/153) |
2640 | 2024-08-17T03:24:56.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2024-08-17T03:24:56.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2024-08-17T03:24:56.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2024-08-17T03:24:56.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2644 | 2024-08-17T03:24:56.943Z | |
2645 | 2024-08-17T03:24:56.943Z | info: running `cargo check --bins` on oximeter-collector (100/153) |
2646 | 2024-08-17T03:24:57.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2024-08-17T03:24:57.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2024-08-17T03:24:57.578Z | Checking highway v1.2.0 |
2649 | 2024-08-17T03:24:57.578Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2650 | 2024-08-17T03:24:57.584Z | Checking bcs v0.1.6 |
2651 | 2024-08-17T03:24:57.584Z | Compiling async-recursion v1.1.1 |
2652 | 2024-08-17T03:24:57.584Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2653 | 2024-08-17T03:24:57.584Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2654 | 2024-08-17T03:24:58.030Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2655 | 2024-08-17T03:24:58.984Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2656 | 2024-08-17T03:25:02.198Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2657 | 2024-08-17T03:25:03.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.96s |
2658 | 2024-08-17T03:25:04.012Z | |
2659 | 2024-08-17T03:25:04.012Z | info: running `cargo check --bins` on oximeter-api (101/153) |
2660 | 2024-08-17T03:25:04.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2024-08-17T03:25:04.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2024-08-17T03:25:04.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2024-08-17T03:25:04.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2664 | 2024-08-17T03:25:04.652Z | |
2665 | 2024-08-17T03:25:04.652Z | info: running `cargo check --bins` on oximeter-client (102/153) |
2666 | 2024-08-17T03:25:05.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2024-08-17T03:25:05.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2024-08-17T03:25:05.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2024-08-17T03:25:05.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2670 | 2024-08-17T03:25:05.294Z | |
2671 | 2024-08-17T03:25:05.294Z | info: running `cargo check --bins --no-default-features` on oximeter-db (103/153) |
2672 | 2024-08-17T03:25:05.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2024-08-17T03:25:05.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2024-08-17T03:25:05.946Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2675 | 2024-08-17T03:25:06.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
2676 | 2024-08-17T03:25:06.672Z | |
2677 | 2024-08-17T03:25:06.672Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (104/153) |
2678 | 2024-08-17T03:25:07.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2024-08-17T03:25:07.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2024-08-17T03:25:07.339Z | Compiling vte_generate_state_changes v0.1.1 |
2681 | 2024-08-17T03:25:07.339Z | Checking fd-lock v4.0.2 |
2682 | 2024-08-17T03:25:07.345Z | Checking bytecount v0.6.8 |
2683 | 2024-08-17T03:25:07.444Z | Compiling tabled_derive v0.7.0 |
2684 | 2024-08-17T03:25:07.448Z | Checking crossterm v0.27.0 |
2685 | 2024-08-17T03:25:07.448Z | Compiling peg-macros v0.8.4 |
2686 | 2024-08-17T03:25:07.448Z | Compiling sqlparser_derive v0.2.2 |
2687 | 2024-08-17T03:25:07.454Z | Checking home v0.5.9 |
2688 | 2024-08-17T03:25:07.574Z | Checking papergrid v0.11.0 |
2689 | 2024-08-17T03:25:07.582Z | Checking nu-ansi-term v0.50.0 |
2690 | 2024-08-17T03:25:07.617Z | Checking unicode_categories v0.1.1 |
2691 | 2024-08-17T03:25:07.971Z | Checking sqlformat v0.2.4 |
2692 | 2024-08-17T03:25:07.995Z | Checking rustyline v14.0.0 |
2693 | 2024-08-17T03:25:08.103Z | Checking vte v0.11.1 |
2694 | 2024-08-17T03:25:08.546Z | Checking sqlparser v0.45.0 |
2695 | 2024-08-17T03:25:08.998Z | Checking crossterm v0.28.1 |
2696 | 2024-08-17T03:25:09.395Z | Checking strip-ansi-escapes v0.2.0 |
2697 | 2024-08-17T03:25:09.534Z | Checking reedline v0.33.0 |
2698 | 2024-08-17T03:25:10.023Z | Checking tabled v0.15.0 |
2699 | 2024-08-17T03:25:10.398Z | Checking peg v0.8.4 |
2700 | 2024-08-17T03:25:15.609Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2701 | 2024-08-17T03:25:19.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.21s |
2702 | 2024-08-17T03:25:20.046Z | |
2703 | 2024-08-17T03:25:20.046Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (105/153) |
2704 | 2024-08-17T03:25:20.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2024-08-17T03:25:20.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2024-08-17T03:25:20.716Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2707 | 2024-08-17T03:25:25.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.88s |
2708 | 2024-08-17T03:25:26.090Z | |
2709 | 2024-08-17T03:25:26.090Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (106/153) |
2710 | 2024-08-17T03:25:26.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2024-08-17T03:25:26.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2024-08-17T03:25:26.756Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2713 | 2024-08-17T03:25:31.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s |
2714 | 2024-08-17T03:25:31.893Z | |
2715 | 2024-08-17T03:25:31.893Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (107/153) |
2716 | 2024-08-17T03:25:32.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2024-08-17T03:25:32.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2024-08-17T03:25:32.559Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2719 | 2024-08-17T03:25:37.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s |
2720 | 2024-08-17T03:25:37.887Z | |
2721 | 2024-08-17T03:25:37.887Z | info: running `cargo check --bins` on oxql-types (108/153) |
2722 | 2024-08-17T03:25:37.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2024-08-17T03:25:37.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2024-08-17T03:25:37.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2725 | 2024-08-17T03:25:37.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2726 | 2024-08-17T03:25:37.887Z | |
2727 | 2024-08-17T03:25:37.887Z | info: running `cargo check --bins` on oximeter-test-utils (109/153) |
2728 | 2024-08-17T03:25:37.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2024-08-17T03:25:38.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2024-08-17T03:25:38.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2731 | 2024-08-17T03:25:38.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2732 | 2024-08-17T03:25:38.041Z | |
2733 | 2024-08-17T03:25:38.041Z | info: running `cargo check --bins` on cockroach-admin-client (110/153) |
2734 | 2024-08-17T03:25:38.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2024-08-17T03:25:38.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2024-08-17T03:25:38.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2737 | 2024-08-17T03:25:38.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2738 | 2024-08-17T03:25:38.609Z | |
2739 | 2024-08-17T03:25:38.609Z | info: running `cargo check --bins` on installinator-client (111/153) |
2740 | 2024-08-17T03:25:39.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2024-08-17T03:25:39.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2024-08-17T03:25:39.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2743 | 2024-08-17T03:25:39.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2744 | 2024-08-17T03:25:39.261Z | |
2745 | 2024-08-17T03:25:39.261Z | info: running `cargo check --bins` on oxide-client (112/153) |
2746 | 2024-08-17T03:25:39.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2024-08-17T03:25:39.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2024-08-17T03:25:39.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2749 | 2024-08-17T03:25:39.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2750 | 2024-08-17T03:25:39.883Z | |
2751 | 2024-08-17T03:25:39.883Z | info: running `cargo check --bins` on wicketd-client (113/153) |
2752 | 2024-08-17T03:25:40.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2024-08-17T03:25:40.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2024-08-17T03:25:40.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2755 | 2024-08-17T03:25:40.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2756 | 2024-08-17T03:25:40.552Z | |
2757 | 2024-08-17T03:25:40.552Z | info: running `cargo check --bins` on wicket-common (114/153) |
2758 | 2024-08-17T03:25:41.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2024-08-17T03:25:41.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2024-08-17T03:25:41.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2761 | 2024-08-17T03:25:41.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2762 | 2024-08-17T03:25:41.308Z | |
2763 | 2024-08-17T03:25:41.308Z | info: running `cargo check --bins` on omicron-cockroach-admin (115/153) |
2764 | 2024-08-17T03:25:41.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2024-08-17T03:25:41.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2024-08-17T03:25:41.881Z | Checking csv-core v0.1.11 |
2767 | 2024-08-17T03:25:41.883Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2768 | 2024-08-17T03:25:42.173Z | Checking csv v1.3.0 |
2769 | 2024-08-17T03:25:42.689Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2770 | 2024-08-17T03:25:43.017Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2771 | 2024-08-17T03:25:44.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
2772 | 2024-08-17T03:25:44.341Z | |
2773 | 2024-08-17T03:25:44.341Z | info: running `cargo check --bins` on cockroach-admin-api (116/153) |
2774 | 2024-08-17T03:25:44.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2024-08-17T03:25:44.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2024-08-17T03:25:44.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2024-08-17T03:25:44.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2778 | 2024-08-17T03:25:44.981Z | |
2779 | 2024-08-17T03:25:44.981Z | info: running `cargo check --bins` on cockroach-admin-types (117/153) |
2780 | 2024-08-17T03:25:45.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2024-08-17T03:25:45.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2024-08-17T03:25:45.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2024-08-17T03:25:45.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2784 | 2024-08-17T03:25:45.632Z | |
2785 | 2024-08-17T03:25:45.632Z | info: running `cargo check --bins` on cert-dev (118/153) |
2786 | 2024-08-17T03:25:46.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2024-08-17T03:25:46.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2024-08-17T03:25:46.256Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2789 | 2024-08-17T03:25:46.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2790 | 2024-08-17T03:25:46.647Z | |
2791 | 2024-08-17T03:25:46.647Z | info: running `cargo check --bins` on ch-dev (119/153) |
2792 | 2024-08-17T03:25:47.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-08-17T03:25:47.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-08-17T03:25:47.324Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2795 | 2024-08-17T03:25:47.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
2796 | 2024-08-17T03:25:48.148Z | |
2797 | 2024-08-17T03:25:48.148Z | info: running `cargo check --bins` on crdb-seed (120/153) |
2798 | 2024-08-17T03:25:48.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-08-17T03:25:48.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-08-17T03:25:48.827Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2801 | 2024-08-17T03:25:49.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
2802 | 2024-08-17T03:25:49.304Z | |
2803 | 2024-08-17T03:25:49.304Z | info: running `cargo check --bins` on db-dev (121/153) |
2804 | 2024-08-17T03:25:49.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-08-17T03:25:49.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-08-17T03:25:49.981Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2807 | 2024-08-17T03:25:50.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
2808 | 2024-08-17T03:25:50.824Z | |
2809 | 2024-08-17T03:25:50.824Z | info: running `cargo check --bins` on omicron-dev-lib (122/153) |
2810 | 2024-08-17T03:25:51.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-08-17T03:25:51.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-08-17T03:25:51.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2024-08-17T03:25:51.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2814 | 2024-08-17T03:25:51.493Z | |
2815 | 2024-08-17T03:25:51.493Z | info: running `cargo check --bins` on xtask-downloader (123/153) |
2816 | 2024-08-17T03:25:52.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-08-17T03:25:52.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-08-17T03:25:52.118Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2819 | 2024-08-17T03:25:52.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
2820 | 2024-08-17T03:25:53.084Z | |
2821 | 2024-08-17T03:25:53.084Z | info: running `cargo check --bins` on mgs-dev (124/153) |
2822 | 2024-08-17T03:25:53.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2024-08-17T03:25:53.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2024-08-17T03:25:53.793Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2825 | 2024-08-17T03:25:54.333Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2826 | 2024-08-17T03:25:54.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
2827 | 2024-08-17T03:25:54.865Z | |
2828 | 2024-08-17T03:25:54.865Z | info: running `cargo check --bins` on omicron-omdb (125/153) |
2829 | 2024-08-17T03:25:55.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-08-17T03:25:55.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-08-17T03:25:55.655Z | Compiling crunchy v0.2.2 |
2832 | 2024-08-17T03:25:55.655Z | Compiling glob v0.3.1 |
2833 | 2024-08-17T03:25:55.657Z | Compiling tiny-keccak v2.0.2 |
2834 | 2024-08-17T03:25:55.775Z | Compiling dsl_auto_type v0.1.2 |
2835 | 2024-08-17T03:25:55.778Z | Checking scheduled-thread-pool v0.2.7 |
2836 | 2024-08-17T03:25:55.778Z | Compiling diesel_table_macro_syntax v0.2.0 |
2837 | 2024-08-17T03:25:55.813Z | Compiling ascii-canvas v3.0.0 |
2838 | 2024-08-17T03:25:55.826Z | Compiling ena v0.14.3 |
2839 | 2024-08-17T03:25:56.010Z | Checking r2d2 v0.8.10 |
2840 | 2024-08-17T03:25:56.078Z | Compiling libloading v0.8.3 |
2841 | 2024-08-17T03:25:56.204Z | Compiling diff v0.1.13 |
2842 | 2024-08-17T03:25:56.222Z | Compiling regex-syntax v0.6.29 |
2843 | 2024-08-17T03:25:56.321Z | Compiling bindgen v0.69.4 |
2844 | 2024-08-17T03:25:56.345Z | Compiling which v4.4.2 |
2845 | 2024-08-17T03:25:56.460Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2846 | 2024-08-17T03:25:56.681Z | Compiling cexpr v0.6.0 |
2847 | 2024-08-17T03:25:56.707Z | Compiling clang-sys v1.7.0 |
2848 | 2024-08-17T03:25:56.854Z | Compiling rustc-hash v1.1.0 |
2849 | 2024-08-17T03:25:56.958Z | Compiling ref-cast v1.0.23 |
2850 | 2024-08-17T03:25:57.009Z | Compiling lazycell v1.3.0 |
2851 | 2024-08-17T03:25:57.079Z | Compiling shlex v1.3.0 |
2852 | 2024-08-17T03:25:57.127Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2853 | 2024-08-17T03:25:57.184Z | Compiling derive_builder_core v0.20.0 |
2854 | 2024-08-17T03:25:57.397Z | Compiling diesel_derives v2.2.2 |
2855 | 2024-08-17T03:25:57.423Z | Compiling libxml v0.3.3 |
2856 | 2024-08-17T03:25:57.530Z | Compiling ref-cast-impl v1.0.23 |
2857 | 2024-08-17T03:25:57.575Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2858 | 2024-08-17T03:25:57.884Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2859 | 2024-08-17T03:25:58.063Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2860 | 2024-08-17T03:25:58.370Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2861 | 2024-08-17T03:25:58.389Z | Compiling strum_macros v0.24.3 |
2862 | 2024-08-17T03:25:58.750Z | Compiling cookie v0.18.1 |
2863 | 2024-08-17T03:25:58.834Z | Compiling indoc v1.0.9 |
2864 | 2024-08-17T03:25:59.642Z | Compiling lalrpop v0.19.12 |
2865 | 2024-08-17T03:25:59.914Z | Compiling derive_builder_macro v0.20.0 |
2866 | 2024-08-17T03:26:00.815Z | Checking derive_builder v0.20.0 |
2867 | 2024-08-17T03:26:00.982Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2868 | 2024-08-17T03:26:01.192Z | Compiling impl-trait-for-tuples v0.2.2 |
2869 | 2024-08-17T03:26:01.255Z | Compiling oso-derive v0.27.3 |
2870 | 2024-08-17T03:26:02.135Z | Checking quick-xml v0.31.0 |
2871 | 2024-08-17T03:26:02.152Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2872 | 2024-08-17T03:26:02.331Z | Checking maplit v1.0.2 |
2873 | 2024-08-17T03:26:02.525Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2874 | 2024-08-17T03:26:02.938Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2875 | 2024-08-17T03:26:03.255Z | Checking bb8 v0.8.5 |
2876 | 2024-08-17T03:26:03.736Z | Compiling const_format_proc_macros v0.2.32 |
2877 | 2024-08-17T03:26:04.205Z | Checking crossbeam-deque v0.8.5 |
2878 | 2024-08-17T03:26:04.248Z | Compiling portable-atomic v1.6.0 |
2879 | 2024-08-17T03:26:04.563Z | Checking rayon-core v1.12.1 |
2880 | 2024-08-17T03:26:05.260Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2881 | 2024-08-17T03:26:05.381Z | Checking castaway v0.2.3 |
2882 | 2024-08-17T03:26:05.540Z | Checking compact_str v0.8.0 |
2883 | 2024-08-17T03:26:05.929Z | Checking const_format v0.2.32 |
2884 | 2024-08-17T03:26:06.439Z | Checking rayon v1.10.0 |
2885 | 2024-08-17T03:26:06.471Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2886 | 2024-08-17T03:26:06.629Z | Checking unicode-truncate v1.0.0 |
2887 | 2024-08-17T03:26:06.766Z | Checking lru v0.12.3 |
2888 | 2024-08-17T03:26:06.869Z | Compiling instability v0.3.2 |
2889 | 2024-08-17T03:26:07.079Z | Checking number_prefix v0.4.0 |
2890 | 2024-08-17T03:26:07.288Z | Checking unicode-linebreak v0.1.5 |
2891 | 2024-08-17T03:26:07.714Z | Checking cassowary v0.3.0 |
2892 | 2024-08-17T03:26:07.951Z | Checking smawk v0.3.2 |
2893 | 2024-08-17T03:26:08.137Z | Checking ratatui v0.28.0 |
2894 | 2024-08-17T03:26:08.155Z | Checking textwrap v0.16.1 |
2895 | 2024-08-17T03:26:08.554Z | Checking multimap v0.10.0 |
2896 | 2024-08-17T03:26:10.137Z | Checking diesel v2.2.2 |
2897 | 2024-08-17T03:26:10.292Z | Checking indicatif v0.17.8 |
2898 | 2024-08-17T03:26:29.863Z | Compiling samael v0.0.15 |
2899 | 2024-08-17T03:26:44.343Z | Compiling polar-core v0.27.3 |
2900 | 2024-08-17T03:26:45.115Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2901 | 2024-08-17T03:26:51.210Z | Checking oso v0.27.3 |
2902 | 2024-08-17T03:27:49.430Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2903 | 2024-08-17T03:27:54.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s |
2904 | 2024-08-17T03:27:54.849Z | |
2905 | 2024-08-17T03:27:54.849Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (126/153) |
2906 | 2024-08-17T03:27:55.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2907 | 2024-08-17T03:27:55.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2908 | 2024-08-17T03:27:55.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2909 | 2024-08-17T03:27:55.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2910 | 2024-08-17T03:27:55.548Z | |
2911 | 2024-08-17T03:27:55.548Z | info: running `cargo check --bins` on nexus-saga-recovery (127/153) |
2912 | 2024-08-17T03:27:56.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2913 | 2024-08-17T03:27:56.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2914 | 2024-08-17T03:27:56.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2915 | 2024-08-17T03:27:56.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2916 | 2024-08-17T03:27:56.235Z | |
2917 | 2024-08-17T03:27:56.235Z | info: running `cargo check --bins` on nexus-test-utils-macros (128/153) |
2918 | 2024-08-17T03:27:56.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2919 | 2024-08-17T03:27:56.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2920 | 2024-08-17T03:27:56.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2921 | 2024-08-17T03:27:56.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2922 | 2024-08-17T03:27:56.843Z | |
2923 | 2024-08-17T03:27:56.843Z | info: running `cargo check --bins` on omicron-nexus (129/153) |
2924 | 2024-08-17T03:27:57.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2925 | 2024-08-17T03:27:57.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2926 | 2024-08-17T03:27:57.659Z | Compiling libz-sys v1.1.16 |
2927 | 2024-08-17T03:27:57.760Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2928 | 2024-08-17T03:27:57.771Z | Compiling vergen v8.3.2 |
2929 | 2024-08-17T03:27:57.773Z | Compiling cargo-platform v0.1.8 |
2930 | 2024-08-17T03:27:57.773Z | Compiling pin-project-internal v1.1.5 |
2931 | 2024-08-17T03:27:57.807Z | Compiling snafu-derive v0.8.2 |
2932 | 2024-08-17T03:27:57.807Z | Compiling libsqlite3-sys v0.28.0 |
2933 | 2024-08-17T03:27:57.810Z | Compiling buf-list v1.0.3 |
2934 | 2024-08-17T03:27:58.101Z | Compiling cargo_metadata v0.18.1 |
2935 | 2024-08-17T03:27:58.328Z | Checking globset v0.4.14 |
2936 | 2024-08-17T03:27:58.347Z | Checking olpc-cjson v0.1.3 |
2937 | 2024-08-17T03:27:58.525Z | Checking rand_seeder v0.3.0 |
2938 | 2024-08-17T03:27:58.555Z | Checking serde_plain v1.0.2 |
2939 | 2024-08-17T03:27:58.571Z | Checking typed-path v0.7.1 |
2940 | 2024-08-17T03:27:58.784Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2941 | 2024-08-17T03:27:58.968Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2942 | 2024-08-17T03:27:59.118Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2943 | 2024-08-17T03:27:59.291Z | Checking hashlink v0.9.1 |
2944 | 2024-08-17T03:27:59.319Z | Checking parse-size v1.0.0 |
2945 | 2024-08-17T03:27:59.405Z | Checking fallible-iterator v0.3.0 |
2946 | 2024-08-17T03:27:59.494Z | Checking fallible-streaming-iterator v0.1.9 |
2947 | 2024-08-17T03:27:59.774Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2948 | 2024-08-17T03:27:59.905Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2949 | 2024-08-17T03:28:00.029Z | Checking rusqlite v0.31.0 |
2950 | 2024-08-17T03:28:00.399Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2951 | 2024-08-17T03:28:00.676Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2952 | 2024-08-17T03:28:00.693Z | Checking twox-hash v1.6.3 |
2953 | 2024-08-17T03:28:00.781Z | Checking pin-project v1.1.5 |
2954 | 2024-08-17T03:28:00.915Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2955 | 2024-08-17T03:28:01.157Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2956 | 2024-08-17T03:28:01.612Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2957 | 2024-08-17T03:28:01.623Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2958 | 2024-08-17T03:28:01.750Z | Checking fatfs v0.3.6 |
2959 | 2024-08-17T03:28:01.768Z | Checking assert_matches v1.5.0 |
2960 | 2024-08-17T03:28:03.539Z | Checking snafu v0.8.2 |
2961 | 2024-08-17T03:28:03.610Z | Checking tough v0.17.1 |
2962 | 2024-08-17T03:28:07.472Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2963 | 2024-08-17T03:28:08.334Z | Compiling git2 v0.19.0 |
2964 | 2024-08-17T03:28:08.659Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2965 | 2024-08-17T03:28:13.094Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2966 | 2024-08-17T03:29:11.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
2967 | 2024-08-17T03:29:11.590Z | |
2968 | 2024-08-17T03:29:11.590Z | info: running `cargo check --bins` on nexus-internal-api (130/153) |
2969 | 2024-08-17T03:29:12.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2970 | 2024-08-17T03:29:12.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2971 | 2024-08-17T03:29:12.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2972 | 2024-08-17T03:29:12.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2973 | 2024-08-17T03:29:12.295Z | |
2974 | 2024-08-17T03:29:12.295Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (131/153) |
2975 | 2024-08-17T03:29:12.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2976 | 2024-08-17T03:29:12.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2977 | 2024-08-17T03:29:12.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2978 | 2024-08-17T03:29:12.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2979 | 2024-08-17T03:29:12.987Z | |
2980 | 2024-08-17T03:29:12.988Z | info: running `cargo check --bins` on nexus-networking (132/153) |
2981 | 2024-08-17T03:29:13.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2024-08-17T03:29:13.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2024-08-17T03:29:13.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2984 | 2024-08-17T03:29:13.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2985 | 2024-08-17T03:29:13.677Z | |
2986 | 2024-08-17T03:29:13.677Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (133/153) |
2987 | 2024-08-17T03:29:14.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2988 | 2024-08-17T03:29:14.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2989 | 2024-08-17T03:29:14.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2990 | 2024-08-17T03:29:14.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2991 | 2024-08-17T03:29:14.375Z | |
2992 | 2024-08-17T03:29:14.375Z | info: running `cargo check --bins` on update-common (134/153) |
2993 | 2024-08-17T03:29:14.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2994 | 2024-08-17T03:29:14.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2995 | 2024-08-17T03:29:14.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2996 | 2024-08-17T03:29:14.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2997 | 2024-08-17T03:29:15.027Z | |
2998 | 2024-08-17T03:29:15.027Z | info: running `cargo check --bins` on tufaceous-lib (135/153) |
2999 | 2024-08-17T03:29:15.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3000 | 2024-08-17T03:29:15.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3001 | 2024-08-17T03:29:15.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3002 | 2024-08-17T03:29:15.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3003 | 2024-08-17T03:29:15.688Z | |
3004 | 2024-08-17T03:29:15.688Z | info: running `cargo check --bins` on tufaceous (136/153) |
3005 | 2024-08-17T03:29:16.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2024-08-17T03:29:16.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2024-08-17T03:29:16.408Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3008 | 2024-08-17T03:29:17.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
3009 | 2024-08-17T03:29:17.437Z | |
3010 | 2024-08-17T03:29:17.437Z | info: running `cargo check --bins` on omicron-dev (137/153) |
3011 | 2024-08-17T03:29:18.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2024-08-17T03:29:18.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2024-08-17T03:29:18.292Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3014 | 2024-08-17T03:29:18.292Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3015 | 2024-08-17T03:29:18.295Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3016 | 2024-08-17T03:29:19.628Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3017 | 2024-08-17T03:29:21.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s |
3018 | 2024-08-17T03:29:22.111Z | |
3019 | 2024-08-17T03:29:22.111Z | info: running `cargo check --bins` on openapi-manager (138/153) |
3020 | 2024-08-17T03:29:22.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3021 | 2024-08-17T03:29:22.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3022 | 2024-08-17T03:29:22.819Z | Checking heck v0.4.1 |
3023 | 2024-08-17T03:29:22.819Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3024 | 2024-08-17T03:29:22.822Z | Checking is_ci v1.2.0 |
3025 | 2024-08-17T03:29:22.822Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3026 | 2024-08-17T03:29:22.822Z | Checking indent_write v2.2.0 |
3027 | 2024-08-17T03:29:23.014Z | Checking supports-color v3.0.0 |
3028 | 2024-08-17T03:29:23.069Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3029 | 2024-08-17T03:29:24.465Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3030 | 2024-08-17T03:29:25.274Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3031 | 2024-08-17T03:29:26.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
3032 | 2024-08-17T03:29:26.375Z | |
3033 | 2024-08-17T03:29:26.375Z | info: running `cargo check --bins` on installinator-api (139/153) |
3034 | 2024-08-17T03:29:26.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2024-08-17T03:29:26.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2024-08-17T03:29:26.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3037 | 2024-08-17T03:29:26.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3038 | 2024-08-17T03:29:27.033Z | |
3039 | 2024-08-17T03:29:27.033Z | info: running `cargo check --bins` on wicketd-api (140/153) |
3040 | 2024-08-17T03:29:27.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2024-08-17T03:29:27.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2024-08-17T03:29:27.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3043 | 2024-08-17T03:29:27.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3044 | 2024-08-17T03:29:27.697Z | |
3045 | 2024-08-17T03:29:27.697Z | info: running `cargo check --bins` on reconfigurator-cli (141/153) |
3046 | 2024-08-17T03:29:28.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2024-08-17T03:29:28.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2024-08-17T03:29:28.426Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3049 | 2024-08-17T03:29:29.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
3050 | 2024-08-17T03:29:29.781Z | |
3051 | 2024-08-17T03:29:29.781Z | info: running `cargo check --bins` on omicron-releng (142/153) |
3052 | 2024-08-17T03:29:30.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2024-08-17T03:29:30.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2024-08-17T03:29:30.462Z | Checking memmap2 v0.9.4 |
3055 | 2024-08-17T03:29:30.462Z | Checking spin v0.5.2 |
3056 | 2024-08-17T03:29:30.465Z | Checking constant_time_eq v0.3.0 |
3057 | 2024-08-17T03:29:30.465Z | Checking arrayref v0.3.7 |
3058 | 2024-08-17T03:29:30.465Z | Checking untrusted v0.7.1 |
3059 | 2024-08-17T03:29:30.465Z | Checking arrayvec v0.7.4 |
3060 | 2024-08-17T03:29:30.465Z | Checking cargo-platform v0.1.8 |
3061 | 2024-08-17T03:29:30.465Z | Checking topological-sort v0.2.2 |
3062 | 2024-08-17T03:29:30.669Z | Checking shell-words v1.1.0 |
3063 | 2024-08-17T03:29:30.726Z | Checking ring v0.16.20 |
3064 | 2024-08-17T03:29:30.819Z | Checking cargo_metadata v0.18.1 |
3065 | 2024-08-17T03:29:30.872Z | Checking blake3 v1.5.1 |
3066 | 2024-08-17T03:29:31.842Z | Checking omicron-zone-package v0.11.0 |
3067 | 2024-08-17T03:29:32.907Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3068 | 2024-08-17T03:29:33.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
3069 | 2024-08-17T03:29:33.909Z | |
3070 | 2024-08-17T03:29:33.909Z | info: running `cargo check --bins` on xtask (143/153) |
3071 | 2024-08-17T03:29:34.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2024-08-17T03:29:34.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2024-08-17T03:29:34.400Z | Checking serde v1.0.207 |
3074 | 2024-08-17T03:29:34.403Z | Checking thiserror v1.0.63 |
3075 | 2024-08-17T03:29:34.403Z | Checking scroll v0.12.0 |
3076 | 2024-08-17T03:29:34.403Z | Checking log v0.4.21 |
3077 | 2024-08-17T03:29:34.485Z | Checking hashbrown v0.14.5 |
3078 | 2024-08-17T03:29:34.487Z | Checking bitflags v2.6.0 |
3079 | 2024-08-17T03:29:34.487Z | Checking zerocopy v0.7.34 |
3080 | 2024-08-17T03:29:34.527Z | Checking syn v2.0.74 |
3081 | 2024-08-17T03:29:34.575Z | Checking pest v2.7.10 |
3082 | 2024-08-17T03:29:34.727Z | Checking fs-err v2.11.0 |
3083 | 2024-08-17T03:29:34.752Z | Checking rustix v0.38.34 |
3084 | 2024-08-17T03:29:34.895Z | Checking goblin v0.8.2 |
3085 | 2024-08-17T03:29:35.028Z | Checking tabled v0.15.0 |
3086 | 2024-08-17T03:29:35.639Z | Checking indexmap v2.4.0 |
3087 | 2024-08-17T03:29:35.729Z | Checking terminal_size v0.3.0 |
3088 | 2024-08-17T03:29:35.875Z | Checking anyhow v1.0.86 |
3089 | 2024-08-17T03:29:35.910Z | Checking clap_builder v4.5.15 |
3090 | 2024-08-17T03:29:37.020Z | Checking dtrace-parser v0.2.0 |
3091 | 2024-08-17T03:29:38.345Z | Checking clap v4.5.16 |
3092 | 2024-08-17T03:29:38.734Z | Checking serde_json v1.0.125 |
3093 | 2024-08-17T03:29:38.734Z | Checking serde_spanned v0.6.7 |
3094 | 2024-08-17T03:29:38.738Z | Checking toml_datetime v0.6.8 |
3095 | 2024-08-17T03:29:38.738Z | Checking camino v1.1.8 |
3096 | 2024-08-17T03:29:38.738Z | Checking cargo-platform v0.1.8 |
3097 | 2024-08-17T03:29:38.738Z | Checking semver v1.0.23 |
3098 | 2024-08-17T03:29:38.738Z | Checking macaddr v1.0.1 |
3099 | 2024-08-17T03:29:39.025Z | Checking toml_edit v0.22.20 |
3100 | 2024-08-17T03:29:39.801Z | Checking dof v0.3.0 |
3101 | 2024-08-17T03:29:39.801Z | Checking cargo_metadata v0.18.1 |
3102 | 2024-08-17T03:29:40.194Z | Checking usdt-impl v0.5.0 |
3103 | 2024-08-17T03:29:40.547Z | Checking usdt v0.5.0 |
3104 | 2024-08-17T03:29:40.701Z | Checking toml v0.8.19 |
3105 | 2024-08-17T03:29:41.159Z | Checking cargo_toml v0.20.4 |
3106 | 2024-08-17T03:29:42.341Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3107 | 2024-08-17T03:29:42.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.99s |
3108 | 2024-08-17T03:29:43.011Z | |
3109 | 2024-08-17T03:29:43.011Z | info: running `cargo check --bins` on end-to-end-tests (144/153) |
3110 | 2024-08-17T03:29:43.498Z | Downloading crates ... |
3111 | 2024-08-17T03:29:43.755Z | Downloaded md5 v0.7.0 |
3112 | 2024-08-17T03:29:43.758Z | Downloaded russh-cryptovec v0.7.2 |
3113 | 2024-08-17T03:29:43.764Z | Downloaded option-ext v0.2.0 |
3114 | 2024-08-17T03:29:43.771Z | Downloaded dirs v5.0.1 |
3115 | 2024-08-17T03:29:43.773Z | Downloaded dhcproto-macros v0.1.0 |
3116 | 2024-08-17T03:29:43.773Z | Downloaded blowfish v0.9.1 |
3117 | 2024-08-17T03:29:43.775Z | Downloaded ssh-cipher v0.2.0 |
3118 | 2024-08-17T03:29:43.775Z | Downloaded rfc6979 v0.4.0 |
3119 | 2024-08-17T03:29:43.775Z | Downloaded hex-literal v0.4.1 |
3120 | 2024-08-17T03:29:43.778Z | Downloaded ghash v0.5.1 |
3121 | 2024-08-17T03:29:43.780Z | Downloaded bcrypt-pbkdf v0.10.0 |
3122 | 2024-08-17T03:29:43.780Z | Downloaded aes-gcm v0.10.3 |
3123 | 2024-08-17T03:29:43.783Z | Downloaded polyval v0.6.2 |
3124 | 2024-08-17T03:29:43.786Z | Downloaded primeorder v0.13.6 |
3125 | 2024-08-17T03:29:43.790Z | Downloaded pbkdf2 v0.11.0 |
3126 | 2024-08-17T03:29:43.792Z | Downloaded internet-checksum v0.2.1 |
3127 | 2024-08-17T03:29:43.792Z | Downloaded ssh-encoding v0.2.0 |
3128 | 2024-08-17T03:29:43.792Z | Downloaded password-hash v0.4.2 |
3129 | 2024-08-17T03:29:43.795Z | Downloaded ecdsa v0.16.9 |
3130 | 2024-08-17T03:29:43.795Z | Downloaded ed25519 v2.2.3 |
3131 | 2024-08-17T03:29:43.797Z | Downloaded dirs-sys v0.4.1 |
3132 | 2024-08-17T03:29:43.799Z | Downloaded dhcproto v0.12.0 |
3133 | 2024-08-17T03:29:43.804Z | Downloaded russh-keys v0.44.0 |
3134 | 2024-08-17T03:29:43.812Z | Downloaded p256 v0.13.2 |
3135 | 2024-08-17T03:29:43.815Z | Downloaded ed25519-dalek v2.1.1 |
3136 | 2024-08-17T03:29:43.822Z | Downloaded num-bigint v0.4.5 |
3137 | 2024-08-17T03:29:43.829Z | Downloaded ssh-key v0.6.6 |
3138 | 2024-08-17T03:29:43.835Z | Downloaded russh v0.44.1 |
3139 | 2024-08-17T03:29:43.840Z | Downloaded p521 v0.13.3 |
3140 | 2024-08-17T03:29:43.844Z | Downloaded p384 v0.13.0 |
3141 | 2024-08-17T03:29:43.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3142 | 2024-08-17T03:29:43.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3143 | 2024-08-17T03:29:43.984Z | Checking polyval v0.6.2 |
3144 | 2024-08-17T03:29:43.987Z | Checking rfc6979 v0.4.0 |
3145 | 2024-08-17T03:29:44.097Z | Checking primeorder v0.13.6 |
3146 | 2024-08-17T03:29:44.099Z | Checking ctr v0.9.2 |
3147 | 2024-08-17T03:29:44.119Z | Checking ed25519 v2.2.3 |
3148 | 2024-08-17T03:29:44.122Z | Checking ssh-encoding v0.2.0 |
3149 | 2024-08-17T03:29:44.122Z | Checking blowfish v0.9.1 |
3150 | 2024-08-17T03:29:44.133Z | Checking option-ext v0.2.0 |
3151 | 2024-08-17T03:29:44.221Z | Checking ecdsa v0.16.9 |
3152 | 2024-08-17T03:29:44.290Z | Checking ghash v0.5.1 |
3153 | 2024-08-17T03:29:44.308Z | Checking dirs-sys v0.4.1 |
3154 | 2024-08-17T03:29:44.366Z | Checking password-hash v0.4.2 |
3155 | 2024-08-17T03:29:44.406Z | Checking ed25519-dalek v2.1.1 |
3156 | 2024-08-17T03:29:44.423Z | Checking bcrypt-pbkdf v0.10.0 |
3157 | 2024-08-17T03:29:44.455Z | Checking aes-gcm v0.10.3 |
3158 | 2024-08-17T03:29:44.474Z | Checking matches v0.1.10 |
3159 | 2024-08-17T03:29:44.494Z | Checking dirs v5.0.1 |
3160 | 2024-08-17T03:29:44.515Z | Compiling enum-as-inner v0.5.1 |
3161 | 2024-08-17T03:29:44.559Z | Checking idna v0.2.3 |
3162 | 2024-08-17T03:29:44.628Z | Checking russh-cryptovec v0.7.2 |
3163 | 2024-08-17T03:29:44.657Z | Checking md5 v0.7.0 |
3164 | 2024-08-17T03:29:44.682Z | Checking ssh-cipher v0.2.0 |
3165 | 2024-08-17T03:29:44.749Z | Checking pbkdf2 v0.11.0 |
3166 | 2024-08-17T03:29:44.769Z | Checking num-bigint v0.4.5 |
3167 | 2024-08-17T03:29:44.818Z | Compiling dhcproto-macros v0.1.0 |
3168 | 2024-08-17T03:29:44.926Z | Checking hex-literal v0.4.1 |
3169 | 2024-08-17T03:29:44.943Z | Checking p521 v0.13.3 |
3170 | 2024-08-17T03:29:44.966Z | Checking ssh-key v0.6.6 |
3171 | 2024-08-17T03:29:45.017Z | Checking p384 v0.13.0 |
3172 | 2024-08-17T03:29:45.056Z | Checking p256 v0.13.2 |
3173 | 2024-08-17T03:29:45.370Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3174 | 2024-08-17T03:29:45.532Z | Checking trust-dns-proto v0.22.0 |
3175 | 2024-08-17T03:29:45.553Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3176 | 2024-08-17T03:29:45.761Z | Checking internet-checksum v0.2.1 |
3177 | 2024-08-17T03:29:46.437Z | Checking russh-keys v0.44.0 |
3178 | 2024-08-17T03:29:47.390Z | Checking russh v0.44.1 |
3179 | 2024-08-17T03:29:48.220Z | Checking dhcproto v0.12.0 |
3180 | 2024-08-17T03:30:04.251Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3181 | 2024-08-17T03:30:05.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.54s |
3182 | 2024-08-17T03:30:05.739Z | |
3183 | 2024-08-17T03:30:05.739Z | info: running `cargo check --bins` on gateway-cli (145/153) |
3184 | 2024-08-17T03:30:06.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3185 | 2024-08-17T03:30:06.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3186 | 2024-08-17T03:30:06.400Z | Checking termios v0.3.3 |
3187 | 2024-08-17T03:30:06.603Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3188 | 2024-08-17T03:30:07.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
3189 | 2024-08-17T03:30:07.510Z | |
3190 | 2024-08-17T03:30:07.510Z | info: running `cargo check --bins --no-default-features` on installinator (146/153) |
3191 | 2024-08-17T03:30:08.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3192 | 2024-08-17T03:30:08.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3193 | 2024-08-17T03:30:08.207Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3194 | 2024-08-17T03:30:10.152Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3195 | 2024-08-17T03:30:11.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s |
3196 | 2024-08-17T03:30:12.035Z | |
3197 | 2024-08-17T03:30:12.035Z | info: running `cargo check --bins` on internal-dns-cli (147/153) |
3198 | 2024-08-17T03:30:12.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3199 | 2024-08-17T03:30:12.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3200 | 2024-08-17T03:30:12.689Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3201 | 2024-08-17T03:30:13.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3202 | 2024-08-17T03:30:13.259Z | |
3203 | 2024-08-17T03:30:13.259Z | info: running `cargo check --bins` on omicron-package (148/153) |
3204 | 2024-08-17T03:30:13.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3205 | 2024-08-17T03:30:13.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3206 | 2024-08-17T03:30:13.928Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3207 | 2024-08-17T03:30:15.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
3208 | 2024-08-17T03:30:15.273Z | |
3209 | 2024-08-17T03:30:15.273Z | info: running `cargo check --bins` on wicket-dbg (149/153) |
3210 | 2024-08-17T03:30:15.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3211 | 2024-08-17T03:30:15.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3212 | 2024-08-17T03:30:15.987Z | Checking rtoolbox v0.0.2 |
3213 | 2024-08-17T03:30:15.987Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3214 | 2024-08-17T03:30:15.990Z | Checking tui-tree-widget v0.22.0 |
3215 | 2024-08-17T03:30:16.194Z | Checking rpassword v7.3.1 |
3216 | 2024-08-17T03:30:19.990Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3217 | 2024-08-17T03:30:22.828Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3218 | 2024-08-17T03:30:23.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.58s |
3219 | 2024-08-17T03:30:24.031Z | |
3220 | 2024-08-17T03:30:24.031Z | info: running `cargo check --bins` on wicket (150/153) |
3221 | 2024-08-17T03:30:24.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3222 | 2024-08-17T03:30:24.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3223 | 2024-08-17T03:30:24.721Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3224 | 2024-08-17T03:30:25.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3225 | 2024-08-17T03:30:25.253Z | |
3226 | 2024-08-17T03:30:25.253Z | info: running `cargo check --bins` on wicketd (151/153) |
3227 | 2024-08-17T03:30:25.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3228 | 2024-08-17T03:30:25.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3229 | 2024-08-17T03:30:25.959Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3230 | 2024-08-17T03:30:29.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
3231 | 2024-08-17T03:30:29.644Z | |
3232 | 2024-08-17T03:30:29.644Z | info: running `cargo check --bins` on omicron-workspace-hack (152/153) |
3233 | 2024-08-17T03:30:30.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3234 | 2024-08-17T03:30:30.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3235 | 2024-08-17T03:30:30.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3236 | 2024-08-17T03:30:30.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3237 | 2024-08-17T03:30:30.258Z | |
3238 | 2024-08-17T03:30:30.258Z | info: running `cargo check --bins` on zone-setup (153/153) |
3239 | 2024-08-17T03:30:30.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3240 | 2024-08-17T03:30:30.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3241 | 2024-08-17T03:30:30.995Z | Checking uzers v0.11.3 |
3242 | 2024-08-17T03:30:31.292Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3243 | 2024-08-17T03:30:32.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
3244 | 2024-08-17T03:30:32.493Z | |
3245 | 2024-08-17T03:30:32.493Z | real 10:47.377332262 |
3246 | 2024-08-17T03:30:32.493Z | user 23:07.020971993 |
3247 | 2024-08-17T03:30:32.493Z | sys 5:01.373511095 |
3248 | 2024-08-17T03:30:32.496Z | trap 0.513492094 |
3249 | 2024-08-17T03:30:32.496Z | tflt 2.447468868 |
3250 | 2024-08-17T03:30:32.496Z | dflt 1.853463042 |
3251 | 2024-08-17T03:30:32.496Z | kflt 0.002997923 |
3252 | 2024-08-17T03:30:32.496Z | lock 41:49.473247439 |
3253 | 2024-08-17T03:30:32.496Z | slp 1:54:49.167812483 |
3254 | 2024-08-17T03:30:32.496Z | lat 59.147983516 |
3255 | 2024-08-17T03:30:32.496Z | stop 2:57.377883950 |
3256 | 2024-08-17T03:30:32.496Z | process exited: duration 906400 ms, exit code 0 |
|
3257 | 2024-08-17T03:30:32.504Z | found 0 output files |