|
|
|
1 | 2024-12-20T22:31:48.699Z | job assigned to worker 01JFK33XRF31P0NRQ13430H54Y [factory aws, i-0dfb184ead1f80734] (queued for 54 s) |
|
2 | 2024-12-20T22:31:56.587Z | starting task 0: "setup" |
3 | 2024-12-20T22:31:56.600Z | ++ uname -s |
4 | 2024-12-20T22:31:56.605Z | + kern=SunOS |
5 | 2024-12-20T22:31:56.605Z | + case "$kern" in |
6 | 2024-12-20T22:31:56.605Z | + groupadd -g 12345 build |
7 | 2024-12-20T22:31:56.610Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T22:31:58.613Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T22:31:58.795Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T22:31:58.799Z | + home_fs=zfs |
11 | 2024-12-20T22:31:58.799Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T22:31:58.799Z | + mkdir -p /home/build |
13 | 2024-12-20T22:31:58.802Z | + chown build:build /home/build /work |
14 | 2024-12-20T22:31:59.816Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T22:31:59.822Z | process exited: duration 3217 ms, exit code 0 |
|
16 | 2024-12-20T22:31:59.830Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T22:31:59.838Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T22:31:59.838Z | ' 1.81.0 |
19 | 2024-12-20T22:31:59.838Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-20T22:31:59.838Z | ' default |
21 | 2024-12-20T22:31:59.838Z | * toolchain channel = "1.81.0" |
22 | 2024-12-20T22:31:59.838Z | * toolchain profile = "default" |
23 | 2024-12-20T22:31:59.841Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T22:31:59.841Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T22:31:59.933Z | info: downloading installer |
26 | 2024-12-20T22:32:01.097Z | info: profile set to 'default' |
27 | 2024-12-20T22:32:01.097Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T22:32:01.101Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T22:32:01.238Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T22:32:01.243Z | info: downloading component 'cargo' |
31 | 2024-12-20T22:32:01.964Z | info: downloading component 'clippy' |
32 | 2024-12-20T22:32:02.235Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T22:32:03.241Z | info: downloading component 'rust-std' |
34 | 2024-12-20T22:32:04.808Z | info: downloading component 'rustc' |
35 | 2024-12-20T22:32:10.427Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T22:32:10.639Z | info: installing component 'cargo' |
37 | 2024-12-20T22:32:11.423Z | info: installing component 'clippy' |
38 | 2024-12-20T22:32:12.679Z | info: installing component 'rust-docs' |
39 | 2024-12-20T22:32:13.392Z | info: installing component 'rust-std' |
40 | 2024-12-20T22:32:15.087Z | info: installing component 'rustc' |
41 | 2024-12-20T22:32:20.750Z | info: installing component 'rustfmt' |
42 | 2024-12-20T22:32:21.070Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T22:32:21.070Z | |
44 | 2024-12-20T22:32:21.437Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T22:32:21.437Z | |
46 | 2024-12-20T22:32:21.440Z | |
47 | 2024-12-20T22:32:21.440Z | Rust is installed now. Great! |
48 | 2024-12-20T22:32:21.440Z | |
49 | 2024-12-20T22:32:21.440Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T22:32:21.440Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T22:32:21.440Z | |
52 | 2024-12-20T22:32:21.440Z | To configure your current shell, you need to source |
53 | 2024-12-20T22:32:21.440Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T22:32:21.440Z | |
55 | 2024-12-20T22:32:21.440Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T22:32:21.440Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T22:32:21.440Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T22:32:21.511Z | + rustc --version |
59 | 2024-12-20T22:32:21.576Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T22:32:21.579Z | process exited: duration 21746 ms, exit code 0 |
|
61 | 2024-12-20T22:32:21.586Z | starting task 2: "authentication" |
62 | 2024-12-20T22:32:21.606Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-20T22:32:21.612Z | starting task 3: "clone repository" |
64 | 2024-12-20T22:32:21.617Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T22:32:21.620Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T22:32:21.663Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T22:32:29.056Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T22:32:29.056Z | + git fetch origin 5f3f50751ba1868efb7fad74e5bc041418daf93b |
69 | 2024-12-20T22:32:29.340Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T22:32:29.340Z | * branch 5f3f50751ba1868efb7fad74e5bc041418daf93b -> FETCH_HEAD |
71 | 2024-12-20T22:32:29.349Z | + [[ -n support-bundle-bg-task ]] |
72 | 2024-12-20T22:32:29.352Z | ++ git branch --show-current |
73 | 2024-12-20T22:32:29.354Z | + current=main |
74 | 2024-12-20T22:32:29.354Z | + [[ main != support-bundle-bg-task ]] |
75 | 2024-12-20T22:32:29.354Z | + git branch -f support-bundle-bg-task 5f3f50751ba1868efb7fad74e5bc041418daf93b |
76 | 2024-12-20T22:32:29.357Z | + git checkout -f support-bundle-bg-task |
77 | 2024-12-20T22:32:29.527Z | Switched to branch 'support-bundle-bg-task' |
78 | 2024-12-20T22:32:29.530Z | + git reset --hard 5f3f50751ba1868efb7fad74e5bc041418daf93b |
79 | 2024-12-20T22:32:29.703Z | HEAD is now at 5f3f50751 Merge branch 'support-bundle-simulated-implementation' into support-bundle-bg-task |
80 | 2024-12-20T22:32:29.706Z | process exited: duration 8088 ms, exit code 0 |
|
81 | 2024-12-20T22:32:29.712Z | starting task 4: "build" |
82 | 2024-12-20T22:32:29.719Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T22:32:29.719Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T22:32:29.719Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T22:32:29.719Z | + cargo --version |
86 | 2024-12-20T22:32:29.776Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T22:32:29.780Z | + rustc --version |
88 | 2024-12-20T22:32:29.838Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T22:32:29.842Z | + source ./env.sh |
90 | 2024-12-20T22:32:29.842Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-20T22:32:29.842Z | ++ set -o xtrace |
92 | 2024-12-20T22:32:29.845Z | ++++ dirname ./env.sh |
93 | 2024-12-20T22:32:29.848Z | +++ readlink -f . |
94 | 2024-12-20T22:32:29.850Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-20T22:32:29.850Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-12-20T22:32:29.850Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-12-20T22:32:29.850Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-12-20T22:32:29.850Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-12-20T22:32:29.850Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-12-20T22:32:29.850Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-12-20T22:32:29.850Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2024-12-20T22:32:29.851Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-12-20T22:32:29.851Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-20T22:32:29.851Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-20T22:32:29.851Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2024-12-20T22:32:29.851Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2024-12-20T22:32:29.851Z | + banner prerequisites |
108 | 2024-12-20T22:32:29.854Z | |
109 | 2024-12-20T22:32:29.854Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-20T22:32:29.854Z | # # # # # # # # # # # # # # # |
111 | 2024-12-20T22:32:29.854Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-20T22:32:29.854Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-20T22:32:29.854Z | # # # # # # # # # # # # # # # |
114 | 2024-12-20T22:32:29.854Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-20T22:32:29.854Z | |
116 | 2024-12-20T22:32:29.854Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-20T22:32:39.067Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-20T22:32:42.951Z | Startup: Caching catalogs ... Done |
119 | 2024-12-20T22:32:53.788Z | Planning: Solver setup ... Done (9.660s) |
120 | 2024-12-20T22:32:54.074Z | Planning: Running solver ... Done (0.132s) |
121 | 2024-12-20T22:32:54.074Z | Planning: Finding local manifests ... Done (0.005s) |
122 | 2024-12-20T22:32:54.074Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-20T22:32:54.518Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-20T22:32:54.616Z | Planning: Package planning ... Done (0.098s) |
125 | 2024-12-20T22:32:54.671Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-12-20T22:32:55.029Z | Planning: Checking for conflicting actions ... Done (0.359s) |
127 | 2024-12-20T22:32:56.993Z | Planning: Consolidating action changes ... Done (1.976s) |
128 | 2024-12-20T22:32:57.432Z | Planning: Evaluating mediators ... Done (0.439s) |
129 | 2024-12-20T22:32:57.509Z | Planning: Planning completed in 14.46 seconds |
130 | 2024-12-20T22:32:57.529Z | Packages to install: 4 |
131 | 2024-12-20T22:32:57.530Z | Packages to update: 1 |
132 | 2024-12-20T22:32:57.543Z | Mediators to change: 2 |
133 | 2024-12-20T22:32:57.543Z | Services to change: 1 |
134 | 2024-12-20T22:32:57.543Z | Estimated space available: 155.63 GB |
135 | 2024-12-20T22:32:57.543Z | Estimated space to be consumed: 1.62 GB |
136 | 2024-12-20T22:32:57.543Z | Create boot environment: No |
137 | 2024-12-20T22:32:57.543Z | Create backup boot environment: Yes |
138 | 2024-12-20T22:32:57.544Z | Rebuild boot archive: No |
139 | 2024-12-20T22:32:57.544Z | |
140 | 2024-12-20T22:32:57.544Z | Changed mediators: |
141 | 2024-12-20T22:32:57.544Z | mediator clang: |
142 | 2024-12-20T22:32:57.544Z | version: None -> 15 (system default) |
143 | 2024-12-20T22:32:57.544Z | |
144 | 2024-12-20T22:32:57.545Z | mediator llvm: |
145 | 2024-12-20T22:32:57.545Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-20T22:32:57.545Z | |
147 | 2024-12-20T22:32:57.545Z | Changed packages: |
148 | 2024-12-20T22:32:57.545Z | helios-dev |
149 | 2024-12-20T22:32:57.545Z | developer/build-essential |
150 | 2024-12-20T22:32:57.545Z | None -> 11-2.0 |
151 | 2024-12-20T22:32:57.545Z | library/libxmlsec1 |
152 | 2024-12-20T22:32:57.545Z | None -> 1.2.35-2.0 |
153 | 2024-12-20T22:32:57.545Z | ooce/developer/clang-15 |
154 | 2024-12-20T22:32:57.545Z | None -> 15.0.7-2.0 |
155 | 2024-12-20T22:32:57.545Z | ooce/developer/llvm-15 |
156 | 2024-12-20T22:32:57.545Z | None -> 15.0.7-2.0 |
157 | 2024-12-20T22:32:57.545Z | package/pkg |
158 | 2024-12-20T22:32:57.545Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-20T22:32:57.545Z | |
160 | 2024-12-20T22:32:57.545Z | Services: |
161 | 2024-12-20T22:32:57.545Z | restart_fmri: |
162 | 2024-12-20T22:32:57.545Z | svc:/system/update-man-index:default |
163 | 2024-12-20T22:32:57.545Z | |
164 | 2024-12-20T22:32:57.545Z | Editable files to change: |
165 | 2024-12-20T22:32:57.545Z | Update: |
166 | 2024-12-20T22:32:57.545Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-20T22:32:57.611Z | |
168 | 2024-12-20T22:32:57.611Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-20T22:33:03.482Z | Download: 747/4281 items 18.3/220.6MB 8% complete (3.8M/s) |
170 | 2024-12-20T22:33:08.220Z | Download: 1293/4281 items 115.0/220.6MB 52% complete (11.6M/s) |
171 | 2024-12-20T22:33:12.815Z | Download: 1730/4281 items 118.1/220.6MB 53% complete (10.0M/s) |
172 | 2024-12-20T22:33:17.662Z | Download: 2211/4281 items 119.2/220.6MB 54% complete (1.8M/s) |
173 | 2024-12-20T22:33:26.758Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (1.2M/s) |
174 | 2024-12-20T22:33:31.941Z | Download: 2375/4281 items 119.8/220.6MB 54% complete (118k/s) |
175 | 2024-12-20T22:33:36.603Z | Download: 2469/4281 items 119.9/220.6MB 54% complete (79.7k/s) |
176 | 2024-12-20T22:33:41.636Z | Download: 2541/4281 items 120.1/220.6MB 54% complete (45.8k/s) |
177 | 2024-12-20T22:33:46.975Z | Download: 2613/4281 items 120.3/220.6MB 54% complete (37.5k/s) |
178 | 2024-12-20T22:33:51.635Z | Download: 2714/4281 items 120.8/220.6MB 54% complete (60.3k/s) |
179 | 2024-12-20T22:33:56.838Z | Download: 2873/4281 items 121.1/220.6MB 54% complete (86.8k/s) |
180 | 2024-12-20T22:34:02.089Z | Download: 2990/4281 items 121.3/220.6MB 54% complete (77.8k/s) |
181 | 2024-12-20T22:34:06.660Z | Download: 3123/4281 items 167.3/220.6MB 75% complete (4.5M/s) |
182 | 2024-12-20T22:34:11.723Z | Download: 3244/4281 items 201.1/220.6MB 91% complete (8.0M/s) |
183 | 2024-12-20T22:34:18.138Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (8.0M/s) |
184 | 2024-12-20T22:34:26.138Z | Download: 3247/4281 items 203.1/220.6MB 92% complete |
185 | 2024-12-20T22:34:39.510Z | Download: 3289/4281 items 211.0/220.6MB 95% complete (1.9M/s) |
186 | 2024-12-20T22:34:44.518Z | Download: 3658/4281 items 216.3/220.6MB 98% complete (1.2M/s) |
187 | 2024-12-20T22:34:49.529Z | Download: 3809/4281 items 217.2/220.6MB 98% complete (684k/s) |
188 | 2024-12-20T22:34:54.542Z | Download: 4103/4281 items 219.9/220.6MB 99% complete (368k/s) |
189 | 2024-12-20T22:35:02.288Z | Download: 4199/4281 items 220.5/220.6MB 99% complete (373k/s) |
190 | 2024-12-20T22:35:09.174Z | Download: 4202/4281 items 220.5/220.6MB 99% complete |
191 | 2024-12-20T22:35:16.423Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (280k/s) |
192 | 2024-12-20T22:35:21.393Z | Download: Completed 220.60 MB in 143.77 seconds (1.5M/s) |
193 | 2024-12-20T22:35:23.609Z | Actions: 1/5063 actions (Removing old actions) |
194 | 2024-12-20T22:35:23.633Z | Actions: 194/5063 actions (Installing new actions) |
195 | 2024-12-20T22:35:28.265Z | Actions: 4226/5063 actions (Updating modified actions) |
196 | 2024-12-20T22:35:28.590Z | Actions: Completed 5063 actions in 4.98 seconds. |
197 | 2024-12-20T22:35:28.990Z | Done (0.393s) |
198 | 2024-12-20T22:35:28.993Z | Done (0.000s) |
199 | 2024-12-20T22:35:29.593Z | Done (0.601s) |
200 | 2024-12-20T22:35:34.008Z | Done (4.196s) |
201 | 2024-12-20T22:35:34.092Z | Done (0.017s) |
202 | 2024-12-20T22:35:34.094Z | Done (0.000s) |
203 | 2024-12-20T22:35:34.258Z | Done (0.000s) |
204 | 2024-12-20T22:35:34.948Z | Planning: Evaluating mediator changes ... Done |
205 | 2024-12-20T22:35:35.109Z | Planning: Checking for conflicting actions ... Done |
206 | 2024-12-20T22:35:35.111Z | Planning: Consolidating action changes ... Done |
207 | 2024-12-20T22:35:35.376Z | Planning: Evaluating mediators ... Done |
208 | 2024-12-20T22:35:35.379Z | Planning: Planning completed in 0.43 seconds |
209 | 2024-12-20T22:35:35.415Z | Mediators to change: 2 |
210 | 2024-12-20T22:35:35.415Z | Create boot environment: No |
211 | 2024-12-20T22:35:35.417Z | Create backup boot environment: No |
212 | 2024-12-20T22:35:35.495Z | Done |
213 | 2024-12-20T22:35:35.495Z | Done |
214 | 2024-12-20T22:35:35.854Z | Done |
215 | 2024-12-20T22:35:39.477Z | Done |
216 | 2024-12-20T22:35:39.573Z | Done |
217 | 2024-12-20T22:35:39.576Z | Done |
218 | 2024-12-20T22:35:39.707Z | Done |
219 | 2024-12-20T22:35:40.312Z | Planning: Evaluating mediator changes ... Done |
220 | 2024-12-20T22:35:40.315Z | Planning: Merging actions ... Done |
221 | 2024-12-20T22:35:40.499Z | Planning: Checking for conflicting actions ... Done |
222 | 2024-12-20T22:35:40.502Z | Planning: Consolidating action changes ... Done |
223 | 2024-12-20T22:35:40.765Z | Planning: Evaluating mediators ... Done |
224 | 2024-12-20T22:35:40.821Z | Planning: Planning completed in 0.75 seconds |
225 | 2024-12-20T22:35:40.860Z | Packages to change: 1 |
226 | 2024-12-20T22:35:40.860Z | Mediators to change: 1 |
227 | 2024-12-20T22:35:40.863Z | Services to change: 1 |
228 | 2024-12-20T22:35:40.863Z | Create boot environment: No |
229 | 2024-12-20T22:35:40.863Z | Create backup boot environment: Yes |
230 | 2024-12-20T22:35:43.212Z | Actions: 1/6 actions (Updating modified actions) |
231 | 2024-12-20T22:35:43.215Z | Actions: Completed 6 actions in 0.00 seconds. |
232 | 2024-12-20T22:35:43.215Z | Done |
233 | 2024-12-20T22:35:43.215Z | Done |
234 | 2024-12-20T22:35:43.332Z | Done |
235 | 2024-12-20T22:35:46.934Z | Done |
236 | 2024-12-20T22:35:47.029Z | Done |
237 | 2024-12-20T22:35:47.031Z | Done |
238 | 2024-12-20T22:35:47.181Z | Done |
239 | 2024-12-20T22:35:47.610Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
240 | 2024-12-20T22:35:47.610Z | clang system 15 system |
241 | 2024-12-20T22:35:47.610Z | csh system system illumos |
242 | 2024-12-20T22:35:47.610Z | ctags system system illumos |
243 | 2024-12-20T22:35:47.610Z | gcc vendor 12 vendor |
244 | 2024-12-20T22:35:47.610Z | gcc system 10 system |
245 | 2024-12-20T22:35:47.610Z | gcc system 7 system |
246 | 2024-12-20T22:35:47.610Z | go system 1.20 system |
247 | 2024-12-20T22:35:47.610Z | go system 1.19 system |
248 | 2024-12-20T22:35:47.610Z | llvm system 15 system |
249 | 2024-12-20T22:35:47.610Z | llvm system 14 system |
250 | 2024-12-20T22:35:47.610Z | mariadb system 10.6 system |
251 | 2024-12-20T22:35:47.610Z | mta vendor vendor dma |
252 | 2024-12-20T22:35:47.610Z | openjdk system 17 system |
253 | 2024-12-20T22:35:47.610Z | openjdk system 11 system |
254 | 2024-12-20T22:35:47.610Z | openjdk system 1.8 system |
255 | 2024-12-20T22:35:47.610Z | openssl vendor 3 vendor |
256 | 2024-12-20T22:35:47.612Z | perl system 5.36 system |
257 | 2024-12-20T22:35:47.612Z | postgresql system 15 system |
258 | 2024-12-20T22:35:47.612Z | postgresql system 13 system |
259 | 2024-12-20T22:35:47.612Z | python vendor 3 vendor |
260 | 2024-12-20T22:35:47.612Z | python system 2 system |
261 | 2024-12-20T22:35:47.612Z | python3 system 3.11 system |
262 | 2024-12-20T22:35:47.612Z | ruby system 3.0 system |
263 | 2024-12-20T22:35:47.612Z | words vendor vendor american-english |
264 | 2024-12-20T22:35:47.612Z | words system system australian-english |
265 | 2024-12-20T22:35:47.612Z | words system system british-english |
266 | 2024-12-20T22:35:47.612Z | words system system canadian-english |
267 | 2024-12-20T22:35:47.613Z | words system system french |
268 | 2024-12-20T22:35:47.613Z | words system system italian |
269 | 2024-12-20T22:35:47.613Z | words system system ngerman |
270 | 2024-12-20T22:35:47.613Z | words system system ogerman |
271 | 2024-12-20T22:35:47.613Z | words system system spanish |
272 | 2024-12-20T22:35:47.946Z | PUBLISHER TYPE STATUS P LOCATION |
273 | 2024-12-20T22:35:47.946Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
274 | 2024-12-20T22:35:50.696Z | FMRI IFO |
275 | 2024-12-20T22:35:50.696Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
276 | 2024-12-20T22:35:50.696Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
277 | 2024-12-20T22:35:50.696Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
278 | 2024-12-20T22:35:50.696Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
279 | 2024-12-20T22:35:50.696Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
280 | 2024-12-20T22:35:50.696Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
281 | 2024-12-20T22:35:50.696Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
282 | 2024-12-20T22:35:50.696Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
283 | 2024-12-20T22:35:50.696Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
284 | 2024-12-20T22:35:50.696Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
285 | 2024-12-20T22:35:50.696Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
286 | 2024-12-20T22:35:50.696Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
287 | 2024-12-20T22:35:50.696Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
288 | 2024-12-20T22:35:50.696Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
289 | 2024-12-20T22:35:50.696Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
290 | 2024-12-20T22:35:51.465Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
291 | 2024-12-20T22:35:51.728Z | Updating crates.io index |
292 | 2024-12-20T22:35:51.774Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
293 | 2024-12-20T22:35:52.281Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
294 | 2024-12-20T22:35:52.574Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
295 | 2024-12-20T22:35:52.814Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
296 | 2024-12-20T22:35:53.050Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
297 | 2024-12-20T22:35:53.889Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
298 | 2024-12-20T22:35:55.497Z | Updating git repository `https://github.com/oxidecomputer/opte` |
299 | 2024-12-20T22:35:56.192Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
300 | 2024-12-20T22:35:56.998Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
301 | 2024-12-20T22:35:57.290Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
302 | 2024-12-20T22:35:57.607Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
303 | 2024-12-20T22:35:58.176Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
304 | 2024-12-20T22:35:58.785Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
305 | 2024-12-20T22:35:58.819Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
306 | 2024-12-20T22:35:59.062Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
307 | 2024-12-20T22:35:59.390Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
308 | 2024-12-20T22:35:59.664Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
309 | 2024-12-20T22:35:59.941Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
310 | 2024-12-20T22:36:00.289Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
311 | 2024-12-20T22:36:00.633Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
312 | 2024-12-20T22:36:00.884Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
313 | 2024-12-20T22:36:01.416Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
314 | 2024-12-20T22:36:01.790Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
315 | 2024-12-20T22:36:02.272Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
316 | 2024-12-20T22:36:02.638Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
317 | 2024-12-20T22:36:02.974Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
318 | 2024-12-20T22:36:03.243Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
319 | 2024-12-20T22:36:03.519Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
320 | 2024-12-20T22:36:04.797Z | Downloading crates ... |
321 | 2024-12-20T22:36:04.847Z | Downloaded anstyle-parse v0.2.5 |
322 | 2024-12-20T22:36:04.849Z | Downloaded anstyle v1.0.10 |
323 | 2024-12-20T22:36:04.852Z | Downloaded anstream v0.6.15 |
324 | 2024-12-20T22:36:04.867Z | Downloaded dtrace-parser v0.2.0 |
325 | 2024-12-20T22:36:04.872Z | Downloaded pretty-hex v0.4.1 |
326 | 2024-12-20T22:36:04.875Z | Downloaded swrite v0.1.0 |
327 | 2024-12-20T22:36:04.887Z | Downloaded usdt-macro v0.5.0 |
328 | 2024-12-20T22:36:04.890Z | Downloaded usdt-attr-macro v0.5.0 |
329 | 2024-12-20T22:36:04.893Z | Downloaded heck v0.4.1 |
330 | 2024-12-20T22:36:04.895Z | Downloaded equivalent v1.0.1 |
331 | 2024-12-20T22:36:04.898Z | Downloaded cfg-if v1.0.0 |
332 | 2024-12-20T22:36:04.902Z | Downloaded block-buffer v0.10.4 |
333 | 2024-12-20T22:36:04.907Z | Downloaded macaddr v1.0.1 |
334 | 2024-12-20T22:36:04.912Z | Downloaded dof v0.3.0 |
335 | 2024-12-20T22:36:04.912Z | Downloaded digest v0.10.7 |
336 | 2024-12-20T22:36:04.912Z | Downloaded pest_generator v2.7.14 |
337 | 2024-12-20T22:36:04.917Z | Downloaded is_terminal_polyfill v1.70.1 |
338 | 2024-12-20T22:36:04.917Z | Downloaded plain v0.2.3 |
339 | 2024-12-20T22:36:04.917Z | Downloaded scroll_derive v0.12.0 |
340 | 2024-12-20T22:36:04.917Z | Downloaded itoa v1.0.11 |
341 | 2024-12-20T22:36:04.917Z | Downloaded heck v0.5.0 |
342 | 2024-12-20T22:36:04.921Z | Downloaded fnv v1.0.7 |
343 | 2024-12-20T22:36:04.921Z | Downloaded unicode-linebreak v0.1.5 |
344 | 2024-12-20T22:36:04.921Z | Downloaded tabled_derive v0.7.0 |
345 | 2024-12-20T22:36:04.921Z | Downloaded smawk v0.3.2 |
346 | 2024-12-20T22:36:04.924Z | Downloaded serde_tokenstream v0.2.2 |
347 | 2024-12-20T22:36:04.924Z | Downloaded serde_spanned v0.6.8 |
348 | 2024-12-20T22:36:04.924Z | Downloaded clap_lex v0.7.2 |
349 | 2024-12-20T22:36:04.924Z | Downloaded fs-err v2.11.0 |
350 | 2024-12-20T22:36:04.927Z | Downloaded toml_datetime v0.6.8 |
351 | 2024-12-20T22:36:04.931Z | Downloaded fastrand v2.1.1 |
352 | 2024-12-20T22:36:04.931Z | Downloaded thiserror-impl v1.0.69 |
353 | 2024-12-20T22:36:04.931Z | Downloaded proc-macro-error-attr v1.0.4 |
354 | 2024-12-20T22:36:04.935Z | Downloaded errno v0.3.9 |
355 | 2024-12-20T22:36:04.935Z | Downloaded byteorder v1.5.0 |
356 | 2024-12-20T22:36:04.935Z | Downloaded bytecount v0.6.8 |
357 | 2024-12-20T22:36:04.939Z | Downloaded utf8parse v0.2.2 |
358 | 2024-12-20T22:36:04.939Z | Downloaded autocfg v1.4.0 |
359 | 2024-12-20T22:36:04.943Z | Downloaded version_check v0.9.5 |
360 | 2024-12-20T22:36:04.946Z | Downloaded log v0.4.22 |
361 | 2024-12-20T22:36:04.949Z | Downloaded thiserror v1.0.69 |
362 | 2024-12-20T22:36:04.952Z | Downloaded quote v1.0.37 |
363 | 2024-12-20T22:36:04.955Z | Downloaded crypto-common v0.1.6 |
364 | 2024-12-20T22:36:04.955Z | Downloaded cargo_toml v0.20.5 |
365 | 2024-12-20T22:36:04.958Z | Downloaded once_cell v1.20.2 |
366 | 2024-12-20T22:36:04.960Z | Downloaded clap_derive v4.5.18 |
367 | 2024-12-20T22:36:04.963Z | Downloaded usdt v0.5.0 |
368 | 2024-12-20T22:36:04.963Z | Downloaded tempfile v3.13.0 |
369 | 2024-12-20T22:36:04.966Z | Downloaded cargo_metadata v0.18.1 |
370 | 2024-12-20T22:36:04.969Z | Downloaded scroll v0.12.0 |
371 | 2024-12-20T22:36:04.969Z | Downloaded camino-tempfile v1.1.1 |
372 | 2024-12-20T22:36:04.972Z | Downloaded usdt-impl v0.5.0 |
373 | 2024-12-20T22:36:04.972Z | Downloaded pest_derive v2.7.14 |
374 | 2024-12-20T22:36:04.975Z | Downloaded strsim v0.11.1 |
375 | 2024-12-20T22:36:04.975Z | Downloaded indexmap v2.6.0 |
376 | 2024-12-20T22:36:04.978Z | Downloaded terminal_size v0.4.0 |
377 | 2024-12-20T22:36:04.981Z | Downloaded colorchoice v1.0.2 |
378 | 2024-12-20T22:36:04.981Z | Downloaded thread-id v4.2.2 |
379 | 2024-12-20T22:36:04.983Z | Downloaded memmap v0.7.0 |
380 | 2024-12-20T22:36:04.984Z | Downloaded sha2 v0.10.8 |
381 | 2024-12-20T22:36:04.986Z | Downloaded generic-array v0.14.7 |
382 | 2024-12-20T22:36:04.987Z | Downloaded cpufeatures v0.2.14 |
383 | 2024-12-20T22:36:04.993Z | Downloaded ryu v1.0.18 |
384 | 2024-12-20T22:36:04.993Z | Downloaded bitflags v2.6.0 |
385 | 2024-12-20T22:36:04.996Z | Downloaded anyhow v1.0.93 |
386 | 2024-12-20T22:36:04.999Z | Downloaded unicode-ident v1.0.13 |
387 | 2024-12-20T22:36:05.003Z | Downloaded toml v0.8.19 |
388 | 2024-12-20T22:36:05.006Z | Downloaded zerocopy-derive v0.7.35 |
389 | 2024-12-20T22:36:05.009Z | Downloaded ucd-trie v0.1.7 |
390 | 2024-12-20T22:36:05.009Z | Downloaded camino v1.1.9 |
391 | 2024-12-20T22:36:05.015Z | Downloaded typenum v1.17.0 |
392 | 2024-12-20T22:36:05.017Z | Downloaded textwrap v0.16.1 |
393 | 2024-12-20T22:36:05.017Z | Downloaded papergrid v0.11.0 |
394 | 2024-12-20T22:36:05.020Z | Downloaded pest_meta v2.7.14 |
395 | 2024-12-20T22:36:05.023Z | Downloaded proc-macro-error v1.0.4 |
396 | 2024-12-20T22:36:05.027Z | Downloaded clap v4.5.21 |
397 | 2024-12-20T22:36:05.033Z | Downloaded serde_derive v1.0.215 |
398 | 2024-12-20T22:36:05.038Z | Downloaded cargo-platform v0.1.8 |
399 | 2024-12-20T22:36:05.038Z | Downloaded anstyle-query v1.1.1 |
400 | 2024-12-20T22:36:05.039Z | Downloaded semver v1.0.23 |
401 | 2024-12-20T22:36:05.042Z | Downloaded serde v1.0.215 |
402 | 2024-12-20T22:36:05.046Z | Downloaded memchr v2.7.4 |
403 | 2024-12-20T22:36:05.049Z | Downloaded proc-macro2 v1.0.89 |
404 | 2024-12-20T22:36:05.061Z | Downloaded toml_edit v0.22.22 |
405 | 2024-12-20T22:36:05.088Z | Downloaded pest v2.7.14 |
406 | 2024-12-20T22:36:05.095Z | Downloaded hashbrown v0.15.1 |
407 | 2024-12-20T22:36:05.103Z | Downloaded zerocopy v0.7.35 |
408 | 2024-12-20T22:36:05.118Z | Downloaded winnow v0.6.20 |
409 | 2024-12-20T22:36:05.125Z | Downloaded clap_builder v4.5.21 |
410 | 2024-12-20T22:36:05.131Z | Downloaded tabled v0.15.0 |
411 | 2024-12-20T22:36:05.146Z | Downloaded serde_json v1.0.132 |
412 | 2024-12-20T22:36:05.154Z | Downloaded syn v1.0.109 |
413 | 2024-12-20T22:36:05.161Z | Downloaded unicode-width v0.1.14 |
414 | 2024-12-20T22:36:05.166Z | Downloaded syn v2.0.87 |
415 | 2024-12-20T22:36:05.175Z | Downloaded goblin v0.8.2 |
416 | 2024-12-20T22:36:05.190Z | Downloaded rustix v0.38.37 |
417 | 2024-12-20T22:36:05.218Z | Downloaded libc v0.2.162 |
418 | 2024-12-20T22:36:05.523Z | Compiling proc-macro2 v1.0.89 |
419 | 2024-12-20T22:36:05.523Z | Compiling unicode-ident v1.0.13 |
420 | 2024-12-20T22:36:05.523Z | Compiling serde v1.0.215 |
421 | 2024-12-20T22:36:05.525Z | Compiling version_check v0.9.5 |
422 | 2024-12-20T22:36:05.525Z | Compiling thiserror v1.0.69 |
423 | 2024-12-20T22:36:05.525Z | Compiling memchr v2.7.4 |
424 | 2024-12-20T22:36:05.525Z | Compiling libc v0.2.162 |
425 | 2024-12-20T22:36:05.525Z | Compiling ryu v1.0.18 |
426 | 2024-12-20T22:36:05.763Z | Compiling itoa v1.0.11 |
427 | 2024-12-20T22:36:05.954Z | Compiling ucd-trie v0.1.7 |
428 | 2024-12-20T22:36:06.258Z | Compiling once_cell v1.20.2 |
429 | 2024-12-20T22:36:06.403Z | Compiling byteorder v1.5.0 |
430 | 2024-12-20T22:36:06.546Z | Compiling rustix v0.38.37 |
431 | 2024-12-20T22:36:06.593Z | Compiling serde_json v1.0.132 |
432 | 2024-12-20T22:36:06.836Z | Compiling bitflags v2.6.0 |
433 | 2024-12-20T22:36:06.991Z | Compiling usdt-impl v0.5.0 |
434 | 2024-12-20T22:36:07.023Z | Compiling proc-macro-error-attr v1.0.4 |
435 | 2024-12-20T22:36:07.317Z | Compiling syn v1.0.109 |
436 | 2024-12-20T22:36:07.392Z | Compiling proc-macro-error v1.0.4 |
437 | 2024-12-20T22:36:07.459Z | Compiling quote v1.0.37 |
438 | 2024-12-20T22:36:07.532Z | Compiling hashbrown v0.15.1 |
439 | 2024-12-20T22:36:07.559Z | Compiling log v0.4.22 |
440 | 2024-12-20T22:36:07.689Z | Compiling equivalent v1.0.1 |
441 | 2024-12-20T22:36:07.817Z | Compiling errno v0.3.9 |
442 | 2024-12-20T22:36:07.948Z | Compiling syn v2.0.87 |
443 | 2024-12-20T22:36:08.071Z | Compiling plain v0.2.3 |
444 | 2024-12-20T22:36:08.121Z | Compiling camino v1.1.9 |
445 | 2024-12-20T22:36:08.215Z | Compiling thread-id v4.2.2 |
446 | 2024-12-20T22:36:08.241Z | Compiling utf8parse v0.2.2 |
447 | 2024-12-20T22:36:08.422Z | Compiling anstyle-parse v0.2.5 |
448 | 2024-12-20T22:36:08.771Z | Compiling indexmap v2.6.0 |
449 | 2024-12-20T22:36:08.797Z | Compiling autocfg v1.4.0 |
450 | 2024-12-20T22:36:08.825Z | Compiling is_terminal_polyfill v1.70.1 |
451 | 2024-12-20T22:36:08.825Z | Compiling anstyle-query v1.1.1 |
452 | 2024-12-20T22:36:08.969Z | Compiling unicode-width v0.1.14 |
453 | 2024-12-20T22:36:08.971Z | Compiling pretty-hex v0.4.1 |
454 | 2024-12-20T22:36:09.202Z | Compiling colorchoice v1.0.2 |
455 | 2024-12-20T22:36:09.229Z | Compiling winnow v0.6.20 |
456 | 2024-12-20T22:36:09.382Z | Compiling anstyle v1.0.10 |
457 | 2024-12-20T22:36:09.514Z | Compiling semver v1.0.23 |
458 | 2024-12-20T22:36:09.867Z | Compiling anstream v0.6.15 |
459 | 2024-12-20T22:36:10.004Z | Compiling fs-err v2.11.0 |
460 | 2024-12-20T22:36:10.144Z | Compiling terminal_size v0.4.0 |
461 | 2024-12-20T22:36:10.296Z | Compiling strsim v0.11.1 |
462 | 2024-12-20T22:36:10.357Z | Compiling heck v0.5.0 |
463 | 2024-12-20T22:36:10.596Z | Compiling clap_lex v0.7.2 |
464 | 2024-12-20T22:36:10.842Z | Compiling heck v0.4.1 |
465 | 2024-12-20T22:36:10.883Z | Compiling cfg-if v1.0.0 |
466 | 2024-12-20T22:36:10.910Z | Compiling fnv v1.0.7 |
467 | 2024-12-20T22:36:11.053Z | Compiling fastrand v2.1.1 |
468 | 2024-12-20T22:36:11.109Z | Compiling bytecount v0.6.8 |
469 | 2024-12-20T22:36:11.240Z | Compiling anyhow v1.0.93 |
470 | 2024-12-20T22:36:11.337Z | Compiling papergrid v0.11.0 |
471 | 2024-12-20T22:36:11.364Z | Compiling clap_builder v4.5.21 |
472 | 2024-12-20T22:36:11.622Z | Compiling tempfile v3.13.0 |
473 | 2024-12-20T22:36:11.842Z | Compiling memmap v0.7.0 |
474 | 2024-12-20T22:36:12.259Z | Compiling unicode-linebreak v0.1.5 |
475 | 2024-12-20T22:36:12.309Z | Compiling smawk v0.3.2 |
476 | 2024-12-20T22:36:12.727Z | Compiling textwrap v0.16.1 |
477 | 2024-12-20T22:36:13.106Z | Compiling swrite v0.1.0 |
478 | 2024-12-20T22:36:14.016Z | Compiling tabled_derive v0.7.0 |
479 | 2024-12-20T22:36:15.620Z | Compiling tabled v0.15.0 |
480 | 2024-12-20T22:36:16.822Z | Compiling serde_derive v1.0.215 |
481 | 2024-12-20T22:36:16.824Z | Compiling thiserror-impl v1.0.69 |
482 | 2024-12-20T22:36:16.824Z | Compiling zerocopy-derive v0.7.35 |
483 | 2024-12-20T22:36:16.824Z | Compiling scroll_derive v0.12.0 |
484 | 2024-12-20T22:36:17.014Z | Compiling clap_derive v4.5.18 |
485 | 2024-12-20T22:36:18.153Z | Compiling scroll v0.12.0 |
486 | 2024-12-20T22:36:18.558Z | Compiling zerocopy v0.7.35 |
487 | 2024-12-20T22:36:18.605Z | Compiling goblin v0.8.2 |
488 | 2024-12-20T22:36:19.659Z | Compiling pest v2.7.14 |
489 | 2024-12-20T22:36:20.721Z | Compiling clap v4.5.21 |
490 | 2024-12-20T22:36:21.822Z | Compiling pest_meta v2.7.14 |
491 | 2024-12-20T22:36:22.752Z | Compiling pest_generator v2.7.14 |
492 | 2024-12-20T22:36:24.747Z | Compiling pest_derive v2.7.14 |
493 | 2024-12-20T22:36:25.469Z | Compiling dtrace-parser v0.2.0 |
494 | 2024-12-20T22:36:26.984Z | Compiling serde_spanned v0.6.8 |
495 | 2024-12-20T22:36:26.984Z | Compiling toml_datetime v0.6.8 |
496 | 2024-12-20T22:36:26.986Z | Compiling cargo-platform v0.1.8 |
497 | 2024-12-20T22:36:27.403Z | Compiling serde_tokenstream v0.2.2 |
498 | 2024-12-20T22:36:27.465Z | Compiling toml_edit v0.22.22 |
499 | 2024-12-20T22:36:27.603Z | Compiling macaddr v1.0.1 |
500 | 2024-12-20T22:36:27.704Z | Compiling camino-tempfile v1.1.1 |
501 | 2024-12-20T22:36:28.470Z | Compiling dof v0.3.0 |
502 | 2024-12-20T22:36:28.470Z | Compiling cargo_metadata v0.18.1 |
503 | 2024-12-20T22:36:30.236Z | Compiling toml v0.8.19 |
504 | 2024-12-20T22:36:30.483Z | Compiling usdt-macro v0.5.0 |
505 | 2024-12-20T22:36:30.486Z | Compiling usdt-attr-macro v0.5.0 |
506 | 2024-12-20T22:36:31.227Z | Compiling cargo_toml v0.20.5 |
507 | 2024-12-20T22:36:31.806Z | Compiling usdt v0.5.0 |
508 | 2024-12-20T22:36:34.778Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
509 | 2024-12-20T22:36:38.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.69s |
510 | 2024-12-20T22:36:39.194Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
511 | 2024-12-20T22:36:39.722Z | Downloading crates ... |
512 | 2024-12-20T22:36:39.835Z | Downloaded async-stream-impl v0.3.6 |
513 | 2024-12-20T22:36:39.842Z | Downloaded aead v0.5.2 |
514 | 2024-12-20T22:36:39.844Z | Downloaded addr2line v0.24.2 |
515 | 2024-12-20T22:36:39.846Z | Downloaded atomicwrites v0.4.4 |
516 | 2024-12-20T22:36:39.849Z | Downloaded cfg_aliases v0.2.1 |
517 | 2024-12-20T22:36:39.858Z | Downloaded atty v0.2.14 |
518 | 2024-12-20T22:36:39.863Z | Downloaded ciborium-io v0.2.2 |
519 | 2024-12-20T22:36:39.865Z | Downloaded assert_matches v1.5.0 |
520 | 2024-12-20T22:36:39.868Z | Downloaded array-init v0.0.4 |
521 | 2024-12-20T22:36:39.872Z | Downloaded http-range v0.1.5 |
522 | 2024-12-20T22:36:39.872Z | Downloaded ident_case v1.0.1 |
523 | 2024-12-20T22:36:39.874Z | Downloaded adler2 v2.0.0 |
524 | 2024-12-20T22:36:39.877Z | Downloaded http-body v1.0.1 |
525 | 2024-12-20T22:36:39.881Z | Downloaded match_cfg v0.1.0 |
526 | 2024-12-20T22:36:39.881Z | Downloaded hex v0.4.3 |
527 | 2024-12-20T22:36:39.881Z | Downloaded cstr-argument v0.1.2 |
528 | 2024-12-20T22:36:39.884Z | Downloaded cfg_aliases v0.1.1 |
529 | 2024-12-20T22:36:39.884Z | Downloaded crunchy v0.2.2 |
530 | 2024-12-20T22:36:39.884Z | Downloaded crucible-workspace-hack v0.1.0 |
531 | 2024-12-20T22:36:39.887Z | Downloaded instant v0.1.13 |
532 | 2024-12-20T22:36:39.889Z | Downloaded cexpr v0.6.0 |
533 | 2024-12-20T22:36:39.892Z | Downloaded async-stream v0.3.6 |
534 | 2024-12-20T22:36:39.895Z | Downloaded bb8 v0.8.5 |
535 | 2024-12-20T22:36:39.895Z | Downloaded block-padding v0.3.3 |
536 | 2024-12-20T22:36:39.897Z | Downloaded bitfield-struct v0.6.2 |
537 | 2024-12-20T22:36:39.897Z | Downloaded bit-vec v0.6.3 |
538 | 2024-12-20T22:36:39.900Z | Downloaded cobs v0.2.3 |
539 | 2024-12-20T22:36:39.902Z | Downloaded cmake v0.1.51 |
540 | 2024-12-20T22:36:39.903Z | Downloaded mirai-annotations v1.12.0 |
541 | 2024-12-20T22:36:39.907Z | Downloaded md5 v0.7.0 |
542 | 2024-12-20T22:36:39.907Z | Downloaded http-body-util v0.1.2 |
543 | 2024-12-20T22:36:39.910Z | Downloaded hex-literal v0.4.1 |
544 | 2024-12-20T22:36:39.910Z | Downloaded instability v0.3.2 |
545 | 2024-12-20T22:36:39.912Z | Downloaded lru-cache v0.1.2 |
546 | 2024-12-20T22:36:39.912Z | Downloaded lockfree-object-pool v0.1.6 |
547 | 2024-12-20T22:36:39.914Z | Downloaded highway v1.2.0 |
548 | 2024-12-20T22:36:39.917Z | Downloaded darling v0.20.10 |
549 | 2024-12-20T22:36:39.922Z | Downloaded is_ci v1.2.0 |
550 | 2024-12-20T22:36:39.925Z | Downloaded backoff v0.4.0 |
551 | 2024-12-20T22:36:39.927Z | Downloaded headers-core v0.3.0 |
552 | 2024-12-20T22:36:39.927Z | Downloaded crc-catalog v2.4.0 |
553 | 2024-12-20T22:36:39.930Z | Downloaded maplit v1.0.2 |
554 | 2024-12-20T22:36:39.932Z | Downloaded chacha20 v0.9.1 |
555 | 2024-12-20T22:36:39.934Z | Downloaded ipnetwork v0.20.0 |
556 | 2024-12-20T22:36:39.937Z | Downloaded chrono-tz-build v0.4.0 |
557 | 2024-12-20T22:36:39.937Z | Downloaded linked-hash-map v0.5.6 |
558 | 2024-12-20T22:36:39.939Z | Downloaded castaway v0.2.3 |
559 | 2024-12-20T22:36:39.939Z | Downloaded matches v0.1.10 |
560 | 2024-12-20T22:36:39.942Z | Downloaded iana-time-zone v0.1.61 |
561 | 2024-12-20T22:36:39.944Z | Downloaded curve25519-dalek-derive v0.1.1 |
562 | 2024-12-20T22:36:39.947Z | Downloaded indoc v1.0.9 |
563 | 2024-12-20T22:36:39.949Z | Downloaded cancel-safe-futures v0.1.5 |
564 | 2024-12-20T22:36:39.953Z | Downloaded mime v0.3.17 |
565 | 2024-12-20T22:36:39.955Z | Downloaded cookie_store v0.21.0 |
566 | 2024-12-20T22:36:39.958Z | Downloaded httpdate v1.0.3 |
567 | 2024-12-20T22:36:39.958Z | Downloaded bzip2 v0.4.4 |
568 | 2024-12-20T22:36:39.961Z | Downloaded console v0.15.8 |
569 | 2024-12-20T22:36:39.963Z | Downloaded memoffset v0.9.1 |
570 | 2024-12-20T22:36:39.965Z | Downloaded md-5 v0.10.6 |
571 | 2024-12-20T22:36:39.969Z | Downloaded russh-cryptovec v0.7.3 |
572 | 2024-12-20T22:36:39.969Z | Downloaded crossbeam-deque v0.8.5 |
573 | 2024-12-20T22:36:39.972Z | Downloaded cbc v0.1.2 |
574 | 2024-12-20T22:36:39.972Z | Downloaded home v0.5.9 |
575 | 2024-12-20T22:36:39.975Z | Downloaded async-trait v0.1.83 |
576 | 2024-12-20T22:36:39.977Z | Downloaded lazycell v1.3.0 |
577 | 2024-12-20T22:36:39.981Z | Downloaded sigpipe v0.1.3 |
578 | 2024-12-20T22:36:39.981Z | Downloaded impl-trait-for-tuples v0.2.2 |
579 | 2024-12-20T22:36:39.984Z | Downloaded libloading v0.8.5 |
580 | 2024-12-20T22:36:39.986Z | Downloaded lru v0.12.5 |
581 | 2024-12-20T22:36:39.989Z | Downloaded ciborium v0.2.2 |
582 | 2024-12-20T22:36:39.994Z | Downloaded take_mut v0.2.2 |
583 | 2024-12-20T22:36:39.994Z | Downloaded csv-core v0.1.11 |
584 | 2024-12-20T22:36:39.994Z | Downloaded maybe-uninit v2.0.0 |
585 | 2024-12-20T22:36:39.996Z | Downloaded litemap v0.7.3 |
586 | 2024-12-20T22:36:39.999Z | Downloaded want v0.3.1 |
587 | 2024-12-20T22:36:39.999Z | Downloaded try-lock v0.2.5 |
588 | 2024-12-20T22:36:40.003Z | Downloaded ref-cast-impl v1.0.23 |
589 | 2024-12-20T22:36:40.003Z | Downloaded hubpack v0.1.2 |
590 | 2024-12-20T22:36:40.003Z | Downloaded rand_chacha v0.3.1 |
591 | 2024-12-20T22:36:40.007Z | Downloaded async-bb8-diesel v0.2.1 |
592 | 2024-12-20T22:36:40.010Z | Downloaded clang-sys v1.8.1 |
593 | 2024-12-20T22:36:40.013Z | Downloaded memmap2 v0.9.5 |
594 | 2024-12-20T22:36:40.013Z | Downloaded zone_cfg_derive v0.3.0 |
595 | 2024-12-20T22:36:40.016Z | Downloaded blake2 v0.10.6 |
596 | 2024-12-20T22:36:40.018Z | Downloaded httparse v1.9.5 |
597 | 2024-12-20T22:36:40.023Z | Downloaded serde-hex v0.1.0 |
598 | 2024-12-20T22:36:40.023Z | Downloaded rustc_version v0.1.7 |
599 | 2024-12-20T22:36:40.023Z | Downloaded crossbeam-utils v0.8.20 |
600 | 2024-12-20T22:36:40.026Z | Downloaded libsw v3.3.1 |
601 | 2024-12-20T22:36:40.030Z | Downloaded rustversion v1.0.17 |
602 | 2024-12-20T22:36:40.034Z | Downloaded newtype_derive v0.1.6 |
603 | 2024-12-20T22:36:40.034Z | Downloaded is-terminal v0.4.13 |
604 | 2024-12-20T22:36:40.034Z | Downloaded spin v0.5.2 |
605 | 2024-12-20T22:36:40.037Z | Downloaded smf v0.2.3 |
606 | 2024-12-20T22:36:40.037Z | Downloaded diesel_table_macro_syntax v0.2.0 |
607 | 2024-12-20T22:36:40.040Z | Downloaded zerofrom v0.1.4 |
608 | 2024-12-20T22:36:40.040Z | Downloaded strip-ansi-escapes v0.2.0 |
609 | 2024-12-20T22:36:40.040Z | Downloaded simd-adler32 v0.3.7 |
610 | 2024-12-20T22:36:40.044Z | Downloaded foreign-types-shared v0.1.1 |
611 | 2024-12-20T22:36:40.047Z | Downloaded cookie v0.18.1 |
612 | 2024-12-20T22:36:40.050Z | Downloaded structmeta v0.3.0 |
613 | 2024-12-20T22:36:40.050Z | Downloaded tiny-keccak v2.0.2 |
614 | 2024-12-20T22:36:40.053Z | Downloaded nibble_vec v0.1.0 |
615 | 2024-12-20T22:36:40.057Z | Downloaded hickory-client v0.24.1 |
616 | 2024-12-20T22:36:40.062Z | Downloaded tap v1.0.1 |
617 | 2024-12-20T22:36:40.062Z | Downloaded rustls-pemfile v1.0.4 |
618 | 2024-12-20T22:36:40.064Z | Downloaded tinystr v0.7.6 |
619 | 2024-12-20T22:36:40.064Z | Downloaded oso-derive v0.27.3 |
620 | 2024-12-20T22:36:40.064Z | Downloaded crossbeam-epoch v0.9.18 |
621 | 2024-12-20T22:36:40.068Z | Downloaded const-oid v0.9.6 |
622 | 2024-12-20T22:36:40.071Z | Downloaded deranged v0.3.11 |
623 | 2024-12-20T22:36:40.073Z | Downloaded dunce v1.0.5 |
624 | 2024-12-20T22:36:40.073Z | Downloaded mime_guess v2.0.5 |
625 | 2024-12-20T22:36:40.076Z | Downloaded debug-ignore v1.0.5 |
626 | 2024-12-20T22:36:40.078Z | Downloaded backtrace v0.3.74 |
627 | 2024-12-20T22:36:40.083Z | Downloaded serde-big-array v0.5.1 |
628 | 2024-12-20T22:36:40.085Z | Downloaded miniz_oxide v0.8.0 |
629 | 2024-12-20T22:36:40.088Z | Downloaded funty v2.0.0 |
630 | 2024-12-20T22:36:40.091Z | Downloaded unicase v2.7.0 |
631 | 2024-12-20T22:36:40.091Z | Downloaded olpc-cjson v0.1.4 |
632 | 2024-12-20T22:36:40.095Z | Downloaded newtype-uuid v1.1.3 |
633 | 2024-12-20T22:36:40.095Z | Downloaded spin v0.9.8 |
634 | 2024-12-20T22:36:40.098Z | Downloaded which v4.4.2 |
635 | 2024-12-20T22:36:40.101Z | Downloaded lock_api v0.4.12 |
636 | 2024-12-20T22:36:40.101Z | Downloaded tokio-rustls v0.25.0 |
637 | 2024-12-20T22:36:40.103Z | Downloaded synstructure v0.13.1 |
638 | 2024-12-20T22:36:40.115Z | Downloaded tokio-rustls v0.24.1 |
639 | 2024-12-20T22:36:40.117Z | Downloaded sync-ptr v0.1.1 |
640 | 2024-12-20T22:36:40.117Z | Downloaded either v1.13.0 |
641 | 2024-12-20T22:36:40.117Z | Downloaded ena v0.14.3 |
642 | 2024-12-20T22:36:40.117Z | Downloaded base64 v0.22.1 |
643 | 2024-12-20T22:36:40.117Z | Downloaded embedded-io v0.6.1 |
644 | 2024-12-20T22:36:40.120Z | Downloaded embedded-io v0.4.0 |
645 | 2024-12-20T22:36:40.124Z | Downloaded vte_generate_state_changes v0.1.2 |
646 | 2024-12-20T22:36:40.124Z | Downloaded pbkdf2 v0.11.0 |
647 | 2024-12-20T22:36:40.126Z | Downloaded hyper-staticfile v0.10.1 |
648 | 2024-12-20T22:36:40.129Z | Downloaded der_derive v0.7.3 |
649 | 2024-12-20T22:36:40.129Z | Downloaded crc-any v2.5.0 |
650 | 2024-12-20T22:36:40.132Z | Downloaded time-core v0.1.2 |
651 | 2024-12-20T22:36:40.134Z | Downloaded bumpalo v3.16.0 |
652 | 2024-12-20T22:36:40.137Z | Downloaded scopeguard v1.2.0 |
653 | 2024-12-20T22:36:40.141Z | Downloaded salsa20 v0.10.2 |
654 | 2024-12-20T22:36:40.141Z | Downloaded serde_path_to_error v0.1.16 |
655 | 2024-12-20T22:36:40.144Z | Downloaded slog-scope v4.4.0 |
656 | 2024-12-20T22:36:40.146Z | Downloaded futures-channel v0.3.31 |
657 | 2024-12-20T22:36:40.146Z | Downloaded tokio-rustls v0.26.0 |
658 | 2024-12-20T22:36:40.150Z | Downloaded socket2 v0.5.7 |
659 | 2024-12-20T22:36:40.152Z | Downloaded waitgroup v0.1.2 |
660 | 2024-12-20T22:36:40.155Z | Downloaded hickory-resolver v0.24.1 |
661 | 2024-12-20T22:36:40.159Z | Downloaded new_debug_unreachable v1.0.6 |
662 | 2024-12-20T22:36:40.162Z | Downloaded darling_macro v0.20.10 |
663 | 2024-12-20T22:36:40.162Z | Downloaded value-bag v1.9.0 |
664 | 2024-12-20T22:36:40.164Z | Downloaded phf_shared v0.11.2 |
665 | 2024-12-20T22:36:40.168Z | Downloaded powerfmt v0.2.0 |
666 | 2024-12-20T22:36:40.168Z | Downloaded rfc6979 v0.4.0 |
667 | 2024-12-20T22:36:40.171Z | Downloaded compact_str v0.8.0 |
668 | 2024-12-20T22:36:40.173Z | Downloaded unarray v0.1.4 |
669 | 2024-12-20T22:36:40.176Z | Downloaded tui-tree-widget v0.22.0 |
670 | 2024-12-20T22:36:40.176Z | Downloaded thiserror-impl v2.0.3 |
671 | 2024-12-20T22:36:40.178Z | Downloaded derive-where v1.2.7 |
672 | 2024-12-20T22:36:40.181Z | Downloaded hyper-util v0.1.10 |
673 | 2024-12-20T22:36:40.186Z | Downloaded fxhash v0.2.1 |
674 | 2024-12-20T22:36:40.189Z | Downloaded serde_plain v1.0.2 |
675 | 2024-12-20T22:36:40.189Z | Downloaded signal-hook v0.3.17 |
676 | 2024-12-20T22:36:40.192Z | Downloaded serde_urlencoded v0.7.1 |
677 | 2024-12-20T22:36:40.195Z | Downloaded fallible-streaming-iterator v0.1.9 |
678 | 2024-12-20T22:36:40.199Z | Downloaded fallible-iterator v0.3.0 |
679 | 2024-12-20T22:36:40.199Z | Downloaded dirs-next v2.0.0 |
680 | 2024-12-20T22:36:40.203Z | Downloaded const_format v0.2.33 |
681 | 2024-12-20T22:36:40.205Z | Downloaded openssl-macros v0.1.1 |
682 | 2024-12-20T22:36:40.207Z | Downloaded strum_macros v0.24.3 |
683 | 2024-12-20T22:36:40.207Z | Downloaded icu_collections v1.5.0 |
684 | 2024-12-20T22:36:40.214Z | Downloaded ssh-encoding v0.2.0 |
685 | 2024-12-20T22:36:40.217Z | Downloaded oso v0.27.3 |
686 | 2024-12-20T22:36:40.220Z | Downloaded num-iter v0.1.45 |
687 | 2024-12-20T22:36:40.223Z | Downloaded num-integer v0.1.46 |
688 | 2024-12-20T22:36:40.226Z | Downloaded group v0.13.0 |
689 | 2024-12-20T22:36:40.226Z | Downloaded icu_properties v1.5.1 |
690 | 2024-12-20T22:36:40.228Z | Downloaded strum v0.26.3 |
691 | 2024-12-20T22:36:40.231Z | Downloaded tracing-core v0.1.32 |
692 | 2024-12-20T22:36:40.234Z | Downloaded wait-timeout v0.2.0 |
693 | 2024-12-20T22:36:40.237Z | Downloaded typify v0.2.0 |
694 | 2024-12-20T22:36:40.240Z | Downloaded percent-encoding v2.3.1 |
695 | 2024-12-20T22:36:40.240Z | Downloaded progenitor v0.8.0 |
696 | 2024-12-20T22:36:40.243Z | Downloaded endian-type v0.1.2 |
697 | 2024-12-20T22:36:40.243Z | Downloaded rustfmt-wrapper v0.2.1 |
698 | 2024-12-20T22:36:40.246Z | Downloaded rustc_version v0.4.1 |
699 | 2024-12-20T22:36:40.246Z | Downloaded rustc-hash v2.0.0 |
700 | 2024-12-20T22:36:40.249Z | Downloaded proc-macro-crate v1.3.1 |
701 | 2024-12-20T22:36:40.249Z | Downloaded sqlformat v0.2.6 |
702 | 2024-12-20T22:36:40.251Z | Downloaded serde_repr v0.1.19 |
703 | 2024-12-20T22:36:40.254Z | Downloaded globset v0.4.15 |
704 | 2024-12-20T22:36:40.256Z | Downloaded dhcproto-macros v0.1.0 |
705 | 2024-12-20T22:36:40.256Z | Downloaded futures v0.3.31 |
706 | 2024-12-20T22:36:40.274Z | Downloaded openssl-probe v0.1.5 |
707 | 2024-12-20T22:36:40.276Z | Downloaded tokio-macros v2.4.0 |
708 | 2024-12-20T22:36:40.277Z | Downloaded thiserror v2.0.3 |
709 | 2024-12-20T22:36:40.283Z | Downloaded num-rational v0.4.2 |
710 | 2024-12-20T22:36:40.287Z | Downloaded num_threads v0.1.7 |
711 | 2024-12-20T22:36:40.287Z | Downloaded rand_xorshift v0.3.0 |
712 | 2024-12-20T22:36:40.287Z | Downloaded rand_seeder v0.3.0 |
713 | 2024-12-20T22:36:40.291Z | Downloaded resolv-conf v0.7.0 |
714 | 2024-12-20T22:36:40.291Z | Downloaded zeroize_derive v1.4.2 |
715 | 2024-12-20T22:36:40.293Z | Downloaded time-macros v0.2.18 |
716 | 2024-12-20T22:36:40.293Z | Downloaded unicode-bidi v0.3.17 |
717 | 2024-12-20T22:36:40.296Z | Downloaded zeroize v1.8.1 |
718 | 2024-12-20T22:36:40.300Z | Downloaded aes v0.8.4 |
719 | 2024-12-20T22:36:40.303Z | Downloaded termtree v0.4.1 |
720 | 2024-12-20T22:36:40.306Z | Downloaded sqlparser_derive v0.2.2 |
721 | 2024-12-20T22:36:40.306Z | Downloaded precomputed-hash v0.1.1 |
722 | 2024-12-20T22:36:40.308Z | Downloaded pin-project v1.1.6 |
723 | 2024-12-20T22:36:40.318Z | Downloaded num v0.4.3 |
724 | 2024-12-20T22:36:40.321Z | Downloaded futures-macro v0.3.31 |
725 | 2024-12-20T22:36:40.321Z | Downloaded enum-as-inner v0.5.1 |
726 | 2024-12-20T22:36:40.323Z | Downloaded tokio-native-tls v0.3.1 |
727 | 2024-12-20T22:36:40.326Z | Downloaded thiserror-impl-no-std v2.0.2 |
728 | 2024-12-20T22:36:40.328Z | Downloaded unicode-xid v0.2.6 |
729 | 2024-12-20T22:36:40.328Z | Downloaded signal-hook-tokio v0.3.1 |
730 | 2024-12-20T22:36:40.330Z | Downloaded utf16_iter v1.0.5 |
731 | 2024-12-20T22:36:40.330Z | Downloaded filetime v0.2.25 |
732 | 2024-12-20T22:36:40.333Z | Downloaded ron v0.7.1 |
733 | 2024-12-20T22:36:40.338Z | Downloaded pem v3.0.4 |
734 | 2024-12-20T22:36:40.340Z | Downloaded zerovec-derive v0.10.3 |
735 | 2024-12-20T22:36:40.343Z | Downloaded elliptic-curve v0.13.8 |
736 | 2024-12-20T22:36:40.346Z | Downloaded yoke-derive v0.7.4 |
737 | 2024-12-20T22:36:40.348Z | Downloaded hickory-server v0.24.1 |
738 | 2024-12-20T22:36:40.353Z | Downloaded multimap v0.10.0 |
739 | 2024-12-20T22:36:40.356Z | Downloaded opaque-debug v0.3.1 |
740 | 2024-12-20T22:36:40.358Z | Downloaded r2d2 v0.8.10 |
741 | 2024-12-20T22:36:40.358Z | Downloaded quinn-udp v0.5.5 |
742 | 2024-12-20T22:36:40.361Z | Downloaded futures-task v0.3.31 |
743 | 2024-12-20T22:36:40.363Z | Downloaded futures-sink v0.3.31 |
744 | 2024-12-20T22:36:40.363Z | Downloaded phf_shared v0.10.0 |
745 | 2024-12-20T22:36:40.365Z | Downloaded shlex v1.3.0 |
746 | 2024-12-20T22:36:40.365Z | Downloaded pkcs5 v0.7.1 |
747 | 2024-12-20T22:36:40.369Z | Downloaded termcolor v1.4.1 |
748 | 2024-12-20T22:36:40.372Z | Downloaded http v1.1.0 |
749 | 2024-12-20T22:36:40.376Z | Downloaded hashbrown v0.12.3 |
750 | 2024-12-20T22:36:40.381Z | Downloaded serde_with_macros v3.11.0 |
751 | 2024-12-20T22:36:40.384Z | Downloaded ssh-cipher v0.2.0 |
752 | 2024-12-20T22:36:40.386Z | Downloaded termios v0.3.3 |
753 | 2024-12-20T22:36:40.386Z | Downloaded darling_core v0.20.10 |
754 | 2024-12-20T22:36:40.392Z | Downloaded owo-colors v4.1.0 |
755 | 2024-12-20T22:36:40.395Z | Downloaded aes-gcm v0.10.3 |
756 | 2024-12-20T22:36:40.399Z | Downloaded wyz v0.5.1 |
757 | 2024-12-20T22:36:40.402Z | Downloaded signal-hook-registry v1.4.2 |
758 | 2024-12-20T22:36:40.406Z | Downloaded scheduled-thread-pool v0.2.7 |
759 | 2024-12-20T22:36:40.406Z | Downloaded fatfs v0.3.6 |
760 | 2024-12-20T22:36:40.410Z | Downloaded heck v0.3.3 |
761 | 2024-12-20T22:36:40.410Z | Downloaded fixedbitset v0.4.2 |
762 | 2024-12-20T22:36:40.412Z | Downloaded enum-as-inner v0.6.1 |
763 | 2024-12-20T22:36:40.418Z | Downloaded downcast v0.11.0 |
764 | 2024-12-20T22:36:40.418Z | Downloaded vte v0.11.1 |
765 | 2024-12-20T22:36:40.422Z | Downloaded write16 v1.0.0 |
766 | 2024-12-20T22:36:40.422Z | Downloaded universal-hash v0.5.1 |
767 | 2024-12-20T22:36:40.423Z | Downloaded heapless v0.8.0 |
768 | 2024-12-20T22:36:40.427Z | Downloaded crossterm v0.28.1 |
769 | 2024-12-20T22:36:40.431Z | Downloaded foreign-types v0.3.2 |
770 | 2024-12-20T22:36:40.434Z | Downloaded pin-utils v0.1.0 |
771 | 2024-12-20T22:36:40.437Z | Downloaded nanorand v0.7.0 |
772 | 2024-12-20T22:36:40.437Z | Downloaded pem-rfc7468 v0.7.0 |
773 | 2024-12-20T22:36:40.440Z | Downloaded float-ord v0.3.2 |
774 | 2024-12-20T22:36:40.440Z | Downloaded poly1305 v0.8.0 |
775 | 2024-12-20T22:36:40.443Z | Downloaded polyval v0.6.2 |
776 | 2024-12-20T22:36:40.446Z | Downloaded packed_struct_codegen v0.10.1 |
777 | 2024-12-20T22:36:40.449Z | Downloaded tungstenite v0.23.0 |
778 | 2024-12-20T22:36:40.452Z | Downloaded untrusted v0.9.0 |
779 | 2024-12-20T22:36:40.455Z | Downloaded qorb v0.2.1 |
780 | 2024-12-20T22:36:40.458Z | Downloaded publicsuffix v2.2.3 |
781 | 2024-12-20T22:36:40.461Z | Downloaded itertools v0.10.5 |
782 | 2024-12-20T22:36:40.468Z | Downloaded sync_wrapper v1.0.1 |
783 | 2024-12-20T22:36:40.471Z | Downloaded multer v3.1.0 |
784 | 2024-12-20T22:36:40.473Z | Downloaded num-conv v0.1.0 |
785 | 2024-12-20T22:36:40.473Z | Downloaded fallible-iterator v0.2.0 |
786 | 2024-12-20T22:36:40.476Z | Downloaded env_logger v0.11.5 |
787 | 2024-12-20T22:36:40.479Z | Downloaded dyn-clone v1.0.17 |
788 | 2024-12-20T22:36:40.482Z | Downloaded display-error-chain v0.2.2 |
789 | 2024-12-20T22:36:40.482Z | Downloaded dirs-sys-next v0.1.2 |
790 | 2024-12-20T22:36:40.482Z | Downloaded diesel-dtrace v0.4.2 |
791 | 2024-12-20T22:36:40.485Z | Downloaded thread_local v1.1.8 |
792 | 2024-12-20T22:36:40.488Z | Downloaded pkcs1 v0.7.5 |
793 | 2024-12-20T22:36:40.490Z | Downloaded pin-project-lite v0.2.14 |
794 | 2024-12-20T22:36:40.494Z | Downloaded predicates-tree v1.0.11 |
795 | 2024-12-20T22:36:40.497Z | Downloaded pretty-hex v0.2.1 |
796 | 2024-12-20T22:36:40.499Z | Downloaded writeable v0.5.5 |
797 | 2024-12-20T22:36:40.501Z | Downloaded yasna v0.5.2 |
798 | 2024-12-20T22:36:40.504Z | Downloaded slog-envlogger v2.2.0 |
799 | 2024-12-20T22:36:40.504Z | Downloaded foldhash v0.1.3 |
800 | 2024-12-20T22:36:40.506Z | Downloaded flagset v0.4.6 |
801 | 2024-12-20T22:36:40.508Z | Downloaded strum_macros v0.26.4 |
802 | 2024-12-20T22:36:40.511Z | Downloaded hash32 v0.2.1 |
803 | 2024-12-20T22:36:40.513Z | Downloaded unicode-truncate v1.1.0 |
804 | 2024-12-20T22:36:40.516Z | Downloaded radium v0.7.0 |
805 | 2024-12-20T22:36:40.516Z | Downloaded aho-corasick v1.1.3 |
806 | 2024-12-20T22:36:40.521Z | Downloaded serde_yaml v0.9.34+deprecated |
807 | 2024-12-20T22:36:40.525Z | Downloaded hash32 v0.3.1 |
808 | 2024-12-20T22:36:40.528Z | Downloaded mockall_derive v0.13.0 |
809 | 2024-12-20T22:36:40.531Z | Downloaded dropshot_endpoint v0.12.0 |
810 | 2024-12-20T22:36:40.534Z | Downloaded slog-stdlog v4.1.1 |
811 | 2024-12-20T22:36:40.536Z | Downloaded num-derive v0.4.2 |
812 | 2024-12-20T22:36:40.539Z | Downloaded static_assertions v1.1.0 |
813 | 2024-12-20T22:36:40.539Z | Downloaded phf v0.11.2 |
814 | 2024-12-20T22:36:40.542Z | Downloaded snafu-derive v0.8.5 |
815 | 2024-12-20T22:36:40.544Z | Downloaded utf8_iter v1.0.4 |
816 | 2024-12-20T22:36:40.544Z | Downloaded test-strategy v0.3.1 |
817 | 2024-12-20T22:36:40.548Z | Downloaded utf-8 v0.7.6 |
818 | 2024-12-20T22:36:40.553Z | Downloaded sha1 v0.10.6 |
819 | 2024-12-20T22:36:40.557Z | Downloaded slab v0.4.9 |
820 | 2024-12-20T22:36:40.557Z | Downloaded aws-lc-rs v1.10.0 |
821 | 2024-12-20T22:36:40.563Z | Downloaded normalize-line-endings v0.3.0 |
822 | 2024-12-20T22:36:40.566Z | Downloaded slog-json v2.6.1 |
823 | 2024-12-20T22:36:40.569Z | Downloaded gethostname v0.5.0 |
824 | 2024-12-20T22:36:40.569Z | Downloaded itertools v0.12.1 |
825 | 2024-12-20T22:36:40.576Z | Downloaded foreign-types v0.5.0 |
826 | 2024-12-20T22:36:40.578Z | Downloaded vergen v8.3.2 |
827 | 2024-12-20T22:36:40.581Z | Downloaded derive_builder_macro v0.20.2 |
828 | 2024-12-20T22:36:40.581Z | Downloaded spki v0.7.3 |
829 | 2024-12-20T22:36:40.583Z | Downloaded zone v0.3.0 |
830 | 2024-12-20T22:36:40.586Z | Downloaded vsss-rs v3.3.4 |
831 | 2024-12-20T22:36:40.588Z | Downloaded number_prefix v0.4.0 |
832 | 2024-12-20T22:36:40.591Z | Downloaded parking_lot v0.11.2 |
833 | 2024-12-20T22:36:40.591Z | Downloaded ecdsa v0.16.9 |
834 | 2024-12-20T22:36:40.595Z | Downloaded tinyvec_macros v0.1.1 |
835 | 2024-12-20T22:36:40.598Z | Downloaded zone v0.1.8 |
836 | 2024-12-20T22:36:40.599Z | Downloaded twox-hash v1.6.3 |
837 | 2024-12-20T22:36:40.601Z | Downloaded tokio-stream v0.1.16 |
838 | 2024-12-20T22:36:40.603Z | Downloaded parse-size v1.1.0 |
839 | 2024-12-20T22:36:40.605Z | Downloaded thiserror-no-std v2.0.2 |
840 | 2024-12-20T22:36:40.608Z | Downloaded term v0.7.0 |
841 | 2024-12-20T22:36:40.612Z | Downloaded packed_struct v0.10.1 |
842 | 2024-12-20T22:36:40.614Z | Downloaded schemars v0.8.21 |
843 | 2024-12-20T22:36:40.626Z | Downloaded progenitor-client v0.8.0 |
844 | 2024-12-20T22:36:40.629Z | Downloaded tower-service v0.3.3 |
845 | 2024-12-20T22:36:40.629Z | Downloaded toolchain_find v0.4.0 |
846 | 2024-12-20T22:36:40.631Z | Downloaded siphasher v0.3.11 |
847 | 2024-12-20T22:36:40.631Z | Downloaded scrypt v0.11.0 |
848 | 2024-12-20T22:36:40.633Z | Downloaded ssh-key v0.6.6 |
849 | 2024-12-20T22:36:40.640Z | Downloaded tls_codec v0.4.1 |
850 | 2024-12-20T22:36:40.642Z | Downloaded sec1 v0.7.3 |
851 | 2024-12-20T22:36:40.644Z | Downloaded password-hash v0.5.0 |
852 | 2024-12-20T22:36:40.647Z | Downloaded glob v0.3.1 |
853 | 2024-12-20T22:36:40.649Z | Downloaded omicron-zone-package v0.11.1 |
854 | 2024-12-20T22:36:40.652Z | Downloaded num-complex v0.4.6 |
855 | 2024-12-20T22:36:40.654Z | Downloaded rustc-demangle v0.1.24 |
856 | 2024-12-20T22:36:40.656Z | Downloaded smallvec v1.13.2 |
857 | 2024-12-20T22:36:40.659Z | Downloaded zone_cfg_derive v0.1.2 |
858 | 2024-12-20T22:36:40.659Z | Downloaded futures-io v0.3.31 |
859 | 2024-12-20T22:36:40.662Z | Downloaded string_cache v0.8.7 |
860 | 2024-12-20T22:36:40.662Z | Downloaded foreign-types-macros v0.2.3 |
861 | 2024-12-20T22:36:40.665Z | Downloaded foreign-types-shared v0.3.1 |
862 | 2024-12-20T22:36:40.665Z | Downloaded derive_builder v0.20.2 |
863 | 2024-12-20T22:36:40.667Z | Downloaded num_enum v0.5.11 |
864 | 2024-12-20T22:36:40.673Z | Downloaded hashlink v0.9.1 |
865 | 2024-12-20T22:36:40.675Z | Downloaded samael v0.0.17 |
866 | 2024-12-20T22:36:40.682Z | Downloaded predicates-core v1.0.8 |
867 | 2024-12-20T22:36:40.685Z | Downloaded zerocopy v0.6.6 |
868 | 2024-12-20T22:36:40.688Z | Downloaded unsafe-libyaml v0.2.11 |
869 | 2024-12-20T22:36:40.690Z | Downloaded quick-error v1.2.3 |
870 | 2024-12-20T22:36:40.692Z | Downloaded chrono v0.4.38 |
871 | 2024-12-20T22:36:40.699Z | Downloaded path-slash v0.1.5 |
872 | 2024-12-20T22:36:40.702Z | Downloaded topological-sort v0.2.2 |
873 | 2024-12-20T22:36:40.702Z | Downloaded peg-runtime v0.8.3 |
874 | 2024-12-20T22:36:40.704Z | Downloaded derive_builder_core v0.20.2 |
875 | 2024-12-20T22:36:40.706Z | Downloaded tls_codec_derive v0.4.1 |
876 | 2024-12-20T22:36:40.709Z | Downloaded slog v2.7.0 |
877 | 2024-12-20T22:36:40.711Z | Downloaded num-bigint v0.4.6 |
878 | 2024-12-20T22:36:40.715Z | Downloaded defmt-parser v0.3.4 |
879 | 2024-12-20T22:36:40.718Z | Downloaded futures-executor v0.3.31 |
880 | 2024-12-20T22:36:40.718Z | Downloaded nodrop v0.1.14 |
881 | 2024-12-20T22:36:40.722Z | Downloaded rayon-core v1.12.1 |
882 | 2024-12-20T22:36:40.725Z | Downloaded slog-term v2.9.1 |
883 | 2024-12-20T22:36:40.728Z | Downloaded strum_macros v0.25.3 |
884 | 2024-12-20T22:36:40.728Z | Downloaded stringprep v0.1.5 |
885 | 2024-12-20T22:36:40.731Z | Downloaded rustc-hash v1.1.0 |
886 | 2024-12-20T22:36:40.731Z | Downloaded rpassword v7.3.1 |
887 | 2024-12-20T22:36:40.734Z | Downloaded stable_deref_trait v1.2.0 |
888 | 2024-12-20T22:36:40.734Z | Downloaded form_urlencoded v1.2.1 |
889 | 2024-12-20T22:36:40.734Z | Downloaded slog-dtrace v0.3.0 |
890 | 2024-12-20T22:36:40.736Z | Downloaded postcard v1.0.10 |
891 | 2024-12-20T22:36:40.738Z | Downloaded fs_extra v1.3.0 |
892 | 2024-12-20T22:36:40.746Z | Downloaded expectorate v1.1.0 |
893 | 2024-12-20T22:36:40.746Z | Downloaded sct v0.7.1 |
894 | 2024-12-20T22:36:40.748Z | Downloaded bindgen v0.69.5 |
895 | 2024-12-20T22:36:40.754Z | Downloaded russh-keys v0.45.0 |
896 | 2024-12-20T22:36:40.757Z | Downloaded flate2 v1.0.34 |
897 | 2024-12-20T22:36:40.762Z | Downloaded itertools v0.13.0 |
898 | 2024-12-20T22:36:40.770Z | Downloaded paste v1.0.15 |
899 | 2024-12-20T22:36:40.773Z | Downloaded peg-macros v0.8.4 |
900 | 2024-12-20T22:36:40.776Z | Downloaded tokio-tungstenite v0.24.0 |
901 | 2024-12-20T22:36:40.778Z | Downloaded getrandom v0.2.15 |
902 | 2024-12-20T22:36:40.781Z | Downloaded x509-cert v0.2.5 |
903 | 2024-12-20T22:36:40.787Z | Downloaded rtoolbox v0.0.2 |
904 | 2024-12-20T22:36:40.791Z | Downloaded password-hash v0.4.2 |
905 | 2024-12-20T22:36:40.793Z | Downloaded derive_more v0.99.18 |
906 | 2024-12-20T22:36:40.796Z | Downloaded half v2.4.1 |
907 | 2024-12-20T22:36:40.799Z | Downloaded serde_with v3.11.0 |
908 | 2024-12-20T22:36:40.809Z | Downloaded des v0.8.1 |
909 | 2024-12-20T22:36:40.811Z | Downloaded url v2.5.3 |
910 | 2024-12-20T22:36:40.814Z | Downloaded zip v2.1.3 |
911 | 2024-12-20T22:36:40.819Z | Downloaded typed-path v0.9.3 |
912 | 2024-12-20T22:36:40.826Z | Downloaded der v0.7.9 |
913 | 2024-12-20T22:36:40.831Z | Downloaded lalrpop v0.19.12 |
914 | 2024-12-20T22:36:40.843Z | Downloaded uuid v1.11.0 |
915 | 2024-12-20T22:36:40.847Z | Downloaded bitvec v1.0.1 |
916 | 2024-12-20T22:36:40.863Z | Downloaded prettyplease v0.2.25 |
917 | 2024-12-20T22:36:40.867Z | Downloaded petname v2.0.2 |
918 | 2024-12-20T22:36:40.873Z | Downloaded tungstenite v0.24.0 |
919 | 2024-12-20T22:36:40.876Z | Downloaded tungstenite v0.21.0 |
920 | 2024-12-20T22:36:40.880Z | Downloaded russh v0.45.0 |
921 | 2024-12-20T22:36:40.886Z | Downloaded webpki-roots v0.26.6 |
922 | 2024-12-20T22:36:40.889Z | Downloaded tough v0.19.0 |
923 | 2024-12-20T22:36:40.899Z | Downloaded steno v0.4.1 |
924 | 2024-12-20T22:36:40.902Z | Downloaded h2 v0.4.6 |
925 | 2024-12-20T22:36:40.910Z | Downloaded nom v7.1.3 |
926 | 2024-12-20T22:36:40.916Z | Downloaded tracing v0.1.40 |
927 | 2024-12-20T22:36:40.920Z | Downloaded icu_properties_data v1.5.0 |
928 | 2024-12-20T22:36:40.932Z | Downloaded parse-zoneinfo v0.3.1 |
929 | 2024-12-20T22:36:40.935Z | Downloaded hashbrown v0.13.2 |
930 | 2024-12-20T22:36:40.939Z | Downloaded curve25519-dalek v4.1.3 |
931 | 2024-12-20T22:36:40.948Z | Downloaded futures-util v0.3.31 |
932 | 2024-12-20T22:36:40.963Z | Downloaded reqwest v0.12.9 |
933 | 2024-12-20T22:36:40.970Z | Downloaded polar-core v0.27.3 |
934 | 2024-12-20T22:36:40.979Z | Downloaded toml_edit v0.19.15 |
935 | 2024-12-20T22:36:40.996Z | Downloaded portable-atomic v1.9.0 |
936 | 2024-12-20T22:36:41.003Z | Downloaded idna v0.2.3 |
937 | 2024-12-20T22:36:41.010Z | Downloaded unicode-width v0.2.0 |
938 | 2024-12-20T22:36:41.017Z | Downloaded time v0.3.36 |
939 | 2024-12-20T22:36:41.024Z | Downloaded num-bigint-dig v0.8.4 |
940 | 2024-12-20T22:36:41.029Z | Downloaded vcpkg v0.2.15 |
941 | 2024-12-20T22:36:41.067Z | Downloaded regex v1.11.1 |
942 | 2024-12-20T22:36:41.080Z | Downloaded quick-xml v0.33.0 |
943 | 2024-12-20T22:36:41.087Z | Downloaded salty v0.3.0 |
944 | 2024-12-20T22:36:41.095Z | Downloaded rusqlite v0.32.1 |
945 | 2024-12-20T22:36:41.101Z | Downloaded regex-syntax v0.6.29 |
946 | 2024-12-20T22:36:41.109Z | Downloaded dropshot v0.12.0 |
947 | 2024-12-20T22:36:41.130Z | Downloaded object v0.30.4 |
948 | 2024-12-20T22:36:41.139Z | Downloaded zerocopy v0.8.10 |
949 | 2024-12-20T22:36:41.164Z | Downloaded nix v0.27.1 |
950 | 2024-12-20T22:36:41.175Z | Downloaded nix v0.28.0 |
951 | 2024-12-20T22:36:41.186Z | Downloaded gimli v0.31.1 |
952 | 2024-12-20T22:36:41.195Z | Downloaded rustls v0.21.12 |
953 | 2024-12-20T22:36:41.207Z | Downloaded rustls v0.23.19 |
954 | 2024-12-20T22:36:41.219Z | Downloaded rustls v0.22.4 |
955 | 2024-12-20T22:36:41.233Z | Downloaded nix v0.29.0 |
956 | 2024-12-20T22:36:41.245Z | Downloaded git2 v0.19.0 |
957 | 2024-12-20T22:36:41.253Z | Downloaded openapiv3 v2.0.0 |
958 | 2024-12-20T22:36:41.266Z | Downloaded radix_trie v0.2.1 |
959 | 2024-12-20T22:36:41.271Z | Downloaded typify-impl v0.2.0 |
960 | 2024-12-20T22:36:41.287Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
961 | 2024-12-20T22:36:41.299Z | Downloaded p384 v0.13.0 |
962 | 2024-12-20T22:36:41.306Z | Downloaded smoltcp v0.11.0 |
963 | 2024-12-20T22:36:41.318Z | Downloaded hickory-proto v0.24.1 |
964 | 2024-12-20T22:36:41.334Z | Downloaded ratatui v0.28.1 |
965 | 2024-12-20T22:36:41.353Z | Downloaded diesel v2.2.6 |
966 | 2024-12-20T22:36:41.372Z | Downloaded regex-syntax v0.8.5 |
967 | 2024-12-20T22:36:41.380Z | Downloaded regex-automata v0.4.8 |
968 | 2024-12-20T22:36:41.398Z | Downloaded dropshot v0.13.0 |
969 | 2024-12-20T22:36:41.419Z | Downloaded sled v0.34.7 |
970 | 2024-12-20T22:36:41.429Z | Downloaded zerocopy-derive v0.6.6 |
971 | 2024-12-20T22:36:41.439Z | Downloaded idna v0.5.0 |
972 | 2024-12-20T22:36:41.446Z | Downloaded idna v0.3.0 |
973 | 2024-12-20T22:36:41.453Z | Downloaded bstr v1.10.0 |
974 | 2024-12-20T22:36:41.464Z | Downloaded openssl v0.10.66 |
975 | 2024-12-20T22:36:41.474Z | Downloaded chrono-tz v0.10.0 |
976 | 2024-12-20T22:36:41.482Z | Downloaded object v0.36.5 |
977 | 2024-12-20T22:36:41.494Z | Downloaded tokio v1.40.0 |
978 | 2024-12-20T22:36:41.532Z | Downloaded csv v1.3.0 |
979 | 2024-12-20T22:36:41.552Z | Downloaded hashbrown v0.14.5 |
980 | 2024-12-20T22:36:41.561Z | Downloaded rustls-webpki v0.101.7 |
981 | 2024-12-20T22:36:41.571Z | Downloaded regress v0.9.1 |
982 | 2024-12-20T22:36:41.580Z | Downloaded trust-dns-proto v0.22.0 |
983 | 2024-12-20T22:36:41.593Z | Downloaded regress v0.10.1 |
984 | 2024-12-20T22:36:41.601Z | Downloaded smoltcp v0.9.1 |
985 | 2024-12-20T22:36:41.612Z | Downloaded idna v0.4.0 |
986 | 2024-12-20T22:36:41.619Z | Downloaded petgraph v0.6.5 |
987 | 2024-12-20T22:36:41.637Z | Downloaded zerovec v0.10.4 |
988 | 2024-12-20T22:36:41.643Z | Downloaded lzma-sys v0.1.20 |
989 | 2024-12-20T22:36:41.672Z | Downloaded winnow v0.5.40 |
990 | 2024-12-20T22:36:41.681Z | Downloaded libz-sys v1.1.20 |
991 | 2024-12-20T22:36:41.702Z | Downloaded headers v0.4.0 |
992 | 2024-12-20T22:36:41.707Z | Downloaded sqlparser v0.45.0 |
993 | 2024-12-20T22:36:41.712Z | Downloaded proptest v1.5.0 |
994 | 2024-12-20T22:36:41.722Z | Downloaded defmt v0.3.8 |
995 | 2024-12-20T22:36:41.725Z | Downloaded tar v0.4.42 |
996 | 2024-12-20T22:36:41.728Z | Downloaded p256 v0.13.2 |
997 | 2024-12-20T22:36:41.731Z | Downloaded rand v0.8.5 |
998 | 2024-12-20T22:36:41.735Z | Downloaded quinn v0.11.5 |
999 | 2024-12-20T22:36:41.738Z | Downloaded ed25519-dalek v2.1.1 |
1000 | 2024-12-20T22:36:41.741Z | Downloaded slog-async v2.8.0 |
1001 | 2024-12-20T22:36:41.744Z | Downloaded unicode-normalization v0.1.24 |
1002 | 2024-12-20T22:36:41.747Z | Downloaded rustls-webpki v0.102.8 |
1003 | 2024-12-20T22:36:41.767Z | Downloaded quinn-proto v0.11.8 |
1004 | 2024-12-20T22:36:41.771Z | Downloaded sha3 v0.10.8 |
1005 | 2024-12-20T22:36:41.776Z | Downloaded ref-cast v1.0.23 |
1006 | 2024-12-20T22:36:41.779Z | Downloaded slog-bunyan v2.5.0 |
1007 | 2024-12-20T22:36:41.781Z | Downloaded num_enum_derive v0.5.11 |
1008 | 2024-12-20T22:36:41.781Z | Downloaded parking_lot v0.12.3 |
1009 | 2024-12-20T22:36:41.783Z | Downloaded unicode_categories v0.1.1 |
1010 | 2024-12-20T22:36:41.786Z | Downloaded hyper v1.5.0 |
1011 | 2024-12-20T22:36:41.791Z | Downloaded secrecy v0.8.0 |
1012 | 2024-12-20T22:36:41.794Z | Downloaded p521 v0.13.3 |
1013 | 2024-12-20T22:36:41.796Z | Downloaded idna v1.0.3 |
1014 | 2024-12-20T22:36:41.800Z | Downloaded phf_codegen v0.11.2 |
1015 | 2024-12-20T22:36:41.803Z | Downloaded futures-core v0.3.31 |
1016 | 2024-12-20T22:36:41.803Z | Downloaded defmt-macros v0.3.9 |
1017 | 2024-12-20T22:36:41.806Z | Downloaded shell-words v1.1.0 |
1018 | 2024-12-20T22:36:41.808Z | Downloaded rand_core v0.6.4 |
1019 | 2024-12-20T22:36:41.808Z | Downloaded postgres-protocol v0.6.7 |
1020 | 2024-12-20T22:36:41.811Z | Downloaded nu-ansi-term v0.50.1 |
1021 | 2024-12-20T22:36:41.814Z | Downloaded snafu v0.8.5 |
1022 | 2024-12-20T22:36:41.818Z | Downloaded rayon v1.10.0 |
1023 | 2024-12-20T22:36:41.827Z | Downloaded num-traits v0.2.19 |
1024 | 2024-12-20T22:36:41.830Z | Downloaded tokio-util v0.7.12 |
1025 | 2024-12-20T22:36:41.837Z | Downloaded libm v0.2.8 |
1026 | 2024-12-20T22:36:41.844Z | Downloaded reedline v0.35.0 |
1027 | 2024-12-20T22:36:41.851Z | Downloaded libxml v0.3.3 |
1028 | 2024-12-20T22:36:41.857Z | Downloaded untrusted v0.7.1 |
1029 | 2024-12-20T22:36:41.860Z | Downloaded yoke v0.7.4 |
1030 | 2024-12-20T22:36:41.862Z | Downloaded tracing-attributes v0.1.27 |
1031 | 2024-12-20T22:36:41.862Z | Downloaded rustls-pki-types v1.10.0 |
1032 | 2024-12-20T22:36:41.867Z | Downloaded rustyline v14.0.0 |
1033 | 2024-12-20T22:36:41.870Z | Downloaded displaydoc v0.2.5 |
1034 | 2024-12-20T22:36:41.873Z | Downloaded same-file v1.0.6 |
1035 | 2024-12-20T22:36:41.875Z | Downloaded rustls-pemfile v2.2.0 |
1036 | 2024-12-20T22:36:41.878Z | Downloaded unicode-segmentation v1.12.0 |
1037 | 2024-12-20T22:36:41.880Z | Downloaded blake3 v1.5.4 |
1038 | 2024-12-20T22:36:41.888Z | Downloaded tokio-tungstenite v0.23.1 |
1039 | 2024-12-20T22:36:41.890Z | Downloaded openssl-sys v0.9.103 |
1040 | 2024-12-20T22:36:41.895Z | Downloaded hkdf v0.12.4 |
1041 | 2024-12-20T22:36:41.898Z | Downloaded subtle v2.6.1 |
1042 | 2024-12-20T22:36:41.900Z | Downloaded tokio-tungstenite v0.21.0 |
1043 | 2024-12-20T22:36:41.902Z | Downloaded ed25519 v2.2.3 |
1044 | 2024-12-20T22:36:41.905Z | Downloaded predicates v3.1.2 |
1045 | 2024-12-20T22:36:41.907Z | Downloaded subprocess v0.2.9 |
1046 | 2024-12-20T22:36:41.910Z | Downloaded diesel_derives v2.2.3 |
1047 | 2024-12-20T22:36:41.912Z | Downloaded pin-project-internal v1.1.6 |
1048 | 2024-12-20T22:36:41.915Z | Downloaded phf_generator v0.11.2 |
1049 | 2024-12-20T22:36:41.917Z | Downloaded dhcproto v0.12.0 |
1050 | 2024-12-20T22:36:41.920Z | Downloaded env_logger v0.10.2 |
1051 | 2024-12-20T22:36:41.923Z | Downloaded toml v0.7.8 |
1052 | 2024-12-20T22:36:41.927Z | Downloaded peg v0.8.4 |
1053 | 2024-12-20T22:36:41.930Z | Downloaded encoding_rs v0.8.34 |
1054 | 2024-12-20T22:36:41.950Z | Downloaded xz2 v0.1.7 |
1055 | 2024-12-20T22:36:41.952Z | Downloaded xattr v1.3.1 |
1056 | 2024-12-20T22:36:41.955Z | Downloaded signal-hook-mio v0.2.4 |
1057 | 2024-12-20T22:36:41.955Z | Downloaded ron v0.8.1 |
1058 | 2024-12-20T22:36:41.959Z | Downloaded zerocopy-derive v0.8.10 |
1059 | 2024-12-20T22:36:41.966Z | Downloaded zip v0.6.6 |
1060 | 2024-12-20T22:36:41.970Z | Downloaded tinyvec v1.8.0 |
1061 | 2024-12-20T22:36:41.973Z | Downloaded mio v1.0.2 |
1062 | 2024-12-20T22:36:41.978Z | Downloaded fragile v2.0.0 |
1063 | 2024-12-20T22:36:41.981Z | Downloaded float-cmp v0.9.0 |
1064 | 2024-12-20T22:36:41.983Z | Downloaded whoami v1.5.2 |
1065 | 2024-12-20T22:36:41.986Z | Downloaded structmeta-derive v0.3.0 |
1066 | 2024-12-20T22:36:41.986Z | Downloaded structmeta-derive v0.2.0 |
1067 | 2024-12-20T22:36:41.989Z | Downloaded smallvec v0.6.14 |
1068 | 2024-12-20T22:36:41.989Z | Downloaded dropshot_endpoint v0.13.0 |
1069 | 2024-12-20T22:36:41.992Z | Downloaded zopfli v0.8.1 |
1070 | 2024-12-20T22:36:41.994Z | Downloaded rcgen v0.12.1 |
1071 | 2024-12-20T22:36:41.997Z | Downloaded heapless v0.7.17 |
1072 | 2024-12-20T22:36:42.001Z | Downloaded flume v0.11.1 |
1073 | 2024-12-20T22:36:42.007Z | Downloaded rsa v0.9.6 |
1074 | 2024-12-20T22:36:42.010Z | Downloaded minimal-lexical v0.2.1 |
1075 | 2024-12-20T22:36:42.013Z | Downloaded pkcs8 v0.10.2 |
1076 | 2024-12-20T22:36:42.017Z | Downloaded parking_lot_core v0.9.10 |
1077 | 2024-12-20T22:36:42.020Z | Downloaded parking_lot_core v0.8.6 |
1078 | 2024-12-20T22:36:42.023Z | Downloaded pkg-config v0.3.31 |
1079 | 2024-12-20T22:36:42.023Z | Downloaded parse-display v0.10.0 |
1080 | 2024-12-20T22:36:42.027Z | Downloaded native-tls v0.2.12 |
1081 | 2024-12-20T22:36:42.029Z | Downloaded ff v0.13.0 |
1082 | 2024-12-20T22:36:42.029Z | Downloaded fd-lock v4.0.2 |
1083 | 2024-12-20T22:36:42.029Z | Downloaded tokio-postgres v0.7.12 |
1084 | 2024-12-20T22:36:42.034Z | Downloaded diff v0.1.13 |
1085 | 2024-12-20T22:36:42.038Z | Downloaded schemars_derive v0.8.21 |
1086 | 2024-12-20T22:36:42.041Z | Downloaded indicatif v0.17.9 |
1087 | 2024-12-20T22:36:42.044Z | Downloaded primeorder v0.13.6 |
1088 | 2024-12-20T22:36:42.047Z | Downloaded env_filter v0.1.2 |
1089 | 2024-12-20T22:36:42.047Z | Downloaded dsl_auto_type v0.1.2 |
1090 | 2024-12-20T22:36:42.047Z | Downloaded data-encoding v2.6.0 |
1091 | 2024-12-20T22:36:42.050Z | Downloaded zerofrom-derive v0.1.4 |
1092 | 2024-12-20T22:36:42.050Z | Downloaded ppv-lite86 v0.2.20 |
1093 | 2024-12-20T22:36:42.050Z | Downloaded postgres-types v0.2.8 |
1094 | 2024-12-20T22:36:42.053Z | Downloaded unicode-properties v0.1.3 |
1095 | 2024-12-20T22:36:42.055Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1096 | 2024-12-20T22:36:42.152Z | Downloaded crypto-bigint v0.5.5 |
1097 | 2024-12-20T22:36:42.160Z | Downloaded crossbeam-channel v0.5.13 |
1098 | 2024-12-20T22:36:42.165Z | Downloaded newline-converter v0.3.0 |
1099 | 2024-12-20T22:36:42.168Z | Downloaded typify-macro v0.2.0 |
1100 | 2024-12-20T22:36:42.168Z | Downloaded supports-color v3.0.1 |
1101 | 2024-12-20T22:36:42.172Z | Downloaded pbkdf2 v0.12.2 |
1102 | 2024-12-20T22:36:42.172Z | Downloaded cc v1.1.30 |
1103 | 2024-12-20T22:36:42.175Z | Downloaded similar v2.6.0 |
1104 | 2024-12-20T22:36:42.182Z | Downloaded semver v0.1.20 |
1105 | 2024-12-20T22:36:42.187Z | Downloaded parse-display-derive v0.10.0 |
1106 | 2024-12-20T22:36:42.187Z | Downloaded icu_normalizer v1.5.0 |
1107 | 2024-12-20T22:36:42.191Z | Downloaded psl-types v2.0.11 |
1108 | 2024-12-20T22:36:42.191Z | Downloaded icu_normalizer_data v1.5.0 |
1109 | 2024-12-20T22:36:42.194Z | Downloaded ghash v0.5.1 |
1110 | 2024-12-20T22:36:42.194Z | Downloaded icu_locid v1.5.0 |
1111 | 2024-12-20T22:36:42.197Z | Downloaded base64 v0.21.7 |
1112 | 2024-12-20T22:36:42.200Z | Downloaded difflib v0.4.0 |
1113 | 2024-12-20T22:36:42.203Z | Downloaded walkdir v2.5.0 |
1114 | 2024-12-20T22:36:42.203Z | Downloaded uzers v0.12.1 |
1115 | 2024-12-20T22:36:42.206Z | Downloaded chacha20poly1305 v0.10.1 |
1116 | 2024-12-20T22:36:42.209Z | Downloaded indexmap v1.9.3 |
1117 | 2024-12-20T22:36:42.212Z | Downloaded mockall v0.13.0 |
1118 | 2024-12-20T22:36:42.212Z | Downloaded progenitor-impl v0.8.0 |
1119 | 2024-12-20T22:36:42.215Z | Downloaded bytes v1.8.0 |
1120 | 2024-12-20T22:36:42.219Z | Downloaded hmac v0.12.1 |
1121 | 2024-12-20T22:36:42.219Z | Downloaded arc-swap v1.7.1 |
1122 | 2024-12-20T22:36:42.221Z | Downloaded serde_derive_internals v0.29.1 |
1123 | 2024-12-20T22:36:42.224Z | Downloaded jobserver v0.1.32 |
1124 | 2024-12-20T22:36:42.227Z | Downloaded allocator-api2 v0.2.18 |
1125 | 2024-12-20T22:36:42.227Z | Downloaded managed v0.8.0 |
1126 | 2024-12-20T22:36:42.230Z | Downloaded icu_provider v1.5.0 |
1127 | 2024-12-20T22:36:42.233Z | Downloaded base64 v0.13.1 |
1128 | 2024-12-20T22:36:42.236Z | Downloaded arrayvec v0.7.6 |
1129 | 2024-12-20T22:36:42.242Z | Downloaded hyper-rustls v0.27.3 |
1130 | 2024-12-20T22:36:42.242Z | Downloaded tabwriter v1.4.0 |
1131 | 2024-12-20T22:36:42.245Z | Downloaded structmeta v0.2.0 |
1132 | 2024-12-20T22:36:42.245Z | Downloaded rusty-fork v0.3.0 |
1133 | 2024-12-20T22:36:42.245Z | Downloaded icu_locid_transform_data v1.5.0 |
1134 | 2024-12-20T22:36:42.245Z | Downloaded signature v2.2.0 |
1135 | 2024-12-20T22:36:42.250Z | Downloaded progenitor-macro v0.8.0 |
1136 | 2024-12-20T22:36:42.250Z | Downloaded libefi-sys v0.1.0 |
1137 | 2024-12-20T22:36:42.250Z | Downloaded kstat-rs v0.2.4 |
1138 | 2024-12-20T22:36:42.250Z | Downloaded ahash v0.8.11 |
1139 | 2024-12-20T22:36:42.252Z | Downloaded lalrpop-util v0.19.12 |
1140 | 2024-12-20T22:36:42.252Z | Downloaded ipnet v2.10.1 |
1141 | 2024-12-20T22:36:42.252Z | Downloaded bcs v0.1.6 |
1142 | 2024-12-20T22:36:42.255Z | Downloaded linear-map v1.2.0 |
1143 | 2024-12-20T22:36:42.257Z | Downloaded crc32fast v1.4.2 |
1144 | 2024-12-20T22:36:42.257Z | Downloaded buf-list v1.0.3 |
1145 | 2024-12-20T22:36:42.260Z | Downloaded icu_locid_transform v1.5.0 |
1146 | 2024-12-20T22:36:42.262Z | Downloaded hostname v0.4.0 |
1147 | 2024-12-20T22:36:42.262Z | Downloaded const_format_proc_macros v0.2.33 |
1148 | 2024-12-20T22:36:42.265Z | Downloaded base64ct v1.6.0 |
1149 | 2024-12-20T22:36:42.268Z | Downloaded bit-set v0.5.3 |
1150 | 2024-12-20T22:36:42.270Z | Downloaded base16ct v0.2.0 |
1151 | 2024-12-20T22:36:42.270Z | Downloaded inout v0.1.3 |
1152 | 2024-12-20T22:36:42.273Z | Downloaded indent_write v2.2.0 |
1153 | 2024-12-20T22:36:42.273Z | Downloaded idna_adapter v1.2.0 |
1154 | 2024-12-20T22:36:42.273Z | Downloaded humantime v2.1.0 |
1155 | 2024-12-20T22:36:42.275Z | Downloaded hostname v0.3.1 |
1156 | 2024-12-20T22:36:42.275Z | Downloaded lazy_static v1.5.0 |
1157 | 2024-12-20T22:36:42.278Z | Downloaded internet-checksum v0.2.1 |
1158 | 2024-12-20T22:36:42.278Z | Downloaded crc v3.2.1 |
1159 | 2024-12-20T22:36:42.281Z | Downloaded argon2 v0.5.3 |
1160 | 2024-12-20T22:36:42.284Z | Downloaded icu_provider_macros v1.5.0 |
1161 | 2024-12-20T22:36:42.284Z | Downloaded hubpack_derive v0.1.1 |
1162 | 2024-12-20T22:36:42.287Z | Downloaded cipher v0.4.4 |
1163 | 2024-12-20T22:36:42.287Z | Downloaded blowfish v0.9.1 |
1164 | 2024-12-20T22:36:42.287Z | Downloaded bitfield v0.14.0 |
1165 | 2024-12-20T22:36:42.290Z | Downloaded cassowary v0.3.0 |
1166 | 2024-12-20T22:36:42.290Z | Downloaded keccak v0.1.5 |
1167 | 2024-12-20T22:36:42.292Z | Downloaded hyper-tls v0.6.0 |
1168 | 2024-12-20T22:36:42.292Z | Downloaded atomic-waker v1.1.2 |
1169 | 2024-12-20T22:36:42.295Z | Downloaded arrayref v0.3.9 |
1170 | 2024-12-20T22:36:42.295Z | Downloaded ctr v0.9.2 |
1171 | 2024-12-20T22:36:42.297Z | Downloaded ciborium-ll v0.2.2 |
1172 | 2024-12-20T22:36:42.297Z | Downloaded bcrypt-pbkdf v0.10.0 |
1173 | 2024-12-20T22:36:42.300Z | Downloaded colored v2.1.0 |
1174 | 2024-12-20T22:36:42.303Z | Downloaded convert_case v0.4.0 |
1175 | 2024-12-20T22:36:42.303Z | Downloaded constant_time_eq v0.3.1 |
1176 | 2024-12-20T22:36:42.303Z | Downloaded bitflags v1.3.2 |
1177 | 2024-12-20T22:36:42.305Z | Downloaded async-recursion v1.1.1 |
1178 | 2024-12-20T22:36:42.309Z | Downloaded ascii-canvas v3.0.0 |
1179 | 2024-12-20T22:36:42.537Z | Downloaded aws-lc-sys v0.22.0 |
1180 | 2024-12-20T22:36:42.832Z | Downloaded ring v0.17.8 |
1181 | 2024-12-20T22:36:43.017Z | Downloaded libsqlite3-sys v0.30.1 |
1182 | 2024-12-20T22:36:43.094Z | Downloaded ring v0.16.20 |
1183 | 2024-12-20T22:36:43.279Z | Compiling serde v1.0.215 |
1184 | 2024-12-20T22:36:43.281Z | Compiling lock_api v0.4.12 |
1185 | 2024-12-20T22:36:43.281Z | Compiling scopeguard v1.2.0 |
1186 | 2024-12-20T22:36:43.281Z | Compiling value-bag v1.9.0 |
1187 | 2024-12-20T22:36:43.281Z | Compiling typenum v1.17.0 |
1188 | 2024-12-20T22:36:43.438Z | Compiling generic-array v0.14.7 |
1189 | 2024-12-20T22:36:43.485Z | Compiling syn v2.0.87 |
1190 | 2024-12-20T22:36:43.498Z | Compiling getrandom v0.2.15 |
1191 | 2024-12-20T22:36:43.653Z | Compiling subtle v2.6.1 |
1192 | 2024-12-20T22:36:43.783Z | Compiling rand_core v0.6.4 |
1193 | 2024-12-20T22:36:43.914Z | Compiling log v0.4.22 |
1194 | 2024-12-20T22:36:44.029Z | Compiling shlex v1.3.0 |
1195 | 2024-12-20T22:36:44.081Z | Compiling jobserver v0.1.32 |
1196 | 2024-12-20T22:36:44.102Z | Compiling const-oid v0.9.6 |
1197 | 2024-12-20T22:36:44.369Z | Compiling smallvec v1.13.2 |
1198 | 2024-12-20T22:36:44.388Z | Compiling spin v0.9.8 |
1199 | 2024-12-20T22:36:44.483Z | Compiling pin-project-lite v0.2.14 |
1200 | 2024-12-20T22:36:44.634Z | Compiling cc v1.1.30 |
1201 | 2024-12-20T22:36:44.777Z | Compiling rustix v0.38.37 |
1202 | 2024-12-20T22:36:44.794Z | Compiling parking_lot_core v0.9.10 |
1203 | 2024-12-20T22:36:44.831Z | Compiling futures-core v0.3.31 |
1204 | 2024-12-20T22:36:45.103Z | Compiling signal-hook-registry v1.4.2 |
1205 | 2024-12-20T22:36:45.103Z | Compiling mio v1.0.2 |
1206 | 2024-12-20T22:36:45.662Z | Compiling parking_lot v0.12.3 |
1207 | 2024-12-20T22:36:46.056Z | Compiling aho-corasick v1.1.3 |
1208 | 2024-12-20T22:36:46.068Z | Compiling regex-syntax v0.8.5 |
1209 | 2024-12-20T22:36:46.068Z | Compiling cpufeatures v0.2.14 |
1210 | 2024-12-20T22:36:46.156Z | Compiling lazy_static v1.5.0 |
1211 | 2024-12-20T22:36:46.229Z | Compiling stable_deref_trait v1.2.0 |
1212 | 2024-12-20T22:36:46.283Z | Compiling either v1.13.0 |
1213 | 2024-12-20T22:36:46.310Z | Compiling glob v0.3.1 |
1214 | 2024-12-20T22:36:46.346Z | Compiling futures-sink v0.3.31 |
1215 | 2024-12-20T22:36:46.511Z | Compiling socket2 v0.5.7 |
1216 | 2024-12-20T22:36:46.568Z | Compiling slab v0.4.9 |
1217 | 2024-12-20T22:36:46.732Z | Compiling prettyplease v0.2.25 |
1218 | 2024-12-20T22:36:47.019Z | Compiling minimal-lexical v0.2.1 |
1219 | 2024-12-20T22:36:47.399Z | Compiling clang-sys v1.8.1 |
1220 | 2024-12-20T22:36:47.442Z | Compiling libloading v0.8.5 |
1221 | 2024-12-20T22:36:47.490Z | Compiling nom v7.1.3 |
1222 | 2024-12-20T22:36:47.580Z | Compiling serde_json v1.0.132 |
1223 | 2024-12-20T22:36:47.878Z | Compiling home v0.5.9 |
1224 | 2024-12-20T22:36:47.899Z | Compiling bindgen v0.69.5 |
1225 | 2024-12-20T22:36:48.173Z | Compiling itertools v0.10.5 |
1226 | 2024-12-20T22:36:48.705Z | Compiling futures-channel v0.3.31 |
1227 | 2024-12-20T22:36:48.957Z | Compiling futures-task v0.3.31 |
1228 | 2024-12-20T22:36:49.131Z | Compiling lazycell v1.3.0 |
1229 | 2024-12-20T22:36:49.258Z | Compiling rustc-hash v1.1.0 |
1230 | 2024-12-20T22:36:49.313Z | Compiling allocator-api2 v0.2.18 |
1231 | 2024-12-20T22:36:49.404Z | Compiling futures-io v0.3.31 |
1232 | 2024-12-20T22:36:49.725Z | Compiling regex-automata v0.4.8 |
1233 | 2024-12-20T22:36:50.109Z | Compiling pin-utils v0.1.0 |
1234 | 2024-12-20T22:36:50.208Z | Compiling foldhash v0.1.3 |
1235 | 2024-12-20T22:36:50.516Z | Compiling hashbrown v0.15.1 |
1236 | 2024-12-20T22:36:51.008Z | Compiling cexpr v0.6.0 |
1237 | 2024-12-20T22:36:51.230Z | Compiling synstructure v0.13.1 |
1238 | 2024-12-20T22:36:51.879Z | Compiling cmake v0.1.51 |
1239 | 2024-12-20T22:36:52.847Z | Compiling libm v0.2.8 |
1240 | 2024-12-20T22:36:52.866Z | Compiling tinyvec_macros v0.1.1 |
1241 | 2024-12-20T22:36:52.929Z | Compiling dunce v1.0.5 |
1242 | 2024-12-20T22:36:52.953Z | Compiling pkg-config v0.3.31 |
1243 | 2024-12-20T22:36:52.970Z | Compiling fs_extra v1.3.0 |
1244 | 2024-12-20T22:36:53.054Z | Compiling tinyvec v1.8.0 |
1245 | 2024-12-20T22:36:53.195Z | Compiling num-traits v0.2.19 |
1246 | 2024-12-20T22:36:53.700Z | Compiling ring v0.17.8 |
1247 | 2024-12-20T22:36:54.513Z | Compiling paste v1.0.15 |
1248 | 2024-12-20T22:36:54.595Z | Compiling unicode-normalization v0.1.24 |
1249 | 2024-12-20T22:36:54.719Z | Compiling writeable v0.5.5 |
1250 | 2024-12-20T22:36:54.850Z | Compiling litemap v0.7.3 |
1251 | 2024-12-20T22:36:54.923Z | Compiling base64ct v1.6.0 |
1252 | 2024-12-20T22:36:55.005Z | Compiling unicode-bidi v0.3.17 |
1253 | 2024-12-20T22:36:55.226Z | Compiling regex v1.11.1 |
1254 | 2024-12-20T22:36:55.405Z | Compiling pem-rfc7468 v0.7.0 |
1255 | 2024-12-20T22:36:56.116Z | Compiling httparse v1.9.5 |
1256 | 2024-12-20T22:36:56.277Z | Compiling aws-lc-rs v1.10.0 |
1257 | 2024-12-20T22:36:56.412Z | Compiling flagset v0.4.6 |
1258 | 2024-12-20T22:36:56.680Z | Compiling tracing-core v0.1.32 |
1259 | 2024-12-20T22:36:56.934Z | Compiling rustls-pki-types v1.10.0 |
1260 | 2024-12-20T22:36:57.778Z | Compiling icu_locid_transform_data v1.5.0 |
1261 | 2024-12-20T22:36:57.876Z | Compiling percent-encoding v2.3.1 |
1262 | 2024-12-20T22:36:57.894Z | Compiling crossbeam-utils v0.8.20 |
1263 | 2024-12-20T22:36:58.108Z | Compiling num-conv v0.1.0 |
1264 | 2024-12-20T22:36:58.209Z | Compiling icu_properties_data v1.5.0 |
1265 | 2024-12-20T22:36:58.237Z | Compiling serde_derive v1.0.215 |
1266 | 2024-12-20T22:36:58.388Z | Compiling zeroize_derive v1.4.2 |
1267 | 2024-12-20T22:36:58.460Z | Compiling zerocopy-derive v0.7.35 |
1268 | 2024-12-20T22:36:58.478Z | Compiling tokio-macros v2.4.0 |
1269 | 2024-12-20T22:36:58.807Z | Compiling zerofrom-derive v0.1.4 |
1270 | 2024-12-20T22:36:59.917Z | Compiling zeroize v1.8.1 |
1271 | 2024-12-20T22:37:00.113Z | Compiling yoke-derive v0.7.4 |
1272 | 2024-12-20T22:37:00.332Z | Compiling thiserror-impl v1.0.69 |
1273 | 2024-12-20T22:37:00.723Z | Compiling zerocopy v0.7.35 |
1274 | 2024-12-20T22:37:01.426Z | Compiling zerovec-derive v0.10.3 |
1275 | 2024-12-20T22:37:01.636Z | Compiling crypto-common v0.1.6 |
1276 | 2024-12-20T22:37:01.883Z | Compiling block-buffer v0.10.4 |
1277 | 2024-12-20T22:37:02.221Z | Compiling digest v0.10.7 |
1278 | 2024-12-20T22:37:02.439Z | Compiling futures-macro v0.3.31 |
1279 | 2024-12-20T22:37:02.557Z | Compiling block-padding v0.3.3 |
1280 | 2024-12-20T22:37:02.735Z | Compiling hmac v0.12.1 |
1281 | 2024-12-20T22:37:02.803Z | Compiling displaydoc v0.2.5 |
1282 | 2024-12-20T22:37:02.974Z | Compiling inout v0.1.3 |
1283 | 2024-12-20T22:37:03.002Z | Compiling zerofrom v0.1.4 |
1284 | 2024-12-20T22:37:03.245Z | Compiling yoke v0.7.4 |
1285 | 2024-12-20T22:37:03.245Z | Compiling cipher v0.4.4 |
1286 | 2024-12-20T22:37:03.279Z | Compiling sha2 v0.10.8 |
1287 | 2024-12-20T22:37:03.631Z | Compiling ppv-lite86 v0.2.20 |
1288 | 2024-12-20T22:37:03.755Z | Compiling icu_provider_macros v1.5.0 |
1289 | 2024-12-20T22:37:03.794Z | Compiling thiserror v1.0.69 |
1290 | 2024-12-20T22:37:03.938Z | Compiling der_derive v0.7.3 |
1291 | 2024-12-20T22:37:04.267Z | Compiling zerovec v0.10.4 |
1292 | 2024-12-20T22:37:04.372Z | Compiling futures-util v0.3.31 |
1293 | 2024-12-20T22:37:04.481Z | Compiling rand_chacha v0.3.1 |
1294 | 2024-12-20T22:37:04.506Z | Compiling tracing-attributes v0.1.27 |
1295 | 2024-12-20T22:37:04.918Z | Compiling rand v0.8.5 |
1296 | 2024-12-20T22:37:06.481Z | Compiling tinystr v0.7.6 |
1297 | 2024-12-20T22:37:06.501Z | Compiling der v0.7.9 |
1298 | 2024-12-20T22:37:06.838Z | Compiling icu_collections v1.5.0 |
1299 | 2024-12-20T22:37:06.868Z | Compiling icu_locid v1.5.0 |
1300 | 2024-12-20T22:37:06.938Z | Compiling pest v2.7.14 |
1301 | 2024-12-20T22:37:07.054Z | Compiling salsa20 v0.10.2 |
1302 | 2024-12-20T22:37:07.323Z | Compiling pbkdf2 v0.12.2 |
1303 | 2024-12-20T22:37:07.539Z | Compiling time-core v0.1.2 |
1304 | 2024-12-20T22:37:07.724Z | Compiling mirai-annotations v1.12.0 |
1305 | 2024-12-20T22:37:07.916Z | Compiling powerfmt v0.2.0 |
1306 | 2024-12-20T22:37:08.334Z | Compiling icu_provider v1.5.0 |
1307 | 2024-12-20T22:37:08.368Z | Compiling untrusted v0.9.0 |
1308 | 2024-12-20T22:37:08.428Z | Compiling tracing v0.1.40 |
1309 | 2024-12-20T22:37:08.546Z | Compiling untrusted v0.7.1 |
1310 | 2024-12-20T22:37:08.741Z | Compiling spki v0.7.3 |
1311 | 2024-12-20T22:37:08.956Z | Compiling vcpkg v0.2.15 |
1312 | 2024-12-20T22:37:09.134Z | Compiling icu_locid_transform v1.5.0 |
1313 | 2024-12-20T22:37:09.407Z | Compiling deranged v0.3.11 |
1314 | 2024-12-20T22:37:09.972Z | Compiling pest_meta v2.7.14 |
1315 | 2024-12-20T22:37:10.041Z | Compiling time-macros v0.2.18 |
1316 | 2024-12-20T22:37:10.605Z | Compiling icu_properties v1.5.1 |
1317 | 2024-12-20T22:37:11.148Z | Compiling openssl-sys v0.9.103 |
1318 | 2024-12-20T22:37:11.889Z | Compiling scrypt v0.11.0 |
1319 | 2024-12-20T22:37:12.275Z | Compiling bitflags v2.6.0 |
1320 | 2024-12-20T22:37:12.480Z | Compiling bytes v1.8.0 |
1321 | 2024-12-20T22:37:12.735Z | Compiling indexmap v2.6.0 |
1322 | 2024-12-20T22:37:13.155Z | Compiling semver v1.0.23 |
1323 | 2024-12-20T22:37:13.402Z | Compiling tokio v1.40.0 |
1324 | 2024-12-20T22:37:13.802Z | Compiling http v1.1.0 |
1325 | 2024-12-20T22:37:13.947Z | Compiling rustc_version v0.4.1 |
1326 | 2024-12-20T22:37:14.242Z | Compiling cbc v0.1.2 |
1327 | 2024-12-20T22:37:14.491Z | Compiling aes v0.8.4 |
1328 | 2024-12-20T22:37:14.710Z | Compiling scroll_derive v0.12.0 |
1329 | 2024-12-20T22:37:15.134Z | Compiling utf8_iter v1.0.4 |
1330 | 2024-12-20T22:37:15.385Z | Compiling atomic-waker v1.1.2 |
1331 | 2024-12-20T22:37:15.476Z | Compiling utf16_iter v1.0.5 |
1332 | 2024-12-20T22:37:15.573Z | Compiling num_threads v0.1.7 |
1333 | 2024-12-20T22:37:15.684Z | Compiling icu_normalizer_data v1.5.0 |
1334 | 2024-12-20T22:37:15.705Z | Compiling write16 v1.0.0 |
1335 | 2024-12-20T22:37:15.800Z | Compiling time v0.3.36 |
1336 | 2024-12-20T22:37:15.827Z | Compiling icu_normalizer v1.5.0 |
1337 | 2024-12-20T22:37:15.900Z | Compiling pkcs5 v0.7.1 |
1338 | 2024-12-20T22:37:16.167Z | Compiling scroll v0.12.0 |
1339 | 2024-12-20T22:37:16.257Z | Compiling http-body v1.0.1 |
1340 | 2024-12-20T22:37:16.605Z | Compiling which v4.4.2 |
1341 | 2024-12-20T22:37:16.690Z | Compiling pest_generator v2.7.14 |
1342 | 2024-12-20T22:37:17.271Z | Compiling form_urlencoded v1.2.1 |
1343 | 2024-12-20T22:37:17.352Z | Compiling slog v2.7.0 |
1344 | 2024-12-20T22:37:17.607Z | Compiling try-lock v0.2.5 |
1345 | 2024-12-20T22:37:17.763Z | Compiling want v0.3.1 |
1346 | 2024-12-20T22:37:17.877Z | Compiling goblin v0.8.2 |
1347 | 2024-12-20T22:37:18.047Z | Compiling idna_adapter v1.2.0 |
1348 | 2024-12-20T22:37:18.070Z | Compiling pkcs8 v0.10.2 |
1349 | 2024-12-20T22:37:18.280Z | Compiling httpdate v1.0.3 |
1350 | 2024-12-20T22:37:18.641Z | Compiling idna v1.0.3 |
1351 | 2024-12-20T22:37:18.731Z | Compiling pest_derive v2.7.14 |
1352 | 2024-12-20T22:37:18.733Z | Compiling serde_spanned v0.6.8 |
1353 | 2024-12-20T22:37:18.986Z | Compiling toml_datetime v0.6.8 |
1354 | 2024-12-20T22:37:19.471Z | Compiling serde_tokenstream v0.2.2 |
1355 | 2024-12-20T22:37:19.511Z | Compiling dtrace-parser v0.2.0 |
1356 | 2024-12-20T22:37:20.007Z | Compiling uuid v1.11.0 |
1357 | 2024-12-20T22:37:20.422Z | Compiling foreign-types-shared v0.1.1 |
1358 | 2024-12-20T22:37:20.518Z | Compiling iana-time-zone v0.1.61 |
1359 | 2024-12-20T22:37:20.883Z | Compiling openssl v0.10.66 |
1360 | 2024-12-20T22:37:20.970Z | Compiling tower-service v0.3.3 |
1361 | 2024-12-20T22:37:21.099Z | Compiling rustversion v1.0.17 |
1362 | 2024-12-20T22:37:21.276Z | Compiling adler2 v2.0.0 |
1363 | 2024-12-20T22:37:21.401Z | Compiling match_cfg v0.1.0 |
1364 | 2024-12-20T22:37:21.459Z | Compiling base64 v0.22.1 |
1365 | 2024-12-20T22:37:21.484Z | Compiling hostname v0.3.1 |
1366 | 2024-12-20T22:37:21.502Z | Compiling miniz_oxide v0.8.0 |
1367 | 2024-12-20T22:37:21.741Z | Compiling tokio-util v0.7.12 |
1368 | 2024-12-20T22:37:21.915Z | Compiling chrono v0.4.38 |
1369 | 2024-12-20T22:37:22.178Z | Compiling foreign-types v0.3.2 |
1370 | 2024-12-20T22:37:22.281Z | Compiling url v2.5.3 |
1371 | 2024-12-20T22:37:23.013Z | Compiling h2 v0.4.6 |
1372 | 2024-12-20T22:37:23.125Z | Compiling dof v0.3.0 |
1373 | 2024-12-20T22:37:24.160Z | Compiling usdt-impl v0.5.0 |
1374 | 2024-12-20T22:37:25.469Z | Compiling openssl-macros v0.1.1 |
1375 | 2024-12-20T22:37:25.652Z | Compiling async-trait v0.1.83 |
1376 | 2024-12-20T22:37:26.213Z | Compiling dirs-sys-next v0.1.2 |
1377 | 2024-12-20T22:37:26.535Z | Compiling rustls v0.22.4 |
1378 | 2024-12-20T22:37:26.792Z | Compiling native-tls v0.2.12 |
1379 | 2024-12-20T22:37:26.844Z | Compiling siphasher v0.3.11 |
1380 | 2024-12-20T22:37:27.128Z | Compiling data-encoding v2.6.0 |
1381 | 2024-12-20T22:37:27.212Z | Compiling syn v1.0.109 |
1382 | 2024-12-20T22:37:27.655Z | Compiling rustls v0.23.19 |
1383 | 2024-12-20T22:37:27.951Z | Compiling dirs-next v2.0.0 |
1384 | 2024-12-20T22:37:28.278Z | Compiling http-body-util v0.1.2 |
1385 | 2024-12-20T22:37:28.299Z | Compiling heapless v0.7.17 |
1386 | 2024-12-20T22:37:28.406Z | Compiling crossbeam-epoch v0.9.18 |
1387 | 2024-12-20T22:37:28.737Z | Compiling signature v2.2.0 |
1388 | 2024-12-20T22:37:28.840Z | Compiling sha1 v0.10.6 |
1389 | 2024-12-20T22:37:29.022Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1390 | 2024-12-20T22:37:29.184Z | Compiling serde_derive_internals v0.29.1 |
1391 | 2024-12-20T22:37:29.279Z | Compiling thread_local v1.1.8 |
1392 | 2024-12-20T22:37:29.439Z | Compiling cookie v0.18.1 |
1393 | 2024-12-20T22:37:29.513Z | Compiling hyper v1.5.0 |
1394 | 2024-12-20T22:37:29.534Z | Compiling encoding_rs v0.8.34 |
1395 | 2024-12-20T22:37:29.717Z | Compiling multer v3.1.0 |
1396 | 2024-12-20T22:37:29.804Z | Compiling rayon-core v1.12.1 |
1397 | 2024-12-20T22:37:29.989Z | Compiling ipnet v2.10.1 |
1398 | 2024-12-20T22:37:30.083Z | Compiling openssl-probe v0.1.5 |
1399 | 2024-12-20T22:37:30.431Z | Compiling gimli v0.31.1 |
1400 | 2024-12-20T22:37:31.291Z | Compiling signal-hook v0.3.17 |
1401 | 2024-12-20T22:37:31.564Z | Compiling schemars v0.8.21 |
1402 | 2024-12-20T22:37:31.913Z | Compiling hyper-util v0.1.10 |
1403 | 2024-12-20T22:37:31.957Z | Compiling mime v0.3.17 |
1404 | 2024-12-20T22:37:32.640Z | Compiling unicode-properties v0.1.3 |
1405 | 2024-12-20T22:37:33.035Z | Compiling slog-async v2.8.0 |
1406 | 2024-12-20T22:37:33.345Z | Compiling stringprep v0.1.5 |
1407 | 2024-12-20T22:37:33.644Z | Compiling schemars_derive v0.8.21 |
1408 | 2024-12-20T22:37:33.876Z | Compiling toml_edit v0.22.22 |
1409 | 2024-12-20T22:37:34.727Z | Compiling crossbeam-deque v0.8.5 |
1410 | 2024-12-20T22:37:35.056Z | Compiling addr2line v0.24.2 |
1411 | 2024-12-20T22:37:35.211Z | Compiling slog-json v2.6.1 |
1412 | 2024-12-20T22:37:35.581Z | Compiling term v0.7.0 |
1413 | 2024-12-20T22:37:35.749Z | Compiling usdt-attr-macro v0.5.0 |
1414 | 2024-12-20T22:37:36.149Z | Compiling usdt-macro v0.5.0 |
1415 | 2024-12-20T22:37:36.616Z | Compiling serde_urlencoded v0.7.1 |
1416 | 2024-12-20T22:37:37.001Z | Compiling curve25519-dalek v4.1.3 |
1417 | 2024-12-20T22:37:37.105Z | Compiling crossbeam-channel v0.5.13 |
1418 | 2024-12-20T22:37:37.163Z | Compiling futures-executor v0.3.31 |
1419 | 2024-12-20T22:37:37.379Z | Compiling enum-as-inner v0.6.1 |
1420 | 2024-12-20T22:37:37.635Z | Compiling md-5 v0.10.6 |
1421 | 2024-12-20T22:37:37.667Z | Compiling async-stream-impl v0.3.6 |
1422 | 2024-12-20T22:37:37.739Z | Compiling num-integer v0.1.46 |
1423 | 2024-12-20T22:37:37.891Z | Compiling rustls-pemfile v2.2.0 |
1424 | 2024-12-20T22:37:38.214Z | Compiling idna v0.3.0 |
1425 | 2024-12-20T22:37:38.248Z | Compiling idna v0.4.0 |
1426 | 2024-12-20T22:37:38.502Z | Compiling hash32 v0.2.1 |
1427 | 2024-12-20T22:37:38.569Z | Compiling ff v0.13.0 |
1428 | 2024-12-20T22:37:38.788Z | Compiling is-terminal v0.4.13 |
1429 | 2024-12-20T22:37:38.889Z | Compiling object v0.36.5 |
1430 | 2024-12-20T22:37:38.914Z | Compiling dropshot v0.12.0 |
1431 | 2024-12-20T22:37:39.079Z | Compiling smoltcp v0.9.1 |
1432 | 2024-12-20T22:37:39.200Z | Compiling base16ct v0.2.0 |
1433 | 2024-12-20T22:37:39.535Z | Compiling num-bigint-dig v0.8.4 |
1434 | 2024-12-20T22:37:39.799Z | Compiling dyn-clone v1.0.17 |
1435 | 2024-12-20T22:37:39.824Z | Compiling psl-types v2.0.11 |
1436 | 2024-12-20T22:37:39.856Z | Compiling linked-hash-map v0.5.6 |
1437 | 2024-12-20T22:37:39.876Z | Compiling utf-8 v0.7.6 |
1438 | 2024-12-20T22:37:40.019Z | Compiling anyhow v1.0.93 |
1439 | 2024-12-20T22:37:40.039Z | Compiling fallible-iterator v0.2.0 |
1440 | 2024-12-20T22:37:40.214Z | Compiling take_mut v0.2.2 |
1441 | 2024-12-20T22:37:40.216Z | Compiling quick-error v1.2.3 |
1442 | 2024-12-20T22:37:40.379Z | Compiling portable-atomic v1.9.0 |
1443 | 2024-12-20T22:37:40.380Z | Compiling rustc-demangle v0.1.24 |
1444 | 2024-12-20T22:37:40.763Z | Compiling postgres-protocol v0.6.7 |
1445 | 2024-12-20T22:37:41.395Z | Compiling resolv-conf v0.7.0 |
1446 | 2024-12-20T22:37:41.572Z | Compiling lru-cache v0.1.2 |
1447 | 2024-12-20T22:37:41.767Z | Compiling tungstenite v0.24.0 |
1448 | 2024-12-20T22:37:42.117Z | Compiling publicsuffix v2.2.3 |
1449 | 2024-12-20T22:37:42.307Z | Compiling sec1 v0.7.3 |
1450 | 2024-12-20T22:37:42.359Z | Compiling async-stream v0.3.6 |
1451 | 2024-12-20T22:37:42.404Z | Compiling hickory-proto v0.24.1 |
1452 | 2024-12-20T22:37:42.679Z | Compiling usdt v0.5.0 |
1453 | 2024-12-20T22:37:42.869Z | Compiling slog-term v2.9.1 |
1454 | 2024-12-20T22:37:44.185Z | Compiling group v0.13.0 |
1455 | 2024-12-20T22:37:44.273Z | Compiling num-iter v0.1.45 |
1456 | 2024-12-20T22:37:44.483Z | Compiling futures v0.3.31 |
1457 | 2024-12-20T22:37:44.501Z | Compiling toml v0.8.19 |
1458 | 2024-12-20T22:37:44.609Z | Compiling slog-bunyan v2.5.0 |
1459 | 2024-12-20T22:37:45.917Z | Compiling tokio-native-tls v0.3.1 |
1460 | 2024-12-20T22:37:46.196Z | Compiling backtrace v0.3.74 |
1461 | 2024-12-20T22:37:46.239Z | Compiling camino v1.1.9 |
1462 | 2024-12-20T22:37:46.969Z | Compiling phf_shared v0.11.2 |
1463 | 2024-12-20T22:37:47.045Z | Compiling dropshot_endpoint v0.12.0 |
1464 | 2024-12-20T22:37:47.233Z | Compiling terminal_size v0.4.0 |
1465 | 2024-12-20T22:37:47.379Z | Compiling waitgroup v0.1.2 |
1466 | 2024-12-20T22:37:47.457Z | Compiling openapiv3 v2.0.0 |
1467 | 2024-12-20T22:37:47.484Z | Compiling serde_path_to_error v0.1.16 |
1468 | 2024-12-20T22:37:47.600Z | Compiling hkdf v0.12.4 |
1469 | 2024-12-20T22:37:47.867Z | Compiling crypto-bigint v0.5.5 |
1470 | 2024-12-20T22:37:48.348Z | Compiling zerocopy-derive v0.6.6 |
1471 | 2024-12-20T22:37:49.846Z | Compiling hubpack_derive v0.1.1 |
1472 | 2024-12-20T22:37:49.928Z | Compiling curve25519-dalek-derive v0.1.1 |
1473 | 2024-12-20T22:37:50.633Z | Compiling webpki-roots v0.26.6 |
1474 | 2024-12-20T22:37:50.744Z | Compiling idna v0.5.0 |
1475 | 2024-12-20T22:37:50.851Z | Compiling hostname v0.4.0 |
1476 | 2024-12-20T22:37:51.119Z | Compiling ahash v0.8.11 |
1477 | 2024-12-20T22:37:51.478Z | Compiling crc32fast v1.4.2 |
1478 | 2024-12-20T22:37:51.536Z | Compiling fs-err v2.11.0 |
1479 | 2024-12-20T22:37:51.769Z | Compiling managed v0.8.0 |
1480 | 2024-12-20T22:37:51.821Z | Compiling debug-ignore v1.0.5 |
1481 | 2024-12-20T22:37:51.841Z | Compiling bitflags v1.3.2 |
1482 | 2024-12-20T22:37:51.887Z | Compiling winnow v0.5.40 |
1483 | 2024-12-20T22:37:51.952Z | Compiling clap_builder v4.5.21 |
1484 | 2024-12-20T22:37:51.973Z | Compiling console v0.15.8 |
1485 | 2024-12-20T22:37:52.556Z | Compiling strum_macros v0.25.3 |
1486 | 2024-12-20T22:37:52.942Z | Compiling flate2 v1.0.34 |
1487 | 2024-12-20T22:37:53.660Z | Compiling cookie_store v0.21.0 |
1488 | 2024-12-20T22:37:54.013Z | Compiling elliptic-curve v0.13.8 |
1489 | 2024-12-20T22:37:54.446Z | Compiling hubpack v0.1.2 |
1490 | 2024-12-20T22:37:54.825Z | Compiling zerocopy v0.6.6 |
1491 | 2024-12-20T22:37:54.897Z | Compiling hickory-resolver v0.24.1 |
1492 | 2024-12-20T22:37:55.315Z | Compiling toml_edit v0.19.15 |
1493 | 2024-12-20T22:37:55.682Z | Compiling phf v0.11.2 |
1494 | 2024-12-20T22:37:55.983Z | Compiling signal-hook-mio v0.2.4 |
1495 | 2024-12-20T22:37:56.157Z | Compiling hyper-tls v0.6.0 |
1496 | 2024-12-20T22:37:56.591Z | Compiling rayon v1.10.0 |
1497 | 2024-12-20T22:37:56.613Z | Compiling bzip2 v0.4.4 |
1498 | 2024-12-20T22:37:57.036Z | Compiling tokio-tungstenite v0.24.0 |
1499 | 2024-12-20T22:37:58.969Z | Compiling postgres-types v0.2.8 |
1500 | 2024-12-20T22:38:00.544Z | Compiling ed25519 v2.2.3 |
1501 | 2024-12-20T22:38:01.466Z | Compiling phf_shared v0.10.0 |
1502 | 2024-12-20T22:38:01.489Z | Compiling tokio-stream v0.1.16 |
1503 | 2024-12-20T22:38:01.679Z | Compiling pkcs1 v0.7.5 |
1504 | 2024-12-20T22:38:01.905Z | Compiling serde-big-array v0.5.1 |
1505 | 2024-12-20T22:38:02.036Z | Compiling clap_derive v4.5.18 |
1506 | 2024-12-20T22:38:02.170Z | Compiling rfc6979 v0.4.0 |
1507 | 2024-12-20T22:38:02.381Z | Compiling derive-where v1.2.7 |
1508 | 2024-12-20T22:38:02.438Z | Compiling serde_repr v0.1.19 |
1509 | 2024-12-20T22:38:02.576Z | Compiling float-cmp v0.9.0 |
1510 | 2024-12-20T22:38:02.727Z | Compiling bstr v1.10.0 |
1511 | 2024-12-20T22:38:02.799Z | Compiling sync_wrapper v1.0.1 |
1512 | 2024-12-20T22:38:02.964Z | Compiling difflib v0.4.0 |
1513 | 2024-12-20T22:38:03.484Z | Compiling whoami v1.5.2 |
1514 | 2024-12-20T22:38:03.641Z | Compiling number_prefix v0.4.0 |
1515 | 2024-12-20T22:38:03.880Z | Compiling predicates-core v1.0.8 |
1516 | 2024-12-20T22:38:04.151Z | Compiling bit-vec v0.6.3 |
1517 | 2024-12-20T22:38:04.250Z | Compiling precomputed-hash v0.1.1 |
1518 | 2024-12-20T22:38:04.375Z | Compiling unicode-width v0.2.0 |
1519 | 2024-12-20T22:38:04.552Z | Compiling fixedbitset v0.4.2 |
1520 | 2024-12-20T22:38:04.599Z | Compiling new_debug_unreachable v1.0.6 |
1521 | 2024-12-20T22:38:04.619Z | Compiling unicode-segmentation v1.12.0 |
1522 | 2024-12-20T22:38:04.700Z | Compiling normalize-line-endings v0.3.0 |
1523 | 2024-12-20T22:38:04.836Z | Compiling static_assertions v1.1.0 |
1524 | 2024-12-20T22:38:04.904Z | Compiling indicatif v0.17.9 |
1525 | 2024-12-20T22:38:04.943Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1526 | 2024-12-20T22:38:05.013Z | Compiling petgraph v0.6.5 |
1527 | 2024-12-20T22:38:05.528Z | Compiling similar v2.6.0 |
1528 | 2024-12-20T22:38:06.034Z | Compiling predicates v3.1.2 |
1529 | 2024-12-20T22:38:07.150Z | Compiling string_cache v0.8.7 |
1530 | 2024-12-20T22:38:07.204Z | Compiling clap v4.5.21 |
1531 | 2024-12-20T22:38:07.334Z | Compiling bit-set v0.5.3 |
1532 | 2024-12-20T22:38:07.647Z | Compiling tokio-postgres v0.7.12 |
1533 | 2024-12-20T22:38:07.650Z | Compiling ecdsa v0.16.9 |
1534 | 2024-12-20T22:38:07.896Z | Compiling rsa v0.9.6 |
1535 | 2024-12-20T22:38:08.041Z | Compiling ed25519-dalek v2.1.1 |
1536 | 2024-12-20T22:38:08.502Z | Compiling toml v0.7.8 |
1537 | 2024-12-20T22:38:09.248Z | Compiling zip v0.6.6 |
1538 | 2024-12-20T22:38:09.358Z | Compiling crossterm v0.28.1 |
1539 | 2024-12-20T22:38:10.908Z | Compiling hex v0.4.3 |
1540 | 2024-12-20T22:38:11.312Z | Compiling x509-cert v0.2.5 |
1541 | 2024-12-20T22:38:11.562Z | Compiling lalrpop-util v0.19.12 |
1542 | 2024-12-20T22:38:11.579Z | Compiling unicode-xid v0.2.6 |
1543 | 2024-12-20T22:38:11.764Z | Compiling peg-runtime v0.8.3 |
1544 | 2024-12-20T22:38:11.924Z | Compiling strum_macros v0.26.4 |
1545 | 2024-12-20T22:38:12.001Z | Compiling xattr v1.3.1 |
1546 | 2024-12-20T22:38:12.309Z | Compiling filetime v0.2.25 |
1547 | 2024-12-20T22:38:12.635Z | Compiling tar v0.4.42 |
1548 | 2024-12-20T22:38:17.179Z | Compiling strum v0.26.3 |
1549 | 2024-12-20T22:38:20.033Z | Compiling aws-lc-sys v0.22.0 |
1550 | 2024-12-20T22:38:48.286Z | Compiling rustls-webpki v0.102.8 |
1551 | 2024-12-20T22:38:51.631Z | Compiling tokio-rustls v0.25.0 |
1552 | 2024-12-20T22:38:53.305Z | Compiling tokio-rustls v0.26.0 |
1553 | 2024-12-20T22:38:53.716Z | Compiling hyper-rustls v0.27.3 |
1554 | 2024-12-20T22:38:54.053Z | Compiling reqwest v0.12.9 |
1555 | 2024-12-20T22:38:55.268Z | Compiling qorb v0.2.1 |
1556 | 2024-12-20T22:39:00.077Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1557 | 2024-12-20T22:39:00.311Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1558 | 2024-12-20T22:39:06.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1559 | 2024-12-20T22:39:06.423Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1560 | 2024-12-20T22:39:06.470Z | Dec 20 22:39:05.761 INFO Starting download, target: Clickhouse |
1561 | 2024-12-20T22:39:06.470Z | Dec 20 22:39:05.761 INFO Starting download, target: Console |
1562 | 2024-12-20T22:39:06.470Z | Dec 20 22:39:05.761 INFO Starting download, target: Cockroach |
1563 | 2024-12-20T22:39:06.470Z | Dec 20 22:39:05.761 INFO Starting download, target: DendriteOpenapi |
1564 | 2024-12-20T22:39:06.470Z | Dec 20 22:39:05.761 INFO Starting download, target: DendriteStub |
1565 | 2024-12-20T22:39:06.475Z | Dec 20 22:39:05.761 INFO Starting download, target: MaghemiteMgd |
1566 | 2024-12-20T22:39:06.475Z | Dec 20 22:39:05.761 INFO Starting download, target: TransceiverControl |
1567 | 2024-12-20T22:39:06.475Z | Dec 20 22:39:05.762 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1568 | 2024-12-20T22:39:06.475Z | Dec 20 22:39:05.762 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1569 | 2024-12-20T22:39:06.475Z | Dec 20 22:39:05.762 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1570 | 2024-12-20T22:39:06.475Z | Dec 20 22:39:05.762 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1571 | 2024-12-20T22:39:06.475Z | Dec 20 22:39:05.762 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1572 | 2024-12-20T22:39:06.475Z | Dec 20 22:39:05.762 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1573 | 2024-12-20T22:39:06.475Z | Dec 20 22:39:05.762 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1574 | 2024-12-20T22:39:06.690Z | Dec 20 22:39:05.976 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1575 | 2024-12-20T22:39:06.711Z | Dec 20 22:39:05.984 INFO Download complete, target: DendriteOpenapi |
1576 | 2024-12-20T22:39:07.114Z | Dec 20 22:39:06.357 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1577 | 2024-12-20T22:39:07.381Z | Dec 20 22:39:06.637 INFO Download complete, target: TransceiverControl |
1578 | 2024-12-20T22:39:07.439Z | Dec 20 22:39:06.699 INFO Download complete, target: Console |
1579 | 2024-12-20T22:39:07.503Z | Dec 20 22:39:06.792 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1580 | 2024-12-20T22:39:07.585Z | Dec 20 22:39:06.875 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1581 | 2024-12-20T22:39:08.233Z | Dec 20 22:39:07.490 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1582 | 2024-12-20T22:39:08.234Z | Dec 20 22:39:07.490 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1583 | 2024-12-20T22:39:08.399Z | Dec 20 22:39:07.690 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1584 | 2024-12-20T22:39:10.460Z | Dec 20 22:39:09.751 INFO Download complete, target: MaghemiteMgd |
1585 | 2024-12-20T22:39:10.463Z | Dec 20 22:39:09.751 INFO Download complete, target: DendriteStub |
1586 | 2024-12-20T22:39:15.706Z | Dec 20 22:39:14.995 INFO Checking that binary works, target: Cockroach |
1587 | 2024-12-20T22:39:15.863Z | Dec 20 22:39:15.152 INFO Download complete, target: Cockroach |
1588 | 2024-12-20T22:39:20.956Z | Dec 20 22:39:20.245 INFO Checking that binary works, target: Clickhouse |
1589 | 2024-12-20T22:39:21.082Z | Dec 20 22:39:20.371 INFO Download complete, target: Clickhouse |
1590 | 2024-12-20T22:39:21.101Z | All builder prerequisites installed successfully, and PATH looks valid |
1591 | 2024-12-20T22:39:21.104Z | |
1592 | 2024-12-20T22:39:21.104Z | real 6:51.197560690 |
1593 | 2024-12-20T22:39:21.104Z | user 16:24.655842792 |
1594 | 2024-12-20T22:39:21.104Z | sys 3:16.037007630 |
1595 | 2024-12-20T22:39:21.104Z | trap 0.533114453 |
1596 | 2024-12-20T22:39:21.104Z | tflt 1.665742887 |
1597 | 2024-12-20T22:39:21.104Z | dflt 2.095725117 |
1598 | 2024-12-20T22:39:21.104Z | kflt 0.030124264 |
1599 | 2024-12-20T22:39:21.104Z | lock 29:35.475930963 |
1600 | 2024-12-20T22:39:21.104Z | slp 1:05:17.099762894 |
1601 | 2024-12-20T22:39:21.104Z | lat 54.664272447 |
1602 | 2024-12-20T22:39:21.104Z | stop 2:18.268690267 |
1603 | 2024-12-20T22:39:21.104Z | + banner hack-check |
1604 | 2024-12-20T22:39:21.107Z | |
1605 | 2024-12-20T22:39:21.107Z | # # ## #### # # #### # # ###### #### # # |
1606 | 2024-12-20T22:39:21.107Z | # # # # # # # # # # # # # # # # # |
1607 | 2024-12-20T22:39:21.107Z | ###### # # # #### ##### # ###### ##### # #### |
1608 | 2024-12-20T22:39:21.107Z | # # ###### # # # # # # # # # # |
1609 | 2024-12-20T22:39:21.108Z | # # # # # # # # # # # # # # # # # |
1610 | 2024-12-20T22:39:21.108Z | # # # # #### # # #### # # ###### #### # # |
1611 | 2024-12-20T22:39:21.108Z | |
1612 | 2024-12-20T22:39:21.108Z | + export CARGO_INCREMENTAL=0 |
1613 | 2024-12-20T22:39:21.108Z | + CARGO_INCREMENTAL=0 |
1614 | 2024-12-20T22:39:21.108Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1615 | 2024-12-20T22:39:21.632Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1616 | 2024-12-20T22:39:25.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
1617 | 2024-12-20T22:39:25.191Z | Running `target/debug/xtask check-features --ci` |
1618 | 2024-12-20T22:39:25.223Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1619 | 2024-12-20T22:39:25.223Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1620 | 2024-12-20T22:39:25.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1621 | 2024-12-20T22:39:25.706Z | Running `target/debug/xtask download cargo-hack` |
1622 | 2024-12-20T22:39:26.534Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1623 | 2024-12-20T22:39:26.895Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1624 | 2024-12-20T22:39:31.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s |
1625 | 2024-12-20T22:39:32.017Z | Running `target/debug/xtask-downloader cargo-hack` |
1626 | 2024-12-20T22:39:32.054Z | Dec 20 22:39:31.342 INFO Starting download, target: CargoHack |
1627 | 2024-12-20T22:39:32.056Z | Dec 20 22:39:31.343 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1628 | 2024-12-20T22:39:32.722Z | Dec 20 22:39:32.010 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1629 | 2024-12-20T22:39:32.811Z | Dec 20 22:39:32.099 INFO Download complete, target: CargoHack |
1630 | 2024-12-20T22:39:32.815Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1631 | 2024-12-20T22:39:32.831Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1632 | 2024-12-20T22:39:32.998Z | info: running `cargo check --bins` on api_identity (1/175) |
1633 | 2024-12-20T22:39:33.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2024-12-20T22:39:33.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2024-12-20T22:39:33.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2024-12-20T22:39:33.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1637 | 2024-12-20T22:39:33.592Z | |
1638 | 2024-12-20T22:39:33.593Z | info: running `cargo check --bins` on bootstore (2/175) |
1639 | 2024-12-20T22:39:34.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2024-12-20T22:39:34.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2024-12-20T22:39:34.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2024-12-20T22:39:34.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1643 | 2024-12-20T22:39:34.225Z | |
1644 | 2024-12-20T22:39:34.225Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/175) |
1645 | 2024-12-20T22:39:34.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2024-12-20T22:39:34.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2024-12-20T22:39:34.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2024-12-20T22:39:34.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1649 | 2024-12-20T22:39:34.826Z | |
1650 | 2024-12-20T22:39:34.826Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/175) |
1651 | 2024-12-20T22:39:35.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2024-12-20T22:39:35.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2024-12-20T22:39:35.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2024-12-20T22:39:35.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1655 | 2024-12-20T22:39:35.451Z | |
1656 | 2024-12-20T22:39:35.451Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/175) |
1657 | 2024-12-20T22:39:35.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2024-12-20T22:39:35.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2024-12-20T22:39:35.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2024-12-20T22:39:35.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1661 | 2024-12-20T22:39:35.868Z | |
1662 | 2024-12-20T22:39:35.868Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/175) |
1663 | 2024-12-20T22:39:36.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2024-12-20T22:39:36.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2024-12-20T22:39:36.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2024-12-20T22:39:36.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1667 | 2024-12-20T22:39:36.294Z | |
1668 | 2024-12-20T22:39:36.294Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/175) |
1669 | 2024-12-20T22:39:36.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2024-12-20T22:39:36.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2024-12-20T22:39:36.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2024-12-20T22:39:36.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1673 | 2024-12-20T22:39:36.704Z | |
1674 | 2024-12-20T22:39:36.704Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/175) |
1675 | 2024-12-20T22:39:37.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2024-12-20T22:39:37.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2024-12-20T22:39:37.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2024-12-20T22:39:37.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1679 | 2024-12-20T22:39:37.127Z | |
1680 | 2024-12-20T22:39:37.127Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/175) |
1681 | 2024-12-20T22:39:37.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2024-12-20T22:39:37.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2024-12-20T22:39:37.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2024-12-20T22:39:37.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1685 | 2024-12-20T22:39:37.553Z | |
1686 | 2024-12-20T22:39:37.553Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/175) |
1687 | 2024-12-20T22:39:37.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2024-12-20T22:39:37.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2024-12-20T22:39:37.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2024-12-20T22:39:37.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1691 | 2024-12-20T22:39:37.978Z | |
1692 | 2024-12-20T22:39:37.978Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/175) |
1693 | 2024-12-20T22:39:38.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2024-12-20T22:39:38.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2024-12-20T22:39:38.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2024-12-20T22:39:38.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1697 | 2024-12-20T22:39:38.404Z | |
1698 | 2024-12-20T22:39:38.404Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/175) |
1699 | 2024-12-20T22:39:38.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2024-12-20T22:39:38.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2024-12-20T22:39:38.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2024-12-20T22:39:38.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1703 | 2024-12-20T22:39:38.833Z | |
1704 | 2024-12-20T22:39:38.833Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/175) |
1705 | 2024-12-20T22:39:39.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1706 | 2024-12-20T22:39:39.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1707 | 2024-12-20T22:39:39.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1708 | 2024-12-20T22:39:39.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1709 | 2024-12-20T22:39:39.255Z | |
1710 | 2024-12-20T22:39:39.255Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/175) |
1711 | 2024-12-20T22:39:39.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2024-12-20T22:39:39.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2024-12-20T22:39:39.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2024-12-20T22:39:39.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1715 | 2024-12-20T22:39:39.666Z | |
1716 | 2024-12-20T22:39:39.666Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/175) |
1717 | 2024-12-20T22:39:40.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2024-12-20T22:39:40.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2024-12-20T22:39:40.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2024-12-20T22:39:40.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1721 | 2024-12-20T22:39:40.087Z | |
1722 | 2024-12-20T22:39:40.088Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/175) |
1723 | 2024-12-20T22:39:40.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2024-12-20T22:39:40.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2024-12-20T22:39:40.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2024-12-20T22:39:40.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1727 | 2024-12-20T22:39:40.508Z | |
1728 | 2024-12-20T22:39:40.508Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/175) |
1729 | 2024-12-20T22:39:40.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1730 | 2024-12-20T22:39:40.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1731 | 2024-12-20T22:39:40.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1732 | 2024-12-20T22:39:40.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1733 | 2024-12-20T22:39:40.927Z | |
1734 | 2024-12-20T22:39:40.927Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/175) |
1735 | 2024-12-20T22:39:41.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1736 | 2024-12-20T22:39:41.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1737 | 2024-12-20T22:39:41.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1738 | 2024-12-20T22:39:41.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1739 | 2024-12-20T22:39:41.355Z | |
1740 | 2024-12-20T22:39:41.355Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/175) |
1741 | 2024-12-20T22:39:41.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1742 | 2024-12-20T22:39:41.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1743 | 2024-12-20T22:39:41.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1744 | 2024-12-20T22:39:41.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1745 | 2024-12-20T22:39:41.780Z | |
1746 | 2024-12-20T22:39:41.780Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/175) |
1747 | 2024-12-20T22:39:42.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1748 | 2024-12-20T22:39:42.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1749 | 2024-12-20T22:39:42.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1750 | 2024-12-20T22:39:42.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1751 | 2024-12-20T22:39:42.208Z | |
1752 | 2024-12-20T22:39:42.208Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/175) |
1753 | 2024-12-20T22:39:42.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1754 | 2024-12-20T22:39:42.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1755 | 2024-12-20T22:39:42.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1756 | 2024-12-20T22:39:42.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1757 | 2024-12-20T22:39:42.635Z | |
1758 | 2024-12-20T22:39:42.635Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/175) |
1759 | 2024-12-20T22:39:43.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1760 | 2024-12-20T22:39:43.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1761 | 2024-12-20T22:39:43.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1762 | 2024-12-20T22:39:43.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1763 | 2024-12-20T22:39:43.065Z | |
1764 | 2024-12-20T22:39:43.065Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/175) |
1765 | 2024-12-20T22:39:43.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1766 | 2024-12-20T22:39:43.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1767 | 2024-12-20T22:39:43.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1768 | 2024-12-20T22:39:43.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1769 | 2024-12-20T22:39:43.496Z | |
1770 | 2024-12-20T22:39:43.496Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/175) |
1771 | 2024-12-20T22:39:43.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1772 | 2024-12-20T22:39:43.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1773 | 2024-12-20T22:39:43.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1774 | 2024-12-20T22:39:43.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1775 | 2024-12-20T22:39:43.918Z | |
1776 | 2024-12-20T22:39:43.918Z | info: running `cargo check --bins` on sled-hardware-types (25/175) |
1777 | 2024-12-20T22:39:44.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2024-12-20T22:39:44.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2024-12-20T22:39:44.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1780 | 2024-12-20T22:39:44.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1781 | 2024-12-20T22:39:44.559Z | |
1782 | 2024-12-20T22:39:44.559Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/175) |
1783 | 2024-12-20T22:39:45.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1784 | 2024-12-20T22:39:45.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1785 | 2024-12-20T22:39:45.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1786 | 2024-12-20T22:39:45.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1787 | 2024-12-20T22:39:45.193Z | |
1788 | 2024-12-20T22:39:45.193Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/175) |
1789 | 2024-12-20T22:39:45.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1790 | 2024-12-20T22:39:45.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1791 | 2024-12-20T22:39:45.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1792 | 2024-12-20T22:39:45.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1793 | 2024-12-20T22:39:45.828Z | |
1794 | 2024-12-20T22:39:45.828Z | info: running `cargo check --bins` on oxlog (28/175) |
1795 | 2024-12-20T22:39:46.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1796 | 2024-12-20T22:39:46.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1797 | 2024-12-20T22:39:46.444Z | Checking cfg-if v1.0.0 |
1798 | 2024-12-20T22:39:46.447Z | Checking libc v0.2.162 |
1799 | 2024-12-20T22:39:46.551Z | Checking serde v1.0.215 |
1800 | 2024-12-20T22:39:46.554Z | Checking zeroize v1.8.1 |
1801 | 2024-12-20T22:39:46.568Z | Checking memchr v2.7.4 |
1802 | 2024-12-20T22:39:46.570Z | Checking typenum v1.17.0 |
1803 | 2024-12-20T22:39:46.591Z | Checking scopeguard v1.2.0 |
1804 | 2024-12-20T22:39:46.593Z | Checking subtle v2.6.1 |
1805 | 2024-12-20T22:39:46.619Z | Checking value-bag v1.9.0 |
1806 | 2024-12-20T22:39:46.747Z | Checking lock_api v0.4.12 |
1807 | 2024-12-20T22:39:46.789Z | Checking const-oid v0.9.6 |
1808 | 2024-12-20T22:39:46.842Z | Checking itoa v1.0.11 |
1809 | 2024-12-20T22:39:47.018Z | Checking log v0.4.22 |
1810 | 2024-12-20T22:39:47.057Z | Checking smallvec v1.13.2 |
1811 | 2024-12-20T22:39:47.145Z | Checking pin-project-lite v0.2.14 |
1812 | 2024-12-20T22:39:47.263Z | Checking byteorder v1.5.0 |
1813 | 2024-12-20T22:39:47.421Z | Checking futures-core v0.3.31 |
1814 | 2024-12-20T22:39:47.449Z | Checking once_cell v1.20.2 |
1815 | 2024-12-20T22:39:47.560Z | Checking cpufeatures v0.2.14 |
1816 | 2024-12-20T22:39:47.611Z | Checking futures-sink v0.3.31 |
1817 | 2024-12-20T22:39:47.654Z | Checking stable_deref_trait v1.2.0 |
1818 | 2024-12-20T22:39:47.668Z | Checking spin v0.9.8 |
1819 | 2024-12-20T22:39:47.690Z | Checking getrandom v0.2.15 |
1820 | 2024-12-20T22:39:47.737Z | Checking parking_lot_core v0.9.10 |
1821 | 2024-12-20T22:39:47.752Z | Checking signal-hook-registry v1.4.2 |
1822 | 2024-12-20T22:39:47.754Z | Checking mio v1.0.2 |
1823 | 2024-12-20T22:39:47.864Z | Checking generic-array v0.14.7 |
1824 | 2024-12-20T22:39:47.901Z | Checking rand_core v0.6.4 |
1825 | 2024-12-20T22:39:47.995Z | Checking socket2 v0.5.7 |
1826 | 2024-12-20T22:39:48.011Z | Checking zerocopy v0.7.35 |
1827 | 2024-12-20T22:39:48.043Z | Checking parking_lot v0.12.3 |
1828 | 2024-12-20T22:39:48.215Z | Checking zerofrom v0.1.4 |
1829 | 2024-12-20T22:39:48.353Z | Checking slab v0.4.9 |
1830 | 2024-12-20T22:39:48.396Z | Checking futures-channel v0.3.31 |
1831 | 2024-12-20T22:39:48.433Z | Checking yoke v0.7.4 |
1832 | 2024-12-20T22:39:48.468Z | Checking foldhash v0.1.3 |
1833 | 2024-12-20T22:39:48.598Z | Checking futures-io v0.3.31 |
1834 | 2024-12-20T22:39:48.616Z | Checking futures-task v0.3.31 |
1835 | 2024-12-20T22:39:48.672Z | Checking pin-utils v0.1.0 |
1836 | 2024-12-20T22:39:48.755Z | Checking equivalent v1.0.1 |
1837 | 2024-12-20T22:39:48.766Z | Checking allocator-api2 v0.2.18 |
1838 | 2024-12-20T22:39:48.766Z | Checking zerovec v0.10.4 |
1839 | 2024-12-20T22:39:48.796Z | Checking ryu v1.0.18 |
1840 | 2024-12-20T22:39:48.827Z | Checking futures-util v0.3.31 |
1841 | 2024-12-20T22:39:48.867Z | Checking tinyvec_macros v0.1.1 |
1842 | 2024-12-20T22:39:48.948Z | Checking tinyvec v1.8.0 |
1843 | 2024-12-20T22:39:49.010Z | Checking fnv v1.0.7 |
1844 | 2024-12-20T22:39:49.048Z | Checking crypto-common v0.1.6 |
1845 | 2024-12-20T22:39:49.135Z | Checking block-buffer v0.10.4 |
1846 | 2024-12-20T22:39:49.240Z | Checking block-padding v0.3.3 |
1847 | 2024-12-20T22:39:49.364Z | Checking digest v0.10.7 |
1848 | 2024-12-20T22:39:49.403Z | Checking hashbrown v0.15.1 |
1849 | 2024-12-20T22:39:49.419Z | Checking libm v0.2.8 |
1850 | 2024-12-20T22:39:49.453Z | Checking inout v0.1.3 |
1851 | 2024-12-20T22:39:49.671Z | Checking cipher v0.4.4 |
1852 | 2024-12-20T22:39:49.746Z | Checking hmac v0.12.1 |
1853 | 2024-12-20T22:39:49.939Z | Checking sha2 v0.10.8 |
1854 | 2024-12-20T22:39:50.062Z | Checking unicode-bidi v0.3.17 |
1855 | 2024-12-20T22:39:50.265Z | Checking base64ct v1.6.0 |
1856 | 2024-12-20T22:39:50.281Z | Checking unicode-normalization v0.1.24 |
1857 | 2024-12-20T22:39:50.437Z | Checking tinystr v0.7.6 |
1858 | 2024-12-20T22:39:50.497Z | Checking writeable v0.5.5 |
1859 | 2024-12-20T22:39:50.557Z | Checking litemap v0.7.3 |
1860 | 2024-12-20T22:39:50.725Z | Checking num-traits v0.2.19 |
1861 | 2024-12-20T22:39:50.728Z | Checking pem-rfc7468 v0.7.0 |
1862 | 2024-12-20T22:39:50.785Z | Checking ppv-lite86 v0.2.20 |
1863 | 2024-12-20T22:39:50.818Z | Checking flagset v0.4.6 |
1864 | 2024-12-20T22:39:50.872Z | Checking icu_locid v1.5.0 |
1865 | 2024-12-20T22:39:50.992Z | Checking tracing-core v0.1.32 |
1866 | 2024-12-20T22:39:51.017Z | Checking der v0.7.9 |
1867 | 2024-12-20T22:39:51.179Z | Checking thiserror v1.0.69 |
1868 | 2024-12-20T22:39:51.315Z | Checking icu_locid_transform_data v1.5.0 |
1869 | 2024-12-20T22:39:51.417Z | Checking rustls-pki-types v1.10.0 |
1870 | 2024-12-20T22:39:51.481Z | Checking bytes v1.8.0 |
1871 | 2024-12-20T22:39:51.537Z | Checking indexmap v2.6.0 |
1872 | 2024-12-20T22:39:51.672Z | Checking serde_json v1.0.132 |
1873 | 2024-12-20T22:39:51.931Z | Checking icu_provider v1.5.0 |
1874 | 2024-12-20T22:39:51.965Z | Checking rand_chacha v0.3.1 |
1875 | 2024-12-20T22:39:52.310Z | Checking tokio v1.40.0 |
1876 | 2024-12-20T22:39:52.373Z | Checking http v1.1.0 |
1877 | 2024-12-20T22:39:52.389Z | Checking bitflags v2.6.0 |
1878 | 2024-12-20T22:39:52.553Z | Checking percent-encoding v2.3.1 |
1879 | 2024-12-20T22:39:52.673Z | Checking icu_locid_transform v1.5.0 |
1880 | 2024-12-20T22:39:52.762Z | Checking rand v0.8.5 |
1881 | 2024-12-20T22:39:52.854Z | Checking tracing v0.1.40 |
1882 | 2024-12-20T22:39:52.875Z | Checking spki v0.7.3 |
1883 | 2024-12-20T22:39:53.149Z | Checking icu_collections v1.5.0 |
1884 | 2024-12-20T22:39:53.198Z | Checking salsa20 v0.10.2 |
1885 | 2024-12-20T22:39:53.412Z | Checking pbkdf2 v0.12.2 |
1886 | 2024-12-20T22:39:53.444Z | Checking aws-lc-sys v0.22.0 |
1887 | 2024-12-20T22:39:53.563Z | Checking httparse v1.9.5 |
1888 | 2024-12-20T22:39:53.629Z | Checking mirai-annotations v1.12.0 |
1889 | 2024-12-20T22:39:53.710Z | Checking untrusted v0.9.0 |
1890 | 2024-12-20T22:39:53.794Z | Checking icu_properties_data v1.5.0 |
1891 | 2024-12-20T22:39:53.809Z | Checking powerfmt v0.2.0 |
1892 | 2024-12-20T22:39:53.863Z | Checking untrusted v0.7.1 |
1893 | 2024-12-20T22:39:53.975Z | Checking ring v0.17.8 |
1894 | 2024-12-20T22:39:53.990Z | Checking scrypt v0.11.0 |
1895 | 2024-12-20T22:39:54.013Z | Checking cbc v0.1.2 |
1896 | 2024-12-20T22:39:54.029Z | Checking icu_properties v1.5.1 |
1897 | 2024-12-20T22:39:54.066Z | Checking deranged v0.3.11 |
1898 | 2024-12-20T22:39:54.084Z | Checking aes v0.8.4 |
1899 | 2024-12-20T22:39:54.201Z | Checking crossbeam-utils v0.8.20 |
1900 | 2024-12-20T22:39:54.204Z | Checking write16 v1.0.0 |
1901 | 2024-12-20T22:39:54.342Z | Checking utf8_iter v1.0.4 |
1902 | 2024-12-20T22:39:54.542Z | Checking time-core v0.1.2 |
1903 | 2024-12-20T22:39:54.698Z | Checking utf16_iter v1.0.5 |
1904 | 2024-12-20T22:39:54.862Z | Checking icu_normalizer_data v1.5.0 |
1905 | 2024-12-20T22:39:54.913Z | Checking num_threads v0.1.7 |
1906 | 2024-12-20T22:39:54.978Z | Checking atomic-waker v1.1.2 |
1907 | 2024-12-20T22:39:55.001Z | Checking num-conv v0.1.0 |
1908 | 2024-12-20T22:39:55.049Z | Checking pkcs5 v0.7.1 |
1909 | 2024-12-20T22:39:55.089Z | Checking http-body v1.0.1 |
1910 | 2024-12-20T22:39:55.269Z | Checking form_urlencoded v1.2.1 |
1911 | 2024-12-20T22:39:55.367Z | Checking try-lock v0.2.5 |
1912 | 2024-12-20T22:39:55.652Z | Checking unicode-ident v1.0.13 |
1913 | 2024-12-20T22:39:55.745Z | Checking want v0.3.1 |
1914 | 2024-12-20T22:39:55.745Z | Checking pkcs8 v0.10.2 |
1915 | 2024-12-20T22:39:55.745Z | Checking httpdate v1.0.3 |
1916 | 2024-12-20T22:39:55.745Z | Checking proc-macro2 v1.0.89 |
1917 | 2024-12-20T22:39:55.809Z | Checking toml_datetime v0.6.8 |
1918 | 2024-12-20T22:39:55.835Z | Checking uuid v1.11.0 |
1919 | 2024-12-20T22:39:55.853Z | Checking time v0.3.36 |
1920 | 2024-12-20T22:39:55.889Z | Checking serde_spanned v0.6.8 |
1921 | 2024-12-20T22:39:56.016Z | Checking aws-lc-rs v1.10.0 |
1922 | 2024-12-20T22:39:56.045Z | Checking slog v2.7.0 |
1923 | 2024-12-20T22:39:56.072Z | Checking scroll v0.12.0 |
1924 | 2024-12-20T22:39:56.251Z | Checking adler2 v2.0.0 |
1925 | 2024-12-20T22:39:56.413Z | Checking iana-time-zone v0.1.61 |
1926 | 2024-12-20T22:39:56.428Z | Checking plain v0.2.3 |
1927 | 2024-12-20T22:39:56.501Z | Checking match_cfg v0.1.0 |
1928 | 2024-12-20T22:39:56.524Z | Checking ucd-trie v0.1.7 |
1929 | 2024-12-20T22:39:56.550Z | Checking tower-service v0.3.3 |
1930 | 2024-12-20T22:39:56.565Z | Checking foreign-types-shared v0.1.1 |
1931 | 2024-12-20T22:39:56.586Z | Checking base64 v0.22.1 |
1932 | 2024-12-20T22:39:56.662Z | Checking foreign-types v0.3.2 |
1933 | 2024-12-20T22:39:56.666Z | Checking hostname v0.3.1 |
1934 | 2024-12-20T22:39:56.714Z | Checking pest v2.7.14 |
1935 | 2024-12-20T22:39:56.751Z | Checking goblin v0.8.2 |
1936 | 2024-12-20T22:39:56.802Z | Checking chrono v0.4.38 |
1937 | 2024-12-20T22:39:57.063Z | Checking miniz_oxide v0.8.0 |
1938 | 2024-12-20T22:39:57.313Z | Checking icu_normalizer v1.5.0 |
1939 | 2024-12-20T22:39:57.777Z | Checking rustls-webpki v0.102.8 |
1940 | 2024-12-20T22:39:57.819Z | Checking quote v1.0.37 |
1941 | 2024-12-20T22:39:58.096Z | Checking idna_adapter v1.2.0 |
1942 | 2024-12-20T22:39:58.170Z | Checking openssl-sys v0.9.103 |
1943 | 2024-12-20T22:39:58.275Z | Checking idna v1.0.3 |
1944 | 2024-12-20T22:39:58.328Z | Checking dirs-sys-next v0.1.2 |
1945 | 2024-12-20T22:39:58.505Z | Checking errno v0.3.9 |
1946 | 2024-12-20T22:39:58.587Z | Checking aho-corasick v1.1.3 |
1947 | 2024-12-20T22:39:58.670Z | Checking pretty-hex v0.4.1 |
1948 | 2024-12-20T22:39:58.768Z | Checking url v2.5.3 |
1949 | 2024-12-20T22:39:58.841Z | Checking data-encoding v2.6.0 |
1950 | 2024-12-20T22:39:58.857Z | Checking regex-syntax v0.8.5 |
1951 | 2024-12-20T22:39:59.158Z | Checking siphasher v0.3.11 |
1952 | 2024-12-20T22:39:59.445Z | Checking openssl v0.10.66 |
1953 | 2024-12-20T22:39:59.463Z | Checking dtrace-parser v0.2.0 |
1954 | 2024-12-20T22:39:59.490Z | Checking rustix v0.38.37 |
1955 | 2024-12-20T22:39:59.605Z | Checking dirs-next v2.0.0 |
1956 | 2024-12-20T22:39:59.622Z | Checking tokio-util v0.7.12 |
1957 | 2024-12-20T22:39:59.733Z | Checking syn v2.0.87 |
1958 | 2024-12-20T22:39:59.937Z | Checking http-body-util v0.1.2 |
1959 | 2024-12-20T22:40:00.178Z | Checking crossbeam-epoch v0.9.18 |
1960 | 2024-12-20T22:40:00.404Z | Checking signature v2.2.0 |
1961 | 2024-12-20T22:40:00.554Z | Checking h2 v0.4.6 |
1962 | 2024-12-20T22:40:00.600Z | Checking sha1 v0.10.6 |
1963 | 2024-12-20T22:40:00.621Z | Checking lazy_static v1.5.0 |
1964 | 2024-12-20T22:40:00.733Z | Checking thread_local v1.1.8 |
1965 | 2024-12-20T22:40:00.868Z | Checking thread-id v4.2.2 |
1966 | 2024-12-20T22:40:00.986Z | Checking encoding_rs v0.8.34 |
1967 | 2024-12-20T22:40:01.009Z | Checking winnow v0.6.20 |
1968 | 2024-12-20T22:40:01.664Z | Checking dof v0.3.0 |
1969 | 2024-12-20T22:40:02.128Z | Checking regex-automata v0.4.8 |
1970 | 2024-12-20T22:40:02.309Z | Checking ipnet v2.10.1 |
1971 | 2024-12-20T22:40:02.797Z | Checking gimli v0.31.1 |
1972 | 2024-12-20T22:40:02.967Z | Checking unicode-properties v0.1.3 |
1973 | 2024-12-20T22:40:03.337Z | Checking openssl-probe v0.1.5 |
1974 | 2024-12-20T22:40:03.363Z | Checking anstyle v1.0.10 |
1975 | 2024-12-20T22:40:03.497Z | Checking utf8parse v0.2.2 |
1976 | 2024-12-20T22:40:03.637Z | Checking mime v0.3.17 |
1977 | 2024-12-20T22:40:03.720Z | Checking anstyle-parse v0.2.5 |
1978 | 2024-12-20T22:40:03.965Z | Checking stringprep v0.1.5 |
1979 | 2024-12-20T22:40:03.992Z | Checking crossbeam-deque v0.8.5 |
1980 | 2024-12-20T22:40:04.024Z | Checking toml_edit v0.22.22 |
1981 | 2024-12-20T22:40:04.234Z | Checking term v0.7.0 |
1982 | 2024-12-20T22:40:04.301Z | Checking rustls v0.23.19 |
1983 | 2024-12-20T22:40:04.669Z | Checking rustls v0.22.4 |
1984 | 2024-12-20T22:40:04.800Z | Checking native-tls v0.2.12 |
1985 | 2024-12-20T22:40:05.109Z | Checking slog-json v2.6.1 |
1986 | 2024-12-20T22:40:05.384Z | Checking serde_urlencoded v0.7.1 |
1987 | 2024-12-20T22:40:05.804Z | Checking crossbeam-channel v0.5.13 |
1988 | 2024-12-20T22:40:06.058Z | Checking usdt-impl v0.5.0 |
1989 | 2024-12-20T22:40:06.513Z | Checking futures-executor v0.3.31 |
1990 | 2024-12-20T22:40:06.543Z | Checking num-integer v0.1.46 |
1991 | 2024-12-20T22:40:06.571Z | Checking rustls-pemfile v2.2.0 |
1992 | 2024-12-20T22:40:06.594Z | Checking hyper v1.5.0 |
1993 | 2024-12-20T22:40:06.730Z | Checking idna v0.4.0 |
1994 | 2024-12-20T22:40:06.753Z | Checking idna v0.3.0 |
1995 | 2024-12-20T22:40:06.769Z | Checking md-5 v0.10.6 |
1996 | 2024-12-20T22:40:06.783Z | Checking addr2line v0.24.2 |
1997 | 2024-12-20T22:40:06.987Z | Checking ff v0.13.0 |
1998 | 2024-12-20T22:40:07.013Z | Checking memmap v0.7.0 |
1999 | 2024-12-20T22:40:07.196Z | Checking is-terminal v0.4.13 |
2000 | 2024-12-20T22:40:07.217Z | Checking hash32 v0.2.1 |
2001 | 2024-12-20T22:40:07.280Z | Checking object v0.36.5 |
2002 | 2024-12-20T22:40:07.316Z | Checking rustc-demangle v0.1.24 |
2003 | 2024-12-20T22:40:07.508Z | Checking quick-error v1.2.3 |
2004 | 2024-12-20T22:40:07.555Z | Checking take_mut v0.2.2 |
2005 | 2024-12-20T22:40:07.588Z | Checking linked-hash-map v0.5.6 |
2006 | 2024-12-20T22:40:07.638Z | Checking psl-types v2.0.11 |
2007 | 2024-12-20T22:40:07.697Z | Checking is_terminal_polyfill v1.70.1 |
2008 | 2024-12-20T22:40:07.742Z | Checking fallible-iterator v0.2.0 |
2009 | 2024-12-20T22:40:07.809Z | Checking colorchoice v1.0.2 |
2010 | 2024-12-20T22:40:07.811Z | Checking utf-8 v0.7.6 |
2011 | 2024-12-20T22:40:07.895Z | Checking dyn-clone v1.0.17 |
2012 | 2024-12-20T22:40:07.955Z | Checking either v1.13.0 |
2013 | 2024-12-20T22:40:07.996Z | Checking anstyle-query v1.1.1 |
2014 | 2024-12-20T22:40:08.043Z | Checking base16ct v0.2.0 |
2015 | 2024-12-20T22:40:08.123Z | Checking anstream v0.6.15 |
2016 | 2024-12-20T22:40:08.242Z | Checking sec1 v0.7.3 |
2017 | 2024-12-20T22:40:08.262Z | Checking tokio-rustls v0.25.0 |
2018 | 2024-12-20T22:40:08.309Z | Checking postgres-protocol v0.6.7 |
2019 | 2024-12-20T22:40:08.309Z | Checking schemars v0.8.21 |
2020 | 2024-12-20T22:40:08.487Z | Checking tungstenite v0.24.0 |
2021 | 2024-12-20T22:40:08.617Z | Checking lru-cache v0.1.2 |
2022 | 2024-12-20T22:40:08.640Z | Checking publicsuffix v2.2.3 |
2023 | 2024-12-20T22:40:08.656Z | Checking hyper-util v0.1.10 |
2024 | 2024-12-20T22:40:08.800Z | Checking slog-async v2.8.0 |
2025 | 2024-12-20T22:40:08.884Z | Checking resolv-conf v0.7.0 |
2026 | 2024-12-20T22:40:08.961Z | Checking hickory-proto v0.24.1 |
2027 | 2024-12-20T22:40:09.098Z | Checking heapless v0.7.17 |
2028 | 2024-12-20T22:40:09.217Z | Checking slog-term v2.9.1 |
2029 | 2024-12-20T22:40:09.379Z | Checking usdt v0.5.0 |
2030 | 2024-12-20T22:40:09.639Z | Checking group v0.13.0 |
2031 | 2024-12-20T22:40:09.687Z | Checking num-iter v0.1.45 |
2032 | 2024-12-20T22:40:09.725Z | Checking tokio-rustls v0.26.0 |
2033 | 2024-12-20T22:40:09.856Z | Checking futures v0.3.31 |
2034 | 2024-12-20T22:40:09.873Z | Checking toml v0.8.19 |
2035 | 2024-12-20T22:40:09.952Z | Checking slog-bunyan v2.5.0 |
2036 | 2024-12-20T22:40:09.971Z | Checking tokio-native-tls v0.3.1 |
2037 | 2024-12-20T22:40:10.113Z | Checking rayon-core v1.12.1 |
2038 | 2024-12-20T22:40:10.131Z | Checking multer v3.1.0 |
2039 | 2024-12-20T22:40:10.133Z | Checking terminal_size v0.4.0 |
2040 | 2024-12-20T22:40:10.228Z | Checking phf_shared v0.11.2 |
2041 | 2024-12-20T22:40:10.326Z | Checking cookie v0.18.1 |
2042 | 2024-12-20T22:40:10.517Z | Checking async-stream v0.3.6 |
2043 | 2024-12-20T22:40:10.542Z | Checking bzip2-sys v0.1.11+1.0.8 |
2044 | 2024-12-20T22:40:10.598Z | Checking signal-hook v0.3.17 |
2045 | 2024-12-20T22:40:10.621Z | Checking waitgroup v0.1.2 |
2046 | 2024-12-20T22:40:10.655Z | Checking camino v1.1.9 |
2047 | 2024-12-20T22:40:10.703Z | Checking openapiv3 v2.0.0 |
2048 | 2024-12-20T22:40:10.747Z | Checking webpki-roots v0.26.6 |
2049 | 2024-12-20T22:40:10.776Z | Checking serde_path_to_error v0.1.16 |
2050 | 2024-12-20T22:40:10.791Z | Checking idna v0.5.0 |
2051 | 2024-12-20T22:40:10.940Z | Checking hkdf v0.12.4 |
2052 | 2024-12-20T22:40:10.958Z | Checking crypto-bigint v0.5.5 |
2053 | 2024-12-20T22:40:11.152Z | Checking hostname v0.4.0 |
2054 | 2024-12-20T22:40:11.189Z | Checking crc32fast v1.4.2 |
2055 | 2024-12-20T22:40:11.281Z | Checking bitflags v1.3.2 |
2056 | 2024-12-20T22:40:11.386Z | Checking debug-ignore v1.0.5 |
2057 | 2024-12-20T22:40:11.400Z | Checking managed v0.8.0 |
2058 | 2024-12-20T22:40:11.416Z | Checking clap_lex v0.7.2 |
2059 | 2024-12-20T22:40:11.518Z | Checking strsim v0.11.1 |
2060 | 2024-12-20T22:40:11.650Z | Checking unicode-width v0.1.14 |
2061 | 2024-12-20T22:40:11.650Z | Checking winnow v0.5.40 |
2062 | 2024-12-20T22:40:11.781Z | Checking smoltcp v0.9.1 |
2063 | 2024-12-20T22:40:11.784Z | Checking clap_builder v4.5.21 |
2064 | 2024-12-20T22:40:12.116Z | Checking console v0.15.8 |
2065 | 2024-12-20T22:40:12.729Z | Checking cookie_store v0.21.0 |
2066 | 2024-12-20T22:40:13.193Z | Checking flate2 v1.0.34 |
2067 | 2024-12-20T22:40:13.427Z | Checking hyper-rustls v0.27.3 |
2068 | 2024-12-20T22:40:13.693Z | Checking hickory-resolver v0.24.1 |
2069 | 2024-12-20T22:40:13.713Z | Checking backtrace v0.3.74 |
2070 | 2024-12-20T22:40:13.746Z | Checking signal-hook-mio v0.2.4 |
2071 | 2024-12-20T22:40:13.823Z | Checking elliptic-curve v0.13.8 |
2072 | 2024-12-20T22:40:13.840Z | Checking rayon v1.10.0 |
2073 | 2024-12-20T22:40:13.877Z | Checking bzip2 v0.4.4 |
2074 | 2024-12-20T22:40:14.130Z | Checking dropshot v0.12.0 |
2075 | 2024-12-20T22:40:14.173Z | Checking hyper-tls v0.6.0 |
2076 | 2024-12-20T22:40:14.249Z | Checking anyhow v1.0.93 |
2077 | 2024-12-20T22:40:14.451Z | Checking phf v0.11.2 |
2078 | 2024-12-20T22:40:14.466Z | Checking num-bigint-dig v0.8.4 |
2079 | 2024-12-20T22:40:14.612Z | Checking toml_edit v0.19.15 |
2080 | 2024-12-20T22:40:14.629Z | Checking tokio-tungstenite v0.24.0 |
2081 | 2024-12-20T22:40:14.710Z | Checking postgres-types v0.2.8 |
2082 | 2024-12-20T22:40:14.761Z | Checking regex v1.11.1 |
2083 | 2024-12-20T22:40:15.083Z | Checking bstr v1.10.0 |
2084 | 2024-12-20T22:40:15.298Z | Checking ed25519 v2.2.3 |
2085 | 2024-12-20T22:40:15.404Z | Checking tokio-stream v0.1.16 |
2086 | 2024-12-20T22:40:15.441Z | Checking phf_shared v0.10.0 |
2087 | 2024-12-20T22:40:15.583Z | Checking curve25519-dalek v4.1.3 |
2088 | 2024-12-20T22:40:15.715Z | Checking zerocopy v0.6.6 |
2089 | 2024-12-20T22:40:16.052Z | Checking pkcs1 v0.7.5 |
2090 | 2024-12-20T22:40:16.288Z | Checking hubpack v0.1.2 |
2091 | 2024-12-20T22:40:16.454Z | Checking portable-atomic v1.9.0 |
2092 | 2024-12-20T22:40:16.485Z | Checking float-cmp v0.9.0 |
2093 | 2024-12-20T22:40:16.613Z | Checking serde-big-array v0.5.1 |
2094 | 2024-12-20T22:40:16.629Z | Checking rfc6979 v0.4.0 |
2095 | 2024-12-20T22:40:16.666Z | Checking sync_wrapper v1.0.1 |
2096 | 2024-12-20T22:40:16.806Z | Checking difflib v0.4.0 |
2097 | 2024-12-20T22:40:16.815Z | Checking static_assertions v1.1.0 |
2098 | 2024-12-20T22:40:16.830Z | Checking bit-vec v0.6.3 |
2099 | 2024-12-20T22:40:16.904Z | Checking whoami v1.5.2 |
2100 | 2024-12-20T22:40:17.041Z | Checking fixedbitset v0.4.2 |
2101 | 2024-12-20T22:40:17.124Z | Checking unicode-segmentation v1.12.0 |
2102 | 2024-12-20T22:40:17.162Z | Checking number_prefix v0.4.0 |
2103 | 2024-12-20T22:40:17.193Z | Checking normalize-line-endings v0.3.0 |
2104 | 2024-12-20T22:40:17.307Z | Checking precomputed-hash v0.1.1 |
2105 | 2024-12-20T22:40:17.322Z | Checking new_debug_unreachable v1.0.6 |
2106 | 2024-12-20T22:40:17.348Z | Checking predicates-core v1.0.8 |
2107 | 2024-12-20T22:40:17.399Z | Checking minimal-lexical v0.2.1 |
2108 | 2024-12-20T22:40:17.413Z | Checking unicode-width v0.2.0 |
2109 | 2024-12-20T22:40:17.447Z | Checking string_cache v0.8.7 |
2110 | 2024-12-20T22:40:17.488Z | Checking ed25519-dalek v2.1.1 |
2111 | 2024-12-20T22:40:17.520Z | Checking predicates v3.1.2 |
2112 | 2024-12-20T22:40:17.635Z | Checking petgraph v0.6.5 |
2113 | 2024-12-20T22:40:17.710Z | Checking tokio-postgres v0.7.12 |
2114 | 2024-12-20T22:40:17.727Z | Checking qorb v0.2.1 |
2115 | 2024-12-20T22:40:17.782Z | Checking nom v7.1.3 |
2116 | 2024-12-20T22:40:17.798Z | Checking similar v2.6.0 |
2117 | 2024-12-20T22:40:17.865Z | Checking indicatif v0.17.9 |
2118 | 2024-12-20T22:40:17.880Z | Checking bit-set v0.5.3 |
2119 | 2024-12-20T22:40:18.128Z | Checking toml v0.7.8 |
2120 | 2024-12-20T22:40:18.154Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2121 | 2024-12-20T22:40:18.611Z | Checking reqwest v0.12.9 |
2122 | 2024-12-20T22:40:18.643Z | Checking ecdsa v0.16.9 |
2123 | 2024-12-20T22:40:18.857Z | Checking rsa v0.9.6 |
2124 | 2024-12-20T22:40:19.355Z | Checking clap v4.5.21 |
2125 | 2024-12-20T22:40:19.480Z | Checking zip v0.6.6 |
2126 | 2024-12-20T22:40:19.887Z | Checking crossterm v0.28.1 |
2127 | 2024-12-20T22:40:20.201Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2128 | 2024-12-20T22:40:20.229Z | Checking itertools v0.10.5 |
2129 | 2024-12-20T22:40:20.233Z | Checking fs-err v2.11.0 |
2130 | 2024-12-20T22:40:20.476Z | Checking ahash v0.8.11 |
2131 | 2024-12-20T22:40:20.658Z | Checking x509-cert v0.2.5 |
2132 | 2024-12-20T22:40:20.782Z | Checking hex v0.4.3 |
2133 | 2024-12-20T22:40:20.801Z | Checking semver v1.0.23 |
2134 | 2024-12-20T22:40:20.921Z | Checking peg-runtime v0.8.3 |
2135 | 2024-12-20T22:40:21.004Z | Checking heck v0.4.1 |
2136 | 2024-12-20T22:40:21.137Z | Checking lalrpop-util v0.19.12 |
2137 | 2024-12-20T22:40:21.204Z | Checking sigpipe v0.1.3 |
2138 | 2024-12-20T22:40:22.744Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2139 | 2024-12-20T22:40:23.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.21s |
2140 | 2024-12-20T22:40:23.209Z | |
2141 | 2024-12-20T22:40:23.210Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/175) |
2142 | 2024-12-20T22:40:23.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2143 | 2024-12-20T22:40:23.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2144 | 2024-12-20T22:40:23.861Z | Compiling hashbrown v0.14.5 |
2145 | 2024-12-20T22:40:23.982Z | Checking heck v0.5.0 |
2146 | 2024-12-20T22:40:23.995Z | Compiling unsafe-libyaml v0.2.11 |
2147 | 2024-12-20T22:40:24.007Z | Compiling ident_case v1.0.1 |
2148 | 2024-12-20T22:40:24.019Z | Checking progenitor-client v0.8.0 |
2149 | 2024-12-20T22:40:24.031Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2150 | 2024-12-20T22:40:24.046Z | Compiling proc-macro-crate v1.3.1 |
2151 | 2024-12-20T22:40:24.149Z | Compiling darling_core v0.20.10 |
2152 | 2024-12-20T22:40:24.169Z | Checking ipnetwork v0.20.0 |
2153 | 2024-12-20T22:40:24.364Z | Compiling structmeta-derive v0.3.0 |
2154 | 2024-12-20T22:40:24.375Z | Compiling newtype-uuid v1.1.3 |
2155 | 2024-12-20T22:40:24.526Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2156 | 2024-12-20T22:40:24.733Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2157 | 2024-12-20T22:40:24.869Z | Compiling lzma-sys v0.1.20 |
2158 | 2024-12-20T22:40:25.082Z | Compiling foreign-types-macros v0.2.3 |
2159 | 2024-12-20T22:40:25.131Z | Checking regress v0.10.1 |
2160 | 2024-12-20T22:40:25.158Z | Compiling num_enum_derive v0.5.11 |
2161 | 2024-12-20T22:40:25.638Z | Compiling serde_yaml v0.9.34+deprecated |
2162 | 2024-12-20T22:40:25.913Z | Compiling dropshot v0.13.0 |
2163 | 2024-12-20T22:40:26.196Z | Checking arc-swap v1.7.1 |
2164 | 2024-12-20T22:40:26.264Z | Checking foreign-types-shared v0.3.1 |
2165 | 2024-12-20T22:40:26.384Z | Checking foreign-types v0.5.0 |
2166 | 2024-12-20T22:40:26.600Z | Compiling proc-macro-error v1.0.4 |
2167 | 2024-12-20T22:40:26.622Z | Checking slog-scope v4.4.0 |
2168 | 2024-12-20T22:40:27.282Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2169 | 2024-12-20T22:40:27.364Z | Compiling structmeta v0.3.0 |
2170 | 2024-12-20T22:40:27.364Z | Checking tungstenite v0.21.0 |
2171 | 2024-12-20T22:40:27.396Z | Compiling heck v0.3.3 |
2172 | 2024-12-20T22:40:27.683Z | Checking num_enum v0.5.11 |
2173 | 2024-12-20T22:40:27.799Z | Compiling parse-display-derive v0.10.0 |
2174 | 2024-12-20T22:40:27.834Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2175 | 2024-12-20T22:40:27.848Z | Compiling dropshot_endpoint v0.13.0 |
2176 | 2024-12-20T22:40:28.283Z | Checking cstr-argument v0.1.2 |
2177 | 2024-12-20T22:40:28.461Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2178 | 2024-12-20T22:40:28.646Z | Checking instant v0.1.13 |
2179 | 2024-12-20T22:40:28.660Z | Checking typify-impl v0.2.0 |
2180 | 2024-12-20T22:40:28.762Z | Checking fastrand v2.1.1 |
2181 | 2024-12-20T22:40:29.227Z | Checking pretty-hex v0.2.1 |
2182 | 2024-12-20T22:40:29.391Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2183 | 2024-12-20T22:40:29.662Z | Checking base64 v0.21.7 |
2184 | 2024-12-20T22:40:29.884Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2185 | 2024-12-20T22:40:30.145Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2186 | 2024-12-20T22:40:30.174Z | Checking tempfile v3.13.0 |
2187 | 2024-12-20T22:40:30.336Z | Checking backoff v0.4.0 |
2188 | 2024-12-20T22:40:30.380Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2189 | 2024-12-20T22:40:30.532Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2190 | 2024-12-20T22:40:30.565Z | Checking tokio-tungstenite v0.21.0 |
2191 | 2024-12-20T22:40:30.653Z | Checking strum v0.26.3 |
2192 | 2024-12-20T22:40:30.813Z | Compiling zone_cfg_derive v0.1.2 |
2193 | 2024-12-20T22:40:30.832Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2194 | 2024-12-20T22:40:31.083Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2195 | 2024-12-20T22:40:31.188Z | Checking slog-stdlog v4.1.1 |
2196 | 2024-12-20T22:40:31.204Z | Compiling darling_macro v0.20.10 |
2197 | 2024-12-20T22:40:31.359Z | Checking regress v0.9.1 |
2198 | 2024-12-20T22:40:31.465Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2199 | 2024-12-20T22:40:31.588Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2200 | 2024-12-20T22:40:31.608Z | Checking colored v2.1.0 |
2201 | 2024-12-20T22:40:31.881Z | Checking macaddr v1.0.1 |
2202 | 2024-12-20T22:40:31.881Z | Checking base64 v0.13.1 |
2203 | 2024-12-20T22:40:32.110Z | Compiling darling v0.20.10 |
2204 | 2024-12-20T22:40:32.234Z | Compiling serde_with_macros v3.11.0 |
2205 | 2024-12-20T22:40:32.264Z | Checking ron v0.7.1 |
2206 | 2024-12-20T22:40:32.304Z | Checking zone v0.1.8 |
2207 | 2024-12-20T22:40:32.389Z | Checking parse-display v0.10.0 |
2208 | 2024-12-20T22:40:32.622Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2209 | 2024-12-20T22:40:32.954Z | Checking xz2 v0.1.7 |
2210 | 2024-12-20T22:40:33.074Z | Checking slog-envlogger v2.2.0 |
2211 | 2024-12-20T22:40:33.257Z | Checking tabwriter v1.4.0 |
2212 | 2024-12-20T22:40:33.303Z | Checking xattr v1.3.1 |
2213 | 2024-12-20T22:40:33.391Z | Checking pem v3.0.4 |
2214 | 2024-12-20T22:40:33.486Z | Checking yasna v0.5.2 |
2215 | 2024-12-20T22:40:33.501Z | Checking headers-core v0.3.0 |
2216 | 2024-12-20T22:40:33.637Z | Checking smf v0.2.3 |
2217 | 2024-12-20T22:40:33.653Z | Checking filetime v0.2.25 |
2218 | 2024-12-20T22:40:33.854Z | Checking same-file v1.0.6 |
2219 | 2024-12-20T22:40:34.036Z | Checking walkdir v2.5.0 |
2220 | 2024-12-20T22:40:34.096Z | Checking tar v0.4.42 |
2221 | 2024-12-20T22:40:34.144Z | Checking headers v0.4.0 |
2222 | 2024-12-20T22:40:34.290Z | Checking atomicwrites v0.4.4 |
2223 | 2024-12-20T22:40:34.363Z | Checking rcgen v0.12.1 |
2224 | 2024-12-20T22:40:34.487Z | Checking camino-tempfile v1.1.1 |
2225 | 2024-12-20T22:40:34.749Z | Checking subprocess v0.2.9 |
2226 | 2024-12-20T22:40:35.024Z | Checking serde_with v3.11.0 |
2227 | 2024-12-20T22:40:39.078Z | Compiling typify-macro v0.2.0 |
2228 | 2024-12-20T22:40:40.970Z | Compiling typify v0.2.0 |
2229 | 2024-12-20T22:40:41.043Z | Compiling progenitor-impl v0.8.0 |
2230 | 2024-12-20T22:40:44.193Z | Compiling progenitor-macro v0.8.0 |
2231 | 2024-12-20T22:40:48.992Z | Checking progenitor v0.8.0 |
2232 | 2024-12-20T22:40:49.150Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2233 | 2024-12-20T22:40:49.151Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2234 | 2024-12-20T22:40:51.840Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2235 | 2024-12-20T22:40:52.150Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2236 | 2024-12-20T22:40:58.653Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2237 | 2024-12-20T22:41:00.227Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2238 | 2024-12-20T22:41:01.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.21s |
2239 | 2024-12-20T22:41:01.607Z | |
2240 | 2024-12-20T22:41:01.607Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/175) |
2241 | 2024-12-20T22:41:02.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2242 | 2024-12-20T22:41:02.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2243 | 2024-12-20T22:41:02.263Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2244 | 2024-12-20T22:41:03.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
2245 | 2024-12-20T22:41:03.850Z | |
2246 | 2024-12-20T22:41:03.850Z | info: running `cargo check --bins` on nexus-config (31/175) |
2247 | 2024-12-20T22:41:04.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2248 | 2024-12-20T22:41:04.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2249 | 2024-12-20T22:41:04.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2250 | 2024-12-20T22:41:04.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2251 | 2024-12-20T22:41:04.471Z | |
2252 | 2024-12-20T22:41:04.471Z | info: running `cargo check --bins` on omicron-rpaths (32/175) |
2253 | 2024-12-20T22:41:05.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2254 | 2024-12-20T22:41:05.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2255 | 2024-12-20T22:41:05.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2256 | 2024-12-20T22:41:05.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2257 | 2024-12-20T22:41:05.072Z | |
2258 | 2024-12-20T22:41:05.072Z | info: running `cargo check --bins` on omicron-certificates (33/175) |
2259 | 2024-12-20T22:41:05.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2260 | 2024-12-20T22:41:05.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2261 | 2024-12-20T22:41:05.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2262 | 2024-12-20T22:41:05.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2263 | 2024-12-20T22:41:05.751Z | |
2264 | 2024-12-20T22:41:05.751Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/175) |
2265 | 2024-12-20T22:41:06.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2266 | 2024-12-20T22:41:06.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2267 | 2024-12-20T22:41:06.440Z | Compiling zerocopy v0.8.10 |
2268 | 2024-12-20T22:41:06.440Z | Compiling progenitor-client v0.8.0 |
2269 | 2024-12-20T22:41:06.440Z | Compiling itertools v0.13.0 |
2270 | 2024-12-20T22:41:06.440Z | Compiling zerocopy-derive v0.8.10 |
2271 | 2024-12-20T22:41:06.440Z | Compiling heapless v0.8.0 |
2272 | 2024-12-20T22:41:06.440Z | Compiling newtype-uuid v1.1.3 |
2273 | 2024-12-20T22:41:06.440Z | Compiling ipnetwork v0.20.0 |
2274 | 2024-12-20T22:41:06.440Z | Checking hash32 v0.3.1 |
2275 | 2024-12-20T22:41:06.987Z | Compiling instant v0.1.13 |
2276 | 2024-12-20T22:41:07.329Z | Compiling smoltcp v0.11.0 |
2277 | 2024-12-20T22:41:07.329Z | Compiling progenitor v0.8.0 |
2278 | 2024-12-20T22:41:07.329Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2279 | 2024-12-20T22:41:07.619Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2280 | 2024-12-20T22:41:07.620Z | Compiling backoff v0.4.0 |
2281 | 2024-12-20T22:41:08.003Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2282 | 2024-12-20T22:41:08.003Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2283 | 2024-12-20T22:41:08.004Z | Compiling dropshot v0.13.0 |
2284 | 2024-12-20T22:41:08.203Z | Compiling serde_with v3.11.0 |
2285 | 2024-12-20T22:41:08.203Z | Compiling parse-display v0.10.0 |
2286 | 2024-12-20T22:41:08.203Z | Checking num-rational v0.4.2 |
2287 | 2024-12-20T22:41:08.472Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2288 | 2024-12-20T22:41:08.640Z | Compiling regress v0.9.1 |
2289 | 2024-12-20T22:41:08.640Z | Compiling phf_generator v0.11.2 |
2290 | 2024-12-20T22:41:09.011Z | Checking num-complex v0.4.6 |
2291 | 2024-12-20T22:41:09.728Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2292 | 2024-12-20T22:41:10.288Z | Compiling macaddr v1.0.1 |
2293 | 2024-12-20T22:41:10.726Z | Checking cobs v0.2.3 |
2294 | 2024-12-20T22:41:10.860Z | Compiling num v0.4.3 |
2295 | 2024-12-20T22:41:10.995Z | Checking postcard v1.0.10 |
2296 | 2024-12-20T22:41:11.099Z | Compiling phf_codegen v0.11.2 |
2297 | 2024-12-20T22:41:11.390Z | Compiling parse-zoneinfo v0.3.1 |
2298 | 2024-12-20T22:41:11.786Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2299 | 2024-12-20T22:41:12.071Z | Compiling convert_case v0.4.0 |
2300 | 2024-12-20T22:41:12.763Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2301 | 2024-12-20T22:41:13.049Z | Checking float-ord v0.3.2 |
2302 | 2024-12-20T22:41:13.373Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2303 | 2024-12-20T22:41:13.456Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2304 | 2024-12-20T22:41:13.550Z | Compiling derive_more v0.99.18 |
2305 | 2024-12-20T22:41:13.716Z | Compiling chrono-tz-build v0.4.0 |
2306 | 2024-12-20T22:41:14.170Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2307 | 2024-12-20T22:41:15.070Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2308 | 2024-12-20T22:41:15.144Z | Compiling thiserror v2.0.3 |
2309 | 2024-12-20T22:41:15.352Z | Compiling crucible-workspace-hack v0.1.0 |
2310 | 2024-12-20T22:41:15.392Z | Compiling chrono-tz v0.10.0 |
2311 | 2024-12-20T22:41:15.648Z | Checking newline-converter v0.3.0 |
2312 | 2024-12-20T22:41:16.051Z | Checking prettyplease v0.2.25 |
2313 | 2024-12-20T22:41:16.116Z | Compiling thiserror-impl v2.0.3 |
2314 | 2024-12-20T22:41:16.743Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2315 | 2024-12-20T22:41:16.974Z | Compiling slog-dtrace v0.3.0 |
2316 | 2024-12-20T22:41:17.188Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2317 | 2024-12-20T22:41:17.328Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2318 | 2024-12-20T22:41:17.498Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2319 | 2024-12-20T22:41:18.392Z | Checking expectorate v1.1.0 |
2320 | 2024-12-20T22:41:18.468Z | Compiling zone_cfg_derive v0.3.0 |
2321 | 2024-12-20T22:41:18.574Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2322 | 2024-12-20T22:41:18.657Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2323 | 2024-12-20T22:41:18.954Z | Compiling const_format_proc_macros v0.2.33 |
2324 | 2024-12-20T22:41:19.273Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2325 | 2024-12-20T22:41:19.767Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2326 | 2024-12-20T22:41:19.887Z | Compiling num-derive v0.4.2 |
2327 | 2024-12-20T22:41:19.937Z | Checking highway v1.2.0 |
2328 | 2024-12-20T22:41:19.991Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2329 | 2024-12-20T22:41:20.356Z | Checking zone v0.3.0 |
2330 | 2024-12-20T22:41:20.376Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2331 | 2024-12-20T22:41:20.458Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2332 | 2024-12-20T22:41:21.121Z | Checking const_format v0.2.33 |
2333 | 2024-12-20T22:41:21.199Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2334 | 2024-12-20T22:41:21.396Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2335 | 2024-12-20T22:41:21.551Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2336 | 2024-12-20T22:41:21.596Z | Checking gethostname v0.5.0 |
2337 | 2024-12-20T22:41:21.720Z | Checking bcs v0.1.6 |
2338 | 2024-12-20T22:41:21.842Z | Compiling async-recursion v1.1.1 |
2339 | 2024-12-20T22:41:22.183Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2340 | 2024-12-20T22:41:22.927Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2341 | 2024-12-20T22:41:23.518Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2342 | 2024-12-20T22:41:29.144Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2343 | 2024-12-20T22:41:32.459Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2344 | 2024-12-20T22:41:35.037Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2345 | 2024-12-20T22:41:36.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.58s |
2346 | 2024-12-20T22:41:36.492Z | |
2347 | 2024-12-20T22:41:36.492Z | info: running `cargo check --bins` on clickhouse-admin-api (35/175) |
2348 | 2024-12-20T22:41:37.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2349 | 2024-12-20T22:41:37.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2350 | 2024-12-20T22:41:37.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2351 | 2024-12-20T22:41:37.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2352 | 2024-12-20T22:41:37.548Z | |
2353 | 2024-12-20T22:41:37.548Z | info: running `cargo check --bins` on clickhouse-admin-types (36/175) |
2354 | 2024-12-20T22:41:37.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2355 | 2024-12-20T22:41:37.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2356 | 2024-12-20T22:41:37.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2357 | 2024-12-20T22:41:37.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2358 | 2024-12-20T22:41:37.754Z | |
2359 | 2024-12-20T22:41:37.754Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/175) |
2360 | 2024-12-20T22:41:38.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2361 | 2024-12-20T22:41:38.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2362 | 2024-12-20T22:41:38.388Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2363 | 2024-12-20T22:41:39.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2364 | 2024-12-20T22:41:39.208Z | |
2365 | 2024-12-20T22:41:39.208Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/175) |
2366 | 2024-12-20T22:41:39.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2367 | 2024-12-20T22:41:39.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2368 | 2024-12-20T22:41:39.870Z | Compiling cfg_aliases v0.1.1 |
2369 | 2024-12-20T22:41:39.909Z | Compiling vte_generate_state_changes v0.1.2 |
2370 | 2024-12-20T22:41:39.909Z | Checking fd-lock v4.0.2 |
2371 | 2024-12-20T22:41:39.909Z | Checking nibble_vec v0.1.0 |
2372 | 2024-12-20T22:41:39.909Z | Checking endian-type v0.1.2 |
2373 | 2024-12-20T22:41:39.964Z | Checking bytecount v0.6.8 |
2374 | 2024-12-20T22:41:39.989Z | Compiling tabled_derive v0.7.0 |
2375 | 2024-12-20T22:41:40.002Z | Checking itertools v0.12.1 |
2376 | 2024-12-20T22:41:40.096Z | Compiling nix v0.28.0 |
2377 | 2024-12-20T22:41:40.148Z | Checking papergrid v0.11.0 |
2378 | 2024-12-20T22:41:40.199Z | Compiling peg-macros v0.8.4 |
2379 | 2024-12-20T22:41:40.213Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2380 | 2024-12-20T22:41:40.213Z | Checking radix_trie v0.2.1 |
2381 | 2024-12-20T22:41:40.665Z | Checking vte v0.11.1 |
2382 | 2024-12-20T22:41:40.806Z | Compiling sqlparser_derive v0.2.2 |
2383 | 2024-12-20T22:41:45.350Z | Checking home v0.5.9 |
2384 | 2024-12-20T22:41:45.585Z | Checking unicode_categories v0.1.1 |
2385 | 2024-12-20T22:41:45.585Z | Checking nu-ansi-term v0.50.1 |
2386 | 2024-12-20T22:41:45.635Z | Checking sqlparser v0.45.0 |
2387 | 2024-12-20T22:41:45.635Z | Checking sqlformat v0.2.6 |
2388 | 2024-12-20T22:41:45.635Z | Checking strip-ansi-escapes v0.2.0 |
2389 | 2024-12-20T22:41:45.635Z | Checking display-error-chain v0.2.2 |
2390 | 2024-12-20T22:41:45.635Z | Checking reedline v0.35.0 |
2391 | 2024-12-20T22:41:45.635Z | Checking tabled v0.15.0 |
2392 | 2024-12-20T22:41:45.635Z | Checking rustyline v14.0.0 |
2393 | 2024-12-20T22:41:45.635Z | Checking peg v0.8.4 |
2394 | 2024-12-20T22:41:52.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.88s |
2395 | 2024-12-20T22:41:52.237Z | |
2396 | 2024-12-20T22:41:52.237Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/175) |
2397 | 2024-12-20T22:41:52.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2024-12-20T22:41:52.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2024-12-20T22:41:52.901Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2400 | 2024-12-20T22:41:57.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s |
2401 | 2024-12-20T22:41:58.064Z | |
2402 | 2024-12-20T22:41:58.064Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/175) |
2403 | 2024-12-20T22:41:58.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2024-12-20T22:41:58.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2024-12-20T22:41:58.727Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2406 | 2024-12-20T22:42:02.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
2407 | 2024-12-20T22:42:02.624Z | |
2408 | 2024-12-20T22:42:02.624Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/175) |
2409 | 2024-12-20T22:42:03.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2024-12-20T22:42:03.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2024-12-20T22:42:03.286Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2412 | 2024-12-20T22:42:08.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s |
2413 | 2024-12-20T22:42:08.175Z | |
2414 | 2024-12-20T22:42:08.175Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/175) |
2415 | 2024-12-20T22:42:08.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2024-12-20T22:42:08.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2024-12-20T22:42:08.836Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2418 | 2024-12-20T22:42:13.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s |
2419 | 2024-12-20T22:42:13.694Z | |
2420 | 2024-12-20T22:42:13.694Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/175) |
2421 | 2024-12-20T22:42:14.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-12-20T22:42:14.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-12-20T22:42:14.358Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2424 | 2024-12-20T22:42:18.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s |
2425 | 2024-12-20T22:42:18.491Z | |
2426 | 2024-12-20T22:42:18.491Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/175) |
2427 | 2024-12-20T22:42:19.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2024-12-20T22:42:19.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2024-12-20T22:42:19.145Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2430 | 2024-12-20T22:42:23.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
2431 | 2024-12-20T22:42:23.257Z | |
2432 | 2024-12-20T22:42:23.257Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/175) |
2433 | 2024-12-20T22:42:23.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2024-12-20T22:42:23.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2024-12-20T22:42:23.922Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2436 | 2024-12-20T22:42:28.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s |
2437 | 2024-12-20T22:42:29.010Z | |
2438 | 2024-12-20T22:42:29.011Z | info: running `cargo check --bins` on oximeter (46/175) |
2439 | 2024-12-20T22:42:29.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2024-12-20T22:42:29.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2024-12-20T22:42:29.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2024-12-20T22:42:29.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2443 | 2024-12-20T22:42:29.634Z | |
2444 | 2024-12-20T22:42:29.634Z | info: running `cargo check --bins` on oximeter-macro-impl (47/175) |
2445 | 2024-12-20T22:42:30.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2024-12-20T22:42:30.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2024-12-20T22:42:30.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2024-12-20T22:42:30.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2449 | 2024-12-20T22:42:30.242Z | |
2450 | 2024-12-20T22:42:30.242Z | info: running `cargo check --bins` on oximeter-schema (48/175) |
2451 | 2024-12-20T22:42:30.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2024-12-20T22:42:30.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2024-12-20T22:42:30.874Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2454 | 2024-12-20T22:42:31.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
2455 | 2024-12-20T22:42:31.479Z | |
2456 | 2024-12-20T22:42:31.479Z | info: running `cargo check --bins` on oximeter-types (49/175) |
2457 | 2024-12-20T22:42:32.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-12-20T22:42:32.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-12-20T22:42:32.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2024-12-20T22:42:32.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2461 | 2024-12-20T22:42:32.105Z | |
2462 | 2024-12-20T22:42:32.105Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/175) |
2463 | 2024-12-20T22:42:32.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-12-20T22:42:32.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-12-20T22:42:32.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2024-12-20T22:42:32.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2467 | 2024-12-20T22:42:32.726Z | |
2468 | 2024-12-20T22:42:32.726Z | info: running `cargo check --bins` on oxql-types (51/175) |
2469 | 2024-12-20T22:42:33.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-12-20T22:42:33.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-12-20T22:42:33.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2472 | 2024-12-20T22:42:33.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2473 | 2024-12-20T22:42:33.347Z | |
2474 | 2024-12-20T22:42:33.347Z | info: running `cargo check --bins` on oximeter-test-utils (52/175) |
2475 | 2024-12-20T22:42:33.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-12-20T22:42:33.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-12-20T22:42:33.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2024-12-20T22:42:33.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2479 | 2024-12-20T22:42:33.993Z | |
2480 | 2024-12-20T22:42:33.993Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/175) |
2481 | 2024-12-20T22:42:34.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-12-20T22:42:34.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-12-20T22:42:34.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2484 | 2024-12-20T22:42:34.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2485 | 2024-12-20T22:42:34.623Z | |
2486 | 2024-12-20T22:42:34.623Z | info: running `cargo check --bins` on bootstrap-agent-client (54/175) |
2487 | 2024-12-20T22:42:35.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-12-20T22:42:35.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-12-20T22:42:35.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2024-12-20T22:42:35.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2491 | 2024-12-20T22:42:35.271Z | |
2492 | 2024-12-20T22:42:35.271Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/175) |
2493 | 2024-12-20T22:42:35.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-12-20T22:42:35.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-12-20T22:42:35.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2496 | 2024-12-20T22:42:35.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2497 | 2024-12-20T22:42:35.901Z | |
2498 | 2024-12-20T22:42:35.901Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/175) |
2499 | 2024-12-20T22:42:36.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-12-20T22:42:36.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-12-20T22:42:36.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-12-20T22:42:36.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2503 | 2024-12-20T22:42:36.520Z | |
2504 | 2024-12-20T22:42:36.520Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/175) |
2505 | 2024-12-20T22:42:37.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-12-20T22:42:37.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-12-20T22:42:37.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-12-20T22:42:37.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2509 | 2024-12-20T22:42:37.141Z | |
2510 | 2024-12-20T22:42:37.141Z | info: running `cargo check --bins` on cockroach-admin-client (58/175) |
2511 | 2024-12-20T22:42:37.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-12-20T22:42:37.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-12-20T22:42:37.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-12-20T22:42:37.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2515 | 2024-12-20T22:42:37.753Z | |
2516 | 2024-12-20T22:42:37.753Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/175) |
2517 | 2024-12-20T22:42:38.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-12-20T22:42:38.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-12-20T22:42:38.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-12-20T22:42:38.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2521 | 2024-12-20T22:42:38.387Z | |
2522 | 2024-12-20T22:42:38.388Z | info: running `cargo check --bins` on dns-service-client (60/175) |
2523 | 2024-12-20T22:42:38.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-12-20T22:42:38.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-12-20T22:42:38.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-12-20T22:42:38.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2527 | 2024-12-20T22:42:39.001Z | |
2528 | 2024-12-20T22:42:39.001Z | info: running `cargo check --bins` on internal-dns-types (61/175) |
2529 | 2024-12-20T22:42:39.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-12-20T22:42:39.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-12-20T22:42:39.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-12-20T22:42:39.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2533 | 2024-12-20T22:42:39.615Z | |
2534 | 2024-12-20T22:42:39.615Z | info: running `cargo check --bins` on dpd-client (62/175) |
2535 | 2024-12-20T22:42:40.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-12-20T22:42:40.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-12-20T22:42:40.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-12-20T22:42:40.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2539 | 2024-12-20T22:42:40.243Z | |
2540 | 2024-12-20T22:42:40.243Z | info: running `cargo check --bins` on gateway-client (63/175) |
2541 | 2024-12-20T22:42:40.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-12-20T22:42:40.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-12-20T22:42:40.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-12-20T22:42:40.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2545 | 2024-12-20T22:42:40.854Z | |
2546 | 2024-12-20T22:42:40.854Z | info: running `cargo check --bins` on installinator-client (64/175) |
2547 | 2024-12-20T22:42:41.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-12-20T22:42:41.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-12-20T22:42:41.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-12-20T22:42:41.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2551 | 2024-12-20T22:42:41.485Z | |
2552 | 2024-12-20T22:42:41.485Z | info: running `cargo check --bins` on installinator-common (65/175) |
2553 | 2024-12-20T22:42:42.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-12-20T22:42:42.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-12-20T22:42:42.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-12-20T22:42:42.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2557 | 2024-12-20T22:42:42.112Z | |
2558 | 2024-12-20T22:42:42.112Z | info: running `cargo check --bins` on update-engine (66/175) |
2559 | 2024-12-20T22:42:42.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-12-20T22:42:42.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-12-20T22:42:42.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-12-20T22:42:42.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2563 | 2024-12-20T22:42:42.713Z | |
2564 | 2024-12-20T22:42:42.713Z | info: running `cargo check --bins` on nexus-client (67/175) |
2565 | 2024-12-20T22:42:43.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-12-20T22:42:43.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-12-20T22:42:43.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-12-20T22:42:43.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2569 | 2024-12-20T22:42:43.352Z | |
2570 | 2024-12-20T22:42:43.352Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/175) |
2571 | 2024-12-20T22:42:43.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-12-20T22:42:43.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-12-20T22:42:43.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2024-12-20T22:42:43.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2575 | 2024-12-20T22:42:43.981Z | |
2576 | 2024-12-20T22:42:43.981Z | info: running `cargo check --bins` on omicron-passwords (69/175) |
2577 | 2024-12-20T22:42:44.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-12-20T22:42:44.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-12-20T22:42:44.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2580 | 2024-12-20T22:42:44.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2581 | 2024-12-20T22:42:44.590Z | |
2582 | 2024-12-20T22:42:44.590Z | info: running `cargo check --bins` on nexus-types (70/175) |
2583 | 2024-12-20T22:42:45.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-12-20T22:42:45.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-12-20T22:42:45.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2024-12-20T22:42:45.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2587 | 2024-12-20T22:42:45.226Z | |
2588 | 2024-12-20T22:42:45.226Z | info: running `cargo check --bins` on oxide-client (71/175) |
2589 | 2024-12-20T22:42:45.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2024-12-20T22:42:45.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2024-12-20T22:42:45.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2592 | 2024-12-20T22:42:45.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2593 | 2024-12-20T22:42:45.828Z | |
2594 | 2024-12-20T22:42:45.828Z | info: running `cargo check --bins` on oximeter-client (72/175) |
2595 | 2024-12-20T22:42:46.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2024-12-20T22:42:46.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2024-12-20T22:42:46.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2598 | 2024-12-20T22:42:46.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2599 | 2024-12-20T22:42:46.449Z | |
2600 | 2024-12-20T22:42:46.449Z | info: running `cargo check --bins` on repo-depot-client (73/175) |
2601 | 2024-12-20T22:42:46.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2024-12-20T22:42:46.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2024-12-20T22:42:46.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2604 | 2024-12-20T22:42:46.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2605 | 2024-12-20T22:42:47.048Z | |
2606 | 2024-12-20T22:42:47.048Z | info: running `cargo check --bins` on sled-agent-client (74/175) |
2607 | 2024-12-20T22:42:47.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2024-12-20T22:42:47.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2024-12-20T22:42:47.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2610 | 2024-12-20T22:42:47.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2611 | 2024-12-20T22:42:47.677Z | |
2612 | 2024-12-20T22:42:47.677Z | info: running `cargo check --bins` on wicketd-client (75/175) |
2613 | 2024-12-20T22:42:48.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2024-12-20T22:42:48.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2024-12-20T22:42:48.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2616 | 2024-12-20T22:42:48.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2617 | 2024-12-20T22:42:48.329Z | |
2618 | 2024-12-20T22:42:48.329Z | info: running `cargo check --bins` on sled-agent-types (76/175) |
2619 | 2024-12-20T22:42:48.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2024-12-20T22:42:48.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2024-12-20T22:42:48.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2622 | 2024-12-20T22:42:48.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2623 | 2024-12-20T22:42:48.970Z | |
2624 | 2024-12-20T22:42:48.970Z | info: running `cargo check --bins` on wicket-common (77/175) |
2625 | 2024-12-20T22:42:49.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2024-12-20T22:42:49.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2024-12-20T22:42:49.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2024-12-20T22:42:49.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2629 | 2024-12-20T22:42:49.606Z | |
2630 | 2024-12-20T22:42:49.606Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/175) |
2631 | 2024-12-20T22:42:50.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2024-12-20T22:42:50.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2024-12-20T22:42:50.257Z | Checking csv-core v0.1.11 |
2634 | 2024-12-20T22:42:50.257Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2635 | 2024-12-20T22:42:50.259Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2636 | 2024-12-20T22:42:50.562Z | Checking csv v1.3.0 |
2637 | 2024-12-20T22:42:50.575Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2638 | 2024-12-20T22:42:51.123Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2639 | 2024-12-20T22:42:51.479Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2640 | 2024-12-20T22:42:52.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
2641 | 2024-12-20T22:42:52.920Z | |
2642 | 2024-12-20T22:42:52.920Z | info: running `cargo check --bins` on cockroach-admin-api (79/175) |
2643 | 2024-12-20T22:42:53.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2024-12-20T22:42:53.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2024-12-20T22:42:53.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2646 | 2024-12-20T22:42:53.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2647 | 2024-12-20T22:42:53.540Z | |
2648 | 2024-12-20T22:42:53.540Z | info: running `cargo check --bins` on cockroach-admin-types (80/175) |
2649 | 2024-12-20T22:42:54.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2024-12-20T22:42:54.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2024-12-20T22:42:54.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2652 | 2024-12-20T22:42:54.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2653 | 2024-12-20T22:42:54.163Z | |
2654 | 2024-12-20T22:42:54.163Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/175) |
2655 | 2024-12-20T22:42:54.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2656 | 2024-12-20T22:42:54.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2657 | 2024-12-20T22:42:54.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2658 | 2024-12-20T22:42:54.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2659 | 2024-12-20T22:42:54.887Z | |
2660 | 2024-12-20T22:42:54.887Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/175) |
2661 | 2024-12-20T22:42:55.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2662 | 2024-12-20T22:42:55.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2663 | 2024-12-20T22:42:55.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2664 | 2024-12-20T22:42:55.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2665 | 2024-12-20T22:42:55.623Z | |
2666 | 2024-12-20T22:42:55.623Z | info: running `cargo check --bins` on dns-server (83/175) |
2667 | 2024-12-20T22:42:56.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2024-12-20T22:42:56.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2024-12-20T22:42:56.272Z | Compiling parking_lot_core v0.8.6 |
2670 | 2024-12-20T22:42:56.275Z | Checking fxhash v0.2.1 |
2671 | 2024-12-20T22:42:56.275Z | Checking hickory-server v0.24.1 |
2672 | 2024-12-20T22:42:56.276Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2673 | 2024-12-20T22:42:56.276Z | Checking hickory-client v0.24.1 |
2674 | 2024-12-20T22:42:56.946Z | Checking parking_lot v0.11.2 |
2675 | 2024-12-20T22:42:57.113Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2676 | 2024-12-20T22:42:57.113Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2677 | 2024-12-20T22:42:57.177Z | Checking sled v0.34.7 |
2678 | 2024-12-20T22:42:58.894Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2679 | 2024-12-20T22:43:00.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s |
2680 | 2024-12-20T22:43:00.307Z | |
2681 | 2024-12-20T22:43:00.307Z | info: running `cargo check --bins` on dns-server-api (84/175) |
2682 | 2024-12-20T22:43:00.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2024-12-20T22:43:00.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2024-12-20T22:43:00.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2685 | 2024-12-20T22:43:00.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2686 | 2024-12-20T22:43:00.932Z | |
2687 | 2024-12-20T22:43:00.932Z | info: running `cargo check --bins` on gateway-test-utils (85/175) |
2688 | 2024-12-20T22:43:01.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2024-12-20T22:43:01.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2024-12-20T22:43:01.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2691 | 2024-12-20T22:43:01.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2692 | 2024-12-20T22:43:01.601Z | |
2693 | 2024-12-20T22:43:01.601Z | info: running `cargo check --bins` on gateway-types (86/175) |
2694 | 2024-12-20T22:43:02.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2024-12-20T22:43:02.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2024-12-20T22:43:02.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2697 | 2024-12-20T22:43:02.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2698 | 2024-12-20T22:43:02.226Z | |
2699 | 2024-12-20T22:43:02.226Z | info: running `cargo check --bins` on ipcc (87/175) |
2700 | 2024-12-20T22:43:02.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2024-12-20T22:43:02.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2024-12-20T22:43:02.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2703 | 2024-12-20T22:43:02.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2704 | 2024-12-20T22:43:02.844Z | |
2705 | 2024-12-20T22:43:02.844Z | info: running `cargo check --bins` on omicron-gateway (88/175) |
2706 | 2024-12-20T22:43:03.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2024-12-20T22:43:03.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2024-12-20T22:43:03.544Z | Compiling radium v0.7.0 |
2709 | 2024-12-20T22:43:03.544Z | Compiling semver v0.1.20 |
2710 | 2024-12-20T22:43:03.658Z | Compiling maybe-uninit v2.0.0 |
2711 | 2024-12-20T22:43:03.663Z | Checking tap v1.0.1 |
2712 | 2024-12-20T22:43:03.665Z | Checking password-hash v0.5.0 |
2713 | 2024-12-20T22:43:03.676Z | Checking blake2 v0.10.6 |
2714 | 2024-12-20T22:43:03.680Z | Checking funty v2.0.0 |
2715 | 2024-12-20T22:43:03.680Z | Compiling packed_struct v0.10.1 |
2716 | 2024-12-20T22:43:03.795Z | Checking wyz v0.5.1 |
2717 | 2024-12-20T22:43:04.097Z | Compiling rustc_version v0.1.7 |
2718 | 2024-12-20T22:43:04.148Z | Compiling cancel-safe-futures v0.1.5 |
2719 | 2024-12-20T22:43:04.164Z | Compiling owo-colors v4.1.0 |
2720 | 2024-12-20T22:43:04.194Z | Checking crc-catalog v2.4.0 |
2721 | 2024-12-20T22:43:04.242Z | Checking argon2 v0.5.3 |
2722 | 2024-12-20T22:43:04.323Z | Checking crc v3.2.1 |
2723 | 2024-12-20T22:43:04.362Z | Compiling packed_struct_codegen v0.10.1 |
2724 | 2024-12-20T22:43:04.463Z | Compiling indexmap v1.9.3 |
2725 | 2024-12-20T22:43:04.479Z | Checking half v2.4.1 |
2726 | 2024-12-20T22:43:04.518Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2727 | 2024-12-20T22:43:04.578Z | Checking bitvec v1.0.1 |
2728 | 2024-12-20T22:43:04.595Z | Compiling newtype_derive v0.1.6 |
2729 | 2024-12-20T22:43:04.741Z | Checking nodrop v0.1.14 |
2730 | 2024-12-20T22:43:04.776Z | Checking ciborium-io v0.2.2 |
2731 | 2024-12-20T22:43:04.876Z | Checking array-init v0.0.4 |
2732 | 2024-12-20T22:43:04.906Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2733 | 2024-12-20T22:43:04.920Z | Checking ciborium-ll v0.2.2 |
2734 | 2024-12-20T22:43:05.076Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2735 | 2024-12-20T22:43:05.176Z | Checking smallvec v0.6.14 |
2736 | 2024-12-20T22:43:05.218Z | Checking libsw v3.3.1 |
2737 | 2024-12-20T22:43:05.344Z | Compiling memoffset v0.9.1 |
2738 | 2024-12-20T22:43:05.847Z | Checking bitfield v0.14.0 |
2739 | 2024-12-20T22:43:05.874Z | Checking hashbrown v0.12.3 |
2740 | 2024-12-20T22:43:05.874Z | Checking indent_write v2.2.0 |
2741 | 2024-12-20T22:43:05.874Z | Checking linear-map v1.2.0 |
2742 | 2024-12-20T22:43:05.875Z | Checking swrite v0.1.0 |
2743 | 2024-12-20T22:43:05.875Z | Checking termcolor v1.4.1 |
2744 | 2024-12-20T22:43:05.901Z | Checking serde-hex v0.1.0 |
2745 | 2024-12-20T22:43:05.939Z | Checking ron v0.8.1 |
2746 | 2024-12-20T22:43:06.105Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2747 | 2024-12-20T22:43:06.278Z | Checking env_logger v0.10.2 |
2748 | 2024-12-20T22:43:06.838Z | Checking ciborium v0.2.2 |
2749 | 2024-12-20T22:43:06.855Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2750 | 2024-12-20T22:43:07.148Z | Checking steno v0.4.1 |
2751 | 2024-12-20T22:43:07.289Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2752 | 2024-12-20T22:43:07.404Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2753 | 2024-12-20T22:43:07.540Z | Checking hashbrown v0.13.2 |
2754 | 2024-12-20T22:43:07.704Z | Checking humantime v2.1.0 |
2755 | 2024-12-20T22:43:07.841Z | Checking crc-any v2.5.0 |
2756 | 2024-12-20T22:43:07.996Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2757 | 2024-12-20T22:43:08.205Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2758 | 2024-12-20T22:43:08.539Z | Checking object v0.30.4 |
2759 | 2024-12-20T22:43:08.585Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2760 | 2024-12-20T22:43:08.608Z | Checking path-slash v0.1.5 |
2761 | 2024-12-20T22:43:08.762Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2762 | 2024-12-20T22:43:08.933Z | Checking nix v0.27.1 |
2763 | 2024-12-20T22:43:09.308Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2764 | 2024-12-20T22:43:09.838Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2765 | 2024-12-20T22:43:09.916Z | Checking tungstenite v0.23.0 |
2766 | 2024-12-20T22:43:10.034Z | Checking kstat-rs v0.2.4 |
2767 | 2024-12-20T22:43:10.088Z | Checking signal-hook-tokio v0.3.1 |
2768 | 2024-12-20T22:43:10.358Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2769 | 2024-12-20T22:43:10.810Z | Checking tokio-tungstenite v0.23.1 |
2770 | 2024-12-20T22:43:10.920Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2771 | 2024-12-20T22:43:11.625Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2772 | 2024-12-20T22:43:11.639Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2773 | 2024-12-20T22:43:17.850Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2774 | 2024-12-20T22:43:19.109Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2775 | 2024-12-20T22:43:22.366Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2776 | 2024-12-20T22:43:27.962Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2777 | 2024-12-20T22:43:28.666Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2778 | 2024-12-20T22:43:31.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.61s |
2779 | 2024-12-20T22:43:31.642Z | |
2780 | 2024-12-20T22:43:31.642Z | info: running `cargo check --bins` on gateway-api (89/175) |
2781 | 2024-12-20T22:43:32.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2024-12-20T22:43:32.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2024-12-20T22:43:32.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2024-12-20T22:43:32.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2785 | 2024-12-20T22:43:32.274Z | |
2786 | 2024-12-20T22:43:32.274Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/175) |
2787 | 2024-12-20T22:43:32.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2024-12-20T22:43:32.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2024-12-20T22:43:32.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2024-12-20T22:43:32.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2791 | 2024-12-20T22:43:32.876Z | |
2792 | 2024-12-20T22:43:32.876Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/175) |
2793 | 2024-12-20T22:43:33.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2024-12-20T22:43:33.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2024-12-20T22:43:33.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2024-12-20T22:43:33.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2797 | 2024-12-20T22:43:33.495Z | |
2798 | 2024-12-20T22:43:33.495Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/175) |
2799 | 2024-12-20T22:43:34.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2024-12-20T22:43:34.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2024-12-20T22:43:34.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2024-12-20T22:43:34.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2803 | 2024-12-20T22:43:34.112Z | |
2804 | 2024-12-20T22:43:34.112Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/175) |
2805 | 2024-12-20T22:43:34.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2024-12-20T22:43:34.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2024-12-20T22:43:34.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2808 | 2024-12-20T22:43:34.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2809 | 2024-12-20T22:43:34.735Z | |
2810 | 2024-12-20T22:43:34.736Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/175) |
2811 | 2024-12-20T22:43:35.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2024-12-20T22:43:35.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2024-12-20T22:43:35.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2024-12-20T22:43:35.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2815 | 2024-12-20T22:43:35.365Z | |
2816 | 2024-12-20T22:43:35.365Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/175) |
2817 | 2024-12-20T22:43:35.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2024-12-20T22:43:36.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2024-12-20T22:43:36.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2024-12-20T22:43:36.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2821 | 2024-12-20T22:43:36.076Z | |
2822 | 2024-12-20T22:43:36.076Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/175) |
2823 | 2024-12-20T22:43:36.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-12-20T22:43:36.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-12-20T22:43:36.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2024-12-20T22:43:36.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2827 | 2024-12-20T22:43:36.597Z | |
2828 | 2024-12-20T22:43:36.597Z | info: running `cargo check --bins` on oximeter-producer (97/175) |
2829 | 2024-12-20T22:43:37.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-12-20T22:43:37.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-12-20T22:43:37.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2024-12-20T22:43:37.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2833 | 2024-12-20T22:43:37.241Z | |
2834 | 2024-12-20T22:43:37.241Z | info: running `cargo check --bins` on internal-dns-resolver (98/175) |
2835 | 2024-12-20T22:43:37.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-12-20T22:43:37.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-12-20T22:43:37.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2024-12-20T22:43:37.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2839 | 2024-12-20T22:43:37.859Z | |
2840 | 2024-12-20T22:43:37.859Z | info: running `cargo check --bins` on sp-sim (99/175) |
2841 | 2024-12-20T22:43:38.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-12-20T22:43:38.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-12-20T22:43:38.485Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2844 | 2024-12-20T22:43:40.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s |
2845 | 2024-12-20T22:43:40.485Z | |
2846 | 2024-12-20T22:43:40.485Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/175) |
2847 | 2024-12-20T22:43:41.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-12-20T22:43:41.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-12-20T22:43:41.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2850 | 2024-12-20T22:43:41.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2851 | 2024-12-20T22:43:41.148Z | |
2852 | 2024-12-20T22:43:41.148Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/175) |
2853 | 2024-12-20T22:43:41.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2024-12-20T22:43:41.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2024-12-20T22:43:41.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2856 | 2024-12-20T22:43:41.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2857 | 2024-12-20T22:43:41.825Z | |
2858 | 2024-12-20T22:43:41.825Z | info: running `cargo check --bins` on db-macros (102/175) |
2859 | 2024-12-20T22:43:42.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2024-12-20T22:43:42.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2024-12-20T22:43:42.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2862 | 2024-12-20T22:43:42.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2863 | 2024-12-20T22:43:42.426Z | |
2864 | 2024-12-20T22:43:42.426Z | info: running `cargo check --bins` on nexus-macros-common (103/175) |
2865 | 2024-12-20T22:43:42.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2024-12-20T22:43:42.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2024-12-20T22:43:42.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2868 | 2024-12-20T22:43:42.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2869 | 2024-12-20T22:43:43.035Z | |
2870 | 2024-12-20T22:43:43.035Z | info: running `cargo check --bins` on nexus-auth (104/175) |
2871 | 2024-12-20T22:43:43.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2024-12-20T22:43:43.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2024-12-20T22:43:43.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2024-12-20T22:43:43.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2875 | 2024-12-20T22:43:43.695Z | |
2876 | 2024-12-20T22:43:43.695Z | info: running `cargo check --bins` on authz-macros (105/175) |
2877 | 2024-12-20T22:43:44.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2024-12-20T22:43:44.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2024-12-20T22:43:44.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2880 | 2024-12-20T22:43:44.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2881 | 2024-12-20T22:43:44.301Z | |
2882 | 2024-12-20T22:43:44.301Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/175) |
2883 | 2024-12-20T22:43:44.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2024-12-20T22:43:44.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2024-12-20T22:43:44.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2886 | 2024-12-20T22:43:44.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2887 | 2024-12-20T22:43:44.951Z | |
2888 | 2024-12-20T22:43:44.952Z | info: running `cargo check --bins` on nexus-db-model (107/175) |
2889 | 2024-12-20T22:43:45.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2024-12-20T22:43:45.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2024-12-20T22:43:45.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2892 | 2024-12-20T22:43:45.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2893 | 2024-12-20T22:43:45.600Z | |
2894 | 2024-12-20T22:43:45.600Z | info: running `cargo check --bins` on nexus-defaults (108/175) |
2895 | 2024-12-20T22:43:46.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2896 | 2024-12-20T22:43:46.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2897 | 2024-12-20T22:43:46.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2898 | 2024-12-20T22:43:46.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2899 | 2024-12-20T22:43:46.221Z | |
2900 | 2024-12-20T22:43:46.221Z | info: running `cargo check --bins` on nexus-inventory (109/175) |
2901 | 2024-12-20T22:43:46.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2902 | 2024-12-20T22:43:46.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2903 | 2024-12-20T22:43:46.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2904 | 2024-12-20T22:43:46.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2905 | 2024-12-20T22:43:46.870Z | |
2906 | 2024-12-20T22:43:46.870Z | info: running `cargo check --bins` on typed-rng (110/175) |
2907 | 2024-12-20T22:43:47.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2908 | 2024-12-20T22:43:47.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2909 | 2024-12-20T22:43:47.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2910 | 2024-12-20T22:43:47.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2911 | 2024-12-20T22:43:47.474Z | |
2912 | 2024-12-20T22:43:47.474Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/175) |
2913 | 2024-12-20T22:43:48.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2914 | 2024-12-20T22:43:48.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2915 | 2024-12-20T22:43:48.205Z | Checking keccak v0.1.5 |
2916 | 2024-12-20T22:43:48.314Z | Checking secrecy v0.8.0 |
2917 | 2024-12-20T22:43:48.317Z | Compiling unicase v2.7.0 |
2918 | 2024-12-20T22:43:48.317Z | Compiling same-file v1.0.6 |
2919 | 2024-12-20T22:43:48.343Z | Compiling tempfile v3.13.0 |
2920 | 2024-12-20T22:43:48.358Z | Compiling thiserror-impl-no-std v2.0.2 |
2921 | 2024-12-20T22:43:48.361Z | Checking universal-hash v0.5.1 |
2922 | 2024-12-20T22:43:48.361Z | Compiling blake3 v1.5.4 |
2923 | 2024-12-20T22:43:48.492Z | Compiling walkdir v2.5.0 |
2924 | 2024-12-20T22:43:48.546Z | Compiling ring v0.16.20 |
2925 | 2024-12-20T22:43:48.577Z | Checking sha3 v0.10.8 |
2926 | 2024-12-20T22:43:48.612Z | Checking opaque-debug v0.3.1 |
2927 | 2024-12-20T22:43:48.703Z | Checking poly1305 v0.8.0 |
2928 | 2024-12-20T22:43:48.766Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2929 | 2024-12-20T22:43:48.974Z | Checking chacha20 v0.9.1 |
2930 | 2024-12-20T22:43:49.052Z | Checking aead v0.5.2 |
2931 | 2024-12-20T22:43:49.175Z | Compiling memmap2 v0.9.5 |
2932 | 2024-12-20T22:43:49.223Z | Compiling arrayvec v0.7.6 |
2933 | 2024-12-20T22:43:49.241Z | Compiling spin v0.5.2 |
2934 | 2024-12-20T22:43:49.261Z | Compiling arrayref v0.3.9 |
2935 | 2024-12-20T22:43:49.331Z | Compiling salty v0.3.0 |
2936 | 2024-12-20T22:43:49.356Z | Compiling constant_time_eq v0.3.1 |
2937 | 2024-12-20T22:43:49.470Z | Compiling libefi-sys v0.1.0 |
2938 | 2024-12-20T22:43:49.515Z | Checking chacha20poly1305 v0.10.1 |
2939 | 2024-12-20T22:43:49.599Z | Compiling toolchain_find v0.4.0 |
2940 | 2024-12-20T22:43:49.695Z | Compiling camino-tempfile v1.1.1 |
2941 | 2024-12-20T22:43:49.764Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2942 | 2024-12-20T22:43:49.779Z | Compiling bitfield-struct v0.6.2 |
2943 | 2024-12-20T22:43:50.023Z | Compiling topological-sort v0.2.2 |
2944 | 2024-12-20T22:43:50.158Z | Compiling mime_guess v2.0.5 |
2945 | 2024-12-20T22:43:50.266Z | Compiling rustfmt-wrapper v0.2.1 |
2946 | 2024-12-20T22:43:50.719Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2947 | 2024-12-20T22:43:50.823Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2948 | 2024-12-20T22:43:50.847Z | Checking primeorder v0.13.6 |
2949 | 2024-12-20T22:43:50.914Z | Checking env_filter v0.1.2 |
2950 | 2024-12-20T22:43:51.118Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2951 | 2024-12-20T22:43:51.147Z | Checking env_logger v0.11.5 |
2952 | 2024-12-20T22:43:51.257Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2953 | 2024-12-20T22:43:51.316Z | Checking p384 v0.13.0 |
2954 | 2024-12-20T22:43:51.470Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2955 | 2024-12-20T22:43:51.484Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2956 | 2024-12-20T22:43:51.558Z | Checking thiserror-no-std v2.0.2 |
2957 | 2024-12-20T22:43:51.668Z | Checking vsss-rs v3.3.4 |
2958 | 2024-12-20T22:43:51.733Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2959 | 2024-12-20T22:43:51.805Z | Checking simd-adler32 v0.3.7 |
2960 | 2024-12-20T22:43:51.829Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2961 | 2024-12-20T22:43:52.068Z | Checking http-range v0.1.5 |
2962 | 2024-12-20T22:43:52.124Z | Compiling zip v2.1.3 |
2963 | 2024-12-20T22:43:52.152Z | Checking bumpalo v3.16.0 |
2964 | 2024-12-20T22:43:52.253Z | Checking lockfree-object-pool v0.1.6 |
2965 | 2024-12-20T22:43:52.296Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2966 | 2024-12-20T22:43:52.376Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2967 | 2024-12-20T22:43:52.446Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2968 | 2024-12-20T22:43:52.482Z | Checking zopfli v0.8.1 |
2969 | 2024-12-20T22:43:52.607Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2970 | 2024-12-20T22:43:52.646Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2971 | 2024-12-20T22:43:53.306Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2972 | 2024-12-20T22:43:53.317Z | Checking nanorand v0.7.0 |
2973 | 2024-12-20T22:43:53.317Z | Checking atty v0.2.14 |
2974 | 2024-12-20T22:43:53.317Z | Checking glob v0.3.1 |
2975 | 2024-12-20T22:43:53.340Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2976 | 2024-12-20T22:43:53.535Z | Checking flume v0.11.1 |
2977 | 2024-12-20T22:43:53.564Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2978 | 2024-12-20T22:43:53.921Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2979 | 2024-12-20T22:43:54.318Z | Compiling omicron-zone-package v0.11.1 |
2980 | 2024-12-20T22:43:55.017Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2981 | 2024-12-20T22:43:55.121Z | Checking hyper-staticfile v0.10.1 |
2982 | 2024-12-20T22:43:55.794Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2983 | 2024-12-20T22:43:55.860Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2984 | 2024-12-20T22:43:55.938Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2985 | 2024-12-20T22:43:56.202Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2986 | 2024-12-20T22:43:56.219Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2987 | 2024-12-20T22:43:56.304Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2988 | 2024-12-20T22:43:56.855Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2989 | 2024-12-20T22:43:57.129Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2990 | 2024-12-20T22:43:57.578Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2991 | 2024-12-20T22:43:58.581Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2992 | 2024-12-20T22:44:00.508Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2993 | 2024-12-20T22:44:00.508Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2994 | 2024-12-20T22:44:10.627Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2995 | 2024-12-20T22:44:24.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.57s |
2996 | 2024-12-20T22:44:24.236Z | |
2997 | 2024-12-20T22:44:24.236Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/175) |
2998 | 2024-12-20T22:44:24.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2999 | 2024-12-20T22:44:24.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3000 | 2024-12-20T22:44:24.968Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3001 | 2024-12-20T22:44:38.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.15s |
3002 | 2024-12-20T22:44:38.587Z | |
3003 | 2024-12-20T22:44:38.587Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/175) |
3004 | 2024-12-20T22:44:39.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3005 | 2024-12-20T22:44:39.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3006 | 2024-12-20T22:44:39.327Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3007 | 2024-12-20T22:44:52.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s |
3008 | 2024-12-20T22:44:53.040Z | |
3009 | 2024-12-20T22:44:53.040Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/175) |
3010 | 2024-12-20T22:44:53.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3011 | 2024-12-20T22:44:53.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3012 | 2024-12-20T22:44:53.774Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3013 | 2024-12-20T22:45:07.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s |
3014 | 2024-12-20T22:45:07.540Z | |
3015 | 2024-12-20T22:45:07.540Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/175) |
3016 | 2024-12-20T22:45:08.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2024-12-20T22:45:08.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2024-12-20T22:45:08.265Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3019 | 2024-12-20T22:45:21.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s |
3020 | 2024-12-20T22:45:21.992Z | |
3021 | 2024-12-20T22:45:21.992Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/175) |
3022 | 2024-12-20T22:45:22.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2024-12-20T22:45:22.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2024-12-20T22:45:22.716Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3025 | 2024-12-20T22:45:36.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.12s |
3026 | 2024-12-20T22:45:36.312Z | |
3027 | 2024-12-20T22:45:36.312Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/175) |
3028 | 2024-12-20T22:45:36.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2024-12-20T22:45:36.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2024-12-20T22:45:37.030Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3031 | 2024-12-20T22:45:50.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s |
3032 | 2024-12-20T22:45:50.807Z | |
3033 | 2024-12-20T22:45:50.807Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/175) |
3034 | 2024-12-20T22:45:51.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2024-12-20T22:45:51.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2024-12-20T22:45:51.535Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3037 | 2024-12-20T22:46:05.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s |
3038 | 2024-12-20T22:46:05.254Z | |
3039 | 2024-12-20T22:46:05.254Z | info: running `cargo check --bins` on bootstrap-agent-api (119/175) |
3040 | 2024-12-20T22:46:05.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2024-12-20T22:46:05.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2024-12-20T22:46:05.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3043 | 2024-12-20T22:46:05.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3044 | 2024-12-20T22:46:05.910Z | |
3045 | 2024-12-20T22:46:05.910Z | info: running `cargo check --bins` on key-manager (120/175) |
3046 | 2024-12-20T22:46:06.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2024-12-20T22:46:06.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2024-12-20T22:46:06.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3049 | 2024-12-20T22:46:06.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3050 | 2024-12-20T22:46:06.529Z | |
3051 | 2024-12-20T22:46:06.529Z | info: running `cargo check --bins` on range-requests (121/175) |
3052 | 2024-12-20T22:46:07.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2024-12-20T22:46:07.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2024-12-20T22:46:07.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3055 | 2024-12-20T22:46:07.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3056 | 2024-12-20T22:46:07.136Z | |
3057 | 2024-12-20T22:46:07.136Z | info: running `cargo check --bins` on repo-depot-api (122/175) |
3058 | 2024-12-20T22:46:07.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3059 | 2024-12-20T22:46:07.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3060 | 2024-12-20T22:46:07.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3061 | 2024-12-20T22:46:07.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3062 | 2024-12-20T22:46:07.750Z | |
3063 | 2024-12-20T22:46:07.750Z | info: running `cargo check --bins` on sled-agent-api (123/175) |
3064 | 2024-12-20T22:46:08.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2024-12-20T22:46:08.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2024-12-20T22:46:08.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3067 | 2024-12-20T22:46:08.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3068 | 2024-12-20T22:46:08.398Z | |
3069 | 2024-12-20T22:46:08.399Z | info: running `cargo check --bins` on sled-diagnostics (124/175) |
3070 | 2024-12-20T22:46:08.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2024-12-20T22:46:08.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2024-12-20T22:46:08.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3073 | 2024-12-20T22:46:08.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3074 | 2024-12-20T22:46:09.003Z | |
3075 | 2024-12-20T22:46:09.003Z | info: running `cargo check --bins` on sled-hardware (125/175) |
3076 | 2024-12-20T22:46:09.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2024-12-20T22:46:09.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2024-12-20T22:46:09.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3079 | 2024-12-20T22:46:09.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3080 | 2024-12-20T22:46:09.633Z | |
3081 | 2024-12-20T22:46:09.633Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/175) |
3082 | 2024-12-20T22:46:10.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3083 | 2024-12-20T22:46:10.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3084 | 2024-12-20T22:46:10.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3085 | 2024-12-20T22:46:10.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3086 | 2024-12-20T22:46:10.268Z | |
3087 | 2024-12-20T22:46:10.268Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/175) |
3088 | 2024-12-20T22:46:10.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3089 | 2024-12-20T22:46:10.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3090 | 2024-12-20T22:46:10.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3091 | 2024-12-20T22:46:10.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3092 | 2024-12-20T22:46:10.897Z | |
3093 | 2024-12-20T22:46:10.897Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/175) |
3094 | 2024-12-20T22:46:11.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2024-12-20T22:46:11.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2024-12-20T22:46:11.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3097 | 2024-12-20T22:46:11.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3098 | 2024-12-20T22:46:11.540Z | |
3099 | 2024-12-20T22:46:11.540Z | info: running `cargo check --bins` on nexus-test-interface (129/175) |
3100 | 2024-12-20T22:46:12.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2024-12-20T22:46:12.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2024-12-20T22:46:12.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3103 | 2024-12-20T22:46:12.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3104 | 2024-12-20T22:46:12.181Z | |
3105 | 2024-12-20T22:46:12.181Z | info: running `cargo check --bins` on oximeter-collector (130/175) |
3106 | 2024-12-20T22:46:12.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3107 | 2024-12-20T22:46:12.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3108 | 2024-12-20T22:46:12.853Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3109 | 2024-12-20T22:46:12.853Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3110 | 2024-12-20T22:46:13.718Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3111 | 2024-12-20T22:46:15.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
3112 | 2024-12-20T22:46:15.901Z | |
3113 | 2024-12-20T22:46:15.902Z | info: running `cargo check --bins` on oximeter-api (131/175) |
3114 | 2024-12-20T22:46:16.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3115 | 2024-12-20T22:46:16.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3116 | 2024-12-20T22:46:16.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3117 | 2024-12-20T22:46:16.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3118 | 2024-12-20T22:46:16.519Z | |
3119 | 2024-12-20T22:46:16.520Z | info: running `cargo check --bins` on cert-dev (132/175) |
3120 | 2024-12-20T22:46:17.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3121 | 2024-12-20T22:46:17.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3122 | 2024-12-20T22:46:17.121Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3123 | 2024-12-20T22:46:17.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3124 | 2024-12-20T22:46:17.549Z | |
3125 | 2024-12-20T22:46:17.549Z | info: running `cargo check --bins` on clickana (133/175) |
3126 | 2024-12-20T22:46:18.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3127 | 2024-12-20T22:46:18.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3128 | 2024-12-20T22:46:18.183Z | Checking castaway v0.2.3 |
3129 | 2024-12-20T22:46:18.183Z | Checking unicode-truncate v1.1.0 |
3130 | 2024-12-20T22:46:18.186Z | Checking lru v0.12.5 |
3131 | 2024-12-20T22:46:18.186Z | Compiling instability v0.3.2 |
3132 | 2024-12-20T22:46:18.186Z | Checking cassowary v0.3.0 |
3133 | 2024-12-20T22:46:18.186Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3134 | 2024-12-20T22:46:18.403Z | Checking compact_str v0.8.0 |
3135 | 2024-12-20T22:46:19.002Z | Checking ratatui v0.28.1 |
3136 | 2024-12-20T22:46:20.840Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3137 | 2024-12-20T22:46:21.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
3138 | 2024-12-20T22:46:21.838Z | |
3139 | 2024-12-20T22:46:21.838Z | info: running `cargo check --bins` on clickhouse-cluster-dev (134/175) |
3140 | 2024-12-20T22:46:22.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3141 | 2024-12-20T22:46:22.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3142 | 2024-12-20T22:46:22.512Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3143 | 2024-12-20T22:46:22.512Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3144 | 2024-12-20T22:46:23.087Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3145 | 2024-12-20T22:46:23.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
3146 | 2024-12-20T22:46:23.626Z | |
3147 | 2024-12-20T22:46:23.626Z | info: running `cargo check --bins` on ch-dev (135/175) |
3148 | 2024-12-20T22:46:24.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3149 | 2024-12-20T22:46:24.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3150 | 2024-12-20T22:46:24.283Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3151 | 2024-12-20T22:46:24.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3152 | 2024-12-20T22:46:25.160Z | |
3153 | 2024-12-20T22:46:25.160Z | info: running `cargo check --bins` on crdb-seed (136/175) |
3154 | 2024-12-20T22:46:25.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3155 | 2024-12-20T22:46:25.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3156 | 2024-12-20T22:46:25.810Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3157 | 2024-12-20T22:46:26.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3158 | 2024-12-20T22:46:26.350Z | |
3159 | 2024-12-20T22:46:26.350Z | info: running `cargo check --bins` on db-dev (137/175) |
3160 | 2024-12-20T22:46:26.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3161 | 2024-12-20T22:46:26.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3162 | 2024-12-20T22:46:27.004Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3163 | 2024-12-20T22:46:27.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
3164 | 2024-12-20T22:46:27.902Z | |
3165 | 2024-12-20T22:46:27.902Z | info: running `cargo check --bins` on omicron-dev-lib (138/175) |
3166 | 2024-12-20T22:46:28.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3167 | 2024-12-20T22:46:28.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3168 | 2024-12-20T22:46:28.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3169 | 2024-12-20T22:46:28.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3170 | 2024-12-20T22:46:28.542Z | |
3171 | 2024-12-20T22:46:28.542Z | info: running `cargo check --bins` on xtask-downloader (139/175) |
3172 | 2024-12-20T22:46:29.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3173 | 2024-12-20T22:46:29.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3174 | 2024-12-20T22:46:29.156Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3175 | 2024-12-20T22:46:30.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
3176 | 2024-12-20T22:46:30.216Z | |
3177 | 2024-12-20T22:46:30.216Z | info: running `cargo check --bins` on omicron-ls-apis (140/175) |
3178 | 2024-12-20T22:46:30.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3179 | 2024-12-20T22:46:30.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3180 | 2024-12-20T22:46:30.826Z | Checking cargo-platform v0.1.8 |
3181 | 2024-12-20T22:46:31.094Z | Checking cargo_metadata v0.18.1 |
3182 | 2024-12-20T22:46:32.055Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3183 | 2024-12-20T22:46:32.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
3184 | 2024-12-20T22:46:33.034Z | |
3185 | 2024-12-20T22:46:33.034Z | info: running `cargo check --bins` on mgs-dev (141/175) |
3186 | 2024-12-20T22:46:33.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3187 | 2024-12-20T22:46:33.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3188 | 2024-12-20T22:46:33.748Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3189 | 2024-12-20T22:46:34.469Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3190 | 2024-12-20T22:46:35.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
3191 | 2024-12-20T22:46:35.218Z | |
3192 | 2024-12-20T22:46:35.219Z | info: running `cargo check --bins` on omicron-omdb (142/175) |
3193 | 2024-12-20T22:46:35.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3194 | 2024-12-20T22:46:35.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3195 | 2024-12-20T22:46:36.011Z | Compiling crunchy v0.2.2 |
3196 | 2024-12-20T22:46:36.011Z | Compiling tiny-keccak v2.0.2 |
3197 | 2024-12-20T22:46:36.015Z | Compiling dsl_auto_type v0.1.2 |
3198 | 2024-12-20T22:46:36.015Z | Checking scheduled-thread-pool v0.2.7 |
3199 | 2024-12-20T22:46:36.015Z | Compiling diesel_table_macro_syntax v0.2.0 |
3200 | 2024-12-20T22:46:36.015Z | Compiling ascii-canvas v3.0.0 |
3201 | 2024-12-20T22:46:36.125Z | Compiling ena v0.14.3 |
3202 | 2024-12-20T22:46:36.128Z | Compiling diff v0.1.13 |
3203 | 2024-12-20T22:46:36.372Z | Checking r2d2 v0.8.10 |
3204 | 2024-12-20T22:46:36.581Z | Compiling regex-syntax v0.6.29 |
3205 | 2024-12-20T22:46:36.597Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3206 | 2024-12-20T22:46:36.601Z | Compiling ref-cast v1.0.23 |
3207 | 2024-12-20T22:46:36.604Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3208 | 2024-12-20T22:46:36.702Z | Compiling derive_builder_core v0.20.2 |
3209 | 2024-12-20T22:46:36.820Z | Compiling libxml v0.3.3 |
3210 | 2024-12-20T22:46:36.900Z | Compiling ref-cast-impl v1.0.23 |
3211 | 2024-12-20T22:46:36.920Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3212 | 2024-12-20T22:46:37.243Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3213 | 2024-12-20T22:46:37.268Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3214 | 2024-12-20T22:46:37.429Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3215 | 2024-12-20T22:46:37.450Z | Compiling strum_macros v0.24.3 |
3216 | 2024-12-20T22:46:37.535Z | Compiling samael v0.0.17 |
3217 | 2024-12-20T22:46:37.751Z | Compiling diesel_derives v2.2.3 |
3218 | 2024-12-20T22:46:37.855Z | Compiling indoc v1.0.9 |
3219 | 2024-12-20T22:46:38.838Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3220 | 2024-12-20T22:46:39.130Z | Compiling oso-derive v0.27.3 |
3221 | 2024-12-20T22:46:39.148Z | Compiling derive_builder_macro v0.20.2 |
3222 | 2024-12-20T22:46:40.013Z | Compiling lalrpop v0.19.12 |
3223 | 2024-12-20T22:46:40.049Z | Checking derive_builder v0.20.2 |
3224 | 2024-12-20T22:46:40.193Z | Compiling impl-trait-for-tuples v0.2.2 |
3225 | 2024-12-20T22:46:40.211Z | Checking quick-xml v0.33.0 |
3226 | 2024-12-20T22:46:40.712Z | Compiling diesel-dtrace v0.4.2 |
3227 | 2024-12-20T22:46:40.996Z | Checking maplit v1.0.2 |
3228 | 2024-12-20T22:46:41.134Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3229 | 2024-12-20T22:46:41.158Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3230 | 2024-12-20T22:46:41.450Z | Checking bb8 v0.8.5 |
3231 | 2024-12-20T22:46:41.912Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3232 | 2024-12-20T22:46:41.965Z | Checking rand_seeder v0.3.0 |
3233 | 2024-12-20T22:46:42.214Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3234 | 2024-12-20T22:46:42.240Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3235 | 2024-12-20T22:46:42.416Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3236 | 2024-12-20T22:46:42.514Z | Checking unicode-linebreak v0.1.5 |
3237 | 2024-12-20T22:46:42.704Z | Checking is_ci v1.2.0 |
3238 | 2024-12-20T22:46:42.826Z | Checking smawk v0.3.2 |
3239 | 2024-12-20T22:46:42.848Z | Checking supports-color v3.0.1 |
3240 | 2024-12-20T22:46:42.942Z | Checking multimap v0.10.0 |
3241 | 2024-12-20T22:46:43.031Z | Checking textwrap v0.16.1 |
3242 | 2024-12-20T22:46:44.090Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3243 | 2024-12-20T22:46:46.656Z | Checking diesel v2.2.6 |
3244 | 2024-12-20T22:47:13.145Z | Compiling polar-core v0.27.3 |
3245 | 2024-12-20T22:47:16.506Z | Checking async-bb8-diesel v0.2.1 |
3246 | 2024-12-20T22:47:20.601Z | Checking oso v0.27.3 |
3247 | 2024-12-20T22:48:30.598Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3248 | 2024-12-20T22:48:36.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s |
3249 | 2024-12-20T22:48:36.999Z | |
3250 | 2024-12-20T22:48:36.999Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (143/175) |
3251 | 2024-12-20T22:48:37.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3252 | 2024-12-20T22:48:37.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3253 | 2024-12-20T22:48:37.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3254 | 2024-12-20T22:48:37.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3255 | 2024-12-20T22:48:37.681Z | |
3256 | 2024-12-20T22:48:37.681Z | info: running `cargo check --bins` on nexus-saga-recovery (144/175) |
3257 | 2024-12-20T22:48:38.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3258 | 2024-12-20T22:48:38.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3259 | 2024-12-20T22:48:38.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3260 | 2024-12-20T22:48:38.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3261 | 2024-12-20T22:48:38.342Z | |
3262 | 2024-12-20T22:48:38.342Z | info: running `cargo check --bins` on nexus-test-utils-macros (145/175) |
3263 | 2024-12-20T22:48:38.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3264 | 2024-12-20T22:48:38.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3265 | 2024-12-20T22:48:38.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3266 | 2024-12-20T22:48:38.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3267 | 2024-12-20T22:48:38.946Z | |
3268 | 2024-12-20T22:48:38.946Z | info: running `cargo check --bins` on omicron-nexus (146/175) |
3269 | 2024-12-20T22:48:39.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3270 | 2024-12-20T22:48:39.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3271 | 2024-12-20T22:48:39.739Z | Compiling libz-sys v1.1.20 |
3272 | 2024-12-20T22:48:39.855Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3273 | 2024-12-20T22:48:39.866Z | Compiling vergen v8.3.2 |
3274 | 2024-12-20T22:48:39.868Z | Compiling cargo-platform v0.1.8 |
3275 | 2024-12-20T22:48:39.868Z | Compiling pin-project-internal v1.1.6 |
3276 | 2024-12-20T22:48:39.904Z | Compiling snafu-derive v0.8.5 |
3277 | 2024-12-20T22:48:39.907Z | Compiling libsqlite3-sys v0.30.1 |
3278 | 2024-12-20T22:48:39.907Z | Compiling rustls v0.21.12 |
3279 | 2024-12-20T22:48:40.166Z | Compiling cargo_metadata v0.18.1 |
3280 | 2024-12-20T22:48:40.193Z | Compiling buf-list v1.0.3 |
3281 | 2024-12-20T22:48:40.421Z | Compiling cfg_aliases v0.2.1 |
3282 | 2024-12-20T22:48:40.526Z | Checking globset v0.4.15 |
3283 | 2024-12-20T22:48:40.544Z | Compiling nix v0.29.0 |
3284 | 2024-12-20T22:48:40.803Z | Checking olpc-cjson v0.1.4 |
3285 | 2024-12-20T22:48:40.944Z | Checking rustls-webpki v0.101.7 |
3286 | 2024-12-20T22:48:41.013Z | Checking sct v0.7.1 |
3287 | 2024-12-20T22:48:41.033Z | Checking serde_plain v1.0.2 |
3288 | 2024-12-20T22:48:41.221Z | Checking typed-path v0.9.3 |
3289 | 2024-12-20T22:48:41.603Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3290 | 2024-12-20T22:48:41.908Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3291 | 2024-12-20T22:48:41.924Z | Checking hashlink v0.9.1 |
3292 | 2024-12-20T22:48:42.187Z | Checking fallible-streaming-iterator v0.1.9 |
3293 | 2024-12-20T22:48:42.425Z | Checking fallible-iterator v0.3.0 |
3294 | 2024-12-20T22:48:42.511Z | Checking parse-size v1.1.0 |
3295 | 2024-12-20T22:48:42.865Z | Checking pin-project v1.1.6 |
3296 | 2024-12-20T22:48:42.998Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3297 | 2024-12-20T22:48:43.062Z | Checking rusqlite v0.32.1 |
3298 | 2024-12-20T22:48:43.133Z | Checking rustls-pemfile v1.0.4 |
3299 | 2024-12-20T22:48:43.231Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3300 | 2024-12-20T22:48:43.331Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3301 | 2024-12-20T22:48:43.560Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3302 | 2024-12-20T22:48:43.696Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3303 | 2024-12-20T22:48:43.833Z | Checking twox-hash v1.6.3 |
3304 | 2024-12-20T22:48:43.972Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3305 | 2024-12-20T22:48:44.359Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3306 | 2024-12-20T22:48:44.618Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3307 | 2024-12-20T22:48:44.797Z | Checking tokio-rustls v0.24.1 |
3308 | 2024-12-20T22:48:45.049Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3309 | 2024-12-20T22:48:45.152Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3310 | 2024-12-20T22:48:45.214Z | Checking fatfs v0.3.6 |
3311 | 2024-12-20T22:48:45.398Z | Checking snafu v0.8.5 |
3312 | 2024-12-20T22:48:45.891Z | Checking tough v0.19.0 |
3313 | 2024-12-20T22:48:45.987Z | Checking assert_matches v1.5.0 |
3314 | 2024-12-20T22:48:49.999Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3315 | 2024-12-20T22:48:51.379Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3316 | 2024-12-20T22:48:52.048Z | Compiling git2 v0.19.0 |
3317 | 2024-12-20T22:48:56.748Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3318 | 2024-12-20T22:49:51.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3319 | 2024-12-20T22:49:51.574Z | |
3320 | 2024-12-20T22:49:51.574Z | info: running `cargo check --bins` on nexus-external-api (147/175) |
3321 | 2024-12-20T22:49:52.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3322 | 2024-12-20T22:49:52.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3323 | 2024-12-20T22:49:52.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3324 | 2024-12-20T22:49:52.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3325 | 2024-12-20T22:49:52.271Z | |
3326 | 2024-12-20T22:49:52.271Z | info: running `cargo check --bins` on openapi-manager-types (148/175) |
3327 | 2024-12-20T22:49:52.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3328 | 2024-12-20T22:49:52.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3329 | 2024-12-20T22:49:52.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3330 | 2024-12-20T22:49:52.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3331 | 2024-12-20T22:49:52.887Z | |
3332 | 2024-12-20T22:49:52.887Z | info: running `cargo check --bins` on nexus-internal-api (149/175) |
3333 | 2024-12-20T22:49:53.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3334 | 2024-12-20T22:49:53.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3335 | 2024-12-20T22:49:53.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3336 | 2024-12-20T22:49:53.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3337 | 2024-12-20T22:49:53.590Z | |
3338 | 2024-12-20T22:49:53.591Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (150/175) |
3339 | 2024-12-20T22:49:54.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3340 | 2024-12-20T22:49:54.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3341 | 2024-12-20T22:49:54.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3342 | 2024-12-20T22:49:54.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3343 | 2024-12-20T22:49:54.232Z | |
3344 | 2024-12-20T22:49:54.232Z | info: running `cargo check --bins` on nexus-networking (151/175) |
3345 | 2024-12-20T22:49:54.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3346 | 2024-12-20T22:49:54.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3347 | 2024-12-20T22:49:54.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3348 | 2024-12-20T22:49:54.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3349 | 2024-12-20T22:49:54.902Z | |
3350 | 2024-12-20T22:49:54.902Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (152/175) |
3351 | 2024-12-20T22:49:55.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3352 | 2024-12-20T22:49:55.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3353 | 2024-12-20T22:49:55.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3354 | 2024-12-20T22:49:55.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3355 | 2024-12-20T22:49:55.585Z | |
3356 | 2024-12-20T22:49:55.585Z | info: running `cargo check --bins` on update-common (153/175) |
3357 | 2024-12-20T22:49:56.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3358 | 2024-12-20T22:49:56.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3359 | 2024-12-20T22:49:56.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3360 | 2024-12-20T22:49:56.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3361 | 2024-12-20T22:49:56.233Z | |
3362 | 2024-12-20T22:49:56.233Z | info: running `cargo check --bins` on tufaceous-lib (154/175) |
3363 | 2024-12-20T22:49:56.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3364 | 2024-12-20T22:49:56.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3365 | 2024-12-20T22:49:56.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3366 | 2024-12-20T22:49:56.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3367 | 2024-12-20T22:49:56.891Z | |
3368 | 2024-12-20T22:49:56.891Z | info: running `cargo check --bins` on tufaceous (155/175) |
3369 | 2024-12-20T22:49:57.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3370 | 2024-12-20T22:49:57.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3371 | 2024-12-20T22:49:57.553Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3372 | 2024-12-20T22:49:58.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3373 | 2024-12-20T22:49:58.698Z | |
3374 | 2024-12-20T22:49:58.698Z | info: running `cargo check --bins` on omicron-dev (156/175) |
3375 | 2024-12-20T22:49:59.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3376 | 2024-12-20T22:49:59.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3377 | 2024-12-20T22:49:59.536Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3378 | 2024-12-20T22:49:59.663Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3379 | 2024-12-20T22:49:59.663Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3380 | 2024-12-20T22:49:59.665Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3381 | 2024-12-20T22:50:26.450Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3382 | 2024-12-20T22:50:26.450Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3383 | 2024-12-20T22:50:26.452Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3384 | 2024-12-20T22:50:26.452Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3385 | 2024-12-20T22:50:26.452Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3386 | 2024-12-20T22:50:27.401Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3387 | 2024-12-20T22:50:28.672Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3388 | 2024-12-20T22:51:07.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
3389 | 2024-12-20T22:51:07.781Z | |
3390 | 2024-12-20T22:51:07.781Z | info: running `cargo check --bins` on openapi-manager (157/175) |
3391 | 2024-12-20T22:51:08.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3392 | 2024-12-20T22:51:08.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3393 | 2024-12-20T22:51:08.493Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3394 | 2024-12-20T22:51:08.497Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3395 | 2024-12-20T22:51:08.497Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3396 | 2024-12-20T22:51:10.126Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3397 | 2024-12-20T22:51:11.015Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3398 | 2024-12-20T22:51:12.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
3399 | 2024-12-20T22:51:12.317Z | |
3400 | 2024-12-20T22:51:12.317Z | info: running `cargo check --bins` on installinator-api (158/175) |
3401 | 2024-12-20T22:51:12.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3402 | 2024-12-20T22:51:12.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3403 | 2024-12-20T22:51:12.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3404 | 2024-12-20T22:51:12.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3405 | 2024-12-20T22:51:12.963Z | |
3406 | 2024-12-20T22:51:12.963Z | info: running `cargo check --bins` on wicketd-api (159/175) |
3407 | 2024-12-20T22:51:13.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3408 | 2024-12-20T22:51:13.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3409 | 2024-12-20T22:51:13.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3410 | 2024-12-20T22:51:13.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3411 | 2024-12-20T22:51:13.622Z | |
3412 | 2024-12-20T22:51:13.622Z | info: running `cargo check --bins` on reconfigurator-cli (160/175) |
3413 | 2024-12-20T22:51:14.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3414 | 2024-12-20T22:51:14.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3415 | 2024-12-20T22:51:14.320Z | Compiling petname v2.0.2 |
3416 | 2024-12-20T22:51:14.324Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3417 | 2024-12-20T22:51:14.324Z | Checking sync-ptr v0.1.1 |
3418 | 2024-12-20T22:51:15.747Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3419 | 2024-12-20T22:51:17.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s |
3420 | 2024-12-20T22:51:17.475Z | |
3421 | 2024-12-20T22:51:17.475Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (161/175) |
3422 | 2024-12-20T22:51:18.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3423 | 2024-12-20T22:51:18.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3424 | 2024-12-20T22:51:18.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3425 | 2024-12-20T22:51:18.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3426 | 2024-12-20T22:51:18.141Z | |
3427 | 2024-12-20T22:51:18.141Z | info: running `cargo check --bins` on omicron-releng (162/175) |
3428 | 2024-12-20T22:51:18.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3429 | 2024-12-20T22:51:18.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3430 | 2024-12-20T22:51:18.811Z | Checking memmap2 v0.9.5 |
3431 | 2024-12-20T22:51:18.811Z | Checking constant_time_eq v0.3.1 |
3432 | 2024-12-20T22:51:18.813Z | Checking spin v0.5.2 |
3433 | 2024-12-20T22:51:18.813Z | Checking arrayvec v0.7.6 |
3434 | 2024-12-20T22:51:18.813Z | Checking arrayref v0.3.9 |
3435 | 2024-12-20T22:51:18.814Z | Checking topological-sort v0.2.2 |
3436 | 2024-12-20T22:51:18.814Z | Checking shell-words v1.1.0 |
3437 | 2024-12-20T22:51:19.069Z | Checking ring v0.16.20 |
3438 | 2024-12-20T22:51:19.199Z | Checking blake3 v1.5.4 |
3439 | 2024-12-20T22:51:20.176Z | Checking omicron-zone-package v0.11.1 |
3440 | 2024-12-20T22:51:21.264Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3441 | 2024-12-20T22:51:22.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
3442 | 2024-12-20T22:51:22.347Z | |
3443 | 2024-12-20T22:51:22.347Z | info: running `cargo check --bins` on xtask (163/175) |
3444 | 2024-12-20T22:51:22.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3445 | 2024-12-20T22:51:22.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3446 | 2024-12-20T22:51:22.782Z | Checking bitflags v2.6.0 |
3447 | 2024-12-20T22:51:22.784Z | Checking serde v1.0.215 |
3448 | 2024-12-20T22:51:22.784Z | Checking thiserror v1.0.69 |
3449 | 2024-12-20T22:51:22.873Z | Checking scroll v0.12.0 |
3450 | 2024-12-20T22:51:22.882Z | Checking hashbrown v0.15.1 |
3451 | 2024-12-20T22:51:22.884Z | Checking log v0.4.22 |
3452 | 2024-12-20T22:51:22.884Z | Checking zerocopy v0.7.35 |
3453 | 2024-12-20T22:51:22.916Z | Checking syn v2.0.87 |
3454 | 2024-12-20T22:51:22.973Z | Checking pest v2.7.14 |
3455 | 2024-12-20T22:51:23.098Z | Checking rustix v0.38.37 |
3456 | 2024-12-20T22:51:23.143Z | Checking once_cell v1.20.2 |
3457 | 2024-12-20T22:51:23.325Z | Checking goblin v0.8.2 |
3458 | 2024-12-20T22:51:23.449Z | Checking fs-err v2.11.0 |
3459 | 2024-12-20T22:51:23.740Z | Checking tabled v0.15.0 |
3460 | 2024-12-20T22:51:23.902Z | Checking indexmap v2.6.0 |
3461 | 2024-12-20T22:51:24.299Z | Checking anyhow v1.0.93 |
3462 | 2024-12-20T22:51:25.045Z | Checking terminal_size v0.4.0 |
3463 | 2024-12-20T22:51:25.047Z | Checking tempfile v3.13.0 |
3464 | 2024-12-20T22:51:25.215Z | Checking clap_builder v4.5.21 |
3465 | 2024-12-20T22:51:25.450Z | Checking dtrace-parser v0.2.0 |
3466 | 2024-12-20T22:51:27.054Z | Checking serde_json v1.0.132 |
3467 | 2024-12-20T22:51:27.055Z | Checking toml_datetime v0.6.8 |
3468 | 2024-12-20T22:51:27.055Z | Checking serde_spanned v0.6.8 |
3469 | 2024-12-20T22:51:27.057Z | Checking camino v1.1.9 |
3470 | 2024-12-20T22:51:27.057Z | Checking cargo-platform v0.1.8 |
3471 | 2024-12-20T22:51:27.261Z | Checking semver v1.0.23 |
3472 | 2024-12-20T22:51:27.332Z | Checking macaddr v1.0.1 |
3473 | 2024-12-20T22:51:27.372Z | Checking toml_edit v0.22.22 |
3474 | 2024-12-20T22:51:27.388Z | Checking clap v4.5.21 |
3475 | 2024-12-20T22:51:27.587Z | Checking camino-tempfile v1.1.1 |
3476 | 2024-12-20T22:51:28.276Z | Checking dof v0.3.0 |
3477 | 2024-12-20T22:51:28.276Z | Checking cargo_metadata v0.18.1 |
3478 | 2024-12-20T22:51:28.692Z | Checking usdt-impl v0.5.0 |
3479 | 2024-12-20T22:51:29.048Z | Checking usdt v0.5.0 |
3480 | 2024-12-20T22:51:29.112Z | Checking toml v0.8.19 |
3481 | 2024-12-20T22:51:29.597Z | Checking cargo_toml v0.20.5 |
3482 | 2024-12-20T22:51:30.781Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3483 | 2024-12-20T22:51:31.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.04s |
3484 | 2024-12-20T22:51:31.493Z | |
3485 | 2024-12-20T22:51:31.493Z | info: running `cargo check --bins` on end-to-end-tests (164/175) |
3486 | 2024-12-20T22:51:32.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3487 | 2024-12-20T22:51:32.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3488 | 2024-12-20T22:51:32.256Z | Checking polyval v0.6.2 |
3489 | 2024-12-20T22:51:32.370Z | Checking ctr v0.9.2 |
3490 | 2024-12-20T22:51:32.383Z | Checking ssh-encoding v0.2.0 |
3491 | 2024-12-20T22:51:32.386Z | Checking blowfish v0.9.1 |
3492 | 2024-12-20T22:51:32.409Z | Checking password-hash v0.4.2 |
3493 | 2024-12-20T22:51:32.412Z | Checking matches v0.1.10 |
3494 | 2024-12-20T22:51:32.442Z | Checking p256 v0.13.2 |
3495 | 2024-12-20T22:51:32.445Z | Checking p521 v0.13.3 |
3496 | 2024-12-20T22:51:32.522Z | Checking idna v0.2.3 |
3497 | 2024-12-20T22:51:32.595Z | Checking ghash v0.5.1 |
3498 | 2024-12-20T22:51:32.614Z | Checking bcrypt-pbkdf v0.10.0 |
3499 | 2024-12-20T22:51:32.617Z | Compiling enum-as-inner v0.5.1 |
3500 | 2024-12-20T22:51:32.681Z | Checking russh-cryptovec v0.7.3 |
3501 | 2024-12-20T22:51:32.767Z | Checking aes-gcm v0.10.3 |
3502 | 2024-12-20T22:51:32.802Z | Checking pbkdf2 v0.11.0 |
3503 | 2024-12-20T22:51:32.887Z | Checking md5 v0.7.0 |
3504 | 2024-12-20T22:51:32.907Z | Checking num-bigint v0.4.6 |
3505 | 2024-12-20T22:51:32.923Z | Checking des v0.8.1 |
3506 | 2024-12-20T22:51:32.989Z | Checking ssh-cipher v0.2.0 |
3507 | 2024-12-20T22:51:33.071Z | Checking hex-literal v0.4.1 |
3508 | 2024-12-20T22:51:33.153Z | Compiling dhcproto-macros v0.1.0 |
3509 | 2024-12-20T22:51:33.184Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3510 | 2024-12-20T22:51:33.203Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3511 | 2024-12-20T22:51:33.271Z | Checking ssh-key v0.6.6 |
3512 | 2024-12-20T22:51:33.339Z | Checking internet-checksum v0.2.1 |
3513 | 2024-12-20T22:51:33.680Z | Checking trust-dns-proto v0.22.0 |
3514 | 2024-12-20T22:51:34.608Z | Checking russh-keys v0.45.0 |
3515 | 2024-12-20T22:51:35.557Z | Checking russh v0.45.0 |
3516 | 2024-12-20T22:51:36.230Z | Checking dhcproto v0.12.0 |
3517 | 2024-12-20T22:51:53.946Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3518 | 2024-12-20T22:51:55.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.85s |
3519 | 2024-12-20T22:51:55.553Z | |
3520 | 2024-12-20T22:51:55.553Z | info: running `cargo check --bins` on gateway-cli (165/175) |
3521 | 2024-12-20T22:51:56.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3522 | 2024-12-20T22:51:56.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3523 | 2024-12-20T22:51:56.183Z | Checking termios v0.3.3 |
3524 | 2024-12-20T22:51:56.399Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3525 | 2024-12-20T22:51:57.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3526 | 2024-12-20T22:51:57.352Z | |
3527 | 2024-12-20T22:51:57.352Z | info: running `cargo check --bins --no-default-features` on installinator (166/175) |
3528 | 2024-12-20T22:51:57.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3529 | 2024-12-20T22:51:57.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3530 | 2024-12-20T22:51:58.046Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3531 | 2024-12-20T22:52:00.045Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3532 | 2024-12-20T22:52:01.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s |
3533 | 2024-12-20T22:52:02.096Z | |
3534 | 2024-12-20T22:52:02.096Z | info: running `cargo check --bins` on internal-dns-cli (167/175) |
3535 | 2024-12-20T22:52:02.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3536 | 2024-12-20T22:52:02.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3537 | 2024-12-20T22:52:02.732Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3538 | 2024-12-20T22:52:03.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3539 | 2024-12-20T22:52:03.389Z | |
3540 | 2024-12-20T22:52:03.389Z | info: running `cargo check --bins` on omicron-live-tests (168/175) |
3541 | 2024-12-20T22:52:03.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3542 | 2024-12-20T22:52:03.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3543 | 2024-12-20T22:52:03.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3544 | 2024-12-20T22:52:03.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3545 | 2024-12-20T22:52:03.998Z | |
3546 | 2024-12-20T22:52:03.998Z | info: running `cargo check --bins` on live-tests-macros (169/175) |
3547 | 2024-12-20T22:52:04.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3548 | 2024-12-20T22:52:04.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3549 | 2024-12-20T22:52:04.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3550 | 2024-12-20T22:52:04.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3551 | 2024-12-20T22:52:04.606Z | |
3552 | 2024-12-20T22:52:04.607Z | info: running `cargo check --bins` on omicron-package (170/175) |
3553 | 2024-12-20T22:52:05.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3554 | 2024-12-20T22:52:05.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3555 | 2024-12-20T22:52:05.269Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3556 | 2024-12-20T22:52:06.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
3557 | 2024-12-20T22:52:06.744Z | |
3558 | 2024-12-20T22:52:06.744Z | info: running `cargo check --bins` on wicket-dbg (171/175) |
3559 | 2024-12-20T22:52:07.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3560 | 2024-12-20T22:52:07.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3561 | 2024-12-20T22:52:07.447Z | Checking rtoolbox v0.0.2 |
3562 | 2024-12-20T22:52:07.453Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3563 | 2024-12-20T22:52:07.453Z | Checking tui-tree-widget v0.22.0 |
3564 | 2024-12-20T22:52:07.673Z | Checking rpassword v7.3.1 |
3565 | 2024-12-20T22:52:11.680Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3566 | 2024-12-20T22:52:14.691Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3567 | 2024-12-20T22:52:15.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s |
3568 | 2024-12-20T22:52:16.117Z | |
3569 | 2024-12-20T22:52:16.117Z | info: running `cargo check --bins` on wicket (172/175) |
3570 | 2024-12-20T22:52:16.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3571 | 2024-12-20T22:52:16.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3572 | 2024-12-20T22:52:16.805Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3573 | 2024-12-20T22:52:17.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3574 | 2024-12-20T22:52:17.436Z | |
3575 | 2024-12-20T22:52:17.436Z | info: running `cargo check --bins` on wicketd (173/175) |
3576 | 2024-12-20T22:52:18.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3577 | 2024-12-20T22:52:18.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3578 | 2024-12-20T22:52:18.143Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3579 | 2024-12-20T22:52:22.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
3580 | 2024-12-20T22:52:22.268Z | |
3581 | 2024-12-20T22:52:22.268Z | info: running `cargo check --bins` on omicron-workspace-hack (174/175) |
3582 | 2024-12-20T22:52:22.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3583 | 2024-12-20T22:52:22.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3584 | 2024-12-20T22:52:22.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3585 | 2024-12-20T22:52:22.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3586 | 2024-12-20T22:52:22.880Z | |
3587 | 2024-12-20T22:52:22.880Z | info: running `cargo check --bins` on zone-setup (175/175) |
3588 | 2024-12-20T22:52:23.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3589 | 2024-12-20T22:52:23.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3590 | 2024-12-20T22:52:23.600Z | Checking uzers v0.12.1 |
3591 | 2024-12-20T22:52:23.938Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3592 | 2024-12-20T22:52:25.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
3593 | 2024-12-20T22:52:25.299Z | |
3594 | 2024-12-20T22:52:25.299Z | real 13:04.100171290 |
3595 | 2024-12-20T22:52:25.299Z | user 24:13.309722807 |
3596 | 2024-12-20T22:52:25.299Z | sys 5:28.701390245 |
3597 | 2024-12-20T22:52:25.299Z | trap 0.477189072 |
3598 | 2024-12-20T22:52:25.302Z | tflt 2.286050085 |
3599 | 2024-12-20T22:52:25.302Z | dflt 3.177971657 |
3600 | 2024-12-20T22:52:25.302Z | kflt 0.000743902 |
3601 | 2024-12-20T22:52:25.302Z | lock 46:40.006390649 |
3602 | 2024-12-20T22:52:25.302Z | slp 2:06:33.911771412 |
3603 | 2024-12-20T22:52:25.302Z | lat 1:02.827418107 |
3604 | 2024-12-20T22:52:25.302Z | stop 3:18.881219656 |
3605 | 2024-12-20T22:52:25.302Z | process exited: duration 1195448 ms, exit code 0 |
|
3606 | 2024-12-20T22:52:25.309Z | found 0 output files |